diff --git a/apps/files/l10n/ach.js b/apps/files/l10n/ach.js new file mode 100644 index 0000000000..f085469f73 --- /dev/null +++ b/apps/files/l10n/ach.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/ach.json b/apps/files/l10n/ach.json new file mode 100644 index 0000000000..ba9792477c --- /dev/null +++ b/apps/files/l10n/ach.json @@ -0,0 +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 diff --git a/apps/files/l10n/ach.php b/apps/files/l10n/ach.php deleted file mode 100644 index 3c711e6b78..0000000000 --- a/apps/files/l10n/ach.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/ady.js b/apps/files/l10n/ady.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/ady.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/ady.json b/apps/files/l10n/ady.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/ady.json @@ -0,0 +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 diff --git a/apps/files/l10n/ady.php b/apps/files/l10n/ady.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/ady.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/af.js b/apps/files/l10n/af.js new file mode 100644 index 0000000000..5bdf101699 --- /dev/null +++ b/apps/files/l10n/af.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/af.json b/apps/files/l10n/af.json new file mode 100644 index 0000000000..26e5833738 --- /dev/null +++ b/apps/files/l10n/af.json @@ -0,0 +1 @@ +{"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/af.php b/apps/files/l10n/af.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/af.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/af_ZA.js b/apps/files/l10n/af_ZA.js new file mode 100644 index 0000000000..1a4639183e --- /dev/null +++ b/apps/files/l10n/af_ZA.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files", + { + "Share" : "Deel", + "Unshare" : "Deel terug neem", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Folder" : "Omslag" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/af_ZA.json b/apps/files/l10n/af_ZA.json new file mode 100644 index 0000000000..0e7116887f --- /dev/null +++ b/apps/files/l10n/af_ZA.json @@ -0,0 +1,9 @@ +{ "translations": { + "Share" : "Deel", + "Unshare" : "Deel terug neem", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Folder" : "Omslag" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/af_ZA.php b/apps/files/l10n/af_ZA.php deleted file mode 100644 index 9f9a82dbc3..0000000000 --- a/apps/files/l10n/af_ZA.php +++ /dev/null @@ -1,10 +0,0 @@ - "Deel", -"Unshare" => "Deel terug neem", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Folder" => "Omslag" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ak.js b/apps/files/l10n/ak.js new file mode 100644 index 0000000000..8ffacdcf2f --- /dev/null +++ b/apps/files/l10n/ak.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/ak.json b/apps/files/l10n/ak.json new file mode 100644 index 0000000000..63d087f769 --- /dev/null +++ b/apps/files/l10n/ak.json @@ -0,0 +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 diff --git a/apps/files/l10n/ak.php b/apps/files/l10n/ak.php deleted file mode 100644 index f229792722..0000000000 --- a/apps/files/l10n/ak.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=n > 1;"; diff --git a/apps/files/l10n/am_ET.js b/apps/files/l10n/am_ET.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/am_ET.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/am_ET.json b/apps/files/l10n/am_ET.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/am_ET.json @@ -0,0 +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 diff --git a/apps/files/l10n/am_ET.php b/apps/files/l10n/am_ET.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/am_ET.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js new file mode 100644 index 0000000000..aaa4f1aa2b --- /dev/null +++ b/apps/files/l10n/ar.js @@ -0,0 +1,67 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "خطأ غير معروف. ", + "Could not move %s - File with this name already exists" : "فشل في نقل الملف %s - يوجد ملف بنفس هذا الاسم", + "Could not move %s" : "فشل في نقل %s", + "File name cannot be empty." : "اسم الملف لا يجوز أن يكون فارغا", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "اسم غير صحيح , الرموز '\\', '/', '<', '>', ':', '\"', '|', '?' و \"*\" غير مسموح استخدامها", + "Unable to set upload directory." : "غير قادر على تحميل المجلد", + "Invalid Token" : "علامة غير صالحة", + "No file was uploaded. Unknown error" : "لم يتم رفع أي ملف , خطأ غير معروف", + "There is no error, the file uploaded with success" : "تم ترفيع الملفات بنجاح.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "حجم الملف المرفوع تجاوز قيمة upload_max_filesize الموجودة في ملف php.ini ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.", + "The uploaded file was only partially uploaded" : "تم ترفيع جزء من الملفات الذي تريد ترفيعها فقط", + "No file was uploaded" : "لم يتم ترفيع أي من الملفات", + "Missing a temporary folder" : "المجلد المؤقت غير موجود", + "Failed to write to disk" : "خطأ في الكتابة على القرص الصلب", + "Not enough storage available" : "لا يوجد مساحة تخزينية كافية", + "Upload failed. Could not find uploaded file" : "*فشلت علمية الرفع. تعذر إيجاد الملف الذي تم رفعه.\n*فشلت علمية التحميل. تعذر إيجاد الملف الذي تم تحميله.", + "Upload failed. Could not get file info." : "فشلت عملية الرفع. تعذر الحصول على معلومات الملف.", + "Invalid directory." : "مسار غير صحيح.", + "Files" : "الملفات", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "تعذر رفع الملف {filename} إما لأنه مجلد أو لان حجم الملف 0 بايت", + "Upload cancelled." : "تم إلغاء عملية رفع الملفات .", + "Could not get result from server." : "تعذر الحصول على نتيجة من الخادم", + "File upload is in progress. Leaving the page now will cancel the upload." : "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.", + "{new_name} already exists" : "{new_name} موجود مسبقا", + "Share" : "شارك", + "Delete" : "إلغاء", + "Unshare" : "إلغاء المشاركة", + "Delete permanently" : "حذف بشكل دائم", + "Rename" : "إعادة تسميه", + "Pending" : "قيد الانتظار", + "Error moving file" : "حدث خطأ أثناء نقل الملف", + "Error" : "خطأ", + "Name" : "اسم", + "Size" : "حجم", + "Modified" : "معدل", + "_%n folder_::_%n folders_" : ["لا يوجد مجلدات %n","1 مجلد %n","2 مجلد %n","عدد قليل من مجلدات %n","عدد كبير من مجلدات %n","مجلدات %n"], + "_%n file_::_%n files_" : ["لا يوجد ملفات %n","ملف %n","2 ملف %n","قليل من ملفات %n","الكثير من ملفات %n"," ملفات %n"], + "_Uploading %n file_::_Uploading %n files_" : ["لا يوجد ملفات %n لتحميلها","تحميل 1 ملف %n","تحميل 2 ملف %n","يتم تحميل عدد قليل من ملفات %n","يتم تحميل عدد كبير من ملفات %n","يتم تحميل ملفات %n"], + "Your storage is full, files can not be updated or synced anymore!" : "مساحتك التخزينية ممتلئة, لا يمكم تحديث ملفاتك أو مزامنتها بعد الآن !", + "Your storage is almost full ({usedSpacePercent}%)" : "مساحتك التخزينية امتلأت تقريبا ", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "تم تمكين تشفير البرامج لكن لم يتم تهيئة المفاتيح لذا يرجى تسجيل الخروج ثم تسجيل الدخول مرة آخرى.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "المفتاح الخاص بتشفير التطبيقات غير صالح. يرجى تحديث كلمة السر الخاصة بالمفتاح الخاص من الإعدادت الشخصية حتى تتمكن من الوصول للملفات المشفرة.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "تم تعطيل التشفير لكن ملفاتك لا تزال مشفرة. فضلا اذهب إلى الإعدادات الشخصية لإزالة التشفير عن ملفاتك.", + "{dirs} and {files}" : "{dirs} و {files}", + "%s could not be renamed" : "%s لا يمكن إعادة تسميته. ", + "File handling" : "التعامل مع الملف", + "Maximum upload size" : "الحد الأقصى لحجم الملفات التي يمكن رفعها", + "max. possible: " : "الحد الأقصى المسموح به", + "Save" : "حفظ", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "استخدم هذا العنوان لـ الدخول الى ملفاتك عن طريق WebDAV", + "New" : "جديد", + "Text file" : "ملف", + "New folder" : "مجلد جديد", + "Folder" : "مجلد", + "From link" : "من رابط", + "Nothing in here. Upload something!" : "لا يوجد شيء هنا. إرفع بعض الملفات!", + "Download" : "تحميل", + "Upload too large" : "حجم الترفيع أعلى من المسموح", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.", + "Files are being scanned, please wait." : "يرجى الانتظار , جاري فحص الملفات ." +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json new file mode 100644 index 0000000000..8e6b863bb0 --- /dev/null +++ b/apps/files/l10n/ar.json @@ -0,0 +1,65 @@ +{ "translations": { + "Unknown error" : "خطأ غير معروف. ", + "Could not move %s - File with this name already exists" : "فشل في نقل الملف %s - يوجد ملف بنفس هذا الاسم", + "Could not move %s" : "فشل في نقل %s", + "File name cannot be empty." : "اسم الملف لا يجوز أن يكون فارغا", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "اسم غير صحيح , الرموز '\\', '/', '<', '>', ':', '\"', '|', '?' و \"*\" غير مسموح استخدامها", + "Unable to set upload directory." : "غير قادر على تحميل المجلد", + "Invalid Token" : "علامة غير صالحة", + "No file was uploaded. Unknown error" : "لم يتم رفع أي ملف , خطأ غير معروف", + "There is no error, the file uploaded with success" : "تم ترفيع الملفات بنجاح.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "حجم الملف المرفوع تجاوز قيمة upload_max_filesize الموجودة في ملف php.ini ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.", + "The uploaded file was only partially uploaded" : "تم ترفيع جزء من الملفات الذي تريد ترفيعها فقط", + "No file was uploaded" : "لم يتم ترفيع أي من الملفات", + "Missing a temporary folder" : "المجلد المؤقت غير موجود", + "Failed to write to disk" : "خطأ في الكتابة على القرص الصلب", + "Not enough storage available" : "لا يوجد مساحة تخزينية كافية", + "Upload failed. Could not find uploaded file" : "*فشلت علمية الرفع. تعذر إيجاد الملف الذي تم رفعه.\n*فشلت علمية التحميل. تعذر إيجاد الملف الذي تم تحميله.", + "Upload failed. Could not get file info." : "فشلت عملية الرفع. تعذر الحصول على معلومات الملف.", + "Invalid directory." : "مسار غير صحيح.", + "Files" : "الملفات", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "تعذر رفع الملف {filename} إما لأنه مجلد أو لان حجم الملف 0 بايت", + "Upload cancelled." : "تم إلغاء عملية رفع الملفات .", + "Could not get result from server." : "تعذر الحصول على نتيجة من الخادم", + "File upload is in progress. Leaving the page now will cancel the upload." : "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.", + "{new_name} already exists" : "{new_name} موجود مسبقا", + "Share" : "شارك", + "Delete" : "إلغاء", + "Unshare" : "إلغاء المشاركة", + "Delete permanently" : "حذف بشكل دائم", + "Rename" : "إعادة تسميه", + "Pending" : "قيد الانتظار", + "Error moving file" : "حدث خطأ أثناء نقل الملف", + "Error" : "خطأ", + "Name" : "اسم", + "Size" : "حجم", + "Modified" : "معدل", + "_%n folder_::_%n folders_" : ["لا يوجد مجلدات %n","1 مجلد %n","2 مجلد %n","عدد قليل من مجلدات %n","عدد كبير من مجلدات %n","مجلدات %n"], + "_%n file_::_%n files_" : ["لا يوجد ملفات %n","ملف %n","2 ملف %n","قليل من ملفات %n","الكثير من ملفات %n"," ملفات %n"], + "_Uploading %n file_::_Uploading %n files_" : ["لا يوجد ملفات %n لتحميلها","تحميل 1 ملف %n","تحميل 2 ملف %n","يتم تحميل عدد قليل من ملفات %n","يتم تحميل عدد كبير من ملفات %n","يتم تحميل ملفات %n"], + "Your storage is full, files can not be updated or synced anymore!" : "مساحتك التخزينية ممتلئة, لا يمكم تحديث ملفاتك أو مزامنتها بعد الآن !", + "Your storage is almost full ({usedSpacePercent}%)" : "مساحتك التخزينية امتلأت تقريبا ", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "تم تمكين تشفير البرامج لكن لم يتم تهيئة المفاتيح لذا يرجى تسجيل الخروج ثم تسجيل الدخول مرة آخرى.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "المفتاح الخاص بتشفير التطبيقات غير صالح. يرجى تحديث كلمة السر الخاصة بالمفتاح الخاص من الإعدادت الشخصية حتى تتمكن من الوصول للملفات المشفرة.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "تم تعطيل التشفير لكن ملفاتك لا تزال مشفرة. فضلا اذهب إلى الإعدادات الشخصية لإزالة التشفير عن ملفاتك.", + "{dirs} and {files}" : "{dirs} و {files}", + "%s could not be renamed" : "%s لا يمكن إعادة تسميته. ", + "File handling" : "التعامل مع الملف", + "Maximum upload size" : "الحد الأقصى لحجم الملفات التي يمكن رفعها", + "max. possible: " : "الحد الأقصى المسموح به", + "Save" : "حفظ", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "استخدم هذا العنوان لـ الدخول الى ملفاتك عن طريق WebDAV", + "New" : "جديد", + "Text file" : "ملف", + "New folder" : "مجلد جديد", + "Folder" : "مجلد", + "From link" : "من رابط", + "Nothing in here. Upload something!" : "لا يوجد شيء هنا. إرفع بعض الملفات!", + "Download" : "تحميل", + "Upload too large" : "حجم الترفيع أعلى من المسموح", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.", + "Files are being scanned, please wait." : "يرجى الانتظار , جاري فحص الملفات ." +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/apps/files/l10n/ar.php b/apps/files/l10n/ar.php deleted file mode 100644 index f4ed20e799..0000000000 --- a/apps/files/l10n/ar.php +++ /dev/null @@ -1,66 +0,0 @@ - "خطأ غير معروف. ", -"Could not move %s - File with this name already exists" => "فشل في نقل الملف %s - يوجد ملف بنفس هذا الاسم", -"Could not move %s" => "فشل في نقل %s", -"File name cannot be empty." => "اسم الملف لا يجوز أن يكون فارغا", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "اسم غير صحيح , الرموز '\\', '/', '<', '>', ':', '\"', '|', '?' و \"*\" غير مسموح استخدامها", -"Unable to set upload directory." => "غير قادر على تحميل المجلد", -"Invalid Token" => "علامة غير صالحة", -"No file was uploaded. Unknown error" => "لم يتم رفع أي ملف , خطأ غير معروف", -"There is no error, the file uploaded with success" => "تم ترفيع الملفات بنجاح.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "حجم الملف المرفوع تجاوز قيمة upload_max_filesize الموجودة في ملف php.ini ", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.", -"The uploaded file was only partially uploaded" => "تم ترفيع جزء من الملفات الذي تريد ترفيعها فقط", -"No file was uploaded" => "لم يتم ترفيع أي من الملفات", -"Missing a temporary folder" => "المجلد المؤقت غير موجود", -"Failed to write to disk" => "خطأ في الكتابة على القرص الصلب", -"Not enough storage available" => "لا يوجد مساحة تخزينية كافية", -"Upload failed. Could not find uploaded file" => "*فشلت علمية الرفع. تعذر إيجاد الملف الذي تم رفعه.\n*فشلت علمية التحميل. تعذر إيجاد الملف الذي تم تحميله.", -"Upload failed. Could not get file info." => "فشلت عملية الرفع. تعذر الحصول على معلومات الملف.", -"Invalid directory." => "مسار غير صحيح.", -"Files" => "الملفات", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "تعذر رفع الملف {filename} إما لأنه مجلد أو لان حجم الملف 0 بايت", -"Upload cancelled." => "تم إلغاء عملية رفع الملفات .", -"Could not get result from server." => "تعذر الحصول على نتيجة من الخادم", -"File upload is in progress. Leaving the page now will cancel the upload." => "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.", -"{new_name} already exists" => "{new_name} موجود مسبقا", -"Share" => "شارك", -"Delete" => "إلغاء", -"Unshare" => "إلغاء المشاركة", -"Delete permanently" => "حذف بشكل دائم", -"Rename" => "إعادة تسميه", -"Pending" => "قيد الانتظار", -"Error moving file" => "حدث خطأ أثناء نقل الملف", -"Error" => "خطأ", -"Name" => "اسم", -"Size" => "حجم", -"Modified" => "معدل", -"_%n folder_::_%n folders_" => array("لا يوجد مجلدات %n","1 مجلد %n","2 مجلد %n","عدد قليل من مجلدات %n","عدد كبير من مجلدات %n","مجلدات %n"), -"_%n file_::_%n files_" => array("لا يوجد ملفات %n","ملف %n","2 ملف %n","قليل من ملفات %n","الكثير من ملفات %n"," ملفات %n"), -"_Uploading %n file_::_Uploading %n files_" => array("لا يوجد ملفات %n لتحميلها","تحميل 1 ملف %n","تحميل 2 ملف %n","يتم تحميل عدد قليل من ملفات %n","يتم تحميل عدد كبير من ملفات %n","يتم تحميل ملفات %n"), -"Your storage is full, files can not be updated or synced anymore!" => "مساحتك التخزينية ممتلئة, لا يمكم تحديث ملفاتك أو مزامنتها بعد الآن !", -"Your storage is almost full ({usedSpacePercent}%)" => "مساحتك التخزينية امتلأت تقريبا ", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "تم تمكين تشفير البرامج لكن لم يتم تهيئة المفاتيح لذا يرجى تسجيل الخروج ثم تسجيل الدخول مرة آخرى.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "المفتاح الخاص بتشفير التطبيقات غير صالح. يرجى تحديث كلمة السر الخاصة بالمفتاح الخاص من الإعدادت الشخصية حتى تتمكن من الوصول للملفات المشفرة.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "تم تعطيل التشفير لكن ملفاتك لا تزال مشفرة. فضلا اذهب إلى الإعدادات الشخصية لإزالة التشفير عن ملفاتك.", -"{dirs} and {files}" => "{dirs} و {files}", -"%s could not be renamed" => "%s لا يمكن إعادة تسميته. ", -"File handling" => "التعامل مع الملف", -"Maximum upload size" => "الحد الأقصى لحجم الملفات التي يمكن رفعها", -"max. possible: " => "الحد الأقصى المسموح به", -"Save" => "حفظ", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "استخدم هذا العنوان لـ الدخول الى ملفاتك عن طريق WebDAV", -"New" => "جديد", -"Text file" => "ملف", -"New folder" => "مجلد جديد", -"Folder" => "مجلد", -"From link" => "من رابط", -"Nothing in here. Upload something!" => "لا يوجد شيء هنا. إرفع بعض الملفات!", -"Download" => "تحميل", -"Upload too large" => "حجم الترفيع أعلى من المسموح", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.", -"Files are being scanned, please wait." => "يرجى الانتظار , جاري فحص الملفات ." -); -$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"; diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js new file mode 100644 index 0000000000..dd53313b61 --- /dev/null +++ b/apps/files/l10n/ast.js @@ -0,0 +1,95 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Almacenamientu non disponible", + "Storage invalid" : "Almacenamientu inválidu", + "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", + "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.", + "The target folder has been moved or deleted." : "La carpeta oxetivu movióse o desanicióse.", + "The name %s is already used in the folder %s. Please choose a different name." : "El nome %s yá ta n'usu na carpeta %s. Por favor, escueyi un nome diferente.", + "Not a valid source" : "Nun ye una fonte válida", + "Server is not allowed to open URLs, please check the server configuration" : "Nun se-y permite al sirvidor abrir URLs, por favor comprueba la configuración del sirvidor", + "The file exceeds your quota by %s" : "El ficheru perpasa la cuota por %s", + "Error while downloading %s to %s" : "Fallu cuando se descargaba %s a %s", + "Error when creating the file" : "Fallu cuando se creaba'l ficheru", + "Folder name cannot be empty." : "El nome la carpeta nun pue tar baleru.", + "Error when creating the folder" : "Fallu cuando se creaba la carpeta", + "Unable to set upload directory." : "Nun pue afitase la carpeta de xubida.", + "Invalid Token" : "Token inválidu", + "No file was uploaded. Unknown error" : "Nun se xubió dengún ficheru. Fallu desconocíu", + "There is no error, the file uploaded with success" : "Nun hai dengún fallu, el ficheru xubióse ensin problemes", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El ficheru xubíu perpasa la direutiva \"upload_max_filesize\" del ficheru php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML", + "The uploaded file was only partially uploaded" : "El ficheru xubióse de mou parcial", + "No file was uploaded" : "Nun se xubió dengún ficheru", + "Missing a temporary folder" : "Falta una carpeta temporal", + "Failed to write to disk" : "Fallu al escribir al discu", + "Not enough storage available" : "Nun hai abondu espaciu disponible", + "Upload failed. Could not find uploaded file" : "Xubida fallida. Nun pudo atopase'l ficheru xubíu.", + "Upload failed. Could not get file info." : "Falló la xubida. Nun se pudo obtener la información del ficheru.", + "Invalid directory." : "Direutoriu non válidu.", + "Files" : "Ficheros", + "All files" : "Tolos ficheros", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nun pudo xubise {filename}, paez que ye un directoriu o tien 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "El tamañu de ficheru total {size1} perpasa la llende de xuba {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}", + "Upload cancelled." : "Xuba encaboxada.", + "Could not get result from server." : "Nun pudo obtenese'l resultáu del sirvidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "La xuba del ficheru ta en progresu. Si dexes agora la páxina, va encaboxase la xuba.", + "URL cannot be empty" : "La URL nun pue tar balera", + "{new_name} already exists" : "{new_name} yá existe", + "Could not create file" : "Nun pudo crease'l ficheru", + "Could not create folder" : "Nun pudo crease la carpeta", + "Error fetching URL" : "Fallu obteniendo URL", + "Share" : "Compartir", + "Delete" : "Desaniciar", + "Disconnect storage" : "Desconeutar almacenamientu", + "Unshare" : "Dexar de compartir", + "Delete permanently" : "Desaniciar dafechu", + "Rename" : "Renomar", + "Pending" : "Pendiente", + "Error moving file." : "Fallu moviendo'l ficheru.", + "Error moving file" : "Fallu moviendo'l ficheru", + "Error" : "Fallu", + "Could not rename file" : "Nun pudo renomase'l ficheru", + "Error deleting file." : "Fallu desaniciando'l ficheru.", + "Name" : "Nome", + "Size" : "Tamañu", + "Modified" : "Modificáu", + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"], + "_%n file_::_%n files_" : ["%n ficheru","%n ficheros"], + "You don’t have permission to upload or create files here" : "Nun tienes permisu pa xubir o crear ficheros equí", + "_Uploading %n file_::_Uploading %n files_" : ["Xubiendo %n ficheru","Xubiendo %n ficheros"], + "\"{name}\" is an invalid file name." : "\"{name}\" ye un nome de ficheru inválidu.", + "Your storage is full, files can not be updated or synced anymore!" : "L'almacenamientu ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!", + "Your storage is almost full ({usedSpacePercent}%)" : "L'almacenamientu ta casi completu ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicación Encryption ta habilitada pero les tos claves nun s'aniciaron, por favor zarra sesión y aníciala de nueves", + "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" : "Nun se puede renomar %s ", + "Upload (max. %s)" : "Xuba (máx. %s)", + "File handling" : "Alministración de ficheros", + "Maximum upload size" : "Tamañu máximu de xubida", + "max. possible: " : "máx. posible:", + "Save" : "Guardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Usa esta direición p'acceder a los ficheros a traviés de WebDAV", + "New" : "Nuevu", + "New text file" : "Ficheru de testu nuevu", + "Text file" : "Ficheru de testu", + "New folder" : "Nueva carpeta", + "Folder" : "Carpeta", + "From link" : "Dende enllaz", + "Nothing in here. Upload something!" : "Nun hai nada equí. ¡Xubi daqué!", + "Download" : "Descargar", + "Upload too large" : "La xuba ye abondo grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los ficheros que tas intentando xubir perpasen el tamañu máximu pa les xubíes de ficheros nesti servidor.", + "Files are being scanned, please wait." : "Tan escaniándose los ficheros, espera por favor.", + "Currently scanning" : "Anguaño escaneando" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ast.json b/apps/files/l10n/ast.json new file mode 100644 index 0000000000..33649aeae3 --- /dev/null +++ b/apps/files/l10n/ast.json @@ -0,0 +1,93 @@ +{ "translations": { + "Storage not available" : "Almacenamientu non disponible", + "Storage invalid" : "Almacenamientu inválidu", + "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", + "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.", + "The target folder has been moved or deleted." : "La carpeta oxetivu movióse o desanicióse.", + "The name %s is already used in the folder %s. Please choose a different name." : "El nome %s yá ta n'usu na carpeta %s. Por favor, escueyi un nome diferente.", + "Not a valid source" : "Nun ye una fonte válida", + "Server is not allowed to open URLs, please check the server configuration" : "Nun se-y permite al sirvidor abrir URLs, por favor comprueba la configuración del sirvidor", + "The file exceeds your quota by %s" : "El ficheru perpasa la cuota por %s", + "Error while downloading %s to %s" : "Fallu cuando se descargaba %s a %s", + "Error when creating the file" : "Fallu cuando se creaba'l ficheru", + "Folder name cannot be empty." : "El nome la carpeta nun pue tar baleru.", + "Error when creating the folder" : "Fallu cuando se creaba la carpeta", + "Unable to set upload directory." : "Nun pue afitase la carpeta de xubida.", + "Invalid Token" : "Token inválidu", + "No file was uploaded. Unknown error" : "Nun se xubió dengún ficheru. Fallu desconocíu", + "There is no error, the file uploaded with success" : "Nun hai dengún fallu, el ficheru xubióse ensin problemes", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El ficheru xubíu perpasa la direutiva \"upload_max_filesize\" del ficheru php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML", + "The uploaded file was only partially uploaded" : "El ficheru xubióse de mou parcial", + "No file was uploaded" : "Nun se xubió dengún ficheru", + "Missing a temporary folder" : "Falta una carpeta temporal", + "Failed to write to disk" : "Fallu al escribir al discu", + "Not enough storage available" : "Nun hai abondu espaciu disponible", + "Upload failed. Could not find uploaded file" : "Xubida fallida. Nun pudo atopase'l ficheru xubíu.", + "Upload failed. Could not get file info." : "Falló la xubida. Nun se pudo obtener la información del ficheru.", + "Invalid directory." : "Direutoriu non válidu.", + "Files" : "Ficheros", + "All files" : "Tolos ficheros", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nun pudo xubise {filename}, paez que ye un directoriu o tien 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "El tamañu de ficheru total {size1} perpasa la llende de xuba {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}", + "Upload cancelled." : "Xuba encaboxada.", + "Could not get result from server." : "Nun pudo obtenese'l resultáu del sirvidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "La xuba del ficheru ta en progresu. Si dexes agora la páxina, va encaboxase la xuba.", + "URL cannot be empty" : "La URL nun pue tar balera", + "{new_name} already exists" : "{new_name} yá existe", + "Could not create file" : "Nun pudo crease'l ficheru", + "Could not create folder" : "Nun pudo crease la carpeta", + "Error fetching URL" : "Fallu obteniendo URL", + "Share" : "Compartir", + "Delete" : "Desaniciar", + "Disconnect storage" : "Desconeutar almacenamientu", + "Unshare" : "Dexar de compartir", + "Delete permanently" : "Desaniciar dafechu", + "Rename" : "Renomar", + "Pending" : "Pendiente", + "Error moving file." : "Fallu moviendo'l ficheru.", + "Error moving file" : "Fallu moviendo'l ficheru", + "Error" : "Fallu", + "Could not rename file" : "Nun pudo renomase'l ficheru", + "Error deleting file." : "Fallu desaniciando'l ficheru.", + "Name" : "Nome", + "Size" : "Tamañu", + "Modified" : "Modificáu", + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"], + "_%n file_::_%n files_" : ["%n ficheru","%n ficheros"], + "You don’t have permission to upload or create files here" : "Nun tienes permisu pa xubir o crear ficheros equí", + "_Uploading %n file_::_Uploading %n files_" : ["Xubiendo %n ficheru","Xubiendo %n ficheros"], + "\"{name}\" is an invalid file name." : "\"{name}\" ye un nome de ficheru inválidu.", + "Your storage is full, files can not be updated or synced anymore!" : "L'almacenamientu ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!", + "Your storage is almost full ({usedSpacePercent}%)" : "L'almacenamientu ta casi completu ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicación Encryption ta habilitada pero les tos claves nun s'aniciaron, por favor zarra sesión y aníciala de nueves", + "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" : "Nun se puede renomar %s ", + "Upload (max. %s)" : "Xuba (máx. %s)", + "File handling" : "Alministración de ficheros", + "Maximum upload size" : "Tamañu máximu de xubida", + "max. possible: " : "máx. posible:", + "Save" : "Guardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Usa esta direición p'acceder a los ficheros a traviés de WebDAV", + "New" : "Nuevu", + "New text file" : "Ficheru de testu nuevu", + "Text file" : "Ficheru de testu", + "New folder" : "Nueva carpeta", + "Folder" : "Carpeta", + "From link" : "Dende enllaz", + "Nothing in here. Upload something!" : "Nun hai nada equí. ¡Xubi daqué!", + "Download" : "Descargar", + "Upload too large" : "La xuba ye abondo grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los ficheros que tas intentando xubir perpasen el tamañu máximu pa les xubíes de ficheros nesti servidor.", + "Files are being scanned, please wait." : "Tan escaniándose los ficheros, espera por favor.", + "Currently scanning" : "Anguaño escaneando" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/ast.php b/apps/files/l10n/ast.php deleted file mode 100644 index acac6819db..0000000000 --- a/apps/files/l10n/ast.php +++ /dev/null @@ -1,94 +0,0 @@ - "Almacenamientu non disponible", -"Storage invalid" => "Almacenamientu inválidu", -"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", -"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.", -"The target folder has been moved or deleted." => "La carpeta oxetivu movióse o desanicióse.", -"The name %s is already used in the folder %s. Please choose a different name." => "El nome %s yá ta n'usu na carpeta %s. Por favor, escueyi un nome diferente.", -"Not a valid source" => "Nun ye una fonte válida", -"Server is not allowed to open URLs, please check the server configuration" => "Nun se-y permite al sirvidor abrir URLs, por favor comprueba la configuración del sirvidor", -"The file exceeds your quota by %s" => "El ficheru perpasa la cuota por %s", -"Error while downloading %s to %s" => "Fallu cuando se descargaba %s a %s", -"Error when creating the file" => "Fallu cuando se creaba'l ficheru", -"Folder name cannot be empty." => "El nome la carpeta nun pue tar baleru.", -"Error when creating the folder" => "Fallu cuando se creaba la carpeta", -"Unable to set upload directory." => "Nun pue afitase la carpeta de xubida.", -"Invalid Token" => "Token inválidu", -"No file was uploaded. Unknown error" => "Nun se xubió dengún ficheru. Fallu desconocíu", -"There is no error, the file uploaded with success" => "Nun hai dengún fallu, el ficheru xubióse ensin problemes", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "El ficheru xubíu perpasa la direutiva \"upload_max_filesize\" del ficheru php.ini", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML", -"The uploaded file was only partially uploaded" => "El ficheru xubióse de mou parcial", -"No file was uploaded" => "Nun se xubió dengún ficheru", -"Missing a temporary folder" => "Falta una carpeta temporal", -"Failed to write to disk" => "Fallu al escribir al discu", -"Not enough storage available" => "Nun hai abondu espaciu disponible", -"Upload failed. Could not find uploaded file" => "Xubida fallida. Nun pudo atopase'l ficheru xubíu.", -"Upload failed. Could not get file info." => "Falló la xubida. Nun se pudo obtener la información del ficheru.", -"Invalid directory." => "Direutoriu non válidu.", -"Files" => "Ficheros", -"All files" => "Tolos ficheros", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Nun pudo xubise {filename}, paez que ye un directoriu o tien 0 bytes", -"Total file size {size1} exceeds upload limit {size2}" => "El tamañu de ficheru total {size1} perpasa la llende de xuba {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}", -"Upload cancelled." => "Xuba encaboxada.", -"Could not get result from server." => "Nun pudo obtenese'l resultáu del sirvidor.", -"File upload is in progress. Leaving the page now will cancel the upload." => "La xuba del ficheru ta en progresu. Si dexes agora la páxina, va encaboxase la xuba.", -"URL cannot be empty" => "La URL nun pue tar balera", -"{new_name} already exists" => "{new_name} yá existe", -"Could not create file" => "Nun pudo crease'l ficheru", -"Could not create folder" => "Nun pudo crease la carpeta", -"Error fetching URL" => "Fallu obteniendo URL", -"Share" => "Compartir", -"Delete" => "Desaniciar", -"Disconnect storage" => "Desconeutar almacenamientu", -"Unshare" => "Dexar de compartir", -"Delete permanently" => "Desaniciar dafechu", -"Rename" => "Renomar", -"Pending" => "Pendiente", -"Error moving file." => "Fallu moviendo'l ficheru.", -"Error moving file" => "Fallu moviendo'l ficheru", -"Error" => "Fallu", -"Could not rename file" => "Nun pudo renomase'l ficheru", -"Error deleting file." => "Fallu desaniciando'l ficheru.", -"Name" => "Nome", -"Size" => "Tamañu", -"Modified" => "Modificáu", -"_%n folder_::_%n folders_" => array("%n carpeta","%n carpetes"), -"_%n file_::_%n files_" => array("%n ficheru","%n ficheros"), -"You don’t have permission to upload or create files here" => "Nun tienes permisu pa xubir o crear ficheros equí", -"_Uploading %n file_::_Uploading %n files_" => array("Xubiendo %n ficheru","Xubiendo %n ficheros"), -"\"{name}\" is an invalid file name." => "\"{name}\" ye un nome de ficheru inválidu.", -"Your storage is full, files can not be updated or synced anymore!" => "L'almacenamientu ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!", -"Your storage is almost full ({usedSpacePercent}%)" => "L'almacenamientu ta casi completu ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'aplicación Encryption ta habilitada pero les tos claves nun s'aniciaron, por favor zarra sesión y aníciala de nueves", -"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" => "Nun se puede renomar %s ", -"Upload (max. %s)" => "Xuba (máx. %s)", -"File handling" => "Alministración de ficheros", -"Maximum upload size" => "Tamañu máximu de xubida", -"max. possible: " => "máx. posible:", -"Save" => "Guardar", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Usa esta direición p'acceder a los ficheros a traviés de WebDAV", -"New" => "Nuevu", -"New text file" => "Ficheru de testu nuevu", -"Text file" => "Ficheru de testu", -"New folder" => "Nueva carpeta", -"Folder" => "Carpeta", -"From link" => "Dende enllaz", -"Nothing in here. Upload something!" => "Nun hai nada equí. ¡Xubi daqué!", -"Download" => "Descargar", -"Upload too large" => "La xuba ye abondo grande", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los ficheros que tas intentando xubir perpasen el tamañu máximu pa les xubíes de ficheros nesti servidor.", -"Files are being scanned, please wait." => "Tan escaniándose los ficheros, espera por favor.", -"Currently scanning" => "Anguaño escaneando" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/az.js b/apps/files/l10n/az.js new file mode 100644 index 0000000000..08e1980981 --- /dev/null +++ b/apps/files/l10n/az.js @@ -0,0 +1,64 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "İnformasiya daşıyıcısı mövcud deyil", + "Storage invalid" : "İnformasiya daşıyıcısı yalnışdır", + "Unknown error" : "Bəlli olmayan səhv baş verdi", + "Could not move %s - File with this name already exists" : "Köçürmə mümkün deyil %s - Bu adla fayl artıq mövcuddur", + "Could not move %s" : "Yerdəyişmə mükün olmadı %s", + "Permission denied" : "Yetki qadağandır", + "File name cannot be empty." : "Faylın adı boş ola bilməz.", + "\"%s\" is an invalid file name." : "\"%s\" yalnış fayl adıdır.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Yalnış ad, '\\', '/', '<', '>', ':', '\"', '|', '?' və '*' qəbul edilmir.", + "The target folder has been moved or deleted." : "Mənsəbdə olan qovluqun ünvanı dəyişib yada silinib.", + "The name %s is already used in the folder %s. Please choose a different name." : "Bu ad %s artıq %s qovluğunda istifadə edilir. Xahiş olunur fərqli ad istifadə edəsiniz.", + "Not a valid source" : "Düzgün mənbə yoxdur", + "Server is not allowed to open URLs, please check the server configuration" : "URL-ləri açmaq üçün server izin vermir, xahış olunur server quraşdırmalarını yoxlayasınız", + "The file exceeds your quota by %s" : "Fayl sizə təyin edilmiş %s məhdudiyyətini aşır", + "Error while downloading %s to %s" : "%s-i %s-ə yükləmə zamanı səhv baş verdi", + "Error when creating the file" : "Fayl yaratdıqda səhv baş vermişdir", + "Folder name cannot be empty." : "Qovluğun adı boş ola bilməz", + "Error when creating the folder" : "Qovluğu yaratdıqda səhv baş vermişdir", + "Unable to set upload directory." : "Əlavələr qovluğunu təyin etmək mümkün olmadı.", + "Invalid Token" : "Yalnış token", + "No file was uploaded. Unknown error" : "Heç bir fayl uüklənilmədi. Naməlum səhv", + "There is no error, the file uploaded with success" : "Səhv yoxdur, fayl uğurla yüklənildi.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Yüklənilən faylin həcmi php.ini config faylinin upload_max_filesize direktivində göstəriləndən çoxdur.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.", + "The uploaded file was only partially uploaded" : "Yüklənilən faylın yalnız bir hissəsi yüklənildi", + "No file was uploaded" : "Heç bir fayl yüklənilmədi", + "Missing a temporary folder" : "Müvəqqəti qovluq çatışmır", + "Failed to write to disk" : "Sərt diskə yazmaq mümkün olmadı", + "Not enough storage available" : "Tələb edilən qədər yer yoxdur.", + "Upload failed. Could not find uploaded file" : "Yüklənmədə səhv oldu. Yüklənmiş faylı tapmaq olmur.", + "Upload failed. Could not get file info." : "Yüklənmədə səhv oldu. Faylın informasiyasını almaq mümkün olmadı.", + "Invalid directory." : "Yalnış qovluq.", + "Files" : "Fayllar", + "All files" : "Bütün fayllar", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Yükləmək olmur {filename} ona görə ki, ya qovluqdur yada ki, həcmi 0 baytdır ", + "Total file size {size1} exceeds upload limit {size2}" : "Ümumi fayl həcmi {size1} yüklənmə limiti {size2} -ni aşır", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Kifayət qədər boş yer yoxdur, siz yükləyirsiniz {size1} ancaq {size2} var. ", + "Upload cancelled." : "Yüklənmə dayandırıldı.", + "Could not get result from server." : "Nəticəni serverdən almaq mümkün olmur.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Faylın yüklənməsi gedir. Əgər səhifəni indi tərk etsəniz yüklənmə dayanacaq.", + "URL cannot be empty" : "URL boş ola bilməz", + "{new_name} already exists" : "{new_name} artıq mövcuddur", + "Could not create file" : "Faylı yaratmaq olmur", + "Could not create folder" : "Qovluğu yaratmaq olmur", + "Error fetching URL" : "URL-in gətirilməsində səhv baş verdi", + "Share" : "Yayımla", + "Delete" : "Sil", + "Rename" : "Adı dəyiş", + "Error" : "Səhv", + "Name" : "Ad", + "Size" : "Həcm", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "Saxlamaq", + "New folder" : "Yeni qovluq", + "Folder" : "Qovluq", + "Nothing in here. Upload something!" : "Burda heçnə yoxdur. Nese yükləyin!", + "Download" : "Yüklə" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/az.json b/apps/files/l10n/az.json new file mode 100644 index 0000000000..591ec63e31 --- /dev/null +++ b/apps/files/l10n/az.json @@ -0,0 +1,62 @@ +{ "translations": { + "Storage not available" : "İnformasiya daşıyıcısı mövcud deyil", + "Storage invalid" : "İnformasiya daşıyıcısı yalnışdır", + "Unknown error" : "Bəlli olmayan səhv baş verdi", + "Could not move %s - File with this name already exists" : "Köçürmə mümkün deyil %s - Bu adla fayl artıq mövcuddur", + "Could not move %s" : "Yerdəyişmə mükün olmadı %s", + "Permission denied" : "Yetki qadağandır", + "File name cannot be empty." : "Faylın adı boş ola bilməz.", + "\"%s\" is an invalid file name." : "\"%s\" yalnış fayl adıdır.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Yalnış ad, '\\', '/', '<', '>', ':', '\"', '|', '?' və '*' qəbul edilmir.", + "The target folder has been moved or deleted." : "Mənsəbdə olan qovluqun ünvanı dəyişib yada silinib.", + "The name %s is already used in the folder %s. Please choose a different name." : "Bu ad %s artıq %s qovluğunda istifadə edilir. Xahiş olunur fərqli ad istifadə edəsiniz.", + "Not a valid source" : "Düzgün mənbə yoxdur", + "Server is not allowed to open URLs, please check the server configuration" : "URL-ləri açmaq üçün server izin vermir, xahış olunur server quraşdırmalarını yoxlayasınız", + "The file exceeds your quota by %s" : "Fayl sizə təyin edilmiş %s məhdudiyyətini aşır", + "Error while downloading %s to %s" : "%s-i %s-ə yükləmə zamanı səhv baş verdi", + "Error when creating the file" : "Fayl yaratdıqda səhv baş vermişdir", + "Folder name cannot be empty." : "Qovluğun adı boş ola bilməz", + "Error when creating the folder" : "Qovluğu yaratdıqda səhv baş vermişdir", + "Unable to set upload directory." : "Əlavələr qovluğunu təyin etmək mümkün olmadı.", + "Invalid Token" : "Yalnış token", + "No file was uploaded. Unknown error" : "Heç bir fayl uüklənilmədi. Naməlum səhv", + "There is no error, the file uploaded with success" : "Səhv yoxdur, fayl uğurla yüklənildi.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Yüklənilən faylin həcmi php.ini config faylinin upload_max_filesize direktivində göstəriləndən çoxdur.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.", + "The uploaded file was only partially uploaded" : "Yüklənilən faylın yalnız bir hissəsi yüklənildi", + "No file was uploaded" : "Heç bir fayl yüklənilmədi", + "Missing a temporary folder" : "Müvəqqəti qovluq çatışmır", + "Failed to write to disk" : "Sərt diskə yazmaq mümkün olmadı", + "Not enough storage available" : "Tələb edilən qədər yer yoxdur.", + "Upload failed. Could not find uploaded file" : "Yüklənmədə səhv oldu. Yüklənmiş faylı tapmaq olmur.", + "Upload failed. Could not get file info." : "Yüklənmədə səhv oldu. Faylın informasiyasını almaq mümkün olmadı.", + "Invalid directory." : "Yalnış qovluq.", + "Files" : "Fayllar", + "All files" : "Bütün fayllar", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Yükləmək olmur {filename} ona görə ki, ya qovluqdur yada ki, həcmi 0 baytdır ", + "Total file size {size1} exceeds upload limit {size2}" : "Ümumi fayl həcmi {size1} yüklənmə limiti {size2} -ni aşır", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Kifayət qədər boş yer yoxdur, siz yükləyirsiniz {size1} ancaq {size2} var. ", + "Upload cancelled." : "Yüklənmə dayandırıldı.", + "Could not get result from server." : "Nəticəni serverdən almaq mümkün olmur.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Faylın yüklənməsi gedir. Əgər səhifəni indi tərk etsəniz yüklənmə dayanacaq.", + "URL cannot be empty" : "URL boş ola bilməz", + "{new_name} already exists" : "{new_name} artıq mövcuddur", + "Could not create file" : "Faylı yaratmaq olmur", + "Could not create folder" : "Qovluğu yaratmaq olmur", + "Error fetching URL" : "URL-in gətirilməsində səhv baş verdi", + "Share" : "Yayımla", + "Delete" : "Sil", + "Rename" : "Adı dəyiş", + "Error" : "Səhv", + "Name" : "Ad", + "Size" : "Həcm", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "Saxlamaq", + "New folder" : "Yeni qovluq", + "Folder" : "Qovluq", + "Nothing in here. Upload something!" : "Burda heçnə yoxdur. Nese yükləyin!", + "Download" : "Yüklə" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/az.php b/apps/files/l10n/az.php deleted file mode 100644 index 05e99c1154..0000000000 --- a/apps/files/l10n/az.php +++ /dev/null @@ -1,63 +0,0 @@ - "İnformasiya daşıyıcısı mövcud deyil", -"Storage invalid" => "İnformasiya daşıyıcısı yalnışdır", -"Unknown error" => "Bəlli olmayan səhv baş verdi", -"Could not move %s - File with this name already exists" => "Köçürmə mümkün deyil %s - Bu adla fayl artıq mövcuddur", -"Could not move %s" => "Yerdəyişmə mükün olmadı %s", -"Permission denied" => "Yetki qadağandır", -"File name cannot be empty." => "Faylın adı boş ola bilməz.", -"\"%s\" is an invalid file name." => "\"%s\" yalnış fayl adıdır.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Yalnış ad, '\\', '/', '<', '>', ':', '\"', '|', '?' və '*' qəbul edilmir.", -"The target folder has been moved or deleted." => "Mənsəbdə olan qovluqun ünvanı dəyişib yada silinib.", -"The name %s is already used in the folder %s. Please choose a different name." => "Bu ad %s artıq %s qovluğunda istifadə edilir. Xahiş olunur fərqli ad istifadə edəsiniz.", -"Not a valid source" => "Düzgün mənbə yoxdur", -"Server is not allowed to open URLs, please check the server configuration" => "URL-ləri açmaq üçün server izin vermir, xahış olunur server quraşdırmalarını yoxlayasınız", -"The file exceeds your quota by %s" => "Fayl sizə təyin edilmiş %s məhdudiyyətini aşır", -"Error while downloading %s to %s" => "%s-i %s-ə yükləmə zamanı səhv baş verdi", -"Error when creating the file" => "Fayl yaratdıqda səhv baş vermişdir", -"Folder name cannot be empty." => "Qovluğun adı boş ola bilməz", -"Error when creating the folder" => "Qovluğu yaratdıqda səhv baş vermişdir", -"Unable to set upload directory." => "Əlavələr qovluğunu təyin etmək mümkün olmadı.", -"Invalid Token" => "Yalnış token", -"No file was uploaded. Unknown error" => "Heç bir fayl uüklənilmədi. Naməlum səhv", -"There is no error, the file uploaded with success" => "Səhv yoxdur, fayl uğurla yüklənildi.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Yüklənilən faylin həcmi php.ini config faylinin upload_max_filesize direktivində göstəriləndən çoxdur.", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.", -"The uploaded file was only partially uploaded" => "Yüklənilən faylın yalnız bir hissəsi yüklənildi", -"No file was uploaded" => "Heç bir fayl yüklənilmədi", -"Missing a temporary folder" => "Müvəqqəti qovluq çatışmır", -"Failed to write to disk" => "Sərt diskə yazmaq mümkün olmadı", -"Not enough storage available" => "Tələb edilən qədər yer yoxdur.", -"Upload failed. Could not find uploaded file" => "Yüklənmədə səhv oldu. Yüklənmiş faylı tapmaq olmur.", -"Upload failed. Could not get file info." => "Yüklənmədə səhv oldu. Faylın informasiyasını almaq mümkün olmadı.", -"Invalid directory." => "Yalnış qovluq.", -"Files" => "Fayllar", -"All files" => "Bütün fayllar", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Yükləmək olmur {filename} ona görə ki, ya qovluqdur yada ki, həcmi 0 baytdır ", -"Total file size {size1} exceeds upload limit {size2}" => "Ümumi fayl həcmi {size1} yüklənmə limiti {size2} -ni aşır", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Kifayət qədər boş yer yoxdur, siz yükləyirsiniz {size1} ancaq {size2} var. ", -"Upload cancelled." => "Yüklənmə dayandırıldı.", -"Could not get result from server." => "Nəticəni serverdən almaq mümkün olmur.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Faylın yüklənməsi gedir. Əgər səhifəni indi tərk etsəniz yüklənmə dayanacaq.", -"URL cannot be empty" => "URL boş ola bilməz", -"{new_name} already exists" => "{new_name} artıq mövcuddur", -"Could not create file" => "Faylı yaratmaq olmur", -"Could not create folder" => "Qovluğu yaratmaq olmur", -"Error fetching URL" => "URL-in gətirilməsində səhv baş verdi", -"Share" => "Yayımla", -"Delete" => "Sil", -"Rename" => "Adı dəyiş", -"Error" => "Səhv", -"Name" => "Ad", -"Size" => "Həcm", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Save" => "Saxlamaq", -"New folder" => "Yeni qovluq", -"Folder" => "Qovluq", -"Nothing in here. Upload something!" => "Burda heçnə yoxdur. Nese yükləyin!", -"Download" => "Yüklə" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/be.js b/apps/files/l10n/be.js new file mode 100644 index 0000000000..bf634ae5ae --- /dev/null +++ b/apps/files/l10n/be.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files", + { + "Error" : "Памылка", + "_%n folder_::_%n folders_" : ["","","",""], + "_%n file_::_%n files_" : ["","","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","","",""] +}, +"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/apps/files/l10n/be.json b/apps/files/l10n/be.json new file mode 100644 index 0000000000..0718404760 --- /dev/null +++ b/apps/files/l10n/be.json @@ -0,0 +1,7 @@ +{ "translations": { + "Error" : "Памылка", + "_%n folder_::_%n folders_" : ["","","",""], + "_%n file_::_%n files_" : ["","","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","","",""] +},"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/apps/files/l10n/be.php b/apps/files/l10n/be.php deleted file mode 100644 index f97fc27e2d..0000000000 --- a/apps/files/l10n/be.php +++ /dev/null @@ -1,8 +0,0 @@ - "Памылка", -"_%n folder_::_%n folders_" => array("","","",""), -"_%n file_::_%n files_" => array("","","",""), -"_Uploading %n file_::_Uploading %n files_" => array("","","","") -); -$PLURAL_FORMS = "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/apps/files/l10n/bg_BG.js b/apps/files/l10n/bg_BG.js new file mode 100644 index 0000000000..24e148c9c6 --- /dev/null +++ b/apps/files/l10n/bg_BG.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Липсва дисковото устройство.", + "Storage invalid" : "Невалидно дисково устройство.", + "Unknown error" : "Непозната грешка.", + "Could not move %s - File with this name already exists" : "Неуспешно преместване на %s - Файл със същото име вече съществува.", + "Could not move %s" : "Неуспешно преместване на %s.", + "Permission denied" : "Достъпът отказан", + "File name cannot be empty." : "Името на файла не може да бъде оставено празно.", + "\"%s\" is an invalid file name." : "\"%s\" е непозволено име за файл.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Невалидно име, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' не са разрешени.", + "The target folder has been moved or deleted." : "Крайната папка е изтрита или преместена.", + "The name %s is already used in the folder %s. Please choose a different name." : "Името %s е вече в папка %s. Моля, избери друго име.", + "Not a valid source" : "Невалиден източник.", + "Server is not allowed to open URLs, please check the server configuration" : "На сървърът не му е разрешно да отваря интернет адреси, моля провери настройките на сървъра.", + "The file exceeds your quota by %s" : "Файлът надвиши квотата ти с %s", + "Error while downloading %s to %s" : "Грешка при тегленето на %s от %s.", + "Error when creating the file" : "Грешка при създаването на файлът.", + "Folder name cannot be empty." : "Името на папката не може да бъде оставено празно.", + "Error when creating the folder" : "Грешка при създаването на папката.", + "Unable to set upload directory." : "Неуспешно задаване на директория за качване.", + "Invalid Token" : "Невалиеден токен.", + "No file was uploaded. Unknown error" : "Неуспешно качвачване на файл. Непозната грешка.", + "There is no error, the file uploaded with success" : "Файлът е качен успешно.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Файлът, който се опитваше да качиш надвишава зададения upload_max_filesize размер в php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Файлът, който се опитваш да качиш надвишава стойностите в MAX_FILE_SIZE в HTML формата.", + "The uploaded file was only partially uploaded" : "Файлът е качен частично.", + "No file was uploaded" : "Неуспешно качване.", + "Missing a temporary folder" : "Липсва временна папка.", + "Failed to write to disk" : "Възникна проблем при запис на диска.", + "Not enough storage available" : "Недостатъчно място.", + "Upload failed. Could not find uploaded file" : "Неуспешно качване. Не бе открит качения файл.", + "Upload failed. Could not get file info." : "Неуспешно качване. Не се получи информация за файла.", + "Invalid directory." : "Невалидна директория.", + "Files" : "Файлове", + "All files" : "Всички файлове", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Неуспешно качване на {filename}, защото е директория или е с размер от 0 байта.", + "Total file size {size1} exceeds upload limit {size2}" : "Общия размер {size1} надминава лимита за качване {size2}.", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Няма достатъчно свободно място, ти се опитваш да качиш {size1}, но са останали само {size2}.", + "Upload cancelled." : "Качването е прекъснато.", + "Could not get result from server." : "Не се получи резултат от сървърът.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Извършва се качване на файлове. Затварянето на тази страница ще прекъсне качването.", + "URL cannot be empty" : "Интернет адресът не може да бъде оставен празен.", + "{new_name} already exists" : "{new_name} вече съществува.", + "Could not create file" : "Несупешно създаване на файла.", + "Could not create folder" : "Неуспешно създаване на папка.", + "Error fetching URL" : "Грешка при отварянето на интернет адреса.", + "Share" : "Сподели", + "Delete" : "Изтрий", + "Disconnect storage" : "Извади дисковото устройство.", + "Unshare" : "Премахни Споделяне", + "Delete permanently" : "Изтрий завинаги", + "Rename" : "Преименуване", + "Pending" : "Чакащо", + "Error moving file." : "Грешка при местенето на файла.", + "Error moving file" : "Грешка при преместването на файла.", + "Error" : "Грешка", + "Could not rename file" : "Неуспешно преименуване на файла.", + "Error deleting file." : "Грешка при изтриването на файла.", + "Name" : "Име", + "Size" : "Размер", + "Modified" : "Променен на", + "_%n folder_::_%n folders_" : ["%n папка","%n папки"], + "_%n file_::_%n files_" : ["%n файл","%n файла"], + "You don’t have permission to upload or create files here" : "Нямаш разрешение да създаваш или качваш файлове тук.", + "_Uploading %n file_::_Uploading %n files_" : ["Качване на %n файл","Качване на %n файла."], + "\"{name}\" is an invalid file name." : "\"{name}\" е непозволено име за файл.", + "Your storage is full, files can not be updated or synced anymore!" : "Заделеното място е запълнено, повече файлове не могат да бъдат синхронизирани или опреснени!", + "Your storage is almost full ({usedSpacePercent}%)" : "Заделеното място е почити запълнено ({usedSpacePercent}%).", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Програмата за криптиране е включена, но твоите ключове не са зададени, моля отпиши си и се впиши отново.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Невалиден личен ключ за Криптиращата Програма. Моля, обнови личния си ключ в Лични настройки, за да възстановиш достъпа до криптираните си файловете.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Криптирането е изключено, но файлове ти са все още защитени. Моля, отиди на лични найстройки, за да разшфроваш файловете.", + "{dirs} and {files}" : "{dirs} и {files}", + "%s could not be renamed as it has been deleted" : "%s не може да бъде преименуван, защото е вече изтрит", + "%s could not be renamed" : "%s не може да бъде преименуван.", + "Upload (max. %s)" : "Качи (макс. %s)", + "File handling" : "Операция с файла", + "Maximum upload size" : "Максимален размер", + "max. possible: " : "максимално:", + "Save" : "Запис", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Използвай този адрес, за да получиш достъп до своите файлове чрез WebDAV.", + "New" : "Създай", + "New text file" : "Нов текстов файл", + "Text file" : "Текстов файл", + "New folder" : "Нова папка", + "Folder" : "Папка", + "From link" : "От връзка", + "Nothing in here. Upload something!" : "Тук няма нищо. Качи нещо!", + "Download" : "Изтегли", + "Upload too large" : "Прекалено голям файл за качване.", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файловете, които се опитваш да качиш са по-големи от позволеното на този сървър.", + "Files are being scanned, please wait." : "Файловете се сканирват, изчакайте.", + "Currently scanning" : "В момента се сканирва." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/bg_BG.json b/apps/files/l10n/bg_BG.json new file mode 100644 index 0000000000..451cc21ae7 --- /dev/null +++ b/apps/files/l10n/bg_BG.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Липсва дисковото устройство.", + "Storage invalid" : "Невалидно дисково устройство.", + "Unknown error" : "Непозната грешка.", + "Could not move %s - File with this name already exists" : "Неуспешно преместване на %s - Файл със същото име вече съществува.", + "Could not move %s" : "Неуспешно преместване на %s.", + "Permission denied" : "Достъпът отказан", + "File name cannot be empty." : "Името на файла не може да бъде оставено празно.", + "\"%s\" is an invalid file name." : "\"%s\" е непозволено име за файл.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Невалидно име, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' не са разрешени.", + "The target folder has been moved or deleted." : "Крайната папка е изтрита или преместена.", + "The name %s is already used in the folder %s. Please choose a different name." : "Името %s е вече в папка %s. Моля, избери друго име.", + "Not a valid source" : "Невалиден източник.", + "Server is not allowed to open URLs, please check the server configuration" : "На сървърът не му е разрешно да отваря интернет адреси, моля провери настройките на сървъра.", + "The file exceeds your quota by %s" : "Файлът надвиши квотата ти с %s", + "Error while downloading %s to %s" : "Грешка при тегленето на %s от %s.", + "Error when creating the file" : "Грешка при създаването на файлът.", + "Folder name cannot be empty." : "Името на папката не може да бъде оставено празно.", + "Error when creating the folder" : "Грешка при създаването на папката.", + "Unable to set upload directory." : "Неуспешно задаване на директория за качване.", + "Invalid Token" : "Невалиеден токен.", + "No file was uploaded. Unknown error" : "Неуспешно качвачване на файл. Непозната грешка.", + "There is no error, the file uploaded with success" : "Файлът е качен успешно.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Файлът, който се опитваше да качиш надвишава зададения upload_max_filesize размер в php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Файлът, който се опитваш да качиш надвишава стойностите в MAX_FILE_SIZE в HTML формата.", + "The uploaded file was only partially uploaded" : "Файлът е качен частично.", + "No file was uploaded" : "Неуспешно качване.", + "Missing a temporary folder" : "Липсва временна папка.", + "Failed to write to disk" : "Възникна проблем при запис на диска.", + "Not enough storage available" : "Недостатъчно място.", + "Upload failed. Could not find uploaded file" : "Неуспешно качване. Не бе открит качения файл.", + "Upload failed. Could not get file info." : "Неуспешно качване. Не се получи информация за файла.", + "Invalid directory." : "Невалидна директория.", + "Files" : "Файлове", + "All files" : "Всички файлове", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Неуспешно качване на {filename}, защото е директория или е с размер от 0 байта.", + "Total file size {size1} exceeds upload limit {size2}" : "Общия размер {size1} надминава лимита за качване {size2}.", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Няма достатъчно свободно място, ти се опитваш да качиш {size1}, но са останали само {size2}.", + "Upload cancelled." : "Качването е прекъснато.", + "Could not get result from server." : "Не се получи резултат от сървърът.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Извършва се качване на файлове. Затварянето на тази страница ще прекъсне качването.", + "URL cannot be empty" : "Интернет адресът не може да бъде оставен празен.", + "{new_name} already exists" : "{new_name} вече съществува.", + "Could not create file" : "Несупешно създаване на файла.", + "Could not create folder" : "Неуспешно създаване на папка.", + "Error fetching URL" : "Грешка при отварянето на интернет адреса.", + "Share" : "Сподели", + "Delete" : "Изтрий", + "Disconnect storage" : "Извади дисковото устройство.", + "Unshare" : "Премахни Споделяне", + "Delete permanently" : "Изтрий завинаги", + "Rename" : "Преименуване", + "Pending" : "Чакащо", + "Error moving file." : "Грешка при местенето на файла.", + "Error moving file" : "Грешка при преместването на файла.", + "Error" : "Грешка", + "Could not rename file" : "Неуспешно преименуване на файла.", + "Error deleting file." : "Грешка при изтриването на файла.", + "Name" : "Име", + "Size" : "Размер", + "Modified" : "Променен на", + "_%n folder_::_%n folders_" : ["%n папка","%n папки"], + "_%n file_::_%n files_" : ["%n файл","%n файла"], + "You don’t have permission to upload or create files here" : "Нямаш разрешение да създаваш или качваш файлове тук.", + "_Uploading %n file_::_Uploading %n files_" : ["Качване на %n файл","Качване на %n файла."], + "\"{name}\" is an invalid file name." : "\"{name}\" е непозволено име за файл.", + "Your storage is full, files can not be updated or synced anymore!" : "Заделеното място е запълнено, повече файлове не могат да бъдат синхронизирани или опреснени!", + "Your storage is almost full ({usedSpacePercent}%)" : "Заделеното място е почити запълнено ({usedSpacePercent}%).", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Програмата за криптиране е включена, но твоите ключове не са зададени, моля отпиши си и се впиши отново.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Невалиден личен ключ за Криптиращата Програма. Моля, обнови личния си ключ в Лични настройки, за да възстановиш достъпа до криптираните си файловете.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Криптирането е изключено, но файлове ти са все още защитени. Моля, отиди на лични найстройки, за да разшфроваш файловете.", + "{dirs} and {files}" : "{dirs} и {files}", + "%s could not be renamed as it has been deleted" : "%s не може да бъде преименуван, защото е вече изтрит", + "%s could not be renamed" : "%s не може да бъде преименуван.", + "Upload (max. %s)" : "Качи (макс. %s)", + "File handling" : "Операция с файла", + "Maximum upload size" : "Максимален размер", + "max. possible: " : "максимално:", + "Save" : "Запис", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Използвай този адрес, за да получиш достъп до своите файлове чрез WebDAV.", + "New" : "Създай", + "New text file" : "Нов текстов файл", + "Text file" : "Текстов файл", + "New folder" : "Нова папка", + "Folder" : "Папка", + "From link" : "От връзка", + "Nothing in here. Upload something!" : "Тук няма нищо. Качи нещо!", + "Download" : "Изтегли", + "Upload too large" : "Прекалено голям файл за качване.", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файловете, които се опитваш да качиш са по-големи от позволеното на този сървър.", + "Files are being scanned, please wait." : "Файловете се сканирват, изчакайте.", + "Currently scanning" : "В момента се сканирва." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/bg_BG.php b/apps/files/l10n/bg_BG.php deleted file mode 100644 index 1342f4e86d..0000000000 --- a/apps/files/l10n/bg_BG.php +++ /dev/null @@ -1,96 +0,0 @@ - "Липсва дисковото устройство.", -"Storage invalid" => "Невалидно дисково устройство.", -"Unknown error" => "Непозната грешка.", -"Could not move %s - File with this name already exists" => "Неуспешно преместване на %s - Файл със същото име вече съществува.", -"Could not move %s" => "Неуспешно преместване на %s.", -"Permission denied" => "Достъпът отказан", -"File name cannot be empty." => "Името на файла не може да бъде оставено празно.", -"\"%s\" is an invalid file name." => "\"%s\" е непозволено име за файл.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Невалидно име, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' не са разрешени.", -"The target folder has been moved or deleted." => "Крайната папка е изтрита или преместена.", -"The name %s is already used in the folder %s. Please choose a different name." => "Името %s е вече в папка %s. Моля, избери друго име.", -"Not a valid source" => "Невалиден източник.", -"Server is not allowed to open URLs, please check the server configuration" => "На сървърът не му е разрешно да отваря интернет адреси, моля провери настройките на сървъра.", -"The file exceeds your quota by %s" => "Файлът надвиши квотата ти с %s", -"Error while downloading %s to %s" => "Грешка при тегленето на %s от %s.", -"Error when creating the file" => "Грешка при създаването на файлът.", -"Folder name cannot be empty." => "Името на папката не може да бъде оставено празно.", -"Error when creating the folder" => "Грешка при създаването на папката.", -"Unable to set upload directory." => "Неуспешно задаване на директория за качване.", -"Invalid Token" => "Невалиеден токен.", -"No file was uploaded. Unknown error" => "Неуспешно качвачване на файл. Непозната грешка.", -"There is no error, the file uploaded with success" => "Файлът е качен успешно.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Файлът, който се опитваше да качиш надвишава зададения upload_max_filesize размер в php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Файлът, който се опитваш да качиш надвишава стойностите в MAX_FILE_SIZE в HTML формата.", -"The uploaded file was only partially uploaded" => "Файлът е качен частично.", -"No file was uploaded" => "Неуспешно качване.", -"Missing a temporary folder" => "Липсва временна папка.", -"Failed to write to disk" => "Възникна проблем при запис на диска.", -"Not enough storage available" => "Недостатъчно място.", -"Upload failed. Could not find uploaded file" => "Неуспешно качване. Не бе открит качения файл.", -"Upload failed. Could not get file info." => "Неуспешно качване. Не се получи информация за файла.", -"Invalid directory." => "Невалидна директория.", -"Files" => "Файлове", -"All files" => "Всички файлове", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Неуспешно качване на {filename}, защото е директория или е с размер от 0 байта.", -"Total file size {size1} exceeds upload limit {size2}" => "Общия размер {size1} надминава лимита за качване {size2}.", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Няма достатъчно свободно място, ти се опитваш да качиш {size1}, но са останали само {size2}.", -"Upload cancelled." => "Качването е прекъснато.", -"Could not get result from server." => "Не се получи резултат от сървърът.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Извършва се качване на файлове. Затварянето на тази страница ще прекъсне качването.", -"URL cannot be empty" => "Интернет адресът не може да бъде оставен празен.", -"{new_name} already exists" => "{new_name} вече съществува.", -"Could not create file" => "Несупешно създаване на файла.", -"Could not create folder" => "Неуспешно създаване на папка.", -"Error fetching URL" => "Грешка при отварянето на интернет адреса.", -"Share" => "Сподели", -"Delete" => "Изтрий", -"Disconnect storage" => "Извади дисковото устройство.", -"Unshare" => "Премахни Споделяне", -"Delete permanently" => "Изтрий завинаги", -"Rename" => "Преименуване", -"Pending" => "Чакащо", -"Error moving file." => "Грешка при местенето на файла.", -"Error moving file" => "Грешка при преместването на файла.", -"Error" => "Грешка", -"Could not rename file" => "Неуспешно преименуване на файла.", -"Error deleting file." => "Грешка при изтриването на файла.", -"Name" => "Име", -"Size" => "Размер", -"Modified" => "Променен на", -"_%n folder_::_%n folders_" => array("%n папка","%n папки"), -"_%n file_::_%n files_" => array("%n файл","%n файла"), -"You don’t have permission to upload or create files here" => "Нямаш разрешение да създаваш или качваш файлове тук.", -"_Uploading %n file_::_Uploading %n files_" => array("Качване на %n файл","Качване на %n файла."), -"\"{name}\" is an invalid file name." => "\"{name}\" е непозволено име за файл.", -"Your storage is full, files can not be updated or synced anymore!" => "Заделеното място е запълнено, повече файлове не могат да бъдат синхронизирани или опреснени!", -"Your storage is almost full ({usedSpacePercent}%)" => "Заделеното място е почити запълнено ({usedSpacePercent}%).", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Програмата за криптиране е включена, но твоите ключове не са зададени, моля отпиши си и се впиши отново.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Невалиден личен ключ за Криптиращата Програма. Моля, обнови личния си ключ в Лични настройки, за да възстановиш достъпа до криптираните си файловете.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Криптирането е изключено, но файлове ти са все още защитени. Моля, отиди на лични найстройки, за да разшфроваш файловете.", -"{dirs} and {files}" => "{dirs} и {files}", -"%s could not be renamed as it has been deleted" => "%s не може да бъде преименуван, защото е вече изтрит", -"%s could not be renamed" => "%s не може да бъде преименуван.", -"Upload (max. %s)" => "Качи (макс. %s)", -"File handling" => "Операция с файла", -"Maximum upload size" => "Максимален размер", -"max. possible: " => "максимално:", -"Save" => "Запис", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Използвай този адрес, за да получиш достъп до своите файлове чрез WebDAV.", -"New" => "Създай", -"New text file" => "Нов текстов файл", -"Text file" => "Текстов файл", -"New folder" => "Нова папка", -"Folder" => "Папка", -"From link" => "От връзка", -"Nothing in here. Upload something!" => "Тук няма нищо. Качи нещо!", -"Download" => "Изтегли", -"Upload too large" => "Прекалено голям файл за качване.", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файловете, които се опитваш да качиш са по-големи от позволеното на този сървър.", -"Files are being scanned, please wait." => "Файловете се сканирват, изчакайте.", -"Currently scanning" => "В момента се сканирва." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/bn_BD.js b/apps/files/l10n/bn_BD.js new file mode 100644 index 0000000000..bf2ecc2f66 --- /dev/null +++ b/apps/files/l10n/bn_BD.js @@ -0,0 +1,68 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "সংরক্ষণের স্থান নেই", + "Storage invalid" : "সংরক্ষণাগার বৈধ নয়", + "Unknown error" : "অজানা জটিলতা", + "Could not move %s - File with this name already exists" : "%s কে স্থানান্তর করা সম্ভব হলো না - এই নামের ফাইল বিদ্যমান", + "Could not move %s" : "%s কে স্থানান্তর করা সম্ভব হলো না", + "Permission denied" : "অনুমতি দেয়া হয়নি", + "File name cannot be empty." : "ফাইলের নামটি ফাঁকা রাখা যাবে না।", + "\"%s\" is an invalid file name." : "\"%s\" টি একটি অননুমোদিত ফাইল নাম।", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "নামটি সঠিক নয়, '\\', '/', '<', '>', ':', '\"', '|', '?' এবং '*' অনুমোদিত নয়।", + "Not a valid source" : "বৈধ উৎস নয়", + "The file exceeds your quota by %s" : "এই ফাইলটি %s আপনার নির্দিষ্ট কোটা ছাড়িয়ে যাচ্ছে", + "Error while downloading %s to %s" : "%s হতে %s ডাউনলোড করতে সমস্যা হচ্ছে", + "Error when creating the file" : "ফাইলটি তৈরী করতে যেয়ে সমস্যা হলো", + "Folder name cannot be empty." : "ফোল্ডার নামটি ফাঁকা রাখা যাবে না।", + "Error when creating the folder" : "ফোল্ডার তৈরী করতে যেয়ে সমস্যা হলো", + "Unable to set upload directory." : "েআপলোড ডিরেক্টরি নির্ধারণ করা গেলনা।", + "No file was uploaded. Unknown error" : "কোন ফাইল আপলোড করা হয় নি। সমস্যার কারণটি অজ্ঞাত।", + "There is no error, the file uploaded with success" : "কোন সমস্যা হয় নি, ফাইল আপলোড সুসম্পন্ন হয়েছে।", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "আপলোড করা ফাইলটি php.ini তে বর্ণিত upload_max_filesize নির্দেশিত আয়তন অতিক্রম করছেঃ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে ", + "The uploaded file was only partially uploaded" : "আপলোড করা ফাইলটি আংশিক আপলোড করা হয়েছে", + "No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি", + "Missing a temporary folder" : "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে", + "Failed to write to disk" : "ডিস্কে লিখতে ব্যর্থ", + "Not enough storage available" : "সংরক্ষণের যথেষ্ট জায়গা প্রাপ্তব্য নয়", + "Invalid directory." : "ভুল ডিরেক্টরি", + "Files" : "ফাইল", + "All files" : "সব ফাইল", + "Upload cancelled." : "আপলোড বাতিল করা হয়েছে।", + "File upload is in progress. Leaving the page now will cancel the upload." : "ফাইল আপলোড চলমান। এই পৃষ্ঠা পরিত্যাগ করলে আপলোড বাতিল করা হবে।", + "{new_name} already exists" : "{new_name} টি বিদ্যমান", + "Share" : "ভাগাভাগি কর", + "Delete" : "মুছে", + "Unshare" : "ভাগাভাগি বাতিল ", + "Rename" : "পূনঃনামকরণ", + "Pending" : "মুলতুবি", + "Error moving file." : "ফাইল সরাতে সমস্যা হলো।", + "Error moving file" : "ফাইল সরাতে সমস্যা হলো", + "Error" : "সমস্যা", + "Could not rename file" : "ফাইলের পূণঃনামকরণ করা গেলনা", + "Name" : "রাম", + "Size" : "আকার", + "Modified" : "পরিবর্তিত", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["%n ফাইল আপলোড হচ্ছে","%n ফাইল আপলোড হচ্ছে"], + "\"{name}\" is an invalid file name." : "\"{name}\" টি একটি অননুমোদিত ফাইল নাম।", + "Your storage is almost full ({usedSpacePercent}%)" : "আপনার সংরক্ষণাধার প্রায় পরিপূর্ণ ({usedSpacePercent}%) ", + "File handling" : "ফাইল হ্যার্ডলিং", + "Maximum upload size" : "আপলোডের সর্বোচ্চ আকার", + "max. possible: " : "অনুমোদিত সর্বোচ্চ আকার", + "Save" : "সংরক্ষণ", + "WebDAV" : "WebDAV", + "New" : "নতুন", + "Text file" : "টেক্সট ফাইল", + "New folder" : "নব ফােলডার", + "Folder" : "ফোল্ডার", + "From link" : " লিংক থেকে", + "Nothing in here. Upload something!" : "এখানে কিছুই নেই। কিছু আপলোড করুন !", + "Download" : "ডাউনলোড", + "Upload too large" : "আপলোডের আকারটি অনেক বড়", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "আপনি এই সার্ভারে আপলোড করার জন্য অনুমোদিত ফাইলের সর্বোচ্চ আকারের চেয়ে বৃহদাকার ফাইল আপলোড করার চেষ্টা করছেন ", + "Files are being scanned, please wait." : "ফাইলগুলো স্ক্যান করা হচ্ছে, দয়া করে অপেক্ষা করুন।" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/bn_BD.json b/apps/files/l10n/bn_BD.json new file mode 100644 index 0000000000..35db36b61f --- /dev/null +++ b/apps/files/l10n/bn_BD.json @@ -0,0 +1,66 @@ +{ "translations": { + "Storage not available" : "সংরক্ষণের স্থান নেই", + "Storage invalid" : "সংরক্ষণাগার বৈধ নয়", + "Unknown error" : "অজানা জটিলতা", + "Could not move %s - File with this name already exists" : "%s কে স্থানান্তর করা সম্ভব হলো না - এই নামের ফাইল বিদ্যমান", + "Could not move %s" : "%s কে স্থানান্তর করা সম্ভব হলো না", + "Permission denied" : "অনুমতি দেয়া হয়নি", + "File name cannot be empty." : "ফাইলের নামটি ফাঁকা রাখা যাবে না।", + "\"%s\" is an invalid file name." : "\"%s\" টি একটি অননুমোদিত ফাইল নাম।", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "নামটি সঠিক নয়, '\\', '/', '<', '>', ':', '\"', '|', '?' এবং '*' অনুমোদিত নয়।", + "Not a valid source" : "বৈধ উৎস নয়", + "The file exceeds your quota by %s" : "এই ফাইলটি %s আপনার নির্দিষ্ট কোটা ছাড়িয়ে যাচ্ছে", + "Error while downloading %s to %s" : "%s হতে %s ডাউনলোড করতে সমস্যা হচ্ছে", + "Error when creating the file" : "ফাইলটি তৈরী করতে যেয়ে সমস্যা হলো", + "Folder name cannot be empty." : "ফোল্ডার নামটি ফাঁকা রাখা যাবে না।", + "Error when creating the folder" : "ফোল্ডার তৈরী করতে যেয়ে সমস্যা হলো", + "Unable to set upload directory." : "েআপলোড ডিরেক্টরি নির্ধারণ করা গেলনা।", + "No file was uploaded. Unknown error" : "কোন ফাইল আপলোড করা হয় নি। সমস্যার কারণটি অজ্ঞাত।", + "There is no error, the file uploaded with success" : "কোন সমস্যা হয় নি, ফাইল আপলোড সুসম্পন্ন হয়েছে।", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "আপলোড করা ফাইলটি php.ini তে বর্ণিত upload_max_filesize নির্দেশিত আয়তন অতিক্রম করছেঃ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে ", + "The uploaded file was only partially uploaded" : "আপলোড করা ফাইলটি আংশিক আপলোড করা হয়েছে", + "No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি", + "Missing a temporary folder" : "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে", + "Failed to write to disk" : "ডিস্কে লিখতে ব্যর্থ", + "Not enough storage available" : "সংরক্ষণের যথেষ্ট জায়গা প্রাপ্তব্য নয়", + "Invalid directory." : "ভুল ডিরেক্টরি", + "Files" : "ফাইল", + "All files" : "সব ফাইল", + "Upload cancelled." : "আপলোড বাতিল করা হয়েছে।", + "File upload is in progress. Leaving the page now will cancel the upload." : "ফাইল আপলোড চলমান। এই পৃষ্ঠা পরিত্যাগ করলে আপলোড বাতিল করা হবে।", + "{new_name} already exists" : "{new_name} টি বিদ্যমান", + "Share" : "ভাগাভাগি কর", + "Delete" : "মুছে", + "Unshare" : "ভাগাভাগি বাতিল ", + "Rename" : "পূনঃনামকরণ", + "Pending" : "মুলতুবি", + "Error moving file." : "ফাইল সরাতে সমস্যা হলো।", + "Error moving file" : "ফাইল সরাতে সমস্যা হলো", + "Error" : "সমস্যা", + "Could not rename file" : "ফাইলের পূণঃনামকরণ করা গেলনা", + "Name" : "রাম", + "Size" : "আকার", + "Modified" : "পরিবর্তিত", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["%n ফাইল আপলোড হচ্ছে","%n ফাইল আপলোড হচ্ছে"], + "\"{name}\" is an invalid file name." : "\"{name}\" টি একটি অননুমোদিত ফাইল নাম।", + "Your storage is almost full ({usedSpacePercent}%)" : "আপনার সংরক্ষণাধার প্রায় পরিপূর্ণ ({usedSpacePercent}%) ", + "File handling" : "ফাইল হ্যার্ডলিং", + "Maximum upload size" : "আপলোডের সর্বোচ্চ আকার", + "max. possible: " : "অনুমোদিত সর্বোচ্চ আকার", + "Save" : "সংরক্ষণ", + "WebDAV" : "WebDAV", + "New" : "নতুন", + "Text file" : "টেক্সট ফাইল", + "New folder" : "নব ফােলডার", + "Folder" : "ফোল্ডার", + "From link" : " লিংক থেকে", + "Nothing in here. Upload something!" : "এখানে কিছুই নেই। কিছু আপলোড করুন !", + "Download" : "ডাউনলোড", + "Upload too large" : "আপলোডের আকারটি অনেক বড়", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "আপনি এই সার্ভারে আপলোড করার জন্য অনুমোদিত ফাইলের সর্বোচ্চ আকারের চেয়ে বৃহদাকার ফাইল আপলোড করার চেষ্টা করছেন ", + "Files are being scanned, please wait." : "ফাইলগুলো স্ক্যান করা হচ্ছে, দয়া করে অপেক্ষা করুন।" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/bn_BD.php b/apps/files/l10n/bn_BD.php deleted file mode 100644 index 826f36a452..0000000000 --- a/apps/files/l10n/bn_BD.php +++ /dev/null @@ -1,67 +0,0 @@ - "সংরক্ষণের স্থান নেই", -"Storage invalid" => "সংরক্ষণাগার বৈধ নয়", -"Unknown error" => "অজানা জটিলতা", -"Could not move %s - File with this name already exists" => "%s কে স্থানান্তর করা সম্ভব হলো না - এই নামের ফাইল বিদ্যমান", -"Could not move %s" => "%s কে স্থানান্তর করা সম্ভব হলো না", -"Permission denied" => "অনুমতি দেয়া হয়নি", -"File name cannot be empty." => "ফাইলের নামটি ফাঁকা রাখা যাবে না।", -"\"%s\" is an invalid file name." => "\"%s\" টি একটি অননুমোদিত ফাইল নাম।", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "নামটি সঠিক নয়, '\\', '/', '<', '>', ':', '\"', '|', '?' এবং '*' অনুমোদিত নয়।", -"Not a valid source" => "বৈধ উৎস নয়", -"The file exceeds your quota by %s" => "এই ফাইলটি %s আপনার নির্দিষ্ট কোটা ছাড়িয়ে যাচ্ছে", -"Error while downloading %s to %s" => "%s হতে %s ডাউনলোড করতে সমস্যা হচ্ছে", -"Error when creating the file" => "ফাইলটি তৈরী করতে যেয়ে সমস্যা হলো", -"Folder name cannot be empty." => "ফোল্ডার নামটি ফাঁকা রাখা যাবে না।", -"Error when creating the folder" => "ফোল্ডার তৈরী করতে যেয়ে সমস্যা হলো", -"Unable to set upload directory." => "েআপলোড ডিরেক্টরি নির্ধারণ করা গেলনা।", -"No file was uploaded. Unknown error" => "কোন ফাইল আপলোড করা হয় নি। সমস্যার কারণটি অজ্ঞাত।", -"There is no error, the file uploaded with success" => "কোন সমস্যা হয় নি, ফাইল আপলোড সুসম্পন্ন হয়েছে।", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "আপলোড করা ফাইলটি php.ini তে বর্ণিত upload_max_filesize নির্দেশিত আয়তন অতিক্রম করছেঃ", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে ", -"The uploaded file was only partially uploaded" => "আপলোড করা ফাইলটি আংশিক আপলোড করা হয়েছে", -"No file was uploaded" => "কোন ফাইল আপলোড করা হয় নি", -"Missing a temporary folder" => "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে", -"Failed to write to disk" => "ডিস্কে লিখতে ব্যর্থ", -"Not enough storage available" => "সংরক্ষণের যথেষ্ট জায়গা প্রাপ্তব্য নয়", -"Invalid directory." => "ভুল ডিরেক্টরি", -"Files" => "ফাইল", -"All files" => "সব ফাইল", -"Upload cancelled." => "আপলোড বাতিল করা হয়েছে।", -"File upload is in progress. Leaving the page now will cancel the upload." => "ফাইল আপলোড চলমান। এই পৃষ্ঠা পরিত্যাগ করলে আপলোড বাতিল করা হবে।", -"{new_name} already exists" => "{new_name} টি বিদ্যমান", -"Share" => "ভাগাভাগি কর", -"Delete" => "মুছে", -"Unshare" => "ভাগাভাগি বাতিল ", -"Rename" => "পূনঃনামকরণ", -"Pending" => "মুলতুবি", -"Error moving file." => "ফাইল সরাতে সমস্যা হলো।", -"Error moving file" => "ফাইল সরাতে সমস্যা হলো", -"Error" => "সমস্যা", -"Could not rename file" => "ফাইলের পূণঃনামকরণ করা গেলনা", -"Name" => "রাম", -"Size" => "আকার", -"Modified" => "পরিবর্তিত", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("%n ফাইল আপলোড হচ্ছে","%n ফাইল আপলোড হচ্ছে"), -"\"{name}\" is an invalid file name." => "\"{name}\" টি একটি অননুমোদিত ফাইল নাম।", -"Your storage is almost full ({usedSpacePercent}%)" => "আপনার সংরক্ষণাধার প্রায় পরিপূর্ণ ({usedSpacePercent}%) ", -"File handling" => "ফাইল হ্যার্ডলিং", -"Maximum upload size" => "আপলোডের সর্বোচ্চ আকার", -"max. possible: " => "অনুমোদিত সর্বোচ্চ আকার", -"Save" => "সংরক্ষণ", -"WebDAV" => "WebDAV", -"New" => "নতুন", -"Text file" => "টেক্সট ফাইল", -"New folder" => "নব ফােলডার", -"Folder" => "ফোল্ডার", -"From link" => " লিংক থেকে", -"Nothing in here. Upload something!" => "এখানে কিছুই নেই। কিছু আপলোড করুন !", -"Download" => "ডাউনলোড", -"Upload too large" => "আপলোডের আকারটি অনেক বড়", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "আপনি এই সার্ভারে আপলোড করার জন্য অনুমোদিত ফাইলের সর্বোচ্চ আকারের চেয়ে বৃহদাকার ফাইল আপলোড করার চেষ্টা করছেন ", -"Files are being scanned, please wait." => "ফাইলগুলো স্ক্যান করা হচ্ছে, দয়া করে অপেক্ষা করুন।" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/bn_IN.js b/apps/files/l10n/bn_IN.js new file mode 100644 index 0000000000..320ef37a8f --- /dev/null +++ b/apps/files/l10n/bn_IN.js @@ -0,0 +1,33 @@ +OC.L10N.register( + "files", + { + "Could not move %s - File with this name already exists" : "%s সরানো যায়নি-এই নামে আগে থেকেই ফাইল আছে", + "Could not move %s" : "%s সরানো যায়নি", + "No file was uploaded. Unknown error" : "কোন ফাইল আপলোড করা হয় নি।অজানা ত্রুটি", + "There is no error, the file uploaded with success" : "কোন ত্রুটি নেই,ফাইল সাফল্যের সঙ্গে আপলোড করা হয়েছে", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "আপলোড করা ফাইল-php.ini মধ্যে upload_max_filesize নির্দেশ অতিক্রম করে:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "আপলোড করা ফাইল HTML ফর্মের জন্য MAX_FILE_SIZE নির্দেশ অতিক্রম করে", + "The uploaded file was only partially uploaded" : "আপলোড করা ফাইল শুধুমাত্র আংশিকভাবে আপলোড করা হয়েছে", + "No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি", + "Missing a temporary folder" : "একটি অস্থায়ী ফোল্ডার পাওয়া যাচ্ছেনা", + "Failed to write to disk" : "ডিস্কে লিখতে ব্যর্থ", + "Not enough storage available" : "যথেষ্ট স্টোরেজ পাওয়া যায় না", + "Invalid directory." : "অবৈধ ডিরেক্টরি।", + "Files" : "ফাইলস", + "Share" : "শেয়ার", + "Delete" : "মুছে ফেলা", + "Delete permanently" : "স্থায়ীভাবে মুছে দিন", + "Rename" : "পুনঃনামকরণ", + "Pending" : "মুলতুবি", + "Error" : "ভুল", + "Name" : "নাম", + "Size" : "আকার", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "সেভ", + "New folder" : "নতুন ফোল্ডার", + "Folder" : "ফোল্ডার", + "Download" : "ডাউনলোড করুন" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/bn_IN.json b/apps/files/l10n/bn_IN.json new file mode 100644 index 0000000000..7b6528c38a --- /dev/null +++ b/apps/files/l10n/bn_IN.json @@ -0,0 +1,31 @@ +{ "translations": { + "Could not move %s - File with this name already exists" : "%s সরানো যায়নি-এই নামে আগে থেকেই ফাইল আছে", + "Could not move %s" : "%s সরানো যায়নি", + "No file was uploaded. Unknown error" : "কোন ফাইল আপলোড করা হয় নি।অজানা ত্রুটি", + "There is no error, the file uploaded with success" : "কোন ত্রুটি নেই,ফাইল সাফল্যের সঙ্গে আপলোড করা হয়েছে", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "আপলোড করা ফাইল-php.ini মধ্যে upload_max_filesize নির্দেশ অতিক্রম করে:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "আপলোড করা ফাইল HTML ফর্মের জন্য MAX_FILE_SIZE নির্দেশ অতিক্রম করে", + "The uploaded file was only partially uploaded" : "আপলোড করা ফাইল শুধুমাত্র আংশিকভাবে আপলোড করা হয়েছে", + "No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি", + "Missing a temporary folder" : "একটি অস্থায়ী ফোল্ডার পাওয়া যাচ্ছেনা", + "Failed to write to disk" : "ডিস্কে লিখতে ব্যর্থ", + "Not enough storage available" : "যথেষ্ট স্টোরেজ পাওয়া যায় না", + "Invalid directory." : "অবৈধ ডিরেক্টরি।", + "Files" : "ফাইলস", + "Share" : "শেয়ার", + "Delete" : "মুছে ফেলা", + "Delete permanently" : "স্থায়ীভাবে মুছে দিন", + "Rename" : "পুনঃনামকরণ", + "Pending" : "মুলতুবি", + "Error" : "ভুল", + "Name" : "নাম", + "Size" : "আকার", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "সেভ", + "New folder" : "নতুন ফোল্ডার", + "Folder" : "ফোল্ডার", + "Download" : "ডাউনলোড করুন" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/bn_IN.php b/apps/files/l10n/bn_IN.php deleted file mode 100644 index ae53a11b8e..0000000000 --- a/apps/files/l10n/bn_IN.php +++ /dev/null @@ -1,32 +0,0 @@ - "%s সরানো যায়নি-এই নামে আগে থেকেই ফাইল আছে", -"Could not move %s" => "%s সরানো যায়নি", -"No file was uploaded. Unknown error" => "কোন ফাইল আপলোড করা হয় নি।অজানা ত্রুটি", -"There is no error, the file uploaded with success" => "কোন ত্রুটি নেই,ফাইল সাফল্যের সঙ্গে আপলোড করা হয়েছে", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "আপলোড করা ফাইল-php.ini মধ্যে upload_max_filesize নির্দেশ অতিক্রম করে:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "আপলোড করা ফাইল HTML ফর্মের জন্য MAX_FILE_SIZE নির্দেশ অতিক্রম করে", -"The uploaded file was only partially uploaded" => "আপলোড করা ফাইল শুধুমাত্র আংশিকভাবে আপলোড করা হয়েছে", -"No file was uploaded" => "কোন ফাইল আপলোড করা হয় নি", -"Missing a temporary folder" => "একটি অস্থায়ী ফোল্ডার পাওয়া যাচ্ছেনা", -"Failed to write to disk" => "ডিস্কে লিখতে ব্যর্থ", -"Not enough storage available" => "যথেষ্ট স্টোরেজ পাওয়া যায় না", -"Invalid directory." => "অবৈধ ডিরেক্টরি।", -"Files" => "ফাইলস", -"Share" => "শেয়ার", -"Delete" => "মুছে ফেলা", -"Delete permanently" => "স্থায়ীভাবে মুছে দিন", -"Rename" => "পুনঃনামকরণ", -"Pending" => "মুলতুবি", -"Error" => "ভুল", -"Name" => "নাম", -"Size" => "আকার", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Save" => "সেভ", -"New folder" => "নতুন ফোল্ডার", -"Folder" => "ফোল্ডার", -"Download" => "ডাউনলোড করুন" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/bs.js b/apps/files/l10n/bs.js new file mode 100644 index 0000000000..1ce26f916a --- /dev/null +++ b/apps/files/l10n/bs.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "files", + { + "Share" : "Podijeli", + "Name" : "Ime", + "Size" : "Veličina", + "_%n folder_::_%n folders_" : ["","",""], + "_%n file_::_%n files_" : ["","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","",""], + "Save" : "Spasi", + "New folder" : "Nova fascikla", + "Folder" : "Fasikla" +}, +"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/apps/files/l10n/bs.json b/apps/files/l10n/bs.json new file mode 100644 index 0000000000..7c2d782d01 --- /dev/null +++ b/apps/files/l10n/bs.json @@ -0,0 +1,12 @@ +{ "translations": { + "Share" : "Podijeli", + "Name" : "Ime", + "Size" : "Veličina", + "_%n folder_::_%n folders_" : ["","",""], + "_%n file_::_%n files_" : ["","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","",""], + "Save" : "Spasi", + "New folder" : "Nova fascikla", + "Folder" : "Fasikla" +},"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/apps/files/l10n/bs.php b/apps/files/l10n/bs.php deleted file mode 100644 index 89ff91da03..0000000000 --- a/apps/files/l10n/bs.php +++ /dev/null @@ -1,13 +0,0 @@ - "Podijeli", -"Name" => "Ime", -"Size" => "Veličina", -"_%n folder_::_%n folders_" => array("","",""), -"_%n file_::_%n files_" => array("","",""), -"_Uploading %n file_::_Uploading %n files_" => array("","",""), -"Save" => "Spasi", -"New folder" => "Nova fascikla", -"Folder" => "Fasikla" -); -$PLURAL_FORMS = "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/apps/files/l10n/ca.js b/apps/files/l10n/ca.js new file mode 100644 index 0000000000..8a4b5c42d2 --- /dev/null +++ b/apps/files/l10n/ca.js @@ -0,0 +1,96 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Emmagatzemament no disponible", + "Storage invalid" : "Emmagatzemament no vàlid", + "Unknown error" : "Error desconegut", + "Could not move %s - File with this name already exists" : "No s'ha pogut moure %s - Ja hi ha un fitxer amb aquest nom", + "Could not move %s" : " No s'ha pogut moure %s", + "File name cannot be empty." : "El nom del fitxer no pot ser buit.", + "\"%s\" is an invalid file name." : "\"%s\" no es un fitxer vàlid.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.", + "The target folder has been moved or deleted." : "La carpeta de destí s'ha mogut o eliminat.", + "The name %s is already used in the folder %s. Please choose a different name." : "El nom %s ja s'usa en la carpeta %s. Indiqueu un nom diferent.", + "Not a valid source" : "No és un origen vàlid", + "Server is not allowed to open URLs, please check the server configuration" : "El servidor no té autorització per obrir URLs, comproveu la configuració del servidor", + "The file exceeds your quota by %s" : "El fitxer excedeix de la teva quota per %s", + "Error while downloading %s to %s" : "S'ha produït un error en baixar %s a %s", + "Error when creating the file" : "S'ha produït un error en crear el fitxer", + "Folder name cannot be empty." : "El nom de la carpeta no pot ser buit.", + "Error when creating the folder" : "S'ha produït un error en crear la carpeta", + "Unable to set upload directory." : "No es pot establir la carpeta de pujada.", + "Invalid Token" : "Testimoni no vàlid", + "No file was uploaded. Unknown error" : "No s'ha carregat cap fitxer. Error desconegut", + "There is no error, the file uploaded with success" : "No hi ha errors, el fitxer s'ha carregat correctament", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "L’arxiu que voleu carregar supera el màxim definit en la directiva upload_max_filesize del php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer carregat supera la directiva MAX_FILE_SIZE especificada al formulari HTML", + "The uploaded file was only partially uploaded" : "El fitxer només s'ha carregat parcialment", + "No file was uploaded" : "No s'ha carregat cap fitxer", + "Missing a temporary folder" : "Falta un fitxer temporal", + "Failed to write to disk" : "Ha fallat en escriure al disc", + "Not enough storage available" : "No hi ha prou espai disponible", + "Upload failed. Could not find uploaded file" : "La pujada ha fallat. El fitxer pujat no s'ha trobat.", + "Upload failed. Could not get file info." : "La pujada ha fallat. No s'ha pogut obtenir informació del fitxer.", + "Invalid directory." : "Directori no vàlid.", + "Files" : "Fitxers", + "All files" : "Tots els fitxers", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "No es pot pujar {filename} perquè és una carpeta o té 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "Mida total del fitxer {size1} excedeix el límit de pujada {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}", + "Upload cancelled." : "La pujada s'ha cancel·lat.", + "Could not get result from server." : "No hi ha resposta del servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·larà.", + "URL cannot be empty" : "L'URL no pot ser buit", + "{new_name} already exists" : "{new_name} ja existeix", + "Could not create file" : "No s'ha pogut crear el fitxer", + "Could not create folder" : "No s'ha pogut crear la carpeta", + "Error fetching URL" : "Error en obtenir la URL", + "Share" : "Comparteix", + "Delete" : "Esborra", + "Disconnect storage" : "Desonnecta l'emmagatzematge", + "Unshare" : "Deixa de compartir", + "Delete permanently" : "Esborra permanentment", + "Rename" : "Reanomena", + "Pending" : "Pendent", + "Error moving file." : "Error en moure el fitxer.", + "Error moving file" : "Error en moure el fitxer", + "Error" : "Error", + "Could not rename file" : "No es pot canviar el nom de fitxer", + "Error deleting file." : "Error en esborrar el fitxer.", + "Name" : "Nom", + "Size" : "Mida", + "Modified" : "Modificat", + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"], + "_%n file_::_%n files_" : ["%n fitxer","%n fitxers"], + "You don’t have permission to upload or create files here" : "No teniu permisos per a pujar o crear els fitxers aquí", + "_Uploading %n file_::_Uploading %n files_" : ["Pujant %n fitxer","Pujant %n fitxers"], + "\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer vàlid.", + "Your storage is full, files can not be updated or synced anymore!" : "El vostre espai d'emmagatzemament és ple, els fitxers ja no es poden actualitzar o sincronitzar!", + "Your storage is almost full ({usedSpacePercent}%)" : "El vostre espai d'emmagatzemament és gairebé ple ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicació d'encriptació està activada però les claus no estan inicialitzades, sortiu i acrediteu-vos de nou.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "La clau privada de l'aplicació d'encriptació no és vàlida! Actualitzeu la contrasenya de la clau privada a l'arranjament personal per recuperar els fitxers encriptats.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "L'encriptació s'ha desactivat però els vostres fitxers segueixen encriptats. Aneu a la vostra configuració personal per desencriptar els vostres fitxers.", + "{dirs} and {files}" : "{dirs} i {files}", + "%s could not be renamed as it has been deleted" : "No s'ha pogut renombrar %s ja que ha estat borrat", + "%s could not be renamed" : "%s no es pot canviar el nom", + "Upload (max. %s)" : "Pujada (màx. %s)", + "File handling" : "Gestió de fitxers", + "Maximum upload size" : "Mida màxima de pujada", + "max. possible: " : "màxim possible:", + "Save" : "Desa", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Useu aquesta adreça per accedir als fitxers via WebDAV", + "New" : "Nou", + "New text file" : "Nou fitxer de text", + "Text file" : "Fitxer de text", + "New folder" : "Carpeta nova", + "Folder" : "Carpeta", + "From link" : "Des d'enllaç", + "Nothing in here. Upload something!" : "Res per aquí. Pugeu alguna cosa!", + "Download" : "Baixa", + "Upload too large" : "La pujada és massa gran", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor", + "Files are being scanned, please wait." : "S'estan escanejant els fitxers, espereu", + "Currently scanning" : "Actualment escanejant" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json new file mode 100644 index 0000000000..91e96f5742 --- /dev/null +++ b/apps/files/l10n/ca.json @@ -0,0 +1,94 @@ +{ "translations": { + "Storage not available" : "Emmagatzemament no disponible", + "Storage invalid" : "Emmagatzemament no vàlid", + "Unknown error" : "Error desconegut", + "Could not move %s - File with this name already exists" : "No s'ha pogut moure %s - Ja hi ha un fitxer amb aquest nom", + "Could not move %s" : " No s'ha pogut moure %s", + "File name cannot be empty." : "El nom del fitxer no pot ser buit.", + "\"%s\" is an invalid file name." : "\"%s\" no es un fitxer vàlid.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.", + "The target folder has been moved or deleted." : "La carpeta de destí s'ha mogut o eliminat.", + "The name %s is already used in the folder %s. Please choose a different name." : "El nom %s ja s'usa en la carpeta %s. Indiqueu un nom diferent.", + "Not a valid source" : "No és un origen vàlid", + "Server is not allowed to open URLs, please check the server configuration" : "El servidor no té autorització per obrir URLs, comproveu la configuració del servidor", + "The file exceeds your quota by %s" : "El fitxer excedeix de la teva quota per %s", + "Error while downloading %s to %s" : "S'ha produït un error en baixar %s a %s", + "Error when creating the file" : "S'ha produït un error en crear el fitxer", + "Folder name cannot be empty." : "El nom de la carpeta no pot ser buit.", + "Error when creating the folder" : "S'ha produït un error en crear la carpeta", + "Unable to set upload directory." : "No es pot establir la carpeta de pujada.", + "Invalid Token" : "Testimoni no vàlid", + "No file was uploaded. Unknown error" : "No s'ha carregat cap fitxer. Error desconegut", + "There is no error, the file uploaded with success" : "No hi ha errors, el fitxer s'ha carregat correctament", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "L’arxiu que voleu carregar supera el màxim definit en la directiva upload_max_filesize del php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer carregat supera la directiva MAX_FILE_SIZE especificada al formulari HTML", + "The uploaded file was only partially uploaded" : "El fitxer només s'ha carregat parcialment", + "No file was uploaded" : "No s'ha carregat cap fitxer", + "Missing a temporary folder" : "Falta un fitxer temporal", + "Failed to write to disk" : "Ha fallat en escriure al disc", + "Not enough storage available" : "No hi ha prou espai disponible", + "Upload failed. Could not find uploaded file" : "La pujada ha fallat. El fitxer pujat no s'ha trobat.", + "Upload failed. Could not get file info." : "La pujada ha fallat. No s'ha pogut obtenir informació del fitxer.", + "Invalid directory." : "Directori no vàlid.", + "Files" : "Fitxers", + "All files" : "Tots els fitxers", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "No es pot pujar {filename} perquè és una carpeta o té 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "Mida total del fitxer {size1} excedeix el límit de pujada {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}", + "Upload cancelled." : "La pujada s'ha cancel·lat.", + "Could not get result from server." : "No hi ha resposta del servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·larà.", + "URL cannot be empty" : "L'URL no pot ser buit", + "{new_name} already exists" : "{new_name} ja existeix", + "Could not create file" : "No s'ha pogut crear el fitxer", + "Could not create folder" : "No s'ha pogut crear la carpeta", + "Error fetching URL" : "Error en obtenir la URL", + "Share" : "Comparteix", + "Delete" : "Esborra", + "Disconnect storage" : "Desonnecta l'emmagatzematge", + "Unshare" : "Deixa de compartir", + "Delete permanently" : "Esborra permanentment", + "Rename" : "Reanomena", + "Pending" : "Pendent", + "Error moving file." : "Error en moure el fitxer.", + "Error moving file" : "Error en moure el fitxer", + "Error" : "Error", + "Could not rename file" : "No es pot canviar el nom de fitxer", + "Error deleting file." : "Error en esborrar el fitxer.", + "Name" : "Nom", + "Size" : "Mida", + "Modified" : "Modificat", + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"], + "_%n file_::_%n files_" : ["%n fitxer","%n fitxers"], + "You don’t have permission to upload or create files here" : "No teniu permisos per a pujar o crear els fitxers aquí", + "_Uploading %n file_::_Uploading %n files_" : ["Pujant %n fitxer","Pujant %n fitxers"], + "\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer vàlid.", + "Your storage is full, files can not be updated or synced anymore!" : "El vostre espai d'emmagatzemament és ple, els fitxers ja no es poden actualitzar o sincronitzar!", + "Your storage is almost full ({usedSpacePercent}%)" : "El vostre espai d'emmagatzemament és gairebé ple ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicació d'encriptació està activada però les claus no estan inicialitzades, sortiu i acrediteu-vos de nou.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "La clau privada de l'aplicació d'encriptació no és vàlida! Actualitzeu la contrasenya de la clau privada a l'arranjament personal per recuperar els fitxers encriptats.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "L'encriptació s'ha desactivat però els vostres fitxers segueixen encriptats. Aneu a la vostra configuració personal per desencriptar els vostres fitxers.", + "{dirs} and {files}" : "{dirs} i {files}", + "%s could not be renamed as it has been deleted" : "No s'ha pogut renombrar %s ja que ha estat borrat", + "%s could not be renamed" : "%s no es pot canviar el nom", + "Upload (max. %s)" : "Pujada (màx. %s)", + "File handling" : "Gestió de fitxers", + "Maximum upload size" : "Mida màxima de pujada", + "max. possible: " : "màxim possible:", + "Save" : "Desa", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Useu aquesta adreça per accedir als fitxers via WebDAV", + "New" : "Nou", + "New text file" : "Nou fitxer de text", + "Text file" : "Fitxer de text", + "New folder" : "Carpeta nova", + "Folder" : "Carpeta", + "From link" : "Des d'enllaç", + "Nothing in here. Upload something!" : "Res per aquí. Pugeu alguna cosa!", + "Download" : "Baixa", + "Upload too large" : "La pujada és massa gran", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor", + "Files are being scanned, please wait." : "S'estan escanejant els fitxers, espereu", + "Currently scanning" : "Actualment escanejant" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php deleted file mode 100644 index 534235284c..0000000000 --- a/apps/files/l10n/ca.php +++ /dev/null @@ -1,95 +0,0 @@ - "Emmagatzemament no disponible", -"Storage invalid" => "Emmagatzemament no vàlid", -"Unknown error" => "Error desconegut", -"Could not move %s - File with this name already exists" => "No s'ha pogut moure %s - Ja hi ha un fitxer amb aquest nom", -"Could not move %s" => " No s'ha pogut moure %s", -"File name cannot be empty." => "El nom del fitxer no pot ser buit.", -"\"%s\" is an invalid file name." => "\"%s\" no es un fitxer vàlid.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.", -"The target folder has been moved or deleted." => "La carpeta de destí s'ha mogut o eliminat.", -"The name %s is already used in the folder %s. Please choose a different name." => "El nom %s ja s'usa en la carpeta %s. Indiqueu un nom diferent.", -"Not a valid source" => "No és un origen vàlid", -"Server is not allowed to open URLs, please check the server configuration" => "El servidor no té autorització per obrir URLs, comproveu la configuració del servidor", -"The file exceeds your quota by %s" => "El fitxer excedeix de la teva quota per %s", -"Error while downloading %s to %s" => "S'ha produït un error en baixar %s a %s", -"Error when creating the file" => "S'ha produït un error en crear el fitxer", -"Folder name cannot be empty." => "El nom de la carpeta no pot ser buit.", -"Error when creating the folder" => "S'ha produït un error en crear la carpeta", -"Unable to set upload directory." => "No es pot establir la carpeta de pujada.", -"Invalid Token" => "Testimoni no vàlid", -"No file was uploaded. Unknown error" => "No s'ha carregat cap fitxer. Error desconegut", -"There is no error, the file uploaded with success" => "No hi ha errors, el fitxer s'ha carregat correctament", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "L’arxiu que voleu carregar supera el màxim definit en la directiva upload_max_filesize del php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "El fitxer carregat supera la directiva MAX_FILE_SIZE especificada al formulari HTML", -"The uploaded file was only partially uploaded" => "El fitxer només s'ha carregat parcialment", -"No file was uploaded" => "No s'ha carregat cap fitxer", -"Missing a temporary folder" => "Falta un fitxer temporal", -"Failed to write to disk" => "Ha fallat en escriure al disc", -"Not enough storage available" => "No hi ha prou espai disponible", -"Upload failed. Could not find uploaded file" => "La pujada ha fallat. El fitxer pujat no s'ha trobat.", -"Upload failed. Could not get file info." => "La pujada ha fallat. No s'ha pogut obtenir informació del fitxer.", -"Invalid directory." => "Directori no vàlid.", -"Files" => "Fitxers", -"All files" => "Tots els fitxers", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "No es pot pujar {filename} perquè és una carpeta o té 0 bytes", -"Total file size {size1} exceeds upload limit {size2}" => "Mida total del fitxer {size1} excedeix el límit de pujada {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}", -"Upload cancelled." => "La pujada s'ha cancel·lat.", -"Could not get result from server." => "No hi ha resposta del servidor.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·larà.", -"URL cannot be empty" => "L'URL no pot ser buit", -"{new_name} already exists" => "{new_name} ja existeix", -"Could not create file" => "No s'ha pogut crear el fitxer", -"Could not create folder" => "No s'ha pogut crear la carpeta", -"Error fetching URL" => "Error en obtenir la URL", -"Share" => "Comparteix", -"Delete" => "Esborra", -"Disconnect storage" => "Desonnecta l'emmagatzematge", -"Unshare" => "Deixa de compartir", -"Delete permanently" => "Esborra permanentment", -"Rename" => "Reanomena", -"Pending" => "Pendent", -"Error moving file." => "Error en moure el fitxer.", -"Error moving file" => "Error en moure el fitxer", -"Error" => "Error", -"Could not rename file" => "No es pot canviar el nom de fitxer", -"Error deleting file." => "Error en esborrar el fitxer.", -"Name" => "Nom", -"Size" => "Mida", -"Modified" => "Modificat", -"_%n folder_::_%n folders_" => array("%n carpeta","%n carpetes"), -"_%n file_::_%n files_" => array("%n fitxer","%n fitxers"), -"You don’t have permission to upload or create files here" => "No teniu permisos per a pujar o crear els fitxers aquí", -"_Uploading %n file_::_Uploading %n files_" => array("Pujant %n fitxer","Pujant %n fitxers"), -"\"{name}\" is an invalid file name." => "\"{name}\" no es un fitxer vàlid.", -"Your storage is full, files can not be updated or synced anymore!" => "El vostre espai d'emmagatzemament és ple, els fitxers ja no es poden actualitzar o sincronitzar!", -"Your storage is almost full ({usedSpacePercent}%)" => "El vostre espai d'emmagatzemament és gairebé ple ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'aplicació d'encriptació està activada però les claus no estan inicialitzades, sortiu i acrediteu-vos de nou.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "La clau privada de l'aplicació d'encriptació no és vàlida! Actualitzeu la contrasenya de la clau privada a l'arranjament personal per recuperar els fitxers encriptats.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "L'encriptació s'ha desactivat però els vostres fitxers segueixen encriptats. Aneu a la vostra configuració personal per desencriptar els vostres fitxers.", -"{dirs} and {files}" => "{dirs} i {files}", -"%s could not be renamed as it has been deleted" => "No s'ha pogut renombrar %s ja que ha estat borrat", -"%s could not be renamed" => "%s no es pot canviar el nom", -"Upload (max. %s)" => "Pujada (màx. %s)", -"File handling" => "Gestió de fitxers", -"Maximum upload size" => "Mida màxima de pujada", -"max. possible: " => "màxim possible:", -"Save" => "Desa", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Useu aquesta adreça per accedir als fitxers via WebDAV", -"New" => "Nou", -"New text file" => "Nou fitxer de text", -"Text file" => "Fitxer de text", -"New folder" => "Carpeta nova", -"Folder" => "Carpeta", -"From link" => "Des d'enllaç", -"Nothing in here. Upload something!" => "Res per aquí. Pugeu alguna cosa!", -"Download" => "Baixa", -"Upload too large" => "La pujada és massa gran", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor", -"Files are being scanned, please wait." => "S'estan escanejant els fitxers, espereu", -"Currently scanning" => "Actualment escanejant" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ca@valencia.js b/apps/files/l10n/ca@valencia.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/ca@valencia.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/ca@valencia.json b/apps/files/l10n/ca@valencia.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/ca@valencia.json @@ -0,0 +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 diff --git a/apps/files/l10n/ca@valencia.php b/apps/files/l10n/ca@valencia.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/ca@valencia.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/cs_CZ.js b/apps/files/l10n/cs_CZ.js new file mode 100644 index 0000000000..bbf480b466 --- /dev/null +++ b/apps/files/l10n/cs_CZ.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Úložiště není dostupné", + "Storage invalid" : "Neplatné úložiště", + "Unknown error" : "Neznámá chyba", + "Could not move %s - File with this name already exists" : "Nelze přesunout %s - již existuje soubor se stejným názvem", + "Could not move %s" : "Nelze přesunout %s", + "Permission denied" : "Přístup odepřen", + "File name cannot be empty." : "Název souboru nemůže být prázdný řetězec.", + "\"%s\" is an invalid file name." : "\"%s\" je neplatným názvem souboru.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neplatný název, znaky '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nejsou povoleny.", + "The target folder has been moved or deleted." : "Cílová složka byla přesunuta nebo smazána.", + "The name %s is already used in the folder %s. Please choose a different name." : "Název %s ve složce %s již existuje. Vyberte prosím jiné jméno.", + "Not a valid source" : "Neplatný zdroj", + "Server is not allowed to open URLs, please check the server configuration" : "Server není oprávněn otevírat adresy URL. Ověřte, prosím, konfiguraci serveru.", + "The file exceeds your quota by %s" : "Soubor překračuje povolenou kvótu o %s", + "Error while downloading %s to %s" : "Chyba při stahování %s do %s", + "Error when creating the file" : "Chyba při vytváření souboru", + "Folder name cannot be empty." : "Název složky nemůže být prázdný.", + "Error when creating the folder" : "Chyba při vytváření složky", + "Unable to set upload directory." : "Nelze nastavit adresář pro nahrané soubory.", + "Invalid Token" : "Neplatný token", + "No file was uploaded. Unknown error" : "Žádný soubor nebyl odeslán. Neznámá chyba", + "There is no error, the file uploaded with success" : "Soubor byl odeslán úspěšně", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Odesílaný soubor přesahuje velikost upload_max_filesize povolenou v php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Odeslaný soubor přesáhl svou velikostí parametr MAX_FILE_SIZE specifikovaný ve formuláři HTML", + "The uploaded file was only partially uploaded" : "Soubor byl odeslán pouze částečně", + "No file was uploaded" : "Žádný soubor nebyl odeslán", + "Missing a temporary folder" : "Chybí adresář pro dočasné soubory", + "Failed to write to disk" : "Zápis na disk selhal", + "Not enough storage available" : "Nedostatek dostupného úložného prostoru", + "Upload failed. Could not find uploaded file" : "Nahrávání selhalo. Nepodařilo se nalézt nahraný soubor.", + "Upload failed. Could not get file info." : "Nahrávání selhalo. Nepodařilo se získat informace o souboru.", + "Invalid directory." : "Neplatný adresář", + "Files" : "Soubory", + "All files" : "Všechny soubory", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nelze nahrát soubor {filename}, protože je to buď adresář nebo má velikost 0 bytů", + "Total file size {size1} exceeds upload limit {size2}" : "Celková velikost souboru {size1} překračuje povolenou velikost pro nahrávání {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}", + "Upload cancelled." : "Odesílání zrušeno.", + "Could not get result from server." : "Nepodařilo se získat výsledek ze serveru.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Probíhá odesílání souboru. Opuštění stránky způsobí zrušení nahrávání.", + "URL cannot be empty" : "URL nemůže zůstat prázdná", + "{new_name} already exists" : "{new_name} již existuje", + "Could not create file" : "Nepodařilo se vytvořit soubor", + "Could not create folder" : "Nepodařilo se vytvořit složku", + "Error fetching URL" : "Chyba při načítání URL", + "Share" : "Sdílet", + "Delete" : "Smazat", + "Disconnect storage" : "Odpojit úložiště", + "Unshare" : "Zrušit sdílení", + "Delete permanently" : "Trvale odstranit", + "Rename" : "Přejmenovat", + "Pending" : "Nevyřízené", + "Error moving file." : "Chyba při přesunu souboru.", + "Error moving file" : "Chyba při přesunu souboru", + "Error" : "Chyba", + "Could not rename file" : "Nepodařilo se přejmenovat soubor", + "Error deleting file." : "Chyba při mazání souboru.", + "Name" : "Název", + "Size" : "Velikost", + "Modified" : "Upraveno", + "_%n folder_::_%n folders_" : ["%n složka","%n složky","%n složek"], + "_%n file_::_%n files_" : ["%n soubor","%n soubory","%n souborů"], + "You don’t have permission to upload or create files here" : "Nemáte oprávnění zde nahrávat či vytvářet soubory", + "_Uploading %n file_::_Uploading %n files_" : ["Nahrávám %n soubor","Nahrávám %n soubory","Nahrávám %n souborů"], + "\"{name}\" is an invalid file name." : "\"{name}\" je neplatným názvem souboru.", + "Your storage is full, files can not be updated or synced anymore!" : "Vaše úložiště je plné, nelze aktualizovat ani synchronizovat soubory.", + "Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložiště je téměř plné ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Prosím odhlaste se a znovu přihlaste", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chybný soukromý klíč pro šifrovací aplikaci. Aktualizujte prosím heslo svého soukromého klíče ve vašem osobním nastavení, abyste znovu získali přístup k vašim zašifrovaným souborům.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifrování bylo vypnuto, vaše soubory jsou však stále zašifrované. Běžte prosím do osobního nastavení, kde soubory odšifrujete.", + "{dirs} and {files}" : "{dirs} a {files}", + "%s could not be renamed as it has been deleted" : "%s nelze přejmenovat, protože byl smazán", + "%s could not be renamed" : "%s nemůže být přejmenován", + "Upload (max. %s)" : "Nahrát (max. %s)", + "File handling" : "Zacházení se soubory", + "Maximum upload size" : "Maximální velikost pro odesílání", + "max. possible: " : "největší možná: ", + "Save" : "Uložit", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Použijte tuto adresu pro přístup k vašim souborům přes WebDAV", + "New" : "Nový", + "New text file" : "Nový textový soubor", + "Text file" : "Textový soubor", + "New folder" : "Nová složka", + "Folder" : "Složka", + "From link" : "Z odkazu", + "Nothing in here. Upload something!" : "Žádný obsah. Nahrajte něco.", + "Download" : "Stáhnout", + "Upload too large" : "Odesílaný soubor je příliš velký", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru.", + "Files are being scanned, please wait." : "Soubory se prohledávají, prosím čekejte.", + "Currently scanning" : "Prohledává se" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files/l10n/cs_CZ.json b/apps/files/l10n/cs_CZ.json new file mode 100644 index 0000000000..f427a6961e --- /dev/null +++ b/apps/files/l10n/cs_CZ.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Úložiště není dostupné", + "Storage invalid" : "Neplatné úložiště", + "Unknown error" : "Neznámá chyba", + "Could not move %s - File with this name already exists" : "Nelze přesunout %s - již existuje soubor se stejným názvem", + "Could not move %s" : "Nelze přesunout %s", + "Permission denied" : "Přístup odepřen", + "File name cannot be empty." : "Název souboru nemůže být prázdný řetězec.", + "\"%s\" is an invalid file name." : "\"%s\" je neplatným názvem souboru.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neplatný název, znaky '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nejsou povoleny.", + "The target folder has been moved or deleted." : "Cílová složka byla přesunuta nebo smazána.", + "The name %s is already used in the folder %s. Please choose a different name." : "Název %s ve složce %s již existuje. Vyberte prosím jiné jméno.", + "Not a valid source" : "Neplatný zdroj", + "Server is not allowed to open URLs, please check the server configuration" : "Server není oprávněn otevírat adresy URL. Ověřte, prosím, konfiguraci serveru.", + "The file exceeds your quota by %s" : "Soubor překračuje povolenou kvótu o %s", + "Error while downloading %s to %s" : "Chyba při stahování %s do %s", + "Error when creating the file" : "Chyba při vytváření souboru", + "Folder name cannot be empty." : "Název složky nemůže být prázdný.", + "Error when creating the folder" : "Chyba při vytváření složky", + "Unable to set upload directory." : "Nelze nastavit adresář pro nahrané soubory.", + "Invalid Token" : "Neplatný token", + "No file was uploaded. Unknown error" : "Žádný soubor nebyl odeslán. Neznámá chyba", + "There is no error, the file uploaded with success" : "Soubor byl odeslán úspěšně", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Odesílaný soubor přesahuje velikost upload_max_filesize povolenou v php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Odeslaný soubor přesáhl svou velikostí parametr MAX_FILE_SIZE specifikovaný ve formuláři HTML", + "The uploaded file was only partially uploaded" : "Soubor byl odeslán pouze částečně", + "No file was uploaded" : "Žádný soubor nebyl odeslán", + "Missing a temporary folder" : "Chybí adresář pro dočasné soubory", + "Failed to write to disk" : "Zápis na disk selhal", + "Not enough storage available" : "Nedostatek dostupného úložného prostoru", + "Upload failed. Could not find uploaded file" : "Nahrávání selhalo. Nepodařilo se nalézt nahraný soubor.", + "Upload failed. Could not get file info." : "Nahrávání selhalo. Nepodařilo se získat informace o souboru.", + "Invalid directory." : "Neplatný adresář", + "Files" : "Soubory", + "All files" : "Všechny soubory", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nelze nahrát soubor {filename}, protože je to buď adresář nebo má velikost 0 bytů", + "Total file size {size1} exceeds upload limit {size2}" : "Celková velikost souboru {size1} překračuje povolenou velikost pro nahrávání {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}", + "Upload cancelled." : "Odesílání zrušeno.", + "Could not get result from server." : "Nepodařilo se získat výsledek ze serveru.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Probíhá odesílání souboru. Opuštění stránky způsobí zrušení nahrávání.", + "URL cannot be empty" : "URL nemůže zůstat prázdná", + "{new_name} already exists" : "{new_name} již existuje", + "Could not create file" : "Nepodařilo se vytvořit soubor", + "Could not create folder" : "Nepodařilo se vytvořit složku", + "Error fetching URL" : "Chyba při načítání URL", + "Share" : "Sdílet", + "Delete" : "Smazat", + "Disconnect storage" : "Odpojit úložiště", + "Unshare" : "Zrušit sdílení", + "Delete permanently" : "Trvale odstranit", + "Rename" : "Přejmenovat", + "Pending" : "Nevyřízené", + "Error moving file." : "Chyba při přesunu souboru.", + "Error moving file" : "Chyba při přesunu souboru", + "Error" : "Chyba", + "Could not rename file" : "Nepodařilo se přejmenovat soubor", + "Error deleting file." : "Chyba při mazání souboru.", + "Name" : "Název", + "Size" : "Velikost", + "Modified" : "Upraveno", + "_%n folder_::_%n folders_" : ["%n složka","%n složky","%n složek"], + "_%n file_::_%n files_" : ["%n soubor","%n soubory","%n souborů"], + "You don’t have permission to upload or create files here" : "Nemáte oprávnění zde nahrávat či vytvářet soubory", + "_Uploading %n file_::_Uploading %n files_" : ["Nahrávám %n soubor","Nahrávám %n soubory","Nahrávám %n souborů"], + "\"{name}\" is an invalid file name." : "\"{name}\" je neplatným názvem souboru.", + "Your storage is full, files can not be updated or synced anymore!" : "Vaše úložiště je plné, nelze aktualizovat ani synchronizovat soubory.", + "Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložiště je téměř plné ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Prosím odhlaste se a znovu přihlaste", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chybný soukromý klíč pro šifrovací aplikaci. Aktualizujte prosím heslo svého soukromého klíče ve vašem osobním nastavení, abyste znovu získali přístup k vašim zašifrovaným souborům.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifrování bylo vypnuto, vaše soubory jsou však stále zašifrované. Běžte prosím do osobního nastavení, kde soubory odšifrujete.", + "{dirs} and {files}" : "{dirs} a {files}", + "%s could not be renamed as it has been deleted" : "%s nelze přejmenovat, protože byl smazán", + "%s could not be renamed" : "%s nemůže být přejmenován", + "Upload (max. %s)" : "Nahrát (max. %s)", + "File handling" : "Zacházení se soubory", + "Maximum upload size" : "Maximální velikost pro odesílání", + "max. possible: " : "největší možná: ", + "Save" : "Uložit", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Použijte tuto adresu pro přístup k vašim souborům přes WebDAV", + "New" : "Nový", + "New text file" : "Nový textový soubor", + "Text file" : "Textový soubor", + "New folder" : "Nová složka", + "Folder" : "Složka", + "From link" : "Z odkazu", + "Nothing in here. Upload something!" : "Žádný obsah. Nahrajte něco.", + "Download" : "Stáhnout", + "Upload too large" : "Odesílaný soubor je příliš velký", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru.", + "Files are being scanned, please wait." : "Soubory se prohledávají, prosím čekejte.", + "Currently scanning" : "Prohledává se" +},"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/cs_CZ.php b/apps/files/l10n/cs_CZ.php deleted file mode 100644 index d2bf781b94..0000000000 --- a/apps/files/l10n/cs_CZ.php +++ /dev/null @@ -1,96 +0,0 @@ - "Úložiště není dostupné", -"Storage invalid" => "Neplatné úložiště", -"Unknown error" => "Neznámá chyba", -"Could not move %s - File with this name already exists" => "Nelze přesunout %s - již existuje soubor se stejným názvem", -"Could not move %s" => "Nelze přesunout %s", -"Permission denied" => "Přístup odepřen", -"File name cannot be empty." => "Název souboru nemůže být prázdný řetězec.", -"\"%s\" is an invalid file name." => "\"%s\" je neplatným názvem souboru.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neplatný název, znaky '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nejsou povoleny.", -"The target folder has been moved or deleted." => "Cílová složka byla přesunuta nebo smazána.", -"The name %s is already used in the folder %s. Please choose a different name." => "Název %s ve složce %s již existuje. Vyberte prosím jiné jméno.", -"Not a valid source" => "Neplatný zdroj", -"Server is not allowed to open URLs, please check the server configuration" => "Server není oprávněn otevírat adresy URL. Ověřte, prosím, konfiguraci serveru.", -"The file exceeds your quota by %s" => "Soubor překračuje povolenou kvótu o %s", -"Error while downloading %s to %s" => "Chyba při stahování %s do %s", -"Error when creating the file" => "Chyba při vytváření souboru", -"Folder name cannot be empty." => "Název složky nemůže být prázdný.", -"Error when creating the folder" => "Chyba při vytváření složky", -"Unable to set upload directory." => "Nelze nastavit adresář pro nahrané soubory.", -"Invalid Token" => "Neplatný token", -"No file was uploaded. Unknown error" => "Žádný soubor nebyl odeslán. Neznámá chyba", -"There is no error, the file uploaded with success" => "Soubor byl odeslán úspěšně", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Odesílaný soubor přesahuje velikost upload_max_filesize povolenou v php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Odeslaný soubor přesáhl svou velikostí parametr MAX_FILE_SIZE specifikovaný ve formuláři HTML", -"The uploaded file was only partially uploaded" => "Soubor byl odeslán pouze částečně", -"No file was uploaded" => "Žádný soubor nebyl odeslán", -"Missing a temporary folder" => "Chybí adresář pro dočasné soubory", -"Failed to write to disk" => "Zápis na disk selhal", -"Not enough storage available" => "Nedostatek dostupného úložného prostoru", -"Upload failed. Could not find uploaded file" => "Nahrávání selhalo. Nepodařilo se nalézt nahraný soubor.", -"Upload failed. Could not get file info." => "Nahrávání selhalo. Nepodařilo se získat informace o souboru.", -"Invalid directory." => "Neplatný adresář", -"Files" => "Soubory", -"All files" => "Všechny soubory", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Nelze nahrát soubor {filename}, protože je to buď adresář nebo má velikost 0 bytů", -"Total file size {size1} exceeds upload limit {size2}" => "Celková velikost souboru {size1} překračuje povolenou velikost pro nahrávání {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}", -"Upload cancelled." => "Odesílání zrušeno.", -"Could not get result from server." => "Nepodařilo se získat výsledek ze serveru.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Probíhá odesílání souboru. Opuštění stránky způsobí zrušení nahrávání.", -"URL cannot be empty" => "URL nemůže zůstat prázdná", -"{new_name} already exists" => "{new_name} již existuje", -"Could not create file" => "Nepodařilo se vytvořit soubor", -"Could not create folder" => "Nepodařilo se vytvořit složku", -"Error fetching URL" => "Chyba při načítání URL", -"Share" => "Sdílet", -"Delete" => "Smazat", -"Disconnect storage" => "Odpojit úložiště", -"Unshare" => "Zrušit sdílení", -"Delete permanently" => "Trvale odstranit", -"Rename" => "Přejmenovat", -"Pending" => "Nevyřízené", -"Error moving file." => "Chyba při přesunu souboru.", -"Error moving file" => "Chyba při přesunu souboru", -"Error" => "Chyba", -"Could not rename file" => "Nepodařilo se přejmenovat soubor", -"Error deleting file." => "Chyba při mazání souboru.", -"Name" => "Název", -"Size" => "Velikost", -"Modified" => "Upraveno", -"_%n folder_::_%n folders_" => array("%n složka","%n složky","%n složek"), -"_%n file_::_%n files_" => array("%n soubor","%n soubory","%n souborů"), -"You don’t have permission to upload or create files here" => "Nemáte oprávnění zde nahrávat či vytvářet soubory", -"_Uploading %n file_::_Uploading %n files_" => array("Nahrávám %n soubor","Nahrávám %n soubory","Nahrávám %n souborů"), -"\"{name}\" is an invalid file name." => "\"{name}\" je neplatným názvem souboru.", -"Your storage is full, files can not be updated or synced anymore!" => "Vaše úložiště je plné, nelze aktualizovat ani synchronizovat soubory.", -"Your storage is almost full ({usedSpacePercent}%)" => "Vaše úložiště je téměř plné ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Prosím odhlaste se a znovu přihlaste", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Chybný soukromý klíč pro šifrovací aplikaci. Aktualizujte prosím heslo svého soukromého klíče ve vašem osobním nastavení, abyste znovu získali přístup k vašim zašifrovaným souborům.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifrování bylo vypnuto, vaše soubory jsou však stále zašifrované. Běžte prosím do osobního nastavení, kde soubory odšifrujete.", -"{dirs} and {files}" => "{dirs} a {files}", -"%s could not be renamed as it has been deleted" => "%s nelze přejmenovat, protože byl smazán", -"%s could not be renamed" => "%s nemůže být přejmenován", -"Upload (max. %s)" => "Nahrát (max. %s)", -"File handling" => "Zacházení se soubory", -"Maximum upload size" => "Maximální velikost pro odesílání", -"max. possible: " => "největší možná: ", -"Save" => "Uložit", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Použijte tuto adresu pro přístup k vašim souborům přes WebDAV", -"New" => "Nový", -"New text file" => "Nový textový soubor", -"Text file" => "Textový soubor", -"New folder" => "Nová složka", -"Folder" => "Složka", -"From link" => "Z odkazu", -"Nothing in here. Upload something!" => "Žádný obsah. Nahrajte něco.", -"Download" => "Stáhnout", -"Upload too large" => "Odesílaný soubor je příliš velký", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru.", -"Files are being scanned, please wait." => "Soubory se prohledávají, prosím čekejte.", -"Currently scanning" => "Prohledává se" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files/l10n/cy_GB.js b/apps/files/l10n/cy_GB.js new file mode 100644 index 0000000000..a9c4ddeba2 --- /dev/null +++ b/apps/files/l10n/cy_GB.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files", + { + "Could not move %s - File with this name already exists" : "Methwyd symud %s - Mae ffeil gyda'r enw hwn eisoes yn bodoli", + "Could not move %s" : "Methwyd symud %s", + "File name cannot be empty." : "Does dim hawl cael enw ffeil gwag.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Enw annilys, ni chaniateir, '\\', '/', '<', '>', ':', '\"', '|', '?' na '*'.", + "No file was uploaded. Unknown error" : "Ni lwythwyd ffeil i fyny. Gwall anhysbys.", + "There is no error, the file uploaded with success" : "Does dim gwall, llwythodd y ffeil i fyny'n llwyddiannus", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb upload_max_filesize yn php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb MAX_FILE_SIZE bennwyd yn y ffurflen HTML", + "The uploaded file was only partially uploaded" : "Dim ond yn rhannol y llwythwyd y ffeil i fyny", + "No file was uploaded" : "Ni lwythwyd ffeil i fyny", + "Missing a temporary folder" : "Plygell dros dro yn eisiau", + "Failed to write to disk" : "Methwyd ysgrifennu i'r ddisg", + "Not enough storage available" : "Dim digon o le storio ar gael", + "Invalid directory." : "Cyfeiriadur annilys.", + "Files" : "Ffeiliau", + "Upload cancelled." : "Diddymwyd llwytho i fyny.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Mae ffeiliau'n cael eu llwytho i fyny. Bydd gadael y dudalen hon nawr yn diddymu'r broses.", + "{new_name} already exists" : "{new_name} yn bodoli'n barod", + "Share" : "Rhannu", + "Delete" : "Dileu", + "Unshare" : "Dad-rannu", + "Delete permanently" : "Dileu'n barhaol", + "Rename" : "Ailenwi", + "Pending" : "I ddod", + "Error" : "Gwall", + "Name" : "Enw", + "Size" : "Maint", + "Modified" : "Addaswyd", + "_%n folder_::_%n folders_" : ["","","",""], + "_%n file_::_%n files_" : ["","","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","","",""], + "Your storage is full, files can not be updated or synced anymore!" : "Mae eich storfa'n llawn, ni ellir diweddaru a chydweddu ffeiliau mwyach!", + "Your storage is almost full ({usedSpacePercent}%)" : "Mae eich storfa bron a bod yn llawn ({usedSpacePercent}%)", + "File handling" : "Trafod ffeiliau", + "Maximum upload size" : "Maint mwyaf llwytho i fyny", + "max. possible: " : "mwyaf. posib:", + "Save" : "Cadw", + "New" : "Newydd", + "Text file" : "Ffeil destun", + "Folder" : "Plygell", + "From link" : "Dolen o", + "Nothing in here. Upload something!" : "Does dim byd fan hyn. Llwythwch rhywbeth i fyny!", + "Download" : "Llwytho i lawr", + "Upload too large" : "Maint llwytho i fyny'n rhy fawr", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Mae'r ffeiliau rydych yn ceisio llwytho i fyny'n fwy na maint mwyaf llwytho ffeiliau i fyny ar y gweinydd hwn.", + "Files are being scanned, please wait." : "Arhoswch, mae ffeiliau'n cael eu sganio." +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/files/l10n/cy_GB.json b/apps/files/l10n/cy_GB.json new file mode 100644 index 0000000000..dc583d0a33 --- /dev/null +++ b/apps/files/l10n/cy_GB.json @@ -0,0 +1,49 @@ +{ "translations": { + "Could not move %s - File with this name already exists" : "Methwyd symud %s - Mae ffeil gyda'r enw hwn eisoes yn bodoli", + "Could not move %s" : "Methwyd symud %s", + "File name cannot be empty." : "Does dim hawl cael enw ffeil gwag.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Enw annilys, ni chaniateir, '\\', '/', '<', '>', ':', '\"', '|', '?' na '*'.", + "No file was uploaded. Unknown error" : "Ni lwythwyd ffeil i fyny. Gwall anhysbys.", + "There is no error, the file uploaded with success" : "Does dim gwall, llwythodd y ffeil i fyny'n llwyddiannus", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb upload_max_filesize yn php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb MAX_FILE_SIZE bennwyd yn y ffurflen HTML", + "The uploaded file was only partially uploaded" : "Dim ond yn rhannol y llwythwyd y ffeil i fyny", + "No file was uploaded" : "Ni lwythwyd ffeil i fyny", + "Missing a temporary folder" : "Plygell dros dro yn eisiau", + "Failed to write to disk" : "Methwyd ysgrifennu i'r ddisg", + "Not enough storage available" : "Dim digon o le storio ar gael", + "Invalid directory." : "Cyfeiriadur annilys.", + "Files" : "Ffeiliau", + "Upload cancelled." : "Diddymwyd llwytho i fyny.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Mae ffeiliau'n cael eu llwytho i fyny. Bydd gadael y dudalen hon nawr yn diddymu'r broses.", + "{new_name} already exists" : "{new_name} yn bodoli'n barod", + "Share" : "Rhannu", + "Delete" : "Dileu", + "Unshare" : "Dad-rannu", + "Delete permanently" : "Dileu'n barhaol", + "Rename" : "Ailenwi", + "Pending" : "I ddod", + "Error" : "Gwall", + "Name" : "Enw", + "Size" : "Maint", + "Modified" : "Addaswyd", + "_%n folder_::_%n folders_" : ["","","",""], + "_%n file_::_%n files_" : ["","","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","","",""], + "Your storage is full, files can not be updated or synced anymore!" : "Mae eich storfa'n llawn, ni ellir diweddaru a chydweddu ffeiliau mwyach!", + "Your storage is almost full ({usedSpacePercent}%)" : "Mae eich storfa bron a bod yn llawn ({usedSpacePercent}%)", + "File handling" : "Trafod ffeiliau", + "Maximum upload size" : "Maint mwyaf llwytho i fyny", + "max. possible: " : "mwyaf. posib:", + "Save" : "Cadw", + "New" : "Newydd", + "Text file" : "Ffeil destun", + "Folder" : "Plygell", + "From link" : "Dolen o", + "Nothing in here. Upload something!" : "Does dim byd fan hyn. Llwythwch rhywbeth i fyny!", + "Download" : "Llwytho i lawr", + "Upload too large" : "Maint llwytho i fyny'n rhy fawr", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Mae'r ffeiliau rydych yn ceisio llwytho i fyny'n fwy na maint mwyaf llwytho ffeiliau i fyny ar y gweinydd hwn.", + "Files are being scanned, please wait." : "Arhoswch, mae ffeiliau'n cael eu sganio." +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/apps/files/l10n/cy_GB.php b/apps/files/l10n/cy_GB.php deleted file mode 100644 index bf739c8756..0000000000 --- a/apps/files/l10n/cy_GB.php +++ /dev/null @@ -1,50 +0,0 @@ - "Methwyd symud %s - Mae ffeil gyda'r enw hwn eisoes yn bodoli", -"Could not move %s" => "Methwyd symud %s", -"File name cannot be empty." => "Does dim hawl cael enw ffeil gwag.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Enw annilys, ni chaniateir, '\\', '/', '<', '>', ':', '\"', '|', '?' na '*'.", -"No file was uploaded. Unknown error" => "Ni lwythwyd ffeil i fyny. Gwall anhysbys.", -"There is no error, the file uploaded with success" => "Does dim gwall, llwythodd y ffeil i fyny'n llwyddiannus", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb upload_max_filesize yn php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb MAX_FILE_SIZE bennwyd yn y ffurflen HTML", -"The uploaded file was only partially uploaded" => "Dim ond yn rhannol y llwythwyd y ffeil i fyny", -"No file was uploaded" => "Ni lwythwyd ffeil i fyny", -"Missing a temporary folder" => "Plygell dros dro yn eisiau", -"Failed to write to disk" => "Methwyd ysgrifennu i'r ddisg", -"Not enough storage available" => "Dim digon o le storio ar gael", -"Invalid directory." => "Cyfeiriadur annilys.", -"Files" => "Ffeiliau", -"Upload cancelled." => "Diddymwyd llwytho i fyny.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Mae ffeiliau'n cael eu llwytho i fyny. Bydd gadael y dudalen hon nawr yn diddymu'r broses.", -"{new_name} already exists" => "{new_name} yn bodoli'n barod", -"Share" => "Rhannu", -"Delete" => "Dileu", -"Unshare" => "Dad-rannu", -"Delete permanently" => "Dileu'n barhaol", -"Rename" => "Ailenwi", -"Pending" => "I ddod", -"Error" => "Gwall", -"Name" => "Enw", -"Size" => "Maint", -"Modified" => "Addaswyd", -"_%n folder_::_%n folders_" => array("","","",""), -"_%n file_::_%n files_" => array("","","",""), -"_Uploading %n file_::_Uploading %n files_" => array("","","",""), -"Your storage is full, files can not be updated or synced anymore!" => "Mae eich storfa'n llawn, ni ellir diweddaru a chydweddu ffeiliau mwyach!", -"Your storage is almost full ({usedSpacePercent}%)" => "Mae eich storfa bron a bod yn llawn ({usedSpacePercent}%)", -"File handling" => "Trafod ffeiliau", -"Maximum upload size" => "Maint mwyaf llwytho i fyny", -"max. possible: " => "mwyaf. posib:", -"Save" => "Cadw", -"New" => "Newydd", -"Text file" => "Ffeil destun", -"Folder" => "Plygell", -"From link" => "Dolen o", -"Nothing in here. Upload something!" => "Does dim byd fan hyn. Llwythwch rhywbeth i fyny!", -"Download" => "Llwytho i lawr", -"Upload too large" => "Maint llwytho i fyny'n rhy fawr", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Mae'r ffeiliau rydych yn ceisio llwytho i fyny'n fwy na maint mwyaf llwytho ffeiliau i fyny ar y gweinydd hwn.", -"Files are being scanned, please wait." => "Arhoswch, mae ffeiliau'n cael eu sganio." -); -$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js new file mode 100644 index 0000000000..7b636c6340 --- /dev/null +++ b/apps/files/l10n/da.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Lagerplads er ikke tilgængeligt", + "Storage invalid" : "Lagerplads er ugyldig", + "Unknown error" : "Ukendt fejl", + "Could not move %s - File with this name already exists" : "Kunne ikke flytte %s - der findes allerede en fil med dette navn", + "Could not move %s" : "Kunne ikke flytte %s", + "Permission denied" : "Adgang nægtet", + "File name cannot be empty." : "Filnavnet kan ikke stå tomt.", + "\"%s\" is an invalid file name." : "\"%s\" er et ugyldigt filnavn.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ugyldigt navn, '\\', '/', '<', '>', ':' | '?', '\"', '', og '*' er ikke tilladt.", + "The target folder has been moved or deleted." : "Mappen er blevet slettet eller fjernet.", + "The name %s is already used in the folder %s. Please choose a different name." : "Navnet %s er allerede i brug i mappen %s. Vælg venligst et andet navn.", + "Not a valid source" : "Ikke en gyldig kilde", + "Server is not allowed to open URLs, please check the server configuration" : "Server har ikke tilladelse til at åbne URL'er. Kontroller venligst serverens indstillinger", + "The file exceeds your quota by %s" : "Denne fil overskrider dit kvota med %s", + "Error while downloading %s to %s" : "Fejl ved hentning af %s til %s", + "Error when creating the file" : "Fejl ved oprettelse af fil", + "Folder name cannot be empty." : "Mappenavnet kan ikke være tomt.", + "Error when creating the folder" : "Fejl ved oprettelse af mappen", + "Unable to set upload directory." : "Ude af stand til at vælge upload mappe.", + "Invalid Token" : "Ugyldig Token ", + "No file was uploaded. Unknown error" : "Ingen fil blev uploadet. Ukendt fejl.", + "There is no error, the file uploaded with success" : "Der skete ingen fejl, filen blev succesfuldt uploadet", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen", + "The uploaded file was only partially uploaded" : "Filen blev kun delvist uploadet.", + "No file was uploaded" : "Ingen fil uploadet", + "Missing a temporary folder" : "Manglende midlertidig mappe.", + "Failed to write to disk" : "Fejl ved skrivning til disk.", + "Not enough storage available" : "Der er ikke nok plads til rådlighed", + "Upload failed. Could not find uploaded file" : "Upload fejlede. Kunne ikke finde den uploadede fil.", + "Upload failed. Could not get file info." : "Upload fejlede. Kunne ikke hente filinformation.", + "Invalid directory." : "Ugyldig mappe.", + "Files" : "Filer", + "All files" : "Alle filer", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke upload {filename} da det er enten en mappe eller indholder 0 bytes.", + "Total file size {size1} exceeds upload limit {size2}" : "Den totale filstørrelse {size1} er større end uploadgrænsen {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage", + "Upload cancelled." : "Upload afbrudt.", + "Could not get result from server." : "Kunne ikke hente resultat fra server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret.", + "URL cannot be empty" : "URL kan ikke være tom", + "{new_name} already exists" : "{new_name} eksisterer allerede", + "Could not create file" : "Kunne ikke oprette fil", + "Could not create folder" : "Kunne ikke oprette mappe", + "Error fetching URL" : "Fejl ved URL", + "Share" : "Del", + "Delete" : "Slet", + "Disconnect storage" : "Frakobl lager", + "Unshare" : "Fjern deling", + "Delete permanently" : "Slet permanent", + "Rename" : "Omdøb", + "Pending" : "Afventer", + "Error moving file." : "Fejl ved flytning af fil", + "Error moving file" : "Fejl ved flytning af fil", + "Error" : "Fejl", + "Could not rename file" : "Kunne ikke omdøbe filen", + "Error deleting file." : "Fejl ved sletnign af fil.", + "Name" : "Navn", + "Size" : "Størrelse", + "Modified" : "Ændret", + "_%n folder_::_%n folders_" : ["%n mappe","%n mapper"], + "_%n file_::_%n files_" : ["%n fil","%n filer"], + "You don’t have permission to upload or create files here" : "Du har ikke tilladelse til at uploade eller oprette filer her", + "_Uploading %n file_::_Uploading %n files_" : ["Uploader %n fil","Uploader %n filer"], + "\"{name}\" is an invalid file name." : "'{name}' er et ugyldigt filnavn.", + "Your storage is full, files can not be updated or synced anymore!" : "Din opbevaringsplads er fyldt op, filer kan ikke opdateres eller synkroniseres længere!", + "Your storage is almost full ({usedSpacePercent}%)" : "Din opbevaringsplads er næsten fyldt op ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krypteringsprogrammet er aktiveret, men din nøgle er ikke igangsat. Log venligst ud og ind igen.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ugyldig privat nøgle for krypteringsprogrammet. Opdater venligst dit kodeord for den private nøgle i dine personlige indstillinger. Det kræves for at få adgang til dine krypterede filer.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Krypteringen blev deaktiveret, men dine filer er stadig krypteret. Gå venligst til dine personlige indstillinger for at dekryptere dine filer. ", + "{dirs} and {files}" : "{dirs} og {files}", + "%s could not be renamed as it has been deleted" : "%s kunne ikke omdøbes, da den er blevet slettet", + "%s could not be renamed" : "%s kunne ikke omdøbes", + "Upload (max. %s)" : "Upload (max. %s)", + "File handling" : "Filhåndtering", + "Maximum upload size" : "Maksimal upload-størrelse", + "max. possible: " : "max. mulige: ", + "Save" : "Gem", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Brug denne adresse for at tilgå dine filer via WebDAV", + "New" : "Ny", + "New text file" : "Ny tekstfil", + "Text file" : "Tekstfil", + "New folder" : "Ny Mappe", + "Folder" : "Mappe", + "From link" : "Fra link", + "Nothing in here. Upload something!" : "Her er tomt. Upload noget!", + "Download" : "Download", + "Upload too large" : "Upload er for stor", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filerne, du prøver at uploade, er større end den maksimale størrelse for fil-upload på denne server.", + "Files are being scanned, please wait." : "Filerne bliver indlæst, vent venligst.", + "Currently scanning" : "Indlæser" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json new file mode 100644 index 0000000000..81b658bef2 --- /dev/null +++ b/apps/files/l10n/da.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Lagerplads er ikke tilgængeligt", + "Storage invalid" : "Lagerplads er ugyldig", + "Unknown error" : "Ukendt fejl", + "Could not move %s - File with this name already exists" : "Kunne ikke flytte %s - der findes allerede en fil med dette navn", + "Could not move %s" : "Kunne ikke flytte %s", + "Permission denied" : "Adgang nægtet", + "File name cannot be empty." : "Filnavnet kan ikke stå tomt.", + "\"%s\" is an invalid file name." : "\"%s\" er et ugyldigt filnavn.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ugyldigt navn, '\\', '/', '<', '>', ':' | '?', '\"', '', og '*' er ikke tilladt.", + "The target folder has been moved or deleted." : "Mappen er blevet slettet eller fjernet.", + "The name %s is already used in the folder %s. Please choose a different name." : "Navnet %s er allerede i brug i mappen %s. Vælg venligst et andet navn.", + "Not a valid source" : "Ikke en gyldig kilde", + "Server is not allowed to open URLs, please check the server configuration" : "Server har ikke tilladelse til at åbne URL'er. Kontroller venligst serverens indstillinger", + "The file exceeds your quota by %s" : "Denne fil overskrider dit kvota med %s", + "Error while downloading %s to %s" : "Fejl ved hentning af %s til %s", + "Error when creating the file" : "Fejl ved oprettelse af fil", + "Folder name cannot be empty." : "Mappenavnet kan ikke være tomt.", + "Error when creating the folder" : "Fejl ved oprettelse af mappen", + "Unable to set upload directory." : "Ude af stand til at vælge upload mappe.", + "Invalid Token" : "Ugyldig Token ", + "No file was uploaded. Unknown error" : "Ingen fil blev uploadet. Ukendt fejl.", + "There is no error, the file uploaded with success" : "Der skete ingen fejl, filen blev succesfuldt uploadet", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen", + "The uploaded file was only partially uploaded" : "Filen blev kun delvist uploadet.", + "No file was uploaded" : "Ingen fil uploadet", + "Missing a temporary folder" : "Manglende midlertidig mappe.", + "Failed to write to disk" : "Fejl ved skrivning til disk.", + "Not enough storage available" : "Der er ikke nok plads til rådlighed", + "Upload failed. Could not find uploaded file" : "Upload fejlede. Kunne ikke finde den uploadede fil.", + "Upload failed. Could not get file info." : "Upload fejlede. Kunne ikke hente filinformation.", + "Invalid directory." : "Ugyldig mappe.", + "Files" : "Filer", + "All files" : "Alle filer", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke upload {filename} da det er enten en mappe eller indholder 0 bytes.", + "Total file size {size1} exceeds upload limit {size2}" : "Den totale filstørrelse {size1} er større end uploadgrænsen {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage", + "Upload cancelled." : "Upload afbrudt.", + "Could not get result from server." : "Kunne ikke hente resultat fra server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret.", + "URL cannot be empty" : "URL kan ikke være tom", + "{new_name} already exists" : "{new_name} eksisterer allerede", + "Could not create file" : "Kunne ikke oprette fil", + "Could not create folder" : "Kunne ikke oprette mappe", + "Error fetching URL" : "Fejl ved URL", + "Share" : "Del", + "Delete" : "Slet", + "Disconnect storage" : "Frakobl lager", + "Unshare" : "Fjern deling", + "Delete permanently" : "Slet permanent", + "Rename" : "Omdøb", + "Pending" : "Afventer", + "Error moving file." : "Fejl ved flytning af fil", + "Error moving file" : "Fejl ved flytning af fil", + "Error" : "Fejl", + "Could not rename file" : "Kunne ikke omdøbe filen", + "Error deleting file." : "Fejl ved sletnign af fil.", + "Name" : "Navn", + "Size" : "Størrelse", + "Modified" : "Ændret", + "_%n folder_::_%n folders_" : ["%n mappe","%n mapper"], + "_%n file_::_%n files_" : ["%n fil","%n filer"], + "You don’t have permission to upload or create files here" : "Du har ikke tilladelse til at uploade eller oprette filer her", + "_Uploading %n file_::_Uploading %n files_" : ["Uploader %n fil","Uploader %n filer"], + "\"{name}\" is an invalid file name." : "'{name}' er et ugyldigt filnavn.", + "Your storage is full, files can not be updated or synced anymore!" : "Din opbevaringsplads er fyldt op, filer kan ikke opdateres eller synkroniseres længere!", + "Your storage is almost full ({usedSpacePercent}%)" : "Din opbevaringsplads er næsten fyldt op ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krypteringsprogrammet er aktiveret, men din nøgle er ikke igangsat. Log venligst ud og ind igen.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ugyldig privat nøgle for krypteringsprogrammet. Opdater venligst dit kodeord for den private nøgle i dine personlige indstillinger. Det kræves for at få adgang til dine krypterede filer.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Krypteringen blev deaktiveret, men dine filer er stadig krypteret. Gå venligst til dine personlige indstillinger for at dekryptere dine filer. ", + "{dirs} and {files}" : "{dirs} og {files}", + "%s could not be renamed as it has been deleted" : "%s kunne ikke omdøbes, da den er blevet slettet", + "%s could not be renamed" : "%s kunne ikke omdøbes", + "Upload (max. %s)" : "Upload (max. %s)", + "File handling" : "Filhåndtering", + "Maximum upload size" : "Maksimal upload-størrelse", + "max. possible: " : "max. mulige: ", + "Save" : "Gem", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Brug denne adresse for at tilgå dine filer via WebDAV", + "New" : "Ny", + "New text file" : "Ny tekstfil", + "Text file" : "Tekstfil", + "New folder" : "Ny Mappe", + "Folder" : "Mappe", + "From link" : "Fra link", + "Nothing in here. Upload something!" : "Her er tomt. Upload noget!", + "Download" : "Download", + "Upload too large" : "Upload er for stor", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filerne, du prøver at uploade, er større end den maksimale størrelse for fil-upload på denne server.", + "Files are being scanned, please wait." : "Filerne bliver indlæst, vent venligst.", + "Currently scanning" : "Indlæser" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php deleted file mode 100644 index ca2b16059d..0000000000 --- a/apps/files/l10n/da.php +++ /dev/null @@ -1,96 +0,0 @@ - "Lagerplads er ikke tilgængeligt", -"Storage invalid" => "Lagerplads er ugyldig", -"Unknown error" => "Ukendt fejl", -"Could not move %s - File with this name already exists" => "Kunne ikke flytte %s - der findes allerede en fil med dette navn", -"Could not move %s" => "Kunne ikke flytte %s", -"Permission denied" => "Adgang nægtet", -"File name cannot be empty." => "Filnavnet kan ikke stå tomt.", -"\"%s\" is an invalid file name." => "\"%s\" er et ugyldigt filnavn.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ugyldigt navn, '\\', '/', '<', '>', ':' | '?', '\"', '', og '*' er ikke tilladt.", -"The target folder has been moved or deleted." => "Mappen er blevet slettet eller fjernet.", -"The name %s is already used in the folder %s. Please choose a different name." => "Navnet %s er allerede i brug i mappen %s. Vælg venligst et andet navn.", -"Not a valid source" => "Ikke en gyldig kilde", -"Server is not allowed to open URLs, please check the server configuration" => "Server har ikke tilladelse til at åbne URL'er. Kontroller venligst serverens indstillinger", -"The file exceeds your quota by %s" => "Denne fil overskrider dit kvota med %s", -"Error while downloading %s to %s" => "Fejl ved hentning af %s til %s", -"Error when creating the file" => "Fejl ved oprettelse af fil", -"Folder name cannot be empty." => "Mappenavnet kan ikke være tomt.", -"Error when creating the folder" => "Fejl ved oprettelse af mappen", -"Unable to set upload directory." => "Ude af stand til at vælge upload mappe.", -"Invalid Token" => "Ugyldig Token ", -"No file was uploaded. Unknown error" => "Ingen fil blev uploadet. Ukendt fejl.", -"There is no error, the file uploaded with success" => "Der skete ingen fejl, filen blev succesfuldt uploadet", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen", -"The uploaded file was only partially uploaded" => "Filen blev kun delvist uploadet.", -"No file was uploaded" => "Ingen fil uploadet", -"Missing a temporary folder" => "Manglende midlertidig mappe.", -"Failed to write to disk" => "Fejl ved skrivning til disk.", -"Not enough storage available" => "Der er ikke nok plads til rådlighed", -"Upload failed. Could not find uploaded file" => "Upload fejlede. Kunne ikke finde den uploadede fil.", -"Upload failed. Could not get file info." => "Upload fejlede. Kunne ikke hente filinformation.", -"Invalid directory." => "Ugyldig mappe.", -"Files" => "Filer", -"All files" => "Alle filer", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Kan ikke upload {filename} da det er enten en mappe eller indholder 0 bytes.", -"Total file size {size1} exceeds upload limit {size2}" => "Den totale filstørrelse {size1} er større end uploadgrænsen {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage", -"Upload cancelled." => "Upload afbrudt.", -"Could not get result from server." => "Kunne ikke hente resultat fra server.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Fil upload kører. Hvis du forlader siden nu, vil uploadet blive annuleret.", -"URL cannot be empty" => "URL kan ikke være tom", -"{new_name} already exists" => "{new_name} eksisterer allerede", -"Could not create file" => "Kunne ikke oprette fil", -"Could not create folder" => "Kunne ikke oprette mappe", -"Error fetching URL" => "Fejl ved URL", -"Share" => "Del", -"Delete" => "Slet", -"Disconnect storage" => "Frakobl lager", -"Unshare" => "Fjern deling", -"Delete permanently" => "Slet permanent", -"Rename" => "Omdøb", -"Pending" => "Afventer", -"Error moving file." => "Fejl ved flytning af fil", -"Error moving file" => "Fejl ved flytning af fil", -"Error" => "Fejl", -"Could not rename file" => "Kunne ikke omdøbe filen", -"Error deleting file." => "Fejl ved sletnign af fil.", -"Name" => "Navn", -"Size" => "Størrelse", -"Modified" => "Ændret", -"_%n folder_::_%n folders_" => array("%n mappe","%n mapper"), -"_%n file_::_%n files_" => array("%n fil","%n filer"), -"You don’t have permission to upload or create files here" => "Du har ikke tilladelse til at uploade eller oprette filer her", -"_Uploading %n file_::_Uploading %n files_" => array("Uploader %n fil","Uploader %n filer"), -"\"{name}\" is an invalid file name." => "'{name}' er et ugyldigt filnavn.", -"Your storage is full, files can not be updated or synced anymore!" => "Din opbevaringsplads er fyldt op, filer kan ikke opdateres eller synkroniseres længere!", -"Your storage is almost full ({usedSpacePercent}%)" => "Din opbevaringsplads er næsten fyldt op ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Krypteringsprogrammet er aktiveret, men din nøgle er ikke igangsat. Log venligst ud og ind igen.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ugyldig privat nøgle for krypteringsprogrammet. Opdater venligst dit kodeord for den private nøgle i dine personlige indstillinger. Det kræves for at få adgang til dine krypterede filer.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Krypteringen blev deaktiveret, men dine filer er stadig krypteret. Gå venligst til dine personlige indstillinger for at dekryptere dine filer. ", -"{dirs} and {files}" => "{dirs} og {files}", -"%s could not be renamed as it has been deleted" => "%s kunne ikke omdøbes, da den er blevet slettet", -"%s could not be renamed" => "%s kunne ikke omdøbes", -"Upload (max. %s)" => "Upload (max. %s)", -"File handling" => "Filhåndtering", -"Maximum upload size" => "Maksimal upload-størrelse", -"max. possible: " => "max. mulige: ", -"Save" => "Gem", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Brug denne adresse for at tilgå dine filer via WebDAV", -"New" => "Ny", -"New text file" => "Ny tekstfil", -"Text file" => "Tekstfil", -"New folder" => "Ny Mappe", -"Folder" => "Mappe", -"From link" => "Fra link", -"Nothing in here. Upload something!" => "Her er tomt. Upload noget!", -"Download" => "Download", -"Upload too large" => "Upload er for stor", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filerne, du prøver at uploade, er større end den maksimale størrelse for fil-upload på denne server.", -"Files are being scanned, please wait." => "Filerne bliver indlæst, vent venligst.", -"Currently scanning" => "Indlæser" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js new file mode 100644 index 0000000000..b4ffa90c89 --- /dev/null +++ b/apps/files/l10n/de.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Speicher nicht verfügbar", + "Storage invalid" : "Speicher ungültig", + "Unknown error" : "Unbekannter Fehler", + "Could not move %s - File with this name already exists" : "Konnte %s nicht verschieben. Eine Datei mit diesem Namen existiert bereits", + "Could not move %s" : "Konnte %s nicht verschieben", + "Permission denied" : "Zugriff verweigert", + "File name cannot be empty." : "Der Dateiname darf nicht leer sein.", + "\"%s\" is an invalid file name." : "»%s« ist kein gültiger Dateiname.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.", + "The target folder has been moved or deleted." : "Der Zielordner wurde verschoben oder gelöscht.", + "The name %s is already used in the folder %s. Please choose a different name." : "Der Name %s wird bereits im Ordner %s benutzt. Bitte wähle einen anderen Namen.", + "Not a valid source" : "Keine gültige Quelle", + "Server is not allowed to open URLs, please check the server configuration" : "Dem Server ist das Öffnen von URLs nicht erlaubt, bitte die Serverkonfiguration prüfen", + "The file exceeds your quota by %s" : "Die Datei überschreitet Dein Limit um %s", + "Error while downloading %s to %s" : "Fehler beim Herunterladen von %s nach %s", + "Error when creating the file" : "Fehler beim Erstellen der Datei", + "Folder name cannot be empty." : "Der Ordner-Name darf nicht leer sein.", + "Error when creating the folder" : "Fehler beim Erstellen des Ordners", + "Unable to set upload directory." : "Das Upload-Verzeichnis konnte nicht gesetzt werden.", + "Invalid Token" : "Ungültiges Merkmal", + "No file was uploaded. Unknown error" : "Keine Datei hochgeladen. Unbekannter Fehler", + "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Die hochgeladene Datei überschreitet die upload_max_filesize Vorgabe in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE Direktive erlaubt, die im HTML-Formular spezifiziert ist", + "The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden", + "No file was uploaded" : "Keine Datei konnte übertragen werden.", + "Missing a temporary folder" : "Kein temporärer Ordner vorhanden", + "Failed to write to disk" : "Fehler beim Schreiben auf die Festplatte", + "Not enough storage available" : "Nicht genug Speicher vorhanden.", + "Upload failed. Could not find uploaded file" : "Hochladen fehlgeschlagen. Hochgeladene Datei konnte nicht gefunden werden.", + "Upload failed. Could not get file info." : "Hochladen fehlgeschlagen. Dateiinformationen konnten nicht abgerufen werden.", + "Invalid directory." : "Ungültiges Verzeichnis.", + "Files" : "Dateien", + "All files" : "Alle Dateien", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist", + "Total file size {size1} exceeds upload limit {size2}" : "Die Gesamt-Größe {size1} überschreitet die Upload-Begrenzung {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, du möchtest {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", + "Upload cancelled." : "Upload abgebrochen.", + "Could not get result from server." : "Ergebnis konnte nicht vom Server abgerufen werden.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload abgebrochen.", + "URL cannot be empty" : "Die URL darf nicht leer sein", + "{new_name} already exists" : "{new_name} existiert bereits", + "Could not create file" : "Die Datei konnte nicht erstellt werden", + "Could not create folder" : "Der Ordner konnte nicht erstellt werden", + "Error fetching URL" : "Fehler beim Abrufen der URL", + "Share" : "Teilen", + "Delete" : "Löschen", + "Disconnect storage" : "Speicher trennen", + "Unshare" : "Freigabe aufheben", + "Delete permanently" : "Endgültig löschen", + "Rename" : "Umbenennen", + "Pending" : "Ausstehend", + "Error moving file." : "Fehler beim Verschieben der Datei.", + "Error moving file" : "Fehler beim Verschieben der Datei", + "Error" : "Fehler", + "Could not rename file" : "Die Datei konnte nicht umbenannt werden", + "Error deleting file." : "Fehler beim Löschen der Datei.", + "Name" : "Name", + "Size" : "Größe", + "Modified" : "Geändert", + "_%n folder_::_%n folders_" : ["%n Ordner","%n Ordner"], + "_%n file_::_%n files_" : ["%n Datei","%n Dateien"], + "You don’t have permission to upload or create files here" : "Du besitzt hier keine Berechtigung, um Dateien hochzuladen oder zu erstellen", + "_Uploading %n file_::_Uploading %n files_" : ["%n Datei wird hochgeladen","%n Dateien werden hochgeladen"], + "\"{name}\" is an invalid file name." : "»{name}« ist kein gültiger Dateiname.", + "Your storage is full, files can not be updated or synced anymore!" : "Dein Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", + "Your storage is almost full ({usedSpacePercent}%)" : "Dein Speicher ist fast voll ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Die Verschlüsselung-App ist aktiviert, aber Deine Schlüssel sind nicht initialisiert. Bitte melden Dich nochmals ab und wieder an.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ungültiger privater Schlüssel für die Verschlüsselung-App. Bitte aktualisiere Dein privates Schlüssel-Passwort, um den Zugriff auf Deine verschlüsselten Dateien wiederherzustellen.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Die Verschlüsselung wurde deaktiviert, jedoch sind Deine Dateien nach wie vor verschlüsselt. Bitte gehe zu Deinen persönlichen Einstellungen, um Deine Dateien zu entschlüsseln.", + "{dirs} and {files}" : "{dirs} und {files}", + "%s could not be renamed as it has been deleted" : "%s konnte nicht umbenannt werden, da es gelöscht wurde", + "%s could not be renamed" : "%s konnte nicht umbenannt werden", + "Upload (max. %s)" : "Hochladen (max. %s)", + "File handling" : "Dateibehandlung", + "Maximum upload size" : "Maximale Upload-Größe", + "max. possible: " : "maximal möglich:", + "Save" : "Speichern", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf Ihre Dateien zuzugreifen", + "New" : "Neu", + "New text file" : "Neue Textdatei", + "Text file" : "Textdatei", + "New folder" : "Neuer Ordner", + "Folder" : "Ordner", + "From link" : "Von einem Link", + "Nothing in here. Upload something!" : "Alles leer. Lade etwas hoch!", + "Download" : "Herunterladen", + "Upload too large" : "Der Upload ist zu groß", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", + "Files are being scanned, please wait." : "Dateien werden gescannt, bitte warten.", + "Currently scanning" : "Durchsuchen läuft" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json new file mode 100644 index 0000000000..600a60ddfd --- /dev/null +++ b/apps/files/l10n/de.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Speicher nicht verfügbar", + "Storage invalid" : "Speicher ungültig", + "Unknown error" : "Unbekannter Fehler", + "Could not move %s - File with this name already exists" : "Konnte %s nicht verschieben. Eine Datei mit diesem Namen existiert bereits", + "Could not move %s" : "Konnte %s nicht verschieben", + "Permission denied" : "Zugriff verweigert", + "File name cannot be empty." : "Der Dateiname darf nicht leer sein.", + "\"%s\" is an invalid file name." : "»%s« ist kein gültiger Dateiname.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.", + "The target folder has been moved or deleted." : "Der Zielordner wurde verschoben oder gelöscht.", + "The name %s is already used in the folder %s. Please choose a different name." : "Der Name %s wird bereits im Ordner %s benutzt. Bitte wähle einen anderen Namen.", + "Not a valid source" : "Keine gültige Quelle", + "Server is not allowed to open URLs, please check the server configuration" : "Dem Server ist das Öffnen von URLs nicht erlaubt, bitte die Serverkonfiguration prüfen", + "The file exceeds your quota by %s" : "Die Datei überschreitet Dein Limit um %s", + "Error while downloading %s to %s" : "Fehler beim Herunterladen von %s nach %s", + "Error when creating the file" : "Fehler beim Erstellen der Datei", + "Folder name cannot be empty." : "Der Ordner-Name darf nicht leer sein.", + "Error when creating the folder" : "Fehler beim Erstellen des Ordners", + "Unable to set upload directory." : "Das Upload-Verzeichnis konnte nicht gesetzt werden.", + "Invalid Token" : "Ungültiges Merkmal", + "No file was uploaded. Unknown error" : "Keine Datei hochgeladen. Unbekannter Fehler", + "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Die hochgeladene Datei überschreitet die upload_max_filesize Vorgabe in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE Direktive erlaubt, die im HTML-Formular spezifiziert ist", + "The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden", + "No file was uploaded" : "Keine Datei konnte übertragen werden.", + "Missing a temporary folder" : "Kein temporärer Ordner vorhanden", + "Failed to write to disk" : "Fehler beim Schreiben auf die Festplatte", + "Not enough storage available" : "Nicht genug Speicher vorhanden.", + "Upload failed. Could not find uploaded file" : "Hochladen fehlgeschlagen. Hochgeladene Datei konnte nicht gefunden werden.", + "Upload failed. Could not get file info." : "Hochladen fehlgeschlagen. Dateiinformationen konnten nicht abgerufen werden.", + "Invalid directory." : "Ungültiges Verzeichnis.", + "Files" : "Dateien", + "All files" : "Alle Dateien", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist", + "Total file size {size1} exceeds upload limit {size2}" : "Die Gesamt-Größe {size1} überschreitet die Upload-Begrenzung {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, du möchtest {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", + "Upload cancelled." : "Upload abgebrochen.", + "Could not get result from server." : "Ergebnis konnte nicht vom Server abgerufen werden.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload abgebrochen.", + "URL cannot be empty" : "Die URL darf nicht leer sein", + "{new_name} already exists" : "{new_name} existiert bereits", + "Could not create file" : "Die Datei konnte nicht erstellt werden", + "Could not create folder" : "Der Ordner konnte nicht erstellt werden", + "Error fetching URL" : "Fehler beim Abrufen der URL", + "Share" : "Teilen", + "Delete" : "Löschen", + "Disconnect storage" : "Speicher trennen", + "Unshare" : "Freigabe aufheben", + "Delete permanently" : "Endgültig löschen", + "Rename" : "Umbenennen", + "Pending" : "Ausstehend", + "Error moving file." : "Fehler beim Verschieben der Datei.", + "Error moving file" : "Fehler beim Verschieben der Datei", + "Error" : "Fehler", + "Could not rename file" : "Die Datei konnte nicht umbenannt werden", + "Error deleting file." : "Fehler beim Löschen der Datei.", + "Name" : "Name", + "Size" : "Größe", + "Modified" : "Geändert", + "_%n folder_::_%n folders_" : ["%n Ordner","%n Ordner"], + "_%n file_::_%n files_" : ["%n Datei","%n Dateien"], + "You don’t have permission to upload or create files here" : "Du besitzt hier keine Berechtigung, um Dateien hochzuladen oder zu erstellen", + "_Uploading %n file_::_Uploading %n files_" : ["%n Datei wird hochgeladen","%n Dateien werden hochgeladen"], + "\"{name}\" is an invalid file name." : "»{name}« ist kein gültiger Dateiname.", + "Your storage is full, files can not be updated or synced anymore!" : "Dein Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", + "Your storage is almost full ({usedSpacePercent}%)" : "Dein Speicher ist fast voll ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Die Verschlüsselung-App ist aktiviert, aber Deine Schlüssel sind nicht initialisiert. Bitte melden Dich nochmals ab und wieder an.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ungültiger privater Schlüssel für die Verschlüsselung-App. Bitte aktualisiere Dein privates Schlüssel-Passwort, um den Zugriff auf Deine verschlüsselten Dateien wiederherzustellen.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Die Verschlüsselung wurde deaktiviert, jedoch sind Deine Dateien nach wie vor verschlüsselt. Bitte gehe zu Deinen persönlichen Einstellungen, um Deine Dateien zu entschlüsseln.", + "{dirs} and {files}" : "{dirs} und {files}", + "%s could not be renamed as it has been deleted" : "%s konnte nicht umbenannt werden, da es gelöscht wurde", + "%s could not be renamed" : "%s konnte nicht umbenannt werden", + "Upload (max. %s)" : "Hochladen (max. %s)", + "File handling" : "Dateibehandlung", + "Maximum upload size" : "Maximale Upload-Größe", + "max. possible: " : "maximal möglich:", + "Save" : "Speichern", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf Ihre Dateien zuzugreifen", + "New" : "Neu", + "New text file" : "Neue Textdatei", + "Text file" : "Textdatei", + "New folder" : "Neuer Ordner", + "Folder" : "Ordner", + "From link" : "Von einem Link", + "Nothing in here. Upload something!" : "Alles leer. Lade etwas hoch!", + "Download" : "Herunterladen", + "Upload too large" : "Der Upload ist zu groß", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", + "Files are being scanned, please wait." : "Dateien werden gescannt, bitte warten.", + "Currently scanning" : "Durchsuchen läuft" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php deleted file mode 100644 index c8191f82b0..0000000000 --- a/apps/files/l10n/de.php +++ /dev/null @@ -1,96 +0,0 @@ - "Speicher nicht verfügbar", -"Storage invalid" => "Speicher ungültig", -"Unknown error" => "Unbekannter Fehler", -"Could not move %s - File with this name already exists" => "Konnte %s nicht verschieben. Eine Datei mit diesem Namen existiert bereits", -"Could not move %s" => "Konnte %s nicht verschieben", -"Permission denied" => "Zugriff verweigert", -"File name cannot be empty." => "Der Dateiname darf nicht leer sein.", -"\"%s\" is an invalid file name." => "»%s« ist kein gültiger Dateiname.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.", -"The target folder has been moved or deleted." => "Der Zielordner wurde verschoben oder gelöscht.", -"The name %s is already used in the folder %s. Please choose a different name." => "Der Name %s wird bereits im Ordner %s benutzt. Bitte wähle einen anderen Namen.", -"Not a valid source" => "Keine gültige Quelle", -"Server is not allowed to open URLs, please check the server configuration" => "Dem Server ist das Öffnen von URLs nicht erlaubt, bitte die Serverkonfiguration prüfen", -"The file exceeds your quota by %s" => "Die Datei überschreitet Dein Limit um %s", -"Error while downloading %s to %s" => "Fehler beim Herunterladen von %s nach %s", -"Error when creating the file" => "Fehler beim Erstellen der Datei", -"Folder name cannot be empty." => "Der Ordner-Name darf nicht leer sein.", -"Error when creating the folder" => "Fehler beim Erstellen des Ordners", -"Unable to set upload directory." => "Das Upload-Verzeichnis konnte nicht gesetzt werden.", -"Invalid Token" => "Ungültiges Merkmal", -"No file was uploaded. Unknown error" => "Keine Datei hochgeladen. Unbekannter Fehler", -"There is no error, the file uploaded with success" => "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Die hochgeladene Datei überschreitet die upload_max_filesize Vorgabe in php.ini", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Die Datei ist größer, als die MAX_FILE_SIZE Direktive erlaubt, die im HTML-Formular spezifiziert ist", -"The uploaded file was only partially uploaded" => "Die Datei konnte nur teilweise übertragen werden", -"No file was uploaded" => "Keine Datei konnte übertragen werden.", -"Missing a temporary folder" => "Kein temporärer Ordner vorhanden", -"Failed to write to disk" => "Fehler beim Schreiben auf die Festplatte", -"Not enough storage available" => "Nicht genug Speicher vorhanden.", -"Upload failed. Could not find uploaded file" => "Hochladen fehlgeschlagen. Hochgeladene Datei konnte nicht gefunden werden.", -"Upload failed. Could not get file info." => "Hochladen fehlgeschlagen. Dateiinformationen konnten nicht abgerufen werden.", -"Invalid directory." => "Ungültiges Verzeichnis.", -"Files" => "Dateien", -"All files" => "Alle Dateien", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist", -"Total file size {size1} exceeds upload limit {size2}" => "Die Gesamt-Größe {size1} überschreitet die Upload-Begrenzung {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Nicht genügend freier Speicherplatz, du möchtest {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", -"Upload cancelled." => "Upload abgebrochen.", -"Could not get result from server." => "Ergebnis konnte nicht vom Server abgerufen werden.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Dateiupload läuft. Wenn Du die Seite jetzt verlässt, wird der Upload abgebrochen.", -"URL cannot be empty" => "Die URL darf nicht leer sein", -"{new_name} already exists" => "{new_name} existiert bereits", -"Could not create file" => "Die Datei konnte nicht erstellt werden", -"Could not create folder" => "Der Ordner konnte nicht erstellt werden", -"Error fetching URL" => "Fehler beim Abrufen der URL", -"Share" => "Teilen", -"Delete" => "Löschen", -"Disconnect storage" => "Speicher trennen", -"Unshare" => "Freigabe aufheben", -"Delete permanently" => "Endgültig löschen", -"Rename" => "Umbenennen", -"Pending" => "Ausstehend", -"Error moving file." => "Fehler beim Verschieben der Datei.", -"Error moving file" => "Fehler beim Verschieben der Datei", -"Error" => "Fehler", -"Could not rename file" => "Die Datei konnte nicht umbenannt werden", -"Error deleting file." => "Fehler beim Löschen der Datei.", -"Name" => "Name", -"Size" => "Größe", -"Modified" => "Geändert", -"_%n folder_::_%n folders_" => array("%n Ordner","%n Ordner"), -"_%n file_::_%n files_" => array("%n Datei","%n Dateien"), -"You don’t have permission to upload or create files here" => "Du besitzt hier keine Berechtigung, um Dateien hochzuladen oder zu erstellen", -"_Uploading %n file_::_Uploading %n files_" => array("%n Datei wird hochgeladen","%n Dateien werden hochgeladen"), -"\"{name}\" is an invalid file name." => "»{name}« ist kein gültiger Dateiname.", -"Your storage is full, files can not be updated or synced anymore!" => "Dein Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", -"Your storage is almost full ({usedSpacePercent}%)" => "Dein Speicher ist fast voll ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Die Verschlüsselung-App ist aktiviert, aber Deine Schlüssel sind nicht initialisiert. Bitte melden Dich nochmals ab und wieder an.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ungültiger privater Schlüssel für die Verschlüsselung-App. Bitte aktualisiere Dein privates Schlüssel-Passwort, um den Zugriff auf Deine verschlüsselten Dateien wiederherzustellen.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Die Verschlüsselung wurde deaktiviert, jedoch sind Deine Dateien nach wie vor verschlüsselt. Bitte gehe zu Deinen persönlichen Einstellungen, um Deine Dateien zu entschlüsseln.", -"{dirs} and {files}" => "{dirs} und {files}", -"%s could not be renamed as it has been deleted" => "%s konnte nicht umbenannt werden, da es gelöscht wurde", -"%s could not be renamed" => "%s konnte nicht umbenannt werden", -"Upload (max. %s)" => "Hochladen (max. %s)", -"File handling" => "Dateibehandlung", -"Maximum upload size" => "Maximale Upload-Größe", -"max. possible: " => "maximal möglich:", -"Save" => "Speichern", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Diese Adresse benutzen, um über WebDAV auf Ihre Dateien zuzugreifen", -"New" => "Neu", -"New text file" => "Neue Textdatei", -"Text file" => "Textdatei", -"New folder" => "Neuer Ordner", -"Folder" => "Ordner", -"From link" => "Von einem Link", -"Nothing in here. Upload something!" => "Alles leer. Lade etwas hoch!", -"Download" => "Herunterladen", -"Upload too large" => "Der Upload ist zu groß", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", -"Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten.", -"Currently scanning" => "Durchsuchen läuft" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/de_AT.js b/apps/files/l10n/de_AT.js new file mode 100644 index 0000000000..00e929683c --- /dev/null +++ b/apps/files/l10n/de_AT.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files", + { + "Files" : "Dateien", + "Share" : "Freigeben", + "Delete" : "Löschen", + "Unshare" : "Teilung zurücknehmen", + "Error" : "Fehler", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "Speichern", + "Download" : "Herunterladen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/de_AT.json b/apps/files/l10n/de_AT.json new file mode 100644 index 0000000000..190e5c1d3b --- /dev/null +++ b/apps/files/l10n/de_AT.json @@ -0,0 +1,13 @@ +{ "translations": { + "Files" : "Dateien", + "Share" : "Freigeben", + "Delete" : "Löschen", + "Unshare" : "Teilung zurücknehmen", + "Error" : "Fehler", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "Speichern", + "Download" : "Herunterladen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/de_AT.php b/apps/files/l10n/de_AT.php deleted file mode 100644 index 5f9459c2f0..0000000000 --- a/apps/files/l10n/de_AT.php +++ /dev/null @@ -1,14 +0,0 @@ - "Dateien", -"Share" => "Freigeben", -"Delete" => "Löschen", -"Unshare" => "Teilung zurücknehmen", -"Error" => "Fehler", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Save" => "Speichern", -"Download" => "Herunterladen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/de_CH.js b/apps/files/l10n/de_CH.js new file mode 100644 index 0000000000..05cec407e0 --- /dev/null +++ b/apps/files/l10n/de_CH.js @@ -0,0 +1,58 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Unbekannter Fehler", + "Could not move %s - File with this name already exists" : "%s konnte nicht verschoben werden. Eine Datei mit diesem Namen existiert bereits.", + "Could not move %s" : "Konnte %s nicht verschieben", + "File name cannot be empty." : "Der Dateiname darf nicht leer sein.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ungültiger Name, «\\», «/», «<», «>», «:», «\"», «|», «?» und «*» sind nicht zulässig.", + "Unable to set upload directory." : "Das Upload-Verzeichnis konnte nicht gesetzt werden.", + "Invalid Token" : "Ungültiges Merkmal", + "No file was uploaded. Unknown error" : "Keine Datei hochgeladen. Unbekannter Fehler", + "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Die hochgeladene Datei überschreitet die upload_max_filesize Vorgabe in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist grösser, als die MAX_FILE_SIZE Vorgabe erlaubt, die im HTML-Formular spezifiziert ist", + "The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden", + "No file was uploaded" : "Keine Datei konnte übertragen werden.", + "Missing a temporary folder" : "Kein temporärer Ordner vorhanden", + "Failed to write to disk" : "Fehler beim Schreiben auf die Festplatte", + "Not enough storage available" : "Nicht genug Speicher vorhanden.", + "Invalid directory." : "Ungültiges Verzeichnis.", + "Files" : "Dateien", + "Upload cancelled." : "Upload abgebrochen.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.", + "{new_name} already exists" : "{new_name} existiert bereits", + "Share" : "Teilen", + "Delete" : "Löschen", + "Unshare" : "Teilung aufheben", + "Delete permanently" : "Endgültig löschen", + "Rename" : "Umbenennen", + "Pending" : "Ausstehend", + "Error" : "Fehler", + "Name" : "Name", + "Size" : "Grösse", + "Modified" : "Geändert", + "_%n folder_::_%n folders_" : ["","%n Ordner"], + "_%n file_::_%n files_" : ["","%n Dateien"], + "_Uploading %n file_::_Uploading %n files_" : ["%n Datei wird hochgeladen","%n Dateien werden hochgeladen"], + "Your storage is full, files can not be updated or synced anymore!" : "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", + "Your storage is almost full ({usedSpacePercent}%)" : "Ihr Speicher ist fast voll ({usedSpacePercent}%)", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Die Verschlüsselung wurde deaktiviert, jedoch sind Ihre Dateien nach wie vor verschlüsselt. Bitte gehen Sie zu Ihren persönlichen Einstellungen, um Ihre Dateien zu entschlüsseln.", + "%s could not be renamed" : "%s konnte nicht umbenannt werden", + "File handling" : "Dateibehandlung", + "Maximum upload size" : "Maximale Upload-Grösse", + "max. possible: " : "maximal möglich:", + "Save" : "Speichern", + "WebDAV" : "WebDAV", + "New" : "Neu", + "Text file" : "Textdatei", + "New folder" : "Neues Verzeichnis", + "Folder" : "Ordner", + "From link" : "Von einem Link", + "Nothing in here. Upload something!" : "Alles leer. Laden Sie etwas hoch!", + "Download" : "Herunterladen", + "Upload too large" : "Der Upload ist zu gross", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgrösse für Uploads auf diesem Server.", + "Files are being scanned, please wait." : "Dateien werden gescannt, bitte warten." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/de_CH.json b/apps/files/l10n/de_CH.json new file mode 100644 index 0000000000..9ef3585f72 --- /dev/null +++ b/apps/files/l10n/de_CH.json @@ -0,0 +1,56 @@ +{ "translations": { + "Unknown error" : "Unbekannter Fehler", + "Could not move %s - File with this name already exists" : "%s konnte nicht verschoben werden. Eine Datei mit diesem Namen existiert bereits.", + "Could not move %s" : "Konnte %s nicht verschieben", + "File name cannot be empty." : "Der Dateiname darf nicht leer sein.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ungültiger Name, «\\», «/», «<», «>», «:», «\"», «|», «?» und «*» sind nicht zulässig.", + "Unable to set upload directory." : "Das Upload-Verzeichnis konnte nicht gesetzt werden.", + "Invalid Token" : "Ungültiges Merkmal", + "No file was uploaded. Unknown error" : "Keine Datei hochgeladen. Unbekannter Fehler", + "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Die hochgeladene Datei überschreitet die upload_max_filesize Vorgabe in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist grösser, als die MAX_FILE_SIZE Vorgabe erlaubt, die im HTML-Formular spezifiziert ist", + "The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden", + "No file was uploaded" : "Keine Datei konnte übertragen werden.", + "Missing a temporary folder" : "Kein temporärer Ordner vorhanden", + "Failed to write to disk" : "Fehler beim Schreiben auf die Festplatte", + "Not enough storage available" : "Nicht genug Speicher vorhanden.", + "Invalid directory." : "Ungültiges Verzeichnis.", + "Files" : "Dateien", + "Upload cancelled." : "Upload abgebrochen.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.", + "{new_name} already exists" : "{new_name} existiert bereits", + "Share" : "Teilen", + "Delete" : "Löschen", + "Unshare" : "Teilung aufheben", + "Delete permanently" : "Endgültig löschen", + "Rename" : "Umbenennen", + "Pending" : "Ausstehend", + "Error" : "Fehler", + "Name" : "Name", + "Size" : "Grösse", + "Modified" : "Geändert", + "_%n folder_::_%n folders_" : ["","%n Ordner"], + "_%n file_::_%n files_" : ["","%n Dateien"], + "_Uploading %n file_::_Uploading %n files_" : ["%n Datei wird hochgeladen","%n Dateien werden hochgeladen"], + "Your storage is full, files can not be updated or synced anymore!" : "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", + "Your storage is almost full ({usedSpacePercent}%)" : "Ihr Speicher ist fast voll ({usedSpacePercent}%)", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Die Verschlüsselung wurde deaktiviert, jedoch sind Ihre Dateien nach wie vor verschlüsselt. Bitte gehen Sie zu Ihren persönlichen Einstellungen, um Ihre Dateien zu entschlüsseln.", + "%s could not be renamed" : "%s konnte nicht umbenannt werden", + "File handling" : "Dateibehandlung", + "Maximum upload size" : "Maximale Upload-Grösse", + "max. possible: " : "maximal möglich:", + "Save" : "Speichern", + "WebDAV" : "WebDAV", + "New" : "Neu", + "Text file" : "Textdatei", + "New folder" : "Neues Verzeichnis", + "Folder" : "Ordner", + "From link" : "Von einem Link", + "Nothing in here. Upload something!" : "Alles leer. Laden Sie etwas hoch!", + "Download" : "Herunterladen", + "Upload too large" : "Der Upload ist zu gross", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgrösse für Uploads auf diesem Server.", + "Files are being scanned, please wait." : "Dateien werden gescannt, bitte warten." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/de_CH.php b/apps/files/l10n/de_CH.php deleted file mode 100644 index 1fb8e7e612..0000000000 --- a/apps/files/l10n/de_CH.php +++ /dev/null @@ -1,57 +0,0 @@ - "Unbekannter Fehler", -"Could not move %s - File with this name already exists" => "%s konnte nicht verschoben werden. Eine Datei mit diesem Namen existiert bereits.", -"Could not move %s" => "Konnte %s nicht verschieben", -"File name cannot be empty." => "Der Dateiname darf nicht leer sein.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, «\\», «/», «<», «>», «:», «\"», «|», «?» und «*» sind nicht zulässig.", -"Unable to set upload directory." => "Das Upload-Verzeichnis konnte nicht gesetzt werden.", -"Invalid Token" => "Ungültiges Merkmal", -"No file was uploaded. Unknown error" => "Keine Datei hochgeladen. Unbekannter Fehler", -"There is no error, the file uploaded with success" => "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Die hochgeladene Datei überschreitet die upload_max_filesize Vorgabe in php.ini", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Die Datei ist grösser, als die MAX_FILE_SIZE Vorgabe erlaubt, die im HTML-Formular spezifiziert ist", -"The uploaded file was only partially uploaded" => "Die Datei konnte nur teilweise übertragen werden", -"No file was uploaded" => "Keine Datei konnte übertragen werden.", -"Missing a temporary folder" => "Kein temporärer Ordner vorhanden", -"Failed to write to disk" => "Fehler beim Schreiben auf die Festplatte", -"Not enough storage available" => "Nicht genug Speicher vorhanden.", -"Invalid directory." => "Ungültiges Verzeichnis.", -"Files" => "Dateien", -"Upload cancelled." => "Upload abgebrochen.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.", -"{new_name} already exists" => "{new_name} existiert bereits", -"Share" => "Teilen", -"Delete" => "Löschen", -"Unshare" => "Teilung aufheben", -"Delete permanently" => "Endgültig löschen", -"Rename" => "Umbenennen", -"Pending" => "Ausstehend", -"Error" => "Fehler", -"Name" => "Name", -"Size" => "Grösse", -"Modified" => "Geändert", -"_%n folder_::_%n folders_" => array("","%n Ordner"), -"_%n file_::_%n files_" => array("","%n Dateien"), -"_Uploading %n file_::_Uploading %n files_" => array("%n Datei wird hochgeladen","%n Dateien werden hochgeladen"), -"Your storage is full, files can not be updated or synced anymore!" => "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", -"Your storage is almost full ({usedSpacePercent}%)" => "Ihr Speicher ist fast voll ({usedSpacePercent}%)", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Die Verschlüsselung wurde deaktiviert, jedoch sind Ihre Dateien nach wie vor verschlüsselt. Bitte gehen Sie zu Ihren persönlichen Einstellungen, um Ihre Dateien zu entschlüsseln.", -"%s could not be renamed" => "%s konnte nicht umbenannt werden", -"File handling" => "Dateibehandlung", -"Maximum upload size" => "Maximale Upload-Grösse", -"max. possible: " => "maximal möglich:", -"Save" => "Speichern", -"WebDAV" => "WebDAV", -"New" => "Neu", -"Text file" => "Textdatei", -"New folder" => "Neues Verzeichnis", -"Folder" => "Ordner", -"From link" => "Von einem Link", -"Nothing in here. Upload something!" => "Alles leer. Laden Sie etwas hoch!", -"Download" => "Herunterladen", -"Upload too large" => "Der Upload ist zu gross", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgrösse für Uploads auf diesem Server.", -"Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js new file mode 100644 index 0000000000..3e64aa3c99 --- /dev/null +++ b/apps/files/l10n/de_DE.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Speicher nicht verfügbar", + "Storage invalid" : "Speicher ungültig", + "Unknown error" : "Unbekannter Fehler", + "Could not move %s - File with this name already exists" : "%s konnte nicht verschoben werden. Eine Datei mit diesem Namen existiert bereits.", + "Could not move %s" : "Konnte %s nicht verschieben", + "Permission denied" : "Zugriff verweigert", + "File name cannot be empty." : "Der Dateiname darf nicht leer sein.", + "\"%s\" is an invalid file name." : "\"%s\" ist kein gültiger Dateiname.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.", + "The target folder has been moved or deleted." : "Der Ziel-Ordner wurde verschoben oder gelöscht.", + "The name %s is already used in the folder %s. Please choose a different name." : "Der Name %s wird bereits im Ordner %s benutzt. Bitte wählen Sie einen anderen Namen.", + "Not a valid source" : "Keine gültige Quelle", + "Server is not allowed to open URLs, please check the server configuration" : "Dem Server ist das Öffnen von URLs nicht erlaubt, bitte die Serverkonfiguration prüfen", + "The file exceeds your quota by %s" : "Die Datei überschreitet Ihr Limit um %s", + "Error while downloading %s to %s" : "Fehler beim Herunterladen von %s nach %s", + "Error when creating the file" : "Fehler beim Erstellen der Datei", + "Folder name cannot be empty." : "Der Ordner-Name darf nicht leer sein.", + "Error when creating the folder" : "Fehler beim Erstellen des Ordners", + "Unable to set upload directory." : "Das Upload-Verzeichnis konnte nicht gesetzt werden.", + "Invalid Token" : "Ungültiges Merkmal", + "No file was uploaded. Unknown error" : "Keine Datei hochgeladen. Unbekannter Fehler", + "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Die hochgeladene Datei überschreitet die upload_max_filesize Vorgabe in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE Vorgabe erlaubt, die im HTML-Formular spezifiziert ist", + "The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden", + "No file was uploaded" : "Keine Datei konnte übertragen werden.", + "Missing a temporary folder" : "Kein temporärer Ordner vorhanden", + "Failed to write to disk" : "Fehler beim Schreiben auf die Festplatte", + "Not enough storage available" : "Nicht genug Speicher vorhanden.", + "Upload failed. Could not find uploaded file" : "Hochladen fehlgeschlagen. Die hochgeladene Datei konnte nicht gefunden werden.", + "Upload failed. Could not get file info." : "Hochladen fehlgeschlagen. Die Dateiinformationen konnten nicht abgerufen werden.", + "Invalid directory." : "Ungültiges Verzeichnis.", + "Files" : "Dateien", + "All files" : "Alle Dateien", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist", + "Total file size {size1} exceeds upload limit {size2}" : "Die Gesamt-Größe {size1} überschreitet die Upload-Begrenzung {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", + "Upload cancelled." : "Upload abgebrochen.", + "Could not get result from server." : "Ergebnis konnte nicht vom Server abgerufen werden.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.", + "URL cannot be empty" : "Die URL darf nicht leer sein", + "{new_name} already exists" : "{new_name} existiert bereits", + "Could not create file" : "Die Datei konnte nicht erstellt werden", + "Could not create folder" : "Der Ordner konnte nicht erstellt werden", + "Error fetching URL" : "Fehler beim Abrufen der URL", + "Share" : "Teilen", + "Delete" : "Löschen", + "Disconnect storage" : "Speicher trennen", + "Unshare" : "Freigabe aufheben", + "Delete permanently" : "Endgültig löschen", + "Rename" : "Umbenennen", + "Pending" : "Ausstehend", + "Error moving file." : "Fehler beim Verschieben der Datei.", + "Error moving file" : "Fehler beim Verschieben der Datei", + "Error" : "Fehler", + "Could not rename file" : "Die Datei konnte nicht umbenannt werden", + "Error deleting file." : "Fehler beim Löschen der Datei.", + "Name" : "Name", + "Size" : "Größe", + "Modified" : "Geändert", + "_%n folder_::_%n folders_" : ["%n Ordner","%n Ordner"], + "_%n file_::_%n files_" : ["%n Datei","%n Dateien"], + "You don’t have permission to upload or create files here" : "Sie besitzen hier keine Berechtigung Dateien hochzuladen oder zu erstellen", + "_Uploading %n file_::_Uploading %n files_" : ["%n Datei wird hoch geladen","%n Dateien werden hoch geladen"], + "\"{name}\" is an invalid file name." : "»{name}« ist kein gültiger Dateiname.", + "Your storage is full, files can not be updated or synced anymore!" : "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", + "Your storage is almost full ({usedSpacePercent}%)" : "Ihr Speicher ist fast voll ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Verschlüsselungs-App ist aktiviert, aber Ihre Schlüssel sind nicht initialisiert. Bitte melden Sie sich nochmals ab und wieder an.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ungültiger privater Schlüssel für die Verschlüsselungs-App. Bitte aktualisieren Sie Ihr privates Schlüsselpasswort, um den Zugriff auf Ihre verschlüsselten Dateien wiederherzustellen.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Die Verschlüsselung wurde deaktiviert, jedoch sind Ihre Dateien nach wie vor verschlüsselt. Bitte gehen Sie zu Ihren persönlichen Einstellungen, um Ihre Dateien zu entschlüsseln.", + "{dirs} and {files}" : "{dirs} und {files}", + "%s could not be renamed as it has been deleted" : "%s konnte nicht umbenannt werden, da es gelöscht wurde", + "%s could not be renamed" : "%s konnte nicht umbenannt werden", + "Upload (max. %s)" : "Hochladen (max. %s)", + "File handling" : "Dateibehandlung", + "Maximum upload size" : "Maximale Upload-Größe", + "max. possible: " : "maximal möglich:", + "Save" : "Speichern", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf Ihre Dateien zuzugreifen", + "New" : "Neu", + "New text file" : "Neue Textdatei", + "Text file" : "Textdatei", + "New folder" : "Neuer Ordner", + "Folder" : "Ordner", + "From link" : "Von einem Link", + "Nothing in here. Upload something!" : "Alles leer. Laden Sie etwas hoch!", + "Download" : "Herunterladen", + "Upload too large" : "Der Upload ist zu groß", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", + "Files are being scanned, please wait." : "Dateien werden gescannt, bitte warten.", + "Currently scanning" : "Durchsuchen läuft" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json new file mode 100644 index 0000000000..df3433251c --- /dev/null +++ b/apps/files/l10n/de_DE.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Speicher nicht verfügbar", + "Storage invalid" : "Speicher ungültig", + "Unknown error" : "Unbekannter Fehler", + "Could not move %s - File with this name already exists" : "%s konnte nicht verschoben werden. Eine Datei mit diesem Namen existiert bereits.", + "Could not move %s" : "Konnte %s nicht verschieben", + "Permission denied" : "Zugriff verweigert", + "File name cannot be empty." : "Der Dateiname darf nicht leer sein.", + "\"%s\" is an invalid file name." : "\"%s\" ist kein gültiger Dateiname.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.", + "The target folder has been moved or deleted." : "Der Ziel-Ordner wurde verschoben oder gelöscht.", + "The name %s is already used in the folder %s. Please choose a different name." : "Der Name %s wird bereits im Ordner %s benutzt. Bitte wählen Sie einen anderen Namen.", + "Not a valid source" : "Keine gültige Quelle", + "Server is not allowed to open URLs, please check the server configuration" : "Dem Server ist das Öffnen von URLs nicht erlaubt, bitte die Serverkonfiguration prüfen", + "The file exceeds your quota by %s" : "Die Datei überschreitet Ihr Limit um %s", + "Error while downloading %s to %s" : "Fehler beim Herunterladen von %s nach %s", + "Error when creating the file" : "Fehler beim Erstellen der Datei", + "Folder name cannot be empty." : "Der Ordner-Name darf nicht leer sein.", + "Error when creating the folder" : "Fehler beim Erstellen des Ordners", + "Unable to set upload directory." : "Das Upload-Verzeichnis konnte nicht gesetzt werden.", + "Invalid Token" : "Ungültiges Merkmal", + "No file was uploaded. Unknown error" : "Keine Datei hochgeladen. Unbekannter Fehler", + "There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Die hochgeladene Datei überschreitet die upload_max_filesize Vorgabe in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE Vorgabe erlaubt, die im HTML-Formular spezifiziert ist", + "The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden", + "No file was uploaded" : "Keine Datei konnte übertragen werden.", + "Missing a temporary folder" : "Kein temporärer Ordner vorhanden", + "Failed to write to disk" : "Fehler beim Schreiben auf die Festplatte", + "Not enough storage available" : "Nicht genug Speicher vorhanden.", + "Upload failed. Could not find uploaded file" : "Hochladen fehlgeschlagen. Die hochgeladene Datei konnte nicht gefunden werden.", + "Upload failed. Could not get file info." : "Hochladen fehlgeschlagen. Die Dateiinformationen konnten nicht abgerufen werden.", + "Invalid directory." : "Ungültiges Verzeichnis.", + "Files" : "Dateien", + "All files" : "Alle Dateien", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist", + "Total file size {size1} exceeds upload limit {size2}" : "Die Gesamt-Größe {size1} überschreitet die Upload-Begrenzung {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", + "Upload cancelled." : "Upload abgebrochen.", + "Could not get result from server." : "Ergebnis konnte nicht vom Server abgerufen werden.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.", + "URL cannot be empty" : "Die URL darf nicht leer sein", + "{new_name} already exists" : "{new_name} existiert bereits", + "Could not create file" : "Die Datei konnte nicht erstellt werden", + "Could not create folder" : "Der Ordner konnte nicht erstellt werden", + "Error fetching URL" : "Fehler beim Abrufen der URL", + "Share" : "Teilen", + "Delete" : "Löschen", + "Disconnect storage" : "Speicher trennen", + "Unshare" : "Freigabe aufheben", + "Delete permanently" : "Endgültig löschen", + "Rename" : "Umbenennen", + "Pending" : "Ausstehend", + "Error moving file." : "Fehler beim Verschieben der Datei.", + "Error moving file" : "Fehler beim Verschieben der Datei", + "Error" : "Fehler", + "Could not rename file" : "Die Datei konnte nicht umbenannt werden", + "Error deleting file." : "Fehler beim Löschen der Datei.", + "Name" : "Name", + "Size" : "Größe", + "Modified" : "Geändert", + "_%n folder_::_%n folders_" : ["%n Ordner","%n Ordner"], + "_%n file_::_%n files_" : ["%n Datei","%n Dateien"], + "You don’t have permission to upload or create files here" : "Sie besitzen hier keine Berechtigung Dateien hochzuladen oder zu erstellen", + "_Uploading %n file_::_Uploading %n files_" : ["%n Datei wird hoch geladen","%n Dateien werden hoch geladen"], + "\"{name}\" is an invalid file name." : "»{name}« ist kein gültiger Dateiname.", + "Your storage is full, files can not be updated or synced anymore!" : "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", + "Your storage is almost full ({usedSpacePercent}%)" : "Ihr Speicher ist fast voll ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Verschlüsselungs-App ist aktiviert, aber Ihre Schlüssel sind nicht initialisiert. Bitte melden Sie sich nochmals ab und wieder an.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ungültiger privater Schlüssel für die Verschlüsselungs-App. Bitte aktualisieren Sie Ihr privates Schlüsselpasswort, um den Zugriff auf Ihre verschlüsselten Dateien wiederherzustellen.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Die Verschlüsselung wurde deaktiviert, jedoch sind Ihre Dateien nach wie vor verschlüsselt. Bitte gehen Sie zu Ihren persönlichen Einstellungen, um Ihre Dateien zu entschlüsseln.", + "{dirs} and {files}" : "{dirs} und {files}", + "%s could not be renamed as it has been deleted" : "%s konnte nicht umbenannt werden, da es gelöscht wurde", + "%s could not be renamed" : "%s konnte nicht umbenannt werden", + "Upload (max. %s)" : "Hochladen (max. %s)", + "File handling" : "Dateibehandlung", + "Maximum upload size" : "Maximale Upload-Größe", + "max. possible: " : "maximal möglich:", + "Save" : "Speichern", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf Ihre Dateien zuzugreifen", + "New" : "Neu", + "New text file" : "Neue Textdatei", + "Text file" : "Textdatei", + "New folder" : "Neuer Ordner", + "Folder" : "Ordner", + "From link" : "Von einem Link", + "Nothing in here. Upload something!" : "Alles leer. Laden Sie etwas hoch!", + "Download" : "Herunterladen", + "Upload too large" : "Der Upload ist zu groß", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", + "Files are being scanned, please wait." : "Dateien werden gescannt, bitte warten.", + "Currently scanning" : "Durchsuchen läuft" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php deleted file mode 100644 index 1b37aaa78e..0000000000 --- a/apps/files/l10n/de_DE.php +++ /dev/null @@ -1,96 +0,0 @@ - "Speicher nicht verfügbar", -"Storage invalid" => "Speicher ungültig", -"Unknown error" => "Unbekannter Fehler", -"Could not move %s - File with this name already exists" => "%s konnte nicht verschoben werden. Eine Datei mit diesem Namen existiert bereits.", -"Could not move %s" => "Konnte %s nicht verschieben", -"Permission denied" => "Zugriff verweigert", -"File name cannot be empty." => "Der Dateiname darf nicht leer sein.", -"\"%s\" is an invalid file name." => "\"%s\" ist kein gültiger Dateiname.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.", -"The target folder has been moved or deleted." => "Der Ziel-Ordner wurde verschoben oder gelöscht.", -"The name %s is already used in the folder %s. Please choose a different name." => "Der Name %s wird bereits im Ordner %s benutzt. Bitte wählen Sie einen anderen Namen.", -"Not a valid source" => "Keine gültige Quelle", -"Server is not allowed to open URLs, please check the server configuration" => "Dem Server ist das Öffnen von URLs nicht erlaubt, bitte die Serverkonfiguration prüfen", -"The file exceeds your quota by %s" => "Die Datei überschreitet Ihr Limit um %s", -"Error while downloading %s to %s" => "Fehler beim Herunterladen von %s nach %s", -"Error when creating the file" => "Fehler beim Erstellen der Datei", -"Folder name cannot be empty." => "Der Ordner-Name darf nicht leer sein.", -"Error when creating the folder" => "Fehler beim Erstellen des Ordners", -"Unable to set upload directory." => "Das Upload-Verzeichnis konnte nicht gesetzt werden.", -"Invalid Token" => "Ungültiges Merkmal", -"No file was uploaded. Unknown error" => "Keine Datei hochgeladen. Unbekannter Fehler", -"There is no error, the file uploaded with success" => "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Die hochgeladene Datei überschreitet die upload_max_filesize Vorgabe in php.ini", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Die Datei ist größer, als die MAX_FILE_SIZE Vorgabe erlaubt, die im HTML-Formular spezifiziert ist", -"The uploaded file was only partially uploaded" => "Die Datei konnte nur teilweise übertragen werden", -"No file was uploaded" => "Keine Datei konnte übertragen werden.", -"Missing a temporary folder" => "Kein temporärer Ordner vorhanden", -"Failed to write to disk" => "Fehler beim Schreiben auf die Festplatte", -"Not enough storage available" => "Nicht genug Speicher vorhanden.", -"Upload failed. Could not find uploaded file" => "Hochladen fehlgeschlagen. Die hochgeladene Datei konnte nicht gefunden werden.", -"Upload failed. Could not get file info." => "Hochladen fehlgeschlagen. Die Dateiinformationen konnten nicht abgerufen werden.", -"Invalid directory." => "Ungültiges Verzeichnis.", -"Files" => "Dateien", -"All files" => "Alle Dateien", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist", -"Total file size {size1} exceeds upload limit {size2}" => "Die Gesamt-Größe {size1} überschreitet die Upload-Begrenzung {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", -"Upload cancelled." => "Upload abgebrochen.", -"Could not get result from server." => "Ergebnis konnte nicht vom Server abgerufen werden.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.", -"URL cannot be empty" => "Die URL darf nicht leer sein", -"{new_name} already exists" => "{new_name} existiert bereits", -"Could not create file" => "Die Datei konnte nicht erstellt werden", -"Could not create folder" => "Der Ordner konnte nicht erstellt werden", -"Error fetching URL" => "Fehler beim Abrufen der URL", -"Share" => "Teilen", -"Delete" => "Löschen", -"Disconnect storage" => "Speicher trennen", -"Unshare" => "Freigabe aufheben", -"Delete permanently" => "Endgültig löschen", -"Rename" => "Umbenennen", -"Pending" => "Ausstehend", -"Error moving file." => "Fehler beim Verschieben der Datei.", -"Error moving file" => "Fehler beim Verschieben der Datei", -"Error" => "Fehler", -"Could not rename file" => "Die Datei konnte nicht umbenannt werden", -"Error deleting file." => "Fehler beim Löschen der Datei.", -"Name" => "Name", -"Size" => "Größe", -"Modified" => "Geändert", -"_%n folder_::_%n folders_" => array("%n Ordner","%n Ordner"), -"_%n file_::_%n files_" => array("%n Datei","%n Dateien"), -"You don’t have permission to upload or create files here" => "Sie besitzen hier keine Berechtigung Dateien hochzuladen oder zu erstellen", -"_Uploading %n file_::_Uploading %n files_" => array("%n Datei wird hoch geladen","%n Dateien werden hoch geladen"), -"\"{name}\" is an invalid file name." => "»{name}« ist kein gültiger Dateiname.", -"Your storage is full, files can not be updated or synced anymore!" => "Ihr Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", -"Your storage is almost full ({usedSpacePercent}%)" => "Ihr Speicher ist fast voll ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Verschlüsselungs-App ist aktiviert, aber Ihre Schlüssel sind nicht initialisiert. Bitte melden Sie sich nochmals ab und wieder an.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ungültiger privater Schlüssel für die Verschlüsselungs-App. Bitte aktualisieren Sie Ihr privates Schlüsselpasswort, um den Zugriff auf Ihre verschlüsselten Dateien wiederherzustellen.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Die Verschlüsselung wurde deaktiviert, jedoch sind Ihre Dateien nach wie vor verschlüsselt. Bitte gehen Sie zu Ihren persönlichen Einstellungen, um Ihre Dateien zu entschlüsseln.", -"{dirs} and {files}" => "{dirs} und {files}", -"%s could not be renamed as it has been deleted" => "%s konnte nicht umbenannt werden, da es gelöscht wurde", -"%s could not be renamed" => "%s konnte nicht umbenannt werden", -"Upload (max. %s)" => "Hochladen (max. %s)", -"File handling" => "Dateibehandlung", -"Maximum upload size" => "Maximale Upload-Größe", -"max. possible: " => "maximal möglich:", -"Save" => "Speichern", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Diese Adresse benutzen, um über WebDAV auf Ihre Dateien zuzugreifen", -"New" => "Neu", -"New text file" => "Neue Textdatei", -"Text file" => "Textdatei", -"New folder" => "Neuer Ordner", -"Folder" => "Ordner", -"From link" => "Von einem Link", -"Nothing in here. Upload something!" => "Alles leer. Laden Sie etwas hoch!", -"Download" => "Herunterladen", -"Upload too large" => "Der Upload ist zu groß", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", -"Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten.", -"Currently scanning" => "Durchsuchen läuft" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/el.js b/apps/files/l10n/el.js new file mode 100644 index 0000000000..eaf4eb65eb --- /dev/null +++ b/apps/files/l10n/el.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Μη διαθέσιμος αποθηκευτικός χώρος", + "Storage invalid" : "Μη έγκυρος αποθηκευτικός χώρος", + "Unknown error" : "Άγνωστο σφάλμα", + "Could not move %s - File with this name already exists" : "Αδυναμία μετακίνησης του %s - υπάρχει ήδη αρχείο με αυτό το όνομα", + "Could not move %s" : "Αδυναμία μετακίνησης του %s", + "Permission denied" : "Η πρόσβαση απορρίφθηκε", + "File name cannot be empty." : "Το όνομα αρχείου δεν μπορεί να είναι κενό.", + "\"%s\" is an invalid file name." : "Το \"%s\" είναι ένα μη έγκυρο όνομα αρχείου.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Μη έγκυρο όνομα, '\\', '/', '<', '>', ':', '\"', '|', '?' και '*' δεν επιτρέπονται.", + "The target folder has been moved or deleted." : "Ο φάκελος προορισμού έχει μετακινηθεί ή διαγραφεί.", + "The name %s is already used in the folder %s. Please choose a different name." : "Το όνομα %s χρησιμοποιείτε ήδη στον φάκελο %s. Παρακαλώ επιλέξτε ένα άλλο όνομα.", + "Not a valid source" : "Μη έγκυρη πηγή", + "Server is not allowed to open URLs, please check the server configuration" : "Ο διακομιστής δεν επιτρέπεται να ανοίγει URL, παρακαλώ ελέγξτε τις ρυθμίσεις του διακομιστή", + "The file exceeds your quota by %s" : "Ο φάκελλος ξεπερνάει το όριό σας κατά %s", + "Error while downloading %s to %s" : "Σφάλμα κατά τη λήψη του %s στο %s", + "Error when creating the file" : "Σφάλμα κατά τη δημιουργία του αρχείου", + "Folder name cannot be empty." : "Το όνομα φακέλου δεν μπορεί να είναι κενό.", + "Error when creating the folder" : "Σφάλμα δημιουργίας φακέλου", + "Unable to set upload directory." : "Αδυναμία ορισμού καταλόγου αποστολής.", + "Invalid Token" : "Μη έγκυρο Token", + "No file was uploaded. Unknown error" : "Δεν ανέβηκε κάποιο αρχείο. Άγνωστο σφάλμα", + "There is no error, the file uploaded with success" : "Δεν υπάρχει σφάλμα, το αρχείο εστάλει επιτυχώς", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Το αρχείο που εστάλει υπερβαίνει την οδηγία μέγιστου επιτρεπτού μεγέθους \"upload_max_filesize\" του php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Το ανεβασμένο αρχείο υπερβαίνει το MAX_FILE_SIZE που ορίζεται στην HTML φόρμα", + "The uploaded file was only partially uploaded" : "Το αρχείο εστάλει μόνο εν μέρει", + "No file was uploaded" : "Κανένα αρχείο δεν στάλθηκε", + "Missing a temporary folder" : "Λείπει ο προσωρινός φάκελος", + "Failed to write to disk" : "Αποτυχία εγγραφής στο δίσκο", + "Not enough storage available" : "Μη επαρκής διαθέσιμος αποθηκευτικός χώρος", + "Upload failed. Could not find uploaded file" : "Η φόρτωση απέτυχε. Αδυναμία εύρεσης αρχείου προς φόρτωση.", + "Upload failed. Could not get file info." : "Η φόρτωση απέτυχε. Αδυναμία λήψης πληροφοριών αρχείων.", + "Invalid directory." : "Μη έγκυρος φάκελος.", + "Files" : "Αρχεία", + "All files" : "Όλα τα αρχεία", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Αδυναμία φόρτωσης {filename} καθώς είναι κατάλογος αρχείων ή έχει 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "Το συνολικό μέγεθος αρχείου {size1} υπερβαίνει το όριο μεταφόρτωσης {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Δεν υπάρχει αρκετός ελεύθερος χώρος, μεταφορτώνετε μέγεθος {size1} αλλά υπάρχει χώρος μόνο {size2}", + "Upload cancelled." : "Η αποστολή ακυρώθηκε.", + "Could not get result from server." : "Αδυναμία λήψης αποτελέσματος από το διακομιστή.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Η αποστολή του αρχείου βρίσκεται σε εξέλιξη. Το κλείσιμο της σελίδας θα ακυρώσει την αποστολή.", + "URL cannot be empty" : "Η URL δεν πρέπει να είναι κενή", + "{new_name} already exists" : "{new_name} υπάρχει ήδη", + "Could not create file" : "Αδυναμία δημιουργίας αρχείου", + "Could not create folder" : "Αδυναμία δημιουργίας φακέλου", + "Error fetching URL" : "Σφάλμα φόρτωσης URL", + "Share" : "Διαμοιρασμός", + "Delete" : "Διαγραφή", + "Disconnect storage" : "Αποσυνδεδεμένος αποθηκευτικός χώρος", + "Unshare" : "Διακοπή διαμοιρασμού", + "Delete permanently" : "Μόνιμη διαγραφή", + "Rename" : "Μετονομασία", + "Pending" : "Εκκρεμεί", + "Error moving file." : "Σφάλμα κατά τη μετακίνηση του αρχείου.", + "Error moving file" : "Σφάλμα κατά τη μετακίνηση του αρχείου", + "Error" : "Σφάλμα", + "Could not rename file" : "Αδυναμία μετονομασίας αρχείου", + "Error deleting file." : "Σφάλμα διαγραφής αρχείου.", + "Name" : "Όνομα", + "Size" : "Μέγεθος", + "Modified" : "Τροποποιήθηκε", + "_%n folder_::_%n folders_" : ["%n φάκελος","%n φάκελοι"], + "_%n file_::_%n files_" : ["%n αρχείο","%n αρχεία"], + "You don’t have permission to upload or create files here" : "Δεν έχετε δικαιώματα φόρτωσης ή δημιουργίας αρχείων εδώ", + "_Uploading %n file_::_Uploading %n files_" : ["Ανέβασμα %n αρχείου","Ανέβασμα %n αρχείων"], + "\"{name}\" is an invalid file name." : "Το \"{name}\" είναι μη έγκυρο όνομα αρχείου.", + "Your storage is full, files can not be updated or synced anymore!" : "Ο αποθηκευτικός σας χώρος είναι γεμάτος, τα αρχεία δεν μπορούν να ενημερωθούν ή να συγχρονιστούν πια!", + "Your storage is almost full ({usedSpacePercent}%)" : "Ο αποθηκευτικός χώρος είναι σχεδόν γεμάτος ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Η εφαρμογή κρυπτογράφησης είναι ενεργοποιημένη αλλά τα κλειδιά σας δεν έχουν καταγραφεί, παρακαλώ αποσυνδεθείτε και επανασυνδεθείτε.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Άκυρο προσωπικό κλειδί για την εφαρμογή κρυπτογράφησης. Παρακαλώ ενημερώστε τον κωδικό του προσωπικού κλειδίου σας στις προσωπικές ρυθμίσεις για να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Η κρυπτογράφηση απενεργοποιήθηκε, αλλά τα αρχεία σας είναι ακόμα κρυπτογραφημένα. Παρακαλούμε απενεργοποιήσετε την κρυπτογράφηση αρχείων από τις προσωπικές σας ρυθμίσεις", + "{dirs} and {files}" : "{Κατάλογοι αρχείων} και {αρχεία}", + "%s could not be renamed as it has been deleted" : "%s δεν μπορούσε να μετονομαστεί εφόσον είχε διαγραφεί", + "%s could not be renamed" : "Αδυναμία μετονομασίας του %s", + "Upload (max. %s)" : "Διαμοιρασμός (max. %s)", + "File handling" : "Διαχείριση αρχείων", + "Maximum upload size" : "Μέγιστο μέγεθος αποστολής", + "max. possible: " : "μέγιστο δυνατό:", + "Save" : "Αποθήκευση", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Χρησιμοποιήστε αυτήν την διεύθυνση για να αποκτήσετε πρόσβαση στα αρχεία σας μέσω WebDAV", + "New" : "Νέο", + "New text file" : "Νέο αρχείο κειμένου", + "Text file" : "Αρχείο κειμένου", + "New folder" : "Νέος κατάλογος", + "Folder" : "Φάκελος", + "From link" : "Από σύνδεσμο", + "Nothing in here. Upload something!" : "Δεν υπάρχει τίποτα εδώ. Ανεβάστε κάτι!", + "Download" : "Λήψη", + "Upload too large" : "Πολύ μεγάλο αρχείο προς αποστολή", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Τα αρχεία που προσπαθείτε να ανεβάσετε υπερβαίνουν το μέγιστο μέγεθος αποστολής αρχείων σε αυτόν τον διακομιστή.", + "Files are being scanned, please wait." : "Τα αρχεία σαρώνονται, παρακαλώ περιμένετε.", + "Currently scanning" : "Σάρωση σε εξέλιξη" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/el.json b/apps/files/l10n/el.json new file mode 100644 index 0000000000..5c9b763b5e --- /dev/null +++ b/apps/files/l10n/el.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Μη διαθέσιμος αποθηκευτικός χώρος", + "Storage invalid" : "Μη έγκυρος αποθηκευτικός χώρος", + "Unknown error" : "Άγνωστο σφάλμα", + "Could not move %s - File with this name already exists" : "Αδυναμία μετακίνησης του %s - υπάρχει ήδη αρχείο με αυτό το όνομα", + "Could not move %s" : "Αδυναμία μετακίνησης του %s", + "Permission denied" : "Η πρόσβαση απορρίφθηκε", + "File name cannot be empty." : "Το όνομα αρχείου δεν μπορεί να είναι κενό.", + "\"%s\" is an invalid file name." : "Το \"%s\" είναι ένα μη έγκυρο όνομα αρχείου.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Μη έγκυρο όνομα, '\\', '/', '<', '>', ':', '\"', '|', '?' και '*' δεν επιτρέπονται.", + "The target folder has been moved or deleted." : "Ο φάκελος προορισμού έχει μετακινηθεί ή διαγραφεί.", + "The name %s is already used in the folder %s. Please choose a different name." : "Το όνομα %s χρησιμοποιείτε ήδη στον φάκελο %s. Παρακαλώ επιλέξτε ένα άλλο όνομα.", + "Not a valid source" : "Μη έγκυρη πηγή", + "Server is not allowed to open URLs, please check the server configuration" : "Ο διακομιστής δεν επιτρέπεται να ανοίγει URL, παρακαλώ ελέγξτε τις ρυθμίσεις του διακομιστή", + "The file exceeds your quota by %s" : "Ο φάκελλος ξεπερνάει το όριό σας κατά %s", + "Error while downloading %s to %s" : "Σφάλμα κατά τη λήψη του %s στο %s", + "Error when creating the file" : "Σφάλμα κατά τη δημιουργία του αρχείου", + "Folder name cannot be empty." : "Το όνομα φακέλου δεν μπορεί να είναι κενό.", + "Error when creating the folder" : "Σφάλμα δημιουργίας φακέλου", + "Unable to set upload directory." : "Αδυναμία ορισμού καταλόγου αποστολής.", + "Invalid Token" : "Μη έγκυρο Token", + "No file was uploaded. Unknown error" : "Δεν ανέβηκε κάποιο αρχείο. Άγνωστο σφάλμα", + "There is no error, the file uploaded with success" : "Δεν υπάρχει σφάλμα, το αρχείο εστάλει επιτυχώς", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Το αρχείο που εστάλει υπερβαίνει την οδηγία μέγιστου επιτρεπτού μεγέθους \"upload_max_filesize\" του php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Το ανεβασμένο αρχείο υπερβαίνει το MAX_FILE_SIZE που ορίζεται στην HTML φόρμα", + "The uploaded file was only partially uploaded" : "Το αρχείο εστάλει μόνο εν μέρει", + "No file was uploaded" : "Κανένα αρχείο δεν στάλθηκε", + "Missing a temporary folder" : "Λείπει ο προσωρινός φάκελος", + "Failed to write to disk" : "Αποτυχία εγγραφής στο δίσκο", + "Not enough storage available" : "Μη επαρκής διαθέσιμος αποθηκευτικός χώρος", + "Upload failed. Could not find uploaded file" : "Η φόρτωση απέτυχε. Αδυναμία εύρεσης αρχείου προς φόρτωση.", + "Upload failed. Could not get file info." : "Η φόρτωση απέτυχε. Αδυναμία λήψης πληροφοριών αρχείων.", + "Invalid directory." : "Μη έγκυρος φάκελος.", + "Files" : "Αρχεία", + "All files" : "Όλα τα αρχεία", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Αδυναμία φόρτωσης {filename} καθώς είναι κατάλογος αρχείων ή έχει 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "Το συνολικό μέγεθος αρχείου {size1} υπερβαίνει το όριο μεταφόρτωσης {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Δεν υπάρχει αρκετός ελεύθερος χώρος, μεταφορτώνετε μέγεθος {size1} αλλά υπάρχει χώρος μόνο {size2}", + "Upload cancelled." : "Η αποστολή ακυρώθηκε.", + "Could not get result from server." : "Αδυναμία λήψης αποτελέσματος από το διακομιστή.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Η αποστολή του αρχείου βρίσκεται σε εξέλιξη. Το κλείσιμο της σελίδας θα ακυρώσει την αποστολή.", + "URL cannot be empty" : "Η URL δεν πρέπει να είναι κενή", + "{new_name} already exists" : "{new_name} υπάρχει ήδη", + "Could not create file" : "Αδυναμία δημιουργίας αρχείου", + "Could not create folder" : "Αδυναμία δημιουργίας φακέλου", + "Error fetching URL" : "Σφάλμα φόρτωσης URL", + "Share" : "Διαμοιρασμός", + "Delete" : "Διαγραφή", + "Disconnect storage" : "Αποσυνδεδεμένος αποθηκευτικός χώρος", + "Unshare" : "Διακοπή διαμοιρασμού", + "Delete permanently" : "Μόνιμη διαγραφή", + "Rename" : "Μετονομασία", + "Pending" : "Εκκρεμεί", + "Error moving file." : "Σφάλμα κατά τη μετακίνηση του αρχείου.", + "Error moving file" : "Σφάλμα κατά τη μετακίνηση του αρχείου", + "Error" : "Σφάλμα", + "Could not rename file" : "Αδυναμία μετονομασίας αρχείου", + "Error deleting file." : "Σφάλμα διαγραφής αρχείου.", + "Name" : "Όνομα", + "Size" : "Μέγεθος", + "Modified" : "Τροποποιήθηκε", + "_%n folder_::_%n folders_" : ["%n φάκελος","%n φάκελοι"], + "_%n file_::_%n files_" : ["%n αρχείο","%n αρχεία"], + "You don’t have permission to upload or create files here" : "Δεν έχετε δικαιώματα φόρτωσης ή δημιουργίας αρχείων εδώ", + "_Uploading %n file_::_Uploading %n files_" : ["Ανέβασμα %n αρχείου","Ανέβασμα %n αρχείων"], + "\"{name}\" is an invalid file name." : "Το \"{name}\" είναι μη έγκυρο όνομα αρχείου.", + "Your storage is full, files can not be updated or synced anymore!" : "Ο αποθηκευτικός σας χώρος είναι γεμάτος, τα αρχεία δεν μπορούν να ενημερωθούν ή να συγχρονιστούν πια!", + "Your storage is almost full ({usedSpacePercent}%)" : "Ο αποθηκευτικός χώρος είναι σχεδόν γεμάτος ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Η εφαρμογή κρυπτογράφησης είναι ενεργοποιημένη αλλά τα κλειδιά σας δεν έχουν καταγραφεί, παρακαλώ αποσυνδεθείτε και επανασυνδεθείτε.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Άκυρο προσωπικό κλειδί για την εφαρμογή κρυπτογράφησης. Παρακαλώ ενημερώστε τον κωδικό του προσωπικού κλειδίου σας στις προσωπικές ρυθμίσεις για να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Η κρυπτογράφηση απενεργοποιήθηκε, αλλά τα αρχεία σας είναι ακόμα κρυπτογραφημένα. Παρακαλούμε απενεργοποιήσετε την κρυπτογράφηση αρχείων από τις προσωπικές σας ρυθμίσεις", + "{dirs} and {files}" : "{Κατάλογοι αρχείων} και {αρχεία}", + "%s could not be renamed as it has been deleted" : "%s δεν μπορούσε να μετονομαστεί εφόσον είχε διαγραφεί", + "%s could not be renamed" : "Αδυναμία μετονομασίας του %s", + "Upload (max. %s)" : "Διαμοιρασμός (max. %s)", + "File handling" : "Διαχείριση αρχείων", + "Maximum upload size" : "Μέγιστο μέγεθος αποστολής", + "max. possible: " : "μέγιστο δυνατό:", + "Save" : "Αποθήκευση", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Χρησιμοποιήστε αυτήν την διεύθυνση για να αποκτήσετε πρόσβαση στα αρχεία σας μέσω WebDAV", + "New" : "Νέο", + "New text file" : "Νέο αρχείο κειμένου", + "Text file" : "Αρχείο κειμένου", + "New folder" : "Νέος κατάλογος", + "Folder" : "Φάκελος", + "From link" : "Από σύνδεσμο", + "Nothing in here. Upload something!" : "Δεν υπάρχει τίποτα εδώ. Ανεβάστε κάτι!", + "Download" : "Λήψη", + "Upload too large" : "Πολύ μεγάλο αρχείο προς αποστολή", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Τα αρχεία που προσπαθείτε να ανεβάσετε υπερβαίνουν το μέγιστο μέγεθος αποστολής αρχείων σε αυτόν τον διακομιστή.", + "Files are being scanned, please wait." : "Τα αρχεία σαρώνονται, παρακαλώ περιμένετε.", + "Currently scanning" : "Σάρωση σε εξέλιξη" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php deleted file mode 100644 index 4b51fa4ba0..0000000000 --- a/apps/files/l10n/el.php +++ /dev/null @@ -1,96 +0,0 @@ - "Μη διαθέσιμος αποθηκευτικός χώρος", -"Storage invalid" => "Μη έγκυρος αποθηκευτικός χώρος", -"Unknown error" => "Άγνωστο σφάλμα", -"Could not move %s - File with this name already exists" => "Αδυναμία μετακίνησης του %s - υπάρχει ήδη αρχείο με αυτό το όνομα", -"Could not move %s" => "Αδυναμία μετακίνησης του %s", -"Permission denied" => "Η πρόσβαση απορρίφθηκε", -"File name cannot be empty." => "Το όνομα αρχείου δεν μπορεί να είναι κενό.", -"\"%s\" is an invalid file name." => "Το \"%s\" είναι ένα μη έγκυρο όνομα αρχείου.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Μη έγκυρο όνομα, '\\', '/', '<', '>', ':', '\"', '|', '?' και '*' δεν επιτρέπονται.", -"The target folder has been moved or deleted." => "Ο φάκελος προορισμού έχει μετακινηθεί ή διαγραφεί.", -"The name %s is already used in the folder %s. Please choose a different name." => "Το όνομα %s χρησιμοποιείτε ήδη στον φάκελο %s. Παρακαλώ επιλέξτε ένα άλλο όνομα.", -"Not a valid source" => "Μη έγκυρη πηγή", -"Server is not allowed to open URLs, please check the server configuration" => "Ο διακομιστής δεν επιτρέπεται να ανοίγει URL, παρακαλώ ελέγξτε τις ρυθμίσεις του διακομιστή", -"The file exceeds your quota by %s" => "Ο φάκελλος ξεπερνάει το όριό σας κατά %s", -"Error while downloading %s to %s" => "Σφάλμα κατά τη λήψη του %s στο %s", -"Error when creating the file" => "Σφάλμα κατά τη δημιουργία του αρχείου", -"Folder name cannot be empty." => "Το όνομα φακέλου δεν μπορεί να είναι κενό.", -"Error when creating the folder" => "Σφάλμα δημιουργίας φακέλου", -"Unable to set upload directory." => "Αδυναμία ορισμού καταλόγου αποστολής.", -"Invalid Token" => "Μη έγκυρο Token", -"No file was uploaded. Unknown error" => "Δεν ανέβηκε κάποιο αρχείο. Άγνωστο σφάλμα", -"There is no error, the file uploaded with success" => "Δεν υπάρχει σφάλμα, το αρχείο εστάλει επιτυχώς", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Το αρχείο που εστάλει υπερβαίνει την οδηγία μέγιστου επιτρεπτού μεγέθους \"upload_max_filesize\" του php.ini", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Το ανεβασμένο αρχείο υπερβαίνει το MAX_FILE_SIZE που ορίζεται στην HTML φόρμα", -"The uploaded file was only partially uploaded" => "Το αρχείο εστάλει μόνο εν μέρει", -"No file was uploaded" => "Κανένα αρχείο δεν στάλθηκε", -"Missing a temporary folder" => "Λείπει ο προσωρινός φάκελος", -"Failed to write to disk" => "Αποτυχία εγγραφής στο δίσκο", -"Not enough storage available" => "Μη επαρκής διαθέσιμος αποθηκευτικός χώρος", -"Upload failed. Could not find uploaded file" => "Η φόρτωση απέτυχε. Αδυναμία εύρεσης αρχείου προς φόρτωση.", -"Upload failed. Could not get file info." => "Η φόρτωση απέτυχε. Αδυναμία λήψης πληροφοριών αρχείων.", -"Invalid directory." => "Μη έγκυρος φάκελος.", -"Files" => "Αρχεία", -"All files" => "Όλα τα αρχεία", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Αδυναμία φόρτωσης {filename} καθώς είναι κατάλογος αρχείων ή έχει 0 bytes", -"Total file size {size1} exceeds upload limit {size2}" => "Το συνολικό μέγεθος αρχείου {size1} υπερβαίνει το όριο μεταφόρτωσης {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Δεν υπάρχει αρκετός ελεύθερος χώρος, μεταφορτώνετε μέγεθος {size1} αλλά υπάρχει χώρος μόνο {size2}", -"Upload cancelled." => "Η αποστολή ακυρώθηκε.", -"Could not get result from server." => "Αδυναμία λήψης αποτελέσματος από το διακομιστή.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Η αποστολή του αρχείου βρίσκεται σε εξέλιξη. Το κλείσιμο της σελίδας θα ακυρώσει την αποστολή.", -"URL cannot be empty" => "Η URL δεν πρέπει να είναι κενή", -"{new_name} already exists" => "{new_name} υπάρχει ήδη", -"Could not create file" => "Αδυναμία δημιουργίας αρχείου", -"Could not create folder" => "Αδυναμία δημιουργίας φακέλου", -"Error fetching URL" => "Σφάλμα φόρτωσης URL", -"Share" => "Διαμοιρασμός", -"Delete" => "Διαγραφή", -"Disconnect storage" => "Αποσυνδεδεμένος αποθηκευτικός χώρος", -"Unshare" => "Διακοπή διαμοιρασμού", -"Delete permanently" => "Μόνιμη διαγραφή", -"Rename" => "Μετονομασία", -"Pending" => "Εκκρεμεί", -"Error moving file." => "Σφάλμα κατά τη μετακίνηση του αρχείου.", -"Error moving file" => "Σφάλμα κατά τη μετακίνηση του αρχείου", -"Error" => "Σφάλμα", -"Could not rename file" => "Αδυναμία μετονομασίας αρχείου", -"Error deleting file." => "Σφάλμα διαγραφής αρχείου.", -"Name" => "Όνομα", -"Size" => "Μέγεθος", -"Modified" => "Τροποποιήθηκε", -"_%n folder_::_%n folders_" => array("%n φάκελος","%n φάκελοι"), -"_%n file_::_%n files_" => array("%n αρχείο","%n αρχεία"), -"You don’t have permission to upload or create files here" => "Δεν έχετε δικαιώματα φόρτωσης ή δημιουργίας αρχείων εδώ", -"_Uploading %n file_::_Uploading %n files_" => array("Ανέβασμα %n αρχείου","Ανέβασμα %n αρχείων"), -"\"{name}\" is an invalid file name." => "Το \"{name}\" είναι μη έγκυρο όνομα αρχείου.", -"Your storage is full, files can not be updated or synced anymore!" => "Ο αποθηκευτικός σας χώρος είναι γεμάτος, τα αρχεία δεν μπορούν να ενημερωθούν ή να συγχρονιστούν πια!", -"Your storage is almost full ({usedSpacePercent}%)" => "Ο αποθηκευτικός χώρος είναι σχεδόν γεμάτος ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Η εφαρμογή κρυπτογράφησης είναι ενεργοποιημένη αλλά τα κλειδιά σας δεν έχουν καταγραφεί, παρακαλώ αποσυνδεθείτε και επανασυνδεθείτε.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Άκυρο προσωπικό κλειδί για την εφαρμογή κρυπτογράφησης. Παρακαλώ ενημερώστε τον κωδικό του προσωπικού κλειδίου σας στις προσωπικές ρυθμίσεις για να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Η κρυπτογράφηση απενεργοποιήθηκε, αλλά τα αρχεία σας είναι ακόμα κρυπτογραφημένα. Παρακαλούμε απενεργοποιήσετε την κρυπτογράφηση αρχείων από τις προσωπικές σας ρυθμίσεις", -"{dirs} and {files}" => "{Κατάλογοι αρχείων} και {αρχεία}", -"%s could not be renamed as it has been deleted" => "%s δεν μπορούσε να μετονομαστεί εφόσον είχε διαγραφεί", -"%s could not be renamed" => "Αδυναμία μετονομασίας του %s", -"Upload (max. %s)" => "Διαμοιρασμός (max. %s)", -"File handling" => "Διαχείριση αρχείων", -"Maximum upload size" => "Μέγιστο μέγεθος αποστολής", -"max. possible: " => "μέγιστο δυνατό:", -"Save" => "Αποθήκευση", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Χρησιμοποιήστε αυτήν την διεύθυνση για να αποκτήσετε πρόσβαση στα αρχεία σας μέσω WebDAV", -"New" => "Νέο", -"New text file" => "Νέο αρχείο κειμένου", -"Text file" => "Αρχείο κειμένου", -"New folder" => "Νέος κατάλογος", -"Folder" => "Φάκελος", -"From link" => "Από σύνδεσμο", -"Nothing in here. Upload something!" => "Δεν υπάρχει τίποτα εδώ. Ανεβάστε κάτι!", -"Download" => "Λήψη", -"Upload too large" => "Πολύ μεγάλο αρχείο προς αποστολή", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Τα αρχεία που προσπαθείτε να ανεβάσετε υπερβαίνουν το μέγιστο μέγεθος αποστολής αρχείων σε αυτόν τον διακομιστή.", -"Files are being scanned, please wait." => "Τα αρχεία σαρώνονται, παρακαλώ περιμένετε.", -"Currently scanning" => "Σάρωση σε εξέλιξη" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/en@pirate.js b/apps/files/l10n/en@pirate.js new file mode 100644 index 0000000000..92b310a096 --- /dev/null +++ b/apps/files/l10n/en@pirate.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files", + { + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Download" : "Download" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/en@pirate.json b/apps/files/l10n/en@pirate.json new file mode 100644 index 0000000000..9d489a2982 --- /dev/null +++ b/apps/files/l10n/en@pirate.json @@ -0,0 +1,7 @@ +{ "translations": { + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Download" : "Download" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/en@pirate.php b/apps/files/l10n/en@pirate.php deleted file mode 100644 index 128f527aef..0000000000 --- a/apps/files/l10n/en@pirate.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Download" => "Download" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js new file mode 100644 index 0000000000..494358d336 --- /dev/null +++ b/apps/files/l10n/en_GB.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Storage not available", + "Storage invalid" : "Storage invalid", + "Unknown error" : "Unknown error", + "Could not move %s - File with this name already exists" : "Could not move %s - File with this name already exists", + "Could not move %s" : "Could not move %s", + "Permission denied" : "Permission denied", + "File name cannot be empty." : "File name cannot be empty.", + "\"%s\" is an invalid file name." : "\"%s\" is an invalid file name.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Invalid name: '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed.", + "The target folder has been moved or deleted." : "The target folder has been moved or deleted.", + "The name %s is already used in the folder %s. Please choose a different name." : "The name %s is already used in the folder %s. Please choose a different name.", + "Not a valid source" : "Not a valid source", + "Server is not allowed to open URLs, please check the server configuration" : "Server is not allowed to open URLs, please check the server configuration", + "The file exceeds your quota by %s" : "The file exceeds your quota by %s", + "Error while downloading %s to %s" : "Error whilst downloading %s to %s", + "Error when creating the file" : "Error when creating the file", + "Folder name cannot be empty." : "Folder name cannot be empty.", + "Error when creating the folder" : "Error when creating the folder", + "Unable to set upload directory." : "Unable to set upload directory.", + "Invalid Token" : "Invalid Token", + "No file was uploaded. Unknown error" : "No file was uploaded. Unknown error", + "There is no error, the file uploaded with success" : "There is no error, the file uploaded successfully", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "The uploaded file exceeds the upload_max_filesize directive in php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", + "The uploaded file was only partially uploaded" : "The uploaded file was only partially uploaded", + "No file was uploaded" : "No file was uploaded", + "Missing a temporary folder" : "Missing a temporary folder", + "Failed to write to disk" : "Failed to write to disk", + "Not enough storage available" : "Not enough storage available", + "Upload failed. Could not find uploaded file" : "Upload failed. Could not find uploaded file", + "Upload failed. Could not get file info." : "Upload failed. Could not get file info.", + "Invalid directory." : "Invalid directory.", + "Files" : "Files", + "All files" : "All files", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Unable to upload {filename} as it is a directory or has 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "Total file size {size1} exceeds upload limit {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Not enough free space, you are uploading {size1} but only {size2} is left", + "Upload cancelled." : "Upload cancelled.", + "Could not get result from server." : "Could not get result from server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "File upload is in progress. Leaving the page now will cancel the upload.", + "URL cannot be empty" : "URL cannot be empty", + "{new_name} already exists" : "{new_name} already exists", + "Could not create file" : "Could not create file", + "Could not create folder" : "Could not create folder", + "Error fetching URL" : "Error fetching URL", + "Share" : "Share", + "Delete" : "Delete", + "Disconnect storage" : "Disconnect storage", + "Unshare" : "Unshare", + "Delete permanently" : "Delete permanently", + "Rename" : "Rename", + "Pending" : "Pending", + "Error moving file." : "Error moving file.", + "Error moving file" : "Error moving file", + "Error" : "Error", + "Could not rename file" : "Could not rename file", + "Error deleting file." : "Error deleting file.", + "Name" : "Name", + "Size" : "Size", + "Modified" : "Modified", + "_%n folder_::_%n folders_" : ["%n folder","%n folders"], + "_%n file_::_%n files_" : ["%n file","%n files"], + "You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here", + "_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Uploading %n files"], + "\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.", + "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", + "Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption App is enabled but your keys are not initialised, please log-out and log-in again", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files.", + "{dirs} and {files}" : "{dirs} and {files}", + "%s could not be renamed as it has been deleted" : "%s could not be renamed as it has been deleted", + "%s could not be renamed" : "%s could not be renamed", + "Upload (max. %s)" : "Upload (max. %s)", + "File handling" : "File handling", + "Maximum upload size" : "Maximum upload size", + "max. possible: " : "max. possible: ", + "Save" : "Save", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV", + "New" : "New", + "New text file" : "New text file", + "Text file" : "Text file", + "New folder" : "New folder", + "Folder" : "Folder", + "From link" : "From link", + "Nothing in here. Upload something!" : "Nothing in here. Upload something!", + "Download" : "Download", + "Upload too large" : "Upload too large", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.", + "Files are being scanned, please wait." : "Files are being scanned, please wait.", + "Currently scanning" : "Currently scanning" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json new file mode 100644 index 0000000000..bdda9bf4fa --- /dev/null +++ b/apps/files/l10n/en_GB.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Storage not available", + "Storage invalid" : "Storage invalid", + "Unknown error" : "Unknown error", + "Could not move %s - File with this name already exists" : "Could not move %s - File with this name already exists", + "Could not move %s" : "Could not move %s", + "Permission denied" : "Permission denied", + "File name cannot be empty." : "File name cannot be empty.", + "\"%s\" is an invalid file name." : "\"%s\" is an invalid file name.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Invalid name: '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed.", + "The target folder has been moved or deleted." : "The target folder has been moved or deleted.", + "The name %s is already used in the folder %s. Please choose a different name." : "The name %s is already used in the folder %s. Please choose a different name.", + "Not a valid source" : "Not a valid source", + "Server is not allowed to open URLs, please check the server configuration" : "Server is not allowed to open URLs, please check the server configuration", + "The file exceeds your quota by %s" : "The file exceeds your quota by %s", + "Error while downloading %s to %s" : "Error whilst downloading %s to %s", + "Error when creating the file" : "Error when creating the file", + "Folder name cannot be empty." : "Folder name cannot be empty.", + "Error when creating the folder" : "Error when creating the folder", + "Unable to set upload directory." : "Unable to set upload directory.", + "Invalid Token" : "Invalid Token", + "No file was uploaded. Unknown error" : "No file was uploaded. Unknown error", + "There is no error, the file uploaded with success" : "There is no error, the file uploaded successfully", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "The uploaded file exceeds the upload_max_filesize directive in php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", + "The uploaded file was only partially uploaded" : "The uploaded file was only partially uploaded", + "No file was uploaded" : "No file was uploaded", + "Missing a temporary folder" : "Missing a temporary folder", + "Failed to write to disk" : "Failed to write to disk", + "Not enough storage available" : "Not enough storage available", + "Upload failed. Could not find uploaded file" : "Upload failed. Could not find uploaded file", + "Upload failed. Could not get file info." : "Upload failed. Could not get file info.", + "Invalid directory." : "Invalid directory.", + "Files" : "Files", + "All files" : "All files", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Unable to upload {filename} as it is a directory or has 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "Total file size {size1} exceeds upload limit {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Not enough free space, you are uploading {size1} but only {size2} is left", + "Upload cancelled." : "Upload cancelled.", + "Could not get result from server." : "Could not get result from server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "File upload is in progress. Leaving the page now will cancel the upload.", + "URL cannot be empty" : "URL cannot be empty", + "{new_name} already exists" : "{new_name} already exists", + "Could not create file" : "Could not create file", + "Could not create folder" : "Could not create folder", + "Error fetching URL" : "Error fetching URL", + "Share" : "Share", + "Delete" : "Delete", + "Disconnect storage" : "Disconnect storage", + "Unshare" : "Unshare", + "Delete permanently" : "Delete permanently", + "Rename" : "Rename", + "Pending" : "Pending", + "Error moving file." : "Error moving file.", + "Error moving file" : "Error moving file", + "Error" : "Error", + "Could not rename file" : "Could not rename file", + "Error deleting file." : "Error deleting file.", + "Name" : "Name", + "Size" : "Size", + "Modified" : "Modified", + "_%n folder_::_%n folders_" : ["%n folder","%n folders"], + "_%n file_::_%n files_" : ["%n file","%n files"], + "You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here", + "_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Uploading %n files"], + "\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.", + "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", + "Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption App is enabled but your keys are not initialised, please log-out and log-in again", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files.", + "{dirs} and {files}" : "{dirs} and {files}", + "%s could not be renamed as it has been deleted" : "%s could not be renamed as it has been deleted", + "%s could not be renamed" : "%s could not be renamed", + "Upload (max. %s)" : "Upload (max. %s)", + "File handling" : "File handling", + "Maximum upload size" : "Maximum upload size", + "max. possible: " : "max. possible: ", + "Save" : "Save", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV", + "New" : "New", + "New text file" : "New text file", + "Text file" : "Text file", + "New folder" : "New folder", + "Folder" : "Folder", + "From link" : "From link", + "Nothing in here. Upload something!" : "Nothing in here. Upload something!", + "Download" : "Download", + "Upload too large" : "Upload too large", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.", + "Files are being scanned, please wait." : "Files are being scanned, please wait.", + "Currently scanning" : "Currently scanning" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/en_GB.php b/apps/files/l10n/en_GB.php deleted file mode 100644 index e258992334..0000000000 --- a/apps/files/l10n/en_GB.php +++ /dev/null @@ -1,96 +0,0 @@ - "Storage not available", -"Storage invalid" => "Storage invalid", -"Unknown error" => "Unknown error", -"Could not move %s - File with this name already exists" => "Could not move %s - File with this name already exists", -"Could not move %s" => "Could not move %s", -"Permission denied" => "Permission denied", -"File name cannot be empty." => "File name cannot be empty.", -"\"%s\" is an invalid file name." => "\"%s\" is an invalid file name.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Invalid name: '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed.", -"The target folder has been moved or deleted." => "The target folder has been moved or deleted.", -"The name %s is already used in the folder %s. Please choose a different name." => "The name %s is already used in the folder %s. Please choose a different name.", -"Not a valid source" => "Not a valid source", -"Server is not allowed to open URLs, please check the server configuration" => "Server is not allowed to open URLs, please check the server configuration", -"The file exceeds your quota by %s" => "The file exceeds your quota by %s", -"Error while downloading %s to %s" => "Error whilst downloading %s to %s", -"Error when creating the file" => "Error when creating the file", -"Folder name cannot be empty." => "Folder name cannot be empty.", -"Error when creating the folder" => "Error when creating the folder", -"Unable to set upload directory." => "Unable to set upload directory.", -"Invalid Token" => "Invalid Token", -"No file was uploaded. Unknown error" => "No file was uploaded. Unknown error", -"There is no error, the file uploaded with success" => "There is no error, the file uploaded successfully", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "The uploaded file exceeds the upload_max_filesize directive in php.ini: ", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", -"The uploaded file was only partially uploaded" => "The uploaded file was only partially uploaded", -"No file was uploaded" => "No file was uploaded", -"Missing a temporary folder" => "Missing a temporary folder", -"Failed to write to disk" => "Failed to write to disk", -"Not enough storage available" => "Not enough storage available", -"Upload failed. Could not find uploaded file" => "Upload failed. Could not find uploaded file", -"Upload failed. Could not get file info." => "Upload failed. Could not get file info.", -"Invalid directory." => "Invalid directory.", -"Files" => "Files", -"All files" => "All files", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Unable to upload {filename} as it is a directory or has 0 bytes", -"Total file size {size1} exceeds upload limit {size2}" => "Total file size {size1} exceeds upload limit {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Not enough free space, you are uploading {size1} but only {size2} is left", -"Upload cancelled." => "Upload cancelled.", -"Could not get result from server." => "Could not get result from server.", -"File upload is in progress. Leaving the page now will cancel the upload." => "File upload is in progress. Leaving the page now will cancel the upload.", -"URL cannot be empty" => "URL cannot be empty", -"{new_name} already exists" => "{new_name} already exists", -"Could not create file" => "Could not create file", -"Could not create folder" => "Could not create folder", -"Error fetching URL" => "Error fetching URL", -"Share" => "Share", -"Delete" => "Delete", -"Disconnect storage" => "Disconnect storage", -"Unshare" => "Unshare", -"Delete permanently" => "Delete permanently", -"Rename" => "Rename", -"Pending" => "Pending", -"Error moving file." => "Error moving file.", -"Error moving file" => "Error moving file", -"Error" => "Error", -"Could not rename file" => "Could not rename file", -"Error deleting file." => "Error deleting file.", -"Name" => "Name", -"Size" => "Size", -"Modified" => "Modified", -"_%n folder_::_%n folders_" => array("%n folder","%n folders"), -"_%n file_::_%n files_" => array("%n file","%n files"), -"You don’t have permission to upload or create files here" => "You don’t have permission to upload or create files here", -"_Uploading %n file_::_Uploading %n files_" => array("Uploading %n file","Uploading %n files"), -"\"{name}\" is an invalid file name." => "\"{name}\" is an invalid file name.", -"Your storage is full, files can not be updated or synced anymore!" => "Your storage is full, files can not be updated or synced anymore!", -"Your storage is almost full ({usedSpacePercent}%)" => "Your storage is almost full ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Encryption App is enabled but your keys are not initialised, please log-out and log-in again", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files.", -"{dirs} and {files}" => "{dirs} and {files}", -"%s could not be renamed as it has been deleted" => "%s could not be renamed as it has been deleted", -"%s could not be renamed" => "%s could not be renamed", -"Upload (max. %s)" => "Upload (max. %s)", -"File handling" => "File handling", -"Maximum upload size" => "Maximum upload size", -"max. possible: " => "max. possible: ", -"Save" => "Save", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Use this address to access your Files via WebDAV", -"New" => "New", -"New text file" => "New text file", -"Text file" => "Text file", -"New folder" => "New folder", -"Folder" => "Folder", -"From link" => "From link", -"Nothing in here. Upload something!" => "Nothing in here. Upload something!", -"Download" => "Download", -"Upload too large" => "Upload too large", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "The files you are trying to upload exceed the maximum size for file uploads on this server.", -"Files are being scanned, please wait." => "Files are being scanned, please wait.", -"Currently scanning" => "Currently scanning" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/en_NZ.js b/apps/files/l10n/en_NZ.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/en_NZ.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/en_NZ.json b/apps/files/l10n/en_NZ.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/en_NZ.json @@ -0,0 +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 diff --git a/apps/files/l10n/en_NZ.php b/apps/files/l10n/en_NZ.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/en_NZ.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/eo.js b/apps/files/l10n/eo.js new file mode 100644 index 0000000000..43acaae6ba --- /dev/null +++ b/apps/files/l10n/eo.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Nekonata eraro", + "Could not move %s - File with this name already exists" : "Ne eblis movi %s: dosiero kun ĉi tiu nomo jam ekzistas", + "Could not move %s" : "Ne eblis movi %s", + "File name cannot be empty." : "Dosiernomo devas ne malpleni.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nevalida nomo: “\\”, “/”, “<”, “>”, “:”, “\"”, “|”, “?” kaj “*” ne permesatas.", + "The name %s is already used in the folder %s. Please choose a different name." : "La nomo %s jam uziĝas en la dosierujo %s. Bonvolu elekti malsaman nomon.", + "Not a valid source" : "Nevalida fonto", + "Error while downloading %s to %s" : "Eraris elŝuto de %s al %s", + "Error when creating the file" : "Eraris la kreo de la dosiero", + "Folder name cannot be empty." : "La dosierujnomo ne povas malpleni.", + "Error when creating the folder" : "Eraris la kreo de la dosierujo", + "Unable to set upload directory." : "Ne povis agordiĝi la alŝuta dosierujo.", + "No file was uploaded. Unknown error" : "Neniu dosiero alŝutiĝis. Nekonata eraro.", + "There is no error, the file uploaded with success" : "Ne estas eraro, la dosiero alŝutiĝis sukcese.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "La dosiero alŝutita superas la regulon upload_max_filesize el php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo", + "The uploaded file was only partially uploaded" : "la alŝutita dosiero nur parte alŝutiĝis", + "No file was uploaded" : "Neniu dosiero alŝutiĝis.", + "Missing a temporary folder" : "Mankas provizora dosierujo.", + "Failed to write to disk" : "Malsukcesis skribo al disko", + "Not enough storage available" : "Ne haveblas sufiĉa memoro", + "Upload failed. Could not find uploaded file" : "La alŝuto malsukcesis. Ne troviĝis alŝutota dosiero.", + "Upload failed. Could not get file info." : "La alŝuto malsukcesis. Ne povis ekhaviĝi informo pri dosiero.", + "Invalid directory." : "Nevalida dosierujo.", + "Files" : "Dosieroj", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ne povis alŝutiĝi {filename} ĉar ĝi estas dosierujo aŭ ĝi havas 0 duumokojn", + "Upload cancelled." : "La alŝuto nuliĝis.", + "Could not get result from server." : "Ne povis ekhaviĝi rezulto el la servilo.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton.", + "URL cannot be empty" : "La URL ne povas malpleni", + "{new_name} already exists" : "{new_name} jam ekzistas", + "Could not create file" : "Ne povis kreiĝi dosiero", + "Could not create folder" : "Ne povis kreiĝi dosierujo", + "Share" : "Kunhavigi", + "Delete" : "Forigi", + "Unshare" : "Malkunhavigi", + "Delete permanently" : "Forigi por ĉiam", + "Rename" : "Alinomigi", + "Pending" : "Traktotaj", + "Error moving file" : "Eraris movo de dosiero", + "Error" : "Eraro", + "Could not rename file" : "Ne povis alinomiĝi dosiero", + "Name" : "Nomo", + "Size" : "Grando", + "Modified" : "Modifita", + "_%n folder_::_%n folders_" : ["%n dosierujo","%n dosierujoj"], + "_%n file_::_%n files_" : ["%n dosiero","%n dosieroj"], + "You don’t have permission to upload or create files here" : "Vi ne havas permeson alŝuti aŭ krei dosierojn ĉi tie", + "_Uploading %n file_::_Uploading %n files_" : ["Alŝutatas %n dosiero","Alŝutatas %n dosieroj"], + "Your storage is full, files can not be updated or synced anymore!" : "Via memoro plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn!", + "Your storage is almost full ({usedSpacePercent}%)" : "Via memoro preskaŭ plenas ({usedSpacePercent}%)", + "{dirs} and {files}" : "{dirs} kaj {files}", + "%s could not be renamed" : "%s ne povis alinomiĝi", + "Upload (max. %s)" : "Alŝuti (maks. %s)", + "File handling" : "Dosieradministro", + "Maximum upload size" : "Maksimuma alŝutogrando", + "max. possible: " : "maks. ebla: ", + "Save" : "Konservi", + "WebDAV" : "WebDAV", + "New" : "Nova", + "Text file" : "Tekstodosiero", + "New folder" : "Nova dosierujo", + "Folder" : "Dosierujo", + "From link" : "El ligilo", + "Nothing in here. Upload something!" : "Nenio estas ĉi tie. Alŝutu ion!", + "Download" : "Elŝuti", + "Upload too large" : "Alŝuto tro larĝa", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo.", + "Files are being scanned, please wait." : "Dosieroj estas skanataj, bonvolu atendi." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/eo.json b/apps/files/l10n/eo.json new file mode 100644 index 0000000000..96338a90c1 --- /dev/null +++ b/apps/files/l10n/eo.json @@ -0,0 +1,72 @@ +{ "translations": { + "Unknown error" : "Nekonata eraro", + "Could not move %s - File with this name already exists" : "Ne eblis movi %s: dosiero kun ĉi tiu nomo jam ekzistas", + "Could not move %s" : "Ne eblis movi %s", + "File name cannot be empty." : "Dosiernomo devas ne malpleni.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nevalida nomo: “\\”, “/”, “<”, “>”, “:”, “\"”, “|”, “?” kaj “*” ne permesatas.", + "The name %s is already used in the folder %s. Please choose a different name." : "La nomo %s jam uziĝas en la dosierujo %s. Bonvolu elekti malsaman nomon.", + "Not a valid source" : "Nevalida fonto", + "Error while downloading %s to %s" : "Eraris elŝuto de %s al %s", + "Error when creating the file" : "Eraris la kreo de la dosiero", + "Folder name cannot be empty." : "La dosierujnomo ne povas malpleni.", + "Error when creating the folder" : "Eraris la kreo de la dosierujo", + "Unable to set upload directory." : "Ne povis agordiĝi la alŝuta dosierujo.", + "No file was uploaded. Unknown error" : "Neniu dosiero alŝutiĝis. Nekonata eraro.", + "There is no error, the file uploaded with success" : "Ne estas eraro, la dosiero alŝutiĝis sukcese.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "La dosiero alŝutita superas la regulon upload_max_filesize el php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo", + "The uploaded file was only partially uploaded" : "la alŝutita dosiero nur parte alŝutiĝis", + "No file was uploaded" : "Neniu dosiero alŝutiĝis.", + "Missing a temporary folder" : "Mankas provizora dosierujo.", + "Failed to write to disk" : "Malsukcesis skribo al disko", + "Not enough storage available" : "Ne haveblas sufiĉa memoro", + "Upload failed. Could not find uploaded file" : "La alŝuto malsukcesis. Ne troviĝis alŝutota dosiero.", + "Upload failed. Could not get file info." : "La alŝuto malsukcesis. Ne povis ekhaviĝi informo pri dosiero.", + "Invalid directory." : "Nevalida dosierujo.", + "Files" : "Dosieroj", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ne povis alŝutiĝi {filename} ĉar ĝi estas dosierujo aŭ ĝi havas 0 duumokojn", + "Upload cancelled." : "La alŝuto nuliĝis.", + "Could not get result from server." : "Ne povis ekhaviĝi rezulto el la servilo.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton.", + "URL cannot be empty" : "La URL ne povas malpleni", + "{new_name} already exists" : "{new_name} jam ekzistas", + "Could not create file" : "Ne povis kreiĝi dosiero", + "Could not create folder" : "Ne povis kreiĝi dosierujo", + "Share" : "Kunhavigi", + "Delete" : "Forigi", + "Unshare" : "Malkunhavigi", + "Delete permanently" : "Forigi por ĉiam", + "Rename" : "Alinomigi", + "Pending" : "Traktotaj", + "Error moving file" : "Eraris movo de dosiero", + "Error" : "Eraro", + "Could not rename file" : "Ne povis alinomiĝi dosiero", + "Name" : "Nomo", + "Size" : "Grando", + "Modified" : "Modifita", + "_%n folder_::_%n folders_" : ["%n dosierujo","%n dosierujoj"], + "_%n file_::_%n files_" : ["%n dosiero","%n dosieroj"], + "You don’t have permission to upload or create files here" : "Vi ne havas permeson alŝuti aŭ krei dosierojn ĉi tie", + "_Uploading %n file_::_Uploading %n files_" : ["Alŝutatas %n dosiero","Alŝutatas %n dosieroj"], + "Your storage is full, files can not be updated or synced anymore!" : "Via memoro plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn!", + "Your storage is almost full ({usedSpacePercent}%)" : "Via memoro preskaŭ plenas ({usedSpacePercent}%)", + "{dirs} and {files}" : "{dirs} kaj {files}", + "%s could not be renamed" : "%s ne povis alinomiĝi", + "Upload (max. %s)" : "Alŝuti (maks. %s)", + "File handling" : "Dosieradministro", + "Maximum upload size" : "Maksimuma alŝutogrando", + "max. possible: " : "maks. ebla: ", + "Save" : "Konservi", + "WebDAV" : "WebDAV", + "New" : "Nova", + "Text file" : "Tekstodosiero", + "New folder" : "Nova dosierujo", + "Folder" : "Dosierujo", + "From link" : "El ligilo", + "Nothing in here. Upload something!" : "Nenio estas ĉi tie. Alŝutu ion!", + "Download" : "Elŝuti", + "Upload too large" : "Alŝuto tro larĝa", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo.", + "Files are being scanned, please wait." : "Dosieroj estas skanataj, bonvolu atendi." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/eo.php b/apps/files/l10n/eo.php deleted file mode 100644 index e8538e47ac..0000000000 --- a/apps/files/l10n/eo.php +++ /dev/null @@ -1,73 +0,0 @@ - "Nekonata eraro", -"Could not move %s - File with this name already exists" => "Ne eblis movi %s: dosiero kun ĉi tiu nomo jam ekzistas", -"Could not move %s" => "Ne eblis movi %s", -"File name cannot be empty." => "Dosiernomo devas ne malpleni.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nevalida nomo: “\\”, “/”, “<”, “>”, “:”, “\"”, “|”, “?” kaj “*” ne permesatas.", -"The name %s is already used in the folder %s. Please choose a different name." => "La nomo %s jam uziĝas en la dosierujo %s. Bonvolu elekti malsaman nomon.", -"Not a valid source" => "Nevalida fonto", -"Error while downloading %s to %s" => "Eraris elŝuto de %s al %s", -"Error when creating the file" => "Eraris la kreo de la dosiero", -"Folder name cannot be empty." => "La dosierujnomo ne povas malpleni.", -"Error when creating the folder" => "Eraris la kreo de la dosierujo", -"Unable to set upload directory." => "Ne povis agordiĝi la alŝuta dosierujo.", -"No file was uploaded. Unknown error" => "Neniu dosiero alŝutiĝis. Nekonata eraro.", -"There is no error, the file uploaded with success" => "Ne estas eraro, la dosiero alŝutiĝis sukcese.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "La dosiero alŝutita superas la regulon upload_max_filesize el php.ini: ", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "La dosiero alŝutita superas la regulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo", -"The uploaded file was only partially uploaded" => "la alŝutita dosiero nur parte alŝutiĝis", -"No file was uploaded" => "Neniu dosiero alŝutiĝis.", -"Missing a temporary folder" => "Mankas provizora dosierujo.", -"Failed to write to disk" => "Malsukcesis skribo al disko", -"Not enough storage available" => "Ne haveblas sufiĉa memoro", -"Upload failed. Could not find uploaded file" => "La alŝuto malsukcesis. Ne troviĝis alŝutota dosiero.", -"Upload failed. Could not get file info." => "La alŝuto malsukcesis. Ne povis ekhaviĝi informo pri dosiero.", -"Invalid directory." => "Nevalida dosierujo.", -"Files" => "Dosieroj", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Ne povis alŝutiĝi {filename} ĉar ĝi estas dosierujo aŭ ĝi havas 0 duumokojn", -"Upload cancelled." => "La alŝuto nuliĝis.", -"Could not get result from server." => "Ne povis ekhaviĝi rezulto el la servilo.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton.", -"URL cannot be empty" => "La URL ne povas malpleni", -"{new_name} already exists" => "{new_name} jam ekzistas", -"Could not create file" => "Ne povis kreiĝi dosiero", -"Could not create folder" => "Ne povis kreiĝi dosierujo", -"Share" => "Kunhavigi", -"Delete" => "Forigi", -"Unshare" => "Malkunhavigi", -"Delete permanently" => "Forigi por ĉiam", -"Rename" => "Alinomigi", -"Pending" => "Traktotaj", -"Error moving file" => "Eraris movo de dosiero", -"Error" => "Eraro", -"Could not rename file" => "Ne povis alinomiĝi dosiero", -"Name" => "Nomo", -"Size" => "Grando", -"Modified" => "Modifita", -"_%n folder_::_%n folders_" => array("%n dosierujo","%n dosierujoj"), -"_%n file_::_%n files_" => array("%n dosiero","%n dosieroj"), -"You don’t have permission to upload or create files here" => "Vi ne havas permeson alŝuti aŭ krei dosierojn ĉi tie", -"_Uploading %n file_::_Uploading %n files_" => array("Alŝutatas %n dosiero","Alŝutatas %n dosieroj"), -"Your storage is full, files can not be updated or synced anymore!" => "Via memoro plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn!", -"Your storage is almost full ({usedSpacePercent}%)" => "Via memoro preskaŭ plenas ({usedSpacePercent}%)", -"{dirs} and {files}" => "{dirs} kaj {files}", -"%s could not be renamed" => "%s ne povis alinomiĝi", -"Upload (max. %s)" => "Alŝuti (maks. %s)", -"File handling" => "Dosieradministro", -"Maximum upload size" => "Maksimuma alŝutogrando", -"max. possible: " => "maks. ebla: ", -"Save" => "Konservi", -"WebDAV" => "WebDAV", -"New" => "Nova", -"Text file" => "Tekstodosiero", -"New folder" => "Nova dosierujo", -"Folder" => "Dosierujo", -"From link" => "El ligilo", -"Nothing in here. Upload something!" => "Nenio estas ĉi tie. Alŝutu ion!", -"Download" => "Elŝuti", -"Upload too large" => "Alŝuto tro larĝa", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo.", -"Files are being scanned, please wait." => "Dosieroj estas skanataj, bonvolu atendi." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js new file mode 100644 index 0000000000..0e1ac9aede --- /dev/null +++ b/apps/files/l10n/es.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Almacenamiento no disponible", + "Storage invalid" : "Almacenamiento inválido", + "Unknown error" : "Error desconocido", + "Could not move %s - File with this name already exists" : "No se pudo mover %s - Ya existe un archivo con ese nombre.", + "Could not move %s" : "No se pudo mover %s", + "Permission denied" : "Permiso denegado", + "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"%s\" is an invalid file name." : "\"%s\" es un nombre de archivo inválido.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nombre inválido, los caracteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" no están permitidos ", + "The target folder has been moved or deleted." : "La carpeta destino fue movida o eliminada.", + "The name %s is already used in the folder %s. Please choose a different name." : "El nombre %s ya está en uso por la carpeta %s. Por favor elija uno diferente.", + "Not a valid source" : "No es una fuente válida", + "Server is not allowed to open URLs, please check the server configuration" : "La configuración del servidor no le permite abrir URLs, revísela.", + "The file exceeds your quota by %s" : "El archivo sobrepasa su cuota por %s", + "Error while downloading %s to %s" : "Error mientras se descargaba %s a %s", + "Error when creating the file" : "Error al crear el archivo", + "Folder name cannot be empty." : "El nombre de la carpeta no puede estar vacío.", + "Error when creating the folder" : "Error al crear la carpeta.", + "Unable to set upload directory." : "Incapaz de crear directorio de subida.", + "Invalid Token" : "Token Inválido", + "No file was uploaded. Unknown error" : "No se subió ningún archivo. Error desconocido", + "There is no error, the file uploaded with success" : "No hubo ningún problema, el archivo se subió con éxito", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El archivo subido sobrepasa la directiva 'upload_max_filesize' en php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa la directiva 'MAX_FILE_SIZE' especificada en el formulario HTML", + "The uploaded file was only partially uploaded" : "El archivo subido fue sólo subido parcialmente", + "No file was uploaded" : "No se subió ningún archivo", + "Missing a temporary folder" : "Falta la carpeta temporal", + "Failed to write to disk" : "Falló al escribir al disco", + "Not enough storage available" : "No hay suficiente espacio disponible", + "Upload failed. Could not find uploaded file" : "Actualización fallida. No se pudo encontrar el archivo subido", + "Upload failed. Could not get file info." : "Actualización fallida. No se pudo obtener información del archivo.", + "Invalid directory." : "Directorio inválido.", + "Files" : "Archivos", + "All files" : "Todos los archivos", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "El tamaño total del archivo {size1} excede el límite {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hay suficiente espacio libre. Quiere subir {size1} pero solo quedan {size2}", + "Upload cancelled." : "Subida cancelada.", + "Could not get result from server." : "No se pudo obtener respuesta del servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "La subida del archivo está en proceso. Si sale de la página ahora, la subida será cancelada.", + "URL cannot be empty" : "La dirección URL no puede estar vacía", + "{new_name} already exists" : "{new_name} ya existe", + "Could not create file" : "No se pudo crear el archivo", + "Could not create folder" : "No se pudo crear la carpeta", + "Error fetching URL" : "Error al descargar URL.", + "Share" : "Compartir", + "Delete" : "Eliminar", + "Disconnect storage" : "Desconectar almacenamiento", + "Unshare" : "Dejar de compartir", + "Delete permanently" : "Eliminar permanentemente", + "Rename" : "Renombrar", + "Pending" : "Pendiente", + "Error moving file." : "Error al mover el archivo.", + "Error moving file" : "Error moviendo archivo", + "Error" : "Error", + "Could not rename file" : "No se pudo renombrar el archivo", + "Error deleting file." : "Error al borrar el archivo", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], + "_%n file_::_%n files_" : ["%n archivo","%n archivos"], + "You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí.", + "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"], + "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.", + "Your storage is full, files can not be updated or synced anymore!" : "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!", + "Your storage is almost full ({usedSpacePercent}%)" : "Su almacenamiento está casi lleno ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La app de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "La clave privada no es válida para la app de cifrado. Por favor, actualiza la contraseña de tu clave privada en tus ajustes personales para recuperar el acceso a tus archivos cifrados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "El cifrado ha sido deshabilitado pero tus archivos permanecen cifrados. Por favor, ve a tus ajustes personales para descifrar tus archivos.", + "{dirs} and {files}" : "{dirs} y {files}", + "%s could not be renamed as it has been deleted" : "%s no se pudo renombrar pues ha sido eliminado", + "%s could not be renamed" : "%s no pudo ser renombrado", + "Upload (max. %s)" : "Subida (máx. %s)", + "File handling" : "Administración de archivos", + "Maximum upload size" : "Tamaño máximo de subida", + "max. possible: " : "máx. posible:", + "Save" : "Guardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Use esta URL para acceder via WebDAV", + "New" : "Nuevo", + "New text file" : "Nuevo archivo de texto", + "Text file" : "Archivo de texto", + "New folder" : "Nueva carpeta", + "Folder" : "Carpeta", + "From link" : "Desde enlace", + "Nothing in here. Upload something!" : "No hay nada aquí. ¡Suba algo!", + "Download" : "Descargar", + "Upload too large" : "Subida demasido grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.", + "Files are being scanned, please wait." : "Los archivos están siendo escaneados, por favor espere.", + "Currently scanning" : "Escaneando en este momento" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json new file mode 100644 index 0000000000..5b45a869b5 --- /dev/null +++ b/apps/files/l10n/es.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Almacenamiento no disponible", + "Storage invalid" : "Almacenamiento inválido", + "Unknown error" : "Error desconocido", + "Could not move %s - File with this name already exists" : "No se pudo mover %s - Ya existe un archivo con ese nombre.", + "Could not move %s" : "No se pudo mover %s", + "Permission denied" : "Permiso denegado", + "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"%s\" is an invalid file name." : "\"%s\" es un nombre de archivo inválido.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nombre inválido, los caracteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" no están permitidos ", + "The target folder has been moved or deleted." : "La carpeta destino fue movida o eliminada.", + "The name %s is already used in the folder %s. Please choose a different name." : "El nombre %s ya está en uso por la carpeta %s. Por favor elija uno diferente.", + "Not a valid source" : "No es una fuente válida", + "Server is not allowed to open URLs, please check the server configuration" : "La configuración del servidor no le permite abrir URLs, revísela.", + "The file exceeds your quota by %s" : "El archivo sobrepasa su cuota por %s", + "Error while downloading %s to %s" : "Error mientras se descargaba %s a %s", + "Error when creating the file" : "Error al crear el archivo", + "Folder name cannot be empty." : "El nombre de la carpeta no puede estar vacío.", + "Error when creating the folder" : "Error al crear la carpeta.", + "Unable to set upload directory." : "Incapaz de crear directorio de subida.", + "Invalid Token" : "Token Inválido", + "No file was uploaded. Unknown error" : "No se subió ningún archivo. Error desconocido", + "There is no error, the file uploaded with success" : "No hubo ningún problema, el archivo se subió con éxito", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El archivo subido sobrepasa la directiva 'upload_max_filesize' en php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa la directiva 'MAX_FILE_SIZE' especificada en el formulario HTML", + "The uploaded file was only partially uploaded" : "El archivo subido fue sólo subido parcialmente", + "No file was uploaded" : "No se subió ningún archivo", + "Missing a temporary folder" : "Falta la carpeta temporal", + "Failed to write to disk" : "Falló al escribir al disco", + "Not enough storage available" : "No hay suficiente espacio disponible", + "Upload failed. Could not find uploaded file" : "Actualización fallida. No se pudo encontrar el archivo subido", + "Upload failed. Could not get file info." : "Actualización fallida. No se pudo obtener información del archivo.", + "Invalid directory." : "Directorio inválido.", + "Files" : "Archivos", + "All files" : "Todos los archivos", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "El tamaño total del archivo {size1} excede el límite {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hay suficiente espacio libre. Quiere subir {size1} pero solo quedan {size2}", + "Upload cancelled." : "Subida cancelada.", + "Could not get result from server." : "No se pudo obtener respuesta del servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "La subida del archivo está en proceso. Si sale de la página ahora, la subida será cancelada.", + "URL cannot be empty" : "La dirección URL no puede estar vacía", + "{new_name} already exists" : "{new_name} ya existe", + "Could not create file" : "No se pudo crear el archivo", + "Could not create folder" : "No se pudo crear la carpeta", + "Error fetching URL" : "Error al descargar URL.", + "Share" : "Compartir", + "Delete" : "Eliminar", + "Disconnect storage" : "Desconectar almacenamiento", + "Unshare" : "Dejar de compartir", + "Delete permanently" : "Eliminar permanentemente", + "Rename" : "Renombrar", + "Pending" : "Pendiente", + "Error moving file." : "Error al mover el archivo.", + "Error moving file" : "Error moviendo archivo", + "Error" : "Error", + "Could not rename file" : "No se pudo renombrar el archivo", + "Error deleting file." : "Error al borrar el archivo", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], + "_%n file_::_%n files_" : ["%n archivo","%n archivos"], + "You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí.", + "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"], + "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.", + "Your storage is full, files can not be updated or synced anymore!" : "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!", + "Your storage is almost full ({usedSpacePercent}%)" : "Su almacenamiento está casi lleno ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La app de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "La clave privada no es válida para la app de cifrado. Por favor, actualiza la contraseña de tu clave privada en tus ajustes personales para recuperar el acceso a tus archivos cifrados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "El cifrado ha sido deshabilitado pero tus archivos permanecen cifrados. Por favor, ve a tus ajustes personales para descifrar tus archivos.", + "{dirs} and {files}" : "{dirs} y {files}", + "%s could not be renamed as it has been deleted" : "%s no se pudo renombrar pues ha sido eliminado", + "%s could not be renamed" : "%s no pudo ser renombrado", + "Upload (max. %s)" : "Subida (máx. %s)", + "File handling" : "Administración de archivos", + "Maximum upload size" : "Tamaño máximo de subida", + "max. possible: " : "máx. posible:", + "Save" : "Guardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Use esta URL para acceder via WebDAV", + "New" : "Nuevo", + "New text file" : "Nuevo archivo de texto", + "Text file" : "Archivo de texto", + "New folder" : "Nueva carpeta", + "Folder" : "Carpeta", + "From link" : "Desde enlace", + "Nothing in here. Upload something!" : "No hay nada aquí. ¡Suba algo!", + "Download" : "Descargar", + "Upload too large" : "Subida demasido grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.", + "Files are being scanned, please wait." : "Los archivos están siendo escaneados, por favor espere.", + "Currently scanning" : "Escaneando en este momento" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php deleted file mode 100644 index fd0d55ef3e..0000000000 --- a/apps/files/l10n/es.php +++ /dev/null @@ -1,96 +0,0 @@ - "Almacenamiento no disponible", -"Storage invalid" => "Almacenamiento inválido", -"Unknown error" => "Error desconocido", -"Could not move %s - File with this name already exists" => "No se pudo mover %s - Ya existe un archivo con ese nombre.", -"Could not move %s" => "No se pudo mover %s", -"Permission denied" => "Permiso denegado", -"File name cannot be empty." => "El nombre de archivo no puede estar vacío.", -"\"%s\" is an invalid file name." => "\"%s\" es un nombre de archivo inválido.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nombre inválido, los caracteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" no están permitidos ", -"The target folder has been moved or deleted." => "La carpeta destino fue movida o eliminada.", -"The name %s is already used in the folder %s. Please choose a different name." => "El nombre %s ya está en uso por la carpeta %s. Por favor elija uno diferente.", -"Not a valid source" => "No es una fuente válida", -"Server is not allowed to open URLs, please check the server configuration" => "La configuración del servidor no le permite abrir URLs, revísela.", -"The file exceeds your quota by %s" => "El archivo sobrepasa su cuota por %s", -"Error while downloading %s to %s" => "Error mientras se descargaba %s a %s", -"Error when creating the file" => "Error al crear el archivo", -"Folder name cannot be empty." => "El nombre de la carpeta no puede estar vacío.", -"Error when creating the folder" => "Error al crear la carpeta.", -"Unable to set upload directory." => "Incapaz de crear directorio de subida.", -"Invalid Token" => "Token Inválido", -"No file was uploaded. Unknown error" => "No se subió ningún archivo. Error desconocido", -"There is no error, the file uploaded with success" => "No hubo ningún problema, el archivo se subió con éxito", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "El archivo subido sobrepasa la directiva 'upload_max_filesize' en php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "El archivo subido sobrepasa la directiva 'MAX_FILE_SIZE' especificada en el formulario HTML", -"The uploaded file was only partially uploaded" => "El archivo subido fue sólo subido parcialmente", -"No file was uploaded" => "No se subió ningún archivo", -"Missing a temporary folder" => "Falta la carpeta temporal", -"Failed to write to disk" => "Falló al escribir al disco", -"Not enough storage available" => "No hay suficiente espacio disponible", -"Upload failed. Could not find uploaded file" => "Actualización fallida. No se pudo encontrar el archivo subido", -"Upload failed. Could not get file info." => "Actualización fallida. No se pudo obtener información del archivo.", -"Invalid directory." => "Directorio inválido.", -"Files" => "Archivos", -"All files" => "Todos los archivos", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes", -"Total file size {size1} exceeds upload limit {size2}" => "El tamaño total del archivo {size1} excede el límite {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "No hay suficiente espacio libre. Quiere subir {size1} pero solo quedan {size2}", -"Upload cancelled." => "Subida cancelada.", -"Could not get result from server." => "No se pudo obtener respuesta del servidor.", -"File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Si sale de la página ahora, la subida será cancelada.", -"URL cannot be empty" => "La dirección URL no puede estar vacía", -"{new_name} already exists" => "{new_name} ya existe", -"Could not create file" => "No se pudo crear el archivo", -"Could not create folder" => "No se pudo crear la carpeta", -"Error fetching URL" => "Error al descargar URL.", -"Share" => "Compartir", -"Delete" => "Eliminar", -"Disconnect storage" => "Desconectar almacenamiento", -"Unshare" => "Dejar de compartir", -"Delete permanently" => "Eliminar permanentemente", -"Rename" => "Renombrar", -"Pending" => "Pendiente", -"Error moving file." => "Error al mover el archivo.", -"Error moving file" => "Error moviendo archivo", -"Error" => "Error", -"Could not rename file" => "No se pudo renombrar el archivo", -"Error deleting file." => "Error al borrar el archivo", -"Name" => "Nombre", -"Size" => "Tamaño", -"Modified" => "Modificado", -"_%n folder_::_%n folders_" => array("%n carpeta","%n carpetas"), -"_%n file_::_%n files_" => array("%n archivo","%n archivos"), -"You don’t have permission to upload or create files here" => "No tienes permisos para subir o crear archivos aquí.", -"_Uploading %n file_::_Uploading %n files_" => array("Subiendo %n archivo","Subiendo %n archivos"), -"\"{name}\" is an invalid file name." => "\"{name}\" es un nombre de archivo inválido.", -"Your storage is full, files can not be updated or synced anymore!" => "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!", -"Your storage is almost full ({usedSpacePercent}%)" => "Su almacenamiento está casi lleno ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "La app de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "La clave privada no es válida para la app de cifrado. Por favor, actualiza la contraseña de tu clave privada en tus ajustes personales para recuperar el acceso a tus archivos cifrados.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "El cifrado ha sido deshabilitado pero tus archivos permanecen cifrados. Por favor, ve a tus ajustes personales para descifrar tus archivos.", -"{dirs} and {files}" => "{dirs} y {files}", -"%s could not be renamed as it has been deleted" => "%s no se pudo renombrar pues ha sido eliminado", -"%s could not be renamed" => "%s no pudo ser renombrado", -"Upload (max. %s)" => "Subida (máx. %s)", -"File handling" => "Administración de archivos", -"Maximum upload size" => "Tamaño máximo de subida", -"max. possible: " => "máx. posible:", -"Save" => "Guardar", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Use esta URL para acceder via WebDAV", -"New" => "Nuevo", -"New text file" => "Nuevo archivo de texto", -"Text file" => "Archivo de texto", -"New folder" => "Nueva carpeta", -"Folder" => "Carpeta", -"From link" => "Desde enlace", -"Nothing in here. Upload something!" => "No hay nada aquí. ¡Suba algo!", -"Download" => "Descargar", -"Upload too large" => "Subida demasido grande", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.", -"Files are being scanned, please wait." => "Los archivos están siendo escaneados, por favor espere.", -"Currently scanning" => "Escaneando en este momento" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_AR.js b/apps/files/l10n/es_AR.js new file mode 100644 index 0000000000..fd9f9bd05e --- /dev/null +++ b/apps/files/l10n/es_AR.js @@ -0,0 +1,82 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Error desconocido", + "Could not move %s - File with this name already exists" : "No se pudo mover %s - Un archivo con este nombre ya existe", + "Could not move %s" : "No se pudo mover %s ", + "File name cannot be empty." : "El nombre del archivo no puede quedar vacío.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nombre invalido, '\\', '/', '<', '>', ':', '\"', '|', '?' y '*' no están permitidos.", + "The name %s is already used in the folder %s. Please choose a different name." : "El nombre %s está en uso en el directorio %s. Por favor elija un otro nombre.", + "Not a valid source" : "No es una fuente válida", + "Server is not allowed to open URLs, please check the server configuration" : "El servidor no está permitido abrir las URLs, por favor chequee la configuración del servidor", + "Error while downloading %s to %s" : "Error mientras se descargaba %s a %s", + "Error when creating the file" : "Error al crear el archivo", + "Folder name cannot be empty." : "El nombre del directorio no puede estar vacío.", + "Error when creating the folder" : "Error al crear el directorio", + "Unable to set upload directory." : "No fue posible crear el directorio de subida.", + "Invalid Token" : "Token Inválido", + "No file was uploaded. Unknown error" : "El archivo no fue subido. Error desconocido", + "There is no error, the file uploaded with success" : "No hay errores, el archivo fue subido con éxito", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El archivo que intentás subir excede el tamaño definido por upload_max_filesize en el php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML", + "The uploaded file was only partially uploaded" : "El archivo fue subido parcialmente", + "No file was uploaded" : "No se subió ningún archivo ", + "Missing a temporary folder" : "Falta un directorio temporal", + "Failed to write to disk" : "Error al escribir en el disco", + "Not enough storage available" : "No hay suficiente almacenamiento", + "Upload failed. Could not find uploaded file" : "Falló la carga. No se pudo encontrar el archivo subido.", + "Upload failed. Could not get file info." : "Falló la carga. No se pudo obtener la información del archivo.", + "Invalid directory." : "Directorio inválido.", + "Files" : "Archivos", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Imposible cargar {filename} puesto que es un directoro o tiene 0 bytes.", + "Upload cancelled." : "La subida fue cancelada", + "Could not get result from server." : "No se pudo obtener resultados del servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "La subida del archivo está en proceso. Si salís de la página ahora, la subida se cancelará.", + "URL cannot be empty" : "La URL no puede estar vacía", + "{new_name} already exists" : "{new_name} ya existe", + "Could not create file" : "No se pudo crear el archivo", + "Could not create folder" : "No se pudo crear el directorio", + "Error fetching URL" : "Error al obtener la URL", + "Share" : "Compartir", + "Delete" : "Borrar", + "Unshare" : "Dejar de compartir", + "Delete permanently" : "Borrar permanentemente", + "Rename" : "Cambiar nombre", + "Pending" : "Pendientes", + "Error moving file" : "Error moviendo el archivo", + "Error" : "Error", + "Could not rename file" : "No se pudo renombrar el archivo", + "Error deleting file." : "Error al borrar el archivo.", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], + "_%n file_::_%n files_" : ["%n archivo","%n archivos"], + "You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí", + "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"], + "Your storage is full, files can not be updated or synced anymore!" : "El almacenamiento está lleno, los archivos no se pueden seguir actualizando ni sincronizando", + "Your storage is almost full ({usedSpacePercent}%)" : "El almacenamiento está casi lleno ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encriptación está habilitada pero las llaves no fueron inicializadas, por favor termine y vuelva a iniciar la sesión", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Llave privada inválida para la aplicación de encriptación. Por favor actualice la clave de la llave privada en las configuraciones personales para recobrar el acceso a sus archivos encriptados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "El proceso de cifrado se ha desactivado, pero los archivos aún están encriptados. Por favor, vaya a la configuración personal para descifrar los archivos.", + "{dirs} and {files}" : "{carpetas} y {archivos}", + "%s could not be renamed" : "No se pudo renombrar %s", + "File handling" : "Tratamiento de archivos", + "Maximum upload size" : "Tamaño máximo de subida", + "max. possible: " : "máx. posible:", + "Save" : "Guardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Usar esta dirección para acceder a tus archivos vía WebDAV", + "New" : "Nuevo", + "New text file" : "Nuevo archivo de texto", + "Text file" : "Archivo de texto", + "New folder" : "Nueva Carpeta", + "Folder" : "Carpeta", + "From link" : "Desde enlace", + "Nothing in here. Upload something!" : "No hay nada. ¡Subí contenido!", + "Download" : "Descargar", + "Upload too large" : "El tamaño del archivo que querés subir es demasiado grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que intentás subir sobrepasan el tamaño máximo ", + "Files are being scanned, please wait." : "Se están escaneando los archivos, por favor esperá." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_AR.json b/apps/files/l10n/es_AR.json new file mode 100644 index 0000000000..aa701390e6 --- /dev/null +++ b/apps/files/l10n/es_AR.json @@ -0,0 +1,80 @@ +{ "translations": { + "Unknown error" : "Error desconocido", + "Could not move %s - File with this name already exists" : "No se pudo mover %s - Un archivo con este nombre ya existe", + "Could not move %s" : "No se pudo mover %s ", + "File name cannot be empty." : "El nombre del archivo no puede quedar vacío.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nombre invalido, '\\', '/', '<', '>', ':', '\"', '|', '?' y '*' no están permitidos.", + "The name %s is already used in the folder %s. Please choose a different name." : "El nombre %s está en uso en el directorio %s. Por favor elija un otro nombre.", + "Not a valid source" : "No es una fuente válida", + "Server is not allowed to open URLs, please check the server configuration" : "El servidor no está permitido abrir las URLs, por favor chequee la configuración del servidor", + "Error while downloading %s to %s" : "Error mientras se descargaba %s a %s", + "Error when creating the file" : "Error al crear el archivo", + "Folder name cannot be empty." : "El nombre del directorio no puede estar vacío.", + "Error when creating the folder" : "Error al crear el directorio", + "Unable to set upload directory." : "No fue posible crear el directorio de subida.", + "Invalid Token" : "Token Inválido", + "No file was uploaded. Unknown error" : "El archivo no fue subido. Error desconocido", + "There is no error, the file uploaded with success" : "No hay errores, el archivo fue subido con éxito", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El archivo que intentás subir excede el tamaño definido por upload_max_filesize en el php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML", + "The uploaded file was only partially uploaded" : "El archivo fue subido parcialmente", + "No file was uploaded" : "No se subió ningún archivo ", + "Missing a temporary folder" : "Falta un directorio temporal", + "Failed to write to disk" : "Error al escribir en el disco", + "Not enough storage available" : "No hay suficiente almacenamiento", + "Upload failed. Could not find uploaded file" : "Falló la carga. No se pudo encontrar el archivo subido.", + "Upload failed. Could not get file info." : "Falló la carga. No se pudo obtener la información del archivo.", + "Invalid directory." : "Directorio inválido.", + "Files" : "Archivos", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Imposible cargar {filename} puesto que es un directoro o tiene 0 bytes.", + "Upload cancelled." : "La subida fue cancelada", + "Could not get result from server." : "No se pudo obtener resultados del servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "La subida del archivo está en proceso. Si salís de la página ahora, la subida se cancelará.", + "URL cannot be empty" : "La URL no puede estar vacía", + "{new_name} already exists" : "{new_name} ya existe", + "Could not create file" : "No se pudo crear el archivo", + "Could not create folder" : "No se pudo crear el directorio", + "Error fetching URL" : "Error al obtener la URL", + "Share" : "Compartir", + "Delete" : "Borrar", + "Unshare" : "Dejar de compartir", + "Delete permanently" : "Borrar permanentemente", + "Rename" : "Cambiar nombre", + "Pending" : "Pendientes", + "Error moving file" : "Error moviendo el archivo", + "Error" : "Error", + "Could not rename file" : "No se pudo renombrar el archivo", + "Error deleting file." : "Error al borrar el archivo.", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], + "_%n file_::_%n files_" : ["%n archivo","%n archivos"], + "You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí", + "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"], + "Your storage is full, files can not be updated or synced anymore!" : "El almacenamiento está lleno, los archivos no se pueden seguir actualizando ni sincronizando", + "Your storage is almost full ({usedSpacePercent}%)" : "El almacenamiento está casi lleno ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encriptación está habilitada pero las llaves no fueron inicializadas, por favor termine y vuelva a iniciar la sesión", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Llave privada inválida para la aplicación de encriptación. Por favor actualice la clave de la llave privada en las configuraciones personales para recobrar el acceso a sus archivos encriptados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "El proceso de cifrado se ha desactivado, pero los archivos aún están encriptados. Por favor, vaya a la configuración personal para descifrar los archivos.", + "{dirs} and {files}" : "{carpetas} y {archivos}", + "%s could not be renamed" : "No se pudo renombrar %s", + "File handling" : "Tratamiento de archivos", + "Maximum upload size" : "Tamaño máximo de subida", + "max. possible: " : "máx. posible:", + "Save" : "Guardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Usar esta dirección para acceder a tus archivos vía WebDAV", + "New" : "Nuevo", + "New text file" : "Nuevo archivo de texto", + "Text file" : "Archivo de texto", + "New folder" : "Nueva Carpeta", + "Folder" : "Carpeta", + "From link" : "Desde enlace", + "Nothing in here. Upload something!" : "No hay nada. ¡Subí contenido!", + "Download" : "Descargar", + "Upload too large" : "El tamaño del archivo que querés subir es demasiado grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que intentás subir sobrepasan el tamaño máximo ", + "Files are being scanned, please wait." : "Se están escaneando los archivos, por favor esperá." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php deleted file mode 100644 index 8b9fe78791..0000000000 --- a/apps/files/l10n/es_AR.php +++ /dev/null @@ -1,81 +0,0 @@ - "Error desconocido", -"Could not move %s - File with this name already exists" => "No se pudo mover %s - Un archivo con este nombre ya existe", -"Could not move %s" => "No se pudo mover %s ", -"File name cannot be empty." => "El nombre del archivo no puede quedar vacío.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nombre invalido, '\\', '/', '<', '>', ':', '\"', '|', '?' y '*' no están permitidos.", -"The name %s is already used in the folder %s. Please choose a different name." => "El nombre %s está en uso en el directorio %s. Por favor elija un otro nombre.", -"Not a valid source" => "No es una fuente válida", -"Server is not allowed to open URLs, please check the server configuration" => "El servidor no está permitido abrir las URLs, por favor chequee la configuración del servidor", -"Error while downloading %s to %s" => "Error mientras se descargaba %s a %s", -"Error when creating the file" => "Error al crear el archivo", -"Folder name cannot be empty." => "El nombre del directorio no puede estar vacío.", -"Error when creating the folder" => "Error al crear el directorio", -"Unable to set upload directory." => "No fue posible crear el directorio de subida.", -"Invalid Token" => "Token Inválido", -"No file was uploaded. Unknown error" => "El archivo no fue subido. Error desconocido", -"There is no error, the file uploaded with success" => "No hay errores, el archivo fue subido con éxito", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "El archivo que intentás subir excede el tamaño definido por upload_max_filesize en el php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML", -"The uploaded file was only partially uploaded" => "El archivo fue subido parcialmente", -"No file was uploaded" => "No se subió ningún archivo ", -"Missing a temporary folder" => "Falta un directorio temporal", -"Failed to write to disk" => "Error al escribir en el disco", -"Not enough storage available" => "No hay suficiente almacenamiento", -"Upload failed. Could not find uploaded file" => "Falló la carga. No se pudo encontrar el archivo subido.", -"Upload failed. Could not get file info." => "Falló la carga. No se pudo obtener la información del archivo.", -"Invalid directory." => "Directorio inválido.", -"Files" => "Archivos", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Imposible cargar {filename} puesto que es un directoro o tiene 0 bytes.", -"Upload cancelled." => "La subida fue cancelada", -"Could not get result from server." => "No se pudo obtener resultados del servidor.", -"File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Si salís de la página ahora, la subida se cancelará.", -"URL cannot be empty" => "La URL no puede estar vacía", -"{new_name} already exists" => "{new_name} ya existe", -"Could not create file" => "No se pudo crear el archivo", -"Could not create folder" => "No se pudo crear el directorio", -"Error fetching URL" => "Error al obtener la URL", -"Share" => "Compartir", -"Delete" => "Borrar", -"Unshare" => "Dejar de compartir", -"Delete permanently" => "Borrar permanentemente", -"Rename" => "Cambiar nombre", -"Pending" => "Pendientes", -"Error moving file" => "Error moviendo el archivo", -"Error" => "Error", -"Could not rename file" => "No se pudo renombrar el archivo", -"Error deleting file." => "Error al borrar el archivo.", -"Name" => "Nombre", -"Size" => "Tamaño", -"Modified" => "Modificado", -"_%n folder_::_%n folders_" => array("%n carpeta","%n carpetas"), -"_%n file_::_%n files_" => array("%n archivo","%n archivos"), -"You don’t have permission to upload or create files here" => "No tienes permisos para subir o crear archivos aquí", -"_Uploading %n file_::_Uploading %n files_" => array("Subiendo %n archivo","Subiendo %n archivos"), -"Your storage is full, files can not be updated or synced anymore!" => "El almacenamiento está lleno, los archivos no se pueden seguir actualizando ni sincronizando", -"Your storage is almost full ({usedSpacePercent}%)" => "El almacenamiento está casi lleno ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "La aplicación de encriptación está habilitada pero las llaves no fueron inicializadas, por favor termine y vuelva a iniciar la sesión", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Llave privada inválida para la aplicación de encriptación. Por favor actualice la clave de la llave privada en las configuraciones personales para recobrar el acceso a sus archivos encriptados.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "El proceso de cifrado se ha desactivado, pero los archivos aún están encriptados. Por favor, vaya a la configuración personal para descifrar los archivos.", -"{dirs} and {files}" => "{carpetas} y {archivos}", -"%s could not be renamed" => "No se pudo renombrar %s", -"File handling" => "Tratamiento de archivos", -"Maximum upload size" => "Tamaño máximo de subida", -"max. possible: " => "máx. posible:", -"Save" => "Guardar", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Usar esta dirección para acceder a tus archivos vía WebDAV", -"New" => "Nuevo", -"New text file" => "Nuevo archivo de texto", -"Text file" => "Archivo de texto", -"New folder" => "Nueva Carpeta", -"Folder" => "Carpeta", -"From link" => "Desde enlace", -"Nothing in here. Upload something!" => "No hay nada. ¡Subí contenido!", -"Download" => "Descargar", -"Upload too large" => "El tamaño del archivo que querés subir es demasiado grande", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los archivos que intentás subir sobrepasan el tamaño máximo ", -"Files are being scanned, please wait." => "Se están escaneando los archivos, por favor esperá." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_BO.js b/apps/files/l10n/es_BO.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/es_BO.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/es_BO.json b/apps/files/l10n/es_BO.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/es_BO.json @@ -0,0 +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 diff --git a/apps/files/l10n/es_BO.php b/apps/files/l10n/es_BO.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/es_BO.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_CL.js b/apps/files/l10n/es_CL.js new file mode 100644 index 0000000000..7a6f60c296 --- /dev/null +++ b/apps/files/l10n/es_CL.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Error desconocido", + "Files" : "Archivos", + "Share" : "Compartir", + "Rename" : "Renombrar", + "Error" : "Error", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "New folder" : "Nuevo directorio", + "Download" : "Descargar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_CL.json b/apps/files/l10n/es_CL.json new file mode 100644 index 0000000000..bb2cd20607 --- /dev/null +++ b/apps/files/l10n/es_CL.json @@ -0,0 +1,13 @@ +{ "translations": { + "Unknown error" : "Error desconocido", + "Files" : "Archivos", + "Share" : "Compartir", + "Rename" : "Renombrar", + "Error" : "Error", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "New folder" : "Nuevo directorio", + "Download" : "Descargar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/es_CL.php b/apps/files/l10n/es_CL.php deleted file mode 100644 index c92170830c..0000000000 --- a/apps/files/l10n/es_CL.php +++ /dev/null @@ -1,14 +0,0 @@ - "Error desconocido", -"Files" => "Archivos", -"Share" => "Compartir", -"Rename" => "Renombrar", -"Error" => "Error", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"New folder" => "Nuevo directorio", -"Download" => "Descargar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_CO.js b/apps/files/l10n/es_CO.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/es_CO.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/es_CO.json b/apps/files/l10n/es_CO.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/es_CO.json @@ -0,0 +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 diff --git a/apps/files/l10n/es_CO.php b/apps/files/l10n/es_CO.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/es_CO.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_CR.js b/apps/files/l10n/es_CR.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/es_CR.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/es_CR.json b/apps/files/l10n/es_CR.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/es_CR.json @@ -0,0 +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 diff --git a/apps/files/l10n/es_CR.php b/apps/files/l10n/es_CR.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/es_CR.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_EC.js b/apps/files/l10n/es_EC.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/es_EC.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/es_EC.json b/apps/files/l10n/es_EC.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/es_EC.json @@ -0,0 +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 diff --git a/apps/files/l10n/es_EC.php b/apps/files/l10n/es_EC.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/es_EC.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js new file mode 100644 index 0000000000..9d353e84a2 --- /dev/null +++ b/apps/files/l10n/es_MX.js @@ -0,0 +1,82 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Error desconocido", + "Could not move %s - File with this name already exists" : "No se pudo mover %s - Ya existe un archivo con ese nombre.", + "Could not move %s" : "No se pudo mover %s", + "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nombre inválido, los caracteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" no están permitidos ", + "The name %s is already used in the folder %s. Please choose a different name." : "El nombre %s ya está en uso por la carpeta %s. Por favor elija uno diferente.", + "Not a valid source" : "No es un origen válido", + "Server is not allowed to open URLs, please check the server configuration" : "El servidor no puede acceder URLs; revise la configuración del servidor.", + "Error while downloading %s to %s" : "Error mientras se descargaba %s a %s", + "Error when creating the file" : "Error al crear el archivo", + "Folder name cannot be empty." : "El nombre de la carpeta no puede estar vacío.", + "Error when creating the folder" : "Error al crear la carpeta.", + "Unable to set upload directory." : "Incapaz de crear directorio de subida.", + "Invalid Token" : "Token Inválido", + "No file was uploaded. Unknown error" : "No se subió ningún archivo. Error desconocido", + "There is no error, the file uploaded with success" : "No hubo ningún problema, el archivo se subió con éxito", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El archivo subido sobrepasa la directiva 'upload_max_filesize' en php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa la directiva 'MAX_FILE_SIZE' especificada en el formulario HTML", + "The uploaded file was only partially uploaded" : "El archivo subido fue sólo subido parcialmente", + "No file was uploaded" : "No se subió ningún archivo", + "Missing a temporary folder" : "Falta la carpeta temporal", + "Failed to write to disk" : "Falló al escribir al disco", + "Not enough storage available" : "No hay suficiente espacio disponible", + "Upload failed. Could not find uploaded file" : "Actualización fallida. No se pudo encontrar el archivo subido", + "Upload failed. Could not get file info." : "Actualización fallida. No se pudo obtener información del archivo.", + "Invalid directory." : "Directorio inválido.", + "Files" : "Archivos", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes", + "Upload cancelled." : "Subida cancelada.", + "Could not get result from server." : "No se pudo obtener respuesta del servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "La subida del archivo está en proceso. Si sale de la página ahora, la subida será cancelada.", + "URL cannot be empty" : "La dirección URL no puede estar vacía", + "{new_name} already exists" : "{new_name} ya existe", + "Could not create file" : "No se pudo crear el archivo", + "Could not create folder" : "No se pudo crear la carpeta", + "Error fetching URL" : "Error al descargar URL.", + "Share" : "Compartir", + "Delete" : "Eliminar", + "Unshare" : "Dejar de compartir", + "Delete permanently" : "Eliminar permanentemente", + "Rename" : "Renombrar", + "Pending" : "Pendiente", + "Error moving file" : "Error moviendo archivo", + "Error" : "Error", + "Could not rename file" : "No se pudo renombrar el archivo", + "Error deleting file." : "Error borrando el archivo.", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], + "_%n file_::_%n files_" : ["%n archivo","%n archivos"], + "You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí.", + "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"], + "Your storage is full, files can not be updated or synced anymore!" : "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!", + "Your storage is almost full ({usedSpacePercent}%)" : "Su almacenamiento está casi lleno ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "La clave privada no es válida para la aplicación de cifrado. Por favor, actualiza la contraseña de tu clave privada en tus ajustes personales para recuperar el acceso a tus archivos cifrados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "El cifrado ha sido deshabilitado pero tus archivos permanecen cifrados. Por favor, ve a tus ajustes personales para descifrar tus archivos.", + "{dirs} and {files}" : "{dirs} y {files}", + "%s could not be renamed" : "%s no pudo ser renombrado", + "File handling" : "Administración de archivos", + "Maximum upload size" : "Tamaño máximo de subida", + "max. possible: " : "máx. posible:", + "Save" : "Guardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Utilice esta dirección para acceder a sus archivos vía WebDAV", + "New" : "Nuevo", + "New text file" : "Nuevo archivo de texto", + "Text file" : "Archivo de texto", + "New folder" : "Nueva carpeta", + "Folder" : "Carpeta", + "From link" : "Desde enlace", + "Nothing in here. Upload something!" : "No hay nada aquí. ¡Suba algo!", + "Download" : "Descargar", + "Upload too large" : "Subida demasido grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.", + "Files are being scanned, please wait." : "Los archivos están siendo escaneados, por favor espere." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json new file mode 100644 index 0000000000..f08223b70c --- /dev/null +++ b/apps/files/l10n/es_MX.json @@ -0,0 +1,80 @@ +{ "translations": { + "Unknown error" : "Error desconocido", + "Could not move %s - File with this name already exists" : "No se pudo mover %s - Ya existe un archivo con ese nombre.", + "Could not move %s" : "No se pudo mover %s", + "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nombre inválido, los caracteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" no están permitidos ", + "The name %s is already used in the folder %s. Please choose a different name." : "El nombre %s ya está en uso por la carpeta %s. Por favor elija uno diferente.", + "Not a valid source" : "No es un origen válido", + "Server is not allowed to open URLs, please check the server configuration" : "El servidor no puede acceder URLs; revise la configuración del servidor.", + "Error while downloading %s to %s" : "Error mientras se descargaba %s a %s", + "Error when creating the file" : "Error al crear el archivo", + "Folder name cannot be empty." : "El nombre de la carpeta no puede estar vacío.", + "Error when creating the folder" : "Error al crear la carpeta.", + "Unable to set upload directory." : "Incapaz de crear directorio de subida.", + "Invalid Token" : "Token Inválido", + "No file was uploaded. Unknown error" : "No se subió ningún archivo. Error desconocido", + "There is no error, the file uploaded with success" : "No hubo ningún problema, el archivo se subió con éxito", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El archivo subido sobrepasa la directiva 'upload_max_filesize' en php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa la directiva 'MAX_FILE_SIZE' especificada en el formulario HTML", + "The uploaded file was only partially uploaded" : "El archivo subido fue sólo subido parcialmente", + "No file was uploaded" : "No se subió ningún archivo", + "Missing a temporary folder" : "Falta la carpeta temporal", + "Failed to write to disk" : "Falló al escribir al disco", + "Not enough storage available" : "No hay suficiente espacio disponible", + "Upload failed. Could not find uploaded file" : "Actualización fallida. No se pudo encontrar el archivo subido", + "Upload failed. Could not get file info." : "Actualización fallida. No se pudo obtener información del archivo.", + "Invalid directory." : "Directorio inválido.", + "Files" : "Archivos", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes", + "Upload cancelled." : "Subida cancelada.", + "Could not get result from server." : "No se pudo obtener respuesta del servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "La subida del archivo está en proceso. Si sale de la página ahora, la subida será cancelada.", + "URL cannot be empty" : "La dirección URL no puede estar vacía", + "{new_name} already exists" : "{new_name} ya existe", + "Could not create file" : "No se pudo crear el archivo", + "Could not create folder" : "No se pudo crear la carpeta", + "Error fetching URL" : "Error al descargar URL.", + "Share" : "Compartir", + "Delete" : "Eliminar", + "Unshare" : "Dejar de compartir", + "Delete permanently" : "Eliminar permanentemente", + "Rename" : "Renombrar", + "Pending" : "Pendiente", + "Error moving file" : "Error moviendo archivo", + "Error" : "Error", + "Could not rename file" : "No se pudo renombrar el archivo", + "Error deleting file." : "Error borrando el archivo.", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], + "_%n file_::_%n files_" : ["%n archivo","%n archivos"], + "You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí.", + "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"], + "Your storage is full, files can not be updated or synced anymore!" : "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!", + "Your storage is almost full ({usedSpacePercent}%)" : "Su almacenamiento está casi lleno ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "La clave privada no es válida para la aplicación de cifrado. Por favor, actualiza la contraseña de tu clave privada en tus ajustes personales para recuperar el acceso a tus archivos cifrados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "El cifrado ha sido deshabilitado pero tus archivos permanecen cifrados. Por favor, ve a tus ajustes personales para descifrar tus archivos.", + "{dirs} and {files}" : "{dirs} y {files}", + "%s could not be renamed" : "%s no pudo ser renombrado", + "File handling" : "Administración de archivos", + "Maximum upload size" : "Tamaño máximo de subida", + "max. possible: " : "máx. posible:", + "Save" : "Guardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Utilice esta dirección para acceder a sus archivos vía WebDAV", + "New" : "Nuevo", + "New text file" : "Nuevo archivo de texto", + "Text file" : "Archivo de texto", + "New folder" : "Nueva carpeta", + "Folder" : "Carpeta", + "From link" : "Desde enlace", + "Nothing in here. Upload something!" : "No hay nada aquí. ¡Suba algo!", + "Download" : "Descargar", + "Upload too large" : "Subida demasido grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.", + "Files are being scanned, please wait." : "Los archivos están siendo escaneados, por favor espere." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/es_MX.php b/apps/files/l10n/es_MX.php deleted file mode 100644 index d11bc4301d..0000000000 --- a/apps/files/l10n/es_MX.php +++ /dev/null @@ -1,81 +0,0 @@ - "Error desconocido", -"Could not move %s - File with this name already exists" => "No se pudo mover %s - Ya existe un archivo con ese nombre.", -"Could not move %s" => "No se pudo mover %s", -"File name cannot be empty." => "El nombre de archivo no puede estar vacío.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nombre inválido, los caracteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" no están permitidos ", -"The name %s is already used in the folder %s. Please choose a different name." => "El nombre %s ya está en uso por la carpeta %s. Por favor elija uno diferente.", -"Not a valid source" => "No es un origen válido", -"Server is not allowed to open URLs, please check the server configuration" => "El servidor no puede acceder URLs; revise la configuración del servidor.", -"Error while downloading %s to %s" => "Error mientras se descargaba %s a %s", -"Error when creating the file" => "Error al crear el archivo", -"Folder name cannot be empty." => "El nombre de la carpeta no puede estar vacío.", -"Error when creating the folder" => "Error al crear la carpeta.", -"Unable to set upload directory." => "Incapaz de crear directorio de subida.", -"Invalid Token" => "Token Inválido", -"No file was uploaded. Unknown error" => "No se subió ningún archivo. Error desconocido", -"There is no error, the file uploaded with success" => "No hubo ningún problema, el archivo se subió con éxito", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "El archivo subido sobrepasa la directiva 'upload_max_filesize' en php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "El archivo subido sobrepasa la directiva 'MAX_FILE_SIZE' especificada en el formulario HTML", -"The uploaded file was only partially uploaded" => "El archivo subido fue sólo subido parcialmente", -"No file was uploaded" => "No se subió ningún archivo", -"Missing a temporary folder" => "Falta la carpeta temporal", -"Failed to write to disk" => "Falló al escribir al disco", -"Not enough storage available" => "No hay suficiente espacio disponible", -"Upload failed. Could not find uploaded file" => "Actualización fallida. No se pudo encontrar el archivo subido", -"Upload failed. Could not get file info." => "Actualización fallida. No se pudo obtener información del archivo.", -"Invalid directory." => "Directorio inválido.", -"Files" => "Archivos", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes", -"Upload cancelled." => "Subida cancelada.", -"Could not get result from server." => "No se pudo obtener respuesta del servidor.", -"File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Si sale de la página ahora, la subida será cancelada.", -"URL cannot be empty" => "La dirección URL no puede estar vacía", -"{new_name} already exists" => "{new_name} ya existe", -"Could not create file" => "No se pudo crear el archivo", -"Could not create folder" => "No se pudo crear la carpeta", -"Error fetching URL" => "Error al descargar URL.", -"Share" => "Compartir", -"Delete" => "Eliminar", -"Unshare" => "Dejar de compartir", -"Delete permanently" => "Eliminar permanentemente", -"Rename" => "Renombrar", -"Pending" => "Pendiente", -"Error moving file" => "Error moviendo archivo", -"Error" => "Error", -"Could not rename file" => "No se pudo renombrar el archivo", -"Error deleting file." => "Error borrando el archivo.", -"Name" => "Nombre", -"Size" => "Tamaño", -"Modified" => "Modificado", -"_%n folder_::_%n folders_" => array("%n carpeta","%n carpetas"), -"_%n file_::_%n files_" => array("%n archivo","%n archivos"), -"You don’t have permission to upload or create files here" => "No tienes permisos para subir o crear archivos aquí.", -"_Uploading %n file_::_Uploading %n files_" => array("Subiendo %n archivo","Subiendo %n archivos"), -"Your storage is full, files can not be updated or synced anymore!" => "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!", -"Your storage is almost full ({usedSpacePercent}%)" => "Su almacenamiento está casi lleno ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "La aplicación de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "La clave privada no es válida para la aplicación de cifrado. Por favor, actualiza la contraseña de tu clave privada en tus ajustes personales para recuperar el acceso a tus archivos cifrados.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "El cifrado ha sido deshabilitado pero tus archivos permanecen cifrados. Por favor, ve a tus ajustes personales para descifrar tus archivos.", -"{dirs} and {files}" => "{dirs} y {files}", -"%s could not be renamed" => "%s no pudo ser renombrado", -"File handling" => "Administración de archivos", -"Maximum upload size" => "Tamaño máximo de subida", -"max. possible: " => "máx. posible:", -"Save" => "Guardar", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Utilice esta dirección para acceder a sus archivos vía WebDAV", -"New" => "Nuevo", -"New text file" => "Nuevo archivo de texto", -"Text file" => "Archivo de texto", -"New folder" => "Nueva carpeta", -"Folder" => "Carpeta", -"From link" => "Desde enlace", -"Nothing in here. Upload something!" => "No hay nada aquí. ¡Suba algo!", -"Download" => "Descargar", -"Upload too large" => "Subida demasido grande", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.", -"Files are being scanned, please wait." => "Los archivos están siendo escaneados, por favor espere." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_PE.js b/apps/files/l10n/es_PE.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/es_PE.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/es_PE.json b/apps/files/l10n/es_PE.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/es_PE.json @@ -0,0 +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 diff --git a/apps/files/l10n/es_PE.php b/apps/files/l10n/es_PE.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/es_PE.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_PY.js b/apps/files/l10n/es_PY.js new file mode 100644 index 0000000000..8a7f665016 --- /dev/null +++ b/apps/files/l10n/es_PY.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files", + { + "Files" : "Archivos", + "_%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/es_PY.json b/apps/files/l10n/es_PY.json new file mode 100644 index 0000000000..85d1fa4e4c --- /dev/null +++ b/apps/files/l10n/es_PY.json @@ -0,0 +1,7 @@ +{ "translations": { + "Files" : "Archivos", + "_%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/es_PY.php b/apps/files/l10n/es_PY.php deleted file mode 100644 index f3def68c0b..0000000000 --- a/apps/files/l10n/es_PY.php +++ /dev/null @@ -1,8 +0,0 @@ - "Archivos", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_US.js b/apps/files/l10n/es_US.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/es_US.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/es_US.json b/apps/files/l10n/es_US.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/es_US.json @@ -0,0 +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 diff --git a/apps/files/l10n/es_US.php b/apps/files/l10n/es_US.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/es_US.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/es_UY.js b/apps/files/l10n/es_UY.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/es_UY.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/es_UY.json b/apps/files/l10n/es_UY.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/es_UY.json @@ -0,0 +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 diff --git a/apps/files/l10n/es_UY.php b/apps/files/l10n/es_UY.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/es_UY.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/et_EE.js b/apps/files/l10n/et_EE.js new file mode 100644 index 0000000000..0ffbb81f63 --- /dev/null +++ b/apps/files/l10n/et_EE.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Andmehoidla pole saadaval", + "Storage invalid" : "Vigane andmehoidla", + "Unknown error" : "Tundmatu viga", + "Could not move %s - File with this name already exists" : "Ei saa liigutada faili %s - samanimeline fail on juba olemas", + "Could not move %s" : "%s liigutamine ebaõnnestus", + "Permission denied" : "Ligipääs keelatud", + "File name cannot be empty." : "Faili nimi ei saa olla tühi.", + "\"%s\" is an invalid file name." : "\"%s\" on vigane failinimi.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Vigane nimi, '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' pole lubatud.", + "The target folder has been moved or deleted." : "Sihtkataloog on ümber tõstetud või kustutatud.", + "The name %s is already used in the folder %s. Please choose a different name." : "Nimi %s on juba kasutusel kataloogis %s. Palun vali mõni teine nimi.", + "Not a valid source" : "Pole korrektne lähteallikas", + "Server is not allowed to open URLs, please check the server configuration" : "Server ei võimalda URL-ide avamist, palun kontrolli serveri seadistust", + "The file exceeds your quota by %s" : "Fail ületab sinu limiidi: %s", + "Error while downloading %s to %s" : "Viga %s allalaadimisel %s", + "Error when creating the file" : "Viga faili loomisel", + "Folder name cannot be empty." : "Kataloogi nimi ei saa olla tühi.", + "Error when creating the folder" : "Viga kataloogi loomisel", + "Unable to set upload directory." : "Üleslaadimiste kausta määramine ebaõnnestus.", + "Invalid Token" : "Vigane kontrollkood", + "No file was uploaded. Unknown error" : "Ühtegi faili ei laetud üles. Tundmatu viga", + "There is no error, the file uploaded with success" : "Ühtegi tõrget polnud, fail on üles laetud", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Üleslaetava faili suurus ületab php.ini poolt määratud upload_max_filesize suuruse:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail ületab MAX_FILE_SIZE suuruse, mis on HTML vormi jaoks määratud", + "The uploaded file was only partially uploaded" : "Fail laeti üles ainult osaliselt", + "No file was uploaded" : "Ühtegi faili ei laetud üles", + "Missing a temporary folder" : "Ajutiste failide kaust puudub", + "Failed to write to disk" : "Kettale kirjutamine ebaõnnestus", + "Not enough storage available" : "Saadaval pole piisavalt ruumi", + "Upload failed. Could not find uploaded file" : "Üleslaadimine ebaõnnestus. Üleslaetud faili ei leitud", + "Upload failed. Could not get file info." : "Üleslaadimine ebaõnnestus. Faili info hankimine ebaõnnestus.", + "Invalid directory." : "Vigane kaust.", + "Files" : "Failid", + "All files" : "Kõik failid", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ei saa üles laadida {filename}, kuna see on kataloog või selle suurus on 0 baiti", + "Total file size {size1} exceeds upload limit {size2}" : "Faili suurus {size1} ületab faili üleslaadimise mahu piirangu {size2}.", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Pole piisavalt vaba ruumi. Sa laadid üles {size1}, kuid ainult {size2} on saadaval.", + "Upload cancelled." : "Üleslaadimine tühistati.", + "Could not get result from server." : "Serverist ei saadud tulemusi", + "File upload is in progress. Leaving the page now will cancel the upload." : "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise.", + "URL cannot be empty" : "URL ei saa olla tühi", + "{new_name} already exists" : "{new_name} on juba olemas", + "Could not create file" : "Ei suuda luua faili", + "Could not create folder" : "Ei suuda luua kataloogi", + "Error fetching URL" : "Viga URL-i haaramisel", + "Share" : "Jaga", + "Delete" : "Kustuta", + "Disconnect storage" : "Ühenda andmehoidla lahti.", + "Unshare" : "Lõpeta jagamine", + "Delete permanently" : "Kustuta jäädavalt", + "Rename" : "Nimeta ümber", + "Pending" : "Ootel", + "Error moving file." : "Viga faili liigutamisel.", + "Error moving file" : "Viga faili eemaldamisel", + "Error" : "Viga", + "Could not rename file" : "Ei suuda faili ümber nimetada", + "Error deleting file." : "Viga faili kustutamisel.", + "Name" : "Nimi", + "Size" : "Suurus", + "Modified" : "Muudetud", + "_%n folder_::_%n folders_" : ["%n kataloog","%n kataloogi"], + "_%n file_::_%n files_" : ["%n fail","%n faili"], + "You don’t have permission to upload or create files here" : "Sul puuduvad õigused siia failide üleslaadimiseks või tekitamiseks", + "_Uploading %n file_::_Uploading %n files_" : ["Laadin üles %n faili","Laadin üles %n faili"], + "\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.", + "Your storage is full, files can not be updated or synced anymore!" : "Sinu andmemaht on täis! Faile ei uuendata ega sünkroniseerita!", + "Your storage is almost full ({usedSpacePercent}%)" : "Su andmemaht on peaaegu täis ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krüpteerimisrakend on lubatud, kuid võtmeid pole lähtestatud. Palun logi välja ning uuesti sisse.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Vigane Krüpteerimisrakendi privaatvõti . Palun uuenda oma privaatse võtme parool oma personaasete seadete all taastamaks ligipääsu oma krüpteeritud failidele.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Krüpteering on keelatud, kuid sinu failid on endiselt krüpteeritud. Palun vaata oma personaalseid seadeid oma failide dekrüpteerimiseks.", + "{dirs} and {files}" : "{dirs} ja {files}", + "%s could not be renamed as it has been deleted" : "%s ei saa ümber nimetada, kuna see on kustutatud", + "%s could not be renamed" : "%s ümbernimetamine ebaõnnestus", + "Upload (max. %s)" : "Üleslaadimine (max. %s)", + "File handling" : "Failide käsitlemine", + "Maximum upload size" : "Maksimaalne üleslaadimise suurus", + "max. possible: " : "maks. võimalik: ", + "Save" : "Salvesta", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Kasuta seda aadressi oma failidele ligipääsuks WebDAV kaudu", + "New" : "Uus", + "New text file" : "Uus tekstifail", + "Text file" : "Tekstifail", + "New folder" : "Uus kaust", + "Folder" : "Kaust", + "From link" : "Allikast", + "Nothing in here. Upload something!" : "Siin pole midagi. Lae midagi üles!", + "Download" : "Lae alla", + "Upload too large" : "Üleslaadimine on liiga suur", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Failid, mida sa proovid üles laadida, ületab serveri poolt üleslaetavatele failidele määratud maksimaalse suuruse.", + "Files are being scanned, please wait." : "Faile skannitakse, palun oota.", + "Currently scanning" : "Praegu skännimisel" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/et_EE.json b/apps/files/l10n/et_EE.json new file mode 100644 index 0000000000..fdb5bdcb4f --- /dev/null +++ b/apps/files/l10n/et_EE.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Andmehoidla pole saadaval", + "Storage invalid" : "Vigane andmehoidla", + "Unknown error" : "Tundmatu viga", + "Could not move %s - File with this name already exists" : "Ei saa liigutada faili %s - samanimeline fail on juba olemas", + "Could not move %s" : "%s liigutamine ebaõnnestus", + "Permission denied" : "Ligipääs keelatud", + "File name cannot be empty." : "Faili nimi ei saa olla tühi.", + "\"%s\" is an invalid file name." : "\"%s\" on vigane failinimi.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Vigane nimi, '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' pole lubatud.", + "The target folder has been moved or deleted." : "Sihtkataloog on ümber tõstetud või kustutatud.", + "The name %s is already used in the folder %s. Please choose a different name." : "Nimi %s on juba kasutusel kataloogis %s. Palun vali mõni teine nimi.", + "Not a valid source" : "Pole korrektne lähteallikas", + "Server is not allowed to open URLs, please check the server configuration" : "Server ei võimalda URL-ide avamist, palun kontrolli serveri seadistust", + "The file exceeds your quota by %s" : "Fail ületab sinu limiidi: %s", + "Error while downloading %s to %s" : "Viga %s allalaadimisel %s", + "Error when creating the file" : "Viga faili loomisel", + "Folder name cannot be empty." : "Kataloogi nimi ei saa olla tühi.", + "Error when creating the folder" : "Viga kataloogi loomisel", + "Unable to set upload directory." : "Üleslaadimiste kausta määramine ebaõnnestus.", + "Invalid Token" : "Vigane kontrollkood", + "No file was uploaded. Unknown error" : "Ühtegi faili ei laetud üles. Tundmatu viga", + "There is no error, the file uploaded with success" : "Ühtegi tõrget polnud, fail on üles laetud", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Üleslaetava faili suurus ületab php.ini poolt määratud upload_max_filesize suuruse:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail ületab MAX_FILE_SIZE suuruse, mis on HTML vormi jaoks määratud", + "The uploaded file was only partially uploaded" : "Fail laeti üles ainult osaliselt", + "No file was uploaded" : "Ühtegi faili ei laetud üles", + "Missing a temporary folder" : "Ajutiste failide kaust puudub", + "Failed to write to disk" : "Kettale kirjutamine ebaõnnestus", + "Not enough storage available" : "Saadaval pole piisavalt ruumi", + "Upload failed. Could not find uploaded file" : "Üleslaadimine ebaõnnestus. Üleslaetud faili ei leitud", + "Upload failed. Could not get file info." : "Üleslaadimine ebaõnnestus. Faili info hankimine ebaõnnestus.", + "Invalid directory." : "Vigane kaust.", + "Files" : "Failid", + "All files" : "Kõik failid", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ei saa üles laadida {filename}, kuna see on kataloog või selle suurus on 0 baiti", + "Total file size {size1} exceeds upload limit {size2}" : "Faili suurus {size1} ületab faili üleslaadimise mahu piirangu {size2}.", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Pole piisavalt vaba ruumi. Sa laadid üles {size1}, kuid ainult {size2} on saadaval.", + "Upload cancelled." : "Üleslaadimine tühistati.", + "Could not get result from server." : "Serverist ei saadud tulemusi", + "File upload is in progress. Leaving the page now will cancel the upload." : "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise.", + "URL cannot be empty" : "URL ei saa olla tühi", + "{new_name} already exists" : "{new_name} on juba olemas", + "Could not create file" : "Ei suuda luua faili", + "Could not create folder" : "Ei suuda luua kataloogi", + "Error fetching URL" : "Viga URL-i haaramisel", + "Share" : "Jaga", + "Delete" : "Kustuta", + "Disconnect storage" : "Ühenda andmehoidla lahti.", + "Unshare" : "Lõpeta jagamine", + "Delete permanently" : "Kustuta jäädavalt", + "Rename" : "Nimeta ümber", + "Pending" : "Ootel", + "Error moving file." : "Viga faili liigutamisel.", + "Error moving file" : "Viga faili eemaldamisel", + "Error" : "Viga", + "Could not rename file" : "Ei suuda faili ümber nimetada", + "Error deleting file." : "Viga faili kustutamisel.", + "Name" : "Nimi", + "Size" : "Suurus", + "Modified" : "Muudetud", + "_%n folder_::_%n folders_" : ["%n kataloog","%n kataloogi"], + "_%n file_::_%n files_" : ["%n fail","%n faili"], + "You don’t have permission to upload or create files here" : "Sul puuduvad õigused siia failide üleslaadimiseks või tekitamiseks", + "_Uploading %n file_::_Uploading %n files_" : ["Laadin üles %n faili","Laadin üles %n faili"], + "\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.", + "Your storage is full, files can not be updated or synced anymore!" : "Sinu andmemaht on täis! Faile ei uuendata ega sünkroniseerita!", + "Your storage is almost full ({usedSpacePercent}%)" : "Su andmemaht on peaaegu täis ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krüpteerimisrakend on lubatud, kuid võtmeid pole lähtestatud. Palun logi välja ning uuesti sisse.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Vigane Krüpteerimisrakendi privaatvõti . Palun uuenda oma privaatse võtme parool oma personaasete seadete all taastamaks ligipääsu oma krüpteeritud failidele.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Krüpteering on keelatud, kuid sinu failid on endiselt krüpteeritud. Palun vaata oma personaalseid seadeid oma failide dekrüpteerimiseks.", + "{dirs} and {files}" : "{dirs} ja {files}", + "%s could not be renamed as it has been deleted" : "%s ei saa ümber nimetada, kuna see on kustutatud", + "%s could not be renamed" : "%s ümbernimetamine ebaõnnestus", + "Upload (max. %s)" : "Üleslaadimine (max. %s)", + "File handling" : "Failide käsitlemine", + "Maximum upload size" : "Maksimaalne üleslaadimise suurus", + "max. possible: " : "maks. võimalik: ", + "Save" : "Salvesta", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Kasuta seda aadressi oma failidele ligipääsuks WebDAV kaudu", + "New" : "Uus", + "New text file" : "Uus tekstifail", + "Text file" : "Tekstifail", + "New folder" : "Uus kaust", + "Folder" : "Kaust", + "From link" : "Allikast", + "Nothing in here. Upload something!" : "Siin pole midagi. Lae midagi üles!", + "Download" : "Lae alla", + "Upload too large" : "Üleslaadimine on liiga suur", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Failid, mida sa proovid üles laadida, ületab serveri poolt üleslaetavatele failidele määratud maksimaalse suuruse.", + "Files are being scanned, please wait." : "Faile skannitakse, palun oota.", + "Currently scanning" : "Praegu skännimisel" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php deleted file mode 100644 index d40805d04b..0000000000 --- a/apps/files/l10n/et_EE.php +++ /dev/null @@ -1,96 +0,0 @@ - "Andmehoidla pole saadaval", -"Storage invalid" => "Vigane andmehoidla", -"Unknown error" => "Tundmatu viga", -"Could not move %s - File with this name already exists" => "Ei saa liigutada faili %s - samanimeline fail on juba olemas", -"Could not move %s" => "%s liigutamine ebaõnnestus", -"Permission denied" => "Ligipääs keelatud", -"File name cannot be empty." => "Faili nimi ei saa olla tühi.", -"\"%s\" is an invalid file name." => "\"%s\" on vigane failinimi.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Vigane nimi, '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' pole lubatud.", -"The target folder has been moved or deleted." => "Sihtkataloog on ümber tõstetud või kustutatud.", -"The name %s is already used in the folder %s. Please choose a different name." => "Nimi %s on juba kasutusel kataloogis %s. Palun vali mõni teine nimi.", -"Not a valid source" => "Pole korrektne lähteallikas", -"Server is not allowed to open URLs, please check the server configuration" => "Server ei võimalda URL-ide avamist, palun kontrolli serveri seadistust", -"The file exceeds your quota by %s" => "Fail ületab sinu limiidi: %s", -"Error while downloading %s to %s" => "Viga %s allalaadimisel %s", -"Error when creating the file" => "Viga faili loomisel", -"Folder name cannot be empty." => "Kataloogi nimi ei saa olla tühi.", -"Error when creating the folder" => "Viga kataloogi loomisel", -"Unable to set upload directory." => "Üleslaadimiste kausta määramine ebaõnnestus.", -"Invalid Token" => "Vigane kontrollkood", -"No file was uploaded. Unknown error" => "Ühtegi faili ei laetud üles. Tundmatu viga", -"There is no error, the file uploaded with success" => "Ühtegi tõrget polnud, fail on üles laetud", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Üleslaetava faili suurus ületab php.ini poolt määratud upload_max_filesize suuruse:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Üleslaetud fail ületab MAX_FILE_SIZE suuruse, mis on HTML vormi jaoks määratud", -"The uploaded file was only partially uploaded" => "Fail laeti üles ainult osaliselt", -"No file was uploaded" => "Ühtegi faili ei laetud üles", -"Missing a temporary folder" => "Ajutiste failide kaust puudub", -"Failed to write to disk" => "Kettale kirjutamine ebaõnnestus", -"Not enough storage available" => "Saadaval pole piisavalt ruumi", -"Upload failed. Could not find uploaded file" => "Üleslaadimine ebaõnnestus. Üleslaetud faili ei leitud", -"Upload failed. Could not get file info." => "Üleslaadimine ebaõnnestus. Faili info hankimine ebaõnnestus.", -"Invalid directory." => "Vigane kaust.", -"Files" => "Failid", -"All files" => "Kõik failid", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Ei saa üles laadida {filename}, kuna see on kataloog või selle suurus on 0 baiti", -"Total file size {size1} exceeds upload limit {size2}" => "Faili suurus {size1} ületab faili üleslaadimise mahu piirangu {size2}.", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Pole piisavalt vaba ruumi. Sa laadid üles {size1}, kuid ainult {size2} on saadaval.", -"Upload cancelled." => "Üleslaadimine tühistati.", -"Could not get result from server." => "Serverist ei saadud tulemusi", -"File upload is in progress. Leaving the page now will cancel the upload." => "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise.", -"URL cannot be empty" => "URL ei saa olla tühi", -"{new_name} already exists" => "{new_name} on juba olemas", -"Could not create file" => "Ei suuda luua faili", -"Could not create folder" => "Ei suuda luua kataloogi", -"Error fetching URL" => "Viga URL-i haaramisel", -"Share" => "Jaga", -"Delete" => "Kustuta", -"Disconnect storage" => "Ühenda andmehoidla lahti.", -"Unshare" => "Lõpeta jagamine", -"Delete permanently" => "Kustuta jäädavalt", -"Rename" => "Nimeta ümber", -"Pending" => "Ootel", -"Error moving file." => "Viga faili liigutamisel.", -"Error moving file" => "Viga faili eemaldamisel", -"Error" => "Viga", -"Could not rename file" => "Ei suuda faili ümber nimetada", -"Error deleting file." => "Viga faili kustutamisel.", -"Name" => "Nimi", -"Size" => "Suurus", -"Modified" => "Muudetud", -"_%n folder_::_%n folders_" => array("%n kataloog","%n kataloogi"), -"_%n file_::_%n files_" => array("%n fail","%n faili"), -"You don’t have permission to upload or create files here" => "Sul puuduvad õigused siia failide üleslaadimiseks või tekitamiseks", -"_Uploading %n file_::_Uploading %n files_" => array("Laadin üles %n faili","Laadin üles %n faili"), -"\"{name}\" is an invalid file name." => "\"{name}\" on vigane failinimi.", -"Your storage is full, files can not be updated or synced anymore!" => "Sinu andmemaht on täis! Faile ei uuendata ega sünkroniseerita!", -"Your storage is almost full ({usedSpacePercent}%)" => "Su andmemaht on peaaegu täis ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Krüpteerimisrakend on lubatud, kuid võtmeid pole lähtestatud. Palun logi välja ning uuesti sisse.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Vigane Krüpteerimisrakendi privaatvõti . Palun uuenda oma privaatse võtme parool oma personaasete seadete all taastamaks ligipääsu oma krüpteeritud failidele.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Krüpteering on keelatud, kuid sinu failid on endiselt krüpteeritud. Palun vaata oma personaalseid seadeid oma failide dekrüpteerimiseks.", -"{dirs} and {files}" => "{dirs} ja {files}", -"%s could not be renamed as it has been deleted" => "%s ei saa ümber nimetada, kuna see on kustutatud", -"%s could not be renamed" => "%s ümbernimetamine ebaõnnestus", -"Upload (max. %s)" => "Üleslaadimine (max. %s)", -"File handling" => "Failide käsitlemine", -"Maximum upload size" => "Maksimaalne üleslaadimise suurus", -"max. possible: " => "maks. võimalik: ", -"Save" => "Salvesta", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Kasuta seda aadressi oma failidele ligipääsuks WebDAV kaudu", -"New" => "Uus", -"New text file" => "Uus tekstifail", -"Text file" => "Tekstifail", -"New folder" => "Uus kaust", -"Folder" => "Kaust", -"From link" => "Allikast", -"Nothing in here. Upload something!" => "Siin pole midagi. Lae midagi üles!", -"Download" => "Lae alla", -"Upload too large" => "Üleslaadimine on liiga suur", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Failid, mida sa proovid üles laadida, ületab serveri poolt üleslaetavatele failidele määratud maksimaalse suuruse.", -"Files are being scanned, please wait." => "Faile skannitakse, palun oota.", -"Currently scanning" => "Praegu skännimisel" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js new file mode 100644 index 0000000000..c4da5e6cfa --- /dev/null +++ b/apps/files/l10n/eu.js @@ -0,0 +1,96 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Biltegia ez dago eskuragarri", + "Storage invalid" : "Biltegi bliogabea", + "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", + "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.", + "The target folder has been moved or deleted." : "Jatorrizko karpeta mugitu edo ezabatu da.", + "The name %s is already used in the folder %s. Please choose a different name." : "%s izena dagoeneko erabilita dago %s karpetan. Mesdez hautatu izen ezberdina.", + "Not a valid source" : "Ez da jatorri baliogarria", + "Server is not allowed to open URLs, please check the server configuration" : "Zerbitzaria ez dago URLak irekitzeko baimendua, mesedez egiaztatu zerbitzariaren konfigurazioa", + "The file exceeds your quota by %s" : "Fitxategiak zure kouta gainditzen du %s-an", + "Error while downloading %s to %s" : "Errorea %s %sra deskargatzerakoan", + "Error when creating the file" : "Errorea fitxategia sortzerakoan", + "Folder name cannot be empty." : "Karpeta izena ezin da hutsa izan.", + "Error when creating the folder" : "Errorea karpeta sortzerakoan", + "Unable to set upload directory." : "Ezin da igoera direktorioa ezarri.", + "Invalid Token" : "Lekuko baliogabea", + "No file was uploaded. Unknown error" : "Ez da fitxategirik igo. Errore ezezaguna", + "There is no error, the file uploaded with success" : "Ez da errorerik egon, fitxategia ongi igo da", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Igotako fitxategiak php.ini fitxategian ezarritako upload_max_filesize muga gainditu du:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Igotako fitxategia HTML formularioan zehaztutako MAX_FILE_SIZE direktiba baino handidagoa da.", + "The uploaded file was only partially uploaded" : "Igotako fitxategiaren zati bat bakarrik igo da", + "No file was uploaded" : "Ez da fitxategirik igo", + "Missing a temporary folder" : "Aldi bateko karpeta falta da", + "Failed to write to disk" : "Errore bat izan da diskoan idazterakoan", + "Not enough storage available" : "Ez dago behar aina leku erabilgarri,", + "Upload failed. Could not find uploaded file" : "Igoerak huts egin du. Ezin izan da igotako fitxategia aurkitu", + "Upload failed. Could not get file info." : "Igoerak huts egin du. Ezin izan da fitxategiaren informazioa eskuratu.", + "Invalid directory." : "Baliogabeko karpeta.", + "Files" : "Fitxategiak", + "All files" : "Fitxategi guztiak", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ezin da {filename} igo karpeta bat delako edo 0 byte dituelako", + "Total file size {size1} exceeds upload limit {size2}" : "Fitxategiaren tamainak {size1} igotzeko muga {size2} gainditzen du", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ez dago leku nahikorik, zu {size1} igotzen ari zara baina bakarrik {size2} libre dago", + "Upload cancelled." : "Igoera ezeztatuta", + "Could not get result from server." : "Ezin da zerbitzaritik emaitzik lortu", + "File upload is in progress. Leaving the page now will cancel the upload." : "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du.", + "URL cannot be empty" : "URLa ezin da hutsik egon", + "{new_name} already exists" : "{new_name} dagoeneko existitzen da", + "Could not create file" : "Ezin izan da fitxategia sortu", + "Could not create folder" : "Ezin izan da karpeta sortu", + "Error fetching URL" : "Errorea URLa eskuratzerakoan", + "Share" : "Elkarbanatu", + "Delete" : "Ezabatu", + "Disconnect storage" : "Deskonektatu biltegia", + "Unshare" : "Ez elkarbanatu", + "Delete permanently" : "Ezabatu betirako", + "Rename" : "Berrizendatu", + "Pending" : "Zain", + "Error moving file." : "Errorea fitxategia mugitzean.", + "Error moving file" : "Errorea fitxategia mugitzean", + "Error" : "Errorea", + "Could not rename file" : "Ezin izan da fitxategia berrizendatu", + "Error deleting file." : "Errorea fitxategia ezabatzerakoan.", + "Name" : "Izena", + "Size" : "Tamaina", + "Modified" : "Aldatuta", + "_%n folder_::_%n folders_" : ["karpeta %n","%n karpeta"], + "_%n file_::_%n files_" : ["fitxategi %n","%n fitxategi"], + "You don’t have permission to upload or create files here" : "Ez duzu fitxategiak hona igotzeko edo hemen sortzeko baimenik", + "_Uploading %n file_::_Uploading %n files_" : ["Fitxategi %n igotzen","%n fitxategi igotzen"], + "\"{name}\" is an invalid file name." : "\"{name}\" ez da fitxategi izen baliogarria.", + "Your storage is full, files can not be updated or synced anymore!" : "Zure biltegiratzea beterik dago, ezingo duzu aurrerantzean fitxategirik igo edo sinkronizatu!", + "Your storage is almost full ({usedSpacePercent}%)" : "Zure biltegiratzea nahiko beterik dago (%{usedSpacePercent})", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Enkriptazio aplikazioa gaituta dago baina zure gakoak ez daude konfiguratuta, mesedez saioa bukatu eta berriro hasi", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Enkriptazio aplikaziorako gako pribatu okerra. Mesedez eguneratu zure gako pribatuaren pasahitza zure ezarpen pertsonaletan zure enkriptatuko fitxategietarako sarrera berreskuratzeko.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Enkriptazioa desgaitua izan da baina zure fitxategiak oraindik enkriptatuta daude. Mesedez jo zure ezarpen pertsonaletara zure fitxategiak dekodifikatzeko.", + "{dirs} and {files}" : "{dirs} eta {files}", + "%s could not be renamed as it has been deleted" : "%s ezin izan da berrizendatu ezabatua zegoen eta", + "%s could not be renamed" : "%s ezin da berrizendatu", + "Upload (max. %s)" : "Igo (max. %s)", + "File handling" : "Fitxategien kudeaketa", + "Maximum upload size" : "Igo daitekeen gehienezko tamaina", + "max. possible: " : "max, posiblea:", + "Save" : "Gorde", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "helbidea erabili zure fitxategiak WebDAV bidez eskuratzeko", + "New" : "Berria", + "New text file" : "Testu fitxategi berria", + "Text file" : "Testu fitxategia", + "New folder" : "Karpeta berria", + "Folder" : "Karpeta", + "From link" : "Estekatik", + "Nothing in here. Upload something!" : "Ez dago ezer. Igo zerbait!", + "Download" : "Deskargatu", + "Upload too large" : "Igoera handiegia da", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Igotzen saiatzen ari zaren fitxategiak zerbitzari honek igotzeko onartzen duena baino handiagoak dira.", + "Files are being scanned, please wait." : "Fitxategiak eskaneatzen ari da, itxoin mezedez.", + "Currently scanning" : "Eskaneatzen une honetan" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json new file mode 100644 index 0000000000..300bbc8917 --- /dev/null +++ b/apps/files/l10n/eu.json @@ -0,0 +1,94 @@ +{ "translations": { + "Storage not available" : "Biltegia ez dago eskuragarri", + "Storage invalid" : "Biltegi bliogabea", + "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", + "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.", + "The target folder has been moved or deleted." : "Jatorrizko karpeta mugitu edo ezabatu da.", + "The name %s is already used in the folder %s. Please choose a different name." : "%s izena dagoeneko erabilita dago %s karpetan. Mesdez hautatu izen ezberdina.", + "Not a valid source" : "Ez da jatorri baliogarria", + "Server is not allowed to open URLs, please check the server configuration" : "Zerbitzaria ez dago URLak irekitzeko baimendua, mesedez egiaztatu zerbitzariaren konfigurazioa", + "The file exceeds your quota by %s" : "Fitxategiak zure kouta gainditzen du %s-an", + "Error while downloading %s to %s" : "Errorea %s %sra deskargatzerakoan", + "Error when creating the file" : "Errorea fitxategia sortzerakoan", + "Folder name cannot be empty." : "Karpeta izena ezin da hutsa izan.", + "Error when creating the folder" : "Errorea karpeta sortzerakoan", + "Unable to set upload directory." : "Ezin da igoera direktorioa ezarri.", + "Invalid Token" : "Lekuko baliogabea", + "No file was uploaded. Unknown error" : "Ez da fitxategirik igo. Errore ezezaguna", + "There is no error, the file uploaded with success" : "Ez da errorerik egon, fitxategia ongi igo da", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Igotako fitxategiak php.ini fitxategian ezarritako upload_max_filesize muga gainditu du:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Igotako fitxategia HTML formularioan zehaztutako MAX_FILE_SIZE direktiba baino handidagoa da.", + "The uploaded file was only partially uploaded" : "Igotako fitxategiaren zati bat bakarrik igo da", + "No file was uploaded" : "Ez da fitxategirik igo", + "Missing a temporary folder" : "Aldi bateko karpeta falta da", + "Failed to write to disk" : "Errore bat izan da diskoan idazterakoan", + "Not enough storage available" : "Ez dago behar aina leku erabilgarri,", + "Upload failed. Could not find uploaded file" : "Igoerak huts egin du. Ezin izan da igotako fitxategia aurkitu", + "Upload failed. Could not get file info." : "Igoerak huts egin du. Ezin izan da fitxategiaren informazioa eskuratu.", + "Invalid directory." : "Baliogabeko karpeta.", + "Files" : "Fitxategiak", + "All files" : "Fitxategi guztiak", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ezin da {filename} igo karpeta bat delako edo 0 byte dituelako", + "Total file size {size1} exceeds upload limit {size2}" : "Fitxategiaren tamainak {size1} igotzeko muga {size2} gainditzen du", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ez dago leku nahikorik, zu {size1} igotzen ari zara baina bakarrik {size2} libre dago", + "Upload cancelled." : "Igoera ezeztatuta", + "Could not get result from server." : "Ezin da zerbitzaritik emaitzik lortu", + "File upload is in progress. Leaving the page now will cancel the upload." : "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du.", + "URL cannot be empty" : "URLa ezin da hutsik egon", + "{new_name} already exists" : "{new_name} dagoeneko existitzen da", + "Could not create file" : "Ezin izan da fitxategia sortu", + "Could not create folder" : "Ezin izan da karpeta sortu", + "Error fetching URL" : "Errorea URLa eskuratzerakoan", + "Share" : "Elkarbanatu", + "Delete" : "Ezabatu", + "Disconnect storage" : "Deskonektatu biltegia", + "Unshare" : "Ez elkarbanatu", + "Delete permanently" : "Ezabatu betirako", + "Rename" : "Berrizendatu", + "Pending" : "Zain", + "Error moving file." : "Errorea fitxategia mugitzean.", + "Error moving file" : "Errorea fitxategia mugitzean", + "Error" : "Errorea", + "Could not rename file" : "Ezin izan da fitxategia berrizendatu", + "Error deleting file." : "Errorea fitxategia ezabatzerakoan.", + "Name" : "Izena", + "Size" : "Tamaina", + "Modified" : "Aldatuta", + "_%n folder_::_%n folders_" : ["karpeta %n","%n karpeta"], + "_%n file_::_%n files_" : ["fitxategi %n","%n fitxategi"], + "You don’t have permission to upload or create files here" : "Ez duzu fitxategiak hona igotzeko edo hemen sortzeko baimenik", + "_Uploading %n file_::_Uploading %n files_" : ["Fitxategi %n igotzen","%n fitxategi igotzen"], + "\"{name}\" is an invalid file name." : "\"{name}\" ez da fitxategi izen baliogarria.", + "Your storage is full, files can not be updated or synced anymore!" : "Zure biltegiratzea beterik dago, ezingo duzu aurrerantzean fitxategirik igo edo sinkronizatu!", + "Your storage is almost full ({usedSpacePercent}%)" : "Zure biltegiratzea nahiko beterik dago (%{usedSpacePercent})", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Enkriptazio aplikazioa gaituta dago baina zure gakoak ez daude konfiguratuta, mesedez saioa bukatu eta berriro hasi", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Enkriptazio aplikaziorako gako pribatu okerra. Mesedez eguneratu zure gako pribatuaren pasahitza zure ezarpen pertsonaletan zure enkriptatuko fitxategietarako sarrera berreskuratzeko.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Enkriptazioa desgaitua izan da baina zure fitxategiak oraindik enkriptatuta daude. Mesedez jo zure ezarpen pertsonaletara zure fitxategiak dekodifikatzeko.", + "{dirs} and {files}" : "{dirs} eta {files}", + "%s could not be renamed as it has been deleted" : "%s ezin izan da berrizendatu ezabatua zegoen eta", + "%s could not be renamed" : "%s ezin da berrizendatu", + "Upload (max. %s)" : "Igo (max. %s)", + "File handling" : "Fitxategien kudeaketa", + "Maximum upload size" : "Igo daitekeen gehienezko tamaina", + "max. possible: " : "max, posiblea:", + "Save" : "Gorde", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "helbidea erabili zure fitxategiak WebDAV bidez eskuratzeko", + "New" : "Berria", + "New text file" : "Testu fitxategi berria", + "Text file" : "Testu fitxategia", + "New folder" : "Karpeta berria", + "Folder" : "Karpeta", + "From link" : "Estekatik", + "Nothing in here. Upload something!" : "Ez dago ezer. Igo zerbait!", + "Download" : "Deskargatu", + "Upload too large" : "Igoera handiegia da", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Igotzen saiatzen ari zaren fitxategiak zerbitzari honek igotzeko onartzen duena baino handiagoak dira.", + "Files are being scanned, please wait." : "Fitxategiak eskaneatzen ari da, itxoin mezedez.", + "Currently scanning" : "Eskaneatzen une honetan" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/eu.php b/apps/files/l10n/eu.php deleted file mode 100644 index 012e5f214a..0000000000 --- a/apps/files/l10n/eu.php +++ /dev/null @@ -1,96 +0,0 @@ - "Biltegia ez dago eskuragarri", -"Storage invalid" => "Biltegi bliogabea", -"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.", -"The target folder has been moved or deleted." => "Jatorrizko karpeta mugitu edo ezabatu da.", -"The name %s is already used in the folder %s. Please choose a different name." => "%s izena dagoeneko erabilita dago %s karpetan. Mesdez hautatu izen ezberdina.", -"Not a valid source" => "Ez da jatorri baliogarria", -"Server is not allowed to open URLs, please check the server configuration" => "Zerbitzaria ez dago URLak irekitzeko baimendua, mesedez egiaztatu zerbitzariaren konfigurazioa", -"The file exceeds your quota by %s" => "Fitxategiak zure kouta gainditzen du %s-an", -"Error while downloading %s to %s" => "Errorea %s %sra deskargatzerakoan", -"Error when creating the file" => "Errorea fitxategia sortzerakoan", -"Folder name cannot be empty." => "Karpeta izena ezin da hutsa izan.", -"Error when creating the folder" => "Errorea karpeta sortzerakoan", -"Unable to set upload directory." => "Ezin da igoera direktorioa ezarri.", -"Invalid Token" => "Lekuko baliogabea", -"No file was uploaded. Unknown error" => "Ez da fitxategirik igo. Errore ezezaguna", -"There is no error, the file uploaded with success" => "Ez da errorerik egon, fitxategia ongi igo da", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Igotako fitxategiak php.ini fitxategian ezarritako upload_max_filesize muga gainditu du:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Igotako fitxategia HTML formularioan zehaztutako MAX_FILE_SIZE direktiba baino handidagoa da.", -"The uploaded file was only partially uploaded" => "Igotako fitxategiaren zati bat bakarrik igo da", -"No file was uploaded" => "Ez da fitxategirik igo", -"Missing a temporary folder" => "Aldi bateko karpeta falta da", -"Failed to write to disk" => "Errore bat izan da diskoan idazterakoan", -"Not enough storage available" => "Ez dago behar aina leku erabilgarri,", -"Upload failed. Could not find uploaded file" => "Igoerak huts egin du. Ezin izan da igotako fitxategia aurkitu", -"Upload failed. Could not get file info." => "Igoerak huts egin du. Ezin izan da fitxategiaren informazioa eskuratu.", -"Invalid directory." => "Baliogabeko karpeta.", -"Files" => "Fitxategiak", -"All files" => "Fitxategi guztiak", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Ezin da {filename} igo karpeta bat delako edo 0 byte dituelako", -"Total file size {size1} exceeds upload limit {size2}" => "Fitxategiaren tamainak {size1} igotzeko muga {size2} gainditzen du", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Ez dago leku nahikorik, zu {size1} igotzen ari zara baina bakarrik {size2} libre dago", -"Upload cancelled." => "Igoera ezeztatuta", -"Could not get result from server." => "Ezin da zerbitzaritik emaitzik lortu", -"File upload is in progress. Leaving the page now will cancel the upload." => "Fitxategien igoera martxan da. Orria orain uzteak igoera ezeztatutko du.", -"URL cannot be empty" => "URLa ezin da hutsik egon", -"{new_name} already exists" => "{new_name} dagoeneko existitzen da", -"Could not create file" => "Ezin izan da fitxategia sortu", -"Could not create folder" => "Ezin izan da karpeta sortu", -"Error fetching URL" => "Errorea URLa eskuratzerakoan", -"Share" => "Elkarbanatu", -"Delete" => "Ezabatu", -"Disconnect storage" => "Deskonektatu biltegia", -"Unshare" => "Ez elkarbanatu", -"Delete permanently" => "Ezabatu betirako", -"Rename" => "Berrizendatu", -"Pending" => "Zain", -"Error moving file." => "Errorea fitxategia mugitzean.", -"Error moving file" => "Errorea fitxategia mugitzean", -"Error" => "Errorea", -"Could not rename file" => "Ezin izan da fitxategia berrizendatu", -"Error deleting file." => "Errorea fitxategia ezabatzerakoan.", -"Name" => "Izena", -"Size" => "Tamaina", -"Modified" => "Aldatuta", -"_%n folder_::_%n folders_" => array("karpeta %n","%n karpeta"), -"_%n file_::_%n files_" => array("fitxategi %n","%n fitxategi"), -"You don’t have permission to upload or create files here" => "Ez duzu fitxategiak hona igotzeko edo hemen sortzeko baimenik", -"_Uploading %n file_::_Uploading %n files_" => array("Fitxategi %n igotzen","%n fitxategi igotzen"), -"\"{name}\" is an invalid file name." => "\"{name}\" ez da fitxategi izen baliogarria.", -"Your storage is full, files can not be updated or synced anymore!" => "Zure biltegiratzea beterik dago, ezingo duzu aurrerantzean fitxategirik igo edo sinkronizatu!", -"Your storage is almost full ({usedSpacePercent}%)" => "Zure biltegiratzea nahiko beterik dago (%{usedSpacePercent})", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Enkriptazio aplikazioa gaituta dago baina zure gakoak ez daude konfiguratuta, mesedez saioa bukatu eta berriro hasi", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Enkriptazio aplikaziorako gako pribatu okerra. Mesedez eguneratu zure gako pribatuaren pasahitza zure ezarpen pertsonaletan zure enkriptatuko fitxategietarako sarrera berreskuratzeko.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Enkriptazioa desgaitua izan da baina zure fitxategiak oraindik enkriptatuta daude. Mesedez jo zure ezarpen pertsonaletara zure fitxategiak dekodifikatzeko.", -"{dirs} and {files}" => "{dirs} eta {files}", -"%s could not be renamed as it has been deleted" => "%s ezin izan da berrizendatu ezabatua zegoen eta", -"%s could not be renamed" => "%s ezin da berrizendatu", -"Upload (max. %s)" => "Igo (max. %s)", -"File handling" => "Fitxategien kudeaketa", -"Maximum upload size" => "Igo daitekeen gehienezko tamaina", -"max. possible: " => "max, posiblea:", -"Save" => "Gorde", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "helbidea erabili zure fitxategiak WebDAV bidez eskuratzeko", -"New" => "Berria", -"New text file" => "Testu fitxategi berria", -"Text file" => "Testu fitxategia", -"New folder" => "Karpeta berria", -"Folder" => "Karpeta", -"From link" => "Estekatik", -"Nothing in here. Upload something!" => "Ez dago ezer. Igo zerbait!", -"Download" => "Deskargatu", -"Upload too large" => "Igoera handiegia da", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Igotzen saiatzen ari zaren fitxategiak zerbitzari honek igotzeko onartzen duena baino handiagoak dira.", -"Files are being scanned, please wait." => "Fitxategiak eskaneatzen ari da, itxoin mezedez.", -"Currently scanning" => "Eskaneatzen une honetan" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/eu_ES.js b/apps/files/l10n/eu_ES.js new file mode 100644 index 0000000000..eec67678d3 --- /dev/null +++ b/apps/files/l10n/eu_ES.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files", + { + "Delete" : "Ezabatu", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "Gorde", + "Download" : "Deskargatu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/eu_ES.json b/apps/files/l10n/eu_ES.json new file mode 100644 index 0000000000..2a2660e84e --- /dev/null +++ b/apps/files/l10n/eu_ES.json @@ -0,0 +1,9 @@ +{ "translations": { + "Delete" : "Ezabatu", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "Gorde", + "Download" : "Deskargatu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/eu_ES.php b/apps/files/l10n/eu_ES.php deleted file mode 100644 index e2be349d06..0000000000 --- a/apps/files/l10n/eu_ES.php +++ /dev/null @@ -1,10 +0,0 @@ - "Ezabatu", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Save" => "Gorde", -"Download" => "Deskargatu" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/fa.js b/apps/files/l10n/fa.js new file mode 100644 index 0000000000..1e403418ab --- /dev/null +++ b/apps/files/l10n/fa.js @@ -0,0 +1,58 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "خطای نامشخص", + "Could not move %s - File with this name already exists" : "%s نمی توان جابجا کرد - در حال حاضر پرونده با این نام وجود دارد. ", + "Could not move %s" : "%s نمی تواند حرکت کند ", + "File name cannot be empty." : "نام پرونده نمی تواند خالی باشد.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "نام نامعتبر ، '\\', '/', '<', '>', ':', '\"', '|', '?' و '*' مجاز نمی باشند.", + "Unable to set upload directory." : "قادر به تنظیم پوشه آپلود نمی باشد.", + "Invalid Token" : "رمز نامعتبر", + "No file was uploaded. Unknown error" : "هیچ فایلی آپلود نشد.خطای ناشناس", + "There is no error, the file uploaded with success" : "هیچ خطایی نیست بارگذاری پرونده موفقیت آمیز بود", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "پرونده آپلود شده بیش ازدستور ماکزیمم_حجم فایل_برای آپلود در php.ini استفاده کرده است.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است", + "The uploaded file was only partially uploaded" : "پرونده بارگذاری شده فقط تاحدودی بارگذاری شده", + "No file was uploaded" : "هیچ پروندهای بارگذاری نشده", + "Missing a temporary folder" : "یک پوشه موقت گم شده", + "Failed to write to disk" : "نوشتن بر روی دیسک سخت ناموفق بود", + "Not enough storage available" : "فضای کافی در دسترس نیست", + "Invalid directory." : "فهرست راهنما نامعتبر می باشد.", + "Files" : "پرونده‌ها", + "Upload cancelled." : "بار گذاری لغو شد", + "File upload is in progress. Leaving the page now will cancel the upload." : "آپلودکردن پرونده در حال پیشرفت است. در صورت خروج از صفحه آپلود لغو میگردد. ", + "{new_name} already exists" : "{نام _جدید} در حال حاضر وجود دارد.", + "Share" : "اشتراک‌گذاری", + "Delete" : "حذف", + "Unshare" : "لغو اشتراک", + "Delete permanently" : "حذف قطعی", + "Rename" : "تغییرنام", + "Pending" : "در انتظار", + "Error" : "خطا", + "Name" : "نام", + "Size" : "اندازه", + "Modified" : "تاریخ", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : ["در حال بارگذاری %n فایل"], + "Your storage is full, files can not be updated or synced anymore!" : "فضای ذخیره ی شما کاملا پر است، بیش از این فایلها بهنگام یا همگام سازی نمی توانند بشوند!", + "Your storage is almost full ({usedSpacePercent}%)" : "فضای ذخیره ی شما تقریبا پر است ({usedSpacePercent}%)", + "%s could not be renamed" : "%s نمیتواند تغییر نام دهد.", + "File handling" : "اداره پرونده ها", + "Maximum upload size" : "حداکثر اندازه بارگزاری", + "max. possible: " : "حداکثرمقدارممکن:", + "Save" : "ذخیره", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "از این آدرس استفاده کنید تا بتوانید به فایل‌های خود توسط WebDAV دسترسی پیدا کنید", + "New" : "جدید", + "Text file" : "فایل متنی", + "New folder" : "پوشه جدید", + "Folder" : "پوشه", + "From link" : "از پیوند", + "Nothing in here. Upload something!" : "اینجا هیچ چیز نیست.", + "Download" : "دانلود", + "Upload too large" : "سایز فایل برای آپلود زیاد است(م.تنظیمات در php.ini)", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "فایلها بیش از حد تعیین شده در این سرور هستند\nمترجم:با تغییر فایل php,ini میتوان این محدودیت را برطرف کرد", + "Files are being scanned, please wait." : "پرونده ها در حال بازرسی هستند لطفا صبر کنید" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/fa.json b/apps/files/l10n/fa.json new file mode 100644 index 0000000000..872cef839a --- /dev/null +++ b/apps/files/l10n/fa.json @@ -0,0 +1,56 @@ +{ "translations": { + "Unknown error" : "خطای نامشخص", + "Could not move %s - File with this name already exists" : "%s نمی توان جابجا کرد - در حال حاضر پرونده با این نام وجود دارد. ", + "Could not move %s" : "%s نمی تواند حرکت کند ", + "File name cannot be empty." : "نام پرونده نمی تواند خالی باشد.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "نام نامعتبر ، '\\', '/', '<', '>', ':', '\"', '|', '?' و '*' مجاز نمی باشند.", + "Unable to set upload directory." : "قادر به تنظیم پوشه آپلود نمی باشد.", + "Invalid Token" : "رمز نامعتبر", + "No file was uploaded. Unknown error" : "هیچ فایلی آپلود نشد.خطای ناشناس", + "There is no error, the file uploaded with success" : "هیچ خطایی نیست بارگذاری پرونده موفقیت آمیز بود", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "پرونده آپلود شده بیش ازدستور ماکزیمم_حجم فایل_برای آپلود در php.ini استفاده کرده است.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است", + "The uploaded file was only partially uploaded" : "پرونده بارگذاری شده فقط تاحدودی بارگذاری شده", + "No file was uploaded" : "هیچ پروندهای بارگذاری نشده", + "Missing a temporary folder" : "یک پوشه موقت گم شده", + "Failed to write to disk" : "نوشتن بر روی دیسک سخت ناموفق بود", + "Not enough storage available" : "فضای کافی در دسترس نیست", + "Invalid directory." : "فهرست راهنما نامعتبر می باشد.", + "Files" : "پرونده‌ها", + "Upload cancelled." : "بار گذاری لغو شد", + "File upload is in progress. Leaving the page now will cancel the upload." : "آپلودکردن پرونده در حال پیشرفت است. در صورت خروج از صفحه آپلود لغو میگردد. ", + "{new_name} already exists" : "{نام _جدید} در حال حاضر وجود دارد.", + "Share" : "اشتراک‌گذاری", + "Delete" : "حذف", + "Unshare" : "لغو اشتراک", + "Delete permanently" : "حذف قطعی", + "Rename" : "تغییرنام", + "Pending" : "در انتظار", + "Error" : "خطا", + "Name" : "نام", + "Size" : "اندازه", + "Modified" : "تاریخ", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : ["در حال بارگذاری %n فایل"], + "Your storage is full, files can not be updated or synced anymore!" : "فضای ذخیره ی شما کاملا پر است، بیش از این فایلها بهنگام یا همگام سازی نمی توانند بشوند!", + "Your storage is almost full ({usedSpacePercent}%)" : "فضای ذخیره ی شما تقریبا پر است ({usedSpacePercent}%)", + "%s could not be renamed" : "%s نمیتواند تغییر نام دهد.", + "File handling" : "اداره پرونده ها", + "Maximum upload size" : "حداکثر اندازه بارگزاری", + "max. possible: " : "حداکثرمقدارممکن:", + "Save" : "ذخیره", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "از این آدرس استفاده کنید تا بتوانید به فایل‌های خود توسط WebDAV دسترسی پیدا کنید", + "New" : "جدید", + "Text file" : "فایل متنی", + "New folder" : "پوشه جدید", + "Folder" : "پوشه", + "From link" : "از پیوند", + "Nothing in here. Upload something!" : "اینجا هیچ چیز نیست.", + "Download" : "دانلود", + "Upload too large" : "سایز فایل برای آپلود زیاد است(م.تنظیمات در php.ini)", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "فایلها بیش از حد تعیین شده در این سرور هستند\nمترجم:با تغییر فایل php,ini میتوان این محدودیت را برطرف کرد", + "Files are being scanned, please wait." : "پرونده ها در حال بازرسی هستند لطفا صبر کنید" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/fa.php b/apps/files/l10n/fa.php deleted file mode 100644 index 92c7d96ed8..0000000000 --- a/apps/files/l10n/fa.php +++ /dev/null @@ -1,57 +0,0 @@ - "خطای نامشخص", -"Could not move %s - File with this name already exists" => "%s نمی توان جابجا کرد - در حال حاضر پرونده با این نام وجود دارد. ", -"Could not move %s" => "%s نمی تواند حرکت کند ", -"File name cannot be empty." => "نام پرونده نمی تواند خالی باشد.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "نام نامعتبر ، '\\', '/', '<', '>', ':', '\"', '|', '?' و '*' مجاز نمی باشند.", -"Unable to set upload directory." => "قادر به تنظیم پوشه آپلود نمی باشد.", -"Invalid Token" => "رمز نامعتبر", -"No file was uploaded. Unknown error" => "هیچ فایلی آپلود نشد.خطای ناشناس", -"There is no error, the file uploaded with success" => "هیچ خطایی نیست بارگذاری پرونده موفقیت آمیز بود", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "پرونده آپلود شده بیش ازدستور ماکزیمم_حجم فایل_برای آپلود در php.ini استفاده کرده است.", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است", -"The uploaded file was only partially uploaded" => "پرونده بارگذاری شده فقط تاحدودی بارگذاری شده", -"No file was uploaded" => "هیچ پروندهای بارگذاری نشده", -"Missing a temporary folder" => "یک پوشه موقت گم شده", -"Failed to write to disk" => "نوشتن بر روی دیسک سخت ناموفق بود", -"Not enough storage available" => "فضای کافی در دسترس نیست", -"Invalid directory." => "فهرست راهنما نامعتبر می باشد.", -"Files" => "پرونده‌ها", -"Upload cancelled." => "بار گذاری لغو شد", -"File upload is in progress. Leaving the page now will cancel the upload." => "آپلودکردن پرونده در حال پیشرفت است. در صورت خروج از صفحه آپلود لغو میگردد. ", -"{new_name} already exists" => "{نام _جدید} در حال حاضر وجود دارد.", -"Share" => "اشتراک‌گذاری", -"Delete" => "حذف", -"Unshare" => "لغو اشتراک", -"Delete permanently" => "حذف قطعی", -"Rename" => "تغییرنام", -"Pending" => "در انتظار", -"Error" => "خطا", -"Name" => "نام", -"Size" => "اندازه", -"Modified" => "تاریخ", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array("در حال بارگذاری %n فایل"), -"Your storage is full, files can not be updated or synced anymore!" => "فضای ذخیره ی شما کاملا پر است، بیش از این فایلها بهنگام یا همگام سازی نمی توانند بشوند!", -"Your storage is almost full ({usedSpacePercent}%)" => "فضای ذخیره ی شما تقریبا پر است ({usedSpacePercent}%)", -"%s could not be renamed" => "%s نمیتواند تغییر نام دهد.", -"File handling" => "اداره پرونده ها", -"Maximum upload size" => "حداکثر اندازه بارگزاری", -"max. possible: " => "حداکثرمقدارممکن:", -"Save" => "ذخیره", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "از این آدرس استفاده کنید تا بتوانید به فایل‌های خود توسط WebDAV دسترسی پیدا کنید", -"New" => "جدید", -"Text file" => "فایل متنی", -"New folder" => "پوشه جدید", -"Folder" => "پوشه", -"From link" => "از پیوند", -"Nothing in here. Upload something!" => "اینجا هیچ چیز نیست.", -"Download" => "دانلود", -"Upload too large" => "سایز فایل برای آپلود زیاد است(م.تنظیمات در php.ini)", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "فایلها بیش از حد تعیین شده در این سرور هستند\nمترجم:با تغییر فایل php,ini میتوان این محدودیت را برطرف کرد", -"Files are being scanned, please wait." => "پرونده ها در حال بازرسی هستند لطفا صبر کنید" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/fi_FI.js b/apps/files/l10n/fi_FI.js new file mode 100644 index 0000000000..3c94a51877 --- /dev/null +++ b/apps/files/l10n/fi_FI.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Tallennustila ei ole käytettävissä", + "Storage invalid" : "Virheellinen tallennustila", + "Unknown error" : "Tuntematon virhe", + "Could not move %s - File with this name already exists" : "Kohteen %s siirto ei onnistunut - Tiedosto samalla nimellä on jo olemassa", + "Could not move %s" : "Kohteen %s siirto ei onnistunut", + "Permission denied" : "Ei käyttöoikeutta", + "File name cannot be empty." : "Tiedoston nimi ei voi olla tyhjä.", + "\"%s\" is an invalid file name." : "\"%s\" on virheellinen tiedostonimi.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja.", + "The target folder has been moved or deleted." : "Kohdekansio on siirretty tai poistettu.", + "The name %s is already used in the folder %s. Please choose a different name." : "Nimi %s on jo käytössä kansiossa %s. Valitse toinen nimi.", + "Not a valid source" : "Virheellinen lähde", + "Server is not allowed to open URLs, please check the server configuration" : "Palvelimen ei ole lupa avata verkko-osoitteita. Tarkista palvelimen asetukset", + "The file exceeds your quota by %s" : "Tiedosto ylittää kiintiösi %s:lla", + "Error while downloading %s to %s" : "Virhe ladatessa kohdetta %s sijaintiin %s", + "Error when creating the file" : "Virhe tiedostoa luotaessa", + "Folder name cannot be empty." : "Kansion nimi ei voi olla tyhjä.", + "Error when creating the folder" : "Virhe kansiota luotaessa", + "Unable to set upload directory." : "Lähetyskansion asettaminen epäonnistui.", + "Invalid Token" : "Virheellinen token", + "No file was uploaded. Unknown error" : "Tiedostoa ei lähetetty. Tuntematon virhe", + "There is no error, the file uploaded with success" : "Ei virheitä, tiedosto lähetettiin onnistuneesti", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Lähetetyn tiedoston koko ylittää php.ini-tiedoston upload_max_filesize-säännön:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Lähetettävän tiedoston enimmäiskoko ylittää HTML-lomakkeessa määritellyn MAX_FILE_SIZE-säännön", + "The uploaded file was only partially uploaded" : "Tiedoston lähetys onnistui vain osittain", + "No file was uploaded" : "Yhtäkään tiedostoa ei lähetetty", + "Missing a temporary folder" : "Tilapäiskansio puuttuu", + "Failed to write to disk" : "Levylle kirjoitus epäonnistui", + "Not enough storage available" : "Tallennustilaa ei ole riittävästi käytettävissä", + "Upload failed. Could not find uploaded file" : "Lähetys epäonnistui. Lähettävää tiedostoa ei löydetty.", + "Upload failed. Could not get file info." : "Lähetys epäonnistui. Lähettävää tiedostoa ei löydetty.", + "Invalid directory." : "Virheellinen kansio.", + "Files" : "Tiedostot", + "All files" : "Kaikki tiedostot", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kohdetta {filename} ei voi lähettää, koska se on joko kansio tai sen koko on 0 tavua", + "Total file size {size1} exceeds upload limit {size2}" : "Yhteiskoko {size1} ylittää lähetysrajan {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ei riittävästi vapaata tilaa. Lähetyksesi koko on {size1}, mutta vain {size2} on jäljellä", + "Upload cancelled." : "Lähetys peruttu.", + "Could not get result from server." : "Tuloksien saaminen palvelimelta ei onnistunut.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedoston lähetyksen.", + "URL cannot be empty" : "Osoite ei voi olla tyhjä", + "{new_name} already exists" : "{new_name} on jo olemassa", + "Could not create file" : "Tiedoston luominen epäonnistui", + "Could not create folder" : "Kansion luominen epäonnistui", + "Error fetching URL" : "Virhe noutaessa verkko-osoitetta", + "Share" : "Jaa", + "Delete" : "Poista", + "Disconnect storage" : "Katkaise yhteys tallennustilaan", + "Unshare" : "Peru jakaminen", + "Delete permanently" : "Poista pysyvästi", + "Rename" : "Nimeä uudelleen", + "Pending" : "Odottaa", + "Error moving file." : "Virhe tiedostoa siirrettäessä.", + "Error moving file" : "Virhe tiedostoa siirrettäessä", + "Error" : "Virhe", + "Could not rename file" : "Tiedoston nimeäminen uudelleen epäonnistui", + "Error deleting file." : "Virhe tiedostoa poistaessa.", + "Name" : "Nimi", + "Size" : "Koko", + "Modified" : "Muokattu", + "_%n folder_::_%n folders_" : ["%n kansio","%n kansiota"], + "_%n file_::_%n files_" : ["%n tiedosto","%n tiedostoa"], + "You don’t have permission to upload or create files here" : "Käyttöoikeutesi eivät riitä tiedostojen lähettämiseen tai kansioiden luomiseen tähän sijaintiin", + "_Uploading %n file_::_Uploading %n files_" : ["Lähetetään %n tiedosto","Lähetetään %n tiedostoa"], + "\"{name}\" is an invalid file name." : "\"{name}\" on virheellinen tiedostonimi.", + "Your storage is full, files can not be updated or synced anymore!" : "Tallennustila on loppu, tiedostoja ei voi enää päivittää tai synkronoida!", + "Your storage is almost full ({usedSpacePercent}%)" : "Tallennustila on melkein loppu ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Salaussovellus on käytössä, mutta salausavaimia ei ole alustettu. Ole hyvä ja kirjaudu sisään uudelleen.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Salaussovelluksen salausavain on virheellinen. Ole hyvä ja päivitä salausavain henkilökohtaisissa asetuksissasi jotta voit taas avata salatuskirjoitetut tiedostosi.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Salaus poistettiin käytöstä, mutta tiedostosi ovat edelleen salattuina. Siirry henkilökohtaisiin asetuksiin avataksesi tiedostojesi salauksen.", + "{dirs} and {files}" : "{dirs} ja {files}", + "%s could not be renamed as it has been deleted" : "Kohdetta %s ei voitu nimetä uudelleen, koska se on poistettu", + "%s could not be renamed" : "kohteen %s nimeäminen uudelleen epäonnistui", + "Upload (max. %s)" : "Lähetys (enintään %s)", + "File handling" : "Tiedostonhallinta", + "Maximum upload size" : "Lähetettävän tiedoston suurin sallittu koko", + "max. possible: " : "suurin mahdollinen:", + "Save" : "Tallenna", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Käytä tätä osoitetta käyttääksesi tiedostojasi WebDAVin kautta", + "New" : "Uusi", + "New text file" : "Uusi tekstitiedosto", + "Text file" : "Tekstitiedosto", + "New folder" : "Uusi kansio", + "Folder" : "Kansio", + "From link" : "Linkistä", + "Nothing in here. Upload something!" : "Täällä ei ole mitään. Lähetä tänne jotakin!", + "Download" : "Lataa", + "Upload too large" : "Lähetettävä tiedosto on liian suuri", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan.", + "Files are being scanned, please wait." : "Tiedostoja tarkistetaan, odota hetki.", + "Currently scanning" : "Tutkitaan parhaillaan" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/fi_FI.json b/apps/files/l10n/fi_FI.json new file mode 100644 index 0000000000..8628607793 --- /dev/null +++ b/apps/files/l10n/fi_FI.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Tallennustila ei ole käytettävissä", + "Storage invalid" : "Virheellinen tallennustila", + "Unknown error" : "Tuntematon virhe", + "Could not move %s - File with this name already exists" : "Kohteen %s siirto ei onnistunut - Tiedosto samalla nimellä on jo olemassa", + "Could not move %s" : "Kohteen %s siirto ei onnistunut", + "Permission denied" : "Ei käyttöoikeutta", + "File name cannot be empty." : "Tiedoston nimi ei voi olla tyhjä.", + "\"%s\" is an invalid file name." : "\"%s\" on virheellinen tiedostonimi.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja.", + "The target folder has been moved or deleted." : "Kohdekansio on siirretty tai poistettu.", + "The name %s is already used in the folder %s. Please choose a different name." : "Nimi %s on jo käytössä kansiossa %s. Valitse toinen nimi.", + "Not a valid source" : "Virheellinen lähde", + "Server is not allowed to open URLs, please check the server configuration" : "Palvelimen ei ole lupa avata verkko-osoitteita. Tarkista palvelimen asetukset", + "The file exceeds your quota by %s" : "Tiedosto ylittää kiintiösi %s:lla", + "Error while downloading %s to %s" : "Virhe ladatessa kohdetta %s sijaintiin %s", + "Error when creating the file" : "Virhe tiedostoa luotaessa", + "Folder name cannot be empty." : "Kansion nimi ei voi olla tyhjä.", + "Error when creating the folder" : "Virhe kansiota luotaessa", + "Unable to set upload directory." : "Lähetyskansion asettaminen epäonnistui.", + "Invalid Token" : "Virheellinen token", + "No file was uploaded. Unknown error" : "Tiedostoa ei lähetetty. Tuntematon virhe", + "There is no error, the file uploaded with success" : "Ei virheitä, tiedosto lähetettiin onnistuneesti", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Lähetetyn tiedoston koko ylittää php.ini-tiedoston upload_max_filesize-säännön:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Lähetettävän tiedoston enimmäiskoko ylittää HTML-lomakkeessa määritellyn MAX_FILE_SIZE-säännön", + "The uploaded file was only partially uploaded" : "Tiedoston lähetys onnistui vain osittain", + "No file was uploaded" : "Yhtäkään tiedostoa ei lähetetty", + "Missing a temporary folder" : "Tilapäiskansio puuttuu", + "Failed to write to disk" : "Levylle kirjoitus epäonnistui", + "Not enough storage available" : "Tallennustilaa ei ole riittävästi käytettävissä", + "Upload failed. Could not find uploaded file" : "Lähetys epäonnistui. Lähettävää tiedostoa ei löydetty.", + "Upload failed. Could not get file info." : "Lähetys epäonnistui. Lähettävää tiedostoa ei löydetty.", + "Invalid directory." : "Virheellinen kansio.", + "Files" : "Tiedostot", + "All files" : "Kaikki tiedostot", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kohdetta {filename} ei voi lähettää, koska se on joko kansio tai sen koko on 0 tavua", + "Total file size {size1} exceeds upload limit {size2}" : "Yhteiskoko {size1} ylittää lähetysrajan {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ei riittävästi vapaata tilaa. Lähetyksesi koko on {size1}, mutta vain {size2} on jäljellä", + "Upload cancelled." : "Lähetys peruttu.", + "Could not get result from server." : "Tuloksien saaminen palvelimelta ei onnistunut.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedoston lähetyksen.", + "URL cannot be empty" : "Osoite ei voi olla tyhjä", + "{new_name} already exists" : "{new_name} on jo olemassa", + "Could not create file" : "Tiedoston luominen epäonnistui", + "Could not create folder" : "Kansion luominen epäonnistui", + "Error fetching URL" : "Virhe noutaessa verkko-osoitetta", + "Share" : "Jaa", + "Delete" : "Poista", + "Disconnect storage" : "Katkaise yhteys tallennustilaan", + "Unshare" : "Peru jakaminen", + "Delete permanently" : "Poista pysyvästi", + "Rename" : "Nimeä uudelleen", + "Pending" : "Odottaa", + "Error moving file." : "Virhe tiedostoa siirrettäessä.", + "Error moving file" : "Virhe tiedostoa siirrettäessä", + "Error" : "Virhe", + "Could not rename file" : "Tiedoston nimeäminen uudelleen epäonnistui", + "Error deleting file." : "Virhe tiedostoa poistaessa.", + "Name" : "Nimi", + "Size" : "Koko", + "Modified" : "Muokattu", + "_%n folder_::_%n folders_" : ["%n kansio","%n kansiota"], + "_%n file_::_%n files_" : ["%n tiedosto","%n tiedostoa"], + "You don’t have permission to upload or create files here" : "Käyttöoikeutesi eivät riitä tiedostojen lähettämiseen tai kansioiden luomiseen tähän sijaintiin", + "_Uploading %n file_::_Uploading %n files_" : ["Lähetetään %n tiedosto","Lähetetään %n tiedostoa"], + "\"{name}\" is an invalid file name." : "\"{name}\" on virheellinen tiedostonimi.", + "Your storage is full, files can not be updated or synced anymore!" : "Tallennustila on loppu, tiedostoja ei voi enää päivittää tai synkronoida!", + "Your storage is almost full ({usedSpacePercent}%)" : "Tallennustila on melkein loppu ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Salaussovellus on käytössä, mutta salausavaimia ei ole alustettu. Ole hyvä ja kirjaudu sisään uudelleen.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Salaussovelluksen salausavain on virheellinen. Ole hyvä ja päivitä salausavain henkilökohtaisissa asetuksissasi jotta voit taas avata salatuskirjoitetut tiedostosi.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Salaus poistettiin käytöstä, mutta tiedostosi ovat edelleen salattuina. Siirry henkilökohtaisiin asetuksiin avataksesi tiedostojesi salauksen.", + "{dirs} and {files}" : "{dirs} ja {files}", + "%s could not be renamed as it has been deleted" : "Kohdetta %s ei voitu nimetä uudelleen, koska se on poistettu", + "%s could not be renamed" : "kohteen %s nimeäminen uudelleen epäonnistui", + "Upload (max. %s)" : "Lähetys (enintään %s)", + "File handling" : "Tiedostonhallinta", + "Maximum upload size" : "Lähetettävän tiedoston suurin sallittu koko", + "max. possible: " : "suurin mahdollinen:", + "Save" : "Tallenna", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Käytä tätä osoitetta käyttääksesi tiedostojasi WebDAVin kautta", + "New" : "Uusi", + "New text file" : "Uusi tekstitiedosto", + "Text file" : "Tekstitiedosto", + "New folder" : "Uusi kansio", + "Folder" : "Kansio", + "From link" : "Linkistä", + "Nothing in here. Upload something!" : "Täällä ei ole mitään. Lähetä tänne jotakin!", + "Download" : "Lataa", + "Upload too large" : "Lähetettävä tiedosto on liian suuri", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan.", + "Files are being scanned, please wait." : "Tiedostoja tarkistetaan, odota hetki.", + "Currently scanning" : "Tutkitaan parhaillaan" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php deleted file mode 100644 index adce13d004..0000000000 --- a/apps/files/l10n/fi_FI.php +++ /dev/null @@ -1,96 +0,0 @@ - "Tallennustila ei ole käytettävissä", -"Storage invalid" => "Virheellinen tallennustila", -"Unknown error" => "Tuntematon virhe", -"Could not move %s - File with this name already exists" => "Kohteen %s siirto ei onnistunut - Tiedosto samalla nimellä on jo olemassa", -"Could not move %s" => "Kohteen %s siirto ei onnistunut", -"Permission denied" => "Ei käyttöoikeutta", -"File name cannot be empty." => "Tiedoston nimi ei voi olla tyhjä.", -"\"%s\" is an invalid file name." => "\"%s\" on virheellinen tiedostonimi.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja.", -"The target folder has been moved or deleted." => "Kohdekansio on siirretty tai poistettu.", -"The name %s is already used in the folder %s. Please choose a different name." => "Nimi %s on jo käytössä kansiossa %s. Valitse toinen nimi.", -"Not a valid source" => "Virheellinen lähde", -"Server is not allowed to open URLs, please check the server configuration" => "Palvelimen ei ole lupa avata verkko-osoitteita. Tarkista palvelimen asetukset", -"The file exceeds your quota by %s" => "Tiedosto ylittää kiintiösi %s:lla", -"Error while downloading %s to %s" => "Virhe ladatessa kohdetta %s sijaintiin %s", -"Error when creating the file" => "Virhe tiedostoa luotaessa", -"Folder name cannot be empty." => "Kansion nimi ei voi olla tyhjä.", -"Error when creating the folder" => "Virhe kansiota luotaessa", -"Unable to set upload directory." => "Lähetyskansion asettaminen epäonnistui.", -"Invalid Token" => "Virheellinen token", -"No file was uploaded. Unknown error" => "Tiedostoa ei lähetetty. Tuntematon virhe", -"There is no error, the file uploaded with success" => "Ei virheitä, tiedosto lähetettiin onnistuneesti", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Lähetetyn tiedoston koko ylittää php.ini-tiedoston upload_max_filesize-säännön:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Lähetettävän tiedoston enimmäiskoko ylittää HTML-lomakkeessa määritellyn MAX_FILE_SIZE-säännön", -"The uploaded file was only partially uploaded" => "Tiedoston lähetys onnistui vain osittain", -"No file was uploaded" => "Yhtäkään tiedostoa ei lähetetty", -"Missing a temporary folder" => "Tilapäiskansio puuttuu", -"Failed to write to disk" => "Levylle kirjoitus epäonnistui", -"Not enough storage available" => "Tallennustilaa ei ole riittävästi käytettävissä", -"Upload failed. Could not find uploaded file" => "Lähetys epäonnistui. Lähettävää tiedostoa ei löydetty.", -"Upload failed. Could not get file info." => "Lähetys epäonnistui. Lähettävää tiedostoa ei löydetty.", -"Invalid directory." => "Virheellinen kansio.", -"Files" => "Tiedostot", -"All files" => "Kaikki tiedostot", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Kohdetta {filename} ei voi lähettää, koska se on joko kansio tai sen koko on 0 tavua", -"Total file size {size1} exceeds upload limit {size2}" => "Yhteiskoko {size1} ylittää lähetysrajan {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Ei riittävästi vapaata tilaa. Lähetyksesi koko on {size1}, mutta vain {size2} on jäljellä", -"Upload cancelled." => "Lähetys peruttu.", -"Could not get result from server." => "Tuloksien saaminen palvelimelta ei onnistunut.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedoston lähetyksen.", -"URL cannot be empty" => "Osoite ei voi olla tyhjä", -"{new_name} already exists" => "{new_name} on jo olemassa", -"Could not create file" => "Tiedoston luominen epäonnistui", -"Could not create folder" => "Kansion luominen epäonnistui", -"Error fetching URL" => "Virhe noutaessa verkko-osoitetta", -"Share" => "Jaa", -"Delete" => "Poista", -"Disconnect storage" => "Katkaise yhteys tallennustilaan", -"Unshare" => "Peru jakaminen", -"Delete permanently" => "Poista pysyvästi", -"Rename" => "Nimeä uudelleen", -"Pending" => "Odottaa", -"Error moving file." => "Virhe tiedostoa siirrettäessä.", -"Error moving file" => "Virhe tiedostoa siirrettäessä", -"Error" => "Virhe", -"Could not rename file" => "Tiedoston nimeäminen uudelleen epäonnistui", -"Error deleting file." => "Virhe tiedostoa poistaessa.", -"Name" => "Nimi", -"Size" => "Koko", -"Modified" => "Muokattu", -"_%n folder_::_%n folders_" => array("%n kansio","%n kansiota"), -"_%n file_::_%n files_" => array("%n tiedosto","%n tiedostoa"), -"You don’t have permission to upload or create files here" => "Käyttöoikeutesi eivät riitä tiedostojen lähettämiseen tai kansioiden luomiseen tähän sijaintiin", -"_Uploading %n file_::_Uploading %n files_" => array("Lähetetään %n tiedosto","Lähetetään %n tiedostoa"), -"\"{name}\" is an invalid file name." => "\"{name}\" on virheellinen tiedostonimi.", -"Your storage is full, files can not be updated or synced anymore!" => "Tallennustila on loppu, tiedostoja ei voi enää päivittää tai synkronoida!", -"Your storage is almost full ({usedSpacePercent}%)" => "Tallennustila on melkein loppu ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Salaussovellus on käytössä, mutta salausavaimia ei ole alustettu. Ole hyvä ja kirjaudu sisään uudelleen.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Salaussovelluksen salausavain on virheellinen. Ole hyvä ja päivitä salausavain henkilökohtaisissa asetuksissasi jotta voit taas avata salatuskirjoitetut tiedostosi.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Salaus poistettiin käytöstä, mutta tiedostosi ovat edelleen salattuina. Siirry henkilökohtaisiin asetuksiin avataksesi tiedostojesi salauksen.", -"{dirs} and {files}" => "{dirs} ja {files}", -"%s could not be renamed as it has been deleted" => "Kohdetta %s ei voitu nimetä uudelleen, koska se on poistettu", -"%s could not be renamed" => "kohteen %s nimeäminen uudelleen epäonnistui", -"Upload (max. %s)" => "Lähetys (enintään %s)", -"File handling" => "Tiedostonhallinta", -"Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko", -"max. possible: " => "suurin mahdollinen:", -"Save" => "Tallenna", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Käytä tätä osoitetta käyttääksesi tiedostojasi WebDAVin kautta", -"New" => "Uusi", -"New text file" => "Uusi tekstitiedosto", -"Text file" => "Tekstitiedosto", -"New folder" => "Uusi kansio", -"Folder" => "Kansio", -"From link" => "Linkistä", -"Nothing in here. Upload something!" => "Täällä ei ole mitään. Lähetä tänne jotakin!", -"Download" => "Lataa", -"Upload too large" => "Lähetettävä tiedosto on liian suuri", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan.", -"Files are being scanned, please wait." => "Tiedostoja tarkistetaan, odota hetki.", -"Currently scanning" => "Tutkitaan parhaillaan" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/fil.js b/apps/files/l10n/fil.js new file mode 100644 index 0000000000..f085469f73 --- /dev/null +++ b/apps/files/l10n/fil.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/fil.json b/apps/files/l10n/fil.json new file mode 100644 index 0000000000..ba9792477c --- /dev/null +++ b/apps/files/l10n/fil.json @@ -0,0 +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 diff --git a/apps/files/l10n/fil.php b/apps/files/l10n/fil.php deleted file mode 100644 index 3c711e6b78..0000000000 --- a/apps/files/l10n/fil.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js new file mode 100644 index 0000000000..967908eaca --- /dev/null +++ b/apps/files/l10n/fr.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Support de stockage non disponible", + "Storage invalid" : "Support de stockage invalide", + "Unknown error" : "Erreur Inconnue ", + "Could not move %s - File with this name already exists" : "Impossible de déplacer %s - Un fichier possédant ce nom existe déjà", + "Could not move %s" : "Impossible de déplacer %s", + "Permission denied" : "Permission refusée", + "File name cannot be empty." : "Le nom de fichier ne peut être vide.", + "\"%s\" is an invalid file name." : "\"%s\" n'est pas un nom de fichier valide.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nom invalide, les caractères '\\', '/', '<', '>', ':', '\"', '|', '?' et '*' ne sont pas autorisés.", + "The target folder has been moved or deleted." : "Le dossier cible a été déplacé ou supprimé.", + "The name %s is already used in the folder %s. Please choose a different name." : "Le nom %s est déjà utilisé dans le dossier %s. Merci de choisir un nom différent.", + "Not a valid source" : "La source n'est pas valide", + "Server is not allowed to open URLs, please check the server configuration" : "Le serveur n'est pas autorisé à ouvrir des URL, veuillez vérifier la configuration du serveur", + "The file exceeds your quota by %s" : "Le fichier excède votre quota de %s", + "Error while downloading %s to %s" : "Erreur pendant le téléchargement de %s à %s", + "Error when creating the file" : "Erreur pendant la création du fichier", + "Folder name cannot be empty." : "Le nom de dossier ne peux pas être vide.", + "Error when creating the folder" : "Erreur pendant la création du dossier", + "Unable to set upload directory." : "Impossible de définir le dossier pour l'upload, charger.", + "Invalid Token" : "Jeton non valide", + "No file was uploaded. Unknown error" : "Aucun fichier n'a été envoyé. Erreur inconnue", + "There is no error, the file uploaded with success" : "Aucune erreur, le fichier a été envoyé avec succès.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Le fichier envoyé dépasse l'instruction upload_max_filesize située dans le fichier php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse l'instruction MAX_FILE_SIZE qui est spécifiée dans le formulaire HTML.", + "The uploaded file was only partially uploaded" : "Le fichier n'a été que partiellement envoyé.", + "No file was uploaded" : "Pas de fichier envoyé.", + "Missing a temporary folder" : "Absence de dossier temporaire.", + "Failed to write to disk" : "Erreur d'écriture sur le disque", + "Not enough storage available" : "Plus assez d'espace de stockage disponible", + "Upload failed. Could not find uploaded file" : "L'envoi a échoué. Impossible de trouver le fichier envoyé.", + "Upload failed. Could not get file info." : "L'envoi a échoué. Impossible d'obtenir les informations du fichier.", + "Invalid directory." : "Dossier invalide.", + "Files" : "Fichiers", + "All files" : "Tous les fichiers", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Impossible d'envoyer {filename} car il s'agit d'un répertoire ou d'un fichier de taille nulle", + "Total file size {size1} exceeds upload limit {size2}" : "La taille totale du fichier {size1} excède la taille maximale d'envoi {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Espace insuffisant : vous tentez d'envoyer {size1} mais seulement {size2} sont disponibles", + "Upload cancelled." : "Envoi annulé.", + "Could not get result from server." : "Ne peut recevoir les résultats du serveur.", + "File upload is in progress. Leaving the page now will cancel the upload." : "L'envoi du fichier est en cours. Quitter cette page maintenant annulera l'envoi du fichier.", + "URL cannot be empty" : "L'URL ne peut pas être vide", + "{new_name} already exists" : "{new_name} existe déjà", + "Could not create file" : "Impossible de créer le fichier", + "Could not create folder" : "Impossible de créer le dossier", + "Error fetching URL" : "Erreur d'accès à l'URL", + "Share" : "Partager", + "Delete" : "Supprimer", + "Disconnect storage" : "Déconnecter ce support de stockage", + "Unshare" : "Ne plus partager", + "Delete permanently" : "Supprimer de façon définitive", + "Rename" : "Renommer", + "Pending" : "En attente", + "Error moving file." : "Erreur lors du déplacement du fichier.", + "Error moving file" : "Erreur lors du déplacement du fichier", + "Error" : "Erreur", + "Could not rename file" : "Impossible de renommer le fichier", + "Error deleting file." : "Erreur pendant la suppression du fichier.", + "Name" : "Nom", + "Size" : "Taille", + "Modified" : "Modifié", + "_%n folder_::_%n folders_" : ["%n dossier","%n dossiers"], + "_%n file_::_%n files_" : ["%n fichier","%n fichiers"], + "You don’t have permission to upload or create files here" : "Vous n'avez pas la permission de téléverser ou de créer des fichiers ici", + "_Uploading %n file_::_Uploading %n files_" : ["Téléversement de %n fichier","Téléversement de %n fichiers"], + "\"{name}\" is an invalid file name." : "\"{name}\" n'est pas un nom de fichier valide.", + "Your storage is full, files can not be updated or synced anymore!" : "Votre espage de stockage est plein, les fichiers ne peuvent plus être téléversés ou synchronisés !", + "Your storage is almost full ({usedSpacePercent}%)" : "Votre espace de stockage est presque plein ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'application de chiffrement est activée mais vos clés ne sont pas initialisées, veuillez vous déconnecter et ensuite vous reconnecter.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Votre clef privée pour l'application de chiffrement est invalide ! Veuillez mettre à jour le mot de passe de votre clef privée dans vos paramètres personnels pour récupérer l'accès à vos fichiers chiffrés.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Le chiffrement était désactivé mais vos fichiers sont toujours chiffrés. Veuillez vous rendre sur vos Paramètres personnels pour déchiffrer vos fichiers.", + "{dirs} and {files}" : "{dirs} et {files}", + "%s could not be renamed as it has been deleted" : "%s ne peut être renommé car il a été supprimé ", + "%s could not be renamed" : "%s ne peut être renommé", + "Upload (max. %s)" : "Envoi (max. %s)", + "File handling" : "Gestion des fichiers", + "Maximum upload size" : "Taille max. d'envoi", + "max. possible: " : "Max. possible :", + "Save" : "Sauvegarder", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Utilisez cette adresse pour accéder à vos fichiers par WebDAV", + "New" : "Nouveau", + "New text file" : "Nouveau fichier texte", + "Text file" : "Fichier texte", + "New folder" : "Nouveau dossier", + "Folder" : "Dossier", + "From link" : "Depuis un lien", + "Nothing in here. Upload something!" : "Il n'y a rien ici ! Envoyez donc quelque chose :)", + "Download" : "Télécharger", + "Upload too large" : "Téléversement trop volumineux", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise par ce serveur.", + "Files are being scanned, please wait." : "Les fichiers sont en cours d'analyse, veuillez patienter.", + "Currently scanning" : "Analyse en cours" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json new file mode 100644 index 0000000000..19c9154dc7 --- /dev/null +++ b/apps/files/l10n/fr.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Support de stockage non disponible", + "Storage invalid" : "Support de stockage invalide", + "Unknown error" : "Erreur Inconnue ", + "Could not move %s - File with this name already exists" : "Impossible de déplacer %s - Un fichier possédant ce nom existe déjà", + "Could not move %s" : "Impossible de déplacer %s", + "Permission denied" : "Permission refusée", + "File name cannot be empty." : "Le nom de fichier ne peut être vide.", + "\"%s\" is an invalid file name." : "\"%s\" n'est pas un nom de fichier valide.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nom invalide, les caractères '\\', '/', '<', '>', ':', '\"', '|', '?' et '*' ne sont pas autorisés.", + "The target folder has been moved or deleted." : "Le dossier cible a été déplacé ou supprimé.", + "The name %s is already used in the folder %s. Please choose a different name." : "Le nom %s est déjà utilisé dans le dossier %s. Merci de choisir un nom différent.", + "Not a valid source" : "La source n'est pas valide", + "Server is not allowed to open URLs, please check the server configuration" : "Le serveur n'est pas autorisé à ouvrir des URL, veuillez vérifier la configuration du serveur", + "The file exceeds your quota by %s" : "Le fichier excède votre quota de %s", + "Error while downloading %s to %s" : "Erreur pendant le téléchargement de %s à %s", + "Error when creating the file" : "Erreur pendant la création du fichier", + "Folder name cannot be empty." : "Le nom de dossier ne peux pas être vide.", + "Error when creating the folder" : "Erreur pendant la création du dossier", + "Unable to set upload directory." : "Impossible de définir le dossier pour l'upload, charger.", + "Invalid Token" : "Jeton non valide", + "No file was uploaded. Unknown error" : "Aucun fichier n'a été envoyé. Erreur inconnue", + "There is no error, the file uploaded with success" : "Aucune erreur, le fichier a été envoyé avec succès.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Le fichier envoyé dépasse l'instruction upload_max_filesize située dans le fichier php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse l'instruction MAX_FILE_SIZE qui est spécifiée dans le formulaire HTML.", + "The uploaded file was only partially uploaded" : "Le fichier n'a été que partiellement envoyé.", + "No file was uploaded" : "Pas de fichier envoyé.", + "Missing a temporary folder" : "Absence de dossier temporaire.", + "Failed to write to disk" : "Erreur d'écriture sur le disque", + "Not enough storage available" : "Plus assez d'espace de stockage disponible", + "Upload failed. Could not find uploaded file" : "L'envoi a échoué. Impossible de trouver le fichier envoyé.", + "Upload failed. Could not get file info." : "L'envoi a échoué. Impossible d'obtenir les informations du fichier.", + "Invalid directory." : "Dossier invalide.", + "Files" : "Fichiers", + "All files" : "Tous les fichiers", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Impossible d'envoyer {filename} car il s'agit d'un répertoire ou d'un fichier de taille nulle", + "Total file size {size1} exceeds upload limit {size2}" : "La taille totale du fichier {size1} excède la taille maximale d'envoi {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Espace insuffisant : vous tentez d'envoyer {size1} mais seulement {size2} sont disponibles", + "Upload cancelled." : "Envoi annulé.", + "Could not get result from server." : "Ne peut recevoir les résultats du serveur.", + "File upload is in progress. Leaving the page now will cancel the upload." : "L'envoi du fichier est en cours. Quitter cette page maintenant annulera l'envoi du fichier.", + "URL cannot be empty" : "L'URL ne peut pas être vide", + "{new_name} already exists" : "{new_name} existe déjà", + "Could not create file" : "Impossible de créer le fichier", + "Could not create folder" : "Impossible de créer le dossier", + "Error fetching URL" : "Erreur d'accès à l'URL", + "Share" : "Partager", + "Delete" : "Supprimer", + "Disconnect storage" : "Déconnecter ce support de stockage", + "Unshare" : "Ne plus partager", + "Delete permanently" : "Supprimer de façon définitive", + "Rename" : "Renommer", + "Pending" : "En attente", + "Error moving file." : "Erreur lors du déplacement du fichier.", + "Error moving file" : "Erreur lors du déplacement du fichier", + "Error" : "Erreur", + "Could not rename file" : "Impossible de renommer le fichier", + "Error deleting file." : "Erreur pendant la suppression du fichier.", + "Name" : "Nom", + "Size" : "Taille", + "Modified" : "Modifié", + "_%n folder_::_%n folders_" : ["%n dossier","%n dossiers"], + "_%n file_::_%n files_" : ["%n fichier","%n fichiers"], + "You don’t have permission to upload or create files here" : "Vous n'avez pas la permission de téléverser ou de créer des fichiers ici", + "_Uploading %n file_::_Uploading %n files_" : ["Téléversement de %n fichier","Téléversement de %n fichiers"], + "\"{name}\" is an invalid file name." : "\"{name}\" n'est pas un nom de fichier valide.", + "Your storage is full, files can not be updated or synced anymore!" : "Votre espage de stockage est plein, les fichiers ne peuvent plus être téléversés ou synchronisés !", + "Your storage is almost full ({usedSpacePercent}%)" : "Votre espace de stockage est presque plein ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'application de chiffrement est activée mais vos clés ne sont pas initialisées, veuillez vous déconnecter et ensuite vous reconnecter.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Votre clef privée pour l'application de chiffrement est invalide ! Veuillez mettre à jour le mot de passe de votre clef privée dans vos paramètres personnels pour récupérer l'accès à vos fichiers chiffrés.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Le chiffrement était désactivé mais vos fichiers sont toujours chiffrés. Veuillez vous rendre sur vos Paramètres personnels pour déchiffrer vos fichiers.", + "{dirs} and {files}" : "{dirs} et {files}", + "%s could not be renamed as it has been deleted" : "%s ne peut être renommé car il a été supprimé ", + "%s could not be renamed" : "%s ne peut être renommé", + "Upload (max. %s)" : "Envoi (max. %s)", + "File handling" : "Gestion des fichiers", + "Maximum upload size" : "Taille max. d'envoi", + "max. possible: " : "Max. possible :", + "Save" : "Sauvegarder", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Utilisez cette adresse pour accéder à vos fichiers par WebDAV", + "New" : "Nouveau", + "New text file" : "Nouveau fichier texte", + "Text file" : "Fichier texte", + "New folder" : "Nouveau dossier", + "Folder" : "Dossier", + "From link" : "Depuis un lien", + "Nothing in here. Upload something!" : "Il n'y a rien ici ! Envoyez donc quelque chose :)", + "Download" : "Télécharger", + "Upload too large" : "Téléversement trop volumineux", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise par ce serveur.", + "Files are being scanned, please wait." : "Les fichiers sont en cours d'analyse, veuillez patienter.", + "Currently scanning" : "Analyse en cours" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php deleted file mode 100644 index e4f7d93aee..0000000000 --- a/apps/files/l10n/fr.php +++ /dev/null @@ -1,96 +0,0 @@ - "Support de stockage non disponible", -"Storage invalid" => "Support de stockage invalide", -"Unknown error" => "Erreur Inconnue ", -"Could not move %s - File with this name already exists" => "Impossible de déplacer %s - Un fichier possédant ce nom existe déjà", -"Could not move %s" => "Impossible de déplacer %s", -"Permission denied" => "Permission refusée", -"File name cannot be empty." => "Le nom de fichier ne peut être vide.", -"\"%s\" is an invalid file name." => "\"%s\" n'est pas un nom de fichier valide.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nom invalide, les caractères '\\', '/', '<', '>', ':', '\"', '|', '?' et '*' ne sont pas autorisés.", -"The target folder has been moved or deleted." => "Le dossier cible a été déplacé ou supprimé.", -"The name %s is already used in the folder %s. Please choose a different name." => "Le nom %s est déjà utilisé dans le dossier %s. Merci de choisir un nom différent.", -"Not a valid source" => "La source n'est pas valide", -"Server is not allowed to open URLs, please check the server configuration" => "Le serveur n'est pas autorisé à ouvrir des URL, veuillez vérifier la configuration du serveur", -"The file exceeds your quota by %s" => "Le fichier excède votre quota de %s", -"Error while downloading %s to %s" => "Erreur pendant le téléchargement de %s à %s", -"Error when creating the file" => "Erreur pendant la création du fichier", -"Folder name cannot be empty." => "Le nom de dossier ne peux pas être vide.", -"Error when creating the folder" => "Erreur pendant la création du dossier", -"Unable to set upload directory." => "Impossible de définir le dossier pour l'upload, charger.", -"Invalid Token" => "Jeton non valide", -"No file was uploaded. Unknown error" => "Aucun fichier n'a été envoyé. Erreur inconnue", -"There is no error, the file uploaded with success" => "Aucune erreur, le fichier a été envoyé avec succès.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Le fichier envoyé dépasse l'instruction upload_max_filesize située dans le fichier php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Le fichier envoyé dépasse l'instruction MAX_FILE_SIZE qui est spécifiée dans le formulaire HTML.", -"The uploaded file was only partially uploaded" => "Le fichier n'a été que partiellement envoyé.", -"No file was uploaded" => "Pas de fichier envoyé.", -"Missing a temporary folder" => "Absence de dossier temporaire.", -"Failed to write to disk" => "Erreur d'écriture sur le disque", -"Not enough storage available" => "Plus assez d'espace de stockage disponible", -"Upload failed. Could not find uploaded file" => "L'envoi a échoué. Impossible de trouver le fichier envoyé.", -"Upload failed. Could not get file info." => "L'envoi a échoué. Impossible d'obtenir les informations du fichier.", -"Invalid directory." => "Dossier invalide.", -"Files" => "Fichiers", -"All files" => "Tous les fichiers", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Impossible d'envoyer {filename} car il s'agit d'un répertoire ou d'un fichier de taille nulle", -"Total file size {size1} exceeds upload limit {size2}" => "La taille totale du fichier {size1} excède la taille maximale d'envoi {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Espace insuffisant : vous tentez d'envoyer {size1} mais seulement {size2} sont disponibles", -"Upload cancelled." => "Envoi annulé.", -"Could not get result from server." => "Ne peut recevoir les résultats du serveur.", -"File upload is in progress. Leaving the page now will cancel the upload." => "L'envoi du fichier est en cours. Quitter cette page maintenant annulera l'envoi du fichier.", -"URL cannot be empty" => "L'URL ne peut pas être vide", -"{new_name} already exists" => "{new_name} existe déjà", -"Could not create file" => "Impossible de créer le fichier", -"Could not create folder" => "Impossible de créer le dossier", -"Error fetching URL" => "Erreur d'accès à l'URL", -"Share" => "Partager", -"Delete" => "Supprimer", -"Disconnect storage" => "Déconnecter ce support de stockage", -"Unshare" => "Ne plus partager", -"Delete permanently" => "Supprimer de façon définitive", -"Rename" => "Renommer", -"Pending" => "En attente", -"Error moving file." => "Erreur lors du déplacement du fichier.", -"Error moving file" => "Erreur lors du déplacement du fichier", -"Error" => "Erreur", -"Could not rename file" => "Impossible de renommer le fichier", -"Error deleting file." => "Erreur pendant la suppression du fichier.", -"Name" => "Nom", -"Size" => "Taille", -"Modified" => "Modifié", -"_%n folder_::_%n folders_" => array("%n dossier","%n dossiers"), -"_%n file_::_%n files_" => array("%n fichier","%n fichiers"), -"You don’t have permission to upload or create files here" => "Vous n'avez pas la permission de téléverser ou de créer des fichiers ici", -"_Uploading %n file_::_Uploading %n files_" => array("Téléversement de %n fichier","Téléversement de %n fichiers"), -"\"{name}\" is an invalid file name." => "\"{name}\" n'est pas un nom de fichier valide.", -"Your storage is full, files can not be updated or synced anymore!" => "Votre espage de stockage est plein, les fichiers ne peuvent plus être téléversés ou synchronisés !", -"Your storage is almost full ({usedSpacePercent}%)" => "Votre espace de stockage est presque plein ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'application de chiffrement est activée mais vos clés ne sont pas initialisées, veuillez vous déconnecter et ensuite vous reconnecter.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Votre clef privée pour l'application de chiffrement est invalide ! Veuillez mettre à jour le mot de passe de votre clef privée dans vos paramètres personnels pour récupérer l'accès à vos fichiers chiffrés.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Le chiffrement était désactivé mais vos fichiers sont toujours chiffrés. Veuillez vous rendre sur vos Paramètres personnels pour déchiffrer vos fichiers.", -"{dirs} and {files}" => "{dirs} et {files}", -"%s could not be renamed as it has been deleted" => "%s ne peut être renommé car il a été supprimé ", -"%s could not be renamed" => "%s ne peut être renommé", -"Upload (max. %s)" => "Envoi (max. %s)", -"File handling" => "Gestion des fichiers", -"Maximum upload size" => "Taille max. d'envoi", -"max. possible: " => "Max. possible :", -"Save" => "Sauvegarder", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Utilisez cette adresse pour accéder à vos fichiers par WebDAV", -"New" => "Nouveau", -"New text file" => "Nouveau fichier texte", -"Text file" => "Fichier texte", -"New folder" => "Nouveau dossier", -"Folder" => "Dossier", -"From link" => "Depuis un lien", -"Nothing in here. Upload something!" => "Il n'y a rien ici ! Envoyez donc quelque chose :)", -"Download" => "Télécharger", -"Upload too large" => "Téléversement trop volumineux", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise par ce serveur.", -"Files are being scanned, please wait." => "Les fichiers sont en cours d'analyse, veuillez patienter.", -"Currently scanning" => "Analyse en cours" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/fr_CA.js b/apps/files/l10n/fr_CA.js new file mode 100644 index 0000000000..f085469f73 --- /dev/null +++ b/apps/files/l10n/fr_CA.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/fr_CA.json b/apps/files/l10n/fr_CA.json new file mode 100644 index 0000000000..ba9792477c --- /dev/null +++ b/apps/files/l10n/fr_CA.json @@ -0,0 +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 diff --git a/apps/files/l10n/fr_CA.php b/apps/files/l10n/fr_CA.php deleted file mode 100644 index 3c711e6b78..0000000000 --- a/apps/files/l10n/fr_CA.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/fy_NL.js b/apps/files/l10n/fy_NL.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/fy_NL.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/fy_NL.json b/apps/files/l10n/fy_NL.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/fy_NL.json @@ -0,0 +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 diff --git a/apps/files/l10n/fy_NL.php b/apps/files/l10n/fy_NL.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/fy_NL.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js new file mode 100644 index 0000000000..a169f5c21c --- /dev/null +++ b/apps/files/l10n/gl.js @@ -0,0 +1,96 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Almacenamento non dispoñíbel", + "Storage invalid" : "Almacenamento incorrecto", + "Unknown error" : "Produciuse un erro descoñecido", + "Could not move %s - File with this name already exists" : "Non foi posíbel mover %s; Xa existe un ficheiro con ese nome.", + "Could not move %s" : "Non foi posíbel mover %s", + "File name cannot be empty." : "O nome de ficheiro non pode estar baleiro", + "\"%s\" is an invalid file name." : "«%s» é un nome incorrecto de ficheiro.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome incorrecto, non se permite «\\», «/», «<», «>», «:», «\"», «|», «?» e «*».", + "The target folder has been moved or deleted." : "O cartafol de destino foi movido ou eliminado.", + "The name %s is already used in the folder %s. Please choose a different name." : "Xa existe o nome %s no cartafol %s. Escolla outro nome.", + "Not a valid source" : "Esta orixe non é correcta", + "Server is not allowed to open URLs, please check the server configuration" : "O servidor non ten permisos para abrir os enderezos URL, comprobe a configuración do servidor", + "The file exceeds your quota by %s" : "O ficheiro excede a súa cota en %s", + "Error while downloading %s to %s" : "Produciuse un erro ao descargar %s en %s", + "Error when creating the file" : "Produciuse un erro ao crear o ficheiro", + "Folder name cannot be empty." : "O nome de cartafol non pode estar baleiro.", + "Error when creating the folder" : "Produciuse un erro ao crear o cartafol", + "Unable to set upload directory." : "Non é posíbel configurar o directorio de envíos.", + "Invalid Token" : "Marca incorrecta", + "No file was uploaded. Unknown error" : "Non se enviou ningún ficheiro. Produciuse un erro descoñecido.", + "There is no error, the file uploaded with success" : "Non houbo erros, o ficheiro enviouse correctamente", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "O ficheiro enviado excede a directiva indicada por upload_max_filesize de php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro enviado excede da directiva MAX_FILE_SIZE especificada no formulario HTML", + "The uploaded file was only partially uploaded" : "O ficheiro so foi parcialmente enviado", + "No file was uploaded" : "Non se enviou ningún ficheiro", + "Missing a temporary folder" : "Falta o cartafol temporal", + "Failed to write to disk" : "Produciuse un erro ao escribir no disco", + "Not enough storage available" : "Non hai espazo de almacenamento abondo", + "Upload failed. Could not find uploaded file" : "O envío fracasou. Non foi posíbel atopar o ficheiro enviado", + "Upload failed. Could not get file info." : "O envío fracasou. Non foi posíbel obter información do ficheiro.", + "Invalid directory." : "O directorio é incorrecto.", + "Files" : "Ficheiros", + "All files" : "Todos os ficheiros", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Non é posíbel enviar {filename}, xa que ou é un directorio ou ten 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "O tamaño total do ficheiro {size1} excede do límite de envío {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Non hai espazo libre abondo, o seu envío é de {size1} mais só dispón de {size2}", + "Upload cancelled." : "Envío cancelado.", + "Could not get result from server." : "Non foi posíbel obter o resultado do servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "O envío do ficheiro está en proceso. Saír agora da páxina cancelará o envío.", + "URL cannot be empty" : "O URL non pode quedar en branco.", + "{new_name} already exists" : "Xa existe un {new_name}", + "Could not create file" : "Non foi posíbel crear o ficheiro", + "Could not create folder" : "Non foi posíbel crear o cartafol", + "Error fetching URL" : "Produciuse un erro ao obter o URL", + "Share" : "Compartir", + "Delete" : "Eliminar", + "Disconnect storage" : "Desconectar o almacenamento", + "Unshare" : "Deixar de compartir", + "Delete permanently" : "Eliminar permanentemente", + "Rename" : "Renomear", + "Pending" : "Pendentes", + "Error moving file." : "Produciuse un erro ao mover o ficheiro.", + "Error moving file" : "Produciuse un erro ao mover o ficheiro", + "Error" : "Erro", + "Could not rename file" : "Non foi posíbel renomear o ficheiro", + "Error deleting file." : "Produciuse un erro ao eliminar o ficheiro.", + "Name" : "Nome", + "Size" : "Tamaño", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n cartafol","%n cartafoles"], + "_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"], + "You don’t have permission to upload or create files here" : "Non ten permisos para enviar ou crear ficheiros aquí.", + "_Uploading %n file_::_Uploading %n files_" : ["Cargando %n ficheiro","Cargando %n ficheiros"], + "\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.", + "Your storage is full, files can not be updated or synced anymore!" : "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!", + "Your storage is almost full ({usedSpacePercent}%)" : "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicación de cifrado está activada, mais as chaves non foron inicializadas, saia da sesión e volva a acceder de novo", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada para a aplicación de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "O cifrado foi desactivado, mais os ficheiros están cifrados. Vaia á configuración persoal para descifrar os ficheiros.", + "{dirs} and {files}" : "{dirs} e {files}", + "%s could not be renamed as it has been deleted" : "Non é posíbel renomear %s xa que foi eliminado", + "%s could not be renamed" : "%s non pode cambiar de nome", + "Upload (max. %s)" : "Envío (máx. %s)", + "File handling" : "Manexo de ficheiro", + "Maximum upload size" : "Tamaño máximo do envío", + "max. possible: " : "máx. posíbel: ", + "Save" : "Gardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Empregue esta ligazón para acceder aos seus ficheiros mediante WebDAV", + "New" : "Novo", + "New text file" : "Ficheiro novo de texto", + "Text file" : "Ficheiro de texto", + "New folder" : "Novo cartafol", + "Folder" : "Cartafol", + "From link" : "Desde a ligazón", + "Nothing in here. Upload something!" : "Aquí non hai nada. Envíe algo.", + "Download" : "Descargar", + "Upload too large" : "Envío grande de máis", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor", + "Files are being scanned, please wait." : "Estanse analizando os ficheiros. Agarde.", + "Currently scanning" : "Análise actual" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json new file mode 100644 index 0000000000..cf1f30dcfc --- /dev/null +++ b/apps/files/l10n/gl.json @@ -0,0 +1,94 @@ +{ "translations": { + "Storage not available" : "Almacenamento non dispoñíbel", + "Storage invalid" : "Almacenamento incorrecto", + "Unknown error" : "Produciuse un erro descoñecido", + "Could not move %s - File with this name already exists" : "Non foi posíbel mover %s; Xa existe un ficheiro con ese nome.", + "Could not move %s" : "Non foi posíbel mover %s", + "File name cannot be empty." : "O nome de ficheiro non pode estar baleiro", + "\"%s\" is an invalid file name." : "«%s» é un nome incorrecto de ficheiro.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome incorrecto, non se permite «\\», «/», «<», «>», «:», «\"», «|», «?» e «*».", + "The target folder has been moved or deleted." : "O cartafol de destino foi movido ou eliminado.", + "The name %s is already used in the folder %s. Please choose a different name." : "Xa existe o nome %s no cartafol %s. Escolla outro nome.", + "Not a valid source" : "Esta orixe non é correcta", + "Server is not allowed to open URLs, please check the server configuration" : "O servidor non ten permisos para abrir os enderezos URL, comprobe a configuración do servidor", + "The file exceeds your quota by %s" : "O ficheiro excede a súa cota en %s", + "Error while downloading %s to %s" : "Produciuse un erro ao descargar %s en %s", + "Error when creating the file" : "Produciuse un erro ao crear o ficheiro", + "Folder name cannot be empty." : "O nome de cartafol non pode estar baleiro.", + "Error when creating the folder" : "Produciuse un erro ao crear o cartafol", + "Unable to set upload directory." : "Non é posíbel configurar o directorio de envíos.", + "Invalid Token" : "Marca incorrecta", + "No file was uploaded. Unknown error" : "Non se enviou ningún ficheiro. Produciuse un erro descoñecido.", + "There is no error, the file uploaded with success" : "Non houbo erros, o ficheiro enviouse correctamente", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "O ficheiro enviado excede a directiva indicada por upload_max_filesize de php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro enviado excede da directiva MAX_FILE_SIZE especificada no formulario HTML", + "The uploaded file was only partially uploaded" : "O ficheiro so foi parcialmente enviado", + "No file was uploaded" : "Non se enviou ningún ficheiro", + "Missing a temporary folder" : "Falta o cartafol temporal", + "Failed to write to disk" : "Produciuse un erro ao escribir no disco", + "Not enough storage available" : "Non hai espazo de almacenamento abondo", + "Upload failed. Could not find uploaded file" : "O envío fracasou. Non foi posíbel atopar o ficheiro enviado", + "Upload failed. Could not get file info." : "O envío fracasou. Non foi posíbel obter información do ficheiro.", + "Invalid directory." : "O directorio é incorrecto.", + "Files" : "Ficheiros", + "All files" : "Todos os ficheiros", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Non é posíbel enviar {filename}, xa que ou é un directorio ou ten 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "O tamaño total do ficheiro {size1} excede do límite de envío {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Non hai espazo libre abondo, o seu envío é de {size1} mais só dispón de {size2}", + "Upload cancelled." : "Envío cancelado.", + "Could not get result from server." : "Non foi posíbel obter o resultado do servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "O envío do ficheiro está en proceso. Saír agora da páxina cancelará o envío.", + "URL cannot be empty" : "O URL non pode quedar en branco.", + "{new_name} already exists" : "Xa existe un {new_name}", + "Could not create file" : "Non foi posíbel crear o ficheiro", + "Could not create folder" : "Non foi posíbel crear o cartafol", + "Error fetching URL" : "Produciuse un erro ao obter o URL", + "Share" : "Compartir", + "Delete" : "Eliminar", + "Disconnect storage" : "Desconectar o almacenamento", + "Unshare" : "Deixar de compartir", + "Delete permanently" : "Eliminar permanentemente", + "Rename" : "Renomear", + "Pending" : "Pendentes", + "Error moving file." : "Produciuse un erro ao mover o ficheiro.", + "Error moving file" : "Produciuse un erro ao mover o ficheiro", + "Error" : "Erro", + "Could not rename file" : "Non foi posíbel renomear o ficheiro", + "Error deleting file." : "Produciuse un erro ao eliminar o ficheiro.", + "Name" : "Nome", + "Size" : "Tamaño", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n cartafol","%n cartafoles"], + "_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"], + "You don’t have permission to upload or create files here" : "Non ten permisos para enviar ou crear ficheiros aquí.", + "_Uploading %n file_::_Uploading %n files_" : ["Cargando %n ficheiro","Cargando %n ficheiros"], + "\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.", + "Your storage is full, files can not be updated or synced anymore!" : "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!", + "Your storage is almost full ({usedSpacePercent}%)" : "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicación de cifrado está activada, mais as chaves non foron inicializadas, saia da sesión e volva a acceder de novo", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada para a aplicación de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "O cifrado foi desactivado, mais os ficheiros están cifrados. Vaia á configuración persoal para descifrar os ficheiros.", + "{dirs} and {files}" : "{dirs} e {files}", + "%s could not be renamed as it has been deleted" : "Non é posíbel renomear %s xa que foi eliminado", + "%s could not be renamed" : "%s non pode cambiar de nome", + "Upload (max. %s)" : "Envío (máx. %s)", + "File handling" : "Manexo de ficheiro", + "Maximum upload size" : "Tamaño máximo do envío", + "max. possible: " : "máx. posíbel: ", + "Save" : "Gardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Empregue esta ligazón para acceder aos seus ficheiros mediante WebDAV", + "New" : "Novo", + "New text file" : "Ficheiro novo de texto", + "Text file" : "Ficheiro de texto", + "New folder" : "Novo cartafol", + "Folder" : "Cartafol", + "From link" : "Desde a ligazón", + "Nothing in here. Upload something!" : "Aquí non hai nada. Envíe algo.", + "Download" : "Descargar", + "Upload too large" : "Envío grande de máis", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor", + "Files are being scanned, please wait." : "Estanse analizando os ficheiros. Agarde.", + "Currently scanning" : "Análise actual" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php deleted file mode 100644 index 0671a0ac47..0000000000 --- a/apps/files/l10n/gl.php +++ /dev/null @@ -1,95 +0,0 @@ - "Almacenamento non dispoñíbel", -"Storage invalid" => "Almacenamento incorrecto", -"Unknown error" => "Produciuse un erro descoñecido", -"Could not move %s - File with this name already exists" => "Non foi posíbel mover %s; Xa existe un ficheiro con ese nome.", -"Could not move %s" => "Non foi posíbel mover %s", -"File name cannot be empty." => "O nome de ficheiro non pode estar baleiro", -"\"%s\" is an invalid file name." => "«%s» é un nome incorrecto de ficheiro.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome incorrecto, non se permite «\\», «/», «<», «>», «:», «\"», «|», «?» e «*».", -"The target folder has been moved or deleted." => "O cartafol de destino foi movido ou eliminado.", -"The name %s is already used in the folder %s. Please choose a different name." => "Xa existe o nome %s no cartafol %s. Escolla outro nome.", -"Not a valid source" => "Esta orixe non é correcta", -"Server is not allowed to open URLs, please check the server configuration" => "O servidor non ten permisos para abrir os enderezos URL, comprobe a configuración do servidor", -"The file exceeds your quota by %s" => "O ficheiro excede a súa cota en %s", -"Error while downloading %s to %s" => "Produciuse un erro ao descargar %s en %s", -"Error when creating the file" => "Produciuse un erro ao crear o ficheiro", -"Folder name cannot be empty." => "O nome de cartafol non pode estar baleiro.", -"Error when creating the folder" => "Produciuse un erro ao crear o cartafol", -"Unable to set upload directory." => "Non é posíbel configurar o directorio de envíos.", -"Invalid Token" => "Marca incorrecta", -"No file was uploaded. Unknown error" => "Non se enviou ningún ficheiro. Produciuse un erro descoñecido.", -"There is no error, the file uploaded with success" => "Non houbo erros, o ficheiro enviouse correctamente", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "O ficheiro enviado excede a directiva indicada por upload_max_filesize de php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "O ficheiro enviado excede da directiva MAX_FILE_SIZE especificada no formulario HTML", -"The uploaded file was only partially uploaded" => "O ficheiro so foi parcialmente enviado", -"No file was uploaded" => "Non se enviou ningún ficheiro", -"Missing a temporary folder" => "Falta o cartafol temporal", -"Failed to write to disk" => "Produciuse un erro ao escribir no disco", -"Not enough storage available" => "Non hai espazo de almacenamento abondo", -"Upload failed. Could not find uploaded file" => "O envío fracasou. Non foi posíbel atopar o ficheiro enviado", -"Upload failed. Could not get file info." => "O envío fracasou. Non foi posíbel obter información do ficheiro.", -"Invalid directory." => "O directorio é incorrecto.", -"Files" => "Ficheiros", -"All files" => "Todos os ficheiros", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Non é posíbel enviar {filename}, xa que ou é un directorio ou ten 0 bytes", -"Total file size {size1} exceeds upload limit {size2}" => "O tamaño total do ficheiro {size1} excede do límite de envío {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Non hai espazo libre abondo, o seu envío é de {size1} mais só dispón de {size2}", -"Upload cancelled." => "Envío cancelado.", -"Could not get result from server." => "Non foi posíbel obter o resultado do servidor.", -"File upload is in progress. Leaving the page now will cancel the upload." => "O envío do ficheiro está en proceso. Saír agora da páxina cancelará o envío.", -"URL cannot be empty" => "O URL non pode quedar en branco.", -"{new_name} already exists" => "Xa existe un {new_name}", -"Could not create file" => "Non foi posíbel crear o ficheiro", -"Could not create folder" => "Non foi posíbel crear o cartafol", -"Error fetching URL" => "Produciuse un erro ao obter o URL", -"Share" => "Compartir", -"Delete" => "Eliminar", -"Disconnect storage" => "Desconectar o almacenamento", -"Unshare" => "Deixar de compartir", -"Delete permanently" => "Eliminar permanentemente", -"Rename" => "Renomear", -"Pending" => "Pendentes", -"Error moving file." => "Produciuse un erro ao mover o ficheiro.", -"Error moving file" => "Produciuse un erro ao mover o ficheiro", -"Error" => "Erro", -"Could not rename file" => "Non foi posíbel renomear o ficheiro", -"Error deleting file." => "Produciuse un erro ao eliminar o ficheiro.", -"Name" => "Nome", -"Size" => "Tamaño", -"Modified" => "Modificado", -"_%n folder_::_%n folders_" => array("%n cartafol","%n cartafoles"), -"_%n file_::_%n files_" => array("%n ficheiro","%n ficheiros"), -"You don’t have permission to upload or create files here" => "Non ten permisos para enviar ou crear ficheiros aquí.", -"_Uploading %n file_::_Uploading %n files_" => array("Cargando %n ficheiro","Cargando %n ficheiros"), -"\"{name}\" is an invalid file name." => "«{name}» é un nome incorrecto de ficheiro.", -"Your storage is full, files can not be updated or synced anymore!" => "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!", -"Your storage is almost full ({usedSpacePercent}%)" => "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "A aplicación de cifrado está activada, mais as chaves non foron inicializadas, saia da sesión e volva a acceder de novo", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "A chave privada para a aplicación de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "O cifrado foi desactivado, mais os ficheiros están cifrados. Vaia á configuración persoal para descifrar os ficheiros.", -"{dirs} and {files}" => "{dirs} e {files}", -"%s could not be renamed as it has been deleted" => "Non é posíbel renomear %s xa que foi eliminado", -"%s could not be renamed" => "%s non pode cambiar de nome", -"Upload (max. %s)" => "Envío (máx. %s)", -"File handling" => "Manexo de ficheiro", -"Maximum upload size" => "Tamaño máximo do envío", -"max. possible: " => "máx. posíbel: ", -"Save" => "Gardar", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Empregue esta ligazón para acceder aos seus ficheiros mediante WebDAV", -"New" => "Novo", -"New text file" => "Ficheiro novo de texto", -"Text file" => "Ficheiro de texto", -"New folder" => "Novo cartafol", -"Folder" => "Cartafol", -"From link" => "Desde a ligazón", -"Nothing in here. Upload something!" => "Aquí non hai nada. Envíe algo.", -"Download" => "Descargar", -"Upload too large" => "Envío grande de máis", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor", -"Files are being scanned, please wait." => "Estanse analizando os ficheiros. Agarde.", -"Currently scanning" => "Análise actual" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/gu.js b/apps/files/l10n/gu.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/gu.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/gu.json b/apps/files/l10n/gu.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/gu.json @@ -0,0 +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 diff --git a/apps/files/l10n/gu.php b/apps/files/l10n/gu.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/gu.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/he.js b/apps/files/l10n/he.js new file mode 100644 index 0000000000..4db22fef4e --- /dev/null +++ b/apps/files/l10n/he.js @@ -0,0 +1,56 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "שגיאה בלתי ידועה", + "Could not move %s - File with this name already exists" : "לא ניתן להעביר את %s - קובץ בשם הזה כבר קיים", + "Could not move %s" : "לא ניתן להעביר את %s", + "File name cannot be empty." : "שם קובץ אינו יכול להיות ריק", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "השם שגוי, אסור להשתמש בתווים '\\', '/', '<', '>', ':', '\"', '|', '?' ו־'*'.", + "No file was uploaded. Unknown error" : "לא הועלה קובץ. טעות בלתי מזוהה.", + "There is no error, the file uploaded with success" : "לא התרחשה שגיאה, הקובץ הועלה בהצלחה", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "הקבצים שנשלחו חורגים מהגודל שצוין בהגדרה upload_max_filesize שבקובץ php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "הקובץ שהועלה גדוך מהערך MAX_FILE_SIZE שהוגדר בתופס HTML", + "The uploaded file was only partially uploaded" : "הקובץ הועלה באופן חלקי בלבד", + "No file was uploaded" : "שום קובץ לא הועלה", + "Missing a temporary folder" : "תקיה זמנית חסרה", + "Failed to write to disk" : "הכתיבה לכונן נכשלה", + "Not enough storage available" : "אין די שטח פנוי באחסון", + "Upload failed. Could not get file info." : "העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ.", + "Invalid directory." : "תיקייה שגויה.", + "Files" : "קבצים", + "Upload cancelled." : "ההעלאה בוטלה.", + "Could not get result from server." : "לא ניתן לגשת לתוצאות מהשרת.", + "File upload is in progress. Leaving the page now will cancel the upload." : "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.", + "{new_name} already exists" : "{new_name} כבר קיים", + "Share" : "שתף", + "Delete" : "מחיקה", + "Unshare" : "הסר שיתוף", + "Delete permanently" : "מחק לצמיתות", + "Rename" : "שינוי שם", + "Pending" : "ממתין", + "Error" : "שגיאה", + "Name" : "שם", + "Size" : "גודל", + "Modified" : "זמן שינוי", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Your storage is almost full ({usedSpacePercent}%)" : "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)", + "Upload (max. %s)" : "העלאה (מקסימום %s)", + "File handling" : "טיפול בקבצים", + "Maximum upload size" : "גודל העלאה מקסימלי", + "max. possible: " : "המרבי האפשרי: ", + "Save" : "שמירה", + "WebDAV" : "WebDAV", + "New" : "חדש", + "Text file" : "קובץ טקסט", + "New folder" : "תיקייה חדשה", + "Folder" : "תיקייה", + "From link" : "מקישור", + "Nothing in here. Upload something!" : "אין כאן שום דבר. אולי ברצונך להעלות משהו?", + "Download" : "הורדה", + "Upload too large" : "העלאה גדולה מידי", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.", + "Files are being scanned, please wait." : "הקבצים נסרקים, נא להמתין." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/he.json b/apps/files/l10n/he.json new file mode 100644 index 0000000000..b876983cbb --- /dev/null +++ b/apps/files/l10n/he.json @@ -0,0 +1,54 @@ +{ "translations": { + "Unknown error" : "שגיאה בלתי ידועה", + "Could not move %s - File with this name already exists" : "לא ניתן להעביר את %s - קובץ בשם הזה כבר קיים", + "Could not move %s" : "לא ניתן להעביר את %s", + "File name cannot be empty." : "שם קובץ אינו יכול להיות ריק", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "השם שגוי, אסור להשתמש בתווים '\\', '/', '<', '>', ':', '\"', '|', '?' ו־'*'.", + "No file was uploaded. Unknown error" : "לא הועלה קובץ. טעות בלתי מזוהה.", + "There is no error, the file uploaded with success" : "לא התרחשה שגיאה, הקובץ הועלה בהצלחה", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "הקבצים שנשלחו חורגים מהגודל שצוין בהגדרה upload_max_filesize שבקובץ php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "הקובץ שהועלה גדוך מהערך MAX_FILE_SIZE שהוגדר בתופס HTML", + "The uploaded file was only partially uploaded" : "הקובץ הועלה באופן חלקי בלבד", + "No file was uploaded" : "שום קובץ לא הועלה", + "Missing a temporary folder" : "תקיה זמנית חסרה", + "Failed to write to disk" : "הכתיבה לכונן נכשלה", + "Not enough storage available" : "אין די שטח פנוי באחסון", + "Upload failed. Could not get file info." : "העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ.", + "Invalid directory." : "תיקייה שגויה.", + "Files" : "קבצים", + "Upload cancelled." : "ההעלאה בוטלה.", + "Could not get result from server." : "לא ניתן לגשת לתוצאות מהשרת.", + "File upload is in progress. Leaving the page now will cancel the upload." : "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.", + "{new_name} already exists" : "{new_name} כבר קיים", + "Share" : "שתף", + "Delete" : "מחיקה", + "Unshare" : "הסר שיתוף", + "Delete permanently" : "מחק לצמיתות", + "Rename" : "שינוי שם", + "Pending" : "ממתין", + "Error" : "שגיאה", + "Name" : "שם", + "Size" : "גודל", + "Modified" : "זמן שינוי", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Your storage is almost full ({usedSpacePercent}%)" : "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)", + "Upload (max. %s)" : "העלאה (מקסימום %s)", + "File handling" : "טיפול בקבצים", + "Maximum upload size" : "גודל העלאה מקסימלי", + "max. possible: " : "המרבי האפשרי: ", + "Save" : "שמירה", + "WebDAV" : "WebDAV", + "New" : "חדש", + "Text file" : "קובץ טקסט", + "New folder" : "תיקייה חדשה", + "Folder" : "תיקייה", + "From link" : "מקישור", + "Nothing in here. Upload something!" : "אין כאן שום דבר. אולי ברצונך להעלות משהו?", + "Download" : "הורדה", + "Upload too large" : "העלאה גדולה מידי", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.", + "Files are being scanned, please wait." : "הקבצים נסרקים, נא להמתין." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/he.php b/apps/files/l10n/he.php deleted file mode 100644 index 5eae5e46f2..0000000000 --- a/apps/files/l10n/he.php +++ /dev/null @@ -1,55 +0,0 @@ - "שגיאה בלתי ידועה", -"Could not move %s - File with this name already exists" => "לא ניתן להעביר את %s - קובץ בשם הזה כבר קיים", -"Could not move %s" => "לא ניתן להעביר את %s", -"File name cannot be empty." => "שם קובץ אינו יכול להיות ריק", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "השם שגוי, אסור להשתמש בתווים '\\', '/', '<', '>', ':', '\"', '|', '?' ו־'*'.", -"No file was uploaded. Unknown error" => "לא הועלה קובץ. טעות בלתי מזוהה.", -"There is no error, the file uploaded with success" => "לא התרחשה שגיאה, הקובץ הועלה בהצלחה", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "הקבצים שנשלחו חורגים מהגודל שצוין בהגדרה upload_max_filesize שבקובץ php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "הקובץ שהועלה גדוך מהערך MAX_FILE_SIZE שהוגדר בתופס HTML", -"The uploaded file was only partially uploaded" => "הקובץ הועלה באופן חלקי בלבד", -"No file was uploaded" => "שום קובץ לא הועלה", -"Missing a temporary folder" => "תקיה זמנית חסרה", -"Failed to write to disk" => "הכתיבה לכונן נכשלה", -"Not enough storage available" => "אין די שטח פנוי באחסון", -"Upload failed. Could not get file info." => "העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ.", -"Invalid directory." => "תיקייה שגויה.", -"Files" => "קבצים", -"Upload cancelled." => "ההעלאה בוטלה.", -"Could not get result from server." => "לא ניתן לגשת לתוצאות מהשרת.", -"File upload is in progress. Leaving the page now will cancel the upload." => "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.", -"{new_name} already exists" => "{new_name} כבר קיים", -"Share" => "שתף", -"Delete" => "מחיקה", -"Unshare" => "הסר שיתוף", -"Delete permanently" => "מחק לצמיתות", -"Rename" => "שינוי שם", -"Pending" => "ממתין", -"Error" => "שגיאה", -"Name" => "שם", -"Size" => "גודל", -"Modified" => "זמן שינוי", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Your storage is almost full ({usedSpacePercent}%)" => "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)", -"Upload (max. %s)" => "העלאה (מקסימום %s)", -"File handling" => "טיפול בקבצים", -"Maximum upload size" => "גודל העלאה מקסימלי", -"max. possible: " => "המרבי האפשרי: ", -"Save" => "שמירה", -"WebDAV" => "WebDAV", -"New" => "חדש", -"Text file" => "קובץ טקסט", -"New folder" => "תיקייה חדשה", -"Folder" => "תיקייה", -"From link" => "מקישור", -"Nothing in here. Upload something!" => "אין כאן שום דבר. אולי ברצונך להעלות משהו?", -"Download" => "הורדה", -"Upload too large" => "העלאה גדולה מידי", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.", -"Files are being scanned, please wait." => "הקבצים נסרקים, נא להמתין." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/hi.js b/apps/files/l10n/hi.js new file mode 100644 index 0000000000..21b409ce9e --- /dev/null +++ b/apps/files/l10n/hi.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "files", + { + "Files" : "फाइलें ", + "Share" : "साझा करें", + "Error" : "त्रुटि", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "सहेजें", + "New folder" : "नया फ़ोल्डर" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/hi.json b/apps/files/l10n/hi.json new file mode 100644 index 0000000000..093b80ce70 --- /dev/null +++ b/apps/files/l10n/hi.json @@ -0,0 +1,11 @@ +{ "translations": { + "Files" : "फाइलें ", + "Share" : "साझा करें", + "Error" : "त्रुटि", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "सहेजें", + "New folder" : "नया फ़ोल्डर" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/hi.php b/apps/files/l10n/hi.php deleted file mode 100644 index d38129dd9a..0000000000 --- a/apps/files/l10n/hi.php +++ /dev/null @@ -1,12 +0,0 @@ - "फाइलें ", -"Share" => "साझा करें", -"Error" => "त्रुटि", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Save" => "सहेजें", -"New folder" => "नया फ़ोल्डर" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/hi_IN.js b/apps/files/l10n/hi_IN.js new file mode 100644 index 0000000000..5bdf101699 --- /dev/null +++ b/apps/files/l10n/hi_IN.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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 new file mode 100644 index 0000000000..26e5833738 --- /dev/null +++ b/apps/files/l10n/hi_IN.json @@ -0,0 +1 @@ +{"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/hi_IN.php b/apps/files/l10n/hi_IN.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/hi_IN.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/hr.js b/apps/files/l10n/hr.js new file mode 100644 index 0000000000..ad4eead41c --- /dev/null +++ b/apps/files/l10n/hr.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Pohrana nedostupna", + "Storage invalid" : "Pohrana neispravna", + "Unknown error" : "Nepoznata pogreška", + "Could not move %s - File with this name already exists" : "Nemoguće premjestiti %s - Datoteka takvog naziva već postoji", + "Could not move %s" : "Nemoguće premjestiti %s", + "Permission denied" : "Nemate dozvolu", + "File name cannot be empty." : "Naziv datoteke ne može biti prazan.", + "\"%s\" is an invalid file name." : "\"%s\" je neispravan naziv datoteke.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neispravan naziv,'\\', '/', '<', '>', ':', '\"', '|', '?' i '*' nisu dozvoljeni.", + "The target folder has been moved or deleted." : "Ciljna mapa je premještena ili izbrisana.", + "The name %s is already used in the folder %s. Please choose a different name." : "Naziv %s je već iskorišten u mapi %s. Molimo odaberite drukčiji naziv.", + "Not a valid source" : "Izvor nije valjan", + "Server is not allowed to open URLs, please check the server configuration" : "Poslužitelj ne smije otvarati URL-ove, molimo provjerite konfiguraciju poslužitelja", + "The file exceeds your quota by %s" : "Datoteka premašuje vašu kvotu za %s", + "Error while downloading %s to %s" : "Pogreška pri prenošenju %s u %s", + "Error when creating the file" : "Pogreška pri kreiranju datoteke", + "Folder name cannot be empty." : "Naziv mape ne može biti prazan.", + "Error when creating the folder" : "Pogreška pri kreiranju mape", + "Unable to set upload directory." : "Postavka učitavanja direktorija nije moguća", + "Invalid Token" : "Neispravan token", + "No file was uploaded. Unknown error" : "Nijedna datoteka nije učitana. Pogreška nepoznata.", + "There is no error, the file uploaded with success" : "Pogreške nema, datoteka uspješno učitana", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Učitana datoteka premašuje maksimalnu dopuštenu veličinu navedenu u php. ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Učitana datoteka premašuje MAX_FILE_SIZE direktivu navedenu u HTML formi", + "The uploaded file was only partially uploaded" : "Učitana datoteka samo je djelomično učitana", + "No file was uploaded" : "Nijedna datoteka nije učitana", + "Missing a temporary folder" : "Nedostaje privremena mapa", + "Failed to write to disk" : "Zapisivanje na disk nije uspjelo", + "Not enough storage available" : "Prostor za pohranu nedostatan", + "Upload failed. Could not find uploaded file" : "Učitavanje neuspješno. Nije emoguće pronaći učitanu dataoteku", + "Upload failed. Could not get file info." : "Učitavanje neuspješno. Nije moguće dohvatiti informacije o datoteci", + "Invalid directory." : "Neispravan direktorij", + "Files" : "Datoteke", + "All files" : "Sve datoteke", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nije moguće učitati {filename} jer je ili direktorij ili ima 0 bajta", + "Total file size {size1} exceeds upload limit {size2}" : "Ukupna veličina datoteke {size1} premašuje ograničenje unosa {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nedovoljno slobodnog prostora, vi učitavate {size1} a samo je {size2} preostalo", + "Upload cancelled." : "Učitavanje je prekinuto.", + "Could not get result from server." : "Nemoguće dobiti rezultat od poslužitelja.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Učitavanje datoteke je u tijeku. Napuštanje stranice prekinut će učitavanje.", + "URL cannot be empty" : "URL ne može biti prazan", + "{new_name} already exists" : "{new_name} već postoji", + "Could not create file" : "Datoteku nije moguće kreirati", + "Could not create folder" : "Mapu nije moguće kreirati", + "Error fetching URL" : "Pogrešan dohvat URL", + "Share" : "Podijelite resurs", + "Delete" : "Izbrišite", + "Disconnect storage" : "Isključite pohranu", + "Unshare" : "Prestanite dijeliti", + "Delete permanently" : "Trajno izbrišite", + "Rename" : "Preimenujte", + "Pending" : "Na čekanju", + "Error moving file." : "Pogrešno premještanje datoteke", + "Error moving file" : "Pogrešno premještanje datoteke", + "Error" : "Pogreška", + "Could not rename file" : "Datoteku nije moguće preimenovati", + "Error deleting file." : "Pogrešno brisanje datoteke", + "Name" : "Naziv", + "Size" : "Veličina", + "Modified" : "Promijenjeno", + "_%n folder_::_%n folders_" : ["%n mapa","%n mape","%n mapa"], + "_%n file_::_%n files_" : ["%n datoteka","%n datoteke","%n datoteka"], + "You don’t have permission to upload or create files here" : "Ovdje vam nije dopušteno učitavati ili kreirati datoteke", + "_Uploading %n file_::_Uploading %n files_" : ["Prenosim %n datoteku","Prenosim %n datoteke","Prenosim %n datoteka"], + "\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.", + "Your storage is full, files can not be updated or synced anymore!" : "Vaša je pohrana puna, datoteke više nije moguće ažurirati niti sinkronizirati!", + "Your storage is almost full ({usedSpacePercent}%)" : "Vaš prostor za pohranu je skoro pun ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacija šifriranja je onemogućena, ali vaši ključevi nisu inicijalizirani, molimo odjavite se i ponovno prijavite", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Neispravan privatni ključ za šifriranje. Molimo ažurirajte lozinku svoga privatnog ključa u svojim osobnimpostavkama da biste obnovili pristup svojim šifriranim datotekama.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifriranje je onemogućeno, ali vaše su datoteke još uvijek šifrirane. Molimo, otiđite u svojeosobne postavke da biste dešifrirali svoje datoteke.", + "{dirs} and {files}" : "{dirs} i {files}", + "%s could not be renamed as it has been deleted" : "%s nije moguće preimenovati jer je izbrisan", + "%s could not be renamed" : "%s nije moguće preimenovati", + "Upload (max. %s)" : "Prijenos (max. %s)", + "File handling" : "Obrada datoteke", + "Maximum upload size" : "Maksimalna veličina učitanog sadržaja", + "max. possible: " : "max. moguće: ", + "Save" : "Spremite", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Koristitet slijedeću adresu za pristup vašim datotekama putem WebDAV-a", + "New" : "Novo", + "New text file" : "Nova tekstualna datoteka", + "Text file" : "Tekstualna datoteka", + "New folder" : "Nova mapa", + "Folder" : "Mapa", + "From link" : "Od veze", + "Nothing in here. Upload something!" : "Ovdje nema ničega. Učitajte nešto!", + "Download" : "Preuzimanje", + "Upload too large" : "Unos je prevelik", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke koje pokušavate učitati premašuju maksimalnu veličinu za unos datoteka na ovom poslužitelju.", + "Files are being scanned, please wait." : "Datoteke se provjeravaju, molimo pričekajte.", + "Currently scanning" : "Provjera u tijeku" +}, +"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/apps/files/l10n/hr.json b/apps/files/l10n/hr.json new file mode 100644 index 0000000000..482796da4a --- /dev/null +++ b/apps/files/l10n/hr.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Pohrana nedostupna", + "Storage invalid" : "Pohrana neispravna", + "Unknown error" : "Nepoznata pogreška", + "Could not move %s - File with this name already exists" : "Nemoguće premjestiti %s - Datoteka takvog naziva već postoji", + "Could not move %s" : "Nemoguće premjestiti %s", + "Permission denied" : "Nemate dozvolu", + "File name cannot be empty." : "Naziv datoteke ne može biti prazan.", + "\"%s\" is an invalid file name." : "\"%s\" je neispravan naziv datoteke.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neispravan naziv,'\\', '/', '<', '>', ':', '\"', '|', '?' i '*' nisu dozvoljeni.", + "The target folder has been moved or deleted." : "Ciljna mapa je premještena ili izbrisana.", + "The name %s is already used in the folder %s. Please choose a different name." : "Naziv %s je već iskorišten u mapi %s. Molimo odaberite drukčiji naziv.", + "Not a valid source" : "Izvor nije valjan", + "Server is not allowed to open URLs, please check the server configuration" : "Poslužitelj ne smije otvarati URL-ove, molimo provjerite konfiguraciju poslužitelja", + "The file exceeds your quota by %s" : "Datoteka premašuje vašu kvotu za %s", + "Error while downloading %s to %s" : "Pogreška pri prenošenju %s u %s", + "Error when creating the file" : "Pogreška pri kreiranju datoteke", + "Folder name cannot be empty." : "Naziv mape ne može biti prazan.", + "Error when creating the folder" : "Pogreška pri kreiranju mape", + "Unable to set upload directory." : "Postavka učitavanja direktorija nije moguća", + "Invalid Token" : "Neispravan token", + "No file was uploaded. Unknown error" : "Nijedna datoteka nije učitana. Pogreška nepoznata.", + "There is no error, the file uploaded with success" : "Pogreške nema, datoteka uspješno učitana", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Učitana datoteka premašuje maksimalnu dopuštenu veličinu navedenu u php. ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Učitana datoteka premašuje MAX_FILE_SIZE direktivu navedenu u HTML formi", + "The uploaded file was only partially uploaded" : "Učitana datoteka samo je djelomično učitana", + "No file was uploaded" : "Nijedna datoteka nije učitana", + "Missing a temporary folder" : "Nedostaje privremena mapa", + "Failed to write to disk" : "Zapisivanje na disk nije uspjelo", + "Not enough storage available" : "Prostor za pohranu nedostatan", + "Upload failed. Could not find uploaded file" : "Učitavanje neuspješno. Nije emoguće pronaći učitanu dataoteku", + "Upload failed. Could not get file info." : "Učitavanje neuspješno. Nije moguće dohvatiti informacije o datoteci", + "Invalid directory." : "Neispravan direktorij", + "Files" : "Datoteke", + "All files" : "Sve datoteke", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nije moguće učitati {filename} jer je ili direktorij ili ima 0 bajta", + "Total file size {size1} exceeds upload limit {size2}" : "Ukupna veličina datoteke {size1} premašuje ograničenje unosa {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nedovoljno slobodnog prostora, vi učitavate {size1} a samo je {size2} preostalo", + "Upload cancelled." : "Učitavanje je prekinuto.", + "Could not get result from server." : "Nemoguće dobiti rezultat od poslužitelja.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Učitavanje datoteke je u tijeku. Napuštanje stranice prekinut će učitavanje.", + "URL cannot be empty" : "URL ne može biti prazan", + "{new_name} already exists" : "{new_name} već postoji", + "Could not create file" : "Datoteku nije moguće kreirati", + "Could not create folder" : "Mapu nije moguće kreirati", + "Error fetching URL" : "Pogrešan dohvat URL", + "Share" : "Podijelite resurs", + "Delete" : "Izbrišite", + "Disconnect storage" : "Isključite pohranu", + "Unshare" : "Prestanite dijeliti", + "Delete permanently" : "Trajno izbrišite", + "Rename" : "Preimenujte", + "Pending" : "Na čekanju", + "Error moving file." : "Pogrešno premještanje datoteke", + "Error moving file" : "Pogrešno premještanje datoteke", + "Error" : "Pogreška", + "Could not rename file" : "Datoteku nije moguće preimenovati", + "Error deleting file." : "Pogrešno brisanje datoteke", + "Name" : "Naziv", + "Size" : "Veličina", + "Modified" : "Promijenjeno", + "_%n folder_::_%n folders_" : ["%n mapa","%n mape","%n mapa"], + "_%n file_::_%n files_" : ["%n datoteka","%n datoteke","%n datoteka"], + "You don’t have permission to upload or create files here" : "Ovdje vam nije dopušteno učitavati ili kreirati datoteke", + "_Uploading %n file_::_Uploading %n files_" : ["Prenosim %n datoteku","Prenosim %n datoteke","Prenosim %n datoteka"], + "\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.", + "Your storage is full, files can not be updated or synced anymore!" : "Vaša je pohrana puna, datoteke više nije moguće ažurirati niti sinkronizirati!", + "Your storage is almost full ({usedSpacePercent}%)" : "Vaš prostor za pohranu je skoro pun ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacija šifriranja je onemogućena, ali vaši ključevi nisu inicijalizirani, molimo odjavite se i ponovno prijavite", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Neispravan privatni ključ za šifriranje. Molimo ažurirajte lozinku svoga privatnog ključa u svojim osobnimpostavkama da biste obnovili pristup svojim šifriranim datotekama.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifriranje je onemogućeno, ali vaše su datoteke još uvijek šifrirane. Molimo, otiđite u svojeosobne postavke da biste dešifrirali svoje datoteke.", + "{dirs} and {files}" : "{dirs} i {files}", + "%s could not be renamed as it has been deleted" : "%s nije moguće preimenovati jer je izbrisan", + "%s could not be renamed" : "%s nije moguće preimenovati", + "Upload (max. %s)" : "Prijenos (max. %s)", + "File handling" : "Obrada datoteke", + "Maximum upload size" : "Maksimalna veličina učitanog sadržaja", + "max. possible: " : "max. moguće: ", + "Save" : "Spremite", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Koristitet slijedeću adresu za pristup vašim datotekama putem WebDAV-a", + "New" : "Novo", + "New text file" : "Nova tekstualna datoteka", + "Text file" : "Tekstualna datoteka", + "New folder" : "Nova mapa", + "Folder" : "Mapa", + "From link" : "Od veze", + "Nothing in here. Upload something!" : "Ovdje nema ničega. Učitajte nešto!", + "Download" : "Preuzimanje", + "Upload too large" : "Unos je prevelik", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke koje pokušavate učitati premašuju maksimalnu veličinu za unos datoteka na ovom poslužitelju.", + "Files are being scanned, please wait." : "Datoteke se provjeravaju, molimo pričekajte.", + "Currently scanning" : "Provjera u tijeku" +},"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/apps/files/l10n/hr.php b/apps/files/l10n/hr.php deleted file mode 100644 index 7c4016d31b..0000000000 --- a/apps/files/l10n/hr.php +++ /dev/null @@ -1,96 +0,0 @@ - "Pohrana nedostupna", -"Storage invalid" => "Pohrana neispravna", -"Unknown error" => "Nepoznata pogreška", -"Could not move %s - File with this name already exists" => "Nemoguće premjestiti %s - Datoteka takvog naziva već postoji", -"Could not move %s" => "Nemoguće premjestiti %s", -"Permission denied" => "Nemate dozvolu", -"File name cannot be empty." => "Naziv datoteke ne može biti prazan.", -"\"%s\" is an invalid file name." => "\"%s\" je neispravan naziv datoteke.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neispravan naziv,'\\', '/', '<', '>', ':', '\"', '|', '?' i '*' nisu dozvoljeni.", -"The target folder has been moved or deleted." => "Ciljna mapa je premještena ili izbrisana.", -"The name %s is already used in the folder %s. Please choose a different name." => "Naziv %s je već iskorišten u mapi %s. Molimo odaberite drukčiji naziv.", -"Not a valid source" => "Izvor nije valjan", -"Server is not allowed to open URLs, please check the server configuration" => "Poslužitelj ne smije otvarati URL-ove, molimo provjerite konfiguraciju poslužitelja", -"The file exceeds your quota by %s" => "Datoteka premašuje vašu kvotu za %s", -"Error while downloading %s to %s" => "Pogreška pri prenošenju %s u %s", -"Error when creating the file" => "Pogreška pri kreiranju datoteke", -"Folder name cannot be empty." => "Naziv mape ne može biti prazan.", -"Error when creating the folder" => "Pogreška pri kreiranju mape", -"Unable to set upload directory." => "Postavka učitavanja direktorija nije moguća", -"Invalid Token" => "Neispravan token", -"No file was uploaded. Unknown error" => "Nijedna datoteka nije učitana. Pogreška nepoznata.", -"There is no error, the file uploaded with success" => "Pogreške nema, datoteka uspješno učitana", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Učitana datoteka premašuje maksimalnu dopuštenu veličinu navedenu u php. ini: ", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Učitana datoteka premašuje MAX_FILE_SIZE direktivu navedenu u HTML formi", -"The uploaded file was only partially uploaded" => "Učitana datoteka samo je djelomično učitana", -"No file was uploaded" => "Nijedna datoteka nije učitana", -"Missing a temporary folder" => "Nedostaje privremena mapa", -"Failed to write to disk" => "Zapisivanje na disk nije uspjelo", -"Not enough storage available" => "Prostor za pohranu nedostatan", -"Upload failed. Could not find uploaded file" => "Učitavanje neuspješno. Nije emoguće pronaći učitanu dataoteku", -"Upload failed. Could not get file info." => "Učitavanje neuspješno. Nije moguće dohvatiti informacije o datoteci", -"Invalid directory." => "Neispravan direktorij", -"Files" => "Datoteke", -"All files" => "Sve datoteke", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Nije moguće učitati {filename} jer je ili direktorij ili ima 0 bajta", -"Total file size {size1} exceeds upload limit {size2}" => "Ukupna veličina datoteke {size1} premašuje ograničenje unosa {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Nedovoljno slobodnog prostora, vi učitavate {size1} a samo je {size2} preostalo", -"Upload cancelled." => "Učitavanje je prekinuto.", -"Could not get result from server." => "Nemoguće dobiti rezultat od poslužitelja.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Učitavanje datoteke je u tijeku. Napuštanje stranice prekinut će učitavanje.", -"URL cannot be empty" => "URL ne može biti prazan", -"{new_name} already exists" => "{new_name} već postoji", -"Could not create file" => "Datoteku nije moguće kreirati", -"Could not create folder" => "Mapu nije moguće kreirati", -"Error fetching URL" => "Pogrešan dohvat URL", -"Share" => "Podijelite resurs", -"Delete" => "Izbrišite", -"Disconnect storage" => "Isključite pohranu", -"Unshare" => "Prestanite dijeliti", -"Delete permanently" => "Trajno izbrišite", -"Rename" => "Preimenujte", -"Pending" => "Na čekanju", -"Error moving file." => "Pogrešno premještanje datoteke", -"Error moving file" => "Pogrešno premještanje datoteke", -"Error" => "Pogreška", -"Could not rename file" => "Datoteku nije moguće preimenovati", -"Error deleting file." => "Pogrešno brisanje datoteke", -"Name" => "Naziv", -"Size" => "Veličina", -"Modified" => "Promijenjeno", -"_%n folder_::_%n folders_" => array("%n mapa","%n mape","%n mapa"), -"_%n file_::_%n files_" => array("%n datoteka","%n datoteke","%n datoteka"), -"You don’t have permission to upload or create files here" => "Ovdje vam nije dopušteno učitavati ili kreirati datoteke", -"_Uploading %n file_::_Uploading %n files_" => array("Prenosim %n datoteku","Prenosim %n datoteke","Prenosim %n datoteka"), -"\"{name}\" is an invalid file name." => "\"{name}\" je neispravno ime datoteke.", -"Your storage is full, files can not be updated or synced anymore!" => "Vaša je pohrana puna, datoteke više nije moguće ažurirati niti sinkronizirati!", -"Your storage is almost full ({usedSpacePercent}%)" => "Vaš prostor za pohranu je skoro pun ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplikacija šifriranja je onemogućena, ali vaši ključevi nisu inicijalizirani, molimo odjavite se i ponovno prijavite", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Neispravan privatni ključ za šifriranje. Molimo ažurirajte lozinku svoga privatnog ključa u svojim osobnimpostavkama da biste obnovili pristup svojim šifriranim datotekama.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifriranje je onemogućeno, ali vaše su datoteke još uvijek šifrirane. Molimo, otiđite u svojeosobne postavke da biste dešifrirali svoje datoteke.", -"{dirs} and {files}" => "{dirs} i {files}", -"%s could not be renamed as it has been deleted" => "%s nije moguće preimenovati jer je izbrisan", -"%s could not be renamed" => "%s nije moguće preimenovati", -"Upload (max. %s)" => "Prijenos (max. %s)", -"File handling" => "Obrada datoteke", -"Maximum upload size" => "Maksimalna veličina učitanog sadržaja", -"max. possible: " => "max. moguće: ", -"Save" => "Spremite", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Koristitet slijedeću adresu za pristup vašim datotekama putem WebDAV-a", -"New" => "Novo", -"New text file" => "Nova tekstualna datoteka", -"Text file" => "Tekstualna datoteka", -"New folder" => "Nova mapa", -"Folder" => "Mapa", -"From link" => "Od veze", -"Nothing in here. Upload something!" => "Ovdje nema ničega. Učitajte nešto!", -"Download" => "Preuzimanje", -"Upload too large" => "Unos je prevelik", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Datoteke koje pokušavate učitati premašuju maksimalnu veličinu za unos datoteka na ovom poslužitelju.", -"Files are being scanned, please wait." => "Datoteke se provjeravaju, molimo pričekajte.", -"Currently scanning" => "Provjera u tijeku" -); -$PLURAL_FORMS = "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/apps/files/l10n/hu_HU.js b/apps/files/l10n/hu_HU.js new file mode 100644 index 0000000000..34a9c73aa0 --- /dev/null +++ b/apps/files/l10n/hu_HU.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "A tároló elérhetetlen.", + "Storage invalid" : "A tároló érvénytelen", + "Unknown error" : "Ismeretlen hiba", + "Could not move %s - File with this name already exists" : "%s áthelyezése nem sikerült - már létezik másik fájl ezzel a névvel", + "Could not move %s" : "Nem sikerült %s áthelyezése", + "Permission denied" : "Engedély megtagadva ", + "File name cannot be empty." : "A fájlnév nem lehet semmi.", + "\"%s\" is an invalid file name." : "\"%s\" érvénytelen, mint fájlnév.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Érvénytelen elnevezés. Ezek a karakterek nem használhatók: '\\', '/', '<', '>', ':', '\"', '|', '?' és '*'", + "The target folder has been moved or deleted." : "A célmappa törlődött, vagy áthelyezésre került.", + "The name %s is already used in the folder %s. Please choose a different name." : "A %s név már létezik a %s mappában. Kérem válasszon másik nevet!", + "Not a valid source" : "A kiinduló állomány érvénytelen", + "Server is not allowed to open URLs, please check the server configuration" : "A kiszolgálón nincs engedélyezve URL-ek megnyitása, kérem ellenőrizze a beállításokat!", + "The file exceeds your quota by %s" : "A fájl ennyivel meghaladja a kvótáját: %s", + "Error while downloading %s to %s" : "Hiba történt miközben %s-t letöltöttük %s-be", + "Error when creating the file" : "Hiba történt az állomány létrehozásakor", + "Folder name cannot be empty." : "A mappa neve nem maradhat kitöltetlenül", + "Error when creating the folder" : "Hiba történt a mappa létrehozásakor", + "Unable to set upload directory." : "Nem található a mappa, ahova feltölteni szeretne.", + "Invalid Token" : "Hibás token", + "No file was uploaded. Unknown error" : "Nem történt feltöltés. Ismeretlen hiba", + "There is no error, the file uploaded with success" : "A fájlt sikerült feltölteni", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "A feltöltött fájl mérete meghaladja a php.ini állományban megadott upload_max_filesize paraméter értékét.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl mérete meghaladja a MAX_FILE_SIZE paramétert, ami a HTML formban került megadásra.", + "The uploaded file was only partially uploaded" : "Az eredeti fájlt csak részben sikerült feltölteni.", + "No file was uploaded" : "Nem töltődött fel állomány", + "Missing a temporary folder" : "Hiányzik egy ideiglenes mappa", + "Failed to write to disk" : "Nem sikerült a lemezre történő írás", + "Not enough storage available" : "Nincs elég szabad hely.", + "Upload failed. Could not find uploaded file" : "A feltöltés nem sikerült. Nem található a feltöltendő állomány.", + "Upload failed. Could not get file info." : "A feltöltés nem sikerült. Az állományt leíró információk nem érhetők el.", + "Invalid directory." : "Érvénytelen mappa.", + "Files" : "Fájlkezelő", + "All files" : "Az összes állomány", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll.", + "Total file size {size1} exceeds upload limit {size2}" : "A teljes fájlméret: {size1} meghaladja a feltöltési limitet: {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.", + "Upload cancelled." : "A feltöltést megszakítottuk.", + "Could not get result from server." : "A kiszolgálótól nem kapható meg a művelet eredménye.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést.", + "URL cannot be empty" : "Az URL-cím nem maradhat kitöltetlenül", + "{new_name} already exists" : "{new_name} már létezik", + "Could not create file" : "Az állomány nem hozható létre", + "Could not create folder" : "A mappa nem hozható létre", + "Error fetching URL" : "A megadott URL-ről nem sikerül adatokat kapni", + "Share" : "Megosztás", + "Delete" : "Törlés", + "Disconnect storage" : "Tároló leválasztása", + "Unshare" : "A megosztás visszavonása", + "Delete permanently" : "Végleges törlés", + "Rename" : "Átnevezés", + "Pending" : "Folyamatban", + "Error moving file." : "Hiba történt a fájl áthelyezése közben.", + "Error moving file" : "Az állomány áthelyezése nem sikerült.", + "Error" : "Hiba", + "Could not rename file" : "Az állomány nem nevezhető át", + "Error deleting file." : "Hiba a file törlése közben.", + "Name" : "Név", + "Size" : "Méret", + "Modified" : "Módosítva", + "_%n folder_::_%n folders_" : ["%n mappa","%n mappa"], + "_%n file_::_%n files_" : ["%n állomány","%n állomány"], + "You don’t have permission to upload or create files here" : "Önnek nincs jogosultsága ahhoz, hogy ide állományokat töltsön föl, vagy itt újakat hozzon létre", + "_Uploading %n file_::_Uploading %n files_" : ["%n állomány feltöltése","%n állomány feltöltése"], + "\"{name}\" is an invalid file name." : "\"{name}\" érvénytelen, mint fájlnév.", + "Your storage is full, files can not be updated or synced anymore!" : "A tároló tele van, a fájlok nem frissíthetőek vagy szinkronizálhatóak a jövőben.", + "Your storage is almost full ({usedSpacePercent}%)" : "A tároló majdnem tele van ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Az állományok titkosítása engedélyezve van, de az Ön titkos kulcsai nincsenek beállítva. Ezért kérjük, hogy jelentkezzen ki, és lépjen be újra!", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Az állományok titkosításához használt titkos kulcsa érvénytelen. Kérjük frissítse a titkos kulcs jelszót a személyes beállításokban, hogy ismét hozzáférjen a titkosított állományaihoz!", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "A titkosítási funkciót kikapcsolták, de az Ön állományai még mindig titkosított állapotban vannak. A személyes beállításoknál tudja a titkosítást feloldani.", + "{dirs} and {files}" : "{dirs} és {files}", + "%s could not be renamed as it has been deleted" : "%s nem lehet átnevezni, mivel törölve lett", + "%s could not be renamed" : "%s átnevezése nem sikerült", + "Upload (max. %s)" : "Feltöltés (max. %s)", + "File handling" : "Fájlkezelés", + "Maximum upload size" : "Maximális feltölthető fájlméret", + "max. possible: " : "max. lehetséges: ", + "Save" : "Mentés", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Ezt a címet használja, ha WebDAV-on keresztül szeretné elérni a fájljait", + "New" : "Új", + "New text file" : "Új szövegfájl", + "Text file" : "Szövegfájl", + "New folder" : "Új mappa", + "Folder" : "Mappa", + "From link" : "Feltöltés linkről", + "Nothing in here. Upload something!" : "Itt nincs semmi. Töltsön fel valamit!", + "Download" : "Letöltés", + "Upload too large" : "A feltöltés túl nagy", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "A feltöltendő állományok mérete meghaladja a kiszolgálón megengedett maximális méretet.", + "Files are being scanned, please wait." : "A fájllista ellenőrzése zajlik, kis türelmet!", + "Currently scanning" : "Mappaellenőrzés: " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/hu_HU.json b/apps/files/l10n/hu_HU.json new file mode 100644 index 0000000000..10ff167fd4 --- /dev/null +++ b/apps/files/l10n/hu_HU.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "A tároló elérhetetlen.", + "Storage invalid" : "A tároló érvénytelen", + "Unknown error" : "Ismeretlen hiba", + "Could not move %s - File with this name already exists" : "%s áthelyezése nem sikerült - már létezik másik fájl ezzel a névvel", + "Could not move %s" : "Nem sikerült %s áthelyezése", + "Permission denied" : "Engedély megtagadva ", + "File name cannot be empty." : "A fájlnév nem lehet semmi.", + "\"%s\" is an invalid file name." : "\"%s\" érvénytelen, mint fájlnév.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Érvénytelen elnevezés. Ezek a karakterek nem használhatók: '\\', '/', '<', '>', ':', '\"', '|', '?' és '*'", + "The target folder has been moved or deleted." : "A célmappa törlődött, vagy áthelyezésre került.", + "The name %s is already used in the folder %s. Please choose a different name." : "A %s név már létezik a %s mappában. Kérem válasszon másik nevet!", + "Not a valid source" : "A kiinduló állomány érvénytelen", + "Server is not allowed to open URLs, please check the server configuration" : "A kiszolgálón nincs engedélyezve URL-ek megnyitása, kérem ellenőrizze a beállításokat!", + "The file exceeds your quota by %s" : "A fájl ennyivel meghaladja a kvótáját: %s", + "Error while downloading %s to %s" : "Hiba történt miközben %s-t letöltöttük %s-be", + "Error when creating the file" : "Hiba történt az állomány létrehozásakor", + "Folder name cannot be empty." : "A mappa neve nem maradhat kitöltetlenül", + "Error when creating the folder" : "Hiba történt a mappa létrehozásakor", + "Unable to set upload directory." : "Nem található a mappa, ahova feltölteni szeretne.", + "Invalid Token" : "Hibás token", + "No file was uploaded. Unknown error" : "Nem történt feltöltés. Ismeretlen hiba", + "There is no error, the file uploaded with success" : "A fájlt sikerült feltölteni", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "A feltöltött fájl mérete meghaladja a php.ini állományban megadott upload_max_filesize paraméter értékét.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "A feltöltött fájl mérete meghaladja a MAX_FILE_SIZE paramétert, ami a HTML formban került megadásra.", + "The uploaded file was only partially uploaded" : "Az eredeti fájlt csak részben sikerült feltölteni.", + "No file was uploaded" : "Nem töltődött fel állomány", + "Missing a temporary folder" : "Hiányzik egy ideiglenes mappa", + "Failed to write to disk" : "Nem sikerült a lemezre történő írás", + "Not enough storage available" : "Nincs elég szabad hely.", + "Upload failed. Could not find uploaded file" : "A feltöltés nem sikerült. Nem található a feltöltendő állomány.", + "Upload failed. Could not get file info." : "A feltöltés nem sikerült. Az állományt leíró információk nem érhetők el.", + "Invalid directory." : "Érvénytelen mappa.", + "Files" : "Fájlkezelő", + "All files" : "Az összes állomány", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll.", + "Total file size {size1} exceeds upload limit {size2}" : "A teljes fájlméret: {size1} meghaladja a feltöltési limitet: {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.", + "Upload cancelled." : "A feltöltést megszakítottuk.", + "Could not get result from server." : "A kiszolgálótól nem kapható meg a művelet eredménye.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést.", + "URL cannot be empty" : "Az URL-cím nem maradhat kitöltetlenül", + "{new_name} already exists" : "{new_name} már létezik", + "Could not create file" : "Az állomány nem hozható létre", + "Could not create folder" : "A mappa nem hozható létre", + "Error fetching URL" : "A megadott URL-ről nem sikerül adatokat kapni", + "Share" : "Megosztás", + "Delete" : "Törlés", + "Disconnect storage" : "Tároló leválasztása", + "Unshare" : "A megosztás visszavonása", + "Delete permanently" : "Végleges törlés", + "Rename" : "Átnevezés", + "Pending" : "Folyamatban", + "Error moving file." : "Hiba történt a fájl áthelyezése közben.", + "Error moving file" : "Az állomány áthelyezése nem sikerült.", + "Error" : "Hiba", + "Could not rename file" : "Az állomány nem nevezhető át", + "Error deleting file." : "Hiba a file törlése közben.", + "Name" : "Név", + "Size" : "Méret", + "Modified" : "Módosítva", + "_%n folder_::_%n folders_" : ["%n mappa","%n mappa"], + "_%n file_::_%n files_" : ["%n állomány","%n állomány"], + "You don’t have permission to upload or create files here" : "Önnek nincs jogosultsága ahhoz, hogy ide állományokat töltsön föl, vagy itt újakat hozzon létre", + "_Uploading %n file_::_Uploading %n files_" : ["%n állomány feltöltése","%n állomány feltöltése"], + "\"{name}\" is an invalid file name." : "\"{name}\" érvénytelen, mint fájlnév.", + "Your storage is full, files can not be updated or synced anymore!" : "A tároló tele van, a fájlok nem frissíthetőek vagy szinkronizálhatóak a jövőben.", + "Your storage is almost full ({usedSpacePercent}%)" : "A tároló majdnem tele van ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Az állományok titkosítása engedélyezve van, de az Ön titkos kulcsai nincsenek beállítva. Ezért kérjük, hogy jelentkezzen ki, és lépjen be újra!", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Az állományok titkosításához használt titkos kulcsa érvénytelen. Kérjük frissítse a titkos kulcs jelszót a személyes beállításokban, hogy ismét hozzáférjen a titkosított állományaihoz!", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "A titkosítási funkciót kikapcsolták, de az Ön állományai még mindig titkosított állapotban vannak. A személyes beállításoknál tudja a titkosítást feloldani.", + "{dirs} and {files}" : "{dirs} és {files}", + "%s could not be renamed as it has been deleted" : "%s nem lehet átnevezni, mivel törölve lett", + "%s could not be renamed" : "%s átnevezése nem sikerült", + "Upload (max. %s)" : "Feltöltés (max. %s)", + "File handling" : "Fájlkezelés", + "Maximum upload size" : "Maximális feltölthető fájlméret", + "max. possible: " : "max. lehetséges: ", + "Save" : "Mentés", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Ezt a címet használja, ha WebDAV-on keresztül szeretné elérni a fájljait", + "New" : "Új", + "New text file" : "Új szövegfájl", + "Text file" : "Szövegfájl", + "New folder" : "Új mappa", + "Folder" : "Mappa", + "From link" : "Feltöltés linkről", + "Nothing in here. Upload something!" : "Itt nincs semmi. Töltsön fel valamit!", + "Download" : "Letöltés", + "Upload too large" : "A feltöltés túl nagy", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "A feltöltendő állományok mérete meghaladja a kiszolgálón megengedett maximális méretet.", + "Files are being scanned, please wait." : "A fájllista ellenőrzése zajlik, kis türelmet!", + "Currently scanning" : "Mappaellenőrzés: " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php deleted file mode 100644 index 7aef457b4a..0000000000 --- a/apps/files/l10n/hu_HU.php +++ /dev/null @@ -1,96 +0,0 @@ - "A tároló elérhetetlen.", -"Storage invalid" => "A tároló érvénytelen", -"Unknown error" => "Ismeretlen hiba", -"Could not move %s - File with this name already exists" => "%s áthelyezése nem sikerült - már létezik másik fájl ezzel a névvel", -"Could not move %s" => "Nem sikerült %s áthelyezése", -"Permission denied" => "Engedély megtagadva ", -"File name cannot be empty." => "A fájlnév nem lehet semmi.", -"\"%s\" is an invalid file name." => "\"%s\" érvénytelen, mint fájlnév.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Érvénytelen elnevezés. Ezek a karakterek nem használhatók: '\\', '/', '<', '>', ':', '\"', '|', '?' és '*'", -"The target folder has been moved or deleted." => "A célmappa törlődött, vagy áthelyezésre került.", -"The name %s is already used in the folder %s. Please choose a different name." => "A %s név már létezik a %s mappában. Kérem válasszon másik nevet!", -"Not a valid source" => "A kiinduló állomány érvénytelen", -"Server is not allowed to open URLs, please check the server configuration" => "A kiszolgálón nincs engedélyezve URL-ek megnyitása, kérem ellenőrizze a beállításokat!", -"The file exceeds your quota by %s" => "A fájl ennyivel meghaladja a kvótáját: %s", -"Error while downloading %s to %s" => "Hiba történt miközben %s-t letöltöttük %s-be", -"Error when creating the file" => "Hiba történt az állomány létrehozásakor", -"Folder name cannot be empty." => "A mappa neve nem maradhat kitöltetlenül", -"Error when creating the folder" => "Hiba történt a mappa létrehozásakor", -"Unable to set upload directory." => "Nem található a mappa, ahova feltölteni szeretne.", -"Invalid Token" => "Hibás token", -"No file was uploaded. Unknown error" => "Nem történt feltöltés. Ismeretlen hiba", -"There is no error, the file uploaded with success" => "A fájlt sikerült feltölteni", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "A feltöltött fájl mérete meghaladja a php.ini állományban megadott upload_max_filesize paraméter értékét.", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "A feltöltött fájl mérete meghaladja a MAX_FILE_SIZE paramétert, ami a HTML formban került megadásra.", -"The uploaded file was only partially uploaded" => "Az eredeti fájlt csak részben sikerült feltölteni.", -"No file was uploaded" => "Nem töltődött fel állomány", -"Missing a temporary folder" => "Hiányzik egy ideiglenes mappa", -"Failed to write to disk" => "Nem sikerült a lemezre történő írás", -"Not enough storage available" => "Nincs elég szabad hely.", -"Upload failed. Could not find uploaded file" => "A feltöltés nem sikerült. Nem található a feltöltendő állomány.", -"Upload failed. Could not get file info." => "A feltöltés nem sikerült. Az állományt leíró információk nem érhetők el.", -"Invalid directory." => "Érvénytelen mappa.", -"Files" => "Fájlkezelő", -"All files" => "Az összes állomány", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll.", -"Total file size {size1} exceeds upload limit {size2}" => "A teljes fájlméret: {size1} meghaladja a feltöltési limitet: {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.", -"Upload cancelled." => "A feltöltést megszakítottuk.", -"Could not get result from server." => "A kiszolgálótól nem kapható meg a művelet eredménye.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést.", -"URL cannot be empty" => "Az URL-cím nem maradhat kitöltetlenül", -"{new_name} already exists" => "{new_name} már létezik", -"Could not create file" => "Az állomány nem hozható létre", -"Could not create folder" => "A mappa nem hozható létre", -"Error fetching URL" => "A megadott URL-ről nem sikerül adatokat kapni", -"Share" => "Megosztás", -"Delete" => "Törlés", -"Disconnect storage" => "Tároló leválasztása", -"Unshare" => "A megosztás visszavonása", -"Delete permanently" => "Végleges törlés", -"Rename" => "Átnevezés", -"Pending" => "Folyamatban", -"Error moving file." => "Hiba történt a fájl áthelyezése közben.", -"Error moving file" => "Az állomány áthelyezése nem sikerült.", -"Error" => "Hiba", -"Could not rename file" => "Az állomány nem nevezhető át", -"Error deleting file." => "Hiba a file törlése közben.", -"Name" => "Név", -"Size" => "Méret", -"Modified" => "Módosítva", -"_%n folder_::_%n folders_" => array("%n mappa","%n mappa"), -"_%n file_::_%n files_" => array("%n állomány","%n állomány"), -"You don’t have permission to upload or create files here" => "Önnek nincs jogosultsága ahhoz, hogy ide állományokat töltsön föl, vagy itt újakat hozzon létre", -"_Uploading %n file_::_Uploading %n files_" => array("%n állomány feltöltése","%n állomány feltöltése"), -"\"{name}\" is an invalid file name." => "\"{name}\" érvénytelen, mint fájlnév.", -"Your storage is full, files can not be updated or synced anymore!" => "A tároló tele van, a fájlok nem frissíthetőek vagy szinkronizálhatóak a jövőben.", -"Your storage is almost full ({usedSpacePercent}%)" => "A tároló majdnem tele van ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Az állományok titkosítása engedélyezve van, de az Ön titkos kulcsai nincsenek beállítva. Ezért kérjük, hogy jelentkezzen ki, és lépjen be újra!", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Az állományok titkosításához használt titkos kulcsa érvénytelen. Kérjük frissítse a titkos kulcs jelszót a személyes beállításokban, hogy ismét hozzáférjen a titkosított állományaihoz!", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "A titkosítási funkciót kikapcsolták, de az Ön állományai még mindig titkosított állapotban vannak. A személyes beállításoknál tudja a titkosítást feloldani.", -"{dirs} and {files}" => "{dirs} és {files}", -"%s could not be renamed as it has been deleted" => "%s nem lehet átnevezni, mivel törölve lett", -"%s could not be renamed" => "%s átnevezése nem sikerült", -"Upload (max. %s)" => "Feltöltés (max. %s)", -"File handling" => "Fájlkezelés", -"Maximum upload size" => "Maximális feltölthető fájlméret", -"max. possible: " => "max. lehetséges: ", -"Save" => "Mentés", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Ezt a címet használja, ha WebDAV-on keresztül szeretné elérni a fájljait", -"New" => "Új", -"New text file" => "Új szövegfájl", -"Text file" => "Szövegfájl", -"New folder" => "Új mappa", -"Folder" => "Mappa", -"From link" => "Feltöltés linkről", -"Nothing in here. Upload something!" => "Itt nincs semmi. Töltsön fel valamit!", -"Download" => "Letöltés", -"Upload too large" => "A feltöltés túl nagy", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "A feltöltendő állományok mérete meghaladja a kiszolgálón megengedett maximális méretet.", -"Files are being scanned, please wait." => "A fájllista ellenőrzése zajlik, kis türelmet!", -"Currently scanning" => "Mappaellenőrzés: " -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/hy.js b/apps/files/l10n/hy.js new file mode 100644 index 0000000000..5772fd20c7 --- /dev/null +++ b/apps/files/l10n/hy.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files", + { + "Delete" : "Ջնջել", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "Պահպանել", + "Download" : "Բեռնել" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/hy.json b/apps/files/l10n/hy.json new file mode 100644 index 0000000000..3cbee75121 --- /dev/null +++ b/apps/files/l10n/hy.json @@ -0,0 +1,9 @@ +{ "translations": { + "Delete" : "Ջնջել", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "Պահպանել", + "Download" : "Բեռնել" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/hy.php b/apps/files/l10n/hy.php deleted file mode 100644 index c32411a57d..0000000000 --- a/apps/files/l10n/hy.php +++ /dev/null @@ -1,10 +0,0 @@ - "Ջնջել", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Save" => "Պահպանել", -"Download" => "Բեռնել" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ia.js b/apps/files/l10n/ia.js new file mode 100644 index 0000000000..8c93abf1be --- /dev/null +++ b/apps/files/l10n/ia.js @@ -0,0 +1,31 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Error Incognite", + "File name cannot be empty." : "Le nomine de file non pote esser vacue.", + "The uploaded file was only partially uploaded" : "Le file incargate solmente esseva incargate partialmente", + "No file was uploaded" : "Nulle file esseva incargate.", + "Missing a temporary folder" : "Manca un dossier temporari", + "Files" : "Files", + "Share" : "Compartir", + "Delete" : "Deler", + "Unshare" : "Leva compartir", + "Error" : "Error", + "Name" : "Nomine", + "Size" : "Dimension", + "Modified" : "Modificate", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Upload (max. %s)" : "Incargar (max. %s)", + "Maximum upload size" : "Dimension maxime de incargamento", + "Save" : "Salveguardar", + "New" : "Nove", + "Text file" : "File de texto", + "New folder" : "Nove dossier", + "Folder" : "Dossier", + "Nothing in here. Upload something!" : "Nihil hic. Incarga alcun cosa!", + "Download" : "Discargar", + "Upload too large" : "Incargamento troppo longe" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ia.json b/apps/files/l10n/ia.json new file mode 100644 index 0000000000..962419f288 --- /dev/null +++ b/apps/files/l10n/ia.json @@ -0,0 +1,29 @@ +{ "translations": { + "Unknown error" : "Error Incognite", + "File name cannot be empty." : "Le nomine de file non pote esser vacue.", + "The uploaded file was only partially uploaded" : "Le file incargate solmente esseva incargate partialmente", + "No file was uploaded" : "Nulle file esseva incargate.", + "Missing a temporary folder" : "Manca un dossier temporari", + "Files" : "Files", + "Share" : "Compartir", + "Delete" : "Deler", + "Unshare" : "Leva compartir", + "Error" : "Error", + "Name" : "Nomine", + "Size" : "Dimension", + "Modified" : "Modificate", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Upload (max. %s)" : "Incargar (max. %s)", + "Maximum upload size" : "Dimension maxime de incargamento", + "Save" : "Salveguardar", + "New" : "Nove", + "Text file" : "File de texto", + "New folder" : "Nove dossier", + "Folder" : "Dossier", + "Nothing in here. Upload something!" : "Nihil hic. Incarga alcun cosa!", + "Download" : "Discargar", + "Upload too large" : "Incargamento troppo longe" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/ia.php b/apps/files/l10n/ia.php deleted file mode 100644 index 62b07896fd..0000000000 --- a/apps/files/l10n/ia.php +++ /dev/null @@ -1,30 +0,0 @@ - "Error Incognite", -"File name cannot be empty." => "Le nomine de file non pote esser vacue.", -"The uploaded file was only partially uploaded" => "Le file incargate solmente esseva incargate partialmente", -"No file was uploaded" => "Nulle file esseva incargate.", -"Missing a temporary folder" => "Manca un dossier temporari", -"Files" => "Files", -"Share" => "Compartir", -"Delete" => "Deler", -"Unshare" => "Leva compartir", -"Error" => "Error", -"Name" => "Nomine", -"Size" => "Dimension", -"Modified" => "Modificate", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Upload (max. %s)" => "Incargar (max. %s)", -"Maximum upload size" => "Dimension maxime de incargamento", -"Save" => "Salveguardar", -"New" => "Nove", -"Text file" => "File de texto", -"New folder" => "Nove dossier", -"Folder" => "Dossier", -"Nothing in here. Upload something!" => "Nihil hic. Incarga alcun cosa!", -"Download" => "Discargar", -"Upload too large" => "Incargamento troppo longe" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/id.js b/apps/files/l10n/id.js new file mode 100644 index 0000000000..8ae4c822ea --- /dev/null +++ b/apps/files/l10n/id.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Penyimpanan tidak tersedia", + "Storage invalid" : "Penyimpanan tidak sah", + "Unknown error" : "Kesalahan tidak diketahui", + "Could not move %s - File with this name already exists" : "Tidak dapat memindahkan %s - Berkas dengan nama ini sudah ada", + "Could not move %s" : "Tidak dapat memindahkan %s", + "Permission denied" : "Perizinan ditolak", + "File name cannot be empty." : "Nama berkas tidak boleh kosong.", + "\"%s\" is an invalid file name." : "\"%s\" adalah sebuah nama berkas yang tidak sah.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nama tidak valid, karakter '\\', '/', '<', '>', ':', '\"', '|', '?' dan '*' tidak diizinkan.", + "The target folder has been moved or deleted." : "Folder tujuan telah dipindahkan atau dihapus.", + "The name %s is already used in the folder %s. Please choose a different name." : "Nama %s sudah digunakan dalam folder %s. Silakan pilih nama yang berbeda.", + "Not a valid source" : "Sumber tidak sah", + "Server is not allowed to open URLs, please check the server configuration" : "Server tidak megizinkan untuk membuka URL, mohon periksa konfigurasi server", + "The file exceeds your quota by %s" : "Berkas melampaui kuota Anda oleh %s", + "Error while downloading %s to %s" : "Kesalahan saat mengunduh %s ke %s", + "Error when creating the file" : "Kesalahan saat membuat berkas", + "Folder name cannot be empty." : "Nama folder tidak bolh kosong.", + "Error when creating the folder" : "Kesalahan saat membuat folder", + "Unable to set upload directory." : "Tidak dapat mengatur folder unggah", + "Invalid Token" : "Token tidak sah", + "No file was uploaded. Unknown error" : "Tidak ada berkas yang diunggah. Kesalahan tidak dikenal.", + "There is no error, the file uploaded with success" : "Tidak ada kesalahan, berkas sukses diunggah", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Berkas yang diunggah melampaui direktif upload_max_filesize pada php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Berkas yang diunggah melampaui direktif MAX_FILE_SIZE yang ditentukan dalam formulir HTML.", + "The uploaded file was only partially uploaded" : "Berkas hanya diunggah sebagian", + "No file was uploaded" : "Tidak ada berkas yang diunggah", + "Missing a temporary folder" : "Folder sementara tidak ada", + "Failed to write to disk" : "Gagal menulis ke disk", + "Not enough storage available" : "Ruang penyimpanan tidak mencukupi", + "Upload failed. Could not find uploaded file" : "Unggah gagal. Tidak menemukan berkas yang akan diunggah", + "Upload failed. Could not get file info." : "Unggah gagal. Tidak mendapatkan informasi berkas.", + "Invalid directory." : "Direktori tidak valid.", + "Files" : "Berkas", + "All files" : "Semua berkas", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Tidak dapat mengunggah {filename} karena ini sebuah direktori atau memiliki ukuran 0 byte", + "Total file size {size1} exceeds upload limit {size2}" : "Jumlah ukuran berkas {size1} melampaui batas unggah {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ruang bebas tidak mencukupi, Anda mengunggah {size1} tetapi hanya {size2} yang tersisa", + "Upload cancelled." : "Pengunggahan dibatalkan.", + "Could not get result from server." : "Tidak mendapatkan hasil dari server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Berkas sedang diunggah. Meninggalkan halaman ini akan membatalkan proses.", + "URL cannot be empty" : "URL tidak boleh kosong", + "{new_name} already exists" : "{new_name} sudah ada", + "Could not create file" : "Tidak dapat membuat berkas", + "Could not create folder" : "Tidak dapat membuat folder", + "Error fetching URL" : "Kesalahan saat mengambil URL", + "Share" : "Bagikan", + "Delete" : "Hapus", + "Disconnect storage" : "Memutuskan penyimpaan", + "Unshare" : "Batalkan berbagi", + "Delete permanently" : "Hapus secara permanen", + "Rename" : "Ubah nama", + "Pending" : "Menunggu", + "Error moving file." : "Kesalahan saat memindahkan berkas.", + "Error moving file" : "Kesalahan saat memindahkan berkas", + "Error" : "Kesalahan ", + "Could not rename file" : "Tidak dapat mengubah nama berkas", + "Error deleting file." : "Kesalahan saat menghapus berkas.", + "Name" : "Nama", + "Size" : "Ukuran", + "Modified" : "Dimodifikasi", + "_%n folder_::_%n folders_" : ["%n folder"], + "_%n file_::_%n files_" : ["%n berkas"], + "You don’t have permission to upload or create files here" : "Anda tidak memiliki akses untuk mengunggah atau membuat berkas disini", + "_Uploading %n file_::_Uploading %n files_" : ["Mengunggah %n berkas"], + "\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.", + "Your storage is full, files can not be updated or synced anymore!" : "Ruang penyimpanan Anda penuh, berkas tidak dapat diperbarui atau disinkronkan lagi!", + "Your storage is almost full ({usedSpacePercent}%)" : "Ruang penyimpanan hampir penuh ({usedSpacePercent}%)", + "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", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Kunci privat tidak sah untuk Aplikasi Enskripsi. Silakan perbarui sandi kunci privat anda pada pengaturan pribadi untuk memulihkan akses ke berkas anda yang dienskripsi.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Enskripi telah dinonaktifkan tetapi berkas anda tetap dienskripsi. Silakan menuju ke pengaturan pribadi untuk deskrip berkas anda.", + "{dirs} and {files}" : "{dirs} dan {files}", + "%s could not be renamed as it has been deleted" : "%s tidak dapat diubah namanya kerena telah dihapus", + "%s could not be renamed" : "%s tidak dapat diubah nama", + "Upload (max. %s)" : "Unggah (maks. %s)", + "File handling" : "Penanganan berkas", + "Maximum upload size" : "Ukuran pengunggahan maksimum", + "max. possible: " : "Kemungkinan maks.:", + "Save" : "Simpan", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Gunakan alamat ini untuk mengakses Berkas via WebDAV", + "New" : "Baru", + "New text file" : "Berkas teks baru", + "Text file" : "Berkas teks", + "New folder" : "Map baru", + "Folder" : "Folder", + "From link" : "Dari tautan", + "Nothing in here. Upload something!" : "Tidak ada apa-apa di sini. Unggah sesuatu!", + "Download" : "Unduh", + "Upload too large" : "Yang diunggah terlalu besar", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Berkas yang dicoba untuk diunggah melebihi ukuran maksimum pengunggahan berkas di server ini.", + "Files are being scanned, please wait." : "Berkas sedang dipindai, silakan tunggu.", + "Currently scanning" : "Pemindaian terbaru" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/id.json b/apps/files/l10n/id.json new file mode 100644 index 0000000000..d644aa22ec --- /dev/null +++ b/apps/files/l10n/id.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Penyimpanan tidak tersedia", + "Storage invalid" : "Penyimpanan tidak sah", + "Unknown error" : "Kesalahan tidak diketahui", + "Could not move %s - File with this name already exists" : "Tidak dapat memindahkan %s - Berkas dengan nama ini sudah ada", + "Could not move %s" : "Tidak dapat memindahkan %s", + "Permission denied" : "Perizinan ditolak", + "File name cannot be empty." : "Nama berkas tidak boleh kosong.", + "\"%s\" is an invalid file name." : "\"%s\" adalah sebuah nama berkas yang tidak sah.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nama tidak valid, karakter '\\', '/', '<', '>', ':', '\"', '|', '?' dan '*' tidak diizinkan.", + "The target folder has been moved or deleted." : "Folder tujuan telah dipindahkan atau dihapus.", + "The name %s is already used in the folder %s. Please choose a different name." : "Nama %s sudah digunakan dalam folder %s. Silakan pilih nama yang berbeda.", + "Not a valid source" : "Sumber tidak sah", + "Server is not allowed to open URLs, please check the server configuration" : "Server tidak megizinkan untuk membuka URL, mohon periksa konfigurasi server", + "The file exceeds your quota by %s" : "Berkas melampaui kuota Anda oleh %s", + "Error while downloading %s to %s" : "Kesalahan saat mengunduh %s ke %s", + "Error when creating the file" : "Kesalahan saat membuat berkas", + "Folder name cannot be empty." : "Nama folder tidak bolh kosong.", + "Error when creating the folder" : "Kesalahan saat membuat folder", + "Unable to set upload directory." : "Tidak dapat mengatur folder unggah", + "Invalid Token" : "Token tidak sah", + "No file was uploaded. Unknown error" : "Tidak ada berkas yang diunggah. Kesalahan tidak dikenal.", + "There is no error, the file uploaded with success" : "Tidak ada kesalahan, berkas sukses diunggah", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Berkas yang diunggah melampaui direktif upload_max_filesize pada php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Berkas yang diunggah melampaui direktif MAX_FILE_SIZE yang ditentukan dalam formulir HTML.", + "The uploaded file was only partially uploaded" : "Berkas hanya diunggah sebagian", + "No file was uploaded" : "Tidak ada berkas yang diunggah", + "Missing a temporary folder" : "Folder sementara tidak ada", + "Failed to write to disk" : "Gagal menulis ke disk", + "Not enough storage available" : "Ruang penyimpanan tidak mencukupi", + "Upload failed. Could not find uploaded file" : "Unggah gagal. Tidak menemukan berkas yang akan diunggah", + "Upload failed. Could not get file info." : "Unggah gagal. Tidak mendapatkan informasi berkas.", + "Invalid directory." : "Direktori tidak valid.", + "Files" : "Berkas", + "All files" : "Semua berkas", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Tidak dapat mengunggah {filename} karena ini sebuah direktori atau memiliki ukuran 0 byte", + "Total file size {size1} exceeds upload limit {size2}" : "Jumlah ukuran berkas {size1} melampaui batas unggah {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ruang bebas tidak mencukupi, Anda mengunggah {size1} tetapi hanya {size2} yang tersisa", + "Upload cancelled." : "Pengunggahan dibatalkan.", + "Could not get result from server." : "Tidak mendapatkan hasil dari server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Berkas sedang diunggah. Meninggalkan halaman ini akan membatalkan proses.", + "URL cannot be empty" : "URL tidak boleh kosong", + "{new_name} already exists" : "{new_name} sudah ada", + "Could not create file" : "Tidak dapat membuat berkas", + "Could not create folder" : "Tidak dapat membuat folder", + "Error fetching URL" : "Kesalahan saat mengambil URL", + "Share" : "Bagikan", + "Delete" : "Hapus", + "Disconnect storage" : "Memutuskan penyimpaan", + "Unshare" : "Batalkan berbagi", + "Delete permanently" : "Hapus secara permanen", + "Rename" : "Ubah nama", + "Pending" : "Menunggu", + "Error moving file." : "Kesalahan saat memindahkan berkas.", + "Error moving file" : "Kesalahan saat memindahkan berkas", + "Error" : "Kesalahan ", + "Could not rename file" : "Tidak dapat mengubah nama berkas", + "Error deleting file." : "Kesalahan saat menghapus berkas.", + "Name" : "Nama", + "Size" : "Ukuran", + "Modified" : "Dimodifikasi", + "_%n folder_::_%n folders_" : ["%n folder"], + "_%n file_::_%n files_" : ["%n berkas"], + "You don’t have permission to upload or create files here" : "Anda tidak memiliki akses untuk mengunggah atau membuat berkas disini", + "_Uploading %n file_::_Uploading %n files_" : ["Mengunggah %n berkas"], + "\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.", + "Your storage is full, files can not be updated or synced anymore!" : "Ruang penyimpanan Anda penuh, berkas tidak dapat diperbarui atau disinkronkan lagi!", + "Your storage is almost full ({usedSpacePercent}%)" : "Ruang penyimpanan hampir penuh ({usedSpacePercent}%)", + "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", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Kunci privat tidak sah untuk Aplikasi Enskripsi. Silakan perbarui sandi kunci privat anda pada pengaturan pribadi untuk memulihkan akses ke berkas anda yang dienskripsi.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Enskripi telah dinonaktifkan tetapi berkas anda tetap dienskripsi. Silakan menuju ke pengaturan pribadi untuk deskrip berkas anda.", + "{dirs} and {files}" : "{dirs} dan {files}", + "%s could not be renamed as it has been deleted" : "%s tidak dapat diubah namanya kerena telah dihapus", + "%s could not be renamed" : "%s tidak dapat diubah nama", + "Upload (max. %s)" : "Unggah (maks. %s)", + "File handling" : "Penanganan berkas", + "Maximum upload size" : "Ukuran pengunggahan maksimum", + "max. possible: " : "Kemungkinan maks.:", + "Save" : "Simpan", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Gunakan alamat ini untuk mengakses Berkas via WebDAV", + "New" : "Baru", + "New text file" : "Berkas teks baru", + "Text file" : "Berkas teks", + "New folder" : "Map baru", + "Folder" : "Folder", + "From link" : "Dari tautan", + "Nothing in here. Upload something!" : "Tidak ada apa-apa di sini. Unggah sesuatu!", + "Download" : "Unduh", + "Upload too large" : "Yang diunggah terlalu besar", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Berkas yang dicoba untuk diunggah melebihi ukuran maksimum pengunggahan berkas di server ini.", + "Files are being scanned, please wait." : "Berkas sedang dipindai, silakan tunggu.", + "Currently scanning" : "Pemindaian terbaru" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/id.php b/apps/files/l10n/id.php deleted file mode 100644 index 259025b7e8..0000000000 --- a/apps/files/l10n/id.php +++ /dev/null @@ -1,96 +0,0 @@ - "Penyimpanan tidak tersedia", -"Storage invalid" => "Penyimpanan tidak sah", -"Unknown error" => "Kesalahan tidak diketahui", -"Could not move %s - File with this name already exists" => "Tidak dapat memindahkan %s - Berkas dengan nama ini sudah ada", -"Could not move %s" => "Tidak dapat memindahkan %s", -"Permission denied" => "Perizinan ditolak", -"File name cannot be empty." => "Nama berkas tidak boleh kosong.", -"\"%s\" is an invalid file name." => "\"%s\" adalah sebuah nama berkas yang tidak sah.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nama tidak valid, karakter '\\', '/', '<', '>', ':', '\"', '|', '?' dan '*' tidak diizinkan.", -"The target folder has been moved or deleted." => "Folder tujuan telah dipindahkan atau dihapus.", -"The name %s is already used in the folder %s. Please choose a different name." => "Nama %s sudah digunakan dalam folder %s. Silakan pilih nama yang berbeda.", -"Not a valid source" => "Sumber tidak sah", -"Server is not allowed to open URLs, please check the server configuration" => "Server tidak megizinkan untuk membuka URL, mohon periksa konfigurasi server", -"The file exceeds your quota by %s" => "Berkas melampaui kuota Anda oleh %s", -"Error while downloading %s to %s" => "Kesalahan saat mengunduh %s ke %s", -"Error when creating the file" => "Kesalahan saat membuat berkas", -"Folder name cannot be empty." => "Nama folder tidak bolh kosong.", -"Error when creating the folder" => "Kesalahan saat membuat folder", -"Unable to set upload directory." => "Tidak dapat mengatur folder unggah", -"Invalid Token" => "Token tidak sah", -"No file was uploaded. Unknown error" => "Tidak ada berkas yang diunggah. Kesalahan tidak dikenal.", -"There is no error, the file uploaded with success" => "Tidak ada kesalahan, berkas sukses diunggah", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Berkas yang diunggah melampaui direktif upload_max_filesize pada php.ini", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Berkas yang diunggah melampaui direktif MAX_FILE_SIZE yang ditentukan dalam formulir HTML.", -"The uploaded file was only partially uploaded" => "Berkas hanya diunggah sebagian", -"No file was uploaded" => "Tidak ada berkas yang diunggah", -"Missing a temporary folder" => "Folder sementara tidak ada", -"Failed to write to disk" => "Gagal menulis ke disk", -"Not enough storage available" => "Ruang penyimpanan tidak mencukupi", -"Upload failed. Could not find uploaded file" => "Unggah gagal. Tidak menemukan berkas yang akan diunggah", -"Upload failed. Could not get file info." => "Unggah gagal. Tidak mendapatkan informasi berkas.", -"Invalid directory." => "Direktori tidak valid.", -"Files" => "Berkas", -"All files" => "Semua berkas", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Tidak dapat mengunggah {filename} karena ini sebuah direktori atau memiliki ukuran 0 byte", -"Total file size {size1} exceeds upload limit {size2}" => "Jumlah ukuran berkas {size1} melampaui batas unggah {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Ruang bebas tidak mencukupi, Anda mengunggah {size1} tetapi hanya {size2} yang tersisa", -"Upload cancelled." => "Pengunggahan dibatalkan.", -"Could not get result from server." => "Tidak mendapatkan hasil dari server.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Berkas sedang diunggah. Meninggalkan halaman ini akan membatalkan proses.", -"URL cannot be empty" => "URL tidak boleh kosong", -"{new_name} already exists" => "{new_name} sudah ada", -"Could not create file" => "Tidak dapat membuat berkas", -"Could not create folder" => "Tidak dapat membuat folder", -"Error fetching URL" => "Kesalahan saat mengambil URL", -"Share" => "Bagikan", -"Delete" => "Hapus", -"Disconnect storage" => "Memutuskan penyimpaan", -"Unshare" => "Batalkan berbagi", -"Delete permanently" => "Hapus secara permanen", -"Rename" => "Ubah nama", -"Pending" => "Menunggu", -"Error moving file." => "Kesalahan saat memindahkan berkas.", -"Error moving file" => "Kesalahan saat memindahkan berkas", -"Error" => "Kesalahan ", -"Could not rename file" => "Tidak dapat mengubah nama berkas", -"Error deleting file." => "Kesalahan saat menghapus berkas.", -"Name" => "Nama", -"Size" => "Ukuran", -"Modified" => "Dimodifikasi", -"_%n folder_::_%n folders_" => array("%n folder"), -"_%n file_::_%n files_" => array("%n berkas"), -"You don’t have permission to upload or create files here" => "Anda tidak memiliki akses untuk mengunggah atau membuat berkas disini", -"_Uploading %n file_::_Uploading %n files_" => array("Mengunggah %n berkas"), -"\"{name}\" is an invalid file name." => "\"{name}\" adalah nama berkas yang tidak sah.", -"Your storage is full, files can not be updated or synced anymore!" => "Ruang penyimpanan Anda penuh, berkas tidak dapat diperbarui atau disinkronkan lagi!", -"Your storage is almost full ({usedSpacePercent}%)" => "Ruang penyimpanan hampir penuh ({usedSpacePercent}%)", -"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", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Kunci privat tidak sah untuk Aplikasi Enskripsi. Silakan perbarui sandi kunci privat anda pada pengaturan pribadi untuk memulihkan akses ke berkas anda yang dienskripsi.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Enskripi telah dinonaktifkan tetapi berkas anda tetap dienskripsi. Silakan menuju ke pengaturan pribadi untuk deskrip berkas anda.", -"{dirs} and {files}" => "{dirs} dan {files}", -"%s could not be renamed as it has been deleted" => "%s tidak dapat diubah namanya kerena telah dihapus", -"%s could not be renamed" => "%s tidak dapat diubah nama", -"Upload (max. %s)" => "Unggah (maks. %s)", -"File handling" => "Penanganan berkas", -"Maximum upload size" => "Ukuran pengunggahan maksimum", -"max. possible: " => "Kemungkinan maks.:", -"Save" => "Simpan", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Gunakan alamat ini untuk mengakses Berkas via WebDAV", -"New" => "Baru", -"New text file" => "Berkas teks baru", -"Text file" => "Berkas teks", -"New folder" => "Map baru", -"Folder" => "Folder", -"From link" => "Dari tautan", -"Nothing in here. Upload something!" => "Tidak ada apa-apa di sini. Unggah sesuatu!", -"Download" => "Unduh", -"Upload too large" => "Yang diunggah terlalu besar", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Berkas yang dicoba untuk diunggah melebihi ukuran maksimum pengunggahan berkas di server ini.", -"Files are being scanned, please wait." => "Berkas sedang dipindai, silakan tunggu.", -"Currently scanning" => "Pemindaian terbaru" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/io.js b/apps/files/l10n/io.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/io.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/io.json b/apps/files/l10n/io.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/io.json @@ -0,0 +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 diff --git a/apps/files/l10n/io.php b/apps/files/l10n/io.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/io.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js new file mode 100644 index 0000000000..5f3e2e78f2 --- /dev/null +++ b/apps/files/l10n/is.js @@ -0,0 +1,48 @@ +OC.L10N.register( + "files", + { + "Could not move %s - File with this name already exists" : "Gat ekki fært %s - Skrá með þessu nafni er þegar til", + "Could not move %s" : "Gat ekki fært %s", + "File name cannot be empty." : "Nafn skráar má ekki vera tómt", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ógilt nafn, táknin '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' eru ekki leyfð.", + "No file was uploaded. Unknown error" : "Engin skrá var send inn. Óþekkt villa.", + "There is no error, the file uploaded with success" : "Engin villa, innsending heppnaðist", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Innsend skrá er stærri en upload_max stillingin í php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Innsenda skráin er stærri en MAX_FILE_SIZE sem skilgreint er í HTML sniðinu.", + "The uploaded file was only partially uploaded" : "Einungis hluti af innsendri skrá skilaði sér", + "No file was uploaded" : "Engin skrá skilaði sér", + "Missing a temporary folder" : "Vantar bráðabirgðamöppu", + "Failed to write to disk" : "Tókst ekki að skrifa á disk", + "Invalid directory." : "Ógild mappa.", + "Files" : "Skrár", + "Upload cancelled." : "Hætt við innsendingu.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Innsending í gangi. Ef þú ferð af þessari síðu mun innsending misheppnast.", + "{new_name} already exists" : "{new_name} er þegar til", + "Share" : "Deila", + "Delete" : "Eyða", + "Unshare" : "Hætta deilingu", + "Rename" : "Endurskýra", + "Pending" : "Bíður", + "Error" : "Villa", + "Name" : "Nafn", + "Size" : "Stærð", + "Modified" : "Breytt", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "File handling" : "Meðhöndlun skrár", + "Maximum upload size" : "Hámarks stærð innsendingar", + "max. possible: " : "hámark mögulegt: ", + "Save" : "Vista", + "WebDAV" : "WebDAV", + "New" : "Nýtt", + "Text file" : "Texta skrá", + "Folder" : "Mappa", + "From link" : "Af tengli", + "Nothing in here. Upload something!" : "Ekkert hér. Settu eitthvað inn!", + "Download" : "Niðurhal", + "Upload too large" : "Innsend skrá er of stór", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Skrárnar sem þú ert að senda inn eru stærri en hámarks innsendingarstærð á þessum netþjóni.", + "Files are being scanned, please wait." : "Verið er að skima skrár, vinsamlegast hinkraðu." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/is.json b/apps/files/l10n/is.json new file mode 100644 index 0000000000..0a6afcb0b6 --- /dev/null +++ b/apps/files/l10n/is.json @@ -0,0 +1,46 @@ +{ "translations": { + "Could not move %s - File with this name already exists" : "Gat ekki fært %s - Skrá með þessu nafni er þegar til", + "Could not move %s" : "Gat ekki fært %s", + "File name cannot be empty." : "Nafn skráar má ekki vera tómt", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ógilt nafn, táknin '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' eru ekki leyfð.", + "No file was uploaded. Unknown error" : "Engin skrá var send inn. Óþekkt villa.", + "There is no error, the file uploaded with success" : "Engin villa, innsending heppnaðist", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Innsend skrá er stærri en upload_max stillingin í php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Innsenda skráin er stærri en MAX_FILE_SIZE sem skilgreint er í HTML sniðinu.", + "The uploaded file was only partially uploaded" : "Einungis hluti af innsendri skrá skilaði sér", + "No file was uploaded" : "Engin skrá skilaði sér", + "Missing a temporary folder" : "Vantar bráðabirgðamöppu", + "Failed to write to disk" : "Tókst ekki að skrifa á disk", + "Invalid directory." : "Ógild mappa.", + "Files" : "Skrár", + "Upload cancelled." : "Hætt við innsendingu.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Innsending í gangi. Ef þú ferð af þessari síðu mun innsending misheppnast.", + "{new_name} already exists" : "{new_name} er þegar til", + "Share" : "Deila", + "Delete" : "Eyða", + "Unshare" : "Hætta deilingu", + "Rename" : "Endurskýra", + "Pending" : "Bíður", + "Error" : "Villa", + "Name" : "Nafn", + "Size" : "Stærð", + "Modified" : "Breytt", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "File handling" : "Meðhöndlun skrár", + "Maximum upload size" : "Hámarks stærð innsendingar", + "max. possible: " : "hámark mögulegt: ", + "Save" : "Vista", + "WebDAV" : "WebDAV", + "New" : "Nýtt", + "Text file" : "Texta skrá", + "Folder" : "Mappa", + "From link" : "Af tengli", + "Nothing in here. Upload something!" : "Ekkert hér. Settu eitthvað inn!", + "Download" : "Niðurhal", + "Upload too large" : "Innsend skrá er of stór", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Skrárnar sem þú ert að senda inn eru stærri en hámarks innsendingarstærð á þessum netþjóni.", + "Files are being scanned, please wait." : "Verið er að skima skrár, vinsamlegast hinkraðu." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/is.php b/apps/files/l10n/is.php deleted file mode 100644 index f645d9cf00..0000000000 --- a/apps/files/l10n/is.php +++ /dev/null @@ -1,47 +0,0 @@ - "Gat ekki fært %s - Skrá með þessu nafni er þegar til", -"Could not move %s" => "Gat ekki fært %s", -"File name cannot be empty." => "Nafn skráar má ekki vera tómt", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ógilt nafn, táknin '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' eru ekki leyfð.", -"No file was uploaded. Unknown error" => "Engin skrá var send inn. Óþekkt villa.", -"There is no error, the file uploaded with success" => "Engin villa, innsending heppnaðist", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Innsend skrá er stærri en upload_max stillingin í php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Innsenda skráin er stærri en MAX_FILE_SIZE sem skilgreint er í HTML sniðinu.", -"The uploaded file was only partially uploaded" => "Einungis hluti af innsendri skrá skilaði sér", -"No file was uploaded" => "Engin skrá skilaði sér", -"Missing a temporary folder" => "Vantar bráðabirgðamöppu", -"Failed to write to disk" => "Tókst ekki að skrifa á disk", -"Invalid directory." => "Ógild mappa.", -"Files" => "Skrár", -"Upload cancelled." => "Hætt við innsendingu.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Innsending í gangi. Ef þú ferð af þessari síðu mun innsending misheppnast.", -"{new_name} already exists" => "{new_name} er þegar til", -"Share" => "Deila", -"Delete" => "Eyða", -"Unshare" => "Hætta deilingu", -"Rename" => "Endurskýra", -"Pending" => "Bíður", -"Error" => "Villa", -"Name" => "Nafn", -"Size" => "Stærð", -"Modified" => "Breytt", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"File handling" => "Meðhöndlun skrár", -"Maximum upload size" => "Hámarks stærð innsendingar", -"max. possible: " => "hámark mögulegt: ", -"Save" => "Vista", -"WebDAV" => "WebDAV", -"New" => "Nýtt", -"Text file" => "Texta skrá", -"Folder" => "Mappa", -"From link" => "Af tengli", -"Nothing in here. Upload something!" => "Ekkert hér. Settu eitthvað inn!", -"Download" => "Niðurhal", -"Upload too large" => "Innsend skrá er of stór", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Skrárnar sem þú ert að senda inn eru stærri en hámarks innsendingarstærð á þessum netþjóni.", -"Files are being scanned, please wait." => "Verið er að skima skrár, vinsamlegast hinkraðu." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js new file mode 100644 index 0000000000..939f5e55da --- /dev/null +++ b/apps/files/l10n/it.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Archiviazione non disponibile", + "Storage invalid" : "Archiviazione non valida", + "Unknown error" : "Errore sconosciuto", + "Could not move %s - File with this name already exists" : "Impossibile spostare %s - un file con questo nome esiste già", + "Could not move %s" : "Impossibile spostare %s", + "Permission denied" : "Permesso negato", + "File name cannot be empty." : "Il nome del file non può essere vuoto.", + "\"%s\" is an invalid file name." : "\"%s\" non è un nome file valido.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome non valido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' non sono consentiti.", + "The target folder has been moved or deleted." : "La cartella di destinazione è stata spostata o eliminata.", + "The name %s is already used in the folder %s. Please choose a different name." : "Il nome %s è attualmente in uso nella cartella %s. Scegli un nome diverso.", + "Not a valid source" : "Non è una sorgente valida", + "Server is not allowed to open URLs, please check the server configuration" : "Al server non è permesso aprire URL, controlla la configurazione del server", + "The file exceeds your quota by %s" : "Il file supera la tua quota di %s", + "Error while downloading %s to %s" : "Errore durante lo scaricamento di %s su %s", + "Error when creating the file" : "Errore durante la creazione del file", + "Folder name cannot be empty." : "Il nome della cartella non può essere vuoto.", + "Error when creating the folder" : "Errore durante la creazione della cartella", + "Unable to set upload directory." : "Impossibile impostare una cartella di caricamento.", + "Invalid Token" : "Token non valido", + "No file was uploaded. Unknown error" : "Nessun file è stato inviato. Errore sconosciuto", + "There is no error, the file uploaded with success" : "Non ci sono errori, il file è stato caricato correttamente", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Il file caricato supera la direttiva upload_max_filesize in php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file inviato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML", + "The uploaded file was only partially uploaded" : "Il file è stato caricato solo parzialmente", + "No file was uploaded" : "Nessun file è stato caricato", + "Missing a temporary folder" : "Manca una cartella temporanea", + "Failed to write to disk" : "Scrittura su disco non riuscita", + "Not enough storage available" : "Spazio di archiviazione insufficiente", + "Upload failed. Could not find uploaded file" : "Caricamento non riuscito. Impossibile trovare il file caricato.", + "Upload failed. Could not get file info." : "Caricamento non riuscito. Impossibile ottenere informazioni sul file.", + "Invalid directory." : "Cartella non valida.", + "Files" : "File", + "All files" : "Tutti i file", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Impossibile caricare {filename} poiché è una cartella oppure ha una dimensione di 0 byte.", + "Total file size {size1} exceeds upload limit {size2}" : "La dimensione totale del file {size1} supera il limite di caricamento {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Spazio insufficiente, stai caricando {size1}, ma è rimasto solo {size2}", + "Upload cancelled." : "Invio annullato", + "Could not get result from server." : "Impossibile ottenere il risultato dal server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Caricamento del file in corso. La chiusura della pagina annullerà il caricamento.", + "URL cannot be empty" : "L'URL non può essere vuoto.", + "{new_name} already exists" : "{new_name} esiste già", + "Could not create file" : "Impossibile creare il file", + "Could not create folder" : "Impossibile creare la cartella", + "Error fetching URL" : "Errore durante il recupero dello URL", + "Share" : "Condividi", + "Delete" : "Elimina", + "Disconnect storage" : "Disconnetti archiviazione", + "Unshare" : "Rimuovi condivisione", + "Delete permanently" : "Elimina definitivamente", + "Rename" : "Rinomina", + "Pending" : "In corso", + "Error moving file." : "Errore durante lo spostamento del file.", + "Error moving file" : "Errore durante lo spostamento del file", + "Error" : "Errore", + "Could not rename file" : "Impossibile rinominare il file", + "Error deleting file." : "Errore durante l'eliminazione del file.", + "Name" : "Nome", + "Size" : "Dimensione", + "Modified" : "Modificato", + "_%n folder_::_%n folders_" : ["%n cartella","%n cartelle"], + "_%n file_::_%n files_" : ["%n file","%n file"], + "You don’t have permission to upload or create files here" : "Qui non hai i permessi di caricare o creare file", + "_Uploading %n file_::_Uploading %n files_" : ["Caricamento di %n file in corso","Caricamento di %n file in corso"], + "\"{name}\" is an invalid file name." : "\"{name}\" non è un nome file valido.", + "Your storage is full, files can not be updated or synced anymore!" : "Lo spazio di archiviazione è pieno, i file non possono essere più aggiornati o sincronizzati!", + "Your storage is almost full ({usedSpacePercent}%)" : "Lo spazio di archiviazione è quasi pieno ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chiave privata non valida per l'applicazione di cifratura. Aggiorna la password della chiave privata nelle impostazioni personali per ripristinare l'accesso ai tuoi file cifrati.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "La cifratura è stata disabilitata ma i tuoi file sono ancora cifrati. Vai nelle impostazioni personali per decifrare i file.", + "{dirs} and {files}" : "{dirs} e {files}", + "%s could not be renamed as it has been deleted" : "%s non può essere rinominato poiché è stato eliminato", + "%s could not be renamed" : "%s non può essere rinominato", + "Upload (max. %s)" : "Carica (massimo %s)", + "File handling" : "Gestione file", + "Maximum upload size" : "Dimensione massima upload", + "max. possible: " : "numero mass.: ", + "Save" : "Salva", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Utilizza questo indirizzo per accedere ai tuoi file con WebDAV", + "New" : "Nuovo", + "New text file" : "Nuovo file di testo", + "Text file" : "File di testo", + "New folder" : "Nuova cartella", + "Folder" : "Cartella", + "From link" : "Da collegamento", + "Nothing in here. Upload something!" : "Non c'è niente qui. Carica qualcosa!", + "Download" : "Scarica", + "Upload too large" : "Caricamento troppo grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "I file che stai provando a caricare superano la dimensione massima consentita su questo server.", + "Files are being scanned, please wait." : "Scansione dei file in corso, attendi", + "Currently scanning" : "Scansione in corso" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json new file mode 100644 index 0000000000..8686051f46 --- /dev/null +++ b/apps/files/l10n/it.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Archiviazione non disponibile", + "Storage invalid" : "Archiviazione non valida", + "Unknown error" : "Errore sconosciuto", + "Could not move %s - File with this name already exists" : "Impossibile spostare %s - un file con questo nome esiste già", + "Could not move %s" : "Impossibile spostare %s", + "Permission denied" : "Permesso negato", + "File name cannot be empty." : "Il nome del file non può essere vuoto.", + "\"%s\" is an invalid file name." : "\"%s\" non è un nome file valido.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome non valido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' non sono consentiti.", + "The target folder has been moved or deleted." : "La cartella di destinazione è stata spostata o eliminata.", + "The name %s is already used in the folder %s. Please choose a different name." : "Il nome %s è attualmente in uso nella cartella %s. Scegli un nome diverso.", + "Not a valid source" : "Non è una sorgente valida", + "Server is not allowed to open URLs, please check the server configuration" : "Al server non è permesso aprire URL, controlla la configurazione del server", + "The file exceeds your quota by %s" : "Il file supera la tua quota di %s", + "Error while downloading %s to %s" : "Errore durante lo scaricamento di %s su %s", + "Error when creating the file" : "Errore durante la creazione del file", + "Folder name cannot be empty." : "Il nome della cartella non può essere vuoto.", + "Error when creating the folder" : "Errore durante la creazione della cartella", + "Unable to set upload directory." : "Impossibile impostare una cartella di caricamento.", + "Invalid Token" : "Token non valido", + "No file was uploaded. Unknown error" : "Nessun file è stato inviato. Errore sconosciuto", + "There is no error, the file uploaded with success" : "Non ci sono errori, il file è stato caricato correttamente", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Il file caricato supera la direttiva upload_max_filesize in php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file inviato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML", + "The uploaded file was only partially uploaded" : "Il file è stato caricato solo parzialmente", + "No file was uploaded" : "Nessun file è stato caricato", + "Missing a temporary folder" : "Manca una cartella temporanea", + "Failed to write to disk" : "Scrittura su disco non riuscita", + "Not enough storage available" : "Spazio di archiviazione insufficiente", + "Upload failed. Could not find uploaded file" : "Caricamento non riuscito. Impossibile trovare il file caricato.", + "Upload failed. Could not get file info." : "Caricamento non riuscito. Impossibile ottenere informazioni sul file.", + "Invalid directory." : "Cartella non valida.", + "Files" : "File", + "All files" : "Tutti i file", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Impossibile caricare {filename} poiché è una cartella oppure ha una dimensione di 0 byte.", + "Total file size {size1} exceeds upload limit {size2}" : "La dimensione totale del file {size1} supera il limite di caricamento {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Spazio insufficiente, stai caricando {size1}, ma è rimasto solo {size2}", + "Upload cancelled." : "Invio annullato", + "Could not get result from server." : "Impossibile ottenere il risultato dal server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Caricamento del file in corso. La chiusura della pagina annullerà il caricamento.", + "URL cannot be empty" : "L'URL non può essere vuoto.", + "{new_name} already exists" : "{new_name} esiste già", + "Could not create file" : "Impossibile creare il file", + "Could not create folder" : "Impossibile creare la cartella", + "Error fetching URL" : "Errore durante il recupero dello URL", + "Share" : "Condividi", + "Delete" : "Elimina", + "Disconnect storage" : "Disconnetti archiviazione", + "Unshare" : "Rimuovi condivisione", + "Delete permanently" : "Elimina definitivamente", + "Rename" : "Rinomina", + "Pending" : "In corso", + "Error moving file." : "Errore durante lo spostamento del file.", + "Error moving file" : "Errore durante lo spostamento del file", + "Error" : "Errore", + "Could not rename file" : "Impossibile rinominare il file", + "Error deleting file." : "Errore durante l'eliminazione del file.", + "Name" : "Nome", + "Size" : "Dimensione", + "Modified" : "Modificato", + "_%n folder_::_%n folders_" : ["%n cartella","%n cartelle"], + "_%n file_::_%n files_" : ["%n file","%n file"], + "You don’t have permission to upload or create files here" : "Qui non hai i permessi di caricare o creare file", + "_Uploading %n file_::_Uploading %n files_" : ["Caricamento di %n file in corso","Caricamento di %n file in corso"], + "\"{name}\" is an invalid file name." : "\"{name}\" non è un nome file valido.", + "Your storage is full, files can not be updated or synced anymore!" : "Lo spazio di archiviazione è pieno, i file non possono essere più aggiornati o sincronizzati!", + "Your storage is almost full ({usedSpacePercent}%)" : "Lo spazio di archiviazione è quasi pieno ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chiave privata non valida per l'applicazione di cifratura. Aggiorna la password della chiave privata nelle impostazioni personali per ripristinare l'accesso ai tuoi file cifrati.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "La cifratura è stata disabilitata ma i tuoi file sono ancora cifrati. Vai nelle impostazioni personali per decifrare i file.", + "{dirs} and {files}" : "{dirs} e {files}", + "%s could not be renamed as it has been deleted" : "%s non può essere rinominato poiché è stato eliminato", + "%s could not be renamed" : "%s non può essere rinominato", + "Upload (max. %s)" : "Carica (massimo %s)", + "File handling" : "Gestione file", + "Maximum upload size" : "Dimensione massima upload", + "max. possible: " : "numero mass.: ", + "Save" : "Salva", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Utilizza questo indirizzo per accedere ai tuoi file con WebDAV", + "New" : "Nuovo", + "New text file" : "Nuovo file di testo", + "Text file" : "File di testo", + "New folder" : "Nuova cartella", + "Folder" : "Cartella", + "From link" : "Da collegamento", + "Nothing in here. Upload something!" : "Non c'è niente qui. Carica qualcosa!", + "Download" : "Scarica", + "Upload too large" : "Caricamento troppo grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "I file che stai provando a caricare superano la dimensione massima consentita su questo server.", + "Files are being scanned, please wait." : "Scansione dei file in corso, attendi", + "Currently scanning" : "Scansione in corso" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php deleted file mode 100644 index 08cb41f123..0000000000 --- a/apps/files/l10n/it.php +++ /dev/null @@ -1,96 +0,0 @@ - "Archiviazione non disponibile", -"Storage invalid" => "Archiviazione non valida", -"Unknown error" => "Errore sconosciuto", -"Could not move %s - File with this name already exists" => "Impossibile spostare %s - un file con questo nome esiste già", -"Could not move %s" => "Impossibile spostare %s", -"Permission denied" => "Permesso negato", -"File name cannot be empty." => "Il nome del file non può essere vuoto.", -"\"%s\" is an invalid file name." => "\"%s\" non è un nome file valido.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome non valido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' non sono consentiti.", -"The target folder has been moved or deleted." => "La cartella di destinazione è stata spostata o eliminata.", -"The name %s is already used in the folder %s. Please choose a different name." => "Il nome %s è attualmente in uso nella cartella %s. Scegli un nome diverso.", -"Not a valid source" => "Non è una sorgente valida", -"Server is not allowed to open URLs, please check the server configuration" => "Al server non è permesso aprire URL, controlla la configurazione del server", -"The file exceeds your quota by %s" => "Il file supera la tua quota di %s", -"Error while downloading %s to %s" => "Errore durante lo scaricamento di %s su %s", -"Error when creating the file" => "Errore durante la creazione del file", -"Folder name cannot be empty." => "Il nome della cartella non può essere vuoto.", -"Error when creating the folder" => "Errore durante la creazione della cartella", -"Unable to set upload directory." => "Impossibile impostare una cartella di caricamento.", -"Invalid Token" => "Token non valido", -"No file was uploaded. Unknown error" => "Nessun file è stato inviato. Errore sconosciuto", -"There is no error, the file uploaded with success" => "Non ci sono errori, il file è stato caricato correttamente", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Il file caricato supera la direttiva upload_max_filesize in php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Il file inviato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML", -"The uploaded file was only partially uploaded" => "Il file è stato caricato solo parzialmente", -"No file was uploaded" => "Nessun file è stato caricato", -"Missing a temporary folder" => "Manca una cartella temporanea", -"Failed to write to disk" => "Scrittura su disco non riuscita", -"Not enough storage available" => "Spazio di archiviazione insufficiente", -"Upload failed. Could not find uploaded file" => "Caricamento non riuscito. Impossibile trovare il file caricato.", -"Upload failed. Could not get file info." => "Caricamento non riuscito. Impossibile ottenere informazioni sul file.", -"Invalid directory." => "Cartella non valida.", -"Files" => "File", -"All files" => "Tutti i file", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Impossibile caricare {filename} poiché è una cartella oppure ha una dimensione di 0 byte.", -"Total file size {size1} exceeds upload limit {size2}" => "La dimensione totale del file {size1} supera il limite di caricamento {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Spazio insufficiente, stai caricando {size1}, ma è rimasto solo {size2}", -"Upload cancelled." => "Invio annullato", -"Could not get result from server." => "Impossibile ottenere il risultato dal server.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Caricamento del file in corso. La chiusura della pagina annullerà il caricamento.", -"URL cannot be empty" => "L'URL non può essere vuoto.", -"{new_name} already exists" => "{new_name} esiste già", -"Could not create file" => "Impossibile creare il file", -"Could not create folder" => "Impossibile creare la cartella", -"Error fetching URL" => "Errore durante il recupero dello URL", -"Share" => "Condividi", -"Delete" => "Elimina", -"Disconnect storage" => "Disconnetti archiviazione", -"Unshare" => "Rimuovi condivisione", -"Delete permanently" => "Elimina definitivamente", -"Rename" => "Rinomina", -"Pending" => "In corso", -"Error moving file." => "Errore durante lo spostamento del file.", -"Error moving file" => "Errore durante lo spostamento del file", -"Error" => "Errore", -"Could not rename file" => "Impossibile rinominare il file", -"Error deleting file." => "Errore durante l'eliminazione del file.", -"Name" => "Nome", -"Size" => "Dimensione", -"Modified" => "Modificato", -"_%n folder_::_%n folders_" => array("%n cartella","%n cartelle"), -"_%n file_::_%n files_" => array("%n file","%n file"), -"You don’t have permission to upload or create files here" => "Qui non hai i permessi di caricare o creare file", -"_Uploading %n file_::_Uploading %n files_" => array("Caricamento di %n file in corso","Caricamento di %n file in corso"), -"\"{name}\" is an invalid file name." => "\"{name}\" non è un nome file valido.", -"Your storage is full, files can not be updated or synced anymore!" => "Lo spazio di archiviazione è pieno, i file non possono essere più aggiornati o sincronizzati!", -"Your storage is almost full ({usedSpacePercent}%)" => "Lo spazio di archiviazione è quasi pieno ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Chiave privata non valida per l'applicazione di cifratura. Aggiorna la password della chiave privata nelle impostazioni personali per ripristinare l'accesso ai tuoi file cifrati.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "La cifratura è stata disabilitata ma i tuoi file sono ancora cifrati. Vai nelle impostazioni personali per decifrare i file.", -"{dirs} and {files}" => "{dirs} e {files}", -"%s could not be renamed as it has been deleted" => "%s non può essere rinominato poiché è stato eliminato", -"%s could not be renamed" => "%s non può essere rinominato", -"Upload (max. %s)" => "Carica (massimo %s)", -"File handling" => "Gestione file", -"Maximum upload size" => "Dimensione massima upload", -"max. possible: " => "numero mass.: ", -"Save" => "Salva", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Utilizza questo indirizzo per accedere ai tuoi file con WebDAV", -"New" => "Nuovo", -"New text file" => "Nuovo file di testo", -"Text file" => "File di testo", -"New folder" => "Nuova cartella", -"Folder" => "Cartella", -"From link" => "Da collegamento", -"Nothing in here. Upload something!" => "Non c'è niente qui. Carica qualcosa!", -"Download" => "Scarica", -"Upload too large" => "Caricamento troppo grande", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "I file che stai provando a caricare superano la dimensione massima consentita su questo server.", -"Files are being scanned, please wait." => "Scansione dei file in corso, attendi", -"Currently scanning" => "Scansione in corso" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js new file mode 100644 index 0000000000..201da49664 --- /dev/null +++ b/apps/files/l10n/ja.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "ストレージが利用できません", + "Storage invalid" : "ストレージが無効です", + "Unknown error" : "不明なエラー", + "Could not move %s - File with this name already exists" : "%s を移動できませんでした ― この名前のファイルはすでに存在します", + "Could not move %s" : "%s を移動できませんでした", + "Permission denied" : "アクセス拒否", + "File name cannot be empty." : "ファイル名を空にすることはできません。", + "\"%s\" is an invalid file name." : "\"%s\" は無効なファイル名です。", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。", + "The target folder has been moved or deleted." : "対象のフォルダーは移動されたか、削除されました。", + "The name %s is already used in the folder %s. Please choose a different name." : "%s はフォルダー %s ですでに使われています。別の名前を選択してください。", + "Not a valid source" : "有効なソースではありません", + "Server is not allowed to open URLs, please check the server configuration" : "サーバーは、URLを開くことは許されません。サーバーの設定をチェックしてください。", + "The file exceeds your quota by %s" : "ファイル %s で容量制限をオーバーしました。", + "Error while downloading %s to %s" : "%s から %s へのダウンロードエラー", + "Error when creating the file" : "ファイルの生成エラー", + "Folder name cannot be empty." : "フォルダー名は空にできません", + "Error when creating the folder" : "フォルダーの生成エラー", + "Unable to set upload directory." : "アップロードディレクトリを設定できません。", + "Invalid Token" : "無効なトークン", + "No file was uploaded. Unknown error" : "ファイルは何もアップロードされていません。不明なエラー", + "There is no error, the file uploaded with success" : "エラーはありません。ファイルのアップロードは成功しました", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "アップロードされたファイルはphp.ini の upload_max_filesize に設定されたサイズを超えています:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "アップロードファイルはHTMLフォームで指定された MAX_FILE_SIZE の制限を超えています", + "The uploaded file was only partially uploaded" : "アップロードファイルは一部分だけアップロードされました", + "No file was uploaded" : "ファイルはアップロードされませんでした", + "Missing a temporary folder" : "一時保存フォルダーが見つかりません", + "Failed to write to disk" : "ディスクへの書き込みに失敗しました", + "Not enough storage available" : "ストレージに十分な空き容量がありません", + "Upload failed. Could not find uploaded file" : "アップロードに失敗しました。アップロード済みのファイルを見つけることができませんでした。", + "Upload failed. Could not get file info." : "アップロードに失敗しました。ファイル情報を取得できませんでした。", + "Invalid directory." : "無効なディレクトリです。", + "Files" : "ファイル", + "All files" : "すべてのファイル", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "ディレクトリもしくは0バイトのため {filename} をアップロードできません", + "Total file size {size1} exceeds upload limit {size2}" : "合計ファイルサイズ {size1} はアップロード制限 {size2} を超過しています。", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。", + "Upload cancelled." : "アップロードはキャンセルされました。", + "Could not get result from server." : "サーバーから結果を取得できませんでした。", + "File upload is in progress. Leaving the page now will cancel the upload." : "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。", + "URL cannot be empty" : "URL は空にできません", + "{new_name} already exists" : "{new_name} はすでに存在します", + "Could not create file" : "ファイルを作成できませんでした", + "Could not create folder" : "フォルダーを作成できませんでした", + "Error fetching URL" : "URL取得エラー", + "Share" : "共有", + "Delete" : "削除", + "Disconnect storage" : "ストレージを切断する", + "Unshare" : "共有解除", + "Delete permanently" : "完全に削除する", + "Rename" : "名前の変更", + "Pending" : "中断", + "Error moving file." : "ファイル移動でエラー", + "Error moving file" : "ファイルの移動エラー", + "Error" : "エラー", + "Could not rename file" : "ファイルの名前変更ができませんでした", + "Error deleting file." : "ファイルの削除エラー。", + "Name" : "名前", + "Size" : "サイズ", + "Modified" : "更新日時", + "_%n folder_::_%n folders_" : ["%n 個のフォルダー"], + "_%n file_::_%n files_" : ["%n 個のファイル"], + "You don’t have permission to upload or create files here" : "ここにファイルをアップロードもしくは作成する権限がありません", + "_Uploading %n file_::_Uploading %n files_" : ["%n 個のファイルをアップロード中"], + "\"{name}\" is an invalid file name." : "\"{name}\" は無効なファイル名です。", + "Your storage is full, files can not be updated or synced anymore!" : "あなたのストレージは一杯です。ファイルの更新と同期はもうできません!", + "Your storage is almost full ({usedSpacePercent}%)" : "ストレージがほぼ一杯です({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。", + "{dirs} and {files}" : "{dirs} と {files}", + "%s could not be renamed as it has been deleted" : "%s は削除された為、ファイル名を変更できません", + "%s could not be renamed" : "%sの名前を変更できませんでした", + "Upload (max. %s)" : "アップロード ( 最大 %s )", + "File handling" : "ファイル操作", + "Maximum upload size" : "最大アップロードサイズ", + "max. possible: " : "最大容量: ", + "Save" : "保存", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "WebDAV経由でのファイルアクセスにはこのアドレスを利用してください", + "New" : "新規作成", + "New text file" : "新規のテキストファイル作成", + "Text file" : "テキストファイル", + "New folder" : "新しいフォルダー", + "Folder" : "フォルダー", + "From link" : "リンク", + "Nothing in here. Upload something!" : "ここには何もありません。何かアップロードしてください。", + "Download" : "ダウンロード", + "Upload too large" : "アップロードには大きすぎます。", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、サーバーで規定された最大サイズを超えています。", + "Files are being scanned, please wait." : "ファイルをスキャンしています、しばらくお待ちください。", + "Currently scanning" : "現在スキャン中" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json new file mode 100644 index 0000000000..314bc72332 --- /dev/null +++ b/apps/files/l10n/ja.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "ストレージが利用できません", + "Storage invalid" : "ストレージが無効です", + "Unknown error" : "不明なエラー", + "Could not move %s - File with this name already exists" : "%s を移動できませんでした ― この名前のファイルはすでに存在します", + "Could not move %s" : "%s を移動できませんでした", + "Permission denied" : "アクセス拒否", + "File name cannot be empty." : "ファイル名を空にすることはできません。", + "\"%s\" is an invalid file name." : "\"%s\" は無効なファイル名です。", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。", + "The target folder has been moved or deleted." : "対象のフォルダーは移動されたか、削除されました。", + "The name %s is already used in the folder %s. Please choose a different name." : "%s はフォルダー %s ですでに使われています。別の名前を選択してください。", + "Not a valid source" : "有効なソースではありません", + "Server is not allowed to open URLs, please check the server configuration" : "サーバーは、URLを開くことは許されません。サーバーの設定をチェックしてください。", + "The file exceeds your quota by %s" : "ファイル %s で容量制限をオーバーしました。", + "Error while downloading %s to %s" : "%s から %s へのダウンロードエラー", + "Error when creating the file" : "ファイルの生成エラー", + "Folder name cannot be empty." : "フォルダー名は空にできません", + "Error when creating the folder" : "フォルダーの生成エラー", + "Unable to set upload directory." : "アップロードディレクトリを設定できません。", + "Invalid Token" : "無効なトークン", + "No file was uploaded. Unknown error" : "ファイルは何もアップロードされていません。不明なエラー", + "There is no error, the file uploaded with success" : "エラーはありません。ファイルのアップロードは成功しました", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "アップロードされたファイルはphp.ini の upload_max_filesize に設定されたサイズを超えています:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "アップロードファイルはHTMLフォームで指定された MAX_FILE_SIZE の制限を超えています", + "The uploaded file was only partially uploaded" : "アップロードファイルは一部分だけアップロードされました", + "No file was uploaded" : "ファイルはアップロードされませんでした", + "Missing a temporary folder" : "一時保存フォルダーが見つかりません", + "Failed to write to disk" : "ディスクへの書き込みに失敗しました", + "Not enough storage available" : "ストレージに十分な空き容量がありません", + "Upload failed. Could not find uploaded file" : "アップロードに失敗しました。アップロード済みのファイルを見つけることができませんでした。", + "Upload failed. Could not get file info." : "アップロードに失敗しました。ファイル情報を取得できませんでした。", + "Invalid directory." : "無効なディレクトリです。", + "Files" : "ファイル", + "All files" : "すべてのファイル", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "ディレクトリもしくは0バイトのため {filename} をアップロードできません", + "Total file size {size1} exceeds upload limit {size2}" : "合計ファイルサイズ {size1} はアップロード制限 {size2} を超過しています。", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。", + "Upload cancelled." : "アップロードはキャンセルされました。", + "Could not get result from server." : "サーバーから結果を取得できませんでした。", + "File upload is in progress. Leaving the page now will cancel the upload." : "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。", + "URL cannot be empty" : "URL は空にできません", + "{new_name} already exists" : "{new_name} はすでに存在します", + "Could not create file" : "ファイルを作成できませんでした", + "Could not create folder" : "フォルダーを作成できませんでした", + "Error fetching URL" : "URL取得エラー", + "Share" : "共有", + "Delete" : "削除", + "Disconnect storage" : "ストレージを切断する", + "Unshare" : "共有解除", + "Delete permanently" : "完全に削除する", + "Rename" : "名前の変更", + "Pending" : "中断", + "Error moving file." : "ファイル移動でエラー", + "Error moving file" : "ファイルの移動エラー", + "Error" : "エラー", + "Could not rename file" : "ファイルの名前変更ができませんでした", + "Error deleting file." : "ファイルの削除エラー。", + "Name" : "名前", + "Size" : "サイズ", + "Modified" : "更新日時", + "_%n folder_::_%n folders_" : ["%n 個のフォルダー"], + "_%n file_::_%n files_" : ["%n 個のファイル"], + "You don’t have permission to upload or create files here" : "ここにファイルをアップロードもしくは作成する権限がありません", + "_Uploading %n file_::_Uploading %n files_" : ["%n 個のファイルをアップロード中"], + "\"{name}\" is an invalid file name." : "\"{name}\" は無効なファイル名です。", + "Your storage is full, files can not be updated or synced anymore!" : "あなたのストレージは一杯です。ファイルの更新と同期はもうできません!", + "Your storage is almost full ({usedSpacePercent}%)" : "ストレージがほぼ一杯です({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。", + "{dirs} and {files}" : "{dirs} と {files}", + "%s could not be renamed as it has been deleted" : "%s は削除された為、ファイル名を変更できません", + "%s could not be renamed" : "%sの名前を変更できませんでした", + "Upload (max. %s)" : "アップロード ( 最大 %s )", + "File handling" : "ファイル操作", + "Maximum upload size" : "最大アップロードサイズ", + "max. possible: " : "最大容量: ", + "Save" : "保存", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "WebDAV経由でのファイルアクセスにはこのアドレスを利用してください", + "New" : "新規作成", + "New text file" : "新規のテキストファイル作成", + "Text file" : "テキストファイル", + "New folder" : "新しいフォルダー", + "Folder" : "フォルダー", + "From link" : "リンク", + "Nothing in here. Upload something!" : "ここには何もありません。何かアップロードしてください。", + "Download" : "ダウンロード", + "Upload too large" : "アップロードには大きすぎます。", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、サーバーで規定された最大サイズを超えています。", + "Files are being scanned, please wait." : "ファイルをスキャンしています、しばらくお待ちください。", + "Currently scanning" : "現在スキャン中" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/ja.php b/apps/files/l10n/ja.php deleted file mode 100644 index c0e67863db..0000000000 --- a/apps/files/l10n/ja.php +++ /dev/null @@ -1,96 +0,0 @@ - "ストレージが利用できません", -"Storage invalid" => "ストレージが無効です", -"Unknown error" => "不明なエラー", -"Could not move %s - File with this name already exists" => "%s を移動できませんでした ― この名前のファイルはすでに存在します", -"Could not move %s" => "%s を移動できませんでした", -"Permission denied" => "アクセス拒否", -"File name cannot be empty." => "ファイル名を空にすることはできません。", -"\"%s\" is an invalid file name." => "\"%s\" は無効なファイル名です。", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。", -"The target folder has been moved or deleted." => "対象のフォルダーは移動されたか、削除されました。", -"The name %s is already used in the folder %s. Please choose a different name." => "%s はフォルダー %s ですでに使われています。別の名前を選択してください。", -"Not a valid source" => "有効なソースではありません", -"Server is not allowed to open URLs, please check the server configuration" => "サーバーは、URLを開くことは許されません。サーバーの設定をチェックしてください。", -"The file exceeds your quota by %s" => "ファイル %s で容量制限をオーバーしました。", -"Error while downloading %s to %s" => "%s から %s へのダウンロードエラー", -"Error when creating the file" => "ファイルの生成エラー", -"Folder name cannot be empty." => "フォルダー名は空にできません", -"Error when creating the folder" => "フォルダーの生成エラー", -"Unable to set upload directory." => "アップロードディレクトリを設定できません。", -"Invalid Token" => "無効なトークン", -"No file was uploaded. Unknown error" => "ファイルは何もアップロードされていません。不明なエラー", -"There is no error, the file uploaded with success" => "エラーはありません。ファイルのアップロードは成功しました", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "アップロードされたファイルはphp.ini の upload_max_filesize に設定されたサイズを超えています:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "アップロードファイルはHTMLフォームで指定された MAX_FILE_SIZE の制限を超えています", -"The uploaded file was only partially uploaded" => "アップロードファイルは一部分だけアップロードされました", -"No file was uploaded" => "ファイルはアップロードされませんでした", -"Missing a temporary folder" => "一時保存フォルダーが見つかりません", -"Failed to write to disk" => "ディスクへの書き込みに失敗しました", -"Not enough storage available" => "ストレージに十分な空き容量がありません", -"Upload failed. Could not find uploaded file" => "アップロードに失敗しました。アップロード済みのファイルを見つけることができませんでした。", -"Upload failed. Could not get file info." => "アップロードに失敗しました。ファイル情報を取得できませんでした。", -"Invalid directory." => "無効なディレクトリです。", -"Files" => "ファイル", -"All files" => "すべてのファイル", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "ディレクトリもしくは0バイトのため {filename} をアップロードできません", -"Total file size {size1} exceeds upload limit {size2}" => "合計ファイルサイズ {size1} はアップロード制限 {size2} を超過しています。", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。", -"Upload cancelled." => "アップロードはキャンセルされました。", -"Could not get result from server." => "サーバーから結果を取得できませんでした。", -"File upload is in progress. Leaving the page now will cancel the upload." => "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。", -"URL cannot be empty" => "URL は空にできません", -"{new_name} already exists" => "{new_name} はすでに存在します", -"Could not create file" => "ファイルを作成できませんでした", -"Could not create folder" => "フォルダーを作成できませんでした", -"Error fetching URL" => "URL取得エラー", -"Share" => "共有", -"Delete" => "削除", -"Disconnect storage" => "ストレージを切断する", -"Unshare" => "共有解除", -"Delete permanently" => "完全に削除する", -"Rename" => "名前の変更", -"Pending" => "中断", -"Error moving file." => "ファイル移動でエラー", -"Error moving file" => "ファイルの移動エラー", -"Error" => "エラー", -"Could not rename file" => "ファイルの名前変更ができませんでした", -"Error deleting file." => "ファイルの削除エラー。", -"Name" => "名前", -"Size" => "サイズ", -"Modified" => "更新日時", -"_%n folder_::_%n folders_" => array("%n 個のフォルダー"), -"_%n file_::_%n files_" => array("%n 個のファイル"), -"You don’t have permission to upload or create files here" => "ここにファイルをアップロードもしくは作成する権限がありません", -"_Uploading %n file_::_Uploading %n files_" => array("%n 個のファイルをアップロード中"), -"\"{name}\" is an invalid file name." => "\"{name}\" は無効なファイル名です。", -"Your storage is full, files can not be updated or synced anymore!" => "あなたのストレージは一杯です。ファイルの更新と同期はもうできません!", -"Your storage is almost full ({usedSpacePercent}%)" => "ストレージがほぼ一杯です({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。", -"{dirs} and {files}" => "{dirs} と {files}", -"%s could not be renamed as it has been deleted" => "%s は削除された為、ファイル名を変更できません", -"%s could not be renamed" => "%sの名前を変更できませんでした", -"Upload (max. %s)" => "アップロード ( 最大 %s )", -"File handling" => "ファイル操作", -"Maximum upload size" => "最大アップロードサイズ", -"max. possible: " => "最大容量: ", -"Save" => "保存", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "WebDAV経由でのファイルアクセスにはこのアドレスを利用してください", -"New" => "新規作成", -"New text file" => "新規のテキストファイル作成", -"Text file" => "テキストファイル", -"New folder" => "新しいフォルダー", -"Folder" => "フォルダー", -"From link" => "リンク", -"Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。", -"Download" => "ダウンロード", -"Upload too large" => "アップロードには大きすぎます。", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "アップロードしようとしているファイルは、サーバーで規定された最大サイズを超えています。", -"Files are being scanned, please wait." => "ファイルをスキャンしています、しばらくお待ちください。", -"Currently scanning" => "現在スキャン中" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/jv.js b/apps/files/l10n/jv.js new file mode 100644 index 0000000000..b9de258aa2 --- /dev/null +++ b/apps/files/l10n/jv.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files", + { + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Download" : "Njipuk" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/jv.json b/apps/files/l10n/jv.json new file mode 100644 index 0000000000..c5064a9ff5 --- /dev/null +++ b/apps/files/l10n/jv.json @@ -0,0 +1,7 @@ +{ "translations": { + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Download" : "Njipuk" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/jv.php b/apps/files/l10n/jv.php deleted file mode 100644 index cfab5af7d1..0000000000 --- a/apps/files/l10n/jv.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Download" => "Njipuk" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ka_GE.js b/apps/files/l10n/ka_GE.js new file mode 100644 index 0000000000..9845b12b12 --- /dev/null +++ b/apps/files/l10n/ka_GE.js @@ -0,0 +1,54 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "უცნობი შეცდომა", + "Could not move %s - File with this name already exists" : "%s –ის გადატანა ვერ მოხერხდა – ფაილი ამ სახელით უკვე არსებობს", + "Could not move %s" : "%s –ის გადატანა ვერ მოხერხდა", + "File name cannot be empty." : "ფაილის სახელი არ შეიძლება იყოს ცარიელი.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "არადაშვებადი სახელი, '\\', '/', '<', '>', ':', '\"', '|', '?' და '*' არ არის დაიშვებული.", + "No file was uploaded. Unknown error" : "ფაილი არ აიტვირთა. უცნობი შეცდომა", + "There is no error, the file uploaded with success" : "ჭოცდომა არ დაფიქსირდა, ფაილი წარმატებით აიტვირთა", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "ატვირთული ფაილი აჭარბებს upload_max_filesize დირექტივას php.ini ფაილში", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "ატვირთული ფაილი აჭარბებს MAX_FILE_SIZE დირექტივას, რომელიც მითითებულია HTML ფორმაში", + "The uploaded file was only partially uploaded" : "ატვირთული ფაილი მხოლოდ ნაწილობრივ აიტვირთა", + "No file was uploaded" : "ფაილი არ აიტვირთა", + "Missing a temporary folder" : "დროებითი საქაღალდე არ არსებობს", + "Failed to write to disk" : "შეცდომა დისკზე ჩაწერისას", + "Not enough storage available" : "საცავში საკმარისი ადგილი არ არის", + "Invalid directory." : "დაუშვებელი დირექტორია.", + "Files" : "ფაილები", + "Upload cancelled." : "ატვირთვა შეჩერებულ იქნა.", + "File upload is in progress. Leaving the page now will cancel the upload." : "მიმდინარეობს ფაილის ატვირთვა. სხვა გვერდზე გადასვლა გამოიწვევს ატვირთვის შეჩერებას", + "{new_name} already exists" : "{new_name} უკვე არსებობს", + "Share" : "გაზიარება", + "Delete" : "წაშლა", + "Unshare" : "გაუზიარებადი", + "Delete permanently" : "სრულად წაშლა", + "Rename" : "გადარქმევა", + "Pending" : "მოცდის რეჟიმში", + "Error" : "შეცდომა", + "Name" : "სახელი", + "Size" : "ზომა", + "Modified" : "შეცვლილია", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "Your storage is full, files can not be updated or synced anymore!" : "თქვენი საცავი გადაივსო. ფაილების განახლება და სინქრონიზირება ვერ მოხერხდება!", + "Your storage is almost full ({usedSpacePercent}%)" : "თქვენი საცავი თითქმის გადაივსო ({usedSpacePercent}%)", + "File handling" : "ფაილის დამუშავება", + "Maximum upload size" : "მაქსიმუმ ატვირთის ზომა", + "max. possible: " : "მაქს. შესაძლებელი:", + "Save" : "შენახვა", + "WebDAV" : "WebDAV", + "New" : "ახალი", + "Text file" : "ტექსტური ფაილი", + "New folder" : "ახალი ფოლდერი", + "Folder" : "საქაღალდე", + "From link" : "მისამართიდან", + "Nothing in here. Upload something!" : "აქ არაფერი არ არის. ატვირთე რამე!", + "Download" : "ჩამოტვირთვა", + "Upload too large" : "ასატვირთი ფაილი ძალიან დიდია", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "ფაილის ზომა რომლის ატვირთვასაც თქვენ აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს.", + "Files are being scanned, please wait." : "მიმდინარეობს ფაილების სკანირება, გთხოვთ დაელოდოთ." +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/ka_GE.json b/apps/files/l10n/ka_GE.json new file mode 100644 index 0000000000..65dde81cfc --- /dev/null +++ b/apps/files/l10n/ka_GE.json @@ -0,0 +1,52 @@ +{ "translations": { + "Unknown error" : "უცნობი შეცდომა", + "Could not move %s - File with this name already exists" : "%s –ის გადატანა ვერ მოხერხდა – ფაილი ამ სახელით უკვე არსებობს", + "Could not move %s" : "%s –ის გადატანა ვერ მოხერხდა", + "File name cannot be empty." : "ფაილის სახელი არ შეიძლება იყოს ცარიელი.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "არადაშვებადი სახელი, '\\', '/', '<', '>', ':', '\"', '|', '?' და '*' არ არის დაიშვებული.", + "No file was uploaded. Unknown error" : "ფაილი არ აიტვირთა. უცნობი შეცდომა", + "There is no error, the file uploaded with success" : "ჭოცდომა არ დაფიქსირდა, ფაილი წარმატებით აიტვირთა", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "ატვირთული ფაილი აჭარბებს upload_max_filesize დირექტივას php.ini ფაილში", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "ატვირთული ფაილი აჭარბებს MAX_FILE_SIZE დირექტივას, რომელიც მითითებულია HTML ფორმაში", + "The uploaded file was only partially uploaded" : "ატვირთული ფაილი მხოლოდ ნაწილობრივ აიტვირთა", + "No file was uploaded" : "ფაილი არ აიტვირთა", + "Missing a temporary folder" : "დროებითი საქაღალდე არ არსებობს", + "Failed to write to disk" : "შეცდომა დისკზე ჩაწერისას", + "Not enough storage available" : "საცავში საკმარისი ადგილი არ არის", + "Invalid directory." : "დაუშვებელი დირექტორია.", + "Files" : "ფაილები", + "Upload cancelled." : "ატვირთვა შეჩერებულ იქნა.", + "File upload is in progress. Leaving the page now will cancel the upload." : "მიმდინარეობს ფაილის ატვირთვა. სხვა გვერდზე გადასვლა გამოიწვევს ატვირთვის შეჩერებას", + "{new_name} already exists" : "{new_name} უკვე არსებობს", + "Share" : "გაზიარება", + "Delete" : "წაშლა", + "Unshare" : "გაუზიარებადი", + "Delete permanently" : "სრულად წაშლა", + "Rename" : "გადარქმევა", + "Pending" : "მოცდის რეჟიმში", + "Error" : "შეცდომა", + "Name" : "სახელი", + "Size" : "ზომა", + "Modified" : "შეცვლილია", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "Your storage is full, files can not be updated or synced anymore!" : "თქვენი საცავი გადაივსო. ფაილების განახლება და სინქრონიზირება ვერ მოხერხდება!", + "Your storage is almost full ({usedSpacePercent}%)" : "თქვენი საცავი თითქმის გადაივსო ({usedSpacePercent}%)", + "File handling" : "ფაილის დამუშავება", + "Maximum upload size" : "მაქსიმუმ ატვირთის ზომა", + "max. possible: " : "მაქს. შესაძლებელი:", + "Save" : "შენახვა", + "WebDAV" : "WebDAV", + "New" : "ახალი", + "Text file" : "ტექსტური ფაილი", + "New folder" : "ახალი ფოლდერი", + "Folder" : "საქაღალდე", + "From link" : "მისამართიდან", + "Nothing in here. Upload something!" : "აქ არაფერი არ არის. ატვირთე რამე!", + "Download" : "ჩამოტვირთვა", + "Upload too large" : "ასატვირთი ფაილი ძალიან დიდია", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "ფაილის ზომა რომლის ატვირთვასაც თქვენ აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს.", + "Files are being scanned, please wait." : "მიმდინარეობს ფაილების სკანირება, გთხოვთ დაელოდოთ." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/ka_GE.php b/apps/files/l10n/ka_GE.php deleted file mode 100644 index 31184a5796..0000000000 --- a/apps/files/l10n/ka_GE.php +++ /dev/null @@ -1,53 +0,0 @@ - "უცნობი შეცდომა", -"Could not move %s - File with this name already exists" => "%s –ის გადატანა ვერ მოხერხდა – ფაილი ამ სახელით უკვე არსებობს", -"Could not move %s" => "%s –ის გადატანა ვერ მოხერხდა", -"File name cannot be empty." => "ფაილის სახელი არ შეიძლება იყოს ცარიელი.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "არადაშვებადი სახელი, '\\', '/', '<', '>', ':', '\"', '|', '?' და '*' არ არის დაიშვებული.", -"No file was uploaded. Unknown error" => "ფაილი არ აიტვირთა. უცნობი შეცდომა", -"There is no error, the file uploaded with success" => "ჭოცდომა არ დაფიქსირდა, ფაილი წარმატებით აიტვირთა", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "ატვირთული ფაილი აჭარბებს upload_max_filesize დირექტივას php.ini ფაილში", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "ატვირთული ფაილი აჭარბებს MAX_FILE_SIZE დირექტივას, რომელიც მითითებულია HTML ფორმაში", -"The uploaded file was only partially uploaded" => "ატვირთული ფაილი მხოლოდ ნაწილობრივ აიტვირთა", -"No file was uploaded" => "ფაილი არ აიტვირთა", -"Missing a temporary folder" => "დროებითი საქაღალდე არ არსებობს", -"Failed to write to disk" => "შეცდომა დისკზე ჩაწერისას", -"Not enough storage available" => "საცავში საკმარისი ადგილი არ არის", -"Invalid directory." => "დაუშვებელი დირექტორია.", -"Files" => "ფაილები", -"Upload cancelled." => "ატვირთვა შეჩერებულ იქნა.", -"File upload is in progress. Leaving the page now will cancel the upload." => "მიმდინარეობს ფაილის ატვირთვა. სხვა გვერდზე გადასვლა გამოიწვევს ატვირთვის შეჩერებას", -"{new_name} already exists" => "{new_name} უკვე არსებობს", -"Share" => "გაზიარება", -"Delete" => "წაშლა", -"Unshare" => "გაუზიარებადი", -"Delete permanently" => "სრულად წაშლა", -"Rename" => "გადარქმევა", -"Pending" => "მოცდის რეჟიმში", -"Error" => "შეცდომა", -"Name" => "სახელი", -"Size" => "ზომა", -"Modified" => "შეცვლილია", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array(""), -"Your storage is full, files can not be updated or synced anymore!" => "თქვენი საცავი გადაივსო. ფაილების განახლება და სინქრონიზირება ვერ მოხერხდება!", -"Your storage is almost full ({usedSpacePercent}%)" => "თქვენი საცავი თითქმის გადაივსო ({usedSpacePercent}%)", -"File handling" => "ფაილის დამუშავება", -"Maximum upload size" => "მაქსიმუმ ატვირთის ზომა", -"max. possible: " => "მაქს. შესაძლებელი:", -"Save" => "შენახვა", -"WebDAV" => "WebDAV", -"New" => "ახალი", -"Text file" => "ტექსტური ფაილი", -"New folder" => "ახალი ფოლდერი", -"Folder" => "საქაღალდე", -"From link" => "მისამართიდან", -"Nothing in here. Upload something!" => "აქ არაფერი არ არის. ატვირთე რამე!", -"Download" => "ჩამოტვირთვა", -"Upload too large" => "ასატვირთი ფაილი ძალიან დიდია", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "ფაილის ზომა რომლის ატვირთვასაც თქვენ აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს.", -"Files are being scanned, please wait." => "მიმდინარეობს ფაილების სკანირება, გთხოვთ დაელოდოთ." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/km.js b/apps/files/l10n/km.js new file mode 100644 index 0000000000..5a44796d1e --- /dev/null +++ b/apps/files/l10n/km.js @@ -0,0 +1,39 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "មិន​ស្គាល់​កំហុស", + "Could not move %s - File with this name already exists" : "មិន​អាច​ផ្លាស់​ទី %s - មាន​ឈ្មោះ​ឯកសារ​ដូច​នេះ​ហើយ", + "Could not move %s" : "មិន​អាច​ផ្លាស់ទី %s", + "File name cannot be empty." : "ឈ្មោះ​ឯកសារ​មិន​អាច​នៅ​ទទេ​បាន​ឡើយ។", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "ឈ្មោះ​មិន​ត្រឹម​ត្រូវ, មិន​អនុញ្ញាត '\\', '/', '<', '>', ':', '\"', '|', '?' និង '*' ទេ។", + "No file was uploaded. Unknown error" : "មិន​មាន​ឯកសារ​ដែល​បាន​ផ្ទុក​ឡើង។ មិន​ស្គាល់​កំហុស", + "There is no error, the file uploaded with success" : "មិន​មាន​កំហុស​អ្វី​ទេ ហើយ​ឯកសារ​ត្រូវ​បាន​ផ្ទុកឡើង​ដោយ​ជោគជ័យ", + "Files" : "ឯកសារ", + "Upload cancelled." : "បាន​បោះបង់​ការ​ផ្ទុក​ឡើង។", + "{new_name} already exists" : "មាន​ឈ្មោះ {new_name} រួច​ហើយ", + "Share" : "ចែក​រំលែក", + "Delete" : "លុប", + "Unshare" : "លែង​ចែក​រំលែក", + "Delete permanently" : "លុប​ជា​អចិន្ត្រៃយ៍", + "Rename" : "ប្ដូរ​ឈ្មោះ", + "Pending" : "កំពុង​រង់ចាំ", + "Error" : "កំហុស", + "Name" : "ឈ្មោះ", + "Size" : "ទំហំ", + "Modified" : "បាន​កែ​ប្រែ", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "Maximum upload size" : "ទំហំ​ផ្ទុកឡើង​ជា​អតិបរមា", + "Save" : "រក្សាទុក", + "WebDAV" : "WebDAV", + "New" : "ថ្មី", + "Text file" : "ឯកសារ​អក្សរ", + "New folder" : "ថត​ថ្មី", + "Folder" : "ថត", + "From link" : "ពី​តំណ", + "Nothing in here. Upload something!" : "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ផ្ទុក​ឡើង​អ្វី​មួយ!", + "Download" : "ទាញយក", + "Upload too large" : "ផ្ទុក​ឡើង​ធំ​ពេក" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/km.json b/apps/files/l10n/km.json new file mode 100644 index 0000000000..6ed24afe47 --- /dev/null +++ b/apps/files/l10n/km.json @@ -0,0 +1,37 @@ +{ "translations": { + "Unknown error" : "មិន​ស្គាល់​កំហុស", + "Could not move %s - File with this name already exists" : "មិន​អាច​ផ្លាស់​ទី %s - មាន​ឈ្មោះ​ឯកសារ​ដូច​នេះ​ហើយ", + "Could not move %s" : "មិន​អាច​ផ្លាស់ទី %s", + "File name cannot be empty." : "ឈ្មោះ​ឯកសារ​មិន​អាច​នៅ​ទទេ​បាន​ឡើយ។", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "ឈ្មោះ​មិន​ត្រឹម​ត្រូវ, មិន​អនុញ្ញាត '\\', '/', '<', '>', ':', '\"', '|', '?' និង '*' ទេ។", + "No file was uploaded. Unknown error" : "មិន​មាន​ឯកសារ​ដែល​បាន​ផ្ទុក​ឡើង។ មិន​ស្គាល់​កំហុស", + "There is no error, the file uploaded with success" : "មិន​មាន​កំហុស​អ្វី​ទេ ហើយ​ឯកសារ​ត្រូវ​បាន​ផ្ទុកឡើង​ដោយ​ជោគជ័យ", + "Files" : "ឯកសារ", + "Upload cancelled." : "បាន​បោះបង់​ការ​ផ្ទុក​ឡើង។", + "{new_name} already exists" : "មាន​ឈ្មោះ {new_name} រួច​ហើយ", + "Share" : "ចែក​រំលែក", + "Delete" : "លុប", + "Unshare" : "លែង​ចែក​រំលែក", + "Delete permanently" : "លុប​ជា​អចិន្ត្រៃយ៍", + "Rename" : "ប្ដូរ​ឈ្មោះ", + "Pending" : "កំពុង​រង់ចាំ", + "Error" : "កំហុស", + "Name" : "ឈ្មោះ", + "Size" : "ទំហំ", + "Modified" : "បាន​កែ​ប្រែ", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "Maximum upload size" : "ទំហំ​ផ្ទុកឡើង​ជា​អតិបរមា", + "Save" : "រក្សាទុក", + "WebDAV" : "WebDAV", + "New" : "ថ្មី", + "Text file" : "ឯកសារ​អក្សរ", + "New folder" : "ថត​ថ្មី", + "Folder" : "ថត", + "From link" : "ពី​តំណ", + "Nothing in here. Upload something!" : "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ផ្ទុក​ឡើង​អ្វី​មួយ!", + "Download" : "ទាញយក", + "Upload too large" : "ផ្ទុក​ឡើង​ធំ​ពេក" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/km.php b/apps/files/l10n/km.php deleted file mode 100644 index 9fa338d365..0000000000 --- a/apps/files/l10n/km.php +++ /dev/null @@ -1,38 +0,0 @@ - "មិន​ស្គាល់​កំហុស", -"Could not move %s - File with this name already exists" => "មិន​អាច​ផ្លាស់​ទី %s - មាន​ឈ្មោះ​ឯកសារ​ដូច​នេះ​ហើយ", -"Could not move %s" => "មិន​អាច​ផ្លាស់ទី %s", -"File name cannot be empty." => "ឈ្មោះ​ឯកសារ​មិន​អាច​នៅ​ទទេ​បាន​ឡើយ។", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ឈ្មោះ​មិន​ត្រឹម​ត្រូវ, មិន​អនុញ្ញាត '\\', '/', '<', '>', ':', '\"', '|', '?' និង '*' ទេ។", -"No file was uploaded. Unknown error" => "មិន​មាន​ឯកសារ​ដែល​បាន​ផ្ទុក​ឡើង។ មិន​ស្គាល់​កំហុស", -"There is no error, the file uploaded with success" => "មិន​មាន​កំហុស​អ្វី​ទេ ហើយ​ឯកសារ​ត្រូវ​បាន​ផ្ទុកឡើង​ដោយ​ជោគជ័យ", -"Files" => "ឯកសារ", -"Upload cancelled." => "បាន​បោះបង់​ការ​ផ្ទុក​ឡើង។", -"{new_name} already exists" => "មាន​ឈ្មោះ {new_name} រួច​ហើយ", -"Share" => "ចែក​រំលែក", -"Delete" => "លុប", -"Unshare" => "លែង​ចែក​រំលែក", -"Delete permanently" => "លុប​ជា​អចិន្ត្រៃយ៍", -"Rename" => "ប្ដូរ​ឈ្មោះ", -"Pending" => "កំពុង​រង់ចាំ", -"Error" => "កំហុស", -"Name" => "ឈ្មោះ", -"Size" => "ទំហំ", -"Modified" => "បាន​កែ​ប្រែ", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array(""), -"Maximum upload size" => "ទំហំ​ផ្ទុកឡើង​ជា​អតិបរមា", -"Save" => "រក្សាទុក", -"WebDAV" => "WebDAV", -"New" => "ថ្មី", -"Text file" => "ឯកសារ​អក្សរ", -"New folder" => "ថត​ថ្មី", -"Folder" => "ថត", -"From link" => "ពី​តំណ", -"Nothing in here. Upload something!" => "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ផ្ទុក​ឡើង​អ្វី​មួយ!", -"Download" => "ទាញយក", -"Upload too large" => "ផ្ទុក​ឡើង​ធំ​ពេក" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/kn.js b/apps/files/l10n/kn.js new file mode 100644 index 0000000000..d1bbfca2dd --- /dev/null +++ b/apps/files/l10n/kn.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files", + { + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/kn.json b/apps/files/l10n/kn.json new file mode 100644 index 0000000000..e493054d78 --- /dev/null +++ b/apps/files/l10n/kn.json @@ -0,0 +1,6 @@ +{ "translations": { + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/kn.php b/apps/files/l10n/kn.php deleted file mode 100644 index 70ab6572ba..0000000000 --- a/apps/files/l10n/kn.php +++ /dev/null @@ -1,7 +0,0 @@ - array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js new file mode 100644 index 0000000000..519652e479 --- /dev/null +++ b/apps/files/l10n/ko.js @@ -0,0 +1,82 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "알 수 없는 오류", + "Could not move %s - File with this name already exists" : "항목 %s을(를) 이동시킬 수 없음 - 같은 이름의 파일이 이미 존재함", + "Could not move %s" : "항목 %s을(를) 이동시킬 수 없음", + "File name cannot be empty." : "파일 이름이 비어 있을 수 없습니다.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "폴더 이름이 올바르지 않습니다. 이름에 문자 '\\', '/', '<', '>', ':', '\"', '|', '? ', '*'는 사용할 수 없습니다.", + "The name %s is already used in the folder %s. Please choose a different name." : "이름 %s이(가) 폴더 %s에서 이미 사용 중입니다. 다른 이름을 사용하십시오.", + "Not a valid source" : "올바르지 않은 원본", + "Server is not allowed to open URLs, please check the server configuration" : "서버에서 URL을 열 수 없습니다. 서버 설정을 확인하십시오", + "Error while downloading %s to %s" : "%s을(를) %s(으)로 다운로드하는 중 오류 발생", + "Error when creating the file" : "파일 생성 중 오류 발생", + "Folder name cannot be empty." : "폴더 이름이 비어있을 수 없습니다.", + "Error when creating the folder" : "폴더 생성 중 오류 발생", + "Unable to set upload directory." : "업로드 디렉터리를 설정할 수 없습니다.", + "Invalid Token" : "잘못된 토큰", + "No file was uploaded. Unknown error" : "파일이 업로드 되지 않았습니다. 알 수 없는 오류입니다", + "There is no error, the file uploaded with success" : "파일 업로드에 성공하였습니다.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "업로드한 파일이 php.ini의 upload_max_filesize보다 큽니다:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "업로드한 파일 크기가 HTML 폼의 MAX_FILE_SIZE보다 큼", + "The uploaded file was only partially uploaded" : "파일의 일부분만 업로드됨", + "No file was uploaded" : "파일이 업로드되지 않았음", + "Missing a temporary folder" : "임시 폴더가 없음", + "Failed to write to disk" : "디스크에 쓰지 못했습니다", + "Not enough storage available" : "저장소가 용량이 충분하지 않습니다.", + "Upload failed. Could not find uploaded file" : "업로드에 실패했습니다. 업로드할 파일을 찾을 수 없습니다", + "Upload failed. Could not get file info." : "업로드에 실패했습니다. 파일 정보를 가져올 수 없습니다.", + "Invalid directory." : "올바르지 않은 디렉터리입니다.", + "Files" : "파일", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename}을(를) 업로드할 수 없습니다. 폴더이거나 0 바이트 파일입니다.", + "Upload cancelled." : "업로드가 취소되었습니다.", + "Could not get result from server." : "서버에서 결과를 가져올 수 없습니다.", + "File upload is in progress. Leaving the page now will cancel the upload." : "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다.", + "URL cannot be empty" : "URL이 비어있을 수 없음", + "{new_name} already exists" : "{new_name}이(가) 이미 존재함", + "Could not create file" : "파일을 만들 수 없음", + "Could not create folder" : "폴더를 만들 수 없음", + "Error fetching URL" : "URL을 가져올 수 없음", + "Share" : "공유", + "Delete" : "삭제", + "Unshare" : "공유 해제", + "Delete permanently" : "영구히 삭제", + "Rename" : "이름 바꾸기", + "Pending" : "대기 중", + "Error moving file" : "파일 이동 오류", + "Error" : "오류", + "Could not rename file" : "이름을 변경할 수 없음", + "Error deleting file." : "파일 삭제 오류.", + "Name" : "이름", + "Size" : "크기", + "Modified" : "수정됨", + "_%n folder_::_%n folders_" : ["폴더 %n개"], + "_%n file_::_%n files_" : ["파일 %n개"], + "You don’t have permission to upload or create files here" : "여기에 파일을 업로드하거나 만들 권한이 없습니다", + "_Uploading %n file_::_Uploading %n files_" : ["파일 %n개 업로드 중"], + "Your storage is full, files can not be updated or synced anymore!" : "저장 공간이 가득 찼습니다. 파일을 업데이트하거나 동기화할 수 없습니다!", + "Your storage is almost full ({usedSpacePercent}%)" : "저장 공간이 거의 가득 찼습니다 ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "암호화 앱의 개인 키가 잘못되었습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 업데이트해야 합니다.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "암호화는 해제되어 있지만, 파일은 아직 암호화되어 있습니다. 개인 설정에서 파일을 복호화하십시오.", + "{dirs} and {files}" : "{dirs} 그리고 {files}", + "%s could not be renamed" : "%s의 이름을 변경할 수 없습니다", + "File handling" : "파일 처리", + "Maximum upload size" : "최대 업로드 크기", + "max. possible: " : "최대 가능:", + "Save" : "저장", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "WebDAV로 파일에 접근하려면 이 주소를 사용하십시오", + "New" : "새로 만들기", + "New text file" : "새 텍스트 파일", + "Text file" : "텍스트 파일", + "New folder" : "새 폴더", + "Folder" : "폴더", + "From link" : "링크에서", + "Nothing in here. Upload something!" : "내용이 없습니다. 업로드할 수 있습니다!", + "Download" : "다운로드", + "Upload too large" : "업로드한 파일이 너무 큼", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.", + "Files are being scanned, please wait." : "파일을 검색하고 있습니다. 기다려 주십시오." +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json new file mode 100644 index 0000000000..afcda78ecd --- /dev/null +++ b/apps/files/l10n/ko.json @@ -0,0 +1,80 @@ +{ "translations": { + "Unknown error" : "알 수 없는 오류", + "Could not move %s - File with this name already exists" : "항목 %s을(를) 이동시킬 수 없음 - 같은 이름의 파일이 이미 존재함", + "Could not move %s" : "항목 %s을(를) 이동시킬 수 없음", + "File name cannot be empty." : "파일 이름이 비어 있을 수 없습니다.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "폴더 이름이 올바르지 않습니다. 이름에 문자 '\\', '/', '<', '>', ':', '\"', '|', '? ', '*'는 사용할 수 없습니다.", + "The name %s is already used in the folder %s. Please choose a different name." : "이름 %s이(가) 폴더 %s에서 이미 사용 중입니다. 다른 이름을 사용하십시오.", + "Not a valid source" : "올바르지 않은 원본", + "Server is not allowed to open URLs, please check the server configuration" : "서버에서 URL을 열 수 없습니다. 서버 설정을 확인하십시오", + "Error while downloading %s to %s" : "%s을(를) %s(으)로 다운로드하는 중 오류 발생", + "Error when creating the file" : "파일 생성 중 오류 발생", + "Folder name cannot be empty." : "폴더 이름이 비어있을 수 없습니다.", + "Error when creating the folder" : "폴더 생성 중 오류 발생", + "Unable to set upload directory." : "업로드 디렉터리를 설정할 수 없습니다.", + "Invalid Token" : "잘못된 토큰", + "No file was uploaded. Unknown error" : "파일이 업로드 되지 않았습니다. 알 수 없는 오류입니다", + "There is no error, the file uploaded with success" : "파일 업로드에 성공하였습니다.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "업로드한 파일이 php.ini의 upload_max_filesize보다 큽니다:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "업로드한 파일 크기가 HTML 폼의 MAX_FILE_SIZE보다 큼", + "The uploaded file was only partially uploaded" : "파일의 일부분만 업로드됨", + "No file was uploaded" : "파일이 업로드되지 않았음", + "Missing a temporary folder" : "임시 폴더가 없음", + "Failed to write to disk" : "디스크에 쓰지 못했습니다", + "Not enough storage available" : "저장소가 용량이 충분하지 않습니다.", + "Upload failed. Could not find uploaded file" : "업로드에 실패했습니다. 업로드할 파일을 찾을 수 없습니다", + "Upload failed. Could not get file info." : "업로드에 실패했습니다. 파일 정보를 가져올 수 없습니다.", + "Invalid directory." : "올바르지 않은 디렉터리입니다.", + "Files" : "파일", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename}을(를) 업로드할 수 없습니다. 폴더이거나 0 바이트 파일입니다.", + "Upload cancelled." : "업로드가 취소되었습니다.", + "Could not get result from server." : "서버에서 결과를 가져올 수 없습니다.", + "File upload is in progress. Leaving the page now will cancel the upload." : "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다.", + "URL cannot be empty" : "URL이 비어있을 수 없음", + "{new_name} already exists" : "{new_name}이(가) 이미 존재함", + "Could not create file" : "파일을 만들 수 없음", + "Could not create folder" : "폴더를 만들 수 없음", + "Error fetching URL" : "URL을 가져올 수 없음", + "Share" : "공유", + "Delete" : "삭제", + "Unshare" : "공유 해제", + "Delete permanently" : "영구히 삭제", + "Rename" : "이름 바꾸기", + "Pending" : "대기 중", + "Error moving file" : "파일 이동 오류", + "Error" : "오류", + "Could not rename file" : "이름을 변경할 수 없음", + "Error deleting file." : "파일 삭제 오류.", + "Name" : "이름", + "Size" : "크기", + "Modified" : "수정됨", + "_%n folder_::_%n folders_" : ["폴더 %n개"], + "_%n file_::_%n files_" : ["파일 %n개"], + "You don’t have permission to upload or create files here" : "여기에 파일을 업로드하거나 만들 권한이 없습니다", + "_Uploading %n file_::_Uploading %n files_" : ["파일 %n개 업로드 중"], + "Your storage is full, files can not be updated or synced anymore!" : "저장 공간이 가득 찼습니다. 파일을 업데이트하거나 동기화할 수 없습니다!", + "Your storage is almost full ({usedSpacePercent}%)" : "저장 공간이 거의 가득 찼습니다 ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "암호화 앱의 개인 키가 잘못되었습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 업데이트해야 합니다.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "암호화는 해제되어 있지만, 파일은 아직 암호화되어 있습니다. 개인 설정에서 파일을 복호화하십시오.", + "{dirs} and {files}" : "{dirs} 그리고 {files}", + "%s could not be renamed" : "%s의 이름을 변경할 수 없습니다", + "File handling" : "파일 처리", + "Maximum upload size" : "최대 업로드 크기", + "max. possible: " : "최대 가능:", + "Save" : "저장", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "WebDAV로 파일에 접근하려면 이 주소를 사용하십시오", + "New" : "새로 만들기", + "New text file" : "새 텍스트 파일", + "Text file" : "텍스트 파일", + "New folder" : "새 폴더", + "Folder" : "폴더", + "From link" : "링크에서", + "Nothing in here. Upload something!" : "내용이 없습니다. 업로드할 수 있습니다!", + "Download" : "다운로드", + "Upload too large" : "업로드한 파일이 너무 큼", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.", + "Files are being scanned, please wait." : "파일을 검색하고 있습니다. 기다려 주십시오." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/ko.php b/apps/files/l10n/ko.php deleted file mode 100644 index b342b375c7..0000000000 --- a/apps/files/l10n/ko.php +++ /dev/null @@ -1,81 +0,0 @@ - "알 수 없는 오류", -"Could not move %s - File with this name already exists" => "항목 %s을(를) 이동시킬 수 없음 - 같은 이름의 파일이 이미 존재함", -"Could not move %s" => "항목 %s을(를) 이동시킬 수 없음", -"File name cannot be empty." => "파일 이름이 비어 있을 수 없습니다.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "폴더 이름이 올바르지 않습니다. 이름에 문자 '\\', '/', '<', '>', ':', '\"', '|', '? ', '*'는 사용할 수 없습니다.", -"The name %s is already used in the folder %s. Please choose a different name." => "이름 %s이(가) 폴더 %s에서 이미 사용 중입니다. 다른 이름을 사용하십시오.", -"Not a valid source" => "올바르지 않은 원본", -"Server is not allowed to open URLs, please check the server configuration" => "서버에서 URL을 열 수 없습니다. 서버 설정을 확인하십시오", -"Error while downloading %s to %s" => "%s을(를) %s(으)로 다운로드하는 중 오류 발생", -"Error when creating the file" => "파일 생성 중 오류 발생", -"Folder name cannot be empty." => "폴더 이름이 비어있을 수 없습니다.", -"Error when creating the folder" => "폴더 생성 중 오류 발생", -"Unable to set upload directory." => "업로드 디렉터리를 설정할 수 없습니다.", -"Invalid Token" => "잘못된 토큰", -"No file was uploaded. Unknown error" => "파일이 업로드 되지 않았습니다. 알 수 없는 오류입니다", -"There is no error, the file uploaded with success" => "파일 업로드에 성공하였습니다.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "업로드한 파일이 php.ini의 upload_max_filesize보다 큽니다:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "업로드한 파일 크기가 HTML 폼의 MAX_FILE_SIZE보다 큼", -"The uploaded file was only partially uploaded" => "파일의 일부분만 업로드됨", -"No file was uploaded" => "파일이 업로드되지 않았음", -"Missing a temporary folder" => "임시 폴더가 없음", -"Failed to write to disk" => "디스크에 쓰지 못했습니다", -"Not enough storage available" => "저장소가 용량이 충분하지 않습니다.", -"Upload failed. Could not find uploaded file" => "업로드에 실패했습니다. 업로드할 파일을 찾을 수 없습니다", -"Upload failed. Could not get file info." => "업로드에 실패했습니다. 파일 정보를 가져올 수 없습니다.", -"Invalid directory." => "올바르지 않은 디렉터리입니다.", -"Files" => "파일", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "{filename}을(를) 업로드할 수 없습니다. 폴더이거나 0 바이트 파일입니다.", -"Upload cancelled." => "업로드가 취소되었습니다.", -"Could not get result from server." => "서버에서 결과를 가져올 수 없습니다.", -"File upload is in progress. Leaving the page now will cancel the upload." => "파일 업로드가 진행 중입니다. 이 페이지를 벗어나면 업로드가 취소됩니다.", -"URL cannot be empty" => "URL이 비어있을 수 없음", -"{new_name} already exists" => "{new_name}이(가) 이미 존재함", -"Could not create file" => "파일을 만들 수 없음", -"Could not create folder" => "폴더를 만들 수 없음", -"Error fetching URL" => "URL을 가져올 수 없음", -"Share" => "공유", -"Delete" => "삭제", -"Unshare" => "공유 해제", -"Delete permanently" => "영구히 삭제", -"Rename" => "이름 바꾸기", -"Pending" => "대기 중", -"Error moving file" => "파일 이동 오류", -"Error" => "오류", -"Could not rename file" => "이름을 변경할 수 없음", -"Error deleting file." => "파일 삭제 오류.", -"Name" => "이름", -"Size" => "크기", -"Modified" => "수정됨", -"_%n folder_::_%n folders_" => array("폴더 %n개"), -"_%n file_::_%n files_" => array("파일 %n개"), -"You don’t have permission to upload or create files here" => "여기에 파일을 업로드하거나 만들 권한이 없습니다", -"_Uploading %n file_::_Uploading %n files_" => array("파일 %n개 업로드 중"), -"Your storage is full, files can not be updated or synced anymore!" => "저장 공간이 가득 찼습니다. 파일을 업데이트하거나 동기화할 수 없습니다!", -"Your storage is almost full ({usedSpacePercent}%)" => "저장 공간이 거의 가득 찼습니다 ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "암호화 앱의 개인 키가 잘못되었습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 업데이트해야 합니다.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "암호화는 해제되어 있지만, 파일은 아직 암호화되어 있습니다. 개인 설정에서 파일을 복호화하십시오.", -"{dirs} and {files}" => "{dirs} 그리고 {files}", -"%s could not be renamed" => "%s의 이름을 변경할 수 없습니다", -"File handling" => "파일 처리", -"Maximum upload size" => "최대 업로드 크기", -"max. possible: " => "최대 가능:", -"Save" => "저장", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "WebDAV로 파일에 접근하려면 이 주소를 사용하십시오", -"New" => "새로 만들기", -"New text file" => "새 텍스트 파일", -"Text file" => "텍스트 파일", -"New folder" => "새 폴더", -"Folder" => "폴더", -"From link" => "링크에서", -"Nothing in here. Upload something!" => "내용이 없습니다. 업로드할 수 있습니다!", -"Download" => "다운로드", -"Upload too large" => "업로드한 파일이 너무 큼", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.", -"Files are being scanned, please wait." => "파일을 검색하고 있습니다. 기다려 주십시오." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/ku_IQ.js b/apps/files/l10n/ku_IQ.js new file mode 100644 index 0000000000..5236669f23 --- /dev/null +++ b/apps/files/l10n/ku_IQ.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files", + { + "Files" : "په‌ڕگەکان", + "Share" : "هاوبەشی کردن", + "Error" : "هه‌ڵه", + "Name" : "ناو", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "پاشکه‌وتکردن", + "Folder" : "بوخچه", + "Download" : "داگرتن" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ku_IQ.json b/apps/files/l10n/ku_IQ.json new file mode 100644 index 0000000000..c11984e29d --- /dev/null +++ b/apps/files/l10n/ku_IQ.json @@ -0,0 +1,13 @@ +{ "translations": { + "Files" : "په‌ڕگەکان", + "Share" : "هاوبەشی کردن", + "Error" : "هه‌ڵه", + "Name" : "ناو", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "پاشکه‌وتکردن", + "Folder" : "بوخچه", + "Download" : "داگرتن" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/ku_IQ.php b/apps/files/l10n/ku_IQ.php deleted file mode 100644 index 4afe5e4cc2..0000000000 --- a/apps/files/l10n/ku_IQ.php +++ /dev/null @@ -1,14 +0,0 @@ - "په‌ڕگەکان", -"Share" => "هاوبەشی کردن", -"Error" => "هه‌ڵه", -"Name" => "ناو", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Save" => "پاشکه‌وتکردن", -"Folder" => "بوخچه", -"Download" => "داگرتن" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/lb.js b/apps/files/l10n/lb.js new file mode 100644 index 0000000000..05c3ff1e7e --- /dev/null +++ b/apps/files/l10n/lb.js @@ -0,0 +1,38 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Et ass en onbekannte Fehler opgetrueden", + "There is no error, the file uploaded with success" : "Keen Feeler, Datei ass komplett ropgelueden ginn", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Déi ropgelueden Datei ass méi grouss wei d'MAX_FILE_SIZE Eegenschaft déi an der HTML form uginn ass", + "The uploaded file was only partially uploaded" : "Déi ropgelueden Datei ass nëmmen hallef ropgelueden ginn", + "No file was uploaded" : "Et ass kee Fichier ropgeluede ginn", + "Missing a temporary folder" : "Et feelt en temporären Dossier", + "Failed to write to disk" : "Konnt net op den Disk schreiwen", + "Files" : "Dateien", + "Upload cancelled." : "Upload ofgebrach.", + "File upload is in progress. Leaving the page now will cancel the upload." : "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach.", + "Share" : "Deelen", + "Delete" : "Läschen", + "Unshare" : "Net méi deelen", + "Rename" : "Ëm-benennen", + "Error" : "Fehler", + "Name" : "Numm", + "Size" : "Gréisst", + "Modified" : "Geännert", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "File handling" : "Fichier handling", + "Maximum upload size" : "Maximum Upload Gréisst ", + "max. possible: " : "max. méiglech:", + "Save" : "Späicheren", + "New" : "Nei", + "Text file" : "Text Fichier", + "Folder" : "Dossier", + "Nothing in here. Upload something!" : "Hei ass näischt. Lued eppes rop!", + "Download" : "Download", + "Upload too large" : "Upload ze grouss", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Déi Dateien déi Dir probéiert erop ze lueden sinn méi grouss wei déi Maximal Gréisst déi op dësem Server erlaabt ass.", + "Files are being scanned, please wait." : "Fichieren gi gescannt, war weg." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/lb.json b/apps/files/l10n/lb.json new file mode 100644 index 0000000000..868141071f --- /dev/null +++ b/apps/files/l10n/lb.json @@ -0,0 +1,36 @@ +{ "translations": { + "Unknown error" : "Et ass en onbekannte Fehler opgetrueden", + "There is no error, the file uploaded with success" : "Keen Feeler, Datei ass komplett ropgelueden ginn", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Déi ropgelueden Datei ass méi grouss wei d'MAX_FILE_SIZE Eegenschaft déi an der HTML form uginn ass", + "The uploaded file was only partially uploaded" : "Déi ropgelueden Datei ass nëmmen hallef ropgelueden ginn", + "No file was uploaded" : "Et ass kee Fichier ropgeluede ginn", + "Missing a temporary folder" : "Et feelt en temporären Dossier", + "Failed to write to disk" : "Konnt net op den Disk schreiwen", + "Files" : "Dateien", + "Upload cancelled." : "Upload ofgebrach.", + "File upload is in progress. Leaving the page now will cancel the upload." : "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach.", + "Share" : "Deelen", + "Delete" : "Läschen", + "Unshare" : "Net méi deelen", + "Rename" : "Ëm-benennen", + "Error" : "Fehler", + "Name" : "Numm", + "Size" : "Gréisst", + "Modified" : "Geännert", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "File handling" : "Fichier handling", + "Maximum upload size" : "Maximum Upload Gréisst ", + "max. possible: " : "max. méiglech:", + "Save" : "Späicheren", + "New" : "Nei", + "Text file" : "Text Fichier", + "Folder" : "Dossier", + "Nothing in here. Upload something!" : "Hei ass näischt. Lued eppes rop!", + "Download" : "Download", + "Upload too large" : "Upload ze grouss", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Déi Dateien déi Dir probéiert erop ze lueden sinn méi grouss wei déi Maximal Gréisst déi op dësem Server erlaabt ass.", + "Files are being scanned, please wait." : "Fichieren gi gescannt, war weg." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/lb.php b/apps/files/l10n/lb.php deleted file mode 100644 index a60c930c87..0000000000 --- a/apps/files/l10n/lb.php +++ /dev/null @@ -1,37 +0,0 @@ - "Et ass en onbekannte Fehler opgetrueden", -"There is no error, the file uploaded with success" => "Keen Feeler, Datei ass komplett ropgelueden ginn", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Déi ropgelueden Datei ass méi grouss wei d'MAX_FILE_SIZE Eegenschaft déi an der HTML form uginn ass", -"The uploaded file was only partially uploaded" => "Déi ropgelueden Datei ass nëmmen hallef ropgelueden ginn", -"No file was uploaded" => "Et ass kee Fichier ropgeluede ginn", -"Missing a temporary folder" => "Et feelt en temporären Dossier", -"Failed to write to disk" => "Konnt net op den Disk schreiwen", -"Files" => "Dateien", -"Upload cancelled." => "Upload ofgebrach.", -"File upload is in progress. Leaving the page now will cancel the upload." => "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach.", -"Share" => "Deelen", -"Delete" => "Läschen", -"Unshare" => "Net méi deelen", -"Rename" => "Ëm-benennen", -"Error" => "Fehler", -"Name" => "Numm", -"Size" => "Gréisst", -"Modified" => "Geännert", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"File handling" => "Fichier handling", -"Maximum upload size" => "Maximum Upload Gréisst ", -"max. possible: " => "max. méiglech:", -"Save" => "Späicheren", -"New" => "Nei", -"Text file" => "Text Fichier", -"Folder" => "Dossier", -"Nothing in here. Upload something!" => "Hei ass näischt. Lued eppes rop!", -"Download" => "Download", -"Upload too large" => "Upload ze grouss", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Déi Dateien déi Dir probéiert erop ze lueden sinn méi grouss wei déi Maximal Gréisst déi op dësem Server erlaabt ass.", -"Files are being scanned, please wait." => "Fichieren gi gescannt, war weg." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js new file mode 100644 index 0000000000..c4b391bee6 --- /dev/null +++ b/apps/files/l10n/lt_LT.js @@ -0,0 +1,82 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Neatpažinta klaida", + "Could not move %s - File with this name already exists" : "Nepavyko perkelti %s - failas su tokiu pavadinimu jau egzistuoja", + "Could not move %s" : "Nepavyko perkelti %s", + "File name cannot be empty." : "Failo pavadinimas negali būti tuščias.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neleistinas pavadinimas, '\\', '/', '<', '>', ':', '\"', '|', '?' ir '*' yra neleidžiami.", + "The name %s is already used in the folder %s. Please choose a different name." : "Pavadinimas %s jau naudojamas aplanke %s. Prašome pasirinkti kitokį pavadinimą.", + "Not a valid source" : "Netinkamas šaltinis", + "Server is not allowed to open URLs, please check the server configuration" : "Serveriui neleidžiama atverti URL, prašome patikrinti serverio konfigūraciją", + "Error while downloading %s to %s" : "Klaida siunčiant %s į %s", + "Error when creating the file" : "Klaida kuriant failą", + "Folder name cannot be empty." : "Aplanko pavadinimas negali būti tuščias.", + "Error when creating the folder" : "Klaida kuriant aplanką", + "Unable to set upload directory." : "Nepavyksta nustatyti įkėlimų katalogo.", + "Invalid Token" : "Netinkamas ženklas", + "No file was uploaded. Unknown error" : "Failai nebuvo įkelti dėl nežinomos priežasties", + "There is no error, the file uploaded with success" : "Failas įkeltas sėkmingai, be klaidų", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Įkeliamas failas yra didesnis nei leidžia upload_max_filesize php.ini faile:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Įkeliamo failo dydis viršija MAX_FILE_SIZE nustatymą, kuris naudojamas HTML formoje.", + "The uploaded file was only partially uploaded" : "Failas buvo įkeltas tik dalinai", + "No file was uploaded" : "Nebuvo įkeltas joks failas", + "Missing a temporary folder" : "Nėra laikinojo katalogo", + "Failed to write to disk" : "Nepavyko įrašyti į diską", + "Not enough storage available" : "Nepakanka vietos serveryje", + "Upload failed. Could not find uploaded file" : "Įkėlimas nepavyko. Nepavyko rasti įkelto failo", + "Upload failed. Could not get file info." : "Įkėlimas nepavyko. Nepavyko gauti failo informacijos.", + "Invalid directory." : "Neteisingas aplankas", + "Files" : "Failai", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai katalogas arba yra 0 baitų dydžio", + "Upload cancelled." : "Įkėlimas atšauktas.", + "Could not get result from server." : "Nepavyko gauti rezultato iš serverio.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas pradėtas. Jei paliksite šį puslapį, įkėlimas nutrūks.", + "URL cannot be empty" : "URL negali būti tuščias.", + "{new_name} already exists" : "{new_name} jau egzistuoja", + "Could not create file" : "Neįmanoma sukurti failo", + "Could not create folder" : "Neįmanoma sukurti aplanko", + "Error fetching URL" : "Klauda gaunant URL", + "Share" : "Dalintis", + "Delete" : "Ištrinti", + "Unshare" : "Nebesidalinti", + "Delete permanently" : "Ištrinti negrįžtamai", + "Rename" : "Pervadinti", + "Pending" : "Laukiantis", + "Error moving file" : "Klaida perkeliant failą", + "Error" : "Klaida", + "Could not rename file" : "Neįmanoma pervadinti failo", + "Error deleting file." : "Klaida trinant failą.", + "Name" : "Pavadinimas", + "Size" : "Dydis", + "Modified" : "Pakeista", + "_%n folder_::_%n folders_" : ["%n aplankas","%n aplankai","%n aplankų"], + "_%n file_::_%n files_" : ["%n failas","%n failai","%n failų"], + "You don’t have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus", + "_Uploading %n file_::_Uploading %n files_" : ["Įkeliamas %n failas","Įkeliami %n failai","Įkeliama %n failų"], + "Your storage is full, files can not be updated or synced anymore!" : "Jūsų visa vieta serveryje užimta", + "Your storage is almost full ({usedSpacePercent}%)" : "Jūsų vieta serveryje beveik visa užimta ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Šifravimo programa įjungta, bet Jūsų raktai nėra pritaikyti. Prašome atsijungti ir vėl prisijungti", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Netinkamas privatus raktas Šifravimo programai. Prašome atnaujinti savo privataus rakto slaptažodį asmeniniuose nustatymuose, kad atkurti prieigą prie šifruotų failų.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifravimas buvo išjungtas, bet Jūsų failai vis dar užšifruoti. Prašome eiti į asmeninius nustatymus ir iššifruoti savo failus.", + "{dirs} and {files}" : "{dirs} ir {files}", + "%s could not be renamed" : "%s negali būti pervadintas", + "File handling" : "Failų tvarkymas", + "Maximum upload size" : "Maksimalus įkeliamo failo dydis", + "max. possible: " : "maks. galima:", + "Save" : "Išsaugoti", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Naudokite šį adresą, kad pasiektumėte savo failus per WebDAV", + "New" : "Naujas", + "New text file" : "Naujas tekstinis failas", + "Text file" : "Teksto failas", + "New folder" : "Naujas aplankas", + "Folder" : "Katalogas", + "From link" : "Iš nuorodos", + "Nothing in here. Upload something!" : "Čia tuščia. Įkelkite ką nors!", + "Download" : "Atsisiųsti", + "Upload too large" : "Įkėlimui failas per didelis", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Bandomų įkelti failų dydis viršija maksimalų, kuris leidžiamas šiame serveryje", + "Files are being scanned, please wait." : "Skenuojami failai, prašome palaukti." +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json new file mode 100644 index 0000000000..6baaa79c92 --- /dev/null +++ b/apps/files/l10n/lt_LT.json @@ -0,0 +1,80 @@ +{ "translations": { + "Unknown error" : "Neatpažinta klaida", + "Could not move %s - File with this name already exists" : "Nepavyko perkelti %s - failas su tokiu pavadinimu jau egzistuoja", + "Could not move %s" : "Nepavyko perkelti %s", + "File name cannot be empty." : "Failo pavadinimas negali būti tuščias.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neleistinas pavadinimas, '\\', '/', '<', '>', ':', '\"', '|', '?' ir '*' yra neleidžiami.", + "The name %s is already used in the folder %s. Please choose a different name." : "Pavadinimas %s jau naudojamas aplanke %s. Prašome pasirinkti kitokį pavadinimą.", + "Not a valid source" : "Netinkamas šaltinis", + "Server is not allowed to open URLs, please check the server configuration" : "Serveriui neleidžiama atverti URL, prašome patikrinti serverio konfigūraciją", + "Error while downloading %s to %s" : "Klaida siunčiant %s į %s", + "Error when creating the file" : "Klaida kuriant failą", + "Folder name cannot be empty." : "Aplanko pavadinimas negali būti tuščias.", + "Error when creating the folder" : "Klaida kuriant aplanką", + "Unable to set upload directory." : "Nepavyksta nustatyti įkėlimų katalogo.", + "Invalid Token" : "Netinkamas ženklas", + "No file was uploaded. Unknown error" : "Failai nebuvo įkelti dėl nežinomos priežasties", + "There is no error, the file uploaded with success" : "Failas įkeltas sėkmingai, be klaidų", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Įkeliamas failas yra didesnis nei leidžia upload_max_filesize php.ini faile:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Įkeliamo failo dydis viršija MAX_FILE_SIZE nustatymą, kuris naudojamas HTML formoje.", + "The uploaded file was only partially uploaded" : "Failas buvo įkeltas tik dalinai", + "No file was uploaded" : "Nebuvo įkeltas joks failas", + "Missing a temporary folder" : "Nėra laikinojo katalogo", + "Failed to write to disk" : "Nepavyko įrašyti į diską", + "Not enough storage available" : "Nepakanka vietos serveryje", + "Upload failed. Could not find uploaded file" : "Įkėlimas nepavyko. Nepavyko rasti įkelto failo", + "Upload failed. Could not get file info." : "Įkėlimas nepavyko. Nepavyko gauti failo informacijos.", + "Invalid directory." : "Neteisingas aplankas", + "Files" : "Failai", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai katalogas arba yra 0 baitų dydžio", + "Upload cancelled." : "Įkėlimas atšauktas.", + "Could not get result from server." : "Nepavyko gauti rezultato iš serverio.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas pradėtas. Jei paliksite šį puslapį, įkėlimas nutrūks.", + "URL cannot be empty" : "URL negali būti tuščias.", + "{new_name} already exists" : "{new_name} jau egzistuoja", + "Could not create file" : "Neįmanoma sukurti failo", + "Could not create folder" : "Neįmanoma sukurti aplanko", + "Error fetching URL" : "Klauda gaunant URL", + "Share" : "Dalintis", + "Delete" : "Ištrinti", + "Unshare" : "Nebesidalinti", + "Delete permanently" : "Ištrinti negrįžtamai", + "Rename" : "Pervadinti", + "Pending" : "Laukiantis", + "Error moving file" : "Klaida perkeliant failą", + "Error" : "Klaida", + "Could not rename file" : "Neįmanoma pervadinti failo", + "Error deleting file." : "Klaida trinant failą.", + "Name" : "Pavadinimas", + "Size" : "Dydis", + "Modified" : "Pakeista", + "_%n folder_::_%n folders_" : ["%n aplankas","%n aplankai","%n aplankų"], + "_%n file_::_%n files_" : ["%n failas","%n failai","%n failų"], + "You don’t have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus", + "_Uploading %n file_::_Uploading %n files_" : ["Įkeliamas %n failas","Įkeliami %n failai","Įkeliama %n failų"], + "Your storage is full, files can not be updated or synced anymore!" : "Jūsų visa vieta serveryje užimta", + "Your storage is almost full ({usedSpacePercent}%)" : "Jūsų vieta serveryje beveik visa užimta ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Šifravimo programa įjungta, bet Jūsų raktai nėra pritaikyti. Prašome atsijungti ir vėl prisijungti", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Netinkamas privatus raktas Šifravimo programai. Prašome atnaujinti savo privataus rakto slaptažodį asmeniniuose nustatymuose, kad atkurti prieigą prie šifruotų failų.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifravimas buvo išjungtas, bet Jūsų failai vis dar užšifruoti. Prašome eiti į asmeninius nustatymus ir iššifruoti savo failus.", + "{dirs} and {files}" : "{dirs} ir {files}", + "%s could not be renamed" : "%s negali būti pervadintas", + "File handling" : "Failų tvarkymas", + "Maximum upload size" : "Maksimalus įkeliamo failo dydis", + "max. possible: " : "maks. galima:", + "Save" : "Išsaugoti", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Naudokite šį adresą, kad pasiektumėte savo failus per WebDAV", + "New" : "Naujas", + "New text file" : "Naujas tekstinis failas", + "Text file" : "Teksto failas", + "New folder" : "Naujas aplankas", + "Folder" : "Katalogas", + "From link" : "Iš nuorodos", + "Nothing in here. Upload something!" : "Čia tuščia. Įkelkite ką nors!", + "Download" : "Atsisiųsti", + "Upload too large" : "Įkėlimui failas per didelis", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Bandomų įkelti failų dydis viršija maksimalų, kuris leidžiamas šiame serveryje", + "Files are being scanned, please wait." : "Skenuojami failai, prašome palaukti." +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files/l10n/lt_LT.php b/apps/files/l10n/lt_LT.php deleted file mode 100644 index e1c16c8a80..0000000000 --- a/apps/files/l10n/lt_LT.php +++ /dev/null @@ -1,81 +0,0 @@ - "Neatpažinta klaida", -"Could not move %s - File with this name already exists" => "Nepavyko perkelti %s - failas su tokiu pavadinimu jau egzistuoja", -"Could not move %s" => "Nepavyko perkelti %s", -"File name cannot be empty." => "Failo pavadinimas negali būti tuščias.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neleistinas pavadinimas, '\\', '/', '<', '>', ':', '\"', '|', '?' ir '*' yra neleidžiami.", -"The name %s is already used in the folder %s. Please choose a different name." => "Pavadinimas %s jau naudojamas aplanke %s. Prašome pasirinkti kitokį pavadinimą.", -"Not a valid source" => "Netinkamas šaltinis", -"Server is not allowed to open URLs, please check the server configuration" => "Serveriui neleidžiama atverti URL, prašome patikrinti serverio konfigūraciją", -"Error while downloading %s to %s" => "Klaida siunčiant %s į %s", -"Error when creating the file" => "Klaida kuriant failą", -"Folder name cannot be empty." => "Aplanko pavadinimas negali būti tuščias.", -"Error when creating the folder" => "Klaida kuriant aplanką", -"Unable to set upload directory." => "Nepavyksta nustatyti įkėlimų katalogo.", -"Invalid Token" => "Netinkamas ženklas", -"No file was uploaded. Unknown error" => "Failai nebuvo įkelti dėl nežinomos priežasties", -"There is no error, the file uploaded with success" => "Failas įkeltas sėkmingai, be klaidų", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Įkeliamas failas yra didesnis nei leidžia upload_max_filesize php.ini faile:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Įkeliamo failo dydis viršija MAX_FILE_SIZE nustatymą, kuris naudojamas HTML formoje.", -"The uploaded file was only partially uploaded" => "Failas buvo įkeltas tik dalinai", -"No file was uploaded" => "Nebuvo įkeltas joks failas", -"Missing a temporary folder" => "Nėra laikinojo katalogo", -"Failed to write to disk" => "Nepavyko įrašyti į diską", -"Not enough storage available" => "Nepakanka vietos serveryje", -"Upload failed. Could not find uploaded file" => "Įkėlimas nepavyko. Nepavyko rasti įkelto failo", -"Upload failed. Could not get file info." => "Įkėlimas nepavyko. Nepavyko gauti failo informacijos.", -"Invalid directory." => "Neteisingas aplankas", -"Files" => "Failai", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Nepavyksta įkelti {filename}, nes tai katalogas arba yra 0 baitų dydžio", -"Upload cancelled." => "Įkėlimas atšauktas.", -"Could not get result from server." => "Nepavyko gauti rezultato iš serverio.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Failo įkėlimas pradėtas. Jei paliksite šį puslapį, įkėlimas nutrūks.", -"URL cannot be empty" => "URL negali būti tuščias.", -"{new_name} already exists" => "{new_name} jau egzistuoja", -"Could not create file" => "Neįmanoma sukurti failo", -"Could not create folder" => "Neįmanoma sukurti aplanko", -"Error fetching URL" => "Klauda gaunant URL", -"Share" => "Dalintis", -"Delete" => "Ištrinti", -"Unshare" => "Nebesidalinti", -"Delete permanently" => "Ištrinti negrįžtamai", -"Rename" => "Pervadinti", -"Pending" => "Laukiantis", -"Error moving file" => "Klaida perkeliant failą", -"Error" => "Klaida", -"Could not rename file" => "Neįmanoma pervadinti failo", -"Error deleting file." => "Klaida trinant failą.", -"Name" => "Pavadinimas", -"Size" => "Dydis", -"Modified" => "Pakeista", -"_%n folder_::_%n folders_" => array("%n aplankas","%n aplankai","%n aplankų"), -"_%n file_::_%n files_" => array("%n failas","%n failai","%n failų"), -"You don’t have permission to upload or create files here" => "Jūs neturite leidimo čia įkelti arba kurti failus", -"_Uploading %n file_::_Uploading %n files_" => array("Įkeliamas %n failas","Įkeliami %n failai","Įkeliama %n failų"), -"Your storage is full, files can not be updated or synced anymore!" => "Jūsų visa vieta serveryje užimta", -"Your storage is almost full ({usedSpacePercent}%)" => "Jūsų vieta serveryje beveik visa užimta ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Šifravimo programa įjungta, bet Jūsų raktai nėra pritaikyti. Prašome atsijungti ir vėl prisijungti", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Netinkamas privatus raktas Šifravimo programai. Prašome atnaujinti savo privataus rakto slaptažodį asmeniniuose nustatymuose, kad atkurti prieigą prie šifruotų failų.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifravimas buvo išjungtas, bet Jūsų failai vis dar užšifruoti. Prašome eiti į asmeninius nustatymus ir iššifruoti savo failus.", -"{dirs} and {files}" => "{dirs} ir {files}", -"%s could not be renamed" => "%s negali būti pervadintas", -"File handling" => "Failų tvarkymas", -"Maximum upload size" => "Maksimalus įkeliamo failo dydis", -"max. possible: " => "maks. galima:", -"Save" => "Išsaugoti", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Naudokite šį adresą, kad pasiektumėte savo failus per WebDAV", -"New" => "Naujas", -"New text file" => "Naujas tekstinis failas", -"Text file" => "Teksto failas", -"New folder" => "Naujas aplankas", -"Folder" => "Katalogas", -"From link" => "Iš nuorodos", -"Nothing in here. Upload something!" => "Čia tuščia. Įkelkite ką nors!", -"Download" => "Atsisiųsti", -"Upload too large" => "Įkėlimui failas per didelis", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Bandomų įkelti failų dydis viršija maksimalų, kuris leidžiamas šiame serveryje", -"Files are being scanned, please wait." => "Skenuojami failai, prašome palaukti." -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files/l10n/lv.js b/apps/files/l10n/lv.js new file mode 100644 index 0000000000..d01f2894d9 --- /dev/null +++ b/apps/files/l10n/lv.js @@ -0,0 +1,58 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Nezināma kļūda", + "Could not move %s - File with this name already exists" : "Nevarēja pārvietot %s — jau eksistē datne ar tādu nosaukumu", + "Could not move %s" : "Nevarēja pārvietot %s", + "File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nederīgs nosaukums, nav atļauti '\\', '/', '<', '>', ':', '\"', '|', '?' un '*'.", + "Unable to set upload directory." : "Nevar uzstādīt augšupielādes mapi.", + "Invalid Token" : "Nepareiza pilnvara", + "No file was uploaded. Unknown error" : "Netika augšupielādēta neviena datne. Nezināma kļūda", + "There is no error, the file uploaded with success" : "Viss kārtībā, datne augšupielādēta veiksmīga", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Augšupielādētā datne pārsniedz upload_max_filesize norādījumu php.ini datnē:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Augšupielādētā datne pārsniedz MAX_FILE_SIZE norādi, kas ir norādīta HTML formā", + "The uploaded file was only partially uploaded" : "Augšupielādētā datne ir tikai daļēji augšupielādēta", + "No file was uploaded" : "Neviena datne netika augšupielādēta", + "Missing a temporary folder" : "Trūkst pagaidu mapes", + "Failed to write to disk" : "Neizdevās saglabāt diskā", + "Not enough storage available" : "Nav pietiekami daudz vietas", + "Invalid directory." : "Nederīga direktorija.", + "Files" : "Datnes", + "Upload cancelled." : "Augšupielāde ir atcelta.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Notiek augšupielāde. Pametot lapu tagad, tiks atcelta augšupielāde.", + "{new_name} already exists" : "{new_name} jau eksistē", + "Share" : "Dalīties", + "Delete" : "Dzēst", + "Unshare" : "Pārtraukt dalīšanos", + "Delete permanently" : "Dzēst pavisam", + "Rename" : "Pārsaukt", + "Pending" : "Gaida savu kārtu", + "Error" : "Kļūda", + "Name" : "Nosaukums", + "Size" : "Izmērs", + "Modified" : "Mainīts", + "_%n folder_::_%n folders_" : ["%n mapes","%n mape","%n mapes"], + "_%n file_::_%n files_" : ["%n faili","%n fails","%n faili"], + "_Uploading %n file_::_Uploading %n files_" : ["%n","Augšupielāde %n failu","Augšupielāde %n failus"], + "Your storage is full, files can not be updated or synced anymore!" : "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!", + "Your storage is almost full ({usedSpacePercent}%)" : "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifrēšana tika atslēgta, tomēr jūsu faili joprojām ir šifrēti. Atšifrēt failus var Personiskajos uzstādījumos.", + "%s could not be renamed" : "%s nevar tikt pārsaukts", + "File handling" : "Datņu pārvaldība", + "Maximum upload size" : "Maksimālais datņu augšupielādes apjoms", + "max. possible: " : "maksimālais iespējamais:", + "Save" : "Saglabāt", + "WebDAV" : "WebDAV", + "New" : "Jauna", + "Text file" : "Teksta datne", + "New folder" : "Jauna mape", + "Folder" : "Mape", + "From link" : "No saites", + "Nothing in here. Upload something!" : "Te vēl nekas nav. Rīkojies, sāc augšupielādēt!", + "Download" : "Lejupielādēt", + "Upload too large" : "Datne ir par lielu, lai to augšupielādētu", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu", + "Files are being scanned, please wait." : "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet." +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/files/l10n/lv.json b/apps/files/l10n/lv.json new file mode 100644 index 0000000000..39a0caea5b --- /dev/null +++ b/apps/files/l10n/lv.json @@ -0,0 +1,56 @@ +{ "translations": { + "Unknown error" : "Nezināma kļūda", + "Could not move %s - File with this name already exists" : "Nevarēja pārvietot %s — jau eksistē datne ar tādu nosaukumu", + "Could not move %s" : "Nevarēja pārvietot %s", + "File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nederīgs nosaukums, nav atļauti '\\', '/', '<', '>', ':', '\"', '|', '?' un '*'.", + "Unable to set upload directory." : "Nevar uzstādīt augšupielādes mapi.", + "Invalid Token" : "Nepareiza pilnvara", + "No file was uploaded. Unknown error" : "Netika augšupielādēta neviena datne. Nezināma kļūda", + "There is no error, the file uploaded with success" : "Viss kārtībā, datne augšupielādēta veiksmīga", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Augšupielādētā datne pārsniedz upload_max_filesize norādījumu php.ini datnē:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Augšupielādētā datne pārsniedz MAX_FILE_SIZE norādi, kas ir norādīta HTML formā", + "The uploaded file was only partially uploaded" : "Augšupielādētā datne ir tikai daļēji augšupielādēta", + "No file was uploaded" : "Neviena datne netika augšupielādēta", + "Missing a temporary folder" : "Trūkst pagaidu mapes", + "Failed to write to disk" : "Neizdevās saglabāt diskā", + "Not enough storage available" : "Nav pietiekami daudz vietas", + "Invalid directory." : "Nederīga direktorija.", + "Files" : "Datnes", + "Upload cancelled." : "Augšupielāde ir atcelta.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Notiek augšupielāde. Pametot lapu tagad, tiks atcelta augšupielāde.", + "{new_name} already exists" : "{new_name} jau eksistē", + "Share" : "Dalīties", + "Delete" : "Dzēst", + "Unshare" : "Pārtraukt dalīšanos", + "Delete permanently" : "Dzēst pavisam", + "Rename" : "Pārsaukt", + "Pending" : "Gaida savu kārtu", + "Error" : "Kļūda", + "Name" : "Nosaukums", + "Size" : "Izmērs", + "Modified" : "Mainīts", + "_%n folder_::_%n folders_" : ["%n mapes","%n mape","%n mapes"], + "_%n file_::_%n files_" : ["%n faili","%n fails","%n faili"], + "_Uploading %n file_::_Uploading %n files_" : ["%n","Augšupielāde %n failu","Augšupielāde %n failus"], + "Your storage is full, files can not be updated or synced anymore!" : "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!", + "Your storage is almost full ({usedSpacePercent}%)" : "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifrēšana tika atslēgta, tomēr jūsu faili joprojām ir šifrēti. Atšifrēt failus var Personiskajos uzstādījumos.", + "%s could not be renamed" : "%s nevar tikt pārsaukts", + "File handling" : "Datņu pārvaldība", + "Maximum upload size" : "Maksimālais datņu augšupielādes apjoms", + "max. possible: " : "maksimālais iespējamais:", + "Save" : "Saglabāt", + "WebDAV" : "WebDAV", + "New" : "Jauna", + "Text file" : "Teksta datne", + "New folder" : "Jauna mape", + "Folder" : "Mape", + "From link" : "No saites", + "Nothing in here. Upload something!" : "Te vēl nekas nav. Rīkojies, sāc augšupielādēt!", + "Download" : "Lejupielādēt", + "Upload too large" : "Datne ir par lielu, lai to augšupielādētu", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu", + "Files are being scanned, please wait." : "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet." +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files/l10n/lv.php b/apps/files/l10n/lv.php deleted file mode 100644 index 3911fb806f..0000000000 --- a/apps/files/l10n/lv.php +++ /dev/null @@ -1,57 +0,0 @@ - "Nezināma kļūda", -"Could not move %s - File with this name already exists" => "Nevarēja pārvietot %s — jau eksistē datne ar tādu nosaukumu", -"Could not move %s" => "Nevarēja pārvietot %s", -"File name cannot be empty." => "Datnes nosaukums nevar būt tukšs.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nederīgs nosaukums, nav atļauti '\\', '/', '<', '>', ':', '\"', '|', '?' un '*'.", -"Unable to set upload directory." => "Nevar uzstādīt augšupielādes mapi.", -"Invalid Token" => "Nepareiza pilnvara", -"No file was uploaded. Unknown error" => "Netika augšupielādēta neviena datne. Nezināma kļūda", -"There is no error, the file uploaded with success" => "Viss kārtībā, datne augšupielādēta veiksmīga", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Augšupielādētā datne pārsniedz upload_max_filesize norādījumu php.ini datnē:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Augšupielādētā datne pārsniedz MAX_FILE_SIZE norādi, kas ir norādīta HTML formā", -"The uploaded file was only partially uploaded" => "Augšupielādētā datne ir tikai daļēji augšupielādēta", -"No file was uploaded" => "Neviena datne netika augšupielādēta", -"Missing a temporary folder" => "Trūkst pagaidu mapes", -"Failed to write to disk" => "Neizdevās saglabāt diskā", -"Not enough storage available" => "Nav pietiekami daudz vietas", -"Invalid directory." => "Nederīga direktorija.", -"Files" => "Datnes", -"Upload cancelled." => "Augšupielāde ir atcelta.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Notiek augšupielāde. Pametot lapu tagad, tiks atcelta augšupielāde.", -"{new_name} already exists" => "{new_name} jau eksistē", -"Share" => "Dalīties", -"Delete" => "Dzēst", -"Unshare" => "Pārtraukt dalīšanos", -"Delete permanently" => "Dzēst pavisam", -"Rename" => "Pārsaukt", -"Pending" => "Gaida savu kārtu", -"Error" => "Kļūda", -"Name" => "Nosaukums", -"Size" => "Izmērs", -"Modified" => "Mainīts", -"_%n folder_::_%n folders_" => array("%n mapes","%n mape","%n mapes"), -"_%n file_::_%n files_" => array("%n faili","%n fails","%n faili"), -"_Uploading %n file_::_Uploading %n files_" => array("%n","Augšupielāde %n failu","Augšupielāde %n failus"), -"Your storage is full, files can not be updated or synced anymore!" => "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!", -"Your storage is almost full ({usedSpacePercent}%)" => "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifrēšana tika atslēgta, tomēr jūsu faili joprojām ir šifrēti. Atšifrēt failus var Personiskajos uzstādījumos.", -"%s could not be renamed" => "%s nevar tikt pārsaukts", -"File handling" => "Datņu pārvaldība", -"Maximum upload size" => "Maksimālais datņu augšupielādes apjoms", -"max. possible: " => "maksimālais iespējamais:", -"Save" => "Saglabāt", -"WebDAV" => "WebDAV", -"New" => "Jauna", -"Text file" => "Teksta datne", -"New folder" => "Jauna mape", -"Folder" => "Mape", -"From link" => "No saites", -"Nothing in here. Upload something!" => "Te vēl nekas nav. Rīkojies, sāc augšupielādēt!", -"Download" => "Lejupielādēt", -"Upload too large" => "Datne ir par lielu, lai to augšupielādētu", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu", -"Files are being scanned, please wait." => "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet." -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/apps/files/l10n/mg.js b/apps/files/l10n/mg.js new file mode 100644 index 0000000000..f085469f73 --- /dev/null +++ b/apps/files/l10n/mg.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/mg.json b/apps/files/l10n/mg.json new file mode 100644 index 0000000000..ba9792477c --- /dev/null +++ b/apps/files/l10n/mg.json @@ -0,0 +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 diff --git a/apps/files/l10n/mg.php b/apps/files/l10n/mg.php deleted file mode 100644 index 3c711e6b78..0000000000 --- a/apps/files/l10n/mg.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/mk.js b/apps/files/l10n/mk.js new file mode 100644 index 0000000000..57a717ceaf --- /dev/null +++ b/apps/files/l10n/mk.js @@ -0,0 +1,70 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Непозната грешка", + "Could not move %s - File with this name already exists" : "Не можам да го преместам %s - Датотека со такво име веќе постои", + "Could not move %s" : "Не можам да ги префрлам %s", + "File name cannot be empty." : "Името на датотеката не може да биде празно.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Неправилно име. , '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' не се дозволени.", + "Not a valid source" : "Не е валиден извор", + "Error while downloading %s to %s" : "Грешка додека преземам %s to %s", + "Error when creating the file" : "Грешка при креирање на датотека", + "Folder name cannot be empty." : "Името на папката не може да биде празно.", + "Error when creating the folder" : "Грешка при креирање на папка", + "Unable to set upload directory." : "Не може да се постави папката за префрлање на податоци.", + "Invalid Token" : "Грешен токен", + "No file was uploaded. Unknown error" : "Ниту еден фајл не се вчита. Непозната грешка", + "There is no error, the file uploaded with success" : "Датотеката беше успешно подигната.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Подигнатата датотека ја надминува upload_max_filesize директивата во php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Големината на датотеката ја надминува MAX_FILE_SIZE директивата која беше специфицирана во HTML формата", + "The uploaded file was only partially uploaded" : "Датотеката беше само делумно подигната.", + "No file was uploaded" : "Не беше подигната датотека.", + "Missing a temporary folder" : "Недостасува привремена папка", + "Failed to write to disk" : "Неуспеав да запишам на диск", + "Not enough storage available" : "Нема доволно слободен сториџ", + "Upload failed. Could not find uploaded file" : "Префрлањето е неуспешно. Не можам да го најдам префрлената датотека.", + "Invalid directory." : "Погрешна папка.", + "Files" : "Датотеки", + "Upload cancelled." : "Преземањето е прекинато.", + "Could not get result from server." : "Не можам да добијам резултат од серверот.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Подигање на датотека е во тек. Напуштење на страницата ќе го прекине.", + "URL cannot be empty" : "URL-то не може да биде празно", + "{new_name} already exists" : "{new_name} веќе постои", + "Could not create file" : "Не множам да креирам датотека", + "Could not create folder" : "Не можам да креирам папка", + "Share" : "Сподели", + "Delete" : "Избриши", + "Unshare" : "Не споделувај", + "Delete permanently" : "Трајно избришани", + "Rename" : "Преименувај", + "Pending" : "Чека", + "Error moving file" : "Грешка при префрлање на датотека", + "Error" : "Грешка", + "Could not rename file" : "Не можам да ја преименувам датотеката", + "Name" : "Име", + "Size" : "Големина", + "Modified" : "Променето", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Your storage is full, files can not be updated or synced anymore!" : "Вашиот сториџ е полн, датотеките веќе не можат да се освежуваат или синхронизираат!", + "Your storage is almost full ({usedSpacePercent}%)" : "Вашиот сториџ е скоро полн ({usedSpacePercent}%)", + "{dirs} and {files}" : "{dirs} и {files}", + "%s could not be renamed" : "%s не може да биде преименуван", + "File handling" : "Ракување со датотеки", + "Maximum upload size" : "Максимална големина за подигање", + "max. possible: " : "макс. можно:", + "Save" : "Сними", + "WebDAV" : "WebDAV", + "New" : "Ново", + "Text file" : "Текстуална датотека", + "New folder" : "Нова папка", + "Folder" : "Папка", + "From link" : "Од врска", + "Nothing in here. Upload something!" : "Тука нема ништо. Снимете нешто!", + "Download" : "Преземи", + "Upload too large" : "Фајлот кој се вчитува е преголем", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Датотеките кои се обидувате да ги подигнете ја надминуваат максималната големина за подигнување датотеки на овој сервер.", + "Files are being scanned, please wait." : "Се скенираат датотеки, ве молам почекајте." +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/files/l10n/mk.json b/apps/files/l10n/mk.json new file mode 100644 index 0000000000..2d3df73a75 --- /dev/null +++ b/apps/files/l10n/mk.json @@ -0,0 +1,68 @@ +{ "translations": { + "Unknown error" : "Непозната грешка", + "Could not move %s - File with this name already exists" : "Не можам да го преместам %s - Датотека со такво име веќе постои", + "Could not move %s" : "Не можам да ги префрлам %s", + "File name cannot be empty." : "Името на датотеката не може да биде празно.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Неправилно име. , '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' не се дозволени.", + "Not a valid source" : "Не е валиден извор", + "Error while downloading %s to %s" : "Грешка додека преземам %s to %s", + "Error when creating the file" : "Грешка при креирање на датотека", + "Folder name cannot be empty." : "Името на папката не може да биде празно.", + "Error when creating the folder" : "Грешка при креирање на папка", + "Unable to set upload directory." : "Не може да се постави папката за префрлање на податоци.", + "Invalid Token" : "Грешен токен", + "No file was uploaded. Unknown error" : "Ниту еден фајл не се вчита. Непозната грешка", + "There is no error, the file uploaded with success" : "Датотеката беше успешно подигната.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Подигнатата датотека ја надминува upload_max_filesize директивата во php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Големината на датотеката ја надминува MAX_FILE_SIZE директивата која беше специфицирана во HTML формата", + "The uploaded file was only partially uploaded" : "Датотеката беше само делумно подигната.", + "No file was uploaded" : "Не беше подигната датотека.", + "Missing a temporary folder" : "Недостасува привремена папка", + "Failed to write to disk" : "Неуспеав да запишам на диск", + "Not enough storage available" : "Нема доволно слободен сториџ", + "Upload failed. Could not find uploaded file" : "Префрлањето е неуспешно. Не можам да го најдам префрлената датотека.", + "Invalid directory." : "Погрешна папка.", + "Files" : "Датотеки", + "Upload cancelled." : "Преземањето е прекинато.", + "Could not get result from server." : "Не можам да добијам резултат од серверот.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Подигање на датотека е во тек. Напуштење на страницата ќе го прекине.", + "URL cannot be empty" : "URL-то не може да биде празно", + "{new_name} already exists" : "{new_name} веќе постои", + "Could not create file" : "Не множам да креирам датотека", + "Could not create folder" : "Не можам да креирам папка", + "Share" : "Сподели", + "Delete" : "Избриши", + "Unshare" : "Не споделувај", + "Delete permanently" : "Трајно избришани", + "Rename" : "Преименувај", + "Pending" : "Чека", + "Error moving file" : "Грешка при префрлање на датотека", + "Error" : "Грешка", + "Could not rename file" : "Не можам да ја преименувам датотеката", + "Name" : "Име", + "Size" : "Големина", + "Modified" : "Променето", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Your storage is full, files can not be updated or synced anymore!" : "Вашиот сториџ е полн, датотеките веќе не можат да се освежуваат или синхронизираат!", + "Your storage is almost full ({usedSpacePercent}%)" : "Вашиот сториџ е скоро полн ({usedSpacePercent}%)", + "{dirs} and {files}" : "{dirs} и {files}", + "%s could not be renamed" : "%s не може да биде преименуван", + "File handling" : "Ракување со датотеки", + "Maximum upload size" : "Максимална големина за подигање", + "max. possible: " : "макс. можно:", + "Save" : "Сними", + "WebDAV" : "WebDAV", + "New" : "Ново", + "Text file" : "Текстуална датотека", + "New folder" : "Нова папка", + "Folder" : "Папка", + "From link" : "Од врска", + "Nothing in here. Upload something!" : "Тука нема ништо. Снимете нешто!", + "Download" : "Преземи", + "Upload too large" : "Фајлот кој се вчитува е преголем", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Датотеките кои се обидувате да ги подигнете ја надминуваат максималната големина за подигнување датотеки на овој сервер.", + "Files are being scanned, please wait." : "Се скенираат датотеки, ве молам почекајте." +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/apps/files/l10n/mk.php b/apps/files/l10n/mk.php deleted file mode 100644 index 395b2b4f0c..0000000000 --- a/apps/files/l10n/mk.php +++ /dev/null @@ -1,69 +0,0 @@ - "Непозната грешка", -"Could not move %s - File with this name already exists" => "Не можам да го преместам %s - Датотека со такво име веќе постои", -"Could not move %s" => "Не можам да ги префрлам %s", -"File name cannot be empty." => "Името на датотеката не може да биде празно.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неправилно име. , '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' не се дозволени.", -"Not a valid source" => "Не е валиден извор", -"Error while downloading %s to %s" => "Грешка додека преземам %s to %s", -"Error when creating the file" => "Грешка при креирање на датотека", -"Folder name cannot be empty." => "Името на папката не може да биде празно.", -"Error when creating the folder" => "Грешка при креирање на папка", -"Unable to set upload directory." => "Не може да се постави папката за префрлање на податоци.", -"Invalid Token" => "Грешен токен", -"No file was uploaded. Unknown error" => "Ниту еден фајл не се вчита. Непозната грешка", -"There is no error, the file uploaded with success" => "Датотеката беше успешно подигната.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Подигнатата датотека ја надминува upload_max_filesize директивата во php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Големината на датотеката ја надминува MAX_FILE_SIZE директивата која беше специфицирана во HTML формата", -"The uploaded file was only partially uploaded" => "Датотеката беше само делумно подигната.", -"No file was uploaded" => "Не беше подигната датотека.", -"Missing a temporary folder" => "Недостасува привремена папка", -"Failed to write to disk" => "Неуспеав да запишам на диск", -"Not enough storage available" => "Нема доволно слободен сториџ", -"Upload failed. Could not find uploaded file" => "Префрлањето е неуспешно. Не можам да го најдам префрлената датотека.", -"Invalid directory." => "Погрешна папка.", -"Files" => "Датотеки", -"Upload cancelled." => "Преземањето е прекинато.", -"Could not get result from server." => "Не можам да добијам резултат од серверот.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Подигање на датотека е во тек. Напуштење на страницата ќе го прекине.", -"URL cannot be empty" => "URL-то не може да биде празно", -"{new_name} already exists" => "{new_name} веќе постои", -"Could not create file" => "Не множам да креирам датотека", -"Could not create folder" => "Не можам да креирам папка", -"Share" => "Сподели", -"Delete" => "Избриши", -"Unshare" => "Не споделувај", -"Delete permanently" => "Трајно избришани", -"Rename" => "Преименувај", -"Pending" => "Чека", -"Error moving file" => "Грешка при префрлање на датотека", -"Error" => "Грешка", -"Could not rename file" => "Не можам да ја преименувам датотеката", -"Name" => "Име", -"Size" => "Големина", -"Modified" => "Променето", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Your storage is full, files can not be updated or synced anymore!" => "Вашиот сториџ е полн, датотеките веќе не можат да се освежуваат или синхронизираат!", -"Your storage is almost full ({usedSpacePercent}%)" => "Вашиот сториџ е скоро полн ({usedSpacePercent}%)", -"{dirs} and {files}" => "{dirs} и {files}", -"%s could not be renamed" => "%s не може да биде преименуван", -"File handling" => "Ракување со датотеки", -"Maximum upload size" => "Максимална големина за подигање", -"max. possible: " => "макс. можно:", -"Save" => "Сними", -"WebDAV" => "WebDAV", -"New" => "Ново", -"Text file" => "Текстуална датотека", -"New folder" => "Нова папка", -"Folder" => "Папка", -"From link" => "Од врска", -"Nothing in here. Upload something!" => "Тука нема ништо. Снимете нешто!", -"Download" => "Преземи", -"Upload too large" => "Фајлот кој се вчитува е преголем", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Датотеките кои се обидувате да ги подигнете ја надминуваат максималната големина за подигнување датотеки на овој сервер.", -"Files are being scanned, please wait." => "Се скенираат датотеки, ве молам почекајте." -); -$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/files/l10n/ml.js b/apps/files/l10n/ml.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/ml.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/ml.json b/apps/files/l10n/ml.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/ml.json @@ -0,0 +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 diff --git a/apps/files/l10n/ml.php b/apps/files/l10n/ml.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/ml.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ml_IN.js b/apps/files/l10n/ml_IN.js new file mode 100644 index 0000000000..a7af6e02c7 --- /dev/null +++ b/apps/files/l10n/ml_IN.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files", + { + "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/ml_IN.json b/apps/files/l10n/ml_IN.json new file mode 100644 index 0000000000..e140756a6b --- /dev/null +++ b/apps/files/l10n/ml_IN.json @@ -0,0 +1,7 @@ +{ "translations": { + "Files" : "ഫയലുകൾ", + "_%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/ml_IN.php b/apps/files/l10n/ml_IN.php deleted file mode 100644 index 9cf8ea034a..0000000000 --- a/apps/files/l10n/ml_IN.php +++ /dev/null @@ -1,8 +0,0 @@ - "ഫയലുകൾ", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/mn.js b/apps/files/l10n/mn.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/mn.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/mn.json b/apps/files/l10n/mn.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/mn.json @@ -0,0 +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 diff --git a/apps/files/l10n/mn.php b/apps/files/l10n/mn.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/mn.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ms_MY.js b/apps/files/l10n/ms_MY.js new file mode 100644 index 0000000000..50e95b4bca --- /dev/null +++ b/apps/files/l10n/ms_MY.js @@ -0,0 +1,37 @@ +OC.L10N.register( + "files", + { + "No file was uploaded. Unknown error" : "Tiada fail dimuatnaik. Ralat tidak diketahui.", + "There is no error, the file uploaded with success" : "Tiada ralat berlaku, fail berjaya dimuatnaik", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Saiz fail yang dimuatnaik melebihi MAX_FILE_SIZE yang ditetapkan dalam borang HTML", + "The uploaded file was only partially uploaded" : "Fail yang dimuatnaik tidak lengkap", + "No file was uploaded" : "Tiada fail dimuatnaik", + "Missing a temporary folder" : "Direktori sementara hilang", + "Failed to write to disk" : "Gagal untuk disimpan", + "Files" : "Fail-fail", + "Upload cancelled." : "Muatnaik dibatalkan.", + "Share" : "Kongsi", + "Delete" : "Padam", + "Rename" : "Namakan", + "Pending" : "Dalam proses", + "Error" : "Ralat", + "Name" : "Nama", + "Size" : "Saiz", + "Modified" : "Dimodifikasi", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "File handling" : "Pengendalian fail", + "Maximum upload size" : "Saiz maksimum muat naik", + "max. possible: " : "maksimum:", + "Save" : "Simpan", + "New" : "Baru", + "Text file" : "Fail teks", + "Folder" : "Folder", + "Nothing in here. Upload something!" : "Tiada apa-apa di sini. Muat naik sesuatu!", + "Download" : "Muat turun", + "Upload too large" : "Muatnaik terlalu besar", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Fail yang cuba dimuat naik melebihi saiz maksimum fail upload server", + "Files are being scanned, please wait." : "Fail sedang diimbas, harap bersabar." +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/ms_MY.json b/apps/files/l10n/ms_MY.json new file mode 100644 index 0000000000..6f085a76a6 --- /dev/null +++ b/apps/files/l10n/ms_MY.json @@ -0,0 +1,35 @@ +{ "translations": { + "No file was uploaded. Unknown error" : "Tiada fail dimuatnaik. Ralat tidak diketahui.", + "There is no error, the file uploaded with success" : "Tiada ralat berlaku, fail berjaya dimuatnaik", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Saiz fail yang dimuatnaik melebihi MAX_FILE_SIZE yang ditetapkan dalam borang HTML", + "The uploaded file was only partially uploaded" : "Fail yang dimuatnaik tidak lengkap", + "No file was uploaded" : "Tiada fail dimuatnaik", + "Missing a temporary folder" : "Direktori sementara hilang", + "Failed to write to disk" : "Gagal untuk disimpan", + "Files" : "Fail-fail", + "Upload cancelled." : "Muatnaik dibatalkan.", + "Share" : "Kongsi", + "Delete" : "Padam", + "Rename" : "Namakan", + "Pending" : "Dalam proses", + "Error" : "Ralat", + "Name" : "Nama", + "Size" : "Saiz", + "Modified" : "Dimodifikasi", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "File handling" : "Pengendalian fail", + "Maximum upload size" : "Saiz maksimum muat naik", + "max. possible: " : "maksimum:", + "Save" : "Simpan", + "New" : "Baru", + "Text file" : "Fail teks", + "Folder" : "Folder", + "Nothing in here. Upload something!" : "Tiada apa-apa di sini. Muat naik sesuatu!", + "Download" : "Muat turun", + "Upload too large" : "Muatnaik terlalu besar", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Fail yang cuba dimuat naik melebihi saiz maksimum fail upload server", + "Files are being scanned, please wait." : "Fail sedang diimbas, harap bersabar." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/ms_MY.php b/apps/files/l10n/ms_MY.php deleted file mode 100644 index 32bf46bb81..0000000000 --- a/apps/files/l10n/ms_MY.php +++ /dev/null @@ -1,36 +0,0 @@ - "Tiada fail dimuatnaik. Ralat tidak diketahui.", -"There is no error, the file uploaded with success" => "Tiada ralat berlaku, fail berjaya dimuatnaik", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Saiz fail yang dimuatnaik melebihi MAX_FILE_SIZE yang ditetapkan dalam borang HTML", -"The uploaded file was only partially uploaded" => "Fail yang dimuatnaik tidak lengkap", -"No file was uploaded" => "Tiada fail dimuatnaik", -"Missing a temporary folder" => "Direktori sementara hilang", -"Failed to write to disk" => "Gagal untuk disimpan", -"Files" => "Fail-fail", -"Upload cancelled." => "Muatnaik dibatalkan.", -"Share" => "Kongsi", -"Delete" => "Padam", -"Rename" => "Namakan", -"Pending" => "Dalam proses", -"Error" => "Ralat", -"Name" => "Nama", -"Size" => "Saiz", -"Modified" => "Dimodifikasi", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array(""), -"File handling" => "Pengendalian fail", -"Maximum upload size" => "Saiz maksimum muat naik", -"max. possible: " => "maksimum:", -"Save" => "Simpan", -"New" => "Baru", -"Text file" => "Fail teks", -"Folder" => "Folder", -"Nothing in here. Upload something!" => "Tiada apa-apa di sini. Muat naik sesuatu!", -"Download" => "Muat turun", -"Upload too large" => "Muatnaik terlalu besar", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Fail yang cuba dimuat naik melebihi saiz maksimum fail upload server", -"Files are being scanned, please wait." => "Fail sedang diimbas, harap bersabar." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/mt_MT.js b/apps/files/l10n/mt_MT.js new file mode 100644 index 0000000000..82ce643895 --- /dev/null +++ b/apps/files/l10n/mt_MT.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files", + { + "_%n folder_::_%n folders_" : ["","","",""], + "_%n file_::_%n files_" : ["","","",""], + "_Uploading %n file_::_Uploading %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/apps/files/l10n/mt_MT.json b/apps/files/l10n/mt_MT.json new file mode 100644 index 0000000000..8bcf5b69ea --- /dev/null +++ b/apps/files/l10n/mt_MT.json @@ -0,0 +1,6 @@ +{ "translations": { + "_%n folder_::_%n folders_" : ["","","",""], + "_%n file_::_%n files_" : ["","","",""], + "_Uploading %n file_::_Uploading %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/apps/files/l10n/mt_MT.php b/apps/files/l10n/mt_MT.php deleted file mode 100644 index 2a3be76cb7..0000000000 --- a/apps/files/l10n/mt_MT.php +++ /dev/null @@ -1,7 +0,0 @@ - array("","","",""), -"_%n file_::_%n files_" => array("","","",""), -"_Uploading %n file_::_Uploading %n files_" => array("","","","") -); -$PLURAL_FORMS = "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/apps/files/l10n/my_MM.js b/apps/files/l10n/my_MM.js new file mode 100644 index 0000000000..0a7ff3bb31 --- /dev/null +++ b/apps/files/l10n/my_MM.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files", + { + "Files" : "ဖိုင်များ", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "Download" : "ဒေါင်းလုတ်" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/my_MM.json b/apps/files/l10n/my_MM.json new file mode 100644 index 0000000000..d4b9b3d0fa --- /dev/null +++ b/apps/files/l10n/my_MM.json @@ -0,0 +1,8 @@ +{ "translations": { + "Files" : "ဖိုင်များ", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "Download" : "ဒေါင်းလုတ်" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/my_MM.php b/apps/files/l10n/my_MM.php deleted file mode 100644 index 497ecc0949..0000000000 --- a/apps/files/l10n/my_MM.php +++ /dev/null @@ -1,9 +0,0 @@ - "ဖိုင်များ", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array(""), -"Download" => "ဒေါင်းလုတ်" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/nb_NO.js b/apps/files/l10n/nb_NO.js new file mode 100644 index 0000000000..d9c59b1bdd --- /dev/null +++ b/apps/files/l10n/nb_NO.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Lagringsplass ikke tilgjengelig", + "Storage invalid" : "Lagringsplass ugyldig", + "Unknown error" : "Ukjent feil", + "Could not move %s - File with this name already exists" : "Kan ikke flytte %s - En fil med samme navn finnes allerede", + "Could not move %s" : "Kunne ikke flytte %s", + "Permission denied" : "Tilgang nektet", + "File name cannot be empty." : "Filnavn kan ikke være tomt.", + "\"%s\" is an invalid file name." : "\"%s\" er et ugyldig filnavn.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ugyldig navn, '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' er ikke tillatt.", + "The target folder has been moved or deleted." : "Målmappen er blitt flyttet eller slettet.", + "The name %s is already used in the folder %s. Please choose a different name." : "Navnet %s brukes allerede i mappen %s. Velg et annet navn.", + "Not a valid source" : "Ikke en gyldig kilde", + "Server is not allowed to open URLs, please check the server configuration" : "Serveren har ikke lov til å åpne URL-er. Sjekk konfigurasjon av server", + "The file exceeds your quota by %s" : "Filen overstiger din kvote med %s", + "Error while downloading %s to %s" : "Feil ved nedlasting av %s til %s", + "Error when creating the file" : "Feil ved oppretting av filen", + "Folder name cannot be empty." : "Mappenavn kan ikke være tomt.", + "Error when creating the folder" : "Feil ved oppretting av mappen", + "Unable to set upload directory." : "Kunne ikke sette opplastingskatalog.", + "Invalid Token" : "Ugyldig nøkkel", + "No file was uploaded. Unknown error" : "Ingen filer ble lastet opp. Ukjent feil.", + "There is no error, the file uploaded with success" : "Pust ut, ingen feil. Filen ble lastet opp problemfritt", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Filstørrelsen overskrider maksgrensedirektivet upload_max_filesize i php.ini-konfigurasjonen.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen du prøvde å laste opp var større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet.", + "The uploaded file was only partially uploaded" : "Filen du prøvde å laste opp ble kun delvis lastet opp", + "No file was uploaded" : "Ingen filer ble lastet opp", + "Missing a temporary folder" : "Mangler midlertidig mappe", + "Failed to write to disk" : "Klarte ikke å skrive til disk", + "Not enough storage available" : "Ikke nok lagringsplass", + "Upload failed. Could not find uploaded file" : "Opplasting feilet. Fant ikke opplastet fil.", + "Upload failed. Could not get file info." : "Opplasting feilet. Klarte ikke å finne informasjon om fil.", + "Invalid directory." : "Ugyldig katalog.", + "Files" : "Filer", + "All files" : "Alle filer", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke laste opp {filename} fordi det er en mappe eller har 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "Total filstørrelse {size1} overstiger grense for opplasting {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ikke nok ledig plass. Du laster opp size1} men bare {size2} er ledig", + "Upload cancelled." : "Opplasting avbrutt.", + "Could not get result from server." : "Fikk ikke resultat fra serveren.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Filopplasting pågår. Forlater du siden nå avbrytes opplastingen.", + "URL cannot be empty" : "URL kan ikke være tom", + "{new_name} already exists" : "{new_name} finnes allerede", + "Could not create file" : "Klarte ikke å opprette fil", + "Could not create folder" : "Klarte ikke å opprette mappe", + "Error fetching URL" : "Feil ved henting av URL", + "Share" : "Del", + "Delete" : "Slett", + "Disconnect storage" : "Koble fra lagring", + "Unshare" : "Avslutt deling", + "Delete permanently" : "Slett permanent", + "Rename" : "Gi nytt navn", + "Pending" : "Ventende", + "Error moving file." : "Feil ved flytting av fil.", + "Error moving file" : "Feil ved flytting av fil", + "Error" : "Feil", + "Could not rename file" : "Klarte ikke å gi nytt navn til fil", + "Error deleting file." : "Feil ved sletting av fil.", + "Name" : "Navn", + "Size" : "Størrelse", + "Modified" : "Endret", + "_%n folder_::_%n folders_" : ["%n mappe","%n mapper"], + "_%n file_::_%n files_" : ["%n fil","%n filer"], + "You don’t have permission to upload or create files here" : "Du har ikke tillatelse til å laste opp eller opprette filer her", + "_Uploading %n file_::_Uploading %n files_" : ["Laster opp %n fil","Laster opp %n filer"], + "\"{name}\" is an invalid file name." : "\"{name}\" er et uglydig filnavn.", + "Your storage is full, files can not be updated or synced anymore!" : "Lagringsplass er oppbrukt, filer kan ikke lenger oppdateres eller synkroniseres!", + "Your storage is almost full ({usedSpacePercent}%)" : "Lagringsplass er nesten brukt opp ([usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App for kryptering er aktivert men nøklene dine er ikke satt opp. Logg ut og logg inn igjen.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ugyldig privat nøkkel for Krypterings-app. Oppdater passordet for din private nøkkel i dine personlige innstillinger for å gjenopprette tilgang til de krypterte filene dine.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kryptering ble slått av men filene dine er fremdeles kryptert. Gå til dine personlige innstillinger for å dekryptere filene dine.", + "{dirs} and {files}" : "{dirs} og {files}", + "%s could not be renamed as it has been deleted" : "%s kunne ikke gis nytt navn da den er blitt slettet", + "%s could not be renamed" : "Kunne ikke gi nytt navn til %s", + "Upload (max. %s)" : "Opplasting (maks. %s)", + "File handling" : "Filhåndtering", + "Maximum upload size" : "Maksimum opplastingsstørrelse", + "max. possible: " : "max. mulige:", + "Save" : "Lagre", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Bruk denne adressen for å få tilgang til filene dine via WebDAV", + "New" : "Ny", + "New text file" : "Ny tekstfil", + "Text file" : "Tekstfil", + "New folder" : "Ny mappe", + "Folder" : "Mappe", + "From link" : "Fra lenke", + "Nothing in here. Upload something!" : "Ingenting her. Last opp noe!", + "Download" : "Last ned", + "Upload too large" : "Filen er for stor", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filene du prøver å laste opp er for store for å laste opp til denne serveren.", + "Files are being scanned, please wait." : "Skanner filer, vennligst vent.", + "Currently scanning" : "Skanner nå" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/nb_NO.json b/apps/files/l10n/nb_NO.json new file mode 100644 index 0000000000..ab3dfc782e --- /dev/null +++ b/apps/files/l10n/nb_NO.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Lagringsplass ikke tilgjengelig", + "Storage invalid" : "Lagringsplass ugyldig", + "Unknown error" : "Ukjent feil", + "Could not move %s - File with this name already exists" : "Kan ikke flytte %s - En fil med samme navn finnes allerede", + "Could not move %s" : "Kunne ikke flytte %s", + "Permission denied" : "Tilgang nektet", + "File name cannot be empty." : "Filnavn kan ikke være tomt.", + "\"%s\" is an invalid file name." : "\"%s\" er et ugyldig filnavn.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ugyldig navn, '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' er ikke tillatt.", + "The target folder has been moved or deleted." : "Målmappen er blitt flyttet eller slettet.", + "The name %s is already used in the folder %s. Please choose a different name." : "Navnet %s brukes allerede i mappen %s. Velg et annet navn.", + "Not a valid source" : "Ikke en gyldig kilde", + "Server is not allowed to open URLs, please check the server configuration" : "Serveren har ikke lov til å åpne URL-er. Sjekk konfigurasjon av server", + "The file exceeds your quota by %s" : "Filen overstiger din kvote med %s", + "Error while downloading %s to %s" : "Feil ved nedlasting av %s til %s", + "Error when creating the file" : "Feil ved oppretting av filen", + "Folder name cannot be empty." : "Mappenavn kan ikke være tomt.", + "Error when creating the folder" : "Feil ved oppretting av mappen", + "Unable to set upload directory." : "Kunne ikke sette opplastingskatalog.", + "Invalid Token" : "Ugyldig nøkkel", + "No file was uploaded. Unknown error" : "Ingen filer ble lastet opp. Ukjent feil.", + "There is no error, the file uploaded with success" : "Pust ut, ingen feil. Filen ble lastet opp problemfritt", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Filstørrelsen overskrider maksgrensedirektivet upload_max_filesize i php.ini-konfigurasjonen.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen du prøvde å laste opp var større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet.", + "The uploaded file was only partially uploaded" : "Filen du prøvde å laste opp ble kun delvis lastet opp", + "No file was uploaded" : "Ingen filer ble lastet opp", + "Missing a temporary folder" : "Mangler midlertidig mappe", + "Failed to write to disk" : "Klarte ikke å skrive til disk", + "Not enough storage available" : "Ikke nok lagringsplass", + "Upload failed. Could not find uploaded file" : "Opplasting feilet. Fant ikke opplastet fil.", + "Upload failed. Could not get file info." : "Opplasting feilet. Klarte ikke å finne informasjon om fil.", + "Invalid directory." : "Ugyldig katalog.", + "Files" : "Filer", + "All files" : "Alle filer", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke laste opp {filename} fordi det er en mappe eller har 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "Total filstørrelse {size1} overstiger grense for opplasting {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ikke nok ledig plass. Du laster opp size1} men bare {size2} er ledig", + "Upload cancelled." : "Opplasting avbrutt.", + "Could not get result from server." : "Fikk ikke resultat fra serveren.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Filopplasting pågår. Forlater du siden nå avbrytes opplastingen.", + "URL cannot be empty" : "URL kan ikke være tom", + "{new_name} already exists" : "{new_name} finnes allerede", + "Could not create file" : "Klarte ikke å opprette fil", + "Could not create folder" : "Klarte ikke å opprette mappe", + "Error fetching URL" : "Feil ved henting av URL", + "Share" : "Del", + "Delete" : "Slett", + "Disconnect storage" : "Koble fra lagring", + "Unshare" : "Avslutt deling", + "Delete permanently" : "Slett permanent", + "Rename" : "Gi nytt navn", + "Pending" : "Ventende", + "Error moving file." : "Feil ved flytting av fil.", + "Error moving file" : "Feil ved flytting av fil", + "Error" : "Feil", + "Could not rename file" : "Klarte ikke å gi nytt navn til fil", + "Error deleting file." : "Feil ved sletting av fil.", + "Name" : "Navn", + "Size" : "Størrelse", + "Modified" : "Endret", + "_%n folder_::_%n folders_" : ["%n mappe","%n mapper"], + "_%n file_::_%n files_" : ["%n fil","%n filer"], + "You don’t have permission to upload or create files here" : "Du har ikke tillatelse til å laste opp eller opprette filer her", + "_Uploading %n file_::_Uploading %n files_" : ["Laster opp %n fil","Laster opp %n filer"], + "\"{name}\" is an invalid file name." : "\"{name}\" er et uglydig filnavn.", + "Your storage is full, files can not be updated or synced anymore!" : "Lagringsplass er oppbrukt, filer kan ikke lenger oppdateres eller synkroniseres!", + "Your storage is almost full ({usedSpacePercent}%)" : "Lagringsplass er nesten brukt opp ([usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App for kryptering er aktivert men nøklene dine er ikke satt opp. Logg ut og logg inn igjen.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ugyldig privat nøkkel for Krypterings-app. Oppdater passordet for din private nøkkel i dine personlige innstillinger for å gjenopprette tilgang til de krypterte filene dine.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kryptering ble slått av men filene dine er fremdeles kryptert. Gå til dine personlige innstillinger for å dekryptere filene dine.", + "{dirs} and {files}" : "{dirs} og {files}", + "%s could not be renamed as it has been deleted" : "%s kunne ikke gis nytt navn da den er blitt slettet", + "%s could not be renamed" : "Kunne ikke gi nytt navn til %s", + "Upload (max. %s)" : "Opplasting (maks. %s)", + "File handling" : "Filhåndtering", + "Maximum upload size" : "Maksimum opplastingsstørrelse", + "max. possible: " : "max. mulige:", + "Save" : "Lagre", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Bruk denne adressen for å få tilgang til filene dine via WebDAV", + "New" : "Ny", + "New text file" : "Ny tekstfil", + "Text file" : "Tekstfil", + "New folder" : "Ny mappe", + "Folder" : "Mappe", + "From link" : "Fra lenke", + "Nothing in here. Upload something!" : "Ingenting her. Last opp noe!", + "Download" : "Last ned", + "Upload too large" : "Filen er for stor", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filene du prøver å laste opp er for store for å laste opp til denne serveren.", + "Files are being scanned, please wait." : "Skanner filer, vennligst vent.", + "Currently scanning" : "Skanner nå" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/nb_NO.php b/apps/files/l10n/nb_NO.php deleted file mode 100644 index 259fc0beec..0000000000 --- a/apps/files/l10n/nb_NO.php +++ /dev/null @@ -1,96 +0,0 @@ - "Lagringsplass ikke tilgjengelig", -"Storage invalid" => "Lagringsplass ugyldig", -"Unknown error" => "Ukjent feil", -"Could not move %s - File with this name already exists" => "Kan ikke flytte %s - En fil med samme navn finnes allerede", -"Could not move %s" => "Kunne ikke flytte %s", -"Permission denied" => "Tilgang nektet", -"File name cannot be empty." => "Filnavn kan ikke være tomt.", -"\"%s\" is an invalid file name." => "\"%s\" er et ugyldig filnavn.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ugyldig navn, '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' er ikke tillatt.", -"The target folder has been moved or deleted." => "Målmappen er blitt flyttet eller slettet.", -"The name %s is already used in the folder %s. Please choose a different name." => "Navnet %s brukes allerede i mappen %s. Velg et annet navn.", -"Not a valid source" => "Ikke en gyldig kilde", -"Server is not allowed to open URLs, please check the server configuration" => "Serveren har ikke lov til å åpne URL-er. Sjekk konfigurasjon av server", -"The file exceeds your quota by %s" => "Filen overstiger din kvote med %s", -"Error while downloading %s to %s" => "Feil ved nedlasting av %s til %s", -"Error when creating the file" => "Feil ved oppretting av filen", -"Folder name cannot be empty." => "Mappenavn kan ikke være tomt.", -"Error when creating the folder" => "Feil ved oppretting av mappen", -"Unable to set upload directory." => "Kunne ikke sette opplastingskatalog.", -"Invalid Token" => "Ugyldig nøkkel", -"No file was uploaded. Unknown error" => "Ingen filer ble lastet opp. Ukjent feil.", -"There is no error, the file uploaded with success" => "Pust ut, ingen feil. Filen ble lastet opp problemfritt", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Filstørrelsen overskrider maksgrensedirektivet upload_max_filesize i php.ini-konfigurasjonen.", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Filen du prøvde å laste opp var større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet.", -"The uploaded file was only partially uploaded" => "Filen du prøvde å laste opp ble kun delvis lastet opp", -"No file was uploaded" => "Ingen filer ble lastet opp", -"Missing a temporary folder" => "Mangler midlertidig mappe", -"Failed to write to disk" => "Klarte ikke å skrive til disk", -"Not enough storage available" => "Ikke nok lagringsplass", -"Upload failed. Could not find uploaded file" => "Opplasting feilet. Fant ikke opplastet fil.", -"Upload failed. Could not get file info." => "Opplasting feilet. Klarte ikke å finne informasjon om fil.", -"Invalid directory." => "Ugyldig katalog.", -"Files" => "Filer", -"All files" => "Alle filer", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Kan ikke laste opp {filename} fordi det er en mappe eller har 0 bytes", -"Total file size {size1} exceeds upload limit {size2}" => "Total filstørrelse {size1} overstiger grense for opplasting {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Ikke nok ledig plass. Du laster opp size1} men bare {size2} er ledig", -"Upload cancelled." => "Opplasting avbrutt.", -"Could not get result from server." => "Fikk ikke resultat fra serveren.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Filopplasting pågår. Forlater du siden nå avbrytes opplastingen.", -"URL cannot be empty" => "URL kan ikke være tom", -"{new_name} already exists" => "{new_name} finnes allerede", -"Could not create file" => "Klarte ikke å opprette fil", -"Could not create folder" => "Klarte ikke å opprette mappe", -"Error fetching URL" => "Feil ved henting av URL", -"Share" => "Del", -"Delete" => "Slett", -"Disconnect storage" => "Koble fra lagring", -"Unshare" => "Avslutt deling", -"Delete permanently" => "Slett permanent", -"Rename" => "Gi nytt navn", -"Pending" => "Ventende", -"Error moving file." => "Feil ved flytting av fil.", -"Error moving file" => "Feil ved flytting av fil", -"Error" => "Feil", -"Could not rename file" => "Klarte ikke å gi nytt navn til fil", -"Error deleting file." => "Feil ved sletting av fil.", -"Name" => "Navn", -"Size" => "Størrelse", -"Modified" => "Endret", -"_%n folder_::_%n folders_" => array("%n mappe","%n mapper"), -"_%n file_::_%n files_" => array("%n fil","%n filer"), -"You don’t have permission to upload or create files here" => "Du har ikke tillatelse til å laste opp eller opprette filer her", -"_Uploading %n file_::_Uploading %n files_" => array("Laster opp %n fil","Laster opp %n filer"), -"\"{name}\" is an invalid file name." => "\"{name}\" er et uglydig filnavn.", -"Your storage is full, files can not be updated or synced anymore!" => "Lagringsplass er oppbrukt, filer kan ikke lenger oppdateres eller synkroniseres!", -"Your storage is almost full ({usedSpacePercent}%)" => "Lagringsplass er nesten brukt opp ([usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "App for kryptering er aktivert men nøklene dine er ikke satt opp. Logg ut og logg inn igjen.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ugyldig privat nøkkel for Krypterings-app. Oppdater passordet for din private nøkkel i dine personlige innstillinger for å gjenopprette tilgang til de krypterte filene dine.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Kryptering ble slått av men filene dine er fremdeles kryptert. Gå til dine personlige innstillinger for å dekryptere filene dine.", -"{dirs} and {files}" => "{dirs} og {files}", -"%s could not be renamed as it has been deleted" => "%s kunne ikke gis nytt navn da den er blitt slettet", -"%s could not be renamed" => "Kunne ikke gi nytt navn til %s", -"Upload (max. %s)" => "Opplasting (maks. %s)", -"File handling" => "Filhåndtering", -"Maximum upload size" => "Maksimum opplastingsstørrelse", -"max. possible: " => "max. mulige:", -"Save" => "Lagre", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Bruk denne adressen for å få tilgang til filene dine via WebDAV", -"New" => "Ny", -"New text file" => "Ny tekstfil", -"Text file" => "Tekstfil", -"New folder" => "Ny mappe", -"Folder" => "Mappe", -"From link" => "Fra lenke", -"Nothing in here. Upload something!" => "Ingenting her. Last opp noe!", -"Download" => "Last ned", -"Upload too large" => "Filen er for stor", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filene du prøver å laste opp er for store for å laste opp til denne serveren.", -"Files are being scanned, please wait." => "Skanner filer, vennligst vent.", -"Currently scanning" => "Skanner nå" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/nds.js b/apps/files/l10n/nds.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/nds.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/nds.json b/apps/files/l10n/nds.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/nds.json @@ -0,0 +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 diff --git a/apps/files/l10n/nds.php b/apps/files/l10n/nds.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/nds.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ne.js b/apps/files/l10n/ne.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/ne.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/ne.json b/apps/files/l10n/ne.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/ne.json @@ -0,0 +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 diff --git a/apps/files/l10n/ne.php b/apps/files/l10n/ne.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/ne.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js new file mode 100644 index 0000000000..75f1e26ec0 --- /dev/null +++ b/apps/files/l10n/nl.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Opslag niet beschikbaar", + "Storage invalid" : "Opslag ongeldig", + "Unknown error" : "Onbekende fout", + "Could not move %s - File with this name already exists" : "Kon %s niet verplaatsen - Er bestaat al een bestand met deze naam", + "Could not move %s" : "Kon %s niet verplaatsen", + "Permission denied" : "Toegang geweigerd", + "File name cannot be empty." : "Bestandsnaam kan niet leeg zijn.", + "\"%s\" is an invalid file name." : "\"%s\" is een ongeldige bestandsnaam.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Onjuiste naam; '\\', '/', '<', '>', ':', '\"', '|', '?' en '*' zijn niet toegestaan.", + "The target folder has been moved or deleted." : "De doelmap is verplaatst of verwijderd.", + "The name %s is already used in the folder %s. Please choose a different name." : "De naam %s bestaat al in map %s. Kies een andere naam.", + "Not a valid source" : "Geen geldige bron", + "Server is not allowed to open URLs, please check the server configuration" : "Server mag geen URL's openen, controleer de serverconfiguratie", + "The file exceeds your quota by %s" : "Het bestand overschrijdt uw quotum met %s", + "Error while downloading %s to %s" : "Fout bij downloaden %s naar %s", + "Error when creating the file" : "Fout bij creëren bestand", + "Folder name cannot be empty." : "Mapnaam mag niet leeg zijn.", + "Error when creating the folder" : "Fout bij aanmaken map", + "Unable to set upload directory." : "Kan uploadmap niet instellen.", + "Invalid Token" : "Ongeldig Token", + "No file was uploaded. Unknown error" : "Er was geen bestand geladen. Onbekende fout", + "There is no error, the file uploaded with success" : "Het bestand is succesvol geüpload.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Het geüploade bestand overscheidt de upload_max_filesize optie in php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE instelling dat is opgegeven in het HTML formulier", + "The uploaded file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload", + "No file was uploaded" : "Er is geen bestand geüpload", + "Missing a temporary folder" : "Er ontbreekt een tijdelijke map", + "Failed to write to disk" : "Schrijven naar schijf mislukt", + "Not enough storage available" : "Niet genoeg opslagruimte beschikbaar", + "Upload failed. Could not find uploaded file" : "Upload mislukt. Kon geüploade bestand niet vinden", + "Upload failed. Could not get file info." : "Upload mislukt. Kon geen bestandsinfo krijgen.", + "Invalid directory." : "Ongeldige directory.", + "Files" : "Bestanden", + "All files" : "Alle bestanden", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan {filename} niet uploaden omdat het een map is of 0 bytes groot is", + "Total file size {size1} exceeds upload limit {size2}" : "Totale bestandsgrootte {size1} groter dan uploadlimiet {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Niet genoeg vrije ruimte. U upload {size1}, maar is is slechts {size2} beschikbaar", + "Upload cancelled." : "Uploaden geannuleerd.", + "Could not get result from server." : "Kon het resultaat van de server niet terugkrijgen.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Bestandsupload is bezig. Wanneer de pagina nu verlaten wordt, stopt de upload.", + "URL cannot be empty" : "URL mag niet leeg zijn", + "{new_name} already exists" : "{new_name} bestaat al", + "Could not create file" : "Kon bestand niet creëren", + "Could not create folder" : "Kon niet creëren map", + "Error fetching URL" : "Fout bij ophalen URL", + "Share" : "Delen", + "Delete" : "Verwijderen", + "Disconnect storage" : "Verbinding met opslag verbreken", + "Unshare" : "Stop met delen", + "Delete permanently" : "Definitief verwijderen", + "Rename" : "Naam wijzigen", + "Pending" : "In behandeling", + "Error moving file." : "Fout bij verplaatsen bestand.", + "Error moving file" : "Fout bij verplaatsen bestand", + "Error" : "Fout", + "Could not rename file" : "Kon de naam van het bestand niet wijzigen", + "Error deleting file." : "Fout bij verwijderen bestand.", + "Name" : "Naam", + "Size" : "Grootte", + "Modified" : "Aangepast", + "_%n folder_::_%n folders_" : ["","%n mappen"], + "_%n file_::_%n files_" : ["%n bestand","%n bestanden"], + "You don’t have permission to upload or create files here" : "U hebt geen toestemming om hier te uploaden of bestanden te maken", + "_Uploading %n file_::_Uploading %n files_" : ["%n bestand aan het uploaden","%n bestanden aan het uploaden"], + "\"{name}\" is an invalid file name." : "\"{name}\" is een ongeldige bestandsnaam.", + "Your storage is full, files can not be updated or synced anymore!" : "Uw opslagruimte zit vol. Bestanden kunnen niet meer worden gewijzigd of gesynchroniseerd!", + "Your storage is almost full ({usedSpacePercent}%)" : "Uw opslagruimte zit bijna vol ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Crypto app is geactiveerd, maar uw sleutels werden niet geïnitialiseerd. Log uit en log daarna opnieuw in.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ongeldige privésleutel voor crypto app. Werk het privésleutel wachtwoord bij in uw persoonlijke instellingen om opnieuw toegang te krijgen tot uw versleutelde bestanden.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Encryptie is uitgeschakeld maar uw bestanden zijn nog steeds versleuteld. Ga naar uw persoonlijke instellingen om uw bestanden te decoderen.", + "{dirs} and {files}" : "{dirs} en {files}", + "%s could not be renamed as it has been deleted" : "%s kon niet worden hernoemd, omdat het verwijderd is", + "%s could not be renamed" : "%s kon niet worden hernoemd", + "Upload (max. %s)" : "Upload (max. %s)", + "File handling" : "Bestand", + "Maximum upload size" : "Maximale bestandsgrootte voor uploads", + "max. possible: " : "max. mogelijk: ", + "Save" : "Bewaren", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Gebruik deze link om uw bestanden via WebDAV te benaderen", + "New" : "Nieuw", + "New text file" : "Nieuw tekstbestand", + "Text file" : "Tekstbestand", + "New folder" : "Nieuwe map", + "Folder" : "Map", + "From link" : "Vanaf link", + "Nothing in here. Upload something!" : "Niets te zien hier. Upload iets!", + "Download" : "Downloaden", + "Upload too large" : "Upload is te groot", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "De bestanden die u probeert te uploaden zijn groter dan de maximaal toegestane bestandsgrootte voor deze server.", + "Files are being scanned, please wait." : "Bestanden worden gescand, even wachten.", + "Currently scanning" : "Nu aan het scannen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json new file mode 100644 index 0000000000..58416264c9 --- /dev/null +++ b/apps/files/l10n/nl.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Opslag niet beschikbaar", + "Storage invalid" : "Opslag ongeldig", + "Unknown error" : "Onbekende fout", + "Could not move %s - File with this name already exists" : "Kon %s niet verplaatsen - Er bestaat al een bestand met deze naam", + "Could not move %s" : "Kon %s niet verplaatsen", + "Permission denied" : "Toegang geweigerd", + "File name cannot be empty." : "Bestandsnaam kan niet leeg zijn.", + "\"%s\" is an invalid file name." : "\"%s\" is een ongeldige bestandsnaam.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Onjuiste naam; '\\', '/', '<', '>', ':', '\"', '|', '?' en '*' zijn niet toegestaan.", + "The target folder has been moved or deleted." : "De doelmap is verplaatst of verwijderd.", + "The name %s is already used in the folder %s. Please choose a different name." : "De naam %s bestaat al in map %s. Kies een andere naam.", + "Not a valid source" : "Geen geldige bron", + "Server is not allowed to open URLs, please check the server configuration" : "Server mag geen URL's openen, controleer de serverconfiguratie", + "The file exceeds your quota by %s" : "Het bestand overschrijdt uw quotum met %s", + "Error while downloading %s to %s" : "Fout bij downloaden %s naar %s", + "Error when creating the file" : "Fout bij creëren bestand", + "Folder name cannot be empty." : "Mapnaam mag niet leeg zijn.", + "Error when creating the folder" : "Fout bij aanmaken map", + "Unable to set upload directory." : "Kan uploadmap niet instellen.", + "Invalid Token" : "Ongeldig Token", + "No file was uploaded. Unknown error" : "Er was geen bestand geladen. Onbekende fout", + "There is no error, the file uploaded with success" : "Het bestand is succesvol geüpload.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Het geüploade bestand overscheidt de upload_max_filesize optie in php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE instelling dat is opgegeven in het HTML formulier", + "The uploaded file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload", + "No file was uploaded" : "Er is geen bestand geüpload", + "Missing a temporary folder" : "Er ontbreekt een tijdelijke map", + "Failed to write to disk" : "Schrijven naar schijf mislukt", + "Not enough storage available" : "Niet genoeg opslagruimte beschikbaar", + "Upload failed. Could not find uploaded file" : "Upload mislukt. Kon geüploade bestand niet vinden", + "Upload failed. Could not get file info." : "Upload mislukt. Kon geen bestandsinfo krijgen.", + "Invalid directory." : "Ongeldige directory.", + "Files" : "Bestanden", + "All files" : "Alle bestanden", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan {filename} niet uploaden omdat het een map is of 0 bytes groot is", + "Total file size {size1} exceeds upload limit {size2}" : "Totale bestandsgrootte {size1} groter dan uploadlimiet {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Niet genoeg vrije ruimte. U upload {size1}, maar is is slechts {size2} beschikbaar", + "Upload cancelled." : "Uploaden geannuleerd.", + "Could not get result from server." : "Kon het resultaat van de server niet terugkrijgen.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Bestandsupload is bezig. Wanneer de pagina nu verlaten wordt, stopt de upload.", + "URL cannot be empty" : "URL mag niet leeg zijn", + "{new_name} already exists" : "{new_name} bestaat al", + "Could not create file" : "Kon bestand niet creëren", + "Could not create folder" : "Kon niet creëren map", + "Error fetching URL" : "Fout bij ophalen URL", + "Share" : "Delen", + "Delete" : "Verwijderen", + "Disconnect storage" : "Verbinding met opslag verbreken", + "Unshare" : "Stop met delen", + "Delete permanently" : "Definitief verwijderen", + "Rename" : "Naam wijzigen", + "Pending" : "In behandeling", + "Error moving file." : "Fout bij verplaatsen bestand.", + "Error moving file" : "Fout bij verplaatsen bestand", + "Error" : "Fout", + "Could not rename file" : "Kon de naam van het bestand niet wijzigen", + "Error deleting file." : "Fout bij verwijderen bestand.", + "Name" : "Naam", + "Size" : "Grootte", + "Modified" : "Aangepast", + "_%n folder_::_%n folders_" : ["","%n mappen"], + "_%n file_::_%n files_" : ["%n bestand","%n bestanden"], + "You don’t have permission to upload or create files here" : "U hebt geen toestemming om hier te uploaden of bestanden te maken", + "_Uploading %n file_::_Uploading %n files_" : ["%n bestand aan het uploaden","%n bestanden aan het uploaden"], + "\"{name}\" is an invalid file name." : "\"{name}\" is een ongeldige bestandsnaam.", + "Your storage is full, files can not be updated or synced anymore!" : "Uw opslagruimte zit vol. Bestanden kunnen niet meer worden gewijzigd of gesynchroniseerd!", + "Your storage is almost full ({usedSpacePercent}%)" : "Uw opslagruimte zit bijna vol ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Crypto app is geactiveerd, maar uw sleutels werden niet geïnitialiseerd. Log uit en log daarna opnieuw in.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ongeldige privésleutel voor crypto app. Werk het privésleutel wachtwoord bij in uw persoonlijke instellingen om opnieuw toegang te krijgen tot uw versleutelde bestanden.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Encryptie is uitgeschakeld maar uw bestanden zijn nog steeds versleuteld. Ga naar uw persoonlijke instellingen om uw bestanden te decoderen.", + "{dirs} and {files}" : "{dirs} en {files}", + "%s could not be renamed as it has been deleted" : "%s kon niet worden hernoemd, omdat het verwijderd is", + "%s could not be renamed" : "%s kon niet worden hernoemd", + "Upload (max. %s)" : "Upload (max. %s)", + "File handling" : "Bestand", + "Maximum upload size" : "Maximale bestandsgrootte voor uploads", + "max. possible: " : "max. mogelijk: ", + "Save" : "Bewaren", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Gebruik deze link om uw bestanden via WebDAV te benaderen", + "New" : "Nieuw", + "New text file" : "Nieuw tekstbestand", + "Text file" : "Tekstbestand", + "New folder" : "Nieuwe map", + "Folder" : "Map", + "From link" : "Vanaf link", + "Nothing in here. Upload something!" : "Niets te zien hier. Upload iets!", + "Download" : "Downloaden", + "Upload too large" : "Upload is te groot", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "De bestanden die u probeert te uploaden zijn groter dan de maximaal toegestane bestandsgrootte voor deze server.", + "Files are being scanned, please wait." : "Bestanden worden gescand, even wachten.", + "Currently scanning" : "Nu aan het scannen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php deleted file mode 100644 index a1a4491693..0000000000 --- a/apps/files/l10n/nl.php +++ /dev/null @@ -1,96 +0,0 @@ - "Opslag niet beschikbaar", -"Storage invalid" => "Opslag ongeldig", -"Unknown error" => "Onbekende fout", -"Could not move %s - File with this name already exists" => "Kon %s niet verplaatsen - Er bestaat al een bestand met deze naam", -"Could not move %s" => "Kon %s niet verplaatsen", -"Permission denied" => "Toegang geweigerd", -"File name cannot be empty." => "Bestandsnaam kan niet leeg zijn.", -"\"%s\" is an invalid file name." => "\"%s\" is een ongeldige bestandsnaam.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Onjuiste naam; '\\', '/', '<', '>', ':', '\"', '|', '?' en '*' zijn niet toegestaan.", -"The target folder has been moved or deleted." => "De doelmap is verplaatst of verwijderd.", -"The name %s is already used in the folder %s. Please choose a different name." => "De naam %s bestaat al in map %s. Kies een andere naam.", -"Not a valid source" => "Geen geldige bron", -"Server is not allowed to open URLs, please check the server configuration" => "Server mag geen URL's openen, controleer de serverconfiguratie", -"The file exceeds your quota by %s" => "Het bestand overschrijdt uw quotum met %s", -"Error while downloading %s to %s" => "Fout bij downloaden %s naar %s", -"Error when creating the file" => "Fout bij creëren bestand", -"Folder name cannot be empty." => "Mapnaam mag niet leeg zijn.", -"Error when creating the folder" => "Fout bij aanmaken map", -"Unable to set upload directory." => "Kan uploadmap niet instellen.", -"Invalid Token" => "Ongeldig Token", -"No file was uploaded. Unknown error" => "Er was geen bestand geladen. Onbekende fout", -"There is no error, the file uploaded with success" => "Het bestand is succesvol geüpload.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Het geüploade bestand overscheidt de upload_max_filesize optie in php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Het bestand overschrijdt de MAX_FILE_SIZE instelling dat is opgegeven in het HTML formulier", -"The uploaded file was only partially uploaded" => "Het bestand is slechts gedeeltelijk geüpload", -"No file was uploaded" => "Er is geen bestand geüpload", -"Missing a temporary folder" => "Er ontbreekt een tijdelijke map", -"Failed to write to disk" => "Schrijven naar schijf mislukt", -"Not enough storage available" => "Niet genoeg opslagruimte beschikbaar", -"Upload failed. Could not find uploaded file" => "Upload mislukt. Kon geüploade bestand niet vinden", -"Upload failed. Could not get file info." => "Upload mislukt. Kon geen bestandsinfo krijgen.", -"Invalid directory." => "Ongeldige directory.", -"Files" => "Bestanden", -"All files" => "Alle bestanden", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Kan {filename} niet uploaden omdat het een map is of 0 bytes groot is", -"Total file size {size1} exceeds upload limit {size2}" => "Totale bestandsgrootte {size1} groter dan uploadlimiet {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Niet genoeg vrije ruimte. U upload {size1}, maar is is slechts {size2} beschikbaar", -"Upload cancelled." => "Uploaden geannuleerd.", -"Could not get result from server." => "Kon het resultaat van de server niet terugkrijgen.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Bestandsupload is bezig. Wanneer de pagina nu verlaten wordt, stopt de upload.", -"URL cannot be empty" => "URL mag niet leeg zijn", -"{new_name} already exists" => "{new_name} bestaat al", -"Could not create file" => "Kon bestand niet creëren", -"Could not create folder" => "Kon niet creëren map", -"Error fetching URL" => "Fout bij ophalen URL", -"Share" => "Delen", -"Delete" => "Verwijderen", -"Disconnect storage" => "Verbinding met opslag verbreken", -"Unshare" => "Stop met delen", -"Delete permanently" => "Definitief verwijderen", -"Rename" => "Naam wijzigen", -"Pending" => "In behandeling", -"Error moving file." => "Fout bij verplaatsen bestand.", -"Error moving file" => "Fout bij verplaatsen bestand", -"Error" => "Fout", -"Could not rename file" => "Kon de naam van het bestand niet wijzigen", -"Error deleting file." => "Fout bij verwijderen bestand.", -"Name" => "Naam", -"Size" => "Grootte", -"Modified" => "Aangepast", -"_%n folder_::_%n folders_" => array("","%n mappen"), -"_%n file_::_%n files_" => array("%n bestand","%n bestanden"), -"You don’t have permission to upload or create files here" => "U hebt geen toestemming om hier te uploaden of bestanden te maken", -"_Uploading %n file_::_Uploading %n files_" => array("%n bestand aan het uploaden","%n bestanden aan het uploaden"), -"\"{name}\" is an invalid file name." => "\"{name}\" is een ongeldige bestandsnaam.", -"Your storage is full, files can not be updated or synced anymore!" => "Uw opslagruimte zit vol. Bestanden kunnen niet meer worden gewijzigd of gesynchroniseerd!", -"Your storage is almost full ({usedSpacePercent}%)" => "Uw opslagruimte zit bijna vol ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Crypto app is geactiveerd, maar uw sleutels werden niet geïnitialiseerd. Log uit en log daarna opnieuw in.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ongeldige privésleutel voor crypto app. Werk het privésleutel wachtwoord bij in uw persoonlijke instellingen om opnieuw toegang te krijgen tot uw versleutelde bestanden.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Encryptie is uitgeschakeld maar uw bestanden zijn nog steeds versleuteld. Ga naar uw persoonlijke instellingen om uw bestanden te decoderen.", -"{dirs} and {files}" => "{dirs} en {files}", -"%s could not be renamed as it has been deleted" => "%s kon niet worden hernoemd, omdat het verwijderd is", -"%s could not be renamed" => "%s kon niet worden hernoemd", -"Upload (max. %s)" => "Upload (max. %s)", -"File handling" => "Bestand", -"Maximum upload size" => "Maximale bestandsgrootte voor uploads", -"max. possible: " => "max. mogelijk: ", -"Save" => "Bewaren", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Gebruik deze link om uw bestanden via WebDAV te benaderen", -"New" => "Nieuw", -"New text file" => "Nieuw tekstbestand", -"Text file" => "Tekstbestand", -"New folder" => "Nieuwe map", -"Folder" => "Map", -"From link" => "Vanaf link", -"Nothing in here. Upload something!" => "Niets te zien hier. Upload iets!", -"Download" => "Downloaden", -"Upload too large" => "Upload is te groot", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "De bestanden die u probeert te uploaden zijn groter dan de maximaal toegestane bestandsgrootte voor deze server.", -"Files are being scanned, please wait." => "Bestanden worden gescand, even wachten.", -"Currently scanning" => "Nu aan het scannen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/nn_NO.js b/apps/files/l10n/nn_NO.js new file mode 100644 index 0000000000..6d17a9458c --- /dev/null +++ b/apps/files/l10n/nn_NO.js @@ -0,0 +1,64 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Ukjend feil", + "Could not move %s - File with this name already exists" : "Klarte ikkje flytta %s – det finst allereie ei fil med dette namnet", + "Could not move %s" : "Klarte ikkje flytta %s", + "File name cannot be empty." : "Filnamnet kan ikkje vera tomt.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ugyldig namn, «\\», «/», «<», «>», «:», «\"», «|», «?» og «*» er ikkje tillate.", + "Unable to set upload directory." : "Klarte ikkje å endra opplastingsmappa.", + "Invalid Token" : "Ugyldig token", + "No file was uploaded. Unknown error" : "Ingen filer lasta opp. Ukjend feil", + "There is no error, the file uploaded with success" : "Ingen feil, fila vart lasta opp", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Fila du lasta opp er større enn det «upload_max_filesize» i php.ini tillater: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den opplasta fila er større enn variabelen MAX_FILE_SIZE i HTML-skjemaet", + "The uploaded file was only partially uploaded" : "Fila vart berre delvis lasta opp", + "No file was uploaded" : "Ingen filer vart lasta opp", + "Missing a temporary folder" : "Manglar ei mellombels mappe", + "Failed to write to disk" : "Klarte ikkje skriva til disk", + "Not enough storage available" : "Ikkje nok lagringsplass tilgjengeleg", + "Upload failed. Could not find uploaded file" : "Feil ved opplasting. Klarte ikkje å finna opplasta fil.", + "Upload failed. Could not get file info." : "Feil ved opplasting. Klarte ikkje å henta filinfo.", + "Invalid directory." : "Ugyldig mappe.", + "Files" : "Filer", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Klarte ikkje å lasta opp {filename} sidan det er ei mappe eller er 0 byte.", + "Upload cancelled." : "Opplasting avbroten.", + "Could not get result from server." : "Klarte ikkje å henta resultat frå tenaren.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Fila lastar no opp. Viss du forlèt sida no vil opplastinga verta avbroten.", + "{new_name} already exists" : "{new_name} finst allereie", + "Share" : "Del", + "Delete" : "Slett", + "Unshare" : "Udel", + "Delete permanently" : "Slett for godt", + "Rename" : "Endra namn", + "Pending" : "Under vegs", + "Error moving file" : "Feil ved flytting av fil", + "Error" : "Feil", + "Name" : "Namn", + "Size" : "Storleik", + "Modified" : "Endra", + "_%n folder_::_%n folders_" : ["%n mappe","%n mapper"], + "_%n file_::_%n files_" : ["%n fil","%n filer"], + "_Uploading %n file_::_Uploading %n files_" : ["Lastar opp %n fil","Lastar opp %n filer"], + "Your storage is full, files can not be updated or synced anymore!" : "Lagringa di er full, kan ikkje lenger oppdatera eller synkronisera!", + "Your storage is almost full ({usedSpacePercent}%)" : "Lagringa di er nesten full ({usedSpacePercent} %)", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kryptering er skrudd av, men filene dine er enno krypterte. Du kan dekryptera filene i personlege innstillingar.", + "{dirs} and {files}" : "{dirs} og {files}", + "%s could not be renamed" : "Klarte ikkje å omdøypa på %s", + "File handling" : "Filhandtering", + "Maximum upload size" : "Maksimal opplastingsstorleik", + "max. possible: " : "maks. moglege:", + "Save" : "Lagre", + "WebDAV" : "WebDAV", + "New" : "Ny", + "Text file" : "Tekst fil", + "New folder" : "Ny mappe", + "Folder" : "Mappe", + "From link" : "Frå lenkje", + "Nothing in here. Upload something!" : "Ingenting her. Last noko opp!", + "Download" : "Last ned", + "Upload too large" : "For stor opplasting", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filene du prøver å lasta opp er større enn maksgrensa til denne tenaren.", + "Files are being scanned, please wait." : "Skannar filer, ver venleg og vent." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/nn_NO.json b/apps/files/l10n/nn_NO.json new file mode 100644 index 0000000000..4008ab0778 --- /dev/null +++ b/apps/files/l10n/nn_NO.json @@ -0,0 +1,62 @@ +{ "translations": { + "Unknown error" : "Ukjend feil", + "Could not move %s - File with this name already exists" : "Klarte ikkje flytta %s – det finst allereie ei fil med dette namnet", + "Could not move %s" : "Klarte ikkje flytta %s", + "File name cannot be empty." : "Filnamnet kan ikkje vera tomt.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ugyldig namn, «\\», «/», «<», «>», «:», «\"», «|», «?» og «*» er ikkje tillate.", + "Unable to set upload directory." : "Klarte ikkje å endra opplastingsmappa.", + "Invalid Token" : "Ugyldig token", + "No file was uploaded. Unknown error" : "Ingen filer lasta opp. Ukjend feil", + "There is no error, the file uploaded with success" : "Ingen feil, fila vart lasta opp", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Fila du lasta opp er større enn det «upload_max_filesize» i php.ini tillater: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den opplasta fila er større enn variabelen MAX_FILE_SIZE i HTML-skjemaet", + "The uploaded file was only partially uploaded" : "Fila vart berre delvis lasta opp", + "No file was uploaded" : "Ingen filer vart lasta opp", + "Missing a temporary folder" : "Manglar ei mellombels mappe", + "Failed to write to disk" : "Klarte ikkje skriva til disk", + "Not enough storage available" : "Ikkje nok lagringsplass tilgjengeleg", + "Upload failed. Could not find uploaded file" : "Feil ved opplasting. Klarte ikkje å finna opplasta fil.", + "Upload failed. Could not get file info." : "Feil ved opplasting. Klarte ikkje å henta filinfo.", + "Invalid directory." : "Ugyldig mappe.", + "Files" : "Filer", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Klarte ikkje å lasta opp {filename} sidan det er ei mappe eller er 0 byte.", + "Upload cancelled." : "Opplasting avbroten.", + "Could not get result from server." : "Klarte ikkje å henta resultat frå tenaren.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Fila lastar no opp. Viss du forlèt sida no vil opplastinga verta avbroten.", + "{new_name} already exists" : "{new_name} finst allereie", + "Share" : "Del", + "Delete" : "Slett", + "Unshare" : "Udel", + "Delete permanently" : "Slett for godt", + "Rename" : "Endra namn", + "Pending" : "Under vegs", + "Error moving file" : "Feil ved flytting av fil", + "Error" : "Feil", + "Name" : "Namn", + "Size" : "Storleik", + "Modified" : "Endra", + "_%n folder_::_%n folders_" : ["%n mappe","%n mapper"], + "_%n file_::_%n files_" : ["%n fil","%n filer"], + "_Uploading %n file_::_Uploading %n files_" : ["Lastar opp %n fil","Lastar opp %n filer"], + "Your storage is full, files can not be updated or synced anymore!" : "Lagringa di er full, kan ikkje lenger oppdatera eller synkronisera!", + "Your storage is almost full ({usedSpacePercent}%)" : "Lagringa di er nesten full ({usedSpacePercent} %)", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kryptering er skrudd av, men filene dine er enno krypterte. Du kan dekryptera filene i personlege innstillingar.", + "{dirs} and {files}" : "{dirs} og {files}", + "%s could not be renamed" : "Klarte ikkje å omdøypa på %s", + "File handling" : "Filhandtering", + "Maximum upload size" : "Maksimal opplastingsstorleik", + "max. possible: " : "maks. moglege:", + "Save" : "Lagre", + "WebDAV" : "WebDAV", + "New" : "Ny", + "Text file" : "Tekst fil", + "New folder" : "Ny mappe", + "Folder" : "Mappe", + "From link" : "Frå lenkje", + "Nothing in here. Upload something!" : "Ingenting her. Last noko opp!", + "Download" : "Last ned", + "Upload too large" : "For stor opplasting", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filene du prøver å lasta opp er større enn maksgrensa til denne tenaren.", + "Files are being scanned, please wait." : "Skannar filer, ver venleg og vent." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/nn_NO.php b/apps/files/l10n/nn_NO.php deleted file mode 100644 index 502c313aa0..0000000000 --- a/apps/files/l10n/nn_NO.php +++ /dev/null @@ -1,63 +0,0 @@ - "Ukjend feil", -"Could not move %s - File with this name already exists" => "Klarte ikkje flytta %s – det finst allereie ei fil med dette namnet", -"Could not move %s" => "Klarte ikkje flytta %s", -"File name cannot be empty." => "Filnamnet kan ikkje vera tomt.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ugyldig namn, «\\», «/», «<», «>», «:», «\"», «|», «?» og «*» er ikkje tillate.", -"Unable to set upload directory." => "Klarte ikkje å endra opplastingsmappa.", -"Invalid Token" => "Ugyldig token", -"No file was uploaded. Unknown error" => "Ingen filer lasta opp. Ukjend feil", -"There is no error, the file uploaded with success" => "Ingen feil, fila vart lasta opp", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Fila du lasta opp er større enn det «upload_max_filesize» i php.ini tillater: ", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den opplasta fila er større enn variabelen MAX_FILE_SIZE i HTML-skjemaet", -"The uploaded file was only partially uploaded" => "Fila vart berre delvis lasta opp", -"No file was uploaded" => "Ingen filer vart lasta opp", -"Missing a temporary folder" => "Manglar ei mellombels mappe", -"Failed to write to disk" => "Klarte ikkje skriva til disk", -"Not enough storage available" => "Ikkje nok lagringsplass tilgjengeleg", -"Upload failed. Could not find uploaded file" => "Feil ved opplasting. Klarte ikkje å finna opplasta fil.", -"Upload failed. Could not get file info." => "Feil ved opplasting. Klarte ikkje å henta filinfo.", -"Invalid directory." => "Ugyldig mappe.", -"Files" => "Filer", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Klarte ikkje å lasta opp {filename} sidan det er ei mappe eller er 0 byte.", -"Upload cancelled." => "Opplasting avbroten.", -"Could not get result from server." => "Klarte ikkje å henta resultat frå tenaren.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Fila lastar no opp. Viss du forlèt sida no vil opplastinga verta avbroten.", -"{new_name} already exists" => "{new_name} finst allereie", -"Share" => "Del", -"Delete" => "Slett", -"Unshare" => "Udel", -"Delete permanently" => "Slett for godt", -"Rename" => "Endra namn", -"Pending" => "Under vegs", -"Error moving file" => "Feil ved flytting av fil", -"Error" => "Feil", -"Name" => "Namn", -"Size" => "Storleik", -"Modified" => "Endra", -"_%n folder_::_%n folders_" => array("%n mappe","%n mapper"), -"_%n file_::_%n files_" => array("%n fil","%n filer"), -"_Uploading %n file_::_Uploading %n files_" => array("Lastar opp %n fil","Lastar opp %n filer"), -"Your storage is full, files can not be updated or synced anymore!" => "Lagringa di er full, kan ikkje lenger oppdatera eller synkronisera!", -"Your storage is almost full ({usedSpacePercent}%)" => "Lagringa di er nesten full ({usedSpacePercent} %)", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Kryptering er skrudd av, men filene dine er enno krypterte. Du kan dekryptera filene i personlege innstillingar.", -"{dirs} and {files}" => "{dirs} og {files}", -"%s could not be renamed" => "Klarte ikkje å omdøypa på %s", -"File handling" => "Filhandtering", -"Maximum upload size" => "Maksimal opplastingsstorleik", -"max. possible: " => "maks. moglege:", -"Save" => "Lagre", -"WebDAV" => "WebDAV", -"New" => "Ny", -"Text file" => "Tekst fil", -"New folder" => "Ny mappe", -"Folder" => "Mappe", -"From link" => "Frå lenkje", -"Nothing in here. Upload something!" => "Ingenting her. Last noko opp!", -"Download" => "Last ned", -"Upload too large" => "For stor opplasting", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filene du prøver å lasta opp er større enn maksgrensa til denne tenaren.", -"Files are being scanned, please wait." => "Skannar filer, ver venleg og vent." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/nqo.js b/apps/files/l10n/nqo.js new file mode 100644 index 0000000000..d1bbfca2dd --- /dev/null +++ b/apps/files/l10n/nqo.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files", + { + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/nqo.json b/apps/files/l10n/nqo.json new file mode 100644 index 0000000000..e493054d78 --- /dev/null +++ b/apps/files/l10n/nqo.json @@ -0,0 +1,6 @@ +{ "translations": { + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/nqo.php b/apps/files/l10n/nqo.php deleted file mode 100644 index 70ab6572ba..0000000000 --- a/apps/files/l10n/nqo.php +++ /dev/null @@ -1,7 +0,0 @@ - array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/oc.js b/apps/files/l10n/oc.js new file mode 100644 index 0000000000..deb447f57d --- /dev/null +++ b/apps/files/l10n/oc.js @@ -0,0 +1,38 @@ +OC.L10N.register( + "files", + { + "There is no error, the file uploaded with success" : "Amontcargament capitat, pas d'errors", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Lo fichièr amontcargat es mai gròs que la directiva «MAX_FILE_SIZE» especifiada dins lo formulari HTML", + "The uploaded file was only partially uploaded" : "Lo fichièr foguèt pas completament amontcargat", + "No file was uploaded" : "Cap de fichièrs son estats amontcargats", + "Missing a temporary folder" : "Un dorsièr temporari manca", + "Failed to write to disk" : "L'escriptura sul disc a fracassat", + "Files" : "Fichièrs", + "Upload cancelled." : "Amontcargar anullat.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Un amontcargar es a se far. Daissar aquesta pagina ara tamparà lo cargament. ", + "Share" : "Parteja", + "Delete" : "Escafa", + "Unshare" : "Pas partejador", + "Rename" : "Torna nomenar", + "Pending" : "Al esperar", + "Error" : "Error", + "Name" : "Nom", + "Size" : "Talha", + "Modified" : "Modificat", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "File handling" : "Manejament de fichièr", + "Maximum upload size" : "Talha maximum d'amontcargament", + "max. possible: " : "max. possible: ", + "Save" : "Enregistra", + "New" : "Nòu", + "Text file" : "Fichièr de tèxte", + "Folder" : "Dorsièr", + "Nothing in here. Upload something!" : "Pas res dedins. Amontcarga qualquaren", + "Download" : "Avalcarga", + "Upload too large" : "Amontcargament tròp gròs", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los fichièrs que sias a amontcargar son tròp pesucs per la talha maxi pel servidor.", + "Files are being scanned, please wait." : "Los fiichièrs son a èsser explorats, " +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files/l10n/oc.json b/apps/files/l10n/oc.json new file mode 100644 index 0000000000..994cb0055e --- /dev/null +++ b/apps/files/l10n/oc.json @@ -0,0 +1,36 @@ +{ "translations": { + "There is no error, the file uploaded with success" : "Amontcargament capitat, pas d'errors", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Lo fichièr amontcargat es mai gròs que la directiva «MAX_FILE_SIZE» especifiada dins lo formulari HTML", + "The uploaded file was only partially uploaded" : "Lo fichièr foguèt pas completament amontcargat", + "No file was uploaded" : "Cap de fichièrs son estats amontcargats", + "Missing a temporary folder" : "Un dorsièr temporari manca", + "Failed to write to disk" : "L'escriptura sul disc a fracassat", + "Files" : "Fichièrs", + "Upload cancelled." : "Amontcargar anullat.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Un amontcargar es a se far. Daissar aquesta pagina ara tamparà lo cargament. ", + "Share" : "Parteja", + "Delete" : "Escafa", + "Unshare" : "Pas partejador", + "Rename" : "Torna nomenar", + "Pending" : "Al esperar", + "Error" : "Error", + "Name" : "Nom", + "Size" : "Talha", + "Modified" : "Modificat", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "File handling" : "Manejament de fichièr", + "Maximum upload size" : "Talha maximum d'amontcargament", + "max. possible: " : "max. possible: ", + "Save" : "Enregistra", + "New" : "Nòu", + "Text file" : "Fichièr de tèxte", + "Folder" : "Dorsièr", + "Nothing in here. Upload something!" : "Pas res dedins. Amontcarga qualquaren", + "Download" : "Avalcarga", + "Upload too large" : "Amontcargament tròp gròs", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los fichièrs que sias a amontcargar son tròp pesucs per la talha maxi pel servidor.", + "Files are being scanned, please wait." : "Los fiichièrs son a èsser explorats, " +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/oc.php b/apps/files/l10n/oc.php deleted file mode 100644 index 0a41ffb007..0000000000 --- a/apps/files/l10n/oc.php +++ /dev/null @@ -1,37 +0,0 @@ - "Amontcargament capitat, pas d'errors", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Lo fichièr amontcargat es mai gròs que la directiva «MAX_FILE_SIZE» especifiada dins lo formulari HTML", -"The uploaded file was only partially uploaded" => "Lo fichièr foguèt pas completament amontcargat", -"No file was uploaded" => "Cap de fichièrs son estats amontcargats", -"Missing a temporary folder" => "Un dorsièr temporari manca", -"Failed to write to disk" => "L'escriptura sul disc a fracassat", -"Files" => "Fichièrs", -"Upload cancelled." => "Amontcargar anullat.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Un amontcargar es a se far. Daissar aquesta pagina ara tamparà lo cargament. ", -"Share" => "Parteja", -"Delete" => "Escafa", -"Unshare" => "Pas partejador", -"Rename" => "Torna nomenar", -"Pending" => "Al esperar", -"Error" => "Error", -"Name" => "Nom", -"Size" => "Talha", -"Modified" => "Modificat", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"File handling" => "Manejament de fichièr", -"Maximum upload size" => "Talha maximum d'amontcargament", -"max. possible: " => "max. possible: ", -"Save" => "Enregistra", -"New" => "Nòu", -"Text file" => "Fichièr de tèxte", -"Folder" => "Dorsièr", -"Nothing in here. Upload something!" => "Pas res dedins. Amontcarga qualquaren", -"Download" => "Avalcarga", -"Upload too large" => "Amontcargament tròp gròs", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los fichièrs que sias a amontcargar son tròp pesucs per la talha maxi pel servidor.", -"Files are being scanned, please wait." => "Los fiichièrs son a èsser explorats, " -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/or_IN.js b/apps/files/l10n/or_IN.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/or_IN.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/or_IN.json b/apps/files/l10n/or_IN.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/or_IN.json @@ -0,0 +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 diff --git a/apps/files/l10n/or_IN.php b/apps/files/l10n/or_IN.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/or_IN.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/pa.js b/apps/files/l10n/pa.js new file mode 100644 index 0000000000..8421636196 --- /dev/null +++ b/apps/files/l10n/pa.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "ਅਣਜਾਣ ਗਲਤੀ", + "Files" : "ਫਾਇਲਾਂ", + "Share" : "ਸਾਂਝਾ ਕਰੋ", + "Delete" : "ਹਟਾਓ", + "Rename" : "ਨਾਂ ਬਦਲੋ", + "Error" : "ਗਲਤੀ", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Download" : "ਡਾਊਨਲੋਡ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/pa.json b/apps/files/l10n/pa.json new file mode 100644 index 0000000000..b429b4ab19 --- /dev/null +++ b/apps/files/l10n/pa.json @@ -0,0 +1,13 @@ +{ "translations": { + "Unknown error" : "ਅਣਜਾਣ ਗਲਤੀ", + "Files" : "ਫਾਇਲਾਂ", + "Share" : "ਸਾਂਝਾ ਕਰੋ", + "Delete" : "ਹਟਾਓ", + "Rename" : "ਨਾਂ ਬਦਲੋ", + "Error" : "ਗਲਤੀ", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Download" : "ਡਾਊਨਲੋਡ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/pa.php b/apps/files/l10n/pa.php deleted file mode 100644 index 55af52a454..0000000000 --- a/apps/files/l10n/pa.php +++ /dev/null @@ -1,14 +0,0 @@ - "ਅਣਜਾਣ ਗਲਤੀ", -"Files" => "ਫਾਇਲਾਂ", -"Share" => "ਸਾਂਝਾ ਕਰੋ", -"Delete" => "ਹਟਾਓ", -"Rename" => "ਨਾਂ ਬਦਲੋ", -"Error" => "ਗਲਤੀ", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Download" => "ਡਾਊਨਲੋਡ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js new file mode 100644 index 0000000000..1a0fb57ec3 --- /dev/null +++ b/apps/files/l10n/pl.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Pamięć nie dostępna", + "Storage invalid" : "Pamięć nieprawidłowa", + "Unknown error" : "Nieznany błąd", + "Could not move %s - File with this name already exists" : "Nie można było przenieść %s - Plik o takiej nazwie już istnieje", + "Could not move %s" : "Nie można było przenieść %s", + "Permission denied" : "Dostęp zabroniony", + "File name cannot be empty." : "Nazwa pliku nie może być pusta.", + "\"%s\" is an invalid file name." : "\"%s\" jest nieprawidłową nazwą pliku.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nieprawidłowa nazwa. Znaki '\\', '/', '<', '>', ':', '\"', '|', '?' oraz '*' są niedozwolone.", + "The target folder has been moved or deleted." : "Folder docelowy został przeniesiony lub usunięty", + "The name %s is already used in the folder %s. Please choose a different name." : "Nazwa %s jest już używana w folderze %s. Proszę wybrać inną nazwę.", + "Not a valid source" : "Niepoprawne źródło", + "Server is not allowed to open URLs, please check the server configuration" : "Serwer nie mógł otworzyć adresów URL, należy sprawdzić konfigurację serwera", + "The file exceeds your quota by %s" : "Ten plik przekracza twój limit o %s", + "Error while downloading %s to %s" : "Błąd podczas pobierania %s do %S", + "Error when creating the file" : "Błąd przy tworzeniu pliku", + "Folder name cannot be empty." : "Nazwa folderu nie może być pusta.", + "Error when creating the folder" : "Błąd przy tworzeniu folderu", + "Unable to set upload directory." : "Nie można ustawić katalog wczytywania.", + "Invalid Token" : "Nieprawidłowy Token", + "No file was uploaded. Unknown error" : "Żaden plik nie został załadowany. Nieznany błąd", + "There is no error, the file uploaded with success" : "Nie było błędów, plik wysłano poprawnie.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Wgrany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Wysłany plik przekracza wielkość dyrektywy MAX_FILE_SIZE określonej w formularzu HTML", + "The uploaded file was only partially uploaded" : "Załadowany plik został wysłany tylko częściowo.", + "No file was uploaded" : "Nie wysłano żadnego pliku", + "Missing a temporary folder" : "Brak folderu tymczasowego", + "Failed to write to disk" : "Błąd zapisu na dysk", + "Not enough storage available" : "Za mało dostępnego miejsca", + "Upload failed. Could not find uploaded file" : "Nieudane przesłanie. Nie można znaleźć przesyłanego pliku", + "Upload failed. Could not get file info." : "Nieudane przesłanie. Nie można pobrać informacji o pliku.", + "Invalid directory." : "Zła ścieżka.", + "Files" : "Pliki", + "All files" : "Wszystkie pliki", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nie można przesłać {filename} być może jest katalogiem lub posiada 0 bajtów", + "Total file size {size1} exceeds upload limit {size2}" : "Całkowity rozmiar {size1} przekracza limit uploadu {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}", + "Upload cancelled." : "Wczytywanie anulowane.", + "Could not get result from server." : "Nie można uzyskać wyniku z serwera.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Wysyłanie pliku jest w toku. Jeśli opuścisz tę stronę, wysyłanie zostanie przerwane.", + "URL cannot be empty" : "URL nie może być pusty", + "{new_name} already exists" : "{new_name} już istnieje", + "Could not create file" : "Nie można utworzyć pliku", + "Could not create folder" : "Nie można utworzyć folderu", + "Error fetching URL" : "Błąd przy pobieraniu adresu URL", + "Share" : "Udostępnij", + "Delete" : "Usuń", + "Disconnect storage" : "Odłącz magazyn", + "Unshare" : "Zatrzymaj współdzielenie", + "Delete permanently" : "Trwale usuń", + "Rename" : "Zmień nazwę", + "Pending" : "Oczekujące", + "Error moving file." : "Błąd podczas przenoszenia pliku.", + "Error moving file" : "Błąd prz przenoszeniu pliku", + "Error" : "Błąd", + "Could not rename file" : "Nie można zmienić nazwy pliku", + "Error deleting file." : "Błąd podczas usuwania pliku", + "Name" : "Nazwa", + "Size" : "Rozmiar", + "Modified" : "Modyfikacja", + "_%n folder_::_%n folders_" : ["%n katalog","%n katalogi","%n katalogów"], + "_%n file_::_%n files_" : ["%n plik","%n pliki","%n plików"], + "You don’t have permission to upload or create files here" : "Nie masz uprawnień do wczytywania lub tworzenia plików w tym miejscu", + "_Uploading %n file_::_Uploading %n files_" : ["Wysyłanie %n pliku","Wysyłanie %n plików","Wysyłanie %n plików"], + "\"{name}\" is an invalid file name." : "\"{name}\" jest nieprawidłową nazwą pliku.", + "Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Pliki nie mogą zostać zaktualizowane lub zsynchronizowane!", + "Your storage is almost full ({usedSpacePercent}%)" : "Twój magazyn jest prawie pełny ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacja szyfrująca jest aktywna, ale twoje klucze nie zostały zainicjowane, prosze wyloguj się i zaloguj ponownie.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Klucz prywatny nie jest poprawny! Może Twoje hasło zostało zmienione z zewnątrz. Można zaktualizować hasło klucza prywatnego w ustawieniach osobistych w celu odzyskania dostępu do plików", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Szyfrowanie zostało wyłączone, ale nadal pliki są zaszyfrowane. Przejdź do ustawień osobistych i tam odszyfruj pliki.", + "{dirs} and {files}" : "{dirs} i {files}", + "%s could not be renamed as it has been deleted" : "%s nie może mieć zmienionej nazwy, ponieważ został usunięty", + "%s could not be renamed" : "%s nie można zmienić nazwy", + "Upload (max. %s)" : "Wysyłka (max. %s)", + "File handling" : "Zarządzanie plikami", + "Maximum upload size" : "Maksymalny rozmiar wysyłanego pliku", + "max. possible: " : "maks. możliwy:", + "Save" : "Zapisz", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Użyj tego adresu do dostępu do twoich plików przez WebDAV", + "New" : "Nowy", + "New text file" : "Nowy plik tekstowy", + "Text file" : "Plik tekstowy", + "New folder" : "Nowy folder", + "Folder" : "Folder", + "From link" : "Z odnośnika", + "Nothing in here. Upload something!" : "Pusto. Wyślij coś!", + "Download" : "Pobierz", + "Upload too large" : "Ładowany plik jest za duży", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Pliki, które próbujesz przesłać, przekraczają maksymalną dopuszczalną wielkość.", + "Files are being scanned, please wait." : "Skanowanie plików, proszę czekać.", + "Currently scanning" : "Aktualnie skanowane" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json new file mode 100644 index 0000000000..b073141e3d --- /dev/null +++ b/apps/files/l10n/pl.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Pamięć nie dostępna", + "Storage invalid" : "Pamięć nieprawidłowa", + "Unknown error" : "Nieznany błąd", + "Could not move %s - File with this name already exists" : "Nie można było przenieść %s - Plik o takiej nazwie już istnieje", + "Could not move %s" : "Nie można było przenieść %s", + "Permission denied" : "Dostęp zabroniony", + "File name cannot be empty." : "Nazwa pliku nie może być pusta.", + "\"%s\" is an invalid file name." : "\"%s\" jest nieprawidłową nazwą pliku.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nieprawidłowa nazwa. Znaki '\\', '/', '<', '>', ':', '\"', '|', '?' oraz '*' są niedozwolone.", + "The target folder has been moved or deleted." : "Folder docelowy został przeniesiony lub usunięty", + "The name %s is already used in the folder %s. Please choose a different name." : "Nazwa %s jest już używana w folderze %s. Proszę wybrać inną nazwę.", + "Not a valid source" : "Niepoprawne źródło", + "Server is not allowed to open URLs, please check the server configuration" : "Serwer nie mógł otworzyć adresów URL, należy sprawdzić konfigurację serwera", + "The file exceeds your quota by %s" : "Ten plik przekracza twój limit o %s", + "Error while downloading %s to %s" : "Błąd podczas pobierania %s do %S", + "Error when creating the file" : "Błąd przy tworzeniu pliku", + "Folder name cannot be empty." : "Nazwa folderu nie może być pusta.", + "Error when creating the folder" : "Błąd przy tworzeniu folderu", + "Unable to set upload directory." : "Nie można ustawić katalog wczytywania.", + "Invalid Token" : "Nieprawidłowy Token", + "No file was uploaded. Unknown error" : "Żaden plik nie został załadowany. Nieznany błąd", + "There is no error, the file uploaded with success" : "Nie było błędów, plik wysłano poprawnie.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Wgrany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Wysłany plik przekracza wielkość dyrektywy MAX_FILE_SIZE określonej w formularzu HTML", + "The uploaded file was only partially uploaded" : "Załadowany plik został wysłany tylko częściowo.", + "No file was uploaded" : "Nie wysłano żadnego pliku", + "Missing a temporary folder" : "Brak folderu tymczasowego", + "Failed to write to disk" : "Błąd zapisu na dysk", + "Not enough storage available" : "Za mało dostępnego miejsca", + "Upload failed. Could not find uploaded file" : "Nieudane przesłanie. Nie można znaleźć przesyłanego pliku", + "Upload failed. Could not get file info." : "Nieudane przesłanie. Nie można pobrać informacji o pliku.", + "Invalid directory." : "Zła ścieżka.", + "Files" : "Pliki", + "All files" : "Wszystkie pliki", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nie można przesłać {filename} być może jest katalogiem lub posiada 0 bajtów", + "Total file size {size1} exceeds upload limit {size2}" : "Całkowity rozmiar {size1} przekracza limit uploadu {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}", + "Upload cancelled." : "Wczytywanie anulowane.", + "Could not get result from server." : "Nie można uzyskać wyniku z serwera.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Wysyłanie pliku jest w toku. Jeśli opuścisz tę stronę, wysyłanie zostanie przerwane.", + "URL cannot be empty" : "URL nie może być pusty", + "{new_name} already exists" : "{new_name} już istnieje", + "Could not create file" : "Nie można utworzyć pliku", + "Could not create folder" : "Nie można utworzyć folderu", + "Error fetching URL" : "Błąd przy pobieraniu adresu URL", + "Share" : "Udostępnij", + "Delete" : "Usuń", + "Disconnect storage" : "Odłącz magazyn", + "Unshare" : "Zatrzymaj współdzielenie", + "Delete permanently" : "Trwale usuń", + "Rename" : "Zmień nazwę", + "Pending" : "Oczekujące", + "Error moving file." : "Błąd podczas przenoszenia pliku.", + "Error moving file" : "Błąd prz przenoszeniu pliku", + "Error" : "Błąd", + "Could not rename file" : "Nie można zmienić nazwy pliku", + "Error deleting file." : "Błąd podczas usuwania pliku", + "Name" : "Nazwa", + "Size" : "Rozmiar", + "Modified" : "Modyfikacja", + "_%n folder_::_%n folders_" : ["%n katalog","%n katalogi","%n katalogów"], + "_%n file_::_%n files_" : ["%n plik","%n pliki","%n plików"], + "You don’t have permission to upload or create files here" : "Nie masz uprawnień do wczytywania lub tworzenia plików w tym miejscu", + "_Uploading %n file_::_Uploading %n files_" : ["Wysyłanie %n pliku","Wysyłanie %n plików","Wysyłanie %n plików"], + "\"{name}\" is an invalid file name." : "\"{name}\" jest nieprawidłową nazwą pliku.", + "Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Pliki nie mogą zostać zaktualizowane lub zsynchronizowane!", + "Your storage is almost full ({usedSpacePercent}%)" : "Twój magazyn jest prawie pełny ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacja szyfrująca jest aktywna, ale twoje klucze nie zostały zainicjowane, prosze wyloguj się i zaloguj ponownie.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Klucz prywatny nie jest poprawny! Może Twoje hasło zostało zmienione z zewnątrz. Można zaktualizować hasło klucza prywatnego w ustawieniach osobistych w celu odzyskania dostępu do plików", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Szyfrowanie zostało wyłączone, ale nadal pliki są zaszyfrowane. Przejdź do ustawień osobistych i tam odszyfruj pliki.", + "{dirs} and {files}" : "{dirs} i {files}", + "%s could not be renamed as it has been deleted" : "%s nie może mieć zmienionej nazwy, ponieważ został usunięty", + "%s could not be renamed" : "%s nie można zmienić nazwy", + "Upload (max. %s)" : "Wysyłka (max. %s)", + "File handling" : "Zarządzanie plikami", + "Maximum upload size" : "Maksymalny rozmiar wysyłanego pliku", + "max. possible: " : "maks. możliwy:", + "Save" : "Zapisz", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Użyj tego adresu do dostępu do twoich plików przez WebDAV", + "New" : "Nowy", + "New text file" : "Nowy plik tekstowy", + "Text file" : "Plik tekstowy", + "New folder" : "Nowy folder", + "Folder" : "Folder", + "From link" : "Z odnośnika", + "Nothing in here. Upload something!" : "Pusto. Wyślij coś!", + "Download" : "Pobierz", + "Upload too large" : "Ładowany plik jest za duży", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Pliki, które próbujesz przesłać, przekraczają maksymalną dopuszczalną wielkość.", + "Files are being scanned, please wait." : "Skanowanie plików, proszę czekać.", + "Currently scanning" : "Aktualnie skanowane" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php deleted file mode 100644 index b835baafc8..0000000000 --- a/apps/files/l10n/pl.php +++ /dev/null @@ -1,96 +0,0 @@ - "Pamięć nie dostępna", -"Storage invalid" => "Pamięć nieprawidłowa", -"Unknown error" => "Nieznany błąd", -"Could not move %s - File with this name already exists" => "Nie można było przenieść %s - Plik o takiej nazwie już istnieje", -"Could not move %s" => "Nie można było przenieść %s", -"Permission denied" => "Dostęp zabroniony", -"File name cannot be empty." => "Nazwa pliku nie może być pusta.", -"\"%s\" is an invalid file name." => "\"%s\" jest nieprawidłową nazwą pliku.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nieprawidłowa nazwa. Znaki '\\', '/', '<', '>', ':', '\"', '|', '?' oraz '*' są niedozwolone.", -"The target folder has been moved or deleted." => "Folder docelowy został przeniesiony lub usunięty", -"The name %s is already used in the folder %s. Please choose a different name." => "Nazwa %s jest już używana w folderze %s. Proszę wybrać inną nazwę.", -"Not a valid source" => "Niepoprawne źródło", -"Server is not allowed to open URLs, please check the server configuration" => "Serwer nie mógł otworzyć adresów URL, należy sprawdzić konfigurację serwera", -"The file exceeds your quota by %s" => "Ten plik przekracza twój limit o %s", -"Error while downloading %s to %s" => "Błąd podczas pobierania %s do %S", -"Error when creating the file" => "Błąd przy tworzeniu pliku", -"Folder name cannot be empty." => "Nazwa folderu nie może być pusta.", -"Error when creating the folder" => "Błąd przy tworzeniu folderu", -"Unable to set upload directory." => "Nie można ustawić katalog wczytywania.", -"Invalid Token" => "Nieprawidłowy Token", -"No file was uploaded. Unknown error" => "Żaden plik nie został załadowany. Nieznany błąd", -"There is no error, the file uploaded with success" => "Nie było błędów, plik wysłano poprawnie.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Wgrany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini: ", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Wysłany plik przekracza wielkość dyrektywy MAX_FILE_SIZE określonej w formularzu HTML", -"The uploaded file was only partially uploaded" => "Załadowany plik został wysłany tylko częściowo.", -"No file was uploaded" => "Nie wysłano żadnego pliku", -"Missing a temporary folder" => "Brak folderu tymczasowego", -"Failed to write to disk" => "Błąd zapisu na dysk", -"Not enough storage available" => "Za mało dostępnego miejsca", -"Upload failed. Could not find uploaded file" => "Nieudane przesłanie. Nie można znaleźć przesyłanego pliku", -"Upload failed. Could not get file info." => "Nieudane przesłanie. Nie można pobrać informacji o pliku.", -"Invalid directory." => "Zła ścieżka.", -"Files" => "Pliki", -"All files" => "Wszystkie pliki", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Nie można przesłać {filename} być może jest katalogiem lub posiada 0 bajtów", -"Total file size {size1} exceeds upload limit {size2}" => "Całkowity rozmiar {size1} przekracza limit uploadu {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}", -"Upload cancelled." => "Wczytywanie anulowane.", -"Could not get result from server." => "Nie można uzyskać wyniku z serwera.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Wysyłanie pliku jest w toku. Jeśli opuścisz tę stronę, wysyłanie zostanie przerwane.", -"URL cannot be empty" => "URL nie może być pusty", -"{new_name} already exists" => "{new_name} już istnieje", -"Could not create file" => "Nie można utworzyć pliku", -"Could not create folder" => "Nie można utworzyć folderu", -"Error fetching URL" => "Błąd przy pobieraniu adresu URL", -"Share" => "Udostępnij", -"Delete" => "Usuń", -"Disconnect storage" => "Odłącz magazyn", -"Unshare" => "Zatrzymaj współdzielenie", -"Delete permanently" => "Trwale usuń", -"Rename" => "Zmień nazwę", -"Pending" => "Oczekujące", -"Error moving file." => "Błąd podczas przenoszenia pliku.", -"Error moving file" => "Błąd prz przenoszeniu pliku", -"Error" => "Błąd", -"Could not rename file" => "Nie można zmienić nazwy pliku", -"Error deleting file." => "Błąd podczas usuwania pliku", -"Name" => "Nazwa", -"Size" => "Rozmiar", -"Modified" => "Modyfikacja", -"_%n folder_::_%n folders_" => array("%n katalog","%n katalogi","%n katalogów"), -"_%n file_::_%n files_" => array("%n plik","%n pliki","%n plików"), -"You don’t have permission to upload or create files here" => "Nie masz uprawnień do wczytywania lub tworzenia plików w tym miejscu", -"_Uploading %n file_::_Uploading %n files_" => array("Wysyłanie %n pliku","Wysyłanie %n plików","Wysyłanie %n plików"), -"\"{name}\" is an invalid file name." => "\"{name}\" jest nieprawidłową nazwą pliku.", -"Your storage is full, files can not be updated or synced anymore!" => "Magazyn jest pełny. Pliki nie mogą zostać zaktualizowane lub zsynchronizowane!", -"Your storage is almost full ({usedSpacePercent}%)" => "Twój magazyn jest prawie pełny ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplikacja szyfrująca jest aktywna, ale twoje klucze nie zostały zainicjowane, prosze wyloguj się i zaloguj ponownie.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Klucz prywatny nie jest poprawny! Może Twoje hasło zostało zmienione z zewnątrz. Można zaktualizować hasło klucza prywatnego w ustawieniach osobistych w celu odzyskania dostępu do plików", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Szyfrowanie zostało wyłączone, ale nadal pliki są zaszyfrowane. Przejdź do ustawień osobistych i tam odszyfruj pliki.", -"{dirs} and {files}" => "{dirs} i {files}", -"%s could not be renamed as it has been deleted" => "%s nie może mieć zmienionej nazwy, ponieważ został usunięty", -"%s could not be renamed" => "%s nie można zmienić nazwy", -"Upload (max. %s)" => "Wysyłka (max. %s)", -"File handling" => "Zarządzanie plikami", -"Maximum upload size" => "Maksymalny rozmiar wysyłanego pliku", -"max. possible: " => "maks. możliwy:", -"Save" => "Zapisz", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Użyj tego adresu do dostępu do twoich plików przez WebDAV", -"New" => "Nowy", -"New text file" => "Nowy plik tekstowy", -"Text file" => "Plik tekstowy", -"New folder" => "Nowy folder", -"Folder" => "Folder", -"From link" => "Z odnośnika", -"Nothing in here. Upload something!" => "Pusto. Wyślij coś!", -"Download" => "Pobierz", -"Upload too large" => "Ładowany plik jest za duży", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Pliki, które próbujesz przesłać, przekraczają maksymalną dopuszczalną wielkość.", -"Files are being scanned, please wait." => "Skanowanie plików, proszę czekać.", -"Currently scanning" => "Aktualnie skanowane" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js new file mode 100644 index 0000000000..b4c9788736 --- /dev/null +++ b/apps/files/l10n/pt_BR.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Armazanamento não disponível", + "Storage invalid" : "Armazenamento invávilido", + "Unknown error" : "Erro desconhecido", + "Could not move %s - File with this name already exists" : "Impossível mover %s - Já existe um arquivo com esse nome", + "Could not move %s" : "Impossível mover %s", + "Permission denied" : "Permissão Negada", + "File name cannot be empty." : "O nome do arquivo não pode estar vazio.", + "\"%s\" is an invalid file name." : "\"%s\" é um nome de arquivo inválido.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome inválido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' não são permitidos.", + "The target folder has been moved or deleted." : "A pasta de destino foi movida ou excluída.", + "The name %s is already used in the folder %s. Please choose a different name." : "O nome %s já é usado na pasta %s. Por favor, escolha um nome diferente.", + "Not a valid source" : "Não é uma fonte válida", + "Server is not allowed to open URLs, please check the server configuration" : "O servidor não tem permissão para abrir URLs. Por favor, verifique a configuração do servidor.", + "The file exceeds your quota by %s" : "O arquivo excede sua cota por %s", + "Error while downloading %s to %s" : "Erro ao baixar %s para %s", + "Error when creating the file" : "Erro ao criar o arquivo", + "Folder name cannot be empty." : "O nome da pasta não pode estar vazio.", + "Error when creating the folder" : "Erro ao criar a pasta", + "Unable to set upload directory." : "Impossível configurar o diretório de envio", + "Invalid Token" : "Token inválido", + "No file was uploaded. Unknown error" : "Nenhum arquivo foi enviado. Erro desconhecido", + "There is no error, the file uploaded with success" : "Sem erros, o arquivo foi enviado com sucesso", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "O arquivo enviado excede a diretiva upload_max_filesize no php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo carregado excede o argumento MAX_FILE_SIZE especificado no formulário HTML", + "The uploaded file was only partially uploaded" : "O arquivo foi parcialmente enviado", + "No file was uploaded" : "Nenhum arquivo enviado", + "Missing a temporary folder" : "Pasta temporária não encontrada", + "Failed to write to disk" : "Falha ao escrever no disco", + "Not enough storage available" : "Espaço de armazenamento insuficiente", + "Upload failed. Could not find uploaded file" : "Falha no envio. Não foi possível encontrar o arquivo enviado", + "Upload failed. Could not get file info." : "Falha no envio. Não foi possível obter informações do arquivo.", + "Invalid directory." : "Diretório inválido.", + "Files" : "Arquivos", + "All files" : "Todos os arquivos", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Incapaz de fazer o envio de {filename}, pois é um diretório ou tem 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "O tamanho total do arquivo {size1} excede o limite de envio {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Não há espaço suficiente, você está enviando {size1} mas resta apenas {size2}", + "Upload cancelled." : "Envio cancelado.", + "Could not get result from server." : "Não foi possível obter o resultado do servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Envio de arquivo em andamento. Sair da página agora resultará no cancelamento do envio.", + "URL cannot be empty" : "URL não pode estar vazia", + "{new_name} already exists" : "{new_name} já existe", + "Could not create file" : "Não foi possível criar o arquivo", + "Could not create folder" : "Não foi possível criar a pasta", + "Error fetching URL" : "Erro ao buscar URL", + "Share" : "Compartilhar", + "Delete" : "Excluir", + "Disconnect storage" : "Desconectar armazenagem", + "Unshare" : "Descompartilhar", + "Delete permanently" : "Excluir permanentemente", + "Rename" : "Renomear", + "Pending" : "Pendente", + "Error moving file." : "Erro movendo o arquivo.", + "Error moving file" : "Erro movendo o arquivo", + "Error" : "Erro", + "Could not rename file" : "Não foi possível renomear o arquivo", + "Error deleting file." : "Erro eliminando o arquivo.", + "Name" : "Nome", + "Size" : "Tamanho", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n pasta","%n pastas"], + "_%n file_::_%n files_" : ["%n arquivo","%n arquivos"], + "You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar arquivos aqui", + "_Uploading %n file_::_Uploading %n files_" : ["Enviando %n arquivo","Enviando %n arquivos"], + "\"{name}\" is an invalid file name." : "\"{name}\" é um nome de arquivo inválido.", + "Your storage is full, files can not be updated or synced anymore!" : "Seu armazenamento está cheio, arquivos não podem mais ser atualizados ou sincronizados!", + "Your storage is almost full ({usedSpacePercent}%)" : "Seu armazenamento está quase cheio ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App de criptografia está ativado, mas as chaves não estão inicializadas, por favor log-out e faça login novamente", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave do App de Criptografia é inválida. Por favor, atualize sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Criptografia foi desabilitada mas seus arquivos continuam criptografados. Por favor vá a suas configurações pessoais para descriptar seus arquivos.", + "{dirs} and {files}" : "{dirs} e {files}", + "%s could not be renamed as it has been deleted" : "%s não pode ser renomeado pois foi apagado", + "%s could not be renamed" : "%s não pode ser renomeado", + "Upload (max. %s)" : "Envio (max. %s)", + "File handling" : "Tratamento de Arquivo", + "Maximum upload size" : "Tamanho máximo para envio", + "max. possible: " : "max. possível:", + "Save" : "Salvar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Use este endereço para ter acesso aos seus Arquivos via WebDAV", + "New" : "Novo", + "New text file" : "Novo arquivo texto", + "Text file" : "Arquivo texto", + "New folder" : "Nova pasta", + "Folder" : "Pasta", + "From link" : "Do link", + "Nothing in here. Upload something!" : "Nada aqui. Carregue alguma coisa!", + "Download" : "Baixar", + "Upload too large" : "Arquivo muito grande para envio", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os arquivos que você está tentando enviar excedeu o tamanho máximo para arquivos no servidor.", + "Files are being scanned, please wait." : "Arquivos sendo escaneados, por favor aguarde.", + "Currently scanning" : "Atualmente escaneando" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json new file mode 100644 index 0000000000..8c303c234a --- /dev/null +++ b/apps/files/l10n/pt_BR.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Armazanamento não disponível", + "Storage invalid" : "Armazenamento invávilido", + "Unknown error" : "Erro desconhecido", + "Could not move %s - File with this name already exists" : "Impossível mover %s - Já existe um arquivo com esse nome", + "Could not move %s" : "Impossível mover %s", + "Permission denied" : "Permissão Negada", + "File name cannot be empty." : "O nome do arquivo não pode estar vazio.", + "\"%s\" is an invalid file name." : "\"%s\" é um nome de arquivo inválido.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome inválido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' não são permitidos.", + "The target folder has been moved or deleted." : "A pasta de destino foi movida ou excluída.", + "The name %s is already used in the folder %s. Please choose a different name." : "O nome %s já é usado na pasta %s. Por favor, escolha um nome diferente.", + "Not a valid source" : "Não é uma fonte válida", + "Server is not allowed to open URLs, please check the server configuration" : "O servidor não tem permissão para abrir URLs. Por favor, verifique a configuração do servidor.", + "The file exceeds your quota by %s" : "O arquivo excede sua cota por %s", + "Error while downloading %s to %s" : "Erro ao baixar %s para %s", + "Error when creating the file" : "Erro ao criar o arquivo", + "Folder name cannot be empty." : "O nome da pasta não pode estar vazio.", + "Error when creating the folder" : "Erro ao criar a pasta", + "Unable to set upload directory." : "Impossível configurar o diretório de envio", + "Invalid Token" : "Token inválido", + "No file was uploaded. Unknown error" : "Nenhum arquivo foi enviado. Erro desconhecido", + "There is no error, the file uploaded with success" : "Sem erros, o arquivo foi enviado com sucesso", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "O arquivo enviado excede a diretiva upload_max_filesize no php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo carregado excede o argumento MAX_FILE_SIZE especificado no formulário HTML", + "The uploaded file was only partially uploaded" : "O arquivo foi parcialmente enviado", + "No file was uploaded" : "Nenhum arquivo enviado", + "Missing a temporary folder" : "Pasta temporária não encontrada", + "Failed to write to disk" : "Falha ao escrever no disco", + "Not enough storage available" : "Espaço de armazenamento insuficiente", + "Upload failed. Could not find uploaded file" : "Falha no envio. Não foi possível encontrar o arquivo enviado", + "Upload failed. Could not get file info." : "Falha no envio. Não foi possível obter informações do arquivo.", + "Invalid directory." : "Diretório inválido.", + "Files" : "Arquivos", + "All files" : "Todos os arquivos", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Incapaz de fazer o envio de {filename}, pois é um diretório ou tem 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "O tamanho total do arquivo {size1} excede o limite de envio {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Não há espaço suficiente, você está enviando {size1} mas resta apenas {size2}", + "Upload cancelled." : "Envio cancelado.", + "Could not get result from server." : "Não foi possível obter o resultado do servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Envio de arquivo em andamento. Sair da página agora resultará no cancelamento do envio.", + "URL cannot be empty" : "URL não pode estar vazia", + "{new_name} already exists" : "{new_name} já existe", + "Could not create file" : "Não foi possível criar o arquivo", + "Could not create folder" : "Não foi possível criar a pasta", + "Error fetching URL" : "Erro ao buscar URL", + "Share" : "Compartilhar", + "Delete" : "Excluir", + "Disconnect storage" : "Desconectar armazenagem", + "Unshare" : "Descompartilhar", + "Delete permanently" : "Excluir permanentemente", + "Rename" : "Renomear", + "Pending" : "Pendente", + "Error moving file." : "Erro movendo o arquivo.", + "Error moving file" : "Erro movendo o arquivo", + "Error" : "Erro", + "Could not rename file" : "Não foi possível renomear o arquivo", + "Error deleting file." : "Erro eliminando o arquivo.", + "Name" : "Nome", + "Size" : "Tamanho", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n pasta","%n pastas"], + "_%n file_::_%n files_" : ["%n arquivo","%n arquivos"], + "You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar arquivos aqui", + "_Uploading %n file_::_Uploading %n files_" : ["Enviando %n arquivo","Enviando %n arquivos"], + "\"{name}\" is an invalid file name." : "\"{name}\" é um nome de arquivo inválido.", + "Your storage is full, files can not be updated or synced anymore!" : "Seu armazenamento está cheio, arquivos não podem mais ser atualizados ou sincronizados!", + "Your storage is almost full ({usedSpacePercent}%)" : "Seu armazenamento está quase cheio ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App de criptografia está ativado, mas as chaves não estão inicializadas, por favor log-out e faça login novamente", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave do App de Criptografia é inválida. Por favor, atualize sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Criptografia foi desabilitada mas seus arquivos continuam criptografados. Por favor vá a suas configurações pessoais para descriptar seus arquivos.", + "{dirs} and {files}" : "{dirs} e {files}", + "%s could not be renamed as it has been deleted" : "%s não pode ser renomeado pois foi apagado", + "%s could not be renamed" : "%s não pode ser renomeado", + "Upload (max. %s)" : "Envio (max. %s)", + "File handling" : "Tratamento de Arquivo", + "Maximum upload size" : "Tamanho máximo para envio", + "max. possible: " : "max. possível:", + "Save" : "Salvar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Use este endereço para ter acesso aos seus Arquivos via WebDAV", + "New" : "Novo", + "New text file" : "Novo arquivo texto", + "Text file" : "Arquivo texto", + "New folder" : "Nova pasta", + "Folder" : "Pasta", + "From link" : "Do link", + "Nothing in here. Upload something!" : "Nada aqui. Carregue alguma coisa!", + "Download" : "Baixar", + "Upload too large" : "Arquivo muito grande para envio", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os arquivos que você está tentando enviar excedeu o tamanho máximo para arquivos no servidor.", + "Files are being scanned, please wait." : "Arquivos sendo escaneados, por favor aguarde.", + "Currently scanning" : "Atualmente escaneando" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php deleted file mode 100644 index 1dc1082488..0000000000 --- a/apps/files/l10n/pt_BR.php +++ /dev/null @@ -1,96 +0,0 @@ - "Armazanamento não disponível", -"Storage invalid" => "Armazenamento invávilido", -"Unknown error" => "Erro desconhecido", -"Could not move %s - File with this name already exists" => "Impossível mover %s - Já existe um arquivo com esse nome", -"Could not move %s" => "Impossível mover %s", -"Permission denied" => "Permissão Negada", -"File name cannot be empty." => "O nome do arquivo não pode estar vazio.", -"\"%s\" is an invalid file name." => "\"%s\" é um nome de arquivo inválido.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome inválido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' não são permitidos.", -"The target folder has been moved or deleted." => "A pasta de destino foi movida ou excluída.", -"The name %s is already used in the folder %s. Please choose a different name." => "O nome %s já é usado na pasta %s. Por favor, escolha um nome diferente.", -"Not a valid source" => "Não é uma fonte válida", -"Server is not allowed to open URLs, please check the server configuration" => "O servidor não tem permissão para abrir URLs. Por favor, verifique a configuração do servidor.", -"The file exceeds your quota by %s" => "O arquivo excede sua cota por %s", -"Error while downloading %s to %s" => "Erro ao baixar %s para %s", -"Error when creating the file" => "Erro ao criar o arquivo", -"Folder name cannot be empty." => "O nome da pasta não pode estar vazio.", -"Error when creating the folder" => "Erro ao criar a pasta", -"Unable to set upload directory." => "Impossível configurar o diretório de envio", -"Invalid Token" => "Token inválido", -"No file was uploaded. Unknown error" => "Nenhum arquivo foi enviado. Erro desconhecido", -"There is no error, the file uploaded with success" => "Sem erros, o arquivo foi enviado com sucesso", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "O arquivo enviado excede a diretiva upload_max_filesize no php.ini: ", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "O arquivo carregado excede o argumento MAX_FILE_SIZE especificado no formulário HTML", -"The uploaded file was only partially uploaded" => "O arquivo foi parcialmente enviado", -"No file was uploaded" => "Nenhum arquivo enviado", -"Missing a temporary folder" => "Pasta temporária não encontrada", -"Failed to write to disk" => "Falha ao escrever no disco", -"Not enough storage available" => "Espaço de armazenamento insuficiente", -"Upload failed. Could not find uploaded file" => "Falha no envio. Não foi possível encontrar o arquivo enviado", -"Upload failed. Could not get file info." => "Falha no envio. Não foi possível obter informações do arquivo.", -"Invalid directory." => "Diretório inválido.", -"Files" => "Arquivos", -"All files" => "Todos os arquivos", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Incapaz de fazer o envio de {filename}, pois é um diretório ou tem 0 bytes", -"Total file size {size1} exceeds upload limit {size2}" => "O tamanho total do arquivo {size1} excede o limite de envio {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Não há espaço suficiente, você está enviando {size1} mas resta apenas {size2}", -"Upload cancelled." => "Envio cancelado.", -"Could not get result from server." => "Não foi possível obter o resultado do servidor.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Envio de arquivo em andamento. Sair da página agora resultará no cancelamento do envio.", -"URL cannot be empty" => "URL não pode estar vazia", -"{new_name} already exists" => "{new_name} já existe", -"Could not create file" => "Não foi possível criar o arquivo", -"Could not create folder" => "Não foi possível criar a pasta", -"Error fetching URL" => "Erro ao buscar URL", -"Share" => "Compartilhar", -"Delete" => "Excluir", -"Disconnect storage" => "Desconectar armazenagem", -"Unshare" => "Descompartilhar", -"Delete permanently" => "Excluir permanentemente", -"Rename" => "Renomear", -"Pending" => "Pendente", -"Error moving file." => "Erro movendo o arquivo.", -"Error moving file" => "Erro movendo o arquivo", -"Error" => "Erro", -"Could not rename file" => "Não foi possível renomear o arquivo", -"Error deleting file." => "Erro eliminando o arquivo.", -"Name" => "Nome", -"Size" => "Tamanho", -"Modified" => "Modificado", -"_%n folder_::_%n folders_" => array("%n pasta","%n pastas"), -"_%n file_::_%n files_" => array("%n arquivo","%n arquivos"), -"You don’t have permission to upload or create files here" => "Você não tem permissão para enviar ou criar arquivos aqui", -"_Uploading %n file_::_Uploading %n files_" => array("Enviando %n arquivo","Enviando %n arquivos"), -"\"{name}\" is an invalid file name." => "\"{name}\" é um nome de arquivo inválido.", -"Your storage is full, files can not be updated or synced anymore!" => "Seu armazenamento está cheio, arquivos não podem mais ser atualizados ou sincronizados!", -"Your storage is almost full ({usedSpacePercent}%)" => "Seu armazenamento está quase cheio ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "App de criptografia está ativado, mas as chaves não estão inicializadas, por favor log-out e faça login novamente", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Chave do App de Criptografia é inválida. Por favor, atualize sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Criptografia foi desabilitada mas seus arquivos continuam criptografados. Por favor vá a suas configurações pessoais para descriptar seus arquivos.", -"{dirs} and {files}" => "{dirs} e {files}", -"%s could not be renamed as it has been deleted" => "%s não pode ser renomeado pois foi apagado", -"%s could not be renamed" => "%s não pode ser renomeado", -"Upload (max. %s)" => "Envio (max. %s)", -"File handling" => "Tratamento de Arquivo", -"Maximum upload size" => "Tamanho máximo para envio", -"max. possible: " => "max. possível:", -"Save" => "Salvar", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Use este endereço para ter acesso aos seus Arquivos via WebDAV", -"New" => "Novo", -"New text file" => "Novo arquivo texto", -"Text file" => "Arquivo texto", -"New folder" => "Nova pasta", -"Folder" => "Pasta", -"From link" => "Do link", -"Nothing in here. Upload something!" => "Nada aqui. Carregue alguma coisa!", -"Download" => "Baixar", -"Upload too large" => "Arquivo muito grande para envio", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os arquivos que você está tentando enviar excedeu o tamanho máximo para arquivos no servidor.", -"Files are being scanned, please wait." => "Arquivos sendo escaneados, por favor aguarde.", -"Currently scanning" => "Atualmente escaneando" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/pt_PT.js b/apps/files/l10n/pt_PT.js new file mode 100644 index 0000000000..2ce2038d66 --- /dev/null +++ b/apps/files/l10n/pt_PT.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Armazenamento indisposinvel", + "Storage invalid" : "Armazenamento inválido", + "Unknown error" : "Erro Desconhecido", + "Could not move %s - File with this name already exists" : "Não foi possível mover %s - Já existe um ficheiro com este nome", + "Could not move %s" : "Não foi possível mover %s", + "Permission denied" : "Permissão negada", + "File name cannot be empty." : "O nome do ficheiro não pode estar em branco.", + "\"%s\" is an invalid file name." : "\"%s\" é um nome de ficheiro inválido.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome Inválido, Não são permitidos os carateres '\\', '/', '<', '>', ':', '\"', '|', '?' e '*'.", + "The target folder has been moved or deleted." : "A pasta de destino foi movida ou eliminada.", + "The name %s is already used in the folder %s. Please choose a different name." : "O nome %s já está em uso na pasta %s. Por favor escolha um nome diferente.", + "Not a valid source" : "Não é uma fonte válida", + "Server is not allowed to open URLs, please check the server configuration" : "O servidor não consegue abrir URLs, por favor verifique a configuração do servidor", + "The file exceeds your quota by %s" : "O ficheiro excede a sua quota por %s", + "Error while downloading %s to %s" : "Erro ao transferir %s para %s", + "Error when creating the file" : "Erro ao criar o ficheiro", + "Folder name cannot be empty." : "O nome da pasta não pode estar vazio.", + "Error when creating the folder" : "Erro ao criar a pasta", + "Unable to set upload directory." : "Não foi possível criar o diretório de upload", + "Invalid Token" : "Token inválido", + "No file was uploaded. Unknown error" : "Não foi enviado nenhum ficheiro. Erro desconhecido", + "There is no error, the file uploaded with success" : "Não ocorreram erros, o ficheiro foi enviado com sucesso", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "O ficheiro enviado excede a diretiva php.ini upload_max_filesize no php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O tamanho do ficheiro enviado excede a diretiva MAX_FILE_SIZE definida no formulário HTML", + "The uploaded file was only partially uploaded" : "O ficheiro submetido só foi parcialmente enviado", + "No file was uploaded" : "Não foi enviado nenhum ficheiro", + "Missing a temporary folder" : "A pasta temporária está em falta", + "Failed to write to disk" : "Não foi possível gravar no disco", + "Not enough storage available" : "Não há espaço suficiente em disco", + "Upload failed. Could not find uploaded file" : "Falhou o envio. Não conseguiu encontrar o ficheiro enviado", + "Upload failed. Could not get file info." : "O carregamento falhou. Não foi possível obter a informação do ficheiro.", + "Invalid directory." : "Diretoria inválida.", + "Files" : "Ficheiros", + "All files" : "Todos os ficheiros", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Incapaz de enviar {filename}, dado que é uma pasta, ou tem 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "O tamanho total do ficheiro {size1} excede o limite de carregamento {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Não existe espaço suficiente. Está a enviar {size1} mas apenas existe {size2} disponível", + "Upload cancelled." : "Envio cancelado.", + "Could not get result from server." : "Não foi possível obter o resultado do servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Envio de ficheiro em progresso. Se deixar a página agora, irá cancelar o envio.", + "URL cannot be empty" : "URL não pode estar vazio", + "{new_name} already exists" : "O nome {new_name} já existe", + "Could not create file" : "Não pôde criar ficheiro", + "Could not create folder" : "Não pôde criar pasta", + "Error fetching URL" : "Erro ao obter URL", + "Share" : "Compartilhar", + "Delete" : "Apagar", + "Disconnect storage" : "Desconete o armazenamento", + "Unshare" : "Deixar de partilhar", + "Delete permanently" : "Apagar Para Sempre", + "Rename" : "Renomear", + "Pending" : "Pendente", + "Error moving file." : "Erro a mover o ficheiro.", + "Error moving file" : "Erro ao mover o ficheiro", + "Error" : "Erro", + "Could not rename file" : "Não pôde renomear o ficheiro", + "Error deleting file." : "Erro ao apagar o ficheiro.", + "Name" : "Nome", + "Size" : "Tamanho", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n pasta","%n pastas"], + "_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"], + "You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar ficheiros aqui", + "_Uploading %n file_::_Uploading %n files_" : ["A carregar %n ficheiro","A carregar %n ficheiros"], + "\"{name}\" is an invalid file name." : "\"{name}\" é um nome de ficheiro inválido.", + "Your storage is full, files can not be updated or synced anymore!" : "O seu armazenamento está cheio, os ficheiros já não podem ser atualizados ou sincronizados.", + "Your storage is almost full ({usedSpacePercent}%)" : "O seu armazenamento está quase cheiro ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A Aplicação de Encriptação está ativada, mas as suas chaves não inicializaram. Por favor termine e inicie a sessão novamente", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave privada inválida da Aplicação de Encriptação. Por favor atualize a sua senha de chave privada nas definições pessoais, para recuperar o acesso aos seus ficheiros encriptados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "A encriptação foi desactivada mas os seus ficheiros continuam encriptados. Por favor consulte as suas definições pessoais para desencriptar os ficheiros.", + "{dirs} and {files}" : "{dirs} e {files}", + "%s could not be renamed as it has been deleted" : "Não foi possível renomear %s devido a ter sido eliminado", + "%s could not be renamed" : "%s não pode ser renomeada", + "Upload (max. %s)" : "Enviar (max. %s)", + "File handling" : "Manuseamento do ficheiro", + "Maximum upload size" : "Tamanho máximo de envio", + "max. possible: " : "Máx. possível: ", + "Save" : "Guardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Utilize esta ligação para aceder aos seus ficheiros via WebDAV", + "New" : "Novo", + "New text file" : "Novo ficheiro de texto", + "Text file" : "Ficheiro de Texto", + "New folder" : "Nova Pasta", + "Folder" : "Pasta", + "From link" : "Da hiperligação", + "Nothing in here. Upload something!" : "Vazio. Envie alguma coisa!", + "Download" : "Transferir", + "Upload too large" : "Upload muito grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiro que está a tentar enviar excedem o tamanho máximo de envio neste servidor.", + "Files are being scanned, please wait." : "Os ficheiros estão a ser analisados, por favor aguarde.", + "Currently scanning" : "A analisar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/pt_PT.json b/apps/files/l10n/pt_PT.json new file mode 100644 index 0000000000..4be9e4306d --- /dev/null +++ b/apps/files/l10n/pt_PT.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Armazenamento indisposinvel", + "Storage invalid" : "Armazenamento inválido", + "Unknown error" : "Erro Desconhecido", + "Could not move %s - File with this name already exists" : "Não foi possível mover %s - Já existe um ficheiro com este nome", + "Could not move %s" : "Não foi possível mover %s", + "Permission denied" : "Permissão negada", + "File name cannot be empty." : "O nome do ficheiro não pode estar em branco.", + "\"%s\" is an invalid file name." : "\"%s\" é um nome de ficheiro inválido.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome Inválido, Não são permitidos os carateres '\\', '/', '<', '>', ':', '\"', '|', '?' e '*'.", + "The target folder has been moved or deleted." : "A pasta de destino foi movida ou eliminada.", + "The name %s is already used in the folder %s. Please choose a different name." : "O nome %s já está em uso na pasta %s. Por favor escolha um nome diferente.", + "Not a valid source" : "Não é uma fonte válida", + "Server is not allowed to open URLs, please check the server configuration" : "O servidor não consegue abrir URLs, por favor verifique a configuração do servidor", + "The file exceeds your quota by %s" : "O ficheiro excede a sua quota por %s", + "Error while downloading %s to %s" : "Erro ao transferir %s para %s", + "Error when creating the file" : "Erro ao criar o ficheiro", + "Folder name cannot be empty." : "O nome da pasta não pode estar vazio.", + "Error when creating the folder" : "Erro ao criar a pasta", + "Unable to set upload directory." : "Não foi possível criar o diretório de upload", + "Invalid Token" : "Token inválido", + "No file was uploaded. Unknown error" : "Não foi enviado nenhum ficheiro. Erro desconhecido", + "There is no error, the file uploaded with success" : "Não ocorreram erros, o ficheiro foi enviado com sucesso", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "O ficheiro enviado excede a diretiva php.ini upload_max_filesize no php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O tamanho do ficheiro enviado excede a diretiva MAX_FILE_SIZE definida no formulário HTML", + "The uploaded file was only partially uploaded" : "O ficheiro submetido só foi parcialmente enviado", + "No file was uploaded" : "Não foi enviado nenhum ficheiro", + "Missing a temporary folder" : "A pasta temporária está em falta", + "Failed to write to disk" : "Não foi possível gravar no disco", + "Not enough storage available" : "Não há espaço suficiente em disco", + "Upload failed. Could not find uploaded file" : "Falhou o envio. Não conseguiu encontrar o ficheiro enviado", + "Upload failed. Could not get file info." : "O carregamento falhou. Não foi possível obter a informação do ficheiro.", + "Invalid directory." : "Diretoria inválida.", + "Files" : "Ficheiros", + "All files" : "Todos os ficheiros", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Incapaz de enviar {filename}, dado que é uma pasta, ou tem 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "O tamanho total do ficheiro {size1} excede o limite de carregamento {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Não existe espaço suficiente. Está a enviar {size1} mas apenas existe {size2} disponível", + "Upload cancelled." : "Envio cancelado.", + "Could not get result from server." : "Não foi possível obter o resultado do servidor.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Envio de ficheiro em progresso. Se deixar a página agora, irá cancelar o envio.", + "URL cannot be empty" : "URL não pode estar vazio", + "{new_name} already exists" : "O nome {new_name} já existe", + "Could not create file" : "Não pôde criar ficheiro", + "Could not create folder" : "Não pôde criar pasta", + "Error fetching URL" : "Erro ao obter URL", + "Share" : "Compartilhar", + "Delete" : "Apagar", + "Disconnect storage" : "Desconete o armazenamento", + "Unshare" : "Deixar de partilhar", + "Delete permanently" : "Apagar Para Sempre", + "Rename" : "Renomear", + "Pending" : "Pendente", + "Error moving file." : "Erro a mover o ficheiro.", + "Error moving file" : "Erro ao mover o ficheiro", + "Error" : "Erro", + "Could not rename file" : "Não pôde renomear o ficheiro", + "Error deleting file." : "Erro ao apagar o ficheiro.", + "Name" : "Nome", + "Size" : "Tamanho", + "Modified" : "Modificado", + "_%n folder_::_%n folders_" : ["%n pasta","%n pastas"], + "_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"], + "You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar ficheiros aqui", + "_Uploading %n file_::_Uploading %n files_" : ["A carregar %n ficheiro","A carregar %n ficheiros"], + "\"{name}\" is an invalid file name." : "\"{name}\" é um nome de ficheiro inválido.", + "Your storage is full, files can not be updated or synced anymore!" : "O seu armazenamento está cheio, os ficheiros já não podem ser atualizados ou sincronizados.", + "Your storage is almost full ({usedSpacePercent}%)" : "O seu armazenamento está quase cheiro ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A Aplicação de Encriptação está ativada, mas as suas chaves não inicializaram. Por favor termine e inicie a sessão novamente", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave privada inválida da Aplicação de Encriptação. Por favor atualize a sua senha de chave privada nas definições pessoais, para recuperar o acesso aos seus ficheiros encriptados.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "A encriptação foi desactivada mas os seus ficheiros continuam encriptados. Por favor consulte as suas definições pessoais para desencriptar os ficheiros.", + "{dirs} and {files}" : "{dirs} e {files}", + "%s could not be renamed as it has been deleted" : "Não foi possível renomear %s devido a ter sido eliminado", + "%s could not be renamed" : "%s não pode ser renomeada", + "Upload (max. %s)" : "Enviar (max. %s)", + "File handling" : "Manuseamento do ficheiro", + "Maximum upload size" : "Tamanho máximo de envio", + "max. possible: " : "Máx. possível: ", + "Save" : "Guardar", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Utilize esta ligação para aceder aos seus ficheiros via WebDAV", + "New" : "Novo", + "New text file" : "Novo ficheiro de texto", + "Text file" : "Ficheiro de Texto", + "New folder" : "Nova Pasta", + "Folder" : "Pasta", + "From link" : "Da hiperligação", + "Nothing in here. Upload something!" : "Vazio. Envie alguma coisa!", + "Download" : "Transferir", + "Upload too large" : "Upload muito grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiro que está a tentar enviar excedem o tamanho máximo de envio neste servidor.", + "Files are being scanned, please wait." : "Os ficheiros estão a ser analisados, por favor aguarde.", + "Currently scanning" : "A analisar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php deleted file mode 100644 index d44a5bd01b..0000000000 --- a/apps/files/l10n/pt_PT.php +++ /dev/null @@ -1,96 +0,0 @@ - "Armazenamento indisposinvel", -"Storage invalid" => "Armazenamento inválido", -"Unknown error" => "Erro Desconhecido", -"Could not move %s - File with this name already exists" => "Não foi possível mover %s - Já existe um ficheiro com este nome", -"Could not move %s" => "Não foi possível mover %s", -"Permission denied" => "Permissão negada", -"File name cannot be empty." => "O nome do ficheiro não pode estar em branco.", -"\"%s\" is an invalid file name." => "\"%s\" é um nome de ficheiro inválido.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome Inválido, Não são permitidos os carateres '\\', '/', '<', '>', ':', '\"', '|', '?' e '*'.", -"The target folder has been moved or deleted." => "A pasta de destino foi movida ou eliminada.", -"The name %s is already used in the folder %s. Please choose a different name." => "O nome %s já está em uso na pasta %s. Por favor escolha um nome diferente.", -"Not a valid source" => "Não é uma fonte válida", -"Server is not allowed to open URLs, please check the server configuration" => "O servidor não consegue abrir URLs, por favor verifique a configuração do servidor", -"The file exceeds your quota by %s" => "O ficheiro excede a sua quota por %s", -"Error while downloading %s to %s" => "Erro ao transferir %s para %s", -"Error when creating the file" => "Erro ao criar o ficheiro", -"Folder name cannot be empty." => "O nome da pasta não pode estar vazio.", -"Error when creating the folder" => "Erro ao criar a pasta", -"Unable to set upload directory." => "Não foi possível criar o diretório de upload", -"Invalid Token" => "Token inválido", -"No file was uploaded. Unknown error" => "Não foi enviado nenhum ficheiro. Erro desconhecido", -"There is no error, the file uploaded with success" => "Não ocorreram erros, o ficheiro foi enviado com sucesso", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "O ficheiro enviado excede a diretiva php.ini upload_max_filesize no php.ini", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "O tamanho do ficheiro enviado excede a diretiva MAX_FILE_SIZE definida no formulário HTML", -"The uploaded file was only partially uploaded" => "O ficheiro submetido só foi parcialmente enviado", -"No file was uploaded" => "Não foi enviado nenhum ficheiro", -"Missing a temporary folder" => "A pasta temporária está em falta", -"Failed to write to disk" => "Não foi possível gravar no disco", -"Not enough storage available" => "Não há espaço suficiente em disco", -"Upload failed. Could not find uploaded file" => "Falhou o envio. Não conseguiu encontrar o ficheiro enviado", -"Upload failed. Could not get file info." => "O carregamento falhou. Não foi possível obter a informação do ficheiro.", -"Invalid directory." => "Diretoria inválida.", -"Files" => "Ficheiros", -"All files" => "Todos os ficheiros", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Incapaz de enviar {filename}, dado que é uma pasta, ou tem 0 bytes", -"Total file size {size1} exceeds upload limit {size2}" => "O tamanho total do ficheiro {size1} excede o limite de carregamento {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Não existe espaço suficiente. Está a enviar {size1} mas apenas existe {size2} disponível", -"Upload cancelled." => "Envio cancelado.", -"Could not get result from server." => "Não foi possível obter o resultado do servidor.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Envio de ficheiro em progresso. Se deixar a página agora, irá cancelar o envio.", -"URL cannot be empty" => "URL não pode estar vazio", -"{new_name} already exists" => "O nome {new_name} já existe", -"Could not create file" => "Não pôde criar ficheiro", -"Could not create folder" => "Não pôde criar pasta", -"Error fetching URL" => "Erro ao obter URL", -"Share" => "Compartilhar", -"Delete" => "Apagar", -"Disconnect storage" => "Desconete o armazenamento", -"Unshare" => "Deixar de partilhar", -"Delete permanently" => "Apagar Para Sempre", -"Rename" => "Renomear", -"Pending" => "Pendente", -"Error moving file." => "Erro a mover o ficheiro.", -"Error moving file" => "Erro ao mover o ficheiro", -"Error" => "Erro", -"Could not rename file" => "Não pôde renomear o ficheiro", -"Error deleting file." => "Erro ao apagar o ficheiro.", -"Name" => "Nome", -"Size" => "Tamanho", -"Modified" => "Modificado", -"_%n folder_::_%n folders_" => array("%n pasta","%n pastas"), -"_%n file_::_%n files_" => array("%n ficheiro","%n ficheiros"), -"You don’t have permission to upload or create files here" => "Você não tem permissão para enviar ou criar ficheiros aqui", -"_Uploading %n file_::_Uploading %n files_" => array("A carregar %n ficheiro","A carregar %n ficheiros"), -"\"{name}\" is an invalid file name." => "\"{name}\" é um nome de ficheiro inválido.", -"Your storage is full, files can not be updated or synced anymore!" => "O seu armazenamento está cheio, os ficheiros já não podem ser atualizados ou sincronizados.", -"Your storage is almost full ({usedSpacePercent}%)" => "O seu armazenamento está quase cheiro ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "A Aplicação de Encriptação está ativada, mas as suas chaves não inicializaram. Por favor termine e inicie a sessão novamente", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Chave privada inválida da Aplicação de Encriptação. Por favor atualize a sua senha de chave privada nas definições pessoais, para recuperar o acesso aos seus ficheiros encriptados.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "A encriptação foi desactivada mas os seus ficheiros continuam encriptados. Por favor consulte as suas definições pessoais para desencriptar os ficheiros.", -"{dirs} and {files}" => "{dirs} e {files}", -"%s could not be renamed as it has been deleted" => "Não foi possível renomear %s devido a ter sido eliminado", -"%s could not be renamed" => "%s não pode ser renomeada", -"Upload (max. %s)" => "Enviar (max. %s)", -"File handling" => "Manuseamento do ficheiro", -"Maximum upload size" => "Tamanho máximo de envio", -"max. possible: " => "Máx. possível: ", -"Save" => "Guardar", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Utilize esta ligação para aceder aos seus ficheiros via WebDAV", -"New" => "Novo", -"New text file" => "Novo ficheiro de texto", -"Text file" => "Ficheiro de Texto", -"New folder" => "Nova Pasta", -"Folder" => "Pasta", -"From link" => "Da hiperligação", -"Nothing in here. Upload something!" => "Vazio. Envie alguma coisa!", -"Download" => "Transferir", -"Upload too large" => "Upload muito grande", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os ficheiro que está a tentar enviar excedem o tamanho máximo de envio neste servidor.", -"Files are being scanned, please wait." => "Os ficheiros estão a ser analisados, por favor aguarde.", -"Currently scanning" => "A analisar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ro.js b/apps/files/l10n/ro.js new file mode 100644 index 0000000000..2b3e662aaf --- /dev/null +++ b/apps/files/l10n/ro.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Spațiu de stocare indisponibil", + "Storage invalid" : "Spațiu de stocare invalid", + "Unknown error" : "Eroare necunoscută", + "Could not move %s - File with this name already exists" : "%s nu se poate muta - Fișierul cu acest nume există deja ", + "Could not move %s" : "Nu se poate muta %s", + "Permission denied" : "Accesul interzis", + "File name cannot be empty." : "Numele fișierului nu poate rămâne gol.", + "\"%s\" is an invalid file name." : "\"%s\" este un nume de fișier nevalid", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nume nevalide, '\\', '/', '<', '>', ':', '\"', '|', '?' și '*' nu sunt permise.", + "The target folder has been moved or deleted." : "Dosarul țintă a fost mutat sau șters.", + "The name %s is already used in the folder %s. Please choose a different name." : "Numele %s este deja este folosit în dosarul %s. Te rog alege alt nume.", + "Not a valid source" : "Sursă nevalidă", + "Server is not allowed to open URLs, please check the server configuration" : "Serverului nu ii este permis sa deschida URL-ul , verificati setarile serverului", + "The file exceeds your quota by %s" : "Fisierul depaseste limita cu %s", + "Error while downloading %s to %s" : "Eroare la descarcarea %s in %s", + "Error when creating the file" : "Eroare la crearea fisierului", + "Folder name cannot be empty." : "Numele folderului nu poate fi liber.", + "Error when creating the folder" : "Eroare la crearea folderului", + "Unable to set upload directory." : "Imposibil de a seta directorul pentru incărcare.", + "Invalid Token" : "Jeton Invalid", + "No file was uploaded. Unknown error" : "Niciun fișier nu a fost încărcat. Eroare necunoscută", + "There is no error, the file uploaded with success" : "Nu a apărut nici o eroare, fișierul a fost încărcat cu succes", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Fișierul încărcat depășește directiva upload_max_filesize din php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Fișierul încărcat depășește directiva MAX_FILE_SIZE specificată în formularul HTML", + "The uploaded file was only partially uploaded" : "Fișierul a fost încărcat doar parțial", + "No file was uploaded" : "Nu a fost încărcat nici un fișier", + "Missing a temporary folder" : "Lipsește un dosar temporar", + "Failed to write to disk" : "Eroare la scrierea pe disc", + "Not enough storage available" : "Nu este disponibil suficient spațiu", + "Upload failed. Could not find uploaded file" : "Încărcare eșuată. Nu se poate găsi fișierul încărcat", + "Upload failed. Could not get file info." : "Încărcare eșuată. Nu se pot obține informații despre fișier.", + "Invalid directory." : "Dosar nevalid.", + "Files" : "Fișiere", + "All files" : "Toate fișierele.", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nu se poate încărca {filename} deoarece este un director sau are mărimea de 0 octeți", + "Total file size {size1} exceeds upload limit {size2}" : "Mărimea fișierului este {size1} ce depășește limita de incarcare de {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Spațiu liber insuficient, încărcați {size1} însă doar {size2} disponibil rămas", + "Upload cancelled." : "Încărcare anulată.", + "Could not get result from server." : "Nu se poate obține rezultatul de la server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Fișierul este în curs de încărcare. Părăsirea paginii va întrerupe încărcarea.", + "URL cannot be empty" : "URL nu poate fi gol", + "{new_name} already exists" : "{new_name} există deja", + "Could not create file" : "Nu s-a putut crea fisierul", + "Could not create folder" : "Nu s-a putut crea folderul", + "Error fetching URL" : "Eroare încarcare URL", + "Share" : "Partajează", + "Delete" : "Șterge", + "Disconnect storage" : "Stocare deconectata", + "Unshare" : "Anulare", + "Delete permanently" : "Șterge permanent", + "Rename" : "Redenumește", + "Pending" : "În așteptare", + "Error moving file." : "Eroare la mutarea fișierului.", + "Error moving file" : "Eroare la mutarea fișierului", + "Error" : "Eroare", + "Could not rename file" : "Nu s-a putut redenumi fisierul", + "Error deleting file." : "Eroare la ștergerea fisierului.", + "Name" : "Nume", + "Size" : "Mărime", + "Modified" : "Modificat", + "_%n folder_::_%n folders_" : ["%n director","%n directoare","%n directoare"], + "_%n file_::_%n files_" : ["%n fișier","%n fișiere","%n fișiere"], + "You don’t have permission to upload or create files here" : "Nu aveti permisiunea de a incarca sau crea fisiere aici", + "_Uploading %n file_::_Uploading %n files_" : ["Se încarcă %n fișier.","Se încarcă %n fișiere.","Se încarcă %n fișiere."], + "\"{name}\" is an invalid file name." : "\"{name}\" este un nume de fișier nevalid.", + "Your storage is full, files can not be updated or synced anymore!" : "Spațiul de stocare este plin, fișierele nu mai pot fi actualizate sau sincronizate!", + "Your storage is almost full ({usedSpacePercent}%)" : "Spațiul de stocare este aproape plin ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplicatia de criptare este activata dar tastatura nu este initializata , va rugam deconectati-va si reconectati-va", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Cheie privată nevalidă pentru aplicația Încriptare. Te rog, actualizează-ți parola cheii private folosind setările personale pentru a reaccesa fișierele tale încriptate.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "criptarea a fost disactivata dar fisierele sant inca criptate.va rog intrati in setarile personale pentru a decripta fisierele", + "{dirs} and {files}" : "{dirs} și {files}", + "%s could not be renamed as it has been deleted" : "%s nu a putut fi redenumit deoarece a fost sters", + "%s could not be renamed" : "%s nu a putut fi redenumit", + "Upload (max. %s)" : "Încarcă (max. %s)", + "File handling" : "Manipulare fișiere", + "Maximum upload size" : "Dimensiune maximă admisă la încărcare", + "max. possible: " : "max. posibil:", + "Save" : "Salvează", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Folosește această adresă pentru acces la fișierele tale folosind WebDAV", + "New" : "Nou", + "New text file" : "Un nou fișier text", + "Text file" : "Fișier text", + "New folder" : "Un nou dosar", + "Folder" : "Dosar", + "From link" : "De la adresa", + "Nothing in here. Upload something!" : "Nimic aici. Încarcă ceva!", + "Download" : "Descarcă", + "Upload too large" : "Fișierul încărcat este prea mare", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Fișierele pe care încerci să le încarci depășesc limita de încărcare maximă admisă pe acest server.", + "Files are being scanned, please wait." : "Fișierele sunt scanate, te rog așteaptă.", + "Currently scanning" : "Acum scaneaza" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/files/l10n/ro.json b/apps/files/l10n/ro.json new file mode 100644 index 0000000000..c0e85b4b91 --- /dev/null +++ b/apps/files/l10n/ro.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Spațiu de stocare indisponibil", + "Storage invalid" : "Spațiu de stocare invalid", + "Unknown error" : "Eroare necunoscută", + "Could not move %s - File with this name already exists" : "%s nu se poate muta - Fișierul cu acest nume există deja ", + "Could not move %s" : "Nu se poate muta %s", + "Permission denied" : "Accesul interzis", + "File name cannot be empty." : "Numele fișierului nu poate rămâne gol.", + "\"%s\" is an invalid file name." : "\"%s\" este un nume de fișier nevalid", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nume nevalide, '\\', '/', '<', '>', ':', '\"', '|', '?' și '*' nu sunt permise.", + "The target folder has been moved or deleted." : "Dosarul țintă a fost mutat sau șters.", + "The name %s is already used in the folder %s. Please choose a different name." : "Numele %s este deja este folosit în dosarul %s. Te rog alege alt nume.", + "Not a valid source" : "Sursă nevalidă", + "Server is not allowed to open URLs, please check the server configuration" : "Serverului nu ii este permis sa deschida URL-ul , verificati setarile serverului", + "The file exceeds your quota by %s" : "Fisierul depaseste limita cu %s", + "Error while downloading %s to %s" : "Eroare la descarcarea %s in %s", + "Error when creating the file" : "Eroare la crearea fisierului", + "Folder name cannot be empty." : "Numele folderului nu poate fi liber.", + "Error when creating the folder" : "Eroare la crearea folderului", + "Unable to set upload directory." : "Imposibil de a seta directorul pentru incărcare.", + "Invalid Token" : "Jeton Invalid", + "No file was uploaded. Unknown error" : "Niciun fișier nu a fost încărcat. Eroare necunoscută", + "There is no error, the file uploaded with success" : "Nu a apărut nici o eroare, fișierul a fost încărcat cu succes", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Fișierul încărcat depășește directiva upload_max_filesize din php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Fișierul încărcat depășește directiva MAX_FILE_SIZE specificată în formularul HTML", + "The uploaded file was only partially uploaded" : "Fișierul a fost încărcat doar parțial", + "No file was uploaded" : "Nu a fost încărcat nici un fișier", + "Missing a temporary folder" : "Lipsește un dosar temporar", + "Failed to write to disk" : "Eroare la scrierea pe disc", + "Not enough storage available" : "Nu este disponibil suficient spațiu", + "Upload failed. Could not find uploaded file" : "Încărcare eșuată. Nu se poate găsi fișierul încărcat", + "Upload failed. Could not get file info." : "Încărcare eșuată. Nu se pot obține informații despre fișier.", + "Invalid directory." : "Dosar nevalid.", + "Files" : "Fișiere", + "All files" : "Toate fișierele.", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nu se poate încărca {filename} deoarece este un director sau are mărimea de 0 octeți", + "Total file size {size1} exceeds upload limit {size2}" : "Mărimea fișierului este {size1} ce depășește limita de incarcare de {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Spațiu liber insuficient, încărcați {size1} însă doar {size2} disponibil rămas", + "Upload cancelled." : "Încărcare anulată.", + "Could not get result from server." : "Nu se poate obține rezultatul de la server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Fișierul este în curs de încărcare. Părăsirea paginii va întrerupe încărcarea.", + "URL cannot be empty" : "URL nu poate fi gol", + "{new_name} already exists" : "{new_name} există deja", + "Could not create file" : "Nu s-a putut crea fisierul", + "Could not create folder" : "Nu s-a putut crea folderul", + "Error fetching URL" : "Eroare încarcare URL", + "Share" : "Partajează", + "Delete" : "Șterge", + "Disconnect storage" : "Stocare deconectata", + "Unshare" : "Anulare", + "Delete permanently" : "Șterge permanent", + "Rename" : "Redenumește", + "Pending" : "În așteptare", + "Error moving file." : "Eroare la mutarea fișierului.", + "Error moving file" : "Eroare la mutarea fișierului", + "Error" : "Eroare", + "Could not rename file" : "Nu s-a putut redenumi fisierul", + "Error deleting file." : "Eroare la ștergerea fisierului.", + "Name" : "Nume", + "Size" : "Mărime", + "Modified" : "Modificat", + "_%n folder_::_%n folders_" : ["%n director","%n directoare","%n directoare"], + "_%n file_::_%n files_" : ["%n fișier","%n fișiere","%n fișiere"], + "You don’t have permission to upload or create files here" : "Nu aveti permisiunea de a incarca sau crea fisiere aici", + "_Uploading %n file_::_Uploading %n files_" : ["Se încarcă %n fișier.","Se încarcă %n fișiere.","Se încarcă %n fișiere."], + "\"{name}\" is an invalid file name." : "\"{name}\" este un nume de fișier nevalid.", + "Your storage is full, files can not be updated or synced anymore!" : "Spațiul de stocare este plin, fișierele nu mai pot fi actualizate sau sincronizate!", + "Your storage is almost full ({usedSpacePercent}%)" : "Spațiul de stocare este aproape plin ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplicatia de criptare este activata dar tastatura nu este initializata , va rugam deconectati-va si reconectati-va", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Cheie privată nevalidă pentru aplicația Încriptare. Te rog, actualizează-ți parola cheii private folosind setările personale pentru a reaccesa fișierele tale încriptate.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "criptarea a fost disactivata dar fisierele sant inca criptate.va rog intrati in setarile personale pentru a decripta fisierele", + "{dirs} and {files}" : "{dirs} și {files}", + "%s could not be renamed as it has been deleted" : "%s nu a putut fi redenumit deoarece a fost sters", + "%s could not be renamed" : "%s nu a putut fi redenumit", + "Upload (max. %s)" : "Încarcă (max. %s)", + "File handling" : "Manipulare fișiere", + "Maximum upload size" : "Dimensiune maximă admisă la încărcare", + "max. possible: " : "max. posibil:", + "Save" : "Salvează", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Folosește această adresă pentru acces la fișierele tale folosind WebDAV", + "New" : "Nou", + "New text file" : "Un nou fișier text", + "Text file" : "Fișier text", + "New folder" : "Un nou dosar", + "Folder" : "Dosar", + "From link" : "De la adresa", + "Nothing in here. Upload something!" : "Nimic aici. Încarcă ceva!", + "Download" : "Descarcă", + "Upload too large" : "Fișierul încărcat este prea mare", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Fișierele pe care încerci să le încarci depășesc limita de încărcare maximă admisă pe acest server.", + "Files are being scanned, please wait." : "Fișierele sunt scanate, te rog așteaptă.", + "Currently scanning" : "Acum scaneaza" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/apps/files/l10n/ro.php b/apps/files/l10n/ro.php deleted file mode 100644 index 69c97508dc..0000000000 --- a/apps/files/l10n/ro.php +++ /dev/null @@ -1,96 +0,0 @@ - "Spațiu de stocare indisponibil", -"Storage invalid" => "Spațiu de stocare invalid", -"Unknown error" => "Eroare necunoscută", -"Could not move %s - File with this name already exists" => "%s nu se poate muta - Fișierul cu acest nume există deja ", -"Could not move %s" => "Nu se poate muta %s", -"Permission denied" => "Accesul interzis", -"File name cannot be empty." => "Numele fișierului nu poate rămâne gol.", -"\"%s\" is an invalid file name." => "\"%s\" este un nume de fișier nevalid", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nume nevalide, '\\', '/', '<', '>', ':', '\"', '|', '?' și '*' nu sunt permise.", -"The target folder has been moved or deleted." => "Dosarul țintă a fost mutat sau șters.", -"The name %s is already used in the folder %s. Please choose a different name." => "Numele %s este deja este folosit în dosarul %s. Te rog alege alt nume.", -"Not a valid source" => "Sursă nevalidă", -"Server is not allowed to open URLs, please check the server configuration" => "Serverului nu ii este permis sa deschida URL-ul , verificati setarile serverului", -"The file exceeds your quota by %s" => "Fisierul depaseste limita cu %s", -"Error while downloading %s to %s" => "Eroare la descarcarea %s in %s", -"Error when creating the file" => "Eroare la crearea fisierului", -"Folder name cannot be empty." => "Numele folderului nu poate fi liber.", -"Error when creating the folder" => "Eroare la crearea folderului", -"Unable to set upload directory." => "Imposibil de a seta directorul pentru incărcare.", -"Invalid Token" => "Jeton Invalid", -"No file was uploaded. Unknown error" => "Niciun fișier nu a fost încărcat. Eroare necunoscută", -"There is no error, the file uploaded with success" => "Nu a apărut nici o eroare, fișierul a fost încărcat cu succes", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Fișierul încărcat depășește directiva upload_max_filesize din php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Fișierul încărcat depășește directiva MAX_FILE_SIZE specificată în formularul HTML", -"The uploaded file was only partially uploaded" => "Fișierul a fost încărcat doar parțial", -"No file was uploaded" => "Nu a fost încărcat nici un fișier", -"Missing a temporary folder" => "Lipsește un dosar temporar", -"Failed to write to disk" => "Eroare la scrierea pe disc", -"Not enough storage available" => "Nu este disponibil suficient spațiu", -"Upload failed. Could not find uploaded file" => "Încărcare eșuată. Nu se poate găsi fișierul încărcat", -"Upload failed. Could not get file info." => "Încărcare eșuată. Nu se pot obține informații despre fișier.", -"Invalid directory." => "Dosar nevalid.", -"Files" => "Fișiere", -"All files" => "Toate fișierele.", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Nu se poate încărca {filename} deoarece este un director sau are mărimea de 0 octeți", -"Total file size {size1} exceeds upload limit {size2}" => "Mărimea fișierului este {size1} ce depășește limita de incarcare de {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Spațiu liber insuficient, încărcați {size1} însă doar {size2} disponibil rămas", -"Upload cancelled." => "Încărcare anulată.", -"Could not get result from server." => "Nu se poate obține rezultatul de la server.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Fișierul este în curs de încărcare. Părăsirea paginii va întrerupe încărcarea.", -"URL cannot be empty" => "URL nu poate fi gol", -"{new_name} already exists" => "{new_name} există deja", -"Could not create file" => "Nu s-a putut crea fisierul", -"Could not create folder" => "Nu s-a putut crea folderul", -"Error fetching URL" => "Eroare încarcare URL", -"Share" => "Partajează", -"Delete" => "Șterge", -"Disconnect storage" => "Stocare deconectata", -"Unshare" => "Anulare", -"Delete permanently" => "Șterge permanent", -"Rename" => "Redenumește", -"Pending" => "În așteptare", -"Error moving file." => "Eroare la mutarea fișierului.", -"Error moving file" => "Eroare la mutarea fișierului", -"Error" => "Eroare", -"Could not rename file" => "Nu s-a putut redenumi fisierul", -"Error deleting file." => "Eroare la ștergerea fisierului.", -"Name" => "Nume", -"Size" => "Mărime", -"Modified" => "Modificat", -"_%n folder_::_%n folders_" => array("%n director","%n directoare","%n directoare"), -"_%n file_::_%n files_" => array("%n fișier","%n fișiere","%n fișiere"), -"You don’t have permission to upload or create files here" => "Nu aveti permisiunea de a incarca sau crea fisiere aici", -"_Uploading %n file_::_Uploading %n files_" => array("Se încarcă %n fișier.","Se încarcă %n fișiere.","Se încarcă %n fișiere."), -"\"{name}\" is an invalid file name." => "\"{name}\" este un nume de fișier nevalid.", -"Your storage is full, files can not be updated or synced anymore!" => "Spațiul de stocare este plin, fișierele nu mai pot fi actualizate sau sincronizate!", -"Your storage is almost full ({usedSpacePercent}%)" => "Spațiul de stocare este aproape plin ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplicatia de criptare este activata dar tastatura nu este initializata , va rugam deconectati-va si reconectati-va", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Cheie privată nevalidă pentru aplicația Încriptare. Te rog, actualizează-ți parola cheii private folosind setările personale pentru a reaccesa fișierele tale încriptate.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "criptarea a fost disactivata dar fisierele sant inca criptate.va rog intrati in setarile personale pentru a decripta fisierele", -"{dirs} and {files}" => "{dirs} și {files}", -"%s could not be renamed as it has been deleted" => "%s nu a putut fi redenumit deoarece a fost sters", -"%s could not be renamed" => "%s nu a putut fi redenumit", -"Upload (max. %s)" => "Încarcă (max. %s)", -"File handling" => "Manipulare fișiere", -"Maximum upload size" => "Dimensiune maximă admisă la încărcare", -"max. possible: " => "max. posibil:", -"Save" => "Salvează", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Folosește această adresă pentru acces la fișierele tale folosind WebDAV", -"New" => "Nou", -"New text file" => "Un nou fișier text", -"Text file" => "Fișier text", -"New folder" => "Un nou dosar", -"Folder" => "Dosar", -"From link" => "De la adresa", -"Nothing in here. Upload something!" => "Nimic aici. Încarcă ceva!", -"Download" => "Descarcă", -"Upload too large" => "Fișierul încărcat este prea mare", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Fișierele pe care încerci să le încarci depășesc limita de încărcare maximă admisă pe acest server.", -"Files are being scanned, please wait." => "Fișierele sunt scanate, te rog așteaptă.", -"Currently scanning" => "Acum scaneaza" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js new file mode 100644 index 0000000000..cd98226615 --- /dev/null +++ b/apps/files/l10n/ru.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Хранилище недоступно", + "Storage invalid" : "Хранилище неисправно", + "Unknown error" : "Неизвестная ошибка", + "Could not move %s - File with this name already exists" : "Невозможно переместить %s - файл с таким именем уже существует", + "Could not move %s" : "Невозможно переместить %s", + "Permission denied" : "В доступе отказано", + "File name cannot be empty." : "Имя файла не может быть пустым.", + "\"%s\" is an invalid file name." : "\"%s\" это не правильное имя файла.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Неправильное имя: символы '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' недопустимы.", + "The target folder has been moved or deleted." : "Целевой каталог был перемещен или удален.", + "The name %s is already used in the folder %s. Please choose a different name." : "Имя %s уже используется для каталога %s. Пожалуйста, выберите другое имя.", + "Not a valid source" : "Неправильный источник", + "Server is not allowed to open URLs, please check the server configuration" : "Сервер не позволяет открывать URL-адреса, пожалуйста, проверьте настройки сервера", + "The file exceeds your quota by %s" : "Файл превышает вашу квоту на %s", + "Error while downloading %s to %s" : "Ошибка при скачивании %s в %s", + "Error when creating the file" : "Ошибка при создании файла", + "Folder name cannot be empty." : "Имя папки не может быть пустым.", + "Error when creating the folder" : "Ошибка создания каталога", + "Unable to set upload directory." : "Не удалось установить каталог загрузки.", + "Invalid Token" : "Недопустимый маркер", + "No file was uploaded. Unknown error" : "Файл не был загружен. Неизвестная ошибка", + "There is no error, the file uploaded with success" : "Файл загружен успешно.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Файл превышает размер, установленный параметром upload_max_filesize в php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Загруженный файл превышает размер, установленный параметром MAX_FILE_SIZE в HTML-форме", + "The uploaded file was only partially uploaded" : "Файл загружен лишь частично", + "No file was uploaded" : "Ни одного файла загружено не было", + "Missing a temporary folder" : "Отсутствует временный каталог", + "Failed to write to disk" : "Ошибка записи на диск", + "Not enough storage available" : "Недостаточно доступного места в хранилище", + "Upload failed. Could not find uploaded file" : "Загрузка не удалась. Невозможно найти загружаемый файл", + "Upload failed. Could not get file info." : "Загрузка не удалась. Невозможно получить информацию о файле", + "Invalid directory." : "Неверный каталог.", + "Files" : "Файлы", + "All files" : "Все файлы", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить {filename}, так как это либо каталог, либо файл нулевого размера", + "Total file size {size1} exceeds upload limit {size2}" : "Полный размер файла {size1} превышает лимит по загрузке {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Не достаточно свободного места, Вы загружаете {size1} но осталось только {size2}", + "Upload cancelled." : "Загрузка отменена.", + "Could not get result from server." : "Не удалось получить ответ от сервера.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Идёт загрузка файла. Покинув страницу, вы прервёте загрузку.", + "URL cannot be empty" : "Ссылка не может быть пустой.", + "{new_name} already exists" : "{new_name} уже существует", + "Could not create file" : "Не удалось создать файл", + "Could not create folder" : "Не удалось создать каталог", + "Error fetching URL" : "Ошибка получения URL", + "Share" : "Открыть доступ", + "Delete" : "Удалить", + "Disconnect storage" : "Отсоединиться от хранилища", + "Unshare" : "Закрыть доступ", + "Delete permanently" : "Удалить окончательно", + "Rename" : "Переименовать", + "Pending" : "Ожидание", + "Error moving file." : "Ошибка перемещения файла.", + "Error moving file" : "Ошибка при перемещении файла", + "Error" : "Ошибка", + "Could not rename file" : "Не удалось переименовать файл", + "Error deleting file." : "Ошибка при удалении файла.", + "Name" : "Имя", + "Size" : "Размер", + "Modified" : "Изменён", + "_%n folder_::_%n folders_" : ["%n каталог","%n каталога","%n каталогов"], + "_%n file_::_%n files_" : ["%n файл","%n файла","%n файлов"], + "You don’t have permission to upload or create files here" : "У вас нет прав для загрузки или создания файлов здесь.", + "_Uploading %n file_::_Uploading %n files_" : ["Закачка %n файла","Закачка %n файлов","Закачка %n файлов"], + "\"{name}\" is an invalid file name." : "\"{name}\" это не правильное имя файла.", + "Your storage is full, files can not be updated or synced anymore!" : "Ваше хранилище заполнено, произведите очистку перед загрузкой новых файлов.", + "Your storage is almost full ({usedSpacePercent}%)" : "Ваше хранилище почти заполнено ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Приложение для шифрования активно, но ваши ключи не инициализированы, пожалуйста, перелогиньтесь", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Закрытый ключ приложения шифрования недействителен. Обновите закрытый ключ в личных настройках, чтобы восстановить доступ к зашифрованным файлам.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Шифрование было отключено, но ваши файлы остались зашифрованными. Зайдите на страницу личных настроек для того, чтобы расшифровать их.", + "{dirs} and {files}" : "{dirs} и {files}", + "%s could not be renamed as it has been deleted" : "Невозможно переименовать %s, поскольку объект удалён.", + "%s could not be renamed" : "%s не может быть переименован", + "Upload (max. %s)" : "Загрузка (Максимум: %s)", + "File handling" : "Управление файлами", + "Maximum upload size" : "Максимальный размер загружаемого файла", + "max. possible: " : "макс. возможно: ", + "Save" : "Сохранить", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Используйте этот адрес для доступа файлам через WebDAV", + "New" : "Новый", + "New text file" : "Новый текстовый файл", + "Text file" : "Текстовый файл", + "New folder" : "Новый каталог", + "Folder" : "Каталог", + "From link" : "Объект по ссылке", + "Nothing in here. Upload something!" : "Здесь ничего нет. Загрузите что-нибудь!", + "Download" : "Скачать", + "Upload too large" : "Файл слишком велик", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файлы, которые вы пытаетесь загрузить, превышают лимит максимального размера на этом сервере.", + "Files are being scanned, please wait." : "Подождите, файлы сканируются.", + "Currently scanning" : "В настоящее время сканируется" +}, +"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/apps/files/l10n/ru.json b/apps/files/l10n/ru.json new file mode 100644 index 0000000000..7ac4fb7c3c --- /dev/null +++ b/apps/files/l10n/ru.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Хранилище недоступно", + "Storage invalid" : "Хранилище неисправно", + "Unknown error" : "Неизвестная ошибка", + "Could not move %s - File with this name already exists" : "Невозможно переместить %s - файл с таким именем уже существует", + "Could not move %s" : "Невозможно переместить %s", + "Permission denied" : "В доступе отказано", + "File name cannot be empty." : "Имя файла не может быть пустым.", + "\"%s\" is an invalid file name." : "\"%s\" это не правильное имя файла.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Неправильное имя: символы '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' недопустимы.", + "The target folder has been moved or deleted." : "Целевой каталог был перемещен или удален.", + "The name %s is already used in the folder %s. Please choose a different name." : "Имя %s уже используется для каталога %s. Пожалуйста, выберите другое имя.", + "Not a valid source" : "Неправильный источник", + "Server is not allowed to open URLs, please check the server configuration" : "Сервер не позволяет открывать URL-адреса, пожалуйста, проверьте настройки сервера", + "The file exceeds your quota by %s" : "Файл превышает вашу квоту на %s", + "Error while downloading %s to %s" : "Ошибка при скачивании %s в %s", + "Error when creating the file" : "Ошибка при создании файла", + "Folder name cannot be empty." : "Имя папки не может быть пустым.", + "Error when creating the folder" : "Ошибка создания каталога", + "Unable to set upload directory." : "Не удалось установить каталог загрузки.", + "Invalid Token" : "Недопустимый маркер", + "No file was uploaded. Unknown error" : "Файл не был загружен. Неизвестная ошибка", + "There is no error, the file uploaded with success" : "Файл загружен успешно.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Файл превышает размер, установленный параметром upload_max_filesize в php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Загруженный файл превышает размер, установленный параметром MAX_FILE_SIZE в HTML-форме", + "The uploaded file was only partially uploaded" : "Файл загружен лишь частично", + "No file was uploaded" : "Ни одного файла загружено не было", + "Missing a temporary folder" : "Отсутствует временный каталог", + "Failed to write to disk" : "Ошибка записи на диск", + "Not enough storage available" : "Недостаточно доступного места в хранилище", + "Upload failed. Could not find uploaded file" : "Загрузка не удалась. Невозможно найти загружаемый файл", + "Upload failed. Could not get file info." : "Загрузка не удалась. Невозможно получить информацию о файле", + "Invalid directory." : "Неверный каталог.", + "Files" : "Файлы", + "All files" : "Все файлы", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить {filename}, так как это либо каталог, либо файл нулевого размера", + "Total file size {size1} exceeds upload limit {size2}" : "Полный размер файла {size1} превышает лимит по загрузке {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Не достаточно свободного места, Вы загружаете {size1} но осталось только {size2}", + "Upload cancelled." : "Загрузка отменена.", + "Could not get result from server." : "Не удалось получить ответ от сервера.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Идёт загрузка файла. Покинув страницу, вы прервёте загрузку.", + "URL cannot be empty" : "Ссылка не может быть пустой.", + "{new_name} already exists" : "{new_name} уже существует", + "Could not create file" : "Не удалось создать файл", + "Could not create folder" : "Не удалось создать каталог", + "Error fetching URL" : "Ошибка получения URL", + "Share" : "Открыть доступ", + "Delete" : "Удалить", + "Disconnect storage" : "Отсоединиться от хранилища", + "Unshare" : "Закрыть доступ", + "Delete permanently" : "Удалить окончательно", + "Rename" : "Переименовать", + "Pending" : "Ожидание", + "Error moving file." : "Ошибка перемещения файла.", + "Error moving file" : "Ошибка при перемещении файла", + "Error" : "Ошибка", + "Could not rename file" : "Не удалось переименовать файл", + "Error deleting file." : "Ошибка при удалении файла.", + "Name" : "Имя", + "Size" : "Размер", + "Modified" : "Изменён", + "_%n folder_::_%n folders_" : ["%n каталог","%n каталога","%n каталогов"], + "_%n file_::_%n files_" : ["%n файл","%n файла","%n файлов"], + "You don’t have permission to upload or create files here" : "У вас нет прав для загрузки или создания файлов здесь.", + "_Uploading %n file_::_Uploading %n files_" : ["Закачка %n файла","Закачка %n файлов","Закачка %n файлов"], + "\"{name}\" is an invalid file name." : "\"{name}\" это не правильное имя файла.", + "Your storage is full, files can not be updated or synced anymore!" : "Ваше хранилище заполнено, произведите очистку перед загрузкой новых файлов.", + "Your storage is almost full ({usedSpacePercent}%)" : "Ваше хранилище почти заполнено ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Приложение для шифрования активно, но ваши ключи не инициализированы, пожалуйста, перелогиньтесь", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Закрытый ключ приложения шифрования недействителен. Обновите закрытый ключ в личных настройках, чтобы восстановить доступ к зашифрованным файлам.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Шифрование было отключено, но ваши файлы остались зашифрованными. Зайдите на страницу личных настроек для того, чтобы расшифровать их.", + "{dirs} and {files}" : "{dirs} и {files}", + "%s could not be renamed as it has been deleted" : "Невозможно переименовать %s, поскольку объект удалён.", + "%s could not be renamed" : "%s не может быть переименован", + "Upload (max. %s)" : "Загрузка (Максимум: %s)", + "File handling" : "Управление файлами", + "Maximum upload size" : "Максимальный размер загружаемого файла", + "max. possible: " : "макс. возможно: ", + "Save" : "Сохранить", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Используйте этот адрес для доступа файлам через WebDAV", + "New" : "Новый", + "New text file" : "Новый текстовый файл", + "Text file" : "Текстовый файл", + "New folder" : "Новый каталог", + "Folder" : "Каталог", + "From link" : "Объект по ссылке", + "Nothing in here. Upload something!" : "Здесь ничего нет. Загрузите что-нибудь!", + "Download" : "Скачать", + "Upload too large" : "Файл слишком велик", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файлы, которые вы пытаетесь загрузить, превышают лимит максимального размера на этом сервере.", + "Files are being scanned, please wait." : "Подождите, файлы сканируются.", + "Currently scanning" : "В настоящее время сканируется" +},"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/apps/files/l10n/ru.php b/apps/files/l10n/ru.php deleted file mode 100644 index 943a8a13a2..0000000000 --- a/apps/files/l10n/ru.php +++ /dev/null @@ -1,96 +0,0 @@ - "Хранилище недоступно", -"Storage invalid" => "Хранилище неисправно", -"Unknown error" => "Неизвестная ошибка", -"Could not move %s - File with this name already exists" => "Невозможно переместить %s - файл с таким именем уже существует", -"Could not move %s" => "Невозможно переместить %s", -"Permission denied" => "В доступе отказано", -"File name cannot be empty." => "Имя файла не может быть пустым.", -"\"%s\" is an invalid file name." => "\"%s\" это не правильное имя файла.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неправильное имя: символы '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' недопустимы.", -"The target folder has been moved or deleted." => "Целевой каталог был перемещен или удален.", -"The name %s is already used in the folder %s. Please choose a different name." => "Имя %s уже используется для каталога %s. Пожалуйста, выберите другое имя.", -"Not a valid source" => "Неправильный источник", -"Server is not allowed to open URLs, please check the server configuration" => "Сервер не позволяет открывать URL-адреса, пожалуйста, проверьте настройки сервера", -"The file exceeds your quota by %s" => "Файл превышает вашу квоту на %s", -"Error while downloading %s to %s" => "Ошибка при скачивании %s в %s", -"Error when creating the file" => "Ошибка при создании файла", -"Folder name cannot be empty." => "Имя папки не может быть пустым.", -"Error when creating the folder" => "Ошибка создания каталога", -"Unable to set upload directory." => "Не удалось установить каталог загрузки.", -"Invalid Token" => "Недопустимый маркер", -"No file was uploaded. Unknown error" => "Файл не был загружен. Неизвестная ошибка", -"There is no error, the file uploaded with success" => "Файл загружен успешно.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Файл превышает размер, установленный параметром upload_max_filesize в php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Загруженный файл превышает размер, установленный параметром MAX_FILE_SIZE в HTML-форме", -"The uploaded file was only partially uploaded" => "Файл загружен лишь частично", -"No file was uploaded" => "Ни одного файла загружено не было", -"Missing a temporary folder" => "Отсутствует временный каталог", -"Failed to write to disk" => "Ошибка записи на диск", -"Not enough storage available" => "Недостаточно доступного места в хранилище", -"Upload failed. Could not find uploaded file" => "Загрузка не удалась. Невозможно найти загружаемый файл", -"Upload failed. Could not get file info." => "Загрузка не удалась. Невозможно получить информацию о файле", -"Invalid directory." => "Неверный каталог.", -"Files" => "Файлы", -"All files" => "Все файлы", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Невозможно загрузить {filename}, так как это либо каталог, либо файл нулевого размера", -"Total file size {size1} exceeds upload limit {size2}" => "Полный размер файла {size1} превышает лимит по загрузке {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Не достаточно свободного места, Вы загружаете {size1} но осталось только {size2}", -"Upload cancelled." => "Загрузка отменена.", -"Could not get result from server." => "Не удалось получить ответ от сервера.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Идёт загрузка файла. Покинув страницу, вы прервёте загрузку.", -"URL cannot be empty" => "Ссылка не может быть пустой.", -"{new_name} already exists" => "{new_name} уже существует", -"Could not create file" => "Не удалось создать файл", -"Could not create folder" => "Не удалось создать каталог", -"Error fetching URL" => "Ошибка получения URL", -"Share" => "Открыть доступ", -"Delete" => "Удалить", -"Disconnect storage" => "Отсоединиться от хранилища", -"Unshare" => "Закрыть доступ", -"Delete permanently" => "Удалить окончательно", -"Rename" => "Переименовать", -"Pending" => "Ожидание", -"Error moving file." => "Ошибка перемещения файла.", -"Error moving file" => "Ошибка при перемещении файла", -"Error" => "Ошибка", -"Could not rename file" => "Не удалось переименовать файл", -"Error deleting file." => "Ошибка при удалении файла.", -"Name" => "Имя", -"Size" => "Размер", -"Modified" => "Изменён", -"_%n folder_::_%n folders_" => array("%n каталог","%n каталога","%n каталогов"), -"_%n file_::_%n files_" => array("%n файл","%n файла","%n файлов"), -"You don’t have permission to upload or create files here" => "У вас нет прав для загрузки или создания файлов здесь.", -"_Uploading %n file_::_Uploading %n files_" => array("Закачка %n файла","Закачка %n файлов","Закачка %n файлов"), -"\"{name}\" is an invalid file name." => "\"{name}\" это не правильное имя файла.", -"Your storage is full, files can not be updated or synced anymore!" => "Ваше хранилище заполнено, произведите очистку перед загрузкой новых файлов.", -"Your storage is almost full ({usedSpacePercent}%)" => "Ваше хранилище почти заполнено ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Приложение для шифрования активно, но ваши ключи не инициализированы, пожалуйста, перелогиньтесь", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Закрытый ключ приложения шифрования недействителен. Обновите закрытый ключ в личных настройках, чтобы восстановить доступ к зашифрованным файлам.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Шифрование было отключено, но ваши файлы остались зашифрованными. Зайдите на страницу личных настроек для того, чтобы расшифровать их.", -"{dirs} and {files}" => "{dirs} и {files}", -"%s could not be renamed as it has been deleted" => "Невозможно переименовать %s, поскольку объект удалён.", -"%s could not be renamed" => "%s не может быть переименован", -"Upload (max. %s)" => "Загрузка (Максимум: %s)", -"File handling" => "Управление файлами", -"Maximum upload size" => "Максимальный размер загружаемого файла", -"max. possible: " => "макс. возможно: ", -"Save" => "Сохранить", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Используйте этот адрес для доступа файлам через WebDAV", -"New" => "Новый", -"New text file" => "Новый текстовый файл", -"Text file" => "Текстовый файл", -"New folder" => "Новый каталог", -"Folder" => "Каталог", -"From link" => "Объект по ссылке", -"Nothing in here. Upload something!" => "Здесь ничего нет. Загрузите что-нибудь!", -"Download" => "Скачать", -"Upload too large" => "Файл слишком велик", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файлы, которые вы пытаетесь загрузить, превышают лимит максимального размера на этом сервере.", -"Files are being scanned, please wait." => "Подождите, файлы сканируются.", -"Currently scanning" => "В настоящее время сканируется" -); -$PLURAL_FORMS = "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/apps/files/l10n/si_LK.js b/apps/files/l10n/si_LK.js new file mode 100644 index 0000000000..80df02a9ad --- /dev/null +++ b/apps/files/l10n/si_LK.js @@ -0,0 +1,39 @@ +OC.L10N.register( + "files", + { + "No file was uploaded. Unknown error" : "ගොනුවක් උඩුගත නොවුනි. නොහැඳිනු දෝෂයක්", + "There is no error, the file uploaded with success" : "දෝෂයක් නොමැත. සාර්ථකව ගොනුව උඩුගත කෙරුණි", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "උඩුගත කළ ගොනුවේ විශාලත්වය HTML පෝරමයේ නියම කළ ඇති MAX_FILE_SIZE විශාලත්වයට වඩා වැඩිය", + "The uploaded file was only partially uploaded" : "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය", + "No file was uploaded" : "ගොනුවක් උඩුගත නොවුණි", + "Missing a temporary folder" : "තාවකාලික ෆොල්ඩරයක් අතුරුදහන්", + "Failed to write to disk" : "තැටිගත කිරීම අසාර්ථකයි", + "Files" : "ගොනු", + "Upload cancelled." : "උඩුගත කිරීම අත් හරින්න ලදී", + "File upload is in progress. Leaving the page now will cancel the upload." : "උඩුගතකිරීමක් සිදුවේ. පිටුව හැර යාමෙන් එය නැවතෙනු ඇත", + "Share" : "බෙදා හදා ගන්න", + "Delete" : "මකා දමන්න", + "Unshare" : "නොබෙදු", + "Rename" : "නැවත නම් කරන්න", + "Error" : "දෝෂයක්", + "Name" : "නම", + "Size" : "ප්‍රමාණය", + "Modified" : "වෙනස් කළ", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "File handling" : "ගොනු පරිහරණය", + "Maximum upload size" : "උඩුගත කිරීමක උපරිම ප්‍රමාණය", + "max. possible: " : "හැකි උපරිමය:", + "Save" : "සුරකින්න", + "New" : "නව", + "Text file" : "පෙළ ගොනුව", + "Folder" : "ෆෝල්ඩරය", + "From link" : "යොමුවෙන්", + "Nothing in here. Upload something!" : "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න", + "Download" : "බාන්න", + "Upload too large" : "උඩුගත කිරීම විශාල වැඩිය", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "ඔබ උඩුගත කිරීමට තැත් කරන ගොනු මෙම සේවාදායකයා උඩුගත කිරීමට ඉඩදී ඇති උපරිම ගොනු විශාලත්වයට වඩා වැඩිය", + "Files are being scanned, please wait." : "ගොනු පරික්ෂා කෙරේ. මඳක් රැඳී සිටින්න" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/si_LK.json b/apps/files/l10n/si_LK.json new file mode 100644 index 0000000000..e66d5c2a1f --- /dev/null +++ b/apps/files/l10n/si_LK.json @@ -0,0 +1,37 @@ +{ "translations": { + "No file was uploaded. Unknown error" : "ගොනුවක් උඩුගත නොවුනි. නොහැඳිනු දෝෂයක්", + "There is no error, the file uploaded with success" : "දෝෂයක් නොමැත. සාර්ථකව ගොනුව උඩුගත කෙරුණි", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "උඩුගත කළ ගොනුවේ විශාලත්වය HTML පෝරමයේ නියම කළ ඇති MAX_FILE_SIZE විශාලත්වයට වඩා වැඩිය", + "The uploaded file was only partially uploaded" : "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය", + "No file was uploaded" : "ගොනුවක් උඩුගත නොවුණි", + "Missing a temporary folder" : "තාවකාලික ෆොල්ඩරයක් අතුරුදහන්", + "Failed to write to disk" : "තැටිගත කිරීම අසාර්ථකයි", + "Files" : "ගොනු", + "Upload cancelled." : "උඩුගත කිරීම අත් හරින්න ලදී", + "File upload is in progress. Leaving the page now will cancel the upload." : "උඩුගතකිරීමක් සිදුවේ. පිටුව හැර යාමෙන් එය නැවතෙනු ඇත", + "Share" : "බෙදා හදා ගන්න", + "Delete" : "මකා දමන්න", + "Unshare" : "නොබෙදු", + "Rename" : "නැවත නම් කරන්න", + "Error" : "දෝෂයක්", + "Name" : "නම", + "Size" : "ප්‍රමාණය", + "Modified" : "වෙනස් කළ", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "File handling" : "ගොනු පරිහරණය", + "Maximum upload size" : "උඩුගත කිරීමක උපරිම ප්‍රමාණය", + "max. possible: " : "හැකි උපරිමය:", + "Save" : "සුරකින්න", + "New" : "නව", + "Text file" : "පෙළ ගොනුව", + "Folder" : "ෆෝල්ඩරය", + "From link" : "යොමුවෙන්", + "Nothing in here. Upload something!" : "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න", + "Download" : "බාන්න", + "Upload too large" : "උඩුගත කිරීම විශාල වැඩිය", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "ඔබ උඩුගත කිරීමට තැත් කරන ගොනු මෙම සේවාදායකයා උඩුගත කිරීමට ඉඩදී ඇති උපරිම ගොනු විශාලත්වයට වඩා වැඩිය", + "Files are being scanned, please wait." : "ගොනු පරික්ෂා කෙරේ. මඳක් රැඳී සිටින්න" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/si_LK.php b/apps/files/l10n/si_LK.php deleted file mode 100644 index 666902e93e..0000000000 --- a/apps/files/l10n/si_LK.php +++ /dev/null @@ -1,38 +0,0 @@ - "ගොනුවක් උඩුගත නොවුනි. නොහැඳිනු දෝෂයක්", -"There is no error, the file uploaded with success" => "දෝෂයක් නොමැත. සාර්ථකව ගොනුව උඩුගත කෙරුණි", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "උඩුගත කළ ගොනුවේ විශාලත්වය HTML පෝරමයේ නියම කළ ඇති MAX_FILE_SIZE විශාලත්වයට වඩා වැඩිය", -"The uploaded file was only partially uploaded" => "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය", -"No file was uploaded" => "ගොනුවක් උඩුගත නොවුණි", -"Missing a temporary folder" => "තාවකාලික ෆොල්ඩරයක් අතුරුදහන්", -"Failed to write to disk" => "තැටිගත කිරීම අසාර්ථකයි", -"Files" => "ගොනු", -"Upload cancelled." => "උඩුගත කිරීම අත් හරින්න ලදී", -"File upload is in progress. Leaving the page now will cancel the upload." => "උඩුගතකිරීමක් සිදුවේ. පිටුව හැර යාමෙන් එය නැවතෙනු ඇත", -"Share" => "බෙදා හදා ගන්න", -"Delete" => "මකා දමන්න", -"Unshare" => "නොබෙදු", -"Rename" => "නැවත නම් කරන්න", -"Error" => "දෝෂයක්", -"Name" => "නම", -"Size" => "ප්‍රමාණය", -"Modified" => "වෙනස් කළ", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"File handling" => "ගොනු පරිහරණය", -"Maximum upload size" => "උඩුගත කිරීමක උපරිම ප්‍රමාණය", -"max. possible: " => "හැකි උපරිමය:", -"Save" => "සුරකින්න", -"New" => "නව", -"Text file" => "පෙළ ගොනුව", -"Folder" => "ෆෝල්ඩරය", -"From link" => "යොමුවෙන්", -"Nothing in here. Upload something!" => "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න", -"Download" => "බාන්න", -"Upload too large" => "උඩුගත කිරීම විශාල වැඩිය", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "ඔබ උඩුගත කිරීමට තැත් කරන ගොනු මෙම සේවාදායකයා උඩුගත කිරීමට ඉඩදී ඇති උපරිම ගොනු විශාලත්වයට වඩා වැඩිය", -"Files are being scanned, please wait." => "ගොනු පරික්ෂා කෙරේ. මඳක් රැඳී සිටින්න" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js new file mode 100644 index 0000000000..f2a2f49398 --- /dev/null +++ b/apps/files/l10n/sk.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "files", + { + "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ť" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json new file mode 100644 index 0000000000..1ff4b9ce34 --- /dev/null +++ b/apps/files/l10n/sk.json @@ -0,0 +1 @@ +{"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 diff --git a/apps/files/l10n/sk.php b/apps/files/l10n/sk.php deleted file mode 100644 index 8d6c2237dc..0000000000 --- a/apps/files/l10n/sk.php +++ /dev/null @@ -1,11 +0,0 @@ - "Zdieľať", -"Delete" => "Odstrániť", -"_%n folder_::_%n folders_" => array("","",""), -"_%n file_::_%n files_" => array("","",""), -"_Uploading %n file_::_Uploading %n files_" => array("","",""), -"Save" => "Uložiť", -"Download" => "Stiahnuť" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files/l10n/sk_SK.js b/apps/files/l10n/sk_SK.js new file mode 100644 index 0000000000..b29bc7e2c0 --- /dev/null +++ b/apps/files/l10n/sk_SK.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Úložisko nie je dostupné", + "Storage invalid" : "Úložisko nie je platné", + "Unknown error" : "Neznáma chyba", + "Could not move %s - File with this name already exists" : "Nie je možné presunúť %s - súbor s týmto menom už existuje", + "Could not move %s" : "Nie je možné presunúť %s", + "Permission denied" : "Prístup bol odmietnutý", + "File name cannot be empty." : "Meno súboru nemôže byť prázdne", + "\"%s\" is an invalid file name." : "\"%s\" je neplatné meno súboru.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nesprávne meno, '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nie sú povolené hodnoty.", + "The target folder has been moved or deleted." : "Cieľový priečinok bol premiestnený alebo odstránený.", + "The name %s is already used in the folder %s. Please choose a different name." : "Názov %s už používa priečinok s%. Prosím zvoľte iný názov.", + "Not a valid source" : "Neplatný zdroj", + "Server is not allowed to open URLs, please check the server configuration" : "Server nie je oprávnený otvárať adresy URL. Overte nastavenia servera.", + "The file exceeds your quota by %s" : "Súbor prekračuje vašu kvótu o %s", + "Error while downloading %s to %s" : "Chyba pri sťahovaní súboru %s do %s", + "Error when creating the file" : "Chyba pri vytváraní súboru", + "Folder name cannot be empty." : "Názov priečinka nemôže byť prázdny.", + "Error when creating the folder" : "Chyba pri vytváraní priečinka", + "Unable to set upload directory." : "Nemožno nastaviť priečinok pre nahrané súbory.", + "Invalid Token" : "Neplatný token", + "No file was uploaded. Unknown error" : "Žiaden súbor nebol nahraný. Neznáma chyba", + "There is no error, the file uploaded with success" : "Nenastala žiadna chyba, súbor bol úspešne nahraný", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Nahraný súbor prekročil limit nastavený v upload_max_filesize v súbore php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára.", + "The uploaded file was only partially uploaded" : "Ukladaný súbor sa nahral len čiastočne", + "No file was uploaded" : "Žiadny súbor nebol uložený", + "Missing a temporary folder" : "Chýba dočasný priečinok", + "Failed to write to disk" : "Zápis na disk sa nepodaril", + "Not enough storage available" : "Nedostatok dostupného úložného priestoru", + "Upload failed. Could not find uploaded file" : "Nahrávanie zlyhalo. Nepodarilo sa nájsť nahrávaný súbor", + "Upload failed. Could not get file info." : "Nahrávanie zlyhalo. Nepodarilo sa získať informácie o súbore.", + "Invalid directory." : "Neplatný priečinok.", + "Files" : "Súbory", + "All files" : "Všetky súbory", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nemožno nahrať súbor {filename}, pretože je to priečinok, alebo má 0 bitov", + "Total file size {size1} exceeds upload limit {size2}" : "Celková veľkosť súboru {size1} prekračuje upload limit {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}", + "Upload cancelled." : "Odosielanie je zrušené.", + "Could not get result from server." : "Nepodarilo sa dostať výsledky zo servera.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.", + "URL cannot be empty" : "URL nemôže byť prázdna", + "{new_name} already exists" : "{new_name} už existuje", + "Could not create file" : "Nemožno vytvoriť súbor", + "Could not create folder" : "Nemožno vytvoriť priečinok", + "Error fetching URL" : "Chyba pri načítavaní URL", + "Share" : "Zdieľať", + "Delete" : "Zmazať", + "Disconnect storage" : "Odpojiť úložisko", + "Unshare" : "Zrušiť zdieľanie", + "Delete permanently" : "Zmazať trvalo", + "Rename" : "Premenovať", + "Pending" : "Čaká", + "Error moving file." : "Chyba pri presune súboru.", + "Error moving file" : "Chyba pri presúvaní súboru", + "Error" : "Chyba", + "Could not rename file" : "Nemožno premenovať súbor", + "Error deleting file." : "Chyba pri mazaní súboru.", + "Name" : "Názov", + "Size" : "Veľkosť", + "Modified" : "Upravené", + "_%n folder_::_%n folders_" : ["%n priečinok","%n priečinky","%n priečinkov"], + "_%n file_::_%n files_" : ["%n súbor","%n súbory","%n súborov"], + "You don’t have permission to upload or create files here" : "Nemáte oprávnenie sem nahrávať alebo vytvoriť súbory", + "_Uploading %n file_::_Uploading %n files_" : ["Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov"], + "\"{name}\" is an invalid file name." : "\"{name}\" je neplatné meno súboru.", + "Your storage is full, files can not be updated or synced anymore!" : "Vaše úložisko je plné. Súbory nemožno aktualizovať ani synchronizovať!", + "Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložisko je takmer plné ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikácia na šifrovanie je zapnutá, ale vaše kľúče nie sú inicializované. Odhláste sa a znovu sa prihláste.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chybný súkromný kľúč na šifrovanie aplikácií. Zaktualizujte si heslo súkromného kľúča v svojom osobnom nastavení, aby ste znovu získali prístup k svojim zašifrovaným súborom.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifrovanie bolo zakázané, ale vaše súbory sú stále zašifrované. Prosím, choďte do osobného nastavenia pre dešifrovanie súborov.", + "{dirs} and {files}" : "{dirs} a {files}", + "%s could not be renamed as it has been deleted" : "%s nebolo možné premenovať, pretože bol zmazaný", + "%s could not be renamed" : "%s nemohol byť premenovaný", + "Upload (max. %s)" : "Nahrať (max. %s)", + "File handling" : "Nastavenie správania sa k súborom", + "Maximum upload size" : "Maximálna veľkosť odosielaného súboru", + "max. possible: " : "najväčšie možné:", + "Save" : "Uložiť", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Použite túto linku pre prístup k vašim súborom cez WebDAV", + "New" : "Nový", + "New text file" : "Nový textový súbor", + "Text file" : "Textový súbor", + "New folder" : "Nový priečinok", + "Folder" : "Priečinok", + "From link" : "Z odkazu", + "Nothing in here. Upload something!" : "Žiadny súbor. Nahrajte niečo!", + "Download" : "Sťahovanie", + "Upload too large" : "Nahrávanie je príliš veľké", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.", + "Files are being scanned, please wait." : "Čakajte, súbory sú prehľadávané.", + "Currently scanning" : "Prehľadáva sa" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files/l10n/sk_SK.json b/apps/files/l10n/sk_SK.json new file mode 100644 index 0000000000..a61a5ac06a --- /dev/null +++ b/apps/files/l10n/sk_SK.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Úložisko nie je dostupné", + "Storage invalid" : "Úložisko nie je platné", + "Unknown error" : "Neznáma chyba", + "Could not move %s - File with this name already exists" : "Nie je možné presunúť %s - súbor s týmto menom už existuje", + "Could not move %s" : "Nie je možné presunúť %s", + "Permission denied" : "Prístup bol odmietnutý", + "File name cannot be empty." : "Meno súboru nemôže byť prázdne", + "\"%s\" is an invalid file name." : "\"%s\" je neplatné meno súboru.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nesprávne meno, '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nie sú povolené hodnoty.", + "The target folder has been moved or deleted." : "Cieľový priečinok bol premiestnený alebo odstránený.", + "The name %s is already used in the folder %s. Please choose a different name." : "Názov %s už používa priečinok s%. Prosím zvoľte iný názov.", + "Not a valid source" : "Neplatný zdroj", + "Server is not allowed to open URLs, please check the server configuration" : "Server nie je oprávnený otvárať adresy URL. Overte nastavenia servera.", + "The file exceeds your quota by %s" : "Súbor prekračuje vašu kvótu o %s", + "Error while downloading %s to %s" : "Chyba pri sťahovaní súboru %s do %s", + "Error when creating the file" : "Chyba pri vytváraní súboru", + "Folder name cannot be empty." : "Názov priečinka nemôže byť prázdny.", + "Error when creating the folder" : "Chyba pri vytváraní priečinka", + "Unable to set upload directory." : "Nemožno nastaviť priečinok pre nahrané súbory.", + "Invalid Token" : "Neplatný token", + "No file was uploaded. Unknown error" : "Žiaden súbor nebol nahraný. Neznáma chyba", + "There is no error, the file uploaded with success" : "Nenastala žiadna chyba, súbor bol úspešne nahraný", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Nahraný súbor prekročil limit nastavený v upload_max_filesize v súbore php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára.", + "The uploaded file was only partially uploaded" : "Ukladaný súbor sa nahral len čiastočne", + "No file was uploaded" : "Žiadny súbor nebol uložený", + "Missing a temporary folder" : "Chýba dočasný priečinok", + "Failed to write to disk" : "Zápis na disk sa nepodaril", + "Not enough storage available" : "Nedostatok dostupného úložného priestoru", + "Upload failed. Could not find uploaded file" : "Nahrávanie zlyhalo. Nepodarilo sa nájsť nahrávaný súbor", + "Upload failed. Could not get file info." : "Nahrávanie zlyhalo. Nepodarilo sa získať informácie o súbore.", + "Invalid directory." : "Neplatný priečinok.", + "Files" : "Súbory", + "All files" : "Všetky súbory", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nemožno nahrať súbor {filename}, pretože je to priečinok, alebo má 0 bitov", + "Total file size {size1} exceeds upload limit {size2}" : "Celková veľkosť súboru {size1} prekračuje upload limit {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}", + "Upload cancelled." : "Odosielanie je zrušené.", + "Could not get result from server." : "Nepodarilo sa dostať výsledky zo servera.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.", + "URL cannot be empty" : "URL nemôže byť prázdna", + "{new_name} already exists" : "{new_name} už existuje", + "Could not create file" : "Nemožno vytvoriť súbor", + "Could not create folder" : "Nemožno vytvoriť priečinok", + "Error fetching URL" : "Chyba pri načítavaní URL", + "Share" : "Zdieľať", + "Delete" : "Zmazať", + "Disconnect storage" : "Odpojiť úložisko", + "Unshare" : "Zrušiť zdieľanie", + "Delete permanently" : "Zmazať trvalo", + "Rename" : "Premenovať", + "Pending" : "Čaká", + "Error moving file." : "Chyba pri presune súboru.", + "Error moving file" : "Chyba pri presúvaní súboru", + "Error" : "Chyba", + "Could not rename file" : "Nemožno premenovať súbor", + "Error deleting file." : "Chyba pri mazaní súboru.", + "Name" : "Názov", + "Size" : "Veľkosť", + "Modified" : "Upravené", + "_%n folder_::_%n folders_" : ["%n priečinok","%n priečinky","%n priečinkov"], + "_%n file_::_%n files_" : ["%n súbor","%n súbory","%n súborov"], + "You don’t have permission to upload or create files here" : "Nemáte oprávnenie sem nahrávať alebo vytvoriť súbory", + "_Uploading %n file_::_Uploading %n files_" : ["Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov"], + "\"{name}\" is an invalid file name." : "\"{name}\" je neplatné meno súboru.", + "Your storage is full, files can not be updated or synced anymore!" : "Vaše úložisko je plné. Súbory nemožno aktualizovať ani synchronizovať!", + "Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložisko je takmer plné ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikácia na šifrovanie je zapnutá, ale vaše kľúče nie sú inicializované. Odhláste sa a znovu sa prihláste.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chybný súkromný kľúč na šifrovanie aplikácií. Zaktualizujte si heslo súkromného kľúča v svojom osobnom nastavení, aby ste znovu získali prístup k svojim zašifrovaným súborom.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifrovanie bolo zakázané, ale vaše súbory sú stále zašifrované. Prosím, choďte do osobného nastavenia pre dešifrovanie súborov.", + "{dirs} and {files}" : "{dirs} a {files}", + "%s could not be renamed as it has been deleted" : "%s nebolo možné premenovať, pretože bol zmazaný", + "%s could not be renamed" : "%s nemohol byť premenovaný", + "Upload (max. %s)" : "Nahrať (max. %s)", + "File handling" : "Nastavenie správania sa k súborom", + "Maximum upload size" : "Maximálna veľkosť odosielaného súboru", + "max. possible: " : "najväčšie možné:", + "Save" : "Uložiť", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Použite túto linku pre prístup k vašim súborom cez WebDAV", + "New" : "Nový", + "New text file" : "Nový textový súbor", + "Text file" : "Textový súbor", + "New folder" : "Nový priečinok", + "Folder" : "Priečinok", + "From link" : "Z odkazu", + "Nothing in here. Upload something!" : "Žiadny súbor. Nahrajte niečo!", + "Download" : "Sťahovanie", + "Upload too large" : "Nahrávanie je príliš veľké", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.", + "Files are being scanned, please wait." : "Čakajte, súbory sú prehľadávané.", + "Currently scanning" : "Prehľadáva sa" +},"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/sk_SK.php b/apps/files/l10n/sk_SK.php deleted file mode 100644 index 23806d8789..0000000000 --- a/apps/files/l10n/sk_SK.php +++ /dev/null @@ -1,96 +0,0 @@ - "Úložisko nie je dostupné", -"Storage invalid" => "Úložisko nie je platné", -"Unknown error" => "Neznáma chyba", -"Could not move %s - File with this name already exists" => "Nie je možné presunúť %s - súbor s týmto menom už existuje", -"Could not move %s" => "Nie je možné presunúť %s", -"Permission denied" => "Prístup bol odmietnutý", -"File name cannot be empty." => "Meno súboru nemôže byť prázdne", -"\"%s\" is an invalid file name." => "\"%s\" je neplatné meno súboru.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nesprávne meno, '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nie sú povolené hodnoty.", -"The target folder has been moved or deleted." => "Cieľový priečinok bol premiestnený alebo odstránený.", -"The name %s is already used in the folder %s. Please choose a different name." => "Názov %s už používa priečinok s%. Prosím zvoľte iný názov.", -"Not a valid source" => "Neplatný zdroj", -"Server is not allowed to open URLs, please check the server configuration" => "Server nie je oprávnený otvárať adresy URL. Overte nastavenia servera.", -"The file exceeds your quota by %s" => "Súbor prekračuje vašu kvótu o %s", -"Error while downloading %s to %s" => "Chyba pri sťahovaní súboru %s do %s", -"Error when creating the file" => "Chyba pri vytváraní súboru", -"Folder name cannot be empty." => "Názov priečinka nemôže byť prázdny.", -"Error when creating the folder" => "Chyba pri vytváraní priečinka", -"Unable to set upload directory." => "Nemožno nastaviť priečinok pre nahrané súbory.", -"Invalid Token" => "Neplatný token", -"No file was uploaded. Unknown error" => "Žiaden súbor nebol nahraný. Neznáma chyba", -"There is no error, the file uploaded with success" => "Nenastala žiadna chyba, súbor bol úspešne nahraný", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Nahraný súbor prekročil limit nastavený v upload_max_filesize v súbore php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára.", -"The uploaded file was only partially uploaded" => "Ukladaný súbor sa nahral len čiastočne", -"No file was uploaded" => "Žiadny súbor nebol uložený", -"Missing a temporary folder" => "Chýba dočasný priečinok", -"Failed to write to disk" => "Zápis na disk sa nepodaril", -"Not enough storage available" => "Nedostatok dostupného úložného priestoru", -"Upload failed. Could not find uploaded file" => "Nahrávanie zlyhalo. Nepodarilo sa nájsť nahrávaný súbor", -"Upload failed. Could not get file info." => "Nahrávanie zlyhalo. Nepodarilo sa získať informácie o súbore.", -"Invalid directory." => "Neplatný priečinok.", -"Files" => "Súbory", -"All files" => "Všetky súbory", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Nemožno nahrať súbor {filename}, pretože je to priečinok, alebo má 0 bitov", -"Total file size {size1} exceeds upload limit {size2}" => "Celková veľkosť súboru {size1} prekračuje upload limit {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}", -"Upload cancelled." => "Odosielanie je zrušené.", -"Could not get result from server." => "Nepodarilo sa dostať výsledky zo servera.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.", -"URL cannot be empty" => "URL nemôže byť prázdna", -"{new_name} already exists" => "{new_name} už existuje", -"Could not create file" => "Nemožno vytvoriť súbor", -"Could not create folder" => "Nemožno vytvoriť priečinok", -"Error fetching URL" => "Chyba pri načítavaní URL", -"Share" => "Zdieľať", -"Delete" => "Zmazať", -"Disconnect storage" => "Odpojiť úložisko", -"Unshare" => "Zrušiť zdieľanie", -"Delete permanently" => "Zmazať trvalo", -"Rename" => "Premenovať", -"Pending" => "Čaká", -"Error moving file." => "Chyba pri presune súboru.", -"Error moving file" => "Chyba pri presúvaní súboru", -"Error" => "Chyba", -"Could not rename file" => "Nemožno premenovať súbor", -"Error deleting file." => "Chyba pri mazaní súboru.", -"Name" => "Názov", -"Size" => "Veľkosť", -"Modified" => "Upravené", -"_%n folder_::_%n folders_" => array("%n priečinok","%n priečinky","%n priečinkov"), -"_%n file_::_%n files_" => array("%n súbor","%n súbory","%n súborov"), -"You don’t have permission to upload or create files here" => "Nemáte oprávnenie sem nahrávať alebo vytvoriť súbory", -"_Uploading %n file_::_Uploading %n files_" => array("Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov"), -"\"{name}\" is an invalid file name." => "\"{name}\" je neplatné meno súboru.", -"Your storage is full, files can not be updated or synced anymore!" => "Vaše úložisko je plné. Súbory nemožno aktualizovať ani synchronizovať!", -"Your storage is almost full ({usedSpacePercent}%)" => "Vaše úložisko je takmer plné ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplikácia na šifrovanie je zapnutá, ale vaše kľúče nie sú inicializované. Odhláste sa a znovu sa prihláste.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Chybný súkromný kľúč na šifrovanie aplikácií. Zaktualizujte si heslo súkromného kľúča v svojom osobnom nastavení, aby ste znovu získali prístup k svojim zašifrovaným súborom.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifrovanie bolo zakázané, ale vaše súbory sú stále zašifrované. Prosím, choďte do osobného nastavenia pre dešifrovanie súborov.", -"{dirs} and {files}" => "{dirs} a {files}", -"%s could not be renamed as it has been deleted" => "%s nebolo možné premenovať, pretože bol zmazaný", -"%s could not be renamed" => "%s nemohol byť premenovaný", -"Upload (max. %s)" => "Nahrať (max. %s)", -"File handling" => "Nastavenie správania sa k súborom", -"Maximum upload size" => "Maximálna veľkosť odosielaného súboru", -"max. possible: " => "najväčšie možné:", -"Save" => "Uložiť", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Použite túto linku pre prístup k vašim súborom cez WebDAV", -"New" => "Nový", -"New text file" => "Nový textový súbor", -"Text file" => "Textový súbor", -"New folder" => "Nový priečinok", -"Folder" => "Priečinok", -"From link" => "Z odkazu", -"Nothing in here. Upload something!" => "Žiadny súbor. Nahrajte niečo!", -"Download" => "Sťahovanie", -"Upload too large" => "Nahrávanie je príliš veľké", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.", -"Files are being scanned, please wait." => "Čakajte, súbory sú prehľadávané.", -"Currently scanning" => "Prehľadáva sa" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js new file mode 100644 index 0000000000..6a8bcbe68a --- /dev/null +++ b/apps/files/l10n/sl.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Na voljo ni dovolj prostora", + "Storage invalid" : "Določen prostor ni veljaven", + "Unknown error" : "Neznana napaka", + "Could not move %s - File with this name already exists" : "Datoteke %s ni mogoče premakniti - datoteka s tem imenom že obstaja.", + "Could not move %s" : "Datoteke %s ni mogoče premakniti", + "Permission denied" : "Za to opravilo ni ustreznih dovoljenj.", + "File name cannot be empty." : "Ime datoteke ne sme biti prazno polje.", + "\"%s\" is an invalid file name." : "\"%s\" je neveljavno ime datoteke.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neveljavno ime; znaki '\\', '/', '<', '>', ':', '\"', '|', '?' in '*' niso dovoljeni.", + "The target folder has been moved or deleted." : "Ciljna mapa je premaknjena ali izbrisana.", + "The name %s is already used in the folder %s. Please choose a different name." : "Ime %s je že v mapi %s že v uporabi. Izbrati je treba drugo ime.", + "Not a valid source" : "Vir ni veljaven", + "Server is not allowed to open URLs, please check the server configuration" : "Odpiranje naslovov URL preko strežnika ni dovoljeno. Preverite nastavitve strežnika.", + "The file exceeds your quota by %s" : "Datoteka presega omejitev velikosti za %s", + "Error while downloading %s to %s" : "Napaka med prejemanjem %s v mapo %s", + "Error when creating the file" : "Napaka med ustvarjanjem datoteke", + "Folder name cannot be empty." : "Ime mape ne more biti prazna vrednost.", + "Error when creating the folder" : "Napaka med ustvarjanjem mape", + "Unable to set upload directory." : "Mapo, v katero boste prenašali dokumente, ni mogoče določiti", + "Invalid Token" : "Neveljaven žeton", + "No file was uploaded. Unknown error" : "Ni poslane datoteke. Neznana napaka.", + "There is no error, the file uploaded with success" : "Datoteka je uspešno naložena.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Poslana datoteka presega dovoljeno velikost, ki je določena z možnostjo upload_max_filesize v datoteki php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Poslana datoteka presega velikost, ki jo določa parameter največje dovoljene velikosti v obrazcu HTML.", + "The uploaded file was only partially uploaded" : "Poslan je le del datoteke.", + "No file was uploaded" : "Ni poslane datoteke", + "Missing a temporary folder" : "Manjka začasna mapa", + "Failed to write to disk" : "Pisanje na disk je spodletelo", + "Not enough storage available" : "Na voljo ni dovolj prostora", + "Upload failed. Could not find uploaded file" : "Pošiljanje je spodletelo. Ni mogoče najti poslane datoteke.", + "Upload failed. Could not get file info." : "Pošiljanje je spodletelo. Ni mogoče pridobiti podrobnosti datoteke.", + "Invalid directory." : "Neveljavna mapa.", + "Files" : "Datoteke", + "All files" : "Vse datoteke", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ni mogoče poslati datoteke {filename}, saj je to ali mapa ali pa je velikost datoteke 0 bajtov.", + "Total file size {size1} exceeds upload limit {size2}" : "Skupna velikost {size1} presega omejitev velikosti {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.", + "Upload cancelled." : "Pošiljanje je preklicano.", + "Could not get result from server." : "Ni mogoče pridobiti podatkov s strežnika.", + "File upload is in progress. Leaving the page now will cancel the upload." : "V teku je pošiljanje datoteke. Če zapustite to stran zdaj, bo pošiljanje preklicano.", + "URL cannot be empty" : "Polje naslova URL ne sme biti prazno", + "{new_name} already exists" : "{new_name} že obstaja", + "Could not create file" : "Ni mogoče ustvariti datoteke", + "Could not create folder" : "Ni mogoče ustvariti mape", + "Error fetching URL" : "Napaka pridobivanja naslova URL", + "Share" : "Souporaba", + "Delete" : "Izbriši", + "Disconnect storage" : "Odklopi shrambo", + "Unshare" : "Prekini souporabo", + "Delete permanently" : "Izbriši dokončno", + "Rename" : "Preimenuj", + "Pending" : "V čakanju ...", + "Error moving file." : "Napaka premikanja datoteke.", + "Error moving file" : "Napaka premikanja datoteke", + "Error" : "Napaka", + "Could not rename file" : "Ni mogoče preimenovati datoteke", + "Error deleting file." : "Napaka brisanja datoteke.", + "Name" : "Ime", + "Size" : "Velikost", + "Modified" : "Spremenjeno", + "_%n folder_::_%n folders_" : ["%n mapa","%n mapi","%n mape","%n map"], + "_%n file_::_%n files_" : ["%n datoteka","%n datoteki","%n datoteke","%n datotek"], + "You don’t have permission to upload or create files here" : "Ni ustreznih dovoljenj za pošiljanje ali ustvarjanje datotek na tem mestu.", + "_Uploading %n file_::_Uploading %n files_" : ["Posodabljanje %n datoteke","Posodabljanje %n datotek","Posodabljanje %n datotek","Posodabljanje %n datotek"], + "\"{name}\" is an invalid file name." : "\"{name}\" je neveljavno ime datoteke.", + "Your storage is full, files can not be updated or synced anymore!" : "Shramba je povsem napolnjena. Datotek ni več mogoče posodabljati in usklajevati!", + "Your storage is almost full ({usedSpacePercent}%)" : "Prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Program za šifriranje je omogočen, vendar ni začet. Odjavite se in nato ponovno prijavite.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ni ustreznega osebnega ključa za program za šifriranje. Posodobite osebni ključ za dostop do šifriranih datotek med nastavitvami.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifriranje je onemogočeno, datoteke pa so še vedno šifrirane. Odšifrirajte jih med nastavitvami.", + "{dirs} and {files}" : "{dirs} in {files}", + "%s could not be renamed as it has been deleted" : "Datoteke %s ni mogoče preimenovati, ker je bila že prej izbrisana.", + "%s could not be renamed" : "%s ni mogoče preimenovati", + "Upload (max. %s)" : "Pošiljanje (omejitev %s)", + "File handling" : "Upravljanje z datotekami", + "Maximum upload size" : "Največja velikost za pošiljanja", + "max. possible: " : "največ mogoče:", + "Save" : "Shrani", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Uporabite naslov za dostop do datotek peko sistema WebDAV.", + "New" : "Novo", + "New text file" : "Nova besedilna datoteka", + "Text file" : "Besedilna datoteka", + "New folder" : "Nova mapa", + "Folder" : "Mapa", + "From link" : "Iz povezave", + "Nothing in here. Upload something!" : "Tukaj še ni ničesar. Najprej je treba kakšno datoteko poslati v oblak!", + "Download" : "Prejmi", + "Upload too large" : "Prekoračenje omejitve velikosti", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke, ki jih želite poslati, presegajo največjo dovoljeno velikost na strežniku.", + "Files are being scanned, please wait." : "Poteka preučevanje datotek, počakajte ...", + "Currently scanning" : "Poteka preverjanje" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json new file mode 100644 index 0000000000..c759bd2abf --- /dev/null +++ b/apps/files/l10n/sl.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Na voljo ni dovolj prostora", + "Storage invalid" : "Določen prostor ni veljaven", + "Unknown error" : "Neznana napaka", + "Could not move %s - File with this name already exists" : "Datoteke %s ni mogoče premakniti - datoteka s tem imenom že obstaja.", + "Could not move %s" : "Datoteke %s ni mogoče premakniti", + "Permission denied" : "Za to opravilo ni ustreznih dovoljenj.", + "File name cannot be empty." : "Ime datoteke ne sme biti prazno polje.", + "\"%s\" is an invalid file name." : "\"%s\" je neveljavno ime datoteke.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neveljavno ime; znaki '\\', '/', '<', '>', ':', '\"', '|', '?' in '*' niso dovoljeni.", + "The target folder has been moved or deleted." : "Ciljna mapa je premaknjena ali izbrisana.", + "The name %s is already used in the folder %s. Please choose a different name." : "Ime %s je že v mapi %s že v uporabi. Izbrati je treba drugo ime.", + "Not a valid source" : "Vir ni veljaven", + "Server is not allowed to open URLs, please check the server configuration" : "Odpiranje naslovov URL preko strežnika ni dovoljeno. Preverite nastavitve strežnika.", + "The file exceeds your quota by %s" : "Datoteka presega omejitev velikosti za %s", + "Error while downloading %s to %s" : "Napaka med prejemanjem %s v mapo %s", + "Error when creating the file" : "Napaka med ustvarjanjem datoteke", + "Folder name cannot be empty." : "Ime mape ne more biti prazna vrednost.", + "Error when creating the folder" : "Napaka med ustvarjanjem mape", + "Unable to set upload directory." : "Mapo, v katero boste prenašali dokumente, ni mogoče določiti", + "Invalid Token" : "Neveljaven žeton", + "No file was uploaded. Unknown error" : "Ni poslane datoteke. Neznana napaka.", + "There is no error, the file uploaded with success" : "Datoteka je uspešno naložena.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Poslana datoteka presega dovoljeno velikost, ki je določena z možnostjo upload_max_filesize v datoteki php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Poslana datoteka presega velikost, ki jo določa parameter največje dovoljene velikosti v obrazcu HTML.", + "The uploaded file was only partially uploaded" : "Poslan je le del datoteke.", + "No file was uploaded" : "Ni poslane datoteke", + "Missing a temporary folder" : "Manjka začasna mapa", + "Failed to write to disk" : "Pisanje na disk je spodletelo", + "Not enough storage available" : "Na voljo ni dovolj prostora", + "Upload failed. Could not find uploaded file" : "Pošiljanje je spodletelo. Ni mogoče najti poslane datoteke.", + "Upload failed. Could not get file info." : "Pošiljanje je spodletelo. Ni mogoče pridobiti podrobnosti datoteke.", + "Invalid directory." : "Neveljavna mapa.", + "Files" : "Datoteke", + "All files" : "Vse datoteke", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ni mogoče poslati datoteke {filename}, saj je to ali mapa ali pa je velikost datoteke 0 bajtov.", + "Total file size {size1} exceeds upload limit {size2}" : "Skupna velikost {size1} presega omejitev velikosti {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.", + "Upload cancelled." : "Pošiljanje je preklicano.", + "Could not get result from server." : "Ni mogoče pridobiti podatkov s strežnika.", + "File upload is in progress. Leaving the page now will cancel the upload." : "V teku je pošiljanje datoteke. Če zapustite to stran zdaj, bo pošiljanje preklicano.", + "URL cannot be empty" : "Polje naslova URL ne sme biti prazno", + "{new_name} already exists" : "{new_name} že obstaja", + "Could not create file" : "Ni mogoče ustvariti datoteke", + "Could not create folder" : "Ni mogoče ustvariti mape", + "Error fetching URL" : "Napaka pridobivanja naslova URL", + "Share" : "Souporaba", + "Delete" : "Izbriši", + "Disconnect storage" : "Odklopi shrambo", + "Unshare" : "Prekini souporabo", + "Delete permanently" : "Izbriši dokončno", + "Rename" : "Preimenuj", + "Pending" : "V čakanju ...", + "Error moving file." : "Napaka premikanja datoteke.", + "Error moving file" : "Napaka premikanja datoteke", + "Error" : "Napaka", + "Could not rename file" : "Ni mogoče preimenovati datoteke", + "Error deleting file." : "Napaka brisanja datoteke.", + "Name" : "Ime", + "Size" : "Velikost", + "Modified" : "Spremenjeno", + "_%n folder_::_%n folders_" : ["%n mapa","%n mapi","%n mape","%n map"], + "_%n file_::_%n files_" : ["%n datoteka","%n datoteki","%n datoteke","%n datotek"], + "You don’t have permission to upload or create files here" : "Ni ustreznih dovoljenj za pošiljanje ali ustvarjanje datotek na tem mestu.", + "_Uploading %n file_::_Uploading %n files_" : ["Posodabljanje %n datoteke","Posodabljanje %n datotek","Posodabljanje %n datotek","Posodabljanje %n datotek"], + "\"{name}\" is an invalid file name." : "\"{name}\" je neveljavno ime datoteke.", + "Your storage is full, files can not be updated or synced anymore!" : "Shramba je povsem napolnjena. Datotek ni več mogoče posodabljati in usklajevati!", + "Your storage is almost full ({usedSpacePercent}%)" : "Prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Program za šifriranje je omogočen, vendar ni začet. Odjavite se in nato ponovno prijavite.", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ni ustreznega osebnega ključa za program za šifriranje. Posodobite osebni ključ za dostop do šifriranih datotek med nastavitvami.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifriranje je onemogočeno, datoteke pa so še vedno šifrirane. Odšifrirajte jih med nastavitvami.", + "{dirs} and {files}" : "{dirs} in {files}", + "%s could not be renamed as it has been deleted" : "Datoteke %s ni mogoče preimenovati, ker je bila že prej izbrisana.", + "%s could not be renamed" : "%s ni mogoče preimenovati", + "Upload (max. %s)" : "Pošiljanje (omejitev %s)", + "File handling" : "Upravljanje z datotekami", + "Maximum upload size" : "Največja velikost za pošiljanja", + "max. possible: " : "največ mogoče:", + "Save" : "Shrani", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Uporabite naslov za dostop do datotek peko sistema WebDAV.", + "New" : "Novo", + "New text file" : "Nova besedilna datoteka", + "Text file" : "Besedilna datoteka", + "New folder" : "Nova mapa", + "Folder" : "Mapa", + "From link" : "Iz povezave", + "Nothing in here. Upload something!" : "Tukaj še ni ničesar. Najprej je treba kakšno datoteko poslati v oblak!", + "Download" : "Prejmi", + "Upload too large" : "Prekoračenje omejitve velikosti", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke, ki jih želite poslati, presegajo največjo dovoljeno velikost na strežniku.", + "Files are being scanned, please wait." : "Poteka preučevanje datotek, počakajte ...", + "Currently scanning" : "Poteka preverjanje" +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php deleted file mode 100644 index 4bddb13352..0000000000 --- a/apps/files/l10n/sl.php +++ /dev/null @@ -1,96 +0,0 @@ - "Na voljo ni dovolj prostora", -"Storage invalid" => "Določen prostor ni veljaven", -"Unknown error" => "Neznana napaka", -"Could not move %s - File with this name already exists" => "Datoteke %s ni mogoče premakniti - datoteka s tem imenom že obstaja.", -"Could not move %s" => "Datoteke %s ni mogoče premakniti", -"Permission denied" => "Za to opravilo ni ustreznih dovoljenj.", -"File name cannot be empty." => "Ime datoteke ne sme biti prazno polje.", -"\"%s\" is an invalid file name." => "\"%s\" je neveljavno ime datoteke.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neveljavno ime; znaki '\\', '/', '<', '>', ':', '\"', '|', '?' in '*' niso dovoljeni.", -"The target folder has been moved or deleted." => "Ciljna mapa je premaknjena ali izbrisana.", -"The name %s is already used in the folder %s. Please choose a different name." => "Ime %s je že v mapi %s že v uporabi. Izbrati je treba drugo ime.", -"Not a valid source" => "Vir ni veljaven", -"Server is not allowed to open URLs, please check the server configuration" => "Odpiranje naslovov URL preko strežnika ni dovoljeno. Preverite nastavitve strežnika.", -"The file exceeds your quota by %s" => "Datoteka presega omejitev velikosti za %s", -"Error while downloading %s to %s" => "Napaka med prejemanjem %s v mapo %s", -"Error when creating the file" => "Napaka med ustvarjanjem datoteke", -"Folder name cannot be empty." => "Ime mape ne more biti prazna vrednost.", -"Error when creating the folder" => "Napaka med ustvarjanjem mape", -"Unable to set upload directory." => "Mapo, v katero boste prenašali dokumente, ni mogoče določiti", -"Invalid Token" => "Neveljaven žeton", -"No file was uploaded. Unknown error" => "Ni poslane datoteke. Neznana napaka.", -"There is no error, the file uploaded with success" => "Datoteka je uspešno naložena.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Poslana datoteka presega dovoljeno velikost, ki je določena z možnostjo upload_max_filesize v datoteki php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Poslana datoteka presega velikost, ki jo določa parameter največje dovoljene velikosti v obrazcu HTML.", -"The uploaded file was only partially uploaded" => "Poslan je le del datoteke.", -"No file was uploaded" => "Ni poslane datoteke", -"Missing a temporary folder" => "Manjka začasna mapa", -"Failed to write to disk" => "Pisanje na disk je spodletelo", -"Not enough storage available" => "Na voljo ni dovolj prostora", -"Upload failed. Could not find uploaded file" => "Pošiljanje je spodletelo. Ni mogoče najti poslane datoteke.", -"Upload failed. Could not get file info." => "Pošiljanje je spodletelo. Ni mogoče pridobiti podrobnosti datoteke.", -"Invalid directory." => "Neveljavna mapa.", -"Files" => "Datoteke", -"All files" => "Vse datoteke", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Ni mogoče poslati datoteke {filename}, saj je to ali mapa ali pa je velikost datoteke 0 bajtov.", -"Total file size {size1} exceeds upload limit {size2}" => "Skupna velikost {size1} presega omejitev velikosti {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.", -"Upload cancelled." => "Pošiljanje je preklicano.", -"Could not get result from server." => "Ni mogoče pridobiti podatkov s strežnika.", -"File upload is in progress. Leaving the page now will cancel the upload." => "V teku je pošiljanje datoteke. Če zapustite to stran zdaj, bo pošiljanje preklicano.", -"URL cannot be empty" => "Polje naslova URL ne sme biti prazno", -"{new_name} already exists" => "{new_name} že obstaja", -"Could not create file" => "Ni mogoče ustvariti datoteke", -"Could not create folder" => "Ni mogoče ustvariti mape", -"Error fetching URL" => "Napaka pridobivanja naslova URL", -"Share" => "Souporaba", -"Delete" => "Izbriši", -"Disconnect storage" => "Odklopi shrambo", -"Unshare" => "Prekini souporabo", -"Delete permanently" => "Izbriši dokončno", -"Rename" => "Preimenuj", -"Pending" => "V čakanju ...", -"Error moving file." => "Napaka premikanja datoteke.", -"Error moving file" => "Napaka premikanja datoteke", -"Error" => "Napaka", -"Could not rename file" => "Ni mogoče preimenovati datoteke", -"Error deleting file." => "Napaka brisanja datoteke.", -"Name" => "Ime", -"Size" => "Velikost", -"Modified" => "Spremenjeno", -"_%n folder_::_%n folders_" => array("%n mapa","%n mapi","%n mape","%n map"), -"_%n file_::_%n files_" => array("%n datoteka","%n datoteki","%n datoteke","%n datotek"), -"You don’t have permission to upload or create files here" => "Ni ustreznih dovoljenj za pošiljanje ali ustvarjanje datotek na tem mestu.", -"_Uploading %n file_::_Uploading %n files_" => array("Posodabljanje %n datoteke","Posodabljanje %n datotek","Posodabljanje %n datotek","Posodabljanje %n datotek"), -"\"{name}\" is an invalid file name." => "\"{name}\" je neveljavno ime datoteke.", -"Your storage is full, files can not be updated or synced anymore!" => "Shramba je povsem napolnjena. Datotek ni več mogoče posodabljati in usklajevati!", -"Your storage is almost full ({usedSpacePercent}%)" => "Prostor za shranjevanje je skoraj do konca zaseden ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Program za šifriranje je omogočen, vendar ni začet. Odjavite se in nato ponovno prijavite.", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ni ustreznega osebnega ključa za program za šifriranje. Posodobite osebni ključ za dostop do šifriranih datotek med nastavitvami.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifriranje je onemogočeno, datoteke pa so še vedno šifrirane. Odšifrirajte jih med nastavitvami.", -"{dirs} and {files}" => "{dirs} in {files}", -"%s could not be renamed as it has been deleted" => "Datoteke %s ni mogoče preimenovati, ker je bila že prej izbrisana.", -"%s could not be renamed" => "%s ni mogoče preimenovati", -"Upload (max. %s)" => "Pošiljanje (omejitev %s)", -"File handling" => "Upravljanje z datotekami", -"Maximum upload size" => "Največja velikost za pošiljanja", -"max. possible: " => "največ mogoče:", -"Save" => "Shrani", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Uporabite naslov za dostop do datotek peko sistema WebDAV.", -"New" => "Novo", -"New text file" => "Nova besedilna datoteka", -"Text file" => "Besedilna datoteka", -"New folder" => "Nova mapa", -"Folder" => "Mapa", -"From link" => "Iz povezave", -"Nothing in here. Upload something!" => "Tukaj še ni ničesar. Najprej je treba kakšno datoteko poslati v oblak!", -"Download" => "Prejmi", -"Upload too large" => "Prekoračenje omejitve velikosti", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Datoteke, ki jih želite poslati, presegajo največjo dovoljeno velikost na strežniku.", -"Files are being scanned, please wait." => "Poteka preučevanje datotek, počakajte ...", -"Currently scanning" => "Poteka preverjanje" -); -$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/apps/files/l10n/sq.js b/apps/files/l10n/sq.js new file mode 100644 index 0000000000..14caaa1514 --- /dev/null +++ b/apps/files/l10n/sq.js @@ -0,0 +1,62 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Gabim panjohur", + "Could not move %s - File with this name already exists" : "E pa mundur zhvendosja e %s - ekziston nje skedar me te njetin emer", + "Could not move %s" : "Nuk mund të zhvendoset %s", + "File name cannot be empty." : "Emri i skedarit nuk mund të jetë bosh.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Emër jo i vlefshëm, '\\', '/', '<', '>', ':', '\"', '|', '?' dhe '*' nuk lejohen.", + "Unable to set upload directory." : "E pa mundur të vendoset dosja e ngarkimit", + "Invalid Token" : "Shenjë e gabuar", + "No file was uploaded. Unknown error" : "Asnjë skedar nuk u dërgua. Gabim i pa njohur", + "There is no error, the file uploaded with success" : "Skedari u ngarkua me sukses", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Skedari i ngarkuar tejkalon limitin hapsirës së lejuar në php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Skedari i ngarkuar tejlakon vlerën MAX_FILE_SIZE të përcaktuar në formën HTML", + "The uploaded file was only partially uploaded" : "Skedari është ngakruar vetëm pjesërisht", + "No file was uploaded" : "Asnjë skedar nuk është ngarkuar", + "Missing a temporary folder" : "Mungon dosja e përkohshme", + "Failed to write to disk" : "Dështoi shkrimi në disk", + "Not enough storage available" : "Hapsira e arkivimit e pamjaftueshme", + "Invalid directory." : "Dosje e pavlefshme", + "Files" : "Skedarë", + "Upload cancelled." : "Ngarkimi u anullua", + "File upload is in progress. Leaving the page now will cancel the upload." : "Skedari duke u ngarkuar. Largimi nga faqja do të anullojë ngarkimin", + "URL cannot be empty" : "URL-i nuk mund të jetë bosh", + "{new_name} already exists" : "{new_name} është ekzistues ", + "Could not create folder" : "I pamundur krijimi i kartelës", + "Share" : "Ndaj", + "Delete" : "Fshi", + "Unshare" : "Hiq ndarjen", + "Delete permanently" : "Fshi përfundimisht", + "Rename" : "Riemëro", + "Pending" : "Në vijim", + "Error moving file" : "Gabim lëvizjen dokumentave", + "Error" : "Gabim", + "Name" : "Emri", + "Size" : "Madhësia", + "Modified" : "Ndryshuar", + "_%n folder_::_%n folders_" : ["%n dosje","%n dosje"], + "_%n file_::_%n files_" : ["%n skedar","%n skedarë"], + "_Uploading %n file_::_Uploading %n files_" : ["Po ngarkoj %n skedar","Po ngarkoj %n skedarë"], + "Your storage is full, files can not be updated or synced anymore!" : "Hapsira juaj e arkivimit është plot, skedarët nuk mund të përditësohen ose sinkronizohen!", + "Your storage is almost full ({usedSpacePercent}%)" : "Hapsira juaj e arkivimit është pothuajse në fund ({usedSpacePercent}%)", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kodifikimi u çaktivizua por skedarët tuaj vazhdojnë të jenë të kodifikuar. Ju lutem shkoni tek parametrat personale për të dekodifikuar skedarët tuaj.", + "{dirs} and {files}" : "{dirs} dhe {files}", + "%s could not be renamed" : "Nuk është i mundur riemërtimi i %s", + "File handling" : "Trajtimi i Skedarëve", + "Maximum upload size" : "Madhësia maksimale e nagarkimit", + "max. possible: " : "maks i mundshëm", + "Save" : "Ruaj", + "WebDAV" : "WebDAV", + "New" : "E re", + "Text file" : "Skedar tekst", + "New folder" : "Dosje e're", + "Folder" : "Dosje", + "From link" : "Nga lidhja", + "Nothing in here. Upload something!" : "Këtu nuk ka asgje. Ngarko dicka", + "Download" : "Shkarko", + "Upload too large" : "Ngarkimi shumë i madh", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Skedarët që po mundoheni të ngarkoni e tejkalojnë madhësinë maksimale të lejuar nga serveri.", + "Files are being scanned, please wait." : "Skanerizimi i skedarit në proces. Ju lutem prisni." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/sq.json b/apps/files/l10n/sq.json new file mode 100644 index 0000000000..ec666c96ee --- /dev/null +++ b/apps/files/l10n/sq.json @@ -0,0 +1,60 @@ +{ "translations": { + "Unknown error" : "Gabim panjohur", + "Could not move %s - File with this name already exists" : "E pa mundur zhvendosja e %s - ekziston nje skedar me te njetin emer", + "Could not move %s" : "Nuk mund të zhvendoset %s", + "File name cannot be empty." : "Emri i skedarit nuk mund të jetë bosh.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Emër jo i vlefshëm, '\\', '/', '<', '>', ':', '\"', '|', '?' dhe '*' nuk lejohen.", + "Unable to set upload directory." : "E pa mundur të vendoset dosja e ngarkimit", + "Invalid Token" : "Shenjë e gabuar", + "No file was uploaded. Unknown error" : "Asnjë skedar nuk u dërgua. Gabim i pa njohur", + "There is no error, the file uploaded with success" : "Skedari u ngarkua me sukses", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Skedari i ngarkuar tejkalon limitin hapsirës së lejuar në php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Skedari i ngarkuar tejlakon vlerën MAX_FILE_SIZE të përcaktuar në formën HTML", + "The uploaded file was only partially uploaded" : "Skedari është ngakruar vetëm pjesërisht", + "No file was uploaded" : "Asnjë skedar nuk është ngarkuar", + "Missing a temporary folder" : "Mungon dosja e përkohshme", + "Failed to write to disk" : "Dështoi shkrimi në disk", + "Not enough storage available" : "Hapsira e arkivimit e pamjaftueshme", + "Invalid directory." : "Dosje e pavlefshme", + "Files" : "Skedarë", + "Upload cancelled." : "Ngarkimi u anullua", + "File upload is in progress. Leaving the page now will cancel the upload." : "Skedari duke u ngarkuar. Largimi nga faqja do të anullojë ngarkimin", + "URL cannot be empty" : "URL-i nuk mund të jetë bosh", + "{new_name} already exists" : "{new_name} është ekzistues ", + "Could not create folder" : "I pamundur krijimi i kartelës", + "Share" : "Ndaj", + "Delete" : "Fshi", + "Unshare" : "Hiq ndarjen", + "Delete permanently" : "Fshi përfundimisht", + "Rename" : "Riemëro", + "Pending" : "Në vijim", + "Error moving file" : "Gabim lëvizjen dokumentave", + "Error" : "Gabim", + "Name" : "Emri", + "Size" : "Madhësia", + "Modified" : "Ndryshuar", + "_%n folder_::_%n folders_" : ["%n dosje","%n dosje"], + "_%n file_::_%n files_" : ["%n skedar","%n skedarë"], + "_Uploading %n file_::_Uploading %n files_" : ["Po ngarkoj %n skedar","Po ngarkoj %n skedarë"], + "Your storage is full, files can not be updated or synced anymore!" : "Hapsira juaj e arkivimit është plot, skedarët nuk mund të përditësohen ose sinkronizohen!", + "Your storage is almost full ({usedSpacePercent}%)" : "Hapsira juaj e arkivimit është pothuajse në fund ({usedSpacePercent}%)", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kodifikimi u çaktivizua por skedarët tuaj vazhdojnë të jenë të kodifikuar. Ju lutem shkoni tek parametrat personale për të dekodifikuar skedarët tuaj.", + "{dirs} and {files}" : "{dirs} dhe {files}", + "%s could not be renamed" : "Nuk është i mundur riemërtimi i %s", + "File handling" : "Trajtimi i Skedarëve", + "Maximum upload size" : "Madhësia maksimale e nagarkimit", + "max. possible: " : "maks i mundshëm", + "Save" : "Ruaj", + "WebDAV" : "WebDAV", + "New" : "E re", + "Text file" : "Skedar tekst", + "New folder" : "Dosje e're", + "Folder" : "Dosje", + "From link" : "Nga lidhja", + "Nothing in here. Upload something!" : "Këtu nuk ka asgje. Ngarko dicka", + "Download" : "Shkarko", + "Upload too large" : "Ngarkimi shumë i madh", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Skedarët që po mundoheni të ngarkoni e tejkalojnë madhësinë maksimale të lejuar nga serveri.", + "Files are being scanned, please wait." : "Skanerizimi i skedarit në proces. Ju lutem prisni." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/sq.php b/apps/files/l10n/sq.php deleted file mode 100644 index 5491d820d5..0000000000 --- a/apps/files/l10n/sq.php +++ /dev/null @@ -1,61 +0,0 @@ - "Gabim panjohur", -"Could not move %s - File with this name already exists" => "E pa mundur zhvendosja e %s - ekziston nje skedar me te njetin emer", -"Could not move %s" => "Nuk mund të zhvendoset %s", -"File name cannot be empty." => "Emri i skedarit nuk mund të jetë bosh.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Emër jo i vlefshëm, '\\', '/', '<', '>', ':', '\"', '|', '?' dhe '*' nuk lejohen.", -"Unable to set upload directory." => "E pa mundur të vendoset dosja e ngarkimit", -"Invalid Token" => "Shenjë e gabuar", -"No file was uploaded. Unknown error" => "Asnjë skedar nuk u dërgua. Gabim i pa njohur", -"There is no error, the file uploaded with success" => "Skedari u ngarkua me sukses", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Skedari i ngarkuar tejkalon limitin hapsirës së lejuar në php.ini", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Skedari i ngarkuar tejlakon vlerën MAX_FILE_SIZE të përcaktuar në formën HTML", -"The uploaded file was only partially uploaded" => "Skedari është ngakruar vetëm pjesërisht", -"No file was uploaded" => "Asnjë skedar nuk është ngarkuar", -"Missing a temporary folder" => "Mungon dosja e përkohshme", -"Failed to write to disk" => "Dështoi shkrimi në disk", -"Not enough storage available" => "Hapsira e arkivimit e pamjaftueshme", -"Invalid directory." => "Dosje e pavlefshme", -"Files" => "Skedarë", -"Upload cancelled." => "Ngarkimi u anullua", -"File upload is in progress. Leaving the page now will cancel the upload." => "Skedari duke u ngarkuar. Largimi nga faqja do të anullojë ngarkimin", -"URL cannot be empty" => "URL-i nuk mund të jetë bosh", -"{new_name} already exists" => "{new_name} është ekzistues ", -"Could not create folder" => "I pamundur krijimi i kartelës", -"Share" => "Ndaj", -"Delete" => "Fshi", -"Unshare" => "Hiq ndarjen", -"Delete permanently" => "Fshi përfundimisht", -"Rename" => "Riemëro", -"Pending" => "Në vijim", -"Error moving file" => "Gabim lëvizjen dokumentave", -"Error" => "Gabim", -"Name" => "Emri", -"Size" => "Madhësia", -"Modified" => "Ndryshuar", -"_%n folder_::_%n folders_" => array("%n dosje","%n dosje"), -"_%n file_::_%n files_" => array("%n skedar","%n skedarë"), -"_Uploading %n file_::_Uploading %n files_" => array("Po ngarkoj %n skedar","Po ngarkoj %n skedarë"), -"Your storage is full, files can not be updated or synced anymore!" => "Hapsira juaj e arkivimit është plot, skedarët nuk mund të përditësohen ose sinkronizohen!", -"Your storage is almost full ({usedSpacePercent}%)" => "Hapsira juaj e arkivimit është pothuajse në fund ({usedSpacePercent}%)", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Kodifikimi u çaktivizua por skedarët tuaj vazhdojnë të jenë të kodifikuar. Ju lutem shkoni tek parametrat personale për të dekodifikuar skedarët tuaj.", -"{dirs} and {files}" => "{dirs} dhe {files}", -"%s could not be renamed" => "Nuk është i mundur riemërtimi i %s", -"File handling" => "Trajtimi i Skedarëve", -"Maximum upload size" => "Madhësia maksimale e nagarkimit", -"max. possible: " => "maks i mundshëm", -"Save" => "Ruaj", -"WebDAV" => "WebDAV", -"New" => "E re", -"Text file" => "Skedar tekst", -"New folder" => "Dosje e're", -"Folder" => "Dosje", -"From link" => "Nga lidhja", -"Nothing in here. Upload something!" => "Këtu nuk ka asgje. Ngarko dicka", -"Download" => "Shkarko", -"Upload too large" => "Ngarkimi shumë i madh", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Skedarët që po mundoheni të ngarkoni e tejkalojnë madhësinë maksimale të lejuar nga serveri.", -"Files are being scanned, please wait." => "Skanerizimi i skedarit në proces. Ju lutem prisni." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js new file mode 100644 index 0000000000..a758c833ff --- /dev/null +++ b/apps/files/l10n/sr.js @@ -0,0 +1,52 @@ +OC.L10N.register( + "files", + { + "Could not move %s - File with this name already exists" : "Не могу да преместим %s – датотека с овим именом већ постоји", + "Could not move %s" : "Не могу да преместим %s", + "File name cannot be empty." : "Име датотеке не може бити празно.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Неисправан назив. Следећи знакови нису дозвољени: \\, /, <, >, :, \", |, ? и *.", + "No file was uploaded. Unknown error" : "Ниједна датотека није отпремљена услед непознате грешке", + "There is no error, the file uploaded with success" : "Није дошло до грешке. Датотека је успешно отпремљена.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Отпремљена датотека прелази смерницу upload_max_filesize у датотеци php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Отпремљена датотека прелази смерницу MAX_FILE_SIZE која је наведена у HTML обрасцу", + "The uploaded file was only partially uploaded" : "Датотека је делимично отпремљена", + "No file was uploaded" : "Датотека није отпремљена", + "Missing a temporary folder" : "Недостаје привремена фасцикла", + "Failed to write to disk" : "Не могу да пишем на диск", + "Not enough storage available" : "Нема довољно простора", + "Invalid directory." : "неисправна фасцикла.", + "Files" : "Датотеке", + "Upload cancelled." : "Отпремање је прекинуто.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Отпремање датотеке је у току. Ако сада напустите страницу, прекинућете отпремање.", + "{new_name} already exists" : "{new_name} већ постоји", + "Share" : "Дели", + "Delete" : "Обриши", + "Unshare" : "Укини дељење", + "Delete permanently" : "Обриши за стално", + "Rename" : "Преименуј", + "Pending" : "На чекању", + "Error" : "Грешка", + "Name" : "Име", + "Size" : "Величина", + "Modified" : "Измењено", + "_%n folder_::_%n folders_" : ["","",""], + "_%n file_::_%n files_" : ["","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","",""], + "Your storage is full, files can not be updated or synced anymore!" : "Ваше складиште је пуно. Датотеке више не могу бити ажуриране ни синхронизоване.", + "Your storage is almost full ({usedSpacePercent}%)" : "Ваше складиште је скоро па пуно ({usedSpacePercent}%)", + "File handling" : "Управљање датотекама", + "Maximum upload size" : "Највећа величина датотеке", + "max. possible: " : "највећа величина:", + "Save" : "Сачувај", + "WebDAV" : "WebDAV", + "New" : "Нова", + "Text file" : "текстуална датотека", + "Folder" : "фасцикла", + "From link" : "Са везе", + "Nothing in here. Upload something!" : "Овде нема ничег. Отпремите нешто!", + "Download" : "Преузми", + "Upload too large" : "Датотека је превелика", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Датотеке које желите да отпремите прелазе ограничење у величини.", + "Files are being scanned, please wait." : "Скенирам датотеке…" +}, +"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/apps/files/l10n/sr.json b/apps/files/l10n/sr.json new file mode 100644 index 0000000000..a68c3f8ad8 --- /dev/null +++ b/apps/files/l10n/sr.json @@ -0,0 +1,50 @@ +{ "translations": { + "Could not move %s - File with this name already exists" : "Не могу да преместим %s – датотека с овим именом већ постоји", + "Could not move %s" : "Не могу да преместим %s", + "File name cannot be empty." : "Име датотеке не може бити празно.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Неисправан назив. Следећи знакови нису дозвољени: \\, /, <, >, :, \", |, ? и *.", + "No file was uploaded. Unknown error" : "Ниједна датотека није отпремљена услед непознате грешке", + "There is no error, the file uploaded with success" : "Није дошло до грешке. Датотека је успешно отпремљена.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Отпремљена датотека прелази смерницу upload_max_filesize у датотеци php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Отпремљена датотека прелази смерницу MAX_FILE_SIZE која је наведена у HTML обрасцу", + "The uploaded file was only partially uploaded" : "Датотека је делимично отпремљена", + "No file was uploaded" : "Датотека није отпремљена", + "Missing a temporary folder" : "Недостаје привремена фасцикла", + "Failed to write to disk" : "Не могу да пишем на диск", + "Not enough storage available" : "Нема довољно простора", + "Invalid directory." : "неисправна фасцикла.", + "Files" : "Датотеке", + "Upload cancelled." : "Отпремање је прекинуто.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Отпремање датотеке је у току. Ако сада напустите страницу, прекинућете отпремање.", + "{new_name} already exists" : "{new_name} већ постоји", + "Share" : "Дели", + "Delete" : "Обриши", + "Unshare" : "Укини дељење", + "Delete permanently" : "Обриши за стално", + "Rename" : "Преименуј", + "Pending" : "На чекању", + "Error" : "Грешка", + "Name" : "Име", + "Size" : "Величина", + "Modified" : "Измењено", + "_%n folder_::_%n folders_" : ["","",""], + "_%n file_::_%n files_" : ["","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","",""], + "Your storage is full, files can not be updated or synced anymore!" : "Ваше складиште је пуно. Датотеке више не могу бити ажуриране ни синхронизоване.", + "Your storage is almost full ({usedSpacePercent}%)" : "Ваше складиште је скоро па пуно ({usedSpacePercent}%)", + "File handling" : "Управљање датотекама", + "Maximum upload size" : "Највећа величина датотеке", + "max. possible: " : "највећа величина:", + "Save" : "Сачувај", + "WebDAV" : "WebDAV", + "New" : "Нова", + "Text file" : "текстуална датотека", + "Folder" : "фасцикла", + "From link" : "Са везе", + "Nothing in here. Upload something!" : "Овде нема ничег. Отпремите нешто!", + "Download" : "Преузми", + "Upload too large" : "Датотека је превелика", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Датотеке које желите да отпремите прелазе ограничење у величини.", + "Files are being scanned, please wait." : "Скенирам датотеке…" +},"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/apps/files/l10n/sr.php b/apps/files/l10n/sr.php deleted file mode 100644 index 99a98fbd6d..0000000000 --- a/apps/files/l10n/sr.php +++ /dev/null @@ -1,51 +0,0 @@ - "Не могу да преместим %s – датотека с овим именом већ постоји", -"Could not move %s" => "Не могу да преместим %s", -"File name cannot be empty." => "Име датотеке не може бити празно.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неисправан назив. Следећи знакови нису дозвољени: \\, /, <, >, :, \", |, ? и *.", -"No file was uploaded. Unknown error" => "Ниједна датотека није отпремљена услед непознате грешке", -"There is no error, the file uploaded with success" => "Није дошло до грешке. Датотека је успешно отпремљена.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Отпремљена датотека прелази смерницу upload_max_filesize у датотеци php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Отпремљена датотека прелази смерницу MAX_FILE_SIZE која је наведена у HTML обрасцу", -"The uploaded file was only partially uploaded" => "Датотека је делимично отпремљена", -"No file was uploaded" => "Датотека није отпремљена", -"Missing a temporary folder" => "Недостаје привремена фасцикла", -"Failed to write to disk" => "Не могу да пишем на диск", -"Not enough storage available" => "Нема довољно простора", -"Invalid directory." => "неисправна фасцикла.", -"Files" => "Датотеке", -"Upload cancelled." => "Отпремање је прекинуто.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Отпремање датотеке је у току. Ако сада напустите страницу, прекинућете отпремање.", -"{new_name} already exists" => "{new_name} већ постоји", -"Share" => "Дели", -"Delete" => "Обриши", -"Unshare" => "Укини дељење", -"Delete permanently" => "Обриши за стално", -"Rename" => "Преименуј", -"Pending" => "На чекању", -"Error" => "Грешка", -"Name" => "Име", -"Size" => "Величина", -"Modified" => "Измењено", -"_%n folder_::_%n folders_" => array("","",""), -"_%n file_::_%n files_" => array("","",""), -"_Uploading %n file_::_Uploading %n files_" => array("","",""), -"Your storage is full, files can not be updated or synced anymore!" => "Ваше складиште је пуно. Датотеке више не могу бити ажуриране ни синхронизоване.", -"Your storage is almost full ({usedSpacePercent}%)" => "Ваше складиште је скоро па пуно ({usedSpacePercent}%)", -"File handling" => "Управљање датотекама", -"Maximum upload size" => "Највећа величина датотеке", -"max. possible: " => "највећа величина:", -"Save" => "Сачувај", -"WebDAV" => "WebDAV", -"New" => "Нова", -"Text file" => "текстуална датотека", -"Folder" => "фасцикла", -"From link" => "Са везе", -"Nothing in here. Upload something!" => "Овде нема ничег. Отпремите нешто!", -"Download" => "Преузми", -"Upload too large" => "Датотека је превелика", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Датотеке које желите да отпремите прелазе ограничење у величини.", -"Files are being scanned, please wait." => "Скенирам датотеке…" -); -$PLURAL_FORMS = "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/apps/files/l10n/sr@latin.js b/apps/files/l10n/sr@latin.js new file mode 100644 index 0000000000..2209b673ab --- /dev/null +++ b/apps/files/l10n/sr@latin.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "files", + { + "There is no error, the file uploaded with success" : "Nema greške, fajl je uspešno poslat", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Poslati fajl prevazilazi direktivu MAX_FILE_SIZE koja je navedena u HTML formi", + "The uploaded file was only partially uploaded" : "Poslati fajl je samo delimično otpremljen!", + "No file was uploaded" : "Nijedan fajl nije poslat", + "Missing a temporary folder" : "Nedostaje privremena fascikla", + "Files" : "Fajlovi", + "Share" : "Podeli", + "Delete" : "Obriši", + "Unshare" : "Ukljoni deljenje", + "Rename" : "Preimenij", + "Error" : "Greška", + "Name" : "Ime", + "Size" : "Veličina", + "Modified" : "Zadnja izmena", + "_%n folder_::_%n folders_" : ["","",""], + "_%n file_::_%n files_" : ["","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","",""], + "Maximum upload size" : "Maksimalna veličina pošiljke", + "Save" : "Snimi", + "Folder" : "Direktorijum", + "Nothing in here. Upload something!" : "Ovde nema ničeg. Pošaljite nešto!", + "Download" : "Preuzmi", + "Upload too large" : "Pošiljka je prevelika", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Fajlovi koje želite da pošaljete prevazilaze ograničenje maksimalne veličine pošiljke na ovom serveru." +}, +"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/apps/files/l10n/sr@latin.json b/apps/files/l10n/sr@latin.json new file mode 100644 index 0000000000..f130138bc5 --- /dev/null +++ b/apps/files/l10n/sr@latin.json @@ -0,0 +1,27 @@ +{ "translations": { + "There is no error, the file uploaded with success" : "Nema greške, fajl je uspešno poslat", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Poslati fajl prevazilazi direktivu MAX_FILE_SIZE koja je navedena u HTML formi", + "The uploaded file was only partially uploaded" : "Poslati fajl je samo delimično otpremljen!", + "No file was uploaded" : "Nijedan fajl nije poslat", + "Missing a temporary folder" : "Nedostaje privremena fascikla", + "Files" : "Fajlovi", + "Share" : "Podeli", + "Delete" : "Obriši", + "Unshare" : "Ukljoni deljenje", + "Rename" : "Preimenij", + "Error" : "Greška", + "Name" : "Ime", + "Size" : "Veličina", + "Modified" : "Zadnja izmena", + "_%n folder_::_%n folders_" : ["","",""], + "_%n file_::_%n files_" : ["","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","",""], + "Maximum upload size" : "Maksimalna veličina pošiljke", + "Save" : "Snimi", + "Folder" : "Direktorijum", + "Nothing in here. Upload something!" : "Ovde nema ničeg. Pošaljite nešto!", + "Download" : "Preuzmi", + "Upload too large" : "Pošiljka je prevelika", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Fajlovi koje želite da pošaljete prevazilaze ograničenje maksimalne veličine pošiljke na ovom serveru." +},"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/apps/files/l10n/sr@latin.php b/apps/files/l10n/sr@latin.php deleted file mode 100644 index 0eed9d5e15..0000000000 --- a/apps/files/l10n/sr@latin.php +++ /dev/null @@ -1,28 +0,0 @@ - "Nema greške, fajl je uspešno poslat", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Poslati fajl prevazilazi direktivu MAX_FILE_SIZE koja je navedena u HTML formi", -"The uploaded file was only partially uploaded" => "Poslati fajl je samo delimično otpremljen!", -"No file was uploaded" => "Nijedan fajl nije poslat", -"Missing a temporary folder" => "Nedostaje privremena fascikla", -"Files" => "Fajlovi", -"Share" => "Podeli", -"Delete" => "Obriši", -"Unshare" => "Ukljoni deljenje", -"Rename" => "Preimenij", -"Error" => "Greška", -"Name" => "Ime", -"Size" => "Veličina", -"Modified" => "Zadnja izmena", -"_%n folder_::_%n folders_" => array("","",""), -"_%n file_::_%n files_" => array("","",""), -"_Uploading %n file_::_Uploading %n files_" => array("","",""), -"Maximum upload size" => "Maksimalna veličina pošiljke", -"Save" => "Snimi", -"Folder" => "Direktorijum", -"Nothing in here. Upload something!" => "Ovde nema ničeg. Pošaljite nešto!", -"Download" => "Preuzmi", -"Upload too large" => "Pošiljka je prevelika", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Fajlovi koje želite da pošaljete prevazilaze ograničenje maksimalne veličine pošiljke na ovom serveru." -); -$PLURAL_FORMS = "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/apps/files/l10n/su.js b/apps/files/l10n/su.js new file mode 100644 index 0000000000..d1bbfca2dd --- /dev/null +++ b/apps/files/l10n/su.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files", + { + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/su.json b/apps/files/l10n/su.json new file mode 100644 index 0000000000..e493054d78 --- /dev/null +++ b/apps/files/l10n/su.json @@ -0,0 +1,6 @@ +{ "translations": { + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/su.php b/apps/files/l10n/su.php deleted file mode 100644 index 70ab6572ba..0000000000 --- a/apps/files/l10n/su.php +++ /dev/null @@ -1,7 +0,0 @@ - array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js new file mode 100644 index 0000000000..234731fec2 --- /dev/null +++ b/apps/files/l10n/sv.js @@ -0,0 +1,91 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Okänt fel", + "Could not move %s - File with this name already exists" : "Kunde inte flytta %s - Det finns redan en fil med detta namn", + "Could not move %s" : "Kan inte flytta %s", + "File name cannot be empty." : "Filnamn kan inte vara tomt.", + "\"%s\" is an invalid file name." : "\"%s\" är ett ogiltigt filnamn.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ogiltigt namn, '\\', '/', '<', '>', ':', '\"', '|', '?' och '*' är inte tillåtet.", + "The target folder has been moved or deleted." : "Målmappen har flyttats eller tagits bort.", + "The name %s is already used in the folder %s. Please choose a different name." : "Namnet %s används redan i katalogen %s. Välj ett annat namn.", + "Not a valid source" : "Inte en giltig källa", + "Server is not allowed to open URLs, please check the server configuration" : "Servern är inte tillåten att öppna URL:er, vänligen kontrollera server konfigurationen", + "Error while downloading %s to %s" : "Fel under nerladdning från %s till %s", + "Error when creating the file" : "Fel under skapande utav filen", + "Folder name cannot be empty." : "Katalognamn kan ej vara tomt.", + "Error when creating the folder" : "Fel under skapande utav en katalog", + "Unable to set upload directory." : "Kan inte sätta mapp för uppladdning.", + "Invalid Token" : "Ogiltig token", + "No file was uploaded. Unknown error" : "Ingen fil uppladdad. Okänt fel", + "There is no error, the file uploaded with success" : "Inga fel uppstod. Filen laddades upp utan problem.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Den uppladdade filen överskrider upload_max_filesize direktivet php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uppladdade filen överskrider MAX_FILE_SIZE direktivet som har angetts i HTML formuläret", + "The uploaded file was only partially uploaded" : "Den uppladdade filen var endast delvis uppladdad", + "No file was uploaded" : "Ingen fil laddades upp", + "Missing a temporary folder" : "En temporär mapp saknas", + "Failed to write to disk" : "Misslyckades spara till disk", + "Not enough storage available" : "Inte tillräckligt med lagringsutrymme tillgängligt", + "Upload failed. Could not find uploaded file" : "Uppladdning misslyckades. Kunde inte hitta den uppladdade filen", + "Upload failed. Could not get file info." : "Uppladdning misslyckades. Gick inte att hämta filinformation.", + "Invalid directory." : "Felaktig mapp.", + "Files" : "Filer", + "All files" : "Alla filer", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan inte ladda upp {filename} eftersom den antingen är en mapp eller har 0 bytes.", + "Total file size {size1} exceeds upload limit {size2}" : "Totala filstorleken {size1} överskrider uppladdningsgränsen {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Inte tillräckligt med ledigt utrymme, du laddar upp {size1} men endast {size2} finns kvar.", + "Upload cancelled." : "Uppladdning avbruten.", + "Could not get result from server." : "Gick inte att hämta resultat från server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen.", + "URL cannot be empty" : "URL kan ej vara tomt", + "{new_name} already exists" : "{new_name} finns redan", + "Could not create file" : "Kunde ej skapa fil", + "Could not create folder" : "Kunde ej skapa katalog", + "Error fetching URL" : "Fel vid hämtning av URL", + "Share" : "Dela", + "Delete" : "Radera", + "Unshare" : "Sluta dela", + "Delete permanently" : "Radera permanent", + "Rename" : "Byt namn", + "Pending" : "Väntar", + "Error moving file." : "Fel vid flytt av fil.", + "Error moving file" : "Fel uppstod vid flyttning av fil", + "Error" : "Fel", + "Could not rename file" : "Kan ej byta filnamn", + "Error deleting file." : "Kunde inte ta bort filen.", + "Name" : "Namn", + "Size" : "Storlek", + "Modified" : "Ändrad", + "_%n folder_::_%n folders_" : ["%n mapp","%n mappar"], + "_%n file_::_%n files_" : ["%n fil","%n filer"], + "You don’t have permission to upload or create files here" : "Du har ej tillåtelse att ladda upp eller skapa filer här", + "_Uploading %n file_::_Uploading %n files_" : ["Laddar upp %n fil","Laddar upp %n filer"], + "\"{name}\" is an invalid file name." : "\"{name}\" är ett ogiltligt filnamn.", + "Your storage is full, files can not be updated or synced anymore!" : "Ditt lagringsutrymme är fullt, filer kan inte längre uppdateras eller synkroniseras!", + "Your storage is almost full ({usedSpacePercent}%)" : "Ditt lagringsutrymme är nästan fullt ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krypteringsprogrammet är aktiverat men dina nycklar är inte initierade. Vänligen logga ut och in igen", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ogiltig privat nyckel i krypteringsprogrammet. Vänligen uppdatera lösenordet till din privata nyckel under dina personliga inställningar för att återfå tillgång till dina krypterade filer.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kryptering inaktiverades men dina filer är fortfarande krypterade. Vänligen gå till sidan för dina personliga inställningar för att dekryptera dina filer.", + "{dirs} and {files}" : "{dirs} och {files}", + "%s could not be renamed" : "%s kunde inte namnändras", + "Upload (max. %s)" : "Ladda upp (max. %s)", + "File handling" : "Filhantering", + "Maximum upload size" : "Maximal storlek att ladda upp", + "max. possible: " : "max. möjligt:", + "Save" : "Spara", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Använd denna adress till nå dina Filer via WebDAV", + "New" : "Ny", + "New text file" : "Ny textfil", + "Text file" : "Textfil", + "New folder" : "Ny mapp", + "Folder" : "Mapp", + "From link" : "Från länk", + "Nothing in here. Upload something!" : "Ingenting här. Ladda upp något!", + "Download" : "Ladda ner", + "Upload too large" : "För stor uppladdning", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filerna du försöker ladda upp överstiger den maximala storleken för filöverföringar på servern.", + "Files are being scanned, please wait." : "Filer skannas, var god vänta", + "Currently scanning" : "sökning pågår" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json new file mode 100644 index 0000000000..36aa5d5984 --- /dev/null +++ b/apps/files/l10n/sv.json @@ -0,0 +1,89 @@ +{ "translations": { + "Unknown error" : "Okänt fel", + "Could not move %s - File with this name already exists" : "Kunde inte flytta %s - Det finns redan en fil med detta namn", + "Could not move %s" : "Kan inte flytta %s", + "File name cannot be empty." : "Filnamn kan inte vara tomt.", + "\"%s\" is an invalid file name." : "\"%s\" är ett ogiltigt filnamn.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ogiltigt namn, '\\', '/', '<', '>', ':', '\"', '|', '?' och '*' är inte tillåtet.", + "The target folder has been moved or deleted." : "Målmappen har flyttats eller tagits bort.", + "The name %s is already used in the folder %s. Please choose a different name." : "Namnet %s används redan i katalogen %s. Välj ett annat namn.", + "Not a valid source" : "Inte en giltig källa", + "Server is not allowed to open URLs, please check the server configuration" : "Servern är inte tillåten att öppna URL:er, vänligen kontrollera server konfigurationen", + "Error while downloading %s to %s" : "Fel under nerladdning från %s till %s", + "Error when creating the file" : "Fel under skapande utav filen", + "Folder name cannot be empty." : "Katalognamn kan ej vara tomt.", + "Error when creating the folder" : "Fel under skapande utav en katalog", + "Unable to set upload directory." : "Kan inte sätta mapp för uppladdning.", + "Invalid Token" : "Ogiltig token", + "No file was uploaded. Unknown error" : "Ingen fil uppladdad. Okänt fel", + "There is no error, the file uploaded with success" : "Inga fel uppstod. Filen laddades upp utan problem.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Den uppladdade filen överskrider upload_max_filesize direktivet php.ini:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uppladdade filen överskrider MAX_FILE_SIZE direktivet som har angetts i HTML formuläret", + "The uploaded file was only partially uploaded" : "Den uppladdade filen var endast delvis uppladdad", + "No file was uploaded" : "Ingen fil laddades upp", + "Missing a temporary folder" : "En temporär mapp saknas", + "Failed to write to disk" : "Misslyckades spara till disk", + "Not enough storage available" : "Inte tillräckligt med lagringsutrymme tillgängligt", + "Upload failed. Could not find uploaded file" : "Uppladdning misslyckades. Kunde inte hitta den uppladdade filen", + "Upload failed. Could not get file info." : "Uppladdning misslyckades. Gick inte att hämta filinformation.", + "Invalid directory." : "Felaktig mapp.", + "Files" : "Filer", + "All files" : "Alla filer", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan inte ladda upp {filename} eftersom den antingen är en mapp eller har 0 bytes.", + "Total file size {size1} exceeds upload limit {size2}" : "Totala filstorleken {size1} överskrider uppladdningsgränsen {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Inte tillräckligt med ledigt utrymme, du laddar upp {size1} men endast {size2} finns kvar.", + "Upload cancelled." : "Uppladdning avbruten.", + "Could not get result from server." : "Gick inte att hämta resultat från server.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen.", + "URL cannot be empty" : "URL kan ej vara tomt", + "{new_name} already exists" : "{new_name} finns redan", + "Could not create file" : "Kunde ej skapa fil", + "Could not create folder" : "Kunde ej skapa katalog", + "Error fetching URL" : "Fel vid hämtning av URL", + "Share" : "Dela", + "Delete" : "Radera", + "Unshare" : "Sluta dela", + "Delete permanently" : "Radera permanent", + "Rename" : "Byt namn", + "Pending" : "Väntar", + "Error moving file." : "Fel vid flytt av fil.", + "Error moving file" : "Fel uppstod vid flyttning av fil", + "Error" : "Fel", + "Could not rename file" : "Kan ej byta filnamn", + "Error deleting file." : "Kunde inte ta bort filen.", + "Name" : "Namn", + "Size" : "Storlek", + "Modified" : "Ändrad", + "_%n folder_::_%n folders_" : ["%n mapp","%n mappar"], + "_%n file_::_%n files_" : ["%n fil","%n filer"], + "You don’t have permission to upload or create files here" : "Du har ej tillåtelse att ladda upp eller skapa filer här", + "_Uploading %n file_::_Uploading %n files_" : ["Laddar upp %n fil","Laddar upp %n filer"], + "\"{name}\" is an invalid file name." : "\"{name}\" är ett ogiltligt filnamn.", + "Your storage is full, files can not be updated or synced anymore!" : "Ditt lagringsutrymme är fullt, filer kan inte längre uppdateras eller synkroniseras!", + "Your storage is almost full ({usedSpacePercent}%)" : "Ditt lagringsutrymme är nästan fullt ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krypteringsprogrammet är aktiverat men dina nycklar är inte initierade. Vänligen logga ut och in igen", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ogiltig privat nyckel i krypteringsprogrammet. Vänligen uppdatera lösenordet till din privata nyckel under dina personliga inställningar för att återfå tillgång till dina krypterade filer.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kryptering inaktiverades men dina filer är fortfarande krypterade. Vänligen gå till sidan för dina personliga inställningar för att dekryptera dina filer.", + "{dirs} and {files}" : "{dirs} och {files}", + "%s could not be renamed" : "%s kunde inte namnändras", + "Upload (max. %s)" : "Ladda upp (max. %s)", + "File handling" : "Filhantering", + "Maximum upload size" : "Maximal storlek att ladda upp", + "max. possible: " : "max. möjligt:", + "Save" : "Spara", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Använd denna adress till nå dina Filer via WebDAV", + "New" : "Ny", + "New text file" : "Ny textfil", + "Text file" : "Textfil", + "New folder" : "Ny mapp", + "Folder" : "Mapp", + "From link" : "Från länk", + "Nothing in here. Upload something!" : "Ingenting här. Ladda upp något!", + "Download" : "Ladda ner", + "Upload too large" : "För stor uppladdning", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filerna du försöker ladda upp överstiger den maximala storleken för filöverföringar på servern.", + "Files are being scanned, please wait." : "Filer skannas, var god vänta", + "Currently scanning" : "sökning pågår" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php deleted file mode 100644 index 953946f380..0000000000 --- a/apps/files/l10n/sv.php +++ /dev/null @@ -1,90 +0,0 @@ - "Okänt fel", -"Could not move %s - File with this name already exists" => "Kunde inte flytta %s - Det finns redan en fil med detta namn", -"Could not move %s" => "Kan inte flytta %s", -"File name cannot be empty." => "Filnamn kan inte vara tomt.", -"\"%s\" is an invalid file name." => "\"%s\" är ett ogiltigt filnamn.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ogiltigt namn, '\\', '/', '<', '>', ':', '\"', '|', '?' och '*' är inte tillåtet.", -"The target folder has been moved or deleted." => "Målmappen har flyttats eller tagits bort.", -"The name %s is already used in the folder %s. Please choose a different name." => "Namnet %s används redan i katalogen %s. Välj ett annat namn.", -"Not a valid source" => "Inte en giltig källa", -"Server is not allowed to open URLs, please check the server configuration" => "Servern är inte tillåten att öppna URL:er, vänligen kontrollera server konfigurationen", -"Error while downloading %s to %s" => "Fel under nerladdning från %s till %s", -"Error when creating the file" => "Fel under skapande utav filen", -"Folder name cannot be empty." => "Katalognamn kan ej vara tomt.", -"Error when creating the folder" => "Fel under skapande utav en katalog", -"Unable to set upload directory." => "Kan inte sätta mapp för uppladdning.", -"Invalid Token" => "Ogiltig token", -"No file was uploaded. Unknown error" => "Ingen fil uppladdad. Okänt fel", -"There is no error, the file uploaded with success" => "Inga fel uppstod. Filen laddades upp utan problem.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Den uppladdade filen överskrider upload_max_filesize direktivet php.ini:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den uppladdade filen överskrider MAX_FILE_SIZE direktivet som har angetts i HTML formuläret", -"The uploaded file was only partially uploaded" => "Den uppladdade filen var endast delvis uppladdad", -"No file was uploaded" => "Ingen fil laddades upp", -"Missing a temporary folder" => "En temporär mapp saknas", -"Failed to write to disk" => "Misslyckades spara till disk", -"Not enough storage available" => "Inte tillräckligt med lagringsutrymme tillgängligt", -"Upload failed. Could not find uploaded file" => "Uppladdning misslyckades. Kunde inte hitta den uppladdade filen", -"Upload failed. Could not get file info." => "Uppladdning misslyckades. Gick inte att hämta filinformation.", -"Invalid directory." => "Felaktig mapp.", -"Files" => "Filer", -"All files" => "Alla filer", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Kan inte ladda upp {filename} eftersom den antingen är en mapp eller har 0 bytes.", -"Total file size {size1} exceeds upload limit {size2}" => "Totala filstorleken {size1} överskrider uppladdningsgränsen {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Inte tillräckligt med ledigt utrymme, du laddar upp {size1} men endast {size2} finns kvar.", -"Upload cancelled." => "Uppladdning avbruten.", -"Could not get result from server." => "Gick inte att hämta resultat från server.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen.", -"URL cannot be empty" => "URL kan ej vara tomt", -"{new_name} already exists" => "{new_name} finns redan", -"Could not create file" => "Kunde ej skapa fil", -"Could not create folder" => "Kunde ej skapa katalog", -"Error fetching URL" => "Fel vid hämtning av URL", -"Share" => "Dela", -"Delete" => "Radera", -"Unshare" => "Sluta dela", -"Delete permanently" => "Radera permanent", -"Rename" => "Byt namn", -"Pending" => "Väntar", -"Error moving file." => "Fel vid flytt av fil.", -"Error moving file" => "Fel uppstod vid flyttning av fil", -"Error" => "Fel", -"Could not rename file" => "Kan ej byta filnamn", -"Error deleting file." => "Kunde inte ta bort filen.", -"Name" => "Namn", -"Size" => "Storlek", -"Modified" => "Ändrad", -"_%n folder_::_%n folders_" => array("%n mapp","%n mappar"), -"_%n file_::_%n files_" => array("%n fil","%n filer"), -"You don’t have permission to upload or create files here" => "Du har ej tillåtelse att ladda upp eller skapa filer här", -"_Uploading %n file_::_Uploading %n files_" => array("Laddar upp %n fil","Laddar upp %n filer"), -"\"{name}\" is an invalid file name." => "\"{name}\" är ett ogiltligt filnamn.", -"Your storage is full, files can not be updated or synced anymore!" => "Ditt lagringsutrymme är fullt, filer kan inte längre uppdateras eller synkroniseras!", -"Your storage is almost full ({usedSpacePercent}%)" => "Ditt lagringsutrymme är nästan fullt ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Krypteringsprogrammet är aktiverat men dina nycklar är inte initierade. Vänligen logga ut och in igen", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Ogiltig privat nyckel i krypteringsprogrammet. Vänligen uppdatera lösenordet till din privata nyckel under dina personliga inställningar för att återfå tillgång till dina krypterade filer.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Kryptering inaktiverades men dina filer är fortfarande krypterade. Vänligen gå till sidan för dina personliga inställningar för att dekryptera dina filer.", -"{dirs} and {files}" => "{dirs} och {files}", -"%s could not be renamed" => "%s kunde inte namnändras", -"Upload (max. %s)" => "Ladda upp (max. %s)", -"File handling" => "Filhantering", -"Maximum upload size" => "Maximal storlek att ladda upp", -"max. possible: " => "max. möjligt:", -"Save" => "Spara", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Använd denna adress till nå dina Filer via WebDAV", -"New" => "Ny", -"New text file" => "Ny textfil", -"Text file" => "Textfil", -"New folder" => "Ny mapp", -"Folder" => "Mapp", -"From link" => "Från länk", -"Nothing in here. Upload something!" => "Ingenting här. Ladda upp något!", -"Download" => "Ladda ner", -"Upload too large" => "För stor uppladdning", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filerna du försöker ladda upp överstiger den maximala storleken för filöverföringar på servern.", -"Files are being scanned, please wait." => "Filer skannas, var god vänta", -"Currently scanning" => "sökning pågår" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/sw_KE.js b/apps/files/l10n/sw_KE.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/sw_KE.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/sw_KE.json b/apps/files/l10n/sw_KE.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/sw_KE.json @@ -0,0 +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 diff --git a/apps/files/l10n/sw_KE.php b/apps/files/l10n/sw_KE.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/sw_KE.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ta_IN.js b/apps/files/l10n/ta_IN.js new file mode 100644 index 0000000000..b7aaa25ee5 --- /dev/null +++ b/apps/files/l10n/ta_IN.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files", + { + "Files" : "கோப்புகள்", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "New folder" : "புதிய கோப்புறை" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ta_IN.json b/apps/files/l10n/ta_IN.json new file mode 100644 index 0000000000..955320c6c9 --- /dev/null +++ b/apps/files/l10n/ta_IN.json @@ -0,0 +1,8 @@ +{ "translations": { + "Files" : "கோப்புகள்", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "New folder" : "புதிய கோப்புறை" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/ta_IN.php b/apps/files/l10n/ta_IN.php deleted file mode 100644 index 8266e21a44..0000000000 --- a/apps/files/l10n/ta_IN.php +++ /dev/null @@ -1,9 +0,0 @@ - "கோப்புகள்", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"New folder" => "புதிய கோப்புறை" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ta_LK.js b/apps/files/l10n/ta_LK.js new file mode 100644 index 0000000000..2014dd6ceb --- /dev/null +++ b/apps/files/l10n/ta_LK.js @@ -0,0 +1,42 @@ +OC.L10N.register( + "files", + { + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "செல்லுபடியற்ற பெயர்,'\\', '/', '<', '>', ':', '\"', '|', '?' மற்றும் '*' ஆகியன அனுமதிக்கப்படமாட்டாது.", + "No file was uploaded. Unknown error" : "ஒரு கோப்பும் பதிவேற்றப்படவில்லை. அறியப்படாத வழு", + "There is no error, the file uploaded with success" : "இங்கு வழு இல்லை, கோப்பு வெற்றிகரமாக பதிவேற்றப்பட்டது", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "பதிவேற்றப்பட்ட கோப்பானது HTML படிவத்தில் குறிப்பிடப்பட்டுள்ள MAX_FILE_SIZE directive ஐ விட கூடியது", + "The uploaded file was only partially uploaded" : "பதிவேற்றப்பட்ட கோப்பானது பகுதியாக மட்டுமே பதிவேற்றப்பட்டுள்ளது", + "No file was uploaded" : "எந்த கோப்பும் பதிவேற்றப்படவில்லை", + "Missing a temporary folder" : "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை", + "Failed to write to disk" : "வட்டில் எழுத முடியவில்லை", + "Files" : "கோப்புகள்", + "Upload cancelled." : "பதிவேற்றல் இரத்து செய்யப்பட்டுள்ளது", + "File upload is in progress. Leaving the page now will cancel the upload." : "கோப்பு பதிவேற்றம் செயல்பாட்டில் உள்ளது. இந்தப் பக்கத்திலிருந்து வெறியேறுவதானது பதிவேற்றலை இரத்து செய்யும்.", + "{new_name} already exists" : "{new_name} ஏற்கனவே உள்ளது", + "Share" : "பகிர்வு", + "Delete" : "நீக்குக", + "Unshare" : "பகிரப்படாதது", + "Rename" : "பெயர்மாற்றம்", + "Pending" : "நிலுவையிலுள்ள", + "Error" : "வழு", + "Name" : "பெயர்", + "Size" : "அளவு", + "Modified" : "மாற்றப்பட்டது", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "File handling" : "கோப்பு கையாளுதல்", + "Maximum upload size" : "பதிவேற்றக்கூடிய ஆகக்கூடிய அளவு ", + "max. possible: " : "ஆகக் கூடியது:", + "Save" : "சேமிக்க ", + "New" : "புதிய", + "Text file" : "கோப்பு உரை", + "Folder" : "கோப்புறை", + "From link" : "இணைப்பிலிருந்து", + "Nothing in here. Upload something!" : "இங்கு ஒன்றும் இல்லை. ஏதாவது பதிவேற்றுக!", + "Download" : "பதிவிறக்குக", + "Upload too large" : "பதிவேற்றல் மிகப்பெரியது", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "நீங்கள் பதிவேற்ற முயற்சிக்கும் கோப்புகளானது இந்த சேவையகத்தில் கோப்பு பதிவேற்றக்கூடிய ஆகக்கூடிய அளவிலும் கூடியது.", + "Files are being scanned, please wait." : "கோப்புகள் வருடப்படுகின்றன, தயவுசெய்து காத்திருங்கள்." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ta_LK.json b/apps/files/l10n/ta_LK.json new file mode 100644 index 0000000000..c8426f9eb3 --- /dev/null +++ b/apps/files/l10n/ta_LK.json @@ -0,0 +1,40 @@ +{ "translations": { + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "செல்லுபடியற்ற பெயர்,'\\', '/', '<', '>', ':', '\"', '|', '?' மற்றும் '*' ஆகியன அனுமதிக்கப்படமாட்டாது.", + "No file was uploaded. Unknown error" : "ஒரு கோப்பும் பதிவேற்றப்படவில்லை. அறியப்படாத வழு", + "There is no error, the file uploaded with success" : "இங்கு வழு இல்லை, கோப்பு வெற்றிகரமாக பதிவேற்றப்பட்டது", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "பதிவேற்றப்பட்ட கோப்பானது HTML படிவத்தில் குறிப்பிடப்பட்டுள்ள MAX_FILE_SIZE directive ஐ விட கூடியது", + "The uploaded file was only partially uploaded" : "பதிவேற்றப்பட்ட கோப்பானது பகுதியாக மட்டுமே பதிவேற்றப்பட்டுள்ளது", + "No file was uploaded" : "எந்த கோப்பும் பதிவேற்றப்படவில்லை", + "Missing a temporary folder" : "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை", + "Failed to write to disk" : "வட்டில் எழுத முடியவில்லை", + "Files" : "கோப்புகள்", + "Upload cancelled." : "பதிவேற்றல் இரத்து செய்யப்பட்டுள்ளது", + "File upload is in progress. Leaving the page now will cancel the upload." : "கோப்பு பதிவேற்றம் செயல்பாட்டில் உள்ளது. இந்தப் பக்கத்திலிருந்து வெறியேறுவதானது பதிவேற்றலை இரத்து செய்யும்.", + "{new_name} already exists" : "{new_name} ஏற்கனவே உள்ளது", + "Share" : "பகிர்வு", + "Delete" : "நீக்குக", + "Unshare" : "பகிரப்படாதது", + "Rename" : "பெயர்மாற்றம்", + "Pending" : "நிலுவையிலுள்ள", + "Error" : "வழு", + "Name" : "பெயர்", + "Size" : "அளவு", + "Modified" : "மாற்றப்பட்டது", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "File handling" : "கோப்பு கையாளுதல்", + "Maximum upload size" : "பதிவேற்றக்கூடிய ஆகக்கூடிய அளவு ", + "max. possible: " : "ஆகக் கூடியது:", + "Save" : "சேமிக்க ", + "New" : "புதிய", + "Text file" : "கோப்பு உரை", + "Folder" : "கோப்புறை", + "From link" : "இணைப்பிலிருந்து", + "Nothing in here. Upload something!" : "இங்கு ஒன்றும் இல்லை. ஏதாவது பதிவேற்றுக!", + "Download" : "பதிவிறக்குக", + "Upload too large" : "பதிவேற்றல் மிகப்பெரியது", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "நீங்கள் பதிவேற்ற முயற்சிக்கும் கோப்புகளானது இந்த சேவையகத்தில் கோப்பு பதிவேற்றக்கூடிய ஆகக்கூடிய அளவிலும் கூடியது.", + "Files are being scanned, please wait." : "கோப்புகள் வருடப்படுகின்றன, தயவுசெய்து காத்திருங்கள்." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/ta_LK.php b/apps/files/l10n/ta_LK.php deleted file mode 100644 index d492b0ae39..0000000000 --- a/apps/files/l10n/ta_LK.php +++ /dev/null @@ -1,41 +0,0 @@ -', ':', '\"', '|', '?' and '*' are not allowed." => "செல்லுபடியற்ற பெயர்,'\\', '/', '<', '>', ':', '\"', '|', '?' மற்றும் '*' ஆகியன அனுமதிக்கப்படமாட்டாது.", -"No file was uploaded. Unknown error" => "ஒரு கோப்பும் பதிவேற்றப்படவில்லை. அறியப்படாத வழு", -"There is no error, the file uploaded with success" => "இங்கு வழு இல்லை, கோப்பு வெற்றிகரமாக பதிவேற்றப்பட்டது", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "பதிவேற்றப்பட்ட கோப்பானது HTML படிவத்தில் குறிப்பிடப்பட்டுள்ள MAX_FILE_SIZE directive ஐ விட கூடியது", -"The uploaded file was only partially uploaded" => "பதிவேற்றப்பட்ட கோப்பானது பகுதியாக மட்டுமே பதிவேற்றப்பட்டுள்ளது", -"No file was uploaded" => "எந்த கோப்பும் பதிவேற்றப்படவில்லை", -"Missing a temporary folder" => "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை", -"Failed to write to disk" => "வட்டில் எழுத முடியவில்லை", -"Files" => "கோப்புகள்", -"Upload cancelled." => "பதிவேற்றல் இரத்து செய்யப்பட்டுள்ளது", -"File upload is in progress. Leaving the page now will cancel the upload." => "கோப்பு பதிவேற்றம் செயல்பாட்டில் உள்ளது. இந்தப் பக்கத்திலிருந்து வெறியேறுவதானது பதிவேற்றலை இரத்து செய்யும்.", -"{new_name} already exists" => "{new_name} ஏற்கனவே உள்ளது", -"Share" => "பகிர்வு", -"Delete" => "நீக்குக", -"Unshare" => "பகிரப்படாதது", -"Rename" => "பெயர்மாற்றம்", -"Pending" => "நிலுவையிலுள்ள", -"Error" => "வழு", -"Name" => "பெயர்", -"Size" => "அளவு", -"Modified" => "மாற்றப்பட்டது", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"File handling" => "கோப்பு கையாளுதல்", -"Maximum upload size" => "பதிவேற்றக்கூடிய ஆகக்கூடிய அளவு ", -"max. possible: " => "ஆகக் கூடியது:", -"Save" => "சேமிக்க ", -"New" => "புதிய", -"Text file" => "கோப்பு உரை", -"Folder" => "கோப்புறை", -"From link" => "இணைப்பிலிருந்து", -"Nothing in here. Upload something!" => "இங்கு ஒன்றும் இல்லை. ஏதாவது பதிவேற்றுக!", -"Download" => "பதிவிறக்குக", -"Upload too large" => "பதிவேற்றல் மிகப்பெரியது", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "நீங்கள் பதிவேற்ற முயற்சிக்கும் கோப்புகளானது இந்த சேவையகத்தில் கோப்பு பதிவேற்றக்கூடிய ஆகக்கூடிய அளவிலும் கூடியது.", -"Files are being scanned, please wait." => "கோப்புகள் வருடப்படுகின்றன, தயவுசெய்து காத்திருங்கள்." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/te.js b/apps/files/l10n/te.js new file mode 100644 index 0000000000..2d0a3ed3d9 --- /dev/null +++ b/apps/files/l10n/te.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "files", + { + "Delete" : "తొలగించు", + "Delete permanently" : "శాశ్వతంగా తొలగించు", + "Error" : "పొరపాటు", + "Name" : "పేరు", + "Size" : "పరిమాణం", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "భద్రపరచు", + "New folder" : "కొత్త సంచయం", + "Folder" : "సంచయం" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/te.json b/apps/files/l10n/te.json new file mode 100644 index 0000000000..efa952f212 --- /dev/null +++ b/apps/files/l10n/te.json @@ -0,0 +1,14 @@ +{ "translations": { + "Delete" : "తొలగించు", + "Delete permanently" : "శాశ్వతంగా తొలగించు", + "Error" : "పొరపాటు", + "Name" : "పేరు", + "Size" : "పరిమాణం", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "భద్రపరచు", + "New folder" : "కొత్త సంచయం", + "Folder" : "సంచయం" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/te.php b/apps/files/l10n/te.php deleted file mode 100644 index ac70a956c0..0000000000 --- a/apps/files/l10n/te.php +++ /dev/null @@ -1,15 +0,0 @@ - "తొలగించు", -"Delete permanently" => "శాశ్వతంగా తొలగించు", -"Error" => "పొరపాటు", -"Name" => "పేరు", -"Size" => "పరిమాణం", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Save" => "భద్రపరచు", -"New folder" => "కొత్త సంచయం", -"Folder" => "సంచయం" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/tg_TJ.js b/apps/files/l10n/tg_TJ.js new file mode 100644 index 0000000000..329844854f --- /dev/null +++ b/apps/files/l10n/tg_TJ.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/tg_TJ.json b/apps/files/l10n/tg_TJ.json new file mode 100644 index 0000000000..37156658a8 --- /dev/null +++ b/apps/files/l10n/tg_TJ.json @@ -0,0 +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 diff --git a/apps/files/l10n/tg_TJ.php b/apps/files/l10n/tg_TJ.php deleted file mode 100644 index 0157af093e..0000000000 --- a/apps/files/l10n/tg_TJ.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/th_TH.js b/apps/files/l10n/th_TH.js new file mode 100644 index 0000000000..039d4562a7 --- /dev/null +++ b/apps/files/l10n/th_TH.js @@ -0,0 +1,53 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "ข้อผิดพลาดที่ไม่ทราบสาเหตุ", + "Could not move %s - File with this name already exists" : "ไม่สามารถย้าย %s ได้ - ไฟล์ที่ใช้ชื่อนี้มีอยู่แล้ว", + "Could not move %s" : "ไม่สามารถย้าย %s ได้", + "File name cannot be empty." : "ชื่อไฟล์ไม่สามารถเว้นว่างได้", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "ชื่อที่ใช้ไม่ถูกต้อง, '\\', '/', '<', '>', ':', '\"', '|', '?' และ '*' ไม่ได้รับอนุญาตให้ใช้งานได้", + "No file was uploaded. Unknown error" : "ยังไม่มีไฟล์ใดที่ถูกอัพโหลด เกิดข้อผิดพลาดที่ไม่ทราบสาเหตุ", + "There is no error, the file uploaded with success" : "ไม่พบข้อผิดพลาดใดๆ, ไฟล์ถูกอัพโหลดเรียบร้อยแล้ว", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "ขนาดไฟล์ที่อัพโหลดมีขนาดเกิน upload_max_filesize ที่ระบุไว้ใน php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "ไฟล์ที่อัพโหลดมีขนาดไฟล์ใหญ่เกินจำนวนที่กำหนดไว้ในคำสั่ง MAX_FILE_SIZE ที่ถูกระบุไว้ในรูปแบบของ HTML", + "The uploaded file was only partially uploaded" : "ไฟล์ถูกอัพโหลดได้เพียงบางส่วนเท่านั้น", + "No file was uploaded" : "ไม่มีไฟล์ที่ถูกอัพโหลด", + "Missing a temporary folder" : "โฟลเดอร์ชั่วคราวเกิดการสูญหาย", + "Failed to write to disk" : "เขียนข้อมูลลงแผ่นดิสก์ล้มเหลว", + "Not enough storage available" : "เหลือพื้นที่ไม่เพียงสำหรับใช้งาน", + "Invalid directory." : "ไดเร็กทอรี่ไม่ถูกต้อง", + "Files" : "ไฟล์", + "Upload cancelled." : "การอัพโหลดถูกยกเลิก", + "File upload is in progress. Leaving the page now will cancel the upload." : "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก", + "{new_name} already exists" : "{new_name} มีอยู่แล้วในระบบ", + "Share" : "แชร์", + "Delete" : "ลบ", + "Unshare" : "ยกเลิกการแชร์", + "Rename" : "เปลี่ยนชื่อ", + "Pending" : "อยู่ระหว่างดำเนินการ", + "Error" : "ข้อผิดพลาด", + "Name" : "ชื่อ", + "Size" : "ขนาด", + "Modified" : "แก้ไขแล้ว", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "Your storage is full, files can not be updated or synced anymore!" : "พื้นที่จัดเก็บข้อมูลของคุณเต็มแล้ว ไม่สามารถอัพเดทหรือผสานไฟล์ต่างๆได้อีกต่อไป", + "Your storage is almost full ({usedSpacePercent}%)" : "พื้นที่จัดเก็บข้อมูลของคุณใกล้เต็มแล้ว ({usedSpacePercent}%)", + "File handling" : "การจัดกาไฟล์", + "Maximum upload size" : "ขนาดไฟล์สูงสุดที่อัพโหลดได้", + "max. possible: " : "จำนวนสูงสุดที่สามารถทำได้: ", + "Save" : "บันทึก", + "WebDAV" : "WebDAV", + "New" : "อัพโหลดไฟล์ใหม่", + "Text file" : "ไฟล์ข้อความ", + "New folder" : "โฟลเดอร์ใหม่", + "Folder" : "แฟ้มเอกสาร", + "From link" : "จากลิงก์", + "Nothing in here. Upload something!" : "ยังไม่มีไฟล์ใดๆอยู่ที่นี่ กรุณาอัพโหลดไฟล์!", + "Download" : "ดาวน์โหลด", + "Upload too large" : "ไฟล์ที่อัพโหลดมีขนาดใหญ่เกินไป", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "ไฟล์ที่คุณพยายามที่จะอัพโหลดมีขนาดเกินกว่าขนาดสูงสุดที่กำหนดไว้ให้อัพโหลดได้สำหรับเซิร์ฟเวอร์นี้", + "Files are being scanned, please wait." : "ไฟล์กำลังอยู่ระหว่างการสแกน, กรุณารอสักครู่." +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/th_TH.json b/apps/files/l10n/th_TH.json new file mode 100644 index 0000000000..bd4afed4ae --- /dev/null +++ b/apps/files/l10n/th_TH.json @@ -0,0 +1,51 @@ +{ "translations": { + "Unknown error" : "ข้อผิดพลาดที่ไม่ทราบสาเหตุ", + "Could not move %s - File with this name already exists" : "ไม่สามารถย้าย %s ได้ - ไฟล์ที่ใช้ชื่อนี้มีอยู่แล้ว", + "Could not move %s" : "ไม่สามารถย้าย %s ได้", + "File name cannot be empty." : "ชื่อไฟล์ไม่สามารถเว้นว่างได้", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "ชื่อที่ใช้ไม่ถูกต้อง, '\\', '/', '<', '>', ':', '\"', '|', '?' และ '*' ไม่ได้รับอนุญาตให้ใช้งานได้", + "No file was uploaded. Unknown error" : "ยังไม่มีไฟล์ใดที่ถูกอัพโหลด เกิดข้อผิดพลาดที่ไม่ทราบสาเหตุ", + "There is no error, the file uploaded with success" : "ไม่พบข้อผิดพลาดใดๆ, ไฟล์ถูกอัพโหลดเรียบร้อยแล้ว", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "ขนาดไฟล์ที่อัพโหลดมีขนาดเกิน upload_max_filesize ที่ระบุไว้ใน php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "ไฟล์ที่อัพโหลดมีขนาดไฟล์ใหญ่เกินจำนวนที่กำหนดไว้ในคำสั่ง MAX_FILE_SIZE ที่ถูกระบุไว้ในรูปแบบของ HTML", + "The uploaded file was only partially uploaded" : "ไฟล์ถูกอัพโหลดได้เพียงบางส่วนเท่านั้น", + "No file was uploaded" : "ไม่มีไฟล์ที่ถูกอัพโหลด", + "Missing a temporary folder" : "โฟลเดอร์ชั่วคราวเกิดการสูญหาย", + "Failed to write to disk" : "เขียนข้อมูลลงแผ่นดิสก์ล้มเหลว", + "Not enough storage available" : "เหลือพื้นที่ไม่เพียงสำหรับใช้งาน", + "Invalid directory." : "ไดเร็กทอรี่ไม่ถูกต้อง", + "Files" : "ไฟล์", + "Upload cancelled." : "การอัพโหลดถูกยกเลิก", + "File upload is in progress. Leaving the page now will cancel the upload." : "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก", + "{new_name} already exists" : "{new_name} มีอยู่แล้วในระบบ", + "Share" : "แชร์", + "Delete" : "ลบ", + "Unshare" : "ยกเลิกการแชร์", + "Rename" : "เปลี่ยนชื่อ", + "Pending" : "อยู่ระหว่างดำเนินการ", + "Error" : "ข้อผิดพลาด", + "Name" : "ชื่อ", + "Size" : "ขนาด", + "Modified" : "แก้ไขแล้ว", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "Your storage is full, files can not be updated or synced anymore!" : "พื้นที่จัดเก็บข้อมูลของคุณเต็มแล้ว ไม่สามารถอัพเดทหรือผสานไฟล์ต่างๆได้อีกต่อไป", + "Your storage is almost full ({usedSpacePercent}%)" : "พื้นที่จัดเก็บข้อมูลของคุณใกล้เต็มแล้ว ({usedSpacePercent}%)", + "File handling" : "การจัดกาไฟล์", + "Maximum upload size" : "ขนาดไฟล์สูงสุดที่อัพโหลดได้", + "max. possible: " : "จำนวนสูงสุดที่สามารถทำได้: ", + "Save" : "บันทึก", + "WebDAV" : "WebDAV", + "New" : "อัพโหลดไฟล์ใหม่", + "Text file" : "ไฟล์ข้อความ", + "New folder" : "โฟลเดอร์ใหม่", + "Folder" : "แฟ้มเอกสาร", + "From link" : "จากลิงก์", + "Nothing in here. Upload something!" : "ยังไม่มีไฟล์ใดๆอยู่ที่นี่ กรุณาอัพโหลดไฟล์!", + "Download" : "ดาวน์โหลด", + "Upload too large" : "ไฟล์ที่อัพโหลดมีขนาดใหญ่เกินไป", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "ไฟล์ที่คุณพยายามที่จะอัพโหลดมีขนาดเกินกว่าขนาดสูงสุดที่กำหนดไว้ให้อัพโหลดได้สำหรับเซิร์ฟเวอร์นี้", + "Files are being scanned, please wait." : "ไฟล์กำลังอยู่ระหว่างการสแกน, กรุณารอสักครู่." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php deleted file mode 100644 index ebe9b5aed7..0000000000 --- a/apps/files/l10n/th_TH.php +++ /dev/null @@ -1,52 +0,0 @@ - "ข้อผิดพลาดที่ไม่ทราบสาเหตุ", -"Could not move %s - File with this name already exists" => "ไม่สามารถย้าย %s ได้ - ไฟล์ที่ใช้ชื่อนี้มีอยู่แล้ว", -"Could not move %s" => "ไม่สามารถย้าย %s ได้", -"File name cannot be empty." => "ชื่อไฟล์ไม่สามารถเว้นว่างได้", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ชื่อที่ใช้ไม่ถูกต้อง, '\\', '/', '<', '>', ':', '\"', '|', '?' และ '*' ไม่ได้รับอนุญาตให้ใช้งานได้", -"No file was uploaded. Unknown error" => "ยังไม่มีไฟล์ใดที่ถูกอัพโหลด เกิดข้อผิดพลาดที่ไม่ทราบสาเหตุ", -"There is no error, the file uploaded with success" => "ไม่พบข้อผิดพลาดใดๆ, ไฟล์ถูกอัพโหลดเรียบร้อยแล้ว", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "ขนาดไฟล์ที่อัพโหลดมีขนาดเกิน upload_max_filesize ที่ระบุไว้ใน php.ini", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "ไฟล์ที่อัพโหลดมีขนาดไฟล์ใหญ่เกินจำนวนที่กำหนดไว้ในคำสั่ง MAX_FILE_SIZE ที่ถูกระบุไว้ในรูปแบบของ HTML", -"The uploaded file was only partially uploaded" => "ไฟล์ถูกอัพโหลดได้เพียงบางส่วนเท่านั้น", -"No file was uploaded" => "ไม่มีไฟล์ที่ถูกอัพโหลด", -"Missing a temporary folder" => "โฟลเดอร์ชั่วคราวเกิดการสูญหาย", -"Failed to write to disk" => "เขียนข้อมูลลงแผ่นดิสก์ล้มเหลว", -"Not enough storage available" => "เหลือพื้นที่ไม่เพียงสำหรับใช้งาน", -"Invalid directory." => "ไดเร็กทอรี่ไม่ถูกต้อง", -"Files" => "ไฟล์", -"Upload cancelled." => "การอัพโหลดถูกยกเลิก", -"File upload is in progress. Leaving the page now will cancel the upload." => "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก", -"{new_name} already exists" => "{new_name} มีอยู่แล้วในระบบ", -"Share" => "แชร์", -"Delete" => "ลบ", -"Unshare" => "ยกเลิกการแชร์", -"Rename" => "เปลี่ยนชื่อ", -"Pending" => "อยู่ระหว่างดำเนินการ", -"Error" => "ข้อผิดพลาด", -"Name" => "ชื่อ", -"Size" => "ขนาด", -"Modified" => "แก้ไขแล้ว", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array(""), -"Your storage is full, files can not be updated or synced anymore!" => "พื้นที่จัดเก็บข้อมูลของคุณเต็มแล้ว ไม่สามารถอัพเดทหรือผสานไฟล์ต่างๆได้อีกต่อไป", -"Your storage is almost full ({usedSpacePercent}%)" => "พื้นที่จัดเก็บข้อมูลของคุณใกล้เต็มแล้ว ({usedSpacePercent}%)", -"File handling" => "การจัดกาไฟล์", -"Maximum upload size" => "ขนาดไฟล์สูงสุดที่อัพโหลดได้", -"max. possible: " => "จำนวนสูงสุดที่สามารถทำได้: ", -"Save" => "บันทึก", -"WebDAV" => "WebDAV", -"New" => "อัพโหลดไฟล์ใหม่", -"Text file" => "ไฟล์ข้อความ", -"New folder" => "โฟลเดอร์ใหม่", -"Folder" => "แฟ้มเอกสาร", -"From link" => "จากลิงก์", -"Nothing in here. Upload something!" => "ยังไม่มีไฟล์ใดๆอยู่ที่นี่ กรุณาอัพโหลดไฟล์!", -"Download" => "ดาวน์โหลด", -"Upload too large" => "ไฟล์ที่อัพโหลดมีขนาดใหญ่เกินไป", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "ไฟล์ที่คุณพยายามที่จะอัพโหลดมีขนาดเกินกว่าขนาดสูงสุดที่กำหนดไว้ให้อัพโหลดได้สำหรับเซิร์ฟเวอร์นี้", -"Files are being scanned, please wait." => "ไฟล์กำลังอยู่ระหว่างการสแกน, กรุณารอสักครู่." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/tl_PH.js b/apps/files/l10n/tl_PH.js new file mode 100644 index 0000000000..f085469f73 --- /dev/null +++ b/apps/files/l10n/tl_PH.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "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/tl_PH.json b/apps/files/l10n/tl_PH.json new file mode 100644 index 0000000000..ba9792477c --- /dev/null +++ b/apps/files/l10n/tl_PH.json @@ -0,0 +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 diff --git a/apps/files/l10n/tl_PH.php b/apps/files/l10n/tl_PH.php deleted file mode 100644 index 3c711e6b78..0000000000 --- a/apps/files/l10n/tl_PH.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js new file mode 100644 index 0000000000..81eaf63211 --- /dev/null +++ b/apps/files/l10n/tr.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Depolama mevcut değil", + "Storage invalid" : "Depolama geçersiz", + "Unknown error" : "Bilinmeyen hata", + "Could not move %s - File with this name already exists" : "%s taşınamadı. Bu isimde dosya zaten mevcut", + "Could not move %s" : "%s taşınamadı", + "Permission denied" : "Erişim reddedildi", + "File name cannot be empty." : "Dosya adı boş olamaz.", + "\"%s\" is an invalid file name." : "\"%s\" geçersiz bir dosya adı.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Geçersiz isim. '\\', '/', '<', '>', ':', '\"', '|', '?' ve '*' karakterlerine izin verilmemektedir.", + "The target folder has been moved or deleted." : "Hedef klasör taşındı veya silindi.", + "The name %s is already used in the folder %s. Please choose a different name." : "%s ismi zaten %s klasöründe kullanılıyor. Lütfen farklı bir isim seçin.", + "Not a valid source" : "Geçerli bir kaynak değil", + "Server is not allowed to open URLs, please check the server configuration" : "Sunucunun adresleri açma izni yok, lütfen sunucu yapılandırmasını denetleyin", + "The file exceeds your quota by %s" : "Dosya, kotanızı %s aşıyor", + "Error while downloading %s to %s" : "%s, %s içine indirilirken hata", + "Error when creating the file" : "Dosya oluşturulurken hata", + "Folder name cannot be empty." : "Klasör adı boş olamaz.", + "Error when creating the folder" : "Klasör oluşturulurken hata", + "Unable to set upload directory." : "Yükleme dizini ayarlanamadı.", + "Invalid Token" : "Geçersiz Belirteç", + "No file was uploaded. Unknown error" : "Dosya yüklenmedi. Bilinmeyen hata", + "There is no error, the file uploaded with success" : "Dosya başarıyla yüklendi, hata oluşmadı", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "php.ini dosyasında upload_max_filesize ile belirtilen dosya yükleme sınırı aşıldı:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenecek dosyanın boyutu HTML formunda belirtilen MAX_FILE_SIZE limitini aşıyor", + "The uploaded file was only partially uploaded" : "Dosya karşıya kısmen yüklenebildi", + "No file was uploaded" : "Hiç dosya gönderilmedi", + "Missing a temporary folder" : "Geçici bir dizin eksik", + "Failed to write to disk" : "Diske yazılamadı", + "Not enough storage available" : "Yeterli disk alanı yok", + "Upload failed. Could not find uploaded file" : "Yükleme başarısız. Yüklenen dosya bulunamadı", + "Upload failed. Could not get file info." : "Yükleme başarısız. Dosya bilgisi alınamadı.", + "Invalid directory." : "Geçersiz dizin.", + "Files" : "Dosyalar", + "All files" : "Tüm dosyalar", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename} bir dizin veya 0 bayt olduğundan yüklenemedi", + "Total file size {size1} exceeds upload limit {size2}" : "Toplam dosya boyutu {size1}, {size2} gönderme sınırını aşıyor", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Yeterince boş alan yok. Gönderdiğiniz boyut {size1} ancak {size2} alan mevcut", + "Upload cancelled." : "Yükleme iptal edildi.", + "Could not get result from server." : "Sunucudan sonuç alınamadı.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Dosya yükleme işlemi sürüyor. Şu anda sayfadan ayrılmak yükleme işlemini iptal edecek.", + "URL cannot be empty" : "URL boş olamaz", + "{new_name} already exists" : "{new_name} zaten mevcut", + "Could not create file" : "Dosya oluşturulamadı", + "Could not create folder" : "Klasör oluşturulamadı", + "Error fetching URL" : "Adres getirilirken hata", + "Share" : "Paylaş", + "Delete" : "Sil", + "Disconnect storage" : "Depolama bağlantısını kes", + "Unshare" : "Paylaşmayı Kaldır", + "Delete permanently" : "Kalıcı olarak sil", + "Rename" : "Yeniden adlandır", + "Pending" : "Bekliyor", + "Error moving file." : "Dosya taşıma hatası.", + "Error moving file" : "Dosya taşıma hatası", + "Error" : "Hata", + "Could not rename file" : "Dosya adlandırılamadı", + "Error deleting file." : "Dosya silinirken hata.", + "Name" : "İsim", + "Size" : "Boyut", + "Modified" : "Değiştirilme", + "_%n folder_::_%n folders_" : ["%n dizin","%n dizin"], + "_%n file_::_%n files_" : ["%n dosya","%n dosya"], + "You don’t have permission to upload or create files here" : "Buraya dosya yükleme veya oluşturma izniniz yok", + "_Uploading %n file_::_Uploading %n files_" : ["%n dosya yükleniyor","%n dosya yükleniyor"], + "\"{name}\" is an invalid file name." : "\"{name}\" geçersiz bir dosya adı.", + "Your storage is full, files can not be updated or synced anymore!" : "Depolama alanınız dolu, artık dosyalar güncellenmeyecek veya eşitlenmeyecek.", + "Your storage is almost full ({usedSpacePercent}%)" : "Depolama alanınız neredeyse dolu (%{usedSpacePercent})", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Şifreleme Uygulaması etkin ancak anahtarlarınız başlatılmamış. Lütfen oturumu kapatıp yeniden açın", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Şifreleme Uygulaması için geçersiz özel anahtar. Lütfen şifreli dosyalarınıza erişimi tekrar kazanabilmek için kişisel ayarlarınızdan özel anahtar parolanızı güncelleyin.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Şifreleme işlemi durduruldu ancak dosyalarınız hala şifreli. Dosyalarınızın şifrelemesini kaldırmak için lütfen kişisel ayarlar kısmına geçin.", + "{dirs} and {files}" : "{dirs} ve {files}", + "%s could not be renamed as it has been deleted" : "%s, silindiği için adlandırılamadı", + "%s could not be renamed" : "%s yeniden adlandırılamadı", + "Upload (max. %s)" : "Yükle (azami: %s)", + "File handling" : "Dosya işlemleri", + "Maximum upload size" : "Azami yükleme boyutu", + "max. possible: " : "mümkün olan en fazla: ", + "Save" : "Kaydet", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Dosyalarınıza WebDAV aracılığıyla erişmek için bu adresi kullanın", + "New" : "Yeni", + "New text file" : "Yeni metin dosyası", + "Text file" : "Metin dosyası", + "New folder" : "Yeni klasör", + "Folder" : "Klasör", + "From link" : "Bağlantıdan", + "Nothing in here. Upload something!" : "Burada hiçbir şey yok. Bir şeyler yükleyin!", + "Download" : "İndir", + "Upload too large" : "Yükleme çok büyük", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Yüklemeye çalıştığınız dosyalar bu sunucudaki azami yükleme boyutunu aşıyor.", + "Files are being scanned, please wait." : "Dosyalar taranıyor, lütfen bekleyin.", + "Currently scanning" : "Şu anda taranan" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json new file mode 100644 index 0000000000..41ba10c4e7 --- /dev/null +++ b/apps/files/l10n/tr.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Depolama mevcut değil", + "Storage invalid" : "Depolama geçersiz", + "Unknown error" : "Bilinmeyen hata", + "Could not move %s - File with this name already exists" : "%s taşınamadı. Bu isimde dosya zaten mevcut", + "Could not move %s" : "%s taşınamadı", + "Permission denied" : "Erişim reddedildi", + "File name cannot be empty." : "Dosya adı boş olamaz.", + "\"%s\" is an invalid file name." : "\"%s\" geçersiz bir dosya adı.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Geçersiz isim. '\\', '/', '<', '>', ':', '\"', '|', '?' ve '*' karakterlerine izin verilmemektedir.", + "The target folder has been moved or deleted." : "Hedef klasör taşındı veya silindi.", + "The name %s is already used in the folder %s. Please choose a different name." : "%s ismi zaten %s klasöründe kullanılıyor. Lütfen farklı bir isim seçin.", + "Not a valid source" : "Geçerli bir kaynak değil", + "Server is not allowed to open URLs, please check the server configuration" : "Sunucunun adresleri açma izni yok, lütfen sunucu yapılandırmasını denetleyin", + "The file exceeds your quota by %s" : "Dosya, kotanızı %s aşıyor", + "Error while downloading %s to %s" : "%s, %s içine indirilirken hata", + "Error when creating the file" : "Dosya oluşturulurken hata", + "Folder name cannot be empty." : "Klasör adı boş olamaz.", + "Error when creating the folder" : "Klasör oluşturulurken hata", + "Unable to set upload directory." : "Yükleme dizini ayarlanamadı.", + "Invalid Token" : "Geçersiz Belirteç", + "No file was uploaded. Unknown error" : "Dosya yüklenmedi. Bilinmeyen hata", + "There is no error, the file uploaded with success" : "Dosya başarıyla yüklendi, hata oluşmadı", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "php.ini dosyasında upload_max_filesize ile belirtilen dosya yükleme sınırı aşıldı:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenecek dosyanın boyutu HTML formunda belirtilen MAX_FILE_SIZE limitini aşıyor", + "The uploaded file was only partially uploaded" : "Dosya karşıya kısmen yüklenebildi", + "No file was uploaded" : "Hiç dosya gönderilmedi", + "Missing a temporary folder" : "Geçici bir dizin eksik", + "Failed to write to disk" : "Diske yazılamadı", + "Not enough storage available" : "Yeterli disk alanı yok", + "Upload failed. Could not find uploaded file" : "Yükleme başarısız. Yüklenen dosya bulunamadı", + "Upload failed. Could not get file info." : "Yükleme başarısız. Dosya bilgisi alınamadı.", + "Invalid directory." : "Geçersiz dizin.", + "Files" : "Dosyalar", + "All files" : "Tüm dosyalar", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename} bir dizin veya 0 bayt olduğundan yüklenemedi", + "Total file size {size1} exceeds upload limit {size2}" : "Toplam dosya boyutu {size1}, {size2} gönderme sınırını aşıyor", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Yeterince boş alan yok. Gönderdiğiniz boyut {size1} ancak {size2} alan mevcut", + "Upload cancelled." : "Yükleme iptal edildi.", + "Could not get result from server." : "Sunucudan sonuç alınamadı.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Dosya yükleme işlemi sürüyor. Şu anda sayfadan ayrılmak yükleme işlemini iptal edecek.", + "URL cannot be empty" : "URL boş olamaz", + "{new_name} already exists" : "{new_name} zaten mevcut", + "Could not create file" : "Dosya oluşturulamadı", + "Could not create folder" : "Klasör oluşturulamadı", + "Error fetching URL" : "Adres getirilirken hata", + "Share" : "Paylaş", + "Delete" : "Sil", + "Disconnect storage" : "Depolama bağlantısını kes", + "Unshare" : "Paylaşmayı Kaldır", + "Delete permanently" : "Kalıcı olarak sil", + "Rename" : "Yeniden adlandır", + "Pending" : "Bekliyor", + "Error moving file." : "Dosya taşıma hatası.", + "Error moving file" : "Dosya taşıma hatası", + "Error" : "Hata", + "Could not rename file" : "Dosya adlandırılamadı", + "Error deleting file." : "Dosya silinirken hata.", + "Name" : "İsim", + "Size" : "Boyut", + "Modified" : "Değiştirilme", + "_%n folder_::_%n folders_" : ["%n dizin","%n dizin"], + "_%n file_::_%n files_" : ["%n dosya","%n dosya"], + "You don’t have permission to upload or create files here" : "Buraya dosya yükleme veya oluşturma izniniz yok", + "_Uploading %n file_::_Uploading %n files_" : ["%n dosya yükleniyor","%n dosya yükleniyor"], + "\"{name}\" is an invalid file name." : "\"{name}\" geçersiz bir dosya adı.", + "Your storage is full, files can not be updated or synced anymore!" : "Depolama alanınız dolu, artık dosyalar güncellenmeyecek veya eşitlenmeyecek.", + "Your storage is almost full ({usedSpacePercent}%)" : "Depolama alanınız neredeyse dolu (%{usedSpacePercent})", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Şifreleme Uygulaması etkin ancak anahtarlarınız başlatılmamış. Lütfen oturumu kapatıp yeniden açın", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Şifreleme Uygulaması için geçersiz özel anahtar. Lütfen şifreli dosyalarınıza erişimi tekrar kazanabilmek için kişisel ayarlarınızdan özel anahtar parolanızı güncelleyin.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Şifreleme işlemi durduruldu ancak dosyalarınız hala şifreli. Dosyalarınızın şifrelemesini kaldırmak için lütfen kişisel ayarlar kısmına geçin.", + "{dirs} and {files}" : "{dirs} ve {files}", + "%s could not be renamed as it has been deleted" : "%s, silindiği için adlandırılamadı", + "%s could not be renamed" : "%s yeniden adlandırılamadı", + "Upload (max. %s)" : "Yükle (azami: %s)", + "File handling" : "Dosya işlemleri", + "Maximum upload size" : "Azami yükleme boyutu", + "max. possible: " : "mümkün olan en fazla: ", + "Save" : "Kaydet", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Dosyalarınıza WebDAV aracılığıyla erişmek için bu adresi kullanın", + "New" : "Yeni", + "New text file" : "Yeni metin dosyası", + "Text file" : "Metin dosyası", + "New folder" : "Yeni klasör", + "Folder" : "Klasör", + "From link" : "Bağlantıdan", + "Nothing in here. Upload something!" : "Burada hiçbir şey yok. Bir şeyler yükleyin!", + "Download" : "İndir", + "Upload too large" : "Yükleme çok büyük", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Yüklemeye çalıştığınız dosyalar bu sunucudaki azami yükleme boyutunu aşıyor.", + "Files are being scanned, please wait." : "Dosyalar taranıyor, lütfen bekleyin.", + "Currently scanning" : "Şu anda taranan" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php deleted file mode 100644 index 7bf746dba5..0000000000 --- a/apps/files/l10n/tr.php +++ /dev/null @@ -1,96 +0,0 @@ - "Depolama mevcut değil", -"Storage invalid" => "Depolama geçersiz", -"Unknown error" => "Bilinmeyen hata", -"Could not move %s - File with this name already exists" => "%s taşınamadı. Bu isimde dosya zaten mevcut", -"Could not move %s" => "%s taşınamadı", -"Permission denied" => "Erişim reddedildi", -"File name cannot be empty." => "Dosya adı boş olamaz.", -"\"%s\" is an invalid file name." => "\"%s\" geçersiz bir dosya adı.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Geçersiz isim. '\\', '/', '<', '>', ':', '\"', '|', '?' ve '*' karakterlerine izin verilmemektedir.", -"The target folder has been moved or deleted." => "Hedef klasör taşındı veya silindi.", -"The name %s is already used in the folder %s. Please choose a different name." => "%s ismi zaten %s klasöründe kullanılıyor. Lütfen farklı bir isim seçin.", -"Not a valid source" => "Geçerli bir kaynak değil", -"Server is not allowed to open URLs, please check the server configuration" => "Sunucunun adresleri açma izni yok, lütfen sunucu yapılandırmasını denetleyin", -"The file exceeds your quota by %s" => "Dosya, kotanızı %s aşıyor", -"Error while downloading %s to %s" => "%s, %s içine indirilirken hata", -"Error when creating the file" => "Dosya oluşturulurken hata", -"Folder name cannot be empty." => "Klasör adı boş olamaz.", -"Error when creating the folder" => "Klasör oluşturulurken hata", -"Unable to set upload directory." => "Yükleme dizini ayarlanamadı.", -"Invalid Token" => "Geçersiz Belirteç", -"No file was uploaded. Unknown error" => "Dosya yüklenmedi. Bilinmeyen hata", -"There is no error, the file uploaded with success" => "Dosya başarıyla yüklendi, hata oluşmadı", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "php.ini dosyasında upload_max_filesize ile belirtilen dosya yükleme sınırı aşıldı:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Yüklenecek dosyanın boyutu HTML formunda belirtilen MAX_FILE_SIZE limitini aşıyor", -"The uploaded file was only partially uploaded" => "Dosya karşıya kısmen yüklenebildi", -"No file was uploaded" => "Hiç dosya gönderilmedi", -"Missing a temporary folder" => "Geçici bir dizin eksik", -"Failed to write to disk" => "Diske yazılamadı", -"Not enough storage available" => "Yeterli disk alanı yok", -"Upload failed. Could not find uploaded file" => "Yükleme başarısız. Yüklenen dosya bulunamadı", -"Upload failed. Could not get file info." => "Yükleme başarısız. Dosya bilgisi alınamadı.", -"Invalid directory." => "Geçersiz dizin.", -"Files" => "Dosyalar", -"All files" => "Tüm dosyalar", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "{filename} bir dizin veya 0 bayt olduğundan yüklenemedi", -"Total file size {size1} exceeds upload limit {size2}" => "Toplam dosya boyutu {size1}, {size2} gönderme sınırını aşıyor", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Yeterince boş alan yok. Gönderdiğiniz boyut {size1} ancak {size2} alan mevcut", -"Upload cancelled." => "Yükleme iptal edildi.", -"Could not get result from server." => "Sunucudan sonuç alınamadı.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Dosya yükleme işlemi sürüyor. Şu anda sayfadan ayrılmak yükleme işlemini iptal edecek.", -"URL cannot be empty" => "URL boş olamaz", -"{new_name} already exists" => "{new_name} zaten mevcut", -"Could not create file" => "Dosya oluşturulamadı", -"Could not create folder" => "Klasör oluşturulamadı", -"Error fetching URL" => "Adres getirilirken hata", -"Share" => "Paylaş", -"Delete" => "Sil", -"Disconnect storage" => "Depolama bağlantısını kes", -"Unshare" => "Paylaşmayı Kaldır", -"Delete permanently" => "Kalıcı olarak sil", -"Rename" => "Yeniden adlandır", -"Pending" => "Bekliyor", -"Error moving file." => "Dosya taşıma hatası.", -"Error moving file" => "Dosya taşıma hatası", -"Error" => "Hata", -"Could not rename file" => "Dosya adlandırılamadı", -"Error deleting file." => "Dosya silinirken hata.", -"Name" => "İsim", -"Size" => "Boyut", -"Modified" => "Değiştirilme", -"_%n folder_::_%n folders_" => array("%n dizin","%n dizin"), -"_%n file_::_%n files_" => array("%n dosya","%n dosya"), -"You don’t have permission to upload or create files here" => "Buraya dosya yükleme veya oluşturma izniniz yok", -"_Uploading %n file_::_Uploading %n files_" => array("%n dosya yükleniyor","%n dosya yükleniyor"), -"\"{name}\" is an invalid file name." => "\"{name}\" geçersiz bir dosya adı.", -"Your storage is full, files can not be updated or synced anymore!" => "Depolama alanınız dolu, artık dosyalar güncellenmeyecek veya eşitlenmeyecek.", -"Your storage is almost full ({usedSpacePercent}%)" => "Depolama alanınız neredeyse dolu (%{usedSpacePercent})", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Şifreleme Uygulaması etkin ancak anahtarlarınız başlatılmamış. Lütfen oturumu kapatıp yeniden açın", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Şifreleme Uygulaması için geçersiz özel anahtar. Lütfen şifreli dosyalarınıza erişimi tekrar kazanabilmek için kişisel ayarlarınızdan özel anahtar parolanızı güncelleyin.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Şifreleme işlemi durduruldu ancak dosyalarınız hala şifreli. Dosyalarınızın şifrelemesini kaldırmak için lütfen kişisel ayarlar kısmına geçin.", -"{dirs} and {files}" => "{dirs} ve {files}", -"%s could not be renamed as it has been deleted" => "%s, silindiği için adlandırılamadı", -"%s could not be renamed" => "%s yeniden adlandırılamadı", -"Upload (max. %s)" => "Yükle (azami: %s)", -"File handling" => "Dosya işlemleri", -"Maximum upload size" => "Azami yükleme boyutu", -"max. possible: " => "mümkün olan en fazla: ", -"Save" => "Kaydet", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Dosyalarınıza WebDAV aracılığıyla erişmek için bu adresi kullanın", -"New" => "Yeni", -"New text file" => "Yeni metin dosyası", -"Text file" => "Metin dosyası", -"New folder" => "Yeni klasör", -"Folder" => "Klasör", -"From link" => "Bağlantıdan", -"Nothing in here. Upload something!" => "Burada hiçbir şey yok. Bir şeyler yükleyin!", -"Download" => "İndir", -"Upload too large" => "Yükleme çok büyük", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Yüklemeye çalıştığınız dosyalar bu sunucudaki azami yükleme boyutunu aşıyor.", -"Files are being scanned, please wait." => "Dosyalar taranıyor, lütfen bekleyin.", -"Currently scanning" => "Şu anda taranan" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files/l10n/tzm.js b/apps/files/l10n/tzm.js new file mode 100644 index 0000000000..2a7c7f4442 --- /dev/null +++ b/apps/files/l10n/tzm.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files", + { + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""] +}, +"nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;"); diff --git a/apps/files/l10n/tzm.json b/apps/files/l10n/tzm.json new file mode 100644 index 0000000000..63a463dce6 --- /dev/null +++ b/apps/files/l10n/tzm.json @@ -0,0 +1,6 @@ +{ "translations": { + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %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/apps/files/l10n/tzm.php b/apps/files/l10n/tzm.php deleted file mode 100644 index c50e35da62..0000000000 --- a/apps/files/l10n/tzm.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;"; diff --git a/apps/files/l10n/ug.js b/apps/files/l10n/ug.js new file mode 100644 index 0000000000..cfa6db88c4 --- /dev/null +++ b/apps/files/l10n/ug.js @@ -0,0 +1,38 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "يوچۇن خاتالىق", + "Could not move %s" : "%s يۆتكىيەلمەيدۇ", + "No file was uploaded. Unknown error" : "ھېچقانداق ھۆججەت يۈكلەنمىدى. يوچۇن خاتالىق", + "No file was uploaded" : "ھېچقانداق ھۆججەت يۈكلەنمىدى", + "Missing a temporary folder" : "ۋاقىتلىق قىسقۇچ كەم.", + "Failed to write to disk" : "دىسكىغا يازالمىدى", + "Not enough storage available" : "يېتەرلىك ساقلاش بوشلۇقى يوق", + "Files" : "ھۆججەتلەر", + "Upload cancelled." : "يۈكلەشتىن ۋاز كەچتى.", + "File upload is in progress. Leaving the page now will cancel the upload." : "ھۆججەت يۈكلەش مەشغۇلاتى ئېلىپ بېرىلىۋاتىدۇ. Leaving the page now will cancel the upload.", + "{new_name} already exists" : "{new_name} مەۋجۇت", + "Share" : "ھەمبەھىر", + "Delete" : "ئۆچۈر", + "Unshare" : "ھەمبەھىرلىمە", + "Delete permanently" : "مەڭگۈلۈك ئۆچۈر", + "Rename" : "ئات ئۆزگەرت", + "Pending" : "كۈتۈۋاتىدۇ", + "Error" : "خاتالىق", + "Name" : "ئاتى", + "Size" : "چوڭلۇقى", + "Modified" : "ئۆزگەرتكەن", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "Save" : "ساقلا", + "WebDAV" : "WebDAV", + "New" : "يېڭى", + "Text file" : "تېكىست ھۆججەت", + "New folder" : "يېڭى قىسقۇچ", + "Folder" : "قىسقۇچ", + "Nothing in here. Upload something!" : "بۇ جايدا ھېچنېمە يوق. Upload something!", + "Download" : "چۈشۈر", + "Upload too large" : "يۈكلەندىغىنى بەك چوڭ" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/ug.json b/apps/files/l10n/ug.json new file mode 100644 index 0000000000..19c010492e --- /dev/null +++ b/apps/files/l10n/ug.json @@ -0,0 +1,36 @@ +{ "translations": { + "Unknown error" : "يوچۇن خاتالىق", + "Could not move %s" : "%s يۆتكىيەلمەيدۇ", + "No file was uploaded. Unknown error" : "ھېچقانداق ھۆججەت يۈكلەنمىدى. يوچۇن خاتالىق", + "No file was uploaded" : "ھېچقانداق ھۆججەت يۈكلەنمىدى", + "Missing a temporary folder" : "ۋاقىتلىق قىسقۇچ كەم.", + "Failed to write to disk" : "دىسكىغا يازالمىدى", + "Not enough storage available" : "يېتەرلىك ساقلاش بوشلۇقى يوق", + "Files" : "ھۆججەتلەر", + "Upload cancelled." : "يۈكلەشتىن ۋاز كەچتى.", + "File upload is in progress. Leaving the page now will cancel the upload." : "ھۆججەت يۈكلەش مەشغۇلاتى ئېلىپ بېرىلىۋاتىدۇ. Leaving the page now will cancel the upload.", + "{new_name} already exists" : "{new_name} مەۋجۇت", + "Share" : "ھەمبەھىر", + "Delete" : "ئۆچۈر", + "Unshare" : "ھەمبەھىرلىمە", + "Delete permanently" : "مەڭگۈلۈك ئۆچۈر", + "Rename" : "ئات ئۆزگەرت", + "Pending" : "كۈتۈۋاتىدۇ", + "Error" : "خاتالىق", + "Name" : "ئاتى", + "Size" : "چوڭلۇقى", + "Modified" : "ئۆزگەرتكەن", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "Save" : "ساقلا", + "WebDAV" : "WebDAV", + "New" : "يېڭى", + "Text file" : "تېكىست ھۆججەت", + "New folder" : "يېڭى قىسقۇچ", + "Folder" : "قىسقۇچ", + "Nothing in here. Upload something!" : "بۇ جايدا ھېچنېمە يوق. Upload something!", + "Download" : "چۈشۈر", + "Upload too large" : "يۈكلەندىغىنى بەك چوڭ" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/ug.php b/apps/files/l10n/ug.php deleted file mode 100644 index da132edc9e..0000000000 --- a/apps/files/l10n/ug.php +++ /dev/null @@ -1,37 +0,0 @@ - "يوچۇن خاتالىق", -"Could not move %s" => "%s يۆتكىيەلمەيدۇ", -"No file was uploaded. Unknown error" => "ھېچقانداق ھۆججەت يۈكلەنمىدى. يوچۇن خاتالىق", -"No file was uploaded" => "ھېچقانداق ھۆججەت يۈكلەنمىدى", -"Missing a temporary folder" => "ۋاقىتلىق قىسقۇچ كەم.", -"Failed to write to disk" => "دىسكىغا يازالمىدى", -"Not enough storage available" => "يېتەرلىك ساقلاش بوشلۇقى يوق", -"Files" => "ھۆججەتلەر", -"Upload cancelled." => "يۈكلەشتىن ۋاز كەچتى.", -"File upload is in progress. Leaving the page now will cancel the upload." => "ھۆججەت يۈكلەش مەشغۇلاتى ئېلىپ بېرىلىۋاتىدۇ. Leaving the page now will cancel the upload.", -"{new_name} already exists" => "{new_name} مەۋجۇت", -"Share" => "ھەمبەھىر", -"Delete" => "ئۆچۈر", -"Unshare" => "ھەمبەھىرلىمە", -"Delete permanently" => "مەڭگۈلۈك ئۆچۈر", -"Rename" => "ئات ئۆزگەرت", -"Pending" => "كۈتۈۋاتىدۇ", -"Error" => "خاتالىق", -"Name" => "ئاتى", -"Size" => "چوڭلۇقى", -"Modified" => "ئۆزگەرتكەن", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array(""), -"Save" => "ساقلا", -"WebDAV" => "WebDAV", -"New" => "يېڭى", -"Text file" => "تېكىست ھۆججەت", -"New folder" => "يېڭى قىسقۇچ", -"Folder" => "قىسقۇچ", -"Nothing in here. Upload something!" => "بۇ جايدا ھېچنېمە يوق. Upload something!", -"Download" => "چۈشۈر", -"Upload too large" => "يۈكلەندىغىنى بەك چوڭ" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js new file mode 100644 index 0000000000..b2bbbcbfc4 --- /dev/null +++ b/apps/files/l10n/uk.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "Сховище не доступне", + "Storage invalid" : "Неправильне сховище", + "Unknown error" : "Невідома помилка", + "Could not move %s - File with this name already exists" : "Не вдалося перемістити %s - Файл з таким ім'ям вже існує", + "Could not move %s" : "Не вдалося перемістити %s", + "Permission denied" : "Доступ заборонено", + "File name cannot be empty." : " Ім'я файлу не може бути порожнім.", + "\"%s\" is an invalid file name." : "\"%s\" - це некоректне ім'я файлу.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Невірне ім'я, '\\', '/', '<', '>', ':', '\"', '|', '?' та '*' не дозволені.", + "The target folder has been moved or deleted." : "Теку призначення було переміщено або видалено.", + "The name %s is already used in the folder %s. Please choose a different name." : "Файл з ім'ям %s вже є у теці %s. Оберіть інше ім'я.", + "Not a valid source" : "Недійсне джерело", + "Server is not allowed to open URLs, please check the server configuration" : "Серверу заборонено відкривати посилання, перевірте конфігурацію", + "The file exceeds your quota by %s" : "Файл перевищує вашу квоту на %s", + "Error while downloading %s to %s" : "Помилка завантаження %s до %s", + "Error when creating the file" : "Помилка створення файлу", + "Folder name cannot be empty." : "Ім'я теки не може бути порожнім.", + "Error when creating the folder" : "Помилка створення теки", + "Unable to set upload directory." : "Не вдалося встановити каталог завантаження.", + "Invalid Token" : "Невірний Маркер", + "No file was uploaded. Unknown error" : "Не завантажено жодного файлу. Невідома помилка", + "There is no error, the file uploaded with success" : "Файл успішно вивантажено без помилок.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Розмір звантаження перевищує upload_max_filesize параметра в php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір відвантаженого файлу перевищує директиву MAX_FILE_SIZE вказану в HTML формі", + "The uploaded file was only partially uploaded" : "Файл відвантажено лише частково", + "No file was uploaded" : "Не відвантажено жодного файлу", + "Missing a temporary folder" : "Відсутній тимчасовий каталог", + "Failed to write to disk" : "Невдалося записати на диск", + "Not enough storage available" : "Місця більше немає", + "Upload failed. Could not find uploaded file" : "Завантаження не вдалося. Неможливо знайти завантажений файл.", + "Upload failed. Could not get file info." : "Завантаження не вдалося. Неможливо отримати інформацію про файл.", + "Invalid directory." : "Невірний каталог.", + "Files" : "Файли", + "All files" : "Усі файли", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Неможливо завантажити {filename}, оскільки це каталог або має нульовий розмір.", + "Total file size {size1} exceeds upload limit {size2}" : "Розмір файлу {size1} перевищує обмеження {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостатньо вільного місця, ви завантажуєте {size1}, а залишилося лише {size2}", + "Upload cancelled." : "Завантаження перервано.", + "Could not get result from server." : "Не вдалося отримати результат від сервера.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Виконується завантаження файлу. Закриття цієї сторінки приведе до відміни завантаження.", + "URL cannot be empty" : "URL не може бути порожнім", + "{new_name} already exists" : "{new_name} вже існує", + "Could not create file" : "Не вдалося створити файл", + "Could not create folder" : "Не вдалося створити теку", + "Error fetching URL" : "Помилка отримання URL", + "Share" : "Поділитися", + "Delete" : "Видалити", + "Disconnect storage" : "Від’єднати сховище", + "Unshare" : "Закрити доступ", + "Delete permanently" : "Видалити назавжди", + "Rename" : "Перейменувати", + "Pending" : "Очікування", + "Error moving file." : "Помилка переміщення файлу.", + "Error moving file" : "Помилка переміщення файлу", + "Error" : "Помилка", + "Could not rename file" : "Неможливо перейменувати файл", + "Error deleting file." : "Помилка видалення файлу.", + "Name" : "Ім'я", + "Size" : "Розмір", + "Modified" : "Змінено", + "_%n folder_::_%n folders_" : ["%n тека ","теки : %n ","теки : %n "], + "_%n file_::_%n files_" : ["%n файл ","файли : %n ","файли : %n "], + "You don’t have permission to upload or create files here" : "У вас недостатньо прав для завантаження або створення файлів тут", + "_Uploading %n file_::_Uploading %n files_" : ["Завантаження %n файлу","Завантаження %n файлів","Завантаження %n файлів"], + "\"{name}\" is an invalid file name." : "\"{name}\" - некоректне ім'я файлу.", + "Your storage is full, files can not be updated or synced anymore!" : "Ваше сховище переповнене, файли більше не можуть бути оновлені або синхронізовані !", + "Your storage is almost full ({usedSpacePercent}%)" : "Ваше сховище майже повне ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Доданок шифрування ввімкнено, але ваші ключі не ініціалізовано, вийдіть та зайдіть знову", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Невірний закритий ключ для доданку шифрування. Оновіть пароль до вашого закритого ключа в особистих налаштуваннях.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Шифрування було вимкнено, але ваші файли все ще зашифровано. Для розшифрування перейдіть до персональних налаштувань.", + "{dirs} and {files}" : "{dirs} і {files}", + "%s could not be renamed as it has been deleted" : "%s не може бути перейменований, оскільки він видалений", + "%s could not be renamed" : "%s не може бути перейменований", + "Upload (max. %s)" : "Завантаження (макс. %s)", + "File handling" : "Робота з файлами", + "Maximum upload size" : "Максимальний розмір відвантажень", + "max. possible: " : "макс. можливе:", + "Save" : "Зберегти", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Для доступу до файлів через WebDAV використовуйте це посилання", + "New" : "Створити", + "New text file" : "Новий текстовий файл", + "Text file" : "Текстовий файл", + "New folder" : "Нова тека", + "Folder" : "Тека", + "From link" : "З посилання", + "Nothing in here. Upload something!" : "Тут нічого немає. Відвантажте що-небудь!", + "Download" : "Завантажити", + "Upload too large" : "Файл занадто великий", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файли,що ви намагаєтесь відвантажити перевищують максимальний дозволений розмір файлів на цьому сервері.", + "Files are being scanned, please wait." : "Файли скануються, зачекайте, будь-ласка.", + "Currently scanning" : "Триває перевірка" +}, +"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/apps/files/l10n/uk.json b/apps/files/l10n/uk.json new file mode 100644 index 0000000000..6c8a5be4f5 --- /dev/null +++ b/apps/files/l10n/uk.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "Сховище не доступне", + "Storage invalid" : "Неправильне сховище", + "Unknown error" : "Невідома помилка", + "Could not move %s - File with this name already exists" : "Не вдалося перемістити %s - Файл з таким ім'ям вже існує", + "Could not move %s" : "Не вдалося перемістити %s", + "Permission denied" : "Доступ заборонено", + "File name cannot be empty." : " Ім'я файлу не може бути порожнім.", + "\"%s\" is an invalid file name." : "\"%s\" - це некоректне ім'я файлу.", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Невірне ім'я, '\\', '/', '<', '>', ':', '\"', '|', '?' та '*' не дозволені.", + "The target folder has been moved or deleted." : "Теку призначення було переміщено або видалено.", + "The name %s is already used in the folder %s. Please choose a different name." : "Файл з ім'ям %s вже є у теці %s. Оберіть інше ім'я.", + "Not a valid source" : "Недійсне джерело", + "Server is not allowed to open URLs, please check the server configuration" : "Серверу заборонено відкривати посилання, перевірте конфігурацію", + "The file exceeds your quota by %s" : "Файл перевищує вашу квоту на %s", + "Error while downloading %s to %s" : "Помилка завантаження %s до %s", + "Error when creating the file" : "Помилка створення файлу", + "Folder name cannot be empty." : "Ім'я теки не може бути порожнім.", + "Error when creating the folder" : "Помилка створення теки", + "Unable to set upload directory." : "Не вдалося встановити каталог завантаження.", + "Invalid Token" : "Невірний Маркер", + "No file was uploaded. Unknown error" : "Не завантажено жодного файлу. Невідома помилка", + "There is no error, the file uploaded with success" : "Файл успішно вивантажено без помилок.", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Розмір звантаження перевищує upload_max_filesize параметра в php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір відвантаженого файлу перевищує директиву MAX_FILE_SIZE вказану в HTML формі", + "The uploaded file was only partially uploaded" : "Файл відвантажено лише частково", + "No file was uploaded" : "Не відвантажено жодного файлу", + "Missing a temporary folder" : "Відсутній тимчасовий каталог", + "Failed to write to disk" : "Невдалося записати на диск", + "Not enough storage available" : "Місця більше немає", + "Upload failed. Could not find uploaded file" : "Завантаження не вдалося. Неможливо знайти завантажений файл.", + "Upload failed. Could not get file info." : "Завантаження не вдалося. Неможливо отримати інформацію про файл.", + "Invalid directory." : "Невірний каталог.", + "Files" : "Файли", + "All files" : "Усі файли", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Неможливо завантажити {filename}, оскільки це каталог або має нульовий розмір.", + "Total file size {size1} exceeds upload limit {size2}" : "Розмір файлу {size1} перевищує обмеження {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостатньо вільного місця, ви завантажуєте {size1}, а залишилося лише {size2}", + "Upload cancelled." : "Завантаження перервано.", + "Could not get result from server." : "Не вдалося отримати результат від сервера.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Виконується завантаження файлу. Закриття цієї сторінки приведе до відміни завантаження.", + "URL cannot be empty" : "URL не може бути порожнім", + "{new_name} already exists" : "{new_name} вже існує", + "Could not create file" : "Не вдалося створити файл", + "Could not create folder" : "Не вдалося створити теку", + "Error fetching URL" : "Помилка отримання URL", + "Share" : "Поділитися", + "Delete" : "Видалити", + "Disconnect storage" : "Від’єднати сховище", + "Unshare" : "Закрити доступ", + "Delete permanently" : "Видалити назавжди", + "Rename" : "Перейменувати", + "Pending" : "Очікування", + "Error moving file." : "Помилка переміщення файлу.", + "Error moving file" : "Помилка переміщення файлу", + "Error" : "Помилка", + "Could not rename file" : "Неможливо перейменувати файл", + "Error deleting file." : "Помилка видалення файлу.", + "Name" : "Ім'я", + "Size" : "Розмір", + "Modified" : "Змінено", + "_%n folder_::_%n folders_" : ["%n тека ","теки : %n ","теки : %n "], + "_%n file_::_%n files_" : ["%n файл ","файли : %n ","файли : %n "], + "You don’t have permission to upload or create files here" : "У вас недостатньо прав для завантаження або створення файлів тут", + "_Uploading %n file_::_Uploading %n files_" : ["Завантаження %n файлу","Завантаження %n файлів","Завантаження %n файлів"], + "\"{name}\" is an invalid file name." : "\"{name}\" - некоректне ім'я файлу.", + "Your storage is full, files can not be updated or synced anymore!" : "Ваше сховище переповнене, файли більше не можуть бути оновлені або синхронізовані !", + "Your storage is almost full ({usedSpacePercent}%)" : "Ваше сховище майже повне ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Доданок шифрування ввімкнено, але ваші ключі не ініціалізовано, вийдіть та зайдіть знову", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Невірний закритий ключ для доданку шифрування. Оновіть пароль до вашого закритого ключа в особистих налаштуваннях.", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Шифрування було вимкнено, але ваші файли все ще зашифровано. Для розшифрування перейдіть до персональних налаштувань.", + "{dirs} and {files}" : "{dirs} і {files}", + "%s could not be renamed as it has been deleted" : "%s не може бути перейменований, оскільки він видалений", + "%s could not be renamed" : "%s не може бути перейменований", + "Upload (max. %s)" : "Завантаження (макс. %s)", + "File handling" : "Робота з файлами", + "Maximum upload size" : "Максимальний розмір відвантажень", + "max. possible: " : "макс. можливе:", + "Save" : "Зберегти", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Для доступу до файлів через WebDAV використовуйте це посилання", + "New" : "Створити", + "New text file" : "Новий текстовий файл", + "Text file" : "Текстовий файл", + "New folder" : "Нова тека", + "Folder" : "Тека", + "From link" : "З посилання", + "Nothing in here. Upload something!" : "Тут нічого немає. Відвантажте що-небудь!", + "Download" : "Завантажити", + "Upload too large" : "Файл занадто великий", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файли,що ви намагаєтесь відвантажити перевищують максимальний дозволений розмір файлів на цьому сервері.", + "Files are being scanned, please wait." : "Файли скануються, зачекайте, будь-ласка.", + "Currently scanning" : "Триває перевірка" +},"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/apps/files/l10n/uk.php b/apps/files/l10n/uk.php deleted file mode 100644 index f2927738a1..0000000000 --- a/apps/files/l10n/uk.php +++ /dev/null @@ -1,96 +0,0 @@ - "Сховище не доступне", -"Storage invalid" => "Неправильне сховище", -"Unknown error" => "Невідома помилка", -"Could not move %s - File with this name already exists" => "Не вдалося перемістити %s - Файл з таким ім'ям вже існує", -"Could not move %s" => "Не вдалося перемістити %s", -"Permission denied" => "Доступ заборонено", -"File name cannot be empty." => " Ім'я файлу не може бути порожнім.", -"\"%s\" is an invalid file name." => "\"%s\" - це некоректне ім'я файлу.", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Невірне ім'я, '\\', '/', '<', '>', ':', '\"', '|', '?' та '*' не дозволені.", -"The target folder has been moved or deleted." => "Теку призначення було переміщено або видалено.", -"The name %s is already used in the folder %s. Please choose a different name." => "Файл з ім'ям %s вже є у теці %s. Оберіть інше ім'я.", -"Not a valid source" => "Недійсне джерело", -"Server is not allowed to open URLs, please check the server configuration" => "Серверу заборонено відкривати посилання, перевірте конфігурацію", -"The file exceeds your quota by %s" => "Файл перевищує вашу квоту на %s", -"Error while downloading %s to %s" => "Помилка завантаження %s до %s", -"Error when creating the file" => "Помилка створення файлу", -"Folder name cannot be empty." => "Ім'я теки не може бути порожнім.", -"Error when creating the folder" => "Помилка створення теки", -"Unable to set upload directory." => "Не вдалося встановити каталог завантаження.", -"Invalid Token" => "Невірний Маркер", -"No file was uploaded. Unknown error" => "Не завантажено жодного файлу. Невідома помилка", -"There is no error, the file uploaded with success" => "Файл успішно вивантажено без помилок.", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Розмір звантаження перевищує upload_max_filesize параметра в php.ini: ", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Розмір відвантаженого файлу перевищує директиву MAX_FILE_SIZE вказану в HTML формі", -"The uploaded file was only partially uploaded" => "Файл відвантажено лише частково", -"No file was uploaded" => "Не відвантажено жодного файлу", -"Missing a temporary folder" => "Відсутній тимчасовий каталог", -"Failed to write to disk" => "Невдалося записати на диск", -"Not enough storage available" => "Місця більше немає", -"Upload failed. Could not find uploaded file" => "Завантаження не вдалося. Неможливо знайти завантажений файл.", -"Upload failed. Could not get file info." => "Завантаження не вдалося. Неможливо отримати інформацію про файл.", -"Invalid directory." => "Невірний каталог.", -"Files" => "Файли", -"All files" => "Усі файли", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "Неможливо завантажити {filename}, оскільки це каталог або має нульовий розмір.", -"Total file size {size1} exceeds upload limit {size2}" => "Розмір файлу {size1} перевищує обмеження {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "Недостатньо вільного місця, ви завантажуєте {size1}, а залишилося лише {size2}", -"Upload cancelled." => "Завантаження перервано.", -"Could not get result from server." => "Не вдалося отримати результат від сервера.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Виконується завантаження файлу. Закриття цієї сторінки приведе до відміни завантаження.", -"URL cannot be empty" => "URL не може бути порожнім", -"{new_name} already exists" => "{new_name} вже існує", -"Could not create file" => "Не вдалося створити файл", -"Could not create folder" => "Не вдалося створити теку", -"Error fetching URL" => "Помилка отримання URL", -"Share" => "Поділитися", -"Delete" => "Видалити", -"Disconnect storage" => "Від’єднати сховище", -"Unshare" => "Закрити доступ", -"Delete permanently" => "Видалити назавжди", -"Rename" => "Перейменувати", -"Pending" => "Очікування", -"Error moving file." => "Помилка переміщення файлу.", -"Error moving file" => "Помилка переміщення файлу", -"Error" => "Помилка", -"Could not rename file" => "Неможливо перейменувати файл", -"Error deleting file." => "Помилка видалення файлу.", -"Name" => "Ім'я", -"Size" => "Розмір", -"Modified" => "Змінено", -"_%n folder_::_%n folders_" => array("%n тека ","теки : %n ","теки : %n "), -"_%n file_::_%n files_" => array("%n файл ","файли : %n ","файли : %n "), -"You don’t have permission to upload or create files here" => "У вас недостатньо прав для завантаження або створення файлів тут", -"_Uploading %n file_::_Uploading %n files_" => array("Завантаження %n файлу","Завантаження %n файлів","Завантаження %n файлів"), -"\"{name}\" is an invalid file name." => "\"{name}\" - некоректне ім'я файлу.", -"Your storage is full, files can not be updated or synced anymore!" => "Ваше сховище переповнене, файли більше не можуть бути оновлені або синхронізовані !", -"Your storage is almost full ({usedSpacePercent}%)" => "Ваше сховище майже повне ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Доданок шифрування ввімкнено, але ваші ключі не ініціалізовано, вийдіть та зайдіть знову", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Невірний закритий ключ для доданку шифрування. Оновіть пароль до вашого закритого ключа в особистих налаштуваннях.", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Шифрування було вимкнено, але ваші файли все ще зашифровано. Для розшифрування перейдіть до персональних налаштувань.", -"{dirs} and {files}" => "{dirs} і {files}", -"%s could not be renamed as it has been deleted" => "%s не може бути перейменований, оскільки він видалений", -"%s could not be renamed" => "%s не може бути перейменований", -"Upload (max. %s)" => "Завантаження (макс. %s)", -"File handling" => "Робота з файлами", -"Maximum upload size" => "Максимальний розмір відвантажень", -"max. possible: " => "макс. можливе:", -"Save" => "Зберегти", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "Для доступу до файлів через WebDAV використовуйте це посилання", -"New" => "Створити", -"New text file" => "Новий текстовий файл", -"Text file" => "Текстовий файл", -"New folder" => "Нова тека", -"Folder" => "Тека", -"From link" => "З посилання", -"Nothing in here. Upload something!" => "Тут нічого немає. Відвантажте що-небудь!", -"Download" => "Завантажити", -"Upload too large" => "Файл занадто великий", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файли,що ви намагаєтесь відвантажити перевищують максимальний дозволений розмір файлів на цьому сервері.", -"Files are being scanned, please wait." => "Файли скануються, зачекайте, будь-ласка.", -"Currently scanning" => "Триває перевірка" -); -$PLURAL_FORMS = "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/apps/files/l10n/ur.js b/apps/files/l10n/ur.js new file mode 100644 index 0000000000..f04bfd7a6f --- /dev/null +++ b/apps/files/l10n/ur.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files", + { + "Error" : "خرابی", + "_%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 new file mode 100644 index 0000000000..cb374c0b15 --- /dev/null +++ b/apps/files/l10n/ur.json @@ -0,0 +1 @@ +{"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 diff --git a/apps/files/l10n/ur.php b/apps/files/l10n/ur.php deleted file mode 100644 index 8d85d55266..0000000000 --- a/apps/files/l10n/ur.php +++ /dev/null @@ -1,8 +0,0 @@ - "خرابی", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ur_PK.js b/apps/files/l10n/ur_PK.js new file mode 100644 index 0000000000..c0be28aa0d --- /dev/null +++ b/apps/files/l10n/ur_PK.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "غیر معروف خرابی", + "Share" : "تقسیم", + "Delete" : "حذف کریں", + "Unshare" : "شئیرنگ ختم کریں", + "Error" : "ایرر", + "Name" : "اسم", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "حفظ", + "Download" : "ڈاؤن لوڈ،" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ur_PK.json b/apps/files/l10n/ur_PK.json new file mode 100644 index 0000000000..1ceef01a44 --- /dev/null +++ b/apps/files/l10n/ur_PK.json @@ -0,0 +1,14 @@ +{ "translations": { + "Unknown error" : "غیر معروف خرابی", + "Share" : "تقسیم", + "Delete" : "حذف کریں", + "Unshare" : "شئیرنگ ختم کریں", + "Error" : "ایرر", + "Name" : "اسم", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""], + "Save" : "حفظ", + "Download" : "ڈاؤن لوڈ،" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/ur_PK.php b/apps/files/l10n/ur_PK.php deleted file mode 100644 index 583ebb8048..0000000000 --- a/apps/files/l10n/ur_PK.php +++ /dev/null @@ -1,15 +0,0 @@ - "غیر معروف خرابی", -"Share" => "تقسیم", -"Delete" => "حذف کریں", -"Unshare" => "شئیرنگ ختم کریں", -"Error" => "ایرر", -"Name" => "اسم", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("",""), -"_Uploading %n file_::_Uploading %n files_" => array("",""), -"Save" => "حفظ", -"Download" => "ڈاؤن لوڈ،" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/uz.js b/apps/files/l10n/uz.js new file mode 100644 index 0000000000..d1bbfca2dd --- /dev/null +++ b/apps/files/l10n/uz.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files", + { + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/uz.json b/apps/files/l10n/uz.json new file mode 100644 index 0000000000..e493054d78 --- /dev/null +++ b/apps/files/l10n/uz.json @@ -0,0 +1,6 @@ +{ "translations": { + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/uz.php b/apps/files/l10n/uz.php deleted file mode 100644 index 70ab6572ba..0000000000 --- a/apps/files/l10n/uz.php +++ /dev/null @@ -1,7 +0,0 @@ - array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js new file mode 100644 index 0000000000..744f37082f --- /dev/null +++ b/apps/files/l10n/vi.js @@ -0,0 +1,79 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "Lỗi chưa biết", + "Could not move %s - File with this name already exists" : "Không thể di chuyển %s - Đã có tên tập tin này trên hệ thống", + "Could not move %s" : "Không thể di chuyển %s", + "File name cannot be empty." : "Tên file không được rỗng", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Tên không hợp lệ, '\\', '/', '<', '>', ':', '\"', '|', '?' và '*' thì không được phép dùng.", + "The name %s is already used in the folder %s. Please choose a different name." : "Tên %s đã được sử dụng trong thư mục %s. Hãy chọn tên khác.", + "Not a valid source" : "Nguồn không hợp lệ", + "Server is not allowed to open URLs, please check the server configuration" : "Server cấm mở URLs, vui lòng kiểm tra lại cấu hình server", + "Error while downloading %s to %s" : "Lỗi trong trong quá trình tải %s từ %s", + "Error when creating the file" : "Lỗi khi tạo file", + "Folder name cannot be empty." : "Tên thư mục không thể để trống", + "Error when creating the folder" : "Lỗi khi tạo thư mục", + "Unable to set upload directory." : "Không thể thiết lập thư mục tải lên.", + "Invalid Token" : "Xác thực không hợp lệ", + "No file was uploaded. Unknown error" : "Không có tập tin nào được tải lên. Lỗi không xác định", + "There is no error, the file uploaded with success" : "Không có lỗi, các tập tin đã được tải lên thành công", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "The uploaded file exceeds the upload_max_filesize directive in php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Tập tin được tải lên vượt quá MAX_FILE_SIZE được quy định trong mẫu HTML", + "The uploaded file was only partially uploaded" : "Các tập tin được tải lên chỉ tải lên được một phần", + "No file was uploaded" : "Chưa có file nào được tải lên", + "Missing a temporary folder" : "Không tìm thấy thư mục tạm", + "Failed to write to disk" : "Không thể ghi ", + "Not enough storage available" : "Không đủ không gian lưu trữ", + "Upload failed. Could not find uploaded file" : "Tải lên thất bại. Không thể tìm thấy tập tin được tải lên", + "Upload failed. Could not get file info." : "Tải lên thất bại. Không thể có được thông tin tập tin.", + "Invalid directory." : "Thư mục không hợp lệ", + "Files" : "Tập tin", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "không thể tải {filename} lên do nó là một thư mục hoặc có kích thước bằng 0 byte", + "Upload cancelled." : "Hủy tải lên", + "Could not get result from server." : "Không thể nhận được kết quả từ máy chủ.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Tập tin tải lên đang được xử lý. Nếu bạn rời khỏi trang bây giờ sẽ hủy quá trình này.", + "URL cannot be empty" : "URL không thể để trống", + "{new_name} already exists" : "{new_name} đã tồn tại", + "Could not create file" : "Không thể tạo file", + "Could not create folder" : "Không thể tạo thư mục", + "Share" : "Chia sẻ", + "Delete" : "Xóa", + "Unshare" : "Bỏ chia sẻ", + "Delete permanently" : "Xóa vĩnh vễn", + "Rename" : "Sửa tên", + "Pending" : "Đang chờ", + "Error moving file" : "Lỗi di chuyển tập tin", + "Error" : "Lỗi", + "Could not rename file" : "Không thể đổi tên file", + "Error deleting file." : "Lỗi xóa file,", + "Name" : "Tên", + "Size" : "Kích cỡ", + "Modified" : "Thay đổi", + "_%n folder_::_%n folders_" : ["%n thư mục"], + "_%n file_::_%n files_" : ["%n tập tin"], + "You don’t have permission to upload or create files here" : "Bạn không có quyền upload hoặc tạo files ở đây", + "_Uploading %n file_::_Uploading %n files_" : ["Đang tải lên %n tập tin"], + "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", + "Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Ứng dụng mã hóa đã được kích hoạt nhưng bạn chưa khởi tạo khóa. Vui lòng đăng xuất ra và đăng nhập lại", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Mã hóa đã bị vô hiệu nhưng những tập tin của bạn vẫn được mã hóa. Vui lòng vào phần thiết lập cá nhân để giải mã chúng.", + "{dirs} and {files}" : "{dirs} và {files}", + "%s could not be renamed" : "%s không thể đổi tên", + "File handling" : "Xử lý tập tin", + "Maximum upload size" : "Kích thước tối đa ", + "max. possible: " : "tối đa cho phép:", + "Save" : "Lưu", + "WebDAV" : "WebDAV", + "New" : "Tạo mới", + "New text file" : "File text mới", + "Text file" : "Tập tin văn bản", + "New folder" : "Tạo thư mục", + "Folder" : "Thư mục", + "From link" : "Từ liên kết", + "Nothing in here. Upload something!" : "Không có gì ở đây .Hãy tải lên một cái gì đó !", + "Download" : "Tải về", + "Upload too large" : "Tập tin tải lên quá lớn", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Các tập tin bạn đang tải lên vượt quá kích thước tối đa cho phép trên máy chủ .", + "Files are being scanned, please wait." : "Tập tin đang được quét ,vui lòng chờ." +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/vi.json b/apps/files/l10n/vi.json new file mode 100644 index 0000000000..32e953b68e --- /dev/null +++ b/apps/files/l10n/vi.json @@ -0,0 +1,77 @@ +{ "translations": { + "Unknown error" : "Lỗi chưa biết", + "Could not move %s - File with this name already exists" : "Không thể di chuyển %s - Đã có tên tập tin này trên hệ thống", + "Could not move %s" : "Không thể di chuyển %s", + "File name cannot be empty." : "Tên file không được rỗng", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Tên không hợp lệ, '\\', '/', '<', '>', ':', '\"', '|', '?' và '*' thì không được phép dùng.", + "The name %s is already used in the folder %s. Please choose a different name." : "Tên %s đã được sử dụng trong thư mục %s. Hãy chọn tên khác.", + "Not a valid source" : "Nguồn không hợp lệ", + "Server is not allowed to open URLs, please check the server configuration" : "Server cấm mở URLs, vui lòng kiểm tra lại cấu hình server", + "Error while downloading %s to %s" : "Lỗi trong trong quá trình tải %s từ %s", + "Error when creating the file" : "Lỗi khi tạo file", + "Folder name cannot be empty." : "Tên thư mục không thể để trống", + "Error when creating the folder" : "Lỗi khi tạo thư mục", + "Unable to set upload directory." : "Không thể thiết lập thư mục tải lên.", + "Invalid Token" : "Xác thực không hợp lệ", + "No file was uploaded. Unknown error" : "Không có tập tin nào được tải lên. Lỗi không xác định", + "There is no error, the file uploaded with success" : "Không có lỗi, các tập tin đã được tải lên thành công", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "The uploaded file exceeds the upload_max_filesize directive in php.ini: ", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Tập tin được tải lên vượt quá MAX_FILE_SIZE được quy định trong mẫu HTML", + "The uploaded file was only partially uploaded" : "Các tập tin được tải lên chỉ tải lên được một phần", + "No file was uploaded" : "Chưa có file nào được tải lên", + "Missing a temporary folder" : "Không tìm thấy thư mục tạm", + "Failed to write to disk" : "Không thể ghi ", + "Not enough storage available" : "Không đủ không gian lưu trữ", + "Upload failed. Could not find uploaded file" : "Tải lên thất bại. Không thể tìm thấy tập tin được tải lên", + "Upload failed. Could not get file info." : "Tải lên thất bại. Không thể có được thông tin tập tin.", + "Invalid directory." : "Thư mục không hợp lệ", + "Files" : "Tập tin", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "không thể tải {filename} lên do nó là một thư mục hoặc có kích thước bằng 0 byte", + "Upload cancelled." : "Hủy tải lên", + "Could not get result from server." : "Không thể nhận được kết quả từ máy chủ.", + "File upload is in progress. Leaving the page now will cancel the upload." : "Tập tin tải lên đang được xử lý. Nếu bạn rời khỏi trang bây giờ sẽ hủy quá trình này.", + "URL cannot be empty" : "URL không thể để trống", + "{new_name} already exists" : "{new_name} đã tồn tại", + "Could not create file" : "Không thể tạo file", + "Could not create folder" : "Không thể tạo thư mục", + "Share" : "Chia sẻ", + "Delete" : "Xóa", + "Unshare" : "Bỏ chia sẻ", + "Delete permanently" : "Xóa vĩnh vễn", + "Rename" : "Sửa tên", + "Pending" : "Đang chờ", + "Error moving file" : "Lỗi di chuyển tập tin", + "Error" : "Lỗi", + "Could not rename file" : "Không thể đổi tên file", + "Error deleting file." : "Lỗi xóa file,", + "Name" : "Tên", + "Size" : "Kích cỡ", + "Modified" : "Thay đổi", + "_%n folder_::_%n folders_" : ["%n thư mục"], + "_%n file_::_%n files_" : ["%n tập tin"], + "You don’t have permission to upload or create files here" : "Bạn không có quyền upload hoặc tạo files ở đây", + "_Uploading %n file_::_Uploading %n files_" : ["Đang tải lên %n tập tin"], + "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", + "Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Ứng dụng mã hóa đã được kích hoạt nhưng bạn chưa khởi tạo khóa. Vui lòng đăng xuất ra và đăng nhập lại", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Mã hóa đã bị vô hiệu nhưng những tập tin của bạn vẫn được mã hóa. Vui lòng vào phần thiết lập cá nhân để giải mã chúng.", + "{dirs} and {files}" : "{dirs} và {files}", + "%s could not be renamed" : "%s không thể đổi tên", + "File handling" : "Xử lý tập tin", + "Maximum upload size" : "Kích thước tối đa ", + "max. possible: " : "tối đa cho phép:", + "Save" : "Lưu", + "WebDAV" : "WebDAV", + "New" : "Tạo mới", + "New text file" : "File text mới", + "Text file" : "Tập tin văn bản", + "New folder" : "Tạo thư mục", + "Folder" : "Thư mục", + "From link" : "Từ liên kết", + "Nothing in here. Upload something!" : "Không có gì ở đây .Hãy tải lên một cái gì đó !", + "Download" : "Tải về", + "Upload too large" : "Tập tin tải lên quá lớn", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Các tập tin bạn đang tải lên vượt quá kích thước tối đa cho phép trên máy chủ .", + "Files are being scanned, please wait." : "Tập tin đang được quét ,vui lòng chờ." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/vi.php b/apps/files/l10n/vi.php deleted file mode 100644 index a754b9d5a5..0000000000 --- a/apps/files/l10n/vi.php +++ /dev/null @@ -1,78 +0,0 @@ - "Lỗi chưa biết", -"Could not move %s - File with this name already exists" => "Không thể di chuyển %s - Đã có tên tập tin này trên hệ thống", -"Could not move %s" => "Không thể di chuyển %s", -"File name cannot be empty." => "Tên file không được rỗng", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Tên không hợp lệ, '\\', '/', '<', '>', ':', '\"', '|', '?' và '*' thì không được phép dùng.", -"The name %s is already used in the folder %s. Please choose a different name." => "Tên %s đã được sử dụng trong thư mục %s. Hãy chọn tên khác.", -"Not a valid source" => "Nguồn không hợp lệ", -"Server is not allowed to open URLs, please check the server configuration" => "Server cấm mở URLs, vui lòng kiểm tra lại cấu hình server", -"Error while downloading %s to %s" => "Lỗi trong trong quá trình tải %s từ %s", -"Error when creating the file" => "Lỗi khi tạo file", -"Folder name cannot be empty." => "Tên thư mục không thể để trống", -"Error when creating the folder" => "Lỗi khi tạo thư mục", -"Unable to set upload directory." => "Không thể thiết lập thư mục tải lên.", -"Invalid Token" => "Xác thực không hợp lệ", -"No file was uploaded. Unknown error" => "Không có tập tin nào được tải lên. Lỗi không xác định", -"There is no error, the file uploaded with success" => "Không có lỗi, các tập tin đã được tải lên thành công", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "The uploaded file exceeds the upload_max_filesize directive in php.ini: ", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Tập tin được tải lên vượt quá MAX_FILE_SIZE được quy định trong mẫu HTML", -"The uploaded file was only partially uploaded" => "Các tập tin được tải lên chỉ tải lên được một phần", -"No file was uploaded" => "Chưa có file nào được tải lên", -"Missing a temporary folder" => "Không tìm thấy thư mục tạm", -"Failed to write to disk" => "Không thể ghi ", -"Not enough storage available" => "Không đủ không gian lưu trữ", -"Upload failed. Could not find uploaded file" => "Tải lên thất bại. Không thể tìm thấy tập tin được tải lên", -"Upload failed. Could not get file info." => "Tải lên thất bại. Không thể có được thông tin tập tin.", -"Invalid directory." => "Thư mục không hợp lệ", -"Files" => "Tập tin", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "không thể tải {filename} lên do nó là một thư mục hoặc có kích thước bằng 0 byte", -"Upload cancelled." => "Hủy tải lên", -"Could not get result from server." => "Không thể nhận được kết quả từ máy chủ.", -"File upload is in progress. Leaving the page now will cancel the upload." => "Tập tin tải lên đang được xử lý. Nếu bạn rời khỏi trang bây giờ sẽ hủy quá trình này.", -"URL cannot be empty" => "URL không thể để trống", -"{new_name} already exists" => "{new_name} đã tồn tại", -"Could not create file" => "Không thể tạo file", -"Could not create folder" => "Không thể tạo thư mục", -"Share" => "Chia sẻ", -"Delete" => "Xóa", -"Unshare" => "Bỏ chia sẻ", -"Delete permanently" => "Xóa vĩnh vễn", -"Rename" => "Sửa tên", -"Pending" => "Đang chờ", -"Error moving file" => "Lỗi di chuyển tập tin", -"Error" => "Lỗi", -"Could not rename file" => "Không thể đổi tên file", -"Error deleting file." => "Lỗi xóa file,", -"Name" => "Tên", -"Size" => "Kích cỡ", -"Modified" => "Thay đổi", -"_%n folder_::_%n folders_" => array("%n thư mục"), -"_%n file_::_%n files_" => array("%n tập tin"), -"You don’t have permission to upload or create files here" => "Bạn không có quyền upload hoặc tạo files ở đây", -"_Uploading %n file_::_Uploading %n files_" => array("Đang tải lên %n tập tin"), -"Your storage is full, files can not be updated or synced anymore!" => "Your storage is full, files can not be updated or synced anymore!", -"Your storage is almost full ({usedSpacePercent}%)" => "Your storage is almost full ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Ứng dụng mã hóa đã được kích hoạt nhưng bạn chưa khởi tạo khóa. Vui lòng đăng xuất ra và đăng nhập lại", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Mã hóa đã bị vô hiệu nhưng những tập tin của bạn vẫn được mã hóa. Vui lòng vào phần thiết lập cá nhân để giải mã chúng.", -"{dirs} and {files}" => "{dirs} và {files}", -"%s could not be renamed" => "%s không thể đổi tên", -"File handling" => "Xử lý tập tin", -"Maximum upload size" => "Kích thước tối đa ", -"max. possible: " => "tối đa cho phép:", -"Save" => "Lưu", -"WebDAV" => "WebDAV", -"New" => "Tạo mới", -"New text file" => "File text mới", -"Text file" => "Tập tin văn bản", -"New folder" => "Tạo thư mục", -"Folder" => "Thư mục", -"From link" => "Từ liên kết", -"Nothing in here. Upload something!" => "Không có gì ở đây .Hãy tải lên một cái gì đó !", -"Download" => "Tải về", -"Upload too large" => "Tập tin tải lên quá lớn", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Các tập tin bạn đang tải lên vượt quá kích thước tối đa cho phép trên máy chủ .", -"Files are being scanned, please wait." => "Tập tin đang được quét ,vui lòng chờ." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js new file mode 100644 index 0000000000..502c673764 --- /dev/null +++ b/apps/files/l10n/zh_CN.js @@ -0,0 +1,94 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "存储空间不可用", + "Storage invalid" : "存储空间无效", + "Unknown error" : "未知错误", + "Could not move %s - File with this name already exists" : "无法移动 %s - 同名文件已存在", + "Could not move %s" : "无法移动 %s", + "File name cannot be empty." : "文件名不能为空。", + "\"%s\" is an invalid file name." : "“%s” 是一个无效的文件名。", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。", + "The target folder has been moved or deleted." : "目标文件夹已经被移动或删除。", + "The name %s is already used in the folder %s. Please choose a different name." : "文件名 %s 是已经在 %s 中存在的名称。请使用其他名称。", + "Not a valid source" : "不是一个可用的源", + "Server is not allowed to open URLs, please check the server configuration" : "服务器没有允许打开URL网址,请检查服务器配置", + "Error while downloading %s to %s" : "当下载 %s 到 %s 时出错", + "Error when creating the file" : "当创建文件是出错", + "Folder name cannot be empty." : "文件夹名称不能为空", + "Error when creating the folder" : "创建文件夹出错", + "Unable to set upload directory." : "无法设置上传文件夹。", + "Invalid Token" : "无效密匙", + "No file was uploaded. Unknown error" : "没有文件被上传。未知错误", + "There is no error, the file uploaded with success" : "文件上传成功,没有错误发生", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "上传文件大小已超过php.ini中upload_max_filesize所规定的值", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件长度超出了 HTML 表单中 MAX_FILE_SIZE 的限制", + "The uploaded file was only partially uploaded" : "已上传文件只上传了部分(不完整)", + "No file was uploaded" : "没有文件被上传", + "Missing a temporary folder" : "缺少临时目录", + "Failed to write to disk" : "写入磁盘失败", + "Not enough storage available" : "没有足够的存储空间", + "Upload failed. Could not find uploaded file" : "上传失败。不能发现上传的文件", + "Upload failed. Could not get file info." : "上传失败。不能获取文件信息。", + "Invalid directory." : "无效文件夹。", + "Files" : "文件", + "All files" : "全部文件", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "不能上传文件 {filename} ,由于它是一个目录或者为0字节", + "Total file size {size1} exceeds upload limit {size2}" : "总文件大小 {size1} 超过上传限制 {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "没有足够的可用空间,您正在上传 {size1} 的文件但是只有 {size2} 可用。", + "Upload cancelled." : "上传已取消", + "Could not get result from server." : "不能从服务器得到结果", + "File upload is in progress. Leaving the page now will cancel the upload." : "文件正在上传中。现在离开此页会导致上传动作被取消。", + "URL cannot be empty" : "URL不能为空", + "{new_name} already exists" : "{new_name} 已存在", + "Could not create file" : "不能创建文件", + "Could not create folder" : "不能创建文件夹", + "Error fetching URL" : "获取URL出错", + "Share" : "分享", + "Delete" : "删除", + "Disconnect storage" : "断开储存连接", + "Unshare" : "取消共享", + "Delete permanently" : "永久删除", + "Rename" : "重命名", + "Pending" : "等待", + "Error moving file." : "移动文件出错。", + "Error moving file" : "移动文件错误", + "Error" : "错误", + "Could not rename file" : "不能重命名文件", + "Error deleting file." : "删除文件出错。", + "Name" : "名称", + "Size" : "大小", + "Modified" : "修改日期", + "_%n folder_::_%n folders_" : ["%n 文件夹"], + "_%n file_::_%n files_" : ["%n个文件"], + "You don’t have permission to upload or create files here" : "您没有权限来上传湖州哦和创建文件", + "_Uploading %n file_::_Uploading %n files_" : ["上传 %n 个文件"], + "\"{name}\" is an invalid file name." : "“{name}”是一个无效的文件名。", + "Your storage is full, files can not be updated or synced anymore!" : "您的存储空间已满,文件将无法更新或同步!", + "Your storage is almost full ({usedSpacePercent}%)" : "您的存储空间即将用完 ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用被启用了,但是你的加密密钥没有初始化,请重新登出登录系统一次。", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "无效的私有密钥。请到您的个人配置里去更新私有密钥,来恢复对加密文件的访问。", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "加密是被禁用的,但是您的文件还是被加密了。请到您的个人配置里设置文件加密选项。", + "{dirs} and {files}" : "{dirs} 和 {files}", + "%s could not be renamed" : "%s 不能被重命名", + "Upload (max. %s)" : "上传 (最大 %s)", + "File handling" : "文件处理", + "Maximum upload size" : "最大上传大小", + "max. possible: " : "最大允许: ", + "Save" : "保存", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "使用这个地址 通过 WebDAV 访问您的文件", + "New" : "新建", + "New text file" : "创建文本文件", + "Text file" : "文本文件", + "New folder" : "增加文件夹", + "Folder" : "文件夹", + "From link" : "来自链接", + "Nothing in here. Upload something!" : "这里还什么都没有。上传些东西吧!", + "Download" : "下载", + "Upload too large" : "上传文件过大", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您正尝试上传的文件超过了此服务器可以上传的最大容量限制", + "Files are being scanned, please wait." : "文件正在被扫描,请稍候。", + "Currently scanning" : "正在扫描" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json new file mode 100644 index 0000000000..a0244f1965 --- /dev/null +++ b/apps/files/l10n/zh_CN.json @@ -0,0 +1,92 @@ +{ "translations": { + "Storage not available" : "存储空间不可用", + "Storage invalid" : "存储空间无效", + "Unknown error" : "未知错误", + "Could not move %s - File with this name already exists" : "无法移动 %s - 同名文件已存在", + "Could not move %s" : "无法移动 %s", + "File name cannot be empty." : "文件名不能为空。", + "\"%s\" is an invalid file name." : "“%s” 是一个无效的文件名。", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。", + "The target folder has been moved or deleted." : "目标文件夹已经被移动或删除。", + "The name %s is already used in the folder %s. Please choose a different name." : "文件名 %s 是已经在 %s 中存在的名称。请使用其他名称。", + "Not a valid source" : "不是一个可用的源", + "Server is not allowed to open URLs, please check the server configuration" : "服务器没有允许打开URL网址,请检查服务器配置", + "Error while downloading %s to %s" : "当下载 %s 到 %s 时出错", + "Error when creating the file" : "当创建文件是出错", + "Folder name cannot be empty." : "文件夹名称不能为空", + "Error when creating the folder" : "创建文件夹出错", + "Unable to set upload directory." : "无法设置上传文件夹。", + "Invalid Token" : "无效密匙", + "No file was uploaded. Unknown error" : "没有文件被上传。未知错误", + "There is no error, the file uploaded with success" : "文件上传成功,没有错误发生", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "上传文件大小已超过php.ini中upload_max_filesize所规定的值", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件长度超出了 HTML 表单中 MAX_FILE_SIZE 的限制", + "The uploaded file was only partially uploaded" : "已上传文件只上传了部分(不完整)", + "No file was uploaded" : "没有文件被上传", + "Missing a temporary folder" : "缺少临时目录", + "Failed to write to disk" : "写入磁盘失败", + "Not enough storage available" : "没有足够的存储空间", + "Upload failed. Could not find uploaded file" : "上传失败。不能发现上传的文件", + "Upload failed. Could not get file info." : "上传失败。不能获取文件信息。", + "Invalid directory." : "无效文件夹。", + "Files" : "文件", + "All files" : "全部文件", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "不能上传文件 {filename} ,由于它是一个目录或者为0字节", + "Total file size {size1} exceeds upload limit {size2}" : "总文件大小 {size1} 超过上传限制 {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "没有足够的可用空间,您正在上传 {size1} 的文件但是只有 {size2} 可用。", + "Upload cancelled." : "上传已取消", + "Could not get result from server." : "不能从服务器得到结果", + "File upload is in progress. Leaving the page now will cancel the upload." : "文件正在上传中。现在离开此页会导致上传动作被取消。", + "URL cannot be empty" : "URL不能为空", + "{new_name} already exists" : "{new_name} 已存在", + "Could not create file" : "不能创建文件", + "Could not create folder" : "不能创建文件夹", + "Error fetching URL" : "获取URL出错", + "Share" : "分享", + "Delete" : "删除", + "Disconnect storage" : "断开储存连接", + "Unshare" : "取消共享", + "Delete permanently" : "永久删除", + "Rename" : "重命名", + "Pending" : "等待", + "Error moving file." : "移动文件出错。", + "Error moving file" : "移动文件错误", + "Error" : "错误", + "Could not rename file" : "不能重命名文件", + "Error deleting file." : "删除文件出错。", + "Name" : "名称", + "Size" : "大小", + "Modified" : "修改日期", + "_%n folder_::_%n folders_" : ["%n 文件夹"], + "_%n file_::_%n files_" : ["%n个文件"], + "You don’t have permission to upload or create files here" : "您没有权限来上传湖州哦和创建文件", + "_Uploading %n file_::_Uploading %n files_" : ["上传 %n 个文件"], + "\"{name}\" is an invalid file name." : "“{name}”是一个无效的文件名。", + "Your storage is full, files can not be updated or synced anymore!" : "您的存储空间已满,文件将无法更新或同步!", + "Your storage is almost full ({usedSpacePercent}%)" : "您的存储空间即将用完 ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用被启用了,但是你的加密密钥没有初始化,请重新登出登录系统一次。", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "无效的私有密钥。请到您的个人配置里去更新私有密钥,来恢复对加密文件的访问。", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "加密是被禁用的,但是您的文件还是被加密了。请到您的个人配置里设置文件加密选项。", + "{dirs} and {files}" : "{dirs} 和 {files}", + "%s could not be renamed" : "%s 不能被重命名", + "Upload (max. %s)" : "上传 (最大 %s)", + "File handling" : "文件处理", + "Maximum upload size" : "最大上传大小", + "max. possible: " : "最大允许: ", + "Save" : "保存", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "使用这个地址 通过 WebDAV 访问您的文件", + "New" : "新建", + "New text file" : "创建文本文件", + "Text file" : "文本文件", + "New folder" : "增加文件夹", + "Folder" : "文件夹", + "From link" : "来自链接", + "Nothing in here. Upload something!" : "这里还什么都没有。上传些东西吧!", + "Download" : "下载", + "Upload too large" : "上传文件过大", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您正尝试上传的文件超过了此服务器可以上传的最大容量限制", + "Files are being scanned, please wait." : "文件正在被扫描,请稍候。", + "Currently scanning" : "正在扫描" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php deleted file mode 100644 index f24218f278..0000000000 --- a/apps/files/l10n/zh_CN.php +++ /dev/null @@ -1,93 +0,0 @@ - "存储空间不可用", -"Storage invalid" => "存储空间无效", -"Unknown error" => "未知错误", -"Could not move %s - File with this name already exists" => "无法移动 %s - 同名文件已存在", -"Could not move %s" => "无法移动 %s", -"File name cannot be empty." => "文件名不能为空。", -"\"%s\" is an invalid file name." => "“%s” 是一个无效的文件名。", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。", -"The target folder has been moved or deleted." => "目标文件夹已经被移动或删除。", -"The name %s is already used in the folder %s. Please choose a different name." => "文件名 %s 是已经在 %s 中存在的名称。请使用其他名称。", -"Not a valid source" => "不是一个可用的源", -"Server is not allowed to open URLs, please check the server configuration" => "服务器没有允许打开URL网址,请检查服务器配置", -"Error while downloading %s to %s" => "当下载 %s 到 %s 时出错", -"Error when creating the file" => "当创建文件是出错", -"Folder name cannot be empty." => "文件夹名称不能为空", -"Error when creating the folder" => "创建文件夹出错", -"Unable to set upload directory." => "无法设置上传文件夹。", -"Invalid Token" => "无效密匙", -"No file was uploaded. Unknown error" => "没有文件被上传。未知错误", -"There is no error, the file uploaded with success" => "文件上传成功,没有错误发生", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上传文件大小已超过php.ini中upload_max_filesize所规定的值", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上传的文件长度超出了 HTML 表单中 MAX_FILE_SIZE 的限制", -"The uploaded file was only partially uploaded" => "已上传文件只上传了部分(不完整)", -"No file was uploaded" => "没有文件被上传", -"Missing a temporary folder" => "缺少临时目录", -"Failed to write to disk" => "写入磁盘失败", -"Not enough storage available" => "没有足够的存储空间", -"Upload failed. Could not find uploaded file" => "上传失败。不能发现上传的文件", -"Upload failed. Could not get file info." => "上传失败。不能获取文件信息。", -"Invalid directory." => "无效文件夹。", -"Files" => "文件", -"All files" => "全部文件", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "不能上传文件 {filename} ,由于它是一个目录或者为0字节", -"Total file size {size1} exceeds upload limit {size2}" => "总文件大小 {size1} 超过上传限制 {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "没有足够的可用空间,您正在上传 {size1} 的文件但是只有 {size2} 可用。", -"Upload cancelled." => "上传已取消", -"Could not get result from server." => "不能从服务器得到结果", -"File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传中。现在离开此页会导致上传动作被取消。", -"URL cannot be empty" => "URL不能为空", -"{new_name} already exists" => "{new_name} 已存在", -"Could not create file" => "不能创建文件", -"Could not create folder" => "不能创建文件夹", -"Error fetching URL" => "获取URL出错", -"Share" => "分享", -"Delete" => "删除", -"Disconnect storage" => "断开储存连接", -"Unshare" => "取消共享", -"Delete permanently" => "永久删除", -"Rename" => "重命名", -"Pending" => "等待", -"Error moving file." => "移动文件出错。", -"Error moving file" => "移动文件错误", -"Error" => "错误", -"Could not rename file" => "不能重命名文件", -"Error deleting file." => "删除文件出错。", -"Name" => "名称", -"Size" => "大小", -"Modified" => "修改日期", -"_%n folder_::_%n folders_" => array("%n 文件夹"), -"_%n file_::_%n files_" => array("%n个文件"), -"You don’t have permission to upload or create files here" => "您没有权限来上传湖州哦和创建文件", -"_Uploading %n file_::_Uploading %n files_" => array("上传 %n 个文件"), -"\"{name}\" is an invalid file name." => "“{name}”是一个无效的文件名。", -"Your storage is full, files can not be updated or synced anymore!" => "您的存储空间已满,文件将无法更新或同步!", -"Your storage is almost full ({usedSpacePercent}%)" => "您的存储空间即将用完 ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "加密应用被启用了,但是你的加密密钥没有初始化,请重新登出登录系统一次。", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "无效的私有密钥。请到您的个人配置里去更新私有密钥,来恢复对加密文件的访问。", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "加密是被禁用的,但是您的文件还是被加密了。请到您的个人配置里设置文件加密选项。", -"{dirs} and {files}" => "{dirs} 和 {files}", -"%s could not be renamed" => "%s 不能被重命名", -"Upload (max. %s)" => "上传 (最大 %s)", -"File handling" => "文件处理", -"Maximum upload size" => "最大上传大小", -"max. possible: " => "最大允许: ", -"Save" => "保存", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "使用这个地址 通过 WebDAV 访问您的文件", -"New" => "新建", -"New text file" => "创建文本文件", -"Text file" => "文本文件", -"New folder" => "增加文件夹", -"Folder" => "文件夹", -"From link" => "来自链接", -"Nothing in here. Upload something!" => "这里还什么都没有。上传些东西吧!", -"Download" => "下载", -"Upload too large" => "上传文件过大", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "您正尝试上传的文件超过了此服务器可以上传的最大容量限制", -"Files are being scanned, please wait." => "文件正在被扫描,请稍候。", -"Currently scanning" => "正在扫描" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js new file mode 100644 index 0000000000..e3e2aec65a --- /dev/null +++ b/apps/files/l10n/zh_HK.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "files", + { + "Unknown error" : "不明錯誤", + "Files" : "文件", + "All files" : "所有文件", + "Share" : "分享", + "Delete" : "刪除", + "Unshare" : "取消分享", + "Rename" : "重新命名", + "Error" : "錯誤", + "Name" : "名稱", + "Size" : "大小", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "{dirs} and {files}" : "{dirs} 和 {files}", + "Save" : "儲存", + "WebDAV" : "WebDAV", + "New" : "新增", + "New folder" : "新資料夾", + "Folder" : "資料夾", + "Download" : "下載" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json new file mode 100644 index 0000000000..da0632f088 --- /dev/null +++ b/apps/files/l10n/zh_HK.json @@ -0,0 +1,23 @@ +{ "translations": { + "Unknown error" : "不明錯誤", + "Files" : "文件", + "All files" : "所有文件", + "Share" : "分享", + "Delete" : "刪除", + "Unshare" : "取消分享", + "Rename" : "重新命名", + "Error" : "錯誤", + "Name" : "名稱", + "Size" : "大小", + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""], + "{dirs} and {files}" : "{dirs} 和 {files}", + "Save" : "儲存", + "WebDAV" : "WebDAV", + "New" : "新增", + "New folder" : "新資料夾", + "Folder" : "資料夾", + "Download" : "下載" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php deleted file mode 100644 index 8868bd21c8..0000000000 --- a/apps/files/l10n/zh_HK.php +++ /dev/null @@ -1,24 +0,0 @@ - "不明錯誤", -"Files" => "文件", -"All files" => "所有文件", -"Share" => "分享", -"Delete" => "刪除", -"Unshare" => "取消分享", -"Rename" => "重新命名", -"Error" => "錯誤", -"Name" => "名稱", -"Size" => "大小", -"_%n folder_::_%n folders_" => array(""), -"_%n file_::_%n files_" => array(""), -"_Uploading %n file_::_Uploading %n files_" => array(""), -"{dirs} and {files}" => "{dirs} 和 {files}", -"Save" => "儲存", -"WebDAV" => "WebDAV", -"New" => "新增", -"New folder" => "新資料夾", -"Folder" => "資料夾", -"Download" => "下載" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js new file mode 100644 index 0000000000..73e17fa47f --- /dev/null +++ b/apps/files/l10n/zh_TW.js @@ -0,0 +1,97 @@ +OC.L10N.register( + "files", + { + "Storage not available" : "無法存取儲存空間", + "Storage invalid" : "無效的儲存空間", + "Unknown error" : "未知的錯誤", + "Could not move %s - File with this name already exists" : "無法移動 %s ,同名的檔案已經存在", + "Could not move %s" : "無法移動 %s", + "Permission denied" : "存取被拒", + "File name cannot be empty." : "檔名不能為空", + "\"%s\" is an invalid file name." : "%s 是不合法的檔名。", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "檔名不合法,不允許 \\ / < > : \" | ? * 字元", + "The target folder has been moved or deleted." : "目標資料夾已經被搬移或刪除。", + "The name %s is already used in the folder %s. Please choose a different name." : "%s 已經被使用於資料夾 %s ,請換一個名字", + "Not a valid source" : "不是有效的來源", + "Server is not allowed to open URLs, please check the server configuration" : "伺服器上不允許開啓 URL ,請檢查伺服器設定", + "The file exceeds your quota by %s" : "這個檔案大小超出配額 %s", + "Error while downloading %s to %s" : "下載 %s 到 %s 失敗", + "Error when creating the file" : "建立檔案失敗", + "Folder name cannot be empty." : "資料夾名稱不能留空", + "Error when creating the folder" : "建立資料夾失敗", + "Unable to set upload directory." : "無法設定上傳目錄", + "Invalid Token" : "無效的 token", + "No file was uploaded. Unknown error" : "沒有檔案被上傳,原因未知", + "There is no error, the file uploaded with success" : "一切都順利,檔案上傳成功", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 參數的設定:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", + "The uploaded file was only partially uploaded" : "只有檔案的一部分被上傳", + "No file was uploaded" : "沒有檔案被上傳", + "Missing a temporary folder" : "找不到暫存資料夾", + "Failed to write to disk" : "寫入硬碟失敗", + "Not enough storage available" : "儲存空間不足", + "Upload failed. Could not find uploaded file" : "上傳失敗,找不到上傳的檔案", + "Upload failed. Could not get file info." : "上傳失敗,無法取得檔案資訊", + "Invalid directory." : "無效的資料夾", + "Files" : "檔案", + "All files" : "所有檔案", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "因為 {filename} 是個目錄或是大小為零,所以無法上傳", + "Total file size {size1} exceeds upload limit {size2}" : "檔案大小總和 {size1} 超過上傳限制 {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}", + "Upload cancelled." : "上傳已取消", + "Could not get result from server." : "無法從伺服器取回結果", + "File upload is in progress. Leaving the page now will cancel the upload." : "檔案上傳中,離開此頁面將會取消上傳。", + "URL cannot be empty" : "URL 不能留空", + "{new_name} already exists" : "{new_name} 已經存在", + "Could not create file" : "無法建立檔案", + "Could not create folder" : "無法建立資料夾", + "Error fetching URL" : "抓取 URL 發生錯誤", + "Share" : "分享", + "Delete" : "刪除", + "Disconnect storage" : "斷開儲存空間連接", + "Unshare" : "取消分享", + "Delete permanently" : "永久刪除", + "Rename" : "重新命名", + "Pending" : "等候中", + "Error moving file." : "移動檔案發生錯誤", + "Error moving file" : "移動檔案失敗", + "Error" : "錯誤", + "Could not rename file" : "無法重新命名", + "Error deleting file." : "刪除檔案發生錯誤", + "Name" : "名稱", + "Size" : "大小", + "Modified" : "修改時間", + "_%n folder_::_%n folders_" : ["%n 個資料夾"], + "_%n file_::_%n files_" : ["%n 個檔案"], + "You don’t have permission to upload or create files here" : "您沒有權限在這裡上傳或建立檔案", + "_Uploading %n file_::_Uploading %n files_" : ["%n 個檔案正在上傳"], + "\"{name}\" is an invalid file name." : "{name} 是無效的檔名", + "Your storage is full, files can not be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!", + "Your storage is almost full ({usedSpacePercent}%)" : "您的儲存空間快要滿了 ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "檔案加密已啓用,但是您的金鑰尚未初始化,請重新登入一次", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "無效的檔案加密私鑰,請在個人設定中更新您的私鑰密語以存取加密的檔案。", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "加密已經被停用,但是您的舊檔案還是處於已加密的狀態,請前往個人設定以解密這些檔案。", + "{dirs} and {files}" : "{dirs} 和 {files}", + "%s could not be renamed as it has been deleted" : "%s 已經被刪除了所以無法重新命名", + "%s could not be renamed" : "無法重新命名 %s", + "Upload (max. %s)" : "上傳(至多 %s)", + "File handling" : "檔案處理", + "Maximum upload size" : "上傳限制", + "max. possible: " : "最大允許:", + "Save" : "儲存", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "使用這個地址來透過 WebDAV 存取檔案", + "New" : "新增", + "New text file" : "新文字檔", + "Text file" : "文字檔", + "New folder" : "新資料夾", + "Folder" : "資料夾", + "From link" : "從連結", + "Nothing in here. Upload something!" : "這裡還沒有東西,上傳一些吧!", + "Download" : "下載", + "Upload too large" : "上傳過大", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您試圖上傳的檔案大小超過伺服器的限制。", + "Files are being scanned, please wait." : "正在掃描檔案,請稍等。", + "Currently scanning" : "正在掃描" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json new file mode 100644 index 0000000000..f55b936a40 --- /dev/null +++ b/apps/files/l10n/zh_TW.json @@ -0,0 +1,95 @@ +{ "translations": { + "Storage not available" : "無法存取儲存空間", + "Storage invalid" : "無效的儲存空間", + "Unknown error" : "未知的錯誤", + "Could not move %s - File with this name already exists" : "無法移動 %s ,同名的檔案已經存在", + "Could not move %s" : "無法移動 %s", + "Permission denied" : "存取被拒", + "File name cannot be empty." : "檔名不能為空", + "\"%s\" is an invalid file name." : "%s 是不合法的檔名。", + "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "檔名不合法,不允許 \\ / < > : \" | ? * 字元", + "The target folder has been moved or deleted." : "目標資料夾已經被搬移或刪除。", + "The name %s is already used in the folder %s. Please choose a different name." : "%s 已經被使用於資料夾 %s ,請換一個名字", + "Not a valid source" : "不是有效的來源", + "Server is not allowed to open URLs, please check the server configuration" : "伺服器上不允許開啓 URL ,請檢查伺服器設定", + "The file exceeds your quota by %s" : "這個檔案大小超出配額 %s", + "Error while downloading %s to %s" : "下載 %s 到 %s 失敗", + "Error when creating the file" : "建立檔案失敗", + "Folder name cannot be empty." : "資料夾名稱不能留空", + "Error when creating the folder" : "建立資料夾失敗", + "Unable to set upload directory." : "無法設定上傳目錄", + "Invalid Token" : "無效的 token", + "No file was uploaded. Unknown error" : "沒有檔案被上傳,原因未知", + "There is no error, the file uploaded with success" : "一切都順利,檔案上傳成功", + "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 參數的設定:", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", + "The uploaded file was only partially uploaded" : "只有檔案的一部分被上傳", + "No file was uploaded" : "沒有檔案被上傳", + "Missing a temporary folder" : "找不到暫存資料夾", + "Failed to write to disk" : "寫入硬碟失敗", + "Not enough storage available" : "儲存空間不足", + "Upload failed. Could not find uploaded file" : "上傳失敗,找不到上傳的檔案", + "Upload failed. Could not get file info." : "上傳失敗,無法取得檔案資訊", + "Invalid directory." : "無效的資料夾", + "Files" : "檔案", + "All files" : "所有檔案", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "因為 {filename} 是個目錄或是大小為零,所以無法上傳", + "Total file size {size1} exceeds upload limit {size2}" : "檔案大小總和 {size1} 超過上傳限制 {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}", + "Upload cancelled." : "上傳已取消", + "Could not get result from server." : "無法從伺服器取回結果", + "File upload is in progress. Leaving the page now will cancel the upload." : "檔案上傳中,離開此頁面將會取消上傳。", + "URL cannot be empty" : "URL 不能留空", + "{new_name} already exists" : "{new_name} 已經存在", + "Could not create file" : "無法建立檔案", + "Could not create folder" : "無法建立資料夾", + "Error fetching URL" : "抓取 URL 發生錯誤", + "Share" : "分享", + "Delete" : "刪除", + "Disconnect storage" : "斷開儲存空間連接", + "Unshare" : "取消分享", + "Delete permanently" : "永久刪除", + "Rename" : "重新命名", + "Pending" : "等候中", + "Error moving file." : "移動檔案發生錯誤", + "Error moving file" : "移動檔案失敗", + "Error" : "錯誤", + "Could not rename file" : "無法重新命名", + "Error deleting file." : "刪除檔案發生錯誤", + "Name" : "名稱", + "Size" : "大小", + "Modified" : "修改時間", + "_%n folder_::_%n folders_" : ["%n 個資料夾"], + "_%n file_::_%n files_" : ["%n 個檔案"], + "You don’t have permission to upload or create files here" : "您沒有權限在這裡上傳或建立檔案", + "_Uploading %n file_::_Uploading %n files_" : ["%n 個檔案正在上傳"], + "\"{name}\" is an invalid file name." : "{name} 是無效的檔名", + "Your storage is full, files can not be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!", + "Your storage is almost full ({usedSpacePercent}%)" : "您的儲存空間快要滿了 ({usedSpacePercent}%)", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "檔案加密已啓用,但是您的金鑰尚未初始化,請重新登入一次", + "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "無效的檔案加密私鑰,請在個人設定中更新您的私鑰密語以存取加密的檔案。", + "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "加密已經被停用,但是您的舊檔案還是處於已加密的狀態,請前往個人設定以解密這些檔案。", + "{dirs} and {files}" : "{dirs} 和 {files}", + "%s could not be renamed as it has been deleted" : "%s 已經被刪除了所以無法重新命名", + "%s could not be renamed" : "無法重新命名 %s", + "Upload (max. %s)" : "上傳(至多 %s)", + "File handling" : "檔案處理", + "Maximum upload size" : "上傳限制", + "max. possible: " : "最大允許:", + "Save" : "儲存", + "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "使用這個地址來透過 WebDAV 存取檔案", + "New" : "新增", + "New text file" : "新文字檔", + "Text file" : "文字檔", + "New folder" : "新資料夾", + "Folder" : "資料夾", + "From link" : "從連結", + "Nothing in here. Upload something!" : "這裡還沒有東西,上傳一些吧!", + "Download" : "下載", + "Upload too large" : "上傳過大", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您試圖上傳的檔案大小超過伺服器的限制。", + "Files are being scanned, please wait." : "正在掃描檔案,請稍等。", + "Currently scanning" : "正在掃描" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php deleted file mode 100644 index 394283b962..0000000000 --- a/apps/files/l10n/zh_TW.php +++ /dev/null @@ -1,96 +0,0 @@ - "無法存取儲存空間", -"Storage invalid" => "無效的儲存空間", -"Unknown error" => "未知的錯誤", -"Could not move %s - File with this name already exists" => "無法移動 %s ,同名的檔案已經存在", -"Could not move %s" => "無法移動 %s", -"Permission denied" => "存取被拒", -"File name cannot be empty." => "檔名不能為空", -"\"%s\" is an invalid file name." => "%s 是不合法的檔名。", -"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元", -"The target folder has been moved or deleted." => "目標資料夾已經被搬移或刪除。", -"The name %s is already used in the folder %s. Please choose a different name." => "%s 已經被使用於資料夾 %s ,請換一個名字", -"Not a valid source" => "不是有效的來源", -"Server is not allowed to open URLs, please check the server configuration" => "伺服器上不允許開啓 URL ,請檢查伺服器設定", -"The file exceeds your quota by %s" => "這個檔案大小超出配額 %s", -"Error while downloading %s to %s" => "下載 %s 到 %s 失敗", -"Error when creating the file" => "建立檔案失敗", -"Folder name cannot be empty." => "資料夾名稱不能留空", -"Error when creating the folder" => "建立資料夾失敗", -"Unable to set upload directory." => "無法設定上傳目錄", -"Invalid Token" => "無效的 token", -"No file was uploaded. Unknown error" => "沒有檔案被上傳,原因未知", -"There is no error, the file uploaded with success" => "一切都順利,檔案上傳成功", -"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 參數的設定:", -"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", -"The uploaded file was only partially uploaded" => "只有檔案的一部分被上傳", -"No file was uploaded" => "沒有檔案被上傳", -"Missing a temporary folder" => "找不到暫存資料夾", -"Failed to write to disk" => "寫入硬碟失敗", -"Not enough storage available" => "儲存空間不足", -"Upload failed. Could not find uploaded file" => "上傳失敗,找不到上傳的檔案", -"Upload failed. Could not get file info." => "上傳失敗,無法取得檔案資訊", -"Invalid directory." => "無效的資料夾", -"Files" => "檔案", -"All files" => "所有檔案", -"Unable to upload {filename} as it is a directory or has 0 bytes" => "因為 {filename} 是個目錄或是大小為零,所以無法上傳", -"Total file size {size1} exceeds upload limit {size2}" => "檔案大小總和 {size1} 超過上傳限制 {size2}", -"Not enough free space, you are uploading {size1} but only {size2} is left" => "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}", -"Upload cancelled." => "上傳已取消", -"Could not get result from server." => "無法從伺服器取回結果", -"File upload is in progress. Leaving the page now will cancel the upload." => "檔案上傳中,離開此頁面將會取消上傳。", -"URL cannot be empty" => "URL 不能留空", -"{new_name} already exists" => "{new_name} 已經存在", -"Could not create file" => "無法建立檔案", -"Could not create folder" => "無法建立資料夾", -"Error fetching URL" => "抓取 URL 發生錯誤", -"Share" => "分享", -"Delete" => "刪除", -"Disconnect storage" => "斷開儲存空間連接", -"Unshare" => "取消分享", -"Delete permanently" => "永久刪除", -"Rename" => "重新命名", -"Pending" => "等候中", -"Error moving file." => "移動檔案發生錯誤", -"Error moving file" => "移動檔案失敗", -"Error" => "錯誤", -"Could not rename file" => "無法重新命名", -"Error deleting file." => "刪除檔案發生錯誤", -"Name" => "名稱", -"Size" => "大小", -"Modified" => "修改時間", -"_%n folder_::_%n folders_" => array("%n 個資料夾"), -"_%n file_::_%n files_" => array("%n 個檔案"), -"You don’t have permission to upload or create files here" => "您沒有權限在這裡上傳或建立檔案", -"_Uploading %n file_::_Uploading %n files_" => array("%n 個檔案正在上傳"), -"\"{name}\" is an invalid file name." => "{name} 是無效的檔名", -"Your storage is full, files can not be updated or synced anymore!" => "您的儲存空間已滿,沒有辦法再更新或是同步檔案!", -"Your storage is almost full ({usedSpacePercent}%)" => "您的儲存空間快要滿了 ({usedSpacePercent}%)", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "檔案加密已啓用,但是您的金鑰尚未初始化,請重新登入一次", -"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "無效的檔案加密私鑰,請在個人設定中更新您的私鑰密語以存取加密的檔案。", -"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "加密已經被停用,但是您的舊檔案還是處於已加密的狀態,請前往個人設定以解密這些檔案。", -"{dirs} and {files}" => "{dirs} 和 {files}", -"%s could not be renamed as it has been deleted" => "%s 已經被刪除了所以無法重新命名", -"%s could not be renamed" => "無法重新命名 %s", -"Upload (max. %s)" => "上傳(至多 %s)", -"File handling" => "檔案處理", -"Maximum upload size" => "上傳限制", -"max. possible: " => "最大允許:", -"Save" => "儲存", -"WebDAV" => "WebDAV", -"Use this address to access your Files via WebDAV" => "使用這個地址來透過 WebDAV 存取檔案", -"New" => "新增", -"New text file" => "新文字檔", -"Text file" => "文字檔", -"New folder" => "新資料夾", -"Folder" => "資料夾", -"From link" => "從連結", -"Nothing in here. Upload something!" => "這裡還沒有東西,上傳一些吧!", -"Download" => "下載", -"Upload too large" => "上傳過大", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "您試圖上傳的檔案大小超過伺服器的限制。", -"Files are being scanned, please wait." => "正在掃描檔案,請稍等。", -"Currently scanning" => "正在掃描" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/ar.js b/apps/files_encryption/l10n/ar.js new file mode 100644 index 0000000000..b1af435824 --- /dev/null +++ b/apps/files_encryption/l10n/ar.js @@ -0,0 +1,43 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "خطأ غير معروف. ", + "Recovery key successfully enabled" : "تم بنجاح تفعيل مفتاح الاستعادة", + "Could not disable recovery key. Please check your recovery key password!" : "لا يمكن تعطيل مفتاح الاستعادة, يرجى التحقق من كلمة مرور مفتاح الاستعادة!", + "Recovery key successfully disabled" : "تم تعطيل مفتاح الاستعادة بنجاح", + "Password successfully changed." : "تم تغيير كلمة المرور بنجاح.", + "Could not change the password. Maybe the old password was not correct." : "تعذر تغيير كلمة المرور. من الممكن ان كلمة المرور القديمة غير صحيحة.", + "Private key password successfully updated." : "تم تحديث كلمة المرور للمفتاح الخاص بنجاح.", + "Could not update the private key password. Maybe the old password was not correct." : "لا يمكن تحديث كلمة مرور المفتاح الخاص. من الممكن ان كلمة المرور القديمة غير صحيحة.", + "File recovery settings updated" : "اعدادات ملف الاستعادة تم تحديثه", + "Could not update file recovery" : "تعذر تحديث ملف الاستعادة", + "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." : "برنامج التشفير لم يتم تهيئتة ! من الممكن ان برنامج التشفير تم اعادة تفعيلة خلال الجلسة. يرجى تسجيل الخروج ومن ثم تسجيل الدخول مجددا لتهيئة برنامج التشفير.", + "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." : "مفتاحك الخاص غير صالح! ربما تم تغيير كلمة المرور خارج %s (مثل:مجلد شركتك). يمكنك تحديث كلمة المرور في الاعدادات الشخصية لإستعادة الوصول الى ملفاتك المشفرة.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "لا يمكن فك التشفير من هذا الملف, من الممكن ان يكون هذا الملف مُشارك. يرجى سؤال صاحب الملف لإعادة مشاركتة معك.", + "Unknown error. Please check your system settings or contact your administrator" : "خطأ غير معروف, الرجاء التحقق من إعدادات نظامك أو راسل المدير", + "Missing requirements." : "متطلبات ناقصة.", + "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." : "يرجى التاكد من ان اصدار PHP 5.3.3 او احدث , مثبت و التاكد من ان OpenSSL مفعل و مهيئ بشكل صحيح. حتى الان برنامج التتشفير تم تعطيلة.", + "Following users are not set up for encryption:" : "المستخدمين التاليين لم يتم تعيين لهم التشفيير:", + "Initial encryption started... This can take some time. Please wait." : "بدأ التشفير... من الممكن ان ياخذ بعض الوقت. يرجى الانتظار.", + "Initial encryption running... Please try again later." : "جاري تفعيل التشفير المبدئي ، الرجاء المحاولة لاحقا", + "Go directly to your %spersonal settings%s." : " .%spersonal settings%s إنتقل مباشرة إلى ", + "Encryption" : "التشفير", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "تم تمكين تشفير البرامج لكن لم يتم تهيئة المفاتيح لذا يرجى تسجيل الخروج ثم تسجيل الدخول مرة آخرى.", + "Enable recovery key (allow to recover users files in case of password loss):" : "تفعيل استعادة المفتاح (سوف يمكنك من استعادة ملفات المستخدمين في حال فقدان كلمة المرور):", + "Recovery key password" : "استعادة كلمة مرور المفتاح", + "Repeat Recovery key password" : "كرر كلمة المرور لـ استعادة المفتاح", + "Enabled" : "مفعلة", + "Disabled" : "معطلة", + "Change recovery key password:" : "تعديل كلمة المرور استعادة المفتاح:", + "Old Recovery key password" : "كلمة المرور القديمة لـ استعامة المفتاح", + "New Recovery key password" : "تعيين كلمة مرور جديدة لـ استعادة المفتاح", + "Repeat New Recovery key password" : "كرر كلمة المرور لـ استعادة المفتاح من جديد", + "Change Password" : "عدل كلمة السر", + " If you don't remember your old password you can ask your administrator to recover your files." : "اذا كنت لاتتذكر كلمة السر تستطيع ان تطلب من المدير ان يستعيد ملفاتك.", + "Old log-in password" : "كلمة المرور القديمة الخاصة بالدخول", + "Current log-in password" : "كلمة المرور الحالية الخاصة بالدخول", + "Update Private Key Password" : "تحديث كلمة المرور لـ المفتاح الخاص", + "Enable password recovery:" : "تفعيل استعادة كلمة المرور:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "تفعيل هذا الخيار يمكنك من اعادة الوصول الى ملفاتك المشفرة عند فقدان كلمة المرور" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/files_encryption/l10n/ar.json b/apps/files_encryption/l10n/ar.json new file mode 100644 index 0000000000..f65d0c7b32 --- /dev/null +++ b/apps/files_encryption/l10n/ar.json @@ -0,0 +1,41 @@ +{ "translations": { + "Unknown error" : "خطأ غير معروف. ", + "Recovery key successfully enabled" : "تم بنجاح تفعيل مفتاح الاستعادة", + "Could not disable recovery key. Please check your recovery key password!" : "لا يمكن تعطيل مفتاح الاستعادة, يرجى التحقق من كلمة مرور مفتاح الاستعادة!", + "Recovery key successfully disabled" : "تم تعطيل مفتاح الاستعادة بنجاح", + "Password successfully changed." : "تم تغيير كلمة المرور بنجاح.", + "Could not change the password. Maybe the old password was not correct." : "تعذر تغيير كلمة المرور. من الممكن ان كلمة المرور القديمة غير صحيحة.", + "Private key password successfully updated." : "تم تحديث كلمة المرور للمفتاح الخاص بنجاح.", + "Could not update the private key password. Maybe the old password was not correct." : "لا يمكن تحديث كلمة مرور المفتاح الخاص. من الممكن ان كلمة المرور القديمة غير صحيحة.", + "File recovery settings updated" : "اعدادات ملف الاستعادة تم تحديثه", + "Could not update file recovery" : "تعذر تحديث ملف الاستعادة", + "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." : "برنامج التشفير لم يتم تهيئتة ! من الممكن ان برنامج التشفير تم اعادة تفعيلة خلال الجلسة. يرجى تسجيل الخروج ومن ثم تسجيل الدخول مجددا لتهيئة برنامج التشفير.", + "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." : "مفتاحك الخاص غير صالح! ربما تم تغيير كلمة المرور خارج %s (مثل:مجلد شركتك). يمكنك تحديث كلمة المرور في الاعدادات الشخصية لإستعادة الوصول الى ملفاتك المشفرة.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "لا يمكن فك التشفير من هذا الملف, من الممكن ان يكون هذا الملف مُشارك. يرجى سؤال صاحب الملف لإعادة مشاركتة معك.", + "Unknown error. Please check your system settings or contact your administrator" : "خطأ غير معروف, الرجاء التحقق من إعدادات نظامك أو راسل المدير", + "Missing requirements." : "متطلبات ناقصة.", + "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." : "يرجى التاكد من ان اصدار PHP 5.3.3 او احدث , مثبت و التاكد من ان OpenSSL مفعل و مهيئ بشكل صحيح. حتى الان برنامج التتشفير تم تعطيلة.", + "Following users are not set up for encryption:" : "المستخدمين التاليين لم يتم تعيين لهم التشفيير:", + "Initial encryption started... This can take some time. Please wait." : "بدأ التشفير... من الممكن ان ياخذ بعض الوقت. يرجى الانتظار.", + "Initial encryption running... Please try again later." : "جاري تفعيل التشفير المبدئي ، الرجاء المحاولة لاحقا", + "Go directly to your %spersonal settings%s." : " .%spersonal settings%s إنتقل مباشرة إلى ", + "Encryption" : "التشفير", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "تم تمكين تشفير البرامج لكن لم يتم تهيئة المفاتيح لذا يرجى تسجيل الخروج ثم تسجيل الدخول مرة آخرى.", + "Enable recovery key (allow to recover users files in case of password loss):" : "تفعيل استعادة المفتاح (سوف يمكنك من استعادة ملفات المستخدمين في حال فقدان كلمة المرور):", + "Recovery key password" : "استعادة كلمة مرور المفتاح", + "Repeat Recovery key password" : "كرر كلمة المرور لـ استعادة المفتاح", + "Enabled" : "مفعلة", + "Disabled" : "معطلة", + "Change recovery key password:" : "تعديل كلمة المرور استعادة المفتاح:", + "Old Recovery key password" : "كلمة المرور القديمة لـ استعامة المفتاح", + "New Recovery key password" : "تعيين كلمة مرور جديدة لـ استعادة المفتاح", + "Repeat New Recovery key password" : "كرر كلمة المرور لـ استعادة المفتاح من جديد", + "Change Password" : "عدل كلمة السر", + " If you don't remember your old password you can ask your administrator to recover your files." : "اذا كنت لاتتذكر كلمة السر تستطيع ان تطلب من المدير ان يستعيد ملفاتك.", + "Old log-in password" : "كلمة المرور القديمة الخاصة بالدخول", + "Current log-in password" : "كلمة المرور الحالية الخاصة بالدخول", + "Update Private Key Password" : "تحديث كلمة المرور لـ المفتاح الخاص", + "Enable password recovery:" : "تفعيل استعادة كلمة المرور:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "تفعيل هذا الخيار يمكنك من اعادة الوصول الى ملفاتك المشفرة عند فقدان كلمة المرور" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ar.php b/apps/files_encryption/l10n/ar.php deleted file mode 100644 index 7cda737969..0000000000 --- a/apps/files_encryption/l10n/ar.php +++ /dev/null @@ -1,42 +0,0 @@ - "خطأ غير معروف. ", -"Recovery key successfully enabled" => "تم بنجاح تفعيل مفتاح الاستعادة", -"Could not disable recovery key. Please check your recovery key password!" => "لا يمكن تعطيل مفتاح الاستعادة, يرجى التحقق من كلمة مرور مفتاح الاستعادة!", -"Recovery key successfully disabled" => "تم تعطيل مفتاح الاستعادة بنجاح", -"Password successfully changed." => "تم تغيير كلمة المرور بنجاح.", -"Could not change the password. Maybe the old password was not correct." => "تعذر تغيير كلمة المرور. من الممكن ان كلمة المرور القديمة غير صحيحة.", -"Private key password successfully updated." => "تم تحديث كلمة المرور للمفتاح الخاص بنجاح.", -"Could not update the private key password. Maybe the old password was not correct." => "لا يمكن تحديث كلمة مرور المفتاح الخاص. من الممكن ان كلمة المرور القديمة غير صحيحة.", -"File recovery settings updated" => "اعدادات ملف الاستعادة تم تحديثه", -"Could not update file recovery" => "تعذر تحديث ملف الاستعادة", -"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." => "برنامج التشفير لم يتم تهيئتة ! من الممكن ان برنامج التشفير تم اعادة تفعيلة خلال الجلسة. يرجى تسجيل الخروج ومن ثم تسجيل الدخول مجددا لتهيئة برنامج التشفير.", -"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." => "مفتاحك الخاص غير صالح! ربما تم تغيير كلمة المرور خارج %s (مثل:مجلد شركتك). يمكنك تحديث كلمة المرور في الاعدادات الشخصية لإستعادة الوصول الى ملفاتك المشفرة.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "لا يمكن فك التشفير من هذا الملف, من الممكن ان يكون هذا الملف مُشارك. يرجى سؤال صاحب الملف لإعادة مشاركتة معك.", -"Unknown error. Please check your system settings or contact your administrator" => "خطأ غير معروف, الرجاء التحقق من إعدادات نظامك أو راسل المدير", -"Missing requirements." => "متطلبات ناقصة.", -"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." => "يرجى التاكد من ان اصدار PHP 5.3.3 او احدث , مثبت و التاكد من ان OpenSSL مفعل و مهيئ بشكل صحيح. حتى الان برنامج التتشفير تم تعطيلة.", -"Following users are not set up for encryption:" => "المستخدمين التاليين لم يتم تعيين لهم التشفيير:", -"Initial encryption started... This can take some time. Please wait." => "بدأ التشفير... من الممكن ان ياخذ بعض الوقت. يرجى الانتظار.", -"Initial encryption running... Please try again later." => "جاري تفعيل التشفير المبدئي ، الرجاء المحاولة لاحقا", -"Go directly to your %spersonal settings%s." => " .%spersonal settings%s إنتقل مباشرة إلى ", -"Encryption" => "التشفير", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "تم تمكين تشفير البرامج لكن لم يتم تهيئة المفاتيح لذا يرجى تسجيل الخروج ثم تسجيل الدخول مرة آخرى.", -"Enable recovery key (allow to recover users files in case of password loss):" => "تفعيل استعادة المفتاح (سوف يمكنك من استعادة ملفات المستخدمين في حال فقدان كلمة المرور):", -"Recovery key password" => "استعادة كلمة مرور المفتاح", -"Repeat Recovery key password" => "كرر كلمة المرور لـ استعادة المفتاح", -"Enabled" => "مفعلة", -"Disabled" => "معطلة", -"Change recovery key password:" => "تعديل كلمة المرور استعادة المفتاح:", -"Old Recovery key password" => "كلمة المرور القديمة لـ استعامة المفتاح", -"New Recovery key password" => "تعيين كلمة مرور جديدة لـ استعادة المفتاح", -"Repeat New Recovery key password" => "كرر كلمة المرور لـ استعادة المفتاح من جديد", -"Change Password" => "عدل كلمة السر", -" If you don't remember your old password you can ask your administrator to recover your files." => "اذا كنت لاتتذكر كلمة السر تستطيع ان تطلب من المدير ان يستعيد ملفاتك.", -"Old log-in password" => "كلمة المرور القديمة الخاصة بالدخول", -"Current log-in password" => "كلمة المرور الحالية الخاصة بالدخول", -"Update Private Key Password" => "تحديث كلمة المرور لـ المفتاح الخاص", -"Enable password recovery:" => "تفعيل استعادة كلمة المرور:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "تفعيل هذا الخيار يمكنك من اعادة الوصول الى ملفاتك المشفرة عند فقدان كلمة المرور" -); -$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"; diff --git a/apps/files_encryption/l10n/ast.js b/apps/files_encryption/l10n/ast.js new file mode 100644 index 0000000000..2252f302aa --- /dev/null +++ b/apps/files_encryption/l10n/ast.js @@ -0,0 +1,44 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Fallu desconocíu", + "Recovery key successfully enabled" : "Habilitóse la recuperación de ficheros", + "Could not disable recovery key. Please check your recovery key password!" : "Nun pudo deshabilitase la clave de recuperación. Por favor comprueba la contraseña!", + "Recovery key successfully disabled" : "Clave de recuperación deshabilitada", + "Password successfully changed." : "Camudóse la contraseña", + "Could not change the password. Maybe the old password was not correct." : "Nun pudo camudase la contraseña. Comprueba que la contraseña actual seya correuta.", + "Private key password successfully updated." : "Contraseña de clave privada anovada correchamente.", + "Could not update the private key password. Maybe the old password was not correct." : "Nun pudo camudase la contraseña. Pue que la contraseña antigua nun seya correuta.", + "File recovery settings updated" : "Opciones de recuperación de ficheros anovada", + "Could not update file recovery" : "Nun pudo anovase la recuperación de ficheros", + "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." : "¡L'aplicación de cifráu nun s'anició! Seique se restableciera mentanto la sesión. Por favor intenta zarrar la sesión y volver a aniciala p'aniciar l'aplicación de cifráu.", + "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." : "¡La clave privada nun ye válida! Seique la contraseña se camudase dende fuera de %s (Ex:El to direutoriu corporativu). Pues anovar la contraseña de la clave privada nes tos opciones personales pa recuperar l'accesu a los ficheros.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nun pudo descifrase esti ficheru, dablemente seya un ficheru compartíu. Solicita al propietariu del mesmu que vuelva a compartilu contigo.", + "Unknown error. Please check your system settings or contact your administrator" : "Fallu desconocíu. Por favor, comprueba los axustes del sistema o contauta col alministrador", + "Missing requirements." : "Requisitos incompletos.", + "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." : "Por favor, asegúrate de que PHP 5.3.3 o postreru ta instaláu y que la estensión OpenSSL de PHP ta habilitada y configurada correutamente. Pel momentu, l'aplicación de cifráu deshabilitóse.", + "Following users are not set up for encryption:" : "Los siguientes usuarios nun se configuraron pal cifráu:", + "Initial encryption started... This can take some time. Please wait." : "Cifráu aniciáu..... Esto pue llevar un tiempu. Por favor espera.", + "Initial encryption running... Please try again later." : "Cifráu inicial en cursu... Inténtalo dempués.", + "Go directly to your %spersonal settings%s." : "Dir direutamente a los tos %saxustes personales%s.", + "Encryption" : "Cifráu", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicación Encryption ta habilitada pero les tos claves nun s'aniciaron, por favor zarra sesión y aníciala de nueves", + "Enable recovery key (allow to recover users files in case of password loss):" : "Habilitar la clave de recuperación (permite recuperar los ficheros del usuariu en casu de perda de la contraseña);", + "Recovery key password" : "Contraseña de clave de recuperación", + "Repeat Recovery key password" : "Repeti la contraseña de clave de recuperación", + "Enabled" : "Habilitar", + "Disabled" : "Deshabilitáu", + "Change recovery key password:" : "Camudar la contraseña de la clave de recuperación", + "Old Recovery key password" : "Clave de recuperación vieya", + "New Recovery key password" : "Clave de recuperación nueva", + "Repeat New Recovery key password" : "Repetir la clave de recuperación nueva", + "Change Password" : "Camudar contraseña", + "Set your old private key password to your current log-in password:" : "Afita la contraseña de clave privada vieya pa la to contraseña d'aniciu de sesión actual:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si nun recuerdes la contraseña vieya, pues pidir a alministrador que te recupere los ficheros.", + "Old log-in password" : "Contraseña d'accesu vieya", + "Current log-in password" : "Contraseña d'accesu actual", + "Update Private Key Password" : "Anovar Contraseña de Clave Privada", + "Enable password recovery:" : "Habilitar la recuperación de contraseña:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción va permitite volver a tener accesu a los ficheros cifraos en casu de perda de contraseña" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/ast.json b/apps/files_encryption/l10n/ast.json new file mode 100644 index 0000000000..4c1edefea9 --- /dev/null +++ b/apps/files_encryption/l10n/ast.json @@ -0,0 +1,42 @@ +{ "translations": { + "Unknown error" : "Fallu desconocíu", + "Recovery key successfully enabled" : "Habilitóse la recuperación de ficheros", + "Could not disable recovery key. Please check your recovery key password!" : "Nun pudo deshabilitase la clave de recuperación. Por favor comprueba la contraseña!", + "Recovery key successfully disabled" : "Clave de recuperación deshabilitada", + "Password successfully changed." : "Camudóse la contraseña", + "Could not change the password. Maybe the old password was not correct." : "Nun pudo camudase la contraseña. Comprueba que la contraseña actual seya correuta.", + "Private key password successfully updated." : "Contraseña de clave privada anovada correchamente.", + "Could not update the private key password. Maybe the old password was not correct." : "Nun pudo camudase la contraseña. Pue que la contraseña antigua nun seya correuta.", + "File recovery settings updated" : "Opciones de recuperación de ficheros anovada", + "Could not update file recovery" : "Nun pudo anovase la recuperación de ficheros", + "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." : "¡L'aplicación de cifráu nun s'anició! Seique se restableciera mentanto la sesión. Por favor intenta zarrar la sesión y volver a aniciala p'aniciar l'aplicación de cifráu.", + "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." : "¡La clave privada nun ye válida! Seique la contraseña se camudase dende fuera de %s (Ex:El to direutoriu corporativu). Pues anovar la contraseña de la clave privada nes tos opciones personales pa recuperar l'accesu a los ficheros.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nun pudo descifrase esti ficheru, dablemente seya un ficheru compartíu. Solicita al propietariu del mesmu que vuelva a compartilu contigo.", + "Unknown error. Please check your system settings or contact your administrator" : "Fallu desconocíu. Por favor, comprueba los axustes del sistema o contauta col alministrador", + "Missing requirements." : "Requisitos incompletos.", + "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." : "Por favor, asegúrate de que PHP 5.3.3 o postreru ta instaláu y que la estensión OpenSSL de PHP ta habilitada y configurada correutamente. Pel momentu, l'aplicación de cifráu deshabilitóse.", + "Following users are not set up for encryption:" : "Los siguientes usuarios nun se configuraron pal cifráu:", + "Initial encryption started... This can take some time. Please wait." : "Cifráu aniciáu..... Esto pue llevar un tiempu. Por favor espera.", + "Initial encryption running... Please try again later." : "Cifráu inicial en cursu... Inténtalo dempués.", + "Go directly to your %spersonal settings%s." : "Dir direutamente a los tos %saxustes personales%s.", + "Encryption" : "Cifráu", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicación Encryption ta habilitada pero les tos claves nun s'aniciaron, por favor zarra sesión y aníciala de nueves", + "Enable recovery key (allow to recover users files in case of password loss):" : "Habilitar la clave de recuperación (permite recuperar los ficheros del usuariu en casu de perda de la contraseña);", + "Recovery key password" : "Contraseña de clave de recuperación", + "Repeat Recovery key password" : "Repeti la contraseña de clave de recuperación", + "Enabled" : "Habilitar", + "Disabled" : "Deshabilitáu", + "Change recovery key password:" : "Camudar la contraseña de la clave de recuperación", + "Old Recovery key password" : "Clave de recuperación vieya", + "New Recovery key password" : "Clave de recuperación nueva", + "Repeat New Recovery key password" : "Repetir la clave de recuperación nueva", + "Change Password" : "Camudar contraseña", + "Set your old private key password to your current log-in password:" : "Afita la contraseña de clave privada vieya pa la to contraseña d'aniciu de sesión actual:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si nun recuerdes la contraseña vieya, pues pidir a alministrador que te recupere los ficheros.", + "Old log-in password" : "Contraseña d'accesu vieya", + "Current log-in password" : "Contraseña d'accesu actual", + "Update Private Key Password" : "Anovar Contraseña de Clave Privada", + "Enable password recovery:" : "Habilitar la recuperación de contraseña:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción va permitite volver a tener accesu a los ficheros cifraos en casu de perda de contraseña" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ast.php b/apps/files_encryption/l10n/ast.php deleted file mode 100644 index d03ebb47b6..0000000000 --- a/apps/files_encryption/l10n/ast.php +++ /dev/null @@ -1,43 +0,0 @@ - "Fallu desconocíu", -"Recovery key successfully enabled" => "Habilitóse la recuperación de ficheros", -"Could not disable recovery key. Please check your recovery key password!" => "Nun pudo deshabilitase la clave de recuperación. Por favor comprueba la contraseña!", -"Recovery key successfully disabled" => "Clave de recuperación deshabilitada", -"Password successfully changed." => "Camudóse la contraseña", -"Could not change the password. Maybe the old password was not correct." => "Nun pudo camudase la contraseña. Comprueba que la contraseña actual seya correuta.", -"Private key password successfully updated." => "Contraseña de clave privada anovada correchamente.", -"Could not update the private key password. Maybe the old password was not correct." => "Nun pudo camudase la contraseña. Pue que la contraseña antigua nun seya correuta.", -"File recovery settings updated" => "Opciones de recuperación de ficheros anovada", -"Could not update file recovery" => "Nun pudo anovase la recuperación de ficheros", -"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." => "¡L'aplicación de cifráu nun s'anició! Seique se restableciera mentanto la sesión. Por favor intenta zarrar la sesión y volver a aniciala p'aniciar l'aplicación de cifráu.", -"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." => "¡La clave privada nun ye válida! Seique la contraseña se camudase dende fuera de %s (Ex:El to direutoriu corporativu). Pues anovar la contraseña de la clave privada nes tos opciones personales pa recuperar l'accesu a los ficheros.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Nun pudo descifrase esti ficheru, dablemente seya un ficheru compartíu. Solicita al propietariu del mesmu que vuelva a compartilu contigo.", -"Unknown error. Please check your system settings or contact your administrator" => "Fallu desconocíu. Por favor, comprueba los axustes del sistema o contauta col alministrador", -"Missing requirements." => "Requisitos incompletos.", -"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." => "Por favor, asegúrate de que PHP 5.3.3 o postreru ta instaláu y que la estensión OpenSSL de PHP ta habilitada y configurada correutamente. Pel momentu, l'aplicación de cifráu deshabilitóse.", -"Following users are not set up for encryption:" => "Los siguientes usuarios nun se configuraron pal cifráu:", -"Initial encryption started... This can take some time. Please wait." => "Cifráu aniciáu..... Esto pue llevar un tiempu. Por favor espera.", -"Initial encryption running... Please try again later." => "Cifráu inicial en cursu... Inténtalo dempués.", -"Go directly to your %spersonal settings%s." => "Dir direutamente a los tos %saxustes personales%s.", -"Encryption" => "Cifráu", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'aplicación Encryption ta habilitada pero les tos claves nun s'aniciaron, por favor zarra sesión y aníciala de nueves", -"Enable recovery key (allow to recover users files in case of password loss):" => "Habilitar la clave de recuperación (permite recuperar los ficheros del usuariu en casu de perda de la contraseña);", -"Recovery key password" => "Contraseña de clave de recuperación", -"Repeat Recovery key password" => "Repeti la contraseña de clave de recuperación", -"Enabled" => "Habilitar", -"Disabled" => "Deshabilitáu", -"Change recovery key password:" => "Camudar la contraseña de la clave de recuperación", -"Old Recovery key password" => "Clave de recuperación vieya", -"New Recovery key password" => "Clave de recuperación nueva", -"Repeat New Recovery key password" => "Repetir la clave de recuperación nueva", -"Change Password" => "Camudar contraseña", -"Set your old private key password to your current log-in password:" => "Afita la contraseña de clave privada vieya pa la to contraseña d'aniciu de sesión actual:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Si nun recuerdes la contraseña vieya, pues pidir a alministrador que te recupere los ficheros.", -"Old log-in password" => "Contraseña d'accesu vieya", -"Current log-in password" => "Contraseña d'accesu actual", -"Update Private Key Password" => "Anovar Contraseña de Clave Privada", -"Enable password recovery:" => "Habilitar la recuperación de contraseña:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Habilitar esta opción va permitite volver a tener accesu a los ficheros cifraos en casu de perda de contraseña" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/az.js b/apps/files_encryption/l10n/az.js new file mode 100644 index 0000000000..29c4bc2633 --- /dev/null +++ b/apps/files_encryption/l10n/az.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Bəlli olmayan səhv baş verdi", + "Recovery key successfully enabled" : "Bərpa açarı uğurla aktivləşdi", + "Could not disable recovery key. Please check your recovery key password!" : "Geriqaytarılma açarını sondürmək olmur. Xahiş edirik geriqaytarılma key açarınızı yoxlayın.", + "Recovery key successfully disabled" : "Bərpa açarı uğurla söndürüldü", + "Password successfully changed." : "Şifrə uğurla dəyişdirildi.", + "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." : "Sizin gizli açarınız doğru deyil! Təxmin edilir ki, sizin şifrə %s-dən kənarda dəyişdirilib(misal üçün sizin koorporativ qovluq). Siz öz şifrələnmiş fayllarınıza yetkinizi bərpa etmək üçün, öz şifrənizi şəxsi quraşdırmalarınızda yeniləyə bilərsiniz.", + "Unknown error. Please check your system settings or contact your administrator" : "Tanınmayan səhv. Xahiş olunur sistem quraşdırmalarınızı yoxlayın yada öz inzibatçınızla əlaqə yaradın", + "Missing requirements." : "Taləbatlar çatışmır.", + "Initial encryption running... Please try again later." : "İlkin şifrələnmə işləyir... Xahiş olunur birazdan yenidən müraciət edəsiniz.", + "Go directly to your %spersonal settings%s." : "Birbaşa öz %sşəxsi quraşdırmalarınıza%s gedin.", + "Encryption" : "Şifrələnmə" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/az.json b/apps/files_encryption/l10n/az.json new file mode 100644 index 0000000000..f801dd0b24 --- /dev/null +++ b/apps/files_encryption/l10n/az.json @@ -0,0 +1,14 @@ +{ "translations": { + "Unknown error" : "Bəlli olmayan səhv baş verdi", + "Recovery key successfully enabled" : "Bərpa açarı uğurla aktivləşdi", + "Could not disable recovery key. Please check your recovery key password!" : "Geriqaytarılma açarını sondürmək olmur. Xahiş edirik geriqaytarılma key açarınızı yoxlayın.", + "Recovery key successfully disabled" : "Bərpa açarı uğurla söndürüldü", + "Password successfully changed." : "Şifrə uğurla dəyişdirildi.", + "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." : "Sizin gizli açarınız doğru deyil! Təxmin edilir ki, sizin şifrə %s-dən kənarda dəyişdirilib(misal üçün sizin koorporativ qovluq). Siz öz şifrələnmiş fayllarınıza yetkinizi bərpa etmək üçün, öz şifrənizi şəxsi quraşdırmalarınızda yeniləyə bilərsiniz.", + "Unknown error. Please check your system settings or contact your administrator" : "Tanınmayan səhv. Xahiş olunur sistem quraşdırmalarınızı yoxlayın yada öz inzibatçınızla əlaqə yaradın", + "Missing requirements." : "Taləbatlar çatışmır.", + "Initial encryption running... Please try again later." : "İlkin şifrələnmə işləyir... Xahiş olunur birazdan yenidən müraciət edəsiniz.", + "Go directly to your %spersonal settings%s." : "Birbaşa öz %sşəxsi quraşdırmalarınıza%s gedin.", + "Encryption" : "Şifrələnmə" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/az.php b/apps/files_encryption/l10n/az.php deleted file mode 100644 index 2cc8bd67df..0000000000 --- a/apps/files_encryption/l10n/az.php +++ /dev/null @@ -1,15 +0,0 @@ - "Bəlli olmayan səhv baş verdi", -"Recovery key successfully enabled" => "Bərpa açarı uğurla aktivləşdi", -"Could not disable recovery key. Please check your recovery key password!" => "Geriqaytarılma açarını sondürmək olmur. Xahiş edirik geriqaytarılma key açarınızı yoxlayın.", -"Recovery key successfully disabled" => "Bərpa açarı uğurla söndürüldü", -"Password successfully changed." => "Şifrə uğurla dəyişdirildi.", -"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." => "Sizin gizli açarınız doğru deyil! Təxmin edilir ki, sizin şifrə %s-dən kənarda dəyişdirilib(misal üçün sizin koorporativ qovluq). Siz öz şifrələnmiş fayllarınıza yetkinizi bərpa etmək üçün, öz şifrənizi şəxsi quraşdırmalarınızda yeniləyə bilərsiniz.", -"Unknown error. Please check your system settings or contact your administrator" => "Tanınmayan səhv. Xahiş olunur sistem quraşdırmalarınızı yoxlayın yada öz inzibatçınızla əlaqə yaradın", -"Missing requirements." => "Taləbatlar çatışmır.", -"Initial encryption running... Please try again later." => "İlkin şifrələnmə işləyir... Xahiş olunur birazdan yenidən müraciət edəsiniz.", -"Go directly to your %spersonal settings%s." => "Birbaşa öz %sşəxsi quraşdırmalarınıza%s gedin.", -"Encryption" => "Şifrələnmə" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/bg_BG.js b/apps/files_encryption/l10n/bg_BG.js new file mode 100644 index 0000000000..a117818ba8 --- /dev/null +++ b/apps/files_encryption/l10n/bg_BG.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Непозната грешка.", + "Missing recovery key password" : "Липсва парола за възстановяване", + "Please repeat the recovery key password" : "Повтори новата парола за възстановяване", + "Repeated recovery key password does not match the provided recovery key password" : "Повторената парола за възстановяване не съвпада със зададената парола за възстановяване", + "Recovery key successfully enabled" : "Успешно включване на опцията ключ за възстановяване.", + "Could not disable recovery key. Please check your recovery key password!" : "Неуспешно изключване на ключа за възстановяване. Моля, провери паролата за ключа за възстановяване!", + "Recovery key successfully disabled" : "Успешно изключване на ключа за възстановяване.", + "Please provide the old recovery password" : "Моля, въведи старата парола за възстановяване", + "Please provide a new recovery password" : "Моля, задай нова парола за възстановяване", + "Please repeat the new recovery password" : "Моля, въведи повторна новата парола за възстановяване", + "Password successfully changed." : "Паролата е успешно променена.", + "Could not change the password. Maybe the old password was not correct." : "Грешка при промяна на паролата. Може би старата ти парола е сгрешена.", + "Private key password successfully updated." : "Успешно променена тайната парола за ключа.", + "Could not update the private key password. Maybe the old password was not correct." : "Неуспешна промяна на тайната парола за ключа. Може би старата парола е грешно въведена.", + "File recovery settings updated" : "Настройките за възстановяване на файлове са променени.", + "Could not update file recovery" : "Неуспешна промяна на настройките за възстановяване на файлове.", + "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." : "Неуспешна инициализация на криптиращото приложение! Може би криптиращото приложение бе включено по време на твоята сесия. Отпиши се и се впиши обратно за да инциализираш криптиращото приложение.", + "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." : "Твоят таен ключ е невалиден! Вероятно твоята парола беше променена извън %s(пр. твоята корпоративна директория). Можеш да промениш своят таен ключ в Лични настройки, за да възстановиш достъпа до криптираните файлове.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Неуспешно разшифроване на този файл, вероятно това е споделен файл. Моля, поискай собственика на файла да го сподели повторно с теб.", + "Unknown error. Please check your system settings or contact your administrator" : "Непозната грешка. Моля, провери системните настройки или се свържи с администратора.", + "Missing requirements." : "Липсва задължителна информация.", + "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." : "Моля, увери се, че PHP 5.3.3 или по-нова версия е инсталирана, и че OpenSSL заедно съответната PHP добавка са включени и правилно настроени. За сега, криптиращото приложение ще бъде изключено.", + "Following users are not set up for encryption:" : "Следните потребители не са настроени за криптиране:", + "Initial encryption started... This can take some time. Please wait." : "Първоначалното криптиране започна... Това може да отнеме време. Моля изчакай.", + "Initial encryption running... Please try again later." : "Тече първоначално криптиране... Моля опитай по-късно.", + "Go directly to your %spersonal settings%s." : "Отиде направо към твоите %sлични настройки%s.", + "Encryption" : "Криптиране", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Програмата за криптиране е включена, но твоите ключове не са зададени, моля отпиши си и се впиши отново.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Включи опцията възстановяване на ключ (разрешава да възстанови файловете на потребителите в случай на загубена парола):", + "Recovery key password" : "Парола за възстановяане на ключа", + "Repeat Recovery key password" : "Повтори паролата за възстановяване на ключа", + "Enabled" : "Включено", + "Disabled" : "Изключено", + "Change recovery key password:" : "Промени паролата за въстановяване на ключа:", + "Old Recovery key password" : "Старата парола за въстановяване на ключа", + "New Recovery key password" : "Новата парола за възстановяване на ключа", + "Repeat New Recovery key password" : "Повтори новата паролза за възстановяване на ключа", + "Change Password" : "Промени Паролата", + "Your private key password no longer matches your log-in password." : "Личният ти ключ не съвпада с паролата за вписване.", + "Set your old private key password to your current log-in password:" : "Промени паролата за тайния ти включ на паролата за вписване:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Ако не помниш старата парола помоли администратора да възстанови файловете ти.", + "Old log-in password" : "Стара парола за вписване", + "Current log-in password" : "Текуща парола за вписване", + "Update Private Key Password" : "Промени Тайната Парола за Ключа", + "Enable password recovery:" : "Включи опцията възстановяване на паролата:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Избирането на тази опция ще ти позволи да възстановиш достъпа си до файловете в случай на изгубена парола." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/bg_BG.json b/apps/files_encryption/l10n/bg_BG.json new file mode 100644 index 0000000000..74ac259309 --- /dev/null +++ b/apps/files_encryption/l10n/bg_BG.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Непозната грешка.", + "Missing recovery key password" : "Липсва парола за възстановяване", + "Please repeat the recovery key password" : "Повтори новата парола за възстановяване", + "Repeated recovery key password does not match the provided recovery key password" : "Повторената парола за възстановяване не съвпада със зададената парола за възстановяване", + "Recovery key successfully enabled" : "Успешно включване на опцията ключ за възстановяване.", + "Could not disable recovery key. Please check your recovery key password!" : "Неуспешно изключване на ключа за възстановяване. Моля, провери паролата за ключа за възстановяване!", + "Recovery key successfully disabled" : "Успешно изключване на ключа за възстановяване.", + "Please provide the old recovery password" : "Моля, въведи старата парола за възстановяване", + "Please provide a new recovery password" : "Моля, задай нова парола за възстановяване", + "Please repeat the new recovery password" : "Моля, въведи повторна новата парола за възстановяване", + "Password successfully changed." : "Паролата е успешно променена.", + "Could not change the password. Maybe the old password was not correct." : "Грешка при промяна на паролата. Може би старата ти парола е сгрешена.", + "Private key password successfully updated." : "Успешно променена тайната парола за ключа.", + "Could not update the private key password. Maybe the old password was not correct." : "Неуспешна промяна на тайната парола за ключа. Може би старата парола е грешно въведена.", + "File recovery settings updated" : "Настройките за възстановяване на файлове са променени.", + "Could not update file recovery" : "Неуспешна промяна на настройките за възстановяване на файлове.", + "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." : "Неуспешна инициализация на криптиращото приложение! Може би криптиращото приложение бе включено по време на твоята сесия. Отпиши се и се впиши обратно за да инциализираш криптиращото приложение.", + "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." : "Твоят таен ключ е невалиден! Вероятно твоята парола беше променена извън %s(пр. твоята корпоративна директория). Можеш да промениш своят таен ключ в Лични настройки, за да възстановиш достъпа до криптираните файлове.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Неуспешно разшифроване на този файл, вероятно това е споделен файл. Моля, поискай собственика на файла да го сподели повторно с теб.", + "Unknown error. Please check your system settings or contact your administrator" : "Непозната грешка. Моля, провери системните настройки или се свържи с администратора.", + "Missing requirements." : "Липсва задължителна информация.", + "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." : "Моля, увери се, че PHP 5.3.3 или по-нова версия е инсталирана, и че OpenSSL заедно съответната PHP добавка са включени и правилно настроени. За сега, криптиращото приложение ще бъде изключено.", + "Following users are not set up for encryption:" : "Следните потребители не са настроени за криптиране:", + "Initial encryption started... This can take some time. Please wait." : "Първоначалното криптиране започна... Това може да отнеме време. Моля изчакай.", + "Initial encryption running... Please try again later." : "Тече първоначално криптиране... Моля опитай по-късно.", + "Go directly to your %spersonal settings%s." : "Отиде направо към твоите %sлични настройки%s.", + "Encryption" : "Криптиране", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Програмата за криптиране е включена, но твоите ключове не са зададени, моля отпиши си и се впиши отново.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Включи опцията възстановяване на ключ (разрешава да възстанови файловете на потребителите в случай на загубена парола):", + "Recovery key password" : "Парола за възстановяане на ключа", + "Repeat Recovery key password" : "Повтори паролата за възстановяване на ключа", + "Enabled" : "Включено", + "Disabled" : "Изключено", + "Change recovery key password:" : "Промени паролата за въстановяване на ключа:", + "Old Recovery key password" : "Старата парола за въстановяване на ключа", + "New Recovery key password" : "Новата парола за възстановяване на ключа", + "Repeat New Recovery key password" : "Повтори новата паролза за възстановяване на ключа", + "Change Password" : "Промени Паролата", + "Your private key password no longer matches your log-in password." : "Личният ти ключ не съвпада с паролата за вписване.", + "Set your old private key password to your current log-in password:" : "Промени паролата за тайния ти включ на паролата за вписване:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Ако не помниш старата парола помоли администратора да възстанови файловете ти.", + "Old log-in password" : "Стара парола за вписване", + "Current log-in password" : "Текуща парола за вписване", + "Update Private Key Password" : "Промени Тайната Парола за Ключа", + "Enable password recovery:" : "Включи опцията възстановяване на паролата:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Избирането на тази опция ще ти позволи да възстановиш достъпа си до файловете в случай на изгубена парола." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/bg_BG.php b/apps/files_encryption/l10n/bg_BG.php deleted file mode 100644 index 43d089671c..0000000000 --- a/apps/files_encryption/l10n/bg_BG.php +++ /dev/null @@ -1,50 +0,0 @@ - "Непозната грешка.", -"Missing recovery key password" => "Липсва парола за възстановяване", -"Please repeat the recovery key password" => "Повтори новата парола за възстановяване", -"Repeated recovery key password does not match the provided recovery key password" => "Повторената парола за възстановяване не съвпада със зададената парола за възстановяване", -"Recovery key successfully enabled" => "Успешно включване на опцията ключ за възстановяване.", -"Could not disable recovery key. Please check your recovery key password!" => "Неуспешно изключване на ключа за възстановяване. Моля, провери паролата за ключа за възстановяване!", -"Recovery key successfully disabled" => "Успешно изключване на ключа за възстановяване.", -"Please provide the old recovery password" => "Моля, въведи старата парола за възстановяване", -"Please provide a new recovery password" => "Моля, задай нова парола за възстановяване", -"Please repeat the new recovery password" => "Моля, въведи повторна новата парола за възстановяване", -"Password successfully changed." => "Паролата е успешно променена.", -"Could not change the password. Maybe the old password was not correct." => "Грешка при промяна на паролата. Може би старата ти парола е сгрешена.", -"Private key password successfully updated." => "Успешно променена тайната парола за ключа.", -"Could not update the private key password. Maybe the old password was not correct." => "Неуспешна промяна на тайната парола за ключа. Може би старата парола е грешно въведена.", -"File recovery settings updated" => "Настройките за възстановяване на файлове са променени.", -"Could not update file recovery" => "Неуспешна промяна на настройките за възстановяване на файлове.", -"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." => "Неуспешна инициализация на криптиращото приложение! Може би криптиращото приложение бе включено по време на твоята сесия. Отпиши се и се впиши обратно за да инциализираш криптиращото приложение.", -"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." => "Твоят таен ключ е невалиден! Вероятно твоята парола беше променена извън %s(пр. твоята корпоративна директория). Можеш да промениш своят таен ключ в Лични настройки, за да възстановиш достъпа до криптираните файлове.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Неуспешно разшифроване на този файл, вероятно това е споделен файл. Моля, поискай собственика на файла да го сподели повторно с теб.", -"Unknown error. Please check your system settings or contact your administrator" => "Непозната грешка. Моля, провери системните настройки или се свържи с администратора.", -"Missing requirements." => "Липсва задължителна информация.", -"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." => "Моля, увери се, че PHP 5.3.3 или по-нова версия е инсталирана, и че OpenSSL заедно съответната PHP добавка са включени и правилно настроени. За сега, криптиращото приложение ще бъде изключено.", -"Following users are not set up for encryption:" => "Следните потребители не са настроени за криптиране:", -"Initial encryption started... This can take some time. Please wait." => "Първоначалното криптиране започна... Това може да отнеме време. Моля изчакай.", -"Initial encryption running... Please try again later." => "Тече първоначално криптиране... Моля опитай по-късно.", -"Go directly to your %spersonal settings%s." => "Отиде направо към твоите %sлични настройки%s.", -"Encryption" => "Криптиране", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Програмата за криптиране е включена, но твоите ключове не са зададени, моля отпиши си и се впиши отново.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Включи опцията възстановяване на ключ (разрешава да възстанови файловете на потребителите в случай на загубена парола):", -"Recovery key password" => "Парола за възстановяане на ключа", -"Repeat Recovery key password" => "Повтори паролата за възстановяване на ключа", -"Enabled" => "Включено", -"Disabled" => "Изключено", -"Change recovery key password:" => "Промени паролата за въстановяване на ключа:", -"Old Recovery key password" => "Старата парола за въстановяване на ключа", -"New Recovery key password" => "Новата парола за възстановяване на ключа", -"Repeat New Recovery key password" => "Повтори новата паролза за възстановяване на ключа", -"Change Password" => "Промени Паролата", -"Your private key password no longer matches your log-in password." => "Личният ти ключ не съвпада с паролата за вписване.", -"Set your old private key password to your current log-in password:" => "Промени паролата за тайния ти включ на паролата за вписване:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Ако не помниш старата парола помоли администратора да възстанови файловете ти.", -"Old log-in password" => "Стара парола за вписване", -"Current log-in password" => "Текуща парола за вписване", -"Update Private Key Password" => "Промени Тайната Парола за Ключа", -"Enable password recovery:" => "Включи опцията възстановяване на паролата:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Избирането на тази опция ще ти позволи да възстановиш достъпа си до файловете в случай на изгубена парола." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/bn_BD.js b/apps/files_encryption/l10n/bn_BD.js new file mode 100644 index 0000000000..b3986d9668 --- /dev/null +++ b/apps/files_encryption/l10n/bn_BD.js @@ -0,0 +1,23 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "অজানা জটিলতা", + "Recovery key successfully enabled" : "পূনরুদ্ধার চাবি সার্থকভাবে কার্যকর করা হয়েছে", + "Recovery key successfully disabled" : "পূনরুদ্ধার চাবি সার্থকভাবে অকার্যকর করা হয়েছে", + "Password successfully changed." : "আপনার কূটশব্দটি সার্থকভাবে পরিবর্তন করা হয়েছে ", + "Missing requirements." : "প্রয়োজনানুযায়ী ঘাটতি আছে।", + "Following users are not set up for encryption:" : "নিম্নবর্ণিত ব্যবহারকারীগণ এনক্রিপসনের জন্য অধিকারপ্রাপ্ত নন:", + "Initial encryption started... This can take some time. Please wait." : "প্রাথমিক এনক্রিপসন শুরু হয়েছে.... এটি কিছুটা সময় নিতে পারে। অপেক্ষা করুন।", + "Initial encryption running... Please try again later." : "প্রাথমিক এনক্রিপসন চলছে.... দয়া করে পরে আবার চেষ্টা করুন।", + "Go directly to your %spersonal settings%s." : "সরাসরি আপনার %spersonal settings%s এ যান।", + "Encryption" : "সংকেতায়ন", + "Repeat Recovery key password" : "পূণরূদ্ধার কি এর কুটশব্দ পূণরায় দিন", + "Enabled" : "কার্যকর", + "Disabled" : "অকার্যকর", + "Change recovery key password:" : "পূণরূদ্ধার কি এর কুটশব্দ পরিবর্তন করুন:", + "Old Recovery key password" : "পূণরূদ্ধার কি এর পুরাতন কুটশব্দ", + "New Recovery key password" : "পূণরূদ্ধার কি এর নতুন কুটশব্দ", + "Repeat New Recovery key password" : "পূণরূদ্ধার কি এর নতুন কুটশব্দ পূণরায় দিন", + "Change Password" : "কূটশব্দ পরিবর্তন করুন" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/bn_BD.json b/apps/files_encryption/l10n/bn_BD.json new file mode 100644 index 0000000000..d1febcda0b --- /dev/null +++ b/apps/files_encryption/l10n/bn_BD.json @@ -0,0 +1,21 @@ +{ "translations": { + "Unknown error" : "অজানা জটিলতা", + "Recovery key successfully enabled" : "পূনরুদ্ধার চাবি সার্থকভাবে কার্যকর করা হয়েছে", + "Recovery key successfully disabled" : "পূনরুদ্ধার চাবি সার্থকভাবে অকার্যকর করা হয়েছে", + "Password successfully changed." : "আপনার কূটশব্দটি সার্থকভাবে পরিবর্তন করা হয়েছে ", + "Missing requirements." : "প্রয়োজনানুযায়ী ঘাটতি আছে।", + "Following users are not set up for encryption:" : "নিম্নবর্ণিত ব্যবহারকারীগণ এনক্রিপসনের জন্য অধিকারপ্রাপ্ত নন:", + "Initial encryption started... This can take some time. Please wait." : "প্রাথমিক এনক্রিপসন শুরু হয়েছে.... এটি কিছুটা সময় নিতে পারে। অপেক্ষা করুন।", + "Initial encryption running... Please try again later." : "প্রাথমিক এনক্রিপসন চলছে.... দয়া করে পরে আবার চেষ্টা করুন।", + "Go directly to your %spersonal settings%s." : "সরাসরি আপনার %spersonal settings%s এ যান।", + "Encryption" : "সংকেতায়ন", + "Repeat Recovery key password" : "পূণরূদ্ধার কি এর কুটশব্দ পূণরায় দিন", + "Enabled" : "কার্যকর", + "Disabled" : "অকার্যকর", + "Change recovery key password:" : "পূণরূদ্ধার কি এর কুটশব্দ পরিবর্তন করুন:", + "Old Recovery key password" : "পূণরূদ্ধার কি এর পুরাতন কুটশব্দ", + "New Recovery key password" : "পূণরূদ্ধার কি এর নতুন কুটশব্দ", + "Repeat New Recovery key password" : "পূণরূদ্ধার কি এর নতুন কুটশব্দ পূণরায় দিন", + "Change Password" : "কূটশব্দ পরিবর্তন করুন" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/bn_BD.php b/apps/files_encryption/l10n/bn_BD.php deleted file mode 100644 index addbb91795..0000000000 --- a/apps/files_encryption/l10n/bn_BD.php +++ /dev/null @@ -1,22 +0,0 @@ - "অজানা জটিলতা", -"Recovery key successfully enabled" => "পূনরুদ্ধার চাবি সার্থকভাবে কার্যকর করা হয়েছে", -"Recovery key successfully disabled" => "পূনরুদ্ধার চাবি সার্থকভাবে অকার্যকর করা হয়েছে", -"Password successfully changed." => "আপনার কূটশব্দটি সার্থকভাবে পরিবর্তন করা হয়েছে ", -"Missing requirements." => "প্রয়োজনানুযায়ী ঘাটতি আছে।", -"Following users are not set up for encryption:" => "নিম্নবর্ণিত ব্যবহারকারীগণ এনক্রিপসনের জন্য অধিকারপ্রাপ্ত নন:", -"Initial encryption started... This can take some time. Please wait." => "প্রাথমিক এনক্রিপসন শুরু হয়েছে.... এটি কিছুটা সময় নিতে পারে। অপেক্ষা করুন।", -"Initial encryption running... Please try again later." => "প্রাথমিক এনক্রিপসন চলছে.... দয়া করে পরে আবার চেষ্টা করুন।", -"Go directly to your %spersonal settings%s." => "সরাসরি আপনার %spersonal settings%s এ যান।", -"Encryption" => "সংকেতায়ন", -"Repeat Recovery key password" => "পূণরূদ্ধার কি এর কুটশব্দ পূণরায় দিন", -"Enabled" => "কার্যকর", -"Disabled" => "অকার্যকর", -"Change recovery key password:" => "পূণরূদ্ধার কি এর কুটশব্দ পরিবর্তন করুন:", -"Old Recovery key password" => "পূণরূদ্ধার কি এর পুরাতন কুটশব্দ", -"New Recovery key password" => "পূণরূদ্ধার কি এর নতুন কুটশব্দ", -"Repeat New Recovery key password" => "পূণরূদ্ধার কি এর নতুন কুটশব্দ পূণরায় দিন", -"Change Password" => "কূটশব্দ পরিবর্তন করুন" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/ca.js b/apps/files_encryption/l10n/ca.js new file mode 100644 index 0000000000..e443d384ac --- /dev/null +++ b/apps/files_encryption/l10n/ca.js @@ -0,0 +1,45 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Error desconegut", + "Recovery key successfully enabled" : "La clau de recuperació s'ha activat", + "Could not disable recovery key. Please check your recovery key password!" : "No s'ha pogut desactivar la calu de recuperació. Comproveu la contrasenya de la clau de recuperació!", + "Recovery key successfully disabled" : "La clau de recuperació s'ha descativat", + "Password successfully changed." : "La contrasenya s'ha canviat.", + "Could not change the password. Maybe the old password was not correct." : "No s'ha pogut canviar la contrasenya. Potser la contrasenya anterior no era correcta.", + "Private key password successfully updated." : "La contrasenya de la clau privada s'ha actualitzat.", + "Could not update the private key password. Maybe the old password was not correct." : "No s'ha pogut actualitzar la contrasenya de la clau privada. Potser la contrasenya anterior no era correcta.", + "File recovery settings updated" : "S'han actualitzat els arranjaments de recuperació de fitxers", + "Could not update file recovery" : "No s'ha pogut actualitzar la recuperació de fitxers", + "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." : "L'aplicació d'encriptació no està inicialitzada! Potser l'aplicació d'encriptació ha estat reiniciada durant la sessió. Intenteu sortir i acreditar-vos de nou per reinicialitzar l'aplicació d'encriptació.", + "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." : "La clau privada no és vàlida! Probablement la contrasenya va ser canviada des de fora de %s (per exemple, en el directori de l'empresa). Vostè pot actualitzar la contrasenya de clau privada en la seva configuració personal per poder recuperar l'accés en els arxius xifrats.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot desencriptar aquest fitxer, probablement és un fitxer compartit. Demaneu al propietari del fitxer que el comparteixi de nou amb vós.", + "Unknown error. Please check your system settings or contact your administrator" : "Error desconegut. Comproveu l'arranjament del sistema o aviseu a l'administrador", + "Missing requirements." : "Manca de requisits.", + "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." : "Assegureu-vos que teniu instal·lat PHP 5.3.3 o una versió superior i que està activat Open SSL i habilitada i configurada correctament l'extensió de PHP. De moment, l'aplicació d'encriptació s'ha desactivat.", + "Following users are not set up for encryption:" : "Els usuaris següents no estan configurats per a l'encriptació:", + "Initial encryption started... This can take some time. Please wait." : "La encriptació inicial ha començat... Pot trigar una estona, espereu.", + "Initial encryption running... Please try again later." : "encriptació inicial en procés... Proveu-ho més tard.", + "Go directly to your %spersonal settings%s." : "Vés directament a l'%sarranjament personal%s.", + "Encryption" : "Xifrat", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicació d'encriptació està activada però les claus no estan inicialitzades, sortiu i acrediteu-vos de nou.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Activa la clau de recuperació (permet recuperar fitxers d'usuaris en cas de pèrdua de contrasenya):", + "Recovery key password" : "Clau de recuperació de la contrasenya", + "Repeat Recovery key password" : "Repetiu la clau de recuperació de contrasenya", + "Enabled" : "Activat", + "Disabled" : "Desactivat", + "Change recovery key password:" : "Canvia la clau de recuperació de contrasenya:", + "Old Recovery key password" : "Antiga clau de recuperació de contrasenya", + "New Recovery key password" : "Nova clau de recuperació de contrasenya", + "Repeat New Recovery key password" : "Repetiu la nova clau de recuperació de contrasenya", + "Change Password" : "Canvia la contrasenya", + "Your private key password no longer matches your log-in password." : "La clau privada ja no es correspon amb la contrasenya d'accés:", + "Set your old private key password to your current log-in password:" : "Establiu la vostra antiga clau privada a l'actual contrasenya d'accés:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si no recordeu la contrasenya anterior podeu demanar a l'administrador que recuperi els vostres fitxers.", + "Old log-in password" : "Contrasenya anterior d'accés", + "Current log-in password" : "Contrasenya d'accés actual", + "Update Private Key Password" : "Actualitza la contrasenya de clau privada", + "Enable password recovery:" : "Habilita la recuperació de contrasenya:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Activar aquesta opció us permetrà obtenir de nou accés als vostres fitxers encriptats en cas de perdre la contrasenya" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/ca.json b/apps/files_encryption/l10n/ca.json new file mode 100644 index 0000000000..a65fbf9c88 --- /dev/null +++ b/apps/files_encryption/l10n/ca.json @@ -0,0 +1,43 @@ +{ "translations": { + "Unknown error" : "Error desconegut", + "Recovery key successfully enabled" : "La clau de recuperació s'ha activat", + "Could not disable recovery key. Please check your recovery key password!" : "No s'ha pogut desactivar la calu de recuperació. Comproveu la contrasenya de la clau de recuperació!", + "Recovery key successfully disabled" : "La clau de recuperació s'ha descativat", + "Password successfully changed." : "La contrasenya s'ha canviat.", + "Could not change the password. Maybe the old password was not correct." : "No s'ha pogut canviar la contrasenya. Potser la contrasenya anterior no era correcta.", + "Private key password successfully updated." : "La contrasenya de la clau privada s'ha actualitzat.", + "Could not update the private key password. Maybe the old password was not correct." : "No s'ha pogut actualitzar la contrasenya de la clau privada. Potser la contrasenya anterior no era correcta.", + "File recovery settings updated" : "S'han actualitzat els arranjaments de recuperació de fitxers", + "Could not update file recovery" : "No s'ha pogut actualitzar la recuperació de fitxers", + "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." : "L'aplicació d'encriptació no està inicialitzada! Potser l'aplicació d'encriptació ha estat reiniciada durant la sessió. Intenteu sortir i acreditar-vos de nou per reinicialitzar l'aplicació d'encriptació.", + "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." : "La clau privada no és vàlida! Probablement la contrasenya va ser canviada des de fora de %s (per exemple, en el directori de l'empresa). Vostè pot actualitzar la contrasenya de clau privada en la seva configuració personal per poder recuperar l'accés en els arxius xifrats.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot desencriptar aquest fitxer, probablement és un fitxer compartit. Demaneu al propietari del fitxer que el comparteixi de nou amb vós.", + "Unknown error. Please check your system settings or contact your administrator" : "Error desconegut. Comproveu l'arranjament del sistema o aviseu a l'administrador", + "Missing requirements." : "Manca de requisits.", + "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." : "Assegureu-vos que teniu instal·lat PHP 5.3.3 o una versió superior i que està activat Open SSL i habilitada i configurada correctament l'extensió de PHP. De moment, l'aplicació d'encriptació s'ha desactivat.", + "Following users are not set up for encryption:" : "Els usuaris següents no estan configurats per a l'encriptació:", + "Initial encryption started... This can take some time. Please wait." : "La encriptació inicial ha començat... Pot trigar una estona, espereu.", + "Initial encryption running... Please try again later." : "encriptació inicial en procés... Proveu-ho més tard.", + "Go directly to your %spersonal settings%s." : "Vés directament a l'%sarranjament personal%s.", + "Encryption" : "Xifrat", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicació d'encriptació està activada però les claus no estan inicialitzades, sortiu i acrediteu-vos de nou.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Activa la clau de recuperació (permet recuperar fitxers d'usuaris en cas de pèrdua de contrasenya):", + "Recovery key password" : "Clau de recuperació de la contrasenya", + "Repeat Recovery key password" : "Repetiu la clau de recuperació de contrasenya", + "Enabled" : "Activat", + "Disabled" : "Desactivat", + "Change recovery key password:" : "Canvia la clau de recuperació de contrasenya:", + "Old Recovery key password" : "Antiga clau de recuperació de contrasenya", + "New Recovery key password" : "Nova clau de recuperació de contrasenya", + "Repeat New Recovery key password" : "Repetiu la nova clau de recuperació de contrasenya", + "Change Password" : "Canvia la contrasenya", + "Your private key password no longer matches your log-in password." : "La clau privada ja no es correspon amb la contrasenya d'accés:", + "Set your old private key password to your current log-in password:" : "Establiu la vostra antiga clau privada a l'actual contrasenya d'accés:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si no recordeu la contrasenya anterior podeu demanar a l'administrador que recuperi els vostres fitxers.", + "Old log-in password" : "Contrasenya anterior d'accés", + "Current log-in password" : "Contrasenya d'accés actual", + "Update Private Key Password" : "Actualitza la contrasenya de clau privada", + "Enable password recovery:" : "Habilita la recuperació de contrasenya:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Activar aquesta opció us permetrà obtenir de nou accés als vostres fitxers encriptats en cas de perdre la contrasenya" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ca.php b/apps/files_encryption/l10n/ca.php deleted file mode 100644 index 9d3d95c05c..0000000000 --- a/apps/files_encryption/l10n/ca.php +++ /dev/null @@ -1,44 +0,0 @@ - "Error desconegut", -"Recovery key successfully enabled" => "La clau de recuperació s'ha activat", -"Could not disable recovery key. Please check your recovery key password!" => "No s'ha pogut desactivar la calu de recuperació. Comproveu la contrasenya de la clau de recuperació!", -"Recovery key successfully disabled" => "La clau de recuperació s'ha descativat", -"Password successfully changed." => "La contrasenya s'ha canviat.", -"Could not change the password. Maybe the old password was not correct." => "No s'ha pogut canviar la contrasenya. Potser la contrasenya anterior no era correcta.", -"Private key password successfully updated." => "La contrasenya de la clau privada s'ha actualitzat.", -"Could not update the private key password. Maybe the old password was not correct." => "No s'ha pogut actualitzar la contrasenya de la clau privada. Potser la contrasenya anterior no era correcta.", -"File recovery settings updated" => "S'han actualitzat els arranjaments de recuperació de fitxers", -"Could not update file recovery" => "No s'ha pogut actualitzar la recuperació de fitxers", -"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." => "L'aplicació d'encriptació no està inicialitzada! Potser l'aplicació d'encriptació ha estat reiniciada durant la sessió. Intenteu sortir i acreditar-vos de nou per reinicialitzar l'aplicació d'encriptació.", -"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." => "La clau privada no és vàlida! Probablement la contrasenya va ser canviada des de fora de %s (per exemple, en el directori de l'empresa). Vostè pot actualitzar la contrasenya de clau privada en la seva configuració personal per poder recuperar l'accés en els arxius xifrats.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "No es pot desencriptar aquest fitxer, probablement és un fitxer compartit. Demaneu al propietari del fitxer que el comparteixi de nou amb vós.", -"Unknown error. Please check your system settings or contact your administrator" => "Error desconegut. Comproveu l'arranjament del sistema o aviseu a l'administrador", -"Missing requirements." => "Manca de requisits.", -"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." => "Assegureu-vos que teniu instal·lat PHP 5.3.3 o una versió superior i que està activat Open SSL i habilitada i configurada correctament l'extensió de PHP. De moment, l'aplicació d'encriptació s'ha desactivat.", -"Following users are not set up for encryption:" => "Els usuaris següents no estan configurats per a l'encriptació:", -"Initial encryption started... This can take some time. Please wait." => "La encriptació inicial ha començat... Pot trigar una estona, espereu.", -"Initial encryption running... Please try again later." => "encriptació inicial en procés... Proveu-ho més tard.", -"Go directly to your %spersonal settings%s." => "Vés directament a l'%sarranjament personal%s.", -"Encryption" => "Xifrat", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'aplicació d'encriptació està activada però les claus no estan inicialitzades, sortiu i acrediteu-vos de nou.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Activa la clau de recuperació (permet recuperar fitxers d'usuaris en cas de pèrdua de contrasenya):", -"Recovery key password" => "Clau de recuperació de la contrasenya", -"Repeat Recovery key password" => "Repetiu la clau de recuperació de contrasenya", -"Enabled" => "Activat", -"Disabled" => "Desactivat", -"Change recovery key password:" => "Canvia la clau de recuperació de contrasenya:", -"Old Recovery key password" => "Antiga clau de recuperació de contrasenya", -"New Recovery key password" => "Nova clau de recuperació de contrasenya", -"Repeat New Recovery key password" => "Repetiu la nova clau de recuperació de contrasenya", -"Change Password" => "Canvia la contrasenya", -"Your private key password no longer matches your log-in password." => "La clau privada ja no es correspon amb la contrasenya d'accés:", -"Set your old private key password to your current log-in password:" => "Establiu la vostra antiga clau privada a l'actual contrasenya d'accés:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Si no recordeu la contrasenya anterior podeu demanar a l'administrador que recuperi els vostres fitxers.", -"Old log-in password" => "Contrasenya anterior d'accés", -"Current log-in password" => "Contrasenya d'accés actual", -"Update Private Key Password" => "Actualitza la contrasenya de clau privada", -"Enable password recovery:" => "Habilita la recuperació de contrasenya:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Activar aquesta opció us permetrà obtenir de nou accés als vostres fitxers encriptats en cas de perdre la contrasenya" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/cs_CZ.js b/apps/files_encryption/l10n/cs_CZ.js new file mode 100644 index 0000000000..3c3b54e67f --- /dev/null +++ b/apps/files_encryption/l10n/cs_CZ.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Neznámá chyba", + "Missing recovery key password" : "Chybí heslo klíče pro obnovu", + "Please repeat the recovery key password" : "Zopakujte prosím heslo klíče pro obnovu", + "Repeated recovery key password does not match the provided recovery key password" : "Opakované heslo pro obnovu nesouhlasí se zadaným heslem", + "Recovery key successfully enabled" : "Záchranný klíč byl úspěšně povolen", + "Could not disable recovery key. Please check your recovery key password!" : "Nelze zakázat záchranný klíč. Zkontrolujte prosím heslo vašeho záchranného klíče!", + "Recovery key successfully disabled" : "Záchranný klíč byl úspěšně zakázán", + "Please provide the old recovery password" : "Zapište prosím staré heslo pro obnovu", + "Please provide a new recovery password" : "Zapište prosím nové heslo pro obnovu", + "Please repeat the new recovery password" : "Zopakujte prosím nové heslo pro obnovu", + "Password successfully changed." : "Heslo bylo úspěšně změněno.", + "Could not change the password. Maybe the old password was not correct." : "Změna hesla se nezdařila. Pravděpodobně nebylo stávající heslo zadáno správně.", + "Private key password successfully updated." : "Heslo soukromého klíče úspěšně aktualizováno.", + "Could not update the private key password. Maybe the old password was not correct." : "Nelze aktualizovat heslo soukromého klíče. Možná nebylo staré heslo správně.", + "File recovery settings updated" : "Možnosti záchrany souborů aktualizovány", + "Could not update file recovery" : "Nelze nastavit záchranu souborů", + "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." : "Aplikace pro šifrování není inicializována! Je možné, že aplikace byla znovu aktivována během vašeho přihlášení. Zkuste se prosím odhlásit a znovu přihlásit pro provedení inicializace šifrovací aplikace.", + "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." : "Váš soukromý klíč není platný! Pravděpodobně bylo vaše heslo změněno vně systému %s (např. ve vašem firemním adresáři). Heslo vašeho soukromého klíče můžete změnit ve svém osobním nastavení pro obnovení přístupu k vašim zašifrovaným souborům.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tento soubor se nepodařilo dešifrovat, pravděpodobně je sdílený. Požádejte prosím majitele souboru, aby jej s vámi znovu sdílel.", + "Unknown error. Please check your system settings or contact your administrator" : "Neznámá chyba. Zkontrolujte nastavení systému nebo kontaktujte vašeho správce.", + "Missing requirements." : "Nesplněné závislosti.", + "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." : "Ujistěte se prosím, že máte nainstalované PHP 5.3.3 nebo novější a že máte povolené a správně nakonfigurované OpenSSL včetně jeho rozšíření pro PHP. Prozatím byla aplikace pro šifrování vypnuta.", + "Following users are not set up for encryption:" : "Následující uživatelé nemají nastavené šifrování:", + "Initial encryption started... This can take some time. Please wait." : "Počáteční šifrování zahájeno... Toto může chvíli trvat. Počkejte prosím.", + "Initial encryption running... Please try again later." : "Probíhá počáteční šifrování... Zkuste to prosím znovu později.", + "Go directly to your %spersonal settings%s." : "Přejít přímo do svého %sosobního nastavení%s.", + "Encryption" : "Šifrování", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Prosím odhlaste se a znovu přihlaste", + "Enable recovery key (allow to recover users files in case of password loss):" : "Povolit klíč pro obnovu (umožňuje obnovu uživatelských souborů v případě ztráty hesla)", + "Recovery key password" : "Heslo klíče pro obnovu", + "Repeat Recovery key password" : "Zopakujte heslo klíče pro obnovu", + "Enabled" : "Povoleno", + "Disabled" : "Zakázáno", + "Change recovery key password:" : "Změna hesla klíče pro obnovu:", + "Old Recovery key password" : "Původní heslo klíče pro obnovu", + "New Recovery key password" : "Nové heslo klíče pro obnovu", + "Repeat New Recovery key password" : "Zopakujte nové heslo klíče pro obnovu", + "Change Password" : "Změnit heslo", + "Your private key password no longer matches your log-in password." : "Heslo vašeho soukromého klíče se již neshoduje s vaším přihlašovacím heslem.", + "Set your old private key password to your current log-in password:" : "Změňte vaše staré heslo soukromého klíče na stejné, jako je vaše současné přihlašovací heslo:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Pokud si nepamatujete vaše původní heslo, můžete požádat správce o obnovu vašich souborů.", + "Old log-in password" : "Původní přihlašovací heslo", + "Current log-in password" : "Aktuální přihlašovací heslo", + "Update Private Key Password" : "Změnit heslo soukromého klíče", + "Enable password recovery:" : "Povolit obnovu hesla:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Zapnutí této volby vám umožní znovu získat přístup k vašim zašifrovaným souborům pokud ztratíte heslo" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_encryption/l10n/cs_CZ.json b/apps/files_encryption/l10n/cs_CZ.json new file mode 100644 index 0000000000..5bd5bb54f0 --- /dev/null +++ b/apps/files_encryption/l10n/cs_CZ.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Neznámá chyba", + "Missing recovery key password" : "Chybí heslo klíče pro obnovu", + "Please repeat the recovery key password" : "Zopakujte prosím heslo klíče pro obnovu", + "Repeated recovery key password does not match the provided recovery key password" : "Opakované heslo pro obnovu nesouhlasí se zadaným heslem", + "Recovery key successfully enabled" : "Záchranný klíč byl úspěšně povolen", + "Could not disable recovery key. Please check your recovery key password!" : "Nelze zakázat záchranný klíč. Zkontrolujte prosím heslo vašeho záchranného klíče!", + "Recovery key successfully disabled" : "Záchranný klíč byl úspěšně zakázán", + "Please provide the old recovery password" : "Zapište prosím staré heslo pro obnovu", + "Please provide a new recovery password" : "Zapište prosím nové heslo pro obnovu", + "Please repeat the new recovery password" : "Zopakujte prosím nové heslo pro obnovu", + "Password successfully changed." : "Heslo bylo úspěšně změněno.", + "Could not change the password. Maybe the old password was not correct." : "Změna hesla se nezdařila. Pravděpodobně nebylo stávající heslo zadáno správně.", + "Private key password successfully updated." : "Heslo soukromého klíče úspěšně aktualizováno.", + "Could not update the private key password. Maybe the old password was not correct." : "Nelze aktualizovat heslo soukromého klíče. Možná nebylo staré heslo správně.", + "File recovery settings updated" : "Možnosti záchrany souborů aktualizovány", + "Could not update file recovery" : "Nelze nastavit záchranu souborů", + "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." : "Aplikace pro šifrování není inicializována! Je možné, že aplikace byla znovu aktivována během vašeho přihlášení. Zkuste se prosím odhlásit a znovu přihlásit pro provedení inicializace šifrovací aplikace.", + "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." : "Váš soukromý klíč není platný! Pravděpodobně bylo vaše heslo změněno vně systému %s (např. ve vašem firemním adresáři). Heslo vašeho soukromého klíče můžete změnit ve svém osobním nastavení pro obnovení přístupu k vašim zašifrovaným souborům.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tento soubor se nepodařilo dešifrovat, pravděpodobně je sdílený. Požádejte prosím majitele souboru, aby jej s vámi znovu sdílel.", + "Unknown error. Please check your system settings or contact your administrator" : "Neznámá chyba. Zkontrolujte nastavení systému nebo kontaktujte vašeho správce.", + "Missing requirements." : "Nesplněné závislosti.", + "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." : "Ujistěte se prosím, že máte nainstalované PHP 5.3.3 nebo novější a že máte povolené a správně nakonfigurované OpenSSL včetně jeho rozšíření pro PHP. Prozatím byla aplikace pro šifrování vypnuta.", + "Following users are not set up for encryption:" : "Následující uživatelé nemají nastavené šifrování:", + "Initial encryption started... This can take some time. Please wait." : "Počáteční šifrování zahájeno... Toto může chvíli trvat. Počkejte prosím.", + "Initial encryption running... Please try again later." : "Probíhá počáteční šifrování... Zkuste to prosím znovu později.", + "Go directly to your %spersonal settings%s." : "Přejít přímo do svého %sosobního nastavení%s.", + "Encryption" : "Šifrování", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Prosím odhlaste se a znovu přihlaste", + "Enable recovery key (allow to recover users files in case of password loss):" : "Povolit klíč pro obnovu (umožňuje obnovu uživatelských souborů v případě ztráty hesla)", + "Recovery key password" : "Heslo klíče pro obnovu", + "Repeat Recovery key password" : "Zopakujte heslo klíče pro obnovu", + "Enabled" : "Povoleno", + "Disabled" : "Zakázáno", + "Change recovery key password:" : "Změna hesla klíče pro obnovu:", + "Old Recovery key password" : "Původní heslo klíče pro obnovu", + "New Recovery key password" : "Nové heslo klíče pro obnovu", + "Repeat New Recovery key password" : "Zopakujte nové heslo klíče pro obnovu", + "Change Password" : "Změnit heslo", + "Your private key password no longer matches your log-in password." : "Heslo vašeho soukromého klíče se již neshoduje s vaším přihlašovacím heslem.", + "Set your old private key password to your current log-in password:" : "Změňte vaše staré heslo soukromého klíče na stejné, jako je vaše současné přihlašovací heslo:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Pokud si nepamatujete vaše původní heslo, můžete požádat správce o obnovu vašich souborů.", + "Old log-in password" : "Původní přihlašovací heslo", + "Current log-in password" : "Aktuální přihlašovací heslo", + "Update Private Key Password" : "Změnit heslo soukromého klíče", + "Enable password recovery:" : "Povolit obnovu hesla:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Zapnutí této volby vám umožní znovu získat přístup k vašim zašifrovaným souborům pokud ztratíte heslo" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/cs_CZ.php b/apps/files_encryption/l10n/cs_CZ.php deleted file mode 100644 index a0e7274926..0000000000 --- a/apps/files_encryption/l10n/cs_CZ.php +++ /dev/null @@ -1,50 +0,0 @@ - "Neznámá chyba", -"Missing recovery key password" => "Chybí heslo klíče pro obnovu", -"Please repeat the recovery key password" => "Zopakujte prosím heslo klíče pro obnovu", -"Repeated recovery key password does not match the provided recovery key password" => "Opakované heslo pro obnovu nesouhlasí se zadaným heslem", -"Recovery key successfully enabled" => "Záchranný klíč byl úspěšně povolen", -"Could not disable recovery key. Please check your recovery key password!" => "Nelze zakázat záchranný klíč. Zkontrolujte prosím heslo vašeho záchranného klíče!", -"Recovery key successfully disabled" => "Záchranný klíč byl úspěšně zakázán", -"Please provide the old recovery password" => "Zapište prosím staré heslo pro obnovu", -"Please provide a new recovery password" => "Zapište prosím nové heslo pro obnovu", -"Please repeat the new recovery password" => "Zopakujte prosím nové heslo pro obnovu", -"Password successfully changed." => "Heslo bylo úspěšně změněno.", -"Could not change the password. Maybe the old password was not correct." => "Změna hesla se nezdařila. Pravděpodobně nebylo stávající heslo zadáno správně.", -"Private key password successfully updated." => "Heslo soukromého klíče úspěšně aktualizováno.", -"Could not update the private key password. Maybe the old password was not correct." => "Nelze aktualizovat heslo soukromého klíče. Možná nebylo staré heslo správně.", -"File recovery settings updated" => "Možnosti záchrany souborů aktualizovány", -"Could not update file recovery" => "Nelze nastavit záchranu souborů", -"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." => "Aplikace pro šifrování není inicializována! Je možné, že aplikace byla znovu aktivována během vašeho přihlášení. Zkuste se prosím odhlásit a znovu přihlásit pro provedení inicializace šifrovací aplikace.", -"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." => "Váš soukromý klíč není platný! Pravděpodobně bylo vaše heslo změněno vně systému %s (např. ve vašem firemním adresáři). Heslo vašeho soukromého klíče můžete změnit ve svém osobním nastavení pro obnovení přístupu k vašim zašifrovaným souborům.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Tento soubor se nepodařilo dešifrovat, pravděpodobně je sdílený. Požádejte prosím majitele souboru, aby jej s vámi znovu sdílel.", -"Unknown error. Please check your system settings or contact your administrator" => "Neznámá chyba. Zkontrolujte nastavení systému nebo kontaktujte vašeho správce.", -"Missing requirements." => "Nesplněné závislosti.", -"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." => "Ujistěte se prosím, že máte nainstalované PHP 5.3.3 nebo novější a že máte povolené a správně nakonfigurované OpenSSL včetně jeho rozšíření pro PHP. Prozatím byla aplikace pro šifrování vypnuta.", -"Following users are not set up for encryption:" => "Následující uživatelé nemají nastavené šifrování:", -"Initial encryption started... This can take some time. Please wait." => "Počáteční šifrování zahájeno... Toto může chvíli trvat. Počkejte prosím.", -"Initial encryption running... Please try again later." => "Probíhá počáteční šifrování... Zkuste to prosím znovu později.", -"Go directly to your %spersonal settings%s." => "Přejít přímo do svého %sosobního nastavení%s.", -"Encryption" => "Šifrování", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Prosím odhlaste se a znovu přihlaste", -"Enable recovery key (allow to recover users files in case of password loss):" => "Povolit klíč pro obnovu (umožňuje obnovu uživatelských souborů v případě ztráty hesla)", -"Recovery key password" => "Heslo klíče pro obnovu", -"Repeat Recovery key password" => "Zopakujte heslo klíče pro obnovu", -"Enabled" => "Povoleno", -"Disabled" => "Zakázáno", -"Change recovery key password:" => "Změna hesla klíče pro obnovu:", -"Old Recovery key password" => "Původní heslo klíče pro obnovu", -"New Recovery key password" => "Nové heslo klíče pro obnovu", -"Repeat New Recovery key password" => "Zopakujte nové heslo klíče pro obnovu", -"Change Password" => "Změnit heslo", -"Your private key password no longer matches your log-in password." => "Heslo vašeho soukromého klíče se již neshoduje s vaším přihlašovacím heslem.", -"Set your old private key password to your current log-in password:" => "Změňte vaše staré heslo soukromého klíče na stejné, jako je vaše současné přihlašovací heslo:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Pokud si nepamatujete vaše původní heslo, můžete požádat správce o obnovu vašich souborů.", -"Old log-in password" => "Původní přihlašovací heslo", -"Current log-in password" => "Aktuální přihlašovací heslo", -"Update Private Key Password" => "Změnit heslo soukromého klíče", -"Enable password recovery:" => "Povolit obnovu hesla:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Zapnutí této volby vám umožní znovu získat přístup k vašim zašifrovaným souborům pokud ztratíte heslo" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_encryption/l10n/cy_GB.js b/apps/files_encryption/l10n/cy_GB.js new file mode 100644 index 0000000000..03b6d253b3 --- /dev/null +++ b/apps/files_encryption/l10n/cy_GB.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_encryption", + { + "Encryption" : "Amgryptiad" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/files_encryption/l10n/cy_GB.json b/apps/files_encryption/l10n/cy_GB.json new file mode 100644 index 0000000000..ed3f6b2fb9 --- /dev/null +++ b/apps/files_encryption/l10n/cy_GB.json @@ -0,0 +1,4 @@ +{ "translations": { + "Encryption" : "Amgryptiad" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/cy_GB.php b/apps/files_encryption/l10n/cy_GB.php deleted file mode 100644 index 6d3b898d00..0000000000 --- a/apps/files_encryption/l10n/cy_GB.php +++ /dev/null @@ -1,5 +0,0 @@ - "Amgryptiad" -); -$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/apps/files_encryption/l10n/da.js b/apps/files_encryption/l10n/da.js new file mode 100644 index 0000000000..9c12271be0 --- /dev/null +++ b/apps/files_encryption/l10n/da.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Ukendt fejl", + "Missing recovery key password" : "Der mangler kodeord for gendannelsesnøgle", + "Please repeat the recovery key password" : "Gentag venligst kodeordet for gendannelsesnøglen", + "Repeated recovery key password does not match the provided recovery key password" : "Det gentagne kodeord for gendannelsesnøglen stemmer ikke med det angivne kodeord for gendannelsesnøglen", + "Recovery key successfully enabled" : "Gendannelsesnøgle aktiveret med succes", + "Could not disable recovery key. Please check your recovery key password!" : "Kunne ikke deaktivere gendannelsesnøgle. Kontroller din gendannelsesnøgle kodeord!", + "Recovery key successfully disabled" : "Gendannelsesnøgle deaktiveret succesfuldt", + "Please provide the old recovery password" : "Angiv venligst det gamle kodeord for gendannelsesnøglen", + "Please provide a new recovery password" : "Angiv venligst et nyt kodeord til gendannelse", + "Please repeat the new recovery password" : "Gentag venligst det nye kodeord til gendannelse", + "Password successfully changed." : "Kodeordet blev ændret succesfuldt", + "Could not change the password. Maybe the old password was not correct." : "Kunne ikke ændre kodeordet. Måske var det gamle kodeord ikke korrekt.", + "Private key password successfully updated." : "Privat nøgle kodeord succesfuldt opdateret.", + "Could not update the private key password. Maybe the old password was not correct." : "Kunne ikke opdatere det private nøgle kodeord-. Måske var det gamle kodeord forkert.", + "File recovery settings updated" : "Filgendannelsesindstillinger opdateret", + "Could not update file recovery" : "Kunne ikke opdatere filgendannelse", + "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." : "Krypteringsprogrammet er ikke igangsat. Det kan skyldes at krypteringsprogrammet er blevet genaktiveret under din session. Prøv at logge ud og ind igen for at aktivere krypteringsprogrammet. ", + "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." : "Din private nøgle er ikke gyldig. Sandsynligvis er dit kodeord blevet ændret uden for %s (f.eks dit firmas adressebog). Du kan opdatere din private nøglekode i dine personlige indstillinger for at genskabe adgang til dine krypterede filer.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke kryptere denne fil, sandsynligvis fordi felen er delt. Bed venligst filens ejer om at dele den med dig på ny.", + "Unknown error. Please check your system settings or contact your administrator" : "Ukendt fejl. Venligst tjek dine systemindstillinger eller kontakt din systemadministrator", + "Missing requirements." : "Manglende betingelser.", + "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." : "Sørg for at PHP 5.3.3 eller nyere er installeret og at OpenSSL sammen med PHP-udvidelsen er aktiveret og korrekt konfigureret. Indtil videre er krypteringsprogrammet deaktiveret.", + "Following users are not set up for encryption:" : "Følgende brugere er ikke sat op til kryptering:", + "Initial encryption started... This can take some time. Please wait." : "Førstegangskrypteringen er påbegyndt... Dette kan tage nogen tid. Vent venligst.", + "Initial encryption running... Please try again later." : "Kryptering foretages... Prøv venligst igen senere.", + "Go directly to your %spersonal settings%s." : "Gå direkte til dine %spersonlige indstillinger%s.", + "Encryption" : "Kryptering", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krypteringsprogrammet er aktiveret, men din nøgle er ikke igangsat. Log venligst ud og ind igen.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktiver gendannelsesnøgle (Tillad gendannelse af brugerfiler i tilfælde af tab af kodeord):", + "Recovery key password" : "Gendannelsesnøgle kodeord", + "Repeat Recovery key password" : "Gentag gendannelse af nøglekoden", + "Enabled" : "Aktiveret", + "Disabled" : "Deaktiveret", + "Change recovery key password:" : "Skift gendannelsesnøgle kodeord:", + "Old Recovery key password" : "Gammel Gendannelsesnøgle kodeord", + "New Recovery key password" : "Ny Gendannelsesnøgle kodeord", + "Repeat New Recovery key password" : "Gentag dannelse af ny gendannaleses nøglekode", + "Change Password" : "Skift Kodeord", + "Your private key password no longer matches your log-in password." : "Dit private nøglekodeord stemmer ikke længere overens med dit login-kodeord.", + "Set your old private key password to your current log-in password:" : "Sæt dit gamle, private nøglekodeord til at være dit nuværende login-kodeord. ", + " If you don't remember your old password you can ask your administrator to recover your files." : "Hvis du ikke kan huske dit gamle kodeord kan du bede din administrator om at gendanne dine filer.", + "Old log-in password" : "Gammelt login kodeord", + "Current log-in password" : "Nuvrende login kodeord", + "Update Private Key Password" : "Opdater Privat Nøgle Kodeord", + "Enable password recovery:" : "Aktiver kodeord gendannelse:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aktivering af denne valgmulighed tillader dig at generhverve adgang til dine krypterede filer i tilfælde af tab af kodeord" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/da.json b/apps/files_encryption/l10n/da.json new file mode 100644 index 0000000000..65a64a95d3 --- /dev/null +++ b/apps/files_encryption/l10n/da.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Ukendt fejl", + "Missing recovery key password" : "Der mangler kodeord for gendannelsesnøgle", + "Please repeat the recovery key password" : "Gentag venligst kodeordet for gendannelsesnøglen", + "Repeated recovery key password does not match the provided recovery key password" : "Det gentagne kodeord for gendannelsesnøglen stemmer ikke med det angivne kodeord for gendannelsesnøglen", + "Recovery key successfully enabled" : "Gendannelsesnøgle aktiveret med succes", + "Could not disable recovery key. Please check your recovery key password!" : "Kunne ikke deaktivere gendannelsesnøgle. Kontroller din gendannelsesnøgle kodeord!", + "Recovery key successfully disabled" : "Gendannelsesnøgle deaktiveret succesfuldt", + "Please provide the old recovery password" : "Angiv venligst det gamle kodeord for gendannelsesnøglen", + "Please provide a new recovery password" : "Angiv venligst et nyt kodeord til gendannelse", + "Please repeat the new recovery password" : "Gentag venligst det nye kodeord til gendannelse", + "Password successfully changed." : "Kodeordet blev ændret succesfuldt", + "Could not change the password. Maybe the old password was not correct." : "Kunne ikke ændre kodeordet. Måske var det gamle kodeord ikke korrekt.", + "Private key password successfully updated." : "Privat nøgle kodeord succesfuldt opdateret.", + "Could not update the private key password. Maybe the old password was not correct." : "Kunne ikke opdatere det private nøgle kodeord-. Måske var det gamle kodeord forkert.", + "File recovery settings updated" : "Filgendannelsesindstillinger opdateret", + "Could not update file recovery" : "Kunne ikke opdatere filgendannelse", + "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." : "Krypteringsprogrammet er ikke igangsat. Det kan skyldes at krypteringsprogrammet er blevet genaktiveret under din session. Prøv at logge ud og ind igen for at aktivere krypteringsprogrammet. ", + "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." : "Din private nøgle er ikke gyldig. Sandsynligvis er dit kodeord blevet ændret uden for %s (f.eks dit firmas adressebog). Du kan opdatere din private nøglekode i dine personlige indstillinger for at genskabe adgang til dine krypterede filer.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke kryptere denne fil, sandsynligvis fordi felen er delt. Bed venligst filens ejer om at dele den med dig på ny.", + "Unknown error. Please check your system settings or contact your administrator" : "Ukendt fejl. Venligst tjek dine systemindstillinger eller kontakt din systemadministrator", + "Missing requirements." : "Manglende betingelser.", + "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." : "Sørg for at PHP 5.3.3 eller nyere er installeret og at OpenSSL sammen med PHP-udvidelsen er aktiveret og korrekt konfigureret. Indtil videre er krypteringsprogrammet deaktiveret.", + "Following users are not set up for encryption:" : "Følgende brugere er ikke sat op til kryptering:", + "Initial encryption started... This can take some time. Please wait." : "Førstegangskrypteringen er påbegyndt... Dette kan tage nogen tid. Vent venligst.", + "Initial encryption running... Please try again later." : "Kryptering foretages... Prøv venligst igen senere.", + "Go directly to your %spersonal settings%s." : "Gå direkte til dine %spersonlige indstillinger%s.", + "Encryption" : "Kryptering", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krypteringsprogrammet er aktiveret, men din nøgle er ikke igangsat. Log venligst ud og ind igen.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktiver gendannelsesnøgle (Tillad gendannelse af brugerfiler i tilfælde af tab af kodeord):", + "Recovery key password" : "Gendannelsesnøgle kodeord", + "Repeat Recovery key password" : "Gentag gendannelse af nøglekoden", + "Enabled" : "Aktiveret", + "Disabled" : "Deaktiveret", + "Change recovery key password:" : "Skift gendannelsesnøgle kodeord:", + "Old Recovery key password" : "Gammel Gendannelsesnøgle kodeord", + "New Recovery key password" : "Ny Gendannelsesnøgle kodeord", + "Repeat New Recovery key password" : "Gentag dannelse af ny gendannaleses nøglekode", + "Change Password" : "Skift Kodeord", + "Your private key password no longer matches your log-in password." : "Dit private nøglekodeord stemmer ikke længere overens med dit login-kodeord.", + "Set your old private key password to your current log-in password:" : "Sæt dit gamle, private nøglekodeord til at være dit nuværende login-kodeord. ", + " If you don't remember your old password you can ask your administrator to recover your files." : "Hvis du ikke kan huske dit gamle kodeord kan du bede din administrator om at gendanne dine filer.", + "Old log-in password" : "Gammelt login kodeord", + "Current log-in password" : "Nuvrende login kodeord", + "Update Private Key Password" : "Opdater Privat Nøgle Kodeord", + "Enable password recovery:" : "Aktiver kodeord gendannelse:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aktivering af denne valgmulighed tillader dig at generhverve adgang til dine krypterede filer i tilfælde af tab af kodeord" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/da.php b/apps/files_encryption/l10n/da.php deleted file mode 100644 index d47b88487d..0000000000 --- a/apps/files_encryption/l10n/da.php +++ /dev/null @@ -1,50 +0,0 @@ - "Ukendt fejl", -"Missing recovery key password" => "Der mangler kodeord for gendannelsesnøgle", -"Please repeat the recovery key password" => "Gentag venligst kodeordet for gendannelsesnøglen", -"Repeated recovery key password does not match the provided recovery key password" => "Det gentagne kodeord for gendannelsesnøglen stemmer ikke med det angivne kodeord for gendannelsesnøglen", -"Recovery key successfully enabled" => "Gendannelsesnøgle aktiveret med succes", -"Could not disable recovery key. Please check your recovery key password!" => "Kunne ikke deaktivere gendannelsesnøgle. Kontroller din gendannelsesnøgle kodeord!", -"Recovery key successfully disabled" => "Gendannelsesnøgle deaktiveret succesfuldt", -"Please provide the old recovery password" => "Angiv venligst det gamle kodeord for gendannelsesnøglen", -"Please provide a new recovery password" => "Angiv venligst et nyt kodeord til gendannelse", -"Please repeat the new recovery password" => "Gentag venligst det nye kodeord til gendannelse", -"Password successfully changed." => "Kodeordet blev ændret succesfuldt", -"Could not change the password. Maybe the old password was not correct." => "Kunne ikke ændre kodeordet. Måske var det gamle kodeord ikke korrekt.", -"Private key password successfully updated." => "Privat nøgle kodeord succesfuldt opdateret.", -"Could not update the private key password. Maybe the old password was not correct." => "Kunne ikke opdatere det private nøgle kodeord-. Måske var det gamle kodeord forkert.", -"File recovery settings updated" => "Filgendannelsesindstillinger opdateret", -"Could not update file recovery" => "Kunne ikke opdatere filgendannelse", -"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." => "Krypteringsprogrammet er ikke igangsat. Det kan skyldes at krypteringsprogrammet er blevet genaktiveret under din session. Prøv at logge ud og ind igen for at aktivere krypteringsprogrammet. ", -"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." => "Din private nøgle er ikke gyldig. Sandsynligvis er dit kodeord blevet ændret uden for %s (f.eks dit firmas adressebog). Du kan opdatere din private nøglekode i dine personlige indstillinger for at genskabe adgang til dine krypterede filer.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Kan ikke kryptere denne fil, sandsynligvis fordi felen er delt. Bed venligst filens ejer om at dele den med dig på ny.", -"Unknown error. Please check your system settings or contact your administrator" => "Ukendt fejl. Venligst tjek dine systemindstillinger eller kontakt din systemadministrator", -"Missing requirements." => "Manglende betingelser.", -"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." => "Sørg for at PHP 5.3.3 eller nyere er installeret og at OpenSSL sammen med PHP-udvidelsen er aktiveret og korrekt konfigureret. Indtil videre er krypteringsprogrammet deaktiveret.", -"Following users are not set up for encryption:" => "Følgende brugere er ikke sat op til kryptering:", -"Initial encryption started... This can take some time. Please wait." => "Førstegangskrypteringen er påbegyndt... Dette kan tage nogen tid. Vent venligst.", -"Initial encryption running... Please try again later." => "Kryptering foretages... Prøv venligst igen senere.", -"Go directly to your %spersonal settings%s." => "Gå direkte til dine %spersonlige indstillinger%s.", -"Encryption" => "Kryptering", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Krypteringsprogrammet er aktiveret, men din nøgle er ikke igangsat. Log venligst ud og ind igen.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Aktiver gendannelsesnøgle (Tillad gendannelse af brugerfiler i tilfælde af tab af kodeord):", -"Recovery key password" => "Gendannelsesnøgle kodeord", -"Repeat Recovery key password" => "Gentag gendannelse af nøglekoden", -"Enabled" => "Aktiveret", -"Disabled" => "Deaktiveret", -"Change recovery key password:" => "Skift gendannelsesnøgle kodeord:", -"Old Recovery key password" => "Gammel Gendannelsesnøgle kodeord", -"New Recovery key password" => "Ny Gendannelsesnøgle kodeord", -"Repeat New Recovery key password" => "Gentag dannelse af ny gendannaleses nøglekode", -"Change Password" => "Skift Kodeord", -"Your private key password no longer matches your log-in password." => "Dit private nøglekodeord stemmer ikke længere overens med dit login-kodeord.", -"Set your old private key password to your current log-in password:" => "Sæt dit gamle, private nøglekodeord til at være dit nuværende login-kodeord. ", -" If you don't remember your old password you can ask your administrator to recover your files." => "Hvis du ikke kan huske dit gamle kodeord kan du bede din administrator om at gendanne dine filer.", -"Old log-in password" => "Gammelt login kodeord", -"Current log-in password" => "Nuvrende login kodeord", -"Update Private Key Password" => "Opdater Privat Nøgle Kodeord", -"Enable password recovery:" => "Aktiver kodeord gendannelse:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Aktivering af denne valgmulighed tillader dig at generhverve adgang til dine krypterede filer i tilfælde af tab af kodeord" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/de.js b/apps/files_encryption/l10n/de.js new file mode 100644 index 0000000000..2c680836cb --- /dev/null +++ b/apps/files_encryption/l10n/de.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Unbekannter Fehler", + "Missing recovery key password" : "Schlüsselpasswort zur Wiederherstellung fehlt", + "Please repeat the recovery key password" : "Schlüsselpasswort zur Wiederherstellung bitte wiederholen", + "Repeated recovery key password does not match the provided recovery key password" : "Das wiederholte Schlüsselpasswort zur Wiederherstellung stimmt nicht mit dem geforderten Schlüsselpasswort zur Wiederherstellung überein", + "Recovery key successfully enabled" : "Wiederherstellungsschlüssel wurde erfolgreich aktiviert", + "Could not disable recovery key. Please check your recovery key password!" : "Der Wiederherstellungsschlüssel konnte nicht deaktiviert werden. Überprüfe Dein Wiederherstellungspasswort!", + "Recovery key successfully disabled" : "Wiederherstellungsschlüssel deaktiviert.", + "Please provide the old recovery password" : "Bitte das alte Passwort zur Wiederherstellung eingeben", + "Please provide a new recovery password" : "Bitte das alte Passwort zur Wiederherstellung eingeben", + "Please repeat the new recovery password" : "Bitte das neue Passwort zur Wiederherstellung wiederholen", + "Password successfully changed." : "Dein Passwort wurde geändert.", + "Could not change the password. Maybe the old password was not correct." : "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort falsch.", + "Private key password successfully updated." : "Passwort des privaten Schlüssels erfolgreich aktualisiert", + "Could not update the private key password. Maybe the old password was not correct." : "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Eventuell war das alte Passwort falsch.", + "File recovery settings updated" : "Einstellungen zur Wiederherstellung von Dateien wurden aktualisiert", + "Could not update file recovery" : "Dateiwiederherstellung konnte nicht aktualisiert werden", + "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." : "Verschlüsselung-App ist nicht initialisiert! Vielleicht wurde die Verschlüsselung-App in der aktuellen Sitzung reaktiviert. Bitte versuche Dich ab- und wieder anzumelden, um die Verschlüsselung-App zu initialisieren.", + "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." : "Dein privater Schlüssel ist ungültig. Möglicher Weise wurde außerhalb von %s Dein Passwort geändert (z.B. in Deinem gemeinsamen Verzeichnis). Du kannst das Passwort Deines privaten Schlüssels in den persönlichen Einstellungen aktualisieren, um wieder an Deine Dateien zu gelangen.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Die Datei kann nicht entschlüsselt werden, da die Datei möglicherweise eine geteilte Datei ist. Bitte frage den Dateibesitzer, ob er die Datei nochmals mit Dir teilt.", + "Unknown error. Please check your system settings or contact your administrator" : "Unbekannter Fehler. Bitte prüfe Deine Systemeinstellungen oder kontaktiere Deinen Administrator", + "Missing requirements." : "Fehlende Vorraussetzungen", + "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." : "Bitte stelle sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.", + "Following users are not set up for encryption:" : "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:", + "Initial encryption started... This can take some time. Please wait." : "Initialverschlüsselung gestartet... Dies kann einige Zeit dauern. Bitte warten.", + "Initial encryption running... Please try again later." : "Anfangsverschlüsselung läuft … Bitte versuche es später wieder.", + "Go directly to your %spersonal settings%s." : "Direkt zu Deinen %spersonal settings%s wechseln.", + "Encryption" : "Verschlüsselung", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Die Verschlüsselung-App ist aktiviert, aber Deine Schlüssel sind nicht initialisiert. Bitte melde Dich nochmals ab und wieder an.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Wiederherstellungsschlüssel aktivieren (ermöglicht das Wiederherstellen von Dateien, falls das Passwort vergessen wurde):", + "Recovery key password" : "Wiederherstellungsschlüssel-Passwort", + "Repeat Recovery key password" : "Schlüssel-Passwort zur Wiederherstellung wiederholen", + "Enabled" : "Aktiviert", + "Disabled" : "Deaktiviert", + "Change recovery key password:" : "Wiederherstellungsschlüssel-Passwort ändern:", + "Old Recovery key password" : "Altes Wiederherstellungsschlüssel-Passwort", + "New Recovery key password" : "Neues Wiederherstellungsschlüssel-Passwort", + "Repeat New Recovery key password" : "Neues Schlüssel-Passwort zur Wiederherstellung wiederholen", + "Change Password" : "Passwort ändern", + "Your private key password no longer matches your log-in password." : "Das Privatschlüsselpasswort darf nicht länger mit dem Anmeldepasswort übereinstimmen.", + "Set your old private key password to your current log-in password:" : "Dein altes Passwort für Deinen privaten Schlüssel auf Dein aktuelles Anmeldepasswort einstellen:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Wenn Du Dein altes Passwort vergessen hast, könntest Du Deinen Administrator bitten, Deine Daten wiederherzustellen.", + "Old log-in password" : "Altes Login Passwort", + "Current log-in password" : "Aktuelles Passwort", + "Update Private Key Password" : "Passwort für den privaten Schlüssel aktualisieren", + "Enable password recovery:" : "Passwortwiederherstellung aktivieren:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Wenn Du diese Option aktivierst, kannst Du Deine verschlüsselten Dateien wiederherstellen, falls Du Dein Passwort vergisst" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/de.json b/apps/files_encryption/l10n/de.json new file mode 100644 index 0000000000..ce5b6e81af --- /dev/null +++ b/apps/files_encryption/l10n/de.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Unbekannter Fehler", + "Missing recovery key password" : "Schlüsselpasswort zur Wiederherstellung fehlt", + "Please repeat the recovery key password" : "Schlüsselpasswort zur Wiederherstellung bitte wiederholen", + "Repeated recovery key password does not match the provided recovery key password" : "Das wiederholte Schlüsselpasswort zur Wiederherstellung stimmt nicht mit dem geforderten Schlüsselpasswort zur Wiederherstellung überein", + "Recovery key successfully enabled" : "Wiederherstellungsschlüssel wurde erfolgreich aktiviert", + "Could not disable recovery key. Please check your recovery key password!" : "Der Wiederherstellungsschlüssel konnte nicht deaktiviert werden. Überprüfe Dein Wiederherstellungspasswort!", + "Recovery key successfully disabled" : "Wiederherstellungsschlüssel deaktiviert.", + "Please provide the old recovery password" : "Bitte das alte Passwort zur Wiederherstellung eingeben", + "Please provide a new recovery password" : "Bitte das alte Passwort zur Wiederherstellung eingeben", + "Please repeat the new recovery password" : "Bitte das neue Passwort zur Wiederherstellung wiederholen", + "Password successfully changed." : "Dein Passwort wurde geändert.", + "Could not change the password. Maybe the old password was not correct." : "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort falsch.", + "Private key password successfully updated." : "Passwort des privaten Schlüssels erfolgreich aktualisiert", + "Could not update the private key password. Maybe the old password was not correct." : "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Eventuell war das alte Passwort falsch.", + "File recovery settings updated" : "Einstellungen zur Wiederherstellung von Dateien wurden aktualisiert", + "Could not update file recovery" : "Dateiwiederherstellung konnte nicht aktualisiert werden", + "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." : "Verschlüsselung-App ist nicht initialisiert! Vielleicht wurde die Verschlüsselung-App in der aktuellen Sitzung reaktiviert. Bitte versuche Dich ab- und wieder anzumelden, um die Verschlüsselung-App zu initialisieren.", + "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." : "Dein privater Schlüssel ist ungültig. Möglicher Weise wurde außerhalb von %s Dein Passwort geändert (z.B. in Deinem gemeinsamen Verzeichnis). Du kannst das Passwort Deines privaten Schlüssels in den persönlichen Einstellungen aktualisieren, um wieder an Deine Dateien zu gelangen.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Die Datei kann nicht entschlüsselt werden, da die Datei möglicherweise eine geteilte Datei ist. Bitte frage den Dateibesitzer, ob er die Datei nochmals mit Dir teilt.", + "Unknown error. Please check your system settings or contact your administrator" : "Unbekannter Fehler. Bitte prüfe Deine Systemeinstellungen oder kontaktiere Deinen Administrator", + "Missing requirements." : "Fehlende Vorraussetzungen", + "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." : "Bitte stelle sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.", + "Following users are not set up for encryption:" : "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:", + "Initial encryption started... This can take some time. Please wait." : "Initialverschlüsselung gestartet... Dies kann einige Zeit dauern. Bitte warten.", + "Initial encryption running... Please try again later." : "Anfangsverschlüsselung läuft … Bitte versuche es später wieder.", + "Go directly to your %spersonal settings%s." : "Direkt zu Deinen %spersonal settings%s wechseln.", + "Encryption" : "Verschlüsselung", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Die Verschlüsselung-App ist aktiviert, aber Deine Schlüssel sind nicht initialisiert. Bitte melde Dich nochmals ab und wieder an.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Wiederherstellungsschlüssel aktivieren (ermöglicht das Wiederherstellen von Dateien, falls das Passwort vergessen wurde):", + "Recovery key password" : "Wiederherstellungsschlüssel-Passwort", + "Repeat Recovery key password" : "Schlüssel-Passwort zur Wiederherstellung wiederholen", + "Enabled" : "Aktiviert", + "Disabled" : "Deaktiviert", + "Change recovery key password:" : "Wiederherstellungsschlüssel-Passwort ändern:", + "Old Recovery key password" : "Altes Wiederherstellungsschlüssel-Passwort", + "New Recovery key password" : "Neues Wiederherstellungsschlüssel-Passwort", + "Repeat New Recovery key password" : "Neues Schlüssel-Passwort zur Wiederherstellung wiederholen", + "Change Password" : "Passwort ändern", + "Your private key password no longer matches your log-in password." : "Das Privatschlüsselpasswort darf nicht länger mit dem Anmeldepasswort übereinstimmen.", + "Set your old private key password to your current log-in password:" : "Dein altes Passwort für Deinen privaten Schlüssel auf Dein aktuelles Anmeldepasswort einstellen:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Wenn Du Dein altes Passwort vergessen hast, könntest Du Deinen Administrator bitten, Deine Daten wiederherzustellen.", + "Old log-in password" : "Altes Login Passwort", + "Current log-in password" : "Aktuelles Passwort", + "Update Private Key Password" : "Passwort für den privaten Schlüssel aktualisieren", + "Enable password recovery:" : "Passwortwiederherstellung aktivieren:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Wenn Du diese Option aktivierst, kannst Du Deine verschlüsselten Dateien wiederherstellen, falls Du Dein Passwort vergisst" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/de.php b/apps/files_encryption/l10n/de.php deleted file mode 100644 index cd6d8ea9a2..0000000000 --- a/apps/files_encryption/l10n/de.php +++ /dev/null @@ -1,50 +0,0 @@ - "Unbekannter Fehler", -"Missing recovery key password" => "Schlüsselpasswort zur Wiederherstellung fehlt", -"Please repeat the recovery key password" => "Schlüsselpasswort zur Wiederherstellung bitte wiederholen", -"Repeated recovery key password does not match the provided recovery key password" => "Das wiederholte Schlüsselpasswort zur Wiederherstellung stimmt nicht mit dem geforderten Schlüsselpasswort zur Wiederherstellung überein", -"Recovery key successfully enabled" => "Wiederherstellungsschlüssel wurde erfolgreich aktiviert", -"Could not disable recovery key. Please check your recovery key password!" => "Der Wiederherstellungsschlüssel konnte nicht deaktiviert werden. Überprüfe Dein Wiederherstellungspasswort!", -"Recovery key successfully disabled" => "Wiederherstellungsschlüssel deaktiviert.", -"Please provide the old recovery password" => "Bitte das alte Passwort zur Wiederherstellung eingeben", -"Please provide a new recovery password" => "Bitte das alte Passwort zur Wiederherstellung eingeben", -"Please repeat the new recovery password" => "Bitte das neue Passwort zur Wiederherstellung wiederholen", -"Password successfully changed." => "Dein Passwort wurde geändert.", -"Could not change the password. Maybe the old password was not correct." => "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort falsch.", -"Private key password successfully updated." => "Passwort des privaten Schlüssels erfolgreich aktualisiert", -"Could not update the private key password. Maybe the old password was not correct." => "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Eventuell war das alte Passwort falsch.", -"File recovery settings updated" => "Einstellungen zur Wiederherstellung von Dateien wurden aktualisiert", -"Could not update file recovery" => "Dateiwiederherstellung konnte nicht aktualisiert werden", -"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." => "Verschlüsselung-App ist nicht initialisiert! Vielleicht wurde die Verschlüsselung-App in der aktuellen Sitzung reaktiviert. Bitte versuche Dich ab- und wieder anzumelden, um die Verschlüsselung-App zu initialisieren.", -"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." => "Dein privater Schlüssel ist ungültig. Möglicher Weise wurde außerhalb von %s Dein Passwort geändert (z.B. in Deinem gemeinsamen Verzeichnis). Du kannst das Passwort Deines privaten Schlüssels in den persönlichen Einstellungen aktualisieren, um wieder an Deine Dateien zu gelangen.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Die Datei kann nicht entschlüsselt werden, da die Datei möglicherweise eine geteilte Datei ist. Bitte frage den Dateibesitzer, ob er die Datei nochmals mit Dir teilt.", -"Unknown error. Please check your system settings or contact your administrator" => "Unbekannter Fehler. Bitte prüfe Deine Systemeinstellungen oder kontaktiere Deinen Administrator", -"Missing requirements." => "Fehlende Vorraussetzungen", -"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." => "Bitte stelle sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.", -"Following users are not set up for encryption:" => "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:", -"Initial encryption started... This can take some time. Please wait." => "Initialverschlüsselung gestartet... Dies kann einige Zeit dauern. Bitte warten.", -"Initial encryption running... Please try again later." => "Anfangsverschlüsselung läuft … Bitte versuche es später wieder.", -"Go directly to your %spersonal settings%s." => "Direkt zu Deinen %spersonal settings%s wechseln.", -"Encryption" => "Verschlüsselung", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Die Verschlüsselung-App ist aktiviert, aber Deine Schlüssel sind nicht initialisiert. Bitte melde Dich nochmals ab und wieder an.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Wiederherstellungsschlüssel aktivieren (ermöglicht das Wiederherstellen von Dateien, falls das Passwort vergessen wurde):", -"Recovery key password" => "Wiederherstellungsschlüssel-Passwort", -"Repeat Recovery key password" => "Schlüssel-Passwort zur Wiederherstellung wiederholen", -"Enabled" => "Aktiviert", -"Disabled" => "Deaktiviert", -"Change recovery key password:" => "Wiederherstellungsschlüssel-Passwort ändern:", -"Old Recovery key password" => "Altes Wiederherstellungsschlüssel-Passwort", -"New Recovery key password" => "Neues Wiederherstellungsschlüssel-Passwort", -"Repeat New Recovery key password" => "Neues Schlüssel-Passwort zur Wiederherstellung wiederholen", -"Change Password" => "Passwort ändern", -"Your private key password no longer matches your log-in password." => "Das Privatschlüsselpasswort darf nicht länger mit dem Anmeldepasswort übereinstimmen.", -"Set your old private key password to your current log-in password:" => "Dein altes Passwort für Deinen privaten Schlüssel auf Dein aktuelles Anmeldepasswort einstellen:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Wenn Du Dein altes Passwort vergessen hast, könntest Du Deinen Administrator bitten, Deine Daten wiederherzustellen.", -"Old log-in password" => "Altes Login Passwort", -"Current log-in password" => "Aktuelles Passwort", -"Update Private Key Password" => "Passwort für den privaten Schlüssel aktualisieren", -"Enable password recovery:" => "Passwortwiederherstellung aktivieren:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Wenn Du diese Option aktivierst, kannst Du Deine verschlüsselten Dateien wiederherstellen, falls Du Dein Passwort vergisst" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/de_CH.js b/apps/files_encryption/l10n/de_CH.js new file mode 100644 index 0000000000..1f5a01e679 --- /dev/null +++ b/apps/files_encryption/l10n/de_CH.js @@ -0,0 +1,33 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Unbekannter Fehler", + "Recovery key successfully enabled" : "Der Wiederherstellungsschlüssel wurde erfolgreich aktiviert.", + "Could not disable recovery key. Please check your recovery key password!" : "Der Wiederherstellungsschlüssel konnte nicht deaktiviert werden. Bitte überprüfen Sie das Passwort für den Wiederherstellungsschlüssel!", + "Recovery key successfully disabled" : "Der Wiederherstellungsschlüssel wurde erfolgreich deaktiviert.", + "Password successfully changed." : "Das Passwort wurde erfolgreich geändert.", + "Could not change the password. Maybe the old password was not correct." : "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort nicht richtig.", + "Private key password successfully updated." : "Das Passwort des privaten Schlüssels wurde erfolgreich aktualisiert.", + "Could not update the private key password. Maybe the old password was not correct." : "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Vielleicht war das alte Passwort nicht richtig.", + "File recovery settings updated" : "Die Einstellungen für die Dateiwiederherstellung wurden aktualisiert.", + "Could not update file recovery" : "Die Dateiwiederherstellung konnte nicht aktualisiert werden.", + "Missing requirements." : "Fehlende Voraussetzungen", + "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." : "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.", + "Following users are not set up for encryption:" : "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:", + "Encryption" : "Verschlüsselung", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherstellung des Zugangs zu den Benutzerdateien, wenn das Passwort verloren geht).", + "Recovery key password" : "Wiederherstellungschlüsselpasswort", + "Enabled" : "Aktiviert", + "Disabled" : "Deaktiviert", + "Change recovery key password:" : "Wiederherstellungsschlüsselpasswort ändern", + "Old Recovery key password" : "Altes Wiederherstellungsschlüsselpasswort", + "New Recovery key password" : "Neues Wiederherstellungsschlüsselpasswort ", + "Change Password" : "Passwort ändern", + " If you don't remember your old password you can ask your administrator to recover your files." : "Falls Sie sich nicht an Ihr altes Passwort erinnern können, fragen Sie bitte Ihren Administrator, um Ihre Dateien wiederherzustellen.", + "Old log-in password" : "Altes Login-Passwort", + "Current log-in password" : "Momentanes Login-Passwort", + "Update Private Key Password" : "Das Passwort des privaten Schlüssels aktualisieren", + "Enable password recovery:" : "Die Passwort-Wiederherstellung aktivieren:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/de_CH.json b/apps/files_encryption/l10n/de_CH.json new file mode 100644 index 0000000000..244d0946bf --- /dev/null +++ b/apps/files_encryption/l10n/de_CH.json @@ -0,0 +1,31 @@ +{ "translations": { + "Unknown error" : "Unbekannter Fehler", + "Recovery key successfully enabled" : "Der Wiederherstellungsschlüssel wurde erfolgreich aktiviert.", + "Could not disable recovery key. Please check your recovery key password!" : "Der Wiederherstellungsschlüssel konnte nicht deaktiviert werden. Bitte überprüfen Sie das Passwort für den Wiederherstellungsschlüssel!", + "Recovery key successfully disabled" : "Der Wiederherstellungsschlüssel wurde erfolgreich deaktiviert.", + "Password successfully changed." : "Das Passwort wurde erfolgreich geändert.", + "Could not change the password. Maybe the old password was not correct." : "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort nicht richtig.", + "Private key password successfully updated." : "Das Passwort des privaten Schlüssels wurde erfolgreich aktualisiert.", + "Could not update the private key password. Maybe the old password was not correct." : "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Vielleicht war das alte Passwort nicht richtig.", + "File recovery settings updated" : "Die Einstellungen für die Dateiwiederherstellung wurden aktualisiert.", + "Could not update file recovery" : "Die Dateiwiederherstellung konnte nicht aktualisiert werden.", + "Missing requirements." : "Fehlende Voraussetzungen", + "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." : "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.", + "Following users are not set up for encryption:" : "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:", + "Encryption" : "Verschlüsselung", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherstellung des Zugangs zu den Benutzerdateien, wenn das Passwort verloren geht).", + "Recovery key password" : "Wiederherstellungschlüsselpasswort", + "Enabled" : "Aktiviert", + "Disabled" : "Deaktiviert", + "Change recovery key password:" : "Wiederherstellungsschlüsselpasswort ändern", + "Old Recovery key password" : "Altes Wiederherstellungsschlüsselpasswort", + "New Recovery key password" : "Neues Wiederherstellungsschlüsselpasswort ", + "Change Password" : "Passwort ändern", + " If you don't remember your old password you can ask your administrator to recover your files." : "Falls Sie sich nicht an Ihr altes Passwort erinnern können, fragen Sie bitte Ihren Administrator, um Ihre Dateien wiederherzustellen.", + "Old log-in password" : "Altes Login-Passwort", + "Current log-in password" : "Momentanes Login-Passwort", + "Update Private Key Password" : "Das Passwort des privaten Schlüssels aktualisieren", + "Enable password recovery:" : "Die Passwort-Wiederherstellung aktivieren:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/de_CH.php b/apps/files_encryption/l10n/de_CH.php deleted file mode 100644 index 9c2af0c93c..0000000000 --- a/apps/files_encryption/l10n/de_CH.php +++ /dev/null @@ -1,32 +0,0 @@ - "Unbekannter Fehler", -"Recovery key successfully enabled" => "Der Wiederherstellungsschlüssel wurde erfolgreich aktiviert.", -"Could not disable recovery key. Please check your recovery key password!" => "Der Wiederherstellungsschlüssel konnte nicht deaktiviert werden. Bitte überprüfen Sie das Passwort für den Wiederherstellungsschlüssel!", -"Recovery key successfully disabled" => "Der Wiederherstellungsschlüssel wurde erfolgreich deaktiviert.", -"Password successfully changed." => "Das Passwort wurde erfolgreich geändert.", -"Could not change the password. Maybe the old password was not correct." => "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort nicht richtig.", -"Private key password successfully updated." => "Das Passwort des privaten Schlüssels wurde erfolgreich aktualisiert.", -"Could not update the private key password. Maybe the old password was not correct." => "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Vielleicht war das alte Passwort nicht richtig.", -"File recovery settings updated" => "Die Einstellungen für die Dateiwiederherstellung wurden aktualisiert.", -"Could not update file recovery" => "Die Dateiwiederherstellung konnte nicht aktualisiert werden.", -"Missing requirements." => "Fehlende Voraussetzungen", -"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." => "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.", -"Following users are not set up for encryption:" => "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:", -"Encryption" => "Verschlüsselung", -"Enable recovery key (allow to recover users files in case of password loss):" => "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherstellung des Zugangs zu den Benutzerdateien, wenn das Passwort verloren geht).", -"Recovery key password" => "Wiederherstellungschlüsselpasswort", -"Enabled" => "Aktiviert", -"Disabled" => "Deaktiviert", -"Change recovery key password:" => "Wiederherstellungsschlüsselpasswort ändern", -"Old Recovery key password" => "Altes Wiederherstellungsschlüsselpasswort", -"New Recovery key password" => "Neues Wiederherstellungsschlüsselpasswort ", -"Change Password" => "Passwort ändern", -" If you don't remember your old password you can ask your administrator to recover your files." => "Falls Sie sich nicht an Ihr altes Passwort erinnern können, fragen Sie bitte Ihren Administrator, um Ihre Dateien wiederherzustellen.", -"Old log-in password" => "Altes Login-Passwort", -"Current log-in password" => "Momentanes Login-Passwort", -"Update Private Key Password" => "Das Passwort des privaten Schlüssels aktualisieren", -"Enable password recovery:" => "Die Passwort-Wiederherstellung aktivieren:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/de_DE.js b/apps/files_encryption/l10n/de_DE.js new file mode 100644 index 0000000000..f24b4a7435 --- /dev/null +++ b/apps/files_encryption/l10n/de_DE.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Unbekannter Fehler", + "Missing recovery key password" : "Schlüsselpasswort zur Wiederherstellung fehlt", + "Please repeat the recovery key password" : "Schlüsselpasswort zur Wiederherstellung bitte wiederholen", + "Repeated recovery key password does not match the provided recovery key password" : "Das wiederholte Schlüsselpasswort zur Wiederherstellung stimmt nicht mit dem geforderten Schlüsselpasswort zur Wiederherstellung überein", + "Recovery key successfully enabled" : "Der Wiederherstellungsschlüssel wurde erfolgreich aktiviert.", + "Could not disable recovery key. Please check your recovery key password!" : "Der Wiederherstellungsschlüssel konnte nicht deaktiviert werden. Bitte überprüfen Sie das Passwort für den Wiederherstellungsschlüssel!", + "Recovery key successfully disabled" : "Der Wiederherstellungsschlüssel wurde erfolgreich deaktiviert.", + "Please provide the old recovery password" : "Bitte das alte Passwort zur Wiederherstellung eingeben", + "Please provide a new recovery password" : "Bitte das neue Passwort zur Wiederherstellung eingeben", + "Please repeat the new recovery password" : "Bitte das neue Passwort zur Wiederherstellung wiederholen", + "Password successfully changed." : "Das Passwort wurde erfolgreich geändert.", + "Could not change the password. Maybe the old password was not correct." : "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort nicht richtig.", + "Private key password successfully updated." : "Das Passwort des privaten Schlüssels wurde erfolgreich aktualisiert.", + "Could not update the private key password. Maybe the old password was not correct." : "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Vielleicht war das alte Passwort nicht richtig.", + "File recovery settings updated" : "Die Einstellungen für die Dateiwiederherstellung wurden aktualisiert.", + "Could not update file recovery" : "Die Dateiwiederherstellung konnte nicht aktualisiert werden.", + "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." : "Verschlüsselung-App ist nicht initialisiert! Vielleicht wurde die Verschlüsselung-App in der aktuellen Sitzung reaktiviert. Bitte versuchen Sie sich ab- und wieder anzumelden, um die Verschlüsselung-App zu initialisieren.", + "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." : "Ihr privater Schlüssel ist ungültig. Möglicher Weise wurde außerhalb von %s Ihr Passwort geändert (z.B. in Ihrem gemeinsamen Verzeichnis). Sie können das Passwort Ihres privaten Schlüssels in den persönlichen Einstellungen aktualisieren, um wieder an Ihre Dateien zu gelangen.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Die Datei kann nicht entschlüsselt werden, da die Datei möglicherweise eine geteilte Datei ist. Bitte fragen Sie den Dateibesitzer, dass er die Datei nochmals mit Ihnen teilt.", + "Unknown error. Please check your system settings or contact your administrator" : "Unbekannter Fehler. Bitte prüfen Sie die Systemeinstellungen oder kontaktieren Sie Ihren Administrator", + "Missing requirements." : "Fehlende Voraussetzungen", + "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." : "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.", + "Following users are not set up for encryption:" : "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:", + "Initial encryption started... This can take some time. Please wait." : "Anfangsverschlüsselung gestartet … Dieses kann einige Zeit dauern. Bitte warten.", + "Initial encryption running... Please try again later." : "Anfangsverschlüsselung läuft … Bitte versuchen Sie es später wieder.", + "Go directly to your %spersonal settings%s." : "Wechseln Sie direkt zu Ihren %spersonal settings%s.", + "Encryption" : "Verschlüsselung", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Verschlüsselung-App ist aktiviert, aber Ihre Schlüssel sind nicht initialisiert. Bitte nochmals ab- und wieder anmelden.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherstellung des Zugangs zu den Benutzerdateien, wenn das Passwort verloren geht).", + "Recovery key password" : "Wiederherstellungschlüsselpasswort", + "Repeat Recovery key password" : "Schlüsselpasswort zur Wiederherstellung wiederholen", + "Enabled" : "Aktiviert", + "Disabled" : "Deaktiviert", + "Change recovery key password:" : "Wiederherstellungsschlüsselpasswort ändern", + "Old Recovery key password" : "Altes Wiederherstellungsschlüsselpasswort", + "New Recovery key password" : "Neues Wiederherstellungsschlüsselpasswort ", + "Repeat New Recovery key password" : "Neues Schlüsselpasswort zur Wiederherstellung wiederholen", + "Change Password" : "Passwort ändern", + "Your private key password no longer matches your log-in password." : "Das Privatschlüsselpasswort stimmt nicht länger mit dem Anmeldepasswort überein.", + "Set your old private key password to your current log-in password:" : "Ihr altes Privatschlüsselpasswort auf Ihr aktuelles Anmeldepasswort stellen:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Falls Sie sich nicht an Ihr altes Passwort erinnern können, fragen Sie bitte Ihren Administrator, um Ihre Dateien wiederherzustellen.", + "Old log-in password" : "Altes Anmeldepasswort", + "Current log-in password" : "Aktuelles Anmeldepasswort", + "Update Private Key Password" : "Das Passwort des privaten Schlüssels aktualisieren", + "Enable password recovery:" : "Die Passwort-Wiederherstellung aktivieren:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/de_DE.json b/apps/files_encryption/l10n/de_DE.json new file mode 100644 index 0000000000..0bbba2a50d --- /dev/null +++ b/apps/files_encryption/l10n/de_DE.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Unbekannter Fehler", + "Missing recovery key password" : "Schlüsselpasswort zur Wiederherstellung fehlt", + "Please repeat the recovery key password" : "Schlüsselpasswort zur Wiederherstellung bitte wiederholen", + "Repeated recovery key password does not match the provided recovery key password" : "Das wiederholte Schlüsselpasswort zur Wiederherstellung stimmt nicht mit dem geforderten Schlüsselpasswort zur Wiederherstellung überein", + "Recovery key successfully enabled" : "Der Wiederherstellungsschlüssel wurde erfolgreich aktiviert.", + "Could not disable recovery key. Please check your recovery key password!" : "Der Wiederherstellungsschlüssel konnte nicht deaktiviert werden. Bitte überprüfen Sie das Passwort für den Wiederherstellungsschlüssel!", + "Recovery key successfully disabled" : "Der Wiederherstellungsschlüssel wurde erfolgreich deaktiviert.", + "Please provide the old recovery password" : "Bitte das alte Passwort zur Wiederherstellung eingeben", + "Please provide a new recovery password" : "Bitte das neue Passwort zur Wiederherstellung eingeben", + "Please repeat the new recovery password" : "Bitte das neue Passwort zur Wiederherstellung wiederholen", + "Password successfully changed." : "Das Passwort wurde erfolgreich geändert.", + "Could not change the password. Maybe the old password was not correct." : "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort nicht richtig.", + "Private key password successfully updated." : "Das Passwort des privaten Schlüssels wurde erfolgreich aktualisiert.", + "Could not update the private key password. Maybe the old password was not correct." : "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Vielleicht war das alte Passwort nicht richtig.", + "File recovery settings updated" : "Die Einstellungen für die Dateiwiederherstellung wurden aktualisiert.", + "Could not update file recovery" : "Die Dateiwiederherstellung konnte nicht aktualisiert werden.", + "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." : "Verschlüsselung-App ist nicht initialisiert! Vielleicht wurde die Verschlüsselung-App in der aktuellen Sitzung reaktiviert. Bitte versuchen Sie sich ab- und wieder anzumelden, um die Verschlüsselung-App zu initialisieren.", + "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." : "Ihr privater Schlüssel ist ungültig. Möglicher Weise wurde außerhalb von %s Ihr Passwort geändert (z.B. in Ihrem gemeinsamen Verzeichnis). Sie können das Passwort Ihres privaten Schlüssels in den persönlichen Einstellungen aktualisieren, um wieder an Ihre Dateien zu gelangen.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Die Datei kann nicht entschlüsselt werden, da die Datei möglicherweise eine geteilte Datei ist. Bitte fragen Sie den Dateibesitzer, dass er die Datei nochmals mit Ihnen teilt.", + "Unknown error. Please check your system settings or contact your administrator" : "Unbekannter Fehler. Bitte prüfen Sie die Systemeinstellungen oder kontaktieren Sie Ihren Administrator", + "Missing requirements." : "Fehlende Voraussetzungen", + "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." : "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.", + "Following users are not set up for encryption:" : "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:", + "Initial encryption started... This can take some time. Please wait." : "Anfangsverschlüsselung gestartet … Dieses kann einige Zeit dauern. Bitte warten.", + "Initial encryption running... Please try again later." : "Anfangsverschlüsselung läuft … Bitte versuchen Sie es später wieder.", + "Go directly to your %spersonal settings%s." : "Wechseln Sie direkt zu Ihren %spersonal settings%s.", + "Encryption" : "Verschlüsselung", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Verschlüsselung-App ist aktiviert, aber Ihre Schlüssel sind nicht initialisiert. Bitte nochmals ab- und wieder anmelden.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherstellung des Zugangs zu den Benutzerdateien, wenn das Passwort verloren geht).", + "Recovery key password" : "Wiederherstellungschlüsselpasswort", + "Repeat Recovery key password" : "Schlüsselpasswort zur Wiederherstellung wiederholen", + "Enabled" : "Aktiviert", + "Disabled" : "Deaktiviert", + "Change recovery key password:" : "Wiederherstellungsschlüsselpasswort ändern", + "Old Recovery key password" : "Altes Wiederherstellungsschlüsselpasswort", + "New Recovery key password" : "Neues Wiederherstellungsschlüsselpasswort ", + "Repeat New Recovery key password" : "Neues Schlüsselpasswort zur Wiederherstellung wiederholen", + "Change Password" : "Passwort ändern", + "Your private key password no longer matches your log-in password." : "Das Privatschlüsselpasswort stimmt nicht länger mit dem Anmeldepasswort überein.", + "Set your old private key password to your current log-in password:" : "Ihr altes Privatschlüsselpasswort auf Ihr aktuelles Anmeldepasswort stellen:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Falls Sie sich nicht an Ihr altes Passwort erinnern können, fragen Sie bitte Ihren Administrator, um Ihre Dateien wiederherzustellen.", + "Old log-in password" : "Altes Anmeldepasswort", + "Current log-in password" : "Aktuelles Anmeldepasswort", + "Update Private Key Password" : "Das Passwort des privaten Schlüssels aktualisieren", + "Enable password recovery:" : "Die Passwort-Wiederherstellung aktivieren:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/de_DE.php b/apps/files_encryption/l10n/de_DE.php deleted file mode 100644 index b16a4003e8..0000000000 --- a/apps/files_encryption/l10n/de_DE.php +++ /dev/null @@ -1,50 +0,0 @@ - "Unbekannter Fehler", -"Missing recovery key password" => "Schlüsselpasswort zur Wiederherstellung fehlt", -"Please repeat the recovery key password" => "Schlüsselpasswort zur Wiederherstellung bitte wiederholen", -"Repeated recovery key password does not match the provided recovery key password" => "Das wiederholte Schlüsselpasswort zur Wiederherstellung stimmt nicht mit dem geforderten Schlüsselpasswort zur Wiederherstellung überein", -"Recovery key successfully enabled" => "Der Wiederherstellungsschlüssel wurde erfolgreich aktiviert.", -"Could not disable recovery key. Please check your recovery key password!" => "Der Wiederherstellungsschlüssel konnte nicht deaktiviert werden. Bitte überprüfen Sie das Passwort für den Wiederherstellungsschlüssel!", -"Recovery key successfully disabled" => "Der Wiederherstellungsschlüssel wurde erfolgreich deaktiviert.", -"Please provide the old recovery password" => "Bitte das alte Passwort zur Wiederherstellung eingeben", -"Please provide a new recovery password" => "Bitte das neue Passwort zur Wiederherstellung eingeben", -"Please repeat the new recovery password" => "Bitte das neue Passwort zur Wiederherstellung wiederholen", -"Password successfully changed." => "Das Passwort wurde erfolgreich geändert.", -"Could not change the password. Maybe the old password was not correct." => "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort nicht richtig.", -"Private key password successfully updated." => "Das Passwort des privaten Schlüssels wurde erfolgreich aktualisiert.", -"Could not update the private key password. Maybe the old password was not correct." => "Das Passwort des privaten Schlüssels konnte nicht aktualisiert werden. Vielleicht war das alte Passwort nicht richtig.", -"File recovery settings updated" => "Die Einstellungen für die Dateiwiederherstellung wurden aktualisiert.", -"Could not update file recovery" => "Die Dateiwiederherstellung konnte nicht aktualisiert werden.", -"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." => "Verschlüsselung-App ist nicht initialisiert! Vielleicht wurde die Verschlüsselung-App in der aktuellen Sitzung reaktiviert. Bitte versuchen Sie sich ab- und wieder anzumelden, um die Verschlüsselung-App zu initialisieren.", -"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." => "Ihr privater Schlüssel ist ungültig. Möglicher Weise wurde außerhalb von %s Ihr Passwort geändert (z.B. in Ihrem gemeinsamen Verzeichnis). Sie können das Passwort Ihres privaten Schlüssels in den persönlichen Einstellungen aktualisieren, um wieder an Ihre Dateien zu gelangen.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Die Datei kann nicht entschlüsselt werden, da die Datei möglicherweise eine geteilte Datei ist. Bitte fragen Sie den Dateibesitzer, dass er die Datei nochmals mit Ihnen teilt.", -"Unknown error. Please check your system settings or contact your administrator" => "Unbekannter Fehler. Bitte prüfen Sie die Systemeinstellungen oder kontaktieren Sie Ihren Administrator", -"Missing requirements." => "Fehlende Voraussetzungen", -"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." => "Bitte stellen Sie sicher, dass PHP 5.3.3 oder neuer installiert und das OpenSSL zusammen mit der PHP-Erweiterung aktiviert und richtig konfiguriert ist. Zur Zeit ist die Verschlüsselungs-App deaktiviert.", -"Following users are not set up for encryption:" => "Für folgende Nutzer ist keine Verschlüsselung eingerichtet:", -"Initial encryption started... This can take some time. Please wait." => "Anfangsverschlüsselung gestartet … Dieses kann einige Zeit dauern. Bitte warten.", -"Initial encryption running... Please try again later." => "Anfangsverschlüsselung läuft … Bitte versuchen Sie es später wieder.", -"Go directly to your %spersonal settings%s." => "Wechseln Sie direkt zu Ihren %spersonal settings%s.", -"Encryption" => "Verschlüsselung", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Verschlüsselung-App ist aktiviert, aber Ihre Schlüssel sind nicht initialisiert. Bitte nochmals ab- und wieder anmelden.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Aktivieren Sie den Wiederherstellungsschlüssel (erlaubt die Wiederherstellung des Zugangs zu den Benutzerdateien, wenn das Passwort verloren geht).", -"Recovery key password" => "Wiederherstellungschlüsselpasswort", -"Repeat Recovery key password" => "Schlüsselpasswort zur Wiederherstellung wiederholen", -"Enabled" => "Aktiviert", -"Disabled" => "Deaktiviert", -"Change recovery key password:" => "Wiederherstellungsschlüsselpasswort ändern", -"Old Recovery key password" => "Altes Wiederherstellungsschlüsselpasswort", -"New Recovery key password" => "Neues Wiederherstellungsschlüsselpasswort ", -"Repeat New Recovery key password" => "Neues Schlüsselpasswort zur Wiederherstellung wiederholen", -"Change Password" => "Passwort ändern", -"Your private key password no longer matches your log-in password." => "Das Privatschlüsselpasswort stimmt nicht länger mit dem Anmeldepasswort überein.", -"Set your old private key password to your current log-in password:" => "Ihr altes Privatschlüsselpasswort auf Ihr aktuelles Anmeldepasswort stellen:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Falls Sie sich nicht an Ihr altes Passwort erinnern können, fragen Sie bitte Ihren Administrator, um Ihre Dateien wiederherzustellen.", -"Old log-in password" => "Altes Anmeldepasswort", -"Current log-in password" => "Aktuelles Anmeldepasswort", -"Update Private Key Password" => "Das Passwort des privaten Schlüssels aktualisieren", -"Enable password recovery:" => "Die Passwort-Wiederherstellung aktivieren:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Durch die Aktivierung dieser Option haben Sie die Möglichkeit, wieder auf Ihre verschlüsselten Dateien zugreifen zu können, wenn Sie Ihr Passwort verloren haben." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/el.js b/apps/files_encryption/l10n/el.js new file mode 100644 index 0000000000..a39a0c867f --- /dev/null +++ b/apps/files_encryption/l10n/el.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Άγνωστο σφάλμα", + "Missing recovery key password" : "Λείπει το κλειδί επαναφοράς κωδικού", + "Please repeat the recovery key password" : "Παρακαλώ επαναλάβετε το κλειδί επαναφοράς κωδικού", + "Repeated recovery key password does not match the provided recovery key password" : "Η επανάληψη του κλειδιού επαναφοράς κωδικού δεν ταιριάζει με το δοσμένο κλειδί επαναφοράς κωδικού", + "Recovery key successfully enabled" : "Επιτυχής ενεργοποίηση κλειδιού ανάκτησης", + "Could not disable recovery key. Please check your recovery key password!" : "Αποτυχία απενεργοποίησης κλειδιού ανάκτησης. Παρακαλώ ελέγξτε τον κωδικό του κλειδιού ανάκτησής σας!", + "Recovery key successfully disabled" : "Επιτυχής απενεργοποίηση κλειδιού ανάκτησης", + "Please provide the old recovery password" : "Παρακαλώ παρέχετε τον παλιό κωδικό επαναφοράς", + "Please provide a new recovery password" : "Παρακαλώ παρέχετε ένα νέο κωδικό επαναφοράς", + "Please repeat the new recovery password" : "Παρακαλώ επαναλάβετε το νέο κωδικό επαναφοράς", + "Password successfully changed." : "Ο κωδικός αλλάχτηκε επιτυχώς.", + "Could not change the password. Maybe the old password was not correct." : "Αποτυχία αλλαγής κωδικού ίσως ο παλιός κωδικός να μην ήταν σωστός.", + "Private key password successfully updated." : "Το Προσωπικό κλειδί πρόσβασης ενημερώθηκε επιτυχώς", + "Could not update the private key password. Maybe the old password was not correct." : "Αποτυχία ενημέρωσης του κωδικού για το προσωπικό κλειδί. Ενδεχομένως ο παλιός κωδικός δεν ήταν σωστός.", + "File recovery settings updated" : "Οι ρυθμίσεις επαναφοράς αρχείων ανανεώθηκαν", + "Could not update file recovery" : "Αποτυχία ενημέρωσης ανάκτησης αρχείων", + "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." : "Η εφαρμογή κρυπτογράφησης δεν έχει εκκινήσει! Ίσως η εφαρμογή κρυπτογράφησης επανενεργοποιήθηκε κατά τη διάρκεια της τρέχουσας σύνδεσής σας. Παρακαλώ προσπαθήστε να αποσυνδεθείτε και να ξανασυνδεθείτε για να εκκινήσετε την εφαρμογή κρυπτογράφησης.", + "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." : "Το προσωπικό σας κλειδί δεν είναι έγκυρο! Πιθανόν ο κωδικός σας να άλλαξε έξω από το %s (π.χ. τη λίστα διευθύνσεων της εταιρείας σας). Μπορείτε να ενημερώσετε το προσωπικό σας κλειδί επαναφοράς κωδικού στις προσωπικές σας ρυθμίσεις για να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Δεν ήταν δυνατό να αποκρυπτογραφηθεί αυτό το αρχείο, πιθανόν πρόκειται για κοινόχρηστο αρχείο. Παρακαλώ ζητήστε από τον ιδιοκτήτη του αρχείου να το ξαναμοιραστεί μαζί σας.", + "Unknown error. Please check your system settings or contact your administrator" : "Άγνωστο σφάλμα. Παρακαλώ ελέγξτε τις ρυθμίσεις του συστήματό σας ή επικοινωνήστε με τον διαχειριστή συστημάτων σας", + "Missing requirements." : "Προαπαιτούμενα που απουσιάζουν.", + "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." : "Παρακαλώ επιβεβαιώστε ότι η PHP 5.3.3 ή νεότερη είναι εγκατεστημένη και ότι το OpenSSL μαζί με το PHP extension είναι ενεργοποιήμένο και έχει ρυθμιστεί σωστά. Προς το παρόν, η εφαρμογή κρυπτογράφησης είναι απενεργοποιημένη.", + "Following users are not set up for encryption:" : "Οι κάτωθι χρήστες δεν έχουν ρυθμιστεί για κρυπογράφηση:", + "Initial encryption started... This can take some time. Please wait." : "Η αρχική κρυπτογράφηση άρχισε... Αυτό μπορεί να πάρει κάποια ώρα. Παρακαλώ περιμένετε.", + "Initial encryption running... Please try again later." : "Εκτέλεση αρχικής κρυπτογράφησης... Παρακαλώ προσπαθήστε αργότερα.", + "Go directly to your %spersonal settings%s." : "Πηγαίνετε κατ'ευθείαν στις %sπροσωπικές ρυθμίσεις%s σας.", + "Encryption" : "Κρυπτογράφηση", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Η εφαρμογή κρυπτογράφησης είναι ενεργοποιημένη αλλά τα κλειδιά σας δεν έχουν καταγραφεί, παρακαλώ αποσυνδεθείτε και επανασυνδεθείτε.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Ενεργοποίηση κλειδιού ανάκτησης (επιτρέψτε την ανάκτηση αρχείων χρηστών σε περίπτωση απώλειας κωδικού):", + "Recovery key password" : "Επαναφορά κωδικού κλειδιού", + "Repeat Recovery key password" : "Επαναλάβετε το κλειδί επαναφοράς κωδικού", + "Enabled" : "Ενεργοποιημένο", + "Disabled" : "Απενεργοποιημένο", + "Change recovery key password:" : "Αλλαγή κλειδιού επαναφοράς κωδικού:", + "Old Recovery key password" : "Παλιό κλειδί επαναφοράς κωδικού", + "New Recovery key password" : "Νέο κλειδί επαναφοράς κωδικού", + "Repeat New Recovery key password" : "Επαναλάβετε νέο κλειδί επαναφοράς κωδικού", + "Change Password" : "Αλλαγή Κωδικού Πρόσβασης", + "Your private key password no longer matches your log-in password." : "Ο κωδικός του ιδιωτικού κλειδιού σας δεν ταιριάζει πλέον με τον κωδικό σύνδεσής σας.", + "Set your old private key password to your current log-in password:" : "Ορίστε τον παλιό σας κωδικό ιδιωτικού κλειδιού στον τρέχοντα κωδικό σύνδεσης.", + " If you don't remember your old password you can ask your administrator to recover your files." : "Εάν δεν θυμάστε τον παλιό σας κωδικό μπορείτε να ζητήσετε από τον διαχειριστή σας να επανακτήσει τα αρχεία σας.", + "Old log-in password" : "Παλαιό συνθηματικό εισόδου", + "Current log-in password" : "Τρέχον συνθηματικό πρόσβασης", + "Update Private Key Password" : "Ενημέρωση Προσωπικού Κλειδού Πρόσβασης", + "Enable password recovery:" : "Ενεργοποιήστε την ανάκτηση κωδικού πρόσβασης", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Η ενεργοποίηση αυτής της επιλογής θα σας επιτρέψει να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία σε περίπτωση απώλειας του κωδικού σας" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/el.json b/apps/files_encryption/l10n/el.json new file mode 100644 index 0000000000..0ebf52e3f8 --- /dev/null +++ b/apps/files_encryption/l10n/el.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Άγνωστο σφάλμα", + "Missing recovery key password" : "Λείπει το κλειδί επαναφοράς κωδικού", + "Please repeat the recovery key password" : "Παρακαλώ επαναλάβετε το κλειδί επαναφοράς κωδικού", + "Repeated recovery key password does not match the provided recovery key password" : "Η επανάληψη του κλειδιού επαναφοράς κωδικού δεν ταιριάζει με το δοσμένο κλειδί επαναφοράς κωδικού", + "Recovery key successfully enabled" : "Επιτυχής ενεργοποίηση κλειδιού ανάκτησης", + "Could not disable recovery key. Please check your recovery key password!" : "Αποτυχία απενεργοποίησης κλειδιού ανάκτησης. Παρακαλώ ελέγξτε τον κωδικό του κλειδιού ανάκτησής σας!", + "Recovery key successfully disabled" : "Επιτυχής απενεργοποίηση κλειδιού ανάκτησης", + "Please provide the old recovery password" : "Παρακαλώ παρέχετε τον παλιό κωδικό επαναφοράς", + "Please provide a new recovery password" : "Παρακαλώ παρέχετε ένα νέο κωδικό επαναφοράς", + "Please repeat the new recovery password" : "Παρακαλώ επαναλάβετε το νέο κωδικό επαναφοράς", + "Password successfully changed." : "Ο κωδικός αλλάχτηκε επιτυχώς.", + "Could not change the password. Maybe the old password was not correct." : "Αποτυχία αλλαγής κωδικού ίσως ο παλιός κωδικός να μην ήταν σωστός.", + "Private key password successfully updated." : "Το Προσωπικό κλειδί πρόσβασης ενημερώθηκε επιτυχώς", + "Could not update the private key password. Maybe the old password was not correct." : "Αποτυχία ενημέρωσης του κωδικού για το προσωπικό κλειδί. Ενδεχομένως ο παλιός κωδικός δεν ήταν σωστός.", + "File recovery settings updated" : "Οι ρυθμίσεις επαναφοράς αρχείων ανανεώθηκαν", + "Could not update file recovery" : "Αποτυχία ενημέρωσης ανάκτησης αρχείων", + "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." : "Η εφαρμογή κρυπτογράφησης δεν έχει εκκινήσει! Ίσως η εφαρμογή κρυπτογράφησης επανενεργοποιήθηκε κατά τη διάρκεια της τρέχουσας σύνδεσής σας. Παρακαλώ προσπαθήστε να αποσυνδεθείτε και να ξανασυνδεθείτε για να εκκινήσετε την εφαρμογή κρυπτογράφησης.", + "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." : "Το προσωπικό σας κλειδί δεν είναι έγκυρο! Πιθανόν ο κωδικός σας να άλλαξε έξω από το %s (π.χ. τη λίστα διευθύνσεων της εταιρείας σας). Μπορείτε να ενημερώσετε το προσωπικό σας κλειδί επαναφοράς κωδικού στις προσωπικές σας ρυθμίσεις για να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Δεν ήταν δυνατό να αποκρυπτογραφηθεί αυτό το αρχείο, πιθανόν πρόκειται για κοινόχρηστο αρχείο. Παρακαλώ ζητήστε από τον ιδιοκτήτη του αρχείου να το ξαναμοιραστεί μαζί σας.", + "Unknown error. Please check your system settings or contact your administrator" : "Άγνωστο σφάλμα. Παρακαλώ ελέγξτε τις ρυθμίσεις του συστήματό σας ή επικοινωνήστε με τον διαχειριστή συστημάτων σας", + "Missing requirements." : "Προαπαιτούμενα που απουσιάζουν.", + "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." : "Παρακαλώ επιβεβαιώστε ότι η PHP 5.3.3 ή νεότερη είναι εγκατεστημένη και ότι το OpenSSL μαζί με το PHP extension είναι ενεργοποιήμένο και έχει ρυθμιστεί σωστά. Προς το παρόν, η εφαρμογή κρυπτογράφησης είναι απενεργοποιημένη.", + "Following users are not set up for encryption:" : "Οι κάτωθι χρήστες δεν έχουν ρυθμιστεί για κρυπογράφηση:", + "Initial encryption started... This can take some time. Please wait." : "Η αρχική κρυπτογράφηση άρχισε... Αυτό μπορεί να πάρει κάποια ώρα. Παρακαλώ περιμένετε.", + "Initial encryption running... Please try again later." : "Εκτέλεση αρχικής κρυπτογράφησης... Παρακαλώ προσπαθήστε αργότερα.", + "Go directly to your %spersonal settings%s." : "Πηγαίνετε κατ'ευθείαν στις %sπροσωπικές ρυθμίσεις%s σας.", + "Encryption" : "Κρυπτογράφηση", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Η εφαρμογή κρυπτογράφησης είναι ενεργοποιημένη αλλά τα κλειδιά σας δεν έχουν καταγραφεί, παρακαλώ αποσυνδεθείτε και επανασυνδεθείτε.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Ενεργοποίηση κλειδιού ανάκτησης (επιτρέψτε την ανάκτηση αρχείων χρηστών σε περίπτωση απώλειας κωδικού):", + "Recovery key password" : "Επαναφορά κωδικού κλειδιού", + "Repeat Recovery key password" : "Επαναλάβετε το κλειδί επαναφοράς κωδικού", + "Enabled" : "Ενεργοποιημένο", + "Disabled" : "Απενεργοποιημένο", + "Change recovery key password:" : "Αλλαγή κλειδιού επαναφοράς κωδικού:", + "Old Recovery key password" : "Παλιό κλειδί επαναφοράς κωδικού", + "New Recovery key password" : "Νέο κλειδί επαναφοράς κωδικού", + "Repeat New Recovery key password" : "Επαναλάβετε νέο κλειδί επαναφοράς κωδικού", + "Change Password" : "Αλλαγή Κωδικού Πρόσβασης", + "Your private key password no longer matches your log-in password." : "Ο κωδικός του ιδιωτικού κλειδιού σας δεν ταιριάζει πλέον με τον κωδικό σύνδεσής σας.", + "Set your old private key password to your current log-in password:" : "Ορίστε τον παλιό σας κωδικό ιδιωτικού κλειδιού στον τρέχοντα κωδικό σύνδεσης.", + " If you don't remember your old password you can ask your administrator to recover your files." : "Εάν δεν θυμάστε τον παλιό σας κωδικό μπορείτε να ζητήσετε από τον διαχειριστή σας να επανακτήσει τα αρχεία σας.", + "Old log-in password" : "Παλαιό συνθηματικό εισόδου", + "Current log-in password" : "Τρέχον συνθηματικό πρόσβασης", + "Update Private Key Password" : "Ενημέρωση Προσωπικού Κλειδού Πρόσβασης", + "Enable password recovery:" : "Ενεργοποιήστε την ανάκτηση κωδικού πρόσβασης", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Η ενεργοποίηση αυτής της επιλογής θα σας επιτρέψει να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία σε περίπτωση απώλειας του κωδικού σας" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/el.php b/apps/files_encryption/l10n/el.php deleted file mode 100644 index 5d293e7a06..0000000000 --- a/apps/files_encryption/l10n/el.php +++ /dev/null @@ -1,50 +0,0 @@ - "Άγνωστο σφάλμα", -"Missing recovery key password" => "Λείπει το κλειδί επαναφοράς κωδικού", -"Please repeat the recovery key password" => "Παρακαλώ επαναλάβετε το κλειδί επαναφοράς κωδικού", -"Repeated recovery key password does not match the provided recovery key password" => "Η επανάληψη του κλειδιού επαναφοράς κωδικού δεν ταιριάζει με το δοσμένο κλειδί επαναφοράς κωδικού", -"Recovery key successfully enabled" => "Επιτυχής ενεργοποίηση κλειδιού ανάκτησης", -"Could not disable recovery key. Please check your recovery key password!" => "Αποτυχία απενεργοποίησης κλειδιού ανάκτησης. Παρακαλώ ελέγξτε τον κωδικό του κλειδιού ανάκτησής σας!", -"Recovery key successfully disabled" => "Επιτυχής απενεργοποίηση κλειδιού ανάκτησης", -"Please provide the old recovery password" => "Παρακαλώ παρέχετε τον παλιό κωδικό επαναφοράς", -"Please provide a new recovery password" => "Παρακαλώ παρέχετε ένα νέο κωδικό επαναφοράς", -"Please repeat the new recovery password" => "Παρακαλώ επαναλάβετε το νέο κωδικό επαναφοράς", -"Password successfully changed." => "Ο κωδικός αλλάχτηκε επιτυχώς.", -"Could not change the password. Maybe the old password was not correct." => "Αποτυχία αλλαγής κωδικού ίσως ο παλιός κωδικός να μην ήταν σωστός.", -"Private key password successfully updated." => "Το Προσωπικό κλειδί πρόσβασης ενημερώθηκε επιτυχώς", -"Could not update the private key password. Maybe the old password was not correct." => "Αποτυχία ενημέρωσης του κωδικού για το προσωπικό κλειδί. Ενδεχομένως ο παλιός κωδικός δεν ήταν σωστός.", -"File recovery settings updated" => "Οι ρυθμίσεις επαναφοράς αρχείων ανανεώθηκαν", -"Could not update file recovery" => "Αποτυχία ενημέρωσης ανάκτησης αρχείων", -"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." => "Η εφαρμογή κρυπτογράφησης δεν έχει εκκινήσει! Ίσως η εφαρμογή κρυπτογράφησης επανενεργοποιήθηκε κατά τη διάρκεια της τρέχουσας σύνδεσής σας. Παρακαλώ προσπαθήστε να αποσυνδεθείτε και να ξανασυνδεθείτε για να εκκινήσετε την εφαρμογή κρυπτογράφησης.", -"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." => "Το προσωπικό σας κλειδί δεν είναι έγκυρο! Πιθανόν ο κωδικός σας να άλλαξε έξω από το %s (π.χ. τη λίστα διευθύνσεων της εταιρείας σας). Μπορείτε να ενημερώσετε το προσωπικό σας κλειδί επαναφοράς κωδικού στις προσωπικές σας ρυθμίσεις για να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Δεν ήταν δυνατό να αποκρυπτογραφηθεί αυτό το αρχείο, πιθανόν πρόκειται για κοινόχρηστο αρχείο. Παρακαλώ ζητήστε από τον ιδιοκτήτη του αρχείου να το ξαναμοιραστεί μαζί σας.", -"Unknown error. Please check your system settings or contact your administrator" => "Άγνωστο σφάλμα. Παρακαλώ ελέγξτε τις ρυθμίσεις του συστήματό σας ή επικοινωνήστε με τον διαχειριστή συστημάτων σας", -"Missing requirements." => "Προαπαιτούμενα που απουσιάζουν.", -"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." => "Παρακαλώ επιβεβαιώστε ότι η PHP 5.3.3 ή νεότερη είναι εγκατεστημένη και ότι το OpenSSL μαζί με το PHP extension είναι ενεργοποιήμένο και έχει ρυθμιστεί σωστά. Προς το παρόν, η εφαρμογή κρυπτογράφησης είναι απενεργοποιημένη.", -"Following users are not set up for encryption:" => "Οι κάτωθι χρήστες δεν έχουν ρυθμιστεί για κρυπογράφηση:", -"Initial encryption started... This can take some time. Please wait." => "Η αρχική κρυπτογράφηση άρχισε... Αυτό μπορεί να πάρει κάποια ώρα. Παρακαλώ περιμένετε.", -"Initial encryption running... Please try again later." => "Εκτέλεση αρχικής κρυπτογράφησης... Παρακαλώ προσπαθήστε αργότερα.", -"Go directly to your %spersonal settings%s." => "Πηγαίνετε κατ'ευθείαν στις %sπροσωπικές ρυθμίσεις%s σας.", -"Encryption" => "Κρυπτογράφηση", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Η εφαρμογή κρυπτογράφησης είναι ενεργοποιημένη αλλά τα κλειδιά σας δεν έχουν καταγραφεί, παρακαλώ αποσυνδεθείτε και επανασυνδεθείτε.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Ενεργοποίηση κλειδιού ανάκτησης (επιτρέψτε την ανάκτηση αρχείων χρηστών σε περίπτωση απώλειας κωδικού):", -"Recovery key password" => "Επαναφορά κωδικού κλειδιού", -"Repeat Recovery key password" => "Επαναλάβετε το κλειδί επαναφοράς κωδικού", -"Enabled" => "Ενεργοποιημένο", -"Disabled" => "Απενεργοποιημένο", -"Change recovery key password:" => "Αλλαγή κλειδιού επαναφοράς κωδικού:", -"Old Recovery key password" => "Παλιό κλειδί επαναφοράς κωδικού", -"New Recovery key password" => "Νέο κλειδί επαναφοράς κωδικού", -"Repeat New Recovery key password" => "Επαναλάβετε νέο κλειδί επαναφοράς κωδικού", -"Change Password" => "Αλλαγή Κωδικού Πρόσβασης", -"Your private key password no longer matches your log-in password." => "Ο κωδικός του ιδιωτικού κλειδιού σας δεν ταιριάζει πλέον με τον κωδικό σύνδεσής σας.", -"Set your old private key password to your current log-in password:" => "Ορίστε τον παλιό σας κωδικό ιδιωτικού κλειδιού στον τρέχοντα κωδικό σύνδεσης.", -" If you don't remember your old password you can ask your administrator to recover your files." => "Εάν δεν θυμάστε τον παλιό σας κωδικό μπορείτε να ζητήσετε από τον διαχειριστή σας να επανακτήσει τα αρχεία σας.", -"Old log-in password" => "Παλαιό συνθηματικό εισόδου", -"Current log-in password" => "Τρέχον συνθηματικό πρόσβασης", -"Update Private Key Password" => "Ενημέρωση Προσωπικού Κλειδού Πρόσβασης", -"Enable password recovery:" => "Ενεργοποιήστε την ανάκτηση κωδικού πρόσβασης", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Η ενεργοποίηση αυτής της επιλογής θα σας επιτρέψει να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία σε περίπτωση απώλειας του κωδικού σας" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/en_GB.js b/apps/files_encryption/l10n/en_GB.js new file mode 100644 index 0000000000..126d901b24 --- /dev/null +++ b/apps/files_encryption/l10n/en_GB.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Unknown error", + "Missing recovery key password" : "Missing recovery key password", + "Please repeat the recovery key password" : "Please repeat the recovery key password", + "Repeated recovery key password does not match the provided recovery key password" : "Repeated recovery key password does not match the provided recovery key password", + "Recovery key successfully enabled" : "Recovery key enabled successfully", + "Could not disable recovery key. Please check your recovery key password!" : "Could not disable recovery key. Please check your recovery key password!", + "Recovery key successfully disabled" : "Recovery key disabled successfully", + "Please provide the old recovery password" : "Please provide the old recovery password", + "Please provide a new recovery password" : "Please provide a new recovery password", + "Please repeat the new recovery password" : "Please repeat the new recovery password", + "Password successfully changed." : "Password changed successfully.", + "Could not change the password. Maybe the old password was not correct." : "Could not change the password. Maybe the old password was incorrect.", + "Private key password successfully updated." : "Private key password updated successfully.", + "Could not update the private key password. Maybe the old password was not correct." : "Could not update the private key password. Maybe the old password was not correct.", + "File recovery settings updated" : "File recovery settings updated", + "Could not update file recovery" : "Could not update file recovery", + "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." : "Encryption app not initialised! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialise the encryption app.", + "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." : "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.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot decrypt this file, which is probably a shared file. Please ask the file owner to reshare the file with you.", + "Unknown error. Please check your system settings or contact your administrator" : "Unknown error. Please check your system settings or contact your administrator", + "Missing requirements." : "Missing requirements.", + "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." : "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.", + "Following users are not set up for encryption:" : "Following users are not set up for encryption:", + "Initial encryption started... This can take some time. Please wait." : "Initial encryption started... This can take some time. Please wait.", + "Initial encryption running... Please try again later." : "Initial encryption running... Please try again later.", + "Go directly to your %spersonal settings%s." : "Go directly to your %spersonal settings%s.", + "Encryption" : "Encryption", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption App is enabled but your keys are not initialised, please log-out and log-in again", + "Enable recovery key (allow to recover users files in case of password loss):" : "Enable recovery key (allow to recover users files in case of password loss):", + "Recovery key password" : "Recovery key password", + "Repeat Recovery key password" : "Repeat recovery key password", + "Enabled" : "Enabled", + "Disabled" : "Disabled", + "Change recovery key password:" : "Change recovery key password:", + "Old Recovery key password" : "Old recovery key password", + "New Recovery key password" : "New recovery key password", + "Repeat New Recovery key password" : "Repeat new recovery key password", + "Change Password" : "Change Password", + "Your private key password no longer matches your log-in password." : "Your private key password no longer matches your log-in password.", + "Set your old private key password to your current log-in password:" : "Set your old private key password to your current log-in password:", + " If you don't remember your old password you can ask your administrator to recover your files." : " If you don't remember your old password you can ask your administrator to recover your files.", + "Old log-in password" : "Old login password", + "Current log-in password" : "Current login password", + "Update Private Key Password" : "Update Private Key Password", + "Enable password recovery:" : "Enable password recovery:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/en_GB.json b/apps/files_encryption/l10n/en_GB.json new file mode 100644 index 0000000000..e81b408805 --- /dev/null +++ b/apps/files_encryption/l10n/en_GB.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Unknown error", + "Missing recovery key password" : "Missing recovery key password", + "Please repeat the recovery key password" : "Please repeat the recovery key password", + "Repeated recovery key password does not match the provided recovery key password" : "Repeated recovery key password does not match the provided recovery key password", + "Recovery key successfully enabled" : "Recovery key enabled successfully", + "Could not disable recovery key. Please check your recovery key password!" : "Could not disable recovery key. Please check your recovery key password!", + "Recovery key successfully disabled" : "Recovery key disabled successfully", + "Please provide the old recovery password" : "Please provide the old recovery password", + "Please provide a new recovery password" : "Please provide a new recovery password", + "Please repeat the new recovery password" : "Please repeat the new recovery password", + "Password successfully changed." : "Password changed successfully.", + "Could not change the password. Maybe the old password was not correct." : "Could not change the password. Maybe the old password was incorrect.", + "Private key password successfully updated." : "Private key password updated successfully.", + "Could not update the private key password. Maybe the old password was not correct." : "Could not update the private key password. Maybe the old password was not correct.", + "File recovery settings updated" : "File recovery settings updated", + "Could not update file recovery" : "Could not update file recovery", + "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." : "Encryption app not initialised! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialise the encryption app.", + "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." : "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.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot decrypt this file, which is probably a shared file. Please ask the file owner to reshare the file with you.", + "Unknown error. Please check your system settings or contact your administrator" : "Unknown error. Please check your system settings or contact your administrator", + "Missing requirements." : "Missing requirements.", + "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." : "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.", + "Following users are not set up for encryption:" : "Following users are not set up for encryption:", + "Initial encryption started... This can take some time. Please wait." : "Initial encryption started... This can take some time. Please wait.", + "Initial encryption running... Please try again later." : "Initial encryption running... Please try again later.", + "Go directly to your %spersonal settings%s." : "Go directly to your %spersonal settings%s.", + "Encryption" : "Encryption", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption App is enabled but your keys are not initialised, please log-out and log-in again", + "Enable recovery key (allow to recover users files in case of password loss):" : "Enable recovery key (allow to recover users files in case of password loss):", + "Recovery key password" : "Recovery key password", + "Repeat Recovery key password" : "Repeat recovery key password", + "Enabled" : "Enabled", + "Disabled" : "Disabled", + "Change recovery key password:" : "Change recovery key password:", + "Old Recovery key password" : "Old recovery key password", + "New Recovery key password" : "New recovery key password", + "Repeat New Recovery key password" : "Repeat new recovery key password", + "Change Password" : "Change Password", + "Your private key password no longer matches your log-in password." : "Your private key password no longer matches your log-in password.", + "Set your old private key password to your current log-in password:" : "Set your old private key password to your current log-in password:", + " If you don't remember your old password you can ask your administrator to recover your files." : " If you don't remember your old password you can ask your administrator to recover your files.", + "Old log-in password" : "Old login password", + "Current log-in password" : "Current login password", + "Update Private Key Password" : "Update Private Key Password", + "Enable password recovery:" : "Enable password recovery:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/en_GB.php b/apps/files_encryption/l10n/en_GB.php deleted file mode 100644 index 7a9b248bc4..0000000000 --- a/apps/files_encryption/l10n/en_GB.php +++ /dev/null @@ -1,50 +0,0 @@ - "Unknown error", -"Missing recovery key password" => "Missing recovery key password", -"Please repeat the recovery key password" => "Please repeat the recovery key password", -"Repeated recovery key password does not match the provided recovery key password" => "Repeated recovery key password does not match the provided recovery key password", -"Recovery key successfully enabled" => "Recovery key enabled successfully", -"Could not disable recovery key. Please check your recovery key password!" => "Could not disable recovery key. Please check your recovery key password!", -"Recovery key successfully disabled" => "Recovery key disabled successfully", -"Please provide the old recovery password" => "Please provide the old recovery password", -"Please provide a new recovery password" => "Please provide a new recovery password", -"Please repeat the new recovery password" => "Please repeat the new recovery password", -"Password successfully changed." => "Password changed successfully.", -"Could not change the password. Maybe the old password was not correct." => "Could not change the password. Maybe the old password was incorrect.", -"Private key password successfully updated." => "Private key password updated successfully.", -"Could not update the private key password. Maybe the old password was not correct." => "Could not update the private key password. Maybe the old password was not correct.", -"File recovery settings updated" => "File recovery settings updated", -"Could not update file recovery" => "Could not update file recovery", -"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." => "Encryption app not initialised! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialise the encryption app.", -"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." => "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.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Cannot decrypt this file, which is probably a shared file. Please ask the file owner to reshare the file with you.", -"Unknown error. Please check your system settings or contact your administrator" => "Unknown error. Please check your system settings or contact your administrator", -"Missing requirements." => "Missing requirements.", -"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." => "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.", -"Following users are not set up for encryption:" => "Following users are not set up for encryption:", -"Initial encryption started... This can take some time. Please wait." => "Initial encryption started... This can take some time. Please wait.", -"Initial encryption running... Please try again later." => "Initial encryption running... Please try again later.", -"Go directly to your %spersonal settings%s." => "Go directly to your %spersonal settings%s.", -"Encryption" => "Encryption", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Encryption App is enabled but your keys are not initialised, please log-out and log-in again", -"Enable recovery key (allow to recover users files in case of password loss):" => "Enable recovery key (allow to recover users files in case of password loss):", -"Recovery key password" => "Recovery key password", -"Repeat Recovery key password" => "Repeat recovery key password", -"Enabled" => "Enabled", -"Disabled" => "Disabled", -"Change recovery key password:" => "Change recovery key password:", -"Old Recovery key password" => "Old recovery key password", -"New Recovery key password" => "New recovery key password", -"Repeat New Recovery key password" => "Repeat new recovery key password", -"Change Password" => "Change Password", -"Your private key password no longer matches your log-in password." => "Your private key password no longer matches your log-in password.", -"Set your old private key password to your current log-in password:" => "Set your old private key password to your current log-in password:", -" If you don't remember your old password you can ask your administrator to recover your files." => " If you don't remember your old password you can ask your administrator to recover your files.", -"Old log-in password" => "Old login password", -"Current log-in password" => "Current login password", -"Update Private Key Password" => "Update Private Key Password", -"Enable password recovery:" => "Enable password recovery:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/eo.js b/apps/files_encryption/l10n/eo.js new file mode 100644 index 0000000000..8b014abba0 --- /dev/null +++ b/apps/files_encryption/l10n/eo.js @@ -0,0 +1,18 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Nekonata eraro", + "Password successfully changed." : "La pasvorto sukcese ŝanĝiĝis.", + "Could not change the password. Maybe the old password was not correct." : "Ne eblis ŝanĝi la pasvorton. Eble la malnova pasvorto malĝustis.", + "Private key password successfully updated." : "La pasvorto de la malpublika klavo sukcese ĝisdatiĝis.", + "Missing requirements." : "Mankas neproj.", + "Encryption" : "Ĉifrado", + "Enabled" : "Kapabligita", + "Disabled" : "Malkapabligita", + "Change Password" : "Ŝarĝi pasvorton", + "Old log-in password" : "Malnova ensaluta pasvorto", + "Current log-in password" : "Nuna ensaluta pasvorto", + "Update Private Key Password" : "Ĝisdatigi la pasvorton de la malpublika klavo", + "Enable password recovery:" : "Kapabligi restaŭron de pasvorto:" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/eo.json b/apps/files_encryption/l10n/eo.json new file mode 100644 index 0000000000..221c29adde --- /dev/null +++ b/apps/files_encryption/l10n/eo.json @@ -0,0 +1,16 @@ +{ "translations": { + "Unknown error" : "Nekonata eraro", + "Password successfully changed." : "La pasvorto sukcese ŝanĝiĝis.", + "Could not change the password. Maybe the old password was not correct." : "Ne eblis ŝanĝi la pasvorton. Eble la malnova pasvorto malĝustis.", + "Private key password successfully updated." : "La pasvorto de la malpublika klavo sukcese ĝisdatiĝis.", + "Missing requirements." : "Mankas neproj.", + "Encryption" : "Ĉifrado", + "Enabled" : "Kapabligita", + "Disabled" : "Malkapabligita", + "Change Password" : "Ŝarĝi pasvorton", + "Old log-in password" : "Malnova ensaluta pasvorto", + "Current log-in password" : "Nuna ensaluta pasvorto", + "Update Private Key Password" : "Ĝisdatigi la pasvorton de la malpublika klavo", + "Enable password recovery:" : "Kapabligi restaŭron de pasvorto:" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/eo.php b/apps/files_encryption/l10n/eo.php deleted file mode 100644 index e8d5013212..0000000000 --- a/apps/files_encryption/l10n/eo.php +++ /dev/null @@ -1,17 +0,0 @@ - "Nekonata eraro", -"Password successfully changed." => "La pasvorto sukcese ŝanĝiĝis.", -"Could not change the password. Maybe the old password was not correct." => "Ne eblis ŝanĝi la pasvorton. Eble la malnova pasvorto malĝustis.", -"Private key password successfully updated." => "La pasvorto de la malpublika klavo sukcese ĝisdatiĝis.", -"Missing requirements." => "Mankas neproj.", -"Encryption" => "Ĉifrado", -"Enabled" => "Kapabligita", -"Disabled" => "Malkapabligita", -"Change Password" => "Ŝarĝi pasvorton", -"Old log-in password" => "Malnova ensaluta pasvorto", -"Current log-in password" => "Nuna ensaluta pasvorto", -"Update Private Key Password" => "Ĝisdatigi la pasvorton de la malpublika klavo", -"Enable password recovery:" => "Kapabligi restaŭron de pasvorto:" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/es.js b/apps/files_encryption/l10n/es.js new file mode 100644 index 0000000000..8101c9f466 --- /dev/null +++ b/apps/files_encryption/l10n/es.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Error desconocido", + "Missing recovery key password" : "Falta contraseña de recuperacion.", + "Please repeat the recovery key password" : "Por favor repita la contraseña de recuperacion", + "Repeated recovery key password does not match the provided recovery key password" : "la contraseña de recuperacion repetida no es igual a la contraseña de recuperacion", + "Recovery key successfully enabled" : "Se ha habilitado la recuperación de archivos", + "Could not disable recovery key. Please check your recovery key password!" : "No se pudo deshabilitar la clave de recuperación. Por favor compruebe su contraseña!", + "Recovery key successfully disabled" : "Clave de recuperación deshabilitada", + "Please provide the old recovery password" : "Por favor ingrese su antigua contraseña de recuperacion", + "Please provide a new recovery password" : "Por favor ingrese una nueva contraseña de recuperacion", + "Please repeat the new recovery password" : "Por favor repita su nueva contraseña de recuperacion", + "Password successfully changed." : "Su contraseña ha sido cambiada", + "Could not change the password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Compruebe que la contraseña actual sea correcta.", + "Private key password successfully updated." : "Contraseña de clave privada actualizada con éxito.", + "Could not update the private key password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Puede que la contraseña antigua no sea correcta.", + "File recovery settings updated" : "Opciones de recuperación de archivos actualizada", + "Could not update file recovery" : "No se pudo actualizar la recuperación de archivos", + "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." : "¡La aplicación de cifrado no ha sido inicializada! Quizá fue restablecida durante tu sesión. Por favor intenta cerrar la sesión y volver a iniciarla para inicializar la aplicación de cifrado.", + "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." : "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera. de %s (Ej:Su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No fue posible descifrar este archivo, probablemente se trate de un archivo compartido. Solicite al propietario del mismo que vuelva a compartirlo con usted.", + "Unknown error. Please check your system settings or contact your administrator" : "Error desconocido. Revise la configuración de su sistema o contacte a su administrador", + "Missing requirements." : "Requisitos incompletos.", + "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." : "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada.", + "Following users are not set up for encryption:" : "Los siguientes usuarios no han sido configurados para el cifrado:", + "Initial encryption started... This can take some time. Please wait." : "Encriptación iniciada..... Esto puede tomar un tiempo. Por favor espere.", + "Initial encryption running... Please try again later." : "Cifrado inicial en curso... Inténtelo más tarde.", + "Go directly to your %spersonal settings%s." : "Ir directamente a %sOpciones%s.", + "Encryption" : "Cifrado", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La app de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Habilitar la clave de recuperación (permite recuperar los ficheros del usuario en caso de pérdida de la contraseña);", + "Recovery key password" : "Contraseña de clave de recuperación", + "Repeat Recovery key password" : "Repite la contraseña de clave de recuperación", + "Enabled" : "Habilitar", + "Disabled" : "Deshabilitado", + "Change recovery key password:" : "Cambiar la contraseña de la clave de recuperación", + "Old Recovery key password" : "Antigua clave de recuperación", + "New Recovery key password" : "Nueva clave de recuperación", + "Repeat New Recovery key password" : "Repetir la nueva clave de recuperación", + "Change Password" : "Cambiar contraseña", + "Your private key password no longer matches your log-in password." : "Tu contraseña de clave privada ya no concuerda con tu contraseña de inicio.", + "Set your old private key password to your current log-in password:" : "Establezca la contraseña de clave privada antigua para su contraseña de inicio de sesión actual:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus ficheros.", + "Old log-in password" : "Contraseña de acceso antigua", + "Current log-in password" : "Contraseña de acceso actual", + "Update Private Key Password" : "Actualizar Contraseña de Clave Privada", + "Enable password recovery:" : "Habilitar la recuperación de contraseña:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción le permitirá volver a tener acceso a sus ficheros cifrados en caso de pérdida de contraseña" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/es.json b/apps/files_encryption/l10n/es.json new file mode 100644 index 0000000000..16cdc6b40a --- /dev/null +++ b/apps/files_encryption/l10n/es.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Error desconocido", + "Missing recovery key password" : "Falta contraseña de recuperacion.", + "Please repeat the recovery key password" : "Por favor repita la contraseña de recuperacion", + "Repeated recovery key password does not match the provided recovery key password" : "la contraseña de recuperacion repetida no es igual a la contraseña de recuperacion", + "Recovery key successfully enabled" : "Se ha habilitado la recuperación de archivos", + "Could not disable recovery key. Please check your recovery key password!" : "No se pudo deshabilitar la clave de recuperación. Por favor compruebe su contraseña!", + "Recovery key successfully disabled" : "Clave de recuperación deshabilitada", + "Please provide the old recovery password" : "Por favor ingrese su antigua contraseña de recuperacion", + "Please provide a new recovery password" : "Por favor ingrese una nueva contraseña de recuperacion", + "Please repeat the new recovery password" : "Por favor repita su nueva contraseña de recuperacion", + "Password successfully changed." : "Su contraseña ha sido cambiada", + "Could not change the password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Compruebe que la contraseña actual sea correcta.", + "Private key password successfully updated." : "Contraseña de clave privada actualizada con éxito.", + "Could not update the private key password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Puede que la contraseña antigua no sea correcta.", + "File recovery settings updated" : "Opciones de recuperación de archivos actualizada", + "Could not update file recovery" : "No se pudo actualizar la recuperación de archivos", + "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." : "¡La aplicación de cifrado no ha sido inicializada! Quizá fue restablecida durante tu sesión. Por favor intenta cerrar la sesión y volver a iniciarla para inicializar la aplicación de cifrado.", + "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." : "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera. de %s (Ej:Su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No fue posible descifrar este archivo, probablemente se trate de un archivo compartido. Solicite al propietario del mismo que vuelva a compartirlo con usted.", + "Unknown error. Please check your system settings or contact your administrator" : "Error desconocido. Revise la configuración de su sistema o contacte a su administrador", + "Missing requirements." : "Requisitos incompletos.", + "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." : "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada.", + "Following users are not set up for encryption:" : "Los siguientes usuarios no han sido configurados para el cifrado:", + "Initial encryption started... This can take some time. Please wait." : "Encriptación iniciada..... Esto puede tomar un tiempo. Por favor espere.", + "Initial encryption running... Please try again later." : "Cifrado inicial en curso... Inténtelo más tarde.", + "Go directly to your %spersonal settings%s." : "Ir directamente a %sOpciones%s.", + "Encryption" : "Cifrado", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La app de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Habilitar la clave de recuperación (permite recuperar los ficheros del usuario en caso de pérdida de la contraseña);", + "Recovery key password" : "Contraseña de clave de recuperación", + "Repeat Recovery key password" : "Repite la contraseña de clave de recuperación", + "Enabled" : "Habilitar", + "Disabled" : "Deshabilitado", + "Change recovery key password:" : "Cambiar la contraseña de la clave de recuperación", + "Old Recovery key password" : "Antigua clave de recuperación", + "New Recovery key password" : "Nueva clave de recuperación", + "Repeat New Recovery key password" : "Repetir la nueva clave de recuperación", + "Change Password" : "Cambiar contraseña", + "Your private key password no longer matches your log-in password." : "Tu contraseña de clave privada ya no concuerda con tu contraseña de inicio.", + "Set your old private key password to your current log-in password:" : "Establezca la contraseña de clave privada antigua para su contraseña de inicio de sesión actual:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus ficheros.", + "Old log-in password" : "Contraseña de acceso antigua", + "Current log-in password" : "Contraseña de acceso actual", + "Update Private Key Password" : "Actualizar Contraseña de Clave Privada", + "Enable password recovery:" : "Habilitar la recuperación de contraseña:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción le permitirá volver a tener acceso a sus ficheros cifrados en caso de pérdida de contraseña" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/es.php b/apps/files_encryption/l10n/es.php deleted file mode 100644 index d26aa449b3..0000000000 --- a/apps/files_encryption/l10n/es.php +++ /dev/null @@ -1,50 +0,0 @@ - "Error desconocido", -"Missing recovery key password" => "Falta contraseña de recuperacion.", -"Please repeat the recovery key password" => "Por favor repita la contraseña de recuperacion", -"Repeated recovery key password does not match the provided recovery key password" => "la contraseña de recuperacion repetida no es igual a la contraseña de recuperacion", -"Recovery key successfully enabled" => "Se ha habilitado la recuperación de archivos", -"Could not disable recovery key. Please check your recovery key password!" => "No se pudo deshabilitar la clave de recuperación. Por favor compruebe su contraseña!", -"Recovery key successfully disabled" => "Clave de recuperación deshabilitada", -"Please provide the old recovery password" => "Por favor ingrese su antigua contraseña de recuperacion", -"Please provide a new recovery password" => "Por favor ingrese una nueva contraseña de recuperacion", -"Please repeat the new recovery password" => "Por favor repita su nueva contraseña de recuperacion", -"Password successfully changed." => "Su contraseña ha sido cambiada", -"Could not change the password. Maybe the old password was not correct." => "No se pudo cambiar la contraseña. Compruebe que la contraseña actual sea correcta.", -"Private key password successfully updated." => "Contraseña de clave privada actualizada con éxito.", -"Could not update the private key password. Maybe the old password was not correct." => "No se pudo cambiar la contraseña. Puede que la contraseña antigua no sea correcta.", -"File recovery settings updated" => "Opciones de recuperación de archivos actualizada", -"Could not update file recovery" => "No se pudo actualizar la recuperación de archivos", -"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." => "¡La aplicación de cifrado no ha sido inicializada! Quizá fue restablecida durante tu sesión. Por favor intenta cerrar la sesión y volver a iniciarla para inicializar la aplicación de cifrado.", -"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." => "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera. de %s (Ej:Su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "No fue posible descifrar este archivo, probablemente se trate de un archivo compartido. Solicite al propietario del mismo que vuelva a compartirlo con usted.", -"Unknown error. Please check your system settings or contact your administrator" => "Error desconocido. Revise la configuración de su sistema o contacte a su administrador", -"Missing requirements." => "Requisitos incompletos.", -"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." => "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada.", -"Following users are not set up for encryption:" => "Los siguientes usuarios no han sido configurados para el cifrado:", -"Initial encryption started... This can take some time. Please wait." => "Encriptación iniciada..... Esto puede tomar un tiempo. Por favor espere.", -"Initial encryption running... Please try again later." => "Cifrado inicial en curso... Inténtelo más tarde.", -"Go directly to your %spersonal settings%s." => "Ir directamente a %sOpciones%s.", -"Encryption" => "Cifrado", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "La app de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Habilitar la clave de recuperación (permite recuperar los ficheros del usuario en caso de pérdida de la contraseña);", -"Recovery key password" => "Contraseña de clave de recuperación", -"Repeat Recovery key password" => "Repite la contraseña de clave de recuperación", -"Enabled" => "Habilitar", -"Disabled" => "Deshabilitado", -"Change recovery key password:" => "Cambiar la contraseña de la clave de recuperación", -"Old Recovery key password" => "Antigua clave de recuperación", -"New Recovery key password" => "Nueva clave de recuperación", -"Repeat New Recovery key password" => "Repetir la nueva clave de recuperación", -"Change Password" => "Cambiar contraseña", -"Your private key password no longer matches your log-in password." => "Tu contraseña de clave privada ya no concuerda con tu contraseña de inicio.", -"Set your old private key password to your current log-in password:" => "Establezca la contraseña de clave privada antigua para su contraseña de inicio de sesión actual:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus ficheros.", -"Old log-in password" => "Contraseña de acceso antigua", -"Current log-in password" => "Contraseña de acceso actual", -"Update Private Key Password" => "Actualizar Contraseña de Clave Privada", -"Enable password recovery:" => "Habilitar la recuperación de contraseña:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Habilitar esta opción le permitirá volver a tener acceso a sus ficheros cifrados en caso de pérdida de contraseña" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/es_AR.js b/apps/files_encryption/l10n/es_AR.js new file mode 100644 index 0000000000..86ac5977f7 --- /dev/null +++ b/apps/files_encryption/l10n/es_AR.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Error desconocido", + "Recovery key successfully enabled" : "Se habilitó la recuperación de archivos", + "Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la clave de recuperación. Por favor, comprobá tu contraseña.", + "Recovery key successfully disabled" : "Clave de recuperación deshabilitada", + "Password successfully changed." : "Tu contraseña fue cambiada", + "Could not change the password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Comprobá que la contraseña actual sea correcta.", + "Private key password successfully updated." : "Contraseña de clave privada actualizada con éxito.", + "Could not update the private key password. Maybe the old password was not correct." : "No fue posible actualizar la contraseña de clave privada. Tal vez la contraseña anterior no es correcta.", + "File recovery settings updated" : "Las opciones de recuperación de archivos fueron actualizadas", + "Could not update file recovery" : "No fue posible actualizar la recuperación de archivos", + "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." : "¡La aplicación de encriptación no está inicializada! Es probable que la aplicación fue re-habilitada durante tu sesión. Intenta salir y iniciar sesión para volverla a iniciar.", + "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." : "¡Tu llave privada no es válida! Aparenta que tu clave fue cambiada fuera de %s (de tus directorios). Puedes actualizar la contraseña de tu clave privadaen las configuraciones personales para recobrar el acceso a tus archivos encriptados.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No se puede descibrar este archivo, probablemente sea un archivo compartido. Por favor pídele al dueño que recomparta el archivo contigo.", + "Missing requirements." : "Requisitos incompletos.", + "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." : "Por favor, asegúrese de que PHP 5.3.3 o una versión más reciente esté instalado y que OpenSSL junto con la extensión PHP esté habilitado y configurado apropiadamente. Por ahora, la aplicación de encriptación ha sido deshabilitada.", + "Following users are not set up for encryption:" : "Los siguientes usuarios no fueron configurados para encriptar:", + "Initial encryption started... This can take some time. Please wait." : "Encriptación inicial comenzada... Esto puede durar un tiempo. Por favor espere.", + "Initial encryption running... Please try again later." : "Encriptación inicial corriendo... Por favor intente mas tarde. ", + "Encryption" : "Encriptación", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encriptación está habilitada pero las llaves no fueron inicializadas, por favor termine y vuelva a iniciar la sesión", + "Enable recovery key (allow to recover users files in case of password loss):" : "Habilitar clave de recuperación (te permite recuperar los archivos de usuario en el caso que pierdas la contraseña):", + "Recovery key password" : "Contraseña de recuperación de clave", + "Repeat Recovery key password" : "Repetir la contraseña de la clave de recuperación", + "Enabled" : "Habilitado", + "Disabled" : "Deshabilitado", + "Change recovery key password:" : "Cambiar contraseña para recuperar la clave:", + "Old Recovery key password" : "Contraseña antigua de recuperación de clave", + "New Recovery key password" : "Nueva contraseña de recuperación de clave", + "Repeat New Recovery key password" : "Repetir Nueva contraseña para la clave de recuperación", + "Change Password" : "Cambiar contraseña", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si no te acordás de tu contraseña antigua, pedile al administrador que recupere tus archivos", + "Old log-in password" : "Contraseña anterior", + "Current log-in password" : "Contraseña actual", + "Update Private Key Password" : "Actualizar contraseña de la clave privada", + "Enable password recovery:" : "Habilitar recuperación de contraseña:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitando esta opción, vas a tener acceso a tus archivos encriptados, incluso si perdés la contraseña" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/es_AR.json b/apps/files_encryption/l10n/es_AR.json new file mode 100644 index 0000000000..07dab2694b --- /dev/null +++ b/apps/files_encryption/l10n/es_AR.json @@ -0,0 +1,39 @@ +{ "translations": { + "Unknown error" : "Error desconocido", + "Recovery key successfully enabled" : "Se habilitó la recuperación de archivos", + "Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la clave de recuperación. Por favor, comprobá tu contraseña.", + "Recovery key successfully disabled" : "Clave de recuperación deshabilitada", + "Password successfully changed." : "Tu contraseña fue cambiada", + "Could not change the password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Comprobá que la contraseña actual sea correcta.", + "Private key password successfully updated." : "Contraseña de clave privada actualizada con éxito.", + "Could not update the private key password. Maybe the old password was not correct." : "No fue posible actualizar la contraseña de clave privada. Tal vez la contraseña anterior no es correcta.", + "File recovery settings updated" : "Las opciones de recuperación de archivos fueron actualizadas", + "Could not update file recovery" : "No fue posible actualizar la recuperación de archivos", + "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." : "¡La aplicación de encriptación no está inicializada! Es probable que la aplicación fue re-habilitada durante tu sesión. Intenta salir y iniciar sesión para volverla a iniciar.", + "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." : "¡Tu llave privada no es válida! Aparenta que tu clave fue cambiada fuera de %s (de tus directorios). Puedes actualizar la contraseña de tu clave privadaen las configuraciones personales para recobrar el acceso a tus archivos encriptados.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No se puede descibrar este archivo, probablemente sea un archivo compartido. Por favor pídele al dueño que recomparta el archivo contigo.", + "Missing requirements." : "Requisitos incompletos.", + "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." : "Por favor, asegúrese de que PHP 5.3.3 o una versión más reciente esté instalado y que OpenSSL junto con la extensión PHP esté habilitado y configurado apropiadamente. Por ahora, la aplicación de encriptación ha sido deshabilitada.", + "Following users are not set up for encryption:" : "Los siguientes usuarios no fueron configurados para encriptar:", + "Initial encryption started... This can take some time. Please wait." : "Encriptación inicial comenzada... Esto puede durar un tiempo. Por favor espere.", + "Initial encryption running... Please try again later." : "Encriptación inicial corriendo... Por favor intente mas tarde. ", + "Encryption" : "Encriptación", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encriptación está habilitada pero las llaves no fueron inicializadas, por favor termine y vuelva a iniciar la sesión", + "Enable recovery key (allow to recover users files in case of password loss):" : "Habilitar clave de recuperación (te permite recuperar los archivos de usuario en el caso que pierdas la contraseña):", + "Recovery key password" : "Contraseña de recuperación de clave", + "Repeat Recovery key password" : "Repetir la contraseña de la clave de recuperación", + "Enabled" : "Habilitado", + "Disabled" : "Deshabilitado", + "Change recovery key password:" : "Cambiar contraseña para recuperar la clave:", + "Old Recovery key password" : "Contraseña antigua de recuperación de clave", + "New Recovery key password" : "Nueva contraseña de recuperación de clave", + "Repeat New Recovery key password" : "Repetir Nueva contraseña para la clave de recuperación", + "Change Password" : "Cambiar contraseña", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si no te acordás de tu contraseña antigua, pedile al administrador que recupere tus archivos", + "Old log-in password" : "Contraseña anterior", + "Current log-in password" : "Contraseña actual", + "Update Private Key Password" : "Actualizar contraseña de la clave privada", + "Enable password recovery:" : "Habilitar recuperación de contraseña:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitando esta opción, vas a tener acceso a tus archivos encriptados, incluso si perdés la contraseña" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/es_AR.php b/apps/files_encryption/l10n/es_AR.php deleted file mode 100644 index d82e5fe014..0000000000 --- a/apps/files_encryption/l10n/es_AR.php +++ /dev/null @@ -1,40 +0,0 @@ - "Error desconocido", -"Recovery key successfully enabled" => "Se habilitó la recuperación de archivos", -"Could not disable recovery key. Please check your recovery key password!" => "No fue posible deshabilitar la clave de recuperación. Por favor, comprobá tu contraseña.", -"Recovery key successfully disabled" => "Clave de recuperación deshabilitada", -"Password successfully changed." => "Tu contraseña fue cambiada", -"Could not change the password. Maybe the old password was not correct." => "No se pudo cambiar la contraseña. Comprobá que la contraseña actual sea correcta.", -"Private key password successfully updated." => "Contraseña de clave privada actualizada con éxito.", -"Could not update the private key password. Maybe the old password was not correct." => "No fue posible actualizar la contraseña de clave privada. Tal vez la contraseña anterior no es correcta.", -"File recovery settings updated" => "Las opciones de recuperación de archivos fueron actualizadas", -"Could not update file recovery" => "No fue posible actualizar la recuperación de archivos", -"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." => "¡La aplicación de encriptación no está inicializada! Es probable que la aplicación fue re-habilitada durante tu sesión. Intenta salir y iniciar sesión para volverla a iniciar.", -"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." => "¡Tu llave privada no es válida! Aparenta que tu clave fue cambiada fuera de %s (de tus directorios). Puedes actualizar la contraseña de tu clave privadaen las configuraciones personales para recobrar el acceso a tus archivos encriptados.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "No se puede descibrar este archivo, probablemente sea un archivo compartido. Por favor pídele al dueño que recomparta el archivo contigo.", -"Missing requirements." => "Requisitos incompletos.", -"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." => "Por favor, asegúrese de que PHP 5.3.3 o una versión más reciente esté instalado y que OpenSSL junto con la extensión PHP esté habilitado y configurado apropiadamente. Por ahora, la aplicación de encriptación ha sido deshabilitada.", -"Following users are not set up for encryption:" => "Los siguientes usuarios no fueron configurados para encriptar:", -"Initial encryption started... This can take some time. Please wait." => "Encriptación inicial comenzada... Esto puede durar un tiempo. Por favor espere.", -"Initial encryption running... Please try again later." => "Encriptación inicial corriendo... Por favor intente mas tarde. ", -"Encryption" => "Encriptación", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "La aplicación de encriptación está habilitada pero las llaves no fueron inicializadas, por favor termine y vuelva a iniciar la sesión", -"Enable recovery key (allow to recover users files in case of password loss):" => "Habilitar clave de recuperación (te permite recuperar los archivos de usuario en el caso que pierdas la contraseña):", -"Recovery key password" => "Contraseña de recuperación de clave", -"Repeat Recovery key password" => "Repetir la contraseña de la clave de recuperación", -"Enabled" => "Habilitado", -"Disabled" => "Deshabilitado", -"Change recovery key password:" => "Cambiar contraseña para recuperar la clave:", -"Old Recovery key password" => "Contraseña antigua de recuperación de clave", -"New Recovery key password" => "Nueva contraseña de recuperación de clave", -"Repeat New Recovery key password" => "Repetir Nueva contraseña para la clave de recuperación", -"Change Password" => "Cambiar contraseña", -" If you don't remember your old password you can ask your administrator to recover your files." => "Si no te acordás de tu contraseña antigua, pedile al administrador que recupere tus archivos", -"Old log-in password" => "Contraseña anterior", -"Current log-in password" => "Contraseña actual", -"Update Private Key Password" => "Actualizar contraseña de la clave privada", -"Enable password recovery:" => "Habilitar recuperación de contraseña:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Habilitando esta opción, vas a tener acceso a tus archivos encriptados, incluso si perdés la contraseña" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/es_CL.js b/apps/files_encryption/l10n/es_CL.js new file mode 100644 index 0000000000..5863354a6f --- /dev/null +++ b/apps/files_encryption/l10n/es_CL.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Error desconocido" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/es_CL.json b/apps/files_encryption/l10n/es_CL.json new file mode 100644 index 0000000000..8573fba4ca --- /dev/null +++ b/apps/files_encryption/l10n/es_CL.json @@ -0,0 +1,4 @@ +{ "translations": { + "Unknown error" : "Error desconocido" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/es_CL.php b/apps/files_encryption/l10n/es_CL.php deleted file mode 100644 index 10621479ff..0000000000 --- a/apps/files_encryption/l10n/es_CL.php +++ /dev/null @@ -1,5 +0,0 @@ - "Error desconocido" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/es_MX.js b/apps/files_encryption/l10n/es_MX.js new file mode 100644 index 0000000000..02af0608ab --- /dev/null +++ b/apps/files_encryption/l10n/es_MX.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Error desconocido", + "Recovery key successfully enabled" : "Se ha habilitado la recuperación de archivos", + "Could not disable recovery key. Please check your recovery key password!" : "No se pudo deshabilitar la clave de recuperación. Por favor compruebe su contraseña!", + "Recovery key successfully disabled" : "Clave de recuperación deshabilitada", + "Password successfully changed." : "Su contraseña ha sido cambiada", + "Could not change the password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Compruebe que la contraseña actual sea correcta.", + "Private key password successfully updated." : "Contraseña de clave privada actualizada con éxito.", + "Could not update the private key password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Puede que la contraseña antigua no sea correcta.", + "File recovery settings updated" : "Opciones de recuperación de archivos actualizada", + "Could not update file recovery" : "No se pudo actualizar la recuperación de archivos", + "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." : "¡La aplicación de cifrado no ha sido inicializada! Quizá fue restablecida durante tu sesión. Por favor intenta cerrar la sesión y volver a iniciarla para inicializar la aplicación de cifrado.", + "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." : "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera. de %s (Ej:Su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No fue posible descifrar este archivo, probablemente se trate de un archivo compartido. Solicite al propietario del mismo que vuelva a compartirlo con usted.", + "Missing requirements." : "Requisitos incompletos.", + "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." : "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada.", + "Following users are not set up for encryption:" : "Los siguientes usuarios no han sido configurados para el cifrado:", + "Initial encryption started... This can take some time. Please wait." : "Encriptación iniciada... Esto puede tomar un tiempo. Por favor espere.", + "Encryption" : "Cifrado", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Habilitar la clave de recuperación (permite recuperar los archivos del usuario en caso de pérdida de la contraseña);", + "Recovery key password" : "Contraseña de clave de recuperación", + "Repeat Recovery key password" : "Repite la contraseña de clave de recuperación", + "Enabled" : "Habilitar", + "Disabled" : "Deshabilitado", + "Change recovery key password:" : "Cambiar la contraseña de la clave de recuperación", + "Old Recovery key password" : "Antigua clave de recuperación", + "New Recovery key password" : "Nueva clave de recuperación", + "Repeat New Recovery key password" : "Repetir la nueva clave de recuperación", + "Change Password" : "Cambiar contraseña", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus archivos.", + "Old log-in password" : "Contraseña de acceso antigua", + "Current log-in password" : "Contraseña de acceso actual", + "Update Private Key Password" : "Actualizar Contraseña de Clave Privada", + "Enable password recovery:" : "Habilitar la recuperación de contraseña:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción le permitirá volver a tener acceso a sus archivos cifrados en caso de pérdida de contraseña" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/es_MX.json b/apps/files_encryption/l10n/es_MX.json new file mode 100644 index 0000000000..1ff89da3d8 --- /dev/null +++ b/apps/files_encryption/l10n/es_MX.json @@ -0,0 +1,38 @@ +{ "translations": { + "Unknown error" : "Error desconocido", + "Recovery key successfully enabled" : "Se ha habilitado la recuperación de archivos", + "Could not disable recovery key. Please check your recovery key password!" : "No se pudo deshabilitar la clave de recuperación. Por favor compruebe su contraseña!", + "Recovery key successfully disabled" : "Clave de recuperación deshabilitada", + "Password successfully changed." : "Su contraseña ha sido cambiada", + "Could not change the password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Compruebe que la contraseña actual sea correcta.", + "Private key password successfully updated." : "Contraseña de clave privada actualizada con éxito.", + "Could not update the private key password. Maybe the old password was not correct." : "No se pudo cambiar la contraseña. Puede que la contraseña antigua no sea correcta.", + "File recovery settings updated" : "Opciones de recuperación de archivos actualizada", + "Could not update file recovery" : "No se pudo actualizar la recuperación de archivos", + "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." : "¡La aplicación de cifrado no ha sido inicializada! Quizá fue restablecida durante tu sesión. Por favor intenta cerrar la sesión y volver a iniciarla para inicializar la aplicación de cifrado.", + "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." : "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera. de %s (Ej:Su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No fue posible descifrar este archivo, probablemente se trate de un archivo compartido. Solicite al propietario del mismo que vuelva a compartirlo con usted.", + "Missing requirements." : "Requisitos incompletos.", + "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." : "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada.", + "Following users are not set up for encryption:" : "Los siguientes usuarios no han sido configurados para el cifrado:", + "Initial encryption started... This can take some time. Please wait." : "Encriptación iniciada... Esto puede tomar un tiempo. Por favor espere.", + "Encryption" : "Cifrado", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Habilitar la clave de recuperación (permite recuperar los archivos del usuario en caso de pérdida de la contraseña);", + "Recovery key password" : "Contraseña de clave de recuperación", + "Repeat Recovery key password" : "Repite la contraseña de clave de recuperación", + "Enabled" : "Habilitar", + "Disabled" : "Deshabilitado", + "Change recovery key password:" : "Cambiar la contraseña de la clave de recuperación", + "Old Recovery key password" : "Antigua clave de recuperación", + "New Recovery key password" : "Nueva clave de recuperación", + "Repeat New Recovery key password" : "Repetir la nueva clave de recuperación", + "Change Password" : "Cambiar contraseña", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus archivos.", + "Old log-in password" : "Contraseña de acceso antigua", + "Current log-in password" : "Contraseña de acceso actual", + "Update Private Key Password" : "Actualizar Contraseña de Clave Privada", + "Enable password recovery:" : "Habilitar la recuperación de contraseña:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción le permitirá volver a tener acceso a sus archivos cifrados en caso de pérdida de contraseña" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/es_MX.php b/apps/files_encryption/l10n/es_MX.php deleted file mode 100644 index e25d34796e..0000000000 --- a/apps/files_encryption/l10n/es_MX.php +++ /dev/null @@ -1,39 +0,0 @@ - "Error desconocido", -"Recovery key successfully enabled" => "Se ha habilitado la recuperación de archivos", -"Could not disable recovery key. Please check your recovery key password!" => "No se pudo deshabilitar la clave de recuperación. Por favor compruebe su contraseña!", -"Recovery key successfully disabled" => "Clave de recuperación deshabilitada", -"Password successfully changed." => "Su contraseña ha sido cambiada", -"Could not change the password. Maybe the old password was not correct." => "No se pudo cambiar la contraseña. Compruebe que la contraseña actual sea correcta.", -"Private key password successfully updated." => "Contraseña de clave privada actualizada con éxito.", -"Could not update the private key password. Maybe the old password was not correct." => "No se pudo cambiar la contraseña. Puede que la contraseña antigua no sea correcta.", -"File recovery settings updated" => "Opciones de recuperación de archivos actualizada", -"Could not update file recovery" => "No se pudo actualizar la recuperación de archivos", -"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." => "¡La aplicación de cifrado no ha sido inicializada! Quizá fue restablecida durante tu sesión. Por favor intenta cerrar la sesión y volver a iniciarla para inicializar la aplicación de cifrado.", -"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." => "¡Su clave privada no es válida! Tal vez su contraseña ha sido cambiada desde fuera. de %s (Ej:Su directorio corporativo). Puede actualizar la contraseña de su clave privada en sus opciones personales para recuperar el acceso a sus archivos.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "No fue posible descifrar este archivo, probablemente se trate de un archivo compartido. Solicite al propietario del mismo que vuelva a compartirlo con usted.", -"Missing requirements." => "Requisitos incompletos.", -"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." => "Por favor, asegúrese de que PHP 5.3.3 o posterior está instalado y que la extensión OpenSSL de PHP está habilitada y configurada correctamente. Por el momento, la aplicación de cifrado ha sido deshabilitada.", -"Following users are not set up for encryption:" => "Los siguientes usuarios no han sido configurados para el cifrado:", -"Initial encryption started... This can take some time. Please wait." => "Encriptación iniciada... Esto puede tomar un tiempo. Por favor espere.", -"Encryption" => "Cifrado", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "La aplicación de crifrado está habilitada pero tus claves no han sido inicializadas, por favor, cierra la sesión y vuelva a iniciarla de nuevo.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Habilitar la clave de recuperación (permite recuperar los archivos del usuario en caso de pérdida de la contraseña);", -"Recovery key password" => "Contraseña de clave de recuperación", -"Repeat Recovery key password" => "Repite la contraseña de clave de recuperación", -"Enabled" => "Habilitar", -"Disabled" => "Deshabilitado", -"Change recovery key password:" => "Cambiar la contraseña de la clave de recuperación", -"Old Recovery key password" => "Antigua clave de recuperación", -"New Recovery key password" => "Nueva clave de recuperación", -"Repeat New Recovery key password" => "Repetir la nueva clave de recuperación", -"Change Password" => "Cambiar contraseña", -" If you don't remember your old password you can ask your administrator to recover your files." => "Si no recuerda su antigua contraseña puede pedir a su administrador que le recupere sus archivos.", -"Old log-in password" => "Contraseña de acceso antigua", -"Current log-in password" => "Contraseña de acceso actual", -"Update Private Key Password" => "Actualizar Contraseña de Clave Privada", -"Enable password recovery:" => "Habilitar la recuperación de contraseña:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Habilitar esta opción le permitirá volver a tener acceso a sus archivos cifrados en caso de pérdida de contraseña" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/et_EE.js b/apps/files_encryption/l10n/et_EE.js new file mode 100644 index 0000000000..a4edf9950a --- /dev/null +++ b/apps/files_encryption/l10n/et_EE.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Tundmatu viga", + "Missing recovery key password" : "Muuda taastevõtme parool", + "Please repeat the recovery key password" : "Palun korda uut taastevõtme parooli", + "Repeated recovery key password does not match the provided recovery key password" : "Lahtritesse sisestatud taastevõtme paroolid ei kattu", + "Recovery key successfully enabled" : "Taastevõtme lubamine õnnestus", + "Could not disable recovery key. Please check your recovery key password!" : "Ei suuda keelata taastevõtit. Palun kontrolli oma taastevõtme parooli!", + "Recovery key successfully disabled" : "Taastevõtme keelamine õnnestus", + "Please provide the old recovery password" : "Palun sisesta vana taastevõtme parool", + "Please provide a new recovery password" : "Palun sisesta uus taastevõtme parool", + "Please repeat the new recovery password" : "Palun korda uut taastevõtme parooli", + "Password successfully changed." : "Parool edukalt vahetatud.", + "Could not change the password. Maybe the old password was not correct." : "Ei suutnud vahetada parooli. Võib-olla on vana parool valesti sisestatud.", + "Private key password successfully updated." : "Privaatse võtme parool edukalt uuendatud.", + "Could not update the private key password. Maybe the old password was not correct." : "Ei suutnud uuendada privaatse võtme parooli. Võib-olla polnud vana parool õige.", + "File recovery settings updated" : "Faili taaste seaded uuendatud", + "Could not update file recovery" : "Ei suuda uuendada taastefaili", + "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." : "Krüpteerimise rakend pole käivitatud. Võib-olla krüpteerimise rakend taaskäivitati sinu sessiooni kestel. Palun proovi logida välja ning uuesti sisse käivitamaks krüpteerimise rakendit.", + "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." : "Sinu provaatne võti pole kehtiv! Tõenäoliselt mudueti parooli väljaspool kausta %s (nt. sinu ettevõtte kaust). Sa saad uuendada oma privaatse võtme parooli oma isiklikes seadetes, et taastada ligipääs sinu krüpteeritud failidele.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Sa ei saa seda faili dekrüpteerida, see on tõenäoliselt jagatud fail. Palun lase omanikul seda faili sinuga uuesti jagada.", + "Unknown error. Please check your system settings or contact your administrator" : "Tundmatu viga. Palun võta ühendust oma administraatoriga.", + "Missing requirements." : "Nõutavad on puudu.", + "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." : "Palun veendu, et on paigaldatud PHP 5.3.3 või uuem ning PHP OpenSSL laiendus on lubatud ning seadistatud korrektselt. Hetkel krüpteerimise rakendus on peatatud.", + "Following users are not set up for encryption:" : "Järgmised kasutajad pole seadistatud krüpteeringuks:", + "Initial encryption started... This can take some time. Please wait." : "Algne krüpteerimine käivitati... See võib võtta natuke aega. Palun oota.", + "Initial encryption running... Please try again later." : "Toimub esmane krüpteerimine... Palun proovi hiljem uuesti.", + "Go directly to your %spersonal settings%s." : "Liigi otse oma %s isiklike seadete %s juurde.", + "Encryption" : "Krüpteerimine", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krüpteerimisrakend on lubatud, kuid võtmeid pole lähtestatud. Palun logi välja ning uuesti sisse.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Luba taastevõti (võimalda kasutaja failide taastamine parooli kaotuse puhul):", + "Recovery key password" : "Taastevõtme parool", + "Repeat Recovery key password" : "Korda taastevõtme parooli", + "Enabled" : "Sisse lülitatud", + "Disabled" : "Väljalülitatud", + "Change recovery key password:" : "Muuda taastevõtme parooli:", + "Old Recovery key password" : "Vana taastevõtme parool", + "New Recovery key password" : "Uus taastevõtme parool", + "Repeat New Recovery key password" : "Korda uut taastevõtme parooli", + "Change Password" : "Muuda parooli", + "Your private key password no longer matches your log-in password." : "Sinu provaatvõtme parool ei kattu enam sinu sisselogimise parooliga.", + "Set your old private key password to your current log-in password:" : "Pane oma vana privaatvõtme parooliks oma praegune sisselogimise parool.", + " If you don't remember your old password you can ask your administrator to recover your files." : "Kui sa ei mäleta oma vana parooli, siis palu oma süsteemihalduril taastada ligipääs failidele.", + "Old log-in password" : "Vana sisselogimise parool", + "Current log-in password" : "Praegune sisselogimise parool", + "Update Private Key Password" : "Uuenda privaatse võtme parooli", + "Enable password recovery:" : "Luba parooli taaste:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Valiku lubamine võimaldab taastada ligipääsu krüpteeritud failidele kui parooli kaotuse puhul" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/et_EE.json b/apps/files_encryption/l10n/et_EE.json new file mode 100644 index 0000000000..df58c8f11f --- /dev/null +++ b/apps/files_encryption/l10n/et_EE.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Tundmatu viga", + "Missing recovery key password" : "Muuda taastevõtme parool", + "Please repeat the recovery key password" : "Palun korda uut taastevõtme parooli", + "Repeated recovery key password does not match the provided recovery key password" : "Lahtritesse sisestatud taastevõtme paroolid ei kattu", + "Recovery key successfully enabled" : "Taastevõtme lubamine õnnestus", + "Could not disable recovery key. Please check your recovery key password!" : "Ei suuda keelata taastevõtit. Palun kontrolli oma taastevõtme parooli!", + "Recovery key successfully disabled" : "Taastevõtme keelamine õnnestus", + "Please provide the old recovery password" : "Palun sisesta vana taastevõtme parool", + "Please provide a new recovery password" : "Palun sisesta uus taastevõtme parool", + "Please repeat the new recovery password" : "Palun korda uut taastevõtme parooli", + "Password successfully changed." : "Parool edukalt vahetatud.", + "Could not change the password. Maybe the old password was not correct." : "Ei suutnud vahetada parooli. Võib-olla on vana parool valesti sisestatud.", + "Private key password successfully updated." : "Privaatse võtme parool edukalt uuendatud.", + "Could not update the private key password. Maybe the old password was not correct." : "Ei suutnud uuendada privaatse võtme parooli. Võib-olla polnud vana parool õige.", + "File recovery settings updated" : "Faili taaste seaded uuendatud", + "Could not update file recovery" : "Ei suuda uuendada taastefaili", + "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." : "Krüpteerimise rakend pole käivitatud. Võib-olla krüpteerimise rakend taaskäivitati sinu sessiooni kestel. Palun proovi logida välja ning uuesti sisse käivitamaks krüpteerimise rakendit.", + "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." : "Sinu provaatne võti pole kehtiv! Tõenäoliselt mudueti parooli väljaspool kausta %s (nt. sinu ettevõtte kaust). Sa saad uuendada oma privaatse võtme parooli oma isiklikes seadetes, et taastada ligipääs sinu krüpteeritud failidele.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Sa ei saa seda faili dekrüpteerida, see on tõenäoliselt jagatud fail. Palun lase omanikul seda faili sinuga uuesti jagada.", + "Unknown error. Please check your system settings or contact your administrator" : "Tundmatu viga. Palun võta ühendust oma administraatoriga.", + "Missing requirements." : "Nõutavad on puudu.", + "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." : "Palun veendu, et on paigaldatud PHP 5.3.3 või uuem ning PHP OpenSSL laiendus on lubatud ning seadistatud korrektselt. Hetkel krüpteerimise rakendus on peatatud.", + "Following users are not set up for encryption:" : "Järgmised kasutajad pole seadistatud krüpteeringuks:", + "Initial encryption started... This can take some time. Please wait." : "Algne krüpteerimine käivitati... See võib võtta natuke aega. Palun oota.", + "Initial encryption running... Please try again later." : "Toimub esmane krüpteerimine... Palun proovi hiljem uuesti.", + "Go directly to your %spersonal settings%s." : "Liigi otse oma %s isiklike seadete %s juurde.", + "Encryption" : "Krüpteerimine", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krüpteerimisrakend on lubatud, kuid võtmeid pole lähtestatud. Palun logi välja ning uuesti sisse.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Luba taastevõti (võimalda kasutaja failide taastamine parooli kaotuse puhul):", + "Recovery key password" : "Taastevõtme parool", + "Repeat Recovery key password" : "Korda taastevõtme parooli", + "Enabled" : "Sisse lülitatud", + "Disabled" : "Väljalülitatud", + "Change recovery key password:" : "Muuda taastevõtme parooli:", + "Old Recovery key password" : "Vana taastevõtme parool", + "New Recovery key password" : "Uus taastevõtme parool", + "Repeat New Recovery key password" : "Korda uut taastevõtme parooli", + "Change Password" : "Muuda parooli", + "Your private key password no longer matches your log-in password." : "Sinu provaatvõtme parool ei kattu enam sinu sisselogimise parooliga.", + "Set your old private key password to your current log-in password:" : "Pane oma vana privaatvõtme parooliks oma praegune sisselogimise parool.", + " If you don't remember your old password you can ask your administrator to recover your files." : "Kui sa ei mäleta oma vana parooli, siis palu oma süsteemihalduril taastada ligipääs failidele.", + "Old log-in password" : "Vana sisselogimise parool", + "Current log-in password" : "Praegune sisselogimise parool", + "Update Private Key Password" : "Uuenda privaatse võtme parooli", + "Enable password recovery:" : "Luba parooli taaste:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Valiku lubamine võimaldab taastada ligipääsu krüpteeritud failidele kui parooli kaotuse puhul" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/et_EE.php b/apps/files_encryption/l10n/et_EE.php deleted file mode 100644 index 7362c61bc7..0000000000 --- a/apps/files_encryption/l10n/et_EE.php +++ /dev/null @@ -1,50 +0,0 @@ - "Tundmatu viga", -"Missing recovery key password" => "Muuda taastevõtme parool", -"Please repeat the recovery key password" => "Palun korda uut taastevõtme parooli", -"Repeated recovery key password does not match the provided recovery key password" => "Lahtritesse sisestatud taastevõtme paroolid ei kattu", -"Recovery key successfully enabled" => "Taastevõtme lubamine õnnestus", -"Could not disable recovery key. Please check your recovery key password!" => "Ei suuda keelata taastevõtit. Palun kontrolli oma taastevõtme parooli!", -"Recovery key successfully disabled" => "Taastevõtme keelamine õnnestus", -"Please provide the old recovery password" => "Palun sisesta vana taastevõtme parool", -"Please provide a new recovery password" => "Palun sisesta uus taastevõtme parool", -"Please repeat the new recovery password" => "Palun korda uut taastevõtme parooli", -"Password successfully changed." => "Parool edukalt vahetatud.", -"Could not change the password. Maybe the old password was not correct." => "Ei suutnud vahetada parooli. Võib-olla on vana parool valesti sisestatud.", -"Private key password successfully updated." => "Privaatse võtme parool edukalt uuendatud.", -"Could not update the private key password. Maybe the old password was not correct." => "Ei suutnud uuendada privaatse võtme parooli. Võib-olla polnud vana parool õige.", -"File recovery settings updated" => "Faili taaste seaded uuendatud", -"Could not update file recovery" => "Ei suuda uuendada taastefaili", -"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." => "Krüpteerimise rakend pole käivitatud. Võib-olla krüpteerimise rakend taaskäivitati sinu sessiooni kestel. Palun proovi logida välja ning uuesti sisse käivitamaks krüpteerimise rakendit.", -"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." => "Sinu provaatne võti pole kehtiv! Tõenäoliselt mudueti parooli väljaspool kausta %s (nt. sinu ettevõtte kaust). Sa saad uuendada oma privaatse võtme parooli oma isiklikes seadetes, et taastada ligipääs sinu krüpteeritud failidele.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Sa ei saa seda faili dekrüpteerida, see on tõenäoliselt jagatud fail. Palun lase omanikul seda faili sinuga uuesti jagada.", -"Unknown error. Please check your system settings or contact your administrator" => "Tundmatu viga. Palun võta ühendust oma administraatoriga.", -"Missing requirements." => "Nõutavad on puudu.", -"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." => "Palun veendu, et on paigaldatud PHP 5.3.3 või uuem ning PHP OpenSSL laiendus on lubatud ning seadistatud korrektselt. Hetkel krüpteerimise rakendus on peatatud.", -"Following users are not set up for encryption:" => "Järgmised kasutajad pole seadistatud krüpteeringuks:", -"Initial encryption started... This can take some time. Please wait." => "Algne krüpteerimine käivitati... See võib võtta natuke aega. Palun oota.", -"Initial encryption running... Please try again later." => "Toimub esmane krüpteerimine... Palun proovi hiljem uuesti.", -"Go directly to your %spersonal settings%s." => "Liigi otse oma %s isiklike seadete %s juurde.", -"Encryption" => "Krüpteerimine", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Krüpteerimisrakend on lubatud, kuid võtmeid pole lähtestatud. Palun logi välja ning uuesti sisse.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Luba taastevõti (võimalda kasutaja failide taastamine parooli kaotuse puhul):", -"Recovery key password" => "Taastevõtme parool", -"Repeat Recovery key password" => "Korda taastevõtme parooli", -"Enabled" => "Sisse lülitatud", -"Disabled" => "Väljalülitatud", -"Change recovery key password:" => "Muuda taastevõtme parooli:", -"Old Recovery key password" => "Vana taastevõtme parool", -"New Recovery key password" => "Uus taastevõtme parool", -"Repeat New Recovery key password" => "Korda uut taastevõtme parooli", -"Change Password" => "Muuda parooli", -"Your private key password no longer matches your log-in password." => "Sinu provaatvõtme parool ei kattu enam sinu sisselogimise parooliga.", -"Set your old private key password to your current log-in password:" => "Pane oma vana privaatvõtme parooliks oma praegune sisselogimise parool.", -" If you don't remember your old password you can ask your administrator to recover your files." => "Kui sa ei mäleta oma vana parooli, siis palu oma süsteemihalduril taastada ligipääs failidele.", -"Old log-in password" => "Vana sisselogimise parool", -"Current log-in password" => "Praegune sisselogimise parool", -"Update Private Key Password" => "Uuenda privaatse võtme parooli", -"Enable password recovery:" => "Luba parooli taaste:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Valiku lubamine võimaldab taastada ligipääsu krüpteeritud failidele kui parooli kaotuse puhul" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/eu.js b/apps/files_encryption/l10n/eu.js new file mode 100644 index 0000000000..72c78ec31c --- /dev/null +++ b/apps/files_encryption/l10n/eu.js @@ -0,0 +1,45 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Errore ezezaguna", + "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", + "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.", + "Could not update the private key password. Maybe the old password was not correct." : "Ezin izan da gako pribatu pasahitza eguneratu. Agian pasahitz zaharra okerrekoa da.", + "File recovery settings updated" : "Fitxategi berreskuratze ezarpenak eguneratuak", + "Could not update file recovery" : "Ezin da fitxategi berreskuratzea eguneratu", + "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." : "Enkriptazio aplikazioa ez dago hasieratuta! Agian aplikazioa birgaitu egin da zure saioa bitartean. Mesdez atear eta sartu berriz enkriptazio aplikazioa hasierarazteko.", + "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." : "Zure gako pribatua ez da egokia! Seguruaski zure pasahitza %s-tik kanpo aldatu da (adb. zure direktorio korporatiboa). Zure gako pribatuaren pasahitza eguneratu dezakezu zure ezarpen pertsonaletan zure enkriptatutako fitxategiak berreskuratzeko.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ezin izan da fitxategi hau deszifratu, ziurrenik elkarbanatutako fitxategi bat da. Mesdez, eskatu fitxategiaren jabeari fitxategia zurekin berriz elkarbana dezan.", + "Unknown error. Please check your system settings or contact your administrator" : "Errore ezezaguna. Mesedez, egiaztatu zure sistemaren ezarpenak edo jarri zure administrariarekin kontaktuan.", + "Missing requirements." : "Eskakizun batzuk ez dira betetzen.", + "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." : "Mesedez ziurtatu PHP 5.3.3 edo berriago bat instalatuta dagoela eta OpenSSL PHP hedapenarekin gaitua eta ongi konfiguratuta dagoela. Oraingoz, enkriptazio aplikazioa desgaituta dago.", + "Following users are not set up for encryption:" : "Hurrengo erabiltzaileak ez daude enktriptatzeko konfiguratutak:", + "Initial encryption started... This can take some time. Please wait." : "Hasierako enkriptazioa hasi da... Honek denbora har dezake. Mesedez itxaron.", + "Initial encryption running... Please try again later." : "Hasierako enkriptaketa abian... mesedez, saiatu beranduago.", + "Go directly to your %spersonal settings%s." : "Joan zuzenean zure %sezarpen pertsonaletara%s.", + "Encryption" : "Enkriptazioa", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Enkriptazio aplikazioa gaituta dago baina zure gakoak ez daude konfiguratuta, mesedez saioa bukatu eta berriro hasi", + "Enable recovery key (allow to recover users files in case of password loss):" : "Gaitu berreskurapen gakoa (erabiltzaileen fitxategiak berreskuratzea ahalbidetzen du pasahitza galtzen badute ere):", + "Recovery key password" : "Berreskuratze gako pasahitza", + "Repeat Recovery key password" : "Errepikatu berreskuratze gakoaren pasahitza", + "Enabled" : "Gaitua", + "Disabled" : "Ez-gaitua", + "Change recovery key password:" : "Aldatu berreskuratze gako pasahitza:", + "Old Recovery key password" : "Berreskuratze gako pasahitz zaharra", + "New Recovery key password" : "Berreskuratze gako pasahitz berria", + "Repeat New Recovery key password" : "Errepikatu berreskuratze gako berriaren pasahitza", + "Change Password" : "Aldatu Pasahitza", + "Your private key password no longer matches your log-in password." : "Zure gako pasahitza pribatua ez da dagoeneko bat etortzen zure sartzeko pasahitzarekin.", + "Set your old private key password to your current log-in password:" : "Ezarri zure gako pasahitz zaharra orain duzun sartzeko pasahitzan:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Ez baduzu zure pasahitz zaharra gogoratzen eskatu zure administratzaileari zure fitxategiak berreskuratzeko.", + "Old log-in password" : "Sartzeko pasahitz zaharra", + "Current log-in password" : "Sartzeko oraingo pasahitza", + "Update Private Key Password" : "Eguneratu gako pasahitza pribatua", + "Enable password recovery:" : "Gaitu pasahitzaren berreskuratzea:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aukera hau gaituz zure enkriptatutako fitxategiak berreskuratu ahal izango dituzu pasahitza galtzekotan" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/eu.json b/apps/files_encryption/l10n/eu.json new file mode 100644 index 0000000000..16480dc93c --- /dev/null +++ b/apps/files_encryption/l10n/eu.json @@ -0,0 +1,43 @@ +{ "translations": { + "Unknown error" : "Errore ezezaguna", + "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", + "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.", + "Could not update the private key password. Maybe the old password was not correct." : "Ezin izan da gako pribatu pasahitza eguneratu. Agian pasahitz zaharra okerrekoa da.", + "File recovery settings updated" : "Fitxategi berreskuratze ezarpenak eguneratuak", + "Could not update file recovery" : "Ezin da fitxategi berreskuratzea eguneratu", + "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." : "Enkriptazio aplikazioa ez dago hasieratuta! Agian aplikazioa birgaitu egin da zure saioa bitartean. Mesdez atear eta sartu berriz enkriptazio aplikazioa hasierarazteko.", + "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." : "Zure gako pribatua ez da egokia! Seguruaski zure pasahitza %s-tik kanpo aldatu da (adb. zure direktorio korporatiboa). Zure gako pribatuaren pasahitza eguneratu dezakezu zure ezarpen pertsonaletan zure enkriptatutako fitxategiak berreskuratzeko.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ezin izan da fitxategi hau deszifratu, ziurrenik elkarbanatutako fitxategi bat da. Mesdez, eskatu fitxategiaren jabeari fitxategia zurekin berriz elkarbana dezan.", + "Unknown error. Please check your system settings or contact your administrator" : "Errore ezezaguna. Mesedez, egiaztatu zure sistemaren ezarpenak edo jarri zure administrariarekin kontaktuan.", + "Missing requirements." : "Eskakizun batzuk ez dira betetzen.", + "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." : "Mesedez ziurtatu PHP 5.3.3 edo berriago bat instalatuta dagoela eta OpenSSL PHP hedapenarekin gaitua eta ongi konfiguratuta dagoela. Oraingoz, enkriptazio aplikazioa desgaituta dago.", + "Following users are not set up for encryption:" : "Hurrengo erabiltzaileak ez daude enktriptatzeko konfiguratutak:", + "Initial encryption started... This can take some time. Please wait." : "Hasierako enkriptazioa hasi da... Honek denbora har dezake. Mesedez itxaron.", + "Initial encryption running... Please try again later." : "Hasierako enkriptaketa abian... mesedez, saiatu beranduago.", + "Go directly to your %spersonal settings%s." : "Joan zuzenean zure %sezarpen pertsonaletara%s.", + "Encryption" : "Enkriptazioa", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Enkriptazio aplikazioa gaituta dago baina zure gakoak ez daude konfiguratuta, mesedez saioa bukatu eta berriro hasi", + "Enable recovery key (allow to recover users files in case of password loss):" : "Gaitu berreskurapen gakoa (erabiltzaileen fitxategiak berreskuratzea ahalbidetzen du pasahitza galtzen badute ere):", + "Recovery key password" : "Berreskuratze gako pasahitza", + "Repeat Recovery key password" : "Errepikatu berreskuratze gakoaren pasahitza", + "Enabled" : "Gaitua", + "Disabled" : "Ez-gaitua", + "Change recovery key password:" : "Aldatu berreskuratze gako pasahitza:", + "Old Recovery key password" : "Berreskuratze gako pasahitz zaharra", + "New Recovery key password" : "Berreskuratze gako pasahitz berria", + "Repeat New Recovery key password" : "Errepikatu berreskuratze gako berriaren pasahitza", + "Change Password" : "Aldatu Pasahitza", + "Your private key password no longer matches your log-in password." : "Zure gako pasahitza pribatua ez da dagoeneko bat etortzen zure sartzeko pasahitzarekin.", + "Set your old private key password to your current log-in password:" : "Ezarri zure gako pasahitz zaharra orain duzun sartzeko pasahitzan:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Ez baduzu zure pasahitz zaharra gogoratzen eskatu zure administratzaileari zure fitxategiak berreskuratzeko.", + "Old log-in password" : "Sartzeko pasahitz zaharra", + "Current log-in password" : "Sartzeko oraingo pasahitza", + "Update Private Key Password" : "Eguneratu gako pasahitza pribatua", + "Enable password recovery:" : "Gaitu pasahitzaren berreskuratzea:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aukera hau gaituz zure enkriptatutako fitxategiak berreskuratu ahal izango dituzu pasahitza galtzekotan" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/eu.php b/apps/files_encryption/l10n/eu.php deleted file mode 100644 index 90a943a235..0000000000 --- a/apps/files_encryption/l10n/eu.php +++ /dev/null @@ -1,50 +0,0 @@ - "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.", -"Could not update the private key password. Maybe the old password was not correct." => "Ezin izan da gako pribatu pasahitza eguneratu. Agian pasahitz zaharra okerrekoa da.", -"File recovery settings updated" => "Fitxategi berreskuratze ezarpenak eguneratuak", -"Could not update file recovery" => "Ezin da fitxategi berreskuratzea eguneratu", -"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." => "Enkriptazio aplikazioa ez dago hasieratuta! Agian aplikazioa birgaitu egin da zure saioa bitartean. Mesdez atear eta sartu berriz enkriptazio aplikazioa hasierarazteko.", -"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." => "Zure gako pribatua ez da egokia! Seguruaski zure pasahitza %s-tik kanpo aldatu da (adb. zure direktorio korporatiboa). Zure gako pribatuaren pasahitza eguneratu dezakezu zure ezarpen pertsonaletan zure enkriptatutako fitxategiak berreskuratzeko.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Ezin izan da fitxategi hau deszifratu, ziurrenik elkarbanatutako fitxategi bat da. Mesdez, eskatu fitxategiaren jabeari fitxategia zurekin berriz elkarbana dezan.", -"Unknown error. Please check your system settings or contact your administrator" => "Errore ezezaguna. Mesedez, egiaztatu zure sistemaren ezarpenak edo jarri zure administrariarekin kontaktuan.", -"Missing requirements." => "Eskakizun batzuk ez dira betetzen.", -"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." => "Mesedez ziurtatu PHP 5.3.3 edo berriago bat instalatuta dagoela eta OpenSSL PHP hedapenarekin gaitua eta ongi konfiguratuta dagoela. Oraingoz, enkriptazio aplikazioa desgaituta dago.", -"Following users are not set up for encryption:" => "Hurrengo erabiltzaileak ez daude enktriptatzeko konfiguratutak:", -"Initial encryption started... This can take some time. Please wait." => "Hasierako enkriptazioa hasi da... Honek denbora har dezake. Mesedez itxaron.", -"Initial encryption running... Please try again later." => "Hasierako enkriptaketa abian... mesedez, saiatu beranduago.", -"Go directly to your %spersonal settings%s." => "Joan zuzenean zure %sezarpen pertsonaletara%s.", -"Encryption" => "Enkriptazioa", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Enkriptazio aplikazioa gaituta dago baina zure gakoak ez daude konfiguratuta, mesedez saioa bukatu eta berriro hasi", -"Enable recovery key (allow to recover users files in case of password loss):" => "Gaitu berreskurapen gakoa (erabiltzaileen fitxategiak berreskuratzea ahalbidetzen du pasahitza galtzen badute ere):", -"Recovery key password" => "Berreskuratze gako pasahitza", -"Repeat Recovery key password" => "Errepikatu berreskuratze gakoaren pasahitza", -"Enabled" => "Gaitua", -"Disabled" => "Ez-gaitua", -"Change recovery key password:" => "Aldatu berreskuratze gako pasahitza:", -"Old Recovery key password" => "Berreskuratze gako pasahitz zaharra", -"New Recovery key password" => "Berreskuratze gako pasahitz berria", -"Repeat New Recovery key password" => "Errepikatu berreskuratze gako berriaren pasahitza", -"Change Password" => "Aldatu Pasahitza", -"Your private key password no longer matches your log-in password." => "Zure gako pasahitza pribatua ez da dagoeneko bat etortzen zure sartzeko pasahitzarekin.", -"Set your old private key password to your current log-in password:" => "Ezarri zure gako pasahitz zaharra orain duzun sartzeko pasahitzan:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Ez baduzu zure pasahitz zaharra gogoratzen eskatu zure administratzaileari zure fitxategiak berreskuratzeko.", -"Old log-in password" => "Sartzeko pasahitz zaharra", -"Current log-in password" => "Sartzeko oraingo pasahitza", -"Update Private Key Password" => "Eguneratu gako pasahitza pribatua", -"Enable password recovery:" => "Gaitu pasahitzaren berreskuratzea:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Aukera hau gaituz zure enkriptatutako fitxategiak berreskuratu ahal izango dituzu pasahitza galtzekotan" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/fa.js b/apps/files_encryption/l10n/fa.js new file mode 100644 index 0000000000..541b19c695 --- /dev/null +++ b/apps/files_encryption/l10n/fa.js @@ -0,0 +1,32 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "خطای نامشخص", + "Recovery key successfully enabled" : "کلید بازیابی با موفقیت فعال شده است.", + "Could not disable recovery key. Please check your recovery key password!" : "کلید بازیابی را نمی تواند غیرفعال نماید. لطفا رمزعبور کلید بازیابی خود را بررسی کنید!", + "Recovery key successfully disabled" : "کلید بازیابی با موفقیت غیر فعال شده است.", + "Password successfully changed." : "رمزعبور با موفقیت تغییر یافت.", + "Could not change the password. Maybe the old password was not correct." : "رمزعبور را نمیتواند تغییر دهد. شاید رمزعبورقدیمی صحیح نمی باشد.", + "Private key password successfully updated." : "رمزعبور کلید خصوصی با موفقیت به روز شد.", + "Could not update the private key password. Maybe the old password was not correct." : "رمزعبور کلید خصوصی را نمی تواند به روز کند. شاید رمزعبور قدیمی صحیح نمی باشد.", + "File recovery settings updated" : "تنظیمات بازیابی فایل به روز شده است.", + "Could not update file recovery" : "به روز رسانی بازیابی فایل را نمی تواند انجام دهد.", + "Missing requirements." : "نیازمندی های گمشده", + "Following users are not set up for encryption:" : "کاربران زیر برای رمزنگاری تنظیم نشده اند", + "Encryption" : "رمزگذاری", + "Enable recovery key (allow to recover users files in case of password loss):" : "فعال کردن کلید بازیابی(اجازه بازیابی فایل های کاربران در صورت از دست دادن رمزعبور):", + "Recovery key password" : "رمزعبور کلید بازیابی", + "Enabled" : "فعال شده", + "Disabled" : "غیرفعال شده", + "Change recovery key password:" : "تغییر رمزعبور کلید بازیابی:", + "Old Recovery key password" : "رمزعبور قدیمی کلید بازیابی ", + "New Recovery key password" : "رمزعبور جدید کلید بازیابی", + "Change Password" : "تغییر رمزعبور", + " If you don't remember your old password you can ask your administrator to recover your files." : "اگر رمزعبور قدیمی را فراموش کرده اید میتوانید از مدیر خود برای بازیابی فایل هایتان درخواست نمایید.", + "Old log-in password" : "رمزعبور قدیمی", + "Current log-in password" : "رمزعبور فعلی", + "Update Private Key Password" : "به روز رسانی رمزعبور کلید خصوصی", + "Enable password recovery:" : "فعال سازی بازیابی رمزعبور:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "فعال کردن این گزینه به شما اجازه خواهد داد در صورت از دست دادن رمزعبور به فایل های رمزگذاری شده خود دسترسی داشته باشید." +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/fa.json b/apps/files_encryption/l10n/fa.json new file mode 100644 index 0000000000..30b0faa5ec --- /dev/null +++ b/apps/files_encryption/l10n/fa.json @@ -0,0 +1,30 @@ +{ "translations": { + "Unknown error" : "خطای نامشخص", + "Recovery key successfully enabled" : "کلید بازیابی با موفقیت فعال شده است.", + "Could not disable recovery key. Please check your recovery key password!" : "کلید بازیابی را نمی تواند غیرفعال نماید. لطفا رمزعبور کلید بازیابی خود را بررسی کنید!", + "Recovery key successfully disabled" : "کلید بازیابی با موفقیت غیر فعال شده است.", + "Password successfully changed." : "رمزعبور با موفقیت تغییر یافت.", + "Could not change the password. Maybe the old password was not correct." : "رمزعبور را نمیتواند تغییر دهد. شاید رمزعبورقدیمی صحیح نمی باشد.", + "Private key password successfully updated." : "رمزعبور کلید خصوصی با موفقیت به روز شد.", + "Could not update the private key password. Maybe the old password was not correct." : "رمزعبور کلید خصوصی را نمی تواند به روز کند. شاید رمزعبور قدیمی صحیح نمی باشد.", + "File recovery settings updated" : "تنظیمات بازیابی فایل به روز شده است.", + "Could not update file recovery" : "به روز رسانی بازیابی فایل را نمی تواند انجام دهد.", + "Missing requirements." : "نیازمندی های گمشده", + "Following users are not set up for encryption:" : "کاربران زیر برای رمزنگاری تنظیم نشده اند", + "Encryption" : "رمزگذاری", + "Enable recovery key (allow to recover users files in case of password loss):" : "فعال کردن کلید بازیابی(اجازه بازیابی فایل های کاربران در صورت از دست دادن رمزعبور):", + "Recovery key password" : "رمزعبور کلید بازیابی", + "Enabled" : "فعال شده", + "Disabled" : "غیرفعال شده", + "Change recovery key password:" : "تغییر رمزعبور کلید بازیابی:", + "Old Recovery key password" : "رمزعبور قدیمی کلید بازیابی ", + "New Recovery key password" : "رمزعبور جدید کلید بازیابی", + "Change Password" : "تغییر رمزعبور", + " If you don't remember your old password you can ask your administrator to recover your files." : "اگر رمزعبور قدیمی را فراموش کرده اید میتوانید از مدیر خود برای بازیابی فایل هایتان درخواست نمایید.", + "Old log-in password" : "رمزعبور قدیمی", + "Current log-in password" : "رمزعبور فعلی", + "Update Private Key Password" : "به روز رسانی رمزعبور کلید خصوصی", + "Enable password recovery:" : "فعال سازی بازیابی رمزعبور:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "فعال کردن این گزینه به شما اجازه خواهد داد در صورت از دست دادن رمزعبور به فایل های رمزگذاری شده خود دسترسی داشته باشید." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/fa.php b/apps/files_encryption/l10n/fa.php deleted file mode 100644 index 113bf65ca3..0000000000 --- a/apps/files_encryption/l10n/fa.php +++ /dev/null @@ -1,31 +0,0 @@ - "خطای نامشخص", -"Recovery key successfully enabled" => "کلید بازیابی با موفقیت فعال شده است.", -"Could not disable recovery key. Please check your recovery key password!" => "کلید بازیابی را نمی تواند غیرفعال نماید. لطفا رمزعبور کلید بازیابی خود را بررسی کنید!", -"Recovery key successfully disabled" => "کلید بازیابی با موفقیت غیر فعال شده است.", -"Password successfully changed." => "رمزعبور با موفقیت تغییر یافت.", -"Could not change the password. Maybe the old password was not correct." => "رمزعبور را نمیتواند تغییر دهد. شاید رمزعبورقدیمی صحیح نمی باشد.", -"Private key password successfully updated." => "رمزعبور کلید خصوصی با موفقیت به روز شد.", -"Could not update the private key password. Maybe the old password was not correct." => "رمزعبور کلید خصوصی را نمی تواند به روز کند. شاید رمزعبور قدیمی صحیح نمی باشد.", -"File recovery settings updated" => "تنظیمات بازیابی فایل به روز شده است.", -"Could not update file recovery" => "به روز رسانی بازیابی فایل را نمی تواند انجام دهد.", -"Missing requirements." => "نیازمندی های گمشده", -"Following users are not set up for encryption:" => "کاربران زیر برای رمزنگاری تنظیم نشده اند", -"Encryption" => "رمزگذاری", -"Enable recovery key (allow to recover users files in case of password loss):" => "فعال کردن کلید بازیابی(اجازه بازیابی فایل های کاربران در صورت از دست دادن رمزعبور):", -"Recovery key password" => "رمزعبور کلید بازیابی", -"Enabled" => "فعال شده", -"Disabled" => "غیرفعال شده", -"Change recovery key password:" => "تغییر رمزعبور کلید بازیابی:", -"Old Recovery key password" => "رمزعبور قدیمی کلید بازیابی ", -"New Recovery key password" => "رمزعبور جدید کلید بازیابی", -"Change Password" => "تغییر رمزعبور", -" If you don't remember your old password you can ask your administrator to recover your files." => "اگر رمزعبور قدیمی را فراموش کرده اید میتوانید از مدیر خود برای بازیابی فایل هایتان درخواست نمایید.", -"Old log-in password" => "رمزعبور قدیمی", -"Current log-in password" => "رمزعبور فعلی", -"Update Private Key Password" => "به روز رسانی رمزعبور کلید خصوصی", -"Enable password recovery:" => "فعال سازی بازیابی رمزعبور:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "فعال کردن این گزینه به شما اجازه خواهد داد در صورت از دست دادن رمزعبور به فایل های رمزگذاری شده خود دسترسی داشته باشید." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/fi_FI.js b/apps/files_encryption/l10n/fi_FI.js new file mode 100644 index 0000000000..bf1afbb112 --- /dev/null +++ b/apps/files_encryption/l10n/fi_FI.js @@ -0,0 +1,33 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Tuntematon virhe", + "Recovery key successfully enabled" : "Palautusavain kytketty päälle onnistuneesti", + "Password successfully changed." : "Salasana vaihdettiin onnistuneesti.", + "Could not change the password. Maybe the old password was not correct." : "Salasanan vaihto epäonnistui. Kenties vanha salasana oli väärin.", + "Private key password successfully updated." : "Yksityisen avaimen salasana päivitetty onnistuneesti.", + "File recovery settings updated" : "Tiedostopalautuksen asetukset päivitetty", + "Unknown error. Please check your system settings or contact your administrator" : "Tuntematon virhe. Tarkista järjestelmän asetukset tai ole yhteydessä ylläpitäjään.", + "Following users are not set up for encryption:" : "Seuraavat käyttäjät eivät ole määrittäneet salausta:", + "Initial encryption started... This can take some time. Please wait." : "Ensimmäinen salauskerta käynnistetty... Tämä saattaa kestää hetken.", + "Initial encryption running... Please try again later." : "Ensimmäinen salauskerta on meneillään... Yritä myöhemmin uudelleen.", + "Go directly to your %spersonal settings%s." : "Siirry suoraan %shenkilökohtaisiin asetuksiisi%s.", + "Encryption" : "Salaus", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Salaussovellus on käytössä, mutta salausavaimia ei ole alustettu. Ole hyvä ja kirjaudu sisään uudelleen.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Käytä palautusavainta (salli käyttäjien tiedostojen palauttaminen, jos heidän salasana unohtuu):", + "Recovery key password" : "Palautusavaimen salasana", + "Repeat Recovery key password" : "Toista palautusavaimen salasana", + "Enabled" : "Käytössä", + "Disabled" : "Ei käytössä", + "Change recovery key password:" : "Vaihda palautusavaimen salasana:", + "Old Recovery key password" : "Vanha palautusavaimen salasana", + "New Recovery key password" : "Uusi palautusavaimen salasana", + "Repeat New Recovery key password" : "Toista uusi palautusavaimen salasana", + "Change Password" : "Vaihda salasana", + " If you don't remember your old password you can ask your administrator to recover your files." : "Jos et muista vanhaa salasanaasi, voit pyytää ylläpitäjää palauttamaan tiedostosi.", + "Old log-in password" : "Vanha kirjautumis-salasana", + "Current log-in password" : "Nykyinen kirjautumis-salasana", + "Update Private Key Password" : "Päivitä yksityisen avaimen salasana", + "Enable password recovery:" : "Ota salasanan palautus käyttöön:" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/fi_FI.json b/apps/files_encryption/l10n/fi_FI.json new file mode 100644 index 0000000000..2b91a4388d --- /dev/null +++ b/apps/files_encryption/l10n/fi_FI.json @@ -0,0 +1,31 @@ +{ "translations": { + "Unknown error" : "Tuntematon virhe", + "Recovery key successfully enabled" : "Palautusavain kytketty päälle onnistuneesti", + "Password successfully changed." : "Salasana vaihdettiin onnistuneesti.", + "Could not change the password. Maybe the old password was not correct." : "Salasanan vaihto epäonnistui. Kenties vanha salasana oli väärin.", + "Private key password successfully updated." : "Yksityisen avaimen salasana päivitetty onnistuneesti.", + "File recovery settings updated" : "Tiedostopalautuksen asetukset päivitetty", + "Unknown error. Please check your system settings or contact your administrator" : "Tuntematon virhe. Tarkista järjestelmän asetukset tai ole yhteydessä ylläpitäjään.", + "Following users are not set up for encryption:" : "Seuraavat käyttäjät eivät ole määrittäneet salausta:", + "Initial encryption started... This can take some time. Please wait." : "Ensimmäinen salauskerta käynnistetty... Tämä saattaa kestää hetken.", + "Initial encryption running... Please try again later." : "Ensimmäinen salauskerta on meneillään... Yritä myöhemmin uudelleen.", + "Go directly to your %spersonal settings%s." : "Siirry suoraan %shenkilökohtaisiin asetuksiisi%s.", + "Encryption" : "Salaus", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Salaussovellus on käytössä, mutta salausavaimia ei ole alustettu. Ole hyvä ja kirjaudu sisään uudelleen.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Käytä palautusavainta (salli käyttäjien tiedostojen palauttaminen, jos heidän salasana unohtuu):", + "Recovery key password" : "Palautusavaimen salasana", + "Repeat Recovery key password" : "Toista palautusavaimen salasana", + "Enabled" : "Käytössä", + "Disabled" : "Ei käytössä", + "Change recovery key password:" : "Vaihda palautusavaimen salasana:", + "Old Recovery key password" : "Vanha palautusavaimen salasana", + "New Recovery key password" : "Uusi palautusavaimen salasana", + "Repeat New Recovery key password" : "Toista uusi palautusavaimen salasana", + "Change Password" : "Vaihda salasana", + " If you don't remember your old password you can ask your administrator to recover your files." : "Jos et muista vanhaa salasanaasi, voit pyytää ylläpitäjää palauttamaan tiedostosi.", + "Old log-in password" : "Vanha kirjautumis-salasana", + "Current log-in password" : "Nykyinen kirjautumis-salasana", + "Update Private Key Password" : "Päivitä yksityisen avaimen salasana", + "Enable password recovery:" : "Ota salasanan palautus käyttöön:" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/fi_FI.php b/apps/files_encryption/l10n/fi_FI.php deleted file mode 100644 index 93ecf4c1ea..0000000000 --- a/apps/files_encryption/l10n/fi_FI.php +++ /dev/null @@ -1,32 +0,0 @@ - "Tuntematon virhe", -"Recovery key successfully enabled" => "Palautusavain kytketty päälle onnistuneesti", -"Password successfully changed." => "Salasana vaihdettiin onnistuneesti.", -"Could not change the password. Maybe the old password was not correct." => "Salasanan vaihto epäonnistui. Kenties vanha salasana oli väärin.", -"Private key password successfully updated." => "Yksityisen avaimen salasana päivitetty onnistuneesti.", -"File recovery settings updated" => "Tiedostopalautuksen asetukset päivitetty", -"Unknown error. Please check your system settings or contact your administrator" => "Tuntematon virhe. Tarkista järjestelmän asetukset tai ole yhteydessä ylläpitäjään.", -"Following users are not set up for encryption:" => "Seuraavat käyttäjät eivät ole määrittäneet salausta:", -"Initial encryption started... This can take some time. Please wait." => "Ensimmäinen salauskerta käynnistetty... Tämä saattaa kestää hetken.", -"Initial encryption running... Please try again later." => "Ensimmäinen salauskerta on meneillään... Yritä myöhemmin uudelleen.", -"Go directly to your %spersonal settings%s." => "Siirry suoraan %shenkilökohtaisiin asetuksiisi%s.", -"Encryption" => "Salaus", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Salaussovellus on käytössä, mutta salausavaimia ei ole alustettu. Ole hyvä ja kirjaudu sisään uudelleen.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Käytä palautusavainta (salli käyttäjien tiedostojen palauttaminen, jos heidän salasana unohtuu):", -"Recovery key password" => "Palautusavaimen salasana", -"Repeat Recovery key password" => "Toista palautusavaimen salasana", -"Enabled" => "Käytössä", -"Disabled" => "Ei käytössä", -"Change recovery key password:" => "Vaihda palautusavaimen salasana:", -"Old Recovery key password" => "Vanha palautusavaimen salasana", -"New Recovery key password" => "Uusi palautusavaimen salasana", -"Repeat New Recovery key password" => "Toista uusi palautusavaimen salasana", -"Change Password" => "Vaihda salasana", -" If you don't remember your old password you can ask your administrator to recover your files." => "Jos et muista vanhaa salasanaasi, voit pyytää ylläpitäjää palauttamaan tiedostosi.", -"Old log-in password" => "Vanha kirjautumis-salasana", -"Current log-in password" => "Nykyinen kirjautumis-salasana", -"Update Private Key Password" => "Päivitä yksityisen avaimen salasana", -"Enable password recovery:" => "Ota salasanan palautus käyttöön:" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/fr.js b/apps/files_encryption/l10n/fr.js new file mode 100644 index 0000000000..68d07143f7 --- /dev/null +++ b/apps/files_encryption/l10n/fr.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Erreur Inconnue ", + "Missing recovery key password" : "Mot de passe de la clef de récupération manquant", + "Please repeat the recovery key password" : "Répétez le mot de passe de la clé de récupération", + "Repeated recovery key password does not match the provided recovery key password" : "Le mot de passe de la clé de récupération et sa répétition ne sont pas identiques.", + "Recovery key successfully enabled" : "Clé de récupération activée avec succès", + "Could not disable recovery key. Please check your recovery key password!" : "Impossible de désactiver la clé de récupération. Veuillez vérifier votre mot de passe de clé de récupération !", + "Recovery key successfully disabled" : "Clé de récupération désactivée avec succès", + "Please provide the old recovery password" : "Veuillez entrer l'ancien mot de passe de récupération", + "Please provide a new recovery password" : "Veuillez entrer un nouveau mot de passe de récupération", + "Please repeat the new recovery password" : "Veuillez répéter le nouveau mot de passe de récupération", + "Password successfully changed." : "Mot de passe changé avec succès ", + "Could not change the password. Maybe the old password was not correct." : "Ne peut pas changer le mot de passe. L'ancien mot de passe est peut-être incorrect.", + "Private key password successfully updated." : "Mot de passe de la clé privé mis à jour avec succès.", + "Could not update the private key password. Maybe the old password was not correct." : "Impossible de mettre à jour le mot de passe de la clé privé. Peut-être que l'ancien mot de passe n'était pas correcte.", + "File recovery settings updated" : "Paramètres de récupération de fichiers mis à jour", + "Could not update file recovery" : "Ne peut pas remettre à jour les fichiers de récupération", + "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." : "L'application de chiffrement n'est pas initialisée ! Peut-être que cette application a été réactivée pendant votre session. Veuillez essayer de vous déconnecter et ensuite de vous reconnecter pour initialiser l'application de chiffrement.", + "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." : "Votre clef privée est invalide ! Votre mot de passe a probablement été modifié hors de %s (ex. votre annuaire d'entreprise). Vous pouvez mettre à jour le mot de passe de votre clef privée dans les paramètres personnels pour pouvoir récupérer l'accès à vos fichiers chiffrés.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de déchiffrer ce fichier, il s'agit probablement d'un fichier partagé. Veuillez demander au propriétaire de ce fichier de le repartager avec vous.", + "Unknown error. Please check your system settings or contact your administrator" : "Erreur inconnue. Veuillez vérifier vos paramètres système ou contacter un administrateur.", + "Missing requirements." : "Système minimum requis non respecté.", + "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." : "Veuillez vous assurer qu'une version de PHP 5.3.3 ou supérieure est installée et qu'OpenSSL et son extension PHP sont activés et configurés correctement. En attendant, l'application de chiffrement été désactivée.", + "Following users are not set up for encryption:" : "Les utilisateurs suivants ne sont pas configurés pour le chiffrement :", + "Initial encryption started... This can take some time. Please wait." : "Chiffrement initial démarré... Cela peut prendre un certain temps. Veuillez patienter.", + "Initial encryption running... Please try again later." : "Chiffrement initial en cours... Veuillez re-essayer ultérieurement.", + "Go directly to your %spersonal settings%s." : "Allerz directement à vos %spersonal settings%s.", + "Encryption" : "Chiffrement", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'application de chiffrement est activée mais vos clés ne sont pas initialisées, veuillez vous déconnecter et ensuite vous reconnecter.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Activer la clef de récupération (permet de récupérer les fichiers des utilisateurs en cas de perte de mot de passe).", + "Recovery key password" : "Mot de passe de la clef de récupération", + "Repeat Recovery key password" : "Répétez le mot de passe de la clé de récupération", + "Enabled" : "Activer", + "Disabled" : "Désactiver", + "Change recovery key password:" : "Modifier le mot de passe de la clef de récupération :", + "Old Recovery key password" : "Ancien mot de passe de la clef de récupération", + "New Recovery key password" : "Nouveau mot de passe de la clef de récupération", + "Repeat New Recovery key password" : "Répétez le nouveau mot de passe de la clé de récupération", + "Change Password" : "Changer de mot de passe", + "Your private key password no longer matches your log-in password." : "Le mot de passe de votre clef privée ne correspond plus à votre mot de passe de connexion.", + "Set your old private key password to your current log-in password:" : "Configurez le mot de passe de votre ancienne clef privée avec votre mot de passe courant de connexion :", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si vous ne vous souvenez plus de votre ancien mot de passe, vous pouvez demander à votre administrateur de récupérer vos fichiers.", + "Old log-in password" : "Ancien mot de passe de connexion", + "Current log-in password" : "Actuel mot de passe de connexion", + "Update Private Key Password" : "Mettre à jour le mot de passe de votre clé privée", + "Enable password recovery:" : "Activer la récupération du mot de passe :", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Activer cette option vous permettra d'obtenir à nouveau l'accès à vos fichiers chiffrés en cas de perte de mot de passe" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_encryption/l10n/fr.json b/apps/files_encryption/l10n/fr.json new file mode 100644 index 0000000000..707583f7c8 --- /dev/null +++ b/apps/files_encryption/l10n/fr.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Erreur Inconnue ", + "Missing recovery key password" : "Mot de passe de la clef de récupération manquant", + "Please repeat the recovery key password" : "Répétez le mot de passe de la clé de récupération", + "Repeated recovery key password does not match the provided recovery key password" : "Le mot de passe de la clé de récupération et sa répétition ne sont pas identiques.", + "Recovery key successfully enabled" : "Clé de récupération activée avec succès", + "Could not disable recovery key. Please check your recovery key password!" : "Impossible de désactiver la clé de récupération. Veuillez vérifier votre mot de passe de clé de récupération !", + "Recovery key successfully disabled" : "Clé de récupération désactivée avec succès", + "Please provide the old recovery password" : "Veuillez entrer l'ancien mot de passe de récupération", + "Please provide a new recovery password" : "Veuillez entrer un nouveau mot de passe de récupération", + "Please repeat the new recovery password" : "Veuillez répéter le nouveau mot de passe de récupération", + "Password successfully changed." : "Mot de passe changé avec succès ", + "Could not change the password. Maybe the old password was not correct." : "Ne peut pas changer le mot de passe. L'ancien mot de passe est peut-être incorrect.", + "Private key password successfully updated." : "Mot de passe de la clé privé mis à jour avec succès.", + "Could not update the private key password. Maybe the old password was not correct." : "Impossible de mettre à jour le mot de passe de la clé privé. Peut-être que l'ancien mot de passe n'était pas correcte.", + "File recovery settings updated" : "Paramètres de récupération de fichiers mis à jour", + "Could not update file recovery" : "Ne peut pas remettre à jour les fichiers de récupération", + "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." : "L'application de chiffrement n'est pas initialisée ! Peut-être que cette application a été réactivée pendant votre session. Veuillez essayer de vous déconnecter et ensuite de vous reconnecter pour initialiser l'application de chiffrement.", + "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." : "Votre clef privée est invalide ! Votre mot de passe a probablement été modifié hors de %s (ex. votre annuaire d'entreprise). Vous pouvez mettre à jour le mot de passe de votre clef privée dans les paramètres personnels pour pouvoir récupérer l'accès à vos fichiers chiffrés.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de déchiffrer ce fichier, il s'agit probablement d'un fichier partagé. Veuillez demander au propriétaire de ce fichier de le repartager avec vous.", + "Unknown error. Please check your system settings or contact your administrator" : "Erreur inconnue. Veuillez vérifier vos paramètres système ou contacter un administrateur.", + "Missing requirements." : "Système minimum requis non respecté.", + "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." : "Veuillez vous assurer qu'une version de PHP 5.3.3 ou supérieure est installée et qu'OpenSSL et son extension PHP sont activés et configurés correctement. En attendant, l'application de chiffrement été désactivée.", + "Following users are not set up for encryption:" : "Les utilisateurs suivants ne sont pas configurés pour le chiffrement :", + "Initial encryption started... This can take some time. Please wait." : "Chiffrement initial démarré... Cela peut prendre un certain temps. Veuillez patienter.", + "Initial encryption running... Please try again later." : "Chiffrement initial en cours... Veuillez re-essayer ultérieurement.", + "Go directly to your %spersonal settings%s." : "Allerz directement à vos %spersonal settings%s.", + "Encryption" : "Chiffrement", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'application de chiffrement est activée mais vos clés ne sont pas initialisées, veuillez vous déconnecter et ensuite vous reconnecter.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Activer la clef de récupération (permet de récupérer les fichiers des utilisateurs en cas de perte de mot de passe).", + "Recovery key password" : "Mot de passe de la clef de récupération", + "Repeat Recovery key password" : "Répétez le mot de passe de la clé de récupération", + "Enabled" : "Activer", + "Disabled" : "Désactiver", + "Change recovery key password:" : "Modifier le mot de passe de la clef de récupération :", + "Old Recovery key password" : "Ancien mot de passe de la clef de récupération", + "New Recovery key password" : "Nouveau mot de passe de la clef de récupération", + "Repeat New Recovery key password" : "Répétez le nouveau mot de passe de la clé de récupération", + "Change Password" : "Changer de mot de passe", + "Your private key password no longer matches your log-in password." : "Le mot de passe de votre clef privée ne correspond plus à votre mot de passe de connexion.", + "Set your old private key password to your current log-in password:" : "Configurez le mot de passe de votre ancienne clef privée avec votre mot de passe courant de connexion :", + " If you don't remember your old password you can ask your administrator to recover your files." : "Si vous ne vous souvenez plus de votre ancien mot de passe, vous pouvez demander à votre administrateur de récupérer vos fichiers.", + "Old log-in password" : "Ancien mot de passe de connexion", + "Current log-in password" : "Actuel mot de passe de connexion", + "Update Private Key Password" : "Mettre à jour le mot de passe de votre clé privée", + "Enable password recovery:" : "Activer la récupération du mot de passe :", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Activer cette option vous permettra d'obtenir à nouveau l'accès à vos fichiers chiffrés en cas de perte de mot de passe" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/fr.php b/apps/files_encryption/l10n/fr.php deleted file mode 100644 index 2ca5eec48f..0000000000 --- a/apps/files_encryption/l10n/fr.php +++ /dev/null @@ -1,50 +0,0 @@ - "Erreur Inconnue ", -"Missing recovery key password" => "Mot de passe de la clef de récupération manquant", -"Please repeat the recovery key password" => "Répétez le mot de passe de la clé de récupération", -"Repeated recovery key password does not match the provided recovery key password" => "Le mot de passe de la clé de récupération et sa répétition ne sont pas identiques.", -"Recovery key successfully enabled" => "Clé de récupération activée avec succès", -"Could not disable recovery key. Please check your recovery key password!" => "Impossible de désactiver la clé de récupération. Veuillez vérifier votre mot de passe de clé de récupération !", -"Recovery key successfully disabled" => "Clé de récupération désactivée avec succès", -"Please provide the old recovery password" => "Veuillez entrer l'ancien mot de passe de récupération", -"Please provide a new recovery password" => "Veuillez entrer un nouveau mot de passe de récupération", -"Please repeat the new recovery password" => "Veuillez répéter le nouveau mot de passe de récupération", -"Password successfully changed." => "Mot de passe changé avec succès ", -"Could not change the password. Maybe the old password was not correct." => "Ne peut pas changer le mot de passe. L'ancien mot de passe est peut-être incorrect.", -"Private key password successfully updated." => "Mot de passe de la clé privé mis à jour avec succès.", -"Could not update the private key password. Maybe the old password was not correct." => "Impossible de mettre à jour le mot de passe de la clé privé. Peut-être que l'ancien mot de passe n'était pas correcte.", -"File recovery settings updated" => "Paramètres de récupération de fichiers mis à jour", -"Could not update file recovery" => "Ne peut pas remettre à jour les fichiers de récupération", -"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." => "L'application de chiffrement n'est pas initialisée ! Peut-être que cette application a été réactivée pendant votre session. Veuillez essayer de vous déconnecter et ensuite de vous reconnecter pour initialiser l'application de chiffrement.", -"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." => "Votre clef privée est invalide ! Votre mot de passe a probablement été modifié hors de %s (ex. votre annuaire d'entreprise). Vous pouvez mettre à jour le mot de passe de votre clef privée dans les paramètres personnels pour pouvoir récupérer l'accès à vos fichiers chiffrés.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Impossible de déchiffrer ce fichier, il s'agit probablement d'un fichier partagé. Veuillez demander au propriétaire de ce fichier de le repartager avec vous.", -"Unknown error. Please check your system settings or contact your administrator" => "Erreur inconnue. Veuillez vérifier vos paramètres système ou contacter un administrateur.", -"Missing requirements." => "Système minimum requis non respecté.", -"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." => "Veuillez vous assurer qu'une version de PHP 5.3.3 ou supérieure est installée et qu'OpenSSL et son extension PHP sont activés et configurés correctement. En attendant, l'application de chiffrement été désactivée.", -"Following users are not set up for encryption:" => "Les utilisateurs suivants ne sont pas configurés pour le chiffrement :", -"Initial encryption started... This can take some time. Please wait." => "Chiffrement initial démarré... Cela peut prendre un certain temps. Veuillez patienter.", -"Initial encryption running... Please try again later." => "Chiffrement initial en cours... Veuillez re-essayer ultérieurement.", -"Go directly to your %spersonal settings%s." => "Allerz directement à vos %spersonal settings%s.", -"Encryption" => "Chiffrement", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'application de chiffrement est activée mais vos clés ne sont pas initialisées, veuillez vous déconnecter et ensuite vous reconnecter.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Activer la clef de récupération (permet de récupérer les fichiers des utilisateurs en cas de perte de mot de passe).", -"Recovery key password" => "Mot de passe de la clef de récupération", -"Repeat Recovery key password" => "Répétez le mot de passe de la clé de récupération", -"Enabled" => "Activer", -"Disabled" => "Désactiver", -"Change recovery key password:" => "Modifier le mot de passe de la clef de récupération :", -"Old Recovery key password" => "Ancien mot de passe de la clef de récupération", -"New Recovery key password" => "Nouveau mot de passe de la clef de récupération", -"Repeat New Recovery key password" => "Répétez le nouveau mot de passe de la clé de récupération", -"Change Password" => "Changer de mot de passe", -"Your private key password no longer matches your log-in password." => "Le mot de passe de votre clef privée ne correspond plus à votre mot de passe de connexion.", -"Set your old private key password to your current log-in password:" => "Configurez le mot de passe de votre ancienne clef privée avec votre mot de passe courant de connexion :", -" If you don't remember your old password you can ask your administrator to recover your files." => "Si vous ne vous souvenez plus de votre ancien mot de passe, vous pouvez demander à votre administrateur de récupérer vos fichiers.", -"Old log-in password" => "Ancien mot de passe de connexion", -"Current log-in password" => "Actuel mot de passe de connexion", -"Update Private Key Password" => "Mettre à jour le mot de passe de votre clé privée", -"Enable password recovery:" => "Activer la récupération du mot de passe :", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Activer cette option vous permettra d'obtenir à nouveau l'accès à vos fichiers chiffrés en cas de perte de mot de passe" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_encryption/l10n/gl.js b/apps/files_encryption/l10n/gl.js new file mode 100644 index 0000000000..72f27a9c5a --- /dev/null +++ b/apps/files_encryption/l10n/gl.js @@ -0,0 +1,45 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Produciuse un erro descoñecido", + "Recovery key successfully enabled" : "Activada satisfactoriamente a chave de recuperación", + "Could not disable recovery key. Please check your recovery key password!" : "Non foi posíbel desactivar a chave de recuperación. Comprobe o contrasinal da chave de recuperación!", + "Recovery key successfully disabled" : "Desactivada satisfactoriamente a chave de recuperación", + "Password successfully changed." : "O contrasinal foi cambiado satisfactoriamente", + "Could not change the password. Maybe the old password was not correct." : "Non foi posíbel cambiar o contrasinal. Probabelmente o contrasinal antigo non é o correcto.", + "Private key password successfully updated." : "A chave privada foi actualizada correctamente.", + "Could not update the private key password. Maybe the old password was not correct." : "Non foi posíbel actualizar o contrasinal da chave privada. É probábel que o contrasinal antigo non sexa correcto.", + "File recovery settings updated" : "Actualizouse o ficheiro de axustes de recuperación", + "Could not update file recovery" : "Non foi posíbel actualizar o ficheiro de recuperación", + "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." : "Non se iniciou a aplicación de cifrado! Quizais volva a activarse durante a sesión. Tente pechar a sesión e volver iniciala para que tamén se inicie a aplicación de cifrado.", + "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." : "A chave privada non é correcta! É probábel que o seu contrasinal teña sido cambiado desde o exterior do %s (p.ex. o seu directorio corporativo). Vostede pode actualizar o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel descifrar o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que volva compartir o ficheiro con vostede.", + "Unknown error. Please check your system settings or contact your administrator" : "Produciuse un erro descoñecido. Comprobe os axustes do sistema ou contacte co administrador", + "Missing requirements." : "Non se cumpren os requisitos.", + "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." : "Asegúrese de que está instalado o PHP 5.3.3 ou posterior e de que o OpenSSL xunto coa extensión PHP estean activados e configurados correctamente. Polo de agora foi desactivada a aplicación de cifrado.", + "Following users are not set up for encryption:" : "Os seguintes usuarios non teñen configuración para o cifrado:", + "Initial encryption started... This can take some time. Please wait." : "Comezou o cifrado inicial... Isto pode levar bastante tempo. Agarde.", + "Initial encryption running... Please try again later." : "O cifrado inicial está en execución... Tenteo máis tarde.", + "Go directly to your %spersonal settings%s." : "Vaia directamente aos seus %saxustes persoais%s.", + "Encryption" : "Cifrado", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicación de cifrado está activada, mais as chaves non foron inicializadas, saia da sesión e volva a acceder de novo", + "Enable recovery key (allow to recover users files in case of password loss):" : "Activar a chave de recuperación (permitirá recuperar os ficheiros dos usuarios no caso de perda do contrasinal):", + "Recovery key password" : "Contrasinal da chave de recuperación", + "Repeat Recovery key password" : "Repita o contrasinal da chave de recuperación", + "Enabled" : "Activado", + "Disabled" : "Desactivado", + "Change recovery key password:" : "Cambiar o contrasinal da chave de la recuperación:", + "Old Recovery key password" : "Antigo contrasinal da chave de recuperación", + "New Recovery key password" : "Novo contrasinal da chave de recuperación", + "Repeat New Recovery key password" : "Repita o novo contrasinal da chave de recuperación", + "Change Password" : "Cambiar o contrasinal", + "Your private key password no longer matches your log-in password." : "O seu contrasinal da chave privada non coincide co seu contrasinal de acceso.", + "Set your old private key password to your current log-in password:" : "Estabeleza o seu contrasinal antigo da chave de recuperación ao seu contrasinal de acceso actual:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Se non lembra o seu antigo contrasinal pode pedírllelo ao seu administrador para recuperar os seus ficheiros.", + "Old log-in password" : "Contrasinal antigo de acceso", + "Current log-in password" : "Contrasinal actual de acceso", + "Update Private Key Password" : "Actualizar o contrasinal da chave privada", + "Enable password recovery:" : "Activar o contrasinal de recuperación:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ao activar esta opción permitiráselle volver a obter acceso aos ficheiros cifrados no caso de perda do contrasinal" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/gl.json b/apps/files_encryption/l10n/gl.json new file mode 100644 index 0000000000..05e17509c4 --- /dev/null +++ b/apps/files_encryption/l10n/gl.json @@ -0,0 +1,43 @@ +{ "translations": { + "Unknown error" : "Produciuse un erro descoñecido", + "Recovery key successfully enabled" : "Activada satisfactoriamente a chave de recuperación", + "Could not disable recovery key. Please check your recovery key password!" : "Non foi posíbel desactivar a chave de recuperación. Comprobe o contrasinal da chave de recuperación!", + "Recovery key successfully disabled" : "Desactivada satisfactoriamente a chave de recuperación", + "Password successfully changed." : "O contrasinal foi cambiado satisfactoriamente", + "Could not change the password. Maybe the old password was not correct." : "Non foi posíbel cambiar o contrasinal. Probabelmente o contrasinal antigo non é o correcto.", + "Private key password successfully updated." : "A chave privada foi actualizada correctamente.", + "Could not update the private key password. Maybe the old password was not correct." : "Non foi posíbel actualizar o contrasinal da chave privada. É probábel que o contrasinal antigo non sexa correcto.", + "File recovery settings updated" : "Actualizouse o ficheiro de axustes de recuperación", + "Could not update file recovery" : "Non foi posíbel actualizar o ficheiro de recuperación", + "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." : "Non se iniciou a aplicación de cifrado! Quizais volva a activarse durante a sesión. Tente pechar a sesión e volver iniciala para que tamén se inicie a aplicación de cifrado.", + "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." : "A chave privada non é correcta! É probábel que o seu contrasinal teña sido cambiado desde o exterior do %s (p.ex. o seu directorio corporativo). Vostede pode actualizar o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel descifrar o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que volva compartir o ficheiro con vostede.", + "Unknown error. Please check your system settings or contact your administrator" : "Produciuse un erro descoñecido. Comprobe os axustes do sistema ou contacte co administrador", + "Missing requirements." : "Non se cumpren os requisitos.", + "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." : "Asegúrese de que está instalado o PHP 5.3.3 ou posterior e de que o OpenSSL xunto coa extensión PHP estean activados e configurados correctamente. Polo de agora foi desactivada a aplicación de cifrado.", + "Following users are not set up for encryption:" : "Os seguintes usuarios non teñen configuración para o cifrado:", + "Initial encryption started... This can take some time. Please wait." : "Comezou o cifrado inicial... Isto pode levar bastante tempo. Agarde.", + "Initial encryption running... Please try again later." : "O cifrado inicial está en execución... Tenteo máis tarde.", + "Go directly to your %spersonal settings%s." : "Vaia directamente aos seus %saxustes persoais%s.", + "Encryption" : "Cifrado", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A aplicación de cifrado está activada, mais as chaves non foron inicializadas, saia da sesión e volva a acceder de novo", + "Enable recovery key (allow to recover users files in case of password loss):" : "Activar a chave de recuperación (permitirá recuperar os ficheiros dos usuarios no caso de perda do contrasinal):", + "Recovery key password" : "Contrasinal da chave de recuperación", + "Repeat Recovery key password" : "Repita o contrasinal da chave de recuperación", + "Enabled" : "Activado", + "Disabled" : "Desactivado", + "Change recovery key password:" : "Cambiar o contrasinal da chave de la recuperación:", + "Old Recovery key password" : "Antigo contrasinal da chave de recuperación", + "New Recovery key password" : "Novo contrasinal da chave de recuperación", + "Repeat New Recovery key password" : "Repita o novo contrasinal da chave de recuperación", + "Change Password" : "Cambiar o contrasinal", + "Your private key password no longer matches your log-in password." : "O seu contrasinal da chave privada non coincide co seu contrasinal de acceso.", + "Set your old private key password to your current log-in password:" : "Estabeleza o seu contrasinal antigo da chave de recuperación ao seu contrasinal de acceso actual:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Se non lembra o seu antigo contrasinal pode pedírllelo ao seu administrador para recuperar os seus ficheiros.", + "Old log-in password" : "Contrasinal antigo de acceso", + "Current log-in password" : "Contrasinal actual de acceso", + "Update Private Key Password" : "Actualizar o contrasinal da chave privada", + "Enable password recovery:" : "Activar o contrasinal de recuperación:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ao activar esta opción permitiráselle volver a obter acceso aos ficheiros cifrados no caso de perda do contrasinal" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/gl.php b/apps/files_encryption/l10n/gl.php deleted file mode 100644 index bf1cea0709..0000000000 --- a/apps/files_encryption/l10n/gl.php +++ /dev/null @@ -1,44 +0,0 @@ - "Produciuse un erro descoñecido", -"Recovery key successfully enabled" => "Activada satisfactoriamente a chave de recuperación", -"Could not disable recovery key. Please check your recovery key password!" => "Non foi posíbel desactivar a chave de recuperación. Comprobe o contrasinal da chave de recuperación!", -"Recovery key successfully disabled" => "Desactivada satisfactoriamente a chave de recuperación", -"Password successfully changed." => "O contrasinal foi cambiado satisfactoriamente", -"Could not change the password. Maybe the old password was not correct." => "Non foi posíbel cambiar o contrasinal. Probabelmente o contrasinal antigo non é o correcto.", -"Private key password successfully updated." => "A chave privada foi actualizada correctamente.", -"Could not update the private key password. Maybe the old password was not correct." => "Non foi posíbel actualizar o contrasinal da chave privada. É probábel que o contrasinal antigo non sexa correcto.", -"File recovery settings updated" => "Actualizouse o ficheiro de axustes de recuperación", -"Could not update file recovery" => "Non foi posíbel actualizar o ficheiro de recuperación", -"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." => "Non se iniciou a aplicación de cifrado! Quizais volva a activarse durante a sesión. Tente pechar a sesión e volver iniciala para que tamén se inicie a aplicación de cifrado.", -"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." => "A chave privada non é correcta! É probábel que o seu contrasinal teña sido cambiado desde o exterior do %s (p.ex. o seu directorio corporativo). Vostede pode actualizar o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Non foi posíbel descifrar o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que volva compartir o ficheiro con vostede.", -"Unknown error. Please check your system settings or contact your administrator" => "Produciuse un erro descoñecido. Comprobe os axustes do sistema ou contacte co administrador", -"Missing requirements." => "Non se cumpren os requisitos.", -"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." => "Asegúrese de que está instalado o PHP 5.3.3 ou posterior e de que o OpenSSL xunto coa extensión PHP estean activados e configurados correctamente. Polo de agora foi desactivada a aplicación de cifrado.", -"Following users are not set up for encryption:" => "Os seguintes usuarios non teñen configuración para o cifrado:", -"Initial encryption started... This can take some time. Please wait." => "Comezou o cifrado inicial... Isto pode levar bastante tempo. Agarde.", -"Initial encryption running... Please try again later." => "O cifrado inicial está en execución... Tenteo máis tarde.", -"Go directly to your %spersonal settings%s." => "Vaia directamente aos seus %saxustes persoais%s.", -"Encryption" => "Cifrado", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "A aplicación de cifrado está activada, mais as chaves non foron inicializadas, saia da sesión e volva a acceder de novo", -"Enable recovery key (allow to recover users files in case of password loss):" => "Activar a chave de recuperación (permitirá recuperar os ficheiros dos usuarios no caso de perda do contrasinal):", -"Recovery key password" => "Contrasinal da chave de recuperación", -"Repeat Recovery key password" => "Repita o contrasinal da chave de recuperación", -"Enabled" => "Activado", -"Disabled" => "Desactivado", -"Change recovery key password:" => "Cambiar o contrasinal da chave de la recuperación:", -"Old Recovery key password" => "Antigo contrasinal da chave de recuperación", -"New Recovery key password" => "Novo contrasinal da chave de recuperación", -"Repeat New Recovery key password" => "Repita o novo contrasinal da chave de recuperación", -"Change Password" => "Cambiar o contrasinal", -"Your private key password no longer matches your log-in password." => "O seu contrasinal da chave privada non coincide co seu contrasinal de acceso.", -"Set your old private key password to your current log-in password:" => "Estabeleza o seu contrasinal antigo da chave de recuperación ao seu contrasinal de acceso actual:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Se non lembra o seu antigo contrasinal pode pedírllelo ao seu administrador para recuperar os seus ficheiros.", -"Old log-in password" => "Contrasinal antigo de acceso", -"Current log-in password" => "Contrasinal actual de acceso", -"Update Private Key Password" => "Actualizar o contrasinal da chave privada", -"Enable password recovery:" => "Activar o contrasinal de recuperación:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Ao activar esta opción permitiráselle volver a obter acceso aos ficheiros cifrados no caso de perda do contrasinal" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/he.js b/apps/files_encryption/l10n/he.js new file mode 100644 index 0000000000..9007054737 --- /dev/null +++ b/apps/files_encryption/l10n/he.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "שגיאה בלתי ידועה", + "Encryption" : "הצפנה" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/he.json b/apps/files_encryption/l10n/he.json new file mode 100644 index 0000000000..c3d357516d --- /dev/null +++ b/apps/files_encryption/l10n/he.json @@ -0,0 +1,5 @@ +{ "translations": { + "Unknown error" : "שגיאה בלתי ידועה", + "Encryption" : "הצפנה" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/he.php b/apps/files_encryption/l10n/he.php deleted file mode 100644 index fe514f5b01..0000000000 --- a/apps/files_encryption/l10n/he.php +++ /dev/null @@ -1,6 +0,0 @@ - "שגיאה בלתי ידועה", -"Encryption" => "הצפנה" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/hr.js b/apps/files_encryption/l10n/hr.js new file mode 100644 index 0000000000..7160e72ac2 --- /dev/null +++ b/apps/files_encryption/l10n/hr.js @@ -0,0 +1,45 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Nepoznata pogreška", + "Recovery key successfully enabled" : "Ključ za oporavak uspješno aktiviran", + "Could not disable recovery key. Please check your recovery key password!" : "Ključ za oporavak nije moguće deaktivirati. Molimo provjerite svoju lozinku ključa za oporavak!", + "Recovery key successfully disabled" : "Ključ za ooravak uspješno deaktiviran", + "Password successfully changed." : "Lozinka uspješno promijenjena.", + "Could not change the password. Maybe the old password was not correct." : "Lozinku nije moguće promijeniti. Možda je stara lozinka bila neispravna.", + "Private key password successfully updated." : "Lozinka privatnog ključa uspješno ažurirana.", + "Could not update the private key password. Maybe the old password was not correct." : "Lozinku privatnog ključa nije moguće promijeniti. Možda stara je stara lozinka bila neispravna.", + "File recovery settings updated" : "Ažurirane postavke za oporavak datoteke", + "Could not update file recovery" : "Oporavak datoteke nije moguće ažurirati", + "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." : "Aplikacija šifriranja nije inicijalizirana! Možda je aplikacija šifriranja bila reaktivirana tijekom vaše sesije.Da biste inicijalizirali aplikaciju šifriranja, molimo, pokušajte se odjaviti i ponovno prijaviti.", + "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." : "Vaš privatni ključ nije ispravan! Vjerojatno je vaša lozinka promijenjena izvan %s(npr. vašega korporativnog direktorija). Lozinku svoga privatnog ključa možete ažuriratiu svojim osobnim postavkama da biste obnovili pristup svojim šifriranim datotekama.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ovu datoteku nije moguće dešifrirati, vjerojatno je riječ o zajedničkoj datoteci. Molimopitajte vlasnika datoteke da je ponovo podijeli s vama.", + "Unknown error. Please check your system settings or contact your administrator" : "Pogreška nepoznata. Molimo provjerite svoje sistemske postavke ili kontaktirajte svog administratora.", + "Missing requirements." : "Nedostaju preduvjeti.", + "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." : "Molimo osigurajte da je instaliran PHP 5.3.3 ili noviji i da je OpenSSL zajedno s PHP ekstenzijom propisno aktivirani konfiguriran. Za sada, aplikacija šifriranja je deaktivirana.", + "Following users are not set up for encryption:" : "Sljedeći korisnici nisu određeni za šifriranje:", + "Initial encryption started... This can take some time. Please wait." : "Počelo inicijalno šifriranje... To može potrajati neko vrijeme. Molimo, pričekajte.", + "Initial encryption running... Please try again later." : "Inicijalno šifriranje u tijeku... Molimo, pokušajte ponovno kasnije.", + "Go directly to your %spersonal settings%s." : "Idite izravno na svoje %sosobne postavke%s.", + "Encryption" : "Šifriranje", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacija šifriranja je aktivirana ali vaši ključevi nisu inicijalizirani, molimo odjavite se iponovno prijavite.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktivirajte ključ za oporavak (u slučaju gubitka lozinke dozvolite oporavak korisničkih datoteka):", + "Recovery key password" : "Lozinka ključa za oporavak", + "Repeat Recovery key password" : "Ponovite lozinku ključa za oporavak", + "Enabled" : "Aktivirano", + "Disabled" : "Onemogućeno", + "Change recovery key password:" : "Promijenite lozinku ključa za oporavak", + "Old Recovery key password" : "Stara lozinka ključa za oporavak", + "New Recovery key password" : "Nova lozinka ključa za oporavak", + "Repeat New Recovery key password" : "Ponovite novu lozinku ključa za oporavak", + "Change Password" : "Promijenite lozinku", + "Your private key password no longer matches your log-in password." : "Lozinka vašeg privatnog ključa više se ne slaže s vašom lozinkom za prijavu.", + "Set your old private key password to your current log-in password:" : "Postavite svoju staru lozinku privatnog ključa u svoju postojeću lozinku za prijavu.", + " If you don't remember your old password you can ask your administrator to recover your files." : "Ako se ne sjećate svoje stare lozinke, možete zamoliti administratora da oporavi vaše datoteke.", + "Old log-in password" : "Stara lozinka za prijavu", + "Current log-in password" : "Aktualna lozinka za prijavu", + "Update Private Key Password" : "Ažurirajte lozinku privatnog ključa", + "Enable password recovery:" : "Omogućite oporavak lozinke:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "U slučaju gubitka lozinke, aktiviranje ove opcije ponovno će vam pribaviti pristup vašim šifriranim datotekama" +}, +"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/apps/files_encryption/l10n/hr.json b/apps/files_encryption/l10n/hr.json new file mode 100644 index 0000000000..e375f3f631 --- /dev/null +++ b/apps/files_encryption/l10n/hr.json @@ -0,0 +1,43 @@ +{ "translations": { + "Unknown error" : "Nepoznata pogreška", + "Recovery key successfully enabled" : "Ključ za oporavak uspješno aktiviran", + "Could not disable recovery key. Please check your recovery key password!" : "Ključ za oporavak nije moguće deaktivirati. Molimo provjerite svoju lozinku ključa za oporavak!", + "Recovery key successfully disabled" : "Ključ za ooravak uspješno deaktiviran", + "Password successfully changed." : "Lozinka uspješno promijenjena.", + "Could not change the password. Maybe the old password was not correct." : "Lozinku nije moguće promijeniti. Možda je stara lozinka bila neispravna.", + "Private key password successfully updated." : "Lozinka privatnog ključa uspješno ažurirana.", + "Could not update the private key password. Maybe the old password was not correct." : "Lozinku privatnog ključa nije moguće promijeniti. Možda stara je stara lozinka bila neispravna.", + "File recovery settings updated" : "Ažurirane postavke za oporavak datoteke", + "Could not update file recovery" : "Oporavak datoteke nije moguće ažurirati", + "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." : "Aplikacija šifriranja nije inicijalizirana! Možda je aplikacija šifriranja bila reaktivirana tijekom vaše sesije.Da biste inicijalizirali aplikaciju šifriranja, molimo, pokušajte se odjaviti i ponovno prijaviti.", + "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." : "Vaš privatni ključ nije ispravan! Vjerojatno je vaša lozinka promijenjena izvan %s(npr. vašega korporativnog direktorija). Lozinku svoga privatnog ključa možete ažuriratiu svojim osobnim postavkama da biste obnovili pristup svojim šifriranim datotekama.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ovu datoteku nije moguće dešifrirati, vjerojatno je riječ o zajedničkoj datoteci. Molimopitajte vlasnika datoteke da je ponovo podijeli s vama.", + "Unknown error. Please check your system settings or contact your administrator" : "Pogreška nepoznata. Molimo provjerite svoje sistemske postavke ili kontaktirajte svog administratora.", + "Missing requirements." : "Nedostaju preduvjeti.", + "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." : "Molimo osigurajte da je instaliran PHP 5.3.3 ili noviji i da je OpenSSL zajedno s PHP ekstenzijom propisno aktivirani konfiguriran. Za sada, aplikacija šifriranja je deaktivirana.", + "Following users are not set up for encryption:" : "Sljedeći korisnici nisu određeni za šifriranje:", + "Initial encryption started... This can take some time. Please wait." : "Počelo inicijalno šifriranje... To može potrajati neko vrijeme. Molimo, pričekajte.", + "Initial encryption running... Please try again later." : "Inicijalno šifriranje u tijeku... Molimo, pokušajte ponovno kasnije.", + "Go directly to your %spersonal settings%s." : "Idite izravno na svoje %sosobne postavke%s.", + "Encryption" : "Šifriranje", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacija šifriranja je aktivirana ali vaši ključevi nisu inicijalizirani, molimo odjavite se iponovno prijavite.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktivirajte ključ za oporavak (u slučaju gubitka lozinke dozvolite oporavak korisničkih datoteka):", + "Recovery key password" : "Lozinka ključa za oporavak", + "Repeat Recovery key password" : "Ponovite lozinku ključa za oporavak", + "Enabled" : "Aktivirano", + "Disabled" : "Onemogućeno", + "Change recovery key password:" : "Promijenite lozinku ključa za oporavak", + "Old Recovery key password" : "Stara lozinka ključa za oporavak", + "New Recovery key password" : "Nova lozinka ključa za oporavak", + "Repeat New Recovery key password" : "Ponovite novu lozinku ključa za oporavak", + "Change Password" : "Promijenite lozinku", + "Your private key password no longer matches your log-in password." : "Lozinka vašeg privatnog ključa više se ne slaže s vašom lozinkom za prijavu.", + "Set your old private key password to your current log-in password:" : "Postavite svoju staru lozinku privatnog ključa u svoju postojeću lozinku za prijavu.", + " If you don't remember your old password you can ask your administrator to recover your files." : "Ako se ne sjećate svoje stare lozinke, možete zamoliti administratora da oporavi vaše datoteke.", + "Old log-in password" : "Stara lozinka za prijavu", + "Current log-in password" : "Aktualna lozinka za prijavu", + "Update Private Key Password" : "Ažurirajte lozinku privatnog ključa", + "Enable password recovery:" : "Omogućite oporavak lozinke:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "U slučaju gubitka lozinke, aktiviranje ove opcije ponovno će vam pribaviti pristup vašim šifriranim datotekama" +},"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/apps/files_encryption/l10n/hr.php b/apps/files_encryption/l10n/hr.php deleted file mode 100644 index 663c7940e4..0000000000 --- a/apps/files_encryption/l10n/hr.php +++ /dev/null @@ -1,44 +0,0 @@ - "Nepoznata pogreška", -"Recovery key successfully enabled" => "Ključ za oporavak uspješno aktiviran", -"Could not disable recovery key. Please check your recovery key password!" => "Ključ za oporavak nije moguće deaktivirati. Molimo provjerite svoju lozinku ključa za oporavak!", -"Recovery key successfully disabled" => "Ključ za ooravak uspješno deaktiviran", -"Password successfully changed." => "Lozinka uspješno promijenjena.", -"Could not change the password. Maybe the old password was not correct." => "Lozinku nije moguće promijeniti. Možda je stara lozinka bila neispravna.", -"Private key password successfully updated." => "Lozinka privatnog ključa uspješno ažurirana.", -"Could not update the private key password. Maybe the old password was not correct." => "Lozinku privatnog ključa nije moguće promijeniti. Možda stara je stara lozinka bila neispravna.", -"File recovery settings updated" => "Ažurirane postavke za oporavak datoteke", -"Could not update file recovery" => "Oporavak datoteke nije moguće ažurirati", -"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." => "Aplikacija šifriranja nije inicijalizirana! Možda je aplikacija šifriranja bila reaktivirana tijekom vaše sesije.Da biste inicijalizirali aplikaciju šifriranja, molimo, pokušajte se odjaviti i ponovno prijaviti.", -"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." => "Vaš privatni ključ nije ispravan! Vjerojatno je vaša lozinka promijenjena izvan %s(npr. vašega korporativnog direktorija). Lozinku svoga privatnog ključa možete ažuriratiu svojim osobnim postavkama da biste obnovili pristup svojim šifriranim datotekama.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Ovu datoteku nije moguće dešifrirati, vjerojatno je riječ o zajedničkoj datoteci. Molimopitajte vlasnika datoteke da je ponovo podijeli s vama.", -"Unknown error. Please check your system settings or contact your administrator" => "Pogreška nepoznata. Molimo provjerite svoje sistemske postavke ili kontaktirajte svog administratora.", -"Missing requirements." => "Nedostaju preduvjeti.", -"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." => "Molimo osigurajte da je instaliran PHP 5.3.3 ili noviji i da je OpenSSL zajedno s PHP ekstenzijom propisno aktivirani konfiguriran. Za sada, aplikacija šifriranja je deaktivirana.", -"Following users are not set up for encryption:" => "Sljedeći korisnici nisu određeni za šifriranje:", -"Initial encryption started... This can take some time. Please wait." => "Počelo inicijalno šifriranje... To može potrajati neko vrijeme. Molimo, pričekajte.", -"Initial encryption running... Please try again later." => "Inicijalno šifriranje u tijeku... Molimo, pokušajte ponovno kasnije.", -"Go directly to your %spersonal settings%s." => "Idite izravno na svoje %sosobne postavke%s.", -"Encryption" => "Šifriranje", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplikacija šifriranja je aktivirana ali vaši ključevi nisu inicijalizirani, molimo odjavite se iponovno prijavite.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Aktivirajte ključ za oporavak (u slučaju gubitka lozinke dozvolite oporavak korisničkih datoteka):", -"Recovery key password" => "Lozinka ključa za oporavak", -"Repeat Recovery key password" => "Ponovite lozinku ključa za oporavak", -"Enabled" => "Aktivirano", -"Disabled" => "Onemogućeno", -"Change recovery key password:" => "Promijenite lozinku ključa za oporavak", -"Old Recovery key password" => "Stara lozinka ključa za oporavak", -"New Recovery key password" => "Nova lozinka ključa za oporavak", -"Repeat New Recovery key password" => "Ponovite novu lozinku ključa za oporavak", -"Change Password" => "Promijenite lozinku", -"Your private key password no longer matches your log-in password." => "Lozinka vašeg privatnog ključa više se ne slaže s vašom lozinkom za prijavu.", -"Set your old private key password to your current log-in password:" => "Postavite svoju staru lozinku privatnog ključa u svoju postojeću lozinku za prijavu.", -" If you don't remember your old password you can ask your administrator to recover your files." => "Ako se ne sjećate svoje stare lozinke, možete zamoliti administratora da oporavi vaše datoteke.", -"Old log-in password" => "Stara lozinka za prijavu", -"Current log-in password" => "Aktualna lozinka za prijavu", -"Update Private Key Password" => "Ažurirajte lozinku privatnog ključa", -"Enable password recovery:" => "Omogućite oporavak lozinke:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "U slučaju gubitka lozinke, aktiviranje ove opcije ponovno će vam pribaviti pristup vašim šifriranim datotekama" -); -$PLURAL_FORMS = "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/apps/files_encryption/l10n/hu_HU.js b/apps/files_encryption/l10n/hu_HU.js new file mode 100644 index 0000000000..349d7cf6e3 --- /dev/null +++ b/apps/files_encryption/l10n/hu_HU.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Ismeretlen hiba", + "Recovery key successfully enabled" : "A helyreállítási kulcs sikeresen bekapcsolva", + "Could not disable recovery key. Please check your recovery key password!" : "A helyreállítási kulcsot nem lehetett kikapcsolni. Ellenőrizze a helyreállítási kulcsa jelszavát!", + "Recovery key successfully disabled" : "A helyreállítási kulcs sikeresen kikapcsolva", + "Password successfully changed." : "A jelszót sikeresen megváltoztattuk.", + "Could not change the password. Maybe the old password was not correct." : "A jelszót nem lehet megváltoztatni! Lehet, hogy hibás volt a régi jelszó.", + "Private key password successfully updated." : "A személyes kulcsának jelszava frissítésre került.", + "Could not update the private key password. Maybe the old password was not correct." : "A személyes kulcsa jelszavát nem lehetett frissíteni. Lehet, hogy hibás volt a régi jelszó.", + "File recovery settings updated" : "A fájlhelyreállítási beállítások frissültek", + "Could not update file recovery" : "A fájlhelyreállítás nem frissíthető", + "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." : "A titkosítási modul nincs elindítva! Talán a munkafolyamat közben került engedélyezésre. Kérjük jelentkezzen ki majd ismét jelentkezzen be, hogy a titkosítási modul megfelelően elinduljon!", + "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." : "Az állományok titkosításához használt titkos kulcsa érvénytelen. Valószínűleg a %s rendszeren kívül változtatta meg a jelszavát (pl. a munkahelyi címtárban). A személyes beállításoknál frissítheti a titkos kulcsát, hogy ismét elérhesse a titkosított állományait.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Az állományt nem sikerült dekódolni, valószínűleg ez egy megosztott fájl. Kérje meg az állomány tulajdonosát, hogy újra ossza meg Önnel ezt az állományt!", + "Missing requirements." : "Hiányzó követelmények.", + "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." : "Kérem gondoskodjon arról, hogy PHP 5.3.3 vagy annál frissebb legyen telepítve, továbbá az OpenSSL a megfelelő PHP-bővítménnyel együtt rendelkezésre álljon és helyesen legyen konfigurálva! A titkosító modul egyelőre kikapcsolásra került.", + "Following users are not set up for encryption:" : "A következő felhasználók nem állították be a titkosítást:", + "Initial encryption started... This can take some time. Please wait." : "A titkosítási folyamat megkezdődött... Ez hosszabb ideig is eltarthat. Kérem várjon.", + "Initial encryption running... Please try again later." : "Kezedeti titkosítás fut... Próbálja később.", + "Encryption" : "Titkosítás", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Az állományok titkosítása engedélyezve van, de az Ön titkos kulcsai nincsenek beállítva. Ezért kérjük, hogy jelentkezzen ki, és lépjen be újra!", + "Enable recovery key (allow to recover users files in case of password loss):" : "A helyreállítási kulcs beállítása (lehetővé teszi a felhasználók állományainak visszaállítását, ha elfelejtik a jelszavukat):", + "Recovery key password" : "A helyreállítási kulcs jelszava", + "Repeat Recovery key password" : "Ismételje meg a helyreállítási kulcs jelszavát", + "Enabled" : "Bekapcsolva", + "Disabled" : "Kikapcsolva", + "Change recovery key password:" : "A helyreállítási kulcs jelszavának módosítása:", + "Old Recovery key password" : "Régi Helyreállítási Kulcs Jelszava", + "New Recovery key password" : "Új Helyreállítási kulcs jelszava", + "Repeat New Recovery key password" : "Ismételje meg az új helyreállítási kulcs jelszavát", + "Change Password" : "Jelszó megváltoztatása", + " If you don't remember your old password you can ask your administrator to recover your files." : "Ha nem emlékszik a régi jelszavára akkor megkérheti a rendszergazdát, hogy állítsa vissza az állományait.", + "Old log-in password" : "Régi bejelentkezési jelszó", + "Current log-in password" : "Jelenlegi bejelentkezési jelszó", + "Update Private Key Password" : "A személyest kulcs jelszó frissítése", + "Enable password recovery:" : "Jelszó-visszaállítás bekapcsolása", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ez az opció lehetővé teszi, hogy a titkosított állományok tartalmát visszanyerjük abban az esetben, ha elfelejti a jelszavát" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/hu_HU.json b/apps/files_encryption/l10n/hu_HU.json new file mode 100644 index 0000000000..e94c192180 --- /dev/null +++ b/apps/files_encryption/l10n/hu_HU.json @@ -0,0 +1,39 @@ +{ "translations": { + "Unknown error" : "Ismeretlen hiba", + "Recovery key successfully enabled" : "A helyreállítási kulcs sikeresen bekapcsolva", + "Could not disable recovery key. Please check your recovery key password!" : "A helyreállítási kulcsot nem lehetett kikapcsolni. Ellenőrizze a helyreállítási kulcsa jelszavát!", + "Recovery key successfully disabled" : "A helyreállítási kulcs sikeresen kikapcsolva", + "Password successfully changed." : "A jelszót sikeresen megváltoztattuk.", + "Could not change the password. Maybe the old password was not correct." : "A jelszót nem lehet megváltoztatni! Lehet, hogy hibás volt a régi jelszó.", + "Private key password successfully updated." : "A személyes kulcsának jelszava frissítésre került.", + "Could not update the private key password. Maybe the old password was not correct." : "A személyes kulcsa jelszavát nem lehetett frissíteni. Lehet, hogy hibás volt a régi jelszó.", + "File recovery settings updated" : "A fájlhelyreállítási beállítások frissültek", + "Could not update file recovery" : "A fájlhelyreállítás nem frissíthető", + "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." : "A titkosítási modul nincs elindítva! Talán a munkafolyamat közben került engedélyezésre. Kérjük jelentkezzen ki majd ismét jelentkezzen be, hogy a titkosítási modul megfelelően elinduljon!", + "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." : "Az állományok titkosításához használt titkos kulcsa érvénytelen. Valószínűleg a %s rendszeren kívül változtatta meg a jelszavát (pl. a munkahelyi címtárban). A személyes beállításoknál frissítheti a titkos kulcsát, hogy ismét elérhesse a titkosított állományait.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Az állományt nem sikerült dekódolni, valószínűleg ez egy megosztott fájl. Kérje meg az állomány tulajdonosát, hogy újra ossza meg Önnel ezt az állományt!", + "Missing requirements." : "Hiányzó követelmények.", + "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." : "Kérem gondoskodjon arról, hogy PHP 5.3.3 vagy annál frissebb legyen telepítve, továbbá az OpenSSL a megfelelő PHP-bővítménnyel együtt rendelkezésre álljon és helyesen legyen konfigurálva! A titkosító modul egyelőre kikapcsolásra került.", + "Following users are not set up for encryption:" : "A következő felhasználók nem állították be a titkosítást:", + "Initial encryption started... This can take some time. Please wait." : "A titkosítási folyamat megkezdődött... Ez hosszabb ideig is eltarthat. Kérem várjon.", + "Initial encryption running... Please try again later." : "Kezedeti titkosítás fut... Próbálja később.", + "Encryption" : "Titkosítás", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Az állományok titkosítása engedélyezve van, de az Ön titkos kulcsai nincsenek beállítva. Ezért kérjük, hogy jelentkezzen ki, és lépjen be újra!", + "Enable recovery key (allow to recover users files in case of password loss):" : "A helyreállítási kulcs beállítása (lehetővé teszi a felhasználók állományainak visszaállítását, ha elfelejtik a jelszavukat):", + "Recovery key password" : "A helyreállítási kulcs jelszava", + "Repeat Recovery key password" : "Ismételje meg a helyreállítási kulcs jelszavát", + "Enabled" : "Bekapcsolva", + "Disabled" : "Kikapcsolva", + "Change recovery key password:" : "A helyreállítási kulcs jelszavának módosítása:", + "Old Recovery key password" : "Régi Helyreállítási Kulcs Jelszava", + "New Recovery key password" : "Új Helyreállítási kulcs jelszava", + "Repeat New Recovery key password" : "Ismételje meg az új helyreállítási kulcs jelszavát", + "Change Password" : "Jelszó megváltoztatása", + " If you don't remember your old password you can ask your administrator to recover your files." : "Ha nem emlékszik a régi jelszavára akkor megkérheti a rendszergazdát, hogy állítsa vissza az állományait.", + "Old log-in password" : "Régi bejelentkezési jelszó", + "Current log-in password" : "Jelenlegi bejelentkezési jelszó", + "Update Private Key Password" : "A személyest kulcs jelszó frissítése", + "Enable password recovery:" : "Jelszó-visszaállítás bekapcsolása", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ez az opció lehetővé teszi, hogy a titkosított állományok tartalmát visszanyerjük abban az esetben, ha elfelejti a jelszavát" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/hu_HU.php b/apps/files_encryption/l10n/hu_HU.php deleted file mode 100644 index 6c77da9533..0000000000 --- a/apps/files_encryption/l10n/hu_HU.php +++ /dev/null @@ -1,40 +0,0 @@ - "Ismeretlen hiba", -"Recovery key successfully enabled" => "A helyreállítási kulcs sikeresen bekapcsolva", -"Could not disable recovery key. Please check your recovery key password!" => "A helyreállítási kulcsot nem lehetett kikapcsolni. Ellenőrizze a helyreállítási kulcsa jelszavát!", -"Recovery key successfully disabled" => "A helyreállítási kulcs sikeresen kikapcsolva", -"Password successfully changed." => "A jelszót sikeresen megváltoztattuk.", -"Could not change the password. Maybe the old password was not correct." => "A jelszót nem lehet megváltoztatni! Lehet, hogy hibás volt a régi jelszó.", -"Private key password successfully updated." => "A személyes kulcsának jelszava frissítésre került.", -"Could not update the private key password. Maybe the old password was not correct." => "A személyes kulcsa jelszavát nem lehetett frissíteni. Lehet, hogy hibás volt a régi jelszó.", -"File recovery settings updated" => "A fájlhelyreállítási beállítások frissültek", -"Could not update file recovery" => "A fájlhelyreállítás nem frissíthető", -"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." => "A titkosítási modul nincs elindítva! Talán a munkafolyamat közben került engedélyezésre. Kérjük jelentkezzen ki majd ismét jelentkezzen be, hogy a titkosítási modul megfelelően elinduljon!", -"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." => "Az állományok titkosításához használt titkos kulcsa érvénytelen. Valószínűleg a %s rendszeren kívül változtatta meg a jelszavát (pl. a munkahelyi címtárban). A személyes beállításoknál frissítheti a titkos kulcsát, hogy ismét elérhesse a titkosított állományait.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Az állományt nem sikerült dekódolni, valószínűleg ez egy megosztott fájl. Kérje meg az állomány tulajdonosát, hogy újra ossza meg Önnel ezt az állományt!", -"Missing requirements." => "Hiányzó követelmények.", -"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." => "Kérem gondoskodjon arról, hogy PHP 5.3.3 vagy annál frissebb legyen telepítve, továbbá az OpenSSL a megfelelő PHP-bővítménnyel együtt rendelkezésre álljon és helyesen legyen konfigurálva! A titkosító modul egyelőre kikapcsolásra került.", -"Following users are not set up for encryption:" => "A következő felhasználók nem állították be a titkosítást:", -"Initial encryption started... This can take some time. Please wait." => "A titkosítási folyamat megkezdődött... Ez hosszabb ideig is eltarthat. Kérem várjon.", -"Initial encryption running... Please try again later." => "Kezedeti titkosítás fut... Próbálja később.", -"Encryption" => "Titkosítás", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Az állományok titkosítása engedélyezve van, de az Ön titkos kulcsai nincsenek beállítva. Ezért kérjük, hogy jelentkezzen ki, és lépjen be újra!", -"Enable recovery key (allow to recover users files in case of password loss):" => "A helyreállítási kulcs beállítása (lehetővé teszi a felhasználók állományainak visszaállítását, ha elfelejtik a jelszavukat):", -"Recovery key password" => "A helyreállítási kulcs jelszava", -"Repeat Recovery key password" => "Ismételje meg a helyreállítási kulcs jelszavát", -"Enabled" => "Bekapcsolva", -"Disabled" => "Kikapcsolva", -"Change recovery key password:" => "A helyreállítási kulcs jelszavának módosítása:", -"Old Recovery key password" => "Régi Helyreállítási Kulcs Jelszava", -"New Recovery key password" => "Új Helyreállítási kulcs jelszava", -"Repeat New Recovery key password" => "Ismételje meg az új helyreállítási kulcs jelszavát", -"Change Password" => "Jelszó megváltoztatása", -" If you don't remember your old password you can ask your administrator to recover your files." => "Ha nem emlékszik a régi jelszavára akkor megkérheti a rendszergazdát, hogy állítsa vissza az állományait.", -"Old log-in password" => "Régi bejelentkezési jelszó", -"Current log-in password" => "Jelenlegi bejelentkezési jelszó", -"Update Private Key Password" => "A személyest kulcs jelszó frissítése", -"Enable password recovery:" => "Jelszó-visszaállítás bekapcsolása", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Ez az opció lehetővé teszi, hogy a titkosított állományok tartalmát visszanyerjük abban az esetben, ha elfelejti a jelszavát" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/ia.js b/apps/files_encryption/l10n/ia.js new file mode 100644 index 0000000000..5d480be507 --- /dev/null +++ b/apps/files_encryption/l10n/ia.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Error Incognite" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/ia.json b/apps/files_encryption/l10n/ia.json new file mode 100644 index 0000000000..de701b407d --- /dev/null +++ b/apps/files_encryption/l10n/ia.json @@ -0,0 +1,4 @@ +{ "translations": { + "Unknown error" : "Error Incognite" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ia.php b/apps/files_encryption/l10n/ia.php deleted file mode 100644 index 513184ba1c..0000000000 --- a/apps/files_encryption/l10n/ia.php +++ /dev/null @@ -1,5 +0,0 @@ - "Error Incognite" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/id.js b/apps/files_encryption/l10n/id.js new file mode 100644 index 0000000000..fcb3ffb9d3 --- /dev/null +++ b/apps/files_encryption/l10n/id.js @@ -0,0 +1,37 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Galat tidak diketahui", + "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", + "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", + "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.", + "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.", + "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):", + "Recovery key password" : "Sandi kunci pemulihan", + "Repeat Recovery key password" : "Ulangi sandi kunci Pemulihan", + "Enabled" : "Diaktifkan", + "Disabled" : "Dinonaktifkan", + "Change recovery key password:" : "Ubah sandi kunci pemulihan:", + "Old Recovery key password" : "Sandi kunci Pemulihan Lama", + "New Recovery key password" : "Sandi kunci Pemulihan Baru", + "Repeat New Recovery key password" : "Ulangi sandi kunci Pemulihan baru", + "Change Password" : "Ubah sandi", + " 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", + "Update Private Key Password" : "Perbarui Sandi Kunci Privat", + "Enable password recovery:" : "Aktifkan sandi pemulihan:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Mengaktifkan opsi ini memungkinkan Anda untuk mendapatkan kembali akses ke berkas terenkripsi Anda dalam kasus kehilangan sandi" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/id.json b/apps/files_encryption/l10n/id.json new file mode 100644 index 0000000000..c0e5b43496 --- /dev/null +++ b/apps/files_encryption/l10n/id.json @@ -0,0 +1,35 @@ +{ "translations": { + "Unknown error" : "Galat tidak diketahui", + "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", + "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", + "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.", + "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.", + "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):", + "Recovery key password" : "Sandi kunci pemulihan", + "Repeat Recovery key password" : "Ulangi sandi kunci Pemulihan", + "Enabled" : "Diaktifkan", + "Disabled" : "Dinonaktifkan", + "Change recovery key password:" : "Ubah sandi kunci pemulihan:", + "Old Recovery key password" : "Sandi kunci Pemulihan Lama", + "New Recovery key password" : "Sandi kunci Pemulihan Baru", + "Repeat New Recovery key password" : "Ulangi sandi kunci Pemulihan baru", + "Change Password" : "Ubah sandi", + " 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", + "Update Private Key Password" : "Perbarui Sandi Kunci Privat", + "Enable password recovery:" : "Aktifkan sandi pemulihan:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Mengaktifkan opsi ini memungkinkan Anda untuk mendapatkan kembali akses ke berkas terenkripsi Anda dalam kasus kehilangan sandi" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/id.php b/apps/files_encryption/l10n/id.php deleted file mode 100644 index c1d171d1fc..0000000000 --- a/apps/files_encryption/l10n/id.php +++ /dev/null @@ -1,50 +0,0 @@ - "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.", -"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." => "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):", -"Recovery key password" => "Sandi kunci pemulihan", -"Repeat Recovery key password" => "Ulangi sandi kunci Pemulihan", -"Enabled" => "Diaktifkan", -"Disabled" => "Dinonaktifkan", -"Change recovery key password:" => "Ubah sandi kunci pemulihan:", -"Old Recovery key password" => "Sandi kunci Pemulihan Lama", -"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", -"Update Private Key Password" => "Perbarui Sandi Kunci Privat", -"Enable password recovery:" => "Aktifkan sandi pemulihan:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Mengaktifkan opsi ini memungkinkan Anda untuk mendapatkan kembali akses ke berkas terenkripsi Anda dalam kasus kehilangan sandi" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/is.js b/apps/files_encryption/l10n/is.js new file mode 100644 index 0000000000..8dfc249683 --- /dev/null +++ b/apps/files_encryption/l10n/is.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_encryption", + { + "Encryption" : "Dulkóðun" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/is.json b/apps/files_encryption/l10n/is.json new file mode 100644 index 0000000000..b4d4708f40 --- /dev/null +++ b/apps/files_encryption/l10n/is.json @@ -0,0 +1,4 @@ +{ "translations": { + "Encryption" : "Dulkóðun" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/is.php b/apps/files_encryption/l10n/is.php deleted file mode 100644 index 7b7a403b46..0000000000 --- a/apps/files_encryption/l10n/is.php +++ /dev/null @@ -1,5 +0,0 @@ - "Dulkóðun" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/it.js b/apps/files_encryption/l10n/it.js new file mode 100644 index 0000000000..e71abc9467 --- /dev/null +++ b/apps/files_encryption/l10n/it.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Errore sconosciuto", + "Missing recovery key password" : "Manca la password della chiave di recupero", + "Please repeat the recovery key password" : "Ripeti la password della chiave di recupero", + "Repeated recovery key password does not match the provided recovery key password" : "La password della chiave di recupero ripetuta non corrisponde alla password della chiave di recupero fornita", + "Recovery key successfully enabled" : "Chiave di recupero abilitata correttamente", + "Could not disable recovery key. Please check your recovery key password!" : "Impossibile disabilitare la chiave di recupero. Verifica la password della chiave di recupero.", + "Recovery key successfully disabled" : "Chiave di recupero disabilitata correttamente", + "Please provide the old recovery password" : "Fornisci la vecchia password di recupero", + "Please provide a new recovery password" : "Fornisci una nuova password di recupero", + "Please repeat the new recovery password" : "Ripeti la nuova password di recupero", + "Password successfully changed." : "Password modificata correttamente.", + "Could not change the password. Maybe the old password was not correct." : "Impossibile cambiare la password. Forse la vecchia password non era corretta.", + "Private key password successfully updated." : "Password della chiave privata aggiornata correttamente.", + "Could not update the private key password. Maybe the old password was not correct." : "Impossibile aggiornare la password della chiave privata. Forse la vecchia password non era corretta.", + "File recovery settings updated" : "Impostazioni di ripristino dei file aggiornate", + "Could not update file recovery" : "Impossibile aggiornare il ripristino dei file", + "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." : "Applicazione di cifratura non inizializzata. Forse l'applicazione è stata riabilitata durante la tua sessione. Prova a disconnetterti e ad effettuare nuovamente l'accesso per inizializzarla.", + "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." : "La tua chiave privata non è valida! Forse la password è stata cambiata al di fuori di %s (ad es. la directory aziendale). Puoi aggiornare la password della chiave privata nelle impostazioni personali per ottenere nuovamente l'accesso ai file cifrati.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossibile decifrare questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.", + "Unknown error. Please check your system settings or contact your administrator" : "Errore sconosciuto. Controlla le impostazioni di sistema o contatta il tuo amministratore", + "Missing requirements." : "Requisiti mancanti.", + "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." : "Assicurati che sia installato PHP 5.3.3 o versioni successive e che l'estensione OpenSSL di PHP sia abilitata e configurata correttamente. Per ora, l'applicazione di cifratura è disabilitata.", + "Following users are not set up for encryption:" : "I seguenti utenti non sono configurati per la cifratura:", + "Initial encryption started... This can take some time. Please wait." : "Cifratura iniziale avviata... Potrebbe richiedere del tempo. Attendi.", + "Initial encryption running... Please try again later." : "Cifratura iniziale in esecuzione... Riprova più tardi.", + "Go directly to your %spersonal settings%s." : "Vai direttamente alle tue %simpostazioni personali%s.", + "Encryption" : "Cifratura", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso", + "Enable recovery key (allow to recover users files in case of password loss):" : "Abilita la chiave di recupero (permette di recuperare i file utenti in caso di perdita della password):", + "Recovery key password" : "Password della chiave di recupero", + "Repeat Recovery key password" : "Ripeti la password della chiave di recupero", + "Enabled" : "Abilitata", + "Disabled" : "Disabilitata", + "Change recovery key password:" : "Cambia la password della chiave di recupero:", + "Old Recovery key password" : "Vecchia password della chiave di recupero", + "New Recovery key password" : "Nuova password della chiave di recupero", + "Repeat New Recovery key password" : "Ripeti la nuova password della chiave di recupero", + "Change Password" : "Modifica password", + "Your private key password no longer matches your log-in password." : "La password della chiave privata non corrisponde più alla password di accesso.", + "Set your old private key password to your current log-in password:" : "Imposta la vecchia password della chiave privata sull'attuale password di accesso:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Se non ricordi la vecchia password puoi chiedere al tuo amministratore di recuperare i file.", + "Old log-in password" : "Vecchia password di accesso", + "Current log-in password" : "Password di accesso attuale", + "Update Private Key Password" : "Aggiorna la password della chiave privata", + "Enable password recovery:" : "Abilita il ripristino della password:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "L'abilitazione di questa opzione ti consentirà di accedere nuovamente ai file cifrati in caso di perdita della password" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/it.json b/apps/files_encryption/l10n/it.json new file mode 100644 index 0000000000..d051a2cfc9 --- /dev/null +++ b/apps/files_encryption/l10n/it.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Errore sconosciuto", + "Missing recovery key password" : "Manca la password della chiave di recupero", + "Please repeat the recovery key password" : "Ripeti la password della chiave di recupero", + "Repeated recovery key password does not match the provided recovery key password" : "La password della chiave di recupero ripetuta non corrisponde alla password della chiave di recupero fornita", + "Recovery key successfully enabled" : "Chiave di recupero abilitata correttamente", + "Could not disable recovery key. Please check your recovery key password!" : "Impossibile disabilitare la chiave di recupero. Verifica la password della chiave di recupero.", + "Recovery key successfully disabled" : "Chiave di recupero disabilitata correttamente", + "Please provide the old recovery password" : "Fornisci la vecchia password di recupero", + "Please provide a new recovery password" : "Fornisci una nuova password di recupero", + "Please repeat the new recovery password" : "Ripeti la nuova password di recupero", + "Password successfully changed." : "Password modificata correttamente.", + "Could not change the password. Maybe the old password was not correct." : "Impossibile cambiare la password. Forse la vecchia password non era corretta.", + "Private key password successfully updated." : "Password della chiave privata aggiornata correttamente.", + "Could not update the private key password. Maybe the old password was not correct." : "Impossibile aggiornare la password della chiave privata. Forse la vecchia password non era corretta.", + "File recovery settings updated" : "Impostazioni di ripristino dei file aggiornate", + "Could not update file recovery" : "Impossibile aggiornare il ripristino dei file", + "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." : "Applicazione di cifratura non inizializzata. Forse l'applicazione è stata riabilitata durante la tua sessione. Prova a disconnetterti e ad effettuare nuovamente l'accesso per inizializzarla.", + "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." : "La tua chiave privata non è valida! Forse la password è stata cambiata al di fuori di %s (ad es. la directory aziendale). Puoi aggiornare la password della chiave privata nelle impostazioni personali per ottenere nuovamente l'accesso ai file cifrati.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossibile decifrare questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.", + "Unknown error. Please check your system settings or contact your administrator" : "Errore sconosciuto. Controlla le impostazioni di sistema o contatta il tuo amministratore", + "Missing requirements." : "Requisiti mancanti.", + "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." : "Assicurati che sia installato PHP 5.3.3 o versioni successive e che l'estensione OpenSSL di PHP sia abilitata e configurata correttamente. Per ora, l'applicazione di cifratura è disabilitata.", + "Following users are not set up for encryption:" : "I seguenti utenti non sono configurati per la cifratura:", + "Initial encryption started... This can take some time. Please wait." : "Cifratura iniziale avviata... Potrebbe richiedere del tempo. Attendi.", + "Initial encryption running... Please try again later." : "Cifratura iniziale in esecuzione... Riprova più tardi.", + "Go directly to your %spersonal settings%s." : "Vai direttamente alle tue %simpostazioni personali%s.", + "Encryption" : "Cifratura", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso", + "Enable recovery key (allow to recover users files in case of password loss):" : "Abilita la chiave di recupero (permette di recuperare i file utenti in caso di perdita della password):", + "Recovery key password" : "Password della chiave di recupero", + "Repeat Recovery key password" : "Ripeti la password della chiave di recupero", + "Enabled" : "Abilitata", + "Disabled" : "Disabilitata", + "Change recovery key password:" : "Cambia la password della chiave di recupero:", + "Old Recovery key password" : "Vecchia password della chiave di recupero", + "New Recovery key password" : "Nuova password della chiave di recupero", + "Repeat New Recovery key password" : "Ripeti la nuova password della chiave di recupero", + "Change Password" : "Modifica password", + "Your private key password no longer matches your log-in password." : "La password della chiave privata non corrisponde più alla password di accesso.", + "Set your old private key password to your current log-in password:" : "Imposta la vecchia password della chiave privata sull'attuale password di accesso:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Se non ricordi la vecchia password puoi chiedere al tuo amministratore di recuperare i file.", + "Old log-in password" : "Vecchia password di accesso", + "Current log-in password" : "Password di accesso attuale", + "Update Private Key Password" : "Aggiorna la password della chiave privata", + "Enable password recovery:" : "Abilita il ripristino della password:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "L'abilitazione di questa opzione ti consentirà di accedere nuovamente ai file cifrati in caso di perdita della password" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/it.php b/apps/files_encryption/l10n/it.php deleted file mode 100644 index 24fd9e99dd..0000000000 --- a/apps/files_encryption/l10n/it.php +++ /dev/null @@ -1,50 +0,0 @@ - "Errore sconosciuto", -"Missing recovery key password" => "Manca la password della chiave di recupero", -"Please repeat the recovery key password" => "Ripeti la password della chiave di recupero", -"Repeated recovery key password does not match the provided recovery key password" => "La password della chiave di recupero ripetuta non corrisponde alla password della chiave di recupero fornita", -"Recovery key successfully enabled" => "Chiave di recupero abilitata correttamente", -"Could not disable recovery key. Please check your recovery key password!" => "Impossibile disabilitare la chiave di recupero. Verifica la password della chiave di recupero.", -"Recovery key successfully disabled" => "Chiave di recupero disabilitata correttamente", -"Please provide the old recovery password" => "Fornisci la vecchia password di recupero", -"Please provide a new recovery password" => "Fornisci una nuova password di recupero", -"Please repeat the new recovery password" => "Ripeti la nuova password di recupero", -"Password successfully changed." => "Password modificata correttamente.", -"Could not change the password. Maybe the old password was not correct." => "Impossibile cambiare la password. Forse la vecchia password non era corretta.", -"Private key password successfully updated." => "Password della chiave privata aggiornata correttamente.", -"Could not update the private key password. Maybe the old password was not correct." => "Impossibile aggiornare la password della chiave privata. Forse la vecchia password non era corretta.", -"File recovery settings updated" => "Impostazioni di ripristino dei file aggiornate", -"Could not update file recovery" => "Impossibile aggiornare il ripristino dei file", -"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." => "Applicazione di cifratura non inizializzata. Forse l'applicazione è stata riabilitata durante la tua sessione. Prova a disconnetterti e ad effettuare nuovamente l'accesso per inizializzarla.", -"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." => "La tua chiave privata non è valida! Forse la password è stata cambiata al di fuori di %s (ad es. la directory aziendale). Puoi aggiornare la password della chiave privata nelle impostazioni personali per ottenere nuovamente l'accesso ai file cifrati.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Impossibile decifrare questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.", -"Unknown error. Please check your system settings or contact your administrator" => "Errore sconosciuto. Controlla le impostazioni di sistema o contatta il tuo amministratore", -"Missing requirements." => "Requisiti mancanti.", -"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." => "Assicurati che sia installato PHP 5.3.3 o versioni successive e che l'estensione OpenSSL di PHP sia abilitata e configurata correttamente. Per ora, l'applicazione di cifratura è disabilitata.", -"Following users are not set up for encryption:" => "I seguenti utenti non sono configurati per la cifratura:", -"Initial encryption started... This can take some time. Please wait." => "Cifratura iniziale avviata... Potrebbe richiedere del tempo. Attendi.", -"Initial encryption running... Please try again later." => "Cifratura iniziale in esecuzione... Riprova più tardi.", -"Go directly to your %spersonal settings%s." => "Vai direttamente alle tue %simpostazioni personali%s.", -"Encryption" => "Cifratura", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'applicazione di cifratura è abilitata, ma le chiavi non sono state inizializzate, disconnettiti ed effettua nuovamente l'accesso", -"Enable recovery key (allow to recover users files in case of password loss):" => "Abilita la chiave di recupero (permette di recuperare i file utenti in caso di perdita della password):", -"Recovery key password" => "Password della chiave di recupero", -"Repeat Recovery key password" => "Ripeti la password della chiave di recupero", -"Enabled" => "Abilitata", -"Disabled" => "Disabilitata", -"Change recovery key password:" => "Cambia la password della chiave di recupero:", -"Old Recovery key password" => "Vecchia password della chiave di recupero", -"New Recovery key password" => "Nuova password della chiave di recupero", -"Repeat New Recovery key password" => "Ripeti la nuova password della chiave di recupero", -"Change Password" => "Modifica password", -"Your private key password no longer matches your log-in password." => "La password della chiave privata non corrisponde più alla password di accesso.", -"Set your old private key password to your current log-in password:" => "Imposta la vecchia password della chiave privata sull'attuale password di accesso:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Se non ricordi la vecchia password puoi chiedere al tuo amministratore di recuperare i file.", -"Old log-in password" => "Vecchia password di accesso", -"Current log-in password" => "Password di accesso attuale", -"Update Private Key Password" => "Aggiorna la password della chiave privata", -"Enable password recovery:" => "Abilita il ripristino della password:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "L'abilitazione di questa opzione ti consentirà di accedere nuovamente ai file cifrati in caso di perdita della password" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/ja.js b/apps/files_encryption/l10n/ja.js new file mode 100644 index 0000000000..e4ca38f822 --- /dev/null +++ b/apps/files_encryption/l10n/ja.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "不明なエラー", + "Missing recovery key password" : "復旧キーのパスワードがありません", + "Please repeat the recovery key password" : "復旧キーのパスワードをもう一度入力", + "Repeated recovery key password does not match the provided recovery key password" : "入力された復旧キーのパスワードが一致しません。", + "Recovery key successfully enabled" : "リカバリ用のキーを正常に有効にしました", + "Could not disable recovery key. Please check your recovery key password!" : "リカバリ用のキーを無効化できませんでした。リカバリ用のキーのパスワードを確認してください!", + "Recovery key successfully disabled" : "リカバリ用のキーを正常に無効化しました", + "Please provide the old recovery password" : "古い復旧キーのパスワードを入力", + "Please provide a new recovery password" : "新しい復旧キーのパスワードを入力", + "Please repeat the new recovery password" : "新しい復旧キーのパスワードをもう一度入力", + "Password successfully changed." : "パスワードを変更できました。", + "Could not change the password. Maybe the old password was not correct." : "パスワードを変更できませんでした。古いパスワードが間違っているかもしれません。", + "Private key password successfully updated." : "秘密鍵のパスワードが正常に更新されました。", + "Could not update the private key password. Maybe the old password was not correct." : "秘密鍵のパスワードを更新できませんでした。古いパスワードが正確でない場合があります。", + "File recovery settings updated" : "ファイルリカバリ設定を更新しました", + "Could not update file recovery" : "ファイルリカバリを更新できませんでした", + "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." : "セッション中に暗号化アプリを再度有効にされたため、暗号化アプリが初期化されていません。暗号化アプリを初期化するため、ログアウトしてログインしなおしてください。", + "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." : "プライベートキーが有効ではありません!パスワードが%sの外部で変更された(例: 共同ディレクトリ)と思われます。個人設定でプライベートキーのパスワードを更新して、暗号化ファイルへのアクセスを回復することができます。", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。", + "Unknown error. Please check your system settings or contact your administrator" : "不明なエラーです。システム設定を確認するか、管理者に問い合わせてください。", + "Missing requirements." : "必要要件が満たされていません。", + "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." : "必ず、PHP 5.3.3もしくはそれ以上をインストールし、同時にOpenSSLのPHP拡張を有効にした上でOpenSSLも同様にインストール、適切に設定してください。現時点では暗号化アプリは無効になっています。", + "Following users are not set up for encryption:" : "以下のユーザーは、暗号化設定がされていません:", + "Initial encryption started... This can take some time. Please wait." : "暗号化の初期化作業を開始しました... この処理にはしばらく時間がかかります。お待ちください。", + "Initial encryption running... Please try again later." : "初期暗号化実行中... 後でもう一度お試しください。", + "Go directly to your %spersonal settings%s." : "直接 %s個人設定%s に進む。", + "Encryption" : "暗号化", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください", + "Enable recovery key (allow to recover users files in case of password loss):" : "リカバリキーを有効にする (パスワードを忘れた場合にユーザーのファイルを回復できます):", + "Recovery key password" : "リカバリキーのパスワード", + "Repeat Recovery key password" : "リカバリキーのパスワードをもう一度入力", + "Enabled" : "有効", + "Disabled" : "無効", + "Change recovery key password:" : "リカバリキーのパスワードを変更:", + "Old Recovery key password" : "古いリカバリキーのパスワード", + "New Recovery key password" : "新しいリカバリキーのパスワード", + "Repeat New Recovery key password" : "新しいリカバリキーのパスワードをもう一度入力", + "Change Password" : "パスワードを変更", + "Your private key password no longer matches your log-in password." : "もはや秘密鍵はログインパスワードと一致しません。", + "Set your old private key password to your current log-in password:" : "古い秘密鍵のパスワードを現在のログインパスワードに設定:", + " If you don't remember your old password you can ask your administrator to recover your files." : "古いパスワードを覚えていない場合、管理者に尋ねてファイルを回復することができます。", + "Old log-in password" : "古いログインパスワード", + "Current log-in password" : "現在のログインパスワード", + "Update Private Key Password" : "秘密鍵のパスワードを更新", + "Enable password recovery:" : "パスワードリカバリを有効に:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "このオプションを有効にすると、パスワードを紛失した場合も、暗号化されたファイルに再度アクセスすることができるようになります。" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/ja.json b/apps/files_encryption/l10n/ja.json new file mode 100644 index 0000000000..471bf31444 --- /dev/null +++ b/apps/files_encryption/l10n/ja.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "不明なエラー", + "Missing recovery key password" : "復旧キーのパスワードがありません", + "Please repeat the recovery key password" : "復旧キーのパスワードをもう一度入力", + "Repeated recovery key password does not match the provided recovery key password" : "入力された復旧キーのパスワードが一致しません。", + "Recovery key successfully enabled" : "リカバリ用のキーを正常に有効にしました", + "Could not disable recovery key. Please check your recovery key password!" : "リカバリ用のキーを無効化できませんでした。リカバリ用のキーのパスワードを確認してください!", + "Recovery key successfully disabled" : "リカバリ用のキーを正常に無効化しました", + "Please provide the old recovery password" : "古い復旧キーのパスワードを入力", + "Please provide a new recovery password" : "新しい復旧キーのパスワードを入力", + "Please repeat the new recovery password" : "新しい復旧キーのパスワードをもう一度入力", + "Password successfully changed." : "パスワードを変更できました。", + "Could not change the password. Maybe the old password was not correct." : "パスワードを変更できませんでした。古いパスワードが間違っているかもしれません。", + "Private key password successfully updated." : "秘密鍵のパスワードが正常に更新されました。", + "Could not update the private key password. Maybe the old password was not correct." : "秘密鍵のパスワードを更新できませんでした。古いパスワードが正確でない場合があります。", + "File recovery settings updated" : "ファイルリカバリ設定を更新しました", + "Could not update file recovery" : "ファイルリカバリを更新できませんでした", + "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." : "セッション中に暗号化アプリを再度有効にされたため、暗号化アプリが初期化されていません。暗号化アプリを初期化するため、ログアウトしてログインしなおしてください。", + "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." : "プライベートキーが有効ではありません!パスワードが%sの外部で変更された(例: 共同ディレクトリ)と思われます。個人設定でプライベートキーのパスワードを更新して、暗号化ファイルへのアクセスを回復することができます。", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。", + "Unknown error. Please check your system settings or contact your administrator" : "不明なエラーです。システム設定を確認するか、管理者に問い合わせてください。", + "Missing requirements." : "必要要件が満たされていません。", + "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." : "必ず、PHP 5.3.3もしくはそれ以上をインストールし、同時にOpenSSLのPHP拡張を有効にした上でOpenSSLも同様にインストール、適切に設定してください。現時点では暗号化アプリは無効になっています。", + "Following users are not set up for encryption:" : "以下のユーザーは、暗号化設定がされていません:", + "Initial encryption started... This can take some time. Please wait." : "暗号化の初期化作業を開始しました... この処理にはしばらく時間がかかります。お待ちください。", + "Initial encryption running... Please try again later." : "初期暗号化実行中... 後でもう一度お試しください。", + "Go directly to your %spersonal settings%s." : "直接 %s個人設定%s に進む。", + "Encryption" : "暗号化", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください", + "Enable recovery key (allow to recover users files in case of password loss):" : "リカバリキーを有効にする (パスワードを忘れた場合にユーザーのファイルを回復できます):", + "Recovery key password" : "リカバリキーのパスワード", + "Repeat Recovery key password" : "リカバリキーのパスワードをもう一度入力", + "Enabled" : "有効", + "Disabled" : "無効", + "Change recovery key password:" : "リカバリキーのパスワードを変更:", + "Old Recovery key password" : "古いリカバリキーのパスワード", + "New Recovery key password" : "新しいリカバリキーのパスワード", + "Repeat New Recovery key password" : "新しいリカバリキーのパスワードをもう一度入力", + "Change Password" : "パスワードを変更", + "Your private key password no longer matches your log-in password." : "もはや秘密鍵はログインパスワードと一致しません。", + "Set your old private key password to your current log-in password:" : "古い秘密鍵のパスワードを現在のログインパスワードに設定:", + " If you don't remember your old password you can ask your administrator to recover your files." : "古いパスワードを覚えていない場合、管理者に尋ねてファイルを回復することができます。", + "Old log-in password" : "古いログインパスワード", + "Current log-in password" : "現在のログインパスワード", + "Update Private Key Password" : "秘密鍵のパスワードを更新", + "Enable password recovery:" : "パスワードリカバリを有効に:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "このオプションを有効にすると、パスワードを紛失した場合も、暗号化されたファイルに再度アクセスすることができるようになります。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ja.php b/apps/files_encryption/l10n/ja.php deleted file mode 100644 index 9e4517d63c..0000000000 --- a/apps/files_encryption/l10n/ja.php +++ /dev/null @@ -1,50 +0,0 @@ - "不明なエラー", -"Missing recovery key password" => "復旧キーのパスワードがありません", -"Please repeat the recovery key password" => "復旧キーのパスワードをもう一度入力", -"Repeated recovery key password does not match the provided recovery key password" => "入力された復旧キーのパスワードが一致しません。", -"Recovery key successfully enabled" => "リカバリ用のキーを正常に有効にしました", -"Could not disable recovery key. Please check your recovery key password!" => "リカバリ用のキーを無効化できませんでした。リカバリ用のキーのパスワードを確認してください!", -"Recovery key successfully disabled" => "リカバリ用のキーを正常に無効化しました", -"Please provide the old recovery password" => "古い復旧キーのパスワードを入力", -"Please provide a new recovery password" => "新しい復旧キーのパスワードを入力", -"Please repeat the new recovery password" => "新しい復旧キーのパスワードをもう一度入力", -"Password successfully changed." => "パスワードを変更できました。", -"Could not change the password. Maybe the old password was not correct." => "パスワードを変更できませんでした。古いパスワードが間違っているかもしれません。", -"Private key password successfully updated." => "秘密鍵のパスワードが正常に更新されました。", -"Could not update the private key password. Maybe the old password was not correct." => "秘密鍵のパスワードを更新できませんでした。古いパスワードが正確でない場合があります。", -"File recovery settings updated" => "ファイルリカバリ設定を更新しました", -"Could not update file recovery" => "ファイルリカバリを更新できませんでした", -"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." => "セッション中に暗号化アプリを再度有効にされたため、暗号化アプリが初期化されていません。暗号化アプリを初期化するため、ログアウトしてログインしなおしてください。", -"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." => "プライベートキーが有効ではありません!パスワードが%sの外部で変更された(例: 共同ディレクトリ)と思われます。個人設定でプライベートキーのパスワードを更新して、暗号化ファイルへのアクセスを回復することができます。", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。", -"Unknown error. Please check your system settings or contact your administrator" => "不明なエラーです。システム設定を確認するか、管理者に問い合わせてください。", -"Missing requirements." => "必要要件が満たされていません。", -"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." => "必ず、PHP 5.3.3もしくはそれ以上をインストールし、同時にOpenSSLのPHP拡張を有効にした上でOpenSSLも同様にインストール、適切に設定してください。現時点では暗号化アプリは無効になっています。", -"Following users are not set up for encryption:" => "以下のユーザーは、暗号化設定がされていません:", -"Initial encryption started... This can take some time. Please wait." => "暗号化の初期化作業を開始しました... この処理にはしばらく時間がかかります。お待ちください。", -"Initial encryption running... Please try again later." => "初期暗号化実行中... 後でもう一度お試しください。", -"Go directly to your %spersonal settings%s." => "直接 %s個人設定%s に進む。", -"Encryption" => "暗号化", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください", -"Enable recovery key (allow to recover users files in case of password loss):" => "リカバリキーを有効にする (パスワードを忘れた場合にユーザーのファイルを回復できます):", -"Recovery key password" => "リカバリキーのパスワード", -"Repeat Recovery key password" => "リカバリキーのパスワードをもう一度入力", -"Enabled" => "有効", -"Disabled" => "無効", -"Change recovery key password:" => "リカバリキーのパスワードを変更:", -"Old Recovery key password" => "古いリカバリキーのパスワード", -"New Recovery key password" => "新しいリカバリキーのパスワード", -"Repeat New Recovery key password" => "新しいリカバリキーのパスワードをもう一度入力", -"Change Password" => "パスワードを変更", -"Your private key password no longer matches your log-in password." => "もはや秘密鍵はログインパスワードと一致しません。", -"Set your old private key password to your current log-in password:" => "古い秘密鍵のパスワードを現在のログインパスワードに設定:", -" If you don't remember your old password you can ask your administrator to recover your files." => "古いパスワードを覚えていない場合、管理者に尋ねてファイルを回復することができます。", -"Old log-in password" => "古いログインパスワード", -"Current log-in password" => "現在のログインパスワード", -"Update Private Key Password" => "秘密鍵のパスワードを更新", -"Enable password recovery:" => "パスワードリカバリを有効に:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "このオプションを有効にすると、パスワードを紛失した場合も、暗号化されたファイルに再度アクセスすることができるようになります。" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/ka_GE.js b/apps/files_encryption/l10n/ka_GE.js new file mode 100644 index 0000000000..cf8468d219 --- /dev/null +++ b/apps/files_encryption/l10n/ka_GE.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "უცნობი შეცდომა", + "Encryption" : "ენკრიპცია" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/ka_GE.json b/apps/files_encryption/l10n/ka_GE.json new file mode 100644 index 0000000000..90cbc551f4 --- /dev/null +++ b/apps/files_encryption/l10n/ka_GE.json @@ -0,0 +1,5 @@ +{ "translations": { + "Unknown error" : "უცნობი შეცდომა", + "Encryption" : "ენკრიპცია" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ka_GE.php b/apps/files_encryption/l10n/ka_GE.php deleted file mode 100644 index f426e9b5ce..0000000000 --- a/apps/files_encryption/l10n/ka_GE.php +++ /dev/null @@ -1,6 +0,0 @@ - "უცნობი შეცდომა", -"Encryption" => "ენკრიპცია" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/km.js b/apps/files_encryption/l10n/km.js new file mode 100644 index 0000000000..0fb88f52ef --- /dev/null +++ b/apps/files_encryption/l10n/km.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "មិន​ស្គាល់​កំហុស", + "Password successfully changed." : "បាន​ប្ដូរ​ពាក្យ​សម្ងាត់​ដោយ​ជោគជ័យ។", + "Could not change the password. Maybe the old password was not correct." : "មិន​អាច​ប្ដូរ​ពាក្យ​សម្ងាត់​បាន​ទេ។ ប្រហែល​ពាក្យ​សម្ងាត់​ចាស់​មិន​ត្រឹម​ត្រូវ។", + "Encryption" : "កូដនីយកម្ម", + "Enabled" : "បាន​បើក", + "Disabled" : "បាន​បិទ", + "Change Password" : "ប្ដូរ​ពាក្យ​សម្ងាត់" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/km.json b/apps/files_encryption/l10n/km.json new file mode 100644 index 0000000000..7a68cc5858 --- /dev/null +++ b/apps/files_encryption/l10n/km.json @@ -0,0 +1,10 @@ +{ "translations": { + "Unknown error" : "មិន​ស្គាល់​កំហុស", + "Password successfully changed." : "បាន​ប្ដូរ​ពាក្យ​សម្ងាត់​ដោយ​ជោគជ័យ។", + "Could not change the password. Maybe the old password was not correct." : "មិន​អាច​ប្ដូរ​ពាក្យ​សម្ងាត់​បាន​ទេ។ ប្រហែល​ពាក្យ​សម្ងាត់​ចាស់​មិន​ត្រឹម​ត្រូវ។", + "Encryption" : "កូដនីយកម្ម", + "Enabled" : "បាន​បើក", + "Disabled" : "បាន​បិទ", + "Change Password" : "ប្ដូរ​ពាក្យ​សម្ងាត់" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/km.php b/apps/files_encryption/l10n/km.php deleted file mode 100644 index 9c700dfec1..0000000000 --- a/apps/files_encryption/l10n/km.php +++ /dev/null @@ -1,11 +0,0 @@ - "មិន​ស្គាល់​កំហុស", -"Password successfully changed." => "បាន​ប្ដូរ​ពាក្យ​សម្ងាត់​ដោយ​ជោគជ័យ។", -"Could not change the password. Maybe the old password was not correct." => "មិន​អាច​ប្ដូរ​ពាក្យ​សម្ងាត់​បាន​ទេ។ ប្រហែល​ពាក្យ​សម្ងាត់​ចាស់​មិន​ត្រឹម​ត្រូវ។", -"Encryption" => "កូដនីយកម្ម", -"Enabled" => "បាន​បើក", -"Disabled" => "បាន​បិទ", -"Change Password" => "ប្ដូរ​ពាក្យ​សម្ងាត់" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/ko.js b/apps/files_encryption/l10n/ko.js new file mode 100644 index 0000000000..a994dc7d33 --- /dev/null +++ b/apps/files_encryption/l10n/ko.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "알 수 없는 오류", + "Recovery key successfully enabled" : "복구 키가 성공적으로 활성화되었습니다", + "Could not disable recovery key. Please check your recovery key password!" : "복구 키를 비활성화 할 수 없습니다. 복구 키의 암호를 확인해주세요!", + "Recovery key successfully disabled" : "복구 키가 성공적으로 비활성화 되었습니다", + "Password successfully changed." : "암호가 성공적으로 변경되었습니다", + "Could not change the password. Maybe the old password was not correct." : "암호를 변경할 수 없습니다. 예전 암호가 정확하지 않은 것 같습니다.", + "Private key password successfully updated." : "개인 키 암호가 성공적으로 업데이트 됨.", + "Could not update the private key password. Maybe the old password was not correct." : "개인 키 암호를 업데이트할 수 없습니다. 이전 암호가 올바르지 않은 것 같습니다.", + "File recovery settings updated" : "파일 복구 설정 업데이트됨", + "Could not update file recovery" : "파일 복구를 업데이트할 수 없습니다", + "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." : "암호화 앱이 초기화되지 않았습니다! 암호화 앱이 다시 활성화된 것 같습니다. 암호화 앱을 초기화하려면 로그아웃했다 다시 로그인하십시오.", + "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." : "개인 키가 올바르지 않습니다! 암호가 %s(예: 회사 디렉터리) 외부에서 변경된 것 같습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 수정하십시오.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "이 파일을 복호화할 수 없습니다. 공유된 파일일 수도 있습니다. 파일 소유자에게 공유를 다시 요청하십시오.", + "Missing requirements." : "요구 사항이 부족합니다.", + "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." : "PHP 5.3.3 이상 설치 여부, PHP의 OpenSSL 확장 기능 활성화 및 설정 여부를 확인하십시오. 암호화 앱이 비활성화 되었습니다.", + "Following users are not set up for encryption:" : "다음 사용자는 암호화를 사용할 수 없습니다:", + "Initial encryption started... This can take some time. Please wait." : "초기 암호화가 시작되었습니다... 시간이 걸릴 수도 있으니 기다려 주십시오.", + "Encryption" : "암호화", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오", + "Enable recovery key (allow to recover users files in case of password loss):" : "복구 키 사용 (암호를 잊었을 때 파일을 복구할 수 있도록 함):", + "Recovery key password" : "복구 키 암호", + "Repeat Recovery key password" : "복구 키 암호 재입력", + "Enabled" : "활성화", + "Disabled" : "비활성화", + "Change recovery key password:" : "복구 키 암호 변경:", + "Old Recovery key password" : "이전 복구 키 암호", + "New Recovery key password" : "새 복구 키 암호", + "Repeat New Recovery key password" : "새 복구 키 암호 재입력", + "Change Password" : "암호 변경", + " If you don't remember your old password you can ask your administrator to recover your files." : " 이전 암호가 기억나지 않으면 시스템 관리자에게 파일 복구를 요청하십시오.", + "Old log-in password" : "이전 로그인 암호", + "Current log-in password" : "현재 로그인 암호", + "Update Private Key Password" : "개인 키 암호 업데이트", + "Enable password recovery:" : "암호 복구 사용:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "이 옵션을 사용하면 암호를 잊었을 때 암호화된 파일에 다시 접근할 수 있습니다" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/ko.json b/apps/files_encryption/l10n/ko.json new file mode 100644 index 0000000000..3cc8ec06b0 --- /dev/null +++ b/apps/files_encryption/l10n/ko.json @@ -0,0 +1,38 @@ +{ "translations": { + "Unknown error" : "알 수 없는 오류", + "Recovery key successfully enabled" : "복구 키가 성공적으로 활성화되었습니다", + "Could not disable recovery key. Please check your recovery key password!" : "복구 키를 비활성화 할 수 없습니다. 복구 키의 암호를 확인해주세요!", + "Recovery key successfully disabled" : "복구 키가 성공적으로 비활성화 되었습니다", + "Password successfully changed." : "암호가 성공적으로 변경되었습니다", + "Could not change the password. Maybe the old password was not correct." : "암호를 변경할 수 없습니다. 예전 암호가 정확하지 않은 것 같습니다.", + "Private key password successfully updated." : "개인 키 암호가 성공적으로 업데이트 됨.", + "Could not update the private key password. Maybe the old password was not correct." : "개인 키 암호를 업데이트할 수 없습니다. 이전 암호가 올바르지 않은 것 같습니다.", + "File recovery settings updated" : "파일 복구 설정 업데이트됨", + "Could not update file recovery" : "파일 복구를 업데이트할 수 없습니다", + "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." : "암호화 앱이 초기화되지 않았습니다! 암호화 앱이 다시 활성화된 것 같습니다. 암호화 앱을 초기화하려면 로그아웃했다 다시 로그인하십시오.", + "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." : "개인 키가 올바르지 않습니다! 암호가 %s(예: 회사 디렉터리) 외부에서 변경된 것 같습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 수정하십시오.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "이 파일을 복호화할 수 없습니다. 공유된 파일일 수도 있습니다. 파일 소유자에게 공유를 다시 요청하십시오.", + "Missing requirements." : "요구 사항이 부족합니다.", + "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." : "PHP 5.3.3 이상 설치 여부, PHP의 OpenSSL 확장 기능 활성화 및 설정 여부를 확인하십시오. 암호화 앱이 비활성화 되었습니다.", + "Following users are not set up for encryption:" : "다음 사용자는 암호화를 사용할 수 없습니다:", + "Initial encryption started... This can take some time. Please wait." : "초기 암호화가 시작되었습니다... 시간이 걸릴 수도 있으니 기다려 주십시오.", + "Encryption" : "암호화", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오", + "Enable recovery key (allow to recover users files in case of password loss):" : "복구 키 사용 (암호를 잊었을 때 파일을 복구할 수 있도록 함):", + "Recovery key password" : "복구 키 암호", + "Repeat Recovery key password" : "복구 키 암호 재입력", + "Enabled" : "활성화", + "Disabled" : "비활성화", + "Change recovery key password:" : "복구 키 암호 변경:", + "Old Recovery key password" : "이전 복구 키 암호", + "New Recovery key password" : "새 복구 키 암호", + "Repeat New Recovery key password" : "새 복구 키 암호 재입력", + "Change Password" : "암호 변경", + " If you don't remember your old password you can ask your administrator to recover your files." : " 이전 암호가 기억나지 않으면 시스템 관리자에게 파일 복구를 요청하십시오.", + "Old log-in password" : "이전 로그인 암호", + "Current log-in password" : "현재 로그인 암호", + "Update Private Key Password" : "개인 키 암호 업데이트", + "Enable password recovery:" : "암호 복구 사용:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "이 옵션을 사용하면 암호를 잊었을 때 암호화된 파일에 다시 접근할 수 있습니다" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ko.php b/apps/files_encryption/l10n/ko.php deleted file mode 100644 index d90a98448f..0000000000 --- a/apps/files_encryption/l10n/ko.php +++ /dev/null @@ -1,39 +0,0 @@ - "알 수 없는 오류", -"Recovery key successfully enabled" => "복구 키가 성공적으로 활성화되었습니다", -"Could not disable recovery key. Please check your recovery key password!" => "복구 키를 비활성화 할 수 없습니다. 복구 키의 암호를 확인해주세요!", -"Recovery key successfully disabled" => "복구 키가 성공적으로 비활성화 되었습니다", -"Password successfully changed." => "암호가 성공적으로 변경되었습니다", -"Could not change the password. Maybe the old password was not correct." => "암호를 변경할 수 없습니다. 예전 암호가 정확하지 않은 것 같습니다.", -"Private key password successfully updated." => "개인 키 암호가 성공적으로 업데이트 됨.", -"Could not update the private key password. Maybe the old password was not correct." => "개인 키 암호를 업데이트할 수 없습니다. 이전 암호가 올바르지 않은 것 같습니다.", -"File recovery settings updated" => "파일 복구 설정 업데이트됨", -"Could not update file recovery" => "파일 복구를 업데이트할 수 없습니다", -"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." => "암호화 앱이 초기화되지 않았습니다! 암호화 앱이 다시 활성화된 것 같습니다. 암호화 앱을 초기화하려면 로그아웃했다 다시 로그인하십시오.", -"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." => "개인 키가 올바르지 않습니다! 암호가 %s(예: 회사 디렉터리) 외부에서 변경된 것 같습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 수정하십시오.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "이 파일을 복호화할 수 없습니다. 공유된 파일일 수도 있습니다. 파일 소유자에게 공유를 다시 요청하십시오.", -"Missing requirements." => "요구 사항이 부족합니다.", -"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." => "PHP 5.3.3 이상 설치 여부, PHP의 OpenSSL 확장 기능 활성화 및 설정 여부를 확인하십시오. 암호화 앱이 비활성화 되었습니다.", -"Following users are not set up for encryption:" => "다음 사용자는 암호화를 사용할 수 없습니다:", -"Initial encryption started... This can take some time. Please wait." => "초기 암호화가 시작되었습니다... 시간이 걸릴 수도 있으니 기다려 주십시오.", -"Encryption" => "암호화", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오", -"Enable recovery key (allow to recover users files in case of password loss):" => "복구 키 사용 (암호를 잊었을 때 파일을 복구할 수 있도록 함):", -"Recovery key password" => "복구 키 암호", -"Repeat Recovery key password" => "복구 키 암호 재입력", -"Enabled" => "활성화", -"Disabled" => "비활성화", -"Change recovery key password:" => "복구 키 암호 변경:", -"Old Recovery key password" => "이전 복구 키 암호", -"New Recovery key password" => "새 복구 키 암호", -"Repeat New Recovery key password" => "새 복구 키 암호 재입력", -"Change Password" => "암호 변경", -" If you don't remember your old password you can ask your administrator to recover your files." => " 이전 암호가 기억나지 않으면 시스템 관리자에게 파일 복구를 요청하십시오.", -"Old log-in password" => "이전 로그인 암호", -"Current log-in password" => "현재 로그인 암호", -"Update Private Key Password" => "개인 키 암호 업데이트", -"Enable password recovery:" => "암호 복구 사용:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "이 옵션을 사용하면 암호를 잊었을 때 암호화된 파일에 다시 접근할 수 있습니다" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/ku_IQ.js b/apps/files_encryption/l10n/ku_IQ.js new file mode 100644 index 0000000000..5a036cc525 --- /dev/null +++ b/apps/files_encryption/l10n/ku_IQ.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_encryption", + { + "Encryption" : "نهێنیکردن" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/ku_IQ.json b/apps/files_encryption/l10n/ku_IQ.json new file mode 100644 index 0000000000..ab30a5a485 --- /dev/null +++ b/apps/files_encryption/l10n/ku_IQ.json @@ -0,0 +1,4 @@ +{ "translations": { + "Encryption" : "نهێنیکردن" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ku_IQ.php b/apps/files_encryption/l10n/ku_IQ.php deleted file mode 100644 index d7b10d1df6..0000000000 --- a/apps/files_encryption/l10n/ku_IQ.php +++ /dev/null @@ -1,5 +0,0 @@ - "نهێنیکردن" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/lb.js b/apps/files_encryption/l10n/lb.js new file mode 100644 index 0000000000..d5e206fddb --- /dev/null +++ b/apps/files_encryption/l10n/lb.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Et ass en onbekannte Fehler opgetrueden" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/lb.json b/apps/files_encryption/l10n/lb.json new file mode 100644 index 0000000000..8cfee6638f --- /dev/null +++ b/apps/files_encryption/l10n/lb.json @@ -0,0 +1,4 @@ +{ "translations": { + "Unknown error" : "Et ass en onbekannte Fehler opgetrueden" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/lb.php b/apps/files_encryption/l10n/lb.php deleted file mode 100644 index d9287f6dec..0000000000 --- a/apps/files_encryption/l10n/lb.php +++ /dev/null @@ -1,5 +0,0 @@ - "Et ass en onbekannte Fehler opgetrueden" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/lt_LT.js b/apps/files_encryption/l10n/lt_LT.js new file mode 100644 index 0000000000..eebfcedaf0 --- /dev/null +++ b/apps/files_encryption/l10n/lt_LT.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Neatpažinta klaida", + "Recovery key successfully enabled" : "Atkūrimo raktas sėkmingai įjungtas", + "Could not disable recovery key. Please check your recovery key password!" : "Neišėjo išjungti jūsų atkūrimo rakto. Prašome jį patikrinti!", + "Recovery key successfully disabled" : "Atkūrimo raktas sėkmingai išjungtas", + "Password successfully changed." : "Slaptažodis sėkmingai pakeistas", + "Could not change the password. Maybe the old password was not correct." : "Slaptažodis nebuvo pakeistas. Gali būti, kad buvo neteisingai suvestas senasis.", + "Private key password successfully updated." : "Privataus rakto slaptažodis buvo sėkmingai atnaujintas.", + "Could not update the private key password. Maybe the old password was not correct." : "Nepavyko atnaujinti privataus rakto slaptažodžio. Gali būti, kad buvo neteisingai suvestas senasis.", + "File recovery settings updated" : "Failų atkūrimo nustatymai pakeisti", + "Could not update file recovery" : "Neišėjo atnaujinti failų atkūrimo", + "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." : "Šifravimo programa nepaleista! Galbūt šifravimo programa buvo įjungta dar kartą Jūsų sesijos metu. Prašome atsijungti ir vėl prisijungti, kad paleisti šifravimo programą.", + "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." : "Jūsų privatus raktas yra netinkamas! Panašu, kad Jūsų slaptažodis buvo pakeistas už %s (pvz. Jūsų organizacijos kataloge). Galite atnaujinti savo privataus rakto slaptažodį savo asmeniniuose nustatymuose, kad atkurti prieigą prie savo šifruotų failų.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Failo iššifruoti nepavyko, gali būti jog jis yra pasidalintas su jumis. Paprašykite failo savininko, kad jums iš naujo pateiktų šį failą.", + "Missing requirements." : "Trūkstami laukai.", + "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." : "Prašome įsitikinti, kad PHP 5.3.3 ar naujesnė yra įdiegta ir kad OpenSSL kartu su PHP plėtiniu yra šjungti ir teisingai sukonfigūruoti. Kol kas šifravimo programa bus išjungta.", + "Following users are not set up for encryption:" : "Sekantys naudotojai nenustatyti šifravimui:", + "Initial encryption started... This can take some time. Please wait." : "Pradėtas pirminis šifravimas... Tai gali užtrukti. Prašome palaukti.", + "Encryption" : "Šifravimas", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Šifravimo programa įjungta, bet Jūsų raktai nėra pritaikyti. Prašome atsijungti ir vėl prisijungti", + "Enable recovery key (allow to recover users files in case of password loss):" : "Įjunkite atkūrimo raktą, (leisti atkurti naudotojų failus praradus slaptažodį):", + "Recovery key password" : "Atkūrimo rakto slaptažodis", + "Repeat Recovery key password" : "Pakartokite atkūrimo rakto slaptažodį", + "Enabled" : "Įjungta", + "Disabled" : "Išjungta", + "Change recovery key password:" : "Pakeisti atkūrimo rakto slaptažodį:", + "Old Recovery key password" : "Senas atkūrimo rakto slaptažodis", + "New Recovery key password" : "Naujas atkūrimo rakto slaptažodis", + "Repeat New Recovery key password" : "Pakartokite naują atkūrimo rakto slaptažodį", + "Change Password" : "Pakeisti slaptažodį", + " If you don't remember your old password you can ask your administrator to recover your files." : "Jei nepamenate savo seno slaptažodžio, galite paprašyti administratoriaus atkurti Jūsų failus.", + "Old log-in password" : "Senas prisijungimo slaptažodis", + "Current log-in password" : "Dabartinis prisijungimo slaptažodis", + "Update Private Key Password" : "Atnaujinti privataus rakto slaptažodį", + "Enable password recovery:" : "Įjungti slaptažodžio atkūrimą:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Įjungus šią funkciją jums bus suteiktas pakartotinis priėjimas prie Jūsų šifruotų failų pamiršus slaptažodį." +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_encryption/l10n/lt_LT.json b/apps/files_encryption/l10n/lt_LT.json new file mode 100644 index 0000000000..c642bfd752 --- /dev/null +++ b/apps/files_encryption/l10n/lt_LT.json @@ -0,0 +1,38 @@ +{ "translations": { + "Unknown error" : "Neatpažinta klaida", + "Recovery key successfully enabled" : "Atkūrimo raktas sėkmingai įjungtas", + "Could not disable recovery key. Please check your recovery key password!" : "Neišėjo išjungti jūsų atkūrimo rakto. Prašome jį patikrinti!", + "Recovery key successfully disabled" : "Atkūrimo raktas sėkmingai išjungtas", + "Password successfully changed." : "Slaptažodis sėkmingai pakeistas", + "Could not change the password. Maybe the old password was not correct." : "Slaptažodis nebuvo pakeistas. Gali būti, kad buvo neteisingai suvestas senasis.", + "Private key password successfully updated." : "Privataus rakto slaptažodis buvo sėkmingai atnaujintas.", + "Could not update the private key password. Maybe the old password was not correct." : "Nepavyko atnaujinti privataus rakto slaptažodžio. Gali būti, kad buvo neteisingai suvestas senasis.", + "File recovery settings updated" : "Failų atkūrimo nustatymai pakeisti", + "Could not update file recovery" : "Neišėjo atnaujinti failų atkūrimo", + "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." : "Šifravimo programa nepaleista! Galbūt šifravimo programa buvo įjungta dar kartą Jūsų sesijos metu. Prašome atsijungti ir vėl prisijungti, kad paleisti šifravimo programą.", + "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." : "Jūsų privatus raktas yra netinkamas! Panašu, kad Jūsų slaptažodis buvo pakeistas už %s (pvz. Jūsų organizacijos kataloge). Galite atnaujinti savo privataus rakto slaptažodį savo asmeniniuose nustatymuose, kad atkurti prieigą prie savo šifruotų failų.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Failo iššifruoti nepavyko, gali būti jog jis yra pasidalintas su jumis. Paprašykite failo savininko, kad jums iš naujo pateiktų šį failą.", + "Missing requirements." : "Trūkstami laukai.", + "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." : "Prašome įsitikinti, kad PHP 5.3.3 ar naujesnė yra įdiegta ir kad OpenSSL kartu su PHP plėtiniu yra šjungti ir teisingai sukonfigūruoti. Kol kas šifravimo programa bus išjungta.", + "Following users are not set up for encryption:" : "Sekantys naudotojai nenustatyti šifravimui:", + "Initial encryption started... This can take some time. Please wait." : "Pradėtas pirminis šifravimas... Tai gali užtrukti. Prašome palaukti.", + "Encryption" : "Šifravimas", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Šifravimo programa įjungta, bet Jūsų raktai nėra pritaikyti. Prašome atsijungti ir vėl prisijungti", + "Enable recovery key (allow to recover users files in case of password loss):" : "Įjunkite atkūrimo raktą, (leisti atkurti naudotojų failus praradus slaptažodį):", + "Recovery key password" : "Atkūrimo rakto slaptažodis", + "Repeat Recovery key password" : "Pakartokite atkūrimo rakto slaptažodį", + "Enabled" : "Įjungta", + "Disabled" : "Išjungta", + "Change recovery key password:" : "Pakeisti atkūrimo rakto slaptažodį:", + "Old Recovery key password" : "Senas atkūrimo rakto slaptažodis", + "New Recovery key password" : "Naujas atkūrimo rakto slaptažodis", + "Repeat New Recovery key password" : "Pakartokite naują atkūrimo rakto slaptažodį", + "Change Password" : "Pakeisti slaptažodį", + " If you don't remember your old password you can ask your administrator to recover your files." : "Jei nepamenate savo seno slaptažodžio, galite paprašyti administratoriaus atkurti Jūsų failus.", + "Old log-in password" : "Senas prisijungimo slaptažodis", + "Current log-in password" : "Dabartinis prisijungimo slaptažodis", + "Update Private Key Password" : "Atnaujinti privataus rakto slaptažodį", + "Enable password recovery:" : "Įjungti slaptažodžio atkūrimą:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Įjungus šią funkciją jums bus suteiktas pakartotinis priėjimas prie Jūsų šifruotų failų pamiršus slaptažodį." +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/lt_LT.php b/apps/files_encryption/l10n/lt_LT.php deleted file mode 100644 index 837ace4a60..0000000000 --- a/apps/files_encryption/l10n/lt_LT.php +++ /dev/null @@ -1,39 +0,0 @@ - "Neatpažinta klaida", -"Recovery key successfully enabled" => "Atkūrimo raktas sėkmingai įjungtas", -"Could not disable recovery key. Please check your recovery key password!" => "Neišėjo išjungti jūsų atkūrimo rakto. Prašome jį patikrinti!", -"Recovery key successfully disabled" => "Atkūrimo raktas sėkmingai išjungtas", -"Password successfully changed." => "Slaptažodis sėkmingai pakeistas", -"Could not change the password. Maybe the old password was not correct." => "Slaptažodis nebuvo pakeistas. Gali būti, kad buvo neteisingai suvestas senasis.", -"Private key password successfully updated." => "Privataus rakto slaptažodis buvo sėkmingai atnaujintas.", -"Could not update the private key password. Maybe the old password was not correct." => "Nepavyko atnaujinti privataus rakto slaptažodžio. Gali būti, kad buvo neteisingai suvestas senasis.", -"File recovery settings updated" => "Failų atkūrimo nustatymai pakeisti", -"Could not update file recovery" => "Neišėjo atnaujinti failų atkūrimo", -"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." => "Šifravimo programa nepaleista! Galbūt šifravimo programa buvo įjungta dar kartą Jūsų sesijos metu. Prašome atsijungti ir vėl prisijungti, kad paleisti šifravimo programą.", -"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." => "Jūsų privatus raktas yra netinkamas! Panašu, kad Jūsų slaptažodis buvo pakeistas už %s (pvz. Jūsų organizacijos kataloge). Galite atnaujinti savo privataus rakto slaptažodį savo asmeniniuose nustatymuose, kad atkurti prieigą prie savo šifruotų failų.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Failo iššifruoti nepavyko, gali būti jog jis yra pasidalintas su jumis. Paprašykite failo savininko, kad jums iš naujo pateiktų šį failą.", -"Missing requirements." => "Trūkstami laukai.", -"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." => "Prašome įsitikinti, kad PHP 5.3.3 ar naujesnė yra įdiegta ir kad OpenSSL kartu su PHP plėtiniu yra šjungti ir teisingai sukonfigūruoti. Kol kas šifravimo programa bus išjungta.", -"Following users are not set up for encryption:" => "Sekantys naudotojai nenustatyti šifravimui:", -"Initial encryption started... This can take some time. Please wait." => "Pradėtas pirminis šifravimas... Tai gali užtrukti. Prašome palaukti.", -"Encryption" => "Šifravimas", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Šifravimo programa įjungta, bet Jūsų raktai nėra pritaikyti. Prašome atsijungti ir vėl prisijungti", -"Enable recovery key (allow to recover users files in case of password loss):" => "Įjunkite atkūrimo raktą, (leisti atkurti naudotojų failus praradus slaptažodį):", -"Recovery key password" => "Atkūrimo rakto slaptažodis", -"Repeat Recovery key password" => "Pakartokite atkūrimo rakto slaptažodį", -"Enabled" => "Įjungta", -"Disabled" => "Išjungta", -"Change recovery key password:" => "Pakeisti atkūrimo rakto slaptažodį:", -"Old Recovery key password" => "Senas atkūrimo rakto slaptažodis", -"New Recovery key password" => "Naujas atkūrimo rakto slaptažodis", -"Repeat New Recovery key password" => "Pakartokite naują atkūrimo rakto slaptažodį", -"Change Password" => "Pakeisti slaptažodį", -" If you don't remember your old password you can ask your administrator to recover your files." => "Jei nepamenate savo seno slaptažodžio, galite paprašyti administratoriaus atkurti Jūsų failus.", -"Old log-in password" => "Senas prisijungimo slaptažodis", -"Current log-in password" => "Dabartinis prisijungimo slaptažodis", -"Update Private Key Password" => "Atnaujinti privataus rakto slaptažodį", -"Enable password recovery:" => "Įjungti slaptažodžio atkūrimą:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Įjungus šią funkciją jums bus suteiktas pakartotinis priėjimas prie Jūsų šifruotų failų pamiršus slaptažodį." -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_encryption/l10n/lv.js b/apps/files_encryption/l10n/lv.js new file mode 100644 index 0000000000..841a7fc754 --- /dev/null +++ b/apps/files_encryption/l10n/lv.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Nezināma kļūda", + "Encryption" : "Šifrēšana" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/files_encryption/l10n/lv.json b/apps/files_encryption/l10n/lv.json new file mode 100644 index 0000000000..b5c22c13a8 --- /dev/null +++ b/apps/files_encryption/l10n/lv.json @@ -0,0 +1,5 @@ +{ "translations": { + "Unknown error" : "Nezināma kļūda", + "Encryption" : "Šifrēšana" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/lv.php b/apps/files_encryption/l10n/lv.php deleted file mode 100644 index 367eac1879..0000000000 --- a/apps/files_encryption/l10n/lv.php +++ /dev/null @@ -1,6 +0,0 @@ - "Nezināma kļūda", -"Encryption" => "Šifrēšana" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/apps/files_encryption/l10n/mk.js b/apps/files_encryption/l10n/mk.js new file mode 100644 index 0000000000..a34a81e869 --- /dev/null +++ b/apps/files_encryption/l10n/mk.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Непозната грешка", + "Password successfully changed." : "Лозинката е успешно променета.", + "Could not change the password. Maybe the old password was not correct." : "Лозинката не можеше да се промени. Можеби старата лозинка не беше исправна.", + "Missing requirements." : "Барања кои недостасуваат.", + "Encryption" : "Енкрипција", + "Repeat Recovery key password" : "Повтори ја лозинката за клучот на обновување", + "Enabled" : "Овозможен", + "Disabled" : "Оневозможен", + "Old Recovery key password" : "Старата лозинка за клучот на обновување ", + "Repeat New Recovery key password" : "Повтори ја лозинката за клучот на обновувањето", + "Change Password" : "Смени лозинка", + "Old log-in password" : "Старата лозинка за најавување", + "Current log-in password" : "Тековната лозинка за најавување", + "Enable password recovery:" : "Овозможи го обновувањето на лозинката:" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/files_encryption/l10n/mk.json b/apps/files_encryption/l10n/mk.json new file mode 100644 index 0000000000..770bb602dc --- /dev/null +++ b/apps/files_encryption/l10n/mk.json @@ -0,0 +1,17 @@ +{ "translations": { + "Unknown error" : "Непозната грешка", + "Password successfully changed." : "Лозинката е успешно променета.", + "Could not change the password. Maybe the old password was not correct." : "Лозинката не можеше да се промени. Можеби старата лозинка не беше исправна.", + "Missing requirements." : "Барања кои недостасуваат.", + "Encryption" : "Енкрипција", + "Repeat Recovery key password" : "Повтори ја лозинката за клучот на обновување", + "Enabled" : "Овозможен", + "Disabled" : "Оневозможен", + "Old Recovery key password" : "Старата лозинка за клучот на обновување ", + "Repeat New Recovery key password" : "Повтори ја лозинката за клучот на обновувањето", + "Change Password" : "Смени лозинка", + "Old log-in password" : "Старата лозинка за најавување", + "Current log-in password" : "Тековната лозинка за најавување", + "Enable password recovery:" : "Овозможи го обновувањето на лозинката:" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/mk.php b/apps/files_encryption/l10n/mk.php deleted file mode 100644 index 1a1e18f223..0000000000 --- a/apps/files_encryption/l10n/mk.php +++ /dev/null @@ -1,18 +0,0 @@ - "Непозната грешка", -"Password successfully changed." => "Лозинката е успешно променета.", -"Could not change the password. Maybe the old password was not correct." => "Лозинката не можеше да се промени. Можеби старата лозинка не беше исправна.", -"Missing requirements." => "Барања кои недостасуваат.", -"Encryption" => "Енкрипција", -"Repeat Recovery key password" => "Повтори ја лозинката за клучот на обновување", -"Enabled" => "Овозможен", -"Disabled" => "Оневозможен", -"Old Recovery key password" => "Старата лозинка за клучот на обновување ", -"Repeat New Recovery key password" => "Повтори ја лозинката за клучот на обновувањето", -"Change Password" => "Смени лозинка", -"Old log-in password" => "Старата лозинка за најавување", -"Current log-in password" => "Тековната лозинка за најавување", -"Enable password recovery:" => "Овозможи го обновувањето на лозинката:" -); -$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/files_encryption/l10n/nb_NO.js b/apps/files_encryption/l10n/nb_NO.js new file mode 100644 index 0000000000..3e018cd76f --- /dev/null +++ b/apps/files_encryption/l10n/nb_NO.js @@ -0,0 +1,45 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Ukjent feil", + "Recovery key successfully enabled" : "Gjenopprettingsnøkkel aktivert", + "Could not disable recovery key. Please check your recovery key password!" : "Klarte ikke å deaktivere gjenopprettingsnøkkel. Sjekk passordet for gjenopprettingsnøkkelen.", + "Recovery key successfully disabled" : "Gjenopprettingsnøkkel ble deaktivert", + "Password successfully changed." : "Passordet ble endret.", + "Could not change the password. Maybe the old password was not correct." : "Klarte ikke å endre passordet. Kanskje gammelt passord ikke var korrekt.", + "Private key password successfully updated." : "Passord for privat nøkkel ble oppdatert.", + "Could not update the private key password. Maybe the old password was not correct." : "Klarte ikke å oppdatere passord for privat nøkkel. Kanskje gammelt passord ikke var korrekt.", + "File recovery settings updated" : "Innstillinger for gjenoppretting av filer ble oppdatert", + "Could not update file recovery" : "Klarte ikke å oppdatere gjenoppretting av filer", + "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." : "Krypterings-app ikke initialisert! Kanskje krypterings-appen ble aktivert på nytt i løpet av økten din. Prøv å logge ut og logge inn igjen for å initialisere krypterings-appen.", + "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." : "Din private nøkkel er ikke gyldig! Sannsynligvis ble passordet ditt endret utenfor %s. (f.eks. din bedriftskatalog). Du kan oppdatere passordet for din private nøkkel i dine personlige innstillinger for å gjenvinne tilgang til de krypterte filene dine.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke dekryptere denne filen. Dette er sannsynligvis en delt fil. Spør eieren av filen om å dele den med deg på nytt.", + "Unknown error. Please check your system settings or contact your administrator" : "Ukjent feil. Sjekk systeminnstillingene eller kontakt administratoren.", + "Missing requirements." : "Manglende krav.", + "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." : "Vennligst se til at PHP 5.3.3 eller nyere er installert og at OpenSSL sammen med PHP-utvidelsen er aktivert og riktig konfigurert. Enn så lenge er krypterings-appen deaktivert.", + "Following users are not set up for encryption:" : "Følgende brukere er ikke satt opp for kryptering:", + "Initial encryption started... This can take some time. Please wait." : "Førstegangs kryptering startet... Dette kan ta litt tid. Vennligst vent.", + "Initial encryption running... Please try again later." : "Førstegangs kryptering kjører... Prøv igjen senere.", + "Go directly to your %spersonal settings%s." : "Gå direkte til dine %spersonlige innstillinger%s.", + "Encryption" : "Kryptering", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App for kryptering er aktivert men nøklene dine er ikke satt opp. Logg ut og logg inn igjen.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktiver gjenopprettingsnøkkel (tillat å gjenopprette brukerfiler i tilfelle tap av passord):", + "Recovery key password" : "Passord for gjenopprettingsnøkkel", + "Repeat Recovery key password" : "Gjenta passord for gjenopprettingsnøkkel", + "Enabled" : "Aktiv", + "Disabled" : "Inaktiv", + "Change recovery key password:" : "Endre passord for gjenopprettingsnøkkel:", + "Old Recovery key password" : "Gammelt passord for gjenopprettingsnøkkel", + "New Recovery key password" : "Nytt passord for gjenopprettingsnøkkel", + "Repeat New Recovery key password" : "Gjenta nytt passord for gjenopprettingsnøkkel", + "Change Password" : "Endre passord", + "Your private key password no longer matches your log-in password." : "Passordet for din private nøkkel stemmer ikke lenger med påloggingspassordet ditt.", + "Set your old private key password to your current log-in password:" : "Sett ditt gamle passord for privat nøkkel til ditt nåværende påloggingspassord:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Hvis du ikke husker det gamle passordet ditt kan du spørre administratoren om å gjenopprette filene dine.", + "Old log-in password" : "Gammelt påloggingspassord", + "Current log-in password" : "Nåværende påloggingspassord", + "Update Private Key Password" : "Oppdater passord for privat nøkkel", + "Enable password recovery:" : "Aktiver gjenoppretting av passord:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aktivering av dette valget tillater deg å gjenerobre tilgang til dine krypterte filer i tilfelle du mister passordet ditt." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/nb_NO.json b/apps/files_encryption/l10n/nb_NO.json new file mode 100644 index 0000000000..ba3e2210a9 --- /dev/null +++ b/apps/files_encryption/l10n/nb_NO.json @@ -0,0 +1,43 @@ +{ "translations": { + "Unknown error" : "Ukjent feil", + "Recovery key successfully enabled" : "Gjenopprettingsnøkkel aktivert", + "Could not disable recovery key. Please check your recovery key password!" : "Klarte ikke å deaktivere gjenopprettingsnøkkel. Sjekk passordet for gjenopprettingsnøkkelen.", + "Recovery key successfully disabled" : "Gjenopprettingsnøkkel ble deaktivert", + "Password successfully changed." : "Passordet ble endret.", + "Could not change the password. Maybe the old password was not correct." : "Klarte ikke å endre passordet. Kanskje gammelt passord ikke var korrekt.", + "Private key password successfully updated." : "Passord for privat nøkkel ble oppdatert.", + "Could not update the private key password. Maybe the old password was not correct." : "Klarte ikke å oppdatere passord for privat nøkkel. Kanskje gammelt passord ikke var korrekt.", + "File recovery settings updated" : "Innstillinger for gjenoppretting av filer ble oppdatert", + "Could not update file recovery" : "Klarte ikke å oppdatere gjenoppretting av filer", + "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." : "Krypterings-app ikke initialisert! Kanskje krypterings-appen ble aktivert på nytt i løpet av økten din. Prøv å logge ut og logge inn igjen for å initialisere krypterings-appen.", + "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." : "Din private nøkkel er ikke gyldig! Sannsynligvis ble passordet ditt endret utenfor %s. (f.eks. din bedriftskatalog). Du kan oppdatere passordet for din private nøkkel i dine personlige innstillinger for å gjenvinne tilgang til de krypterte filene dine.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ikke dekryptere denne filen. Dette er sannsynligvis en delt fil. Spør eieren av filen om å dele den med deg på nytt.", + "Unknown error. Please check your system settings or contact your administrator" : "Ukjent feil. Sjekk systeminnstillingene eller kontakt administratoren.", + "Missing requirements." : "Manglende krav.", + "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." : "Vennligst se til at PHP 5.3.3 eller nyere er installert og at OpenSSL sammen med PHP-utvidelsen er aktivert og riktig konfigurert. Enn så lenge er krypterings-appen deaktivert.", + "Following users are not set up for encryption:" : "Følgende brukere er ikke satt opp for kryptering:", + "Initial encryption started... This can take some time. Please wait." : "Førstegangs kryptering startet... Dette kan ta litt tid. Vennligst vent.", + "Initial encryption running... Please try again later." : "Førstegangs kryptering kjører... Prøv igjen senere.", + "Go directly to your %spersonal settings%s." : "Gå direkte til dine %spersonlige innstillinger%s.", + "Encryption" : "Kryptering", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App for kryptering er aktivert men nøklene dine er ikke satt opp. Logg ut og logg inn igjen.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktiver gjenopprettingsnøkkel (tillat å gjenopprette brukerfiler i tilfelle tap av passord):", + "Recovery key password" : "Passord for gjenopprettingsnøkkel", + "Repeat Recovery key password" : "Gjenta passord for gjenopprettingsnøkkel", + "Enabled" : "Aktiv", + "Disabled" : "Inaktiv", + "Change recovery key password:" : "Endre passord for gjenopprettingsnøkkel:", + "Old Recovery key password" : "Gammelt passord for gjenopprettingsnøkkel", + "New Recovery key password" : "Nytt passord for gjenopprettingsnøkkel", + "Repeat New Recovery key password" : "Gjenta nytt passord for gjenopprettingsnøkkel", + "Change Password" : "Endre passord", + "Your private key password no longer matches your log-in password." : "Passordet for din private nøkkel stemmer ikke lenger med påloggingspassordet ditt.", + "Set your old private key password to your current log-in password:" : "Sett ditt gamle passord for privat nøkkel til ditt nåværende påloggingspassord:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Hvis du ikke husker det gamle passordet ditt kan du spørre administratoren om å gjenopprette filene dine.", + "Old log-in password" : "Gammelt påloggingspassord", + "Current log-in password" : "Nåværende påloggingspassord", + "Update Private Key Password" : "Oppdater passord for privat nøkkel", + "Enable password recovery:" : "Aktiver gjenoppretting av passord:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Aktivering av dette valget tillater deg å gjenerobre tilgang til dine krypterte filer i tilfelle du mister passordet ditt." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/nb_NO.php b/apps/files_encryption/l10n/nb_NO.php deleted file mode 100644 index 343aeba9f0..0000000000 --- a/apps/files_encryption/l10n/nb_NO.php +++ /dev/null @@ -1,44 +0,0 @@ - "Ukjent feil", -"Recovery key successfully enabled" => "Gjenopprettingsnøkkel aktivert", -"Could not disable recovery key. Please check your recovery key password!" => "Klarte ikke å deaktivere gjenopprettingsnøkkel. Sjekk passordet for gjenopprettingsnøkkelen.", -"Recovery key successfully disabled" => "Gjenopprettingsnøkkel ble deaktivert", -"Password successfully changed." => "Passordet ble endret.", -"Could not change the password. Maybe the old password was not correct." => "Klarte ikke å endre passordet. Kanskje gammelt passord ikke var korrekt.", -"Private key password successfully updated." => "Passord for privat nøkkel ble oppdatert.", -"Could not update the private key password. Maybe the old password was not correct." => "Klarte ikke å oppdatere passord for privat nøkkel. Kanskje gammelt passord ikke var korrekt.", -"File recovery settings updated" => "Innstillinger for gjenoppretting av filer ble oppdatert", -"Could not update file recovery" => "Klarte ikke å oppdatere gjenoppretting av filer", -"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." => "Krypterings-app ikke initialisert! Kanskje krypterings-appen ble aktivert på nytt i løpet av økten din. Prøv å logge ut og logge inn igjen for å initialisere krypterings-appen.", -"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." => "Din private nøkkel er ikke gyldig! Sannsynligvis ble passordet ditt endret utenfor %s. (f.eks. din bedriftskatalog). Du kan oppdatere passordet for din private nøkkel i dine personlige innstillinger for å gjenvinne tilgang til de krypterte filene dine.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Kan ikke dekryptere denne filen. Dette er sannsynligvis en delt fil. Spør eieren av filen om å dele den med deg på nytt.", -"Unknown error. Please check your system settings or contact your administrator" => "Ukjent feil. Sjekk systeminnstillingene eller kontakt administratoren.", -"Missing requirements." => "Manglende krav.", -"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." => "Vennligst se til at PHP 5.3.3 eller nyere er installert og at OpenSSL sammen med PHP-utvidelsen er aktivert og riktig konfigurert. Enn så lenge er krypterings-appen deaktivert.", -"Following users are not set up for encryption:" => "Følgende brukere er ikke satt opp for kryptering:", -"Initial encryption started... This can take some time. Please wait." => "Førstegangs kryptering startet... Dette kan ta litt tid. Vennligst vent.", -"Initial encryption running... Please try again later." => "Førstegangs kryptering kjører... Prøv igjen senere.", -"Go directly to your %spersonal settings%s." => "Gå direkte til dine %spersonlige innstillinger%s.", -"Encryption" => "Kryptering", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "App for kryptering er aktivert men nøklene dine er ikke satt opp. Logg ut og logg inn igjen.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Aktiver gjenopprettingsnøkkel (tillat å gjenopprette brukerfiler i tilfelle tap av passord):", -"Recovery key password" => "Passord for gjenopprettingsnøkkel", -"Repeat Recovery key password" => "Gjenta passord for gjenopprettingsnøkkel", -"Enabled" => "Aktiv", -"Disabled" => "Inaktiv", -"Change recovery key password:" => "Endre passord for gjenopprettingsnøkkel:", -"Old Recovery key password" => "Gammelt passord for gjenopprettingsnøkkel", -"New Recovery key password" => "Nytt passord for gjenopprettingsnøkkel", -"Repeat New Recovery key password" => "Gjenta nytt passord for gjenopprettingsnøkkel", -"Change Password" => "Endre passord", -"Your private key password no longer matches your log-in password." => "Passordet for din private nøkkel stemmer ikke lenger med påloggingspassordet ditt.", -"Set your old private key password to your current log-in password:" => "Sett ditt gamle passord for privat nøkkel til ditt nåværende påloggingspassord:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Hvis du ikke husker det gamle passordet ditt kan du spørre administratoren om å gjenopprette filene dine.", -"Old log-in password" => "Gammelt påloggingspassord", -"Current log-in password" => "Nåværende påloggingspassord", -"Update Private Key Password" => "Oppdater passord for privat nøkkel", -"Enable password recovery:" => "Aktiver gjenoppretting av passord:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Aktivering av dette valget tillater deg å gjenerobre tilgang til dine krypterte filer i tilfelle du mister passordet ditt." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/nl.js b/apps/files_encryption/l10n/nl.js new file mode 100644 index 0000000000..04b2c9e817 --- /dev/null +++ b/apps/files_encryption/l10n/nl.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Onbekende fout", + "Missing recovery key password" : "Ontbrekende wachtwoord herstelsleutel", + "Please repeat the recovery key password" : "Herhaal het herstelsleutel wachtwoord", + "Repeated recovery key password does not match the provided recovery key password" : "Het herhaalde herstelsleutel wachtwoord kwam niet overeen met het eerdere herstelsleutel wachtwoord ", + "Recovery key successfully enabled" : "Herstelsleutel succesvol geactiveerd", + "Could not disable recovery key. Please check your recovery key password!" : "Kon herstelsleutel niet deactiveren. Controleer het wachtwoord van uw herstelsleutel!", + "Recovery key successfully disabled" : "Herstelsleutel succesvol gedeactiveerd", + "Please provide the old recovery password" : "Geef het oude herstelwachtwoord op", + "Please provide a new recovery password" : "Geef een nieuw herstelwachtwoord op", + "Please repeat the new recovery password" : "Herhaal het nieuwe herstelwachtwoord", + "Password successfully changed." : "Wachtwoord succesvol gewijzigd.", + "Could not change the password. Maybe the old password was not correct." : "Kon wachtwoord niet wijzigen. Wellicht oude wachtwoord niet juist ingevoerd.", + "Private key password successfully updated." : "Privésleutel succesvol bijgewerkt.", + "Could not update the private key password. Maybe the old password was not correct." : "Kon het wachtwoord van de privésleutel niet wijzigen. Misschien was het oude wachtwoord onjuist.", + "File recovery settings updated" : "Bestandsherstel instellingen bijgewerkt", + "Could not update file recovery" : "Kon bestandsherstel niet bijwerken", + "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." : "Crypto app niet geïnitialiseerd. Misschien werd de crypto app geheractiveerd tijdens de sessie. Log uit en log daarna opnieuw in om de crypto app te initialiseren.", + "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." : "Uw privésleutel is niet geldig! Waarschijnlijk is uw wachtwoord gewijzigd buiten %s (bijv. uw corporate directory). U kunt uw privésleutel wachtwoord in uw persoonlijke instellingen bijwerken om toegang te krijgen tot uw versleutelde bestanden.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan dit bestand niet ontcijferen, waarschijnlijk is het een gedeeld bestand, Vraag de eigenaar om het bestand opnieuw met u te delen.", + "Unknown error. Please check your system settings or contact your administrator" : "Onbekende fout. Controleer uw systeeminstellingen of neem contact op met de beheerder", + "Missing requirements." : "Missende benodigdheden.", + "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." : "Wees er zeker van dat PHP5.3.3 of nieuwer is geïstalleerd en dat de OpenSSL PHP extensie is ingeschakeld en correct geconfigureerd. De versleutel-app is voorlopig uitgeschakeld.", + "Following users are not set up for encryption:" : "De volgende gebruikers hebben geen configuratie voor encryptie:", + "Initial encryption started... This can take some time. Please wait." : "initiële versleuteling gestart... Dit kan even duren, geduld a.u.b.", + "Initial encryption running... Please try again later." : "Initiële versleuteling bezig... Probeer het later opnieuw.", + "Go directly to your %spersonal settings%s." : "Ga direct naar uw %spersoonlijke instellingen%s.", + "Encryption" : "Versleuteling", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Crypto app is geactiveerd, maar uw sleutels werden niet geïnitialiseerd. Log uit en log daarna opnieuw in.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Activeren herstelsleutel (maakt het mogelijk om gebruikersbestanden terug te halen in geval van verlies van het wachtwoord):", + "Recovery key password" : "Wachtwoord herstelsleulel", + "Repeat Recovery key password" : "Herhaal het herstelsleutel wachtwoord", + "Enabled" : "Geactiveerd", + "Disabled" : "Gedeactiveerd", + "Change recovery key password:" : "Wijzig wachtwoord herstelsleutel:", + "Old Recovery key password" : "Oude wachtwoord herstelsleutel", + "New Recovery key password" : "Nieuwe wachtwoord herstelsleutel", + "Repeat New Recovery key password" : "Herhaal het nieuwe herstelsleutel wachtwoord", + "Change Password" : "Wijzigen wachtwoord", + "Your private key password no longer matches your log-in password." : "Het wachtwoord van uw privésleutel komt niet meer overeen met uw inlogwachtwoord.", + "Set your old private key password to your current log-in password:" : "Stel het wachtwoord van uw oude privésleutel in op uw huidige inlogwachtwoord.", + " If you don't remember your old password you can ask your administrator to recover your files." : "Als u uw oude wachtwoord niet meer weet, kunt u uw beheerder vragen uw bestanden terug te halen.", + "Old log-in password" : "Oude wachtwoord", + "Current log-in password" : "Huidige wachtwoord", + "Update Private Key Password" : "Bijwerken wachtwoord Privésleutel", + "Enable password recovery:" : "Activeren wachtwoord herstel:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Het activeren van deze optie maakt het mogelijk om uw versleutelde bestanden te benaderen als uw wachtwoord kwijt is" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/nl.json b/apps/files_encryption/l10n/nl.json new file mode 100644 index 0000000000..67f0d2e4c8 --- /dev/null +++ b/apps/files_encryption/l10n/nl.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Onbekende fout", + "Missing recovery key password" : "Ontbrekende wachtwoord herstelsleutel", + "Please repeat the recovery key password" : "Herhaal het herstelsleutel wachtwoord", + "Repeated recovery key password does not match the provided recovery key password" : "Het herhaalde herstelsleutel wachtwoord kwam niet overeen met het eerdere herstelsleutel wachtwoord ", + "Recovery key successfully enabled" : "Herstelsleutel succesvol geactiveerd", + "Could not disable recovery key. Please check your recovery key password!" : "Kon herstelsleutel niet deactiveren. Controleer het wachtwoord van uw herstelsleutel!", + "Recovery key successfully disabled" : "Herstelsleutel succesvol gedeactiveerd", + "Please provide the old recovery password" : "Geef het oude herstelwachtwoord op", + "Please provide a new recovery password" : "Geef een nieuw herstelwachtwoord op", + "Please repeat the new recovery password" : "Herhaal het nieuwe herstelwachtwoord", + "Password successfully changed." : "Wachtwoord succesvol gewijzigd.", + "Could not change the password. Maybe the old password was not correct." : "Kon wachtwoord niet wijzigen. Wellicht oude wachtwoord niet juist ingevoerd.", + "Private key password successfully updated." : "Privésleutel succesvol bijgewerkt.", + "Could not update the private key password. Maybe the old password was not correct." : "Kon het wachtwoord van de privésleutel niet wijzigen. Misschien was het oude wachtwoord onjuist.", + "File recovery settings updated" : "Bestandsherstel instellingen bijgewerkt", + "Could not update file recovery" : "Kon bestandsherstel niet bijwerken", + "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." : "Crypto app niet geïnitialiseerd. Misschien werd de crypto app geheractiveerd tijdens de sessie. Log uit en log daarna opnieuw in om de crypto app te initialiseren.", + "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." : "Uw privésleutel is niet geldig! Waarschijnlijk is uw wachtwoord gewijzigd buiten %s (bijv. uw corporate directory). U kunt uw privésleutel wachtwoord in uw persoonlijke instellingen bijwerken om toegang te krijgen tot uw versleutelde bestanden.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan dit bestand niet ontcijferen, waarschijnlijk is het een gedeeld bestand, Vraag de eigenaar om het bestand opnieuw met u te delen.", + "Unknown error. Please check your system settings or contact your administrator" : "Onbekende fout. Controleer uw systeeminstellingen of neem contact op met de beheerder", + "Missing requirements." : "Missende benodigdheden.", + "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." : "Wees er zeker van dat PHP5.3.3 of nieuwer is geïstalleerd en dat de OpenSSL PHP extensie is ingeschakeld en correct geconfigureerd. De versleutel-app is voorlopig uitgeschakeld.", + "Following users are not set up for encryption:" : "De volgende gebruikers hebben geen configuratie voor encryptie:", + "Initial encryption started... This can take some time. Please wait." : "initiële versleuteling gestart... Dit kan even duren, geduld a.u.b.", + "Initial encryption running... Please try again later." : "Initiële versleuteling bezig... Probeer het later opnieuw.", + "Go directly to your %spersonal settings%s." : "Ga direct naar uw %spersoonlijke instellingen%s.", + "Encryption" : "Versleuteling", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Crypto app is geactiveerd, maar uw sleutels werden niet geïnitialiseerd. Log uit en log daarna opnieuw in.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Activeren herstelsleutel (maakt het mogelijk om gebruikersbestanden terug te halen in geval van verlies van het wachtwoord):", + "Recovery key password" : "Wachtwoord herstelsleulel", + "Repeat Recovery key password" : "Herhaal het herstelsleutel wachtwoord", + "Enabled" : "Geactiveerd", + "Disabled" : "Gedeactiveerd", + "Change recovery key password:" : "Wijzig wachtwoord herstelsleutel:", + "Old Recovery key password" : "Oude wachtwoord herstelsleutel", + "New Recovery key password" : "Nieuwe wachtwoord herstelsleutel", + "Repeat New Recovery key password" : "Herhaal het nieuwe herstelsleutel wachtwoord", + "Change Password" : "Wijzigen wachtwoord", + "Your private key password no longer matches your log-in password." : "Het wachtwoord van uw privésleutel komt niet meer overeen met uw inlogwachtwoord.", + "Set your old private key password to your current log-in password:" : "Stel het wachtwoord van uw oude privésleutel in op uw huidige inlogwachtwoord.", + " If you don't remember your old password you can ask your administrator to recover your files." : "Als u uw oude wachtwoord niet meer weet, kunt u uw beheerder vragen uw bestanden terug te halen.", + "Old log-in password" : "Oude wachtwoord", + "Current log-in password" : "Huidige wachtwoord", + "Update Private Key Password" : "Bijwerken wachtwoord Privésleutel", + "Enable password recovery:" : "Activeren wachtwoord herstel:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Het activeren van deze optie maakt het mogelijk om uw versleutelde bestanden te benaderen als uw wachtwoord kwijt is" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/nl.php b/apps/files_encryption/l10n/nl.php deleted file mode 100644 index 3dd7665d72..0000000000 --- a/apps/files_encryption/l10n/nl.php +++ /dev/null @@ -1,50 +0,0 @@ - "Onbekende fout", -"Missing recovery key password" => "Ontbrekende wachtwoord herstelsleutel", -"Please repeat the recovery key password" => "Herhaal het herstelsleutel wachtwoord", -"Repeated recovery key password does not match the provided recovery key password" => "Het herhaalde herstelsleutel wachtwoord kwam niet overeen met het eerdere herstelsleutel wachtwoord ", -"Recovery key successfully enabled" => "Herstelsleutel succesvol geactiveerd", -"Could not disable recovery key. Please check your recovery key password!" => "Kon herstelsleutel niet deactiveren. Controleer het wachtwoord van uw herstelsleutel!", -"Recovery key successfully disabled" => "Herstelsleutel succesvol gedeactiveerd", -"Please provide the old recovery password" => "Geef het oude herstelwachtwoord op", -"Please provide a new recovery password" => "Geef een nieuw herstelwachtwoord op", -"Please repeat the new recovery password" => "Herhaal het nieuwe herstelwachtwoord", -"Password successfully changed." => "Wachtwoord succesvol gewijzigd.", -"Could not change the password. Maybe the old password was not correct." => "Kon wachtwoord niet wijzigen. Wellicht oude wachtwoord niet juist ingevoerd.", -"Private key password successfully updated." => "Privésleutel succesvol bijgewerkt.", -"Could not update the private key password. Maybe the old password was not correct." => "Kon het wachtwoord van de privésleutel niet wijzigen. Misschien was het oude wachtwoord onjuist.", -"File recovery settings updated" => "Bestandsherstel instellingen bijgewerkt", -"Could not update file recovery" => "Kon bestandsherstel niet bijwerken", -"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." => "Crypto app niet geïnitialiseerd. Misschien werd de crypto app geheractiveerd tijdens de sessie. Log uit en log daarna opnieuw in om de crypto app te initialiseren.", -"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." => "Uw privésleutel is niet geldig! Waarschijnlijk is uw wachtwoord gewijzigd buiten %s (bijv. uw corporate directory). U kunt uw privésleutel wachtwoord in uw persoonlijke instellingen bijwerken om toegang te krijgen tot uw versleutelde bestanden.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Kan dit bestand niet ontcijferen, waarschijnlijk is het een gedeeld bestand, Vraag de eigenaar om het bestand opnieuw met u te delen.", -"Unknown error. Please check your system settings or contact your administrator" => "Onbekende fout. Controleer uw systeeminstellingen of neem contact op met de beheerder", -"Missing requirements." => "Missende benodigdheden.", -"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." => "Wees er zeker van dat PHP5.3.3 of nieuwer is geïstalleerd en dat de OpenSSL PHP extensie is ingeschakeld en correct geconfigureerd. De versleutel-app is voorlopig uitgeschakeld.", -"Following users are not set up for encryption:" => "De volgende gebruikers hebben geen configuratie voor encryptie:", -"Initial encryption started... This can take some time. Please wait." => "initiële versleuteling gestart... Dit kan even duren, geduld a.u.b.", -"Initial encryption running... Please try again later." => "Initiële versleuteling bezig... Probeer het later opnieuw.", -"Go directly to your %spersonal settings%s." => "Ga direct naar uw %spersoonlijke instellingen%s.", -"Encryption" => "Versleuteling", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Crypto app is geactiveerd, maar uw sleutels werden niet geïnitialiseerd. Log uit en log daarna opnieuw in.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Activeren herstelsleutel (maakt het mogelijk om gebruikersbestanden terug te halen in geval van verlies van het wachtwoord):", -"Recovery key password" => "Wachtwoord herstelsleulel", -"Repeat Recovery key password" => "Herhaal het herstelsleutel wachtwoord", -"Enabled" => "Geactiveerd", -"Disabled" => "Gedeactiveerd", -"Change recovery key password:" => "Wijzig wachtwoord herstelsleutel:", -"Old Recovery key password" => "Oude wachtwoord herstelsleutel", -"New Recovery key password" => "Nieuwe wachtwoord herstelsleutel", -"Repeat New Recovery key password" => "Herhaal het nieuwe herstelsleutel wachtwoord", -"Change Password" => "Wijzigen wachtwoord", -"Your private key password no longer matches your log-in password." => "Het wachtwoord van uw privésleutel komt niet meer overeen met uw inlogwachtwoord.", -"Set your old private key password to your current log-in password:" => "Stel het wachtwoord van uw oude privésleutel in op uw huidige inlogwachtwoord.", -" If you don't remember your old password you can ask your administrator to recover your files." => "Als u uw oude wachtwoord niet meer weet, kunt u uw beheerder vragen uw bestanden terug te halen.", -"Old log-in password" => "Oude wachtwoord", -"Current log-in password" => "Huidige wachtwoord", -"Update Private Key Password" => "Bijwerken wachtwoord Privésleutel", -"Enable password recovery:" => "Activeren wachtwoord herstel:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Het activeren van deze optie maakt het mogelijk om uw versleutelde bestanden te benaderen als uw wachtwoord kwijt is" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/nn_NO.js b/apps/files_encryption/l10n/nn_NO.js new file mode 100644 index 0000000000..5adb8d6547 --- /dev/null +++ b/apps/files_encryption/l10n/nn_NO.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Ukjend feil", + "Encryption" : "Kryptering" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/nn_NO.json b/apps/files_encryption/l10n/nn_NO.json new file mode 100644 index 0000000000..8f78cc1320 --- /dev/null +++ b/apps/files_encryption/l10n/nn_NO.json @@ -0,0 +1,5 @@ +{ "translations": { + "Unknown error" : "Ukjend feil", + "Encryption" : "Kryptering" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/nn_NO.php b/apps/files_encryption/l10n/nn_NO.php deleted file mode 100644 index 042104c5fb..0000000000 --- a/apps/files_encryption/l10n/nn_NO.php +++ /dev/null @@ -1,6 +0,0 @@ - "Ukjend feil", -"Encryption" => "Kryptering" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/pa.js b/apps/files_encryption/l10n/pa.js new file mode 100644 index 0000000000..f61063e945 --- /dev/null +++ b/apps/files_encryption/l10n/pa.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "ਅਣਜਾਣ ਗਲਤੀ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/pa.json b/apps/files_encryption/l10n/pa.json new file mode 100644 index 0000000000..41690f3aa3 --- /dev/null +++ b/apps/files_encryption/l10n/pa.json @@ -0,0 +1,4 @@ +{ "translations": { + "Unknown error" : "ਅਣਜਾਣ ਗਲਤੀ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/pa.php b/apps/files_encryption/l10n/pa.php deleted file mode 100644 index 771dd8b449..0000000000 --- a/apps/files_encryption/l10n/pa.php +++ /dev/null @@ -1,5 +0,0 @@ - "ਅਣਜਾਣ ਗਲਤੀ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/pl.js b/apps/files_encryption/l10n/pl.js new file mode 100644 index 0000000000..027e933008 --- /dev/null +++ b/apps/files_encryption/l10n/pl.js @@ -0,0 +1,45 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Nieznany błąd", + "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", + "Password successfully changed." : "Zmiana hasła udana.", + "Could not change the password. Maybe the old password was not correct." : "Nie można zmienić hasła. Może stare hasło nie było poprawne.", + "Private key password successfully updated." : "Pomyślnie zaktualizowano hasło klucza prywatnego.", + "Could not update the private key password. Maybe the old password was not correct." : "Nie można zmienić prywatnego hasła. Może stare hasło nie było poprawne.", + "File recovery settings updated" : "Ustawienia odzyskiwania plików zmienione", + "Could not update file recovery" : "Nie można zmienić pliku odzyskiwania", + "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." : "Szyfrowanie aplikacja nie została zainicjowane! Może szyfrowanie aplikacji zostało ponownie włączone podczas tej sesji. Spróbuj się wylogować i zalogować ponownie aby zainicjować szyfrowanie aplikacji.", + "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." : "Klucz prywatny nie jest poprawny! Prawdopodobnie Twoje hasło zostało zmienione poza %s (np. w katalogu firmy). Aby odzyskać dostęp do zaszyfrowanych plików można zaktualizować hasło klucza prywatnego w ustawieniach osobistych.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostępniony. Poproś właściciela pliku o ponowne udostępnianie pliku Tobie.", + "Unknown error. Please check your system settings or contact your administrator" : "Nieznany błąd. Proszę sprawdzić ustawienia systemowe lub skontaktować się z administratorem", + "Missing requirements." : "Brak wymagań.", + "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." : "Proszę upewnić się, że PHP 5.3.3 lub nowszy jest zainstalowany i że OpenSSL oraz rozszerzenie PHP jest włączone i poprawnie skonfigurowane. Obecnie szyfrowanie aplikacji zostało wyłączone.", + "Following users are not set up for encryption:" : "Następujący użytkownicy nie mają skonfigurowanego szyfrowania:", + "Initial encryption started... This can take some time. Please wait." : "Rozpoczęto szyfrowanie... To może chwilę potrwać. Proszę czekać.", + "Initial encryption running... Please try again later." : "Trwa szyfrowanie początkowe...Spróbuj ponownie.", + "Go directly to your %spersonal settings%s." : "Przejdź bezpośrednio do %spersonal settings%s.", + "Encryption" : "Szyfrowanie", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacja szyfrująca jest aktywna, ale twoje klucze nie zostały zainicjowane, prosze wyloguj się i zaloguj ponownie.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Włączhasło klucza odzyskiwania (pozwala odzyskać pliki użytkowników w przypadku utraty hasła):", + "Recovery key password" : "Hasło klucza odzyskiwania", + "Repeat Recovery key password" : "Powtórz hasło klucza odzyskiwania", + "Enabled" : "Włączone", + "Disabled" : "Wyłączone", + "Change recovery key password:" : "Zmień hasło klucza odzyskiwania", + "Old Recovery key password" : "Stare hasło klucza odzyskiwania", + "New Recovery key password" : "Nowe hasło klucza odzyskiwania", + "Repeat New Recovery key password" : "Powtórz nowe hasło klucza odzyskiwania", + "Change Password" : "Zmień hasło", + "Your private key password no longer matches your log-in password." : "Hasło Twojego klucza prywatnego nie pasuje już do Twojego hasła logowania.", + "Set your old private key password to your current log-in password:" : "Ustaw stare hasło klucza prywatnego na aktualne hasło logowania:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Jeśli nie pamiętasz swojego starego hasła, poproś swojego administratora, aby odzyskać pliki.", + "Old log-in password" : "Stare hasło logowania", + "Current log-in password" : "Bieżące hasło logowania", + "Update Private Key Password" : "Aktualizacja hasła klucza prywatnego", + "Enable password recovery:" : "Włącz hasło odzyskiwania:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Włączenie tej opcji umożliwia otrzymać dostęp do zaszyfrowanych plików w przypadku utraty hasła" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_encryption/l10n/pl.json b/apps/files_encryption/l10n/pl.json new file mode 100644 index 0000000000..25e3842523 --- /dev/null +++ b/apps/files_encryption/l10n/pl.json @@ -0,0 +1,43 @@ +{ "translations": { + "Unknown error" : "Nieznany błąd", + "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", + "Password successfully changed." : "Zmiana hasła udana.", + "Could not change the password. Maybe the old password was not correct." : "Nie można zmienić hasła. Może stare hasło nie było poprawne.", + "Private key password successfully updated." : "Pomyślnie zaktualizowano hasło klucza prywatnego.", + "Could not update the private key password. Maybe the old password was not correct." : "Nie można zmienić prywatnego hasła. Może stare hasło nie było poprawne.", + "File recovery settings updated" : "Ustawienia odzyskiwania plików zmienione", + "Could not update file recovery" : "Nie można zmienić pliku odzyskiwania", + "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." : "Szyfrowanie aplikacja nie została zainicjowane! Może szyfrowanie aplikacji zostało ponownie włączone podczas tej sesji. Spróbuj się wylogować i zalogować ponownie aby zainicjować szyfrowanie aplikacji.", + "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." : "Klucz prywatny nie jest poprawny! Prawdopodobnie Twoje hasło zostało zmienione poza %s (np. w katalogu firmy). Aby odzyskać dostęp do zaszyfrowanych plików można zaktualizować hasło klucza prywatnego w ustawieniach osobistych.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostępniony. Poproś właściciela pliku o ponowne udostępnianie pliku Tobie.", + "Unknown error. Please check your system settings or contact your administrator" : "Nieznany błąd. Proszę sprawdzić ustawienia systemowe lub skontaktować się z administratorem", + "Missing requirements." : "Brak wymagań.", + "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." : "Proszę upewnić się, że PHP 5.3.3 lub nowszy jest zainstalowany i że OpenSSL oraz rozszerzenie PHP jest włączone i poprawnie skonfigurowane. Obecnie szyfrowanie aplikacji zostało wyłączone.", + "Following users are not set up for encryption:" : "Następujący użytkownicy nie mają skonfigurowanego szyfrowania:", + "Initial encryption started... This can take some time. Please wait." : "Rozpoczęto szyfrowanie... To może chwilę potrwać. Proszę czekać.", + "Initial encryption running... Please try again later." : "Trwa szyfrowanie początkowe...Spróbuj ponownie.", + "Go directly to your %spersonal settings%s." : "Przejdź bezpośrednio do %spersonal settings%s.", + "Encryption" : "Szyfrowanie", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikacja szyfrująca jest aktywna, ale twoje klucze nie zostały zainicjowane, prosze wyloguj się i zaloguj ponownie.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Włączhasło klucza odzyskiwania (pozwala odzyskać pliki użytkowników w przypadku utraty hasła):", + "Recovery key password" : "Hasło klucza odzyskiwania", + "Repeat Recovery key password" : "Powtórz hasło klucza odzyskiwania", + "Enabled" : "Włączone", + "Disabled" : "Wyłączone", + "Change recovery key password:" : "Zmień hasło klucza odzyskiwania", + "Old Recovery key password" : "Stare hasło klucza odzyskiwania", + "New Recovery key password" : "Nowe hasło klucza odzyskiwania", + "Repeat New Recovery key password" : "Powtórz nowe hasło klucza odzyskiwania", + "Change Password" : "Zmień hasło", + "Your private key password no longer matches your log-in password." : "Hasło Twojego klucza prywatnego nie pasuje już do Twojego hasła logowania.", + "Set your old private key password to your current log-in password:" : "Ustaw stare hasło klucza prywatnego na aktualne hasło logowania:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Jeśli nie pamiętasz swojego starego hasła, poproś swojego administratora, aby odzyskać pliki.", + "Old log-in password" : "Stare hasło logowania", + "Current log-in password" : "Bieżące hasło logowania", + "Update Private Key Password" : "Aktualizacja hasła klucza prywatnego", + "Enable password recovery:" : "Włącz hasło odzyskiwania:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Włączenie tej opcji umożliwia otrzymać dostęp do zaszyfrowanych plików w przypadku utraty hasła" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/pl.php b/apps/files_encryption/l10n/pl.php deleted file mode 100644 index c52c3ddee9..0000000000 --- a/apps/files_encryption/l10n/pl.php +++ /dev/null @@ -1,45 +0,0 @@ - "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", -"Password successfully changed." => "Zmiana hasła udana.", -"Could not change the password. Maybe the old password was not correct." => "Nie można zmienić hasła. Może stare hasło nie było poprawne.", -"Private key password successfully updated." => "Pomyślnie zaktualizowano hasło klucza prywatnego.", -"Could not update the private key password. Maybe the old password was not correct." => "Nie można zmienić prywatnego hasła. Może stare hasło nie było poprawne.", -"File recovery settings updated" => "Ustawienia odzyskiwania plików zmienione", -"Could not update file recovery" => "Nie można zmienić pliku odzyskiwania", -"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." => "Szyfrowanie aplikacja nie została zainicjowane! Może szyfrowanie aplikacji zostało ponownie włączone podczas tej sesji. Spróbuj się wylogować i zalogować ponownie aby zainicjować szyfrowanie aplikacji.", -"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." => "Klucz prywatny nie jest poprawny! Prawdopodobnie Twoje hasło zostało zmienione poza %s (np. w katalogu firmy). Aby odzyskać dostęp do zaszyfrowanych plików można zaktualizować hasło klucza prywatnego w ustawieniach osobistych.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostępniony. Poproś właściciela pliku o ponowne udostępnianie pliku Tobie.", -"Unknown error. Please check your system settings or contact your administrator" => "Nieznany błąd. Proszę sprawdzić ustawienia systemowe lub skontaktować się z administratorem", -"Missing requirements." => "Brak wymagań.", -"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." => "Proszę upewnić się, że PHP 5.3.3 lub nowszy jest zainstalowany i że OpenSSL oraz rozszerzenie PHP jest włączone i poprawnie skonfigurowane. Obecnie szyfrowanie aplikacji zostało wyłączone.", -"Following users are not set up for encryption:" => "Następujący użytkownicy nie mają skonfigurowanego szyfrowania:", -"Initial encryption started... This can take some time. Please wait." => "Rozpoczęto szyfrowanie... To może chwilę potrwać. Proszę czekać.", -"Initial encryption running... Please try again later." => "Trwa szyfrowanie początkowe...Spróbuj ponownie.", -"Go directly to your %spersonal settings%s." => "Przejdź bezpośrednio do %spersonal settings%s.", -"Encryption" => "Szyfrowanie", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplikacja szyfrująca jest aktywna, ale twoje klucze nie zostały zainicjowane, prosze wyloguj się i zaloguj ponownie.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Włączhasło klucza odzyskiwania (pozwala odzyskać pliki użytkowników w przypadku utraty hasła):", -"Recovery key password" => "Hasło klucza odzyskiwania", -"Repeat Recovery key password" => "Powtórz hasło klucza odzyskiwania", -"Enabled" => "Włączone", -"Disabled" => "Wyłączone", -"Change recovery key password:" => "Zmień hasło klucza odzyskiwania", -"Old Recovery key password" => "Stare hasło klucza odzyskiwania", -"New Recovery key password" => "Nowe hasło klucza odzyskiwania", -"Repeat New Recovery key password" => "Powtórz nowe hasło klucza odzyskiwania", -"Change Password" => "Zmień hasło", -"Your private key password no longer matches your log-in password." => "Hasło Twojego klucza prywatnego nie pasuje już do Twojego hasła logowania.", -"Set your old private key password to your current log-in password:" => "Ustaw stare hasło klucza prywatnego na aktualne hasło logowania:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Jeśli nie pamiętasz swojego starego hasła, poproś swojego administratora, aby odzyskać pliki.", -"Old log-in password" => "Stare hasło logowania", -"Current log-in password" => "Bieżące hasło logowania", -"Update Private Key Password" => "Aktualizacja hasła klucza prywatnego", -"Enable password recovery:" => "Włącz hasło odzyskiwania:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Włączenie tej opcji umożliwia otrzymać dostęp do zaszyfrowanych plików w przypadku utraty hasła" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_encryption/l10n/pt_BR.js b/apps/files_encryption/l10n/pt_BR.js new file mode 100644 index 0000000000..3849876d60 --- /dev/null +++ b/apps/files_encryption/l10n/pt_BR.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Erro desconhecido", + "Missing recovery key password" : "Senha da chave de recuperação em falta", + "Please repeat the recovery key password" : "Por favor, repita a senha da chave de recuperação", + "Repeated recovery key password does not match the provided recovery key password" : "A senha repetidas da chave de valorização não corresponde a senha da chave de recuperação prevista", + "Recovery key successfully enabled" : "Recuperação de chave habilitada com sucesso", + "Could not disable recovery key. Please check your recovery key password!" : "Impossível desabilitar recuperação de chave. Por favor verifique sua senha para recuperação de chave!", + "Recovery key successfully disabled" : "Recuperação de chave desabilitada com sucesso", + "Please provide the old recovery password" : "Por favor, forneça a antiga senha de recuperação", + "Please provide a new recovery password" : "Por favor, forneça a nova senha de recuperação", + "Please repeat the new recovery password" : "Por favor, repita a nova senha de recuperação", + "Password successfully changed." : "Senha alterada com sucesso.", + "Could not change the password. Maybe the old password was not correct." : "Não foi possível alterar a senha. Talvez a senha antiga não estava correta.", + "Private key password successfully updated." : "Senha de chave privada atualizada com sucesso.", + "Could not update the private key password. Maybe the old password was not correct." : "Não foi possível atualizar a senha de chave privada. Talvez a senha antiga esteja incorreta.", + "File recovery settings updated" : "Configurações de recuperação de arquivo atualizado", + "Could not update file recovery" : "Não foi possível atualizar a recuperação de arquivos", + "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." : "Aplicativo de criptografia não foi inicializado! Talvez o aplicativo de criptografia tenha sido reativado durante essa sessão. Por favor, tente fazer logoff e login novamente para inicializar o aplicativo de criptografia.", + "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." : "Sua chave privada não é válida! Provavelmente sua senha foi alterada fora de %s (por exemplo, seu diretório corporativo). Você pode atualizar sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Este arquivo não pode ser decriptado, provavelmente este é um arquivo compartilhado. Poe favoe peça ao dono do arquivo para compartilha-lo com você.", + "Unknown error. Please check your system settings or contact your administrator" : "Erro desconhecido. Por favor, verifique as configurações do sistema ou entre em contato com o administrador", + "Missing requirements." : "Requisitos não encontrados.", + "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." : "Por favor, certifique-se que o PHP 5.3.3 ou mais recente está instalado e que a extensão PHP OpenSSL está habilitado e configurado corretamente. Por enquanto, o aplicativo de criptografia foi desativado.", + "Following users are not set up for encryption:" : "Seguintes usuários não estão configurados para criptografia:", + "Initial encryption started... This can take some time. Please wait." : "Criptografia inicial inicializada... Isto pode tomar algum tempo. Por favor espere.", + "Initial encryption running... Please try again later." : "Criptografia inicial em execução ... Por favor, tente novamente mais tarde.", + "Go directly to your %spersonal settings%s." : "Ir direto para suas %spersonal settings%s.", + "Encryption" : "Criptografia", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App de criptografia está ativado, mas as chaves não estão inicializadas, por favor log-out e faça login novamente", + "Enable recovery key (allow to recover users files in case of password loss):" : "Habilitar chave de recuperação (permite recuperar arquivos de usuários em caso de perda de senha):", + "Recovery key password" : "Senha da chave de recuperação", + "Repeat Recovery key password" : "Repita Recuperação de senha da chave", + "Enabled" : "Habilitado", + "Disabled" : "Desabilitado", + "Change recovery key password:" : "Mudar a senha da chave de recuperação:", + "Old Recovery key password" : "Senha antiga da chave de recuperação", + "New Recovery key password" : "Nova senha da chave de recuperação", + "Repeat New Recovery key password" : "Repita Nova senha da chave de recuperação", + "Change Password" : "Trocar Senha", + "Your private key password no longer matches your log-in password." : "A sua senha de chave privada não corresponde a sua senha de login.", + "Set your old private key password to your current log-in password:" : "Defina a sua antiga senha da chave privada para sua senha de login atual:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Se você não se lembra de sua antiga senha você pode pedir ao administrador que recupere seus arquivos.", + "Old log-in password" : "Senha antiga de login", + "Current log-in password" : "Senha de login atual", + "Update Private Key Password" : "Atualizar Senha de Chave Privada", + "Enable password recovery:" : "Habilitar recuperação de senha:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar essa opção vai permitir que você obtenha novamente acesso aos seus arquivos encriptados em caso de perda de senha" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_encryption/l10n/pt_BR.json b/apps/files_encryption/l10n/pt_BR.json new file mode 100644 index 0000000000..6627951f8f --- /dev/null +++ b/apps/files_encryption/l10n/pt_BR.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Erro desconhecido", + "Missing recovery key password" : "Senha da chave de recuperação em falta", + "Please repeat the recovery key password" : "Por favor, repita a senha da chave de recuperação", + "Repeated recovery key password does not match the provided recovery key password" : "A senha repetidas da chave de valorização não corresponde a senha da chave de recuperação prevista", + "Recovery key successfully enabled" : "Recuperação de chave habilitada com sucesso", + "Could not disable recovery key. Please check your recovery key password!" : "Impossível desabilitar recuperação de chave. Por favor verifique sua senha para recuperação de chave!", + "Recovery key successfully disabled" : "Recuperação de chave desabilitada com sucesso", + "Please provide the old recovery password" : "Por favor, forneça a antiga senha de recuperação", + "Please provide a new recovery password" : "Por favor, forneça a nova senha de recuperação", + "Please repeat the new recovery password" : "Por favor, repita a nova senha de recuperação", + "Password successfully changed." : "Senha alterada com sucesso.", + "Could not change the password. Maybe the old password was not correct." : "Não foi possível alterar a senha. Talvez a senha antiga não estava correta.", + "Private key password successfully updated." : "Senha de chave privada atualizada com sucesso.", + "Could not update the private key password. Maybe the old password was not correct." : "Não foi possível atualizar a senha de chave privada. Talvez a senha antiga esteja incorreta.", + "File recovery settings updated" : "Configurações de recuperação de arquivo atualizado", + "Could not update file recovery" : "Não foi possível atualizar a recuperação de arquivos", + "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." : "Aplicativo de criptografia não foi inicializado! Talvez o aplicativo de criptografia tenha sido reativado durante essa sessão. Por favor, tente fazer logoff e login novamente para inicializar o aplicativo de criptografia.", + "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." : "Sua chave privada não é válida! Provavelmente sua senha foi alterada fora de %s (por exemplo, seu diretório corporativo). Você pode atualizar sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Este arquivo não pode ser decriptado, provavelmente este é um arquivo compartilhado. Poe favoe peça ao dono do arquivo para compartilha-lo com você.", + "Unknown error. Please check your system settings or contact your administrator" : "Erro desconhecido. Por favor, verifique as configurações do sistema ou entre em contato com o administrador", + "Missing requirements." : "Requisitos não encontrados.", + "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." : "Por favor, certifique-se que o PHP 5.3.3 ou mais recente está instalado e que a extensão PHP OpenSSL está habilitado e configurado corretamente. Por enquanto, o aplicativo de criptografia foi desativado.", + "Following users are not set up for encryption:" : "Seguintes usuários não estão configurados para criptografia:", + "Initial encryption started... This can take some time. Please wait." : "Criptografia inicial inicializada... Isto pode tomar algum tempo. Por favor espere.", + "Initial encryption running... Please try again later." : "Criptografia inicial em execução ... Por favor, tente novamente mais tarde.", + "Go directly to your %spersonal settings%s." : "Ir direto para suas %spersonal settings%s.", + "Encryption" : "Criptografia", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App de criptografia está ativado, mas as chaves não estão inicializadas, por favor log-out e faça login novamente", + "Enable recovery key (allow to recover users files in case of password loss):" : "Habilitar chave de recuperação (permite recuperar arquivos de usuários em caso de perda de senha):", + "Recovery key password" : "Senha da chave de recuperação", + "Repeat Recovery key password" : "Repita Recuperação de senha da chave", + "Enabled" : "Habilitado", + "Disabled" : "Desabilitado", + "Change recovery key password:" : "Mudar a senha da chave de recuperação:", + "Old Recovery key password" : "Senha antiga da chave de recuperação", + "New Recovery key password" : "Nova senha da chave de recuperação", + "Repeat New Recovery key password" : "Repita Nova senha da chave de recuperação", + "Change Password" : "Trocar Senha", + "Your private key password no longer matches your log-in password." : "A sua senha de chave privada não corresponde a sua senha de login.", + "Set your old private key password to your current log-in password:" : "Defina a sua antiga senha da chave privada para sua senha de login atual:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Se você não se lembra de sua antiga senha você pode pedir ao administrador que recupere seus arquivos.", + "Old log-in password" : "Senha antiga de login", + "Current log-in password" : "Senha de login atual", + "Update Private Key Password" : "Atualizar Senha de Chave Privada", + "Enable password recovery:" : "Habilitar recuperação de senha:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar essa opção vai permitir que você obtenha novamente acesso aos seus arquivos encriptados em caso de perda de senha" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/pt_BR.php b/apps/files_encryption/l10n/pt_BR.php deleted file mode 100644 index 50b0e8421e..0000000000 --- a/apps/files_encryption/l10n/pt_BR.php +++ /dev/null @@ -1,50 +0,0 @@ - "Erro desconhecido", -"Missing recovery key password" => "Senha da chave de recuperação em falta", -"Please repeat the recovery key password" => "Por favor, repita a senha da chave de recuperação", -"Repeated recovery key password does not match the provided recovery key password" => "A senha repetidas da chave de valorização não corresponde a senha da chave de recuperação prevista", -"Recovery key successfully enabled" => "Recuperação de chave habilitada com sucesso", -"Could not disable recovery key. Please check your recovery key password!" => "Impossível desabilitar recuperação de chave. Por favor verifique sua senha para recuperação de chave!", -"Recovery key successfully disabled" => "Recuperação de chave desabilitada com sucesso", -"Please provide the old recovery password" => "Por favor, forneça a antiga senha de recuperação", -"Please provide a new recovery password" => "Por favor, forneça a nova senha de recuperação", -"Please repeat the new recovery password" => "Por favor, repita a nova senha de recuperação", -"Password successfully changed." => "Senha alterada com sucesso.", -"Could not change the password. Maybe the old password was not correct." => "Não foi possível alterar a senha. Talvez a senha antiga não estava correta.", -"Private key password successfully updated." => "Senha de chave privada atualizada com sucesso.", -"Could not update the private key password. Maybe the old password was not correct." => "Não foi possível atualizar a senha de chave privada. Talvez a senha antiga esteja incorreta.", -"File recovery settings updated" => "Configurações de recuperação de arquivo atualizado", -"Could not update file recovery" => "Não foi possível atualizar a recuperação de arquivos", -"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." => "Aplicativo de criptografia não foi inicializado! Talvez o aplicativo de criptografia tenha sido reativado durante essa sessão. Por favor, tente fazer logoff e login novamente para inicializar o aplicativo de criptografia.", -"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." => "Sua chave privada não é válida! Provavelmente sua senha foi alterada fora de %s (por exemplo, seu diretório corporativo). Você pode atualizar sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Este arquivo não pode ser decriptado, provavelmente este é um arquivo compartilhado. Poe favoe peça ao dono do arquivo para compartilha-lo com você.", -"Unknown error. Please check your system settings or contact your administrator" => "Erro desconhecido. Por favor, verifique as configurações do sistema ou entre em contato com o administrador", -"Missing requirements." => "Requisitos não encontrados.", -"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." => "Por favor, certifique-se que o PHP 5.3.3 ou mais recente está instalado e que a extensão PHP OpenSSL está habilitado e configurado corretamente. Por enquanto, o aplicativo de criptografia foi desativado.", -"Following users are not set up for encryption:" => "Seguintes usuários não estão configurados para criptografia:", -"Initial encryption started... This can take some time. Please wait." => "Criptografia inicial inicializada... Isto pode tomar algum tempo. Por favor espere.", -"Initial encryption running... Please try again later." => "Criptografia inicial em execução ... Por favor, tente novamente mais tarde.", -"Go directly to your %spersonal settings%s." => "Ir direto para suas %spersonal settings%s.", -"Encryption" => "Criptografia", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "App de criptografia está ativado, mas as chaves não estão inicializadas, por favor log-out e faça login novamente", -"Enable recovery key (allow to recover users files in case of password loss):" => "Habilitar chave de recuperação (permite recuperar arquivos de usuários em caso de perda de senha):", -"Recovery key password" => "Senha da chave de recuperação", -"Repeat Recovery key password" => "Repita Recuperação de senha da chave", -"Enabled" => "Habilitado", -"Disabled" => "Desabilitado", -"Change recovery key password:" => "Mudar a senha da chave de recuperação:", -"Old Recovery key password" => "Senha antiga da chave de recuperação", -"New Recovery key password" => "Nova senha da chave de recuperação", -"Repeat New Recovery key password" => "Repita Nova senha da chave de recuperação", -"Change Password" => "Trocar Senha", -"Your private key password no longer matches your log-in password." => "A sua senha de chave privada não corresponde a sua senha de login.", -"Set your old private key password to your current log-in password:" => "Defina a sua antiga senha da chave privada para sua senha de login atual:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Se você não se lembra de sua antiga senha você pode pedir ao administrador que recupere seus arquivos.", -"Old log-in password" => "Senha antiga de login", -"Current log-in password" => "Senha de login atual", -"Update Private Key Password" => "Atualizar Senha de Chave Privada", -"Enable password recovery:" => "Habilitar recuperação de senha:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Habilitar essa opção vai permitir que você obtenha novamente acesso aos seus arquivos encriptados em caso de perda de senha" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_encryption/l10n/pt_PT.js b/apps/files_encryption/l10n/pt_PT.js new file mode 100644 index 0000000000..3f785d9d29 --- /dev/null +++ b/apps/files_encryption/l10n/pt_PT.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Erro Desconhecido", + "Missing recovery key password" : "Palavra-passe de recuperação em falta", + "Please repeat the recovery key password" : "Repita a palavra-passe de recuperação", + "Repeated recovery key password does not match the provided recovery key password" : "A palavra-passe de recuperação repetida não corresponde à palavra-passe fornecida", + "Recovery key successfully enabled" : "A chave de recuperação foi ativada com sucesso", + "Could not disable recovery key. Please check your recovery key password!" : "Não foi possível desativar a chave de recuperação. Por favor, verifique a senha da chave de recuperação.", + "Recovery key successfully disabled" : "A chave de recuperação foi desativada com sucesso", + "Please provide the old recovery password" : "Escreva a palavra-passe de recuperação antiga", + "Please provide a new recovery password" : "Escreva a nova palavra-passe de recuperação", + "Please repeat the new recovery password" : "Escreva de novo a nova palavra-passe de recuperação", + "Password successfully changed." : "Senha alterada com sucesso.", + "Could not change the password. Maybe the old password was not correct." : "Não foi possível alterar a senha. Possivelmente a senha antiga não está correta.", + "Private key password successfully updated." : "A senha da chave privada foi atualizada com sucesso. ", + "Could not update the private key password. Maybe the old password was not correct." : "Não foi possível atualizar a senha da chave privada. A senha antiga poderia não estar correta.", + "File recovery settings updated" : "As definições da recuperação de ficheiro foram atualizadas", + "Could not update file recovery" : "Não foi possível atualizar a recuperação de ficheiro", + "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." : "A app de encriptação não foi inicializada! A app de encriptação poderá ter sido reativada durante a sua sessão. Por favor, tente terminar a sessão e iniciá-la de seguida para inicializar a app de encriptação.", + "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." : "A sua chave privada não é válida! Provavelmente a senha foi alterada fora do %s (ex. a sua diretoria corporativa). Pode atualizar a sua senha da chave privada nas definições pessoais para recuperar o acesso aos seus ficheiros encriptados. ", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível desencriptar este ficheiro, provavelmente é um ficheiro partilhado. Por favor, peça ao proprietário do ficheiro para voltar a partilhar o ficheiro consigo.", + "Unknown error. Please check your system settings or contact your administrator" : "Erro desconhecido. Por favor, verifique as configurações do sistema ou entre em contacto com o seu administrador ", + "Missing requirements." : "Requisitos em falta.", + "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." : "Por favor, certifique-se que o PHP 5.3.3 ou superior está instalado e que o OpenSSL juntamente com a extensão PHP estão ativados e devidamente configurados. Por agora, a app de encriptação foi desativada.", + "Following users are not set up for encryption:" : "Os utilizadores seguintes não estão configurados para encriptação:", + "Initial encryption started... This can take some time. Please wait." : "A encriptação inicial foi iniciada ... Esta pode demorar algum tempo. Aguarde, por favor.", + "Initial encryption running... Please try again later." : "A encriptação inicial está em execução ... Por favor, tente de novo mais tarde.", + "Go directly to your %spersonal settings%s." : "Ir diretamente para as %sdefinições pessoais%s.", + "Encryption" : "Encriptação", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A Aplicação de Encriptação está ativada, mas as suas chaves não inicializaram. Por favor termine e inicie a sessão novamente", + "Enable recovery key (allow to recover users files in case of password loss):" : "Ativar a chave de recuperação (permite recuperar os ficheiros do utilizador, se perder a senha):", + "Recovery key password" : "Senha da chave de recuperação", + "Repeat Recovery key password" : "Contrassenha da chave de recuperação", + "Enabled" : "Ativada", + "Disabled" : "Desactivada", + "Change recovery key password:" : "Alterar a senha da chave de recuperação:", + "Old Recovery key password" : "Senha da chave de recuperação antiga", + "New Recovery key password" : "Nova senha da chave de recuperação", + "Repeat New Recovery key password" : "Contrassenha da nova chave de recuperação", + "Change Password" : "Alterar a Senha", + "Your private key password no longer matches your log-in password." : "A Password da sua chave privada não coincide mais com a password do seu login.", + "Set your old private key password to your current log-in password:" : "Altere a password antiga da chave privada para a nova password do login:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Se não se lembra da senha antiga pode pedir ao administrador para recuperar os seus ficheiros. ", + "Old log-in password" : "Senha de iniciar sessão antiga", + "Current log-in password" : "Senha de iniciar sessão atual", + "Update Private Key Password" : "Atualizar Senha da Chave Privada ", + "Enable password recovery:" : "Ativar a recuperação da senha:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ao ativar esta opção, irá poder obter o acesso aos seus ficheiros encriptados, se perder a senha" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/pt_PT.json b/apps/files_encryption/l10n/pt_PT.json new file mode 100644 index 0000000000..40af81afcb --- /dev/null +++ b/apps/files_encryption/l10n/pt_PT.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Erro Desconhecido", + "Missing recovery key password" : "Palavra-passe de recuperação em falta", + "Please repeat the recovery key password" : "Repita a palavra-passe de recuperação", + "Repeated recovery key password does not match the provided recovery key password" : "A palavra-passe de recuperação repetida não corresponde à palavra-passe fornecida", + "Recovery key successfully enabled" : "A chave de recuperação foi ativada com sucesso", + "Could not disable recovery key. Please check your recovery key password!" : "Não foi possível desativar a chave de recuperação. Por favor, verifique a senha da chave de recuperação.", + "Recovery key successfully disabled" : "A chave de recuperação foi desativada com sucesso", + "Please provide the old recovery password" : "Escreva a palavra-passe de recuperação antiga", + "Please provide a new recovery password" : "Escreva a nova palavra-passe de recuperação", + "Please repeat the new recovery password" : "Escreva de novo a nova palavra-passe de recuperação", + "Password successfully changed." : "Senha alterada com sucesso.", + "Could not change the password. Maybe the old password was not correct." : "Não foi possível alterar a senha. Possivelmente a senha antiga não está correta.", + "Private key password successfully updated." : "A senha da chave privada foi atualizada com sucesso. ", + "Could not update the private key password. Maybe the old password was not correct." : "Não foi possível atualizar a senha da chave privada. A senha antiga poderia não estar correta.", + "File recovery settings updated" : "As definições da recuperação de ficheiro foram atualizadas", + "Could not update file recovery" : "Não foi possível atualizar a recuperação de ficheiro", + "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." : "A app de encriptação não foi inicializada! A app de encriptação poderá ter sido reativada durante a sua sessão. Por favor, tente terminar a sessão e iniciá-la de seguida para inicializar a app de encriptação.", + "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." : "A sua chave privada não é válida! Provavelmente a senha foi alterada fora do %s (ex. a sua diretoria corporativa). Pode atualizar a sua senha da chave privada nas definições pessoais para recuperar o acesso aos seus ficheiros encriptados. ", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível desencriptar este ficheiro, provavelmente é um ficheiro partilhado. Por favor, peça ao proprietário do ficheiro para voltar a partilhar o ficheiro consigo.", + "Unknown error. Please check your system settings or contact your administrator" : "Erro desconhecido. Por favor, verifique as configurações do sistema ou entre em contacto com o seu administrador ", + "Missing requirements." : "Requisitos em falta.", + "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." : "Por favor, certifique-se que o PHP 5.3.3 ou superior está instalado e que o OpenSSL juntamente com a extensão PHP estão ativados e devidamente configurados. Por agora, a app de encriptação foi desativada.", + "Following users are not set up for encryption:" : "Os utilizadores seguintes não estão configurados para encriptação:", + "Initial encryption started... This can take some time. Please wait." : "A encriptação inicial foi iniciada ... Esta pode demorar algum tempo. Aguarde, por favor.", + "Initial encryption running... Please try again later." : "A encriptação inicial está em execução ... Por favor, tente de novo mais tarde.", + "Go directly to your %spersonal settings%s." : "Ir diretamente para as %sdefinições pessoais%s.", + "Encryption" : "Encriptação", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A Aplicação de Encriptação está ativada, mas as suas chaves não inicializaram. Por favor termine e inicie a sessão novamente", + "Enable recovery key (allow to recover users files in case of password loss):" : "Ativar a chave de recuperação (permite recuperar os ficheiros do utilizador, se perder a senha):", + "Recovery key password" : "Senha da chave de recuperação", + "Repeat Recovery key password" : "Contrassenha da chave de recuperação", + "Enabled" : "Ativada", + "Disabled" : "Desactivada", + "Change recovery key password:" : "Alterar a senha da chave de recuperação:", + "Old Recovery key password" : "Senha da chave de recuperação antiga", + "New Recovery key password" : "Nova senha da chave de recuperação", + "Repeat New Recovery key password" : "Contrassenha da nova chave de recuperação", + "Change Password" : "Alterar a Senha", + "Your private key password no longer matches your log-in password." : "A Password da sua chave privada não coincide mais com a password do seu login.", + "Set your old private key password to your current log-in password:" : "Altere a password antiga da chave privada para a nova password do login:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Se não se lembra da senha antiga pode pedir ao administrador para recuperar os seus ficheiros. ", + "Old log-in password" : "Senha de iniciar sessão antiga", + "Current log-in password" : "Senha de iniciar sessão atual", + "Update Private Key Password" : "Atualizar Senha da Chave Privada ", + "Enable password recovery:" : "Ativar a recuperação da senha:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ao ativar esta opção, irá poder obter o acesso aos seus ficheiros encriptados, se perder a senha" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/pt_PT.php b/apps/files_encryption/l10n/pt_PT.php deleted file mode 100644 index e52165492d..0000000000 --- a/apps/files_encryption/l10n/pt_PT.php +++ /dev/null @@ -1,50 +0,0 @@ - "Erro Desconhecido", -"Missing recovery key password" => "Palavra-passe de recuperação em falta", -"Please repeat the recovery key password" => "Repita a palavra-passe de recuperação", -"Repeated recovery key password does not match the provided recovery key password" => "A palavra-passe de recuperação repetida não corresponde à palavra-passe fornecida", -"Recovery key successfully enabled" => "A chave de recuperação foi ativada com sucesso", -"Could not disable recovery key. Please check your recovery key password!" => "Não foi possível desativar a chave de recuperação. Por favor, verifique a senha da chave de recuperação.", -"Recovery key successfully disabled" => "A chave de recuperação foi desativada com sucesso", -"Please provide the old recovery password" => "Escreva a palavra-passe de recuperação antiga", -"Please provide a new recovery password" => "Escreva a nova palavra-passe de recuperação", -"Please repeat the new recovery password" => "Escreva de novo a nova palavra-passe de recuperação", -"Password successfully changed." => "Senha alterada com sucesso.", -"Could not change the password. Maybe the old password was not correct." => "Não foi possível alterar a senha. Possivelmente a senha antiga não está correta.", -"Private key password successfully updated." => "A senha da chave privada foi atualizada com sucesso. ", -"Could not update the private key password. Maybe the old password was not correct." => "Não foi possível atualizar a senha da chave privada. A senha antiga poderia não estar correta.", -"File recovery settings updated" => "As definições da recuperação de ficheiro foram atualizadas", -"Could not update file recovery" => "Não foi possível atualizar a recuperação de ficheiro", -"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." => "A app de encriptação não foi inicializada! A app de encriptação poderá ter sido reativada durante a sua sessão. Por favor, tente terminar a sessão e iniciá-la de seguida para inicializar a app de encriptação.", -"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." => "A sua chave privada não é válida! Provavelmente a senha foi alterada fora do %s (ex. a sua diretoria corporativa). Pode atualizar a sua senha da chave privada nas definições pessoais para recuperar o acesso aos seus ficheiros encriptados. ", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Não é possível desencriptar este ficheiro, provavelmente é um ficheiro partilhado. Por favor, peça ao proprietário do ficheiro para voltar a partilhar o ficheiro consigo.", -"Unknown error. Please check your system settings or contact your administrator" => "Erro desconhecido. Por favor, verifique as configurações do sistema ou entre em contacto com o seu administrador ", -"Missing requirements." => "Requisitos em falta.", -"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." => "Por favor, certifique-se que o PHP 5.3.3 ou superior está instalado e que o OpenSSL juntamente com a extensão PHP estão ativados e devidamente configurados. Por agora, a app de encriptação foi desativada.", -"Following users are not set up for encryption:" => "Os utilizadores seguintes não estão configurados para encriptação:", -"Initial encryption started... This can take some time. Please wait." => "A encriptação inicial foi iniciada ... Esta pode demorar algum tempo. Aguarde, por favor.", -"Initial encryption running... Please try again later." => "A encriptação inicial está em execução ... Por favor, tente de novo mais tarde.", -"Go directly to your %spersonal settings%s." => "Ir diretamente para as %sdefinições pessoais%s.", -"Encryption" => "Encriptação", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "A Aplicação de Encriptação está ativada, mas as suas chaves não inicializaram. Por favor termine e inicie a sessão novamente", -"Enable recovery key (allow to recover users files in case of password loss):" => "Ativar a chave de recuperação (permite recuperar os ficheiros do utilizador, se perder a senha):", -"Recovery key password" => "Senha da chave de recuperação", -"Repeat Recovery key password" => "Contrassenha da chave de recuperação", -"Enabled" => "Ativada", -"Disabled" => "Desactivada", -"Change recovery key password:" => "Alterar a senha da chave de recuperação:", -"Old Recovery key password" => "Senha da chave de recuperação antiga", -"New Recovery key password" => "Nova senha da chave de recuperação", -"Repeat New Recovery key password" => "Contrassenha da nova chave de recuperação", -"Change Password" => "Alterar a Senha", -"Your private key password no longer matches your log-in password." => "A Password da sua chave privada não coincide mais com a password do seu login.", -"Set your old private key password to your current log-in password:" => "Altere a password antiga da chave privada para a nova password do login:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Se não se lembra da senha antiga pode pedir ao administrador para recuperar os seus ficheiros. ", -"Old log-in password" => "Senha de iniciar sessão antiga", -"Current log-in password" => "Senha de iniciar sessão atual", -"Update Private Key Password" => "Atualizar Senha da Chave Privada ", -"Enable password recovery:" => "Ativar a recuperação da senha:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Ao ativar esta opção, irá poder obter o acesso aos seus ficheiros encriptados, se perder a senha" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/ro.js b/apps/files_encryption/l10n/ro.js new file mode 100644 index 0000000000..822cc4be58 --- /dev/null +++ b/apps/files_encryption/l10n/ro.js @@ -0,0 +1,20 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Eroare necunoscută", + "Recovery key successfully enabled" : "Cheia de recupeare a fost activata cu succes", + "Could not disable recovery key. Please check your recovery key password!" : "Nu am putut dezactiva cheia de recuperare. Verifica parola de recuperare!", + "Recovery key successfully disabled" : "Cheia de recuperare dezactivata cu succes", + "Password successfully changed." : "Parola a fost modificată cu succes.", + "Could not change the password. Maybe the old password was not correct." : "Parola nu a putut fi schimbata. Poate ca parola veche este incorecta.", + "Private key password successfully updated." : "Cheia privata a fost actualizata cu succes", + "Could not update the private key password. Maybe the old password was not correct." : "Nu am putut actualiza parola pentru cheia privata. Poate ca parola veche este incorecta.", + "File recovery settings updated" : "Setarile pentru recuperarea fisierelor au fost actualizate", + "Could not update file recovery" : "Nu am putut actualiza recuperarea de fisiere", + "Encryption" : "Încriptare", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplicatia de criptare este activata dar tastatura nu este initializata , va rugam deconectati-va si reconectati-va", + "Enabled" : "Activat", + "Disabled" : "Dezactivat", + "Change Password" : "Schimbă parola" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/files_encryption/l10n/ro.json b/apps/files_encryption/l10n/ro.json new file mode 100644 index 0000000000..3ac528a60c --- /dev/null +++ b/apps/files_encryption/l10n/ro.json @@ -0,0 +1,18 @@ +{ "translations": { + "Unknown error" : "Eroare necunoscută", + "Recovery key successfully enabled" : "Cheia de recupeare a fost activata cu succes", + "Could not disable recovery key. Please check your recovery key password!" : "Nu am putut dezactiva cheia de recuperare. Verifica parola de recuperare!", + "Recovery key successfully disabled" : "Cheia de recuperare dezactivata cu succes", + "Password successfully changed." : "Parola a fost modificată cu succes.", + "Could not change the password. Maybe the old password was not correct." : "Parola nu a putut fi schimbata. Poate ca parola veche este incorecta.", + "Private key password successfully updated." : "Cheia privata a fost actualizata cu succes", + "Could not update the private key password. Maybe the old password was not correct." : "Nu am putut actualiza parola pentru cheia privata. Poate ca parola veche este incorecta.", + "File recovery settings updated" : "Setarile pentru recuperarea fisierelor au fost actualizate", + "Could not update file recovery" : "Nu am putut actualiza recuperarea de fisiere", + "Encryption" : "Încriptare", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplicatia de criptare este activata dar tastatura nu este initializata , va rugam deconectati-va si reconectati-va", + "Enabled" : "Activat", + "Disabled" : "Dezactivat", + "Change Password" : "Schimbă parola" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ro.php b/apps/files_encryption/l10n/ro.php deleted file mode 100644 index 07b12b0f8a..0000000000 --- a/apps/files_encryption/l10n/ro.php +++ /dev/null @@ -1,19 +0,0 @@ - "Eroare necunoscută", -"Recovery key successfully enabled" => "Cheia de recupeare a fost activata cu succes", -"Could not disable recovery key. Please check your recovery key password!" => "Nu am putut dezactiva cheia de recuperare. Verifica parola de recuperare!", -"Recovery key successfully disabled" => "Cheia de recuperare dezactivata cu succes", -"Password successfully changed." => "Parola a fost modificată cu succes.", -"Could not change the password. Maybe the old password was not correct." => "Parola nu a putut fi schimbata. Poate ca parola veche este incorecta.", -"Private key password successfully updated." => "Cheia privata a fost actualizata cu succes", -"Could not update the private key password. Maybe the old password was not correct." => "Nu am putut actualiza parola pentru cheia privata. Poate ca parola veche este incorecta.", -"File recovery settings updated" => "Setarile pentru recuperarea fisierelor au fost actualizate", -"Could not update file recovery" => "Nu am putut actualiza recuperarea de fisiere", -"Encryption" => "Încriptare", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplicatia de criptare este activata dar tastatura nu este initializata , va rugam deconectati-va si reconectati-va", -"Enabled" => "Activat", -"Disabled" => "Dezactivat", -"Change Password" => "Schimbă parola" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/files_encryption/l10n/ru.js b/apps/files_encryption/l10n/ru.js new file mode 100644 index 0000000000..2d035d75f5 --- /dev/null +++ b/apps/files_encryption/l10n/ru.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Неизвестная ошибка", + "Missing recovery key password" : "Отсутствует пароль восстановления ключа", + "Please repeat the recovery key password" : "Пожалуйста, повторите пароль восстановления ключа", + "Repeated recovery key password does not match the provided recovery key password" : "Пароль восстановления ключа и его повтор не совпадают", + "Recovery key successfully enabled" : "Ключ восстановления успешно установлен", + "Could not disable recovery key. Please check your recovery key password!" : "Невозможно выключить ключ восстановления. Проверьте правильность пароля от ключа!", + "Recovery key successfully disabled" : "Ключ восстановления успешно отключен", + "Please provide the old recovery password" : "Пожалуйста, введите старый пароль для восстановления", + "Please provide a new recovery password" : "Пожалуйста, введите новый пароль для восстановления", + "Please repeat the new recovery password" : "Пожалуйста, повторите новый пароль для восстановления", + "Password successfully changed." : "Пароль изменен удачно.", + "Could not change the password. Maybe the old password was not correct." : "Невозможно изменить пароль. Возможно старый пароль не был верен.", + "Private key password successfully updated." : "Пароль секретного ключа успешно обновлён.", + "Could not update the private key password. Maybe the old password was not correct." : "Невозможно обновить пароль от секретного ключа. Возможно, старый пароль указан неверно.", + "File recovery settings updated" : "Настройки файла восстановления обновлены", + "Could not update file recovery" : "Невозможно обновить файл восстановления", + "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." : "Приложение шифрации не инициализированно! Возможно приложение шифрации было реактивировано во время вашей сессии. Пожалуйста, попробуйте выйти и войти снова чтобы проинициализировать приложение шифрации.", + "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." : "Ваш секретный ключ не действителен! Вероятно, ваш пароль был изменен вне %s (например, корпоративный каталог). Вы можете обновить секретный ключ в личных настройках на странице восстановления доступа к зашифрованным файлам. ", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не могу расшифровать файл, возможно это опубликованный файл. Пожалуйста, попросите владельца файла поделиться им с вами еще раз.", + "Unknown error. Please check your system settings or contact your administrator" : "Неизвестная ошибка. Пожалуйста, проверьте системные настройки или свяжитесь с администратором", + "Missing requirements." : "Требования отсутствуют.", + "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." : "Пожалуйста, убедитесь, что версия PHP 5.3.3 или новее, а также, что OpenSSL и соответствующее расширение PHP включены и правильно настроены. На данный момент приложение шифрования отключено.", + "Following users are not set up for encryption:" : "Для следующих пользователей шифрование не настроено:", + "Initial encryption started... This can take some time. Please wait." : "Начато начальное шифрование... Это может занять какое-то время. Пожалуйста, подождите.", + "Initial encryption running... Please try again later." : "Работает первоначальное шифрование... Пожалуйста, повторите попытку позже.", + "Go directly to your %spersonal settings%s." : "Перейти напряму к вашим %spersonal settings%s.", + "Encryption" : "Шифрование", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Приложение для шифрования активно, но ваши ключи не инициализированы, пожалуйста, перелогиньтесь", + "Enable recovery key (allow to recover users files in case of password loss):" : "Включить ключ восстановления (позволяет пользователям восстановить файлы при потере пароля):", + "Recovery key password" : "Пароль для ключа восстановления", + "Repeat Recovery key password" : "Повторите пароль восстановления ключа", + "Enabled" : "Включено", + "Disabled" : "Отключено", + "Change recovery key password:" : "Сменить пароль для ключа восстановления:", + "Old Recovery key password" : "Старый пароль для ключа восстановления", + "New Recovery key password" : "Новый пароль для ключа восстановления", + "Repeat New Recovery key password" : "Повторите новый пароль восстановления ключа", + "Change Password" : "Изменить пароль", + "Your private key password no longer matches your log-in password." : "Пароль от Вашего закрытого ключа больше не соответствует паролю от вашей учетной записи.", + "Set your old private key password to your current log-in password:" : "Замените старый пароль от закрытого ключа на новый пароль входа.", + " If you don't remember your old password you can ask your administrator to recover your files." : "Если вы не помните свой старый пароль, вы можете попросить своего администратора восстановить ваши файлы", + "Old log-in password" : "Старый пароль для входа", + "Current log-in password" : "Текущйи пароль для входа", + "Update Private Key Password" : "Обновить пароль от секретного ключа", + "Enable password recovery:" : "Включить восстановление пароля:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Включение этой опции позволит вам получить доступ к своим зашифрованным файлам в случае утери пароля" +}, +"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/apps/files_encryption/l10n/ru.json b/apps/files_encryption/l10n/ru.json new file mode 100644 index 0000000000..ce66622d6b --- /dev/null +++ b/apps/files_encryption/l10n/ru.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Неизвестная ошибка", + "Missing recovery key password" : "Отсутствует пароль восстановления ключа", + "Please repeat the recovery key password" : "Пожалуйста, повторите пароль восстановления ключа", + "Repeated recovery key password does not match the provided recovery key password" : "Пароль восстановления ключа и его повтор не совпадают", + "Recovery key successfully enabled" : "Ключ восстановления успешно установлен", + "Could not disable recovery key. Please check your recovery key password!" : "Невозможно выключить ключ восстановления. Проверьте правильность пароля от ключа!", + "Recovery key successfully disabled" : "Ключ восстановления успешно отключен", + "Please provide the old recovery password" : "Пожалуйста, введите старый пароль для восстановления", + "Please provide a new recovery password" : "Пожалуйста, введите новый пароль для восстановления", + "Please repeat the new recovery password" : "Пожалуйста, повторите новый пароль для восстановления", + "Password successfully changed." : "Пароль изменен удачно.", + "Could not change the password. Maybe the old password was not correct." : "Невозможно изменить пароль. Возможно старый пароль не был верен.", + "Private key password successfully updated." : "Пароль секретного ключа успешно обновлён.", + "Could not update the private key password. Maybe the old password was not correct." : "Невозможно обновить пароль от секретного ключа. Возможно, старый пароль указан неверно.", + "File recovery settings updated" : "Настройки файла восстановления обновлены", + "Could not update file recovery" : "Невозможно обновить файл восстановления", + "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." : "Приложение шифрации не инициализированно! Возможно приложение шифрации было реактивировано во время вашей сессии. Пожалуйста, попробуйте выйти и войти снова чтобы проинициализировать приложение шифрации.", + "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." : "Ваш секретный ключ не действителен! Вероятно, ваш пароль был изменен вне %s (например, корпоративный каталог). Вы можете обновить секретный ключ в личных настройках на странице восстановления доступа к зашифрованным файлам. ", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не могу расшифровать файл, возможно это опубликованный файл. Пожалуйста, попросите владельца файла поделиться им с вами еще раз.", + "Unknown error. Please check your system settings or contact your administrator" : "Неизвестная ошибка. Пожалуйста, проверьте системные настройки или свяжитесь с администратором", + "Missing requirements." : "Требования отсутствуют.", + "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." : "Пожалуйста, убедитесь, что версия PHP 5.3.3 или новее, а также, что OpenSSL и соответствующее расширение PHP включены и правильно настроены. На данный момент приложение шифрования отключено.", + "Following users are not set up for encryption:" : "Для следующих пользователей шифрование не настроено:", + "Initial encryption started... This can take some time. Please wait." : "Начато начальное шифрование... Это может занять какое-то время. Пожалуйста, подождите.", + "Initial encryption running... Please try again later." : "Работает первоначальное шифрование... Пожалуйста, повторите попытку позже.", + "Go directly to your %spersonal settings%s." : "Перейти напряму к вашим %spersonal settings%s.", + "Encryption" : "Шифрование", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Приложение для шифрования активно, но ваши ключи не инициализированы, пожалуйста, перелогиньтесь", + "Enable recovery key (allow to recover users files in case of password loss):" : "Включить ключ восстановления (позволяет пользователям восстановить файлы при потере пароля):", + "Recovery key password" : "Пароль для ключа восстановления", + "Repeat Recovery key password" : "Повторите пароль восстановления ключа", + "Enabled" : "Включено", + "Disabled" : "Отключено", + "Change recovery key password:" : "Сменить пароль для ключа восстановления:", + "Old Recovery key password" : "Старый пароль для ключа восстановления", + "New Recovery key password" : "Новый пароль для ключа восстановления", + "Repeat New Recovery key password" : "Повторите новый пароль восстановления ключа", + "Change Password" : "Изменить пароль", + "Your private key password no longer matches your log-in password." : "Пароль от Вашего закрытого ключа больше не соответствует паролю от вашей учетной записи.", + "Set your old private key password to your current log-in password:" : "Замените старый пароль от закрытого ключа на новый пароль входа.", + " If you don't remember your old password you can ask your administrator to recover your files." : "Если вы не помните свой старый пароль, вы можете попросить своего администратора восстановить ваши файлы", + "Old log-in password" : "Старый пароль для входа", + "Current log-in password" : "Текущйи пароль для входа", + "Update Private Key Password" : "Обновить пароль от секретного ключа", + "Enable password recovery:" : "Включить восстановление пароля:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Включение этой опции позволит вам получить доступ к своим зашифрованным файлам в случае утери пароля" +},"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/apps/files_encryption/l10n/ru.php b/apps/files_encryption/l10n/ru.php deleted file mode 100644 index 0a4e2cbbc2..0000000000 --- a/apps/files_encryption/l10n/ru.php +++ /dev/null @@ -1,50 +0,0 @@ - "Неизвестная ошибка", -"Missing recovery key password" => "Отсутствует пароль восстановления ключа", -"Please repeat the recovery key password" => "Пожалуйста, повторите пароль восстановления ключа", -"Repeated recovery key password does not match the provided recovery key password" => "Пароль восстановления ключа и его повтор не совпадают", -"Recovery key successfully enabled" => "Ключ восстановления успешно установлен", -"Could not disable recovery key. Please check your recovery key password!" => "Невозможно выключить ключ восстановления. Проверьте правильность пароля от ключа!", -"Recovery key successfully disabled" => "Ключ восстановления успешно отключен", -"Please provide the old recovery password" => "Пожалуйста, введите старый пароль для восстановления", -"Please provide a new recovery password" => "Пожалуйста, введите новый пароль для восстановления", -"Please repeat the new recovery password" => "Пожалуйста, повторите новый пароль для восстановления", -"Password successfully changed." => "Пароль изменен удачно.", -"Could not change the password. Maybe the old password was not correct." => "Невозможно изменить пароль. Возможно старый пароль не был верен.", -"Private key password successfully updated." => "Пароль секретного ключа успешно обновлён.", -"Could not update the private key password. Maybe the old password was not correct." => "Невозможно обновить пароль от секретного ключа. Возможно, старый пароль указан неверно.", -"File recovery settings updated" => "Настройки файла восстановления обновлены", -"Could not update file recovery" => "Невозможно обновить файл восстановления", -"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." => "Приложение шифрации не инициализированно! Возможно приложение шифрации было реактивировано во время вашей сессии. Пожалуйста, попробуйте выйти и войти снова чтобы проинициализировать приложение шифрации.", -"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." => "Ваш секретный ключ не действителен! Вероятно, ваш пароль был изменен вне %s (например, корпоративный каталог). Вы можете обновить секретный ключ в личных настройках на странице восстановления доступа к зашифрованным файлам. ", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Не могу расшифровать файл, возможно это опубликованный файл. Пожалуйста, попросите владельца файла поделиться им с вами еще раз.", -"Unknown error. Please check your system settings or contact your administrator" => "Неизвестная ошибка. Пожалуйста, проверьте системные настройки или свяжитесь с администратором", -"Missing requirements." => "Требования отсутствуют.", -"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." => "Пожалуйста, убедитесь, что версия PHP 5.3.3 или новее, а также, что OpenSSL и соответствующее расширение PHP включены и правильно настроены. На данный момент приложение шифрования отключено.", -"Following users are not set up for encryption:" => "Для следующих пользователей шифрование не настроено:", -"Initial encryption started... This can take some time. Please wait." => "Начато начальное шифрование... Это может занять какое-то время. Пожалуйста, подождите.", -"Initial encryption running... Please try again later." => "Работает первоначальное шифрование... Пожалуйста, повторите попытку позже.", -"Go directly to your %spersonal settings%s." => "Перейти напряму к вашим %spersonal settings%s.", -"Encryption" => "Шифрование", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Приложение для шифрования активно, но ваши ключи не инициализированы, пожалуйста, перелогиньтесь", -"Enable recovery key (allow to recover users files in case of password loss):" => "Включить ключ восстановления (позволяет пользователям восстановить файлы при потере пароля):", -"Recovery key password" => "Пароль для ключа восстановления", -"Repeat Recovery key password" => "Повторите пароль восстановления ключа", -"Enabled" => "Включено", -"Disabled" => "Отключено", -"Change recovery key password:" => "Сменить пароль для ключа восстановления:", -"Old Recovery key password" => "Старый пароль для ключа восстановления", -"New Recovery key password" => "Новый пароль для ключа восстановления", -"Repeat New Recovery key password" => "Повторите новый пароль восстановления ключа", -"Change Password" => "Изменить пароль", -"Your private key password no longer matches your log-in password." => "Пароль от Вашего закрытого ключа больше не соответствует паролю от вашей учетной записи.", -"Set your old private key password to your current log-in password:" => "Замените старый пароль от закрытого ключа на новый пароль входа.", -" If you don't remember your old password you can ask your administrator to recover your files." => "Если вы не помните свой старый пароль, вы можете попросить своего администратора восстановить ваши файлы", -"Old log-in password" => "Старый пароль для входа", -"Current log-in password" => "Текущйи пароль для входа", -"Update Private Key Password" => "Обновить пароль от секретного ключа", -"Enable password recovery:" => "Включить восстановление пароля:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Включение этой опции позволит вам получить доступ к своим зашифрованным файлам в случае утери пароля" -); -$PLURAL_FORMS = "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/apps/files_encryption/l10n/si_LK.js b/apps/files_encryption/l10n/si_LK.js new file mode 100644 index 0000000000..befc19388e --- /dev/null +++ b/apps/files_encryption/l10n/si_LK.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_encryption", + { + "Encryption" : "ගුප්ත කේතනය" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/si_LK.json b/apps/files_encryption/l10n/si_LK.json new file mode 100644 index 0000000000..3c619c7d8c --- /dev/null +++ b/apps/files_encryption/l10n/si_LK.json @@ -0,0 +1,4 @@ +{ "translations": { + "Encryption" : "ගුප්ත කේතනය" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/si_LK.php b/apps/files_encryption/l10n/si_LK.php deleted file mode 100644 index 4c7dc957bf..0000000000 --- a/apps/files_encryption/l10n/si_LK.php +++ /dev/null @@ -1,5 +0,0 @@ - "ගුප්ත කේතනය" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/sk_SK.js b/apps/files_encryption/l10n/sk_SK.js new file mode 100644 index 0000000000..ac61753f09 --- /dev/null +++ b/apps/files_encryption/l10n/sk_SK.js @@ -0,0 +1,45 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Neznáma chyba", + "Recovery key successfully enabled" : "Záchranný kľúč bol úspešne povolený", + "Could not disable recovery key. Please check your recovery key password!" : "Nepodarilo sa zakázať záchranný kľúč. Skontrolujte prosím Vaše heslo záchranného kľúča!", + "Recovery key successfully disabled" : "Záchranný kľúč bol úspešne zakázaný", + "Password successfully changed." : "Heslo úspešne zmenené.", + "Could not change the password. Maybe the old password was not correct." : "Nemožno zmeniť heslo. Pravdepodobne nebolo staré heslo zadané správne.", + "Private key password successfully updated." : "Heslo súkromného kľúča je úspešne aktualizované.", + "Could not update the private key password. Maybe the old password was not correct." : "Nemožno aktualizovať heslo súkromného kľúča. Možno nebolo staré heslo správne.", + "File recovery settings updated" : "Nastavenie obnovy súborov aktualizované", + "Could not update file recovery" : "Nemožno aktualizovať obnovenie súborov", + "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." : "Šifrovacia aplikácia nie je inicializovaná. Je možné, že aplikácia bola znova aktivovaná počas vášho prihlasovania. Pokúste sa odhlásiť a znova prihlásiť pre inicializáciu šifrovania.", + "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." : "Váš súkromný kľúč nie je platný! Možno bolo vaše heslo zmenené mimo %s (napr. firemný priečinok). Môžete si aktualizovať heslo svojho ​​súkromného kľúča vo vašom osobnom nastavení, ak si chcete obnoviť prístup k šifrovaným súborom.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tento súbor sa nepodarilo dešifrovať, pravdepodobne je zdieľaný. Požiadajte majiteľa súboru, aby ho s vami znovu vyzdieľal.", + "Unknown error. Please check your system settings or contact your administrator" : "Neznáma chyba. Skontrolujte si vaše systémové nastavenia alebo kontaktujte administrátora", + "Missing requirements." : "Chýbajúce požiadavky.", + "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." : "Prosím uistite sa, že PHP verzie 5.3.3 alebo novšej je nainštalované a tiež, že OpenSSL knižnica spolu z PHP rozšírením je povolená a konfigurovaná správne. Nateraz bola aplikácia šifrovania zablokovaná.", + "Following users are not set up for encryption:" : "Nasledujúci používatelia nie sú nastavení pre šifrovanie:", + "Initial encryption started... This can take some time. Please wait." : "Počiatočné šifrovanie započalo ... To môže nejakú dobu trvať. Čakajte prosím.", + "Initial encryption running... Please try again later." : "Počiatočné šifrovanie beží... Skúste to neskôr znovu.", + "Go directly to your %spersonal settings%s." : "Prejsť priamo do svojho %sosobného nastavenia%s.", + "Encryption" : "Šifrovanie", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikácia na šifrovanie je zapnutá, ale vaše kľúče nie sú inicializované. Odhláste sa a znovu sa prihláste.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Povoliť obnovovací kľúč (umožňuje obnoviť používateľské súbory v prípade straty hesla):", + "Recovery key password" : "Heslo obnovovacieho kľúča", + "Repeat Recovery key password" : "Zopakujte heslo kľúča pre obnovu", + "Enabled" : "Povolené", + "Disabled" : "Zakázané", + "Change recovery key password:" : "Zmeniť heslo obnovovacieho kľúča:", + "Old Recovery key password" : "Staré heslo obnovovacieho kľúča", + "New Recovery key password" : "Nové heslo obnovovacieho kľúča", + "Repeat New Recovery key password" : "Zopakujte nové heslo kľúča pre obnovu", + "Change Password" : "Zmeniť heslo", + "Your private key password no longer matches your log-in password." : "Heslo vášho súkromného kľúča sa nezhoduje v vašim prihlasovacím heslom.", + "Set your old private key password to your current log-in password:" : "Zmeňte si vaše staré heslo súkromného kľúča na rovnaké, aké je vaše aktuálne prihlasovacie heslo:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Ak si nepamätáte svoje staré heslo, môžete požiadať administrátora o obnovenie svojich súborov.", + "Old log-in password" : "Staré prihlasovacie heslo", + "Current log-in password" : "Súčasné prihlasovacie heslo", + "Update Private Key Password" : "Aktualizovať heslo súkromného kľúča", + "Enable password recovery:" : "Povoliť obnovu hesla:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Povolenie Vám umožní znovu získať prístup k Vašim zašifrovaným súborom, ak stratíte heslo" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_encryption/l10n/sk_SK.json b/apps/files_encryption/l10n/sk_SK.json new file mode 100644 index 0000000000..e188752763 --- /dev/null +++ b/apps/files_encryption/l10n/sk_SK.json @@ -0,0 +1,43 @@ +{ "translations": { + "Unknown error" : "Neznáma chyba", + "Recovery key successfully enabled" : "Záchranný kľúč bol úspešne povolený", + "Could not disable recovery key. Please check your recovery key password!" : "Nepodarilo sa zakázať záchranný kľúč. Skontrolujte prosím Vaše heslo záchranného kľúča!", + "Recovery key successfully disabled" : "Záchranný kľúč bol úspešne zakázaný", + "Password successfully changed." : "Heslo úspešne zmenené.", + "Could not change the password. Maybe the old password was not correct." : "Nemožno zmeniť heslo. Pravdepodobne nebolo staré heslo zadané správne.", + "Private key password successfully updated." : "Heslo súkromného kľúča je úspešne aktualizované.", + "Could not update the private key password. Maybe the old password was not correct." : "Nemožno aktualizovať heslo súkromného kľúča. Možno nebolo staré heslo správne.", + "File recovery settings updated" : "Nastavenie obnovy súborov aktualizované", + "Could not update file recovery" : "Nemožno aktualizovať obnovenie súborov", + "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." : "Šifrovacia aplikácia nie je inicializovaná. Je možné, že aplikácia bola znova aktivovaná počas vášho prihlasovania. Pokúste sa odhlásiť a znova prihlásiť pre inicializáciu šifrovania.", + "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." : "Váš súkromný kľúč nie je platný! Možno bolo vaše heslo zmenené mimo %s (napr. firemný priečinok). Môžete si aktualizovať heslo svojho ​​súkromného kľúča vo vašom osobnom nastavení, ak si chcete obnoviť prístup k šifrovaným súborom.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tento súbor sa nepodarilo dešifrovať, pravdepodobne je zdieľaný. Požiadajte majiteľa súboru, aby ho s vami znovu vyzdieľal.", + "Unknown error. Please check your system settings or contact your administrator" : "Neznáma chyba. Skontrolujte si vaše systémové nastavenia alebo kontaktujte administrátora", + "Missing requirements." : "Chýbajúce požiadavky.", + "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." : "Prosím uistite sa, že PHP verzie 5.3.3 alebo novšej je nainštalované a tiež, že OpenSSL knižnica spolu z PHP rozšírením je povolená a konfigurovaná správne. Nateraz bola aplikácia šifrovania zablokovaná.", + "Following users are not set up for encryption:" : "Nasledujúci používatelia nie sú nastavení pre šifrovanie:", + "Initial encryption started... This can take some time. Please wait." : "Počiatočné šifrovanie započalo ... To môže nejakú dobu trvať. Čakajte prosím.", + "Initial encryption running... Please try again later." : "Počiatočné šifrovanie beží... Skúste to neskôr znovu.", + "Go directly to your %spersonal settings%s." : "Prejsť priamo do svojho %sosobného nastavenia%s.", + "Encryption" : "Šifrovanie", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikácia na šifrovanie je zapnutá, ale vaše kľúče nie sú inicializované. Odhláste sa a znovu sa prihláste.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Povoliť obnovovací kľúč (umožňuje obnoviť používateľské súbory v prípade straty hesla):", + "Recovery key password" : "Heslo obnovovacieho kľúča", + "Repeat Recovery key password" : "Zopakujte heslo kľúča pre obnovu", + "Enabled" : "Povolené", + "Disabled" : "Zakázané", + "Change recovery key password:" : "Zmeniť heslo obnovovacieho kľúča:", + "Old Recovery key password" : "Staré heslo obnovovacieho kľúča", + "New Recovery key password" : "Nové heslo obnovovacieho kľúča", + "Repeat New Recovery key password" : "Zopakujte nové heslo kľúča pre obnovu", + "Change Password" : "Zmeniť heslo", + "Your private key password no longer matches your log-in password." : "Heslo vášho súkromného kľúča sa nezhoduje v vašim prihlasovacím heslom.", + "Set your old private key password to your current log-in password:" : "Zmeňte si vaše staré heslo súkromného kľúča na rovnaké, aké je vaše aktuálne prihlasovacie heslo:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Ak si nepamätáte svoje staré heslo, môžete požiadať administrátora o obnovenie svojich súborov.", + "Old log-in password" : "Staré prihlasovacie heslo", + "Current log-in password" : "Súčasné prihlasovacie heslo", + "Update Private Key Password" : "Aktualizovať heslo súkromného kľúča", + "Enable password recovery:" : "Povoliť obnovu hesla:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Povolenie Vám umožní znovu získať prístup k Vašim zašifrovaným súborom, ak stratíte heslo" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/sk_SK.php b/apps/files_encryption/l10n/sk_SK.php deleted file mode 100644 index 2a35448539..0000000000 --- a/apps/files_encryption/l10n/sk_SK.php +++ /dev/null @@ -1,44 +0,0 @@ - "Neznáma chyba", -"Recovery key successfully enabled" => "Záchranný kľúč bol úspešne povolený", -"Could not disable recovery key. Please check your recovery key password!" => "Nepodarilo sa zakázať záchranný kľúč. Skontrolujte prosím Vaše heslo záchranného kľúča!", -"Recovery key successfully disabled" => "Záchranný kľúč bol úspešne zakázaný", -"Password successfully changed." => "Heslo úspešne zmenené.", -"Could not change the password. Maybe the old password was not correct." => "Nemožno zmeniť heslo. Pravdepodobne nebolo staré heslo zadané správne.", -"Private key password successfully updated." => "Heslo súkromného kľúča je úspešne aktualizované.", -"Could not update the private key password. Maybe the old password was not correct." => "Nemožno aktualizovať heslo súkromného kľúča. Možno nebolo staré heslo správne.", -"File recovery settings updated" => "Nastavenie obnovy súborov aktualizované", -"Could not update file recovery" => "Nemožno aktualizovať obnovenie súborov", -"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." => "Šifrovacia aplikácia nie je inicializovaná. Je možné, že aplikácia bola znova aktivovaná počas vášho prihlasovania. Pokúste sa odhlásiť a znova prihlásiť pre inicializáciu šifrovania.", -"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." => "Váš súkromný kľúč nie je platný! Možno bolo vaše heslo zmenené mimo %s (napr. firemný priečinok). Môžete si aktualizovať heslo svojho ​​súkromného kľúča vo vašom osobnom nastavení, ak si chcete obnoviť prístup k šifrovaným súborom.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Tento súbor sa nepodarilo dešifrovať, pravdepodobne je zdieľaný. Požiadajte majiteľa súboru, aby ho s vami znovu vyzdieľal.", -"Unknown error. Please check your system settings or contact your administrator" => "Neznáma chyba. Skontrolujte si vaše systémové nastavenia alebo kontaktujte administrátora", -"Missing requirements." => "Chýbajúce požiadavky.", -"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." => "Prosím uistite sa, že PHP verzie 5.3.3 alebo novšej je nainštalované a tiež, že OpenSSL knižnica spolu z PHP rozšírením je povolená a konfigurovaná správne. Nateraz bola aplikácia šifrovania zablokovaná.", -"Following users are not set up for encryption:" => "Nasledujúci používatelia nie sú nastavení pre šifrovanie:", -"Initial encryption started... This can take some time. Please wait." => "Počiatočné šifrovanie započalo ... To môže nejakú dobu trvať. Čakajte prosím.", -"Initial encryption running... Please try again later." => "Počiatočné šifrovanie beží... Skúste to neskôr znovu.", -"Go directly to your %spersonal settings%s." => "Prejsť priamo do svojho %sosobného nastavenia%s.", -"Encryption" => "Šifrovanie", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplikácia na šifrovanie je zapnutá, ale vaše kľúče nie sú inicializované. Odhláste sa a znovu sa prihláste.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Povoliť obnovovací kľúč (umožňuje obnoviť používateľské súbory v prípade straty hesla):", -"Recovery key password" => "Heslo obnovovacieho kľúča", -"Repeat Recovery key password" => "Zopakujte heslo kľúča pre obnovu", -"Enabled" => "Povolené", -"Disabled" => "Zakázané", -"Change recovery key password:" => "Zmeniť heslo obnovovacieho kľúča:", -"Old Recovery key password" => "Staré heslo obnovovacieho kľúča", -"New Recovery key password" => "Nové heslo obnovovacieho kľúča", -"Repeat New Recovery key password" => "Zopakujte nové heslo kľúča pre obnovu", -"Change Password" => "Zmeniť heslo", -"Your private key password no longer matches your log-in password." => "Heslo vášho súkromného kľúča sa nezhoduje v vašim prihlasovacím heslom.", -"Set your old private key password to your current log-in password:" => "Zmeňte si vaše staré heslo súkromného kľúča na rovnaké, aké je vaše aktuálne prihlasovacie heslo:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Ak si nepamätáte svoje staré heslo, môžete požiadať administrátora o obnovenie svojich súborov.", -"Old log-in password" => "Staré prihlasovacie heslo", -"Current log-in password" => "Súčasné prihlasovacie heslo", -"Update Private Key Password" => "Aktualizovať heslo súkromného kľúča", -"Enable password recovery:" => "Povoliť obnovu hesla:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Povolenie Vám umožní znovu získať prístup k Vašim zašifrovaným súborom, ak stratíte heslo" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_encryption/l10n/sl.js b/apps/files_encryption/l10n/sl.js new file mode 100644 index 0000000000..f0623de697 --- /dev/null +++ b/apps/files_encryption/l10n/sl.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Neznana napaka", + "Missing recovery key password" : "Manjka ključ za obnovitev", + "Please repeat the recovery key password" : "Ponovite vpis ključa za obnovitev", + "Repeated recovery key password does not match the provided recovery key password" : "Ponovljen vpis ključa za obnovitev ni enak prvemu vpisu tega ključa", + "Recovery key successfully enabled" : "Ključ za obnovitev gesla je uspešno nastavljen", + "Could not disable recovery key. Please check your recovery key password!" : "Ključa za obnovitev gesla ni mogoče onemogočiti. Preverite ključ!", + "Recovery key successfully disabled" : "Ključ za obnovitev gesla je uspešno onemogočen", + "Please provide the old recovery password" : "Vpišite star ključ za obnovitev", + "Please provide a new recovery password" : "Vpišite nov ključ za obnovitev", + "Please repeat the new recovery password" : "Ponovno vpišite nov ključ za obnovitev", + "Password successfully changed." : "Geslo je uspešno spremenjeno.", + "Could not change the password. Maybe the old password was not correct." : "Gesla ni mogoče spremeniti. Morda vnos starega gesla ni pravilen.", + "Private key password successfully updated." : "Zasebni ključ za geslo je uspešno posodobljen.", + "Could not update the private key password. Maybe the old password was not correct." : "Zasebnega ključa za geslo ni mogoče posodobiti. Morda vnos starega gesla ni bil pravilen.", + "File recovery settings updated" : "Nastavitve obnavljanja dokumentov so posodobljene", + "Could not update file recovery" : "Nastavitev za obnavljanje dokumentov ni mogoče posodobiti", + "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." : "Program za šifriranje ni začet. Morda je bil program ponovno omogočen šele med zagonom trenutne seje. Odjavite se in se nato prijavite nazaj. S tem morda razrešite napako.", + "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." : "Zasebni ključ ni veljaven. Najverjetneje je bilo geslo spremenjeno izven %s (najverjetneje je to poslovna mapa). Geslo lahko posodobite med osebnimi nastavitvami in s tem obnovite dostop do šifriranih datotek.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Te datoteke ni mogoče šifrirati, ker je to najverjetneje datoteka v souporabi. Prosite lastnika datoteke, da jo da ponovno v souporabo.", + "Unknown error. Please check your system settings or contact your administrator" : "Neznana napaka. Preverite nastavitve sistema ali pa stopite v stik s skrbnikom sistema.", + "Missing requirements." : "Manjkajoče zahteve", + "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." : "Preverite, ali je na strežniku nameščen paket PHP 5.3.3 ali novejši, da je omogočen in pravilno nastavljen PHP OpenSSL. Z obstoječimi možnostmi šifriranje ni mogoče.", + "Following users are not set up for encryption:" : "Navedeni uporabniki še nimajo nastavljenega šifriranja:", + "Initial encryption started... This can take some time. Please wait." : "Začetno šifriranje je začeto ... Opravilo je lahko dolgotrajno.", + "Initial encryption running... Please try again later." : "Začetno šifriranje je v teku ... Poskusite kasneje.", + "Go directly to your %spersonal settings%s." : "Oglejte si %sosebne nastavitve%s.", + "Encryption" : "Šifriranje", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Program za šifriranje je omogočen, vendar ni začet. Odjavite se in nato ponovno prijavite.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Omogoči ključ za obnovitev datotek (v primeru izgube gesla):", + "Recovery key password" : "Ključ za obnovitev gesla", + "Repeat Recovery key password" : "Ponovi ključ za obnovitev gesla", + "Enabled" : "Omogočeno", + "Disabled" : "Onemogočeno", + "Change recovery key password:" : "Spremeni ključ za obnovitev gesla:", + "Old Recovery key password" : "Stari ključ za obnovitev gesla", + "New Recovery key password" : "Novi ključ za obnovitev gesla", + "Repeat New Recovery key password" : "Ponovi novi ključ za obnovitev gesla", + "Change Password" : "Spremeni geslo", + "Your private key password no longer matches your log-in password." : "Zasebno geslo ni več skladno s prijavnim geslom.", + "Set your old private key password to your current log-in password:" : "Nastavite star zasebni ključ na trenutno prijavno geslo:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Če ste pozabili svoje geslo, lahko vaše datoteke obnovi le skrbnik sistema.", + "Old log-in password" : "Staro geslo", + "Current log-in password" : "Trenutno geslo", + "Update Private Key Password" : "Posodobi zasebni ključ", + "Enable password recovery:" : "Omogoči obnovitev gesla:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Nastavitev te možnosti omogoča ponovno pridobitev dostopa do šifriranih datotek, v primeru, da boste geslo pozabili." +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/files_encryption/l10n/sl.json b/apps/files_encryption/l10n/sl.json new file mode 100644 index 0000000000..4a692bfeba --- /dev/null +++ b/apps/files_encryption/l10n/sl.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Neznana napaka", + "Missing recovery key password" : "Manjka ključ za obnovitev", + "Please repeat the recovery key password" : "Ponovite vpis ključa za obnovitev", + "Repeated recovery key password does not match the provided recovery key password" : "Ponovljen vpis ključa za obnovitev ni enak prvemu vpisu tega ključa", + "Recovery key successfully enabled" : "Ključ za obnovitev gesla je uspešno nastavljen", + "Could not disable recovery key. Please check your recovery key password!" : "Ključa za obnovitev gesla ni mogoče onemogočiti. Preverite ključ!", + "Recovery key successfully disabled" : "Ključ za obnovitev gesla je uspešno onemogočen", + "Please provide the old recovery password" : "Vpišite star ključ za obnovitev", + "Please provide a new recovery password" : "Vpišite nov ključ za obnovitev", + "Please repeat the new recovery password" : "Ponovno vpišite nov ključ za obnovitev", + "Password successfully changed." : "Geslo je uspešno spremenjeno.", + "Could not change the password. Maybe the old password was not correct." : "Gesla ni mogoče spremeniti. Morda vnos starega gesla ni pravilen.", + "Private key password successfully updated." : "Zasebni ključ za geslo je uspešno posodobljen.", + "Could not update the private key password. Maybe the old password was not correct." : "Zasebnega ključa za geslo ni mogoče posodobiti. Morda vnos starega gesla ni bil pravilen.", + "File recovery settings updated" : "Nastavitve obnavljanja dokumentov so posodobljene", + "Could not update file recovery" : "Nastavitev za obnavljanje dokumentov ni mogoče posodobiti", + "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." : "Program za šifriranje ni začet. Morda je bil program ponovno omogočen šele med zagonom trenutne seje. Odjavite se in se nato prijavite nazaj. S tem morda razrešite napako.", + "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." : "Zasebni ključ ni veljaven. Najverjetneje je bilo geslo spremenjeno izven %s (najverjetneje je to poslovna mapa). Geslo lahko posodobite med osebnimi nastavitvami in s tem obnovite dostop do šifriranih datotek.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Te datoteke ni mogoče šifrirati, ker je to najverjetneje datoteka v souporabi. Prosite lastnika datoteke, da jo da ponovno v souporabo.", + "Unknown error. Please check your system settings or contact your administrator" : "Neznana napaka. Preverite nastavitve sistema ali pa stopite v stik s skrbnikom sistema.", + "Missing requirements." : "Manjkajoče zahteve", + "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." : "Preverite, ali je na strežniku nameščen paket PHP 5.3.3 ali novejši, da je omogočen in pravilno nastavljen PHP OpenSSL. Z obstoječimi možnostmi šifriranje ni mogoče.", + "Following users are not set up for encryption:" : "Navedeni uporabniki še nimajo nastavljenega šifriranja:", + "Initial encryption started... This can take some time. Please wait." : "Začetno šifriranje je začeto ... Opravilo je lahko dolgotrajno.", + "Initial encryption running... Please try again later." : "Začetno šifriranje je v teku ... Poskusite kasneje.", + "Go directly to your %spersonal settings%s." : "Oglejte si %sosebne nastavitve%s.", + "Encryption" : "Šifriranje", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Program za šifriranje je omogočen, vendar ni začet. Odjavite se in nato ponovno prijavite.", + "Enable recovery key (allow to recover users files in case of password loss):" : "Omogoči ključ za obnovitev datotek (v primeru izgube gesla):", + "Recovery key password" : "Ključ za obnovitev gesla", + "Repeat Recovery key password" : "Ponovi ključ za obnovitev gesla", + "Enabled" : "Omogočeno", + "Disabled" : "Onemogočeno", + "Change recovery key password:" : "Spremeni ključ za obnovitev gesla:", + "Old Recovery key password" : "Stari ključ za obnovitev gesla", + "New Recovery key password" : "Novi ključ za obnovitev gesla", + "Repeat New Recovery key password" : "Ponovi novi ključ za obnovitev gesla", + "Change Password" : "Spremeni geslo", + "Your private key password no longer matches your log-in password." : "Zasebno geslo ni več skladno s prijavnim geslom.", + "Set your old private key password to your current log-in password:" : "Nastavite star zasebni ključ na trenutno prijavno geslo:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Če ste pozabili svoje geslo, lahko vaše datoteke obnovi le skrbnik sistema.", + "Old log-in password" : "Staro geslo", + "Current log-in password" : "Trenutno geslo", + "Update Private Key Password" : "Posodobi zasebni ključ", + "Enable password recovery:" : "Omogoči obnovitev gesla:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Nastavitev te možnosti omogoča ponovno pridobitev dostopa do šifriranih datotek, v primeru, da boste geslo pozabili." +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/sl.php b/apps/files_encryption/l10n/sl.php deleted file mode 100644 index 83fef18ea0..0000000000 --- a/apps/files_encryption/l10n/sl.php +++ /dev/null @@ -1,50 +0,0 @@ - "Neznana napaka", -"Missing recovery key password" => "Manjka ključ za obnovitev", -"Please repeat the recovery key password" => "Ponovite vpis ključa za obnovitev", -"Repeated recovery key password does not match the provided recovery key password" => "Ponovljen vpis ključa za obnovitev ni enak prvemu vpisu tega ključa", -"Recovery key successfully enabled" => "Ključ za obnovitev gesla je uspešno nastavljen", -"Could not disable recovery key. Please check your recovery key password!" => "Ključa za obnovitev gesla ni mogoče onemogočiti. Preverite ključ!", -"Recovery key successfully disabled" => "Ključ za obnovitev gesla je uspešno onemogočen", -"Please provide the old recovery password" => "Vpišite star ključ za obnovitev", -"Please provide a new recovery password" => "Vpišite nov ključ za obnovitev", -"Please repeat the new recovery password" => "Ponovno vpišite nov ključ za obnovitev", -"Password successfully changed." => "Geslo je uspešno spremenjeno.", -"Could not change the password. Maybe the old password was not correct." => "Gesla ni mogoče spremeniti. Morda vnos starega gesla ni pravilen.", -"Private key password successfully updated." => "Zasebni ključ za geslo je uspešno posodobljen.", -"Could not update the private key password. Maybe the old password was not correct." => "Zasebnega ključa za geslo ni mogoče posodobiti. Morda vnos starega gesla ni bil pravilen.", -"File recovery settings updated" => "Nastavitve obnavljanja dokumentov so posodobljene", -"Could not update file recovery" => "Nastavitev za obnavljanje dokumentov ni mogoče posodobiti", -"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." => "Program za šifriranje ni začet. Morda je bil program ponovno omogočen šele med zagonom trenutne seje. Odjavite se in se nato prijavite nazaj. S tem morda razrešite napako.", -"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." => "Zasebni ključ ni veljaven. Najverjetneje je bilo geslo spremenjeno izven %s (najverjetneje je to poslovna mapa). Geslo lahko posodobite med osebnimi nastavitvami in s tem obnovite dostop do šifriranih datotek.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Te datoteke ni mogoče šifrirati, ker je to najverjetneje datoteka v souporabi. Prosite lastnika datoteke, da jo da ponovno v souporabo.", -"Unknown error. Please check your system settings or contact your administrator" => "Neznana napaka. Preverite nastavitve sistema ali pa stopite v stik s skrbnikom sistema.", -"Missing requirements." => "Manjkajoče zahteve", -"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." => "Preverite, ali je na strežniku nameščen paket PHP 5.3.3 ali novejši, da je omogočen in pravilno nastavljen PHP OpenSSL. Z obstoječimi možnostmi šifriranje ni mogoče.", -"Following users are not set up for encryption:" => "Navedeni uporabniki še nimajo nastavljenega šifriranja:", -"Initial encryption started... This can take some time. Please wait." => "Začetno šifriranje je začeto ... Opravilo je lahko dolgotrajno.", -"Initial encryption running... Please try again later." => "Začetno šifriranje je v teku ... Poskusite kasneje.", -"Go directly to your %spersonal settings%s." => "Oglejte si %sosebne nastavitve%s.", -"Encryption" => "Šifriranje", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Program za šifriranje je omogočen, vendar ni začet. Odjavite se in nato ponovno prijavite.", -"Enable recovery key (allow to recover users files in case of password loss):" => "Omogoči ključ za obnovitev datotek (v primeru izgube gesla):", -"Recovery key password" => "Ključ za obnovitev gesla", -"Repeat Recovery key password" => "Ponovi ključ za obnovitev gesla", -"Enabled" => "Omogočeno", -"Disabled" => "Onemogočeno", -"Change recovery key password:" => "Spremeni ključ za obnovitev gesla:", -"Old Recovery key password" => "Stari ključ za obnovitev gesla", -"New Recovery key password" => "Novi ključ za obnovitev gesla", -"Repeat New Recovery key password" => "Ponovi novi ključ za obnovitev gesla", -"Change Password" => "Spremeni geslo", -"Your private key password no longer matches your log-in password." => "Zasebno geslo ni več skladno s prijavnim geslom.", -"Set your old private key password to your current log-in password:" => "Nastavite star zasebni ključ na trenutno prijavno geslo:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Če ste pozabili svoje geslo, lahko vaše datoteke obnovi le skrbnik sistema.", -"Old log-in password" => "Staro geslo", -"Current log-in password" => "Trenutno geslo", -"Update Private Key Password" => "Posodobi zasebni ključ", -"Enable password recovery:" => "Omogoči obnovitev gesla:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Nastavitev te možnosti omogoča ponovno pridobitev dostopa do šifriranih datotek, v primeru, da boste geslo pozabili." -); -$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/apps/files_encryption/l10n/sq.js b/apps/files_encryption/l10n/sq.js new file mode 100644 index 0000000000..f3c5d10cf0 --- /dev/null +++ b/apps/files_encryption/l10n/sq.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Gabim panjohur", + "Encryption" : "Kodifikimi" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/sq.json b/apps/files_encryption/l10n/sq.json new file mode 100644 index 0000000000..b4fe571e7e --- /dev/null +++ b/apps/files_encryption/l10n/sq.json @@ -0,0 +1,5 @@ +{ "translations": { + "Unknown error" : "Gabim panjohur", + "Encryption" : "Kodifikimi" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/sq.php b/apps/files_encryption/l10n/sq.php deleted file mode 100644 index 85cb322bd8..0000000000 --- a/apps/files_encryption/l10n/sq.php +++ /dev/null @@ -1,6 +0,0 @@ - "Gabim panjohur", -"Encryption" => "Kodifikimi" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/sr.js b/apps/files_encryption/l10n/sr.js new file mode 100644 index 0000000000..d6f89d85ca --- /dev/null +++ b/apps/files_encryption/l10n/sr.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_encryption", + { + "Encryption" : "Шифровање" +}, +"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/apps/files_encryption/l10n/sr.json b/apps/files_encryption/l10n/sr.json new file mode 100644 index 0000000000..db6beb276c --- /dev/null +++ b/apps/files_encryption/l10n/sr.json @@ -0,0 +1,4 @@ +{ "translations": { + "Encryption" : "Шифровање" +},"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/apps/files_encryption/l10n/sr.php b/apps/files_encryption/l10n/sr.php deleted file mode 100644 index 8a291faed2..0000000000 --- a/apps/files_encryption/l10n/sr.php +++ /dev/null @@ -1,5 +0,0 @@ - "Шифровање" -); -$PLURAL_FORMS = "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/apps/files_encryption/l10n/sv.js b/apps/files_encryption/l10n/sv.js new file mode 100644 index 0000000000..f8ef704092 --- /dev/null +++ b/apps/files_encryption/l10n/sv.js @@ -0,0 +1,43 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Okänt fel", + "Recovery key successfully enabled" : "Återställningsnyckeln har framgångsrikt aktiverats", + "Could not disable recovery key. Please check your recovery key password!" : "Kunde inte inaktivera återställningsnyckeln. Vänligen kontrollera ditt lösenord för återställningsnyckeln!", + "Recovery key successfully disabled" : "Återställningsnyckeln har framgångsrikt inaktiverats", + "Password successfully changed." : "Ändringen av lösenordet lyckades.", + "Could not change the password. Maybe the old password was not correct." : "Kunde inte ändra lösenordet. Kanske det gamla lösenordet inte var rätt.", + "Private key password successfully updated." : "Den privata nyckelns lösenord uppdaterades utan problem.", + "Could not update the private key password. Maybe the old password was not correct." : "Kunde inte uppdatera lösenordet för den privata nyckeln. Kanske var det gamla lösenordet fel.", + "File recovery settings updated" : "Inställningarna för filåterställning har uppdaterats", + "Could not update file recovery" : "Kunde inte uppdatera filåterställning", + "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." : "Krypteringsprogrammet kunde inte initieras! Möjligen blev krypteringsprogrammet återaktiverad under din session. Försök med att logga ut och in igen för att initiera krypteringsprogrammet.", + "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." : "Din privata lösenordsnyckel är inte giltig! Troligen har ditt lösenord ändrats utanför %s (t.ex. i företagets katalogtjänst). Du kan uppdatera den privata lösenordsnyckeln under dina personliga inställningar för att återfå tillgång till dina filer.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ej dekryptera denna fil, förmodligen är det en delad fil. Be ägaren av filen att dela den med dig.", + "Unknown error. Please check your system settings or contact your administrator" : "Okänt fel. Kontrollera dina systeminställningar eller kontakta din administratör", + "Missing requirements." : "Krav som saknas", + "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." : "Kontrollera att PHP 5.3.3 eller senare är installerad och att tillägget OpenSSL PHP är aktiverad och korrekt konfigurerad. Kryptering är tillsvidare inaktiverad.", + "Following users are not set up for encryption:" : "Följande användare har inte aktiverat kryptering:", + "Initial encryption started... This can take some time. Please wait." : "Initiala krypteringen har påbörjats... Detta kan ta lite tid. Var god vänta.", + "Initial encryption running... Please try again later." : "Initiala krypteringen körs... Var god försök igen senare.", + "Go directly to your %spersonal settings%s." : "Gå direkt till dina %segna inställningar%s.", + "Encryption" : "Kryptering", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krypteringsprogrammet är aktiverat men dina nycklar är inte initierade. Vänligen logga ut och in igen", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktivera återställningsnyckel (för att kunna återfå användarens filer vid glömt eller förlorat lösenord):", + "Recovery key password" : "Lösenord för återställningsnyckel", + "Repeat Recovery key password" : "Upprepa återställningsnyckelns lösenord", + "Enabled" : "Aktiverad", + "Disabled" : "Inaktiverad", + "Change recovery key password:" : "Ändra lösenord för återställningsnyckel:", + "Old Recovery key password" : "Gammalt lösenord för återställningsnyckel", + "New Recovery key password" : "Nytt lösenord för återställningsnyckel", + "Repeat New Recovery key password" : "Upprepa lösenord för ny återställningsnyckel", + "Change Password" : "Byt lösenord", + " If you don't remember your old password you can ask your administrator to recover your files." : "Om du inte kommer ihåg ditt gamla lösenord kan du be din administratör att återställa dina filer.", + "Old log-in password" : "Gammalt inloggningslösenord", + "Current log-in password" : "Nuvarande inloggningslösenord", + "Update Private Key Password" : "Uppdatera lösenordet för din privata nyckel", + "Enable password recovery:" : "Aktivera lösenordsåterställning", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Genom att aktivera detta alternativ kommer du kunna återfå tillgång till dina krypterade filer om du skulle förlora/glömma ditt lösenord" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/sv.json b/apps/files_encryption/l10n/sv.json new file mode 100644 index 0000000000..f94da50384 --- /dev/null +++ b/apps/files_encryption/l10n/sv.json @@ -0,0 +1,41 @@ +{ "translations": { + "Unknown error" : "Okänt fel", + "Recovery key successfully enabled" : "Återställningsnyckeln har framgångsrikt aktiverats", + "Could not disable recovery key. Please check your recovery key password!" : "Kunde inte inaktivera återställningsnyckeln. Vänligen kontrollera ditt lösenord för återställningsnyckeln!", + "Recovery key successfully disabled" : "Återställningsnyckeln har framgångsrikt inaktiverats", + "Password successfully changed." : "Ändringen av lösenordet lyckades.", + "Could not change the password. Maybe the old password was not correct." : "Kunde inte ändra lösenordet. Kanske det gamla lösenordet inte var rätt.", + "Private key password successfully updated." : "Den privata nyckelns lösenord uppdaterades utan problem.", + "Could not update the private key password. Maybe the old password was not correct." : "Kunde inte uppdatera lösenordet för den privata nyckeln. Kanske var det gamla lösenordet fel.", + "File recovery settings updated" : "Inställningarna för filåterställning har uppdaterats", + "Could not update file recovery" : "Kunde inte uppdatera filåterställning", + "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." : "Krypteringsprogrammet kunde inte initieras! Möjligen blev krypteringsprogrammet återaktiverad under din session. Försök med att logga ut och in igen för att initiera krypteringsprogrammet.", + "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." : "Din privata lösenordsnyckel är inte giltig! Troligen har ditt lösenord ändrats utanför %s (t.ex. i företagets katalogtjänst). Du kan uppdatera den privata lösenordsnyckeln under dina personliga inställningar för att återfå tillgång till dina filer.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan ej dekryptera denna fil, förmodligen är det en delad fil. Be ägaren av filen att dela den med dig.", + "Unknown error. Please check your system settings or contact your administrator" : "Okänt fel. Kontrollera dina systeminställningar eller kontakta din administratör", + "Missing requirements." : "Krav som saknas", + "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." : "Kontrollera att PHP 5.3.3 eller senare är installerad och att tillägget OpenSSL PHP är aktiverad och korrekt konfigurerad. Kryptering är tillsvidare inaktiverad.", + "Following users are not set up for encryption:" : "Följande användare har inte aktiverat kryptering:", + "Initial encryption started... This can take some time. Please wait." : "Initiala krypteringen har påbörjats... Detta kan ta lite tid. Var god vänta.", + "Initial encryption running... Please try again later." : "Initiala krypteringen körs... Var god försök igen senare.", + "Go directly to your %spersonal settings%s." : "Gå direkt till dina %segna inställningar%s.", + "Encryption" : "Kryptering", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Krypteringsprogrammet är aktiverat men dina nycklar är inte initierade. Vänligen logga ut och in igen", + "Enable recovery key (allow to recover users files in case of password loss):" : "Aktivera återställningsnyckel (för att kunna återfå användarens filer vid glömt eller förlorat lösenord):", + "Recovery key password" : "Lösenord för återställningsnyckel", + "Repeat Recovery key password" : "Upprepa återställningsnyckelns lösenord", + "Enabled" : "Aktiverad", + "Disabled" : "Inaktiverad", + "Change recovery key password:" : "Ändra lösenord för återställningsnyckel:", + "Old Recovery key password" : "Gammalt lösenord för återställningsnyckel", + "New Recovery key password" : "Nytt lösenord för återställningsnyckel", + "Repeat New Recovery key password" : "Upprepa lösenord för ny återställningsnyckel", + "Change Password" : "Byt lösenord", + " If you don't remember your old password you can ask your administrator to recover your files." : "Om du inte kommer ihåg ditt gamla lösenord kan du be din administratör att återställa dina filer.", + "Old log-in password" : "Gammalt inloggningslösenord", + "Current log-in password" : "Nuvarande inloggningslösenord", + "Update Private Key Password" : "Uppdatera lösenordet för din privata nyckel", + "Enable password recovery:" : "Aktivera lösenordsåterställning", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Genom att aktivera detta alternativ kommer du kunna återfå tillgång till dina krypterade filer om du skulle förlora/glömma ditt lösenord" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/sv.php b/apps/files_encryption/l10n/sv.php deleted file mode 100644 index 896e53b139..0000000000 --- a/apps/files_encryption/l10n/sv.php +++ /dev/null @@ -1,42 +0,0 @@ - "Okänt fel", -"Recovery key successfully enabled" => "Återställningsnyckeln har framgångsrikt aktiverats", -"Could not disable recovery key. Please check your recovery key password!" => "Kunde inte inaktivera återställningsnyckeln. Vänligen kontrollera ditt lösenord för återställningsnyckeln!", -"Recovery key successfully disabled" => "Återställningsnyckeln har framgångsrikt inaktiverats", -"Password successfully changed." => "Ändringen av lösenordet lyckades.", -"Could not change the password. Maybe the old password was not correct." => "Kunde inte ändra lösenordet. Kanske det gamla lösenordet inte var rätt.", -"Private key password successfully updated." => "Den privata nyckelns lösenord uppdaterades utan problem.", -"Could not update the private key password. Maybe the old password was not correct." => "Kunde inte uppdatera lösenordet för den privata nyckeln. Kanske var det gamla lösenordet fel.", -"File recovery settings updated" => "Inställningarna för filåterställning har uppdaterats", -"Could not update file recovery" => "Kunde inte uppdatera filåterställning", -"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." => "Krypteringsprogrammet kunde inte initieras! Möjligen blev krypteringsprogrammet återaktiverad under din session. Försök med att logga ut och in igen för att initiera krypteringsprogrammet.", -"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." => "Din privata lösenordsnyckel är inte giltig! Troligen har ditt lösenord ändrats utanför %s (t.ex. i företagets katalogtjänst). Du kan uppdatera den privata lösenordsnyckeln under dina personliga inställningar för att återfå tillgång till dina filer.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Kan ej dekryptera denna fil, förmodligen är det en delad fil. Be ägaren av filen att dela den med dig.", -"Unknown error. Please check your system settings or contact your administrator" => "Okänt fel. Kontrollera dina systeminställningar eller kontakta din administratör", -"Missing requirements." => "Krav som saknas", -"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." => "Kontrollera att PHP 5.3.3 eller senare är installerad och att tillägget OpenSSL PHP är aktiverad och korrekt konfigurerad. Kryptering är tillsvidare inaktiverad.", -"Following users are not set up for encryption:" => "Följande användare har inte aktiverat kryptering:", -"Initial encryption started... This can take some time. Please wait." => "Initiala krypteringen har påbörjats... Detta kan ta lite tid. Var god vänta.", -"Initial encryption running... Please try again later." => "Initiala krypteringen körs... Var god försök igen senare.", -"Go directly to your %spersonal settings%s." => "Gå direkt till dina %segna inställningar%s.", -"Encryption" => "Kryptering", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Krypteringsprogrammet är aktiverat men dina nycklar är inte initierade. Vänligen logga ut och in igen", -"Enable recovery key (allow to recover users files in case of password loss):" => "Aktivera återställningsnyckel (för att kunna återfå användarens filer vid glömt eller förlorat lösenord):", -"Recovery key password" => "Lösenord för återställningsnyckel", -"Repeat Recovery key password" => "Upprepa återställningsnyckelns lösenord", -"Enabled" => "Aktiverad", -"Disabled" => "Inaktiverad", -"Change recovery key password:" => "Ändra lösenord för återställningsnyckel:", -"Old Recovery key password" => "Gammalt lösenord för återställningsnyckel", -"New Recovery key password" => "Nytt lösenord för återställningsnyckel", -"Repeat New Recovery key password" => "Upprepa lösenord för ny återställningsnyckel", -"Change Password" => "Byt lösenord", -" If you don't remember your old password you can ask your administrator to recover your files." => "Om du inte kommer ihåg ditt gamla lösenord kan du be din administratör att återställa dina filer.", -"Old log-in password" => "Gammalt inloggningslösenord", -"Current log-in password" => "Nuvarande inloggningslösenord", -"Update Private Key Password" => "Uppdatera lösenordet för din privata nyckel", -"Enable password recovery:" => "Aktivera lösenordsåterställning", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Genom att aktivera detta alternativ kommer du kunna återfå tillgång till dina krypterade filer om du skulle förlora/glömma ditt lösenord" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/ta_LK.js b/apps/files_encryption/l10n/ta_LK.js new file mode 100644 index 0000000000..e37ff4a78c --- /dev/null +++ b/apps/files_encryption/l10n/ta_LK.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_encryption", + { + "Encryption" : "மறைக்குறியீடு" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/ta_LK.json b/apps/files_encryption/l10n/ta_LK.json new file mode 100644 index 0000000000..a52ff1c321 --- /dev/null +++ b/apps/files_encryption/l10n/ta_LK.json @@ -0,0 +1,4 @@ +{ "translations": { + "Encryption" : "மறைக்குறியீடு" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ta_LK.php b/apps/files_encryption/l10n/ta_LK.php deleted file mode 100644 index 327102b5df..0000000000 --- a/apps/files_encryption/l10n/ta_LK.php +++ /dev/null @@ -1,5 +0,0 @@ - "மறைக்குறியீடு" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/th_TH.js b/apps/files_encryption/l10n/th_TH.js new file mode 100644 index 0000000000..ad95d941a2 --- /dev/null +++ b/apps/files_encryption/l10n/th_TH.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "ข้อผิดพลาดที่ไม่ทราบสาเหตุ", + "Encryption" : "การเข้ารหัส" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/th_TH.json b/apps/files_encryption/l10n/th_TH.json new file mode 100644 index 0000000000..d5a9a37569 --- /dev/null +++ b/apps/files_encryption/l10n/th_TH.json @@ -0,0 +1,5 @@ +{ "translations": { + "Unknown error" : "ข้อผิดพลาดที่ไม่ทราบสาเหตุ", + "Encryption" : "การเข้ารหัส" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/th_TH.php b/apps/files_encryption/l10n/th_TH.php deleted file mode 100644 index 12555767d4..0000000000 --- a/apps/files_encryption/l10n/th_TH.php +++ /dev/null @@ -1,6 +0,0 @@ - "ข้อผิดพลาดที่ไม่ทราบสาเหตุ", -"Encryption" => "การเข้ารหัส" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/tr.js b/apps/files_encryption/l10n/tr.js new file mode 100644 index 0000000000..3a50eeb208 --- /dev/null +++ b/apps/files_encryption/l10n/tr.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Bilinmeyen hata", + "Missing recovery key password" : "Eksik kurtarma anahtarı parolası", + "Please repeat the recovery key password" : "Lütfen kurtarma anahtarı parolasını yenileyin", + "Repeated recovery key password does not match the provided recovery key password" : "Yenilenen kurtarma anahtarı parolası, belirtilen kurtarma anahtarı parolası ile eşleşmiyor", + "Recovery key successfully enabled" : "Kurtarma anahtarı başarıyla etkinleştirildi", + "Could not disable recovery key. Please check your recovery key password!" : "Kurtarma anahtarı devre dışı bırakılamadı. Lütfen kurtarma anahtarı parolanızı kontrol edin!", + "Recovery key successfully disabled" : "Kurtarma anahtarı başarıyla devre dışı bırakıldı", + "Please provide the old recovery password" : "Lütfen eski kurtarma parolasını girin", + "Please provide a new recovery password" : "Lütfen yeni bir kurtarma parolası girin", + "Please repeat the new recovery password" : "Lütfen yeni kurtarma parolasını yenileyin", + "Password successfully changed." : "Parola başarıyla değiştirildi.", + "Could not change the password. Maybe the old password was not correct." : "Parola değiştirilemedi. Eski parolanız doğru olmayabilir.", + "Private key password successfully updated." : "Özel anahtar parolası başarıyla güncellendi.", + "Could not update the private key password. Maybe the old password was not correct." : "Özel anahtar parolası güncellenemedi. Eski parola hatalı olabilir.", + "File recovery settings updated" : "Dosya kurtarma ayarları güncellendi", + "Could not update file recovery" : "Dosya kurtarma güncellenemedi", + "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." : "Şifreleme uygulaması başlatılamadı! Oturumunuz sırasında şifreleme uygulaması tekrar etkinleştirilmiş olabilir. Lütfen şifreleme uygulamasını başlatmak için oturumu kapatıp yeniden oturum açmayı deneyin.", + "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." : "Özel anahtarınız geçerli değil! Muhtemelen parolanız %s dışarısında değiştirildi (örn. şirket dizininde). Gizli anahtar parolanızı kişisel ayarlarınızda güncelleyerek şifreli dosyalarınıza erişimi kurtarabilirsiniz.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Bu dosya muhtemelen bir paylaşılan dosya olduğundan şifrelemesi kaldırılamıyor. Lütfen dosyayı sizinle bir daha paylaşması için dosya sahibi ile iletişime geçin.", + "Unknown error. Please check your system settings or contact your administrator" : "Bilinmeyen hata. Lütfen sistem ayarlarınızı denetleyin veya yöneticiniz ile iletişime geçin", + "Missing requirements." : "Gereklilikler eksik.", + "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." : "PHP 5.3.3 veya daha sürümü ile birlikte OpenSSL ve OpenSSL PHP uzantısının birlikte etkin olduğundan ve doğru bir şekilde yapılandırıldığından emin olun. Şimdilik şifreleme uygulaması devre dışı bırakıldı.", + "Following users are not set up for encryption:" : "Aşağıdaki kullanıcılar şifreleme için ayarlanmamış:", + "Initial encryption started... This can take some time. Please wait." : "İlk şifreleme başladı... Bu biraz zaman alabilir. Lütfen bekleyin.", + "Initial encryption running... Please try again later." : "İlk şifreleme çalışıyor... Lütfen daha sonra tekrar deneyin.", + "Go directly to your %spersonal settings%s." : "Doğrudan %skişisel ayarlarınıza%s gidin.", + "Encryption" : "Şifreleme", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Şifreleme Uygulaması etkin ancak anahtarlarınız başlatılmamış. Lütfen oturumu kapatıp yeniden açın", + "Enable recovery key (allow to recover users files in case of password loss):" : "Kurtarma anahtarını etkinleştir (parola kaybı durumunda kullanıcı dosyalarının kurtarılmasına izin verir):", + "Recovery key password" : "Kurtarma anahtarı parolası", + "Repeat Recovery key password" : "Kurtarma anahtarı parolasını yineleyin", + "Enabled" : "Etkin", + "Disabled" : "Devre Dışı", + "Change recovery key password:" : "Kurtarma anahtarı parolasını değiştir:", + "Old Recovery key password" : "Eski Kurtarma anahtarı parolası", + "New Recovery key password" : "Yeni Kurtarma anahtarı parolası", + "Repeat New Recovery key password" : "Yeni Kurtarma anahtarı parolasını yineleyin", + "Change Password" : "Parola Değiştir", + "Your private key password no longer matches your log-in password." : "Özel anahtar parolanız artık oturum açma parolanız ile eşleşmiyor.", + "Set your old private key password to your current log-in password:" : "Eski özel anahtar parolanızı, geçerli oturum açma parolanız olarak ayarlayın:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Eğer eski parolanızı hatırlamıyorsanız, yöneticinizden dosyalarınızı kurtarmasını talep edebilirsiniz.", + "Old log-in password" : "Eski oturum açma parolası", + "Current log-in password" : "Geçerli oturum açma parolası", + "Update Private Key Password" : "Özel Anahtar Parolasını Güncelle", + "Enable password recovery:" : "Parola kurtarmayı etkinleştir:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Bu seçeneği etkinleştirmek, parola kaybı durumunda şifrelenmiş dosyalarınıza erişimi yeniden kazanmanızı sağlayacaktır" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_encryption/l10n/tr.json b/apps/files_encryption/l10n/tr.json new file mode 100644 index 0000000000..4998865f3b --- /dev/null +++ b/apps/files_encryption/l10n/tr.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Bilinmeyen hata", + "Missing recovery key password" : "Eksik kurtarma anahtarı parolası", + "Please repeat the recovery key password" : "Lütfen kurtarma anahtarı parolasını yenileyin", + "Repeated recovery key password does not match the provided recovery key password" : "Yenilenen kurtarma anahtarı parolası, belirtilen kurtarma anahtarı parolası ile eşleşmiyor", + "Recovery key successfully enabled" : "Kurtarma anahtarı başarıyla etkinleştirildi", + "Could not disable recovery key. Please check your recovery key password!" : "Kurtarma anahtarı devre dışı bırakılamadı. Lütfen kurtarma anahtarı parolanızı kontrol edin!", + "Recovery key successfully disabled" : "Kurtarma anahtarı başarıyla devre dışı bırakıldı", + "Please provide the old recovery password" : "Lütfen eski kurtarma parolasını girin", + "Please provide a new recovery password" : "Lütfen yeni bir kurtarma parolası girin", + "Please repeat the new recovery password" : "Lütfen yeni kurtarma parolasını yenileyin", + "Password successfully changed." : "Parola başarıyla değiştirildi.", + "Could not change the password. Maybe the old password was not correct." : "Parola değiştirilemedi. Eski parolanız doğru olmayabilir.", + "Private key password successfully updated." : "Özel anahtar parolası başarıyla güncellendi.", + "Could not update the private key password. Maybe the old password was not correct." : "Özel anahtar parolası güncellenemedi. Eski parola hatalı olabilir.", + "File recovery settings updated" : "Dosya kurtarma ayarları güncellendi", + "Could not update file recovery" : "Dosya kurtarma güncellenemedi", + "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." : "Şifreleme uygulaması başlatılamadı! Oturumunuz sırasında şifreleme uygulaması tekrar etkinleştirilmiş olabilir. Lütfen şifreleme uygulamasını başlatmak için oturumu kapatıp yeniden oturum açmayı deneyin.", + "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." : "Özel anahtarınız geçerli değil! Muhtemelen parolanız %s dışarısında değiştirildi (örn. şirket dizininde). Gizli anahtar parolanızı kişisel ayarlarınızda güncelleyerek şifreli dosyalarınıza erişimi kurtarabilirsiniz.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Bu dosya muhtemelen bir paylaşılan dosya olduğundan şifrelemesi kaldırılamıyor. Lütfen dosyayı sizinle bir daha paylaşması için dosya sahibi ile iletişime geçin.", + "Unknown error. Please check your system settings or contact your administrator" : "Bilinmeyen hata. Lütfen sistem ayarlarınızı denetleyin veya yöneticiniz ile iletişime geçin", + "Missing requirements." : "Gereklilikler eksik.", + "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." : "PHP 5.3.3 veya daha sürümü ile birlikte OpenSSL ve OpenSSL PHP uzantısının birlikte etkin olduğundan ve doğru bir şekilde yapılandırıldığından emin olun. Şimdilik şifreleme uygulaması devre dışı bırakıldı.", + "Following users are not set up for encryption:" : "Aşağıdaki kullanıcılar şifreleme için ayarlanmamış:", + "Initial encryption started... This can take some time. Please wait." : "İlk şifreleme başladı... Bu biraz zaman alabilir. Lütfen bekleyin.", + "Initial encryption running... Please try again later." : "İlk şifreleme çalışıyor... Lütfen daha sonra tekrar deneyin.", + "Go directly to your %spersonal settings%s." : "Doğrudan %skişisel ayarlarınıza%s gidin.", + "Encryption" : "Şifreleme", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Şifreleme Uygulaması etkin ancak anahtarlarınız başlatılmamış. Lütfen oturumu kapatıp yeniden açın", + "Enable recovery key (allow to recover users files in case of password loss):" : "Kurtarma anahtarını etkinleştir (parola kaybı durumunda kullanıcı dosyalarının kurtarılmasına izin verir):", + "Recovery key password" : "Kurtarma anahtarı parolası", + "Repeat Recovery key password" : "Kurtarma anahtarı parolasını yineleyin", + "Enabled" : "Etkin", + "Disabled" : "Devre Dışı", + "Change recovery key password:" : "Kurtarma anahtarı parolasını değiştir:", + "Old Recovery key password" : "Eski Kurtarma anahtarı parolası", + "New Recovery key password" : "Yeni Kurtarma anahtarı parolası", + "Repeat New Recovery key password" : "Yeni Kurtarma anahtarı parolasını yineleyin", + "Change Password" : "Parola Değiştir", + "Your private key password no longer matches your log-in password." : "Özel anahtar parolanız artık oturum açma parolanız ile eşleşmiyor.", + "Set your old private key password to your current log-in password:" : "Eski özel anahtar parolanızı, geçerli oturum açma parolanız olarak ayarlayın:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Eğer eski parolanızı hatırlamıyorsanız, yöneticinizden dosyalarınızı kurtarmasını talep edebilirsiniz.", + "Old log-in password" : "Eski oturum açma parolası", + "Current log-in password" : "Geçerli oturum açma parolası", + "Update Private Key Password" : "Özel Anahtar Parolasını Güncelle", + "Enable password recovery:" : "Parola kurtarmayı etkinleştir:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Bu seçeneği etkinleştirmek, parola kaybı durumunda şifrelenmiş dosyalarınıza erişimi yeniden kazanmanızı sağlayacaktır" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/tr.php b/apps/files_encryption/l10n/tr.php deleted file mode 100644 index 7d5553ee64..0000000000 --- a/apps/files_encryption/l10n/tr.php +++ /dev/null @@ -1,50 +0,0 @@ - "Bilinmeyen hata", -"Missing recovery key password" => "Eksik kurtarma anahtarı parolası", -"Please repeat the recovery key password" => "Lütfen kurtarma anahtarı parolasını yenileyin", -"Repeated recovery key password does not match the provided recovery key password" => "Yenilenen kurtarma anahtarı parolası, belirtilen kurtarma anahtarı parolası ile eşleşmiyor", -"Recovery key successfully enabled" => "Kurtarma anahtarı başarıyla etkinleştirildi", -"Could not disable recovery key. Please check your recovery key password!" => "Kurtarma anahtarı devre dışı bırakılamadı. Lütfen kurtarma anahtarı parolanızı kontrol edin!", -"Recovery key successfully disabled" => "Kurtarma anahtarı başarıyla devre dışı bırakıldı", -"Please provide the old recovery password" => "Lütfen eski kurtarma parolasını girin", -"Please provide a new recovery password" => "Lütfen yeni bir kurtarma parolası girin", -"Please repeat the new recovery password" => "Lütfen yeni kurtarma parolasını yenileyin", -"Password successfully changed." => "Parola başarıyla değiştirildi.", -"Could not change the password. Maybe the old password was not correct." => "Parola değiştirilemedi. Eski parolanız doğru olmayabilir.", -"Private key password successfully updated." => "Özel anahtar parolası başarıyla güncellendi.", -"Could not update the private key password. Maybe the old password was not correct." => "Özel anahtar parolası güncellenemedi. Eski parola hatalı olabilir.", -"File recovery settings updated" => "Dosya kurtarma ayarları güncellendi", -"Could not update file recovery" => "Dosya kurtarma güncellenemedi", -"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." => "Şifreleme uygulaması başlatılamadı! Oturumunuz sırasında şifreleme uygulaması tekrar etkinleştirilmiş olabilir. Lütfen şifreleme uygulamasını başlatmak için oturumu kapatıp yeniden oturum açmayı deneyin.", -"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." => "Özel anahtarınız geçerli değil! Muhtemelen parolanız %s dışarısında değiştirildi (örn. şirket dizininde). Gizli anahtar parolanızı kişisel ayarlarınızda güncelleyerek şifreli dosyalarınıza erişimi kurtarabilirsiniz.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Bu dosya muhtemelen bir paylaşılan dosya olduğundan şifrelemesi kaldırılamıyor. Lütfen dosyayı sizinle bir daha paylaşması için dosya sahibi ile iletişime geçin.", -"Unknown error. Please check your system settings or contact your administrator" => "Bilinmeyen hata. Lütfen sistem ayarlarınızı denetleyin veya yöneticiniz ile iletişime geçin", -"Missing requirements." => "Gereklilikler eksik.", -"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." => "PHP 5.3.3 veya daha sürümü ile birlikte OpenSSL ve OpenSSL PHP uzantısının birlikte etkin olduğundan ve doğru bir şekilde yapılandırıldığından emin olun. Şimdilik şifreleme uygulaması devre dışı bırakıldı.", -"Following users are not set up for encryption:" => "Aşağıdaki kullanıcılar şifreleme için ayarlanmamış:", -"Initial encryption started... This can take some time. Please wait." => "İlk şifreleme başladı... Bu biraz zaman alabilir. Lütfen bekleyin.", -"Initial encryption running... Please try again later." => "İlk şifreleme çalışıyor... Lütfen daha sonra tekrar deneyin.", -"Go directly to your %spersonal settings%s." => "Doğrudan %skişisel ayarlarınıza%s gidin.", -"Encryption" => "Şifreleme", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Şifreleme Uygulaması etkin ancak anahtarlarınız başlatılmamış. Lütfen oturumu kapatıp yeniden açın", -"Enable recovery key (allow to recover users files in case of password loss):" => "Kurtarma anahtarını etkinleştir (parola kaybı durumunda kullanıcı dosyalarının kurtarılmasına izin verir):", -"Recovery key password" => "Kurtarma anahtarı parolası", -"Repeat Recovery key password" => "Kurtarma anahtarı parolasını yineleyin", -"Enabled" => "Etkin", -"Disabled" => "Devre Dışı", -"Change recovery key password:" => "Kurtarma anahtarı parolasını değiştir:", -"Old Recovery key password" => "Eski Kurtarma anahtarı parolası", -"New Recovery key password" => "Yeni Kurtarma anahtarı parolası", -"Repeat New Recovery key password" => "Yeni Kurtarma anahtarı parolasını yineleyin", -"Change Password" => "Parola Değiştir", -"Your private key password no longer matches your log-in password." => "Özel anahtar parolanız artık oturum açma parolanız ile eşleşmiyor.", -"Set your old private key password to your current log-in password:" => "Eski özel anahtar parolanızı, geçerli oturum açma parolanız olarak ayarlayın:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Eğer eski parolanızı hatırlamıyorsanız, yöneticinizden dosyalarınızı kurtarmasını talep edebilirsiniz.", -"Old log-in password" => "Eski oturum açma parolası", -"Current log-in password" => "Geçerli oturum açma parolası", -"Update Private Key Password" => "Özel Anahtar Parolasını Güncelle", -"Enable password recovery:" => "Parola kurtarmayı etkinleştir:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Bu seçeneği etkinleştirmek, parola kaybı durumunda şifrelenmiş dosyalarınıza erişimi yeniden kazanmanızı sağlayacaktır" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_encryption/l10n/ug.js b/apps/files_encryption/l10n/ug.js new file mode 100644 index 0000000000..0e56a30f37 --- /dev/null +++ b/apps/files_encryption/l10n/ug.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "يوچۇن خاتالىق", + "Encryption" : "شىفىرلاش" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/ug.json b/apps/files_encryption/l10n/ug.json new file mode 100644 index 0000000000..eef86f6564 --- /dev/null +++ b/apps/files_encryption/l10n/ug.json @@ -0,0 +1,5 @@ +{ "translations": { + "Unknown error" : "يوچۇن خاتالىق", + "Encryption" : "شىفىرلاش" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ug.php b/apps/files_encryption/l10n/ug.php deleted file mode 100644 index b05008575f..0000000000 --- a/apps/files_encryption/l10n/ug.php +++ /dev/null @@ -1,6 +0,0 @@ - "يوچۇن خاتالىق", -"Encryption" => "شىفىرلاش" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/uk.js b/apps/files_encryption/l10n/uk.js new file mode 100644 index 0000000000..169f6c3f92 --- /dev/null +++ b/apps/files_encryption/l10n/uk.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Невідома помилка", + "Missing recovery key password" : "Відсутній пароль ключа відновлення", + "Please repeat the recovery key password" : "Введіть ще раз пароль для ключа відновлення", + "Repeated recovery key password does not match the provided recovery key password" : "Введені паролі ключа відновлення не співпадають", + "Recovery key successfully enabled" : "Ключ відновлення підключено", + "Could not disable recovery key. Please check your recovery key password!" : "Не вдалося відключити ключ відновлення. Будь ласка, перевірте пароль ключа відновлення!", + "Recovery key successfully disabled" : "Ключ відновлення відключено", + "Please provide the old recovery password" : "Будь ласка, введіть старий пароль відновлення", + "Please provide a new recovery password" : "Будь ласка, введіть новий пароль відновлення", + "Please repeat the new recovery password" : "Будь ласка, введіть новий пароль відновлення ще раз", + "Password successfully changed." : "Пароль змінено.", + "Could not change the password. Maybe the old password was not correct." : "Не вдалося змінити пароль. Можливо ви неправильно ввели старий пароль.", + "Private key password successfully updated." : "Пароль секретного ключа оновлено.", + "Could not update the private key password. Maybe the old password was not correct." : "Не вдалося оновити пароль секретного ключа. Можливо ви не правильно ввели старий пароль.", + "File recovery settings updated" : "Налаштування файла відновлення оновлено", + "Could not update file recovery" : "Не вдалося оновити файл відновлення ", + "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." : "Додаток шифрувння не ініціалізовано! Можливо цей додаток редагувався під час вашої сесії. Будь ласка, спробуйте вийти і зайти знову щоб проініціалізувати додаток шифрування.", + "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." : "Ваш секретний ключ не дійсний! Ймовірно ваш пароль був змінений ззовні %s (наприклад, корпоративний каталог). Ви можете оновити секретний ключ в особистих налаштуваннях на сторінці відновлення доступу до зашифрованих файлів.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не можу розшифрувати цей файл, можливо він опублікований. Будь ласка, попросіть власника опублікувати його заново.", + "Unknown error. Please check your system settings or contact your administrator" : "Невідома помилка. Будь ласка, перевірте налаштування системи або зверніться до адміністратора.", + "Missing requirements." : "Відсутні вимоги.", + "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." : "Будь ласка, впевніться, що встановлена версія PHP 5.3.3 або новіша, а також, що OpenSSL та інші розширення PHP підключені та вірно налаштовані. На даний момент додаток шифрування відключений.", + "Following users are not set up for encryption:" : "Для наступних користувачів шифрування не налаштоване:", + "Initial encryption started... This can take some time. Please wait." : "Початкове шифрування почалося... Це може зайняти деякий час. Будь ласка, почекайте.", + "Initial encryption running... Please try again later." : "Початкове шифрування працює... Це може зайняти деякий час. Будь ласка, почекайте.", + "Go directly to your %spersonal settings%s." : "Перейти навпростець до ваших %spersonal settings%s.", + "Encryption" : "Шифрування", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Доданок шифрування ввімкнено, але ваші ключі не ініціалізовано, вийдіть та зайдіть знову", + "Enable recovery key (allow to recover users files in case of password loss):" : "Ввімкнути ключ відновлення (дозволяє користувачам відновлювати файли при втраті паролю):", + "Recovery key password" : "Пароль ключа відновлення", + "Repeat Recovery key password" : "Введіть ще раз пароль ключа відновлення", + "Enabled" : "Увімкнено", + "Disabled" : "Вимкнено", + "Change recovery key password:" : "Змінити пароль ключа відновлення:", + "Old Recovery key password" : "Старий пароль ключа відновлення", + "New Recovery key password" : "Новий пароль ключа відновлення", + "Repeat New Recovery key password" : "Введіть ще раз новий пароль ключа відновлення", + "Change Password" : "Змінити Пароль", + "Your private key password no longer matches your log-in password." : "Пароль вашого закритого ключа більше не відповідає паролю від вашого облікового запису.", + "Set your old private key password to your current log-in password:" : "Замініть старий пароль від закритого ключа на новий пароль входу:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Якщо ви не пам'ятаєте ваш старий пароль, ви можете звернутися до адміністратора щоб його відновити.", + "Old log-in password" : "Старий пароль входу", + "Current log-in password" : "Поточний пароль входу", + "Update Private Key Password" : "Оновити пароль для закритого ключа", + "Enable password recovery:" : "Ввімкнути відновлення паролю:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Включення цієї опції дозволить вам отримати доступ до своїх зашифрованих файлів у випадку втрати паролю" +}, +"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/apps/files_encryption/l10n/uk.json b/apps/files_encryption/l10n/uk.json new file mode 100644 index 0000000000..454de34d9c --- /dev/null +++ b/apps/files_encryption/l10n/uk.json @@ -0,0 +1,49 @@ +{ "translations": { + "Unknown error" : "Невідома помилка", + "Missing recovery key password" : "Відсутній пароль ключа відновлення", + "Please repeat the recovery key password" : "Введіть ще раз пароль для ключа відновлення", + "Repeated recovery key password does not match the provided recovery key password" : "Введені паролі ключа відновлення не співпадають", + "Recovery key successfully enabled" : "Ключ відновлення підключено", + "Could not disable recovery key. Please check your recovery key password!" : "Не вдалося відключити ключ відновлення. Будь ласка, перевірте пароль ключа відновлення!", + "Recovery key successfully disabled" : "Ключ відновлення відключено", + "Please provide the old recovery password" : "Будь ласка, введіть старий пароль відновлення", + "Please provide a new recovery password" : "Будь ласка, введіть новий пароль відновлення", + "Please repeat the new recovery password" : "Будь ласка, введіть новий пароль відновлення ще раз", + "Password successfully changed." : "Пароль змінено.", + "Could not change the password. Maybe the old password was not correct." : "Не вдалося змінити пароль. Можливо ви неправильно ввели старий пароль.", + "Private key password successfully updated." : "Пароль секретного ключа оновлено.", + "Could not update the private key password. Maybe the old password was not correct." : "Не вдалося оновити пароль секретного ключа. Можливо ви не правильно ввели старий пароль.", + "File recovery settings updated" : "Налаштування файла відновлення оновлено", + "Could not update file recovery" : "Не вдалося оновити файл відновлення ", + "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." : "Додаток шифрувння не ініціалізовано! Можливо цей додаток редагувався під час вашої сесії. Будь ласка, спробуйте вийти і зайти знову щоб проініціалізувати додаток шифрування.", + "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." : "Ваш секретний ключ не дійсний! Ймовірно ваш пароль був змінений ззовні %s (наприклад, корпоративний каталог). Ви можете оновити секретний ключ в особистих налаштуваннях на сторінці відновлення доступу до зашифрованих файлів.", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не можу розшифрувати цей файл, можливо він опублікований. Будь ласка, попросіть власника опублікувати його заново.", + "Unknown error. Please check your system settings or contact your administrator" : "Невідома помилка. Будь ласка, перевірте налаштування системи або зверніться до адміністратора.", + "Missing requirements." : "Відсутні вимоги.", + "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." : "Будь ласка, впевніться, що встановлена версія PHP 5.3.3 або новіша, а також, що OpenSSL та інші розширення PHP підключені та вірно налаштовані. На даний момент додаток шифрування відключений.", + "Following users are not set up for encryption:" : "Для наступних користувачів шифрування не налаштоване:", + "Initial encryption started... This can take some time. Please wait." : "Початкове шифрування почалося... Це може зайняти деякий час. Будь ласка, почекайте.", + "Initial encryption running... Please try again later." : "Початкове шифрування працює... Це може зайняти деякий час. Будь ласка, почекайте.", + "Go directly to your %spersonal settings%s." : "Перейти навпростець до ваших %spersonal settings%s.", + "Encryption" : "Шифрування", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Доданок шифрування ввімкнено, але ваші ключі не ініціалізовано, вийдіть та зайдіть знову", + "Enable recovery key (allow to recover users files in case of password loss):" : "Ввімкнути ключ відновлення (дозволяє користувачам відновлювати файли при втраті паролю):", + "Recovery key password" : "Пароль ключа відновлення", + "Repeat Recovery key password" : "Введіть ще раз пароль ключа відновлення", + "Enabled" : "Увімкнено", + "Disabled" : "Вимкнено", + "Change recovery key password:" : "Змінити пароль ключа відновлення:", + "Old Recovery key password" : "Старий пароль ключа відновлення", + "New Recovery key password" : "Новий пароль ключа відновлення", + "Repeat New Recovery key password" : "Введіть ще раз новий пароль ключа відновлення", + "Change Password" : "Змінити Пароль", + "Your private key password no longer matches your log-in password." : "Пароль вашого закритого ключа більше не відповідає паролю від вашого облікового запису.", + "Set your old private key password to your current log-in password:" : "Замініть старий пароль від закритого ключа на новий пароль входу:", + " If you don't remember your old password you can ask your administrator to recover your files." : "Якщо ви не пам'ятаєте ваш старий пароль, ви можете звернутися до адміністратора щоб його відновити.", + "Old log-in password" : "Старий пароль входу", + "Current log-in password" : "Поточний пароль входу", + "Update Private Key Password" : "Оновити пароль для закритого ключа", + "Enable password recovery:" : "Ввімкнути відновлення паролю:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Включення цієї опції дозволить вам отримати доступ до своїх зашифрованих файлів у випадку втрати паролю" +},"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/apps/files_encryption/l10n/uk.php b/apps/files_encryption/l10n/uk.php deleted file mode 100644 index 674d5445bb..0000000000 --- a/apps/files_encryption/l10n/uk.php +++ /dev/null @@ -1,50 +0,0 @@ - "Невідома помилка", -"Missing recovery key password" => "Відсутній пароль ключа відновлення", -"Please repeat the recovery key password" => "Введіть ще раз пароль для ключа відновлення", -"Repeated recovery key password does not match the provided recovery key password" => "Введені паролі ключа відновлення не співпадають", -"Recovery key successfully enabled" => "Ключ відновлення підключено", -"Could not disable recovery key. Please check your recovery key password!" => "Не вдалося відключити ключ відновлення. Будь ласка, перевірте пароль ключа відновлення!", -"Recovery key successfully disabled" => "Ключ відновлення відключено", -"Please provide the old recovery password" => "Будь ласка, введіть старий пароль відновлення", -"Please provide a new recovery password" => "Будь ласка, введіть новий пароль відновлення", -"Please repeat the new recovery password" => "Будь ласка, введіть новий пароль відновлення ще раз", -"Password successfully changed." => "Пароль змінено.", -"Could not change the password. Maybe the old password was not correct." => "Не вдалося змінити пароль. Можливо ви неправильно ввели старий пароль.", -"Private key password successfully updated." => "Пароль секретного ключа оновлено.", -"Could not update the private key password. Maybe the old password was not correct." => "Не вдалося оновити пароль секретного ключа. Можливо ви не правильно ввели старий пароль.", -"File recovery settings updated" => "Налаштування файла відновлення оновлено", -"Could not update file recovery" => "Не вдалося оновити файл відновлення ", -"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." => "Додаток шифрувння не ініціалізовано! Можливо цей додаток редагувався під час вашої сесії. Будь ласка, спробуйте вийти і зайти знову щоб проініціалізувати додаток шифрування.", -"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." => "Ваш секретний ключ не дійсний! Ймовірно ваш пароль був змінений ззовні %s (наприклад, корпоративний каталог). Ви можете оновити секретний ключ в особистих налаштуваннях на сторінці відновлення доступу до зашифрованих файлів.", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Не можу розшифрувати цей файл, можливо він опублікований. Будь ласка, попросіть власника опублікувати його заново.", -"Unknown error. Please check your system settings or contact your administrator" => "Невідома помилка. Будь ласка, перевірте налаштування системи або зверніться до адміністратора.", -"Missing requirements." => "Відсутні вимоги.", -"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." => "Будь ласка, впевніться, що встановлена версія PHP 5.3.3 або новіша, а також, що OpenSSL та інші розширення PHP підключені та вірно налаштовані. На даний момент додаток шифрування відключений.", -"Following users are not set up for encryption:" => "Для наступних користувачів шифрування не налаштоване:", -"Initial encryption started... This can take some time. Please wait." => "Початкове шифрування почалося... Це може зайняти деякий час. Будь ласка, почекайте.", -"Initial encryption running... Please try again later." => "Початкове шифрування працює... Це може зайняти деякий час. Будь ласка, почекайте.", -"Go directly to your %spersonal settings%s." => "Перейти навпростець до ваших %spersonal settings%s.", -"Encryption" => "Шифрування", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Доданок шифрування ввімкнено, але ваші ключі не ініціалізовано, вийдіть та зайдіть знову", -"Enable recovery key (allow to recover users files in case of password loss):" => "Ввімкнути ключ відновлення (дозволяє користувачам відновлювати файли при втраті паролю):", -"Recovery key password" => "Пароль ключа відновлення", -"Repeat Recovery key password" => "Введіть ще раз пароль ключа відновлення", -"Enabled" => "Увімкнено", -"Disabled" => "Вимкнено", -"Change recovery key password:" => "Змінити пароль ключа відновлення:", -"Old Recovery key password" => "Старий пароль ключа відновлення", -"New Recovery key password" => "Новий пароль ключа відновлення", -"Repeat New Recovery key password" => "Введіть ще раз новий пароль ключа відновлення", -"Change Password" => "Змінити Пароль", -"Your private key password no longer matches your log-in password." => "Пароль вашого закритого ключа більше не відповідає паролю від вашого облікового запису.", -"Set your old private key password to your current log-in password:" => "Замініть старий пароль від закритого ключа на новий пароль входу:", -" If you don't remember your old password you can ask your administrator to recover your files." => "Якщо ви не пам'ятаєте ваш старий пароль, ви можете звернутися до адміністратора щоб його відновити.", -"Old log-in password" => "Старий пароль входу", -"Current log-in password" => "Поточний пароль входу", -"Update Private Key Password" => "Оновити пароль для закритого ключа", -"Enable password recovery:" => "Ввімкнути відновлення паролю:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Включення цієї опції дозволить вам отримати доступ до своїх зашифрованих файлів у випадку втрати паролю" -); -$PLURAL_FORMS = "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/apps/files_encryption/l10n/ur_PK.js b/apps/files_encryption/l10n/ur_PK.js new file mode 100644 index 0000000000..f2fd4d3419 --- /dev/null +++ b/apps/files_encryption/l10n/ur_PK.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "غیر معروف خرابی" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_encryption/l10n/ur_PK.json b/apps/files_encryption/l10n/ur_PK.json new file mode 100644 index 0000000000..7d7738b381 --- /dev/null +++ b/apps/files_encryption/l10n/ur_PK.json @@ -0,0 +1,4 @@ +{ "translations": { + "Unknown error" : "غیر معروف خرابی" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/ur_PK.php b/apps/files_encryption/l10n/ur_PK.php deleted file mode 100644 index fab26a330e..0000000000 --- a/apps/files_encryption/l10n/ur_PK.php +++ /dev/null @@ -1,5 +0,0 @@ - "غیر معروف خرابی" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_encryption/l10n/vi.js b/apps/files_encryption/l10n/vi.js new file mode 100644 index 0000000000..8fc542510d --- /dev/null +++ b/apps/files_encryption/l10n/vi.js @@ -0,0 +1,26 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "Lỗi chưa biết", + "Recovery key successfully enabled" : "Khóa khôi phục kích hoạt thành công", + "Could not disable recovery key. Please check your recovery key password!" : "Không thể vô hiệu hóa khóa khôi phục. Vui lòng kiểm tra mật khẩu khóa khôi phục!", + "Recovery key successfully disabled" : "Vô hiệu hóa khóa khôi phục thành công", + "Password successfully changed." : "Đã đổi mật khẩu.", + "Could not change the password. Maybe the old password was not correct." : "Không thể đổi mật khẩu. Có lẽ do mật khẩu cũ không đúng.", + "Private key password successfully updated." : "Cập nhật thành công mật khẩu khóa cá nhân", + "Could not update the private key password. Maybe the old password was not correct." : "Không thể cập nhật mật khẩu khóa cá nhân. Có thể mật khẩu cũ không đúng", + "File recovery settings updated" : "Đã cập nhật thiết lập khôi phục tập tin ", + "Could not update file recovery" : "Không thể cập nhật khôi phục tập tin", + "Encryption" : "Mã hóa", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Ứng dụng mã hóa đã được kích hoạt nhưng bạn chưa khởi tạo khóa. Vui lòng đăng xuất ra và đăng nhập lại", + "Enabled" : "Bật", + "Disabled" : "Tắt", + "Change Password" : "Đổi Mật khẩu", + " If you don't remember your old password you can ask your administrator to recover your files." : "Nếu bạn không nhớ mật khẩu cũ, bạn có thể yêu cầu quản trị viên khôi phục tập tin của bạn.", + "Old log-in password" : "Mật khẩu đăng nhập cũ", + "Current log-in password" : "Mật khẩu đăng nhập hiện tại", + "Update Private Key Password" : "Cập nhật mật khẩu khóa cá nhân", + "Enable password recovery:" : "Kích hoạt khôi phục mật khẩu:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Tùy chọn này sẽ cho phép bạn tái truy cập đến các tập tin mã hóa trong trường hợp mất mật khẩu" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/vi.json b/apps/files_encryption/l10n/vi.json new file mode 100644 index 0000000000..f1a1ff4c6d --- /dev/null +++ b/apps/files_encryption/l10n/vi.json @@ -0,0 +1,24 @@ +{ "translations": { + "Unknown error" : "Lỗi chưa biết", + "Recovery key successfully enabled" : "Khóa khôi phục kích hoạt thành công", + "Could not disable recovery key. Please check your recovery key password!" : "Không thể vô hiệu hóa khóa khôi phục. Vui lòng kiểm tra mật khẩu khóa khôi phục!", + "Recovery key successfully disabled" : "Vô hiệu hóa khóa khôi phục thành công", + "Password successfully changed." : "Đã đổi mật khẩu.", + "Could not change the password. Maybe the old password was not correct." : "Không thể đổi mật khẩu. Có lẽ do mật khẩu cũ không đúng.", + "Private key password successfully updated." : "Cập nhật thành công mật khẩu khóa cá nhân", + "Could not update the private key password. Maybe the old password was not correct." : "Không thể cập nhật mật khẩu khóa cá nhân. Có thể mật khẩu cũ không đúng", + "File recovery settings updated" : "Đã cập nhật thiết lập khôi phục tập tin ", + "Could not update file recovery" : "Không thể cập nhật khôi phục tập tin", + "Encryption" : "Mã hóa", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Ứng dụng mã hóa đã được kích hoạt nhưng bạn chưa khởi tạo khóa. Vui lòng đăng xuất ra và đăng nhập lại", + "Enabled" : "Bật", + "Disabled" : "Tắt", + "Change Password" : "Đổi Mật khẩu", + " If you don't remember your old password you can ask your administrator to recover your files." : "Nếu bạn không nhớ mật khẩu cũ, bạn có thể yêu cầu quản trị viên khôi phục tập tin của bạn.", + "Old log-in password" : "Mật khẩu đăng nhập cũ", + "Current log-in password" : "Mật khẩu đăng nhập hiện tại", + "Update Private Key Password" : "Cập nhật mật khẩu khóa cá nhân", + "Enable password recovery:" : "Kích hoạt khôi phục mật khẩu:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Tùy chọn này sẽ cho phép bạn tái truy cập đến các tập tin mã hóa trong trường hợp mất mật khẩu" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/vi.php b/apps/files_encryption/l10n/vi.php deleted file mode 100644 index 65c4bcf1f7..0000000000 --- a/apps/files_encryption/l10n/vi.php +++ /dev/null @@ -1,25 +0,0 @@ - "Lỗi chưa biết", -"Recovery key successfully enabled" => "Khóa khôi phục kích hoạt thành công", -"Could not disable recovery key. Please check your recovery key password!" => "Không thể vô hiệu hóa khóa khôi phục. Vui lòng kiểm tra mật khẩu khóa khôi phục!", -"Recovery key successfully disabled" => "Vô hiệu hóa khóa khôi phục thành công", -"Password successfully changed." => "Đã đổi mật khẩu.", -"Could not change the password. Maybe the old password was not correct." => "Không thể đổi mật khẩu. Có lẽ do mật khẩu cũ không đúng.", -"Private key password successfully updated." => "Cập nhật thành công mật khẩu khóa cá nhân", -"Could not update the private key password. Maybe the old password was not correct." => "Không thể cập nhật mật khẩu khóa cá nhân. Có thể mật khẩu cũ không đúng", -"File recovery settings updated" => "Đã cập nhật thiết lập khôi phục tập tin ", -"Could not update file recovery" => "Không thể cập nhật khôi phục tập tin", -"Encryption" => "Mã hóa", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Ứng dụng mã hóa đã được kích hoạt nhưng bạn chưa khởi tạo khóa. Vui lòng đăng xuất ra và đăng nhập lại", -"Enabled" => "Bật", -"Disabled" => "Tắt", -"Change Password" => "Đổi Mật khẩu", -" If you don't remember your old password you can ask your administrator to recover your files." => "Nếu bạn không nhớ mật khẩu cũ, bạn có thể yêu cầu quản trị viên khôi phục tập tin của bạn.", -"Old log-in password" => "Mật khẩu đăng nhập cũ", -"Current log-in password" => "Mật khẩu đăng nhập hiện tại", -"Update Private Key Password" => "Cập nhật mật khẩu khóa cá nhân", -"Enable password recovery:" => "Kích hoạt khôi phục mật khẩu:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Tùy chọn này sẽ cho phép bạn tái truy cập đến các tập tin mã hóa trong trường hợp mất mật khẩu" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/zh_CN.js b/apps/files_encryption/l10n/zh_CN.js new file mode 100644 index 0000000000..82051423ba --- /dev/null +++ b/apps/files_encryption/l10n/zh_CN.js @@ -0,0 +1,43 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "未知错误", + "Recovery key successfully enabled" : "恢复密钥成功启用", + "Could not disable recovery key. Please check your recovery key password!" : "不能禁用恢复密钥。请检查恢复密钥密码!", + "Recovery key successfully disabled" : "恢复密钥成功禁用", + "Password successfully changed." : "密码修改成功。", + "Could not change the password. Maybe the old password was not correct." : "不能修改密码。旧密码可能不正确。", + "Private key password successfully updated." : "私钥密码成功更新。", + "Could not update the private key password. Maybe the old password was not correct." : "无法更新私钥密码。可能旧密码不正确。", + "File recovery settings updated" : "文件恢复设置已更新", + "Could not update file recovery" : "不能更新文件恢复", + "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." : "加密应用还没有初始化!可能加密应用在你会话期间已被重新启用。请注销并重新登录,以初始化加密应用。", + "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." : "您的私有密钥无效!也许是您在 %s 外更改了密码 (比如,在您的公司目录)。您可以在个人设置里更新您的私钥密码来恢复访问你的加密文件。", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : " 无法解密这个文件(或许这是一个共享文件?),请询问文件所有者重新与您分享这个文件。", + "Unknown error. Please check your system settings or contact your administrator" : "未知错误。请检查系统设置或联系您的管理员", + "Missing requirements." : "必填项未填写。", + "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." : "请确认安装了 PHP 5.3.3 或更新版本,且 OpenSSL 及其 PHP 扩展已经启用并正确配置。加密应用现在已被禁用。", + "Following users are not set up for encryption:" : "以下用户还没有设置加密:", + "Initial encryption started... This can take some time. Please wait." : "初始加密启动中....这可能会花一些时间,请稍后再试。", + "Initial encryption running... Please try again later." : "初始加密运行中....请稍后再试。", + "Go directly to your %spersonal settings%s." : "直接访问您的%s个人设置%s。", + "Encryption" : "加密", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用被启用了,但是你的加密密钥没有初始化,请重新登出登录系统一次。", + "Enable recovery key (allow to recover users files in case of password loss):" : "启用恢复密钥(允许你在密码丢失后恢复文件):", + "Recovery key password" : "恢复密钥密码", + "Repeat Recovery key password" : "重复恢复密钥密码", + "Enabled" : "开启", + "Disabled" : "禁用", + "Change recovery key password:" : "更改恢复密钥密码", + "Old Recovery key password" : "旧的恢复密钥密码", + "New Recovery key password" : "新的恢复密钥密码", + "Repeat New Recovery key password" : "重复新的密钥恢复密码", + "Change Password" : "修改密码", + " If you don't remember your old password you can ask your administrator to recover your files." : "如果您记不住旧的密码,您可以请求管理员恢复您的文件。", + "Old log-in password" : "旧登录密码", + "Current log-in password" : "当前登录密码", + "Update Private Key Password" : "更新私钥密码", + "Enable password recovery:" : "启用密码恢复:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "启用该项将允许你在密码丢失后取回您的加密文件" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/zh_CN.json b/apps/files_encryption/l10n/zh_CN.json new file mode 100644 index 0000000000..9c9a6adc7c --- /dev/null +++ b/apps/files_encryption/l10n/zh_CN.json @@ -0,0 +1,41 @@ +{ "translations": { + "Unknown error" : "未知错误", + "Recovery key successfully enabled" : "恢复密钥成功启用", + "Could not disable recovery key. Please check your recovery key password!" : "不能禁用恢复密钥。请检查恢复密钥密码!", + "Recovery key successfully disabled" : "恢复密钥成功禁用", + "Password successfully changed." : "密码修改成功。", + "Could not change the password. Maybe the old password was not correct." : "不能修改密码。旧密码可能不正确。", + "Private key password successfully updated." : "私钥密码成功更新。", + "Could not update the private key password. Maybe the old password was not correct." : "无法更新私钥密码。可能旧密码不正确。", + "File recovery settings updated" : "文件恢复设置已更新", + "Could not update file recovery" : "不能更新文件恢复", + "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." : "加密应用还没有初始化!可能加密应用在你会话期间已被重新启用。请注销并重新登录,以初始化加密应用。", + "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." : "您的私有密钥无效!也许是您在 %s 外更改了密码 (比如,在您的公司目录)。您可以在个人设置里更新您的私钥密码来恢复访问你的加密文件。", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : " 无法解密这个文件(或许这是一个共享文件?),请询问文件所有者重新与您分享这个文件。", + "Unknown error. Please check your system settings or contact your administrator" : "未知错误。请检查系统设置或联系您的管理员", + "Missing requirements." : "必填项未填写。", + "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." : "请确认安装了 PHP 5.3.3 或更新版本,且 OpenSSL 及其 PHP 扩展已经启用并正确配置。加密应用现在已被禁用。", + "Following users are not set up for encryption:" : "以下用户还没有设置加密:", + "Initial encryption started... This can take some time. Please wait." : "初始加密启动中....这可能会花一些时间,请稍后再试。", + "Initial encryption running... Please try again later." : "初始加密运行中....请稍后再试。", + "Go directly to your %spersonal settings%s." : "直接访问您的%s个人设置%s。", + "Encryption" : "加密", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用被启用了,但是你的加密密钥没有初始化,请重新登出登录系统一次。", + "Enable recovery key (allow to recover users files in case of password loss):" : "启用恢复密钥(允许你在密码丢失后恢复文件):", + "Recovery key password" : "恢复密钥密码", + "Repeat Recovery key password" : "重复恢复密钥密码", + "Enabled" : "开启", + "Disabled" : "禁用", + "Change recovery key password:" : "更改恢复密钥密码", + "Old Recovery key password" : "旧的恢复密钥密码", + "New Recovery key password" : "新的恢复密钥密码", + "Repeat New Recovery key password" : "重复新的密钥恢复密码", + "Change Password" : "修改密码", + " If you don't remember your old password you can ask your administrator to recover your files." : "如果您记不住旧的密码,您可以请求管理员恢复您的文件。", + "Old log-in password" : "旧登录密码", + "Current log-in password" : "当前登录密码", + "Update Private Key Password" : "更新私钥密码", + "Enable password recovery:" : "启用密码恢复:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "启用该项将允许你在密码丢失后取回您的加密文件" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/zh_CN.php b/apps/files_encryption/l10n/zh_CN.php deleted file mode 100644 index 74d7a36f56..0000000000 --- a/apps/files_encryption/l10n/zh_CN.php +++ /dev/null @@ -1,42 +0,0 @@ - "未知错误", -"Recovery key successfully enabled" => "恢复密钥成功启用", -"Could not disable recovery key. Please check your recovery key password!" => "不能禁用恢复密钥。请检查恢复密钥密码!", -"Recovery key successfully disabled" => "恢复密钥成功禁用", -"Password successfully changed." => "密码修改成功。", -"Could not change the password. Maybe the old password was not correct." => "不能修改密码。旧密码可能不正确。", -"Private key password successfully updated." => "私钥密码成功更新。", -"Could not update the private key password. Maybe the old password was not correct." => "无法更新私钥密码。可能旧密码不正确。", -"File recovery settings updated" => "文件恢复设置已更新", -"Could not update file recovery" => "不能更新文件恢复", -"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." => "加密应用还没有初始化!可能加密应用在你会话期间已被重新启用。请注销并重新登录,以初始化加密应用。", -"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." => "您的私有密钥无效!也许是您在 %s 外更改了密码 (比如,在您的公司目录)。您可以在个人设置里更新您的私钥密码来恢复访问你的加密文件。", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => " 无法解密这个文件(或许这是一个共享文件?),请询问文件所有者重新与您分享这个文件。", -"Unknown error. Please check your system settings or contact your administrator" => "未知错误。请检查系统设置或联系您的管理员", -"Missing requirements." => "必填项未填写。", -"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." => "请确认安装了 PHP 5.3.3 或更新版本,且 OpenSSL 及其 PHP 扩展已经启用并正确配置。加密应用现在已被禁用。", -"Following users are not set up for encryption:" => "以下用户还没有设置加密:", -"Initial encryption started... This can take some time. Please wait." => "初始加密启动中....这可能会花一些时间,请稍后再试。", -"Initial encryption running... Please try again later." => "初始加密运行中....请稍后再试。", -"Go directly to your %spersonal settings%s." => "直接访问您的%s个人设置%s。", -"Encryption" => "加密", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "加密应用被启用了,但是你的加密密钥没有初始化,请重新登出登录系统一次。", -"Enable recovery key (allow to recover users files in case of password loss):" => "启用恢复密钥(允许你在密码丢失后恢复文件):", -"Recovery key password" => "恢复密钥密码", -"Repeat Recovery key password" => "重复恢复密钥密码", -"Enabled" => "开启", -"Disabled" => "禁用", -"Change recovery key password:" => "更改恢复密钥密码", -"Old Recovery key password" => "旧的恢复密钥密码", -"New Recovery key password" => "新的恢复密钥密码", -"Repeat New Recovery key password" => "重复新的密钥恢复密码", -"Change Password" => "修改密码", -" If you don't remember your old password you can ask your administrator to recover your files." => "如果您记不住旧的密码,您可以请求管理员恢复您的文件。", -"Old log-in password" => "旧登录密码", -"Current log-in password" => "当前登录密码", -"Update Private Key Password" => "更新私钥密码", -"Enable password recovery:" => "启用密码恢复:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "启用该项将允许你在密码丢失后取回您的加密文件" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/zh_HK.js b/apps/files_encryption/l10n/zh_HK.js new file mode 100644 index 0000000000..f4e3fc7e53 --- /dev/null +++ b/apps/files_encryption/l10n/zh_HK.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "不明錯誤", + "Encryption" : "加密", + "Enabled" : "啟用", + "Disabled" : "停用", + "Change Password" : "更改密碼" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/zh_HK.json b/apps/files_encryption/l10n/zh_HK.json new file mode 100644 index 0000000000..75a003dd46 --- /dev/null +++ b/apps/files_encryption/l10n/zh_HK.json @@ -0,0 +1,8 @@ +{ "translations": { + "Unknown error" : "不明錯誤", + "Encryption" : "加密", + "Enabled" : "啟用", + "Disabled" : "停用", + "Change Password" : "更改密碼" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/zh_HK.php b/apps/files_encryption/l10n/zh_HK.php deleted file mode 100644 index ea559b6f0d..0000000000 --- a/apps/files_encryption/l10n/zh_HK.php +++ /dev/null @@ -1,9 +0,0 @@ - "不明錯誤", -"Encryption" => "加密", -"Enabled" => "啟用", -"Disabled" => "停用", -"Change Password" => "更改密碼" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_encryption/l10n/zh_TW.js b/apps/files_encryption/l10n/zh_TW.js new file mode 100644 index 0000000000..c68028a7aa --- /dev/null +++ b/apps/files_encryption/l10n/zh_TW.js @@ -0,0 +1,42 @@ +OC.L10N.register( + "files_encryption", + { + "Unknown error" : "未知的錯誤", + "Recovery key successfully enabled" : "還原金鑰已成功開啟", + "Could not disable recovery key. Please check your recovery key password!" : "無法停用還原金鑰。請檢查您的還原金鑰密碼!", + "Recovery key successfully disabled" : "還原金鑰已成功停用", + "Password successfully changed." : "成功變更密碼。", + "Could not change the password. Maybe the old password was not correct." : "無法變更密碼,或許是輸入的舊密碼不正確。", + "Private key password successfully updated." : "私人金鑰密碼已成功更新。", + "Could not update the private key password. Maybe the old password was not correct." : "無法更新私人金鑰密碼。可能舊的密碼不正確。", + "File recovery settings updated" : "檔案還原設定已更新", + "Could not update file recovery" : "無法更新檔案還原設定", + "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." : "加密功能未初始化!可能加密功能需要重新啟用在現在的連線上。請試著登出再登入來初始化加密功能。", + "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." : "您的私人金鑰不正確!可能您的密碼已經變更在外部的 %s (例如:您的企業目錄)。您可以在您的個人設定中更新私人金鑰密碼來還原存取您的加密檔案。", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "無法解密這個檔案,也許這是分享的檔案。請詢問檔案所有人重新分享檔案給您。", + "Unknown error. Please check your system settings or contact your administrator" : "未知錯誤請檢查您的系統設定或是聯絡您的管理員", + "Missing requirements." : "遺失必要條件。", + "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." : "請確認已安裝 PHP 5.3.3 或是更新的版本以及 OpenSSL 也一併安裝在 PHP extension 裡面並啟用及設置完成。現在,加密功能是停用的。", + "Following users are not set up for encryption:" : "以下的使用者無法設定加密:", + "Initial encryption started... This can take some time. Please wait." : "加密初始已啟用...這個需要一些時間。請稍等。", + "Initial encryption running... Please try again later." : "加密初始執行中...請晚點再試。", + "Encryption" : "加密", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "檔案加密已啓用,但是您的金鑰尚未初始化,請重新登入一次", + "Enable recovery key (allow to recover users files in case of password loss):" : "啟用還原金鑰 (因忘記密碼仍允許還原使用者檔案):", + "Recovery key password" : "還原金鑰密碼", + "Repeat Recovery key password" : "再輸入還原金鑰密碼一次", + "Enabled" : "已啓用", + "Disabled" : "已停用", + "Change recovery key password:" : "變更還原金鑰密碼:", + "Old Recovery key password" : "舊的還原金鑰密碼", + "New Recovery key password" : "新的還原金鑰密碼", + "Repeat New Recovery key password" : "再輸入新的還原金鑰密碼一次", + "Change Password" : "變更密碼", + " If you don't remember your old password you can ask your administrator to recover your files." : "如果您忘記舊密碼,可以請求管理員協助取回檔案。", + "Old log-in password" : "舊登入密碼", + "Current log-in password" : "目前的登入密碼", + "Update Private Key Password" : "更新私人金鑰密碼", + "Enable password recovery:" : "啟用密碼還原:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "啟用這個選項將會允許您因忘記密碼但需要存取您的加密檔案" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_encryption/l10n/zh_TW.json b/apps/files_encryption/l10n/zh_TW.json new file mode 100644 index 0000000000..c6560dc373 --- /dev/null +++ b/apps/files_encryption/l10n/zh_TW.json @@ -0,0 +1,40 @@ +{ "translations": { + "Unknown error" : "未知的錯誤", + "Recovery key successfully enabled" : "還原金鑰已成功開啟", + "Could not disable recovery key. Please check your recovery key password!" : "無法停用還原金鑰。請檢查您的還原金鑰密碼!", + "Recovery key successfully disabled" : "還原金鑰已成功停用", + "Password successfully changed." : "成功變更密碼。", + "Could not change the password. Maybe the old password was not correct." : "無法變更密碼,或許是輸入的舊密碼不正確。", + "Private key password successfully updated." : "私人金鑰密碼已成功更新。", + "Could not update the private key password. Maybe the old password was not correct." : "無法更新私人金鑰密碼。可能舊的密碼不正確。", + "File recovery settings updated" : "檔案還原設定已更新", + "Could not update file recovery" : "無法更新檔案還原設定", + "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." : "加密功能未初始化!可能加密功能需要重新啟用在現在的連線上。請試著登出再登入來初始化加密功能。", + "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." : "您的私人金鑰不正確!可能您的密碼已經變更在外部的 %s (例如:您的企業目錄)。您可以在您的個人設定中更新私人金鑰密碼來還原存取您的加密檔案。", + "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "無法解密這個檔案,也許這是分享的檔案。請詢問檔案所有人重新分享檔案給您。", + "Unknown error. Please check your system settings or contact your administrator" : "未知錯誤請檢查您的系統設定或是聯絡您的管理員", + "Missing requirements." : "遺失必要條件。", + "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." : "請確認已安裝 PHP 5.3.3 或是更新的版本以及 OpenSSL 也一併安裝在 PHP extension 裡面並啟用及設置完成。現在,加密功能是停用的。", + "Following users are not set up for encryption:" : "以下的使用者無法設定加密:", + "Initial encryption started... This can take some time. Please wait." : "加密初始已啟用...這個需要一些時間。請稍等。", + "Initial encryption running... Please try again later." : "加密初始執行中...請晚點再試。", + "Encryption" : "加密", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "檔案加密已啓用,但是您的金鑰尚未初始化,請重新登入一次", + "Enable recovery key (allow to recover users files in case of password loss):" : "啟用還原金鑰 (因忘記密碼仍允許還原使用者檔案):", + "Recovery key password" : "還原金鑰密碼", + "Repeat Recovery key password" : "再輸入還原金鑰密碼一次", + "Enabled" : "已啓用", + "Disabled" : "已停用", + "Change recovery key password:" : "變更還原金鑰密碼:", + "Old Recovery key password" : "舊的還原金鑰密碼", + "New Recovery key password" : "新的還原金鑰密碼", + "Repeat New Recovery key password" : "再輸入新的還原金鑰密碼一次", + "Change Password" : "變更密碼", + " If you don't remember your old password you can ask your administrator to recover your files." : "如果您忘記舊密碼,可以請求管理員協助取回檔案。", + "Old log-in password" : "舊登入密碼", + "Current log-in password" : "目前的登入密碼", + "Update Private Key Password" : "更新私人金鑰密碼", + "Enable password recovery:" : "啟用密碼還原:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "啟用這個選項將會允許您因忘記密碼但需要存取您的加密檔案" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/zh_TW.php b/apps/files_encryption/l10n/zh_TW.php deleted file mode 100644 index d4028b5831..0000000000 --- a/apps/files_encryption/l10n/zh_TW.php +++ /dev/null @@ -1,41 +0,0 @@ - "未知的錯誤", -"Recovery key successfully enabled" => "還原金鑰已成功開啟", -"Could not disable recovery key. Please check your recovery key password!" => "無法停用還原金鑰。請檢查您的還原金鑰密碼!", -"Recovery key successfully disabled" => "還原金鑰已成功停用", -"Password successfully changed." => "成功變更密碼。", -"Could not change the password. Maybe the old password was not correct." => "無法變更密碼,或許是輸入的舊密碼不正確。", -"Private key password successfully updated." => "私人金鑰密碼已成功更新。", -"Could not update the private key password. Maybe the old password was not correct." => "無法更新私人金鑰密碼。可能舊的密碼不正確。", -"File recovery settings updated" => "檔案還原設定已更新", -"Could not update file recovery" => "無法更新檔案還原設定", -"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." => "加密功能未初始化!可能加密功能需要重新啟用在現在的連線上。請試著登出再登入來初始化加密功能。", -"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." => "您的私人金鑰不正確!可能您的密碼已經變更在外部的 %s (例如:您的企業目錄)。您可以在您的個人設定中更新私人金鑰密碼來還原存取您的加密檔案。", -"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "無法解密這個檔案,也許這是分享的檔案。請詢問檔案所有人重新分享檔案給您。", -"Unknown error. Please check your system settings or contact your administrator" => "未知錯誤請檢查您的系統設定或是聯絡您的管理員", -"Missing requirements." => "遺失必要條件。", -"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." => "請確認已安裝 PHP 5.3.3 或是更新的版本以及 OpenSSL 也一併安裝在 PHP extension 裡面並啟用及設置完成。現在,加密功能是停用的。", -"Following users are not set up for encryption:" => "以下的使用者無法設定加密:", -"Initial encryption started... This can take some time. Please wait." => "加密初始已啟用...這個需要一些時間。請稍等。", -"Initial encryption running... Please try again later." => "加密初始執行中...請晚點再試。", -"Encryption" => "加密", -"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "檔案加密已啓用,但是您的金鑰尚未初始化,請重新登入一次", -"Enable recovery key (allow to recover users files in case of password loss):" => "啟用還原金鑰 (因忘記密碼仍允許還原使用者檔案):", -"Recovery key password" => "還原金鑰密碼", -"Repeat Recovery key password" => "再輸入還原金鑰密碼一次", -"Enabled" => "已啓用", -"Disabled" => "已停用", -"Change recovery key password:" => "變更還原金鑰密碼:", -"Old Recovery key password" => "舊的還原金鑰密碼", -"New Recovery key password" => "新的還原金鑰密碼", -"Repeat New Recovery key password" => "再輸入新的還原金鑰密碼一次", -"Change Password" => "變更密碼", -" If you don't remember your old password you can ask your administrator to recover your files." => "如果您忘記舊密碼,可以請求管理員協助取回檔案。", -"Old log-in password" => "舊登入密碼", -"Current log-in password" => "目前的登入密碼", -"Update Private Key Password" => "更新私人金鑰密碼", -"Enable password recovery:" => "啟用密碼還原:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "啟用這個選項將會允許您因忘記密碼但需要存取您的加密檔案" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/af_ZA.js b/apps/files_external/l10n/af_ZA.js new file mode 100644 index 0000000000..1c56071d43 --- /dev/null +++ b/apps/files_external/l10n/af_ZA.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_external", + { + "Username" : "Gebruikersnaam", + "Password" : "Wagwoord", + "Share" : "Deel", + "Personal" : "Persoonlik" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/af_ZA.json b/apps/files_external/l10n/af_ZA.json new file mode 100644 index 0000000000..ddb1414664 --- /dev/null +++ b/apps/files_external/l10n/af_ZA.json @@ -0,0 +1,7 @@ +{ "translations": { + "Username" : "Gebruikersnaam", + "Password" : "Wagwoord", + "Share" : "Deel", + "Personal" : "Persoonlik" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/af_ZA.php b/apps/files_external/l10n/af_ZA.php deleted file mode 100644 index 7b416fc117..0000000000 --- a/apps/files_external/l10n/af_ZA.php +++ /dev/null @@ -1,8 +0,0 @@ - "Gebruikersnaam", -"Password" => "Wagwoord", -"Share" => "Deel", -"Personal" => "Persoonlik" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/ar.js b/apps/files_external/l10n/ar.js new file mode 100644 index 0000000000..c2825869a7 --- /dev/null +++ b/apps/files_external/l10n/ar.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "files_external", + { + "Location" : "المكان", + "Port" : "المنفذ", + "Region" : "المنطقة", + "Host" : "المضيف", + "Username" : "إسم المستخدم", + "Password" : "كلمة السر", + "Share" : "شارك", + "URL" : "عنوان الموقع", + "Personal" : "شخصي", + "Saved" : "حفظ", + "Name" : "اسم", + "Folder name" : "اسم المجلد", + "Configuration" : "إعداد", + "Delete" : "إلغاء" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/files_external/l10n/ar.json b/apps/files_external/l10n/ar.json new file mode 100644 index 0000000000..6465028314 --- /dev/null +++ b/apps/files_external/l10n/ar.json @@ -0,0 +1,17 @@ +{ "translations": { + "Location" : "المكان", + "Port" : "المنفذ", + "Region" : "المنطقة", + "Host" : "المضيف", + "Username" : "إسم المستخدم", + "Password" : "كلمة السر", + "Share" : "شارك", + "URL" : "عنوان الموقع", + "Personal" : "شخصي", + "Saved" : "حفظ", + "Name" : "اسم", + "Folder name" : "اسم المجلد", + "Configuration" : "إعداد", + "Delete" : "إلغاء" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ar.php b/apps/files_external/l10n/ar.php deleted file mode 100644 index ad06d9c778..0000000000 --- a/apps/files_external/l10n/ar.php +++ /dev/null @@ -1,18 +0,0 @@ - "المكان", -"Port" => "المنفذ", -"Region" => "المنطقة", -"Host" => "المضيف", -"Username" => "إسم المستخدم", -"Password" => "كلمة السر", -"Share" => "شارك", -"URL" => "عنوان الموقع", -"Personal" => "شخصي", -"Saved" => "حفظ", -"Name" => "اسم", -"Folder name" => "اسم المجلد", -"Configuration" => "إعداد", -"Delete" => "إلغاء" -); -$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"; diff --git a/apps/files_external/l10n/ast.js b/apps/files_external/l10n/ast.js new file mode 100644 index 0000000000..ec5ff68ac6 --- /dev/null +++ b/apps/files_external/l10n/ast.js @@ -0,0 +1,72 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Falló la descarga de los tokens solicitaos. Verifica que la clave y el secretu de la app de Dropbox ye correuta.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Falló la descarga de los tokens solicitaos. Verifica que la clave y el secretu de la app de Dropbox ye correuta.", + "Please provide a valid Dropbox app key and secret." : "Por favor, proporciona una clave válida de l'app Dropbox y una clave secreta.", + "Step 1 failed. Exception: %s" : "Pasu 1 fallíu. Esceición: %s", + "Step 2 failed. Exception: %s" : "Pasu 2 fallíu. Esceición: %s", + "External storage" : "Almacenamientu esternu", + "Local" : "Llocal", + "Location" : "Llocalización", + "Amazon S3" : "Amazon S3", + "Key" : "Clave", + "Secret" : "Secretu", + "Bucket" : "Depósitu", + "Amazon S3 and compliant" : "Amazon S3 y compatibilidá", + "Access Key" : "Clave d'accesu", + "Secret Key" : "Clave Secreta", + "Hostname" : "Nome d'agospiu", + "Port" : "Puertu", + "Region" : "Rexón", + "Enable SSL" : "Habilitar SSL", + "Enable Path Style" : "Habilitar Estilu de ruta", + "App key" : "App principal", + "App secret" : "App secreta", + "Host" : "Sirvidor", + "Username" : "Nome d'usuariu", + "Password" : "Contraseña", + "Root" : "Raíz", + "Secure ftps://" : "Secure ftps://", + "Client ID" : "ID de veceru", + "Client secret" : "Veceru secretu", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Rexón (opcional pa OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Clave API (necesaria pa Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nome d'inquilín (necesariu pa OpenStack Object Storage)", + "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)", + "Share" : "Compartir", + "SMB / CIFS using OC login" : "SMB / CIFS usando accesu OC", + "Username as share" : "Nome d'usuariu como Compartición", + "URL" : "URL", + "Secure https://" : "Secure https://", + "Remote subfolder" : "Subcarpeta remota", + "Access granted" : "Accesu concedíu", + "Error configuring Dropbox storage" : "Fallu configurando l'almacenamientu de Dropbox", + "Grant access" : "Conceder accesu", + "Error configuring Google Drive storage" : "Fallu configurando l'almacenamientu de Google Drive", + "Personal" : "Personal", + "System" : "Sistema", + "(group)" : "(grupu)", + "Saved" : "Guardáu", + "Note: " : "Nota: ", + " and " : "y", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El soporte de cURL en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El soporte de FTP en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: \"%s\" nun ta instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", + "You don't have any external storages" : "Nun tienes almacenamientos esternos", + "Name" : "Nome", + "Storage type" : "Triba d'almacenamientu", + "Scope" : "Ámbitu", + "External Storage" : "Almacenamientu esternu", + "Folder name" : "Nome de la carpeta", + "Configuration" : "Configuración", + "Available for" : "Disponible pa", + "Add storage" : "Amestar almacenamientu", + "Delete" : "Desaniciar", + "Enable User External Storage" : "Habilitar almacenamientu esterno d'usuariu", + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/ast.json b/apps/files_external/l10n/ast.json new file mode 100644 index 0000000000..2177789697 --- /dev/null +++ b/apps/files_external/l10n/ast.json @@ -0,0 +1,70 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Falló la descarga de los tokens solicitaos. Verifica que la clave y el secretu de la app de Dropbox ye correuta.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Falló la descarga de los tokens solicitaos. Verifica que la clave y el secretu de la app de Dropbox ye correuta.", + "Please provide a valid Dropbox app key and secret." : "Por favor, proporciona una clave válida de l'app Dropbox y una clave secreta.", + "Step 1 failed. Exception: %s" : "Pasu 1 fallíu. Esceición: %s", + "Step 2 failed. Exception: %s" : "Pasu 2 fallíu. Esceición: %s", + "External storage" : "Almacenamientu esternu", + "Local" : "Llocal", + "Location" : "Llocalización", + "Amazon S3" : "Amazon S3", + "Key" : "Clave", + "Secret" : "Secretu", + "Bucket" : "Depósitu", + "Amazon S3 and compliant" : "Amazon S3 y compatibilidá", + "Access Key" : "Clave d'accesu", + "Secret Key" : "Clave Secreta", + "Hostname" : "Nome d'agospiu", + "Port" : "Puertu", + "Region" : "Rexón", + "Enable SSL" : "Habilitar SSL", + "Enable Path Style" : "Habilitar Estilu de ruta", + "App key" : "App principal", + "App secret" : "App secreta", + "Host" : "Sirvidor", + "Username" : "Nome d'usuariu", + "Password" : "Contraseña", + "Root" : "Raíz", + "Secure ftps://" : "Secure ftps://", + "Client ID" : "ID de veceru", + "Client secret" : "Veceru secretu", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Rexón (opcional pa OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Clave API (necesaria pa Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nome d'inquilín (necesariu pa OpenStack Object Storage)", + "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)", + "Share" : "Compartir", + "SMB / CIFS using OC login" : "SMB / CIFS usando accesu OC", + "Username as share" : "Nome d'usuariu como Compartición", + "URL" : "URL", + "Secure https://" : "Secure https://", + "Remote subfolder" : "Subcarpeta remota", + "Access granted" : "Accesu concedíu", + "Error configuring Dropbox storage" : "Fallu configurando l'almacenamientu de Dropbox", + "Grant access" : "Conceder accesu", + "Error configuring Google Drive storage" : "Fallu configurando l'almacenamientu de Google Drive", + "Personal" : "Personal", + "System" : "Sistema", + "(group)" : "(grupu)", + "Saved" : "Guardáu", + "Note: " : "Nota: ", + " and " : "y", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El soporte de cURL en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El soporte de FTP en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: \"%s\" nun ta instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", + "You don't have any external storages" : "Nun tienes almacenamientos esternos", + "Name" : "Nome", + "Storage type" : "Triba d'almacenamientu", + "Scope" : "Ámbitu", + "External Storage" : "Almacenamientu esternu", + "Folder name" : "Nome de la carpeta", + "Configuration" : "Configuración", + "Available for" : "Disponible pa", + "Add storage" : "Amestar almacenamientu", + "Delete" : "Desaniciar", + "Enable User External Storage" : "Habilitar almacenamientu esterno d'usuariu", + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ast.php b/apps/files_external/l10n/ast.php deleted file mode 100644 index 0aba42d38a..0000000000 --- a/apps/files_external/l10n/ast.php +++ /dev/null @@ -1,71 +0,0 @@ - "Falló la descarga de los tokens solicitaos. Verifica que la clave y el secretu de la app de Dropbox ye correuta.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Falló la descarga de los tokens solicitaos. Verifica que la clave y el secretu de la app de Dropbox ye correuta.", -"Please provide a valid Dropbox app key and secret." => "Por favor, proporciona una clave válida de l'app Dropbox y una clave secreta.", -"Step 1 failed. Exception: %s" => "Pasu 1 fallíu. Esceición: %s", -"Step 2 failed. Exception: %s" => "Pasu 2 fallíu. Esceición: %s", -"External storage" => "Almacenamientu esternu", -"Local" => "Llocal", -"Location" => "Llocalización", -"Amazon S3" => "Amazon S3", -"Key" => "Clave", -"Secret" => "Secretu", -"Bucket" => "Depósitu", -"Amazon S3 and compliant" => "Amazon S3 y compatibilidá", -"Access Key" => "Clave d'accesu", -"Secret Key" => "Clave Secreta", -"Hostname" => "Nome d'agospiu", -"Port" => "Puertu", -"Region" => "Rexón", -"Enable SSL" => "Habilitar SSL", -"Enable Path Style" => "Habilitar Estilu de ruta", -"App key" => "App principal", -"App secret" => "App secreta", -"Host" => "Sirvidor", -"Username" => "Nome d'usuariu", -"Password" => "Contraseña", -"Root" => "Raíz", -"Secure ftps://" => "Secure ftps://", -"Client ID" => "ID de veceru", -"Client secret" => "Veceru secretu", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Rexón (opcional pa OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "Clave API (necesaria pa Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Nome d'inquilín (necesariu pa OpenStack Object Storage)", -"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)", -"Share" => "Compartir", -"SMB / CIFS using OC login" => "SMB / CIFS usando accesu OC", -"Username as share" => "Nome d'usuariu como Compartición", -"URL" => "URL", -"Secure https://" => "Secure https://", -"Remote subfolder" => "Subcarpeta remota", -"Access granted" => "Accesu concedíu", -"Error configuring Dropbox storage" => "Fallu configurando l'almacenamientu de Dropbox", -"Grant access" => "Conceder accesu", -"Error configuring Google Drive storage" => "Fallu configurando l'almacenamientu de Google Drive", -"Personal" => "Personal", -"System" => "Sistema", -"(group)" => "(grupu)", -"Saved" => "Guardáu", -"Note: " => "Nota: ", -" and " => "y", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: El soporte de cURL en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: El soporte de FTP en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: \"%s\" nun ta instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.", -"You don't have any external storages" => "Nun tienes almacenamientos esternos", -"Name" => "Nome", -"Storage type" => "Triba d'almacenamientu", -"Scope" => "Ámbitu", -"External Storage" => "Almacenamientu esternu", -"Folder name" => "Nome de la carpeta", -"Configuration" => "Configuración", -"Available for" => "Disponible pa", -"Add storage" => "Amestar almacenamientu", -"Delete" => "Desaniciar", -"Enable User External Storage" => "Habilitar almacenamientu esterno d'usuariu", -"Allow users to mount the following external storage" => "Permitir a los usuarios montar el siguiente almacenamientu esternu" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/az.js b/apps/files_external/l10n/az.js new file mode 100644 index 0000000000..78cb4de59f --- /dev/null +++ b/apps/files_external/l10n/az.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür.", + "Please provide a valid Dropbox app key and secret." : "Xahiş olunur düzgün Dropbox proqram açarı və gizlisini təqdim edəsiniz.", + "Step 2 failed. Exception: %s" : "2-ci addım. İstisna: %s", + "External storage" : "Kənar informasıya daşıyıcısı", + "Location" : "Yerləşdiyiniz ünvan", + "Key" : "Açar", + "Secret" : "Gizli", + "Enable SSL" : "SSL-i işə sal", + "Host" : "Şəbəkədə ünvan", + "Username" : "İstifadəçi adı", + "Password" : "Şifrə", + "Share" : "Yayımla", + "URL" : "URL", + "Personal" : "Şəxsi", + "Saved" : "Saxlanıldı", + "Name" : "Ad", + "Folder name" : "Qovluq adı", + "Delete" : "Sil" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/az.json b/apps/files_external/l10n/az.json new file mode 100644 index 0000000000..e9d51e8fa9 --- /dev/null +++ b/apps/files_external/l10n/az.json @@ -0,0 +1,22 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür.", + "Please provide a valid Dropbox app key and secret." : "Xahiş olunur düzgün Dropbox proqram açarı və gizlisini təqdim edəsiniz.", + "Step 2 failed. Exception: %s" : "2-ci addım. İstisna: %s", + "External storage" : "Kənar informasıya daşıyıcısı", + "Location" : "Yerləşdiyiniz ünvan", + "Key" : "Açar", + "Secret" : "Gizli", + "Enable SSL" : "SSL-i işə sal", + "Host" : "Şəbəkədə ünvan", + "Username" : "İstifadəçi adı", + "Password" : "Şifrə", + "Share" : "Yayımla", + "URL" : "URL", + "Personal" : "Şəxsi", + "Saved" : "Saxlanıldı", + "Name" : "Ad", + "Folder name" : "Qovluq adı", + "Delete" : "Sil" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/az.php b/apps/files_external/l10n/az.php deleted file mode 100644 index 330e8234a6..0000000000 --- a/apps/files_external/l10n/az.php +++ /dev/null @@ -1,23 +0,0 @@ - "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Müraciət token-nin alınmasında səhv baş verdi. Əmin olun ki, sizin Dropbox proqraminin açarı və gizlisi düzgündür.", -"Please provide a valid Dropbox app key and secret." => "Xahiş olunur düzgün Dropbox proqram açarı və gizlisini təqdim edəsiniz.", -"Step 2 failed. Exception: %s" => "2-ci addım. İstisna: %s", -"External storage" => "Kənar informasıya daşıyıcısı", -"Location" => "Yerləşdiyiniz ünvan", -"Key" => "Açar", -"Secret" => "Gizli", -"Enable SSL" => "SSL-i işə sal", -"Host" => "Şəbəkədə ünvan", -"Username" => "İstifadəçi adı", -"Password" => "Şifrə", -"Share" => "Yayımla", -"URL" => "URL", -"Personal" => "Şəxsi", -"Saved" => "Saxlanıldı", -"Name" => "Ad", -"Folder name" => "Qovluq adı", -"Delete" => "Sil" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/bg_BG.js b/apps/files_external/l10n/bg_BG.js new file mode 100644 index 0000000000..1944af503f --- /dev/null +++ b/apps/files_external/l10n/bg_BG.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Неуспешно изтеглянето на токени за заявка. Провери дали Dropbox app key и secret са правилни.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Неуспешно изтеглянето на токени за заявка. Провери дали Dropbox app key и secret са правилни.", + "Please provide a valid Dropbox app key and secret." : "Моля, задай валидни Dropbox app key и secret.", + "Step 1 failed. Exception: %s" : "Стъпка 1 - неуспешна. Грешка: %s", + "Step 2 failed. Exception: %s" : "Стъпка 2 - неуспешна. Грешка: %s", + "External storage" : "Външно дисково пространство", + "Local" : "Локален", + "Location" : "Местоположение", + "Amazon S3" : "Amazon S3", + "Key" : "Key", + "Secret" : "Secret", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 и съвместими", + "Access Key" : "Access Key", + "Secret Key" : "Secret Key", + "Hostname" : "Сървър", + "Port" : "Порт", + "Region" : "Регион", + "Enable SSL" : "Включи SSL", + "Enable Path Style" : "Включи Path Style", + "App key" : "App key", + "App secret" : "App secret", + "Host" : "Сървър", + "Username" : "Потребителско Име", + "Password" : "Парола", + "Root" : "Root", + "Secure ftps://" : "Сигурен ftps://", + "Client ID" : "Client ID", + "Client secret" : "Client secret", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Регион (незадължително за OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API Key (задължително за Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (задължително за OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Парола (задължително за OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Service Name (задължително за OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL of identity endpoint (задължително за OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Timeout за HTTP заявки в секунди", + "Share" : "Споделяне", + "SMB / CIFS using OC login" : "SMB / CIFS използвайки OC профил", + "Username as share" : "Потребителско име като споделена папка", + "URL" : "Интернет Адрес", + "Secure https://" : "Подсигурен https://", + "Remote subfolder" : "Външна подпапка", + "Access granted" : "Достъпът разрешен", + "Error configuring Dropbox storage" : "Грешка при настройката на Dropbox дисковото пространство.", + "Grant access" : "Разреши достъп", + "Error configuring Google Drive storage" : "Грешка при настройката на Dropbox дисковото пространство.", + "Personal" : "Личен", + "System" : "Системен", + "All users. Type to select user or group." : "Всички потребители. Пиши, за да избереш потребител или група.", + "(group)" : "(група)", + "Saved" : "Запазено", + "Note: " : "Бележка: ", + " and " : "и", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: PHP подръжката на cURL не е включена или инсталирана. Прикачването на %s не е възможно. Моля, поискай системния администратор да я инсталира.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: PHP подръжката на FTP не е включена или инсталирана. Прикачването на %s не е възможно. Моля, поискай системния администратор да я инсталира.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: \"%s\" не е инсталиран. Прикачването на %s не е възможно. Моля, поискай системния администратор да я инсталира.", + "You don't have any external storages" : "Нямаш никакви външни дискови пространства", + "Name" : "Име", + "Storage type" : "Тип дисково пространство", + "Scope" : "Обхват", + "External Storage" : "Външно Дисково Пространство", + "Folder name" : "Име на папката", + "Configuration" : "Настройки", + "Available for" : "Достъпно за", + "Add storage" : "Добави дисково пространство", + "Delete" : "Изтрий", + "Enable User External Storage" : "Разреши Потребителско Външно Дисково Пространство", + "Allow users to mount the following external storage" : "Разреши на потребителите да прикачват следното външно дисково пространство" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/bg_BG.json b/apps/files_external/l10n/bg_BG.json new file mode 100644 index 0000000000..0564415c3d --- /dev/null +++ b/apps/files_external/l10n/bg_BG.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Неуспешно изтеглянето на токени за заявка. Провери дали Dropbox app key и secret са правилни.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Неуспешно изтеглянето на токени за заявка. Провери дали Dropbox app key и secret са правилни.", + "Please provide a valid Dropbox app key and secret." : "Моля, задай валидни Dropbox app key и secret.", + "Step 1 failed. Exception: %s" : "Стъпка 1 - неуспешна. Грешка: %s", + "Step 2 failed. Exception: %s" : "Стъпка 2 - неуспешна. Грешка: %s", + "External storage" : "Външно дисково пространство", + "Local" : "Локален", + "Location" : "Местоположение", + "Amazon S3" : "Amazon S3", + "Key" : "Key", + "Secret" : "Secret", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 и съвместими", + "Access Key" : "Access Key", + "Secret Key" : "Secret Key", + "Hostname" : "Сървър", + "Port" : "Порт", + "Region" : "Регион", + "Enable SSL" : "Включи SSL", + "Enable Path Style" : "Включи Path Style", + "App key" : "App key", + "App secret" : "App secret", + "Host" : "Сървър", + "Username" : "Потребителско Име", + "Password" : "Парола", + "Root" : "Root", + "Secure ftps://" : "Сигурен ftps://", + "Client ID" : "Client ID", + "Client secret" : "Client secret", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Регион (незадължително за OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API Key (задължително за Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (задължително за OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Парола (задължително за OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Service Name (задължително за OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL of identity endpoint (задължително за OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Timeout за HTTP заявки в секунди", + "Share" : "Споделяне", + "SMB / CIFS using OC login" : "SMB / CIFS използвайки OC профил", + "Username as share" : "Потребителско име като споделена папка", + "URL" : "Интернет Адрес", + "Secure https://" : "Подсигурен https://", + "Remote subfolder" : "Външна подпапка", + "Access granted" : "Достъпът разрешен", + "Error configuring Dropbox storage" : "Грешка при настройката на Dropbox дисковото пространство.", + "Grant access" : "Разреши достъп", + "Error configuring Google Drive storage" : "Грешка при настройката на Dropbox дисковото пространство.", + "Personal" : "Личен", + "System" : "Системен", + "All users. Type to select user or group." : "Всички потребители. Пиши, за да избереш потребител или група.", + "(group)" : "(група)", + "Saved" : "Запазено", + "Note: " : "Бележка: ", + " and " : "и", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: PHP подръжката на cURL не е включена или инсталирана. Прикачването на %s не е възможно. Моля, поискай системния администратор да я инсталира.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: PHP подръжката на FTP не е включена или инсталирана. Прикачването на %s не е възможно. Моля, поискай системния администратор да я инсталира.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: \"%s\" не е инсталиран. Прикачването на %s не е възможно. Моля, поискай системния администратор да я инсталира.", + "You don't have any external storages" : "Нямаш никакви външни дискови пространства", + "Name" : "Име", + "Storage type" : "Тип дисково пространство", + "Scope" : "Обхват", + "External Storage" : "Външно Дисково Пространство", + "Folder name" : "Име на папката", + "Configuration" : "Настройки", + "Available for" : "Достъпно за", + "Add storage" : "Добави дисково пространство", + "Delete" : "Изтрий", + "Enable User External Storage" : "Разреши Потребителско Външно Дисково Пространство", + "Allow users to mount the following external storage" : "Разреши на потребителите да прикачват следното външно дисково пространство" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/bg_BG.php b/apps/files_external/l10n/bg_BG.php deleted file mode 100644 index cb9663147c..0000000000 --- a/apps/files_external/l10n/bg_BG.php +++ /dev/null @@ -1,73 +0,0 @@ - "Неуспешно изтеглянето на токени за заявка. Провери дали Dropbox app key и secret са правилни.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Неуспешно изтеглянето на токени за заявка. Провери дали Dropbox app key и secret са правилни.", -"Please provide a valid Dropbox app key and secret." => "Моля, задай валидни Dropbox app key и secret.", -"Step 1 failed. Exception: %s" => "Стъпка 1 - неуспешна. Грешка: %s", -"Step 2 failed. Exception: %s" => "Стъпка 2 - неуспешна. Грешка: %s", -"External storage" => "Външно дисково пространство", -"Local" => "Локален", -"Location" => "Местоположение", -"Amazon S3" => "Amazon S3", -"Key" => "Key", -"Secret" => "Secret", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 и съвместими", -"Access Key" => "Access Key", -"Secret Key" => "Secret Key", -"Hostname" => "Сървър", -"Port" => "Порт", -"Region" => "Регион", -"Enable SSL" => "Включи SSL", -"Enable Path Style" => "Включи Path Style", -"App key" => "App key", -"App secret" => "App secret", -"Host" => "Сървър", -"Username" => "Потребителско Име", -"Password" => "Парола", -"Root" => "Root", -"Secure ftps://" => "Сигурен ftps://", -"Client ID" => "Client ID", -"Client secret" => "Client secret", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Регион (незадължително за OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "API Key (задължително за Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Tenantname (задължително за OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Парола (задължително за OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Service Name (задължително за OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL of identity endpoint (задължително за OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Timeout за HTTP заявки в секунди", -"Share" => "Споделяне", -"SMB / CIFS using OC login" => "SMB / CIFS използвайки OC профил", -"Username as share" => "Потребителско име като споделена папка", -"URL" => "Интернет Адрес", -"Secure https://" => "Подсигурен https://", -"Remote subfolder" => "Външна подпапка", -"Access granted" => "Достъпът разрешен", -"Error configuring Dropbox storage" => "Грешка при настройката на Dropbox дисковото пространство.", -"Grant access" => "Разреши достъп", -"Error configuring Google Drive storage" => "Грешка при настройката на Dropbox дисковото пространство.", -"Personal" => "Личен", -"System" => "Системен", -"All users. Type to select user or group." => "Всички потребители. Пиши, за да избереш потребител или група.", -"(group)" => "(група)", -"Saved" => "Запазено", -"Note: " => "Бележка: ", -" and " => "и", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Note: PHP подръжката на cURL не е включена или инсталирана. Прикачването на %s не е възможно. Моля, поискай системния администратор да я инсталира.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Note: PHP подръжката на FTP не е включена или инсталирана. Прикачването на %s не е възможно. Моля, поискай системния администратор да я инсталира.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Note: \"%s\" не е инсталиран. Прикачването на %s не е възможно. Моля, поискай системния администратор да я инсталира.", -"You don't have any external storages" => "Нямаш никакви външни дискови пространства", -"Name" => "Име", -"Storage type" => "Тип дисково пространство", -"Scope" => "Обхват", -"External Storage" => "Външно Дисково Пространство", -"Folder name" => "Име на папката", -"Configuration" => "Настройки", -"Available for" => "Достъпно за", -"Add storage" => "Добави дисково пространство", -"Delete" => "Изтрий", -"Enable User External Storage" => "Разреши Потребителско Външно Дисково Пространство", -"Allow users to mount the following external storage" => "Разреши на потребителите да прикачват следното външно дисково пространство" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/bn_BD.js b/apps/files_external/l10n/bn_BD.js new file mode 100644 index 0000000000..1afb8c66ee --- /dev/null +++ b/apps/files_external/l10n/bn_BD.js @@ -0,0 +1,44 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "দয়া করে সঠিক এবং বৈধ Dropbox app key and secret প্রদান করুন।", + "Step 1 failed. Exception: %s" : "প্রথম ধাপ ব্যার্থ। ব্যতিক্রম: %s", + "External storage" : "বাহ্যিক সংরক্ষণাগার", + "Local" : "স্থানীয়", + "Location" : "অবস্থান", + "Amazon S3" : "আমাজন S3", + "Key" : "কী", + "Secret" : "গোপণীয়", + "Bucket" : "বালতি", + "Secret Key" : "গোপণ চাবি", + "Hostname" : "হোস্টনেম", + "Port" : "পোর্ট", + "Region" : "এলাকা", + "Enable SSL" : "SSL সক্রিয় কর", + "App key" : "অ্যাপ কি", + "App secret" : "অ্যাপ সিক্রেট", + "Host" : "হোস্ট", + "Username" : "ব্যবহারকারী", + "Password" : "কূটশব্দ", + "Root" : "শেকড়", + "Secure ftps://" : "ftps:// অর্জন কর", + "Client ID" : "ক্লায়েন্ট পরিচিতি", + "Share" : "ভাগাভাগি কর", + "URL" : "URL", + "Access granted" : "অধিগমনের অনুমতি প্রদান করা হলো", + "Error configuring Dropbox storage" : "Dropbox সংরক্ষণাগার নির্ধারণ করতে সমস্যা ", + "Grant access" : "অধিগমনের অনুমতি প্রদান কর", + "Error configuring Google Drive storage" : "Google Drive সংরক্ষণাগার নির্ধারণ করতে সমস্যা ", + "Personal" : "ব্যক্তিগত", + "(group)" : "(গোষ্ঠি)", + "Saved" : "সংরক্ষণ করা হলো", + "Note: " : "দ্রষ্টব্য: ", + " and " : "এবং", + "Name" : "রাম", + "External Storage" : "বাহ্যিক সংরক্ষণাগার", + "Folder name" : "ফোলডারের নাম", + "Configuration" : "কনফিগারেসন", + "Delete" : "মুছে", + "Enable User External Storage" : "ব্যবহারকারীর বাহ্যিক সংরক্ষণাগার সক্রিয় কর" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/bn_BD.json b/apps/files_external/l10n/bn_BD.json new file mode 100644 index 0000000000..975bf7cace --- /dev/null +++ b/apps/files_external/l10n/bn_BD.json @@ -0,0 +1,42 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "দয়া করে সঠিক এবং বৈধ Dropbox app key and secret প্রদান করুন।", + "Step 1 failed. Exception: %s" : "প্রথম ধাপ ব্যার্থ। ব্যতিক্রম: %s", + "External storage" : "বাহ্যিক সংরক্ষণাগার", + "Local" : "স্থানীয়", + "Location" : "অবস্থান", + "Amazon S3" : "আমাজন S3", + "Key" : "কী", + "Secret" : "গোপণীয়", + "Bucket" : "বালতি", + "Secret Key" : "গোপণ চাবি", + "Hostname" : "হোস্টনেম", + "Port" : "পোর্ট", + "Region" : "এলাকা", + "Enable SSL" : "SSL সক্রিয় কর", + "App key" : "অ্যাপ কি", + "App secret" : "অ্যাপ সিক্রেট", + "Host" : "হোস্ট", + "Username" : "ব্যবহারকারী", + "Password" : "কূটশব্দ", + "Root" : "শেকড়", + "Secure ftps://" : "ftps:// অর্জন কর", + "Client ID" : "ক্লায়েন্ট পরিচিতি", + "Share" : "ভাগাভাগি কর", + "URL" : "URL", + "Access granted" : "অধিগমনের অনুমতি প্রদান করা হলো", + "Error configuring Dropbox storage" : "Dropbox সংরক্ষণাগার নির্ধারণ করতে সমস্যা ", + "Grant access" : "অধিগমনের অনুমতি প্রদান কর", + "Error configuring Google Drive storage" : "Google Drive সংরক্ষণাগার নির্ধারণ করতে সমস্যা ", + "Personal" : "ব্যক্তিগত", + "(group)" : "(গোষ্ঠি)", + "Saved" : "সংরক্ষণ করা হলো", + "Note: " : "দ্রষ্টব্য: ", + " and " : "এবং", + "Name" : "রাম", + "External Storage" : "বাহ্যিক সংরক্ষণাগার", + "Folder name" : "ফোলডারের নাম", + "Configuration" : "কনফিগারেসন", + "Delete" : "মুছে", + "Enable User External Storage" : "ব্যবহারকারীর বাহ্যিক সংরক্ষণাগার সক্রিয় কর" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/bn_BD.php b/apps/files_external/l10n/bn_BD.php deleted file mode 100644 index 7e9a431275..0000000000 --- a/apps/files_external/l10n/bn_BD.php +++ /dev/null @@ -1,43 +0,0 @@ - "দয়া করে সঠিক এবং বৈধ Dropbox app key and secret প্রদান করুন।", -"Step 1 failed. Exception: %s" => "প্রথম ধাপ ব্যার্থ। ব্যতিক্রম: %s", -"External storage" => "বাহ্যিক সংরক্ষণাগার", -"Local" => "স্থানীয়", -"Location" => "অবস্থান", -"Amazon S3" => "আমাজন S3", -"Key" => "কী", -"Secret" => "গোপণীয়", -"Bucket" => "বালতি", -"Secret Key" => "গোপণ চাবি", -"Hostname" => "হোস্টনেম", -"Port" => "পোর্ট", -"Region" => "এলাকা", -"Enable SSL" => "SSL সক্রিয় কর", -"App key" => "অ্যাপ কি", -"App secret" => "অ্যাপ সিক্রেট", -"Host" => "হোস্ট", -"Username" => "ব্যবহারকারী", -"Password" => "কূটশব্দ", -"Root" => "শেকড়", -"Secure ftps://" => "ftps:// অর্জন কর", -"Client ID" => "ক্লায়েন্ট পরিচিতি", -"Share" => "ভাগাভাগি কর", -"URL" => "URL", -"Access granted" => "অধিগমনের অনুমতি প্রদান করা হলো", -"Error configuring Dropbox storage" => "Dropbox সংরক্ষণাগার নির্ধারণ করতে সমস্যা ", -"Grant access" => "অধিগমনের অনুমতি প্রদান কর", -"Error configuring Google Drive storage" => "Google Drive সংরক্ষণাগার নির্ধারণ করতে সমস্যা ", -"Personal" => "ব্যক্তিগত", -"(group)" => "(গোষ্ঠি)", -"Saved" => "সংরক্ষণ করা হলো", -"Note: " => "দ্রষ্টব্য: ", -" and " => "এবং", -"Name" => "রাম", -"External Storage" => "বাহ্যিক সংরক্ষণাগার", -"Folder name" => "ফোলডারের নাম", -"Configuration" => "কনফিগারেসন", -"Delete" => "মুছে", -"Enable User External Storage" => "ব্যবহারকারীর বাহ্যিক সংরক্ষণাগার সক্রিয় কর" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/bn_IN.js b/apps/files_external/l10n/bn_IN.js new file mode 100644 index 0000000000..cd66c82ab8 --- /dev/null +++ b/apps/files_external/l10n/bn_IN.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "files_external", + { + "Host" : "হোস্ট", + "Username" : "ইউজারনেম", + "Share" : "শেয়ার", + "URL" : "URL", + "Saved" : "সংরক্ষিত", + "Name" : "নাম", + "Folder name" : "ফোল্ডারের নাম", + "Delete" : "মুছে ফেলা" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/bn_IN.json b/apps/files_external/l10n/bn_IN.json new file mode 100644 index 0000000000..ca30788dbc --- /dev/null +++ b/apps/files_external/l10n/bn_IN.json @@ -0,0 +1,11 @@ +{ "translations": { + "Host" : "হোস্ট", + "Username" : "ইউজারনেম", + "Share" : "শেয়ার", + "URL" : "URL", + "Saved" : "সংরক্ষিত", + "Name" : "নাম", + "Folder name" : "ফোল্ডারের নাম", + "Delete" : "মুছে ফেলা" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/bn_IN.php b/apps/files_external/l10n/bn_IN.php deleted file mode 100644 index 581496cc3f..0000000000 --- a/apps/files_external/l10n/bn_IN.php +++ /dev/null @@ -1,12 +0,0 @@ - "হোস্ট", -"Username" => "ইউজারনেম", -"Share" => "শেয়ার", -"URL" => "URL", -"Saved" => "সংরক্ষিত", -"Name" => "নাম", -"Folder name" => "ফোল্ডারের নাম", -"Delete" => "মুছে ফেলা" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/bs.js b/apps/files_external/l10n/bs.js new file mode 100644 index 0000000000..349554cd2d --- /dev/null +++ b/apps/files_external/l10n/bs.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_external", + { + "Share" : "Podijeli", + "Name" : "Ime" +}, +"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/apps/files_external/l10n/bs.json b/apps/files_external/l10n/bs.json new file mode 100644 index 0000000000..123aaea647 --- /dev/null +++ b/apps/files_external/l10n/bs.json @@ -0,0 +1,5 @@ +{ "translations": { + "Share" : "Podijeli", + "Name" : "Ime" +},"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/apps/files_external/l10n/bs.php b/apps/files_external/l10n/bs.php deleted file mode 100644 index 917ad1b49e..0000000000 --- a/apps/files_external/l10n/bs.php +++ /dev/null @@ -1,6 +0,0 @@ - "Podijeli", -"Name" => "Ime" -); -$PLURAL_FORMS = "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/apps/files_external/l10n/ca.js b/apps/files_external/l10n/ca.js new file mode 100644 index 0000000000..4663654f63 --- /dev/null +++ b/apps/files_external/l10n/ca.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.", + "Please provide a valid Dropbox app key and secret." : "Proporcioneu una clau d'aplicació i secret vàlids per a Dropbox", + "Step 1 failed. Exception: %s" : "El pas 1 ha fallat. Excepció: %s", + "Step 2 failed. Exception: %s" : "El pas 2 ha fallat. Excepció: %s", + "External storage" : "Emmagatzemament extern", + "Local" : "Local", + "Location" : "Ubicació", + "Amazon S3" : "Amazon S3", + "Key" : "Clau", + "Secret" : "Secret", + "Bucket" : "Cub", + "Amazon S3 and compliant" : "Amazon S3 i similars", + "Access Key" : "Clau d'accés", + "Secret Key" : "Clau secreta", + "Hostname" : "Nom del servidor", + "Port" : "Port", + "Region" : "Comarca", + "Enable SSL" : "Habilita SSL", + "Enable Path Style" : "Permet l'estil del camí", + "App key" : "Clau de l'aplicació", + "App secret" : "Secret de l'aplicació", + "Host" : "Equip remot", + "Username" : "Nom d'usuari", + "Password" : "Contrasenya", + "Root" : "Arrel", + "Secure ftps://" : "Protocol segur ftps://", + "Client ID" : "Client ID", + "Client secret" : "Secret del client", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Regió (opcional per OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Clau API (requerit per fitxers al núvol Rackspace)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (requerit per OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Contrasenya (requerit per OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nom del servei (requerit per OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL del punt identificador final (requerit per OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Temps d'expera màxim de les peticions HTTP en segons", + "Share" : "Comparteix", + "SMB / CIFS using OC login" : "SMB / CIFS usant acreditació OC", + "Username as share" : "Nom d'usuari per compartir", + "URL" : "URL", + "Secure https://" : "Protocol segur https://", + "Remote subfolder" : "Subcarpeta remota", + "Access granted" : "S'ha concedit l'accés", + "Error configuring Dropbox storage" : "Error en configurar l'emmagatzemament Dropbox", + "Grant access" : "Concedeix accés", + "Error configuring Google Drive storage" : "Error en configurar l'emmagatzemament Google Drive", + "Personal" : "Personal", + "System" : "Sistema", + "All users. Type to select user or group." : "Tots els usuaris. Escriu per seleccionar un usuari o grup.", + "(group)" : "(grup)", + "Saved" : "Desat", + "Note: " : "Nota: ", + " and " : "i", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El suport cURL no està activat o instal·lat a PHP. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El suport FTP per PHP no està activat o no està instal·lat. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: %s no està instal·lat. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.", + "You don't have any external storages" : "No teniu emmagatzaments externs", + "Name" : "Nom", + "Storage type" : "Tipus d'emmagatzemament", + "Scope" : "Abast", + "External Storage" : "Emmagatzemament extern", + "Folder name" : "Nom de la carpeta", + "Configuration" : "Configuració", + "Available for" : "Disponible per", + "Add storage" : "Afegeix emmagatzemament", + "Delete" : "Esborra", + "Enable User External Storage" : "Habilita l'emmagatzemament extern d'usuari", + "Allow users to mount the following external storage" : "Permet als usuaris muntar els dispositius externs següents" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/ca.json b/apps/files_external/l10n/ca.json new file mode 100644 index 0000000000..6bd1dcca39 --- /dev/null +++ b/apps/files_external/l10n/ca.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.", + "Please provide a valid Dropbox app key and secret." : "Proporcioneu una clau d'aplicació i secret vàlids per a Dropbox", + "Step 1 failed. Exception: %s" : "El pas 1 ha fallat. Excepció: %s", + "Step 2 failed. Exception: %s" : "El pas 2 ha fallat. Excepció: %s", + "External storage" : "Emmagatzemament extern", + "Local" : "Local", + "Location" : "Ubicació", + "Amazon S3" : "Amazon S3", + "Key" : "Clau", + "Secret" : "Secret", + "Bucket" : "Cub", + "Amazon S3 and compliant" : "Amazon S3 i similars", + "Access Key" : "Clau d'accés", + "Secret Key" : "Clau secreta", + "Hostname" : "Nom del servidor", + "Port" : "Port", + "Region" : "Comarca", + "Enable SSL" : "Habilita SSL", + "Enable Path Style" : "Permet l'estil del camí", + "App key" : "Clau de l'aplicació", + "App secret" : "Secret de l'aplicació", + "Host" : "Equip remot", + "Username" : "Nom d'usuari", + "Password" : "Contrasenya", + "Root" : "Arrel", + "Secure ftps://" : "Protocol segur ftps://", + "Client ID" : "Client ID", + "Client secret" : "Secret del client", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Regió (opcional per OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Clau API (requerit per fitxers al núvol Rackspace)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (requerit per OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Contrasenya (requerit per OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nom del servei (requerit per OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL del punt identificador final (requerit per OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Temps d'expera màxim de les peticions HTTP en segons", + "Share" : "Comparteix", + "SMB / CIFS using OC login" : "SMB / CIFS usant acreditació OC", + "Username as share" : "Nom d'usuari per compartir", + "URL" : "URL", + "Secure https://" : "Protocol segur https://", + "Remote subfolder" : "Subcarpeta remota", + "Access granted" : "S'ha concedit l'accés", + "Error configuring Dropbox storage" : "Error en configurar l'emmagatzemament Dropbox", + "Grant access" : "Concedeix accés", + "Error configuring Google Drive storage" : "Error en configurar l'emmagatzemament Google Drive", + "Personal" : "Personal", + "System" : "Sistema", + "All users. Type to select user or group." : "Tots els usuaris. Escriu per seleccionar un usuari o grup.", + "(group)" : "(grup)", + "Saved" : "Desat", + "Note: " : "Nota: ", + " and " : "i", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El suport cURL no està activat o instal·lat a PHP. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El suport FTP per PHP no està activat o no està instal·lat. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: %s no està instal·lat. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.", + "You don't have any external storages" : "No teniu emmagatzaments externs", + "Name" : "Nom", + "Storage type" : "Tipus d'emmagatzemament", + "Scope" : "Abast", + "External Storage" : "Emmagatzemament extern", + "Folder name" : "Nom de la carpeta", + "Configuration" : "Configuració", + "Available for" : "Disponible per", + "Add storage" : "Afegeix emmagatzemament", + "Delete" : "Esborra", + "Enable User External Storage" : "Habilita l'emmagatzemament extern d'usuari", + "Allow users to mount the following external storage" : "Permet als usuaris muntar els dispositius externs següents" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ca.php b/apps/files_external/l10n/ca.php deleted file mode 100644 index 13e6616d2c..0000000000 --- a/apps/files_external/l10n/ca.php +++ /dev/null @@ -1,73 +0,0 @@ - "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.", -"Please provide a valid Dropbox app key and secret." => "Proporcioneu una clau d'aplicació i secret vàlids per a Dropbox", -"Step 1 failed. Exception: %s" => "El pas 1 ha fallat. Excepció: %s", -"Step 2 failed. Exception: %s" => "El pas 2 ha fallat. Excepció: %s", -"External storage" => "Emmagatzemament extern", -"Local" => "Local", -"Location" => "Ubicació", -"Amazon S3" => "Amazon S3", -"Key" => "Clau", -"Secret" => "Secret", -"Bucket" => "Cub", -"Amazon S3 and compliant" => "Amazon S3 i similars", -"Access Key" => "Clau d'accés", -"Secret Key" => "Clau secreta", -"Hostname" => "Nom del servidor", -"Port" => "Port", -"Region" => "Comarca", -"Enable SSL" => "Habilita SSL", -"Enable Path Style" => "Permet l'estil del camí", -"App key" => "Clau de l'aplicació", -"App secret" => "Secret de l'aplicació", -"Host" => "Equip remot", -"Username" => "Nom d'usuari", -"Password" => "Contrasenya", -"Root" => "Arrel", -"Secure ftps://" => "Protocol segur ftps://", -"Client ID" => "Client ID", -"Client secret" => "Secret del client", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Regió (opcional per OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "Clau API (requerit per fitxers al núvol Rackspace)", -"Tenantname (required for OpenStack Object Storage)" => "Tenantname (requerit per OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Contrasenya (requerit per OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Nom del servei (requerit per OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL del punt identificador final (requerit per OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Temps d'expera màxim de les peticions HTTP en segons", -"Share" => "Comparteix", -"SMB / CIFS using OC login" => "SMB / CIFS usant acreditació OC", -"Username as share" => "Nom d'usuari per compartir", -"URL" => "URL", -"Secure https://" => "Protocol segur https://", -"Remote subfolder" => "Subcarpeta remota", -"Access granted" => "S'ha concedit l'accés", -"Error configuring Dropbox storage" => "Error en configurar l'emmagatzemament Dropbox", -"Grant access" => "Concedeix accés", -"Error configuring Google Drive storage" => "Error en configurar l'emmagatzemament Google Drive", -"Personal" => "Personal", -"System" => "Sistema", -"All users. Type to select user or group." => "Tots els usuaris. Escriu per seleccionar un usuari o grup.", -"(group)" => "(grup)", -"Saved" => "Desat", -"Note: " => "Nota: ", -" and " => "i", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: El suport cURL no està activat o instal·lat a PHP. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: El suport FTP per PHP no està activat o no està instal·lat. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: %s no està instal·lat. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.", -"You don't have any external storages" => "No teniu emmagatzaments externs", -"Name" => "Nom", -"Storage type" => "Tipus d'emmagatzemament", -"Scope" => "Abast", -"External Storage" => "Emmagatzemament extern", -"Folder name" => "Nom de la carpeta", -"Configuration" => "Configuració", -"Available for" => "Disponible per", -"Add storage" => "Afegeix emmagatzemament", -"Delete" => "Esborra", -"Enable User External Storage" => "Habilita l'emmagatzemament extern d'usuari", -"Allow users to mount the following external storage" => "Permet als usuaris muntar els dispositius externs següents" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/cs_CZ.js b/apps/files_external/l10n/cs_CZ.js new file mode 100644 index 0000000000..29af393cf0 --- /dev/null +++ b/apps/files_external/l10n/cs_CZ.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Získání přístupových tokenů selhalo. Ověřte že klíč aplikace Dropbox a tajné heslo jsou správné.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Získání přístupových tokenů selhalo. Ověřte že klíč aplikace Dropbox a tajné heslo jsou správné.", + "Please provide a valid Dropbox app key and secret." : "Zadejte, prosím, platný klíč a bezpečnostní frázi aplikace Dropbox.", + "Step 1 failed. Exception: %s" : "Selhal krok 1. Výjimka: %s", + "Step 2 failed. Exception: %s" : "Selhal krok 2. Výjimka: %s", + "External storage" : "Externí úložiště", + "Local" : "Místní", + "Location" : "Umístění", + "Amazon S3" : "Amazon S3", + "Key" : "Klíč", + "Secret" : "Tajemství", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 a kompatibilní", + "Access Key" : "Přístupový klíč", + "Secret Key" : "Tajný klíč", + "Hostname" : "Hostname", + "Port" : "Port", + "Region" : "Kraj", + "Enable SSL" : "Povolit SSL", + "Enable Path Style" : "Povolit Path Style", + "App key" : "Klíč aplikace", + "App secret" : "Tajemství aplikace", + "Host" : "Počítač", + "Username" : "Uživatelské jméno", + "Password" : "Heslo", + "Root" : "Kořen", + "Secure ftps://" : "Zabezpečené ftps://", + "Client ID" : "Klientské ID", + "Client secret" : "Klientské tajemství", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Region (nepovinný pro OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API klíč (vyžadován pro Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Jméno nájemce (vyžadováno pro OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Heslo (vyžadováno pro OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Název služby (vyžadováno pro OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL identity koncového bodu (vyžadováno pro OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Časový limit HTTP požadavků v sekundách", + "Share" : "Sdílet", + "SMB / CIFS using OC login" : "SMB / CIFS za použití přihlašovacího jména OC", + "Username as share" : "Uživatelské jméno jako sdílený adresář", + "URL" : "URL", + "Secure https://" : "Zabezpečené https://", + "Remote subfolder" : "Vzdálený podadresář", + "Access granted" : "Přístup povolen", + "Error configuring Dropbox storage" : "Chyba při nastavení úložiště Dropbox", + "Grant access" : "Povolit přístup", + "Error configuring Google Drive storage" : "Chyba při nastavení úložiště Google Drive", + "Personal" : "Osobní", + "System" : "Systém", + "All users. Type to select user or group." : "Všichni uživatelé. Začněte psát pro výběr uživatelů a skupin.", + "(group)" : "(skupina)", + "Saved" : "Uloženo", + "Note: " : "Poznámka:", + " and " : "a", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: cURL podpora v PHP není povolena nebo nainstalována. Není možné připojení %s. Prosím požádejte svého správce systému ať ji nainstaluje.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: FTP podpora v PHP není povolena nebo nainstalována. Není možné připojení %s. Prosím požádejte svého správce systému ať ji nainstaluje.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: \"%s\" není instalováno. Není možné připojení %s. Prosím požádejte svého správce systému o instalaci.", + "You don't have any external storages" : "Nemáte žádná externí úložiště", + "Name" : "Název", + "Storage type" : "Typ úložiště", + "Scope" : "Rozsah", + "External Storage" : "Externí úložiště", + "Folder name" : "Název složky", + "Configuration" : "Nastavení", + "Available for" : "Dostupné pro", + "Add storage" : "Přidat úložiště", + "Delete" : "Smazat", + "Enable User External Storage" : "Zapnout externí uživatelské úložiště", + "Allow users to mount the following external storage" : "Povolit uživatelů připojit následující externí úložiště" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_external/l10n/cs_CZ.json b/apps/files_external/l10n/cs_CZ.json new file mode 100644 index 0000000000..f8acc7d469 --- /dev/null +++ b/apps/files_external/l10n/cs_CZ.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Získání přístupových tokenů selhalo. Ověřte že klíč aplikace Dropbox a tajné heslo jsou správné.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Získání přístupových tokenů selhalo. Ověřte že klíč aplikace Dropbox a tajné heslo jsou správné.", + "Please provide a valid Dropbox app key and secret." : "Zadejte, prosím, platný klíč a bezpečnostní frázi aplikace Dropbox.", + "Step 1 failed. Exception: %s" : "Selhal krok 1. Výjimka: %s", + "Step 2 failed. Exception: %s" : "Selhal krok 2. Výjimka: %s", + "External storage" : "Externí úložiště", + "Local" : "Místní", + "Location" : "Umístění", + "Amazon S3" : "Amazon S3", + "Key" : "Klíč", + "Secret" : "Tajemství", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 a kompatibilní", + "Access Key" : "Přístupový klíč", + "Secret Key" : "Tajný klíč", + "Hostname" : "Hostname", + "Port" : "Port", + "Region" : "Kraj", + "Enable SSL" : "Povolit SSL", + "Enable Path Style" : "Povolit Path Style", + "App key" : "Klíč aplikace", + "App secret" : "Tajemství aplikace", + "Host" : "Počítač", + "Username" : "Uživatelské jméno", + "Password" : "Heslo", + "Root" : "Kořen", + "Secure ftps://" : "Zabezpečené ftps://", + "Client ID" : "Klientské ID", + "Client secret" : "Klientské tajemství", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Region (nepovinný pro OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API klíč (vyžadován pro Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Jméno nájemce (vyžadováno pro OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Heslo (vyžadováno pro OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Název služby (vyžadováno pro OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL identity koncového bodu (vyžadováno pro OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Časový limit HTTP požadavků v sekundách", + "Share" : "Sdílet", + "SMB / CIFS using OC login" : "SMB / CIFS za použití přihlašovacího jména OC", + "Username as share" : "Uživatelské jméno jako sdílený adresář", + "URL" : "URL", + "Secure https://" : "Zabezpečené https://", + "Remote subfolder" : "Vzdálený podadresář", + "Access granted" : "Přístup povolen", + "Error configuring Dropbox storage" : "Chyba při nastavení úložiště Dropbox", + "Grant access" : "Povolit přístup", + "Error configuring Google Drive storage" : "Chyba při nastavení úložiště Google Drive", + "Personal" : "Osobní", + "System" : "Systém", + "All users. Type to select user or group." : "Všichni uživatelé. Začněte psát pro výběr uživatelů a skupin.", + "(group)" : "(skupina)", + "Saved" : "Uloženo", + "Note: " : "Poznámka:", + " and " : "a", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: cURL podpora v PHP není povolena nebo nainstalována. Není možné připojení %s. Prosím požádejte svého správce systému ať ji nainstaluje.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: FTP podpora v PHP není povolena nebo nainstalována. Není možné připojení %s. Prosím požádejte svého správce systému ať ji nainstaluje.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: \"%s\" není instalováno. Není možné připojení %s. Prosím požádejte svého správce systému o instalaci.", + "You don't have any external storages" : "Nemáte žádná externí úložiště", + "Name" : "Název", + "Storage type" : "Typ úložiště", + "Scope" : "Rozsah", + "External Storage" : "Externí úložiště", + "Folder name" : "Název složky", + "Configuration" : "Nastavení", + "Available for" : "Dostupné pro", + "Add storage" : "Přidat úložiště", + "Delete" : "Smazat", + "Enable User External Storage" : "Zapnout externí uživatelské úložiště", + "Allow users to mount the following external storage" : "Povolit uživatelů připojit následující externí úložiště" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/cs_CZ.php b/apps/files_external/l10n/cs_CZ.php deleted file mode 100644 index 99a4e73198..0000000000 --- a/apps/files_external/l10n/cs_CZ.php +++ /dev/null @@ -1,73 +0,0 @@ - "Získání přístupových tokenů selhalo. Ověřte že klíč aplikace Dropbox a tajné heslo jsou správné.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Získání přístupových tokenů selhalo. Ověřte že klíč aplikace Dropbox a tajné heslo jsou správné.", -"Please provide a valid Dropbox app key and secret." => "Zadejte, prosím, platný klíč a bezpečnostní frázi aplikace Dropbox.", -"Step 1 failed. Exception: %s" => "Selhal krok 1. Výjimka: %s", -"Step 2 failed. Exception: %s" => "Selhal krok 2. Výjimka: %s", -"External storage" => "Externí úložiště", -"Local" => "Místní", -"Location" => "Umístění", -"Amazon S3" => "Amazon S3", -"Key" => "Klíč", -"Secret" => "Tajemství", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 a kompatibilní", -"Access Key" => "Přístupový klíč", -"Secret Key" => "Tajný klíč", -"Hostname" => "Hostname", -"Port" => "Port", -"Region" => "Kraj", -"Enable SSL" => "Povolit SSL", -"Enable Path Style" => "Povolit Path Style", -"App key" => "Klíč aplikace", -"App secret" => "Tajemství aplikace", -"Host" => "Počítač", -"Username" => "Uživatelské jméno", -"Password" => "Heslo", -"Root" => "Kořen", -"Secure ftps://" => "Zabezpečené ftps://", -"Client ID" => "Klientské ID", -"Client secret" => "Klientské tajemství", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Region (nepovinný pro OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "API klíč (vyžadován pro Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Jméno nájemce (vyžadováno pro OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Heslo (vyžadováno pro OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Název služby (vyžadováno pro OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL identity koncového bodu (vyžadováno pro OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Časový limit HTTP požadavků v sekundách", -"Share" => "Sdílet", -"SMB / CIFS using OC login" => "SMB / CIFS za použití přihlašovacího jména OC", -"Username as share" => "Uživatelské jméno jako sdílený adresář", -"URL" => "URL", -"Secure https://" => "Zabezpečené https://", -"Remote subfolder" => "Vzdálený podadresář", -"Access granted" => "Přístup povolen", -"Error configuring Dropbox storage" => "Chyba při nastavení úložiště Dropbox", -"Grant access" => "Povolit přístup", -"Error configuring Google Drive storage" => "Chyba při nastavení úložiště Google Drive", -"Personal" => "Osobní", -"System" => "Systém", -"All users. Type to select user or group." => "Všichni uživatelé. Začněte psát pro výběr uživatelů a skupin.", -"(group)" => "(skupina)", -"Saved" => "Uloženo", -"Note: " => "Poznámka:", -" and " => "a", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Poznámka: cURL podpora v PHP není povolena nebo nainstalována. Není možné připojení %s. Prosím požádejte svého správce systému ať ji nainstaluje.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Poznámka: FTP podpora v PHP není povolena nebo nainstalována. Není možné připojení %s. Prosím požádejte svého správce systému ať ji nainstaluje.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Poznámka: \"%s\" není instalováno. Není možné připojení %s. Prosím požádejte svého správce systému o instalaci.", -"You don't have any external storages" => "Nemáte žádná externí úložiště", -"Name" => "Název", -"Storage type" => "Typ úložiště", -"Scope" => "Rozsah", -"External Storage" => "Externí úložiště", -"Folder name" => "Název složky", -"Configuration" => "Nastavení", -"Available for" => "Dostupné pro", -"Add storage" => "Přidat úložiště", -"Delete" => "Smazat", -"Enable User External Storage" => "Zapnout externí uživatelské úložiště", -"Allow users to mount the following external storage" => "Povolit uživatelů připojit následující externí úložiště" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_external/l10n/cy_GB.js b/apps/files_external/l10n/cy_GB.js new file mode 100644 index 0000000000..4cd0a336e9 --- /dev/null +++ b/apps/files_external/l10n/cy_GB.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Lleoliad", + "Username" : "Enw defnyddiwr", + "Password" : "Cyfrinair", + "Share" : "Rhannu", + "URL" : "URL", + "Personal" : "Personol", + "Name" : "Enw", + "Delete" : "Dileu" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/files_external/l10n/cy_GB.json b/apps/files_external/l10n/cy_GB.json new file mode 100644 index 0000000000..257039de58 --- /dev/null +++ b/apps/files_external/l10n/cy_GB.json @@ -0,0 +1,11 @@ +{ "translations": { + "Location" : "Lleoliad", + "Username" : "Enw defnyddiwr", + "Password" : "Cyfrinair", + "Share" : "Rhannu", + "URL" : "URL", + "Personal" : "Personol", + "Name" : "Enw", + "Delete" : "Dileu" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/cy_GB.php b/apps/files_external/l10n/cy_GB.php deleted file mode 100644 index 26420c555c..0000000000 --- a/apps/files_external/l10n/cy_GB.php +++ /dev/null @@ -1,12 +0,0 @@ - "Lleoliad", -"Username" => "Enw defnyddiwr", -"Password" => "Cyfrinair", -"Share" => "Rhannu", -"URL" => "URL", -"Personal" => "Personol", -"Name" => "Enw", -"Delete" => "Dileu" -); -$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/apps/files_external/l10n/da.js b/apps/files_external/l10n/da.js new file mode 100644 index 0000000000..5420917e2a --- /dev/null +++ b/apps/files_external/l10n/da.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Indhentning af symboludtryk for forespørgsler mislykkedes. Verificér at din Dropbox app-nøgle og -hemmelighed er korrekte.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Indhentning af symboludtryk for adgang mislykkedes. Verificér at din Dropbox app-nøgle og -hemmelighed er korrekte.", + "Please provide a valid Dropbox app key and secret." : "Angiv venligst en gyldig Dropbox app-nøgle og hemmelighed", + "Step 1 failed. Exception: %s" : "Trin 1 mislykkedes. Undtagelse: %s", + "Step 2 failed. Exception: %s" : "Trin 2 mislykkedes. Undtagelse: %s", + "External storage" : "Eksternt lager", + "Local" : "Lokal", + "Location" : "Placering", + "Amazon S3" : "Amazon S3", + "Key" : "Nøgle", + "Secret" : "Hemmelighed", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 og kompatible", + "Access Key" : "Adgangsnøgle", + "Secret Key" : "Hemmelig nøgle ", + "Hostname" : "Værtsnavn", + "Port" : "Port", + "Region" : "Region", + "Enable SSL" : "Aktivér SSL", + "Enable Path Style" : "Aktivér stil for sti", + "App key" : "App-nøgle", + "App secret" : "App-hemmelighed", + "Host" : "Vært", + "Username" : "Brugernavn", + "Password" : "Kodeord", + "Root" : "Root", + "Secure ftps://" : "Sikker ftps://", + "Client ID" : "Klient-ID", + "Client secret" : "Klient hemmelighed", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Region (valgfri for OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API-nøgle (påkrævet for Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Lejers navn (påkrævet for OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Adgangskode (påkrævet for OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Service Navn (påkrævet for OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL på slutpunkt for identitet (påkrævet for OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Tidsudløb for HTTP-forespørgsler i sekunder", + "Share" : "Del", + "SMB / CIFS using OC login" : "SMB / CIFS med OC-login", + "Username as share" : "Brugernavn som deling", + "URL" : "URL", + "Secure https://" : "Sikker https://", + "Remote subfolder" : "Fjernundermappe", + "Access granted" : "Adgang godkendt", + "Error configuring Dropbox storage" : "Fejl ved konfiguration af Dropbox plads", + "Grant access" : "Godkend adgang", + "Error configuring Google Drive storage" : "Fejl ved konfiguration af Google Drive-plads", + "Personal" : "Personligt", + "System" : "System", + "All users. Type to select user or group." : "Alle brugere. Indtast for at vælge bruger eller gruppe.", + "(group)" : "(gruppe)", + "Saved" : "Gemt", + "Note: " : "Note: ", + " and " : "og", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Bemærk: cURL-understøttelsen i PHP er enten ikke aktiveret eller installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Bemærk: FTP understøttelsen i PHP er enten ikke aktiveret eller installeret. Montering af %s er ikke muligt. Anmod din systemadministrator om at installere det.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Bemærk: \"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", + "You don't have any external storages" : "Du har ingen eksterne lagre", + "Name" : "Navn", + "Storage type" : "Lagertype", + "Scope" : "Anvendelsesområde", + "External Storage" : "Ekstern opbevaring", + "Folder name" : "Mappenavn", + "Configuration" : "Opsætning", + "Available for" : "Tilgængelig for", + "Add storage" : "Tilføj lager", + "Delete" : "Slet", + "Enable User External Storage" : "Aktivér ekstern opbevaring for brugere", + "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/da.json b/apps/files_external/l10n/da.json new file mode 100644 index 0000000000..d5c468a5d8 --- /dev/null +++ b/apps/files_external/l10n/da.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Indhentning af symboludtryk for forespørgsler mislykkedes. Verificér at din Dropbox app-nøgle og -hemmelighed er korrekte.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Indhentning af symboludtryk for adgang mislykkedes. Verificér at din Dropbox app-nøgle og -hemmelighed er korrekte.", + "Please provide a valid Dropbox app key and secret." : "Angiv venligst en gyldig Dropbox app-nøgle og hemmelighed", + "Step 1 failed. Exception: %s" : "Trin 1 mislykkedes. Undtagelse: %s", + "Step 2 failed. Exception: %s" : "Trin 2 mislykkedes. Undtagelse: %s", + "External storage" : "Eksternt lager", + "Local" : "Lokal", + "Location" : "Placering", + "Amazon S3" : "Amazon S3", + "Key" : "Nøgle", + "Secret" : "Hemmelighed", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 og kompatible", + "Access Key" : "Adgangsnøgle", + "Secret Key" : "Hemmelig nøgle ", + "Hostname" : "Værtsnavn", + "Port" : "Port", + "Region" : "Region", + "Enable SSL" : "Aktivér SSL", + "Enable Path Style" : "Aktivér stil for sti", + "App key" : "App-nøgle", + "App secret" : "App-hemmelighed", + "Host" : "Vært", + "Username" : "Brugernavn", + "Password" : "Kodeord", + "Root" : "Root", + "Secure ftps://" : "Sikker ftps://", + "Client ID" : "Klient-ID", + "Client secret" : "Klient hemmelighed", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Region (valgfri for OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API-nøgle (påkrævet for Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Lejers navn (påkrævet for OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Adgangskode (påkrævet for OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Service Navn (påkrævet for OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL på slutpunkt for identitet (påkrævet for OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Tidsudløb for HTTP-forespørgsler i sekunder", + "Share" : "Del", + "SMB / CIFS using OC login" : "SMB / CIFS med OC-login", + "Username as share" : "Brugernavn som deling", + "URL" : "URL", + "Secure https://" : "Sikker https://", + "Remote subfolder" : "Fjernundermappe", + "Access granted" : "Adgang godkendt", + "Error configuring Dropbox storage" : "Fejl ved konfiguration af Dropbox plads", + "Grant access" : "Godkend adgang", + "Error configuring Google Drive storage" : "Fejl ved konfiguration af Google Drive-plads", + "Personal" : "Personligt", + "System" : "System", + "All users. Type to select user or group." : "Alle brugere. Indtast for at vælge bruger eller gruppe.", + "(group)" : "(gruppe)", + "Saved" : "Gemt", + "Note: " : "Note: ", + " and " : "og", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Bemærk: cURL-understøttelsen i PHP er enten ikke aktiveret eller installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Bemærk: FTP understøttelsen i PHP er enten ikke aktiveret eller installeret. Montering af %s er ikke muligt. Anmod din systemadministrator om at installere det.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Bemærk: \"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", + "You don't have any external storages" : "Du har ingen eksterne lagre", + "Name" : "Navn", + "Storage type" : "Lagertype", + "Scope" : "Anvendelsesområde", + "External Storage" : "Ekstern opbevaring", + "Folder name" : "Mappenavn", + "Configuration" : "Opsætning", + "Available for" : "Tilgængelig for", + "Add storage" : "Tilføj lager", + "Delete" : "Slet", + "Enable User External Storage" : "Aktivér ekstern opbevaring for brugere", + "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/da.php b/apps/files_external/l10n/da.php deleted file mode 100644 index 717f077b5e..0000000000 --- a/apps/files_external/l10n/da.php +++ /dev/null @@ -1,73 +0,0 @@ - "Indhentning af symboludtryk for forespørgsler mislykkedes. Verificér at din Dropbox app-nøgle og -hemmelighed er korrekte.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Indhentning af symboludtryk for adgang mislykkedes. Verificér at din Dropbox app-nøgle og -hemmelighed er korrekte.", -"Please provide a valid Dropbox app key and secret." => "Angiv venligst en gyldig Dropbox app-nøgle og hemmelighed", -"Step 1 failed. Exception: %s" => "Trin 1 mislykkedes. Undtagelse: %s", -"Step 2 failed. Exception: %s" => "Trin 2 mislykkedes. Undtagelse: %s", -"External storage" => "Eksternt lager", -"Local" => "Lokal", -"Location" => "Placering", -"Amazon S3" => "Amazon S3", -"Key" => "Nøgle", -"Secret" => "Hemmelighed", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 og kompatible", -"Access Key" => "Adgangsnøgle", -"Secret Key" => "Hemmelig nøgle ", -"Hostname" => "Værtsnavn", -"Port" => "Port", -"Region" => "Region", -"Enable SSL" => "Aktivér SSL", -"Enable Path Style" => "Aktivér stil for sti", -"App key" => "App-nøgle", -"App secret" => "App-hemmelighed", -"Host" => "Vært", -"Username" => "Brugernavn", -"Password" => "Kodeord", -"Root" => "Root", -"Secure ftps://" => "Sikker ftps://", -"Client ID" => "Klient-ID", -"Client secret" => "Klient hemmelighed", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Region (valgfri for OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "API-nøgle (påkrævet for Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Lejers navn (påkrævet for OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Adgangskode (påkrævet for OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Service Navn (påkrævet for OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL på slutpunkt for identitet (påkrævet for OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Tidsudløb for HTTP-forespørgsler i sekunder", -"Share" => "Del", -"SMB / CIFS using OC login" => "SMB / CIFS med OC-login", -"Username as share" => "Brugernavn som deling", -"URL" => "URL", -"Secure https://" => "Sikker https://", -"Remote subfolder" => "Fjernundermappe", -"Access granted" => "Adgang godkendt", -"Error configuring Dropbox storage" => "Fejl ved konfiguration af Dropbox plads", -"Grant access" => "Godkend adgang", -"Error configuring Google Drive storage" => "Fejl ved konfiguration af Google Drive-plads", -"Personal" => "Personligt", -"System" => "System", -"All users. Type to select user or group." => "Alle brugere. Indtast for at vælge bruger eller gruppe.", -"(group)" => "(gruppe)", -"Saved" => "Gemt", -"Note: " => "Note: ", -" and " => "og", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Bemærk: cURL-understøttelsen i PHP er enten ikke aktiveret eller installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Bemærk: FTP understøttelsen i PHP er enten ikke aktiveret eller installeret. Montering af %s er ikke muligt. Anmod din systemadministrator om at installere det.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Bemærk: \"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", -"You don't have any external storages" => "Du har ingen eksterne lagre", -"Name" => "Navn", -"Storage type" => "Lagertype", -"Scope" => "Anvendelsesområde", -"External Storage" => "Ekstern opbevaring", -"Folder name" => "Mappenavn", -"Configuration" => "Opsætning", -"Available for" => "Tilgængelig for", -"Add storage" => "Tilføj lager", -"Delete" => "Slet", -"Enable User External Storage" => "Aktivér ekstern opbevaring for brugere", -"Allow users to mount the following external storage" => "Tillad brugere at montere følgende som eksternt lager" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/de.js b/apps/files_external/l10n/de.js new file mode 100644 index 0000000000..d67bda49b4 --- /dev/null +++ b/apps/files_external/l10n/de.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Anfrage-Token holen fehlgeschlagen. Stelle bitte sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Zugriff-Token holen fehlgeschlagen. Stelle bitte sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", + "Please provide a valid Dropbox app key and secret." : "Bitte trage einen gültigen Dropbox-App-Key mit Secret ein.", + "Step 1 failed. Exception: %s" : "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", + "Step 2 failed. Exception: %s" : "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", + "External storage" : "Externer Speicher", + "Local" : "Lokal", + "Location" : "Ort", + "Amazon S3" : "Amazon S3", + "Key" : "Schlüssel", + "Secret" : "Geheime Zeichenkette", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 und kompatible", + "Access Key" : "Zugriffsschlüssel", + "Secret Key" : "Sicherheitssschlüssel", + "Hostname" : "Host-Name", + "Port" : "Port", + "Region" : "Region", + "Enable SSL" : "SSL aktivieren", + "Enable Path Style" : "Pfad-Stil aktivieren", + "App key" : "App-Schlüssel", + "App secret" : "Geheime Zeichenkette der App", + "Host" : "Host", + "Username" : "Benutzername", + "Password" : "Passwort", + "Root" : "Root", + "Secure ftps://" : "Sicherer FTPS://", + "Client ID" : "Client-ID", + "Client secret" : "Geheime Zeichenkette des Client", + "OpenStack Object Storage" : "Openstack-Objektspeicher", + "Region (optional for OpenStack Object Storage)" : "Region (Optional für Openstack-Objektspeicher)", + "API Key (required for Rackspace Cloud Files)" : "API-Schlüssel (Erforderlich für Rackspace Cloud-Dateien)", + "Tenantname (required for OpenStack Object Storage)" : "Mietername (Erforderlich für Openstack-Objektspeicher)", + "Password (required for OpenStack Object Storage)" : "Passwort (Erforderlich für Openstack-Objektspeicher)", + "Service Name (required for OpenStack Object Storage)" : "Name der Dienstleistung (Erforderlich für Openstack-Objektspeicher)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL des Identitätsendpunktes (Erforderlich für Openstack-Objektspeicher)", + "Timeout of HTTP requests in seconds" : "Zeitüberschreitung von HTTP-Anfragen in Sekunden", + "Share" : "Teilen", + "SMB / CIFS using OC login" : "SMB / CIFS mit OC-Login", + "Username as share" : "Benutzername als Freigabe", + "URL" : "URL", + "Secure https://" : "Sicherer HTTPS://", + "Remote subfolder" : "Remote-Unterordner:", + "Access granted" : "Zugriff gestattet", + "Error configuring Dropbox storage" : "Fehler beim Einrichten von Dropbox", + "Grant access" : "Zugriff gestatten", + "Error configuring Google Drive storage" : "Fehler beim Einrichten von Google Drive", + "Personal" : "Persönlich", + "System" : "System", + "All users. Type to select user or group." : "Alle Nutzer. Nutzer oder Gruppe zur Auswahl eingeben.", + "(group)" : "(group)", + "Saved" : "Gespeichert", + "Note: " : "Hinweis: ", + " and " : "und", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: Die cURL-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an Deinen Systemadministrator.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich sich zur Installation an Deinen Systemadministrator.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: \"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich sich zur Installation an Deinen Systemadministrator.", + "You don't have any external storages" : "Du hast noch keinen externen Speicher", + "Name" : "Name", + "Storage type" : "Du hast noch keinen externen Speicher", + "Scope" : "Anwendungsbereich", + "External Storage" : "Externer Speicher", + "Folder name" : "Ordnername", + "Configuration" : "Konfiguration", + "Available for" : "Verfügbar für", + "Add storage" : "Speicher hinzufügen", + "Delete" : "Löschen", + "Enable User External Storage" : "Externen Speicher für Benutzer aktivieren", + "Allow users to mount the following external storage" : "Erlaube es Benutzern, den folgenden externen Speicher einzubinden" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/de.json b/apps/files_external/l10n/de.json new file mode 100644 index 0000000000..fb4467cc1f --- /dev/null +++ b/apps/files_external/l10n/de.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Anfrage-Token holen fehlgeschlagen. Stelle bitte sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Zugriff-Token holen fehlgeschlagen. Stelle bitte sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", + "Please provide a valid Dropbox app key and secret." : "Bitte trage einen gültigen Dropbox-App-Key mit Secret ein.", + "Step 1 failed. Exception: %s" : "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", + "Step 2 failed. Exception: %s" : "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", + "External storage" : "Externer Speicher", + "Local" : "Lokal", + "Location" : "Ort", + "Amazon S3" : "Amazon S3", + "Key" : "Schlüssel", + "Secret" : "Geheime Zeichenkette", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 und kompatible", + "Access Key" : "Zugriffsschlüssel", + "Secret Key" : "Sicherheitssschlüssel", + "Hostname" : "Host-Name", + "Port" : "Port", + "Region" : "Region", + "Enable SSL" : "SSL aktivieren", + "Enable Path Style" : "Pfad-Stil aktivieren", + "App key" : "App-Schlüssel", + "App secret" : "Geheime Zeichenkette der App", + "Host" : "Host", + "Username" : "Benutzername", + "Password" : "Passwort", + "Root" : "Root", + "Secure ftps://" : "Sicherer FTPS://", + "Client ID" : "Client-ID", + "Client secret" : "Geheime Zeichenkette des Client", + "OpenStack Object Storage" : "Openstack-Objektspeicher", + "Region (optional for OpenStack Object Storage)" : "Region (Optional für Openstack-Objektspeicher)", + "API Key (required for Rackspace Cloud Files)" : "API-Schlüssel (Erforderlich für Rackspace Cloud-Dateien)", + "Tenantname (required for OpenStack Object Storage)" : "Mietername (Erforderlich für Openstack-Objektspeicher)", + "Password (required for OpenStack Object Storage)" : "Passwort (Erforderlich für Openstack-Objektspeicher)", + "Service Name (required for OpenStack Object Storage)" : "Name der Dienstleistung (Erforderlich für Openstack-Objektspeicher)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL des Identitätsendpunktes (Erforderlich für Openstack-Objektspeicher)", + "Timeout of HTTP requests in seconds" : "Zeitüberschreitung von HTTP-Anfragen in Sekunden", + "Share" : "Teilen", + "SMB / CIFS using OC login" : "SMB / CIFS mit OC-Login", + "Username as share" : "Benutzername als Freigabe", + "URL" : "URL", + "Secure https://" : "Sicherer HTTPS://", + "Remote subfolder" : "Remote-Unterordner:", + "Access granted" : "Zugriff gestattet", + "Error configuring Dropbox storage" : "Fehler beim Einrichten von Dropbox", + "Grant access" : "Zugriff gestatten", + "Error configuring Google Drive storage" : "Fehler beim Einrichten von Google Drive", + "Personal" : "Persönlich", + "System" : "System", + "All users. Type to select user or group." : "Alle Nutzer. Nutzer oder Gruppe zur Auswahl eingeben.", + "(group)" : "(group)", + "Saved" : "Gespeichert", + "Note: " : "Hinweis: ", + " and " : "und", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: Die cURL-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an Deinen Systemadministrator.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich sich zur Installation an Deinen Systemadministrator.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: \"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich sich zur Installation an Deinen Systemadministrator.", + "You don't have any external storages" : "Du hast noch keinen externen Speicher", + "Name" : "Name", + "Storage type" : "Du hast noch keinen externen Speicher", + "Scope" : "Anwendungsbereich", + "External Storage" : "Externer Speicher", + "Folder name" : "Ordnername", + "Configuration" : "Konfiguration", + "Available for" : "Verfügbar für", + "Add storage" : "Speicher hinzufügen", + "Delete" : "Löschen", + "Enable User External Storage" : "Externen Speicher für Benutzer aktivieren", + "Allow users to mount the following external storage" : "Erlaube es Benutzern, den folgenden externen Speicher einzubinden" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/de.php b/apps/files_external/l10n/de.php deleted file mode 100644 index 550ecb3f40..0000000000 --- a/apps/files_external/l10n/de.php +++ /dev/null @@ -1,73 +0,0 @@ - "Anfrage-Token holen fehlgeschlagen. Stelle bitte sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Zugriff-Token holen fehlgeschlagen. Stelle bitte sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", -"Please provide a valid Dropbox app key and secret." => "Bitte trage einen gültigen Dropbox-App-Key mit Secret ein.", -"Step 1 failed. Exception: %s" => "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", -"Step 2 failed. Exception: %s" => "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", -"External storage" => "Externer Speicher", -"Local" => "Lokal", -"Location" => "Ort", -"Amazon S3" => "Amazon S3", -"Key" => "Schlüssel", -"Secret" => "Geheime Zeichenkette", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 und kompatible", -"Access Key" => "Zugriffsschlüssel", -"Secret Key" => "Sicherheitssschlüssel", -"Hostname" => "Host-Name", -"Port" => "Port", -"Region" => "Region", -"Enable SSL" => "SSL aktivieren", -"Enable Path Style" => "Pfad-Stil aktivieren", -"App key" => "App-Schlüssel", -"App secret" => "Geheime Zeichenkette der App", -"Host" => "Host", -"Username" => "Benutzername", -"Password" => "Passwort", -"Root" => "Root", -"Secure ftps://" => "Sicherer FTPS://", -"Client ID" => "Client-ID", -"Client secret" => "Geheime Zeichenkette des Client", -"OpenStack Object Storage" => "Openstack-Objektspeicher", -"Region (optional for OpenStack Object Storage)" => "Region (Optional für Openstack-Objektspeicher)", -"API Key (required for Rackspace Cloud Files)" => "API-Schlüssel (Erforderlich für Rackspace Cloud-Dateien)", -"Tenantname (required for OpenStack Object Storage)" => "Mietername (Erforderlich für Openstack-Objektspeicher)", -"Password (required for OpenStack Object Storage)" => "Passwort (Erforderlich für Openstack-Objektspeicher)", -"Service Name (required for OpenStack Object Storage)" => "Name der Dienstleistung (Erforderlich für Openstack-Objektspeicher)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL des Identitätsendpunktes (Erforderlich für Openstack-Objektspeicher)", -"Timeout of HTTP requests in seconds" => "Zeitüberschreitung von HTTP-Anfragen in Sekunden", -"Share" => "Teilen", -"SMB / CIFS using OC login" => "SMB / CIFS mit OC-Login", -"Username as share" => "Benutzername als Freigabe", -"URL" => "URL", -"Secure https://" => "Sicherer HTTPS://", -"Remote subfolder" => "Remote-Unterordner:", -"Access granted" => "Zugriff gestattet", -"Error configuring Dropbox storage" => "Fehler beim Einrichten von Dropbox", -"Grant access" => "Zugriff gestatten", -"Error configuring Google Drive storage" => "Fehler beim Einrichten von Google Drive", -"Personal" => "Persönlich", -"System" => "System", -"All users. Type to select user or group." => "Alle Nutzer. Nutzer oder Gruppe zur Auswahl eingeben.", -"(group)" => "(group)", -"Saved" => "Gespeichert", -"Note: " => "Hinweis: ", -" and " => "und", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Hinweis: Die cURL-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an Deinen Systemadministrator.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Hinweis: Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich sich zur Installation an Deinen Systemadministrator.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Hinweis: \"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich sich zur Installation an Deinen Systemadministrator.", -"You don't have any external storages" => "Du hast noch keinen externen Speicher", -"Name" => "Name", -"Storage type" => "Du hast noch keinen externen Speicher", -"Scope" => "Anwendungsbereich", -"External Storage" => "Externer Speicher", -"Folder name" => "Ordnername", -"Configuration" => "Konfiguration", -"Available for" => "Verfügbar für", -"Add storage" => "Speicher hinzufügen", -"Delete" => "Löschen", -"Enable User External Storage" => "Externen Speicher für Benutzer aktivieren", -"Allow users to mount the following external storage" => "Erlaube es Benutzern, den folgenden externen Speicher einzubinden" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/de_AT.js b/apps/files_external/l10n/de_AT.js new file mode 100644 index 0000000000..c4a56bb7a5 --- /dev/null +++ b/apps/files_external/l10n/de_AT.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Ort", + "Port" : "Port", + "Host" : "Host", + "Password" : "Passwort", + "Share" : "Freigeben", + "Personal" : "Persönlich", + "Delete" : "Löschen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/de_AT.json b/apps/files_external/l10n/de_AT.json new file mode 100644 index 0000000000..3dea5f2cd5 --- /dev/null +++ b/apps/files_external/l10n/de_AT.json @@ -0,0 +1,10 @@ +{ "translations": { + "Location" : "Ort", + "Port" : "Port", + "Host" : "Host", + "Password" : "Passwort", + "Share" : "Freigeben", + "Personal" : "Persönlich", + "Delete" : "Löschen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/de_AT.php b/apps/files_external/l10n/de_AT.php deleted file mode 100644 index 0e7672f0a0..0000000000 --- a/apps/files_external/l10n/de_AT.php +++ /dev/null @@ -1,11 +0,0 @@ - "Ort", -"Port" => "Port", -"Host" => "Host", -"Password" => "Passwort", -"Share" => "Freigeben", -"Personal" => "Persönlich", -"Delete" => "Löschen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/de_CH.js b/apps/files_external/l10n/de_CH.js new file mode 100644 index 0000000000..b003957309 --- /dev/null +++ b/apps/files_external/l10n/de_CH.js @@ -0,0 +1,28 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.", + "External storage" : "Externer Speicher", + "Local" : "Lokal", + "Location" : "Ort", + "Port" : "Port", + "Host" : "Host", + "Username" : "Benutzername", + "Password" : "Passwort", + "Share" : "Freigeben", + "URL" : "URL", + "Access granted" : "Zugriff gestattet", + "Error configuring Dropbox storage" : "Fehler beim Einrichten von Dropbox", + "Grant access" : "Zugriff gestatten", + "Error configuring Google Drive storage" : "Fehler beim Einrichten von Google Drive", + "Personal" : "Persönlich", + "Saved" : "Gespeichert", + "Name" : "Name", + "External Storage" : "Externer Speicher", + "Folder name" : "Ordnername", + "Configuration" : "Konfiguration", + "Add storage" : "Speicher hinzufügen", + "Delete" : "Löschen", + "Enable User External Storage" : "Externen Speicher für Benutzer aktivieren" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/de_CH.json b/apps/files_external/l10n/de_CH.json new file mode 100644 index 0000000000..955fae07f5 --- /dev/null +++ b/apps/files_external/l10n/de_CH.json @@ -0,0 +1,26 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.", + "External storage" : "Externer Speicher", + "Local" : "Lokal", + "Location" : "Ort", + "Port" : "Port", + "Host" : "Host", + "Username" : "Benutzername", + "Password" : "Passwort", + "Share" : "Freigeben", + "URL" : "URL", + "Access granted" : "Zugriff gestattet", + "Error configuring Dropbox storage" : "Fehler beim Einrichten von Dropbox", + "Grant access" : "Zugriff gestatten", + "Error configuring Google Drive storage" : "Fehler beim Einrichten von Google Drive", + "Personal" : "Persönlich", + "Saved" : "Gespeichert", + "Name" : "Name", + "External Storage" : "Externer Speicher", + "Folder name" : "Ordnername", + "Configuration" : "Konfiguration", + "Add storage" : "Speicher hinzufügen", + "Delete" : "Löschen", + "Enable User External Storage" : "Externen Speicher für Benutzer aktivieren" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/de_CH.php b/apps/files_external/l10n/de_CH.php deleted file mode 100644 index af1cbd1561..0000000000 --- a/apps/files_external/l10n/de_CH.php +++ /dev/null @@ -1,27 +0,0 @@ - "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.", -"External storage" => "Externer Speicher", -"Local" => "Lokal", -"Location" => "Ort", -"Port" => "Port", -"Host" => "Host", -"Username" => "Benutzername", -"Password" => "Passwort", -"Share" => "Freigeben", -"URL" => "URL", -"Access granted" => "Zugriff gestattet", -"Error configuring Dropbox storage" => "Fehler beim Einrichten von Dropbox", -"Grant access" => "Zugriff gestatten", -"Error configuring Google Drive storage" => "Fehler beim Einrichten von Google Drive", -"Personal" => "Persönlich", -"Saved" => "Gespeichert", -"Name" => "Name", -"External Storage" => "Externer Speicher", -"Folder name" => "Ordnername", -"Configuration" => "Konfiguration", -"Add storage" => "Speicher hinzufügen", -"Delete" => "Löschen", -"Enable User External Storage" => "Externen Speicher für Benutzer aktivieren" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/de_DE.js b/apps/files_external/l10n/de_DE.js new file mode 100644 index 0000000000..d12b171f63 --- /dev/null +++ b/apps/files_external/l10n/de_DE.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Anfrage-Token holen fehlgeschlagen. Stellen Sie sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Zugriff-Token holen fehlgeschlagen. Stellen Sie sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", + "Please provide a valid Dropbox app key and secret." : "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.", + "Step 1 failed. Exception: %s" : "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", + "Step 2 failed. Exception: %s" : "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", + "External storage" : "Externer Speicher", + "Local" : "Lokal", + "Location" : "Ort", + "Amazon S3" : "Amazon S3", + "Key" : "Schlüssel", + "Secret" : "Geheime Zeichenkette", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 und Kompatible", + "Access Key" : "Zugriffsschlüssel", + "Secret Key" : "Sicherheitsschlüssel", + "Hostname" : "Host-Name", + "Port" : "Port", + "Region" : "Region", + "Enable SSL" : "SSL aktivieren", + "Enable Path Style" : "Pfadstil aktivieren", + "App key" : "App-Schlüssel", + "App secret" : "Geheime Zeichenkette der App", + "Host" : "Host", + "Username" : "Benutzername", + "Password" : "Passwort", + "Root" : "Root", + "Secure ftps://" : "Sicherer FTPS://", + "Client ID" : "Client-ID", + "Client secret" : "Geheime Zeichenkette des Client", + "OpenStack Object Storage" : "Openstack-Objektspeicher", + "Region (optional for OpenStack Object Storage)" : "Region (Optional für Openstack-Objektspeicher)", + "API Key (required for Rackspace Cloud Files)" : "API-Schlüssel (Erforderlich für Rackspace Cloud-Dateien)", + "Tenantname (required for OpenStack Object Storage)" : "Mietername (Erforderlich für Openstack-Objektspeicher)", + "Password (required for OpenStack Object Storage)" : "Passwort (Erforderlich für Openstack-Objektspeicher)", + "Service Name (required for OpenStack Object Storage)" : "Name der Dienstleistung (Erforderlich für Openstack-Objektspeicher)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL des Identitätsendpunktes (Erforderlich für Openstack-Objektspeicher)", + "Timeout of HTTP requests in seconds" : "Zeitüberschreitung von HTTP-Anfragen in Sekunden", + "Share" : "Teilen", + "SMB / CIFS using OC login" : "SMB / CIFS mit OC-Login", + "Username as share" : "Benutzername als Freigabe", + "URL" : "Adresse", + "Secure https://" : "Sicherer HTTPS://", + "Remote subfolder" : "Entfernter Unterordner:", + "Access granted" : "Zugriff gestattet", + "Error configuring Dropbox storage" : "Fehler beim Einrichten von Dropbox", + "Grant access" : "Zugriff gestatten", + "Error configuring Google Drive storage" : "Fehler beim Einrichten von Google Drive", + "Personal" : "Persönlich", + "System" : "System", + "All users. Type to select user or group." : "Alle Nutzer. Nutzer oder Gruppe zur Auswahl eingeben.", + "(group)" : "(group)", + "Saved" : "Gespeichert", + "Note: " : "Hinweis: ", + " and " : "und", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: Die cURL-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Systemadministrator.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Systemadministrator.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: \"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Systemadministrator.", + "You don't have any external storages" : "Sie haben noch keinen externen Speicher", + "Name" : "Name", + "Storage type" : "Speichertyp", + "Scope" : "Anwendungsbereich", + "External Storage" : "Externer Speicher", + "Folder name" : "Ordnername", + "Configuration" : "Konfiguration", + "Available for" : "Verfügbar für", + "Add storage" : "Speicher hinzufügen", + "Delete" : "Löschen", + "Enable User External Storage" : "Externen Speicher für Benutzer aktivieren", + "Allow users to mount the following external storage" : "Erlauben Sie Benutzern, folgende externe Speicher einzubinden" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/de_DE.json b/apps/files_external/l10n/de_DE.json new file mode 100644 index 0000000000..43c24e0c94 --- /dev/null +++ b/apps/files_external/l10n/de_DE.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Anfrage-Token holen fehlgeschlagen. Stellen Sie sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Zugriff-Token holen fehlgeschlagen. Stellen Sie sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", + "Please provide a valid Dropbox app key and secret." : "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.", + "Step 1 failed. Exception: %s" : "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", + "Step 2 failed. Exception: %s" : "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", + "External storage" : "Externer Speicher", + "Local" : "Lokal", + "Location" : "Ort", + "Amazon S3" : "Amazon S3", + "Key" : "Schlüssel", + "Secret" : "Geheime Zeichenkette", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 und Kompatible", + "Access Key" : "Zugriffsschlüssel", + "Secret Key" : "Sicherheitsschlüssel", + "Hostname" : "Host-Name", + "Port" : "Port", + "Region" : "Region", + "Enable SSL" : "SSL aktivieren", + "Enable Path Style" : "Pfadstil aktivieren", + "App key" : "App-Schlüssel", + "App secret" : "Geheime Zeichenkette der App", + "Host" : "Host", + "Username" : "Benutzername", + "Password" : "Passwort", + "Root" : "Root", + "Secure ftps://" : "Sicherer FTPS://", + "Client ID" : "Client-ID", + "Client secret" : "Geheime Zeichenkette des Client", + "OpenStack Object Storage" : "Openstack-Objektspeicher", + "Region (optional for OpenStack Object Storage)" : "Region (Optional für Openstack-Objektspeicher)", + "API Key (required for Rackspace Cloud Files)" : "API-Schlüssel (Erforderlich für Rackspace Cloud-Dateien)", + "Tenantname (required for OpenStack Object Storage)" : "Mietername (Erforderlich für Openstack-Objektspeicher)", + "Password (required for OpenStack Object Storage)" : "Passwort (Erforderlich für Openstack-Objektspeicher)", + "Service Name (required for OpenStack Object Storage)" : "Name der Dienstleistung (Erforderlich für Openstack-Objektspeicher)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL des Identitätsendpunktes (Erforderlich für Openstack-Objektspeicher)", + "Timeout of HTTP requests in seconds" : "Zeitüberschreitung von HTTP-Anfragen in Sekunden", + "Share" : "Teilen", + "SMB / CIFS using OC login" : "SMB / CIFS mit OC-Login", + "Username as share" : "Benutzername als Freigabe", + "URL" : "Adresse", + "Secure https://" : "Sicherer HTTPS://", + "Remote subfolder" : "Entfernter Unterordner:", + "Access granted" : "Zugriff gestattet", + "Error configuring Dropbox storage" : "Fehler beim Einrichten von Dropbox", + "Grant access" : "Zugriff gestatten", + "Error configuring Google Drive storage" : "Fehler beim Einrichten von Google Drive", + "Personal" : "Persönlich", + "System" : "System", + "All users. Type to select user or group." : "Alle Nutzer. Nutzer oder Gruppe zur Auswahl eingeben.", + "(group)" : "(group)", + "Saved" : "Gespeichert", + "Note: " : "Hinweis: ", + " and " : "und", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: Die cURL-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Systemadministrator.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Systemadministrator.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Hinweis: \"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Systemadministrator.", + "You don't have any external storages" : "Sie haben noch keinen externen Speicher", + "Name" : "Name", + "Storage type" : "Speichertyp", + "Scope" : "Anwendungsbereich", + "External Storage" : "Externer Speicher", + "Folder name" : "Ordnername", + "Configuration" : "Konfiguration", + "Available for" : "Verfügbar für", + "Add storage" : "Speicher hinzufügen", + "Delete" : "Löschen", + "Enable User External Storage" : "Externen Speicher für Benutzer aktivieren", + "Allow users to mount the following external storage" : "Erlauben Sie Benutzern, folgende externe Speicher einzubinden" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/de_DE.php b/apps/files_external/l10n/de_DE.php deleted file mode 100644 index fbeacb4317..0000000000 --- a/apps/files_external/l10n/de_DE.php +++ /dev/null @@ -1,73 +0,0 @@ - "Anfrage-Token holen fehlgeschlagen. Stellen Sie sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Zugriff-Token holen fehlgeschlagen. Stellen Sie sicher, dass der Anwendungsschlüssel und Sicherheitsschlüssel für Dropbox korrekt sind.", -"Please provide a valid Dropbox app key and secret." => "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.", -"Step 1 failed. Exception: %s" => "Schritt 1 fehlgeschlagen. Fehlermeldung: %s", -"Step 2 failed. Exception: %s" => "Schritt 2 fehlgeschlagen. Fehlermeldung: %s", -"External storage" => "Externer Speicher", -"Local" => "Lokal", -"Location" => "Ort", -"Amazon S3" => "Amazon S3", -"Key" => "Schlüssel", -"Secret" => "Geheime Zeichenkette", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 und Kompatible", -"Access Key" => "Zugriffsschlüssel", -"Secret Key" => "Sicherheitsschlüssel", -"Hostname" => "Host-Name", -"Port" => "Port", -"Region" => "Region", -"Enable SSL" => "SSL aktivieren", -"Enable Path Style" => "Pfadstil aktivieren", -"App key" => "App-Schlüssel", -"App secret" => "Geheime Zeichenkette der App", -"Host" => "Host", -"Username" => "Benutzername", -"Password" => "Passwort", -"Root" => "Root", -"Secure ftps://" => "Sicherer FTPS://", -"Client ID" => "Client-ID", -"Client secret" => "Geheime Zeichenkette des Client", -"OpenStack Object Storage" => "Openstack-Objektspeicher", -"Region (optional for OpenStack Object Storage)" => "Region (Optional für Openstack-Objektspeicher)", -"API Key (required for Rackspace Cloud Files)" => "API-Schlüssel (Erforderlich für Rackspace Cloud-Dateien)", -"Tenantname (required for OpenStack Object Storage)" => "Mietername (Erforderlich für Openstack-Objektspeicher)", -"Password (required for OpenStack Object Storage)" => "Passwort (Erforderlich für Openstack-Objektspeicher)", -"Service Name (required for OpenStack Object Storage)" => "Name der Dienstleistung (Erforderlich für Openstack-Objektspeicher)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL des Identitätsendpunktes (Erforderlich für Openstack-Objektspeicher)", -"Timeout of HTTP requests in seconds" => "Zeitüberschreitung von HTTP-Anfragen in Sekunden", -"Share" => "Teilen", -"SMB / CIFS using OC login" => "SMB / CIFS mit OC-Login", -"Username as share" => "Benutzername als Freigabe", -"URL" => "Adresse", -"Secure https://" => "Sicherer HTTPS://", -"Remote subfolder" => "Entfernter Unterordner:", -"Access granted" => "Zugriff gestattet", -"Error configuring Dropbox storage" => "Fehler beim Einrichten von Dropbox", -"Grant access" => "Zugriff gestatten", -"Error configuring Google Drive storage" => "Fehler beim Einrichten von Google Drive", -"Personal" => "Persönlich", -"System" => "System", -"All users. Type to select user or group." => "Alle Nutzer. Nutzer oder Gruppe zur Auswahl eingeben.", -"(group)" => "(group)", -"Saved" => "Gespeichert", -"Note: " => "Hinweis: ", -" and " => "und", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Hinweis: Die cURL-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Systemadministrator.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Hinweis: Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Systemadministrator.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Hinweis: \"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihren Systemadministrator.", -"You don't have any external storages" => "Sie haben noch keinen externen Speicher", -"Name" => "Name", -"Storage type" => "Speichertyp", -"Scope" => "Anwendungsbereich", -"External Storage" => "Externer Speicher", -"Folder name" => "Ordnername", -"Configuration" => "Konfiguration", -"Available for" => "Verfügbar für", -"Add storage" => "Speicher hinzufügen", -"Delete" => "Löschen", -"Enable User External Storage" => "Externen Speicher für Benutzer aktivieren", -"Allow users to mount the following external storage" => "Erlauben Sie Benutzern, folgende externe Speicher einzubinden" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/el.js b/apps/files_external/l10n/el.js new file mode 100644 index 0000000000..28105a01d6 --- /dev/null +++ b/apps/files_external/l10n/el.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Η λήψη των τεκμηρίων αιτήματος απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό του Dropbox είναι ορθά", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Η λήψη των τεκμηρίων πρόσβασης απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό του Dropbox είναι ορθά.", + "Please provide a valid Dropbox app key and secret." : "Παρακαλούμε δώστε έγκυρο κλειδί Dropbox και μυστικό.", + "Step 1 failed. Exception: %s" : "Το βήμα 1 απέτυχε. Εξαίρεση: %s", + "Step 2 failed. Exception: %s" : "Το βήμα 2 απέτυχε. Εξαίρεση: %s", + "External storage" : "Εξωτερική αποθήκευση", + "Local" : "Τοπικός", + "Location" : "Τοποθεσία", + "Amazon S3" : "Amazon S3", + "Key" : "Κλειδί", + "Secret" : "Μυστικό", + "Bucket" : "Κάδος", + "Amazon S3 and compliant" : "Amazon S3 και συμμορφούμενα", + "Access Key" : "Κλειδί πρόσβασης", + "Secret Key" : "Μυστικό κλειδί", + "Hostname" : "Όνομα Υπολογιστή", + "Port" : "Θύρα", + "Region" : "Περιοχή", + "Enable SSL" : "Ενεργοποίηση SSL", + "Enable Path Style" : "Ενεργοποίηση μορφής διαδρομής", + "App key" : "Κλειδί εφαρμογής", + "App secret" : "Μυστικό εφαρμογής", + "Host" : "Διακομιστής", + "Username" : "Όνομα χρήστη", + "Password" : "Κωδικός πρόσβασης", + "Root" : "Root", + "Secure ftps://" : "Ασφαλής ftps://", + "Client ID" : "ID πελάτη", + "Client secret" : "Μυστικό πελάτη", + "OpenStack Object Storage" : "Αποθήκη αντικειμένων OpenStack", + "Region (optional for OpenStack Object Storage)" : "Περιοχή (προαιρετικά για την αποθήκευση αντικειμένων OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Κλειδί API (απαιτείται για αρχεία Rackspace Cloud)", + "Tenantname (required for OpenStack Object Storage)" : "Όνομα ενοίκου (απαιτείται για την Αποθήκευση Αντικειμένων OpenStack)", + "Password (required for OpenStack Object Storage)" : "Μυστικός κωδικός (απαιτείται για την αποθήκευση αντικειμένων OpenStack)", + "Service Name (required for OpenStack Object Storage)" : "Όνομα υπηρεσίας (απαιτείται για την αποθήκευση αντικειμένων OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Διεύθυνση URL της ταυτότητας τελικού σημείου (απαιτείται για την αποθήκευση αντικειμένων OpenStack)", + "Timeout of HTTP requests in seconds" : "Χρονικό όριο των αιτήσεων HTTP σε δευτερόλεπτα", + "Share" : "Διαμοιράστε", + "SMB / CIFS using OC login" : "SMB / CIFS χρησιμοποιώντας λογαριασμό OC", + "Username as share" : "Όνομα χρήστη ως διαμοιραζόμενος φάκελος", + "URL" : "URL", + "Secure https://" : "Ασφαλής σύνδεση https://", + "Remote subfolder" : "Απομακρυσμένος υποφάκελος", + "Access granted" : "Πρόσβαση παρασχέθηκε", + "Error configuring Dropbox storage" : "Σφάλμα ρυθμίζωντας αποθήκευση Dropbox ", + "Grant access" : "Παροχή πρόσβασης", + "Error configuring Google Drive storage" : "Σφάλμα ρυθμίζωντας αποθήκευση Google Drive ", + "Personal" : "Προσωπικά", + "System" : "Σύστημα", + "All users. Type to select user or group." : "Όλοι οι χρήστες. Πληκτρολογήστε για να επιλέξετε χρήστη ή ομάδα.", + "(group)" : "(ομάδα)", + "Saved" : "Αποθηκεύτηκαν", + "Note: " : "Σημείωση: ", + " and " : "και", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Σημείωση: Η υποστήριξη cURL στην PHP δεν είναι ενεργοποιημένη ή εγκατεστημένη. Η προσάρτηση του %s δεν είναι δυνατή. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Σημείωση: Η υποστήριξη FTP στην PHP δεν είναι ενεργοποιημένη ή εγκατεστημένη. Δεν είναι δυνατή η προσάρτηση του %s. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Σημείωση: Η επέκταση \"%s\" δεν είναι εγκατεστημένη. Δεν είναι δυνατή η προσάρτηση %s. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.", + "You don't have any external storages" : "Δεν έχετε κανέναν εξωτερικό αποθηκευτικό χώρο", + "Name" : "Όνομα", + "Storage type" : "Τύπος αποθηκευτικού χώρου", + "Scope" : "Εύρος", + "External Storage" : "Εξωτερικό Αποθηκευτικό Μέσο", + "Folder name" : "Όνομα φακέλου", + "Configuration" : "Ρυθμίσεις", + "Available for" : "Διαθέσιμο για", + "Add storage" : "Προσθηκη αποθηκευσης", + "Delete" : "Διαγραφή", + "Enable User External Storage" : "Ενεργοποίηση Εξωτερικού Αποθηκευτικού Χώρου Χρήστη", + "Allow users to mount the following external storage" : "Χορήγηση άδειας στους χρήστες να συνδέσουν τα παρακάτω εξωτερικά μέσα αποθήκευσης" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/el.json b/apps/files_external/l10n/el.json new file mode 100644 index 0000000000..4be10506a0 --- /dev/null +++ b/apps/files_external/l10n/el.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Η λήψη των τεκμηρίων αιτήματος απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό του Dropbox είναι ορθά", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Η λήψη των τεκμηρίων πρόσβασης απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό του Dropbox είναι ορθά.", + "Please provide a valid Dropbox app key and secret." : "Παρακαλούμε δώστε έγκυρο κλειδί Dropbox και μυστικό.", + "Step 1 failed. Exception: %s" : "Το βήμα 1 απέτυχε. Εξαίρεση: %s", + "Step 2 failed. Exception: %s" : "Το βήμα 2 απέτυχε. Εξαίρεση: %s", + "External storage" : "Εξωτερική αποθήκευση", + "Local" : "Τοπικός", + "Location" : "Τοποθεσία", + "Amazon S3" : "Amazon S3", + "Key" : "Κλειδί", + "Secret" : "Μυστικό", + "Bucket" : "Κάδος", + "Amazon S3 and compliant" : "Amazon S3 και συμμορφούμενα", + "Access Key" : "Κλειδί πρόσβασης", + "Secret Key" : "Μυστικό κλειδί", + "Hostname" : "Όνομα Υπολογιστή", + "Port" : "Θύρα", + "Region" : "Περιοχή", + "Enable SSL" : "Ενεργοποίηση SSL", + "Enable Path Style" : "Ενεργοποίηση μορφής διαδρομής", + "App key" : "Κλειδί εφαρμογής", + "App secret" : "Μυστικό εφαρμογής", + "Host" : "Διακομιστής", + "Username" : "Όνομα χρήστη", + "Password" : "Κωδικός πρόσβασης", + "Root" : "Root", + "Secure ftps://" : "Ασφαλής ftps://", + "Client ID" : "ID πελάτη", + "Client secret" : "Μυστικό πελάτη", + "OpenStack Object Storage" : "Αποθήκη αντικειμένων OpenStack", + "Region (optional for OpenStack Object Storage)" : "Περιοχή (προαιρετικά για την αποθήκευση αντικειμένων OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Κλειδί API (απαιτείται για αρχεία Rackspace Cloud)", + "Tenantname (required for OpenStack Object Storage)" : "Όνομα ενοίκου (απαιτείται για την Αποθήκευση Αντικειμένων OpenStack)", + "Password (required for OpenStack Object Storage)" : "Μυστικός κωδικός (απαιτείται για την αποθήκευση αντικειμένων OpenStack)", + "Service Name (required for OpenStack Object Storage)" : "Όνομα υπηρεσίας (απαιτείται για την αποθήκευση αντικειμένων OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Διεύθυνση URL της ταυτότητας τελικού σημείου (απαιτείται για την αποθήκευση αντικειμένων OpenStack)", + "Timeout of HTTP requests in seconds" : "Χρονικό όριο των αιτήσεων HTTP σε δευτερόλεπτα", + "Share" : "Διαμοιράστε", + "SMB / CIFS using OC login" : "SMB / CIFS χρησιμοποιώντας λογαριασμό OC", + "Username as share" : "Όνομα χρήστη ως διαμοιραζόμενος φάκελος", + "URL" : "URL", + "Secure https://" : "Ασφαλής σύνδεση https://", + "Remote subfolder" : "Απομακρυσμένος υποφάκελος", + "Access granted" : "Πρόσβαση παρασχέθηκε", + "Error configuring Dropbox storage" : "Σφάλμα ρυθμίζωντας αποθήκευση Dropbox ", + "Grant access" : "Παροχή πρόσβασης", + "Error configuring Google Drive storage" : "Σφάλμα ρυθμίζωντας αποθήκευση Google Drive ", + "Personal" : "Προσωπικά", + "System" : "Σύστημα", + "All users. Type to select user or group." : "Όλοι οι χρήστες. Πληκτρολογήστε για να επιλέξετε χρήστη ή ομάδα.", + "(group)" : "(ομάδα)", + "Saved" : "Αποθηκεύτηκαν", + "Note: " : "Σημείωση: ", + " and " : "και", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Σημείωση: Η υποστήριξη cURL στην PHP δεν είναι ενεργοποιημένη ή εγκατεστημένη. Η προσάρτηση του %s δεν είναι δυνατή. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Σημείωση: Η υποστήριξη FTP στην PHP δεν είναι ενεργοποιημένη ή εγκατεστημένη. Δεν είναι δυνατή η προσάρτηση του %s. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Σημείωση: Η επέκταση \"%s\" δεν είναι εγκατεστημένη. Δεν είναι δυνατή η προσάρτηση %s. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.", + "You don't have any external storages" : "Δεν έχετε κανέναν εξωτερικό αποθηκευτικό χώρο", + "Name" : "Όνομα", + "Storage type" : "Τύπος αποθηκευτικού χώρου", + "Scope" : "Εύρος", + "External Storage" : "Εξωτερικό Αποθηκευτικό Μέσο", + "Folder name" : "Όνομα φακέλου", + "Configuration" : "Ρυθμίσεις", + "Available for" : "Διαθέσιμο για", + "Add storage" : "Προσθηκη αποθηκευσης", + "Delete" : "Διαγραφή", + "Enable User External Storage" : "Ενεργοποίηση Εξωτερικού Αποθηκευτικού Χώρου Χρήστη", + "Allow users to mount the following external storage" : "Χορήγηση άδειας στους χρήστες να συνδέσουν τα παρακάτω εξωτερικά μέσα αποθήκευσης" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/el.php b/apps/files_external/l10n/el.php deleted file mode 100644 index 626b2d07a4..0000000000 --- a/apps/files_external/l10n/el.php +++ /dev/null @@ -1,73 +0,0 @@ - "Η λήψη των τεκμηρίων αιτήματος απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό του Dropbox είναι ορθά", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Η λήψη των τεκμηρίων πρόσβασης απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό του Dropbox είναι ορθά.", -"Please provide a valid Dropbox app key and secret." => "Παρακαλούμε δώστε έγκυρο κλειδί Dropbox και μυστικό.", -"Step 1 failed. Exception: %s" => "Το βήμα 1 απέτυχε. Εξαίρεση: %s", -"Step 2 failed. Exception: %s" => "Το βήμα 2 απέτυχε. Εξαίρεση: %s", -"External storage" => "Εξωτερική αποθήκευση", -"Local" => "Τοπικός", -"Location" => "Τοποθεσία", -"Amazon S3" => "Amazon S3", -"Key" => "Κλειδί", -"Secret" => "Μυστικό", -"Bucket" => "Κάδος", -"Amazon S3 and compliant" => "Amazon S3 και συμμορφούμενα", -"Access Key" => "Κλειδί πρόσβασης", -"Secret Key" => "Μυστικό κλειδί", -"Hostname" => "Όνομα Υπολογιστή", -"Port" => "Θύρα", -"Region" => "Περιοχή", -"Enable SSL" => "Ενεργοποίηση SSL", -"Enable Path Style" => "Ενεργοποίηση μορφής διαδρομής", -"App key" => "Κλειδί εφαρμογής", -"App secret" => "Μυστικό εφαρμογής", -"Host" => "Διακομιστής", -"Username" => "Όνομα χρήστη", -"Password" => "Κωδικός πρόσβασης", -"Root" => "Root", -"Secure ftps://" => "Ασφαλής ftps://", -"Client ID" => "ID πελάτη", -"Client secret" => "Μυστικό πελάτη", -"OpenStack Object Storage" => "Αποθήκη αντικειμένων OpenStack", -"Region (optional for OpenStack Object Storage)" => "Περιοχή (προαιρετικά για την αποθήκευση αντικειμένων OpenStack)", -"API Key (required for Rackspace Cloud Files)" => "Κλειδί API (απαιτείται για αρχεία Rackspace Cloud)", -"Tenantname (required for OpenStack Object Storage)" => "Όνομα ενοίκου (απαιτείται για την Αποθήκευση Αντικειμένων OpenStack)", -"Password (required for OpenStack Object Storage)" => "Μυστικός κωδικός (απαιτείται για την αποθήκευση αντικειμένων OpenStack)", -"Service Name (required for OpenStack Object Storage)" => "Όνομα υπηρεσίας (απαιτείται για την αποθήκευση αντικειμένων OpenStack)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "Διεύθυνση URL της ταυτότητας τελικού σημείου (απαιτείται για την αποθήκευση αντικειμένων OpenStack)", -"Timeout of HTTP requests in seconds" => "Χρονικό όριο των αιτήσεων HTTP σε δευτερόλεπτα", -"Share" => "Διαμοιράστε", -"SMB / CIFS using OC login" => "SMB / CIFS χρησιμοποιώντας λογαριασμό OC", -"Username as share" => "Όνομα χρήστη ως διαμοιραζόμενος φάκελος", -"URL" => "URL", -"Secure https://" => "Ασφαλής σύνδεση https://", -"Remote subfolder" => "Απομακρυσμένος υποφάκελος", -"Access granted" => "Πρόσβαση παρασχέθηκε", -"Error configuring Dropbox storage" => "Σφάλμα ρυθμίζωντας αποθήκευση Dropbox ", -"Grant access" => "Παροχή πρόσβασης", -"Error configuring Google Drive storage" => "Σφάλμα ρυθμίζωντας αποθήκευση Google Drive ", -"Personal" => "Προσωπικά", -"System" => "Σύστημα", -"All users. Type to select user or group." => "Όλοι οι χρήστες. Πληκτρολογήστε για να επιλέξετε χρήστη ή ομάδα.", -"(group)" => "(ομάδα)", -"Saved" => "Αποθηκεύτηκαν", -"Note: " => "Σημείωση: ", -" and " => "και", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Σημείωση: Η υποστήριξη cURL στην PHP δεν είναι ενεργοποιημένη ή εγκατεστημένη. Η προσάρτηση του %s δεν είναι δυνατή. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Σημείωση: Η υποστήριξη FTP στην PHP δεν είναι ενεργοποιημένη ή εγκατεστημένη. Δεν είναι δυνατή η προσάρτηση του %s. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Σημείωση: Η επέκταση \"%s\" δεν είναι εγκατεστημένη. Δεν είναι δυνατή η προσάρτηση %s. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.", -"You don't have any external storages" => "Δεν έχετε κανέναν εξωτερικό αποθηκευτικό χώρο", -"Name" => "Όνομα", -"Storage type" => "Τύπος αποθηκευτικού χώρου", -"Scope" => "Εύρος", -"External Storage" => "Εξωτερικό Αποθηκευτικό Μέσο", -"Folder name" => "Όνομα φακέλου", -"Configuration" => "Ρυθμίσεις", -"Available for" => "Διαθέσιμο για", -"Add storage" => "Προσθηκη αποθηκευσης", -"Delete" => "Διαγραφή", -"Enable User External Storage" => "Ενεργοποίηση Εξωτερικού Αποθηκευτικού Χώρου Χρήστη", -"Allow users to mount the following external storage" => "Χορήγηση άδειας στους χρήστες να συνδέσουν τα παρακάτω εξωτερικά μέσα αποθήκευσης" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/en@pirate.js b/apps/files_external/l10n/en@pirate.js new file mode 100644 index 0000000000..7345429f75 --- /dev/null +++ b/apps/files_external/l10n/en@pirate.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_external", + { + "Password" : "Secret Code" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/en@pirate.json b/apps/files_external/l10n/en@pirate.json new file mode 100644 index 0000000000..bde5153f30 --- /dev/null +++ b/apps/files_external/l10n/en@pirate.json @@ -0,0 +1,4 @@ +{ "translations": { + "Password" : "Secret Code" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/en@pirate.php b/apps/files_external/l10n/en@pirate.php deleted file mode 100644 index ab628e1717..0000000000 --- a/apps/files_external/l10n/en@pirate.php +++ /dev/null @@ -1,5 +0,0 @@ - "Secret Code" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/en_GB.js b/apps/files_external/l10n/en_GB.js new file mode 100644 index 0000000000..9f97d2c488 --- /dev/null +++ b/apps/files_external/l10n/en_GB.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct.", + "Please provide a valid Dropbox app key and secret." : "Please provide a valid Dropbox app key and secret.", + "Step 1 failed. Exception: %s" : "Step 1 failed. Exception: %s", + "Step 2 failed. Exception: %s" : "Step 2 failed. Exception: %s", + "External storage" : "External storage", + "Local" : "Local", + "Location" : "Location", + "Amazon S3" : "Amazon S3", + "Key" : "Key", + "Secret" : "Secret", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 and compliant", + "Access Key" : "Access Key", + "Secret Key" : "Secret Key", + "Hostname" : "Hostname", + "Port" : "Port", + "Region" : "Region", + "Enable SSL" : "Enable SSL", + "Enable Path Style" : "Enable Path Style", + "App key" : "App key", + "App secret" : "App secret", + "Host" : "Host", + "Username" : "Username", + "Password" : "Password", + "Root" : "Root", + "Secure ftps://" : "Secure ftps://", + "Client ID" : "Client ID", + "Client secret" : "Client secret", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Region (optional for OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API Key (required for Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (required for OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Password (required for OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Service Name (required for OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL of identity endpoint (required for OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Timeout of HTTP requests in seconds", + "Share" : "Share", + "SMB / CIFS using OC login" : "SMB / CIFS using OC login", + "Username as share" : "Username as share", + "URL" : "URL", + "Secure https://" : "Secure https://", + "Remote subfolder" : "Remote subfolder", + "Access granted" : "Access granted", + "Error configuring Dropbox storage" : "Error configuring Dropbox storage", + "Grant access" : "Grant access", + "Error configuring Google Drive storage" : "Error configuring Google Drive storage", + "Personal" : "Personal", + "System" : "System", + "All users. Type to select user or group." : "All users. Type to select user or group.", + "(group)" : "(group)", + "Saved" : "Saved", + "Note: " : "Note: ", + " and " : " and ", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it.", + "You don't have any external storages" : "You don't have any external storage", + "Name" : "Name", + "Storage type" : "Storage type", + "Scope" : "Scope", + "External Storage" : "External Storage", + "Folder name" : "Folder name", + "Configuration" : "Configuration", + "Available for" : "Available for", + "Add storage" : "Add storage", + "Delete" : "Delete", + "Enable User External Storage" : "Enable User External Storage", + "Allow users to mount the following external storage" : "Allow users to mount the following external storage" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/en_GB.json b/apps/files_external/l10n/en_GB.json new file mode 100644 index 0000000000..d4e7ad11bb --- /dev/null +++ b/apps/files_external/l10n/en_GB.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct.", + "Please provide a valid Dropbox app key and secret." : "Please provide a valid Dropbox app key and secret.", + "Step 1 failed. Exception: %s" : "Step 1 failed. Exception: %s", + "Step 2 failed. Exception: %s" : "Step 2 failed. Exception: %s", + "External storage" : "External storage", + "Local" : "Local", + "Location" : "Location", + "Amazon S3" : "Amazon S3", + "Key" : "Key", + "Secret" : "Secret", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 and compliant", + "Access Key" : "Access Key", + "Secret Key" : "Secret Key", + "Hostname" : "Hostname", + "Port" : "Port", + "Region" : "Region", + "Enable SSL" : "Enable SSL", + "Enable Path Style" : "Enable Path Style", + "App key" : "App key", + "App secret" : "App secret", + "Host" : "Host", + "Username" : "Username", + "Password" : "Password", + "Root" : "Root", + "Secure ftps://" : "Secure ftps://", + "Client ID" : "Client ID", + "Client secret" : "Client secret", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Region (optional for OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API Key (required for Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (required for OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Password (required for OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Service Name (required for OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL of identity endpoint (required for OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Timeout of HTTP requests in seconds", + "Share" : "Share", + "SMB / CIFS using OC login" : "SMB / CIFS using OC login", + "Username as share" : "Username as share", + "URL" : "URL", + "Secure https://" : "Secure https://", + "Remote subfolder" : "Remote subfolder", + "Access granted" : "Access granted", + "Error configuring Dropbox storage" : "Error configuring Dropbox storage", + "Grant access" : "Grant access", + "Error configuring Google Drive storage" : "Error configuring Google Drive storage", + "Personal" : "Personal", + "System" : "System", + "All users. Type to select user or group." : "All users. Type to select user or group.", + "(group)" : "(group)", + "Saved" : "Saved", + "Note: " : "Note: ", + " and " : " and ", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it.", + "You don't have any external storages" : "You don't have any external storage", + "Name" : "Name", + "Storage type" : "Storage type", + "Scope" : "Scope", + "External Storage" : "External Storage", + "Folder name" : "Folder name", + "Configuration" : "Configuration", + "Available for" : "Available for", + "Add storage" : "Add storage", + "Delete" : "Delete", + "Enable User External Storage" : "Enable User External Storage", + "Allow users to mount the following external storage" : "Allow users to mount the following external storage" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/en_GB.php b/apps/files_external/l10n/en_GB.php deleted file mode 100644 index 129f818153..0000000000 --- a/apps/files_external/l10n/en_GB.php +++ /dev/null @@ -1,73 +0,0 @@ - "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct.", -"Please provide a valid Dropbox app key and secret." => "Please provide a valid Dropbox app key and secret.", -"Step 1 failed. Exception: %s" => "Step 1 failed. Exception: %s", -"Step 2 failed. Exception: %s" => "Step 2 failed. Exception: %s", -"External storage" => "External storage", -"Local" => "Local", -"Location" => "Location", -"Amazon S3" => "Amazon S3", -"Key" => "Key", -"Secret" => "Secret", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 and compliant", -"Access Key" => "Access Key", -"Secret Key" => "Secret Key", -"Hostname" => "Hostname", -"Port" => "Port", -"Region" => "Region", -"Enable SSL" => "Enable SSL", -"Enable Path Style" => "Enable Path Style", -"App key" => "App key", -"App secret" => "App secret", -"Host" => "Host", -"Username" => "Username", -"Password" => "Password", -"Root" => "Root", -"Secure ftps://" => "Secure ftps://", -"Client ID" => "Client ID", -"Client secret" => "Client secret", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Region (optional for OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "API Key (required for Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Tenantname (required for OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Password (required for OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Service Name (required for OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL of identity endpoint (required for OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Timeout of HTTP requests in seconds", -"Share" => "Share", -"SMB / CIFS using OC login" => "SMB / CIFS using OC login", -"Username as share" => "Username as share", -"URL" => "URL", -"Secure https://" => "Secure https://", -"Remote subfolder" => "Remote subfolder", -"Access granted" => "Access granted", -"Error configuring Dropbox storage" => "Error configuring Dropbox storage", -"Grant access" => "Grant access", -"Error configuring Google Drive storage" => "Error configuring Google Drive storage", -"Personal" => "Personal", -"System" => "System", -"All users. Type to select user or group." => "All users. Type to select user or group.", -"(group)" => "(group)", -"Saved" => "Saved", -"Note: " => "Note: ", -" and " => " and ", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it.", -"You don't have any external storages" => "You don't have any external storage", -"Name" => "Name", -"Storage type" => "Storage type", -"Scope" => "Scope", -"External Storage" => "External Storage", -"Folder name" => "Folder name", -"Configuration" => "Configuration", -"Available for" => "Available for", -"Add storage" => "Add storage", -"Delete" => "Delete", -"Enable User External Storage" => "Enable User External Storage", -"Allow users to mount the following external storage" => "Allow users to mount the following external storage" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/eo.js b/apps/files_external/l10n/eo.js new file mode 100644 index 0000000000..1d5014cdf2 --- /dev/null +++ b/apps/files_external/l10n/eo.js @@ -0,0 +1,52 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Bonvolu provizi ŝlosilon de la aplikaĵo Dropbox validan kaj sekretan.", + "External storage" : "Malena memorilo", + "Local" : "Loka", + "Location" : "Loko", + "Amazon S3" : "Amazon S3", + "Key" : "Klavo", + "Secret" : "Sekreto", + "Access Key" : "Aliroklavo", + "Secret Key" : "Sekretoklavo", + "Port" : "Pordo", + "Region" : "Regiono", + "Enable SSL" : "Kapabligi SSL-on", + "App key" : "Aplikaĵoklavo", + "App secret" : "Aplikaĵosekreto", + "Host" : "Gastigo", + "Username" : "Uzantonomo", + "Password" : "Pasvorto", + "Root" : "Radiko", + "Secure ftps://" : "Sekura ftps://", + "Client ID" : "Klientidentigilo", + "Client secret" : "Klientosekreto", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Regiono (malnepra por OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API-klavo (nepra por Rackspace Cloud Files)", + "Password (required for OpenStack Object Storage)" : "Pasvorto (nepra por OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Servonomo (nepra por OpenStack Object Storage)", + "Share" : "Kunhavigi", + "URL" : "URL", + "Secure https://" : "Sekura https://", + "Remote subfolder" : "Malloka subdosierujo", + "Access granted" : "Alirpermeso donita", + "Error configuring Dropbox storage" : "Eraro dum agordado de la memorservo Dropbox", + "Grant access" : "Doni alirpermeson", + "Error configuring Google Drive storage" : "Eraro dum agordado de la memorservo Google Drive", + "Personal" : "Persona", + "Saved" : "Konservita", + "Note: " : "Noto:", + " and " : "kaj", + "Name" : "Nomo", + "External Storage" : "Malena memorilo", + "Folder name" : "Dosierujnomo", + "Configuration" : "Agordo", + "Available for" : "Disponebla por", + "Add storage" : "Aldoni memorilon", + "Delete" : "Forigi", + "Enable User External Storage" : "Kapabligi malenan memorilon de uzanto", + "Allow users to mount the following external storage" : "Permesi uzantojn munti la jenajn malenajn memorilojn" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/eo.json b/apps/files_external/l10n/eo.json new file mode 100644 index 0000000000..cf63614fb8 --- /dev/null +++ b/apps/files_external/l10n/eo.json @@ -0,0 +1,50 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Bonvolu provizi ŝlosilon de la aplikaĵo Dropbox validan kaj sekretan.", + "External storage" : "Malena memorilo", + "Local" : "Loka", + "Location" : "Loko", + "Amazon S3" : "Amazon S3", + "Key" : "Klavo", + "Secret" : "Sekreto", + "Access Key" : "Aliroklavo", + "Secret Key" : "Sekretoklavo", + "Port" : "Pordo", + "Region" : "Regiono", + "Enable SSL" : "Kapabligi SSL-on", + "App key" : "Aplikaĵoklavo", + "App secret" : "Aplikaĵosekreto", + "Host" : "Gastigo", + "Username" : "Uzantonomo", + "Password" : "Pasvorto", + "Root" : "Radiko", + "Secure ftps://" : "Sekura ftps://", + "Client ID" : "Klientidentigilo", + "Client secret" : "Klientosekreto", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Regiono (malnepra por OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API-klavo (nepra por Rackspace Cloud Files)", + "Password (required for OpenStack Object Storage)" : "Pasvorto (nepra por OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Servonomo (nepra por OpenStack Object Storage)", + "Share" : "Kunhavigi", + "URL" : "URL", + "Secure https://" : "Sekura https://", + "Remote subfolder" : "Malloka subdosierujo", + "Access granted" : "Alirpermeso donita", + "Error configuring Dropbox storage" : "Eraro dum agordado de la memorservo Dropbox", + "Grant access" : "Doni alirpermeson", + "Error configuring Google Drive storage" : "Eraro dum agordado de la memorservo Google Drive", + "Personal" : "Persona", + "Saved" : "Konservita", + "Note: " : "Noto:", + " and " : "kaj", + "Name" : "Nomo", + "External Storage" : "Malena memorilo", + "Folder name" : "Dosierujnomo", + "Configuration" : "Agordo", + "Available for" : "Disponebla por", + "Add storage" : "Aldoni memorilon", + "Delete" : "Forigi", + "Enable User External Storage" : "Kapabligi malenan memorilon de uzanto", + "Allow users to mount the following external storage" : "Permesi uzantojn munti la jenajn malenajn memorilojn" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/eo.php b/apps/files_external/l10n/eo.php deleted file mode 100644 index bc2b1af0f1..0000000000 --- a/apps/files_external/l10n/eo.php +++ /dev/null @@ -1,51 +0,0 @@ - "Bonvolu provizi ŝlosilon de la aplikaĵo Dropbox validan kaj sekretan.", -"External storage" => "Malena memorilo", -"Local" => "Loka", -"Location" => "Loko", -"Amazon S3" => "Amazon S3", -"Key" => "Klavo", -"Secret" => "Sekreto", -"Access Key" => "Aliroklavo", -"Secret Key" => "Sekretoklavo", -"Port" => "Pordo", -"Region" => "Regiono", -"Enable SSL" => "Kapabligi SSL-on", -"App key" => "Aplikaĵoklavo", -"App secret" => "Aplikaĵosekreto", -"Host" => "Gastigo", -"Username" => "Uzantonomo", -"Password" => "Pasvorto", -"Root" => "Radiko", -"Secure ftps://" => "Sekura ftps://", -"Client ID" => "Klientidentigilo", -"Client secret" => "Klientosekreto", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Regiono (malnepra por OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "API-klavo (nepra por Rackspace Cloud Files)", -"Password (required for OpenStack Object Storage)" => "Pasvorto (nepra por OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Servonomo (nepra por OpenStack Object Storage)", -"Share" => "Kunhavigi", -"URL" => "URL", -"Secure https://" => "Sekura https://", -"Remote subfolder" => "Malloka subdosierujo", -"Access granted" => "Alirpermeso donita", -"Error configuring Dropbox storage" => "Eraro dum agordado de la memorservo Dropbox", -"Grant access" => "Doni alirpermeson", -"Error configuring Google Drive storage" => "Eraro dum agordado de la memorservo Google Drive", -"Personal" => "Persona", -"Saved" => "Konservita", -"Note: " => "Noto:", -" and " => "kaj", -"Name" => "Nomo", -"External Storage" => "Malena memorilo", -"Folder name" => "Dosierujnomo", -"Configuration" => "Agordo", -"Available for" => "Disponebla por", -"Add storage" => "Aldoni memorilon", -"Delete" => "Forigi", -"Enable User External Storage" => "Kapabligi malenan memorilon de uzanto", -"Allow users to mount the following external storage" => "Permesi uzantojn munti la jenajn malenajn memorilojn" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js new file mode 100644 index 0000000000..9306558b34 --- /dev/null +++ b/apps/files_external/l10n/es.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "La descarga de los tokens solicitados ha fallado. Verifique que la llave y el secreto de su app Dropbox es correcta.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "La descarga de los tokens de acceso ha fallado. Verifique que la llave y el secreto de su app Dropbox es correcta.", + "Please provide a valid Dropbox app key and secret." : "Por favor, proporcione un una clave válida de la app Dropbox y una clave secreta.", + "Step 1 failed. Exception: %s" : "El paso 1 falló. Excepción: %s", + "Step 2 failed. Exception: %s" : "El paso 2 falló. Excepción: %s", + "External storage" : "Almacenamiento externo", + "Local" : "Local", + "Location" : "Ubicación", + "Amazon S3" : "Amazon S3", + "Key" : "Clave", + "Secret" : "Secreto", + "Bucket" : "Depósito", + "Amazon S3 and compliant" : "Amazon S3 y compatibilidad", + "Access Key" : "Clave de Acceso", + "Secret Key" : "Clave Secreta", + "Hostname" : "Nombre de equipo", + "Port" : "Puerto", + "Region" : "Región", + "Enable SSL" : "Habilitar SSL", + "Enable Path Style" : "Habilitar Estilo de Ruta", + "App key" : "App principal", + "App secret" : "App secreta", + "Host" : "Servidor", + "Username" : "Nombre de usuario", + "Password" : "Contraseña", + "Root" : "Raíz", + "Secure ftps://" : "Secure ftps://", + "Client ID" : "ID de Cliente", + "Client secret" : "Cliente secreto", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Región (opcional para OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Clave API (requerida para Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nombre de Inquilino (requerido para OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Contraseña (requerida para OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nombre de Servicio (requerido para OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL de identidad de punto final (requerido para OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Tiempo de espera de solicitudes HTTP en segundos", + "Share" : "Compartir", + "SMB / CIFS using OC login" : "SMB / CIFS usando acceso OC", + "Username as share" : "Nombre de Usuario como compartir", + "URL" : "URL", + "Secure https://" : "Secure https://", + "Remote subfolder" : "Subcarpeta remota", + "Access granted" : "Acceso concedido", + "Error configuring Dropbox storage" : "Error configurando el almacenamiento de Dropbox", + "Grant access" : "Conceder acceso", + "Error configuring Google Drive storage" : "Error configurando el almacenamiento de Google Drive", + "Personal" : "Personal", + "System" : "Sistema", + "All users. Type to select user or group." : "Todos los usuarios. Teclee para seleccionar un usuario o grupo.", + "(group)" : "(grupo)", + "Saved" : "Guardado", + "Note: " : "Nota: ", + " and " : "y", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El soporte de cURL en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El soporte de FTP en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: \"%s\" no está instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.", + "You don't have any external storages" : "Usted no tiene ningún almacenamiento externo", + "Name" : "Nombre", + "Storage type" : "Tipo de almacenamiento", + "Scope" : "Ámbito", + "External Storage" : "Almacenamiento externo", + "Folder name" : "Nombre de la carpeta", + "Configuration" : "Configuración", + "Available for" : "Disponible para", + "Add storage" : "Añadir almacenamiento", + "Delete" : "Eliminar", + "Enable User External Storage" : "Habilitar almacenamiento externo de usuario", + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json new file mode 100644 index 0000000000..1d9067106e --- /dev/null +++ b/apps/files_external/l10n/es.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "La descarga de los tokens solicitados ha fallado. Verifique que la llave y el secreto de su app Dropbox es correcta.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "La descarga de los tokens de acceso ha fallado. Verifique que la llave y el secreto de su app Dropbox es correcta.", + "Please provide a valid Dropbox app key and secret." : "Por favor, proporcione un una clave válida de la app Dropbox y una clave secreta.", + "Step 1 failed. Exception: %s" : "El paso 1 falló. Excepción: %s", + "Step 2 failed. Exception: %s" : "El paso 2 falló. Excepción: %s", + "External storage" : "Almacenamiento externo", + "Local" : "Local", + "Location" : "Ubicación", + "Amazon S3" : "Amazon S3", + "Key" : "Clave", + "Secret" : "Secreto", + "Bucket" : "Depósito", + "Amazon S3 and compliant" : "Amazon S3 y compatibilidad", + "Access Key" : "Clave de Acceso", + "Secret Key" : "Clave Secreta", + "Hostname" : "Nombre de equipo", + "Port" : "Puerto", + "Region" : "Región", + "Enable SSL" : "Habilitar SSL", + "Enable Path Style" : "Habilitar Estilo de Ruta", + "App key" : "App principal", + "App secret" : "App secreta", + "Host" : "Servidor", + "Username" : "Nombre de usuario", + "Password" : "Contraseña", + "Root" : "Raíz", + "Secure ftps://" : "Secure ftps://", + "Client ID" : "ID de Cliente", + "Client secret" : "Cliente secreto", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Región (opcional para OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Clave API (requerida para Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nombre de Inquilino (requerido para OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Contraseña (requerida para OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nombre de Servicio (requerido para OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL de identidad de punto final (requerido para OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Tiempo de espera de solicitudes HTTP en segundos", + "Share" : "Compartir", + "SMB / CIFS using OC login" : "SMB / CIFS usando acceso OC", + "Username as share" : "Nombre de Usuario como compartir", + "URL" : "URL", + "Secure https://" : "Secure https://", + "Remote subfolder" : "Subcarpeta remota", + "Access granted" : "Acceso concedido", + "Error configuring Dropbox storage" : "Error configurando el almacenamiento de Dropbox", + "Grant access" : "Conceder acceso", + "Error configuring Google Drive storage" : "Error configurando el almacenamiento de Google Drive", + "Personal" : "Personal", + "System" : "Sistema", + "All users. Type to select user or group." : "Todos los usuarios. Teclee para seleccionar un usuario o grupo.", + "(group)" : "(grupo)", + "Saved" : "Guardado", + "Note: " : "Nota: ", + " and " : "y", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El soporte de cURL en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: El soporte de FTP en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: \"%s\" no está instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.", + "You don't have any external storages" : "Usted no tiene ningún almacenamiento externo", + "Name" : "Nombre", + "Storage type" : "Tipo de almacenamiento", + "Scope" : "Ámbito", + "External Storage" : "Almacenamiento externo", + "Folder name" : "Nombre de la carpeta", + "Configuration" : "Configuración", + "Available for" : "Disponible para", + "Add storage" : "Añadir almacenamiento", + "Delete" : "Eliminar", + "Enable User External Storage" : "Habilitar almacenamiento externo de usuario", + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/es.php b/apps/files_external/l10n/es.php deleted file mode 100644 index 07cbd4a2d3..0000000000 --- a/apps/files_external/l10n/es.php +++ /dev/null @@ -1,73 +0,0 @@ - "La descarga de los tokens solicitados ha fallado. Verifique que la llave y el secreto de su app Dropbox es correcta.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "La descarga de los tokens de acceso ha fallado. Verifique que la llave y el secreto de su app Dropbox es correcta.", -"Please provide a valid Dropbox app key and secret." => "Por favor, proporcione un una clave válida de la app Dropbox y una clave secreta.", -"Step 1 failed. Exception: %s" => "El paso 1 falló. Excepción: %s", -"Step 2 failed. Exception: %s" => "El paso 2 falló. Excepción: %s", -"External storage" => "Almacenamiento externo", -"Local" => "Local", -"Location" => "Ubicación", -"Amazon S3" => "Amazon S3", -"Key" => "Clave", -"Secret" => "Secreto", -"Bucket" => "Depósito", -"Amazon S3 and compliant" => "Amazon S3 y compatibilidad", -"Access Key" => "Clave de Acceso", -"Secret Key" => "Clave Secreta", -"Hostname" => "Nombre de equipo", -"Port" => "Puerto", -"Region" => "Región", -"Enable SSL" => "Habilitar SSL", -"Enable Path Style" => "Habilitar Estilo de Ruta", -"App key" => "App principal", -"App secret" => "App secreta", -"Host" => "Servidor", -"Username" => "Nombre de usuario", -"Password" => "Contraseña", -"Root" => "Raíz", -"Secure ftps://" => "Secure ftps://", -"Client ID" => "ID de Cliente", -"Client secret" => "Cliente secreto", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Región (opcional para OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "Clave API (requerida para Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Nombre de Inquilino (requerido para OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Contraseña (requerida para OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Nombre de Servicio (requerido para OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL de identidad de punto final (requerido para OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Tiempo de espera de solicitudes HTTP en segundos", -"Share" => "Compartir", -"SMB / CIFS using OC login" => "SMB / CIFS usando acceso OC", -"Username as share" => "Nombre de Usuario como compartir", -"URL" => "URL", -"Secure https://" => "Secure https://", -"Remote subfolder" => "Subcarpeta remota", -"Access granted" => "Acceso concedido", -"Error configuring Dropbox storage" => "Error configurando el almacenamiento de Dropbox", -"Grant access" => "Conceder acceso", -"Error configuring Google Drive storage" => "Error configurando el almacenamiento de Google Drive", -"Personal" => "Personal", -"System" => "Sistema", -"All users. Type to select user or group." => "Todos los usuarios. Teclee para seleccionar un usuario o grupo.", -"(group)" => "(grupo)", -"Saved" => "Guardado", -"Note: " => "Nota: ", -" and " => "y", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: El soporte de cURL en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: El soporte de FTP en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: \"%s\" no está instalado. No se puede montar %s. Pídale al administrador de sistema que lo instale.", -"You don't have any external storages" => "Usted no tiene ningún almacenamiento externo", -"Name" => "Nombre", -"Storage type" => "Tipo de almacenamiento", -"Scope" => "Ámbito", -"External Storage" => "Almacenamiento externo", -"Folder name" => "Nombre de la carpeta", -"Configuration" => "Configuración", -"Available for" => "Disponible para", -"Add storage" => "Añadir almacenamiento", -"Delete" => "Eliminar", -"Enable User External Storage" => "Habilitar almacenamiento externo de usuario", -"Allow users to mount the following external storage" => "Permitir a los usuarios montar el siguiente almacenamiento externo" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/es_AR.js b/apps/files_external/l10n/es_AR.js new file mode 100644 index 0000000000..0936079fbc --- /dev/null +++ b/apps/files_external/l10n/es_AR.js @@ -0,0 +1,28 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Por favor, proporcioná un secreto y una contraseña válida para la aplicación Dropbox.", + "External storage" : "Almacenamiento externo", + "Location" : "Ubicación", + "Port" : "Puerto", + "Region" : "Provincia", + "Host" : "Servidor", + "Username" : "Nombre de usuario", + "Password" : "Contraseña", + "Share" : "Compartir", + "URL" : "URL", + "Access granted" : "Acceso permitido", + "Error configuring Dropbox storage" : "Error al configurar el almacenamiento de Dropbox", + "Grant access" : "Permitir acceso", + "Error configuring Google Drive storage" : "Error al configurar el almacenamiento de Google Drive", + "Personal" : "Personal", + "Saved" : "Guardado", + "Name" : "Nombre", + "External Storage" : "Almacenamiento externo", + "Folder name" : "Nombre de la carpeta", + "Configuration" : "Configuración", + "Add storage" : "Añadir almacenamiento", + "Delete" : "Borrar", + "Enable User External Storage" : "Habilitar almacenamiento de usuario externo" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_AR.json b/apps/files_external/l10n/es_AR.json new file mode 100644 index 0000000000..3b971a1883 --- /dev/null +++ b/apps/files_external/l10n/es_AR.json @@ -0,0 +1,26 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Por favor, proporcioná un secreto y una contraseña válida para la aplicación Dropbox.", + "External storage" : "Almacenamiento externo", + "Location" : "Ubicación", + "Port" : "Puerto", + "Region" : "Provincia", + "Host" : "Servidor", + "Username" : "Nombre de usuario", + "Password" : "Contraseña", + "Share" : "Compartir", + "URL" : "URL", + "Access granted" : "Acceso permitido", + "Error configuring Dropbox storage" : "Error al configurar el almacenamiento de Dropbox", + "Grant access" : "Permitir acceso", + "Error configuring Google Drive storage" : "Error al configurar el almacenamiento de Google Drive", + "Personal" : "Personal", + "Saved" : "Guardado", + "Name" : "Nombre", + "External Storage" : "Almacenamiento externo", + "Folder name" : "Nombre de la carpeta", + "Configuration" : "Configuración", + "Add storage" : "Añadir almacenamiento", + "Delete" : "Borrar", + "Enable User External Storage" : "Habilitar almacenamiento de usuario externo" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/es_AR.php b/apps/files_external/l10n/es_AR.php deleted file mode 100644 index d262f2afb8..0000000000 --- a/apps/files_external/l10n/es_AR.php +++ /dev/null @@ -1,27 +0,0 @@ - "Por favor, proporcioná un secreto y una contraseña válida para la aplicación Dropbox.", -"External storage" => "Almacenamiento externo", -"Location" => "Ubicación", -"Port" => "Puerto", -"Region" => "Provincia", -"Host" => "Servidor", -"Username" => "Nombre de usuario", -"Password" => "Contraseña", -"Share" => "Compartir", -"URL" => "URL", -"Access granted" => "Acceso permitido", -"Error configuring Dropbox storage" => "Error al configurar el almacenamiento de Dropbox", -"Grant access" => "Permitir acceso", -"Error configuring Google Drive storage" => "Error al configurar el almacenamiento de Google Drive", -"Personal" => "Personal", -"Saved" => "Guardado", -"Name" => "Nombre", -"External Storage" => "Almacenamiento externo", -"Folder name" => "Nombre de la carpeta", -"Configuration" => "Configuración", -"Add storage" => "Añadir almacenamiento", -"Delete" => "Borrar", -"Enable User External Storage" => "Habilitar almacenamiento de usuario externo" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/es_CL.js b/apps/files_external/l10n/es_CL.js new file mode 100644 index 0000000000..e2936ebb41 --- /dev/null +++ b/apps/files_external/l10n/es_CL.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_external", + { + "Username" : "Usuario", + "Password" : "Clave", + "Share" : "Compartir", + "Personal" : "Personal", + "Folder name" : "Nombre del directorio" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_CL.json b/apps/files_external/l10n/es_CL.json new file mode 100644 index 0000000000..3c16c6b512 --- /dev/null +++ b/apps/files_external/l10n/es_CL.json @@ -0,0 +1,8 @@ +{ "translations": { + "Username" : "Usuario", + "Password" : "Clave", + "Share" : "Compartir", + "Personal" : "Personal", + "Folder name" : "Nombre del directorio" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/es_CL.php b/apps/files_external/l10n/es_CL.php deleted file mode 100644 index cd9a32fdd1..0000000000 --- a/apps/files_external/l10n/es_CL.php +++ /dev/null @@ -1,9 +0,0 @@ - "Usuario", -"Password" => "Clave", -"Share" => "Compartir", -"Personal" => "Personal", -"Folder name" => "Nombre del directorio" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/es_MX.js b/apps/files_external/l10n/es_MX.js new file mode 100644 index 0000000000..a51d157cd8 --- /dev/null +++ b/apps/files_external/l10n/es_MX.js @@ -0,0 +1,26 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Por favor, proporcione un una clave válida de la app Dropbox y una clave secreta.", + "External storage" : "Almacenamiento externo", + "Location" : "Ubicación", + "Port" : "Puerto", + "Host" : "Servidor", + "Username" : "Nombre de usuario", + "Password" : "Contraseña", + "Share" : "Compartir", + "URL" : "URL", + "Access granted" : "Acceso concedido", + "Error configuring Dropbox storage" : "Error configurando el almacenamiento de Dropbox", + "Grant access" : "Conceder acceso", + "Error configuring Google Drive storage" : "Error configurando el almacenamiento de Google Drive", + "Personal" : "Personal", + "Name" : "Nombre", + "External Storage" : "Almacenamiento externo", + "Folder name" : "Nombre de la carpeta", + "Configuration" : "Configuración", + "Add storage" : "Añadir almacenamiento", + "Delete" : "Eliminar", + "Enable User External Storage" : "Habilitar almacenamiento externo de usuario" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/es_MX.json b/apps/files_external/l10n/es_MX.json new file mode 100644 index 0000000000..4a4bccdefe --- /dev/null +++ b/apps/files_external/l10n/es_MX.json @@ -0,0 +1,24 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Por favor, proporcione un una clave válida de la app Dropbox y una clave secreta.", + "External storage" : "Almacenamiento externo", + "Location" : "Ubicación", + "Port" : "Puerto", + "Host" : "Servidor", + "Username" : "Nombre de usuario", + "Password" : "Contraseña", + "Share" : "Compartir", + "URL" : "URL", + "Access granted" : "Acceso concedido", + "Error configuring Dropbox storage" : "Error configurando el almacenamiento de Dropbox", + "Grant access" : "Conceder acceso", + "Error configuring Google Drive storage" : "Error configurando el almacenamiento de Google Drive", + "Personal" : "Personal", + "Name" : "Nombre", + "External Storage" : "Almacenamiento externo", + "Folder name" : "Nombre de la carpeta", + "Configuration" : "Configuración", + "Add storage" : "Añadir almacenamiento", + "Delete" : "Eliminar", + "Enable User External Storage" : "Habilitar almacenamiento externo de usuario" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/es_MX.php b/apps/files_external/l10n/es_MX.php deleted file mode 100644 index 2fbdbc5b4d..0000000000 --- a/apps/files_external/l10n/es_MX.php +++ /dev/null @@ -1,25 +0,0 @@ - "Por favor, proporcione un una clave válida de la app Dropbox y una clave secreta.", -"External storage" => "Almacenamiento externo", -"Location" => "Ubicación", -"Port" => "Puerto", -"Host" => "Servidor", -"Username" => "Nombre de usuario", -"Password" => "Contraseña", -"Share" => "Compartir", -"URL" => "URL", -"Access granted" => "Acceso concedido", -"Error configuring Dropbox storage" => "Error configurando el almacenamiento de Dropbox", -"Grant access" => "Conceder acceso", -"Error configuring Google Drive storage" => "Error configurando el almacenamiento de Google Drive", -"Personal" => "Personal", -"Name" => "Nombre", -"External Storage" => "Almacenamiento externo", -"Folder name" => "Nombre de la carpeta", -"Configuration" => "Configuración", -"Add storage" => "Añadir almacenamiento", -"Delete" => "Eliminar", -"Enable User External Storage" => "Habilitar almacenamiento externo de usuario" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/et_EE.js b/apps/files_external/l10n/et_EE.js new file mode 100644 index 0000000000..226190cb5f --- /dev/null +++ b/apps/files_external/l10n/et_EE.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Tellimustõendi hankimine ebaõnnestus. Veendu, et Su Dropboxi rakendi võti (key) ja saladus (secret) on korrektsed.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Ligipääsutõendi hankimine ebaõnnestus. Veendu, et Su Dropboxi rakendi võti (key) ja saladus (secret) on korrektsed.", + "Please provide a valid Dropbox app key and secret." : "Palun sisesta korrektne Dropboxi rakenduse võti ja salasõna.", + "Step 1 failed. Exception: %s" : "Samm 1 ebaõnnestus. Erind: %s", + "Step 2 failed. Exception: %s" : "Samm 2 ebaõnnestus. Erind: %s", + "External storage" : "Väline andmehoidla", + "Local" : "Kohalik", + "Location" : "Asukoht", + "Amazon S3" : "Amazon S3", + "Key" : "Võti", + "Secret" : "Salasõna", + "Bucket" : "Korv", + "Amazon S3 and compliant" : "Amazon S3 ja ühilduv", + "Access Key" : "Ligipääsu võti", + "Secret Key" : "Salavõti", + "Hostname" : "Hostinimi", + "Port" : "Port", + "Region" : "Piirkond", + "Enable SSL" : "SSL-i kasutamine", + "Enable Path Style" : "Luba otsingtee stiilis", + "App key" : "Rakenduse võti", + "App secret" : "Rakenduse salasõna", + "Host" : "Host", + "Username" : "Kasutajanimi", + "Password" : "Parool", + "Root" : "Juur", + "Secure ftps://" : "Turvaline ftps://", + "Client ID" : "Kliendi ID", + "Client secret" : "Kliendi salasõna", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Regioon (valikuline OpenStack Object Storage puhul)", + "API Key (required for Rackspace Cloud Files)" : "API võti (vajalik Rackspace Cloud Files puhul)", + "Tenantname (required for OpenStack Object Storage)" : "Rendinimi (tenantname , vajalik OpenStack Object Storage puhul)", + "Password (required for OpenStack Object Storage)" : "Parool (vajalik OpenStack Object Storage puhul)", + "Service Name (required for OpenStack Object Storage)" : "Teenuse nimi (vajalik OpenStack Object Storage puhul)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Tuvastuse URL lõpp-punkt (vajalik OpenStack Object Storage puhul)", + "Timeout of HTTP requests in seconds" : "HTTP päringute aegumine sekundites", + "Share" : "Jaga", + "SMB / CIFS using OC login" : "SMB / CIFS kasutades OC logimist", + "Username as share" : "Kasutajanimi kui jagamine", + "URL" : "URL", + "Secure https://" : "Turvaline https://", + "Remote subfolder" : "Mujahl olev alamkaust", + "Access granted" : "Ligipääs on antud", + "Error configuring Dropbox storage" : "Viga Dropboxi salvestusruumi seadistamisel", + "Grant access" : "Anna ligipääs", + "Error configuring Google Drive storage" : "Viga Google Drive'i salvestusruumi seadistamisel", + "Personal" : "Isiklik", + "System" : "Süsteem", + "All users. Type to select user or group." : "Kõik kasutajad. Kirjuta, et valida kasutaja või grupp.", + "(group)" : "(grupp)", + "Saved" : "Salvestatud", + "Note: " : "Märkus:", + " and " : "ja", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Märkus: cURL tugi puudub PHP paigalduses. FTP %s hoidla ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata cURL tugi.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Märkus: FTP tugi puudub PHP paigalduses. FTP %s hoidla ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata FTP tugi.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Märkus: \"%s\" pole paigaldatud. Hoidla %s ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata vajalik tugi.", + "You don't have any external storages" : "Sul pole ühtegi välist andmehoidlat", + "Name" : "Nimi", + "Storage type" : "Andmehoidla tüüp", + "Scope" : "Skoop", + "External Storage" : "Väline salvestuskoht", + "Folder name" : "Kausta nimi", + "Configuration" : "Seadistamine", + "Available for" : "Saadaval", + "Add storage" : "Lisa andmehoidla", + "Delete" : "Kustuta", + "Enable User External Storage" : "Luba kasutajatele väline salvestamine", + "Allow users to mount the following external storage" : "Võimalda kasutajatel ühendada järgmist välist andmehoidlat" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/et_EE.json b/apps/files_external/l10n/et_EE.json new file mode 100644 index 0000000000..a32eca9e8c --- /dev/null +++ b/apps/files_external/l10n/et_EE.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Tellimustõendi hankimine ebaõnnestus. Veendu, et Su Dropboxi rakendi võti (key) ja saladus (secret) on korrektsed.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Ligipääsutõendi hankimine ebaõnnestus. Veendu, et Su Dropboxi rakendi võti (key) ja saladus (secret) on korrektsed.", + "Please provide a valid Dropbox app key and secret." : "Palun sisesta korrektne Dropboxi rakenduse võti ja salasõna.", + "Step 1 failed. Exception: %s" : "Samm 1 ebaõnnestus. Erind: %s", + "Step 2 failed. Exception: %s" : "Samm 2 ebaõnnestus. Erind: %s", + "External storage" : "Väline andmehoidla", + "Local" : "Kohalik", + "Location" : "Asukoht", + "Amazon S3" : "Amazon S3", + "Key" : "Võti", + "Secret" : "Salasõna", + "Bucket" : "Korv", + "Amazon S3 and compliant" : "Amazon S3 ja ühilduv", + "Access Key" : "Ligipääsu võti", + "Secret Key" : "Salavõti", + "Hostname" : "Hostinimi", + "Port" : "Port", + "Region" : "Piirkond", + "Enable SSL" : "SSL-i kasutamine", + "Enable Path Style" : "Luba otsingtee stiilis", + "App key" : "Rakenduse võti", + "App secret" : "Rakenduse salasõna", + "Host" : "Host", + "Username" : "Kasutajanimi", + "Password" : "Parool", + "Root" : "Juur", + "Secure ftps://" : "Turvaline ftps://", + "Client ID" : "Kliendi ID", + "Client secret" : "Kliendi salasõna", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Regioon (valikuline OpenStack Object Storage puhul)", + "API Key (required for Rackspace Cloud Files)" : "API võti (vajalik Rackspace Cloud Files puhul)", + "Tenantname (required for OpenStack Object Storage)" : "Rendinimi (tenantname , vajalik OpenStack Object Storage puhul)", + "Password (required for OpenStack Object Storage)" : "Parool (vajalik OpenStack Object Storage puhul)", + "Service Name (required for OpenStack Object Storage)" : "Teenuse nimi (vajalik OpenStack Object Storage puhul)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Tuvastuse URL lõpp-punkt (vajalik OpenStack Object Storage puhul)", + "Timeout of HTTP requests in seconds" : "HTTP päringute aegumine sekundites", + "Share" : "Jaga", + "SMB / CIFS using OC login" : "SMB / CIFS kasutades OC logimist", + "Username as share" : "Kasutajanimi kui jagamine", + "URL" : "URL", + "Secure https://" : "Turvaline https://", + "Remote subfolder" : "Mujahl olev alamkaust", + "Access granted" : "Ligipääs on antud", + "Error configuring Dropbox storage" : "Viga Dropboxi salvestusruumi seadistamisel", + "Grant access" : "Anna ligipääs", + "Error configuring Google Drive storage" : "Viga Google Drive'i salvestusruumi seadistamisel", + "Personal" : "Isiklik", + "System" : "Süsteem", + "All users. Type to select user or group." : "Kõik kasutajad. Kirjuta, et valida kasutaja või grupp.", + "(group)" : "(grupp)", + "Saved" : "Salvestatud", + "Note: " : "Märkus:", + " and " : "ja", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Märkus: cURL tugi puudub PHP paigalduses. FTP %s hoidla ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata cURL tugi.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Märkus: FTP tugi puudub PHP paigalduses. FTP %s hoidla ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata FTP tugi.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Märkus: \"%s\" pole paigaldatud. Hoidla %s ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata vajalik tugi.", + "You don't have any external storages" : "Sul pole ühtegi välist andmehoidlat", + "Name" : "Nimi", + "Storage type" : "Andmehoidla tüüp", + "Scope" : "Skoop", + "External Storage" : "Väline salvestuskoht", + "Folder name" : "Kausta nimi", + "Configuration" : "Seadistamine", + "Available for" : "Saadaval", + "Add storage" : "Lisa andmehoidla", + "Delete" : "Kustuta", + "Enable User External Storage" : "Luba kasutajatele väline salvestamine", + "Allow users to mount the following external storage" : "Võimalda kasutajatel ühendada järgmist välist andmehoidlat" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/et_EE.php b/apps/files_external/l10n/et_EE.php deleted file mode 100644 index 55992a44e6..0000000000 --- a/apps/files_external/l10n/et_EE.php +++ /dev/null @@ -1,73 +0,0 @@ - "Tellimustõendi hankimine ebaõnnestus. Veendu, et Su Dropboxi rakendi võti (key) ja saladus (secret) on korrektsed.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Ligipääsutõendi hankimine ebaõnnestus. Veendu, et Su Dropboxi rakendi võti (key) ja saladus (secret) on korrektsed.", -"Please provide a valid Dropbox app key and secret." => "Palun sisesta korrektne Dropboxi rakenduse võti ja salasõna.", -"Step 1 failed. Exception: %s" => "Samm 1 ebaõnnestus. Erind: %s", -"Step 2 failed. Exception: %s" => "Samm 2 ebaõnnestus. Erind: %s", -"External storage" => "Väline andmehoidla", -"Local" => "Kohalik", -"Location" => "Asukoht", -"Amazon S3" => "Amazon S3", -"Key" => "Võti", -"Secret" => "Salasõna", -"Bucket" => "Korv", -"Amazon S3 and compliant" => "Amazon S3 ja ühilduv", -"Access Key" => "Ligipääsu võti", -"Secret Key" => "Salavõti", -"Hostname" => "Hostinimi", -"Port" => "Port", -"Region" => "Piirkond", -"Enable SSL" => "SSL-i kasutamine", -"Enable Path Style" => "Luba otsingtee stiilis", -"App key" => "Rakenduse võti", -"App secret" => "Rakenduse salasõna", -"Host" => "Host", -"Username" => "Kasutajanimi", -"Password" => "Parool", -"Root" => "Juur", -"Secure ftps://" => "Turvaline ftps://", -"Client ID" => "Kliendi ID", -"Client secret" => "Kliendi salasõna", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Regioon (valikuline OpenStack Object Storage puhul)", -"API Key (required for Rackspace Cloud Files)" => "API võti (vajalik Rackspace Cloud Files puhul)", -"Tenantname (required for OpenStack Object Storage)" => "Rendinimi (tenantname , vajalik OpenStack Object Storage puhul)", -"Password (required for OpenStack Object Storage)" => "Parool (vajalik OpenStack Object Storage puhul)", -"Service Name (required for OpenStack Object Storage)" => "Teenuse nimi (vajalik OpenStack Object Storage puhul)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "Tuvastuse URL lõpp-punkt (vajalik OpenStack Object Storage puhul)", -"Timeout of HTTP requests in seconds" => "HTTP päringute aegumine sekundites", -"Share" => "Jaga", -"SMB / CIFS using OC login" => "SMB / CIFS kasutades OC logimist", -"Username as share" => "Kasutajanimi kui jagamine", -"URL" => "URL", -"Secure https://" => "Turvaline https://", -"Remote subfolder" => "Mujahl olev alamkaust", -"Access granted" => "Ligipääs on antud", -"Error configuring Dropbox storage" => "Viga Dropboxi salvestusruumi seadistamisel", -"Grant access" => "Anna ligipääs", -"Error configuring Google Drive storage" => "Viga Google Drive'i salvestusruumi seadistamisel", -"Personal" => "Isiklik", -"System" => "Süsteem", -"All users. Type to select user or group." => "Kõik kasutajad. Kirjuta, et valida kasutaja või grupp.", -"(group)" => "(grupp)", -"Saved" => "Salvestatud", -"Note: " => "Märkus:", -" and " => "ja", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Märkus: cURL tugi puudub PHP paigalduses. FTP %s hoidla ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata cURL tugi.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Märkus: FTP tugi puudub PHP paigalduses. FTP %s hoidla ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata FTP tugi.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Märkus: \"%s\" pole paigaldatud. Hoidla %s ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata vajalik tugi.", -"You don't have any external storages" => "Sul pole ühtegi välist andmehoidlat", -"Name" => "Nimi", -"Storage type" => "Andmehoidla tüüp", -"Scope" => "Skoop", -"External Storage" => "Väline salvestuskoht", -"Folder name" => "Kausta nimi", -"Configuration" => "Seadistamine", -"Available for" => "Saadaval", -"Add storage" => "Lisa andmehoidla", -"Delete" => "Kustuta", -"Enable User External Storage" => "Luba kasutajatele väline salvestamine", -"Allow users to mount the following external storage" => "Võimalda kasutajatel ühendada järgmist välist andmehoidlat" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/eu.js b/apps/files_external/l10n/eu.js new file mode 100644 index 0000000000..4c8ce97c6f --- /dev/null +++ b/apps/files_external/l10n/eu.js @@ -0,0 +1,68 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Eskaera tokenen eskuratzeak huts egin du. Egiaztatu zure Dropbox app giltza eta sekretua zuzenak direla.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Sarrera tokenen eskuratzeak huts egin du. Egiaztatu zure Dropbox app giltza eta sekretua zuzenak direla.", + "Please provide a valid Dropbox app key and secret." : "Mesedez eman baliozkoa den Dropbox app giltza eta sekretua", + "Step 1 failed. Exception: %s" : "1 Urratsak huts egin du. Salbuespena: %s", + "Step 2 failed. Exception: %s" : "2 Urratsak huts egin du. Salbuespena: %s", + "External storage" : "Kanpoko biltegiratzea", + "Local" : "Bertakoa", + "Location" : "Kokapena", + "Amazon S3" : "Amazon S3", + "Key" : "Gakoa", + "Secret" : "Sekretua", + "Amazon S3 and compliant" : "Amazon S3 eta baliokideak", + "Access Key" : "Sarbide gakoa", + "Secret Key" : "Giltza Sekretua", + "Port" : "Portua", + "Region" : "Eskualdea", + "Enable SSL" : "Gaitu SSL", + "Enable Path Style" : "Gaitu Bide Estiloa", + "App key" : "Aplikazio gakoa", + "App secret" : "App sekretua", + "Host" : "Ostalaria", + "Username" : "Erabiltzaile izena", + "Password" : "Pasahitza", + "Root" : "Erroa", + "Secure ftps://" : "ftps:// segurua", + "Client ID" : "Bezero ID", + "Client secret" : "Bezeroaren Sekretua", + "OpenStack Object Storage" : "OpenStack Objektu Biltegiratzea", + "Region (optional for OpenStack Object Storage)" : "Eskualdea (hautazkoa OpenStack Objektu Biltegiratzerako)", + "API Key (required for Rackspace Cloud Files)" : "API Giltza (beharrezkoa Rackspace Cloud Filesentzako)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (beharrezkoa OpenStack Objektu Biltegiratzerko)", + "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)", + "Share" : "Partekatu", + "SMB / CIFS using OC login" : "SMB / CIFS saioa hasteko OC erabiliz", + "Username as share" : "Erabiltzaile izena elkarbanaketa bezala", + "URL" : "URL", + "Secure https://" : "https:// segurua", + "Remote subfolder" : "Urruneko azpikarpeta", + "Access granted" : "Sarrera baimendua", + "Error configuring Dropbox storage" : "Errore bat egon da Dropbox biltegiratzea konfiguratzean", + "Grant access" : "Baimendu sarrera", + "Error configuring Google Drive storage" : "Errore bat egon da Google Drive konfiguratzean", + "Personal" : "Pertsonala", + "System" : "Sistema", + "Saved" : "Gordeta", + "Note: " : "Oharra:", + " and " : "eta", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Oharra: :PHPko cURL euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Oharra: :PHPko FTP euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Oharra:\"%s\" euskarria ez dago instalatuta Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", + "You don't have any external storages" : "Ez duzu kanpoko biltegiratzerik", + "Name" : "Izena", + "Storage type" : "Biltegiratze mota", + "External Storage" : "Kanpoko biltegiratzea", + "Folder name" : "Karpetaren izena", + "Configuration" : "Konfigurazioa", + "Available for" : "Hauentzat eskuragarri", + "Add storage" : "Gehitu biltegiratzea", + "Delete" : "Ezabatu", + "Enable User External Storage" : "Gaitu erabiltzaileentzako kanpo biltegiratzea", + "Allow users to mount the following external storage" : "Baimendu erabiltzaileak hurrengo kanpo biltegiratzeak muntatzen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/eu.json b/apps/files_external/l10n/eu.json new file mode 100644 index 0000000000..b74d207cc2 --- /dev/null +++ b/apps/files_external/l10n/eu.json @@ -0,0 +1,66 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Eskaera tokenen eskuratzeak huts egin du. Egiaztatu zure Dropbox app giltza eta sekretua zuzenak direla.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Sarrera tokenen eskuratzeak huts egin du. Egiaztatu zure Dropbox app giltza eta sekretua zuzenak direla.", + "Please provide a valid Dropbox app key and secret." : "Mesedez eman baliozkoa den Dropbox app giltza eta sekretua", + "Step 1 failed. Exception: %s" : "1 Urratsak huts egin du. Salbuespena: %s", + "Step 2 failed. Exception: %s" : "2 Urratsak huts egin du. Salbuespena: %s", + "External storage" : "Kanpoko biltegiratzea", + "Local" : "Bertakoa", + "Location" : "Kokapena", + "Amazon S3" : "Amazon S3", + "Key" : "Gakoa", + "Secret" : "Sekretua", + "Amazon S3 and compliant" : "Amazon S3 eta baliokideak", + "Access Key" : "Sarbide gakoa", + "Secret Key" : "Giltza Sekretua", + "Port" : "Portua", + "Region" : "Eskualdea", + "Enable SSL" : "Gaitu SSL", + "Enable Path Style" : "Gaitu Bide Estiloa", + "App key" : "Aplikazio gakoa", + "App secret" : "App sekretua", + "Host" : "Ostalaria", + "Username" : "Erabiltzaile izena", + "Password" : "Pasahitza", + "Root" : "Erroa", + "Secure ftps://" : "ftps:// segurua", + "Client ID" : "Bezero ID", + "Client secret" : "Bezeroaren Sekretua", + "OpenStack Object Storage" : "OpenStack Objektu Biltegiratzea", + "Region (optional for OpenStack Object Storage)" : "Eskualdea (hautazkoa OpenStack Objektu Biltegiratzerako)", + "API Key (required for Rackspace Cloud Files)" : "API Giltza (beharrezkoa Rackspace Cloud Filesentzako)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (beharrezkoa OpenStack Objektu Biltegiratzerko)", + "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)", + "Share" : "Partekatu", + "SMB / CIFS using OC login" : "SMB / CIFS saioa hasteko OC erabiliz", + "Username as share" : "Erabiltzaile izena elkarbanaketa bezala", + "URL" : "URL", + "Secure https://" : "https:// segurua", + "Remote subfolder" : "Urruneko azpikarpeta", + "Access granted" : "Sarrera baimendua", + "Error configuring Dropbox storage" : "Errore bat egon da Dropbox biltegiratzea konfiguratzean", + "Grant access" : "Baimendu sarrera", + "Error configuring Google Drive storage" : "Errore bat egon da Google Drive konfiguratzean", + "Personal" : "Pertsonala", + "System" : "Sistema", + "Saved" : "Gordeta", + "Note: " : "Oharra:", + " and " : "eta", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Oharra: :PHPko cURL euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Oharra: :PHPko FTP euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Oharra:\"%s\" euskarria ez dago instalatuta Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", + "You don't have any external storages" : "Ez duzu kanpoko biltegiratzerik", + "Name" : "Izena", + "Storage type" : "Biltegiratze mota", + "External Storage" : "Kanpoko biltegiratzea", + "Folder name" : "Karpetaren izena", + "Configuration" : "Konfigurazioa", + "Available for" : "Hauentzat eskuragarri", + "Add storage" : "Gehitu biltegiratzea", + "Delete" : "Ezabatu", + "Enable User External Storage" : "Gaitu erabiltzaileentzako kanpo biltegiratzea", + "Allow users to mount the following external storage" : "Baimendu erabiltzaileak hurrengo kanpo biltegiratzeak muntatzen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/eu.php b/apps/files_external/l10n/eu.php deleted file mode 100644 index 9ebf51e49c..0000000000 --- a/apps/files_external/l10n/eu.php +++ /dev/null @@ -1,71 +0,0 @@ - "Eskaera tokenen eskuratzeak huts egin du. Egiaztatu zure Dropbox app giltza eta sekretua zuzenak direla.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Sarrera tokenen eskuratzeak huts egin du. Egiaztatu zure Dropbox app giltza eta sekretua zuzenak direla.", -"Please provide a valid Dropbox app key and secret." => "Mesedez eman baliozkoa den Dropbox app giltza eta sekretua", -"Step 1 failed. Exception: %s" => "1 Urratsak huts egin du. Salbuespena: %s", -"Step 2 failed. Exception: %s" => "2 Urratsak huts egin du. Salbuespena: %s", -"External storage" => "Kanpoko biltegiratzea", -"Local" => "Bertakoa", -"Location" => "Kokapena", -"Amazon S3" => "Amazon S3", -"Key" => "Gakoa", -"Secret" => "Sekretua", -"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", -"Enable Path Style" => "Gaitu Bide Estiloa", -"App key" => "Aplikazio gakoa", -"App secret" => "App sekretua", -"Host" => "Ostalaria", -"Username" => "Erabiltzaile izena", -"Password" => "Pasahitza", -"Root" => "Erroa", -"Secure ftps://" => "ftps:// segurua", -"Client ID" => "Bezero ID", -"Client secret" => "Bezeroaren Sekretua", -"OpenStack Object Storage" => "OpenStack Objektu Biltegiratzea", -"Region (optional for OpenStack Object Storage)" => "Eskualdea (hautazkoa OpenStack Objektu Biltegiratzerako)", -"API Key (required for Rackspace Cloud Files)" => "API Giltza (beharrezkoa Rackspace Cloud Filesentzako)", -"Tenantname (required for OpenStack Object Storage)" => "Tenantname (beharrezkoa OpenStack Objektu Biltegiratzerko)", -"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", -"URL" => "URL", -"Secure https://" => "https:// segurua", -"Remote subfolder" => "Urruneko azpikarpeta", -"Access granted" => "Sarrera baimendua", -"Error configuring Dropbox storage" => "Errore bat egon da Dropbox biltegiratzea konfiguratzean", -"Grant access" => "Baimendu sarrera", -"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", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Oharra: :PHPko cURL euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Oharra: :PHPko FTP euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Oharra:\"%s\" euskarria ez dago instalatuta Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ", -"You don't have any external storages" => "Ez duzu kanpoko biltegiratzerik", -"Name" => "Izena", -"Storage type" => "Biltegiratze mota", -"External Storage" => "Kanpoko biltegiratzea", -"Folder name" => "Karpetaren izena", -"Configuration" => "Konfigurazioa", -"Available for" => "Hauentzat eskuragarri", -"Add storage" => "Gehitu biltegiratzea", -"Delete" => "Ezabatu", -"Enable User External Storage" => "Gaitu erabiltzaileentzako kanpo biltegiratzea", -"Allow users to mount the following external storage" => "Baimendu erabiltzaileak hurrengo kanpo biltegiratzeak muntatzen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/eu_ES.js b/apps/files_external/l10n/eu_ES.js new file mode 100644 index 0000000000..513edcb534 --- /dev/null +++ b/apps/files_external/l10n/eu_ES.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_external", + { + "Location" : "kokapena", + "Personal" : "Pertsonala", + "Delete" : "Ezabatu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/eu_ES.json b/apps/files_external/l10n/eu_ES.json new file mode 100644 index 0000000000..149a30d1a7 --- /dev/null +++ b/apps/files_external/l10n/eu_ES.json @@ -0,0 +1,6 @@ +{ "translations": { + "Location" : "kokapena", + "Personal" : "Pertsonala", + "Delete" : "Ezabatu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/eu_ES.php b/apps/files_external/l10n/eu_ES.php deleted file mode 100644 index c1a7b6889b..0000000000 --- a/apps/files_external/l10n/eu_ES.php +++ /dev/null @@ -1,7 +0,0 @@ - "kokapena", -"Personal" => "Pertsonala", -"Delete" => "Ezabatu" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/fa.js b/apps/files_external/l10n/fa.js new file mode 100644 index 0000000000..066684383e --- /dev/null +++ b/apps/files_external/l10n/fa.js @@ -0,0 +1,28 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "لطفا یک کلید و کد امنیتی صحیح دراپ باکس وارد کنید.", + "External storage" : "حافظه خارجی", + "Location" : "محل", + "Port" : "درگاه", + "Region" : "ناحیه", + "Host" : "میزبانی", + "Username" : "نام کاربری", + "Password" : "گذرواژه", + "Share" : "اشتراک‌گذاری", + "URL" : "آدرس", + "Access granted" : "مجوز دسترسی صادر شد", + "Error configuring Dropbox storage" : "خطا به هنگام تنظیم فضای دراپ باکس", + "Grant access" : " مجوز اعطا دسترسی", + "Error configuring Google Drive storage" : "خطا به هنگام تنظیم فضای Google Drive", + "Personal" : "شخصی", + "Saved" : "ذخیره شد", + "Name" : "نام", + "External Storage" : "حافظه خارجی", + "Folder name" : "نام پوشه", + "Configuration" : "پیکربندی", + "Add storage" : "اضافه کردن حافظه", + "Delete" : "حذف", + "Enable User External Storage" : "فعال سازی حافظه خارجی کاربر" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/fa.json b/apps/files_external/l10n/fa.json new file mode 100644 index 0000000000..21bd2c63b5 --- /dev/null +++ b/apps/files_external/l10n/fa.json @@ -0,0 +1,26 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "لطفا یک کلید و کد امنیتی صحیح دراپ باکس وارد کنید.", + "External storage" : "حافظه خارجی", + "Location" : "محل", + "Port" : "درگاه", + "Region" : "ناحیه", + "Host" : "میزبانی", + "Username" : "نام کاربری", + "Password" : "گذرواژه", + "Share" : "اشتراک‌گذاری", + "URL" : "آدرس", + "Access granted" : "مجوز دسترسی صادر شد", + "Error configuring Dropbox storage" : "خطا به هنگام تنظیم فضای دراپ باکس", + "Grant access" : " مجوز اعطا دسترسی", + "Error configuring Google Drive storage" : "خطا به هنگام تنظیم فضای Google Drive", + "Personal" : "شخصی", + "Saved" : "ذخیره شد", + "Name" : "نام", + "External Storage" : "حافظه خارجی", + "Folder name" : "نام پوشه", + "Configuration" : "پیکربندی", + "Add storage" : "اضافه کردن حافظه", + "Delete" : "حذف", + "Enable User External Storage" : "فعال سازی حافظه خارجی کاربر" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/fa.php b/apps/files_external/l10n/fa.php deleted file mode 100644 index 820f4f8d73..0000000000 --- a/apps/files_external/l10n/fa.php +++ /dev/null @@ -1,27 +0,0 @@ - "لطفا یک کلید و کد امنیتی صحیح دراپ باکس وارد کنید.", -"External storage" => "حافظه خارجی", -"Location" => "محل", -"Port" => "درگاه", -"Region" => "ناحیه", -"Host" => "میزبانی", -"Username" => "نام کاربری", -"Password" => "گذرواژه", -"Share" => "اشتراک‌گذاری", -"URL" => "آدرس", -"Access granted" => "مجوز دسترسی صادر شد", -"Error configuring Dropbox storage" => "خطا به هنگام تنظیم فضای دراپ باکس", -"Grant access" => " مجوز اعطا دسترسی", -"Error configuring Google Drive storage" => "خطا به هنگام تنظیم فضای Google Drive", -"Personal" => "شخصی", -"Saved" => "ذخیره شد", -"Name" => "نام", -"External Storage" => "حافظه خارجی", -"Folder name" => "نام پوشه", -"Configuration" => "پیکربندی", -"Add storage" => "اضافه کردن حافظه", -"Delete" => "حذف", -"Enable User External Storage" => "فعال سازی حافظه خارجی کاربر" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/fi_FI.js b/apps/files_external/l10n/fi_FI.js new file mode 100644 index 0000000000..f7895f842c --- /dev/null +++ b/apps/files_external/l10n/fi_FI.js @@ -0,0 +1,50 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Anna kelvollinen Dropbox-sovellusavain ja salainen vastaus.", + "Step 1 failed. Exception: %s" : "Vaihe 1 epäonnistui. Poikkeus: %s", + "Step 2 failed. Exception: %s" : "Vaihe 2 epäonnistui. Poikkeus: %s", + "External storage" : "Ulkoinen tallennustila", + "Local" : "Paikallinen", + "Location" : "Sijainti", + "Amazon S3" : "Amazon S3", + "Key" : "Avain", + "Amazon S3 and compliant" : "Amazon S3 ja yhteensopivat", + "Port" : "Portti", + "Region" : "Alue", + "Enable SSL" : "Käytä SSL:ää", + "Host" : "Isäntä", + "Username" : "Käyttäjätunnus", + "Password" : "Salasana", + "Secure ftps://" : "Salattu ftps://", + "Timeout of HTTP requests in seconds" : "HTTP-pyyntöjen aikakatkaisu sekunneissa", + "Share" : "Jaa", + "URL" : "Verkko-osoite", + "Secure https://" : "Salattu https://", + "Access granted" : "Pääsy sallittu", + "Error configuring Dropbox storage" : "Virhe Dropbox levyn asetuksia tehtäessä", + "Grant access" : "Salli pääsy", + "Error configuring Google Drive storage" : "Virhe Google Drive levyn asetuksia tehtäessä", + "Personal" : "Henkilökohtainen", + "System" : "Järjestelmä", + "All users. Type to select user or group." : "Kaikki käyttäjät. Kirjoita valitaksesi käyttäjän tai ryhmän.", + "(group)" : "(ryhmä)", + "Saved" : "Tallennettu", + "Note: " : "Huomio: ", + " and " : "ja", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Huomio: PHP:n cURL-tuki ei ole käytössä tai sitä ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan cURL-tuki käyttöön.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Huomio: PHP:n FTP-tuki ei ole käytössä tai sitä ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan FTP-tuki käyttöön.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Huomio: \"%s\" ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan puuttuva kohde.", + "You don't have any external storages" : "Käytössäsi ei ole erillisiä tallennustiloja", + "Name" : "Nimi", + "Storage type" : "Tallennustilan tyyppi", + "External Storage" : "Erillinen tallennusväline", + "Folder name" : "Kansion nimi", + "Configuration" : "Asetukset", + "Available for" : "Saatavuus", + "Add storage" : "Lisää tallennustila", + "Delete" : "Poista", + "Enable User External Storage" : "Ota käyttöön ulkopuoliset tallennuspaikat", + "Allow users to mount the following external storage" : "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/fi_FI.json b/apps/files_external/l10n/fi_FI.json new file mode 100644 index 0000000000..dad235128f --- /dev/null +++ b/apps/files_external/l10n/fi_FI.json @@ -0,0 +1,48 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Anna kelvollinen Dropbox-sovellusavain ja salainen vastaus.", + "Step 1 failed. Exception: %s" : "Vaihe 1 epäonnistui. Poikkeus: %s", + "Step 2 failed. Exception: %s" : "Vaihe 2 epäonnistui. Poikkeus: %s", + "External storage" : "Ulkoinen tallennustila", + "Local" : "Paikallinen", + "Location" : "Sijainti", + "Amazon S3" : "Amazon S3", + "Key" : "Avain", + "Amazon S3 and compliant" : "Amazon S3 ja yhteensopivat", + "Port" : "Portti", + "Region" : "Alue", + "Enable SSL" : "Käytä SSL:ää", + "Host" : "Isäntä", + "Username" : "Käyttäjätunnus", + "Password" : "Salasana", + "Secure ftps://" : "Salattu ftps://", + "Timeout of HTTP requests in seconds" : "HTTP-pyyntöjen aikakatkaisu sekunneissa", + "Share" : "Jaa", + "URL" : "Verkko-osoite", + "Secure https://" : "Salattu https://", + "Access granted" : "Pääsy sallittu", + "Error configuring Dropbox storage" : "Virhe Dropbox levyn asetuksia tehtäessä", + "Grant access" : "Salli pääsy", + "Error configuring Google Drive storage" : "Virhe Google Drive levyn asetuksia tehtäessä", + "Personal" : "Henkilökohtainen", + "System" : "Järjestelmä", + "All users. Type to select user or group." : "Kaikki käyttäjät. Kirjoita valitaksesi käyttäjän tai ryhmän.", + "(group)" : "(ryhmä)", + "Saved" : "Tallennettu", + "Note: " : "Huomio: ", + " and " : "ja", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Huomio: PHP:n cURL-tuki ei ole käytössä tai sitä ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan cURL-tuki käyttöön.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Huomio: PHP:n FTP-tuki ei ole käytössä tai sitä ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan FTP-tuki käyttöön.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Huomio: \"%s\" ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan puuttuva kohde.", + "You don't have any external storages" : "Käytössäsi ei ole erillisiä tallennustiloja", + "Name" : "Nimi", + "Storage type" : "Tallennustilan tyyppi", + "External Storage" : "Erillinen tallennusväline", + "Folder name" : "Kansion nimi", + "Configuration" : "Asetukset", + "Available for" : "Saatavuus", + "Add storage" : "Lisää tallennustila", + "Delete" : "Poista", + "Enable User External Storage" : "Ota käyttöön ulkopuoliset tallennuspaikat", + "Allow users to mount the following external storage" : "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/fi_FI.php b/apps/files_external/l10n/fi_FI.php deleted file mode 100644 index a2d5420c97..0000000000 --- a/apps/files_external/l10n/fi_FI.php +++ /dev/null @@ -1,49 +0,0 @@ - "Anna kelvollinen Dropbox-sovellusavain ja salainen vastaus.", -"Step 1 failed. Exception: %s" => "Vaihe 1 epäonnistui. Poikkeus: %s", -"Step 2 failed. Exception: %s" => "Vaihe 2 epäonnistui. Poikkeus: %s", -"External storage" => "Ulkoinen tallennustila", -"Local" => "Paikallinen", -"Location" => "Sijainti", -"Amazon S3" => "Amazon S3", -"Key" => "Avain", -"Amazon S3 and compliant" => "Amazon S3 ja yhteensopivat", -"Port" => "Portti", -"Region" => "Alue", -"Enable SSL" => "Käytä SSL:ää", -"Host" => "Isäntä", -"Username" => "Käyttäjätunnus", -"Password" => "Salasana", -"Secure ftps://" => "Salattu ftps://", -"Timeout of HTTP requests in seconds" => "HTTP-pyyntöjen aikakatkaisu sekunneissa", -"Share" => "Jaa", -"URL" => "Verkko-osoite", -"Secure https://" => "Salattu https://", -"Access granted" => "Pääsy sallittu", -"Error configuring Dropbox storage" => "Virhe Dropbox levyn asetuksia tehtäessä", -"Grant access" => "Salli pääsy", -"Error configuring Google Drive storage" => "Virhe Google Drive levyn asetuksia tehtäessä", -"Personal" => "Henkilökohtainen", -"System" => "Järjestelmä", -"All users. Type to select user or group." => "Kaikki käyttäjät. Kirjoita valitaksesi käyttäjän tai ryhmän.", -"(group)" => "(ryhmä)", -"Saved" => "Tallennettu", -"Note: " => "Huomio: ", -" and " => "ja", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Huomio: PHP:n cURL-tuki ei ole käytössä tai sitä ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan cURL-tuki käyttöön.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Huomio: PHP:n FTP-tuki ei ole käytössä tai sitä ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan FTP-tuki käyttöön.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Huomio: \"%s\" ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan puuttuva kohde.", -"You don't have any external storages" => "Käytössäsi ei ole erillisiä tallennustiloja", -"Name" => "Nimi", -"Storage type" => "Tallennustilan tyyppi", -"External Storage" => "Erillinen tallennusväline", -"Folder name" => "Kansion nimi", -"Configuration" => "Asetukset", -"Available for" => "Saatavuus", -"Add storage" => "Lisää tallennustila", -"Delete" => "Poista", -"Enable User External Storage" => "Ota käyttöön ulkopuoliset tallennuspaikat", -"Allow users to mount the following external storage" => "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js new file mode 100644 index 0000000000..8f4b0bc11b --- /dev/null +++ b/apps/files_external/l10n/fr.js @@ -0,0 +1,74 @@ +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 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", + "Step 2 failed. Exception: %s" : "L’étape 2 a échoué. Erreur: %s", + "External storage" : "Stockage externe", + "Local" : "Local", + "Location" : "Emplacement", + "Amazon S3" : "Amazon S3", + "Key" : "Clé", + "Secret" : "Secret", + "Bucket" : "Seau", + "Amazon S3 and compliant" : "Compatible avec Amazon S3", + "Access Key" : "Clé d'accès", + "Secret Key" : "Clé secrète", + "Hostname" : "Nom de l'hôte", + "Port" : "Port", + "Region" : "Région", + "Enable SSL" : "Activer SSL", + "Enable Path Style" : "Activer le style de chemin", + "App key" : "Clé App", + "App secret" : "Secret de l'application", + "Host" : "Hôte", + "Username" : "Nom d'utilisateur", + "Password" : "Mot de passe", + "Root" : "Root", + "Secure ftps://" : "Sécuriser via ftps://", + "Client ID" : "ID Client", + "Client secret" : "Secret client", + "OpenStack Object Storage" : "Object de Stockage OpenStack", + "Region (optional for OpenStack Object Storage)" : "Region (optionnel pour Object de Stockage OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Clé API (requis pour Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nom du locataire (requis pour le stockage OpenStack)", + "Password (required for OpenStack Object Storage)" : "Mot de passe (requis pour OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nom du service (requit pour le stockage OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL du point d'accès d'identité (requis pour le stockage OpenStack)", + "Timeout of HTTP requests in seconds" : "Temps maximal de requête HTTP en seconde", + "Share" : "Partager", + "SMB / CIFS using OC login" : "SMB / CIFS utilise le nom d'utilisateur OC", + "Username as share" : "Nom d'utilisateur du partage", + "URL" : "URL", + "Secure https://" : "Sécurisation https://", + "Remote subfolder" : "Sous-dossier distant", + "Access granted" : "Accès autorisé", + "Error configuring Dropbox storage" : "Erreur lors de la configuration du support de stockage Dropbox", + "Grant access" : "Autoriser l'accès", + "Error configuring Google Drive storage" : "Erreur lors de la configuration du support de stockage Google Drive", + "Personal" : "Personnel", + "System" : "Système", + "All users. Type to select user or group." : "Tous les utilisateurs. Commencez à saisir pour sélectionner un utilisateur ou un groupe.", + "(group)" : "(groupe)", + "Saved" : "Sauvegarder", + "Note: " : "Attention :", + " and " : "et", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Attention : Le support de cURL de PHP n'est pas activé ou installé. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Attention : Le support FTP de PHP n'est pas activé ou installé. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Attention : \"%s\" n'est pas installé. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.", + "You don't have any external storages" : "Vous n'avez pas de support de stockage externe", + "Name" : "Nom", + "Storage type" : "Type de support de stockage", + "Scope" : "Portée", + "External Storage" : "Stockage externe", + "Folder name" : "Nom du dossier", + "Configuration" : "Configuration", + "Available for" : "Disponible pour", + "Add storage" : "Ajouter un support de stockage", + "Delete" : "Supprimer", + "Enable User External Storage" : "Activer le stockage externe pour les utilisateurs", + "Allow users to mount the following external storage" : "Autorise les utilisateurs à monter les stockage externes suivants" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json new file mode 100644 index 0000000000..b4b614e377 --- /dev/null +++ b/apps/files_external/l10n/fr.json @@ -0,0 +1,72 @@ +{ "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 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", + "Step 2 failed. Exception: %s" : "L’étape 2 a échoué. Erreur: %s", + "External storage" : "Stockage externe", + "Local" : "Local", + "Location" : "Emplacement", + "Amazon S3" : "Amazon S3", + "Key" : "Clé", + "Secret" : "Secret", + "Bucket" : "Seau", + "Amazon S3 and compliant" : "Compatible avec Amazon S3", + "Access Key" : "Clé d'accès", + "Secret Key" : "Clé secrète", + "Hostname" : "Nom de l'hôte", + "Port" : "Port", + "Region" : "Région", + "Enable SSL" : "Activer SSL", + "Enable Path Style" : "Activer le style de chemin", + "App key" : "Clé App", + "App secret" : "Secret de l'application", + "Host" : "Hôte", + "Username" : "Nom d'utilisateur", + "Password" : "Mot de passe", + "Root" : "Root", + "Secure ftps://" : "Sécuriser via ftps://", + "Client ID" : "ID Client", + "Client secret" : "Secret client", + "OpenStack Object Storage" : "Object de Stockage OpenStack", + "Region (optional for OpenStack Object Storage)" : "Region (optionnel pour Object de Stockage OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Clé API (requis pour Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nom du locataire (requis pour le stockage OpenStack)", + "Password (required for OpenStack Object Storage)" : "Mot de passe (requis pour OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nom du service (requit pour le stockage OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL du point d'accès d'identité (requis pour le stockage OpenStack)", + "Timeout of HTTP requests in seconds" : "Temps maximal de requête HTTP en seconde", + "Share" : "Partager", + "SMB / CIFS using OC login" : "SMB / CIFS utilise le nom d'utilisateur OC", + "Username as share" : "Nom d'utilisateur du partage", + "URL" : "URL", + "Secure https://" : "Sécurisation https://", + "Remote subfolder" : "Sous-dossier distant", + "Access granted" : "Accès autorisé", + "Error configuring Dropbox storage" : "Erreur lors de la configuration du support de stockage Dropbox", + "Grant access" : "Autoriser l'accès", + "Error configuring Google Drive storage" : "Erreur lors de la configuration du support de stockage Google Drive", + "Personal" : "Personnel", + "System" : "Système", + "All users. Type to select user or group." : "Tous les utilisateurs. Commencez à saisir pour sélectionner un utilisateur ou un groupe.", + "(group)" : "(groupe)", + "Saved" : "Sauvegarder", + "Note: " : "Attention :", + " and " : "et", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Attention : Le support de cURL de PHP n'est pas activé ou installé. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Attention : Le support FTP de PHP n'est pas activé ou installé. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Attention : \"%s\" n'est pas installé. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.", + "You don't have any external storages" : "Vous n'avez pas de support de stockage externe", + "Name" : "Nom", + "Storage type" : "Type de support de stockage", + "Scope" : "Portée", + "External Storage" : "Stockage externe", + "Folder name" : "Nom du dossier", + "Configuration" : "Configuration", + "Available for" : "Disponible pour", + "Add storage" : "Ajouter un support de stockage", + "Delete" : "Supprimer", + "Enable User External Storage" : "Activer le stockage externe pour les utilisateurs", + "Allow users to mount the following external storage" : "Autorise les utilisateurs à monter les stockage externes suivants" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/fr.php b/apps/files_external/l10n/fr.php deleted file mode 100644 index 67f2f321bf..0000000000 --- a/apps/files_external/l10n/fr.php +++ /dev/null @@ -1,73 +0,0 @@ - "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", -"Step 2 failed. Exception: %s" => "L’étape 2 a échoué. Erreur: %s", -"External storage" => "Stockage externe", -"Local" => "Local", -"Location" => "Emplacement", -"Amazon S3" => "Amazon S3", -"Key" => "Clé", -"Secret" => "Secret", -"Bucket" => "Seau", -"Amazon S3 and compliant" => "Compatible avec Amazon S3", -"Access Key" => "Clé d'accès", -"Secret Key" => "Clé secrète", -"Hostname" => "Nom de l'hôte", -"Port" => "Port", -"Region" => "Région", -"Enable SSL" => "Activer SSL", -"Enable Path Style" => "Activer le style de chemin", -"App key" => "Clé App", -"App secret" => "Secret de l'application", -"Host" => "Hôte", -"Username" => "Nom d'utilisateur", -"Password" => "Mot de passe", -"Root" => "Root", -"Secure ftps://" => "Sécuriser via ftps://", -"Client ID" => "ID Client", -"Client secret" => "Secret client", -"OpenStack Object Storage" => "Object de Stockage OpenStack", -"Region (optional for OpenStack Object Storage)" => "Region (optionnel pour Object de Stockage OpenStack)", -"API Key (required for Rackspace Cloud Files)" => "Clé API (requis pour Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Nom du locataire (requis pour le stockage OpenStack)", -"Password (required for OpenStack Object Storage)" => "Mot de passe (requis pour OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Nom du service (requit pour le stockage OpenStack)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL du point d'accès d'identité (requis pour le stockage OpenStack)", -"Timeout of HTTP requests in seconds" => "Temps maximal de requête HTTP en seconde", -"Share" => "Partager", -"SMB / CIFS using OC login" => "SMB / CIFS utilise le nom d'utilisateur OC", -"Username as share" => "Nom d'utilisateur du partage", -"URL" => "URL", -"Secure https://" => "Sécurisation https://", -"Remote subfolder" => "Sous-dossier distant", -"Access granted" => "Accès autorisé", -"Error configuring Dropbox storage" => "Erreur lors de la configuration du support de stockage Dropbox", -"Grant access" => "Autoriser l'accès", -"Error configuring Google Drive storage" => "Erreur lors de la configuration du support de stockage Google Drive", -"Personal" => "Personnel", -"System" => "Système", -"All users. Type to select user or group." => "Tous les utilisateurs. Commencez à saisir pour sélectionner un utilisateur ou un groupe.", -"(group)" => "(groupe)", -"Saved" => "Sauvegarder", -"Note: " => "Attention :", -" and " => "et", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Attention : Le support de cURL de PHP n'est pas activé ou installé. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Attention : Le support FTP de PHP n'est pas activé ou installé. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Attention : \"%s\" n'est pas installé. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.", -"You don't have any external storages" => "Vous n'avez pas de support de stockage externe", -"Name" => "Nom", -"Storage type" => "Type de support de stockage", -"Scope" => "Portée", -"External Storage" => "Stockage externe", -"Folder name" => "Nom du dossier", -"Configuration" => "Configuration", -"Available for" => "Disponible pour", -"Add storage" => "Ajouter un support de stockage", -"Delete" => "Supprimer", -"Enable User External Storage" => "Activer le stockage externe pour les utilisateurs", -"Allow users to mount the following external storage" => "Autorise les utilisateurs à monter les stockage externes suivants" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_external/l10n/gl.js b/apps/files_external/l10n/gl.js new file mode 100644 index 0000000000..9e2ec2535b --- /dev/null +++ b/apps/files_external/l10n/gl.js @@ -0,0 +1,70 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Fallou a obtención de marcas de petición. Comprobe que a chave e o código secreto da súa aplicación Dropbox son correctas.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Fallou a obtención de marcas de acceso. Comprobe que a chave e o código secreto da súa aplicación Dropbox son correctas.", + "Please provide a valid Dropbox app key and secret." : "Forneza unha chave correcta e segreda do Dropbox.", + "Step 1 failed. Exception: %s" : "Fallou o paso 1. Excepción: %s", + "Step 2 failed. Exception: %s" : "Fallou o paso 2. Excepción: %s", + "External storage" : "Almacenamento externo", + "Local" : "Local", + "Location" : "Localización", + "Amazon S3" : "Amazon S3", + "Key" : "Clave", + "Secret" : "Secreto", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 e compatíbeis", + "Access Key" : "Clave de acceso", + "Secret Key" : "Clave secreta", + "Port" : "Porto", + "Region" : "Autonomía", + "Enable SSL" : "Activar SSL", + "Enable Path Style" : "Activar o estilo de ruta", + "App key" : "Clave da API", + "App secret" : "Secreto da aplicación", + "Host" : "Servidor", + "Username" : "Nome de usuario", + "Password" : "Contrasinal", + "Root" : "Root (raíz)", + "Secure ftps://" : "ftps:// seguro", + "Client ID" : "ID do cliente", + "Client secret" : "Secreto do cliente", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Rexión (opcional para OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Clave da API (obrigatoria para Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nome do inquilino (obrigatorio para OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Contrasinal (obrigatorio para OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nome do servizo (obrigatorio para OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL do punto final da identidade (obrigatorio para OpenStack Object Storage)", + "Share" : "Compartir", + "SMB / CIFS using OC login" : "SMB / CIFS usando acceso OC", + "Username as share" : "Nome de usuario como compartición", + "URL" : "URL", + "Secure https://" : "https:// seguro", + "Remote subfolder" : "Subcartafol remoto", + "Access granted" : "Concedeuse acceso", + "Error configuring Dropbox storage" : "Produciuse un erro ao configurar o almacenamento en Dropbox", + "Grant access" : "Permitir o acceso", + "Error configuring Google Drive storage" : "Produciuse un erro ao configurar o almacenamento en Google Drive", + "Personal" : "Persoal", + "System" : "Sistema", + "Saved" : "Gardado", + "Note: " : "Nota: ", + " and " : "e", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: A compatibilidade de cURL en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: A compatibilidade de FTP en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: «%s» non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", + "You don't have any external storages" : "Non ten ningún almacenamento externo", + "Name" : "Nome", + "Storage type" : "Tipo de almacenamento", + "Scope" : "Ámbito", + "External Storage" : "Almacenamento externo", + "Folder name" : "Nome do cartafol", + "Configuration" : "Configuración", + "Available for" : "Dispoñíbel para", + "Add storage" : "Engadir almacenamento", + "Delete" : "Eliminar", + "Enable User External Storage" : "Activar o almacenamento externo do usuario", + "Allow users to mount the following external storage" : "Permitirlle aos usuarios montar o seguinte almacenamento externo" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/gl.json b/apps/files_external/l10n/gl.json new file mode 100644 index 0000000000..e04afd7f5b --- /dev/null +++ b/apps/files_external/l10n/gl.json @@ -0,0 +1,68 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Fallou a obtención de marcas de petición. Comprobe que a chave e o código secreto da súa aplicación Dropbox son correctas.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Fallou a obtención de marcas de acceso. Comprobe que a chave e o código secreto da súa aplicación Dropbox son correctas.", + "Please provide a valid Dropbox app key and secret." : "Forneza unha chave correcta e segreda do Dropbox.", + "Step 1 failed. Exception: %s" : "Fallou o paso 1. Excepción: %s", + "Step 2 failed. Exception: %s" : "Fallou o paso 2. Excepción: %s", + "External storage" : "Almacenamento externo", + "Local" : "Local", + "Location" : "Localización", + "Amazon S3" : "Amazon S3", + "Key" : "Clave", + "Secret" : "Secreto", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 e compatíbeis", + "Access Key" : "Clave de acceso", + "Secret Key" : "Clave secreta", + "Port" : "Porto", + "Region" : "Autonomía", + "Enable SSL" : "Activar SSL", + "Enable Path Style" : "Activar o estilo de ruta", + "App key" : "Clave da API", + "App secret" : "Secreto da aplicación", + "Host" : "Servidor", + "Username" : "Nome de usuario", + "Password" : "Contrasinal", + "Root" : "Root (raíz)", + "Secure ftps://" : "ftps:// seguro", + "Client ID" : "ID do cliente", + "Client secret" : "Secreto do cliente", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Rexión (opcional para OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Clave da API (obrigatoria para Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nome do inquilino (obrigatorio para OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Contrasinal (obrigatorio para OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nome do servizo (obrigatorio para OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL do punto final da identidade (obrigatorio para OpenStack Object Storage)", + "Share" : "Compartir", + "SMB / CIFS using OC login" : "SMB / CIFS usando acceso OC", + "Username as share" : "Nome de usuario como compartición", + "URL" : "URL", + "Secure https://" : "https:// seguro", + "Remote subfolder" : "Subcartafol remoto", + "Access granted" : "Concedeuse acceso", + "Error configuring Dropbox storage" : "Produciuse un erro ao configurar o almacenamento en Dropbox", + "Grant access" : "Permitir o acceso", + "Error configuring Google Drive storage" : "Produciuse un erro ao configurar o almacenamento en Google Drive", + "Personal" : "Persoal", + "System" : "Sistema", + "Saved" : "Gardado", + "Note: " : "Nota: ", + " and " : "e", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: A compatibilidade de cURL en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: A compatibilidade de FTP en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: «%s» non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", + "You don't have any external storages" : "Non ten ningún almacenamento externo", + "Name" : "Nome", + "Storage type" : "Tipo de almacenamento", + "Scope" : "Ámbito", + "External Storage" : "Almacenamento externo", + "Folder name" : "Nome do cartafol", + "Configuration" : "Configuración", + "Available for" : "Dispoñíbel para", + "Add storage" : "Engadir almacenamento", + "Delete" : "Eliminar", + "Enable User External Storage" : "Activar o almacenamento externo do usuario", + "Allow users to mount the following external storage" : "Permitirlle aos usuarios montar o seguinte almacenamento externo" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/gl.php b/apps/files_external/l10n/gl.php deleted file mode 100644 index b5b6521796..0000000000 --- a/apps/files_external/l10n/gl.php +++ /dev/null @@ -1,69 +0,0 @@ - "Fallou a obtención de marcas de petición. Comprobe que a chave e o código secreto da súa aplicación Dropbox son correctas.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Fallou a obtención de marcas de acceso. Comprobe que a chave e o código secreto da súa aplicación Dropbox son correctas.", -"Please provide a valid Dropbox app key and secret." => "Forneza unha chave correcta e segreda do Dropbox.", -"Step 1 failed. Exception: %s" => "Fallou o paso 1. Excepción: %s", -"Step 2 failed. Exception: %s" => "Fallou o paso 2. Excepción: %s", -"External storage" => "Almacenamento externo", -"Local" => "Local", -"Location" => "Localización", -"Amazon S3" => "Amazon S3", -"Key" => "Clave", -"Secret" => "Secreto", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 e compatíbeis", -"Access Key" => "Clave de acceso", -"Secret Key" => "Clave secreta", -"Port" => "Porto", -"Region" => "Autonomía", -"Enable SSL" => "Activar SSL", -"Enable Path Style" => "Activar o estilo de ruta", -"App key" => "Clave da API", -"App secret" => "Secreto da aplicación", -"Host" => "Servidor", -"Username" => "Nome de usuario", -"Password" => "Contrasinal", -"Root" => "Root (raíz)", -"Secure ftps://" => "ftps:// seguro", -"Client ID" => "ID do cliente", -"Client secret" => "Secreto do cliente", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Rexión (opcional para OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "Clave da API (obrigatoria para Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Nome do inquilino (obrigatorio para OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Contrasinal (obrigatorio para OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Nome do servizo (obrigatorio para OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL do punto final da identidade (obrigatorio para OpenStack Object Storage)", -"Share" => "Compartir", -"SMB / CIFS using OC login" => "SMB / CIFS usando acceso OC", -"Username as share" => "Nome de usuario como compartición", -"URL" => "URL", -"Secure https://" => "https:// seguro", -"Remote subfolder" => "Subcartafol remoto", -"Access granted" => "Concedeuse acceso", -"Error configuring Dropbox storage" => "Produciuse un erro ao configurar o almacenamento en Dropbox", -"Grant access" => "Permitir o acceso", -"Error configuring Google Drive storage" => "Produciuse un erro ao configurar o almacenamento en Google Drive", -"Personal" => "Persoal", -"System" => "Sistema", -"Saved" => "Gardado", -"Note: " => "Nota: ", -" and " => "e", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: A compatibilidade de cURL en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: A compatibilidade de FTP en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: «%s» non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", -"You don't have any external storages" => "Non ten ningún almacenamento externo", -"Name" => "Nome", -"Storage type" => "Tipo de almacenamento", -"Scope" => "Ámbito", -"External Storage" => "Almacenamento externo", -"Folder name" => "Nome do cartafol", -"Configuration" => "Configuración", -"Available for" => "Dispoñíbel para", -"Add storage" => "Engadir almacenamento", -"Delete" => "Eliminar", -"Enable User External Storage" => "Activar o almacenamento externo do usuario", -"Allow users to mount the following external storage" => "Permitirlle aos usuarios montar o seguinte almacenamento externo" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/he.js b/apps/files_external/l10n/he.js new file mode 100644 index 0000000000..d9e903ff3e --- /dev/null +++ b/apps/files_external/l10n/he.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "נא לספק קוד יישום וסוד תקניים של Dropbox.", + "Local" : "מקומי", + "Location" : "מיקום", + "Port" : "פורט", + "Region" : "אזור", + "Host" : "מארח", + "Username" : "שם משתמש", + "Password" : "סיסמא", + "Share" : "שיתוף", + "URL" : "כתובת", + "Access granted" : "הוענקה גישה", + "Error configuring Dropbox storage" : "אירעה שגיאה בעת הגדרת אחסון ב־Dropbox", + "Grant access" : "הענקת גישה", + "Error configuring Google Drive storage" : "אירעה שגיאה בעת הגדרת אחסון ב־Google Drive", + "Personal" : "אישי", + "Saved" : "נשמר", + "Name" : "שם", + "External Storage" : "אחסון חיצוני", + "Folder name" : "שם התיקייה", + "Configuration" : "הגדרות", + "Delete" : "מחיקה", + "Enable User External Storage" : "הפעלת אחסון חיצוני למשתמשים" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/he.json b/apps/files_external/l10n/he.json new file mode 100644 index 0000000000..fb81293834 --- /dev/null +++ b/apps/files_external/l10n/he.json @@ -0,0 +1,25 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "נא לספק קוד יישום וסוד תקניים של Dropbox.", + "Local" : "מקומי", + "Location" : "מיקום", + "Port" : "פורט", + "Region" : "אזור", + "Host" : "מארח", + "Username" : "שם משתמש", + "Password" : "סיסמא", + "Share" : "שיתוף", + "URL" : "כתובת", + "Access granted" : "הוענקה גישה", + "Error configuring Dropbox storage" : "אירעה שגיאה בעת הגדרת אחסון ב־Dropbox", + "Grant access" : "הענקת גישה", + "Error configuring Google Drive storage" : "אירעה שגיאה בעת הגדרת אחסון ב־Google Drive", + "Personal" : "אישי", + "Saved" : "נשמר", + "Name" : "שם", + "External Storage" : "אחסון חיצוני", + "Folder name" : "שם התיקייה", + "Configuration" : "הגדרות", + "Delete" : "מחיקה", + "Enable User External Storage" : "הפעלת אחסון חיצוני למשתמשים" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/he.php b/apps/files_external/l10n/he.php deleted file mode 100644 index 72365bffd7..0000000000 --- a/apps/files_external/l10n/he.php +++ /dev/null @@ -1,26 +0,0 @@ - "נא לספק קוד יישום וסוד תקניים של Dropbox.", -"Local" => "מקומי", -"Location" => "מיקום", -"Port" => "פורט", -"Region" => "אזור", -"Host" => "מארח", -"Username" => "שם משתמש", -"Password" => "סיסמא", -"Share" => "שיתוף", -"URL" => "כתובת", -"Access granted" => "הוענקה גישה", -"Error configuring Dropbox storage" => "אירעה שגיאה בעת הגדרת אחסון ב־Dropbox", -"Grant access" => "הענקת גישה", -"Error configuring Google Drive storage" => "אירעה שגיאה בעת הגדרת אחסון ב־Google Drive", -"Personal" => "אישי", -"Saved" => "נשמר", -"Name" => "שם", -"External Storage" => "אחסון חיצוני", -"Folder name" => "שם התיקייה", -"Configuration" => "הגדרות", -"Delete" => "מחיקה", -"Enable User External Storage" => "הפעלת אחסון חיצוני למשתמשים" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/hi.js b/apps/files_external/l10n/hi.js new file mode 100644 index 0000000000..97fcc0d135 --- /dev/null +++ b/apps/files_external/l10n/hi.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_external", + { + "Username" : "प्रयोक्ता का नाम", + "Password" : "पासवर्ड", + "Share" : "साझा करें", + "Personal" : "यक्तिगत" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/hi.json b/apps/files_external/l10n/hi.json new file mode 100644 index 0000000000..cee1bf9c5c --- /dev/null +++ b/apps/files_external/l10n/hi.json @@ -0,0 +1,7 @@ +{ "translations": { + "Username" : "प्रयोक्ता का नाम", + "Password" : "पासवर्ड", + "Share" : "साझा करें", + "Personal" : "यक्तिगत" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/hi.php b/apps/files_external/l10n/hi.php deleted file mode 100644 index ca41287841..0000000000 --- a/apps/files_external/l10n/hi.php +++ /dev/null @@ -1,8 +0,0 @@ - "प्रयोक्ता का नाम", -"Password" => "पासवर्ड", -"Share" => "साझा करें", -"Personal" => "यक्तिगत" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/hr.js b/apps/files_external/l10n/hr.js new file mode 100644 index 0000000000..c166841d9c --- /dev/null +++ b/apps/files_external/l10n/hr.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Dohvaćanje tokena zahtjeva nije uspjelo. Provjerite jesu li vaš ključ za aplikacije iz zajedničke mrežne mapei tajna aplikacije ispravni", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Dohvaćanje pristupnog tokena nije uspjelo. Provjerite jesu li vaš ključ za aplikacije iz zajedničke mrežne mapei tajna aplikacije ispravni", + "Please provide a valid Dropbox app key and secret." : "Molimo navedite ispravan ključ za aplikacije iz zajedničke mrežne mape i tajni kluč.", + "Step 1 failed. Exception: %s" : "Korak 1 nije uspio. Izuzetak: %s", + "Step 2 failed. Exception: %s" : "Korak 2 nije uspio. Izuzetak: %s", + "External storage" : "Vanjsko spremište za pohranu", + "Local" : "Lokalno", + "Location" : "Lokacija", + "Amazon S3" : "Amazon S3", + "Key" : "Ključ", + "Secret" : "Tajna", + "Bucket" : "Kantica", + "Amazon S3 and compliant" : "Amazon S3 i kompatibilno", + "Access Key" : "Pristupni ključ", + "Secret Key" : "Ključ za tajnu", + "Hostname" : "Naziv poslužitelja", + "Port" : "Port", + "Region" : "Regija", + "Enable SSL" : "Omogućite SSL", + "Enable Path Style" : "Omogućite Path Style", + "App key" : "Ključ za aplikacije", + "App secret" : "Tajna aplikacije", + "Host" : "Glavno računalo", + "Username" : "Korisničko ime", + "Password" : "Lozinka", + "Root" : "Korijen", + "Secure ftps://" : "Sigurni ftps://", + "Client ID" : "ID klijenta", + "Client secret" : "Klijentski tajni ključ", + "OpenStack Object Storage" : "Prostor za pohranu.....", + "Region (optional for OpenStack Object Storage)" : "Regija (neobavezno za OpenStack object storage", + "API Key (required for Rackspace Cloud Files)" : "API ključ (obavezno za Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Naziv korisnika (obavezno za OpenStack Object storage)", + "Password (required for OpenStack Object Storage)" : "Lozinka (obavezno za OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Naziv usluge (Obavezno za OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL krajnje točke identiteta (obavezno za OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Vrijeme isteka HTTP zahtjeva u sekundama", + "Share" : "Dijeljenje zhajedničkih resursa", + "SMB / CIFS using OC login" : "SMB / CIFS uz prijavu putem programa OC", + "Username as share" : "Korisničko ime kao dijeljeni resurs", + "URL" : "URL", + "Secure https://" : "Siguran https://", + "Remote subfolder" : "Udaljena podmapa", + "Access granted" : "Pristup odobren", + "Error configuring Dropbox storage" : "Pogreška pri konfiguriranju spremišta u zajedničkoj mrežnoj mapi", + "Grant access" : "Dodijeli pristup", + "Error configuring Google Drive storage" : "Pogreška pri konfiguriranju spremišta u Google Drive-u", + "Personal" : "Osobno", + "System" : "Sustav", + "All users. Type to select user or group." : "Svi korisnici. Započnite unos za izbor korisnika ili grupe.", + "(group)" : "(grupa)", + "Saved" : "Spremljeno", + "Note: " : "Bilješka:", + " and " : " i ", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: Podrška cURL u PHP nije omogućena ili nije instalirana. Postavljanje%s nije moguće. Molimo zamolite svog administratora sustava da je instalira.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: Podrška FTP u PHP nije omogućena ili nije instalirana. Postavljanje%s nije moguće. Molimo zamolite svotg administratora sustava da je instalira.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: \"%s\" nije instaliran. Postavljanje %s nije moguće. Molimo zamolitesvog administratora sustava da ga instalira.", + "You don't have any external storages" : "Vi nemate nikakvo vanjsko spremište", + "Name" : "Naziv", + "Storage type" : "Vrsta spremišta", + "Scope" : "Opseg", + "External Storage" : "Vanjsko spremište", + "Folder name" : "Naziv mape", + "Configuration" : "Konfiguracija", + "Available for" : "Dostupno za", + "Add storage" : "Dodajte spremište", + "Delete" : "Izbrišite", + "Enable User External Storage" : "Omogućite korisničko vanjsko spremište", + "Allow users to mount the following external storage" : "Dopustite korisnicima postavljanje sljedećeg vanjskog spremišta" +}, +"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/apps/files_external/l10n/hr.json b/apps/files_external/l10n/hr.json new file mode 100644 index 0000000000..069af3fa6c --- /dev/null +++ b/apps/files_external/l10n/hr.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Dohvaćanje tokena zahtjeva nije uspjelo. Provjerite jesu li vaš ključ za aplikacije iz zajedničke mrežne mapei tajna aplikacije ispravni", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Dohvaćanje pristupnog tokena nije uspjelo. Provjerite jesu li vaš ključ za aplikacije iz zajedničke mrežne mapei tajna aplikacije ispravni", + "Please provide a valid Dropbox app key and secret." : "Molimo navedite ispravan ključ za aplikacije iz zajedničke mrežne mape i tajni kluč.", + "Step 1 failed. Exception: %s" : "Korak 1 nije uspio. Izuzetak: %s", + "Step 2 failed. Exception: %s" : "Korak 2 nije uspio. Izuzetak: %s", + "External storage" : "Vanjsko spremište za pohranu", + "Local" : "Lokalno", + "Location" : "Lokacija", + "Amazon S3" : "Amazon S3", + "Key" : "Ključ", + "Secret" : "Tajna", + "Bucket" : "Kantica", + "Amazon S3 and compliant" : "Amazon S3 i kompatibilno", + "Access Key" : "Pristupni ključ", + "Secret Key" : "Ključ za tajnu", + "Hostname" : "Naziv poslužitelja", + "Port" : "Port", + "Region" : "Regija", + "Enable SSL" : "Omogućite SSL", + "Enable Path Style" : "Omogućite Path Style", + "App key" : "Ključ za aplikacije", + "App secret" : "Tajna aplikacije", + "Host" : "Glavno računalo", + "Username" : "Korisničko ime", + "Password" : "Lozinka", + "Root" : "Korijen", + "Secure ftps://" : "Sigurni ftps://", + "Client ID" : "ID klijenta", + "Client secret" : "Klijentski tajni ključ", + "OpenStack Object Storage" : "Prostor za pohranu.....", + "Region (optional for OpenStack Object Storage)" : "Regija (neobavezno za OpenStack object storage", + "API Key (required for Rackspace Cloud Files)" : "API ključ (obavezno za Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Naziv korisnika (obavezno za OpenStack Object storage)", + "Password (required for OpenStack Object Storage)" : "Lozinka (obavezno za OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Naziv usluge (Obavezno za OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL krajnje točke identiteta (obavezno za OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Vrijeme isteka HTTP zahtjeva u sekundama", + "Share" : "Dijeljenje zhajedničkih resursa", + "SMB / CIFS using OC login" : "SMB / CIFS uz prijavu putem programa OC", + "Username as share" : "Korisničko ime kao dijeljeni resurs", + "URL" : "URL", + "Secure https://" : "Siguran https://", + "Remote subfolder" : "Udaljena podmapa", + "Access granted" : "Pristup odobren", + "Error configuring Dropbox storage" : "Pogreška pri konfiguriranju spremišta u zajedničkoj mrežnoj mapi", + "Grant access" : "Dodijeli pristup", + "Error configuring Google Drive storage" : "Pogreška pri konfiguriranju spremišta u Google Drive-u", + "Personal" : "Osobno", + "System" : "Sustav", + "All users. Type to select user or group." : "Svi korisnici. Započnite unos za izbor korisnika ili grupe.", + "(group)" : "(grupa)", + "Saved" : "Spremljeno", + "Note: " : "Bilješka:", + " and " : " i ", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: Podrška cURL u PHP nije omogućena ili nije instalirana. Postavljanje%s nije moguće. Molimo zamolite svog administratora sustava da je instalira.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: Podrška FTP u PHP nije omogućena ili nije instalirana. Postavljanje%s nije moguće. Molimo zamolite svotg administratora sustava da je instalira.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Note: \"%s\" nije instaliran. Postavljanje %s nije moguće. Molimo zamolitesvog administratora sustava da ga instalira.", + "You don't have any external storages" : "Vi nemate nikakvo vanjsko spremište", + "Name" : "Naziv", + "Storage type" : "Vrsta spremišta", + "Scope" : "Opseg", + "External Storage" : "Vanjsko spremište", + "Folder name" : "Naziv mape", + "Configuration" : "Konfiguracija", + "Available for" : "Dostupno za", + "Add storage" : "Dodajte spremište", + "Delete" : "Izbrišite", + "Enable User External Storage" : "Omogućite korisničko vanjsko spremište", + "Allow users to mount the following external storage" : "Dopustite korisnicima postavljanje sljedećeg vanjskog spremišta" +},"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/apps/files_external/l10n/hr.php b/apps/files_external/l10n/hr.php deleted file mode 100644 index 3e2f38675e..0000000000 --- a/apps/files_external/l10n/hr.php +++ /dev/null @@ -1,73 +0,0 @@ - "Dohvaćanje tokena zahtjeva nije uspjelo. Provjerite jesu li vaš ključ za aplikacije iz zajedničke mrežne mapei tajna aplikacije ispravni", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Dohvaćanje pristupnog tokena nije uspjelo. Provjerite jesu li vaš ključ za aplikacije iz zajedničke mrežne mapei tajna aplikacije ispravni", -"Please provide a valid Dropbox app key and secret." => "Molimo navedite ispravan ključ za aplikacije iz zajedničke mrežne mape i tajni kluč.", -"Step 1 failed. Exception: %s" => "Korak 1 nije uspio. Izuzetak: %s", -"Step 2 failed. Exception: %s" => "Korak 2 nije uspio. Izuzetak: %s", -"External storage" => "Vanjsko spremište za pohranu", -"Local" => "Lokalno", -"Location" => "Lokacija", -"Amazon S3" => "Amazon S3", -"Key" => "Ključ", -"Secret" => "Tajna", -"Bucket" => "Kantica", -"Amazon S3 and compliant" => "Amazon S3 i kompatibilno", -"Access Key" => "Pristupni ključ", -"Secret Key" => "Ključ za tajnu", -"Hostname" => "Naziv poslužitelja", -"Port" => "Port", -"Region" => "Regija", -"Enable SSL" => "Omogućite SSL", -"Enable Path Style" => "Omogućite Path Style", -"App key" => "Ključ za aplikacije", -"App secret" => "Tajna aplikacije", -"Host" => "Glavno računalo", -"Username" => "Korisničko ime", -"Password" => "Lozinka", -"Root" => "Korijen", -"Secure ftps://" => "Sigurni ftps://", -"Client ID" => "ID klijenta", -"Client secret" => "Klijentski tajni ključ", -"OpenStack Object Storage" => "Prostor za pohranu.....", -"Region (optional for OpenStack Object Storage)" => "Regija (neobavezno za OpenStack object storage", -"API Key (required for Rackspace Cloud Files)" => "API ključ (obavezno za Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Naziv korisnika (obavezno za OpenStack Object storage)", -"Password (required for OpenStack Object Storage)" => "Lozinka (obavezno za OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Naziv usluge (Obavezno za OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL krajnje točke identiteta (obavezno za OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Vrijeme isteka HTTP zahtjeva u sekundama", -"Share" => "Dijeljenje zhajedničkih resursa", -"SMB / CIFS using OC login" => "SMB / CIFS uz prijavu putem programa OC", -"Username as share" => "Korisničko ime kao dijeljeni resurs", -"URL" => "URL", -"Secure https://" => "Siguran https://", -"Remote subfolder" => "Udaljena podmapa", -"Access granted" => "Pristup odobren", -"Error configuring Dropbox storage" => "Pogreška pri konfiguriranju spremišta u zajedničkoj mrežnoj mapi", -"Grant access" => "Dodijeli pristup", -"Error configuring Google Drive storage" => "Pogreška pri konfiguriranju spremišta u Google Drive-u", -"Personal" => "Osobno", -"System" => "Sustav", -"All users. Type to select user or group." => "Svi korisnici. Započnite unos za izbor korisnika ili grupe.", -"(group)" => "(grupa)", -"Saved" => "Spremljeno", -"Note: " => "Bilješka:", -" and " => " i ", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Note: Podrška cURL u PHP nije omogućena ili nije instalirana. Postavljanje%s nije moguće. Molimo zamolite svog administratora sustava da je instalira.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Note: Podrška FTP u PHP nije omogućena ili nije instalirana. Postavljanje%s nije moguće. Molimo zamolite svotg administratora sustava da je instalira.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Note: \"%s\" nije instaliran. Postavljanje %s nije moguće. Molimo zamolitesvog administratora sustava da ga instalira.", -"You don't have any external storages" => "Vi nemate nikakvo vanjsko spremište", -"Name" => "Naziv", -"Storage type" => "Vrsta spremišta", -"Scope" => "Opseg", -"External Storage" => "Vanjsko spremište", -"Folder name" => "Naziv mape", -"Configuration" => "Konfiguracija", -"Available for" => "Dostupno za", -"Add storage" => "Dodajte spremište", -"Delete" => "Izbrišite", -"Enable User External Storage" => "Omogućite korisničko vanjsko spremište", -"Allow users to mount the following external storage" => "Dopustite korisnicima postavljanje sljedećeg vanjskog spremišta" -); -$PLURAL_FORMS = "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/apps/files_external/l10n/hu_HU.js b/apps/files_external/l10n/hu_HU.js new file mode 100644 index 0000000000..bf2e0badb2 --- /dev/null +++ b/apps/files_external/l10n/hu_HU.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Adjon meg egy érvényes Dropbox app key-t és secretet!", + "External storage" : "Külső tárolók", + "Local" : "Helyi", + "Location" : "Hely", + "Port" : "Port", + "Region" : "Megye", + "Host" : "Kiszolgáló", + "Username" : "Felhasználónév", + "Password" : "Jelszó", + "Share" : "Megosztás", + "URL" : "URL", + "Access granted" : "Érvényes hozzáférés", + "Error configuring Dropbox storage" : "A Dropbox tárolót nem sikerült beállítani", + "Grant access" : "Megadom a hozzáférést", + "Error configuring Google Drive storage" : "A Google Drive tárolót nem sikerült beállítani", + "Personal" : "Személyes", + "Saved" : "Elmentve", + "Name" : "Név", + "External Storage" : "Külső tárolási szolgáltatások becsatolása", + "Folder name" : "Mappanév", + "Configuration" : "Beállítások", + "Add storage" : "Tároló becsatolása", + "Delete" : "Törlés", + "Enable User External Storage" : "Külső tárolók engedélyezése a felhasználók részére" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/hu_HU.json b/apps/files_external/l10n/hu_HU.json new file mode 100644 index 0000000000..430188e214 --- /dev/null +++ b/apps/files_external/l10n/hu_HU.json @@ -0,0 +1,27 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Adjon meg egy érvényes Dropbox app key-t és secretet!", + "External storage" : "Külső tárolók", + "Local" : "Helyi", + "Location" : "Hely", + "Port" : "Port", + "Region" : "Megye", + "Host" : "Kiszolgáló", + "Username" : "Felhasználónév", + "Password" : "Jelszó", + "Share" : "Megosztás", + "URL" : "URL", + "Access granted" : "Érvényes hozzáférés", + "Error configuring Dropbox storage" : "A Dropbox tárolót nem sikerült beállítani", + "Grant access" : "Megadom a hozzáférést", + "Error configuring Google Drive storage" : "A Google Drive tárolót nem sikerült beállítani", + "Personal" : "Személyes", + "Saved" : "Elmentve", + "Name" : "Név", + "External Storage" : "Külső tárolási szolgáltatások becsatolása", + "Folder name" : "Mappanév", + "Configuration" : "Beállítások", + "Add storage" : "Tároló becsatolása", + "Delete" : "Törlés", + "Enable User External Storage" : "Külső tárolók engedélyezése a felhasználók részére" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/hu_HU.php b/apps/files_external/l10n/hu_HU.php deleted file mode 100644 index 4e462b94df..0000000000 --- a/apps/files_external/l10n/hu_HU.php +++ /dev/null @@ -1,28 +0,0 @@ - "Adjon meg egy érvényes Dropbox app key-t és secretet!", -"External storage" => "Külső tárolók", -"Local" => "Helyi", -"Location" => "Hely", -"Port" => "Port", -"Region" => "Megye", -"Host" => "Kiszolgáló", -"Username" => "Felhasználónév", -"Password" => "Jelszó", -"Share" => "Megosztás", -"URL" => "URL", -"Access granted" => "Érvényes hozzáférés", -"Error configuring Dropbox storage" => "A Dropbox tárolót nem sikerült beállítani", -"Grant access" => "Megadom a hozzáférést", -"Error configuring Google Drive storage" => "A Google Drive tárolót nem sikerült beállítani", -"Personal" => "Személyes", -"Saved" => "Elmentve", -"Name" => "Név", -"External Storage" => "Külső tárolási szolgáltatások becsatolása", -"Folder name" => "Mappanév", -"Configuration" => "Beállítások", -"Add storage" => "Tároló becsatolása", -"Delete" => "Törlés", -"Enable User External Storage" => "Külső tárolók engedélyezése a felhasználók részére" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/hy.js b/apps/files_external/l10n/hy.js new file mode 100644 index 0000000000..00c24e3f92 --- /dev/null +++ b/apps/files_external/l10n/hy.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_external", + { + "Delete" : "Ջնջել" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/hy.json b/apps/files_external/l10n/hy.json new file mode 100644 index 0000000000..081a2c5f49 --- /dev/null +++ b/apps/files_external/l10n/hy.json @@ -0,0 +1,4 @@ +{ "translations": { + "Delete" : "Ջնջել" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/hy.php b/apps/files_external/l10n/hy.php deleted file mode 100644 index f933bec8fe..0000000000 --- a/apps/files_external/l10n/hy.php +++ /dev/null @@ -1,5 +0,0 @@ - "Ջնջել" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/ia.js b/apps/files_external/l10n/ia.js new file mode 100644 index 0000000000..f6dfe61009 --- /dev/null +++ b/apps/files_external/l10n/ia.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Loco", + "Region" : "Region", + "Username" : "Nomine de usator", + "Password" : "Contrasigno", + "Share" : "Compartir", + "URL" : "URL", + "Personal" : "Personal", + "Saved" : "Salveguardate", + "Name" : "Nomine", + "Folder name" : "Nomine de dossier", + "Delete" : "Deler" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/ia.json b/apps/files_external/l10n/ia.json new file mode 100644 index 0000000000..64eefa5dff --- /dev/null +++ b/apps/files_external/l10n/ia.json @@ -0,0 +1,14 @@ +{ "translations": { + "Location" : "Loco", + "Region" : "Region", + "Username" : "Nomine de usator", + "Password" : "Contrasigno", + "Share" : "Compartir", + "URL" : "URL", + "Personal" : "Personal", + "Saved" : "Salveguardate", + "Name" : "Nomine", + "Folder name" : "Nomine de dossier", + "Delete" : "Deler" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ia.php b/apps/files_external/l10n/ia.php deleted file mode 100644 index a3ebcf5183..0000000000 --- a/apps/files_external/l10n/ia.php +++ /dev/null @@ -1,15 +0,0 @@ - "Loco", -"Region" => "Region", -"Username" => "Nomine de usator", -"Password" => "Contrasigno", -"Share" => "Compartir", -"URL" => "URL", -"Personal" => "Personal", -"Saved" => "Salveguardate", -"Name" => "Nomine", -"Folder name" => "Nomine de dossier", -"Delete" => "Deler" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/id.js b/apps/files_external/l10n/id.js new file mode 100644 index 0000000000..4673da6654 --- /dev/null +++ b/apps/files_external/l10n/id.js @@ -0,0 +1,39 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Masukkan kunci dan sandi aplikasi Dropbox yang benar.", + "External storage" : "Penyimpanan eksternal", + "Local" : "Lokal", + "Location" : "lokasi", + "Amazon S3" : "Amazon S3", + "Port" : "port", + "Region" : "daerah", + "Enable SSL" : "Aktifkan SSL", + "Host" : "Host", + "Username" : "Nama Pengguna", + "Password" : "Sandi", + "Root" : "Root", + "Share" : "Bagikan", + "URL" : "tautan", + "Access granted" : "Akses diberikan", + "Error configuring Dropbox storage" : "Kesalahan dalam mengonfigurasi penyimpanan Dropbox", + "Grant access" : "Berikan hak akses", + "Error configuring Google Drive storage" : "Kesalahan dalam mengkonfigurasi penyimpanan Google Drive", + "Personal" : "Pribadi", + "Saved" : "Disimpan", + "Note: " : "Catatan: ", + " and " : "dan", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Catatan: Dukungan cURL di PHP tidak diaktifkan atau belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan tanyakan ke administrator sistem Anda untuk menginstalnya.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Catatan: Dukungan FTP di PHP tidak diaktifkan atau belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan tanyakan ke administrator sistem Anda untuk menginstalnya.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Catatan: \"%s\" belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan tanyakan ke administrator sistem Anda untuk menginstalnya.", + "Name" : "Nama", + "External Storage" : "Penyimpanan Eksternal", + "Folder name" : "Nama folder", + "Configuration" : "Konfigurasi", + "Available for" : "Tersedia untuk", + "Add storage" : "Tambahkan penyimpanan", + "Delete" : "Hapus", + "Enable User External Storage" : "Aktifkan Penyimpanan Eksternal Pengguna", + "Allow users to mount the following external storage" : "Izinkan pengguna untuk mengaitkan penyimpanan eksternal berikut" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/id.json b/apps/files_external/l10n/id.json new file mode 100644 index 0000000000..067f79b2a2 --- /dev/null +++ b/apps/files_external/l10n/id.json @@ -0,0 +1,37 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Masukkan kunci dan sandi aplikasi Dropbox yang benar.", + "External storage" : "Penyimpanan eksternal", + "Local" : "Lokal", + "Location" : "lokasi", + "Amazon S3" : "Amazon S3", + "Port" : "port", + "Region" : "daerah", + "Enable SSL" : "Aktifkan SSL", + "Host" : "Host", + "Username" : "Nama Pengguna", + "Password" : "Sandi", + "Root" : "Root", + "Share" : "Bagikan", + "URL" : "tautan", + "Access granted" : "Akses diberikan", + "Error configuring Dropbox storage" : "Kesalahan dalam mengonfigurasi penyimpanan Dropbox", + "Grant access" : "Berikan hak akses", + "Error configuring Google Drive storage" : "Kesalahan dalam mengkonfigurasi penyimpanan Google Drive", + "Personal" : "Pribadi", + "Saved" : "Disimpan", + "Note: " : "Catatan: ", + " and " : "dan", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Catatan: Dukungan cURL di PHP tidak diaktifkan atau belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan tanyakan ke administrator sistem Anda untuk menginstalnya.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Catatan: Dukungan FTP di PHP tidak diaktifkan atau belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan tanyakan ke administrator sistem Anda untuk menginstalnya.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Catatan: \"%s\" belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan tanyakan ke administrator sistem Anda untuk menginstalnya.", + "Name" : "Nama", + "External Storage" : "Penyimpanan Eksternal", + "Folder name" : "Nama folder", + "Configuration" : "Konfigurasi", + "Available for" : "Tersedia untuk", + "Add storage" : "Tambahkan penyimpanan", + "Delete" : "Hapus", + "Enable User External Storage" : "Aktifkan Penyimpanan Eksternal Pengguna", + "Allow users to mount the following external storage" : "Izinkan pengguna untuk mengaitkan penyimpanan eksternal berikut" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/id.php b/apps/files_external/l10n/id.php deleted file mode 100644 index 51c9236caf..0000000000 --- a/apps/files_external/l10n/id.php +++ /dev/null @@ -1,38 +0,0 @@ - "Masukkan kunci dan sandi aplikasi Dropbox yang benar.", -"External storage" => "Penyimpanan eksternal", -"Local" => "Lokal", -"Location" => "lokasi", -"Amazon S3" => "Amazon S3", -"Port" => "port", -"Region" => "daerah", -"Enable SSL" => "Aktifkan SSL", -"Host" => "Host", -"Username" => "Nama Pengguna", -"Password" => "Sandi", -"Root" => "Root", -"Share" => "Bagikan", -"URL" => "tautan", -"Access granted" => "Akses diberikan", -"Error configuring Dropbox storage" => "Kesalahan dalam mengonfigurasi penyimpanan Dropbox", -"Grant access" => "Berikan hak akses", -"Error configuring Google Drive storage" => "Kesalahan dalam mengkonfigurasi penyimpanan Google Drive", -"Personal" => "Pribadi", -"Saved" => "Disimpan", -"Note: " => "Catatan: ", -" and " => "dan", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Catatan: Dukungan cURL di PHP tidak diaktifkan atau belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan tanyakan ke administrator sistem Anda untuk menginstalnya.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Catatan: Dukungan FTP di PHP tidak diaktifkan atau belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan tanyakan ke administrator sistem Anda untuk menginstalnya.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Catatan: \"%s\" belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan tanyakan ke administrator sistem Anda untuk menginstalnya.", -"Name" => "Nama", -"External Storage" => "Penyimpanan Eksternal", -"Folder name" => "Nama folder", -"Configuration" => "Konfigurasi", -"Available for" => "Tersedia untuk", -"Add storage" => "Tambahkan penyimpanan", -"Delete" => "Hapus", -"Enable User External Storage" => "Aktifkan Penyimpanan Eksternal Pengguna", -"Allow users to mount the following external storage" => "Izinkan pengguna untuk mengaitkan penyimpanan eksternal berikut" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/is.js b/apps/files_external/l10n/is.js new file mode 100644 index 0000000000..0ef3945c35 --- /dev/null +++ b/apps/files_external/l10n/is.js @@ -0,0 +1,23 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Gefðu upp virkan Dropbox lykil og leynikóða", + "Location" : "Staðsetning", + "Host" : "Netþjónn", + "Username" : "Notendanafn", + "Password" : "Lykilorð", + "Share" : "Deila", + "URL" : "URL", + "Access granted" : "Aðgengi veitt", + "Error configuring Dropbox storage" : "Villa við að setja upp Dropbox gagnasvæði", + "Grant access" : "Veita aðgengi", + "Error configuring Google Drive storage" : "Villa kom upp við að setja upp Google Drive gagnasvæði", + "Personal" : "Um mig", + "Name" : "Nafn", + "External Storage" : "Ytri gagnageymsla", + "Folder name" : "Nafn möppu", + "Configuration" : "Uppsetning", + "Delete" : "Eyða", + "Enable User External Storage" : "Virkja ytra gagnasvæði notenda" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/is.json b/apps/files_external/l10n/is.json new file mode 100644 index 0000000000..c5d55bea9c --- /dev/null +++ b/apps/files_external/l10n/is.json @@ -0,0 +1,21 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Gefðu upp virkan Dropbox lykil og leynikóða", + "Location" : "Staðsetning", + "Host" : "Netþjónn", + "Username" : "Notendanafn", + "Password" : "Lykilorð", + "Share" : "Deila", + "URL" : "URL", + "Access granted" : "Aðgengi veitt", + "Error configuring Dropbox storage" : "Villa við að setja upp Dropbox gagnasvæði", + "Grant access" : "Veita aðgengi", + "Error configuring Google Drive storage" : "Villa kom upp við að setja upp Google Drive gagnasvæði", + "Personal" : "Um mig", + "Name" : "Nafn", + "External Storage" : "Ytri gagnageymsla", + "Folder name" : "Nafn möppu", + "Configuration" : "Uppsetning", + "Delete" : "Eyða", + "Enable User External Storage" : "Virkja ytra gagnasvæði notenda" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/is.php b/apps/files_external/l10n/is.php deleted file mode 100644 index 98cee7d8fb..0000000000 --- a/apps/files_external/l10n/is.php +++ /dev/null @@ -1,22 +0,0 @@ - "Gefðu upp virkan Dropbox lykil og leynikóða", -"Location" => "Staðsetning", -"Host" => "Netþjónn", -"Username" => "Notendanafn", -"Password" => "Lykilorð", -"Share" => "Deila", -"URL" => "URL", -"Access granted" => "Aðgengi veitt", -"Error configuring Dropbox storage" => "Villa við að setja upp Dropbox gagnasvæði", -"Grant access" => "Veita aðgengi", -"Error configuring Google Drive storage" => "Villa kom upp við að setja upp Google Drive gagnasvæði", -"Personal" => "Um mig", -"Name" => "Nafn", -"External Storage" => "Ytri gagnageymsla", -"Folder name" => "Nafn möppu", -"Configuration" => "Uppsetning", -"Delete" => "Eyða", -"Enable User External Storage" => "Virkja ytra gagnasvæði notenda" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/it.js b/apps/files_external/l10n/it.js new file mode 100644 index 0000000000..5834ff25f0 --- /dev/null +++ b/apps/files_external/l10n/it.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione Dropbox siano corretti.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione Dropbox siano corretti.", + "Please provide a valid Dropbox app key and secret." : "Fornisci chiave di applicazione e segreto di Dropbox validi.", + "Step 1 failed. Exception: %s" : "Fase 1 non riuscita. Eccezione: %s", + "Step 2 failed. Exception: %s" : "Fase 2 non riuscita. Eccezione: %s", + "External storage" : "Archiviazione esterna", + "Local" : "Locale", + "Location" : "Posizione", + "Amazon S3" : "Amazon S3", + "Key" : "Chiave", + "Secret" : "Segreto", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 e conformi", + "Access Key" : "Chiave di accesso", + "Secret Key" : "Chiave segreta", + "Hostname" : "Nome host", + "Port" : "Porta", + "Region" : "Regione", + "Enable SSL" : "Abilita SSL", + "Enable Path Style" : "Abilita stile percorsi", + "App key" : "Chiave applicazione", + "App secret" : "Segreto applicazione", + "Host" : "Host", + "Username" : "Nome utente", + "Password" : "Password", + "Root" : "Radice", + "Secure ftps://" : "Sicuro ftps://", + "Client ID" : "ID client", + "Client secret" : "Segreto del client", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Regione (facoltativa per OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Chiave API (richiesta per Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nome tenant (richiesto per OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Password (richiesta per OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nome servizio (richiesta per OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL del servizio di identità (richiesto per OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Tempo massimo in secondi delle richieste HTTP", + "Share" : "Condividi", + "SMB / CIFS using OC login" : "SMB / CIFS utilizzando le credenziali di OC", + "Username as share" : "Nome utente come condivisione", + "URL" : "URL", + "Secure https://" : "Sicuro https://", + "Remote subfolder" : "Sottocartella remota", + "Access granted" : "Accesso consentito", + "Error configuring Dropbox storage" : "Errore durante la configurazione dell'archivio Dropbox", + "Grant access" : "Concedi l'accesso", + "Error configuring Google Drive storage" : "Errore durante la configurazione dell'archivio Google Drive", + "Personal" : "Personale", + "System" : "Sistema", + "All users. Type to select user or group." : "Tutti gli utenti. Digita per selezionare utente o gruppo.", + "(group)" : "(gruppo)", + "Saved" : "Salvato", + "Note: " : "Nota:", + " and " : "e", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: il supporto a cURL di PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: il supporto a FTP in PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: \"%s\" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", + "You don't have any external storages" : "Non è disponibile alcuna archiviazione esterna", + "Name" : "Nome", + "Storage type" : "Tipo di archiviazione", + "Scope" : "Ambito", + "External Storage" : "Archiviazione esterna", + "Folder name" : "Nome della cartella", + "Configuration" : "Configurazione", + "Available for" : "Disponibile per", + "Add storage" : "Aggiungi archiviazione", + "Delete" : "Elimina", + "Enable User External Storage" : "Abilita la memoria esterna dell'utente", + "Allow users to mount the following external storage" : "Consenti agli utenti di montare la seguente memoria esterna" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/it.json b/apps/files_external/l10n/it.json new file mode 100644 index 0000000000..b780cae57a --- /dev/null +++ b/apps/files_external/l10n/it.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione Dropbox siano corretti.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione Dropbox siano corretti.", + "Please provide a valid Dropbox app key and secret." : "Fornisci chiave di applicazione e segreto di Dropbox validi.", + "Step 1 failed. Exception: %s" : "Fase 1 non riuscita. Eccezione: %s", + "Step 2 failed. Exception: %s" : "Fase 2 non riuscita. Eccezione: %s", + "External storage" : "Archiviazione esterna", + "Local" : "Locale", + "Location" : "Posizione", + "Amazon S3" : "Amazon S3", + "Key" : "Chiave", + "Secret" : "Segreto", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 e conformi", + "Access Key" : "Chiave di accesso", + "Secret Key" : "Chiave segreta", + "Hostname" : "Nome host", + "Port" : "Porta", + "Region" : "Regione", + "Enable SSL" : "Abilita SSL", + "Enable Path Style" : "Abilita stile percorsi", + "App key" : "Chiave applicazione", + "App secret" : "Segreto applicazione", + "Host" : "Host", + "Username" : "Nome utente", + "Password" : "Password", + "Root" : "Radice", + "Secure ftps://" : "Sicuro ftps://", + "Client ID" : "ID client", + "Client secret" : "Segreto del client", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Regione (facoltativa per OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Chiave API (richiesta per Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nome tenant (richiesto per OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Password (richiesta per OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nome servizio (richiesta per OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL del servizio di identità (richiesto per OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Tempo massimo in secondi delle richieste HTTP", + "Share" : "Condividi", + "SMB / CIFS using OC login" : "SMB / CIFS utilizzando le credenziali di OC", + "Username as share" : "Nome utente come condivisione", + "URL" : "URL", + "Secure https://" : "Sicuro https://", + "Remote subfolder" : "Sottocartella remota", + "Access granted" : "Accesso consentito", + "Error configuring Dropbox storage" : "Errore durante la configurazione dell'archivio Dropbox", + "Grant access" : "Concedi l'accesso", + "Error configuring Google Drive storage" : "Errore durante la configurazione dell'archivio Google Drive", + "Personal" : "Personale", + "System" : "Sistema", + "All users. Type to select user or group." : "Tutti gli utenti. Digita per selezionare utente o gruppo.", + "(group)" : "(gruppo)", + "Saved" : "Salvato", + "Note: " : "Nota:", + " and " : "e", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: il supporto a cURL di PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: il supporto a FTP in PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: \"%s\" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", + "You don't have any external storages" : "Non è disponibile alcuna archiviazione esterna", + "Name" : "Nome", + "Storage type" : "Tipo di archiviazione", + "Scope" : "Ambito", + "External Storage" : "Archiviazione esterna", + "Folder name" : "Nome della cartella", + "Configuration" : "Configurazione", + "Available for" : "Disponibile per", + "Add storage" : "Aggiungi archiviazione", + "Delete" : "Elimina", + "Enable User External Storage" : "Abilita la memoria esterna dell'utente", + "Allow users to mount the following external storage" : "Consenti agli utenti di montare la seguente memoria esterna" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/it.php b/apps/files_external/l10n/it.php deleted file mode 100644 index 5170def1f8..0000000000 --- a/apps/files_external/l10n/it.php +++ /dev/null @@ -1,73 +0,0 @@ - "Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione Dropbox siano corretti.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione Dropbox siano corretti.", -"Please provide a valid Dropbox app key and secret." => "Fornisci chiave di applicazione e segreto di Dropbox validi.", -"Step 1 failed. Exception: %s" => "Fase 1 non riuscita. Eccezione: %s", -"Step 2 failed. Exception: %s" => "Fase 2 non riuscita. Eccezione: %s", -"External storage" => "Archiviazione esterna", -"Local" => "Locale", -"Location" => "Posizione", -"Amazon S3" => "Amazon S3", -"Key" => "Chiave", -"Secret" => "Segreto", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 e conformi", -"Access Key" => "Chiave di accesso", -"Secret Key" => "Chiave segreta", -"Hostname" => "Nome host", -"Port" => "Porta", -"Region" => "Regione", -"Enable SSL" => "Abilita SSL", -"Enable Path Style" => "Abilita stile percorsi", -"App key" => "Chiave applicazione", -"App secret" => "Segreto applicazione", -"Host" => "Host", -"Username" => "Nome utente", -"Password" => "Password", -"Root" => "Radice", -"Secure ftps://" => "Sicuro ftps://", -"Client ID" => "ID client", -"Client secret" => "Segreto del client", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Regione (facoltativa per OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "Chiave API (richiesta per Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Nome tenant (richiesto per OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Password (richiesta per OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Nome servizio (richiesta per OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL del servizio di identità (richiesto per OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Tempo massimo in secondi delle richieste HTTP", -"Share" => "Condividi", -"SMB / CIFS using OC login" => "SMB / CIFS utilizzando le credenziali di OC", -"Username as share" => "Nome utente come condivisione", -"URL" => "URL", -"Secure https://" => "Sicuro https://", -"Remote subfolder" => "Sottocartella remota", -"Access granted" => "Accesso consentito", -"Error configuring Dropbox storage" => "Errore durante la configurazione dell'archivio Dropbox", -"Grant access" => "Concedi l'accesso", -"Error configuring Google Drive storage" => "Errore durante la configurazione dell'archivio Google Drive", -"Personal" => "Personale", -"System" => "Sistema", -"All users. Type to select user or group." => "Tutti gli utenti. Digita per selezionare utente o gruppo.", -"(group)" => "(gruppo)", -"Saved" => "Salvato", -"Note: " => "Nota:", -" and " => "e", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: il supporto a cURL di PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: il supporto a FTP in PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: \"%s\" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", -"You don't have any external storages" => "Non è disponibile alcuna archiviazione esterna", -"Name" => "Nome", -"Storage type" => "Tipo di archiviazione", -"Scope" => "Ambito", -"External Storage" => "Archiviazione esterna", -"Folder name" => "Nome della cartella", -"Configuration" => "Configurazione", -"Available for" => "Disponibile per", -"Add storage" => "Aggiungi archiviazione", -"Delete" => "Elimina", -"Enable User External Storage" => "Abilita la memoria esterna dell'utente", -"Allow users to mount the following external storage" => "Consenti agli utenti di montare la seguente memoria esterna" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js new file mode 100644 index 0000000000..3edb2c44d8 --- /dev/null +++ b/apps/files_external/l10n/ja.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "リクエストトークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "アクセストークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。", + "Please provide a valid Dropbox app key and secret." : "有効なDropboxアプリのキーとパスワードを入力してください。", + "Step 1 failed. Exception: %s" : "ステップ 1 の実行に失敗しました。例外: %s", + "Step 2 failed. Exception: %s" : "ステップ 2 の実行に失敗しました。例外: %s", + "External storage" : "外部ストレージ", + "Local" : "ローカル", + "Location" : "位置", + "Amazon S3" : "Amazon S3", + "Key" : "キー", + "Secret" : "シークレットキー", + "Bucket" : "バケット名", + "Amazon S3 and compliant" : "Amazon S3 と互換ストレージ", + "Access Key" : "アクセスキー", + "Secret Key" : "シークレットキー", + "Hostname" : "ホスト名", + "Port" : "ポート", + "Region" : "都道府県", + "Enable SSL" : "SSLを有効", + "Enable Path Style" : "パス形式を有効", + "App key" : "アプリキー", + "App secret" : "アプリシークレット", + "Host" : "ホスト", + "Username" : "ユーザー名", + "Password" : "パスワード", + "Root" : "ルート", + "Secure ftps://" : "Secure ftps://", + "Client ID" : "クライアントID", + "Client secret" : "クライアント秘密キー", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "リージョン (OpenStack Object Storage用のオプション)", + "API Key (required for Rackspace Cloud Files)" : "APIキー (Rackspace Cloud Filesに必須)", + "Tenantname (required for OpenStack Object Storage)" : "テナント名 (OpenStack Object Storage用に必要)", + "Password (required for OpenStack Object Storage)" : "パスワード (OpenStack Object Storage用に必要)", + "Service Name (required for OpenStack Object Storage)" : "サービス名 (OpenStack Object Storage用に必要)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "識別用エンドポイントURL (OpenStack Object Storage用に必要)", + "Timeout of HTTP requests in seconds" : "HTTP接続タイムアウト秒数", + "Share" : "共有", + "SMB / CIFS using OC login" : "ownCloudログインで SMB/CIFSを使用", + "Username as share" : "共有名", + "URL" : "URL", + "Secure https://" : "セキュア https://", + "Remote subfolder" : "リモートサブフォルダー", + "Access granted" : "アクセスは許可されました", + "Error configuring Dropbox storage" : "Dropboxストレージの設定エラー", + "Grant access" : "アクセスを許可", + "Error configuring Google Drive storage" : "Googleドライブストレージの設定エラー", + "Personal" : "個人", + "System" : "システム", + "All users. Type to select user or group." : "全てのユーザー.ユーザー、グループを追加", + "(group)" : "(グループ)", + "Saved" : "保存されました", + "Note: " : "注意: ", + " and " : "と", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "注意: PHPにcURLのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "注意: PHPにFTPのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "注意: \"%s\" がインストールされていません。%sをマウントできません。このシステムの管理者にインストールをお願いしてください。", + "You don't have any external storages" : "外部ストレージはありません。", + "Name" : "名前", + "Storage type" : "ストレージ種別", + "Scope" : "スコープ", + "External Storage" : "外部ストレージ", + "Folder name" : "フォルダー名", + "Configuration" : "設定", + "Available for" : "以下が利用可能", + "Add storage" : "ストレージを追加", + "Delete" : "削除", + "Enable User External Storage" : "ユーザーの外部ストレージを有効にする", + "Allow users to mount the following external storage" : "ユーザーに以下の外部ストレージのマウントを許可する" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json new file mode 100644 index 0000000000..ee531405d7 --- /dev/null +++ b/apps/files_external/l10n/ja.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "リクエストトークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "アクセストークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。", + "Please provide a valid Dropbox app key and secret." : "有効なDropboxアプリのキーとパスワードを入力してください。", + "Step 1 failed. Exception: %s" : "ステップ 1 の実行に失敗しました。例外: %s", + "Step 2 failed. Exception: %s" : "ステップ 2 の実行に失敗しました。例外: %s", + "External storage" : "外部ストレージ", + "Local" : "ローカル", + "Location" : "位置", + "Amazon S3" : "Amazon S3", + "Key" : "キー", + "Secret" : "シークレットキー", + "Bucket" : "バケット名", + "Amazon S3 and compliant" : "Amazon S3 と互換ストレージ", + "Access Key" : "アクセスキー", + "Secret Key" : "シークレットキー", + "Hostname" : "ホスト名", + "Port" : "ポート", + "Region" : "都道府県", + "Enable SSL" : "SSLを有効", + "Enable Path Style" : "パス形式を有効", + "App key" : "アプリキー", + "App secret" : "アプリシークレット", + "Host" : "ホスト", + "Username" : "ユーザー名", + "Password" : "パスワード", + "Root" : "ルート", + "Secure ftps://" : "Secure ftps://", + "Client ID" : "クライアントID", + "Client secret" : "クライアント秘密キー", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "リージョン (OpenStack Object Storage用のオプション)", + "API Key (required for Rackspace Cloud Files)" : "APIキー (Rackspace Cloud Filesに必須)", + "Tenantname (required for OpenStack Object Storage)" : "テナント名 (OpenStack Object Storage用に必要)", + "Password (required for OpenStack Object Storage)" : "パスワード (OpenStack Object Storage用に必要)", + "Service Name (required for OpenStack Object Storage)" : "サービス名 (OpenStack Object Storage用に必要)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "識別用エンドポイントURL (OpenStack Object Storage用に必要)", + "Timeout of HTTP requests in seconds" : "HTTP接続タイムアウト秒数", + "Share" : "共有", + "SMB / CIFS using OC login" : "ownCloudログインで SMB/CIFSを使用", + "Username as share" : "共有名", + "URL" : "URL", + "Secure https://" : "セキュア https://", + "Remote subfolder" : "リモートサブフォルダー", + "Access granted" : "アクセスは許可されました", + "Error configuring Dropbox storage" : "Dropboxストレージの設定エラー", + "Grant access" : "アクセスを許可", + "Error configuring Google Drive storage" : "Googleドライブストレージの設定エラー", + "Personal" : "個人", + "System" : "システム", + "All users. Type to select user or group." : "全てのユーザー.ユーザー、グループを追加", + "(group)" : "(グループ)", + "Saved" : "保存されました", + "Note: " : "注意: ", + " and " : "と", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "注意: PHPにcURLのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "注意: PHPにFTPのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "注意: \"%s\" がインストールされていません。%sをマウントできません。このシステムの管理者にインストールをお願いしてください。", + "You don't have any external storages" : "外部ストレージはありません。", + "Name" : "名前", + "Storage type" : "ストレージ種別", + "Scope" : "スコープ", + "External Storage" : "外部ストレージ", + "Folder name" : "フォルダー名", + "Configuration" : "設定", + "Available for" : "以下が利用可能", + "Add storage" : "ストレージを追加", + "Delete" : "削除", + "Enable User External Storage" : "ユーザーの外部ストレージを有効にする", + "Allow users to mount the following external storage" : "ユーザーに以下の外部ストレージのマウントを許可する" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ja.php b/apps/files_external/l10n/ja.php deleted file mode 100644 index f4601bb7da..0000000000 --- a/apps/files_external/l10n/ja.php +++ /dev/null @@ -1,73 +0,0 @@ - "リクエストトークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "アクセストークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。", -"Please provide a valid Dropbox app key and secret." => "有効なDropboxアプリのキーとパスワードを入力してください。", -"Step 1 failed. Exception: %s" => "ステップ 1 の実行に失敗しました。例外: %s", -"Step 2 failed. Exception: %s" => "ステップ 2 の実行に失敗しました。例外: %s", -"External storage" => "外部ストレージ", -"Local" => "ローカル", -"Location" => "位置", -"Amazon S3" => "Amazon S3", -"Key" => "キー", -"Secret" => "シークレットキー", -"Bucket" => "バケット名", -"Amazon S3 and compliant" => "Amazon S3 と互換ストレージ", -"Access Key" => "アクセスキー", -"Secret Key" => "シークレットキー", -"Hostname" => "ホスト名", -"Port" => "ポート", -"Region" => "都道府県", -"Enable SSL" => "SSLを有効", -"Enable Path Style" => "パス形式を有効", -"App key" => "アプリキー", -"App secret" => "アプリシークレット", -"Host" => "ホスト", -"Username" => "ユーザー名", -"Password" => "パスワード", -"Root" => "ルート", -"Secure ftps://" => "Secure ftps://", -"Client ID" => "クライアントID", -"Client secret" => "クライアント秘密キー", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "リージョン (OpenStack Object Storage用のオプション)", -"API Key (required for Rackspace Cloud Files)" => "APIキー (Rackspace Cloud Filesに必須)", -"Tenantname (required for OpenStack Object Storage)" => "テナント名 (OpenStack Object Storage用に必要)", -"Password (required for OpenStack Object Storage)" => "パスワード (OpenStack Object Storage用に必要)", -"Service Name (required for OpenStack Object Storage)" => "サービス名 (OpenStack Object Storage用に必要)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "識別用エンドポイントURL (OpenStack Object Storage用に必要)", -"Timeout of HTTP requests in seconds" => "HTTP接続タイムアウト秒数", -"Share" => "共有", -"SMB / CIFS using OC login" => "ownCloudログインで SMB/CIFSを使用", -"Username as share" => "共有名", -"URL" => "URL", -"Secure https://" => "セキュア https://", -"Remote subfolder" => "リモートサブフォルダー", -"Access granted" => "アクセスは許可されました", -"Error configuring Dropbox storage" => "Dropboxストレージの設定エラー", -"Grant access" => "アクセスを許可", -"Error configuring Google Drive storage" => "Googleドライブストレージの設定エラー", -"Personal" => "個人", -"System" => "システム", -"All users. Type to select user or group." => "すべてのユーザー.ユーザー、グループを追加", -"(group)" => "(グループ)", -"Saved" => "保存されました", -"Note: " => "注意: ", -" and " => "と", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "注意: PHPにcURLのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "注意: PHPにFTPのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "注意: \"%s\" がインストールされていません。%sをマウントできません。このシステムの管理者にインストールをお願いしてください。", -"You don't have any external storages" => "外部ストレージはありません。", -"Name" => "名前", -"Storage type" => "ストレージ種別", -"Scope" => "スコープ", -"External Storage" => "外部ストレージ", -"Folder name" => "フォルダー名", -"Configuration" => "設定", -"Available for" => "以下が利用可能", -"Add storage" => "ストレージを追加", -"Delete" => "削除", -"Enable User External Storage" => "ユーザーの外部ストレージを有効にする", -"Allow users to mount the following external storage" => "ユーザーに以下の外部ストレージのマウントを許可する" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/jv.js b/apps/files_external/l10n/jv.js new file mode 100644 index 0000000000..daa8658d54 --- /dev/null +++ b/apps/files_external/l10n/jv.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Papan panggonan" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/jv.json b/apps/files_external/l10n/jv.json new file mode 100644 index 0000000000..53d963e56b --- /dev/null +++ b/apps/files_external/l10n/jv.json @@ -0,0 +1,4 @@ +{ "translations": { + "Location" : "Papan panggonan" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/jv.php b/apps/files_external/l10n/jv.php deleted file mode 100644 index acff46664c..0000000000 --- a/apps/files_external/l10n/jv.php +++ /dev/null @@ -1,5 +0,0 @@ - "Papan panggonan" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/ka_GE.js b/apps/files_external/l10n/ka_GE.js new file mode 100644 index 0000000000..b152dbc7a8 --- /dev/null +++ b/apps/files_external/l10n/ka_GE.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "გთხოვთ მიუთითოთ Dropbox აპლიკაციის გასაღები და კოდი.", + "External storage" : "ექსტერნალ საცავი", + "Location" : "ადგილმდებარეობა", + "Port" : "პორტი", + "Region" : "რეგიონი", + "Host" : "ჰოსტი", + "Username" : "მომხმარებლის სახელი", + "Password" : "პაროლი", + "Share" : "გაზიარება", + "URL" : "URL", + "Access granted" : "დაშვება მინიჭებულია", + "Error configuring Dropbox storage" : "შეცდომა Dropbox საცავის კონფიგურირების დროს", + "Grant access" : "დაშვების მინიჭება", + "Error configuring Google Drive storage" : "შეცდომა Google Drive საცავის კონფიგურირების დროს", + "Personal" : "პირადი", + "Name" : "სახელი", + "External Storage" : "ექსტერნალ საცავი", + "Folder name" : "ფოლდერის სახელი", + "Configuration" : "კონფიგურაცია", + "Add storage" : "საცავის დამატება", + "Delete" : "წაშლა", + "Enable User External Storage" : "მომხმარებლის ექსტერნალ საცავის აქტივირება" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/ka_GE.json b/apps/files_external/l10n/ka_GE.json new file mode 100644 index 0000000000..9e5e8e8db8 --- /dev/null +++ b/apps/files_external/l10n/ka_GE.json @@ -0,0 +1,25 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "გთხოვთ მიუთითოთ Dropbox აპლიკაციის გასაღები და კოდი.", + "External storage" : "ექსტერნალ საცავი", + "Location" : "ადგილმდებარეობა", + "Port" : "პორტი", + "Region" : "რეგიონი", + "Host" : "ჰოსტი", + "Username" : "მომხმარებლის სახელი", + "Password" : "პაროლი", + "Share" : "გაზიარება", + "URL" : "URL", + "Access granted" : "დაშვება მინიჭებულია", + "Error configuring Dropbox storage" : "შეცდომა Dropbox საცავის კონფიგურირების დროს", + "Grant access" : "დაშვების მინიჭება", + "Error configuring Google Drive storage" : "შეცდომა Google Drive საცავის კონფიგურირების დროს", + "Personal" : "პირადი", + "Name" : "სახელი", + "External Storage" : "ექსტერნალ საცავი", + "Folder name" : "ფოლდერის სახელი", + "Configuration" : "კონფიგურაცია", + "Add storage" : "საცავის დამატება", + "Delete" : "წაშლა", + "Enable User External Storage" : "მომხმარებლის ექსტერნალ საცავის აქტივირება" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ka_GE.php b/apps/files_external/l10n/ka_GE.php deleted file mode 100644 index 3cf45b050b..0000000000 --- a/apps/files_external/l10n/ka_GE.php +++ /dev/null @@ -1,26 +0,0 @@ - "გთხოვთ მიუთითოთ Dropbox აპლიკაციის გასაღები და კოდი.", -"External storage" => "ექსტერნალ საცავი", -"Location" => "ადგილმდებარეობა", -"Port" => "პორტი", -"Region" => "რეგიონი", -"Host" => "ჰოსტი", -"Username" => "მომხმარებლის სახელი", -"Password" => "პაროლი", -"Share" => "გაზიარება", -"URL" => "URL", -"Access granted" => "დაშვება მინიჭებულია", -"Error configuring Dropbox storage" => "შეცდომა Dropbox საცავის კონფიგურირების დროს", -"Grant access" => "დაშვების მინიჭება", -"Error configuring Google Drive storage" => "შეცდომა Google Drive საცავის კონფიგურირების დროს", -"Personal" => "პირადი", -"Name" => "სახელი", -"External Storage" => "ექსტერნალ საცავი", -"Folder name" => "ფოლდერის სახელი", -"Configuration" => "კონფიგურაცია", -"Add storage" => "საცავის დამატება", -"Delete" => "წაშლა", -"Enable User External Storage" => "მომხმარებლის ექსტერნალ საცავის აქტივირება" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/km.js b/apps/files_external/l10n/km.js new file mode 100644 index 0000000000..0706c6d8b2 --- /dev/null +++ b/apps/files_external/l10n/km.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "files_external", + { + "External storage" : "ឃ្លាំងផ្ទុក​ខាងក្រៅ", + "Location" : "ទីតាំង", + "Port" : "ច្រក", + "Host" : "ម៉ាស៊ីន​ផ្ទុក", + "Username" : "ឈ្មោះ​អ្នកប្រើ", + "Password" : "ពាក្យសម្ងាត់", + "Share" : "ចែក​រំលែក", + "URL" : "URL", + "Access granted" : "បាន​ទទួល​សិទ្ធិ​ចូល", + "Error configuring Dropbox storage" : "កំហុស​ការ​កំណត់​សណ្ឋាន​នៃ​ឃ្លាំងផ្ទុក Dropbox", + "Grant access" : "ទទួល​សិទ្ធិ​ចូល", + "Personal" : "ផ្ទាល់​ខ្លួន", + "Saved" : "បាន​រក្សាទុក", + "Name" : "ឈ្មោះ", + "External Storage" : "ឃ្លាំងផ្ទុក​ខាងក្រៅ", + "Folder name" : "ឈ្មោះ​ថត", + "Configuration" : "ការ​កំណត់​សណ្ឋាន", + "Add storage" : "បន្ថែម​ឃ្លាំងផ្ទុក", + "Delete" : "លុប" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/km.json b/apps/files_external/l10n/km.json new file mode 100644 index 0000000000..3696e721b8 --- /dev/null +++ b/apps/files_external/l10n/km.json @@ -0,0 +1,22 @@ +{ "translations": { + "External storage" : "ឃ្លាំងផ្ទុក​ខាងក្រៅ", + "Location" : "ទីតាំង", + "Port" : "ច្រក", + "Host" : "ម៉ាស៊ីន​ផ្ទុក", + "Username" : "ឈ្មោះ​អ្នកប្រើ", + "Password" : "ពាក្យសម្ងាត់", + "Share" : "ចែក​រំលែក", + "URL" : "URL", + "Access granted" : "បាន​ទទួល​សិទ្ធិ​ចូល", + "Error configuring Dropbox storage" : "កំហុស​ការ​កំណត់​សណ្ឋាន​នៃ​ឃ្លាំងផ្ទុក Dropbox", + "Grant access" : "ទទួល​សិទ្ធិ​ចូល", + "Personal" : "ផ្ទាល់​ខ្លួន", + "Saved" : "បាន​រក្សាទុក", + "Name" : "ឈ្មោះ", + "External Storage" : "ឃ្លាំងផ្ទុក​ខាងក្រៅ", + "Folder name" : "ឈ្មោះ​ថត", + "Configuration" : "ការ​កំណត់​សណ្ឋាន", + "Add storage" : "បន្ថែម​ឃ្លាំងផ្ទុក", + "Delete" : "លុប" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/km.php b/apps/files_external/l10n/km.php deleted file mode 100644 index 3a96906fdb..0000000000 --- a/apps/files_external/l10n/km.php +++ /dev/null @@ -1,23 +0,0 @@ - "ឃ្លាំងផ្ទុក​ខាងក្រៅ", -"Location" => "ទីតាំង", -"Port" => "ច្រក", -"Host" => "ម៉ាស៊ីន​ផ្ទុក", -"Username" => "ឈ្មោះ​អ្នកប្រើ", -"Password" => "ពាក្យសម្ងាត់", -"Share" => "ចែក​រំលែក", -"URL" => "URL", -"Access granted" => "បាន​ទទួល​សិទ្ធិ​ចូល", -"Error configuring Dropbox storage" => "កំហុស​ការ​កំណត់​សណ្ឋាន​នៃ​ឃ្លាំងផ្ទុក Dropbox", -"Grant access" => "ទទួល​សិទ្ធិ​ចូល", -"Personal" => "ផ្ទាល់​ខ្លួន", -"Saved" => "បាន​រក្សាទុក", -"Name" => "ឈ្មោះ", -"External Storage" => "ឃ្លាំងផ្ទុក​ខាងក្រៅ", -"Folder name" => "ឈ្មោះ​ថត", -"Configuration" => "ការ​កំណត់​សណ្ឋាន", -"Add storage" => "បន្ថែម​ឃ្លាំងផ្ទុក", -"Delete" => "លុប" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/ko.js b/apps/files_external/l10n/ko.js new file mode 100644 index 0000000000..6f77ff4071 --- /dev/null +++ b/apps/files_external/l10n/ko.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "올바른 Dropbox 앱 키와 암호를 입력하십시오.", + "External storage" : "외부 저장소", + "Location" : "장소", + "Amazon S3" : "Amazon S3", + "Port" : "포트", + "Region" : "지역", + "Host" : "호스트", + "Username" : "사용자 이름", + "Password" : "암호", + "Share" : "공유", + "URL" : "URL", + "Access granted" : "접근 허가됨", + "Error configuring Dropbox storage" : "Dropbox 저장소 설정 오류", + "Grant access" : "접근 권한 부여", + "Error configuring Google Drive storage" : "Google 드라이브 저장소 설정 오류", + "Personal" : "개인", + "Saved" : "저장됨", + "Name" : "이름", + "External Storage" : "외부 저장소", + "Folder name" : "폴더 이름", + "Configuration" : "설정", + "Add storage" : "저장소 추가", + "Delete" : "삭제", + "Enable User External Storage" : "사용자 외부 저장소 사용" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/ko.json b/apps/files_external/l10n/ko.json new file mode 100644 index 0000000000..7311212055 --- /dev/null +++ b/apps/files_external/l10n/ko.json @@ -0,0 +1,27 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "올바른 Dropbox 앱 키와 암호를 입력하십시오.", + "External storage" : "외부 저장소", + "Location" : "장소", + "Amazon S3" : "Amazon S3", + "Port" : "포트", + "Region" : "지역", + "Host" : "호스트", + "Username" : "사용자 이름", + "Password" : "암호", + "Share" : "공유", + "URL" : "URL", + "Access granted" : "접근 허가됨", + "Error configuring Dropbox storage" : "Dropbox 저장소 설정 오류", + "Grant access" : "접근 권한 부여", + "Error configuring Google Drive storage" : "Google 드라이브 저장소 설정 오류", + "Personal" : "개인", + "Saved" : "저장됨", + "Name" : "이름", + "External Storage" : "외부 저장소", + "Folder name" : "폴더 이름", + "Configuration" : "설정", + "Add storage" : "저장소 추가", + "Delete" : "삭제", + "Enable User External Storage" : "사용자 외부 저장소 사용" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ko.php b/apps/files_external/l10n/ko.php deleted file mode 100644 index b1c8eea1f1..0000000000 --- a/apps/files_external/l10n/ko.php +++ /dev/null @@ -1,28 +0,0 @@ - "올바른 Dropbox 앱 키와 암호를 입력하십시오.", -"External storage" => "외부 저장소", -"Location" => "장소", -"Amazon S3" => "Amazon S3", -"Port" => "포트", -"Region" => "지역", -"Host" => "호스트", -"Username" => "사용자 이름", -"Password" => "암호", -"Share" => "공유", -"URL" => "URL", -"Access granted" => "접근 허가됨", -"Error configuring Dropbox storage" => "Dropbox 저장소 설정 오류", -"Grant access" => "접근 권한 부여", -"Error configuring Google Drive storage" => "Google 드라이브 저장소 설정 오류", -"Personal" => "개인", -"Saved" => "저장됨", -"Name" => "이름", -"External Storage" => "외부 저장소", -"Folder name" => "폴더 이름", -"Configuration" => "설정", -"Add storage" => "저장소 추가", -"Delete" => "삭제", -"Enable User External Storage" => "사용자 외부 저장소 사용" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/ku_IQ.js b/apps/files_external/l10n/ku_IQ.js new file mode 100644 index 0000000000..60110b5a0a --- /dev/null +++ b/apps/files_external/l10n/ku_IQ.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "files_external", + { + "Location" : "شوێن", + "Username" : "ناوی به‌کارهێنه‌ر", + "Password" : "وشەی تێپەربو", + "Share" : "هاوبەشی کردن", + "URL" : "ناونیشانی به‌سته‌ر", + "Name" : "ناو", + "Folder name" : "ناوی بوخچه" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/ku_IQ.json b/apps/files_external/l10n/ku_IQ.json new file mode 100644 index 0000000000..5116096025 --- /dev/null +++ b/apps/files_external/l10n/ku_IQ.json @@ -0,0 +1,10 @@ +{ "translations": { + "Location" : "شوێن", + "Username" : "ناوی به‌کارهێنه‌ر", + "Password" : "وشەی تێپەربو", + "Share" : "هاوبەشی کردن", + "URL" : "ناونیشانی به‌سته‌ر", + "Name" : "ناو", + "Folder name" : "ناوی بوخچه" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ku_IQ.php b/apps/files_external/l10n/ku_IQ.php deleted file mode 100644 index 097f8d3199..0000000000 --- a/apps/files_external/l10n/ku_IQ.php +++ /dev/null @@ -1,11 +0,0 @@ - "شوێن", -"Username" => "ناوی به‌کارهێنه‌ر", -"Password" => "وشەی تێپەربو", -"Share" => "هاوبەشی کردن", -"URL" => "ناونیشانی به‌سته‌ر", -"Name" => "ناو", -"Folder name" => "ناوی بوخچه" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/lb.js b/apps/files_external/l10n/lb.js new file mode 100644 index 0000000000..6bd258b423 --- /dev/null +++ b/apps/files_external/l10n/lb.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Uert", + "Region" : "Regioun", + "Host" : "Host", + "Username" : "Benotzernumm", + "Password" : "Passwuert", + "Share" : "Deelen", + "URL" : "URL", + "Personal" : "Perséinlech", + "Name" : "Numm", + "Folder name" : "Dossiers Numm:", + "Delete" : "Läschen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/lb.json b/apps/files_external/l10n/lb.json new file mode 100644 index 0000000000..0c5143c4f0 --- /dev/null +++ b/apps/files_external/l10n/lb.json @@ -0,0 +1,14 @@ +{ "translations": { + "Location" : "Uert", + "Region" : "Regioun", + "Host" : "Host", + "Username" : "Benotzernumm", + "Password" : "Passwuert", + "Share" : "Deelen", + "URL" : "URL", + "Personal" : "Perséinlech", + "Name" : "Numm", + "Folder name" : "Dossiers Numm:", + "Delete" : "Läschen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/lb.php b/apps/files_external/l10n/lb.php deleted file mode 100644 index 01b940f25d..0000000000 --- a/apps/files_external/l10n/lb.php +++ /dev/null @@ -1,15 +0,0 @@ - "Uert", -"Region" => "Regioun", -"Host" => "Host", -"Username" => "Benotzernumm", -"Password" => "Passwuert", -"Share" => "Deelen", -"URL" => "URL", -"Personal" => "Perséinlech", -"Name" => "Numm", -"Folder name" => "Dossiers Numm:", -"Delete" => "Läschen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/lt_LT.js b/apps/files_external/l10n/lt_LT.js new file mode 100644 index 0000000000..fa8dcec68e --- /dev/null +++ b/apps/files_external/l10n/lt_LT.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Prašome įvesti teisingus Dropbox \"app key\" ir \"secret\".", + "External storage" : "Išorinė saugykla", + "Location" : "Vieta", + "Port" : "Prievadas", + "Region" : "Regionas", + "Host" : "Mazgas", + "Username" : "Prisijungimo vardas", + "Password" : "Slaptažodis", + "Share" : "Dalintis", + "URL" : "URL", + "Access granted" : "Priėjimas suteiktas", + "Error configuring Dropbox storage" : "Klaida nustatinėjant Dropbox talpyklą", + "Grant access" : "Suteikti priėjimą", + "Error configuring Google Drive storage" : "Klaida nustatinėjant Google Drive talpyklą", + "Personal" : "Asmeniniai", + "Name" : "Pavadinimas", + "External Storage" : "Išorinės saugyklos", + "Folder name" : "Katalogo pavadinimas", + "Configuration" : "Konfigūracija", + "Add storage" : "Pridėti saugyklą", + "Delete" : "Ištrinti", + "Enable User External Storage" : "Įjungti vartotojų išorines saugyklas" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_external/l10n/lt_LT.json b/apps/files_external/l10n/lt_LT.json new file mode 100644 index 0000000000..a6d6e9bfc7 --- /dev/null +++ b/apps/files_external/l10n/lt_LT.json @@ -0,0 +1,25 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Prašome įvesti teisingus Dropbox \"app key\" ir \"secret\".", + "External storage" : "Išorinė saugykla", + "Location" : "Vieta", + "Port" : "Prievadas", + "Region" : "Regionas", + "Host" : "Mazgas", + "Username" : "Prisijungimo vardas", + "Password" : "Slaptažodis", + "Share" : "Dalintis", + "URL" : "URL", + "Access granted" : "Priėjimas suteiktas", + "Error configuring Dropbox storage" : "Klaida nustatinėjant Dropbox talpyklą", + "Grant access" : "Suteikti priėjimą", + "Error configuring Google Drive storage" : "Klaida nustatinėjant Google Drive talpyklą", + "Personal" : "Asmeniniai", + "Name" : "Pavadinimas", + "External Storage" : "Išorinės saugyklos", + "Folder name" : "Katalogo pavadinimas", + "Configuration" : "Konfigūracija", + "Add storage" : "Pridėti saugyklą", + "Delete" : "Ištrinti", + "Enable User External Storage" : "Įjungti vartotojų išorines saugyklas" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/lt_LT.php b/apps/files_external/l10n/lt_LT.php deleted file mode 100644 index f5e83fc60b..0000000000 --- a/apps/files_external/l10n/lt_LT.php +++ /dev/null @@ -1,26 +0,0 @@ - "Prašome įvesti teisingus Dropbox \"app key\" ir \"secret\".", -"External storage" => "Išorinė saugykla", -"Location" => "Vieta", -"Port" => "Prievadas", -"Region" => "Regionas", -"Host" => "Mazgas", -"Username" => "Prisijungimo vardas", -"Password" => "Slaptažodis", -"Share" => "Dalintis", -"URL" => "URL", -"Access granted" => "Priėjimas suteiktas", -"Error configuring Dropbox storage" => "Klaida nustatinėjant Dropbox talpyklą", -"Grant access" => "Suteikti priėjimą", -"Error configuring Google Drive storage" => "Klaida nustatinėjant Google Drive talpyklą", -"Personal" => "Asmeniniai", -"Name" => "Pavadinimas", -"External Storage" => "Išorinės saugyklos", -"Folder name" => "Katalogo pavadinimas", -"Configuration" => "Konfigūracija", -"Add storage" => "Pridėti saugyklą", -"Delete" => "Ištrinti", -"Enable User External Storage" => "Įjungti vartotojų išorines saugyklas" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_external/l10n/lv.js b/apps/files_external/l10n/lv.js new file mode 100644 index 0000000000..8f22ff9fd1 --- /dev/null +++ b/apps/files_external/l10n/lv.js @@ -0,0 +1,26 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Lūdzu, norādiet derīgu Dropbox lietotnes atslēgu un noslēpumu.", + "External storage" : "Ārējā krātuve", + "Location" : "Vieta", + "Port" : "Ports", + "Host" : "Resursdators", + "Username" : "Lietotājvārds", + "Password" : "Parole", + "Share" : "Dalīties", + "URL" : "URL", + "Access granted" : "Piešķirta pieeja", + "Error configuring Dropbox storage" : "Kļūda, konfigurējot Dropbox krātuvi", + "Grant access" : "Piešķirt pieeju", + "Error configuring Google Drive storage" : "Kļūda, konfigurējot Google Drive krātuvi", + "Personal" : "Personīgi", + "Name" : "Nosaukums", + "External Storage" : "Ārējā krātuve", + "Folder name" : "Mapes nosaukums", + "Configuration" : "Konfigurācija", + "Add storage" : "Pievienot krātuvi", + "Delete" : "Dzēst", + "Enable User External Storage" : "Aktivēt lietotāja ārējo krātuvi" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/files_external/l10n/lv.json b/apps/files_external/l10n/lv.json new file mode 100644 index 0000000000..f5637ac9b5 --- /dev/null +++ b/apps/files_external/l10n/lv.json @@ -0,0 +1,24 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Lūdzu, norādiet derīgu Dropbox lietotnes atslēgu un noslēpumu.", + "External storage" : "Ārējā krātuve", + "Location" : "Vieta", + "Port" : "Ports", + "Host" : "Resursdators", + "Username" : "Lietotājvārds", + "Password" : "Parole", + "Share" : "Dalīties", + "URL" : "URL", + "Access granted" : "Piešķirta pieeja", + "Error configuring Dropbox storage" : "Kļūda, konfigurējot Dropbox krātuvi", + "Grant access" : "Piešķirt pieeju", + "Error configuring Google Drive storage" : "Kļūda, konfigurējot Google Drive krātuvi", + "Personal" : "Personīgi", + "Name" : "Nosaukums", + "External Storage" : "Ārējā krātuve", + "Folder name" : "Mapes nosaukums", + "Configuration" : "Konfigurācija", + "Add storage" : "Pievienot krātuvi", + "Delete" : "Dzēst", + "Enable User External Storage" : "Aktivēt lietotāja ārējo krātuvi" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/lv.php b/apps/files_external/l10n/lv.php deleted file mode 100644 index 3bd5589a5f..0000000000 --- a/apps/files_external/l10n/lv.php +++ /dev/null @@ -1,25 +0,0 @@ - "Lūdzu, norādiet derīgu Dropbox lietotnes atslēgu un noslēpumu.", -"External storage" => "Ārējā krātuve", -"Location" => "Vieta", -"Port" => "Ports", -"Host" => "Resursdators", -"Username" => "Lietotājvārds", -"Password" => "Parole", -"Share" => "Dalīties", -"URL" => "URL", -"Access granted" => "Piešķirta pieeja", -"Error configuring Dropbox storage" => "Kļūda, konfigurējot Dropbox krātuvi", -"Grant access" => "Piešķirt pieeju", -"Error configuring Google Drive storage" => "Kļūda, konfigurējot Google Drive krātuvi", -"Personal" => "Personīgi", -"Name" => "Nosaukums", -"External Storage" => "Ārējā krātuve", -"Folder name" => "Mapes nosaukums", -"Configuration" => "Konfigurācija", -"Add storage" => "Pievienot krātuvi", -"Delete" => "Dzēst", -"Enable User External Storage" => "Aktivēt lietotāja ārējo krātuvi" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/apps/files_external/l10n/mk.js b/apps/files_external/l10n/mk.js new file mode 100644 index 0000000000..4250db79d3 --- /dev/null +++ b/apps/files_external/l10n/mk.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Ве молам доставите валиден Dropbox клуч и тајна лозинка.", + "Local" : "Локален", + "Location" : "Локација", + "Port" : "Порта", + "Region" : "Регион", + "Host" : "Домаќин", + "Username" : "Корисничко име", + "Password" : "Лозинка", + "Share" : "Сподели", + "URL" : "Адреса", + "Access granted" : "Пристапот е дозволен", + "Error configuring Dropbox storage" : "Грешка при конфигурација на Dropbox", + "Grant access" : "Дозволи пристап", + "Error configuring Google Drive storage" : "Грешка при конфигурација на Google Drive", + "Personal" : "Лично", + "Saved" : "Снимено", + "Name" : "Име", + "External Storage" : "Надворешно складиште", + "Folder name" : "Име на папка", + "Configuration" : "Конфигурација", + "Delete" : "Избриши", + "Enable User External Storage" : "Овозможи надворешни за корисници" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/files_external/l10n/mk.json b/apps/files_external/l10n/mk.json new file mode 100644 index 0000000000..d216a075b3 --- /dev/null +++ b/apps/files_external/l10n/mk.json @@ -0,0 +1,25 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Ве молам доставите валиден Dropbox клуч и тајна лозинка.", + "Local" : "Локален", + "Location" : "Локација", + "Port" : "Порта", + "Region" : "Регион", + "Host" : "Домаќин", + "Username" : "Корисничко име", + "Password" : "Лозинка", + "Share" : "Сподели", + "URL" : "Адреса", + "Access granted" : "Пристапот е дозволен", + "Error configuring Dropbox storage" : "Грешка при конфигурација на Dropbox", + "Grant access" : "Дозволи пристап", + "Error configuring Google Drive storage" : "Грешка при конфигурација на Google Drive", + "Personal" : "Лично", + "Saved" : "Снимено", + "Name" : "Име", + "External Storage" : "Надворешно складиште", + "Folder name" : "Име на папка", + "Configuration" : "Конфигурација", + "Delete" : "Избриши", + "Enable User External Storage" : "Овозможи надворешни за корисници" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/mk.php b/apps/files_external/l10n/mk.php deleted file mode 100644 index 8c9ab8fff1..0000000000 --- a/apps/files_external/l10n/mk.php +++ /dev/null @@ -1,26 +0,0 @@ - "Ве молам доставите валиден Dropbox клуч и тајна лозинка.", -"Local" => "Локален", -"Location" => "Локација", -"Port" => "Порта", -"Region" => "Регион", -"Host" => "Домаќин", -"Username" => "Корисничко име", -"Password" => "Лозинка", -"Share" => "Сподели", -"URL" => "Адреса", -"Access granted" => "Пристапот е дозволен", -"Error configuring Dropbox storage" => "Грешка при конфигурација на Dropbox", -"Grant access" => "Дозволи пристап", -"Error configuring Google Drive storage" => "Грешка при конфигурација на Google Drive", -"Personal" => "Лично", -"Saved" => "Снимено", -"Name" => "Име", -"External Storage" => "Надворешно складиште", -"Folder name" => "Име на папка", -"Configuration" => "Конфигурација", -"Delete" => "Избриши", -"Enable User External Storage" => "Овозможи надворешни за корисници" -); -$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/files_external/l10n/ms_MY.js b/apps/files_external/l10n/ms_MY.js new file mode 100644 index 0000000000..e73074f39f --- /dev/null +++ b/apps/files_external/l10n/ms_MY.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Lokasi", + "Region" : "Wilayah", + "Username" : "Nama pengguna", + "Password" : "Kata laluan", + "Share" : "Kongsi", + "URL" : "URL", + "Personal" : "Peribadi", + "Name" : "Nama", + "Delete" : "Padam" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/ms_MY.json b/apps/files_external/l10n/ms_MY.json new file mode 100644 index 0000000000..3dbcfc92a7 --- /dev/null +++ b/apps/files_external/l10n/ms_MY.json @@ -0,0 +1,12 @@ +{ "translations": { + "Location" : "Lokasi", + "Region" : "Wilayah", + "Username" : "Nama pengguna", + "Password" : "Kata laluan", + "Share" : "Kongsi", + "URL" : "URL", + "Personal" : "Peribadi", + "Name" : "Nama", + "Delete" : "Padam" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ms_MY.php b/apps/files_external/l10n/ms_MY.php deleted file mode 100644 index 06d66083f9..0000000000 --- a/apps/files_external/l10n/ms_MY.php +++ /dev/null @@ -1,13 +0,0 @@ - "Lokasi", -"Region" => "Wilayah", -"Username" => "Nama pengguna", -"Password" => "Kata laluan", -"Share" => "Kongsi", -"URL" => "URL", -"Personal" => "Peribadi", -"Name" => "Nama", -"Delete" => "Padam" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/my_MM.js b/apps/files_external/l10n/my_MM.js new file mode 100644 index 0000000000..d858639143 --- /dev/null +++ b/apps/files_external/l10n/my_MM.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_external", + { + "Location" : "တည်နေရာ", + "Username" : "သုံးစွဲသူအမည်", + "Password" : "စကားဝှက်" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/my_MM.json b/apps/files_external/l10n/my_MM.json new file mode 100644 index 0000000000..ee8c8165a5 --- /dev/null +++ b/apps/files_external/l10n/my_MM.json @@ -0,0 +1,6 @@ +{ "translations": { + "Location" : "တည်နေရာ", + "Username" : "သုံးစွဲသူအမည်", + "Password" : "စကားဝှက်" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/my_MM.php b/apps/files_external/l10n/my_MM.php deleted file mode 100644 index bf50d1b1b6..0000000000 --- a/apps/files_external/l10n/my_MM.php +++ /dev/null @@ -1,7 +0,0 @@ - "တည်နေရာ", -"Username" => "သုံးစွဲသူအမည်", -"Password" => "စကားဝှက်" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/nb_NO.js b/apps/files_external/l10n/nb_NO.js new file mode 100644 index 0000000000..ebf113068a --- /dev/null +++ b/apps/files_external/l10n/nb_NO.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Henting av henvendelsessymboler feilet. Sjekk at app-nøkkelen og hemmeligheten din for Dropbox stemmer.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Henting adgangssymboler feilet. Sjekk at app-nøkkelen og hemmeligheten din for Dropbox stemmer.", + "Please provide a valid Dropbox app key and secret." : "Vær vennlig å oppgi gyldig Dropbox appnøkkel og hemmelighet.", + "Step 1 failed. Exception: %s" : "Steg 1 feilet. Unntak: %s", + "Step 2 failed. Exception: %s" : "Steg 2 feilet. Unntak: %s", + "External storage" : "Ekstern lagringsplass", + "Local" : "Lokal", + "Location" : "Sted", + "Amazon S3" : "Amazon S3", + "Key" : "Key", + "Secret" : "Secret", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 og tilsvarende", + "Access Key" : "Access Key", + "Secret Key" : "Secret Key", + "Hostname" : "Servernavn", + "Port" : "Port", + "Region" : "Området", + "Enable SSL" : "Aktiver SSL", + "Enable Path Style" : "Aktiver Path Style", + "App key" : "App key", + "App secret" : "App secret", + "Host" : "Tjener", + "Username" : "Brukernavn", + "Password" : "Passord", + "Root" : "Rot", + "Secure ftps://" : "Sikker ftps://", + "Client ID" : "Client ID", + "Client secret" : "Client secret", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Region (ikke påkrevet for OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API Key (påkrevet for Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (påkrevet for OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Passord (påkrevet for OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Tjenestenavn (påkrevet for OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL for identity endpoint (påkrevet for OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Tidsavbrudd for HTTP-forespørsler i sekunder", + "Share" : "Del", + "SMB / CIFS using OC login" : "SMB / CIFS med OC-pålogging", + "Username as share" : "Brukernavn som share", + "URL" : "URL", + "Secure https://" : "Sikker https://", + "Remote subfolder" : "Ekstern undermappe", + "Access granted" : "Tilgang innvilget", + "Error configuring Dropbox storage" : "Feil ved konfigurering av Dropbox-lagring", + "Grant access" : "Gi tilgang", + "Error configuring Google Drive storage" : "Feil med konfigurering av Google Drive", + "Personal" : "Personlig", + "System" : "System", + "All users. Type to select user or group." : "Alle brukere. Tast for å velge bruker eller gruppe.", + "(group)" : "(gruppe)", + "Saved" : "Lagret", + "Note: " : "Merk: ", + " and " : " og ", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Merk: Støtte for cURL i PHP er ikke aktivert eller installert. Oppkobling av %s er ikke mulig. Be systemadministratoren om å installere det.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Merk: FTP-støtte i PHP er ikke slått på eller installert. Kan ikke koble opp %s. Ta kontakt med systemadministratoren for å installere det.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Merk: \"%s\" er ikke installert. Oppkobling av %s er ikke mulig. Spør systemadministratoren om å installere det.", + "You don't have any external storages" : "Du har ingen eksterne lagre", + "Name" : "Navn", + "Storage type" : "Lagringstype", + "Scope" : "Omfang", + "External Storage" : "Ekstern lagring", + "Folder name" : "Mappenavn", + "Configuration" : "Konfigurasjon", + "Available for" : "Tilgjengelig for", + "Add storage" : "Legg til lagringsplass", + "Delete" : "Slett", + "Enable User External Storage" : "Aktiver ekstern lagring for bruker", + "Allow users to mount the following external storage" : "Tillat brukere å koble opp følgende eksterne lagring" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/nb_NO.json b/apps/files_external/l10n/nb_NO.json new file mode 100644 index 0000000000..b9b736fb13 --- /dev/null +++ b/apps/files_external/l10n/nb_NO.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Henting av henvendelsessymboler feilet. Sjekk at app-nøkkelen og hemmeligheten din for Dropbox stemmer.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Henting adgangssymboler feilet. Sjekk at app-nøkkelen og hemmeligheten din for Dropbox stemmer.", + "Please provide a valid Dropbox app key and secret." : "Vær vennlig å oppgi gyldig Dropbox appnøkkel og hemmelighet.", + "Step 1 failed. Exception: %s" : "Steg 1 feilet. Unntak: %s", + "Step 2 failed. Exception: %s" : "Steg 2 feilet. Unntak: %s", + "External storage" : "Ekstern lagringsplass", + "Local" : "Lokal", + "Location" : "Sted", + "Amazon S3" : "Amazon S3", + "Key" : "Key", + "Secret" : "Secret", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 og tilsvarende", + "Access Key" : "Access Key", + "Secret Key" : "Secret Key", + "Hostname" : "Servernavn", + "Port" : "Port", + "Region" : "Området", + "Enable SSL" : "Aktiver SSL", + "Enable Path Style" : "Aktiver Path Style", + "App key" : "App key", + "App secret" : "App secret", + "Host" : "Tjener", + "Username" : "Brukernavn", + "Password" : "Passord", + "Root" : "Rot", + "Secure ftps://" : "Sikker ftps://", + "Client ID" : "Client ID", + "Client secret" : "Client secret", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Region (ikke påkrevet for OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API Key (påkrevet for Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (påkrevet for OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Passord (påkrevet for OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Tjenestenavn (påkrevet for OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL for identity endpoint (påkrevet for OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Tidsavbrudd for HTTP-forespørsler i sekunder", + "Share" : "Del", + "SMB / CIFS using OC login" : "SMB / CIFS med OC-pålogging", + "Username as share" : "Brukernavn som share", + "URL" : "URL", + "Secure https://" : "Sikker https://", + "Remote subfolder" : "Ekstern undermappe", + "Access granted" : "Tilgang innvilget", + "Error configuring Dropbox storage" : "Feil ved konfigurering av Dropbox-lagring", + "Grant access" : "Gi tilgang", + "Error configuring Google Drive storage" : "Feil med konfigurering av Google Drive", + "Personal" : "Personlig", + "System" : "System", + "All users. Type to select user or group." : "Alle brukere. Tast for å velge bruker eller gruppe.", + "(group)" : "(gruppe)", + "Saved" : "Lagret", + "Note: " : "Merk: ", + " and " : " og ", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Merk: Støtte for cURL i PHP er ikke aktivert eller installert. Oppkobling av %s er ikke mulig. Be systemadministratoren om å installere det.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Merk: FTP-støtte i PHP er ikke slått på eller installert. Kan ikke koble opp %s. Ta kontakt med systemadministratoren for å installere det.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Merk: \"%s\" er ikke installert. Oppkobling av %s er ikke mulig. Spør systemadministratoren om å installere det.", + "You don't have any external storages" : "Du har ingen eksterne lagre", + "Name" : "Navn", + "Storage type" : "Lagringstype", + "Scope" : "Omfang", + "External Storage" : "Ekstern lagring", + "Folder name" : "Mappenavn", + "Configuration" : "Konfigurasjon", + "Available for" : "Tilgjengelig for", + "Add storage" : "Legg til lagringsplass", + "Delete" : "Slett", + "Enable User External Storage" : "Aktiver ekstern lagring for bruker", + "Allow users to mount the following external storage" : "Tillat brukere å koble opp følgende eksterne lagring" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/nb_NO.php b/apps/files_external/l10n/nb_NO.php deleted file mode 100644 index e27def2ea7..0000000000 --- a/apps/files_external/l10n/nb_NO.php +++ /dev/null @@ -1,73 +0,0 @@ - "Henting av henvendelsessymboler feilet. Sjekk at app-nøkkelen og hemmeligheten din for Dropbox stemmer.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Henting adgangssymboler feilet. Sjekk at app-nøkkelen og hemmeligheten din for Dropbox stemmer.", -"Please provide a valid Dropbox app key and secret." => "Vær vennlig å oppgi gyldig Dropbox appnøkkel og hemmelighet.", -"Step 1 failed. Exception: %s" => "Steg 1 feilet. Unntak: %s", -"Step 2 failed. Exception: %s" => "Steg 2 feilet. Unntak: %s", -"External storage" => "Ekstern lagringsplass", -"Local" => "Lokal", -"Location" => "Sted", -"Amazon S3" => "Amazon S3", -"Key" => "Key", -"Secret" => "Secret", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 og tilsvarende", -"Access Key" => "Access Key", -"Secret Key" => "Secret Key", -"Hostname" => "Servernavn", -"Port" => "Port", -"Region" => "Området", -"Enable SSL" => "Aktiver SSL", -"Enable Path Style" => "Aktiver Path Style", -"App key" => "App key", -"App secret" => "App secret", -"Host" => "Tjener", -"Username" => "Brukernavn", -"Password" => "Passord", -"Root" => "Rot", -"Secure ftps://" => "Sikker ftps://", -"Client ID" => "Client ID", -"Client secret" => "Client secret", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Region (ikke påkrevet for OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "API Key (påkrevet for Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Tenantname (påkrevet for OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Passord (påkrevet for OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Tjenestenavn (påkrevet for OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL for identity endpoint (påkrevet for OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Tidsavbrudd for HTTP-forespørsler i sekunder", -"Share" => "Del", -"SMB / CIFS using OC login" => "SMB / CIFS med OC-pålogging", -"Username as share" => "Brukernavn som share", -"URL" => "URL", -"Secure https://" => "Sikker https://", -"Remote subfolder" => "Ekstern undermappe", -"Access granted" => "Tilgang innvilget", -"Error configuring Dropbox storage" => "Feil ved konfigurering av Dropbox-lagring", -"Grant access" => "Gi tilgang", -"Error configuring Google Drive storage" => "Feil med konfigurering av Google Drive", -"Personal" => "Personlig", -"System" => "System", -"All users. Type to select user or group." => "Alle brukere. Tast for å velge bruker eller gruppe.", -"(group)" => "(gruppe)", -"Saved" => "Lagret", -"Note: " => "Merk: ", -" and " => " og ", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Merk: Støtte for cURL i PHP er ikke aktivert eller installert. Oppkobling av %s er ikke mulig. Be systemadministratoren om å installere det.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Merk: FTP-støtte i PHP er ikke slått på eller installert. Kan ikke koble opp %s. Ta kontakt med systemadministratoren for å installere det.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Merk: \"%s\" er ikke installert. Oppkobling av %s er ikke mulig. Spør systemadministratoren om å installere det.", -"You don't have any external storages" => "Du har ingen eksterne lagre", -"Name" => "Navn", -"Storage type" => "Lagringstype", -"Scope" => "Omfang", -"External Storage" => "Ekstern lagring", -"Folder name" => "Mappenavn", -"Configuration" => "Konfigurasjon", -"Available for" => "Tilgjengelig for", -"Add storage" => "Legg til lagringsplass", -"Delete" => "Slett", -"Enable User External Storage" => "Aktiver ekstern lagring for bruker", -"Allow users to mount the following external storage" => "Tillat brukere å koble opp følgende eksterne lagring" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/nl.js b/apps/files_external/l10n/nl.js new file mode 100644 index 0000000000..0dcbe8556a --- /dev/null +++ b/apps/files_external/l10n/nl.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Ophalen aanvraag tokens mislukt. Verifieer dat uw Dropbox app key en secret juist zijn.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Ophalen aanvraag tokens mislukt. Verifieer dat uw Dropbox app key en secret juist zijn.", + "Please provide a valid Dropbox app key and secret." : "Geef een geldige Dropbox key en secret.", + "Step 1 failed. Exception: %s" : "Stap 1 is mislukt. Uitzondering: %s", + "Step 2 failed. Exception: %s" : "Stap 2 is mislukt. Uitzondering: %s", + "External storage" : "Externe opslag", + "Local" : "Lokaal", + "Location" : "Locatie", + "Amazon S3" : "Amazon S3", + "Key" : "Sleutel", + "Secret" : "Geheim", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 en overeenkomstig", + "Access Key" : "Access Key", + "Secret Key" : "Secret Key", + "Hostname" : "Hostnaam", + "Port" : "Poort", + "Region" : "Regio", + "Enable SSL" : "Activeren SSL", + "Enable Path Style" : "Activeren pad stijl", + "App key" : "App key", + "App secret" : "App secret", + "Host" : "Host", + "Username" : "Gebruikersnaam", + "Password" : "Wachtwoord", + "Root" : "Root", + "Secure ftps://" : "Secure ftps://", + "Client ID" : "Client ID", + "Client secret" : "Client secret", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Regio (optioneel voor OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API Key (verplicht voor Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (Verplicht voor OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Wachtwoord (verplicht voor OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Service Name (verplicht voor OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL van identity endpoint (verplicht voor OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Time-out van HTTP-verzoeken in seconden", + "Share" : "Share", + "SMB / CIFS using OC login" : "SMB / CIFS via OC inlog", + "Username as share" : "Gebruikersnaam als share", + "URL" : "URL", + "Secure https://" : "Secure https://", + "Remote subfolder" : "Externe submap", + "Access granted" : "Toegang toegestaan", + "Error configuring Dropbox storage" : "Fout tijdens het configureren van Dropbox opslag", + "Grant access" : "Sta toegang toe", + "Error configuring Google Drive storage" : "Fout tijdens het configureren van Google Drive opslag", + "Personal" : "Persoonlijk", + "System" : "Systeem", + "All users. Type to select user or group." : "Alle gebruikers. Tikken om een gebruiker of groep te selecteren.", + "(group)" : "(groep)", + "Saved" : "Bewaard", + "Note: " : "Let op: ", + " and " : "en", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Let op: Curl ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw systeembeheerder dit te installeren.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Let op: FTP ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw beheerder dit te installeren.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Let op: \"%s\" is niet geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw beheerder om dit te installeren.", + "You don't have any external storages" : "U hebt geen externe opslag", + "Name" : "Naam", + "Storage type" : "Opslagtype", + "Scope" : "Scope", + "External Storage" : "Externe opslag", + "Folder name" : "Mapnaam", + "Configuration" : "Configuratie", + "Available for" : "Beschikbaar voor", + "Add storage" : "Toevoegen opslag", + "Delete" : "Verwijder", + "Enable User External Storage" : "Externe opslag voor gebruikers activeren", + "Allow users to mount the following external storage" : "Sta gebruikers toe de volgende externe opslag aan te koppelen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/nl.json b/apps/files_external/l10n/nl.json new file mode 100644 index 0000000000..135aea8966 --- /dev/null +++ b/apps/files_external/l10n/nl.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Ophalen aanvraag tokens mislukt. Verifieer dat uw Dropbox app key en secret juist zijn.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Ophalen aanvraag tokens mislukt. Verifieer dat uw Dropbox app key en secret juist zijn.", + "Please provide a valid Dropbox app key and secret." : "Geef een geldige Dropbox key en secret.", + "Step 1 failed. Exception: %s" : "Stap 1 is mislukt. Uitzondering: %s", + "Step 2 failed. Exception: %s" : "Stap 2 is mislukt. Uitzondering: %s", + "External storage" : "Externe opslag", + "Local" : "Lokaal", + "Location" : "Locatie", + "Amazon S3" : "Amazon S3", + "Key" : "Sleutel", + "Secret" : "Geheim", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 en overeenkomstig", + "Access Key" : "Access Key", + "Secret Key" : "Secret Key", + "Hostname" : "Hostnaam", + "Port" : "Poort", + "Region" : "Regio", + "Enable SSL" : "Activeren SSL", + "Enable Path Style" : "Activeren pad stijl", + "App key" : "App key", + "App secret" : "App secret", + "Host" : "Host", + "Username" : "Gebruikersnaam", + "Password" : "Wachtwoord", + "Root" : "Root", + "Secure ftps://" : "Secure ftps://", + "Client ID" : "Client ID", + "Client secret" : "Client secret", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Regio (optioneel voor OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API Key (verplicht voor Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (Verplicht voor OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Wachtwoord (verplicht voor OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Service Name (verplicht voor OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL van identity endpoint (verplicht voor OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Time-out van HTTP-verzoeken in seconden", + "Share" : "Share", + "SMB / CIFS using OC login" : "SMB / CIFS via OC inlog", + "Username as share" : "Gebruikersnaam als share", + "URL" : "URL", + "Secure https://" : "Secure https://", + "Remote subfolder" : "Externe submap", + "Access granted" : "Toegang toegestaan", + "Error configuring Dropbox storage" : "Fout tijdens het configureren van Dropbox opslag", + "Grant access" : "Sta toegang toe", + "Error configuring Google Drive storage" : "Fout tijdens het configureren van Google Drive opslag", + "Personal" : "Persoonlijk", + "System" : "Systeem", + "All users. Type to select user or group." : "Alle gebruikers. Tikken om een gebruiker of groep te selecteren.", + "(group)" : "(groep)", + "Saved" : "Bewaard", + "Note: " : "Let op: ", + " and " : "en", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Let op: Curl ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw systeembeheerder dit te installeren.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Let op: FTP ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw beheerder dit te installeren.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Let op: \"%s\" is niet geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw beheerder om dit te installeren.", + "You don't have any external storages" : "U hebt geen externe opslag", + "Name" : "Naam", + "Storage type" : "Opslagtype", + "Scope" : "Scope", + "External Storage" : "Externe opslag", + "Folder name" : "Mapnaam", + "Configuration" : "Configuratie", + "Available for" : "Beschikbaar voor", + "Add storage" : "Toevoegen opslag", + "Delete" : "Verwijder", + "Enable User External Storage" : "Externe opslag voor gebruikers activeren", + "Allow users to mount the following external storage" : "Sta gebruikers toe de volgende externe opslag aan te koppelen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/nl.php b/apps/files_external/l10n/nl.php deleted file mode 100644 index 37c17204eb..0000000000 --- a/apps/files_external/l10n/nl.php +++ /dev/null @@ -1,73 +0,0 @@ - "Ophalen aanvraag tokens mislukt. Verifieer dat uw Dropbox app key en secret juist zijn.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Ophalen aanvraag tokens mislukt. Verifieer dat uw Dropbox app key en secret juist zijn.", -"Please provide a valid Dropbox app key and secret." => "Geef een geldige Dropbox key en secret.", -"Step 1 failed. Exception: %s" => "Stap 1 is mislukt. Uitzondering: %s", -"Step 2 failed. Exception: %s" => "Stap 2 is mislukt. Uitzondering: %s", -"External storage" => "Externe opslag", -"Local" => "Lokaal", -"Location" => "Locatie", -"Amazon S3" => "Amazon S3", -"Key" => "Sleutel", -"Secret" => "Geheim", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 en overeenkomstig", -"Access Key" => "Access Key", -"Secret Key" => "Secret Key", -"Hostname" => "Hostnaam", -"Port" => "Poort", -"Region" => "Regio", -"Enable SSL" => "Activeren SSL", -"Enable Path Style" => "Activeren pad stijl", -"App key" => "App key", -"App secret" => "App secret", -"Host" => "Host", -"Username" => "Gebruikersnaam", -"Password" => "Wachtwoord", -"Root" => "Root", -"Secure ftps://" => "Secure ftps://", -"Client ID" => "Client ID", -"Client secret" => "Client secret", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Regio (optioneel voor OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "API Key (verplicht voor Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Tenantname (Verplicht voor OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Wachtwoord (verplicht voor OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Service Name (verplicht voor OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL van identity endpoint (verplicht voor OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Time-out van HTTP-verzoeken in seconden", -"Share" => "Share", -"SMB / CIFS using OC login" => "SMB / CIFS via OC inlog", -"Username as share" => "Gebruikersnaam als share", -"URL" => "URL", -"Secure https://" => "Secure https://", -"Remote subfolder" => "Externe submap", -"Access granted" => "Toegang toegestaan", -"Error configuring Dropbox storage" => "Fout tijdens het configureren van Dropbox opslag", -"Grant access" => "Sta toegang toe", -"Error configuring Google Drive storage" => "Fout tijdens het configureren van Google Drive opslag", -"Personal" => "Persoonlijk", -"System" => "Systeem", -"All users. Type to select user or group." => "Alle gebruikers. Tikken om een gebruiker of groep te selecteren.", -"(group)" => "(groep)", -"Saved" => "Bewaard", -"Note: " => "Let op: ", -" and " => "en", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Let op: Curl ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw systeembeheerder dit te installeren.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Let op: FTP ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw beheerder dit te installeren.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Let op: \"%s\" is niet geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw beheerder om dit te installeren.", -"You don't have any external storages" => "U hebt geen externe opslag", -"Name" => "Naam", -"Storage type" => "Opslagtype", -"Scope" => "Scope", -"External Storage" => "Externe opslag", -"Folder name" => "Mapnaam", -"Configuration" => "Configuratie", -"Available for" => "Beschikbaar voor", -"Add storage" => "Toevoegen opslag", -"Delete" => "Verwijder", -"Enable User External Storage" => "Externe opslag voor gebruikers activeren", -"Allow users to mount the following external storage" => "Sta gebruikers toe de volgende externe opslag aan te koppelen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/nn_NO.js b/apps/files_external/l10n/nn_NO.js new file mode 100644 index 0000000000..080f510546 --- /dev/null +++ b/apps/files_external/l10n/nn_NO.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Stad", + "Region" : "Region/fylke", + "Host" : "Tenar", + "Username" : "Brukarnamn", + "Password" : "Passord", + "Share" : "Del", + "URL" : "Nettstad", + "Personal" : "Personleg", + "Name" : "Namn", + "Folder name" : "Mappenamn", + "Configuration" : "Innstillingar", + "Delete" : "Slett" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/nn_NO.json b/apps/files_external/l10n/nn_NO.json new file mode 100644 index 0000000000..1451532c22 --- /dev/null +++ b/apps/files_external/l10n/nn_NO.json @@ -0,0 +1,15 @@ +{ "translations": { + "Location" : "Stad", + "Region" : "Region/fylke", + "Host" : "Tenar", + "Username" : "Brukarnamn", + "Password" : "Passord", + "Share" : "Del", + "URL" : "Nettstad", + "Personal" : "Personleg", + "Name" : "Namn", + "Folder name" : "Mappenamn", + "Configuration" : "Innstillingar", + "Delete" : "Slett" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/nn_NO.php b/apps/files_external/l10n/nn_NO.php deleted file mode 100644 index 8f2a351aab..0000000000 --- a/apps/files_external/l10n/nn_NO.php +++ /dev/null @@ -1,16 +0,0 @@ - "Stad", -"Region" => "Region/fylke", -"Host" => "Tenar", -"Username" => "Brukarnamn", -"Password" => "Passord", -"Share" => "Del", -"URL" => "Nettstad", -"Personal" => "Personleg", -"Name" => "Namn", -"Folder name" => "Mappenamn", -"Configuration" => "Innstillingar", -"Delete" => "Slett" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/oc.js b/apps/files_external/l10n/oc.js new file mode 100644 index 0000000000..68d5692661 --- /dev/null +++ b/apps/files_external/l10n/oc.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Plaça", + "Username" : "Non d'usancièr", + "Password" : "Senhal", + "Share" : "Parteja", + "URL" : "URL", + "Personal" : "Personal", + "Name" : "Nom", + "Delete" : "Escafa" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_external/l10n/oc.json b/apps/files_external/l10n/oc.json new file mode 100644 index 0000000000..2a3c1bf456 --- /dev/null +++ b/apps/files_external/l10n/oc.json @@ -0,0 +1,11 @@ +{ "translations": { + "Location" : "Plaça", + "Username" : "Non d'usancièr", + "Password" : "Senhal", + "Share" : "Parteja", + "URL" : "URL", + "Personal" : "Personal", + "Name" : "Nom", + "Delete" : "Escafa" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/oc.php b/apps/files_external/l10n/oc.php deleted file mode 100644 index af4b03e3c1..0000000000 --- a/apps/files_external/l10n/oc.php +++ /dev/null @@ -1,12 +0,0 @@ - "Plaça", -"Username" => "Non d'usancièr", -"Password" => "Senhal", -"Share" => "Parteja", -"URL" => "URL", -"Personal" => "Personal", -"Name" => "Nom", -"Delete" => "Escafa" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_external/l10n/pa.js b/apps/files_external/l10n/pa.js new file mode 100644 index 0000000000..47acbde23d --- /dev/null +++ b/apps/files_external/l10n/pa.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_external", + { + "Username" : "ਯੂਜ਼ਰ-ਨਾਂ", + "Password" : "ਪਾਸਵਰ", + "Share" : "ਸਾਂਝਾ ਕਰੋ", + "Delete" : "ਹਟਾਓ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/pa.json b/apps/files_external/l10n/pa.json new file mode 100644 index 0000000000..2bdafd7a25 --- /dev/null +++ b/apps/files_external/l10n/pa.json @@ -0,0 +1,7 @@ +{ "translations": { + "Username" : "ਯੂਜ਼ਰ-ਨਾਂ", + "Password" : "ਪਾਸਵਰ", + "Share" : "ਸਾਂਝਾ ਕਰੋ", + "Delete" : "ਹਟਾਓ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/pa.php b/apps/files_external/l10n/pa.php deleted file mode 100644 index 14e0fe78ae..0000000000 --- a/apps/files_external/l10n/pa.php +++ /dev/null @@ -1,8 +0,0 @@ - "ਯੂਜ਼ਰ-ਨਾਂ", -"Password" => "ਪਾਸਵਰ", -"Share" => "ਸਾਂਝਾ ਕਰੋ", -"Delete" => "ਹਟਾਓ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js new file mode 100644 index 0000000000..a20f61c467 --- /dev/null +++ b/apps/files_external/l10n/pl.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny Dropbox'a są poprawne.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny Dropbox'a są poprawne.", + "Please provide a valid Dropbox app key and secret." : "Proszę podać prawidłowy klucz aplikacji Dropbox i klucz sekretny.", + "Step 1 failed. Exception: %s" : "Krok 1 błędny. Błąd: %s", + "Step 2 failed. Exception: %s" : "Krok 2 błędny. Błąd: %s", + "External storage" : "Zewnętrzne zasoby dyskowe", + "Local" : "Lokalny", + "Location" : "Lokalizacja", + "Amazon S3" : "Amazon S3", + "Key" : "Klucz", + "Secret" : "Hasło", + "Bucket" : "Kosz", + "Amazon S3 and compliant" : "Amazon S3 i zgodne", + "Access Key" : "Klucz dostępu", + "Secret Key" : "Klucz hasła", + "Hostname" : "Nazwa serwera", + "Port" : "Port", + "Region" : "Region", + "Enable SSL" : "Włącz SSL", + "Enable Path Style" : "Włącz styl ścieżki", + "App key" : "Klucz aplikacji", + "App secret" : "Hasło aplikacji", + "Host" : "Host", + "Username" : "Nazwa użytkownika", + "Password" : "Hasło", + "Root" : "Root", + "Secure ftps://" : "Bezpieczny ftps://", + "Client ID" : "ID klienta", + "Client secret" : "Hasło klienta", + "OpenStack Object Storage" : "Magazyn obiektów OpenStack", + "Region (optional for OpenStack Object Storage)" : "Region (opcjonalny dla magazynu obiektów OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Klucz API (wymagany dla plików Rackspace Cloud)", + "Tenantname (required for OpenStack Object Storage)" : "Nazwa najemcy (wymagana dla magazynu obiektów OpenStack)", + "Password (required for OpenStack Object Storage)" : "Hasło (wymagane dla magazynu obiektów OpenStack)", + "Service Name (required for OpenStack Object Storage)" : "Nazwa usługi (wymagana dla magazynu obiektów OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL lub zakończenie jednostki (wymagane dla magazynu obiektów OpenStack)", + "Timeout of HTTP requests in seconds" : "Czas nieaktywności żądania HTTP w sekundach", + "Share" : "Udostępnij", + "SMB / CIFS using OC login" : "SMB / CIFS przy użyciu loginu OC", + "Username as share" : "Użytkownik jako zasób", + "URL" : "URL", + "Secure https://" : "Bezpieczny https://", + "Remote subfolder" : "Zdalny podfolder", + "Access granted" : "Dostęp do", + "Error configuring Dropbox storage" : "Wystąpił błąd podczas konfigurowania zasobu Dropbox", + "Grant access" : "Udziel dostępu", + "Error configuring Google Drive storage" : "Wystąpił błąd podczas konfigurowania zasobu Google Drive", + "Personal" : "Osobiste", + "System" : "System", + "All users. Type to select user or group." : "Wszyscy użytkownicy. Zacznij pisać, aby wybrać użytkownika lub grupę.", + "(group)" : "(grupa)", + "Saved" : "Zapisano", + "Note: " : "Uwaga: ", + " and " : "oraz", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Uwaga: Wsparcie dla cURL w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Uwaga: Wsparcie dla FTP w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Uwaga: \"%s\" nie jest zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.", + "You don't have any external storages" : "Nie masz żadnych zewnętrznych magazynów", + "Name" : "Nazwa", + "Storage type" : "Typ magazynu", + "Scope" : "Zakres", + "External Storage" : "Zewnętrzna zasoby dyskowe", + "Folder name" : "Nazwa folderu", + "Configuration" : "Konfiguracja", + "Available for" : "Dostępne przez", + "Add storage" : "Dodaj zasoby dyskowe", + "Delete" : "Usuń", + "Enable User External Storage" : "Włącz zewnętrzne zasoby dyskowe użytkownika", + "Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_external/l10n/pl.json b/apps/files_external/l10n/pl.json new file mode 100644 index 0000000000..c838595674 --- /dev/null +++ b/apps/files_external/l10n/pl.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny Dropbox'a są poprawne.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny Dropbox'a są poprawne.", + "Please provide a valid Dropbox app key and secret." : "Proszę podać prawidłowy klucz aplikacji Dropbox i klucz sekretny.", + "Step 1 failed. Exception: %s" : "Krok 1 błędny. Błąd: %s", + "Step 2 failed. Exception: %s" : "Krok 2 błędny. Błąd: %s", + "External storage" : "Zewnętrzne zasoby dyskowe", + "Local" : "Lokalny", + "Location" : "Lokalizacja", + "Amazon S3" : "Amazon S3", + "Key" : "Klucz", + "Secret" : "Hasło", + "Bucket" : "Kosz", + "Amazon S3 and compliant" : "Amazon S3 i zgodne", + "Access Key" : "Klucz dostępu", + "Secret Key" : "Klucz hasła", + "Hostname" : "Nazwa serwera", + "Port" : "Port", + "Region" : "Region", + "Enable SSL" : "Włącz SSL", + "Enable Path Style" : "Włącz styl ścieżki", + "App key" : "Klucz aplikacji", + "App secret" : "Hasło aplikacji", + "Host" : "Host", + "Username" : "Nazwa użytkownika", + "Password" : "Hasło", + "Root" : "Root", + "Secure ftps://" : "Bezpieczny ftps://", + "Client ID" : "ID klienta", + "Client secret" : "Hasło klienta", + "OpenStack Object Storage" : "Magazyn obiektów OpenStack", + "Region (optional for OpenStack Object Storage)" : "Region (opcjonalny dla magazynu obiektów OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Klucz API (wymagany dla plików Rackspace Cloud)", + "Tenantname (required for OpenStack Object Storage)" : "Nazwa najemcy (wymagana dla magazynu obiektów OpenStack)", + "Password (required for OpenStack Object Storage)" : "Hasło (wymagane dla magazynu obiektów OpenStack)", + "Service Name (required for OpenStack Object Storage)" : "Nazwa usługi (wymagana dla magazynu obiektów OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL lub zakończenie jednostki (wymagane dla magazynu obiektów OpenStack)", + "Timeout of HTTP requests in seconds" : "Czas nieaktywności żądania HTTP w sekundach", + "Share" : "Udostępnij", + "SMB / CIFS using OC login" : "SMB / CIFS przy użyciu loginu OC", + "Username as share" : "Użytkownik jako zasób", + "URL" : "URL", + "Secure https://" : "Bezpieczny https://", + "Remote subfolder" : "Zdalny podfolder", + "Access granted" : "Dostęp do", + "Error configuring Dropbox storage" : "Wystąpił błąd podczas konfigurowania zasobu Dropbox", + "Grant access" : "Udziel dostępu", + "Error configuring Google Drive storage" : "Wystąpił błąd podczas konfigurowania zasobu Google Drive", + "Personal" : "Osobiste", + "System" : "System", + "All users. Type to select user or group." : "Wszyscy użytkownicy. Zacznij pisać, aby wybrać użytkownika lub grupę.", + "(group)" : "(grupa)", + "Saved" : "Zapisano", + "Note: " : "Uwaga: ", + " and " : "oraz", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Uwaga: Wsparcie dla cURL w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Uwaga: Wsparcie dla FTP w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Uwaga: \"%s\" nie jest zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.", + "You don't have any external storages" : "Nie masz żadnych zewnętrznych magazynów", + "Name" : "Nazwa", + "Storage type" : "Typ magazynu", + "Scope" : "Zakres", + "External Storage" : "Zewnętrzna zasoby dyskowe", + "Folder name" : "Nazwa folderu", + "Configuration" : "Konfiguracja", + "Available for" : "Dostępne przez", + "Add storage" : "Dodaj zasoby dyskowe", + "Delete" : "Usuń", + "Enable User External Storage" : "Włącz zewnętrzne zasoby dyskowe użytkownika", + "Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/pl.php b/apps/files_external/l10n/pl.php deleted file mode 100644 index cbbdc9b9eb..0000000000 --- a/apps/files_external/l10n/pl.php +++ /dev/null @@ -1,73 +0,0 @@ - "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny Dropbox'a są poprawne.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Otrzymano błędne żądanie tokenów. Sprawdź, czy klucz aplikacji oraz klucz poufny Dropbox'a są poprawne.", -"Please provide a valid Dropbox app key and secret." => "Proszę podać prawidłowy klucz aplikacji Dropbox i klucz sekretny.", -"Step 1 failed. Exception: %s" => "Krok 1 błędny. Błąd: %s", -"Step 2 failed. Exception: %s" => "Krok 2 błędny. Błąd: %s", -"External storage" => "Zewnętrzne zasoby dyskowe", -"Local" => "Lokalny", -"Location" => "Lokalizacja", -"Amazon S3" => "Amazon S3", -"Key" => "Klucz", -"Secret" => "Hasło", -"Bucket" => "Kosz", -"Amazon S3 and compliant" => "Amazon S3 i zgodne", -"Access Key" => "Klucz dostępu", -"Secret Key" => "Klucz hasła", -"Hostname" => "Nazwa serwera", -"Port" => "Port", -"Region" => "Region", -"Enable SSL" => "Włącz SSL", -"Enable Path Style" => "Włącz styl ścieżki", -"App key" => "Klucz aplikacji", -"App secret" => "Hasło aplikacji", -"Host" => "Host", -"Username" => "Nazwa użytkownika", -"Password" => "Hasło", -"Root" => "Root", -"Secure ftps://" => "Bezpieczny ftps://", -"Client ID" => "ID klienta", -"Client secret" => "Hasło klienta", -"OpenStack Object Storage" => "Magazyn obiektów OpenStack", -"Region (optional for OpenStack Object Storage)" => "Region (opcjonalny dla magazynu obiektów OpenStack)", -"API Key (required for Rackspace Cloud Files)" => "Klucz API (wymagany dla plików Rackspace Cloud)", -"Tenantname (required for OpenStack Object Storage)" => "Nazwa najemcy (wymagana dla magazynu obiektów OpenStack)", -"Password (required for OpenStack Object Storage)" => "Hasło (wymagane dla magazynu obiektów OpenStack)", -"Service Name (required for OpenStack Object Storage)" => "Nazwa usługi (wymagana dla magazynu obiektów OpenStack)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL lub zakończenie jednostki (wymagane dla magazynu obiektów OpenStack)", -"Timeout of HTTP requests in seconds" => "Czas nieaktywności żądania HTTP w sekundach", -"Share" => "Udostępnij", -"SMB / CIFS using OC login" => "SMB / CIFS przy użyciu loginu OC", -"Username as share" => "Użytkownik jako zasób", -"URL" => "URL", -"Secure https://" => "Bezpieczny https://", -"Remote subfolder" => "Zdalny podfolder", -"Access granted" => "Dostęp do", -"Error configuring Dropbox storage" => "Wystąpił błąd podczas konfigurowania zasobu Dropbox", -"Grant access" => "Udziel dostępu", -"Error configuring Google Drive storage" => "Wystąpił błąd podczas konfigurowania zasobu Google Drive", -"Personal" => "Osobiste", -"System" => "System", -"All users. Type to select user or group." => "Wszyscy użytkownicy. Zacznij pisać, aby wybrać użytkownika lub grupę.", -"(group)" => "(grupa)", -"Saved" => "Zapisano", -"Note: " => "Uwaga: ", -" and " => "oraz", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Uwaga: Wsparcie dla cURL w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Uwaga: Wsparcie dla FTP w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Uwaga: \"%s\" nie jest zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.", -"You don't have any external storages" => "Nie masz żadnych zewnętrznych magazynów", -"Name" => "Nazwa", -"Storage type" => "Typ magazynu", -"Scope" => "Zakres", -"External Storage" => "Zewnętrzna zasoby dyskowe", -"Folder name" => "Nazwa folderu", -"Configuration" => "Konfiguracja", -"Available for" => "Dostępne przez", -"Add storage" => "Dodaj zasoby dyskowe", -"Delete" => "Usuń", -"Enable User External Storage" => "Włącz zewnętrzne zasoby dyskowe użytkownika", -"Allow users to mount the following external storage" => "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js new file mode 100644 index 0000000000..e9ec582e18 --- /dev/null +++ b/apps/files_external/l10n/pt_BR.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "A busca de fichas de solicitação falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "A busca de tokens de acesso falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", + "Please provide a valid Dropbox app key and secret." : "Por favor forneça uma chave de aplicativo e segurança válidos para o Dropbox", + "Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s", + "Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s", + "External storage" : "Armazenamento Externo", + "Local" : "Local", + "Location" : "Localização", + "Amazon S3" : "Amazon S3", + "Key" : "Chave", + "Secret" : "Segredo", + "Bucket" : "Cesta", + "Amazon S3 and compliant" : "Amazon S3 e compatível", + "Access Key" : "Chave de Acesso", + "Secret Key" : "Chave Secreta", + "Hostname" : "Nome do Host", + "Port" : "Porta", + "Region" : "Região", + "Enable SSL" : "Habilitar SSL", + "Enable Path Style" : "Habilitar Estilo do Caminho", + "App key" : "Chave do Aplicativo", + "App secret" : "Segredo da Aplicação", + "Host" : "Host", + "Username" : "Nome de Usuário", + "Password" : "Senha", + "Root" : "Raiz", + "Secure ftps://" : "Seguro ftps://", + "Client ID" : "ID do Cliente", + "Client secret" : "Segredo do cliente", + "OpenStack Object Storage" : "Armazenamento de Objetos OpenStack", + "Region (optional for OpenStack Object Storage)" : "Região (opcional para armazenamento de objetos OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Chave API (necessário para Rackspace Cloud File)", + "Tenantname (required for OpenStack Object Storage)" : "Nome Tenant (necessário para armazenamento de objetos OpenStack)", + "Password (required for OpenStack Object Storage)" : "Senha (necessário para armazenamento de objetos OpenStack)", + "Service Name (required for OpenStack Object Storage)" : "Nome do Serviço (necessário para armazenamento de objetos OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Ponto final de identidade da URL (obrigatório para armazenamento de objetos OpenStack)", + "Timeout of HTTP requests in seconds" : "Tempo de vencimento do pedido HTTP em segundos", + "Share" : "Compartilhar", + "SMB / CIFS using OC login" : "SMB / CIFS usando OC login", + "Username as share" : "Nome de usuário como compartilhado", + "URL" : "URL", + "Secure https://" : "https:// segura", + "Remote subfolder" : "Subpasta remota", + "Access granted" : "Acesso concedido", + "Error configuring Dropbox storage" : "Erro ao configurar armazenamento do Dropbox", + "Grant access" : "Permitir acesso", + "Error configuring Google Drive storage" : "Erro ao configurar armazenamento do Google Drive", + "Personal" : "Pessoal", + "System" : "Sistema", + "All users. Type to select user or group." : "Todos os usuários. Digite para selecionar usuário ou grupo.", + "(group)" : "(grupo)", + "Saved" : "Salvo", + "Note: " : "Nota:", + " and " : "e", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: O suporte cURL do PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: O suporte FTP no PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: \"%s\" não está instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", + "You don't have any external storages" : "Você não tem nenhuma armazenamento externa", + "Name" : "Nome", + "Storage type" : "Tipo de armazenamento", + "Scope" : "Escopo", + "External Storage" : "Armazenamento Externo", + "Folder name" : "Nome da pasta", + "Configuration" : "Configuração", + "Available for" : "Disponível para", + "Add storage" : "Adicionar Armazenamento", + "Delete" : "Excluir", + "Enable User External Storage" : "Habilitar Armazenamento Externo do Usuário", + "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_external/l10n/pt_BR.json b/apps/files_external/l10n/pt_BR.json new file mode 100644 index 0000000000..9f0907b9d2 --- /dev/null +++ b/apps/files_external/l10n/pt_BR.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "A busca de fichas de solicitação falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "A busca de tokens de acesso falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", + "Please provide a valid Dropbox app key and secret." : "Por favor forneça uma chave de aplicativo e segurança válidos para o Dropbox", + "Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s", + "Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s", + "External storage" : "Armazenamento Externo", + "Local" : "Local", + "Location" : "Localização", + "Amazon S3" : "Amazon S3", + "Key" : "Chave", + "Secret" : "Segredo", + "Bucket" : "Cesta", + "Amazon S3 and compliant" : "Amazon S3 e compatível", + "Access Key" : "Chave de Acesso", + "Secret Key" : "Chave Secreta", + "Hostname" : "Nome do Host", + "Port" : "Porta", + "Region" : "Região", + "Enable SSL" : "Habilitar SSL", + "Enable Path Style" : "Habilitar Estilo do Caminho", + "App key" : "Chave do Aplicativo", + "App secret" : "Segredo da Aplicação", + "Host" : "Host", + "Username" : "Nome de Usuário", + "Password" : "Senha", + "Root" : "Raiz", + "Secure ftps://" : "Seguro ftps://", + "Client ID" : "ID do Cliente", + "Client secret" : "Segredo do cliente", + "OpenStack Object Storage" : "Armazenamento de Objetos OpenStack", + "Region (optional for OpenStack Object Storage)" : "Região (opcional para armazenamento de objetos OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Chave API (necessário para Rackspace Cloud File)", + "Tenantname (required for OpenStack Object Storage)" : "Nome Tenant (necessário para armazenamento de objetos OpenStack)", + "Password (required for OpenStack Object Storage)" : "Senha (necessário para armazenamento de objetos OpenStack)", + "Service Name (required for OpenStack Object Storage)" : "Nome do Serviço (necessário para armazenamento de objetos OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Ponto final de identidade da URL (obrigatório para armazenamento de objetos OpenStack)", + "Timeout of HTTP requests in seconds" : "Tempo de vencimento do pedido HTTP em segundos", + "Share" : "Compartilhar", + "SMB / CIFS using OC login" : "SMB / CIFS usando OC login", + "Username as share" : "Nome de usuário como compartilhado", + "URL" : "URL", + "Secure https://" : "https:// segura", + "Remote subfolder" : "Subpasta remota", + "Access granted" : "Acesso concedido", + "Error configuring Dropbox storage" : "Erro ao configurar armazenamento do Dropbox", + "Grant access" : "Permitir acesso", + "Error configuring Google Drive storage" : "Erro ao configurar armazenamento do Google Drive", + "Personal" : "Pessoal", + "System" : "Sistema", + "All users. Type to select user or group." : "Todos os usuários. Digite para selecionar usuário ou grupo.", + "(group)" : "(grupo)", + "Saved" : "Salvo", + "Note: " : "Nota:", + " and " : "e", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: O suporte cURL do PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: O suporte FTP no PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Nota: \"%s\" não está instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", + "You don't have any external storages" : "Você não tem nenhuma armazenamento externa", + "Name" : "Nome", + "Storage type" : "Tipo de armazenamento", + "Scope" : "Escopo", + "External Storage" : "Armazenamento Externo", + "Folder name" : "Nome da pasta", + "Configuration" : "Configuração", + "Available for" : "Disponível para", + "Add storage" : "Adicionar Armazenamento", + "Delete" : "Excluir", + "Enable User External Storage" : "Habilitar Armazenamento Externo do Usuário", + "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/pt_BR.php b/apps/files_external/l10n/pt_BR.php deleted file mode 100644 index ef0c264239..0000000000 --- a/apps/files_external/l10n/pt_BR.php +++ /dev/null @@ -1,73 +0,0 @@ - "A busca de fichas de solicitação falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "A busca de tokens de acesso falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", -"Please provide a valid Dropbox app key and secret." => "Por favor forneça uma chave de aplicativo e segurança válidos para o Dropbox", -"Step 1 failed. Exception: %s" => "Passo 1 falhou. Exceção: %s", -"Step 2 failed. Exception: %s" => "Passo 2 falhou. Exceção: %s", -"External storage" => "Armazenamento Externo", -"Local" => "Local", -"Location" => "Localização", -"Amazon S3" => "Amazon S3", -"Key" => "Chave", -"Secret" => "Segredo", -"Bucket" => "Cesta", -"Amazon S3 and compliant" => "Amazon S3 e compatível", -"Access Key" => "Chave de Acesso", -"Secret Key" => "Chave Secreta", -"Hostname" => "Nome do Host", -"Port" => "Porta", -"Region" => "Região", -"Enable SSL" => "Habilitar SSL", -"Enable Path Style" => "Habilitar Estilo do Caminho", -"App key" => "Chave do Aplicativo", -"App secret" => "Segredo da Aplicação", -"Host" => "Host", -"Username" => "Nome de Usuário", -"Password" => "Senha", -"Root" => "Raiz", -"Secure ftps://" => "Seguro ftps://", -"Client ID" => "ID do Cliente", -"Client secret" => "Segredo do cliente", -"OpenStack Object Storage" => "Armazenamento de Objetos OpenStack", -"Region (optional for OpenStack Object Storage)" => "Região (opcional para armazenamento de objetos OpenStack)", -"API Key (required for Rackspace Cloud Files)" => "Chave API (necessário para Rackspace Cloud File)", -"Tenantname (required for OpenStack Object Storage)" => "Nome Tenant (necessário para armazenamento de objetos OpenStack)", -"Password (required for OpenStack Object Storage)" => "Senha (necessário para armazenamento de objetos OpenStack)", -"Service Name (required for OpenStack Object Storage)" => "Nome do Serviço (necessário para armazenamento de objetos OpenStack)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "Ponto final de identidade da URL (obrigatório para armazenamento de objetos OpenStack)", -"Timeout of HTTP requests in seconds" => "Tempo de vencimento do pedido HTTP em segundos", -"Share" => "Compartilhar", -"SMB / CIFS using OC login" => "SMB / CIFS usando OC login", -"Username as share" => "Nome de usuário como compartilhado", -"URL" => "URL", -"Secure https://" => "https:// segura", -"Remote subfolder" => "Subpasta remota", -"Access granted" => "Acesso concedido", -"Error configuring Dropbox storage" => "Erro ao configurar armazenamento do Dropbox", -"Grant access" => "Permitir acesso", -"Error configuring Google Drive storage" => "Erro ao configurar armazenamento do Google Drive", -"Personal" => "Pessoal", -"System" => "Sistema", -"All users. Type to select user or group." => "Todos os usuários. Digite para selecionar usuário ou grupo.", -"(group)" => "(grupo)", -"Saved" => "Salvo", -"Note: " => "Nota:", -" and " => "e", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: O suporte cURL do PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: O suporte FTP no PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Nota: \"%s\" não está instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", -"You don't have any external storages" => "Você não tem nenhuma armazenamento externa", -"Name" => "Nome", -"Storage type" => "Tipo de armazenamento", -"Scope" => "Escopo", -"External Storage" => "Armazenamento Externo", -"Folder name" => "Nome da pasta", -"Configuration" => "Configuração", -"Available for" => "Disponível para", -"Add storage" => "Adicionar Armazenamento", -"Delete" => "Excluir", -"Enable User External Storage" => "Habilitar Armazenamento Externo do Usuário", -"Allow users to mount the following external storage" => "Permitir que usuários montem o seguinte armazenamento externo" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_external/l10n/pt_PT.js b/apps/files_external/l10n/pt_PT.js new file mode 100644 index 0000000000..2d3f342e9e --- /dev/null +++ b/apps/files_external/l10n/pt_PT.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "O pedido de solicitação falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "O pedido de solicitação falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", + "Please provide a valid Dropbox app key and secret." : "Por favor forneça uma \"app key\" e \"secret\" do Dropbox válidas.", + "Step 1 failed. Exception: %s" : "Passo 1 falhou. Excepção: %s", + "Step 2 failed. Exception: %s" : "Passo 2 falhou. Excepção: %s", + "External storage" : "Armazenamento Externo", + "Local" : "Local", + "Location" : "Local", + "Amazon S3" : "Amazon S3", + "Key" : "Chave", + "Secret" : "Secreto", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 e compatível", + "Access Key" : "Chave de acesso", + "Secret Key" : "Chave Secreta", + "Hostname" : "Hostname", + "Port" : "Porta", + "Region" : "Região", + "Enable SSL" : "Activar SSL", + "Enable Path Style" : "Ativar Estilo do Caminho", + "App key" : "Chave da aplicação", + "App secret" : "Chave secreta da aplicação", + "Host" : "Endereço", + "Username" : "Nome de utilizador", + "Password" : "Palavra-passe", + "Root" : "Raiz", + "Secure ftps://" : "ftps:// Seguro", + "Client ID" : "ID Cliente", + "Client secret" : "Segredo do cliente", + "OpenStack Object Storage" : "Armazenamento de objetos OpenStack", + "Region (optional for OpenStack Object Storage)" : "Região (opcional para OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Chave API (necessário para Rackspace Cloud File)", + "Tenantname (required for OpenStack Object Storage)" : "Nome do Serviço (necessário para OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Senha (necessária para OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nome do Serviço (necessário para OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Nome do Serviço (necessário para OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Timeout de pedidos HTTP em segundos", + "Share" : "Partilhar", + "SMB / CIFS using OC login" : "SMB / CIFS utilizando o início de sessão OC", + "Username as share" : "Utilizar nome de utilizador como partilha", + "URL" : "URL", + "Secure https://" : "https:// Seguro", + "Remote subfolder" : "Sub-pasta remota ", + "Access granted" : "Acesso autorizado", + "Error configuring Dropbox storage" : "Erro ao configurar o armazenamento do Dropbox", + "Grant access" : "Conceder acesso", + "Error configuring Google Drive storage" : "Erro ao configurar o armazenamento do Google Drive", + "Personal" : "Pessoal", + "System" : "Sistema", + "All users. Type to select user or group." : "Todos os utilizadores. Digite para seleccionar utilizador ou grupo.", + "(group)" : "(grupo)", + "Saved" : "Guardado", + "Note: " : "Aviso: ", + " and " : "e", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Aviso: O suporte cURL no PHP não está activo ou instalado. Não é possível montar %s. Peça ao seu administrador para instalar.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Aviso: O suporte FTP no PHP não está activo ou instalado. Não é possível montar %s. Peça ao seu administrador para instalar.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Aviso: O cliente\"%s\" não está instalado. Não é possível montar \"%s\" . Peça ao seu administrador para instalar.", + "You don't have any external storages" : "Não possui quaisquer armazenamentos externos", + "Name" : "Nome", + "Storage type" : "Tipo de Armazenamento", + "Scope" : "Âmbito", + "External Storage" : "Armazenamento Externo", + "Folder name" : "Nome da pasta", + "Configuration" : "Configuração", + "Available for" : "Disponível para ", + "Add storage" : "Adicionar armazenamento", + "Delete" : "Eliminar", + "Enable User External Storage" : "Activar Armazenamento Externo para o Utilizador", + "Allow users to mount the following external storage" : "Permitir que os utilizadores montem o seguinte armazenamento externo" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/pt_PT.json b/apps/files_external/l10n/pt_PT.json new file mode 100644 index 0000000000..cee9e1b7f1 --- /dev/null +++ b/apps/files_external/l10n/pt_PT.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "O pedido de solicitação falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "O pedido de solicitação falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", + "Please provide a valid Dropbox app key and secret." : "Por favor forneça uma \"app key\" e \"secret\" do Dropbox válidas.", + "Step 1 failed. Exception: %s" : "Passo 1 falhou. Excepção: %s", + "Step 2 failed. Exception: %s" : "Passo 2 falhou. Excepção: %s", + "External storage" : "Armazenamento Externo", + "Local" : "Local", + "Location" : "Local", + "Amazon S3" : "Amazon S3", + "Key" : "Chave", + "Secret" : "Secreto", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 e compatível", + "Access Key" : "Chave de acesso", + "Secret Key" : "Chave Secreta", + "Hostname" : "Hostname", + "Port" : "Porta", + "Region" : "Região", + "Enable SSL" : "Activar SSL", + "Enable Path Style" : "Ativar Estilo do Caminho", + "App key" : "Chave da aplicação", + "App secret" : "Chave secreta da aplicação", + "Host" : "Endereço", + "Username" : "Nome de utilizador", + "Password" : "Palavra-passe", + "Root" : "Raiz", + "Secure ftps://" : "ftps:// Seguro", + "Client ID" : "ID Cliente", + "Client secret" : "Segredo do cliente", + "OpenStack Object Storage" : "Armazenamento de objetos OpenStack", + "Region (optional for OpenStack Object Storage)" : "Região (opcional para OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Chave API (necessário para Rackspace Cloud File)", + "Tenantname (required for OpenStack Object Storage)" : "Nome do Serviço (necessário para OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Senha (necessária para OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nome do Serviço (necessário para OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Nome do Serviço (necessário para OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Timeout de pedidos HTTP em segundos", + "Share" : "Partilhar", + "SMB / CIFS using OC login" : "SMB / CIFS utilizando o início de sessão OC", + "Username as share" : "Utilizar nome de utilizador como partilha", + "URL" : "URL", + "Secure https://" : "https:// Seguro", + "Remote subfolder" : "Sub-pasta remota ", + "Access granted" : "Acesso autorizado", + "Error configuring Dropbox storage" : "Erro ao configurar o armazenamento do Dropbox", + "Grant access" : "Conceder acesso", + "Error configuring Google Drive storage" : "Erro ao configurar o armazenamento do Google Drive", + "Personal" : "Pessoal", + "System" : "Sistema", + "All users. Type to select user or group." : "Todos os utilizadores. Digite para seleccionar utilizador ou grupo.", + "(group)" : "(grupo)", + "Saved" : "Guardado", + "Note: " : "Aviso: ", + " and " : "e", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Aviso: O suporte cURL no PHP não está activo ou instalado. Não é possível montar %s. Peça ao seu administrador para instalar.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Aviso: O suporte FTP no PHP não está activo ou instalado. Não é possível montar %s. Peça ao seu administrador para instalar.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Aviso: O cliente\"%s\" não está instalado. Não é possível montar \"%s\" . Peça ao seu administrador para instalar.", + "You don't have any external storages" : "Não possui quaisquer armazenamentos externos", + "Name" : "Nome", + "Storage type" : "Tipo de Armazenamento", + "Scope" : "Âmbito", + "External Storage" : "Armazenamento Externo", + "Folder name" : "Nome da pasta", + "Configuration" : "Configuração", + "Available for" : "Disponível para ", + "Add storage" : "Adicionar armazenamento", + "Delete" : "Eliminar", + "Enable User External Storage" : "Activar Armazenamento Externo para o Utilizador", + "Allow users to mount the following external storage" : "Permitir que os utilizadores montem o seguinte armazenamento externo" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/pt_PT.php b/apps/files_external/l10n/pt_PT.php deleted file mode 100644 index 185b5ef6ce..0000000000 --- a/apps/files_external/l10n/pt_PT.php +++ /dev/null @@ -1,73 +0,0 @@ - "O pedido de solicitação falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "O pedido de solicitação falhou. Verifique se a sua chave de aplicativo Dropbox e o segredo estão corretos.", -"Please provide a valid Dropbox app key and secret." => "Por favor forneça uma \"app key\" e \"secret\" do Dropbox válidas.", -"Step 1 failed. Exception: %s" => "Passo 1 falhou. Excepção: %s", -"Step 2 failed. Exception: %s" => "Passo 2 falhou. Excepção: %s", -"External storage" => "Armazenamento Externo", -"Local" => "Local", -"Location" => "Local", -"Amazon S3" => "Amazon S3", -"Key" => "Chave", -"Secret" => "Secreto", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 e compatível", -"Access Key" => "Chave de acesso", -"Secret Key" => "Chave Secreta", -"Hostname" => "Hostname", -"Port" => "Porta", -"Region" => "Região", -"Enable SSL" => "Activar SSL", -"Enable Path Style" => "Ativar Estilo do Caminho", -"App key" => "Chave da aplicação", -"App secret" => "Chave secreta da aplicação", -"Host" => "Endereço", -"Username" => "Nome de utilizador", -"Password" => "Palavra-passe", -"Root" => "Raiz", -"Secure ftps://" => "ftps:// Seguro", -"Client ID" => "ID Cliente", -"Client secret" => "Segredo do cliente", -"OpenStack Object Storage" => "Armazenamento de objetos OpenStack", -"Region (optional for OpenStack Object Storage)" => "Região (opcional para OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "Chave API (necessário para Rackspace Cloud File)", -"Tenantname (required for OpenStack Object Storage)" => "Nome do Serviço (necessário para OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Senha (necessária para OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Nome do Serviço (necessário para OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "Nome do Serviço (necessário para OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Timeout de pedidos HTTP em segundos", -"Share" => "Partilhar", -"SMB / CIFS using OC login" => "SMB / CIFS utilizando o início de sessão OC", -"Username as share" => "Utilizar nome de utilizador como partilha", -"URL" => "URL", -"Secure https://" => "https:// Seguro", -"Remote subfolder" => "Sub-pasta remota ", -"Access granted" => "Acesso autorizado", -"Error configuring Dropbox storage" => "Erro ao configurar o armazenamento do Dropbox", -"Grant access" => "Conceder acesso", -"Error configuring Google Drive storage" => "Erro ao configurar o armazenamento do Google Drive", -"Personal" => "Pessoal", -"System" => "Sistema", -"All users. Type to select user or group." => "Todos os utilizadores. Digite para seleccionar utilizador ou grupo.", -"(group)" => "(grupo)", -"Saved" => "Guardado", -"Note: " => "Aviso: ", -" and " => "e", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Aviso: O suporte cURL no PHP não está activo ou instalado. Não é possível montar %s. Peça ao seu administrador para instalar.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Aviso: O suporte FTP no PHP não está activo ou instalado. Não é possível montar %s. Peça ao seu administrador para instalar.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Aviso: O cliente\"%s\" não está instalado. Não é possível montar \"%s\" . Peça ao seu administrador para instalar.", -"You don't have any external storages" => "Não possui quaisquer armazenamentos externos", -"Name" => "Nome", -"Storage type" => "Tipo de Armazenamento", -"Scope" => "Âmbito", -"External Storage" => "Armazenamento Externo", -"Folder name" => "Nome da pasta", -"Configuration" => "Configuração", -"Available for" => "Disponível para ", -"Add storage" => "Adicionar armazenamento", -"Delete" => "Eliminar", -"Enable User External Storage" => "Activar Armazenamento Externo para o Utilizador", -"Allow users to mount the following external storage" => "Permitir que os utilizadores montem o seguinte armazenamento externo" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/ro.js b/apps/files_external/l10n/ro.js new file mode 100644 index 0000000000..b98fd2557b --- /dev/null +++ b/apps/files_external/l10n/ro.js @@ -0,0 +1,32 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Prezintă te rog o cheie de Dropbox validă și parola", + "External storage" : "Stocare externă", + "Location" : "Locație", + "Amazon S3" : "Amazon S3", + "Port" : "Portul", + "Region" : "Regiune", + "Host" : "Gazdă", + "Username" : "Nume utilizator", + "Password" : "Parolă", + "Root" : "Root", + "Share" : "Partajează", + "URL" : "URL", + "Access granted" : "Acces permis", + "Error configuring Dropbox storage" : "Eroare la configurarea mediului de stocare Dropbox", + "Grant access" : "Permite accesul", + "Error configuring Google Drive storage" : "Eroare la configurarea mediului de stocare Google Drive", + "Personal" : "Personal", + "Saved" : "Salvat", + "Name" : "Nume", + "Storage type" : "Tip stocare", + "External Storage" : "Stocare externă", + "Folder name" : "Denumire director", + "Configuration" : "Configurație", + "Add storage" : "Adauga stocare", + "Delete" : "Șterge", + "Enable User External Storage" : "Permite stocare externă pentru utilizatori", + "Allow users to mount the following external storage" : "Permite utilizatorilor să monteze următoarea unitate de stocare" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/files_external/l10n/ro.json b/apps/files_external/l10n/ro.json new file mode 100644 index 0000000000..a0e0367995 --- /dev/null +++ b/apps/files_external/l10n/ro.json @@ -0,0 +1,30 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Prezintă te rog o cheie de Dropbox validă și parola", + "External storage" : "Stocare externă", + "Location" : "Locație", + "Amazon S3" : "Amazon S3", + "Port" : "Portul", + "Region" : "Regiune", + "Host" : "Gazdă", + "Username" : "Nume utilizator", + "Password" : "Parolă", + "Root" : "Root", + "Share" : "Partajează", + "URL" : "URL", + "Access granted" : "Acces permis", + "Error configuring Dropbox storage" : "Eroare la configurarea mediului de stocare Dropbox", + "Grant access" : "Permite accesul", + "Error configuring Google Drive storage" : "Eroare la configurarea mediului de stocare Google Drive", + "Personal" : "Personal", + "Saved" : "Salvat", + "Name" : "Nume", + "Storage type" : "Tip stocare", + "External Storage" : "Stocare externă", + "Folder name" : "Denumire director", + "Configuration" : "Configurație", + "Add storage" : "Adauga stocare", + "Delete" : "Șterge", + "Enable User External Storage" : "Permite stocare externă pentru utilizatori", + "Allow users to mount the following external storage" : "Permite utilizatorilor să monteze următoarea unitate de stocare" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ro.php b/apps/files_external/l10n/ro.php deleted file mode 100644 index 1aa9ecdef5..0000000000 --- a/apps/files_external/l10n/ro.php +++ /dev/null @@ -1,31 +0,0 @@ - "Prezintă te rog o cheie de Dropbox validă și parola", -"External storage" => "Stocare externă", -"Location" => "Locație", -"Amazon S3" => "Amazon S3", -"Port" => "Portul", -"Region" => "Regiune", -"Host" => "Gazdă", -"Username" => "Nume utilizator", -"Password" => "Parolă", -"Root" => "Root", -"Share" => "Partajează", -"URL" => "URL", -"Access granted" => "Acces permis", -"Error configuring Dropbox storage" => "Eroare la configurarea mediului de stocare Dropbox", -"Grant access" => "Permite accesul", -"Error configuring Google Drive storage" => "Eroare la configurarea mediului de stocare Google Drive", -"Personal" => "Personal", -"Saved" => "Salvat", -"Name" => "Nume", -"Storage type" => "Tip stocare", -"External Storage" => "Stocare externă", -"Folder name" => "Denumire director", -"Configuration" => "Configurație", -"Add storage" => "Adauga stocare", -"Delete" => "Șterge", -"Enable User External Storage" => "Permite stocare externă pentru utilizatori", -"Allow users to mount the following external storage" => "Permite utilizatorilor să monteze următoarea unitate de stocare" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js new file mode 100644 index 0000000000..35eec150d0 --- /dev/null +++ b/apps/files_external/l10n/ru.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Ошибка при получении токенов. Проверьте правильность вашего ключа приложения и секретного ключа.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Ошибка при получении токена доступа. Проверьте правильность вашего ключа приложения и секретного ключа.", + "Please provide a valid Dropbox app key and secret." : "Пожалуйста, предоставьте действующий ключ Dropbox и пароль.", + "Step 1 failed. Exception: %s" : "Шаг 1 неудачен. Исключение: %s", + "Step 2 failed. Exception: %s" : "Шаг 2 неудачен. Исключение: %s", + "External storage" : "Внешнее хранилище", + "Local" : "Локально", + "Location" : "Местоположение", + "Amazon S3" : "Amazon S3", + "Key" : "Ключ", + "Secret" : "Секрет", + "Bucket" : "Корзина", + "Amazon S3 and compliant" : "Amazon S3 и совместимый", + "Access Key" : "Ключ доступа", + "Secret Key" : "Секретный ключ", + "Hostname" : "Имя хоста", + "Port" : "Порт", + "Region" : "Область", + "Enable SSL" : "Включить SSL", + "Enable Path Style" : "Включить стиль пути", + "App key" : "Ключ приложения", + "App secret" : "Секретный ключ ", + "Host" : "Сервер", + "Username" : "Имя пользователя", + "Password" : "Пароль", + "Root" : "Корневой каталог", + "Secure ftps://" : "Защищённый ftps://", + "Client ID" : "Идентификатор клиента", + "Client secret" : "Клиентский ключ ", + "OpenStack Object Storage" : "Хранилище объектов OpenStack", + "Region (optional for OpenStack Object Storage)" : "Регион (необяз. для Хранилища объектов OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Ключ API (обяз. для Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Имя арендатора (обяз. для Хранилища объектов OpenStack)", + "Password (required for OpenStack Object Storage)" : "Пароль (обяз. для Хранилища объектов OpenStack)", + "Service Name (required for OpenStack Object Storage)" : "Имя Службы (обяз. для Хранилища объектов OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL для удостоверения конечной точки (обяз. для Хранилища объектов OpenStack)", + "Timeout of HTTP requests in seconds" : "Тайм-аут HTTP-запросов в секундах", + "Share" : "Открыть доступ", + "SMB / CIFS using OC login" : "SMB / CIFS с ипользованием логина OC", + "Username as share" : "Имя для открытого доступа", + "URL" : "Ссылка", + "Secure https://" : "Безопасный https://", + "Remote subfolder" : "Удаленный подкаталог", + "Access granted" : "Доступ предоставлен", + "Error configuring Dropbox storage" : "Ошибка при настройке хранилища Dropbox", + "Grant access" : "Предоставить доступ", + "Error configuring Google Drive storage" : "Ошибка при настройке хранилища Google Drive", + "Personal" : "Личное", + "System" : "Система", + "All users. Type to select user or group." : "Все пользователи. Введите имя пользователя или группы.", + "(group)" : "(группа)", + "Saved" : "Сохранено", + "Note: " : "Примечание: ", + " and " : "и", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примечание: Поддержка cURL в PHP не включена или не установлена. Монтирование %s невозможно. Обратитесь к вашему системному администратору.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примечание: Поддержка FTP в PHP не включена или не установлена. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примечание: \"%s\" не установлен. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", + "You don't have any external storages" : "У вас нет внешних хранилищ", + "Name" : "Имя", + "Storage type" : "Тип хранилища", + "Scope" : "Область", + "External Storage" : "Внешнее хранилище", + "Folder name" : "Имя папки", + "Configuration" : "Конфигурация", + "Available for" : "Доступно для", + "Add storage" : "Добавить хранилище", + "Delete" : "Удалить", + "Enable User External Storage" : "Включить пользовательские внешние носители", + "Allow users to mount the following external storage" : "Разрешить пользователям монтировать следующее внешнее хранилище данных" +}, +"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/apps/files_external/l10n/ru.json b/apps/files_external/l10n/ru.json new file mode 100644 index 0000000000..85b9bf38e4 --- /dev/null +++ b/apps/files_external/l10n/ru.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Ошибка при получении токенов. Проверьте правильность вашего ключа приложения и секретного ключа.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Ошибка при получении токена доступа. Проверьте правильность вашего ключа приложения и секретного ключа.", + "Please provide a valid Dropbox app key and secret." : "Пожалуйста, предоставьте действующий ключ Dropbox и пароль.", + "Step 1 failed. Exception: %s" : "Шаг 1 неудачен. Исключение: %s", + "Step 2 failed. Exception: %s" : "Шаг 2 неудачен. Исключение: %s", + "External storage" : "Внешнее хранилище", + "Local" : "Локально", + "Location" : "Местоположение", + "Amazon S3" : "Amazon S3", + "Key" : "Ключ", + "Secret" : "Секрет", + "Bucket" : "Корзина", + "Amazon S3 and compliant" : "Amazon S3 и совместимый", + "Access Key" : "Ключ доступа", + "Secret Key" : "Секретный ключ", + "Hostname" : "Имя хоста", + "Port" : "Порт", + "Region" : "Область", + "Enable SSL" : "Включить SSL", + "Enable Path Style" : "Включить стиль пути", + "App key" : "Ключ приложения", + "App secret" : "Секретный ключ ", + "Host" : "Сервер", + "Username" : "Имя пользователя", + "Password" : "Пароль", + "Root" : "Корневой каталог", + "Secure ftps://" : "Защищённый ftps://", + "Client ID" : "Идентификатор клиента", + "Client secret" : "Клиентский ключ ", + "OpenStack Object Storage" : "Хранилище объектов OpenStack", + "Region (optional for OpenStack Object Storage)" : "Регион (необяз. для Хранилища объектов OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Ключ API (обяз. для Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Имя арендатора (обяз. для Хранилища объектов OpenStack)", + "Password (required for OpenStack Object Storage)" : "Пароль (обяз. для Хранилища объектов OpenStack)", + "Service Name (required for OpenStack Object Storage)" : "Имя Службы (обяз. для Хранилища объектов OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL для удостоверения конечной точки (обяз. для Хранилища объектов OpenStack)", + "Timeout of HTTP requests in seconds" : "Тайм-аут HTTP-запросов в секундах", + "Share" : "Открыть доступ", + "SMB / CIFS using OC login" : "SMB / CIFS с ипользованием логина OC", + "Username as share" : "Имя для открытого доступа", + "URL" : "Ссылка", + "Secure https://" : "Безопасный https://", + "Remote subfolder" : "Удаленный подкаталог", + "Access granted" : "Доступ предоставлен", + "Error configuring Dropbox storage" : "Ошибка при настройке хранилища Dropbox", + "Grant access" : "Предоставить доступ", + "Error configuring Google Drive storage" : "Ошибка при настройке хранилища Google Drive", + "Personal" : "Личное", + "System" : "Система", + "All users. Type to select user or group." : "Все пользователи. Введите имя пользователя или группы.", + "(group)" : "(группа)", + "Saved" : "Сохранено", + "Note: " : "Примечание: ", + " and " : "и", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примечание: Поддержка cURL в PHP не включена или не установлена. Монтирование %s невозможно. Обратитесь к вашему системному администратору.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примечание: Поддержка FTP в PHP не включена или не установлена. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примечание: \"%s\" не установлен. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", + "You don't have any external storages" : "У вас нет внешних хранилищ", + "Name" : "Имя", + "Storage type" : "Тип хранилища", + "Scope" : "Область", + "External Storage" : "Внешнее хранилище", + "Folder name" : "Имя папки", + "Configuration" : "Конфигурация", + "Available for" : "Доступно для", + "Add storage" : "Добавить хранилище", + "Delete" : "Удалить", + "Enable User External Storage" : "Включить пользовательские внешние носители", + "Allow users to mount the following external storage" : "Разрешить пользователям монтировать следующее внешнее хранилище данных" +},"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/apps/files_external/l10n/ru.php b/apps/files_external/l10n/ru.php deleted file mode 100644 index a1be3a7a7c..0000000000 --- a/apps/files_external/l10n/ru.php +++ /dev/null @@ -1,73 +0,0 @@ - "Ошибка при получении токенов. Проверьте правильность вашего ключа приложения и секретного ключа.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Ошибка при получении токена доступа. Проверьте правильность вашего ключа приложения и секретного ключа.", -"Please provide a valid Dropbox app key and secret." => "Пожалуйста, предоставьте действующий ключ Dropbox и пароль.", -"Step 1 failed. Exception: %s" => "Шаг 1 неудачен. Исключение: %s", -"Step 2 failed. Exception: %s" => "Шаг 2 неудачен. Исключение: %s", -"External storage" => "Внешнее хранилище", -"Local" => "Локально", -"Location" => "Местоположение", -"Amazon S3" => "Amazon S3", -"Key" => "Ключ", -"Secret" => "Секрет", -"Bucket" => "Корзина", -"Amazon S3 and compliant" => "Amazon S3 и совместимый", -"Access Key" => "Ключ доступа", -"Secret Key" => "Секретный ключ", -"Hostname" => "Имя хоста", -"Port" => "Порт", -"Region" => "Область", -"Enable SSL" => "Включить SSL", -"Enable Path Style" => "Включить стиль пути", -"App key" => "Ключ приложения", -"App secret" => "Секретный ключ ", -"Host" => "Сервер", -"Username" => "Имя пользователя", -"Password" => "Пароль", -"Root" => "Корневой каталог", -"Secure ftps://" => "Защищённый ftps://", -"Client ID" => "Идентификатор клиента", -"Client secret" => "Клиентский ключ ", -"OpenStack Object Storage" => "Хранилище объектов OpenStack", -"Region (optional for OpenStack Object Storage)" => "Регион (необяз. для Хранилища объектов OpenStack)", -"API Key (required for Rackspace Cloud Files)" => "Ключ API (обяз. для Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Имя арендатора (обяз. для Хранилища объектов OpenStack)", -"Password (required for OpenStack Object Storage)" => "Пароль (обяз. для Хранилища объектов OpenStack)", -"Service Name (required for OpenStack Object Storage)" => "Имя Службы (обяз. для Хранилища объектов OpenStack)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL для удостоверения конечной точки (обяз. для Хранилища объектов OpenStack)", -"Timeout of HTTP requests in seconds" => "Тайм-аут HTTP-запросов в секундах", -"Share" => "Открыть доступ", -"SMB / CIFS using OC login" => "SMB / CIFS с ипользованием логина OC", -"Username as share" => "Имя для открытого доступа", -"URL" => "Ссылка", -"Secure https://" => "Безопасный https://", -"Remote subfolder" => "Удаленный подкаталог", -"Access granted" => "Доступ предоставлен", -"Error configuring Dropbox storage" => "Ошибка при настройке хранилища Dropbox", -"Grant access" => "Предоставить доступ", -"Error configuring Google Drive storage" => "Ошибка при настройке хранилища Google Drive", -"Personal" => "Личное", -"System" => "Система", -"All users. Type to select user or group." => "Все пользователи. Введите имя пользователя или группы.", -"(group)" => "(группа)", -"Saved" => "Сохранено", -"Note: " => "Примечание: ", -" and " => "и", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Примечание: Поддержка cURL в PHP не включена или не установлена. Монтирование %s невозможно. Обратитесь к вашему системному администратору.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Примечание: Поддержка FTP в PHP не включена или не установлена. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Примечание: \"%s\" не установлен. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", -"You don't have any external storages" => "У вас нет внешних хранилищ", -"Name" => "Имя", -"Storage type" => "Тип хранилища", -"Scope" => "Область", -"External Storage" => "Внешнее хранилище", -"Folder name" => "Имя папки", -"Configuration" => "Конфигурация", -"Available for" => "Доступно для", -"Add storage" => "Добавить хранилище", -"Delete" => "Удалить", -"Enable User External Storage" => "Включить пользовательские внешние носители", -"Allow users to mount the following external storage" => "Разрешить пользователям монтировать следующее внешнее хранилище данных" -); -$PLURAL_FORMS = "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/apps/files_external/l10n/si_LK.js b/apps/files_external/l10n/si_LK.js new file mode 100644 index 0000000000..61ce19641b --- /dev/null +++ b/apps/files_external/l10n/si_LK.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "කරුණාකර වලංගු Dropbox යෙදුම් යතුරක් හා රහසක් ලබාදෙන්න.", + "Location" : "ස්ථානය", + "Port" : "තොට", + "Region" : "කළාපය", + "Host" : "සත්කාරකය", + "Username" : "පරිශීලක නම", + "Password" : "මුර පදය", + "Share" : "බෙදා හදා ගන්න", + "URL" : "URL", + "Access granted" : "පිවිසීමට හැක", + "Error configuring Dropbox storage" : "Dropbox ගබඩාව වින්‍යාස කිරීමේ දෝශයක් ඇත", + "Grant access" : "පිවිසුම ලබාදෙන්න", + "Error configuring Google Drive storage" : "Google Drive ගබඩාව වින්‍යාස කිරීමේ දෝශයක් ඇත", + "Personal" : "පෞද්ගලික", + "Name" : "නම", + "External Storage" : "භාහිර ගබඩාව", + "Folder name" : "ෆොල්ඩරයේ නම", + "Configuration" : "වින්‍යාසය", + "Delete" : "මකා දමන්න", + "Enable User External Storage" : "පරිශීලක භාහිර ගබඩාවන් සක්‍රිය කරන්න" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/si_LK.json b/apps/files_external/l10n/si_LK.json new file mode 100644 index 0000000000..d9554fdb97 --- /dev/null +++ b/apps/files_external/l10n/si_LK.json @@ -0,0 +1,23 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "කරුණාකර වලංගු Dropbox යෙදුම් යතුරක් හා රහසක් ලබාදෙන්න.", + "Location" : "ස්ථානය", + "Port" : "තොට", + "Region" : "කළාපය", + "Host" : "සත්කාරකය", + "Username" : "පරිශීලක නම", + "Password" : "මුර පදය", + "Share" : "බෙදා හදා ගන්න", + "URL" : "URL", + "Access granted" : "පිවිසීමට හැක", + "Error configuring Dropbox storage" : "Dropbox ගබඩාව වින්‍යාස කිරීමේ දෝශයක් ඇත", + "Grant access" : "පිවිසුම ලබාදෙන්න", + "Error configuring Google Drive storage" : "Google Drive ගබඩාව වින්‍යාස කිරීමේ දෝශයක් ඇත", + "Personal" : "පෞද්ගලික", + "Name" : "නම", + "External Storage" : "භාහිර ගබඩාව", + "Folder name" : "ෆොල්ඩරයේ නම", + "Configuration" : "වින්‍යාසය", + "Delete" : "මකා දමන්න", + "Enable User External Storage" : "පරිශීලක භාහිර ගබඩාවන් සක්‍රිය කරන්න" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/si_LK.php b/apps/files_external/l10n/si_LK.php deleted file mode 100644 index b8dfc559b3..0000000000 --- a/apps/files_external/l10n/si_LK.php +++ /dev/null @@ -1,24 +0,0 @@ - "කරුණාකර වලංගු Dropbox යෙදුම් යතුරක් හා රහසක් ලබාදෙන්න.", -"Location" => "ස්ථානය", -"Port" => "තොට", -"Region" => "කළාපය", -"Host" => "සත්කාරකය", -"Username" => "පරිශීලක නම", -"Password" => "මුර පදය", -"Share" => "බෙදා හදා ගන්න", -"URL" => "URL", -"Access granted" => "පිවිසීමට හැක", -"Error configuring Dropbox storage" => "Dropbox ගබඩාව වින්‍යාස කිරීමේ දෝශයක් ඇත", -"Grant access" => "පිවිසුම ලබාදෙන්න", -"Error configuring Google Drive storage" => "Google Drive ගබඩාව වින්‍යාස කිරීමේ දෝශයක් ඇත", -"Personal" => "පෞද්ගලික", -"Name" => "නම", -"External Storage" => "භාහිර ගබඩාව", -"Folder name" => "ෆොල්ඩරයේ නම", -"Configuration" => "වින්‍යාසය", -"Delete" => "මකා දමන්න", -"Enable User External Storage" => "පරිශීලක භාහිර ගබඩාවන් සක්‍රිය කරන්න" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/sk_SK.js b/apps/files_external/l10n/sk_SK.js new file mode 100644 index 0000000000..636953c42e --- /dev/null +++ b/apps/files_external/l10n/sk_SK.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Získanie tokenov požiadavky zlyhalo. Overte správnosť svojho kľúča a hesla aplikácie Dropbox.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Získanie prístupových tokenov zlyhalo. Overte správnosť svojho kľúča a hesla aplikácie Dropbox.", + "Please provide a valid Dropbox app key and secret." : "Zadajte platný kľúč aplikácie a heslo Dropbox", + "Step 1 failed. Exception: %s" : "Krok 1 zlyhal. Výnimka: %s", + "Step 2 failed. Exception: %s" : "Krok 2 zlyhal. Výnimka: %s", + "External storage" : "Externé úložisko", + "Local" : "Lokálny", + "Location" : "Umiestnenie", + "Amazon S3" : "Amazon S3", + "Key" : "Kľúč", + "Secret" : "Tajné", + "Bucket" : "Sektor", + "Amazon S3 and compliant" : "Amazon S3 a kompatibilné", + "Access Key" : "Prístupový kľúč", + "Secret Key" : "Tajný kľúč", + "Hostname" : "Hostname", + "Port" : "Port", + "Region" : "Región", + "Enable SSL" : "Povoliť SSL", + "Enable Path Style" : "Povoliť štýl cesty", + "App key" : "Kľúč aplikácie", + "App secret" : "Heslo aplikácie", + "Host" : "Hostiteľ", + "Username" : "Používateľské meno", + "Password" : "Heslo", + "Root" : "Root", + "Secure ftps://" : "Zabezpečené ftps://", + "Client ID" : "Client ID", + "Client secret" : "Heslo klienta", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Región (voliteľné pre OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API Key (požadované pre Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (požadované pre OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Heslo (požadované pre OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Meno služby (požadované pre OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL of identity endpoint (požadované pre OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Časový limit HTTP požadaviek v sekundách", + "Share" : "Zdieľať", + "SMB / CIFS using OC login" : "SMB / CIFS s použitím OC prihlásenia", + "Username as share" : "Používateľské meno ako zdieľaný priečinok", + "URL" : "URL", + "Secure https://" : "Zabezpečené https://", + "Remote subfolder" : "Vzdialený podpriečinok", + "Access granted" : "Prístup povolený", + "Error configuring Dropbox storage" : "Chyba pri konfigurácii úložiska Dropbox", + "Grant access" : "Povoliť prístup", + "Error configuring Google Drive storage" : "Chyba pri konfigurácii úložiska Google drive", + "Personal" : "Osobné", + "System" : "Systém", + "All users. Type to select user or group." : "Všetci používatelia. Začnite písať pre výber používateľa alebo skupinu.", + "(group)" : "(skupina)", + "Saved" : "Uložené", + "Note: " : "Poznámka: ", + " and " : "a", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: cURL podpora v PHP nie je zapnutá alebo nainštalovaná. Pripojenie %s nie je možné. Požiadajte správcu systému, aby ju nainštaloval.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: FTP podpora v PHP nie je zapnutá alebo nainštalovaná. Pripojenie %s nie je možné. Požiadajte správcu systému, aby ju nainštaloval.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: \"%s\" nie je nainštalovaná. Pripojenie %s nie je možné. Požiadajte správcu systému, aby ju nainštaloval.", + "You don't have any external storages" : "Nemáte žiadne externé úložisko", + "Name" : "Názov", + "Storage type" : "Typ úložiska", + "Scope" : "Rozsah", + "External Storage" : "Externé úložisko", + "Folder name" : "Názov priečinka", + "Configuration" : "Nastavenia", + "Available for" : "K dispozícii pre", + "Add storage" : "Pridať úložisko", + "Delete" : "Zmazať", + "Enable User External Storage" : "Povoliť externé úložisko", + "Allow users to mount the following external storage" : "Povoliť používateľom pripojiť tieto externé úložiská" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_external/l10n/sk_SK.json b/apps/files_external/l10n/sk_SK.json new file mode 100644 index 0000000000..5d2ca0a95a --- /dev/null +++ b/apps/files_external/l10n/sk_SK.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Získanie tokenov požiadavky zlyhalo. Overte správnosť svojho kľúča a hesla aplikácie Dropbox.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Získanie prístupových tokenov zlyhalo. Overte správnosť svojho kľúča a hesla aplikácie Dropbox.", + "Please provide a valid Dropbox app key and secret." : "Zadajte platný kľúč aplikácie a heslo Dropbox", + "Step 1 failed. Exception: %s" : "Krok 1 zlyhal. Výnimka: %s", + "Step 2 failed. Exception: %s" : "Krok 2 zlyhal. Výnimka: %s", + "External storage" : "Externé úložisko", + "Local" : "Lokálny", + "Location" : "Umiestnenie", + "Amazon S3" : "Amazon S3", + "Key" : "Kľúč", + "Secret" : "Tajné", + "Bucket" : "Sektor", + "Amazon S3 and compliant" : "Amazon S3 a kompatibilné", + "Access Key" : "Prístupový kľúč", + "Secret Key" : "Tajný kľúč", + "Hostname" : "Hostname", + "Port" : "Port", + "Region" : "Región", + "Enable SSL" : "Povoliť SSL", + "Enable Path Style" : "Povoliť štýl cesty", + "App key" : "Kľúč aplikácie", + "App secret" : "Heslo aplikácie", + "Host" : "Hostiteľ", + "Username" : "Používateľské meno", + "Password" : "Heslo", + "Root" : "Root", + "Secure ftps://" : "Zabezpečené ftps://", + "Client ID" : "Client ID", + "Client secret" : "Heslo klienta", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Región (voliteľné pre OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API Key (požadované pre Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (požadované pre OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Heslo (požadované pre OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Meno služby (požadované pre OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL of identity endpoint (požadované pre OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Časový limit HTTP požadaviek v sekundách", + "Share" : "Zdieľať", + "SMB / CIFS using OC login" : "SMB / CIFS s použitím OC prihlásenia", + "Username as share" : "Používateľské meno ako zdieľaný priečinok", + "URL" : "URL", + "Secure https://" : "Zabezpečené https://", + "Remote subfolder" : "Vzdialený podpriečinok", + "Access granted" : "Prístup povolený", + "Error configuring Dropbox storage" : "Chyba pri konfigurácii úložiska Dropbox", + "Grant access" : "Povoliť prístup", + "Error configuring Google Drive storage" : "Chyba pri konfigurácii úložiska Google drive", + "Personal" : "Osobné", + "System" : "Systém", + "All users. Type to select user or group." : "Všetci používatelia. Začnite písať pre výber používateľa alebo skupinu.", + "(group)" : "(skupina)", + "Saved" : "Uložené", + "Note: " : "Poznámka: ", + " and " : "a", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: cURL podpora v PHP nie je zapnutá alebo nainštalovaná. Pripojenie %s nie je možné. Požiadajte správcu systému, aby ju nainštaloval.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: FTP podpora v PHP nie je zapnutá alebo nainštalovaná. Pripojenie %s nie je možné. Požiadajte správcu systému, aby ju nainštaloval.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Poznámka: \"%s\" nie je nainštalovaná. Pripojenie %s nie je možné. Požiadajte správcu systému, aby ju nainštaloval.", + "You don't have any external storages" : "Nemáte žiadne externé úložisko", + "Name" : "Názov", + "Storage type" : "Typ úložiska", + "Scope" : "Rozsah", + "External Storage" : "Externé úložisko", + "Folder name" : "Názov priečinka", + "Configuration" : "Nastavenia", + "Available for" : "K dispozícii pre", + "Add storage" : "Pridať úložisko", + "Delete" : "Zmazať", + "Enable User External Storage" : "Povoliť externé úložisko", + "Allow users to mount the following external storage" : "Povoliť používateľom pripojiť tieto externé úložiská" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/sk_SK.php b/apps/files_external/l10n/sk_SK.php deleted file mode 100644 index 0662e207da..0000000000 --- a/apps/files_external/l10n/sk_SK.php +++ /dev/null @@ -1,73 +0,0 @@ - "Získanie tokenov požiadavky zlyhalo. Overte správnosť svojho kľúča a hesla aplikácie Dropbox.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Získanie prístupových tokenov zlyhalo. Overte správnosť svojho kľúča a hesla aplikácie Dropbox.", -"Please provide a valid Dropbox app key and secret." => "Zadajte platný kľúč aplikácie a heslo Dropbox", -"Step 1 failed. Exception: %s" => "Krok 1 zlyhal. Výnimka: %s", -"Step 2 failed. Exception: %s" => "Krok 2 zlyhal. Výnimka: %s", -"External storage" => "Externé úložisko", -"Local" => "Lokálny", -"Location" => "Umiestnenie", -"Amazon S3" => "Amazon S3", -"Key" => "Kľúč", -"Secret" => "Tajné", -"Bucket" => "Sektor", -"Amazon S3 and compliant" => "Amazon S3 a kompatibilné", -"Access Key" => "Prístupový kľúč", -"Secret Key" => "Tajný kľúč", -"Hostname" => "Hostname", -"Port" => "Port", -"Region" => "Región", -"Enable SSL" => "Povoliť SSL", -"Enable Path Style" => "Povoliť štýl cesty", -"App key" => "Kľúč aplikácie", -"App secret" => "Heslo aplikácie", -"Host" => "Hostiteľ", -"Username" => "Používateľské meno", -"Password" => "Heslo", -"Root" => "Root", -"Secure ftps://" => "Zabezpečené ftps://", -"Client ID" => "Client ID", -"Client secret" => "Heslo klienta", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Región (voliteľné pre OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "API Key (požadované pre Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Tenantname (požadované pre OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Heslo (požadované pre OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Meno služby (požadované pre OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL of identity endpoint (požadované pre OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Časový limit HTTP požadaviek v sekundách", -"Share" => "Zdieľať", -"SMB / CIFS using OC login" => "SMB / CIFS s použitím OC prihlásenia", -"Username as share" => "Používateľské meno ako zdieľaný priečinok", -"URL" => "URL", -"Secure https://" => "Zabezpečené https://", -"Remote subfolder" => "Vzdialený podpriečinok", -"Access granted" => "Prístup povolený", -"Error configuring Dropbox storage" => "Chyba pri konfigurácii úložiska Dropbox", -"Grant access" => "Povoliť prístup", -"Error configuring Google Drive storage" => "Chyba pri konfigurácii úložiska Google drive", -"Personal" => "Osobné", -"System" => "Systém", -"All users. Type to select user or group." => "Všetci používatelia. Začnite písať pre výber používateľa alebo skupinu.", -"(group)" => "(skupina)", -"Saved" => "Uložené", -"Note: " => "Poznámka: ", -" and " => "a", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Poznámka: cURL podpora v PHP nie je zapnutá alebo nainštalovaná. Pripojenie %s nie je možné. Požiadajte správcu systému, aby ju nainštaloval.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Poznámka: FTP podpora v PHP nie je zapnutá alebo nainštalovaná. Pripojenie %s nie je možné. Požiadajte správcu systému, aby ju nainštaloval.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Poznámka: \"%s\" nie je nainštalovaná. Pripojenie %s nie je možné. Požiadajte správcu systému, aby ju nainštaloval.", -"You don't have any external storages" => "Nemáte žiadne externé úložisko", -"Name" => "Názov", -"Storage type" => "Typ úložiska", -"Scope" => "Rozsah", -"External Storage" => "Externé úložisko", -"Folder name" => "Názov priečinka", -"Configuration" => "Nastavenia", -"Available for" => "K dispozícii pre", -"Add storage" => "Pridať úložisko", -"Delete" => "Zmazať", -"Enable User External Storage" => "Povoliť externé úložisko", -"Allow users to mount the following external storage" => "Povoliť používateľom pripojiť tieto externé úložiská" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_external/l10n/sl.js b/apps/files_external/l10n/sl.js new file mode 100644 index 0000000000..690fd9ae32 --- /dev/null +++ b/apps/files_external/l10n/sl.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Pridobivanje žetonov za zahteve je spodletelo. Preverite, da sta ključ in skrivno geslo programa Dropbox navedena pravilno.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Pridobivanje žetonov za dostop je spodletelo. Preverite, da sta ključ in skrivno geslo programa Dropbox navedena pravilno.", + "Please provide a valid Dropbox app key and secret." : "Vpisati je treba veljaven ključ programa in kodo za Dropbox", + "Step 1 failed. Exception: %s" : "1. korak je spodletel. Izjemna napaka: %s", + "Step 2 failed. Exception: %s" : "2. korak je spodletel. Izjemna napaka: %s", + "External storage" : "Zunanja shramba", + "Local" : "Krajevno", + "Location" : "Mesto", + "Amazon S3" : "Amazon S3", + "Key" : "Ključ", + "Secret" : "Skrivni ključ", + "Bucket" : "Pomnilniško vedro", + "Amazon S3 and compliant" : "Amazon S3 in podobno", + "Access Key" : "Ključ za dostop", + "Secret Key" : "Skrivni ključ", + "Hostname" : "Ime gostitelja", + "Port" : "Vrata", + "Region" : "Območje", + "Enable SSL" : "Omogoči SSL", + "Enable Path Style" : "Omogoči slog poti", + "App key" : "Programski ključ", + "App secret" : "Skrivni programski ključ", + "Host" : "Gostitelj", + "Username" : "Uporabniško ime", + "Password" : "Geslo", + "Root" : "Koren", + "Secure ftps://" : "Varni način ftps://", + "Client ID" : "ID odjemalca", + "Client secret" : "Skrivni ključ odjemalca", + "OpenStack Object Storage" : "Shramba predmeta OpenStack", + "Region (optional for OpenStack Object Storage)" : "Območje (zahtevano za shrambo predmeta OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Ključ programskega vmesnika (API) (zahtevan je za datoteke v oblaku Rackspace)", + "Tenantname (required for OpenStack Object Storage)" : "Ime uporabnika (zahtevano za shrambo predmeta OpenStack)", + "Password (required for OpenStack Object Storage)" : "Geslo (zahtevano za shrambo predmeta OpenStack)", + "Service Name (required for OpenStack Object Storage)" : "Ime storitve (zahtevano za shrambo predmeta OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Naslov URL končne točke uporabnika (zahtevano za shrambo predmeta OpenStack)", + "Timeout of HTTP requests in seconds" : "Časovni zamik zahtev HTTP v sekundah", + "Share" : "Souporaba", + "SMB / CIFS using OC login" : "SMB / CIFS z uporabo prijave OC", + "Username as share" : "Uporabniško ime za souporabo", + "URL" : "Naslov URL", + "Secure https://" : "Varni način https://", + "Remote subfolder" : "Oddaljena podrejena mapa", + "Access granted" : "Dostop je odobren", + "Error configuring Dropbox storage" : "Napaka nastavljanja shrambe Dropbox", + "Grant access" : "Odobri dostop", + "Error configuring Google Drive storage" : "Napaka nastavljanja shrambe Google Drive", + "Personal" : "Osebno", + "System" : "Sistem", + "All users. Type to select user or group." : "Vsi uporabniki. Skupino ali uporabnika je mogoče tudi izbrati.", + "(group)" : "(skupina)", + "Saved" : "Shranjeno", + "Note: " : "Opomba: ", + " and " : "in", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Opomba: Podpora za naslove cURL v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Opomba: Podpora za protokol FTP v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Opomba: Program \"%s\" ni nameščen. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", + "You don't have any external storages" : "Ni navedenih zunanjih shramb", + "Name" : "Ime", + "Storage type" : "Vrsta shrambe", + "Scope" : "Obseg", + "External Storage" : "Zunanja podatkovna shramba", + "Folder name" : "Ime mape", + "Configuration" : "Nastavitve", + "Available for" : "Na voljo za", + "Add storage" : "Dodaj shrambo", + "Delete" : "Izbriši", + "Enable User External Storage" : "Omogoči zunanjo uporabniško podatkovno shrambo", + "Allow users to mount the following external storage" : "Dovoli uporabnikom priklapljanje navedenih zunanjih shramb." +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/files_external/l10n/sl.json b/apps/files_external/l10n/sl.json new file mode 100644 index 0000000000..c92e9a310d --- /dev/null +++ b/apps/files_external/l10n/sl.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Pridobivanje žetonov za zahteve je spodletelo. Preverite, da sta ključ in skrivno geslo programa Dropbox navedena pravilno.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Pridobivanje žetonov za dostop je spodletelo. Preverite, da sta ključ in skrivno geslo programa Dropbox navedena pravilno.", + "Please provide a valid Dropbox app key and secret." : "Vpisati je treba veljaven ključ programa in kodo za Dropbox", + "Step 1 failed. Exception: %s" : "1. korak je spodletel. Izjemna napaka: %s", + "Step 2 failed. Exception: %s" : "2. korak je spodletel. Izjemna napaka: %s", + "External storage" : "Zunanja shramba", + "Local" : "Krajevno", + "Location" : "Mesto", + "Amazon S3" : "Amazon S3", + "Key" : "Ključ", + "Secret" : "Skrivni ključ", + "Bucket" : "Pomnilniško vedro", + "Amazon S3 and compliant" : "Amazon S3 in podobno", + "Access Key" : "Ključ za dostop", + "Secret Key" : "Skrivni ključ", + "Hostname" : "Ime gostitelja", + "Port" : "Vrata", + "Region" : "Območje", + "Enable SSL" : "Omogoči SSL", + "Enable Path Style" : "Omogoči slog poti", + "App key" : "Programski ključ", + "App secret" : "Skrivni programski ključ", + "Host" : "Gostitelj", + "Username" : "Uporabniško ime", + "Password" : "Geslo", + "Root" : "Koren", + "Secure ftps://" : "Varni način ftps://", + "Client ID" : "ID odjemalca", + "Client secret" : "Skrivni ključ odjemalca", + "OpenStack Object Storage" : "Shramba predmeta OpenStack", + "Region (optional for OpenStack Object Storage)" : "Območje (zahtevano za shrambo predmeta OpenStack)", + "API Key (required for Rackspace Cloud Files)" : "Ključ programskega vmesnika (API) (zahtevan je za datoteke v oblaku Rackspace)", + "Tenantname (required for OpenStack Object Storage)" : "Ime uporabnika (zahtevano za shrambo predmeta OpenStack)", + "Password (required for OpenStack Object Storage)" : "Geslo (zahtevano za shrambo predmeta OpenStack)", + "Service Name (required for OpenStack Object Storage)" : "Ime storitve (zahtevano za shrambo predmeta OpenStack)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Naslov URL končne točke uporabnika (zahtevano za shrambo predmeta OpenStack)", + "Timeout of HTTP requests in seconds" : "Časovni zamik zahtev HTTP v sekundah", + "Share" : "Souporaba", + "SMB / CIFS using OC login" : "SMB / CIFS z uporabo prijave OC", + "Username as share" : "Uporabniško ime za souporabo", + "URL" : "Naslov URL", + "Secure https://" : "Varni način https://", + "Remote subfolder" : "Oddaljena podrejena mapa", + "Access granted" : "Dostop je odobren", + "Error configuring Dropbox storage" : "Napaka nastavljanja shrambe Dropbox", + "Grant access" : "Odobri dostop", + "Error configuring Google Drive storage" : "Napaka nastavljanja shrambe Google Drive", + "Personal" : "Osebno", + "System" : "Sistem", + "All users. Type to select user or group." : "Vsi uporabniki. Skupino ali uporabnika je mogoče tudi izbrati.", + "(group)" : "(skupina)", + "Saved" : "Shranjeno", + "Note: " : "Opomba: ", + " and " : "in", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Opomba: Podpora za naslove cURL v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Opomba: Podpora za protokol FTP v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Opomba: Program \"%s\" ni nameščen. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", + "You don't have any external storages" : "Ni navedenih zunanjih shramb", + "Name" : "Ime", + "Storage type" : "Vrsta shrambe", + "Scope" : "Obseg", + "External Storage" : "Zunanja podatkovna shramba", + "Folder name" : "Ime mape", + "Configuration" : "Nastavitve", + "Available for" : "Na voljo za", + "Add storage" : "Dodaj shrambo", + "Delete" : "Izbriši", + "Enable User External Storage" : "Omogoči zunanjo uporabniško podatkovno shrambo", + "Allow users to mount the following external storage" : "Dovoli uporabnikom priklapljanje navedenih zunanjih shramb." +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/sl.php b/apps/files_external/l10n/sl.php deleted file mode 100644 index 90d9c234f2..0000000000 --- a/apps/files_external/l10n/sl.php +++ /dev/null @@ -1,73 +0,0 @@ - "Pridobivanje žetonov za zahteve je spodletelo. Preverite, da sta ključ in skrivno geslo programa Dropbox navedena pravilno.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Pridobivanje žetonov za dostop je spodletelo. Preverite, da sta ključ in skrivno geslo programa Dropbox navedena pravilno.", -"Please provide a valid Dropbox app key and secret." => "Vpisati je treba veljaven ključ programa in kodo za Dropbox", -"Step 1 failed. Exception: %s" => "1. korak je spodletel. Izjemna napaka: %s", -"Step 2 failed. Exception: %s" => "2. korak je spodletel. Izjemna napaka: %s", -"External storage" => "Zunanja shramba", -"Local" => "Krajevno", -"Location" => "Mesto", -"Amazon S3" => "Amazon S3", -"Key" => "Ključ", -"Secret" => "Skrivni ključ", -"Bucket" => "Pomnilniško vedro", -"Amazon S3 and compliant" => "Amazon S3 in podobno", -"Access Key" => "Ključ za dostop", -"Secret Key" => "Skrivni ključ", -"Hostname" => "Ime gostitelja", -"Port" => "Vrata", -"Region" => "Območje", -"Enable SSL" => "Omogoči SSL", -"Enable Path Style" => "Omogoči slog poti", -"App key" => "Programski ključ", -"App secret" => "Skrivni programski ključ", -"Host" => "Gostitelj", -"Username" => "Uporabniško ime", -"Password" => "Geslo", -"Root" => "Koren", -"Secure ftps://" => "Varni način ftps://", -"Client ID" => "ID odjemalca", -"Client secret" => "Skrivni ključ odjemalca", -"OpenStack Object Storage" => "Shramba predmeta OpenStack", -"Region (optional for OpenStack Object Storage)" => "Območje (zahtevano za shrambo predmeta OpenStack)", -"API Key (required for Rackspace Cloud Files)" => "Ključ programskega vmesnika (API) (zahtevan je za datoteke v oblaku Rackspace)", -"Tenantname (required for OpenStack Object Storage)" => "Ime uporabnika (zahtevano za shrambo predmeta OpenStack)", -"Password (required for OpenStack Object Storage)" => "Geslo (zahtevano za shrambo predmeta OpenStack)", -"Service Name (required for OpenStack Object Storage)" => "Ime storitve (zahtevano za shrambo predmeta OpenStack)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "Naslov URL končne točke uporabnika (zahtevano za shrambo predmeta OpenStack)", -"Timeout of HTTP requests in seconds" => "Časovni zamik zahtev HTTP v sekundah", -"Share" => "Souporaba", -"SMB / CIFS using OC login" => "SMB / CIFS z uporabo prijave OC", -"Username as share" => "Uporabniško ime za souporabo", -"URL" => "Naslov URL", -"Secure https://" => "Varni način https://", -"Remote subfolder" => "Oddaljena podrejena mapa", -"Access granted" => "Dostop je odobren", -"Error configuring Dropbox storage" => "Napaka nastavljanja shrambe Dropbox", -"Grant access" => "Odobri dostop", -"Error configuring Google Drive storage" => "Napaka nastavljanja shrambe Google Drive", -"Personal" => "Osebno", -"System" => "Sistem", -"All users. Type to select user or group." => "Vsi uporabniki. Skupino ali uporabnika je mogoče tudi izbrati.", -"(group)" => "(skupina)", -"Saved" => "Shranjeno", -"Note: " => "Opomba: ", -" and " => "in", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Opomba: Podpora za naslove cURL v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Opomba: Podpora za protokol FTP v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Opomba: Program \"%s\" ni nameščen. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", -"You don't have any external storages" => "Ni navedenih zunanjih shramb", -"Name" => "Ime", -"Storage type" => "Vrsta shrambe", -"Scope" => "Obseg", -"External Storage" => "Zunanja podatkovna shramba", -"Folder name" => "Ime mape", -"Configuration" => "Nastavitve", -"Available for" => "Na voljo za", -"Add storage" => "Dodaj shrambo", -"Delete" => "Izbriši", -"Enable User External Storage" => "Omogoči zunanjo uporabniško podatkovno shrambo", -"Allow users to mount the following external storage" => "Dovoli uporabnikom priklapljanje navedenih zunanjih shramb." -); -$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/apps/files_external/l10n/sq.js b/apps/files_external/l10n/sq.js new file mode 100644 index 0000000000..5a8c70406d --- /dev/null +++ b/apps/files_external/l10n/sq.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Vendndodhja", + "Port" : "Porta", + "Host" : "Pritësi", + "Username" : "Përdoruesi", + "Password" : "fjalëkalim", + "Share" : "Ndaj", + "URL" : "URL-i", + "Personal" : "Personale", + "Saved" : "U ruajt", + "Name" : "Emri", + "Folder name" : "Emri i Skedarit", + "Delete" : "Elimino" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/sq.json b/apps/files_external/l10n/sq.json new file mode 100644 index 0000000000..d2abfb55bf --- /dev/null +++ b/apps/files_external/l10n/sq.json @@ -0,0 +1,15 @@ +{ "translations": { + "Location" : "Vendndodhja", + "Port" : "Porta", + "Host" : "Pritësi", + "Username" : "Përdoruesi", + "Password" : "fjalëkalim", + "Share" : "Ndaj", + "URL" : "URL-i", + "Personal" : "Personale", + "Saved" : "U ruajt", + "Name" : "Emri", + "Folder name" : "Emri i Skedarit", + "Delete" : "Elimino" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/sq.php b/apps/files_external/l10n/sq.php deleted file mode 100644 index 7beb726fc9..0000000000 --- a/apps/files_external/l10n/sq.php +++ /dev/null @@ -1,16 +0,0 @@ - "Vendndodhja", -"Port" => "Porta", -"Host" => "Pritësi", -"Username" => "Përdoruesi", -"Password" => "fjalëkalim", -"Share" => "Ndaj", -"URL" => "URL-i", -"Personal" => "Personale", -"Saved" => "U ruajt", -"Name" => "Emri", -"Folder name" => "Emri i Skedarit", -"Delete" => "Elimino" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/sr.js b/apps/files_external/l10n/sr.js new file mode 100644 index 0000000000..790bd598d0 --- /dev/null +++ b/apps/files_external/l10n/sr.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Локација", + "Port" : "Порт", + "Region" : "Регија", + "Host" : "Домаћин", + "Username" : "Корисничко име", + "Password" : "Лозинка", + "Share" : "Дели", + "Personal" : "Лично", + "Name" : "Име", + "Delete" : "Обриши" +}, +"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/apps/files_external/l10n/sr.json b/apps/files_external/l10n/sr.json new file mode 100644 index 0000000000..fac0889c3d --- /dev/null +++ b/apps/files_external/l10n/sr.json @@ -0,0 +1,13 @@ +{ "translations": { + "Location" : "Локација", + "Port" : "Порт", + "Region" : "Регија", + "Host" : "Домаћин", + "Username" : "Корисничко име", + "Password" : "Лозинка", + "Share" : "Дели", + "Personal" : "Лично", + "Name" : "Име", + "Delete" : "Обриши" +},"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/apps/files_external/l10n/sr.php b/apps/files_external/l10n/sr.php deleted file mode 100644 index 79650019c7..0000000000 --- a/apps/files_external/l10n/sr.php +++ /dev/null @@ -1,14 +0,0 @@ - "Локација", -"Port" => "Порт", -"Region" => "Регија", -"Host" => "Домаћин", -"Username" => "Корисничко име", -"Password" => "Лозинка", -"Share" => "Дели", -"Personal" => "Лично", -"Name" => "Име", -"Delete" => "Обриши" -); -$PLURAL_FORMS = "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/apps/files_external/l10n/sr@latin.js b/apps/files_external/l10n/sr@latin.js new file mode 100644 index 0000000000..518d9e3957 --- /dev/null +++ b/apps/files_external/l10n/sr@latin.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Lokacija", + "Region" : "Regija", + "Username" : "Korisničko ime", + "Password" : "Lozinka", + "Share" : "Podeli", + "Personal" : "Lično", + "Name" : "Ime", + "Delete" : "Obriši" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_external/l10n/sr@latin.json b/apps/files_external/l10n/sr@latin.json new file mode 100644 index 0000000000..9dbfe640d8 --- /dev/null +++ b/apps/files_external/l10n/sr@latin.json @@ -0,0 +1,11 @@ +{ "translations": { + "Location" : "Lokacija", + "Region" : "Regija", + "Username" : "Korisničko ime", + "Password" : "Lozinka", + "Share" : "Podeli", + "Personal" : "Lično", + "Name" : "Ime", + "Delete" : "Obriši" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/sr@latin.php b/apps/files_external/l10n/sr@latin.php deleted file mode 100644 index 3a42d5c34b..0000000000 --- a/apps/files_external/l10n/sr@latin.php +++ /dev/null @@ -1,12 +0,0 @@ - "Lokacija", -"Region" => "Regija", -"Username" => "Korisničko ime", -"Password" => "Lozinka", -"Share" => "Podeli", -"Personal" => "Lično", -"Name" => "Ime", -"Delete" => "Obriši" -); -$PLURAL_FORMS = "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/apps/files_external/l10n/sv.js b/apps/files_external/l10n/sv.js new file mode 100644 index 0000000000..cb12208c49 --- /dev/null +++ b/apps/files_external/l10n/sv.js @@ -0,0 +1,68 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Misslyckades att hämta access tokens. Verifiera att din Dropbox app-nyckel och app-hemlighet är korrekt", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Misslyckades att hämta request tokens. Verifiera att din Dropbox app-nyckel och app-hemlighet är korrekt", + "Please provide a valid Dropbox app key and secret." : "Ange en giltig Dropbox nyckel och hemlighet.", + "External storage" : "Extern lagring", + "Local" : "Lokal", + "Location" : "Plats", + "Amazon S3" : "Amazon S3", + "Key" : "Nyckel", + "Secret" : "Hemlig", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 och compliant", + "Access Key" : "Accessnyckel", + "Secret Key" : "Hemlig nyckel", + "Port" : "Port", + "Region" : "Län", + "Enable SSL" : "Aktivera SSL", + "Enable Path Style" : "Aktivera Path Style", + "App key" : "App-nyckel", + "App secret" : "App-hemlighet", + "Host" : "Server", + "Username" : "Användarnamn", + "Password" : "Lösenord", + "Root" : "Root", + "Secure ftps://" : "Säker ftps://", + "Client ID" : "Klient ID", + "Client secret" : "klient secret", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Region (valfritt för OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API-nyckel (krävs för Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (krävs för OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Lösenord (krävs för OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Tjänstens namn (krävs för OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL för identitetens slutpunkt (krävs för OpenStack Object Storage)", + "Share" : "Dela", + "SMB / CIFS using OC login" : "SMB / CIFS använder OC inloggning", + "Username as share" : "Användarnamn till utdelning", + "URL" : "URL", + "Secure https://" : "Säker https://", + "Remote subfolder" : "Fjärrmapp", + "Access granted" : "Åtkomst beviljad", + "Error configuring Dropbox storage" : "Fel vid konfigurering av Dropbox", + "Grant access" : "Bevilja åtkomst", + "Error configuring Google Drive storage" : "Fel vid konfigurering av Google Drive", + "Personal" : "Personligt", + "System" : "System", + "Saved" : "Sparad", + "Note: " : " OBS: ", + " and " : "och", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : " OBS: cURL stöd i PHP inte är aktiverat eller installeras. Montering av %s är inte möjlig. Be din systemadministratör att installera det.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : " OBS: Den FTP-stöd i PHP inte är aktiverat eller installeras. Montering av %s är inte möjlig. Be din systemadministratör att installera det.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : " OBS: \"%s\" är inte installerat. Montering av %s är inte möjlig. Be din systemadministratör att installera det.", + "You don't have any external storages" : "Du har ingen extern extern lagring", + "Name" : "Namn", + "Storage type" : "Lagringstyp", + "Scope" : "Scope", + "External Storage" : "Extern lagring", + "Folder name" : "Mappnamn", + "Configuration" : "Konfiguration", + "Available for" : "Tillgänglig för", + "Add storage" : "Lägg till lagring", + "Delete" : "Radera", + "Enable User External Storage" : "Aktivera extern lagring för användare", + "Allow users to mount the following external storage" : "Tillåt användare att montera följande extern lagring" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/sv.json b/apps/files_external/l10n/sv.json new file mode 100644 index 0000000000..12b9f36fd5 --- /dev/null +++ b/apps/files_external/l10n/sv.json @@ -0,0 +1,66 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Misslyckades att hämta access tokens. Verifiera att din Dropbox app-nyckel och app-hemlighet är korrekt", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Misslyckades att hämta request tokens. Verifiera att din Dropbox app-nyckel och app-hemlighet är korrekt", + "Please provide a valid Dropbox app key and secret." : "Ange en giltig Dropbox nyckel och hemlighet.", + "External storage" : "Extern lagring", + "Local" : "Lokal", + "Location" : "Plats", + "Amazon S3" : "Amazon S3", + "Key" : "Nyckel", + "Secret" : "Hemlig", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 och compliant", + "Access Key" : "Accessnyckel", + "Secret Key" : "Hemlig nyckel", + "Port" : "Port", + "Region" : "Län", + "Enable SSL" : "Aktivera SSL", + "Enable Path Style" : "Aktivera Path Style", + "App key" : "App-nyckel", + "App secret" : "App-hemlighet", + "Host" : "Server", + "Username" : "Användarnamn", + "Password" : "Lösenord", + "Root" : "Root", + "Secure ftps://" : "Säker ftps://", + "Client ID" : "Klient ID", + "Client secret" : "klient secret", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Region (valfritt för OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "API-nyckel (krävs för Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Tenantname (krävs för OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Lösenord (krävs för OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Tjänstens namn (krävs för OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL för identitetens slutpunkt (krävs för OpenStack Object Storage)", + "Share" : "Dela", + "SMB / CIFS using OC login" : "SMB / CIFS använder OC inloggning", + "Username as share" : "Användarnamn till utdelning", + "URL" : "URL", + "Secure https://" : "Säker https://", + "Remote subfolder" : "Fjärrmapp", + "Access granted" : "Åtkomst beviljad", + "Error configuring Dropbox storage" : "Fel vid konfigurering av Dropbox", + "Grant access" : "Bevilja åtkomst", + "Error configuring Google Drive storage" : "Fel vid konfigurering av Google Drive", + "Personal" : "Personligt", + "System" : "System", + "Saved" : "Sparad", + "Note: " : " OBS: ", + " and " : "och", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : " OBS: cURL stöd i PHP inte är aktiverat eller installeras. Montering av %s är inte möjlig. Be din systemadministratör att installera det.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : " OBS: Den FTP-stöd i PHP inte är aktiverat eller installeras. Montering av %s är inte möjlig. Be din systemadministratör att installera det.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : " OBS: \"%s\" är inte installerat. Montering av %s är inte möjlig. Be din systemadministratör att installera det.", + "You don't have any external storages" : "Du har ingen extern extern lagring", + "Name" : "Namn", + "Storage type" : "Lagringstyp", + "Scope" : "Scope", + "External Storage" : "Extern lagring", + "Folder name" : "Mappnamn", + "Configuration" : "Konfiguration", + "Available for" : "Tillgänglig för", + "Add storage" : "Lägg till lagring", + "Delete" : "Radera", + "Enable User External Storage" : "Aktivera extern lagring för användare", + "Allow users to mount the following external storage" : "Tillåt användare att montera följande extern lagring" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/sv.php b/apps/files_external/l10n/sv.php deleted file mode 100644 index 7e19d016ed..0000000000 --- a/apps/files_external/l10n/sv.php +++ /dev/null @@ -1,67 +0,0 @@ - "Misslyckades att hämta access tokens. Verifiera att din Dropbox app-nyckel och app-hemlighet är korrekt", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Misslyckades att hämta request tokens. Verifiera att din Dropbox app-nyckel och app-hemlighet är korrekt", -"Please provide a valid Dropbox app key and secret." => "Ange en giltig Dropbox nyckel och hemlighet.", -"External storage" => "Extern lagring", -"Local" => "Lokal", -"Location" => "Plats", -"Amazon S3" => "Amazon S3", -"Key" => "Nyckel", -"Secret" => "Hemlig", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 och compliant", -"Access Key" => "Accessnyckel", -"Secret Key" => "Hemlig nyckel", -"Port" => "Port", -"Region" => "Län", -"Enable SSL" => "Aktivera SSL", -"Enable Path Style" => "Aktivera Path Style", -"App key" => "App-nyckel", -"App secret" => "App-hemlighet", -"Host" => "Server", -"Username" => "Användarnamn", -"Password" => "Lösenord", -"Root" => "Root", -"Secure ftps://" => "Säker ftps://", -"Client ID" => "Klient ID", -"Client secret" => "klient secret", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Region (valfritt för OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "API-nyckel (krävs för Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Tenantname (krävs för OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Lösenord (krävs för OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Tjänstens namn (krävs för OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL för identitetens slutpunkt (krävs för OpenStack Object Storage)", -"Share" => "Dela", -"SMB / CIFS using OC login" => "SMB / CIFS använder OC inloggning", -"Username as share" => "Användarnamn till utdelning", -"URL" => "URL", -"Secure https://" => "Säker https://", -"Remote subfolder" => "Fjärrmapp", -"Access granted" => "Åtkomst beviljad", -"Error configuring Dropbox storage" => "Fel vid konfigurering av Dropbox", -"Grant access" => "Bevilja åtkomst", -"Error configuring Google Drive storage" => "Fel vid konfigurering av Google Drive", -"Personal" => "Personligt", -"System" => "System", -"Saved" => "Sparad", -"Note: " => " OBS: ", -" and " => "och", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => " OBS: cURL stöd i PHP inte är aktiverat eller installeras. Montering av %s är inte möjlig. Be din systemadministratör att installera det.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => " OBS: Den FTP-stöd i PHP inte är aktiverat eller installeras. Montering av %s är inte möjlig. Be din systemadministratör att installera det.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => " OBS: \"%s\" är inte installerat. Montering av %s är inte möjlig. Be din systemadministratör att installera det.", -"You don't have any external storages" => "Du har ingen extern extern lagring", -"Name" => "Namn", -"Storage type" => "Lagringstyp", -"Scope" => "Scope", -"External Storage" => "Extern lagring", -"Folder name" => "Mappnamn", -"Configuration" => "Konfiguration", -"Available for" => "Tillgänglig för", -"Add storage" => "Lägg till lagring", -"Delete" => "Radera", -"Enable User External Storage" => "Aktivera extern lagring för användare", -"Allow users to mount the following external storage" => "Tillåt användare att montera följande extern lagring" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/ta_LK.js b/apps/files_external/l10n/ta_LK.js new file mode 100644 index 0000000000..274f2dcf34 --- /dev/null +++ b/apps/files_external/l10n/ta_LK.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "தயவுசெய்து ஒரு செல்லுபடியான Dropbox செயலி சாவி மற்றும் இரகசியத்தை வழங்குக. ", + "Location" : "இடம்", + "Port" : "துறை ", + "Region" : "பிரதேசம்", + "Host" : "ஓம்புனர்", + "Username" : "பயனாளர் பெயர்", + "Password" : "கடவுச்சொல்", + "Share" : "பகிர்வு", + "URL" : "URL", + "Access granted" : "அனுமதி வழங்கப்பட்டது", + "Error configuring Dropbox storage" : "Dropbox சேமிப்பை தகவமைப்பதில் வழு", + "Grant access" : "அனுமதியை வழங்கல்", + "Error configuring Google Drive storage" : "Google இயக்க சேமிப்பகத்தை தகமைப்பதில் வழு", + "Personal" : "தனிப்பட்ட", + "Name" : "பெயர்", + "External Storage" : "வெளி சேமிப்பு", + "Folder name" : "கோப்புறை பெயர்", + "Configuration" : "தகவமைப்பு", + "Delete" : "நீக்குக", + "Enable User External Storage" : "பயனாளர் வெளி சேமிப்பை இயலுமைப்படுத்துக" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/ta_LK.json b/apps/files_external/l10n/ta_LK.json new file mode 100644 index 0000000000..6d9b600b56 --- /dev/null +++ b/apps/files_external/l10n/ta_LK.json @@ -0,0 +1,23 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "தயவுசெய்து ஒரு செல்லுபடியான Dropbox செயலி சாவி மற்றும் இரகசியத்தை வழங்குக. ", + "Location" : "இடம்", + "Port" : "துறை ", + "Region" : "பிரதேசம்", + "Host" : "ஓம்புனர்", + "Username" : "பயனாளர் பெயர்", + "Password" : "கடவுச்சொல்", + "Share" : "பகிர்வு", + "URL" : "URL", + "Access granted" : "அனுமதி வழங்கப்பட்டது", + "Error configuring Dropbox storage" : "Dropbox சேமிப்பை தகவமைப்பதில் வழு", + "Grant access" : "அனுமதியை வழங்கல்", + "Error configuring Google Drive storage" : "Google இயக்க சேமிப்பகத்தை தகமைப்பதில் வழு", + "Personal" : "தனிப்பட்ட", + "Name" : "பெயர்", + "External Storage" : "வெளி சேமிப்பு", + "Folder name" : "கோப்புறை பெயர்", + "Configuration" : "தகவமைப்பு", + "Delete" : "நீக்குக", + "Enable User External Storage" : "பயனாளர் வெளி சேமிப்பை இயலுமைப்படுத்துக" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ta_LK.php b/apps/files_external/l10n/ta_LK.php deleted file mode 100644 index 94cb2faa6d..0000000000 --- a/apps/files_external/l10n/ta_LK.php +++ /dev/null @@ -1,24 +0,0 @@ - "தயவுசெய்து ஒரு செல்லுபடியான Dropbox செயலி சாவி மற்றும் இரகசியத்தை வழங்குக. ", -"Location" => "இடம்", -"Port" => "துறை ", -"Region" => "பிரதேசம்", -"Host" => "ஓம்புனர்", -"Username" => "பயனாளர் பெயர்", -"Password" => "கடவுச்சொல்", -"Share" => "பகிர்வு", -"URL" => "URL", -"Access granted" => "அனுமதி வழங்கப்பட்டது", -"Error configuring Dropbox storage" => "Dropbox சேமிப்பை தகவமைப்பதில் வழு", -"Grant access" => "அனுமதியை வழங்கல்", -"Error configuring Google Drive storage" => "Google இயக்க சேமிப்பகத்தை தகமைப்பதில் வழு", -"Personal" => "தனிப்பட்ட", -"Name" => "பெயர்", -"External Storage" => "வெளி சேமிப்பு", -"Folder name" => "கோப்புறை பெயர்", -"Configuration" => "தகவமைப்பு", -"Delete" => "நீக்குக", -"Enable User External Storage" => "பயனாளர் வெளி சேமிப்பை இயலுமைப்படுத்துக" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/te.js b/apps/files_external/l10n/te.js new file mode 100644 index 0000000000..b1f0e091c2 --- /dev/null +++ b/apps/files_external/l10n/te.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_external", + { + "Username" : "వాడుకరి పేరు", + "Password" : "సంకేతపదం", + "Personal" : "వ్యక్తిగతం", + "Name" : "పేరు", + "Folder name" : "సంచయం పేరు", + "Delete" : "తొలగించు" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/te.json b/apps/files_external/l10n/te.json new file mode 100644 index 0000000000..4a6f3caba8 --- /dev/null +++ b/apps/files_external/l10n/te.json @@ -0,0 +1,9 @@ +{ "translations": { + "Username" : "వాడుకరి పేరు", + "Password" : "సంకేతపదం", + "Personal" : "వ్యక్తిగతం", + "Name" : "పేరు", + "Folder name" : "సంచయం పేరు", + "Delete" : "తొలగించు" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/te.php b/apps/files_external/l10n/te.php deleted file mode 100644 index 73e828ebfc..0000000000 --- a/apps/files_external/l10n/te.php +++ /dev/null @@ -1,10 +0,0 @@ - "వాడుకరి పేరు", -"Password" => "సంకేతపదం", -"Personal" => "వ్యక్తిగతం", -"Name" => "పేరు", -"Folder name" => "సంచయం పేరు", -"Delete" => "తొలగించు" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/th_TH.js b/apps/files_external/l10n/th_TH.js new file mode 100644 index 0000000000..a86b399fde --- /dev/null +++ b/apps/files_external/l10n/th_TH.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "กรุณากรอกรหัส app key ของ Dropbox และรหัสลับ", + "Location" : "ตำแหน่งที่อยู่", + "Port" : "พอร์ต", + "Region" : "พื้นที่", + "Host" : "โฮสต์", + "Username" : "ชื่อผู้ใช้งาน", + "Password" : "รหัสผ่าน", + "Share" : "แชร์", + "URL" : "URL", + "Access granted" : "การเข้าถึงได้รับอนุญาตแล้ว", + "Error configuring Dropbox storage" : "เกิดข้อผิดพลาดในการกำหนดค่าพื้นที่จัดเก็บข้อมูล Dropbox", + "Grant access" : "อนุญาตให้เข้าถึงได้", + "Error configuring Google Drive storage" : "เกิดข้อผิดพลาดในการกำหนดค่าการจัดเก็บข้อมูลในพื้นที่ของ Google Drive", + "Personal" : "ส่วนตัว", + "Name" : "ชื่อ", + "External Storage" : "พื้นทีจัดเก็บข้อมูลจากภายนอก", + "Folder name" : "ชื่อโฟลเดอร์", + "Configuration" : "การกำหนดค่า", + "Delete" : "ลบ", + "Enable User External Storage" : "เปิดให้มีการใช้พื้นที่จัดเก็บข้อมูลของผู้ใช้งานจากภายนอกได้" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/th_TH.json b/apps/files_external/l10n/th_TH.json new file mode 100644 index 0000000000..a5612ff444 --- /dev/null +++ b/apps/files_external/l10n/th_TH.json @@ -0,0 +1,23 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "กรุณากรอกรหัส app key ของ Dropbox และรหัสลับ", + "Location" : "ตำแหน่งที่อยู่", + "Port" : "พอร์ต", + "Region" : "พื้นที่", + "Host" : "โฮสต์", + "Username" : "ชื่อผู้ใช้งาน", + "Password" : "รหัสผ่าน", + "Share" : "แชร์", + "URL" : "URL", + "Access granted" : "การเข้าถึงได้รับอนุญาตแล้ว", + "Error configuring Dropbox storage" : "เกิดข้อผิดพลาดในการกำหนดค่าพื้นที่จัดเก็บข้อมูล Dropbox", + "Grant access" : "อนุญาตให้เข้าถึงได้", + "Error configuring Google Drive storage" : "เกิดข้อผิดพลาดในการกำหนดค่าการจัดเก็บข้อมูลในพื้นที่ของ Google Drive", + "Personal" : "ส่วนตัว", + "Name" : "ชื่อ", + "External Storage" : "พื้นทีจัดเก็บข้อมูลจากภายนอก", + "Folder name" : "ชื่อโฟลเดอร์", + "Configuration" : "การกำหนดค่า", + "Delete" : "ลบ", + "Enable User External Storage" : "เปิดให้มีการใช้พื้นที่จัดเก็บข้อมูลของผู้ใช้งานจากภายนอกได้" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/th_TH.php b/apps/files_external/l10n/th_TH.php deleted file mode 100644 index c2c577e497..0000000000 --- a/apps/files_external/l10n/th_TH.php +++ /dev/null @@ -1,24 +0,0 @@ - "กรุณากรอกรหัส app key ของ Dropbox และรหัสลับ", -"Location" => "ตำแหน่งที่อยู่", -"Port" => "พอร์ต", -"Region" => "พื้นที่", -"Host" => "โฮสต์", -"Username" => "ชื่อผู้ใช้งาน", -"Password" => "รหัสผ่าน", -"Share" => "แชร์", -"URL" => "URL", -"Access granted" => "การเข้าถึงได้รับอนุญาตแล้ว", -"Error configuring Dropbox storage" => "เกิดข้อผิดพลาดในการกำหนดค่าพื้นที่จัดเก็บข้อมูล Dropbox", -"Grant access" => "อนุญาตให้เข้าถึงได้", -"Error configuring Google Drive storage" => "เกิดข้อผิดพลาดในการกำหนดค่าการจัดเก็บข้อมูลในพื้นที่ของ Google Drive", -"Personal" => "ส่วนตัว", -"Name" => "ชื่อ", -"External Storage" => "พื้นทีจัดเก็บข้อมูลจากภายนอก", -"Folder name" => "ชื่อโฟลเดอร์", -"Configuration" => "การกำหนดค่า", -"Delete" => "ลบ", -"Enable User External Storage" => "เปิดให้มีการใช้พื้นที่จัดเก็บข้อมูลของผู้ใช้งานจากภายนอกได้" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/tr.js b/apps/files_external/l10n/tr.js new file mode 100644 index 0000000000..cbe240b581 --- /dev/null +++ b/apps/files_external/l10n/tr.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "İstek belirteçleri alınma işlemi başarısız. Dropbox app anahtarı ve parolasının doğru olduğundan emin olun.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Erişim belirteçleri alınma işlemi başarısız. Dropbox app anahtarı ve parolasının doğru olduğundan emin olun.", + "Please provide a valid Dropbox app key and secret." : "Lütfen Dropbox app key ve secret temin ediniz", + "Step 1 failed. Exception: %s" : "Adım 1 başarısız. Özel durum: %s", + "Step 2 failed. Exception: %s" : "Adım 2 başarısız. Özel durum: %s", + "External storage" : "Harici depolama", + "Local" : "Yerel", + "Location" : "Konum", + "Amazon S3" : "Amazon S3", + "Key" : "Anahtar", + "Secret" : "Parola", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 ve uyumlu olanlar", + "Access Key" : "Erişim Anahtarı", + "Secret Key" : "Gizli Anahtar", + "Hostname" : "Makine adı", + "Port" : "Port", + "Region" : "Bölge", + "Enable SSL" : "SSL'yi Etkinleştir", + "Enable Path Style" : "Yol Biçemini Etkinleştir", + "App key" : "Uyg. anahtarı", + "App secret" : "Uyg. parolası", + "Host" : "Sunucu", + "Username" : "Kullanıcı Adı", + "Password" : "Parola", + "Root" : "Kök", + "Secure ftps://" : "Güvenli ftps://", + "Client ID" : "İstemci kimliği", + "Client secret" : "İstemci parolası", + "OpenStack Object Storage" : "OpenStack Nesne Depolama", + "Region (optional for OpenStack Object Storage)" : "Bölge (OpenStack Nesne Depolaması için isteğe bağlı)", + "API Key (required for Rackspace Cloud Files)" : "API Anahtarı (Rackspace Bulut Dosyaları için gerekli)", + "Tenantname (required for OpenStack Object Storage)" : "Kiracı Adı (OpenStack Nesne Depolaması için gerekli)", + "Password (required for OpenStack Object Storage)" : "Parola (OpenStack Nesne Depolaması için gerekli)", + "Service Name (required for OpenStack Object Storage)" : "Hizmet Adı (OpenStack Nesne Depolaması için gerekli)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Kimlik uç nokta adresi (OpenStack Nesne Depolaması için gerekli)", + "Timeout of HTTP requests in seconds" : "Saniye cinsinden HTTP istek zaman aşımı", + "Share" : "Paylaş", + "SMB / CIFS using OC login" : "OC oturumu kullanarak SMB / CIFS", + "Username as share" : "Paylaşım olarak kullanıcı adı", + "URL" : "URL", + "Secure https://" : "Güvenli https://", + "Remote subfolder" : "Uzak alt klasör", + "Access granted" : "Giriş kabul edildi", + "Error configuring Dropbox storage" : "Dropbox depo yapılandırma hatası", + "Grant access" : "Erişimi sağla", + "Error configuring Google Drive storage" : "Google Drive depo yapılandırma hatası", + "Personal" : "Kişisel", + "System" : "Sistem", + "All users. Type to select user or group." : "Tüm kullanıcılar. Kullanıcı veya grup seçmek için yazın.", + "(group)" : "(grup)", + "Saved" : "Kaydedildi", + "Note: " : "Not: ", + " and " : "ve", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Not: PHP'de cURL desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Not: PHP'de FTP desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Not: \"%s\" kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.", + "You don't have any external storages" : "Hiç harici depolamanız yok", + "Name" : "Ad", + "Storage type" : "Depolama türü", + "Scope" : "Kapsam", + "External Storage" : "Harici Depolama", + "Folder name" : "Klasör ismi", + "Configuration" : "Yapılandırma", + "Available for" : "Kullanabilenler", + "Add storage" : "Depo ekle", + "Delete" : "Sil", + "Enable User External Storage" : "Kullanıcılar için Harici Depolamayı Etkinleştir", + "Allow users to mount the following external storage" : "Kullanıcıların aşağıdaki harici depolamayı bağlamalarına izin ver" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_external/l10n/tr.json b/apps/files_external/l10n/tr.json new file mode 100644 index 0000000000..669608cca2 --- /dev/null +++ b/apps/files_external/l10n/tr.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "İstek belirteçleri alınma işlemi başarısız. Dropbox app anahtarı ve parolasının doğru olduğundan emin olun.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Erişim belirteçleri alınma işlemi başarısız. Dropbox app anahtarı ve parolasının doğru olduğundan emin olun.", + "Please provide a valid Dropbox app key and secret." : "Lütfen Dropbox app key ve secret temin ediniz", + "Step 1 failed. Exception: %s" : "Adım 1 başarısız. Özel durum: %s", + "Step 2 failed. Exception: %s" : "Adım 2 başarısız. Özel durum: %s", + "External storage" : "Harici depolama", + "Local" : "Yerel", + "Location" : "Konum", + "Amazon S3" : "Amazon S3", + "Key" : "Anahtar", + "Secret" : "Parola", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 ve uyumlu olanlar", + "Access Key" : "Erişim Anahtarı", + "Secret Key" : "Gizli Anahtar", + "Hostname" : "Makine adı", + "Port" : "Port", + "Region" : "Bölge", + "Enable SSL" : "SSL'yi Etkinleştir", + "Enable Path Style" : "Yol Biçemini Etkinleştir", + "App key" : "Uyg. anahtarı", + "App secret" : "Uyg. parolası", + "Host" : "Sunucu", + "Username" : "Kullanıcı Adı", + "Password" : "Parola", + "Root" : "Kök", + "Secure ftps://" : "Güvenli ftps://", + "Client ID" : "İstemci kimliği", + "Client secret" : "İstemci parolası", + "OpenStack Object Storage" : "OpenStack Nesne Depolama", + "Region (optional for OpenStack Object Storage)" : "Bölge (OpenStack Nesne Depolaması için isteğe bağlı)", + "API Key (required for Rackspace Cloud Files)" : "API Anahtarı (Rackspace Bulut Dosyaları için gerekli)", + "Tenantname (required for OpenStack Object Storage)" : "Kiracı Adı (OpenStack Nesne Depolaması için gerekli)", + "Password (required for OpenStack Object Storage)" : "Parola (OpenStack Nesne Depolaması için gerekli)", + "Service Name (required for OpenStack Object Storage)" : "Hizmet Adı (OpenStack Nesne Depolaması için gerekli)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "Kimlik uç nokta adresi (OpenStack Nesne Depolaması için gerekli)", + "Timeout of HTTP requests in seconds" : "Saniye cinsinden HTTP istek zaman aşımı", + "Share" : "Paylaş", + "SMB / CIFS using OC login" : "OC oturumu kullanarak SMB / CIFS", + "Username as share" : "Paylaşım olarak kullanıcı adı", + "URL" : "URL", + "Secure https://" : "Güvenli https://", + "Remote subfolder" : "Uzak alt klasör", + "Access granted" : "Giriş kabul edildi", + "Error configuring Dropbox storage" : "Dropbox depo yapılandırma hatası", + "Grant access" : "Erişimi sağla", + "Error configuring Google Drive storage" : "Google Drive depo yapılandırma hatası", + "Personal" : "Kişisel", + "System" : "Sistem", + "All users. Type to select user or group." : "Tüm kullanıcılar. Kullanıcı veya grup seçmek için yazın.", + "(group)" : "(grup)", + "Saved" : "Kaydedildi", + "Note: " : "Not: ", + " and " : "ve", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Not: PHP'de cURL desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Not: PHP'de FTP desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Not: \"%s\" kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.", + "You don't have any external storages" : "Hiç harici depolamanız yok", + "Name" : "Ad", + "Storage type" : "Depolama türü", + "Scope" : "Kapsam", + "External Storage" : "Harici Depolama", + "Folder name" : "Klasör ismi", + "Configuration" : "Yapılandırma", + "Available for" : "Kullanabilenler", + "Add storage" : "Depo ekle", + "Delete" : "Sil", + "Enable User External Storage" : "Kullanıcılar için Harici Depolamayı Etkinleştir", + "Allow users to mount the following external storage" : "Kullanıcıların aşağıdaki harici depolamayı bağlamalarına izin ver" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/tr.php b/apps/files_external/l10n/tr.php deleted file mode 100644 index 274d4f1248..0000000000 --- a/apps/files_external/l10n/tr.php +++ /dev/null @@ -1,73 +0,0 @@ - "İstek belirteçleri alınma işlemi başarısız. Dropbox app anahtarı ve parolasının doğru olduğundan emin olun.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Erişim belirteçleri alınma işlemi başarısız. Dropbox app anahtarı ve parolasının doğru olduğundan emin olun.", -"Please provide a valid Dropbox app key and secret." => "Lütfen Dropbox app key ve secret temin ediniz", -"Step 1 failed. Exception: %s" => "Adım 1 başarısız. Özel durum: %s", -"Step 2 failed. Exception: %s" => "Adım 2 başarısız. Özel durum: %s", -"External storage" => "Harici depolama", -"Local" => "Yerel", -"Location" => "Konum", -"Amazon S3" => "Amazon S3", -"Key" => "Anahtar", -"Secret" => "Parola", -"Bucket" => "Bucket", -"Amazon S3 and compliant" => "Amazon S3 ve uyumlu olanlar", -"Access Key" => "Erişim Anahtarı", -"Secret Key" => "Gizli Anahtar", -"Hostname" => "Makine adı", -"Port" => "Port", -"Region" => "Bölge", -"Enable SSL" => "SSL'yi Etkinleştir", -"Enable Path Style" => "Yol Biçemini Etkinleştir", -"App key" => "Uyg. anahtarı", -"App secret" => "Uyg. parolası", -"Host" => "Sunucu", -"Username" => "Kullanıcı Adı", -"Password" => "Parola", -"Root" => "Kök", -"Secure ftps://" => "Güvenli ftps://", -"Client ID" => "İstemci kimliği", -"Client secret" => "İstemci parolası", -"OpenStack Object Storage" => "OpenStack Nesne Depolama", -"Region (optional for OpenStack Object Storage)" => "Bölge (OpenStack Nesne Depolaması için isteğe bağlı)", -"API Key (required for Rackspace Cloud Files)" => "API Anahtarı (Rackspace Bulut Dosyaları için gerekli)", -"Tenantname (required for OpenStack Object Storage)" => "Kiracı Adı (OpenStack Nesne Depolaması için gerekli)", -"Password (required for OpenStack Object Storage)" => "Parola (OpenStack Nesne Depolaması için gerekli)", -"Service Name (required for OpenStack Object Storage)" => "Hizmet Adı (OpenStack Nesne Depolaması için gerekli)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "Kimlik uç nokta adresi (OpenStack Nesne Depolaması için gerekli)", -"Timeout of HTTP requests in seconds" => "Saniye cinsinden HTTP istek zaman aşımı", -"Share" => "Paylaş", -"SMB / CIFS using OC login" => "OC oturumu kullanarak SMB / CIFS", -"Username as share" => "Paylaşım olarak kullanıcı adı", -"URL" => "URL", -"Secure https://" => "Güvenli https://", -"Remote subfolder" => "Uzak alt klasör", -"Access granted" => "Giriş kabul edildi", -"Error configuring Dropbox storage" => "Dropbox depo yapılandırma hatası", -"Grant access" => "Erişimi sağla", -"Error configuring Google Drive storage" => "Google Drive depo yapılandırma hatası", -"Personal" => "Kişisel", -"System" => "Sistem", -"All users. Type to select user or group." => "Tüm kullanıcılar. Kullanıcı veya grup seçmek için yazın.", -"(group)" => "(grup)", -"Saved" => "Kaydedildi", -"Note: " => "Not: ", -" and " => "ve", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Not: PHP'de cURL desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Not: PHP'de FTP desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Not: \"%s\" kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.", -"You don't have any external storages" => "Hiç harici depolamanız yok", -"Name" => "Ad", -"Storage type" => "Depolama türü", -"Scope" => "Kapsam", -"External Storage" => "Harici Depolama", -"Folder name" => "Klasör ismi", -"Configuration" => "Yapılandırma", -"Available for" => "Kullanabilenler", -"Add storage" => "Depo ekle", -"Delete" => "Sil", -"Enable User External Storage" => "Kullanıcılar için Harici Depolamayı Etkinleştir", -"Allow users to mount the following external storage" => "Kullanıcıların aşağıdaki harici depolamayı bağlamalarına izin ver" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_external/l10n/ug.js b/apps/files_external/l10n/ug.js new file mode 100644 index 0000000000..a1a5dc648b --- /dev/null +++ b/apps/files_external/l10n/ug.js @@ -0,0 +1,18 @@ +OC.L10N.register( + "files_external", + { + "External storage" : "سىرتقى ساقلىغۇچ", + "Location" : "ئورنى", + "Port" : "ئېغىز", + "Host" : "باش ئاپپارات", + "Username" : "ئىشلەتكۈچى ئاتى", + "Password" : "ئىم", + "Share" : "ھەمبەھىر", + "URL" : "URL", + "Personal" : "شەخسىي", + "Name" : "ئاتى", + "Folder name" : "قىسقۇچ ئاتى", + "Configuration" : "سەپلىمە", + "Delete" : "ئۆچۈر" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/ug.json b/apps/files_external/l10n/ug.json new file mode 100644 index 0000000000..d6923a8659 --- /dev/null +++ b/apps/files_external/l10n/ug.json @@ -0,0 +1,16 @@ +{ "translations": { + "External storage" : "سىرتقى ساقلىغۇچ", + "Location" : "ئورنى", + "Port" : "ئېغىز", + "Host" : "باش ئاپپارات", + "Username" : "ئىشلەتكۈچى ئاتى", + "Password" : "ئىم", + "Share" : "ھەمبەھىر", + "URL" : "URL", + "Personal" : "شەخسىي", + "Name" : "ئاتى", + "Folder name" : "قىسقۇچ ئاتى", + "Configuration" : "سەپلىمە", + "Delete" : "ئۆچۈر" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ug.php b/apps/files_external/l10n/ug.php deleted file mode 100644 index 134de2af93..0000000000 --- a/apps/files_external/l10n/ug.php +++ /dev/null @@ -1,17 +0,0 @@ - "سىرتقى ساقلىغۇچ", -"Location" => "ئورنى", -"Port" => "ئېغىز", -"Host" => "باش ئاپپارات", -"Username" => "ئىشلەتكۈچى ئاتى", -"Password" => "ئىم", -"Share" => "ھەمبەھىر", -"URL" => "URL", -"Personal" => "شەخسىي", -"Name" => "ئاتى", -"Folder name" => "قىسقۇچ ئاتى", -"Configuration" => "سەپلىمە", -"Delete" => "ئۆچۈر" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/uk.js b/apps/files_external/l10n/uk.js new file mode 100644 index 0000000000..7cf8533fd2 --- /dev/null +++ b/apps/files_external/l10n/uk.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Помилка при отримані токенів. Перевірте правильність вашого секретного ключа та ключ додатка.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Помилка при отримані токена доступу. Перевірте правильність вашого секретного ключа та ключ додатка.", + "Please provide a valid Dropbox app key and secret." : "Будь ласка, надайте дійсний ключ та пароль Dropbox.", + "Step 1 failed. Exception: %s" : "1-й крок невдалий. Виключення: %s", + "Step 2 failed. Exception: %s" : "2-й крок невдалий. Виключення: %s", + "External storage" : "Зовнішнє сховище", + "Local" : "Локально", + "Location" : "Місце", + "Amazon S3" : "Amazon S3", + "Key" : "Ключ", + "Secret" : "Секрет", + "Bucket" : "Кошик", + "Amazon S3 and compliant" : "Amazon S3 та сумісний", + "Access Key" : "Ключ доступа", + "Secret Key" : "Секретний ключ", + "Hostname" : "Ім'я хоста", + "Port" : "Порт", + "Region" : "Регіон", + "Enable SSL" : "Включити SSL", + "Enable Path Style" : "Включити стиль шляху", + "App key" : "Ключ додатку", + "App secret" : "Секретний ключ додатку", + "Host" : "Хост", + "Username" : "Ім'я користувача", + "Password" : "Пароль", + "Root" : "Батьківський каталог", + "Secure ftps://" : "Захищений ftps://", + "Client ID" : "Ідентифікатор клієнта", + "Client secret" : "Ключ клієнта", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Регіон (опціонально для OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Ключ API (обов'язково для Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Ім'я орендатора (обов'язково для OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Пароль (обов’язково для OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Назва сервісу (обов’язково для OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL підтвердження кінцевої точки (обов'язково для OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Тайм-аут HTTP запитів на секунду", + "Share" : "Поділитися", + "SMB / CIFS using OC login" : "SMB / CIFS з використанням логіна OC", + "Username as share" : "Ім'я для відкритого доступу", + "URL" : "URL", + "Secure https://" : "Захищений https://", + "Remote subfolder" : "Віддалений підкаталог", + "Access granted" : "Доступ дозволено", + "Error configuring Dropbox storage" : "Помилка при налаштуванні сховища Dropbox", + "Grant access" : "Дозволити доступ", + "Error configuring Google Drive storage" : "Помилка при налаштуванні сховища Google Drive", + "Personal" : "Особисте", + "System" : "Система", + "All users. Type to select user or group." : "Всі користувачі. Введіть ім'я користувача або групи.", + "(group)" : "(група)", + "Saved" : "Збереженно", + "Note: " : "Примітка:", + " and " : "та", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примітка: Підтримку cURL в PHP не ввімкнено чи не встановлена. Під'єднатися до %s неможливо. Зверніться до системного адміністратора.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примітка: Підтримку FTP в PHP не ввімкнено чи не встановлена. Під'єднатися до %s неможливо. Зверніться до системного адміністратора.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примітка: \"%s\" не встановлено. Під'єднатися до %s неможливо. Зверніться до системного адміністратора.", + "You don't have any external storages" : "У вас немає зовнішніх сховищ", + "Name" : "Ім'я", + "Storage type" : "Тип сховища", + "Scope" : "Область", + "External Storage" : "Зовнішні сховища", + "Folder name" : "Ім'я теки", + "Configuration" : "Налаштування", + "Available for" : "Доступний для", + "Add storage" : "Додати сховище", + "Delete" : "Видалити", + "Enable User External Storage" : "Активувати користувацькі зовнішні сховища", + "Allow users to mount the following external storage" : "Дозволити користувачам монтувати наступні зовнішні сховища" +}, +"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/apps/files_external/l10n/uk.json b/apps/files_external/l10n/uk.json new file mode 100644 index 0000000000..8ebccaf5c1 --- /dev/null +++ b/apps/files_external/l10n/uk.json @@ -0,0 +1,72 @@ +{ "translations": { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Помилка при отримані токенів. Перевірте правильність вашого секретного ключа та ключ додатка.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Помилка при отримані токена доступу. Перевірте правильність вашого секретного ключа та ключ додатка.", + "Please provide a valid Dropbox app key and secret." : "Будь ласка, надайте дійсний ключ та пароль Dropbox.", + "Step 1 failed. Exception: %s" : "1-й крок невдалий. Виключення: %s", + "Step 2 failed. Exception: %s" : "2-й крок невдалий. Виключення: %s", + "External storage" : "Зовнішнє сховище", + "Local" : "Локально", + "Location" : "Місце", + "Amazon S3" : "Amazon S3", + "Key" : "Ключ", + "Secret" : "Секрет", + "Bucket" : "Кошик", + "Amazon S3 and compliant" : "Amazon S3 та сумісний", + "Access Key" : "Ключ доступа", + "Secret Key" : "Секретний ключ", + "Hostname" : "Ім'я хоста", + "Port" : "Порт", + "Region" : "Регіон", + "Enable SSL" : "Включити SSL", + "Enable Path Style" : "Включити стиль шляху", + "App key" : "Ключ додатку", + "App secret" : "Секретний ключ додатку", + "Host" : "Хост", + "Username" : "Ім'я користувача", + "Password" : "Пароль", + "Root" : "Батьківський каталог", + "Secure ftps://" : "Захищений ftps://", + "Client ID" : "Ідентифікатор клієнта", + "Client secret" : "Ключ клієнта", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Регіон (опціонально для OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Ключ API (обов'язково для Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Ім'я орендатора (обов'язково для OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Пароль (обов’язково для OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Назва сервісу (обов’язково для OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL підтвердження кінцевої точки (обов'язково для OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Тайм-аут HTTP запитів на секунду", + "Share" : "Поділитися", + "SMB / CIFS using OC login" : "SMB / CIFS з використанням логіна OC", + "Username as share" : "Ім'я для відкритого доступу", + "URL" : "URL", + "Secure https://" : "Захищений https://", + "Remote subfolder" : "Віддалений підкаталог", + "Access granted" : "Доступ дозволено", + "Error configuring Dropbox storage" : "Помилка при налаштуванні сховища Dropbox", + "Grant access" : "Дозволити доступ", + "Error configuring Google Drive storage" : "Помилка при налаштуванні сховища Google Drive", + "Personal" : "Особисте", + "System" : "Система", + "All users. Type to select user or group." : "Всі користувачі. Введіть ім'я користувача або групи.", + "(group)" : "(група)", + "Saved" : "Збереженно", + "Note: " : "Примітка:", + " and " : "та", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примітка: Підтримку cURL в PHP не ввімкнено чи не встановлена. Під'єднатися до %s неможливо. Зверніться до системного адміністратора.", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примітка: Підтримку FTP в PHP не ввімкнено чи не встановлена. Під'єднатися до %s неможливо. Зверніться до системного адміністратора.", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Примітка: \"%s\" не встановлено. Під'єднатися до %s неможливо. Зверніться до системного адміністратора.", + "You don't have any external storages" : "У вас немає зовнішніх сховищ", + "Name" : "Ім'я", + "Storage type" : "Тип сховища", + "Scope" : "Область", + "External Storage" : "Зовнішні сховища", + "Folder name" : "Ім'я теки", + "Configuration" : "Налаштування", + "Available for" : "Доступний для", + "Add storage" : "Додати сховище", + "Delete" : "Видалити", + "Enable User External Storage" : "Активувати користувацькі зовнішні сховища", + "Allow users to mount the following external storage" : "Дозволити користувачам монтувати наступні зовнішні сховища" +},"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/apps/files_external/l10n/uk.php b/apps/files_external/l10n/uk.php deleted file mode 100644 index 2c0c3081a5..0000000000 --- a/apps/files_external/l10n/uk.php +++ /dev/null @@ -1,73 +0,0 @@ - "Помилка при отримані токенів. Перевірте правильність вашого секретного ключа та ключ додатка.", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Помилка при отримані токена доступу. Перевірте правильність вашого секретного ключа та ключ додатка.", -"Please provide a valid Dropbox app key and secret." => "Будь ласка, надайте дійсний ключ та пароль Dropbox.", -"Step 1 failed. Exception: %s" => "1-й крок невдалий. Виключення: %s", -"Step 2 failed. Exception: %s" => "2-й крок невдалий. Виключення: %s", -"External storage" => "Зовнішнє сховище", -"Local" => "Локально", -"Location" => "Місце", -"Amazon S3" => "Amazon S3", -"Key" => "Ключ", -"Secret" => "Секрет", -"Bucket" => "Кошик", -"Amazon S3 and compliant" => "Amazon S3 та сумісний", -"Access Key" => "Ключ доступа", -"Secret Key" => "Секретний ключ", -"Hostname" => "Ім'я хоста", -"Port" => "Порт", -"Region" => "Регіон", -"Enable SSL" => "Включити SSL", -"Enable Path Style" => "Включити стиль шляху", -"App key" => "Ключ додатку", -"App secret" => "Секретний ключ додатку", -"Host" => "Хост", -"Username" => "Ім'я користувача", -"Password" => "Пароль", -"Root" => "Батьківський каталог", -"Secure ftps://" => "Захищений ftps://", -"Client ID" => "Ідентифікатор клієнта", -"Client secret" => "Ключ клієнта", -"OpenStack Object Storage" => "OpenStack Object Storage", -"Region (optional for OpenStack Object Storage)" => "Регіон (опціонально для OpenStack Object Storage)", -"API Key (required for Rackspace Cloud Files)" => "Ключ API (обов'язково для Rackspace Cloud Files)", -"Tenantname (required for OpenStack Object Storage)" => "Ім'я орендатора (обов'язково для OpenStack Object Storage)", -"Password (required for OpenStack Object Storage)" => "Пароль (обов’язково для OpenStack Object Storage)", -"Service Name (required for OpenStack Object Storage)" => "Назва сервісу (обов’язково для OpenStack Object Storage)", -"URL of identity endpoint (required for OpenStack Object Storage)" => "URL підтвердження кінцевої точки (обов'язково для OpenStack Object Storage)", -"Timeout of HTTP requests in seconds" => "Тайм-аут HTTP запитів на секунду", -"Share" => "Поділитися", -"SMB / CIFS using OC login" => "SMB / CIFS з використанням логіна OC", -"Username as share" => "Ім'я для відкритого доступу", -"URL" => "URL", -"Secure https://" => "Захищений https://", -"Remote subfolder" => "Віддалений підкаталог", -"Access granted" => "Доступ дозволено", -"Error configuring Dropbox storage" => "Помилка при налаштуванні сховища Dropbox", -"Grant access" => "Дозволити доступ", -"Error configuring Google Drive storage" => "Помилка при налаштуванні сховища Google Drive", -"Personal" => "Особисте", -"System" => "Система", -"All users. Type to select user or group." => "Всі користувачі. Введіть ім'я користувача або групи.", -"(group)" => "(група)", -"Saved" => "Збереженно", -"Note: " => "Примітка:", -" and " => "та", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Примітка: Підтримку cURL в PHP не ввімкнено чи не встановлена. Під'єднатися до %s неможливо. Зверніться до системного адміністратора.", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Примітка: Підтримку FTP в PHP не ввімкнено чи не встановлена. Під'єднатися до %s неможливо. Зверніться до системного адміністратора.", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "Примітка: \"%s\" не встановлено. Під'єднатися до %s неможливо. Зверніться до системного адміністратора.", -"You don't have any external storages" => "У вас немає зовнішніх сховищ", -"Name" => "Ім'я", -"Storage type" => "Тип сховища", -"Scope" => "Область", -"External Storage" => "Зовнішні сховища", -"Folder name" => "Ім'я теки", -"Configuration" => "Налаштування", -"Available for" => "Доступний для", -"Add storage" => "Додати сховище", -"Delete" => "Видалити", -"Enable User External Storage" => "Активувати користувацькі зовнішні сховища", -"Allow users to mount the following external storage" => "Дозволити користувачам монтувати наступні зовнішні сховища" -); -$PLURAL_FORMS = "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/apps/files_external/l10n/ur_PK.js b/apps/files_external/l10n/ur_PK.js new file mode 100644 index 0000000000..1955460809 --- /dev/null +++ b/apps/files_external/l10n/ur_PK.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "files_external", + { + "Location" : "مقام", + "Username" : "یوزر نیم", + "Password" : "پاسورڈ", + "Share" : "تقسیم", + "URL" : "یو ار ایل", + "Personal" : "شخصی", + "Name" : "اسم", + "Delete" : "حذف کریں" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/ur_PK.json b/apps/files_external/l10n/ur_PK.json new file mode 100644 index 0000000000..c4df8947bd --- /dev/null +++ b/apps/files_external/l10n/ur_PK.json @@ -0,0 +1,11 @@ +{ "translations": { + "Location" : "مقام", + "Username" : "یوزر نیم", + "Password" : "پاسورڈ", + "Share" : "تقسیم", + "URL" : "یو ار ایل", + "Personal" : "شخصی", + "Name" : "اسم", + "Delete" : "حذف کریں" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_external/l10n/ur_PK.php b/apps/files_external/l10n/ur_PK.php deleted file mode 100644 index e5b9089328..0000000000 --- a/apps/files_external/l10n/ur_PK.php +++ /dev/null @@ -1,12 +0,0 @@ - "مقام", -"Username" => "یوزر نیم", -"Password" => "پاسورڈ", -"Share" => "تقسیم", -"URL" => "یو ار ایل", -"Personal" => "شخصی", -"Name" => "اسم", -"Delete" => "حذف کریں" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_external/l10n/vi.js b/apps/files_external/l10n/vi.js new file mode 100644 index 0000000000..096ab0713c --- /dev/null +++ b/apps/files_external/l10n/vi.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "Xin vui lòng cung cấp một ứng dụng Dropbox hợp lệ và mã bí mật.", + "External storage" : "Lưu trữ ngoài", + "Location" : "Vị trí", + "Port" : "Cổng", + "Region" : "Vùng/miền", + "Host" : "Máy chủ", + "Username" : "Tên đăng nhập", + "Password" : "Mật khẩu", + "Share" : "Chia sẻ", + "URL" : "URL", + "Access granted" : "Đã cấp quyền truy cập", + "Error configuring Dropbox storage" : "Lỗi cấu hình lưu trữ Dropbox ", + "Grant access" : "Cấp quyền truy cập", + "Error configuring Google Drive storage" : "Lỗi cấu hình lưu trữ Google Drive", + "Personal" : "Cá nhân", + "Name" : "Tên", + "External Storage" : "Lưu trữ ngoài", + "Folder name" : "Tên thư mục", + "Configuration" : "Cấu hình", + "Add storage" : "Thêm bộ nhớ", + "Delete" : "Xóa", + "Enable User External Storage" : "Kích hoạt tính năng lưu trữ ngoài" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/vi.json b/apps/files_external/l10n/vi.json new file mode 100644 index 0000000000..135f9cffdf --- /dev/null +++ b/apps/files_external/l10n/vi.json @@ -0,0 +1,25 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "Xin vui lòng cung cấp một ứng dụng Dropbox hợp lệ và mã bí mật.", + "External storage" : "Lưu trữ ngoài", + "Location" : "Vị trí", + "Port" : "Cổng", + "Region" : "Vùng/miền", + "Host" : "Máy chủ", + "Username" : "Tên đăng nhập", + "Password" : "Mật khẩu", + "Share" : "Chia sẻ", + "URL" : "URL", + "Access granted" : "Đã cấp quyền truy cập", + "Error configuring Dropbox storage" : "Lỗi cấu hình lưu trữ Dropbox ", + "Grant access" : "Cấp quyền truy cập", + "Error configuring Google Drive storage" : "Lỗi cấu hình lưu trữ Google Drive", + "Personal" : "Cá nhân", + "Name" : "Tên", + "External Storage" : "Lưu trữ ngoài", + "Folder name" : "Tên thư mục", + "Configuration" : "Cấu hình", + "Add storage" : "Thêm bộ nhớ", + "Delete" : "Xóa", + "Enable User External Storage" : "Kích hoạt tính năng lưu trữ ngoài" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/vi.php b/apps/files_external/l10n/vi.php deleted file mode 100644 index 42db3b4a83..0000000000 --- a/apps/files_external/l10n/vi.php +++ /dev/null @@ -1,26 +0,0 @@ - "Xin vui lòng cung cấp một ứng dụng Dropbox hợp lệ và mã bí mật.", -"External storage" => "Lưu trữ ngoài", -"Location" => "Vị trí", -"Port" => "Cổng", -"Region" => "Vùng/miền", -"Host" => "Máy chủ", -"Username" => "Tên đăng nhập", -"Password" => "Mật khẩu", -"Share" => "Chia sẻ", -"URL" => "URL", -"Access granted" => "Đã cấp quyền truy cập", -"Error configuring Dropbox storage" => "Lỗi cấu hình lưu trữ Dropbox ", -"Grant access" => "Cấp quyền truy cập", -"Error configuring Google Drive storage" => "Lỗi cấu hình lưu trữ Google Drive", -"Personal" => "Cá nhân", -"Name" => "Tên", -"External Storage" => "Lưu trữ ngoài", -"Folder name" => "Tên thư mục", -"Configuration" => "Cấu hình", -"Add storage" => "Thêm bộ nhớ", -"Delete" => "Xóa", -"Enable User External Storage" => "Kích hoạt tính năng lưu trữ ngoài" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/zh_CN.js b/apps/files_external/l10n/zh_CN.js new file mode 100644 index 0000000000..8c71da68db --- /dev/null +++ b/apps/files_external/l10n/zh_CN.js @@ -0,0 +1,51 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "请提供有效的Dropbox应用key和secret", + "Step 1 failed. Exception: %s" : "步骤 1 失败。异常:%s", + "Step 2 failed. Exception: %s" : "步骤 2 失败。异常:%s", + "External storage" : "外部存储", + "Local" : "本地", + "Location" : "地点", + "Amazon S3" : "Amazon S3", + "Amazon S3 and compliant" : "Amazon S3 和兼容协议", + "Access Key" : "访问密钥", + "Secret Key" : "秘钥", + "Port" : "端口", + "Region" : "地区", + "Enable SSL" : "启用 SSL", + "Enable Path Style" : "启用 Path Style", + "Host" : "主机", + "Username" : "用户名", + "Password" : "密码", + "Root" : "根路径", + "Secure ftps://" : "安全 ftps://", + "OpenStack Object Storage" : "OpenStack 对象存储", + "Share" : "共享", + "SMB / CIFS using OC login" : "SMB / CIFS 使用 OC 登录信息", + "URL" : "URL", + "Secure https://" : "安全 https://", + "Remote subfolder" : "远程子文件夹", + "Access granted" : "权限已授予。", + "Error configuring Dropbox storage" : "配置Dropbox存储时出错", + "Grant access" : "授权", + "Error configuring Google Drive storage" : "配置Google Drive存储时出错", + "Personal" : "个人", + "System" : "系统", + "Saved" : "已保存", + "Note: " : "注意:", + " and " : "和", + "You don't have any external storages" : "您没有外部存储", + "Name" : "名称", + "Storage type" : "存储类型", + "Scope" : "适用范围", + "External Storage" : "外部存储", + "Folder name" : "目录名称", + "Configuration" : "配置", + "Available for" : "可用于", + "Add storage" : "增加存储", + "Delete" : "删除", + "Enable User External Storage" : "启用用户外部存储", + "Allow users to mount the following external storage" : "允许用户挂载以下外部存储" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/zh_CN.json b/apps/files_external/l10n/zh_CN.json new file mode 100644 index 0000000000..ba2ca93be8 --- /dev/null +++ b/apps/files_external/l10n/zh_CN.json @@ -0,0 +1,49 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "请提供有效的Dropbox应用key和secret", + "Step 1 failed. Exception: %s" : "步骤 1 失败。异常:%s", + "Step 2 failed. Exception: %s" : "步骤 2 失败。异常:%s", + "External storage" : "外部存储", + "Local" : "本地", + "Location" : "地点", + "Amazon S3" : "Amazon S3", + "Amazon S3 and compliant" : "Amazon S3 和兼容协议", + "Access Key" : "访问密钥", + "Secret Key" : "秘钥", + "Port" : "端口", + "Region" : "地区", + "Enable SSL" : "启用 SSL", + "Enable Path Style" : "启用 Path Style", + "Host" : "主机", + "Username" : "用户名", + "Password" : "密码", + "Root" : "根路径", + "Secure ftps://" : "安全 ftps://", + "OpenStack Object Storage" : "OpenStack 对象存储", + "Share" : "共享", + "SMB / CIFS using OC login" : "SMB / CIFS 使用 OC 登录信息", + "URL" : "URL", + "Secure https://" : "安全 https://", + "Remote subfolder" : "远程子文件夹", + "Access granted" : "权限已授予。", + "Error configuring Dropbox storage" : "配置Dropbox存储时出错", + "Grant access" : "授权", + "Error configuring Google Drive storage" : "配置Google Drive存储时出错", + "Personal" : "个人", + "System" : "系统", + "Saved" : "已保存", + "Note: " : "注意:", + " and " : "和", + "You don't have any external storages" : "您没有外部存储", + "Name" : "名称", + "Storage type" : "存储类型", + "Scope" : "适用范围", + "External Storage" : "外部存储", + "Folder name" : "目录名称", + "Configuration" : "配置", + "Available for" : "可用于", + "Add storage" : "增加存储", + "Delete" : "删除", + "Enable User External Storage" : "启用用户外部存储", + "Allow users to mount the following external storage" : "允许用户挂载以下外部存储" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/zh_CN.php b/apps/files_external/l10n/zh_CN.php deleted file mode 100644 index fcb4fc9344..0000000000 --- a/apps/files_external/l10n/zh_CN.php +++ /dev/null @@ -1,50 +0,0 @@ - "请提供有效的Dropbox应用key和secret", -"Step 1 failed. Exception: %s" => "步骤 1 失败。异常:%s", -"Step 2 failed. Exception: %s" => "步骤 2 失败。异常:%s", -"External storage" => "外部存储", -"Local" => "本地", -"Location" => "地点", -"Amazon S3" => "Amazon S3", -"Amazon S3 and compliant" => "Amazon S3 和兼容协议", -"Access Key" => "访问密钥", -"Secret Key" => "秘钥", -"Port" => "端口", -"Region" => "地区", -"Enable SSL" => "启用 SSL", -"Enable Path Style" => "启用 Path Style", -"Host" => "主机", -"Username" => "用户名", -"Password" => "密码", -"Root" => "根路径", -"Secure ftps://" => "安全 ftps://", -"OpenStack Object Storage" => "OpenStack 对象存储", -"Share" => "共享", -"SMB / CIFS using OC login" => "SMB / CIFS 使用 OC 登录信息", -"URL" => "URL", -"Secure https://" => "安全 https://", -"Remote subfolder" => "远程子文件夹", -"Access granted" => "权限已授予。", -"Error configuring Dropbox storage" => "配置Dropbox存储时出错", -"Grant access" => "授权", -"Error configuring Google Drive storage" => "配置Google Drive存储时出错", -"Personal" => "个人", -"System" => "系统", -"Saved" => "已保存", -"Note: " => "注意:", -" and " => "和", -"You don't have any external storages" => "您没有外部存储", -"Name" => "名称", -"Storage type" => "存储类型", -"Scope" => "适用范围", -"External Storage" => "外部存储", -"Folder name" => "目录名称", -"Configuration" => "配置", -"Available for" => "可用于", -"Add storage" => "增加存储", -"Delete" => "删除", -"Enable User External Storage" => "启用用户外部存储", -"Allow users to mount the following external storage" => "允许用户挂载以下外部存储" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/zh_HK.js b/apps/files_external/l10n/zh_HK.js new file mode 100644 index 0000000000..d8446e4dac --- /dev/null +++ b/apps/files_external/l10n/zh_HK.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_external", + { + "Port" : "連接埠", + "Username" : "用戶名稱", + "Password" : "密碼", + "Share" : "分享", + "URL" : "網址", + "Personal" : "個人", + "Saved" : "已儲存", + "Name" : "名稱", + "Folder name" : "資料夾名稱", + "Delete" : "刪除" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/zh_HK.json b/apps/files_external/l10n/zh_HK.json new file mode 100644 index 0000000000..46d6c0dabe --- /dev/null +++ b/apps/files_external/l10n/zh_HK.json @@ -0,0 +1,13 @@ +{ "translations": { + "Port" : "連接埠", + "Username" : "用戶名稱", + "Password" : "密碼", + "Share" : "分享", + "URL" : "網址", + "Personal" : "個人", + "Saved" : "已儲存", + "Name" : "名稱", + "Folder name" : "資料夾名稱", + "Delete" : "刪除" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/zh_HK.php b/apps/files_external/l10n/zh_HK.php deleted file mode 100644 index c7f3f1afd8..0000000000 --- a/apps/files_external/l10n/zh_HK.php +++ /dev/null @@ -1,14 +0,0 @@ - "連接埠", -"Username" => "用戶名稱", -"Password" => "密碼", -"Share" => "分享", -"URL" => "網址", -"Personal" => "個人", -"Saved" => "已儲存", -"Name" => "名稱", -"Folder name" => "資料夾名稱", -"Delete" => "刪除" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/zh_TW.js b/apps/files_external/l10n/zh_TW.js new file mode 100644 index 0000000000..a1f2d8a226 --- /dev/null +++ b/apps/files_external/l10n/zh_TW.js @@ -0,0 +1,43 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "請提供有效的 Dropbox app key 和 app secret 。", + "External storage" : "外部儲存", + "Local" : "本地", + "Location" : "地點", + "Amazon S3" : "Amazon S3", + "Key" : "鑰", + "Secret" : "密", + "Secret Key" : "密鑰", + "Port" : "連接埠", + "Region" : "地區", + "Enable SSL" : "啟用 SSL", + "Host" : "主機", + "Username" : "使用者名稱", + "Password" : "密碼", + "Share" : "分享", + "URL" : "URL", + "Access granted" : "允許存取", + "Error configuring Dropbox storage" : "設定 Dropbox 儲存時發生錯誤", + "Grant access" : "允許存取", + "Error configuring Google Drive storage" : "設定 Google Drive 儲存時發生錯誤", + "Personal" : "個人", + "System" : "系統", + "Saved" : "已儲存", + "Note: " : "警告: ", + " and " : "與", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "警告: PHP 並未啓用 Curl 的支援,因此無法掛載 %s 。請洽您的系統管理員將其安裝並啓用。", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "警告:PHP 並未啓用 FTP 的支援,因此無法掛載 %s,請洽您的系統管理員將其安裝並啓用。", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "警告並未安裝 \"%s\",因此無法掛載 %s。請洽您的系統管理員將其安裝並啓用。", + "You don't have any external storages" : "您沒有任何外部儲存", + "Name" : "名稱", + "External Storage" : "外部儲存", + "Folder name" : "資料夾名稱", + "Configuration" : "設定", + "Available for" : "可用的", + "Add storage" : "增加儲存區", + "Delete" : "刪除", + "Enable User External Storage" : "啓用使用者外部儲存", + "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_external/l10n/zh_TW.json b/apps/files_external/l10n/zh_TW.json new file mode 100644 index 0000000000..03a20a3215 --- /dev/null +++ b/apps/files_external/l10n/zh_TW.json @@ -0,0 +1,41 @@ +{ "translations": { + "Please provide a valid Dropbox app key and secret." : "請提供有效的 Dropbox app key 和 app secret 。", + "External storage" : "外部儲存", + "Local" : "本地", + "Location" : "地點", + "Amazon S3" : "Amazon S3", + "Key" : "鑰", + "Secret" : "密", + "Secret Key" : "密鑰", + "Port" : "連接埠", + "Region" : "地區", + "Enable SSL" : "啟用 SSL", + "Host" : "主機", + "Username" : "使用者名稱", + "Password" : "密碼", + "Share" : "分享", + "URL" : "URL", + "Access granted" : "允許存取", + "Error configuring Dropbox storage" : "設定 Dropbox 儲存時發生錯誤", + "Grant access" : "允許存取", + "Error configuring Google Drive storage" : "設定 Google Drive 儲存時發生錯誤", + "Personal" : "個人", + "System" : "系統", + "Saved" : "已儲存", + "Note: " : "警告: ", + " and " : "與", + "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "警告: PHP 並未啓用 Curl 的支援,因此無法掛載 %s 。請洽您的系統管理員將其安裝並啓用。", + "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "警告:PHP 並未啓用 FTP 的支援,因此無法掛載 %s,請洽您的系統管理員將其安裝並啓用。", + "Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "警告並未安裝 \"%s\",因此無法掛載 %s。請洽您的系統管理員將其安裝並啓用。", + "You don't have any external storages" : "您沒有任何外部儲存", + "Name" : "名稱", + "External Storage" : "外部儲存", + "Folder name" : "資料夾名稱", + "Configuration" : "設定", + "Available for" : "可用的", + "Add storage" : "增加儲存區", + "Delete" : "刪除", + "Enable User External Storage" : "啓用使用者外部儲存", + "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_external/l10n/zh_TW.php b/apps/files_external/l10n/zh_TW.php deleted file mode 100644 index 7dbaebc04d..0000000000 --- a/apps/files_external/l10n/zh_TW.php +++ /dev/null @@ -1,42 +0,0 @@ - "請提供有效的 Dropbox app key 和 app secret 。", -"External storage" => "外部儲存", -"Local" => "本地", -"Location" => "地點", -"Amazon S3" => "Amazon S3", -"Key" => "鑰", -"Secret" => "密", -"Secret Key" => "密鑰", -"Port" => "連接埠", -"Region" => "地區", -"Enable SSL" => "啟用 SSL", -"Host" => "主機", -"Username" => "使用者名稱", -"Password" => "密碼", -"Share" => "分享", -"URL" => "URL", -"Access granted" => "允許存取", -"Error configuring Dropbox storage" => "設定 Dropbox 儲存時發生錯誤", -"Grant access" => "允許存取", -"Error configuring Google Drive storage" => "設定 Google Drive 儲存時發生錯誤", -"Personal" => "個人", -"System" => "系統", -"Saved" => "已儲存", -"Note: " => "警告: ", -" and " => "與", -"Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "警告: PHP 並未啓用 Curl 的支援,因此無法掛載 %s 。請洽您的系統管理員將其安裝並啓用。", -"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "警告:PHP 並未啓用 FTP 的支援,因此無法掛載 %s,請洽您的系統管理員將其安裝並啓用。", -"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "警告並未安裝 \"%s\",因此無法掛載 %s。請洽您的系統管理員將其安裝並啓用。", -"You don't have any external storages" => "您沒有任何外部儲存", -"Name" => "名稱", -"External Storage" => "外部儲存", -"Folder name" => "資料夾名稱", -"Configuration" => "設定", -"Available for" => "可用的", -"Add storage" => "增加儲存區", -"Delete" => "刪除", -"Enable User External Storage" => "啓用使用者外部儲存", -"Allow users to mount the following external storage" => "允許使用者自行掛載以下的外部儲存" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/af_ZA.js b/apps/files_sharing/l10n/af_ZA.js new file mode 100644 index 0000000000..4e05c59835 --- /dev/null +++ b/apps/files_sharing/l10n/af_ZA.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Kanseleer", + "Password" : "Wagwoord" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/af_ZA.json b/apps/files_sharing/l10n/af_ZA.json new file mode 100644 index 0000000000..1e959e1544 --- /dev/null +++ b/apps/files_sharing/l10n/af_ZA.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Kanseleer", + "Password" : "Wagwoord" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/af_ZA.php b/apps/files_sharing/l10n/af_ZA.php deleted file mode 100644 index e57c3578de..0000000000 --- a/apps/files_sharing/l10n/af_ZA.php +++ /dev/null @@ -1,6 +0,0 @@ - "Kanseleer", -"Password" => "Wagwoord" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/ar.js b/apps/files_sharing/l10n/ar.js new file mode 100644 index 0000000000..de2b179847 --- /dev/null +++ b/apps/files_sharing/l10n/ar.js @@ -0,0 +1,20 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "إلغاء", + "Shared by" : "تم مشاركتها بواسطة", + "This share is password-protected" : "هذه المشاركة محمية بكلمة مرور", + "The password is wrong. Try again." : "كلمة المرور خاطئة. حاول مرة أخرى", + "Password" : "كلمة المرور", + "Name" : "اسم", + "Sorry, this link doesn’t seem to work anymore." : "عذرا، يبدو أن هذا الرابط لم يعد يعمل.", + "Reasons might be:" : "الأسباب الممكنة :", + "the item was removed" : "تم حذف العنصر المطلوب", + "the link expired" : "انتهت صلاحية الرابط", + "sharing is disabled" : "المشاركة غير مفعلة", + "For more info, please ask the person who sent this link." : "لمزيد من المعلومات، يرجى سؤال الشخص الذي أرسل هذا الرابط", + "Download" : "تحميل", + "Download %s" : "تحميل %s", + "Direct link" : "رابط مباشر" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/files_sharing/l10n/ar.json b/apps/files_sharing/l10n/ar.json new file mode 100644 index 0000000000..890035152a --- /dev/null +++ b/apps/files_sharing/l10n/ar.json @@ -0,0 +1,18 @@ +{ "translations": { + "Cancel" : "إلغاء", + "Shared by" : "تم مشاركتها بواسطة", + "This share is password-protected" : "هذه المشاركة محمية بكلمة مرور", + "The password is wrong. Try again." : "كلمة المرور خاطئة. حاول مرة أخرى", + "Password" : "كلمة المرور", + "Name" : "اسم", + "Sorry, this link doesn’t seem to work anymore." : "عذرا، يبدو أن هذا الرابط لم يعد يعمل.", + "Reasons might be:" : "الأسباب الممكنة :", + "the item was removed" : "تم حذف العنصر المطلوب", + "the link expired" : "انتهت صلاحية الرابط", + "sharing is disabled" : "المشاركة غير مفعلة", + "For more info, please ask the person who sent this link." : "لمزيد من المعلومات، يرجى سؤال الشخص الذي أرسل هذا الرابط", + "Download" : "تحميل", + "Download %s" : "تحميل %s", + "Direct link" : "رابط مباشر" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ar.php b/apps/files_sharing/l10n/ar.php deleted file mode 100644 index 937bdadb0f..0000000000 --- a/apps/files_sharing/l10n/ar.php +++ /dev/null @@ -1,19 +0,0 @@ - "إلغاء", -"Shared by" => "تم مشاركتها بواسطة", -"This share is password-protected" => "هذه المشاركة محمية بكلمة مرور", -"The password is wrong. Try again." => "كلمة المرور خاطئة. حاول مرة أخرى", -"Password" => "كلمة المرور", -"Name" => "اسم", -"Sorry, this link doesn’t seem to work anymore." => "عذرا، يبدو أن هذا الرابط لم يعد يعمل.", -"Reasons might be:" => "الأسباب الممكنة :", -"the item was removed" => "تم حذف العنصر المطلوب", -"the link expired" => "انتهت صلاحية الرابط", -"sharing is disabled" => "المشاركة غير مفعلة", -"For more info, please ask the person who sent this link." => "لمزيد من المعلومات، يرجى سؤال الشخص الذي أرسل هذا الرابط", -"Download" => "تحميل", -"Download %s" => "تحميل %s", -"Direct link" => "رابط مباشر" -); -$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"; diff --git a/apps/files_sharing/l10n/ast.js b/apps/files_sharing/l10n/ast.js new file mode 100644 index 0000000000..c3df4e46fb --- /dev/null +++ b/apps/files_sharing/l10n/ast.js @@ -0,0 +1,40 @@ +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", + "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", + "Shared with others" : "Compartíos con otros", + "Shared by link" : "Compartíos per enllaz", + "No files have been shared with you yet." : "Entá nun se compartieron ficheros contigo.", + "You haven't shared any files yet." : "Entá nun compartiesti dengún ficheru.", + "You haven't shared any files by link yet." : "Entá nun compartiesti nengún ficheru per enllaz.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Quies amestar compartición remota {name} de {owner}@{remote}?", + "Remote share" : "Compartición remota", + "Remote share password" : "Contraseña de compartición remota", + "Cancel" : "Encaboxar", + "Add remote share" : "Amestar compartición remota", + "No ownCloud installation found at {remote}" : "Nun s'alcontró denguna instalación d'ownCloud en {remote}", + "Invalid ownCloud url" : "Url ownCloud inválida", + "Shared by" : "Compartíos por", + "This share is password-protected" : "Esta compartición tien contraseña protexida", + "The password is wrong. Try again." : "La contraseña ye incorreuta. Inténtalo otra vegada.", + "Password" : "Contraseña", + "Name" : "Nome", + "Share time" : "Compartir hora", + "Sorry, this link doesn’t seem to work anymore." : "Sentímoslo, esti enllaz paez que yá nun furrula.", + "Reasons might be:" : "Les razones pueden ser: ", + "the item was removed" : "desanicióse l'elementu", + "the link expired" : "l'enllaz caducó", + "sharing is disabled" : "la compartición ta deshabilitada", + "For more info, please ask the person who sent this link." : "Pa más información, entrúga-y a la persona qu'unvió esti enllaz", + "Add to your ownCloud" : "Amestar al to ownCloud", + "Download" : "Baxar", + "Download %s" : "Descargar %s", + "Direct link" : "Enllaz direutu", + "Remote Shares" : "Comparticiones remotes", + "Allow other instances to mount public links shared from this server" : "Permitir a otres instancies montar enllaces compartíos públicos d'esti sirvidor", + "Allow users to mount public link shares" : "Permitir a los usuarios montar enllaces compartíos públicos" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ast.json b/apps/files_sharing/l10n/ast.json new file mode 100644 index 0000000000..04fb75b450 --- /dev/null +++ b/apps/files_sharing/l10n/ast.json @@ -0,0 +1,38 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor", + "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", + "Shared with others" : "Compartíos con otros", + "Shared by link" : "Compartíos per enllaz", + "No files have been shared with you yet." : "Entá nun se compartieron ficheros contigo.", + "You haven't shared any files yet." : "Entá nun compartiesti dengún ficheru.", + "You haven't shared any files by link yet." : "Entá nun compartiesti nengún ficheru per enllaz.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Quies amestar compartición remota {name} de {owner}@{remote}?", + "Remote share" : "Compartición remota", + "Remote share password" : "Contraseña de compartición remota", + "Cancel" : "Encaboxar", + "Add remote share" : "Amestar compartición remota", + "No ownCloud installation found at {remote}" : "Nun s'alcontró denguna instalación d'ownCloud en {remote}", + "Invalid ownCloud url" : "Url ownCloud inválida", + "Shared by" : "Compartíos por", + "This share is password-protected" : "Esta compartición tien contraseña protexida", + "The password is wrong. Try again." : "La contraseña ye incorreuta. Inténtalo otra vegada.", + "Password" : "Contraseña", + "Name" : "Nome", + "Share time" : "Compartir hora", + "Sorry, this link doesn’t seem to work anymore." : "Sentímoslo, esti enllaz paez que yá nun furrula.", + "Reasons might be:" : "Les razones pueden ser: ", + "the item was removed" : "desanicióse l'elementu", + "the link expired" : "l'enllaz caducó", + "sharing is disabled" : "la compartición ta deshabilitada", + "For more info, please ask the person who sent this link." : "Pa más información, entrúga-y a la persona qu'unvió esti enllaz", + "Add to your ownCloud" : "Amestar al to ownCloud", + "Download" : "Baxar", + "Download %s" : "Descargar %s", + "Direct link" : "Enllaz direutu", + "Remote Shares" : "Comparticiones remotes", + "Allow other instances to mount public links shared from this server" : "Permitir a otres instancies montar enllaces compartíos públicos d'esti sirvidor", + "Allow users to mount public link shares" : "Permitir a los usuarios montar enllaces compartíos públicos" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php deleted file mode 100644 index 2a5004811b..0000000000 --- a/apps/files_sharing/l10n/ast.php +++ /dev/null @@ -1,39 +0,0 @@ - "La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor", -"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", -"Shared with others" => "Compartíos con otros", -"Shared by link" => "Compartíos per enllaz", -"No files have been shared with you yet." => "Entá nun se compartieron ficheros contigo.", -"You haven't shared any files yet." => "Entá nun compartiesti dengún ficheru.", -"You haven't shared any files by link yet." => "Entá nun compartiesti nengún ficheru per enllaz.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Quies amestar compartición remota {name} de {owner}@{remote}?", -"Remote share" => "Compartición remota", -"Remote share password" => "Contraseña de compartición remota", -"Cancel" => "Encaboxar", -"Add remote share" => "Amestar compartición remota", -"No ownCloud installation found at {remote}" => "Nun s'alcontró denguna instalación d'ownCloud en {remote}", -"Invalid ownCloud url" => "Url ownCloud inválida", -"Shared by" => "Compartíos por", -"This share is password-protected" => "Esta compartición tien contraseña protexida", -"The password is wrong. Try again." => "La contraseña ye incorreuta. Inténtalo otra vegada.", -"Password" => "Contraseña", -"Name" => "Nome", -"Share time" => "Compartir hora", -"Sorry, this link doesn’t seem to work anymore." => "Sentímoslo, esti enllaz paez que yá nun furrula.", -"Reasons might be:" => "Les razones pueden ser: ", -"the item was removed" => "desanicióse l'elementu", -"the link expired" => "l'enllaz caducó", -"sharing is disabled" => "la compartición ta deshabilitada", -"For more info, please ask the person who sent this link." => "Pa más información, entrúga-y a la persona qu'unvió esti enllaz", -"Add to your ownCloud" => "Amestar al to ownCloud", -"Download" => "Baxar", -"Download %s" => "Descargar %s", -"Direct link" => "Enllaz direutu", -"Remote Shares" => "Comparticiones remotes", -"Allow other instances to mount public links shared from this server" => "Permitir a otres instancies montar enllaces compartíos públicos d'esti sirvidor", -"Allow users to mount public link shares" => "Permitir a los usuarios montar enllaces compartíos públicos" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/az.js b/apps/files_sharing/l10n/az.js new file mode 100644 index 0000000000..ac29161dbd --- /dev/null +++ b/apps/files_sharing/l10n/az.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Bu serverdə, serverlərarası yayımlanma aktiv deyil", + "Invalid or untrusted SSL certificate" : "Yalnış yada inam listindən kənar SSL sertifikatı", + "Couldn't add remote share" : "Uzaqda olan yayımlanmanı əlavə etmək mümkün olmadı", + "Shared with you" : "Sizinlə yayımlanan", + "Shared with others" : "Hər kəsə yayımlanmış", + "You haven't shared any files yet." : "Siz hələki heç bir faylı yayımlamamısnız.", + "You haven't shared any files by link yet." : "Hələki siz bu link ilə heç bir faylı yayımlamamısıniz.", + "Remote share" : "Uzaq yayımlanma", + "Remote share password" : "Uzaq yayımlanma şifrəsi", + "Cancel" : "Dayandır", + "Add remote share" : "Uzaq yayımlanmanı əlavə et", + "Invalid ownCloud url" : "Yalnış ownCloud url-i", + "Shared by" : "Tərəfindən yayımlanıb", + "Password" : "Şifrə", + "Name" : "Ad", + "Download" : "Yüklə" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/az.json b/apps/files_sharing/l10n/az.json new file mode 100644 index 0000000000..1b08e3b4e7 --- /dev/null +++ b/apps/files_sharing/l10n/az.json @@ -0,0 +1,19 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Bu serverdə, serverlərarası yayımlanma aktiv deyil", + "Invalid or untrusted SSL certificate" : "Yalnış yada inam listindən kənar SSL sertifikatı", + "Couldn't add remote share" : "Uzaqda olan yayımlanmanı əlavə etmək mümkün olmadı", + "Shared with you" : "Sizinlə yayımlanan", + "Shared with others" : "Hər kəsə yayımlanmış", + "You haven't shared any files yet." : "Siz hələki heç bir faylı yayımlamamısnız.", + "You haven't shared any files by link yet." : "Hələki siz bu link ilə heç bir faylı yayımlamamısıniz.", + "Remote share" : "Uzaq yayımlanma", + "Remote share password" : "Uzaq yayımlanma şifrəsi", + "Cancel" : "Dayandır", + "Add remote share" : "Uzaq yayımlanmanı əlavə et", + "Invalid ownCloud url" : "Yalnış ownCloud url-i", + "Shared by" : "Tərəfindən yayımlanıb", + "Password" : "Şifrə", + "Name" : "Ad", + "Download" : "Yüklə" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/az.php b/apps/files_sharing/l10n/az.php deleted file mode 100644 index edb068ab19..0000000000 --- a/apps/files_sharing/l10n/az.php +++ /dev/null @@ -1,20 +0,0 @@ - "Bu serverdə, serverlərarası yayımlanma aktiv deyil", -"Invalid or untrusted SSL certificate" => "Yalnış yada inam listindən kənar SSL sertifikatı", -"Couldn't add remote share" => "Uzaqda olan yayımlanmanı əlavə etmək mümkün olmadı", -"Shared with you" => "Sizinlə yayımlanan", -"Shared with others" => "Hər kəsə yayımlanmış", -"You haven't shared any files yet." => "Siz hələki heç bir faylı yayımlamamısnız.", -"You haven't shared any files by link yet." => "Hələki siz bu link ilə heç bir faylı yayımlamamısıniz.", -"Remote share" => "Uzaq yayımlanma", -"Remote share password" => "Uzaq yayımlanma şifrəsi", -"Cancel" => "Dayandır", -"Add remote share" => "Uzaq yayımlanmanı əlavə et", -"Invalid ownCloud url" => "Yalnış ownCloud url-i", -"Shared by" => "Tərəfindən yayımlanıb", -"Password" => "Şifrə", -"Name" => "Ad", -"Download" => "Yüklə" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/bg_BG.js b/apps/files_sharing/l10n/bg_BG.js new file mode 100644 index 0000000000..fe7c4ecdb9 --- /dev/null +++ b/apps/files_sharing/l10n/bg_BG.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Споделяне между сървъри не е разрешено на този сървър.", + "The mountpoint name contains invalid characters." : "Името на mountpoint-a съдържа невалидни символи.", + "Invalid or untrusted SSL certificate" : "Невалиден или ненадежден SSL сертификат", + "Couldn't add remote share" : "Неуспешно добавяне на отдалечена споделена директория.", + "Shared with you" : "Споделено с теб", + "Shared with others" : "Споделено с други", + "Shared by link" : "Споделено с връзка", + "No files have been shared with you yet." : "Все още няма споделени с теб файлове.", + "You haven't shared any files yet." : "Все още не си споделил файлове.", + "You haven't shared any files by link yet." : "Все още не си споделил файлове с връзка.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Желаеш ли да добавиш като прикачената папка {name} от {owner}@{remote}?", + "Remote share" : "Прикачена Папка", + "Remote share password" : "Парола за прикачена папка", + "Cancel" : "Отказ", + "Add remote share" : "Добави прикачена папка", + "No ownCloud installation found at {remote}" : "Не е открит инсталиран ownCloud на {remote}.", + "Invalid ownCloud url" : "Невалиден ownCloud интернет адрес.", + "Shared by" : "Споделено от", + "This share is password-protected" : "Тази зона е защитена с парола.", + "The password is wrong. Try again." : "Грешна парола. Опитай отново.", + "Password" : "Парола", + "Name" : "Име", + "Share time" : "Споделено на", + "Sorry, this link doesn’t seem to work anymore." : "Съжаляваме, връзката вече не е активна.", + "Reasons might be:" : "Причините може да са:", + "the item was removed" : "съдържанието е премахнато", + "the link expired" : "връзката е изтекла", + "sharing is disabled" : "споделянето е изключено", + "For more info, please ask the person who sent this link." : "За повече информация, моля питай човека, който е изпратил тази връзка.", + "Add to your ownCloud" : "Добави към своя ownCloud", + "Download" : "Изтегли", + "Download %s" : "Изтегли %s", + "Direct link" : "Директна връзка", + "Remote Shares" : "Прикачени Папки", + "Allow other instances to mount public links shared from this server" : "Разреши други ownCloud сървъри да прикачват папки, споделени посредством връзки, на този сървър.", + "Allow users to mount public link shares" : "Разреши потребители да прикачват папки, споделени посредством връзки." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/bg_BG.json b/apps/files_sharing/l10n/bg_BG.json new file mode 100644 index 0000000000..7fcea7ddfe --- /dev/null +++ b/apps/files_sharing/l10n/bg_BG.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Споделяне между сървъри не е разрешено на този сървър.", + "The mountpoint name contains invalid characters." : "Името на mountpoint-a съдържа невалидни символи.", + "Invalid or untrusted SSL certificate" : "Невалиден или ненадежден SSL сертификат", + "Couldn't add remote share" : "Неуспешно добавяне на отдалечена споделена директория.", + "Shared with you" : "Споделено с теб", + "Shared with others" : "Споделено с други", + "Shared by link" : "Споделено с връзка", + "No files have been shared with you yet." : "Все още няма споделени с теб файлове.", + "You haven't shared any files yet." : "Все още не си споделил файлове.", + "You haven't shared any files by link yet." : "Все още не си споделил файлове с връзка.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Желаеш ли да добавиш като прикачената папка {name} от {owner}@{remote}?", + "Remote share" : "Прикачена Папка", + "Remote share password" : "Парола за прикачена папка", + "Cancel" : "Отказ", + "Add remote share" : "Добави прикачена папка", + "No ownCloud installation found at {remote}" : "Не е открит инсталиран ownCloud на {remote}.", + "Invalid ownCloud url" : "Невалиден ownCloud интернет адрес.", + "Shared by" : "Споделено от", + "This share is password-protected" : "Тази зона е защитена с парола.", + "The password is wrong. Try again." : "Грешна парола. Опитай отново.", + "Password" : "Парола", + "Name" : "Име", + "Share time" : "Споделено на", + "Sorry, this link doesn’t seem to work anymore." : "Съжаляваме, връзката вече не е активна.", + "Reasons might be:" : "Причините може да са:", + "the item was removed" : "съдържанието е премахнато", + "the link expired" : "връзката е изтекла", + "sharing is disabled" : "споделянето е изключено", + "For more info, please ask the person who sent this link." : "За повече информация, моля питай човека, който е изпратил тази връзка.", + "Add to your ownCloud" : "Добави към своя ownCloud", + "Download" : "Изтегли", + "Download %s" : "Изтегли %s", + "Direct link" : "Директна връзка", + "Remote Shares" : "Прикачени Папки", + "Allow other instances to mount public links shared from this server" : "Разреши други ownCloud сървъри да прикачват папки, споделени посредством връзки, на този сървър.", + "Allow users to mount public link shares" : "Разреши потребители да прикачват папки, споделени посредством връзки." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/bg_BG.php b/apps/files_sharing/l10n/bg_BG.php deleted file mode 100644 index 80af469389..0000000000 --- a/apps/files_sharing/l10n/bg_BG.php +++ /dev/null @@ -1,40 +0,0 @@ - "Споделяне между сървъри не е разрешено на този сървър.", -"The mountpoint name contains invalid characters." => "Името на mountpoint-a съдържа невалидни символи.", -"Invalid or untrusted SSL certificate" => "Невалиден или ненадежден SSL сертификат", -"Couldn't add remote share" => "Неуспешно добавяне на отдалечена споделена директория.", -"Shared with you" => "Споделено с теб", -"Shared with others" => "Споделено с други", -"Shared by link" => "Споделено с връзка", -"No files have been shared with you yet." => "Все още няма споделени с теб файлове.", -"You haven't shared any files yet." => "Все още не си споделил файлове.", -"You haven't shared any files by link yet." => "Все още не си споделил файлове с връзка.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Желаеш ли да добавиш като прикачената папка {name} от {owner}@{remote}?", -"Remote share" => "Прикачена Папка", -"Remote share password" => "Парола за прикачена папка", -"Cancel" => "Отказ", -"Add remote share" => "Добави прикачена папка", -"No ownCloud installation found at {remote}" => "Не е открит инсталиран ownCloud на {remote}.", -"Invalid ownCloud url" => "Невалиден ownCloud интернет адрес.", -"Shared by" => "Споделено от", -"This share is password-protected" => "Тази зона е защитена с парола.", -"The password is wrong. Try again." => "Грешна парола. Опитай отново.", -"Password" => "Парола", -"Name" => "Име", -"Share time" => "Споделено на", -"Sorry, this link doesn’t seem to work anymore." => "Съжаляваме, връзката вече не е активна.", -"Reasons might be:" => "Причините може да са:", -"the item was removed" => "съдържанието е премахнато", -"the link expired" => "връзката е изтекла", -"sharing is disabled" => "споделянето е изключено", -"For more info, please ask the person who sent this link." => "За повече информация, моля питай човека, който е изпратил тази връзка.", -"Add to your ownCloud" => "Добави към своя ownCloud", -"Download" => "Изтегли", -"Download %s" => "Изтегли %s", -"Direct link" => "Директна връзка", -"Remote Shares" => "Прикачени Папки", -"Allow other instances to mount public links shared from this server" => "Разреши други ownCloud сървъри да прикачват папки, споделени посредством връзки, на този сървър.", -"Allow users to mount public link shares" => "Разреши потребители да прикачват папки, споделени посредством връзки." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/bn_BD.js b/apps/files_sharing/l10n/bn_BD.js new file mode 100644 index 0000000000..8df349c3c7 --- /dev/null +++ b/apps/files_sharing/l10n/bn_BD.js @@ -0,0 +1,30 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "এই সার্ভারে সার্ভার হতে সার্ভারে ভাগাভাগি কার্যকর নয়", + "Invalid or untrusted SSL certificate" : "অবৈধ বা অবিশ্বস্ত SSL সার্টিফিকেট", + "Couldn't add remote share" : "দুরবর্তী ভাগাভাগি যোগ করা গেলনা", + "Shared with you" : "আপনার সাথে ভাগাভাগি করেছেন", + "Shared by link" : "লিঙ্কের মাধ্যমে ভাগাভাগিকৃত", + "Remote share" : "দুরবর্তী ভাগাভাগি", + "Cancel" : "বাতিল", + "No ownCloud installation found at {remote}" : "{remote}এ কোন ওউনক্লাউড ইনস্টলেসন পাওয়া গেলনা", + "Invalid ownCloud url" : "অবৈধ ওউনক্লাউড url", + "Shared by" : "যাদের মাঝে ভাগাভাগি করা হয়েছে", + "This share is password-protected" : "এই শেয়ারটি কূটশব্দদ্বারা সুরক্ষিত", + "The password is wrong. Try again." : "কুটশব্দটি ভুল। আবার চেষ্টা করুন।", + "Password" : "কূটশব্দ", + "Name" : "নাম", + "Share time" : "ভাগাভাগির সময়", + "Sorry, this link doesn’t seem to work anymore." : "দুঃখিত, এই লিঙ্কটি আর কার্যকর নয়।", + "Reasons might be:" : "কারণসমূহ হতে পারে:", + "the item was removed" : "আইটেমটি অপসারণ করা হয়েছিল", + "the link expired" : "মেয়াদোত্তীর্ন লিঙ্ক", + "sharing is disabled" : "ভাগাভাগি অকার্যকর", + "For more info, please ask the person who sent this link." : "বিস্তারিত তথ্যের জন্য এই লিঙ্কের প্রেরককে জিজ্ঞাসা করুন।", + "Download" : "ডাউনলোড", + "Download %s" : "ডাউনলোড %s", + "Direct link" : "সরাসরি লিঙ্ক", + "Remote Shares" : "দুরবর্তী ভাগাভাগি" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/bn_BD.json b/apps/files_sharing/l10n/bn_BD.json new file mode 100644 index 0000000000..9eafda60df --- /dev/null +++ b/apps/files_sharing/l10n/bn_BD.json @@ -0,0 +1,28 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "এই সার্ভারে সার্ভার হতে সার্ভারে ভাগাভাগি কার্যকর নয়", + "Invalid or untrusted SSL certificate" : "অবৈধ বা অবিশ্বস্ত SSL সার্টিফিকেট", + "Couldn't add remote share" : "দুরবর্তী ভাগাভাগি যোগ করা গেলনা", + "Shared with you" : "আপনার সাথে ভাগাভাগি করেছেন", + "Shared by link" : "লিঙ্কের মাধ্যমে ভাগাভাগিকৃত", + "Remote share" : "দুরবর্তী ভাগাভাগি", + "Cancel" : "বাতিল", + "No ownCloud installation found at {remote}" : "{remote}এ কোন ওউনক্লাউড ইনস্টলেসন পাওয়া গেলনা", + "Invalid ownCloud url" : "অবৈধ ওউনক্লাউড url", + "Shared by" : "যাদের মাঝে ভাগাভাগি করা হয়েছে", + "This share is password-protected" : "এই শেয়ারটি কূটশব্দদ্বারা সুরক্ষিত", + "The password is wrong. Try again." : "কুটশব্দটি ভুল। আবার চেষ্টা করুন।", + "Password" : "কূটশব্দ", + "Name" : "নাম", + "Share time" : "ভাগাভাগির সময়", + "Sorry, this link doesn’t seem to work anymore." : "দুঃখিত, এই লিঙ্কটি আর কার্যকর নয়।", + "Reasons might be:" : "কারণসমূহ হতে পারে:", + "the item was removed" : "আইটেমটি অপসারণ করা হয়েছিল", + "the link expired" : "মেয়াদোত্তীর্ন লিঙ্ক", + "sharing is disabled" : "ভাগাভাগি অকার্যকর", + "For more info, please ask the person who sent this link." : "বিস্তারিত তথ্যের জন্য এই লিঙ্কের প্রেরককে জিজ্ঞাসা করুন।", + "Download" : "ডাউনলোড", + "Download %s" : "ডাউনলোড %s", + "Direct link" : "সরাসরি লিঙ্ক", + "Remote Shares" : "দুরবর্তী ভাগাভাগি" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/bn_BD.php b/apps/files_sharing/l10n/bn_BD.php deleted file mode 100644 index fdd3f5233b..0000000000 --- a/apps/files_sharing/l10n/bn_BD.php +++ /dev/null @@ -1,29 +0,0 @@ - "এই সার্ভারে সার্ভার হতে সার্ভারে ভাগাভাগি কার্যকর নয়", -"Invalid or untrusted SSL certificate" => "অবৈধ বা অবিশ্বস্ত SSL সার্টিফিকেট", -"Couldn't add remote share" => "দুরবর্তী ভাগাভাগি যোগ করা গেলনা", -"Shared with you" => "আপনার সাথে ভাগাভাগি করেছেন", -"Shared by link" => "লিঙ্কের মাধ্যমে ভাগাভাগিকৃত", -"Remote share" => "দুরবর্তী ভাগাভাগি", -"Cancel" => "বাতিল", -"No ownCloud installation found at {remote}" => "{remote}এ কোন ওউনক্লাউড ইনস্টলেসন পাওয়া গেলনা", -"Invalid ownCloud url" => "অবৈধ ওউনক্লাউড url", -"Shared by" => "যাদের মাঝে ভাগাভাগি করা হয়েছে", -"This share is password-protected" => "এই শেয়ারটি কূটশব্দদ্বারা সুরক্ষিত", -"The password is wrong. Try again." => "কুটশব্দটি ভুল। আবার চেষ্টা করুন।", -"Password" => "কূটশব্দ", -"Name" => "নাম", -"Share time" => "ভাগাভাগির সময়", -"Sorry, this link doesn’t seem to work anymore." => "দুঃখিত, এই লিঙ্কটি আর কার্যকর নয়।", -"Reasons might be:" => "কারণসমূহ হতে পারে:", -"the item was removed" => "আইটেমটি অপসারণ করা হয়েছিল", -"the link expired" => "মেয়াদোত্তীর্ন লিঙ্ক", -"sharing is disabled" => "ভাগাভাগি অকার্যকর", -"For more info, please ask the person who sent this link." => "বিস্তারিত তথ্যের জন্য এই লিঙ্কের প্রেরককে জিজ্ঞাসা করুন।", -"Download" => "ডাউনলোড", -"Download %s" => "ডাউনলোড %s", -"Direct link" => "সরাসরি লিঙ্ক", -"Remote Shares" => "দুরবর্তী ভাগাভাগি" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/bn_IN.js b/apps/files_sharing/l10n/bn_IN.js new file mode 100644 index 0000000000..61694c8557 --- /dev/null +++ b/apps/files_sharing/l10n/bn_IN.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "বাতিল করা", + "Name" : "নাম", + "Download" : "ডাউনলোড করুন" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/bn_IN.json b/apps/files_sharing/l10n/bn_IN.json new file mode 100644 index 0000000000..344c7677c1 --- /dev/null +++ b/apps/files_sharing/l10n/bn_IN.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "বাতিল করা", + "Name" : "নাম", + "Download" : "ডাউনলোড করুন" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/bn_IN.php b/apps/files_sharing/l10n/bn_IN.php deleted file mode 100644 index 99daa51da7..0000000000 --- a/apps/files_sharing/l10n/bn_IN.php +++ /dev/null @@ -1,7 +0,0 @@ - "বাতিল করা", -"Name" => "নাম", -"Download" => "ডাউনলোড করুন" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/bs.js b/apps/files_sharing/l10n/bs.js new file mode 100644 index 0000000000..1be4f1f3fb --- /dev/null +++ b/apps/files_sharing/l10n/bs.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_sharing", + { + "Shared by" : "Dijeli", + "Name" : "Ime" +}, +"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/apps/files_sharing/l10n/bs.json b/apps/files_sharing/l10n/bs.json new file mode 100644 index 0000000000..48fb8d2209 --- /dev/null +++ b/apps/files_sharing/l10n/bs.json @@ -0,0 +1,5 @@ +{ "translations": { + "Shared by" : "Dijeli", + "Name" : "Ime" +},"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/apps/files_sharing/l10n/bs.php b/apps/files_sharing/l10n/bs.php deleted file mode 100644 index bf5b758a33..0000000000 --- a/apps/files_sharing/l10n/bs.php +++ /dev/null @@ -1,6 +0,0 @@ - "Dijeli", -"Name" => "Ime" -); -$PLURAL_FORMS = "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/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js new file mode 100644 index 0000000000..3397d85f14 --- /dev/null +++ b/apps/files_sharing/l10n/ca.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "La compartició entre servidors no està activada en aquest servidor", + "Invalid or untrusted SSL certificate" : "El certificat SSL és invàlid o no és fiable", + "Couldn't add remote share" : "No s'ha pogut afegir una compartició remota", + "Shared with you" : "Compartit amb vós", + "Shared with others" : "Compartit amb altres", + "Shared by link" : "Compartit amb enllaç", + "No files have been shared with you yet." : "Encara no hi ha fitxers compartits amb vós.", + "You haven't shared any files yet." : "Encara no heu compartit cap fitxer.", + "You haven't shared any files by link yet." : "Encara no heu compartit cap fitxer amb enllaç.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Voleu afegir la compartició remota {nom} des de {owner}@{remote}?", + "Remote share" : "Compartició remota", + "Remote share password" : "Contrasenya de compartició remota", + "Cancel" : "Cancel·la", + "Add remote share" : "Afegeix compartició remota", + "No ownCloud installation found at {remote}" : "No s'ha trobat cap instal·lació ownCloud a {remote}", + "Invalid ownCloud url" : "La url d'ownCloud no és vàlida", + "Shared by" : "Compartit per", + "This share is password-protected" : "Aquest compartit està protegit amb contrasenya", + "The password is wrong. Try again." : "la contrasenya és incorrecta. Intenteu-ho de nou.", + "Password" : "Contrasenya", + "Name" : "Nom", + "Share time" : "Temps de compartició", + "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.", + "Reasons might be:" : "Les raons podrien ser:", + "the item was removed" : "l'element ha estat eliminat", + "the link expired" : "l'enllaç ha vençut", + "sharing is disabled" : "s'ha desactivat la compartició", + "For more info, please ask the person who sent this link." : "Per més informació contacteu amb qui us ha enviat l'enllaç.", + "Add to your ownCloud" : "Afegiu a ownCloud", + "Download" : "Baixa", + "Download %s" : "Baixa %s", + "Direct link" : "Enllaç directe", + "Remote Shares" : "Compartició remota", + "Allow other instances to mount public links shared from this server" : "Permet que altres instàncies muntin enllaços públics compartits des d'aqeust servidor", + "Allow users to mount public link shares" : "Permet que usuaris muntin compartits amb enllaços públics" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json new file mode 100644 index 0000000000..861dd589bc --- /dev/null +++ b/apps/files_sharing/l10n/ca.json @@ -0,0 +1,38 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "La compartició entre servidors no està activada en aquest servidor", + "Invalid or untrusted SSL certificate" : "El certificat SSL és invàlid o no és fiable", + "Couldn't add remote share" : "No s'ha pogut afegir una compartició remota", + "Shared with you" : "Compartit amb vós", + "Shared with others" : "Compartit amb altres", + "Shared by link" : "Compartit amb enllaç", + "No files have been shared with you yet." : "Encara no hi ha fitxers compartits amb vós.", + "You haven't shared any files yet." : "Encara no heu compartit cap fitxer.", + "You haven't shared any files by link yet." : "Encara no heu compartit cap fitxer amb enllaç.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Voleu afegir la compartició remota {nom} des de {owner}@{remote}?", + "Remote share" : "Compartició remota", + "Remote share password" : "Contrasenya de compartició remota", + "Cancel" : "Cancel·la", + "Add remote share" : "Afegeix compartició remota", + "No ownCloud installation found at {remote}" : "No s'ha trobat cap instal·lació ownCloud a {remote}", + "Invalid ownCloud url" : "La url d'ownCloud no és vàlida", + "Shared by" : "Compartit per", + "This share is password-protected" : "Aquest compartit està protegit amb contrasenya", + "The password is wrong. Try again." : "la contrasenya és incorrecta. Intenteu-ho de nou.", + "Password" : "Contrasenya", + "Name" : "Nom", + "Share time" : "Temps de compartició", + "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.", + "Reasons might be:" : "Les raons podrien ser:", + "the item was removed" : "l'element ha estat eliminat", + "the link expired" : "l'enllaç ha vençut", + "sharing is disabled" : "s'ha desactivat la compartició", + "For more info, please ask the person who sent this link." : "Per més informació contacteu amb qui us ha enviat l'enllaç.", + "Add to your ownCloud" : "Afegiu a ownCloud", + "Download" : "Baixa", + "Download %s" : "Baixa %s", + "Direct link" : "Enllaç directe", + "Remote Shares" : "Compartició remota", + "Allow other instances to mount public links shared from this server" : "Permet que altres instàncies muntin enllaços públics compartits des d'aqeust servidor", + "Allow users to mount public link shares" : "Permet que usuaris muntin compartits amb enllaços públics" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ca.php b/apps/files_sharing/l10n/ca.php deleted file mode 100644 index 1b94c03035..0000000000 --- a/apps/files_sharing/l10n/ca.php +++ /dev/null @@ -1,39 +0,0 @@ - "La compartició entre servidors no està activada en aquest servidor", -"Invalid or untrusted SSL certificate" => "El certificat SSL és invàlid o no és fiable", -"Couldn't add remote share" => "No s'ha pogut afegir una compartició remota", -"Shared with you" => "Compartit amb vós", -"Shared with others" => "Compartit amb altres", -"Shared by link" => "Compartit amb enllaç", -"No files have been shared with you yet." => "Encara no hi ha fitxers compartits amb vós.", -"You haven't shared any files yet." => "Encara no heu compartit cap fitxer.", -"You haven't shared any files by link yet." => "Encara no heu compartit cap fitxer amb enllaç.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Voleu afegir la compartició remota {nom} des de {owner}@{remote}?", -"Remote share" => "Compartició remota", -"Remote share password" => "Contrasenya de compartició remota", -"Cancel" => "Cancel·la", -"Add remote share" => "Afegeix compartició remota", -"No ownCloud installation found at {remote}" => "No s'ha trobat cap instal·lació ownCloud a {remote}", -"Invalid ownCloud url" => "La url d'ownCloud no és vàlida", -"Shared by" => "Compartit per", -"This share is password-protected" => "Aquest compartit està protegit amb contrasenya", -"The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.", -"Password" => "Contrasenya", -"Name" => "Nom", -"Share time" => "Temps de compartició", -"Sorry, this link doesn’t seem to work anymore." => "Aquest enllaç sembla que no funciona.", -"Reasons might be:" => "Les raons podrien ser:", -"the item was removed" => "l'element ha estat eliminat", -"the link expired" => "l'enllaç ha vençut", -"sharing is disabled" => "s'ha desactivat la compartició", -"For more info, please ask the person who sent this link." => "Per més informació contacteu amb qui us ha enviat l'enllaç.", -"Add to your ownCloud" => "Afegiu a ownCloud", -"Download" => "Baixa", -"Download %s" => "Baixa %s", -"Direct link" => "Enllaç directe", -"Remote Shares" => "Compartició remota", -"Allow other instances to mount public links shared from this server" => "Permet que altres instàncies muntin enllaços públics compartits des d'aqeust servidor", -"Allow users to mount public link shares" => "Permet que usuaris muntin compartits amb enllaços públics" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/cs_CZ.js b/apps/files_sharing/l10n/cs_CZ.js new file mode 100644 index 0000000000..dc0d1e92c4 --- /dev/null +++ b/apps/files_sharing/l10n/cs_CZ.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Sdílení mezi servery není povoleno", + "The mountpoint name contains invalid characters." : "Jméno přípojného bodu obsahuje nepovolené znaky.", + "Invalid or untrusted SSL certificate" : "Neplatný nebo nedůvěryhodný SSL certifikát", + "Couldn't add remote share" : "Nelze přidat vzdálené úložiště", + "Shared with you" : "Sdíleno s vámi", + "Shared with others" : "Sdíleno s ostatními", + "Shared by link" : "Sdíleno pomocí odkazu", + "No files have been shared with you yet." : "Zatím s vámi nikdo žádné soubory nesdílel.", + "You haven't shared any files yet." : "Zatím jste nesdíleli žádné soubory.", + "You haven't shared any files by link yet." : "Zatím jste nesdíleli pomocí odkazu žádné soubory.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Chcete přidat vzdálené úložiště {name} uživatele {owner}@{remote}?", + "Remote share" : "Vzdálené úložiště", + "Remote share password" : "Heslo ke vzdálenému úložišti", + "Cancel" : "Zrušit", + "Add remote share" : "Přidat vzdálené úložiště", + "No ownCloud installation found at {remote}" : "Nebyla nalezena instalace ownCloud na {remote}", + "Invalid ownCloud url" : "Neplatná ownCloud url", + "Shared by" : "Sdílí", + "This share is password-protected" : "Toto sdílení je chráněno heslem", + "The password is wrong. Try again." : "Heslo není správné. Zkuste to znovu.", + "Password" : "Heslo", + "Name" : "Název", + "Share time" : "Čas sdílení", + "Sorry, this link doesn’t seem to work anymore." : "Je nám líto, ale tento odkaz již není funkční.", + "Reasons might be:" : "Možné důvody:", + "the item was removed" : "položka byla odebrána", + "the link expired" : "platnost odkazu vypršela", + "sharing is disabled" : "sdílení je zakázané", + "For more info, please ask the person who sent this link." : "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz.", + "Add to your ownCloud" : "Přidat do svého ownCloudu", + "Download" : "Stáhnout", + "Download %s" : "Stáhnout %s", + "Direct link" : "Přímý odkaz", + "Remote Shares" : "Vzdálená úložiště", + "Allow other instances to mount public links shared from this server" : "Povolit připojování veřejně sdílených odkazů z tohoto serveru", + "Allow users to mount public link shares" : "Povolit uživatelům připojovat veřejně sdílené odkazy" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/cs_CZ.json b/apps/files_sharing/l10n/cs_CZ.json new file mode 100644 index 0000000000..6b2dffa63f --- /dev/null +++ b/apps/files_sharing/l10n/cs_CZ.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Sdílení mezi servery není povoleno", + "The mountpoint name contains invalid characters." : "Jméno přípojného bodu obsahuje nepovolené znaky.", + "Invalid or untrusted SSL certificate" : "Neplatný nebo nedůvěryhodný SSL certifikát", + "Couldn't add remote share" : "Nelze přidat vzdálené úložiště", + "Shared with you" : "Sdíleno s vámi", + "Shared with others" : "Sdíleno s ostatními", + "Shared by link" : "Sdíleno pomocí odkazu", + "No files have been shared with you yet." : "Zatím s vámi nikdo žádné soubory nesdílel.", + "You haven't shared any files yet." : "Zatím jste nesdíleli žádné soubory.", + "You haven't shared any files by link yet." : "Zatím jste nesdíleli pomocí odkazu žádné soubory.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Chcete přidat vzdálené úložiště {name} uživatele {owner}@{remote}?", + "Remote share" : "Vzdálené úložiště", + "Remote share password" : "Heslo ke vzdálenému úložišti", + "Cancel" : "Zrušit", + "Add remote share" : "Přidat vzdálené úložiště", + "No ownCloud installation found at {remote}" : "Nebyla nalezena instalace ownCloud na {remote}", + "Invalid ownCloud url" : "Neplatná ownCloud url", + "Shared by" : "Sdílí", + "This share is password-protected" : "Toto sdílení je chráněno heslem", + "The password is wrong. Try again." : "Heslo není správné. Zkuste to znovu.", + "Password" : "Heslo", + "Name" : "Název", + "Share time" : "Čas sdílení", + "Sorry, this link doesn’t seem to work anymore." : "Je nám líto, ale tento odkaz již není funkční.", + "Reasons might be:" : "Možné důvody:", + "the item was removed" : "položka byla odebrána", + "the link expired" : "platnost odkazu vypršela", + "sharing is disabled" : "sdílení je zakázané", + "For more info, please ask the person who sent this link." : "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz.", + "Add to your ownCloud" : "Přidat do svého ownCloudu", + "Download" : "Stáhnout", + "Download %s" : "Stáhnout %s", + "Direct link" : "Přímý odkaz", + "Remote Shares" : "Vzdálená úložiště", + "Allow other instances to mount public links shared from this server" : "Povolit připojování veřejně sdílených odkazů z tohoto serveru", + "Allow users to mount public link shares" : "Povolit uživatelům připojovat veřejně sdílené odkazy" +},"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/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php deleted file mode 100644 index d9b7aab958..0000000000 --- a/apps/files_sharing/l10n/cs_CZ.php +++ /dev/null @@ -1,40 +0,0 @@ - "Sdílení mezi servery není povoleno", -"The mountpoint name contains invalid characters." => "Jméno přípojného bodu obsahuje nepovolené znaky.", -"Invalid or untrusted SSL certificate" => "Neplatný nebo nedůvěryhodný SSL certifikát", -"Couldn't add remote share" => "Nelze přidat vzdálené úložiště", -"Shared with you" => "Sdíleno s vámi", -"Shared with others" => "Sdíleno s ostatními", -"Shared by link" => "Sdíleno pomocí odkazu", -"No files have been shared with you yet." => "Zatím s vámi nikdo žádné soubory nesdílel.", -"You haven't shared any files yet." => "Zatím jste nesdíleli žádné soubory.", -"You haven't shared any files by link yet." => "Zatím jste nesdíleli pomocí odkazu žádné soubory.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Chcete přidat vzdálené úložiště {name} uživatele {owner}@{remote}?", -"Remote share" => "Vzdálené úložiště", -"Remote share password" => "Heslo ke vzdálenému úložišti", -"Cancel" => "Zrušit", -"Add remote share" => "Přidat vzdálené úložiště", -"No ownCloud installation found at {remote}" => "Nebyla nalezena instalace ownCloud na {remote}", -"Invalid ownCloud url" => "Neplatná ownCloud url", -"Shared by" => "Sdílí", -"This share is password-protected" => "Toto sdílení je chráněno heslem", -"The password is wrong. Try again." => "Heslo není správné. Zkuste to znovu.", -"Password" => "Heslo", -"Name" => "Název", -"Share time" => "Čas sdílení", -"Sorry, this link doesn’t seem to work anymore." => "Je nám líto, ale tento odkaz již není funkční.", -"Reasons might be:" => "Možné důvody:", -"the item was removed" => "položka byla odebrána", -"the link expired" => "platnost odkazu vypršela", -"sharing is disabled" => "sdílení je zakázané", -"For more info, please ask the person who sent this link." => "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz.", -"Add to your ownCloud" => "Přidat do svého ownCloudu", -"Download" => "Stáhnout", -"Download %s" => "Stáhnout %s", -"Direct link" => "Přímý odkaz", -"Remote Shares" => "Vzdálená úložiště", -"Allow other instances to mount public links shared from this server" => "Povolit připojování veřejně sdílených odkazů z tohoto serveru", -"Allow users to mount public link shares" => "Povolit uživatelům připojovat veřejně sdílené odkazy" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_sharing/l10n/cy_GB.js b/apps/files_sharing/l10n/cy_GB.js new file mode 100644 index 0000000000..1a8addf172 --- /dev/null +++ b/apps/files_sharing/l10n/cy_GB.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Diddymu", + "Shared by" : "Rhannwyd gan", + "Password" : "Cyfrinair", + "Name" : "Enw", + "Download" : "Llwytho i lawr" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/files_sharing/l10n/cy_GB.json b/apps/files_sharing/l10n/cy_GB.json new file mode 100644 index 0000000000..9eebc50be7 --- /dev/null +++ b/apps/files_sharing/l10n/cy_GB.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "Diddymu", + "Shared by" : "Rhannwyd gan", + "Password" : "Cyfrinair", + "Name" : "Enw", + "Download" : "Llwytho i lawr" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/cy_GB.php b/apps/files_sharing/l10n/cy_GB.php deleted file mode 100644 index 92ce71f1bd..0000000000 --- a/apps/files_sharing/l10n/cy_GB.php +++ /dev/null @@ -1,9 +0,0 @@ - "Diddymu", -"Shared by" => "Rhannwyd gan", -"Password" => "Cyfrinair", -"Name" => "Enw", -"Download" => "Llwytho i lawr" -); -$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/apps/files_sharing/l10n/da.js b/apps/files_sharing/l10n/da.js new file mode 100644 index 0000000000..a706bfbf15 --- /dev/null +++ b/apps/files_sharing/l10n/da.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Server til serverdeling er ikke slået til på denne server", + "The mountpoint name contains invalid characters." : "Monteringspunktets navn indeholder ugyldige tegn.", + "Invalid or untrusted SSL certificate" : "Ugyldigt eller upålideligt SSL-certifikat", + "Couldn't add remote share" : "Kunne ikke tliføje den delte ekstern ressource", + "Shared with you" : "Delt med dig", + "Shared with others" : "Delt med andre", + "Shared by link" : "Delt via link", + "No files have been shared with you yet." : "Endnu er ingen filer delt med dig.", + "You haven't shared any files yet." : "Du har ikke delt nogen filer endnu.", + "You haven't shared any files by link yet." : "Du har ikke delt nogen filer endnu.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Vil du tilføje den eksterne deling {name} fra {owner}@{remote}?", + "Remote share" : "Ekstern deling", + "Remote share password" : "Adgangskode for ekstern deling", + "Cancel" : "Annuller", + "Add remote share" : "Tilføj ekstern deling", + "No ownCloud installation found at {remote}" : "Der blev ikke fundet en ownCloud-installation på {remote}", + "Invalid ownCloud url" : "Ugyldig ownCloud-URL", + "Shared by" : "Delt af", + "This share is password-protected" : "Delingen er beskyttet af kodeord", + "The password is wrong. Try again." : "Kodeordet er forkert. Prøv igen.", + "Password" : "Kodeord", + "Name" : "Navn", + "Share time" : "Dele periode", + "Sorry, this link doesn’t seem to work anymore." : "Desværre, dette link ser ikke ud til at fungerer længere.", + "Reasons might be:" : "Årsagen kan være:", + "the item was removed" : "Filen blev fjernet", + "the link expired" : "linket udløb", + "sharing is disabled" : "deling er deaktiveret", + "For more info, please ask the person who sent this link." : "For yderligere information, kontakt venligst personen der sendte linket. ", + "Add to your ownCloud" : "Tilføj til din ownCload", + "Download" : "Download", + "Download %s" : "Download %s", + "Direct link" : "Direkte link", + "Remote Shares" : "Eksterne delinger", + "Allow other instances to mount public links shared from this server" : "Tillad andre instanser at montere offentlige links, der er delt fra denne server", + "Allow users to mount public link shares" : "Tillad brugere at montere offentlige linkdelinger" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/da.json b/apps/files_sharing/l10n/da.json new file mode 100644 index 0000000000..7046e3eeee --- /dev/null +++ b/apps/files_sharing/l10n/da.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Server til serverdeling er ikke slået til på denne server", + "The mountpoint name contains invalid characters." : "Monteringspunktets navn indeholder ugyldige tegn.", + "Invalid or untrusted SSL certificate" : "Ugyldigt eller upålideligt SSL-certifikat", + "Couldn't add remote share" : "Kunne ikke tliføje den delte ekstern ressource", + "Shared with you" : "Delt med dig", + "Shared with others" : "Delt med andre", + "Shared by link" : "Delt via link", + "No files have been shared with you yet." : "Endnu er ingen filer delt med dig.", + "You haven't shared any files yet." : "Du har ikke delt nogen filer endnu.", + "You haven't shared any files by link yet." : "Du har ikke delt nogen filer endnu.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Vil du tilføje den eksterne deling {name} fra {owner}@{remote}?", + "Remote share" : "Ekstern deling", + "Remote share password" : "Adgangskode for ekstern deling", + "Cancel" : "Annuller", + "Add remote share" : "Tilføj ekstern deling", + "No ownCloud installation found at {remote}" : "Der blev ikke fundet en ownCloud-installation på {remote}", + "Invalid ownCloud url" : "Ugyldig ownCloud-URL", + "Shared by" : "Delt af", + "This share is password-protected" : "Delingen er beskyttet af kodeord", + "The password is wrong. Try again." : "Kodeordet er forkert. Prøv igen.", + "Password" : "Kodeord", + "Name" : "Navn", + "Share time" : "Dele periode", + "Sorry, this link doesn’t seem to work anymore." : "Desværre, dette link ser ikke ud til at fungerer længere.", + "Reasons might be:" : "Årsagen kan være:", + "the item was removed" : "Filen blev fjernet", + "the link expired" : "linket udløb", + "sharing is disabled" : "deling er deaktiveret", + "For more info, please ask the person who sent this link." : "For yderligere information, kontakt venligst personen der sendte linket. ", + "Add to your ownCloud" : "Tilføj til din ownCload", + "Download" : "Download", + "Download %s" : "Download %s", + "Direct link" : "Direkte link", + "Remote Shares" : "Eksterne delinger", + "Allow other instances to mount public links shared from this server" : "Tillad andre instanser at montere offentlige links, der er delt fra denne server", + "Allow users to mount public link shares" : "Tillad brugere at montere offentlige linkdelinger" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/da.php b/apps/files_sharing/l10n/da.php deleted file mode 100644 index 8ab8c077be..0000000000 --- a/apps/files_sharing/l10n/da.php +++ /dev/null @@ -1,40 +0,0 @@ - "Server til serverdeling er ikke slået til på denne server", -"The mountpoint name contains invalid characters." => "Monteringspunktets navn indeholder ugyldige tegn.", -"Invalid or untrusted SSL certificate" => "Ugyldigt eller upålideligt SSL-certifikat", -"Couldn't add remote share" => "Kunne ikke tliføje den delte ekstern ressource", -"Shared with you" => "Delt med dig", -"Shared with others" => "Delt med andre", -"Shared by link" => "Delt via link", -"No files have been shared with you yet." => "Endnu er ingen filer delt med dig.", -"You haven't shared any files yet." => "Du har ikke delt nogen filer endnu.", -"You haven't shared any files by link yet." => "Du har ikke delt nogen filer endnu.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Vil du tilføje den eksterne deling {name} fra {owner}@{remote}?", -"Remote share" => "Ekstern deling", -"Remote share password" => "Adgangskode for ekstern deling", -"Cancel" => "Annuller", -"Add remote share" => "Tilføj ekstern deling", -"No ownCloud installation found at {remote}" => "Der blev ikke fundet en ownCloud-installation på {remote}", -"Invalid ownCloud url" => "Ugyldig ownCloud-URL", -"Shared by" => "Delt af", -"This share is password-protected" => "Delingen er beskyttet af kodeord", -"The password is wrong. Try again." => "Kodeordet er forkert. Prøv igen.", -"Password" => "Kodeord", -"Name" => "Navn", -"Share time" => "Dele periode", -"Sorry, this link doesn’t seem to work anymore." => "Desværre, dette link ser ikke ud til at fungerer længere.", -"Reasons might be:" => "Årsagen kan være:", -"the item was removed" => "Filen blev fjernet", -"the link expired" => "linket udløb", -"sharing is disabled" => "deling er deaktiveret", -"For more info, please ask the person who sent this link." => "For yderligere information, kontakt venligst personen der sendte linket. ", -"Add to your ownCloud" => "Tilføj til din ownCload", -"Download" => "Download", -"Download %s" => "Download %s", -"Direct link" => "Direkte link", -"Remote Shares" => "Eksterne delinger", -"Allow other instances to mount public links shared from this server" => "Tillad andre instanser at montere offentlige links, der er delt fra denne server", -"Allow users to mount public link shares" => "Tillad brugere at montere offentlige linkdelinger" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js new file mode 100644 index 0000000000..36858c8909 --- /dev/null +++ b/apps/files_sharing/l10n/de.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert", + "The mountpoint name contains invalid characters." : "Der Name des Einhängepunktes enthält nicht gültige Zeichen.", + "Invalid or untrusted SSL certificate" : "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat", + "Couldn't add remote share" : "Entfernte Freigabe kann nicht hinzu gefügt werden", + "Shared with you" : "Mit Dir geteilt", + "Shared with others" : "Von Dir geteilt", + "Shared by link" : "Geteilt über einen Link", + "No files have been shared with you yet." : "Es wurden bis jetzt keine Dateien mit Dir geteilt.", + "You haven't shared any files yet." : "Du hast bis jetzt keine Dateien mit anderen geteilt.", + "You haven't shared any files by link yet." : "Du hast bis jetzt keine Dateien über einen Link mit anderen geteilt.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Möchtest Du die entfernte Freigabe {name} von {owner}@{remote} hinzufügen?", + "Remote share" : "Entfernte Freigabe", + "Remote share password" : "Passwort für die entfernte Freigabe", + "Cancel" : "Abbrechen", + "Add remote share" : "Entfernte Freigabe hinzufügen", + "No ownCloud installation found at {remote}" : "Keine OwnCloud-Installation auf {remote} gefunden", + "Invalid ownCloud url" : "Ungültige OwnCloud-URL", + "Shared by" : "Geteilt von ", + "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt", + "The password is wrong. Try again." : "Bitte überprüfe Dein Passwort und versuche es erneut.", + "Password" : "Passwort", + "Name" : "Name", + "Share time" : "Zeitpunkt der Freigabe", + "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", + "Reasons might be:" : "Gründe könnten sein:", + "the item was removed" : "Das Element wurde entfernt", + "the link expired" : "Der Link ist abgelaufen", + "sharing is disabled" : "Teilen ist deaktiviert", + "For more info, please ask the person who sent this link." : "Für mehr Informationen, frage bitte die Person, die Dir diesen Link geschickt hat.", + "Add to your ownCloud" : "Zu Deiner ownCloud hinzufügen", + "Download" : "Herunterladen", + "Download %s" : "Download %s", + "Direct link" : "Direkter Link", + "Remote Shares" : "Entfernte Freigaben", + "Allow other instances to mount public links shared from this server" : "Andere Instanzen zum Hinzufügen von öffentlichen Links, die über diesen Server Freigegeben werden, erlauben", + "Allow users to mount public link shares" : "Erlaube Nutzern das Hinzufügen von freigegebenen öffentlichen Links" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json new file mode 100644 index 0000000000..db6ebf3b8a --- /dev/null +++ b/apps/files_sharing/l10n/de.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert", + "The mountpoint name contains invalid characters." : "Der Name des Einhängepunktes enthält nicht gültige Zeichen.", + "Invalid or untrusted SSL certificate" : "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat", + "Couldn't add remote share" : "Entfernte Freigabe kann nicht hinzu gefügt werden", + "Shared with you" : "Mit Dir geteilt", + "Shared with others" : "Von Dir geteilt", + "Shared by link" : "Geteilt über einen Link", + "No files have been shared with you yet." : "Es wurden bis jetzt keine Dateien mit Dir geteilt.", + "You haven't shared any files yet." : "Du hast bis jetzt keine Dateien mit anderen geteilt.", + "You haven't shared any files by link yet." : "Du hast bis jetzt keine Dateien über einen Link mit anderen geteilt.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Möchtest Du die entfernte Freigabe {name} von {owner}@{remote} hinzufügen?", + "Remote share" : "Entfernte Freigabe", + "Remote share password" : "Passwort für die entfernte Freigabe", + "Cancel" : "Abbrechen", + "Add remote share" : "Entfernte Freigabe hinzufügen", + "No ownCloud installation found at {remote}" : "Keine OwnCloud-Installation auf {remote} gefunden", + "Invalid ownCloud url" : "Ungültige OwnCloud-URL", + "Shared by" : "Geteilt von ", + "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt", + "The password is wrong. Try again." : "Bitte überprüfe Dein Passwort und versuche es erneut.", + "Password" : "Passwort", + "Name" : "Name", + "Share time" : "Zeitpunkt der Freigabe", + "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", + "Reasons might be:" : "Gründe könnten sein:", + "the item was removed" : "Das Element wurde entfernt", + "the link expired" : "Der Link ist abgelaufen", + "sharing is disabled" : "Teilen ist deaktiviert", + "For more info, please ask the person who sent this link." : "Für mehr Informationen, frage bitte die Person, die Dir diesen Link geschickt hat.", + "Add to your ownCloud" : "Zu Deiner ownCloud hinzufügen", + "Download" : "Herunterladen", + "Download %s" : "Download %s", + "Direct link" : "Direkter Link", + "Remote Shares" : "Entfernte Freigaben", + "Allow other instances to mount public links shared from this server" : "Andere Instanzen zum Hinzufügen von öffentlichen Links, die über diesen Server Freigegeben werden, erlauben", + "Allow users to mount public link shares" : "Erlaube Nutzern das Hinzufügen von freigegebenen öffentlichen Links" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php deleted file mode 100644 index 517f7c68b2..0000000000 --- a/apps/files_sharing/l10n/de.php +++ /dev/null @@ -1,40 +0,0 @@ - "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert", -"The mountpoint name contains invalid characters." => "Der Name des Einhängepunktes enthält nicht gültige Zeichen.", -"Invalid or untrusted SSL certificate" => "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat", -"Couldn't add remote share" => "Entfernte Freigabe kann nicht hinzu gefügt werden", -"Shared with you" => "Mit Dir geteilt", -"Shared with others" => "Von Dir geteilt", -"Shared by link" => "Geteilt über einen Link", -"No files have been shared with you yet." => "Es wurden bis jetzt keine Dateien mit Dir geteilt.", -"You haven't shared any files yet." => "Du hast bis jetzt keine Dateien mit anderen geteilt.", -"You haven't shared any files by link yet." => "Du hast bis jetzt keine Dateien über einen Link mit anderen geteilt.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Möchtest Du die entfernte Freigabe {name} von {owner}@{remote} hinzufügen?", -"Remote share" => "Entfernte Freigabe", -"Remote share password" => "Passwort für die entfernte Freigabe", -"Cancel" => "Abbrechen", -"Add remote share" => "Entfernte Freigabe hinzufügen", -"No ownCloud installation found at {remote}" => "Keine OwnCloud-Installation auf {remote} gefunden", -"Invalid ownCloud url" => "Ungültige OwnCloud-URL", -"Shared by" => "Geteilt von ", -"This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt", -"The password is wrong. Try again." => "Bitte überprüfe Dein Passwort und versuche es erneut.", -"Password" => "Passwort", -"Name" => "Name", -"Share time" => "Zeitpunkt der Freigabe", -"Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", -"Reasons might be:" => "Gründe könnten sein:", -"the item was removed" => "Das Element wurde entfernt", -"the link expired" => "Der Link ist abgelaufen", -"sharing is disabled" => "Teilen ist deaktiviert", -"For more info, please ask the person who sent this link." => "Für mehr Informationen, frage bitte die Person, die Dir diesen Link geschickt hat.", -"Add to your ownCloud" => "Zu Deiner ownCloud hinzufügen", -"Download" => "Herunterladen", -"Download %s" => "Download %s", -"Direct link" => "Direkter Link", -"Remote Shares" => "Entfernte Freigaben", -"Allow other instances to mount public links shared from this server" => "Andere Instanzen zum Hinzufügen von öffentlichen Links, die über diesen Server Freigegeben werden, erlauben", -"Allow users to mount public link shares" => "Erlaube Nutzern das Hinzufügen von freigegebenen öffentlichen Links" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/de_AT.js b/apps/files_sharing/l10n/de_AT.js new file mode 100644 index 0000000000..50b8f406f8 --- /dev/null +++ b/apps/files_sharing/l10n/de_AT.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Abbrechen", + "Password" : "Passwort", + "Download" : "Herunterladen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de_AT.json b/apps/files_sharing/l10n/de_AT.json new file mode 100644 index 0000000000..4f05c28750 --- /dev/null +++ b/apps/files_sharing/l10n/de_AT.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Abbrechen", + "Password" : "Passwort", + "Download" : "Herunterladen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/de_AT.php b/apps/files_sharing/l10n/de_AT.php deleted file mode 100644 index ebb78eece1..0000000000 --- a/apps/files_sharing/l10n/de_AT.php +++ /dev/null @@ -1,7 +0,0 @@ - "Abbrechen", -"Password" => "Passwort", -"Download" => "Herunterladen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/de_CH.js b/apps/files_sharing/l10n/de_CH.js new file mode 100644 index 0000000000..2cdb3d47c6 --- /dev/null +++ b/apps/files_sharing/l10n/de_CH.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Abbrechen", + "Shared by" : "Geteilt von", + "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", + "Password" : "Passwort", + "Name" : "Name", + "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", + "Reasons might be:" : "Gründe könnten sein:", + "the item was removed" : "Das Element wurde entfernt", + "the link expired" : "Der Link ist abgelaufen", + "sharing is disabled" : "Teilen ist deaktiviert", + "For more info, please ask the person who sent this link." : "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat.", + "Download" : "Herunterladen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de_CH.json b/apps/files_sharing/l10n/de_CH.json new file mode 100644 index 0000000000..a161e06bae --- /dev/null +++ b/apps/files_sharing/l10n/de_CH.json @@ -0,0 +1,15 @@ +{ "translations": { + "Cancel" : "Abbrechen", + "Shared by" : "Geteilt von", + "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", + "Password" : "Passwort", + "Name" : "Name", + "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", + "Reasons might be:" : "Gründe könnten sein:", + "the item was removed" : "Das Element wurde entfernt", + "the link expired" : "Der Link ist abgelaufen", + "sharing is disabled" : "Teilen ist deaktiviert", + "For more info, please ask the person who sent this link." : "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat.", + "Download" : "Herunterladen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/de_CH.php b/apps/files_sharing/l10n/de_CH.php deleted file mode 100644 index 2088d9a403..0000000000 --- a/apps/files_sharing/l10n/de_CH.php +++ /dev/null @@ -1,16 +0,0 @@ - "Abbrechen", -"Shared by" => "Geteilt von", -"The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", -"Password" => "Passwort", -"Name" => "Name", -"Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", -"Reasons might be:" => "Gründe könnten sein:", -"the item was removed" => "Das Element wurde entfernt", -"the link expired" => "Der Link ist abgelaufen", -"sharing is disabled" => "Teilen ist deaktiviert", -"For more info, please ask the person who sent this link." => "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat.", -"Download" => "Herunterladen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js new file mode 100644 index 0000000000..d028d22413 --- /dev/null +++ b/apps/files_sharing/l10n/de_DE.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert", + "The mountpoint name contains invalid characters." : "Der Name des Einhängepunktes enthält nicht gültige Zeichen.", + "Invalid or untrusted SSL certificate" : "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat", + "Couldn't add remote share" : "Entfernte Freigabe kann nicht hinzugefügt werden", + "Shared with you" : "Mit Ihnen geteilt", + "Shared with others" : "Von Ihnen geteilt", + "Shared by link" : "Geteilt über einen Link", + "No files have been shared with you yet." : "Es wurden bis jetzt keine Dateien mit Ihnen geteilt.", + "You haven't shared any files yet." : "Sie haben bis jetzt keine Dateien mit anderen geteilt.", + "You haven't shared any files by link yet." : "Sie haben bis jetzt keine Dateien über einen Link mit anderen geteilt.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Möchten Sie die entfernte Freigabe {name} von {owner}@{remote} hinzufügen?", + "Remote share" : "Entfernte Freigabe", + "Remote share password" : "Passwort für die entfernte Freigabe", + "Cancel" : "Abbrechen", + "Add remote share" : "Entfernte Freigabe hinzufügen", + "No ownCloud installation found at {remote}" : "Keine OwnCloud-Installation auf {remote} gefunden", + "Invalid ownCloud url" : "Ungültige OwnCloud-Adresse", + "Shared by" : "Geteilt von", + "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt", + "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", + "Password" : "Passwort", + "Name" : "Name", + "Share time" : "Zeitpunkt der Freigabe", + "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", + "Reasons might be:" : "Gründe könnten sein:", + "the item was removed" : "Das Element wurde entfernt", + "the link expired" : "Der Link ist abgelaufen", + "sharing is disabled" : "Teilen ist deaktiviert", + "For more info, please ask the person who sent this link." : "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat.", + "Add to your ownCloud" : "Zu Ihrer ownCloud hinzufügen", + "Download" : "Herunterladen", + "Download %s" : "Download %s", + "Direct link" : "Direkte Verlinkung", + "Remote Shares" : "Entfernte Freigaben", + "Allow other instances to mount public links shared from this server" : "Andere Instanzen zum Hinzufügen von öffentlichen Links, die über diesen Server Freigegeben werden, erlauben", + "Allow users to mount public link shares" : "Benutzern das Hinzufügen von freigegebenen öffentlichen Links erlauben" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json new file mode 100644 index 0000000000..546add6823 --- /dev/null +++ b/apps/files_sharing/l10n/de_DE.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert", + "The mountpoint name contains invalid characters." : "Der Name des Einhängepunktes enthält nicht gültige Zeichen.", + "Invalid or untrusted SSL certificate" : "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat", + "Couldn't add remote share" : "Entfernte Freigabe kann nicht hinzugefügt werden", + "Shared with you" : "Mit Ihnen geteilt", + "Shared with others" : "Von Ihnen geteilt", + "Shared by link" : "Geteilt über einen Link", + "No files have been shared with you yet." : "Es wurden bis jetzt keine Dateien mit Ihnen geteilt.", + "You haven't shared any files yet." : "Sie haben bis jetzt keine Dateien mit anderen geteilt.", + "You haven't shared any files by link yet." : "Sie haben bis jetzt keine Dateien über einen Link mit anderen geteilt.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Möchten Sie die entfernte Freigabe {name} von {owner}@{remote} hinzufügen?", + "Remote share" : "Entfernte Freigabe", + "Remote share password" : "Passwort für die entfernte Freigabe", + "Cancel" : "Abbrechen", + "Add remote share" : "Entfernte Freigabe hinzufügen", + "No ownCloud installation found at {remote}" : "Keine OwnCloud-Installation auf {remote} gefunden", + "Invalid ownCloud url" : "Ungültige OwnCloud-Adresse", + "Shared by" : "Geteilt von", + "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt", + "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", + "Password" : "Passwort", + "Name" : "Name", + "Share time" : "Zeitpunkt der Freigabe", + "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", + "Reasons might be:" : "Gründe könnten sein:", + "the item was removed" : "Das Element wurde entfernt", + "the link expired" : "Der Link ist abgelaufen", + "sharing is disabled" : "Teilen ist deaktiviert", + "For more info, please ask the person who sent this link." : "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat.", + "Add to your ownCloud" : "Zu Ihrer ownCloud hinzufügen", + "Download" : "Herunterladen", + "Download %s" : "Download %s", + "Direct link" : "Direkte Verlinkung", + "Remote Shares" : "Entfernte Freigaben", + "Allow other instances to mount public links shared from this server" : "Andere Instanzen zum Hinzufügen von öffentlichen Links, die über diesen Server Freigegeben werden, erlauben", + "Allow users to mount public link shares" : "Benutzern das Hinzufügen von freigegebenen öffentlichen Links erlauben" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/de_DE.php b/apps/files_sharing/l10n/de_DE.php deleted file mode 100644 index 231b2adb15..0000000000 --- a/apps/files_sharing/l10n/de_DE.php +++ /dev/null @@ -1,40 +0,0 @@ - "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert", -"The mountpoint name contains invalid characters." => "Der Name des Einhängepunktes enthält nicht gültige Zeichen.", -"Invalid or untrusted SSL certificate" => "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat", -"Couldn't add remote share" => "Entfernte Freigabe kann nicht hinzugefügt werden", -"Shared with you" => "Mit Ihnen geteilt", -"Shared with others" => "Von Ihnen geteilt", -"Shared by link" => "Geteilt über einen Link", -"No files have been shared with you yet." => "Es wurden bis jetzt keine Dateien mit Ihnen geteilt.", -"You haven't shared any files yet." => "Sie haben bis jetzt keine Dateien mit anderen geteilt.", -"You haven't shared any files by link yet." => "Sie haben bis jetzt keine Dateien über einen Link mit anderen geteilt.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Möchten Sie die entfernte Freigabe {name} von {owner}@{remote} hinzufügen?", -"Remote share" => "Entfernte Freigabe", -"Remote share password" => "Passwort für die entfernte Freigabe", -"Cancel" => "Abbrechen", -"Add remote share" => "Entfernte Freigabe hinzufügen", -"No ownCloud installation found at {remote}" => "Keine OwnCloud-Installation auf {remote} gefunden", -"Invalid ownCloud url" => "Ungültige OwnCloud-Adresse", -"Shared by" => "Geteilt von", -"This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt", -"The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", -"Password" => "Passwort", -"Name" => "Name", -"Share time" => "Zeitpunkt der Freigabe", -"Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", -"Reasons might be:" => "Gründe könnten sein:", -"the item was removed" => "Das Element wurde entfernt", -"the link expired" => "Der Link ist abgelaufen", -"sharing is disabled" => "Teilen ist deaktiviert", -"For more info, please ask the person who sent this link." => "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat.", -"Add to your ownCloud" => "Zu Ihrer ownCloud hinzufügen", -"Download" => "Herunterladen", -"Download %s" => "Download %s", -"Direct link" => "Direkte Verlinkung", -"Remote Shares" => "Entfernte Freigaben", -"Allow other instances to mount public links shared from this server" => "Andere Instanzen zum Hinzufügen von öffentlichen Links, die über diesen Server Freigegeben werden, erlauben", -"Allow users to mount public link shares" => "Benutzern das Hinzufügen von freigegebenen öffentlichen Links erlauben" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/el.js b/apps/files_sharing/l10n/el.js new file mode 100644 index 0000000000..04be435306 --- /dev/null +++ b/apps/files_sharing/l10n/el.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Ο διαμοιρασμός μεταξύ διακομιστών δεν έχει ενεργοποιηθεί σε αυτόν το διακομιστή", + "The mountpoint name contains invalid characters." : "Το όνομα σημείου προσάρτησης περιέχει μη έγκυρους χαρακτήρες.", + "Invalid or untrusted SSL certificate" : "Μη έγκυρο ή μη έμπιστο πιστοποιητικό SSL", + "Couldn't add remote share" : "Αδυναμία προσθήκης απομακρυσμένου κοινόχρηστου φακέλου", + "Shared with you" : "Διαμοιρασμένο με εσάς", + "Shared with others" : "Διαμοιρασμένο με άλλους", + "Shared by link" : "Διαμοιρασμένο μέσω συνδέσμου", + "No files have been shared with you yet." : "Κανένα αρχείο δεν έχει διαμοιραστεί ακόμα με εσάς.", + "You haven't shared any files yet." : "Δεν έχετε διαμοιραστεί κανένα αρχείο ακόμα.", + "You haven't shared any files by link yet." : "Δεν έχετε διαμοιραστεί κανένα αρχείο μέσω συνδέσμου ακόμα.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Θέλετε να προσθέσουμε τον απομακρυσμένο κοινόχρηστο φάκελο {name} από {owner}@{remote}?", + "Remote share" : "Απομακρυσμένος κοινόχρηστος φάκελος", + "Remote share password" : "Κωδικός πρόσβασης απομακρυσμένου κοινόχρηστου φακέλου", + "Cancel" : "Άκυρο", + "Add remote share" : "Προσθήκη απομακρυσμένου κοινόχρηστου φακέλου", + "No ownCloud installation found at {remote}" : "Δεν βρέθηκε εγκατεστημένο ownCloud στο {remote}", + "Invalid ownCloud url" : "Άκυρη url ownCloud ", + "Shared by" : "Διαμοιράστηκε από", + "This share is password-protected" : "Αυτός ο κοινόχρηστος φάκελος προστατεύεται με κωδικό", + "The password is wrong. Try again." : "Εσφαλμένος κωδικός πρόσβασης. Προσπαθήστε ξανά.", + "Password" : "Κωδικός πρόσβασης", + "Name" : "Όνομα", + "Share time" : "Χρόνος διαμοιρασμού", + "Sorry, this link doesn’t seem to work anymore." : "Συγγνώμη, αυτός ο σύνδεσμος μοιάζει να μην ισχύει πια.", + "Reasons might be:" : "Οι λόγοι μπορεί να είναι:", + "the item was removed" : "το αντικείμενο απομακρύνθηκε", + "the link expired" : "ο σύνδεσμος έληξε", + "sharing is disabled" : "ο διαμοιρασμός απενεργοποιήθηκε", + "For more info, please ask the person who sent this link." : "Για περισσότερες πληροφορίες, παρακαλώ ρωτήστε το άτομο που σας έστειλε αυτόν τον σύνδεσμο.", + "Add to your ownCloud" : "Προσθήκη στο ownCloud σου", + "Download" : "Λήψη", + "Download %s" : "Λήψη %s", + "Direct link" : "Άμεσος σύνδεσμος", + "Remote Shares" : "Απομακρυσμένοι Κοινόχρηστοι Φάκελοι", + "Allow other instances to mount public links shared from this server" : "Να επιτρέπεται σε άλλες εγκαταστάσεις να επιθέτουν δημόσιους συνδέσμους που έχουν διαμοιραστεί από αυτόν το διακομιστή", + "Allow users to mount public link shares" : "Να επιτρέπεται στους χρήστες να επιθέτουν κοινόχρηστους φακέλους από δημόσιους συνδέσμους" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/el.json b/apps/files_sharing/l10n/el.json new file mode 100644 index 0000000000..04a86c2761 --- /dev/null +++ b/apps/files_sharing/l10n/el.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Ο διαμοιρασμός μεταξύ διακομιστών δεν έχει ενεργοποιηθεί σε αυτόν το διακομιστή", + "The mountpoint name contains invalid characters." : "Το όνομα σημείου προσάρτησης περιέχει μη έγκυρους χαρακτήρες.", + "Invalid or untrusted SSL certificate" : "Μη έγκυρο ή μη έμπιστο πιστοποιητικό SSL", + "Couldn't add remote share" : "Αδυναμία προσθήκης απομακρυσμένου κοινόχρηστου φακέλου", + "Shared with you" : "Διαμοιρασμένο με εσάς", + "Shared with others" : "Διαμοιρασμένο με άλλους", + "Shared by link" : "Διαμοιρασμένο μέσω συνδέσμου", + "No files have been shared with you yet." : "Κανένα αρχείο δεν έχει διαμοιραστεί ακόμα με εσάς.", + "You haven't shared any files yet." : "Δεν έχετε διαμοιραστεί κανένα αρχείο ακόμα.", + "You haven't shared any files by link yet." : "Δεν έχετε διαμοιραστεί κανένα αρχείο μέσω συνδέσμου ακόμα.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Θέλετε να προσθέσουμε τον απομακρυσμένο κοινόχρηστο φάκελο {name} από {owner}@{remote}?", + "Remote share" : "Απομακρυσμένος κοινόχρηστος φάκελος", + "Remote share password" : "Κωδικός πρόσβασης απομακρυσμένου κοινόχρηστου φακέλου", + "Cancel" : "Άκυρο", + "Add remote share" : "Προσθήκη απομακρυσμένου κοινόχρηστου φακέλου", + "No ownCloud installation found at {remote}" : "Δεν βρέθηκε εγκατεστημένο ownCloud στο {remote}", + "Invalid ownCloud url" : "Άκυρη url ownCloud ", + "Shared by" : "Διαμοιράστηκε από", + "This share is password-protected" : "Αυτός ο κοινόχρηστος φάκελος προστατεύεται με κωδικό", + "The password is wrong. Try again." : "Εσφαλμένος κωδικός πρόσβασης. Προσπαθήστε ξανά.", + "Password" : "Κωδικός πρόσβασης", + "Name" : "Όνομα", + "Share time" : "Χρόνος διαμοιρασμού", + "Sorry, this link doesn’t seem to work anymore." : "Συγγνώμη, αυτός ο σύνδεσμος μοιάζει να μην ισχύει πια.", + "Reasons might be:" : "Οι λόγοι μπορεί να είναι:", + "the item was removed" : "το αντικείμενο απομακρύνθηκε", + "the link expired" : "ο σύνδεσμος έληξε", + "sharing is disabled" : "ο διαμοιρασμός απενεργοποιήθηκε", + "For more info, please ask the person who sent this link." : "Για περισσότερες πληροφορίες, παρακαλώ ρωτήστε το άτομο που σας έστειλε αυτόν τον σύνδεσμο.", + "Add to your ownCloud" : "Προσθήκη στο ownCloud σου", + "Download" : "Λήψη", + "Download %s" : "Λήψη %s", + "Direct link" : "Άμεσος σύνδεσμος", + "Remote Shares" : "Απομακρυσμένοι Κοινόχρηστοι Φάκελοι", + "Allow other instances to mount public links shared from this server" : "Να επιτρέπεται σε άλλες εγκαταστάσεις να επιθέτουν δημόσιους συνδέσμους που έχουν διαμοιραστεί από αυτόν το διακομιστή", + "Allow users to mount public link shares" : "Να επιτρέπεται στους χρήστες να επιθέτουν κοινόχρηστους φακέλους από δημόσιους συνδέσμους" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/el.php b/apps/files_sharing/l10n/el.php deleted file mode 100644 index a4d8e35d90..0000000000 --- a/apps/files_sharing/l10n/el.php +++ /dev/null @@ -1,40 +0,0 @@ - "Ο διαμοιρασμός μεταξύ διακομιστών δεν έχει ενεργοποιηθεί σε αυτόν το διακομιστή", -"The mountpoint name contains invalid characters." => "Το όνομα σημείου προσάρτησης περιέχει μη έγκυρους χαρακτήρες.", -"Invalid or untrusted SSL certificate" => "Μη έγκυρο ή μη έμπιστο πιστοποιητικό SSL", -"Couldn't add remote share" => "Αδυναμία προσθήκης απομακρυσμένου κοινόχρηστου φακέλου", -"Shared with you" => "Διαμοιρασμένο με εσάς", -"Shared with others" => "Διαμοιρασμένο με άλλους", -"Shared by link" => "Διαμοιρασμένο μέσω συνδέσμου", -"No files have been shared with you yet." => "Κανένα αρχείο δεν έχει διαμοιραστεί ακόμα με εσάς.", -"You haven't shared any files yet." => "Δεν έχετε διαμοιραστεί κανένα αρχείο ακόμα.", -"You haven't shared any files by link yet." => "Δεν έχετε διαμοιραστεί κανένα αρχείο μέσω συνδέσμου ακόμα.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Θέλετε να προσθέσουμε τον απομακρυσμένο κοινόχρηστο φάκελο {name} από {owner}@{remote}?", -"Remote share" => "Απομακρυσμένος κοινόχρηστος φάκελος", -"Remote share password" => "Κωδικός πρόσβασης απομακρυσμένου κοινόχρηστου φακέλου", -"Cancel" => "Άκυρο", -"Add remote share" => "Προσθήκη απομακρυσμένου κοινόχρηστου φακέλου", -"No ownCloud installation found at {remote}" => "Δεν βρέθηκε εγκατεστημένο ownCloud στο {remote}", -"Invalid ownCloud url" => "Άκυρη url ownCloud ", -"Shared by" => "Διαμοιράστηκε από", -"This share is password-protected" => "Αυτός ο κοινόχρηστος φάκελος προστατεύεται με κωδικό", -"The password is wrong. Try again." => "Εσφαλμένος κωδικός πρόσβασης. Προσπαθήστε ξανά.", -"Password" => "Κωδικός πρόσβασης", -"Name" => "Όνομα", -"Share time" => "Χρόνος διαμοιρασμού", -"Sorry, this link doesn’t seem to work anymore." => "Συγγνώμη, αυτός ο σύνδεσμος μοιάζει να μην ισχύει πια.", -"Reasons might be:" => "Οι λόγοι μπορεί να είναι:", -"the item was removed" => "το αντικείμενο απομακρύνθηκε", -"the link expired" => "ο σύνδεσμος έληξε", -"sharing is disabled" => "ο διαμοιρασμός απενεργοποιήθηκε", -"For more info, please ask the person who sent this link." => "Για περισσότερες πληροφορίες, παρακαλώ ρωτήστε το άτομο που σας έστειλε αυτόν τον σύνδεσμο.", -"Add to your ownCloud" => "Προσθήκη στο ownCloud σου", -"Download" => "Λήψη", -"Download %s" => "Λήψη %s", -"Direct link" => "Άμεσος σύνδεσμος", -"Remote Shares" => "Απομακρυσμένοι Κοινόχρηστοι Φάκελοι", -"Allow other instances to mount public links shared from this server" => "Να επιτρέπεται σε άλλες εγκαταστάσεις να επιθέτουν δημόσιους συνδέσμους που έχουν διαμοιραστεί από αυτόν το διακομιστή", -"Allow users to mount public link shares" => "Να επιτρέπεται στους χρήστες να επιθέτουν κοινόχρηστους φακέλους από δημόσιους συνδέσμους" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/en@pirate.js b/apps/files_sharing/l10n/en@pirate.js new file mode 100644 index 0000000000..84e0fabadc --- /dev/null +++ b/apps/files_sharing/l10n/en@pirate.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_sharing", + { + "Password" : "Secret Code", + "Download" : "Download" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/en@pirate.json b/apps/files_sharing/l10n/en@pirate.json new file mode 100644 index 0000000000..ec5b5f4b27 --- /dev/null +++ b/apps/files_sharing/l10n/en@pirate.json @@ -0,0 +1,5 @@ +{ "translations": { + "Password" : "Secret Code", + "Download" : "Download" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/en@pirate.php b/apps/files_sharing/l10n/en@pirate.php deleted file mode 100644 index a927110900..0000000000 --- a/apps/files_sharing/l10n/en@pirate.php +++ /dev/null @@ -1,6 +0,0 @@ - "Secret Code", -"Download" => "Download" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js new file mode 100644 index 0000000000..16e0ff1433 --- /dev/null +++ b/apps/files_sharing/l10n/en_GB.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Server to server sharing is not enabled on this server", + "The mountpoint name contains invalid characters." : "The mountpoint name contains invalid characters.", + "Invalid or untrusted SSL certificate" : "Invalid or untrusted SSL certificate", + "Couldn't add remote share" : "Couldn't add remote share", + "Shared with you" : "Shared with you", + "Shared with others" : "Shared with others", + "Shared by link" : "Shared by link", + "No files have been shared with you yet." : "No files have been shared with you yet.", + "You haven't shared any files yet." : "You haven't shared any files yet.", + "You haven't shared any files by link yet." : "You haven't shared any files by link yet.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Do you want to add the remote share {name} from {owner}@{remote}?", + "Remote share" : "Remote share", + "Remote share password" : "Remote share password", + "Cancel" : "Cancel", + "Add remote share" : "Add remote share", + "No ownCloud installation found at {remote}" : "No ownCloud installation found at {remote}", + "Invalid ownCloud url" : "Invalid ownCloud URL", + "Shared by" : "Shared by", + "This share is password-protected" : "This share is password-protected", + "The password is wrong. Try again." : "The password is wrong. Try again.", + "Password" : "Password", + "Name" : "Name", + "Share time" : "Share time", + "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore.", + "Reasons might be:" : "Reasons might be:", + "the item was removed" : "the item was removed", + "the link expired" : "the link expired", + "sharing is disabled" : "sharing is disabled", + "For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.", + "Add to your ownCloud" : "Add to your ownCloud", + "Download" : "Download", + "Download %s" : "Download %s", + "Direct link" : "Direct link", + "Remote Shares" : "Remote Shares", + "Allow other instances to mount public links shared from this server" : "Allow other instances to mount public links shared from this server", + "Allow users to mount public link shares" : "Allow users to mount public link shares" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json new file mode 100644 index 0000000000..ddee5ae053 --- /dev/null +++ b/apps/files_sharing/l10n/en_GB.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Server to server sharing is not enabled on this server", + "The mountpoint name contains invalid characters." : "The mountpoint name contains invalid characters.", + "Invalid or untrusted SSL certificate" : "Invalid or untrusted SSL certificate", + "Couldn't add remote share" : "Couldn't add remote share", + "Shared with you" : "Shared with you", + "Shared with others" : "Shared with others", + "Shared by link" : "Shared by link", + "No files have been shared with you yet." : "No files have been shared with you yet.", + "You haven't shared any files yet." : "You haven't shared any files yet.", + "You haven't shared any files by link yet." : "You haven't shared any files by link yet.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Do you want to add the remote share {name} from {owner}@{remote}?", + "Remote share" : "Remote share", + "Remote share password" : "Remote share password", + "Cancel" : "Cancel", + "Add remote share" : "Add remote share", + "No ownCloud installation found at {remote}" : "No ownCloud installation found at {remote}", + "Invalid ownCloud url" : "Invalid ownCloud URL", + "Shared by" : "Shared by", + "This share is password-protected" : "This share is password-protected", + "The password is wrong. Try again." : "The password is wrong. Try again.", + "Password" : "Password", + "Name" : "Name", + "Share time" : "Share time", + "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore.", + "Reasons might be:" : "Reasons might be:", + "the item was removed" : "the item was removed", + "the link expired" : "the link expired", + "sharing is disabled" : "sharing is disabled", + "For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.", + "Add to your ownCloud" : "Add to your ownCloud", + "Download" : "Download", + "Download %s" : "Download %s", + "Direct link" : "Direct link", + "Remote Shares" : "Remote Shares", + "Allow other instances to mount public links shared from this server" : "Allow other instances to mount public links shared from this server", + "Allow users to mount public link shares" : "Allow users to mount public link shares" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/en_GB.php b/apps/files_sharing/l10n/en_GB.php deleted file mode 100644 index 66238fbb6b..0000000000 --- a/apps/files_sharing/l10n/en_GB.php +++ /dev/null @@ -1,40 +0,0 @@ - "Server to server sharing is not enabled on this server", -"The mountpoint name contains invalid characters." => "The mountpoint name contains invalid characters.", -"Invalid or untrusted SSL certificate" => "Invalid or untrusted SSL certificate", -"Couldn't add remote share" => "Couldn't add remote share", -"Shared with you" => "Shared with you", -"Shared with others" => "Shared with others", -"Shared by link" => "Shared by link", -"No files have been shared with you yet." => "No files have been shared with you yet.", -"You haven't shared any files yet." => "You haven't shared any files yet.", -"You haven't shared any files by link yet." => "You haven't shared any files by link yet.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Do you want to add the remote share {name} from {owner}@{remote}?", -"Remote share" => "Remote share", -"Remote share password" => "Remote share password", -"Cancel" => "Cancel", -"Add remote share" => "Add remote share", -"No ownCloud installation found at {remote}" => "No ownCloud installation found at {remote}", -"Invalid ownCloud url" => "Invalid ownCloud URL", -"Shared by" => "Shared by", -"This share is password-protected" => "This share is password-protected", -"The password is wrong. Try again." => "The password is wrong. Try again.", -"Password" => "Password", -"Name" => "Name", -"Share time" => "Share time", -"Sorry, this link doesn’t seem to work anymore." => "Sorry, this link doesn’t seem to work anymore.", -"Reasons might be:" => "Reasons might be:", -"the item was removed" => "the item was removed", -"the link expired" => "the link expired", -"sharing is disabled" => "sharing is disabled", -"For more info, please ask the person who sent this link." => "For more info, please ask the person who sent this link.", -"Add to your ownCloud" => "Add to your ownCloud", -"Download" => "Download", -"Download %s" => "Download %s", -"Direct link" => "Direct link", -"Remote Shares" => "Remote Shares", -"Allow other instances to mount public links shared from this server" => "Allow other instances to mount public links shared from this server", -"Allow users to mount public link shares" => "Allow users to mount public link shares" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/eo.js b/apps/files_sharing/l10n/eo.js new file mode 100644 index 0000000000..28e1c3acdb --- /dev/null +++ b/apps/files_sharing/l10n/eo.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Interservila kunhavo ne kapabliĝis en ĉi tiu servilo", + "Shared with you" : "Kunhavata kun vi", + "Shared with others" : "Kunhavata kun aliaj", + "Shared by link" : "Kunhavata per ligilo", + "No files have been shared with you yet." : "Neniu dosiero kunhaviĝis kun vi ankoraŭ.", + "You haven't shared any files yet." : "Vi kunhavigis neniun dosieron ankoraŭ.", + "You haven't shared any files by link yet." : "Vi kunhavigis neniun dosieron per ligilo ankoraŭ.", + "Cancel" : "Nuligi", + "No ownCloud installation found at {remote}" : "Ne troviĝis instalo de ownCloud ĉe {remote}", + "Invalid ownCloud url" : "Nevalidas URL de ownCloud", + "Shared by" : "Kunhavigita de", + "This share is password-protected" : "Ĉi tiu kunhavigo estas protektata per pasvorto", + "The password is wrong. Try again." : "La pasvorto malĝustas. Provu denove.", + "Password" : "Pasvorto", + "Name" : "Nomo", + "Sorry, this link doesn’t seem to work anymore." : "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.", + "Reasons might be:" : "Kialoj povas esti:", + "the item was removed" : "la ero foriĝis", + "the link expired" : "la ligilo eksvalidiĝis", + "sharing is disabled" : "kunhavigo malkapablas", + "For more info, please ask the person who sent this link." : "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.", + "Download" : "Elŝuti", + "Download %s" : "Elŝuti %s", + "Direct link" : "Direkta ligilo" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/eo.json b/apps/files_sharing/l10n/eo.json new file mode 100644 index 0000000000..00d0d7de2a --- /dev/null +++ b/apps/files_sharing/l10n/eo.json @@ -0,0 +1,27 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Interservila kunhavo ne kapabliĝis en ĉi tiu servilo", + "Shared with you" : "Kunhavata kun vi", + "Shared with others" : "Kunhavata kun aliaj", + "Shared by link" : "Kunhavata per ligilo", + "No files have been shared with you yet." : "Neniu dosiero kunhaviĝis kun vi ankoraŭ.", + "You haven't shared any files yet." : "Vi kunhavigis neniun dosieron ankoraŭ.", + "You haven't shared any files by link yet." : "Vi kunhavigis neniun dosieron per ligilo ankoraŭ.", + "Cancel" : "Nuligi", + "No ownCloud installation found at {remote}" : "Ne troviĝis instalo de ownCloud ĉe {remote}", + "Invalid ownCloud url" : "Nevalidas URL de ownCloud", + "Shared by" : "Kunhavigita de", + "This share is password-protected" : "Ĉi tiu kunhavigo estas protektata per pasvorto", + "The password is wrong. Try again." : "La pasvorto malĝustas. Provu denove.", + "Password" : "Pasvorto", + "Name" : "Nomo", + "Sorry, this link doesn’t seem to work anymore." : "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.", + "Reasons might be:" : "Kialoj povas esti:", + "the item was removed" : "la ero foriĝis", + "the link expired" : "la ligilo eksvalidiĝis", + "sharing is disabled" : "kunhavigo malkapablas", + "For more info, please ask the person who sent this link." : "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.", + "Download" : "Elŝuti", + "Download %s" : "Elŝuti %s", + "Direct link" : "Direkta ligilo" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/eo.php b/apps/files_sharing/l10n/eo.php deleted file mode 100644 index 14ae1b36ff..0000000000 --- a/apps/files_sharing/l10n/eo.php +++ /dev/null @@ -1,28 +0,0 @@ - "Interservila kunhavo ne kapabliĝis en ĉi tiu servilo", -"Shared with you" => "Kunhavata kun vi", -"Shared with others" => "Kunhavata kun aliaj", -"Shared by link" => "Kunhavata per ligilo", -"No files have been shared with you yet." => "Neniu dosiero kunhaviĝis kun vi ankoraŭ.", -"You haven't shared any files yet." => "Vi kunhavigis neniun dosieron ankoraŭ.", -"You haven't shared any files by link yet." => "Vi kunhavigis neniun dosieron per ligilo ankoraŭ.", -"Cancel" => "Nuligi", -"No ownCloud installation found at {remote}" => "Ne troviĝis instalo de ownCloud ĉe {remote}", -"Invalid ownCloud url" => "Nevalidas URL de ownCloud", -"Shared by" => "Kunhavigita de", -"This share is password-protected" => "Ĉi tiu kunhavigo estas protektata per pasvorto", -"The password is wrong. Try again." => "La pasvorto malĝustas. Provu denove.", -"Password" => "Pasvorto", -"Name" => "Nomo", -"Sorry, this link doesn’t seem to work anymore." => "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.", -"Reasons might be:" => "Kialoj povas esti:", -"the item was removed" => "la ero foriĝis", -"the link expired" => "la ligilo eksvalidiĝis", -"sharing is disabled" => "kunhavigo malkapablas", -"For more info, please ask the person who sent this link." => "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.", -"Download" => "Elŝuti", -"Download %s" => "Elŝuti %s", -"Direct link" => "Direkta ligilo" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js new file mode 100644 index 0000000000..2d0ba1b32e --- /dev/null +++ b/apps/files_sharing/l10n/es.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Compartir entre servidores no está habilitado en este servidor", + "The mountpoint name contains invalid characters." : "El punto de montaje contiene caracteres inválidos.", + "Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no confiable", + "Couldn't add remote share" : "No se puede añadir un compartido remoto", + "Shared with you" : "Compartido contigo", + "Shared with others" : "Compartido con otros", + "Shared by link" : "Compartido por medio de enlaces", + "No files have been shared with you yet." : "Aún no han compartido contigo ningún archivo.", + "You haven't shared any files yet." : "Aún no has compartido ningún archivo.", + "You haven't shared any files by link yet." : "Usted todavía no ha compartido ningún archivo por medio de enlaces.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?", + "Remote share" : "Recurso compartido remoto", + "Remote share password" : "Contraseña del compartido remoto", + "Cancel" : "Cancelar", + "Add remote share" : "Añadir recurso compartido remoto", + "No ownCloud installation found at {remote}" : "No se encontró una instalación de ownCloud en {remote}", + "Invalid ownCloud url" : "URL de ownCloud inválido", + "Shared by" : "Compartido por", + "This share is password-protected" : "Este elemento compartido esta protegido por contraseña", + "The password is wrong. Try again." : "La contraseña introducida es errónea. Inténtelo de nuevo.", + "Password" : "Contraseña", + "Name" : "Nombre", + "Share time" : "Compartido hace", + "Sorry, this link doesn’t seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.", + "Reasons might be:" : "Las causas podrían ser:", + "the item was removed" : "el elemento fue eliminado", + "the link expired" : "el enlace expiró", + "sharing is disabled" : "compartir está desactivado", + "For more info, please ask the person who sent this link." : "Para mayor información, contacte a la persona que le envió el enlace.", + "Add to your ownCloud" : "Agregue su propio ownCloud", + "Download" : "Descargar", + "Download %s" : "Descargar %s", + "Direct link" : "Enlace directo", + "Remote Shares" : "Almacenamiento compartido remoto", + "Allow other instances to mount public links shared from this server" : "Permitir a otros montar enlaces publicos compartidos de este servidor", + "Allow users to mount public link shares" : "Permitir a los usuarios montar enlaces publicos compartidos" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json new file mode 100644 index 0000000000..3821c00cd7 --- /dev/null +++ b/apps/files_sharing/l10n/es.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Compartir entre servidores no está habilitado en este servidor", + "The mountpoint name contains invalid characters." : "El punto de montaje contiene caracteres inválidos.", + "Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no confiable", + "Couldn't add remote share" : "No se puede añadir un compartido remoto", + "Shared with you" : "Compartido contigo", + "Shared with others" : "Compartido con otros", + "Shared by link" : "Compartido por medio de enlaces", + "No files have been shared with you yet." : "Aún no han compartido contigo ningún archivo.", + "You haven't shared any files yet." : "Aún no has compartido ningún archivo.", + "You haven't shared any files by link yet." : "Usted todavía no ha compartido ningún archivo por medio de enlaces.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?", + "Remote share" : "Recurso compartido remoto", + "Remote share password" : "Contraseña del compartido remoto", + "Cancel" : "Cancelar", + "Add remote share" : "Añadir recurso compartido remoto", + "No ownCloud installation found at {remote}" : "No se encontró una instalación de ownCloud en {remote}", + "Invalid ownCloud url" : "URL de ownCloud inválido", + "Shared by" : "Compartido por", + "This share is password-protected" : "Este elemento compartido esta protegido por contraseña", + "The password is wrong. Try again." : "La contraseña introducida es errónea. Inténtelo de nuevo.", + "Password" : "Contraseña", + "Name" : "Nombre", + "Share time" : "Compartido hace", + "Sorry, this link doesn’t seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.", + "Reasons might be:" : "Las causas podrían ser:", + "the item was removed" : "el elemento fue eliminado", + "the link expired" : "el enlace expiró", + "sharing is disabled" : "compartir está desactivado", + "For more info, please ask the person who sent this link." : "Para mayor información, contacte a la persona que le envió el enlace.", + "Add to your ownCloud" : "Agregue su propio ownCloud", + "Download" : "Descargar", + "Download %s" : "Descargar %s", + "Direct link" : "Enlace directo", + "Remote Shares" : "Almacenamiento compartido remoto", + "Allow other instances to mount public links shared from this server" : "Permitir a otros montar enlaces publicos compartidos de este servidor", + "Allow users to mount public link shares" : "Permitir a los usuarios montar enlaces publicos compartidos" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php deleted file mode 100644 index 2611ab993d..0000000000 --- a/apps/files_sharing/l10n/es.php +++ /dev/null @@ -1,40 +0,0 @@ - "Compartir entre servidores no está habilitado en este servidor", -"The mountpoint name contains invalid characters." => "El punto de montaje contiene caracteres inválidos.", -"Invalid or untrusted SSL certificate" => "Certificado SSL inválido o no confiable", -"Couldn't add remote share" => "No se puede añadir un compartido remoto", -"Shared with you" => "Compartido contigo", -"Shared with others" => "Compartido con otros", -"Shared by link" => "Compartido por medio de enlaces", -"No files have been shared with you yet." => "Aún no han compartido contigo ningún archivo.", -"You haven't shared any files yet." => "Aún no has compartido ningún archivo.", -"You haven't shared any files by link yet." => "Usted todavía no ha compartido ningún archivo por medio de enlaces.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?", -"Remote share" => "Recurso compartido remoto", -"Remote share password" => "Contraseña del compartido remoto", -"Cancel" => "Cancelar", -"Add remote share" => "Añadir recurso compartido remoto", -"No ownCloud installation found at {remote}" => "No se encontró una instalación de ownCloud en {remote}", -"Invalid ownCloud url" => "URL de ownCloud inválido", -"Shared by" => "Compartido por", -"This share is password-protected" => "Este elemento compartido esta protegido por contraseña", -"The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.", -"Password" => "Contraseña", -"Name" => "Nombre", -"Share time" => "Compartido hace", -"Sorry, this link doesn’t seem to work anymore." => "Vaya, este enlace parece que no volverá a funcionar.", -"Reasons might be:" => "Las causas podrían ser:", -"the item was removed" => "el elemento fue eliminado", -"the link expired" => "el enlace expiró", -"sharing is disabled" => "compartir está desactivado", -"For more info, please ask the person who sent this link." => "Para mayor información, contacte a la persona que le envió el enlace.", -"Add to your ownCloud" => "Agregue su propio ownCloud", -"Download" => "Descargar", -"Download %s" => "Descargar %s", -"Direct link" => "Enlace directo", -"Remote Shares" => "Almacenamiento compartido remoto", -"Allow other instances to mount public links shared from this server" => "Permitir a otros montar enlaces publicos compartidos de este servidor", -"Allow users to mount public link shares" => "Permitir a los usuarios montar enlaces publicos compartidos" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/es_AR.js b/apps/files_sharing/l10n/es_AR.js new file mode 100644 index 0000000000..b90c8293df --- /dev/null +++ b/apps/files_sharing/l10n/es_AR.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Cancelar", + "Shared by" : "Compartido por", + "This share is password-protected" : "Esto está protegido por contraseña", + "The password is wrong. Try again." : "La contraseña no es correcta. Probá de nuevo.", + "Password" : "Contraseña", + "Name" : "Nombre", + "Sorry, this link doesn’t seem to work anymore." : "Perdón, este enlace parece no funcionar más.", + "Reasons might be:" : "Las causas podrían ser:", + "the item was removed" : "el elemento fue borrado", + "the link expired" : "el enlace expiró", + "sharing is disabled" : "compartir está desactivado", + "For more info, please ask the person who sent this link." : "Para mayor información, contactá a la persona que te mandó el enlace.", + "Download" : "Descargar", + "Direct link" : "Vínculo directo" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_AR.json b/apps/files_sharing/l10n/es_AR.json new file mode 100644 index 0000000000..9e11b761ed --- /dev/null +++ b/apps/files_sharing/l10n/es_AR.json @@ -0,0 +1,17 @@ +{ "translations": { + "Cancel" : "Cancelar", + "Shared by" : "Compartido por", + "This share is password-protected" : "Esto está protegido por contraseña", + "The password is wrong. Try again." : "La contraseña no es correcta. Probá de nuevo.", + "Password" : "Contraseña", + "Name" : "Nombre", + "Sorry, this link doesn’t seem to work anymore." : "Perdón, este enlace parece no funcionar más.", + "Reasons might be:" : "Las causas podrían ser:", + "the item was removed" : "el elemento fue borrado", + "the link expired" : "el enlace expiró", + "sharing is disabled" : "compartir está desactivado", + "For more info, please ask the person who sent this link." : "Para mayor información, contactá a la persona que te mandó el enlace.", + "Download" : "Descargar", + "Direct link" : "Vínculo directo" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/es_AR.php b/apps/files_sharing/l10n/es_AR.php deleted file mode 100644 index 4d57018a3b..0000000000 --- a/apps/files_sharing/l10n/es_AR.php +++ /dev/null @@ -1,18 +0,0 @@ - "Cancelar", -"Shared by" => "Compartido por", -"This share is password-protected" => "Esto está protegido por contraseña", -"The password is wrong. Try again." => "La contraseña no es correcta. Probá de nuevo.", -"Password" => "Contraseña", -"Name" => "Nombre", -"Sorry, this link doesn’t seem to work anymore." => "Perdón, este enlace parece no funcionar más.", -"Reasons might be:" => "Las causas podrían ser:", -"the item was removed" => "el elemento fue borrado", -"the link expired" => "el enlace expiró", -"sharing is disabled" => "compartir está desactivado", -"For more info, please ask the person who sent this link." => "Para mayor información, contactá a la persona que te mandó el enlace.", -"Download" => "Descargar", -"Direct link" => "Vínculo directo" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/es_CL.js b/apps/files_sharing/l10n/es_CL.js new file mode 100644 index 0000000000..33d53eb99e --- /dev/null +++ b/apps/files_sharing/l10n/es_CL.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Cancelar", + "Password" : "Clave", + "Download" : "Descargar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_CL.json b/apps/files_sharing/l10n/es_CL.json new file mode 100644 index 0000000000..a77aecd034 --- /dev/null +++ b/apps/files_sharing/l10n/es_CL.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Cancelar", + "Password" : "Clave", + "Download" : "Descargar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/es_CL.php b/apps/files_sharing/l10n/es_CL.php deleted file mode 100644 index 3b5a3bea6f..0000000000 --- a/apps/files_sharing/l10n/es_CL.php +++ /dev/null @@ -1,7 +0,0 @@ - "Cancelar", -"Password" => "Clave", -"Download" => "Descargar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js new file mode 100644 index 0000000000..7d608b06e4 --- /dev/null +++ b/apps/files_sharing/l10n/es_MX.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Cancelar", + "Shared by" : "Compartido por", + "This share is password-protected" : "Este elemento compartido esta protegido por contraseña", + "The password is wrong. Try again." : "La contraseña introducida es errónea. Inténtelo de nuevo.", + "Password" : "Contraseña", + "Name" : "Nombre", + "Sorry, this link doesn’t seem to work anymore." : "Lo siento, este enlace al parecer ya no funciona.", + "Reasons might be:" : "Las causas podrían ser:", + "the item was removed" : "el elemento fue eliminado", + "the link expired" : "el enlace expiró", + "sharing is disabled" : "compartir está desactivado", + "For more info, please ask the person who sent this link." : "Para mayor información, contacte a la persona que le envió el enlace.", + "Download" : "Descargar", + "Direct link" : "Enlace directo" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/es_MX.json b/apps/files_sharing/l10n/es_MX.json new file mode 100644 index 0000000000..7b0cff9018 --- /dev/null +++ b/apps/files_sharing/l10n/es_MX.json @@ -0,0 +1,17 @@ +{ "translations": { + "Cancel" : "Cancelar", + "Shared by" : "Compartido por", + "This share is password-protected" : "Este elemento compartido esta protegido por contraseña", + "The password is wrong. Try again." : "La contraseña introducida es errónea. Inténtelo de nuevo.", + "Password" : "Contraseña", + "Name" : "Nombre", + "Sorry, this link doesn’t seem to work anymore." : "Lo siento, este enlace al parecer ya no funciona.", + "Reasons might be:" : "Las causas podrían ser:", + "the item was removed" : "el elemento fue eliminado", + "the link expired" : "el enlace expiró", + "sharing is disabled" : "compartir está desactivado", + "For more info, please ask the person who sent this link." : "Para mayor información, contacte a la persona que le envió el enlace.", + "Download" : "Descargar", + "Direct link" : "Enlace directo" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/es_MX.php b/apps/files_sharing/l10n/es_MX.php deleted file mode 100644 index e86f58ed6a..0000000000 --- a/apps/files_sharing/l10n/es_MX.php +++ /dev/null @@ -1,18 +0,0 @@ - "Cancelar", -"Shared by" => "Compartido por", -"This share is password-protected" => "Este elemento compartido esta protegido por contraseña", -"The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.", -"Password" => "Contraseña", -"Name" => "Nombre", -"Sorry, this link doesn’t seem to work anymore." => "Lo siento, este enlace al parecer ya no funciona.", -"Reasons might be:" => "Las causas podrían ser:", -"the item was removed" => "el elemento fue eliminado", -"the link expired" => "el enlace expiró", -"sharing is disabled" => "compartir está desactivado", -"For more info, please ask the person who sent this link." => "Para mayor información, contacte a la persona que le envió el enlace.", -"Download" => "Descargar", -"Direct link" => "Enlace directo" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/et_EE.js b/apps/files_sharing/l10n/et_EE.js new file mode 100644 index 0000000000..51389730f0 --- /dev/null +++ b/apps/files_sharing/l10n/et_EE.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Serverist serverisse jagamine pole antud serveris lubatud", + "The mountpoint name contains invalid characters." : "Ühenduspunkti nimes on vigaseid märke.", + "Invalid or untrusted SSL certificate" : "Vigane või tundmatu SSL sertifikaat", + "Couldn't add remote share" : "Ei suutnud lisada kaugjagamist", + "Shared with you" : "Sinuga jagatud", + "Shared with others" : "Teistega jagatud", + "Shared by link" : "Jagatud lingiga", + "No files have been shared with you yet." : "Sinuga pole veel ühtegi faili jagatud.", + "You haven't shared any files yet." : "Sa pole jaganud veel ühtegi faili.", + "You haven't shared any files by link yet." : "Sa pole lingiga jaganud veel ühtegi faili.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Soovid lisata kaugjagamise {name} asukohast {owner}@{remote}?", + "Remote share" : "Kaugjagamine", + "Remote share password" : "Kaugjagamise parool", + "Cancel" : "Loobu", + "Add remote share" : "Lisa kaugjagamine", + "No ownCloud installation found at {remote}" : "Ei leitud ownCloud paigaldust asukohas {remote}", + "Invalid ownCloud url" : "Vigane ownCloud url", + "Shared by" : "Jagas", + "This share is password-protected" : "See jagamine on parooliga kaitstud", + "The password is wrong. Try again." : "Parool on vale. Proovi uuesti.", + "Password" : "Parool", + "Name" : "Nimi", + "Share time" : "Jagamise aeg", + "Sorry, this link doesn’t seem to work anymore." : "Vabandust, see link ei tundu enam toimivat.", + "Reasons might be:" : "Põhjused võivad olla:", + "the item was removed" : "üksus on eemaldatud", + "the link expired" : "link on aegunud", + "sharing is disabled" : "jagamine on peatatud", + "For more info, please ask the person who sent this link." : "Täpsema info saamiseks palun pöördu lingi saatnud isiku poole.", + "Add to your ownCloud" : "Lisa oma ownCloudi", + "Download" : "Lae alla", + "Download %s" : "Laadi alla %s", + "Direct link" : "Otsene link", + "Remote Shares" : "Eemalolevad jagamised", + "Allow other instances to mount public links shared from this server" : "Luba teistel instantsidel ühendada sellest serverist jagatud avalikke linke", + "Allow users to mount public link shares" : "Luba kasutajatel ühendada jagatud avalikke linke" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/et_EE.json b/apps/files_sharing/l10n/et_EE.json new file mode 100644 index 0000000000..9b54f73f88 --- /dev/null +++ b/apps/files_sharing/l10n/et_EE.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Serverist serverisse jagamine pole antud serveris lubatud", + "The mountpoint name contains invalid characters." : "Ühenduspunkti nimes on vigaseid märke.", + "Invalid or untrusted SSL certificate" : "Vigane või tundmatu SSL sertifikaat", + "Couldn't add remote share" : "Ei suutnud lisada kaugjagamist", + "Shared with you" : "Sinuga jagatud", + "Shared with others" : "Teistega jagatud", + "Shared by link" : "Jagatud lingiga", + "No files have been shared with you yet." : "Sinuga pole veel ühtegi faili jagatud.", + "You haven't shared any files yet." : "Sa pole jaganud veel ühtegi faili.", + "You haven't shared any files by link yet." : "Sa pole lingiga jaganud veel ühtegi faili.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Soovid lisata kaugjagamise {name} asukohast {owner}@{remote}?", + "Remote share" : "Kaugjagamine", + "Remote share password" : "Kaugjagamise parool", + "Cancel" : "Loobu", + "Add remote share" : "Lisa kaugjagamine", + "No ownCloud installation found at {remote}" : "Ei leitud ownCloud paigaldust asukohas {remote}", + "Invalid ownCloud url" : "Vigane ownCloud url", + "Shared by" : "Jagas", + "This share is password-protected" : "See jagamine on parooliga kaitstud", + "The password is wrong. Try again." : "Parool on vale. Proovi uuesti.", + "Password" : "Parool", + "Name" : "Nimi", + "Share time" : "Jagamise aeg", + "Sorry, this link doesn’t seem to work anymore." : "Vabandust, see link ei tundu enam toimivat.", + "Reasons might be:" : "Põhjused võivad olla:", + "the item was removed" : "üksus on eemaldatud", + "the link expired" : "link on aegunud", + "sharing is disabled" : "jagamine on peatatud", + "For more info, please ask the person who sent this link." : "Täpsema info saamiseks palun pöördu lingi saatnud isiku poole.", + "Add to your ownCloud" : "Lisa oma ownCloudi", + "Download" : "Lae alla", + "Download %s" : "Laadi alla %s", + "Direct link" : "Otsene link", + "Remote Shares" : "Eemalolevad jagamised", + "Allow other instances to mount public links shared from this server" : "Luba teistel instantsidel ühendada sellest serverist jagatud avalikke linke", + "Allow users to mount public link shares" : "Luba kasutajatel ühendada jagatud avalikke linke" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/et_EE.php b/apps/files_sharing/l10n/et_EE.php deleted file mode 100644 index e087af6b9e..0000000000 --- a/apps/files_sharing/l10n/et_EE.php +++ /dev/null @@ -1,40 +0,0 @@ - "Serverist serverisse jagamine pole antud serveris lubatud", -"The mountpoint name contains invalid characters." => "Ühenduspunkti nimes on vigaseid märke.", -"Invalid or untrusted SSL certificate" => "Vigane või tundmatu SSL sertifikaat", -"Couldn't add remote share" => "Ei suutnud lisada kaugjagamist", -"Shared with you" => "Sinuga jagatud", -"Shared with others" => "Teistega jagatud", -"Shared by link" => "Jagatud lingiga", -"No files have been shared with you yet." => "Sinuga pole veel ühtegi faili jagatud.", -"You haven't shared any files yet." => "Sa pole jaganud veel ühtegi faili.", -"You haven't shared any files by link yet." => "Sa pole lingiga jaganud veel ühtegi faili.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Soovid lisata kaugjagamise {name} asukohast {owner}@{remote}?", -"Remote share" => "Kaugjagamine", -"Remote share password" => "Kaugjagamise parool", -"Cancel" => "Loobu", -"Add remote share" => "Lisa kaugjagamine", -"No ownCloud installation found at {remote}" => "Ei leitud ownCloud paigaldust asukohas {remote}", -"Invalid ownCloud url" => "Vigane ownCloud url", -"Shared by" => "Jagas", -"This share is password-protected" => "See jagamine on parooliga kaitstud", -"The password is wrong. Try again." => "Parool on vale. Proovi uuesti.", -"Password" => "Parool", -"Name" => "Nimi", -"Share time" => "Jagamise aeg", -"Sorry, this link doesn’t seem to work anymore." => "Vabandust, see link ei tundu enam toimivat.", -"Reasons might be:" => "Põhjused võivad olla:", -"the item was removed" => "üksus on eemaldatud", -"the link expired" => "link on aegunud", -"sharing is disabled" => "jagamine on peatatud", -"For more info, please ask the person who sent this link." => "Täpsema info saamiseks palun pöördu lingi saatnud isiku poole.", -"Add to your ownCloud" => "Lisa oma ownCloudi", -"Download" => "Lae alla", -"Download %s" => "Laadi alla %s", -"Direct link" => "Otsene link", -"Remote Shares" => "Eemalolevad jagamised", -"Allow other instances to mount public links shared from this server" => "Luba teistel instantsidel ühendada sellest serverist jagatud avalikke linke", -"Allow users to mount public link shares" => "Luba kasutajatel ühendada jagatud avalikke linke" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/eu.js b/apps/files_sharing/l10n/eu.js new file mode 100644 index 0000000000..e9b08e3166 --- /dev/null +++ b/apps/files_sharing/l10n/eu.js @@ -0,0 +1,39 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Zerbitzaritik zerbitzarirako elkarbanaketa ez dago gaituta zerbitzari honetan", + "Couldn't add remote share" : "Ezin izan da hurruneko elkarbanaketa gehitu", + "Shared with you" : "Zurekin elkarbanatuta", + "Shared with others" : "Beste batzuekin elkarbanatuta", + "Shared by link" : "Lotura bidez elkarbanatuta", + "No files have been shared with you yet." : "Ez da zurekin fitxategirik elkarbanatu oraindik.", + "You haven't shared any files yet." : "Ez duzu oraindik fitxategirik elkarbanatu.", + "You haven't shared any files by link yet." : "Ez duzu oraindik fitxategirik lotura bidez elkarbanatu.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Nahi duzu gehitzea {name} urrutiko partekatzea honengandik {owner}@{remote}?", + "Remote share" : "Urrutiko parte hartzea", + "Remote share password" : "Urrutiko parte hartzeen pasahitza", + "Cancel" : "Ezeztatu", + "Add remote share" : "Gehitu urrutiko parte hartzea", + "No ownCloud installation found at {remote}" : "Ez da ownClouden instalaziorik aurkitu {remote}n", + "Invalid ownCloud url" : "ownCloud url baliogabea", + "Shared by" : "Honek elkarbanatuta", + "This share is password-protected" : "Elkarbanatutako hau pasahitzarekin babestuta dago", + "The password is wrong. Try again." : "Pasahitza ez da egokia. Saiatu berriro.", + "Password" : "Pasahitza", + "Name" : "Izena", + "Share time" : "Elkarbanatze unea", + "Sorry, this link doesn’t seem to work anymore." : "Barkatu, lotura ez dirudi eskuragarria dagoenik.", + "Reasons might be:" : "Arrazoiak hurrengoak litezke:", + "the item was removed" : "fitxategia ezbatua izan da", + "the link expired" : "lotura iraungi da", + "sharing is disabled" : "elkarbanatzea ez dago gaituta", + "For more info, please ask the person who sent this link." : "Informazio gehiagorako, mesedez eskatu lotura hau bidali zuen pertsonari", + "Add to your ownCloud" : "Gehitu zure ownCloud-era", + "Download" : "Deskargatu", + "Download %s" : "Deskargatu %s", + "Direct link" : "Lotura zuzena", + "Remote Shares" : "Urrutiko parte hartzeak", + "Allow other instances to mount public links shared from this server" : "Baimendu beste instantziak zerbitzari honetatik elkarbanatutako lotura publikoak kargatzen", + "Allow users to mount public link shares" : "Baimendu erabiltzaileak lotura publiko bidezko elkarbanaketak muntatzen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/eu.json b/apps/files_sharing/l10n/eu.json new file mode 100644 index 0000000000..f991273372 --- /dev/null +++ b/apps/files_sharing/l10n/eu.json @@ -0,0 +1,37 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Zerbitzaritik zerbitzarirako elkarbanaketa ez dago gaituta zerbitzari honetan", + "Couldn't add remote share" : "Ezin izan da hurruneko elkarbanaketa gehitu", + "Shared with you" : "Zurekin elkarbanatuta", + "Shared with others" : "Beste batzuekin elkarbanatuta", + "Shared by link" : "Lotura bidez elkarbanatuta", + "No files have been shared with you yet." : "Ez da zurekin fitxategirik elkarbanatu oraindik.", + "You haven't shared any files yet." : "Ez duzu oraindik fitxategirik elkarbanatu.", + "You haven't shared any files by link yet." : "Ez duzu oraindik fitxategirik lotura bidez elkarbanatu.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Nahi duzu gehitzea {name} urrutiko partekatzea honengandik {owner}@{remote}?", + "Remote share" : "Urrutiko parte hartzea", + "Remote share password" : "Urrutiko parte hartzeen pasahitza", + "Cancel" : "Ezeztatu", + "Add remote share" : "Gehitu urrutiko parte hartzea", + "No ownCloud installation found at {remote}" : "Ez da ownClouden instalaziorik aurkitu {remote}n", + "Invalid ownCloud url" : "ownCloud url baliogabea", + "Shared by" : "Honek elkarbanatuta", + "This share is password-protected" : "Elkarbanatutako hau pasahitzarekin babestuta dago", + "The password is wrong. Try again." : "Pasahitza ez da egokia. Saiatu berriro.", + "Password" : "Pasahitza", + "Name" : "Izena", + "Share time" : "Elkarbanatze unea", + "Sorry, this link doesn’t seem to work anymore." : "Barkatu, lotura ez dirudi eskuragarria dagoenik.", + "Reasons might be:" : "Arrazoiak hurrengoak litezke:", + "the item was removed" : "fitxategia ezbatua izan da", + "the link expired" : "lotura iraungi da", + "sharing is disabled" : "elkarbanatzea ez dago gaituta", + "For more info, please ask the person who sent this link." : "Informazio gehiagorako, mesedez eskatu lotura hau bidali zuen pertsonari", + "Add to your ownCloud" : "Gehitu zure ownCloud-era", + "Download" : "Deskargatu", + "Download %s" : "Deskargatu %s", + "Direct link" : "Lotura zuzena", + "Remote Shares" : "Urrutiko parte hartzeak", + "Allow other instances to mount public links shared from this server" : "Baimendu beste instantziak zerbitzari honetatik elkarbanatutako lotura publikoak kargatzen", + "Allow users to mount public link shares" : "Baimendu erabiltzaileak lotura publiko bidezko elkarbanaketak muntatzen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/eu.php b/apps/files_sharing/l10n/eu.php deleted file mode 100644 index 935609eb0d..0000000000 --- a/apps/files_sharing/l10n/eu.php +++ /dev/null @@ -1,40 +0,0 @@ - "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", -"Shared by link" => "Lotura bidez elkarbanatuta", -"No files have been shared with you yet." => "Ez da zurekin fitxategirik elkarbanatu oraindik.", -"You haven't shared any files yet." => "Ez duzu oraindik fitxategirik elkarbanatu.", -"You haven't shared any files by link yet." => "Ez duzu oraindik fitxategirik lotura bidez elkarbanatu.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Nahi duzu gehitzea {name} urrutiko partekatzea honengandik {owner}@{remote}?", -"Remote share" => "Urrutiko parte hartzea", -"Remote share password" => "Urrutiko parte hartzeen pasahitza", -"Cancel" => "Ezeztatu", -"Add remote share" => "Gehitu urrutiko parte hartzea", -"No ownCloud installation found at {remote}" => "Ez da ownClouden instalaziorik aurkitu {remote}n", -"Invalid ownCloud url" => "ownCloud url baliogabea", -"Shared by" => "Honek elkarbanatuta", -"This share is password-protected" => "Elkarbanatutako hau pasahitzarekin babestuta dago", -"The password is wrong. Try again." => "Pasahitza ez da egokia. Saiatu berriro.", -"Password" => "Pasahitza", -"Name" => "Izena", -"Share time" => "Elkarbanatze unea", -"Sorry, this link doesn’t seem to work anymore." => "Barkatu, lotura ez dirudi eskuragarria dagoenik.", -"Reasons might be:" => "Arrazoiak hurrengoak litezke:", -"the item was removed" => "fitxategia ezbatua izan da", -"the link expired" => "lotura iraungi da", -"sharing is disabled" => "elkarbanatzea ez dago gaituta", -"For more info, please ask the person who sent this link." => "Informazio gehiagorako, mesedez eskatu lotura hau bidali zuen pertsonari", -"Add to your ownCloud" => "Gehitu zure ownCloud-era", -"Download" => "Deskargatu", -"Download %s" => "Deskargatu %s", -"Direct link" => "Lotura zuzena", -"Remote Shares" => "Urrutiko parte hartzeak", -"Allow other instances to mount public links shared from this server" => "Baimendu beste instantziak zerbitzari honetatik elkarbanatutako lotura publikoak kargatzen", -"Allow users to mount public link shares" => "Baimendu erabiltzaileak lotura publiko bidezko elkarbanaketak muntatzen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/eu_ES.js b/apps/files_sharing/l10n/eu_ES.js new file mode 100644 index 0000000000..240f018155 --- /dev/null +++ b/apps/files_sharing/l10n/eu_ES.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Ezeztatu", + "Download" : "Deskargatu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/eu_ES.json b/apps/files_sharing/l10n/eu_ES.json new file mode 100644 index 0000000000..9adbb2b818 --- /dev/null +++ b/apps/files_sharing/l10n/eu_ES.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Ezeztatu", + "Download" : "Deskargatu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/eu_ES.php b/apps/files_sharing/l10n/eu_ES.php deleted file mode 100644 index c6d9c9eb73..0000000000 --- a/apps/files_sharing/l10n/eu_ES.php +++ /dev/null @@ -1,6 +0,0 @@ - "Ezeztatu", -"Download" => "Deskargatu" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/fa.js b/apps/files_sharing/l10n/fa.js new file mode 100644 index 0000000000..7bf3b3b665 --- /dev/null +++ b/apps/files_sharing/l10n/fa.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "اشتراک سرور به سرور در این سرور فعال نیست .", + "Invalid or untrusted SSL certificate" : "گواهینامه SSL غیر قابل اعتماد یا غیر معتبر است.", + "Couldn't add remote share" : "امکان افزودن اشتراک گذاری از راه دور وجود ندارد", + "Shared with you" : "موارد به اشتراک گذاشته شده با شما", + "Shared with others" : "موارد به اشتراک گذاشته شده با دیگران", + "Shared by link" : "اشتراک گذاشته شده از طریق پیوند", + "No files have been shared with you yet." : "هنوز هیچ فایلی با شما به اشتراک گذاشته نشده است.", + "You haven't shared any files yet." : "شما هنوز هیچ فایلی را به اشتراک نگذاشته اید.", + "You haven't shared any files by link yet." : "شما هنوز هیچ فایلی را از طریق پیوند با کسی به اشتراک نگذاشته اید.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "آیا مایل به افزودن اشتراک از راه دور {name} از {owner}@{remote} هستید.", + "Remote share" : "اشتراک از راه دور", + "Remote share password" : "رمز عبور اشتراک از راه دور", + "Cancel" : "منصرف شدن", + "Add remote share" : "افزودن اشتراک از راه دور", + "No ownCloud installation found at {remote}" : "نمونه ای از ownCloud نصب شده در {remote} یافت نشد", + "Invalid ownCloud url" : "آدرس نمونه ownCloud غیر معتبر است", + "Shared by" : "اشتراک گذاشته شده به وسیله", + "This share is password-protected" : "این اشتراک توسط رمز عبور محافظت می شود", + "The password is wrong. Try again." : "رمزعبور اشتباه می باشد. دوباره امتحان کنید.", + "Password" : "گذرواژه", + "Name" : "نام", + "Share time" : "زمان به اشتراک گذاری", + "Sorry, this link doesn’t seem to work anymore." : "متاسفانه این پیوند دیگر کار نمی کند", + "Reasons might be:" : "ممکن است به این دلایل باشد:", + "the item was removed" : "این مورد حذف شده است", + "the link expired" : "این پیوند منقضی شده است", + "sharing is disabled" : "قابلیت اشتراک گذاری غیرفعال است", + "For more info, please ask the person who sent this link." : "برای اطلاعات بیشتر، لطفا از شخصی که این پیوند را ارسال کرده سوال بفرمایید.", + "Add to your ownCloud" : "افزودن به ownCloud شما", + "Download" : "دانلود", + "Download %s" : "دانلود %s", + "Direct link" : "پیوند مستقیم", + "Remote Shares" : "اشتراک های از راه دور", + "Allow other instances to mount public links shared from this server" : "اجازه به نمونه های دیگر برای مانت کردن پیوند های عمومی به اشتراک گذاشته شده از این سرور", + "Allow users to mount public link shares" : "اجازه دادن به کاربران برای مانت پیوندهای عمومی موارد به اشتراک گذاری" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/fa.json b/apps/files_sharing/l10n/fa.json new file mode 100644 index 0000000000..8b1cc8a85b --- /dev/null +++ b/apps/files_sharing/l10n/fa.json @@ -0,0 +1,38 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "اشتراک سرور به سرور در این سرور فعال نیست .", + "Invalid or untrusted SSL certificate" : "گواهینامه SSL غیر قابل اعتماد یا غیر معتبر است.", + "Couldn't add remote share" : "امکان افزودن اشتراک گذاری از راه دور وجود ندارد", + "Shared with you" : "موارد به اشتراک گذاشته شده با شما", + "Shared with others" : "موارد به اشتراک گذاشته شده با دیگران", + "Shared by link" : "اشتراک گذاشته شده از طریق پیوند", + "No files have been shared with you yet." : "هنوز هیچ فایلی با شما به اشتراک گذاشته نشده است.", + "You haven't shared any files yet." : "شما هنوز هیچ فایلی را به اشتراک نگذاشته اید.", + "You haven't shared any files by link yet." : "شما هنوز هیچ فایلی را از طریق پیوند با کسی به اشتراک نگذاشته اید.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "آیا مایل به افزودن اشتراک از راه دور {name} از {owner}@{remote} هستید.", + "Remote share" : "اشتراک از راه دور", + "Remote share password" : "رمز عبور اشتراک از راه دور", + "Cancel" : "منصرف شدن", + "Add remote share" : "افزودن اشتراک از راه دور", + "No ownCloud installation found at {remote}" : "نمونه ای از ownCloud نصب شده در {remote} یافت نشد", + "Invalid ownCloud url" : "آدرس نمونه ownCloud غیر معتبر است", + "Shared by" : "اشتراک گذاشته شده به وسیله", + "This share is password-protected" : "این اشتراک توسط رمز عبور محافظت می شود", + "The password is wrong. Try again." : "رمزعبور اشتباه می باشد. دوباره امتحان کنید.", + "Password" : "گذرواژه", + "Name" : "نام", + "Share time" : "زمان به اشتراک گذاری", + "Sorry, this link doesn’t seem to work anymore." : "متاسفانه این پیوند دیگر کار نمی کند", + "Reasons might be:" : "ممکن است به این دلایل باشد:", + "the item was removed" : "این مورد حذف شده است", + "the link expired" : "این پیوند منقضی شده است", + "sharing is disabled" : "قابلیت اشتراک گذاری غیرفعال است", + "For more info, please ask the person who sent this link." : "برای اطلاعات بیشتر، لطفا از شخصی که این پیوند را ارسال کرده سوال بفرمایید.", + "Add to your ownCloud" : "افزودن به ownCloud شما", + "Download" : "دانلود", + "Download %s" : "دانلود %s", + "Direct link" : "پیوند مستقیم", + "Remote Shares" : "اشتراک های از راه دور", + "Allow other instances to mount public links shared from this server" : "اجازه به نمونه های دیگر برای مانت کردن پیوند های عمومی به اشتراک گذاشته شده از این سرور", + "Allow users to mount public link shares" : "اجازه دادن به کاربران برای مانت پیوندهای عمومی موارد به اشتراک گذاری" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/fa.php b/apps/files_sharing/l10n/fa.php deleted file mode 100644 index 5b55438c4f..0000000000 --- a/apps/files_sharing/l10n/fa.php +++ /dev/null @@ -1,39 +0,0 @@ - "اشتراک سرور به سرور در این سرور فعال نیست .", -"Invalid or untrusted SSL certificate" => "گواهینامه SSL غیر قابل اعتماد یا غیر معتبر است.", -"Couldn't add remote share" => "امکان افزودن اشتراک گذاری از راه دور وجود ندارد", -"Shared with you" => "موارد به اشتراک گذاشته شده با شما", -"Shared with others" => "موارد به اشتراک گذاشته شده با دیگران", -"Shared by link" => "اشتراک گذاشته شده از طریق پیوند", -"No files have been shared with you yet." => "هنوز هیچ فایلی با شما به اشتراک گذاشته نشده است.", -"You haven't shared any files yet." => "شما هنوز هیچ فایلی را به اشتراک نگذاشته اید.", -"You haven't shared any files by link yet." => "شما هنوز هیچ فایلی را از طریق پیوند با کسی به اشتراک نگذاشته اید.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "آیا مایل به افزودن اشتراک از راه دور {name} از {owner}@{remote} هستید.", -"Remote share" => "اشتراک از راه دور", -"Remote share password" => "رمز عبور اشتراک از راه دور", -"Cancel" => "منصرف شدن", -"Add remote share" => "افزودن اشتراک از راه دور", -"No ownCloud installation found at {remote}" => "نمونه ای از ownCloud نصب شده در {remote} یافت نشد", -"Invalid ownCloud url" => "آدرس نمونه ownCloud غیر معتبر است", -"Shared by" => "اشتراک گذاشته شده به وسیله", -"This share is password-protected" => "این اشتراک توسط رمز عبور محافظت می شود", -"The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.", -"Password" => "گذرواژه", -"Name" => "نام", -"Share time" => "زمان به اشتراک گذاری", -"Sorry, this link doesn’t seem to work anymore." => "متاسفانه این پیوند دیگر کار نمی کند", -"Reasons might be:" => "ممکن است به این دلایل باشد:", -"the item was removed" => "این مورد حذف شده است", -"the link expired" => "این پیوند منقضی شده است", -"sharing is disabled" => "قابلیت اشتراک گذاری غیرفعال است", -"For more info, please ask the person who sent this link." => "برای اطلاعات بیشتر، لطفا از شخصی که این پیوند را ارسال کرده سوال بفرمایید.", -"Add to your ownCloud" => "افزودن به ownCloud شما", -"Download" => "دانلود", -"Download %s" => "دانلود %s", -"Direct link" => "پیوند مستقیم", -"Remote Shares" => "اشتراک های از راه دور", -"Allow other instances to mount public links shared from this server" => "اجازه به نمونه های دیگر برای مانت کردن پیوند های عمومی به اشتراک گذاشته شده از این سرور", -"Allow users to mount public link shares" => "اجازه دادن به کاربران برای مانت پیوندهای عمومی موارد به اشتراک گذاری" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/fi_FI.js b/apps/files_sharing/l10n/fi_FI.js new file mode 100644 index 0000000000..ffa5e25dd4 --- /dev/null +++ b/apps/files_sharing/l10n/fi_FI.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Palvelimelta-palvelimelle-jakaminen ei ole käytössä tällä palvelimella", + "The mountpoint name contains invalid characters." : "Liitospisteen nimi sisältää virheellisiä merkkejä.", + "Invalid or untrusted SSL certificate" : "Virheellinen tai ei-luotettu SSL-varmenne", + "Couldn't add remote share" : "Etäjaon liittäminen epäonnistui", + "Shared with you" : "Jaettu kanssasi", + "Shared with others" : "Jaettu muiden kanssa", + "Shared by link" : "Jaettu linkin kautta", + "No files have been shared with you yet." : "Kukaan ei ole jakanut tiedostoja kanssasi vielä.", + "You haven't shared any files yet." : "Et ole jakanut yhtäkään tiedostoa vielä.", + "You haven't shared any files by link yet." : "Et ole vielä jakanut yhtäkään tiedostoa linkin kautta.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Haluatko lisätä etäjaon {name} kohteesta {owner}@{remote}?", + "Remote share" : "Etäjako", + "Remote share password" : "Etäjaon salasana", + "Cancel" : "Peru", + "Add remote share" : "Lisää etäjako", + "No ownCloud installation found at {remote}" : "ownCloud-asennusta ei löytynyt kohteesta {remote}", + "Invalid ownCloud url" : "Virheellinen ownCloud-osoite", + "Shared by" : "Jakanut", + "This share is password-protected" : "Tämä jako on suojattu salasanalla", + "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.", + "Password" : "Salasana", + "Name" : "Nimi", + "Share time" : "Jakamisen ajankohta", + "Sorry, this link doesn’t seem to work anymore." : "Valitettavasti linkki ei vaikuta enää toimivan.", + "Reasons might be:" : "Mahdollisia syitä:", + "the item was removed" : "kohde poistettiin", + "the link expired" : "linkki vanheni", + "sharing is disabled" : "jakaminen on poistettu käytöstä", + "For more info, please ask the person who sent this link." : "Kysy lisätietoja henkilöltä, jolta sait linkin.", + "Add to your ownCloud" : "Lisää ownCloudiisi", + "Download" : "Lataa", + "Download %s" : "Lataa %s", + "Direct link" : "Suora linkki", + "Remote Shares" : "Etäjaot", + "Allow other instances to mount public links shared from this server" : "Salli muiden instanssien liittää tältä palvelimelta jaettuja julkisia linkkejä", + "Allow users to mount public link shares" : "Salli käyttäjien liittää julkisia linkkijakoja" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/fi_FI.json b/apps/files_sharing/l10n/fi_FI.json new file mode 100644 index 0000000000..eba4df5b7b --- /dev/null +++ b/apps/files_sharing/l10n/fi_FI.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Palvelimelta-palvelimelle-jakaminen ei ole käytössä tällä palvelimella", + "The mountpoint name contains invalid characters." : "Liitospisteen nimi sisältää virheellisiä merkkejä.", + "Invalid or untrusted SSL certificate" : "Virheellinen tai ei-luotettu SSL-varmenne", + "Couldn't add remote share" : "Etäjaon liittäminen epäonnistui", + "Shared with you" : "Jaettu kanssasi", + "Shared with others" : "Jaettu muiden kanssa", + "Shared by link" : "Jaettu linkin kautta", + "No files have been shared with you yet." : "Kukaan ei ole jakanut tiedostoja kanssasi vielä.", + "You haven't shared any files yet." : "Et ole jakanut yhtäkään tiedostoa vielä.", + "You haven't shared any files by link yet." : "Et ole vielä jakanut yhtäkään tiedostoa linkin kautta.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Haluatko lisätä etäjaon {name} kohteesta {owner}@{remote}?", + "Remote share" : "Etäjako", + "Remote share password" : "Etäjaon salasana", + "Cancel" : "Peru", + "Add remote share" : "Lisää etäjako", + "No ownCloud installation found at {remote}" : "ownCloud-asennusta ei löytynyt kohteesta {remote}", + "Invalid ownCloud url" : "Virheellinen ownCloud-osoite", + "Shared by" : "Jakanut", + "This share is password-protected" : "Tämä jako on suojattu salasanalla", + "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.", + "Password" : "Salasana", + "Name" : "Nimi", + "Share time" : "Jakamisen ajankohta", + "Sorry, this link doesn’t seem to work anymore." : "Valitettavasti linkki ei vaikuta enää toimivan.", + "Reasons might be:" : "Mahdollisia syitä:", + "the item was removed" : "kohde poistettiin", + "the link expired" : "linkki vanheni", + "sharing is disabled" : "jakaminen on poistettu käytöstä", + "For more info, please ask the person who sent this link." : "Kysy lisätietoja henkilöltä, jolta sait linkin.", + "Add to your ownCloud" : "Lisää ownCloudiisi", + "Download" : "Lataa", + "Download %s" : "Lataa %s", + "Direct link" : "Suora linkki", + "Remote Shares" : "Etäjaot", + "Allow other instances to mount public links shared from this server" : "Salli muiden instanssien liittää tältä palvelimelta jaettuja julkisia linkkejä", + "Allow users to mount public link shares" : "Salli käyttäjien liittää julkisia linkkijakoja" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php deleted file mode 100644 index 210b2d57d3..0000000000 --- a/apps/files_sharing/l10n/fi_FI.php +++ /dev/null @@ -1,40 +0,0 @@ - "Palvelimelta-palvelimelle-jakaminen ei ole käytössä tällä palvelimella", -"The mountpoint name contains invalid characters." => "Liitospisteen nimi sisältää virheellisiä merkkejä.", -"Invalid or untrusted SSL certificate" => "Virheellinen tai ei-luotettu SSL-varmenne", -"Couldn't add remote share" => "Etäjaon liittäminen epäonnistui", -"Shared with you" => "Jaettu kanssasi", -"Shared with others" => "Jaettu muiden kanssa", -"Shared by link" => "Jaettu linkin kautta", -"No files have been shared with you yet." => "Kukaan ei ole jakanut tiedostoja kanssasi vielä.", -"You haven't shared any files yet." => "Et ole jakanut yhtäkään tiedostoa vielä.", -"You haven't shared any files by link yet." => "Et ole vielä jakanut yhtäkään tiedostoa linkin kautta.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Haluatko lisätä etäjaon {name} kohteesta {owner}@{remote}?", -"Remote share" => "Etäjako", -"Remote share password" => "Etäjaon salasana", -"Cancel" => "Peru", -"Add remote share" => "Lisää etäjako", -"No ownCloud installation found at {remote}" => "ownCloud-asennusta ei löytynyt kohteesta {remote}", -"Invalid ownCloud url" => "Virheellinen ownCloud-osoite", -"Shared by" => "Jakanut", -"This share is password-protected" => "Tämä jako on suojattu salasanalla", -"The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.", -"Password" => "Salasana", -"Name" => "Nimi", -"Share time" => "Jakamisen ajankohta", -"Sorry, this link doesn’t seem to work anymore." => "Valitettavasti linkki ei vaikuta enää toimivan.", -"Reasons might be:" => "Mahdollisia syitä:", -"the item was removed" => "kohde poistettiin", -"the link expired" => "linkki vanheni", -"sharing is disabled" => "jakaminen on poistettu käytöstä", -"For more info, please ask the person who sent this link." => "Kysy lisätietoja henkilöltä, jolta sait linkin.", -"Add to your ownCloud" => "Lisää ownCloudiisi", -"Download" => "Lataa", -"Download %s" => "Lataa %s", -"Direct link" => "Suora linkki", -"Remote Shares" => "Etäjaot", -"Allow other instances to mount public links shared from this server" => "Salli muiden instanssien liittää tältä palvelimelta jaettuja julkisia linkkejä", -"Allow users to mount public link shares" => "Salli käyttäjien liittää julkisia linkkijakoja" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js new file mode 100644 index 0000000000..bce80d457e --- /dev/null +++ b/apps/files_sharing/l10n/fr.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Le partage de serveur à serveur n'est pas activé sur ce serveur", + "The mountpoint name contains invalid characters." : "Le nom du point de montage contient des caractères invalides.", + "Invalid or untrusted SSL certificate" : "Certificat SSL invalide ou non-fiable", + "Couldn't add remote share" : "Impossible d'ajouter un partage distant", + "Shared with you" : "Partagés avec vous", + "Shared with others" : "Partagés avec d'autres", + "Shared by link" : "Partagés par lien", + "No files have been shared with you yet." : "Aucun fichier n'est partagé avec vous pour l'instant.", + "You haven't shared any files yet." : "Vous ne partagez pas de fichier pour l'instant.", + "You haven't shared any files by link yet." : "Vous ne partagez pas de fichier par lien pour l'instant.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Voulez-vous ajouter le partage distant {name} de {owner}@{remote} ?", + "Remote share" : "Partage distant", + "Remote share password" : "Mot de passe du partage distant", + "Cancel" : "Annuler", + "Add remote share" : "Ajouter un partage distant", + "No ownCloud installation found at {remote}" : "Aucune installation ownCloud n'a été trouvée sur {remote}", + "Invalid ownCloud url" : "URL ownCloud invalide", + "Shared by" : "Partagé par", + "This share is password-protected" : "Ce partage est protégé par un mot de passe", + "The password is wrong. Try again." : "Le mot de passe est incorrect. Veuillez réessayer.", + "Password" : "Mot de passe", + "Name" : "Nom", + "Share time" : "Date de partage", + "Sorry, this link doesn’t seem to work anymore." : "Désolé, mais le lien semble ne plus fonctionner.", + "Reasons might be:" : "Les raisons peuvent être :", + "the item was removed" : "l'item a été supprimé", + "the link expired" : "le lien a expiré", + "sharing is disabled" : "le partage est désactivé", + "For more info, please ask the person who sent this link." : "Pour plus d'informations, veuillez contacter la personne qui a envoyé ce lien.", + "Add to your ownCloud" : "Ajouter à votre ownCloud", + "Download" : "Télécharger", + "Download %s" : "Télécharger %s", + "Direct link" : "Lien direct", + "Remote Shares" : "Partages distants", + "Allow other instances to mount public links shared from this server" : "Autoriser d'autres instances à monter les liens publics partagés depuis ce serveur", + "Allow users to mount public link shares" : "Autoriser vos utilisateurs à monter les liens publics" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json new file mode 100644 index 0000000000..58c5eaab63 --- /dev/null +++ b/apps/files_sharing/l10n/fr.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Le partage de serveur à serveur n'est pas activé sur ce serveur", + "The mountpoint name contains invalid characters." : "Le nom du point de montage contient des caractères invalides.", + "Invalid or untrusted SSL certificate" : "Certificat SSL invalide ou non-fiable", + "Couldn't add remote share" : "Impossible d'ajouter un partage distant", + "Shared with you" : "Partagés avec vous", + "Shared with others" : "Partagés avec d'autres", + "Shared by link" : "Partagés par lien", + "No files have been shared with you yet." : "Aucun fichier n'est partagé avec vous pour l'instant.", + "You haven't shared any files yet." : "Vous ne partagez pas de fichier pour l'instant.", + "You haven't shared any files by link yet." : "Vous ne partagez pas de fichier par lien pour l'instant.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Voulez-vous ajouter le partage distant {name} de {owner}@{remote} ?", + "Remote share" : "Partage distant", + "Remote share password" : "Mot de passe du partage distant", + "Cancel" : "Annuler", + "Add remote share" : "Ajouter un partage distant", + "No ownCloud installation found at {remote}" : "Aucune installation ownCloud n'a été trouvée sur {remote}", + "Invalid ownCloud url" : "URL ownCloud invalide", + "Shared by" : "Partagé par", + "This share is password-protected" : "Ce partage est protégé par un mot de passe", + "The password is wrong. Try again." : "Le mot de passe est incorrect. Veuillez réessayer.", + "Password" : "Mot de passe", + "Name" : "Nom", + "Share time" : "Date de partage", + "Sorry, this link doesn’t seem to work anymore." : "Désolé, mais le lien semble ne plus fonctionner.", + "Reasons might be:" : "Les raisons peuvent être :", + "the item was removed" : "l'item a été supprimé", + "the link expired" : "le lien a expiré", + "sharing is disabled" : "le partage est désactivé", + "For more info, please ask the person who sent this link." : "Pour plus d'informations, veuillez contacter la personne qui a envoyé ce lien.", + "Add to your ownCloud" : "Ajouter à votre ownCloud", + "Download" : "Télécharger", + "Download %s" : "Télécharger %s", + "Direct link" : "Lien direct", + "Remote Shares" : "Partages distants", + "Allow other instances to mount public links shared from this server" : "Autoriser d'autres instances à monter les liens publics partagés depuis ce serveur", + "Allow users to mount public link shares" : "Autoriser vos utilisateurs à monter les liens publics" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php deleted file mode 100644 index 608f8a4cc2..0000000000 --- a/apps/files_sharing/l10n/fr.php +++ /dev/null @@ -1,40 +0,0 @@ - "Le partage de serveur à serveur n'est pas activé sur ce serveur", -"The mountpoint name contains invalid characters." => "Le nom du point de montage contient des caractères invalides.", -"Invalid or untrusted SSL certificate" => "Certificat SSL invalide ou non-fiable", -"Couldn't add remote share" => "Impossible d'ajouter un partage distant", -"Shared with you" => "Partagés avec vous", -"Shared with others" => "Partagés avec d'autres", -"Shared by link" => "Partagés par lien", -"No files have been shared with you yet." => "Aucun fichier n'est partagé avec vous pour l'instant.", -"You haven't shared any files yet." => "Vous ne partagez pas de fichier pour l'instant.", -"You haven't shared any files by link yet." => "Vous ne partagez pas de fichier par lien pour l'instant.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Voulez-vous ajouter le partage distant {name} de {owner}@{remote} ?", -"Remote share" => "Partage distant", -"Remote share password" => "Mot de passe du partage distant", -"Cancel" => "Annuler", -"Add remote share" => "Ajouter un partage distant", -"No ownCloud installation found at {remote}" => "Aucune installation ownCloud n'a été trouvée sur {remote}", -"Invalid ownCloud url" => "URL ownCloud invalide", -"Shared by" => "Partagé par", -"This share is password-protected" => "Ce partage est protégé par un mot de passe", -"The password is wrong. Try again." => "Le mot de passe est incorrect. Veuillez réessayer.", -"Password" => "Mot de passe", -"Name" => "Nom", -"Share time" => "Date de partage", -"Sorry, this link doesn’t seem to work anymore." => "Désolé, mais le lien semble ne plus fonctionner.", -"Reasons might be:" => "Les raisons peuvent être :", -"the item was removed" => "l'item a été supprimé", -"the link expired" => "le lien a expiré", -"sharing is disabled" => "le partage est désactivé", -"For more info, please ask the person who sent this link." => "Pour plus d'informations, veuillez contacter la personne qui a envoyé ce lien.", -"Add to your ownCloud" => "Ajouter à votre ownCloud", -"Download" => "Télécharger", -"Download %s" => "Télécharger %s", -"Direct link" => "Lien direct", -"Remote Shares" => "Partages distants", -"Allow other instances to mount public links shared from this server" => "Autoriser d'autres instances à monter les liens publics partagés depuis ce serveur", -"Allow users to mount public link shares" => "Autoriser vos utilisateurs à monter les liens publics" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js new file mode 100644 index 0000000000..2a5d70aeb8 --- /dev/null +++ b/apps/files_sharing/l10n/gl.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Neste servidor non está activada a compartición de servidor a servidor", + "Invalid or untrusted SSL certificate" : "Certificado SSL incorrecto ou non fiábel", + "Couldn't add remote share" : "Non foi posíbel engadir a compartición remota", + "Shared with you" : "Compartido con vostede", + "Shared with others" : "Compartido con outros", + "Shared by link" : "Compartido por ligazón", + "No files have been shared with you yet." : "Aínda non hai ficheiros compartidos con vostede.", + "You haven't shared any files yet." : "Aínda non compartiu ningún ficheiro.", + "You haven't shared any files by link yet." : "Aínda non compartiu ningún ficheiro por ligazón.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Quere engadir a compartición remota {name} desde {owner}@{remote}?", + "Remote share" : "Compartición remota", + "Remote share password" : "Contrasinal da compartición remota", + "Cancel" : "Cancelar", + "Add remote share" : "Engadir unha compartición remota", + "No ownCloud installation found at {remote}" : "Non se atopou unha instalación do ownCloud en {remote}", + "Invalid ownCloud url" : "URL incorrecta do ownCloud", + "Shared by" : "Compartido por", + "This share is password-protected" : "Esta compartición está protexida con contrasinal", + "The password is wrong. Try again." : "O contrasinal é incorrecto. Ténteo de novo.", + "Password" : "Contrasinal", + "Name" : "Nome", + "Share time" : "Compartir o tempo", + "Sorry, this link doesn’t seem to work anymore." : "Semella que esta ligazón non funciona.", + "Reasons might be:" : "As razóns poderían ser:", + "the item was removed" : "o elemento foi retirado", + "the link expired" : "a ligazón caducou", + "sharing is disabled" : "foi desactivada a compartición", + "For more info, please ask the person who sent this link." : "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.", + "Add to your ownCloud" : "Engadir ao seu ownCloud", + "Download" : "Descargar", + "Download %s" : "Descargar %s", + "Direct link" : "Ligazón directa", + "Remote Shares" : "Comparticións remotas", + "Allow other instances to mount public links shared from this server" : "Permitir que outras instancias monten ligazóns públicas compartidas desde este servidor", + "Allow users to mount public link shares" : "Permitirlle aos usuarios montar ligazóns públicas compartidas" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json new file mode 100644 index 0000000000..ff980ea0a6 --- /dev/null +++ b/apps/files_sharing/l10n/gl.json @@ -0,0 +1,38 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Neste servidor non está activada a compartición de servidor a servidor", + "Invalid or untrusted SSL certificate" : "Certificado SSL incorrecto ou non fiábel", + "Couldn't add remote share" : "Non foi posíbel engadir a compartición remota", + "Shared with you" : "Compartido con vostede", + "Shared with others" : "Compartido con outros", + "Shared by link" : "Compartido por ligazón", + "No files have been shared with you yet." : "Aínda non hai ficheiros compartidos con vostede.", + "You haven't shared any files yet." : "Aínda non compartiu ningún ficheiro.", + "You haven't shared any files by link yet." : "Aínda non compartiu ningún ficheiro por ligazón.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Quere engadir a compartición remota {name} desde {owner}@{remote}?", + "Remote share" : "Compartición remota", + "Remote share password" : "Contrasinal da compartición remota", + "Cancel" : "Cancelar", + "Add remote share" : "Engadir unha compartición remota", + "No ownCloud installation found at {remote}" : "Non se atopou unha instalación do ownCloud en {remote}", + "Invalid ownCloud url" : "URL incorrecta do ownCloud", + "Shared by" : "Compartido por", + "This share is password-protected" : "Esta compartición está protexida con contrasinal", + "The password is wrong. Try again." : "O contrasinal é incorrecto. Ténteo de novo.", + "Password" : "Contrasinal", + "Name" : "Nome", + "Share time" : "Compartir o tempo", + "Sorry, this link doesn’t seem to work anymore." : "Semella que esta ligazón non funciona.", + "Reasons might be:" : "As razóns poderían ser:", + "the item was removed" : "o elemento foi retirado", + "the link expired" : "a ligazón caducou", + "sharing is disabled" : "foi desactivada a compartición", + "For more info, please ask the person who sent this link." : "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.", + "Add to your ownCloud" : "Engadir ao seu ownCloud", + "Download" : "Descargar", + "Download %s" : "Descargar %s", + "Direct link" : "Ligazón directa", + "Remote Shares" : "Comparticións remotas", + "Allow other instances to mount public links shared from this server" : "Permitir que outras instancias monten ligazóns públicas compartidas desde este servidor", + "Allow users to mount public link shares" : "Permitirlle aos usuarios montar ligazóns públicas compartidas" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/gl.php b/apps/files_sharing/l10n/gl.php deleted file mode 100644 index c272ac8afe..0000000000 --- a/apps/files_sharing/l10n/gl.php +++ /dev/null @@ -1,39 +0,0 @@ - "Neste servidor non está activada a compartición de servidor a servidor", -"Invalid or untrusted SSL certificate" => "Certificado SSL incorrecto ou non fiábel", -"Couldn't add remote share" => "Non foi posíbel engadir a compartición remota", -"Shared with you" => "Compartido con vostede", -"Shared with others" => "Compartido con outros", -"Shared by link" => "Compartido por ligazón", -"No files have been shared with you yet." => "Aínda non hai ficheiros compartidos con vostede.", -"You haven't shared any files yet." => "Aínda non compartiu ningún ficheiro.", -"You haven't shared any files by link yet." => "Aínda non compartiu ningún ficheiro por ligazón.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Quere engadir a compartición remota {name} desde {owner}@{remote}?", -"Remote share" => "Compartición remota", -"Remote share password" => "Contrasinal da compartición remota", -"Cancel" => "Cancelar", -"Add remote share" => "Engadir unha compartición remota", -"No ownCloud installation found at {remote}" => "Non se atopou unha instalación do ownCloud en {remote}", -"Invalid ownCloud url" => "URL incorrecta do ownCloud", -"Shared by" => "Compartido por", -"This share is password-protected" => "Esta compartición está protexida con contrasinal", -"The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.", -"Password" => "Contrasinal", -"Name" => "Nome", -"Share time" => "Compartir o tempo", -"Sorry, this link doesn’t seem to work anymore." => "Semella que esta ligazón non funciona.", -"Reasons might be:" => "As razóns poderían ser:", -"the item was removed" => "o elemento foi retirado", -"the link expired" => "a ligazón caducou", -"sharing is disabled" => "foi desactivada a compartición", -"For more info, please ask the person who sent this link." => "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.", -"Add to your ownCloud" => "Engadir ao seu ownCloud", -"Download" => "Descargar", -"Download %s" => "Descargar %s", -"Direct link" => "Ligazón directa", -"Remote Shares" => "Comparticións remotas", -"Allow other instances to mount public links shared from this server" => "Permitir que outras instancias monten ligazóns públicas compartidas desde este servidor", -"Allow users to mount public link shares" => "Permitirlle aos usuarios montar ligazóns públicas compartidas" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js new file mode 100644 index 0000000000..4e9ce97224 --- /dev/null +++ b/apps/files_sharing/l10n/he.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "ביטול", + "Shared by" : "שותף על־ידי", + "Password" : "סיסמא", + "Name" : "שם", + "Download" : "הורדה" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json new file mode 100644 index 0000000000..fe209ca3ec --- /dev/null +++ b/apps/files_sharing/l10n/he.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "ביטול", + "Shared by" : "שותף על־ידי", + "Password" : "סיסמא", + "Name" : "שם", + "Download" : "הורדה" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/he.php b/apps/files_sharing/l10n/he.php deleted file mode 100644 index d5228c608f..0000000000 --- a/apps/files_sharing/l10n/he.php +++ /dev/null @@ -1,9 +0,0 @@ - "ביטול", -"Shared by" => "שותף על־ידי", -"Password" => "סיסמא", -"Name" => "שם", -"Download" => "הורדה" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/hi.js b/apps/files_sharing/l10n/hi.js new file mode 100644 index 0000000000..a9647c762d --- /dev/null +++ b/apps/files_sharing/l10n/hi.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "रद्द करें ", + "Shared by" : "द्वारा साझा", + "Password" : "पासवर्ड" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/hi.json b/apps/files_sharing/l10n/hi.json new file mode 100644 index 0000000000..5775830b62 --- /dev/null +++ b/apps/files_sharing/l10n/hi.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "रद्द करें ", + "Shared by" : "द्वारा साझा", + "Password" : "पासवर्ड" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/hi.php b/apps/files_sharing/l10n/hi.php deleted file mode 100644 index e713e5b022..0000000000 --- a/apps/files_sharing/l10n/hi.php +++ /dev/null @@ -1,7 +0,0 @@ - "रद्द करें ", -"Shared by" => "द्वारा साझा", -"Password" => "पासवर्ड" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/hr.js b/apps/files_sharing/l10n/hr.js new file mode 100644 index 0000000000..75d82342e7 --- /dev/null +++ b/apps/files_sharing/l10n/hr.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Dijeljenje resursa s poslužitelja na poslužitelj s ovog poslužitelja nije omogućeno.", + "Invalid or untrusted SSL certificate" : "Neispravna ili nepouzdana SSL potvrda", + "Couldn't add remote share" : "Udaljeni zajednički resurs nije moguće dodati", + "Shared with you" : "Podijeljeno s vama", + "Shared with others" : "Podijeljeno s ostalima", + "Shared by link" : "POdijeljeno putem veze", + "No files have been shared with you yet." : "S vama dosad još nisu podijeljene nikakve datoteke.", + "You haven't shared any files yet." : "Vi dosad još niste podijelili nikakve datoteke.", + "You haven't shared any files by link yet." : "Vi dosad još niste putem veze podijelili nikakve datoteke.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Želite li dodati udaljeni zajednički resurs {name} od {owner}@{remote}?", + "Remote share" : "Udaljeni zajednički resurs (za raspodjelu)", + "Remote share password" : "Lozinka za udaljeni zajednički resurs", + "Cancel" : "Odustanite", + "Add remote share" : "Dodajte udaljeni zajednički resurs", + "No ownCloud installation found at {remote}" : "Nijedna ownCloud instalacija nije nađena na {remote}", + "Invalid ownCloud url" : "Neispravan ownCloud URL", + "Shared by" : "Podijeljeno od strane", + "This share is password-protected" : "Ovaj zajednički resurs je zaštićen lozinkom", + "The password is wrong. Try again." : "Pogrešna lozinka. Pokušajte ponovno.", + "Password" : "Lozinka", + "Name" : "Naziv", + "Share time" : "Vrijeme dijeljenja", + "Sorry, this link doesn’t seem to work anymore." : "Žao nam je, čini se da ova veza više ne radi.", + "Reasons might be:" : "Mogući razlozi su:", + "the item was removed" : "stavka je uklonjena", + "the link expired" : "veza je istekla", + "sharing is disabled" : "dijeljenje je onemogućeno", + "For more info, please ask the person who sent this link." : "Za više informacija, molimo obratite se osobi koja je ovu vezu poslala.", + "Add to your ownCloud" : "Dodajte svome ownCloud", + "Download" : "Preuzmite", + "Download %s" : "Preuzmite %s", + "Direct link" : "Izravna veza", + "Remote Shares" : "Udaljeni zajednički resursi (za raspodjelu)", + "Allow other instances to mount public links shared from this server" : "Dopustite drugim instancama postavljanje javnih veza koje su podijeljene s ovog poslužitelja.", + "Allow users to mount public link shares" : "Dopustite korisnicima postavljanje podijeljenih javnih veza" +}, +"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/apps/files_sharing/l10n/hr.json b/apps/files_sharing/l10n/hr.json new file mode 100644 index 0000000000..79064c575b --- /dev/null +++ b/apps/files_sharing/l10n/hr.json @@ -0,0 +1,38 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Dijeljenje resursa s poslužitelja na poslužitelj s ovog poslužitelja nije omogućeno.", + "Invalid or untrusted SSL certificate" : "Neispravna ili nepouzdana SSL potvrda", + "Couldn't add remote share" : "Udaljeni zajednički resurs nije moguće dodati", + "Shared with you" : "Podijeljeno s vama", + "Shared with others" : "Podijeljeno s ostalima", + "Shared by link" : "POdijeljeno putem veze", + "No files have been shared with you yet." : "S vama dosad još nisu podijeljene nikakve datoteke.", + "You haven't shared any files yet." : "Vi dosad još niste podijelili nikakve datoteke.", + "You haven't shared any files by link yet." : "Vi dosad još niste putem veze podijelili nikakve datoteke.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Želite li dodati udaljeni zajednički resurs {name} od {owner}@{remote}?", + "Remote share" : "Udaljeni zajednički resurs (za raspodjelu)", + "Remote share password" : "Lozinka za udaljeni zajednički resurs", + "Cancel" : "Odustanite", + "Add remote share" : "Dodajte udaljeni zajednički resurs", + "No ownCloud installation found at {remote}" : "Nijedna ownCloud instalacija nije nađena na {remote}", + "Invalid ownCloud url" : "Neispravan ownCloud URL", + "Shared by" : "Podijeljeno od strane", + "This share is password-protected" : "Ovaj zajednički resurs je zaštićen lozinkom", + "The password is wrong. Try again." : "Pogrešna lozinka. Pokušajte ponovno.", + "Password" : "Lozinka", + "Name" : "Naziv", + "Share time" : "Vrijeme dijeljenja", + "Sorry, this link doesn’t seem to work anymore." : "Žao nam je, čini se da ova veza više ne radi.", + "Reasons might be:" : "Mogući razlozi su:", + "the item was removed" : "stavka je uklonjena", + "the link expired" : "veza je istekla", + "sharing is disabled" : "dijeljenje je onemogućeno", + "For more info, please ask the person who sent this link." : "Za više informacija, molimo obratite se osobi koja je ovu vezu poslala.", + "Add to your ownCloud" : "Dodajte svome ownCloud", + "Download" : "Preuzmite", + "Download %s" : "Preuzmite %s", + "Direct link" : "Izravna veza", + "Remote Shares" : "Udaljeni zajednički resursi (za raspodjelu)", + "Allow other instances to mount public links shared from this server" : "Dopustite drugim instancama postavljanje javnih veza koje su podijeljene s ovog poslužitelja.", + "Allow users to mount public link shares" : "Dopustite korisnicima postavljanje podijeljenih javnih veza" +},"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/apps/files_sharing/l10n/hr.php b/apps/files_sharing/l10n/hr.php deleted file mode 100644 index 2cb0d0596d..0000000000 --- a/apps/files_sharing/l10n/hr.php +++ /dev/null @@ -1,39 +0,0 @@ - "Dijeljenje resursa s poslužitelja na poslužitelj s ovog poslužitelja nije omogućeno.", -"Invalid or untrusted SSL certificate" => "Neispravna ili nepouzdana SSL potvrda", -"Couldn't add remote share" => "Udaljeni zajednički resurs nije moguće dodati", -"Shared with you" => "Podijeljeno s vama", -"Shared with others" => "Podijeljeno s ostalima", -"Shared by link" => "POdijeljeno putem veze", -"No files have been shared with you yet." => "S vama dosad još nisu podijeljene nikakve datoteke.", -"You haven't shared any files yet." => "Vi dosad još niste podijelili nikakve datoteke.", -"You haven't shared any files by link yet." => "Vi dosad još niste putem veze podijelili nikakve datoteke.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Želite li dodati udaljeni zajednički resurs {name} od {owner}@{remote}?", -"Remote share" => "Udaljeni zajednički resurs (za raspodjelu)", -"Remote share password" => "Lozinka za udaljeni zajednički resurs", -"Cancel" => "Odustanite", -"Add remote share" => "Dodajte udaljeni zajednički resurs", -"No ownCloud installation found at {remote}" => "Nijedna ownCloud instalacija nije nađena na {remote}", -"Invalid ownCloud url" => "Neispravan ownCloud URL", -"Shared by" => "Podijeljeno od strane", -"This share is password-protected" => "Ovaj zajednički resurs je zaštićen lozinkom", -"The password is wrong. Try again." => "Pogrešna lozinka. Pokušajte ponovno.", -"Password" => "Lozinka", -"Name" => "Naziv", -"Share time" => "Vrijeme dijeljenja", -"Sorry, this link doesn’t seem to work anymore." => "Žao nam je, čini se da ova veza više ne radi.", -"Reasons might be:" => "Mogući razlozi su:", -"the item was removed" => "stavka je uklonjena", -"the link expired" => "veza je istekla", -"sharing is disabled" => "dijeljenje je onemogućeno", -"For more info, please ask the person who sent this link." => "Za više informacija, molimo obratite se osobi koja je ovu vezu poslala.", -"Add to your ownCloud" => "Dodajte svome ownCloud", -"Download" => "Preuzmite", -"Download %s" => "Preuzmite %s", -"Direct link" => "Izravna veza", -"Remote Shares" => "Udaljeni zajednički resursi (za raspodjelu)", -"Allow other instances to mount public links shared from this server" => "Dopustite drugim instancama postavljanje javnih veza koje su podijeljene s ovog poslužitelja.", -"Allow users to mount public link shares" => "Dopustite korisnicima postavljanje podijeljenih javnih veza" -); -$PLURAL_FORMS = "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/apps/files_sharing/l10n/hu_HU.js b/apps/files_sharing/l10n/hu_HU.js new file mode 100644 index 0000000000..488ad61bab --- /dev/null +++ b/apps/files_sharing/l10n/hu_HU.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "A kiszolgálók közötti megosztás nincs engedélyezve ezen a kiszolgálón", + "The mountpoint name contains invalid characters." : "A csatlakozási pont neve érvénytelen karaktereket tartalmaz ", + "Invalid or untrusted SSL certificate" : "Érvénytelen vagy nem megbízható az SSL tanúsítvány", + "Couldn't add remote share" : "A távoli megosztás nem hozható létre", + "Shared with you" : "Velem osztották meg", + "Shared with others" : "Én osztottam meg másokkal", + "Shared by link" : "Linkkel osztottam meg", + "No files have been shared with you yet." : "Még nem osztottak meg Önnel semmit.", + "You haven't shared any files yet." : "Még nem osztott meg másokkal semmit", + "You haven't shared any files by link yet." : "Még nem osztott meg link segítségével semmit.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Használatba kívánja venni a {name} távoli megosztást, amit a {owner}@{remote} címről kapott?", + "Remote share" : "Távoli megosztás", + "Remote share password" : "Jelszó a távoli megosztáshoz", + "Cancel" : "Mégsem", + "Add remote share" : "Távoli megosztás létrehozása", + "No ownCloud installation found at {remote}" : "Nem található ownCloud telepítés ezen a címen {remote}", + "Invalid ownCloud url" : "Érvénytelen ownCloud webcím", + "Shared by" : "Megosztotta Önnel", + "This share is password-protected" : "Ez egy jelszóval védett megosztás", + "The password is wrong. Try again." : "A megadott jelszó nem megfelelő. Próbálja újra!", + "Password" : "Jelszó", + "Name" : "Név", + "Share time" : "A megosztás időpontja", + "Sorry, this link doesn’t seem to work anymore." : "Sajnos úgy tűnik, ez a link már nem működik.", + "Reasons might be:" : "Ennek az oka a következő lehet:", + "the item was removed" : "az állományt időközben eltávolították", + "the link expired" : "lejárt a link érvényességi ideje", + "sharing is disabled" : "letiltásra került a megosztás", + "For more info, please ask the person who sent this link." : "További információért forduljon ahhoz, aki ezt a linket küldte Önnek!", + "Add to your ownCloud" : "Adjuk hozzá a saját ownCloudunkhoz", + "Download" : "Letöltés", + "Download %s" : "%s letöltése", + "Direct link" : "Közvetlen link", + "Remote Shares" : "Távoli megosztások", + "Allow other instances to mount public links shared from this server" : "Engedélyezzük más ownCloud telepítéseknek, hogy becsatolják ennek a kiszolgálónak a nyilvános linkkel megadott megosztásait", + "Allow users to mount public link shares" : "Engedélyezzük, hogy felhasználóink becsatolják más kiszolgálók nyilvános, linkkel megadott megosztásait" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/hu_HU.json b/apps/files_sharing/l10n/hu_HU.json new file mode 100644 index 0000000000..f267a5a8ae --- /dev/null +++ b/apps/files_sharing/l10n/hu_HU.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "A kiszolgálók közötti megosztás nincs engedélyezve ezen a kiszolgálón", + "The mountpoint name contains invalid characters." : "A csatlakozási pont neve érvénytelen karaktereket tartalmaz ", + "Invalid or untrusted SSL certificate" : "Érvénytelen vagy nem megbízható az SSL tanúsítvány", + "Couldn't add remote share" : "A távoli megosztás nem hozható létre", + "Shared with you" : "Velem osztották meg", + "Shared with others" : "Én osztottam meg másokkal", + "Shared by link" : "Linkkel osztottam meg", + "No files have been shared with you yet." : "Még nem osztottak meg Önnel semmit.", + "You haven't shared any files yet." : "Még nem osztott meg másokkal semmit", + "You haven't shared any files by link yet." : "Még nem osztott meg link segítségével semmit.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Használatba kívánja venni a {name} távoli megosztást, amit a {owner}@{remote} címről kapott?", + "Remote share" : "Távoli megosztás", + "Remote share password" : "Jelszó a távoli megosztáshoz", + "Cancel" : "Mégsem", + "Add remote share" : "Távoli megosztás létrehozása", + "No ownCloud installation found at {remote}" : "Nem található ownCloud telepítés ezen a címen {remote}", + "Invalid ownCloud url" : "Érvénytelen ownCloud webcím", + "Shared by" : "Megosztotta Önnel", + "This share is password-protected" : "Ez egy jelszóval védett megosztás", + "The password is wrong. Try again." : "A megadott jelszó nem megfelelő. Próbálja újra!", + "Password" : "Jelszó", + "Name" : "Név", + "Share time" : "A megosztás időpontja", + "Sorry, this link doesn’t seem to work anymore." : "Sajnos úgy tűnik, ez a link már nem működik.", + "Reasons might be:" : "Ennek az oka a következő lehet:", + "the item was removed" : "az állományt időközben eltávolították", + "the link expired" : "lejárt a link érvényességi ideje", + "sharing is disabled" : "letiltásra került a megosztás", + "For more info, please ask the person who sent this link." : "További információért forduljon ahhoz, aki ezt a linket küldte Önnek!", + "Add to your ownCloud" : "Adjuk hozzá a saját ownCloudunkhoz", + "Download" : "Letöltés", + "Download %s" : "%s letöltése", + "Direct link" : "Közvetlen link", + "Remote Shares" : "Távoli megosztások", + "Allow other instances to mount public links shared from this server" : "Engedélyezzük más ownCloud telepítéseknek, hogy becsatolják ennek a kiszolgálónak a nyilvános linkkel megadott megosztásait", + "Allow users to mount public link shares" : "Engedélyezzük, hogy felhasználóink becsatolják más kiszolgálók nyilvános, linkkel megadott megosztásait" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/hu_HU.php b/apps/files_sharing/l10n/hu_HU.php deleted file mode 100644 index aee8a5151d..0000000000 --- a/apps/files_sharing/l10n/hu_HU.php +++ /dev/null @@ -1,40 +0,0 @@ - "A kiszolgálók közötti megosztás nincs engedélyezve ezen a kiszolgálón", -"The mountpoint name contains invalid characters." => "A csatlakozási pont neve érvénytelen karaktereket tartalmaz ", -"Invalid or untrusted SSL certificate" => "Érvénytelen vagy nem megbízható az SSL tanúsítvány", -"Couldn't add remote share" => "A távoli megosztás nem hozható létre", -"Shared with you" => "Velem osztották meg", -"Shared with others" => "Én osztottam meg másokkal", -"Shared by link" => "Linkkel osztottam meg", -"No files have been shared with you yet." => "Még nem osztottak meg Önnel semmit.", -"You haven't shared any files yet." => "Még nem osztott meg másokkal semmit", -"You haven't shared any files by link yet." => "Még nem osztott meg link segítségével semmit.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Használatba kívánja venni a {name} távoli megosztást, amit a {owner}@{remote} címről kapott?", -"Remote share" => "Távoli megosztás", -"Remote share password" => "Jelszó a távoli megosztáshoz", -"Cancel" => "Mégsem", -"Add remote share" => "Távoli megosztás létrehozása", -"No ownCloud installation found at {remote}" => "Nem található ownCloud telepítés ezen a címen {remote}", -"Invalid ownCloud url" => "Érvénytelen ownCloud webcím", -"Shared by" => "Megosztotta Önnel", -"This share is password-protected" => "Ez egy jelszóval védett megosztás", -"The password is wrong. Try again." => "A megadott jelszó nem megfelelő. Próbálja újra!", -"Password" => "Jelszó", -"Name" => "Név", -"Share time" => "A megosztás időpontja", -"Sorry, this link doesn’t seem to work anymore." => "Sajnos úgy tűnik, ez a link már nem működik.", -"Reasons might be:" => "Ennek az oka a következő lehet:", -"the item was removed" => "az állományt időközben eltávolították", -"the link expired" => "lejárt a link érvényességi ideje", -"sharing is disabled" => "letiltásra került a megosztás", -"For more info, please ask the person who sent this link." => "További információért forduljon ahhoz, aki ezt a linket küldte Önnek!", -"Add to your ownCloud" => "Adjuk hozzá a saját ownCloudunkhoz", -"Download" => "Letöltés", -"Download %s" => "%s letöltése", -"Direct link" => "Közvetlen link", -"Remote Shares" => "Távoli megosztások", -"Allow other instances to mount public links shared from this server" => "Engedélyezzük más ownCloud telepítéseknek, hogy becsatolják ennek a kiszolgálónak a nyilvános linkkel megadott megosztásait", -"Allow users to mount public link shares" => "Engedélyezzük, hogy felhasználóink becsatolják más kiszolgálók nyilvános, linkkel megadott megosztásait" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/hy.js b/apps/files_sharing/l10n/hy.js new file mode 100644 index 0000000000..10b9dfa1dd --- /dev/null +++ b/apps/files_sharing/l10n/hy.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_sharing", + { + "Download" : "Բեռնել" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/hy.json b/apps/files_sharing/l10n/hy.json new file mode 100644 index 0000000000..1d9890db3d --- /dev/null +++ b/apps/files_sharing/l10n/hy.json @@ -0,0 +1,4 @@ +{ "translations": { + "Download" : "Բեռնել" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/hy.php b/apps/files_sharing/l10n/hy.php deleted file mode 100644 index da200623e0..0000000000 --- a/apps/files_sharing/l10n/hy.php +++ /dev/null @@ -1,5 +0,0 @@ - "Բեռնել" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/ia.js b/apps/files_sharing/l10n/ia.js new file mode 100644 index 0000000000..c144fbd44f --- /dev/null +++ b/apps/files_sharing/l10n/ia.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Cancellar", + "Password" : "Contrasigno", + "Name" : "Nomine", + "Download" : "Discargar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ia.json b/apps/files_sharing/l10n/ia.json new file mode 100644 index 0000000000..d6153f1823 --- /dev/null +++ b/apps/files_sharing/l10n/ia.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "Cancellar", + "Password" : "Contrasigno", + "Name" : "Nomine", + "Download" : "Discargar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ia.php b/apps/files_sharing/l10n/ia.php deleted file mode 100644 index c6feab0db2..0000000000 --- a/apps/files_sharing/l10n/ia.php +++ /dev/null @@ -1,8 +0,0 @@ - "Cancellar", -"Password" => "Contrasigno", -"Name" => "Nomine", -"Download" => "Discargar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/id.js b/apps/files_sharing/l10n/id.js new file mode 100644 index 0000000000..a86cf96bf7 --- /dev/null +++ b/apps/files_sharing/l10n/id.js @@ -0,0 +1,31 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Berbagi server ke server tidaj diaktifkan pada server ini", + "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.", + "Cancel" : "Batal", + "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", + "This share is password-protected" : "Berbagi ini dilindungi sandi", + "The password is wrong. Try again." : "Sandi salah. Coba lagi", + "Password" : "Sandi", + "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:", + "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.", + "Download" : "Unduh", + "Download %s" : "Unduh %s", + "Direct link" : "Tautan langsung", + "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 new file mode 100644 index 0000000000..de4a8b7f92 --- /dev/null +++ b/apps/files_sharing/l10n/id.json @@ -0,0 +1,29 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Berbagi server ke server tidaj diaktifkan pada server ini", + "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.", + "Cancel" : "Batal", + "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", + "This share is password-protected" : "Berbagi ini dilindungi sandi", + "The password is wrong. Try again." : "Sandi salah. Coba lagi", + "Password" : "Sandi", + "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:", + "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.", + "Download" : "Unduh", + "Download %s" : "Unduh %s", + "Direct link" : "Tautan langsung", + "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/id.php b/apps/files_sharing/l10n/id.php deleted file mode 100644 index 10ff3cf053..0000000000 --- a/apps/files_sharing/l10n/id.php +++ /dev/null @@ -1,40 +0,0 @@ - "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", -"This share is password-protected" => "Berbagi ini dilindungi sandi", -"The password is wrong. Try again." => "Sandi salah. Coba lagi", -"Password" => "Sandi", -"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 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" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/is.js b/apps/files_sharing/l10n/is.js new file mode 100644 index 0000000000..ecce4e25d9 --- /dev/null +++ b/apps/files_sharing/l10n/is.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Hætta við", + "Shared by" : "Deilt af", + "Password" : "Lykilorð", + "Name" : "Nafn", + "Download" : "Niðurhal" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/is.json b/apps/files_sharing/l10n/is.json new file mode 100644 index 0000000000..889f8a3239 --- /dev/null +++ b/apps/files_sharing/l10n/is.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "Hætta við", + "Shared by" : "Deilt af", + "Password" : "Lykilorð", + "Name" : "Nafn", + "Download" : "Niðurhal" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/is.php b/apps/files_sharing/l10n/is.php deleted file mode 100644 index 3acd215949..0000000000 --- a/apps/files_sharing/l10n/is.php +++ /dev/null @@ -1,9 +0,0 @@ - "Hætta við", -"Shared by" => "Deilt af", -"Password" => "Lykilorð", -"Name" => "Nafn", -"Download" => "Niðurhal" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js new file mode 100644 index 0000000000..5e604ec199 --- /dev/null +++ b/apps/files_sharing/l10n/it.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "La condivisione tra server non è abilitata su questo server", + "The mountpoint name contains invalid characters." : "Il nome del punto di mount contiene caratteri non validi.", + "Invalid or untrusted SSL certificate" : "Certificato SSL non valido o non attendibile", + "Couldn't add remote share" : "Impossibile aggiungere la condivisione remota", + "Shared with you" : "Condiviso con te", + "Shared with others" : "Condiviso con altri", + "Shared by link" : "Condiviso tramite collegamento", + "No files have been shared with you yet." : "Non è stato ancora condiviso alcun file con te.", + "You haven't shared any files yet." : "Non hai ancora condiviso alcun file.", + "You haven't shared any files by link yet." : "Non hai ancora condiviso alcun file tramite collegamento.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Vuoi aggiungere la condivisione remota {name} da {owner}@{remote}?", + "Remote share" : "Condivisione remota", + "Remote share password" : "Password della condivisione remota", + "Cancel" : "Annulla", + "Add remote share" : "Aggiungi condivisione remota", + "No ownCloud installation found at {remote}" : "Nessuna installazione di ownCloud trovata su {remote}", + "Invalid ownCloud url" : "URL di ownCloud non valido", + "Shared by" : "Condiviso da", + "This share is password-protected" : "Questa condivione è protetta da password", + "The password is wrong. Try again." : "La password è errata. Prova ancora.", + "Password" : "Password", + "Name" : "Nome", + "Share time" : "Tempo di condivisione", + "Sorry, this link doesn’t seem to work anymore." : "Spiacenti, questo collegamento sembra non essere più attivo.", + "Reasons might be:" : "I motivi potrebbero essere:", + "the item was removed" : "l'elemento è stato rimosso", + "the link expired" : "il collegamento è scaduto", + "sharing is disabled" : "la condivisione è disabilitata", + "For more info, please ask the person who sent this link." : "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.", + "Add to your ownCloud" : "Aggiungi al tuo ownCloud", + "Download" : "Scarica", + "Download %s" : "Scarica %s", + "Direct link" : "Collegamento diretto", + "Remote Shares" : "Condivisioni remote", + "Allow other instances to mount public links shared from this server" : "Permetti ad altre istanze di montare collegamenti pubblici condivisi da questo server", + "Allow users to mount public link shares" : "Permetti agli utenti di montare condivisioni con collegamento pubblico" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json new file mode 100644 index 0000000000..3477bb1909 --- /dev/null +++ b/apps/files_sharing/l10n/it.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "La condivisione tra server non è abilitata su questo server", + "The mountpoint name contains invalid characters." : "Il nome del punto di mount contiene caratteri non validi.", + "Invalid or untrusted SSL certificate" : "Certificato SSL non valido o non attendibile", + "Couldn't add remote share" : "Impossibile aggiungere la condivisione remota", + "Shared with you" : "Condiviso con te", + "Shared with others" : "Condiviso con altri", + "Shared by link" : "Condiviso tramite collegamento", + "No files have been shared with you yet." : "Non è stato ancora condiviso alcun file con te.", + "You haven't shared any files yet." : "Non hai ancora condiviso alcun file.", + "You haven't shared any files by link yet." : "Non hai ancora condiviso alcun file tramite collegamento.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Vuoi aggiungere la condivisione remota {name} da {owner}@{remote}?", + "Remote share" : "Condivisione remota", + "Remote share password" : "Password della condivisione remota", + "Cancel" : "Annulla", + "Add remote share" : "Aggiungi condivisione remota", + "No ownCloud installation found at {remote}" : "Nessuna installazione di ownCloud trovata su {remote}", + "Invalid ownCloud url" : "URL di ownCloud non valido", + "Shared by" : "Condiviso da", + "This share is password-protected" : "Questa condivione è protetta da password", + "The password is wrong. Try again." : "La password è errata. Prova ancora.", + "Password" : "Password", + "Name" : "Nome", + "Share time" : "Tempo di condivisione", + "Sorry, this link doesn’t seem to work anymore." : "Spiacenti, questo collegamento sembra non essere più attivo.", + "Reasons might be:" : "I motivi potrebbero essere:", + "the item was removed" : "l'elemento è stato rimosso", + "the link expired" : "il collegamento è scaduto", + "sharing is disabled" : "la condivisione è disabilitata", + "For more info, please ask the person who sent this link." : "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.", + "Add to your ownCloud" : "Aggiungi al tuo ownCloud", + "Download" : "Scarica", + "Download %s" : "Scarica %s", + "Direct link" : "Collegamento diretto", + "Remote Shares" : "Condivisioni remote", + "Allow other instances to mount public links shared from this server" : "Permetti ad altre istanze di montare collegamenti pubblici condivisi da questo server", + "Allow users to mount public link shares" : "Permetti agli utenti di montare condivisioni con collegamento pubblico" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php deleted file mode 100644 index 5aad92e7d0..0000000000 --- a/apps/files_sharing/l10n/it.php +++ /dev/null @@ -1,40 +0,0 @@ - "La condivisione tra server non è abilitata su questo server", -"The mountpoint name contains invalid characters." => "Il nome del punto di mount contiene caratteri non validi.", -"Invalid or untrusted SSL certificate" => "Certificato SSL non valido o non attendibile", -"Couldn't add remote share" => "Impossibile aggiungere la condivisione remota", -"Shared with you" => "Condiviso con te", -"Shared with others" => "Condiviso con altri", -"Shared by link" => "Condiviso tramite collegamento", -"No files have been shared with you yet." => "Non è stato ancora condiviso alcun file con te.", -"You haven't shared any files yet." => "Non hai ancora condiviso alcun file.", -"You haven't shared any files by link yet." => "Non hai ancora condiviso alcun file tramite collegamento.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Vuoi aggiungere la condivisione remota {name} da {owner}@{remote}?", -"Remote share" => "Condivisione remota", -"Remote share password" => "Password della condivisione remota", -"Cancel" => "Annulla", -"Add remote share" => "Aggiungi condivisione remota", -"No ownCloud installation found at {remote}" => "Nessuna installazione di ownCloud trovata su {remote}", -"Invalid ownCloud url" => "URL di ownCloud non valido", -"Shared by" => "Condiviso da", -"This share is password-protected" => "Questa condivione è protetta da password", -"The password is wrong. Try again." => "La password è errata. Prova ancora.", -"Password" => "Password", -"Name" => "Nome", -"Share time" => "Tempo di condivisione", -"Sorry, this link doesn’t seem to work anymore." => "Spiacenti, questo collegamento sembra non essere più attivo.", -"Reasons might be:" => "I motivi potrebbero essere:", -"the item was removed" => "l'elemento è stato rimosso", -"the link expired" => "il collegamento è scaduto", -"sharing is disabled" => "la condivisione è disabilitata", -"For more info, please ask the person who sent this link." => "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.", -"Add to your ownCloud" => "Aggiungi al tuo ownCloud", -"Download" => "Scarica", -"Download %s" => "Scarica %s", -"Direct link" => "Collegamento diretto", -"Remote Shares" => "Condivisioni remote", -"Allow other instances to mount public links shared from this server" => "Permetti ad altre istanze di montare collegamenti pubblici condivisi da questo server", -"Allow users to mount public link shares" => "Permetti agli utenti di montare condivisioni con collegamento pubblico" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js new file mode 100644 index 0000000000..ed0ee4fd3a --- /dev/null +++ b/apps/files_sharing/l10n/ja.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "このサーバーでは、サーバー間の共有が有効ではありません", + "The mountpoint name contains invalid characters." : "マウントポイント名 に不正な文字列が含まれています。", + "Invalid or untrusted SSL certificate" : "無効または信頼できないSSL証明書", + "Couldn't add remote share" : "リモート共有を追加できませんでした", + "Shared with you" : "他ユーザーがあなたと共有中", + "Shared with others" : "他ユーザーと共有中", + "Shared by link" : "URLリンクで共有中", + "No files have been shared with you yet." : "他のユーザーがあなたと共有しているファイルはありません。", + "You haven't shared any files yet." : "他のユーザーと共有しているファイルはありません。", + "You haven't shared any files by link yet." : "URLリンクで共有しているファイルはありません。", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?", + "Remote share" : "リモート共有", + "Remote share password" : "リモート共有のパスワード", + "Cancel" : "キャンセル", + "Add remote share" : "リモート共有を追加", + "No ownCloud installation found at {remote}" : "{remote} にはownCloudがインストールされていません", + "Invalid ownCloud url" : "無効なownCloud URL です", + "Shared by" : "共有者:", + "This share is password-protected" : "この共有はパスワードで保護されています", + "The password is wrong. Try again." : "パスワードが間違っています。再試行してください。", + "Password" : "パスワード", + "Name" : "名前", + "Share time" : "共有時間", + "Sorry, this link doesn’t seem to work anymore." : "申し訳ございません。このリンクはもう利用できません。", + "Reasons might be:" : "理由は以下の通りと考えられます:", + "the item was removed" : "アイテムが削除されました", + "the link expired" : "リンクの期限が切れています", + "sharing is disabled" : "共有は無効になっています", + "For more info, please ask the person who sent this link." : "不明な点は、こちらのリンクの提供者に確認をお願いします。", + "Add to your ownCloud" : "ownCloud に追加", + "Download" : "ダウンロード", + "Download %s" : "%s をダウンロード", + "Direct link" : "リンク", + "Remote Shares" : "リモート共有", + "Allow other instances to mount public links shared from this server" : "このサーバーにおけるURLでの共有を他のインスタンスからマウントできるようにする", + "Allow users to mount public link shares" : "ユーザーがURLでの共有をマウントできるようにする" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json new file mode 100644 index 0000000000..8500f6b2f2 --- /dev/null +++ b/apps/files_sharing/l10n/ja.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "このサーバーでは、サーバー間の共有が有効ではありません", + "The mountpoint name contains invalid characters." : "マウントポイント名 に不正な文字列が含まれています。", + "Invalid or untrusted SSL certificate" : "無効または信頼できないSSL証明書", + "Couldn't add remote share" : "リモート共有を追加できませんでした", + "Shared with you" : "他ユーザーがあなたと共有中", + "Shared with others" : "他ユーザーと共有中", + "Shared by link" : "URLリンクで共有中", + "No files have been shared with you yet." : "他のユーザーがあなたと共有しているファイルはありません。", + "You haven't shared any files yet." : "他のユーザーと共有しているファイルはありません。", + "You haven't shared any files by link yet." : "URLリンクで共有しているファイルはありません。", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?", + "Remote share" : "リモート共有", + "Remote share password" : "リモート共有のパスワード", + "Cancel" : "キャンセル", + "Add remote share" : "リモート共有を追加", + "No ownCloud installation found at {remote}" : "{remote} にはownCloudがインストールされていません", + "Invalid ownCloud url" : "無効なownCloud URL です", + "Shared by" : "共有者:", + "This share is password-protected" : "この共有はパスワードで保護されています", + "The password is wrong. Try again." : "パスワードが間違っています。再試行してください。", + "Password" : "パスワード", + "Name" : "名前", + "Share time" : "共有時間", + "Sorry, this link doesn’t seem to work anymore." : "申し訳ございません。このリンクはもう利用できません。", + "Reasons might be:" : "理由は以下の通りと考えられます:", + "the item was removed" : "アイテムが削除されました", + "the link expired" : "リンクの期限が切れています", + "sharing is disabled" : "共有は無効になっています", + "For more info, please ask the person who sent this link." : "不明な点は、こちらのリンクの提供者に確認をお願いします。", + "Add to your ownCloud" : "ownCloud に追加", + "Download" : "ダウンロード", + "Download %s" : "%s をダウンロード", + "Direct link" : "リンク", + "Remote Shares" : "リモート共有", + "Allow other instances to mount public links shared from this server" : "このサーバーにおけるURLでの共有を他のインスタンスからマウントできるようにする", + "Allow users to mount public link shares" : "ユーザーがURLでの共有をマウントできるようにする" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ja.php b/apps/files_sharing/l10n/ja.php deleted file mode 100644 index 7a89a180b4..0000000000 --- a/apps/files_sharing/l10n/ja.php +++ /dev/null @@ -1,40 +0,0 @@ - "このサーバーでは、サーバー間の共有が有効ではありません", -"The mountpoint name contains invalid characters." => "マウントポイント名 に不正な文字列が含まれています。", -"Invalid or untrusted SSL certificate" => "無効または信頼できないSSL証明書", -"Couldn't add remote share" => "リモート共有を追加できませんでした", -"Shared with you" => "他ユーザーがあなたと共有中", -"Shared with others" => "他ユーザーと共有中", -"Shared by link" => "URLリンクで共有中", -"No files have been shared with you yet." => "他のユーザーがあなたと共有しているファイルはありません。", -"You haven't shared any files yet." => "他のユーザーと共有しているファイルはありません。", -"You haven't shared any files by link yet." => "URLリンクで共有しているファイルはありません。", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?", -"Remote share" => "リモート共有", -"Remote share password" => "リモート共有のパスワード", -"Cancel" => "キャンセル", -"Add remote share" => "リモート共有を追加", -"No ownCloud installation found at {remote}" => "{remote} にはownCloudがインストールされていません", -"Invalid ownCloud url" => "無効なownCloud URL です", -"Shared by" => "共有者:", -"This share is password-protected" => "この共有はパスワードで保護されています", -"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。", -"Password" => "パスワード", -"Name" => "名前", -"Share time" => "共有時間", -"Sorry, this link doesn’t seem to work anymore." => "申し訳ございません。このリンクはもう利用できません。", -"Reasons might be:" => "理由は以下の通りと考えられます:", -"the item was removed" => "アイテムが削除されました", -"the link expired" => "リンクの期限が切れています", -"sharing is disabled" => "共有は無効になっています", -"For more info, please ask the person who sent this link." => "不明な点は、こちらのリンクの提供者に確認をお願いします。", -"Add to your ownCloud" => "ownCloud に追加", -"Download" => "ダウンロード", -"Download %s" => "%s をダウンロード", -"Direct link" => "リンク", -"Remote Shares" => "リモート共有", -"Allow other instances to mount public links shared from this server" => "このサーバーにおけるURLでの共有を他のインスタンスからマウントできるようにする", -"Allow users to mount public link shares" => "ユーザーがURLでの共有をマウントできるようにする" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/jv.js b/apps/files_sharing/l10n/jv.js new file mode 100644 index 0000000000..6a7a3e6fed --- /dev/null +++ b/apps/files_sharing/l10n/jv.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_sharing", + { + "Download" : "Njipuk" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/jv.json b/apps/files_sharing/l10n/jv.json new file mode 100644 index 0000000000..5122607580 --- /dev/null +++ b/apps/files_sharing/l10n/jv.json @@ -0,0 +1,4 @@ +{ "translations": { + "Download" : "Njipuk" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/jv.php b/apps/files_sharing/l10n/jv.php deleted file mode 100644 index 690632bdba..0000000000 --- a/apps/files_sharing/l10n/jv.php +++ /dev/null @@ -1,5 +0,0 @@ - "Njipuk" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/ka_GE.js b/apps/files_sharing/l10n/ka_GE.js new file mode 100644 index 0000000000..df36093b68 --- /dev/null +++ b/apps/files_sharing/l10n/ka_GE.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "უარყოფა", + "Shared by" : "აზიარებს", + "Password" : "პაროლი", + "Name" : "სახელი", + "Download" : "ჩამოტვირთვა" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/ka_GE.json b/apps/files_sharing/l10n/ka_GE.json new file mode 100644 index 0000000000..acebf7caa3 --- /dev/null +++ b/apps/files_sharing/l10n/ka_GE.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "უარყოფა", + "Shared by" : "აზიარებს", + "Password" : "პაროლი", + "Name" : "სახელი", + "Download" : "ჩამოტვირთვა" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ka_GE.php b/apps/files_sharing/l10n/ka_GE.php deleted file mode 100644 index 0fcf07f3bb..0000000000 --- a/apps/files_sharing/l10n/ka_GE.php +++ /dev/null @@ -1,9 +0,0 @@ - "უარყოფა", -"Shared by" => "აზიარებს", -"Password" => "პაროლი", -"Name" => "სახელი", -"Download" => "ჩამოტვირთვა" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/km.js b/apps/files_sharing/l10n/km.js new file mode 100644 index 0000000000..d98f1df047 --- /dev/null +++ b/apps/files_sharing/l10n/km.js @@ -0,0 +1,20 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "បោះបង់", + "Shared by" : "បាន​ចែក​រំលែក​ដោយ", + "This share is password-protected" : "ការ​ចែករំលែក​នេះ​ត្រូវ​បាន​ការពារ​ដោយ​ពាក្យ​សម្ងាត់", + "The password is wrong. Try again." : "ពាក្យ​សម្ងាត់​ខុស​ហើយ។ ព្យាយាម​ម្ដង​ទៀត។", + "Password" : "ពាក្យសម្ងាត់", + "Name" : "ឈ្មោះ", + "Sorry, this link doesn’t seem to work anymore." : "សូម​ទោស តំណ​នេះ​ហាក់​ដូច​ជា​លែង​ដើរ​ហើយ។", + "Reasons might be:" : "មូលហេតុ​អាច​ជា៖", + "the item was removed" : "របស់​ត្រូវ​បាន​ដក​ចេញ", + "the link expired" : "តំណ​ផុត​ពេល​កំណត់", + "sharing is disabled" : "មិន​អនុញ្ញាត​ការ​ចែករំលែក", + "For more info, please ask the person who sent this link." : "សម្រាប់​ព័ត៌មាន​បន្ថែម សូម​សួរ​អ្នក​ដែល​ផ្ញើ​តំណ​នេះ។", + "Download" : "ទាញយក", + "Download %s" : "ទាញយក %s", + "Direct link" : "តំណ​ផ្ទាល់" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/km.json b/apps/files_sharing/l10n/km.json new file mode 100644 index 0000000000..283ddcf871 --- /dev/null +++ b/apps/files_sharing/l10n/km.json @@ -0,0 +1,18 @@ +{ "translations": { + "Cancel" : "បោះបង់", + "Shared by" : "បាន​ចែក​រំលែក​ដោយ", + "This share is password-protected" : "ការ​ចែករំលែក​នេះ​ត្រូវ​បាន​ការពារ​ដោយ​ពាក្យ​សម្ងាត់", + "The password is wrong. Try again." : "ពាក្យ​សម្ងាត់​ខុស​ហើយ។ ព្យាយាម​ម្ដង​ទៀត។", + "Password" : "ពាក្យសម្ងាត់", + "Name" : "ឈ្មោះ", + "Sorry, this link doesn’t seem to work anymore." : "សូម​ទោស តំណ​នេះ​ហាក់​ដូច​ជា​លែង​ដើរ​ហើយ។", + "Reasons might be:" : "មូលហេតុ​អាច​ជា៖", + "the item was removed" : "របស់​ត្រូវ​បាន​ដក​ចេញ", + "the link expired" : "តំណ​ផុត​ពេល​កំណត់", + "sharing is disabled" : "មិន​អនុញ្ញាត​ការ​ចែករំលែក", + "For more info, please ask the person who sent this link." : "សម្រាប់​ព័ត៌មាន​បន្ថែម សូម​សួរ​អ្នក​ដែល​ផ្ញើ​តំណ​នេះ។", + "Download" : "ទាញយក", + "Download %s" : "ទាញយក %s", + "Direct link" : "តំណ​ផ្ទាល់" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/km.php b/apps/files_sharing/l10n/km.php deleted file mode 100644 index 605266d6da..0000000000 --- a/apps/files_sharing/l10n/km.php +++ /dev/null @@ -1,19 +0,0 @@ - "បោះបង់", -"Shared by" => "បាន​ចែក​រំលែក​ដោយ", -"This share is password-protected" => "ការ​ចែករំលែក​នេះ​ត្រូវ​បាន​ការពារ​ដោយ​ពាក្យ​សម្ងាត់", -"The password is wrong. Try again." => "ពាក្យ​សម្ងាត់​ខុស​ហើយ។ ព្យាយាម​ម្ដង​ទៀត។", -"Password" => "ពាក្យសម្ងាត់", -"Name" => "ឈ្មោះ", -"Sorry, this link doesn’t seem to work anymore." => "សូម​ទោស តំណ​នេះ​ហាក់​ដូច​ជា​លែង​ដើរ​ហើយ។", -"Reasons might be:" => "មូលហេតុ​អាច​ជា៖", -"the item was removed" => "របស់​ត្រូវ​បាន​ដក​ចេញ", -"the link expired" => "តំណ​ផុត​ពេល​កំណត់", -"sharing is disabled" => "មិន​អនុញ្ញាត​ការ​ចែករំលែក", -"For more info, please ask the person who sent this link." => "សម្រាប់​ព័ត៌មាន​បន្ថែម សូម​សួរ​អ្នក​ដែល​ផ្ញើ​តំណ​នេះ។", -"Download" => "ទាញយក", -"Download %s" => "ទាញយក %s", -"Direct link" => "តំណ​ផ្ទាល់" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js new file mode 100644 index 0000000000..88fe10788c --- /dev/null +++ b/apps/files_sharing/l10n/ko.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "취소", + "Shared by" : "공유한 사용자:", + "This share is password-protected" : "이 공유는 암호로 보호되어 있습니다", + "The password is wrong. Try again." : "암호가 잘못되었습니다. 다시 입력해 주십시오.", + "Password" : "암호", + "Name" : "이름", + "Sorry, this link doesn’t seem to work anymore." : "죄송합니다. 이 링크는 더 이상 작동하지 않습니다.", + "Reasons might be:" : "이유는 다음과 같을 수 있습니다:", + "the item was removed" : "항목이 삭제됨", + "the link expired" : "링크가 만료됨", + "sharing is disabled" : "공유가 비활성화됨", + "For more info, please ask the person who sent this link." : "자세한 정보는 링크를 보낸 사람에게 문의하십시오.", + "Download" : "다운로드", + "Direct link" : "직접 링크" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/ko.json b/apps/files_sharing/l10n/ko.json new file mode 100644 index 0000000000..e005feecef --- /dev/null +++ b/apps/files_sharing/l10n/ko.json @@ -0,0 +1,17 @@ +{ "translations": { + "Cancel" : "취소", + "Shared by" : "공유한 사용자:", + "This share is password-protected" : "이 공유는 암호로 보호되어 있습니다", + "The password is wrong. Try again." : "암호가 잘못되었습니다. 다시 입력해 주십시오.", + "Password" : "암호", + "Name" : "이름", + "Sorry, this link doesn’t seem to work anymore." : "죄송합니다. 이 링크는 더 이상 작동하지 않습니다.", + "Reasons might be:" : "이유는 다음과 같을 수 있습니다:", + "the item was removed" : "항목이 삭제됨", + "the link expired" : "링크가 만료됨", + "sharing is disabled" : "공유가 비활성화됨", + "For more info, please ask the person who sent this link." : "자세한 정보는 링크를 보낸 사람에게 문의하십시오.", + "Download" : "다운로드", + "Direct link" : "직접 링크" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ko.php b/apps/files_sharing/l10n/ko.php deleted file mode 100644 index 1a75eca32f..0000000000 --- a/apps/files_sharing/l10n/ko.php +++ /dev/null @@ -1,18 +0,0 @@ - "취소", -"Shared by" => "공유한 사용자:", -"This share is password-protected" => "이 공유는 암호로 보호되어 있습니다", -"The password is wrong. Try again." => "암호가 잘못되었습니다. 다시 입력해 주십시오.", -"Password" => "암호", -"Name" => "이름", -"Sorry, this link doesn’t seem to work anymore." => "죄송합니다. 이 링크는 더 이상 작동하지 않습니다.", -"Reasons might be:" => "이유는 다음과 같을 수 있습니다:", -"the item was removed" => "항목이 삭제됨", -"the link expired" => "링크가 만료됨", -"sharing is disabled" => "공유가 비활성화됨", -"For more info, please ask the person who sent this link." => "자세한 정보는 링크를 보낸 사람에게 문의하십시오.", -"Download" => "다운로드", -"Direct link" => "직접 링크" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/ku_IQ.js b/apps/files_sharing/l10n/ku_IQ.js new file mode 100644 index 0000000000..f1549d46c0 --- /dev/null +++ b/apps/files_sharing/l10n/ku_IQ.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "لابردن", + "Password" : "وشەی تێپەربو", + "Name" : "ناو", + "Download" : "داگرتن" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ku_IQ.json b/apps/files_sharing/l10n/ku_IQ.json new file mode 100644 index 0000000000..7be49d0c5e --- /dev/null +++ b/apps/files_sharing/l10n/ku_IQ.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "لابردن", + "Password" : "وشەی تێپەربو", + "Name" : "ناو", + "Download" : "داگرتن" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ku_IQ.php b/apps/files_sharing/l10n/ku_IQ.php deleted file mode 100644 index 50f75a7b57..0000000000 --- a/apps/files_sharing/l10n/ku_IQ.php +++ /dev/null @@ -1,8 +0,0 @@ - "لابردن", -"Password" => "وشەی تێپەربو", -"Name" => "ناو", -"Download" => "داگرتن" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/lb.js b/apps/files_sharing/l10n/lb.js new file mode 100644 index 0000000000..f391757f70 --- /dev/null +++ b/apps/files_sharing/l10n/lb.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Ofbriechen", + "Shared by" : "Gedeelt vun", + "The password is wrong. Try again." : "Den Passwuert ass incorrect. Probeier ed nach eng keier.", + "Password" : "Passwuert", + "Name" : "Numm", + "Download" : "Download" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/lb.json b/apps/files_sharing/l10n/lb.json new file mode 100644 index 0000000000..07d504d916 --- /dev/null +++ b/apps/files_sharing/l10n/lb.json @@ -0,0 +1,9 @@ +{ "translations": { + "Cancel" : "Ofbriechen", + "Shared by" : "Gedeelt vun", + "The password is wrong. Try again." : "Den Passwuert ass incorrect. Probeier ed nach eng keier.", + "Password" : "Passwuert", + "Name" : "Numm", + "Download" : "Download" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/lb.php b/apps/files_sharing/l10n/lb.php deleted file mode 100644 index 0657d96826..0000000000 --- a/apps/files_sharing/l10n/lb.php +++ /dev/null @@ -1,10 +0,0 @@ - "Ofbriechen", -"Shared by" => "Gedeelt vun", -"The password is wrong. Try again." => "Den Passwuert ass incorrect. Probeier ed nach eng keier.", -"Password" => "Passwuert", -"Name" => "Numm", -"Download" => "Download" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/lt_LT.js b/apps/files_sharing/l10n/lt_LT.js new file mode 100644 index 0000000000..9a7145bbda --- /dev/null +++ b/apps/files_sharing/l10n/lt_LT.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Atšaukti", + "Shared by" : "Dalinasi", + "This share is password-protected" : "Turinys apsaugotas slaptažodžiu", + "The password is wrong. Try again." : "Netinka slaptažodis: Bandykite dar kartą.", + "Password" : "Slaptažodis", + "Name" : "Pavadinimas", + "Sorry, this link doesn’t seem to work anymore." : "Atleiskite, panašu, kad nuoroda yra neveiksni.", + "Reasons might be:" : "Galimos priežastys:", + "the item was removed" : "elementas buvo pašalintas", + "the link expired" : "baigėsi nuorodos galiojimo laikas", + "sharing is disabled" : "dalinimasis yra išjungtas", + "For more info, please ask the person who sent this link." : "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą.", + "Download" : "Atsisiųsti", + "Direct link" : "Tiesioginė nuoroda" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_sharing/l10n/lt_LT.json b/apps/files_sharing/l10n/lt_LT.json new file mode 100644 index 0000000000..2da5fb37d5 --- /dev/null +++ b/apps/files_sharing/l10n/lt_LT.json @@ -0,0 +1,17 @@ +{ "translations": { + "Cancel" : "Atšaukti", + "Shared by" : "Dalinasi", + "This share is password-protected" : "Turinys apsaugotas slaptažodžiu", + "The password is wrong. Try again." : "Netinka slaptažodis: Bandykite dar kartą.", + "Password" : "Slaptažodis", + "Name" : "Pavadinimas", + "Sorry, this link doesn’t seem to work anymore." : "Atleiskite, panašu, kad nuoroda yra neveiksni.", + "Reasons might be:" : "Galimos priežastys:", + "the item was removed" : "elementas buvo pašalintas", + "the link expired" : "baigėsi nuorodos galiojimo laikas", + "sharing is disabled" : "dalinimasis yra išjungtas", + "For more info, please ask the person who sent this link." : "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą.", + "Download" : "Atsisiųsti", + "Direct link" : "Tiesioginė nuoroda" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/lt_LT.php b/apps/files_sharing/l10n/lt_LT.php deleted file mode 100644 index 4742d2ccd9..0000000000 --- a/apps/files_sharing/l10n/lt_LT.php +++ /dev/null @@ -1,18 +0,0 @@ - "Atšaukti", -"Shared by" => "Dalinasi", -"This share is password-protected" => "Turinys apsaugotas slaptažodžiu", -"The password is wrong. Try again." => "Netinka slaptažodis: Bandykite dar kartą.", -"Password" => "Slaptažodis", -"Name" => "Pavadinimas", -"Sorry, this link doesn’t seem to work anymore." => "Atleiskite, panašu, kad nuoroda yra neveiksni.", -"Reasons might be:" => "Galimos priežastys:", -"the item was removed" => "elementas buvo pašalintas", -"the link expired" => "baigėsi nuorodos galiojimo laikas", -"sharing is disabled" => "dalinimasis yra išjungtas", -"For more info, please ask the person who sent this link." => "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą.", -"Download" => "Atsisiųsti", -"Direct link" => "Tiesioginė nuoroda" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/lv.js b/apps/files_sharing/l10n/lv.js new file mode 100644 index 0000000000..c786d7f3f1 --- /dev/null +++ b/apps/files_sharing/l10n/lv.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Atcelt", + "Shared by" : "Dalījās", + "Password" : "Parole", + "Name" : "Nosaukums", + "Download" : "Lejupielādēt" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/files_sharing/l10n/lv.json b/apps/files_sharing/l10n/lv.json new file mode 100644 index 0000000000..dc317305cc --- /dev/null +++ b/apps/files_sharing/l10n/lv.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "Atcelt", + "Shared by" : "Dalījās", + "Password" : "Parole", + "Name" : "Nosaukums", + "Download" : "Lejupielādēt" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/lv.php b/apps/files_sharing/l10n/lv.php deleted file mode 100644 index 33182d25eb..0000000000 --- a/apps/files_sharing/l10n/lv.php +++ /dev/null @@ -1,9 +0,0 @@ - "Atcelt", -"Shared by" => "Dalījās", -"Password" => "Parole", -"Name" => "Nosaukums", -"Download" => "Lejupielādēt" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/mk.js b/apps/files_sharing/l10n/mk.js new file mode 100644 index 0000000000..028c2f7ee0 --- /dev/null +++ b/apps/files_sharing/l10n/mk.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "files_sharing", + { + "Shared with you" : "Споделено со тебе", + "Shared with others" : "Сподели со останатите", + "Shared by link" : "Споделено со врска", + "No files have been shared with you yet." : "Ниту една датотека сеуште не била споделена со вас.", + "You haven't shared any files yet." : "Вие досега немате споделено ниту една датотека.", + "You haven't shared any files by link yet." : "Сеуште немате споделено датотека со врска.", + "Cancel" : "Откажи", + "Shared by" : "Споделено од", + "This share is password-protected" : "Ова споделување е заштитено со лозинка", + "The password is wrong. Try again." : "Лозинката е грешна. Обиди се повторно.", + "Password" : "Лозинка", + "Name" : "Име", + "Share time" : "Сподели време", + "Sorry, this link doesn’t seem to work anymore." : "Извенете, но овој линк изгледа дека повеќе не функционира.", + "Reasons might be:" : "Причината може да биде:", + "the item was removed" : "предметот беше одстранет", + "the link expired" : "времетраењето на линкот е изминато", + "sharing is disabled" : "споделувањето не е дозволено", + "For more info, please ask the person who sent this link." : "За повеќе информации, прашајте го лицето кое ви ја испратила врската.", + "Download" : "Преземи", + "Download %s" : "Преземи %s", + "Direct link" : "Директна врска" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/files_sharing/l10n/mk.json b/apps/files_sharing/l10n/mk.json new file mode 100644 index 0000000000..9e51f668eb --- /dev/null +++ b/apps/files_sharing/l10n/mk.json @@ -0,0 +1,25 @@ +{ "translations": { + "Shared with you" : "Споделено со тебе", + "Shared with others" : "Сподели со останатите", + "Shared by link" : "Споделено со врска", + "No files have been shared with you yet." : "Ниту една датотека сеуште не била споделена со вас.", + "You haven't shared any files yet." : "Вие досега немате споделено ниту една датотека.", + "You haven't shared any files by link yet." : "Сеуште немате споделено датотека со врска.", + "Cancel" : "Откажи", + "Shared by" : "Споделено од", + "This share is password-protected" : "Ова споделување е заштитено со лозинка", + "The password is wrong. Try again." : "Лозинката е грешна. Обиди се повторно.", + "Password" : "Лозинка", + "Name" : "Име", + "Share time" : "Сподели време", + "Sorry, this link doesn’t seem to work anymore." : "Извенете, но овој линк изгледа дека повеќе не функционира.", + "Reasons might be:" : "Причината може да биде:", + "the item was removed" : "предметот беше одстранет", + "the link expired" : "времетраењето на линкот е изминато", + "sharing is disabled" : "споделувањето не е дозволено", + "For more info, please ask the person who sent this link." : "За повеќе информации, прашајте го лицето кое ви ја испратила врската.", + "Download" : "Преземи", + "Download %s" : "Преземи %s", + "Direct link" : "Директна врска" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/mk.php b/apps/files_sharing/l10n/mk.php deleted file mode 100644 index 4a4a1c1aab..0000000000 --- a/apps/files_sharing/l10n/mk.php +++ /dev/null @@ -1,26 +0,0 @@ - "Споделено со тебе", -"Shared with others" => "Сподели со останатите", -"Shared by link" => "Споделено со врска", -"No files have been shared with you yet." => "Ниту една датотека сеуште не била споделена со вас.", -"You haven't shared any files yet." => "Вие досега немате споделено ниту една датотека.", -"You haven't shared any files by link yet." => "Сеуште немате споделено датотека со врска.", -"Cancel" => "Откажи", -"Shared by" => "Споделено од", -"This share is password-protected" => "Ова споделување е заштитено со лозинка", -"The password is wrong. Try again." => "Лозинката е грешна. Обиди се повторно.", -"Password" => "Лозинка", -"Name" => "Име", -"Share time" => "Сподели време", -"Sorry, this link doesn’t seem to work anymore." => "Извенете, но овој линк изгледа дека повеќе не функционира.", -"Reasons might be:" => "Причината може да биде:", -"the item was removed" => "предметот беше одстранет", -"the link expired" => "времетраењето на линкот е изминато", -"sharing is disabled" => "споделувањето не е дозволено", -"For more info, please ask the person who sent this link." => "За повеќе информации, прашајте го лицето кое ви ја испратила врската.", -"Download" => "Преземи", -"Download %s" => "Преземи %s", -"Direct link" => "Директна врска" -); -$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/files_sharing/l10n/ms_MY.js b/apps/files_sharing/l10n/ms_MY.js new file mode 100644 index 0000000000..92ca90bb60 --- /dev/null +++ b/apps/files_sharing/l10n/ms_MY.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Batal", + "Shared by" : "Dikongsi dengan", + "Password" : "Kata laluan", + "Name" : "Nama", + "Download" : "Muat turun" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/ms_MY.json b/apps/files_sharing/l10n/ms_MY.json new file mode 100644 index 0000000000..45ae1fe85a --- /dev/null +++ b/apps/files_sharing/l10n/ms_MY.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "Batal", + "Shared by" : "Dikongsi dengan", + "Password" : "Kata laluan", + "Name" : "Nama", + "Download" : "Muat turun" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ms_MY.php b/apps/files_sharing/l10n/ms_MY.php deleted file mode 100644 index 0d1e00c1b4..0000000000 --- a/apps/files_sharing/l10n/ms_MY.php +++ /dev/null @@ -1,9 +0,0 @@ - "Batal", -"Shared by" => "Dikongsi dengan", -"Password" => "Kata laluan", -"Name" => "Nama", -"Download" => "Muat turun" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/my_MM.js b/apps/files_sharing/l10n/my_MM.js new file mode 100644 index 0000000000..cde621b63b --- /dev/null +++ b/apps/files_sharing/l10n/my_MM.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "ပယ်ဖျက်မည်", + "Password" : "စကားဝှက်", + "Download" : "ဒေါင်းလုတ်" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/my_MM.json b/apps/files_sharing/l10n/my_MM.json new file mode 100644 index 0000000000..9e7fd456f0 --- /dev/null +++ b/apps/files_sharing/l10n/my_MM.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "ပယ်ဖျက်မည်", + "Password" : "စကားဝှက်", + "Download" : "ဒေါင်းလုတ်" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/my_MM.php b/apps/files_sharing/l10n/my_MM.php deleted file mode 100644 index 4ca6a9049e..0000000000 --- a/apps/files_sharing/l10n/my_MM.php +++ /dev/null @@ -1,7 +0,0 @@ - "ပယ်ဖျက်မည်", -"Password" => "စကားဝှက်", -"Download" => "ဒေါင်းလုတ်" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/nb_NO.js b/apps/files_sharing/l10n/nb_NO.js new file mode 100644 index 0000000000..1038d9e1be --- /dev/null +++ b/apps/files_sharing/l10n/nb_NO.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Server til server-deling er ikke aktivert på denne serveren", + "The mountpoint name contains invalid characters." : "Navnet på oppkoblingspunktet inneholder ugyldige tegn.", + "Invalid or untrusted SSL certificate" : "Ugyldig eller ikke tiltrodd SSL-sertifikat", + "Couldn't add remote share" : "Klarte ikke å legge til ekstern deling", + "Shared with you" : "Delt med deg", + "Shared with others" : "Delt med andre", + "Shared by link" : "Delt med lenke", + "No files have been shared with you yet." : "Ingen filer er delt med deg ennå.", + "You haven't shared any files yet." : "Du har ikke delt noen filer ennå.", + "You haven't shared any files by link yet." : "Du har ikke delt noen filer med lenke ennå.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Ønsker du å legge til ekstern deling {name} fra {owner}@{remote}?", + "Remote share" : "Ekstern deling", + "Remote share password" : "Passord for ekstern deling", + "Cancel" : "Avbryt", + "Add remote share" : "Legg til ekstern deling", + "No ownCloud installation found at {remote}" : "Ingen ownCloud-installasjon funnet på {remote}", + "Invalid ownCloud url" : "Ugyldig ownCloud-url", + "Shared by" : "Delt av", + "This share is password-protected" : "Denne delingen er passordbeskyttet", + "The password is wrong. Try again." : "Passordet er feil. Prøv på nytt.", + "Password" : "Passord", + "Name" : "Navn", + "Share time" : "Delingstidspunkt", + "Sorry, this link doesn’t seem to work anymore." : "Beklager, denne lenken ser ikke ut til å virke lenger.", + "Reasons might be:" : "Mulige årsaker:", + "the item was removed" : "elementet er fjernet", + "the link expired" : "lenken er utløpt", + "sharing is disabled" : "deling er deaktivert", + "For more info, please ask the person who sent this link." : "For mer informasjon, spør personen som sendte lenken.", + "Add to your ownCloud" : "Legg til i din ownCloud", + "Download" : "Last ned", + "Download %s" : "Last ned %s", + "Direct link" : "Direkte lenke", + "Remote Shares" : "Ekstern deling", + "Allow other instances to mount public links shared from this server" : "Tillat at andre servere kobler opp offentlige lenker som er delt fra denne serveren", + "Allow users to mount public link shares" : "Tillat at brukere kobler opp offentlige lenke-delinger" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/nb_NO.json b/apps/files_sharing/l10n/nb_NO.json new file mode 100644 index 0000000000..a511465b99 --- /dev/null +++ b/apps/files_sharing/l10n/nb_NO.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Server til server-deling er ikke aktivert på denne serveren", + "The mountpoint name contains invalid characters." : "Navnet på oppkoblingspunktet inneholder ugyldige tegn.", + "Invalid or untrusted SSL certificate" : "Ugyldig eller ikke tiltrodd SSL-sertifikat", + "Couldn't add remote share" : "Klarte ikke å legge til ekstern deling", + "Shared with you" : "Delt med deg", + "Shared with others" : "Delt med andre", + "Shared by link" : "Delt med lenke", + "No files have been shared with you yet." : "Ingen filer er delt med deg ennå.", + "You haven't shared any files yet." : "Du har ikke delt noen filer ennå.", + "You haven't shared any files by link yet." : "Du har ikke delt noen filer med lenke ennå.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Ønsker du å legge til ekstern deling {name} fra {owner}@{remote}?", + "Remote share" : "Ekstern deling", + "Remote share password" : "Passord for ekstern deling", + "Cancel" : "Avbryt", + "Add remote share" : "Legg til ekstern deling", + "No ownCloud installation found at {remote}" : "Ingen ownCloud-installasjon funnet på {remote}", + "Invalid ownCloud url" : "Ugyldig ownCloud-url", + "Shared by" : "Delt av", + "This share is password-protected" : "Denne delingen er passordbeskyttet", + "The password is wrong. Try again." : "Passordet er feil. Prøv på nytt.", + "Password" : "Passord", + "Name" : "Navn", + "Share time" : "Delingstidspunkt", + "Sorry, this link doesn’t seem to work anymore." : "Beklager, denne lenken ser ikke ut til å virke lenger.", + "Reasons might be:" : "Mulige årsaker:", + "the item was removed" : "elementet er fjernet", + "the link expired" : "lenken er utløpt", + "sharing is disabled" : "deling er deaktivert", + "For more info, please ask the person who sent this link." : "For mer informasjon, spør personen som sendte lenken.", + "Add to your ownCloud" : "Legg til i din ownCloud", + "Download" : "Last ned", + "Download %s" : "Last ned %s", + "Direct link" : "Direkte lenke", + "Remote Shares" : "Ekstern deling", + "Allow other instances to mount public links shared from this server" : "Tillat at andre servere kobler opp offentlige lenker som er delt fra denne serveren", + "Allow users to mount public link shares" : "Tillat at brukere kobler opp offentlige lenke-delinger" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/nb_NO.php b/apps/files_sharing/l10n/nb_NO.php deleted file mode 100644 index 306e3b0204..0000000000 --- a/apps/files_sharing/l10n/nb_NO.php +++ /dev/null @@ -1,40 +0,0 @@ - "Server til server-deling er ikke aktivert på denne serveren", -"The mountpoint name contains invalid characters." => "Navnet på oppkoblingspunktet inneholder ugyldige tegn.", -"Invalid or untrusted SSL certificate" => "Ugyldig eller ikke tiltrodd SSL-sertifikat", -"Couldn't add remote share" => "Klarte ikke å legge til ekstern deling", -"Shared with you" => "Delt med deg", -"Shared with others" => "Delt med andre", -"Shared by link" => "Delt med lenke", -"No files have been shared with you yet." => "Ingen filer er delt med deg ennå.", -"You haven't shared any files yet." => "Du har ikke delt noen filer ennå.", -"You haven't shared any files by link yet." => "Du har ikke delt noen filer med lenke ennå.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Ønsker du å legge til ekstern deling {name} fra {owner}@{remote}?", -"Remote share" => "Ekstern deling", -"Remote share password" => "Passord for ekstern deling", -"Cancel" => "Avbryt", -"Add remote share" => "Legg til ekstern deling", -"No ownCloud installation found at {remote}" => "Ingen ownCloud-installasjon funnet på {remote}", -"Invalid ownCloud url" => "Ugyldig ownCloud-url", -"Shared by" => "Delt av", -"This share is password-protected" => "Denne delingen er passordbeskyttet", -"The password is wrong. Try again." => "Passordet er feil. Prøv på nytt.", -"Password" => "Passord", -"Name" => "Navn", -"Share time" => "Delingstidspunkt", -"Sorry, this link doesn’t seem to work anymore." => "Beklager, denne lenken ser ikke ut til å virke lenger.", -"Reasons might be:" => "Mulige årsaker:", -"the item was removed" => "elementet er fjernet", -"the link expired" => "lenken er utløpt", -"sharing is disabled" => "deling er deaktivert", -"For more info, please ask the person who sent this link." => "For mer informasjon, spør personen som sendte lenken.", -"Add to your ownCloud" => "Legg til i din ownCloud", -"Download" => "Last ned", -"Download %s" => "Last ned %s", -"Direct link" => "Direkte lenke", -"Remote Shares" => "Ekstern deling", -"Allow other instances to mount public links shared from this server" => "Tillat at andre servere kobler opp offentlige lenker som er delt fra denne serveren", -"Allow users to mount public link shares" => "Tillat at brukere kobler opp offentlige lenke-delinger" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js new file mode 100644 index 0000000000..ae691afda9 --- /dev/null +++ b/apps/files_sharing/l10n/nl.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Server met server delen is niet geactiveerd op deze server", + "The mountpoint name contains invalid characters." : "De naam van het mountpoint bevat ongeldige karakters.", + "Invalid or untrusted SSL certificate" : "Ongeldig of onvertrouwd SSL-certificaat", + "Couldn't add remote share" : "Kon geen externe share toevoegen", + "Shared with you" : "Gedeeld met u", + "Shared with others" : "Gedeeld door u", + "Shared by link" : "Gedeeld via een link", + "No files have been shared with you yet." : "Er zijn nog geen bestanden met u gedeeld.", + "You haven't shared any files yet." : "U hebt nog geen bestanden gedeeld.", + "You haven't shared any files by link yet." : "U hebt nog geen bestanden via een link gedeeld.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Wilt u de externe share {name} van {owner}@{remote} toevoegen?", + "Remote share" : "Externe share", + "Remote share password" : "Wachtwoord externe share", + "Cancel" : "Annuleren", + "Add remote share" : "Toevoegen externe share", + "No ownCloud installation found at {remote}" : "Geen ownCloud installatie gevonden op {remote}", + "Invalid ownCloud url" : "Ongeldige ownCloud url", + "Shared by" : "Gedeeld door", + "This share is password-protected" : "Deze share is met een wachtwoord beveiligd", + "The password is wrong. Try again." : "Wachtwoord ongeldig. Probeer het nogmaals.", + "Password" : "Wachtwoord", + "Name" : "Naam", + "Share time" : "Deel tijd", + "Sorry, this link doesn’t seem to work anymore." : "Sorry, deze link lijkt niet meer in gebruik te zijn.", + "Reasons might be:" : "Redenen kunnen zijn:", + "the item was removed" : "bestand was verwijderd", + "the link expired" : "de link is verlopen", + "sharing is disabled" : "delen is uitgeschakeld", + "For more info, please ask the person who sent this link." : "Voor meer informatie, neem contact op met de persoon die u deze link heeft gestuurd.", + "Add to your ownCloud" : "Toevoegen aan uw ownCloud", + "Download" : "Downloaden", + "Download %s" : "Download %s", + "Direct link" : "Directe link", + "Remote Shares" : "Externe shares", + "Allow other instances to mount public links shared from this server" : "Toestaan dat andere oanClouds openbaar gedeelde links mounten vanaf deze server", + "Allow users to mount public link shares" : "Toestaan dat gebruikers openbaar gedeelde links mounten" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json new file mode 100644 index 0000000000..eb53e0da93 --- /dev/null +++ b/apps/files_sharing/l10n/nl.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Server met server delen is niet geactiveerd op deze server", + "The mountpoint name contains invalid characters." : "De naam van het mountpoint bevat ongeldige karakters.", + "Invalid or untrusted SSL certificate" : "Ongeldig of onvertrouwd SSL-certificaat", + "Couldn't add remote share" : "Kon geen externe share toevoegen", + "Shared with you" : "Gedeeld met u", + "Shared with others" : "Gedeeld door u", + "Shared by link" : "Gedeeld via een link", + "No files have been shared with you yet." : "Er zijn nog geen bestanden met u gedeeld.", + "You haven't shared any files yet." : "U hebt nog geen bestanden gedeeld.", + "You haven't shared any files by link yet." : "U hebt nog geen bestanden via een link gedeeld.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Wilt u de externe share {name} van {owner}@{remote} toevoegen?", + "Remote share" : "Externe share", + "Remote share password" : "Wachtwoord externe share", + "Cancel" : "Annuleren", + "Add remote share" : "Toevoegen externe share", + "No ownCloud installation found at {remote}" : "Geen ownCloud installatie gevonden op {remote}", + "Invalid ownCloud url" : "Ongeldige ownCloud url", + "Shared by" : "Gedeeld door", + "This share is password-protected" : "Deze share is met een wachtwoord beveiligd", + "The password is wrong. Try again." : "Wachtwoord ongeldig. Probeer het nogmaals.", + "Password" : "Wachtwoord", + "Name" : "Naam", + "Share time" : "Deel tijd", + "Sorry, this link doesn’t seem to work anymore." : "Sorry, deze link lijkt niet meer in gebruik te zijn.", + "Reasons might be:" : "Redenen kunnen zijn:", + "the item was removed" : "bestand was verwijderd", + "the link expired" : "de link is verlopen", + "sharing is disabled" : "delen is uitgeschakeld", + "For more info, please ask the person who sent this link." : "Voor meer informatie, neem contact op met de persoon die u deze link heeft gestuurd.", + "Add to your ownCloud" : "Toevoegen aan uw ownCloud", + "Download" : "Downloaden", + "Download %s" : "Download %s", + "Direct link" : "Directe link", + "Remote Shares" : "Externe shares", + "Allow other instances to mount public links shared from this server" : "Toestaan dat andere oanClouds openbaar gedeelde links mounten vanaf deze server", + "Allow users to mount public link shares" : "Toestaan dat gebruikers openbaar gedeelde links mounten" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/nl.php b/apps/files_sharing/l10n/nl.php deleted file mode 100644 index 91f8cd3e74..0000000000 --- a/apps/files_sharing/l10n/nl.php +++ /dev/null @@ -1,40 +0,0 @@ - "Server met server delen is niet geactiveerd op deze server", -"The mountpoint name contains invalid characters." => "De naam van het mountpoint bevat ongeldige karakters.", -"Invalid or untrusted SSL certificate" => "Ongeldig of onvertrouwd SSL-certificaat", -"Couldn't add remote share" => "Kon geen externe share toevoegen", -"Shared with you" => "Gedeeld met u", -"Shared with others" => "Gedeeld door u", -"Shared by link" => "Gedeeld via een link", -"No files have been shared with you yet." => "Er zijn nog geen bestanden met u gedeeld.", -"You haven't shared any files yet." => "U hebt nog geen bestanden gedeeld.", -"You haven't shared any files by link yet." => "U hebt nog geen bestanden via een link gedeeld.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Wilt u de externe share {name} van {owner}@{remote} toevoegen?", -"Remote share" => "Externe share", -"Remote share password" => "Wachtwoord externe share", -"Cancel" => "Annuleren", -"Add remote share" => "Toevoegen externe share", -"No ownCloud installation found at {remote}" => "Geen ownCloud installatie gevonden op {remote}", -"Invalid ownCloud url" => "Ongeldige ownCloud url", -"Shared by" => "Gedeeld door", -"This share is password-protected" => "Deze share is met een wachtwoord beveiligd", -"The password is wrong. Try again." => "Wachtwoord ongeldig. Probeer het nogmaals.", -"Password" => "Wachtwoord", -"Name" => "Naam", -"Share time" => "Deel tijd", -"Sorry, this link doesn’t seem to work anymore." => "Sorry, deze link lijkt niet meer in gebruik te zijn.", -"Reasons might be:" => "Redenen kunnen zijn:", -"the item was removed" => "bestand was verwijderd", -"the link expired" => "de link is verlopen", -"sharing is disabled" => "delen is uitgeschakeld", -"For more info, please ask the person who sent this link." => "Voor meer informatie, neem contact op met de persoon die u deze link heeft gestuurd.", -"Add to your ownCloud" => "Toevoegen aan uw ownCloud", -"Download" => "Downloaden", -"Download %s" => "Download %s", -"Direct link" => "Directe link", -"Remote Shares" => "Externe shares", -"Allow other instances to mount public links shared from this server" => "Toestaan dat andere oanClouds openbaar gedeelde links mounten vanaf deze server", -"Allow users to mount public link shares" => "Toestaan dat gebruikers openbaar gedeelde links mounten" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/nn_NO.js b/apps/files_sharing/l10n/nn_NO.js new file mode 100644 index 0000000000..f0c749ceb5 --- /dev/null +++ b/apps/files_sharing/l10n/nn_NO.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Avbryt", + "Shared by" : "Delt av", + "The password is wrong. Try again." : "Passordet er gale. Prøv igjen.", + "Password" : "Passord", + "Name" : "Namn", + "Sorry, this link doesn’t seem to work anymore." : "Orsak, denne lenkja fungerer visst ikkje lenger.", + "Reasons might be:" : "Moglege grunnar:", + "the item was removed" : "fila/mappa er fjerna", + "the link expired" : "lenkja har gått ut på dato", + "sharing is disabled" : "deling er slått av", + "For more info, please ask the person who sent this link." : "Spør den som sende deg lenkje om du vil ha meir informasjon.", + "Download" : "Last ned" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/nn_NO.json b/apps/files_sharing/l10n/nn_NO.json new file mode 100644 index 0000000000..c4292b2ccb --- /dev/null +++ b/apps/files_sharing/l10n/nn_NO.json @@ -0,0 +1,15 @@ +{ "translations": { + "Cancel" : "Avbryt", + "Shared by" : "Delt av", + "The password is wrong. Try again." : "Passordet er gale. Prøv igjen.", + "Password" : "Passord", + "Name" : "Namn", + "Sorry, this link doesn’t seem to work anymore." : "Orsak, denne lenkja fungerer visst ikkje lenger.", + "Reasons might be:" : "Moglege grunnar:", + "the item was removed" : "fila/mappa er fjerna", + "the link expired" : "lenkja har gått ut på dato", + "sharing is disabled" : "deling er slått av", + "For more info, please ask the person who sent this link." : "Spør den som sende deg lenkje om du vil ha meir informasjon.", + "Download" : "Last ned" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/nn_NO.php b/apps/files_sharing/l10n/nn_NO.php deleted file mode 100644 index 7297183b2e..0000000000 --- a/apps/files_sharing/l10n/nn_NO.php +++ /dev/null @@ -1,16 +0,0 @@ - "Avbryt", -"Shared by" => "Delt av", -"The password is wrong. Try again." => "Passordet er gale. Prøv igjen.", -"Password" => "Passord", -"Name" => "Namn", -"Sorry, this link doesn’t seem to work anymore." => "Orsak, denne lenkja fungerer visst ikkje lenger.", -"Reasons might be:" => "Moglege grunnar:", -"the item was removed" => "fila/mappa er fjerna", -"the link expired" => "lenkja har gått ut på dato", -"sharing is disabled" => "deling er slått av", -"For more info, please ask the person who sent this link." => "Spør den som sende deg lenkje om du vil ha meir informasjon.", -"Download" => "Last ned" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/oc.js b/apps/files_sharing/l10n/oc.js new file mode 100644 index 0000000000..7449267160 --- /dev/null +++ b/apps/files_sharing/l10n/oc.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Annula", + "Password" : "Senhal", + "Name" : "Nom", + "Download" : "Avalcarga" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_sharing/l10n/oc.json b/apps/files_sharing/l10n/oc.json new file mode 100644 index 0000000000..787013857a --- /dev/null +++ b/apps/files_sharing/l10n/oc.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "Annula", + "Password" : "Senhal", + "Name" : "Nom", + "Download" : "Avalcarga" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/oc.php b/apps/files_sharing/l10n/oc.php deleted file mode 100644 index 6316969769..0000000000 --- a/apps/files_sharing/l10n/oc.php +++ /dev/null @@ -1,8 +0,0 @@ - "Annula", -"Password" => "Senhal", -"Name" => "Nom", -"Download" => "Avalcarga" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_sharing/l10n/pa.js b/apps/files_sharing/l10n/pa.js new file mode 100644 index 0000000000..55e1fcc249 --- /dev/null +++ b/apps/files_sharing/l10n/pa.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "ਰੱਦ ਕਰੋ", + "Password" : "ਪਾਸਵਰ", + "Download" : "ਡਾਊਨਲੋਡ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/pa.json b/apps/files_sharing/l10n/pa.json new file mode 100644 index 0000000000..d0feec38ff --- /dev/null +++ b/apps/files_sharing/l10n/pa.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "ਰੱਦ ਕਰੋ", + "Password" : "ਪਾਸਵਰ", + "Download" : "ਡਾਊਨਲੋਡ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/pa.php b/apps/files_sharing/l10n/pa.php deleted file mode 100644 index cdd4fbc8c4..0000000000 --- a/apps/files_sharing/l10n/pa.php +++ /dev/null @@ -1,7 +0,0 @@ - "ਰੱਦ ਕਰੋ", -"Password" => "ਪਾਸਵਰ", -"Download" => "ਡਾਊਨਲੋਡ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js new file mode 100644 index 0000000000..65a4de9226 --- /dev/null +++ b/apps/files_sharing/l10n/pl.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Współdzielenie między serwerami nie jest uruchomione na tym serwerze", + "The mountpoint name contains invalid characters." : "Nazwa zamontowanego zasobu zawiera niedozwolone znaki.", + "Invalid or untrusted SSL certificate" : "Niewłaściwy lub niezaufany certyfikat SSL", + "Couldn't add remote share" : "Nie można dodać zdalnego folderu", + "Shared with you" : "Współdzielony z Tobą", + "Shared with others" : "Współdzielony z innymi", + "Shared by link" : "Współdzielony linkiem", + "No files have been shared with you yet." : "Nie ma jeszcze żadnych plików współdzielonych z Tobą", + "You haven't shared any files yet." : "Nie współdzielisz jeszcze żadnych plików.", + "You haven't shared any files by link yet." : "Nie współdzielisz jeszcze żadnych plików linkiem", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Czy chcesz dodać udział zdalny {name} od {owner}@{remote}?", + "Remote share" : "Zdalny zasób", + "Remote share password" : "Hasło do zdalnego zasobu", + "Cancel" : "Anuluj", + "Add remote share" : "Dodaj zdalny zasób", + "No ownCloud installation found at {remote}" : "Nie znaleziono instalacji ownCloud na {remote}", + "Invalid ownCloud url" : "Błędny adres URL", + "Shared by" : "Udostępniane przez", + "This share is password-protected" : "Udział ten jest chroniony hasłem", + "The password is wrong. Try again." : "To hasło jest niewłaściwe. Spróbuj ponownie.", + "Password" : "Hasło", + "Name" : "Nazwa", + "Share time" : "Czas współdzielenia", + "Sorry, this link doesn’t seem to work anymore." : "Przepraszamy ale wygląda na to, że ten link już nie działa.", + "Reasons might be:" : "Możliwe powody:", + "the item was removed" : "element został usunięty", + "the link expired" : "link wygasł", + "sharing is disabled" : "udostępnianie jest wyłączone", + "For more info, please ask the person who sent this link." : "Aby uzyskać więcej informacji proszę poprosić osobę, która wysłał ten link.", + "Add to your ownCloud" : "Dodaj do twojego ownCloud", + "Download" : "Pobierz", + "Download %s" : "Pobierz %s", + "Direct link" : "Bezpośredni link", + "Remote Shares" : "Udziały zdalne", + "Allow other instances to mount public links shared from this server" : "Pozwól innym instancjom montować publiczne linki z tego serwera", + "Allow users to mount public link shares" : "Zezwalaj użytkownikom na montowanie publicznych linków" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json new file mode 100644 index 0000000000..89ad199602 --- /dev/null +++ b/apps/files_sharing/l10n/pl.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Współdzielenie między serwerami nie jest uruchomione na tym serwerze", + "The mountpoint name contains invalid characters." : "Nazwa zamontowanego zasobu zawiera niedozwolone znaki.", + "Invalid or untrusted SSL certificate" : "Niewłaściwy lub niezaufany certyfikat SSL", + "Couldn't add remote share" : "Nie można dodać zdalnego folderu", + "Shared with you" : "Współdzielony z Tobą", + "Shared with others" : "Współdzielony z innymi", + "Shared by link" : "Współdzielony linkiem", + "No files have been shared with you yet." : "Nie ma jeszcze żadnych plików współdzielonych z Tobą", + "You haven't shared any files yet." : "Nie współdzielisz jeszcze żadnych plików.", + "You haven't shared any files by link yet." : "Nie współdzielisz jeszcze żadnych plików linkiem", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Czy chcesz dodać udział zdalny {name} od {owner}@{remote}?", + "Remote share" : "Zdalny zasób", + "Remote share password" : "Hasło do zdalnego zasobu", + "Cancel" : "Anuluj", + "Add remote share" : "Dodaj zdalny zasób", + "No ownCloud installation found at {remote}" : "Nie znaleziono instalacji ownCloud na {remote}", + "Invalid ownCloud url" : "Błędny adres URL", + "Shared by" : "Udostępniane przez", + "This share is password-protected" : "Udział ten jest chroniony hasłem", + "The password is wrong. Try again." : "To hasło jest niewłaściwe. Spróbuj ponownie.", + "Password" : "Hasło", + "Name" : "Nazwa", + "Share time" : "Czas współdzielenia", + "Sorry, this link doesn’t seem to work anymore." : "Przepraszamy ale wygląda na to, że ten link już nie działa.", + "Reasons might be:" : "Możliwe powody:", + "the item was removed" : "element został usunięty", + "the link expired" : "link wygasł", + "sharing is disabled" : "udostępnianie jest wyłączone", + "For more info, please ask the person who sent this link." : "Aby uzyskać więcej informacji proszę poprosić osobę, która wysłał ten link.", + "Add to your ownCloud" : "Dodaj do twojego ownCloud", + "Download" : "Pobierz", + "Download %s" : "Pobierz %s", + "Direct link" : "Bezpośredni link", + "Remote Shares" : "Udziały zdalne", + "Allow other instances to mount public links shared from this server" : "Pozwól innym instancjom montować publiczne linki z tego serwera", + "Allow users to mount public link shares" : "Zezwalaj użytkownikom na montowanie publicznych linków" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php deleted file mode 100644 index ee3dfbcac4..0000000000 --- a/apps/files_sharing/l10n/pl.php +++ /dev/null @@ -1,40 +0,0 @@ - "Współdzielenie między serwerami nie jest uruchomione na tym serwerze", -"The mountpoint name contains invalid characters." => "Nazwa zamontowanego zasobu zawiera niedozwolone znaki.", -"Invalid or untrusted SSL certificate" => "Niewłaściwy lub niezaufany certyfikat SSL", -"Couldn't add remote share" => "Nie można dodać zdalnego folderu", -"Shared with you" => "Współdzielony z Tobą", -"Shared with others" => "Współdzielony z innymi", -"Shared by link" => "Współdzielony linkiem", -"No files have been shared with you yet." => "Nie ma jeszcze żadnych plików współdzielonych z Tobą", -"You haven't shared any files yet." => "Nie współdzielisz jeszcze żadnych plików.", -"You haven't shared any files by link yet." => "Nie współdzielisz jeszcze żadnych plików linkiem", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Czy chcesz dodać udział zdalny {name} od {owner}@{remote}?", -"Remote share" => "Zdalny zasób", -"Remote share password" => "Hasło do zdalnego zasobu", -"Cancel" => "Anuluj", -"Add remote share" => "Dodaj zdalny zasób", -"No ownCloud installation found at {remote}" => "Nie znaleziono instalacji ownCloud na {remote}", -"Invalid ownCloud url" => "Błędny adres URL", -"Shared by" => "Udostępniane przez", -"This share is password-protected" => "Udział ten jest chroniony hasłem", -"The password is wrong. Try again." => "To hasło jest niewłaściwe. Spróbuj ponownie.", -"Password" => "Hasło", -"Name" => "Nazwa", -"Share time" => "Czas współdzielenia", -"Sorry, this link doesn’t seem to work anymore." => "Przepraszamy ale wygląda na to, że ten link już nie działa.", -"Reasons might be:" => "Możliwe powody:", -"the item was removed" => "element został usunięty", -"the link expired" => "link wygasł", -"sharing is disabled" => "udostępnianie jest wyłączone", -"For more info, please ask the person who sent this link." => "Aby uzyskać więcej informacji proszę poprosić osobę, która wysłał ten link.", -"Add to your ownCloud" => "Dodaj do twojego ownCloud", -"Download" => "Pobierz", -"Download %s" => "Pobierz %s", -"Direct link" => "Bezpośredni link", -"Remote Shares" => "Udziały zdalne", -"Allow other instances to mount public links shared from this server" => "Pozwól innym instancjom montować publiczne linki z tego serwera", -"Allow users to mount public link shares" => "Zezwalaj użytkownikom na montowanie publicznych linków" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js new file mode 100644 index 0000000000..498f423e69 --- /dev/null +++ b/apps/files_sharing/l10n/pt_BR.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Compartilhamento de servidor para servidor não está habilitado no servidor", + "The mountpoint name contains invalid characters." : "O nome do ponto de montagem contém caracteres inválidos.", + "Invalid or untrusted SSL certificate" : "Certificado SSL inválido ou não confiável", + "Couldn't add remote share" : "Não foi possível adicionar compartilhamento remoto", + "Shared with you" : "Compartilhado com você", + "Shared with others" : "Compartilhado com outros", + "Shared by link" : "Compartilhado por link", + "No files have been shared with you yet." : "Nenhum arquivo ainda foi compartilhado com você.", + "You haven't shared any files yet." : "Você ainda não compartilhou nenhum arquivo.", + "You haven't shared any files by link yet." : "Você ainda não compartilhou nenhum arquivo por link.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Você quer adicionar o compartilhamento remoto {name} de {owner}@{remote}?", + "Remote share" : "Compartilhamento remoto", + "Remote share password" : "Senha do compartilhamento remoto", + "Cancel" : "Cancelar", + "Add remote share" : "Adicionar compartilhamento remoto", + "No ownCloud installation found at {remote}" : "Nenhuma instalação ownCloud encontrada em {remote}", + "Invalid ownCloud url" : "Url invalida para ownCloud", + "Shared by" : "Compartilhado por", + "This share is password-protected" : "Este compartilhamento esta protegido por senha", + "The password is wrong. Try again." : "Senha incorreta. Tente novamente.", + "Password" : "Senha", + "Name" : "Nome", + "Share time" : "Tempo de compartilhamento", + "Sorry, this link doesn’t seem to work anymore." : "Desculpe, este link parece não mais funcionar.", + "Reasons might be:" : "As razões podem ser:", + "the item was removed" : "o item foi removido", + "the link expired" : "o link expirou", + "sharing is disabled" : "o compartilhamento está desativado", + "For more info, please ask the person who sent this link." : "Para mais informações, por favor, pergunte a pessoa que enviou este link.", + "Add to your ownCloud" : "Adiconar ao seu ownCloud", + "Download" : "Baixar", + "Download %s" : "Baixar %s", + "Direct link" : "Link direto", + "Remote Shares" : "Compartilhamentos Remoto", + "Allow other instances to mount public links shared from this server" : "Permitir que outras instâncias montem links de compartilhamentos públicos a partir desde servidor", + "Allow users to mount public link shares" : "Permitir aos usuários montar links públicos de compartilhamentos" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json new file mode 100644 index 0000000000..4739bc9a24 --- /dev/null +++ b/apps/files_sharing/l10n/pt_BR.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Compartilhamento de servidor para servidor não está habilitado no servidor", + "The mountpoint name contains invalid characters." : "O nome do ponto de montagem contém caracteres inválidos.", + "Invalid or untrusted SSL certificate" : "Certificado SSL inválido ou não confiável", + "Couldn't add remote share" : "Não foi possível adicionar compartilhamento remoto", + "Shared with you" : "Compartilhado com você", + "Shared with others" : "Compartilhado com outros", + "Shared by link" : "Compartilhado por link", + "No files have been shared with you yet." : "Nenhum arquivo ainda foi compartilhado com você.", + "You haven't shared any files yet." : "Você ainda não compartilhou nenhum arquivo.", + "You haven't shared any files by link yet." : "Você ainda não compartilhou nenhum arquivo por link.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Você quer adicionar o compartilhamento remoto {name} de {owner}@{remote}?", + "Remote share" : "Compartilhamento remoto", + "Remote share password" : "Senha do compartilhamento remoto", + "Cancel" : "Cancelar", + "Add remote share" : "Adicionar compartilhamento remoto", + "No ownCloud installation found at {remote}" : "Nenhuma instalação ownCloud encontrada em {remote}", + "Invalid ownCloud url" : "Url invalida para ownCloud", + "Shared by" : "Compartilhado por", + "This share is password-protected" : "Este compartilhamento esta protegido por senha", + "The password is wrong. Try again." : "Senha incorreta. Tente novamente.", + "Password" : "Senha", + "Name" : "Nome", + "Share time" : "Tempo de compartilhamento", + "Sorry, this link doesn’t seem to work anymore." : "Desculpe, este link parece não mais funcionar.", + "Reasons might be:" : "As razões podem ser:", + "the item was removed" : "o item foi removido", + "the link expired" : "o link expirou", + "sharing is disabled" : "o compartilhamento está desativado", + "For more info, please ask the person who sent this link." : "Para mais informações, por favor, pergunte a pessoa que enviou este link.", + "Add to your ownCloud" : "Adiconar ao seu ownCloud", + "Download" : "Baixar", + "Download %s" : "Baixar %s", + "Direct link" : "Link direto", + "Remote Shares" : "Compartilhamentos Remoto", + "Allow other instances to mount public links shared from this server" : "Permitir que outras instâncias montem links de compartilhamentos públicos a partir desde servidor", + "Allow users to mount public link shares" : "Permitir aos usuários montar links públicos de compartilhamentos" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/pt_BR.php b/apps/files_sharing/l10n/pt_BR.php deleted file mode 100644 index c190c6fbc8..0000000000 --- a/apps/files_sharing/l10n/pt_BR.php +++ /dev/null @@ -1,40 +0,0 @@ - "Compartilhamento de servidor para servidor não está habilitado no servidor", -"The mountpoint name contains invalid characters." => "O nome do ponto de montagem contém caracteres inválidos.", -"Invalid or untrusted SSL certificate" => "Certificado SSL inválido ou não confiável", -"Couldn't add remote share" => "Não foi possível adicionar compartilhamento remoto", -"Shared with you" => "Compartilhado com você", -"Shared with others" => "Compartilhado com outros", -"Shared by link" => "Compartilhado por link", -"No files have been shared with you yet." => "Nenhum arquivo ainda foi compartilhado com você.", -"You haven't shared any files yet." => "Você ainda não compartilhou nenhum arquivo.", -"You haven't shared any files by link yet." => "Você ainda não compartilhou nenhum arquivo por link.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Você quer adicionar o compartilhamento remoto {name} de {owner}@{remote}?", -"Remote share" => "Compartilhamento remoto", -"Remote share password" => "Senha do compartilhamento remoto", -"Cancel" => "Cancelar", -"Add remote share" => "Adicionar compartilhamento remoto", -"No ownCloud installation found at {remote}" => "Nenhuma instalação ownCloud encontrada em {remote}", -"Invalid ownCloud url" => "Url invalida para ownCloud", -"Shared by" => "Compartilhado por", -"This share is password-protected" => "Este compartilhamento esta protegido por senha", -"The password is wrong. Try again." => "Senha incorreta. Tente novamente.", -"Password" => "Senha", -"Name" => "Nome", -"Share time" => "Tempo de compartilhamento", -"Sorry, this link doesn’t seem to work anymore." => "Desculpe, este link parece não mais funcionar.", -"Reasons might be:" => "As razões podem ser:", -"the item was removed" => "o item foi removido", -"the link expired" => "o link expirou", -"sharing is disabled" => "o compartilhamento está desativado", -"For more info, please ask the person who sent this link." => "Para mais informações, por favor, pergunte a pessoa que enviou este link.", -"Add to your ownCloud" => "Adiconar ao seu ownCloud", -"Download" => "Baixar", -"Download %s" => "Baixar %s", -"Direct link" => "Link direto", -"Remote Shares" => "Compartilhamentos Remoto", -"Allow other instances to mount public links shared from this server" => "Permitir que outras instâncias montem links de compartilhamentos públicos a partir desde servidor", -"Allow users to mount public link shares" => "Permitir aos usuários montar links públicos de compartilhamentos" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_sharing/l10n/pt_PT.js b/apps/files_sharing/l10n/pt_PT.js new file mode 100644 index 0000000000..218d4608ab --- /dev/null +++ b/apps/files_sharing/l10n/pt_PT.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "A partilha entre servidores não se encontra disponível", + "The mountpoint name contains invalid characters." : "O nome de mountpoint contém caracteres inválidos.", + "Invalid or untrusted SSL certificate" : "Certificado SSL inválido ou não confiável", + "Couldn't add remote share" : "Ocorreu um erro ao adicionar a partilha remota", + "Shared with you" : "Partilhado consigo ", + "Shared with others" : "Partilhado com outros", + "Shared by link" : "Partilhado pela hiperligação", + "No files have been shared with you yet." : "Ainda não partilhados quaisquer ficheuiros consigo.", + "You haven't shared any files yet." : "Ainda não partilhou quaisquer ficheiros.", + "You haven't shared any files by link yet." : "Ainda não partilhou quaisquer ficheiros por hiperligação.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Deseja adicionar a partilha remota {nome} de {proprietário}@{remoto}?", + "Remote share" : "Partilha remota", + "Remote share password" : "Password da partilha remota", + "Cancel" : "Cancelar", + "Add remote share" : "Adicionar partilha remota", + "No ownCloud installation found at {remote}" : "Não foi encontrada uma instalação em {remote}", + "Invalid ownCloud url" : "Endereço errado", + "Shared by" : "Partilhado por", + "This share is password-protected" : "Esta partilha está protegida por senha", + "The password is wrong. Try again." : "A senha está errada. Por favor, tente de novo.", + "Password" : "Senha", + "Name" : "Nome", + "Share time" : "Hora da Partilha", + "Sorry, this link doesn’t seem to work anymore." : "Desculpe, mas esta hiperligação parece já não estar a funcionar.", + "Reasons might be:" : "As razões poderão ser:", + "the item was removed" : "o item foi removido", + "the link expired" : "A hiperligação expirou", + "sharing is disabled" : "a partilha está desativada", + "For more info, please ask the person who sent this link." : "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação.", + "Add to your ownCloud" : "Adicionar á sua ownCloud", + "Download" : "Transferir", + "Download %s" : "Transferir %s", + "Direct link" : "Hiperligação direta", + "Remote Shares" : "Partilhas Remotas", + "Allow other instances to mount public links shared from this server" : "Permitir que outras instâncias mapeiem endereços partilhados deste servidor", + "Allow users to mount public link shares" : "Permitir mapeamentos de endereços partilhados aos utilizadores" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/pt_PT.json b/apps/files_sharing/l10n/pt_PT.json new file mode 100644 index 0000000000..1de211bebc --- /dev/null +++ b/apps/files_sharing/l10n/pt_PT.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "A partilha entre servidores não se encontra disponível", + "The mountpoint name contains invalid characters." : "O nome de mountpoint contém caracteres inválidos.", + "Invalid or untrusted SSL certificate" : "Certificado SSL inválido ou não confiável", + "Couldn't add remote share" : "Ocorreu um erro ao adicionar a partilha remota", + "Shared with you" : "Partilhado consigo ", + "Shared with others" : "Partilhado com outros", + "Shared by link" : "Partilhado pela hiperligação", + "No files have been shared with you yet." : "Ainda não partilhados quaisquer ficheuiros consigo.", + "You haven't shared any files yet." : "Ainda não partilhou quaisquer ficheiros.", + "You haven't shared any files by link yet." : "Ainda não partilhou quaisquer ficheiros por hiperligação.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Deseja adicionar a partilha remota {nome} de {proprietário}@{remoto}?", + "Remote share" : "Partilha remota", + "Remote share password" : "Password da partilha remota", + "Cancel" : "Cancelar", + "Add remote share" : "Adicionar partilha remota", + "No ownCloud installation found at {remote}" : "Não foi encontrada uma instalação em {remote}", + "Invalid ownCloud url" : "Endereço errado", + "Shared by" : "Partilhado por", + "This share is password-protected" : "Esta partilha está protegida por senha", + "The password is wrong. Try again." : "A senha está errada. Por favor, tente de novo.", + "Password" : "Senha", + "Name" : "Nome", + "Share time" : "Hora da Partilha", + "Sorry, this link doesn’t seem to work anymore." : "Desculpe, mas esta hiperligação parece já não estar a funcionar.", + "Reasons might be:" : "As razões poderão ser:", + "the item was removed" : "o item foi removido", + "the link expired" : "A hiperligação expirou", + "sharing is disabled" : "a partilha está desativada", + "For more info, please ask the person who sent this link." : "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação.", + "Add to your ownCloud" : "Adicionar á sua ownCloud", + "Download" : "Transferir", + "Download %s" : "Transferir %s", + "Direct link" : "Hiperligação direta", + "Remote Shares" : "Partilhas Remotas", + "Allow other instances to mount public links shared from this server" : "Permitir que outras instâncias mapeiem endereços partilhados deste servidor", + "Allow users to mount public link shares" : "Permitir mapeamentos de endereços partilhados aos utilizadores" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/pt_PT.php b/apps/files_sharing/l10n/pt_PT.php deleted file mode 100644 index 59acb2d243..0000000000 --- a/apps/files_sharing/l10n/pt_PT.php +++ /dev/null @@ -1,40 +0,0 @@ - "A partilha entre servidores não se encontra disponível", -"The mountpoint name contains invalid characters." => "O nome de mountpoint contém caracteres inválidos.", -"Invalid or untrusted SSL certificate" => "Certificado SSL inválido ou não confiável", -"Couldn't add remote share" => "Ocorreu um erro ao adicionar a partilha remota", -"Shared with you" => "Partilhado consigo ", -"Shared with others" => "Partilhado com outros", -"Shared by link" => "Partilhado pela hiperligação", -"No files have been shared with you yet." => "Ainda não partilhados quaisquer ficheuiros consigo.", -"You haven't shared any files yet." => "Ainda não partilhou quaisquer ficheiros.", -"You haven't shared any files by link yet." => "Ainda não partilhou quaisquer ficheiros por hiperligação.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Deseja adicionar a partilha remota {nome} de {proprietário}@{remoto}?", -"Remote share" => "Partilha remota", -"Remote share password" => "Password da partilha remota", -"Cancel" => "Cancelar", -"Add remote share" => "Adicionar partilha remota", -"No ownCloud installation found at {remote}" => "Não foi encontrada uma instalação em {remote}", -"Invalid ownCloud url" => "Endereço errado", -"Shared by" => "Partilhado por", -"This share is password-protected" => "Esta partilha está protegida por senha", -"The password is wrong. Try again." => "A senha está errada. Por favor, tente de novo.", -"Password" => "Senha", -"Name" => "Nome", -"Share time" => "Hora da Partilha", -"Sorry, this link doesn’t seem to work anymore." => "Desculpe, mas esta hiperligação parece já não estar a funcionar.", -"Reasons might be:" => "As razões poderão ser:", -"the item was removed" => "o item foi removido", -"the link expired" => "A hiperligação expirou", -"sharing is disabled" => "a partilha está desativada", -"For more info, please ask the person who sent this link." => "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação.", -"Add to your ownCloud" => "Adicionar á sua ownCloud", -"Download" => "Transferir", -"Download %s" => "Transferir %s", -"Direct link" => "Hiperligação direta", -"Remote Shares" => "Partilhas Remotas", -"Allow other instances to mount public links shared from this server" => "Permitir que outras instâncias mapeiem endereços partilhados deste servidor", -"Allow users to mount public link shares" => "Permitir mapeamentos de endereços partilhados aos utilizadores" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/ro.js b/apps/files_sharing/l10n/ro.js new file mode 100644 index 0000000000..37780d3ec2 --- /dev/null +++ b/apps/files_sharing/l10n/ro.js @@ -0,0 +1,22 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Partajare server-server nu este activată pe acest server", + "Shared with you" : "Partajat cu tine", + "Shared with others" : "Partajat cu alții", + "No files have been shared with you yet." : "Nu sunt încă fișiere partajate cu tine.", + "You haven't shared any files yet." : "Nu ai partajat încă nici un fișier.", + "Cancel" : "Anulare", + "Shared by" : "impartite in ", + "This share is password-protected" : "Această partajare este protejată cu parolă", + "The password is wrong. Try again." : "Parola este incorectă. Încercaţi din nou.", + "Password" : "Parolă", + "Name" : "Nume", + "Reasons might be:" : "Motive posibile ar fi:", + "sharing is disabled" : "Partajare este oprită", + "Add to your ownCloud" : "Adaugă propriul tău ownCloud", + "Download" : "Descarcă", + "Download %s" : "Descarcă %s", + "Remote Shares" : "Partajări de la distanță" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/files_sharing/l10n/ro.json b/apps/files_sharing/l10n/ro.json new file mode 100644 index 0000000000..04936017e6 --- /dev/null +++ b/apps/files_sharing/l10n/ro.json @@ -0,0 +1,20 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Partajare server-server nu este activată pe acest server", + "Shared with you" : "Partajat cu tine", + "Shared with others" : "Partajat cu alții", + "No files have been shared with you yet." : "Nu sunt încă fișiere partajate cu tine.", + "You haven't shared any files yet." : "Nu ai partajat încă nici un fișier.", + "Cancel" : "Anulare", + "Shared by" : "impartite in ", + "This share is password-protected" : "Această partajare este protejată cu parolă", + "The password is wrong. Try again." : "Parola este incorectă. Încercaţi din nou.", + "Password" : "Parolă", + "Name" : "Nume", + "Reasons might be:" : "Motive posibile ar fi:", + "sharing is disabled" : "Partajare este oprită", + "Add to your ownCloud" : "Adaugă propriul tău ownCloud", + "Download" : "Descarcă", + "Download %s" : "Descarcă %s", + "Remote Shares" : "Partajări de la distanță" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ro.php b/apps/files_sharing/l10n/ro.php deleted file mode 100644 index 423f0ee38a..0000000000 --- a/apps/files_sharing/l10n/ro.php +++ /dev/null @@ -1,21 +0,0 @@ - "Partajare server-server nu este activată pe acest server", -"Shared with you" => "Partajat cu tine", -"Shared with others" => "Partajat cu alții", -"No files have been shared with you yet." => "Nu sunt încă fișiere partajate cu tine.", -"You haven't shared any files yet." => "Nu ai partajat încă nici un fișier.", -"Cancel" => "Anulare", -"Shared by" => "impartite in ", -"This share is password-protected" => "Această partajare este protejată cu parolă", -"The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.", -"Password" => "Parolă", -"Name" => "Nume", -"Reasons might be:" => "Motive posibile ar fi:", -"sharing is disabled" => "Partajare este oprită", -"Add to your ownCloud" => "Adaugă propriul tău ownCloud", -"Download" => "Descarcă", -"Download %s" => "Descarcă %s", -"Remote Shares" => "Partajări de la distanță" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js new file mode 100644 index 0000000000..eb788b1c36 --- /dev/null +++ b/apps/files_sharing/l10n/ru.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "На данном сервере выключено межсерверное предоставление общих папок", + "The mountpoint name contains invalid characters." : "Имя точки монтирования содержит недопустимые символы.", + "Invalid or untrusted SSL certificate" : "Недействительный или недоверенный сертификат SSL", + "Couldn't add remote share" : "Невозможно добавить удалённую общую папку", + "Shared with you" : "Доступные для Вас", + "Shared with others" : "Доступные для других", + "Shared by link" : "Доступные по ссылке", + "No files have been shared with you yet." : "Отсутствуют доступные для вас файлы.", + "You haven't shared any files yet." : "У вас нет общедоступных файлов", + "You haven't shared any files by link yet." : "Вы ещё не открыли доступ по ссылке ни к одному файлу.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Добавить удалённую общую папку {name} из {owner}@{remote}?", + "Remote share" : "Удалённая общая папка", + "Remote share password" : "Пароль для удалённой общей папки", + "Cancel" : "Отменить", + "Add remote share" : "Добавить удалённую общую папку", + "No ownCloud installation found at {remote}" : "Не найдено ownCloud на {remote}", + "Invalid ownCloud url" : "Неверный адрес ownCloud", + "Shared by" : "Опубликовано", + "This share is password-protected" : "Для доступа к информации необходимо ввести пароль", + "The password is wrong. Try again." : "Неверный пароль. Попробуйте еще раз.", + "Password" : "Пароль", + "Name" : "Имя", + "Share time" : "Дата публикации", + "Sorry, this link doesn’t seem to work anymore." : "Эта ссылка устарела и более не действительна.", + "Reasons might be:" : "Причиной может быть:", + "the item was removed" : "объект был удалён", + "the link expired" : "срок действия ссылки истёк", + "sharing is disabled" : "общий доступ отключён", + "For more info, please ask the person who sent this link." : "Для получения дополнительной информации, пожалуйста, свяжитесь с тем, кто отправил Вам эту ссылку.", + "Add to your ownCloud" : "Добавить в свой ownCloud", + "Download" : "Скачать", + "Download %s" : "Скачать %s", + "Direct link" : "Прямая ссылка", + "Remote Shares" : "Удалённые общие папки", + "Allow other instances to mount public links shared from this server" : "Разрешить другим экземплярам Owncloud монтировать ссылки, опубликованные на этом сервере", + "Allow users to mount public link shares" : "Разрешить пользователям монтировать ссылки на общие папки" +}, +"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/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json new file mode 100644 index 0000000000..a31468bf36 --- /dev/null +++ b/apps/files_sharing/l10n/ru.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "На данном сервере выключено межсерверное предоставление общих папок", + "The mountpoint name contains invalid characters." : "Имя точки монтирования содержит недопустимые символы.", + "Invalid or untrusted SSL certificate" : "Недействительный или недоверенный сертификат SSL", + "Couldn't add remote share" : "Невозможно добавить удалённую общую папку", + "Shared with you" : "Доступные для Вас", + "Shared with others" : "Доступные для других", + "Shared by link" : "Доступные по ссылке", + "No files have been shared with you yet." : "Отсутствуют доступные для вас файлы.", + "You haven't shared any files yet." : "У вас нет общедоступных файлов", + "You haven't shared any files by link yet." : "Вы ещё не открыли доступ по ссылке ни к одному файлу.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Добавить удалённую общую папку {name} из {owner}@{remote}?", + "Remote share" : "Удалённая общая папка", + "Remote share password" : "Пароль для удалённой общей папки", + "Cancel" : "Отменить", + "Add remote share" : "Добавить удалённую общую папку", + "No ownCloud installation found at {remote}" : "Не найдено ownCloud на {remote}", + "Invalid ownCloud url" : "Неверный адрес ownCloud", + "Shared by" : "Опубликовано", + "This share is password-protected" : "Для доступа к информации необходимо ввести пароль", + "The password is wrong. Try again." : "Неверный пароль. Попробуйте еще раз.", + "Password" : "Пароль", + "Name" : "Имя", + "Share time" : "Дата публикации", + "Sorry, this link doesn’t seem to work anymore." : "Эта ссылка устарела и более не действительна.", + "Reasons might be:" : "Причиной может быть:", + "the item was removed" : "объект был удалён", + "the link expired" : "срок действия ссылки истёк", + "sharing is disabled" : "общий доступ отключён", + "For more info, please ask the person who sent this link." : "Для получения дополнительной информации, пожалуйста, свяжитесь с тем, кто отправил Вам эту ссылку.", + "Add to your ownCloud" : "Добавить в свой ownCloud", + "Download" : "Скачать", + "Download %s" : "Скачать %s", + "Direct link" : "Прямая ссылка", + "Remote Shares" : "Удалённые общие папки", + "Allow other instances to mount public links shared from this server" : "Разрешить другим экземплярам Owncloud монтировать ссылки, опубликованные на этом сервере", + "Allow users to mount public link shares" : "Разрешить пользователям монтировать ссылки на общие папки" +},"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/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php deleted file mode 100644 index 6d08aff040..0000000000 --- a/apps/files_sharing/l10n/ru.php +++ /dev/null @@ -1,40 +0,0 @@ - "На данном сервере выключено межсерверное предоставление общих папок", -"The mountpoint name contains invalid characters." => "Имя точки монтирования содержит недопустимые символы.", -"Invalid or untrusted SSL certificate" => "Недействительный или недоверенный сертификат SSL", -"Couldn't add remote share" => "Невозможно добавить удалённую общую папку", -"Shared with you" => "Доступные для Вас", -"Shared with others" => "Доступные для других", -"Shared by link" => "Доступные по ссылке", -"No files have been shared with you yet." => "Отсутствуют доступные для вас файлы.", -"You haven't shared any files yet." => "У вас нет общедоступных файлов", -"You haven't shared any files by link yet." => "Вы ещё не открыли доступ по ссылке ни к одному файлу.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Добавить удалённую общую папку {name} из {owner}@{remote}?", -"Remote share" => "Удалённая общая папка", -"Remote share password" => "Пароль для удалённой общей папки", -"Cancel" => "Отменить", -"Add remote share" => "Добавить удалённую общую папку", -"No ownCloud installation found at {remote}" => "Не найдено ownCloud на {remote}", -"Invalid ownCloud url" => "Неверный адрес ownCloud", -"Shared by" => "Опубликовано", -"This share is password-protected" => "Для доступа к информации необходимо ввести пароль", -"The password is wrong. Try again." => "Неверный пароль. Попробуйте еще раз.", -"Password" => "Пароль", -"Name" => "Имя", -"Share time" => "Дата публикации", -"Sorry, this link doesn’t seem to work anymore." => "Эта ссылка устарела и более не действительна.", -"Reasons might be:" => "Причиной может быть:", -"the item was removed" => "объект был удалён", -"the link expired" => "срок действия ссылки истёк", -"sharing is disabled" => "общий доступ отключён", -"For more info, please ask the person who sent this link." => "Для получения дополнительной информации, пожалуйста, свяжитесь с тем, кто отправил Вам эту ссылку.", -"Add to your ownCloud" => "Добавить в свой ownCloud", -"Download" => "Скачать", -"Download %s" => "Скачать %s", -"Direct link" => "Прямая ссылка", -"Remote Shares" => "Удалённые общие папки", -"Allow other instances to mount public links shared from this server" => "Разрешить другим экземплярам Owncloud монтировать ссылки, опубликованные на этом сервере", -"Allow users to mount public link shares" => "Разрешить пользователям монтировать ссылки на общие папки" -); -$PLURAL_FORMS = "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/apps/files_sharing/l10n/si_LK.js b/apps/files_sharing/l10n/si_LK.js new file mode 100644 index 0000000000..f55e8fc6d5 --- /dev/null +++ b/apps/files_sharing/l10n/si_LK.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "එපා", + "Password" : "මුර පදය", + "Name" : "නම", + "Download" : "බාන්න" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/si_LK.json b/apps/files_sharing/l10n/si_LK.json new file mode 100644 index 0000000000..528b13cd6e --- /dev/null +++ b/apps/files_sharing/l10n/si_LK.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "එපා", + "Password" : "මුර පදය", + "Name" : "නම", + "Download" : "බාන්න" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/si_LK.php b/apps/files_sharing/l10n/si_LK.php deleted file mode 100644 index f3919e97b1..0000000000 --- a/apps/files_sharing/l10n/si_LK.php +++ /dev/null @@ -1,8 +0,0 @@ - "එපා", -"Password" => "මුර පදය", -"Name" => "නම", -"Download" => "බාන්න" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/sk_SK.js b/apps/files_sharing/l10n/sk_SK.js new file mode 100644 index 0000000000..42d7259df4 --- /dev/null +++ b/apps/files_sharing/l10n/sk_SK.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Zdieľanie server-server nie je na tomto serveri povolené", + "Invalid or untrusted SSL certificate" : "Neplatný alebo nedôveryhodný certifikát SSL", + "Couldn't add remote share" : "Nemožno pridať vzdialené zdieľanie", + "Shared with you" : "Zdieľané s vami", + "Shared with others" : "Zdieľané s ostanými", + "Shared by link" : "Zdieľané pomocou odkazu", + "No files have been shared with you yet." : "Zatiaľ s vami nikto žiadne súbory nezdieľal.", + "You haven't shared any files yet." : "Zatiaľ ste nezdieľali žiadne súbory.", + "You haven't shared any files by link yet." : "Zatiaľ ste pomocou odkazu nezdieľali žiaden súbor.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Chcete pridať vzdialené úložisko {name} patriace používateľovi {owner}@{remote}?", + "Remote share" : "Vzdialené úložisko", + "Remote share password" : "Heslo k vzdialenému úložisku", + "Cancel" : "Zrušiť", + "Add remote share" : "Pridať vzdialené úložisko", + "No ownCloud installation found at {remote}" : "Žiadna ownCloud inštancia na {remote}", + "Invalid ownCloud url" : "Chybná ownCloud url", + "Shared by" : "Zdieľa", + "This share is password-protected" : "Toto zdieľanie je chránené heslom", + "The password is wrong. Try again." : "Heslo je chybné. Skúste to znova.", + "Password" : "Heslo", + "Name" : "Názov", + "Share time" : "Čas zdieľania", + "Sorry, this link doesn’t seem to work anymore." : "To je nepríjemné, ale tento odkaz už nie je funkčný.", + "Reasons might be:" : "Možné dôvody:", + "the item was removed" : "položka bola presunutá", + "the link expired" : "linke vypršala platnosť", + "sharing is disabled" : "zdieľanie je zakázané", + "For more info, please ask the person who sent this link." : "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz.", + "Add to your ownCloud" : "Pridať do svojho ownCloudu", + "Download" : "Sťahovanie", + "Download %s" : "Stiahnuť %s", + "Direct link" : "Priama linka", + "Remote Shares" : "Vzdialené úložiská", + "Allow other instances to mount public links shared from this server" : "Povoliť ďalším inštanciám pripojiť verejné odkazy zdieľané z tohto servera", + "Allow users to mount public link shares" : "Povoliť používateľom pripojiť sa na zdieľané verejné odkazy" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/sk_SK.json b/apps/files_sharing/l10n/sk_SK.json new file mode 100644 index 0000000000..03853efa98 --- /dev/null +++ b/apps/files_sharing/l10n/sk_SK.json @@ -0,0 +1,38 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Zdieľanie server-server nie je na tomto serveri povolené", + "Invalid or untrusted SSL certificate" : "Neplatný alebo nedôveryhodný certifikát SSL", + "Couldn't add remote share" : "Nemožno pridať vzdialené zdieľanie", + "Shared with you" : "Zdieľané s vami", + "Shared with others" : "Zdieľané s ostanými", + "Shared by link" : "Zdieľané pomocou odkazu", + "No files have been shared with you yet." : "Zatiaľ s vami nikto žiadne súbory nezdieľal.", + "You haven't shared any files yet." : "Zatiaľ ste nezdieľali žiadne súbory.", + "You haven't shared any files by link yet." : "Zatiaľ ste pomocou odkazu nezdieľali žiaden súbor.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Chcete pridať vzdialené úložisko {name} patriace používateľovi {owner}@{remote}?", + "Remote share" : "Vzdialené úložisko", + "Remote share password" : "Heslo k vzdialenému úložisku", + "Cancel" : "Zrušiť", + "Add remote share" : "Pridať vzdialené úložisko", + "No ownCloud installation found at {remote}" : "Žiadna ownCloud inštancia na {remote}", + "Invalid ownCloud url" : "Chybná ownCloud url", + "Shared by" : "Zdieľa", + "This share is password-protected" : "Toto zdieľanie je chránené heslom", + "The password is wrong. Try again." : "Heslo je chybné. Skúste to znova.", + "Password" : "Heslo", + "Name" : "Názov", + "Share time" : "Čas zdieľania", + "Sorry, this link doesn’t seem to work anymore." : "To je nepríjemné, ale tento odkaz už nie je funkčný.", + "Reasons might be:" : "Možné dôvody:", + "the item was removed" : "položka bola presunutá", + "the link expired" : "linke vypršala platnosť", + "sharing is disabled" : "zdieľanie je zakázané", + "For more info, please ask the person who sent this link." : "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz.", + "Add to your ownCloud" : "Pridať do svojho ownCloudu", + "Download" : "Sťahovanie", + "Download %s" : "Stiahnuť %s", + "Direct link" : "Priama linka", + "Remote Shares" : "Vzdialené úložiská", + "Allow other instances to mount public links shared from this server" : "Povoliť ďalším inštanciám pripojiť verejné odkazy zdieľané z tohto servera", + "Allow users to mount public link shares" : "Povoliť používateľom pripojiť sa na zdieľané verejné odkazy" +},"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/sk_SK.php b/apps/files_sharing/l10n/sk_SK.php deleted file mode 100644 index f3231cb102..0000000000 --- a/apps/files_sharing/l10n/sk_SK.php +++ /dev/null @@ -1,39 +0,0 @@ - "Zdieľanie server-server nie je na tomto serveri povolené", -"Invalid or untrusted SSL certificate" => "Neplatný alebo nedôveryhodný certifikát SSL", -"Couldn't add remote share" => "Nemožno pridať vzdialené zdieľanie", -"Shared with you" => "Zdieľané s vami", -"Shared with others" => "Zdieľané s ostanými", -"Shared by link" => "Zdieľané pomocou odkazu", -"No files have been shared with you yet." => "Zatiaľ s vami nikto žiadne súbory nezdieľal.", -"You haven't shared any files yet." => "Zatiaľ ste nezdieľali žiadne súbory.", -"You haven't shared any files by link yet." => "Zatiaľ ste pomocou odkazu nezdieľali žiaden súbor.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Chcete pridať vzdialené úložisko {name} patriace používateľovi {owner}@{remote}?", -"Remote share" => "Vzdialené úložisko", -"Remote share password" => "Heslo k vzdialenému úložisku", -"Cancel" => "Zrušiť", -"Add remote share" => "Pridať vzdialené úložisko", -"No ownCloud installation found at {remote}" => "Žiadna ownCloud inštancia na {remote}", -"Invalid ownCloud url" => "Chybná ownCloud url", -"Shared by" => "Zdieľa", -"This share is password-protected" => "Toto zdieľanie je chránené heslom", -"The password is wrong. Try again." => "Heslo je chybné. Skúste to znova.", -"Password" => "Heslo", -"Name" => "Názov", -"Share time" => "Čas zdieľania", -"Sorry, this link doesn’t seem to work anymore." => "To je nepríjemné, ale tento odkaz už nie je funkčný.", -"Reasons might be:" => "Možné dôvody:", -"the item was removed" => "položka bola presunutá", -"the link expired" => "linke vypršala platnosť", -"sharing is disabled" => "zdieľanie je zakázané", -"For more info, please ask the person who sent this link." => "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz.", -"Add to your ownCloud" => "Pridať do svojho ownCloudu", -"Download" => "Sťahovanie", -"Download %s" => "Stiahnuť %s", -"Direct link" => "Priama linka", -"Remote Shares" => "Vzdialené úložiská", -"Allow other instances to mount public links shared from this server" => "Povoliť ďalším inštanciám pripojiť verejné odkazy zdieľané z tohto servera", -"Allow users to mount public link shares" => "Povoliť používateľom pripojiť sa na zdieľané verejné odkazy" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_sharing/l10n/sl.js b/apps/files_sharing/l10n/sl.js new file mode 100644 index 0000000000..9466ea37f8 --- /dev/null +++ b/apps/files_sharing/l10n/sl.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Na tem strežniku ni omogočena možnost souporabe strežnika s strežnikom.", + "The mountpoint name contains invalid characters." : "Ime točke priklopa vsebuje neveljavne znake.", + "Invalid or untrusted SSL certificate" : "Neveljavno oziroma nepotrjeno potrdilo SSL", + "Couldn't add remote share" : "Ni mogoče dodati oddaljenega mesta za souporabo", + "Shared with you" : "V souporabi z vami", + "Shared with others" : "V souporabi z drugimi", + "Shared by link" : "Souporaba s povezavo", + "No files have been shared with you yet." : "Ni datotek, ki bi jih drugi omogočili za souporabo z vami.", + "You haven't shared any files yet." : "Ni datotek, ki bi jih omogočili za souporabo.", + "You haven't shared any files by link yet." : "Ni datotek, ki bi jih omogočili za souporabo s povezavo.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Ali želite dodati oddaljeno mesto souporabe {name} na {owner}@{remote}?", + "Remote share" : "Oddaljeno mesto za souporabo", + "Remote share password" : "Geslo za mesto za oddaljeno souporabo", + "Cancel" : "Prekliči", + "Add remote share" : "Dodaj oddaljeno mesto za souporabo", + "No ownCloud installation found at {remote}" : "Na mestu {remote} ni namestitve ownCloud", + "Invalid ownCloud url" : "Naveden je neveljaven naslov URL strežnika ownCloud", + "Shared by" : "V souporabi z", + "This share is password-protected" : "To mesto je zaščiteno z geslom.", + "The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.", + "Password" : "Geslo", + "Name" : "Ime", + "Share time" : "Čas souporabe", + "Sorry, this link doesn’t seem to work anymore." : "Povezava očitno ni več v uporabi.", + "Reasons might be:" : "Vzrok je lahko:", + "the item was removed" : "predmet je odstranjen,", + "the link expired" : "povezava je pretekla,", + "sharing is disabled" : "souporaba je onemogočena.", + "For more info, please ask the person who sent this link." : "Za več podrobnosti stopite v stik s pošiljateljem te povezave.", + "Add to your ownCloud" : "Dodaj v svoj oblak ownCloud", + "Download" : "Prejmi", + "Download %s" : "Prejmi %s", + "Direct link" : "Neposredna povezava", + "Remote Shares" : "Oddaljena souporaba", + "Allow other instances to mount public links shared from this server" : "Dovoli drugim primerkom priklop javnih povezav s tega strežnika", + "Allow users to mount public link shares" : "Dovoli uporabnikom priklop javnih povezav med mapami za souporabo" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/files_sharing/l10n/sl.json b/apps/files_sharing/l10n/sl.json new file mode 100644 index 0000000000..2619904b50 --- /dev/null +++ b/apps/files_sharing/l10n/sl.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Na tem strežniku ni omogočena možnost souporabe strežnika s strežnikom.", + "The mountpoint name contains invalid characters." : "Ime točke priklopa vsebuje neveljavne znake.", + "Invalid or untrusted SSL certificate" : "Neveljavno oziroma nepotrjeno potrdilo SSL", + "Couldn't add remote share" : "Ni mogoče dodati oddaljenega mesta za souporabo", + "Shared with you" : "V souporabi z vami", + "Shared with others" : "V souporabi z drugimi", + "Shared by link" : "Souporaba s povezavo", + "No files have been shared with you yet." : "Ni datotek, ki bi jih drugi omogočili za souporabo z vami.", + "You haven't shared any files yet." : "Ni datotek, ki bi jih omogočili za souporabo.", + "You haven't shared any files by link yet." : "Ni datotek, ki bi jih omogočili za souporabo s povezavo.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Ali želite dodati oddaljeno mesto souporabe {name} na {owner}@{remote}?", + "Remote share" : "Oddaljeno mesto za souporabo", + "Remote share password" : "Geslo za mesto za oddaljeno souporabo", + "Cancel" : "Prekliči", + "Add remote share" : "Dodaj oddaljeno mesto za souporabo", + "No ownCloud installation found at {remote}" : "Na mestu {remote} ni namestitve ownCloud", + "Invalid ownCloud url" : "Naveden je neveljaven naslov URL strežnika ownCloud", + "Shared by" : "V souporabi z", + "This share is password-protected" : "To mesto je zaščiteno z geslom.", + "The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.", + "Password" : "Geslo", + "Name" : "Ime", + "Share time" : "Čas souporabe", + "Sorry, this link doesn’t seem to work anymore." : "Povezava očitno ni več v uporabi.", + "Reasons might be:" : "Vzrok je lahko:", + "the item was removed" : "predmet je odstranjen,", + "the link expired" : "povezava je pretekla,", + "sharing is disabled" : "souporaba je onemogočena.", + "For more info, please ask the person who sent this link." : "Za več podrobnosti stopite v stik s pošiljateljem te povezave.", + "Add to your ownCloud" : "Dodaj v svoj oblak ownCloud", + "Download" : "Prejmi", + "Download %s" : "Prejmi %s", + "Direct link" : "Neposredna povezava", + "Remote Shares" : "Oddaljena souporaba", + "Allow other instances to mount public links shared from this server" : "Dovoli drugim primerkom priklop javnih povezav s tega strežnika", + "Allow users to mount public link shares" : "Dovoli uporabnikom priklop javnih povezav med mapami za souporabo" +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php deleted file mode 100644 index a7aea4d49d..0000000000 --- a/apps/files_sharing/l10n/sl.php +++ /dev/null @@ -1,40 +0,0 @@ - "Na tem strežniku ni omogočena možnost souporabe strežnika s strežnikom.", -"The mountpoint name contains invalid characters." => "Ime točke priklopa vsebuje neveljavne znake.", -"Invalid or untrusted SSL certificate" => "Neveljavno oziroma nepotrjeno potrdilo SSL", -"Couldn't add remote share" => "Ni mogoče dodati oddaljenega mesta za souporabo", -"Shared with you" => "V souporabi z vami", -"Shared with others" => "V souporabi z drugimi", -"Shared by link" => "Souporaba s povezavo", -"No files have been shared with you yet." => "Ni datotek, ki bi jih drugi omogočili za souporabo z vami.", -"You haven't shared any files yet." => "Ni datotek, ki bi jih omogočili za souporabo.", -"You haven't shared any files by link yet." => "Ni datotek, ki bi jih omogočili za souporabo s povezavo.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Ali želite dodati oddaljeno mesto souporabe {name} na {owner}@{remote}?", -"Remote share" => "Oddaljeno mesto za souporabo", -"Remote share password" => "Geslo za mesto za oddaljeno souporabo", -"Cancel" => "Prekliči", -"Add remote share" => "Dodaj oddaljeno mesto za souporabo", -"No ownCloud installation found at {remote}" => "Na mestu {remote} ni namestitve ownCloud", -"Invalid ownCloud url" => "Naveden je neveljaven naslov URL strežnika ownCloud", -"Shared by" => "V souporabi z", -"This share is password-protected" => "To mesto je zaščiteno z geslom.", -"The password is wrong. Try again." => "Geslo je napačno. Poskusite znova.", -"Password" => "Geslo", -"Name" => "Ime", -"Share time" => "Čas souporabe", -"Sorry, this link doesn’t seem to work anymore." => "Povezava očitno ni več v uporabi.", -"Reasons might be:" => "Vzrok je lahko:", -"the item was removed" => "predmet je odstranjen,", -"the link expired" => "povezava je pretekla,", -"sharing is disabled" => "souporaba je onemogočena.", -"For more info, please ask the person who sent this link." => "Za več podrobnosti stopite v stik s pošiljateljem te povezave.", -"Add to your ownCloud" => "Dodaj v svoj oblak ownCloud", -"Download" => "Prejmi", -"Download %s" => "Prejmi %s", -"Direct link" => "Neposredna povezava", -"Remote Shares" => "Oddaljena souporaba", -"Allow other instances to mount public links shared from this server" => "Dovoli drugim primerkom priklop javnih povezav s tega strežnika", -"Allow users to mount public link shares" => "Dovoli uporabnikom priklop javnih povezav med mapami za souporabo" -); -$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/apps/files_sharing/l10n/sq.js b/apps/files_sharing/l10n/sq.js new file mode 100644 index 0000000000..5f11b75039 --- /dev/null +++ b/apps/files_sharing/l10n/sq.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Anullo", + "Shared by" : "Ndarë nga", + "This share is password-protected" : "Kjo pjesë është e mbrojtur me fjalëkalim", + "The password is wrong. Try again." : "Kodi është i gabuar. Provojeni përsëri.", + "Password" : "Kodi", + "Name" : "Emri", + "Sorry, this link doesn’t seem to work anymore." : "Ju kërkojmë ndjesë, kjo lidhje duket sikur nuk punon më.", + "Reasons might be:" : "Arsyet mund të jenë:", + "the item was removed" : "elementi është eliminuar", + "the link expired" : "lidhja ka skaduar", + "sharing is disabled" : "ndarja është çaktivizuar", + "For more info, please ask the person who sent this link." : "Për më shumë informacione, ju lutem pyesni personin që iu dërgoi këtë lidhje.", + "Download" : "Shkarko", + "Direct link" : "Lidhje direkte" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/sq.json b/apps/files_sharing/l10n/sq.json new file mode 100644 index 0000000000..491c0bfc7a --- /dev/null +++ b/apps/files_sharing/l10n/sq.json @@ -0,0 +1,17 @@ +{ "translations": { + "Cancel" : "Anullo", + "Shared by" : "Ndarë nga", + "This share is password-protected" : "Kjo pjesë është e mbrojtur me fjalëkalim", + "The password is wrong. Try again." : "Kodi është i gabuar. Provojeni përsëri.", + "Password" : "Kodi", + "Name" : "Emri", + "Sorry, this link doesn’t seem to work anymore." : "Ju kërkojmë ndjesë, kjo lidhje duket sikur nuk punon më.", + "Reasons might be:" : "Arsyet mund të jenë:", + "the item was removed" : "elementi është eliminuar", + "the link expired" : "lidhja ka skaduar", + "sharing is disabled" : "ndarja është çaktivizuar", + "For more info, please ask the person who sent this link." : "Për më shumë informacione, ju lutem pyesni personin që iu dërgoi këtë lidhje.", + "Download" : "Shkarko", + "Direct link" : "Lidhje direkte" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/sq.php b/apps/files_sharing/l10n/sq.php deleted file mode 100644 index 56b3816da3..0000000000 --- a/apps/files_sharing/l10n/sq.php +++ /dev/null @@ -1,18 +0,0 @@ - "Anullo", -"Shared by" => "Ndarë nga", -"This share is password-protected" => "Kjo pjesë është e mbrojtur me fjalëkalim", -"The password is wrong. Try again." => "Kodi është i gabuar. Provojeni përsëri.", -"Password" => "Kodi", -"Name" => "Emri", -"Sorry, this link doesn’t seem to work anymore." => "Ju kërkojmë ndjesë, kjo lidhje duket sikur nuk punon më.", -"Reasons might be:" => "Arsyet mund të jenë:", -"the item was removed" => "elementi është eliminuar", -"the link expired" => "lidhja ka skaduar", -"sharing is disabled" => "ndarja është çaktivizuar", -"For more info, please ask the person who sent this link." => "Për më shumë informacione, ju lutem pyesni personin që iu dërgoi këtë lidhje.", -"Download" => "Shkarko", -"Direct link" => "Lidhje direkte" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js new file mode 100644 index 0000000000..6e8100375f --- /dev/null +++ b/apps/files_sharing/l10n/sr.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Откажи", + "Shared by" : "Делио", + "Password" : "Лозинка", + "Name" : "Име", + "Download" : "Преузми" +}, +"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/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json new file mode 100644 index 0000000000..53642f3f34 --- /dev/null +++ b/apps/files_sharing/l10n/sr.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "Откажи", + "Shared by" : "Делио", + "Password" : "Лозинка", + "Name" : "Име", + "Download" : "Преузми" +},"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/apps/files_sharing/l10n/sr.php b/apps/files_sharing/l10n/sr.php deleted file mode 100644 index 2f5a996bba..0000000000 --- a/apps/files_sharing/l10n/sr.php +++ /dev/null @@ -1,9 +0,0 @@ - "Откажи", -"Shared by" => "Делио", -"Password" => "Лозинка", -"Name" => "Име", -"Download" => "Преузми" -); -$PLURAL_FORMS = "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/apps/files_sharing/l10n/sr@latin.js b/apps/files_sharing/l10n/sr@latin.js new file mode 100644 index 0000000000..6e13a919b1 --- /dev/null +++ b/apps/files_sharing/l10n/sr@latin.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Otkaži", + "Password" : "Lozinka", + "Name" : "Ime", + "Download" : "Preuzmi" +}, +"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/apps/files_sharing/l10n/sr@latin.json b/apps/files_sharing/l10n/sr@latin.json new file mode 100644 index 0000000000..9aebf35fc8 --- /dev/null +++ b/apps/files_sharing/l10n/sr@latin.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "Otkaži", + "Password" : "Lozinka", + "Name" : "Ime", + "Download" : "Preuzmi" +},"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/apps/files_sharing/l10n/sr@latin.php b/apps/files_sharing/l10n/sr@latin.php deleted file mode 100644 index 168005c1e3..0000000000 --- a/apps/files_sharing/l10n/sr@latin.php +++ /dev/null @@ -1,8 +0,0 @@ - "Otkaži", -"Password" => "Lozinka", -"Name" => "Ime", -"Download" => "Preuzmi" -); -$PLURAL_FORMS = "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/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js new file mode 100644 index 0000000000..f9e595f340 --- /dev/null +++ b/apps/files_sharing/l10n/sv.js @@ -0,0 +1,35 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Server-till-server-delning är inte aktiverat på denna server", + "Couldn't add remote share" : "Kunde inte lägga till fjärrutdelning", + "Shared with you" : "Delat med dig", + "Shared with others" : "Delat med andra", + "Shared by link" : "Delad som länk", + "No files have been shared with you yet." : "Inga filer har ännu delats med dig.", + "You haven't shared any files yet." : "Du har inte delat några filer ännu.", + "You haven't shared any files by link yet." : "Du har inte delat några filer som länk ännu.", + "Cancel" : "Avbryt", + "No ownCloud installation found at {remote}" : "Ingen ownCloudinstallation funnen på {remote}", + "Invalid ownCloud url" : "Felaktig ownCloud url", + "Shared by" : "Delad av", + "This share is password-protected" : "Den här delningen är lösenordsskyddad", + "The password is wrong. Try again." : "Lösenordet är fel. Försök igen.", + "Password" : "Lösenord", + "Name" : "Namn", + "Share time" : "Delningstid", + "Sorry, this link doesn’t seem to work anymore." : "Tyvärr, denna länk verkar inte fungera längre.", + "Reasons might be:" : "Orsaker kan vara:", + "the item was removed" : "objektet togs bort", + "the link expired" : "giltighet för länken har gått ut", + "sharing is disabled" : "delning är inaktiverat", + "For more info, please ask the person who sent this link." : "För mer information, kontakta den person som skickade den här länken.", + "Add to your ownCloud" : "Lägg till i din ownCloud", + "Download" : "Ladda ner", + "Download %s" : "Ladda ner %s", + "Direct link" : "Direkt länk", + "Remote Shares" : "Fjärrutdelningar Server-Server", + "Allow other instances to mount public links shared from this server" : "Tillåt andra instanser vidaredelning utav publika länkar delade från denna servern", + "Allow users to mount public link shares" : "Tillåt användare att montera publika länkar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json new file mode 100644 index 0000000000..c0763d3f38 --- /dev/null +++ b/apps/files_sharing/l10n/sv.json @@ -0,0 +1,33 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Server-till-server-delning är inte aktiverat på denna server", + "Couldn't add remote share" : "Kunde inte lägga till fjärrutdelning", + "Shared with you" : "Delat med dig", + "Shared with others" : "Delat med andra", + "Shared by link" : "Delad som länk", + "No files have been shared with you yet." : "Inga filer har ännu delats med dig.", + "You haven't shared any files yet." : "Du har inte delat några filer ännu.", + "You haven't shared any files by link yet." : "Du har inte delat några filer som länk ännu.", + "Cancel" : "Avbryt", + "No ownCloud installation found at {remote}" : "Ingen ownCloudinstallation funnen på {remote}", + "Invalid ownCloud url" : "Felaktig ownCloud url", + "Shared by" : "Delad av", + "This share is password-protected" : "Den här delningen är lösenordsskyddad", + "The password is wrong. Try again." : "Lösenordet är fel. Försök igen.", + "Password" : "Lösenord", + "Name" : "Namn", + "Share time" : "Delningstid", + "Sorry, this link doesn’t seem to work anymore." : "Tyvärr, denna länk verkar inte fungera längre.", + "Reasons might be:" : "Orsaker kan vara:", + "the item was removed" : "objektet togs bort", + "the link expired" : "giltighet för länken har gått ut", + "sharing is disabled" : "delning är inaktiverat", + "For more info, please ask the person who sent this link." : "För mer information, kontakta den person som skickade den här länken.", + "Add to your ownCloud" : "Lägg till i din ownCloud", + "Download" : "Ladda ner", + "Download %s" : "Ladda ner %s", + "Direct link" : "Direkt länk", + "Remote Shares" : "Fjärrutdelningar Server-Server", + "Allow other instances to mount public links shared from this server" : "Tillåt andra instanser vidaredelning utav publika länkar delade från denna servern", + "Allow users to mount public link shares" : "Tillåt användare att montera publika länkar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/sv.php b/apps/files_sharing/l10n/sv.php deleted file mode 100644 index 4bb1f207ba..0000000000 --- a/apps/files_sharing/l10n/sv.php +++ /dev/null @@ -1,34 +0,0 @@ - "Server-till-server-delning är inte aktiverat på denna server", -"Couldn't add remote share" => "Kunde inte lägga till fjärrutdelning", -"Shared with you" => "Delat med dig", -"Shared with others" => "Delat med andra", -"Shared by link" => "Delad som länk", -"No files have been shared with you yet." => "Inga filer har ännu delats med dig.", -"You haven't shared any files yet." => "Du har inte delat några filer ännu.", -"You haven't shared any files by link yet." => "Du har inte delat några filer som länk ännu.", -"Cancel" => "Avbryt", -"No ownCloud installation found at {remote}" => "Ingen ownCloudinstallation funnen på {remote}", -"Invalid ownCloud url" => "Felaktig ownCloud url", -"Shared by" => "Delad av", -"This share is password-protected" => "Den här delningen är lösenordsskyddad", -"The password is wrong. Try again." => "Lösenordet är fel. Försök igen.", -"Password" => "Lösenord", -"Name" => "Namn", -"Share time" => "Delningstid", -"Sorry, this link doesn’t seem to work anymore." => "Tyvärr, denna länk verkar inte fungera längre.", -"Reasons might be:" => "Orsaker kan vara:", -"the item was removed" => "objektet togs bort", -"the link expired" => "giltighet för länken har gått ut", -"sharing is disabled" => "delning är inaktiverat", -"For more info, please ask the person who sent this link." => "För mer information, kontakta den person som skickade den här länken.", -"Add to your ownCloud" => "Lägg till i din ownCloud", -"Download" => "Ladda ner", -"Download %s" => "Ladda ner %s", -"Direct link" => "Direkt länk", -"Remote Shares" => "Fjärrutdelningar Server-Server", -"Allow other instances to mount public links shared from this server" => "Tillåt andra instanser vidaredelning utav publika länkar delade från denna servern", -"Allow users to mount public link shares" => "Tillåt användare att montera publika länkar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/ta_LK.js b/apps/files_sharing/l10n/ta_LK.js new file mode 100644 index 0000000000..846ed1b4f8 --- /dev/null +++ b/apps/files_sharing/l10n/ta_LK.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "இரத்து செய்க", + "Password" : "கடவுச்சொல்", + "Name" : "பெயர்", + "Download" : "பதிவிறக்குக" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ta_LK.json b/apps/files_sharing/l10n/ta_LK.json new file mode 100644 index 0000000000..8e722a9388 --- /dev/null +++ b/apps/files_sharing/l10n/ta_LK.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "இரத்து செய்க", + "Password" : "கடவுச்சொல்", + "Name" : "பெயர்", + "Download" : "பதிவிறக்குக" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ta_LK.php b/apps/files_sharing/l10n/ta_LK.php deleted file mode 100644 index 7303c07f7b..0000000000 --- a/apps/files_sharing/l10n/ta_LK.php +++ /dev/null @@ -1,8 +0,0 @@ - "இரத்து செய்க", -"Password" => "கடவுச்சொல்", -"Name" => "பெயர்", -"Download" => "பதிவிறக்குக" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/te.js b/apps/files_sharing/l10n/te.js new file mode 100644 index 0000000000..16f1ba1ee2 --- /dev/null +++ b/apps/files_sharing/l10n/te.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "రద్దుచేయి", + "Password" : "సంకేతపదం", + "Name" : "పేరు" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/te.json b/apps/files_sharing/l10n/te.json new file mode 100644 index 0000000000..1992a12641 --- /dev/null +++ b/apps/files_sharing/l10n/te.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "రద్దుచేయి", + "Password" : "సంకేతపదం", + "Name" : "పేరు" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/te.php b/apps/files_sharing/l10n/te.php deleted file mode 100644 index 249e121cdb..0000000000 --- a/apps/files_sharing/l10n/te.php +++ /dev/null @@ -1,7 +0,0 @@ - "రద్దుచేయి", -"Password" => "సంకేతపదం", -"Name" => "పేరు" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/th_TH.js b/apps/files_sharing/l10n/th_TH.js new file mode 100644 index 0000000000..153f7e222c --- /dev/null +++ b/apps/files_sharing/l10n/th_TH.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "ยกเลิก", + "Shared by" : "ถูกแชร์โดย", + "Password" : "รหัสผ่าน", + "Name" : "ชื่อ", + "Download" : "ดาวน์โหลด" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/th_TH.json b/apps/files_sharing/l10n/th_TH.json new file mode 100644 index 0000000000..05757834e5 --- /dev/null +++ b/apps/files_sharing/l10n/th_TH.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "ยกเลิก", + "Shared by" : "ถูกแชร์โดย", + "Password" : "รหัสผ่าน", + "Name" : "ชื่อ", + "Download" : "ดาวน์โหลด" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/th_TH.php b/apps/files_sharing/l10n/th_TH.php deleted file mode 100644 index 1594037396..0000000000 --- a/apps/files_sharing/l10n/th_TH.php +++ /dev/null @@ -1,9 +0,0 @@ - "ยกเลิก", -"Shared by" => "ถูกแชร์โดย", -"Password" => "รหัสผ่าน", -"Name" => "ชื่อ", -"Download" => "ดาวน์โหลด" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js new file mode 100644 index 0000000000..919b615d23 --- /dev/null +++ b/apps/files_sharing/l10n/tr.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Sunucudan sunucuya paylaşım bu sunucuda etkin değil", + "The mountpoint name contains invalid characters." : "Bağlama noktası adı geçersiz karakterler içeriyor.", + "Invalid or untrusted SSL certificate" : "Geçersiz veya güvenilmeyen SSL sertifikası", + "Couldn't add remote share" : "Uzak paylaşım eklenemedi", + "Shared with you" : "Sizinle paylaşılmış", + "Shared with others" : "Diğerleri ile paylaşılmış", + "Shared by link" : "Bağlantı ile paylaşılmış", + "No files have been shared with you yet." : "Henüz sizinle paylaşılan bir dosya yok.", + "You haven't shared any files yet." : "Henüz hiçbir dosya paylaşmadınız.", + "You haven't shared any files by link yet." : "Bağlantı ile henüz hiçbir dosya paylaşmadınız.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} konumundan {name} uzak paylaşımını eklemek istiyor musunuz?", + "Remote share" : "Uzak paylaşım", + "Remote share password" : "Uzak paylaşım parolası", + "Cancel" : "İptal", + "Add remote share" : "Uzak paylaşım ekle", + "No ownCloud installation found at {remote}" : "{remote} üzerinde ownCloud kurulumu bulunamadı", + "Invalid ownCloud url" : "Geçersiz ownCloud adresi", + "Shared by" : "Paylaşan", + "This share is password-protected" : "Bu paylaşım parola korumalı", + "The password is wrong. Try again." : "Parola hatalı. Yeniden deneyin.", + "Password" : "Parola", + "Name" : "Ad", + "Share time" : "Paylaşma zamanı", + "Sorry, this link doesn’t seem to work anymore." : "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor.", + "Reasons might be:" : "Sebepleri şunlar olabilir:", + "the item was removed" : "öge kaldırılmış", + "the link expired" : "bağlantı süresi dolmuş", + "sharing is disabled" : "paylaşım devre dışı", + "For more info, please ask the person who sent this link." : "Daha fazla bilgi için bu bağlantıyı aldığınız kişi ile iletişime geçin.", + "Add to your ownCloud" : "ownCloud'ınıza Ekleyin", + "Download" : "İndir", + "Download %s" : "İndir: %s", + "Direct link" : "Doğrudan bağlantı", + "Remote Shares" : "Uzak Paylaşımlar", + "Allow other instances to mount public links shared from this server" : "Diğer örneklerin, bu sunucudan paylaşılmış herkese açık bağlantıları bağlamasına izin ver", + "Allow users to mount public link shares" : "Kullanıcıların herkese açık bağlantı paylaşımlarını bağlamasına izin ver" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json new file mode 100644 index 0000000000..d7c4b7c7b7 --- /dev/null +++ b/apps/files_sharing/l10n/tr.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "Sunucudan sunucuya paylaşım bu sunucuda etkin değil", + "The mountpoint name contains invalid characters." : "Bağlama noktası adı geçersiz karakterler içeriyor.", + "Invalid or untrusted SSL certificate" : "Geçersiz veya güvenilmeyen SSL sertifikası", + "Couldn't add remote share" : "Uzak paylaşım eklenemedi", + "Shared with you" : "Sizinle paylaşılmış", + "Shared with others" : "Diğerleri ile paylaşılmış", + "Shared by link" : "Bağlantı ile paylaşılmış", + "No files have been shared with you yet." : "Henüz sizinle paylaşılan bir dosya yok.", + "You haven't shared any files yet." : "Henüz hiçbir dosya paylaşmadınız.", + "You haven't shared any files by link yet." : "Bağlantı ile henüz hiçbir dosya paylaşmadınız.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} konumundan {name} uzak paylaşımını eklemek istiyor musunuz?", + "Remote share" : "Uzak paylaşım", + "Remote share password" : "Uzak paylaşım parolası", + "Cancel" : "İptal", + "Add remote share" : "Uzak paylaşım ekle", + "No ownCloud installation found at {remote}" : "{remote} üzerinde ownCloud kurulumu bulunamadı", + "Invalid ownCloud url" : "Geçersiz ownCloud adresi", + "Shared by" : "Paylaşan", + "This share is password-protected" : "Bu paylaşım parola korumalı", + "The password is wrong. Try again." : "Parola hatalı. Yeniden deneyin.", + "Password" : "Parola", + "Name" : "Ad", + "Share time" : "Paylaşma zamanı", + "Sorry, this link doesn’t seem to work anymore." : "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor.", + "Reasons might be:" : "Sebepleri şunlar olabilir:", + "the item was removed" : "öge kaldırılmış", + "the link expired" : "bağlantı süresi dolmuş", + "sharing is disabled" : "paylaşım devre dışı", + "For more info, please ask the person who sent this link." : "Daha fazla bilgi için bu bağlantıyı aldığınız kişi ile iletişime geçin.", + "Add to your ownCloud" : "ownCloud'ınıza Ekleyin", + "Download" : "İndir", + "Download %s" : "İndir: %s", + "Direct link" : "Doğrudan bağlantı", + "Remote Shares" : "Uzak Paylaşımlar", + "Allow other instances to mount public links shared from this server" : "Diğer örneklerin, bu sunucudan paylaşılmış herkese açık bağlantıları bağlamasına izin ver", + "Allow users to mount public link shares" : "Kullanıcıların herkese açık bağlantı paylaşımlarını bağlamasına izin ver" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/tr.php b/apps/files_sharing/l10n/tr.php deleted file mode 100644 index 018851657d..0000000000 --- a/apps/files_sharing/l10n/tr.php +++ /dev/null @@ -1,40 +0,0 @@ - "Sunucudan sunucuya paylaşım bu sunucuda etkin değil", -"The mountpoint name contains invalid characters." => "Bağlama noktası adı geçersiz karakterler içeriyor.", -"Invalid or untrusted SSL certificate" => "Geçersiz veya güvenilmeyen SSL sertifikası", -"Couldn't add remote share" => "Uzak paylaşım eklenemedi", -"Shared with you" => "Sizinle paylaşılmış", -"Shared with others" => "Diğerleri ile paylaşılmış", -"Shared by link" => "Bağlantı ile paylaşılmış", -"No files have been shared with you yet." => "Henüz sizinle paylaşılan bir dosya yok.", -"You haven't shared any files yet." => "Henüz hiçbir dosya paylaşmadınız.", -"You haven't shared any files by link yet." => "Bağlantı ile henüz hiçbir dosya paylaşmadınız.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "{owner}@{remote} konumundan {name} uzak paylaşımını eklemek istiyor musunuz?", -"Remote share" => "Uzak paylaşım", -"Remote share password" => "Uzak paylaşım parolası", -"Cancel" => "İptal", -"Add remote share" => "Uzak paylaşım ekle", -"No ownCloud installation found at {remote}" => "{remote} üzerinde ownCloud kurulumu bulunamadı", -"Invalid ownCloud url" => "Geçersiz ownCloud adresi", -"Shared by" => "Paylaşan", -"This share is password-protected" => "Bu paylaşım parola korumalı", -"The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.", -"Password" => "Parola", -"Name" => "Ad", -"Share time" => "Paylaşma zamanı", -"Sorry, this link doesn’t seem to work anymore." => "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor.", -"Reasons might be:" => "Sebepleri şunlar olabilir:", -"the item was removed" => "öge kaldırılmış", -"the link expired" => "bağlantı süresi dolmuş", -"sharing is disabled" => "paylaşım devre dışı", -"For more info, please ask the person who sent this link." => "Daha fazla bilgi için bu bağlantıyı aldığınız kişi ile iletişime geçin.", -"Add to your ownCloud" => "ownCloud'ınıza Ekleyin", -"Download" => "İndir", -"Download %s" => "İndir: %s", -"Direct link" => "Doğrudan bağlantı", -"Remote Shares" => "Uzak Paylaşımlar", -"Allow other instances to mount public links shared from this server" => "Diğer örneklerin, bu sunucudan paylaşılmış herkese açık bağlantıları bağlamasına izin ver", -"Allow users to mount public link shares" => "Kullanıcıların herkese açık bağlantı paylaşımlarını bağlamasına izin ver" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_sharing/l10n/ug.js b/apps/files_sharing/l10n/ug.js new file mode 100644 index 0000000000..2e1fcc1744 --- /dev/null +++ b/apps/files_sharing/l10n/ug.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "ۋاز كەچ", + "Shared by" : "ھەمبەھىرلىگۈچى", + "Password" : "ئىم", + "Name" : "ئاتى", + "Download" : "چۈشۈر" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/ug.json b/apps/files_sharing/l10n/ug.json new file mode 100644 index 0000000000..da37c17a57 --- /dev/null +++ b/apps/files_sharing/l10n/ug.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "ۋاز كەچ", + "Shared by" : "ھەمبەھىرلىگۈچى", + "Password" : "ئىم", + "Name" : "ئاتى", + "Download" : "چۈشۈر" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ug.php b/apps/files_sharing/l10n/ug.php deleted file mode 100644 index f15cda0e49..0000000000 --- a/apps/files_sharing/l10n/ug.php +++ /dev/null @@ -1,9 +0,0 @@ - "ۋاز كەچ", -"Shared by" => "ھەمبەھىرلىگۈچى", -"Password" => "ئىم", -"Name" => "ئاتى", -"Download" => "چۈشۈر" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/uk.js b/apps/files_sharing/l10n/uk.js new file mode 100644 index 0000000000..fd5dacb564 --- /dev/null +++ b/apps/files_sharing/l10n/uk.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "На даному сервері вимкнута можливість передачі даних між серверами", + "The mountpoint name contains invalid characters." : "Ім'я точки монтування містить неприпустимі символи.", + "Invalid or untrusted SSL certificate" : "Недійсній або не довірений SSL-сертифікат", + "Couldn't add remote share" : "Неможливо додати віддалену загальну теку", + "Shared with you" : "Доступне для вас", + "Shared with others" : "Доступне для інших", + "Shared by link" : "Доступне за посиланням", + "No files have been shared with you yet." : "Доступні для вас файли відсутні.", + "You haven't shared any files yet." : "Ви не маєте загальнодоступних файлів.", + "You haven't shared any files by link yet." : "Ви ще не відкрили доступ за посиланням для жодного з файлів.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Додати віддалену загальну теку {name} з {owner}@{remote}?", + "Remote share" : "Віддалена загальна тека", + "Remote share password" : "Пароль для віддаленої загальної теки", + "Cancel" : "Відмінити", + "Add remote share" : "Додати віддалену загальну теку", + "No ownCloud installation found at {remote}" : "Не знайдено ownCloud на {remote}", + "Invalid ownCloud url" : "Невірний ownCloud URL", + "Shared by" : "Опубліковано", + "This share is password-protected" : "Цей ресурс обміну захищений паролем", + "The password is wrong. Try again." : "Невірний пароль. Спробуйте ще раз.", + "Password" : "Пароль", + "Name" : "Ім'я", + "Share time" : "Дата публікації", + "Sorry, this link doesn’t seem to work anymore." : "На жаль, посилання більше не працює.", + "Reasons might be:" : "Можливі причини:", + "the item was removed" : "цей пункт був вилучений", + "the link expired" : "посилання застаріло", + "sharing is disabled" : "обмін заборонений", + "For more info, please ask the person who sent this link." : "Для отримання додаткової інформації, будь ласка, зверніться до особи, яка надіслала це посилання.", + "Add to your ownCloud" : "Додати до вашого ownCloud", + "Download" : "Завантажити", + "Download %s" : "Завантажити %s", + "Direct link" : "Пряме посилання", + "Remote Shares" : "Віддалені загальні теки", + "Allow other instances to mount public links shared from this server" : "Дозволити іншим ownCloud монтувати посилання, опублікованих на цьому сервері", + "Allow users to mount public link shares" : "Дозволити користувачам монтувати монтувати посилання на загальні теки" +}, +"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/apps/files_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json new file mode 100644 index 0000000000..5ec57cdad1 --- /dev/null +++ b/apps/files_sharing/l10n/uk.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "На даному сервері вимкнута можливість передачі даних між серверами", + "The mountpoint name contains invalid characters." : "Ім'я точки монтування містить неприпустимі символи.", + "Invalid or untrusted SSL certificate" : "Недійсній або не довірений SSL-сертифікат", + "Couldn't add remote share" : "Неможливо додати віддалену загальну теку", + "Shared with you" : "Доступне для вас", + "Shared with others" : "Доступне для інших", + "Shared by link" : "Доступне за посиланням", + "No files have been shared with you yet." : "Доступні для вас файли відсутні.", + "You haven't shared any files yet." : "Ви не маєте загальнодоступних файлів.", + "You haven't shared any files by link yet." : "Ви ще не відкрили доступ за посиланням для жодного з файлів.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Додати віддалену загальну теку {name} з {owner}@{remote}?", + "Remote share" : "Віддалена загальна тека", + "Remote share password" : "Пароль для віддаленої загальної теки", + "Cancel" : "Відмінити", + "Add remote share" : "Додати віддалену загальну теку", + "No ownCloud installation found at {remote}" : "Не знайдено ownCloud на {remote}", + "Invalid ownCloud url" : "Невірний ownCloud URL", + "Shared by" : "Опубліковано", + "This share is password-protected" : "Цей ресурс обміну захищений паролем", + "The password is wrong. Try again." : "Невірний пароль. Спробуйте ще раз.", + "Password" : "Пароль", + "Name" : "Ім'я", + "Share time" : "Дата публікації", + "Sorry, this link doesn’t seem to work anymore." : "На жаль, посилання більше не працює.", + "Reasons might be:" : "Можливі причини:", + "the item was removed" : "цей пункт був вилучений", + "the link expired" : "посилання застаріло", + "sharing is disabled" : "обмін заборонений", + "For more info, please ask the person who sent this link." : "Для отримання додаткової інформації, будь ласка, зверніться до особи, яка надіслала це посилання.", + "Add to your ownCloud" : "Додати до вашого ownCloud", + "Download" : "Завантажити", + "Download %s" : "Завантажити %s", + "Direct link" : "Пряме посилання", + "Remote Shares" : "Віддалені загальні теки", + "Allow other instances to mount public links shared from this server" : "Дозволити іншим ownCloud монтувати посилання, опублікованих на цьому сервері", + "Allow users to mount public link shares" : "Дозволити користувачам монтувати монтувати посилання на загальні теки" +},"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/apps/files_sharing/l10n/uk.php b/apps/files_sharing/l10n/uk.php deleted file mode 100644 index da1fe1acdd..0000000000 --- a/apps/files_sharing/l10n/uk.php +++ /dev/null @@ -1,40 +0,0 @@ - "На даному сервері вимкнута можливість передачі даних між серверами", -"The mountpoint name contains invalid characters." => "Ім'я точки монтування містить неприпустимі символи.", -"Invalid or untrusted SSL certificate" => "Недійсній або не довірений SSL-сертифікат", -"Couldn't add remote share" => "Неможливо додати віддалену загальну теку", -"Shared with you" => "Доступне для вас", -"Shared with others" => "Доступне для інших", -"Shared by link" => "Доступне за посиланням", -"No files have been shared with you yet." => "Доступні для вас файли відсутні.", -"You haven't shared any files yet." => "Ви не маєте загальнодоступних файлів.", -"You haven't shared any files by link yet." => "Ви ще не відкрили доступ за посиланням для жодного з файлів.", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "Додати віддалену загальну теку {name} з {owner}@{remote}?", -"Remote share" => "Віддалена загальна тека", -"Remote share password" => "Пароль для віддаленої загальної теки", -"Cancel" => "Відмінити", -"Add remote share" => "Додати віддалену загальну теку", -"No ownCloud installation found at {remote}" => "Не знайдено ownCloud на {remote}", -"Invalid ownCloud url" => "Невірний ownCloud URL", -"Shared by" => "Опубліковано", -"This share is password-protected" => "Цей ресурс обміну захищений паролем", -"The password is wrong. Try again." => "Невірний пароль. Спробуйте ще раз.", -"Password" => "Пароль", -"Name" => "Ім'я", -"Share time" => "Дата публікації", -"Sorry, this link doesn’t seem to work anymore." => "На жаль, посилання більше не працює.", -"Reasons might be:" => "Можливі причини:", -"the item was removed" => "цей пункт був вилучений", -"the link expired" => "посилання застаріло", -"sharing is disabled" => "обмін заборонений", -"For more info, please ask the person who sent this link." => "Для отримання додаткової інформації, будь ласка, зверніться до особи, яка надіслала це посилання.", -"Add to your ownCloud" => "Додати до вашого ownCloud", -"Download" => "Завантажити", -"Download %s" => "Завантажити %s", -"Direct link" => "Пряме посилання", -"Remote Shares" => "Віддалені загальні теки", -"Allow other instances to mount public links shared from this server" => "Дозволити іншим ownCloud монтувати посилання, опублікованих на цьому сервері", -"Allow users to mount public link shares" => "Дозволити користувачам монтувати монтувати посилання на загальні теки" -); -$PLURAL_FORMS = "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/apps/files_sharing/l10n/ur_PK.js b/apps/files_sharing/l10n/ur_PK.js new file mode 100644 index 0000000000..2e9b145d78 --- /dev/null +++ b/apps/files_sharing/l10n/ur_PK.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "منسوخ کریں", + "Shared by" : "سے اشتراک شدہ", + "Password" : "پاسورڈ", + "Name" : "اسم", + "Download" : "ڈاؤن لوڈ،" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ur_PK.json b/apps/files_sharing/l10n/ur_PK.json new file mode 100644 index 0000000000..b0ac6d244b --- /dev/null +++ b/apps/files_sharing/l10n/ur_PK.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "منسوخ کریں", + "Shared by" : "سے اشتراک شدہ", + "Password" : "پاسورڈ", + "Name" : "اسم", + "Download" : "ڈاؤن لوڈ،" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ur_PK.php b/apps/files_sharing/l10n/ur_PK.php deleted file mode 100644 index 428feb5fbb..0000000000 --- a/apps/files_sharing/l10n/ur_PK.php +++ /dev/null @@ -1,9 +0,0 @@ - "منسوخ کریں", -"Shared by" => "سے اشتراک شدہ", -"Password" => "پاسورڈ", -"Name" => "اسم", -"Download" => "ڈاؤن لوڈ،" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/vi.js b/apps/files_sharing/l10n/vi.js new file mode 100644 index 0000000000..3b73c2c9ec --- /dev/null +++ b/apps/files_sharing/l10n/vi.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Hủy", + "Shared by" : "Chia sẻ bởi", + "Password" : "Mật khẩu", + "Name" : "Tên", + "Download" : "Tải về" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/vi.json b/apps/files_sharing/l10n/vi.json new file mode 100644 index 0000000000..149509fa91 --- /dev/null +++ b/apps/files_sharing/l10n/vi.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "Hủy", + "Shared by" : "Chia sẻ bởi", + "Password" : "Mật khẩu", + "Name" : "Tên", + "Download" : "Tải về" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/vi.php b/apps/files_sharing/l10n/vi.php deleted file mode 100644 index d7eeebd9a1..0000000000 --- a/apps/files_sharing/l10n/vi.php +++ /dev/null @@ -1,9 +0,0 @@ - "Hủy", -"Shared by" => "Chia sẻ bởi", -"Password" => "Mật khẩu", -"Name" => "Tên", -"Download" => "Tải về" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js new file mode 100644 index 0000000000..b5cb43f6ce --- /dev/null +++ b/apps/files_sharing/l10n/zh_CN.js @@ -0,0 +1,39 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器分享功能", + "Couldn't add remote share" : "无法添加远程分享", + "Shared with you" : "分享给您的文件", + "Shared with others" : "您分享的文件", + "Shared by link" : "分享链接的文件", + "No files have been shared with you yet." : "目前没有文件向您分享。", + "You haven't shared any files yet." : "您还未分享过文件。", + "You haven't shared any files by link yet." : "您还没通过链接分享文件。", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "您要添加 {name} 来自 {owner}@{remote} 的远程分享吗?", + "Remote share" : "远程分享", + "Remote share password" : "远程分享密码", + "Cancel" : "取消", + "Add remote share" : "添加远程分享", + "No ownCloud installation found at {remote}" : "未能在 {remote} 找到 ownCloud 服务", + "Invalid ownCloud url" : "无效的 ownCloud 网址", + "Shared by" : "共享人", + "This share is password-protected" : "这是一个密码保护的共享", + "The password is wrong. Try again." : "用户名或密码错误!请重试", + "Password" : "密码", + "Name" : "名称", + "Share time" : "分享时间", + "Sorry, this link doesn’t seem to work anymore." : "抱歉,此链接已失效", + "Reasons might be:" : "可能原因是:", + "the item was removed" : "此项已移除", + "the link expired" : "链接过期", + "sharing is disabled" : "分享已禁用", + "For more info, please ask the person who sent this link." : "欲知详情,请联系发给你链接的人。", + "Add to your ownCloud" : "添加到您的 ownCloud", + "Download" : "下载", + "Download %s" : "下载 %s", + "Direct link" : "直接链接", + "Remote Shares" : "远程分享", + "Allow other instances to mount public links shared from this server" : "允许其他实例挂载由此服务器分享的公共链接", + "Allow users to mount public link shares" : "允许用户挂载公共链接分享" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json new file mode 100644 index 0000000000..760a2807f5 --- /dev/null +++ b/apps/files_sharing/l10n/zh_CN.json @@ -0,0 +1,37 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器分享功能", + "Couldn't add remote share" : "无法添加远程分享", + "Shared with you" : "分享给您的文件", + "Shared with others" : "您分享的文件", + "Shared by link" : "分享链接的文件", + "No files have been shared with you yet." : "目前没有文件向您分享。", + "You haven't shared any files yet." : "您还未分享过文件。", + "You haven't shared any files by link yet." : "您还没通过链接分享文件。", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "您要添加 {name} 来自 {owner}@{remote} 的远程分享吗?", + "Remote share" : "远程分享", + "Remote share password" : "远程分享密码", + "Cancel" : "取消", + "Add remote share" : "添加远程分享", + "No ownCloud installation found at {remote}" : "未能在 {remote} 找到 ownCloud 服务", + "Invalid ownCloud url" : "无效的 ownCloud 网址", + "Shared by" : "共享人", + "This share is password-protected" : "这是一个密码保护的共享", + "The password is wrong. Try again." : "用户名或密码错误!请重试", + "Password" : "密码", + "Name" : "名称", + "Share time" : "分享时间", + "Sorry, this link doesn’t seem to work anymore." : "抱歉,此链接已失效", + "Reasons might be:" : "可能原因是:", + "the item was removed" : "此项已移除", + "the link expired" : "链接过期", + "sharing is disabled" : "分享已禁用", + "For more info, please ask the person who sent this link." : "欲知详情,请联系发给你链接的人。", + "Add to your ownCloud" : "添加到您的 ownCloud", + "Download" : "下载", + "Download %s" : "下载 %s", + "Direct link" : "直接链接", + "Remote Shares" : "远程分享", + "Allow other instances to mount public links shared from this server" : "允许其他实例挂载由此服务器分享的公共链接", + "Allow users to mount public link shares" : "允许用户挂载公共链接分享" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/zh_CN.php b/apps/files_sharing/l10n/zh_CN.php deleted file mode 100644 index a873793446..0000000000 --- a/apps/files_sharing/l10n/zh_CN.php +++ /dev/null @@ -1,38 +0,0 @@ - "此服务器未启用服务器到服务器分享功能", -"Couldn't add remote share" => "无法添加远程分享", -"Shared with you" => "分享给您的文件", -"Shared with others" => "您分享的文件", -"Shared by link" => "分享链接的文件", -"No files have been shared with you yet." => "目前没有文件向您分享。", -"You haven't shared any files yet." => "您还未分享过文件。", -"You haven't shared any files by link yet." => "您还没通过链接分享文件。", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "您要添加 {name} 来自 {owner}@{remote} 的远程分享吗?", -"Remote share" => "远程分享", -"Remote share password" => "远程分享密码", -"Cancel" => "取消", -"Add remote share" => "添加远程分享", -"No ownCloud installation found at {remote}" => "未能在 {remote} 找到 ownCloud 服务", -"Invalid ownCloud url" => "无效的 ownCloud 网址", -"Shared by" => "共享人", -"This share is password-protected" => "这是一个密码保护的共享", -"The password is wrong. Try again." => "用户名或密码错误!请重试", -"Password" => "密码", -"Name" => "名称", -"Share time" => "分享时间", -"Sorry, this link doesn’t seem to work anymore." => "抱歉,此链接已失效", -"Reasons might be:" => "可能原因是:", -"the item was removed" => "此项已移除", -"the link expired" => "链接过期", -"sharing is disabled" => "分享已禁用", -"For more info, please ask the person who sent this link." => "欲知详情,请联系发给你链接的人。", -"Add to your ownCloud" => "添加到您的 ownCloud", -"Download" => "下载", -"Download %s" => "下载 %s", -"Direct link" => "直接链接", -"Remote Shares" => "远程分享", -"Allow other instances to mount public links shared from this server" => "允许其他实例挂载由此服务器分享的公共链接", -"Allow users to mount public link shares" => "允许用户挂载公共链接分享" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js new file mode 100644 index 0000000000..02246228f3 --- /dev/null +++ b/apps/files_sharing/l10n/zh_HK.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "取消", + "Password" : "密碼", + "Name" : "名稱", + "Download" : "下載" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/zh_HK.json b/apps/files_sharing/l10n/zh_HK.json new file mode 100644 index 0000000000..dedf9d2e9e --- /dev/null +++ b/apps/files_sharing/l10n/zh_HK.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "取消", + "Password" : "密碼", + "Name" : "名稱", + "Download" : "下載" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/zh_HK.php b/apps/files_sharing/l10n/zh_HK.php deleted file mode 100644 index 00a2620cb1..0000000000 --- a/apps/files_sharing/l10n/zh_HK.php +++ /dev/null @@ -1,8 +0,0 @@ - "取消", -"Password" => "密碼", -"Name" => "名稱", -"Download" => "下載" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js new file mode 100644 index 0000000000..1ed3dc6aa4 --- /dev/null +++ b/apps/files_sharing/l10n/zh_TW.js @@ -0,0 +1,39 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "伺服器對伺服器共享在這台伺服器上面並未啟用", + "Couldn't add remote share" : "無法加入遠端分享", + "Shared with you" : "與你分享", + "Shared with others" : "與其他人分享", + "Shared by link" : "由連結分享", + "No files have been shared with you yet." : "目前沒有任何與你分享的檔案", + "You haven't shared any files yet." : "你尚未分享任何檔案", + "You haven't shared any files by link yet." : "你尚未使用連結分享任何檔案", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "是否要加入來自 {owner}@{remote} 的遠端分享 {name} ?", + "Remote share" : "遠端分享", + "Remote share password" : "遠端分享密碼", + "Cancel" : "取消", + "Add remote share" : "加入遠端分享", + "No ownCloud installation found at {remote}" : "沒有在 {remote} 找到 ownCloud", + "Invalid ownCloud url" : "無效的 ownCloud URL", + "Shared by" : "由...分享", + "This share is password-protected" : "這個分享有密碼保護", + "The password is wrong. Try again." : "請檢查您的密碼並再試一次", + "Password" : "密碼", + "Name" : "名稱", + "Share time" : "分享時間", + "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", + "Reasons might be:" : "可能的原因:", + "the item was removed" : "項目已經移除", + "the link expired" : "連結過期", + "sharing is disabled" : "分享功能已停用", + "For more info, please ask the person who sent this link." : "請詢問告訴您此連結的人以瞭解更多", + "Add to your ownCloud" : "加入到你的 ownCloud", + "Download" : "下載", + "Download %s" : "下載 %s", + "Direct link" : "直接連結", + "Remote Shares" : "遠端分享", + "Allow other instances to mount public links shared from this server" : "允許其他伺服器掛載本地的公開分享", + "Allow users to mount public link shares" : "允許使用者掛載公開分享" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json new file mode 100644 index 0000000000..1dabacfdfd --- /dev/null +++ b/apps/files_sharing/l10n/zh_TW.json @@ -0,0 +1,37 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "伺服器對伺服器共享在這台伺服器上面並未啟用", + "Couldn't add remote share" : "無法加入遠端分享", + "Shared with you" : "與你分享", + "Shared with others" : "與其他人分享", + "Shared by link" : "由連結分享", + "No files have been shared with you yet." : "目前沒有任何與你分享的檔案", + "You haven't shared any files yet." : "你尚未分享任何檔案", + "You haven't shared any files by link yet." : "你尚未使用連結分享任何檔案", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "是否要加入來自 {owner}@{remote} 的遠端分享 {name} ?", + "Remote share" : "遠端分享", + "Remote share password" : "遠端分享密碼", + "Cancel" : "取消", + "Add remote share" : "加入遠端分享", + "No ownCloud installation found at {remote}" : "沒有在 {remote} 找到 ownCloud", + "Invalid ownCloud url" : "無效的 ownCloud URL", + "Shared by" : "由...分享", + "This share is password-protected" : "這個分享有密碼保護", + "The password is wrong. Try again." : "請檢查您的密碼並再試一次", + "Password" : "密碼", + "Name" : "名稱", + "Share time" : "分享時間", + "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", + "Reasons might be:" : "可能的原因:", + "the item was removed" : "項目已經移除", + "the link expired" : "連結過期", + "sharing is disabled" : "分享功能已停用", + "For more info, please ask the person who sent this link." : "請詢問告訴您此連結的人以瞭解更多", + "Add to your ownCloud" : "加入到你的 ownCloud", + "Download" : "下載", + "Download %s" : "下載 %s", + "Direct link" : "直接連結", + "Remote Shares" : "遠端分享", + "Allow other instances to mount public links shared from this server" : "允許其他伺服器掛載本地的公開分享", + "Allow users to mount public link shares" : "允許使用者掛載公開分享" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/zh_TW.php b/apps/files_sharing/l10n/zh_TW.php deleted file mode 100644 index 0b6f6d9e11..0000000000 --- a/apps/files_sharing/l10n/zh_TW.php +++ /dev/null @@ -1,38 +0,0 @@ - "伺服器對伺服器共享在這台伺服器上面並未啟用", -"Couldn't add remote share" => "無法加入遠端分享", -"Shared with you" => "與你分享", -"Shared with others" => "與其他人分享", -"Shared by link" => "由連結分享", -"No files have been shared with you yet." => "目前沒有任何與你分享的檔案", -"You haven't shared any files yet." => "你尚未分享任何檔案", -"You haven't shared any files by link yet." => "你尚未使用連結分享任何檔案", -"Do you want to add the remote share {name} from {owner}@{remote}?" => "是否要加入來自 {owner}@{remote} 的遠端分享 {name} ?", -"Remote share" => "遠端分享", -"Remote share password" => "遠端分享密碼", -"Cancel" => "取消", -"Add remote share" => "加入遠端分享", -"No ownCloud installation found at {remote}" => "沒有在 {remote} 找到 ownCloud", -"Invalid ownCloud url" => "無效的 ownCloud URL", -"Shared by" => "由...分享", -"This share is password-protected" => "這個分享有密碼保護", -"The password is wrong. Try again." => "請檢查您的密碼並再試一次", -"Password" => "密碼", -"Name" => "名稱", -"Share time" => "分享時間", -"Sorry, this link doesn’t seem to work anymore." => "抱歉,此連結已經失效", -"Reasons might be:" => "可能的原因:", -"the item was removed" => "項目已經移除", -"the link expired" => "連結過期", -"sharing is disabled" => "分享功能已停用", -"For more info, please ask the person who sent this link." => "請詢問告訴您此連結的人以瞭解更多", -"Add to your ownCloud" => "加入到你的 ownCloud", -"Download" => "下載", -"Download %s" => "下載 %s", -"Direct link" => "直接連結", -"Remote Shares" => "遠端分享", -"Allow other instances to mount public links shared from this server" => "允許其他伺服器掛載本地的公開分享", -"Allow users to mount public link shares" => "允許使用者掛載公開分享" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/ar.js b/apps/files_trashbin/l10n/ar.js new file mode 100644 index 0000000000..549cac5143 --- /dev/null +++ b/apps/files_trashbin/l10n/ar.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "تعذّر حذف%s بشكل دائم", + "Couldn't restore %s" : "تعذّر استرجاع %s ", + "Deleted files" : "حذف الملفات", + "Restore" : "استعيد", + "Error" : "خطأ", + "restored" : "تمت الاستعادة", + "Nothing in here. Your trash bin is empty!" : "لا يوجد شيء هنا. سلة المهملات خاليه.", + "Name" : "اسم", + "Deleted" : "تم الحذف", + "Delete" : "إلغاء" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/files_trashbin/l10n/ar.json b/apps/files_trashbin/l10n/ar.json new file mode 100644 index 0000000000..2c34afb378 --- /dev/null +++ b/apps/files_trashbin/l10n/ar.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "تعذّر حذف%s بشكل دائم", + "Couldn't restore %s" : "تعذّر استرجاع %s ", + "Deleted files" : "حذف الملفات", + "Restore" : "استعيد", + "Error" : "خطأ", + "restored" : "تمت الاستعادة", + "Nothing in here. Your trash bin is empty!" : "لا يوجد شيء هنا. سلة المهملات خاليه.", + "Name" : "اسم", + "Deleted" : "تم الحذف", + "Delete" : "إلغاء" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ar.php b/apps/files_trashbin/l10n/ar.php deleted file mode 100644 index 5a6105bda6..0000000000 --- a/apps/files_trashbin/l10n/ar.php +++ /dev/null @@ -1,14 +0,0 @@ - "تعذّر حذف%s بشكل دائم", -"Couldn't restore %s" => "تعذّر استرجاع %s ", -"Deleted files" => "حذف الملفات", -"Restore" => "استعيد", -"Error" => "خطأ", -"restored" => "تمت الاستعادة", -"Nothing in here. Your trash bin is empty!" => "لا يوجد شيء هنا. سلة المهملات خاليه.", -"Name" => "اسم", -"Deleted" => "تم الحذف", -"Delete" => "إلغاء" -); -$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"; diff --git a/apps/files_trashbin/l10n/ast.js b/apps/files_trashbin/l10n/ast.js new file mode 100644 index 0000000000..647602bf46 --- /dev/null +++ b/apps/files_trashbin/l10n/ast.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Nun pudo desaniciase %s dafechu", + "Couldn't restore %s" : "Nun pudo restaurase %s", + "Deleted files" : "Ficheros desaniciaos", + "Restore" : "Restaurar", + "Error" : "Fallu", + "restored" : "recuperóse", + "Nothing in here. Your trash bin is empty!" : "Nun hai un res equí. La papelera ta balera!", + "Name" : "Nome", + "Deleted" : "Desaniciáu", + "Delete" : "Desaniciar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/ast.json b/apps/files_trashbin/l10n/ast.json new file mode 100644 index 0000000000..9530d37871 --- /dev/null +++ b/apps/files_trashbin/l10n/ast.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Nun pudo desaniciase %s dafechu", + "Couldn't restore %s" : "Nun pudo restaurase %s", + "Deleted files" : "Ficheros desaniciaos", + "Restore" : "Restaurar", + "Error" : "Fallu", + "restored" : "recuperóse", + "Nothing in here. Your trash bin is empty!" : "Nun hai un res equí. La papelera ta balera!", + "Name" : "Nome", + "Deleted" : "Desaniciáu", + "Delete" : "Desaniciar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ast.php b/apps/files_trashbin/l10n/ast.php deleted file mode 100644 index 3240d6751c..0000000000 --- a/apps/files_trashbin/l10n/ast.php +++ /dev/null @@ -1,14 +0,0 @@ - "Nun pudo desaniciase %s dafechu", -"Couldn't restore %s" => "Nun pudo restaurase %s", -"Deleted files" => "Ficheros desaniciaos", -"Restore" => "Restaurar", -"Error" => "Fallu", -"restored" => "recuperóse", -"Nothing in here. Your trash bin is empty!" => "Nun hai un res equí. La papelera ta balera!", -"Name" => "Nome", -"Deleted" => "Desaniciáu", -"Delete" => "Desaniciar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/az.js b/apps/files_trashbin/l10n/az.js new file mode 100644 index 0000000000..515abea51c --- /dev/null +++ b/apps/files_trashbin/l10n/az.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Həmişəlik silmək olmaz %s-i", + "Couldn't restore %s" : "Geri qaytarila bilmədi %s", + "Deleted files" : "Silinmiş fayllar", + "Restore" : "Geri qaytar", + "Error" : "Səhv", + "restored" : "geriqaytarılıb", + "Nothing in here. Your trash bin is empty!" : "Burda heçnə yoxdur. Sizin zibil qutusu boşdur!", + "Name" : "Ad", + "Deleted" : "Silinib", + "Delete" : "Sil" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/az.json b/apps/files_trashbin/l10n/az.json new file mode 100644 index 0000000000..4c7f63028e --- /dev/null +++ b/apps/files_trashbin/l10n/az.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Həmişəlik silmək olmaz %s-i", + "Couldn't restore %s" : "Geri qaytarila bilmədi %s", + "Deleted files" : "Silinmiş fayllar", + "Restore" : "Geri qaytar", + "Error" : "Səhv", + "restored" : "geriqaytarılıb", + "Nothing in here. Your trash bin is empty!" : "Burda heçnə yoxdur. Sizin zibil qutusu boşdur!", + "Name" : "Ad", + "Deleted" : "Silinib", + "Delete" : "Sil" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/az.php b/apps/files_trashbin/l10n/az.php deleted file mode 100644 index 9d07ff6049..0000000000 --- a/apps/files_trashbin/l10n/az.php +++ /dev/null @@ -1,14 +0,0 @@ - "Həmişəlik silmək olmaz %s-i", -"Couldn't restore %s" => "Geri qaytarila bilmədi %s", -"Deleted files" => "Silinmiş fayllar", -"Restore" => "Geri qaytar", -"Error" => "Səhv", -"restored" => "geriqaytarılıb", -"Nothing in here. Your trash bin is empty!" => "Burda heçnə yoxdur. Sizin zibil qutusu boşdur!", -"Name" => "Ad", -"Deleted" => "Silinib", -"Delete" => "Sil" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/be.js b/apps/files_trashbin/l10n/be.js new file mode 100644 index 0000000000..3ed1bc6464 --- /dev/null +++ b/apps/files_trashbin/l10n/be.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "Памылка" +}, +"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/apps/files_trashbin/l10n/be.json b/apps/files_trashbin/l10n/be.json new file mode 100644 index 0000000000..501bc5f7df --- /dev/null +++ b/apps/files_trashbin/l10n/be.json @@ -0,0 +1,4 @@ +{ "translations": { + "Error" : "Памылка" +},"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/apps/files_trashbin/l10n/be.php b/apps/files_trashbin/l10n/be.php deleted file mode 100644 index 6a34f1fe24..0000000000 --- a/apps/files_trashbin/l10n/be.php +++ /dev/null @@ -1,5 +0,0 @@ - "Памылка" -); -$PLURAL_FORMS = "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/apps/files_trashbin/l10n/bg_BG.js b/apps/files_trashbin/l10n/bg_BG.js new file mode 100644 index 0000000000..f910190faf --- /dev/null +++ b/apps/files_trashbin/l10n/bg_BG.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Неуспешно безвъзвратно изтриване на %s.", + "Couldn't restore %s" : "Неуспешно възтановяване на %s.", + "Deleted files" : "Изтрити файлове", + "Restore" : "Възстановяви", + "Error" : "Грешка", + "restored" : "възстановено", + "Nothing in here. Your trash bin is empty!" : "Няма нищо. Кошчето е празно!", + "Name" : "Име", + "Deleted" : "Изтрито", + "Delete" : "Изтрий" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/bg_BG.json b/apps/files_trashbin/l10n/bg_BG.json new file mode 100644 index 0000000000..1d8cb72dc2 --- /dev/null +++ b/apps/files_trashbin/l10n/bg_BG.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Неуспешно безвъзвратно изтриване на %s.", + "Couldn't restore %s" : "Неуспешно възтановяване на %s.", + "Deleted files" : "Изтрити файлове", + "Restore" : "Възстановяви", + "Error" : "Грешка", + "restored" : "възстановено", + "Nothing in here. Your trash bin is empty!" : "Няма нищо. Кошчето е празно!", + "Name" : "Име", + "Deleted" : "Изтрито", + "Delete" : "Изтрий" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/bg_BG.php b/apps/files_trashbin/l10n/bg_BG.php deleted file mode 100644 index 64a4eb51d2..0000000000 --- a/apps/files_trashbin/l10n/bg_BG.php +++ /dev/null @@ -1,14 +0,0 @@ - "Неуспешно безвъзвратно изтриване на %s.", -"Couldn't restore %s" => "Неуспешно възтановяване на %s.", -"Deleted files" => "Изтрити файлове", -"Restore" => "Възстановяви", -"Error" => "Грешка", -"restored" => "възстановено", -"Nothing in here. Your trash bin is empty!" => "Няма нищо. Кошчето е празно!", -"Name" => "Име", -"Deleted" => "Изтрито", -"Delete" => "Изтрий" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/bn_BD.js b/apps/files_trashbin/l10n/bn_BD.js new file mode 100644 index 0000000000..632b387d3b --- /dev/null +++ b/apps/files_trashbin/l10n/bn_BD.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "%s স্থায়ীভাবে মুছে ফেলা গেলনা", + "Couldn't restore %s" : "%s ফেরত আনা গেলনা", + "Deleted files" : "মুছে ফেলা ফাইলসমূহ", + "Restore" : "ফিরিয়ে দাও", + "Error" : "সমস্যা", + "restored" : "পূণঃসংরক্ষিত", + "Nothing in here. Your trash bin is empty!" : "এখানে কিছু নেই। আপনার ট্র্যাসবিন শুন্য", + "Name" : "নাম", + "Deleted" : "মুছে ফেলা", + "Delete" : "মুছে" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/bn_BD.json b/apps/files_trashbin/l10n/bn_BD.json new file mode 100644 index 0000000000..9d0575766a --- /dev/null +++ b/apps/files_trashbin/l10n/bn_BD.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "%s স্থায়ীভাবে মুছে ফেলা গেলনা", + "Couldn't restore %s" : "%s ফেরত আনা গেলনা", + "Deleted files" : "মুছে ফেলা ফাইলসমূহ", + "Restore" : "ফিরিয়ে দাও", + "Error" : "সমস্যা", + "restored" : "পূণঃসংরক্ষিত", + "Nothing in here. Your trash bin is empty!" : "এখানে কিছু নেই। আপনার ট্র্যাসবিন শুন্য", + "Name" : "নাম", + "Deleted" : "মুছে ফেলা", + "Delete" : "মুছে" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/bn_BD.php b/apps/files_trashbin/l10n/bn_BD.php deleted file mode 100644 index e0e44bf8c6..0000000000 --- a/apps/files_trashbin/l10n/bn_BD.php +++ /dev/null @@ -1,14 +0,0 @@ - "%s স্থায়ীভাবে মুছে ফেলা গেলনা", -"Couldn't restore %s" => "%s ফেরত আনা গেলনা", -"Deleted files" => "মুছে ফেলা ফাইলসমূহ", -"Restore" => "ফিরিয়ে দাও", -"Error" => "সমস্যা", -"restored" => "পূণঃসংরক্ষিত", -"Nothing in here. Your trash bin is empty!" => "এখানে কিছু নেই। আপনার ট্র্যাসবিন শুন্য", -"Name" => "নাম", -"Deleted" => "মুছে ফেলা", -"Delete" => "মুছে" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/bn_IN.js b/apps/files_trashbin/l10n/bn_IN.js new file mode 100644 index 0000000000..eacbbbc76d --- /dev/null +++ b/apps/files_trashbin/l10n/bn_IN.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "স্থায়ীভাবে %s গুলি মুছে ফেলা যায়নি", + "Couldn't restore %s" : "%s পুনরুদ্ধার করা যায়নি", + "Deleted files" : "ফাইলস মুছে ফেলা হয়েছে", + "Restore" : "পুনরুদ্ধার", + "Error" : "ভুল", + "restored" : "পুনরুদ্ধার করা হয়েছে", + "Nothing in here. Your trash bin is empty!" : "কিছুই নেই এখানে।আপনার ট্র্যাশ বিন খালি!", + "Name" : "নাম", + "Deleted" : "মুছে ফেলা হয়েছে", + "Delete" : "মুছে ফেলা" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/bn_IN.json b/apps/files_trashbin/l10n/bn_IN.json new file mode 100644 index 0000000000..74a8ca1338 --- /dev/null +++ b/apps/files_trashbin/l10n/bn_IN.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "স্থায়ীভাবে %s গুলি মুছে ফেলা যায়নি", + "Couldn't restore %s" : "%s পুনরুদ্ধার করা যায়নি", + "Deleted files" : "ফাইলস মুছে ফেলা হয়েছে", + "Restore" : "পুনরুদ্ধার", + "Error" : "ভুল", + "restored" : "পুনরুদ্ধার করা হয়েছে", + "Nothing in here. Your trash bin is empty!" : "কিছুই নেই এখানে।আপনার ট্র্যাশ বিন খালি!", + "Name" : "নাম", + "Deleted" : "মুছে ফেলা হয়েছে", + "Delete" : "মুছে ফেলা" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/bn_IN.php b/apps/files_trashbin/l10n/bn_IN.php deleted file mode 100644 index 687945782d..0000000000 --- a/apps/files_trashbin/l10n/bn_IN.php +++ /dev/null @@ -1,14 +0,0 @@ - "স্থায়ীভাবে %s গুলি মুছে ফেলা যায়নি", -"Couldn't restore %s" => "%s পুনরুদ্ধার করা যায়নি", -"Deleted files" => "ফাইলস মুছে ফেলা হয়েছে", -"Restore" => "পুনরুদ্ধার", -"Error" => "ভুল", -"restored" => "পুনরুদ্ধার করা হয়েছে", -"Nothing in here. Your trash bin is empty!" => "কিছুই নেই এখানে।আপনার ট্র্যাশ বিন খালি!", -"Name" => "নাম", -"Deleted" => "মুছে ফেলা হয়েছে", -"Delete" => "মুছে ফেলা" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/bs.js b/apps/files_trashbin/l10n/bs.js new file mode 100644 index 0000000000..70b584f295 --- /dev/null +++ b/apps/files_trashbin/l10n/bs.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "Name" : "Ime" +}, +"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/apps/files_trashbin/l10n/bs.json b/apps/files_trashbin/l10n/bs.json new file mode 100644 index 0000000000..b91bf02599 --- /dev/null +++ b/apps/files_trashbin/l10n/bs.json @@ -0,0 +1,4 @@ +{ "translations": { + "Name" : "Ime" +},"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/apps/files_trashbin/l10n/bs.php b/apps/files_trashbin/l10n/bs.php deleted file mode 100644 index 08ef9b4fdb..0000000000 --- a/apps/files_trashbin/l10n/bs.php +++ /dev/null @@ -1,5 +0,0 @@ - "Ime" -); -$PLURAL_FORMS = "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/apps/files_trashbin/l10n/ca.js b/apps/files_trashbin/l10n/ca.js new file mode 100644 index 0000000000..7a31c5c2d9 --- /dev/null +++ b/apps/files_trashbin/l10n/ca.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "No s'ha pogut esborrar permanentment %s", + "Couldn't restore %s" : "No s'ha pogut restaurar %s", + "Deleted files" : "Fitxers esborrats", + "Restore" : "Recupera", + "Error" : "Error", + "restored" : "restaurat", + "Nothing in here. Your trash bin is empty!" : "La paperera està buida!", + "Name" : "Nom", + "Deleted" : "Eliminat", + "Delete" : "Esborra" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/ca.json b/apps/files_trashbin/l10n/ca.json new file mode 100644 index 0000000000..586b14d0c5 --- /dev/null +++ b/apps/files_trashbin/l10n/ca.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "No s'ha pogut esborrar permanentment %s", + "Couldn't restore %s" : "No s'ha pogut restaurar %s", + "Deleted files" : "Fitxers esborrats", + "Restore" : "Recupera", + "Error" : "Error", + "restored" : "restaurat", + "Nothing in here. Your trash bin is empty!" : "La paperera està buida!", + "Name" : "Nom", + "Deleted" : "Eliminat", + "Delete" : "Esborra" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ca.php b/apps/files_trashbin/l10n/ca.php deleted file mode 100644 index 59b42797cf..0000000000 --- a/apps/files_trashbin/l10n/ca.php +++ /dev/null @@ -1,14 +0,0 @@ - "No s'ha pogut esborrar permanentment %s", -"Couldn't restore %s" => "No s'ha pogut restaurar %s", -"Deleted files" => "Fitxers esborrats", -"Restore" => "Recupera", -"Error" => "Error", -"restored" => "restaurat", -"Nothing in here. Your trash bin is empty!" => "La paperera està buida!", -"Name" => "Nom", -"Deleted" => "Eliminat", -"Delete" => "Esborra" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/cs_CZ.js b/apps/files_trashbin/l10n/cs_CZ.js new file mode 100644 index 0000000000..3f8ddfc223 --- /dev/null +++ b/apps/files_trashbin/l10n/cs_CZ.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Nelze trvale odstranit %s", + "Couldn't restore %s" : "Nelze obnovit %s", + "Deleted files" : "Odstraněné soubory", + "Restore" : "Obnovit", + "Error" : "Chyba", + "restored" : "obnoveno", + "Nothing in here. Your trash bin is empty!" : "Žádný obsah. Váš koš je prázdný.", + "Name" : "Název", + "Deleted" : "Smazáno", + "Delete" : "Smazat" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_trashbin/l10n/cs_CZ.json b/apps/files_trashbin/l10n/cs_CZ.json new file mode 100644 index 0000000000..628ab047ba --- /dev/null +++ b/apps/files_trashbin/l10n/cs_CZ.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Nelze trvale odstranit %s", + "Couldn't restore %s" : "Nelze obnovit %s", + "Deleted files" : "Odstraněné soubory", + "Restore" : "Obnovit", + "Error" : "Chyba", + "restored" : "obnoveno", + "Nothing in here. Your trash bin is empty!" : "Žádný obsah. Váš koš je prázdný.", + "Name" : "Název", + "Deleted" : "Smazáno", + "Delete" : "Smazat" +},"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/cs_CZ.php b/apps/files_trashbin/l10n/cs_CZ.php deleted file mode 100644 index 3e4f9e0e15..0000000000 --- a/apps/files_trashbin/l10n/cs_CZ.php +++ /dev/null @@ -1,14 +0,0 @@ - "Nelze trvale odstranit %s", -"Couldn't restore %s" => "Nelze obnovit %s", -"Deleted files" => "Odstraněné soubory", -"Restore" => "Obnovit", -"Error" => "Chyba", -"restored" => "obnoveno", -"Nothing in here. Your trash bin is empty!" => "Žádný obsah. Váš koš je prázdný.", -"Name" => "Název", -"Deleted" => "Smazáno", -"Delete" => "Smazat" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_trashbin/l10n/cy_GB.js b/apps/files_trashbin/l10n/cy_GB.js new file mode 100644 index 0000000000..d5ccb0f741 --- /dev/null +++ b/apps/files_trashbin/l10n/cy_GB.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Methwyd dileu %s yn barhaol", + "Couldn't restore %s" : "Methwyd adfer %s", + "Deleted files" : "Ffeiliau ddilewyd", + "Restore" : "Adfer", + "Error" : "Gwall", + "Nothing in here. Your trash bin is empty!" : "Does dim byd yma. Mae eich bin sbwriel yn wag!", + "Name" : "Enw", + "Deleted" : "Wedi dileu", + "Delete" : "Dileu" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/files_trashbin/l10n/cy_GB.json b/apps/files_trashbin/l10n/cy_GB.json new file mode 100644 index 0000000000..d82ea58032 --- /dev/null +++ b/apps/files_trashbin/l10n/cy_GB.json @@ -0,0 +1,12 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Methwyd dileu %s yn barhaol", + "Couldn't restore %s" : "Methwyd adfer %s", + "Deleted files" : "Ffeiliau ddilewyd", + "Restore" : "Adfer", + "Error" : "Gwall", + "Nothing in here. Your trash bin is empty!" : "Does dim byd yma. Mae eich bin sbwriel yn wag!", + "Name" : "Enw", + "Deleted" : "Wedi dileu", + "Delete" : "Dileu" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/cy_GB.php b/apps/files_trashbin/l10n/cy_GB.php deleted file mode 100644 index 4e76a6d25a..0000000000 --- a/apps/files_trashbin/l10n/cy_GB.php +++ /dev/null @@ -1,13 +0,0 @@ - "Methwyd dileu %s yn barhaol", -"Couldn't restore %s" => "Methwyd adfer %s", -"Deleted files" => "Ffeiliau ddilewyd", -"Restore" => "Adfer", -"Error" => "Gwall", -"Nothing in here. Your trash bin is empty!" => "Does dim byd yma. Mae eich bin sbwriel yn wag!", -"Name" => "Enw", -"Deleted" => "Wedi dileu", -"Delete" => "Dileu" -); -$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/apps/files_trashbin/l10n/da.js b/apps/files_trashbin/l10n/da.js new file mode 100644 index 0000000000..2d24f3749f --- /dev/null +++ b/apps/files_trashbin/l10n/da.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Kunne ikke slette %s permanent", + "Couldn't restore %s" : "Kunne ikke gendanne %s", + "Deleted files" : "Slettede filer", + "Restore" : "Gendan", + "Error" : "Fejl", + "restored" : "Gendannet", + "Nothing in here. Your trash bin is empty!" : "Intet at se her. Din papirkurv er tom!", + "Name" : "Navn", + "Deleted" : "Slettet", + "Delete" : "Slet" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/da.json b/apps/files_trashbin/l10n/da.json new file mode 100644 index 0000000000..4fbed5049a --- /dev/null +++ b/apps/files_trashbin/l10n/da.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Kunne ikke slette %s permanent", + "Couldn't restore %s" : "Kunne ikke gendanne %s", + "Deleted files" : "Slettede filer", + "Restore" : "Gendan", + "Error" : "Fejl", + "restored" : "Gendannet", + "Nothing in here. Your trash bin is empty!" : "Intet at se her. Din papirkurv er tom!", + "Name" : "Navn", + "Deleted" : "Slettet", + "Delete" : "Slet" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/da.php b/apps/files_trashbin/l10n/da.php deleted file mode 100644 index b651d81d1b..0000000000 --- a/apps/files_trashbin/l10n/da.php +++ /dev/null @@ -1,14 +0,0 @@ - "Kunne ikke slette %s permanent", -"Couldn't restore %s" => "Kunne ikke gendanne %s", -"Deleted files" => "Slettede filer", -"Restore" => "Gendan", -"Error" => "Fejl", -"restored" => "Gendannet", -"Nothing in here. Your trash bin is empty!" => "Intet at se her. Din papirkurv er tom!", -"Name" => "Navn", -"Deleted" => "Slettet", -"Delete" => "Slet" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/de.js b/apps/files_trashbin/l10n/de.js new file mode 100644 index 0000000000..8527425814 --- /dev/null +++ b/apps/files_trashbin/l10n/de.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Konnte %s nicht dauerhaft löschen", + "Couldn't restore %s" : "Konnte %s nicht wiederherstellen", + "Deleted files" : "Gelöschte Dateien", + "Restore" : "Wiederherstellen", + "Error" : "Fehler", + "restored" : "Wiederhergestellt", + "Nothing in here. Your trash bin is empty!" : "Nichts zu löschen, der Papierkorb ist leer!", + "Name" : "Name", + "Deleted" : "gelöscht", + "Delete" : "Löschen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/de.json b/apps/files_trashbin/l10n/de.json new file mode 100644 index 0000000000..16e3cb2ae7 --- /dev/null +++ b/apps/files_trashbin/l10n/de.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Konnte %s nicht dauerhaft löschen", + "Couldn't restore %s" : "Konnte %s nicht wiederherstellen", + "Deleted files" : "Gelöschte Dateien", + "Restore" : "Wiederherstellen", + "Error" : "Fehler", + "restored" : "Wiederhergestellt", + "Nothing in here. Your trash bin is empty!" : "Nichts zu löschen, der Papierkorb ist leer!", + "Name" : "Name", + "Deleted" : "gelöscht", + "Delete" : "Löschen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/de.php b/apps/files_trashbin/l10n/de.php deleted file mode 100644 index 56b7ccfc7b..0000000000 --- a/apps/files_trashbin/l10n/de.php +++ /dev/null @@ -1,14 +0,0 @@ - "Konnte %s nicht dauerhaft löschen", -"Couldn't restore %s" => "Konnte %s nicht wiederherstellen", -"Deleted files" => "Gelöschte Dateien", -"Restore" => "Wiederherstellen", -"Error" => "Fehler", -"restored" => "Wiederhergestellt", -"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, der Papierkorb ist leer!", -"Name" => "Name", -"Deleted" => "gelöscht", -"Delete" => "Löschen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/de_AT.js b/apps/files_trashbin/l10n/de_AT.js new file mode 100644 index 0000000000..db1e7544a5 --- /dev/null +++ b/apps/files_trashbin/l10n/de_AT.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "Fehler", + "Delete" : "Löschen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/de_AT.json b/apps/files_trashbin/l10n/de_AT.json new file mode 100644 index 0000000000..a854415701 --- /dev/null +++ b/apps/files_trashbin/l10n/de_AT.json @@ -0,0 +1,5 @@ +{ "translations": { + "Error" : "Fehler", + "Delete" : "Löschen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/de_AT.php b/apps/files_trashbin/l10n/de_AT.php deleted file mode 100644 index c24aa37115..0000000000 --- a/apps/files_trashbin/l10n/de_AT.php +++ /dev/null @@ -1,6 +0,0 @@ - "Fehler", -"Delete" => "Löschen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/de_CH.js b/apps/files_trashbin/l10n/de_CH.js new file mode 100644 index 0000000000..70a428d4c9 --- /dev/null +++ b/apps/files_trashbin/l10n/de_CH.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Konnte %s nicht dauerhaft löschen", + "Couldn't restore %s" : "Konnte %s nicht wiederherstellen", + "Deleted files" : "Gelöschte Dateien", + "Restore" : "Wiederherstellen", + "Error" : "Fehler", + "restored" : "Wiederhergestellt", + "Nothing in here. Your trash bin is empty!" : "Nichts zu löschen, Ihr Papierkorb ist leer!", + "Name" : "Name", + "Deleted" : "Gelöscht", + "Delete" : "Löschen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/de_CH.json b/apps/files_trashbin/l10n/de_CH.json new file mode 100644 index 0000000000..497b6c35d5 --- /dev/null +++ b/apps/files_trashbin/l10n/de_CH.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Konnte %s nicht dauerhaft löschen", + "Couldn't restore %s" : "Konnte %s nicht wiederherstellen", + "Deleted files" : "Gelöschte Dateien", + "Restore" : "Wiederherstellen", + "Error" : "Fehler", + "restored" : "Wiederhergestellt", + "Nothing in here. Your trash bin is empty!" : "Nichts zu löschen, Ihr Papierkorb ist leer!", + "Name" : "Name", + "Deleted" : "Gelöscht", + "Delete" : "Löschen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/de_CH.php b/apps/files_trashbin/l10n/de_CH.php deleted file mode 100644 index be54e57d3f..0000000000 --- a/apps/files_trashbin/l10n/de_CH.php +++ /dev/null @@ -1,14 +0,0 @@ - "Konnte %s nicht dauerhaft löschen", -"Couldn't restore %s" => "Konnte %s nicht wiederherstellen", -"Deleted files" => "Gelöschte Dateien", -"Restore" => "Wiederherstellen", -"Error" => "Fehler", -"restored" => "Wiederhergestellt", -"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, Ihr Papierkorb ist leer!", -"Name" => "Name", -"Deleted" => "Gelöscht", -"Delete" => "Löschen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/de_DE.js b/apps/files_trashbin/l10n/de_DE.js new file mode 100644 index 0000000000..70a428d4c9 --- /dev/null +++ b/apps/files_trashbin/l10n/de_DE.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Konnte %s nicht dauerhaft löschen", + "Couldn't restore %s" : "Konnte %s nicht wiederherstellen", + "Deleted files" : "Gelöschte Dateien", + "Restore" : "Wiederherstellen", + "Error" : "Fehler", + "restored" : "Wiederhergestellt", + "Nothing in here. Your trash bin is empty!" : "Nichts zu löschen, Ihr Papierkorb ist leer!", + "Name" : "Name", + "Deleted" : "Gelöscht", + "Delete" : "Löschen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/de_DE.json b/apps/files_trashbin/l10n/de_DE.json new file mode 100644 index 0000000000..497b6c35d5 --- /dev/null +++ b/apps/files_trashbin/l10n/de_DE.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Konnte %s nicht dauerhaft löschen", + "Couldn't restore %s" : "Konnte %s nicht wiederherstellen", + "Deleted files" : "Gelöschte Dateien", + "Restore" : "Wiederherstellen", + "Error" : "Fehler", + "restored" : "Wiederhergestellt", + "Nothing in here. Your trash bin is empty!" : "Nichts zu löschen, Ihr Papierkorb ist leer!", + "Name" : "Name", + "Deleted" : "Gelöscht", + "Delete" : "Löschen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/de_DE.php b/apps/files_trashbin/l10n/de_DE.php deleted file mode 100644 index be54e57d3f..0000000000 --- a/apps/files_trashbin/l10n/de_DE.php +++ /dev/null @@ -1,14 +0,0 @@ - "Konnte %s nicht dauerhaft löschen", -"Couldn't restore %s" => "Konnte %s nicht wiederherstellen", -"Deleted files" => "Gelöschte Dateien", -"Restore" => "Wiederherstellen", -"Error" => "Fehler", -"restored" => "Wiederhergestellt", -"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, Ihr Papierkorb ist leer!", -"Name" => "Name", -"Deleted" => "Gelöscht", -"Delete" => "Löschen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/el.js b/apps/files_trashbin/l10n/el.js new file mode 100644 index 0000000000..d9902dc863 --- /dev/null +++ b/apps/files_trashbin/l10n/el.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Αδύνατη η μόνιμη διαγραφή του %s", + "Couldn't restore %s" : "Αδυναμία επαναφοράς %s", + "Deleted files" : "Διεγραμμένα αρχεία", + "Restore" : "Επαναφορά", + "Error" : "Σφάλμα", + "restored" : "επαναφέρθηκαν", + "Nothing in here. Your trash bin is empty!" : "Δεν υπάρχει τίποτα εδώ. Ο κάδος σας είναι άδειος!", + "Name" : "Όνομα", + "Deleted" : "Διαγραμμένα", + "Delete" : "Διαγραφή" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/el.json b/apps/files_trashbin/l10n/el.json new file mode 100644 index 0000000000..0004fd7242 --- /dev/null +++ b/apps/files_trashbin/l10n/el.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Αδύνατη η μόνιμη διαγραφή του %s", + "Couldn't restore %s" : "Αδυναμία επαναφοράς %s", + "Deleted files" : "Διεγραμμένα αρχεία", + "Restore" : "Επαναφορά", + "Error" : "Σφάλμα", + "restored" : "επαναφέρθηκαν", + "Nothing in here. Your trash bin is empty!" : "Δεν υπάρχει τίποτα εδώ. Ο κάδος σας είναι άδειος!", + "Name" : "Όνομα", + "Deleted" : "Διαγραμμένα", + "Delete" : "Διαγραφή" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/el.php b/apps/files_trashbin/l10n/el.php deleted file mode 100644 index 029901304b..0000000000 --- a/apps/files_trashbin/l10n/el.php +++ /dev/null @@ -1,14 +0,0 @@ - "Αδύνατη η μόνιμη διαγραφή του %s", -"Couldn't restore %s" => "Αδυναμία επαναφοράς %s", -"Deleted files" => "Διεγραμμένα αρχεία", -"Restore" => "Επαναφορά", -"Error" => "Σφάλμα", -"restored" => "επαναφέρθηκαν", -"Nothing in here. Your trash bin is empty!" => "Δεν υπάρχει τίποτα εδώ. Ο κάδος σας είναι άδειος!", -"Name" => "Όνομα", -"Deleted" => "Διαγραμμένα", -"Delete" => "Διαγραφή" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/en_GB.js b/apps/files_trashbin/l10n/en_GB.js new file mode 100644 index 0000000000..7bd7a49b30 --- /dev/null +++ b/apps/files_trashbin/l10n/en_GB.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Couldn't delete %s permanently", + "Couldn't restore %s" : "Couldn't restore %s", + "Deleted files" : "Deleted files", + "Restore" : "Restore", + "Error" : "Error", + "restored" : "restored", + "Nothing in here. Your trash bin is empty!" : "Nothing in here. Your recycle bin is empty!", + "Name" : "Name", + "Deleted" : "Deleted", + "Delete" : "Delete" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/en_GB.json b/apps/files_trashbin/l10n/en_GB.json new file mode 100644 index 0000000000..62603ea26e --- /dev/null +++ b/apps/files_trashbin/l10n/en_GB.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Couldn't delete %s permanently", + "Couldn't restore %s" : "Couldn't restore %s", + "Deleted files" : "Deleted files", + "Restore" : "Restore", + "Error" : "Error", + "restored" : "restored", + "Nothing in here. Your trash bin is empty!" : "Nothing in here. Your recycle bin is empty!", + "Name" : "Name", + "Deleted" : "Deleted", + "Delete" : "Delete" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/en_GB.php b/apps/files_trashbin/l10n/en_GB.php deleted file mode 100644 index b2715dfceb..0000000000 --- a/apps/files_trashbin/l10n/en_GB.php +++ /dev/null @@ -1,14 +0,0 @@ - "Couldn't delete %s permanently", -"Couldn't restore %s" => "Couldn't restore %s", -"Deleted files" => "Deleted files", -"Restore" => "Restore", -"Error" => "Error", -"restored" => "restored", -"Nothing in here. Your trash bin is empty!" => "Nothing in here. Your recycle bin is empty!", -"Name" => "Name", -"Deleted" => "Deleted", -"Delete" => "Delete" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/eo.js b/apps/files_trashbin/l10n/eo.js new file mode 100644 index 0000000000..ad4d45a98e --- /dev/null +++ b/apps/files_trashbin/l10n/eo.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Ne povis foriĝi %s por ĉiam", + "Couldn't restore %s" : "Ne povis restaŭriĝi %s", + "Deleted files" : "Forigitaj dosieroj", + "Restore" : "Restaŭri", + "Error" : "Eraro", + "restored" : "restaŭrita", + "Nothing in here. Your trash bin is empty!" : "Nenio estas ĉi tie. Via rubujo malplenas!", + "Name" : "Nomo", + "Deleted" : "Forigita", + "Delete" : "Forigi" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/eo.json b/apps/files_trashbin/l10n/eo.json new file mode 100644 index 0000000000..3faebfb80d --- /dev/null +++ b/apps/files_trashbin/l10n/eo.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Ne povis foriĝi %s por ĉiam", + "Couldn't restore %s" : "Ne povis restaŭriĝi %s", + "Deleted files" : "Forigitaj dosieroj", + "Restore" : "Restaŭri", + "Error" : "Eraro", + "restored" : "restaŭrita", + "Nothing in here. Your trash bin is empty!" : "Nenio estas ĉi tie. Via rubujo malplenas!", + "Name" : "Nomo", + "Deleted" : "Forigita", + "Delete" : "Forigi" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/eo.php b/apps/files_trashbin/l10n/eo.php deleted file mode 100644 index 67617f448d..0000000000 --- a/apps/files_trashbin/l10n/eo.php +++ /dev/null @@ -1,14 +0,0 @@ - "Ne povis foriĝi %s por ĉiam", -"Couldn't restore %s" => "Ne povis restaŭriĝi %s", -"Deleted files" => "Forigitaj dosieroj", -"Restore" => "Restaŭri", -"Error" => "Eraro", -"restored" => "restaŭrita", -"Nothing in here. Your trash bin is empty!" => "Nenio estas ĉi tie. Via rubujo malplenas!", -"Name" => "Nomo", -"Deleted" => "Forigita", -"Delete" => "Forigi" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/es.js b/apps/files_trashbin/l10n/es.js new file mode 100644 index 0000000000..2df71c43b3 --- /dev/null +++ b/apps/files_trashbin/l10n/es.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "No se puede eliminar %s permanentemente", + "Couldn't restore %s" : "No se puede restaurar %s", + "Deleted files" : "Archivos eliminados", + "Restore" : "Recuperar", + "Error" : "Error", + "restored" : "recuperado", + "Nothing in here. Your trash bin is empty!" : "No hay nada aquí. ¡Tu papelera esta vacía!", + "Name" : "Nombre", + "Deleted" : "Eliminado", + "Delete" : "Eliminar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/es.json b/apps/files_trashbin/l10n/es.json new file mode 100644 index 0000000000..b37ab9647c --- /dev/null +++ b/apps/files_trashbin/l10n/es.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "No se puede eliminar %s permanentemente", + "Couldn't restore %s" : "No se puede restaurar %s", + "Deleted files" : "Archivos eliminados", + "Restore" : "Recuperar", + "Error" : "Error", + "restored" : "recuperado", + "Nothing in here. Your trash bin is empty!" : "No hay nada aquí. ¡Tu papelera esta vacía!", + "Name" : "Nombre", + "Deleted" : "Eliminado", + "Delete" : "Eliminar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/es.php b/apps/files_trashbin/l10n/es.php deleted file mode 100644 index c3db776515..0000000000 --- a/apps/files_trashbin/l10n/es.php +++ /dev/null @@ -1,14 +0,0 @@ - "No se puede eliminar %s permanentemente", -"Couldn't restore %s" => "No se puede restaurar %s", -"Deleted files" => "Archivos eliminados", -"Restore" => "Recuperar", -"Error" => "Error", -"restored" => "recuperado", -"Nothing in here. Your trash bin is empty!" => "No hay nada aquí. ¡Tu papelera esta vacía!", -"Name" => "Nombre", -"Deleted" => "Eliminado", -"Delete" => "Eliminar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/es_AR.js b/apps/files_trashbin/l10n/es_AR.js new file mode 100644 index 0000000000..e49dae4688 --- /dev/null +++ b/apps/files_trashbin/l10n/es_AR.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "No fue posible borrar %s de manera permanente", + "Couldn't restore %s" : "No se pudo restaurar %s", + "Deleted files" : "Archivos borrados", + "Restore" : "Recuperar", + "Error" : "Error", + "restored" : "recuperado", + "Nothing in here. Your trash bin is empty!" : "No hay nada acá. ¡La papelera está vacía!", + "Name" : "Nombre", + "Deleted" : "Borrado", + "Delete" : "Borrar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/es_AR.json b/apps/files_trashbin/l10n/es_AR.json new file mode 100644 index 0000000000..793a1e8b17 --- /dev/null +++ b/apps/files_trashbin/l10n/es_AR.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "No fue posible borrar %s de manera permanente", + "Couldn't restore %s" : "No se pudo restaurar %s", + "Deleted files" : "Archivos borrados", + "Restore" : "Recuperar", + "Error" : "Error", + "restored" : "recuperado", + "Nothing in here. Your trash bin is empty!" : "No hay nada acá. ¡La papelera está vacía!", + "Name" : "Nombre", + "Deleted" : "Borrado", + "Delete" : "Borrar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/es_AR.php b/apps/files_trashbin/l10n/es_AR.php deleted file mode 100644 index 2991ea507b..0000000000 --- a/apps/files_trashbin/l10n/es_AR.php +++ /dev/null @@ -1,14 +0,0 @@ - "No fue posible borrar %s de manera permanente", -"Couldn't restore %s" => "No se pudo restaurar %s", -"Deleted files" => "Archivos borrados", -"Restore" => "Recuperar", -"Error" => "Error", -"restored" => "recuperado", -"Nothing in here. Your trash bin is empty!" => "No hay nada acá. ¡La papelera está vacía!", -"Name" => "Nombre", -"Deleted" => "Borrado", -"Delete" => "Borrar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/es_CL.js b/apps/files_trashbin/l10n/es_CL.js new file mode 100644 index 0000000000..11ab23caf7 --- /dev/null +++ b/apps/files_trashbin/l10n/es_CL.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "Error" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/es_CL.json b/apps/files_trashbin/l10n/es_CL.json new file mode 100644 index 0000000000..9757951440 --- /dev/null +++ b/apps/files_trashbin/l10n/es_CL.json @@ -0,0 +1,4 @@ +{ "translations": { + "Error" : "Error" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/es_CL.php b/apps/files_trashbin/l10n/es_CL.php deleted file mode 100644 index 45584ff7c4..0000000000 --- a/apps/files_trashbin/l10n/es_CL.php +++ /dev/null @@ -1,5 +0,0 @@ - "Error" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/es_MX.js b/apps/files_trashbin/l10n/es_MX.js new file mode 100644 index 0000000000..2df71c43b3 --- /dev/null +++ b/apps/files_trashbin/l10n/es_MX.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "No se puede eliminar %s permanentemente", + "Couldn't restore %s" : "No se puede restaurar %s", + "Deleted files" : "Archivos eliminados", + "Restore" : "Recuperar", + "Error" : "Error", + "restored" : "recuperado", + "Nothing in here. Your trash bin is empty!" : "No hay nada aquí. ¡Tu papelera esta vacía!", + "Name" : "Nombre", + "Deleted" : "Eliminado", + "Delete" : "Eliminar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/es_MX.json b/apps/files_trashbin/l10n/es_MX.json new file mode 100644 index 0000000000..b37ab9647c --- /dev/null +++ b/apps/files_trashbin/l10n/es_MX.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "No se puede eliminar %s permanentemente", + "Couldn't restore %s" : "No se puede restaurar %s", + "Deleted files" : "Archivos eliminados", + "Restore" : "Recuperar", + "Error" : "Error", + "restored" : "recuperado", + "Nothing in here. Your trash bin is empty!" : "No hay nada aquí. ¡Tu papelera esta vacía!", + "Name" : "Nombre", + "Deleted" : "Eliminado", + "Delete" : "Eliminar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/es_MX.php b/apps/files_trashbin/l10n/es_MX.php deleted file mode 100644 index c3db776515..0000000000 --- a/apps/files_trashbin/l10n/es_MX.php +++ /dev/null @@ -1,14 +0,0 @@ - "No se puede eliminar %s permanentemente", -"Couldn't restore %s" => "No se puede restaurar %s", -"Deleted files" => "Archivos eliminados", -"Restore" => "Recuperar", -"Error" => "Error", -"restored" => "recuperado", -"Nothing in here. Your trash bin is empty!" => "No hay nada aquí. ¡Tu papelera esta vacía!", -"Name" => "Nombre", -"Deleted" => "Eliminado", -"Delete" => "Eliminar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/et_EE.js b/apps/files_trashbin/l10n/et_EE.js new file mode 100644 index 0000000000..3067589bd9 --- /dev/null +++ b/apps/files_trashbin/l10n/et_EE.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "%s jäädavalt kustutamine ebaõnnestus", + "Couldn't restore %s" : "%s ei saa taastada", + "Deleted files" : "Kustutatud failid", + "Restore" : "Taasta", + "Error" : "Viga", + "restored" : "taastatud", + "Nothing in here. Your trash bin is empty!" : "Siin pole midagi. Sinu prügikast on tühi!", + "Name" : "Nimi", + "Deleted" : "Kustutatud", + "Delete" : "Kustuta" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/et_EE.json b/apps/files_trashbin/l10n/et_EE.json new file mode 100644 index 0000000000..2e6d239f42 --- /dev/null +++ b/apps/files_trashbin/l10n/et_EE.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "%s jäädavalt kustutamine ebaõnnestus", + "Couldn't restore %s" : "%s ei saa taastada", + "Deleted files" : "Kustutatud failid", + "Restore" : "Taasta", + "Error" : "Viga", + "restored" : "taastatud", + "Nothing in here. Your trash bin is empty!" : "Siin pole midagi. Sinu prügikast on tühi!", + "Name" : "Nimi", + "Deleted" : "Kustutatud", + "Delete" : "Kustuta" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/et_EE.php b/apps/files_trashbin/l10n/et_EE.php deleted file mode 100644 index c1c9ea66c4..0000000000 --- a/apps/files_trashbin/l10n/et_EE.php +++ /dev/null @@ -1,14 +0,0 @@ - "%s jäädavalt kustutamine ebaõnnestus", -"Couldn't restore %s" => "%s ei saa taastada", -"Deleted files" => "Kustutatud failid", -"Restore" => "Taasta", -"Error" => "Viga", -"restored" => "taastatud", -"Nothing in here. Your trash bin is empty!" => "Siin pole midagi. Sinu prügikast on tühi!", -"Name" => "Nimi", -"Deleted" => "Kustutatud", -"Delete" => "Kustuta" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/eu.js b/apps/files_trashbin/l10n/eu.js new file mode 100644 index 0000000000..747175d830 --- /dev/null +++ b/apps/files_trashbin/l10n/eu.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Ezin izan da %s betirako ezabatu", + "Couldn't restore %s" : "Ezin izan da %s berreskuratu", + "Deleted files" : "Ezabatutako fitxategiak", + "Restore" : "Berrezarri", + "Error" : "Errorea", + "restored" : "Berrezarrita", + "Nothing in here. Your trash bin is empty!" : "Ez dago ezer ez. Zure zakarrontzia hutsik dago!", + "Name" : "Izena", + "Deleted" : "Ezabatuta", + "Delete" : "Ezabatu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/eu.json b/apps/files_trashbin/l10n/eu.json new file mode 100644 index 0000000000..f86ba4230a --- /dev/null +++ b/apps/files_trashbin/l10n/eu.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Ezin izan da %s betirako ezabatu", + "Couldn't restore %s" : "Ezin izan da %s berreskuratu", + "Deleted files" : "Ezabatutako fitxategiak", + "Restore" : "Berrezarri", + "Error" : "Errorea", + "restored" : "Berrezarrita", + "Nothing in here. Your trash bin is empty!" : "Ez dago ezer ez. Zure zakarrontzia hutsik dago!", + "Name" : "Izena", + "Deleted" : "Ezabatuta", + "Delete" : "Ezabatu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/eu.php b/apps/files_trashbin/l10n/eu.php deleted file mode 100644 index 63c1245da0..0000000000 --- a/apps/files_trashbin/l10n/eu.php +++ /dev/null @@ -1,14 +0,0 @@ - "Ezin izan da %s betirako ezabatu", -"Couldn't restore %s" => "Ezin izan da %s berreskuratu", -"Deleted files" => "Ezabatutako fitxategiak", -"Restore" => "Berrezarri", -"Error" => "Errorea", -"restored" => "Berrezarrita", -"Nothing in here. Your trash bin is empty!" => "Ez dago ezer ez. Zure zakarrontzia hutsik dago!", -"Name" => "Izena", -"Deleted" => "Ezabatuta", -"Delete" => "Ezabatu" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/eu_ES.js b/apps/files_trashbin/l10n/eu_ES.js new file mode 100644 index 0000000000..8e988be3bf --- /dev/null +++ b/apps/files_trashbin/l10n/eu_ES.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "Delete" : "Ezabatu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/eu_ES.json b/apps/files_trashbin/l10n/eu_ES.json new file mode 100644 index 0000000000..14a2375ad6 --- /dev/null +++ b/apps/files_trashbin/l10n/eu_ES.json @@ -0,0 +1,4 @@ +{ "translations": { + "Delete" : "Ezabatu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/eu_ES.php b/apps/files_trashbin/l10n/eu_ES.php deleted file mode 100644 index 8612c8609b..0000000000 --- a/apps/files_trashbin/l10n/eu_ES.php +++ /dev/null @@ -1,5 +0,0 @@ - "Ezabatu" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/fa.js b/apps/files_trashbin/l10n/fa.js new file mode 100644 index 0000000000..a87d9a5c11 --- /dev/null +++ b/apps/files_trashbin/l10n/fa.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "%s را نمی توان برای همیشه حذف کرد", + "Couldn't restore %s" : "%s را نمی توان بازگرداند", + "Deleted files" : "فایل های حذف شده", + "Restore" : "بازیابی", + "Error" : "خطا", + "restored" : "بازیابی شد", + "Nothing in here. Your trash bin is empty!" : "هیچ چیزی اینجا نیست. سطل زباله ی شما خالی است.", + "Name" : "نام", + "Deleted" : "حذف شده", + "Delete" : "حذف" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/fa.json b/apps/files_trashbin/l10n/fa.json new file mode 100644 index 0000000000..94748c9889 --- /dev/null +++ b/apps/files_trashbin/l10n/fa.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "%s را نمی توان برای همیشه حذف کرد", + "Couldn't restore %s" : "%s را نمی توان بازگرداند", + "Deleted files" : "فایل های حذف شده", + "Restore" : "بازیابی", + "Error" : "خطا", + "restored" : "بازیابی شد", + "Nothing in here. Your trash bin is empty!" : "هیچ چیزی اینجا نیست. سطل زباله ی شما خالی است.", + "Name" : "نام", + "Deleted" : "حذف شده", + "Delete" : "حذف" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/fa.php b/apps/files_trashbin/l10n/fa.php deleted file mode 100644 index e7f99c53f4..0000000000 --- a/apps/files_trashbin/l10n/fa.php +++ /dev/null @@ -1,14 +0,0 @@ - "%s را نمی توان برای همیشه حذف کرد", -"Couldn't restore %s" => "%s را نمی توان بازگرداند", -"Deleted files" => "فایل های حذف شده", -"Restore" => "بازیابی", -"Error" => "خطا", -"restored" => "بازیابی شد", -"Nothing in here. Your trash bin is empty!" => "هیچ چیزی اینجا نیست. سطل زباله ی شما خالی است.", -"Name" => "نام", -"Deleted" => "حذف شده", -"Delete" => "حذف" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/fi_FI.js b/apps/files_trashbin/l10n/fi_FI.js new file mode 100644 index 0000000000..1b69bf5c75 --- /dev/null +++ b/apps/files_trashbin/l10n/fi_FI.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Kohdetta %s ei voitu poistaa pysyvästi", + "Couldn't restore %s" : "Kohteen %s palautus epäonnistui", + "Deleted files" : "Poistetut tiedostot", + "Restore" : "Palauta", + "Error" : "Virhe", + "restored" : "palautettu", + "Nothing in here. Your trash bin is empty!" : "Tyhjää täynnä! Roskakorissa ei ole mitään.", + "Name" : "Nimi", + "Deleted" : "Poistettu", + "Delete" : "Poista" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/fi_FI.json b/apps/files_trashbin/l10n/fi_FI.json new file mode 100644 index 0000000000..25b3d71dce --- /dev/null +++ b/apps/files_trashbin/l10n/fi_FI.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Kohdetta %s ei voitu poistaa pysyvästi", + "Couldn't restore %s" : "Kohteen %s palautus epäonnistui", + "Deleted files" : "Poistetut tiedostot", + "Restore" : "Palauta", + "Error" : "Virhe", + "restored" : "palautettu", + "Nothing in here. Your trash bin is empty!" : "Tyhjää täynnä! Roskakorissa ei ole mitään.", + "Name" : "Nimi", + "Deleted" : "Poistettu", + "Delete" : "Poista" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/fi_FI.php b/apps/files_trashbin/l10n/fi_FI.php deleted file mode 100644 index 158fc7dac5..0000000000 --- a/apps/files_trashbin/l10n/fi_FI.php +++ /dev/null @@ -1,14 +0,0 @@ - "Kohdetta %s ei voitu poistaa pysyvästi", -"Couldn't restore %s" => "Kohteen %s palautus epäonnistui", -"Deleted files" => "Poistetut tiedostot", -"Restore" => "Palauta", -"Error" => "Virhe", -"restored" => "palautettu", -"Nothing in here. Your trash bin is empty!" => "Tyhjää täynnä! Roskakorissa ei ole mitään.", -"Name" => "Nimi", -"Deleted" => "Poistettu", -"Delete" => "Poista" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/fr.js b/apps/files_trashbin/l10n/fr.js new file mode 100644 index 0000000000..ddcdc495de --- /dev/null +++ b/apps/files_trashbin/l10n/fr.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Impossible de supprimer %s définitivement", + "Couldn't restore %s" : "Impossible de restaurer %s", + "Deleted files" : "Fichiers supprimés", + "Restore" : "Restaurer", + "Error" : "Erreur", + "restored" : "restauré", + "Nothing in here. Your trash bin is empty!" : "Il n'y a rien ici. Votre corbeille est vide !", + "Name" : "Nom", + "Deleted" : "Effacé", + "Delete" : "Supprimer" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_trashbin/l10n/fr.json b/apps/files_trashbin/l10n/fr.json new file mode 100644 index 0000000000..bc6cda7071 --- /dev/null +++ b/apps/files_trashbin/l10n/fr.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Impossible de supprimer %s définitivement", + "Couldn't restore %s" : "Impossible de restaurer %s", + "Deleted files" : "Fichiers supprimés", + "Restore" : "Restaurer", + "Error" : "Erreur", + "restored" : "restauré", + "Nothing in here. Your trash bin is empty!" : "Il n'y a rien ici. Votre corbeille est vide !", + "Name" : "Nom", + "Deleted" : "Effacé", + "Delete" : "Supprimer" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/fr.php b/apps/files_trashbin/l10n/fr.php deleted file mode 100644 index b59eb6aa7d..0000000000 --- a/apps/files_trashbin/l10n/fr.php +++ /dev/null @@ -1,14 +0,0 @@ - "Impossible de supprimer %s définitivement", -"Couldn't restore %s" => "Impossible de restaurer %s", -"Deleted files" => "Fichiers supprimés", -"Restore" => "Restaurer", -"Error" => "Erreur", -"restored" => "restauré", -"Nothing in here. Your trash bin is empty!" => "Il n'y a rien ici. Votre corbeille est vide !", -"Name" => "Nom", -"Deleted" => "Effacé", -"Delete" => "Supprimer" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_trashbin/l10n/gl.js b/apps/files_trashbin/l10n/gl.js new file mode 100644 index 0000000000..701c1354df --- /dev/null +++ b/apps/files_trashbin/l10n/gl.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Non foi posíbel eliminar %s permanente", + "Couldn't restore %s" : "Non foi posíbel restaurar %s", + "Deleted files" : "Ficheiros eliminados", + "Restore" : "Restabelecer", + "Error" : "Erro", + "restored" : "restaurado", + "Nothing in here. Your trash bin is empty!" : "Aquí non hai nada. O cesto do lixo está baleiro!", + "Name" : "Nome", + "Deleted" : "Eliminado", + "Delete" : "Eliminar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/gl.json b/apps/files_trashbin/l10n/gl.json new file mode 100644 index 0000000000..74ac40c4f3 --- /dev/null +++ b/apps/files_trashbin/l10n/gl.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Non foi posíbel eliminar %s permanente", + "Couldn't restore %s" : "Non foi posíbel restaurar %s", + "Deleted files" : "Ficheiros eliminados", + "Restore" : "Restabelecer", + "Error" : "Erro", + "restored" : "restaurado", + "Nothing in here. Your trash bin is empty!" : "Aquí non hai nada. O cesto do lixo está baleiro!", + "Name" : "Nome", + "Deleted" : "Eliminado", + "Delete" : "Eliminar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/gl.php b/apps/files_trashbin/l10n/gl.php deleted file mode 100644 index 475d7075c7..0000000000 --- a/apps/files_trashbin/l10n/gl.php +++ /dev/null @@ -1,14 +0,0 @@ - "Non foi posíbel eliminar %s permanente", -"Couldn't restore %s" => "Non foi posíbel restaurar %s", -"Deleted files" => "Ficheiros eliminados", -"Restore" => "Restabelecer", -"Error" => "Erro", -"restored" => "restaurado", -"Nothing in here. Your trash bin is empty!" => "Aquí non hai nada. O cesto do lixo está baleiro!", -"Name" => "Nome", -"Deleted" => "Eliminado", -"Delete" => "Eliminar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/he.js b/apps/files_trashbin/l10n/he.js new file mode 100644 index 0000000000..ea5d131a9e --- /dev/null +++ b/apps/files_trashbin/l10n/he.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "לא ניתן למחוק את %s לצמיתות", + "Couldn't restore %s" : "לא ניתן לשחזר את %s", + "Deleted files" : "קבצים שנמחקו", + "Restore" : "שחזור", + "Error" : "שגיאה", + "restored" : "שוחזר", + "Nothing in here. Your trash bin is empty!" : "אין כאן שום דבר. סל המיחזור שלך ריק!", + "Name" : "שם", + "Deleted" : "נמחק", + "Delete" : "מחיקה" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/he.json b/apps/files_trashbin/l10n/he.json new file mode 100644 index 0000000000..d0db85c41b --- /dev/null +++ b/apps/files_trashbin/l10n/he.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "לא ניתן למחוק את %s לצמיתות", + "Couldn't restore %s" : "לא ניתן לשחזר את %s", + "Deleted files" : "קבצים שנמחקו", + "Restore" : "שחזור", + "Error" : "שגיאה", + "restored" : "שוחזר", + "Nothing in here. Your trash bin is empty!" : "אין כאן שום דבר. סל המיחזור שלך ריק!", + "Name" : "שם", + "Deleted" : "נמחק", + "Delete" : "מחיקה" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/he.php b/apps/files_trashbin/l10n/he.php deleted file mode 100644 index 90b3fd11ab..0000000000 --- a/apps/files_trashbin/l10n/he.php +++ /dev/null @@ -1,14 +0,0 @@ - "לא ניתן למחוק את %s לצמיתות", -"Couldn't restore %s" => "לא ניתן לשחזר את %s", -"Deleted files" => "קבצים שנמחקו", -"Restore" => "שחזור", -"Error" => "שגיאה", -"restored" => "שוחזר", -"Nothing in here. Your trash bin is empty!" => "אין כאן שום דבר. סל המיחזור שלך ריק!", -"Name" => "שם", -"Deleted" => "נמחק", -"Delete" => "מחיקה" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/hi.js b/apps/files_trashbin/l10n/hi.js new file mode 100644 index 0000000000..a4bf005dbb --- /dev/null +++ b/apps/files_trashbin/l10n/hi.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "त्रुटि" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/hi.json b/apps/files_trashbin/l10n/hi.json new file mode 100644 index 0000000000..5fbc8a85e1 --- /dev/null +++ b/apps/files_trashbin/l10n/hi.json @@ -0,0 +1,4 @@ +{ "translations": { + "Error" : "त्रुटि" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/hi.php b/apps/files_trashbin/l10n/hi.php deleted file mode 100644 index d4a26011b5..0000000000 --- a/apps/files_trashbin/l10n/hi.php +++ /dev/null @@ -1,5 +0,0 @@ - "त्रुटि" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/hr.js b/apps/files_trashbin/l10n/hr.js new file mode 100644 index 0000000000..e05fde1c8a --- /dev/null +++ b/apps/files_trashbin/l10n/hr.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Nije moguće trajno izbrisati %s", + "Couldn't restore %s" : "Nije moguće obnoviti %s", + "Deleted files" : "Izbrisane datoteke", + "Restore" : "Obnovite", + "Error" : "Pogreška", + "restored" : "Obnovljeno", + "Nothing in here. Your trash bin is empty!" : "Ovdje nema ničega. Vaša kantica je prazna!", + "Name" : "Naziv", + "Deleted" : "Izbrisano", + "Delete" : "Izbrišite" +}, +"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/apps/files_trashbin/l10n/hr.json b/apps/files_trashbin/l10n/hr.json new file mode 100644 index 0000000000..7ce4749b13 --- /dev/null +++ b/apps/files_trashbin/l10n/hr.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Nije moguće trajno izbrisati %s", + "Couldn't restore %s" : "Nije moguće obnoviti %s", + "Deleted files" : "Izbrisane datoteke", + "Restore" : "Obnovite", + "Error" : "Pogreška", + "restored" : "Obnovljeno", + "Nothing in here. Your trash bin is empty!" : "Ovdje nema ničega. Vaša kantica je prazna!", + "Name" : "Naziv", + "Deleted" : "Izbrisano", + "Delete" : "Izbrišite" +},"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/apps/files_trashbin/l10n/hr.php b/apps/files_trashbin/l10n/hr.php deleted file mode 100644 index 2d29eeba44..0000000000 --- a/apps/files_trashbin/l10n/hr.php +++ /dev/null @@ -1,14 +0,0 @@ - "Nije moguće trajno izbrisati %s", -"Couldn't restore %s" => "Nije moguće obnoviti %s", -"Deleted files" => "Izbrisane datoteke", -"Restore" => "Obnovite", -"Error" => "Pogreška", -"restored" => "Obnovljeno", -"Nothing in here. Your trash bin is empty!" => "Ovdje nema ničega. Vaša kantica je prazna!", -"Name" => "Naziv", -"Deleted" => "Izbrisano", -"Delete" => "Izbrišite" -); -$PLURAL_FORMS = "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/apps/files_trashbin/l10n/hu_HU.js b/apps/files_trashbin/l10n/hu_HU.js new file mode 100644 index 0000000000..cd05777727 --- /dev/null +++ b/apps/files_trashbin/l10n/hu_HU.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Nem sikerült %s végleges törlése", + "Couldn't restore %s" : "Nem sikerült %s visszaállítása", + "Deleted files" : "Törölt fájlok", + "Restore" : "Visszaállítás", + "Error" : "Hiba", + "restored" : "visszaállítva", + "Nothing in here. Your trash bin is empty!" : "Itt nincs semmi. Az Ön szemetes mappája üres!", + "Name" : "Név", + "Deleted" : "Törölve", + "Delete" : "Törlés" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/hu_HU.json b/apps/files_trashbin/l10n/hu_HU.json new file mode 100644 index 0000000000..f989f40232 --- /dev/null +++ b/apps/files_trashbin/l10n/hu_HU.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Nem sikerült %s végleges törlése", + "Couldn't restore %s" : "Nem sikerült %s visszaállítása", + "Deleted files" : "Törölt fájlok", + "Restore" : "Visszaállítás", + "Error" : "Hiba", + "restored" : "visszaállítva", + "Nothing in here. Your trash bin is empty!" : "Itt nincs semmi. Az Ön szemetes mappája üres!", + "Name" : "Név", + "Deleted" : "Törölve", + "Delete" : "Törlés" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/hu_HU.php b/apps/files_trashbin/l10n/hu_HU.php deleted file mode 100644 index 60f3ebad85..0000000000 --- a/apps/files_trashbin/l10n/hu_HU.php +++ /dev/null @@ -1,14 +0,0 @@ - "Nem sikerült %s végleges törlése", -"Couldn't restore %s" => "Nem sikerült %s visszaállítása", -"Deleted files" => "Törölt fájlok", -"Restore" => "Visszaállítás", -"Error" => "Hiba", -"restored" => "visszaállítva", -"Nothing in here. Your trash bin is empty!" => "Itt nincs semmi. Az Ön szemetes mappája üres!", -"Name" => "Név", -"Deleted" => "Törölve", -"Delete" => "Törlés" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/hy.js b/apps/files_trashbin/l10n/hy.js new file mode 100644 index 0000000000..0ad4f14c7b --- /dev/null +++ b/apps/files_trashbin/l10n/hy.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "Delete" : "Ջնջել" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/hy.json b/apps/files_trashbin/l10n/hy.json new file mode 100644 index 0000000000..081a2c5f49 --- /dev/null +++ b/apps/files_trashbin/l10n/hy.json @@ -0,0 +1,4 @@ +{ "translations": { + "Delete" : "Ջնջել" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/hy.php b/apps/files_trashbin/l10n/hy.php deleted file mode 100644 index f933bec8fe..0000000000 --- a/apps/files_trashbin/l10n/hy.php +++ /dev/null @@ -1,5 +0,0 @@ - "Ջնջել" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/ia.js b/apps/files_trashbin/l10n/ia.js new file mode 100644 index 0000000000..1ae952f8c9 --- /dev/null +++ b/apps/files_trashbin/l10n/ia.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "Error", + "Name" : "Nomine", + "Delete" : "Deler" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/ia.json b/apps/files_trashbin/l10n/ia.json new file mode 100644 index 0000000000..909e6dfe76 --- /dev/null +++ b/apps/files_trashbin/l10n/ia.json @@ -0,0 +1,6 @@ +{ "translations": { + "Error" : "Error", + "Name" : "Nomine", + "Delete" : "Deler" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ia.php b/apps/files_trashbin/l10n/ia.php deleted file mode 100644 index 7709ef030e..0000000000 --- a/apps/files_trashbin/l10n/ia.php +++ /dev/null @@ -1,7 +0,0 @@ - "Error", -"Name" => "Nomine", -"Delete" => "Deler" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/id.js b/apps/files_trashbin/l10n/id.js new file mode 100644 index 0000000000..6e13e45559 --- /dev/null +++ b/apps/files_trashbin/l10n/id.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Tidak dapat menghapus permanen %s", + "Couldn't restore %s" : "Tidak dapat memulihkan %s", + "Deleted files" : "Berkas yang dihapus", + "Restore" : "Pulihkan", + "Error" : "Galat", + "Nothing in here. Your trash bin is empty!" : "Tempat sampah anda kosong!", + "Name" : "Nama", + "Deleted" : "Dihapus", + "Delete" : "Hapus" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/id.json b/apps/files_trashbin/l10n/id.json new file mode 100644 index 0000000000..f29df5cd07 --- /dev/null +++ b/apps/files_trashbin/l10n/id.json @@ -0,0 +1,12 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Tidak dapat menghapus permanen %s", + "Couldn't restore %s" : "Tidak dapat memulihkan %s", + "Deleted files" : "Berkas yang dihapus", + "Restore" : "Pulihkan", + "Error" : "Galat", + "Nothing in here. Your trash bin is empty!" : "Tempat sampah anda kosong!", + "Name" : "Nama", + "Deleted" : "Dihapus", + "Delete" : "Hapus" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/id.php b/apps/files_trashbin/l10n/id.php deleted file mode 100644 index bba9e329ee..0000000000 --- a/apps/files_trashbin/l10n/id.php +++ /dev/null @@ -1,13 +0,0 @@ - "Tidak dapat menghapus permanen %s", -"Couldn't restore %s" => "Tidak dapat memulihkan %s", -"Deleted files" => "Berkas yang dihapus", -"Restore" => "Pulihkan", -"Error" => "Galat", -"Nothing in here. Your trash bin is empty!" => "Tempat sampah anda kosong!", -"Name" => "Nama", -"Deleted" => "Dihapus", -"Delete" => "Hapus" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/is.js b/apps/files_trashbin/l10n/is.js new file mode 100644 index 0000000000..916875dece --- /dev/null +++ b/apps/files_trashbin/l10n/is.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "Villa", + "Name" : "Nafn", + "Delete" : "Eyða" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/is.json b/apps/files_trashbin/l10n/is.json new file mode 100644 index 0000000000..35e1620df9 --- /dev/null +++ b/apps/files_trashbin/l10n/is.json @@ -0,0 +1,6 @@ +{ "translations": { + "Error" : "Villa", + "Name" : "Nafn", + "Delete" : "Eyða" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/is.php b/apps/files_trashbin/l10n/is.php deleted file mode 100644 index 8ccf89739f..0000000000 --- a/apps/files_trashbin/l10n/is.php +++ /dev/null @@ -1,7 +0,0 @@ - "Villa", -"Name" => "Nafn", -"Delete" => "Eyða" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/it.js b/apps/files_trashbin/l10n/it.js new file mode 100644 index 0000000000..5e57848c47 --- /dev/null +++ b/apps/files_trashbin/l10n/it.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Impossibile eliminare %s definitivamente", + "Couldn't restore %s" : "Impossibile ripristinare %s", + "Deleted files" : "File eliminati", + "Restore" : "Ripristina", + "Error" : "Errore", + "restored" : "ripristinati", + "Nothing in here. Your trash bin is empty!" : "Qui non c'è niente. Il tuo cestino è vuoto.", + "Name" : "Nome", + "Deleted" : "Eliminati", + "Delete" : "Elimina" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/it.json b/apps/files_trashbin/l10n/it.json new file mode 100644 index 0000000000..25efb47a65 --- /dev/null +++ b/apps/files_trashbin/l10n/it.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Impossibile eliminare %s definitivamente", + "Couldn't restore %s" : "Impossibile ripristinare %s", + "Deleted files" : "File eliminati", + "Restore" : "Ripristina", + "Error" : "Errore", + "restored" : "ripristinati", + "Nothing in here. Your trash bin is empty!" : "Qui non c'è niente. Il tuo cestino è vuoto.", + "Name" : "Nome", + "Deleted" : "Eliminati", + "Delete" : "Elimina" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/it.php b/apps/files_trashbin/l10n/it.php deleted file mode 100644 index 905384b82b..0000000000 --- a/apps/files_trashbin/l10n/it.php +++ /dev/null @@ -1,14 +0,0 @@ - "Impossibile eliminare %s definitivamente", -"Couldn't restore %s" => "Impossibile ripristinare %s", -"Deleted files" => "File eliminati", -"Restore" => "Ripristina", -"Error" => "Errore", -"restored" => "ripristinati", -"Nothing in here. Your trash bin is empty!" => "Qui non c'è niente. Il tuo cestino è vuoto.", -"Name" => "Nome", -"Deleted" => "Eliminati", -"Delete" => "Elimina" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/ja.js b/apps/files_trashbin/l10n/ja.js new file mode 100644 index 0000000000..dba8442c5d --- /dev/null +++ b/apps/files_trashbin/l10n/ja.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "%s を完全に削除できませんでした", + "Couldn't restore %s" : "%s を復元できませんでした", + "Deleted files" : "ゴミ箱", + "Restore" : "復元", + "Error" : "エラー", + "restored" : "復元済", + "Nothing in here. Your trash bin is empty!" : "ここには何もありません。ゴミ箱は空です!", + "Name" : "名前", + "Deleted" : "削除日時", + "Delete" : "削除" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/ja.json b/apps/files_trashbin/l10n/ja.json new file mode 100644 index 0000000000..cd6f6c37e1 --- /dev/null +++ b/apps/files_trashbin/l10n/ja.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "%s を完全に削除できませんでした", + "Couldn't restore %s" : "%s を復元できませんでした", + "Deleted files" : "ゴミ箱", + "Restore" : "復元", + "Error" : "エラー", + "restored" : "復元済", + "Nothing in here. Your trash bin is empty!" : "ここには何もありません。ゴミ箱は空です!", + "Name" : "名前", + "Deleted" : "削除日時", + "Delete" : "削除" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ja.php b/apps/files_trashbin/l10n/ja.php deleted file mode 100644 index 059579fc88..0000000000 --- a/apps/files_trashbin/l10n/ja.php +++ /dev/null @@ -1,14 +0,0 @@ - "%s を完全に削除できませんでした", -"Couldn't restore %s" => "%s を復元できませんでした", -"Deleted files" => "ゴミ箱", -"Restore" => "復元", -"Error" => "エラー", -"restored" => "復元済", -"Nothing in here. Your trash bin is empty!" => "ここには何もありません。ゴミ箱は空です!", -"Name" => "名前", -"Deleted" => "削除日時", -"Delete" => "削除" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/ka_GE.js b/apps/files_trashbin/l10n/ka_GE.js new file mode 100644 index 0000000000..49f9fd4b0b --- /dev/null +++ b/apps/files_trashbin/l10n/ka_GE.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "ფაილი %s–ის სრულად წაშლა ვერ მოხერხდა", + "Couldn't restore %s" : "%s–ის აღდგენა ვერ მოხერხდა", + "Deleted files" : "წაშლილი ფაილები", + "Restore" : "აღდგენა", + "Error" : "შეცდომა", + "Nothing in here. Your trash bin is empty!" : "აქ არაფერი არ არის. სანაგვე ყუთი ცარიელია!", + "Name" : "სახელი", + "Deleted" : "წაშლილი", + "Delete" : "წაშლა" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/ka_GE.json b/apps/files_trashbin/l10n/ka_GE.json new file mode 100644 index 0000000000..98b165a02d --- /dev/null +++ b/apps/files_trashbin/l10n/ka_GE.json @@ -0,0 +1,12 @@ +{ "translations": { + "Couldn't delete %s permanently" : "ფაილი %s–ის სრულად წაშლა ვერ მოხერხდა", + "Couldn't restore %s" : "%s–ის აღდგენა ვერ მოხერხდა", + "Deleted files" : "წაშლილი ფაილები", + "Restore" : "აღდგენა", + "Error" : "შეცდომა", + "Nothing in here. Your trash bin is empty!" : "აქ არაფერი არ არის. სანაგვე ყუთი ცარიელია!", + "Name" : "სახელი", + "Deleted" : "წაშლილი", + "Delete" : "წაშლა" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ka_GE.php b/apps/files_trashbin/l10n/ka_GE.php deleted file mode 100644 index 16e147bd41..0000000000 --- a/apps/files_trashbin/l10n/ka_GE.php +++ /dev/null @@ -1,13 +0,0 @@ - "ფაილი %s–ის სრულად წაშლა ვერ მოხერხდა", -"Couldn't restore %s" => "%s–ის აღდგენა ვერ მოხერხდა", -"Deleted files" => "წაშლილი ფაილები", -"Restore" => "აღდგენა", -"Error" => "შეცდომა", -"Nothing in here. Your trash bin is empty!" => "აქ არაფერი არ არის. სანაგვე ყუთი ცარიელია!", -"Name" => "სახელი", -"Deleted" => "წაშლილი", -"Delete" => "წაშლა" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/km.js b/apps/files_trashbin/l10n/km.js new file mode 100644 index 0000000000..a5bac8c2bd --- /dev/null +++ b/apps/files_trashbin/l10n/km.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "មិន​អាច​លុប %s ចោល​ជា​អចិន្ត្រៃយ៍​ទេ", + "Couldn't restore %s" : "មិន​អាច​ស្ដារ %s ឡើង​វិញ​បាន​ទេ", + "Deleted files" : "ឯកសារ​ដែល​បាន​លុប", + "Restore" : "ស្ដារ​មក​វិញ", + "Error" : "កំហុស", + "restored" : "បាន​ស្ដារ​វិញ", + "Nothing in here. Your trash bin is empty!" : "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ធុង​សំរាម​របស់​អ្នក​គឺ​ទទេ!", + "Name" : "ឈ្មោះ", + "Deleted" : "បាន​លុប", + "Delete" : "លុប" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/km.json b/apps/files_trashbin/l10n/km.json new file mode 100644 index 0000000000..bda740966e --- /dev/null +++ b/apps/files_trashbin/l10n/km.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "មិន​អាច​លុប %s ចោល​ជា​អចិន្ត្រៃយ៍​ទេ", + "Couldn't restore %s" : "មិន​អាច​ស្ដារ %s ឡើង​វិញ​បាន​ទេ", + "Deleted files" : "ឯកសារ​ដែល​បាន​លុប", + "Restore" : "ស្ដារ​មក​វិញ", + "Error" : "កំហុស", + "restored" : "បាន​ស្ដារ​វិញ", + "Nothing in here. Your trash bin is empty!" : "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ធុង​សំរាម​របស់​អ្នក​គឺ​ទទេ!", + "Name" : "ឈ្មោះ", + "Deleted" : "បាន​លុប", + "Delete" : "លុប" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/km.php b/apps/files_trashbin/l10n/km.php deleted file mode 100644 index 40119afc87..0000000000 --- a/apps/files_trashbin/l10n/km.php +++ /dev/null @@ -1,14 +0,0 @@ - "មិន​អាច​លុប %s ចោល​ជា​អចិន្ត្រៃយ៍​ទេ", -"Couldn't restore %s" => "មិន​អាច​ស្ដារ %s ឡើង​វិញ​បាន​ទេ", -"Deleted files" => "ឯកសារ​ដែល​បាន​លុប", -"Restore" => "ស្ដារ​មក​វិញ", -"Error" => "កំហុស", -"restored" => "បាន​ស្ដារ​វិញ", -"Nothing in here. Your trash bin is empty!" => "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ធុង​សំរាម​របស់​អ្នក​គឺ​ទទេ!", -"Name" => "ឈ្មោះ", -"Deleted" => "បាន​លុប", -"Delete" => "លុប" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/ko.js b/apps/files_trashbin/l10n/ko.js new file mode 100644 index 0000000000..6f3f68cc66 --- /dev/null +++ b/apps/files_trashbin/l10n/ko.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "%s을(를_ 영구적으로 삭제할 수 없습니다", + "Couldn't restore %s" : "%s을(를) 복원할 수 없습니다", + "Deleted files" : "삭제된 파일", + "Restore" : "복원", + "Error" : "오류", + "restored" : "복원됨", + "Nothing in here. Your trash bin is empty!" : "휴지통이 비어 있습니다!", + "Name" : "이름", + "Deleted" : "삭제됨", + "Delete" : "삭제" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/ko.json b/apps/files_trashbin/l10n/ko.json new file mode 100644 index 0000000000..834c798fb7 --- /dev/null +++ b/apps/files_trashbin/l10n/ko.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "%s을(를_ 영구적으로 삭제할 수 없습니다", + "Couldn't restore %s" : "%s을(를) 복원할 수 없습니다", + "Deleted files" : "삭제된 파일", + "Restore" : "복원", + "Error" : "오류", + "restored" : "복원됨", + "Nothing in here. Your trash bin is empty!" : "휴지통이 비어 있습니다!", + "Name" : "이름", + "Deleted" : "삭제됨", + "Delete" : "삭제" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ko.php b/apps/files_trashbin/l10n/ko.php deleted file mode 100644 index 98800fd2e5..0000000000 --- a/apps/files_trashbin/l10n/ko.php +++ /dev/null @@ -1,14 +0,0 @@ - "%s을(를_ 영구적으로 삭제할 수 없습니다", -"Couldn't restore %s" => "%s을(를) 복원할 수 없습니다", -"Deleted files" => "삭제된 파일", -"Restore" => "복원", -"Error" => "오류", -"restored" => "복원됨", -"Nothing in here. Your trash bin is empty!" => "휴지통이 비어 있습니다!", -"Name" => "이름", -"Deleted" => "삭제됨", -"Delete" => "삭제" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/ku_IQ.js b/apps/files_trashbin/l10n/ku_IQ.js new file mode 100644 index 0000000000..5169ba012e --- /dev/null +++ b/apps/files_trashbin/l10n/ku_IQ.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "هه‌ڵه", + "Name" : "ناو" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/ku_IQ.json b/apps/files_trashbin/l10n/ku_IQ.json new file mode 100644 index 0000000000..0aac36468e --- /dev/null +++ b/apps/files_trashbin/l10n/ku_IQ.json @@ -0,0 +1,5 @@ +{ "translations": { + "Error" : "هه‌ڵه", + "Name" : "ناو" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ku_IQ.php b/apps/files_trashbin/l10n/ku_IQ.php deleted file mode 100644 index c1962a4075..0000000000 --- a/apps/files_trashbin/l10n/ku_IQ.php +++ /dev/null @@ -1,6 +0,0 @@ - "هه‌ڵه", -"Name" => "ناو" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/lb.js b/apps/files_trashbin/l10n/lb.js new file mode 100644 index 0000000000..001f64200c --- /dev/null +++ b/apps/files_trashbin/l10n/lb.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "Fehler", + "Name" : "Numm", + "Delete" : "Läschen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/lb.json b/apps/files_trashbin/l10n/lb.json new file mode 100644 index 0000000000..2019dad0b7 --- /dev/null +++ b/apps/files_trashbin/l10n/lb.json @@ -0,0 +1,6 @@ +{ "translations": { + "Error" : "Fehler", + "Name" : "Numm", + "Delete" : "Läschen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/lb.php b/apps/files_trashbin/l10n/lb.php deleted file mode 100644 index b434ae7217..0000000000 --- a/apps/files_trashbin/l10n/lb.php +++ /dev/null @@ -1,7 +0,0 @@ - "Fehler", -"Name" => "Numm", -"Delete" => "Läschen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/lt_LT.js b/apps/files_trashbin/l10n/lt_LT.js new file mode 100644 index 0000000000..b7a43703e8 --- /dev/null +++ b/apps/files_trashbin/l10n/lt_LT.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Nepavyko negrįžtamai ištrinti %s", + "Couldn't restore %s" : "Nepavyko atkurti %s", + "Deleted files" : "Ištrinti failai", + "Restore" : "Atstatyti", + "Error" : "Klaida", + "restored" : "atstatyta", + "Nothing in here. Your trash bin is empty!" : "Nieko nėra. Jūsų šiukšliadėžė tuščia!", + "Name" : "Pavadinimas", + "Deleted" : "Ištrinti", + "Delete" : "Ištrinti" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_trashbin/l10n/lt_LT.json b/apps/files_trashbin/l10n/lt_LT.json new file mode 100644 index 0000000000..7c572ddc20 --- /dev/null +++ b/apps/files_trashbin/l10n/lt_LT.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Nepavyko negrįžtamai ištrinti %s", + "Couldn't restore %s" : "Nepavyko atkurti %s", + "Deleted files" : "Ištrinti failai", + "Restore" : "Atstatyti", + "Error" : "Klaida", + "restored" : "atstatyta", + "Nothing in here. Your trash bin is empty!" : "Nieko nėra. Jūsų šiukšliadėžė tuščia!", + "Name" : "Pavadinimas", + "Deleted" : "Ištrinti", + "Delete" : "Ištrinti" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/lt_LT.php b/apps/files_trashbin/l10n/lt_LT.php deleted file mode 100644 index fa65d7eaba..0000000000 --- a/apps/files_trashbin/l10n/lt_LT.php +++ /dev/null @@ -1,14 +0,0 @@ - "Nepavyko negrįžtamai ištrinti %s", -"Couldn't restore %s" => "Nepavyko atkurti %s", -"Deleted files" => "Ištrinti failai", -"Restore" => "Atstatyti", -"Error" => "Klaida", -"restored" => "atstatyta", -"Nothing in here. Your trash bin is empty!" => "Nieko nėra. Jūsų šiukšliadėžė tuščia!", -"Name" => "Pavadinimas", -"Deleted" => "Ištrinti", -"Delete" => "Ištrinti" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_trashbin/l10n/lv.js b/apps/files_trashbin/l10n/lv.js new file mode 100644 index 0000000000..463be504d5 --- /dev/null +++ b/apps/files_trashbin/l10n/lv.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Nevarēja pilnībā izdzēst %s", + "Couldn't restore %s" : "Nevarēja atjaunot %s", + "Deleted files" : "Dzēstās datnes", + "Restore" : "Atjaunot", + "Error" : "Kļūda", + "restored" : "atjaunots", + "Nothing in here. Your trash bin is empty!" : "Šeit nekā nav. Jūsu miskaste ir tukša!", + "Name" : "Nosaukums", + "Deleted" : "Dzēsts", + "Delete" : "Dzēst" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/files_trashbin/l10n/lv.json b/apps/files_trashbin/l10n/lv.json new file mode 100644 index 0000000000..ad0e2aa984 --- /dev/null +++ b/apps/files_trashbin/l10n/lv.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Nevarēja pilnībā izdzēst %s", + "Couldn't restore %s" : "Nevarēja atjaunot %s", + "Deleted files" : "Dzēstās datnes", + "Restore" : "Atjaunot", + "Error" : "Kļūda", + "restored" : "atjaunots", + "Nothing in here. Your trash bin is empty!" : "Šeit nekā nav. Jūsu miskaste ir tukša!", + "Name" : "Nosaukums", + "Deleted" : "Dzēsts", + "Delete" : "Dzēst" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/lv.php b/apps/files_trashbin/l10n/lv.php deleted file mode 100644 index 3432f9ac75..0000000000 --- a/apps/files_trashbin/l10n/lv.php +++ /dev/null @@ -1,14 +0,0 @@ - "Nevarēja pilnībā izdzēst %s", -"Couldn't restore %s" => "Nevarēja atjaunot %s", -"Deleted files" => "Dzēstās datnes", -"Restore" => "Atjaunot", -"Error" => "Kļūda", -"restored" => "atjaunots", -"Nothing in here. Your trash bin is empty!" => "Šeit nekā nav. Jūsu miskaste ir tukša!", -"Name" => "Nosaukums", -"Deleted" => "Dzēsts", -"Delete" => "Dzēst" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/apps/files_trashbin/l10n/mk.js b/apps/files_trashbin/l10n/mk.js new file mode 100644 index 0000000000..6d74f64e37 --- /dev/null +++ b/apps/files_trashbin/l10n/mk.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Не можеше трајно да се избрише %s", + "Couldn't restore %s" : "Не можеше да се поврати %s", + "Deleted files" : "Избришани датотеки", + "Restore" : "Поврати", + "Error" : "Грешка", + "restored" : "повратени", + "Nothing in here. Your trash bin is empty!" : "Тука нема ништо. Вашата корпа за отпадоци е празна!", + "Name" : "Име", + "Deleted" : "Избришан", + "Delete" : "Избриши" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/files_trashbin/l10n/mk.json b/apps/files_trashbin/l10n/mk.json new file mode 100644 index 0000000000..45eef9bfd6 --- /dev/null +++ b/apps/files_trashbin/l10n/mk.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Не можеше трајно да се избрише %s", + "Couldn't restore %s" : "Не можеше да се поврати %s", + "Deleted files" : "Избришани датотеки", + "Restore" : "Поврати", + "Error" : "Грешка", + "restored" : "повратени", + "Nothing in here. Your trash bin is empty!" : "Тука нема ништо. Вашата корпа за отпадоци е празна!", + "Name" : "Име", + "Deleted" : "Избришан", + "Delete" : "Избриши" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/mk.php b/apps/files_trashbin/l10n/mk.php deleted file mode 100644 index 66c2d0a296..0000000000 --- a/apps/files_trashbin/l10n/mk.php +++ /dev/null @@ -1,14 +0,0 @@ - "Не можеше трајно да се избрише %s", -"Couldn't restore %s" => "Не можеше да се поврати %s", -"Deleted files" => "Избришани датотеки", -"Restore" => "Поврати", -"Error" => "Грешка", -"restored" => "повратени", -"Nothing in here. Your trash bin is empty!" => "Тука нема ништо. Вашата корпа за отпадоци е празна!", -"Name" => "Име", -"Deleted" => "Избришан", -"Delete" => "Избриши" -); -$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/files_trashbin/l10n/ms_MY.js b/apps/files_trashbin/l10n/ms_MY.js new file mode 100644 index 0000000000..6e7028832e --- /dev/null +++ b/apps/files_trashbin/l10n/ms_MY.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Tidak dapat menghapuskan %s secara kekal", + "Couldn't restore %s" : "Tidak dapat memulihkan %s", + "Deleted files" : "Fail dipadam", + "Restore" : "Pulihkan", + "Error" : "Ralat", + "restored" : "dipulihkan", + "Nothing in here. Your trash bin is empty!" : "Tiada apa disini. Tong sampah anda kosong!", + "Name" : "Nama", + "Deleted" : "Dipadam", + "Delete" : "Padam" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/ms_MY.json b/apps/files_trashbin/l10n/ms_MY.json new file mode 100644 index 0000000000..5bb1e815ff --- /dev/null +++ b/apps/files_trashbin/l10n/ms_MY.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Tidak dapat menghapuskan %s secara kekal", + "Couldn't restore %s" : "Tidak dapat memulihkan %s", + "Deleted files" : "Fail dipadam", + "Restore" : "Pulihkan", + "Error" : "Ralat", + "restored" : "dipulihkan", + "Nothing in here. Your trash bin is empty!" : "Tiada apa disini. Tong sampah anda kosong!", + "Name" : "Nama", + "Deleted" : "Dipadam", + "Delete" : "Padam" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ms_MY.php b/apps/files_trashbin/l10n/ms_MY.php deleted file mode 100644 index 55f26ba6ef..0000000000 --- a/apps/files_trashbin/l10n/ms_MY.php +++ /dev/null @@ -1,14 +0,0 @@ - "Tidak dapat menghapuskan %s secara kekal", -"Couldn't restore %s" => "Tidak dapat memulihkan %s", -"Deleted files" => "Fail dipadam", -"Restore" => "Pulihkan", -"Error" => "Ralat", -"restored" => "dipulihkan", -"Nothing in here. Your trash bin is empty!" => "Tiada apa disini. Tong sampah anda kosong!", -"Name" => "Nama", -"Deleted" => "Dipadam", -"Delete" => "Padam" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/nb_NO.js b/apps/files_trashbin/l10n/nb_NO.js new file mode 100644 index 0000000000..b5c2821a30 --- /dev/null +++ b/apps/files_trashbin/l10n/nb_NO.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Kunne ikke slette %s fullstendig", + "Couldn't restore %s" : "Kunne ikke gjenopprette %s", + "Deleted files" : "Slettede filer", + "Restore" : "Gjenopprett", + "Error" : "Feil", + "restored" : "gjenopprettet", + "Nothing in here. Your trash bin is empty!" : "Ingenting her. Søppelkassen din er tom!", + "Name" : "Navn", + "Deleted" : "Slettet", + "Delete" : "Slett" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/nb_NO.json b/apps/files_trashbin/l10n/nb_NO.json new file mode 100644 index 0000000000..a671f46115 --- /dev/null +++ b/apps/files_trashbin/l10n/nb_NO.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Kunne ikke slette %s fullstendig", + "Couldn't restore %s" : "Kunne ikke gjenopprette %s", + "Deleted files" : "Slettede filer", + "Restore" : "Gjenopprett", + "Error" : "Feil", + "restored" : "gjenopprettet", + "Nothing in here. Your trash bin is empty!" : "Ingenting her. Søppelkassen din er tom!", + "Name" : "Navn", + "Deleted" : "Slettet", + "Delete" : "Slett" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/nb_NO.php b/apps/files_trashbin/l10n/nb_NO.php deleted file mode 100644 index 519b4e5aa2..0000000000 --- a/apps/files_trashbin/l10n/nb_NO.php +++ /dev/null @@ -1,14 +0,0 @@ - "Kunne ikke slette %s fullstendig", -"Couldn't restore %s" => "Kunne ikke gjenopprette %s", -"Deleted files" => "Slettede filer", -"Restore" => "Gjenopprett", -"Error" => "Feil", -"restored" => "gjenopprettet", -"Nothing in here. Your trash bin is empty!" => "Ingenting her. Søppelkassen din er tom!", -"Name" => "Navn", -"Deleted" => "Slettet", -"Delete" => "Slett" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/nl.js b/apps/files_trashbin/l10n/nl.js new file mode 100644 index 0000000000..3bd48a07ef --- /dev/null +++ b/apps/files_trashbin/l10n/nl.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Kon %s niet permanent verwijderen", + "Couldn't restore %s" : "Kon %s niet herstellen", + "Deleted files" : "Verwijderde bestanden", + "Restore" : "Herstellen", + "Error" : "Fout", + "restored" : "hersteld", + "Nothing in here. Your trash bin is empty!" : "Niets te vinden. Uw prullenbak is leeg!", + "Name" : "Naam", + "Deleted" : "Verwijderd", + "Delete" : "Verwijder" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/nl.json b/apps/files_trashbin/l10n/nl.json new file mode 100644 index 0000000000..5d4134ed1c --- /dev/null +++ b/apps/files_trashbin/l10n/nl.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Kon %s niet permanent verwijderen", + "Couldn't restore %s" : "Kon %s niet herstellen", + "Deleted files" : "Verwijderde bestanden", + "Restore" : "Herstellen", + "Error" : "Fout", + "restored" : "hersteld", + "Nothing in here. Your trash bin is empty!" : "Niets te vinden. Uw prullenbak is leeg!", + "Name" : "Naam", + "Deleted" : "Verwijderd", + "Delete" : "Verwijder" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/nl.php b/apps/files_trashbin/l10n/nl.php deleted file mode 100644 index 41dfa86b7a..0000000000 --- a/apps/files_trashbin/l10n/nl.php +++ /dev/null @@ -1,14 +0,0 @@ - "Kon %s niet permanent verwijderen", -"Couldn't restore %s" => "Kon %s niet herstellen", -"Deleted files" => "Verwijderde bestanden", -"Restore" => "Herstellen", -"Error" => "Fout", -"restored" => "hersteld", -"Nothing in here. Your trash bin is empty!" => "Niets te vinden. Uw prullenbak is leeg!", -"Name" => "Naam", -"Deleted" => "Verwijderd", -"Delete" => "Verwijder" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/nn_NO.js b/apps/files_trashbin/l10n/nn_NO.js new file mode 100644 index 0000000000..2c42392757 --- /dev/null +++ b/apps/files_trashbin/l10n/nn_NO.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Klarte ikkje sletta %s for godt", + "Couldn't restore %s" : "Klarte ikkje gjenoppretta %s", + "Deleted files" : "Sletta filer", + "Restore" : "Gjenopprett", + "Error" : "Feil", + "restored" : "gjenoppretta", + "Nothing in here. Your trash bin is empty!" : "Ingenting her. Papirkorga di er tom!", + "Name" : "Namn", + "Deleted" : "Sletta", + "Delete" : "Slett" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/nn_NO.json b/apps/files_trashbin/l10n/nn_NO.json new file mode 100644 index 0000000000..f5fe09fa06 --- /dev/null +++ b/apps/files_trashbin/l10n/nn_NO.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Klarte ikkje sletta %s for godt", + "Couldn't restore %s" : "Klarte ikkje gjenoppretta %s", + "Deleted files" : "Sletta filer", + "Restore" : "Gjenopprett", + "Error" : "Feil", + "restored" : "gjenoppretta", + "Nothing in here. Your trash bin is empty!" : "Ingenting her. Papirkorga di er tom!", + "Name" : "Namn", + "Deleted" : "Sletta", + "Delete" : "Slett" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/nn_NO.php b/apps/files_trashbin/l10n/nn_NO.php deleted file mode 100644 index aa18927b1f..0000000000 --- a/apps/files_trashbin/l10n/nn_NO.php +++ /dev/null @@ -1,14 +0,0 @@ - "Klarte ikkje sletta %s for godt", -"Couldn't restore %s" => "Klarte ikkje gjenoppretta %s", -"Deleted files" => "Sletta filer", -"Restore" => "Gjenopprett", -"Error" => "Feil", -"restored" => "gjenoppretta", -"Nothing in here. Your trash bin is empty!" => "Ingenting her. Papirkorga di er tom!", -"Name" => "Namn", -"Deleted" => "Sletta", -"Delete" => "Slett" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/oc.js b/apps/files_trashbin/l10n/oc.js new file mode 100644 index 0000000000..26e577443c --- /dev/null +++ b/apps/files_trashbin/l10n/oc.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "Error", + "Name" : "Nom", + "Delete" : "Escafa" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_trashbin/l10n/oc.json b/apps/files_trashbin/l10n/oc.json new file mode 100644 index 0000000000..2ec4734761 --- /dev/null +++ b/apps/files_trashbin/l10n/oc.json @@ -0,0 +1,6 @@ +{ "translations": { + "Error" : "Error", + "Name" : "Nom", + "Delete" : "Escafa" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/oc.php b/apps/files_trashbin/l10n/oc.php deleted file mode 100644 index b472683f08..0000000000 --- a/apps/files_trashbin/l10n/oc.php +++ /dev/null @@ -1,7 +0,0 @@ - "Error", -"Name" => "Nom", -"Delete" => "Escafa" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_trashbin/l10n/pa.js b/apps/files_trashbin/l10n/pa.js new file mode 100644 index 0000000000..301d8f08c1 --- /dev/null +++ b/apps/files_trashbin/l10n/pa.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "ਗਲਤੀ", + "Delete" : "ਹਟਾਓ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/pa.json b/apps/files_trashbin/l10n/pa.json new file mode 100644 index 0000000000..6ad75a4c99 --- /dev/null +++ b/apps/files_trashbin/l10n/pa.json @@ -0,0 +1,5 @@ +{ "translations": { + "Error" : "ਗਲਤੀ", + "Delete" : "ਹਟਾਓ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/pa.php b/apps/files_trashbin/l10n/pa.php deleted file mode 100644 index 825a49aaea..0000000000 --- a/apps/files_trashbin/l10n/pa.php +++ /dev/null @@ -1,6 +0,0 @@ - "ਗਲਤੀ", -"Delete" => "ਹਟਾਓ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/pl.js b/apps/files_trashbin/l10n/pl.js new file mode 100644 index 0000000000..13053c3bae --- /dev/null +++ b/apps/files_trashbin/l10n/pl.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Nie można trwale usunąć %s", + "Couldn't restore %s" : "Nie można przywrócić %s", + "Deleted files" : "Usunięte pliki", + "Restore" : "Przywróć", + "Error" : "Błąd", + "restored" : "przywrócony", + "Nothing in here. Your trash bin is empty!" : "Nic tu nie ma. Twój kosz jest pusty!", + "Name" : "Nazwa", + "Deleted" : "Usunięte", + "Delete" : "Usuń" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_trashbin/l10n/pl.json b/apps/files_trashbin/l10n/pl.json new file mode 100644 index 0000000000..edb0a2daaf --- /dev/null +++ b/apps/files_trashbin/l10n/pl.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Nie można trwale usunąć %s", + "Couldn't restore %s" : "Nie można przywrócić %s", + "Deleted files" : "Usunięte pliki", + "Restore" : "Przywróć", + "Error" : "Błąd", + "restored" : "przywrócony", + "Nothing in here. Your trash bin is empty!" : "Nic tu nie ma. Twój kosz jest pusty!", + "Name" : "Nazwa", + "Deleted" : "Usunięte", + "Delete" : "Usuń" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/pl.php b/apps/files_trashbin/l10n/pl.php deleted file mode 100644 index 9b5b923aa5..0000000000 --- a/apps/files_trashbin/l10n/pl.php +++ /dev/null @@ -1,14 +0,0 @@ - "Nie można trwale usunąć %s", -"Couldn't restore %s" => "Nie można przywrócić %s", -"Deleted files" => "Usunięte pliki", -"Restore" => "Przywróć", -"Error" => "Błąd", -"restored" => "przywrócony", -"Nothing in here. Your trash bin is empty!" => "Nic tu nie ma. Twój kosz jest pusty!", -"Name" => "Nazwa", -"Deleted" => "Usunięte", -"Delete" => "Usuń" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_trashbin/l10n/pt_BR.js b/apps/files_trashbin/l10n/pt_BR.js new file mode 100644 index 0000000000..f1b7e44738 --- /dev/null +++ b/apps/files_trashbin/l10n/pt_BR.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Não foi possível excluir %s permanentemente", + "Couldn't restore %s" : "Não foi possível restaurar %s", + "Deleted files" : "Arquivos apagados", + "Restore" : "Restaurar", + "Error" : "Erro", + "restored" : "restaurado", + "Nothing in here. Your trash bin is empty!" : "Nada aqui. Sua lixeira está vazia!", + "Name" : "Nome", + "Deleted" : "Excluído", + "Delete" : "Excluir" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_trashbin/l10n/pt_BR.json b/apps/files_trashbin/l10n/pt_BR.json new file mode 100644 index 0000000000..801f91f18b --- /dev/null +++ b/apps/files_trashbin/l10n/pt_BR.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Não foi possível excluir %s permanentemente", + "Couldn't restore %s" : "Não foi possível restaurar %s", + "Deleted files" : "Arquivos apagados", + "Restore" : "Restaurar", + "Error" : "Erro", + "restored" : "restaurado", + "Nothing in here. Your trash bin is empty!" : "Nada aqui. Sua lixeira está vazia!", + "Name" : "Nome", + "Deleted" : "Excluído", + "Delete" : "Excluir" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/pt_BR.php b/apps/files_trashbin/l10n/pt_BR.php deleted file mode 100644 index b7dd346b40..0000000000 --- a/apps/files_trashbin/l10n/pt_BR.php +++ /dev/null @@ -1,14 +0,0 @@ - "Não foi possível excluir %s permanentemente", -"Couldn't restore %s" => "Não foi possível restaurar %s", -"Deleted files" => "Arquivos apagados", -"Restore" => "Restaurar", -"Error" => "Erro", -"restored" => "restaurado", -"Nothing in here. Your trash bin is empty!" => "Nada aqui. Sua lixeira está vazia!", -"Name" => "Nome", -"Deleted" => "Excluído", -"Delete" => "Excluir" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_trashbin/l10n/pt_PT.js b/apps/files_trashbin/l10n/pt_PT.js new file mode 100644 index 0000000000..5d22e3bca2 --- /dev/null +++ b/apps/files_trashbin/l10n/pt_PT.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Não foi possível eliminar %s de forma permanente", + "Couldn't restore %s" : "Não foi possível restaurar %s", + "Deleted files" : "Ficheiros eliminados", + "Restore" : "Restaurar", + "Error" : "Erro", + "restored" : "Restaurado", + "Nothing in here. Your trash bin is empty!" : "Não hà ficheiros. O lixo está vazio!", + "Name" : "Nome", + "Deleted" : "Apagado", + "Delete" : "Eliminar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/pt_PT.json b/apps/files_trashbin/l10n/pt_PT.json new file mode 100644 index 0000000000..4feb75abd9 --- /dev/null +++ b/apps/files_trashbin/l10n/pt_PT.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Não foi possível eliminar %s de forma permanente", + "Couldn't restore %s" : "Não foi possível restaurar %s", + "Deleted files" : "Ficheiros eliminados", + "Restore" : "Restaurar", + "Error" : "Erro", + "restored" : "Restaurado", + "Nothing in here. Your trash bin is empty!" : "Não hà ficheiros. O lixo está vazio!", + "Name" : "Nome", + "Deleted" : "Apagado", + "Delete" : "Eliminar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/pt_PT.php b/apps/files_trashbin/l10n/pt_PT.php deleted file mode 100644 index 8a18d842c9..0000000000 --- a/apps/files_trashbin/l10n/pt_PT.php +++ /dev/null @@ -1,14 +0,0 @@ - "Não foi possível eliminar %s de forma permanente", -"Couldn't restore %s" => "Não foi possível restaurar %s", -"Deleted files" => "Ficheiros eliminados", -"Restore" => "Restaurar", -"Error" => "Erro", -"restored" => "Restaurado", -"Nothing in here. Your trash bin is empty!" => "Não hà ficheiros. O lixo está vazio!", -"Name" => "Nome", -"Deleted" => "Apagado", -"Delete" => "Eliminar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/ro.js b/apps/files_trashbin/l10n/ro.js new file mode 100644 index 0000000000..c0ba574169 --- /dev/null +++ b/apps/files_trashbin/l10n/ro.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_trashbin", + { + "Deleted files" : "Sterge fisierele", + "Restore" : "Restabilire", + "Error" : "Eroare", + "Name" : "Nume", + "Delete" : "Șterge" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/files_trashbin/l10n/ro.json b/apps/files_trashbin/l10n/ro.json new file mode 100644 index 0000000000..d0c02197e4 --- /dev/null +++ b/apps/files_trashbin/l10n/ro.json @@ -0,0 +1,8 @@ +{ "translations": { + "Deleted files" : "Sterge fisierele", + "Restore" : "Restabilire", + "Error" : "Eroare", + "Name" : "Nume", + "Delete" : "Șterge" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ro.php b/apps/files_trashbin/l10n/ro.php deleted file mode 100644 index eb8d6b81b7..0000000000 --- a/apps/files_trashbin/l10n/ro.php +++ /dev/null @@ -1,9 +0,0 @@ - "Sterge fisierele", -"Restore" => "Restabilire", -"Error" => "Eroare", -"Name" => "Nume", -"Delete" => "Șterge" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/files_trashbin/l10n/ru.js b/apps/files_trashbin/l10n/ru.js new file mode 100644 index 0000000000..dbb2df1f70 --- /dev/null +++ b/apps/files_trashbin/l10n/ru.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "%s не может быть удалён навсегда", + "Couldn't restore %s" : "%s не может быть восстановлен", + "Deleted files" : "Удалённые файлы", + "Restore" : "Восстановить", + "Error" : "Ошибка", + "restored" : "восстановлен", + "Nothing in here. Your trash bin is empty!" : "Здесь ничего нет. Ваша корзина пуста!", + "Name" : "Имя", + "Deleted" : "Удалён", + "Delete" : "Удалить" +}, +"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/apps/files_trashbin/l10n/ru.json b/apps/files_trashbin/l10n/ru.json new file mode 100644 index 0000000000..3e67045967 --- /dev/null +++ b/apps/files_trashbin/l10n/ru.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "%s не может быть удалён навсегда", + "Couldn't restore %s" : "%s не может быть восстановлен", + "Deleted files" : "Удалённые файлы", + "Restore" : "Восстановить", + "Error" : "Ошибка", + "restored" : "восстановлен", + "Nothing in here. Your trash bin is empty!" : "Здесь ничего нет. Ваша корзина пуста!", + "Name" : "Имя", + "Deleted" : "Удалён", + "Delete" : "Удалить" +},"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/apps/files_trashbin/l10n/ru.php b/apps/files_trashbin/l10n/ru.php deleted file mode 100644 index 8d00e08241..0000000000 --- a/apps/files_trashbin/l10n/ru.php +++ /dev/null @@ -1,14 +0,0 @@ - "%s не может быть удалён навсегда", -"Couldn't restore %s" => "%s не может быть восстановлен", -"Deleted files" => "Удалённые файлы", -"Restore" => "Восстановить", -"Error" => "Ошибка", -"restored" => "восстановлен", -"Nothing in here. Your trash bin is empty!" => "Здесь ничего нет. Ваша корзина пуста!", -"Name" => "Имя", -"Deleted" => "Удалён", -"Delete" => "Удалить" -); -$PLURAL_FORMS = "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/apps/files_trashbin/l10n/si_LK.js b/apps/files_trashbin/l10n/si_LK.js new file mode 100644 index 0000000000..2f8a62ccab --- /dev/null +++ b/apps/files_trashbin/l10n/si_LK.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "දෝෂයක්", + "Name" : "නම", + "Delete" : "මකා දමන්න" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/si_LK.json b/apps/files_trashbin/l10n/si_LK.json new file mode 100644 index 0000000000..c46fb9adcb --- /dev/null +++ b/apps/files_trashbin/l10n/si_LK.json @@ -0,0 +1,6 @@ +{ "translations": { + "Error" : "දෝෂයක්", + "Name" : "නම", + "Delete" : "මකා දමන්න" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/si_LK.php b/apps/files_trashbin/l10n/si_LK.php deleted file mode 100644 index 87e928989e..0000000000 --- a/apps/files_trashbin/l10n/si_LK.php +++ /dev/null @@ -1,7 +0,0 @@ - "දෝෂයක්", -"Name" => "නම", -"Delete" => "මකා දමන්න" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/sk_SK.js b/apps/files_trashbin/l10n/sk_SK.js new file mode 100644 index 0000000000..9069b4ea50 --- /dev/null +++ b/apps/files_trashbin/l10n/sk_SK.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Nemožno zmazať %s navždy", + "Couldn't restore %s" : "Nemožno obnoviť %s", + "Deleted files" : "Zmazané súbory", + "Restore" : "Obnoviť", + "Error" : "Chyba", + "restored" : "obnovené", + "Nothing in here. Your trash bin is empty!" : "Žiadny obsah. Kôš je prázdny!", + "Name" : "Názov", + "Deleted" : "Zmazané", + "Delete" : "Zmazať" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_trashbin/l10n/sk_SK.json b/apps/files_trashbin/l10n/sk_SK.json new file mode 100644 index 0000000000..e3b95e1d59 --- /dev/null +++ b/apps/files_trashbin/l10n/sk_SK.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Nemožno zmazať %s navždy", + "Couldn't restore %s" : "Nemožno obnoviť %s", + "Deleted files" : "Zmazané súbory", + "Restore" : "Obnoviť", + "Error" : "Chyba", + "restored" : "obnovené", + "Nothing in here. Your trash bin is empty!" : "Žiadny obsah. Kôš je prázdny!", + "Name" : "Názov", + "Deleted" : "Zmazané", + "Delete" : "Zmazať" +},"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_SK.php b/apps/files_trashbin/l10n/sk_SK.php deleted file mode 100644 index 7588b555d9..0000000000 --- a/apps/files_trashbin/l10n/sk_SK.php +++ /dev/null @@ -1,14 +0,0 @@ - "Nemožno zmazať %s navždy", -"Couldn't restore %s" => "Nemožno obnoviť %s", -"Deleted files" => "Zmazané súbory", -"Restore" => "Obnoviť", -"Error" => "Chyba", -"restored" => "obnovené", -"Nothing in here. Your trash bin is empty!" => "Žiadny obsah. Kôš je prázdny!", -"Name" => "Názov", -"Deleted" => "Zmazané", -"Delete" => "Zmazať" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_trashbin/l10n/sl.js b/apps/files_trashbin/l10n/sl.js new file mode 100644 index 0000000000..60cecde1cb --- /dev/null +++ b/apps/files_trashbin/l10n/sl.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Datoteke %s ni mogoče trajno izbrisati.", + "Couldn't restore %s" : "Ni mogoče obnoviti %s", + "Deleted files" : "Izbrisane datoteke", + "Restore" : "Obnovi", + "Error" : "Napaka", + "restored" : "obnovljeno", + "Nothing in here. Your trash bin is empty!" : "Mapa smeti je prazna.", + "Name" : "Ime", + "Deleted" : "Izbrisano", + "Delete" : "Izbriši" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/files_trashbin/l10n/sl.json b/apps/files_trashbin/l10n/sl.json new file mode 100644 index 0000000000..0431bb3099 --- /dev/null +++ b/apps/files_trashbin/l10n/sl.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Datoteke %s ni mogoče trajno izbrisati.", + "Couldn't restore %s" : "Ni mogoče obnoviti %s", + "Deleted files" : "Izbrisane datoteke", + "Restore" : "Obnovi", + "Error" : "Napaka", + "restored" : "obnovljeno", + "Nothing in here. Your trash bin is empty!" : "Mapa smeti je prazna.", + "Name" : "Ime", + "Deleted" : "Izbrisano", + "Delete" : "Izbriši" +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/sl.php b/apps/files_trashbin/l10n/sl.php deleted file mode 100644 index f9dc5112ac..0000000000 --- a/apps/files_trashbin/l10n/sl.php +++ /dev/null @@ -1,14 +0,0 @@ - "Datoteke %s ni mogoče trajno izbrisati.", -"Couldn't restore %s" => "Ni mogoče obnoviti %s", -"Deleted files" => "Izbrisane datoteke", -"Restore" => "Obnovi", -"Error" => "Napaka", -"restored" => "obnovljeno", -"Nothing in here. Your trash bin is empty!" => "Mapa smeti je prazna.", -"Name" => "Ime", -"Deleted" => "Izbrisano", -"Delete" => "Izbriši" -); -$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/apps/files_trashbin/l10n/sq.js b/apps/files_trashbin/l10n/sq.js new file mode 100644 index 0000000000..6c4e2b4461 --- /dev/null +++ b/apps/files_trashbin/l10n/sq.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Nuk munda ta eliminoj përfundimisht %s", + "Couldn't restore %s" : "Nuk munda ta rivendos %s", + "Deleted files" : "Skedarë të fshirë ", + "Restore" : "Rivendos", + "Error" : "Veprim i gabuar", + "restored" : "rivendosur", + "Nothing in here. Your trash bin is empty!" : "Këtu nuk ka asgjë. Koshi juaj është bosh!", + "Name" : "Emri", + "Deleted" : "Eliminuar", + "Delete" : "Elimino" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/sq.json b/apps/files_trashbin/l10n/sq.json new file mode 100644 index 0000000000..fc766582d5 --- /dev/null +++ b/apps/files_trashbin/l10n/sq.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Nuk munda ta eliminoj përfundimisht %s", + "Couldn't restore %s" : "Nuk munda ta rivendos %s", + "Deleted files" : "Skedarë të fshirë ", + "Restore" : "Rivendos", + "Error" : "Veprim i gabuar", + "restored" : "rivendosur", + "Nothing in here. Your trash bin is empty!" : "Këtu nuk ka asgjë. Koshi juaj është bosh!", + "Name" : "Emri", + "Deleted" : "Eliminuar", + "Delete" : "Elimino" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/sq.php b/apps/files_trashbin/l10n/sq.php deleted file mode 100644 index 9e16b7a7bf..0000000000 --- a/apps/files_trashbin/l10n/sq.php +++ /dev/null @@ -1,14 +0,0 @@ - "Nuk munda ta eliminoj përfundimisht %s", -"Couldn't restore %s" => "Nuk munda ta rivendos %s", -"Deleted files" => "Skedarë të fshirë ", -"Restore" => "Rivendos", -"Error" => "Veprim i gabuar", -"restored" => "rivendosur", -"Nothing in here. Your trash bin is empty!" => "Këtu nuk ka asgjë. Koshi juaj është bosh!", -"Name" => "Emri", -"Deleted" => "Eliminuar", -"Delete" => "Elimino" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/sr.js b/apps/files_trashbin/l10n/sr.js new file mode 100644 index 0000000000..fdaae6185a --- /dev/null +++ b/apps/files_trashbin/l10n/sr.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "files_trashbin", + { + "Deleted files" : "Обрисане датотеке", + "Restore" : "Врати", + "Error" : "Грешка", + "Nothing in here. Your trash bin is empty!" : "Овде нема ништа. Корпа за отпатке је празна.", + "Name" : "Име", + "Deleted" : "Обрисано", + "Delete" : "Обриши" +}, +"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/apps/files_trashbin/l10n/sr.json b/apps/files_trashbin/l10n/sr.json new file mode 100644 index 0000000000..d4d8c91bf1 --- /dev/null +++ b/apps/files_trashbin/l10n/sr.json @@ -0,0 +1,10 @@ +{ "translations": { + "Deleted files" : "Обрисане датотеке", + "Restore" : "Врати", + "Error" : "Грешка", + "Nothing in here. Your trash bin is empty!" : "Овде нема ништа. Корпа за отпатке је празна.", + "Name" : "Име", + "Deleted" : "Обрисано", + "Delete" : "Обриши" +},"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/apps/files_trashbin/l10n/sr.php b/apps/files_trashbin/l10n/sr.php deleted file mode 100644 index d4abc908c9..0000000000 --- a/apps/files_trashbin/l10n/sr.php +++ /dev/null @@ -1,11 +0,0 @@ - "Обрисане датотеке", -"Restore" => "Врати", -"Error" => "Грешка", -"Nothing in here. Your trash bin is empty!" => "Овде нема ништа. Корпа за отпатке је празна.", -"Name" => "Име", -"Deleted" => "Обрисано", -"Delete" => "Обриши" -); -$PLURAL_FORMS = "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/apps/files_trashbin/l10n/sr@latin.js b/apps/files_trashbin/l10n/sr@latin.js new file mode 100644 index 0000000000..ee9560bf68 --- /dev/null +++ b/apps/files_trashbin/l10n/sr@latin.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "Greška", + "Name" : "Ime", + "Delete" : "Obriši" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_trashbin/l10n/sr@latin.json b/apps/files_trashbin/l10n/sr@latin.json new file mode 100644 index 0000000000..3f64cf8f2b --- /dev/null +++ b/apps/files_trashbin/l10n/sr@latin.json @@ -0,0 +1,6 @@ +{ "translations": { + "Error" : "Greška", + "Name" : "Ime", + "Delete" : "Obriši" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/sr@latin.php b/apps/files_trashbin/l10n/sr@latin.php deleted file mode 100644 index 9f18ac8be7..0000000000 --- a/apps/files_trashbin/l10n/sr@latin.php +++ /dev/null @@ -1,7 +0,0 @@ - "Greška", -"Name" => "Ime", -"Delete" => "Obriši" -); -$PLURAL_FORMS = "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/apps/files_trashbin/l10n/sv.js b/apps/files_trashbin/l10n/sv.js new file mode 100644 index 0000000000..eb7ad2dcd4 --- /dev/null +++ b/apps/files_trashbin/l10n/sv.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Kunde inte radera %s permanent", + "Couldn't restore %s" : "Kunde inte återställa %s", + "Deleted files" : "Raderade filer", + "Restore" : "Återskapa", + "Error" : "Fel", + "restored" : "återställd", + "Nothing in here. Your trash bin is empty!" : "Ingenting här. Din papperskorg är tom!", + "Name" : "Namn", + "Deleted" : "Raderad", + "Delete" : "Radera" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/sv.json b/apps/files_trashbin/l10n/sv.json new file mode 100644 index 0000000000..114b5f7738 --- /dev/null +++ b/apps/files_trashbin/l10n/sv.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Kunde inte radera %s permanent", + "Couldn't restore %s" : "Kunde inte återställa %s", + "Deleted files" : "Raderade filer", + "Restore" : "Återskapa", + "Error" : "Fel", + "restored" : "återställd", + "Nothing in here. Your trash bin is empty!" : "Ingenting här. Din papperskorg är tom!", + "Name" : "Namn", + "Deleted" : "Raderad", + "Delete" : "Radera" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/sv.php b/apps/files_trashbin/l10n/sv.php deleted file mode 100644 index 330bcc3482..0000000000 --- a/apps/files_trashbin/l10n/sv.php +++ /dev/null @@ -1,14 +0,0 @@ - "Kunde inte radera %s permanent", -"Couldn't restore %s" => "Kunde inte återställa %s", -"Deleted files" => "Raderade filer", -"Restore" => "Återskapa", -"Error" => "Fel", -"restored" => "återställd", -"Nothing in here. Your trash bin is empty!" => "Ingenting här. Din papperskorg är tom!", -"Name" => "Namn", -"Deleted" => "Raderad", -"Delete" => "Radera" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/ta_LK.js b/apps/files_trashbin/l10n/ta_LK.js new file mode 100644 index 0000000000..cd53239625 --- /dev/null +++ b/apps/files_trashbin/l10n/ta_LK.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "வழு", + "Name" : "பெயர்", + "Delete" : "நீக்குக" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/ta_LK.json b/apps/files_trashbin/l10n/ta_LK.json new file mode 100644 index 0000000000..ade1c7f13e --- /dev/null +++ b/apps/files_trashbin/l10n/ta_LK.json @@ -0,0 +1,6 @@ +{ "translations": { + "Error" : "வழு", + "Name" : "பெயர்", + "Delete" : "நீக்குக" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ta_LK.php b/apps/files_trashbin/l10n/ta_LK.php deleted file mode 100644 index 79349919b5..0000000000 --- a/apps/files_trashbin/l10n/ta_LK.php +++ /dev/null @@ -1,7 +0,0 @@ - "வழு", -"Name" => "பெயர்", -"Delete" => "நீக்குக" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/te.js b/apps/files_trashbin/l10n/te.js new file mode 100644 index 0000000000..505aced886 --- /dev/null +++ b/apps/files_trashbin/l10n/te.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "పొరపాటు", + "Name" : "పేరు", + "Delete" : "తొలగించు" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/te.json b/apps/files_trashbin/l10n/te.json new file mode 100644 index 0000000000..37f365e370 --- /dev/null +++ b/apps/files_trashbin/l10n/te.json @@ -0,0 +1,6 @@ +{ "translations": { + "Error" : "పొరపాటు", + "Name" : "పేరు", + "Delete" : "తొలగించు" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/te.php b/apps/files_trashbin/l10n/te.php deleted file mode 100644 index 01262b7823..0000000000 --- a/apps/files_trashbin/l10n/te.php +++ /dev/null @@ -1,7 +0,0 @@ - "పొరపాటు", -"Name" => "పేరు", -"Delete" => "తొలగించు" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/th_TH.js b/apps/files_trashbin/l10n/th_TH.js new file mode 100644 index 0000000000..77ccd12dd4 --- /dev/null +++ b/apps/files_trashbin/l10n/th_TH.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_trashbin", + { + "Restore" : "คืนค่า", + "Error" : "ข้อผิดพลาด", + "Nothing in here. Your trash bin is empty!" : "ไม่มีอะไรอยู่ในนี้ ถังขยะของคุณยังว่างอยู่", + "Name" : "ชื่อ", + "Deleted" : "ลบแล้ว", + "Delete" : "ลบ" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/th_TH.json b/apps/files_trashbin/l10n/th_TH.json new file mode 100644 index 0000000000..550ff56806 --- /dev/null +++ b/apps/files_trashbin/l10n/th_TH.json @@ -0,0 +1,9 @@ +{ "translations": { + "Restore" : "คืนค่า", + "Error" : "ข้อผิดพลาด", + "Nothing in here. Your trash bin is empty!" : "ไม่มีอะไรอยู่ในนี้ ถังขยะของคุณยังว่างอยู่", + "Name" : "ชื่อ", + "Deleted" : "ลบแล้ว", + "Delete" : "ลบ" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/th_TH.php b/apps/files_trashbin/l10n/th_TH.php deleted file mode 100644 index 47c3450d2e..0000000000 --- a/apps/files_trashbin/l10n/th_TH.php +++ /dev/null @@ -1,10 +0,0 @@ - "คืนค่า", -"Error" => "ข้อผิดพลาด", -"Nothing in here. Your trash bin is empty!" => "ไม่มีอะไรอยู่ในนี้ ถังขยะของคุณยังว่างอยู่", -"Name" => "ชื่อ", -"Deleted" => "ลบแล้ว", -"Delete" => "ลบ" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/tr.js b/apps/files_trashbin/l10n/tr.js new file mode 100644 index 0000000000..f8e8b4daff --- /dev/null +++ b/apps/files_trashbin/l10n/tr.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "%s kalıcı olarak silinemedi", + "Couldn't restore %s" : "%s geri yüklenemedi", + "Deleted files" : "Silinmiş dosyalar", + "Restore" : "Geri yükle", + "Error" : "Hata", + "restored" : "geri yüklendi", + "Nothing in here. Your trash bin is empty!" : "Burada hiçbir şey yok. Çöp kutunuz tamamen boş!", + "Name" : "İsim", + "Deleted" : "Silinme", + "Delete" : "Sil" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_trashbin/l10n/tr.json b/apps/files_trashbin/l10n/tr.json new file mode 100644 index 0000000000..d000f31a74 --- /dev/null +++ b/apps/files_trashbin/l10n/tr.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "%s kalıcı olarak silinemedi", + "Couldn't restore %s" : "%s geri yüklenemedi", + "Deleted files" : "Silinmiş dosyalar", + "Restore" : "Geri yükle", + "Error" : "Hata", + "restored" : "geri yüklendi", + "Nothing in here. Your trash bin is empty!" : "Burada hiçbir şey yok. Çöp kutunuz tamamen boş!", + "Name" : "İsim", + "Deleted" : "Silinme", + "Delete" : "Sil" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/tr.php b/apps/files_trashbin/l10n/tr.php deleted file mode 100644 index b69d29498d..0000000000 --- a/apps/files_trashbin/l10n/tr.php +++ /dev/null @@ -1,14 +0,0 @@ - "%s kalıcı olarak silinemedi", -"Couldn't restore %s" => "%s geri yüklenemedi", -"Deleted files" => "Silinmiş dosyalar", -"Restore" => "Geri yükle", -"Error" => "Hata", -"restored" => "geri yüklendi", -"Nothing in here. Your trash bin is empty!" => "Burada hiçbir şey yok. Çöp kutunuz tamamen boş!", -"Name" => "İsim", -"Deleted" => "Silinme", -"Delete" => "Sil" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_trashbin/l10n/ug.js b/apps/files_trashbin/l10n/ug.js new file mode 100644 index 0000000000..e67cbf8580 --- /dev/null +++ b/apps/files_trashbin/l10n/ug.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_trashbin", + { + "Deleted files" : "ئۆچۈرۈلگەن ھۆججەتلەر", + "Error" : "خاتالىق", + "Nothing in here. Your trash bin is empty!" : "بۇ جايدا ھېچنېمە يوق. Your trash bin is empty!", + "Name" : "ئاتى", + "Deleted" : "ئۆچۈرۈلدى", + "Delete" : "ئۆچۈر" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/ug.json b/apps/files_trashbin/l10n/ug.json new file mode 100644 index 0000000000..8ed6b5cdd8 --- /dev/null +++ b/apps/files_trashbin/l10n/ug.json @@ -0,0 +1,9 @@ +{ "translations": { + "Deleted files" : "ئۆچۈرۈلگەن ھۆججەتلەر", + "Error" : "خاتالىق", + "Nothing in here. Your trash bin is empty!" : "بۇ جايدا ھېچنېمە يوق. Your trash bin is empty!", + "Name" : "ئاتى", + "Deleted" : "ئۆچۈرۈلدى", + "Delete" : "ئۆچۈر" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ug.php b/apps/files_trashbin/l10n/ug.php deleted file mode 100644 index f52f28db49..0000000000 --- a/apps/files_trashbin/l10n/ug.php +++ /dev/null @@ -1,10 +0,0 @@ - "ئۆچۈرۈلگەن ھۆججەتلەر", -"Error" => "خاتالىق", -"Nothing in here. Your trash bin is empty!" => "بۇ جايدا ھېچنېمە يوق. Your trash bin is empty!", -"Name" => "ئاتى", -"Deleted" => "ئۆچۈرۈلدى", -"Delete" => "ئۆچۈر" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/uk.js b/apps/files_trashbin/l10n/uk.js new file mode 100644 index 0000000000..0d778f21ad --- /dev/null +++ b/apps/files_trashbin/l10n/uk.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Неможливо видалити %s назавжди", + "Couldn't restore %s" : "Неможливо відновити %s", + "Deleted files" : "Видалені файли", + "Restore" : "Відновити", + "Error" : "Помилка", + "restored" : "відновлено", + "Nothing in here. Your trash bin is empty!" : "Нічого немає. Ваший кошик для сміття пустий!", + "Name" : "Ім'я", + "Deleted" : "Видалено", + "Delete" : "Видалити" +}, +"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/apps/files_trashbin/l10n/uk.json b/apps/files_trashbin/l10n/uk.json new file mode 100644 index 0000000000..77e9b53896 --- /dev/null +++ b/apps/files_trashbin/l10n/uk.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Неможливо видалити %s назавжди", + "Couldn't restore %s" : "Неможливо відновити %s", + "Deleted files" : "Видалені файли", + "Restore" : "Відновити", + "Error" : "Помилка", + "restored" : "відновлено", + "Nothing in here. Your trash bin is empty!" : "Нічого немає. Ваший кошик для сміття пустий!", + "Name" : "Ім'я", + "Deleted" : "Видалено", + "Delete" : "Видалити" +},"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/apps/files_trashbin/l10n/uk.php b/apps/files_trashbin/l10n/uk.php deleted file mode 100644 index 406bd520c2..0000000000 --- a/apps/files_trashbin/l10n/uk.php +++ /dev/null @@ -1,14 +0,0 @@ - "Неможливо видалити %s назавжди", -"Couldn't restore %s" => "Неможливо відновити %s", -"Deleted files" => "Видалені файли", -"Restore" => "Відновити", -"Error" => "Помилка", -"restored" => "відновлено", -"Nothing in here. Your trash bin is empty!" => "Нічого немає. Ваший кошик для сміття пустий!", -"Name" => "Ім'я", -"Deleted" => "Видалено", -"Delete" => "Видалити" -); -$PLURAL_FORMS = "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/apps/files_trashbin/l10n/ur_PK.js b/apps/files_trashbin/l10n/ur_PK.js new file mode 100644 index 0000000000..4235475115 --- /dev/null +++ b/apps/files_trashbin/l10n/ur_PK.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "حذف نہیں ہو سکتا %s مستقل طور پر", + "Couldn't restore %s" : "بحال نہيں کيا جا سکتا %s", + "Deleted files" : "حذف شدہ فائليں", + "Restore" : "بحال", + "Error" : "ایرر", + "restored" : "بحال شدہ", + "Nothing in here. Your trash bin is empty!" : " یہاں کچھ بھی نہیں .آپکی ردی کی ٹوکری خالی ہے.", + "Name" : "اسم", + "Deleted" : "حذف شدہ ", + "Delete" : "حذف کریں" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/ur_PK.json b/apps/files_trashbin/l10n/ur_PK.json new file mode 100644 index 0000000000..609b83e75c --- /dev/null +++ b/apps/files_trashbin/l10n/ur_PK.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "حذف نہیں ہو سکتا %s مستقل طور پر", + "Couldn't restore %s" : "بحال نہيں کيا جا سکتا %s", + "Deleted files" : "حذف شدہ فائليں", + "Restore" : "بحال", + "Error" : "ایرر", + "restored" : "بحال شدہ", + "Nothing in here. Your trash bin is empty!" : " یہاں کچھ بھی نہیں .آپکی ردی کی ٹوکری خالی ہے.", + "Name" : "اسم", + "Deleted" : "حذف شدہ ", + "Delete" : "حذف کریں" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ur_PK.php b/apps/files_trashbin/l10n/ur_PK.php deleted file mode 100644 index fc71b528ce..0000000000 --- a/apps/files_trashbin/l10n/ur_PK.php +++ /dev/null @@ -1,14 +0,0 @@ - "حذف نہیں ہو سکتا %s مستقل طور پر", -"Couldn't restore %s" => "بحال نہيں کيا جا سکتا %s", -"Deleted files" => "حذف شدہ فائليں", -"Restore" => "بحال", -"Error" => "ایرر", -"restored" => "بحال شدہ", -"Nothing in here. Your trash bin is empty!" => " یہاں کچھ بھی نہیں .آپکی ردی کی ٹوکری خالی ہے.", -"Name" => "اسم", -"Deleted" => "حذف شدہ ", -"Delete" => "حذف کریں" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_trashbin/l10n/vi.js b/apps/files_trashbin/l10n/vi.js new file mode 100644 index 0000000000..113fae4c2d --- /dev/null +++ b/apps/files_trashbin/l10n/vi.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Không thể xóa %s vĩnh viễn", + "Couldn't restore %s" : "Không thể khôi phục %s", + "Deleted files" : "File đã bị xóa", + "Restore" : "Khôi phục", + "Error" : "Lỗi", + "restored" : "khôi phục", + "Nothing in here. Your trash bin is empty!" : "Không có gì ở đây. Thùng rác của bạn rỗng!", + "Name" : "Tên", + "Deleted" : "Đã xóa", + "Delete" : "Xóa" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/vi.json b/apps/files_trashbin/l10n/vi.json new file mode 100644 index 0000000000..7323889de6 --- /dev/null +++ b/apps/files_trashbin/l10n/vi.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "Không thể xóa %s vĩnh viễn", + "Couldn't restore %s" : "Không thể khôi phục %s", + "Deleted files" : "File đã bị xóa", + "Restore" : "Khôi phục", + "Error" : "Lỗi", + "restored" : "khôi phục", + "Nothing in here. Your trash bin is empty!" : "Không có gì ở đây. Thùng rác của bạn rỗng!", + "Name" : "Tên", + "Deleted" : "Đã xóa", + "Delete" : "Xóa" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/vi.php b/apps/files_trashbin/l10n/vi.php deleted file mode 100644 index d374effcab..0000000000 --- a/apps/files_trashbin/l10n/vi.php +++ /dev/null @@ -1,14 +0,0 @@ - "Không thể xóa %s vĩnh viễn", -"Couldn't restore %s" => "Không thể khôi phục %s", -"Deleted files" => "File đã bị xóa", -"Restore" => "Khôi phục", -"Error" => "Lỗi", -"restored" => "khôi phục", -"Nothing in here. Your trash bin is empty!" => "Không có gì ở đây. Thùng rác của bạn rỗng!", -"Name" => "Tên", -"Deleted" => "Đã xóa", -"Delete" => "Xóa" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/zh_CN.js b/apps/files_trashbin/l10n/zh_CN.js new file mode 100644 index 0000000000..6c421ab55b --- /dev/null +++ b/apps/files_trashbin/l10n/zh_CN.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "无法彻底删除文件%s", + "Couldn't restore %s" : "无法恢复%s", + "Deleted files" : "已删除文件", + "Restore" : "恢复", + "Error" : "错误", + "restored" : "已恢复", + "Nothing in here. Your trash bin is empty!" : "这里没有东西. 你的回收站是空的!", + "Name" : "名称", + "Deleted" : "已删除", + "Delete" : "删除" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/zh_CN.json b/apps/files_trashbin/l10n/zh_CN.json new file mode 100644 index 0000000000..88665113d1 --- /dev/null +++ b/apps/files_trashbin/l10n/zh_CN.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "无法彻底删除文件%s", + "Couldn't restore %s" : "无法恢复%s", + "Deleted files" : "已删除文件", + "Restore" : "恢复", + "Error" : "错误", + "restored" : "已恢复", + "Nothing in here. Your trash bin is empty!" : "这里没有东西. 你的回收站是空的!", + "Name" : "名称", + "Deleted" : "已删除", + "Delete" : "删除" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/zh_CN.php b/apps/files_trashbin/l10n/zh_CN.php deleted file mode 100644 index 49cd412299..0000000000 --- a/apps/files_trashbin/l10n/zh_CN.php +++ /dev/null @@ -1,14 +0,0 @@ - "无法彻底删除文件%s", -"Couldn't restore %s" => "无法恢复%s", -"Deleted files" => "已删除文件", -"Restore" => "恢复", -"Error" => "错误", -"restored" => "已恢复", -"Nothing in here. Your trash bin is empty!" => "这里没有东西. 你的回收站是空的!", -"Name" => "名称", -"Deleted" => "已删除", -"Delete" => "删除" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/zh_HK.js b/apps/files_trashbin/l10n/zh_HK.js new file mode 100644 index 0000000000..78811bbdd2 --- /dev/null +++ b/apps/files_trashbin/l10n/zh_HK.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "錯誤", + "Name" : "名稱", + "Delete" : "刪除" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/zh_HK.json b/apps/files_trashbin/l10n/zh_HK.json new file mode 100644 index 0000000000..eaa123c49f --- /dev/null +++ b/apps/files_trashbin/l10n/zh_HK.json @@ -0,0 +1,6 @@ +{ "translations": { + "Error" : "錯誤", + "Name" : "名稱", + "Delete" : "刪除" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/zh_HK.php b/apps/files_trashbin/l10n/zh_HK.php deleted file mode 100644 index 877912e9c4..0000000000 --- a/apps/files_trashbin/l10n/zh_HK.php +++ /dev/null @@ -1,7 +0,0 @@ - "錯誤", -"Name" => "名稱", -"Delete" => "刪除" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_trashbin/l10n/zh_TW.js b/apps/files_trashbin/l10n/zh_TW.js new file mode 100644 index 0000000000..9a0ff0bdb8 --- /dev/null +++ b/apps/files_trashbin/l10n/zh_TW.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "無法永久刪除 %s", + "Couldn't restore %s" : "無法還原 %s", + "Deleted files" : "回收桶", + "Restore" : "還原", + "Error" : "錯誤", + "restored" : "已還原", + "Nothing in here. Your trash bin is empty!" : "您的回收桶是空的!", + "Name" : "名稱", + "Deleted" : "已刪除", + "Delete" : "刪除" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/zh_TW.json b/apps/files_trashbin/l10n/zh_TW.json new file mode 100644 index 0000000000..61d7daaf1f --- /dev/null +++ b/apps/files_trashbin/l10n/zh_TW.json @@ -0,0 +1,13 @@ +{ "translations": { + "Couldn't delete %s permanently" : "無法永久刪除 %s", + "Couldn't restore %s" : "無法還原 %s", + "Deleted files" : "回收桶", + "Restore" : "還原", + "Error" : "錯誤", + "restored" : "已還原", + "Nothing in here. Your trash bin is empty!" : "您的回收桶是空的!", + "Name" : "名稱", + "Deleted" : "已刪除", + "Delete" : "刪除" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/zh_TW.php b/apps/files_trashbin/l10n/zh_TW.php deleted file mode 100644 index 014527083e..0000000000 --- a/apps/files_trashbin/l10n/zh_TW.php +++ /dev/null @@ -1,14 +0,0 @@ - "無法永久刪除 %s", -"Couldn't restore %s" => "無法還原 %s", -"Deleted files" => "回收桶", -"Restore" => "還原", -"Error" => "錯誤", -"restored" => "已還原", -"Nothing in here. Your trash bin is empty!" => "您的回收桶是空的!", -"Name" => "名稱", -"Deleted" => "已刪除", -"Delete" => "刪除" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/ar.js b/apps/files_versions/l10n/ar.js new file mode 100644 index 0000000000..ee0199f5b1 --- /dev/null +++ b/apps/files_versions/l10n/ar.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_versions", + { + "Versions" : "الإصدارات", + "Restore" : "استعيد" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/files_versions/l10n/ar.json b/apps/files_versions/l10n/ar.json new file mode 100644 index 0000000000..e84fbfc56c --- /dev/null +++ b/apps/files_versions/l10n/ar.json @@ -0,0 +1,5 @@ +{ "translations": { + "Versions" : "الإصدارات", + "Restore" : "استعيد" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ar.php b/apps/files_versions/l10n/ar.php deleted file mode 100644 index 53eae8e9fe..0000000000 --- a/apps/files_versions/l10n/ar.php +++ /dev/null @@ -1,6 +0,0 @@ - "الإصدارات", -"Restore" => "استعيد" -); -$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"; diff --git a/apps/files_versions/l10n/ast.js b/apps/files_versions/l10n/ast.js new file mode 100644 index 0000000000..39f7ea7d58 --- /dev/null +++ b/apps/files_versions/l10n/ast.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Nun pudo revertise: %s", + "Versions" : "Versiones", + "Failed to revert {file} to revision {timestamp}." : "Fallu al revertir {file} a la revisión {timestamp}.", + "More versions..." : "Más versiones...", + "No other versions available" : "Nun hai otres versiones disponibles", + "Restore" : "Restaurar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/ast.json b/apps/files_versions/l10n/ast.json new file mode 100644 index 0000000000..720f02e6f6 --- /dev/null +++ b/apps/files_versions/l10n/ast.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Nun pudo revertise: %s", + "Versions" : "Versiones", + "Failed to revert {file} to revision {timestamp}." : "Fallu al revertir {file} a la revisión {timestamp}.", + "More versions..." : "Más versiones...", + "No other versions available" : "Nun hai otres versiones disponibles", + "Restore" : "Restaurar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ast.php b/apps/files_versions/l10n/ast.php deleted file mode 100644 index 31e6e72b2d..0000000000 --- a/apps/files_versions/l10n/ast.php +++ /dev/null @@ -1,10 +0,0 @@ - "Nun pudo revertise: %s", -"Versions" => "Versiones", -"Failed to revert {file} to revision {timestamp}." => "Fallu al revertir {file} a la revisión {timestamp}.", -"More versions..." => "Más versiones...", -"No other versions available" => "Nun hai otres versiones disponibles", -"Restore" => "Restaurar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/az.js b/apps/files_versions/l10n/az.js new file mode 100644 index 0000000000..ee6e86ef11 --- /dev/null +++ b/apps/files_versions/l10n/az.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Geri qaytarmaq olmur: %s", + "Versions" : "Versiyaları", + "Failed to revert {file} to revision {timestamp}." : "{timestamp} yenidən baxılması üçün {file} geri qaytarmaq mümkün olmadı.", + "More versions..." : "Əlavə versiyalar", + "No other versions available" : "Başqa versiyalar mövcud deyil", + "Restore" : "Geri qaytar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/az.json b/apps/files_versions/l10n/az.json new file mode 100644 index 0000000000..9b38c19fdb --- /dev/null +++ b/apps/files_versions/l10n/az.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Geri qaytarmaq olmur: %s", + "Versions" : "Versiyaları", + "Failed to revert {file} to revision {timestamp}." : "{timestamp} yenidən baxılması üçün {file} geri qaytarmaq mümkün olmadı.", + "More versions..." : "Əlavə versiyalar", + "No other versions available" : "Başqa versiyalar mövcud deyil", + "Restore" : "Geri qaytar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/az.php b/apps/files_versions/l10n/az.php deleted file mode 100644 index fc1b877406..0000000000 --- a/apps/files_versions/l10n/az.php +++ /dev/null @@ -1,10 +0,0 @@ - "Geri qaytarmaq olmur: %s", -"Versions" => "Versiyaları", -"Failed to revert {file} to revision {timestamp}." => "{timestamp} yenidən baxılması üçün {file} geri qaytarmaq mümkün olmadı.", -"More versions..." => "Əlavə versiyalar", -"No other versions available" => "Başqa versiyalar mövcud deyil", -"Restore" => "Geri qaytar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/bg_BG.js b/apps/files_versions/l10n/bg_BG.js new file mode 100644 index 0000000000..6ea5387eec --- /dev/null +++ b/apps/files_versions/l10n/bg_BG.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Грешка при връщане: %s", + "Versions" : "Версии", + "Failed to revert {file} to revision {timestamp}." : "Грешка при връщане на {file} към версия {timestamp}.", + "More versions..." : "Още версии...", + "No other versions available" : "Няма други налични версии", + "Restore" : "Възтановяви" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/bg_BG.json b/apps/files_versions/l10n/bg_BG.json new file mode 100644 index 0000000000..3d8060a22f --- /dev/null +++ b/apps/files_versions/l10n/bg_BG.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Грешка при връщане: %s", + "Versions" : "Версии", + "Failed to revert {file} to revision {timestamp}." : "Грешка при връщане на {file} към версия {timestamp}.", + "More versions..." : "Още версии...", + "No other versions available" : "Няма други налични версии", + "Restore" : "Възтановяви" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/bg_BG.php b/apps/files_versions/l10n/bg_BG.php deleted file mode 100644 index 9dea358d31..0000000000 --- a/apps/files_versions/l10n/bg_BG.php +++ /dev/null @@ -1,10 +0,0 @@ - "Грешка при връщане: %s", -"Versions" => "Версии", -"Failed to revert {file} to revision {timestamp}." => "Грешка при връщане на {file} към версия {timestamp}.", -"More versions..." => "Още версии...", -"No other versions available" => "Няма други налични версии", -"Restore" => "Възтановяви" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/bn_BD.js b/apps/files_versions/l10n/bn_BD.js new file mode 100644 index 0000000000..4e3f8be76b --- /dev/null +++ b/apps/files_versions/l10n/bn_BD.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "ফিরে যাওয়া গেলনা: %s", + "Versions" : "সংষ্করন", + "Failed to revert {file} to revision {timestamp}." : " {file} সংশোধিত {timestamp} এ ফিরে যেতে ব্যার্থ হলো।", + "More versions..." : "আরো সংষ্করণ....", + "No other versions available" : "আর কোন সংষ্করণ প্রাপ্তব্য নয়", + "Restore" : "ফিরিয়ে দাও" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/bn_BD.json b/apps/files_versions/l10n/bn_BD.json new file mode 100644 index 0000000000..4ab5756e01 --- /dev/null +++ b/apps/files_versions/l10n/bn_BD.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "ফিরে যাওয়া গেলনা: %s", + "Versions" : "সংষ্করন", + "Failed to revert {file} to revision {timestamp}." : " {file} সংশোধিত {timestamp} এ ফিরে যেতে ব্যার্থ হলো।", + "More versions..." : "আরো সংষ্করণ....", + "No other versions available" : "আর কোন সংষ্করণ প্রাপ্তব্য নয়", + "Restore" : "ফিরিয়ে দাও" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/bn_BD.php b/apps/files_versions/l10n/bn_BD.php deleted file mode 100644 index 2b57275d27..0000000000 --- a/apps/files_versions/l10n/bn_BD.php +++ /dev/null @@ -1,10 +0,0 @@ - "ফিরে যাওয়া গেলনা: %s", -"Versions" => "সংষ্করন", -"Failed to revert {file} to revision {timestamp}." => " {file} সংশোধিত {timestamp} এ ফিরে যেতে ব্যার্থ হলো।", -"More versions..." => "আরো সংষ্করণ....", -"No other versions available" => "আর কোন সংষ্করণ প্রাপ্তব্য নয়", -"Restore" => "ফিরিয়ে দাও" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/bn_IN.js b/apps/files_versions/l10n/bn_IN.js new file mode 100644 index 0000000000..f2985aa4af --- /dev/null +++ b/apps/files_versions/l10n/bn_IN.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "প্রত্যাবর্তন করা যায়নি: %s", + "Versions" : "সংস্করণ", + "Failed to revert {file} to revision {timestamp}." : "{ফাইল} প্রত্যাবর্তন থেকে পুনর্বিবেচনা {টাইমস্ট্যাম্প} করতে ব্যর্থ।", + "More versions..." : "আরো সংস্করণ...", + "No other versions available" : "আর কোন সংস্করণ পাওয়া যাচ্ছে না", + "Restore" : "পুনরুদ্ধার" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/bn_IN.json b/apps/files_versions/l10n/bn_IN.json new file mode 100644 index 0000000000..e973e1f074 --- /dev/null +++ b/apps/files_versions/l10n/bn_IN.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "প্রত্যাবর্তন করা যায়নি: %s", + "Versions" : "সংস্করণ", + "Failed to revert {file} to revision {timestamp}." : "{ফাইল} প্রত্যাবর্তন থেকে পুনর্বিবেচনা {টাইমস্ট্যাম্প} করতে ব্যর্থ।", + "More versions..." : "আরো সংস্করণ...", + "No other versions available" : "আর কোন সংস্করণ পাওয়া যাচ্ছে না", + "Restore" : "পুনরুদ্ধার" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/bn_IN.php b/apps/files_versions/l10n/bn_IN.php deleted file mode 100644 index 5bbfaad470..0000000000 --- a/apps/files_versions/l10n/bn_IN.php +++ /dev/null @@ -1,10 +0,0 @@ - "প্রত্যাবর্তন করা যায়নি: %s", -"Versions" => "সংস্করণ", -"Failed to revert {file} to revision {timestamp}." => "{ফাইল} প্রত্যাবর্তন থেকে পুনর্বিবেচনা {টাইমস্ট্যাম্প} করতে ব্যর্থ।", -"More versions..." => "আরো সংস্করণ...", -"No other versions available" => "আর কোন সংস্করণ পাওয়া যাচ্ছে না", -"Restore" => "পুনরুদ্ধার" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/ca.js b/apps/files_versions/l10n/ca.js new file mode 100644 index 0000000000..da6bd06b98 --- /dev/null +++ b/apps/files_versions/l10n/ca.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "No s'ha pogut revertir: %s", + "Versions" : "Versions", + "Failed to revert {file} to revision {timestamp}." : "Ha fallat en retornar {file} a la revisió {timestamp}", + "More versions..." : "Més versions...", + "No other versions available" : "No hi ha altres versions disponibles", + "Restore" : "Recupera" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/ca.json b/apps/files_versions/l10n/ca.json new file mode 100644 index 0000000000..3638e7b646 --- /dev/null +++ b/apps/files_versions/l10n/ca.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "No s'ha pogut revertir: %s", + "Versions" : "Versions", + "Failed to revert {file} to revision {timestamp}." : "Ha fallat en retornar {file} a la revisió {timestamp}", + "More versions..." : "Més versions...", + "No other versions available" : "No hi ha altres versions disponibles", + "Restore" : "Recupera" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ca.php b/apps/files_versions/l10n/ca.php deleted file mode 100644 index e5c47a277f..0000000000 --- a/apps/files_versions/l10n/ca.php +++ /dev/null @@ -1,10 +0,0 @@ - "No s'ha pogut revertir: %s", -"Versions" => "Versions", -"Failed to revert {file} to revision {timestamp}." => "Ha fallat en retornar {file} a la revisió {timestamp}", -"More versions..." => "Més versions...", -"No other versions available" => "No hi ha altres versions disponibles", -"Restore" => "Recupera" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/cs_CZ.js b/apps/files_versions/l10n/cs_CZ.js new file mode 100644 index 0000000000..0ba87af547 --- /dev/null +++ b/apps/files_versions/l10n/cs_CZ.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Nelze vrátit: %s", + "Versions" : "Verze", + "Failed to revert {file} to revision {timestamp}." : "Selhalo vrácení souboru {file} na verzi {timestamp}.", + "More versions..." : "Více verzí...", + "No other versions available" : "Žádné další verze nejsou dostupné", + "Restore" : "Obnovit" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_versions/l10n/cs_CZ.json b/apps/files_versions/l10n/cs_CZ.json new file mode 100644 index 0000000000..dc47f0b4cc --- /dev/null +++ b/apps/files_versions/l10n/cs_CZ.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Nelze vrátit: %s", + "Versions" : "Verze", + "Failed to revert {file} to revision {timestamp}." : "Selhalo vrácení souboru {file} na verzi {timestamp}.", + "More versions..." : "Více verzí...", + "No other versions available" : "Žádné další verze nejsou dostupné", + "Restore" : "Obnovit" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/cs_CZ.php b/apps/files_versions/l10n/cs_CZ.php deleted file mode 100644 index 45ce297eae..0000000000 --- a/apps/files_versions/l10n/cs_CZ.php +++ /dev/null @@ -1,10 +0,0 @@ - "Nelze vrátit: %s", -"Versions" => "Verze", -"Failed to revert {file} to revision {timestamp}." => "Selhalo vrácení souboru {file} na verzi {timestamp}.", -"More versions..." => "Více verzí...", -"No other versions available" => "Žádné další verze nejsou dostupné", -"Restore" => "Obnovit" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_versions/l10n/cy_GB.js b/apps/files_versions/l10n/cy_GB.js new file mode 100644 index 0000000000..e5285e2e15 --- /dev/null +++ b/apps/files_versions/l10n/cy_GB.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_versions", + { + "Restore" : "Adfer" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/files_versions/l10n/cy_GB.json b/apps/files_versions/l10n/cy_GB.json new file mode 100644 index 0000000000..5ad23a5ac6 --- /dev/null +++ b/apps/files_versions/l10n/cy_GB.json @@ -0,0 +1,4 @@ +{ "translations": { + "Restore" : "Adfer" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/cy_GB.php b/apps/files_versions/l10n/cy_GB.php deleted file mode 100644 index fa35dfd521..0000000000 --- a/apps/files_versions/l10n/cy_GB.php +++ /dev/null @@ -1,5 +0,0 @@ - "Adfer" -); -$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/apps/files_versions/l10n/da.js b/apps/files_versions/l10n/da.js new file mode 100644 index 0000000000..22f7f66b45 --- /dev/null +++ b/apps/files_versions/l10n/da.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Kunne ikke genskabe: %s", + "Versions" : "Versioner", + "Failed to revert {file} to revision {timestamp}." : "Kunne ikke tilbagerulle {file} til den tidligere udgave: {timestamp}.", + "More versions..." : "Flere versioner...", + "No other versions available" : "Ingen andre versioner tilgængelig", + "Restore" : "Gendan" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/da.json b/apps/files_versions/l10n/da.json new file mode 100644 index 0000000000..4dfa5dbeaf --- /dev/null +++ b/apps/files_versions/l10n/da.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Kunne ikke genskabe: %s", + "Versions" : "Versioner", + "Failed to revert {file} to revision {timestamp}." : "Kunne ikke tilbagerulle {file} til den tidligere udgave: {timestamp}.", + "More versions..." : "Flere versioner...", + "No other versions available" : "Ingen andre versioner tilgængelig", + "Restore" : "Gendan" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/da.php b/apps/files_versions/l10n/da.php deleted file mode 100644 index a18bc71770..0000000000 --- a/apps/files_versions/l10n/da.php +++ /dev/null @@ -1,10 +0,0 @@ - "Kunne ikke genskabe: %s", -"Versions" => "Versioner", -"Failed to revert {file} to revision {timestamp}." => "Kunne ikke tilbagerulle {file} til den tidligere udgave: {timestamp}.", -"More versions..." => "Flere versioner...", -"No other versions available" => "Ingen andre versioner tilgængelig", -"Restore" => "Gendan" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/de.js b/apps/files_versions/l10n/de.js new file mode 100644 index 0000000000..71905567b3 --- /dev/null +++ b/apps/files_versions/l10n/de.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Konnte %s nicht zurücksetzen", + "Versions" : "Versionen", + "Failed to revert {file} to revision {timestamp}." : "Konnte {file} der Revision {timestamp} nicht rückgängig machen.", + "More versions..." : "Weitere Versionen...", + "No other versions available" : "Keine anderen Versionen verfügbar", + "Restore" : "Wiederherstellen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/de.json b/apps/files_versions/l10n/de.json new file mode 100644 index 0000000000..f6feac199e --- /dev/null +++ b/apps/files_versions/l10n/de.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Konnte %s nicht zurücksetzen", + "Versions" : "Versionen", + "Failed to revert {file} to revision {timestamp}." : "Konnte {file} der Revision {timestamp} nicht rückgängig machen.", + "More versions..." : "Weitere Versionen...", + "No other versions available" : "Keine anderen Versionen verfügbar", + "Restore" : "Wiederherstellen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/de.php b/apps/files_versions/l10n/de.php deleted file mode 100644 index 2b5bf3e934..0000000000 --- a/apps/files_versions/l10n/de.php +++ /dev/null @@ -1,10 +0,0 @@ - "Konnte %s nicht zurücksetzen", -"Versions" => "Versionen", -"Failed to revert {file} to revision {timestamp}." => "Konnte {file} der Revision {timestamp} nicht rückgängig machen.", -"More versions..." => "Weitere Versionen...", -"No other versions available" => "Keine anderen Versionen verfügbar", -"Restore" => "Wiederherstellen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/de_CH.js b/apps/files_versions/l10n/de_CH.js new file mode 100644 index 0000000000..9e970501fb --- /dev/null +++ b/apps/files_versions/l10n/de_CH.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Konnte %s nicht zurücksetzen", + "Versions" : "Versionen", + "Failed to revert {file} to revision {timestamp}." : "Konnte {file} der Revision {timestamp} nicht rückgänging machen.", + "More versions..." : "Mehrere Versionen...", + "No other versions available" : "Keine anderen Versionen verfügbar", + "Restore" : "Wiederherstellen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/de_CH.json b/apps/files_versions/l10n/de_CH.json new file mode 100644 index 0000000000..8d4b76f8c2 --- /dev/null +++ b/apps/files_versions/l10n/de_CH.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Konnte %s nicht zurücksetzen", + "Versions" : "Versionen", + "Failed to revert {file} to revision {timestamp}." : "Konnte {file} der Revision {timestamp} nicht rückgänging machen.", + "More versions..." : "Mehrere Versionen...", + "No other versions available" : "Keine anderen Versionen verfügbar", + "Restore" : "Wiederherstellen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/de_CH.php b/apps/files_versions/l10n/de_CH.php deleted file mode 100644 index c8b45eee50..0000000000 --- a/apps/files_versions/l10n/de_CH.php +++ /dev/null @@ -1,10 +0,0 @@ - "Konnte %s nicht zurücksetzen", -"Versions" => "Versionen", -"Failed to revert {file} to revision {timestamp}." => "Konnte {file} der Revision {timestamp} nicht rückgänging machen.", -"More versions..." => "Mehrere Versionen...", -"No other versions available" => "Keine anderen Versionen verfügbar", -"Restore" => "Wiederherstellen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/de_DE.js b/apps/files_versions/l10n/de_DE.js new file mode 100644 index 0000000000..0b8e5cdeac --- /dev/null +++ b/apps/files_versions/l10n/de_DE.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Konnte %s nicht zurücksetzen", + "Versions" : "Versionen", + "Failed to revert {file} to revision {timestamp}." : "Konnte {file} der Revision {timestamp} nicht rückgängig machen.", + "More versions..." : "Mehrere Versionen...", + "No other versions available" : "Keine anderen Versionen verfügbar", + "Restore" : "Wiederherstellen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/de_DE.json b/apps/files_versions/l10n/de_DE.json new file mode 100644 index 0000000000..6e5a8ec3bd --- /dev/null +++ b/apps/files_versions/l10n/de_DE.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Konnte %s nicht zurücksetzen", + "Versions" : "Versionen", + "Failed to revert {file} to revision {timestamp}." : "Konnte {file} der Revision {timestamp} nicht rückgängig machen.", + "More versions..." : "Mehrere Versionen...", + "No other versions available" : "Keine anderen Versionen verfügbar", + "Restore" : "Wiederherstellen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/de_DE.php b/apps/files_versions/l10n/de_DE.php deleted file mode 100644 index 781774dcdd..0000000000 --- a/apps/files_versions/l10n/de_DE.php +++ /dev/null @@ -1,10 +0,0 @@ - "Konnte %s nicht zurücksetzen", -"Versions" => "Versionen", -"Failed to revert {file} to revision {timestamp}." => "Konnte {file} der Revision {timestamp} nicht rückgängig machen.", -"More versions..." => "Mehrere Versionen...", -"No other versions available" => "Keine anderen Versionen verfügbar", -"Restore" => "Wiederherstellen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/el.js b/apps/files_versions/l10n/el.js new file mode 100644 index 0000000000..a54655bcba --- /dev/null +++ b/apps/files_versions/l10n/el.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Αδυναμία επαναφοράς: %s", + "Versions" : "Εκδόσεις", + "Failed to revert {file} to revision {timestamp}." : "Αποτυχία επαναφοράς του {file} στην αναθεώρηση {timestamp}.", + "More versions..." : "Περισσότερες εκδόσεις...", + "No other versions available" : "Δεν υπάρχουν άλλες εκδόσεις διαθέσιμες", + "Restore" : "Επαναφορά" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/el.json b/apps/files_versions/l10n/el.json new file mode 100644 index 0000000000..836fdce553 --- /dev/null +++ b/apps/files_versions/l10n/el.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Αδυναμία επαναφοράς: %s", + "Versions" : "Εκδόσεις", + "Failed to revert {file} to revision {timestamp}." : "Αποτυχία επαναφοράς του {file} στην αναθεώρηση {timestamp}.", + "More versions..." : "Περισσότερες εκδόσεις...", + "No other versions available" : "Δεν υπάρχουν άλλες εκδόσεις διαθέσιμες", + "Restore" : "Επαναφορά" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/el.php b/apps/files_versions/l10n/el.php deleted file mode 100644 index 5337f3b5a4..0000000000 --- a/apps/files_versions/l10n/el.php +++ /dev/null @@ -1,10 +0,0 @@ - "Αδυναμία επαναφοράς: %s", -"Versions" => "Εκδόσεις", -"Failed to revert {file} to revision {timestamp}." => "Αποτυχία επαναφοράς του {file} στην αναθεώρηση {timestamp}.", -"More versions..." => "Περισσότερες εκδόσεις...", -"No other versions available" => "Δεν υπάρχουν άλλες εκδόσεις διαθέσιμες", -"Restore" => "Επαναφορά" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/en_GB.js b/apps/files_versions/l10n/en_GB.js new file mode 100644 index 0000000000..a8ca372975 --- /dev/null +++ b/apps/files_versions/l10n/en_GB.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Could not revert: %s", + "Versions" : "Versions", + "Failed to revert {file} to revision {timestamp}." : "Failed to revert {file} to revision {timestamp}.", + "More versions..." : "More versions...", + "No other versions available" : "No other versions available", + "Restore" : "Restore" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/en_GB.json b/apps/files_versions/l10n/en_GB.json new file mode 100644 index 0000000000..8ae47df9fc --- /dev/null +++ b/apps/files_versions/l10n/en_GB.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Could not revert: %s", + "Versions" : "Versions", + "Failed to revert {file} to revision {timestamp}." : "Failed to revert {file} to revision {timestamp}.", + "More versions..." : "More versions...", + "No other versions available" : "No other versions available", + "Restore" : "Restore" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/en_GB.php b/apps/files_versions/l10n/en_GB.php deleted file mode 100644 index af22b8fb0b..0000000000 --- a/apps/files_versions/l10n/en_GB.php +++ /dev/null @@ -1,10 +0,0 @@ - "Could not revert: %s", -"Versions" => "Versions", -"Failed to revert {file} to revision {timestamp}." => "Failed to revert {file} to revision {timestamp}.", -"More versions..." => "More versions...", -"No other versions available" => "No other versions available", -"Restore" => "Restore" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/eo.js b/apps/files_versions/l10n/eo.js new file mode 100644 index 0000000000..1695a84dba --- /dev/null +++ b/apps/files_versions/l10n/eo.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Ne eblas malfari: %s", + "Versions" : "Versioj", + "Failed to revert {file} to revision {timestamp}." : "Malsukcesis returnigo de {file} al la revizio {timestamp}.", + "More versions..." : "Pli da versioj...", + "No other versions available" : "Ne disponeblas aliaj versioj", + "Restore" : "Restaŭri" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/eo.json b/apps/files_versions/l10n/eo.json new file mode 100644 index 0000000000..099bbf1936 --- /dev/null +++ b/apps/files_versions/l10n/eo.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Ne eblas malfari: %s", + "Versions" : "Versioj", + "Failed to revert {file} to revision {timestamp}." : "Malsukcesis returnigo de {file} al la revizio {timestamp}.", + "More versions..." : "Pli da versioj...", + "No other versions available" : "Ne disponeblas aliaj versioj", + "Restore" : "Restaŭri" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/eo.php b/apps/files_versions/l10n/eo.php deleted file mode 100644 index cfd8b1845c..0000000000 --- a/apps/files_versions/l10n/eo.php +++ /dev/null @@ -1,10 +0,0 @@ - "Ne eblas malfari: %s", -"Versions" => "Versioj", -"Failed to revert {file} to revision {timestamp}." => "Malsukcesis returnigo de {file} al la revizio {timestamp}.", -"More versions..." => "Pli da versioj...", -"No other versions available" => "Ne disponeblas aliaj versioj", -"Restore" => "Restaŭri" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/es.js b/apps/files_versions/l10n/es.js new file mode 100644 index 0000000000..f3d980489b --- /dev/null +++ b/apps/files_versions/l10n/es.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "No se puede revertir: %s", + "Versions" : "Revisiones", + "Failed to revert {file} to revision {timestamp}." : "No se ha podido revertir {archivo} a revisión {timestamp}.", + "More versions..." : "Más versiones...", + "No other versions available" : "No hay otras versiones disponibles", + "Restore" : "Recuperar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/es.json b/apps/files_versions/l10n/es.json new file mode 100644 index 0000000000..7c395cbbb2 --- /dev/null +++ b/apps/files_versions/l10n/es.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "No se puede revertir: %s", + "Versions" : "Revisiones", + "Failed to revert {file} to revision {timestamp}." : "No se ha podido revertir {archivo} a revisión {timestamp}.", + "More versions..." : "Más versiones...", + "No other versions available" : "No hay otras versiones disponibles", + "Restore" : "Recuperar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/es.php b/apps/files_versions/l10n/es.php deleted file mode 100644 index b7acc37697..0000000000 --- a/apps/files_versions/l10n/es.php +++ /dev/null @@ -1,10 +0,0 @@ - "No se puede revertir: %s", -"Versions" => "Revisiones", -"Failed to revert {file} to revision {timestamp}." => "No se ha podido revertir {archivo} a revisión {timestamp}.", -"More versions..." => "Más versiones...", -"No other versions available" => "No hay otras versiones disponibles", -"Restore" => "Recuperar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/es_AR.js b/apps/files_versions/l10n/es_AR.js new file mode 100644 index 0000000000..b471c76e1c --- /dev/null +++ b/apps/files_versions/l10n/es_AR.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "No se pudo revertir: %s ", + "Versions" : "Versiones", + "Failed to revert {file} to revision {timestamp}." : "Falló al revertir {file} a la revisión {timestamp}.", + "More versions..." : "Más versiones...", + "No other versions available" : "No hay más versiones disponibles", + "Restore" : "Recuperar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/es_AR.json b/apps/files_versions/l10n/es_AR.json new file mode 100644 index 0000000000..806ecb2aa3 --- /dev/null +++ b/apps/files_versions/l10n/es_AR.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "No se pudo revertir: %s ", + "Versions" : "Versiones", + "Failed to revert {file} to revision {timestamp}." : "Falló al revertir {file} a la revisión {timestamp}.", + "More versions..." : "Más versiones...", + "No other versions available" : "No hay más versiones disponibles", + "Restore" : "Recuperar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/es_AR.php b/apps/files_versions/l10n/es_AR.php deleted file mode 100644 index 3008220122..0000000000 --- a/apps/files_versions/l10n/es_AR.php +++ /dev/null @@ -1,10 +0,0 @@ - "No se pudo revertir: %s ", -"Versions" => "Versiones", -"Failed to revert {file} to revision {timestamp}." => "Falló al revertir {file} a la revisión {timestamp}.", -"More versions..." => "Más versiones...", -"No other versions available" => "No hay más versiones disponibles", -"Restore" => "Recuperar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/es_MX.js b/apps/files_versions/l10n/es_MX.js new file mode 100644 index 0000000000..f3d980489b --- /dev/null +++ b/apps/files_versions/l10n/es_MX.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "No se puede revertir: %s", + "Versions" : "Revisiones", + "Failed to revert {file} to revision {timestamp}." : "No se ha podido revertir {archivo} a revisión {timestamp}.", + "More versions..." : "Más versiones...", + "No other versions available" : "No hay otras versiones disponibles", + "Restore" : "Recuperar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/es_MX.json b/apps/files_versions/l10n/es_MX.json new file mode 100644 index 0000000000..7c395cbbb2 --- /dev/null +++ b/apps/files_versions/l10n/es_MX.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "No se puede revertir: %s", + "Versions" : "Revisiones", + "Failed to revert {file} to revision {timestamp}." : "No se ha podido revertir {archivo} a revisión {timestamp}.", + "More versions..." : "Más versiones...", + "No other versions available" : "No hay otras versiones disponibles", + "Restore" : "Recuperar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/es_MX.php b/apps/files_versions/l10n/es_MX.php deleted file mode 100644 index b7acc37697..0000000000 --- a/apps/files_versions/l10n/es_MX.php +++ /dev/null @@ -1,10 +0,0 @@ - "No se puede revertir: %s", -"Versions" => "Revisiones", -"Failed to revert {file} to revision {timestamp}." => "No se ha podido revertir {archivo} a revisión {timestamp}.", -"More versions..." => "Más versiones...", -"No other versions available" => "No hay otras versiones disponibles", -"Restore" => "Recuperar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/et_EE.js b/apps/files_versions/l10n/et_EE.js new file mode 100644 index 0000000000..14a0dc1a09 --- /dev/null +++ b/apps/files_versions/l10n/et_EE.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Ei suuda taastada faili: %s", + "Versions" : "Versioonid", + "Failed to revert {file} to revision {timestamp}." : "Ebaõnnestus faili {file} taastamine revisjonile {timestamp}", + "More versions..." : "Rohkem versioone...", + "No other versions available" : "Muid versioone pole saadaval", + "Restore" : "Taasta" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/et_EE.json b/apps/files_versions/l10n/et_EE.json new file mode 100644 index 0000000000..a1762b7e15 --- /dev/null +++ b/apps/files_versions/l10n/et_EE.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Ei suuda taastada faili: %s", + "Versions" : "Versioonid", + "Failed to revert {file} to revision {timestamp}." : "Ebaõnnestus faili {file} taastamine revisjonile {timestamp}", + "More versions..." : "Rohkem versioone...", + "No other versions available" : "Muid versioone pole saadaval", + "Restore" : "Taasta" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/et_EE.php b/apps/files_versions/l10n/et_EE.php deleted file mode 100644 index ba8b516e85..0000000000 --- a/apps/files_versions/l10n/et_EE.php +++ /dev/null @@ -1,10 +0,0 @@ - "Ei suuda taastada faili: %s", -"Versions" => "Versioonid", -"Failed to revert {file} to revision {timestamp}." => "Ebaõnnestus faili {file} taastamine revisjonile {timestamp}", -"More versions..." => "Rohkem versioone...", -"No other versions available" => "Muid versioone pole saadaval", -"Restore" => "Taasta" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/eu.js b/apps/files_versions/l10n/eu.js new file mode 100644 index 0000000000..0c92f18594 --- /dev/null +++ b/apps/files_versions/l10n/eu.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Ezin izan da leheneratu: %s", + "Versions" : "Bertsioak", + "Failed to revert {file} to revision {timestamp}." : "Errore bat izan da {fitxategia} {timestamp} bertsiora leheneratzean.", + "More versions..." : "Bertsio gehiago...", + "No other versions available" : "Ez dago bertsio gehiago eskuragarri", + "Restore" : "Berrezarri" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/eu.json b/apps/files_versions/l10n/eu.json new file mode 100644 index 0000000000..acb9e78e7f --- /dev/null +++ b/apps/files_versions/l10n/eu.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Ezin izan da leheneratu: %s", + "Versions" : "Bertsioak", + "Failed to revert {file} to revision {timestamp}." : "Errore bat izan da {fitxategia} {timestamp} bertsiora leheneratzean.", + "More versions..." : "Bertsio gehiago...", + "No other versions available" : "Ez dago bertsio gehiago eskuragarri", + "Restore" : "Berrezarri" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/eu.php b/apps/files_versions/l10n/eu.php deleted file mode 100644 index 249ae09663..0000000000 --- a/apps/files_versions/l10n/eu.php +++ /dev/null @@ -1,10 +0,0 @@ - "Ezin izan da leheneratu: %s", -"Versions" => "Bertsioak", -"Failed to revert {file} to revision {timestamp}." => "Errore bat izan da {fitxategia} {timestamp} bertsiora leheneratzean.", -"More versions..." => "Bertsio gehiago...", -"No other versions available" => "Ez dago bertsio gehiago eskuragarri", -"Restore" => "Berrezarri" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/fa.js b/apps/files_versions/l10n/fa.js new file mode 100644 index 0000000000..fda05b61e5 --- /dev/null +++ b/apps/files_versions/l10n/fa.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "بازگردانی امکان ناپذیر است: %s", + "Versions" : "نسخه ها", + "Failed to revert {file} to revision {timestamp}." : "برگرداندن {file} به نسخه {timestamp} با شکست روبرو شد", + "More versions..." : "نسخه های بیشتر", + "No other versions available" : "نسخه ی دیگری در دسترس نیست", + "Restore" : "بازیابی" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/fa.json b/apps/files_versions/l10n/fa.json new file mode 100644 index 0000000000..56e04f8f5c --- /dev/null +++ b/apps/files_versions/l10n/fa.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "بازگردانی امکان ناپذیر است: %s", + "Versions" : "نسخه ها", + "Failed to revert {file} to revision {timestamp}." : "برگرداندن {file} به نسخه {timestamp} با شکست روبرو شد", + "More versions..." : "نسخه های بیشتر", + "No other versions available" : "نسخه ی دیگری در دسترس نیست", + "Restore" : "بازیابی" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/fa.php b/apps/files_versions/l10n/fa.php deleted file mode 100644 index 7b26e361ec..0000000000 --- a/apps/files_versions/l10n/fa.php +++ /dev/null @@ -1,10 +0,0 @@ - "بازگردانی امکان ناپذیر است: %s", -"Versions" => "نسخه ها", -"Failed to revert {file} to revision {timestamp}." => "برگرداندن {file} به نسخه {timestamp} با شکست روبرو شد", -"More versions..." => "نسخه های بیشتر", -"No other versions available" => "نسخه ی دیگری در دسترس نیست", -"Restore" => "بازیابی" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/fi_FI.js b/apps/files_versions/l10n/fi_FI.js new file mode 100644 index 0000000000..32e3e28f0c --- /dev/null +++ b/apps/files_versions/l10n/fi_FI.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Palautus epäonnistui: %s", + "Versions" : "Versiot", + "Failed to revert {file} to revision {timestamp}." : "Tiedoston {file} palautus versioon {timestamp} epäonnistui.", + "More versions..." : "Lisää versioita...", + "No other versions available" : "Ei muita versioita saatavilla", + "Restore" : "Palauta" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/fi_FI.json b/apps/files_versions/l10n/fi_FI.json new file mode 100644 index 0000000000..57d552b196 --- /dev/null +++ b/apps/files_versions/l10n/fi_FI.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Palautus epäonnistui: %s", + "Versions" : "Versiot", + "Failed to revert {file} to revision {timestamp}." : "Tiedoston {file} palautus versioon {timestamp} epäonnistui.", + "More versions..." : "Lisää versioita...", + "No other versions available" : "Ei muita versioita saatavilla", + "Restore" : "Palauta" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/fi_FI.php b/apps/files_versions/l10n/fi_FI.php deleted file mode 100644 index fb011df2a1..0000000000 --- a/apps/files_versions/l10n/fi_FI.php +++ /dev/null @@ -1,10 +0,0 @@ - "Palautus epäonnistui: %s", -"Versions" => "Versiot", -"Failed to revert {file} to revision {timestamp}." => "Tiedoston {file} palautus versioon {timestamp} epäonnistui.", -"More versions..." => "Lisää versioita...", -"No other versions available" => "Ei muita versioita saatavilla", -"Restore" => "Palauta" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/fr.js b/apps/files_versions/l10n/fr.js new file mode 100644 index 0000000000..be23bf846d --- /dev/null +++ b/apps/files_versions/l10n/fr.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Impossible de restaurer %s", + "Versions" : "Versions", + "Failed to revert {file} to revision {timestamp}." : "Échec du retour du fichier {file} à la révision {timestamp}.", + "More versions..." : "Plus de versions...", + "No other versions available" : "Aucune autre version n'est disponible", + "Restore" : "Restaurer" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_versions/l10n/fr.json b/apps/files_versions/l10n/fr.json new file mode 100644 index 0000000000..22d39d84f5 --- /dev/null +++ b/apps/files_versions/l10n/fr.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Impossible de restaurer %s", + "Versions" : "Versions", + "Failed to revert {file} to revision {timestamp}." : "Échec du retour du fichier {file} à la révision {timestamp}.", + "More versions..." : "Plus de versions...", + "No other versions available" : "Aucune autre version n'est disponible", + "Restore" : "Restaurer" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/fr.php b/apps/files_versions/l10n/fr.php deleted file mode 100644 index 1dd6ddc39c..0000000000 --- a/apps/files_versions/l10n/fr.php +++ /dev/null @@ -1,10 +0,0 @@ - "Impossible de restaurer %s", -"Versions" => "Versions", -"Failed to revert {file} to revision {timestamp}." => "Échec du retour du fichier {file} à la révision {timestamp}.", -"More versions..." => "Plus de versions...", -"No other versions available" => "Aucune autre version n'est disponible", -"Restore" => "Restaurer" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_versions/l10n/gl.js b/apps/files_versions/l10n/gl.js new file mode 100644 index 0000000000..e947351bd9 --- /dev/null +++ b/apps/files_versions/l10n/gl.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Non foi posíbel reverter: %s", + "Versions" : "Versións", + "Failed to revert {file} to revision {timestamp}." : "Non foi posíbel reverter {file} á revisión {timestamp}.", + "More versions..." : "Máis versións...", + "No other versions available" : "Non hai outras versións dispoñíbeis", + "Restore" : "Restabelecer" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/gl.json b/apps/files_versions/l10n/gl.json new file mode 100644 index 0000000000..240c78d5fe --- /dev/null +++ b/apps/files_versions/l10n/gl.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Non foi posíbel reverter: %s", + "Versions" : "Versións", + "Failed to revert {file} to revision {timestamp}." : "Non foi posíbel reverter {file} á revisión {timestamp}.", + "More versions..." : "Máis versións...", + "No other versions available" : "Non hai outras versións dispoñíbeis", + "Restore" : "Restabelecer" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/gl.php b/apps/files_versions/l10n/gl.php deleted file mode 100644 index 48eef193e4..0000000000 --- a/apps/files_versions/l10n/gl.php +++ /dev/null @@ -1,10 +0,0 @@ - "Non foi posíbel reverter: %s", -"Versions" => "Versións", -"Failed to revert {file} to revision {timestamp}." => "Non foi posíbel reverter {file} á revisión {timestamp}.", -"More versions..." => "Máis versións...", -"No other versions available" => "Non hai outras versións dispoñíbeis", -"Restore" => "Restabelecer" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/he.js b/apps/files_versions/l10n/he.js new file mode 100644 index 0000000000..ecb859bb7f --- /dev/null +++ b/apps/files_versions/l10n/he.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "לא ניתן להחזיר: %s", + "Versions" : "גרסאות", + "Restore" : "שחזור" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/he.json b/apps/files_versions/l10n/he.json new file mode 100644 index 0000000000..6cedccc663 --- /dev/null +++ b/apps/files_versions/l10n/he.json @@ -0,0 +1,6 @@ +{ "translations": { + "Could not revert: %s" : "לא ניתן להחזיר: %s", + "Versions" : "גרסאות", + "Restore" : "שחזור" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/he.php b/apps/files_versions/l10n/he.php deleted file mode 100644 index 848e471227..0000000000 --- a/apps/files_versions/l10n/he.php +++ /dev/null @@ -1,7 +0,0 @@ - "לא ניתן להחזיר: %s", -"Versions" => "גרסאות", -"Restore" => "שחזור" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/hr.js b/apps/files_versions/l10n/hr.js new file mode 100644 index 0000000000..15851fc3b1 --- /dev/null +++ b/apps/files_versions/l10n/hr.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Nije moguće vratiti: %s", + "Versions" : "Verzije", + "Failed to revert {file} to revision {timestamp}." : "Nije uspelo vraćanje {file} na reviziju {timestamp}.", + "More versions..." : "Više verzija...", + "No other versions available" : "Nikakve druge verzije nisu dostupne", + "Restore" : "Obnovite" +}, +"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/apps/files_versions/l10n/hr.json b/apps/files_versions/l10n/hr.json new file mode 100644 index 0000000000..8197420150 --- /dev/null +++ b/apps/files_versions/l10n/hr.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Nije moguće vratiti: %s", + "Versions" : "Verzije", + "Failed to revert {file} to revision {timestamp}." : "Nije uspelo vraćanje {file} na reviziju {timestamp}.", + "More versions..." : "Više verzija...", + "No other versions available" : "Nikakve druge verzije nisu dostupne", + "Restore" : "Obnovite" +},"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/apps/files_versions/l10n/hr.php b/apps/files_versions/l10n/hr.php deleted file mode 100644 index fdd8d89d20..0000000000 --- a/apps/files_versions/l10n/hr.php +++ /dev/null @@ -1,10 +0,0 @@ - "Nije moguće vratiti: %s", -"Versions" => "Verzije", -"Failed to revert {file} to revision {timestamp}." => "Nije uspelo vraćanje {file} na reviziju {timestamp}.", -"More versions..." => "Više verzija...", -"No other versions available" => "Nikakve druge verzije nisu dostupne", -"Restore" => "Obnovite" -); -$PLURAL_FORMS = "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/apps/files_versions/l10n/hu_HU.js b/apps/files_versions/l10n/hu_HU.js new file mode 100644 index 0000000000..342e65d5fa --- /dev/null +++ b/apps/files_versions/l10n/hu_HU.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Nem sikerült átállni a változatra: %s", + "Versions" : "Az állományok korábbi változatai", + "Failed to revert {file} to revision {timestamp}." : "Nem sikerült a(z) {file} állományt erre visszaállítani: {timestamp}.", + "More versions..." : "További változatok...", + "No other versions available" : "Az állománynak nincs több változata", + "Restore" : "Visszaállítás" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/hu_HU.json b/apps/files_versions/l10n/hu_HU.json new file mode 100644 index 0000000000..2b2be0f444 --- /dev/null +++ b/apps/files_versions/l10n/hu_HU.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Nem sikerült átállni a változatra: %s", + "Versions" : "Az állományok korábbi változatai", + "Failed to revert {file} to revision {timestamp}." : "Nem sikerült a(z) {file} állományt erre visszaállítani: {timestamp}.", + "More versions..." : "További változatok...", + "No other versions available" : "Az állománynak nincs több változata", + "Restore" : "Visszaállítás" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/hu_HU.php b/apps/files_versions/l10n/hu_HU.php deleted file mode 100644 index 13b3fe7cac..0000000000 --- a/apps/files_versions/l10n/hu_HU.php +++ /dev/null @@ -1,10 +0,0 @@ - "Nem sikerült átállni a változatra: %s", -"Versions" => "Az állományok korábbi változatai", -"Failed to revert {file} to revision {timestamp}." => "Nem sikerült a(z) {file} állományt erre visszaállítani: {timestamp}.", -"More versions..." => "További változatok...", -"No other versions available" => "Az állománynak nincs több változata", -"Restore" => "Visszaállítás" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/id.js b/apps/files_versions/l10n/id.js new file mode 100644 index 0000000000..0e1111cf89 --- /dev/null +++ b/apps/files_versions/l10n/id.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Tidak dapat mengembalikan: %s", + "Versions" : "Versi", + "Failed to revert {file} to revision {timestamp}." : "Gagal mengembalikan {file} ke revisi {timestamp}.", + "More versions..." : "Versi lebih...", + "No other versions available" : "Tidak ada versi lain yang tersedia", + "Restore" : "Pulihkan" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/id.json b/apps/files_versions/l10n/id.json new file mode 100644 index 0000000000..e0b7e17bcc --- /dev/null +++ b/apps/files_versions/l10n/id.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Tidak dapat mengembalikan: %s", + "Versions" : "Versi", + "Failed to revert {file} to revision {timestamp}." : "Gagal mengembalikan {file} ke revisi {timestamp}.", + "More versions..." : "Versi lebih...", + "No other versions available" : "Tidak ada versi lain yang tersedia", + "Restore" : "Pulihkan" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/id.php b/apps/files_versions/l10n/id.php deleted file mode 100644 index 14920cc52f..0000000000 --- a/apps/files_versions/l10n/id.php +++ /dev/null @@ -1,10 +0,0 @@ - "Tidak dapat mengembalikan: %s", -"Versions" => "Versi", -"Failed to revert {file} to revision {timestamp}." => "Gagal mengembalikan {file} ke revisi {timestamp}.", -"More versions..." => "Versi lebih...", -"No other versions available" => "Tidak ada versi lain yang tersedia", -"Restore" => "Pulihkan" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/is.js b/apps/files_versions/l10n/is.js new file mode 100644 index 0000000000..25bf6aafbf --- /dev/null +++ b/apps/files_versions/l10n/is.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_versions", + { + "Versions" : "Útgáfur" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/is.json b/apps/files_versions/l10n/is.json new file mode 100644 index 0000000000..d21e448090 --- /dev/null +++ b/apps/files_versions/l10n/is.json @@ -0,0 +1,4 @@ +{ "translations": { + "Versions" : "Útgáfur" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/is.php b/apps/files_versions/l10n/is.php deleted file mode 100644 index 0f643122ad..0000000000 --- a/apps/files_versions/l10n/is.php +++ /dev/null @@ -1,5 +0,0 @@ - "Útgáfur" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/it.js b/apps/files_versions/l10n/it.js new file mode 100644 index 0000000000..4525657728 --- /dev/null +++ b/apps/files_versions/l10n/it.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Impossibile ripristinare: %s", + "Versions" : "Versioni", + "Failed to revert {file} to revision {timestamp}." : "Ripristino di {file} alla revisione {timestamp} non riuscito.", + "More versions..." : "Altre versioni...", + "No other versions available" : "Non sono disponibili altre versioni", + "Restore" : "Ripristina" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/it.json b/apps/files_versions/l10n/it.json new file mode 100644 index 0000000000..af5d7bbcab --- /dev/null +++ b/apps/files_versions/l10n/it.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Impossibile ripristinare: %s", + "Versions" : "Versioni", + "Failed to revert {file} to revision {timestamp}." : "Ripristino di {file} alla revisione {timestamp} non riuscito.", + "More versions..." : "Altre versioni...", + "No other versions available" : "Non sono disponibili altre versioni", + "Restore" : "Ripristina" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/it.php b/apps/files_versions/l10n/it.php deleted file mode 100644 index 6e4aee450a..0000000000 --- a/apps/files_versions/l10n/it.php +++ /dev/null @@ -1,10 +0,0 @@ - "Impossibile ripristinare: %s", -"Versions" => "Versioni", -"Failed to revert {file} to revision {timestamp}." => "Ripristino di {file} alla revisione {timestamp} non riuscito.", -"More versions..." => "Altre versioni...", -"No other versions available" => "Non sono disponibili altre versioni", -"Restore" => "Ripristina" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/ja.js b/apps/files_versions/l10n/ja.js new file mode 100644 index 0000000000..1e4f26edc3 --- /dev/null +++ b/apps/files_versions/l10n/ja.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "元に戻せませんでした: %s", + "Versions" : "バージョン", + "Failed to revert {file} to revision {timestamp}." : "{file} を {timestamp} のリビジョンに戻すことができません。", + "More versions..." : "他のバージョン...", + "No other versions available" : "利用可能なバージョンはありません", + "Restore" : "復元" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/ja.json b/apps/files_versions/l10n/ja.json new file mode 100644 index 0000000000..7ee6b4d2c0 --- /dev/null +++ b/apps/files_versions/l10n/ja.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "元に戻せませんでした: %s", + "Versions" : "バージョン", + "Failed to revert {file} to revision {timestamp}." : "{file} を {timestamp} のリビジョンに戻すことができません。", + "More versions..." : "他のバージョン...", + "No other versions available" : "利用可能なバージョンはありません", + "Restore" : "復元" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ja.php b/apps/files_versions/l10n/ja.php deleted file mode 100644 index f4c04ca76e..0000000000 --- a/apps/files_versions/l10n/ja.php +++ /dev/null @@ -1,10 +0,0 @@ - "元に戻せませんでした: %s", -"Versions" => "バージョン", -"Failed to revert {file} to revision {timestamp}." => "{file} を {timestamp} のリビジョンに戻すことができません。", -"More versions..." => "他のバージョン...", -"No other versions available" => "利用可能なバージョンはありません", -"Restore" => "復元" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/ka_GE.js b/apps/files_versions/l10n/ka_GE.js new file mode 100644 index 0000000000..d958b4f4de --- /dev/null +++ b/apps/files_versions/l10n/ka_GE.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "ვერ მოხერხდა უკან დაბრუნება: %s", + "Versions" : "ვერსიები", + "Restore" : "აღდგენა" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/ka_GE.json b/apps/files_versions/l10n/ka_GE.json new file mode 100644 index 0000000000..a3b2d0344d --- /dev/null +++ b/apps/files_versions/l10n/ka_GE.json @@ -0,0 +1,6 @@ +{ "translations": { + "Could not revert: %s" : "ვერ მოხერხდა უკან დაბრუნება: %s", + "Versions" : "ვერსიები", + "Restore" : "აღდგენა" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ka_GE.php b/apps/files_versions/l10n/ka_GE.php deleted file mode 100644 index 41e65903b6..0000000000 --- a/apps/files_versions/l10n/ka_GE.php +++ /dev/null @@ -1,7 +0,0 @@ - "ვერ მოხერხდა უკან დაბრუნება: %s", -"Versions" => "ვერსიები", -"Restore" => "აღდგენა" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/km.js b/apps/files_versions/l10n/km.js new file mode 100644 index 0000000000..b1edbcbb3c --- /dev/null +++ b/apps/files_versions/l10n/km.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "មិន​អាច​ត្រឡប់៖ %s", + "Versions" : "កំណែ", + "Failed to revert {file} to revision {timestamp}." : "មិន​អាច​ត្រឡប់ {file} ទៅ​កំណែ​សម្រួល {timestamp} បាន​ទេ។", + "More versions..." : "កំណែ​ច្រើន​ទៀត...", + "No other versions available" : "មិន​មាន​កំណែ​ផ្សេង​ទៀត​ទេ", + "Restore" : "ស្ដារ​មក​វិញ" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/km.json b/apps/files_versions/l10n/km.json new file mode 100644 index 0000000000..830170a223 --- /dev/null +++ b/apps/files_versions/l10n/km.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "មិន​អាច​ត្រឡប់៖ %s", + "Versions" : "កំណែ", + "Failed to revert {file} to revision {timestamp}." : "មិន​អាច​ត្រឡប់ {file} ទៅ​កំណែ​សម្រួល {timestamp} បាន​ទេ។", + "More versions..." : "កំណែ​ច្រើន​ទៀត...", + "No other versions available" : "មិន​មាន​កំណែ​ផ្សេង​ទៀត​ទេ", + "Restore" : "ស្ដារ​មក​វិញ" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/km.php b/apps/files_versions/l10n/km.php deleted file mode 100644 index 3673d002a7..0000000000 --- a/apps/files_versions/l10n/km.php +++ /dev/null @@ -1,10 +0,0 @@ - "មិន​អាច​ត្រឡប់៖ %s", -"Versions" => "កំណែ", -"Failed to revert {file} to revision {timestamp}." => "មិន​អាច​ត្រឡប់ {file} ទៅ​កំណែ​សម្រួល {timestamp} បាន​ទេ។", -"More versions..." => "កំណែ​ច្រើន​ទៀត...", -"No other versions available" => "មិន​មាន​កំណែ​ផ្សេង​ទៀត​ទេ", -"Restore" => "ស្ដារ​មក​វិញ" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/ko.js b/apps/files_versions/l10n/ko.js new file mode 100644 index 0000000000..9e125ec6bb --- /dev/null +++ b/apps/files_versions/l10n/ko.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "되돌릴 수 없습니다: %s", + "Versions" : "버전", + "Failed to revert {file} to revision {timestamp}." : "{file}을(를) 리비전 {timestamp}으(로) 되돌리는 데 실패하였습니다.", + "More versions..." : "더 많은 버전...", + "No other versions available" : "다른 버전을 사용할 수 없습니다", + "Restore" : "복원" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/ko.json b/apps/files_versions/l10n/ko.json new file mode 100644 index 0000000000..80ebb43912 --- /dev/null +++ b/apps/files_versions/l10n/ko.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "되돌릴 수 없습니다: %s", + "Versions" : "버전", + "Failed to revert {file} to revision {timestamp}." : "{file}을(를) 리비전 {timestamp}으(로) 되돌리는 데 실패하였습니다.", + "More versions..." : "더 많은 버전...", + "No other versions available" : "다른 버전을 사용할 수 없습니다", + "Restore" : "복원" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ko.php b/apps/files_versions/l10n/ko.php deleted file mode 100644 index bd56c0489b..0000000000 --- a/apps/files_versions/l10n/ko.php +++ /dev/null @@ -1,10 +0,0 @@ - "되돌릴 수 없습니다: %s", -"Versions" => "버전", -"Failed to revert {file} to revision {timestamp}." => "{file}을(를) 리비전 {timestamp}으(로) 되돌리는 데 실패하였습니다.", -"More versions..." => "더 많은 버전...", -"No other versions available" => "다른 버전을 사용할 수 없습니다", -"Restore" => "복원" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/ku_IQ.js b/apps/files_versions/l10n/ku_IQ.js new file mode 100644 index 0000000000..46d7e07535 --- /dev/null +++ b/apps/files_versions/l10n/ku_IQ.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_versions", + { + "Versions" : "وه‌شان" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/ku_IQ.json b/apps/files_versions/l10n/ku_IQ.json new file mode 100644 index 0000000000..0a929bb22d --- /dev/null +++ b/apps/files_versions/l10n/ku_IQ.json @@ -0,0 +1,4 @@ +{ "translations": { + "Versions" : "وه‌شان" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ku_IQ.php b/apps/files_versions/l10n/ku_IQ.php deleted file mode 100644 index de2696509b..0000000000 --- a/apps/files_versions/l10n/ku_IQ.php +++ /dev/null @@ -1,5 +0,0 @@ - "وه‌شان" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/lt_LT.js b/apps/files_versions/l10n/lt_LT.js new file mode 100644 index 0000000000..987b914412 --- /dev/null +++ b/apps/files_versions/l10n/lt_LT.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Nepavyko atstatyti: %s", + "Versions" : "Versijos", + "Failed to revert {file} to revision {timestamp}." : "Nepavyko atstatyti {file} į būseną {timestamp}.", + "More versions..." : "Daugiau versijų...", + "No other versions available" : "Nėra daugiau versijų", + "Restore" : "Atstatyti" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_versions/l10n/lt_LT.json b/apps/files_versions/l10n/lt_LT.json new file mode 100644 index 0000000000..5e30612dd3 --- /dev/null +++ b/apps/files_versions/l10n/lt_LT.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Nepavyko atstatyti: %s", + "Versions" : "Versijos", + "Failed to revert {file} to revision {timestamp}." : "Nepavyko atstatyti {file} į būseną {timestamp}.", + "More versions..." : "Daugiau versijų...", + "No other versions available" : "Nėra daugiau versijų", + "Restore" : "Atstatyti" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/lt_LT.php b/apps/files_versions/l10n/lt_LT.php deleted file mode 100644 index 3afcfbe3b5..0000000000 --- a/apps/files_versions/l10n/lt_LT.php +++ /dev/null @@ -1,10 +0,0 @@ - "Nepavyko atstatyti: %s", -"Versions" => "Versijos", -"Failed to revert {file} to revision {timestamp}." => "Nepavyko atstatyti {file} į būseną {timestamp}.", -"More versions..." => "Daugiau versijų...", -"No other versions available" => "Nėra daugiau versijų", -"Restore" => "Atstatyti" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_versions/l10n/lv.js b/apps/files_versions/l10n/lv.js new file mode 100644 index 0000000000..5a8cbcf0ec --- /dev/null +++ b/apps/files_versions/l10n/lv.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Nevarēja atgriezt — %s", + "Versions" : "Versijas", + "Restore" : "Atjaunot" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/files_versions/l10n/lv.json b/apps/files_versions/l10n/lv.json new file mode 100644 index 0000000000..6781de4d47 --- /dev/null +++ b/apps/files_versions/l10n/lv.json @@ -0,0 +1,6 @@ +{ "translations": { + "Could not revert: %s" : "Nevarēja atgriezt — %s", + "Versions" : "Versijas", + "Restore" : "Atjaunot" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/lv.php b/apps/files_versions/l10n/lv.php deleted file mode 100644 index c686370ac3..0000000000 --- a/apps/files_versions/l10n/lv.php +++ /dev/null @@ -1,7 +0,0 @@ - "Nevarēja atgriezt — %s", -"Versions" => "Versijas", -"Restore" => "Atjaunot" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/apps/files_versions/l10n/mk.js b/apps/files_versions/l10n/mk.js new file mode 100644 index 0000000000..a730ea8940 --- /dev/null +++ b/apps/files_versions/l10n/mk.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Не можев да го вратам: %s", + "Versions" : "Версии", + "Failed to revert {file} to revision {timestamp}." : "Не успеав да го вратам {file} на ревизијата {timestamp}.", + "More versions..." : "Повеќе верзии...", + "No other versions available" : "Не постојат други верзии", + "Restore" : "Врати" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/files_versions/l10n/mk.json b/apps/files_versions/l10n/mk.json new file mode 100644 index 0000000000..7e57aa91b5 --- /dev/null +++ b/apps/files_versions/l10n/mk.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Не можев да го вратам: %s", + "Versions" : "Версии", + "Failed to revert {file} to revision {timestamp}." : "Не успеав да го вратам {file} на ревизијата {timestamp}.", + "More versions..." : "Повеќе верзии...", + "No other versions available" : "Не постојат други верзии", + "Restore" : "Врати" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/mk.php b/apps/files_versions/l10n/mk.php deleted file mode 100644 index d5c883b894..0000000000 --- a/apps/files_versions/l10n/mk.php +++ /dev/null @@ -1,10 +0,0 @@ - "Не можев да го вратам: %s", -"Versions" => "Версии", -"Failed to revert {file} to revision {timestamp}." => "Не успеав да го вратам {file} на ревизијата {timestamp}.", -"More versions..." => "Повеќе верзии...", -"No other versions available" => "Не постојат други верзии", -"Restore" => "Врати" -); -$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/files_versions/l10n/ms_MY.js b/apps/files_versions/l10n/ms_MY.js new file mode 100644 index 0000000000..f645a255ca --- /dev/null +++ b/apps/files_versions/l10n/ms_MY.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Tidak dapat kembalikan: %s", + "Versions" : "Versi", + "Failed to revert {file} to revision {timestamp}." : "Gagal kembalikan {file} ke semakan {timestamp}.", + "More versions..." : "Lagi versi...", + "No other versions available" : "Tiada lagi versi lain", + "Restore" : "Pulihkan" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/ms_MY.json b/apps/files_versions/l10n/ms_MY.json new file mode 100644 index 0000000000..6ed0cd3413 --- /dev/null +++ b/apps/files_versions/l10n/ms_MY.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Tidak dapat kembalikan: %s", + "Versions" : "Versi", + "Failed to revert {file} to revision {timestamp}." : "Gagal kembalikan {file} ke semakan {timestamp}.", + "More versions..." : "Lagi versi...", + "No other versions available" : "Tiada lagi versi lain", + "Restore" : "Pulihkan" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ms_MY.php b/apps/files_versions/l10n/ms_MY.php deleted file mode 100644 index 513dff49b2..0000000000 --- a/apps/files_versions/l10n/ms_MY.php +++ /dev/null @@ -1,10 +0,0 @@ - "Tidak dapat kembalikan: %s", -"Versions" => "Versi", -"Failed to revert {file} to revision {timestamp}." => "Gagal kembalikan {file} ke semakan {timestamp}.", -"More versions..." => "Lagi versi...", -"No other versions available" => "Tiada lagi versi lain", -"Restore" => "Pulihkan" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/nb_NO.js b/apps/files_versions/l10n/nb_NO.js new file mode 100644 index 0000000000..e3279e61bf --- /dev/null +++ b/apps/files_versions/l10n/nb_NO.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Klarte ikke å tilbakeføre: %s", + "Versions" : "Versjoner", + "Failed to revert {file} to revision {timestamp}." : "Klarte ikke å tilbakeføre {file} til revisjon {timestamp}.", + "More versions..." : "Flere versjoner", + "No other versions available" : "Det finnes ingen andre versjoner", + "Restore" : "Gjenopprett" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/nb_NO.json b/apps/files_versions/l10n/nb_NO.json new file mode 100644 index 0000000000..18c520014d --- /dev/null +++ b/apps/files_versions/l10n/nb_NO.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Klarte ikke å tilbakeføre: %s", + "Versions" : "Versjoner", + "Failed to revert {file} to revision {timestamp}." : "Klarte ikke å tilbakeføre {file} til revisjon {timestamp}.", + "More versions..." : "Flere versjoner", + "No other versions available" : "Det finnes ingen andre versjoner", + "Restore" : "Gjenopprett" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/nb_NO.php b/apps/files_versions/l10n/nb_NO.php deleted file mode 100644 index 4c0c8c65ba..0000000000 --- a/apps/files_versions/l10n/nb_NO.php +++ /dev/null @@ -1,10 +0,0 @@ - "Klarte ikke å tilbakeføre: %s", -"Versions" => "Versjoner", -"Failed to revert {file} to revision {timestamp}." => "Klarte ikke å tilbakeføre {file} til revisjon {timestamp}.", -"More versions..." => "Flere versjoner", -"No other versions available" => "Det finnes ingen andre versjoner", -"Restore" => "Gjenopprett" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/nl.js b/apps/files_versions/l10n/nl.js new file mode 100644 index 0000000000..53de2706f3 --- /dev/null +++ b/apps/files_versions/l10n/nl.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Kon niet terugdraaien: %s", + "Versions" : "Versies", + "Failed to revert {file} to revision {timestamp}." : "Kon {file} niet terugdraaien naar revisie {timestamp}.", + "More versions..." : "Meer versies...", + "No other versions available" : "Geen andere versies beschikbaar", + "Restore" : "Herstellen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/nl.json b/apps/files_versions/l10n/nl.json new file mode 100644 index 0000000000..b564b5e54b --- /dev/null +++ b/apps/files_versions/l10n/nl.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Kon niet terugdraaien: %s", + "Versions" : "Versies", + "Failed to revert {file} to revision {timestamp}." : "Kon {file} niet terugdraaien naar revisie {timestamp}.", + "More versions..." : "Meer versies...", + "No other versions available" : "Geen andere versies beschikbaar", + "Restore" : "Herstellen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/nl.php b/apps/files_versions/l10n/nl.php deleted file mode 100644 index ec7551d959..0000000000 --- a/apps/files_versions/l10n/nl.php +++ /dev/null @@ -1,10 +0,0 @@ - "Kon niet terugdraaien: %s", -"Versions" => "Versies", -"Failed to revert {file} to revision {timestamp}." => "Kon {file} niet terugdraaien naar revisie {timestamp}.", -"More versions..." => "Meer versies...", -"No other versions available" => "Geen andere versies beschikbaar", -"Restore" => "Herstellen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/nn_NO.js b/apps/files_versions/l10n/nn_NO.js new file mode 100644 index 0000000000..feedf5a944 --- /dev/null +++ b/apps/files_versions/l10n/nn_NO.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Klarte ikkje å tilbakestilla: %s", + "Versions" : "Utgåver", + "Failed to revert {file} to revision {timestamp}." : "Klarte ikkje å tilbakestilla {file} til utgåva {timestamp}.", + "More versions..." : "Fleire utgåver …", + "No other versions available" : "Ingen andre utgåver tilgjengeleg", + "Restore" : "Gjenopprett" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/nn_NO.json b/apps/files_versions/l10n/nn_NO.json new file mode 100644 index 0000000000..96d410cfa0 --- /dev/null +++ b/apps/files_versions/l10n/nn_NO.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Klarte ikkje å tilbakestilla: %s", + "Versions" : "Utgåver", + "Failed to revert {file} to revision {timestamp}." : "Klarte ikkje å tilbakestilla {file} til utgåva {timestamp}.", + "More versions..." : "Fleire utgåver …", + "No other versions available" : "Ingen andre utgåver tilgjengeleg", + "Restore" : "Gjenopprett" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/nn_NO.php b/apps/files_versions/l10n/nn_NO.php deleted file mode 100644 index 608d72aaae..0000000000 --- a/apps/files_versions/l10n/nn_NO.php +++ /dev/null @@ -1,10 +0,0 @@ - "Klarte ikkje å tilbakestilla: %s", -"Versions" => "Utgåver", -"Failed to revert {file} to revision {timestamp}." => "Klarte ikkje å tilbakestilla {file} til utgåva {timestamp}.", -"More versions..." => "Fleire utgåver …", -"No other versions available" => "Ingen andre utgåver tilgjengeleg", -"Restore" => "Gjenopprett" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/pl.js b/apps/files_versions/l10n/pl.js new file mode 100644 index 0000000000..dce5f500ef --- /dev/null +++ b/apps/files_versions/l10n/pl.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Nie można było przywrócić: %s", + "Versions" : "Wersje", + "Failed to revert {file} to revision {timestamp}." : "Nie udało się przywrócić {file} do wersji z {timestamp}.", + "More versions..." : "Więcej wersji...", + "No other versions available" : "Nie są dostępne żadne inne wersje", + "Restore" : "Przywróć" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_versions/l10n/pl.json b/apps/files_versions/l10n/pl.json new file mode 100644 index 0000000000..68860dd115 --- /dev/null +++ b/apps/files_versions/l10n/pl.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Nie można było przywrócić: %s", + "Versions" : "Wersje", + "Failed to revert {file} to revision {timestamp}." : "Nie udało się przywrócić {file} do wersji z {timestamp}.", + "More versions..." : "Więcej wersji...", + "No other versions available" : "Nie są dostępne żadne inne wersje", + "Restore" : "Przywróć" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/pl.php b/apps/files_versions/l10n/pl.php deleted file mode 100644 index 89018bf117..0000000000 --- a/apps/files_versions/l10n/pl.php +++ /dev/null @@ -1,10 +0,0 @@ - "Nie można było przywrócić: %s", -"Versions" => "Wersje", -"Failed to revert {file} to revision {timestamp}." => "Nie udało się przywrócić {file} do wersji z {timestamp}.", -"More versions..." => "Więcej wersji...", -"No other versions available" => "Nie są dostępne żadne inne wersje", -"Restore" => "Przywróć" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/files_versions/l10n/pt_BR.js b/apps/files_versions/l10n/pt_BR.js new file mode 100644 index 0000000000..229d935be2 --- /dev/null +++ b/apps/files_versions/l10n/pt_BR.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Impossível reverter: %s", + "Versions" : "Versões", + "Failed to revert {file} to revision {timestamp}." : "Falha ao reverter {file} para a revisão {timestamp}.", + "More versions..." : "Mais versões...", + "No other versions available" : "Nenhuma outra versão disponível", + "Restore" : "Restaurar" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_versions/l10n/pt_BR.json b/apps/files_versions/l10n/pt_BR.json new file mode 100644 index 0000000000..11225a32b9 --- /dev/null +++ b/apps/files_versions/l10n/pt_BR.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Impossível reverter: %s", + "Versions" : "Versões", + "Failed to revert {file} to revision {timestamp}." : "Falha ao reverter {file} para a revisão {timestamp}.", + "More versions..." : "Mais versões...", + "No other versions available" : "Nenhuma outra versão disponível", + "Restore" : "Restaurar" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/pt_BR.php b/apps/files_versions/l10n/pt_BR.php deleted file mode 100644 index b1958825b4..0000000000 --- a/apps/files_versions/l10n/pt_BR.php +++ /dev/null @@ -1,10 +0,0 @@ - "Impossível reverter: %s", -"Versions" => "Versões", -"Failed to revert {file} to revision {timestamp}." => "Falha ao reverter {file} para a revisão {timestamp}.", -"More versions..." => "Mais versões...", -"No other versions available" => "Nenhuma outra versão disponível", -"Restore" => "Restaurar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_versions/l10n/pt_PT.js b/apps/files_versions/l10n/pt_PT.js new file mode 100644 index 0000000000..29ae6e3eef --- /dev/null +++ b/apps/files_versions/l10n/pt_PT.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Não foi possível reverter: %s", + "Versions" : "Versões", + "Failed to revert {file} to revision {timestamp}." : "Falhou a recuperação do ficheiro {file} para a revisão {timestamp}.", + "More versions..." : "Mais versões...", + "No other versions available" : "Não existem versões mais antigas", + "Restore" : "Restaurar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/pt_PT.json b/apps/files_versions/l10n/pt_PT.json new file mode 100644 index 0000000000..4ce27f4c74 --- /dev/null +++ b/apps/files_versions/l10n/pt_PT.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Não foi possível reverter: %s", + "Versions" : "Versões", + "Failed to revert {file} to revision {timestamp}." : "Falhou a recuperação do ficheiro {file} para a revisão {timestamp}.", + "More versions..." : "Mais versões...", + "No other versions available" : "Não existem versões mais antigas", + "Restore" : "Restaurar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/pt_PT.php b/apps/files_versions/l10n/pt_PT.php deleted file mode 100644 index e4371f5340..0000000000 --- a/apps/files_versions/l10n/pt_PT.php +++ /dev/null @@ -1,10 +0,0 @@ - "Não foi possível reverter: %s", -"Versions" => "Versões", -"Failed to revert {file} to revision {timestamp}." => "Falhou a recuperação do ficheiro {file} para a revisão {timestamp}.", -"More versions..." => "Mais versões...", -"No other versions available" => "Não existem versões mais antigas", -"Restore" => "Restaurar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/ro.js b/apps/files_versions/l10n/ro.js new file mode 100644 index 0000000000..1c8d6382d9 --- /dev/null +++ b/apps/files_versions/l10n/ro.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Nu a putut reveni: %s", + "Versions" : "Versiuni", + "More versions..." : "Mai multe versiuni...", + "No other versions available" : "Nu există alte versiuni disponibile", + "Restore" : "Restabilire" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/files_versions/l10n/ro.json b/apps/files_versions/l10n/ro.json new file mode 100644 index 0000000000..3b2d0c795a --- /dev/null +++ b/apps/files_versions/l10n/ro.json @@ -0,0 +1,8 @@ +{ "translations": { + "Could not revert: %s" : "Nu a putut reveni: %s", + "Versions" : "Versiuni", + "More versions..." : "Mai multe versiuni...", + "No other versions available" : "Nu există alte versiuni disponibile", + "Restore" : "Restabilire" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ro.php b/apps/files_versions/l10n/ro.php deleted file mode 100644 index cc8c6e1931..0000000000 --- a/apps/files_versions/l10n/ro.php +++ /dev/null @@ -1,9 +0,0 @@ - "Nu a putut reveni: %s", -"Versions" => "Versiuni", -"More versions..." => "Mai multe versiuni...", -"No other versions available" => "Nu există alte versiuni disponibile", -"Restore" => "Restabilire" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/files_versions/l10n/ru.js b/apps/files_versions/l10n/ru.js new file mode 100644 index 0000000000..2dc12f9ff2 --- /dev/null +++ b/apps/files_versions/l10n/ru.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Не может быть возвращён: %s", + "Versions" : "Версии", + "Failed to revert {file} to revision {timestamp}." : "Не удалось возвратить {file} к ревизии {timestamp}.", + "More versions..." : "Ещё версии...", + "No other versions available" : "Других версий не доступно", + "Restore" : "Восстановить" +}, +"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/apps/files_versions/l10n/ru.json b/apps/files_versions/l10n/ru.json new file mode 100644 index 0000000000..fe1906bf46 --- /dev/null +++ b/apps/files_versions/l10n/ru.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Не может быть возвращён: %s", + "Versions" : "Версии", + "Failed to revert {file} to revision {timestamp}." : "Не удалось возвратить {file} к ревизии {timestamp}.", + "More versions..." : "Ещё версии...", + "No other versions available" : "Других версий не доступно", + "Restore" : "Восстановить" +},"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/apps/files_versions/l10n/ru.php b/apps/files_versions/l10n/ru.php deleted file mode 100644 index 12f9f77b94..0000000000 --- a/apps/files_versions/l10n/ru.php +++ /dev/null @@ -1,10 +0,0 @@ - "Не может быть возвращён: %s", -"Versions" => "Версии", -"Failed to revert {file} to revision {timestamp}." => "Не удалось возвратить {file} к ревизии {timestamp}.", -"More versions..." => "Ещё версии...", -"No other versions available" => "Других версий не доступно", -"Restore" => "Восстановить" -); -$PLURAL_FORMS = "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/apps/files_versions/l10n/si_LK.js b/apps/files_versions/l10n/si_LK.js new file mode 100644 index 0000000000..1d7ab4ef25 --- /dev/null +++ b/apps/files_versions/l10n/si_LK.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_versions", + { + "Versions" : "අනුවාද" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/si_LK.json b/apps/files_versions/l10n/si_LK.json new file mode 100644 index 0000000000..161b51d25a --- /dev/null +++ b/apps/files_versions/l10n/si_LK.json @@ -0,0 +1,4 @@ +{ "translations": { + "Versions" : "අනුවාද" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/si_LK.php b/apps/files_versions/l10n/si_LK.php deleted file mode 100644 index 7ee8da049b..0000000000 --- a/apps/files_versions/l10n/si_LK.php +++ /dev/null @@ -1,5 +0,0 @@ - "අනුවාද" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/sk_SK.js b/apps/files_versions/l10n/sk_SK.js new file mode 100644 index 0000000000..1433f42f2b --- /dev/null +++ b/apps/files_versions/l10n/sk_SK.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Nemožno obnoviť: %s", + "Versions" : "Verzie", + "Failed to revert {file} to revision {timestamp}." : "Zlyhalo obnovenie súboru {file} na verziu {timestamp}.", + "More versions..." : "Viac verzií...", + "No other versions available" : "Žiadne ďalšie verzie nie sú dostupné", + "Restore" : "Obnoviť" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_versions/l10n/sk_SK.json b/apps/files_versions/l10n/sk_SK.json new file mode 100644 index 0000000000..da8a7b02ca --- /dev/null +++ b/apps/files_versions/l10n/sk_SK.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Nemožno obnoviť: %s", + "Versions" : "Verzie", + "Failed to revert {file} to revision {timestamp}." : "Zlyhalo obnovenie súboru {file} na verziu {timestamp}.", + "More versions..." : "Viac verzií...", + "No other versions available" : "Žiadne ďalšie verzie nie sú dostupné", + "Restore" : "Obnoviť" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/sk_SK.php b/apps/files_versions/l10n/sk_SK.php deleted file mode 100644 index 5edcea3606..0000000000 --- a/apps/files_versions/l10n/sk_SK.php +++ /dev/null @@ -1,10 +0,0 @@ - "Nemožno obnoviť: %s", -"Versions" => "Verzie", -"Failed to revert {file} to revision {timestamp}." => "Zlyhalo obnovenie súboru {file} na verziu {timestamp}.", -"More versions..." => "Viac verzií...", -"No other versions available" => "Žiadne ďalšie verzie nie sú dostupné", -"Restore" => "Obnoviť" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_versions/l10n/sl.js b/apps/files_versions/l10n/sl.js new file mode 100644 index 0000000000..abbf4a803d --- /dev/null +++ b/apps/files_versions/l10n/sl.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Ni mogoče povrniti: %s", + "Versions" : "Različice", + "Failed to revert {file} to revision {timestamp}." : "Povrnitev datoteke {file} na objavo {timestamp} je spodletelo.", + "More versions..." : "Več različic", + "No other versions available" : "Ni drugih različic", + "Restore" : "Obnovi" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/files_versions/l10n/sl.json b/apps/files_versions/l10n/sl.json new file mode 100644 index 0000000000..581c9aab59 --- /dev/null +++ b/apps/files_versions/l10n/sl.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Ni mogoče povrniti: %s", + "Versions" : "Različice", + "Failed to revert {file} to revision {timestamp}." : "Povrnitev datoteke {file} na objavo {timestamp} je spodletelo.", + "More versions..." : "Več različic", + "No other versions available" : "Ni drugih različic", + "Restore" : "Obnovi" +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/sl.php b/apps/files_versions/l10n/sl.php deleted file mode 100644 index 08b2f03e4c..0000000000 --- a/apps/files_versions/l10n/sl.php +++ /dev/null @@ -1,10 +0,0 @@ - "Ni mogoče povrniti: %s", -"Versions" => "Različice", -"Failed to revert {file} to revision {timestamp}." => "Povrnitev datoteke {file} na objavo {timestamp} je spodletelo.", -"More versions..." => "Več različic", -"No other versions available" => "Ni drugih različic", -"Restore" => "Obnovi" -); -$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/apps/files_versions/l10n/sq.js b/apps/files_versions/l10n/sq.js new file mode 100644 index 0000000000..5330b36aad --- /dev/null +++ b/apps/files_versions/l10n/sq.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Nuk mund të ktheje: %s", + "Versions" : "Versioni", + "Failed to revert {file} to revision {timestamp}." : "Dështoi në ktheje {skedar} të rishikimit {kohëstampe}.", + "More versions..." : "Versione m'shumë...", + "No other versions available" : "Nuk ka versione të tjera në dispozicion", + "Restore" : "Rivendos" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/sq.json b/apps/files_versions/l10n/sq.json new file mode 100644 index 0000000000..994772c8e3 --- /dev/null +++ b/apps/files_versions/l10n/sq.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Nuk mund të ktheje: %s", + "Versions" : "Versioni", + "Failed to revert {file} to revision {timestamp}." : "Dështoi në ktheje {skedar} të rishikimit {kohëstampe}.", + "More versions..." : "Versione m'shumë...", + "No other versions available" : "Nuk ka versione të tjera në dispozicion", + "Restore" : "Rivendos" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/sq.php b/apps/files_versions/l10n/sq.php deleted file mode 100644 index e8a0e79748..0000000000 --- a/apps/files_versions/l10n/sq.php +++ /dev/null @@ -1,10 +0,0 @@ - "Nuk mund të ktheje: %s", -"Versions" => "Versioni", -"Failed to revert {file} to revision {timestamp}." => "Dështoi në ktheje {skedar} të rishikimit {kohëstampe}.", -"More versions..." => "Versione m'shumë...", -"No other versions available" => "Nuk ka versione të tjera në dispozicion", -"Restore" => "Rivendos" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/sr.js b/apps/files_versions/l10n/sr.js new file mode 100644 index 0000000000..be85270b3a --- /dev/null +++ b/apps/files_versions/l10n/sr.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_versions", + { + "Restore" : "Врати" +}, +"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/apps/files_versions/l10n/sr.json b/apps/files_versions/l10n/sr.json new file mode 100644 index 0000000000..744ab3c4b7 --- /dev/null +++ b/apps/files_versions/l10n/sr.json @@ -0,0 +1,4 @@ +{ "translations": { + "Restore" : "Врати" +},"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/apps/files_versions/l10n/sr.php b/apps/files_versions/l10n/sr.php deleted file mode 100644 index d4eb0be19c..0000000000 --- a/apps/files_versions/l10n/sr.php +++ /dev/null @@ -1,5 +0,0 @@ - "Врати" -); -$PLURAL_FORMS = "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/apps/files_versions/l10n/sv.js b/apps/files_versions/l10n/sv.js new file mode 100644 index 0000000000..6ff23cc563 --- /dev/null +++ b/apps/files_versions/l10n/sv.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Kunde inte återställa: %s", + "Versions" : "Versioner", + "Failed to revert {file} to revision {timestamp}." : "Kunde inte återställa {file} till revision {timestamp}.", + "More versions..." : "Fler versioner...", + "No other versions available" : "Inga andra versioner tillgängliga", + "Restore" : "Återskapa" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/sv.json b/apps/files_versions/l10n/sv.json new file mode 100644 index 0000000000..ccf056f6f0 --- /dev/null +++ b/apps/files_versions/l10n/sv.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Kunde inte återställa: %s", + "Versions" : "Versioner", + "Failed to revert {file} to revision {timestamp}." : "Kunde inte återställa {file} till revision {timestamp}.", + "More versions..." : "Fler versioner...", + "No other versions available" : "Inga andra versioner tillgängliga", + "Restore" : "Återskapa" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/sv.php b/apps/files_versions/l10n/sv.php deleted file mode 100644 index 0fd073d5cb..0000000000 --- a/apps/files_versions/l10n/sv.php +++ /dev/null @@ -1,10 +0,0 @@ - "Kunde inte återställa: %s", -"Versions" => "Versioner", -"Failed to revert {file} to revision {timestamp}." => "Kunde inte återställa {file} till revision {timestamp}.", -"More versions..." => "Fler versioner...", -"No other versions available" => "Inga andra versioner tillgängliga", -"Restore" => "Återskapa" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/ta_LK.js b/apps/files_versions/l10n/ta_LK.js new file mode 100644 index 0000000000..f03d2e0ff9 --- /dev/null +++ b/apps/files_versions/l10n/ta_LK.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_versions", + { + "Versions" : "பதிப்புகள்" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/ta_LK.json b/apps/files_versions/l10n/ta_LK.json new file mode 100644 index 0000000000..4418ed3b7f --- /dev/null +++ b/apps/files_versions/l10n/ta_LK.json @@ -0,0 +1,4 @@ +{ "translations": { + "Versions" : "பதிப்புகள்" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ta_LK.php b/apps/files_versions/l10n/ta_LK.php deleted file mode 100644 index 3c21735fa8..0000000000 --- a/apps/files_versions/l10n/ta_LK.php +++ /dev/null @@ -1,5 +0,0 @@ - "பதிப்புகள்" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/th_TH.js b/apps/files_versions/l10n/th_TH.js new file mode 100644 index 0000000000..72a456dc0c --- /dev/null +++ b/apps/files_versions/l10n/th_TH.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_versions", + { + "Versions" : "รุ่น", + "Restore" : "คืนค่า" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/th_TH.json b/apps/files_versions/l10n/th_TH.json new file mode 100644 index 0000000000..1d87f34b10 --- /dev/null +++ b/apps/files_versions/l10n/th_TH.json @@ -0,0 +1,5 @@ +{ "translations": { + "Versions" : "รุ่น", + "Restore" : "คืนค่า" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/th_TH.php b/apps/files_versions/l10n/th_TH.php deleted file mode 100644 index 97c89b2f80..0000000000 --- a/apps/files_versions/l10n/th_TH.php +++ /dev/null @@ -1,6 +0,0 @@ - "รุ่น", -"Restore" => "คืนค่า" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/tr.js b/apps/files_versions/l10n/tr.js new file mode 100644 index 0000000000..ad248adc1d --- /dev/null +++ b/apps/files_versions/l10n/tr.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Geri alınamayan: %s", + "Versions" : "Sürümler", + "Failed to revert {file} to revision {timestamp}." : "{file} dosyası {timestamp} gözden geçirmesine geri alınamadı.", + "More versions..." : "Daha fazla sürüm...", + "No other versions available" : "Başka sürüm mevcut değil", + "Restore" : "Geri yükle" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/files_versions/l10n/tr.json b/apps/files_versions/l10n/tr.json new file mode 100644 index 0000000000..49731d545c --- /dev/null +++ b/apps/files_versions/l10n/tr.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Geri alınamayan: %s", + "Versions" : "Sürümler", + "Failed to revert {file} to revision {timestamp}." : "{file} dosyası {timestamp} gözden geçirmesine geri alınamadı.", + "More versions..." : "Daha fazla sürüm...", + "No other versions available" : "Başka sürüm mevcut değil", + "Restore" : "Geri yükle" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/tr.php b/apps/files_versions/l10n/tr.php deleted file mode 100644 index 73b77360a2..0000000000 --- a/apps/files_versions/l10n/tr.php +++ /dev/null @@ -1,10 +0,0 @@ - "Geri alınamayan: %s", -"Versions" => "Sürümler", -"Failed to revert {file} to revision {timestamp}." => "{file} dosyası {timestamp} gözden geçirmesine geri alınamadı.", -"More versions..." => "Daha fazla sürüm...", -"No other versions available" => "Başka sürüm mevcut değil", -"Restore" => "Geri yükle" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/files_versions/l10n/ug.js b/apps/files_versions/l10n/ug.js new file mode 100644 index 0000000000..d0fc24b831 --- /dev/null +++ b/apps/files_versions/l10n/ug.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "ئەسلىگە قايتۇرالمايدۇ: %s", + "Versions" : "نەشرى" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/ug.json b/apps/files_versions/l10n/ug.json new file mode 100644 index 0000000000..84f12cdc23 --- /dev/null +++ b/apps/files_versions/l10n/ug.json @@ -0,0 +1,5 @@ +{ "translations": { + "Could not revert: %s" : "ئەسلىگە قايتۇرالمايدۇ: %s", + "Versions" : "نەشرى" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ug.php b/apps/files_versions/l10n/ug.php deleted file mode 100644 index 984e6c314c..0000000000 --- a/apps/files_versions/l10n/ug.php +++ /dev/null @@ -1,6 +0,0 @@ - "ئەسلىگە قايتۇرالمايدۇ: %s", -"Versions" => "نەشرى" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/uk.js b/apps/files_versions/l10n/uk.js new file mode 100644 index 0000000000..0294779354 --- /dev/null +++ b/apps/files_versions/l10n/uk.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Не вдалося відновити: %s", + "Versions" : "Версії", + "Failed to revert {file} to revision {timestamp}." : "Не вдалося повернути {file} до ревізії {timestamp}.", + "More versions..." : "Більше версій ...", + "No other versions available" : "Інші версії недоступні", + "Restore" : "Відновити" +}, +"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/apps/files_versions/l10n/uk.json b/apps/files_versions/l10n/uk.json new file mode 100644 index 0000000000..6571b1fe2b --- /dev/null +++ b/apps/files_versions/l10n/uk.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Не вдалося відновити: %s", + "Versions" : "Версії", + "Failed to revert {file} to revision {timestamp}." : "Не вдалося повернути {file} до ревізії {timestamp}.", + "More versions..." : "Більше версій ...", + "No other versions available" : "Інші версії недоступні", + "Restore" : "Відновити" +},"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/apps/files_versions/l10n/uk.php b/apps/files_versions/l10n/uk.php deleted file mode 100644 index 2f87a9e703..0000000000 --- a/apps/files_versions/l10n/uk.php +++ /dev/null @@ -1,10 +0,0 @@ - "Не вдалося відновити: %s", -"Versions" => "Версії", -"Failed to revert {file} to revision {timestamp}." => "Не вдалося повернути {file} до ревізії {timestamp}.", -"More versions..." => "Більше версій ...", -"No other versions available" => "Інші версії недоступні", -"Restore" => "Відновити" -); -$PLURAL_FORMS = "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/apps/files_versions/l10n/ur_PK.js b/apps/files_versions/l10n/ur_PK.js new file mode 100644 index 0000000000..ae55363a2d --- /dev/null +++ b/apps/files_versions/l10n/ur_PK.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_versions", + { + "Restore" : "بحال" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/ur_PK.json b/apps/files_versions/l10n/ur_PK.json new file mode 100644 index 0000000000..bfbcb42de2 --- /dev/null +++ b/apps/files_versions/l10n/ur_PK.json @@ -0,0 +1,4 @@ +{ "translations": { + "Restore" : "بحال" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/ur_PK.php b/apps/files_versions/l10n/ur_PK.php deleted file mode 100644 index bbf2391a93..0000000000 --- a/apps/files_versions/l10n/ur_PK.php +++ /dev/null @@ -1,5 +0,0 @@ - "بحال" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_versions/l10n/vi.js b/apps/files_versions/l10n/vi.js new file mode 100644 index 0000000000..08f6c9bb25 --- /dev/null +++ b/apps/files_versions/l10n/vi.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "Không thể khôi phục: %s", + "Versions" : "Phiên bản", + "Failed to revert {file} to revision {timestamp}." : "Thất bại khi trở lại {file} khi sử đổi {timestamp}.", + "More versions..." : "Nhiều phiên bản ...", + "No other versions available" : "Không có các phiên bản khác có sẵn", + "Restore" : "Khôi phục" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/vi.json b/apps/files_versions/l10n/vi.json new file mode 100644 index 0000000000..21b8a964fe --- /dev/null +++ b/apps/files_versions/l10n/vi.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "Không thể khôi phục: %s", + "Versions" : "Phiên bản", + "Failed to revert {file} to revision {timestamp}." : "Thất bại khi trở lại {file} khi sử đổi {timestamp}.", + "More versions..." : "Nhiều phiên bản ...", + "No other versions available" : "Không có các phiên bản khác có sẵn", + "Restore" : "Khôi phục" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/vi.php b/apps/files_versions/l10n/vi.php deleted file mode 100644 index a6f515ed0a..0000000000 --- a/apps/files_versions/l10n/vi.php +++ /dev/null @@ -1,10 +0,0 @@ - "Không thể khôi phục: %s", -"Versions" => "Phiên bản", -"Failed to revert {file} to revision {timestamp}." => "Thất bại khi trở lại {file} khi sử đổi {timestamp}.", -"More versions..." => "Nhiều phiên bản ...", -"No other versions available" => "Không có các phiên bản khác có sẵn", -"Restore" => "Khôi phục" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/zh_CN.js b/apps/files_versions/l10n/zh_CN.js new file mode 100644 index 0000000000..8c1ca7ad3e --- /dev/null +++ b/apps/files_versions/l10n/zh_CN.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "无法恢复: %s", + "Versions" : "版本", + "Failed to revert {file} to revision {timestamp}." : "无法恢复 {file} 到 {timestamp} 的版本。", + "More versions..." : "更多版本...", + "No other versions available" : "无其他版本可用", + "Restore" : "恢复" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/zh_CN.json b/apps/files_versions/l10n/zh_CN.json new file mode 100644 index 0000000000..4ffb09503b --- /dev/null +++ b/apps/files_versions/l10n/zh_CN.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "无法恢复: %s", + "Versions" : "版本", + "Failed to revert {file} to revision {timestamp}." : "无法恢复 {file} 到 {timestamp} 的版本。", + "More versions..." : "更多版本...", + "No other versions available" : "无其他版本可用", + "Restore" : "恢复" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/zh_CN.php b/apps/files_versions/l10n/zh_CN.php deleted file mode 100644 index 279ec2eff8..0000000000 --- a/apps/files_versions/l10n/zh_CN.php +++ /dev/null @@ -1,10 +0,0 @@ - "无法恢复: %s", -"Versions" => "版本", -"Failed to revert {file} to revision {timestamp}." => "无法恢复 {file} 到 {timestamp} 的版本。", -"More versions..." => "更多版本...", -"No other versions available" => "无其他版本可用", -"Restore" => "恢复" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/zh_HK.js b/apps/files_versions/l10n/zh_HK.js new file mode 100644 index 0000000000..bdee63494d --- /dev/null +++ b/apps/files_versions/l10n/zh_HK.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_versions", + { + "Versions" : "版本" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/zh_HK.json b/apps/files_versions/l10n/zh_HK.json new file mode 100644 index 0000000000..bbf91817b1 --- /dev/null +++ b/apps/files_versions/l10n/zh_HK.json @@ -0,0 +1,4 @@ +{ "translations": { + "Versions" : "版本" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/zh_HK.php b/apps/files_versions/l10n/zh_HK.php deleted file mode 100644 index 6d249af4b1..0000000000 --- a/apps/files_versions/l10n/zh_HK.php +++ /dev/null @@ -1,5 +0,0 @@ - "版本" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_versions/l10n/zh_TW.js b/apps/files_versions/l10n/zh_TW.js new file mode 100644 index 0000000000..8094658394 --- /dev/null +++ b/apps/files_versions/l10n/zh_TW.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_versions", + { + "Could not revert: %s" : "無法還原:%s", + "Versions" : "版本", + "Failed to revert {file} to revision {timestamp}." : "無法還原檔案 {file} 至版本 {timestamp}", + "More versions..." : "更多版本…", + "No other versions available" : "沒有其他版本了", + "Restore" : "復原" +}, +"nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/zh_TW.json b/apps/files_versions/l10n/zh_TW.json new file mode 100644 index 0000000000..0766f66976 --- /dev/null +++ b/apps/files_versions/l10n/zh_TW.json @@ -0,0 +1,9 @@ +{ "translations": { + "Could not revert: %s" : "無法還原:%s", + "Versions" : "版本", + "Failed to revert {file} to revision {timestamp}." : "無法還原檔案 {file} 至版本 {timestamp}", + "More versions..." : "更多版本…", + "No other versions available" : "沒有其他版本了", + "Restore" : "復原" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_versions/l10n/zh_TW.php b/apps/files_versions/l10n/zh_TW.php deleted file mode 100644 index 9b8900fd8e..0000000000 --- a/apps/files_versions/l10n/zh_TW.php +++ /dev/null @@ -1,10 +0,0 @@ - "無法還原:%s", -"Versions" => "版本", -"Failed to revert {file} to revision {timestamp}." => "無法還原檔案 {file} 至版本 {timestamp}", -"More versions..." => "更多版本…", -"No other versions available" => "沒有其他版本了", -"Restore" => "復原" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/ach.js b/apps/user_ldap/l10n/ach.js new file mode 100644 index 0000000000..95c97db2f9 --- /dev/null +++ b/apps/user_ldap/l10n/ach.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/ach.json b/apps/user_ldap/l10n/ach.json new file mode 100644 index 0000000000..8e0cd6f678 --- /dev/null +++ b/apps/user_ldap/l10n/ach.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/ach.php b/apps/user_ldap/l10n/ach.php deleted file mode 100644 index 2371ee7059..0000000000 --- a/apps/user_ldap/l10n/ach.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_ldap/l10n/ady.js b/apps/user_ldap/l10n/ady.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/ady.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/ady.json b/apps/user_ldap/l10n/ady.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/ady.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/ady.php b/apps/user_ldap/l10n/ady.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/ady.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/af_ZA.js b/apps/user_ldap/l10n/af_ZA.js new file mode 100644 index 0000000000..fc00b542da --- /dev/null +++ b/apps/user_ldap/l10n/af_ZA.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Help" : "Hulp", + "Password" : "Wagwoord", + "Continue" : "Gaan voort", + "Advanced" : "Gevorderd" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/af_ZA.json b/apps/user_ldap/l10n/af_ZA.json new file mode 100644 index 0000000000..ec83ea0849 --- /dev/null +++ b/apps/user_ldap/l10n/af_ZA.json @@ -0,0 +1,9 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Help" : "Hulp", + "Password" : "Wagwoord", + "Continue" : "Gaan voort", + "Advanced" : "Gevorderd" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/af_ZA.php b/apps/user_ldap/l10n/af_ZA.php deleted file mode 100644 index e4e599e059..0000000000 --- a/apps/user_ldap/l10n/af_ZA.php +++ /dev/null @@ -1,10 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Help" => "Hulp", -"Password" => "Wagwoord", -"Continue" => "Gaan voort", -"Advanced" => "Gevorderd" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ak.js b/apps/user_ldap/l10n/ak.js new file mode 100644 index 0000000000..a88c80b793 --- /dev/null +++ b/apps/user_ldap/l10n/ak.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/ak.json b/apps/user_ldap/l10n/ak.json new file mode 100644 index 0000000000..58fcef711e --- /dev/null +++ b/apps/user_ldap/l10n/ak.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/ak.php b/apps/user_ldap/l10n/ak.php deleted file mode 100644 index dd5f66761d..0000000000 --- a/apps/user_ldap/l10n/ak.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=n > 1;"; diff --git a/apps/user_ldap/l10n/am_ET.js b/apps/user_ldap/l10n/am_ET.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/am_ET.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/am_ET.json b/apps/user_ldap/l10n/am_ET.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/am_ET.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/am_ET.php b/apps/user_ldap/l10n/am_ET.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/am_ET.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ar.js b/apps/user_ldap/l10n/ar.js new file mode 100644 index 0000000000..11472f292d --- /dev/null +++ b/apps/user_ldap/l10n/ar.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to delete the server configuration" : "تعذر حذف ملف إعدادات الخادم", + "The configuration is valid and the connection could be established!" : "الإعدادت صحيحة", + "Deletion failed" : "فشل الحذف", + "Success" : "نجاح", + "Error" : "خطأ", + "Select groups" : "إختر مجموعة", + "_%s group found_::_%s groups found_" : ["","","","","",""], + "_%s user found_::_%s users found_" : ["","","","","",""], + "Save" : "حفظ", + "Help" : "المساعدة", + "Host" : "المضيف", + "Port" : "المنفذ", + "Password" : "كلمة المرور", + "Back" : "رجوع", + "Advanced" : "تعديلات متقدمه", + "Email Field" : "خانة البريد الإلكتروني" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/user_ldap/l10n/ar.json b/apps/user_ldap/l10n/ar.json new file mode 100644 index 0000000000..1a3cfe03b4 --- /dev/null +++ b/apps/user_ldap/l10n/ar.json @@ -0,0 +1,19 @@ +{ "translations": { + "Failed to delete the server configuration" : "تعذر حذف ملف إعدادات الخادم", + "The configuration is valid and the connection could be established!" : "الإعدادت صحيحة", + "Deletion failed" : "فشل الحذف", + "Success" : "نجاح", + "Error" : "خطأ", + "Select groups" : "إختر مجموعة", + "_%s group found_::_%s groups found_" : ["","","","","",""], + "_%s user found_::_%s users found_" : ["","","","","",""], + "Save" : "حفظ", + "Help" : "المساعدة", + "Host" : "المضيف", + "Port" : "المنفذ", + "Password" : "كلمة المرور", + "Back" : "رجوع", + "Advanced" : "تعديلات متقدمه", + "Email Field" : "خانة البريد الإلكتروني" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ar.php b/apps/user_ldap/l10n/ar.php deleted file mode 100644 index e10ada32d5..0000000000 --- a/apps/user_ldap/l10n/ar.php +++ /dev/null @@ -1,44 +0,0 @@ - "فشل مسح الارتباطات (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" => "إختر مجموعة", -"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_" => array("لا توجد مجموعات: %s","تم إيجاد %s مجموعة واحدة","تم إيجاد %s مجموعتين","تم إيجاد %s مجموعات","تم إيجاد %s مجموعة","تم إيجاد %s مجموعة/مجموعات"), -"_%s user found_::_%s users found_" => array("","","","","",""), -"Save" => "حفظ", -"Help" => "المساعدة", -"Host" => "المضيف", -"Port" => "المنفذ", -"Password" => "كلمة المرور", -"Back" => "رجوع", -"Advanced" => "تعديلات متقدمه", -"Email Field" => "خانة البريد الإلكتروني" -); -$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"; diff --git a/apps/user_ldap/l10n/ast.js b/apps/user_ldap/l10n/ast.js new file mode 100644 index 0000000000..9a1c765979 --- /dev/null +++ b/apps/user_ldap/l10n/ast.js @@ -0,0 +1,128 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Hebo un fallu al desaniciar les asignaciones.", + "Failed to delete the server configuration" : "Fallu al desaniciar la configuración del sirvidor", + "The configuration is valid and the connection could be established!" : "¡La configuración ye válida y pudo afitase la conexón!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración ye válida, pero falló'l vínculu. Por favor, comprueba la configuración y les credenciales nel sirvidor.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuración nun ye válida. Por favor, écha-y un güeyu a los rexistros pa más detalles.", + "No action specified" : "Nun s'especificó l'aición", + "No configuration specified" : "Nun s'especificó la configuración", + "No data specified" : "Nun s'especificaron los datos", + " Could not set configuration %s" : "Nun pudo afitase la configuración %s", + "Deletion failed" : "Falló'l borráu", + "Take over settings from recent server configuration?" : "¿Asumir los axustes actuales de la configuración del sirvidor?", + "Keep settings?" : "¿Caltener los axustes?", + "{nthServer}. Server" : "{nthServer}. Sirvidor", + "Cannot add server configuration" : "Nun pue amestase la configuración del sirvidor", + "mappings cleared" : "Asignaciones desaniciaes", + "Success" : "Con ésitu", + "Error" : "Fallu", + "Please specify a Base DN" : "Especifica un DN base", + "Could not determine Base DN" : "Nun pudo determinase un DN base", + "Please specify the port" : "Especifica'l puertu", + "Configuration OK" : "Configuración correuta", + "Configuration incorrect" : "Configuración incorreuta", + "Configuration incomplete" : "Configuración incompleta", + "Select groups" : "Esbillar grupos", + "Select object classes" : "Seleicionar la clas d'oxetu", + "Select attributes" : "Esbillar atributos", + "Connection test succeeded" : "Test de conexón esitosu", + "Connection test failed" : "Falló'l test de conexón", + "Do you really want to delete the current Server Configuration?" : "¿Daveres que quies desaniciar la configuración actual del sirvidor?", + "Confirm Deletion" : "Confirmar desaniciu", + "_%s group found_::_%s groups found_" : ["%s grupu alcontráu","%s grupos alcontraos"], + "_%s user found_::_%s users found_" : ["%s usuariu alcontráu","%s usuarios alcontraos"], + "Could not find the desired feature" : "Nun pudo alcontrase la carauterística deseyada", + "Invalid Host" : "Host inválidu", + "Server" : "Sirvidor", + "User Filter" : "Filtru d'usuariu", + "Login Filter" : "Filtru de login", + "Group Filter" : "Filtru de Grupu", + "Save" : "Guardar", + "Test Configuration" : "Configuración de prueba", + "Help" : "Ayuda", + "Groups meeting these criteria are available in %s:" : "Los grupos que cumplen estos criterios tán disponibles en %s:", + "only those object classes:" : "namái d'estes clases d'oxetu:", + "only from those groups:" : "manái d'estos grupos:", + "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.", + "groups found" : "grupos alcontraos", + "Users login with this attribute:" : "Aniciu de sesión d'usuarios con esti atributu:", + "LDAP Username:" : "Nome d'usuariu LDAP", + "LDAP Email Address:" : "Direición e-mail LDAP:", + "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define'l filtru a aplicar cuando s'intenta identificar. %%uid va trocar al nome d'usuariu nel procesu d'identificación. Por exemplu: \"uid=%%uid\"", + "1. Server" : "1. Sirvidor", + "%s. Server:" : "%s. Sirvidor:", + "Add Server Configuration" : "Amestar configuración del sirvidor", + "Delete Configuration" : "Desaniciar configuración", + "Host" : "Equipu", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Pues omitir el protocolu, sacantes si necesites SSL. Nesi casu, entama con ldaps://", + "Port" : "Puertu", + "User DN" : "DN usuariu", + "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." : "El DN del usuariu veceru col que va facese l'asociación, p.ex. uid=axente,dc=exemplu,dc=com. P'accesu anónimu, dexa DN y contraseña baleros.", + "Password" : "Contraseña", + "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", + "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", + "Back" : "Atrás", + "Continue" : "Continuar", + "Expert" : "Espertu", + "Advanced" : "Avanzáu", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avisu: Les apps user_ldap y user_webdavauth son incompatibles. Pues esperimentar un comportamientu inesperáu. Entruga al to alministrador de sistemes pa desactivar una d'elles.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avisu: El módulu LDAP de PHP nun ta instaláu, el sistema nun va funcionar. Por favor consulta al alministrador del sistema pa instalalu.", + "Connection Settings" : "Axustes de conexón", + "Configuration Active" : "Configuración activa", + "When unchecked, this configuration will be skipped." : "Cuando nun tea conseñáu, saltaráse esta configuración.", + "Backup (Replica) Host" : "Sirvidor de copia de seguranza (Réplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Dar un sirvidor de copia de seguranza opcional. Tien de ser una réplica del sirvidor principal LDAP / AD.", + "Backup (Replica) Port" : "Puertu pa copies de seguranza (Réplica)", + "Disable Main Server" : "Deshabilitar sirvidor principal", + "Only connect to the replica server." : "Coneutar namái col sirvidor de réplica.", + "Case insensitive LDAP server (Windows)" : "Sirvidor de LDAP insensible a mayúscules/minúscules (Windows)", + "Turn off SSL certificate validation." : "Apagar la validación del certificáu SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nun se recomienda, ¡úsalu namái pa pruebes! Si la conexón namái funciona con esta opción, importa'l certificáu SSL del sirvidor LDAP nel to sirvidor %s.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "en segundos. Un cambéu vacia la caché.", + "Directory Settings" : "Axustes del direutoriu", + "User Display Name Field" : "Campu de nome d'usuariu a amosar", + "The LDAP attribute to use to generate the user's display name." : "El campu LDAP a usar pa xenerar el nome p'amosar del usuariu.", + "Base User Tree" : "Árbol base d'usuariu", + "One User Base DN per line" : "Un DN Base d'Usuariu por llinia", + "User Search Attributes" : "Atributos de la gueta d'usuariu", + "Optional; one attribute per line" : "Opcional; un atributu por llinia", + "Group Display Name Field" : "Campu de nome de grupu a amosar", + "The LDAP attribute to use to generate the groups's display name." : "El campu LDAP a usar pa xenerar el nome p'amosar del grupu.", + "Base Group Tree" : "Árbol base de grupu", + "One Group Base DN per line" : "Un DN Base de Grupu por llinia", + "Group Search Attributes" : "Atributos de gueta de grupu", + "Group-Member association" : "Asociación Grupu-Miembru", + "Nested Groups" : "Grupos añeraos", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando s'active, van permitise grupos que contengan otros grupos (namái funciona si l'atributu de miembru de grupu contién DNs).", + "Paging chunksize" : "Tamañu de los fragmentos de paxinación", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamañu de los fragmentos usáu pa busques LDAP paxinaes que puen devolver resultaos voluminosos, como enubmeración d'usuarios o de grupos. (Si s'afita en 0, van deshabilitase les busques LDAP paxinaes neses situaciones.)", + "Special Attributes" : "Atributos especiales", + "Quota Field" : "Cuota", + "Quota Default" : "Cuota por defeutu", + "in bytes" : "en bytes", + "Email Field" : "E-mail", + "User Home Folder Naming Rule" : "Regla pa la carpeta Home d'usuariu", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Baleru pal nome d'usuariu (por defeutu). N'otru casu, especifica un atributu LDAP/AD.", + "Internal Username" : "Nome d'usuariu internu", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "El nome d'usuariu internu va crease de forma predeterminada dende l'atributu UUID. Esto asegura que'l nome d'usuariu ye únicu y los caráuteres nun necesiten convertise. Nel nome d'usuariu internu namái puen usase estos caráuteres: [ a-zA-Z0-9_.@- ]. El restu de caráuteres sustitúyense pol so correspondiente en ASCII u omítense. En casu de duplicidaes, va amestase o incrementase un númberu. El nome d'usuariu internu úsase pa identificar un usuariu. Ye tamién el nome predetermináu pa la carpeta personal del usuariu en ownCloud. Tamién ye parte d'URLs remotes, por exemplu, pa tolos servicios *DAV. Con esta configuración el comportamientu predetermináu pue cambiase. Pa consiguir un comportamientu asemeyáu a como yera enantes d'ownCloud 5, introduz el campu del nome p'amosar del usuariu na siguiente caxa. Déxalu baleru pal comportamientu predetermináu. Los cambeos namái van tener efeutu nos usuarios LDAP mapeaos (amestaos) recién.", + "Internal Username Attribute:" : "Atributu Nome d'usuariu Internu:", + "Override UUID detection" : "Sobrescribir la deteición UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defeutu, l'atributu UUID autodetéutase. Esti atributu úsase pa identificar induldablemente usuarios y grupos LDAP. Arriendes, el nome d'usuariu internu va crease en bas al UUID, si nun s'especificó otru comportamientu arriba. Pues sobrescribir la configuración y pasar un atributu de la to eleición. Tienes d'asegurate de que l'atributu de la to eleición seya accesible polos usuarios y grupos y ser únicu. Déxalu en blanco pa usar el comportamientu por defeutu. Los cambeos van tener efeutu namái nos usuarios y grupos de LDAP mapeaos (amestaos) recién.", + "UUID Attribute for Users:" : "Atributu UUID pa usuarios:", + "UUID Attribute for Groups:" : "Atributu UUID pa Grupos:", + "Username-LDAP User Mapping" : "Asignación del Nome d'usuariu 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." : "Los usuarios úsense p'almacenar y asignar (meta) datos. Col envís d'identificar de forma precisa y reconocer usuarios, cada usuariu de LDAP va tener un nome d'usuariu internu. Esto requier un mapéu ente'l nome d'usuariu y l'usuariu del LDAP. El nome d'usuariu creáu mapéase respeutu al UUID del usuariu nel LDAP. De forma adicional, el DN cachéase p'amenorgar la interaición ente'l LDAP, pero nun s'usa pa identificar. Si'l DN camuda, los cambeos van aplicase. El nome d'usuariu internu úsase penriba de too. Llimpiar los mapeos va dexar restos per toos llaos, nun ye sensible a configuración, ¡afeuta a toles configuraciones del LDAP! Enxamás llimpies los mapeos nun entornu de producción, namái nuna fase de desendolcu o esperimental.", + "Clear Username-LDAP User Mapping" : "Llimpiar l'asignación de los Nomes d'usuariu de los usuarios LDAP", + "Clear Groupname-LDAP Group Mapping" : "Llimpiar l'asignación de los Nomes de grupu de los grupos de LDAP" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/ast.json b/apps/user_ldap/l10n/ast.json new file mode 100644 index 0000000000..eb53ddad6d --- /dev/null +++ b/apps/user_ldap/l10n/ast.json @@ -0,0 +1,126 @@ +{ "translations": { + "Failed to clear the mappings." : "Hebo un fallu al desaniciar les asignaciones.", + "Failed to delete the server configuration" : "Fallu al desaniciar la configuración del sirvidor", + "The configuration is valid and the connection could be established!" : "¡La configuración ye válida y pudo afitase la conexón!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración ye válida, pero falló'l vínculu. Por favor, comprueba la configuración y les credenciales nel sirvidor.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuración nun ye válida. Por favor, écha-y un güeyu a los rexistros pa más detalles.", + "No action specified" : "Nun s'especificó l'aición", + "No configuration specified" : "Nun s'especificó la configuración", + "No data specified" : "Nun s'especificaron los datos", + " Could not set configuration %s" : "Nun pudo afitase la configuración %s", + "Deletion failed" : "Falló'l borráu", + "Take over settings from recent server configuration?" : "¿Asumir los axustes actuales de la configuración del sirvidor?", + "Keep settings?" : "¿Caltener los axustes?", + "{nthServer}. Server" : "{nthServer}. Sirvidor", + "Cannot add server configuration" : "Nun pue amestase la configuración del sirvidor", + "mappings cleared" : "Asignaciones desaniciaes", + "Success" : "Con ésitu", + "Error" : "Fallu", + "Please specify a Base DN" : "Especifica un DN base", + "Could not determine Base DN" : "Nun pudo determinase un DN base", + "Please specify the port" : "Especifica'l puertu", + "Configuration OK" : "Configuración correuta", + "Configuration incorrect" : "Configuración incorreuta", + "Configuration incomplete" : "Configuración incompleta", + "Select groups" : "Esbillar grupos", + "Select object classes" : "Seleicionar la clas d'oxetu", + "Select attributes" : "Esbillar atributos", + "Connection test succeeded" : "Test de conexón esitosu", + "Connection test failed" : "Falló'l test de conexón", + "Do you really want to delete the current Server Configuration?" : "¿Daveres que quies desaniciar la configuración actual del sirvidor?", + "Confirm Deletion" : "Confirmar desaniciu", + "_%s group found_::_%s groups found_" : ["%s grupu alcontráu","%s grupos alcontraos"], + "_%s user found_::_%s users found_" : ["%s usuariu alcontráu","%s usuarios alcontraos"], + "Could not find the desired feature" : "Nun pudo alcontrase la carauterística deseyada", + "Invalid Host" : "Host inválidu", + "Server" : "Sirvidor", + "User Filter" : "Filtru d'usuariu", + "Login Filter" : "Filtru de login", + "Group Filter" : "Filtru de Grupu", + "Save" : "Guardar", + "Test Configuration" : "Configuración de prueba", + "Help" : "Ayuda", + "Groups meeting these criteria are available in %s:" : "Los grupos que cumplen estos criterios tán disponibles en %s:", + "only those object classes:" : "namái d'estes clases d'oxetu:", + "only from those groups:" : "manái d'estos grupos:", + "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.", + "groups found" : "grupos alcontraos", + "Users login with this attribute:" : "Aniciu de sesión d'usuarios con esti atributu:", + "LDAP Username:" : "Nome d'usuariu LDAP", + "LDAP Email Address:" : "Direición e-mail LDAP:", + "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define'l filtru a aplicar cuando s'intenta identificar. %%uid va trocar al nome d'usuariu nel procesu d'identificación. Por exemplu: \"uid=%%uid\"", + "1. Server" : "1. Sirvidor", + "%s. Server:" : "%s. Sirvidor:", + "Add Server Configuration" : "Amestar configuración del sirvidor", + "Delete Configuration" : "Desaniciar configuración", + "Host" : "Equipu", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Pues omitir el protocolu, sacantes si necesites SSL. Nesi casu, entama con ldaps://", + "Port" : "Puertu", + "User DN" : "DN usuariu", + "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." : "El DN del usuariu veceru col que va facese l'asociación, p.ex. uid=axente,dc=exemplu,dc=com. P'accesu anónimu, dexa DN y contraseña baleros.", + "Password" : "Contraseña", + "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", + "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", + "Back" : "Atrás", + "Continue" : "Continuar", + "Expert" : "Espertu", + "Advanced" : "Avanzáu", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avisu: Les apps user_ldap y user_webdavauth son incompatibles. Pues esperimentar un comportamientu inesperáu. Entruga al to alministrador de sistemes pa desactivar una d'elles.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avisu: El módulu LDAP de PHP nun ta instaláu, el sistema nun va funcionar. Por favor consulta al alministrador del sistema pa instalalu.", + "Connection Settings" : "Axustes de conexón", + "Configuration Active" : "Configuración activa", + "When unchecked, this configuration will be skipped." : "Cuando nun tea conseñáu, saltaráse esta configuración.", + "Backup (Replica) Host" : "Sirvidor de copia de seguranza (Réplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Dar un sirvidor de copia de seguranza opcional. Tien de ser una réplica del sirvidor principal LDAP / AD.", + "Backup (Replica) Port" : "Puertu pa copies de seguranza (Réplica)", + "Disable Main Server" : "Deshabilitar sirvidor principal", + "Only connect to the replica server." : "Coneutar namái col sirvidor de réplica.", + "Case insensitive LDAP server (Windows)" : "Sirvidor de LDAP insensible a mayúscules/minúscules (Windows)", + "Turn off SSL certificate validation." : "Apagar la validación del certificáu SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nun se recomienda, ¡úsalu namái pa pruebes! Si la conexón namái funciona con esta opción, importa'l certificáu SSL del sirvidor LDAP nel to sirvidor %s.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "en segundos. Un cambéu vacia la caché.", + "Directory Settings" : "Axustes del direutoriu", + "User Display Name Field" : "Campu de nome d'usuariu a amosar", + "The LDAP attribute to use to generate the user's display name." : "El campu LDAP a usar pa xenerar el nome p'amosar del usuariu.", + "Base User Tree" : "Árbol base d'usuariu", + "One User Base DN per line" : "Un DN Base d'Usuariu por llinia", + "User Search Attributes" : "Atributos de la gueta d'usuariu", + "Optional; one attribute per line" : "Opcional; un atributu por llinia", + "Group Display Name Field" : "Campu de nome de grupu a amosar", + "The LDAP attribute to use to generate the groups's display name." : "El campu LDAP a usar pa xenerar el nome p'amosar del grupu.", + "Base Group Tree" : "Árbol base de grupu", + "One Group Base DN per line" : "Un DN Base de Grupu por llinia", + "Group Search Attributes" : "Atributos de gueta de grupu", + "Group-Member association" : "Asociación Grupu-Miembru", + "Nested Groups" : "Grupos añeraos", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando s'active, van permitise grupos que contengan otros grupos (namái funciona si l'atributu de miembru de grupu contién DNs).", + "Paging chunksize" : "Tamañu de los fragmentos de paxinación", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamañu de los fragmentos usáu pa busques LDAP paxinaes que puen devolver resultaos voluminosos, como enubmeración d'usuarios o de grupos. (Si s'afita en 0, van deshabilitase les busques LDAP paxinaes neses situaciones.)", + "Special Attributes" : "Atributos especiales", + "Quota Field" : "Cuota", + "Quota Default" : "Cuota por defeutu", + "in bytes" : "en bytes", + "Email Field" : "E-mail", + "User Home Folder Naming Rule" : "Regla pa la carpeta Home d'usuariu", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Baleru pal nome d'usuariu (por defeutu). N'otru casu, especifica un atributu LDAP/AD.", + "Internal Username" : "Nome d'usuariu internu", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "El nome d'usuariu internu va crease de forma predeterminada dende l'atributu UUID. Esto asegura que'l nome d'usuariu ye únicu y los caráuteres nun necesiten convertise. Nel nome d'usuariu internu namái puen usase estos caráuteres: [ a-zA-Z0-9_.@- ]. El restu de caráuteres sustitúyense pol so correspondiente en ASCII u omítense. En casu de duplicidaes, va amestase o incrementase un númberu. El nome d'usuariu internu úsase pa identificar un usuariu. Ye tamién el nome predetermináu pa la carpeta personal del usuariu en ownCloud. Tamién ye parte d'URLs remotes, por exemplu, pa tolos servicios *DAV. Con esta configuración el comportamientu predetermináu pue cambiase. Pa consiguir un comportamientu asemeyáu a como yera enantes d'ownCloud 5, introduz el campu del nome p'amosar del usuariu na siguiente caxa. Déxalu baleru pal comportamientu predetermináu. Los cambeos namái van tener efeutu nos usuarios LDAP mapeaos (amestaos) recién.", + "Internal Username Attribute:" : "Atributu Nome d'usuariu Internu:", + "Override UUID detection" : "Sobrescribir la deteición UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defeutu, l'atributu UUID autodetéutase. Esti atributu úsase pa identificar induldablemente usuarios y grupos LDAP. Arriendes, el nome d'usuariu internu va crease en bas al UUID, si nun s'especificó otru comportamientu arriba. Pues sobrescribir la configuración y pasar un atributu de la to eleición. Tienes d'asegurate de que l'atributu de la to eleición seya accesible polos usuarios y grupos y ser únicu. Déxalu en blanco pa usar el comportamientu por defeutu. Los cambeos van tener efeutu namái nos usuarios y grupos de LDAP mapeaos (amestaos) recién.", + "UUID Attribute for Users:" : "Atributu UUID pa usuarios:", + "UUID Attribute for Groups:" : "Atributu UUID pa Grupos:", + "Username-LDAP User Mapping" : "Asignación del Nome d'usuariu 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." : "Los usuarios úsense p'almacenar y asignar (meta) datos. Col envís d'identificar de forma precisa y reconocer usuarios, cada usuariu de LDAP va tener un nome d'usuariu internu. Esto requier un mapéu ente'l nome d'usuariu y l'usuariu del LDAP. El nome d'usuariu creáu mapéase respeutu al UUID del usuariu nel LDAP. De forma adicional, el DN cachéase p'amenorgar la interaición ente'l LDAP, pero nun s'usa pa identificar. Si'l DN camuda, los cambeos van aplicase. El nome d'usuariu internu úsase penriba de too. Llimpiar los mapeos va dexar restos per toos llaos, nun ye sensible a configuración, ¡afeuta a toles configuraciones del LDAP! Enxamás llimpies los mapeos nun entornu de producción, namái nuna fase de desendolcu o esperimental.", + "Clear Username-LDAP User Mapping" : "Llimpiar l'asignación de los Nomes d'usuariu de los usuarios LDAP", + "Clear Groupname-LDAP Group Mapping" : "Llimpiar l'asignación de los Nomes de grupu de los grupos de LDAP" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ast.php b/apps/user_ldap/l10n/ast.php deleted file mode 100644 index f319a46a4a..0000000000 --- a/apps/user_ldap/l10n/ast.php +++ /dev/null @@ -1,127 +0,0 @@ - "Hebo un fallu al desaniciar les asignaciones.", -"Failed to delete the server configuration" => "Fallu al desaniciar la configuración del sirvidor", -"The configuration is valid and the connection could be established!" => "¡La configuración ye válida y pudo afitase la conexón!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "La configuración ye válida, pero falló'l vínculu. Por favor, comprueba la configuración y les credenciales nel sirvidor.", -"The configuration is invalid. Please have a look at the logs for further details." => "La configuración nun ye válida. Por favor, écha-y un güeyu a los rexistros pa más detalles.", -"No action specified" => "Nun s'especificó l'aición", -"No configuration specified" => "Nun s'especificó la configuración", -"No data specified" => "Nun s'especificaron los datos", -" Could not set configuration %s" => "Nun pudo afitase la configuración %s", -"Deletion failed" => "Falló'l borráu", -"Take over settings from recent server configuration?" => "¿Asumir los axustes actuales de la configuración del sirvidor?", -"Keep settings?" => "¿Caltener los axustes?", -"{nthServer}. Server" => "{nthServer}. Sirvidor", -"Cannot add server configuration" => "Nun pue amestase la configuración del sirvidor", -"mappings cleared" => "Asignaciones desaniciaes", -"Success" => "Con ésitu", -"Error" => "Fallu", -"Please specify a Base DN" => "Especifica un DN base", -"Could not determine Base DN" => "Nun pudo determinase un DN base", -"Please specify the port" => "Especifica'l puertu", -"Configuration OK" => "Configuración correuta", -"Configuration incorrect" => "Configuración incorreuta", -"Configuration incomplete" => "Configuración incompleta", -"Select groups" => "Esbillar grupos", -"Select object classes" => "Seleicionar la clas d'oxetu", -"Select attributes" => "Esbillar atributos", -"Connection test succeeded" => "Test de conexón esitosu", -"Connection test failed" => "Falló'l test de conexón", -"Do you really want to delete the current Server Configuration?" => "¿Daveres que quies desaniciar la configuración actual del sirvidor?", -"Confirm Deletion" => "Confirmar desaniciu", -"_%s group found_::_%s groups found_" => array("%s grupu alcontráu","%s grupos alcontraos"), -"_%s user found_::_%s users found_" => array("%s usuariu alcontráu","%s usuarios alcontraos"), -"Could not find the desired feature" => "Nun pudo alcontrase la carauterística deseyada", -"Invalid Host" => "Host inválidu", -"Server" => "Sirvidor", -"User Filter" => "Filtru d'usuariu", -"Login Filter" => "Filtru de login", -"Group Filter" => "Filtru de Grupu", -"Save" => "Guardar", -"Test Configuration" => "Configuración de prueba", -"Help" => "Ayuda", -"Groups meeting these criteria are available in %s:" => "Los grupos que cumplen estos criterios tán disponibles en %s:", -"only those object classes:" => "namái d'estes clases d'oxetu:", -"only from those groups:" => "manái d'estos grupos:", -"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.", -"groups found" => "grupos alcontraos", -"Users login with this attribute:" => "Aniciu de sesión d'usuarios con esti atributu:", -"LDAP Username:" => "Nome d'usuariu LDAP", -"LDAP Email Address:" => "Direición e-mail LDAP:", -"Other Attributes:" => "Otros atributos:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define'l filtru a aplicar cuando s'intenta identificar. %%uid va trocar al nome d'usuariu nel procesu d'identificación. Por exemplu: \"uid=%%uid\"", -"1. Server" => "1. Sirvidor", -"%s. Server:" => "%s. Sirvidor:", -"Add Server Configuration" => "Amestar configuración del sirvidor", -"Delete Configuration" => "Desaniciar configuración", -"Host" => "Equipu", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Pues omitir el protocolu, sacantes si necesites SSL. Nesi casu, entama con ldaps://", -"Port" => "Puertu", -"User DN" => "DN usuariu", -"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." => "El DN del usuariu veceru col que va facese l'asociación, p.ex. uid=axente,dc=exemplu,dc=com. P'accesu anónimu, dexa DN y contraseña baleros.", -"Password" => "Contraseña", -"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", -"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", -"Back" => "Atrás", -"Continue" => "Continuar", -"Expert" => "Espertu", -"Advanced" => "Avanzáu", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Avisu: Les apps user_ldap y user_webdavauth son incompatibles. Pues esperimentar un comportamientu inesperáu. Entruga al to alministrador de sistemes pa desactivar una d'elles.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Avisu: El módulu LDAP de PHP nun ta instaláu, el sistema nun va funcionar. Por favor consulta al alministrador del sistema pa instalalu.", -"Connection Settings" => "Axustes de conexón", -"Configuration Active" => "Configuración activa", -"When unchecked, this configuration will be skipped." => "Cuando nun tea conseñáu, saltaráse esta configuración.", -"Backup (Replica) Host" => "Sirvidor de copia de seguranza (Réplica)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Dar un sirvidor de copia de seguranza opcional. Tien de ser una réplica del sirvidor principal LDAP / AD.", -"Backup (Replica) Port" => "Puertu pa copies de seguranza (Réplica)", -"Disable Main Server" => "Deshabilitar sirvidor principal", -"Only connect to the replica server." => "Coneutar namái col sirvidor de réplica.", -"Case insensitive LDAP server (Windows)" => "Sirvidor de LDAP insensible a mayúscules/minúscules (Windows)", -"Turn off SSL certificate validation." => "Apagar la validación del certificáu SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Nun se recomienda, ¡úsalu namái pa pruebes! Si la conexón namái funciona con esta opción, importa'l certificáu SSL del sirvidor LDAP nel to sirvidor %s.", -"Cache Time-To-Live" => "Cache Time-To-Live", -"in seconds. A change empties the cache." => "en segundos. Un cambéu vacia la caché.", -"Directory Settings" => "Axustes del direutoriu", -"User Display Name Field" => "Campu de nome d'usuariu a amosar", -"The LDAP attribute to use to generate the user's display name." => "El campu LDAP a usar pa xenerar el nome p'amosar del usuariu.", -"Base User Tree" => "Árbol base d'usuariu", -"One User Base DN per line" => "Un DN Base d'Usuariu por llinia", -"User Search Attributes" => "Atributos de la gueta d'usuariu", -"Optional; one attribute per line" => "Opcional; un atributu por llinia", -"Group Display Name Field" => "Campu de nome de grupu a amosar", -"The LDAP attribute to use to generate the groups's display name." => "El campu LDAP a usar pa xenerar el nome p'amosar del grupu.", -"Base Group Tree" => "Árbol base de grupu", -"One Group Base DN per line" => "Un DN Base de Grupu por llinia", -"Group Search Attributes" => "Atributos de gueta de grupu", -"Group-Member association" => "Asociación Grupu-Miembru", -"Nested Groups" => "Grupos añeraos", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Cuando s'active, van permitise grupos que contengan otros grupos (namái funciona si l'atributu de miembru de grupu contién DNs).", -"Paging chunksize" => "Tamañu de los fragmentos de paxinación", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Tamañu de los fragmentos usáu pa busques LDAP paxinaes que puen devolver resultaos voluminosos, como enubmeración d'usuarios o de grupos. (Si s'afita en 0, van deshabilitase les busques LDAP paxinaes neses situaciones.)", -"Special Attributes" => "Atributos especiales", -"Quota Field" => "Cuota", -"Quota Default" => "Cuota por defeutu", -"in bytes" => "en bytes", -"Email Field" => "E-mail", -"User Home Folder Naming Rule" => "Regla pa la carpeta Home d'usuariu", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Baleru pal nome d'usuariu (por defeutu). N'otru casu, especifica un atributu LDAP/AD.", -"Internal Username" => "Nome d'usuariu internu", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "El nome d'usuariu internu va crease de forma predeterminada dende l'atributu UUID. Esto asegura que'l nome d'usuariu ye únicu y los caráuteres nun necesiten convertise. Nel nome d'usuariu internu namái puen usase estos caráuteres: [ a-zA-Z0-9_.@- ]. El restu de caráuteres sustitúyense pol so correspondiente en ASCII u omítense. En casu de duplicidaes, va amestase o incrementase un númberu. El nome d'usuariu internu úsase pa identificar un usuariu. Ye tamién el nome predetermináu pa la carpeta personal del usuariu en ownCloud. Tamién ye parte d'URLs remotes, por exemplu, pa tolos servicios *DAV. Con esta configuración el comportamientu predetermináu pue cambiase. Pa consiguir un comportamientu asemeyáu a como yera enantes d'ownCloud 5, introduz el campu del nome p'amosar del usuariu na siguiente caxa. Déxalu baleru pal comportamientu predetermináu. Los cambeos namái van tener efeutu nos usuarios LDAP mapeaos (amestaos) recién.", -"Internal Username Attribute:" => "Atributu Nome d'usuariu Internu:", -"Override UUID detection" => "Sobrescribir la deteición UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Por defeutu, l'atributu UUID autodetéutase. Esti atributu úsase pa identificar induldablemente usuarios y grupos LDAP. Arriendes, el nome d'usuariu internu va crease en bas al UUID, si nun s'especificó otru comportamientu arriba. Pues sobrescribir la configuración y pasar un atributu de la to eleición. Tienes d'asegurate de que l'atributu de la to eleición seya accesible polos usuarios y grupos y ser únicu. Déxalu en blanco pa usar el comportamientu por defeutu. Los cambeos van tener efeutu namái nos usuarios y grupos de LDAP mapeaos (amestaos) recién.", -"UUID Attribute for Users:" => "Atributu UUID pa usuarios:", -"UUID Attribute for Groups:" => "Atributu UUID pa Grupos:", -"Username-LDAP User Mapping" => "Asignación del Nome d'usuariu 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." => "Los usuarios úsense p'almacenar y asignar (meta) datos. Col envís d'identificar de forma precisa y reconocer usuarios, cada usuariu de LDAP va tener un nome d'usuariu internu. Esto requier un mapéu ente'l nome d'usuariu y l'usuariu del LDAP. El nome d'usuariu creáu mapéase respeutu al UUID del usuariu nel LDAP. De forma adicional, el DN cachéase p'amenorgar la interaición ente'l LDAP, pero nun s'usa pa identificar. Si'l DN camuda, los cambeos van aplicase. El nome d'usuariu internu úsase penriba de too. Llimpiar los mapeos va dexar restos per toos llaos, nun ye sensible a configuración, ¡afeuta a toles configuraciones del LDAP! Enxamás llimpies los mapeos nun entornu de producción, namái nuna fase de desendolcu o esperimental.", -"Clear Username-LDAP User Mapping" => "Llimpiar l'asignación de los Nomes d'usuariu de los usuarios LDAP", -"Clear Groupname-LDAP Group Mapping" => "Llimpiar l'asignación de los Nomes de grupu de los grupos de LDAP" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/az.js b/apps/user_ldap/l10n/az.js new file mode 100644 index 0000000000..a170e6ecd2 --- /dev/null +++ b/apps/user_ldap/l10n/az.js @@ -0,0 +1,22 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Xəritələnməni silmək mümkün olmadı", + "Failed to delete the server configuration" : "Server configini silmək mümkün olmadı", + "The configuration is valid and the connection could be established!" : "Configurasiya doğrudur və qoşulmaq mümkündür!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Configurasiya doğrudur yalnız, birləşmədə səhv oldu. Xahiş olunur server quraşdırmalarını və daxil etdiyiniz verilənlərin düzgünlüyünü yoxlayasınız.", + "The configuration is invalid. Please have a look at the logs for further details." : "Configurasiya dügün deyil. Əlavə detallar üçün xahiş edirik jurnal faylına baxasınız.", + "No action specified" : "Heç bir iş təyin edilməyib", + " Could not set configuration %s" : "%s configi təyin etmək mümkün olmadı", + "Deletion failed" : "Silinmədə səhv baş verdi", + "Keep settings?" : "Ayarlar qalsın?", + "Cannot add server configuration" : "Server quraşdırmalarını əlavə etmək mümkün olmadı", + "Error" : "Səhv", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Saxlamaq", + "Help" : "Kömək", + "Host" : "Şəbəkədə ünvan", + "Password" : "Şifrə" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/az.json b/apps/user_ldap/l10n/az.json new file mode 100644 index 0000000000..0bec40e6d2 --- /dev/null +++ b/apps/user_ldap/l10n/az.json @@ -0,0 +1,20 @@ +{ "translations": { + "Failed to clear the mappings." : "Xəritələnməni silmək mümkün olmadı", + "Failed to delete the server configuration" : "Server configini silmək mümkün olmadı", + "The configuration is valid and the connection could be established!" : "Configurasiya doğrudur və qoşulmaq mümkündür!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Configurasiya doğrudur yalnız, birləşmədə səhv oldu. Xahiş olunur server quraşdırmalarını və daxil etdiyiniz verilənlərin düzgünlüyünü yoxlayasınız.", + "The configuration is invalid. Please have a look at the logs for further details." : "Configurasiya dügün deyil. Əlavə detallar üçün xahiş edirik jurnal faylına baxasınız.", + "No action specified" : "Heç bir iş təyin edilməyib", + " Could not set configuration %s" : "%s configi təyin etmək mümkün olmadı", + "Deletion failed" : "Silinmədə səhv baş verdi", + "Keep settings?" : "Ayarlar qalsın?", + "Cannot add server configuration" : "Server quraşdırmalarını əlavə etmək mümkün olmadı", + "Error" : "Səhv", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Saxlamaq", + "Help" : "Kömək", + "Host" : "Şəbəkədə ünvan", + "Password" : "Şifrə" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/az.php b/apps/user_ldap/l10n/az.php deleted file mode 100644 index 6d3e01b8a8..0000000000 --- a/apps/user_ldap/l10n/az.php +++ /dev/null @@ -1,21 +0,0 @@ - "Xəritələnməni silmək mümkün olmadı", -"Failed to delete the server configuration" => "Server configini silmək mümkün olmadı", -"The configuration is valid and the connection could be established!" => "Configurasiya doğrudur və qoşulmaq mümkündür!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Configurasiya doğrudur yalnız, birləşmədə səhv oldu. Xahiş olunur server quraşdırmalarını və daxil etdiyiniz verilənlərin düzgünlüyünü yoxlayasınız.", -"The configuration is invalid. Please have a look at the logs for further details." => "Configurasiya dügün deyil. Əlavə detallar üçün xahiş edirik jurnal faylına baxasınız.", -"No action specified" => "Heç bir iş təyin edilməyib", -" Could not set configuration %s" => "%s configi təyin etmək mümkün olmadı", -"Deletion failed" => "Silinmədə səhv baş verdi", -"Keep settings?" => "Ayarlar qalsın?", -"Cannot add server configuration" => "Server quraşdırmalarını əlavə etmək mümkün olmadı", -"Error" => "Səhv", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "Saxlamaq", -"Help" => "Kömək", -"Host" => "Şəbəkədə ünvan", -"Password" => "Şifrə" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/be.js b/apps/user_ldap/l10n/be.js new file mode 100644 index 0000000000..3bad78472e --- /dev/null +++ b/apps/user_ldap/l10n/be.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_ldap", + { + "Error" : "Памылка", + "_%s group found_::_%s groups found_" : ["","","",""], + "_%s user found_::_%s users found_" : ["","","",""], + "Advanced" : "Дасведчаны" +}, +"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/apps/user_ldap/l10n/be.json b/apps/user_ldap/l10n/be.json new file mode 100644 index 0000000000..f77a6b3c14 --- /dev/null +++ b/apps/user_ldap/l10n/be.json @@ -0,0 +1,7 @@ +{ "translations": { + "Error" : "Памылка", + "_%s group found_::_%s groups found_" : ["","","",""], + "_%s user found_::_%s users found_" : ["","","",""], + "Advanced" : "Дасведчаны" +},"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/apps/user_ldap/l10n/be.php b/apps/user_ldap/l10n/be.php deleted file mode 100644 index b55e459531..0000000000 --- a/apps/user_ldap/l10n/be.php +++ /dev/null @@ -1,8 +0,0 @@ - "Памылка", -"_%s group found_::_%s groups found_" => array("","","",""), -"_%s user found_::_%s users found_" => array("","","",""), -"Advanced" => "Дасведчаны" -); -$PLURAL_FORMS = "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/apps/user_ldap/l10n/bg_BG.js b/apps/user_ldap/l10n/bg_BG.js new file mode 100644 index 0000000000..e6f4580398 --- /dev/null +++ b/apps/user_ldap/l10n/bg_BG.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Неуспешно изчистване на mapping-ите.", + "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." : "Конфигурацията е валидна, но Bind-а неуспя. Моля, провери сървърните настройки, потребителското име и паролата.", + "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" : "mapping-и създадени.", + "Success" : "Успех", + "Error" : "Грешка", + "Please specify a Base DN" : "Моля, посочи Base DN", + "Could not determine Base DN" : "Неуспешно установяване на Base DN", + "Please specify the port" : "Mоля, посочи портът", + "Configuration OK" : "Конфигурацията е ОК", + "Configuration incorrect" : "Конфигурацията е грешна", + "Configuration incomplete" : "Конфигурацията не е завършена", + "Select groups" : "Избери Групи", + "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 user found_::_%s users found_" : ["%s октрит потребител","%s октрити потребители"], + "Could not find the desired feature" : "Не е открита желанта функция", + "Invalid Host" : "Невалиден Сървър", + "Server" : "Сървър", + "User Filter" : "User Filter", + "Login Filter" : "Login Filter", + "Group Filter" : "Group Filter", + "Save" : "Запиши", + "Test Configuration" : "Тествай Конфигурацията", + "Help" : "Помощ", + "Groups meeting these criteria are available in %s:" : "Групи спазващи тези критерии са разположени в %s:", + "only those object classes:" : "само следните типове обекти:", + "only from those groups:" : "само от следните групи:", + "Edit raw filter instead" : "Промени raw филтъра", + "Raw LDAP filter" : "Raw LDAP филтър", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Филтърът посочва кои LDAP групи ще имат достъп до %s инсталацията.", + "Test Filter" : "Тестов Филтър", + "groups found" : "открити групи", + "Users login with this attribute:" : "Потребителски профили с този атрибут:", + "LDAP Username:" : "LDAP Потребителско Име:", + "LDAP Email Address:" : "LDAP Имел Адрес:", + "Other Attributes:" : "Други Атрибути:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Заявява филтърът, който да бъде приложен при опит за вписване. %%uid замества потребителското име в полето login action. Пример: \"uid=%%uid\".", + "1. Server" : "1. Сървър", + "%s. Server:" : "%s. Сървър:", + "Add Server Configuration" : "Добави Сървърна Конфигурация", + "Delete Configuration" : "Изтрий Конфигурацията", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Протоколът не задължителен освен ако не изискваш SLL. В такъв случай започни с ldaps://", + "Port" : "Порт", + "User DN" : "User 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 на потребителят, с който ще стане свързването, пр. uid=agent,dc=example,dc=com. За анонимен достъп, остави DN и Парола празни.", + "Password" : "Парола", + "For anonymous access, leave DN and Password empty." : "За анонимен достъп, остави DN и Парола празни.", + "One Base DN per line" : "По един Base DN на ред", + "You can specify Base DN for users and groups in the Advanced tab" : "Можеш да настроиш Base DN за отделни потребители и групи в разделителя Допълнителни.", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Избягва автоматични LDAP заявки. По-добра опция за големи инсталации, но изисква LDAP познания.", + "Manually enter LDAP filters (recommended for large directories)" : "Ръчно въвеждана на LDAP филтри(препоръчано за по-големи папки)", + "Limit %s access to users meeting these criteria:" : "Ограничи достъпа на %s до потребители покриващи следните критерии:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Филтърът посочва кои LDAP потребители ще имат достъп до %s инсталацията.", + "users found" : "открити потребители", + "Saving" : "Записване", + "Back" : "Назад", + "Continue" : "Продължи", + "Expert" : "Експерт", + "Advanced" : "Допълнителни", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Предупреждение: Приложенията user_ldap и user_webdavauth са несъвместими. Може да изпитате неочквано поведение. Моля, поискайте системния администратор да изключи едното приложение.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Предупреждение: PHP LDAP модулът не е инсталиран, сървърът няма да работи. Моля, поискай системният админстратор да го инсталира.", + "Connection Settings" : "Настройки на Връзката", + "Configuration Active" : "Конфигурацията е Активна", + "When unchecked, this configuration will be skipped." : "Когато не е отметнато, тази конфигурация ще бъде прескочена.", + "Backup (Replica) Host" : "Backup (Replica) Host", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Задай незадължителен резервен сървър. Трябва да бъде реплика на главния LDAP/AD сървър.", + "Backup (Replica) Port" : "Backup (Replica) Port", + "Disable Main Server" : "Изключи Главиния Сървър", + "Only connect to the replica server." : "Свържи се само с репликирания сървър.", + "Case insensitive LDAP server (Windows)" : "Нечувствителен към главни/малки букви LDAP сървър (Windows)", + "Turn off SSL certificate validation." : "Изключи валидацията на SSL сертификата.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не е пропоръчително, ползвай само за тестване. Ако връзката работи само с тази опция, вмъкни LDAP сървърния SSL сертификат в твоя %s сървър.", + "Cache Time-To-Live" : "Кеширай Time-To-Live", + "in seconds. A change empties the cache." : "в секунди. Всяка промяна изтрива кеша.", + "Directory Settings" : "Настройки на Директорията", + "User Display Name Field" : "Поле User Display Name", + "The LDAP attribute to use to generate the user's display name." : "LDAP атрибутът, който да бъде използван за генериране на видимото име на потребителя.", + "Base User Tree" : "Base User Tree", + "One User Base DN per line" : "По един User Base DN на ред", + "User Search Attributes" : "Атрибути на Потребителско Търсене", + "Optional; one attribute per line" : "По желание; един атрибут на ред", + "Group Display Name Field" : "Поле Group Display Name", + "The LDAP attribute to use to generate the groups's display name." : "LDAP атрибутът, който да бъде използван за генерирането на видмото име на групата.", + "Base Group Tree" : "Base Group Tree", + "One Group Base DN per line" : "По един Group Base DN на ред", + "Group Search Attributes" : "Атрибути на Групово Търсене", + "Group-Member association" : "Group-Member асоциация", + "Nested Groups" : "Nested Групи", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Когато е включени, се подържат групи в групи. (Работи единствено ако членът на групата притежава атрибута DNs).", + "Paging chunksize" : "Размер на paging-а", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Размерът използван за връщането на големи резултати от LDAP търсения като изброяване на потребители или групи. (Стойност 0 изключва paged LDAP търсения в тези ситуации).", + "Special Attributes" : "Специални Атрибути", + "Quota Field" : "Поле за Квота", + "Quota Default" : "Детайли на Квотата", + "in bytes" : "в байтове", + "Email Field" : "Поле за Имейл", + "User Home Folder Naming Rule" : "Правило за Кръщаване на Потребителската Папка", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Остави празно за потребителско име (по подразбиране). Иначе, посочи LDAP/AD атрибут.", + "Internal Username" : "Вътрешно Потребителско Име", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "По подразбиране вътрешното потребителско име ще бъде създадено от UUID атрибутът. Това гарантира, че потребителското име ще бъде уникално, и че няма да се наложи да се конвертират символи. Вътрешното потребителско име ще бъде ограничено да използва само следните символи: [ a-zA-Z0-9_.@- ]. Другите символи ще бъдат заменени със техните ASCII еквиваленти или ще бъдат просто пренебрегнати. Ако има сблъсъци ще бъде добавено/увеличено число. Вътрешното потребителско име се използва, за да се идентифицира вътрешно потребителя. То е и директорията по подразбиране на потребителя. Също така е част от отдалечените URL-и, на пример за всички *DAV услуги. С тази настройка може да бъде променено всичко това. За да постигнеш подобно държание на това, което беше в ownCloud 5 въведи съдържанието на user display name атрибутът тук. Остави го празно да се държи, както по подразбиране. Промените ще се отразят само на новодобавени(map-нати) LDAP потребители.", + "Internal Username Attribute:" : "Атрибут на Вътрешното Потребителско Име:", + "Override UUID detection" : "Промени UUID откриването", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "По подразбиране, UUID атрибутът ще бъде автоматично намерен. UUID се използва, за да се идентифицират еднозначно LDAP потребители и групи. Също така, вътрешното име ще бъде генерирано базирано на UUID, ако такова не е посочено по-горе. Можеш да промениш тази настройка и да използваш атрибут по свой избор. Трябва да се увериш, че атрибутът, който си избрал може да бъде проверен, както за потребителите така и за групите, и да е уникален. Промените ще се отразят само на новодобавени(map-нати) LDAP потребители.", + "UUID Attribute for Users:" : "UUID Атрибут за Потребителите:", + "UUID Attribute for Groups:" : "UUID Атрибут за Групите:", + "Username-LDAP User Mapping" : "Username-LDAP User Mapping", + "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 потребител ще има вътрешно потребителско име. Налага се map-ване от вътрешен потребител към LDAP потребител. Създаденото потребителско име се map-ва към UUID-то на LDAP потребител. В допълнение DN се кешира, за да се намали LDAP комункацията, но не се използва за идентифициране. Ако DN се промени, промяната ще бъде открита. Вътрешното име се използва навсякъде. Изтриването на map-ванията ще се отрази на всички LDAP конфигурации! Никога не изчиствай map-ванията на производствена инсталация, а само докато тестваш и експериментираш.", + "Clear Username-LDAP User Mapping" : "Изчисти Username-LDAP User Mapping", + "Clear Groupname-LDAP Group Mapping" : "Изчисти Groupname-LDAP Group Mapping" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/bg_BG.json b/apps/user_ldap/l10n/bg_BG.json new file mode 100644 index 0000000000..f29aff7226 --- /dev/null +++ b/apps/user_ldap/l10n/bg_BG.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Неуспешно изчистване на mapping-ите.", + "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." : "Конфигурацията е валидна, но Bind-а неуспя. Моля, провери сървърните настройки, потребителското име и паролата.", + "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" : "mapping-и създадени.", + "Success" : "Успех", + "Error" : "Грешка", + "Please specify a Base DN" : "Моля, посочи Base DN", + "Could not determine Base DN" : "Неуспешно установяване на Base DN", + "Please specify the port" : "Mоля, посочи портът", + "Configuration OK" : "Конфигурацията е ОК", + "Configuration incorrect" : "Конфигурацията е грешна", + "Configuration incomplete" : "Конфигурацията не е завършена", + "Select groups" : "Избери Групи", + "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 user found_::_%s users found_" : ["%s октрит потребител","%s октрити потребители"], + "Could not find the desired feature" : "Не е открита желанта функция", + "Invalid Host" : "Невалиден Сървър", + "Server" : "Сървър", + "User Filter" : "User Filter", + "Login Filter" : "Login Filter", + "Group Filter" : "Group Filter", + "Save" : "Запиши", + "Test Configuration" : "Тествай Конфигурацията", + "Help" : "Помощ", + "Groups meeting these criteria are available in %s:" : "Групи спазващи тези критерии са разположени в %s:", + "only those object classes:" : "само следните типове обекти:", + "only from those groups:" : "само от следните групи:", + "Edit raw filter instead" : "Промени raw филтъра", + "Raw LDAP filter" : "Raw LDAP филтър", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Филтърът посочва кои LDAP групи ще имат достъп до %s инсталацията.", + "Test Filter" : "Тестов Филтър", + "groups found" : "открити групи", + "Users login with this attribute:" : "Потребителски профили с този атрибут:", + "LDAP Username:" : "LDAP Потребителско Име:", + "LDAP Email Address:" : "LDAP Имел Адрес:", + "Other Attributes:" : "Други Атрибути:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Заявява филтърът, който да бъде приложен при опит за вписване. %%uid замества потребителското име в полето login action. Пример: \"uid=%%uid\".", + "1. Server" : "1. Сървър", + "%s. Server:" : "%s. Сървър:", + "Add Server Configuration" : "Добави Сървърна Конфигурация", + "Delete Configuration" : "Изтрий Конфигурацията", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Протоколът не задължителен освен ако не изискваш SLL. В такъв случай започни с ldaps://", + "Port" : "Порт", + "User DN" : "User 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 на потребителят, с който ще стане свързването, пр. uid=agent,dc=example,dc=com. За анонимен достъп, остави DN и Парола празни.", + "Password" : "Парола", + "For anonymous access, leave DN and Password empty." : "За анонимен достъп, остави DN и Парола празни.", + "One Base DN per line" : "По един Base DN на ред", + "You can specify Base DN for users and groups in the Advanced tab" : "Можеш да настроиш Base DN за отделни потребители и групи в разделителя Допълнителни.", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Избягва автоматични LDAP заявки. По-добра опция за големи инсталации, но изисква LDAP познания.", + "Manually enter LDAP filters (recommended for large directories)" : "Ръчно въвеждана на LDAP филтри(препоръчано за по-големи папки)", + "Limit %s access to users meeting these criteria:" : "Ограничи достъпа на %s до потребители покриващи следните критерии:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Филтърът посочва кои LDAP потребители ще имат достъп до %s инсталацията.", + "users found" : "открити потребители", + "Saving" : "Записване", + "Back" : "Назад", + "Continue" : "Продължи", + "Expert" : "Експерт", + "Advanced" : "Допълнителни", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Предупреждение: Приложенията user_ldap и user_webdavauth са несъвместими. Може да изпитате неочквано поведение. Моля, поискайте системния администратор да изключи едното приложение.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Предупреждение: PHP LDAP модулът не е инсталиран, сървърът няма да работи. Моля, поискай системният админстратор да го инсталира.", + "Connection Settings" : "Настройки на Връзката", + "Configuration Active" : "Конфигурацията е Активна", + "When unchecked, this configuration will be skipped." : "Когато не е отметнато, тази конфигурация ще бъде прескочена.", + "Backup (Replica) Host" : "Backup (Replica) Host", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Задай незадължителен резервен сървър. Трябва да бъде реплика на главния LDAP/AD сървър.", + "Backup (Replica) Port" : "Backup (Replica) Port", + "Disable Main Server" : "Изключи Главиния Сървър", + "Only connect to the replica server." : "Свържи се само с репликирания сървър.", + "Case insensitive LDAP server (Windows)" : "Нечувствителен към главни/малки букви LDAP сървър (Windows)", + "Turn off SSL certificate validation." : "Изключи валидацията на SSL сертификата.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не е пропоръчително, ползвай само за тестване. Ако връзката работи само с тази опция, вмъкни LDAP сървърния SSL сертификат в твоя %s сървър.", + "Cache Time-To-Live" : "Кеширай Time-To-Live", + "in seconds. A change empties the cache." : "в секунди. Всяка промяна изтрива кеша.", + "Directory Settings" : "Настройки на Директорията", + "User Display Name Field" : "Поле User Display Name", + "The LDAP attribute to use to generate the user's display name." : "LDAP атрибутът, който да бъде използван за генериране на видимото име на потребителя.", + "Base User Tree" : "Base User Tree", + "One User Base DN per line" : "По един User Base DN на ред", + "User Search Attributes" : "Атрибути на Потребителско Търсене", + "Optional; one attribute per line" : "По желание; един атрибут на ред", + "Group Display Name Field" : "Поле Group Display Name", + "The LDAP attribute to use to generate the groups's display name." : "LDAP атрибутът, който да бъде използван за генерирането на видмото име на групата.", + "Base Group Tree" : "Base Group Tree", + "One Group Base DN per line" : "По един Group Base DN на ред", + "Group Search Attributes" : "Атрибути на Групово Търсене", + "Group-Member association" : "Group-Member асоциация", + "Nested Groups" : "Nested Групи", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Когато е включени, се подържат групи в групи. (Работи единствено ако членът на групата притежава атрибута DNs).", + "Paging chunksize" : "Размер на paging-а", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Размерът използван за връщането на големи резултати от LDAP търсения като изброяване на потребители или групи. (Стойност 0 изключва paged LDAP търсения в тези ситуации).", + "Special Attributes" : "Специални Атрибути", + "Quota Field" : "Поле за Квота", + "Quota Default" : "Детайли на Квотата", + "in bytes" : "в байтове", + "Email Field" : "Поле за Имейл", + "User Home Folder Naming Rule" : "Правило за Кръщаване на Потребителската Папка", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Остави празно за потребителско име (по подразбиране). Иначе, посочи LDAP/AD атрибут.", + "Internal Username" : "Вътрешно Потребителско Име", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "По подразбиране вътрешното потребителско име ще бъде създадено от UUID атрибутът. Това гарантира, че потребителското име ще бъде уникално, и че няма да се наложи да се конвертират символи. Вътрешното потребителско име ще бъде ограничено да използва само следните символи: [ a-zA-Z0-9_.@- ]. Другите символи ще бъдат заменени със техните ASCII еквиваленти или ще бъдат просто пренебрегнати. Ако има сблъсъци ще бъде добавено/увеличено число. Вътрешното потребителско име се използва, за да се идентифицира вътрешно потребителя. То е и директорията по подразбиране на потребителя. Също така е част от отдалечените URL-и, на пример за всички *DAV услуги. С тази настройка може да бъде променено всичко това. За да постигнеш подобно държание на това, което беше в ownCloud 5 въведи съдържанието на user display name атрибутът тук. Остави го празно да се държи, както по подразбиране. Промените ще се отразят само на новодобавени(map-нати) LDAP потребители.", + "Internal Username Attribute:" : "Атрибут на Вътрешното Потребителско Име:", + "Override UUID detection" : "Промени UUID откриването", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "По подразбиране, UUID атрибутът ще бъде автоматично намерен. UUID се използва, за да се идентифицират еднозначно LDAP потребители и групи. Също така, вътрешното име ще бъде генерирано базирано на UUID, ако такова не е посочено по-горе. Можеш да промениш тази настройка и да използваш атрибут по свой избор. Трябва да се увериш, че атрибутът, който си избрал може да бъде проверен, както за потребителите така и за групите, и да е уникален. Промените ще се отразят само на новодобавени(map-нати) LDAP потребители.", + "UUID Attribute for Users:" : "UUID Атрибут за Потребителите:", + "UUID Attribute for Groups:" : "UUID Атрибут за Групите:", + "Username-LDAP User Mapping" : "Username-LDAP User Mapping", + "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 потребител ще има вътрешно потребителско име. Налага се map-ване от вътрешен потребител към LDAP потребител. Създаденото потребителско име се map-ва към UUID-то на LDAP потребител. В допълнение DN се кешира, за да се намали LDAP комункацията, но не се използва за идентифициране. Ако DN се промени, промяната ще бъде открита. Вътрешното име се използва навсякъде. Изтриването на map-ванията ще се отрази на всички LDAP конфигурации! Никога не изчиствай map-ванията на производствена инсталация, а само докато тестваш и експериментираш.", + "Clear Username-LDAP User Mapping" : "Изчисти Username-LDAP User Mapping", + "Clear Groupname-LDAP Group Mapping" : "Изчисти Groupname-LDAP Group Mapping" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/bg_BG.php b/apps/user_ldap/l10n/bg_BG.php deleted file mode 100644 index 9873a7d1f5..0000000000 --- a/apps/user_ldap/l10n/bg_BG.php +++ /dev/null @@ -1,131 +0,0 @@ - "Неуспешно изчистване на mapping-ите.", -"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." => "Конфигурацията е валидна, но Bind-а неуспя. Моля, провери сървърните настройки, потребителското име и паролата.", -"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" => "mapping-и създадени.", -"Success" => "Успех", -"Error" => "Грешка", -"Please specify a Base DN" => "Моля, посочи Base DN", -"Could not determine Base DN" => "Неуспешно установяване на Base DN", -"Please specify the port" => "Mоля, посочи портът", -"Configuration OK" => "Конфигурацията е ОК", -"Configuration incorrect" => "Конфигурацията е грешна", -"Configuration incomplete" => "Конфигурацията не е завършена", -"Select groups" => "Избери Групи", -"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_" => array("%s открита група","%s открити групи"), -"_%s user found_::_%s users found_" => array("%s октрит потребител","%s октрити потребители"), -"Could not find the desired feature" => "Не е открита желанта функция", -"Invalid Host" => "Невалиден Сървър", -"Server" => "Сървър", -"User Filter" => "User Filter", -"Login Filter" => "Login Filter", -"Group Filter" => "Group Filter", -"Save" => "Запиши", -"Test Configuration" => "Тествай Конфигурацията", -"Help" => "Помощ", -"Groups meeting these criteria are available in %s:" => "Групи спазващи тези критерии са разположени в %s:", -"only those object classes:" => "само следните типове обекти:", -"only from those groups:" => "само от следните групи:", -"Edit raw filter instead" => "Промени raw филтъра", -"Raw LDAP filter" => "Raw LDAP филтър", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Филтърът посочва кои LDAP групи ще имат достъп до %s инсталацията.", -"Test Filter" => "Тестов Филтър", -"groups found" => "открити групи", -"Users login with this attribute:" => "Потребителски профили с този атрибут:", -"LDAP Username:" => "LDAP Потребителско Име:", -"LDAP Email Address:" => "LDAP Имел Адрес:", -"Other Attributes:" => "Други Атрибути:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Заявява филтърът, който да бъде приложен при опит за вписване. %%uid замества потребителското име в полето login action. Пример: \"uid=%%uid\".", -"1. Server" => "1. Сървър", -"%s. Server:" => "%s. Сървър:", -"Add Server Configuration" => "Добави Сървърна Конфигурация", -"Delete Configuration" => "Изтрий Конфигурацията", -"Host" => "Host", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Протоколът не задължителен освен ако не изискваш SLL. В такъв случай започни с ldaps://", -"Port" => "Порт", -"User DN" => "User 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 на потребителят, с който ще стане свързването, пр. uid=agent,dc=example,dc=com. За анонимен достъп, остави DN и Парола празни.", -"Password" => "Парола", -"For anonymous access, leave DN and Password empty." => "За анонимен достъп, остави DN и Парола празни.", -"One Base DN per line" => "По един Base DN на ред", -"You can specify Base DN for users and groups in the Advanced tab" => "Можеш да настроиш Base DN за отделни потребители и групи в разделителя Допълнителни.", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Избягва автоматични LDAP заявки. По-добра опция за големи инсталации, но изисква LDAP познания.", -"Manually enter LDAP filters (recommended for large directories)" => "Ръчно въвеждана на LDAP филтри(препоръчано за по-големи папки)", -"Limit %s access to users meeting these criteria:" => "Ограничи достъпа на %s до потребители покриващи следните критерии:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Филтърът посочва кои LDAP потребители ще имат достъп до %s инсталацията.", -"users found" => "открити потребители", -"Saving" => "Записване", -"Back" => "Назад", -"Continue" => "Продължи", -"Expert" => "Експерт", -"Advanced" => "Допълнителни", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Предупреждение: Приложенията user_ldap и user_webdavauth са несъвместими. Може да изпитате неочквано поведение. Моля, поискайте системния администратор да изключи едното приложение.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Предупреждение: PHP LDAP модулът не е инсталиран, сървърът няма да работи. Моля, поискай системният админстратор да го инсталира.", -"Connection Settings" => "Настройки на Връзката", -"Configuration Active" => "Конфигурацията е Активна", -"When unchecked, this configuration will be skipped." => "Когато не е отметнато, тази конфигурация ще бъде прескочена.", -"Backup (Replica) Host" => "Backup (Replica) Host", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Задай незадължителен резервен сървър. Трябва да бъде реплика на главния LDAP/AD сървър.", -"Backup (Replica) Port" => "Backup (Replica) Port", -"Disable Main Server" => "Изключи Главиния Сървър", -"Only connect to the replica server." => "Свържи се само с репликирания сървър.", -"Case insensitive LDAP server (Windows)" => "Нечувствителен към главни/малки букви LDAP сървър (Windows)", -"Turn off SSL certificate validation." => "Изключи валидацията на SSL сертификата.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Не е пропоръчително, ползвай само за тестване. Ако връзката работи само с тази опция, вмъкни LDAP сървърния SSL сертификат в твоя %s сървър.", -"Cache Time-To-Live" => "Кеширай Time-To-Live", -"in seconds. A change empties the cache." => "в секунди. Всяка промяна изтрива кеша.", -"Directory Settings" => "Настройки на Директорията", -"User Display Name Field" => "Поле User Display Name", -"The LDAP attribute to use to generate the user's display name." => "LDAP атрибутът, който да бъде използван за генериране на видимото име на потребителя.", -"Base User Tree" => "Base User Tree", -"One User Base DN per line" => "По един User Base DN на ред", -"User Search Attributes" => "Атрибути на Потребителско Търсене", -"Optional; one attribute per line" => "По желание; един атрибут на ред", -"Group Display Name Field" => "Поле Group Display Name", -"The LDAP attribute to use to generate the groups's display name." => "LDAP атрибутът, който да бъде използван за генерирането на видмото име на групата.", -"Base Group Tree" => "Base Group Tree", -"One Group Base DN per line" => "По един Group Base DN на ред", -"Group Search Attributes" => "Атрибути на Групово Търсене", -"Group-Member association" => "Group-Member асоциация", -"Nested Groups" => "Nested Групи", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Когато е включени, се подържат групи в групи. (Работи единствено ако членът на групата притежава атрибута DNs).", -"Paging chunksize" => "Размер на paging-а", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Размерът използван за връщането на големи резултати от LDAP търсения като изброяване на потребители или групи. (Стойност 0 изключва paged LDAP търсения в тези ситуации).", -"Special Attributes" => "Специални Атрибути", -"Quota Field" => "Поле за Квота", -"Quota Default" => "Детайли на Квотата", -"in bytes" => "в байтове", -"Email Field" => "Поле за Имейл", -"User Home Folder Naming Rule" => "Правило за Кръщаване на Потребителската Папка", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Остави празно за потребителско име (по подразбиране). Иначе, посочи LDAP/AD атрибут.", -"Internal Username" => "Вътрешно Потребителско Име", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "По подразбиране вътрешното потребителско име ще бъде създадено от UUID атрибутът. Това гарантира, че потребителското име ще бъде уникално, и че няма да се наложи да се конвертират символи. Вътрешното потребителско име ще бъде ограничено да използва само следните символи: [ a-zA-Z0-9_.@- ]. Другите символи ще бъдат заменени със техните ASCII еквиваленти или ще бъдат просто пренебрегнати. Ако има сблъсъци ще бъде добавено/увеличено число. Вътрешното потребителско име се използва, за да се идентифицира вътрешно потребителя. То е и директорията по подразбиране на потребителя. Също така е част от отдалечените URL-и, на пример за всички *DAV услуги. С тази настройка може да бъде променено всичко това. За да постигнеш подобно държание на това, което беше в ownCloud 5 въведи съдържанието на user display name атрибутът тук. Остави го празно да се държи, както по подразбиране. Промените ще се отразят само на новодобавени(map-нати) LDAP потребители.", -"Internal Username Attribute:" => "Атрибут на Вътрешното Потребителско Име:", -"Override UUID detection" => "Промени UUID откриването", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "По подразбиране, UUID атрибутът ще бъде автоматично намерен. UUID се използва, за да се идентифицират еднозначно LDAP потребители и групи. Също така, вътрешното име ще бъде генерирано базирано на UUID, ако такова не е посочено по-горе. Можеш да промениш тази настройка и да използваш атрибут по свой избор. Трябва да се увериш, че атрибутът, който си избрал може да бъде проверен, както за потребителите така и за групите, и да е уникален. Промените ще се отразят само на новодобавени(map-нати) LDAP потребители.", -"UUID Attribute for Users:" => "UUID Атрибут за Потребителите:", -"UUID Attribute for Groups:" => "UUID Атрибут за Групите:", -"Username-LDAP User Mapping" => "Username-LDAP User Mapping", -"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 потребител ще има вътрешно потребителско име. Налага се map-ване от вътрешен потребител към LDAP потребител. Създаденото потребителско име се map-ва към UUID-то на LDAP потребител. В допълнение DN се кешира, за да се намали LDAP комункацията, но не се използва за идентифициране. Ако DN се промени, промяната ще бъде открита. Вътрешното име се използва навсякъде. Изтриването на map-ванията ще се отрази на всички LDAP конфигурации! Никога не изчиствай map-ванията на производствена инсталация, а само докато тестваш и експериментираш.", -"Clear Username-LDAP User Mapping" => "Изчисти Username-LDAP User Mapping", -"Clear Groupname-LDAP Group Mapping" => "Изчисти Groupname-LDAP Group Mapping" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/bn_BD.js b/apps/user_ldap/l10n/bn_BD.js new file mode 100644 index 0000000000..d52c5eb953 --- /dev/null +++ b/apps/user_ldap/l10n/bn_BD.js @@ -0,0 +1,107 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the 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." : "কনফিগারেশনটি বৈধ তবে Bind ব্যার্থ। দয়া করে সার্ভার নিয়ামকসমূহ এবং ব্যবহারকারী পরীক্ষা করুন।", + "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" : "মানচিত্রায়ন মোছা হলো", + "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" : "গ্রুপ নির্ধারণ", + "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 user found_::_%s users found_" : ["%s ব্যাবহারকারী পাওয়া গেছে","%s ব্যাবহারকারী পাওয়া গেছে"], + "Could not find the desired feature" : "চাহিদামাফিক ফিচারটি পাওয়া গেলনা", + "Invalid Host" : "অবৈধ হোস্ট", + "Server" : "সার্ভার", + "User Filter" : "ব্যবহারকারী তালিকা ছাঁকনী", + "Login Filter" : "প্রবেশ ছাঁকনী", + "Group Filter" : "গোষ্ঠী ছাঁকনী", + "Save" : "সংরক্ষণ", + "Test Configuration" : "পরীক্ষামূলক কনফিগারেসন", + "Help" : "সহায়িকা", + "Groups meeting these criteria are available in %s:" : "প্রদত্ত বৈশিষ্ট্য অনুযায়ী %s এ প্রাপ্তব্য গ্রুপসমূহ:", + "only those object classes:" : "শুধুমাত্র সেইসব অবজেক্ট ক্লাস:", + "only from those groups:" : "শুধুমাত্র বর্ণিত গ্রুপসমূহ হতে:", + "Edit raw filter instead" : "অসম্পূর্ণ ফিল্টার সম্পাদনা করুন", + "Raw LDAP filter" : "অসম্পূর্ণ LDAP ফিল্টার", + "The filter specifies which LDAP groups shall have access to the %s instance." : "ফিল্টারটি %s সার্ভারে কোন কোন LDAP গ্রুপ প্রবেশাধিকার পাবে তা নির্ধারণ করে।", + "groups found" : "গ্রুপ পাওয়া গেছে", + "Users login with this attribute:" : "এই বৈশিষ্ট্য নিয়ে ব্যবহারকারী প্রবেশ করতে পারেন:", + "LDAP Username:" : "LDAP ব্যাবহারকারী নাম:", + "LDAP Email Address:" : "LDAP ই-মেইল ঠিকানা:", + "Other Attributes:" : "অন্যান্য বৈশিষ্ট্য:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "প্রবেশ প্রচেষ্টা নিলে প্রযোজ্য ফিল্টার নির্ধারণ করে। প্রবেশকালে %%uid ব্যাবহারকারীর নামকে প্রতিস্থাপন করে। ঊদাহরণ: \"uid=%%uid\"", + "1. Server" : "1. সার্ভার", + "%s. Server:" : "%s. সার্ভার:", + "Add Server Configuration" : "সার্ভার কনফিগারেসন যোগ কর", + "Delete Configuration" : "কনফিগারেসন মুছে ফেল", + "Host" : "হোস্ট", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL আবশ্যক না হলে আপনি এই প্রটোকলটি মুছে ফেলতে পারেন । এরপর শুরু করুন এটা দিয়ে ldaps://", + "Port" : "পোর্ট", + "User DN" : "ব্যবহারকারি 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." : "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. পরিচয় গোপন রেখে অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।", + "Password" : "কূটশব্দ", + "For anonymous access, leave DN and Password empty." : "অজ্ঞাতকুলশীল অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।", + "One Base DN per line" : "লাইনপ্রতি একটি Base DN", + "You can specify Base DN for users and groups in the Advanced tab" : "সুচারু ট্যঅবে গিয়ে আপনি ব্যবহারকারি এবং গোষ্ঠীসমূহের জন্য ভিত্তি DN নির্ধারণ করতে পারেন।", + "Limit %s access to users meeting these criteria:" : "%s এ প্রবেশাধিকার এই শর্তধারী ব্যবহারকারীর মাঝে সীমিত রাখ:", + "The filter specifies which LDAP users shall have access to the %s instance." : "এই ফিল্টারটি কোন কোন LDAP ব্যবহারকারী %s সার্ভারে প্রবেশ করবেন তা বাছাই করে।", + "users found" : "ব্যাবহারকারী পাওয়া গেছে", + "Back" : "পেছনে যাও", + "Continue" : "চালিয়ে যাও", + "Expert" : "দক্ষ", + "Advanced" : "সুচারু", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warning: Apps user_ldap and user_webdavauth কম্প্যাটিবল নয়। আপনি অবান্ছিত জটিলতার মুখোমুখি হতে পারেন। সিস্টেম প্রশাসককে যেকোন একটি অকার্যকর করে দিতে বলুন।", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: PHP LDAP মডিউল ইনস্টল করা নেই, ব্যাকএন্ড কাজ করবেনা। সিস্টেম প্রশাসককে এটি ইনস্টল করতে বলুন।", + "Connection Settings" : "সংযোগ নিয়ামকসমূহ", + "Configuration Active" : "কনফিগারেসন সক্রিয়", + "When unchecked, this configuration will be skipped." : "চেকমার্ক তুলে দিলে কনফিগারেসন এড়িয়ে যাবে।", + "Backup (Replica) Host" : "ব্যাকআপ (নকল) হোস্ট", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "একটি ঐচ্ছিক ব্যাকআপ হোস্ট দিন। এটি মূল LDAP/AD সার্ভারের নকল হবে।", + "Backup (Replica) Port" : "ব্যাকআপ (নকল) পোর্ট", + "Disable Main Server" : "মূল সার্ভারকে অকার্যকর কর", + "Only connect to the replica server." : "শুধুমাত্র নকল সার্ভারে সংযোগ দাও।", + "Case insensitive LDAP server (Windows)" : "বর্ণ অসংবেদী LDAP সার্ভার (উইন্ডোজ)", + "Turn off SSL certificate validation." : "SSL সনদপত্র যাচাইকরণ বন্ধ রাক।", + "Cache Time-To-Live" : "ক্যাশে টাইম-টু-লিভ", + "in seconds. A change empties the cache." : "সেকেন্ডে। কোন পরিবর্তন ক্যাসে খালি করবে।", + "Directory Settings" : "ডিরেক্টরি নিয়ামকসমূহ", + "User Display Name Field" : "ব্যবহারকারীর প্রদর্শিতব্য নামের ক্ষেত্র", + "The LDAP attribute to use to generate the user's display name." : "ব্যবহারকারীর প্রদর্শনীয় নাম তৈরি করার জন্য ব্যবহৃত LDAP বৈশিষ্ট্য।", + "Base User Tree" : "ভিত্তি ব্যবহারকারি বৃক্ষাকারে", + "Group Display Name Field" : "গোষ্ঠীর প্রদর্শিতব্য নামের ক্ষেত্র", + "Base Group Tree" : "ভিত্তি গোষ্ঠী বৃক্ষাকারে", + "Group Search Attributes" : "গ্রুপ খোঁজার বৈশিষ্ট্য", + "Group-Member association" : "গোষ্ঠী-সদস্য সংস্থাপন", + "Nested Groups" : "একতাবদ্ধ গোষ্ঠিসমূহ", + "Special Attributes" : "বিশেষ বৈশিষ্ট্যসমূহ", + "Quota Field" : "কোটা", + "Quota Default" : "পূর্বনির্ধারিত কোটা", + "in bytes" : "বাইটে", + "Email Field" : "ইমেইল ক্ষেত্র", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "ব্যবহারকারী নামের জন্য ফাঁকা রাখুন (পূর্বনির্ধারিত)। অন্যথায়, LDAP/AD বৈশিষ্ট্য নির্ধারণ করুন।" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/bn_BD.json b/apps/user_ldap/l10n/bn_BD.json new file mode 100644 index 0000000000..0c21103de4 --- /dev/null +++ b/apps/user_ldap/l10n/bn_BD.json @@ -0,0 +1,105 @@ +{ "translations": { + "Failed to clear the 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." : "কনফিগারেশনটি বৈধ তবে Bind ব্যার্থ। দয়া করে সার্ভার নিয়ামকসমূহ এবং ব্যবহারকারী পরীক্ষা করুন।", + "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" : "মানচিত্রায়ন মোছা হলো", + "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" : "গ্রুপ নির্ধারণ", + "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 user found_::_%s users found_" : ["%s ব্যাবহারকারী পাওয়া গেছে","%s ব্যাবহারকারী পাওয়া গেছে"], + "Could not find the desired feature" : "চাহিদামাফিক ফিচারটি পাওয়া গেলনা", + "Invalid Host" : "অবৈধ হোস্ট", + "Server" : "সার্ভার", + "User Filter" : "ব্যবহারকারী তালিকা ছাঁকনী", + "Login Filter" : "প্রবেশ ছাঁকনী", + "Group Filter" : "গোষ্ঠী ছাঁকনী", + "Save" : "সংরক্ষণ", + "Test Configuration" : "পরীক্ষামূলক কনফিগারেসন", + "Help" : "সহায়িকা", + "Groups meeting these criteria are available in %s:" : "প্রদত্ত বৈশিষ্ট্য অনুযায়ী %s এ প্রাপ্তব্য গ্রুপসমূহ:", + "only those object classes:" : "শুধুমাত্র সেইসব অবজেক্ট ক্লাস:", + "only from those groups:" : "শুধুমাত্র বর্ণিত গ্রুপসমূহ হতে:", + "Edit raw filter instead" : "অসম্পূর্ণ ফিল্টার সম্পাদনা করুন", + "Raw LDAP filter" : "অসম্পূর্ণ LDAP ফিল্টার", + "The filter specifies which LDAP groups shall have access to the %s instance." : "ফিল্টারটি %s সার্ভারে কোন কোন LDAP গ্রুপ প্রবেশাধিকার পাবে তা নির্ধারণ করে।", + "groups found" : "গ্রুপ পাওয়া গেছে", + "Users login with this attribute:" : "এই বৈশিষ্ট্য নিয়ে ব্যবহারকারী প্রবেশ করতে পারেন:", + "LDAP Username:" : "LDAP ব্যাবহারকারী নাম:", + "LDAP Email Address:" : "LDAP ই-মেইল ঠিকানা:", + "Other Attributes:" : "অন্যান্য বৈশিষ্ট্য:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "প্রবেশ প্রচেষ্টা নিলে প্রযোজ্য ফিল্টার নির্ধারণ করে। প্রবেশকালে %%uid ব্যাবহারকারীর নামকে প্রতিস্থাপন করে। ঊদাহরণ: \"uid=%%uid\"", + "1. Server" : "1. সার্ভার", + "%s. Server:" : "%s. সার্ভার:", + "Add Server Configuration" : "সার্ভার কনফিগারেসন যোগ কর", + "Delete Configuration" : "কনফিগারেসন মুছে ফেল", + "Host" : "হোস্ট", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL আবশ্যক না হলে আপনি এই প্রটোকলটি মুছে ফেলতে পারেন । এরপর শুরু করুন এটা দিয়ে ldaps://", + "Port" : "পোর্ট", + "User DN" : "ব্যবহারকারি 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." : "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. পরিচয় গোপন রেখে অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।", + "Password" : "কূটশব্দ", + "For anonymous access, leave DN and Password empty." : "অজ্ঞাতকুলশীল অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।", + "One Base DN per line" : "লাইনপ্রতি একটি Base DN", + "You can specify Base DN for users and groups in the Advanced tab" : "সুচারু ট্যঅবে গিয়ে আপনি ব্যবহারকারি এবং গোষ্ঠীসমূহের জন্য ভিত্তি DN নির্ধারণ করতে পারেন।", + "Limit %s access to users meeting these criteria:" : "%s এ প্রবেশাধিকার এই শর্তধারী ব্যবহারকারীর মাঝে সীমিত রাখ:", + "The filter specifies which LDAP users shall have access to the %s instance." : "এই ফিল্টারটি কোন কোন LDAP ব্যবহারকারী %s সার্ভারে প্রবেশ করবেন তা বাছাই করে।", + "users found" : "ব্যাবহারকারী পাওয়া গেছে", + "Back" : "পেছনে যাও", + "Continue" : "চালিয়ে যাও", + "Expert" : "দক্ষ", + "Advanced" : "সুচারু", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warning: Apps user_ldap and user_webdavauth কম্প্যাটিবল নয়। আপনি অবান্ছিত জটিলতার মুখোমুখি হতে পারেন। সিস্টেম প্রশাসককে যেকোন একটি অকার্যকর করে দিতে বলুন।", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: PHP LDAP মডিউল ইনস্টল করা নেই, ব্যাকএন্ড কাজ করবেনা। সিস্টেম প্রশাসককে এটি ইনস্টল করতে বলুন।", + "Connection Settings" : "সংযোগ নিয়ামকসমূহ", + "Configuration Active" : "কনফিগারেসন সক্রিয়", + "When unchecked, this configuration will be skipped." : "চেকমার্ক তুলে দিলে কনফিগারেসন এড়িয়ে যাবে।", + "Backup (Replica) Host" : "ব্যাকআপ (নকল) হোস্ট", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "একটি ঐচ্ছিক ব্যাকআপ হোস্ট দিন। এটি মূল LDAP/AD সার্ভারের নকল হবে।", + "Backup (Replica) Port" : "ব্যাকআপ (নকল) পোর্ট", + "Disable Main Server" : "মূল সার্ভারকে অকার্যকর কর", + "Only connect to the replica server." : "শুধুমাত্র নকল সার্ভারে সংযোগ দাও।", + "Case insensitive LDAP server (Windows)" : "বর্ণ অসংবেদী LDAP সার্ভার (উইন্ডোজ)", + "Turn off SSL certificate validation." : "SSL সনদপত্র যাচাইকরণ বন্ধ রাক।", + "Cache Time-To-Live" : "ক্যাশে টাইম-টু-লিভ", + "in seconds. A change empties the cache." : "সেকেন্ডে। কোন পরিবর্তন ক্যাসে খালি করবে।", + "Directory Settings" : "ডিরেক্টরি নিয়ামকসমূহ", + "User Display Name Field" : "ব্যবহারকারীর প্রদর্শিতব্য নামের ক্ষেত্র", + "The LDAP attribute to use to generate the user's display name." : "ব্যবহারকারীর প্রদর্শনীয় নাম তৈরি করার জন্য ব্যবহৃত LDAP বৈশিষ্ট্য।", + "Base User Tree" : "ভিত্তি ব্যবহারকারি বৃক্ষাকারে", + "Group Display Name Field" : "গোষ্ঠীর প্রদর্শিতব্য নামের ক্ষেত্র", + "Base Group Tree" : "ভিত্তি গোষ্ঠী বৃক্ষাকারে", + "Group Search Attributes" : "গ্রুপ খোঁজার বৈশিষ্ট্য", + "Group-Member association" : "গোষ্ঠী-সদস্য সংস্থাপন", + "Nested Groups" : "একতাবদ্ধ গোষ্ঠিসমূহ", + "Special Attributes" : "বিশেষ বৈশিষ্ট্যসমূহ", + "Quota Field" : "কোটা", + "Quota Default" : "পূর্বনির্ধারিত কোটা", + "in bytes" : "বাইটে", + "Email Field" : "ইমেইল ক্ষেত্র", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "ব্যবহারকারী নামের জন্য ফাঁকা রাখুন (পূর্বনির্ধারিত)। অন্যথায়, LDAP/AD বৈশিষ্ট্য নির্ধারণ করুন।" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/bn_BD.php b/apps/user_ldap/l10n/bn_BD.php deleted file mode 100644 index 9c7d923373..0000000000 --- a/apps/user_ldap/l10n/bn_BD.php +++ /dev/null @@ -1,106 +0,0 @@ - "মানচিত্রায়ন মুছতে ব্যার্থ হলো।", -"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." => "কনফিগারেশনটি বৈধ তবে Bind ব্যার্থ। দয়া করে সার্ভার নিয়ামকসমূহ এবং ব্যবহারকারী পরীক্ষা করুন।", -"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" => "মানচিত্রায়ন মোছা হলো", -"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" => "গ্রুপ নির্ধারণ", -"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_" => array("%s গ্রুপ পাওয়া গেছে","%s গ্রুপ পাওয়া গেছে"), -"_%s user found_::_%s users found_" => array("%s ব্যাবহারকারী পাওয়া গেছে","%s ব্যাবহারকারী পাওয়া গেছে"), -"Could not find the desired feature" => "চাহিদামাফিক ফিচারটি পাওয়া গেলনা", -"Invalid Host" => "অবৈধ হোস্ট", -"Server" => "সার্ভার", -"User Filter" => "ব্যবহারকারী তালিকা ছাঁকনী", -"Login Filter" => "প্রবেশ ছাঁকনী", -"Group Filter" => "গোষ্ঠী ছাঁকনী", -"Save" => "সংরক্ষণ", -"Test Configuration" => "পরীক্ষামূলক কনফিগারেসন", -"Help" => "সহায়িকা", -"Groups meeting these criteria are available in %s:" => "প্রদত্ত বৈশিষ্ট্য অনুযায়ী %s এ প্রাপ্তব্য গ্রুপসমূহ:", -"only those object classes:" => "শুধুমাত্র সেইসব অবজেক্ট ক্লাস:", -"only from those groups:" => "শুধুমাত্র বর্ণিত গ্রুপসমূহ হতে:", -"Edit raw filter instead" => "অসম্পূর্ণ ফিল্টার সম্পাদনা করুন", -"Raw LDAP filter" => "অসম্পূর্ণ LDAP ফিল্টার", -"The filter specifies which LDAP groups shall have access to the %s instance." => "ফিল্টারটি %s সার্ভারে কোন কোন LDAP গ্রুপ প্রবেশাধিকার পাবে তা নির্ধারণ করে।", -"groups found" => "গ্রুপ পাওয়া গেছে", -"Users login with this attribute:" => "এই বৈশিষ্ট্য নিয়ে ব্যবহারকারী প্রবেশ করতে পারেন:", -"LDAP Username:" => "LDAP ব্যাবহারকারী নাম:", -"LDAP Email Address:" => "LDAP ই-মেইল ঠিকানা:", -"Other Attributes:" => "অন্যান্য বৈশিষ্ট্য:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "প্রবেশ প্রচেষ্টা নিলে প্রযোজ্য ফিল্টার নির্ধারণ করে। প্রবেশকালে %%uid ব্যাবহারকারীর নামকে প্রতিস্থাপন করে। ঊদাহরণ: \"uid=%%uid\"", -"1. Server" => "1. সার্ভার", -"%s. Server:" => "%s. সার্ভার:", -"Add Server Configuration" => "সার্ভার কনফিগারেসন যোগ কর", -"Delete Configuration" => "কনফিগারেসন মুছে ফেল", -"Host" => "হোস্ট", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL আবশ্যক না হলে আপনি এই প্রটোকলটি মুছে ফেলতে পারেন । এরপর শুরু করুন এটা দিয়ে ldaps://", -"Port" => "পোর্ট", -"User DN" => "ব্যবহারকারি 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." => "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. পরিচয় গোপন রেখে অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।", -"Password" => "কূটশব্দ", -"For anonymous access, leave DN and Password empty." => "অজ্ঞাতকুলশীল অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।", -"One Base DN per line" => "লাইনপ্রতি একটি Base DN", -"You can specify Base DN for users and groups in the Advanced tab" => "সুচারু ট্যঅবে গিয়ে আপনি ব্যবহারকারি এবং গোষ্ঠীসমূহের জন্য ভিত্তি DN নির্ধারণ করতে পারেন।", -"Limit %s access to users meeting these criteria:" => "%s এ প্রবেশাধিকার এই শর্তধারী ব্যবহারকারীর মাঝে সীমিত রাখ:", -"The filter specifies which LDAP users shall have access to the %s instance." => "এই ফিল্টারটি কোন কোন LDAP ব্যবহারকারী %s সার্ভারে প্রবেশ করবেন তা বাছাই করে।", -"users found" => "ব্যাবহারকারী পাওয়া গেছে", -"Back" => "পেছনে যাও", -"Continue" => "চালিয়ে যাও", -"Expert" => "দক্ষ", -"Advanced" => "সুচারু", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Warning: Apps user_ldap and user_webdavauth কম্প্যাটিবল নয়। আপনি অবান্ছিত জটিলতার মুখোমুখি হতে পারেন। সিস্টেম প্রশাসককে যেকোন একটি অকার্যকর করে দিতে বলুন।", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Warning: PHP LDAP মডিউল ইনস্টল করা নেই, ব্যাকএন্ড কাজ করবেনা। সিস্টেম প্রশাসককে এটি ইনস্টল করতে বলুন।", -"Connection Settings" => "সংযোগ নিয়ামকসমূহ", -"Configuration Active" => "কনফিগারেসন সক্রিয়", -"When unchecked, this configuration will be skipped." => "চেকমার্ক তুলে দিলে কনফিগারেসন এড়িয়ে যাবে।", -"Backup (Replica) Host" => "ব্যাকআপ (নকল) হোস্ট", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "একটি ঐচ্ছিক ব্যাকআপ হোস্ট দিন। এটি মূল LDAP/AD সার্ভারের নকল হবে।", -"Backup (Replica) Port" => "ব্যাকআপ (নকল) পোর্ট", -"Disable Main Server" => "মূল সার্ভারকে অকার্যকর কর", -"Only connect to the replica server." => "শুধুমাত্র নকল সার্ভারে সংযোগ দাও।", -"Case insensitive LDAP server (Windows)" => "বর্ণ অসংবেদী LDAP সার্ভার (উইন্ডোজ)", -"Turn off SSL certificate validation." => "SSL সনদপত্র যাচাইকরণ বন্ধ রাক।", -"Cache Time-To-Live" => "ক্যাশে টাইম-টু-লিভ", -"in seconds. A change empties the cache." => "সেকেন্ডে। কোন পরিবর্তন ক্যাসে খালি করবে।", -"Directory Settings" => "ডিরেক্টরি নিয়ামকসমূহ", -"User Display Name Field" => "ব্যবহারকারীর প্রদর্শিতব্য নামের ক্ষেত্র", -"The LDAP attribute to use to generate the user's display name." => "ব্যবহারকারীর প্রদর্শনীয় নাম তৈরি করার জন্য ব্যবহৃত LDAP বৈশিষ্ট্য।", -"Base User Tree" => "ভিত্তি ব্যবহারকারি বৃক্ষাকারে", -"Group Display Name Field" => "গোষ্ঠীর প্রদর্শিতব্য নামের ক্ষেত্র", -"Base Group Tree" => "ভিত্তি গোষ্ঠী বৃক্ষাকারে", -"Group Search Attributes" => "গ্রুপ খোঁজার বৈশিষ্ট্য", -"Group-Member association" => "গোষ্ঠী-সদস্য সংস্থাপন", -"Nested Groups" => "একতাবদ্ধ গোষ্ঠিসমূহ", -"Special Attributes" => "বিশেষ বৈশিষ্ট্যসমূহ", -"Quota Field" => "কোটা", -"Quota Default" => "পূর্বনির্ধারিত কোটা", -"in bytes" => "বাইটে", -"Email Field" => "ইমেইল ক্ষেত্র", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "ব্যবহারকারী নামের জন্য ফাঁকা রাখুন (পূর্বনির্ধারিত)। অন্যথায়, LDAP/AD বৈশিষ্ট্য নির্ধারণ করুন।" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/bn_IN.js b/apps/user_ldap/l10n/bn_IN.js new file mode 100644 index 0000000000..526a2e1015 --- /dev/null +++ b/apps/user_ldap/l10n/bn_IN.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "user_ldap", + { + "Error" : "ভুল", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "সেভ", + "Host" : "হোস্ট" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/bn_IN.json b/apps/user_ldap/l10n/bn_IN.json new file mode 100644 index 0000000000..f8bc485fa1 --- /dev/null +++ b/apps/user_ldap/l10n/bn_IN.json @@ -0,0 +1,8 @@ +{ "translations": { + "Error" : "ভুল", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "সেভ", + "Host" : "হোস্ট" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/bn_IN.php b/apps/user_ldap/l10n/bn_IN.php deleted file mode 100644 index 2898597664..0000000000 --- a/apps/user_ldap/l10n/bn_IN.php +++ /dev/null @@ -1,9 +0,0 @@ - "ভুল", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "সেভ", -"Host" => "হোস্ট" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/bs.js b/apps/user_ldap/l10n/bs.js new file mode 100644 index 0000000000..feccd31487 --- /dev/null +++ b/apps/user_ldap/l10n/bs.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Save" : "Spasi" +}, +"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/apps/user_ldap/l10n/bs.json b/apps/user_ldap/l10n/bs.json new file mode 100644 index 0000000000..42f5ec1bff --- /dev/null +++ b/apps/user_ldap/l10n/bs.json @@ -0,0 +1,6 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Save" : "Spasi" +},"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/apps/user_ldap/l10n/bs.php b/apps/user_ldap/l10n/bs.php deleted file mode 100644 index 7a64be44e0..0000000000 --- a/apps/user_ldap/l10n/bs.php +++ /dev/null @@ -1,7 +0,0 @@ - array("","",""), -"_%s user found_::_%s users found_" => array("","",""), -"Save" => "Spasi" -); -$PLURAL_FORMS = "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/apps/user_ldap/l10n/ca.js b/apps/user_ldap/l10n/ca.js new file mode 100644 index 0000000000..8250261e9d --- /dev/null +++ b/apps/user_ldap/l10n/ca.js @@ -0,0 +1,128 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Ha fallat en eliminar els mapatges", + "Failed to delete the server configuration" : "Ha fallat en eliminar la configuració del servidor", + "The configuration is valid and the connection could be established!" : "La configuració és vàlida i s'ha pogut establir la comunicació!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuració és vàlida, però ha fallat el Bind. Comproveu les credencials i l'arranjament del servidor.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuració no és vàlida. Per més detalls mireu al registre del sistema.", + "No action specified" : "No heu especificat cap acció", + "No configuration specified" : "No heu especificat cap configuració", + "No data specified" : "No heu especificat cap dada", + " Could not set configuration %s" : "No s'ha pogut establir la configuració %s", + "Deletion failed" : "Eliminació fallida", + "Take over settings from recent server configuration?" : "Voleu prendre l'arranjament de la configuració actual del servidor?", + "Keep settings?" : "Voleu mantenir la configuració?", + "{nthServer}. Server" : "{nthServer}. Servidor", + "Cannot add server configuration" : "No es pot afegir la configuració del servidor", + "mappings cleared" : "s'han eliminat els mapatges", + "Success" : "Èxit", + "Error" : "Error", + "Please specify a Base DN" : "Especifiqueu una base DN", + "Could not determine Base DN" : "No s'ha pogut determinar la base DN", + "Please specify the port" : "Especifiqueu el port", + "Configuration OK" : "Configuració correcte", + "Configuration incorrect" : "Configuració incorrecte", + "Configuration incomplete" : "Configuració incompleta", + "Select groups" : "Selecciona els grups", + "Select object classes" : "Seleccioneu les classes dels objectes", + "Select attributes" : "Seleccioneu els atributs", + "Connection test succeeded" : "La prova de connexió ha reeixit", + "Connection test failed" : "La prova de connexió ha fallat", + "Do you really want to delete the current Server Configuration?" : "Voleu eliminar la configuració actual del servidor?", + "Confirm Deletion" : "Confirma l'eliminació", + "_%s group found_::_%s groups found_" : ["S'ha trobat %s grup","S'han trobat %s grups"], + "_%s user found_::_%s users found_" : ["S'ha trobat %s usuari","S'han trobat %s usuaris"], + "Could not find the desired feature" : "La característica desitjada no s'ha trobat", + "Invalid Host" : "Ordinador central no vàlid", + "Server" : "Servidor", + "User Filter" : "Filtre d'usuari", + "Login Filter" : "Filtre d'acreditació", + "Group Filter" : "Filtre de grup", + "Save" : "Desa", + "Test Configuration" : "Comprovació de la configuració", + "Help" : "Ajuda", + "Groups meeting these criteria are available in %s:" : "Els grups que compleixen aquests criteris estan disponibles a %s:", + "only those object classes:" : "només aquestes classes d'objecte:", + "only from those groups:" : "només d'aquests grups", + "Edit raw filter instead" : "Edita filtre raw", + "Raw LDAP filter" : "Filtre raw LDAP", + "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtre especifica quins grups LDAP haurien de tenir accés a la instància %s.", + "groups found" : "grups trobats", + "Users login with this attribute:" : "Usuaris acreditats amb aquest atribut:", + "LDAP Username:" : "Nom d'usuari LDAP:", + "LDAP Email Address:" : "Adreça de correu electrònic LDAP:", + "Other Attributes:" : "Altres atributs:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Defineix el filtre a aplicar quan s'intenta iniciar la sessió. %%uid reemplaça el nom d'usuari en l'acció d'inici de sessió. Per exemple: \"uid=%%uid\"", + "1. Server" : "1. Servidor", + "%s. Server:" : "%s. Servidor:", + "Add Server Configuration" : "Afegeix la configuració del servidor", + "Delete Configuration" : "Esborra la configuració", + "Host" : "Equip remot", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Podeu ometre el protocol, excepte si requeriu SSL. Llavors comenceu amb ldaps://", + "Port" : "Port", + "User DN" : "DN Usuari", + "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." : "La DN de l'usuari client amb la que s'haurà de fer, per exemple uid=agent,dc=exemple,dc=com. Per un accés anònim, deixeu la DN i la contrasenya en blanc.", + "Password" : "Contrasenya", + "For anonymous access, leave DN and Password empty." : "Per un accés anònim, deixeu la DN i la contrasenya en blanc.", + "One Base DN per line" : "Una DN Base per línia", + "You can specify Base DN for users and groups in the Advanced tab" : "Podeu especificar DN Base per usuaris i grups a la pestanya Avançat", + "Limit %s access to users meeting these criteria:" : "Limita l'accés a %s usuaris que compleixin amb aquest criteri:", + "The filter specifies which LDAP users shall have access to the %s instance." : "El filtre especifica quins usuaris LDAP haurien de tenir accés a la instància %s", + "users found" : "usuaris trobats", + "Back" : "Enrera", + "Continue" : "Continua", + "Expert" : "Expert", + "Advanced" : "Avançat", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avís: Les aplicacions user_ldap i user_webdavauth són incompatibles. Podeu experimentar comportaments inesperats. Demaneu a l'administrador del sistema que en desactivi una.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avís: El mòdul PHP LDAP no està instal·lat, el dorsal no funcionarà. Demaneu a l'administrador del sistema que l'instal·li.", + "Connection Settings" : "Arranjaments de connexió", + "Configuration Active" : "Configuració activa", + "When unchecked, this configuration will be skipped." : "Si està desmarcat, aquesta configuració s'ometrà.", + "Backup (Replica) Host" : "Màquina de còpia de serguretat (rèplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Afegiu una màquina de còpia de seguretat opcional. Ha de ser una rèplica del servidor LDAP/AD principal.", + "Backup (Replica) Port" : "Port de la còpia de seguretat (rèplica)", + "Disable Main Server" : "Desactiva el servidor principal", + "Only connect to the replica server." : "Connecta només al servidor rèplica.", + "Case insensitive LDAP server (Windows)" : "Servidor LDAP sense distinció entre majúscules i minúscules (Windows)", + "Turn off SSL certificate validation." : "Desactiva la validació de certificat SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No es recomana, useu-ho només com a prova! Importeu el certificat SSL del servidor LDAP al servidor %s només si la connexió funciona amb aquesta opció.", + "Cache Time-To-Live" : "Memòria cau Time-To-Live", + "in seconds. A change empties the cache." : "en segons. Un canvi buidarà la memòria cau.", + "Directory Settings" : "Arranjaments de carpetes", + "User Display Name Field" : "Camp per mostrar el nom d'usuari", + "The LDAP attribute to use to generate the user's display name." : "Atribut LDAP a usar per generar el nom a mostrar de l'usuari.", + "Base User Tree" : "Arbre base d'usuaris", + "One User Base DN per line" : "Una DN Base d'Usuari per línia", + "User Search Attributes" : "Atributs de cerca d'usuari", + "Optional; one attribute per line" : "Opcional; Un atribut per línia", + "Group Display Name Field" : "Camp per mostrar el nom del grup", + "The LDAP attribute to use to generate the groups's display name." : "Atribut LDAP a usar per generar el nom a mostrar del grup.", + "Base Group Tree" : "Arbre base de grups", + "One Group Base DN per line" : "Una DN Base de Grup per línia", + "Group Search Attributes" : "Atributs de cerca de grup", + "Group-Member association" : "Associació membres-grup", + "Nested Groups" : "Grups imbricats", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quan està activat, els grups que contenen grups estan permesos. (Només funciona si l'atribut del grup membre conté DNs.)", + "Paging chunksize" : "Mida de la pàgina", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Mida usada per cerques LDAP paginades que podrien retornar respostes de volcat com enumeració d'usuari o grup. (Establint-ho a 0 desactiva les cerques LDAP paginades en aquestes situacions.)", + "Special Attributes" : "Atributs especials", + "Quota Field" : "Camp de quota", + "Quota Default" : "Quota per defecte", + "in bytes" : "en bytes", + "Email Field" : "Camp de correu electrònic", + "User Home Folder Naming Rule" : "Norma per anomenar la carpeta arrel d'usuari", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixeu-ho buit pel nom d'usuari (per defecte). Altrament, especifiqueu un atribut LDAP/AD.", + "Internal Username" : "Nom d'usuari intern", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Per defecte el nom d'usuari intern es crearà a partir de l'atribut UUID. Això assegura que el nom d'usuari és únic i que els caràcters no s'han de convertir. El nom d'usuari intern té la restricció que només estan permesos els caràcters: [ a-zA-Z0-9_.@- ]. Els altres caràcters es substitueixen pel seu corresponent ASCII o simplement s'ometen. En cas de col·lisió s'incrementa/decrementa en un. El nom d'usuari intern s'utilitza per identificar un usuari internament. També és el nom per defecte de la carpeta home d'usuari. És també un port de URLs remotes, per exemple tots els serveis *DAV. Amb aquest arranjament es pot variar el comportament per defecte. Per obtenir un comportament similar al d'abans de ownCloud 5, escriviu el nom d'usuari a mostrar en el camp següent. Deixei-lo en blanc si preferiu el comportament per defecte. Els canvis tindran efecte només en els nous usuaris LDAP mapats (afegits).", + "Internal Username Attribute:" : "Atribut nom d'usuari intern:", + "Override UUID detection" : "Sobrescriu la detecció UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Per defecte, owncloud autodetecta l'atribut UUID. L'atribut UUID s'utilitza per identificar usuaris i grups de forma indubtable. També el nom d'usuari intern es crearà en base a la UUIS, si no heu especificat res diferent a dalt. Podeu sobreescriure l'arranjament i passar l'atribut que desitgeu. Heu d'assegurar-vos que l'atribut que escolliu pot ser recollit tant pels usuaris com pels grups i que és únic. Deixeu-ho en blanc si preferiu el comportament per defecte. els canvis s'aplicaran als usuaris i grups LDAP mapats de nou (afegits).", + "UUID Attribute for Users:" : "Atribut UUID per Usuaris:", + "UUID Attribute for Groups:" : "Atribut UUID per Grups:", + "Username-LDAP User Mapping" : "Mapatge d'usuari Nom d'usuari-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." : "Els noms d'usuari s'usen per desar i assignar (meta)dades. Per tal d'identificar amb precisió i reconèixer els usuaris, cada usuari LDAP tindrà un nom d'usuari intern. Això requereix mapatge del nom d'usuari a l'usuari LDAP. El nom d'usuari creat es mapa a la UUID de l'usuari LDAP. A més, la DN es posa a la memòria cau per reduir la interacció LDAP, però no s'usa per identificació. En cas que la DN canvïi, els canvis es trobaran. El nom d'usuari intern s'usa a tot arreu. Si esborreu els mapatges quedaran sobrants a tot arreu. Esborrar els mapatges no és sensible a la configuració, afecta a totes les configuracions LDAP! No esborreu mai els mapatges en un entorn de producció, només en un estadi de prova o experimental.", + "Clear Username-LDAP User Mapping" : "Elimina el mapatge d'usuari Nom d'usuari-LDAP", + "Clear Groupname-LDAP Group Mapping" : "Elimina el mapatge de grup Nom de grup-LDAP" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/ca.json b/apps/user_ldap/l10n/ca.json new file mode 100644 index 0000000000..ebf387726e --- /dev/null +++ b/apps/user_ldap/l10n/ca.json @@ -0,0 +1,126 @@ +{ "translations": { + "Failed to clear the mappings." : "Ha fallat en eliminar els mapatges", + "Failed to delete the server configuration" : "Ha fallat en eliminar la configuració del servidor", + "The configuration is valid and the connection could be established!" : "La configuració és vàlida i s'ha pogut establir la comunicació!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuració és vàlida, però ha fallat el Bind. Comproveu les credencials i l'arranjament del servidor.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuració no és vàlida. Per més detalls mireu al registre del sistema.", + "No action specified" : "No heu especificat cap acció", + "No configuration specified" : "No heu especificat cap configuració", + "No data specified" : "No heu especificat cap dada", + " Could not set configuration %s" : "No s'ha pogut establir la configuració %s", + "Deletion failed" : "Eliminació fallida", + "Take over settings from recent server configuration?" : "Voleu prendre l'arranjament de la configuració actual del servidor?", + "Keep settings?" : "Voleu mantenir la configuració?", + "{nthServer}. Server" : "{nthServer}. Servidor", + "Cannot add server configuration" : "No es pot afegir la configuració del servidor", + "mappings cleared" : "s'han eliminat els mapatges", + "Success" : "Èxit", + "Error" : "Error", + "Please specify a Base DN" : "Especifiqueu una base DN", + "Could not determine Base DN" : "No s'ha pogut determinar la base DN", + "Please specify the port" : "Especifiqueu el port", + "Configuration OK" : "Configuració correcte", + "Configuration incorrect" : "Configuració incorrecte", + "Configuration incomplete" : "Configuració incompleta", + "Select groups" : "Selecciona els grups", + "Select object classes" : "Seleccioneu les classes dels objectes", + "Select attributes" : "Seleccioneu els atributs", + "Connection test succeeded" : "La prova de connexió ha reeixit", + "Connection test failed" : "La prova de connexió ha fallat", + "Do you really want to delete the current Server Configuration?" : "Voleu eliminar la configuració actual del servidor?", + "Confirm Deletion" : "Confirma l'eliminació", + "_%s group found_::_%s groups found_" : ["S'ha trobat %s grup","S'han trobat %s grups"], + "_%s user found_::_%s users found_" : ["S'ha trobat %s usuari","S'han trobat %s usuaris"], + "Could not find the desired feature" : "La característica desitjada no s'ha trobat", + "Invalid Host" : "Ordinador central no vàlid", + "Server" : "Servidor", + "User Filter" : "Filtre d'usuari", + "Login Filter" : "Filtre d'acreditació", + "Group Filter" : "Filtre de grup", + "Save" : "Desa", + "Test Configuration" : "Comprovació de la configuració", + "Help" : "Ajuda", + "Groups meeting these criteria are available in %s:" : "Els grups que compleixen aquests criteris estan disponibles a %s:", + "only those object classes:" : "només aquestes classes d'objecte:", + "only from those groups:" : "només d'aquests grups", + "Edit raw filter instead" : "Edita filtre raw", + "Raw LDAP filter" : "Filtre raw LDAP", + "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtre especifica quins grups LDAP haurien de tenir accés a la instància %s.", + "groups found" : "grups trobats", + "Users login with this attribute:" : "Usuaris acreditats amb aquest atribut:", + "LDAP Username:" : "Nom d'usuari LDAP:", + "LDAP Email Address:" : "Adreça de correu electrònic LDAP:", + "Other Attributes:" : "Altres atributs:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Defineix el filtre a aplicar quan s'intenta iniciar la sessió. %%uid reemplaça el nom d'usuari en l'acció d'inici de sessió. Per exemple: \"uid=%%uid\"", + "1. Server" : "1. Servidor", + "%s. Server:" : "%s. Servidor:", + "Add Server Configuration" : "Afegeix la configuració del servidor", + "Delete Configuration" : "Esborra la configuració", + "Host" : "Equip remot", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Podeu ometre el protocol, excepte si requeriu SSL. Llavors comenceu amb ldaps://", + "Port" : "Port", + "User DN" : "DN Usuari", + "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." : "La DN de l'usuari client amb la que s'haurà de fer, per exemple uid=agent,dc=exemple,dc=com. Per un accés anònim, deixeu la DN i la contrasenya en blanc.", + "Password" : "Contrasenya", + "For anonymous access, leave DN and Password empty." : "Per un accés anònim, deixeu la DN i la contrasenya en blanc.", + "One Base DN per line" : "Una DN Base per línia", + "You can specify Base DN for users and groups in the Advanced tab" : "Podeu especificar DN Base per usuaris i grups a la pestanya Avançat", + "Limit %s access to users meeting these criteria:" : "Limita l'accés a %s usuaris que compleixin amb aquest criteri:", + "The filter specifies which LDAP users shall have access to the %s instance." : "El filtre especifica quins usuaris LDAP haurien de tenir accés a la instància %s", + "users found" : "usuaris trobats", + "Back" : "Enrera", + "Continue" : "Continua", + "Expert" : "Expert", + "Advanced" : "Avançat", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avís: Les aplicacions user_ldap i user_webdavauth són incompatibles. Podeu experimentar comportaments inesperats. Demaneu a l'administrador del sistema que en desactivi una.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avís: El mòdul PHP LDAP no està instal·lat, el dorsal no funcionarà. Demaneu a l'administrador del sistema que l'instal·li.", + "Connection Settings" : "Arranjaments de connexió", + "Configuration Active" : "Configuració activa", + "When unchecked, this configuration will be skipped." : "Si està desmarcat, aquesta configuració s'ometrà.", + "Backup (Replica) Host" : "Màquina de còpia de serguretat (rèplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Afegiu una màquina de còpia de seguretat opcional. Ha de ser una rèplica del servidor LDAP/AD principal.", + "Backup (Replica) Port" : "Port de la còpia de seguretat (rèplica)", + "Disable Main Server" : "Desactiva el servidor principal", + "Only connect to the replica server." : "Connecta només al servidor rèplica.", + "Case insensitive LDAP server (Windows)" : "Servidor LDAP sense distinció entre majúscules i minúscules (Windows)", + "Turn off SSL certificate validation." : "Desactiva la validació de certificat SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No es recomana, useu-ho només com a prova! Importeu el certificat SSL del servidor LDAP al servidor %s només si la connexió funciona amb aquesta opció.", + "Cache Time-To-Live" : "Memòria cau Time-To-Live", + "in seconds. A change empties the cache." : "en segons. Un canvi buidarà la memòria cau.", + "Directory Settings" : "Arranjaments de carpetes", + "User Display Name Field" : "Camp per mostrar el nom d'usuari", + "The LDAP attribute to use to generate the user's display name." : "Atribut LDAP a usar per generar el nom a mostrar de l'usuari.", + "Base User Tree" : "Arbre base d'usuaris", + "One User Base DN per line" : "Una DN Base d'Usuari per línia", + "User Search Attributes" : "Atributs de cerca d'usuari", + "Optional; one attribute per line" : "Opcional; Un atribut per línia", + "Group Display Name Field" : "Camp per mostrar el nom del grup", + "The LDAP attribute to use to generate the groups's display name." : "Atribut LDAP a usar per generar el nom a mostrar del grup.", + "Base Group Tree" : "Arbre base de grups", + "One Group Base DN per line" : "Una DN Base de Grup per línia", + "Group Search Attributes" : "Atributs de cerca de grup", + "Group-Member association" : "Associació membres-grup", + "Nested Groups" : "Grups imbricats", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quan està activat, els grups que contenen grups estan permesos. (Només funciona si l'atribut del grup membre conté DNs.)", + "Paging chunksize" : "Mida de la pàgina", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Mida usada per cerques LDAP paginades que podrien retornar respostes de volcat com enumeració d'usuari o grup. (Establint-ho a 0 desactiva les cerques LDAP paginades en aquestes situacions.)", + "Special Attributes" : "Atributs especials", + "Quota Field" : "Camp de quota", + "Quota Default" : "Quota per defecte", + "in bytes" : "en bytes", + "Email Field" : "Camp de correu electrònic", + "User Home Folder Naming Rule" : "Norma per anomenar la carpeta arrel d'usuari", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixeu-ho buit pel nom d'usuari (per defecte). Altrament, especifiqueu un atribut LDAP/AD.", + "Internal Username" : "Nom d'usuari intern", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Per defecte el nom d'usuari intern es crearà a partir de l'atribut UUID. Això assegura que el nom d'usuari és únic i que els caràcters no s'han de convertir. El nom d'usuari intern té la restricció que només estan permesos els caràcters: [ a-zA-Z0-9_.@- ]. Els altres caràcters es substitueixen pel seu corresponent ASCII o simplement s'ometen. En cas de col·lisió s'incrementa/decrementa en un. El nom d'usuari intern s'utilitza per identificar un usuari internament. També és el nom per defecte de la carpeta home d'usuari. És també un port de URLs remotes, per exemple tots els serveis *DAV. Amb aquest arranjament es pot variar el comportament per defecte. Per obtenir un comportament similar al d'abans de ownCloud 5, escriviu el nom d'usuari a mostrar en el camp següent. Deixei-lo en blanc si preferiu el comportament per defecte. Els canvis tindran efecte només en els nous usuaris LDAP mapats (afegits).", + "Internal Username Attribute:" : "Atribut nom d'usuari intern:", + "Override UUID detection" : "Sobrescriu la detecció UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Per defecte, owncloud autodetecta l'atribut UUID. L'atribut UUID s'utilitza per identificar usuaris i grups de forma indubtable. També el nom d'usuari intern es crearà en base a la UUIS, si no heu especificat res diferent a dalt. Podeu sobreescriure l'arranjament i passar l'atribut que desitgeu. Heu d'assegurar-vos que l'atribut que escolliu pot ser recollit tant pels usuaris com pels grups i que és únic. Deixeu-ho en blanc si preferiu el comportament per defecte. els canvis s'aplicaran als usuaris i grups LDAP mapats de nou (afegits).", + "UUID Attribute for Users:" : "Atribut UUID per Usuaris:", + "UUID Attribute for Groups:" : "Atribut UUID per Grups:", + "Username-LDAP User Mapping" : "Mapatge d'usuari Nom d'usuari-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." : "Els noms d'usuari s'usen per desar i assignar (meta)dades. Per tal d'identificar amb precisió i reconèixer els usuaris, cada usuari LDAP tindrà un nom d'usuari intern. Això requereix mapatge del nom d'usuari a l'usuari LDAP. El nom d'usuari creat es mapa a la UUID de l'usuari LDAP. A més, la DN es posa a la memòria cau per reduir la interacció LDAP, però no s'usa per identificació. En cas que la DN canvïi, els canvis es trobaran. El nom d'usuari intern s'usa a tot arreu. Si esborreu els mapatges quedaran sobrants a tot arreu. Esborrar els mapatges no és sensible a la configuració, afecta a totes les configuracions LDAP! No esborreu mai els mapatges en un entorn de producció, només en un estadi de prova o experimental.", + "Clear Username-LDAP User Mapping" : "Elimina el mapatge d'usuari Nom d'usuari-LDAP", + "Clear Groupname-LDAP Group Mapping" : "Elimina el mapatge de grup Nom de grup-LDAP" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ca.php b/apps/user_ldap/l10n/ca.php deleted file mode 100644 index 682dd97d8c..0000000000 --- a/apps/user_ldap/l10n/ca.php +++ /dev/null @@ -1,127 +0,0 @@ - "Ha fallat en eliminar els mapatges", -"Failed to delete the server configuration" => "Ha fallat en eliminar la configuració del servidor", -"The configuration is valid and the connection could be established!" => "La configuració és vàlida i s'ha pogut establir la comunicació!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "La configuració és vàlida, però ha fallat el Bind. Comproveu les credencials i l'arranjament del servidor.", -"The configuration is invalid. Please have a look at the logs for further details." => "La configuració no és vàlida. Per més detalls mireu al registre del sistema.", -"No action specified" => "No heu especificat cap acció", -"No configuration specified" => "No heu especificat cap configuració", -"No data specified" => "No heu especificat cap dada", -" Could not set configuration %s" => "No s'ha pogut establir la configuració %s", -"Deletion failed" => "Eliminació fallida", -"Take over settings from recent server configuration?" => "Voleu prendre l'arranjament de la configuració actual del servidor?", -"Keep settings?" => "Voleu mantenir la configuració?", -"{nthServer}. Server" => "{nthServer}. Servidor", -"Cannot add server configuration" => "No es pot afegir la configuració del servidor", -"mappings cleared" => "s'han eliminat els mapatges", -"Success" => "Èxit", -"Error" => "Error", -"Please specify a Base DN" => "Especifiqueu una base DN", -"Could not determine Base DN" => "No s'ha pogut determinar la base DN", -"Please specify the port" => "Especifiqueu el port", -"Configuration OK" => "Configuració correcte", -"Configuration incorrect" => "Configuració incorrecte", -"Configuration incomplete" => "Configuració incompleta", -"Select groups" => "Selecciona els grups", -"Select object classes" => "Seleccioneu les classes dels objectes", -"Select attributes" => "Seleccioneu els atributs", -"Connection test succeeded" => "La prova de connexió ha reeixit", -"Connection test failed" => "La prova de connexió ha fallat", -"Do you really want to delete the current Server Configuration?" => "Voleu eliminar la configuració actual del servidor?", -"Confirm Deletion" => "Confirma l'eliminació", -"_%s group found_::_%s groups found_" => array("S'ha trobat %s grup","S'han trobat %s grups"), -"_%s user found_::_%s users found_" => array("S'ha trobat %s usuari","S'han trobat %s usuaris"), -"Could not find the desired feature" => "La característica desitjada no s'ha trobat", -"Invalid Host" => "Ordinador central no vàlid", -"Server" => "Servidor", -"User Filter" => "Filtre d'usuari", -"Login Filter" => "Filtre d'acreditació", -"Group Filter" => "Filtre de grup", -"Save" => "Desa", -"Test Configuration" => "Comprovació de la configuració", -"Help" => "Ajuda", -"Groups meeting these criteria are available in %s:" => "Els grups que compleixen aquests criteris estan disponibles a %s:", -"only those object classes:" => "només aquestes classes d'objecte:", -"only from those groups:" => "només d'aquests grups", -"Edit raw filter instead" => "Edita filtre raw", -"Raw LDAP filter" => "Filtre raw LDAP", -"The filter specifies which LDAP groups shall have access to the %s instance." => "El filtre especifica quins grups LDAP haurien de tenir accés a la instància %s.", -"groups found" => "grups trobats", -"Users login with this attribute:" => "Usuaris acreditats amb aquest atribut:", -"LDAP Username:" => "Nom d'usuari LDAP:", -"LDAP Email Address:" => "Adreça de correu electrònic LDAP:", -"Other Attributes:" => "Altres atributs:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Defineix el filtre a aplicar quan s'intenta iniciar la sessió. %%uid reemplaça el nom d'usuari en l'acció d'inici de sessió. Per exemple: \"uid=%%uid\"", -"1. Server" => "1. Servidor", -"%s. Server:" => "%s. Servidor:", -"Add Server Configuration" => "Afegeix la configuració del servidor", -"Delete Configuration" => "Esborra la configuració", -"Host" => "Equip remot", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Podeu ometre el protocol, excepte si requeriu SSL. Llavors comenceu amb ldaps://", -"Port" => "Port", -"User DN" => "DN Usuari", -"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." => "La DN de l'usuari client amb la que s'haurà de fer, per exemple uid=agent,dc=exemple,dc=com. Per un accés anònim, deixeu la DN i la contrasenya en blanc.", -"Password" => "Contrasenya", -"For anonymous access, leave DN and Password empty." => "Per un accés anònim, deixeu la DN i la contrasenya en blanc.", -"One Base DN per line" => "Una DN Base per línia", -"You can specify Base DN for users and groups in the Advanced tab" => "Podeu especificar DN Base per usuaris i grups a la pestanya Avançat", -"Limit %s access to users meeting these criteria:" => "Limita l'accés a %s usuaris que compleixin amb aquest criteri:", -"The filter specifies which LDAP users shall have access to the %s instance." => "El filtre especifica quins usuaris LDAP haurien de tenir accés a la instància %s", -"users found" => "usuaris trobats", -"Back" => "Enrera", -"Continue" => "Continua", -"Expert" => "Expert", -"Advanced" => "Avançat", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Avís: Les aplicacions user_ldap i user_webdavauth són incompatibles. Podeu experimentar comportaments inesperats. Demaneu a l'administrador del sistema que en desactivi una.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Avís: El mòdul PHP LDAP no està instal·lat, el dorsal no funcionarà. Demaneu a l'administrador del sistema que l'instal·li.", -"Connection Settings" => "Arranjaments de connexió", -"Configuration Active" => "Configuració activa", -"When unchecked, this configuration will be skipped." => "Si està desmarcat, aquesta configuració s'ometrà.", -"Backup (Replica) Host" => "Màquina de còpia de serguretat (rèplica)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Afegiu una màquina de còpia de seguretat opcional. Ha de ser una rèplica del servidor LDAP/AD principal.", -"Backup (Replica) Port" => "Port de la còpia de seguretat (rèplica)", -"Disable Main Server" => "Desactiva el servidor principal", -"Only connect to the replica server." => "Connecta només al servidor rèplica.", -"Case insensitive LDAP server (Windows)" => "Servidor LDAP sense distinció entre majúscules i minúscules (Windows)", -"Turn off SSL certificate validation." => "Desactiva la validació de certificat SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "No es recomana, useu-ho només com a prova! Importeu el certificat SSL del servidor LDAP al servidor %s només si la connexió funciona amb aquesta opció.", -"Cache Time-To-Live" => "Memòria cau Time-To-Live", -"in seconds. A change empties the cache." => "en segons. Un canvi buidarà la memòria cau.", -"Directory Settings" => "Arranjaments de carpetes", -"User Display Name Field" => "Camp per mostrar el nom d'usuari", -"The LDAP attribute to use to generate the user's display name." => "Atribut LDAP a usar per generar el nom a mostrar de l'usuari.", -"Base User Tree" => "Arbre base d'usuaris", -"One User Base DN per line" => "Una DN Base d'Usuari per línia", -"User Search Attributes" => "Atributs de cerca d'usuari", -"Optional; one attribute per line" => "Opcional; Un atribut per línia", -"Group Display Name Field" => "Camp per mostrar el nom del grup", -"The LDAP attribute to use to generate the groups's display name." => "Atribut LDAP a usar per generar el nom a mostrar del grup.", -"Base Group Tree" => "Arbre base de grups", -"One Group Base DN per line" => "Una DN Base de Grup per línia", -"Group Search Attributes" => "Atributs de cerca de grup", -"Group-Member association" => "Associació membres-grup", -"Nested Groups" => "Grups imbricats", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Quan està activat, els grups que contenen grups estan permesos. (Només funciona si l'atribut del grup membre conté DNs.)", -"Paging chunksize" => "Mida de la pàgina", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Mida usada per cerques LDAP paginades que podrien retornar respostes de volcat com enumeració d'usuari o grup. (Establint-ho a 0 desactiva les cerques LDAP paginades en aquestes situacions.)", -"Special Attributes" => "Atributs especials", -"Quota Field" => "Camp de quota", -"Quota Default" => "Quota per defecte", -"in bytes" => "en bytes", -"Email Field" => "Camp de correu electrònic", -"User Home Folder Naming Rule" => "Norma per anomenar la carpeta arrel d'usuari", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Deixeu-ho buit pel nom d'usuari (per defecte). Altrament, especifiqueu un atribut LDAP/AD.", -"Internal Username" => "Nom d'usuari intern", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Per defecte el nom d'usuari intern es crearà a partir de l'atribut UUID. Això assegura que el nom d'usuari és únic i que els caràcters no s'han de convertir. El nom d'usuari intern té la restricció que només estan permesos els caràcters: [ a-zA-Z0-9_.@- ]. Els altres caràcters es substitueixen pel seu corresponent ASCII o simplement s'ometen. En cas de col·lisió s'incrementa/decrementa en un. El nom d'usuari intern s'utilitza per identificar un usuari internament. També és el nom per defecte de la carpeta home d'usuari. És també un port de URLs remotes, per exemple tots els serveis *DAV. Amb aquest arranjament es pot variar el comportament per defecte. Per obtenir un comportament similar al d'abans de ownCloud 5, escriviu el nom d'usuari a mostrar en el camp següent. Deixei-lo en blanc si preferiu el comportament per defecte. Els canvis tindran efecte només en els nous usuaris LDAP mapats (afegits).", -"Internal Username Attribute:" => "Atribut nom d'usuari intern:", -"Override UUID detection" => "Sobrescriu la detecció UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Per defecte, owncloud autodetecta l'atribut UUID. L'atribut UUID s'utilitza per identificar usuaris i grups de forma indubtable. També el nom d'usuari intern es crearà en base a la UUIS, si no heu especificat res diferent a dalt. Podeu sobreescriure l'arranjament i passar l'atribut que desitgeu. Heu d'assegurar-vos que l'atribut que escolliu pot ser recollit tant pels usuaris com pels grups i que és únic. Deixeu-ho en blanc si preferiu el comportament per defecte. els canvis s'aplicaran als usuaris i grups LDAP mapats de nou (afegits).", -"UUID Attribute for Users:" => "Atribut UUID per Usuaris:", -"UUID Attribute for Groups:" => "Atribut UUID per Grups:", -"Username-LDAP User Mapping" => "Mapatge d'usuari Nom d'usuari-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." => "Els noms d'usuari s'usen per desar i assignar (meta)dades. Per tal d'identificar amb precisió i reconèixer els usuaris, cada usuari LDAP tindrà un nom d'usuari intern. Això requereix mapatge del nom d'usuari a l'usuari LDAP. El nom d'usuari creat es mapa a la UUID de l'usuari LDAP. A més, la DN es posa a la memòria cau per reduir la interacció LDAP, però no s'usa per identificació. En cas que la DN canvïi, els canvis es trobaran. El nom d'usuari intern s'usa a tot arreu. Si esborreu els mapatges quedaran sobrants a tot arreu. Esborrar els mapatges no és sensible a la configuració, afecta a totes les configuracions LDAP! No esborreu mai els mapatges en un entorn de producció, només en un estadi de prova o experimental.", -"Clear Username-LDAP User Mapping" => "Elimina el mapatge d'usuari Nom d'usuari-LDAP", -"Clear Groupname-LDAP Group Mapping" => "Elimina el mapatge de grup Nom de grup-LDAP" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ca@valencia.js b/apps/user_ldap/l10n/ca@valencia.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/ca@valencia.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/ca@valencia.json b/apps/user_ldap/l10n/ca@valencia.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/ca@valencia.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/ca@valencia.php b/apps/user_ldap/l10n/ca@valencia.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/ca@valencia.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/cs_CZ.js b/apps/user_ldap/l10n/cs_CZ.js new file mode 100644 index 0000000000..abfa843359 --- /dev/null +++ b/apps/user_ldap/l10n/cs_CZ.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Selhalo zrušení mapování.", + "Failed to delete the server configuration" : "Selhalo smazání nastavení serveru", + "The configuration is valid and the connection could be established!" : "Nastavení je v pořádku a spojení bylo navázáno.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurace je v pořádku, ale spojení selhalo. Zkontrolujte, prosím, nastavení serveru a přihlašovací údaje.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurace je neplatná. Pro bližší informace se podívejte do logu.", + "No action specified" : "Neurčena žádná akce", + "No configuration specified" : "Neurčena žádná konfigurace", + "No data specified" : "Neurčena žádná data", + " Could not set configuration %s" : "Nelze nastavit konfiguraci %s", + "Deletion failed" : "Mazání selhalo", + "Take over settings from recent server configuration?" : "Převzít nastavení z nedávné konfigurace serveru?", + "Keep settings?" : "Ponechat nastavení?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Nelze přidat nastavení serveru", + "mappings cleared" : "mapování zrušeno", + "Success" : "Úspěch", + "Error" : "Chyba", + "Please specify a Base DN" : "Uveďte prosím Base DN", + "Could not determine Base DN" : "Nelze určit Base DN", + "Please specify the port" : "Prosím zadejte port", + "Configuration OK" : "Konfigurace v pořádku", + "Configuration incorrect" : "Nesprávná konfigurace", + "Configuration incomplete" : "Nekompletní konfigurace", + "Select groups" : "Vyberte skupiny", + "Select object classes" : "Vyberte objektové třídy", + "Select attributes" : "Vyberte atributy", + "Connection test succeeded" : "Test spojení byl úspěšný", + "Connection test failed" : "Test spojení selhal", + "Do you really want to delete the current Server Configuration?" : "Opravdu si přejete smazat současné nastavení serveru?", + "Confirm Deletion" : "Potvrdit smazání", + "_%s group found_::_%s groups found_" : ["nalezena %s skupina","nalezeny %s skupiny","nalezeno %s skupin"], + "_%s user found_::_%s users found_" : ["nalezen %s uživatel","nalezeni %s uživatelé","nalezeno %s uživatelů"], + "Could not find the desired feature" : "Nelze nalézt požadovanou vlastnost", + "Invalid Host" : "Neplatný hostitel", + "Server" : "Server", + "User Filter" : "Uživatelský filtr", + "Login Filter" : "Přihlašovací filtr", + "Group Filter" : "Filtr skupin", + "Save" : "Uložit", + "Test Configuration" : "Vyzkoušet nastavení", + "Help" : "Nápověda", + "Groups meeting these criteria are available in %s:" : "Skupiny splňující tyto podmínky jsou k dispozici v %s:", + "only those object classes:" : "pouze tyto objektové třídy:", + "only from those groups:" : "pouze z těchto skupin:", + "Edit raw filter instead" : "Edituj filtr přímo", + "Raw LDAP filter" : "Původní filtr LDAP", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtr určuje, kteří uživatelé LDAP mají mít přístup k instanci %s.", + "Test Filter" : "Otestovat filtr", + "groups found" : "nalezené skupiny", + "Users login with this attribute:" : "Uživatelé se přihlašují s tímto atributem:", + "LDAP Username:" : "LDAP uživatelské jméno:", + "LDAP Email Address:" : "LDAP e-mailová adresa:", + "Other Attributes:" : "Další atributy:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Určuje použitý filtr při pokusu o přihlášení. %%uid nahrazuje uživatelské jméno v činnosti přihlášení. Příklad: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Přidat nastavení serveru", + "Delete Configuration" : "Odstranit konfiguraci", + "Host" : "Počítač", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Můžete vynechat protokol, vyjma pokud požadujete SSL. Tehdy začněte s ldaps://", + "Port" : "Port", + "User DN" : "Uživatelské 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 klientského uživatele, ke kterému tvoříte vazbu, např. uid=agent,dc=example,dc=com. Pro anonymní přístup ponechte DN a heslo prázdné.", + "Password" : "Heslo", + "For anonymous access, leave DN and Password empty." : "Pro anonymní přístup ponechte údaje DN and heslo prázdné.", + "One Base DN per line" : "Jedna základní DN na řádku", + "You can specify Base DN for users and groups in the Advanced tab" : "V rozšířeném nastavení můžete určit základní DN pro uživatele a skupiny", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Zabraňuje automatickým LDAP požadavkům. Výhodné pro objemná nastavení, ale vyžaduje znalosti o LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Ručně vložit LDAP filtry (doporučené pro obsáhlé adresáře)", + "Limit %s access to users meeting these criteria:" : "Omezit přístup %s uživatelům splňujícím tyto podmínky:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filtr určuje, kteří uživatelé LDAP mají mít přístup k instanci %s.", + "users found" : "nalezení uživatelé", + "Saving" : "Ukládá se", + "Back" : "Zpět", + "Continue" : "Pokračovat", + "Expert" : "Expertní", + "Advanced" : "Pokročilé", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Varování: Aplikace user_ldap a user_webdavauth jsou vzájemně nekompatibilní. Můžete zaznamenat neočekávané chování. Požádejte prosím vašeho systémového administrátora o zakázání jednoho z nich.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Varování: není nainstalován LDAP modul pro PHP, podpůrná vrstva nebude fungovat. Požádejte, prosím, správce systému, aby jej nainstaloval.", + "Connection Settings" : "Nastavení spojení", + "Configuration Active" : "Nastavení aktivní", + "When unchecked, this configuration will be skipped." : "Pokud není zaškrtnuto, bude toto nastavení přeskočeno.", + "Backup (Replica) Host" : "Záložní (kopie) hostitel", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Zadejte volitelného záložního hostitele. Musí to být kopie hlavního serveru LDAP/AD.", + "Backup (Replica) Port" : "Záložní (kopie) port", + "Disable Main Server" : "Zakázat hlavní server", + "Only connect to the replica server." : "Připojit jen k záložnímu serveru.", + "Case insensitive LDAP server (Windows)" : "LDAP server nerozlišující velikost znaků (Windows)", + "Turn off SSL certificate validation." : "Vypnout ověřování SSL certifikátu.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nedoporučuje se, určeno pouze k testovacímu použití. Pokud spojení funguje jen s touto volbou, importujte SSL certifikát vašeho LDAP serveru na server %s.", + "Cache Time-To-Live" : "TTL vyrovnávací paměti", + "in seconds. A change empties the cache." : "v sekundách. Změna vyprázdní vyrovnávací paměť.", + "Directory Settings" : "Nastavení adresáře", + "User Display Name Field" : "Pole zobrazovaného jména uživatele", + "The LDAP attribute to use to generate the user's display name." : "LDAP atribut použitý k vytvoření zobrazovaného jména uživatele.", + "Base User Tree" : "Základní uživatelský strom", + "One User Base DN per line" : "Jedna uživatelská základní DN na řádku", + "User Search Attributes" : "Atributy vyhledávání uživatelů", + "Optional; one attribute per line" : "Volitelné, jeden atribut na řádku", + "Group Display Name Field" : "Pole zobrazovaného jména skupiny", + "The LDAP attribute to use to generate the groups's display name." : "LDAP atribut použitý k vytvoření zobrazovaného jména skupiny.", + "Base Group Tree" : "Základní skupinový strom", + "One Group Base DN per line" : "Jedna skupinová základní DN na řádku", + "Group Search Attributes" : "Atributy vyhledávání skupin", + "Group-Member association" : "Asociace člena skupiny", + "Nested Groups" : "Vnořené skupiny", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Pokud zapnuto, je možno používat skupiny, které obsahují jiné skupiny. (Funguje pouze pokud atribut člena skupiny obsahuje DN.)", + "Paging chunksize" : "Velikost bloku stránkování", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Velikost bloku použitá pro stránkování vyhledávání v LDAP, které může vracet objemné výsledky jako třeba výčet uživatelů či skupin. (Nastavení na 0 zakáže stránkovaná vyhledávání pro tyto situace.)", + "Special Attributes" : "Speciální atributy", + "Quota Field" : "Pole pro kvótu", + "Quota Default" : "Výchozí kvóta", + "in bytes" : "v bajtech", + "Email Field" : "Pole e-mailu", + "User Home Folder Naming Rule" : "Pravidlo pojmenování domovské složky uživatele", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ponechte prázdné pro uživatelské jméno (výchozí). Jinak uveďte LDAP/AD parametr.", + "Internal Username" : "Interní uživatelské jméno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Ve výchozím nastavení bude uživatelské jméno vytvořeno z UUID atributu. To zajistí unikátnost uživatelského jména a není potřeba provádět konverzi znaků. Interní uživatelské jméno je omezeno na znaky: [ a-zA-Z0-9_.@- ]. Ostatní znaky jsou nahrazeny jejich ASCII ekvivalentem nebo jednoduše vynechány. V případě kolize uživatelských jmen bude přidáno/navýšeno číslo. Interní uživatelské jméno je používáno k interní identifikaci uživatele. Je také výchozím názvem uživatelského domovského adresáře. Je také součástí URL pro vzdálený přístup, například všech *DAV služeb. S tímto nastavením může být výchozí chování změněno. Pro dosažení podobného chování jako před ownCloudem 5 uveďte atribut zobrazovaného jména do pole níže. Ponechte prázdné pro výchozí chování. Změna bude mít vliv jen na nově namapované (přidané) uživatele z LDAP.", + "Internal Username Attribute:" : "Atribut interního uživatelského jména:", + "Override UUID detection" : "Nastavit ručně UUID atribut", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Ve výchozím nastavení je UUID atribut nalezen automaticky. UUID atribut je používán pro nezpochybnitelnou identifikaci uživatelů a skupin z LDAP. Navíc je na základě UUID tvořeno také interní uživatelské jméno, pokud není nastaveno jinak. Můžete výchozí nastavení přepsat a použít atribut, který sami zvolíte. Musíte se ale ujistit, že atribut, který vyberete, bude uveden jak u uživatelů, tak i u skupin a je unikátní. Ponechte prázdné pro výchozí chování. Změna bude mít vliv jen na nově namapované (přidané) uživatele a skupiny z LDAP.", + "UUID Attribute for Users:" : "UUID atribut pro uživatele:", + "UUID Attribute for Groups:" : "UUID atribut pro skupiny:", + "Username-LDAP User Mapping" : "Mapování uživatelských jmen z LDAPu", + "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." : "Uživatelská jména jsou používány pro uchovávání a přiřazování (meta)dat. Pro správnou identifikaci a rozpoznání uživatelů bude mít každý uživatel z LDAP interní uživatelské jméno. To vyžaduje mapování uživatelských jmen na uživatele LDAP. Vytvořené uživatelské jméno je mapováno na UUID uživatele v LDAP. Navíc je cachována DN pro zmenšení interakce s LDAP, ale není používána pro identifikaci. Pokud se DN změní, bude to správně rozpoznáno. Interní uživatelské jméno se používá celé. Vyčištění mapování zanechá zbytky všude. Vyčištění navíc není specifické konfiguraci, bude mít vliv na všechny LDAP konfigurace! Nikdy nečistěte mapování v produkčním prostředí, jen v testovací nebo experimentální fázi.", + "Clear Username-LDAP User Mapping" : "Zrušit mapování uživatelských jmen LDAPu", + "Clear Groupname-LDAP Group Mapping" : "Zrušit mapování názvů skupin LDAPu" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/user_ldap/l10n/cs_CZ.json b/apps/user_ldap/l10n/cs_CZ.json new file mode 100644 index 0000000000..f8e76205ca --- /dev/null +++ b/apps/user_ldap/l10n/cs_CZ.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Selhalo zrušení mapování.", + "Failed to delete the server configuration" : "Selhalo smazání nastavení serveru", + "The configuration is valid and the connection could be established!" : "Nastavení je v pořádku a spojení bylo navázáno.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurace je v pořádku, ale spojení selhalo. Zkontrolujte, prosím, nastavení serveru a přihlašovací údaje.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurace je neplatná. Pro bližší informace se podívejte do logu.", + "No action specified" : "Neurčena žádná akce", + "No configuration specified" : "Neurčena žádná konfigurace", + "No data specified" : "Neurčena žádná data", + " Could not set configuration %s" : "Nelze nastavit konfiguraci %s", + "Deletion failed" : "Mazání selhalo", + "Take over settings from recent server configuration?" : "Převzít nastavení z nedávné konfigurace serveru?", + "Keep settings?" : "Ponechat nastavení?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Nelze přidat nastavení serveru", + "mappings cleared" : "mapování zrušeno", + "Success" : "Úspěch", + "Error" : "Chyba", + "Please specify a Base DN" : "Uveďte prosím Base DN", + "Could not determine Base DN" : "Nelze určit Base DN", + "Please specify the port" : "Prosím zadejte port", + "Configuration OK" : "Konfigurace v pořádku", + "Configuration incorrect" : "Nesprávná konfigurace", + "Configuration incomplete" : "Nekompletní konfigurace", + "Select groups" : "Vyberte skupiny", + "Select object classes" : "Vyberte objektové třídy", + "Select attributes" : "Vyberte atributy", + "Connection test succeeded" : "Test spojení byl úspěšný", + "Connection test failed" : "Test spojení selhal", + "Do you really want to delete the current Server Configuration?" : "Opravdu si přejete smazat současné nastavení serveru?", + "Confirm Deletion" : "Potvrdit smazání", + "_%s group found_::_%s groups found_" : ["nalezena %s skupina","nalezeny %s skupiny","nalezeno %s skupin"], + "_%s user found_::_%s users found_" : ["nalezen %s uživatel","nalezeni %s uživatelé","nalezeno %s uživatelů"], + "Could not find the desired feature" : "Nelze nalézt požadovanou vlastnost", + "Invalid Host" : "Neplatný hostitel", + "Server" : "Server", + "User Filter" : "Uživatelský filtr", + "Login Filter" : "Přihlašovací filtr", + "Group Filter" : "Filtr skupin", + "Save" : "Uložit", + "Test Configuration" : "Vyzkoušet nastavení", + "Help" : "Nápověda", + "Groups meeting these criteria are available in %s:" : "Skupiny splňující tyto podmínky jsou k dispozici v %s:", + "only those object classes:" : "pouze tyto objektové třídy:", + "only from those groups:" : "pouze z těchto skupin:", + "Edit raw filter instead" : "Edituj filtr přímo", + "Raw LDAP filter" : "Původní filtr LDAP", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtr určuje, kteří uživatelé LDAP mají mít přístup k instanci %s.", + "Test Filter" : "Otestovat filtr", + "groups found" : "nalezené skupiny", + "Users login with this attribute:" : "Uživatelé se přihlašují s tímto atributem:", + "LDAP Username:" : "LDAP uživatelské jméno:", + "LDAP Email Address:" : "LDAP e-mailová adresa:", + "Other Attributes:" : "Další atributy:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Určuje použitý filtr při pokusu o přihlášení. %%uid nahrazuje uživatelské jméno v činnosti přihlášení. Příklad: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Přidat nastavení serveru", + "Delete Configuration" : "Odstranit konfiguraci", + "Host" : "Počítač", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Můžete vynechat protokol, vyjma pokud požadujete SSL. Tehdy začněte s ldaps://", + "Port" : "Port", + "User DN" : "Uživatelské 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 klientského uživatele, ke kterému tvoříte vazbu, např. uid=agent,dc=example,dc=com. Pro anonymní přístup ponechte DN a heslo prázdné.", + "Password" : "Heslo", + "For anonymous access, leave DN and Password empty." : "Pro anonymní přístup ponechte údaje DN and heslo prázdné.", + "One Base DN per line" : "Jedna základní DN na řádku", + "You can specify Base DN for users and groups in the Advanced tab" : "V rozšířeném nastavení můžete určit základní DN pro uživatele a skupiny", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Zabraňuje automatickým LDAP požadavkům. Výhodné pro objemná nastavení, ale vyžaduje znalosti o LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Ručně vložit LDAP filtry (doporučené pro obsáhlé adresáře)", + "Limit %s access to users meeting these criteria:" : "Omezit přístup %s uživatelům splňujícím tyto podmínky:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filtr určuje, kteří uživatelé LDAP mají mít přístup k instanci %s.", + "users found" : "nalezení uživatelé", + "Saving" : "Ukládá se", + "Back" : "Zpět", + "Continue" : "Pokračovat", + "Expert" : "Expertní", + "Advanced" : "Pokročilé", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Varování: Aplikace user_ldap a user_webdavauth jsou vzájemně nekompatibilní. Můžete zaznamenat neočekávané chování. Požádejte prosím vašeho systémového administrátora o zakázání jednoho z nich.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Varování: není nainstalován LDAP modul pro PHP, podpůrná vrstva nebude fungovat. Požádejte, prosím, správce systému, aby jej nainstaloval.", + "Connection Settings" : "Nastavení spojení", + "Configuration Active" : "Nastavení aktivní", + "When unchecked, this configuration will be skipped." : "Pokud není zaškrtnuto, bude toto nastavení přeskočeno.", + "Backup (Replica) Host" : "Záložní (kopie) hostitel", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Zadejte volitelného záložního hostitele. Musí to být kopie hlavního serveru LDAP/AD.", + "Backup (Replica) Port" : "Záložní (kopie) port", + "Disable Main Server" : "Zakázat hlavní server", + "Only connect to the replica server." : "Připojit jen k záložnímu serveru.", + "Case insensitive LDAP server (Windows)" : "LDAP server nerozlišující velikost znaků (Windows)", + "Turn off SSL certificate validation." : "Vypnout ověřování SSL certifikátu.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nedoporučuje se, určeno pouze k testovacímu použití. Pokud spojení funguje jen s touto volbou, importujte SSL certifikát vašeho LDAP serveru na server %s.", + "Cache Time-To-Live" : "TTL vyrovnávací paměti", + "in seconds. A change empties the cache." : "v sekundách. Změna vyprázdní vyrovnávací paměť.", + "Directory Settings" : "Nastavení adresáře", + "User Display Name Field" : "Pole zobrazovaného jména uživatele", + "The LDAP attribute to use to generate the user's display name." : "LDAP atribut použitý k vytvoření zobrazovaného jména uživatele.", + "Base User Tree" : "Základní uživatelský strom", + "One User Base DN per line" : "Jedna uživatelská základní DN na řádku", + "User Search Attributes" : "Atributy vyhledávání uživatelů", + "Optional; one attribute per line" : "Volitelné, jeden atribut na řádku", + "Group Display Name Field" : "Pole zobrazovaného jména skupiny", + "The LDAP attribute to use to generate the groups's display name." : "LDAP atribut použitý k vytvoření zobrazovaného jména skupiny.", + "Base Group Tree" : "Základní skupinový strom", + "One Group Base DN per line" : "Jedna skupinová základní DN na řádku", + "Group Search Attributes" : "Atributy vyhledávání skupin", + "Group-Member association" : "Asociace člena skupiny", + "Nested Groups" : "Vnořené skupiny", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Pokud zapnuto, je možno používat skupiny, které obsahují jiné skupiny. (Funguje pouze pokud atribut člena skupiny obsahuje DN.)", + "Paging chunksize" : "Velikost bloku stránkování", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Velikost bloku použitá pro stránkování vyhledávání v LDAP, které může vracet objemné výsledky jako třeba výčet uživatelů či skupin. (Nastavení na 0 zakáže stránkovaná vyhledávání pro tyto situace.)", + "Special Attributes" : "Speciální atributy", + "Quota Field" : "Pole pro kvótu", + "Quota Default" : "Výchozí kvóta", + "in bytes" : "v bajtech", + "Email Field" : "Pole e-mailu", + "User Home Folder Naming Rule" : "Pravidlo pojmenování domovské složky uživatele", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ponechte prázdné pro uživatelské jméno (výchozí). Jinak uveďte LDAP/AD parametr.", + "Internal Username" : "Interní uživatelské jméno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Ve výchozím nastavení bude uživatelské jméno vytvořeno z UUID atributu. To zajistí unikátnost uživatelského jména a není potřeba provádět konverzi znaků. Interní uživatelské jméno je omezeno na znaky: [ a-zA-Z0-9_.@- ]. Ostatní znaky jsou nahrazeny jejich ASCII ekvivalentem nebo jednoduše vynechány. V případě kolize uživatelských jmen bude přidáno/navýšeno číslo. Interní uživatelské jméno je používáno k interní identifikaci uživatele. Je také výchozím názvem uživatelského domovského adresáře. Je také součástí URL pro vzdálený přístup, například všech *DAV služeb. S tímto nastavením může být výchozí chování změněno. Pro dosažení podobného chování jako před ownCloudem 5 uveďte atribut zobrazovaného jména do pole níže. Ponechte prázdné pro výchozí chování. Změna bude mít vliv jen na nově namapované (přidané) uživatele z LDAP.", + "Internal Username Attribute:" : "Atribut interního uživatelského jména:", + "Override UUID detection" : "Nastavit ručně UUID atribut", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Ve výchozím nastavení je UUID atribut nalezen automaticky. UUID atribut je používán pro nezpochybnitelnou identifikaci uživatelů a skupin z LDAP. Navíc je na základě UUID tvořeno také interní uživatelské jméno, pokud není nastaveno jinak. Můžete výchozí nastavení přepsat a použít atribut, který sami zvolíte. Musíte se ale ujistit, že atribut, který vyberete, bude uveden jak u uživatelů, tak i u skupin a je unikátní. Ponechte prázdné pro výchozí chování. Změna bude mít vliv jen na nově namapované (přidané) uživatele a skupiny z LDAP.", + "UUID Attribute for Users:" : "UUID atribut pro uživatele:", + "UUID Attribute for Groups:" : "UUID atribut pro skupiny:", + "Username-LDAP User Mapping" : "Mapování uživatelských jmen z LDAPu", + "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." : "Uživatelská jména jsou používány pro uchovávání a přiřazování (meta)dat. Pro správnou identifikaci a rozpoznání uživatelů bude mít každý uživatel z LDAP interní uživatelské jméno. To vyžaduje mapování uživatelských jmen na uživatele LDAP. Vytvořené uživatelské jméno je mapováno na UUID uživatele v LDAP. Navíc je cachována DN pro zmenšení interakce s LDAP, ale není používána pro identifikaci. Pokud se DN změní, bude to správně rozpoznáno. Interní uživatelské jméno se používá celé. Vyčištění mapování zanechá zbytky všude. Vyčištění navíc není specifické konfiguraci, bude mít vliv na všechny LDAP konfigurace! Nikdy nečistěte mapování v produkčním prostředí, jen v testovací nebo experimentální fázi.", + "Clear Username-LDAP User Mapping" : "Zrušit mapování uživatelských jmen LDAPu", + "Clear Groupname-LDAP Group Mapping" : "Zrušit mapování názvů skupin LDAPu" +},"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/cs_CZ.php b/apps/user_ldap/l10n/cs_CZ.php deleted file mode 100644 index 03e3ac578c..0000000000 --- a/apps/user_ldap/l10n/cs_CZ.php +++ /dev/null @@ -1,131 +0,0 @@ - "Selhalo zrušení mapování.", -"Failed to delete the server configuration" => "Selhalo smazání nastavení serveru", -"The configuration is valid and the connection could be established!" => "Nastavení je v pořádku a spojení bylo navázáno.", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurace je v pořádku, ale spojení selhalo. Zkontrolujte, prosím, nastavení serveru a přihlašovací údaje.", -"The configuration is invalid. Please have a look at the logs for further details." => "Konfigurace je neplatná. Pro bližší informace se podívejte do logu.", -"No action specified" => "Neurčena žádná akce", -"No configuration specified" => "Neurčena žádná konfigurace", -"No data specified" => "Neurčena žádná data", -" Could not set configuration %s" => "Nelze nastavit konfiguraci %s", -"Deletion failed" => "Mazání selhalo", -"Take over settings from recent server configuration?" => "Převzít nastavení z nedávné konfigurace serveru?", -"Keep settings?" => "Ponechat nastavení?", -"{nthServer}. Server" => "{nthServer}. Server", -"Cannot add server configuration" => "Nelze přidat nastavení serveru", -"mappings cleared" => "mapování zrušeno", -"Success" => "Úspěch", -"Error" => "Chyba", -"Please specify a Base DN" => "Uveďte prosím Base DN", -"Could not determine Base DN" => "Nelze určit Base DN", -"Please specify the port" => "Prosím zadejte port", -"Configuration OK" => "Konfigurace v pořádku", -"Configuration incorrect" => "Nesprávná konfigurace", -"Configuration incomplete" => "Nekompletní konfigurace", -"Select groups" => "Vyberte skupiny", -"Select object classes" => "Vyberte objektové třídy", -"Select attributes" => "Vyberte atributy", -"Connection test succeeded" => "Test spojení byl úspěšný", -"Connection test failed" => "Test spojení selhal", -"Do you really want to delete the current Server Configuration?" => "Opravdu si přejete smazat současné nastavení serveru?", -"Confirm Deletion" => "Potvrdit smazání", -"_%s group found_::_%s groups found_" => array("nalezena %s skupina","nalezeny %s skupiny","nalezeno %s skupin"), -"_%s user found_::_%s users found_" => array("nalezen %s uživatel","nalezeni %s uživatelé","nalezeno %s uživatelů"), -"Could not find the desired feature" => "Nelze nalézt požadovanou vlastnost", -"Invalid Host" => "Neplatný hostitel", -"Server" => "Server", -"User Filter" => "Uživatelský filtr", -"Login Filter" => "Přihlašovací filtr", -"Group Filter" => "Filtr skupin", -"Save" => "Uložit", -"Test Configuration" => "Vyzkoušet nastavení", -"Help" => "Nápověda", -"Groups meeting these criteria are available in %s:" => "Skupiny splňující tyto podmínky jsou k dispozici v %s:", -"only those object classes:" => "pouze tyto objektové třídy:", -"only from those groups:" => "pouze z těchto skupin:", -"Edit raw filter instead" => "Edituj filtr přímo", -"Raw LDAP filter" => "Původní filtr LDAP", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Filtr určuje, kteří uživatelé LDAP mají mít přístup k instanci %s.", -"Test Filter" => "Otestovat filtr", -"groups found" => "nalezené skupiny", -"Users login with this attribute:" => "Uživatelé se přihlašují s tímto atributem:", -"LDAP Username:" => "LDAP uživatelské jméno:", -"LDAP Email Address:" => "LDAP e-mailová adresa:", -"Other Attributes:" => "Další atributy:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Určuje použitý filtr při pokusu o přihlášení. %%uid nahrazuje uživatelské jméno v činnosti přihlášení. Příklad: \"uid=%%uid\"", -"1. Server" => "1. Server", -"%s. Server:" => "%s. Server:", -"Add Server Configuration" => "Přidat nastavení serveru", -"Delete Configuration" => "Odstranit konfiguraci", -"Host" => "Počítač", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Můžete vynechat protokol, vyjma pokud požadujete SSL. Tehdy začněte s ldaps://", -"Port" => "Port", -"User DN" => "Uživatelské 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 klientského uživatele, ke kterému tvoříte vazbu, např. uid=agent,dc=example,dc=com. Pro anonymní přístup ponechte DN a heslo prázdné.", -"Password" => "Heslo", -"For anonymous access, leave DN and Password empty." => "Pro anonymní přístup ponechte údaje DN and heslo prázdné.", -"One Base DN per line" => "Jedna základní DN na řádku", -"You can specify Base DN for users and groups in the Advanced tab" => "V rozšířeném nastavení můžete určit základní DN pro uživatele a skupiny", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Zabraňuje automatickým LDAP požadavkům. Výhodné pro objemná nastavení, ale vyžaduje znalosti o LDAP.", -"Manually enter LDAP filters (recommended for large directories)" => "Ručně vložit LDAP filtry (doporučené pro obsáhlé adresáře)", -"Limit %s access to users meeting these criteria:" => "Omezit přístup %s uživatelům splňujícím tyto podmínky:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Filtr určuje, kteří uživatelé LDAP mají mít přístup k instanci %s.", -"users found" => "nalezení uživatelé", -"Saving" => "Ukládá se", -"Back" => "Zpět", -"Continue" => "Pokračovat", -"Expert" => "Expertní", -"Advanced" => "Pokročilé", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Varování: Aplikace user_ldap a user_webdavauth jsou vzájemně nekompatibilní. Můžete zaznamenat neočekávané chování. Požádejte prosím vašeho systémového administrátora o zakázání jednoho z nich.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Varování: není nainstalován LDAP modul pro PHP, podpůrná vrstva nebude fungovat. Požádejte, prosím, správce systému, aby jej nainstaloval.", -"Connection Settings" => "Nastavení spojení", -"Configuration Active" => "Nastavení aktivní", -"When unchecked, this configuration will be skipped." => "Pokud není zaškrtnuto, bude toto nastavení přeskočeno.", -"Backup (Replica) Host" => "Záložní (kopie) hostitel", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Zadejte volitelného záložního hostitele. Musí to být kopie hlavního serveru LDAP/AD.", -"Backup (Replica) Port" => "Záložní (kopie) port", -"Disable Main Server" => "Zakázat hlavní server", -"Only connect to the replica server." => "Připojit jen k záložnímu serveru.", -"Case insensitive LDAP server (Windows)" => "LDAP server nerozlišující velikost znaků (Windows)", -"Turn off SSL certificate validation." => "Vypnout ověřování SSL certifikátu.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Nedoporučuje se, určeno pouze k testovacímu použití. Pokud spojení funguje jen s touto volbou, importujte SSL certifikát vašeho LDAP serveru na server %s.", -"Cache Time-To-Live" => "TTL vyrovnávací paměti", -"in seconds. A change empties the cache." => "v sekundách. Změna vyprázdní vyrovnávací paměť.", -"Directory Settings" => "Nastavení adresáře", -"User Display Name Field" => "Pole zobrazovaného jména uživatele", -"The LDAP attribute to use to generate the user's display name." => "LDAP atribut použitý k vytvoření zobrazovaného jména uživatele.", -"Base User Tree" => "Základní uživatelský strom", -"One User Base DN per line" => "Jedna uživatelská základní DN na řádku", -"User Search Attributes" => "Atributy vyhledávání uživatelů", -"Optional; one attribute per line" => "Volitelné, jeden atribut na řádku", -"Group Display Name Field" => "Pole zobrazovaného jména skupiny", -"The LDAP attribute to use to generate the groups's display name." => "LDAP atribut použitý k vytvoření zobrazovaného jména skupiny.", -"Base Group Tree" => "Základní skupinový strom", -"One Group Base DN per line" => "Jedna skupinová základní DN na řádku", -"Group Search Attributes" => "Atributy vyhledávání skupin", -"Group-Member association" => "Asociace člena skupiny", -"Nested Groups" => "Vnořené skupiny", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Pokud zapnuto, je možno používat skupiny, které obsahují jiné skupiny. (Funguje pouze pokud atribut člena skupiny obsahuje DN.)", -"Paging chunksize" => "Velikost bloku stránkování", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Velikost bloku použitá pro stránkování vyhledávání v LDAP, které může vracet objemné výsledky jako třeba výčet uživatelů či skupin. (Nastavení na 0 zakáže stránkovaná vyhledávání pro tyto situace.)", -"Special Attributes" => "Speciální atributy", -"Quota Field" => "Pole pro kvótu", -"Quota Default" => "Výchozí kvóta", -"in bytes" => "v bajtech", -"Email Field" => "Pole e-mailu", -"User Home Folder Naming Rule" => "Pravidlo pojmenování domovské složky uživatele", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Ponechte prázdné pro uživatelské jméno (výchozí). Jinak uveďte LDAP/AD parametr.", -"Internal Username" => "Interní uživatelské jméno", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Ve výchozím nastavení bude uživatelské jméno vytvořeno z UUID atributu. To zajistí unikátnost uživatelského jména a není potřeba provádět konverzi znaků. Interní uživatelské jméno je omezeno na znaky: [ a-zA-Z0-9_.@- ]. Ostatní znaky jsou nahrazeny jejich ASCII ekvivalentem nebo jednoduše vynechány. V případě kolize uživatelských jmen bude přidáno/navýšeno číslo. Interní uživatelské jméno je používáno k interní identifikaci uživatele. Je také výchozím názvem uživatelského domovského adresáře. Je také součástí URL pro vzdálený přístup, například všech *DAV služeb. S tímto nastavením může být výchozí chování změněno. Pro dosažení podobného chování jako před ownCloudem 5 uveďte atribut zobrazovaného jména do pole níže. Ponechte prázdné pro výchozí chování. Změna bude mít vliv jen na nově namapované (přidané) uživatele z LDAP.", -"Internal Username Attribute:" => "Atribut interního uživatelského jména:", -"Override UUID detection" => "Nastavit ručně UUID atribut", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Ve výchozím nastavení je UUID atribut nalezen automaticky. UUID atribut je používán pro nezpochybnitelnou identifikaci uživatelů a skupin z LDAP. Navíc je na základě UUID tvořeno také interní uživatelské jméno, pokud není nastaveno jinak. Můžete výchozí nastavení přepsat a použít atribut, který sami zvolíte. Musíte se ale ujistit, že atribut, který vyberete, bude uveden jak u uživatelů, tak i u skupin a je unikátní. Ponechte prázdné pro výchozí chování. Změna bude mít vliv jen na nově namapované (přidané) uživatele a skupiny z LDAP.", -"UUID Attribute for Users:" => "UUID atribut pro uživatele:", -"UUID Attribute for Groups:" => "UUID atribut pro skupiny:", -"Username-LDAP User Mapping" => "Mapování uživatelských jmen z LDAPu", -"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." => "Uživatelská jména jsou používány pro uchovávání a přiřazování (meta)dat. Pro správnou identifikaci a rozpoznání uživatelů bude mít každý uživatel z LDAP interní uživatelské jméno. To vyžaduje mapování uživatelských jmen na uživatele LDAP. Vytvořené uživatelské jméno je mapováno na UUID uživatele v LDAP. Navíc je cachována DN pro zmenšení interakce s LDAP, ale není používána pro identifikaci. Pokud se DN změní, bude to správně rozpoznáno. Interní uživatelské jméno se používá celé. Vyčištění mapování zanechá zbytky všude. Vyčištění navíc není specifické konfiguraci, bude mít vliv na všechny LDAP konfigurace! Nikdy nečistěte mapování v produkčním prostředí, jen v testovací nebo experimentální fázi.", -"Clear Username-LDAP User Mapping" => "Zrušit mapování uživatelských jmen LDAPu", -"Clear Groupname-LDAP Group Mapping" => "Zrušit mapování názvů skupin LDAPu" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/user_ldap/l10n/cy_GB.js b/apps/user_ldap/l10n/cy_GB.js new file mode 100644 index 0000000000..c07f70bb0b --- /dev/null +++ b/apps/user_ldap/l10n/cy_GB.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "Methwyd dileu", + "Error" : "Gwall", + "_%s group found_::_%s groups found_" : ["","","",""], + "_%s user found_::_%s users found_" : ["","","",""], + "Save" : "Cadw", + "Help" : "Cymorth", + "Password" : "Cyfrinair", + "Advanced" : "Uwch" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/user_ldap/l10n/cy_GB.json b/apps/user_ldap/l10n/cy_GB.json new file mode 100644 index 0000000000..aa651af882 --- /dev/null +++ b/apps/user_ldap/l10n/cy_GB.json @@ -0,0 +1,11 @@ +{ "translations": { + "Deletion failed" : "Methwyd dileu", + "Error" : "Gwall", + "_%s group found_::_%s groups found_" : ["","","",""], + "_%s user found_::_%s users found_" : ["","","",""], + "Save" : "Cadw", + "Help" : "Cymorth", + "Password" : "Cyfrinair", + "Advanced" : "Uwch" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/cy_GB.php b/apps/user_ldap/l10n/cy_GB.php deleted file mode 100644 index 905c0401b3..0000000000 --- a/apps/user_ldap/l10n/cy_GB.php +++ /dev/null @@ -1,12 +0,0 @@ - "Methwyd dileu", -"Error" => "Gwall", -"_%s group found_::_%s groups found_" => array("","","",""), -"_%s user found_::_%s users found_" => array("","","",""), -"Save" => "Cadw", -"Help" => "Cymorth", -"Password" => "Cyfrinair", -"Advanced" => "Uwch" -); -$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/apps/user_ldap/l10n/da.js b/apps/user_ldap/l10n/da.js new file mode 100644 index 0000000000..53af1a4fc2 --- /dev/null +++ b/apps/user_ldap/l10n/da.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Mislykkedes med at rydde afbildningerne.", + "Failed to delete the server configuration" : "Kunne ikke slette server konfigurationen", + "The configuration is valid and the connection could be established!" : "Konfigurationen er korrekt og forbindelsen kunne etableres!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurationen er gyldig, men Bind'en mislykkedes. Tjek venligst serverindstillingerne og akkreditiverne.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurationen er ugyldig. Se venligst i loggen for yderligere detaljer.", + "No action specified" : "Der er ikke angivet en handling", + "No configuration specified" : "Der er ikke angivet en konfiguration", + "No data specified" : "Der er ikke angivet data", + " Could not set configuration %s" : "Kunne ikke indstille konfigurationen %s", + "Deletion failed" : "Fejl ved sletning", + "Take over settings from recent server configuration?" : "Overtag indstillinger fra nylig server konfiguration? ", + "Keep settings?" : "Behold indstillinger?", + "{nthServer}. Server" : "{nthServer}. server", + "Cannot add server configuration" : "Kan ikke tilføje serverkonfiguration", + "mappings cleared" : "afbildninger blev ryddet", + "Success" : "Succes", + "Error" : "Fejl", + "Please specify a Base DN" : "Angiv venligst en Base DN", + "Could not determine Base DN" : "Kunne ikke fastslå Base DN", + "Please specify the port" : "Angiv venligst porten", + "Configuration OK" : "Konfigurationen er OK", + "Configuration incorrect" : "Konfigurationen er ikke korrekt", + "Configuration incomplete" : "Konfigurationen er ikke komplet", + "Select groups" : "Vælg grupper", + "Select object classes" : "Vælg objektklasser", + "Select attributes" : "Vælg attributter", + "Connection test succeeded" : "Forbindelsestest lykkedes", + "Connection test failed" : "Forbindelsestest mislykkedes", + "Do you really want to delete the current Server Configuration?" : "Ønsker du virkelig at slette den nuværende Server Konfiguration?", + "Confirm Deletion" : "Bekræft Sletning", + "_%s group found_::_%s groups found_" : ["Der blev fundet %s gruppe","Der blev fundet %s grupper"], + "_%s user found_::_%s users found_" : ["Der blev fundet %s bruger","Der blev fundet %s brugere"], + "Could not find the desired feature" : "Fandt ikke den ønskede funktion", + "Invalid Host" : "Ugyldig vært", + "Server" : "Server", + "User Filter" : "Brugerfilter", + "Login Filter" : "Login-filter", + "Group Filter" : "Gruppe Filter", + "Save" : "Gem", + "Test Configuration" : "Test Konfiguration", + "Help" : "Hjælp", + "Groups meeting these criteria are available in %s:" : "Grupper som modsvarer disse kriterier er tilgængelige i %s:", + "only those object classes:" : "kun disse objektklasser:", + "only from those groups:" : "kun fra disse grupper:", + "Edit raw filter instead" : "Redigér det rå filter i stedet", + "Raw LDAP filter" : "Råt LDAP-filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filteret angiver hvilke LDAP-grupper, der skal have adgang til instansen %s.", + "Test Filter" : "Testfilter", + "groups found" : "grupper blev fundet", + "Users login with this attribute:" : "Brugeres login med dette attribut:", + "LDAP Username:" : "LDAP-brugernavn:", + "LDAP Email Address:" : "LDAP-e-mailadresse:", + "Other Attributes:" : "Andre attributter:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definerer dét filter der anvendes, når der er forsøg på at logge ind. %%uuid erstattter brugernavnet i login-handlingen. Eksempel: \"uid=%%uuid\"", + "1. Server" : "1. server", + "%s. Server:" : "%s. server:", + "Add Server Configuration" : "Tilføj Server Konfiguration", + "Delete Configuration" : "Slet konfiguration", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du kan udelade protokollen, medmindre du skal bruge SSL. Start i så fald med ldaps://", + "Port" : "Port", + "User DN" : "Bruger 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'et for klientbrugeren, for hvilken bindingen skal foretages, eks. uid=agent,dc=eksempel,dc=com. For anonym adgang lades DN og Password stå tomme.", + "Password" : "Kodeord", + "For anonymous access, leave DN and Password empty." : "For anonym adgang, skal du lade DN og Adgangskode tomme.", + "One Base DN per line" : "Ét Base DN per linje", + "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Undgår automatiske LDAP-forespørgsler. Bedre på større opsætninger, men kræver en del LDAP-kendskab.", + "Manually enter LDAP filters (recommended for large directories)" : "Angiv LDAP-filtre manuelt (anbefales til større kataloger)", + "Limit %s access to users meeting these criteria:" : "Begræns %s-adgangen til brugere som imødekommer disse kriterier:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filteret angiver hvilke LDAP-brugere, der skal have adgang til %s-instansen.", + "users found" : "brugere blev fundet", + "Saving" : "Gemmer", + "Back" : "Tilbage", + "Continue" : "Videre", + "Expert" : "Ekspert", + "Advanced" : "Avanceret", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advarsel: Apps'ene user_ldap og user_webdavauth er ikke kompatible. Du kan opleve uventet adfærd. Spørg venligst din systemadministrator om at slå én af dem fra.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advarsel: PHP-modulet LDAP er ikke installeret - backend'en vil ikke fungere. Anmod venligst din systemadministrator om at installere det.", + "Connection Settings" : "Forbindelsesindstillinger ", + "Configuration Active" : "Konfiguration Aktiv", + "When unchecked, this configuration will be skipped." : "Hvis der ikke er markeret, så springes denne konfiguration over.", + "Backup (Replica) Host" : "Vært for sikkerhedskopier (replika)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Angiv valgfrit en vært for sikkerhedskopiering. Dette skal være en replikering af den primære LDAP/AD-server.", + "Backup (Replica) Port" : "Port for sikkerhedskopi (replika)", + "Disable Main Server" : "Deaktiver Hovedserver", + "Only connect to the replica server." : "Forbind kun til replika serveren.", + "Case insensitive LDAP server (Windows)" : "LDAP-server som ikke er versalfølsom (Windows)", + "Turn off SSL certificate validation." : "Deaktiver SSL certifikat validering", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Anbefales ikke - bruges kun til testformål! Hvis forbindelse udelukkende fungerer med dette tilvalg, så importér LDAP-serverens SSL-certifikat i din %s-server.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "i sekunder. En ændring vil tømme cachen.", + "Directory Settings" : "Mappeindstillinger", + "User Display Name Field" : "User Display Name Field", + "The LDAP attribute to use to generate the user's display name." : "LDAP-attributten som skal bruges til at oprette brugerens viste navn.", + "Base User Tree" : "Base Bruger Træ", + "One User Base DN per line" : "Én bruger-Base DN per linje", + "User Search Attributes" : "Attributter for brugersøgning", + "Optional; one attribute per line" : "Valgfrit; én attribut per linje", + "Group Display Name Field" : "Navnefelt for gruppevisning", + "The LDAP attribute to use to generate the groups's display name." : "LDAP-attributten som skal bruges til at oprette gruppens viste navn.", + "Base Group Tree" : "Base Group Tree", + "One Group Base DN per line" : "Ét gruppe-Base DN per linje", + "Group Search Attributes" : "Attributter for gruppesøgning", + "Group-Member association" : "Group-Member association", + "Nested Groups" : "Indlejrede grupper", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Når slået til, så vil grupper som rummer grupper blive understøttet. (Dette fungerer kun, hvis attributten for gruppemedlem indeholder DN'er.)", + "Paging chunksize" : "Fragmentstørrelse for sideinddeling", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Fragmentstørrelse som bruges til sideinddelte LDAP-søgninger, der kan returnere omfattende resultater såsom bruger eller gruppe-optælling. (Angivelse til 0 vil slå sideinddelte LDAP-søgninger fra for disse situationer.)", + "Special Attributes" : "Specielle attributter", + "Quota Field" : "Kvote Felt", + "Quota Default" : "Standard for kvota", + "in bytes" : "i bytes", + "Email Field" : "Felt for e-mail", + "User Home Folder Naming Rule" : "Navneregel for brugerens hjemmemappe", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lad stå tom for brugernavn (standard). Alternativt, angiv en LDAP/AD-attribut.", + "Internal Username" : "Internt Brugernavn", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Som udgangspunkt oprettes det interne brugernavn fra UUID-attributten. Den sørger for at brugernavnet er unikt, og at der ikke kræves konvertering af tegnene. Det interne brugernavn er begrænset således, at det kun er følgende tegn som tillades: [a-zA-Z0-9_.@-] . Andre tegn erstattes med deres tilsvarende ASCII-kode eller bliver simpelthen udeladt. Ved kollisioner tilføjes/forøges et tal. Det interne brugernavn bruges til at identificere en bruger internt. Det er også standardnavnet for brugerens hjemmemappe. Det er desuden en del af fjern-URL'er, for eksempel for alle *DAV-tjenester. Med denne indstilling, så kan standardadfærden tilsidesættes. For at opnå en adfærd som ligner dén fra før ownCloud 5, så angives attributten for vist brugernavn i det følgende feed. Lad den stå tom for standardadfærd. Ændringer vil kune påvirke nyligt kortlagte (tilføjede) LDAP-brugere.", + "Internal Username Attribute:" : "Internt attribut for brugernavn:", + "Override UUID detection" : "Tilsidesæt UUID-detektering", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Som udgangspunkt registreres UUID-attributten automatisk. UUID-attributten bruges til entydig identificering af LDAP-brugere og -grupper. I tillæg vil det interne brugernavn blive oprettes på basis af UUID'et, hvis andet ikke angives ovenfor. Du kan tilsidesætte indstillingen og angive en attribut efter eget valg. Du skal sørge for at dén attribut du selv vælger, kan hentes for både brugere og grupper, samt at den er unik. Lad stå tom for standardadfærd. Ændringer vil kun påvirke nyilgt kortlagte (tilføjede) LDAP-brugere og -grupper.", + "UUID Attribute for Users:" : "UUID-attribut for brugere:", + "UUID Attribute for Groups:" : "UUID-attribut for grupper:", + "Username-LDAP User Mapping" : "Kortlægning mellem brugernavn og LDAP-bruger", + "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." : "Brugernavne bruges til at lagre og tildele (meta)data. For at kunne identificere og genkende brugere præcist, så vil hver LDAP-bruger have et internt brugernavn. Det oprettede brugernavn kortlægges til UUID'et for LDAP-brugeren. I tillæg mellemlagres DN'et for at mindske LDAP-interaktioner, men det benyttes ikke til identifikation. Hvis DN'et ændres, så vil ændringerne blive registreret. Det interne brugernavn anvendes overalt. Hvis kortlægningerne ryddes, så vil der være rester overalt. Rydning af kortlægningerne er ikke konfigurationssensitivt - det påvirker alle LDAP-konfigurationer! Ryd aldrig kortlægningerne i et produktionsmiljø, kun i et teststadie eller eksperimentelt stadie.", + "Clear Username-LDAP User Mapping" : "Ryd kortlægning mellem brugernavn og LDAP-bruger", + "Clear Groupname-LDAP Group Mapping" : "Ryd kortlægning mellem gruppenavn og LDAP-gruppe" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/da.json b/apps/user_ldap/l10n/da.json new file mode 100644 index 0000000000..c4076aa148 --- /dev/null +++ b/apps/user_ldap/l10n/da.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Mislykkedes med at rydde afbildningerne.", + "Failed to delete the server configuration" : "Kunne ikke slette server konfigurationen", + "The configuration is valid and the connection could be established!" : "Konfigurationen er korrekt og forbindelsen kunne etableres!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurationen er gyldig, men Bind'en mislykkedes. Tjek venligst serverindstillingerne og akkreditiverne.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurationen er ugyldig. Se venligst i loggen for yderligere detaljer.", + "No action specified" : "Der er ikke angivet en handling", + "No configuration specified" : "Der er ikke angivet en konfiguration", + "No data specified" : "Der er ikke angivet data", + " Could not set configuration %s" : "Kunne ikke indstille konfigurationen %s", + "Deletion failed" : "Fejl ved sletning", + "Take over settings from recent server configuration?" : "Overtag indstillinger fra nylig server konfiguration? ", + "Keep settings?" : "Behold indstillinger?", + "{nthServer}. Server" : "{nthServer}. server", + "Cannot add server configuration" : "Kan ikke tilføje serverkonfiguration", + "mappings cleared" : "afbildninger blev ryddet", + "Success" : "Succes", + "Error" : "Fejl", + "Please specify a Base DN" : "Angiv venligst en Base DN", + "Could not determine Base DN" : "Kunne ikke fastslå Base DN", + "Please specify the port" : "Angiv venligst porten", + "Configuration OK" : "Konfigurationen er OK", + "Configuration incorrect" : "Konfigurationen er ikke korrekt", + "Configuration incomplete" : "Konfigurationen er ikke komplet", + "Select groups" : "Vælg grupper", + "Select object classes" : "Vælg objektklasser", + "Select attributes" : "Vælg attributter", + "Connection test succeeded" : "Forbindelsestest lykkedes", + "Connection test failed" : "Forbindelsestest mislykkedes", + "Do you really want to delete the current Server Configuration?" : "Ønsker du virkelig at slette den nuværende Server Konfiguration?", + "Confirm Deletion" : "Bekræft Sletning", + "_%s group found_::_%s groups found_" : ["Der blev fundet %s gruppe","Der blev fundet %s grupper"], + "_%s user found_::_%s users found_" : ["Der blev fundet %s bruger","Der blev fundet %s brugere"], + "Could not find the desired feature" : "Fandt ikke den ønskede funktion", + "Invalid Host" : "Ugyldig vært", + "Server" : "Server", + "User Filter" : "Brugerfilter", + "Login Filter" : "Login-filter", + "Group Filter" : "Gruppe Filter", + "Save" : "Gem", + "Test Configuration" : "Test Konfiguration", + "Help" : "Hjælp", + "Groups meeting these criteria are available in %s:" : "Grupper som modsvarer disse kriterier er tilgængelige i %s:", + "only those object classes:" : "kun disse objektklasser:", + "only from those groups:" : "kun fra disse grupper:", + "Edit raw filter instead" : "Redigér det rå filter i stedet", + "Raw LDAP filter" : "Råt LDAP-filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filteret angiver hvilke LDAP-grupper, der skal have adgang til instansen %s.", + "Test Filter" : "Testfilter", + "groups found" : "grupper blev fundet", + "Users login with this attribute:" : "Brugeres login med dette attribut:", + "LDAP Username:" : "LDAP-brugernavn:", + "LDAP Email Address:" : "LDAP-e-mailadresse:", + "Other Attributes:" : "Andre attributter:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definerer dét filter der anvendes, når der er forsøg på at logge ind. %%uuid erstattter brugernavnet i login-handlingen. Eksempel: \"uid=%%uuid\"", + "1. Server" : "1. server", + "%s. Server:" : "%s. server:", + "Add Server Configuration" : "Tilføj Server Konfiguration", + "Delete Configuration" : "Slet konfiguration", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du kan udelade protokollen, medmindre du skal bruge SSL. Start i så fald med ldaps://", + "Port" : "Port", + "User DN" : "Bruger 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'et for klientbrugeren, for hvilken bindingen skal foretages, eks. uid=agent,dc=eksempel,dc=com. For anonym adgang lades DN og Password stå tomme.", + "Password" : "Kodeord", + "For anonymous access, leave DN and Password empty." : "For anonym adgang, skal du lade DN og Adgangskode tomme.", + "One Base DN per line" : "Ét Base DN per linje", + "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Undgår automatiske LDAP-forespørgsler. Bedre på større opsætninger, men kræver en del LDAP-kendskab.", + "Manually enter LDAP filters (recommended for large directories)" : "Angiv LDAP-filtre manuelt (anbefales til større kataloger)", + "Limit %s access to users meeting these criteria:" : "Begræns %s-adgangen til brugere som imødekommer disse kriterier:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filteret angiver hvilke LDAP-brugere, der skal have adgang til %s-instansen.", + "users found" : "brugere blev fundet", + "Saving" : "Gemmer", + "Back" : "Tilbage", + "Continue" : "Videre", + "Expert" : "Ekspert", + "Advanced" : "Avanceret", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advarsel: Apps'ene user_ldap og user_webdavauth er ikke kompatible. Du kan opleve uventet adfærd. Spørg venligst din systemadministrator om at slå én af dem fra.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advarsel: PHP-modulet LDAP er ikke installeret - backend'en vil ikke fungere. Anmod venligst din systemadministrator om at installere det.", + "Connection Settings" : "Forbindelsesindstillinger ", + "Configuration Active" : "Konfiguration Aktiv", + "When unchecked, this configuration will be skipped." : "Hvis der ikke er markeret, så springes denne konfiguration over.", + "Backup (Replica) Host" : "Vært for sikkerhedskopier (replika)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Angiv valgfrit en vært for sikkerhedskopiering. Dette skal være en replikering af den primære LDAP/AD-server.", + "Backup (Replica) Port" : "Port for sikkerhedskopi (replika)", + "Disable Main Server" : "Deaktiver Hovedserver", + "Only connect to the replica server." : "Forbind kun til replika serveren.", + "Case insensitive LDAP server (Windows)" : "LDAP-server som ikke er versalfølsom (Windows)", + "Turn off SSL certificate validation." : "Deaktiver SSL certifikat validering", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Anbefales ikke - bruges kun til testformål! Hvis forbindelse udelukkende fungerer med dette tilvalg, så importér LDAP-serverens SSL-certifikat i din %s-server.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "i sekunder. En ændring vil tømme cachen.", + "Directory Settings" : "Mappeindstillinger", + "User Display Name Field" : "User Display Name Field", + "The LDAP attribute to use to generate the user's display name." : "LDAP-attributten som skal bruges til at oprette brugerens viste navn.", + "Base User Tree" : "Base Bruger Træ", + "One User Base DN per line" : "Én bruger-Base DN per linje", + "User Search Attributes" : "Attributter for brugersøgning", + "Optional; one attribute per line" : "Valgfrit; én attribut per linje", + "Group Display Name Field" : "Navnefelt for gruppevisning", + "The LDAP attribute to use to generate the groups's display name." : "LDAP-attributten som skal bruges til at oprette gruppens viste navn.", + "Base Group Tree" : "Base Group Tree", + "One Group Base DN per line" : "Ét gruppe-Base DN per linje", + "Group Search Attributes" : "Attributter for gruppesøgning", + "Group-Member association" : "Group-Member association", + "Nested Groups" : "Indlejrede grupper", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Når slået til, så vil grupper som rummer grupper blive understøttet. (Dette fungerer kun, hvis attributten for gruppemedlem indeholder DN'er.)", + "Paging chunksize" : "Fragmentstørrelse for sideinddeling", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Fragmentstørrelse som bruges til sideinddelte LDAP-søgninger, der kan returnere omfattende resultater såsom bruger eller gruppe-optælling. (Angivelse til 0 vil slå sideinddelte LDAP-søgninger fra for disse situationer.)", + "Special Attributes" : "Specielle attributter", + "Quota Field" : "Kvote Felt", + "Quota Default" : "Standard for kvota", + "in bytes" : "i bytes", + "Email Field" : "Felt for e-mail", + "User Home Folder Naming Rule" : "Navneregel for brugerens hjemmemappe", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lad stå tom for brugernavn (standard). Alternativt, angiv en LDAP/AD-attribut.", + "Internal Username" : "Internt Brugernavn", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Som udgangspunkt oprettes det interne brugernavn fra UUID-attributten. Den sørger for at brugernavnet er unikt, og at der ikke kræves konvertering af tegnene. Det interne brugernavn er begrænset således, at det kun er følgende tegn som tillades: [a-zA-Z0-9_.@-] . Andre tegn erstattes med deres tilsvarende ASCII-kode eller bliver simpelthen udeladt. Ved kollisioner tilføjes/forøges et tal. Det interne brugernavn bruges til at identificere en bruger internt. Det er også standardnavnet for brugerens hjemmemappe. Det er desuden en del af fjern-URL'er, for eksempel for alle *DAV-tjenester. Med denne indstilling, så kan standardadfærden tilsidesættes. For at opnå en adfærd som ligner dén fra før ownCloud 5, så angives attributten for vist brugernavn i det følgende feed. Lad den stå tom for standardadfærd. Ændringer vil kune påvirke nyligt kortlagte (tilføjede) LDAP-brugere.", + "Internal Username Attribute:" : "Internt attribut for brugernavn:", + "Override UUID detection" : "Tilsidesæt UUID-detektering", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Som udgangspunkt registreres UUID-attributten automatisk. UUID-attributten bruges til entydig identificering af LDAP-brugere og -grupper. I tillæg vil det interne brugernavn blive oprettes på basis af UUID'et, hvis andet ikke angives ovenfor. Du kan tilsidesætte indstillingen og angive en attribut efter eget valg. Du skal sørge for at dén attribut du selv vælger, kan hentes for både brugere og grupper, samt at den er unik. Lad stå tom for standardadfærd. Ændringer vil kun påvirke nyilgt kortlagte (tilføjede) LDAP-brugere og -grupper.", + "UUID Attribute for Users:" : "UUID-attribut for brugere:", + "UUID Attribute for Groups:" : "UUID-attribut for grupper:", + "Username-LDAP User Mapping" : "Kortlægning mellem brugernavn og LDAP-bruger", + "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." : "Brugernavne bruges til at lagre og tildele (meta)data. For at kunne identificere og genkende brugere præcist, så vil hver LDAP-bruger have et internt brugernavn. Det oprettede brugernavn kortlægges til UUID'et for LDAP-brugeren. I tillæg mellemlagres DN'et for at mindske LDAP-interaktioner, men det benyttes ikke til identifikation. Hvis DN'et ændres, så vil ændringerne blive registreret. Det interne brugernavn anvendes overalt. Hvis kortlægningerne ryddes, så vil der være rester overalt. Rydning af kortlægningerne er ikke konfigurationssensitivt - det påvirker alle LDAP-konfigurationer! Ryd aldrig kortlægningerne i et produktionsmiljø, kun i et teststadie eller eksperimentelt stadie.", + "Clear Username-LDAP User Mapping" : "Ryd kortlægning mellem brugernavn og LDAP-bruger", + "Clear Groupname-LDAP Group Mapping" : "Ryd kortlægning mellem gruppenavn og LDAP-gruppe" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/da.php b/apps/user_ldap/l10n/da.php deleted file mode 100644 index d76395ab3b..0000000000 --- a/apps/user_ldap/l10n/da.php +++ /dev/null @@ -1,131 +0,0 @@ - "Mislykkedes med at rydde afbildningerne.", -"Failed to delete the server configuration" => "Kunne ikke slette server konfigurationen", -"The configuration is valid and the connection could be established!" => "Konfigurationen er korrekt og forbindelsen kunne etableres!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurationen er gyldig, men Bind'en mislykkedes. Tjek venligst serverindstillingerne og akkreditiverne.", -"The configuration is invalid. Please have a look at the logs for further details." => "Konfigurationen er ugyldig. Se venligst i loggen for yderligere detaljer.", -"No action specified" => "Der er ikke angivet en handling", -"No configuration specified" => "Der er ikke angivet en konfiguration", -"No data specified" => "Der er ikke angivet data", -" Could not set configuration %s" => "Kunne ikke indstille konfigurationen %s", -"Deletion failed" => "Fejl ved sletning", -"Take over settings from recent server configuration?" => "Overtag indstillinger fra nylig server konfiguration? ", -"Keep settings?" => "Behold indstillinger?", -"{nthServer}. Server" => "{nthServer}. server", -"Cannot add server configuration" => "Kan ikke tilføje serverkonfiguration", -"mappings cleared" => "afbildninger blev ryddet", -"Success" => "Succes", -"Error" => "Fejl", -"Please specify a Base DN" => "Angiv venligst en Base DN", -"Could not determine Base DN" => "Kunne ikke fastslå Base DN", -"Please specify the port" => "Angiv venligst porten", -"Configuration OK" => "Konfigurationen er OK", -"Configuration incorrect" => "Konfigurationen er ikke korrekt", -"Configuration incomplete" => "Konfigurationen er ikke komplet", -"Select groups" => "Vælg grupper", -"Select object classes" => "Vælg objektklasser", -"Select attributes" => "Vælg attributter", -"Connection test succeeded" => "Forbindelsestest lykkedes", -"Connection test failed" => "Forbindelsestest mislykkedes", -"Do you really want to delete the current Server Configuration?" => "Ønsker du virkelig at slette den nuværende Server Konfiguration?", -"Confirm Deletion" => "Bekræft Sletning", -"_%s group found_::_%s groups found_" => array("Der blev fundet %s gruppe","Der blev fundet %s grupper"), -"_%s user found_::_%s users found_" => array("Der blev fundet %s bruger","Der blev fundet %s brugere"), -"Could not find the desired feature" => "Fandt ikke den ønskede funktion", -"Invalid Host" => "Ugyldig vært", -"Server" => "Server", -"User Filter" => "Brugerfilter", -"Login Filter" => "Login-filter", -"Group Filter" => "Gruppe Filter", -"Save" => "Gem", -"Test Configuration" => "Test Konfiguration", -"Help" => "Hjælp", -"Groups meeting these criteria are available in %s:" => "Grupper som modsvarer disse kriterier er tilgængelige i %s:", -"only those object classes:" => "kun disse objektklasser:", -"only from those groups:" => "kun fra disse grupper:", -"Edit raw filter instead" => "Redigér det rå filter i stedet", -"Raw LDAP filter" => "Råt LDAP-filter", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Filteret angiver hvilke LDAP-grupper, der skal have adgang til instansen %s.", -"Test Filter" => "Testfilter", -"groups found" => "grupper blev fundet", -"Users login with this attribute:" => "Brugeres login med dette attribut:", -"LDAP Username:" => "LDAP-brugernavn:", -"LDAP Email Address:" => "LDAP-e-mailadresse:", -"Other Attributes:" => "Andre attributter:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Definerer dét filter der anvendes, når der er forsøg på at logge ind. %%uuid erstattter brugernavnet i login-handlingen. Eksempel: \"uid=%%uuid\"", -"1. Server" => "1. server", -"%s. Server:" => "%s. server:", -"Add Server Configuration" => "Tilføj Server Konfiguration", -"Delete Configuration" => "Slet konfiguration", -"Host" => "Host", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Du kan udelade protokollen, medmindre du skal bruge SSL. Start i så fald med ldaps://", -"Port" => "Port", -"User DN" => "Bruger 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'et for klientbrugeren, for hvilken bindingen skal foretages, eks. uid=agent,dc=eksempel,dc=com. For anonym adgang lades DN og Password stå tomme.", -"Password" => "Kodeord", -"For anonymous access, leave DN and Password empty." => "For anonym adgang, skal du lade DN og Adgangskode tomme.", -"One Base DN per line" => "Ét Base DN per linje", -"You can specify Base DN for users and groups in the Advanced tab" => "You can specify Base DN for users and groups in the Advanced tab", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Undgår automatiske LDAP-forespørgsler. Bedre på større opsætninger, men kræver en del LDAP-kendskab.", -"Manually enter LDAP filters (recommended for large directories)" => "Angiv LDAP-filtre manuelt (anbefales til større kataloger)", -"Limit %s access to users meeting these criteria:" => "Begræns %s-adgangen til brugere som imødekommer disse kriterier:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Filteret angiver hvilke LDAP-brugere, der skal have adgang til %s-instansen.", -"users found" => "brugere blev fundet", -"Saving" => "Gemmer", -"Back" => "Tilbage", -"Continue" => "Videre", -"Expert" => "Ekspert", -"Advanced" => "Avanceret", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Advarsel: Apps'ene user_ldap og user_webdavauth er ikke kompatible. Du kan opleve uventet adfærd. Spørg venligst din systemadministrator om at slå én af dem fra.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Advarsel: PHP-modulet LDAP er ikke installeret - backend'en vil ikke fungere. Anmod venligst din systemadministrator om at installere det.", -"Connection Settings" => "Forbindelsesindstillinger ", -"Configuration Active" => "Konfiguration Aktiv", -"When unchecked, this configuration will be skipped." => "Hvis der ikke er markeret, så springes denne konfiguration over.", -"Backup (Replica) Host" => "Vært for sikkerhedskopier (replika)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Angiv valgfrit en vært for sikkerhedskopiering. Dette skal være en replikering af den primære LDAP/AD-server.", -"Backup (Replica) Port" => "Port for sikkerhedskopi (replika)", -"Disable Main Server" => "Deaktiver Hovedserver", -"Only connect to the replica server." => "Forbind kun til replika serveren.", -"Case insensitive LDAP server (Windows)" => "LDAP-server som ikke er versalfølsom (Windows)", -"Turn off SSL certificate validation." => "Deaktiver SSL certifikat validering", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Anbefales ikke - bruges kun til testformål! Hvis forbindelse udelukkende fungerer med dette tilvalg, så importér LDAP-serverens SSL-certifikat i din %s-server.", -"Cache Time-To-Live" => "Cache Time-To-Live", -"in seconds. A change empties the cache." => "i sekunder. En ændring vil tømme cachen.", -"Directory Settings" => "Mappeindstillinger", -"User Display Name Field" => "User Display Name Field", -"The LDAP attribute to use to generate the user's display name." => "LDAP-attributten som skal bruges til at oprette brugerens viste navn.", -"Base User Tree" => "Base Bruger Træ", -"One User Base DN per line" => "Én bruger-Base DN per linje", -"User Search Attributes" => "Attributter for brugersøgning", -"Optional; one attribute per line" => "Valgfrit; én attribut per linje", -"Group Display Name Field" => "Navnefelt for gruppevisning", -"The LDAP attribute to use to generate the groups's display name." => "LDAP-attributten som skal bruges til at oprette gruppens viste navn.", -"Base Group Tree" => "Base Group Tree", -"One Group Base DN per line" => "Ét gruppe-Base DN per linje", -"Group Search Attributes" => "Attributter for gruppesøgning", -"Group-Member association" => "Group-Member association", -"Nested Groups" => "Indlejrede grupper", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Når slået til, så vil grupper som rummer grupper blive understøttet. (Dette fungerer kun, hvis attributten for gruppemedlem indeholder DN'er.)", -"Paging chunksize" => "Fragmentstørrelse for sideinddeling", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Fragmentstørrelse som bruges til sideinddelte LDAP-søgninger, der kan returnere omfattende resultater såsom bruger eller gruppe-optælling. (Angivelse til 0 vil slå sideinddelte LDAP-søgninger fra for disse situationer.)", -"Special Attributes" => "Specielle attributter", -"Quota Field" => "Kvote Felt", -"Quota Default" => "Standard for kvota", -"in bytes" => "i bytes", -"Email Field" => "Felt for e-mail", -"User Home Folder Naming Rule" => "Navneregel for brugerens hjemmemappe", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lad stå tom for brugernavn (standard). Alternativt, angiv en LDAP/AD-attribut.", -"Internal Username" => "Internt Brugernavn", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Som udgangspunkt oprettes det interne brugernavn fra UUID-attributten. Den sørger for at brugernavnet er unikt, og at der ikke kræves konvertering af tegnene. Det interne brugernavn er begrænset således, at det kun er følgende tegn som tillades: [a-zA-Z0-9_.@-] . Andre tegn erstattes med deres tilsvarende ASCII-kode eller bliver simpelthen udeladt. Ved kollisioner tilføjes/forøges et tal. Det interne brugernavn bruges til at identificere en bruger internt. Det er også standardnavnet for brugerens hjemmemappe. Det er desuden en del af fjern-URL'er, for eksempel for alle *DAV-tjenester. Med denne indstilling, så kan standardadfærden tilsidesættes. For at opnå en adfærd som ligner dén fra før ownCloud 5, så angives attributten for vist brugernavn i det følgende feed. Lad den stå tom for standardadfærd. Ændringer vil kune påvirke nyligt kortlagte (tilføjede) LDAP-brugere.", -"Internal Username Attribute:" => "Internt attribut for brugernavn:", -"Override UUID detection" => "Tilsidesæt UUID-detektering", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Som udgangspunkt registreres UUID-attributten automatisk. UUID-attributten bruges til entydig identificering af LDAP-brugere og -grupper. I tillæg vil det interne brugernavn blive oprettes på basis af UUID'et, hvis andet ikke angives ovenfor. Du kan tilsidesætte indstillingen og angive en attribut efter eget valg. Du skal sørge for at dén attribut du selv vælger, kan hentes for både brugere og grupper, samt at den er unik. Lad stå tom for standardadfærd. Ændringer vil kun påvirke nyilgt kortlagte (tilføjede) LDAP-brugere og -grupper.", -"UUID Attribute for Users:" => "UUID-attribut for brugere:", -"UUID Attribute for Groups:" => "UUID-attribut for grupper:", -"Username-LDAP User Mapping" => "Kortlægning mellem brugernavn og LDAP-bruger", -"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." => "Brugernavne bruges til at lagre og tildele (meta)data. For at kunne identificere og genkende brugere præcist, så vil hver LDAP-bruger have et internt brugernavn. Det oprettede brugernavn kortlægges til UUID'et for LDAP-brugeren. I tillæg mellemlagres DN'et for at mindske LDAP-interaktioner, men det benyttes ikke til identifikation. Hvis DN'et ændres, så vil ændringerne blive registreret. Det interne brugernavn anvendes overalt. Hvis kortlægningerne ryddes, så vil der være rester overalt. Rydning af kortlægningerne er ikke konfigurationssensitivt - det påvirker alle LDAP-konfigurationer! Ryd aldrig kortlægningerne i et produktionsmiljø, kun i et teststadie eller eksperimentelt stadie.", -"Clear Username-LDAP User Mapping" => "Ryd kortlægning mellem brugernavn og LDAP-bruger", -"Clear Groupname-LDAP Group Mapping" => "Ryd kortlægning mellem gruppenavn og LDAP-gruppe" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/de.js b/apps/user_ldap/l10n/de.js new file mode 100644 index 0000000000..6dc30ad80d --- /dev/null +++ b/apps/user_ldap/l10n/de.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Löschen der Zuordnung fehlgeschlagen.", + "Failed to delete the server configuration" : "Löschen der Serverkonfiguration fehlgeschlagen", + "The configuration is valid and the connection could be established!" : "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfe die Servereinstellungen und Anmeldeinformationen.", + "The configuration is invalid. Please have a look at the logs for further details." : "Die Konfiguration ist ungültig. Weitere Details kannst Du in den Logdateien nachlesen.", + "No action specified" : "Keine Aktion spezifiziert", + "No configuration specified" : "Keine Konfiguration spezifiziert", + "No data specified" : "Keine Daten spezifiziert", + " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden", + "Deletion failed" : "Löschen fehlgeschlagen", + "Take over settings from recent server configuration?" : "Einstellungen von letzter Konfiguration übernehmen?", + "Keep settings?" : "Einstellungen beibehalten?", + "{nthServer}. Server" : "{nthServer}. - Server", + "Cannot add server configuration" : "Das Hinzufügen der Serverkonfiguration schlug fehl", + "mappings cleared" : "Zuordnungen gelöscht", + "Success" : "Erfolgreich", + "Error" : "Fehler", + "Please specify a Base DN" : "Bitte ein Base-DN spezifizieren", + "Could not determine Base DN" : "Base-DN konnte nicht festgestellt werden", + "Please specify the port" : "Bitte Port spezifizieren", + "Configuration OK" : "Konfiguration OK", + "Configuration incorrect" : "Konfiguration nicht korrekt", + "Configuration incomplete" : "Konfiguration nicht vollständig", + "Select groups" : "Wähle Gruppen aus", + "Select object classes" : "Objekt-Klassen auswählen", + "Select attributes" : "Attribute auswählen", + "Connection test succeeded" : "Verbindungstest erfolgreich", + "Connection test failed" : "Verbindungstest fehlgeschlagen", + "Do you really want to delete the current Server Configuration?" : "Möchtest Du die aktuelle Serverkonfiguration wirklich löschen?", + "Confirm Deletion" : "Löschung bestätigen", + "_%s group found_::_%s groups found_" : ["%s Gruppe gefunden","%s Gruppen gefunden"], + "_%s user found_::_%s users found_" : ["%s Benutzer gefunden","%s Benutzer gefunden"], + "Could not find the desired feature" : "Konnte die gewünschte Funktion nicht finden", + "Invalid Host" : "Ungültiger Host", + "Server" : "Server", + "User Filter" : "Nutzer-Filter", + "Login Filter" : "Anmeldefilter", + "Group Filter" : "Gruppen-Filter", + "Save" : "Speichern", + "Test Configuration" : "Testkonfiguration", + "Help" : "Hilfe", + "Groups meeting these criteria are available in %s:" : "Gruppen-Versammlungen mit diesen Kriterien sind verfügbar in %s:", + "only those object classes:" : "Nur diese Objekt-Klassen:", + "only from those groups:" : "Nur von diesen Gruppen:", + "Edit raw filter instead" : "Original-Filter stattdessen bearbeiten", + "Raw LDAP filter" : "Original LDAP-Filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Der Filter definiert welche LDAP-Gruppen Zugriff auf die %s Instanz haben sollen.", + "Test Filter" : "Test-Filter", + "groups found" : "Gruppen gefunden", + "Users login with this attribute:" : "Nutzeranmeldung mit diesem Merkmal:", + "LDAP Username:" : "LDAP-Benutzername:", + "LDAP Email Address:" : "LDAP E-Mail-Adresse:", + "Other Attributes:" : "Andere Attribute:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Serverkonfiguration hinzufügen", + "Delete Configuration" : "Konfiguration löschen", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du kannst das Protokoll auslassen, außer wenn Du SSL benötigst. Beginne dann mit ldaps://", + "Port" : "Port", + "User DN" : "Benutzer-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." : "Der DN des Benutzers für LDAP-Bind, z.B.: uid=agent,dc=example,dc=com. Für anonymen Zugriff lasse DN und Passwort leer.", + "Password" : "Passwort", + "For anonymous access, leave DN and Password empty." : "Lasse die Felder DN und Passwort für anonymen Zugang leer.", + "One Base DN per line" : "Ein Basis-DN pro Zeile", + "You can specify Base DN for users and groups in the Advanced tab" : "Du kannst Basis-DN für Benutzer und Gruppen in dem \"Erweitert\"-Reiter konfigurieren", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Verhindert automatische LDAP-Anfragen. Besser für größere Installationen, benötigt aber einiges an LDAP-Wissen.", + "Manually enter LDAP filters (recommended for large directories)" : "LDAP-Filter manuell eingeben (erforderlich für große Verzeichnisse)", + "Limit %s access to users meeting these criteria:" : "Beschränken Sie den %s Zugriff auf die Benutzer-Sitzungen durch folgende Kriterien:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter definiert welche LDAP-Benutzer Zugriff auf die %s Instanz haben sollen.", + "users found" : "Benutzer gefunden", + "Saving" : "Speichern", + "Back" : "Zurück", + "Continue" : "Fortsetzen", + "Expert" : "Experte", + "Advanced" : "Fortgeschritten", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitte\ndeinen Systemadministator eine der beiden Anwendungen zu deaktivieren.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitte Deinen Systemadministrator das Modul zu installieren.", + "Connection Settings" : "Verbindungseinstellungen", + "Configuration Active" : "Konfiguration aktiv", + "When unchecked, this configuration will be skipped." : "Konfiguration wird übersprungen wenn deaktiviert", + "Backup (Replica) Host" : "Backup Host (Kopie)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Gib einen optionalen Backup Host an. Es muss sich um eine Kopie des Haupt LDAP/AD Servers handeln.", + "Backup (Replica) Port" : "Backup Port", + "Disable Main Server" : "Hauptserver deaktivieren", + "Only connect to the replica server." : "Nur zum Replikat-Server verbinden.", + "Case insensitive LDAP server (Windows)" : "LDAP-Server (Windows - Groß- und Kleinschreibung bleibt unbeachtet)", + "Turn off SSL certificate validation." : "Schalte die SSL-Zertifikatsprüfung aus.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, importiere das SSL-Zertifikat des LDAP-Servers in deinen %s Server.", + "Cache Time-To-Live" : "Speichere Time-To-Live zwischen", + "in seconds. A change empties the cache." : "in Sekunden. Eine Änderung leert den Cache.", + "Directory Settings" : "Ordnereinstellungen", + "User Display Name Field" : "Feld für den Anzeigenamen des Benutzers", + "The LDAP attribute to use to generate the user's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens des Benutzers.", + "Base User Tree" : "Basis-Benutzerbaum", + "One User Base DN per line" : "Ein Benutzer Basis-DN pro Zeile", + "User Search Attributes" : "Benutzersucheigenschaften", + "Optional; one attribute per line" : "Optional; ein Attribut pro Zeile", + "Group Display Name Field" : "Feld für den Anzeigenamen der Gruppe", + "The LDAP attribute to use to generate the groups's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens der Gruppen.", + "Base Group Tree" : "Basis-Gruppenbaum", + "One Group Base DN per line" : "Ein Gruppen Basis-DN pro Zeile", + "Group Search Attributes" : "Gruppensucheigenschaften", + "Group-Member association" : "Assoziation zwischen Gruppe und Benutzer", + "Nested Groups" : "Eingebundene Gruppen", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Wenn aktiviert, werden Gruppen, die Gruppen enthalten, unterstützt. (Funktioniert nur, wenn das Merkmal des Gruppenmitgliedes den Domain-Namen enthält.)", + "Paging chunksize" : "Seitenstücke (Paging chunksize)", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Die Größe der Seitenstücke (Chunksize) wird für seitenbezogene LDAP-Suchen verwendet die sehr viele Ergebnisse z.B. Nutzer- und Gruppenaufzählungen liefern. (Die Einstellung 0 deaktiviert das seitenbezogene LDAP-Suchen in diesen Situationen)", + "Special Attributes" : "Spezielle Eigenschaften", + "Quota Field" : "Kontingent Feld", + "Quota Default" : "Standard Kontingent", + "in bytes" : "in Bytes", + "Email Field" : "E-Mail Feld", + "User Home Folder Naming Rule" : "Benennungsregel für das Home-Verzeichnis des Benutzers", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfall trage ein LDAP/AD-Attribut ein.", + "Internal Username" : "Interner Benutzername", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standardmäßig wird der interne Benutzername mittels des UUID-Attributes erzeugt. Dies stellt sicher, dass der Benutzername einzigartig ist und keinerlei Zeichen konvertiert werden müssen. Der interne Benutzername unterliegt Beschränkungen, die nur die nachfolgenden Zeichen erlauben: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mittels ihrer korrespondierenden Zeichen ersetzt oder einfach ausgelassen. Bei Kollisionen wird ein Zähler hinzugefügt bzw. der Zähler um einen Wert erhöht. Der interne Benutzername wird benutzt, um einen Benutzer intern zu identifizieren. Es ist ebenso der standardmäßig vorausgewählte Namen des Heimatverzeichnisses. Es ist auch ein Teil der Remote-URLs - zum Beispiel für alle *DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten überschrieben werden. Um ein ähnliches Verhalten wie vor ownCloud 5 zu erzielen, fügen Sie das anzuzeigende Attribut des Benutzernamens in das nachfolgende Feld ein. Lassen Sie dies hingegen für das Standardverhalten leer. Die Änderungen werden sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer auswirken.", + "Internal Username Attribute:" : "Attribut für interne Benutzernamen:", + "Override UUID detection" : "UUID-Erkennung überschreiben", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standardmäßig wird die UUID-Eigenschaft automatisch erkannt. Die UUID-Eigenschaft wird genutzt, um einen LDAP-Benutzer und Gruppen einwandfrei zu identifizieren. Außerdem wird der interne Benutzername erzeugt, der auf Eigenschaften der UUID basiert, wenn es oben nicht anders angegeben wurde. Du musst allerdings sicherstellen, dass deine gewählten Eigenschaften zur Identifikation der Benutzer und Gruppen eindeutig sind und zugeordnet werden können. Lasse es frei, um es beim Standardverhalten zu belassen. Änderungen wirken sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer und -Gruppen aus.", + "UUID Attribute for Users:" : "UUID-Attribute für Benutzer:", + "UUID Attribute for Groups:" : "UUID-Attribute für Gruppen:", + "Username-LDAP User Mapping" : "LDAP-Benutzernamenzuordnung", + "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." : "Die Benutzernamen werden genutzt, um (Meta)Daten zuzuordnen und zu speichern. Um Benutzer eindeutig und präzise zu identifizieren, hat jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung (mappen) von Benutzernamen zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzernamens zugeordnet. Zusätzlich wird der DN zwischengespeichert, um die Interaktion mit dem LDAP zu minimieren, was aber nicht der Identifikation dient. Ändert sich der DN, werden die Änderungen durch gefunden. Der interne Benutzername, wird in überall verwendet. Werden die Zuordnungen gelöscht, bleiben überall Reste zurück. Die Löschung der Zuordnungen kann nicht in der Konfiguration vorgenommen werden, beeinflusst aber die LDAP-Konfiguration! Löschen Sie niemals die Zuordnungen in einer produktiven Umgebung. Lösche die Zuordnungen nur in einer Test- oder Experimentierumgebung.", + "Clear Username-LDAP User Mapping" : "Lösche LDAP-Benutzernamenzuordnung", + "Clear Groupname-LDAP Group Mapping" : "Lösche LDAP-Gruppennamenzuordnung" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/de.json b/apps/user_ldap/l10n/de.json new file mode 100644 index 0000000000..4603f75f6f --- /dev/null +++ b/apps/user_ldap/l10n/de.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Löschen der Zuordnung fehlgeschlagen.", + "Failed to delete the server configuration" : "Löschen der Serverkonfiguration fehlgeschlagen", + "The configuration is valid and the connection could be established!" : "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfe die Servereinstellungen und Anmeldeinformationen.", + "The configuration is invalid. Please have a look at the logs for further details." : "Die Konfiguration ist ungültig. Weitere Details kannst Du in den Logdateien nachlesen.", + "No action specified" : "Keine Aktion spezifiziert", + "No configuration specified" : "Keine Konfiguration spezifiziert", + "No data specified" : "Keine Daten spezifiziert", + " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden", + "Deletion failed" : "Löschen fehlgeschlagen", + "Take over settings from recent server configuration?" : "Einstellungen von letzter Konfiguration übernehmen?", + "Keep settings?" : "Einstellungen beibehalten?", + "{nthServer}. Server" : "{nthServer}. - Server", + "Cannot add server configuration" : "Das Hinzufügen der Serverkonfiguration schlug fehl", + "mappings cleared" : "Zuordnungen gelöscht", + "Success" : "Erfolgreich", + "Error" : "Fehler", + "Please specify a Base DN" : "Bitte ein Base-DN spezifizieren", + "Could not determine Base DN" : "Base-DN konnte nicht festgestellt werden", + "Please specify the port" : "Bitte Port spezifizieren", + "Configuration OK" : "Konfiguration OK", + "Configuration incorrect" : "Konfiguration nicht korrekt", + "Configuration incomplete" : "Konfiguration nicht vollständig", + "Select groups" : "Wähle Gruppen aus", + "Select object classes" : "Objekt-Klassen auswählen", + "Select attributes" : "Attribute auswählen", + "Connection test succeeded" : "Verbindungstest erfolgreich", + "Connection test failed" : "Verbindungstest fehlgeschlagen", + "Do you really want to delete the current Server Configuration?" : "Möchtest Du die aktuelle Serverkonfiguration wirklich löschen?", + "Confirm Deletion" : "Löschung bestätigen", + "_%s group found_::_%s groups found_" : ["%s Gruppe gefunden","%s Gruppen gefunden"], + "_%s user found_::_%s users found_" : ["%s Benutzer gefunden","%s Benutzer gefunden"], + "Could not find the desired feature" : "Konnte die gewünschte Funktion nicht finden", + "Invalid Host" : "Ungültiger Host", + "Server" : "Server", + "User Filter" : "Nutzer-Filter", + "Login Filter" : "Anmeldefilter", + "Group Filter" : "Gruppen-Filter", + "Save" : "Speichern", + "Test Configuration" : "Testkonfiguration", + "Help" : "Hilfe", + "Groups meeting these criteria are available in %s:" : "Gruppen-Versammlungen mit diesen Kriterien sind verfügbar in %s:", + "only those object classes:" : "Nur diese Objekt-Klassen:", + "only from those groups:" : "Nur von diesen Gruppen:", + "Edit raw filter instead" : "Original-Filter stattdessen bearbeiten", + "Raw LDAP filter" : "Original LDAP-Filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Der Filter definiert welche LDAP-Gruppen Zugriff auf die %s Instanz haben sollen.", + "Test Filter" : "Test-Filter", + "groups found" : "Gruppen gefunden", + "Users login with this attribute:" : "Nutzeranmeldung mit diesem Merkmal:", + "LDAP Username:" : "LDAP-Benutzername:", + "LDAP Email Address:" : "LDAP E-Mail-Adresse:", + "Other Attributes:" : "Andere Attribute:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Serverkonfiguration hinzufügen", + "Delete Configuration" : "Konfiguration löschen", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du kannst das Protokoll auslassen, außer wenn Du SSL benötigst. Beginne dann mit ldaps://", + "Port" : "Port", + "User DN" : "Benutzer-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." : "Der DN des Benutzers für LDAP-Bind, z.B.: uid=agent,dc=example,dc=com. Für anonymen Zugriff lasse DN und Passwort leer.", + "Password" : "Passwort", + "For anonymous access, leave DN and Password empty." : "Lasse die Felder DN und Passwort für anonymen Zugang leer.", + "One Base DN per line" : "Ein Basis-DN pro Zeile", + "You can specify Base DN for users and groups in the Advanced tab" : "Du kannst Basis-DN für Benutzer und Gruppen in dem \"Erweitert\"-Reiter konfigurieren", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Verhindert automatische LDAP-Anfragen. Besser für größere Installationen, benötigt aber einiges an LDAP-Wissen.", + "Manually enter LDAP filters (recommended for large directories)" : "LDAP-Filter manuell eingeben (erforderlich für große Verzeichnisse)", + "Limit %s access to users meeting these criteria:" : "Beschränken Sie den %s Zugriff auf die Benutzer-Sitzungen durch folgende Kriterien:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter definiert welche LDAP-Benutzer Zugriff auf die %s Instanz haben sollen.", + "users found" : "Benutzer gefunden", + "Saving" : "Speichern", + "Back" : "Zurück", + "Continue" : "Fortsetzen", + "Expert" : "Experte", + "Advanced" : "Fortgeschritten", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitte\ndeinen Systemadministator eine der beiden Anwendungen zu deaktivieren.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitte Deinen Systemadministrator das Modul zu installieren.", + "Connection Settings" : "Verbindungseinstellungen", + "Configuration Active" : "Konfiguration aktiv", + "When unchecked, this configuration will be skipped." : "Konfiguration wird übersprungen wenn deaktiviert", + "Backup (Replica) Host" : "Backup Host (Kopie)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Gib einen optionalen Backup Host an. Es muss sich um eine Kopie des Haupt LDAP/AD Servers handeln.", + "Backup (Replica) Port" : "Backup Port", + "Disable Main Server" : "Hauptserver deaktivieren", + "Only connect to the replica server." : "Nur zum Replikat-Server verbinden.", + "Case insensitive LDAP server (Windows)" : "LDAP-Server (Windows - Groß- und Kleinschreibung bleibt unbeachtet)", + "Turn off SSL certificate validation." : "Schalte die SSL-Zertifikatsprüfung aus.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, importiere das SSL-Zertifikat des LDAP-Servers in deinen %s Server.", + "Cache Time-To-Live" : "Speichere Time-To-Live zwischen", + "in seconds. A change empties the cache." : "in Sekunden. Eine Änderung leert den Cache.", + "Directory Settings" : "Ordnereinstellungen", + "User Display Name Field" : "Feld für den Anzeigenamen des Benutzers", + "The LDAP attribute to use to generate the user's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens des Benutzers.", + "Base User Tree" : "Basis-Benutzerbaum", + "One User Base DN per line" : "Ein Benutzer Basis-DN pro Zeile", + "User Search Attributes" : "Benutzersucheigenschaften", + "Optional; one attribute per line" : "Optional; ein Attribut pro Zeile", + "Group Display Name Field" : "Feld für den Anzeigenamen der Gruppe", + "The LDAP attribute to use to generate the groups's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens der Gruppen.", + "Base Group Tree" : "Basis-Gruppenbaum", + "One Group Base DN per line" : "Ein Gruppen Basis-DN pro Zeile", + "Group Search Attributes" : "Gruppensucheigenschaften", + "Group-Member association" : "Assoziation zwischen Gruppe und Benutzer", + "Nested Groups" : "Eingebundene Gruppen", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Wenn aktiviert, werden Gruppen, die Gruppen enthalten, unterstützt. (Funktioniert nur, wenn das Merkmal des Gruppenmitgliedes den Domain-Namen enthält.)", + "Paging chunksize" : "Seitenstücke (Paging chunksize)", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Die Größe der Seitenstücke (Chunksize) wird für seitenbezogene LDAP-Suchen verwendet die sehr viele Ergebnisse z.B. Nutzer- und Gruppenaufzählungen liefern. (Die Einstellung 0 deaktiviert das seitenbezogene LDAP-Suchen in diesen Situationen)", + "Special Attributes" : "Spezielle Eigenschaften", + "Quota Field" : "Kontingent Feld", + "Quota Default" : "Standard Kontingent", + "in bytes" : "in Bytes", + "Email Field" : "E-Mail Feld", + "User Home Folder Naming Rule" : "Benennungsregel für das Home-Verzeichnis des Benutzers", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfall trage ein LDAP/AD-Attribut ein.", + "Internal Username" : "Interner Benutzername", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standardmäßig wird der interne Benutzername mittels des UUID-Attributes erzeugt. Dies stellt sicher, dass der Benutzername einzigartig ist und keinerlei Zeichen konvertiert werden müssen. Der interne Benutzername unterliegt Beschränkungen, die nur die nachfolgenden Zeichen erlauben: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mittels ihrer korrespondierenden Zeichen ersetzt oder einfach ausgelassen. Bei Kollisionen wird ein Zähler hinzugefügt bzw. der Zähler um einen Wert erhöht. Der interne Benutzername wird benutzt, um einen Benutzer intern zu identifizieren. Es ist ebenso der standardmäßig vorausgewählte Namen des Heimatverzeichnisses. Es ist auch ein Teil der Remote-URLs - zum Beispiel für alle *DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten überschrieben werden. Um ein ähnliches Verhalten wie vor ownCloud 5 zu erzielen, fügen Sie das anzuzeigende Attribut des Benutzernamens in das nachfolgende Feld ein. Lassen Sie dies hingegen für das Standardverhalten leer. Die Änderungen werden sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer auswirken.", + "Internal Username Attribute:" : "Attribut für interne Benutzernamen:", + "Override UUID detection" : "UUID-Erkennung überschreiben", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standardmäßig wird die UUID-Eigenschaft automatisch erkannt. Die UUID-Eigenschaft wird genutzt, um einen LDAP-Benutzer und Gruppen einwandfrei zu identifizieren. Außerdem wird der interne Benutzername erzeugt, der auf Eigenschaften der UUID basiert, wenn es oben nicht anders angegeben wurde. Du musst allerdings sicherstellen, dass deine gewählten Eigenschaften zur Identifikation der Benutzer und Gruppen eindeutig sind und zugeordnet werden können. Lasse es frei, um es beim Standardverhalten zu belassen. Änderungen wirken sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer und -Gruppen aus.", + "UUID Attribute for Users:" : "UUID-Attribute für Benutzer:", + "UUID Attribute for Groups:" : "UUID-Attribute für Gruppen:", + "Username-LDAP User Mapping" : "LDAP-Benutzernamenzuordnung", + "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." : "Die Benutzernamen werden genutzt, um (Meta)Daten zuzuordnen und zu speichern. Um Benutzer eindeutig und präzise zu identifizieren, hat jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung (mappen) von Benutzernamen zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzernamens zugeordnet. Zusätzlich wird der DN zwischengespeichert, um die Interaktion mit dem LDAP zu minimieren, was aber nicht der Identifikation dient. Ändert sich der DN, werden die Änderungen durch gefunden. Der interne Benutzername, wird in überall verwendet. Werden die Zuordnungen gelöscht, bleiben überall Reste zurück. Die Löschung der Zuordnungen kann nicht in der Konfiguration vorgenommen werden, beeinflusst aber die LDAP-Konfiguration! Löschen Sie niemals die Zuordnungen in einer produktiven Umgebung. Lösche die Zuordnungen nur in einer Test- oder Experimentierumgebung.", + "Clear Username-LDAP User Mapping" : "Lösche LDAP-Benutzernamenzuordnung", + "Clear Groupname-LDAP Group Mapping" : "Lösche LDAP-Gruppennamenzuordnung" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/de.php b/apps/user_ldap/l10n/de.php deleted file mode 100644 index e2915b8542..0000000000 --- a/apps/user_ldap/l10n/de.php +++ /dev/null @@ -1,131 +0,0 @@ - "Löschen der Zuordnung fehlgeschlagen.", -"Failed to delete the server configuration" => "Löschen der Serverkonfiguration fehlgeschlagen", -"The configuration is valid and the connection could be established!" => "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfe die Servereinstellungen und Anmeldeinformationen.", -"The configuration is invalid. Please have a look at the logs for further details." => "Die Konfiguration ist ungültig. Weitere Details kannst Du in den Logdateien nachlesen.", -"No action specified" => "Keine Aktion spezifiziert", -"No configuration specified" => "Keine Konfiguration spezifiziert", -"No data specified" => "Keine Daten spezifiziert", -" Could not set configuration %s" => "Die Konfiguration %s konnte nicht gesetzt werden", -"Deletion failed" => "Löschen fehlgeschlagen", -"Take over settings from recent server configuration?" => "Einstellungen von letzter Konfiguration übernehmen?", -"Keep settings?" => "Einstellungen beibehalten?", -"{nthServer}. Server" => "{nthServer}. - Server", -"Cannot add server configuration" => "Das Hinzufügen der Serverkonfiguration schlug fehl", -"mappings cleared" => "Zuordnungen gelöscht", -"Success" => "Erfolgreich", -"Error" => "Fehler", -"Please specify a Base DN" => "Bitte ein Base-DN spezifizieren", -"Could not determine Base DN" => "Base-DN konnte nicht festgestellt werden", -"Please specify the port" => "Bitte Port spezifizieren", -"Configuration OK" => "Konfiguration OK", -"Configuration incorrect" => "Konfiguration nicht korrekt", -"Configuration incomplete" => "Konfiguration nicht vollständig", -"Select groups" => "Wähle Gruppen aus", -"Select object classes" => "Objekt-Klassen auswählen", -"Select attributes" => "Attribute auswählen", -"Connection test succeeded" => "Verbindungstest erfolgreich", -"Connection test failed" => "Verbindungstest fehlgeschlagen", -"Do you really want to delete the current Server Configuration?" => "Möchtest Du die aktuelle Serverkonfiguration wirklich löschen?", -"Confirm Deletion" => "Löschung bestätigen", -"_%s group found_::_%s groups found_" => array("%s Gruppe gefunden","%s Gruppen gefunden"), -"_%s user found_::_%s users found_" => array("%s Benutzer gefunden","%s Benutzer gefunden"), -"Could not find the desired feature" => "Konnte die gewünschte Funktion nicht finden", -"Invalid Host" => "Ungültiger Host", -"Server" => "Server", -"User Filter" => "Nutzer-Filter", -"Login Filter" => "Anmeldefilter", -"Group Filter" => "Gruppen-Filter", -"Save" => "Speichern", -"Test Configuration" => "Testkonfiguration", -"Help" => "Hilfe", -"Groups meeting these criteria are available in %s:" => "Gruppen-Versammlungen mit diesen Kriterien sind verfügbar in %s:", -"only those object classes:" => "Nur diese Objekt-Klassen:", -"only from those groups:" => "Nur von diesen Gruppen:", -"Edit raw filter instead" => "Original-Filter stattdessen bearbeiten", -"Raw LDAP filter" => "Original LDAP-Filter", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Der Filter definiert welche LDAP-Gruppen Zugriff auf die %s Instanz haben sollen.", -"Test Filter" => "Test-Filter", -"groups found" => "Gruppen gefunden", -"Users login with this attribute:" => "Nutzeranmeldung mit diesem Merkmal:", -"LDAP Username:" => "LDAP-Benutzername:", -"LDAP Email Address:" => "LDAP E-Mail-Adresse:", -"Other Attributes:" => "Andere Attribute:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", -"1. Server" => "1. Server", -"%s. Server:" => "%s. Server:", -"Add Server Configuration" => "Serverkonfiguration hinzufügen", -"Delete Configuration" => "Konfiguration löschen", -"Host" => "Host", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Du kannst das Protokoll auslassen, außer wenn Du SSL benötigst. Beginne dann mit ldaps://", -"Port" => "Port", -"User DN" => "Benutzer-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." => "Der DN des Benutzers für LDAP-Bind, z.B.: uid=agent,dc=example,dc=com. Für anonymen Zugriff lasse DN und Passwort leer.", -"Password" => "Passwort", -"For anonymous access, leave DN and Password empty." => "Lasse die Felder DN und Passwort für anonymen Zugang leer.", -"One Base DN per line" => "Ein Basis-DN pro Zeile", -"You can specify Base DN for users and groups in the Advanced tab" => "Du kannst Basis-DN für Benutzer und Gruppen in dem \"Erweitert\"-Reiter konfigurieren", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Verhindert automatische LDAP-Anfragen. Besser für größere Installationen, benötigt aber einiges an LDAP-Wissen.", -"Manually enter LDAP filters (recommended for large directories)" => "LDAP-Filter manuell eingeben (erforderlich für große Verzeichnisse)", -"Limit %s access to users meeting these criteria:" => "Beschränken Sie den %s Zugriff auf die Benutzer-Sitzungen durch folgende Kriterien:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Der Filter definiert welche LDAP-Benutzer Zugriff auf die %s Instanz haben sollen.", -"users found" => "Benutzer gefunden", -"Saving" => "Speichern", -"Back" => "Zurück", -"Continue" => "Fortsetzen", -"Expert" => "Experte", -"Advanced" => "Fortgeschritten", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitte\ndeinen Systemadministator eine der beiden Anwendungen zu deaktivieren.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitte Deinen Systemadministrator das Modul zu installieren.", -"Connection Settings" => "Verbindungseinstellungen", -"Configuration Active" => "Konfiguration aktiv", -"When unchecked, this configuration will be skipped." => "Konfiguration wird übersprungen wenn deaktiviert", -"Backup (Replica) Host" => "Backup Host (Kopie)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Gib einen optionalen Backup Host an. Es muss sich um eine Kopie des Haupt LDAP/AD Servers handeln.", -"Backup (Replica) Port" => "Backup Port", -"Disable Main Server" => "Hauptserver deaktivieren", -"Only connect to the replica server." => "Nur zum Replikat-Server verbinden.", -"Case insensitive LDAP server (Windows)" => "LDAP-Server (Windows - Groß- und Kleinschreibung bleibt unbeachtet)", -"Turn off SSL certificate validation." => "Schalte die SSL-Zertifikatsprüfung aus.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, importiere das SSL-Zertifikat des LDAP-Servers in deinen %s Server.", -"Cache Time-To-Live" => "Speichere Time-To-Live zwischen", -"in seconds. A change empties the cache." => "in Sekunden. Eine Änderung leert den Cache.", -"Directory Settings" => "Ordnereinstellungen", -"User Display Name Field" => "Feld für den Anzeigenamen des Benutzers", -"The LDAP attribute to use to generate the user's display name." => "Das LDAP-Attribut zur Generierung des Anzeigenamens des Benutzers.", -"Base User Tree" => "Basis-Benutzerbaum", -"One User Base DN per line" => "Ein Benutzer Basis-DN pro Zeile", -"User Search Attributes" => "Benutzersucheigenschaften", -"Optional; one attribute per line" => "Optional; ein Attribut pro Zeile", -"Group Display Name Field" => "Feld für den Anzeigenamen der Gruppe", -"The LDAP attribute to use to generate the groups's display name." => "Das LDAP-Attribut zur Generierung des Anzeigenamens der Gruppen.", -"Base Group Tree" => "Basis-Gruppenbaum", -"One Group Base DN per line" => "Ein Gruppen Basis-DN pro Zeile", -"Group Search Attributes" => "Gruppensucheigenschaften", -"Group-Member association" => "Assoziation zwischen Gruppe und Benutzer", -"Nested Groups" => "Eingebundene Gruppen", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Wenn aktiviert, werden Gruppen, die Gruppen enthalten, unterstützt. (Funktioniert nur, wenn das Merkmal des Gruppenmitgliedes den Domain-Namen enthält.)", -"Paging chunksize" => "Seitenstücke (Paging chunksize)", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Die Größe der Seitenstücke (Chunksize) wird für seitenbezogene LDAP-Suchen verwendet die sehr viele Ergebnisse z.B. Nutzer- und Gruppenaufzählungen liefern. (Die Einstellung 0 deaktiviert das seitenbezogene LDAP-Suchen in diesen Situationen)", -"Special Attributes" => "Spezielle Eigenschaften", -"Quota Field" => "Kontingent Feld", -"Quota Default" => "Standard Kontingent", -"in bytes" => "in Bytes", -"Email Field" => "E-Mail Feld", -"User Home Folder Naming Rule" => "Benennungsregel für das Home-Verzeichnis des Benutzers", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfall trage ein LDAP/AD-Attribut ein.", -"Internal Username" => "Interner Benutzername", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Standardmäßig wird der interne Benutzername mittels des UUID-Attributes erzeugt. Dies stellt sicher, dass der Benutzername einzigartig ist und keinerlei Zeichen konvertiert werden müssen. Der interne Benutzername unterliegt Beschränkungen, die nur die nachfolgenden Zeichen erlauben: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mittels ihrer korrespondierenden Zeichen ersetzt oder einfach ausgelassen. Bei Kollisionen wird ein Zähler hinzugefügt bzw. der Zähler um einen Wert erhöht. Der interne Benutzername wird benutzt, um einen Benutzer intern zu identifizieren. Es ist ebenso der standardmäßig vorausgewählte Namen des Heimatverzeichnisses. Es ist auch ein Teil der Remote-URLs - zum Beispiel für alle *DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten überschrieben werden. Um ein ähnliches Verhalten wie vor ownCloud 5 zu erzielen, fügen Sie das anzuzeigende Attribut des Benutzernamens in das nachfolgende Feld ein. Lassen Sie dies hingegen für das Standardverhalten leer. Die Änderungen werden sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer auswirken.", -"Internal Username Attribute:" => "Attribut für interne Benutzernamen:", -"Override UUID detection" => "UUID-Erkennung überschreiben", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Standardmäßig wird die UUID-Eigenschaft automatisch erkannt. Die UUID-Eigenschaft wird genutzt, um einen LDAP-Benutzer und Gruppen einwandfrei zu identifizieren. Außerdem wird der interne Benutzername erzeugt, der auf Eigenschaften der UUID basiert, wenn es oben nicht anders angegeben wurde. Du musst allerdings sicherstellen, dass deine gewählten Eigenschaften zur Identifikation der Benutzer und Gruppen eindeutig sind und zugeordnet werden können. Lasse es frei, um es beim Standardverhalten zu belassen. Änderungen wirken sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer und -Gruppen aus.", -"UUID Attribute for Users:" => "UUID-Attribute für Benutzer:", -"UUID Attribute for Groups:" => "UUID-Attribute für Gruppen:", -"Username-LDAP User Mapping" => "LDAP-Benutzernamenzuordnung", -"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." => "Die Benutzernamen werden genutzt, um (Meta)Daten zuzuordnen und zu speichern. Um Benutzer eindeutig und präzise zu identifizieren, hat jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung (mappen) von Benutzernamen zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzernamens zugeordnet. Zusätzlich wird der DN zwischengespeichert, um die Interaktion mit dem LDAP zu minimieren, was aber nicht der Identifikation dient. Ändert sich der DN, werden die Änderungen durch gefunden. Der interne Benutzername, wird in überall verwendet. Werden die Zuordnungen gelöscht, bleiben überall Reste zurück. Die Löschung der Zuordnungen kann nicht in der Konfiguration vorgenommen werden, beeinflusst aber die LDAP-Konfiguration! Löschen Sie niemals die Zuordnungen in einer produktiven Umgebung. Lösche die Zuordnungen nur in einer Test- oder Experimentierumgebung.", -"Clear Username-LDAP User Mapping" => "Lösche LDAP-Benutzernamenzuordnung", -"Clear Groupname-LDAP Group Mapping" => "Lösche LDAP-Gruppennamenzuordnung" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/de_AT.js b/apps/user_ldap/l10n/de_AT.js new file mode 100644 index 0000000000..45cfc17741 --- /dev/null +++ b/apps/user_ldap/l10n/de_AT.js @@ -0,0 +1,90 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Löschen der Verbindungen gescheitert.", + "Failed to delete the server configuration" : "Löschen der Server-Konfiguration gescheitert", + "The configuration is valid and the connection could be established!" : "Die Konfiguration ist gültig und eine Verbindung konnte hergestellt werden!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Die Konfiguration ist gültig, aber die Bindung schlug fehl. Bitte überprüfe die Server-Einstellungen und Login-Daten.", + "The configuration is invalid. Please have a look at the logs for further details." : "DIe Konfiguration ist ungültig. Bitte wirf einen Blick auf die Logs für weitere Details.", + "No action specified" : "Keine Aktion angegeben", + "No configuration specified" : "Keine Konfiguration angegeben", + "No data specified" : "Keine Daten angegeben", + " Could not set configuration %s" : "Konfiguration %s konnte nicht gespeichert werden", + "Deletion failed" : "Löschen fehlgeschlagen", + "Take over settings from recent server configuration?" : "Server-Einstellungen von letztem Server übernehmen?", + "Keep settings?" : "Einstellungen behalten?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Server-Konfiguration konnte nicht hinzugefügt werden", + "mappings cleared" : "Verbindungen gelöscht", + "Success" : "Erfolg", + "Error" : "Fehler", + "Please specify a Base DN" : "Bitte einen Basis DN angeben", + "Could not determine Base DN" : "Basis DN konnte nicht festgelegt werden", + "Please specify the port" : "Bitte den Port angeben", + "Configuration OK" : "Konfiguration OK", + "Configuration incorrect" : "Konfiguration fehlerhaft", + "Configuration incomplete" : "Konfiguration unvollständig", + "Select groups" : "Gruppen wählen", + "Select object classes" : "Objekt-Klassen wählen", + "Select attributes" : "Attribute wählen", + "Connection test succeeded" : "Verbindungsversuch erfolgreich", + "Connection test failed" : "Verbindungsversuch gescheitert", + "Do you really want to delete the current Server Configuration?" : "Soll die momentane Server-Konfiguration wirklich gelöscht werden?", + "Confirm Deletion" : "Löschen bestätigen", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Could not find the desired feature" : "Funktion konnte nicht gefunden werden", + "Invalid Host" : "Ungültiger Host", + "Server" : "Server", + "User Filter" : "User Filter", + "Login Filter" : "Login Filter", + "Group Filter" : "Gruppen FIlter", + "Save" : "Speichern", + "Test Configuration" : "Konfiguration testen", + "Help" : "Hilfe", + "Groups meeting these criteria are available in %s:" : "Gruppen die den Kriterien entsprechen sind verfügbar unter %s:", + "only those object classes:" : "nur diese Objektklassen:", + "only from those groups:" : "nur von diesen Gruppen:", + "groups found" : "Gruppen gefunden", + "LDAP Username:" : "LDAP Benutzername:", + "LDAP Email Address:" : "LDAP Email-Adresse:", + "Other Attributes:" : "Andere Atribute:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Legt den beim Login verwendeten Filter fest. %%uid ersetzt den Benutzernamen beim Login. Beispiel: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Server-Konfiguration hinzufügen", + "Delete Configuration" : "Konfiguration löschen", + "Host" : "Host", + "Port" : "Port", + "User DN" : "User DN", + "Password" : "Passwort", + "For anonymous access, leave DN and Password empty." : "Für anonymen Zugriff DN und Passwort frei lassen.", + "One Base DN per line" : "Ein Basis DN per Zeile", + "You can specify Base DN for users and groups in the Advanced tab" : "Basis DN für User und Gruppen können im Fortgeschritten-Tab festgelegt werden", + "Limit %s access to users meeting these criteria:" : "Zugang auf %s für User die diese Kriterien erfüllen limitieren:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter spezifiziert welche LDAP User Zugang zu %s haben.", + "users found" : "User gefunden", + "Back" : "Zurück", + "Continue" : "Weiter", + "Expert" : "Experte", + "Advanced" : "Fortgeschritten", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Apps user_ldap und user_webdavauth sind Inkompatibel. Unerwartetes Verhalten kann auftreten. Bitte wende dich an den Systemadministrator um eine auszuschalten.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Das PHP LDAP Modul ist nicht installiert, das Backend wird nicht funktionieren. Bitte wende dich an den Systemadministrator um es zu installieren.", + "Connection Settings" : "Verbindungseinstellungen", + "Configuration Active" : "Verbindung aktiv", + "Disable Main Server" : "Hauptserver ausschalten", + "in seconds. A change empties the cache." : "in Sekunden. Änderungen erneuern den Cache.", + "Directory Settings" : "Verzeichniseinstellungen", + "User Display Name Field" : "User Display Name Feld", + "The LDAP attribute to use to generate the user's display name." : "Das LDAP Atribut das für den Anzeigenamen des Users verwendet wird.", + "Optional; one attribute per line" : "Optional; ein Attribut pro Zeile", + "The LDAP attribute to use to generate the groups's display name." : "Das LDAP Attribut das für den Anzeigenamen der Gruppe verwendet wird.", + "Nested Groups" : "Verschachtelte Gruppen", + "Special Attributes" : "Spezielle Attribute", + "in bytes" : "in Bytes", + "Email Field" : "Email-Feld", + "Internal Username" : "Interner Username", + "UUID Attribute for Users:" : "UUID Attribut für User:", + "UUID Attribute for Groups:" : "UUID Attribut für Gruppen:" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/de_AT.json b/apps/user_ldap/l10n/de_AT.json new file mode 100644 index 0000000000..84d565d9e7 --- /dev/null +++ b/apps/user_ldap/l10n/de_AT.json @@ -0,0 +1,88 @@ +{ "translations": { + "Failed to clear the mappings." : "Löschen der Verbindungen gescheitert.", + "Failed to delete the server configuration" : "Löschen der Server-Konfiguration gescheitert", + "The configuration is valid and the connection could be established!" : "Die Konfiguration ist gültig und eine Verbindung konnte hergestellt werden!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Die Konfiguration ist gültig, aber die Bindung schlug fehl. Bitte überprüfe die Server-Einstellungen und Login-Daten.", + "The configuration is invalid. Please have a look at the logs for further details." : "DIe Konfiguration ist ungültig. Bitte wirf einen Blick auf die Logs für weitere Details.", + "No action specified" : "Keine Aktion angegeben", + "No configuration specified" : "Keine Konfiguration angegeben", + "No data specified" : "Keine Daten angegeben", + " Could not set configuration %s" : "Konfiguration %s konnte nicht gespeichert werden", + "Deletion failed" : "Löschen fehlgeschlagen", + "Take over settings from recent server configuration?" : "Server-Einstellungen von letztem Server übernehmen?", + "Keep settings?" : "Einstellungen behalten?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Server-Konfiguration konnte nicht hinzugefügt werden", + "mappings cleared" : "Verbindungen gelöscht", + "Success" : "Erfolg", + "Error" : "Fehler", + "Please specify a Base DN" : "Bitte einen Basis DN angeben", + "Could not determine Base DN" : "Basis DN konnte nicht festgelegt werden", + "Please specify the port" : "Bitte den Port angeben", + "Configuration OK" : "Konfiguration OK", + "Configuration incorrect" : "Konfiguration fehlerhaft", + "Configuration incomplete" : "Konfiguration unvollständig", + "Select groups" : "Gruppen wählen", + "Select object classes" : "Objekt-Klassen wählen", + "Select attributes" : "Attribute wählen", + "Connection test succeeded" : "Verbindungsversuch erfolgreich", + "Connection test failed" : "Verbindungsversuch gescheitert", + "Do you really want to delete the current Server Configuration?" : "Soll die momentane Server-Konfiguration wirklich gelöscht werden?", + "Confirm Deletion" : "Löschen bestätigen", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Could not find the desired feature" : "Funktion konnte nicht gefunden werden", + "Invalid Host" : "Ungültiger Host", + "Server" : "Server", + "User Filter" : "User Filter", + "Login Filter" : "Login Filter", + "Group Filter" : "Gruppen FIlter", + "Save" : "Speichern", + "Test Configuration" : "Konfiguration testen", + "Help" : "Hilfe", + "Groups meeting these criteria are available in %s:" : "Gruppen die den Kriterien entsprechen sind verfügbar unter %s:", + "only those object classes:" : "nur diese Objektklassen:", + "only from those groups:" : "nur von diesen Gruppen:", + "groups found" : "Gruppen gefunden", + "LDAP Username:" : "LDAP Benutzername:", + "LDAP Email Address:" : "LDAP Email-Adresse:", + "Other Attributes:" : "Andere Atribute:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Legt den beim Login verwendeten Filter fest. %%uid ersetzt den Benutzernamen beim Login. Beispiel: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Server-Konfiguration hinzufügen", + "Delete Configuration" : "Konfiguration löschen", + "Host" : "Host", + "Port" : "Port", + "User DN" : "User DN", + "Password" : "Passwort", + "For anonymous access, leave DN and Password empty." : "Für anonymen Zugriff DN und Passwort frei lassen.", + "One Base DN per line" : "Ein Basis DN per Zeile", + "You can specify Base DN for users and groups in the Advanced tab" : "Basis DN für User und Gruppen können im Fortgeschritten-Tab festgelegt werden", + "Limit %s access to users meeting these criteria:" : "Zugang auf %s für User die diese Kriterien erfüllen limitieren:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter spezifiziert welche LDAP User Zugang zu %s haben.", + "users found" : "User gefunden", + "Back" : "Zurück", + "Continue" : "Weiter", + "Expert" : "Experte", + "Advanced" : "Fortgeschritten", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Apps user_ldap und user_webdavauth sind Inkompatibel. Unerwartetes Verhalten kann auftreten. Bitte wende dich an den Systemadministrator um eine auszuschalten.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Das PHP LDAP Modul ist nicht installiert, das Backend wird nicht funktionieren. Bitte wende dich an den Systemadministrator um es zu installieren.", + "Connection Settings" : "Verbindungseinstellungen", + "Configuration Active" : "Verbindung aktiv", + "Disable Main Server" : "Hauptserver ausschalten", + "in seconds. A change empties the cache." : "in Sekunden. Änderungen erneuern den Cache.", + "Directory Settings" : "Verzeichniseinstellungen", + "User Display Name Field" : "User Display Name Feld", + "The LDAP attribute to use to generate the user's display name." : "Das LDAP Atribut das für den Anzeigenamen des Users verwendet wird.", + "Optional; one attribute per line" : "Optional; ein Attribut pro Zeile", + "The LDAP attribute to use to generate the groups's display name." : "Das LDAP Attribut das für den Anzeigenamen der Gruppe verwendet wird.", + "Nested Groups" : "Verschachtelte Gruppen", + "Special Attributes" : "Spezielle Attribute", + "in bytes" : "in Bytes", + "Email Field" : "Email-Feld", + "Internal Username" : "Interner Username", + "UUID Attribute for Users:" : "UUID Attribut für User:", + "UUID Attribute for Groups:" : "UUID Attribut für Gruppen:" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/de_AT.php b/apps/user_ldap/l10n/de_AT.php deleted file mode 100644 index 28d44c63ed..0000000000 --- a/apps/user_ldap/l10n/de_AT.php +++ /dev/null @@ -1,89 +0,0 @@ - "Löschen der Verbindungen gescheitert.", -"Failed to delete the server configuration" => "Löschen der Server-Konfiguration gescheitert", -"The configuration is valid and the connection could be established!" => "Die Konfiguration ist gültig und eine Verbindung konnte hergestellt werden!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Die Konfiguration ist gültig, aber die Bindung schlug fehl. Bitte überprüfe die Server-Einstellungen und Login-Daten.", -"The configuration is invalid. Please have a look at the logs for further details." => "DIe Konfiguration ist ungültig. Bitte wirf einen Blick auf die Logs für weitere Details.", -"No action specified" => "Keine Aktion angegeben", -"No configuration specified" => "Keine Konfiguration angegeben", -"No data specified" => "Keine Daten angegeben", -" Could not set configuration %s" => "Konfiguration %s konnte nicht gespeichert werden", -"Deletion failed" => "Löschen fehlgeschlagen", -"Take over settings from recent server configuration?" => "Server-Einstellungen von letztem Server übernehmen?", -"Keep settings?" => "Einstellungen behalten?", -"{nthServer}. Server" => "{nthServer}. Server", -"Cannot add server configuration" => "Server-Konfiguration konnte nicht hinzugefügt werden", -"mappings cleared" => "Verbindungen gelöscht", -"Success" => "Erfolg", -"Error" => "Fehler", -"Please specify a Base DN" => "Bitte einen Basis DN angeben", -"Could not determine Base DN" => "Basis DN konnte nicht festgelegt werden", -"Please specify the port" => "Bitte den Port angeben", -"Configuration OK" => "Konfiguration OK", -"Configuration incorrect" => "Konfiguration fehlerhaft", -"Configuration incomplete" => "Konfiguration unvollständig", -"Select groups" => "Gruppen wählen", -"Select object classes" => "Objekt-Klassen wählen", -"Select attributes" => "Attribute wählen", -"Connection test succeeded" => "Verbindungsversuch erfolgreich", -"Connection test failed" => "Verbindungsversuch gescheitert", -"Do you really want to delete the current Server Configuration?" => "Soll die momentane Server-Konfiguration wirklich gelöscht werden?", -"Confirm Deletion" => "Löschen bestätigen", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Could not find the desired feature" => "Funktion konnte nicht gefunden werden", -"Invalid Host" => "Ungültiger Host", -"Server" => "Server", -"User Filter" => "User Filter", -"Login Filter" => "Login Filter", -"Group Filter" => "Gruppen FIlter", -"Save" => "Speichern", -"Test Configuration" => "Konfiguration testen", -"Help" => "Hilfe", -"Groups meeting these criteria are available in %s:" => "Gruppen die den Kriterien entsprechen sind verfügbar unter %s:", -"only those object classes:" => "nur diese Objektklassen:", -"only from those groups:" => "nur von diesen Gruppen:", -"groups found" => "Gruppen gefunden", -"LDAP Username:" => "LDAP Benutzername:", -"LDAP Email Address:" => "LDAP Email-Adresse:", -"Other Attributes:" => "Andere Atribute:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Legt den beim Login verwendeten Filter fest. %%uid ersetzt den Benutzernamen beim Login. Beispiel: \"uid=%%uid\"", -"1. Server" => "1. Server", -"%s. Server:" => "%s. Server:", -"Add Server Configuration" => "Server-Konfiguration hinzufügen", -"Delete Configuration" => "Konfiguration löschen", -"Host" => "Host", -"Port" => "Port", -"User DN" => "User DN", -"Password" => "Passwort", -"For anonymous access, leave DN and Password empty." => "Für anonymen Zugriff DN und Passwort frei lassen.", -"One Base DN per line" => "Ein Basis DN per Zeile", -"You can specify Base DN for users and groups in the Advanced tab" => "Basis DN für User und Gruppen können im Fortgeschritten-Tab festgelegt werden", -"Limit %s access to users meeting these criteria:" => "Zugang auf %s für User die diese Kriterien erfüllen limitieren:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Der Filter spezifiziert welche LDAP User Zugang zu %s haben.", -"users found" => "User gefunden", -"Back" => "Zurück", -"Continue" => "Weiter", -"Expert" => "Experte", -"Advanced" => "Fortgeschritten", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Warnung: Die Apps user_ldap und user_webdavauth sind Inkompatibel. Unerwartetes Verhalten kann auftreten. Bitte wende dich an den Systemadministrator um eine auszuschalten.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Warnung: Das PHP LDAP Modul ist nicht installiert, das Backend wird nicht funktionieren. Bitte wende dich an den Systemadministrator um es zu installieren.", -"Connection Settings" => "Verbindungseinstellungen", -"Configuration Active" => "Verbindung aktiv", -"Disable Main Server" => "Hauptserver ausschalten", -"in seconds. A change empties the cache." => "in Sekunden. Änderungen erneuern den Cache.", -"Directory Settings" => "Verzeichniseinstellungen", -"User Display Name Field" => "User Display Name Feld", -"The LDAP attribute to use to generate the user's display name." => "Das LDAP Atribut das für den Anzeigenamen des Users verwendet wird.", -"Optional; one attribute per line" => "Optional; ein Attribut pro Zeile", -"The LDAP attribute to use to generate the groups's display name." => "Das LDAP Attribut das für den Anzeigenamen der Gruppe verwendet wird.", -"Nested Groups" => "Verschachtelte Gruppen", -"Special Attributes" => "Spezielle Attribute", -"in bytes" => "in Bytes", -"Email Field" => "Email-Feld", -"Internal Username" => "Interner Username", -"UUID Attribute for Users:" => "UUID Attribut für User:", -"UUID Attribute for Groups:" => "UUID Attribut für Gruppen:" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/de_CH.js b/apps/user_ldap/l10n/de_CH.js new file mode 100644 index 0000000000..a1028b1678 --- /dev/null +++ b/apps/user_ldap/l10n/de_CH.js @@ -0,0 +1,82 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Löschen der Zuordnung fehlgeschlagen.", + "Failed to delete the server configuration" : "Löschen der Serverkonfiguration fehlgeschlagen", + "The configuration is valid and the connection could be established!" : "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfen Sie die Servereinstellungen und die Anmeldeinformationen.", + "Deletion failed" : "Löschen fehlgeschlagen", + "Take over settings from recent server configuration?" : "Einstellungen von letzter Konfiguration übernehmen?", + "Keep settings?" : "Einstellungen beibehalten?", + "Cannot add server configuration" : "Das Hinzufügen der Serverkonfiguration schlug fehl", + "mappings cleared" : "Zuordnungen gelöscht", + "Success" : "Erfolg", + "Error" : "Fehler", + "Select groups" : "Wähle Gruppen", + "Connection test succeeded" : "Verbindungstest erfolgreich", + "Connection test failed" : "Verbindungstest fehlgeschlagen", + "Do you really want to delete the current Server Configuration?" : "Möchten Sie die aktuelle Serverkonfiguration wirklich löschen?", + "Confirm Deletion" : "Löschung bestätigen", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Group Filter" : "Gruppen-Filter", + "Save" : "Speichern", + "Test Configuration" : "Testkonfiguration", + "Help" : "Hilfe", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", + "Add Server Configuration" : "Serverkonfiguration hinzufügen", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Sie können das Protokoll auslassen, ausser wenn Sie SSL benötigen. Beginnen Sie dann mit ldaps://", + "Port" : "Port", + "User DN" : "Benutzer-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." : "Der DN des Benutzers für LDAP-Bind, z.B.: uid=agent,dc=example,dc=com. Für einen anonymen Zugriff lassen Sie DN und Passwort leer.", + "Password" : "Passwort", + "For anonymous access, leave DN and Password empty." : "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", + "One Base DN per line" : "Ein Basis-DN pro Zeile", + "You can specify Base DN for users and groups in the Advanced tab" : "Sie können Basis-DN für Benutzer und Gruppen in dem «Erweitert»-Reiter konfigurieren", + "Advanced" : "Erweitert", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitten Sie Ihren Systemadministator eine der beiden Anwendungen zu deaktivieren.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitten Sie Ihren Systemadministrator das Modul zu installieren.", + "Connection Settings" : "Verbindungseinstellungen", + "Configuration Active" : "Konfiguration aktiv", + "When unchecked, this configuration will be skipped." : "Wenn nicht angehakt, wird diese Konfiguration übersprungen.", + "Backup (Replica) Host" : "Backup Host (Kopie)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Geben Sie einen optionalen Backup Host an. Es muss sich um eine Kopie des Haupt LDAP/AD Servers handeln.", + "Backup (Replica) Port" : "Backup Port", + "Disable Main Server" : "Hauptserver deaktivieren", + "Only connect to the replica server." : "Nur zum Replikat-Server verbinden.", + "Turn off SSL certificate validation." : "Schalten Sie die SSL-Zertifikatsprüfung aus.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, importieren Sie das SSL-Zertifikat des LDAP-Servers in Ihren %s Server.", + "Cache Time-To-Live" : "Speichere Time-To-Live zwischen", + "in seconds. A change empties the cache." : "in Sekunden. Eine Änderung leert den Cache.", + "Directory Settings" : "Ordnereinstellungen", + "User Display Name Field" : "Feld für den Anzeigenamen des Benutzers", + "The LDAP attribute to use to generate the user's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens des Benutzers.", + "Base User Tree" : "Basis-Benutzerbaum", + "One User Base DN per line" : "Ein Benutzer Basis-DN pro Zeile", + "User Search Attributes" : "Benutzersucheigenschaften", + "Optional; one attribute per line" : "Optional; ein Attribut pro Zeile", + "Group Display Name Field" : "Feld für den Anzeigenamen der Gruppe", + "The LDAP attribute to use to generate the groups's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens der Gruppen.", + "Base Group Tree" : "Basis-Gruppenbaum", + "One Group Base DN per line" : "Ein Gruppen Basis-DN pro Zeile", + "Group Search Attributes" : "Gruppensucheigenschaften", + "Group-Member association" : "Assoziation zwischen Gruppe und Benutzer", + "Special Attributes" : "Spezielle Eigenschaften", + "Quota Field" : "Kontingent-Feld", + "Quota Default" : "Standard-Kontingent", + "in bytes" : "in Bytes", + "Email Field" : "E-Mail-Feld", + "User Home Folder Naming Rule" : "Benennungsregel für das Home-Verzeichnis des Benutzers", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfalls tragen Sie bitte ein LDAP/AD-Attribut ein.", + "Internal Username" : "Interner Benutzername", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standardmässig wird der interne Benutzername mittels des UUID-Attributes erzeugt. Dies stellt sicher, dass der Benutzername einzigartig ist und keinerlei Zeichen konvertiert werden müssen. Der interne Benutzername unterliegt Beschränkungen, die nur die nachfolgenden Zeichen erlauben: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mittels ihrer korrespondierenden Zeichen ersetzt oder einfach ausgelassen. Bei Kollisionen wird ein Zähler hinzugefügt bzw. der Zähler um einen Wert erhöht. Der interne Benutzername wird benutzt, um einen Benutzer intern zu identifizieren. Es ist ebenso der standardmässig vorausgewählte Namen des Heimatverzeichnisses. Es ist auch ein Teil der Remote-URLs - zum Beispiel für alle *DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten überschrieben werden. Um ein ähnliches Verhalten wie vor ownCloud 5 zu erzielen, fügen Sie das anzuzeigende Attribut des Benutzernamens in das nachfolgende Feld ein. Lassen Sie dies hingegen für das Standardverhalten leer. Die Änderungen werden sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer auswirken.", + "Internal Username Attribute:" : "Interne Eigenschaften des Benutzers:", + "Override UUID detection" : "UUID-Erkennung überschreiben", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standardmässig wird die UUID-Eigenschaft automatisch erkannt. Die UUID-Eigenschaft wird genutzt, um einen LDAP-Benutzer und Gruppen einwandfrei zu identifizieren. Ausserdem wird der interne Benutzername erzeugt, der auf Eigenschaften der UUID basiert, wenn es oben nicht anders angegeben wurde. Sie müssen allerdings sicherstellen, dass Ihre gewählten Eigenschaften zur Identifikation der Benutzer und Gruppen eindeutig sind und zugeordnet werden können. Lassen Sie es frei, um es beim Standardverhalten zu belassen. Änderungen wirken sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer und -Gruppen aus.", + "Username-LDAP User Mapping" : "LDAP-Benutzernamenzuordnung", + "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." : "Die Benutzernamen werden genutzt, um (Meta)Daten zuzuordnen und zu speichern. Um Benutzer eindeutig und präzise zu identifizieren, hat jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung (mappen) von Benutzernamen zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzernamens zugeordnet. Zusätzlich wird der DN zwischengespeichert, um die Interaktion mit dem LDAP zu minimieren, was aber nicht der Identifikation dient. Ändert sich der DN, werden die Änderungen durch gefunden. Der interne Benutzername, wird in überall verwendet. Werden die Zuordnungen gelöscht, bleiben überall Reste zurück. Die Löschung der Zuordnungen kann nicht in der Konfiguration vorgenommen werden, beeinflusst aber die LDAP-Konfiguration! Löschen Sie niemals die Zuordnungen in einer produktiven Umgebung. Löschen Sie die Zuordnungen nur in einer Test- oder Experimentierumgebung.", + "Clear Username-LDAP User Mapping" : "Lösche LDAP-Benutzernamenzuordnung", + "Clear Groupname-LDAP Group Mapping" : "Lösche LDAP-Gruppennamenzuordnung" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/de_CH.json b/apps/user_ldap/l10n/de_CH.json new file mode 100644 index 0000000000..3560581d27 --- /dev/null +++ b/apps/user_ldap/l10n/de_CH.json @@ -0,0 +1,80 @@ +{ "translations": { + "Failed to clear the mappings." : "Löschen der Zuordnung fehlgeschlagen.", + "Failed to delete the server configuration" : "Löschen der Serverkonfiguration fehlgeschlagen", + "The configuration is valid and the connection could be established!" : "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfen Sie die Servereinstellungen und die Anmeldeinformationen.", + "Deletion failed" : "Löschen fehlgeschlagen", + "Take over settings from recent server configuration?" : "Einstellungen von letzter Konfiguration übernehmen?", + "Keep settings?" : "Einstellungen beibehalten?", + "Cannot add server configuration" : "Das Hinzufügen der Serverkonfiguration schlug fehl", + "mappings cleared" : "Zuordnungen gelöscht", + "Success" : "Erfolg", + "Error" : "Fehler", + "Select groups" : "Wähle Gruppen", + "Connection test succeeded" : "Verbindungstest erfolgreich", + "Connection test failed" : "Verbindungstest fehlgeschlagen", + "Do you really want to delete the current Server Configuration?" : "Möchten Sie die aktuelle Serverkonfiguration wirklich löschen?", + "Confirm Deletion" : "Löschung bestätigen", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Group Filter" : "Gruppen-Filter", + "Save" : "Speichern", + "Test Configuration" : "Testkonfiguration", + "Help" : "Hilfe", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", + "Add Server Configuration" : "Serverkonfiguration hinzufügen", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Sie können das Protokoll auslassen, ausser wenn Sie SSL benötigen. Beginnen Sie dann mit ldaps://", + "Port" : "Port", + "User DN" : "Benutzer-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." : "Der DN des Benutzers für LDAP-Bind, z.B.: uid=agent,dc=example,dc=com. Für einen anonymen Zugriff lassen Sie DN und Passwort leer.", + "Password" : "Passwort", + "For anonymous access, leave DN and Password empty." : "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", + "One Base DN per line" : "Ein Basis-DN pro Zeile", + "You can specify Base DN for users and groups in the Advanced tab" : "Sie können Basis-DN für Benutzer und Gruppen in dem «Erweitert»-Reiter konfigurieren", + "Advanced" : "Erweitert", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitten Sie Ihren Systemadministator eine der beiden Anwendungen zu deaktivieren.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitten Sie Ihren Systemadministrator das Modul zu installieren.", + "Connection Settings" : "Verbindungseinstellungen", + "Configuration Active" : "Konfiguration aktiv", + "When unchecked, this configuration will be skipped." : "Wenn nicht angehakt, wird diese Konfiguration übersprungen.", + "Backup (Replica) Host" : "Backup Host (Kopie)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Geben Sie einen optionalen Backup Host an. Es muss sich um eine Kopie des Haupt LDAP/AD Servers handeln.", + "Backup (Replica) Port" : "Backup Port", + "Disable Main Server" : "Hauptserver deaktivieren", + "Only connect to the replica server." : "Nur zum Replikat-Server verbinden.", + "Turn off SSL certificate validation." : "Schalten Sie die SSL-Zertifikatsprüfung aus.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, importieren Sie das SSL-Zertifikat des LDAP-Servers in Ihren %s Server.", + "Cache Time-To-Live" : "Speichere Time-To-Live zwischen", + "in seconds. A change empties the cache." : "in Sekunden. Eine Änderung leert den Cache.", + "Directory Settings" : "Ordnereinstellungen", + "User Display Name Field" : "Feld für den Anzeigenamen des Benutzers", + "The LDAP attribute to use to generate the user's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens des Benutzers.", + "Base User Tree" : "Basis-Benutzerbaum", + "One User Base DN per line" : "Ein Benutzer Basis-DN pro Zeile", + "User Search Attributes" : "Benutzersucheigenschaften", + "Optional; one attribute per line" : "Optional; ein Attribut pro Zeile", + "Group Display Name Field" : "Feld für den Anzeigenamen der Gruppe", + "The LDAP attribute to use to generate the groups's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens der Gruppen.", + "Base Group Tree" : "Basis-Gruppenbaum", + "One Group Base DN per line" : "Ein Gruppen Basis-DN pro Zeile", + "Group Search Attributes" : "Gruppensucheigenschaften", + "Group-Member association" : "Assoziation zwischen Gruppe und Benutzer", + "Special Attributes" : "Spezielle Eigenschaften", + "Quota Field" : "Kontingent-Feld", + "Quota Default" : "Standard-Kontingent", + "in bytes" : "in Bytes", + "Email Field" : "E-Mail-Feld", + "User Home Folder Naming Rule" : "Benennungsregel für das Home-Verzeichnis des Benutzers", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfalls tragen Sie bitte ein LDAP/AD-Attribut ein.", + "Internal Username" : "Interner Benutzername", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standardmässig wird der interne Benutzername mittels des UUID-Attributes erzeugt. Dies stellt sicher, dass der Benutzername einzigartig ist und keinerlei Zeichen konvertiert werden müssen. Der interne Benutzername unterliegt Beschränkungen, die nur die nachfolgenden Zeichen erlauben: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mittels ihrer korrespondierenden Zeichen ersetzt oder einfach ausgelassen. Bei Kollisionen wird ein Zähler hinzugefügt bzw. der Zähler um einen Wert erhöht. Der interne Benutzername wird benutzt, um einen Benutzer intern zu identifizieren. Es ist ebenso der standardmässig vorausgewählte Namen des Heimatverzeichnisses. Es ist auch ein Teil der Remote-URLs - zum Beispiel für alle *DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten überschrieben werden. Um ein ähnliches Verhalten wie vor ownCloud 5 zu erzielen, fügen Sie das anzuzeigende Attribut des Benutzernamens in das nachfolgende Feld ein. Lassen Sie dies hingegen für das Standardverhalten leer. Die Änderungen werden sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer auswirken.", + "Internal Username Attribute:" : "Interne Eigenschaften des Benutzers:", + "Override UUID detection" : "UUID-Erkennung überschreiben", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standardmässig wird die UUID-Eigenschaft automatisch erkannt. Die UUID-Eigenschaft wird genutzt, um einen LDAP-Benutzer und Gruppen einwandfrei zu identifizieren. Ausserdem wird der interne Benutzername erzeugt, der auf Eigenschaften der UUID basiert, wenn es oben nicht anders angegeben wurde. Sie müssen allerdings sicherstellen, dass Ihre gewählten Eigenschaften zur Identifikation der Benutzer und Gruppen eindeutig sind und zugeordnet werden können. Lassen Sie es frei, um es beim Standardverhalten zu belassen. Änderungen wirken sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer und -Gruppen aus.", + "Username-LDAP User Mapping" : "LDAP-Benutzernamenzuordnung", + "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." : "Die Benutzernamen werden genutzt, um (Meta)Daten zuzuordnen und zu speichern. Um Benutzer eindeutig und präzise zu identifizieren, hat jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung (mappen) von Benutzernamen zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzernamens zugeordnet. Zusätzlich wird der DN zwischengespeichert, um die Interaktion mit dem LDAP zu minimieren, was aber nicht der Identifikation dient. Ändert sich der DN, werden die Änderungen durch gefunden. Der interne Benutzername, wird in überall verwendet. Werden die Zuordnungen gelöscht, bleiben überall Reste zurück. Die Löschung der Zuordnungen kann nicht in der Konfiguration vorgenommen werden, beeinflusst aber die LDAP-Konfiguration! Löschen Sie niemals die Zuordnungen in einer produktiven Umgebung. Löschen Sie die Zuordnungen nur in einer Test- oder Experimentierumgebung.", + "Clear Username-LDAP User Mapping" : "Lösche LDAP-Benutzernamenzuordnung", + "Clear Groupname-LDAP Group Mapping" : "Lösche LDAP-Gruppennamenzuordnung" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/de_CH.php b/apps/user_ldap/l10n/de_CH.php deleted file mode 100644 index c0b5c80728..0000000000 --- a/apps/user_ldap/l10n/de_CH.php +++ /dev/null @@ -1,81 +0,0 @@ - "Löschen der Zuordnung fehlgeschlagen.", -"Failed to delete the server configuration" => "Löschen der Serverkonfiguration fehlgeschlagen", -"The configuration is valid and the connection could be established!" => "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfen Sie die Servereinstellungen und die Anmeldeinformationen.", -"Deletion failed" => "Löschen fehlgeschlagen", -"Take over settings from recent server configuration?" => "Einstellungen von letzter Konfiguration übernehmen?", -"Keep settings?" => "Einstellungen beibehalten?", -"Cannot add server configuration" => "Das Hinzufügen der Serverkonfiguration schlug fehl", -"mappings cleared" => "Zuordnungen gelöscht", -"Success" => "Erfolg", -"Error" => "Fehler", -"Select groups" => "Wähle Gruppen", -"Connection test succeeded" => "Verbindungstest erfolgreich", -"Connection test failed" => "Verbindungstest fehlgeschlagen", -"Do you really want to delete the current Server Configuration?" => "Möchten Sie die aktuelle Serverkonfiguration wirklich löschen?", -"Confirm Deletion" => "Löschung bestätigen", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Group Filter" => "Gruppen-Filter", -"Save" => "Speichern", -"Test Configuration" => "Testkonfiguration", -"Help" => "Hilfe", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", -"Add Server Configuration" => "Serverkonfiguration hinzufügen", -"Host" => "Host", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Sie können das Protokoll auslassen, ausser wenn Sie SSL benötigen. Beginnen Sie dann mit ldaps://", -"Port" => "Port", -"User DN" => "Benutzer-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." => "Der DN des Benutzers für LDAP-Bind, z.B.: uid=agent,dc=example,dc=com. Für einen anonymen Zugriff lassen Sie DN und Passwort leer.", -"Password" => "Passwort", -"For anonymous access, leave DN and Password empty." => "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", -"One Base DN per line" => "Ein Basis-DN pro Zeile", -"You can specify Base DN for users and groups in the Advanced tab" => "Sie können Basis-DN für Benutzer und Gruppen in dem «Erweitert»-Reiter konfigurieren", -"Advanced" => "Erweitert", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitten Sie Ihren Systemadministator eine der beiden Anwendungen zu deaktivieren.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitten Sie Ihren Systemadministrator das Modul zu installieren.", -"Connection Settings" => "Verbindungseinstellungen", -"Configuration Active" => "Konfiguration aktiv", -"When unchecked, this configuration will be skipped." => "Wenn nicht angehakt, wird diese Konfiguration übersprungen.", -"Backup (Replica) Host" => "Backup Host (Kopie)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Geben Sie einen optionalen Backup Host an. Es muss sich um eine Kopie des Haupt LDAP/AD Servers handeln.", -"Backup (Replica) Port" => "Backup Port", -"Disable Main Server" => "Hauptserver deaktivieren", -"Only connect to the replica server." => "Nur zum Replikat-Server verbinden.", -"Turn off SSL certificate validation." => "Schalten Sie die SSL-Zertifikatsprüfung aus.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, importieren Sie das SSL-Zertifikat des LDAP-Servers in Ihren %s Server.", -"Cache Time-To-Live" => "Speichere Time-To-Live zwischen", -"in seconds. A change empties the cache." => "in Sekunden. Eine Änderung leert den Cache.", -"Directory Settings" => "Ordnereinstellungen", -"User Display Name Field" => "Feld für den Anzeigenamen des Benutzers", -"The LDAP attribute to use to generate the user's display name." => "Das LDAP-Attribut zur Generierung des Anzeigenamens des Benutzers.", -"Base User Tree" => "Basis-Benutzerbaum", -"One User Base DN per line" => "Ein Benutzer Basis-DN pro Zeile", -"User Search Attributes" => "Benutzersucheigenschaften", -"Optional; one attribute per line" => "Optional; ein Attribut pro Zeile", -"Group Display Name Field" => "Feld für den Anzeigenamen der Gruppe", -"The LDAP attribute to use to generate the groups's display name." => "Das LDAP-Attribut zur Generierung des Anzeigenamens der Gruppen.", -"Base Group Tree" => "Basis-Gruppenbaum", -"One Group Base DN per line" => "Ein Gruppen Basis-DN pro Zeile", -"Group Search Attributes" => "Gruppensucheigenschaften", -"Group-Member association" => "Assoziation zwischen Gruppe und Benutzer", -"Special Attributes" => "Spezielle Eigenschaften", -"Quota Field" => "Kontingent-Feld", -"Quota Default" => "Standard-Kontingent", -"in bytes" => "in Bytes", -"Email Field" => "E-Mail-Feld", -"User Home Folder Naming Rule" => "Benennungsregel für das Home-Verzeichnis des Benutzers", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfalls tragen Sie bitte ein LDAP/AD-Attribut ein.", -"Internal Username" => "Interner Benutzername", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Standardmässig wird der interne Benutzername mittels des UUID-Attributes erzeugt. Dies stellt sicher, dass der Benutzername einzigartig ist und keinerlei Zeichen konvertiert werden müssen. Der interne Benutzername unterliegt Beschränkungen, die nur die nachfolgenden Zeichen erlauben: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mittels ihrer korrespondierenden Zeichen ersetzt oder einfach ausgelassen. Bei Kollisionen wird ein Zähler hinzugefügt bzw. der Zähler um einen Wert erhöht. Der interne Benutzername wird benutzt, um einen Benutzer intern zu identifizieren. Es ist ebenso der standardmässig vorausgewählte Namen des Heimatverzeichnisses. Es ist auch ein Teil der Remote-URLs - zum Beispiel für alle *DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten überschrieben werden. Um ein ähnliches Verhalten wie vor ownCloud 5 zu erzielen, fügen Sie das anzuzeigende Attribut des Benutzernamens in das nachfolgende Feld ein. Lassen Sie dies hingegen für das Standardverhalten leer. Die Änderungen werden sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer auswirken.", -"Internal Username Attribute:" => "Interne Eigenschaften des Benutzers:", -"Override UUID detection" => "UUID-Erkennung überschreiben", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Standardmässig wird die UUID-Eigenschaft automatisch erkannt. Die UUID-Eigenschaft wird genutzt, um einen LDAP-Benutzer und Gruppen einwandfrei zu identifizieren. Ausserdem wird der interne Benutzername erzeugt, der auf Eigenschaften der UUID basiert, wenn es oben nicht anders angegeben wurde. Sie müssen allerdings sicherstellen, dass Ihre gewählten Eigenschaften zur Identifikation der Benutzer und Gruppen eindeutig sind und zugeordnet werden können. Lassen Sie es frei, um es beim Standardverhalten zu belassen. Änderungen wirken sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer und -Gruppen aus.", -"Username-LDAP User Mapping" => "LDAP-Benutzernamenzuordnung", -"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." => "Die Benutzernamen werden genutzt, um (Meta)Daten zuzuordnen und zu speichern. Um Benutzer eindeutig und präzise zu identifizieren, hat jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung (mappen) von Benutzernamen zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzernamens zugeordnet. Zusätzlich wird der DN zwischengespeichert, um die Interaktion mit dem LDAP zu minimieren, was aber nicht der Identifikation dient. Ändert sich der DN, werden die Änderungen durch gefunden. Der interne Benutzername, wird in überall verwendet. Werden die Zuordnungen gelöscht, bleiben überall Reste zurück. Die Löschung der Zuordnungen kann nicht in der Konfiguration vorgenommen werden, beeinflusst aber die LDAP-Konfiguration! Löschen Sie niemals die Zuordnungen in einer produktiven Umgebung. Löschen Sie die Zuordnungen nur in einer Test- oder Experimentierumgebung.", -"Clear Username-LDAP User Mapping" => "Lösche LDAP-Benutzernamenzuordnung", -"Clear Groupname-LDAP Group Mapping" => "Lösche LDAP-Gruppennamenzuordnung" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/de_DE.js b/apps/user_ldap/l10n/de_DE.js new file mode 100644 index 0000000000..3340511770 --- /dev/null +++ b/apps/user_ldap/l10n/de_DE.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Löschen der Zuordnung fehlgeschlagen.", + "Failed to delete the server configuration" : "Löschen der Serverkonfiguration fehlgeschlagen", + "The configuration is valid and the connection could be established!" : "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfen Sie die Servereinstellungen und die Anmeldeinformationen.", + "The configuration is invalid. Please have a look at the logs for further details." : "Die Konfiguration ist ungültig. Weitere Details können Sie in den Logdateien nachlesen.", + "No action specified" : "Keine Aktion spezifiziert", + "No configuration specified" : "Keine Konfiguration spezifiziert", + "No data specified" : "Keine Daten spezifiziert", + " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden", + "Deletion failed" : "Löschen fehlgeschlagen", + "Take over settings from recent server configuration?" : "Einstellungen von letzter Konfiguration übernehmen?", + "Keep settings?" : "Einstellungen beibehalten?", + "{nthServer}. Server" : "{nthServer}. - Server", + "Cannot add server configuration" : "Das Hinzufügen der Serverkonfiguration schlug fehl", + "mappings cleared" : "Zuordnungen gelöscht", + "Success" : "Erfolg", + "Error" : "Fehler", + "Please specify a Base DN" : "Bitte ein Base-DN spezifizieren", + "Could not determine Base DN" : "Base-DN konnte nicht festgestellt werden", + "Please specify the port" : "Bitte Port spezifizieren", + "Configuration OK" : "Konfiguration OK", + "Configuration incorrect" : "Konfiguration nicht korrekt", + "Configuration incomplete" : "Konfiguration nicht vollständig", + "Select groups" : "Wähle Gruppen", + "Select object classes" : "Objekt-Klassen auswählen", + "Select attributes" : "Attribute auswählen", + "Connection test succeeded" : "Verbindungstest erfolgreich", + "Connection test failed" : "Verbindungstest fehlgeschlagen", + "Do you really want to delete the current Server Configuration?" : "Möchten Sie die aktuelle Serverkonfiguration wirklich löschen?", + "Confirm Deletion" : "Löschung bestätigen", + "_%s group found_::_%s groups found_" : ["%s Gruppe gefunden","%s Gruppen gefunden"], + "_%s user found_::_%s users found_" : ["%s Benutzer gefunden","%s Benutzer gefunden"], + "Could not find the desired feature" : "Konnte die gewünschte Funktion nicht finden", + "Invalid Host" : "Ungültiger Host", + "Server" : "Server", + "User Filter" : "Nutzer-Filter", + "Login Filter" : "Anmeldefilter", + "Group Filter" : "Gruppen-Filter", + "Save" : "Speichern", + "Test Configuration" : "Testkonfiguration", + "Help" : "Hilfe", + "Groups meeting these criteria are available in %s:" : "Gruppen-Versammlungen mit diesen Kriterien sind verfügbar in %s:", + "only those object classes:" : "Nur diese Objekt-Klassen:", + "only from those groups:" : "Nur von diesen Gruppen:", + "Edit raw filter instead" : "Original-Filter stattdessen bearbeiten", + "Raw LDAP filter" : "Original LDAP-Filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Der Filter definiert welche LDAP-Gruppen Zugriff auf die %s Instanz haben sollen.", + "Test Filter" : "Test-Filter", + "groups found" : "Gruppen gefunden", + "Users login with this attribute:" : "Nutzeranmeldung mit diesem Merkmal:", + "LDAP Username:" : "LDAP-Benutzername:", + "LDAP Email Address:" : "LDAP E-Mail-Adresse:", + "Other Attributes:" : "Andere Attribute:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Serverkonfiguration hinzufügen", + "Delete Configuration" : "Konfiguration löschen", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Sie können das Protokoll auslassen, außer wenn Sie SSL benötigen. Beginnen Sie dann mit ldaps://", + "Port" : "Port", + "User DN" : "Benutzer-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." : "Der DN des Benutzers für LDAP-Bind, z.B.: uid=agent,dc=example,dc=com. Für einen anonymen Zugriff lassen Sie DN und Passwort leer.", + "Password" : "Passwort", + "For anonymous access, leave DN and Password empty." : "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", + "One Base DN per line" : "Ein Basis-DN pro Zeile", + "You can specify Base DN for users and groups in the Advanced tab" : "Sie können Basis-DN für Benutzer und Gruppen in dem \"Erweitert\"-Reiter konfigurieren", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Verhindert automatische LDAP-Anfragen. Besser für größere Installationen, benötigt aber einiges an LDAP-Wissen.", + "Manually enter LDAP filters (recommended for large directories)" : "LDAP-Filter manuell eingeben (erforderlich für große Verzeichnisse)", + "Limit %s access to users meeting these criteria:" : "Beschränken Sie den %s Zugriff auf die Benutzer-Sitzungen durch folgende Kriterien:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter definiert welche LDAP-Benutzer Zugriff auf die %s Instanz haben sollen.", + "users found" : "Benutzer gefunden", + "Saving" : "Speichern", + "Back" : "Zurück", + "Continue" : "Fortsetzen", + "Expert" : "Experte", + "Advanced" : "Fortgeschritten", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitten Sie Ihren Systemadministator eine der beiden Anwendungen zu deaktivieren.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitten Sie Ihren Systemadministrator das Modul zu installieren.", + "Connection Settings" : "Verbindungseinstellungen", + "Configuration Active" : "Konfiguration aktiv", + "When unchecked, this configuration will be skipped." : "Wenn nicht angehakt, wird diese Konfiguration übersprungen.", + "Backup (Replica) Host" : "Backup Host (Kopie)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Geben Sie einen optionalen Backup Host an. Es muss sich um eine Kopie des Haupt LDAP/AD Servers handeln.", + "Backup (Replica) Port" : "Backup Port", + "Disable Main Server" : "Hauptserver deaktivieren", + "Only connect to the replica server." : "Nur zum Replikat-Server verbinden.", + "Case insensitive LDAP server (Windows)" : "LDAP-Server (Windows: Groß- und Kleinschreibung bleibt unbeachtet)", + "Turn off SSL certificate validation." : "Schalten Sie die SSL-Zertifikatsprüfung aus.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, importieren Sie das SSL-Zertifikat des LDAP-Servers in Ihren %s Server.", + "Cache Time-To-Live" : "Speichere Time-To-Live zwischen", + "in seconds. A change empties the cache." : "in Sekunden. Eine Änderung leert den Cache.", + "Directory Settings" : "Ordnereinstellungen", + "User Display Name Field" : "Feld für den Anzeigenamen des Benutzers", + "The LDAP attribute to use to generate the user's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens des Benutzers.", + "Base User Tree" : "Basis-Benutzerbaum", + "One User Base DN per line" : "Ein Benutzer Basis-DN pro Zeile", + "User Search Attributes" : "Benutzersucheigenschaften", + "Optional; one attribute per line" : "Optional; ein Attribut pro Zeile", + "Group Display Name Field" : "Feld für den Anzeigenamen der Gruppe", + "The LDAP attribute to use to generate the groups's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens der Gruppen.", + "Base Group Tree" : "Basis-Gruppenbaum", + "One Group Base DN per line" : "Ein Gruppen Basis-DN pro Zeile", + "Group Search Attributes" : "Gruppensucheigenschaften", + "Group-Member association" : "Assoziation zwischen Gruppe und Benutzer", + "Nested Groups" : "Eingebundene Gruppen", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Wenn aktiviert, werden Gruppen, die Gruppen enthalten, unterstützt. (Funktioniert nur, wenn das Merkmal des Gruppenmitgliedes den Domain-Namen enthält.)", + "Paging chunksize" : "Seitenstücke (Paging chunksize)", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Die Größe der Seitenstücke (Chunksize) wird für seitenbezogene LDAP-Suchen verwendet die sehr viele Ergebnisse z.B. Nutzer- und Gruppenaufzählungen liefern. (Die Einstellung 0 deaktiviert das seitenbezogene LDAP-Suchen in diesen Situationen)", + "Special Attributes" : "Spezielle Eigenschaften", + "Quota Field" : "Kontingent-Feld", + "Quota Default" : "Standard-Kontingent", + "in bytes" : "in Bytes", + "Email Field" : "E-Mail-Feld", + "User Home Folder Naming Rule" : "Benennungsregel für das Home-Verzeichnis des Benutzers", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfalls tragen Sie bitte ein LDAP/AD-Attribut ein.", + "Internal Username" : "Interner Benutzername", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standardmäßig wird der interne Benutzername mittels des UUID-Attributes erzeugt. Dies stellt sicher, dass der Benutzername einzigartig ist und keinerlei Zeichen konvertiert werden müssen. Der interne Benutzername unterliegt Beschränkungen, die nur die nachfolgenden Zeichen erlauben: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mittels ihrer korrespondierenden Zeichen ersetzt oder einfach ausgelassen. Bei Kollisionen wird ein Zähler hinzugefügt bzw. der Zähler um einen Wert erhöht. Der interne Benutzername wird benutzt, um einen Benutzer intern zu identifizieren. Es ist ebenso der standardmäßig vorausgewählte Namen des Heimatverzeichnisses. Es ist auch ein Teil der Remote-URLs - zum Beispiel für alle *DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten überschrieben werden. Um ein ähnliches Verhalten wie vor ownCloud 5 zu erzielen, fügen Sie das anzuzeigende Attribut des Benutzernamens in das nachfolgende Feld ein. Lassen Sie dies hingegen für das Standardverhalten leer. Die Änderungen werden sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer auswirken.", + "Internal Username Attribute:" : "Interne Eigenschaften des Benutzers:", + "Override UUID detection" : "UUID-Erkennung überschreiben", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standardmäßig wird die UUID-Eigenschaft automatisch erkannt. Die UUID-Eigenschaft wird genutzt, um einen LDAP-Benutzer und Gruppen einwandfrei zu identifizieren. Außerdem wird der interne Benutzername erzeugt, der auf Eigenschaften der UUID basiert, wenn es oben nicht anders angegeben wurde. Sie müssen allerdings sicherstellen, dass Ihre gewählten Eigenschaften zur Identifikation der Benutzer und Gruppen eindeutig sind und zugeordnet werden können. Lassen Sie es frei, um es beim Standardverhalten zu belassen. Änderungen wirken sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer und -Gruppen aus.", + "UUID Attribute for Users:" : "UUID-Attribute für Benutzer:", + "UUID Attribute for Groups:" : "UUID-Attribute für Gruppen:", + "Username-LDAP User Mapping" : "LDAP-Benutzernamenzuordnung", + "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." : "Die Benutzernamen werden genutzt, um (Meta)Daten zuzuordnen und zu speichern. Um Benutzer eindeutig und präzise zu identifizieren, hat jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung (mappen) von Benutzernamen zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzernamens zugeordnet. Zusätzlich wird der DN zwischengespeichert, um die Interaktion mit dem LDAP zu minimieren, was aber nicht der Identifikation dient. Ändert sich der DN, werden die Änderungen durch gefunden. Der interne Benutzername, wird in überall verwendet. Werden die Zuordnungen gelöscht, bleiben überall Reste zurück. Die Löschung der Zuordnungen kann nicht in der Konfiguration vorgenommen werden, beeinflusst aber die LDAP-Konfiguration! Löschen Sie niemals die Zuordnungen in einer produktiven Umgebung. Löschen Sie die Zuordnungen nur in einer Test- oder Experimentierumgebung.", + "Clear Username-LDAP User Mapping" : "Lösche LDAP-Benutzernamenzuordnung", + "Clear Groupname-LDAP Group Mapping" : "Lösche LDAP-Gruppennamenzuordnung" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/de_DE.json b/apps/user_ldap/l10n/de_DE.json new file mode 100644 index 0000000000..94be87f17e --- /dev/null +++ b/apps/user_ldap/l10n/de_DE.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Löschen der Zuordnung fehlgeschlagen.", + "Failed to delete the server configuration" : "Löschen der Serverkonfiguration fehlgeschlagen", + "The configuration is valid and the connection could be established!" : "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfen Sie die Servereinstellungen und die Anmeldeinformationen.", + "The configuration is invalid. Please have a look at the logs for further details." : "Die Konfiguration ist ungültig. Weitere Details können Sie in den Logdateien nachlesen.", + "No action specified" : "Keine Aktion spezifiziert", + "No configuration specified" : "Keine Konfiguration spezifiziert", + "No data specified" : "Keine Daten spezifiziert", + " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden", + "Deletion failed" : "Löschen fehlgeschlagen", + "Take over settings from recent server configuration?" : "Einstellungen von letzter Konfiguration übernehmen?", + "Keep settings?" : "Einstellungen beibehalten?", + "{nthServer}. Server" : "{nthServer}. - Server", + "Cannot add server configuration" : "Das Hinzufügen der Serverkonfiguration schlug fehl", + "mappings cleared" : "Zuordnungen gelöscht", + "Success" : "Erfolg", + "Error" : "Fehler", + "Please specify a Base DN" : "Bitte ein Base-DN spezifizieren", + "Could not determine Base DN" : "Base-DN konnte nicht festgestellt werden", + "Please specify the port" : "Bitte Port spezifizieren", + "Configuration OK" : "Konfiguration OK", + "Configuration incorrect" : "Konfiguration nicht korrekt", + "Configuration incomplete" : "Konfiguration nicht vollständig", + "Select groups" : "Wähle Gruppen", + "Select object classes" : "Objekt-Klassen auswählen", + "Select attributes" : "Attribute auswählen", + "Connection test succeeded" : "Verbindungstest erfolgreich", + "Connection test failed" : "Verbindungstest fehlgeschlagen", + "Do you really want to delete the current Server Configuration?" : "Möchten Sie die aktuelle Serverkonfiguration wirklich löschen?", + "Confirm Deletion" : "Löschung bestätigen", + "_%s group found_::_%s groups found_" : ["%s Gruppe gefunden","%s Gruppen gefunden"], + "_%s user found_::_%s users found_" : ["%s Benutzer gefunden","%s Benutzer gefunden"], + "Could not find the desired feature" : "Konnte die gewünschte Funktion nicht finden", + "Invalid Host" : "Ungültiger Host", + "Server" : "Server", + "User Filter" : "Nutzer-Filter", + "Login Filter" : "Anmeldefilter", + "Group Filter" : "Gruppen-Filter", + "Save" : "Speichern", + "Test Configuration" : "Testkonfiguration", + "Help" : "Hilfe", + "Groups meeting these criteria are available in %s:" : "Gruppen-Versammlungen mit diesen Kriterien sind verfügbar in %s:", + "only those object classes:" : "Nur diese Objekt-Klassen:", + "only from those groups:" : "Nur von diesen Gruppen:", + "Edit raw filter instead" : "Original-Filter stattdessen bearbeiten", + "Raw LDAP filter" : "Original LDAP-Filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Der Filter definiert welche LDAP-Gruppen Zugriff auf die %s Instanz haben sollen.", + "Test Filter" : "Test-Filter", + "groups found" : "Gruppen gefunden", + "Users login with this attribute:" : "Nutzeranmeldung mit diesem Merkmal:", + "LDAP Username:" : "LDAP-Benutzername:", + "LDAP Email Address:" : "LDAP E-Mail-Adresse:", + "Other Attributes:" : "Andere Attribute:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Serverkonfiguration hinzufügen", + "Delete Configuration" : "Konfiguration löschen", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Sie können das Protokoll auslassen, außer wenn Sie SSL benötigen. Beginnen Sie dann mit ldaps://", + "Port" : "Port", + "User DN" : "Benutzer-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." : "Der DN des Benutzers für LDAP-Bind, z.B.: uid=agent,dc=example,dc=com. Für einen anonymen Zugriff lassen Sie DN und Passwort leer.", + "Password" : "Passwort", + "For anonymous access, leave DN and Password empty." : "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", + "One Base DN per line" : "Ein Basis-DN pro Zeile", + "You can specify Base DN for users and groups in the Advanced tab" : "Sie können Basis-DN für Benutzer und Gruppen in dem \"Erweitert\"-Reiter konfigurieren", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Verhindert automatische LDAP-Anfragen. Besser für größere Installationen, benötigt aber einiges an LDAP-Wissen.", + "Manually enter LDAP filters (recommended for large directories)" : "LDAP-Filter manuell eingeben (erforderlich für große Verzeichnisse)", + "Limit %s access to users meeting these criteria:" : "Beschränken Sie den %s Zugriff auf die Benutzer-Sitzungen durch folgende Kriterien:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Der Filter definiert welche LDAP-Benutzer Zugriff auf die %s Instanz haben sollen.", + "users found" : "Benutzer gefunden", + "Saving" : "Speichern", + "Back" : "Zurück", + "Continue" : "Fortsetzen", + "Expert" : "Experte", + "Advanced" : "Fortgeschritten", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitten Sie Ihren Systemadministator eine der beiden Anwendungen zu deaktivieren.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitten Sie Ihren Systemadministrator das Modul zu installieren.", + "Connection Settings" : "Verbindungseinstellungen", + "Configuration Active" : "Konfiguration aktiv", + "When unchecked, this configuration will be skipped." : "Wenn nicht angehakt, wird diese Konfiguration übersprungen.", + "Backup (Replica) Host" : "Backup Host (Kopie)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Geben Sie einen optionalen Backup Host an. Es muss sich um eine Kopie des Haupt LDAP/AD Servers handeln.", + "Backup (Replica) Port" : "Backup Port", + "Disable Main Server" : "Hauptserver deaktivieren", + "Only connect to the replica server." : "Nur zum Replikat-Server verbinden.", + "Case insensitive LDAP server (Windows)" : "LDAP-Server (Windows: Groß- und Kleinschreibung bleibt unbeachtet)", + "Turn off SSL certificate validation." : "Schalten Sie die SSL-Zertifikatsprüfung aus.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, importieren Sie das SSL-Zertifikat des LDAP-Servers in Ihren %s Server.", + "Cache Time-To-Live" : "Speichere Time-To-Live zwischen", + "in seconds. A change empties the cache." : "in Sekunden. Eine Änderung leert den Cache.", + "Directory Settings" : "Ordnereinstellungen", + "User Display Name Field" : "Feld für den Anzeigenamen des Benutzers", + "The LDAP attribute to use to generate the user's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens des Benutzers.", + "Base User Tree" : "Basis-Benutzerbaum", + "One User Base DN per line" : "Ein Benutzer Basis-DN pro Zeile", + "User Search Attributes" : "Benutzersucheigenschaften", + "Optional; one attribute per line" : "Optional; ein Attribut pro Zeile", + "Group Display Name Field" : "Feld für den Anzeigenamen der Gruppe", + "The LDAP attribute to use to generate the groups's display name." : "Das LDAP-Attribut zur Generierung des Anzeigenamens der Gruppen.", + "Base Group Tree" : "Basis-Gruppenbaum", + "One Group Base DN per line" : "Ein Gruppen Basis-DN pro Zeile", + "Group Search Attributes" : "Gruppensucheigenschaften", + "Group-Member association" : "Assoziation zwischen Gruppe und Benutzer", + "Nested Groups" : "Eingebundene Gruppen", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Wenn aktiviert, werden Gruppen, die Gruppen enthalten, unterstützt. (Funktioniert nur, wenn das Merkmal des Gruppenmitgliedes den Domain-Namen enthält.)", + "Paging chunksize" : "Seitenstücke (Paging chunksize)", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Die Größe der Seitenstücke (Chunksize) wird für seitenbezogene LDAP-Suchen verwendet die sehr viele Ergebnisse z.B. Nutzer- und Gruppenaufzählungen liefern. (Die Einstellung 0 deaktiviert das seitenbezogene LDAP-Suchen in diesen Situationen)", + "Special Attributes" : "Spezielle Eigenschaften", + "Quota Field" : "Kontingent-Feld", + "Quota Default" : "Standard-Kontingent", + "in bytes" : "in Bytes", + "Email Field" : "E-Mail-Feld", + "User Home Folder Naming Rule" : "Benennungsregel für das Home-Verzeichnis des Benutzers", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfalls tragen Sie bitte ein LDAP/AD-Attribut ein.", + "Internal Username" : "Interner Benutzername", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standardmäßig wird der interne Benutzername mittels des UUID-Attributes erzeugt. Dies stellt sicher, dass der Benutzername einzigartig ist und keinerlei Zeichen konvertiert werden müssen. Der interne Benutzername unterliegt Beschränkungen, die nur die nachfolgenden Zeichen erlauben: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mittels ihrer korrespondierenden Zeichen ersetzt oder einfach ausgelassen. Bei Kollisionen wird ein Zähler hinzugefügt bzw. der Zähler um einen Wert erhöht. Der interne Benutzername wird benutzt, um einen Benutzer intern zu identifizieren. Es ist ebenso der standardmäßig vorausgewählte Namen des Heimatverzeichnisses. Es ist auch ein Teil der Remote-URLs - zum Beispiel für alle *DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten überschrieben werden. Um ein ähnliches Verhalten wie vor ownCloud 5 zu erzielen, fügen Sie das anzuzeigende Attribut des Benutzernamens in das nachfolgende Feld ein. Lassen Sie dies hingegen für das Standardverhalten leer. Die Änderungen werden sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer auswirken.", + "Internal Username Attribute:" : "Interne Eigenschaften des Benutzers:", + "Override UUID detection" : "UUID-Erkennung überschreiben", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standardmäßig wird die UUID-Eigenschaft automatisch erkannt. Die UUID-Eigenschaft wird genutzt, um einen LDAP-Benutzer und Gruppen einwandfrei zu identifizieren. Außerdem wird der interne Benutzername erzeugt, der auf Eigenschaften der UUID basiert, wenn es oben nicht anders angegeben wurde. Sie müssen allerdings sicherstellen, dass Ihre gewählten Eigenschaften zur Identifikation der Benutzer und Gruppen eindeutig sind und zugeordnet werden können. Lassen Sie es frei, um es beim Standardverhalten zu belassen. Änderungen wirken sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer und -Gruppen aus.", + "UUID Attribute for Users:" : "UUID-Attribute für Benutzer:", + "UUID Attribute for Groups:" : "UUID-Attribute für Gruppen:", + "Username-LDAP User Mapping" : "LDAP-Benutzernamenzuordnung", + "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." : "Die Benutzernamen werden genutzt, um (Meta)Daten zuzuordnen und zu speichern. Um Benutzer eindeutig und präzise zu identifizieren, hat jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung (mappen) von Benutzernamen zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzernamens zugeordnet. Zusätzlich wird der DN zwischengespeichert, um die Interaktion mit dem LDAP zu minimieren, was aber nicht der Identifikation dient. Ändert sich der DN, werden die Änderungen durch gefunden. Der interne Benutzername, wird in überall verwendet. Werden die Zuordnungen gelöscht, bleiben überall Reste zurück. Die Löschung der Zuordnungen kann nicht in der Konfiguration vorgenommen werden, beeinflusst aber die LDAP-Konfiguration! Löschen Sie niemals die Zuordnungen in einer produktiven Umgebung. Löschen Sie die Zuordnungen nur in einer Test- oder Experimentierumgebung.", + "Clear Username-LDAP User Mapping" : "Lösche LDAP-Benutzernamenzuordnung", + "Clear Groupname-LDAP Group Mapping" : "Lösche LDAP-Gruppennamenzuordnung" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/de_DE.php b/apps/user_ldap/l10n/de_DE.php deleted file mode 100644 index ed1755d54a..0000000000 --- a/apps/user_ldap/l10n/de_DE.php +++ /dev/null @@ -1,131 +0,0 @@ - "Löschen der Zuordnung fehlgeschlagen.", -"Failed to delete the server configuration" => "Löschen der Serverkonfiguration fehlgeschlagen", -"The configuration is valid and the connection could be established!" => "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Die Konfiguration ist gültig aber die Verbindung ist fehlgeschlagen. Bitte überprüfen Sie die Servereinstellungen und die Anmeldeinformationen.", -"The configuration is invalid. Please have a look at the logs for further details." => "Die Konfiguration ist ungültig. Weitere Details können Sie in den Logdateien nachlesen.", -"No action specified" => "Keine Aktion spezifiziert", -"No configuration specified" => "Keine Konfiguration spezifiziert", -"No data specified" => "Keine Daten spezifiziert", -" Could not set configuration %s" => "Die Konfiguration %s konnte nicht gesetzt werden", -"Deletion failed" => "Löschen fehlgeschlagen", -"Take over settings from recent server configuration?" => "Einstellungen von letzter Konfiguration übernehmen?", -"Keep settings?" => "Einstellungen beibehalten?", -"{nthServer}. Server" => "{nthServer}. - Server", -"Cannot add server configuration" => "Das Hinzufügen der Serverkonfiguration schlug fehl", -"mappings cleared" => "Zuordnungen gelöscht", -"Success" => "Erfolg", -"Error" => "Fehler", -"Please specify a Base DN" => "Bitte ein Base-DN spezifizieren", -"Could not determine Base DN" => "Base-DN konnte nicht festgestellt werden", -"Please specify the port" => "Bitte Port spezifizieren", -"Configuration OK" => "Konfiguration OK", -"Configuration incorrect" => "Konfiguration nicht korrekt", -"Configuration incomplete" => "Konfiguration nicht vollständig", -"Select groups" => "Wähle Gruppen", -"Select object classes" => "Objekt-Klassen auswählen", -"Select attributes" => "Attribute auswählen", -"Connection test succeeded" => "Verbindungstest erfolgreich", -"Connection test failed" => "Verbindungstest fehlgeschlagen", -"Do you really want to delete the current Server Configuration?" => "Möchten Sie die aktuelle Serverkonfiguration wirklich löschen?", -"Confirm Deletion" => "Löschung bestätigen", -"_%s group found_::_%s groups found_" => array("%s Gruppe gefunden","%s Gruppen gefunden"), -"_%s user found_::_%s users found_" => array("%s Benutzer gefunden","%s Benutzer gefunden"), -"Could not find the desired feature" => "Konnte die gewünschte Funktion nicht finden", -"Invalid Host" => "Ungültiger Host", -"Server" => "Server", -"User Filter" => "Nutzer-Filter", -"Login Filter" => "Anmeldefilter", -"Group Filter" => "Gruppen-Filter", -"Save" => "Speichern", -"Test Configuration" => "Testkonfiguration", -"Help" => "Hilfe", -"Groups meeting these criteria are available in %s:" => "Gruppen-Versammlungen mit diesen Kriterien sind verfügbar in %s:", -"only those object classes:" => "Nur diese Objekt-Klassen:", -"only from those groups:" => "Nur von diesen Gruppen:", -"Edit raw filter instead" => "Original-Filter stattdessen bearbeiten", -"Raw LDAP filter" => "Original LDAP-Filter", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Der Filter definiert welche LDAP-Gruppen Zugriff auf die %s Instanz haben sollen.", -"Test Filter" => "Test-Filter", -"groups found" => "Gruppen gefunden", -"Users login with this attribute:" => "Nutzeranmeldung mit diesem Merkmal:", -"LDAP Username:" => "LDAP-Benutzername:", -"LDAP Email Address:" => "LDAP E-Mail-Adresse:", -"Other Attributes:" => "Andere Attribute:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", -"1. Server" => "1. Server", -"%s. Server:" => "%s. Server:", -"Add Server Configuration" => "Serverkonfiguration hinzufügen", -"Delete Configuration" => "Konfiguration löschen", -"Host" => "Host", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Sie können das Protokoll auslassen, außer wenn Sie SSL benötigen. Beginnen Sie dann mit ldaps://", -"Port" => "Port", -"User DN" => "Benutzer-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." => "Der DN des Benutzers für LDAP-Bind, z.B.: uid=agent,dc=example,dc=com. Für einen anonymen Zugriff lassen Sie DN und Passwort leer.", -"Password" => "Passwort", -"For anonymous access, leave DN and Password empty." => "Lassen Sie die Felder DN und Passwort für einen anonymen Zugang leer.", -"One Base DN per line" => "Ein Basis-DN pro Zeile", -"You can specify Base DN for users and groups in the Advanced tab" => "Sie können Basis-DN für Benutzer und Gruppen in dem \"Erweitert\"-Reiter konfigurieren", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Verhindert automatische LDAP-Anfragen. Besser für größere Installationen, benötigt aber einiges an LDAP-Wissen.", -"Manually enter LDAP filters (recommended for large directories)" => "LDAP-Filter manuell eingeben (erforderlich für große Verzeichnisse)", -"Limit %s access to users meeting these criteria:" => "Beschränken Sie den %s Zugriff auf die Benutzer-Sitzungen durch folgende Kriterien:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Der Filter definiert welche LDAP-Benutzer Zugriff auf die %s Instanz haben sollen.", -"users found" => "Benutzer gefunden", -"Saving" => "Speichern", -"Back" => "Zurück", -"Continue" => "Fortsetzen", -"Expert" => "Experte", -"Advanced" => "Fortgeschritten", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Warnung: Die Anwendungen user_ldap und user_webdavauth sind inkompatibel. Es kann demzufolge zu unerwarteten Verhalten kommen. Bitten Sie Ihren Systemadministator eine der beiden Anwendungen zu deaktivieren.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Warnung: Da das PHP-Modul für LDAP nicht installiert ist, wird das Backend nicht funktionieren. Bitten Sie Ihren Systemadministrator das Modul zu installieren.", -"Connection Settings" => "Verbindungseinstellungen", -"Configuration Active" => "Konfiguration aktiv", -"When unchecked, this configuration will be skipped." => "Wenn nicht angehakt, wird diese Konfiguration übersprungen.", -"Backup (Replica) Host" => "Backup Host (Kopie)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Geben Sie einen optionalen Backup Host an. Es muss sich um eine Kopie des Haupt LDAP/AD Servers handeln.", -"Backup (Replica) Port" => "Backup Port", -"Disable Main Server" => "Hauptserver deaktivieren", -"Only connect to the replica server." => "Nur zum Replikat-Server verbinden.", -"Case insensitive LDAP server (Windows)" => "LDAP-Server (Windows: Groß- und Kleinschreibung bleibt unbeachtet)", -"Turn off SSL certificate validation." => "Schalten Sie die SSL-Zertifikatsprüfung aus.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Nur für Testzwecke geeignet, sollte Standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, importieren Sie das SSL-Zertifikat des LDAP-Servers in Ihren %s Server.", -"Cache Time-To-Live" => "Speichere Time-To-Live zwischen", -"in seconds. A change empties the cache." => "in Sekunden. Eine Änderung leert den Cache.", -"Directory Settings" => "Ordnereinstellungen", -"User Display Name Field" => "Feld für den Anzeigenamen des Benutzers", -"The LDAP attribute to use to generate the user's display name." => "Das LDAP-Attribut zur Generierung des Anzeigenamens des Benutzers.", -"Base User Tree" => "Basis-Benutzerbaum", -"One User Base DN per line" => "Ein Benutzer Basis-DN pro Zeile", -"User Search Attributes" => "Benutzersucheigenschaften", -"Optional; one attribute per line" => "Optional; ein Attribut pro Zeile", -"Group Display Name Field" => "Feld für den Anzeigenamen der Gruppe", -"The LDAP attribute to use to generate the groups's display name." => "Das LDAP-Attribut zur Generierung des Anzeigenamens der Gruppen.", -"Base Group Tree" => "Basis-Gruppenbaum", -"One Group Base DN per line" => "Ein Gruppen Basis-DN pro Zeile", -"Group Search Attributes" => "Gruppensucheigenschaften", -"Group-Member association" => "Assoziation zwischen Gruppe und Benutzer", -"Nested Groups" => "Eingebundene Gruppen", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Wenn aktiviert, werden Gruppen, die Gruppen enthalten, unterstützt. (Funktioniert nur, wenn das Merkmal des Gruppenmitgliedes den Domain-Namen enthält.)", -"Paging chunksize" => "Seitenstücke (Paging chunksize)", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Die Größe der Seitenstücke (Chunksize) wird für seitenbezogene LDAP-Suchen verwendet die sehr viele Ergebnisse z.B. Nutzer- und Gruppenaufzählungen liefern. (Die Einstellung 0 deaktiviert das seitenbezogene LDAP-Suchen in diesen Situationen)", -"Special Attributes" => "Spezielle Eigenschaften", -"Quota Field" => "Kontingent-Feld", -"Quota Default" => "Standard-Kontingent", -"in bytes" => "in Bytes", -"Email Field" => "E-Mail-Feld", -"User Home Folder Naming Rule" => "Benennungsregel für das Home-Verzeichnis des Benutzers", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfalls tragen Sie bitte ein LDAP/AD-Attribut ein.", -"Internal Username" => "Interner Benutzername", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Standardmäßig wird der interne Benutzername mittels des UUID-Attributes erzeugt. Dies stellt sicher, dass der Benutzername einzigartig ist und keinerlei Zeichen konvertiert werden müssen. Der interne Benutzername unterliegt Beschränkungen, die nur die nachfolgenden Zeichen erlauben: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mittels ihrer korrespondierenden Zeichen ersetzt oder einfach ausgelassen. Bei Kollisionen wird ein Zähler hinzugefügt bzw. der Zähler um einen Wert erhöht. Der interne Benutzername wird benutzt, um einen Benutzer intern zu identifizieren. Es ist ebenso der standardmäßig vorausgewählte Namen des Heimatverzeichnisses. Es ist auch ein Teil der Remote-URLs - zum Beispiel für alle *DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten überschrieben werden. Um ein ähnliches Verhalten wie vor ownCloud 5 zu erzielen, fügen Sie das anzuzeigende Attribut des Benutzernamens in das nachfolgende Feld ein. Lassen Sie dies hingegen für das Standardverhalten leer. Die Änderungen werden sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer auswirken.", -"Internal Username Attribute:" => "Interne Eigenschaften des Benutzers:", -"Override UUID detection" => "UUID-Erkennung überschreiben", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Standardmäßig wird die UUID-Eigenschaft automatisch erkannt. Die UUID-Eigenschaft wird genutzt, um einen LDAP-Benutzer und Gruppen einwandfrei zu identifizieren. Außerdem wird der interne Benutzername erzeugt, der auf Eigenschaften der UUID basiert, wenn es oben nicht anders angegeben wurde. Sie müssen allerdings sicherstellen, dass Ihre gewählten Eigenschaften zur Identifikation der Benutzer und Gruppen eindeutig sind und zugeordnet werden können. Lassen Sie es frei, um es beim Standardverhalten zu belassen. Änderungen wirken sich nur auf neu gemappte (hinzugefügte) LDAP-Benutzer und -Gruppen aus.", -"UUID Attribute for Users:" => "UUID-Attribute für Benutzer:", -"UUID Attribute for Groups:" => "UUID-Attribute für Gruppen:", -"Username-LDAP User Mapping" => "LDAP-Benutzernamenzuordnung", -"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." => "Die Benutzernamen werden genutzt, um (Meta)Daten zuzuordnen und zu speichern. Um Benutzer eindeutig und präzise zu identifizieren, hat jeder LDAP-Benutzer einen internen Benutzernamen. Dies erfordert eine Zuordnung (mappen) von Benutzernamen zum LDAP-Benutzer. Der erstellte Benutzername wird der UUID des LDAP-Benutzernamens zugeordnet. Zusätzlich wird der DN zwischengespeichert, um die Interaktion mit dem LDAP zu minimieren, was aber nicht der Identifikation dient. Ändert sich der DN, werden die Änderungen durch gefunden. Der interne Benutzername, wird in überall verwendet. Werden die Zuordnungen gelöscht, bleiben überall Reste zurück. Die Löschung der Zuordnungen kann nicht in der Konfiguration vorgenommen werden, beeinflusst aber die LDAP-Konfiguration! Löschen Sie niemals die Zuordnungen in einer produktiven Umgebung. Löschen Sie die Zuordnungen nur in einer Test- oder Experimentierumgebung.", -"Clear Username-LDAP User Mapping" => "Lösche LDAP-Benutzernamenzuordnung", -"Clear Groupname-LDAP Group Mapping" => "Lösche LDAP-Gruppennamenzuordnung" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/el.js b/apps/user_ldap/l10n/el.js new file mode 100644 index 0000000000..8018ea0076 --- /dev/null +++ b/apps/user_ldap/l10n/el.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the 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" : "αντιστοιχίες εκκαθαρίστηκαν", + "Success" : "Επιτυχία", + "Error" : "Σφάλμα", + "Please specify a Base DN" : "Παρακαλώ ορίστε ένα βασικό Διακεκριμένο Όνομα", + "Could not determine Base DN" : "Δεν ήταν δυνατό να καθοριστεί το βασικό Διακεκριμένο Όνομα", + "Please specify the port" : "Παρακαλώ ορίστε την θύρα", + "Configuration OK" : "Η διαμόρφωση είναι εντάξει", + "Configuration incorrect" : "Η διαμόρφωση είναι λανθασμένη", + "Configuration incomplete" : "Η διαμόρφωση είναι ελλιπής", + "Select groups" : "Επιλέξτε ομάδες", + "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 user found_::_%s users found_" : ["%s χρήστης βρέθηκε","%s χρήστες βρέθηκαν"], + "Could not find the desired feature" : "Αδυναμία εύρεσης επιθυμητου χαρακτηριστικού", + "Invalid Host" : "Άκυρος εξυπηρετητής", + "Server" : "Διακομιστής", + "User Filter" : "Φίλτρο χρηστών", + "Login Filter" : "Φίλτρο Εισόδου", + "Group Filter" : "Group Filter", + "Save" : "Αποθήκευση", + "Test Configuration" : "Δοκιμαστικες ρυθμισεις", + "Help" : "Βοήθεια", + "Groups meeting these criteria are available in %s:" : "Οι ομάδες που πληρούν τα κριτήρια είναι διαθέσιμες σε %s:", + "only those object classes:" : "μόνο αυτές οι κλάσεις αντικειμένων:", + "only from those groups:" : "μόνο από αυτές τις ομάδες:", + "Edit raw filter instead" : "Επεξεργασία πρωτογενούς φίλτρου αντί αυτού", + "Raw LDAP filter" : "Πρωτογενές φίλτρο ", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Το φίλτρο καθορίζει ποιες ομάδες LDAP θα έχουν πρόσβαση στην εγκατάσταση %s.", + "Test Filter" : "Φίλτρο Ελέγχου", + "groups found" : "ομάδες βρέθηκαν", + "Users login with this attribute:" : "Οι χρήστες εισέρχονται με αυτό το χαρακτηριστικό:", + "LDAP Username:" : "Όνομα χρήστη LDAP:", + "LDAP Email Address:" : "Διεύθυνση ηλ. ταχυδρομείου LDAP:", + "Other Attributes:" : "Άλλες Ιδιότητες:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Ορίζει το φίλτρο που θα εφαρμοστεί, όταν επιχειριθεί σύνδεση. Το %%uid αντικαθιστά το όνομα χρήστη κατά τη σύνδεση. Παράδειγμα: \"uid=%%uid\"", + "1. Server" : "1. Διακομιστής", + "%s. Server:" : "%s. Διακομιστής:", + "Add Server Configuration" : "Προσθήκη Ρυθμίσεων Διακομιστή", + "Delete Configuration" : "Απαλοιφή ρυθμίσεων", + "Host" : "Διακομιστής", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Μπορείτε να παραλείψετε το πρωτόκολλο, εκτός αν απαιτείται SSL. Σε αυτή την περίπτωση ξεκινήστε με ldaps://", + "Port" : "Θύρα", + "User DN" : "User 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 του χρήστη πελάτη με το οποίο θα πρέπει να γίνει η σύνδεση, π.χ. uid=agent,dc=example,dc=com. Για χρήση χωρίς πιστοποίηση, αφήστε το DN και τον Κωδικό κενά.", + "Password" : "Συνθηματικό", + "For anonymous access, leave DN and Password empty." : "Για ανώνυμη πρόσβαση, αφήστε κενά τα πεδία DN και Pasword.", + "One Base DN per line" : "Ένα DN Βάσης ανά γραμμή ", + "You can specify Base DN for users and groups in the Advanced tab" : "Μπορείτε να καθορίσετε το Base DN για χρήστες και ομάδες από την καρτέλα Προηγμένες ρυθμίσεις", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Αποφυγή αυτόματων αιτημάτων LDAP. Προτιμότερο για μεγαλύτερες εγκαταστάσεις, αλλά απαιτεί κάποιες γνώσεις LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Εισάγετε με μη αυτόματο τρόπο φίλτρα LDAP (προτείνεται για μεγάλους καταλόγους)", + "Limit %s access to users meeting these criteria:" : "Περιορισμός της πρόσβασης %s σε χρήστες που πληρούν τα κριτήρια:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Το φίλτρο καθορίζει ποιοι χρήστες LDAP θα έχουν πρόσβαση στην εγκατάσταση %s.", + "users found" : "χρήστες βρέθηκαν", + "Saving" : "Αποθήκευση", + "Back" : "Επιστροφή", + "Continue" : "Συνέχεια", + "Expert" : "Ειδικός", + "Advanced" : "Για προχωρημένους", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Προσοχή: Οι εφαρμογές user_ldap και user_webdavauth είναι ασύμβατες. Μπορεί να αντιμετωπίσετε απρόβλεπτη συμπεριφορά. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να απενεργοποιήσει μία από αυτές.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Προσοχή: Το άρθρωμα PHP LDAP δεν είναι εγκατεστημένο και το σύστημα υποστήριξης δεν θα δουλέψει. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να το εγκαταστήσει.", + "Connection Settings" : "Ρυθμίσεις Σύνδεσης", + "Configuration Active" : "Ενεργοποιηση ρυθμισεων", + "When unchecked, this configuration will be skipped." : "Όταν δεν είναι επιλεγμένο, αυτή η ρύθμιση θα πρέπει να παραλειφθεί. ", + "Backup (Replica) Host" : "Δημιουργία αντιγράφων ασφαλείας (Replica) Host ", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Δώστε μια προαιρετική εφεδρική υποδοχή. Πρέπει να είναι ένα αντίγραφο του κύριου LDAP / AD διακομιστη.", + "Backup (Replica) Port" : "Δημιουργία αντιγράφων ασφαλείας (Replica) Υποδοχη", + "Disable Main Server" : "Απενεργοποιηση του κεντρικου διακομιστη", + "Only connect to the replica server." : "Σύνδεση μόνο με το διακομιστή-αντίγραφο.", + "Case insensitive LDAP server (Windows)" : "Διακομιστής LDAP με διάκριση πεζών-κεφαλαίων (Windows)", + "Turn off SSL certificate validation." : "Απενεργοποίηση επικύρωσης πιστοποιητικού SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Δεν προτείνεται, χρησιμοποιείστε το μόνο για δοκιμές! Εάν η σύνδεση λειτουργεί μόνο με αυτή την επιλογή, εισάγετε το πιστοποιητικό SSL του διακομιστή LDAP στο %s διακομιστή σας.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "σε δευτερόλεπτα. Μια αλλαγή αδειάζει την μνήμη cache.", + "Directory Settings" : "Ρυθμίσεις Καταλόγου", + "User Display Name Field" : "Πεδίο Ονόματος Χρήστη", + "The LDAP attribute to use to generate the user's display name." : "Η ιδιότητα LDAP προς χρήση για δημιουργία του προβαλλόμενου ονόματος χρήστη.", + "Base User Tree" : "Base User Tree", + "One User Base DN per line" : "Ένα DN βάσης χρηστών ανά γραμμή", + "User Search Attributes" : "Χαρακτηριστικά αναζήτησης των χρηστών ", + "Optional; one attribute per line" : "Προαιρετικά? Ένα χαρακτηριστικό ανά γραμμή ", + "Group Display Name Field" : "Group Display Name Field", + "The LDAP attribute to use to generate the groups's display name." : "Η ιδιότητα LDAP προς χρήση για δημιουργία του προβαλλόμενου ονόματος ομάδας.", + "Base Group Tree" : "Base Group Tree", + "One Group Base DN per line" : "Μια ομαδικη Βάση DN ανά γραμμή", + "Group Search Attributes" : "Ομάδα Χαρακτηριστικων Αναζήτηση", + "Group-Member association" : "Group-Member association", + "Nested Groups" : "Φωλιασμένες ομάδες", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Όταν ενεργοποιηθεί, οι ομάδες που περιέχουν ομάδες υποστηρίζονται. (Λειτουργεί μόνο αν το χαρακτηριστικό μέλους ομάδες περιέχει Διακεκριμένα Ονόματα.)", + "Paging chunksize" : "Μέγεθος σελιδοποίησης", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Μέγεθος τμήματος που χρησιμοποιείται για την σελιδοποίηση αναζητήσεων LDAP που μπορεί να επιστρέψουν πολλά δεδομένα, όπως απαρίθμηση χρηστών ή ομάδων. (Η τιμή 0 απενεργοποιεί την σελιδοποίηση των αναζητήσεων LDAP σε αυτές τις περιπτώσεις.)", + "Special Attributes" : "Ειδικά Χαρακτηριστικά ", + "Quota Field" : "Ποσοσταση πεδιου", + "Quota Default" : "Προκαθισμενο πεδιο", + "in bytes" : "σε bytes", + "Email Field" : "Email τυπος", + "User Home Folder Naming Rule" : "Χρήστης Προσωπικόςφάκελος Ονομασία Κανόνας ", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Αφήστε το κενό για το όνομα χρήστη (προεπιλογή). Διαφορετικά, συμπληρώστε μία ιδιότητα LDAP/AD.", + "Internal Username" : "Εσωτερικό Όνομα Χρήστη", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Εξ ορισμού, το εσωτερικό όνομα χρήστη θα δημιουργηθεί από το χαρακτηριστικό UUID. Αυτό βεβαιώνει ότι το όνομα χρήστη είναι μοναδικό και δεν χρειάζεται μετατροπή χαρακτήρων. Το εσωτερικό όνομα χρήστη έχει τον περιορισμό ότι μόνο αυτοί οι χαρακτήρες επιτρέπονται: [ a-zA-Z0-9_.@- ]. Οι άλλοι χαρακτήρες αντικαθίστανται με τους αντίστοιχους ASCII ή απλά παραλείπονται. Στις συγκρούσεις ένας αριθμός θα προστεθεί / αυξηθεί. Το εσωτερικό όνομα χρήστη χρησιμοποιείται για την αναγνώριση ενός χρήστη εσωτερικά. Είναι επίσης το προεπιλεγμένο όνομα για τον αρχικό φάκελο χρήστη. Αποτελεί επίσης μέρος των απομακρυσμένων διευθύνσεων URL, για παράδειγμα για όλες τις υπηρεσίες *DAV. Με αυτή τη ρύθμιση, η προεπιλεγμένη συμπεριφορά μπορεί να παρακαμφθεί. Για να επιτευχθεί μια παρόμοια συμπεριφορά όπως πριν το ownCloud 5 εισάγετε το χαρακτηριστικό του προβαλλόμενου ονόματος χρήστη στο παρακάτω πεδίο. Αφήστε το κενό για την προεπιλεγμένη λειτουργία. Οι αλλαγές θα έχουν ισχύ μόνο σε νεώτερους (προστιθέμενους) χρήστες LDAP.", + "Internal Username Attribute:" : "Ιδιότητα Εσωτερικού Ονόματος Χρήστη:", + "Override UUID detection" : "Παράκαμψη ανίχνευσης UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Από προεπιλογή, το χαρακτηριστικό UUID εντοπίζεται αυτόματα. Το χαρακτηριστικό UUID χρησιμοποιείται για την αναγνώριση χωρίς αμφιβολία χρηστών και ομάδων LDAP. Επίσης, το εσωτερικό όνομα χρήστη θα δημιουργηθεί με βάση το UUID, εφόσον δεν ορίζεται διαφορετικά ανωτέρω. Μπορείτε να παρακάμψετε τη ρύθμιση και να ορίσετε ένα χαρακτηριστικό της επιλογής σας. Θα πρέπει να βεβαιωθείτε ότι το χαρακτηριστικό της επιλογής σας μπορεί να ληφθεί για τους χρήστες και τις ομάδες και ότι είναι μοναδικό. Αφήστε το κενό για την προεπιλεγμένη λειτουργία. Οι αλλαγές θα έχουν ισχύ μόνο σε πρόσφατα αντιστοιχισμένους (προστιθέμενους) χρήστες και ομάδες LDAP.", + "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. Το όνομα χρήστη που δημιουργήθηκε αντιστοιχίζεται στην UUID του χρήστη LDAP. Επιπροσθέτως, το DN αποθηκεύεται προσωρινά (cache) ώστε να μειωθεί η αλληλεπίδραση LDAP, αλλά δεν χρησιμοποιείται για την ταυτοποίηση. Αν το DN αλλάξει, οι αλλαγές θα βρεθούν. Το εσωτερικό όνομα χρήστη χρησιμοποιείται παντού. Η εκκαθάριση των αντιστοιχίσεων θα αφήσει κατάλοιπα παντού. Η εκκαθάριση των αντιστοιχίσεων δεν επηρεάζεται από τη διαμόρφωση, επηρεάζει όλες τις διαμορφώσεις LDAP! Μην διαγράψετε ποτέ τις αντιστοιχίσεις σε ένα λειτουργικό περιβάλλον παρά μόνο σε δοκιμές ή σε πειραματικό στάδιο.", + "Clear Username-LDAP User Mapping" : "Διαγραφή αντιστοίχησης Ονόματος Χρήστη LDAP-Χρήστη", + "Clear Groupname-LDAP Group Mapping" : "Διαγραφή αντιστοίχησης Ονόματος Ομάδας-LDAP Ομάδας" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/el.json b/apps/user_ldap/l10n/el.json new file mode 100644 index 0000000000..bd8b6aa617 --- /dev/null +++ b/apps/user_ldap/l10n/el.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the 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" : "αντιστοιχίες εκκαθαρίστηκαν", + "Success" : "Επιτυχία", + "Error" : "Σφάλμα", + "Please specify a Base DN" : "Παρακαλώ ορίστε ένα βασικό Διακεκριμένο Όνομα", + "Could not determine Base DN" : "Δεν ήταν δυνατό να καθοριστεί το βασικό Διακεκριμένο Όνομα", + "Please specify the port" : "Παρακαλώ ορίστε την θύρα", + "Configuration OK" : "Η διαμόρφωση είναι εντάξει", + "Configuration incorrect" : "Η διαμόρφωση είναι λανθασμένη", + "Configuration incomplete" : "Η διαμόρφωση είναι ελλιπής", + "Select groups" : "Επιλέξτε ομάδες", + "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 user found_::_%s users found_" : ["%s χρήστης βρέθηκε","%s χρήστες βρέθηκαν"], + "Could not find the desired feature" : "Αδυναμία εύρεσης επιθυμητου χαρακτηριστικού", + "Invalid Host" : "Άκυρος εξυπηρετητής", + "Server" : "Διακομιστής", + "User Filter" : "Φίλτρο χρηστών", + "Login Filter" : "Φίλτρο Εισόδου", + "Group Filter" : "Group Filter", + "Save" : "Αποθήκευση", + "Test Configuration" : "Δοκιμαστικες ρυθμισεις", + "Help" : "Βοήθεια", + "Groups meeting these criteria are available in %s:" : "Οι ομάδες που πληρούν τα κριτήρια είναι διαθέσιμες σε %s:", + "only those object classes:" : "μόνο αυτές οι κλάσεις αντικειμένων:", + "only from those groups:" : "μόνο από αυτές τις ομάδες:", + "Edit raw filter instead" : "Επεξεργασία πρωτογενούς φίλτρου αντί αυτού", + "Raw LDAP filter" : "Πρωτογενές φίλτρο ", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Το φίλτρο καθορίζει ποιες ομάδες LDAP θα έχουν πρόσβαση στην εγκατάσταση %s.", + "Test Filter" : "Φίλτρο Ελέγχου", + "groups found" : "ομάδες βρέθηκαν", + "Users login with this attribute:" : "Οι χρήστες εισέρχονται με αυτό το χαρακτηριστικό:", + "LDAP Username:" : "Όνομα χρήστη LDAP:", + "LDAP Email Address:" : "Διεύθυνση ηλ. ταχυδρομείου LDAP:", + "Other Attributes:" : "Άλλες Ιδιότητες:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Ορίζει το φίλτρο που θα εφαρμοστεί, όταν επιχειριθεί σύνδεση. Το %%uid αντικαθιστά το όνομα χρήστη κατά τη σύνδεση. Παράδειγμα: \"uid=%%uid\"", + "1. Server" : "1. Διακομιστής", + "%s. Server:" : "%s. Διακομιστής:", + "Add Server Configuration" : "Προσθήκη Ρυθμίσεων Διακομιστή", + "Delete Configuration" : "Απαλοιφή ρυθμίσεων", + "Host" : "Διακομιστής", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Μπορείτε να παραλείψετε το πρωτόκολλο, εκτός αν απαιτείται SSL. Σε αυτή την περίπτωση ξεκινήστε με ldaps://", + "Port" : "Θύρα", + "User DN" : "User 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 του χρήστη πελάτη με το οποίο θα πρέπει να γίνει η σύνδεση, π.χ. uid=agent,dc=example,dc=com. Για χρήση χωρίς πιστοποίηση, αφήστε το DN και τον Κωδικό κενά.", + "Password" : "Συνθηματικό", + "For anonymous access, leave DN and Password empty." : "Για ανώνυμη πρόσβαση, αφήστε κενά τα πεδία DN και Pasword.", + "One Base DN per line" : "Ένα DN Βάσης ανά γραμμή ", + "You can specify Base DN for users and groups in the Advanced tab" : "Μπορείτε να καθορίσετε το Base DN για χρήστες και ομάδες από την καρτέλα Προηγμένες ρυθμίσεις", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Αποφυγή αυτόματων αιτημάτων LDAP. Προτιμότερο για μεγαλύτερες εγκαταστάσεις, αλλά απαιτεί κάποιες γνώσεις LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Εισάγετε με μη αυτόματο τρόπο φίλτρα LDAP (προτείνεται για μεγάλους καταλόγους)", + "Limit %s access to users meeting these criteria:" : "Περιορισμός της πρόσβασης %s σε χρήστες που πληρούν τα κριτήρια:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Το φίλτρο καθορίζει ποιοι χρήστες LDAP θα έχουν πρόσβαση στην εγκατάσταση %s.", + "users found" : "χρήστες βρέθηκαν", + "Saving" : "Αποθήκευση", + "Back" : "Επιστροφή", + "Continue" : "Συνέχεια", + "Expert" : "Ειδικός", + "Advanced" : "Για προχωρημένους", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Προσοχή: Οι εφαρμογές user_ldap και user_webdavauth είναι ασύμβατες. Μπορεί να αντιμετωπίσετε απρόβλεπτη συμπεριφορά. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να απενεργοποιήσει μία από αυτές.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Προσοχή: Το άρθρωμα PHP LDAP δεν είναι εγκατεστημένο και το σύστημα υποστήριξης δεν θα δουλέψει. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να το εγκαταστήσει.", + "Connection Settings" : "Ρυθμίσεις Σύνδεσης", + "Configuration Active" : "Ενεργοποιηση ρυθμισεων", + "When unchecked, this configuration will be skipped." : "Όταν δεν είναι επιλεγμένο, αυτή η ρύθμιση θα πρέπει να παραλειφθεί. ", + "Backup (Replica) Host" : "Δημιουργία αντιγράφων ασφαλείας (Replica) Host ", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Δώστε μια προαιρετική εφεδρική υποδοχή. Πρέπει να είναι ένα αντίγραφο του κύριου LDAP / AD διακομιστη.", + "Backup (Replica) Port" : "Δημιουργία αντιγράφων ασφαλείας (Replica) Υποδοχη", + "Disable Main Server" : "Απενεργοποιηση του κεντρικου διακομιστη", + "Only connect to the replica server." : "Σύνδεση μόνο με το διακομιστή-αντίγραφο.", + "Case insensitive LDAP server (Windows)" : "Διακομιστής LDAP με διάκριση πεζών-κεφαλαίων (Windows)", + "Turn off SSL certificate validation." : "Απενεργοποίηση επικύρωσης πιστοποιητικού SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Δεν προτείνεται, χρησιμοποιείστε το μόνο για δοκιμές! Εάν η σύνδεση λειτουργεί μόνο με αυτή την επιλογή, εισάγετε το πιστοποιητικό SSL του διακομιστή LDAP στο %s διακομιστή σας.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "σε δευτερόλεπτα. Μια αλλαγή αδειάζει την μνήμη cache.", + "Directory Settings" : "Ρυθμίσεις Καταλόγου", + "User Display Name Field" : "Πεδίο Ονόματος Χρήστη", + "The LDAP attribute to use to generate the user's display name." : "Η ιδιότητα LDAP προς χρήση για δημιουργία του προβαλλόμενου ονόματος χρήστη.", + "Base User Tree" : "Base User Tree", + "One User Base DN per line" : "Ένα DN βάσης χρηστών ανά γραμμή", + "User Search Attributes" : "Χαρακτηριστικά αναζήτησης των χρηστών ", + "Optional; one attribute per line" : "Προαιρετικά? Ένα χαρακτηριστικό ανά γραμμή ", + "Group Display Name Field" : "Group Display Name Field", + "The LDAP attribute to use to generate the groups's display name." : "Η ιδιότητα LDAP προς χρήση για δημιουργία του προβαλλόμενου ονόματος ομάδας.", + "Base Group Tree" : "Base Group Tree", + "One Group Base DN per line" : "Μια ομαδικη Βάση DN ανά γραμμή", + "Group Search Attributes" : "Ομάδα Χαρακτηριστικων Αναζήτηση", + "Group-Member association" : "Group-Member association", + "Nested Groups" : "Φωλιασμένες ομάδες", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Όταν ενεργοποιηθεί, οι ομάδες που περιέχουν ομάδες υποστηρίζονται. (Λειτουργεί μόνο αν το χαρακτηριστικό μέλους ομάδες περιέχει Διακεκριμένα Ονόματα.)", + "Paging chunksize" : "Μέγεθος σελιδοποίησης", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Μέγεθος τμήματος που χρησιμοποιείται για την σελιδοποίηση αναζητήσεων LDAP που μπορεί να επιστρέψουν πολλά δεδομένα, όπως απαρίθμηση χρηστών ή ομάδων. (Η τιμή 0 απενεργοποιεί την σελιδοποίηση των αναζητήσεων LDAP σε αυτές τις περιπτώσεις.)", + "Special Attributes" : "Ειδικά Χαρακτηριστικά ", + "Quota Field" : "Ποσοσταση πεδιου", + "Quota Default" : "Προκαθισμενο πεδιο", + "in bytes" : "σε bytes", + "Email Field" : "Email τυπος", + "User Home Folder Naming Rule" : "Χρήστης Προσωπικόςφάκελος Ονομασία Κανόνας ", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Αφήστε το κενό για το όνομα χρήστη (προεπιλογή). Διαφορετικά, συμπληρώστε μία ιδιότητα LDAP/AD.", + "Internal Username" : "Εσωτερικό Όνομα Χρήστη", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Εξ ορισμού, το εσωτερικό όνομα χρήστη θα δημιουργηθεί από το χαρακτηριστικό UUID. Αυτό βεβαιώνει ότι το όνομα χρήστη είναι μοναδικό και δεν χρειάζεται μετατροπή χαρακτήρων. Το εσωτερικό όνομα χρήστη έχει τον περιορισμό ότι μόνο αυτοί οι χαρακτήρες επιτρέπονται: [ a-zA-Z0-9_.@- ]. Οι άλλοι χαρακτήρες αντικαθίστανται με τους αντίστοιχους ASCII ή απλά παραλείπονται. Στις συγκρούσεις ένας αριθμός θα προστεθεί / αυξηθεί. Το εσωτερικό όνομα χρήστη χρησιμοποιείται για την αναγνώριση ενός χρήστη εσωτερικά. Είναι επίσης το προεπιλεγμένο όνομα για τον αρχικό φάκελο χρήστη. Αποτελεί επίσης μέρος των απομακρυσμένων διευθύνσεων URL, για παράδειγμα για όλες τις υπηρεσίες *DAV. Με αυτή τη ρύθμιση, η προεπιλεγμένη συμπεριφορά μπορεί να παρακαμφθεί. Για να επιτευχθεί μια παρόμοια συμπεριφορά όπως πριν το ownCloud 5 εισάγετε το χαρακτηριστικό του προβαλλόμενου ονόματος χρήστη στο παρακάτω πεδίο. Αφήστε το κενό για την προεπιλεγμένη λειτουργία. Οι αλλαγές θα έχουν ισχύ μόνο σε νεώτερους (προστιθέμενους) χρήστες LDAP.", + "Internal Username Attribute:" : "Ιδιότητα Εσωτερικού Ονόματος Χρήστη:", + "Override UUID detection" : "Παράκαμψη ανίχνευσης UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Από προεπιλογή, το χαρακτηριστικό UUID εντοπίζεται αυτόματα. Το χαρακτηριστικό UUID χρησιμοποιείται για την αναγνώριση χωρίς αμφιβολία χρηστών και ομάδων LDAP. Επίσης, το εσωτερικό όνομα χρήστη θα δημιουργηθεί με βάση το UUID, εφόσον δεν ορίζεται διαφορετικά ανωτέρω. Μπορείτε να παρακάμψετε τη ρύθμιση και να ορίσετε ένα χαρακτηριστικό της επιλογής σας. Θα πρέπει να βεβαιωθείτε ότι το χαρακτηριστικό της επιλογής σας μπορεί να ληφθεί για τους χρήστες και τις ομάδες και ότι είναι μοναδικό. Αφήστε το κενό για την προεπιλεγμένη λειτουργία. Οι αλλαγές θα έχουν ισχύ μόνο σε πρόσφατα αντιστοιχισμένους (προστιθέμενους) χρήστες και ομάδες LDAP.", + "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. Το όνομα χρήστη που δημιουργήθηκε αντιστοιχίζεται στην UUID του χρήστη LDAP. Επιπροσθέτως, το DN αποθηκεύεται προσωρινά (cache) ώστε να μειωθεί η αλληλεπίδραση LDAP, αλλά δεν χρησιμοποιείται για την ταυτοποίηση. Αν το DN αλλάξει, οι αλλαγές θα βρεθούν. Το εσωτερικό όνομα χρήστη χρησιμοποιείται παντού. Η εκκαθάριση των αντιστοιχίσεων θα αφήσει κατάλοιπα παντού. Η εκκαθάριση των αντιστοιχίσεων δεν επηρεάζεται από τη διαμόρφωση, επηρεάζει όλες τις διαμορφώσεις LDAP! Μην διαγράψετε ποτέ τις αντιστοιχίσεις σε ένα λειτουργικό περιβάλλον παρά μόνο σε δοκιμές ή σε πειραματικό στάδιο.", + "Clear Username-LDAP User Mapping" : "Διαγραφή αντιστοίχησης Ονόματος Χρήστη LDAP-Χρήστη", + "Clear Groupname-LDAP Group Mapping" : "Διαγραφή αντιστοίχησης Ονόματος Ομάδας-LDAP Ομάδας" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/el.php b/apps/user_ldap/l10n/el.php deleted file mode 100644 index 0022c367dd..0000000000 --- a/apps/user_ldap/l10n/el.php +++ /dev/null @@ -1,131 +0,0 @@ - "Αποτυχία εκκαθάρισης των αντιστοιχιών.", -"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" => "αντιστοιχίες εκκαθαρίστηκαν", -"Success" => "Επιτυχία", -"Error" => "Σφάλμα", -"Please specify a Base DN" => "Παρακαλώ ορίστε ένα βασικό Διακεκριμένο Όνομα", -"Could not determine Base DN" => "Δεν ήταν δυνατό να καθοριστεί το βασικό Διακεκριμένο Όνομα", -"Please specify the port" => "Παρακαλώ ορίστε την θύρα", -"Configuration OK" => "Η διαμόρφωση είναι εντάξει", -"Configuration incorrect" => "Η διαμόρφωση είναι λανθασμένη", -"Configuration incomplete" => "Η διαμόρφωση είναι ελλιπής", -"Select groups" => "Επιλέξτε ομάδες", -"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_" => array("%s ομάδα βρέθηκε","%s ομάδες βρέθηκαν"), -"_%s user found_::_%s users found_" => array("%s χρήστης βρέθηκε","%s χρήστες βρέθηκαν"), -"Could not find the desired feature" => "Αδυναμία εύρεσης επιθυμητου χαρακτηριστικού", -"Invalid Host" => "Άκυρος εξυπηρετητής", -"Server" => "Διακομιστής", -"User Filter" => "Φίλτρο χρηστών", -"Login Filter" => "Φίλτρο Εισόδου", -"Group Filter" => "Group Filter", -"Save" => "Αποθήκευση", -"Test Configuration" => "Δοκιμαστικες ρυθμισεις", -"Help" => "Βοήθεια", -"Groups meeting these criteria are available in %s:" => "Οι ομάδες που πληρούν τα κριτήρια είναι διαθέσιμες σε %s:", -"only those object classes:" => "μόνο αυτές οι κλάσεις αντικειμένων:", -"only from those groups:" => "μόνο από αυτές τις ομάδες:", -"Edit raw filter instead" => "Επεξεργασία πρωτογενούς φίλτρου αντί αυτού", -"Raw LDAP filter" => "Πρωτογενές φίλτρο ", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Το φίλτρο καθορίζει ποιες ομάδες LDAP θα έχουν πρόσβαση στην εγκατάσταση %s.", -"Test Filter" => "Φίλτρο Ελέγχου", -"groups found" => "ομάδες βρέθηκαν", -"Users login with this attribute:" => "Οι χρήστες εισέρχονται με αυτό το χαρακτηριστικό:", -"LDAP Username:" => "Όνομα χρήστη LDAP:", -"LDAP Email Address:" => "Διεύθυνση ηλ. ταχυδρομείου LDAP:", -"Other Attributes:" => "Άλλες Ιδιότητες:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Ορίζει το φίλτρο που θα εφαρμοστεί, όταν επιχειριθεί σύνδεση. Το %%uid αντικαθιστά το όνομα χρήστη κατά τη σύνδεση. Παράδειγμα: \"uid=%%uid\"", -"1. Server" => "1. Διακομιστής", -"%s. Server:" => "%s. Διακομιστής:", -"Add Server Configuration" => "Προσθήκη Ρυθμίσεων Διακομιστή", -"Delete Configuration" => "Απαλοιφή ρυθμίσεων", -"Host" => "Διακομιστής", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Μπορείτε να παραλείψετε το πρωτόκολλο, εκτός αν απαιτείται SSL. Σε αυτή την περίπτωση ξεκινήστε με ldaps://", -"Port" => "Θύρα", -"User DN" => "User 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 του χρήστη πελάτη με το οποίο θα πρέπει να γίνει η σύνδεση, π.χ. uid=agent,dc=example,dc=com. Για χρήση χωρίς πιστοποίηση, αφήστε το DN και τον Κωδικό κενά.", -"Password" => "Συνθηματικό", -"For anonymous access, leave DN and Password empty." => "Για ανώνυμη πρόσβαση, αφήστε κενά τα πεδία DN και Pasword.", -"One Base DN per line" => "Ένα DN Βάσης ανά γραμμή ", -"You can specify Base DN for users and groups in the Advanced tab" => "Μπορείτε να καθορίσετε το Base DN για χρήστες και ομάδες από την καρτέλα Προηγμένες ρυθμίσεις", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Αποφυγή αυτόματων αιτημάτων LDAP. Προτιμότερο για μεγαλύτερες εγκαταστάσεις, αλλά απαιτεί κάποιες γνώσεις LDAP.", -"Manually enter LDAP filters (recommended for large directories)" => "Εισάγετε με μη αυτόματο τρόπο φίλτρα LDAP (προτείνεται για μεγάλους καταλόγους)", -"Limit %s access to users meeting these criteria:" => "Περιορισμός της πρόσβασης %s σε χρήστες που πληρούν τα κριτήρια:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Το φίλτρο καθορίζει ποιοι χρήστες LDAP θα έχουν πρόσβαση στην εγκατάσταση %s.", -"users found" => "χρήστες βρέθηκαν", -"Saving" => "Αποθήκευση", -"Back" => "Επιστροφή", -"Continue" => "Συνέχεια", -"Expert" => "Ειδικός", -"Advanced" => "Για προχωρημένους", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Προσοχή: Οι εφαρμογές user_ldap και user_webdavauth είναι ασύμβατες. Μπορεί να αντιμετωπίσετε απρόβλεπτη συμπεριφορά. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να απενεργοποιήσει μία από αυτές.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Προσοχή: Το άρθρωμα PHP LDAP δεν είναι εγκατεστημένο και το σύστημα υποστήριξης δεν θα δουλέψει. Παρακαλώ ζητήστε από τον διαχειριστή συστήματος να το εγκαταστήσει.", -"Connection Settings" => "Ρυθμίσεις Σύνδεσης", -"Configuration Active" => "Ενεργοποιηση ρυθμισεων", -"When unchecked, this configuration will be skipped." => "Όταν δεν είναι επιλεγμένο, αυτή η ρύθμιση θα πρέπει να παραλειφθεί. ", -"Backup (Replica) Host" => "Δημιουργία αντιγράφων ασφαλείας (Replica) Host ", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Δώστε μια προαιρετική εφεδρική υποδοχή. Πρέπει να είναι ένα αντίγραφο του κύριου LDAP / AD διακομιστη.", -"Backup (Replica) Port" => "Δημιουργία αντιγράφων ασφαλείας (Replica) Υποδοχη", -"Disable Main Server" => "Απενεργοποιηση του κεντρικου διακομιστη", -"Only connect to the replica server." => "Σύνδεση μόνο με το διακομιστή-αντίγραφο.", -"Case insensitive LDAP server (Windows)" => "Διακομιστής LDAP με διάκριση πεζών-κεφαλαίων (Windows)", -"Turn off SSL certificate validation." => "Απενεργοποίηση επικύρωσης πιστοποιητικού SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Δεν προτείνεται, χρησιμοποιείστε το μόνο για δοκιμές! Εάν η σύνδεση λειτουργεί μόνο με αυτή την επιλογή, εισάγετε το πιστοποιητικό SSL του διακομιστή LDAP στο %s διακομιστή σας.", -"Cache Time-To-Live" => "Cache Time-To-Live", -"in seconds. A change empties the cache." => "σε δευτερόλεπτα. Μια αλλαγή αδειάζει την μνήμη cache.", -"Directory Settings" => "Ρυθμίσεις Καταλόγου", -"User Display Name Field" => "Πεδίο Ονόματος Χρήστη", -"The LDAP attribute to use to generate the user's display name." => "Η ιδιότητα LDAP προς χρήση για δημιουργία του προβαλλόμενου ονόματος χρήστη.", -"Base User Tree" => "Base User Tree", -"One User Base DN per line" => "Ένα DN βάσης χρηστών ανά γραμμή", -"User Search Attributes" => "Χαρακτηριστικά αναζήτησης των χρηστών ", -"Optional; one attribute per line" => "Προαιρετικά? Ένα χαρακτηριστικό ανά γραμμή ", -"Group Display Name Field" => "Group Display Name Field", -"The LDAP attribute to use to generate the groups's display name." => "Η ιδιότητα LDAP προς χρήση για δημιουργία του προβαλλόμενου ονόματος ομάδας.", -"Base Group Tree" => "Base Group Tree", -"One Group Base DN per line" => "Μια ομαδικη Βάση DN ανά γραμμή", -"Group Search Attributes" => "Ομάδα Χαρακτηριστικων Αναζήτηση", -"Group-Member association" => "Group-Member association", -"Nested Groups" => "Φωλιασμένες ομάδες", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Όταν ενεργοποιηθεί, οι ομάδες που περιέχουν ομάδες υποστηρίζονται. (Λειτουργεί μόνο αν το χαρακτηριστικό μέλους ομάδες περιέχει Διακεκριμένα Ονόματα.)", -"Paging chunksize" => "Μέγεθος σελιδοποίησης", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Μέγεθος τμήματος που χρησιμοποιείται για την σελιδοποίηση αναζητήσεων LDAP που μπορεί να επιστρέψουν πολλά δεδομένα, όπως απαρίθμηση χρηστών ή ομάδων. (Η τιμή 0 απενεργοποιεί την σελιδοποίηση των αναζητήσεων LDAP σε αυτές τις περιπτώσεις.)", -"Special Attributes" => "Ειδικά Χαρακτηριστικά ", -"Quota Field" => "Ποσοσταση πεδιου", -"Quota Default" => "Προκαθισμενο πεδιο", -"in bytes" => "σε bytes", -"Email Field" => "Email τυπος", -"User Home Folder Naming Rule" => "Χρήστης Προσωπικόςφάκελος Ονομασία Κανόνας ", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Αφήστε το κενό για το όνομα χρήστη (προεπιλογή). Διαφορετικά, συμπληρώστε μία ιδιότητα LDAP/AD.", -"Internal Username" => "Εσωτερικό Όνομα Χρήστη", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Εξ ορισμού, το εσωτερικό όνομα χρήστη θα δημιουργηθεί από το χαρακτηριστικό UUID. Αυτό βεβαιώνει ότι το όνομα χρήστη είναι μοναδικό και δεν χρειάζεται μετατροπή χαρακτήρων. Το εσωτερικό όνομα χρήστη έχει τον περιορισμό ότι μόνο αυτοί οι χαρακτήρες επιτρέπονται: [ a-zA-Z0-9_.@- ]. Οι άλλοι χαρακτήρες αντικαθίστανται με τους αντίστοιχους ASCII ή απλά παραλείπονται. Στις συγκρούσεις ένας αριθμός θα προστεθεί / αυξηθεί. Το εσωτερικό όνομα χρήστη χρησιμοποιείται για την αναγνώριση ενός χρήστη εσωτερικά. Είναι επίσης το προεπιλεγμένο όνομα για τον αρχικό φάκελο χρήστη. Αποτελεί επίσης μέρος των απομακρυσμένων διευθύνσεων URL, για παράδειγμα για όλες τις υπηρεσίες *DAV. Με αυτή τη ρύθμιση, η προεπιλεγμένη συμπεριφορά μπορεί να παρακαμφθεί. Για να επιτευχθεί μια παρόμοια συμπεριφορά όπως πριν το ownCloud 5 εισάγετε το χαρακτηριστικό του προβαλλόμενου ονόματος χρήστη στο παρακάτω πεδίο. Αφήστε το κενό για την προεπιλεγμένη λειτουργία. Οι αλλαγές θα έχουν ισχύ μόνο σε νεώτερους (προστιθέμενους) χρήστες LDAP.", -"Internal Username Attribute:" => "Ιδιότητα Εσωτερικού Ονόματος Χρήστη:", -"Override UUID detection" => "Παράκαμψη ανίχνευσης UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Από προεπιλογή, το χαρακτηριστικό UUID εντοπίζεται αυτόματα. Το χαρακτηριστικό UUID χρησιμοποιείται για την αναγνώριση χωρίς αμφιβολία χρηστών και ομάδων LDAP. Επίσης, το εσωτερικό όνομα χρήστη θα δημιουργηθεί με βάση το UUID, εφόσον δεν ορίζεται διαφορετικά ανωτέρω. Μπορείτε να παρακάμψετε τη ρύθμιση και να ορίσετε ένα χαρακτηριστικό της επιλογής σας. Θα πρέπει να βεβαιωθείτε ότι το χαρακτηριστικό της επιλογής σας μπορεί να ληφθεί για τους χρήστες και τις ομάδες και ότι είναι μοναδικό. Αφήστε το κενό για την προεπιλεγμένη λειτουργία. Οι αλλαγές θα έχουν ισχύ μόνο σε πρόσφατα αντιστοιχισμένους (προστιθέμενους) χρήστες και ομάδες LDAP.", -"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. Το όνομα χρήστη που δημιουργήθηκε αντιστοιχίζεται στην UUID του χρήστη LDAP. Επιπροσθέτως, το DN αποθηκεύεται προσωρινά (cache) ώστε να μειωθεί η αλληλεπίδραση LDAP, αλλά δεν χρησιμοποιείται για την ταυτοποίηση. Αν το DN αλλάξει, οι αλλαγές θα βρεθούν. Το εσωτερικό όνομα χρήστη χρησιμοποιείται παντού. Η εκκαθάριση των αντιστοιχίσεων θα αφήσει κατάλοιπα παντού. Η εκκαθάριση των αντιστοιχίσεων δεν επηρεάζεται από τη διαμόρφωση, επηρεάζει όλες τις διαμορφώσεις LDAP! Μην διαγράψετε ποτέ τις αντιστοιχίσεις σε ένα λειτουργικό περιβάλλον παρά μόνο σε δοκιμές ή σε πειραματικό στάδιο.", -"Clear Username-LDAP User Mapping" => "Διαγραφή αντιστοίχησης Ονόματος Χρήστη LDAP-Χρήστη", -"Clear Groupname-LDAP Group Mapping" => "Διαγραφή αντιστοίχησης Ονόματος Ομάδας-LDAP Ομάδας" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/en@pirate.js b/apps/user_ldap/l10n/en@pirate.js new file mode 100644 index 0000000000..a97d844298 --- /dev/null +++ b/apps/user_ldap/l10n/en@pirate.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Password" : "Passcode" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/en@pirate.json b/apps/user_ldap/l10n/en@pirate.json new file mode 100644 index 0000000000..7cff052194 --- /dev/null +++ b/apps/user_ldap/l10n/en@pirate.json @@ -0,0 +1,6 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Password" : "Passcode" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/en@pirate.php b/apps/user_ldap/l10n/en@pirate.php deleted file mode 100644 index 35308522f0..0000000000 --- a/apps/user_ldap/l10n/en@pirate.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Password" => "Passcode" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/en_GB.js b/apps/user_ldap/l10n/en_GB.js new file mode 100644 index 0000000000..851beced76 --- /dev/null +++ b/apps/user_ldap/l10n/en_GB.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Failed to clear the mappings.", + "Failed to delete the server configuration" : "Failed to delete the server configuration", + "The configuration is valid and the connection could be established!" : "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 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." : "The configuration is invalid. Please have a look at the logs for further details.", + "No action specified" : "No action specified", + "No configuration specified" : "No configuration specified", + "No data specified" : "No data specified", + " Could not set configuration %s" : " Could not set configuration %s", + "Deletion failed" : "Deletion failed", + "Take over settings from recent server configuration?" : "Take over settings from recent server configuration?", + "Keep settings?" : "Keep settings?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Cannot add server configuration", + "mappings cleared" : "mappings cleared", + "Success" : "Success", + "Error" : "Error", + "Please specify a Base DN" : "Please specify a Base DN", + "Could not determine Base DN" : "Could not determine Base DN", + "Please specify the port" : "Please specify the port", + "Configuration OK" : "Configuration OK", + "Configuration incorrect" : "Configuration incorrect", + "Configuration incomplete" : "Configuration incomplete", + "Select groups" : "Select groups", + "Select object classes" : "Select object classes", + "Select attributes" : "Select attributes", + "Connection test succeeded" : "Connection test succeeded", + "Connection test failed" : "Connection test failed", + "Do you really want to delete the current Server Configuration?" : "Do you really want to delete the current Server Configuration?", + "Confirm Deletion" : "Confirm Deletion", + "_%s group found_::_%s groups found_" : ["%s group found","%s groups found"], + "_%s user found_::_%s users found_" : ["%s user found","%s users found"], + "Could not find the desired feature" : "Could not find the desired feature", + "Invalid Host" : "Invalid Host", + "Server" : "Server", + "User Filter" : "User Filter", + "Login Filter" : "Login Filter", + "Group Filter" : "Group Filter", + "Save" : "Save", + "Test Configuration" : "Test Configuration", + "Help" : "Help", + "Groups meeting these criteria are available in %s:" : "Groups meeting these criteria are available in %s:", + "only those object classes:" : "only those object classes:", + "only from those groups:" : "only from those groups:", + "Edit raw filter instead" : "Edit raw filter instead", + "Raw LDAP filter" : "Raw LDAP filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "The filter specifies which LDAP groups shall have access to the %s instance.", + "Test Filter" : "Test Filter", + "groups found" : "groups found", + "Users login with this attribute:" : "Users login with this attribute:", + "LDAP Username:" : "LDAP Username:", + "LDAP Email Address:" : "LDAP Email Address:", + "Other Attributes:" : "Other Attributes:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Add Server Configuration", + "Delete Configuration" : "Delete Configuration", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "You can omit the protocol, except you require SSL. Then start with ldaps://", + "Port" : "Port", + "User DN" : "User 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." : "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.", + "Password" : "Password", + "For anonymous access, leave DN and Password empty." : "For anonymous access, leave DN and Password empty.", + "One Base DN per line" : "One Base DN per line", + "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", + "Manually enter LDAP filters (recommended for large directories)" : "Manually enter LDAP filters (recommended for large directories)", + "Limit %s access to users meeting these criteria:" : "Limit %s access to users meeting these criteria:", + "The filter specifies which LDAP users shall have access to the %s instance." : "The filter specifies which LDAP users shall have access to the %s instance.", + "users found" : "users found", + "Saving" : "Saving", + "Back" : "Back", + "Continue" : "Continue", + "Expert" : "Expert", + "Advanced" : "Advanced", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", + "Connection Settings" : "Connection Settings", + "Configuration Active" : "Configuration Active", + "When unchecked, this configuration will be skipped." : "When unchecked, this configuration will be skipped.", + "Backup (Replica) Host" : "Backup (Replica) Host", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Give an optional backup host. It must be a replica of the main LDAP/AD server.", + "Backup (Replica) Port" : "Backup (Replica) Port", + "Disable Main Server" : "Disable Main Server", + "Only connect to the replica server." : "Only connect to the replica server.", + "Case insensitive LDAP server (Windows)" : "Case insensitive LDAP server (Windows)", + "Turn off SSL certificate validation." : "Turn off SSL certificate validation.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "in seconds. A change empties the cache.", + "Directory Settings" : "Directory Settings", + "User Display Name Field" : "User Display Name Field", + "The LDAP attribute to use to generate the user's display name." : "The LDAP attribute to use to generate the user's display name.", + "Base User Tree" : "Base User Tree", + "One User Base DN per line" : "One User Base DN per line", + "User Search Attributes" : "User Search Attributes", + "Optional; one attribute per line" : "Optional; one attribute per line", + "Group Display Name Field" : "Group Display Name Field", + "The LDAP attribute to use to generate the groups's display name." : "The LDAP attribute to use to generate the group's display name.", + "Base Group Tree" : "Base Group Tree", + "One Group Base DN per line" : "One Group Base DN per line", + "Group Search Attributes" : "Group Search Attributes", + "Group-Member association" : "Group-Member association", + "Nested Groups" : "Nested Groups", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)", + "Paging chunksize" : "Paging chunksize", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)", + "Special Attributes" : "Special Attributes", + "Quota Field" : "Quota Field", + "Quota Default" : "Quota Default", + "in bytes" : "in bytes", + "Email Field" : "Email Field", + "User Home Folder Naming Rule" : "User Home Folder Naming Rule", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute.", + "Internal Username" : "Internal Username", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behaviour as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behaviour. Changes will have effect only on newly mapped (added) LDAP users.", + "Internal Username Attribute:" : "Internal Username Attribute:", + "Override UUID detection" : "Override UUID detection", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "By default, the UUID attribute is automatically detected. The UUID attribute is used to unambiguously identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behaviour. Changes will have effect only on newly mapped (added) LDAP users and groups.", + "UUID Attribute for Users:" : "UUID Attribute for Users:", + "UUID Attribute for Groups:" : "UUID Attribute for Groups:", + "Username-LDAP User Mapping" : "Username-LDAP User Mapping", + "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." : "Usernames are used to store and assign (meta) data. In order to precisely identify and recognise 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.", + "Clear Username-LDAP User Mapping" : "Clear Username-LDAP User Mapping", + "Clear Groupname-LDAP Group Mapping" : "Clear Groupname-LDAP Group Mapping" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/en_GB.json b/apps/user_ldap/l10n/en_GB.json new file mode 100644 index 0000000000..d97bd5aea2 --- /dev/null +++ b/apps/user_ldap/l10n/en_GB.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Failed to clear the mappings.", + "Failed to delete the server configuration" : "Failed to delete the server configuration", + "The configuration is valid and the connection could be established!" : "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 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." : "The configuration is invalid. Please have a look at the logs for further details.", + "No action specified" : "No action specified", + "No configuration specified" : "No configuration specified", + "No data specified" : "No data specified", + " Could not set configuration %s" : " Could not set configuration %s", + "Deletion failed" : "Deletion failed", + "Take over settings from recent server configuration?" : "Take over settings from recent server configuration?", + "Keep settings?" : "Keep settings?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Cannot add server configuration", + "mappings cleared" : "mappings cleared", + "Success" : "Success", + "Error" : "Error", + "Please specify a Base DN" : "Please specify a Base DN", + "Could not determine Base DN" : "Could not determine Base DN", + "Please specify the port" : "Please specify the port", + "Configuration OK" : "Configuration OK", + "Configuration incorrect" : "Configuration incorrect", + "Configuration incomplete" : "Configuration incomplete", + "Select groups" : "Select groups", + "Select object classes" : "Select object classes", + "Select attributes" : "Select attributes", + "Connection test succeeded" : "Connection test succeeded", + "Connection test failed" : "Connection test failed", + "Do you really want to delete the current Server Configuration?" : "Do you really want to delete the current Server Configuration?", + "Confirm Deletion" : "Confirm Deletion", + "_%s group found_::_%s groups found_" : ["%s group found","%s groups found"], + "_%s user found_::_%s users found_" : ["%s user found","%s users found"], + "Could not find the desired feature" : "Could not find the desired feature", + "Invalid Host" : "Invalid Host", + "Server" : "Server", + "User Filter" : "User Filter", + "Login Filter" : "Login Filter", + "Group Filter" : "Group Filter", + "Save" : "Save", + "Test Configuration" : "Test Configuration", + "Help" : "Help", + "Groups meeting these criteria are available in %s:" : "Groups meeting these criteria are available in %s:", + "only those object classes:" : "only those object classes:", + "only from those groups:" : "only from those groups:", + "Edit raw filter instead" : "Edit raw filter instead", + "Raw LDAP filter" : "Raw LDAP filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "The filter specifies which LDAP groups shall have access to the %s instance.", + "Test Filter" : "Test Filter", + "groups found" : "groups found", + "Users login with this attribute:" : "Users login with this attribute:", + "LDAP Username:" : "LDAP Username:", + "LDAP Email Address:" : "LDAP Email Address:", + "Other Attributes:" : "Other Attributes:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Add Server Configuration", + "Delete Configuration" : "Delete Configuration", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "You can omit the protocol, except you require SSL. Then start with ldaps://", + "Port" : "Port", + "User DN" : "User 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." : "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.", + "Password" : "Password", + "For anonymous access, leave DN and Password empty." : "For anonymous access, leave DN and Password empty.", + "One Base DN per line" : "One Base DN per line", + "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", + "Manually enter LDAP filters (recommended for large directories)" : "Manually enter LDAP filters (recommended for large directories)", + "Limit %s access to users meeting these criteria:" : "Limit %s access to users meeting these criteria:", + "The filter specifies which LDAP users shall have access to the %s instance." : "The filter specifies which LDAP users shall have access to the %s instance.", + "users found" : "users found", + "Saving" : "Saving", + "Back" : "Back", + "Continue" : "Continue", + "Expert" : "Expert", + "Advanced" : "Advanced", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", + "Connection Settings" : "Connection Settings", + "Configuration Active" : "Configuration Active", + "When unchecked, this configuration will be skipped." : "When unchecked, this configuration will be skipped.", + "Backup (Replica) Host" : "Backup (Replica) Host", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Give an optional backup host. It must be a replica of the main LDAP/AD server.", + "Backup (Replica) Port" : "Backup (Replica) Port", + "Disable Main Server" : "Disable Main Server", + "Only connect to the replica server." : "Only connect to the replica server.", + "Case insensitive LDAP server (Windows)" : "Case insensitive LDAP server (Windows)", + "Turn off SSL certificate validation." : "Turn off SSL certificate validation.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "in seconds. A change empties the cache.", + "Directory Settings" : "Directory Settings", + "User Display Name Field" : "User Display Name Field", + "The LDAP attribute to use to generate the user's display name." : "The LDAP attribute to use to generate the user's display name.", + "Base User Tree" : "Base User Tree", + "One User Base DN per line" : "One User Base DN per line", + "User Search Attributes" : "User Search Attributes", + "Optional; one attribute per line" : "Optional; one attribute per line", + "Group Display Name Field" : "Group Display Name Field", + "The LDAP attribute to use to generate the groups's display name." : "The LDAP attribute to use to generate the group's display name.", + "Base Group Tree" : "Base Group Tree", + "One Group Base DN per line" : "One Group Base DN per line", + "Group Search Attributes" : "Group Search Attributes", + "Group-Member association" : "Group-Member association", + "Nested Groups" : "Nested Groups", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)", + "Paging chunksize" : "Paging chunksize", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)", + "Special Attributes" : "Special Attributes", + "Quota Field" : "Quota Field", + "Quota Default" : "Quota Default", + "in bytes" : "in bytes", + "Email Field" : "Email Field", + "User Home Folder Naming Rule" : "User Home Folder Naming Rule", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute.", + "Internal Username" : "Internal Username", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behaviour as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behaviour. Changes will have effect only on newly mapped (added) LDAP users.", + "Internal Username Attribute:" : "Internal Username Attribute:", + "Override UUID detection" : "Override UUID detection", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "By default, the UUID attribute is automatically detected. The UUID attribute is used to unambiguously identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behaviour. Changes will have effect only on newly mapped (added) LDAP users and groups.", + "UUID Attribute for Users:" : "UUID Attribute for Users:", + "UUID Attribute for Groups:" : "UUID Attribute for Groups:", + "Username-LDAP User Mapping" : "Username-LDAP User Mapping", + "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." : "Usernames are used to store and assign (meta) data. In order to precisely identify and recognise 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.", + "Clear Username-LDAP User Mapping" : "Clear Username-LDAP User Mapping", + "Clear Groupname-LDAP Group Mapping" : "Clear Groupname-LDAP Group Mapping" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/en_GB.php b/apps/user_ldap/l10n/en_GB.php deleted file mode 100644 index 35a0e8d3ef..0000000000 --- a/apps/user_ldap/l10n/en_GB.php +++ /dev/null @@ -1,131 +0,0 @@ - "Failed to clear the mappings.", -"Failed to delete the server configuration" => "Failed to delete the server configuration", -"The configuration is valid and the connection could be established!" => "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 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." => "The configuration is invalid. Please have a look at the logs for further details.", -"No action specified" => "No action specified", -"No configuration specified" => "No configuration specified", -"No data specified" => "No data specified", -" Could not set configuration %s" => " Could not set configuration %s", -"Deletion failed" => "Deletion failed", -"Take over settings from recent server configuration?" => "Take over settings from recent server configuration?", -"Keep settings?" => "Keep settings?", -"{nthServer}. Server" => "{nthServer}. Server", -"Cannot add server configuration" => "Cannot add server configuration", -"mappings cleared" => "mappings cleared", -"Success" => "Success", -"Error" => "Error", -"Please specify a Base DN" => "Please specify a Base DN", -"Could not determine Base DN" => "Could not determine Base DN", -"Please specify the port" => "Please specify the port", -"Configuration OK" => "Configuration OK", -"Configuration incorrect" => "Configuration incorrect", -"Configuration incomplete" => "Configuration incomplete", -"Select groups" => "Select groups", -"Select object classes" => "Select object classes", -"Select attributes" => "Select attributes", -"Connection test succeeded" => "Connection test succeeded", -"Connection test failed" => "Connection test failed", -"Do you really want to delete the current Server Configuration?" => "Do you really want to delete the current Server Configuration?", -"Confirm Deletion" => "Confirm Deletion", -"_%s group found_::_%s groups found_" => array("%s group found","%s groups found"), -"_%s user found_::_%s users found_" => array("%s user found","%s users found"), -"Could not find the desired feature" => "Could not find the desired feature", -"Invalid Host" => "Invalid Host", -"Server" => "Server", -"User Filter" => "User Filter", -"Login Filter" => "Login Filter", -"Group Filter" => "Group Filter", -"Save" => "Save", -"Test Configuration" => "Test Configuration", -"Help" => "Help", -"Groups meeting these criteria are available in %s:" => "Groups meeting these criteria are available in %s:", -"only those object classes:" => "only those object classes:", -"only from those groups:" => "only from those groups:", -"Edit raw filter instead" => "Edit raw filter instead", -"Raw LDAP filter" => "Raw LDAP filter", -"The filter specifies which LDAP groups shall have access to the %s instance." => "The filter specifies which LDAP groups shall have access to the %s instance.", -"Test Filter" => "Test Filter", -"groups found" => "groups found", -"Users login with this attribute:" => "Users login with this attribute:", -"LDAP Username:" => "LDAP Username:", -"LDAP Email Address:" => "LDAP Email Address:", -"Other Attributes:" => "Other Attributes:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"", -"1. Server" => "1. Server", -"%s. Server:" => "%s. Server:", -"Add Server Configuration" => "Add Server Configuration", -"Delete Configuration" => "Delete Configuration", -"Host" => "Host", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "You can omit the protocol, except you require SSL. Then start with ldaps://", -"Port" => "Port", -"User DN" => "User 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." => "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.", -"Password" => "Password", -"For anonymous access, leave DN and Password empty." => "For anonymous access, leave DN and Password empty.", -"One Base DN per line" => "One Base DN per line", -"You can specify Base DN for users and groups in the Advanced tab" => "You can specify Base DN for users and groups in the Advanced tab", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", -"Manually enter LDAP filters (recommended for large directories)" => "Manually enter LDAP filters (recommended for large directories)", -"Limit %s access to users meeting these criteria:" => "Limit %s access to users meeting these criteria:", -"The filter specifies which LDAP users shall have access to the %s instance." => "The filter specifies which LDAP users shall have access to the %s instance.", -"users found" => "users found", -"Saving" => "Saving", -"Back" => "Back", -"Continue" => "Continue", -"Expert" => "Expert", -"Advanced" => "Advanced", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.", -"Connection Settings" => "Connection Settings", -"Configuration Active" => "Configuration Active", -"When unchecked, this configuration will be skipped." => "When unchecked, this configuration will be skipped.", -"Backup (Replica) Host" => "Backup (Replica) Host", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Give an optional backup host. It must be a replica of the main LDAP/AD server.", -"Backup (Replica) Port" => "Backup (Replica) Port", -"Disable Main Server" => "Disable Main Server", -"Only connect to the replica server." => "Only connect to the replica server.", -"Case insensitive LDAP server (Windows)" => "Case insensitive LDAP server (Windows)", -"Turn off SSL certificate validation." => "Turn off SSL certificate validation.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server.", -"Cache Time-To-Live" => "Cache Time-To-Live", -"in seconds. A change empties the cache." => "in seconds. A change empties the cache.", -"Directory Settings" => "Directory Settings", -"User Display Name Field" => "User Display Name Field", -"The LDAP attribute to use to generate the user's display name." => "The LDAP attribute to use to generate the user's display name.", -"Base User Tree" => "Base User Tree", -"One User Base DN per line" => "One User Base DN per line", -"User Search Attributes" => "User Search Attributes", -"Optional; one attribute per line" => "Optional; one attribute per line", -"Group Display Name Field" => "Group Display Name Field", -"The LDAP attribute to use to generate the groups's display name." => "The LDAP attribute to use to generate the group's display name.", -"Base Group Tree" => "Base Group Tree", -"One Group Base DN per line" => "One Group Base DN per line", -"Group Search Attributes" => "Group Search Attributes", -"Group-Member association" => "Group-Member association", -"Nested Groups" => "Nested Groups", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)", -"Paging chunksize" => "Paging chunksize", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)", -"Special Attributes" => "Special Attributes", -"Quota Field" => "Quota Field", -"Quota Default" => "Quota Default", -"in bytes" => "in bytes", -"Email Field" => "Email Field", -"User Home Folder Naming Rule" => "User Home Folder Naming Rule", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute.", -"Internal Username" => "Internal Username", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behaviour as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behaviour. Changes will have effect only on newly mapped (added) LDAP users.", -"Internal Username Attribute:" => "Internal Username Attribute:", -"Override UUID detection" => "Override UUID detection", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "By default, the UUID attribute is automatically detected. The UUID attribute is used to unambiguously identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behaviour. Changes will have effect only on newly mapped (added) LDAP users and groups.", -"UUID Attribute for Users:" => "UUID Attribute for Users:", -"UUID Attribute for Groups:" => "UUID Attribute for Groups:", -"Username-LDAP User Mapping" => "Username-LDAP User Mapping", -"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." => "Usernames are used to store and assign (meta) data. In order to precisely identify and recognise 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.", -"Clear Username-LDAP User Mapping" => "Clear Username-LDAP User Mapping", -"Clear Groupname-LDAP Group Mapping" => "Clear Groupname-LDAP Group Mapping" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/en_NZ.js b/apps/user_ldap/l10n/en_NZ.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/en_NZ.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/en_NZ.json b/apps/user_ldap/l10n/en_NZ.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/en_NZ.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/en_NZ.php b/apps/user_ldap/l10n/en_NZ.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/en_NZ.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/eo.js b/apps/user_ldap/l10n/eo.js new file mode 100644 index 0000000000..4bd99570cf --- /dev/null +++ b/apps/user_ldap/l10n/eo.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to delete the server configuration" : "Malsukcesis forigo de la agordo de servilo", + "Deletion failed" : "Forigo malsukcesis", + "Keep settings?" : "Ĉu daŭrigi la agordon?", + "{nthServer}. Server" : "{nthServer}. Servilo", + "Cannot add server configuration" : "Ne eblas aldoni agordon de servilo", + "Success" : "Sukceso", + "Error" : "Eraro", + "Configuration OK" : "La agordaro ĝustas", + "Configuration incorrect" : "La agordaro malĝustas", + "Configuration incomplete" : "La agordaro neplenas", + "Select groups" : "Elekti grupojn", + "Select object classes" : "Elekti objektoklasojn", + "Select attributes" : "Elekti atribuojn", + "Connection test succeeded" : "Provo de konekto sukcesis", + "Connection test failed" : "Provo de konekto malsukcesis", + "Confirm Deletion" : "Konfirmi forigon", + "_%s group found_::_%s groups found_" : ["%s grupo troviĝis","%s grupoj troviĝis"], + "_%s user found_::_%s users found_" : ["%s uzanto troviĝis","%s uzanto troviĝis"], + "Invalid Host" : "Nevalida gastigo", + "Server" : "Servilo", + "User Filter" : "Filtrilo de uzanto", + "Login Filter" : "Ensaluta filtrilo", + "Group Filter" : "Filtrilo de grupo", + "Save" : "Konservi", + "Test Configuration" : "Provi agordon", + "Help" : "Helpo", + "only those object classes:" : "nur tiuj objektoklasoj:", + "only from those groups:" : "nur el tiuj grupoj:", + "groups found" : "grupoj trovitaj", + "Users login with this attribute:" : "Uzantoj ensalutas kun ĉi tiu atributo:", + "LDAP Username:" : "LDAP-uzantonomo:", + "LDAP Email Address:" : "LDAP-retpoŝtadreso:", + "Other Attributes:" : "Aliaj atribuoj:", + "1. Server" : "1. Servilo", + "%s. Server:" : "%s. Servilo:", + "Add Server Configuration" : "Aldoni agordon de servilo", + "Delete Configuration" : "Forigi agordaron", + "Host" : "Gastigo", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Vi povas neglekti la protokolon, escepte se vi bezonas SSL-on. Tiuokaze, komencu per ldaps://", + "Port" : "Pordo", + "User DN" : "Uzanto-DN", + "Password" : "Pasvorto", + "For anonymous access, leave DN and Password empty." : "Por sennoman aliron, lasu DN-on kaj Pasvorton malplenaj.", + "users found" : "uzantoj trovitaj", + "Back" : "Antaŭen", + "Expert" : "Sperta", + "Advanced" : "Progresinta", + "Connection Settings" : "Agordo de konekto", + "Disable Main Server" : "Malkapabligi la ĉefan servilon", + "Turn off SSL certificate validation." : "Malkapabligi validkontrolon de SSL-atestiloj.", + "Cache Time-To-Live" : "Vivotempo de la kaŝmemoro", + "in seconds. A change empties the cache." : "sekunde. Ajna ŝanĝo malplenigas la kaŝmemoron.", + "Directory Settings" : "Agordo de dosierujo", + "User Display Name Field" : "Kampo de vidignomo de uzanto", + "Base User Tree" : "Baza uzantarbo", + "User Search Attributes" : "Atributoj de serĉo de uzanto", + "Group Display Name Field" : "Kampo de vidignomo de grupo", + "Base Group Tree" : "Baza gruparbo", + "Group Search Attributes" : "Atribuoj de gruposerĉo", + "Group-Member association" : "Asocio de grupo kaj membro", + "Special Attributes" : "Specialaj atribuoj", + "Quota Field" : "Kampo de kvoto", + "in bytes" : "duumoke", + "Email Field" : "Kampo de retpoŝto", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lasu malplena por uzantonomo (defaŭlto). Alie, specifu LDAP/AD-atributon.", + "Internal Username" : "Ena uzantonomo", + "Internal Username Attribute:" : "Atribuo de ena uzantonomo:", + "UUID Attribute for Users:" : "UUID-atribuo por uzantoj:", + "UUID Attribute for Groups:" : "UUID-atribuo por grupoj:" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/eo.json b/apps/user_ldap/l10n/eo.json new file mode 100644 index 0000000000..ffb3b06c9c --- /dev/null +++ b/apps/user_ldap/l10n/eo.json @@ -0,0 +1,72 @@ +{ "translations": { + "Failed to delete the server configuration" : "Malsukcesis forigo de la agordo de servilo", + "Deletion failed" : "Forigo malsukcesis", + "Keep settings?" : "Ĉu daŭrigi la agordon?", + "{nthServer}. Server" : "{nthServer}. Servilo", + "Cannot add server configuration" : "Ne eblas aldoni agordon de servilo", + "Success" : "Sukceso", + "Error" : "Eraro", + "Configuration OK" : "La agordaro ĝustas", + "Configuration incorrect" : "La agordaro malĝustas", + "Configuration incomplete" : "La agordaro neplenas", + "Select groups" : "Elekti grupojn", + "Select object classes" : "Elekti objektoklasojn", + "Select attributes" : "Elekti atribuojn", + "Connection test succeeded" : "Provo de konekto sukcesis", + "Connection test failed" : "Provo de konekto malsukcesis", + "Confirm Deletion" : "Konfirmi forigon", + "_%s group found_::_%s groups found_" : ["%s grupo troviĝis","%s grupoj troviĝis"], + "_%s user found_::_%s users found_" : ["%s uzanto troviĝis","%s uzanto troviĝis"], + "Invalid Host" : "Nevalida gastigo", + "Server" : "Servilo", + "User Filter" : "Filtrilo de uzanto", + "Login Filter" : "Ensaluta filtrilo", + "Group Filter" : "Filtrilo de grupo", + "Save" : "Konservi", + "Test Configuration" : "Provi agordon", + "Help" : "Helpo", + "only those object classes:" : "nur tiuj objektoklasoj:", + "only from those groups:" : "nur el tiuj grupoj:", + "groups found" : "grupoj trovitaj", + "Users login with this attribute:" : "Uzantoj ensalutas kun ĉi tiu atributo:", + "LDAP Username:" : "LDAP-uzantonomo:", + "LDAP Email Address:" : "LDAP-retpoŝtadreso:", + "Other Attributes:" : "Aliaj atribuoj:", + "1. Server" : "1. Servilo", + "%s. Server:" : "%s. Servilo:", + "Add Server Configuration" : "Aldoni agordon de servilo", + "Delete Configuration" : "Forigi agordaron", + "Host" : "Gastigo", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Vi povas neglekti la protokolon, escepte se vi bezonas SSL-on. Tiuokaze, komencu per ldaps://", + "Port" : "Pordo", + "User DN" : "Uzanto-DN", + "Password" : "Pasvorto", + "For anonymous access, leave DN and Password empty." : "Por sennoman aliron, lasu DN-on kaj Pasvorton malplenaj.", + "users found" : "uzantoj trovitaj", + "Back" : "Antaŭen", + "Expert" : "Sperta", + "Advanced" : "Progresinta", + "Connection Settings" : "Agordo de konekto", + "Disable Main Server" : "Malkapabligi la ĉefan servilon", + "Turn off SSL certificate validation." : "Malkapabligi validkontrolon de SSL-atestiloj.", + "Cache Time-To-Live" : "Vivotempo de la kaŝmemoro", + "in seconds. A change empties the cache." : "sekunde. Ajna ŝanĝo malplenigas la kaŝmemoron.", + "Directory Settings" : "Agordo de dosierujo", + "User Display Name Field" : "Kampo de vidignomo de uzanto", + "Base User Tree" : "Baza uzantarbo", + "User Search Attributes" : "Atributoj de serĉo de uzanto", + "Group Display Name Field" : "Kampo de vidignomo de grupo", + "Base Group Tree" : "Baza gruparbo", + "Group Search Attributes" : "Atribuoj de gruposerĉo", + "Group-Member association" : "Asocio de grupo kaj membro", + "Special Attributes" : "Specialaj atribuoj", + "Quota Field" : "Kampo de kvoto", + "in bytes" : "duumoke", + "Email Field" : "Kampo de retpoŝto", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lasu malplena por uzantonomo (defaŭlto). Alie, specifu LDAP/AD-atributon.", + "Internal Username" : "Ena uzantonomo", + "Internal Username Attribute:" : "Atribuo de ena uzantonomo:", + "UUID Attribute for Users:" : "UUID-atribuo por uzantoj:", + "UUID Attribute for Groups:" : "UUID-atribuo por grupoj:" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/eo.php b/apps/user_ldap/l10n/eo.php deleted file mode 100644 index 1cab0f66b9..0000000000 --- a/apps/user_ldap/l10n/eo.php +++ /dev/null @@ -1,73 +0,0 @@ - "Malsukcesis forigo de la agordo de servilo", -"Deletion failed" => "Forigo malsukcesis", -"Keep settings?" => "Ĉu daŭrigi la agordon?", -"{nthServer}. Server" => "{nthServer}. Servilo", -"Cannot add server configuration" => "Ne eblas aldoni agordon de servilo", -"Success" => "Sukceso", -"Error" => "Eraro", -"Configuration OK" => "La agordaro ĝustas", -"Configuration incorrect" => "La agordaro malĝustas", -"Configuration incomplete" => "La agordaro neplenas", -"Select groups" => "Elekti grupojn", -"Select object classes" => "Elekti objektoklasojn", -"Select attributes" => "Elekti atribuojn", -"Connection test succeeded" => "Provo de konekto sukcesis", -"Connection test failed" => "Provo de konekto malsukcesis", -"Confirm Deletion" => "Konfirmi forigon", -"_%s group found_::_%s groups found_" => array("%s grupo troviĝis","%s grupoj troviĝis"), -"_%s user found_::_%s users found_" => array("%s uzanto troviĝis","%s uzanto troviĝis"), -"Invalid Host" => "Nevalida gastigo", -"Server" => "Servilo", -"User Filter" => "Filtrilo de uzanto", -"Login Filter" => "Ensaluta filtrilo", -"Group Filter" => "Filtrilo de grupo", -"Save" => "Konservi", -"Test Configuration" => "Provi agordon", -"Help" => "Helpo", -"only those object classes:" => "nur tiuj objektoklasoj:", -"only from those groups:" => "nur el tiuj grupoj:", -"groups found" => "grupoj trovitaj", -"Users login with this attribute:" => "Uzantoj ensalutas kun ĉi tiu atributo:", -"LDAP Username:" => "LDAP-uzantonomo:", -"LDAP Email Address:" => "LDAP-retpoŝtadreso:", -"Other Attributes:" => "Aliaj atribuoj:", -"1. Server" => "1. Servilo", -"%s. Server:" => "%s. Servilo:", -"Add Server Configuration" => "Aldoni agordon de servilo", -"Delete Configuration" => "Forigi agordaron", -"Host" => "Gastigo", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Vi povas neglekti la protokolon, escepte se vi bezonas SSL-on. Tiuokaze, komencu per ldaps://", -"Port" => "Pordo", -"User DN" => "Uzanto-DN", -"Password" => "Pasvorto", -"For anonymous access, leave DN and Password empty." => "Por sennoman aliron, lasu DN-on kaj Pasvorton malplenaj.", -"users found" => "uzantoj trovitaj", -"Back" => "Antaŭen", -"Expert" => "Sperta", -"Advanced" => "Progresinta", -"Connection Settings" => "Agordo de konekto", -"Disable Main Server" => "Malkapabligi la ĉefan servilon", -"Turn off SSL certificate validation." => "Malkapabligi validkontrolon de SSL-atestiloj.", -"Cache Time-To-Live" => "Vivotempo de la kaŝmemoro", -"in seconds. A change empties the cache." => "sekunde. Ajna ŝanĝo malplenigas la kaŝmemoron.", -"Directory Settings" => "Agordo de dosierujo", -"User Display Name Field" => "Kampo de vidignomo de uzanto", -"Base User Tree" => "Baza uzantarbo", -"User Search Attributes" => "Atributoj de serĉo de uzanto", -"Group Display Name Field" => "Kampo de vidignomo de grupo", -"Base Group Tree" => "Baza gruparbo", -"Group Search Attributes" => "Atribuoj de gruposerĉo", -"Group-Member association" => "Asocio de grupo kaj membro", -"Special Attributes" => "Specialaj atribuoj", -"Quota Field" => "Kampo de kvoto", -"in bytes" => "duumoke", -"Email Field" => "Kampo de retpoŝto", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lasu malplena por uzantonomo (defaŭlto). Alie, specifu LDAP/AD-atributon.", -"Internal Username" => "Ena uzantonomo", -"Internal Username Attribute:" => "Atribuo de ena uzantonomo:", -"UUID Attribute for Users:" => "UUID-atribuo por uzantoj:", -"UUID Attribute for Groups:" => "UUID-atribuo por grupoj:" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es.js b/apps/user_ldap/l10n/es.js new file mode 100644 index 0000000000..a222523d43 --- /dev/null +++ b/apps/user_ldap/l10n/es.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Ocurrió un fallo al borrar las asignaciones.", + "Failed to delete the server configuration" : "No se pudo borrar la configuración del servidor", + "The configuration is valid and the connection could be established!" : "¡La configuración es válida y la conexión puede establecerse!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración es válida, pero falló el Enlace. Por favor, compruebe la configuración del servidor y las credenciales.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuración no es válida. Por favor, busque en el log para más detalles.", + "No action specified" : "No se ha especificado la acción", + "No configuration specified" : "No se ha especificado la configuración", + "No data specified" : "No se han especificado los datos", + " Could not set configuration %s" : "No se pudo establecer la configuración %s", + "Deletion failed" : "Falló el borrado", + "Take over settings from recent server configuration?" : "¿Asumir los ajustes actuales de la configuración del servidor?", + "Keep settings?" : "¿Mantener la configuración?", + "{nthServer}. Server" : "{nthServer}. servidor", + "Cannot add server configuration" : "No se puede añadir la configuración del servidor", + "mappings cleared" : "Asignaciones borradas", + "Success" : "Éxito", + "Error" : "Error", + "Please specify a Base DN" : "Especifique un DN base", + "Could not determine Base DN" : "No se pudo determinar un DN base", + "Please specify the port" : "Especifique el puerto", + "Configuration OK" : "Configuración Correcta", + "Configuration incorrect" : "Configuración Incorrecta", + "Configuration incomplete" : "Configuración incompleta", + "Select groups" : "Seleccionar grupos", + "Select object classes" : "Seleccionar la clase de objeto", + "Select attributes" : "Seleccionar atributos", + "Connection test succeeded" : "La prueba de conexión fue exitosa", + "Connection test failed" : "La prueba de conexión falló", + "Do you really want to delete the current Server Configuration?" : "¿Realmente desea eliminar la configuración actual del servidor?", + "Confirm Deletion" : "Confirmar eliminación", + "_%s group found_::_%s groups found_" : ["Grupo %s encontrado","Grupos %s encontrados"], + "_%s user found_::_%s users found_" : ["Usuario %s encontrado","Usuarios %s encontrados"], + "Could not find the desired feature" : "No se puede encontrar la función deseada.", + "Invalid Host" : "Host inválido", + "Server" : "Servidor", + "User Filter" : "Filtro de usuario", + "Login Filter" : "Filtro de Login", + "Group Filter" : "Filtro de grupo", + "Save" : "Guardar", + "Test Configuration" : "Configuración de prueba", + "Help" : "Ayuda", + "Groups meeting these criteria are available in %s:" : "Los grupos que cumplen estos criterios están disponibles en %s:", + "only those object classes:" : "solamente de estas clases de objeto:", + "only from those groups:" : "solamente de estos grupos:", + "Edit raw filter instead" : "Editar el filtro en bruto en su lugar", + "Raw LDAP filter" : "Filtro LDAP en bruto", + "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtro especifica que grupos LDAP tendrán acceso a %s.", + "Test Filter" : "Filtro de prueba", + "groups found" : "grupos encontrados", + "Users login with this attribute:" : "Los usuarios inician sesión con este atributo:", + "LDAP Username:" : "Nombre de usuario LDAP:", + "LDAP Email Address:" : "Dirección e-mail LDAP:", + "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define el filtro a aplicar cuando se intenta identificar. %%uid remplazará al nombre de usuario en el proceso de identificación. Por ejemplo: \"uid=%%uid\"", + "1. Server" : "1. Servidor", + "%s. Server:" : "%s. Servidor:", + "Add Server Configuration" : "Agregar configuracion del servidor", + "Delete Configuration" : "Borrar Configuración", + "Host" : "Servidor", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Puede omitir el protocolo, excepto si requiere SSL. En ese caso, empiece con ldaps://", + "Port" : "Puerto", + "User DN" : "DN usuario", + "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." : "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, deje DN y contraseña vacíos.", + "Password" : "Contraseña", + "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deje DN y contraseña vacíos.", + "One Base DN per line" : "Un DN Base por línea", + "You can specify Base DN for users and groups in the Advanced tab" : "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita peticiones automaticas al LDAP. Mejor para grandes configuraciones, pero requiere algun conocimiento de LDAP", + "Manually enter LDAP filters (recommended for large directories)" : "Ingrese manualmente los filtros LDAP (Recomendado para grandes directorios)", + "Limit %s access to users meeting these criteria:" : "Limitar el acceso a %s a los usuarios que cumplan estos criterios:", + "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica que usuarios LDAP pueden tener acceso a %s.", + "users found" : "usuarios encontrados", + "Saving" : "Guardando", + "Back" : "Atrás", + "Continue" : "Continuar", + "Expert" : "Experto", + "Advanced" : "Avanzado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pregunte al su administrador de sistemas para desactivar uno de ellos.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.", + "Connection Settings" : "Configuración de conexión", + "Configuration Active" : "Configuracion activa", + "When unchecked, this configuration will be skipped." : "Cuando deseleccione, esta configuracion sera omitida.", + "Backup (Replica) Host" : "Servidor de copia de seguridad (Replica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Dar un servidor de copia de seguridad opcional. Debe ser una réplica del servidor principal LDAP / AD.", + "Backup (Replica) Port" : "Puerto para copias de seguridad (Replica)", + "Disable Main Server" : "Deshabilitar servidor principal", + "Only connect to the replica server." : "Conectar sólo con el servidor de réplica.", + "Case insensitive LDAP server (Windows)" : "Servidor de LDAP insensible a mayúsculas/minúsculas (Windows)", + "Turn off SSL certificate validation." : "Apagar la validación por certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No se recomienda, ¡utilízalo únicamente para pruebas! Si la conexión únicamente funciona con esta opción, importa el certificado SSL del servidor LDAP en tu servidor %s.", + "Cache Time-To-Live" : "Cache TTL", + "in seconds. A change empties the cache." : "en segundos. Un cambio vacía la caché.", + "Directory Settings" : "Configuracion de directorio", + "User Display Name Field" : "Campo de nombre de usuario a mostrar", + "The LDAP attribute to use to generate the user's display name." : "El campo LDAP a usar para generar el nombre para mostrar del usuario.", + "Base User Tree" : "Árbol base de usuario", + "One User Base DN per line" : "Un DN Base de Usuario por línea", + "User Search Attributes" : "Atributos de la busqueda de usuario", + "Optional; one attribute per line" : "Opcional; un atributo por linea", + "Group Display Name Field" : "Campo de nombre de grupo a mostrar", + "The LDAP attribute to use to generate the groups's display name." : "El campo LDAP a usar para generar el nombre para mostrar del grupo.", + "Base Group Tree" : "Árbol base de grupo", + "One Group Base DN per line" : "Un DN Base de Grupo por línea", + "Group Search Attributes" : "Atributos de busqueda de grupo", + "Group-Member association" : "Asociación Grupo-Miembro", + "Nested Groups" : "Grupos anidados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando se active, se permitirán grupos que contenga otros grupos (solo funciona si el atributo de miembro de grupo contiene DNs).", + "Paging chunksize" : "Tamaño de los fragmentos de paginación", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamaño de los fragmentos usado para búsquedas LDAP paginadas que pueden devolver resultados voluminosos, como enumeración de usuarios o de grupos. (Si se establece en 0, se deshabilitan las búsquedas LDAP paginadas en esas situaciones.)", + "Special Attributes" : "Atributos especiales", + "Quota Field" : "Cuota", + "Quota Default" : "Cuota por defecto", + "in bytes" : "en bytes", + "Email Field" : "E-mail", + "User Home Folder Naming Rule" : "Regla para la carpeta Home de usuario", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Vacío para el nombre de usuario (por defecto). En otro caso, especifique un atributo LDAP/AD.", + "Internal Username" : "Nombre de usuario interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "El nombre de usuario interno será creado de forma predeterminada desde el atributo UUID. Esto asegura que el nombre de usuario es único y los caracteres no necesitan ser convertidos. En el nombre de usuario interno sólo se pueden usar estos caracteres: [ a-zA-Z0-9_.@- ]. El resto de caracteres son sustituidos por su correspondiente en ASCII o simplemente omitidos. En caso de duplicidades, se añadirá o incrementará un número. El nombre de usuario interno es usado para identificar un usuario. Es también el nombre predeterminado para la carpeta personal del usuario en ownCloud. También es parte de URLs remotas, por ejemplo, para todos los servicios *DAV. Con esta configuración el comportamiento predeterminado puede ser cambiado. Para conseguir un comportamiento similar a como era antes de ownCloud 5, introduzca el campo del nombre para mostrar del usuario en la siguiente caja. Déjelo vacío para el comportamiento predeterminado. Los cambios solo tendrán efecto en los usuarios LDAP mapeados (añadidos) recientemente.", + "Internal Username Attribute:" : "Atributo Nombre de usuario Interno:", + "Override UUID detection" : "Sobrescribir la detección UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defecto, el atributo UUID es autodetectado. Este atributo es usado para identificar indudablemente usuarios y grupos LDAP. Además, el nombre de usuario interno será creado en base al UUID, si no ha sido especificado otro comportamiento arriba. Puedes sobrescribir la configuración y pasar un atributo de tu elección. Debes asegurarte de que el atributo de tu elección sea accesible por los usuarios y grupos y ser único. Déjalo en blanco para usar el comportamiento por defecto. Los cambios tendrán efecto solo en los usuarios y grupos de LDAP mapeados (añadidos) recientemente.", + "UUID Attribute for Users:" : "Atributo UUID para usuarios:", + "UUID Attribute for Groups:" : "Atributo UUID para Grupos:", + "Username-LDAP User Mapping" : "Asignación del Nombre de usuario de un usuario 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." : "Los usuarios son usados para almacenar y asignar (meta) datos. Con el fin de identificar de forma precisa y reconocer usuarios, cada usuario de LDAP tendrá un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es cacheado para reducir la interacción entre el LDAP, pero no es usado para identificar. Si el DN cambia, los cambios serán aplicados. El nombre de usuario interno es usado por encima de todo. Limpiar los mapeos dejará restos por todas partes, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, únicamente en una fase de desarrollo o experimental.", + "Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", + "Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es.json b/apps/user_ldap/l10n/es.json new file mode 100644 index 0000000000..fc418992bd --- /dev/null +++ b/apps/user_ldap/l10n/es.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Ocurrió un fallo al borrar las asignaciones.", + "Failed to delete the server configuration" : "No se pudo borrar la configuración del servidor", + "The configuration is valid and the connection could be established!" : "¡La configuración es válida y la conexión puede establecerse!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración es válida, pero falló el Enlace. Por favor, compruebe la configuración del servidor y las credenciales.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuración no es válida. Por favor, busque en el log para más detalles.", + "No action specified" : "No se ha especificado la acción", + "No configuration specified" : "No se ha especificado la configuración", + "No data specified" : "No se han especificado los datos", + " Could not set configuration %s" : "No se pudo establecer la configuración %s", + "Deletion failed" : "Falló el borrado", + "Take over settings from recent server configuration?" : "¿Asumir los ajustes actuales de la configuración del servidor?", + "Keep settings?" : "¿Mantener la configuración?", + "{nthServer}. Server" : "{nthServer}. servidor", + "Cannot add server configuration" : "No se puede añadir la configuración del servidor", + "mappings cleared" : "Asignaciones borradas", + "Success" : "Éxito", + "Error" : "Error", + "Please specify a Base DN" : "Especifique un DN base", + "Could not determine Base DN" : "No se pudo determinar un DN base", + "Please specify the port" : "Especifique el puerto", + "Configuration OK" : "Configuración Correcta", + "Configuration incorrect" : "Configuración Incorrecta", + "Configuration incomplete" : "Configuración incompleta", + "Select groups" : "Seleccionar grupos", + "Select object classes" : "Seleccionar la clase de objeto", + "Select attributes" : "Seleccionar atributos", + "Connection test succeeded" : "La prueba de conexión fue exitosa", + "Connection test failed" : "La prueba de conexión falló", + "Do you really want to delete the current Server Configuration?" : "¿Realmente desea eliminar la configuración actual del servidor?", + "Confirm Deletion" : "Confirmar eliminación", + "_%s group found_::_%s groups found_" : ["Grupo %s encontrado","Grupos %s encontrados"], + "_%s user found_::_%s users found_" : ["Usuario %s encontrado","Usuarios %s encontrados"], + "Could not find the desired feature" : "No se puede encontrar la función deseada.", + "Invalid Host" : "Host inválido", + "Server" : "Servidor", + "User Filter" : "Filtro de usuario", + "Login Filter" : "Filtro de Login", + "Group Filter" : "Filtro de grupo", + "Save" : "Guardar", + "Test Configuration" : "Configuración de prueba", + "Help" : "Ayuda", + "Groups meeting these criteria are available in %s:" : "Los grupos que cumplen estos criterios están disponibles en %s:", + "only those object classes:" : "solamente de estas clases de objeto:", + "only from those groups:" : "solamente de estos grupos:", + "Edit raw filter instead" : "Editar el filtro en bruto en su lugar", + "Raw LDAP filter" : "Filtro LDAP en bruto", + "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtro especifica que grupos LDAP tendrán acceso a %s.", + "Test Filter" : "Filtro de prueba", + "groups found" : "grupos encontrados", + "Users login with this attribute:" : "Los usuarios inician sesión con este atributo:", + "LDAP Username:" : "Nombre de usuario LDAP:", + "LDAP Email Address:" : "Dirección e-mail LDAP:", + "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define el filtro a aplicar cuando se intenta identificar. %%uid remplazará al nombre de usuario en el proceso de identificación. Por ejemplo: \"uid=%%uid\"", + "1. Server" : "1. Servidor", + "%s. Server:" : "%s. Servidor:", + "Add Server Configuration" : "Agregar configuracion del servidor", + "Delete Configuration" : "Borrar Configuración", + "Host" : "Servidor", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Puede omitir el protocolo, excepto si requiere SSL. En ese caso, empiece con ldaps://", + "Port" : "Puerto", + "User DN" : "DN usuario", + "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." : "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, deje DN y contraseña vacíos.", + "Password" : "Contraseña", + "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deje DN y contraseña vacíos.", + "One Base DN per line" : "Un DN Base por línea", + "You can specify Base DN for users and groups in the Advanced tab" : "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita peticiones automaticas al LDAP. Mejor para grandes configuraciones, pero requiere algun conocimiento de LDAP", + "Manually enter LDAP filters (recommended for large directories)" : "Ingrese manualmente los filtros LDAP (Recomendado para grandes directorios)", + "Limit %s access to users meeting these criteria:" : "Limitar el acceso a %s a los usuarios que cumplan estos criterios:", + "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica que usuarios LDAP pueden tener acceso a %s.", + "users found" : "usuarios encontrados", + "Saving" : "Guardando", + "Back" : "Atrás", + "Continue" : "Continuar", + "Expert" : "Experto", + "Advanced" : "Avanzado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pregunte al su administrador de sistemas para desactivar uno de ellos.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.", + "Connection Settings" : "Configuración de conexión", + "Configuration Active" : "Configuracion activa", + "When unchecked, this configuration will be skipped." : "Cuando deseleccione, esta configuracion sera omitida.", + "Backup (Replica) Host" : "Servidor de copia de seguridad (Replica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Dar un servidor de copia de seguridad opcional. Debe ser una réplica del servidor principal LDAP / AD.", + "Backup (Replica) Port" : "Puerto para copias de seguridad (Replica)", + "Disable Main Server" : "Deshabilitar servidor principal", + "Only connect to the replica server." : "Conectar sólo con el servidor de réplica.", + "Case insensitive LDAP server (Windows)" : "Servidor de LDAP insensible a mayúsculas/minúsculas (Windows)", + "Turn off SSL certificate validation." : "Apagar la validación por certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No se recomienda, ¡utilízalo únicamente para pruebas! Si la conexión únicamente funciona con esta opción, importa el certificado SSL del servidor LDAP en tu servidor %s.", + "Cache Time-To-Live" : "Cache TTL", + "in seconds. A change empties the cache." : "en segundos. Un cambio vacía la caché.", + "Directory Settings" : "Configuracion de directorio", + "User Display Name Field" : "Campo de nombre de usuario a mostrar", + "The LDAP attribute to use to generate the user's display name." : "El campo LDAP a usar para generar el nombre para mostrar del usuario.", + "Base User Tree" : "Árbol base de usuario", + "One User Base DN per line" : "Un DN Base de Usuario por línea", + "User Search Attributes" : "Atributos de la busqueda de usuario", + "Optional; one attribute per line" : "Opcional; un atributo por linea", + "Group Display Name Field" : "Campo de nombre de grupo a mostrar", + "The LDAP attribute to use to generate the groups's display name." : "El campo LDAP a usar para generar el nombre para mostrar del grupo.", + "Base Group Tree" : "Árbol base de grupo", + "One Group Base DN per line" : "Un DN Base de Grupo por línea", + "Group Search Attributes" : "Atributos de busqueda de grupo", + "Group-Member association" : "Asociación Grupo-Miembro", + "Nested Groups" : "Grupos anidados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando se active, se permitirán grupos que contenga otros grupos (solo funciona si el atributo de miembro de grupo contiene DNs).", + "Paging chunksize" : "Tamaño de los fragmentos de paginación", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamaño de los fragmentos usado para búsquedas LDAP paginadas que pueden devolver resultados voluminosos, como enumeración de usuarios o de grupos. (Si se establece en 0, se deshabilitan las búsquedas LDAP paginadas en esas situaciones.)", + "Special Attributes" : "Atributos especiales", + "Quota Field" : "Cuota", + "Quota Default" : "Cuota por defecto", + "in bytes" : "en bytes", + "Email Field" : "E-mail", + "User Home Folder Naming Rule" : "Regla para la carpeta Home de usuario", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Vacío para el nombre de usuario (por defecto). En otro caso, especifique un atributo LDAP/AD.", + "Internal Username" : "Nombre de usuario interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "El nombre de usuario interno será creado de forma predeterminada desde el atributo UUID. Esto asegura que el nombre de usuario es único y los caracteres no necesitan ser convertidos. En el nombre de usuario interno sólo se pueden usar estos caracteres: [ a-zA-Z0-9_.@- ]. El resto de caracteres son sustituidos por su correspondiente en ASCII o simplemente omitidos. En caso de duplicidades, se añadirá o incrementará un número. El nombre de usuario interno es usado para identificar un usuario. Es también el nombre predeterminado para la carpeta personal del usuario en ownCloud. También es parte de URLs remotas, por ejemplo, para todos los servicios *DAV. Con esta configuración el comportamiento predeterminado puede ser cambiado. Para conseguir un comportamiento similar a como era antes de ownCloud 5, introduzca el campo del nombre para mostrar del usuario en la siguiente caja. Déjelo vacío para el comportamiento predeterminado. Los cambios solo tendrán efecto en los usuarios LDAP mapeados (añadidos) recientemente.", + "Internal Username Attribute:" : "Atributo Nombre de usuario Interno:", + "Override UUID detection" : "Sobrescribir la detección UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defecto, el atributo UUID es autodetectado. Este atributo es usado para identificar indudablemente usuarios y grupos LDAP. Además, el nombre de usuario interno será creado en base al UUID, si no ha sido especificado otro comportamiento arriba. Puedes sobrescribir la configuración y pasar un atributo de tu elección. Debes asegurarte de que el atributo de tu elección sea accesible por los usuarios y grupos y ser único. Déjalo en blanco para usar el comportamiento por defecto. Los cambios tendrán efecto solo en los usuarios y grupos de LDAP mapeados (añadidos) recientemente.", + "UUID Attribute for Users:" : "Atributo UUID para usuarios:", + "UUID Attribute for Groups:" : "Atributo UUID para Grupos:", + "Username-LDAP User Mapping" : "Asignación del Nombre de usuario de un usuario 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." : "Los usuarios son usados para almacenar y asignar (meta) datos. Con el fin de identificar de forma precisa y reconocer usuarios, cada usuario de LDAP tendrá un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es cacheado para reducir la interacción entre el LDAP, pero no es usado para identificar. Si el DN cambia, los cambios serán aplicados. El nombre de usuario interno es usado por encima de todo. Limpiar los mapeos dejará restos por todas partes, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, únicamente en una fase de desarrollo o experimental.", + "Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", + "Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/es.php b/apps/user_ldap/l10n/es.php deleted file mode 100644 index f85c1a6728..0000000000 --- a/apps/user_ldap/l10n/es.php +++ /dev/null @@ -1,131 +0,0 @@ - "Ocurrió un fallo al borrar las asignaciones.", -"Failed to delete the server configuration" => "No se pudo borrar la configuración del servidor", -"The configuration is valid and the connection could be established!" => "¡La configuración es válida y la conexión puede establecerse!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "La configuración es válida, pero falló el Enlace. Por favor, compruebe la configuración del servidor y las credenciales.", -"The configuration is invalid. Please have a look at the logs for further details." => "La configuración no es válida. Por favor, busque en el log para más detalles.", -"No action specified" => "No se ha especificado la acción", -"No configuration specified" => "No se ha especificado la configuración", -"No data specified" => "No se han especificado los datos", -" Could not set configuration %s" => "No se pudo establecer la configuración %s", -"Deletion failed" => "Falló el borrado", -"Take over settings from recent server configuration?" => "¿Asumir los ajustes actuales de la configuración del servidor?", -"Keep settings?" => "¿Mantener la configuración?", -"{nthServer}. Server" => "{nthServer}. servidor", -"Cannot add server configuration" => "No se puede añadir la configuración del servidor", -"mappings cleared" => "Asignaciones borradas", -"Success" => "Éxito", -"Error" => "Error", -"Please specify a Base DN" => "Especifique un DN base", -"Could not determine Base DN" => "No se pudo determinar un DN base", -"Please specify the port" => "Especifique el puerto", -"Configuration OK" => "Configuración Correcta", -"Configuration incorrect" => "Configuración Incorrecta", -"Configuration incomplete" => "Configuración incompleta", -"Select groups" => "Seleccionar grupos", -"Select object classes" => "Seleccionar la clase de objeto", -"Select attributes" => "Seleccionar atributos", -"Connection test succeeded" => "La prueba de conexión fue exitosa", -"Connection test failed" => "La prueba de conexión falló", -"Do you really want to delete the current Server Configuration?" => "¿Realmente desea eliminar la configuración actual del servidor?", -"Confirm Deletion" => "Confirmar eliminación", -"_%s group found_::_%s groups found_" => array("Grupo %s encontrado","Grupos %s encontrados"), -"_%s user found_::_%s users found_" => array("Usuario %s encontrado","Usuarios %s encontrados"), -"Could not find the desired feature" => "No se puede encontrar la función deseada.", -"Invalid Host" => "Host inválido", -"Server" => "Servidor", -"User Filter" => "Filtro de usuario", -"Login Filter" => "Filtro de Login", -"Group Filter" => "Filtro de grupo", -"Save" => "Guardar", -"Test Configuration" => "Configuración de prueba", -"Help" => "Ayuda", -"Groups meeting these criteria are available in %s:" => "Los grupos que cumplen estos criterios están disponibles en %s:", -"only those object classes:" => "solamente de estas clases de objeto:", -"only from those groups:" => "solamente de estos grupos:", -"Edit raw filter instead" => "Editar el filtro en bruto en su lugar", -"Raw LDAP filter" => "Filtro LDAP en bruto", -"The filter specifies which LDAP groups shall have access to the %s instance." => "El filtro especifica que grupos LDAP tendrán acceso a %s.", -"Test Filter" => "Filtro de prueba", -"groups found" => "grupos encontrados", -"Users login with this attribute:" => "Los usuarios inician sesión con este atributo:", -"LDAP Username:" => "Nombre de usuario LDAP:", -"LDAP Email Address:" => "Dirección e-mail LDAP:", -"Other Attributes:" => "Otros atributos:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define el filtro a aplicar cuando se intenta identificar. %%uid remplazará al nombre de usuario en el proceso de identificación. Por ejemplo: \"uid=%%uid\"", -"1. Server" => "1. Servidor", -"%s. Server:" => "%s. Servidor:", -"Add Server Configuration" => "Agregar configuracion del servidor", -"Delete Configuration" => "Borrar Configuración", -"Host" => "Servidor", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Puede omitir el protocolo, excepto si requiere SSL. En ese caso, empiece con ldaps://", -"Port" => "Puerto", -"User DN" => "DN usuario", -"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." => "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, deje DN y contraseña vacíos.", -"Password" => "Contraseña", -"For anonymous access, leave DN and Password empty." => "Para acceso anónimo, deje DN y contraseña vacíos.", -"One Base DN per line" => "Un DN Base por línea", -"You can specify Base DN for users and groups in the Advanced tab" => "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Evita peticiones automaticas al LDAP. Mejor para grandes configuraciones, pero requiere algun conocimiento de LDAP", -"Manually enter LDAP filters (recommended for large directories)" => "Ingrese manualmente los filtros LDAP (Recomendado para grandes directorios)", -"Limit %s access to users meeting these criteria:" => "Limitar el acceso a %s a los usuarios que cumplan estos criterios:", -"The filter specifies which LDAP users shall have access to the %s instance." => "El filtro especifica que usuarios LDAP pueden tener acceso a %s.", -"users found" => "usuarios encontrados", -"Saving" => "Guardando", -"Back" => "Atrás", -"Continue" => "Continuar", -"Expert" => "Experto", -"Advanced" => "Avanzado", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Advertencia: Las apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pregunte al su administrador de sistemas para desactivar uno de ellos.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Advertencia: El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.", -"Connection Settings" => "Configuración de conexión", -"Configuration Active" => "Configuracion activa", -"When unchecked, this configuration will be skipped." => "Cuando deseleccione, esta configuracion sera omitida.", -"Backup (Replica) Host" => "Servidor de copia de seguridad (Replica)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Dar un servidor de copia de seguridad opcional. Debe ser una réplica del servidor principal LDAP / AD.", -"Backup (Replica) Port" => "Puerto para copias de seguridad (Replica)", -"Disable Main Server" => "Deshabilitar servidor principal", -"Only connect to the replica server." => "Conectar sólo con el servidor de réplica.", -"Case insensitive LDAP server (Windows)" => "Servidor de LDAP insensible a mayúsculas/minúsculas (Windows)", -"Turn off SSL certificate validation." => "Apagar la validación por certificado SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "No se recomienda, ¡utilízalo únicamente para pruebas! Si la conexión únicamente funciona con esta opción, importa el certificado SSL del servidor LDAP en tu servidor %s.", -"Cache Time-To-Live" => "Cache TTL", -"in seconds. A change empties the cache." => "en segundos. Un cambio vacía la caché.", -"Directory Settings" => "Configuracion de directorio", -"User Display Name Field" => "Campo de nombre de usuario a mostrar", -"The LDAP attribute to use to generate the user's display name." => "El campo LDAP a usar para generar el nombre para mostrar del usuario.", -"Base User Tree" => "Árbol base de usuario", -"One User Base DN per line" => "Un DN Base de Usuario por línea", -"User Search Attributes" => "Atributos de la busqueda de usuario", -"Optional; one attribute per line" => "Opcional; un atributo por linea", -"Group Display Name Field" => "Campo de nombre de grupo a mostrar", -"The LDAP attribute to use to generate the groups's display name." => "El campo LDAP a usar para generar el nombre para mostrar del grupo.", -"Base Group Tree" => "Árbol base de grupo", -"One Group Base DN per line" => "Un DN Base de Grupo por línea", -"Group Search Attributes" => "Atributos de busqueda de grupo", -"Group-Member association" => "Asociación Grupo-Miembro", -"Nested Groups" => "Grupos anidados", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Cuando se active, se permitirán grupos que contenga otros grupos (solo funciona si el atributo de miembro de grupo contiene DNs).", -"Paging chunksize" => "Tamaño de los fragmentos de paginación", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Tamaño de los fragmentos usado para búsquedas LDAP paginadas que pueden devolver resultados voluminosos, como enumeración de usuarios o de grupos. (Si se establece en 0, se deshabilitan las búsquedas LDAP paginadas en esas situaciones.)", -"Special Attributes" => "Atributos especiales", -"Quota Field" => "Cuota", -"Quota Default" => "Cuota por defecto", -"in bytes" => "en bytes", -"Email Field" => "E-mail", -"User Home Folder Naming Rule" => "Regla para la carpeta Home de usuario", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Vacío para el nombre de usuario (por defecto). En otro caso, especifique un atributo LDAP/AD.", -"Internal Username" => "Nombre de usuario interno", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "El nombre de usuario interno será creado de forma predeterminada desde el atributo UUID. Esto asegura que el nombre de usuario es único y los caracteres no necesitan ser convertidos. En el nombre de usuario interno sólo se pueden usar estos caracteres: [ a-zA-Z0-9_.@- ]. El resto de caracteres son sustituidos por su correspondiente en ASCII o simplemente omitidos. En caso de duplicidades, se añadirá o incrementará un número. El nombre de usuario interno es usado para identificar un usuario. Es también el nombre predeterminado para la carpeta personal del usuario en ownCloud. También es parte de URLs remotas, por ejemplo, para todos los servicios *DAV. Con esta configuración el comportamiento predeterminado puede ser cambiado. Para conseguir un comportamiento similar a como era antes de ownCloud 5, introduzca el campo del nombre para mostrar del usuario en la siguiente caja. Déjelo vacío para el comportamiento predeterminado. Los cambios solo tendrán efecto en los usuarios LDAP mapeados (añadidos) recientemente.", -"Internal Username Attribute:" => "Atributo Nombre de usuario Interno:", -"Override UUID detection" => "Sobrescribir la detección UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Por defecto, el atributo UUID es autodetectado. Este atributo es usado para identificar indudablemente usuarios y grupos LDAP. Además, el nombre de usuario interno será creado en base al UUID, si no ha sido especificado otro comportamiento arriba. Puedes sobrescribir la configuración y pasar un atributo de tu elección. Debes asegurarte de que el atributo de tu elección sea accesible por los usuarios y grupos y ser único. Déjalo en blanco para usar el comportamiento por defecto. Los cambios tendrán efecto solo en los usuarios y grupos de LDAP mapeados (añadidos) recientemente.", -"UUID Attribute for Users:" => "Atributo UUID para usuarios:", -"UUID Attribute for Groups:" => "Atributo UUID para Grupos:", -"Username-LDAP User Mapping" => "Asignación del Nombre de usuario de un usuario 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." => "Los usuarios son usados para almacenar y asignar (meta) datos. Con el fin de identificar de forma precisa y reconocer usuarios, cada usuario de LDAP tendrá un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es cacheado para reducir la interacción entre el LDAP, pero no es usado para identificar. Si el DN cambia, los cambios serán aplicados. El nombre de usuario interno es usado por encima de todo. Limpiar los mapeos dejará restos por todas partes, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, únicamente en una fase de desarrollo o experimental.", -"Clear Username-LDAP User Mapping" => "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", -"Clear Groupname-LDAP Group Mapping" => "Borrar la asignación de los Nombres de grupo de los grupos de LDAP" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es_AR.js b/apps/user_ldap/l10n/es_AR.js new file mode 100644 index 0000000000..e563a76153 --- /dev/null +++ b/apps/user_ldap/l10n/es_AR.js @@ -0,0 +1,116 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Hubo un error al borrar las asignaciones.", + "Failed to delete the server configuration" : "Fallo al borrar la configuración del servidor", + "The configuration is valid and the connection could be established!" : "La configuración es válida y la conexión pudo ser establecida.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración es válida, pero el enlace falló. Por favor, comprobá la configuración del servidor y las credenciales.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuración es inválida. Por favor, verifique los logs para más detalles.", + "No action specified" : "No se ha especificado una acción", + "No configuration specified" : "No se ha especificado una configuración", + "No data specified" : "No se ha especificado datos", + " Could not set configuration %s" : "No se pudo asignar la configuración %s", + "Deletion failed" : "Error al borrar", + "Take over settings from recent server configuration?" : "Tomar los valores de la anterior configuración de servidor?", + "Keep settings?" : "¿Mantener preferencias?", + "Cannot add server configuration" : "No se pudo añadir la configuración del servidor", + "mappings cleared" : "Asignaciones borradas", + "Success" : "Éxito", + "Error" : "Error", + "Configuration OK" : "Configuración válida", + "Configuration incorrect" : "Configuración incorrecta", + "Configuration incomplete" : "Configuración incompleta", + "Select groups" : "Seleccionar grupos", + "Select object classes" : "Seleccionar las clases de objetos", + "Select attributes" : "Seleccionar atributos", + "Connection test succeeded" : "El este de conexión ha sido completado satisfactoriamente", + "Connection test failed" : "Falló es test de conexión", + "Do you really want to delete the current Server Configuration?" : "¿Realmente desea borrar la configuración actual del servidor?", + "Confirm Deletion" : "Confirmar borrado", + "_%s group found_::_%s groups found_" : ["%s grupo encontrado","%s grupos encontrados"], + "_%s user found_::_%s users found_" : ["%s usuario encontrado","%s usuarios encontrados"], + "Could not find the desired feature" : "No se pudo encontrar la característica deseada", + "Invalid Host" : "Host inválido", + "Group Filter" : "Filtro de grupo", + "Save" : "Guardar", + "Test Configuration" : "Probar configuración", + "Help" : "Ayuda", + "Groups meeting these criteria are available in %s:" : "Los grupos que cumplen con estos criterios están disponibles en %s:", + "only those object classes:" : "solo estos objetos de clases:", + "only from those groups:" : "solo provenientes de estos grupos:", + "Edit raw filter instead" : "Editar filtro en bruto", + "Raw LDAP filter" : "Filtro LDAP en bruto", + "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtro especifica qué grupos LDAP deben tener acceso a la instancia %s.", + "groups found" : "grupos encontrados", + "Users login with this attribute:" : "Los usuarios inician sesión con este atributo:", + "LDAP Username:" : "Nombre de usuario LDAP:", + "LDAP Email Address:" : "Correo electrónico LDAP:", + "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define el filtro a aplicar cuando se intenta ingresar. %%uid remplaza el nombre de usuario en el proceso de identificación. Por ejemplo: \"uid=%%uid\"", + "Add Server Configuration" : "Añadir Configuración del Servidor", + "Host" : "Servidor", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Podés omitir el protocolo, excepto si SSL es requerido. En ese caso, empezá con ldaps://", + "Port" : "Puerto", + "User DN" : "DN usuario", + "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." : "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, dejá DN y contraseña vacíos.", + "Password" : "Contraseña", + "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, dejá DN y contraseña vacíos.", + "One Base DN per line" : "Una DN base por línea", + "You can specify Base DN for users and groups in the Advanced tab" : "Podés especificar el DN base para usuarios y grupos en la pestaña \"Avanzado\"", + "Limit %s access to users meeting these criteria:" : "Limitar acceso %s a los usuarios que cumplen con este criterio:", + "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP deben tener acceso a la instancia %s.", + "users found" : "usuarios encontrados", + "Back" : "Volver", + "Continue" : "Continuar", + "Advanced" : "Avanzado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las apps user_ldap y user_webdavauth son incompatibles. Puede ser que experimentes comportamientos inesperados. Pedile al administrador que desactive uno de ellos.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Atención: El módulo PHP LDAP no está instalado, este elemento no va a funcionar. Por favor, pedile al administrador que lo instale.", + "Connection Settings" : "Configuración de Conección", + "Configuration Active" : "Configuración activa", + "When unchecked, this configuration will be skipped." : "Si no está seleccionada, esta configuración será omitida.", + "Backup (Replica) Host" : "Host para copia de seguridad (réplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Dar un servidor de copia de seguridad opcional. Debe ser una réplica del servidor principal LDAP/AD.", + "Backup (Replica) Port" : "Puerto para copia de seguridad (réplica)", + "Disable Main Server" : "Deshabilitar el Servidor Principal", + "Only connect to the replica server." : "Conectarse únicamente al servidor de réplica.", + "Case insensitive LDAP server (Windows)" : "Servidor de LDAP insensible a mayúsculas/minúsculas (Windows)", + "Turn off SSL certificate validation." : "Desactivar la validación por certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No es recomendado, ¡Usalo solamente para pruebas! Si la conexión únicamente funciona con esta opción, importá el certificado SSL del servidor LDAP en tu servidor %s.", + "Cache Time-To-Live" : "Tiempo de vida del caché", + "in seconds. A change empties the cache." : "en segundos. Cambiarlo vacía la cache.", + "Directory Settings" : "Configuración de Directorio", + "User Display Name Field" : "Campo de nombre de usuario a mostrar", + "The LDAP attribute to use to generate the user's display name." : "El atributo LDAP a usar para generar el nombre de usuario mostrado.", + "Base User Tree" : "Árbol base de usuario", + "One User Base DN per line" : "Una DN base de usuario por línea", + "User Search Attributes" : "Atributos de la búsqueda de usuario", + "Optional; one attribute per line" : "Opcional; un atributo por linea", + "Group Display Name Field" : "Campo de nombre de grupo a mostrar", + "The LDAP attribute to use to generate the groups's display name." : "El atributo LDAP a usar para generar el nombre de grupo mostrado.", + "Base Group Tree" : "Árbol base de grupo", + "One Group Base DN per line" : "Una DN base de grupo por línea", + "Group Search Attributes" : "Atributos de búsqueda de grupo", + "Group-Member association" : "Asociación Grupo-Miembro", + "Nested Groups" : "Grupos Anidados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando se activa, grupos que contienen grupos son soportados. (Solo funciona si el atributo de miembro del grupo contiene DNs)", + "Paging chunksize" : "Tamaño del fragmento de paginación", + "Special Attributes" : "Atributos Especiales", + "Quota Field" : "Campo de cuota", + "Quota Default" : "Cuota por defecto", + "in bytes" : "en bytes", + "Email Field" : "Campo de e-mail", + "User Home Folder Naming Rule" : "Regla de nombre de los directorios de usuario", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Vacío para el nombre de usuario (por defecto). En otro caso, especificá un atributo LDAP/AD.", + "Internal Username" : "Nombre interno de usuario", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por defecto, el nombre de usuario interno es creado a partir del atributo UUID. Esto asegura que el nombre de usuario es único y no es necesaria una conversión de caracteres. El nombre de usuario interno sólo se pueden usar estos caracteres: [ a-zA-Z0-9_.@- ]. El resto de caracteres son sustituidos por su correspondiente en ASCII o simplemente omitidos. En caso colisiones, se agregará o incrementará un número. El nombre de usuario interno es usado para identificar un usuario. Es también el nombre predeterminado para el directorio personal del usuario en ownCloud. También es parte de las URLs remotas, por ejemplo, para los servicios *DAV. Con esta opción, se puede cambiar el comportamiento por defecto. Para conseguir un comportamiento similar a versiones anteriores a ownCloud 5, ingresá el atributo del nombre mostrado en el campo siguiente. Dejalo vacío para el comportamiento por defecto. Los cambios solo tendrán efecto en los nuevos usuarios LDAP mapeados (agregados).", + "Internal Username Attribute:" : "Atributo Nombre Interno de usuario:", + "Override UUID detection" : "Sobrescribir la detección UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defecto, el atributo UUID es detectado automáticamente. Este atributo es usado para identificar de manera certera usuarios y grupos LDAP. Además, el nombre de usuario interno será creado en base al UUID, si no fue especificado otro comportamiento más arriba. Podés sobrescribir la configuración y pasar un atributo de tu elección. Tenés que asegurarte que el atributo de tu elección sea accesible por los usuarios y grupos y que sea único. Dejalo en blanco para usar el comportamiento por defecto. Los cambios tendrán efecto sólo en los nuevos usuarios y grupos de LDAP mapeados (agregados).", + "UUID Attribute for Users:" : "Atributo UUID para usuarios:", + "UUID Attribute for Groups:" : "Atributo UUID para grupos:", + "Username-LDAP User Mapping" : "Asignación del Nombre de usuario de un usuario 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." : "Los usuarios son usados para almacenar y asignar datos (metadatos). Con el fin de identificar de forma precisa y reconocer usuarios, a cada usuario de LDAP se será asignado un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es dejado en caché para reducir la interacción entre el LDAP, pero no es usado para la identificación. Si el DN cambia, los cambios van a ser aplicados. El nombre de usuario interno es usado en todos los lugares. Vaciar los mapeos, deja restos por todas partes. Vaciar los mapeos, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, solamente en fase de desarrollo o experimental.", + "Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", + "Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_AR.json b/apps/user_ldap/l10n/es_AR.json new file mode 100644 index 0000000000..7cc3ed556f --- /dev/null +++ b/apps/user_ldap/l10n/es_AR.json @@ -0,0 +1,114 @@ +{ "translations": { + "Failed to clear the mappings." : "Hubo un error al borrar las asignaciones.", + "Failed to delete the server configuration" : "Fallo al borrar la configuración del servidor", + "The configuration is valid and the connection could be established!" : "La configuración es válida y la conexión pudo ser establecida.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración es válida, pero el enlace falló. Por favor, comprobá la configuración del servidor y las credenciales.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuración es inválida. Por favor, verifique los logs para más detalles.", + "No action specified" : "No se ha especificado una acción", + "No configuration specified" : "No se ha especificado una configuración", + "No data specified" : "No se ha especificado datos", + " Could not set configuration %s" : "No se pudo asignar la configuración %s", + "Deletion failed" : "Error al borrar", + "Take over settings from recent server configuration?" : "Tomar los valores de la anterior configuración de servidor?", + "Keep settings?" : "¿Mantener preferencias?", + "Cannot add server configuration" : "No se pudo añadir la configuración del servidor", + "mappings cleared" : "Asignaciones borradas", + "Success" : "Éxito", + "Error" : "Error", + "Configuration OK" : "Configuración válida", + "Configuration incorrect" : "Configuración incorrecta", + "Configuration incomplete" : "Configuración incompleta", + "Select groups" : "Seleccionar grupos", + "Select object classes" : "Seleccionar las clases de objetos", + "Select attributes" : "Seleccionar atributos", + "Connection test succeeded" : "El este de conexión ha sido completado satisfactoriamente", + "Connection test failed" : "Falló es test de conexión", + "Do you really want to delete the current Server Configuration?" : "¿Realmente desea borrar la configuración actual del servidor?", + "Confirm Deletion" : "Confirmar borrado", + "_%s group found_::_%s groups found_" : ["%s grupo encontrado","%s grupos encontrados"], + "_%s user found_::_%s users found_" : ["%s usuario encontrado","%s usuarios encontrados"], + "Could not find the desired feature" : "No se pudo encontrar la característica deseada", + "Invalid Host" : "Host inválido", + "Group Filter" : "Filtro de grupo", + "Save" : "Guardar", + "Test Configuration" : "Probar configuración", + "Help" : "Ayuda", + "Groups meeting these criteria are available in %s:" : "Los grupos que cumplen con estos criterios están disponibles en %s:", + "only those object classes:" : "solo estos objetos de clases:", + "only from those groups:" : "solo provenientes de estos grupos:", + "Edit raw filter instead" : "Editar filtro en bruto", + "Raw LDAP filter" : "Filtro LDAP en bruto", + "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtro especifica qué grupos LDAP deben tener acceso a la instancia %s.", + "groups found" : "grupos encontrados", + "Users login with this attribute:" : "Los usuarios inician sesión con este atributo:", + "LDAP Username:" : "Nombre de usuario LDAP:", + "LDAP Email Address:" : "Correo electrónico LDAP:", + "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define el filtro a aplicar cuando se intenta ingresar. %%uid remplaza el nombre de usuario en el proceso de identificación. Por ejemplo: \"uid=%%uid\"", + "Add Server Configuration" : "Añadir Configuración del Servidor", + "Host" : "Servidor", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Podés omitir el protocolo, excepto si SSL es requerido. En ese caso, empezá con ldaps://", + "Port" : "Puerto", + "User DN" : "DN usuario", + "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." : "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, dejá DN y contraseña vacíos.", + "Password" : "Contraseña", + "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, dejá DN y contraseña vacíos.", + "One Base DN per line" : "Una DN base por línea", + "You can specify Base DN for users and groups in the Advanced tab" : "Podés especificar el DN base para usuarios y grupos en la pestaña \"Avanzado\"", + "Limit %s access to users meeting these criteria:" : "Limitar acceso %s a los usuarios que cumplen con este criterio:", + "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP deben tener acceso a la instancia %s.", + "users found" : "usuarios encontrados", + "Back" : "Volver", + "Continue" : "Continuar", + "Advanced" : "Avanzado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las apps user_ldap y user_webdavauth son incompatibles. Puede ser que experimentes comportamientos inesperados. Pedile al administrador que desactive uno de ellos.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Atención: El módulo PHP LDAP no está instalado, este elemento no va a funcionar. Por favor, pedile al administrador que lo instale.", + "Connection Settings" : "Configuración de Conección", + "Configuration Active" : "Configuración activa", + "When unchecked, this configuration will be skipped." : "Si no está seleccionada, esta configuración será omitida.", + "Backup (Replica) Host" : "Host para copia de seguridad (réplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Dar un servidor de copia de seguridad opcional. Debe ser una réplica del servidor principal LDAP/AD.", + "Backup (Replica) Port" : "Puerto para copia de seguridad (réplica)", + "Disable Main Server" : "Deshabilitar el Servidor Principal", + "Only connect to the replica server." : "Conectarse únicamente al servidor de réplica.", + "Case insensitive LDAP server (Windows)" : "Servidor de LDAP insensible a mayúsculas/minúsculas (Windows)", + "Turn off SSL certificate validation." : "Desactivar la validación por certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No es recomendado, ¡Usalo solamente para pruebas! Si la conexión únicamente funciona con esta opción, importá el certificado SSL del servidor LDAP en tu servidor %s.", + "Cache Time-To-Live" : "Tiempo de vida del caché", + "in seconds. A change empties the cache." : "en segundos. Cambiarlo vacía la cache.", + "Directory Settings" : "Configuración de Directorio", + "User Display Name Field" : "Campo de nombre de usuario a mostrar", + "The LDAP attribute to use to generate the user's display name." : "El atributo LDAP a usar para generar el nombre de usuario mostrado.", + "Base User Tree" : "Árbol base de usuario", + "One User Base DN per line" : "Una DN base de usuario por línea", + "User Search Attributes" : "Atributos de la búsqueda de usuario", + "Optional; one attribute per line" : "Opcional; un atributo por linea", + "Group Display Name Field" : "Campo de nombre de grupo a mostrar", + "The LDAP attribute to use to generate the groups's display name." : "El atributo LDAP a usar para generar el nombre de grupo mostrado.", + "Base Group Tree" : "Árbol base de grupo", + "One Group Base DN per line" : "Una DN base de grupo por línea", + "Group Search Attributes" : "Atributos de búsqueda de grupo", + "Group-Member association" : "Asociación Grupo-Miembro", + "Nested Groups" : "Grupos Anidados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando se activa, grupos que contienen grupos son soportados. (Solo funciona si el atributo de miembro del grupo contiene DNs)", + "Paging chunksize" : "Tamaño del fragmento de paginación", + "Special Attributes" : "Atributos Especiales", + "Quota Field" : "Campo de cuota", + "Quota Default" : "Cuota por defecto", + "in bytes" : "en bytes", + "Email Field" : "Campo de e-mail", + "User Home Folder Naming Rule" : "Regla de nombre de los directorios de usuario", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Vacío para el nombre de usuario (por defecto). En otro caso, especificá un atributo LDAP/AD.", + "Internal Username" : "Nombre interno de usuario", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por defecto, el nombre de usuario interno es creado a partir del atributo UUID. Esto asegura que el nombre de usuario es único y no es necesaria una conversión de caracteres. El nombre de usuario interno sólo se pueden usar estos caracteres: [ a-zA-Z0-9_.@- ]. El resto de caracteres son sustituidos por su correspondiente en ASCII o simplemente omitidos. En caso colisiones, se agregará o incrementará un número. El nombre de usuario interno es usado para identificar un usuario. Es también el nombre predeterminado para el directorio personal del usuario en ownCloud. También es parte de las URLs remotas, por ejemplo, para los servicios *DAV. Con esta opción, se puede cambiar el comportamiento por defecto. Para conseguir un comportamiento similar a versiones anteriores a ownCloud 5, ingresá el atributo del nombre mostrado en el campo siguiente. Dejalo vacío para el comportamiento por defecto. Los cambios solo tendrán efecto en los nuevos usuarios LDAP mapeados (agregados).", + "Internal Username Attribute:" : "Atributo Nombre Interno de usuario:", + "Override UUID detection" : "Sobrescribir la detección UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defecto, el atributo UUID es detectado automáticamente. Este atributo es usado para identificar de manera certera usuarios y grupos LDAP. Además, el nombre de usuario interno será creado en base al UUID, si no fue especificado otro comportamiento más arriba. Podés sobrescribir la configuración y pasar un atributo de tu elección. Tenés que asegurarte que el atributo de tu elección sea accesible por los usuarios y grupos y que sea único. Dejalo en blanco para usar el comportamiento por defecto. Los cambios tendrán efecto sólo en los nuevos usuarios y grupos de LDAP mapeados (agregados).", + "UUID Attribute for Users:" : "Atributo UUID para usuarios:", + "UUID Attribute for Groups:" : "Atributo UUID para grupos:", + "Username-LDAP User Mapping" : "Asignación del Nombre de usuario de un usuario 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." : "Los usuarios son usados para almacenar y asignar datos (metadatos). Con el fin de identificar de forma precisa y reconocer usuarios, a cada usuario de LDAP se será asignado un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es dejado en caché para reducir la interacción entre el LDAP, pero no es usado para la identificación. Si el DN cambia, los cambios van a ser aplicados. El nombre de usuario interno es usado en todos los lugares. Vaciar los mapeos, deja restos por todas partes. Vaciar los mapeos, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, solamente en fase de desarrollo o experimental.", + "Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", + "Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_AR.php b/apps/user_ldap/l10n/es_AR.php deleted file mode 100644 index 105199574e..0000000000 --- a/apps/user_ldap/l10n/es_AR.php +++ /dev/null @@ -1,115 +0,0 @@ - "Hubo un error al borrar las asignaciones.", -"Failed to delete the server configuration" => "Fallo al borrar la configuración del servidor", -"The configuration is valid and the connection could be established!" => "La configuración es válida y la conexión pudo ser establecida.", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "La configuración es válida, pero el enlace falló. Por favor, comprobá la configuración del servidor y las credenciales.", -"The configuration is invalid. Please have a look at the logs for further details." => "La configuración es inválida. Por favor, verifique los logs para más detalles.", -"No action specified" => "No se ha especificado una acción", -"No configuration specified" => "No se ha especificado una configuración", -"No data specified" => "No se ha especificado datos", -" Could not set configuration %s" => "No se pudo asignar la configuración %s", -"Deletion failed" => "Error al borrar", -"Take over settings from recent server configuration?" => "Tomar los valores de la anterior configuración de servidor?", -"Keep settings?" => "¿Mantener preferencias?", -"Cannot add server configuration" => "No se pudo añadir la configuración del servidor", -"mappings cleared" => "Asignaciones borradas", -"Success" => "Éxito", -"Error" => "Error", -"Configuration OK" => "Configuración válida", -"Configuration incorrect" => "Configuración incorrecta", -"Configuration incomplete" => "Configuración incompleta", -"Select groups" => "Seleccionar grupos", -"Select object classes" => "Seleccionar las clases de objetos", -"Select attributes" => "Seleccionar atributos", -"Connection test succeeded" => "El este de conexión ha sido completado satisfactoriamente", -"Connection test failed" => "Falló es test de conexión", -"Do you really want to delete the current Server Configuration?" => "¿Realmente desea borrar la configuración actual del servidor?", -"Confirm Deletion" => "Confirmar borrado", -"_%s group found_::_%s groups found_" => array("%s grupo encontrado","%s grupos encontrados"), -"_%s user found_::_%s users found_" => array("%s usuario encontrado","%s usuarios encontrados"), -"Could not find the desired feature" => "No se pudo encontrar la característica deseada", -"Invalid Host" => "Host inválido", -"Group Filter" => "Filtro de grupo", -"Save" => "Guardar", -"Test Configuration" => "Probar configuración", -"Help" => "Ayuda", -"Groups meeting these criteria are available in %s:" => "Los grupos que cumplen con estos criterios están disponibles en %s:", -"only those object classes:" => "solo estos objetos de clases:", -"only from those groups:" => "solo provenientes de estos grupos:", -"Edit raw filter instead" => "Editar filtro en bruto", -"Raw LDAP filter" => "Filtro LDAP en bruto", -"The filter specifies which LDAP groups shall have access to the %s instance." => "El filtro especifica qué grupos LDAP deben tener acceso a la instancia %s.", -"groups found" => "grupos encontrados", -"Users login with this attribute:" => "Los usuarios inician sesión con este atributo:", -"LDAP Username:" => "Nombre de usuario LDAP:", -"LDAP Email Address:" => "Correo electrónico LDAP:", -"Other Attributes:" => "Otros atributos:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define el filtro a aplicar cuando se intenta ingresar. %%uid remplaza el nombre de usuario en el proceso de identificación. Por ejemplo: \"uid=%%uid\"", -"Add Server Configuration" => "Añadir Configuración del Servidor", -"Host" => "Servidor", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Podés omitir el protocolo, excepto si SSL es requerido. En ese caso, empezá con ldaps://", -"Port" => "Puerto", -"User DN" => "DN usuario", -"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." => "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, dejá DN y contraseña vacíos.", -"Password" => "Contraseña", -"For anonymous access, leave DN and Password empty." => "Para acceso anónimo, dejá DN y contraseña vacíos.", -"One Base DN per line" => "Una DN base por línea", -"You can specify Base DN for users and groups in the Advanced tab" => "Podés especificar el DN base para usuarios y grupos en la pestaña \"Avanzado\"", -"Limit %s access to users meeting these criteria:" => "Limitar acceso %s a los usuarios que cumplen con este criterio:", -"The filter specifies which LDAP users shall have access to the %s instance." => "El filtro especifica cuáles usuarios LDAP deben tener acceso a la instancia %s.", -"users found" => "usuarios encontrados", -"Back" => "Volver", -"Continue" => "Continuar", -"Advanced" => "Avanzado", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Advertencia: Las apps user_ldap y user_webdavauth son incompatibles. Puede ser que experimentes comportamientos inesperados. Pedile al administrador que desactive uno de ellos.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Atención: El módulo PHP LDAP no está instalado, este elemento no va a funcionar. Por favor, pedile al administrador que lo instale.", -"Connection Settings" => "Configuración de Conección", -"Configuration Active" => "Configuración activa", -"When unchecked, this configuration will be skipped." => "Si no está seleccionada, esta configuración será omitida.", -"Backup (Replica) Host" => "Host para copia de seguridad (réplica)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Dar un servidor de copia de seguridad opcional. Debe ser una réplica del servidor principal LDAP/AD.", -"Backup (Replica) Port" => "Puerto para copia de seguridad (réplica)", -"Disable Main Server" => "Deshabilitar el Servidor Principal", -"Only connect to the replica server." => "Conectarse únicamente al servidor de réplica.", -"Case insensitive LDAP server (Windows)" => "Servidor de LDAP insensible a mayúsculas/minúsculas (Windows)", -"Turn off SSL certificate validation." => "Desactivar la validación por certificado SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "No es recomendado, ¡Usalo solamente para pruebas! Si la conexión únicamente funciona con esta opción, importá el certificado SSL del servidor LDAP en tu servidor %s.", -"Cache Time-To-Live" => "Tiempo de vida del caché", -"in seconds. A change empties the cache." => "en segundos. Cambiarlo vacía la cache.", -"Directory Settings" => "Configuración de Directorio", -"User Display Name Field" => "Campo de nombre de usuario a mostrar", -"The LDAP attribute to use to generate the user's display name." => "El atributo LDAP a usar para generar el nombre de usuario mostrado.", -"Base User Tree" => "Árbol base de usuario", -"One User Base DN per line" => "Una DN base de usuario por línea", -"User Search Attributes" => "Atributos de la búsqueda de usuario", -"Optional; one attribute per line" => "Opcional; un atributo por linea", -"Group Display Name Field" => "Campo de nombre de grupo a mostrar", -"The LDAP attribute to use to generate the groups's display name." => "El atributo LDAP a usar para generar el nombre de grupo mostrado.", -"Base Group Tree" => "Árbol base de grupo", -"One Group Base DN per line" => "Una DN base de grupo por línea", -"Group Search Attributes" => "Atributos de búsqueda de grupo", -"Group-Member association" => "Asociación Grupo-Miembro", -"Nested Groups" => "Grupos Anidados", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Cuando se activa, grupos que contienen grupos son soportados. (Solo funciona si el atributo de miembro del grupo contiene DNs)", -"Paging chunksize" => "Tamaño del fragmento de paginación", -"Special Attributes" => "Atributos Especiales", -"Quota Field" => "Campo de cuota", -"Quota Default" => "Cuota por defecto", -"in bytes" => "en bytes", -"Email Field" => "Campo de e-mail", -"User Home Folder Naming Rule" => "Regla de nombre de los directorios de usuario", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Vacío para el nombre de usuario (por defecto). En otro caso, especificá un atributo LDAP/AD.", -"Internal Username" => "Nombre interno de usuario", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Por defecto, el nombre de usuario interno es creado a partir del atributo UUID. Esto asegura que el nombre de usuario es único y no es necesaria una conversión de caracteres. El nombre de usuario interno sólo se pueden usar estos caracteres: [ a-zA-Z0-9_.@- ]. El resto de caracteres son sustituidos por su correspondiente en ASCII o simplemente omitidos. En caso colisiones, se agregará o incrementará un número. El nombre de usuario interno es usado para identificar un usuario. Es también el nombre predeterminado para el directorio personal del usuario en ownCloud. También es parte de las URLs remotas, por ejemplo, para los servicios *DAV. Con esta opción, se puede cambiar el comportamiento por defecto. Para conseguir un comportamiento similar a versiones anteriores a ownCloud 5, ingresá el atributo del nombre mostrado en el campo siguiente. Dejalo vacío para el comportamiento por defecto. Los cambios solo tendrán efecto en los nuevos usuarios LDAP mapeados (agregados).", -"Internal Username Attribute:" => "Atributo Nombre Interno de usuario:", -"Override UUID detection" => "Sobrescribir la detección UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Por defecto, el atributo UUID es detectado automáticamente. Este atributo es usado para identificar de manera certera usuarios y grupos LDAP. Además, el nombre de usuario interno será creado en base al UUID, si no fue especificado otro comportamiento más arriba. Podés sobrescribir la configuración y pasar un atributo de tu elección. Tenés que asegurarte que el atributo de tu elección sea accesible por los usuarios y grupos y que sea único. Dejalo en blanco para usar el comportamiento por defecto. Los cambios tendrán efecto sólo en los nuevos usuarios y grupos de LDAP mapeados (agregados).", -"UUID Attribute for Users:" => "Atributo UUID para usuarios:", -"UUID Attribute for Groups:" => "Atributo UUID para grupos:", -"Username-LDAP User Mapping" => "Asignación del Nombre de usuario de un usuario 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." => "Los usuarios son usados para almacenar y asignar datos (metadatos). Con el fin de identificar de forma precisa y reconocer usuarios, a cada usuario de LDAP se será asignado un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es dejado en caché para reducir la interacción entre el LDAP, pero no es usado para la identificación. Si el DN cambia, los cambios van a ser aplicados. El nombre de usuario interno es usado en todos los lugares. Vaciar los mapeos, deja restos por todas partes. Vaciar los mapeos, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, solamente en fase de desarrollo o experimental.", -"Clear Username-LDAP User Mapping" => "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", -"Clear Groupname-LDAP Group Mapping" => "Borrar la asignación de los Nombres de grupo de los grupos de LDAP" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es_BO.js b/apps/user_ldap/l10n/es_BO.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/es_BO.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/es_BO.json b/apps/user_ldap/l10n/es_BO.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/es_BO.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/es_BO.php b/apps/user_ldap/l10n/es_BO.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/es_BO.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es_CL.js b/apps/user_ldap/l10n/es_CL.js new file mode 100644 index 0000000000..98dec6f9f3 --- /dev/null +++ b/apps/user_ldap/l10n/es_CL.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "user_ldap", + { + "Error" : "Error", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Help" : "Ayuda", + "Password" : "Clave" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_CL.json b/apps/user_ldap/l10n/es_CL.json new file mode 100644 index 0000000000..010b0dcfc5 --- /dev/null +++ b/apps/user_ldap/l10n/es_CL.json @@ -0,0 +1,8 @@ +{ "translations": { + "Error" : "Error", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Help" : "Ayuda", + "Password" : "Clave" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_CL.php b/apps/user_ldap/l10n/es_CL.php deleted file mode 100644 index 2f9ce1cb49..0000000000 --- a/apps/user_ldap/l10n/es_CL.php +++ /dev/null @@ -1,9 +0,0 @@ - "Error", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Help" => "Ayuda", -"Password" => "Clave" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es_CO.js b/apps/user_ldap/l10n/es_CO.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/es_CO.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/es_CO.json b/apps/user_ldap/l10n/es_CO.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/es_CO.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/es_CO.php b/apps/user_ldap/l10n/es_CO.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/es_CO.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es_CR.js b/apps/user_ldap/l10n/es_CR.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/es_CR.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/es_CR.json b/apps/user_ldap/l10n/es_CR.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/es_CR.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/es_CR.php b/apps/user_ldap/l10n/es_CR.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/es_CR.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es_EC.js b/apps/user_ldap/l10n/es_EC.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/es_EC.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/es_EC.json b/apps/user_ldap/l10n/es_EC.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/es_EC.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/es_EC.php b/apps/user_ldap/l10n/es_EC.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/es_EC.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es_MX.js b/apps/user_ldap/l10n/es_MX.js new file mode 100644 index 0000000000..30c32d5bec --- /dev/null +++ b/apps/user_ldap/l10n/es_MX.js @@ -0,0 +1,108 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Ocurrió un fallo al borrar las asignaciones.", + "Failed to delete the server configuration" : "No se pudo borrar la configuración del servidor", + "The configuration is valid and the connection could be established!" : "¡La configuración es válida y la conexión puede establecerse!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración es válida, pero falló el Enlace. Por favor, compruebe la configuración del servidor y las credenciales.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuración no es válida. Por favor, busque en el log para más detalles.", + "No action specified" : "No se ha especificado la acción", + "No configuration specified" : "No se ha especificado la configuración", + "No data specified" : "No se han especificado los datos", + " Could not set configuration %s" : "No se pudo establecer la configuración %s", + "Deletion failed" : "Falló el borrado", + "Take over settings from recent server configuration?" : "¿Asumir los ajustes actuales de la configuración del servidor?", + "Keep settings?" : "¿Mantener la configuración?", + "Cannot add server configuration" : "No se puede añadir la configuración del servidor", + "mappings cleared" : "Asignaciones borradas", + "Success" : "Éxito", + "Error" : "Error", + "Configuration OK" : "Configuración OK", + "Configuration incorrect" : "Configuración Incorrecta", + "Configuration incomplete" : "Configuración incompleta", + "Select groups" : "Seleccionar grupos", + "Select object classes" : "Seleccionar la clase de objeto", + "Select attributes" : "Seleccionar atributos", + "Connection test succeeded" : "La prueba de conexión fue exitosa", + "Connection test failed" : "La prueba de conexión falló", + "Do you really want to delete the current Server Configuration?" : "¿Realmente desea eliminar la configuración actual del servidor?", + "Confirm Deletion" : "Confirmar eliminación", + "_%s group found_::_%s groups found_" : ["Grupo %s encontrado","Grupos %s encontrados"], + "_%s user found_::_%s users found_" : ["Usuario %s encontrado","Usuarios %s encontrados"], + "Could not find the desired feature" : "No se puede encontrar la función deseada.", + "Invalid Host" : "Host inválido", + "Save" : "Guardar", + "Test Configuration" : "Configuración de prueba", + "Help" : "Ayuda", + "only those object classes:" : "solamente de estas clases de objeto:", + "only from those groups:" : "solamente de estos grupos:", + "Edit raw filter instead" : "Editar el filtro en bruto en su lugar", + "Raw LDAP filter" : "Filtro LDAP en bruto", + "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtro especifica que grupos LDAP tendrán acceso a %s.", + "groups found" : "grupos encontrados", + "LDAP Username:" : "Nombre de usuario LDAP:", + "LDAP Email Address:" : "Dirección e-mail LDAP:", + "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define el filtro a aplicar cuando se intenta identificar. %%uid remplazará al nombre de usuario en el proceso de identificación. Por ejemplo: \"uid=%%uid\"", + "Add Server Configuration" : "Agregar configuracion del servidor", + "Host" : "Servidor", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Puede omitir el protocolo, excepto si requiere SSL. En ese caso, empiece con ldaps://", + "Port" : "Puerto", + "User DN" : "DN usuario", + "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." : "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, deje DN y contraseña vacíos.", + "Password" : "Contraseña", + "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deje DN y contraseña vacíos.", + "One Base DN per line" : "Un DN Base por línea", + "You can specify Base DN for users and groups in the Advanced tab" : "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado", + "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica que usuarios LDAP pueden tener acceso a %s.", + "users found" : "usuarios encontrados", + "Back" : "Atrás", + "Continue" : "Continuar", + "Advanced" : "Avanzado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pregunte al su administrador de sistemas para desactivar uno de ellos.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.", + "Connection Settings" : "Configuración de conexión", + "Configuration Active" : "Configuracion activa", + "When unchecked, this configuration will be skipped." : "Cuando deseleccione, esta configuracion sera omitida.", + "Backup (Replica) Host" : "Servidor de copia de seguridad (Replica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Dar un servidor de copia de seguridad opcional. Debe ser una réplica del servidor principal LDAP / AD.", + "Backup (Replica) Port" : "Puerto para copias de seguridad (Replica)", + "Disable Main Server" : "Deshabilitar servidor principal", + "Only connect to the replica server." : "Conectar sólo con el servidor de réplica.", + "Turn off SSL certificate validation." : "Apagar la validación por certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No se recomienda, ¡utilízalo únicamente para pruebas! Si la conexión únicamente funciona con esta opción, importa el certificado SSL del servidor LDAP en tu servidor %s.", + "Cache Time-To-Live" : "Cache TTL", + "in seconds. A change empties the cache." : "en segundos. Un cambio vacía la caché.", + "Directory Settings" : "Configuración de directorio", + "User Display Name Field" : "Campo de nombre de usuario a mostrar", + "The LDAP attribute to use to generate the user's display name." : "El campo LDAP a usar para generar el nombre para mostrar del usuario.", + "Base User Tree" : "Árbol base de usuario", + "One User Base DN per line" : "Un DN Base de Usuario por línea", + "User Search Attributes" : "Atributos de la busqueda de usuario", + "Optional; one attribute per line" : "Opcional; un atributo por linea", + "Group Display Name Field" : "Campo de nombre de grupo a mostrar", + "The LDAP attribute to use to generate the groups's display name." : "El campo LDAP a usar para generar el nombre para mostrar del grupo.", + "Base Group Tree" : "Árbol base de grupo", + "One Group Base DN per line" : "Un DN Base de Grupo por línea", + "Group Search Attributes" : "Atributos de busqueda de grupo", + "Group-Member association" : "Asociación Grupo-Miembro", + "Special Attributes" : "Atributos especiales", + "Quota Field" : "Cuota", + "Quota Default" : "Cuota por defecto", + "in bytes" : "en bytes", + "Email Field" : "E-mail", + "User Home Folder Naming Rule" : "Regla para la carpeta Home de usuario", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Vacío para el nombre de usuario (por defecto). En otro caso, especifique un atributo LDAP/AD.", + "Internal Username" : "Nombre de usuario interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "El nombre de usuario interno será creado de forma predeterminada desde el atributo UUID. Esto asegura que el nombre de usuario es único y los caracteres no necesitan ser convertidos. En el nombre de usuario interno sólo se pueden usar estos caracteres: [ a-zA-Z0-9_.@- ]. El resto de caracteres son sustituidos por su correspondiente en ASCII o simplemente omitidos. En caso de duplicidades, se añadirá o incrementará un número. El nombre de usuario interno es usado para identificar un usuario. Es también el nombre predeterminado para la carpeta personal del usuario en ownCloud. También es parte de URLs remotas, por ejemplo, para todos los servicios *DAV. Con esta configuración el comportamiento predeterminado puede ser cambiado. Para conseguir un comportamiento similar a como era antes de ownCloud 5, introduzca el campo del nombre para mostrar del usuario en la siguiente caja. Déjelo vacío para el comportamiento predeterminado. Los cambios solo tendrán efecto en los usuarios LDAP mapeados (añadidos) recientemente.", + "Internal Username Attribute:" : "Atributo Nombre de usuario Interno:", + "Override UUID detection" : "Sobrescribir la detección UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defecto, el atributo UUID es autodetectado. Este atributo es usado para identificar indudablemente usuarios y grupos LDAP. Además, el nombre de usuario interno será creado en base al UUID, si no ha sido especificado otro comportamiento arriba. Puedes sobrescribir la configuración y pasar un atributo de tu elección. Debes asegurarte de que el atributo de tu elección sea accesible por los usuarios y grupos y ser único. Déjalo en blanco para usar el comportamiento por defecto. Los cambios tendrán efecto solo en los usuarios y grupos de LDAP mapeados (añadidos) recientemente.", + "UUID Attribute for Users:" : "Atributo UUID para usuarios:", + "UUID Attribute for Groups:" : "Atributo UUID para Grupos:", + "Username-LDAP User Mapping" : "Asignación del Nombre de usuario de un usuario 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." : "Los usuarios son usados para almacenar y asignar (meta) datos. Con el fin de identificar de forma precisa y reconocer usuarios, cada usuario de LDAP tendrá un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es cacheado para reducir la interacción entre el LDAP, pero no es usado para identificar. Si el DN cambia, los cambios serán aplicados. El nombre de usuario interno es usado por encima de todo. Limpiar los mapeos dejará restos por todas partes, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, únicamente en una fase de desarrollo o experimental.", + "Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", + "Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_MX.json b/apps/user_ldap/l10n/es_MX.json new file mode 100644 index 0000000000..bf9546306b --- /dev/null +++ b/apps/user_ldap/l10n/es_MX.json @@ -0,0 +1,106 @@ +{ "translations": { + "Failed to clear the mappings." : "Ocurrió un fallo al borrar las asignaciones.", + "Failed to delete the server configuration" : "No se pudo borrar la configuración del servidor", + "The configuration is valid and the connection could be established!" : "¡La configuración es válida y la conexión puede establecerse!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración es válida, pero falló el Enlace. Por favor, compruebe la configuración del servidor y las credenciales.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuración no es válida. Por favor, busque en el log para más detalles.", + "No action specified" : "No se ha especificado la acción", + "No configuration specified" : "No se ha especificado la configuración", + "No data specified" : "No se han especificado los datos", + " Could not set configuration %s" : "No se pudo establecer la configuración %s", + "Deletion failed" : "Falló el borrado", + "Take over settings from recent server configuration?" : "¿Asumir los ajustes actuales de la configuración del servidor?", + "Keep settings?" : "¿Mantener la configuración?", + "Cannot add server configuration" : "No se puede añadir la configuración del servidor", + "mappings cleared" : "Asignaciones borradas", + "Success" : "Éxito", + "Error" : "Error", + "Configuration OK" : "Configuración OK", + "Configuration incorrect" : "Configuración Incorrecta", + "Configuration incomplete" : "Configuración incompleta", + "Select groups" : "Seleccionar grupos", + "Select object classes" : "Seleccionar la clase de objeto", + "Select attributes" : "Seleccionar atributos", + "Connection test succeeded" : "La prueba de conexión fue exitosa", + "Connection test failed" : "La prueba de conexión falló", + "Do you really want to delete the current Server Configuration?" : "¿Realmente desea eliminar la configuración actual del servidor?", + "Confirm Deletion" : "Confirmar eliminación", + "_%s group found_::_%s groups found_" : ["Grupo %s encontrado","Grupos %s encontrados"], + "_%s user found_::_%s users found_" : ["Usuario %s encontrado","Usuarios %s encontrados"], + "Could not find the desired feature" : "No se puede encontrar la función deseada.", + "Invalid Host" : "Host inválido", + "Save" : "Guardar", + "Test Configuration" : "Configuración de prueba", + "Help" : "Ayuda", + "only those object classes:" : "solamente de estas clases de objeto:", + "only from those groups:" : "solamente de estos grupos:", + "Edit raw filter instead" : "Editar el filtro en bruto en su lugar", + "Raw LDAP filter" : "Filtro LDAP en bruto", + "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtro especifica que grupos LDAP tendrán acceso a %s.", + "groups found" : "grupos encontrados", + "LDAP Username:" : "Nombre de usuario LDAP:", + "LDAP Email Address:" : "Dirección e-mail LDAP:", + "Other Attributes:" : "Otros atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define el filtro a aplicar cuando se intenta identificar. %%uid remplazará al nombre de usuario en el proceso de identificación. Por ejemplo: \"uid=%%uid\"", + "Add Server Configuration" : "Agregar configuracion del servidor", + "Host" : "Servidor", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Puede omitir el protocolo, excepto si requiere SSL. En ese caso, empiece con ldaps://", + "Port" : "Puerto", + "User DN" : "DN usuario", + "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." : "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, deje DN y contraseña vacíos.", + "Password" : "Contraseña", + "For anonymous access, leave DN and Password empty." : "Para acceso anónimo, deje DN y contraseña vacíos.", + "One Base DN per line" : "Un DN Base por línea", + "You can specify Base DN for users and groups in the Advanced tab" : "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado", + "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica que usuarios LDAP pueden tener acceso a %s.", + "users found" : "usuarios encontrados", + "Back" : "Atrás", + "Continue" : "Continuar", + "Advanced" : "Avanzado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advertencia: Las apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pregunte al su administrador de sistemas para desactivar uno de ellos.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Advertencia: El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.", + "Connection Settings" : "Configuración de conexión", + "Configuration Active" : "Configuracion activa", + "When unchecked, this configuration will be skipped." : "Cuando deseleccione, esta configuracion sera omitida.", + "Backup (Replica) Host" : "Servidor de copia de seguridad (Replica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Dar un servidor de copia de seguridad opcional. Debe ser una réplica del servidor principal LDAP / AD.", + "Backup (Replica) Port" : "Puerto para copias de seguridad (Replica)", + "Disable Main Server" : "Deshabilitar servidor principal", + "Only connect to the replica server." : "Conectar sólo con el servidor de réplica.", + "Turn off SSL certificate validation." : "Apagar la validación por certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "No se recomienda, ¡utilízalo únicamente para pruebas! Si la conexión únicamente funciona con esta opción, importa el certificado SSL del servidor LDAP en tu servidor %s.", + "Cache Time-To-Live" : "Cache TTL", + "in seconds. A change empties the cache." : "en segundos. Un cambio vacía la caché.", + "Directory Settings" : "Configuración de directorio", + "User Display Name Field" : "Campo de nombre de usuario a mostrar", + "The LDAP attribute to use to generate the user's display name." : "El campo LDAP a usar para generar el nombre para mostrar del usuario.", + "Base User Tree" : "Árbol base de usuario", + "One User Base DN per line" : "Un DN Base de Usuario por línea", + "User Search Attributes" : "Atributos de la busqueda de usuario", + "Optional; one attribute per line" : "Opcional; un atributo por linea", + "Group Display Name Field" : "Campo de nombre de grupo a mostrar", + "The LDAP attribute to use to generate the groups's display name." : "El campo LDAP a usar para generar el nombre para mostrar del grupo.", + "Base Group Tree" : "Árbol base de grupo", + "One Group Base DN per line" : "Un DN Base de Grupo por línea", + "Group Search Attributes" : "Atributos de busqueda de grupo", + "Group-Member association" : "Asociación Grupo-Miembro", + "Special Attributes" : "Atributos especiales", + "Quota Field" : "Cuota", + "Quota Default" : "Cuota por defecto", + "in bytes" : "en bytes", + "Email Field" : "E-mail", + "User Home Folder Naming Rule" : "Regla para la carpeta Home de usuario", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Vacío para el nombre de usuario (por defecto). En otro caso, especifique un atributo LDAP/AD.", + "Internal Username" : "Nombre de usuario interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "El nombre de usuario interno será creado de forma predeterminada desde el atributo UUID. Esto asegura que el nombre de usuario es único y los caracteres no necesitan ser convertidos. En el nombre de usuario interno sólo se pueden usar estos caracteres: [ a-zA-Z0-9_.@- ]. El resto de caracteres son sustituidos por su correspondiente en ASCII o simplemente omitidos. En caso de duplicidades, se añadirá o incrementará un número. El nombre de usuario interno es usado para identificar un usuario. Es también el nombre predeterminado para la carpeta personal del usuario en ownCloud. También es parte de URLs remotas, por ejemplo, para todos los servicios *DAV. Con esta configuración el comportamiento predeterminado puede ser cambiado. Para conseguir un comportamiento similar a como era antes de ownCloud 5, introduzca el campo del nombre para mostrar del usuario en la siguiente caja. Déjelo vacío para el comportamiento predeterminado. Los cambios solo tendrán efecto en los usuarios LDAP mapeados (añadidos) recientemente.", + "Internal Username Attribute:" : "Atributo Nombre de usuario Interno:", + "Override UUID detection" : "Sobrescribir la detección UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defecto, el atributo UUID es autodetectado. Este atributo es usado para identificar indudablemente usuarios y grupos LDAP. Además, el nombre de usuario interno será creado en base al UUID, si no ha sido especificado otro comportamiento arriba. Puedes sobrescribir la configuración y pasar un atributo de tu elección. Debes asegurarte de que el atributo de tu elección sea accesible por los usuarios y grupos y ser único. Déjalo en blanco para usar el comportamiento por defecto. Los cambios tendrán efecto solo en los usuarios y grupos de LDAP mapeados (añadidos) recientemente.", + "UUID Attribute for Users:" : "Atributo UUID para usuarios:", + "UUID Attribute for Groups:" : "Atributo UUID para Grupos:", + "Username-LDAP User Mapping" : "Asignación del Nombre de usuario de un usuario 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." : "Los usuarios son usados para almacenar y asignar (meta) datos. Con el fin de identificar de forma precisa y reconocer usuarios, cada usuario de LDAP tendrá un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es cacheado para reducir la interacción entre el LDAP, pero no es usado para identificar. Si el DN cambia, los cambios serán aplicados. El nombre de usuario interno es usado por encima de todo. Limpiar los mapeos dejará restos por todas partes, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, únicamente en una fase de desarrollo o experimental.", + "Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", + "Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/es_MX.php b/apps/user_ldap/l10n/es_MX.php deleted file mode 100644 index f5e44c2da8..0000000000 --- a/apps/user_ldap/l10n/es_MX.php +++ /dev/null @@ -1,107 +0,0 @@ - "Ocurrió un fallo al borrar las asignaciones.", -"Failed to delete the server configuration" => "No se pudo borrar la configuración del servidor", -"The configuration is valid and the connection could be established!" => "¡La configuración es válida y la conexión puede establecerse!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "La configuración es válida, pero falló el Enlace. Por favor, compruebe la configuración del servidor y las credenciales.", -"The configuration is invalid. Please have a look at the logs for further details." => "La configuración no es válida. Por favor, busque en el log para más detalles.", -"No action specified" => "No se ha especificado la acción", -"No configuration specified" => "No se ha especificado la configuración", -"No data specified" => "No se han especificado los datos", -" Could not set configuration %s" => "No se pudo establecer la configuración %s", -"Deletion failed" => "Falló el borrado", -"Take over settings from recent server configuration?" => "¿Asumir los ajustes actuales de la configuración del servidor?", -"Keep settings?" => "¿Mantener la configuración?", -"Cannot add server configuration" => "No se puede añadir la configuración del servidor", -"mappings cleared" => "Asignaciones borradas", -"Success" => "Éxito", -"Error" => "Error", -"Configuration OK" => "Configuración OK", -"Configuration incorrect" => "Configuración Incorrecta", -"Configuration incomplete" => "Configuración incompleta", -"Select groups" => "Seleccionar grupos", -"Select object classes" => "Seleccionar la clase de objeto", -"Select attributes" => "Seleccionar atributos", -"Connection test succeeded" => "La prueba de conexión fue exitosa", -"Connection test failed" => "La prueba de conexión falló", -"Do you really want to delete the current Server Configuration?" => "¿Realmente desea eliminar la configuración actual del servidor?", -"Confirm Deletion" => "Confirmar eliminación", -"_%s group found_::_%s groups found_" => array("Grupo %s encontrado","Grupos %s encontrados"), -"_%s user found_::_%s users found_" => array("Usuario %s encontrado","Usuarios %s encontrados"), -"Could not find the desired feature" => "No se puede encontrar la función deseada.", -"Invalid Host" => "Host inválido", -"Save" => "Guardar", -"Test Configuration" => "Configuración de prueba", -"Help" => "Ayuda", -"only those object classes:" => "solamente de estas clases de objeto:", -"only from those groups:" => "solamente de estos grupos:", -"Edit raw filter instead" => "Editar el filtro en bruto en su lugar", -"Raw LDAP filter" => "Filtro LDAP en bruto", -"The filter specifies which LDAP groups shall have access to the %s instance." => "El filtro especifica que grupos LDAP tendrán acceso a %s.", -"groups found" => "grupos encontrados", -"LDAP Username:" => "Nombre de usuario LDAP:", -"LDAP Email Address:" => "Dirección e-mail LDAP:", -"Other Attributes:" => "Otros atributos:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define el filtro a aplicar cuando se intenta identificar. %%uid remplazará al nombre de usuario en el proceso de identificación. Por ejemplo: \"uid=%%uid\"", -"Add Server Configuration" => "Agregar configuracion del servidor", -"Host" => "Servidor", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Puede omitir el protocolo, excepto si requiere SSL. En ese caso, empiece con ldaps://", -"Port" => "Puerto", -"User DN" => "DN usuario", -"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." => "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, deje DN y contraseña vacíos.", -"Password" => "Contraseña", -"For anonymous access, leave DN and Password empty." => "Para acceso anónimo, deje DN y contraseña vacíos.", -"One Base DN per line" => "Un DN Base por línea", -"You can specify Base DN for users and groups in the Advanced tab" => "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado", -"The filter specifies which LDAP users shall have access to the %s instance." => "El filtro especifica que usuarios LDAP pueden tener acceso a %s.", -"users found" => "usuarios encontrados", -"Back" => "Atrás", -"Continue" => "Continuar", -"Advanced" => "Avanzado", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Advertencia: Las apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pregunte al su administrador de sistemas para desactivar uno de ellos.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Advertencia: El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.", -"Connection Settings" => "Configuración de conexión", -"Configuration Active" => "Configuracion activa", -"When unchecked, this configuration will be skipped." => "Cuando deseleccione, esta configuracion sera omitida.", -"Backup (Replica) Host" => "Servidor de copia de seguridad (Replica)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Dar un servidor de copia de seguridad opcional. Debe ser una réplica del servidor principal LDAP / AD.", -"Backup (Replica) Port" => "Puerto para copias de seguridad (Replica)", -"Disable Main Server" => "Deshabilitar servidor principal", -"Only connect to the replica server." => "Conectar sólo con el servidor de réplica.", -"Turn off SSL certificate validation." => "Apagar la validación por certificado SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "No se recomienda, ¡utilízalo únicamente para pruebas! Si la conexión únicamente funciona con esta opción, importa el certificado SSL del servidor LDAP en tu servidor %s.", -"Cache Time-To-Live" => "Cache TTL", -"in seconds. A change empties the cache." => "en segundos. Un cambio vacía la caché.", -"Directory Settings" => "Configuración de directorio", -"User Display Name Field" => "Campo de nombre de usuario a mostrar", -"The LDAP attribute to use to generate the user's display name." => "El campo LDAP a usar para generar el nombre para mostrar del usuario.", -"Base User Tree" => "Árbol base de usuario", -"One User Base DN per line" => "Un DN Base de Usuario por línea", -"User Search Attributes" => "Atributos de la busqueda de usuario", -"Optional; one attribute per line" => "Opcional; un atributo por linea", -"Group Display Name Field" => "Campo de nombre de grupo a mostrar", -"The LDAP attribute to use to generate the groups's display name." => "El campo LDAP a usar para generar el nombre para mostrar del grupo.", -"Base Group Tree" => "Árbol base de grupo", -"One Group Base DN per line" => "Un DN Base de Grupo por línea", -"Group Search Attributes" => "Atributos de busqueda de grupo", -"Group-Member association" => "Asociación Grupo-Miembro", -"Special Attributes" => "Atributos especiales", -"Quota Field" => "Cuota", -"Quota Default" => "Cuota por defecto", -"in bytes" => "en bytes", -"Email Field" => "E-mail", -"User Home Folder Naming Rule" => "Regla para la carpeta Home de usuario", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Vacío para el nombre de usuario (por defecto). En otro caso, especifique un atributo LDAP/AD.", -"Internal Username" => "Nombre de usuario interno", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "El nombre de usuario interno será creado de forma predeterminada desde el atributo UUID. Esto asegura que el nombre de usuario es único y los caracteres no necesitan ser convertidos. En el nombre de usuario interno sólo se pueden usar estos caracteres: [ a-zA-Z0-9_.@- ]. El resto de caracteres son sustituidos por su correspondiente en ASCII o simplemente omitidos. En caso de duplicidades, se añadirá o incrementará un número. El nombre de usuario interno es usado para identificar un usuario. Es también el nombre predeterminado para la carpeta personal del usuario en ownCloud. También es parte de URLs remotas, por ejemplo, para todos los servicios *DAV. Con esta configuración el comportamiento predeterminado puede ser cambiado. Para conseguir un comportamiento similar a como era antes de ownCloud 5, introduzca el campo del nombre para mostrar del usuario en la siguiente caja. Déjelo vacío para el comportamiento predeterminado. Los cambios solo tendrán efecto en los usuarios LDAP mapeados (añadidos) recientemente.", -"Internal Username Attribute:" => "Atributo Nombre de usuario Interno:", -"Override UUID detection" => "Sobrescribir la detección UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Por defecto, el atributo UUID es autodetectado. Este atributo es usado para identificar indudablemente usuarios y grupos LDAP. Además, el nombre de usuario interno será creado en base al UUID, si no ha sido especificado otro comportamiento arriba. Puedes sobrescribir la configuración y pasar un atributo de tu elección. Debes asegurarte de que el atributo de tu elección sea accesible por los usuarios y grupos y ser único. Déjalo en blanco para usar el comportamiento por defecto. Los cambios tendrán efecto solo en los usuarios y grupos de LDAP mapeados (añadidos) recientemente.", -"UUID Attribute for Users:" => "Atributo UUID para usuarios:", -"UUID Attribute for Groups:" => "Atributo UUID para Grupos:", -"Username-LDAP User Mapping" => "Asignación del Nombre de usuario de un usuario 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." => "Los usuarios son usados para almacenar y asignar (meta) datos. Con el fin de identificar de forma precisa y reconocer usuarios, cada usuario de LDAP tendrá un nombre de usuario interno. Esto requiere un mapeo entre el nombre de usuario y el usuario del LDAP. El nombre de usuario creado es mapeado respecto al UUID del usuario en el LDAP. De forma adicional, el DN es cacheado para reducir la interacción entre el LDAP, pero no es usado para identificar. Si el DN cambia, los cambios serán aplicados. El nombre de usuario interno es usado por encima de todo. Limpiar los mapeos dejará restos por todas partes, no es sensible a configuración, ¡afecta a todas las configuraciones del LDAP! Nunca limpies los mapeos en un entorno de producción, únicamente en una fase de desarrollo o experimental.", -"Clear Username-LDAP User Mapping" => "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", -"Clear Groupname-LDAP Group Mapping" => "Borrar la asignación de los Nombres de grupo de los grupos de LDAP" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es_PE.js b/apps/user_ldap/l10n/es_PE.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/es_PE.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/es_PE.json b/apps/user_ldap/l10n/es_PE.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/es_PE.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/es_PE.php b/apps/user_ldap/l10n/es_PE.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/es_PE.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es_PY.js b/apps/user_ldap/l10n/es_PY.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/es_PY.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/es_PY.json b/apps/user_ldap/l10n/es_PY.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/es_PY.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/es_PY.php b/apps/user_ldap/l10n/es_PY.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/es_PY.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es_US.js b/apps/user_ldap/l10n/es_US.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/es_US.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/es_US.json b/apps/user_ldap/l10n/es_US.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/es_US.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/es_US.php b/apps/user_ldap/l10n/es_US.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/es_US.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/es_UY.js b/apps/user_ldap/l10n/es_UY.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/es_UY.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/es_UY.json b/apps/user_ldap/l10n/es_UY.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/es_UY.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/es_UY.php b/apps/user_ldap/l10n/es_UY.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/es_UY.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/et_EE.js b/apps/user_ldap/l10n/et_EE.js new file mode 100644 index 0000000000..7ff4b4564b --- /dev/null +++ b/apps/user_ldap/l10n/et_EE.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Vastendususte puhastamine ebaõnnestus.", + "Failed to delete the server configuration" : "Serveri seadistuse kustutamine ebaõnnestus", + "The configuration is valid and the connection could be established!" : "Seadistus on korrektne ning ühendus on olemas!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Seadistus on korrektne, kuid ühendus ebaõnnestus. Palun kontrolli serveri seadeid ja ühenduseks kasutatavaid kasutajatunnuseid.", + "The configuration is invalid. Please have a look at the logs for further details." : "Seadistus on vigane. Lisainfot vaata palun logidest.", + "No action specified" : "Tegevusi pole määratletud", + "No configuration specified" : "Seadistust pole määratletud", + "No data specified" : "Andmeid pole määratletud", + " Could not set configuration %s" : "Ei suutnud seadistada %s", + "Deletion failed" : "Kustutamine ebaõnnestus", + "Take over settings from recent server configuration?" : "Võta sätted viimasest serveri seadistusest?", + "Keep settings?" : "Säilitada seadistused?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Ei suuda lisada serveri seadistust", + "mappings cleared" : "vastendused puhastatud", + "Success" : "Korras", + "Error" : "Viga", + "Please specify a Base DN" : "Palun määra baas DN", + "Could not determine Base DN" : "Baas DN-i tuvastamine ebaõnnestus", + "Please specify the port" : "Palun määra post", + "Configuration OK" : "Seadistus on korras", + "Configuration incorrect" : "Seadistus on vigane", + "Configuration incomplete" : "Seadistus on puudulik", + "Select groups" : "Vali grupid", + "Select object classes" : "Vali objekti klassid", + "Select attributes" : "Vali atribuudid", + "Connection test succeeded" : "Ühenduse testimine õnnestus", + "Connection test failed" : "Ühenduse testimine ebaõnnestus", + "Do you really want to delete the current Server Configuration?" : "Oled kindel, et tahad kustutada praegust serveri seadistust?", + "Confirm Deletion" : "Kinnita kustutamine", + "_%s group found_::_%s groups found_" : ["%s grupp leitud","%s gruppi leitud"], + "_%s user found_::_%s users found_" : ["%s kasutaja leitud","%s kasutajat leitud"], + "Could not find the desired feature" : "Ei suuda leida soovitud funktsioonaalsust", + "Invalid Host" : "Vigane server", + "Server" : "Server", + "User Filter" : "Kasutaja filter", + "Login Filter" : "Kasutajanime filter", + "Group Filter" : "Grupi filter", + "Save" : "Salvesta", + "Test Configuration" : "Testi seadistust", + "Help" : "Abiinfo", + "Groups meeting these criteria are available in %s:" : "Kriteeriumiga sobivad grupid on saadaval %s:", + "only those object classes:" : "ainult need objektiklassid:", + "only from those groups:" : "ainult nendest gruppidest:", + "Edit raw filter instead" : "Selle asemel muuda filtrit", + "Raw LDAP filter" : "LDAP filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filter määrab millised LDAP grupid saavad ligipääsu sellele %s instantsile.", + "Test Filter" : "Testi filtrit", + "groups found" : "gruppi leitud", + "Users login with this attribute:" : "Logimiseks kasutatkse atribuuti: ", + "LDAP Username:" : "LDAP kasutajanimi:", + "LDAP Email Address:" : "LDAP e-posti aadress:", + "Other Attributes:" : "Muud atribuudid:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Määrab sisselogimisel kasutatava filtri. %%uid asendab sisselogimistegevuses kasutajanime. Näide: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Lisa serveri seadistus", + "Delete Configuration" : "Kustuta seadistused", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Sa ei saa protokolli ära jätta, välja arvatud siis, kui sa nõuad SSL-ühendust. Sel juhul alusta eesliitega ldaps://", + "Port" : "Port", + "User DN" : "Kasutaja 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." : "Klientkasutaja DN, kellega seotakse, nt. uid=agent,dc=näidis,dc=com. Anonüümseks ligipääsuks jäta DN ja parool tühjaks.", + "Password" : "Parool", + "For anonymous access, leave DN and Password empty." : "Anonüümseks ligipääsuks jäta DN ja parool tühjaks.", + "One Base DN per line" : "Üks baas-DN rea kohta", + "You can specify Base DN for users and groups in the Advanced tab" : "Sa saad kasutajate ja gruppide baas DN-i määrata lisavalikute vahekaardilt", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Väldib automaatseid LDAP päringuid, Parem suurematele saitidele, aga nõuab mõningaid teadmisi LDAP kohta.", + "Manually enter LDAP filters (recommended for large directories)" : "Sisesta LDAP filtrid automaatselt (sooitatav suurtele kataloogidele)", + "Limit %s access to users meeting these criteria:" : "Piira %s liigpääs kriteeriumiga sobivatele kasutajatele:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filter määrab millised LDAP kasutajad pääsevad ligi %s instantsile.", + "users found" : "kasutajat leitud", + "Saving" : "Salvestamine", + "Back" : "Tagasi", + "Continue" : "Jätka", + "Expert" : "Ekspert", + "Advanced" : "Täpsem", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Hoiatus: rakendused user_ldap ja user_webdavauht ei ole ühilduvad. Töös võib esineda ootamatuid tõrkeid.\nPalu oma süsteemihalduril üks neist rakendustest kasutusest eemaldada.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Hoiatus:PHP LDAP moodul pole paigaldatud ning LDAP kasutamine ei ole võimalik. Palu oma süsteeihaldurit see paigaldada.", + "Connection Settings" : "Ühenduse seaded", + "Configuration Active" : "Seadistus aktiivne", + "When unchecked, this configuration will be skipped." : "Kui on märkimata, siis seadistust ei kasutata.", + "Backup (Replica) Host" : "Varuserver", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Lisa valikuline varuserver. See peab olema koopia peamisest LDAP/AD serverist.", + "Backup (Replica) Port" : "Varuserveri (replika) port", + "Disable Main Server" : "Ära kasuta peaserverit", + "Only connect to the replica server." : "Ühendu ainult replitseeriva serveriga.", + "Case insensitive LDAP server (Windows)" : "Tõusutundetu LDAP server (Windows)", + "Turn off SSL certificate validation." : "Lülita SSL sertifikaadi kontrollimine välja.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Pole soovitatav, kasuta seda ainult testimiseks! Kui ühendus toimib ainult selle valikuga, siis impordi LDAP serveri SSL sertifikaat oma %s serverisse.", + "Cache Time-To-Live" : "Puhvri iga", + "in seconds. A change empties the cache." : "sekundites. Muudatus tühjendab vahemälu.", + "Directory Settings" : "Kausta seaded", + "User Display Name Field" : "Kasutaja näidatava nime väli", + "The LDAP attribute to use to generate the user's display name." : "LDAP atribuut, mida kasutatakse kasutaja kuvatava nime loomiseks.", + "Base User Tree" : "Baaskasutaja puu", + "One User Base DN per line" : "Üks kasutaja baas-DN rea kohta", + "User Search Attributes" : "Kasutaja otsingu atribuudid", + "Optional; one attribute per line" : "Valikuline; üks atribuut rea kohta", + "Group Display Name Field" : "Grupi näidatava nime väli", + "The LDAP attribute to use to generate the groups's display name." : "LDAP atribuut, mida kasutatakse ownCloudi grupi kuvatava nime loomiseks.", + "Base Group Tree" : "Baasgrupi puu", + "One Group Base DN per line" : "Üks grupi baas-DN rea kohta", + "Group Search Attributes" : "Grupi otsingu atribuudid", + "Group-Member association" : "Grupiliikme seotus", + "Nested Groups" : "Sisegrupp", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Sisse lülitamisel on toetatakse gruppe sisaldavad gruppe. (Toimib, kui grupi liikme atribuut sisaldab DN-e.)", + "Paging chunksize" : "Kutsungi pataka suurus", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Pataka suurust kasutatakse LDAPi kutsungite kaupa otsingute puhul, mis võivad väljastada pikki kasutajate või gruppide loetelusid. (Määrates suuruseks 0, keelatakse LDAP patakate kaupa otsing taolistes situatsioonides)", + "Special Attributes" : "Spetsiifilised atribuudid", + "Quota Field" : "Mahupiirangu atribuut", + "Quota Default" : "Vaikimisi mahupiirang", + "in bytes" : "baitides", + "Email Field" : "E-posti väli", + "User Home Folder Naming Rule" : "Kasutaja kodukataloogi nimetamise reegel", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Kasutajanime (vaikeväärtus) kasutamiseks jäta tühjaks. Vastasel juhul määra LDAP/AD omadus.", + "Internal Username" : "Sisemine kasutajanimi", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Vaikimisi tekitatakse sisemine kasutajanimi UUID atribuudist. See tagab, et kasutajanimi on unikaalne ja sümboleid pole vaja muuta. Sisemisel kasutajatunnuse puhul on lubatud ainult järgmised sümbolid: [ a-zA-Z0-9_.@- ]. Muud sümbolid asendatakse nende ASCII vastega või lihtsalt hüljatakse. Tõrgete korral lisatakse number või suurendatakse seda. Sisemist kasutajatunnust kasutatakse kasutaja sisemiseks tuvastamiseks. Ühtlasi on see ownCloudis kasutaja vaikimisi kodukataloogi nimeks. See on ka serveri URLi osaks, näiteks kõikidel *DAV teenustel. Selle seadistusega saab tühistada vaikimisi käitumise. Saavutamaks sarnast käitumist eelnevate ownCloud 5 versioonidega, sisesta kasutaja kuvatava nime atribuut järgnevale väljale. Vaikimisi seadistuseks jäta tühjaks. Muudatused mõjutavad ainult uusi (lisatud) LDAP kasutajate vastendusi.", + "Internal Username Attribute:" : "Sisemise kasutajatunnuse atribuut:", + "Override UUID detection" : "Tühista UUID tuvastus", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Vaikimis ownCloud tuvastab automaatselt UUID atribuudi. UUID atribuuti kasutatakse LDAP kasutajate ja gruppide kindlaks tuvastamiseks. Samuti tekitatakse sisemine kasutajanimi UUID alusel, kui pole määratud teisiti. Sa saad tühistada selle seadistuse ning määrata atribuudi omal valikul. Pead veenduma, et valitud atribuut toimib nii kasutajate kui gruppide puhul ning on unikaalne. Vaikimisi seadistuseks jäta tühjaks. Muudatused mõjutavad ainult uusi (lisatud) LDAP kasutajate vastendusi.", + "UUID Attribute for Users:" : "UUID atribuut kasutajatele:", + "UUID Attribute for Groups:" : "UUID atribuut gruppidele:", + "Username-LDAP User Mapping" : "LDAP-Kasutajatunnus Kasutaja Vastendus", + "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." : "ownCloud kasutab kasutajanime talletamaks ja omistamaks (pseudo) andmeid. Et täpselt tuvastada ja määratleda kasutajaid, peab iga LDAP kasutaja omama sisemist kasutajatunnust. See vajab ownCloud kasutajatunnuse vastendust LDAP kasutajaks. Tekitatud kasutajanimi vastendatakse LDAP kasutaja UUID-iks. Lisaks puhverdatakse DN vähendamaks LDAP päringuid, kuid seda ei kasutata tuvastamisel. ownCloud suudab tuvastada ka DN muutumise. ownCloud sisemist kasutajatunnust kasutatakse üle kogu ownCloudi. Eemaldates vastenduse tekivad kõikjal andmejäägid. Vastenduste eemaldamine ei ole konfiguratsiooni tundlik, see mõjutab kõiki LDAP seadistusi! Ära kunagi eemalda vastendusi produktsioonis! Seda võid teha ainult testis või katsetuste masinas.", + "Clear Username-LDAP User Mapping" : "Puhasta LDAP-Kasutajatunnus Kasutaja Vastendus", + "Clear Groupname-LDAP Group Mapping" : "Puhasta LDAP-Grupinimi Grupp Vastendus" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/et_EE.json b/apps/user_ldap/l10n/et_EE.json new file mode 100644 index 0000000000..41b5f73f57 --- /dev/null +++ b/apps/user_ldap/l10n/et_EE.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Vastendususte puhastamine ebaõnnestus.", + "Failed to delete the server configuration" : "Serveri seadistuse kustutamine ebaõnnestus", + "The configuration is valid and the connection could be established!" : "Seadistus on korrektne ning ühendus on olemas!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Seadistus on korrektne, kuid ühendus ebaõnnestus. Palun kontrolli serveri seadeid ja ühenduseks kasutatavaid kasutajatunnuseid.", + "The configuration is invalid. Please have a look at the logs for further details." : "Seadistus on vigane. Lisainfot vaata palun logidest.", + "No action specified" : "Tegevusi pole määratletud", + "No configuration specified" : "Seadistust pole määratletud", + "No data specified" : "Andmeid pole määratletud", + " Could not set configuration %s" : "Ei suutnud seadistada %s", + "Deletion failed" : "Kustutamine ebaõnnestus", + "Take over settings from recent server configuration?" : "Võta sätted viimasest serveri seadistusest?", + "Keep settings?" : "Säilitada seadistused?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Ei suuda lisada serveri seadistust", + "mappings cleared" : "vastendused puhastatud", + "Success" : "Korras", + "Error" : "Viga", + "Please specify a Base DN" : "Palun määra baas DN", + "Could not determine Base DN" : "Baas DN-i tuvastamine ebaõnnestus", + "Please specify the port" : "Palun määra post", + "Configuration OK" : "Seadistus on korras", + "Configuration incorrect" : "Seadistus on vigane", + "Configuration incomplete" : "Seadistus on puudulik", + "Select groups" : "Vali grupid", + "Select object classes" : "Vali objekti klassid", + "Select attributes" : "Vali atribuudid", + "Connection test succeeded" : "Ühenduse testimine õnnestus", + "Connection test failed" : "Ühenduse testimine ebaõnnestus", + "Do you really want to delete the current Server Configuration?" : "Oled kindel, et tahad kustutada praegust serveri seadistust?", + "Confirm Deletion" : "Kinnita kustutamine", + "_%s group found_::_%s groups found_" : ["%s grupp leitud","%s gruppi leitud"], + "_%s user found_::_%s users found_" : ["%s kasutaja leitud","%s kasutajat leitud"], + "Could not find the desired feature" : "Ei suuda leida soovitud funktsioonaalsust", + "Invalid Host" : "Vigane server", + "Server" : "Server", + "User Filter" : "Kasutaja filter", + "Login Filter" : "Kasutajanime filter", + "Group Filter" : "Grupi filter", + "Save" : "Salvesta", + "Test Configuration" : "Testi seadistust", + "Help" : "Abiinfo", + "Groups meeting these criteria are available in %s:" : "Kriteeriumiga sobivad grupid on saadaval %s:", + "only those object classes:" : "ainult need objektiklassid:", + "only from those groups:" : "ainult nendest gruppidest:", + "Edit raw filter instead" : "Selle asemel muuda filtrit", + "Raw LDAP filter" : "LDAP filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filter määrab millised LDAP grupid saavad ligipääsu sellele %s instantsile.", + "Test Filter" : "Testi filtrit", + "groups found" : "gruppi leitud", + "Users login with this attribute:" : "Logimiseks kasutatkse atribuuti: ", + "LDAP Username:" : "LDAP kasutajanimi:", + "LDAP Email Address:" : "LDAP e-posti aadress:", + "Other Attributes:" : "Muud atribuudid:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Määrab sisselogimisel kasutatava filtri. %%uid asendab sisselogimistegevuses kasutajanime. Näide: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Lisa serveri seadistus", + "Delete Configuration" : "Kustuta seadistused", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Sa ei saa protokolli ära jätta, välja arvatud siis, kui sa nõuad SSL-ühendust. Sel juhul alusta eesliitega ldaps://", + "Port" : "Port", + "User DN" : "Kasutaja 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." : "Klientkasutaja DN, kellega seotakse, nt. uid=agent,dc=näidis,dc=com. Anonüümseks ligipääsuks jäta DN ja parool tühjaks.", + "Password" : "Parool", + "For anonymous access, leave DN and Password empty." : "Anonüümseks ligipääsuks jäta DN ja parool tühjaks.", + "One Base DN per line" : "Üks baas-DN rea kohta", + "You can specify Base DN for users and groups in the Advanced tab" : "Sa saad kasutajate ja gruppide baas DN-i määrata lisavalikute vahekaardilt", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Väldib automaatseid LDAP päringuid, Parem suurematele saitidele, aga nõuab mõningaid teadmisi LDAP kohta.", + "Manually enter LDAP filters (recommended for large directories)" : "Sisesta LDAP filtrid automaatselt (sooitatav suurtele kataloogidele)", + "Limit %s access to users meeting these criteria:" : "Piira %s liigpääs kriteeriumiga sobivatele kasutajatele:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filter määrab millised LDAP kasutajad pääsevad ligi %s instantsile.", + "users found" : "kasutajat leitud", + "Saving" : "Salvestamine", + "Back" : "Tagasi", + "Continue" : "Jätka", + "Expert" : "Ekspert", + "Advanced" : "Täpsem", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Hoiatus: rakendused user_ldap ja user_webdavauht ei ole ühilduvad. Töös võib esineda ootamatuid tõrkeid.\nPalu oma süsteemihalduril üks neist rakendustest kasutusest eemaldada.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Hoiatus:PHP LDAP moodul pole paigaldatud ning LDAP kasutamine ei ole võimalik. Palu oma süsteeihaldurit see paigaldada.", + "Connection Settings" : "Ühenduse seaded", + "Configuration Active" : "Seadistus aktiivne", + "When unchecked, this configuration will be skipped." : "Kui on märkimata, siis seadistust ei kasutata.", + "Backup (Replica) Host" : "Varuserver", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Lisa valikuline varuserver. See peab olema koopia peamisest LDAP/AD serverist.", + "Backup (Replica) Port" : "Varuserveri (replika) port", + "Disable Main Server" : "Ära kasuta peaserverit", + "Only connect to the replica server." : "Ühendu ainult replitseeriva serveriga.", + "Case insensitive LDAP server (Windows)" : "Tõusutundetu LDAP server (Windows)", + "Turn off SSL certificate validation." : "Lülita SSL sertifikaadi kontrollimine välja.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Pole soovitatav, kasuta seda ainult testimiseks! Kui ühendus toimib ainult selle valikuga, siis impordi LDAP serveri SSL sertifikaat oma %s serverisse.", + "Cache Time-To-Live" : "Puhvri iga", + "in seconds. A change empties the cache." : "sekundites. Muudatus tühjendab vahemälu.", + "Directory Settings" : "Kausta seaded", + "User Display Name Field" : "Kasutaja näidatava nime väli", + "The LDAP attribute to use to generate the user's display name." : "LDAP atribuut, mida kasutatakse kasutaja kuvatava nime loomiseks.", + "Base User Tree" : "Baaskasutaja puu", + "One User Base DN per line" : "Üks kasutaja baas-DN rea kohta", + "User Search Attributes" : "Kasutaja otsingu atribuudid", + "Optional; one attribute per line" : "Valikuline; üks atribuut rea kohta", + "Group Display Name Field" : "Grupi näidatava nime väli", + "The LDAP attribute to use to generate the groups's display name." : "LDAP atribuut, mida kasutatakse ownCloudi grupi kuvatava nime loomiseks.", + "Base Group Tree" : "Baasgrupi puu", + "One Group Base DN per line" : "Üks grupi baas-DN rea kohta", + "Group Search Attributes" : "Grupi otsingu atribuudid", + "Group-Member association" : "Grupiliikme seotus", + "Nested Groups" : "Sisegrupp", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Sisse lülitamisel on toetatakse gruppe sisaldavad gruppe. (Toimib, kui grupi liikme atribuut sisaldab DN-e.)", + "Paging chunksize" : "Kutsungi pataka suurus", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Pataka suurust kasutatakse LDAPi kutsungite kaupa otsingute puhul, mis võivad väljastada pikki kasutajate või gruppide loetelusid. (Määrates suuruseks 0, keelatakse LDAP patakate kaupa otsing taolistes situatsioonides)", + "Special Attributes" : "Spetsiifilised atribuudid", + "Quota Field" : "Mahupiirangu atribuut", + "Quota Default" : "Vaikimisi mahupiirang", + "in bytes" : "baitides", + "Email Field" : "E-posti väli", + "User Home Folder Naming Rule" : "Kasutaja kodukataloogi nimetamise reegel", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Kasutajanime (vaikeväärtus) kasutamiseks jäta tühjaks. Vastasel juhul määra LDAP/AD omadus.", + "Internal Username" : "Sisemine kasutajanimi", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Vaikimisi tekitatakse sisemine kasutajanimi UUID atribuudist. See tagab, et kasutajanimi on unikaalne ja sümboleid pole vaja muuta. Sisemisel kasutajatunnuse puhul on lubatud ainult järgmised sümbolid: [ a-zA-Z0-9_.@- ]. Muud sümbolid asendatakse nende ASCII vastega või lihtsalt hüljatakse. Tõrgete korral lisatakse number või suurendatakse seda. Sisemist kasutajatunnust kasutatakse kasutaja sisemiseks tuvastamiseks. Ühtlasi on see ownCloudis kasutaja vaikimisi kodukataloogi nimeks. See on ka serveri URLi osaks, näiteks kõikidel *DAV teenustel. Selle seadistusega saab tühistada vaikimisi käitumise. Saavutamaks sarnast käitumist eelnevate ownCloud 5 versioonidega, sisesta kasutaja kuvatava nime atribuut järgnevale väljale. Vaikimisi seadistuseks jäta tühjaks. Muudatused mõjutavad ainult uusi (lisatud) LDAP kasutajate vastendusi.", + "Internal Username Attribute:" : "Sisemise kasutajatunnuse atribuut:", + "Override UUID detection" : "Tühista UUID tuvastus", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Vaikimis ownCloud tuvastab automaatselt UUID atribuudi. UUID atribuuti kasutatakse LDAP kasutajate ja gruppide kindlaks tuvastamiseks. Samuti tekitatakse sisemine kasutajanimi UUID alusel, kui pole määratud teisiti. Sa saad tühistada selle seadistuse ning määrata atribuudi omal valikul. Pead veenduma, et valitud atribuut toimib nii kasutajate kui gruppide puhul ning on unikaalne. Vaikimisi seadistuseks jäta tühjaks. Muudatused mõjutavad ainult uusi (lisatud) LDAP kasutajate vastendusi.", + "UUID Attribute for Users:" : "UUID atribuut kasutajatele:", + "UUID Attribute for Groups:" : "UUID atribuut gruppidele:", + "Username-LDAP User Mapping" : "LDAP-Kasutajatunnus Kasutaja Vastendus", + "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." : "ownCloud kasutab kasutajanime talletamaks ja omistamaks (pseudo) andmeid. Et täpselt tuvastada ja määratleda kasutajaid, peab iga LDAP kasutaja omama sisemist kasutajatunnust. See vajab ownCloud kasutajatunnuse vastendust LDAP kasutajaks. Tekitatud kasutajanimi vastendatakse LDAP kasutaja UUID-iks. Lisaks puhverdatakse DN vähendamaks LDAP päringuid, kuid seda ei kasutata tuvastamisel. ownCloud suudab tuvastada ka DN muutumise. ownCloud sisemist kasutajatunnust kasutatakse üle kogu ownCloudi. Eemaldates vastenduse tekivad kõikjal andmejäägid. Vastenduste eemaldamine ei ole konfiguratsiooni tundlik, see mõjutab kõiki LDAP seadistusi! Ära kunagi eemalda vastendusi produktsioonis! Seda võid teha ainult testis või katsetuste masinas.", + "Clear Username-LDAP User Mapping" : "Puhasta LDAP-Kasutajatunnus Kasutaja Vastendus", + "Clear Groupname-LDAP Group Mapping" : "Puhasta LDAP-Grupinimi Grupp Vastendus" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/et_EE.php b/apps/user_ldap/l10n/et_EE.php deleted file mode 100644 index feeef699fa..0000000000 --- a/apps/user_ldap/l10n/et_EE.php +++ /dev/null @@ -1,131 +0,0 @@ - "Vastendususte puhastamine ebaõnnestus.", -"Failed to delete the server configuration" => "Serveri seadistuse kustutamine ebaõnnestus", -"The configuration is valid and the connection could be established!" => "Seadistus on korrektne ning ühendus on olemas!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Seadistus on korrektne, kuid ühendus ebaõnnestus. Palun kontrolli serveri seadeid ja ühenduseks kasutatavaid kasutajatunnuseid.", -"The configuration is invalid. Please have a look at the logs for further details." => "Seadistus on vigane. Lisainfot vaata palun logidest.", -"No action specified" => "Tegevusi pole määratletud", -"No configuration specified" => "Seadistust pole määratletud", -"No data specified" => "Andmeid pole määratletud", -" Could not set configuration %s" => "Ei suutnud seadistada %s", -"Deletion failed" => "Kustutamine ebaõnnestus", -"Take over settings from recent server configuration?" => "Võta sätted viimasest serveri seadistusest?", -"Keep settings?" => "Säilitada seadistused?", -"{nthServer}. Server" => "{nthServer}. Server", -"Cannot add server configuration" => "Ei suuda lisada serveri seadistust", -"mappings cleared" => "vastendused puhastatud", -"Success" => "Korras", -"Error" => "Viga", -"Please specify a Base DN" => "Palun määra baas DN", -"Could not determine Base DN" => "Baas DN-i tuvastamine ebaõnnestus", -"Please specify the port" => "Palun määra post", -"Configuration OK" => "Seadistus on korras", -"Configuration incorrect" => "Seadistus on vigane", -"Configuration incomplete" => "Seadistus on puudulik", -"Select groups" => "Vali grupid", -"Select object classes" => "Vali objekti klassid", -"Select attributes" => "Vali atribuudid", -"Connection test succeeded" => "Ühenduse testimine õnnestus", -"Connection test failed" => "Ühenduse testimine ebaõnnestus", -"Do you really want to delete the current Server Configuration?" => "Oled kindel, et tahad kustutada praegust serveri seadistust?", -"Confirm Deletion" => "Kinnita kustutamine", -"_%s group found_::_%s groups found_" => array("%s grupp leitud","%s gruppi leitud"), -"_%s user found_::_%s users found_" => array("%s kasutaja leitud","%s kasutajat leitud"), -"Could not find the desired feature" => "Ei suuda leida soovitud funktsioonaalsust", -"Invalid Host" => "Vigane server", -"Server" => "Server", -"User Filter" => "Kasutaja filter", -"Login Filter" => "Kasutajanime filter", -"Group Filter" => "Grupi filter", -"Save" => "Salvesta", -"Test Configuration" => "Testi seadistust", -"Help" => "Abiinfo", -"Groups meeting these criteria are available in %s:" => "Kriteeriumiga sobivad grupid on saadaval %s:", -"only those object classes:" => "ainult need objektiklassid:", -"only from those groups:" => "ainult nendest gruppidest:", -"Edit raw filter instead" => "Selle asemel muuda filtrit", -"Raw LDAP filter" => "LDAP filter", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Filter määrab millised LDAP grupid saavad ligipääsu sellele %s instantsile.", -"Test Filter" => "Testi filtrit", -"groups found" => "gruppi leitud", -"Users login with this attribute:" => "Logimiseks kasutatkse atribuuti: ", -"LDAP Username:" => "LDAP kasutajanimi:", -"LDAP Email Address:" => "LDAP e-posti aadress:", -"Other Attributes:" => "Muud atribuudid:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Määrab sisselogimisel kasutatava filtri. %%uid asendab sisselogimistegevuses kasutajanime. Näide: \"uid=%%uid\"", -"1. Server" => "1. Server", -"%s. Server:" => "%s. Server:", -"Add Server Configuration" => "Lisa serveri seadistus", -"Delete Configuration" => "Kustuta seadistused", -"Host" => "Host", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Sa ei saa protokolli ära jätta, välja arvatud siis, kui sa nõuad SSL-ühendust. Sel juhul alusta eesliitega ldaps://", -"Port" => "Port", -"User DN" => "Kasutaja 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." => "Klientkasutaja DN, kellega seotakse, nt. uid=agent,dc=näidis,dc=com. Anonüümseks ligipääsuks jäta DN ja parool tühjaks.", -"Password" => "Parool", -"For anonymous access, leave DN and Password empty." => "Anonüümseks ligipääsuks jäta DN ja parool tühjaks.", -"One Base DN per line" => "Üks baas-DN rea kohta", -"You can specify Base DN for users and groups in the Advanced tab" => "Sa saad kasutajate ja gruppide baas DN-i määrata lisavalikute vahekaardilt", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Väldib automaatseid LDAP päringuid, Parem suurematele saitidele, aga nõuab mõningaid teadmisi LDAP kohta.", -"Manually enter LDAP filters (recommended for large directories)" => "Sisesta LDAP filtrid automaatselt (sooitatav suurtele kataloogidele)", -"Limit %s access to users meeting these criteria:" => "Piira %s liigpääs kriteeriumiga sobivatele kasutajatele:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Filter määrab millised LDAP kasutajad pääsevad ligi %s instantsile.", -"users found" => "kasutajat leitud", -"Saving" => "Salvestamine", -"Back" => "Tagasi", -"Continue" => "Jätka", -"Expert" => "Ekspert", -"Advanced" => "Täpsem", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Hoiatus: rakendused user_ldap ja user_webdavauht ei ole ühilduvad. Töös võib esineda ootamatuid tõrkeid.\nPalu oma süsteemihalduril üks neist rakendustest kasutusest eemaldada.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Hoiatus:PHP LDAP moodul pole paigaldatud ning LDAP kasutamine ei ole võimalik. Palu oma süsteeihaldurit see paigaldada.", -"Connection Settings" => "Ühenduse seaded", -"Configuration Active" => "Seadistus aktiivne", -"When unchecked, this configuration will be skipped." => "Kui on märkimata, siis seadistust ei kasutata.", -"Backup (Replica) Host" => "Varuserver", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Lisa valikuline varuserver. See peab olema koopia peamisest LDAP/AD serverist.", -"Backup (Replica) Port" => "Varuserveri (replika) port", -"Disable Main Server" => "Ära kasuta peaserverit", -"Only connect to the replica server." => "Ühendu ainult replitseeriva serveriga.", -"Case insensitive LDAP server (Windows)" => "Tõusutundetu LDAP server (Windows)", -"Turn off SSL certificate validation." => "Lülita SSL sertifikaadi kontrollimine välja.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Pole soovitatav, kasuta seda ainult testimiseks! Kui ühendus toimib ainult selle valikuga, siis impordi LDAP serveri SSL sertifikaat oma %s serverisse.", -"Cache Time-To-Live" => "Puhvri iga", -"in seconds. A change empties the cache." => "sekundites. Muudatus tühjendab vahemälu.", -"Directory Settings" => "Kausta seaded", -"User Display Name Field" => "Kasutaja näidatava nime väli", -"The LDAP attribute to use to generate the user's display name." => "LDAP atribuut, mida kasutatakse kasutaja kuvatava nime loomiseks.", -"Base User Tree" => "Baaskasutaja puu", -"One User Base DN per line" => "Üks kasutaja baas-DN rea kohta", -"User Search Attributes" => "Kasutaja otsingu atribuudid", -"Optional; one attribute per line" => "Valikuline; üks atribuut rea kohta", -"Group Display Name Field" => "Grupi näidatava nime väli", -"The LDAP attribute to use to generate the groups's display name." => "LDAP atribuut, mida kasutatakse ownCloudi grupi kuvatava nime loomiseks.", -"Base Group Tree" => "Baasgrupi puu", -"One Group Base DN per line" => "Üks grupi baas-DN rea kohta", -"Group Search Attributes" => "Grupi otsingu atribuudid", -"Group-Member association" => "Grupiliikme seotus", -"Nested Groups" => "Sisegrupp", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Sisse lülitamisel on toetatakse gruppe sisaldavad gruppe. (Toimib, kui grupi liikme atribuut sisaldab DN-e.)", -"Paging chunksize" => "Kutsungi pataka suurus", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Pataka suurust kasutatakse LDAPi kutsungite kaupa otsingute puhul, mis võivad väljastada pikki kasutajate või gruppide loetelusid. (Määrates suuruseks 0, keelatakse LDAP patakate kaupa otsing taolistes situatsioonides)", -"Special Attributes" => "Spetsiifilised atribuudid", -"Quota Field" => "Mahupiirangu atribuut", -"Quota Default" => "Vaikimisi mahupiirang", -"in bytes" => "baitides", -"Email Field" => "E-posti väli", -"User Home Folder Naming Rule" => "Kasutaja kodukataloogi nimetamise reegel", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Kasutajanime (vaikeväärtus) kasutamiseks jäta tühjaks. Vastasel juhul määra LDAP/AD omadus.", -"Internal Username" => "Sisemine kasutajanimi", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Vaikimisi tekitatakse sisemine kasutajanimi UUID atribuudist. See tagab, et kasutajanimi on unikaalne ja sümboleid pole vaja muuta. Sisemisel kasutajatunnuse puhul on lubatud ainult järgmised sümbolid: [ a-zA-Z0-9_.@- ]. Muud sümbolid asendatakse nende ASCII vastega või lihtsalt hüljatakse. Tõrgete korral lisatakse number või suurendatakse seda. Sisemist kasutajatunnust kasutatakse kasutaja sisemiseks tuvastamiseks. Ühtlasi on see ownCloudis kasutaja vaikimisi kodukataloogi nimeks. See on ka serveri URLi osaks, näiteks kõikidel *DAV teenustel. Selle seadistusega saab tühistada vaikimisi käitumise. Saavutamaks sarnast käitumist eelnevate ownCloud 5 versioonidega, sisesta kasutaja kuvatava nime atribuut järgnevale väljale. Vaikimisi seadistuseks jäta tühjaks. Muudatused mõjutavad ainult uusi (lisatud) LDAP kasutajate vastendusi.", -"Internal Username Attribute:" => "Sisemise kasutajatunnuse atribuut:", -"Override UUID detection" => "Tühista UUID tuvastus", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Vaikimis ownCloud tuvastab automaatselt UUID atribuudi. UUID atribuuti kasutatakse LDAP kasutajate ja gruppide kindlaks tuvastamiseks. Samuti tekitatakse sisemine kasutajanimi UUID alusel, kui pole määratud teisiti. Sa saad tühistada selle seadistuse ning määrata atribuudi omal valikul. Pead veenduma, et valitud atribuut toimib nii kasutajate kui gruppide puhul ning on unikaalne. Vaikimisi seadistuseks jäta tühjaks. Muudatused mõjutavad ainult uusi (lisatud) LDAP kasutajate vastendusi.", -"UUID Attribute for Users:" => "UUID atribuut kasutajatele:", -"UUID Attribute for Groups:" => "UUID atribuut gruppidele:", -"Username-LDAP User Mapping" => "LDAP-Kasutajatunnus Kasutaja Vastendus", -"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." => "ownCloud kasutab kasutajanime talletamaks ja omistamaks (pseudo) andmeid. Et täpselt tuvastada ja määratleda kasutajaid, peab iga LDAP kasutaja omama sisemist kasutajatunnust. See vajab ownCloud kasutajatunnuse vastendust LDAP kasutajaks. Tekitatud kasutajanimi vastendatakse LDAP kasutaja UUID-iks. Lisaks puhverdatakse DN vähendamaks LDAP päringuid, kuid seda ei kasutata tuvastamisel. ownCloud suudab tuvastada ka DN muutumise. ownCloud sisemist kasutajatunnust kasutatakse üle kogu ownCloudi. Eemaldates vastenduse tekivad kõikjal andmejäägid. Vastenduste eemaldamine ei ole konfiguratsiooni tundlik, see mõjutab kõiki LDAP seadistusi! Ära kunagi eemalda vastendusi produktsioonis! Seda võid teha ainult testis või katsetuste masinas.", -"Clear Username-LDAP User Mapping" => "Puhasta LDAP-Kasutajatunnus Kasutaja Vastendus", -"Clear Groupname-LDAP Group Mapping" => "Puhasta LDAP-Grupinimi Grupp Vastendus" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/eu.js b/apps/user_ldap/l10n/eu.js new file mode 100644 index 0000000000..8c220d24bb --- /dev/null +++ b/apps/user_ldap/l10n/eu.js @@ -0,0 +1,125 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Mapeatzeen garbiketak huts egin du.", + "Failed to delete the server configuration" : "Zerbitzariaren konfigurazioa ezabatzeak huts egin du", + "The configuration is valid and the connection could be established!" : "Konfigurazioa egokia da eta konexioa ezarri daiteke!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurazioa ongi dago, baina Bind-ek huts egin du. Mesedez egiaztatu zerbitzariaren ezarpenak eta kredentzialak.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurazioa ez dago ongi. Mesedez ikusi egunerokoak (log) informazio gehiago eskuratzeko.", + "No action specified" : "Ez da ekintzarik zehaztu", + "No configuration specified" : "Ez da konfiguraziorik zehaztu", + "No data specified" : "Ez da daturik zehaztu", + " Could not set configuration %s" : "Ezin izan da %s konfigurazioa ezarri", + "Deletion failed" : "Ezabaketak huts egin du", + "Take over settings from recent server configuration?" : "oraintsuko zerbitzariaren konfigurazioaren ezarpenen ardura hartu?", + "Keep settings?" : "Mantendu ezarpenak?", + "{nthServer}. Server" : "{nthServer}. Zerbitzaria", + "Cannot add server configuration" : "Ezin da zerbitzariaren konfigurazioa gehitu", + "mappings cleared" : "Mapeatzeak garbi", + "Success" : "Arrakasta", + "Error" : "Errorea", + "Please specify a Base DN" : "Mesdez zehaztu Base DN", + "Could not determine Base DN" : "Ezin izan da zehaztu Base DN", + "Please specify the port" : "Mesdez zehaztu portua", + "Configuration OK" : "Konfigurazioa ongi dago", + "Configuration incorrect" : "Konfigurazioa ez dago ongi", + "Configuration incomplete" : "Konfigurazioa osatu gabe dago", + "Select groups" : "Hautatu taldeak", + "Select object classes" : "Hautatu objektu klaseak", + "Select attributes" : "Hautatu atributuak", + "Connection test succeeded" : "Konexio froga ongi burutu da", + "Connection test failed" : "Konexio frogak huts egin du", + "Do you really want to delete the current Server Configuration?" : "Ziur zaude Zerbitzariaren Konfigurazioa ezabatu nahi duzula?", + "Confirm Deletion" : "Baieztatu Ezabatzea", + "_%s group found_::_%s groups found_" : ["Talde %s aurkitu da","%s talde aurkitu dira"], + "_%s user found_::_%s users found_" : ["Erabiltzaile %s aurkitu da","%s erabiltzaile aurkitu dira"], + "Could not find the desired feature" : "Ezin izan da nahi zen ezaugarria aurkitu", + "Invalid Host" : "Baliogabeko hostalaria", + "Server" : "Zerbitzaria", + "User Filter" : "Erabiltzaileen iragazkia", + "Login Filter" : "Saioa hasteko Iragazkia", + "Group Filter" : "Taldeen iragazkia", + "Save" : "Gorde", + "Test Configuration" : "Egiaztatu Konfigurazioa", + "Help" : "Laguntza", + "Groups meeting these criteria are available in %s:" : "Baldintza horiek betetzen dituzten taldeak bertan eskuragarri %s:", + "only those object classes:" : "bakarrik objektu klase hauetakoak:", + "only from those groups:" : "bakarrik talde hauetakoak:", + "Raw LDAP filter" : "Raw LDAP iragazkia", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Iragazkiak zehazten du ze LDAP taldek izango duten sarrera %s instantziara:", + "groups found" : "talde aurkituta", + "Users login with this attribute:" : "Erabiltzaileak atributu honekin sartzen dira:", + "LDAP Username:" : "LDAP Erabiltzaile izena:", + "LDAP Email Address:" : "LDAP Eposta helbidea:", + "Other Attributes:" : "Bestelako atributuak:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definitu aplikatu beharreko iragazkia sartzen saiatzean. %%uid erabiltzailearen izena ordezten du sartzeko ekintzan. Adibidez: \"uid=%%uid\"", + "1. Server" : "1. Zerbitzaria", + "%s. Server:" : "%s. Zerbitzaria:", + "Add Server Configuration" : "Gehitu Zerbitzariaren Konfigurazioa", + "Delete Configuration" : "Ezabatu Konfigurazioa", + "Host" : "Hostalaria", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokoloa ez da beharrezkoa, SSL behar baldin ez baduzu. Honela bada hasi ldaps://", + "Port" : "Portua", + "User DN" : "Erabiltzaile 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." : "Lotura egingo den bezero erabiltzailearen DNa, adb. uid=agent,dc=example,dc=com. Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", + "Password" : "Pasahitza", + "For anonymous access, leave DN and Password empty." : "Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", + "One Base DN per line" : "DN Oinarri bat lerroko", + "You can specify Base DN for users and groups in the Advanced tab" : "Erabiltzaile eta taldeentzako Oinarrizko DN zehaztu dezakezu Aurreratu fitxan", + "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", + "Back" : "Atzera", + "Continue" : "Jarraitu", + "Expert" : "Aditua", + "Advanced" : "Aurreratua", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Abisua: user_ldap eta user_webdavauth aplikazioak bateraezinak dira. Portaera berezia izan dezakezu. Mesedez eskatu zure sistema kudeatzaileari bietako bat desgaitzeko.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Abisua: PHPk behar duen LDAP modulua ez dago instalaturik, motorrak ez du funtzionatuko. Mesedez eskatu zure sistema kudeatzaileari instala dezan.", + "Connection Settings" : "Konexio Ezarpenak", + "Configuration Active" : "Konfigurazio Aktiboa", + "When unchecked, this configuration will be skipped." : "Markatuta ez dagoenean, konfigurazio hau ez da kontutan hartuko.", + "Backup (Replica) Host" : "Babeskopia (Replica) Ostalaria", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Eman babeskopia ostalari gehigarri bat. LDAP/AD zerbitzari nagusiaren replica bat izan behar da.", + "Backup (Replica) Port" : "Babeskopia (Replica) Ataka", + "Disable Main Server" : "Desgaitu Zerbitzari Nagusia", + "Only connect to the replica server." : "Konektatu bakarrik erreplika zerbitzarira", + "Case insensitive LDAP server (Windows)" : "Maiuskulak eta minuskulak ezberditzen ez dituen LDAP zerbitzaria (Windows)", + "Turn off SSL certificate validation." : "Ezgaitu SSL ziurtagirien egiaztapena.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ez da gomendagarria, erabili bakarrik probarako! Konexioak aukera hau ezinbestekoa badu, inportatu LDAP zerbitzariaren SSL ziurtagiria zure %s zerbitzarian.", + "Cache Time-To-Live" : "Katxearen Bizi-Iraupena", + "in seconds. A change empties the cache." : "segundutan. Aldaketak katxea husten du.", + "Directory Settings" : "Karpetaren Ezarpenak", + "User Display Name Field" : "Erabiltzaileen bistaratzeko izena duen eremua", + "The LDAP attribute to use to generate the user's display name." : "Erabiltzailearen bistaratze izena sortzeko erabiliko den LDAP atributua.", + "Base User Tree" : "Oinarrizko Erabiltzaile Zuhaitza", + "One User Base DN per line" : "Erabiltzaile DN Oinarri bat lerroko", + "User Search Attributes" : "Erabili Bilaketa Atributuak ", + "Optional; one attribute per line" : "Aukerakoa; atributu bat lerro bakoitzeko", + "Group Display Name Field" : "Taldeen bistaratzeko izena duen eremua", + "The LDAP attribute to use to generate the groups's display name." : "Taldearen bistaratze izena sortzeko erabiliko den LDAP atributua.", + "Base Group Tree" : "Oinarrizko Talde Zuhaitza", + "One Group Base DN per line" : "Talde DN Oinarri bat lerroko", + "Group Search Attributes" : "Taldekatu Bilaketa Atributuak ", + "Group-Member association" : "Talde-Kide elkarketak", + "Nested Groups" : "Talde habiaratuak", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Piztuta dagoenean, taldeak dauzkaten taldeak onartzen dira. (Bakarrik taldeko kideen atributuak DNak baditu).", + "Special Attributes" : "Atributu Bereziak", + "Quota Field" : "Kuota Eremua", + "Quota Default" : "Kuota Lehenetsia", + "in bytes" : "bytetan", + "Email Field" : "Eposta eremua", + "User Home Folder Naming Rule" : "Erabiltzailearen Karpeta Nagusia Izendatzeko Patroia", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Utzi hutsik erabiltzaile izenarako (lehentsia). Bestela zehaztu LDAP/AD atributua.", + "Internal Username" : "Barneko erabiltzaile izena", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Modu lehenetsian barneko erabiltzaile-izena UUID atributuan oinarritua sortuko da. Horrek bermatzen du erabiltzailea bakarra dela eta karaktereak ez direla bihurtu behar. Barneko erabiltzaile-izenak muga bat du, hain zuzen bakarrik karaktere hauek onartzen direla: [ a-zA-Z0-9_.@- ]. Gainerako karaktereak haien ASCII kodean dagokienekin ordezten dira edo saltatu egiten dira. Talka egotekotan zenbaki bat erantsi edo handituko da. Barneko erabiltzaile-izena erabiltzailea barnean identifikatzeko erabiltzen da. Era berean izen hau da erabiltzailearen karpeta nagusiaren izen lehentsia. Bai eta URL helbidearen zatia, esate baterako *DAV zerbitzu guztietan. Ezarpen hauekin lehenetsitako jokaera alda daiteke. Lortzeko ownCloud 5aren aurreko antzeko jokaera sartu erabiltzaile-izenaren atributua hurrengo eremuan. Hutsik utzi lehenetsitako jokaera izateko. Aldaketok bakarrik eragingo diete berriki mapeatutako (erantsitako) LDAP erabiltzaileei.", + "Internal Username Attribute:" : "Baliogabeko Erabiltzaile Izen atributua", + "Override UUID detection" : "Gainidatzi UUID antzematea", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Era lehenetsian, UUID atributua automatikoki atzematen da. UUID atributua LDAP erabiltzaleak eta taldeak dudik gabe identifikatzeko erabiltzen da. Gainera, barneko erabiltzaile-izena UUID atributuan oinarritua sortuko da bestelakorik zehazten ez bada. Ezarpenak alda daitezke eta bestelako atributua jar daiteke. Ziur egon behar duzu hautatzen duzun atributua erabiltzaile eta taldeek eskura dezaketela eta bakarra dela. Jokabide lehenetsi gisa utz ezazu hutsik. Aldaketok soilik LDAP-n mapeatuko (gehituko) diren erabiltzaile eta taldeei eragingo die.", + "UUID Attribute for Users:" : "Erabiltzaileentzako UUID atributuak:", + "UUID Attribute for Groups:" : "Taldeentzako UUID atributuak:", + "Username-LDAP User Mapping" : "LDAP-erabiltzaile-izena erabiltzailearen mapeatzea", + "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." : "Erabiltzaile izenak (meta) datuak gordetzeko eta esleitzeko erabiltzen dira. Erabiltzaileak zehazki identifikatzeko eta ezagutzeko LDAP erabiltzaile bakoitzak barne erabiltzaile-izen bat edukiko du. Honek erabiltzaile izenatik LDAP erabiltzailera mapatzea eskatzen du. Sortutako erabiltzaile-izena mapatzen da LDAP erabiltzailearen UUID-ra. Gainera DN-a cachean gordetzen da ere LDAP-ren interakzioa txikitzeko, baina DN-a ez da erabiltzen identifikatzeko. Baldin eta DN-a aldatzen bada aldaketak aurkituko dira. Barneko erabiltzaile-izena denean erabiltzen da. Mapatzea garbitzeagatik hondarrak nonnahi ageriko dira. Mapatzeak garbitzeak eragiten dio LDAP ezarpen guztiei. Ez garbitu inoiz mapatzeak ingurune produktibo batean, egin soilik proba edo esperimentazio egoera batean.", + "Clear Username-LDAP User Mapping" : "Garbitu LDAP-erabiltzaile-izenaren erabiltzaile mapaketa", + "Clear Groupname-LDAP Group Mapping" : "Garbitu LDAP-talde-izenaren talde mapaketa" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/eu.json b/apps/user_ldap/l10n/eu.json new file mode 100644 index 0000000000..ac0ba94100 --- /dev/null +++ b/apps/user_ldap/l10n/eu.json @@ -0,0 +1,123 @@ +{ "translations": { + "Failed to clear the mappings." : "Mapeatzeen garbiketak huts egin du.", + "Failed to delete the server configuration" : "Zerbitzariaren konfigurazioa ezabatzeak huts egin du", + "The configuration is valid and the connection could be established!" : "Konfigurazioa egokia da eta konexioa ezarri daiteke!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurazioa ongi dago, baina Bind-ek huts egin du. Mesedez egiaztatu zerbitzariaren ezarpenak eta kredentzialak.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurazioa ez dago ongi. Mesedez ikusi egunerokoak (log) informazio gehiago eskuratzeko.", + "No action specified" : "Ez da ekintzarik zehaztu", + "No configuration specified" : "Ez da konfiguraziorik zehaztu", + "No data specified" : "Ez da daturik zehaztu", + " Could not set configuration %s" : "Ezin izan da %s konfigurazioa ezarri", + "Deletion failed" : "Ezabaketak huts egin du", + "Take over settings from recent server configuration?" : "oraintsuko zerbitzariaren konfigurazioaren ezarpenen ardura hartu?", + "Keep settings?" : "Mantendu ezarpenak?", + "{nthServer}. Server" : "{nthServer}. Zerbitzaria", + "Cannot add server configuration" : "Ezin da zerbitzariaren konfigurazioa gehitu", + "mappings cleared" : "Mapeatzeak garbi", + "Success" : "Arrakasta", + "Error" : "Errorea", + "Please specify a Base DN" : "Mesdez zehaztu Base DN", + "Could not determine Base DN" : "Ezin izan da zehaztu Base DN", + "Please specify the port" : "Mesdez zehaztu portua", + "Configuration OK" : "Konfigurazioa ongi dago", + "Configuration incorrect" : "Konfigurazioa ez dago ongi", + "Configuration incomplete" : "Konfigurazioa osatu gabe dago", + "Select groups" : "Hautatu taldeak", + "Select object classes" : "Hautatu objektu klaseak", + "Select attributes" : "Hautatu atributuak", + "Connection test succeeded" : "Konexio froga ongi burutu da", + "Connection test failed" : "Konexio frogak huts egin du", + "Do you really want to delete the current Server Configuration?" : "Ziur zaude Zerbitzariaren Konfigurazioa ezabatu nahi duzula?", + "Confirm Deletion" : "Baieztatu Ezabatzea", + "_%s group found_::_%s groups found_" : ["Talde %s aurkitu da","%s talde aurkitu dira"], + "_%s user found_::_%s users found_" : ["Erabiltzaile %s aurkitu da","%s erabiltzaile aurkitu dira"], + "Could not find the desired feature" : "Ezin izan da nahi zen ezaugarria aurkitu", + "Invalid Host" : "Baliogabeko hostalaria", + "Server" : "Zerbitzaria", + "User Filter" : "Erabiltzaileen iragazkia", + "Login Filter" : "Saioa hasteko Iragazkia", + "Group Filter" : "Taldeen iragazkia", + "Save" : "Gorde", + "Test Configuration" : "Egiaztatu Konfigurazioa", + "Help" : "Laguntza", + "Groups meeting these criteria are available in %s:" : "Baldintza horiek betetzen dituzten taldeak bertan eskuragarri %s:", + "only those object classes:" : "bakarrik objektu klase hauetakoak:", + "only from those groups:" : "bakarrik talde hauetakoak:", + "Raw LDAP filter" : "Raw LDAP iragazkia", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Iragazkiak zehazten du ze LDAP taldek izango duten sarrera %s instantziara:", + "groups found" : "talde aurkituta", + "Users login with this attribute:" : "Erabiltzaileak atributu honekin sartzen dira:", + "LDAP Username:" : "LDAP Erabiltzaile izena:", + "LDAP Email Address:" : "LDAP Eposta helbidea:", + "Other Attributes:" : "Bestelako atributuak:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definitu aplikatu beharreko iragazkia sartzen saiatzean. %%uid erabiltzailearen izena ordezten du sartzeko ekintzan. Adibidez: \"uid=%%uid\"", + "1. Server" : "1. Zerbitzaria", + "%s. Server:" : "%s. Zerbitzaria:", + "Add Server Configuration" : "Gehitu Zerbitzariaren Konfigurazioa", + "Delete Configuration" : "Ezabatu Konfigurazioa", + "Host" : "Hostalaria", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokoloa ez da beharrezkoa, SSL behar baldin ez baduzu. Honela bada hasi ldaps://", + "Port" : "Portua", + "User DN" : "Erabiltzaile 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." : "Lotura egingo den bezero erabiltzailearen DNa, adb. uid=agent,dc=example,dc=com. Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", + "Password" : "Pasahitza", + "For anonymous access, leave DN and Password empty." : "Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", + "One Base DN per line" : "DN Oinarri bat lerroko", + "You can specify Base DN for users and groups in the Advanced tab" : "Erabiltzaile eta taldeentzako Oinarrizko DN zehaztu dezakezu Aurreratu fitxan", + "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", + "Back" : "Atzera", + "Continue" : "Jarraitu", + "Expert" : "Aditua", + "Advanced" : "Aurreratua", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Abisua: user_ldap eta user_webdavauth aplikazioak bateraezinak dira. Portaera berezia izan dezakezu. Mesedez eskatu zure sistema kudeatzaileari bietako bat desgaitzeko.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Abisua: PHPk behar duen LDAP modulua ez dago instalaturik, motorrak ez du funtzionatuko. Mesedez eskatu zure sistema kudeatzaileari instala dezan.", + "Connection Settings" : "Konexio Ezarpenak", + "Configuration Active" : "Konfigurazio Aktiboa", + "When unchecked, this configuration will be skipped." : "Markatuta ez dagoenean, konfigurazio hau ez da kontutan hartuko.", + "Backup (Replica) Host" : "Babeskopia (Replica) Ostalaria", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Eman babeskopia ostalari gehigarri bat. LDAP/AD zerbitzari nagusiaren replica bat izan behar da.", + "Backup (Replica) Port" : "Babeskopia (Replica) Ataka", + "Disable Main Server" : "Desgaitu Zerbitzari Nagusia", + "Only connect to the replica server." : "Konektatu bakarrik erreplika zerbitzarira", + "Case insensitive LDAP server (Windows)" : "Maiuskulak eta minuskulak ezberditzen ez dituen LDAP zerbitzaria (Windows)", + "Turn off SSL certificate validation." : "Ezgaitu SSL ziurtagirien egiaztapena.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ez da gomendagarria, erabili bakarrik probarako! Konexioak aukera hau ezinbestekoa badu, inportatu LDAP zerbitzariaren SSL ziurtagiria zure %s zerbitzarian.", + "Cache Time-To-Live" : "Katxearen Bizi-Iraupena", + "in seconds. A change empties the cache." : "segundutan. Aldaketak katxea husten du.", + "Directory Settings" : "Karpetaren Ezarpenak", + "User Display Name Field" : "Erabiltzaileen bistaratzeko izena duen eremua", + "The LDAP attribute to use to generate the user's display name." : "Erabiltzailearen bistaratze izena sortzeko erabiliko den LDAP atributua.", + "Base User Tree" : "Oinarrizko Erabiltzaile Zuhaitza", + "One User Base DN per line" : "Erabiltzaile DN Oinarri bat lerroko", + "User Search Attributes" : "Erabili Bilaketa Atributuak ", + "Optional; one attribute per line" : "Aukerakoa; atributu bat lerro bakoitzeko", + "Group Display Name Field" : "Taldeen bistaratzeko izena duen eremua", + "The LDAP attribute to use to generate the groups's display name." : "Taldearen bistaratze izena sortzeko erabiliko den LDAP atributua.", + "Base Group Tree" : "Oinarrizko Talde Zuhaitza", + "One Group Base DN per line" : "Talde DN Oinarri bat lerroko", + "Group Search Attributes" : "Taldekatu Bilaketa Atributuak ", + "Group-Member association" : "Talde-Kide elkarketak", + "Nested Groups" : "Talde habiaratuak", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Piztuta dagoenean, taldeak dauzkaten taldeak onartzen dira. (Bakarrik taldeko kideen atributuak DNak baditu).", + "Special Attributes" : "Atributu Bereziak", + "Quota Field" : "Kuota Eremua", + "Quota Default" : "Kuota Lehenetsia", + "in bytes" : "bytetan", + "Email Field" : "Eposta eremua", + "User Home Folder Naming Rule" : "Erabiltzailearen Karpeta Nagusia Izendatzeko Patroia", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Utzi hutsik erabiltzaile izenarako (lehentsia). Bestela zehaztu LDAP/AD atributua.", + "Internal Username" : "Barneko erabiltzaile izena", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Modu lehenetsian barneko erabiltzaile-izena UUID atributuan oinarritua sortuko da. Horrek bermatzen du erabiltzailea bakarra dela eta karaktereak ez direla bihurtu behar. Barneko erabiltzaile-izenak muga bat du, hain zuzen bakarrik karaktere hauek onartzen direla: [ a-zA-Z0-9_.@- ]. Gainerako karaktereak haien ASCII kodean dagokienekin ordezten dira edo saltatu egiten dira. Talka egotekotan zenbaki bat erantsi edo handituko da. Barneko erabiltzaile-izena erabiltzailea barnean identifikatzeko erabiltzen da. Era berean izen hau da erabiltzailearen karpeta nagusiaren izen lehentsia. Bai eta URL helbidearen zatia, esate baterako *DAV zerbitzu guztietan. Ezarpen hauekin lehenetsitako jokaera alda daiteke. Lortzeko ownCloud 5aren aurreko antzeko jokaera sartu erabiltzaile-izenaren atributua hurrengo eremuan. Hutsik utzi lehenetsitako jokaera izateko. Aldaketok bakarrik eragingo diete berriki mapeatutako (erantsitako) LDAP erabiltzaileei.", + "Internal Username Attribute:" : "Baliogabeko Erabiltzaile Izen atributua", + "Override UUID detection" : "Gainidatzi UUID antzematea", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Era lehenetsian, UUID atributua automatikoki atzematen da. UUID atributua LDAP erabiltzaleak eta taldeak dudik gabe identifikatzeko erabiltzen da. Gainera, barneko erabiltzaile-izena UUID atributuan oinarritua sortuko da bestelakorik zehazten ez bada. Ezarpenak alda daitezke eta bestelako atributua jar daiteke. Ziur egon behar duzu hautatzen duzun atributua erabiltzaile eta taldeek eskura dezaketela eta bakarra dela. Jokabide lehenetsi gisa utz ezazu hutsik. Aldaketok soilik LDAP-n mapeatuko (gehituko) diren erabiltzaile eta taldeei eragingo die.", + "UUID Attribute for Users:" : "Erabiltzaileentzako UUID atributuak:", + "UUID Attribute for Groups:" : "Taldeentzako UUID atributuak:", + "Username-LDAP User Mapping" : "LDAP-erabiltzaile-izena erabiltzailearen mapeatzea", + "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." : "Erabiltzaile izenak (meta) datuak gordetzeko eta esleitzeko erabiltzen dira. Erabiltzaileak zehazki identifikatzeko eta ezagutzeko LDAP erabiltzaile bakoitzak barne erabiltzaile-izen bat edukiko du. Honek erabiltzaile izenatik LDAP erabiltzailera mapatzea eskatzen du. Sortutako erabiltzaile-izena mapatzen da LDAP erabiltzailearen UUID-ra. Gainera DN-a cachean gordetzen da ere LDAP-ren interakzioa txikitzeko, baina DN-a ez da erabiltzen identifikatzeko. Baldin eta DN-a aldatzen bada aldaketak aurkituko dira. Barneko erabiltzaile-izena denean erabiltzen da. Mapatzea garbitzeagatik hondarrak nonnahi ageriko dira. Mapatzeak garbitzeak eragiten dio LDAP ezarpen guztiei. Ez garbitu inoiz mapatzeak ingurune produktibo batean, egin soilik proba edo esperimentazio egoera batean.", + "Clear Username-LDAP User Mapping" : "Garbitu LDAP-erabiltzaile-izenaren erabiltzaile mapaketa", + "Clear Groupname-LDAP Group Mapping" : "Garbitu LDAP-talde-izenaren talde mapaketa" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/eu.php b/apps/user_ldap/l10n/eu.php deleted file mode 100644 index 83a80f2e1d..0000000000 --- a/apps/user_ldap/l10n/eu.php +++ /dev/null @@ -1,125 +0,0 @@ - "Mapeatzeen garbiketak huts egin du.", -"Failed to delete the server configuration" => "Zerbitzariaren konfigurazioa ezabatzeak huts egin du", -"The configuration is valid and the connection could be established!" => "Konfigurazioa egokia da eta konexioa ezarri daiteke!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurazioa ongi dago, baina Bind-ek huts egin du. Mesedez egiaztatu zerbitzariaren ezarpenak eta kredentzialak.", -"The configuration is invalid. Please have a look at the logs for further details." => "Konfigurazioa ez dago ongi. Mesedez ikusi egunerokoak (log) informazio gehiago eskuratzeko.", -"No action specified" => "Ez da ekintzarik zehaztu", -"No configuration specified" => "Ez da konfiguraziorik zehaztu", -"No data specified" => "Ez da daturik zehaztu", -" Could not set configuration %s" => "Ezin izan da %s konfigurazioa ezarri", -"Deletion failed" => "Ezabaketak huts egin du", -"Take over settings from recent server configuration?" => "oraintsuko zerbitzariaren konfigurazioaren ezarpenen ardura hartu?", -"Keep settings?" => "Mantendu ezarpenak?", -"{nthServer}. Server" => "{nthServer}. Zerbitzaria", -"Cannot add server configuration" => "Ezin da zerbitzariaren konfigurazioa gehitu", -"mappings cleared" => "Mapeatzeak garbi", -"Success" => "Arrakasta", -"Error" => "Errorea", -"Please specify a Base DN" => "Mesdez zehaztu Base DN", -"Could not determine Base DN" => "Ezin izan da zehaztu Base DN", -"Please specify the port" => "Mesdez zehaztu portua", -"Configuration OK" => "Konfigurazioa ongi dago", -"Configuration incorrect" => "Konfigurazioa ez dago ongi", -"Configuration incomplete" => "Konfigurazioa osatu gabe dago", -"Select groups" => "Hautatu taldeak", -"Select object classes" => "Hautatu objektu klaseak", -"Select attributes" => "Hautatu atributuak", -"Connection test succeeded" => "Konexio froga ongi burutu da", -"Connection test failed" => "Konexio frogak huts egin du", -"Do you really want to delete the current Server Configuration?" => "Ziur zaude Zerbitzariaren Konfigurazioa ezabatu nahi duzula?", -"Confirm Deletion" => "Baieztatu Ezabatzea", -"_%s group found_::_%s groups found_" => array("Talde %s aurkitu da","%s talde aurkitu dira"), -"_%s user found_::_%s users found_" => array("Erabiltzaile %s aurkitu da","%s erabiltzaile aurkitu dira"), -"Could not find the desired feature" => "Ezin izan da nahi zen ezaugarria aurkitu", -"Invalid Host" => "Baliogabeko hostalaria", -"Server" => "Zerbitzaria", -"User Filter" => "Erabiltzaileen iragazkia", -"Login Filter" => "Saioa hasteko Iragazkia", -"Group Filter" => "Taldeen iragazkia", -"Save" => "Gorde", -"Test Configuration" => "Egiaztatu Konfigurazioa", -"Help" => "Laguntza", -"Groups meeting these criteria are available in %s:" => "Baldintza horiek betetzen dituzten taldeak bertan eskuragarri %s:", -"only those object classes:" => "bakarrik objektu klase hauetakoak:", -"only from those groups:" => "bakarrik talde hauetakoak:", -"Raw LDAP filter" => "Raw LDAP iragazkia", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Iragazkiak zehazten du ze LDAP taldek izango duten sarrera %s instantziara:", -"groups found" => "talde aurkituta", -"Users login with this attribute:" => "Erabiltzaileak atributu honekin sartzen dira:", -"LDAP Username:" => "LDAP Erabiltzaile izena:", -"LDAP Email Address:" => "LDAP Eposta helbidea:", -"Other Attributes:" => "Bestelako atributuak:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Definitu aplikatu beharreko iragazkia sartzen saiatzean. %%uid erabiltzailearen izena ordezten du sartzeko ekintzan. Adibidez: \"uid=%%uid\"", -"1. Server" => "1. Zerbitzaria", -"%s. Server:" => "%s. Zerbitzaria:", -"Add Server Configuration" => "Gehitu Zerbitzariaren Konfigurazioa", -"Delete Configuration" => "Ezabatu Konfigurazioa", -"Host" => "Hostalaria", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Protokoloa ez da beharrezkoa, SSL behar baldin ez baduzu. Honela bada hasi ldaps://", -"Port" => "Portua", -"User DN" => "Erabiltzaile 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." => "Lotura egingo den bezero erabiltzailearen DNa, adb. uid=agent,dc=example,dc=com. Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", -"Password" => "Pasahitza", -"For anonymous access, leave DN and Password empty." => "Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", -"One Base DN per line" => "DN Oinarri bat lerroko", -"You can specify Base DN for users and groups in the Advanced tab" => "Erabiltzaile eta taldeentzako Oinarrizko DN zehaztu dezakezu Aurreratu fitxan", -"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", -"Advanced" => "Aurreratua", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Abisua: user_ldap eta user_webdavauth aplikazioak bateraezinak dira. Portaera berezia izan dezakezu. Mesedez eskatu zure sistema kudeatzaileari bietako bat desgaitzeko.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Abisua: PHPk behar duen LDAP modulua ez dago instalaturik, motorrak ez du funtzionatuko. Mesedez eskatu zure sistema kudeatzaileari instala dezan.", -"Connection Settings" => "Konexio Ezarpenak", -"Configuration Active" => "Konfigurazio Aktiboa", -"When unchecked, this configuration will be skipped." => "Markatuta ez dagoenean, konfigurazio hau ez da kontutan hartuko.", -"Backup (Replica) Host" => "Babeskopia (Replica) Ostalaria", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Eman babeskopia ostalari gehigarri bat. LDAP/AD zerbitzari nagusiaren replica bat izan behar da.", -"Backup (Replica) Port" => "Babeskopia (Replica) Ataka", -"Disable Main Server" => "Desgaitu Zerbitzari Nagusia", -"Only connect to the replica server." => "Konektatu bakarrik erreplika zerbitzarira", -"Case insensitive LDAP server (Windows)" => "Maiuskulak eta minuskulak ezberditzen ez dituen LDAP zerbitzaria (Windows)", -"Turn off SSL certificate validation." => "Ezgaitu SSL ziurtagirien egiaztapena.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Ez da gomendagarria, erabili bakarrik probarako! Konexioak aukera hau ezinbestekoa badu, inportatu LDAP zerbitzariaren SSL ziurtagiria zure %s zerbitzarian.", -"Cache Time-To-Live" => "Katxearen Bizi-Iraupena", -"in seconds. A change empties the cache." => "segundutan. Aldaketak katxea husten du.", -"Directory Settings" => "Karpetaren Ezarpenak", -"User Display Name Field" => "Erabiltzaileen bistaratzeko izena duen eremua", -"The LDAP attribute to use to generate the user's display name." => "Erabiltzailearen bistaratze izena sortzeko erabiliko den LDAP atributua.", -"Base User Tree" => "Oinarrizko Erabiltzaile Zuhaitza", -"One User Base DN per line" => "Erabiltzaile DN Oinarri bat lerroko", -"User Search Attributes" => "Erabili Bilaketa Atributuak ", -"Optional; one attribute per line" => "Aukerakoa; atributu bat lerro bakoitzeko", -"Group Display Name Field" => "Taldeen bistaratzeko izena duen eremua", -"The LDAP attribute to use to generate the groups's display name." => "Taldearen bistaratze izena sortzeko erabiliko den LDAP atributua.", -"Base Group Tree" => "Oinarrizko Talde Zuhaitza", -"One Group Base DN per line" => "Talde DN Oinarri bat lerroko", -"Group Search Attributes" => "Taldekatu Bilaketa Atributuak ", -"Group-Member association" => "Talde-Kide elkarketak", -"Nested Groups" => "Talde habiaratuak", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Piztuta dagoenean, taldeak dauzkaten taldeak onartzen dira. (Bakarrik taldeko kideen atributuak DNak baditu).", -"Special Attributes" => "Atributu Bereziak", -"Quota Field" => "Kuota Eremua", -"Quota Default" => "Kuota Lehenetsia", -"in bytes" => "bytetan", -"Email Field" => "Eposta eremua", -"User Home Folder Naming Rule" => "Erabiltzailearen Karpeta Nagusia Izendatzeko Patroia", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Utzi hutsik erabiltzaile izenarako (lehentsia). Bestela zehaztu LDAP/AD atributua.", -"Internal Username" => "Barneko erabiltzaile izena", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Modu lehenetsian barneko erabiltzaile-izena UUID atributuan oinarritua sortuko da. Horrek bermatzen du erabiltzailea bakarra dela eta karaktereak ez direla bihurtu behar. Barneko erabiltzaile-izenak muga bat du, hain zuzen bakarrik karaktere hauek onartzen direla: [ a-zA-Z0-9_.@- ]. Gainerako karaktereak haien ASCII kodean dagokienekin ordezten dira edo saltatu egiten dira. Talka egotekotan zenbaki bat erantsi edo handituko da. Barneko erabiltzaile-izena erabiltzailea barnean identifikatzeko erabiltzen da. Era berean izen hau da erabiltzailearen karpeta nagusiaren izen lehentsia. Bai eta URL helbidearen zatia, esate baterako *DAV zerbitzu guztietan. Ezarpen hauekin lehenetsitako jokaera alda daiteke. Lortzeko ownCloud 5aren aurreko antzeko jokaera sartu erabiltzaile-izenaren atributua hurrengo eremuan. Hutsik utzi lehenetsitako jokaera izateko. Aldaketok bakarrik eragingo diete berriki mapeatutako (erantsitako) LDAP erabiltzaileei.", -"Internal Username Attribute:" => "Baliogabeko Erabiltzaile Izen atributua", -"Override UUID detection" => "Gainidatzi UUID antzematea", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Era lehenetsian, UUID atributua automatikoki atzematen da. UUID atributua LDAP erabiltzaleak eta taldeak dudik gabe identifikatzeko erabiltzen da. Gainera, barneko erabiltzaile-izena UUID atributuan oinarritua sortuko da bestelakorik zehazten ez bada. Ezarpenak alda daitezke eta bestelako atributua jar daiteke. Ziur egon behar duzu hautatzen duzun atributua erabiltzaile eta taldeek eskura dezaketela eta bakarra dela. Jokabide lehenetsi gisa utz ezazu hutsik. Aldaketok soilik LDAP-n mapeatuko (gehituko) diren erabiltzaile eta taldeei eragingo die.", -"UUID Attribute for Users:" => "Erabiltzaileentzako UUID atributuak:", -"UUID Attribute for Groups:" => "Taldeentzako UUID atributuak:", -"Username-LDAP User Mapping" => "LDAP-erabiltzaile-izena erabiltzailearen mapeatzea", -"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." => "Erabiltzaile izenak (meta) datuak gordetzeko eta esleitzeko erabiltzen dira. Erabiltzaileak zehazki identifikatzeko eta ezagutzeko LDAP erabiltzaile bakoitzak barne erabiltzaile-izen bat edukiko du. Honek erabiltzaile izenatik LDAP erabiltzailera mapatzea eskatzen du. Sortutako erabiltzaile-izena mapatzen da LDAP erabiltzailearen UUID-ra. Gainera DN-a cachean gordetzen da ere LDAP-ren interakzioa txikitzeko, baina DN-a ez da erabiltzen identifikatzeko. Baldin eta DN-a aldatzen bada aldaketak aurkituko dira. Barneko erabiltzaile-izena denean erabiltzen da. Mapatzea garbitzeagatik hondarrak nonnahi ageriko dira. Mapatzeak garbitzeak eragiten dio LDAP ezarpen guztiei. Ez garbitu inoiz mapatzeak ingurune produktibo batean, egin soilik proba edo esperimentazio egoera batean.", -"Clear Username-LDAP User Mapping" => "Garbitu LDAP-erabiltzaile-izenaren erabiltzaile mapaketa", -"Clear Groupname-LDAP Group Mapping" => "Garbitu LDAP-talde-izenaren talde mapaketa" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/eu_ES.js b/apps/user_ldap/l10n/eu_ES.js new file mode 100644 index 0000000000..9ce17c7bb8 --- /dev/null +++ b/apps/user_ldap/l10n/eu_ES.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Gorde" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/eu_ES.json b/apps/user_ldap/l10n/eu_ES.json new file mode 100644 index 0000000000..2df6e9d8f5 --- /dev/null +++ b/apps/user_ldap/l10n/eu_ES.json @@ -0,0 +1,6 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Gorde" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/eu_ES.php b/apps/user_ldap/l10n/eu_ES.php deleted file mode 100644 index 6dbfd1955d..0000000000 --- a/apps/user_ldap/l10n/eu_ES.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "Gorde" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/fa.js b/apps/user_ldap/l10n/fa.js new file mode 100644 index 0000000000..9ce5edf874 --- /dev/null +++ b/apps/user_ldap/l10n/fa.js @@ -0,0 +1,94 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the 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." : "پیکربندی معتبراست، اما اتصال شکست خورد. لطفا تنظیمات و اعتبارهای سرور را بررسی کنید.", + "No action specified" : "فعالیتی مشخص نشده است", + "No configuration specified" : "هیچ پیکربندی مشخص نشده است", + "No data specified" : "داده ای مشخص نشده است", + "Deletion failed" : "حذف کردن انجام نشد", + "Keep settings?" : "آیا تنظیمات ذخیره شود ؟", + "{nthServer}. Server" : "سرور {nthServer}.", + "Cannot add server configuration" : "نمی توان پیکربندی سرور را اضافه نمود", + "mappings cleared" : "نگاشت پاک شده است", + "Success" : "موفقیت", + "Error" : "خطا", + "Please specify a Base DN" : "لطفا نام دامنه (DN) پایه را مشخص کنید.", + "Could not determine Base DN" : "امکان تشخیص نام دامنه (DN) پایه وجود ندارد", + "Please specify the port" : "لطفا پورت مورد نظر را مشخص کنید.", + "Configuration OK" : "پیکربندی صحیح است", + "Configuration incorrect" : "پیکربندی نادرست است", + "Configuration incomplete" : "پیکربندی کامل نیست", + "Select groups" : "انتخاب گروه ها", + "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 user found_::_%s users found_" : ["%s کاربر بافت شد"], + "Invalid Host" : "هاست نامعتبر است", + "Server" : "سرور", + "User Filter" : "فیلتر کاربر", + "Login Filter" : "فیلتر لاگین", + "Group Filter" : "فیلتر گروه", + "Save" : "ذخیره", + "Test Configuration" : "امتحان پیکربندی", + "Help" : "راه‌نما", + "Raw LDAP filter" : "فیلتر ال.دپ خام", + "groups found" : "گروه های یافت شده", + "LDAP Username:" : "نام کاربری LDAP:", + "LDAP Email Address:" : "آدرس ایمیل LDAP:", + "Other Attributes:" : "مشخصه های دیگر:", + "1. Server" : "1. سرور", + "%s. Server:" : "%s. سرور:", + "Add Server Configuration" : "افزودن پیکربندی سرور", + "Delete Configuration" : "حذف پیکربندی", + "Host" : "میزبانی", + "Port" : "درگاه", + "User DN" : "کاربر DN", + "Password" : "گذرواژه", + "For anonymous access, leave DN and Password empty." : "برای دسترسی ناشناس، DN را رها نموده و رمزعبور را خالی بگذارید.", + "One Base DN per line" : "یک پایه DN در هر خط", + "You can specify Base DN for users and groups in the Advanced tab" : "شما می توانید پایه DN را برای کاربران و گروه ها در زبانه Advanced مشخص کنید.", + "users found" : "کاربران یافت شده", + "Back" : "بازگشت", + "Continue" : "ادامه", + "Expert" : "حرفه ای", + "Advanced" : "پیشرفته", + "Connection Settings" : "تنظیمات اتصال", + "Configuration Active" : "پیکربندی فعال", + "When unchecked, this configuration will be skipped." : "زمانیکه انتخاب نشود، این پیکربندی نادیده گرفته خواهد شد.", + "Backup (Replica) Host" : "پشتیبان گیری (بدل) میزبان", + "Backup (Replica) Port" : "پشتیبان گیری (بدل) پورت", + "Disable Main Server" : "غیر فعال کردن سرور اصلی", + "Turn off SSL certificate validation." : "غیرفعال کردن اعتبار گواهی نامه SSL .", + "Directory Settings" : "تنظیمات پوشه", + "User Display Name Field" : "فیلد نام کاربر", + "Base User Tree" : "کاربر درخت پایه", + "One User Base DN per line" : "یک کاربر پایه DN در هر خط", + "User Search Attributes" : "ویژگی های جستجوی کاربر", + "Optional; one attribute per line" : "اختیاری؛ یک ویژگی در هر خط", + "Group Display Name Field" : "فیلد نام گروه", + "Base Group Tree" : "گروه درخت پایه ", + "One Group Base DN per line" : "یک گروه پایه DN در هر خط", + "Group Search Attributes" : "گروه صفات جستجو", + "Group-Member association" : "انجمن گروه کاربران", + "Special Attributes" : "ویژگی های مخصوص", + "Quota Field" : "سهمیه بندی انجام نشد.", + "Quota Default" : "سهمیه بندی پیش فرض", + "in bytes" : "در بایت", + "Email Field" : "ایمیل ارسال نشد.", + "User Home Folder Naming Rule" : "قانون نامگذاری پوشه خانه کاربر", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "خالی گذاشتن برای نام کاربری (پیش فرض). در غیر این صورت، تعیین یک ویژگی LDAP/AD.", + "Internal Username" : "نام کاربری داخلی", + "Internal Username Attribute:" : "ویژگی نام کاربری داخلی:", + "Override UUID detection" : "نادیده گرفتن تشخیص UUID ", + "Username-LDAP User Mapping" : "نام کاربری - نگاشت کاربر LDAP ", + "Clear Username-LDAP User Mapping" : "پاک کردن نام کاربری- LDAP نگاشت کاربر ", + "Clear Groupname-LDAP Group Mapping" : "پاک کردن نام گروه -LDAP گروه نقشه برداری" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/fa.json b/apps/user_ldap/l10n/fa.json new file mode 100644 index 0000000000..b8ac9269a5 --- /dev/null +++ b/apps/user_ldap/l10n/fa.json @@ -0,0 +1,92 @@ +{ "translations": { + "Failed to clear the 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." : "پیکربندی معتبراست، اما اتصال شکست خورد. لطفا تنظیمات و اعتبارهای سرور را بررسی کنید.", + "No action specified" : "فعالیتی مشخص نشده است", + "No configuration specified" : "هیچ پیکربندی مشخص نشده است", + "No data specified" : "داده ای مشخص نشده است", + "Deletion failed" : "حذف کردن انجام نشد", + "Keep settings?" : "آیا تنظیمات ذخیره شود ؟", + "{nthServer}. Server" : "سرور {nthServer}.", + "Cannot add server configuration" : "نمی توان پیکربندی سرور را اضافه نمود", + "mappings cleared" : "نگاشت پاک شده است", + "Success" : "موفقیت", + "Error" : "خطا", + "Please specify a Base DN" : "لطفا نام دامنه (DN) پایه را مشخص کنید.", + "Could not determine Base DN" : "امکان تشخیص نام دامنه (DN) پایه وجود ندارد", + "Please specify the port" : "لطفا پورت مورد نظر را مشخص کنید.", + "Configuration OK" : "پیکربندی صحیح است", + "Configuration incorrect" : "پیکربندی نادرست است", + "Configuration incomplete" : "پیکربندی کامل نیست", + "Select groups" : "انتخاب گروه ها", + "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 user found_::_%s users found_" : ["%s کاربر بافت شد"], + "Invalid Host" : "هاست نامعتبر است", + "Server" : "سرور", + "User Filter" : "فیلتر کاربر", + "Login Filter" : "فیلتر لاگین", + "Group Filter" : "فیلتر گروه", + "Save" : "ذخیره", + "Test Configuration" : "امتحان پیکربندی", + "Help" : "راه‌نما", + "Raw LDAP filter" : "فیلتر ال.دپ خام", + "groups found" : "گروه های یافت شده", + "LDAP Username:" : "نام کاربری LDAP:", + "LDAP Email Address:" : "آدرس ایمیل LDAP:", + "Other Attributes:" : "مشخصه های دیگر:", + "1. Server" : "1. سرور", + "%s. Server:" : "%s. سرور:", + "Add Server Configuration" : "افزودن پیکربندی سرور", + "Delete Configuration" : "حذف پیکربندی", + "Host" : "میزبانی", + "Port" : "درگاه", + "User DN" : "کاربر DN", + "Password" : "گذرواژه", + "For anonymous access, leave DN and Password empty." : "برای دسترسی ناشناس، DN را رها نموده و رمزعبور را خالی بگذارید.", + "One Base DN per line" : "یک پایه DN در هر خط", + "You can specify Base DN for users and groups in the Advanced tab" : "شما می توانید پایه DN را برای کاربران و گروه ها در زبانه Advanced مشخص کنید.", + "users found" : "کاربران یافت شده", + "Back" : "بازگشت", + "Continue" : "ادامه", + "Expert" : "حرفه ای", + "Advanced" : "پیشرفته", + "Connection Settings" : "تنظیمات اتصال", + "Configuration Active" : "پیکربندی فعال", + "When unchecked, this configuration will be skipped." : "زمانیکه انتخاب نشود، این پیکربندی نادیده گرفته خواهد شد.", + "Backup (Replica) Host" : "پشتیبان گیری (بدل) میزبان", + "Backup (Replica) Port" : "پشتیبان گیری (بدل) پورت", + "Disable Main Server" : "غیر فعال کردن سرور اصلی", + "Turn off SSL certificate validation." : "غیرفعال کردن اعتبار گواهی نامه SSL .", + "Directory Settings" : "تنظیمات پوشه", + "User Display Name Field" : "فیلد نام کاربر", + "Base User Tree" : "کاربر درخت پایه", + "One User Base DN per line" : "یک کاربر پایه DN در هر خط", + "User Search Attributes" : "ویژگی های جستجوی کاربر", + "Optional; one attribute per line" : "اختیاری؛ یک ویژگی در هر خط", + "Group Display Name Field" : "فیلد نام گروه", + "Base Group Tree" : "گروه درخت پایه ", + "One Group Base DN per line" : "یک گروه پایه DN در هر خط", + "Group Search Attributes" : "گروه صفات جستجو", + "Group-Member association" : "انجمن گروه کاربران", + "Special Attributes" : "ویژگی های مخصوص", + "Quota Field" : "سهمیه بندی انجام نشد.", + "Quota Default" : "سهمیه بندی پیش فرض", + "in bytes" : "در بایت", + "Email Field" : "ایمیل ارسال نشد.", + "User Home Folder Naming Rule" : "قانون نامگذاری پوشه خانه کاربر", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "خالی گذاشتن برای نام کاربری (پیش فرض). در غیر این صورت، تعیین یک ویژگی LDAP/AD.", + "Internal Username" : "نام کاربری داخلی", + "Internal Username Attribute:" : "ویژگی نام کاربری داخلی:", + "Override UUID detection" : "نادیده گرفتن تشخیص UUID ", + "Username-LDAP User Mapping" : "نام کاربری - نگاشت کاربر LDAP ", + "Clear Username-LDAP User Mapping" : "پاک کردن نام کاربری- LDAP نگاشت کاربر ", + "Clear Groupname-LDAP Group Mapping" : "پاک کردن نام گروه -LDAP گروه نقشه برداری" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/fa.php b/apps/user_ldap/l10n/fa.php deleted file mode 100644 index cf350991b4..0000000000 --- a/apps/user_ldap/l10n/fa.php +++ /dev/null @@ -1,93 +0,0 @@ - "عدم موفقیت در پاک کردن نگاشت.", -"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." => "پیکربندی معتبراست، اما اتصال شکست خورد. لطفا تنظیمات و اعتبارهای سرور را بررسی کنید.", -"No action specified" => "فعالیتی مشخص نشده است", -"No configuration specified" => "هیچ پیکربندی مشخص نشده است", -"No data specified" => "داده ای مشخص نشده است", -"Deletion failed" => "حذف کردن انجام نشد", -"Keep settings?" => "آیا تنظیمات ذخیره شود ؟", -"{nthServer}. Server" => "سرور {nthServer}.", -"Cannot add server configuration" => "نمی توان پیکربندی سرور را اضافه نمود", -"mappings cleared" => "نگاشت پاک شده است", -"Success" => "موفقیت", -"Error" => "خطا", -"Please specify a Base DN" => "لطفا نام دامنه (DN) پایه را مشخص کنید.", -"Could not determine Base DN" => "امکان تشخیص نام دامنه (DN) پایه وجود ندارد", -"Please specify the port" => "لطفا پورت مورد نظر را مشخص کنید.", -"Configuration OK" => "پیکربندی صحیح است", -"Configuration incorrect" => "پیکربندی نادرست است", -"Configuration incomplete" => "پیکربندی کامل نیست", -"Select groups" => "انتخاب گروه ها", -"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_" => array("%s گروه بافت شد"), -"_%s user found_::_%s users found_" => array("%s کاربر بافت شد"), -"Invalid Host" => "هاست نامعتبر است", -"Server" => "سرور", -"User Filter" => "فیلتر کاربر", -"Login Filter" => "فیلتر لاگین", -"Group Filter" => "فیلتر گروه", -"Save" => "ذخیره", -"Test Configuration" => "امتحان پیکربندی", -"Help" => "راه‌نما", -"Raw LDAP filter" => "فیلتر ال.دپ خام", -"groups found" => "گروه های یافت شده", -"LDAP Username:" => "نام کاربری LDAP:", -"LDAP Email Address:" => "آدرس ایمیل LDAP:", -"Other Attributes:" => "مشخصه های دیگر:", -"1. Server" => "1. سرور", -"%s. Server:" => "%s. سرور:", -"Add Server Configuration" => "افزودن پیکربندی سرور", -"Delete Configuration" => "حذف پیکربندی", -"Host" => "میزبانی", -"Port" => "درگاه", -"User DN" => "کاربر DN", -"Password" => "گذرواژه", -"For anonymous access, leave DN and Password empty." => "برای دسترسی ناشناس، DN را رها نموده و رمزعبور را خالی بگذارید.", -"One Base DN per line" => "یک پایه DN در هر خط", -"You can specify Base DN for users and groups in the Advanced tab" => "شما می توانید پایه DN را برای کاربران و گروه ها در زبانه Advanced مشخص کنید.", -"users found" => "کاربران یافت شده", -"Back" => "بازگشت", -"Continue" => "ادامه", -"Expert" => "حرفه ای", -"Advanced" => "پیشرفته", -"Connection Settings" => "تنظیمات اتصال", -"Configuration Active" => "پیکربندی فعال", -"When unchecked, this configuration will be skipped." => "زمانیکه انتخاب نشود، این پیکربندی نادیده گرفته خواهد شد.", -"Backup (Replica) Host" => "پشتیبان گیری (بدل) میزبان", -"Backup (Replica) Port" => "پشتیبان گیری (بدل) پورت", -"Disable Main Server" => "غیر فعال کردن سرور اصلی", -"Turn off SSL certificate validation." => "غیرفعال کردن اعتبار گواهی نامه SSL .", -"Directory Settings" => "تنظیمات پوشه", -"User Display Name Field" => "فیلد نام کاربر", -"Base User Tree" => "کاربر درخت پایه", -"One User Base DN per line" => "یک کاربر پایه DN در هر خط", -"User Search Attributes" => "ویژگی های جستجوی کاربر", -"Optional; one attribute per line" => "اختیاری؛ یک ویژگی در هر خط", -"Group Display Name Field" => "فیلد نام گروه", -"Base Group Tree" => "گروه درخت پایه ", -"One Group Base DN per line" => "یک گروه پایه DN در هر خط", -"Group Search Attributes" => "گروه صفات جستجو", -"Group-Member association" => "انجمن گروه کاربران", -"Special Attributes" => "ویژگی های مخصوص", -"Quota Field" => "سهمیه بندی انجام نشد.", -"Quota Default" => "سهمیه بندی پیش فرض", -"in bytes" => "در بایت", -"Email Field" => "ایمیل ارسال نشد.", -"User Home Folder Naming Rule" => "قانون نامگذاری پوشه خانه کاربر", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "خالی گذاشتن برای نام کاربری (پیش فرض). در غیر این صورت، تعیین یک ویژگی LDAP/AD.", -"Internal Username" => "نام کاربری داخلی", -"Internal Username Attribute:" => "ویژگی نام کاربری داخلی:", -"Override UUID detection" => "نادیده گرفتن تشخیص UUID ", -"Username-LDAP User Mapping" => "نام کاربری - نگاشت کاربر LDAP ", -"Clear Username-LDAP User Mapping" => "پاک کردن نام کاربری- LDAP نگاشت کاربر ", -"Clear Groupname-LDAP Group Mapping" => "پاک کردن نام گروه -LDAP گروه نقشه برداری" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/fi_FI.js b/apps/user_ldap/l10n/fi_FI.js new file mode 100644 index 0000000000..a77da009fc --- /dev/null +++ b/apps/user_ldap/l10n/fi_FI.js @@ -0,0 +1,70 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to delete the server configuration" : "Palvelinmäärityksen poistaminen epäonnistui", + "The configuration is valid and the connection could be established!" : "Määritys on kelvollinen ja yhteys kyettiin muodostamaan!", + "Deletion failed" : "Poisto epäonnistui", + "Take over settings from recent server configuration?" : "Otetaanko asetukset viimeisimmistä palvelinmäärityksistä?", + "Keep settings?" : "Säilytetäänkö asetukset?", + "Cannot add server configuration" : "Palvelinasetusten lisäys epäonnistui", + "Success" : "Onnistui!", + "Error" : "Virhe", + "Please specify the port" : "Määritä portti", + "Configuration OK" : "Määritykset OK", + "Configuration incorrect" : "Määritykset väärin", + "Configuration incomplete" : "Määritykset puutteelliset", + "Select groups" : "Valitse ryhmät", + "Connection test succeeded" : "Yhteystesti onnistui", + "Connection test failed" : "Yhteystesti epäonnistui", + "Do you really want to delete the current Server Configuration?" : "Haluatko varmasti poistaa nykyisen palvelinmäärityksen?", + "Confirm Deletion" : "Vahvista poisto", + "_%s group found_::_%s groups found_" : ["%s ryhmä löytynyt","%s ryhmää löytynyt"], + "_%s user found_::_%s users found_" : ["%s käyttäjä löytynyt","%s käyttäjää löytynyt"], + "Server" : "Palvelin", + "Group Filter" : "Ryhmien suodatus", + "Save" : "Tallenna", + "Test Configuration" : "Testaa määritys", + "Help" : "Ohje", + "groups found" : "ryhmää löytynyt", + "LDAP Username:" : "LDAP-käyttäjätunnus:", + "LDAP Email Address:" : "LDAP-sähköpostiosoite:", + "1. Server" : "1. Palvelin", + "%s. Server:" : "%s. Palvelin:", + "Add Server Configuration" : "Lisää palvelinmääritys", + "Delete Configuration" : "Poista määritys", + "Host" : "Isäntä", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Voit jättää protokollan määrittämättä, paitsi kun vaadit SSL:ää. Aloita silloin ldaps://", + "Port" : "Portti", + "User DN" : "Käyttäjän 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." : "Asiakasohjelman DN, jolla yhdistäminen tehdään, ts. uid=agent,dc=example,dc=com. Mahdollistaaksesi anonyymin yhteyden, jätä DN ja salasana tyhjäksi.", + "Password" : "Salasana", + "For anonymous access, leave DN and Password empty." : "Jos haluat mahdollistaa anonyymin pääsyn, jätä DN ja Salasana tyhjäksi ", + "You can specify Base DN for users and groups in the Advanced tab" : "Voit määrittää käyttäjien ja ryhmien oletus DN:n (distinguished name) 'tarkemmat asetukset'-välilehdeltä ", + "users found" : "käyttäjää löytynyt", + "Back" : "Takaisin", + "Continue" : "Jatka", + "Advanced" : "Lisäasetukset", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Varoitus: PHP:n LDAP-moduulia ei ole asennettu, taustaosa ei toimi. Pyydä järjestelmän ylläpitäjää asentamaan se.", + "Connection Settings" : "Yhteysasetukset", + "Backup (Replica) Host" : "Varmuuskopioinnin (replikointi) palvelin", + "Backup (Replica) Port" : "Varmuuskopioinnin (replikoinnin) portti", + "Disable Main Server" : "Poista pääpalvelin käytöstä", + "Only connect to the replica server." : "Yhdistä vain replikointipalvelimeen.", + "Case insensitive LDAP server (Windows)" : "Kirjainkoosta piittamaton LDAP-palvelin (Windows)", + "Turn off SSL certificate validation." : "Poista käytöstä SSL-varmenteen vahvistus", + "in seconds. A change empties the cache." : "sekunneissa. Muutos tyhjentää välimuistin.", + "Directory Settings" : "Hakemistoasetukset", + "User Display Name Field" : "Käyttäjän näytettävän nimen kenttä", + "Base User Tree" : "Oletuskäyttäjäpuu", + "Group Display Name Field" : "Ryhmän \"näytettävä nimi\"-kenttä", + "Base Group Tree" : "Ryhmien juuri", + "Group-Member association" : "Ryhmän ja jäsenen assosiaatio (yhteys)", + "Quota Field" : "Kiintiökenttä", + "Quota Default" : "Oletuskiintiö", + "in bytes" : "tavuissa", + "Email Field" : "Sähköpostikenttä", + "User Home Folder Naming Rule" : "Käyttäjän kotihakemiston nimeämissääntö", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Jätä tyhjäksi käyttäjänimi (oletusasetus). Muutoin anna LDAP/AD-atribuutti.", + "Internal Username" : "Sisäinen käyttäjänimi" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/fi_FI.json b/apps/user_ldap/l10n/fi_FI.json new file mode 100644 index 0000000000..a8bf945741 --- /dev/null +++ b/apps/user_ldap/l10n/fi_FI.json @@ -0,0 +1,68 @@ +{ "translations": { + "Failed to delete the server configuration" : "Palvelinmäärityksen poistaminen epäonnistui", + "The configuration is valid and the connection could be established!" : "Määritys on kelvollinen ja yhteys kyettiin muodostamaan!", + "Deletion failed" : "Poisto epäonnistui", + "Take over settings from recent server configuration?" : "Otetaanko asetukset viimeisimmistä palvelinmäärityksistä?", + "Keep settings?" : "Säilytetäänkö asetukset?", + "Cannot add server configuration" : "Palvelinasetusten lisäys epäonnistui", + "Success" : "Onnistui!", + "Error" : "Virhe", + "Please specify the port" : "Määritä portti", + "Configuration OK" : "Määritykset OK", + "Configuration incorrect" : "Määritykset väärin", + "Configuration incomplete" : "Määritykset puutteelliset", + "Select groups" : "Valitse ryhmät", + "Connection test succeeded" : "Yhteystesti onnistui", + "Connection test failed" : "Yhteystesti epäonnistui", + "Do you really want to delete the current Server Configuration?" : "Haluatko varmasti poistaa nykyisen palvelinmäärityksen?", + "Confirm Deletion" : "Vahvista poisto", + "_%s group found_::_%s groups found_" : ["%s ryhmä löytynyt","%s ryhmää löytynyt"], + "_%s user found_::_%s users found_" : ["%s käyttäjä löytynyt","%s käyttäjää löytynyt"], + "Server" : "Palvelin", + "Group Filter" : "Ryhmien suodatus", + "Save" : "Tallenna", + "Test Configuration" : "Testaa määritys", + "Help" : "Ohje", + "groups found" : "ryhmää löytynyt", + "LDAP Username:" : "LDAP-käyttäjätunnus:", + "LDAP Email Address:" : "LDAP-sähköpostiosoite:", + "1. Server" : "1. Palvelin", + "%s. Server:" : "%s. Palvelin:", + "Add Server Configuration" : "Lisää palvelinmääritys", + "Delete Configuration" : "Poista määritys", + "Host" : "Isäntä", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Voit jättää protokollan määrittämättä, paitsi kun vaadit SSL:ää. Aloita silloin ldaps://", + "Port" : "Portti", + "User DN" : "Käyttäjän 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." : "Asiakasohjelman DN, jolla yhdistäminen tehdään, ts. uid=agent,dc=example,dc=com. Mahdollistaaksesi anonyymin yhteyden, jätä DN ja salasana tyhjäksi.", + "Password" : "Salasana", + "For anonymous access, leave DN and Password empty." : "Jos haluat mahdollistaa anonyymin pääsyn, jätä DN ja Salasana tyhjäksi ", + "You can specify Base DN for users and groups in the Advanced tab" : "Voit määrittää käyttäjien ja ryhmien oletus DN:n (distinguished name) 'tarkemmat asetukset'-välilehdeltä ", + "users found" : "käyttäjää löytynyt", + "Back" : "Takaisin", + "Continue" : "Jatka", + "Advanced" : "Lisäasetukset", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Varoitus: PHP:n LDAP-moduulia ei ole asennettu, taustaosa ei toimi. Pyydä järjestelmän ylläpitäjää asentamaan se.", + "Connection Settings" : "Yhteysasetukset", + "Backup (Replica) Host" : "Varmuuskopioinnin (replikointi) palvelin", + "Backup (Replica) Port" : "Varmuuskopioinnin (replikoinnin) portti", + "Disable Main Server" : "Poista pääpalvelin käytöstä", + "Only connect to the replica server." : "Yhdistä vain replikointipalvelimeen.", + "Case insensitive LDAP server (Windows)" : "Kirjainkoosta piittamaton LDAP-palvelin (Windows)", + "Turn off SSL certificate validation." : "Poista käytöstä SSL-varmenteen vahvistus", + "in seconds. A change empties the cache." : "sekunneissa. Muutos tyhjentää välimuistin.", + "Directory Settings" : "Hakemistoasetukset", + "User Display Name Field" : "Käyttäjän näytettävän nimen kenttä", + "Base User Tree" : "Oletuskäyttäjäpuu", + "Group Display Name Field" : "Ryhmän \"näytettävä nimi\"-kenttä", + "Base Group Tree" : "Ryhmien juuri", + "Group-Member association" : "Ryhmän ja jäsenen assosiaatio (yhteys)", + "Quota Field" : "Kiintiökenttä", + "Quota Default" : "Oletuskiintiö", + "in bytes" : "tavuissa", + "Email Field" : "Sähköpostikenttä", + "User Home Folder Naming Rule" : "Käyttäjän kotihakemiston nimeämissääntö", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Jätä tyhjäksi käyttäjänimi (oletusasetus). Muutoin anna LDAP/AD-atribuutti.", + "Internal Username" : "Sisäinen käyttäjänimi" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/fi_FI.php b/apps/user_ldap/l10n/fi_FI.php deleted file mode 100644 index 8768c6e989..0000000000 --- a/apps/user_ldap/l10n/fi_FI.php +++ /dev/null @@ -1,69 +0,0 @@ - "Palvelinmäärityksen poistaminen epäonnistui", -"The configuration is valid and the connection could be established!" => "Määritys on kelvollinen ja yhteys kyettiin muodostamaan!", -"Deletion failed" => "Poisto epäonnistui", -"Take over settings from recent server configuration?" => "Otetaanko asetukset viimeisimmistä palvelinmäärityksistä?", -"Keep settings?" => "Säilytetäänkö asetukset?", -"Cannot add server configuration" => "Palvelinasetusten lisäys epäonnistui", -"Success" => "Onnistui!", -"Error" => "Virhe", -"Please specify the port" => "Määritä portti", -"Configuration OK" => "Määritykset OK", -"Configuration incorrect" => "Määritykset väärin", -"Configuration incomplete" => "Määritykset puutteelliset", -"Select groups" => "Valitse ryhmät", -"Connection test succeeded" => "Yhteystesti onnistui", -"Connection test failed" => "Yhteystesti epäonnistui", -"Do you really want to delete the current Server Configuration?" => "Haluatko varmasti poistaa nykyisen palvelinmäärityksen?", -"Confirm Deletion" => "Vahvista poisto", -"_%s group found_::_%s groups found_" => array("%s ryhmä löytynyt","%s ryhmää löytynyt"), -"_%s user found_::_%s users found_" => array("%s käyttäjä löytynyt","%s käyttäjää löytynyt"), -"Server" => "Palvelin", -"Group Filter" => "Ryhmien suodatus", -"Save" => "Tallenna", -"Test Configuration" => "Testaa määritys", -"Help" => "Ohje", -"groups found" => "ryhmää löytynyt", -"LDAP Username:" => "LDAP-käyttäjätunnus:", -"LDAP Email Address:" => "LDAP-sähköpostiosoite:", -"1. Server" => "1. Palvelin", -"%s. Server:" => "%s. Palvelin:", -"Add Server Configuration" => "Lisää palvelinmääritys", -"Delete Configuration" => "Poista määritys", -"Host" => "Isäntä", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Voit jättää protokollan määrittämättä, paitsi kun vaadit SSL:ää. Aloita silloin ldaps://", -"Port" => "Portti", -"User DN" => "Käyttäjän 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." => "Asiakasohjelman DN, jolla yhdistäminen tehdään, ts. uid=agent,dc=example,dc=com. Mahdollistaaksesi anonyymin yhteyden, jätä DN ja salasana tyhjäksi.", -"Password" => "Salasana", -"For anonymous access, leave DN and Password empty." => "Jos haluat mahdollistaa anonyymin pääsyn, jätä DN ja Salasana tyhjäksi ", -"You can specify Base DN for users and groups in the Advanced tab" => "Voit määrittää käyttäjien ja ryhmien oletus DN:n (distinguished name) 'tarkemmat asetukset'-välilehdeltä ", -"users found" => "käyttäjää löytynyt", -"Back" => "Takaisin", -"Continue" => "Jatka", -"Advanced" => "Lisäasetukset", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Varoitus: PHP:n LDAP-moduulia ei ole asennettu, taustaosa ei toimi. Pyydä järjestelmän ylläpitäjää asentamaan se.", -"Connection Settings" => "Yhteysasetukset", -"Backup (Replica) Host" => "Varmuuskopioinnin (replikointi) palvelin", -"Backup (Replica) Port" => "Varmuuskopioinnin (replikoinnin) portti", -"Disable Main Server" => "Poista pääpalvelin käytöstä", -"Only connect to the replica server." => "Yhdistä vain replikointipalvelimeen.", -"Case insensitive LDAP server (Windows)" => "Kirjainkoosta piittamaton LDAP-palvelin (Windows)", -"Turn off SSL certificate validation." => "Poista käytöstä SSL-varmenteen vahvistus", -"in seconds. A change empties the cache." => "sekunneissa. Muutos tyhjentää välimuistin.", -"Directory Settings" => "Hakemistoasetukset", -"User Display Name Field" => "Käyttäjän näytettävän nimen kenttä", -"Base User Tree" => "Oletuskäyttäjäpuu", -"Group Display Name Field" => "Ryhmän \"näytettävä nimi\"-kenttä", -"Base Group Tree" => "Ryhmien juuri", -"Group-Member association" => "Ryhmän ja jäsenen assosiaatio (yhteys)", -"Quota Field" => "Kiintiökenttä", -"Quota Default" => "Oletuskiintiö", -"in bytes" => "tavuissa", -"Email Field" => "Sähköpostikenttä", -"User Home Folder Naming Rule" => "Käyttäjän kotihakemiston nimeämissääntö", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Jätä tyhjäksi käyttäjänimi (oletusasetus). Muutoin anna LDAP/AD-atribuutti.", -"Internal Username" => "Sisäinen käyttäjänimi" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/fil.js b/apps/user_ldap/l10n/fil.js new file mode 100644 index 0000000000..95c97db2f9 --- /dev/null +++ b/apps/user_ldap/l10n/fil.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/fil.json b/apps/user_ldap/l10n/fil.json new file mode 100644 index 0000000000..8e0cd6f678 --- /dev/null +++ b/apps/user_ldap/l10n/fil.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/fil.php b/apps/user_ldap/l10n/fil.php deleted file mode 100644 index 2371ee7059..0000000000 --- a/apps/user_ldap/l10n/fil.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js new file mode 100644 index 0000000000..2433d051d8 --- /dev/null +++ b/apps/user_ldap/l10n/fr.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Erreur lors de la suppression des associations.", + "Failed to delete the server configuration" : "Échec de la suppression de la configuration du serveur", + "The configuration is valid and the connection could be established!" : "La configuration est valide et la connexion peut être établie !", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuration est valide, mais le lien ne peut être établi. Veuillez vérifier les paramètres du serveur ainsi que vos identifiants de connexion.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuration est invalide. Veuillez consulter les logs pour plus de détails.", + "No action specified" : "Aucune action spécifiée", + "No configuration specified" : "Aucune configuration spécifiée", + "No data specified" : "Aucune donnée spécifiée", + " Could not set configuration %s" : "Impossible de spécifier la configuration %s", + "Deletion failed" : "La suppression a échoué", + "Take over settings from recent server configuration?" : "Récupérer les paramètres depuis une configuration récente du serveur ?", + "Keep settings?" : "Garder ces paramètres ?", + "{nthServer}. Server" : "{nthServer}. Serveur", + "Cannot add server configuration" : "Impossible d'ajouter la configuration du serveur", + "mappings cleared" : "associations supprimées", + "Success" : "Succès", + "Error" : "Erreur", + "Please specify a Base DN" : "Veuillez spécifier une Base DN", + "Could not determine Base DN" : "Impossible de déterminer la Base DN", + "Please specify the port" : "Veuillez indiquer le port", + "Configuration OK" : "Configuration OK", + "Configuration incorrect" : "Configuration incorrecte", + "Configuration incomplete" : "Configuration incomplète", + "Select groups" : "Sélectionnez les groupes", + "Select object classes" : "Sélectionner les classes d'objet", + "Select attributes" : "Sélectionner les attributs", + "Connection test succeeded" : "Test de connexion réussi", + "Connection test failed" : "Test de connexion échoué", + "Do you really want to delete the current Server Configuration?" : "Êtes-vous vraiment sûr de vouloir effacer la configuration actuelle du serveur ?", + "Confirm Deletion" : "Confirmer la suppression", + "_%s group found_::_%s groups found_" : ["%s groupe trouvé","%s groupes trouvés"], + "_%s user found_::_%s users found_" : ["%s utilisateur trouvé","%s utilisateurs trouvés"], + "Could not find the desired feature" : "Impossible de trouver la fonction souhaitée", + "Invalid Host" : "Hôte invalide", + "Server" : "Serveur", + "User Filter" : "Filtre utilisateur", + "Login Filter" : "Filtre par nom d'utilisateur", + "Group Filter" : "Filtre de groupes", + "Save" : "Sauvegarder", + "Test Configuration" : "Tester la configuration", + "Help" : "Aide", + "Groups meeting these criteria are available in %s:" : "Les groupes respectant ces critères sont disponibles dans %s :", + "only those object classes:" : "seulement ces classes d'objet :", + "only from those groups:" : "seulement de ces groupes :", + "Edit raw filter instead" : "Éditer le filtre raw à la place", + "Raw LDAP filter" : "Filtre Raw LDAP", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Le filtre spécifie quels groupes LDAP doivent avoir accès à l'instance %s.", + "Test Filter" : "Test du filtre", + "groups found" : "groupes trouvés", + "Users login with this attribute:" : "Utilisateurs se connectant avec cet attribut :", + "LDAP Username:" : "Nom d'utilisateur LDAP :", + "LDAP Email Address:" : "Adresse email LDAP :", + "Other Attributes:" : "Autres attributs :", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Définit le filtre à appliquer lors d'une tentative de connexion. %%uid remplace le nom d'utilisateur lors de la connexion. Exemple : \"uid=%%uid\"", + "1. Server" : "1. Serveur", + "%s. Server:" : "%s. Serveur:", + "Add Server Configuration" : "Ajouter une configuration du serveur", + "Delete Configuration" : "Suppression de la configuration", + "Host" : "Hôte", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas préfixez avec ldaps://", + "Port" : "Port", + "User DN" : "DN Utilisateur (Autorisé à consulter l'annuaire)", + "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 de l'utilisateur client pour lequel la liaison doit se faire, par exemple uid=agent,dc=example,dc=com. Pour un accès anonyme, laisser le DN et le mot de passe vides.", + "Password" : "Mot de passe", + "For anonymous access, leave DN and Password empty." : "Pour un accès anonyme, laisser le DN utilisateur et le mot de passe vides.", + "One Base DN per line" : "Un DN racine par ligne", + "You can specify Base DN for users and groups in the Advanced tab" : "Vous pouvez spécifier les DN Racines de vos utilisateurs et groupes via l'onglet Avancé", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Évite les requêtes LDAP automatiques. Mieux pour les installations de grande ampleur, mais demande des connaissances en LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Entrée manuelle des filtres LDAP (recommandé pour les annuaires de grande ampleur)", + "Limit %s access to users meeting these criteria:" : "Limiter l'accès à %s aux utilisateurs respectant ces critères :", + "The filter specifies which LDAP users shall have access to the %s instance." : "Le filtre spécifie quels utilisateurs LDAP doivent avoir accès à l'instance %s.", + "users found" : "utilisateurs trouvés", + "Saving" : "Enregistrement...", + "Back" : "Retour", + "Continue" : "Poursuivre", + "Expert" : "Expert", + "Advanced" : "Avancé", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avertissement : Les applications user_ldap et user_webdavauth sont incompatibles. Des dysfonctionnements peuvent survenir. Contactez votre administrateur système pour qu'il désactive l'une d'elles.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Attention : Le module php LDAP n'est pas installé, par conséquent cette extension ne pourra fonctionner. Veuillez contacter votre administrateur système afin qu'il l'installe.", + "Connection Settings" : "Paramètres de connexion", + "Configuration Active" : "Configuration active", + "When unchecked, this configuration will be skipped." : "Lorsque non cochée, la configuration sera ignorée.", + "Backup (Replica) Host" : "Serveur de backup (réplique)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Fournir un serveur de backup optionnel. Il doit s'agir d'une réplique du serveur LDAP/AD principal.", + "Backup (Replica) Port" : "Port du serveur de backup (réplique)", + "Disable Main Server" : "Désactiver le serveur principal", + "Only connect to the replica server." : "Se connecter uniquement au serveur de replica.", + "Case insensitive LDAP server (Windows)" : "Serveur LDAP insensible à la casse (Windows)", + "Turn off SSL certificate validation." : "Désactiver la validation du certificat SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non recommandé, à utiliser à des fins de tests uniquement. Si la connexion ne fonctionne qu'avec cette option, importez le certificat SSL du serveur LDAP dans le serveur %s.", + "Cache Time-To-Live" : "Durée de vie du cache", + "in seconds. A change empties the cache." : "en secondes. Tout changement vide le cache.", + "Directory Settings" : "Paramètres du répertoire", + "User Display Name Field" : "Champ \"nom d'affichage\" de l'utilisateur", + "The LDAP attribute to use to generate the user's display name." : "L'attribut LDAP utilisé pour générer le nom d'utilisateur affiché.", + "Base User Tree" : "DN racine de l'arbre utilisateurs", + "One User Base DN per line" : "Un DN racine utilisateur par ligne", + "User Search Attributes" : "Recherche des attributs utilisateur", + "Optional; one attribute per line" : "Optionnel, un attribut par ligne", + "Group Display Name Field" : "Champ \"nom d'affichage\" du groupe", + "The LDAP attribute to use to generate the groups's display name." : "L'attribut LDAP utilisé pour générer le nom de groupe affiché.", + "Base Group Tree" : "DN racine de l'arbre groupes", + "One Group Base DN per line" : "Un DN racine groupe par ligne", + "Group Search Attributes" : "Recherche des attributs du groupe", + "Group-Member association" : "Association groupe-membre", + "Nested Groups" : "Groupes imbriqués", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Si activé, les groupes contenant d'autres groupes sont supportés (fonctionne uniquement si l'attribut membre du groupe contient des DNs).", + "Paging chunksize" : "Dimensionnement des paginations", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "La taille d'une part (chunksize) est utilisée pour les recherches paginées de LDAP qui peuvent retourner des résultats par lots comme une énumération d'utilisateurs ou groupes. (Configurer à 0 pour désactiver les recherches paginées de LDAP.)", + "Special Attributes" : "Attributs spéciaux", + "Quota Field" : "Champ du quota", + "Quota Default" : "Quota par défaut", + "in bytes" : "en bytes", + "Email Field" : "Champ Email", + "User Home Folder Naming Rule" : "Convention de nommage du répertoire utilisateur", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Laisser vide ", + "Internal Username" : "Nom d'utilisateur interne", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Par défaut le nom d'utilisateur interne sera créé à partir de l'attribut UUID. Ceci permet d'assurer que le nom d'utilisateur est unique et que les caractères ne nécessitent pas de conversion. Le nom d'utilisateur interne doit contenir uniquement les caractères suivants : [ a-zA-Z0-9_.@- ]. Les autres caractères sont remplacés par leur correspondance ASCII ou simplement omis. En cas de collision, un nombre est incrémenté/décrémenté. Le nom d'utilisateur interne est utilisé pour identifier l'utilisateur au sein du système. C'est aussi le nom par défaut du répertoire utilisateur dans ownCloud. C'est aussi le port d'URLs distants, par exemple pour tous les services *DAV. Le comportement par défaut peut être modifié à l'aide de ce paramètre. Pour obtenir un comportement similaire aux versions précédentes à ownCloud 5, saisir le nom d'utilisateur à afficher dans le champ suivant. Laissez à blanc pour le comportement par défaut. Les modifications prendront effet seulement pour les nouveaux (ajoutés) utilisateurs LDAP.", + "Internal Username Attribute:" : "Nom d'utilisateur interne:", + "Override UUID detection" : "Surcharger la détection d'UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Par défaut, l'attribut UUID est automatiquement détecté. Cet attribut est utilisé pour identifier les utilisateurs et groupes de façon fiable. Un nom d'utilisateur interne basé sur l'UUID sera automatiquement créé, sauf s'il est spécifié autrement ci-dessus. Vous pouvez modifier ce comportement et définir l'attribut de votre choix. Vous devez alors vous assurer que l'attribut de votre choix peut être récupéré pour les utilisateurs ainsi que pour les groupes et qu'il soit unique. Laisser à blanc pour le comportement par défaut. Les modifications seront effectives uniquement pour les nouveaux (ajoutés) utilisateurs et groupes LDAP.", + "UUID Attribute for Users:" : "Attribut UUID pour les utilisateurs :", + "UUID Attribute for Groups:" : "Attribut UUID pour les groupes :", + "Username-LDAP User Mapping" : "Association Nom d'utilisateur-Utilisateur 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." : "Les noms d'utilisateurs sont utilisés pour le stockage et l'assignation de (meta) données. Pour identifier et reconnaitre précisément les utilisateurs, chaque utilisateur LDAP aura un nom interne spécifique. Cela requiert l'association d'un nom d'utilisateur ownCloud à un nom d'utilisateur LDAP. Le nom d'utilisateur créé est associé à l'attribut UUID de l'utilisateur LDAP. Par ailleurs, le DN est mémorisé en cache pour limiter les interactions LDAP mais il n'est pas utilisé pour l'identification. Si le DN est modifié, ces modifications seront retrouvées. Seul le nom interne à ownCloud est utilisé au sein du produit. Supprimer les associations créera des orphelins et l'action affectera toutes les configurations LDAP. NE JAMAIS SUPPRIMER LES ASSOCIATIONS EN ENVIRONNEMENT DE PRODUCTION, mais uniquement sur des environnements de tests et d'expérimentation.", + "Clear Username-LDAP User Mapping" : "Supprimer l'association utilisateur interne-utilisateur LDAP", + "Clear Groupname-LDAP Group Mapping" : "Supprimer l'association nom de groupe-groupe LDAP" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json new file mode 100644 index 0000000000..11a4844add --- /dev/null +++ b/apps/user_ldap/l10n/fr.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Erreur lors de la suppression des associations.", + "Failed to delete the server configuration" : "Échec de la suppression de la configuration du serveur", + "The configuration is valid and the connection could be established!" : "La configuration est valide et la connexion peut être établie !", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuration est valide, mais le lien ne peut être établi. Veuillez vérifier les paramètres du serveur ainsi que vos identifiants de connexion.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configuration est invalide. Veuillez consulter les logs pour plus de détails.", + "No action specified" : "Aucune action spécifiée", + "No configuration specified" : "Aucune configuration spécifiée", + "No data specified" : "Aucune donnée spécifiée", + " Could not set configuration %s" : "Impossible de spécifier la configuration %s", + "Deletion failed" : "La suppression a échoué", + "Take over settings from recent server configuration?" : "Récupérer les paramètres depuis une configuration récente du serveur ?", + "Keep settings?" : "Garder ces paramètres ?", + "{nthServer}. Server" : "{nthServer}. Serveur", + "Cannot add server configuration" : "Impossible d'ajouter la configuration du serveur", + "mappings cleared" : "associations supprimées", + "Success" : "Succès", + "Error" : "Erreur", + "Please specify a Base DN" : "Veuillez spécifier une Base DN", + "Could not determine Base DN" : "Impossible de déterminer la Base DN", + "Please specify the port" : "Veuillez indiquer le port", + "Configuration OK" : "Configuration OK", + "Configuration incorrect" : "Configuration incorrecte", + "Configuration incomplete" : "Configuration incomplète", + "Select groups" : "Sélectionnez les groupes", + "Select object classes" : "Sélectionner les classes d'objet", + "Select attributes" : "Sélectionner les attributs", + "Connection test succeeded" : "Test de connexion réussi", + "Connection test failed" : "Test de connexion échoué", + "Do you really want to delete the current Server Configuration?" : "Êtes-vous vraiment sûr de vouloir effacer la configuration actuelle du serveur ?", + "Confirm Deletion" : "Confirmer la suppression", + "_%s group found_::_%s groups found_" : ["%s groupe trouvé","%s groupes trouvés"], + "_%s user found_::_%s users found_" : ["%s utilisateur trouvé","%s utilisateurs trouvés"], + "Could not find the desired feature" : "Impossible de trouver la fonction souhaitée", + "Invalid Host" : "Hôte invalide", + "Server" : "Serveur", + "User Filter" : "Filtre utilisateur", + "Login Filter" : "Filtre par nom d'utilisateur", + "Group Filter" : "Filtre de groupes", + "Save" : "Sauvegarder", + "Test Configuration" : "Tester la configuration", + "Help" : "Aide", + "Groups meeting these criteria are available in %s:" : "Les groupes respectant ces critères sont disponibles dans %s :", + "only those object classes:" : "seulement ces classes d'objet :", + "only from those groups:" : "seulement de ces groupes :", + "Edit raw filter instead" : "Éditer le filtre raw à la place", + "Raw LDAP filter" : "Filtre Raw LDAP", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Le filtre spécifie quels groupes LDAP doivent avoir accès à l'instance %s.", + "Test Filter" : "Test du filtre", + "groups found" : "groupes trouvés", + "Users login with this attribute:" : "Utilisateurs se connectant avec cet attribut :", + "LDAP Username:" : "Nom d'utilisateur LDAP :", + "LDAP Email Address:" : "Adresse email LDAP :", + "Other Attributes:" : "Autres attributs :", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Définit le filtre à appliquer lors d'une tentative de connexion. %%uid remplace le nom d'utilisateur lors de la connexion. Exemple : \"uid=%%uid\"", + "1. Server" : "1. Serveur", + "%s. Server:" : "%s. Serveur:", + "Add Server Configuration" : "Ajouter une configuration du serveur", + "Delete Configuration" : "Suppression de la configuration", + "Host" : "Hôte", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas préfixez avec ldaps://", + "Port" : "Port", + "User DN" : "DN Utilisateur (Autorisé à consulter l'annuaire)", + "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 de l'utilisateur client pour lequel la liaison doit se faire, par exemple uid=agent,dc=example,dc=com. Pour un accès anonyme, laisser le DN et le mot de passe vides.", + "Password" : "Mot de passe", + "For anonymous access, leave DN and Password empty." : "Pour un accès anonyme, laisser le DN utilisateur et le mot de passe vides.", + "One Base DN per line" : "Un DN racine par ligne", + "You can specify Base DN for users and groups in the Advanced tab" : "Vous pouvez spécifier les DN Racines de vos utilisateurs et groupes via l'onglet Avancé", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Évite les requêtes LDAP automatiques. Mieux pour les installations de grande ampleur, mais demande des connaissances en LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Entrée manuelle des filtres LDAP (recommandé pour les annuaires de grande ampleur)", + "Limit %s access to users meeting these criteria:" : "Limiter l'accès à %s aux utilisateurs respectant ces critères :", + "The filter specifies which LDAP users shall have access to the %s instance." : "Le filtre spécifie quels utilisateurs LDAP doivent avoir accès à l'instance %s.", + "users found" : "utilisateurs trouvés", + "Saving" : "Enregistrement...", + "Back" : "Retour", + "Continue" : "Poursuivre", + "Expert" : "Expert", + "Advanced" : "Avancé", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avertissement : Les applications user_ldap et user_webdavauth sont incompatibles. Des dysfonctionnements peuvent survenir. Contactez votre administrateur système pour qu'il désactive l'une d'elles.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Attention : Le module php LDAP n'est pas installé, par conséquent cette extension ne pourra fonctionner. Veuillez contacter votre administrateur système afin qu'il l'installe.", + "Connection Settings" : "Paramètres de connexion", + "Configuration Active" : "Configuration active", + "When unchecked, this configuration will be skipped." : "Lorsque non cochée, la configuration sera ignorée.", + "Backup (Replica) Host" : "Serveur de backup (réplique)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Fournir un serveur de backup optionnel. Il doit s'agir d'une réplique du serveur LDAP/AD principal.", + "Backup (Replica) Port" : "Port du serveur de backup (réplique)", + "Disable Main Server" : "Désactiver le serveur principal", + "Only connect to the replica server." : "Se connecter uniquement au serveur de replica.", + "Case insensitive LDAP server (Windows)" : "Serveur LDAP insensible à la casse (Windows)", + "Turn off SSL certificate validation." : "Désactiver la validation du certificat SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non recommandé, à utiliser à des fins de tests uniquement. Si la connexion ne fonctionne qu'avec cette option, importez le certificat SSL du serveur LDAP dans le serveur %s.", + "Cache Time-To-Live" : "Durée de vie du cache", + "in seconds. A change empties the cache." : "en secondes. Tout changement vide le cache.", + "Directory Settings" : "Paramètres du répertoire", + "User Display Name Field" : "Champ \"nom d'affichage\" de l'utilisateur", + "The LDAP attribute to use to generate the user's display name." : "L'attribut LDAP utilisé pour générer le nom d'utilisateur affiché.", + "Base User Tree" : "DN racine de l'arbre utilisateurs", + "One User Base DN per line" : "Un DN racine utilisateur par ligne", + "User Search Attributes" : "Recherche des attributs utilisateur", + "Optional; one attribute per line" : "Optionnel, un attribut par ligne", + "Group Display Name Field" : "Champ \"nom d'affichage\" du groupe", + "The LDAP attribute to use to generate the groups's display name." : "L'attribut LDAP utilisé pour générer le nom de groupe affiché.", + "Base Group Tree" : "DN racine de l'arbre groupes", + "One Group Base DN per line" : "Un DN racine groupe par ligne", + "Group Search Attributes" : "Recherche des attributs du groupe", + "Group-Member association" : "Association groupe-membre", + "Nested Groups" : "Groupes imbriqués", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Si activé, les groupes contenant d'autres groupes sont supportés (fonctionne uniquement si l'attribut membre du groupe contient des DNs).", + "Paging chunksize" : "Dimensionnement des paginations", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "La taille d'une part (chunksize) est utilisée pour les recherches paginées de LDAP qui peuvent retourner des résultats par lots comme une énumération d'utilisateurs ou groupes. (Configurer à 0 pour désactiver les recherches paginées de LDAP.)", + "Special Attributes" : "Attributs spéciaux", + "Quota Field" : "Champ du quota", + "Quota Default" : "Quota par défaut", + "in bytes" : "en bytes", + "Email Field" : "Champ Email", + "User Home Folder Naming Rule" : "Convention de nommage du répertoire utilisateur", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Laisser vide ", + "Internal Username" : "Nom d'utilisateur interne", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Par défaut le nom d'utilisateur interne sera créé à partir de l'attribut UUID. Ceci permet d'assurer que le nom d'utilisateur est unique et que les caractères ne nécessitent pas de conversion. Le nom d'utilisateur interne doit contenir uniquement les caractères suivants : [ a-zA-Z0-9_.@- ]. Les autres caractères sont remplacés par leur correspondance ASCII ou simplement omis. En cas de collision, un nombre est incrémenté/décrémenté. Le nom d'utilisateur interne est utilisé pour identifier l'utilisateur au sein du système. C'est aussi le nom par défaut du répertoire utilisateur dans ownCloud. C'est aussi le port d'URLs distants, par exemple pour tous les services *DAV. Le comportement par défaut peut être modifié à l'aide de ce paramètre. Pour obtenir un comportement similaire aux versions précédentes à ownCloud 5, saisir le nom d'utilisateur à afficher dans le champ suivant. Laissez à blanc pour le comportement par défaut. Les modifications prendront effet seulement pour les nouveaux (ajoutés) utilisateurs LDAP.", + "Internal Username Attribute:" : "Nom d'utilisateur interne:", + "Override UUID detection" : "Surcharger la détection d'UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Par défaut, l'attribut UUID est automatiquement détecté. Cet attribut est utilisé pour identifier les utilisateurs et groupes de façon fiable. Un nom d'utilisateur interne basé sur l'UUID sera automatiquement créé, sauf s'il est spécifié autrement ci-dessus. Vous pouvez modifier ce comportement et définir l'attribut de votre choix. Vous devez alors vous assurer que l'attribut de votre choix peut être récupéré pour les utilisateurs ainsi que pour les groupes et qu'il soit unique. Laisser à blanc pour le comportement par défaut. Les modifications seront effectives uniquement pour les nouveaux (ajoutés) utilisateurs et groupes LDAP.", + "UUID Attribute for Users:" : "Attribut UUID pour les utilisateurs :", + "UUID Attribute for Groups:" : "Attribut UUID pour les groupes :", + "Username-LDAP User Mapping" : "Association Nom d'utilisateur-Utilisateur 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." : "Les noms d'utilisateurs sont utilisés pour le stockage et l'assignation de (meta) données. Pour identifier et reconnaitre précisément les utilisateurs, chaque utilisateur LDAP aura un nom interne spécifique. Cela requiert l'association d'un nom d'utilisateur ownCloud à un nom d'utilisateur LDAP. Le nom d'utilisateur créé est associé à l'attribut UUID de l'utilisateur LDAP. Par ailleurs, le DN est mémorisé en cache pour limiter les interactions LDAP mais il n'est pas utilisé pour l'identification. Si le DN est modifié, ces modifications seront retrouvées. Seul le nom interne à ownCloud est utilisé au sein du produit. Supprimer les associations créera des orphelins et l'action affectera toutes les configurations LDAP. NE JAMAIS SUPPRIMER LES ASSOCIATIONS EN ENVIRONNEMENT DE PRODUCTION, mais uniquement sur des environnements de tests et d'expérimentation.", + "Clear Username-LDAP User Mapping" : "Supprimer l'association utilisateur interne-utilisateur LDAP", + "Clear Groupname-LDAP Group Mapping" : "Supprimer l'association nom de groupe-groupe LDAP" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/fr.php b/apps/user_ldap/l10n/fr.php deleted file mode 100644 index 0108c0e54b..0000000000 --- a/apps/user_ldap/l10n/fr.php +++ /dev/null @@ -1,131 +0,0 @@ - "Erreur lors de la suppression des associations.", -"Failed to delete the server configuration" => "Échec de la suppression de la configuration du serveur", -"The configuration is valid and the connection could be established!" => "La configuration est valide et la connexion peut être établie !", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "La configuration est valide, mais le lien ne peut être établi. Veuillez vérifier les paramètres du serveur ainsi que vos identifiants de connexion.", -"The configuration is invalid. Please have a look at the logs for further details." => "La configuration est invalide. Veuillez consulter les logs pour plus de détails.", -"No action specified" => "Aucune action spécifiée", -"No configuration specified" => "Aucune configuration spécifiée", -"No data specified" => "Aucune donnée spécifiée", -" Could not set configuration %s" => "Impossible de spécifier la configuration %s", -"Deletion failed" => "La suppression a échoué", -"Take over settings from recent server configuration?" => "Récupérer les paramètres depuis une configuration récente du serveur ?", -"Keep settings?" => "Garder ces paramètres ?", -"{nthServer}. Server" => "{nthServer}. Serveur", -"Cannot add server configuration" => "Impossible d'ajouter la configuration du serveur", -"mappings cleared" => "associations supprimées", -"Success" => "Succès", -"Error" => "Erreur", -"Please specify a Base DN" => "Veuillez spécifier une Base DN", -"Could not determine Base DN" => "Impossible de déterminer la Base DN", -"Please specify the port" => "Veuillez indiquer le port", -"Configuration OK" => "Configuration OK", -"Configuration incorrect" => "Configuration incorrecte", -"Configuration incomplete" => "Configuration incomplète", -"Select groups" => "Sélectionnez les groupes", -"Select object classes" => "Sélectionner les classes d'objet", -"Select attributes" => "Sélectionner les attributs", -"Connection test succeeded" => "Test de connexion réussi", -"Connection test failed" => "Test de connexion échoué", -"Do you really want to delete the current Server Configuration?" => "Êtes-vous vraiment sûr de vouloir effacer la configuration actuelle du serveur ?", -"Confirm Deletion" => "Confirmer la suppression", -"_%s group found_::_%s groups found_" => array("%s groupe trouvé","%s groupes trouvés"), -"_%s user found_::_%s users found_" => array("%s utilisateur trouvé","%s utilisateurs trouvés"), -"Could not find the desired feature" => "Impossible de trouver la fonction souhaitée", -"Invalid Host" => "Hôte invalide", -"Server" => "Serveur", -"User Filter" => "Filtre utilisateur", -"Login Filter" => "Filtre par nom d'utilisateur", -"Group Filter" => "Filtre de groupes", -"Save" => "Sauvegarder", -"Test Configuration" => "Tester la configuration", -"Help" => "Aide", -"Groups meeting these criteria are available in %s:" => "Les groupes respectant ces critères sont disponibles dans %s :", -"only those object classes:" => "seulement ces classes d'objet :", -"only from those groups:" => "seulement de ces groupes :", -"Edit raw filter instead" => "Éditer le filtre raw à la place", -"Raw LDAP filter" => "Filtre Raw LDAP", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Le filtre spécifie quels groupes LDAP doivent avoir accès à l'instance %s.", -"Test Filter" => "Test du filtre", -"groups found" => "groupes trouvés", -"Users login with this attribute:" => "Utilisateurs se connectant avec cet attribut :", -"LDAP Username:" => "Nom d'utilisateur LDAP :", -"LDAP Email Address:" => "Adresse email LDAP :", -"Other Attributes:" => "Autres attributs :", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Définit le filtre à appliquer lors d'une tentative de connexion. %%uid remplace le nom d'utilisateur lors de la connexion. Exemple : \"uid=%%uid\"", -"1. Server" => "1. Serveur", -"%s. Server:" => "%s. Serveur:", -"Add Server Configuration" => "Ajouter une configuration du serveur", -"Delete Configuration" => "Suppression de la configuration", -"Host" => "Hôte", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas préfixez avec ldaps://", -"Port" => "Port", -"User DN" => "DN Utilisateur (Autorisé à consulter l'annuaire)", -"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 de l'utilisateur client pour lequel la liaison doit se faire, par exemple uid=agent,dc=example,dc=com. Pour un accès anonyme, laisser le DN et le mot de passe vides.", -"Password" => "Mot de passe", -"For anonymous access, leave DN and Password empty." => "Pour un accès anonyme, laisser le DN utilisateur et le mot de passe vides.", -"One Base DN per line" => "Un DN racine par ligne", -"You can specify Base DN for users and groups in the Advanced tab" => "Vous pouvez spécifier les DN Racines de vos utilisateurs et groupes via l'onglet Avancé", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Évite les requêtes LDAP automatiques. Mieux pour les installations de grande ampleur, mais demande des connaissances en LDAP.", -"Manually enter LDAP filters (recommended for large directories)" => "Entrée manuelle des filtres LDAP (recommandé pour les annuaires de grande ampleur)", -"Limit %s access to users meeting these criteria:" => "Limiter l'accès à %s aux utilisateurs respectant ces critères :", -"The filter specifies which LDAP users shall have access to the %s instance." => "Le filtre spécifie quels utilisateurs LDAP doivent avoir accès à l'instance %s.", -"users found" => "utilisateurs trouvés", -"Saving" => "Enregistrement...", -"Back" => "Retour", -"Continue" => "Poursuivre", -"Expert" => "Expert", -"Advanced" => "Avancé", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Avertissement : Les applications user_ldap et user_webdavauth sont incompatibles. Des dysfonctionnements peuvent survenir. Contactez votre administrateur système pour qu'il désactive l'une d'elles.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Attention : Le module php LDAP n'est pas installé, par conséquent cette extension ne pourra fonctionner. Veuillez contacter votre administrateur système afin qu'il l'installe.", -"Connection Settings" => "Paramètres de connexion", -"Configuration Active" => "Configuration active", -"When unchecked, this configuration will be skipped." => "Lorsque non cochée, la configuration sera ignorée.", -"Backup (Replica) Host" => "Serveur de backup (réplique)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Fournir un serveur de backup optionnel. Il doit s'agir d'une réplique du serveur LDAP/AD principal.", -"Backup (Replica) Port" => "Port du serveur de backup (réplique)", -"Disable Main Server" => "Désactiver le serveur principal", -"Only connect to the replica server." => "Se connecter uniquement au serveur de replica.", -"Case insensitive LDAP server (Windows)" => "Serveur LDAP insensible à la casse (Windows)", -"Turn off SSL certificate validation." => "Désactiver la validation du certificat SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Non recommandé, à utiliser à des fins de tests uniquement. Si la connexion ne fonctionne qu'avec cette option, importez le certificat SSL du serveur LDAP dans le serveur %s.", -"Cache Time-To-Live" => "Durée de vie du cache", -"in seconds. A change empties the cache." => "en secondes. Tout changement vide le cache.", -"Directory Settings" => "Paramètres du répertoire", -"User Display Name Field" => "Champ \"nom d'affichage\" de l'utilisateur", -"The LDAP attribute to use to generate the user's display name." => "L'attribut LDAP utilisé pour générer le nom d'utilisateur affiché.", -"Base User Tree" => "DN racine de l'arbre utilisateurs", -"One User Base DN per line" => "Un DN racine utilisateur par ligne", -"User Search Attributes" => "Recherche des attributs utilisateur", -"Optional; one attribute per line" => "Optionnel, un attribut par ligne", -"Group Display Name Field" => "Champ \"nom d'affichage\" du groupe", -"The LDAP attribute to use to generate the groups's display name." => "L'attribut LDAP utilisé pour générer le nom de groupe affiché.", -"Base Group Tree" => "DN racine de l'arbre groupes", -"One Group Base DN per line" => "Un DN racine groupe par ligne", -"Group Search Attributes" => "Recherche des attributs du groupe", -"Group-Member association" => "Association groupe-membre", -"Nested Groups" => "Groupes imbriqués", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Si activé, les groupes contenant d'autres groupes sont supportés (fonctionne uniquement si l'attribut membre du groupe contient des DNs).", -"Paging chunksize" => "Dimensionnement des paginations", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "La taille d'une part (chunksize) est utilisée pour les recherches paginées de LDAP qui peuvent retourner des résultats par lots comme une énumération d'utilisateurs ou groupes. (Configurer à 0 pour désactiver les recherches paginées de LDAP.)", -"Special Attributes" => "Attributs spéciaux", -"Quota Field" => "Champ du quota", -"Quota Default" => "Quota par défaut", -"in bytes" => "en bytes", -"Email Field" => "Champ Email", -"User Home Folder Naming Rule" => "Convention de nommage du répertoire utilisateur", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Laisser vide ", -"Internal Username" => "Nom d'utilisateur interne", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Par défaut le nom d'utilisateur interne sera créé à partir de l'attribut UUID. Ceci permet d'assurer que le nom d'utilisateur est unique et que les caractères ne nécessitent pas de conversion. Le nom d'utilisateur interne doit contenir uniquement les caractères suivants : [ a-zA-Z0-9_.@- ]. Les autres caractères sont remplacés par leur correspondance ASCII ou simplement omis. En cas de collision, un nombre est incrémenté/décrémenté. Le nom d'utilisateur interne est utilisé pour identifier l'utilisateur au sein du système. C'est aussi le nom par défaut du répertoire utilisateur dans ownCloud. C'est aussi le port d'URLs distants, par exemple pour tous les services *DAV. Le comportement par défaut peut être modifié à l'aide de ce paramètre. Pour obtenir un comportement similaire aux versions précédentes à ownCloud 5, saisir le nom d'utilisateur à afficher dans le champ suivant. Laissez à blanc pour le comportement par défaut. Les modifications prendront effet seulement pour les nouveaux (ajoutés) utilisateurs LDAP.", -"Internal Username Attribute:" => "Nom d'utilisateur interne:", -"Override UUID detection" => "Surcharger la détection d'UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Par défaut, l'attribut UUID est automatiquement détecté. Cet attribut est utilisé pour identifier les utilisateurs et groupes de façon fiable. Un nom d'utilisateur interne basé sur l'UUID sera automatiquement créé, sauf s'il est spécifié autrement ci-dessus. Vous pouvez modifier ce comportement et définir l'attribut de votre choix. Vous devez alors vous assurer que l'attribut de votre choix peut être récupéré pour les utilisateurs ainsi que pour les groupes et qu'il soit unique. Laisser à blanc pour le comportement par défaut. Les modifications seront effectives uniquement pour les nouveaux (ajoutés) utilisateurs et groupes LDAP.", -"UUID Attribute for Users:" => "Attribut UUID pour les utilisateurs :", -"UUID Attribute for Groups:" => "Attribut UUID pour les groupes :", -"Username-LDAP User Mapping" => "Association Nom d'utilisateur-Utilisateur 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." => "Les noms d'utilisateurs sont utilisés pour le stockage et l'assignation de (meta) données. Pour identifier et reconnaitre précisément les utilisateurs, chaque utilisateur LDAP aura un nom interne spécifique. Cela requiert l'association d'un nom d'utilisateur ownCloud à un nom d'utilisateur LDAP. Le nom d'utilisateur créé est associé à l'attribut UUID de l'utilisateur LDAP. Par ailleurs, le DN est mémorisé en cache pour limiter les interactions LDAP mais il n'est pas utilisé pour l'identification. Si le DN est modifié, ces modifications seront retrouvées. Seul le nom interne à ownCloud est utilisé au sein du produit. Supprimer les associations créera des orphelins et l'action affectera toutes les configurations LDAP. NE JAMAIS SUPPRIMER LES ASSOCIATIONS EN ENVIRONNEMENT DE PRODUCTION, mais uniquement sur des environnements de tests et d'expérimentation.", -"Clear Username-LDAP User Mapping" => "Supprimer l'association utilisateur interne-utilisateur LDAP", -"Clear Groupname-LDAP Group Mapping" => "Supprimer l'association nom de groupe-groupe LDAP" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_ldap/l10n/fr_CA.js b/apps/user_ldap/l10n/fr_CA.js new file mode 100644 index 0000000000..95c97db2f9 --- /dev/null +++ b/apps/user_ldap/l10n/fr_CA.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/fr_CA.json b/apps/user_ldap/l10n/fr_CA.json new file mode 100644 index 0000000000..8e0cd6f678 --- /dev/null +++ b/apps/user_ldap/l10n/fr_CA.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/fr_CA.php b/apps/user_ldap/l10n/fr_CA.php deleted file mode 100644 index 2371ee7059..0000000000 --- a/apps/user_ldap/l10n/fr_CA.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_ldap/l10n/fy_NL.js b/apps/user_ldap/l10n/fy_NL.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/fy_NL.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/fy_NL.json b/apps/user_ldap/l10n/fy_NL.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/fy_NL.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/fy_NL.php b/apps/user_ldap/l10n/fy_NL.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/fy_NL.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/gl.js b/apps/user_ldap/l10n/gl.js new file mode 100644 index 0000000000..ef75c8df65 --- /dev/null +++ b/apps/user_ldap/l10n/gl.js @@ -0,0 +1,128 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Non foi posíbel limpar as asignacións.", + "Failed to delete the server configuration" : "Non foi posíbel eliminar a configuración do servidor", + "The configuration is valid and the connection could be established!" : "A configuración é correcta e pode estabelecerse a conexión.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuración é correcta, mais a ligazón non. Comprobe a configuración do servidor e as credenciais.", + "The configuration is invalid. Please have a look at the logs for further details." : "A configuración non é correcta. Vexa o rexistro de ownCloud para máis detalles", + "No action specified" : "Non se especificou unha acción", + "No configuration specified" : "Non se especificou unha configuración", + "No data specified" : "Non se especificaron datos", + " Could not set configuration %s" : "Non foi posíbel estabelecer a configuración %s", + "Deletion failed" : "Produciuse un fallo ao eliminar", + "Take over settings from recent server configuration?" : "Tomar os recentes axustes de configuración do servidor?", + "Keep settings?" : "Manter os axustes?", + "{nthServer}. Server" : "{nthServer}. Servidor", + "Cannot add server configuration" : "Non é posíbel engadir a configuración do servidor", + "mappings cleared" : "limpadas as asignacións", + "Success" : "Correcto", + "Error" : "Erro", + "Please specify a Base DN" : "Por favor indique un DN base", + "Could not determine Base DN" : "Non se puido determinar o DN base", + "Please specify the port" : "Por favor indique un porto", + "Configuration OK" : "Configuración correcta", + "Configuration incorrect" : "Configuración incorrecta", + "Configuration incomplete" : "Configuración incompleta", + "Select groups" : "Seleccionar grupos", + "Select object classes" : "Seleccione as clases de obxectos", + "Select attributes" : "Seleccione os atributos", + "Connection test succeeded" : "A proba de conexión foi satisfactoria", + "Connection test failed" : "A proba de conexión fracasou", + "Do you really want to delete the current Server Configuration?" : "Confirma que quere eliminar a configuración actual do servidor?", + "Confirm Deletion" : "Confirmar a eliminación", + "_%s group found_::_%s groups found_" : ["Atopouse %s grupo","Atopáronse %s grupos"], + "_%s user found_::_%s users found_" : ["Atopouse %s usuario","Atopáronse %s usuarios"], + "Could not find the desired feature" : "Non foi posíbel atopar a función desexada", + "Invalid Host" : "Máquina incorrecta", + "Server" : "Servidor", + "User Filter" : "Filtro do usuario", + "Login Filter" : "Filtro de acceso", + "Group Filter" : "Filtro de grupo", + "Save" : "Gardar", + "Test Configuration" : "Probar a configuración", + "Help" : "Axuda", + "Groups meeting these criteria are available in %s:" : "Os grupos que cumpren estes criterios están dispoñíbeis en %s:", + "only those object classes:" : "só as clases de obxecto:", + "only from those groups:" : "só dos grupos:", + "Edit raw filter instead" : "Editar, no seu canto, o filtro en bruto", + "Raw LDAP filter" : "Filtro LDAP en bruto", + "The filter specifies which LDAP groups shall have access to the %s instance." : "O filtro especifica que grupos LDAP teñen acceso á instancia %s.", + "groups found" : "atopáronse grupos", + "Users login with this attribute:" : "Os usuarios inician sesión con este atributo:", + "LDAP Username:" : "Nome de usuario LDAP:", + "LDAP Email Address:" : "Enderezo de correo LDAP:", + "Other Attributes:" : "Outros atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define o filtro que se aplica cando se intenta o acceso. %%uid substitúe o nome de usuario e a acción de acceso. Exemplo: «uid=%%uid»", + "1. Server" : "1. Servidor", + "%s. Server:" : "%s. Servidor:", + "Add Server Configuration" : "Engadir a configuración do servidor", + "Delete Configuration" : "Eliminar a configuración", + "Host" : "Servidor", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Pode omitir o protocolo agás que precise de SSL. Nese caso comece con ldaps://", + "Port" : "Porto", + "User DN" : "DN do usuario", + "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." : "O DN do cliente do usuario co que hai que estabelecer unha conexión, p.ex uid=axente, dc=exemplo, dc=com. Para o acceso anónimo deixe o DN e o contrasinal baleiros.", + "Password" : "Contrasinal", + "For anonymous access, leave DN and Password empty." : "Para o acceso anónimo deixe o DN e o contrasinal baleiros.", + "One Base DN per line" : "Un DN base por liña", + "You can specify Base DN for users and groups in the Advanced tab" : "Pode especificar a DN base para usuarios e grupos na lapela de «Avanzado»", + "Limit %s access to users meeting these criteria:" : "Limitar o acceso a %s para os usuarios que cumpren con estes criterios:", + "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica que usuarios LDAP teñen acceso á instancia %s.", + "users found" : "atopáronse usuarios", + "Back" : "Atrás", + "Continue" : "Continuar", + "Expert" : "Experto", + "Advanced" : "Avanzado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Aviso: As aplicacións user_ldap e user_webdavauth son incompatíbeis. Pode acontecer un comportamento estraño. Consulte co administrador do sistema para desactivar unha delas.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Aviso: O módulo PHP LDAP non está instalado, o servidor non funcionará. Consulte co administrador do sistema para instalalo.", + "Connection Settings" : "Axustes da conexión", + "Configuration Active" : "Configuración activa", + "When unchecked, this configuration will be skipped." : "Se está sen marcar, omítese esta configuración.", + "Backup (Replica) Host" : "Servidor da copia de seguranza (Réplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Indicar un servidor de copia de seguranza opcional. Debe ser unha réplica do servidor principal LDAP/AD.", + "Backup (Replica) Port" : "Porto da copia de seguranza (Réplica)", + "Disable Main Server" : "Desactivar o servidor principal", + "Only connect to the replica server." : "Conectar só co servidor de réplica.", + "Case insensitive LDAP server (Windows)" : "Servidor LDAP non sensíbel a maiúsculas (Windows)", + "Turn off SSL certificate validation." : "Desactiva a validación do certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non recomendado, utilizar só para probas! Se a conexión só funciona con esta opción importa o certificado SSL do servidor LDAP no seu servidor %s.", + "Cache Time-To-Live" : "Tempo de persistencia da caché", + "in seconds. A change empties the cache." : "en segundos. Calquera cambio baleira a caché.", + "Directory Settings" : "Axustes do directorio", + "User Display Name Field" : "Campo de mostra do nome de usuario", + "The LDAP attribute to use to generate the user's display name." : "O atributo LDAP a empregar para xerar o nome de usuario para amosar.", + "Base User Tree" : "Base da árbore de usuarios", + "One User Base DN per line" : "Un DN base de usuario por liña", + "User Search Attributes" : "Atributos de busca do usuario", + "Optional; one attribute per line" : "Opcional; un atributo por liña", + "Group Display Name Field" : "Campo de mostra do nome de grupo", + "The LDAP attribute to use to generate the groups's display name." : "O atributo LDAP úsase para xerar os nomes dos grupos que amosar.", + "Base Group Tree" : "Base da árbore de grupo", + "One Group Base DN per line" : "Un DN base de grupo por liña", + "Group Search Attributes" : "Atributos de busca do grupo", + "Group-Member association" : "Asociación de grupos e membros", + "Nested Groups" : "Grupos aniñados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Se está activado, admítense grupos que conteñen grupos. (Só funciona se o atributo de membro de grupo conten os DN.)", + "Paging chunksize" : "Tamaño dos fragmentos paxinados", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamaño dos fragmentos utilizados para as buscas LDAP paxinadas, que poden devolver resultados voluminosos como usuario ou enumeración de grupo. (Se se establece a 0, desactívanse as buscas LDAP paxinadas nesas situacións.)", + "Special Attributes" : "Atributos especiais", + "Quota Field" : "Campo de cota", + "Quota Default" : "Cota predeterminada", + "in bytes" : "en bytes", + "Email Field" : "Campo do correo", + "User Home Folder Naming Rule" : "Regra de nomeado do cartafol do usuario", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixar baleiro para o nome de usuario (predeterminado). Noutro caso, especifique un atributo LDAP/AD.", + "Internal Username" : "Nome de usuario interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "De xeito predeterminado, o nome de usuario interno crease a partires do atributo UUID. Asegurase de que o nome de usuario é único e de non ter que converter os caracteres. O nome de usuario interno ten a limitación de que só están permitidos estes caracteres: [ a-zA-Z0-9_.@- ]. Os outros caracteres substitúense pola súa correspondencia ASCII ou simplemente omítense. Nas colisións engadirase/incrementarase un número. O nome de usuario interno utilizase para identificar a un usuario interno. É tamén o nome predeterminado do cartafol persoal do usuario. Tamén é parte dun URL remoto, por exemplo, para todos os servizos *DAV. Con este axuste, o comportamento predeterminado pode ser sobrescrito. Para lograr un comportamento semellante ao anterior ownCloud 5 introduza o atributo do nome para amosar do usuario no seguinte campo. Déixeo baleiro para o comportamento predeterminado. Os cambios terán efecto só nas novas asignacións (engadidos) de usuarios de LDAP.", + "Internal Username Attribute:" : "Atributo do nome de usuario interno:", + "Override UUID detection" : "Ignorar a detección do UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "De xeito predeterminado, o atributo UUID é detectado automaticamente. O atributo UUID utilizase para identificar, sen dúbida, aos usuarios e grupos LDAP. Ademais, crearase o usuario interno baseado no UUID, se non se especifica anteriormente o contrario. Pode anular a configuración e pasar un atributo da súa escolla. Vostede debe asegurarse de que o atributo da súa escolla pode ser recuperado polos usuarios e grupos e de que é único. Déixeo baleiro para o comportamento predeterminado. Os cambios terán efecto só nas novas asignacións (engadidos) de usuarios de LDAP.", + "UUID Attribute for Users:" : "Atributo do UUID para usuarios:", + "UUID Attribute for Groups:" : "Atributo do UUID para grupos:", + "Username-LDAP User Mapping" : "Asignación do usuario ao «nome de usuario 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." : "Os nomes de usuario empréganse para almacenar e asignar (meta) datos. Coa fin de identificar con precisión e recoñecer aos usuarios, cada usuario LDAP terá un nome de usuario interno. Isto require unha asignación de ownCloud nome de usuario a usuario LDAP. O nome de usuario creado asignase ao UUID do usuario LDAP. Ademais o DN almacenase na caché, para así reducir a interacción do LDAP, mais non se utiliza para a identificación. Se o DN cambia, os cambios poden ser atopados polo ownCloud. O nome interno no ownCloud utilizase en todo o ownCloud. A limpeza das asignacións deixará rastros en todas partes. A limpeza das asignacións non é sensíbel á configuración, afecta a todas as configuracións de LDAP! Non limpar nunca as asignacións nun entorno de produción. Limpar as asignacións só en fases de proba ou experimentais.", + "Clear Username-LDAP User Mapping" : "Limpar a asignación do usuario ao «nome de usuario LDAP»", + "Clear Groupname-LDAP Group Mapping" : "Limpar a asignación do grupo ao «nome de grupo LDAP»" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/gl.json b/apps/user_ldap/l10n/gl.json new file mode 100644 index 0000000000..99b0807ef5 --- /dev/null +++ b/apps/user_ldap/l10n/gl.json @@ -0,0 +1,126 @@ +{ "translations": { + "Failed to clear the mappings." : "Non foi posíbel limpar as asignacións.", + "Failed to delete the server configuration" : "Non foi posíbel eliminar a configuración do servidor", + "The configuration is valid and the connection could be established!" : "A configuración é correcta e pode estabelecerse a conexión.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuración é correcta, mais a ligazón non. Comprobe a configuración do servidor e as credenciais.", + "The configuration is invalid. Please have a look at the logs for further details." : "A configuración non é correcta. Vexa o rexistro de ownCloud para máis detalles", + "No action specified" : "Non se especificou unha acción", + "No configuration specified" : "Non se especificou unha configuración", + "No data specified" : "Non se especificaron datos", + " Could not set configuration %s" : "Non foi posíbel estabelecer a configuración %s", + "Deletion failed" : "Produciuse un fallo ao eliminar", + "Take over settings from recent server configuration?" : "Tomar os recentes axustes de configuración do servidor?", + "Keep settings?" : "Manter os axustes?", + "{nthServer}. Server" : "{nthServer}. Servidor", + "Cannot add server configuration" : "Non é posíbel engadir a configuración do servidor", + "mappings cleared" : "limpadas as asignacións", + "Success" : "Correcto", + "Error" : "Erro", + "Please specify a Base DN" : "Por favor indique un DN base", + "Could not determine Base DN" : "Non se puido determinar o DN base", + "Please specify the port" : "Por favor indique un porto", + "Configuration OK" : "Configuración correcta", + "Configuration incorrect" : "Configuración incorrecta", + "Configuration incomplete" : "Configuración incompleta", + "Select groups" : "Seleccionar grupos", + "Select object classes" : "Seleccione as clases de obxectos", + "Select attributes" : "Seleccione os atributos", + "Connection test succeeded" : "A proba de conexión foi satisfactoria", + "Connection test failed" : "A proba de conexión fracasou", + "Do you really want to delete the current Server Configuration?" : "Confirma que quere eliminar a configuración actual do servidor?", + "Confirm Deletion" : "Confirmar a eliminación", + "_%s group found_::_%s groups found_" : ["Atopouse %s grupo","Atopáronse %s grupos"], + "_%s user found_::_%s users found_" : ["Atopouse %s usuario","Atopáronse %s usuarios"], + "Could not find the desired feature" : "Non foi posíbel atopar a función desexada", + "Invalid Host" : "Máquina incorrecta", + "Server" : "Servidor", + "User Filter" : "Filtro do usuario", + "Login Filter" : "Filtro de acceso", + "Group Filter" : "Filtro de grupo", + "Save" : "Gardar", + "Test Configuration" : "Probar a configuración", + "Help" : "Axuda", + "Groups meeting these criteria are available in %s:" : "Os grupos que cumpren estes criterios están dispoñíbeis en %s:", + "only those object classes:" : "só as clases de obxecto:", + "only from those groups:" : "só dos grupos:", + "Edit raw filter instead" : "Editar, no seu canto, o filtro en bruto", + "Raw LDAP filter" : "Filtro LDAP en bruto", + "The filter specifies which LDAP groups shall have access to the %s instance." : "O filtro especifica que grupos LDAP teñen acceso á instancia %s.", + "groups found" : "atopáronse grupos", + "Users login with this attribute:" : "Os usuarios inician sesión con este atributo:", + "LDAP Username:" : "Nome de usuario LDAP:", + "LDAP Email Address:" : "Enderezo de correo LDAP:", + "Other Attributes:" : "Outros atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define o filtro que se aplica cando se intenta o acceso. %%uid substitúe o nome de usuario e a acción de acceso. Exemplo: «uid=%%uid»", + "1. Server" : "1. Servidor", + "%s. Server:" : "%s. Servidor:", + "Add Server Configuration" : "Engadir a configuración do servidor", + "Delete Configuration" : "Eliminar a configuración", + "Host" : "Servidor", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Pode omitir o protocolo agás que precise de SSL. Nese caso comece con ldaps://", + "Port" : "Porto", + "User DN" : "DN do usuario", + "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." : "O DN do cliente do usuario co que hai que estabelecer unha conexión, p.ex uid=axente, dc=exemplo, dc=com. Para o acceso anónimo deixe o DN e o contrasinal baleiros.", + "Password" : "Contrasinal", + "For anonymous access, leave DN and Password empty." : "Para o acceso anónimo deixe o DN e o contrasinal baleiros.", + "One Base DN per line" : "Un DN base por liña", + "You can specify Base DN for users and groups in the Advanced tab" : "Pode especificar a DN base para usuarios e grupos na lapela de «Avanzado»", + "Limit %s access to users meeting these criteria:" : "Limitar o acceso a %s para os usuarios que cumpren con estes criterios:", + "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica que usuarios LDAP teñen acceso á instancia %s.", + "users found" : "atopáronse usuarios", + "Back" : "Atrás", + "Continue" : "Continuar", + "Expert" : "Experto", + "Advanced" : "Avanzado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Aviso: As aplicacións user_ldap e user_webdavauth son incompatíbeis. Pode acontecer un comportamento estraño. Consulte co administrador do sistema para desactivar unha delas.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Aviso: O módulo PHP LDAP non está instalado, o servidor non funcionará. Consulte co administrador do sistema para instalalo.", + "Connection Settings" : "Axustes da conexión", + "Configuration Active" : "Configuración activa", + "When unchecked, this configuration will be skipped." : "Se está sen marcar, omítese esta configuración.", + "Backup (Replica) Host" : "Servidor da copia de seguranza (Réplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Indicar un servidor de copia de seguranza opcional. Debe ser unha réplica do servidor principal LDAP/AD.", + "Backup (Replica) Port" : "Porto da copia de seguranza (Réplica)", + "Disable Main Server" : "Desactivar o servidor principal", + "Only connect to the replica server." : "Conectar só co servidor de réplica.", + "Case insensitive LDAP server (Windows)" : "Servidor LDAP non sensíbel a maiúsculas (Windows)", + "Turn off SSL certificate validation." : "Desactiva a validación do certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non recomendado, utilizar só para probas! Se a conexión só funciona con esta opción importa o certificado SSL do servidor LDAP no seu servidor %s.", + "Cache Time-To-Live" : "Tempo de persistencia da caché", + "in seconds. A change empties the cache." : "en segundos. Calquera cambio baleira a caché.", + "Directory Settings" : "Axustes do directorio", + "User Display Name Field" : "Campo de mostra do nome de usuario", + "The LDAP attribute to use to generate the user's display name." : "O atributo LDAP a empregar para xerar o nome de usuario para amosar.", + "Base User Tree" : "Base da árbore de usuarios", + "One User Base DN per line" : "Un DN base de usuario por liña", + "User Search Attributes" : "Atributos de busca do usuario", + "Optional; one attribute per line" : "Opcional; un atributo por liña", + "Group Display Name Field" : "Campo de mostra do nome de grupo", + "The LDAP attribute to use to generate the groups's display name." : "O atributo LDAP úsase para xerar os nomes dos grupos que amosar.", + "Base Group Tree" : "Base da árbore de grupo", + "One Group Base DN per line" : "Un DN base de grupo por liña", + "Group Search Attributes" : "Atributos de busca do grupo", + "Group-Member association" : "Asociación de grupos e membros", + "Nested Groups" : "Grupos aniñados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Se está activado, admítense grupos que conteñen grupos. (Só funciona se o atributo de membro de grupo conten os DN.)", + "Paging chunksize" : "Tamaño dos fragmentos paxinados", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamaño dos fragmentos utilizados para as buscas LDAP paxinadas, que poden devolver resultados voluminosos como usuario ou enumeración de grupo. (Se se establece a 0, desactívanse as buscas LDAP paxinadas nesas situacións.)", + "Special Attributes" : "Atributos especiais", + "Quota Field" : "Campo de cota", + "Quota Default" : "Cota predeterminada", + "in bytes" : "en bytes", + "Email Field" : "Campo do correo", + "User Home Folder Naming Rule" : "Regra de nomeado do cartafol do usuario", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixar baleiro para o nome de usuario (predeterminado). Noutro caso, especifique un atributo LDAP/AD.", + "Internal Username" : "Nome de usuario interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "De xeito predeterminado, o nome de usuario interno crease a partires do atributo UUID. Asegurase de que o nome de usuario é único e de non ter que converter os caracteres. O nome de usuario interno ten a limitación de que só están permitidos estes caracteres: [ a-zA-Z0-9_.@- ]. Os outros caracteres substitúense pola súa correspondencia ASCII ou simplemente omítense. Nas colisións engadirase/incrementarase un número. O nome de usuario interno utilizase para identificar a un usuario interno. É tamén o nome predeterminado do cartafol persoal do usuario. Tamén é parte dun URL remoto, por exemplo, para todos os servizos *DAV. Con este axuste, o comportamento predeterminado pode ser sobrescrito. Para lograr un comportamento semellante ao anterior ownCloud 5 introduza o atributo do nome para amosar do usuario no seguinte campo. Déixeo baleiro para o comportamento predeterminado. Os cambios terán efecto só nas novas asignacións (engadidos) de usuarios de LDAP.", + "Internal Username Attribute:" : "Atributo do nome de usuario interno:", + "Override UUID detection" : "Ignorar a detección do UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "De xeito predeterminado, o atributo UUID é detectado automaticamente. O atributo UUID utilizase para identificar, sen dúbida, aos usuarios e grupos LDAP. Ademais, crearase o usuario interno baseado no UUID, se non se especifica anteriormente o contrario. Pode anular a configuración e pasar un atributo da súa escolla. Vostede debe asegurarse de que o atributo da súa escolla pode ser recuperado polos usuarios e grupos e de que é único. Déixeo baleiro para o comportamento predeterminado. Os cambios terán efecto só nas novas asignacións (engadidos) de usuarios de LDAP.", + "UUID Attribute for Users:" : "Atributo do UUID para usuarios:", + "UUID Attribute for Groups:" : "Atributo do UUID para grupos:", + "Username-LDAP User Mapping" : "Asignación do usuario ao «nome de usuario 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." : "Os nomes de usuario empréganse para almacenar e asignar (meta) datos. Coa fin de identificar con precisión e recoñecer aos usuarios, cada usuario LDAP terá un nome de usuario interno. Isto require unha asignación de ownCloud nome de usuario a usuario LDAP. O nome de usuario creado asignase ao UUID do usuario LDAP. Ademais o DN almacenase na caché, para así reducir a interacción do LDAP, mais non se utiliza para a identificación. Se o DN cambia, os cambios poden ser atopados polo ownCloud. O nome interno no ownCloud utilizase en todo o ownCloud. A limpeza das asignacións deixará rastros en todas partes. A limpeza das asignacións non é sensíbel á configuración, afecta a todas as configuracións de LDAP! Non limpar nunca as asignacións nun entorno de produción. Limpar as asignacións só en fases de proba ou experimentais.", + "Clear Username-LDAP User Mapping" : "Limpar a asignación do usuario ao «nome de usuario LDAP»", + "Clear Groupname-LDAP Group Mapping" : "Limpar a asignación do grupo ao «nome de grupo LDAP»" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/gl.php b/apps/user_ldap/l10n/gl.php deleted file mode 100644 index 6dea160392..0000000000 --- a/apps/user_ldap/l10n/gl.php +++ /dev/null @@ -1,127 +0,0 @@ - "Non foi posíbel limpar as asignacións.", -"Failed to delete the server configuration" => "Non foi posíbel eliminar a configuración do servidor", -"The configuration is valid and the connection could be established!" => "A configuración é correcta e pode estabelecerse a conexión.", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "A configuración é correcta, mais a ligazón non. Comprobe a configuración do servidor e as credenciais.", -"The configuration is invalid. Please have a look at the logs for further details." => "A configuración non é correcta. Vexa o rexistro de ownCloud para máis detalles", -"No action specified" => "Non se especificou unha acción", -"No configuration specified" => "Non se especificou unha configuración", -"No data specified" => "Non se especificaron datos", -" Could not set configuration %s" => "Non foi posíbel estabelecer a configuración %s", -"Deletion failed" => "Produciuse un fallo ao eliminar", -"Take over settings from recent server configuration?" => "Tomar os recentes axustes de configuración do servidor?", -"Keep settings?" => "Manter os axustes?", -"{nthServer}. Server" => "{nthServer}. Servidor", -"Cannot add server configuration" => "Non é posíbel engadir a configuración do servidor", -"mappings cleared" => "limpadas as asignacións", -"Success" => "Correcto", -"Error" => "Erro", -"Please specify a Base DN" => "Por favor indique un DN base", -"Could not determine Base DN" => "Non se puido determinar o DN base", -"Please specify the port" => "Por favor indique un porto", -"Configuration OK" => "Configuración correcta", -"Configuration incorrect" => "Configuración incorrecta", -"Configuration incomplete" => "Configuración incompleta", -"Select groups" => "Seleccionar grupos", -"Select object classes" => "Seleccione as clases de obxectos", -"Select attributes" => "Seleccione os atributos", -"Connection test succeeded" => "A proba de conexión foi satisfactoria", -"Connection test failed" => "A proba de conexión fracasou", -"Do you really want to delete the current Server Configuration?" => "Confirma que quere eliminar a configuración actual do servidor?", -"Confirm Deletion" => "Confirmar a eliminación", -"_%s group found_::_%s groups found_" => array("Atopouse %s grupo","Atopáronse %s grupos"), -"_%s user found_::_%s users found_" => array("Atopouse %s usuario","Atopáronse %s usuarios"), -"Could not find the desired feature" => "Non foi posíbel atopar a función desexada", -"Invalid Host" => "Máquina incorrecta", -"Server" => "Servidor", -"User Filter" => "Filtro do usuario", -"Login Filter" => "Filtro de acceso", -"Group Filter" => "Filtro de grupo", -"Save" => "Gardar", -"Test Configuration" => "Probar a configuración", -"Help" => "Axuda", -"Groups meeting these criteria are available in %s:" => "Os grupos que cumpren estes criterios están dispoñíbeis en %s:", -"only those object classes:" => "só as clases de obxecto:", -"only from those groups:" => "só dos grupos:", -"Edit raw filter instead" => "Editar, no seu canto, o filtro en bruto", -"Raw LDAP filter" => "Filtro LDAP en bruto", -"The filter specifies which LDAP groups shall have access to the %s instance." => "O filtro especifica que grupos LDAP teñen acceso á instancia %s.", -"groups found" => "atopáronse grupos", -"Users login with this attribute:" => "Os usuarios inician sesión con este atributo:", -"LDAP Username:" => "Nome de usuario LDAP:", -"LDAP Email Address:" => "Enderezo de correo LDAP:", -"Other Attributes:" => "Outros atributos:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define o filtro que se aplica cando se intenta o acceso. %%uid substitúe o nome de usuario e a acción de acceso. Exemplo: «uid=%%uid»", -"1. Server" => "1. Servidor", -"%s. Server:" => "%s. Servidor:", -"Add Server Configuration" => "Engadir a configuración do servidor", -"Delete Configuration" => "Eliminar a configuración", -"Host" => "Servidor", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Pode omitir o protocolo agás que precise de SSL. Nese caso comece con ldaps://", -"Port" => "Porto", -"User DN" => "DN do usuario", -"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." => "O DN do cliente do usuario co que hai que estabelecer unha conexión, p.ex uid=axente, dc=exemplo, dc=com. Para o acceso anónimo deixe o DN e o contrasinal baleiros.", -"Password" => "Contrasinal", -"For anonymous access, leave DN and Password empty." => "Para o acceso anónimo deixe o DN e o contrasinal baleiros.", -"One Base DN per line" => "Un DN base por liña", -"You can specify Base DN for users and groups in the Advanced tab" => "Pode especificar a DN base para usuarios e grupos na lapela de «Avanzado»", -"Limit %s access to users meeting these criteria:" => "Limitar o acceso a %s para os usuarios que cumpren con estes criterios:", -"The filter specifies which LDAP users shall have access to the %s instance." => "O filtro especifica que usuarios LDAP teñen acceso á instancia %s.", -"users found" => "atopáronse usuarios", -"Back" => "Atrás", -"Continue" => "Continuar", -"Expert" => "Experto", -"Advanced" => "Avanzado", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Aviso: As aplicacións user_ldap e user_webdavauth son incompatíbeis. Pode acontecer un comportamento estraño. Consulte co administrador do sistema para desactivar unha delas.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Aviso: O módulo PHP LDAP non está instalado, o servidor non funcionará. Consulte co administrador do sistema para instalalo.", -"Connection Settings" => "Axustes da conexión", -"Configuration Active" => "Configuración activa", -"When unchecked, this configuration will be skipped." => "Se está sen marcar, omítese esta configuración.", -"Backup (Replica) Host" => "Servidor da copia de seguranza (Réplica)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Indicar un servidor de copia de seguranza opcional. Debe ser unha réplica do servidor principal LDAP/AD.", -"Backup (Replica) Port" => "Porto da copia de seguranza (Réplica)", -"Disable Main Server" => "Desactivar o servidor principal", -"Only connect to the replica server." => "Conectar só co servidor de réplica.", -"Case insensitive LDAP server (Windows)" => "Servidor LDAP non sensíbel a maiúsculas (Windows)", -"Turn off SSL certificate validation." => "Desactiva a validación do certificado SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Non recomendado, utilizar só para probas! Se a conexión só funciona con esta opción importa o certificado SSL do servidor LDAP no seu servidor %s.", -"Cache Time-To-Live" => "Tempo de persistencia da caché", -"in seconds. A change empties the cache." => "en segundos. Calquera cambio baleira a caché.", -"Directory Settings" => "Axustes do directorio", -"User Display Name Field" => "Campo de mostra do nome de usuario", -"The LDAP attribute to use to generate the user's display name." => "O atributo LDAP a empregar para xerar o nome de usuario para amosar.", -"Base User Tree" => "Base da árbore de usuarios", -"One User Base DN per line" => "Un DN base de usuario por liña", -"User Search Attributes" => "Atributos de busca do usuario", -"Optional; one attribute per line" => "Opcional; un atributo por liña", -"Group Display Name Field" => "Campo de mostra do nome de grupo", -"The LDAP attribute to use to generate the groups's display name." => "O atributo LDAP úsase para xerar os nomes dos grupos que amosar.", -"Base Group Tree" => "Base da árbore de grupo", -"One Group Base DN per line" => "Un DN base de grupo por liña", -"Group Search Attributes" => "Atributos de busca do grupo", -"Group-Member association" => "Asociación de grupos e membros", -"Nested Groups" => "Grupos aniñados", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Se está activado, admítense grupos que conteñen grupos. (Só funciona se o atributo de membro de grupo conten os DN.)", -"Paging chunksize" => "Tamaño dos fragmentos paxinados", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Tamaño dos fragmentos utilizados para as buscas LDAP paxinadas, que poden devolver resultados voluminosos como usuario ou enumeración de grupo. (Se se establece a 0, desactívanse as buscas LDAP paxinadas nesas situacións.)", -"Special Attributes" => "Atributos especiais", -"Quota Field" => "Campo de cota", -"Quota Default" => "Cota predeterminada", -"in bytes" => "en bytes", -"Email Field" => "Campo do correo", -"User Home Folder Naming Rule" => "Regra de nomeado do cartafol do usuario", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Deixar baleiro para o nome de usuario (predeterminado). Noutro caso, especifique un atributo LDAP/AD.", -"Internal Username" => "Nome de usuario interno", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "De xeito predeterminado, o nome de usuario interno crease a partires do atributo UUID. Asegurase de que o nome de usuario é único e de non ter que converter os caracteres. O nome de usuario interno ten a limitación de que só están permitidos estes caracteres: [ a-zA-Z0-9_.@- ]. Os outros caracteres substitúense pola súa correspondencia ASCII ou simplemente omítense. Nas colisións engadirase/incrementarase un número. O nome de usuario interno utilizase para identificar a un usuario interno. É tamén o nome predeterminado do cartafol persoal do usuario. Tamén é parte dun URL remoto, por exemplo, para todos os servizos *DAV. Con este axuste, o comportamento predeterminado pode ser sobrescrito. Para lograr un comportamento semellante ao anterior ownCloud 5 introduza o atributo do nome para amosar do usuario no seguinte campo. Déixeo baleiro para o comportamento predeterminado. Os cambios terán efecto só nas novas asignacións (engadidos) de usuarios de LDAP.", -"Internal Username Attribute:" => "Atributo do nome de usuario interno:", -"Override UUID detection" => "Ignorar a detección do UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "De xeito predeterminado, o atributo UUID é detectado automaticamente. O atributo UUID utilizase para identificar, sen dúbida, aos usuarios e grupos LDAP. Ademais, crearase o usuario interno baseado no UUID, se non se especifica anteriormente o contrario. Pode anular a configuración e pasar un atributo da súa escolla. Vostede debe asegurarse de que o atributo da súa escolla pode ser recuperado polos usuarios e grupos e de que é único. Déixeo baleiro para o comportamento predeterminado. Os cambios terán efecto só nas novas asignacións (engadidos) de usuarios de LDAP.", -"UUID Attribute for Users:" => "Atributo do UUID para usuarios:", -"UUID Attribute for Groups:" => "Atributo do UUID para grupos:", -"Username-LDAP User Mapping" => "Asignación do usuario ao «nome de usuario 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." => "Os nomes de usuario empréganse para almacenar e asignar (meta) datos. Coa fin de identificar con precisión e recoñecer aos usuarios, cada usuario LDAP terá un nome de usuario interno. Isto require unha asignación de ownCloud nome de usuario a usuario LDAP. O nome de usuario creado asignase ao UUID do usuario LDAP. Ademais o DN almacenase na caché, para así reducir a interacción do LDAP, mais non se utiliza para a identificación. Se o DN cambia, os cambios poden ser atopados polo ownCloud. O nome interno no ownCloud utilizase en todo o ownCloud. A limpeza das asignacións deixará rastros en todas partes. A limpeza das asignacións non é sensíbel á configuración, afecta a todas as configuracións de LDAP! Non limpar nunca as asignacións nun entorno de produción. Limpar as asignacións só en fases de proba ou experimentais.", -"Clear Username-LDAP User Mapping" => "Limpar a asignación do usuario ao «nome de usuario LDAP»", -"Clear Groupname-LDAP Group Mapping" => "Limpar a asignación do grupo ao «nome de grupo LDAP»" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/gu.js b/apps/user_ldap/l10n/gu.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/gu.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/gu.json b/apps/user_ldap/l10n/gu.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/gu.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/gu.php b/apps/user_ldap/l10n/gu.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/gu.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/he.js b/apps/user_ldap/l10n/he.js new file mode 100644 index 0000000000..4ac93ca3db --- /dev/null +++ b/apps/user_ldap/l10n/he.js @@ -0,0 +1,28 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "מחיקה נכשלה", + "Keep settings?" : "האם לשמור את ההגדרות?", + "Cannot add server configuration" : "לא ניתן להוסיף את הגדרות השרת", + "Error" : "שגיאה", + "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 user found_::_%s users found_" : ["",""], + "Group Filter" : "סנן קבוצה", + "Save" : "שמירה", + "Help" : "עזרה", + "Add Server Configuration" : "הוספת הגדרות השרת", + "Host" : "מארח", + "Port" : "פורט", + "User DN" : "DN משתמש", + "Password" : "סיסמא", + "For anonymous access, leave DN and Password empty." : "לגישה אנונימית, השאר את הDM והסיסמא ריקים.", + "Back" : "אחורה", + "Advanced" : "מתקדם", + "in seconds. A change empties the cache." : "בשניות. שינוי מרוקן את המטמון.", + "in bytes" : "בבתים" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/he.json b/apps/user_ldap/l10n/he.json new file mode 100644 index 0000000000..439ddedef4 --- /dev/null +++ b/apps/user_ldap/l10n/he.json @@ -0,0 +1,26 @@ +{ "translations": { + "Deletion failed" : "מחיקה נכשלה", + "Keep settings?" : "האם לשמור את ההגדרות?", + "Cannot add server configuration" : "לא ניתן להוסיף את הגדרות השרת", + "Error" : "שגיאה", + "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 user found_::_%s users found_" : ["",""], + "Group Filter" : "סנן קבוצה", + "Save" : "שמירה", + "Help" : "עזרה", + "Add Server Configuration" : "הוספת הגדרות השרת", + "Host" : "מארח", + "Port" : "פורט", + "User DN" : "DN משתמש", + "Password" : "סיסמא", + "For anonymous access, leave DN and Password empty." : "לגישה אנונימית, השאר את הDM והסיסמא ריקים.", + "Back" : "אחורה", + "Advanced" : "מתקדם", + "in seconds. A change empties the cache." : "בשניות. שינוי מרוקן את המטמון.", + "in bytes" : "בבתים" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/he.php b/apps/user_ldap/l10n/he.php deleted file mode 100644 index 629ade5e97..0000000000 --- a/apps/user_ldap/l10n/he.php +++ /dev/null @@ -1,27 +0,0 @@ - "מחיקה נכשלה", -"Keep settings?" => "האם לשמור את ההגדרות?", -"Cannot add server configuration" => "לא ניתן להוסיף את הגדרות השרת", -"Error" => "שגיאה", -"Connection test succeeded" => "בדיקת החיבור עברה בהצלחה", -"Connection test failed" => "בדיקת החיבור נכשלה", -"Do you really want to delete the current Server Configuration?" => "האם אכן למחוק את הגדרות השרת הנוכחיות?", -"Confirm Deletion" => "אישור המחיקה", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Group Filter" => "סנן קבוצה", -"Save" => "שמירה", -"Help" => "עזרה", -"Add Server Configuration" => "הוספת הגדרות השרת", -"Host" => "מארח", -"Port" => "פורט", -"User DN" => "DN משתמש", -"Password" => "סיסמא", -"For anonymous access, leave DN and Password empty." => "לגישה אנונימית, השאר את הDM והסיסמא ריקים.", -"Back" => "אחורה", -"Advanced" => "מתקדם", -"in seconds. A change empties the cache." => "בשניות. שינוי מרוקן את המטמון.", -"in bytes" => "בבתים" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/hi.js b/apps/user_ldap/l10n/hi.js new file mode 100644 index 0000000000..e6d6fd60e8 --- /dev/null +++ b/apps/user_ldap/l10n/hi.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "user_ldap", + { + "Error" : "त्रुटि", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "सहेजें", + "Help" : "सहयोग", + "Password" : "पासवर्ड", + "Advanced" : "उन्नत" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/hi.json b/apps/user_ldap/l10n/hi.json new file mode 100644 index 0000000000..ca4b87ff3a --- /dev/null +++ b/apps/user_ldap/l10n/hi.json @@ -0,0 +1,10 @@ +{ "translations": { + "Error" : "त्रुटि", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "सहेजें", + "Help" : "सहयोग", + "Password" : "पासवर्ड", + "Advanced" : "उन्नत" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/hi.php b/apps/user_ldap/l10n/hi.php deleted file mode 100644 index 41fbe29856..0000000000 --- a/apps/user_ldap/l10n/hi.php +++ /dev/null @@ -1,11 +0,0 @@ - "त्रुटि", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "सहेजें", -"Help" => "सहयोग", -"Password" => "पासवर्ड", -"Advanced" => "उन्नत" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/hr.js b/apps/user_ldap/l10n/hr.js new file mode 100644 index 0000000000..d552505a39 --- /dev/null +++ b/apps/user_ldap/l10n/hr.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "Brisanje nije uspjelo", + "Error" : "Greška", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Save" : "Snimi", + "Help" : "Pomoć", + "Host" : "Poslužitelj", + "Port" : "Port", + "Password" : "Lozinka", + "Back" : "Natrag", + "Continue" : "Nastavi", + "Advanced" : "Napredno" +}, +"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/apps/user_ldap/l10n/hr.json b/apps/user_ldap/l10n/hr.json new file mode 100644 index 0000000000..045019c266 --- /dev/null +++ b/apps/user_ldap/l10n/hr.json @@ -0,0 +1,15 @@ +{ "translations": { + "Deletion failed" : "Brisanje nije uspjelo", + "Error" : "Greška", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Save" : "Snimi", + "Help" : "Pomoć", + "Host" : "Poslužitelj", + "Port" : "Port", + "Password" : "Lozinka", + "Back" : "Natrag", + "Continue" : "Nastavi", + "Advanced" : "Napredno" +},"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/apps/user_ldap/l10n/hr.php b/apps/user_ldap/l10n/hr.php deleted file mode 100644 index 20232c8a9c..0000000000 --- a/apps/user_ldap/l10n/hr.php +++ /dev/null @@ -1,16 +0,0 @@ - "Brisanje nije uspjelo", -"Error" => "Greška", -"_%s group found_::_%s groups found_" => array("","",""), -"_%s user found_::_%s users found_" => array("","",""), -"Save" => "Snimi", -"Help" => "Pomoć", -"Host" => "Poslužitelj", -"Port" => "Port", -"Password" => "Lozinka", -"Back" => "Natrag", -"Continue" => "Nastavi", -"Advanced" => "Napredno" -); -$PLURAL_FORMS = "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/apps/user_ldap/l10n/hu_HU.js b/apps/user_ldap/l10n/hu_HU.js new file mode 100644 index 0000000000..d1baabf1ce --- /dev/null +++ b/apps/user_ldap/l10n/hu_HU.js @@ -0,0 +1,131 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Nem sikerült törölni a hozzárendeléseket.", + "Failed to delete the server configuration" : "Nem sikerült törölni a kiszolgáló konfigurációját", + "The configuration is valid and the connection could be established!" : "A konfiguráció érvényes, és a kapcsolat létrehozható!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A konfiguráció érvényes, de a kapcsolat nem hozható létre. Kérem ellenőrizze a kiszolgáló beállításait, és az elérési adatokat.", + "The configuration is invalid. Please have a look at the logs for further details." : "Érvénytelen konfiguráció. További információkért nézze meg a naplófájlokat!", + "No action specified" : "Nincs megadva parancs", + "No configuration specified" : "Nincs megadva konfiguráció", + "No data specified" : "Nincs adat megadva", + " Could not set configuration %s" : "A(z) %s konfiguráció nem állítható be", + "Deletion failed" : "A törlés nem sikerült", + "Take over settings from recent server configuration?" : "Vegyük át a beállításokat az előző konfigurációból?", + "Keep settings?" : "Tartsuk meg a beállításokat?", + "{nthServer}. Server" : "{nthServer}. Kiszolgáló", + "Cannot add server configuration" : "Az új kiszolgáló konfigurációja nem hozható létre", + "mappings cleared" : "Töröltük a hozzárendeléseket", + "Success" : "Sikeres végrehajtás", + "Error" : "Hiba", + "Please specify a Base DN" : "Adja meg az alap/Base/ DN-t", + "Could not determine Base DN" : "nem sikerült azonosítani az alap/Base/ DN-t", + "Please specify the port" : "Add meg a portot", + "Configuration OK" : "Konfiguráció OK", + "Configuration incorrect" : "Konfiguráió hibás", + "Configuration incomplete" : "Konfiguráció nincs befejezve", + "Select groups" : "Csoportok kiválasztása", + "Select object classes" : "Objektumosztályok kiválasztása", + "Select attributes" : "Attribútumok kiválasztása", + "Connection test succeeded" : "A kapcsolatellenőrzés eredménye: sikerült", + "Connection test failed" : "A kapcsolatellenőrzés eredménye: nem sikerült", + "Do you really want to delete the current Server Configuration?" : "Tényleg törölni szeretné a kiszolgáló beállításait?", + "Confirm Deletion" : "A törlés megerősítése", + "_%s group found_::_%s groups found_" : ["%s csoport van","%s csoport van"], + "_%s user found_::_%s users found_" : ["%s felhasználó van","%s felhasználó van"], + "Could not find the desired feature" : "A kívánt funkció nem található", + "Invalid Host" : "Érvénytelen gépnév", + "Server" : "Kiszolgáló", + "User Filter" : "Felhasználói szűrő", + "Login Filter" : "Bejelentkezési szűrő", + "Group Filter" : "A csoportok szűrője", + "Save" : "Mentés", + "Test Configuration" : "A beállítások tesztelése", + "Help" : "Súgó", + "Groups meeting these criteria are available in %s:" : "A %s szolgáltatás azon csoportok létezését veszi figyelembe, amik a következő feltételeknek felelnek meg:", + "only those object classes:" : "csak ezek az objektumosztályok:", + "only from those groups:" : "csak ezek a csoportok:", + "Edit raw filter instead" : "Inkább közvetlenül megadom a szűrési kifejezést:", + "Raw LDAP filter" : "Az LDAP szűrőkifejezés", + "The filter specifies which LDAP groups shall have access to the %s instance." : "A szűrő meghatározza, hogy mely LDAP csoportok lesznek jogosultak %s elérésére.", + "Test Filter" : "Test szűrő ", + "groups found" : "csoport van", + "Users login with this attribute:" : "A felhasználók ezzel az attribútummal jelentkeznek be:", + "LDAP Username:" : "LDAP felhasználónév:", + "LDAP Email Address:" : "LDAP e-mail cím:", + "Other Attributes:" : "Más attribútumok:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Ez a szűrő érvényes a bejelentkezés megkísérlésekor. Ekkor az %%uid változó helyére a bejelentkezési név kerül. Például: \"uid=%%uid\"", + "1. Server" : "1. Kiszolgáló", + "%s. Server:" : "%s. kiszolgáló", + "Add Server Configuration" : "Új kiszolgáló beállításának hozzáadása", + "Delete Configuration" : "Konfiguráció törlés", + "Host" : "Kiszolgáló", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "A protokoll előtag elhagyható, kivéve, ha SSL-t kíván használni. Ebben az esetben kezdje így: ldaps://", + "Port" : "Port", + "User DN" : "A kapcsolódó felhasználó DN-je", + "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." : "Annak a felhasználónak a DN-je, akinek a nevében bejelentkezve kapcsolódunk a kiszolgálóhoz, pl. uid=agent,dc=example,dc=com. Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!", + "Password" : "Jelszó", + "For anonymous access, leave DN and Password empty." : "Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!", + "One Base DN per line" : "Soronként egy DN-gyökér", + "You can specify Base DN for users and groups in the Advanced tab" : "A Haladó fülre kattintva külön DN-gyökér állítható be a felhasználók és a csoportok számára", + "Manually enter LDAP filters (recommended for large directories)" : "LDAP szűrők kézi beállitása (ajánlott a nagy könyvtáraknál)", + "Limit %s access to users meeting these criteria:" : "Korlátozzuk a %s szolgáltatás elérését azokra a felhasználókra, akik megfelelnek a következő feltételeknek:", + "The filter specifies which LDAP users shall have access to the %s instance." : "A szűrő meghatározza, hogy mely LDAP felhasználók lesznek jogosultak %s elérésére.", + "users found" : "felhasználó van", + "Saving" : "Mentés", + "Back" : "Vissza", + "Continue" : "Folytatás", + "Expert" : "Profi", + "Advanced" : "Haladó", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Figyelem: a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Figyelmeztetés: Az LDAP PHP modul nincs telepítve, ezért ez az alrendszer nem fog működni. Kérje meg a rendszergazdát, hogy telepítse!", + "Connection Settings" : "Kapcsolati beállítások", + "Configuration Active" : "A beállítás aktív", + "When unchecked, this configuration will be skipped." : "Ha nincs kipipálva, ez a beállítás kihagyódik.", + "Backup (Replica) Host" : "Másodkiszolgáló (replika)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Adjon meg egy opcionális másodkiszolgálót. Ez a fő LDAP/AD kiszolgáló szinkron másolata (replikája) kell legyen.", + "Backup (Replica) Port" : "A másodkiszolgáló (replika) portszáma", + "Disable Main Server" : "A fő szerver kihagyása", + "Only connect to the replica server." : "Csak a másodlagos (másolati) kiszolgálóhoz kapcsolódjunk.", + "Case insensitive LDAP server (Windows)" : "Az LDAP-kiszolgáló nem tesz különbséget a kis- és nagybetűk között (Windows)", + "Turn off SSL certificate validation." : "Ne ellenőrizzük az SSL-tanúsítvány érvényességét", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Használata nem javasolt (kivéve tesztelési céllal). Ha a kapcsolat csak ezzel a beállítással működik, akkor importálja az LDAP-kiszolgáló SSL tanúsítványát a(z) %s kiszolgálóra!", + "Cache Time-To-Live" : "A gyorsítótár tárolási időtartama", + "in seconds. A change empties the cache." : "másodpercben. A változtatás törli a cache tartalmát.", + "Directory Settings" : "Címtár beállítások", + "User Display Name Field" : "A felhasználónév mezője", + "The LDAP attribute to use to generate the user's display name." : "Ebből az LDAP attribútumból képződik a felhasználó megjelenítendő neve.", + "Base User Tree" : "A felhasználói fa gyökere", + "One User Base DN per line" : "Soronként egy felhasználói fa gyökerét adhatjuk meg", + "User Search Attributes" : "A felhasználók lekérdezett attribútumai", + "Optional; one attribute per line" : "Nem kötelező megadni, soronként egy attribútum", + "Group Display Name Field" : "A csoport nevének mezője", + "The LDAP attribute to use to generate the groups's display name." : "Ebből az LDAP attribútumból képződik a csoport megjelenítendő neve.", + "Base Group Tree" : "A csoportfa gyökere", + "One Group Base DN per line" : "Soronként egy csoportfa gyökerét adhatjuk meg", + "Group Search Attributes" : "A csoportok lekérdezett attribútumai", + "Group-Member association" : "A csoporttagság attribútuma", + "Nested Groups" : "Egymásba ágyazott csoportok", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Amikor be van kapcsolva, akkor azokat a csoportokat is kezelni tudjuk, melyekben a személyek mellett csoportok is vannak. (Csak akkor működik, ha a csoportok \"member\" attribútuma DN-eket tartalmaz.)", + "Paging chunksize" : "Lapméret paging esetén", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "A lapméret megadásával korlátozható az egy fordulóban kapott találatok száma, akkor is, ha az LDAP-keresés nagyon sok találatot ad, ha ezt az LDAP-kiszolgáló támogatja. (Ha 0-ra állítjuk, akkor ezáltal letiltjuk ezt a lapozó funkciót.)", + "Special Attributes" : "Különleges attribútumok", + "Quota Field" : "Kvóta mező", + "Quota Default" : "Alapértelmezett kvóta", + "in bytes" : "bájtban", + "Email Field" : "E-mail mező", + "User Home Folder Naming Rule" : "A home könyvtár elérési útvonala", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Hagyja üresen, ha a felhasználónevet kívánja használni. Ellenkező esetben adjon meg egy LDAP/AD attribútumot!", + "Internal Username" : "Belső felhasználónév", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Alapértelmezetten a belső felhasználónév az UUID attribútumból jön létre. Ez biztosítja a felhasználónév egyediségét, ill. azt, hogy a karaktereket nem kell konvertálni benne. A belső felhasználónévben csak a következő karakterek engdélyezettek: [ a-zA-Z0-9_.@- ]. Minden más karakter vagy az ASCII kódtáblában levő megfelelőjére cserélődik ki, vagy ha ilyen nincs, akkor egyszerűen kihagyódik. Ha az így kapott nevek mégis ütköznének, akkor a végükön kiegészülnek egy növekvő sorszámmal. A belső felhasználónév a programon belül azonosítja a felhasználót, valamint alapértelmezetten ez lesz a felhasználó személyes home könyvtárának a neve is. A belső felhasználónév adja a távoli elérések webcímének egy részét is, ilyenek pl. a *DAV szolgáltatások URL-jei. Ezzel a beállítással felülbírálhatjuk az alapértelmezett viselkedést. Ha az ownCloud 5-ös változata előtti viselkedést szeretné elérni, akkor a következő mezőben adja meg a felhasználó megjelenítési nevének attribútumát. Az alapértelmezett viselkedéshez hagyja üresen. A változtatás csak az újonnan létrejövő (újonnan megfeleltetett) LDAP felhasználók esetén érvényesül.", + "Internal Username Attribute:" : "A belső felhasználónév attribútuma:", + "Override UUID detection" : "Az UUID-felismerés felülbírálása", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Az UUID attribútum alapértelmezetten felismerésre kerül. Az UUID attribútum segítségével az LDAP felhasználók és csoportok egyértelműen azonosíthatók. A belső felhasználónév is azonos lesz az UUID-vel, ha fentebb nincs másként definiálva. Ezt a beállítást felülbírálhatja és bármely attribútummal helyettesítheti. Ekkor azonban gondoskodnia kell arról, hogy a kiválasztott attribútum minden felhasználó és csoport esetén lekérdezhető és egyedi értékkel bír. Ha a mezőt üresen hagyja, akkor az alapértelmezett attribútum lesz érvényes. Egy esetleges módosítás csak az újonnan hozzárendelt (ill. létrehozott) felhasználókra és csoportokra lesz érvényes.", + "UUID Attribute for Users:" : "A felhasználók UUID attribútuma:", + "UUID Attribute for Groups:" : "A csoportok UUID attribútuma:", + "Username-LDAP User Mapping" : "Felhasználó - LDAP felhasználó hozzárendelés", + "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." : "A felhasználónevek segítségével történik a (meta)adatok tárolása és hozzárendelése. A felhasználók pontos azonosítása céljából minden LDAP felhasználóhoz egy belső felhasználónevet rendelünk. Ezt a felhasználónevet az LDAP felhasználó UUID attribútumához rendeljük hozzá. Ezen túlmenően a DN is tárolásra kerül a gyorsítótárban, hogy csökkentsük az LDAP lekérdezések számát, de a DN-t nem használjuk azonosításra. Ha a DN megváltozik, akkor a rendszer ezt észleli. A belső felhasználóneveket a rendszer igen sok helyen használja, ezért a hozzárendelések törlése sok érvénytelen adatrekordot eredményez az adatbázisban. A hozzárendelések törlése nem függ a konfigurációtól, minden LDAP konfigurációt érint! Ténylegesen működő szolgáltatás esetén sose törölje a hozzárendeléseket, csak tesztelési vagy kísérleti célú szerveren!", + "Clear Username-LDAP User Mapping" : "A felhasználó - LDAP felhasználó hozzárendelés törlése", + "Clear Groupname-LDAP Group Mapping" : "A csoport - LDAP csoport hozzárendelés törlése" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/hu_HU.json b/apps/user_ldap/l10n/hu_HU.json new file mode 100644 index 0000000000..be919f99e4 --- /dev/null +++ b/apps/user_ldap/l10n/hu_HU.json @@ -0,0 +1,129 @@ +{ "translations": { + "Failed to clear the mappings." : "Nem sikerült törölni a hozzárendeléseket.", + "Failed to delete the server configuration" : "Nem sikerült törölni a kiszolgáló konfigurációját", + "The configuration is valid and the connection could be established!" : "A konfiguráció érvényes, és a kapcsolat létrehozható!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A konfiguráció érvényes, de a kapcsolat nem hozható létre. Kérem ellenőrizze a kiszolgáló beállításait, és az elérési adatokat.", + "The configuration is invalid. Please have a look at the logs for further details." : "Érvénytelen konfiguráció. További információkért nézze meg a naplófájlokat!", + "No action specified" : "Nincs megadva parancs", + "No configuration specified" : "Nincs megadva konfiguráció", + "No data specified" : "Nincs adat megadva", + " Could not set configuration %s" : "A(z) %s konfiguráció nem állítható be", + "Deletion failed" : "A törlés nem sikerült", + "Take over settings from recent server configuration?" : "Vegyük át a beállításokat az előző konfigurációból?", + "Keep settings?" : "Tartsuk meg a beállításokat?", + "{nthServer}. Server" : "{nthServer}. Kiszolgáló", + "Cannot add server configuration" : "Az új kiszolgáló konfigurációja nem hozható létre", + "mappings cleared" : "Töröltük a hozzárendeléseket", + "Success" : "Sikeres végrehajtás", + "Error" : "Hiba", + "Please specify a Base DN" : "Adja meg az alap/Base/ DN-t", + "Could not determine Base DN" : "nem sikerült azonosítani az alap/Base/ DN-t", + "Please specify the port" : "Add meg a portot", + "Configuration OK" : "Konfiguráció OK", + "Configuration incorrect" : "Konfiguráió hibás", + "Configuration incomplete" : "Konfiguráció nincs befejezve", + "Select groups" : "Csoportok kiválasztása", + "Select object classes" : "Objektumosztályok kiválasztása", + "Select attributes" : "Attribútumok kiválasztása", + "Connection test succeeded" : "A kapcsolatellenőrzés eredménye: sikerült", + "Connection test failed" : "A kapcsolatellenőrzés eredménye: nem sikerült", + "Do you really want to delete the current Server Configuration?" : "Tényleg törölni szeretné a kiszolgáló beállításait?", + "Confirm Deletion" : "A törlés megerősítése", + "_%s group found_::_%s groups found_" : ["%s csoport van","%s csoport van"], + "_%s user found_::_%s users found_" : ["%s felhasználó van","%s felhasználó van"], + "Could not find the desired feature" : "A kívánt funkció nem található", + "Invalid Host" : "Érvénytelen gépnév", + "Server" : "Kiszolgáló", + "User Filter" : "Felhasználói szűrő", + "Login Filter" : "Bejelentkezési szűrő", + "Group Filter" : "A csoportok szűrője", + "Save" : "Mentés", + "Test Configuration" : "A beállítások tesztelése", + "Help" : "Súgó", + "Groups meeting these criteria are available in %s:" : "A %s szolgáltatás azon csoportok létezését veszi figyelembe, amik a következő feltételeknek felelnek meg:", + "only those object classes:" : "csak ezek az objektumosztályok:", + "only from those groups:" : "csak ezek a csoportok:", + "Edit raw filter instead" : "Inkább közvetlenül megadom a szűrési kifejezést:", + "Raw LDAP filter" : "Az LDAP szűrőkifejezés", + "The filter specifies which LDAP groups shall have access to the %s instance." : "A szűrő meghatározza, hogy mely LDAP csoportok lesznek jogosultak %s elérésére.", + "Test Filter" : "Test szűrő ", + "groups found" : "csoport van", + "Users login with this attribute:" : "A felhasználók ezzel az attribútummal jelentkeznek be:", + "LDAP Username:" : "LDAP felhasználónév:", + "LDAP Email Address:" : "LDAP e-mail cím:", + "Other Attributes:" : "Más attribútumok:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Ez a szűrő érvényes a bejelentkezés megkísérlésekor. Ekkor az %%uid változó helyére a bejelentkezési név kerül. Például: \"uid=%%uid\"", + "1. Server" : "1. Kiszolgáló", + "%s. Server:" : "%s. kiszolgáló", + "Add Server Configuration" : "Új kiszolgáló beállításának hozzáadása", + "Delete Configuration" : "Konfiguráció törlés", + "Host" : "Kiszolgáló", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "A protokoll előtag elhagyható, kivéve, ha SSL-t kíván használni. Ebben az esetben kezdje így: ldaps://", + "Port" : "Port", + "User DN" : "A kapcsolódó felhasználó DN-je", + "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." : "Annak a felhasználónak a DN-je, akinek a nevében bejelentkezve kapcsolódunk a kiszolgálóhoz, pl. uid=agent,dc=example,dc=com. Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!", + "Password" : "Jelszó", + "For anonymous access, leave DN and Password empty." : "Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!", + "One Base DN per line" : "Soronként egy DN-gyökér", + "You can specify Base DN for users and groups in the Advanced tab" : "A Haladó fülre kattintva külön DN-gyökér állítható be a felhasználók és a csoportok számára", + "Manually enter LDAP filters (recommended for large directories)" : "LDAP szűrők kézi beállitása (ajánlott a nagy könyvtáraknál)", + "Limit %s access to users meeting these criteria:" : "Korlátozzuk a %s szolgáltatás elérését azokra a felhasználókra, akik megfelelnek a következő feltételeknek:", + "The filter specifies which LDAP users shall have access to the %s instance." : "A szűrő meghatározza, hogy mely LDAP felhasználók lesznek jogosultak %s elérésére.", + "users found" : "felhasználó van", + "Saving" : "Mentés", + "Back" : "Vissza", + "Continue" : "Folytatás", + "Expert" : "Profi", + "Advanced" : "Haladó", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Figyelem: a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Figyelmeztetés: Az LDAP PHP modul nincs telepítve, ezért ez az alrendszer nem fog működni. Kérje meg a rendszergazdát, hogy telepítse!", + "Connection Settings" : "Kapcsolati beállítások", + "Configuration Active" : "A beállítás aktív", + "When unchecked, this configuration will be skipped." : "Ha nincs kipipálva, ez a beállítás kihagyódik.", + "Backup (Replica) Host" : "Másodkiszolgáló (replika)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Adjon meg egy opcionális másodkiszolgálót. Ez a fő LDAP/AD kiszolgáló szinkron másolata (replikája) kell legyen.", + "Backup (Replica) Port" : "A másodkiszolgáló (replika) portszáma", + "Disable Main Server" : "A fő szerver kihagyása", + "Only connect to the replica server." : "Csak a másodlagos (másolati) kiszolgálóhoz kapcsolódjunk.", + "Case insensitive LDAP server (Windows)" : "Az LDAP-kiszolgáló nem tesz különbséget a kis- és nagybetűk között (Windows)", + "Turn off SSL certificate validation." : "Ne ellenőrizzük az SSL-tanúsítvány érvényességét", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Használata nem javasolt (kivéve tesztelési céllal). Ha a kapcsolat csak ezzel a beállítással működik, akkor importálja az LDAP-kiszolgáló SSL tanúsítványát a(z) %s kiszolgálóra!", + "Cache Time-To-Live" : "A gyorsítótár tárolási időtartama", + "in seconds. A change empties the cache." : "másodpercben. A változtatás törli a cache tartalmát.", + "Directory Settings" : "Címtár beállítások", + "User Display Name Field" : "A felhasználónév mezője", + "The LDAP attribute to use to generate the user's display name." : "Ebből az LDAP attribútumból képződik a felhasználó megjelenítendő neve.", + "Base User Tree" : "A felhasználói fa gyökere", + "One User Base DN per line" : "Soronként egy felhasználói fa gyökerét adhatjuk meg", + "User Search Attributes" : "A felhasználók lekérdezett attribútumai", + "Optional; one attribute per line" : "Nem kötelező megadni, soronként egy attribútum", + "Group Display Name Field" : "A csoport nevének mezője", + "The LDAP attribute to use to generate the groups's display name." : "Ebből az LDAP attribútumból képződik a csoport megjelenítendő neve.", + "Base Group Tree" : "A csoportfa gyökere", + "One Group Base DN per line" : "Soronként egy csoportfa gyökerét adhatjuk meg", + "Group Search Attributes" : "A csoportok lekérdezett attribútumai", + "Group-Member association" : "A csoporttagság attribútuma", + "Nested Groups" : "Egymásba ágyazott csoportok", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Amikor be van kapcsolva, akkor azokat a csoportokat is kezelni tudjuk, melyekben a személyek mellett csoportok is vannak. (Csak akkor működik, ha a csoportok \"member\" attribútuma DN-eket tartalmaz.)", + "Paging chunksize" : "Lapméret paging esetén", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "A lapméret megadásával korlátozható az egy fordulóban kapott találatok száma, akkor is, ha az LDAP-keresés nagyon sok találatot ad, ha ezt az LDAP-kiszolgáló támogatja. (Ha 0-ra állítjuk, akkor ezáltal letiltjuk ezt a lapozó funkciót.)", + "Special Attributes" : "Különleges attribútumok", + "Quota Field" : "Kvóta mező", + "Quota Default" : "Alapértelmezett kvóta", + "in bytes" : "bájtban", + "Email Field" : "E-mail mező", + "User Home Folder Naming Rule" : "A home könyvtár elérési útvonala", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Hagyja üresen, ha a felhasználónevet kívánja használni. Ellenkező esetben adjon meg egy LDAP/AD attribútumot!", + "Internal Username" : "Belső felhasználónév", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Alapértelmezetten a belső felhasználónév az UUID attribútumból jön létre. Ez biztosítja a felhasználónév egyediségét, ill. azt, hogy a karaktereket nem kell konvertálni benne. A belső felhasználónévben csak a következő karakterek engdélyezettek: [ a-zA-Z0-9_.@- ]. Minden más karakter vagy az ASCII kódtáblában levő megfelelőjére cserélődik ki, vagy ha ilyen nincs, akkor egyszerűen kihagyódik. Ha az így kapott nevek mégis ütköznének, akkor a végükön kiegészülnek egy növekvő sorszámmal. A belső felhasználónév a programon belül azonosítja a felhasználót, valamint alapértelmezetten ez lesz a felhasználó személyes home könyvtárának a neve is. A belső felhasználónév adja a távoli elérések webcímének egy részét is, ilyenek pl. a *DAV szolgáltatások URL-jei. Ezzel a beállítással felülbírálhatjuk az alapértelmezett viselkedést. Ha az ownCloud 5-ös változata előtti viselkedést szeretné elérni, akkor a következő mezőben adja meg a felhasználó megjelenítési nevének attribútumát. Az alapértelmezett viselkedéshez hagyja üresen. A változtatás csak az újonnan létrejövő (újonnan megfeleltetett) LDAP felhasználók esetén érvényesül.", + "Internal Username Attribute:" : "A belső felhasználónév attribútuma:", + "Override UUID detection" : "Az UUID-felismerés felülbírálása", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Az UUID attribútum alapértelmezetten felismerésre kerül. Az UUID attribútum segítségével az LDAP felhasználók és csoportok egyértelműen azonosíthatók. A belső felhasználónév is azonos lesz az UUID-vel, ha fentebb nincs másként definiálva. Ezt a beállítást felülbírálhatja és bármely attribútummal helyettesítheti. Ekkor azonban gondoskodnia kell arról, hogy a kiválasztott attribútum minden felhasználó és csoport esetén lekérdezhető és egyedi értékkel bír. Ha a mezőt üresen hagyja, akkor az alapértelmezett attribútum lesz érvényes. Egy esetleges módosítás csak az újonnan hozzárendelt (ill. létrehozott) felhasználókra és csoportokra lesz érvényes.", + "UUID Attribute for Users:" : "A felhasználók UUID attribútuma:", + "UUID Attribute for Groups:" : "A csoportok UUID attribútuma:", + "Username-LDAP User Mapping" : "Felhasználó - LDAP felhasználó hozzárendelés", + "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." : "A felhasználónevek segítségével történik a (meta)adatok tárolása és hozzárendelése. A felhasználók pontos azonosítása céljából minden LDAP felhasználóhoz egy belső felhasználónevet rendelünk. Ezt a felhasználónevet az LDAP felhasználó UUID attribútumához rendeljük hozzá. Ezen túlmenően a DN is tárolásra kerül a gyorsítótárban, hogy csökkentsük az LDAP lekérdezések számát, de a DN-t nem használjuk azonosításra. Ha a DN megváltozik, akkor a rendszer ezt észleli. A belső felhasználóneveket a rendszer igen sok helyen használja, ezért a hozzárendelések törlése sok érvénytelen adatrekordot eredményez az adatbázisban. A hozzárendelések törlése nem függ a konfigurációtól, minden LDAP konfigurációt érint! Ténylegesen működő szolgáltatás esetén sose törölje a hozzárendeléseket, csak tesztelési vagy kísérleti célú szerveren!", + "Clear Username-LDAP User Mapping" : "A felhasználó - LDAP felhasználó hozzárendelés törlése", + "Clear Groupname-LDAP Group Mapping" : "A csoport - LDAP csoport hozzárendelés törlése" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/hu_HU.php b/apps/user_ldap/l10n/hu_HU.php deleted file mode 100644 index fb1f1f9cdc..0000000000 --- a/apps/user_ldap/l10n/hu_HU.php +++ /dev/null @@ -1,130 +0,0 @@ - "Nem sikerült törölni a hozzárendeléseket.", -"Failed to delete the server configuration" => "Nem sikerült törölni a kiszolgáló konfigurációját", -"The configuration is valid and the connection could be established!" => "A konfiguráció érvényes, és a kapcsolat létrehozható!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "A konfiguráció érvényes, de a kapcsolat nem hozható létre. Kérem ellenőrizze a kiszolgáló beállításait, és az elérési adatokat.", -"The configuration is invalid. Please have a look at the logs for further details." => "Érvénytelen konfiguráció. További információkért nézze meg a naplófájlokat!", -"No action specified" => "Nincs megadva parancs", -"No configuration specified" => "Nincs megadva konfiguráció", -"No data specified" => "Nincs adat megadva", -" Could not set configuration %s" => "A(z) %s konfiguráció nem állítható be", -"Deletion failed" => "A törlés nem sikerült", -"Take over settings from recent server configuration?" => "Vegyük át a beállításokat az előző konfigurációból?", -"Keep settings?" => "Tartsuk meg a beállításokat?", -"{nthServer}. Server" => "{nthServer}. Kiszolgáló", -"Cannot add server configuration" => "Az új kiszolgáló konfigurációja nem hozható létre", -"mappings cleared" => "Töröltük a hozzárendeléseket", -"Success" => "Sikeres végrehajtás", -"Error" => "Hiba", -"Please specify a Base DN" => "Adja meg az alap/Base/ DN-t", -"Could not determine Base DN" => "nem sikerült azonosítani az alap/Base/ DN-t", -"Please specify the port" => "Add meg a portot", -"Configuration OK" => "Konfiguráció OK", -"Configuration incorrect" => "Konfiguráió hibás", -"Configuration incomplete" => "Konfiguráció nincs befejezve", -"Select groups" => "Csoportok kiválasztása", -"Select object classes" => "Objektumosztályok kiválasztása", -"Select attributes" => "Attribútumok kiválasztása", -"Connection test succeeded" => "A kapcsolatellenőrzés eredménye: sikerült", -"Connection test failed" => "A kapcsolatellenőrzés eredménye: nem sikerült", -"Do you really want to delete the current Server Configuration?" => "Tényleg törölni szeretné a kiszolgáló beállításait?", -"Confirm Deletion" => "A törlés megerősítése", -"_%s group found_::_%s groups found_" => array("%s csoport van","%s csoport van"), -"_%s user found_::_%s users found_" => array("%s felhasználó van","%s felhasználó van"), -"Could not find the desired feature" => "A kívánt funkció nem található", -"Invalid Host" => "Érvénytelen gépnév", -"Server" => "Kiszolgáló", -"User Filter" => "Felhasználói szűrő", -"Login Filter" => "Bejelentkezési szűrő", -"Group Filter" => "A csoportok szűrője", -"Save" => "Mentés", -"Test Configuration" => "A beállítások tesztelése", -"Help" => "Súgó", -"Groups meeting these criteria are available in %s:" => "A %s szolgáltatás azon csoportok létezését veszi figyelembe, amik a következő feltételeknek felelnek meg:", -"only those object classes:" => "csak ezek az objektumosztályok:", -"only from those groups:" => "csak ezek a csoportok:", -"Edit raw filter instead" => "Inkább közvetlenül megadom a szűrési kifejezést:", -"Raw LDAP filter" => "Az LDAP szűrőkifejezés", -"The filter specifies which LDAP groups shall have access to the %s instance." => "A szűrő meghatározza, hogy mely LDAP csoportok lesznek jogosultak %s elérésére.", -"Test Filter" => "Test szűrő ", -"groups found" => "csoport van", -"Users login with this attribute:" => "A felhasználók ezzel az attribútummal jelentkeznek be:", -"LDAP Username:" => "LDAP felhasználónév:", -"LDAP Email Address:" => "LDAP e-mail cím:", -"Other Attributes:" => "Más attribútumok:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Ez a szűrő érvényes a bejelentkezés megkísérlésekor. Ekkor az %%uid változó helyére a bejelentkezési név kerül. Például: \"uid=%%uid\"", -"1. Server" => "1. Kiszolgáló", -"%s. Server:" => "%s. kiszolgáló", -"Add Server Configuration" => "Új kiszolgáló beállításának hozzáadása", -"Delete Configuration" => "Konfiguráció törlés", -"Host" => "Kiszolgáló", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "A protokoll előtag elhagyható, kivéve, ha SSL-t kíván használni. Ebben az esetben kezdje így: ldaps://", -"Port" => "Port", -"User DN" => "A kapcsolódó felhasználó DN-je", -"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." => "Annak a felhasználónak a DN-je, akinek a nevében bejelentkezve kapcsolódunk a kiszolgálóhoz, pl. uid=agent,dc=example,dc=com. Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!", -"Password" => "Jelszó", -"For anonymous access, leave DN and Password empty." => "Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!", -"One Base DN per line" => "Soronként egy DN-gyökér", -"You can specify Base DN for users and groups in the Advanced tab" => "A Haladó fülre kattintva külön DN-gyökér állítható be a felhasználók és a csoportok számára", -"Manually enter LDAP filters (recommended for large directories)" => "LDAP szűrők kézi beállitása (ajánlott a nagy könyvtáraknál)", -"Limit %s access to users meeting these criteria:" => "Korlátozzuk a %s szolgáltatás elérését azokra a felhasználókra, akik megfelelnek a következő feltételeknek:", -"The filter specifies which LDAP users shall have access to the %s instance." => "A szűrő meghatározza, hogy mely LDAP felhasználók lesznek jogosultak %s elérésére.", -"users found" => "felhasználó van", -"Saving" => "Mentés", -"Back" => "Vissza", -"Continue" => "Folytatás", -"Expert" => "Profi", -"Advanced" => "Haladó", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Figyelem: a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Figyelmeztetés: Az LDAP PHP modul nincs telepítve, ezért ez az alrendszer nem fog működni. Kérje meg a rendszergazdát, hogy telepítse!", -"Connection Settings" => "Kapcsolati beállítások", -"Configuration Active" => "A beállítás aktív", -"When unchecked, this configuration will be skipped." => "Ha nincs kipipálva, ez a beállítás kihagyódik.", -"Backup (Replica) Host" => "Másodkiszolgáló (replika)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Adjon meg egy opcionális másodkiszolgálót. Ez a fő LDAP/AD kiszolgáló szinkron másolata (replikája) kell legyen.", -"Backup (Replica) Port" => "A másodkiszolgáló (replika) portszáma", -"Disable Main Server" => "A fő szerver kihagyása", -"Only connect to the replica server." => "Csak a másodlagos (másolati) kiszolgálóhoz kapcsolódjunk.", -"Case insensitive LDAP server (Windows)" => "Az LDAP-kiszolgáló nem tesz különbséget a kis- és nagybetűk között (Windows)", -"Turn off SSL certificate validation." => "Ne ellenőrizzük az SSL-tanúsítvány érvényességét", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Használata nem javasolt (kivéve tesztelési céllal). Ha a kapcsolat csak ezzel a beállítással működik, akkor importálja az LDAP-kiszolgáló SSL tanúsítványát a(z) %s kiszolgálóra!", -"Cache Time-To-Live" => "A gyorsítótár tárolási időtartama", -"in seconds. A change empties the cache." => "másodpercben. A változtatás törli a cache tartalmát.", -"Directory Settings" => "Címtár beállítások", -"User Display Name Field" => "A felhasználónév mezője", -"The LDAP attribute to use to generate the user's display name." => "Ebből az LDAP attribútumból képződik a felhasználó megjelenítendő neve.", -"Base User Tree" => "A felhasználói fa gyökere", -"One User Base DN per line" => "Soronként egy felhasználói fa gyökerét adhatjuk meg", -"User Search Attributes" => "A felhasználók lekérdezett attribútumai", -"Optional; one attribute per line" => "Nem kötelező megadni, soronként egy attribútum", -"Group Display Name Field" => "A csoport nevének mezője", -"The LDAP attribute to use to generate the groups's display name." => "Ebből az LDAP attribútumból képződik a csoport megjelenítendő neve.", -"Base Group Tree" => "A csoportfa gyökere", -"One Group Base DN per line" => "Soronként egy csoportfa gyökerét adhatjuk meg", -"Group Search Attributes" => "A csoportok lekérdezett attribútumai", -"Group-Member association" => "A csoporttagság attribútuma", -"Nested Groups" => "Egymásba ágyazott csoportok", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Amikor be van kapcsolva, akkor azokat a csoportokat is kezelni tudjuk, melyekben a személyek mellett csoportok is vannak. (Csak akkor működik, ha a csoportok \"member\" attribútuma DN-eket tartalmaz.)", -"Paging chunksize" => "Lapméret paging esetén", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "A lapméret megadásával korlátozható az egy fordulóban kapott találatok száma, akkor is, ha az LDAP-keresés nagyon sok találatot ad, ha ezt az LDAP-kiszolgáló támogatja. (Ha 0-ra állítjuk, akkor ezáltal letiltjuk ezt a lapozó funkciót.)", -"Special Attributes" => "Különleges attribútumok", -"Quota Field" => "Kvóta mező", -"Quota Default" => "Alapértelmezett kvóta", -"in bytes" => "bájtban", -"Email Field" => "E-mail mező", -"User Home Folder Naming Rule" => "A home könyvtár elérési útvonala", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Hagyja üresen, ha a felhasználónevet kívánja használni. Ellenkező esetben adjon meg egy LDAP/AD attribútumot!", -"Internal Username" => "Belső felhasználónév", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Alapértelmezetten a belső felhasználónév az UUID attribútumból jön létre. Ez biztosítja a felhasználónév egyediségét, ill. azt, hogy a karaktereket nem kell konvertálni benne. A belső felhasználónévben csak a következő karakterek engdélyezettek: [ a-zA-Z0-9_.@- ]. Minden más karakter vagy az ASCII kódtáblában levő megfelelőjére cserélődik ki, vagy ha ilyen nincs, akkor egyszerűen kihagyódik. Ha az így kapott nevek mégis ütköznének, akkor a végükön kiegészülnek egy növekvő sorszámmal. A belső felhasználónév a programon belül azonosítja a felhasználót, valamint alapértelmezetten ez lesz a felhasználó személyes home könyvtárának a neve is. A belső felhasználónév adja a távoli elérések webcímének egy részét is, ilyenek pl. a *DAV szolgáltatások URL-jei. Ezzel a beállítással felülbírálhatjuk az alapértelmezett viselkedést. Ha az ownCloud 5-ös változata előtti viselkedést szeretné elérni, akkor a következő mezőben adja meg a felhasználó megjelenítési nevének attribútumát. Az alapértelmezett viselkedéshez hagyja üresen. A változtatás csak az újonnan létrejövő (újonnan megfeleltetett) LDAP felhasználók esetén érvényesül.", -"Internal Username Attribute:" => "A belső felhasználónév attribútuma:", -"Override UUID detection" => "Az UUID-felismerés felülbírálása", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Az UUID attribútum alapértelmezetten felismerésre kerül. Az UUID attribútum segítségével az LDAP felhasználók és csoportok egyértelműen azonosíthatók. A belső felhasználónév is azonos lesz az UUID-vel, ha fentebb nincs másként definiálva. Ezt a beállítást felülbírálhatja és bármely attribútummal helyettesítheti. Ekkor azonban gondoskodnia kell arról, hogy a kiválasztott attribútum minden felhasználó és csoport esetén lekérdezhető és egyedi értékkel bír. Ha a mezőt üresen hagyja, akkor az alapértelmezett attribútum lesz érvényes. Egy esetleges módosítás csak az újonnan hozzárendelt (ill. létrehozott) felhasználókra és csoportokra lesz érvényes.", -"UUID Attribute for Users:" => "A felhasználók UUID attribútuma:", -"UUID Attribute for Groups:" => "A csoportok UUID attribútuma:", -"Username-LDAP User Mapping" => "Felhasználó - LDAP felhasználó hozzárendelés", -"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." => "A felhasználónevek segítségével történik a (meta)adatok tárolása és hozzárendelése. A felhasználók pontos azonosítása céljából minden LDAP felhasználóhoz egy belső felhasználónevet rendelünk. Ezt a felhasználónevet az LDAP felhasználó UUID attribútumához rendeljük hozzá. Ezen túlmenően a DN is tárolásra kerül a gyorsítótárban, hogy csökkentsük az LDAP lekérdezések számát, de a DN-t nem használjuk azonosításra. Ha a DN megváltozik, akkor a rendszer ezt észleli. A belső felhasználóneveket a rendszer igen sok helyen használja, ezért a hozzárendelések törlése sok érvénytelen adatrekordot eredményez az adatbázisban. A hozzárendelések törlése nem függ a konfigurációtól, minden LDAP konfigurációt érint! Ténylegesen működő szolgáltatás esetén sose törölje a hozzárendeléseket, csak tesztelési vagy kísérleti célú szerveren!", -"Clear Username-LDAP User Mapping" => "A felhasználó - LDAP felhasználó hozzárendelés törlése", -"Clear Groupname-LDAP Group Mapping" => "A csoport - LDAP csoport hozzárendelés törlése" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/hy.js b/apps/user_ldap/l10n/hy.js new file mode 100644 index 0000000000..0d513531e4 --- /dev/null +++ b/apps/user_ldap/l10n/hy.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Պահպանել" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/hy.json b/apps/user_ldap/l10n/hy.json new file mode 100644 index 0000000000..d9bc9061a6 --- /dev/null +++ b/apps/user_ldap/l10n/hy.json @@ -0,0 +1,6 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Պահպանել" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/hy.php b/apps/user_ldap/l10n/hy.php deleted file mode 100644 index 805020b059..0000000000 --- a/apps/user_ldap/l10n/hy.php +++ /dev/null @@ -1,7 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "Պահպանել" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ia.js b/apps/user_ldap/l10n/ia.js new file mode 100644 index 0000000000..f56ec46d98 --- /dev/null +++ b/apps/user_ldap/l10n/ia.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "Il falleva deler", + "Error" : "Error", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Salveguardar", + "Help" : "Adjuta", + "Password" : "Contrasigno", + "Back" : "Retro", + "Continue" : "Continuar", + "Advanced" : "Avantiate" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/ia.json b/apps/user_ldap/l10n/ia.json new file mode 100644 index 0000000000..22aad84b05 --- /dev/null +++ b/apps/user_ldap/l10n/ia.json @@ -0,0 +1,13 @@ +{ "translations": { + "Deletion failed" : "Il falleva deler", + "Error" : "Error", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Salveguardar", + "Help" : "Adjuta", + "Password" : "Contrasigno", + "Back" : "Retro", + "Continue" : "Continuar", + "Advanced" : "Avantiate" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ia.php b/apps/user_ldap/l10n/ia.php deleted file mode 100644 index 3d7699525c..0000000000 --- a/apps/user_ldap/l10n/ia.php +++ /dev/null @@ -1,14 +0,0 @@ - "Il falleva deler", -"Error" => "Error", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "Salveguardar", -"Help" => "Adjuta", -"Password" => "Contrasigno", -"Back" => "Retro", -"Continue" => "Continuar", -"Advanced" => "Avantiate" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/id.js b/apps/user_ldap/l10n/id.js new file mode 100644 index 0000000000..f6297a6f31 --- /dev/null +++ b/apps/user_ldap/l10n/id.js @@ -0,0 +1,68 @@ +OC.L10N.register( + "user_ldap", + { + "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.", + "Deletion failed" : "Penghapusan gagal", + "Take over settings from recent server configuration?" : "Ambil alih pengaturan dari konfigurasi server saat ini?", + "Keep settings?" : "Biarkan pengaturan?", + "Cannot add server configuration" : "Gagal menambah konfigurasi server", + "Success" : "Sukses", + "Error" : "Galat", + "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?", + "Confirm Deletion" : "Konfirmasi Penghapusan", + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Server" : "Server", + "Group Filter" : "saringan grup", + "Save" : "Simpan", + "Test Configuration" : "Uji Konfigurasi", + "Help" : "Bantuan", + "Add Server Configuration" : "Tambah Konfigurasi Server", + "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", + "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", + "Back" : "Kembali", + "Continue" : "Lanjutkan", + "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", + "Configuration Active" : "Konfigurasi Aktif", + "When unchecked, this configuration will be skipped." : "Jika tidak dicentang, konfigurasi ini dilewati.", + "Backup (Replica) Host" : "Host Cadangan (Replika)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Berikan pilihan host cadangan. Harus merupakan replika dari server LDAP/AD utama.", + "Backup (Replica) Port" : "Port Cadangan (Replika)", + "Disable Main Server" : "Nonaktifkan Server Utama", + "Turn off SSL certificate validation." : "matikan validasi sertivikat SSL", + "Cache Time-To-Live" : "Gunakan Tembolok untuk Time-To-Live", + "in seconds. A change empties the cache." : "dalam detik. perubahan mengosongkan cache", + "Directory Settings" : "Pengaturan Direktori", + "User Display Name Field" : "Bidang Tampilan Nama Pengguna", + "Base User Tree" : "Pohon Pengguna Dasar", + "One User Base DN per line" : "Satu Pengguna Base DN per baris", + "User Search Attributes" : "Atribut Pencarian Pengguna", + "Optional; one attribute per line" : "Pilihan; satu atribut per baris", + "Group Display Name Field" : "Bidang Tampilan Nama Grup", + "Base Group Tree" : "Pohon Grup Dasar", + "One Group Base DN per line" : "Satu Grup Base DN per baris", + "Group Search Attributes" : "Atribut Pencarian Grup", + "Group-Member association" : "asosiasi Anggota-Grup", + "Special Attributes" : "Atribut Khusus", + "Quota Field" : "Bidang Kuota", + "Quota Default" : "Kuota Baku", + "in bytes" : "dalam bytes", + "Email Field" : "Bidang Email", + "User Home Folder Naming Rule" : "Aturan Penamaan Folder Home Pengguna", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Biarkan nama pengguna kosong (default). Atau tetapkan atribut LDAP/AD." +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/id.json b/apps/user_ldap/l10n/id.json new file mode 100644 index 0000000000..0fff37b80a --- /dev/null +++ b/apps/user_ldap/l10n/id.json @@ -0,0 +1,66 @@ +{ "translations": { + "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.", + "Deletion failed" : "Penghapusan gagal", + "Take over settings from recent server configuration?" : "Ambil alih pengaturan dari konfigurasi server saat ini?", + "Keep settings?" : "Biarkan pengaturan?", + "Cannot add server configuration" : "Gagal menambah konfigurasi server", + "Success" : "Sukses", + "Error" : "Galat", + "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?", + "Confirm Deletion" : "Konfirmasi Penghapusan", + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Server" : "Server", + "Group Filter" : "saringan grup", + "Save" : "Simpan", + "Test Configuration" : "Uji Konfigurasi", + "Help" : "Bantuan", + "Add Server Configuration" : "Tambah Konfigurasi Server", + "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", + "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", + "Back" : "Kembali", + "Continue" : "Lanjutkan", + "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", + "Configuration Active" : "Konfigurasi Aktif", + "When unchecked, this configuration will be skipped." : "Jika tidak dicentang, konfigurasi ini dilewati.", + "Backup (Replica) Host" : "Host Cadangan (Replika)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Berikan pilihan host cadangan. Harus merupakan replika dari server LDAP/AD utama.", + "Backup (Replica) Port" : "Port Cadangan (Replika)", + "Disable Main Server" : "Nonaktifkan Server Utama", + "Turn off SSL certificate validation." : "matikan validasi sertivikat SSL", + "Cache Time-To-Live" : "Gunakan Tembolok untuk Time-To-Live", + "in seconds. A change empties the cache." : "dalam detik. perubahan mengosongkan cache", + "Directory Settings" : "Pengaturan Direktori", + "User Display Name Field" : "Bidang Tampilan Nama Pengguna", + "Base User Tree" : "Pohon Pengguna Dasar", + "One User Base DN per line" : "Satu Pengguna Base DN per baris", + "User Search Attributes" : "Atribut Pencarian Pengguna", + "Optional; one attribute per line" : "Pilihan; satu atribut per baris", + "Group Display Name Field" : "Bidang Tampilan Nama Grup", + "Base Group Tree" : "Pohon Grup Dasar", + "One Group Base DN per line" : "Satu Grup Base DN per baris", + "Group Search Attributes" : "Atribut Pencarian Grup", + "Group-Member association" : "asosiasi Anggota-Grup", + "Special Attributes" : "Atribut Khusus", + "Quota Field" : "Bidang Kuota", + "Quota Default" : "Kuota Baku", + "in bytes" : "dalam bytes", + "Email Field" : "Bidang Email", + "User Home Folder Naming Rule" : "Aturan Penamaan Folder Home Pengguna", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Biarkan nama pengguna kosong (default). Atau tetapkan atribut LDAP/AD." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/id.php b/apps/user_ldap/l10n/id.php deleted file mode 100644 index 01cf269d68..0000000000 --- a/apps/user_ldap/l10n/id.php +++ /dev/null @@ -1,106 +0,0 @@ - "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 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?" => "Mengambil alih pengaturan dari konfigurasi server saat ini?", -"Keep settings?" => "Biarkan pengaturan?", -"{nthServer}. Server" => "{nthServer}. Server", -"Cannot add server configuration" => "Gagal menambah konfigurasi server", -"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", -"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_" => array("%s grup ditemukan"), -"_%s user found_::_%s users found_" => array("%s pengguna ditemukan"), -"Could not find the desired feature" => "Tidak dapat menemukan fitur yang diinginkan", -"Invalid Host" => "Host tidak sah", -"Server" => "Server", -"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" => "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", -"Configuration Active" => "Konfigurasi Aktif", -"When unchecked, this configuration will be skipped." => "Jika tidak dicentang, konfigurasi ini dilewati.", -"Backup (Replica) Host" => "Host Cadangan (Replika)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Berikan pilihan host cadangan. Harus merupakan replika dari server LDAP/AD utama.", -"Backup (Replica) Port" => "Port Cadangan (Replika)", -"Disable Main Server" => "Nonaktifkan Server Utama", -"Turn off SSL certificate validation." => "matikan validasi sertivikat SSL", -"Cache Time-To-Live" => "Gunakan Tembolok untuk Time-To-Live", -"in seconds. A change empties the cache." => "dalam detik. perubahan mengosongkan cache", -"Directory Settings" => "Pengaturan Direktori", -"User Display Name Field" => "Bidang Tampilan Nama Pengguna", -"Base User Tree" => "Pohon Pengguna Dasar", -"One User Base DN per line" => "Satu Pengguna Base DN per baris", -"User Search Attributes" => "Atribut Pencarian Pengguna", -"Optional; one attribute per line" => "Pilihan; satu atribut per baris", -"Group Display Name Field" => "Bidang Tampilan Nama Grup", -"Base Group Tree" => "Pohon Grup Dasar", -"One Group Base DN per line" => "Satu Grup Base DN per baris", -"Group Search Attributes" => "Atribut Pencarian Grup", -"Group-Member association" => "asosiasi Anggota-Grup", -"Special Attributes" => "Atribut Khusus", -"Quota Field" => "Bidang Kuota", -"Quota Default" => "Kuota Baku", -"in bytes" => "dalam bytes", -"Email Field" => "Bidang Email", -"User Home Folder Naming Rule" => "Aturan Penamaan Folder Home Pengguna", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Biarkan nama pengguna kosong (default). Atau tetapkan atribut LDAP/AD." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/io.js b/apps/user_ldap/l10n/io.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/io.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/io.json b/apps/user_ldap/l10n/io.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/io.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/io.php b/apps/user_ldap/l10n/io.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/io.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/is.js b/apps/user_ldap/l10n/is.js new file mode 100644 index 0000000000..23669d3bb0 --- /dev/null +++ b/apps/user_ldap/l10n/is.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "user_ldap", + { + "Keep settings?" : "Geyma stillingar ?", + "Error" : "Villa", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Vista", + "Test Configuration" : "Prúfa uppsetningu", + "Help" : "Hjálp", + "Host" : "Netþjónn", + "Password" : "Lykilorð", + "Advanced" : "Ítarlegt" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/is.json b/apps/user_ldap/l10n/is.json new file mode 100644 index 0000000000..4ea4a56675 --- /dev/null +++ b/apps/user_ldap/l10n/is.json @@ -0,0 +1,13 @@ +{ "translations": { + "Keep settings?" : "Geyma stillingar ?", + "Error" : "Villa", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Vista", + "Test Configuration" : "Prúfa uppsetningu", + "Help" : "Hjálp", + "Host" : "Netþjónn", + "Password" : "Lykilorð", + "Advanced" : "Ítarlegt" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/is.php b/apps/user_ldap/l10n/is.php deleted file mode 100644 index 148eb06403..0000000000 --- a/apps/user_ldap/l10n/is.php +++ /dev/null @@ -1,14 +0,0 @@ - "Geyma stillingar ?", -"Error" => "Villa", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "Vista", -"Test Configuration" => "Prúfa uppsetningu", -"Help" => "Hjálp", -"Host" => "Netþjónn", -"Password" => "Lykilorð", -"Advanced" => "Ítarlegt" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/it.js b/apps/user_ldap/l10n/it.js new file mode 100644 index 0000000000..1ec979a1fe --- /dev/null +++ b/apps/user_ldap/l10n/it.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Cancellazione delle associazioni non riuscita.", + "Failed to delete the server configuration" : "Eliminazione della configurazione del server non riuscita", + "The configuration is valid and the connection could be established!" : "La configurazione è valida e la connessione può essere stabilita.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configurazione è valida, ma il Bind non è riuscito. Controlla le impostazioni del server e le credenziali.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configurazione non è valida. Controlla i log per ulteriori dettagli.", + "No action specified" : "Nessuna azione specificata", + "No configuration specified" : "Nessuna configurazione specificata", + "No data specified" : "Nessun dato specificato", + " Could not set configuration %s" : "Impossibile impostare la configurazione %s", + "Deletion failed" : "Eliminazione non riuscita", + "Take over settings from recent server configuration?" : "Vuoi recuperare le impostazioni dalla configurazione recente del server?", + "Keep settings?" : "Vuoi mantenere le impostazioni?", + "{nthServer}. Server" : "{nthServer}. server", + "Cannot add server configuration" : "Impossibile aggiungere la configurazione del server", + "mappings cleared" : "associazioni cancellate", + "Success" : "Riuscito", + "Error" : "Errore", + "Please specify a Base DN" : "Specifica un DN base", + "Could not determine Base DN" : "Impossibile determinare il DN base", + "Please specify the port" : "Specifica la porta", + "Configuration OK" : "Configurazione corretta", + "Configuration incorrect" : "Configurazione non corretta", + "Configuration incomplete" : "Configurazione incompleta", + "Select groups" : "Seleziona i gruppi", + "Select object classes" : "Seleziona le classi di oggetti", + "Select attributes" : "Seleziona gli attributi", + "Connection test succeeded" : "Prova di connessione riuscita", + "Connection test failed" : "Prova di connessione non riuscita", + "Do you really want to delete the current Server Configuration?" : "Vuoi davvero eliminare la configurazione attuale del server?", + "Confirm Deletion" : "Conferma l'eliminazione", + "_%s group found_::_%s groups found_" : ["%s gruppo trovato","%s gruppi trovati"], + "_%s user found_::_%s users found_" : ["%s utente trovato","%s utenti trovati"], + "Could not find the desired feature" : "Impossibile trovare la funzionalità desiderata", + "Invalid Host" : "Host non valido", + "Server" : "Server", + "User Filter" : "Filtro utente", + "Login Filter" : "Filtro accesso", + "Group Filter" : "Filtro gruppo", + "Save" : "Salva", + "Test Configuration" : "Prova configurazione", + "Help" : "Aiuto", + "Groups meeting these criteria are available in %s:" : "I gruppi che corrispondono a questi criteri sono disponibili in %s:", + "only those object classes:" : "solo queste classi di oggetti:", + "only from those groups:" : "solo da questi gruppi:", + "Edit raw filter instead" : "Modifica invece il filtro grezzo", + "Raw LDAP filter" : "Filtro LDAP grezzo", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Il filtro specifica quali gruppi LDAP devono avere accesso all'istanza %s.", + "Test Filter" : "Prova filtro", + "groups found" : "gruppi trovati", + "Users login with this attribute:" : "Utenti con questo attributo:", + "LDAP Username:" : "Nome utente LDAP:", + "LDAP Email Address:" : "Indirizzo email LDAP:", + "Other Attributes:" : "Altri attributi:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Specifica quale filtro utilizzare quando si tenta l'accesso. %%uid sostituisce il nome utente all'atto dell'accesso. Esempio: \"uid=%%uid\"", + "1. Server" : "1. server", + "%s. Server:" : "%s. server:", + "Add Server Configuration" : "Aggiungi configurazione del server", + "Delete Configuration" : "Elimina configurazione", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "È possibile omettere il protocollo, ad eccezione se è necessario SSL. Quindi inizia con ldaps://", + "Port" : "Porta", + "User DN" : "DN utente", + "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." : "Il DN per il client dell'utente con cui deve essere associato, ad esempio uid=agent,dc=example,dc=com. Per l'accesso anonimo, lasciare vuoti i campi DN e Password", + "Password" : "Password", + "For anonymous access, leave DN and Password empty." : "Per l'accesso anonimo, lasciare vuoti i campi DN e Password", + "One Base DN per line" : "Un DN base per riga", + "You can specify Base DN for users and groups in the Advanced tab" : "Puoi specificare una DN base per gli utenti ed i gruppi nella scheda Avanzate", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Impedisce le richieste LDAP automatiche. Meglio per installazioni più grandi, ma richiede una certa conoscenza di LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Digita manualmente i filtri LDAP (consigliato per directory grandi)", + "Limit %s access to users meeting these criteria:" : "Limita l'accesso a %s ai gruppi che verificano questi criteri:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Il filtro specifica quali utenti LDAP devono avere accesso all'istanza %s.", + "users found" : "utenti trovati", + "Saving" : "Salvataggio", + "Back" : "Indietro", + "Continue" : "Continua", + "Expert" : "Esperto", + "Advanced" : "Avanzate", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avviso: le applicazioni user_ldap e user_webdavauth sono incompatibili. Potresti riscontrare un comportamento inatteso. Chiedi al tuo amministratore di sistema di disabilitarne una.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avviso: il modulo PHP LDAP non è installato, il motore non funzionerà. Chiedi al tuo amministratore di sistema di installarlo.", + "Connection Settings" : "Impostazioni di connessione", + "Configuration Active" : "Configurazione attiva", + "When unchecked, this configuration will be skipped." : "Se deselezionata, questa configurazione sarà saltata.", + "Backup (Replica) Host" : "Host di backup (Replica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Fornisci un host di backup opzionale. Deve essere una replica del server AD/LDAP principale.", + "Backup (Replica) Port" : "Porta di backup (Replica)", + "Disable Main Server" : "Disabilita server principale", + "Only connect to the replica server." : "Collegati solo al server di replica.", + "Case insensitive LDAP server (Windows)" : "Server LDAP non sensibile alle maiuscole (Windows)", + "Turn off SSL certificate validation." : "Disattiva il controllo del certificato SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non consigliata, da utilizzare solo per test! Se la connessione funziona solo con questa opzione, importa il certificate SSL del server LDAP sul tuo server %s.", + "Cache Time-To-Live" : "Tempo di vita della cache", + "in seconds. A change empties the cache." : "in secondi. Il cambio svuota la cache.", + "Directory Settings" : "Impostazioni delle cartelle", + "User Display Name Field" : "Campo per la visualizzazione del nome utente", + "The LDAP attribute to use to generate the user's display name." : "L'attributo LDAP da usare per generare il nome visualizzato dell'utente.", + "Base User Tree" : "Struttura base dell'utente", + "One User Base DN per line" : "Un DN base utente per riga", + "User Search Attributes" : "Attributi di ricerca utente", + "Optional; one attribute per line" : "Opzionale; un attributo per riga", + "Group Display Name Field" : "Campo per la visualizzazione del nome del gruppo", + "The LDAP attribute to use to generate the groups's display name." : "L'attributo LDAP da usare per generare il nome visualizzato del gruppo.", + "Base Group Tree" : "Struttura base del gruppo", + "One Group Base DN per line" : "Un DN base gruppo per riga", + "Group Search Attributes" : "Attributi di ricerca gruppo", + "Group-Member association" : "Associazione gruppo-utente ", + "Nested Groups" : "Gruppi nidificati", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando è attivato, i gruppi che contengono altri gruppi sono supportati. (Funziona solo se l'attributo del gruppo membro contiene DN.)", + "Paging chunksize" : "Dimensione del blocco di paginazione", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Dimensione del blocco per le ricerche LDAP paginate che potrebbero restituire risultati pesanti come l'enumerazione di utenti o gruppi.(L'impostazione a 0 disabilita le ricerche LDAP paginate in questi casi.)", + "Special Attributes" : "Attributi speciali", + "Quota Field" : "Campo Quota", + "Quota Default" : "Quota predefinita", + "in bytes" : "in byte", + "Email Field" : "Campo Email", + "User Home Folder Naming Rule" : "Regola di assegnazione del nome della cartella utente", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lascia vuoto per il nome utente (predefinito). Altrimenti, specifica un attributo LDAP/AD.", + "Internal Username" : "Nome utente interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "In modo predefinito, il nome utente interno sarà creato dall'attributo UUID. Ciò assicura che il nome utente sia univoco e che non sia necessario convertire i caratteri. Il nome utente interno consente l'uso di determinati caratteri: [ a-zA-Z0-9_.@- ]. Altri caratteri sono sostituiti con il corrispondente ASCII o sono semplicemente omessi. In caso di conflitto, sarà aggiunto/incrementato un numero. Il nome utente interno è utilizzato per identificare un utente internamente. Rappresenta, inoltre, il nome predefinito per la cartella home dell'utente in ownCloud. Costituisce anche una parte di URL remoti, ad esempio per tutti i servizi *DAV. Con questa impostazione, il comportamento predefinito può essere scavalcato. Per ottenere un comportamento simile alle versioni precedenti ownCloud 5, inserisci l'attributo del nome visualizzato dell'utente nel campo seguente. Lascialo vuoto per il comportamento predefinito. Le modifiche avranno effetto solo sui nuovo utenti LDAP associati (aggiunti).", + "Internal Username Attribute:" : "Attributo nome utente interno:", + "Override UUID detection" : "Ignora rilevamento UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "In modo predefinito, l'attributo UUID viene rilevato automaticamente. L'attributo UUID è utilizzato per identificare senza alcun dubbio gli utenti e i gruppi LDAP. Inoltre, il nome utente interno sarà creato sulla base dell'UUID, se non è specificato in precedenza. Puoi ignorare l'impostazione e fornire un attributo di tua scelta. Assicurati che l'attributo scelto possa essere ottenuto sia per gli utenti che per i gruppi e che sia univoco. Lascialo vuoto per ottenere il comportamento predefinito. Le modifiche avranno effetto solo sui nuovi utenti e gruppi LDAP associati (aggiunti).", + "UUID Attribute for Users:" : "Attributo UUID per gli utenti:", + "UUID Attribute for Groups:" : "Attributo UUID per i gruppi:", + "Username-LDAP User Mapping" : "Associazione Nome utente-Utente 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." : "I nomi utente sono utilizzati per archiviare e assegnare i (meta) dati. Per identificare con precisione e riconoscere gli utenti, ogni utente LDAP avrà un nome utente interno. Ciò richiede un'associazione tra il nome utente e l'utente LDAP. In aggiunta, il DN viene mantenuto in cache per ridurre l'interazione con LDAP, ma non è utilizzato per l'identificazione. Se il DN cambia, le modifiche saranno rilevate. Il nome utente interno è utilizzato dappertutto. La cancellazione delle associazioni lascerà tracce residue ovunque e interesserà esclusivamente la configurazione LDAP. Non cancellare mai le associazioni in un ambiente di produzione, ma solo in una fase sperimentale o di test.", + "Clear Username-LDAP User Mapping" : "Cancella associazione Nome utente-Utente LDAP", + "Clear Groupname-LDAP Group Mapping" : "Cancella associazione Nome gruppo-Gruppo LDAP" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/it.json b/apps/user_ldap/l10n/it.json new file mode 100644 index 0000000000..f99c2c8618 --- /dev/null +++ b/apps/user_ldap/l10n/it.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Cancellazione delle associazioni non riuscita.", + "Failed to delete the server configuration" : "Eliminazione della configurazione del server non riuscita", + "The configuration is valid and the connection could be established!" : "La configurazione è valida e la connessione può essere stabilita.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configurazione è valida, ma il Bind non è riuscito. Controlla le impostazioni del server e le credenziali.", + "The configuration is invalid. Please have a look at the logs for further details." : "La configurazione non è valida. Controlla i log per ulteriori dettagli.", + "No action specified" : "Nessuna azione specificata", + "No configuration specified" : "Nessuna configurazione specificata", + "No data specified" : "Nessun dato specificato", + " Could not set configuration %s" : "Impossibile impostare la configurazione %s", + "Deletion failed" : "Eliminazione non riuscita", + "Take over settings from recent server configuration?" : "Vuoi recuperare le impostazioni dalla configurazione recente del server?", + "Keep settings?" : "Vuoi mantenere le impostazioni?", + "{nthServer}. Server" : "{nthServer}. server", + "Cannot add server configuration" : "Impossibile aggiungere la configurazione del server", + "mappings cleared" : "associazioni cancellate", + "Success" : "Riuscito", + "Error" : "Errore", + "Please specify a Base DN" : "Specifica un DN base", + "Could not determine Base DN" : "Impossibile determinare il DN base", + "Please specify the port" : "Specifica la porta", + "Configuration OK" : "Configurazione corretta", + "Configuration incorrect" : "Configurazione non corretta", + "Configuration incomplete" : "Configurazione incompleta", + "Select groups" : "Seleziona i gruppi", + "Select object classes" : "Seleziona le classi di oggetti", + "Select attributes" : "Seleziona gli attributi", + "Connection test succeeded" : "Prova di connessione riuscita", + "Connection test failed" : "Prova di connessione non riuscita", + "Do you really want to delete the current Server Configuration?" : "Vuoi davvero eliminare la configurazione attuale del server?", + "Confirm Deletion" : "Conferma l'eliminazione", + "_%s group found_::_%s groups found_" : ["%s gruppo trovato","%s gruppi trovati"], + "_%s user found_::_%s users found_" : ["%s utente trovato","%s utenti trovati"], + "Could not find the desired feature" : "Impossibile trovare la funzionalità desiderata", + "Invalid Host" : "Host non valido", + "Server" : "Server", + "User Filter" : "Filtro utente", + "Login Filter" : "Filtro accesso", + "Group Filter" : "Filtro gruppo", + "Save" : "Salva", + "Test Configuration" : "Prova configurazione", + "Help" : "Aiuto", + "Groups meeting these criteria are available in %s:" : "I gruppi che corrispondono a questi criteri sono disponibili in %s:", + "only those object classes:" : "solo queste classi di oggetti:", + "only from those groups:" : "solo da questi gruppi:", + "Edit raw filter instead" : "Modifica invece il filtro grezzo", + "Raw LDAP filter" : "Filtro LDAP grezzo", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Il filtro specifica quali gruppi LDAP devono avere accesso all'istanza %s.", + "Test Filter" : "Prova filtro", + "groups found" : "gruppi trovati", + "Users login with this attribute:" : "Utenti con questo attributo:", + "LDAP Username:" : "Nome utente LDAP:", + "LDAP Email Address:" : "Indirizzo email LDAP:", + "Other Attributes:" : "Altri attributi:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Specifica quale filtro utilizzare quando si tenta l'accesso. %%uid sostituisce il nome utente all'atto dell'accesso. Esempio: \"uid=%%uid\"", + "1. Server" : "1. server", + "%s. Server:" : "%s. server:", + "Add Server Configuration" : "Aggiungi configurazione del server", + "Delete Configuration" : "Elimina configurazione", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "È possibile omettere il protocollo, ad eccezione se è necessario SSL. Quindi inizia con ldaps://", + "Port" : "Porta", + "User DN" : "DN utente", + "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." : "Il DN per il client dell'utente con cui deve essere associato, ad esempio uid=agent,dc=example,dc=com. Per l'accesso anonimo, lasciare vuoti i campi DN e Password", + "Password" : "Password", + "For anonymous access, leave DN and Password empty." : "Per l'accesso anonimo, lasciare vuoti i campi DN e Password", + "One Base DN per line" : "Un DN base per riga", + "You can specify Base DN for users and groups in the Advanced tab" : "Puoi specificare una DN base per gli utenti ed i gruppi nella scheda Avanzate", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Impedisce le richieste LDAP automatiche. Meglio per installazioni più grandi, ma richiede una certa conoscenza di LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Digita manualmente i filtri LDAP (consigliato per directory grandi)", + "Limit %s access to users meeting these criteria:" : "Limita l'accesso a %s ai gruppi che verificano questi criteri:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Il filtro specifica quali utenti LDAP devono avere accesso all'istanza %s.", + "users found" : "utenti trovati", + "Saving" : "Salvataggio", + "Back" : "Indietro", + "Continue" : "Continua", + "Expert" : "Esperto", + "Advanced" : "Avanzate", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Avviso: le applicazioni user_ldap e user_webdavauth sono incompatibili. Potresti riscontrare un comportamento inatteso. Chiedi al tuo amministratore di sistema di disabilitarne una.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avviso: il modulo PHP LDAP non è installato, il motore non funzionerà. Chiedi al tuo amministratore di sistema di installarlo.", + "Connection Settings" : "Impostazioni di connessione", + "Configuration Active" : "Configurazione attiva", + "When unchecked, this configuration will be skipped." : "Se deselezionata, questa configurazione sarà saltata.", + "Backup (Replica) Host" : "Host di backup (Replica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Fornisci un host di backup opzionale. Deve essere una replica del server AD/LDAP principale.", + "Backup (Replica) Port" : "Porta di backup (Replica)", + "Disable Main Server" : "Disabilita server principale", + "Only connect to the replica server." : "Collegati solo al server di replica.", + "Case insensitive LDAP server (Windows)" : "Server LDAP non sensibile alle maiuscole (Windows)", + "Turn off SSL certificate validation." : "Disattiva il controllo del certificato SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non consigliata, da utilizzare solo per test! Se la connessione funziona solo con questa opzione, importa il certificate SSL del server LDAP sul tuo server %s.", + "Cache Time-To-Live" : "Tempo di vita della cache", + "in seconds. A change empties the cache." : "in secondi. Il cambio svuota la cache.", + "Directory Settings" : "Impostazioni delle cartelle", + "User Display Name Field" : "Campo per la visualizzazione del nome utente", + "The LDAP attribute to use to generate the user's display name." : "L'attributo LDAP da usare per generare il nome visualizzato dell'utente.", + "Base User Tree" : "Struttura base dell'utente", + "One User Base DN per line" : "Un DN base utente per riga", + "User Search Attributes" : "Attributi di ricerca utente", + "Optional; one attribute per line" : "Opzionale; un attributo per riga", + "Group Display Name Field" : "Campo per la visualizzazione del nome del gruppo", + "The LDAP attribute to use to generate the groups's display name." : "L'attributo LDAP da usare per generare il nome visualizzato del gruppo.", + "Base Group Tree" : "Struttura base del gruppo", + "One Group Base DN per line" : "Un DN base gruppo per riga", + "Group Search Attributes" : "Attributi di ricerca gruppo", + "Group-Member association" : "Associazione gruppo-utente ", + "Nested Groups" : "Gruppi nidificati", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando è attivato, i gruppi che contengono altri gruppi sono supportati. (Funziona solo se l'attributo del gruppo membro contiene DN.)", + "Paging chunksize" : "Dimensione del blocco di paginazione", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Dimensione del blocco per le ricerche LDAP paginate che potrebbero restituire risultati pesanti come l'enumerazione di utenti o gruppi.(L'impostazione a 0 disabilita le ricerche LDAP paginate in questi casi.)", + "Special Attributes" : "Attributi speciali", + "Quota Field" : "Campo Quota", + "Quota Default" : "Quota predefinita", + "in bytes" : "in byte", + "Email Field" : "Campo Email", + "User Home Folder Naming Rule" : "Regola di assegnazione del nome della cartella utente", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lascia vuoto per il nome utente (predefinito). Altrimenti, specifica un attributo LDAP/AD.", + "Internal Username" : "Nome utente interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "In modo predefinito, il nome utente interno sarà creato dall'attributo UUID. Ciò assicura che il nome utente sia univoco e che non sia necessario convertire i caratteri. Il nome utente interno consente l'uso di determinati caratteri: [ a-zA-Z0-9_.@- ]. Altri caratteri sono sostituiti con il corrispondente ASCII o sono semplicemente omessi. In caso di conflitto, sarà aggiunto/incrementato un numero. Il nome utente interno è utilizzato per identificare un utente internamente. Rappresenta, inoltre, il nome predefinito per la cartella home dell'utente in ownCloud. Costituisce anche una parte di URL remoti, ad esempio per tutti i servizi *DAV. Con questa impostazione, il comportamento predefinito può essere scavalcato. Per ottenere un comportamento simile alle versioni precedenti ownCloud 5, inserisci l'attributo del nome visualizzato dell'utente nel campo seguente. Lascialo vuoto per il comportamento predefinito. Le modifiche avranno effetto solo sui nuovo utenti LDAP associati (aggiunti).", + "Internal Username Attribute:" : "Attributo nome utente interno:", + "Override UUID detection" : "Ignora rilevamento UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "In modo predefinito, l'attributo UUID viene rilevato automaticamente. L'attributo UUID è utilizzato per identificare senza alcun dubbio gli utenti e i gruppi LDAP. Inoltre, il nome utente interno sarà creato sulla base dell'UUID, se non è specificato in precedenza. Puoi ignorare l'impostazione e fornire un attributo di tua scelta. Assicurati che l'attributo scelto possa essere ottenuto sia per gli utenti che per i gruppi e che sia univoco. Lascialo vuoto per ottenere il comportamento predefinito. Le modifiche avranno effetto solo sui nuovi utenti e gruppi LDAP associati (aggiunti).", + "UUID Attribute for Users:" : "Attributo UUID per gli utenti:", + "UUID Attribute for Groups:" : "Attributo UUID per i gruppi:", + "Username-LDAP User Mapping" : "Associazione Nome utente-Utente 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." : "I nomi utente sono utilizzati per archiviare e assegnare i (meta) dati. Per identificare con precisione e riconoscere gli utenti, ogni utente LDAP avrà un nome utente interno. Ciò richiede un'associazione tra il nome utente e l'utente LDAP. In aggiunta, il DN viene mantenuto in cache per ridurre l'interazione con LDAP, ma non è utilizzato per l'identificazione. Se il DN cambia, le modifiche saranno rilevate. Il nome utente interno è utilizzato dappertutto. La cancellazione delle associazioni lascerà tracce residue ovunque e interesserà esclusivamente la configurazione LDAP. Non cancellare mai le associazioni in un ambiente di produzione, ma solo in una fase sperimentale o di test.", + "Clear Username-LDAP User Mapping" : "Cancella associazione Nome utente-Utente LDAP", + "Clear Groupname-LDAP Group Mapping" : "Cancella associazione Nome gruppo-Gruppo LDAP" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/it.php b/apps/user_ldap/l10n/it.php deleted file mode 100644 index 34e93fd778..0000000000 --- a/apps/user_ldap/l10n/it.php +++ /dev/null @@ -1,131 +0,0 @@ - "Cancellazione delle associazioni non riuscita.", -"Failed to delete the server configuration" => "Eliminazione della configurazione del server non riuscita", -"The configuration is valid and the connection could be established!" => "La configurazione è valida e la connessione può essere stabilita.", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "La configurazione è valida, ma il Bind non è riuscito. Controlla le impostazioni del server e le credenziali.", -"The configuration is invalid. Please have a look at the logs for further details." => "La configurazione non è valida. Controlla i log per ulteriori dettagli.", -"No action specified" => "Nessuna azione specificata", -"No configuration specified" => "Nessuna configurazione specificata", -"No data specified" => "Nessun dato specificato", -" Could not set configuration %s" => "Impossibile impostare la configurazione %s", -"Deletion failed" => "Eliminazione non riuscita", -"Take over settings from recent server configuration?" => "Vuoi recuperare le impostazioni dalla configurazione recente del server?", -"Keep settings?" => "Vuoi mantenere le impostazioni?", -"{nthServer}. Server" => "{nthServer}. server", -"Cannot add server configuration" => "Impossibile aggiungere la configurazione del server", -"mappings cleared" => "associazioni cancellate", -"Success" => "Riuscito", -"Error" => "Errore", -"Please specify a Base DN" => "Specifica un DN base", -"Could not determine Base DN" => "Impossibile determinare il DN base", -"Please specify the port" => "Specifica la porta", -"Configuration OK" => "Configurazione corretta", -"Configuration incorrect" => "Configurazione non corretta", -"Configuration incomplete" => "Configurazione incompleta", -"Select groups" => "Seleziona i gruppi", -"Select object classes" => "Seleziona le classi di oggetti", -"Select attributes" => "Seleziona gli attributi", -"Connection test succeeded" => "Prova di connessione riuscita", -"Connection test failed" => "Prova di connessione non riuscita", -"Do you really want to delete the current Server Configuration?" => "Vuoi davvero eliminare la configurazione attuale del server?", -"Confirm Deletion" => "Conferma l'eliminazione", -"_%s group found_::_%s groups found_" => array("%s gruppo trovato","%s gruppi trovati"), -"_%s user found_::_%s users found_" => array("%s utente trovato","%s utenti trovati"), -"Could not find the desired feature" => "Impossibile trovare la funzionalità desiderata", -"Invalid Host" => "Host non valido", -"Server" => "Server", -"User Filter" => "Filtro utente", -"Login Filter" => "Filtro accesso", -"Group Filter" => "Filtro gruppo", -"Save" => "Salva", -"Test Configuration" => "Prova configurazione", -"Help" => "Aiuto", -"Groups meeting these criteria are available in %s:" => "I gruppi che corrispondono a questi criteri sono disponibili in %s:", -"only those object classes:" => "solo queste classi di oggetti:", -"only from those groups:" => "solo da questi gruppi:", -"Edit raw filter instead" => "Modifica invece il filtro grezzo", -"Raw LDAP filter" => "Filtro LDAP grezzo", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Il filtro specifica quali gruppi LDAP devono avere accesso all'istanza %s.", -"Test Filter" => "Prova filtro", -"groups found" => "gruppi trovati", -"Users login with this attribute:" => "Utenti con questo attributo:", -"LDAP Username:" => "Nome utente LDAP:", -"LDAP Email Address:" => "Indirizzo email LDAP:", -"Other Attributes:" => "Altri attributi:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Specifica quale filtro utilizzare quando si tenta l'accesso. %%uid sostituisce il nome utente all'atto dell'accesso. Esempio: \"uid=%%uid\"", -"1. Server" => "1. server", -"%s. Server:" => "%s. server:", -"Add Server Configuration" => "Aggiungi configurazione del server", -"Delete Configuration" => "Elimina configurazione", -"Host" => "Host", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "È possibile omettere il protocollo, ad eccezione se è necessario SSL. Quindi inizia con ldaps://", -"Port" => "Porta", -"User DN" => "DN utente", -"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." => "Il DN per il client dell'utente con cui deve essere associato, ad esempio uid=agent,dc=example,dc=com. Per l'accesso anonimo, lasciare vuoti i campi DN e Password", -"Password" => "Password", -"For anonymous access, leave DN and Password empty." => "Per l'accesso anonimo, lasciare vuoti i campi DN e Password", -"One Base DN per line" => "Un DN base per riga", -"You can specify Base DN for users and groups in the Advanced tab" => "Puoi specificare una DN base per gli utenti ed i gruppi nella scheda Avanzate", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Impedisce le richieste LDAP automatiche. Meglio per installazioni più grandi, ma richiede una certa conoscenza di LDAP.", -"Manually enter LDAP filters (recommended for large directories)" => "Digita manualmente i filtri LDAP (consigliato per directory grandi)", -"Limit %s access to users meeting these criteria:" => "Limita l'accesso a %s ai gruppi che verificano questi criteri:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Il filtro specifica quali utenti LDAP devono avere accesso all'istanza %s.", -"users found" => "utenti trovati", -"Saving" => "Salvataggio", -"Back" => "Indietro", -"Continue" => "Continua", -"Expert" => "Esperto", -"Advanced" => "Avanzate", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Avviso: le applicazioni user_ldap e user_webdavauth sono incompatibili. Potresti riscontrare un comportamento inatteso. Chiedi al tuo amministratore di sistema di disabilitarne una.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Avviso: il modulo PHP LDAP non è installato, il motore non funzionerà. Chiedi al tuo amministratore di sistema di installarlo.", -"Connection Settings" => "Impostazioni di connessione", -"Configuration Active" => "Configurazione attiva", -"When unchecked, this configuration will be skipped." => "Se deselezionata, questa configurazione sarà saltata.", -"Backup (Replica) Host" => "Host di backup (Replica)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Fornisci un host di backup opzionale. Deve essere una replica del server AD/LDAP principale.", -"Backup (Replica) Port" => "Porta di backup (Replica)", -"Disable Main Server" => "Disabilita server principale", -"Only connect to the replica server." => "Collegati solo al server di replica.", -"Case insensitive LDAP server (Windows)" => "Server LDAP non sensibile alle maiuscole (Windows)", -"Turn off SSL certificate validation." => "Disattiva il controllo del certificato SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Non consigliata, da utilizzare solo per test! Se la connessione funziona solo con questa opzione, importa il certificate SSL del server LDAP sul tuo server %s.", -"Cache Time-To-Live" => "Tempo di vita della cache", -"in seconds. A change empties the cache." => "in secondi. Il cambio svuota la cache.", -"Directory Settings" => "Impostazioni delle cartelle", -"User Display Name Field" => "Campo per la visualizzazione del nome utente", -"The LDAP attribute to use to generate the user's display name." => "L'attributo LDAP da usare per generare il nome visualizzato dell'utente.", -"Base User Tree" => "Struttura base dell'utente", -"One User Base DN per line" => "Un DN base utente per riga", -"User Search Attributes" => "Attributi di ricerca utente", -"Optional; one attribute per line" => "Opzionale; un attributo per riga", -"Group Display Name Field" => "Campo per la visualizzazione del nome del gruppo", -"The LDAP attribute to use to generate the groups's display name." => "L'attributo LDAP da usare per generare il nome visualizzato del gruppo.", -"Base Group Tree" => "Struttura base del gruppo", -"One Group Base DN per line" => "Un DN base gruppo per riga", -"Group Search Attributes" => "Attributi di ricerca gruppo", -"Group-Member association" => "Associazione gruppo-utente ", -"Nested Groups" => "Gruppi nidificati", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Quando è attivato, i gruppi che contengono altri gruppi sono supportati. (Funziona solo se l'attributo del gruppo membro contiene DN.)", -"Paging chunksize" => "Dimensione del blocco di paginazione", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Dimensione del blocco per le ricerche LDAP paginate che potrebbero restituire risultati pesanti come l'enumerazione di utenti o gruppi.(L'impostazione a 0 disabilita le ricerche LDAP paginate in questi casi.)", -"Special Attributes" => "Attributi speciali", -"Quota Field" => "Campo Quota", -"Quota Default" => "Quota predefinita", -"in bytes" => "in byte", -"Email Field" => "Campo Email", -"User Home Folder Naming Rule" => "Regola di assegnazione del nome della cartella utente", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lascia vuoto per il nome utente (predefinito). Altrimenti, specifica un attributo LDAP/AD.", -"Internal Username" => "Nome utente interno", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "In modo predefinito, il nome utente interno sarà creato dall'attributo UUID. Ciò assicura che il nome utente sia univoco e che non sia necessario convertire i caratteri. Il nome utente interno consente l'uso di determinati caratteri: [ a-zA-Z0-9_.@- ]. Altri caratteri sono sostituiti con il corrispondente ASCII o sono semplicemente omessi. In caso di conflitto, sarà aggiunto/incrementato un numero. Il nome utente interno è utilizzato per identificare un utente internamente. Rappresenta, inoltre, il nome predefinito per la cartella home dell'utente in ownCloud. Costituisce anche una parte di URL remoti, ad esempio per tutti i servizi *DAV. Con questa impostazione, il comportamento predefinito può essere scavalcato. Per ottenere un comportamento simile alle versioni precedenti ownCloud 5, inserisci l'attributo del nome visualizzato dell'utente nel campo seguente. Lascialo vuoto per il comportamento predefinito. Le modifiche avranno effetto solo sui nuovo utenti LDAP associati (aggiunti).", -"Internal Username Attribute:" => "Attributo nome utente interno:", -"Override UUID detection" => "Ignora rilevamento UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "In modo predefinito, l'attributo UUID viene rilevato automaticamente. L'attributo UUID è utilizzato per identificare senza alcun dubbio gli utenti e i gruppi LDAP. Inoltre, il nome utente interno sarà creato sulla base dell'UUID, se non è specificato in precedenza. Puoi ignorare l'impostazione e fornire un attributo di tua scelta. Assicurati che l'attributo scelto possa essere ottenuto sia per gli utenti che per i gruppi e che sia univoco. Lascialo vuoto per ottenere il comportamento predefinito. Le modifiche avranno effetto solo sui nuovi utenti e gruppi LDAP associati (aggiunti).", -"UUID Attribute for Users:" => "Attributo UUID per gli utenti:", -"UUID Attribute for Groups:" => "Attributo UUID per i gruppi:", -"Username-LDAP User Mapping" => "Associazione Nome utente-Utente 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." => "I nomi utente sono utilizzati per archiviare e assegnare i (meta) dati. Per identificare con precisione e riconoscere gli utenti, ogni utente LDAP avrà un nome utente interno. Ciò richiede un'associazione tra il nome utente e l'utente LDAP. In aggiunta, il DN viene mantenuto in cache per ridurre l'interazione con LDAP, ma non è utilizzato per l'identificazione. Se il DN cambia, le modifiche saranno rilevate. Il nome utente interno è utilizzato dappertutto. La cancellazione delle associazioni lascerà tracce residue ovunque e interesserà esclusivamente la configurazione LDAP. Non cancellare mai le associazioni in un ambiente di produzione, ma solo in una fase sperimentale o di test.", -"Clear Username-LDAP User Mapping" => "Cancella associazione Nome utente-Utente LDAP", -"Clear Groupname-LDAP Group Mapping" => "Cancella associazione Nome gruppo-Gruppo LDAP" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ja.js b/apps/user_ldap/l10n/ja.js new file mode 100644 index 0000000000..53769711a4 --- /dev/null +++ b/apps/user_ldap/l10n/ja.js @@ -0,0 +1,128 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the 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" : "マッピングをクリアしました", + "Success" : "成功", + "Error" : "エラー", + "Please specify a Base DN" : "ベースDN を指定してください", + "Could not determine Base DN" : "ベースDNを決定できませんでした", + "Please specify the port" : "ポートを指定してください", + "Configuration OK" : "設定OK", + "Configuration incorrect" : "設定に誤りがあります", + "Configuration incomplete" : "設定が不完全です", + "Select groups" : "グループを選択", + "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 user found_::_%s users found_" : ["%s ユーザーが見つかりました"], + "Could not find the desired feature" : "望ましい機能は見つかりませんでした", + "Invalid Host" : "無効なホスト", + "Server" : "サーバー", + "User Filter" : "ユーザーフィルター", + "Login Filter" : "ログインフィルター", + "Group Filter" : "グループフィルタ", + "Save" : "保存", + "Test Configuration" : "設定をテスト", + "Help" : "ヘルプ", + "Groups meeting these criteria are available in %s:" : "これらの基準を満たすグループが %s で利用可能:", + "only those object classes:" : "それらのオブジェクトクラスのみ:", + "only from those groups:" : "それらのグループからのみ:", + "Edit raw filter instead" : "フィルタを編集", + "Raw LDAP filter" : "LDAP フィルタ", + "The filter specifies which LDAP groups shall have access to the %s instance." : "フィルタは、どの LDAP グループが %s にアクセスするかを指定します。", + "groups found" : "グループが見つかりました", + "Users login with this attribute:" : "この属性でユーザーログイン:", + "LDAP Username:" : "LDAPユーザー名:", + "LDAP Email Address:" : "LDAPメールアドレス:", + "Other Attributes:" : "他の属性:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "ログイン実行時に適用するフィルタを定義します。%%uid にはログイン操作におけるユーザー名が入ります。例: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. サーバー:", + "Add Server Configuration" : "サーバー設定を追加", + "Delete Configuration" : "設定を削除", + "Host" : "ホスト", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL通信しない場合には、プロトコル名を省略することができます。そうでない場合には、ldaps:// から始めてください。", + "Port" : "ポート", + "User DN" : "ユーザー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は、特定のものに結びつけることはしません。 例えば uid=agent,dc=example,dc=com. だと匿名アクセスの場合、DNとパスワードは空のままです。", + "Password" : "パスワード", + "For anonymous access, leave DN and Password empty." : "匿名アクセスの場合は、DNとパスワードを空にしてください。", + "One Base DN per line" : "1行に1つのベースDN", + "You can specify Base DN for users and groups in the Advanced tab" : "拡張タブでユーザーとグループのベースDNを指定することができます。", + "Limit %s access to users meeting these criteria:" : "この基準を満たすユーザーに対し %s へのアクセスを制限:", + "The filter specifies which LDAP users shall have access to the %s instance." : "フィルタは、どのLDAPユーザーが %s にアクセスするかを指定します。", + "users found" : "ユーザーが見つかりました", + "Back" : "戻る", + "Continue" : "続ける", + "Expert" : "エキスパート設定", + "Advanced" : "詳細設定", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "警告: user_ldap と user_webdavauth のアプリには互換性がありません。予期せぬ動作をする可能性があります。システム管理者にどちらかを無効にするよう問い合わせてください。", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告: PHP LDAP モジュールがインストールされていません。バックエンドが正しく動作しません。システム管理者にインストールするよう問い合わせてください。", + "Connection Settings" : "接続設定", + "Configuration Active" : "設定はアクティブです", + "When unchecked, this configuration will be skipped." : "チェックを外すと、この設定はスキップされます。", + "Backup (Replica) Host" : "バックアップ(レプリカ)ホスト", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "バックアップホストをオプションで指定することができます。メインのLDAP/ADサーバーのレプリカである必要があります。", + "Backup (Replica) Port" : "バックアップ(レプリカ)ポート", + "Disable Main Server" : "メインサーバーを無効にする", + "Only connect to the replica server." : "レプリカサーバーにのみ接続します。", + "Case insensitive LDAP server (Windows)" : "大文字と小文字を区別しないLDAPサーバー (Windows)", + "Turn off SSL certificate validation." : "SSL証明書の確認を無効にする。", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "推奨されません、テストにおいてのみ使用してください!このオプションでのみ接続が動作する場合は、LDAP サーバーのSSL証明書を %s サーバーにインポートしてください。", + "Cache Time-To-Live" : "キャッシュのTTL", + "in seconds. A change empties the cache." : "秒。変更後にキャッシュがクリアされます。", + "Directory Settings" : "ディレクトリ設定", + "User Display Name Field" : "ユーザー表示名のフィールド", + "The LDAP attribute to use to generate the user's display name." : "ユーザーの表示名の生成に利用するLDAP属性", + "Base User Tree" : "ベースユーザーツリー", + "One User Base DN per line" : "1行に1つのユーザーベースDN", + "User Search Attributes" : "ユーザー検索属性", + "Optional; one attribute per line" : "オプション:1行に1属性", + "Group Display Name Field" : "グループ表示名のフィールド", + "The LDAP attribute to use to generate the groups's display name." : "ユーザーのグループ表示名の生成に利用するLDAP属性", + "Base Group Tree" : "ベースグループツリー", + "One Group Base DN per line" : "1行に1つのグループベースDN", + "Group Search Attributes" : "グループ検索属性", + "Group-Member association" : "グループとメンバーの関連付け", + "Nested Groups" : "ネスト化ブロック", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "オンに切り替えたら、グループを含むグループがサポートされます。(グループメンバーの属性がDNを含む場合のみ有効です。)", + "Paging chunksize" : "ページ分割サイズ", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "ページ分割サイズは、LDAP検索時にユーザーやグループのリスト一覧データを一括で返すデータ量を指定します。(設定が0の場合には、LDAP検索の分割転送は無効)", + "Special Attributes" : "特殊属性", + "Quota Field" : "クォータフィールド", + "Quota Default" : "クォータのデフォルト", + "in bytes" : "バイト", + "Email Field" : "メールフィールド", + "User Home Folder Naming Rule" : "ユーザーのホームフォルダー命名規則", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "ユーザー名を空のままにしてください(デフォルト)。もしくは、LDAPもしくはADの属性を指定してください。", + "Internal Username" : "内部ユーザー名", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "デフォルトでは、内部ユーザー名はUUID属性から作成されます。これにより、ユーザー名がユニークであり、かつ文字の変換が不要であることを保証します。内部ユーザー名には、[ a-zA-Z0-9_.@- ] の文字のみが有効であるという制限があり、その他の文字は対応する ASCII コードに変換されるか単に無視されます。そのため、他のユーザ名との衝突の回数が増加するでしょう。内部ユーザー名は、内部的にユーザを識別するために用いられ、また、ownCloudにおけるデフォルトのホームフォルダー名としても用いられます。例えば*DAVサービスのように、リモートURLの一部でもあります。この設定により、デフォルトの振る舞いを再定義します。ownCloud 5 以前と同じような振る舞いにするためには、以下のフィールドにユーザー表示名の属性を入力します。空にするとデフォルトの振る舞いとなります。変更は新しくマッピング(追加)されたLDAPユーザーにおいてのみ有効となります。", + "Internal Username Attribute:" : "内部ユーザー名属性:", + "Override UUID detection" : "UUID検出を再定義する", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "デフォルトでは、UUID 属性は自動的に検出されます。UUID属性は、LDAPユーザーとLDAPグループを間違いなく識別するために利用されます。また、もしこれを指定しない場合は、内部ユーザー名はUUIDに基づいて作成されます。この設定は再定義することができ、あなたの選択した属性を用いることができます。選択した属性がユーザーとグループの両方に対して適用でき、かつユニークであることを確認してください。空であればデフォルトの振る舞いとなります。変更は、新しくマッピング(追加)されたLDAPユーザーとLDAPグループに対してのみ有効となります。", + "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の設定に影響を与えます!本番の環境では決してマッピングをクリアしないでください。テストもしくは実験の段階でのみマッピングのクリアを行なってください。", + "Clear Username-LDAP User Mapping" : "ユーザー名とLDAPユーザーのマッピングをクリアする", + "Clear Groupname-LDAP Group Mapping" : "グループ名とLDAPグループのマッピングをクリアする" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/ja.json b/apps/user_ldap/l10n/ja.json new file mode 100644 index 0000000000..687301902f --- /dev/null +++ b/apps/user_ldap/l10n/ja.json @@ -0,0 +1,126 @@ +{ "translations": { + "Failed to clear the 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" : "マッピングをクリアしました", + "Success" : "成功", + "Error" : "エラー", + "Please specify a Base DN" : "ベースDN を指定してください", + "Could not determine Base DN" : "ベースDNを決定できませんでした", + "Please specify the port" : "ポートを指定してください", + "Configuration OK" : "設定OK", + "Configuration incorrect" : "設定に誤りがあります", + "Configuration incomplete" : "設定が不完全です", + "Select groups" : "グループを選択", + "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 user found_::_%s users found_" : ["%s ユーザーが見つかりました"], + "Could not find the desired feature" : "望ましい機能は見つかりませんでした", + "Invalid Host" : "無効なホスト", + "Server" : "サーバー", + "User Filter" : "ユーザーフィルター", + "Login Filter" : "ログインフィルター", + "Group Filter" : "グループフィルタ", + "Save" : "保存", + "Test Configuration" : "設定をテスト", + "Help" : "ヘルプ", + "Groups meeting these criteria are available in %s:" : "これらの基準を満たすグループが %s で利用可能:", + "only those object classes:" : "それらのオブジェクトクラスのみ:", + "only from those groups:" : "それらのグループからのみ:", + "Edit raw filter instead" : "フィルタを編集", + "Raw LDAP filter" : "LDAP フィルタ", + "The filter specifies which LDAP groups shall have access to the %s instance." : "フィルタは、どの LDAP グループが %s にアクセスするかを指定します。", + "groups found" : "グループが見つかりました", + "Users login with this attribute:" : "この属性でユーザーログイン:", + "LDAP Username:" : "LDAPユーザー名:", + "LDAP Email Address:" : "LDAPメールアドレス:", + "Other Attributes:" : "他の属性:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "ログイン実行時に適用するフィルタを定義します。%%uid にはログイン操作におけるユーザー名が入ります。例: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. サーバー:", + "Add Server Configuration" : "サーバー設定を追加", + "Delete Configuration" : "設定を削除", + "Host" : "ホスト", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL通信しない場合には、プロトコル名を省略することができます。そうでない場合には、ldaps:// から始めてください。", + "Port" : "ポート", + "User DN" : "ユーザー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は、特定のものに結びつけることはしません。 例えば uid=agent,dc=example,dc=com. だと匿名アクセスの場合、DNとパスワードは空のままです。", + "Password" : "パスワード", + "For anonymous access, leave DN and Password empty." : "匿名アクセスの場合は、DNとパスワードを空にしてください。", + "One Base DN per line" : "1行に1つのベースDN", + "You can specify Base DN for users and groups in the Advanced tab" : "拡張タブでユーザーとグループのベースDNを指定することができます。", + "Limit %s access to users meeting these criteria:" : "この基準を満たすユーザーに対し %s へのアクセスを制限:", + "The filter specifies which LDAP users shall have access to the %s instance." : "フィルタは、どのLDAPユーザーが %s にアクセスするかを指定します。", + "users found" : "ユーザーが見つかりました", + "Back" : "戻る", + "Continue" : "続ける", + "Expert" : "エキスパート設定", + "Advanced" : "詳細設定", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "警告: user_ldap と user_webdavauth のアプリには互換性がありません。予期せぬ動作をする可能性があります。システム管理者にどちらかを無効にするよう問い合わせてください。", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告: PHP LDAP モジュールがインストールされていません。バックエンドが正しく動作しません。システム管理者にインストールするよう問い合わせてください。", + "Connection Settings" : "接続設定", + "Configuration Active" : "設定はアクティブです", + "When unchecked, this configuration will be skipped." : "チェックを外すと、この設定はスキップされます。", + "Backup (Replica) Host" : "バックアップ(レプリカ)ホスト", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "バックアップホストをオプションで指定することができます。メインのLDAP/ADサーバーのレプリカである必要があります。", + "Backup (Replica) Port" : "バックアップ(レプリカ)ポート", + "Disable Main Server" : "メインサーバーを無効にする", + "Only connect to the replica server." : "レプリカサーバーにのみ接続します。", + "Case insensitive LDAP server (Windows)" : "大文字と小文字を区別しないLDAPサーバー (Windows)", + "Turn off SSL certificate validation." : "SSL証明書の確認を無効にする。", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "推奨されません、テストにおいてのみ使用してください!このオプションでのみ接続が動作する場合は、LDAP サーバーのSSL証明書を %s サーバーにインポートしてください。", + "Cache Time-To-Live" : "キャッシュのTTL", + "in seconds. A change empties the cache." : "秒。変更後にキャッシュがクリアされます。", + "Directory Settings" : "ディレクトリ設定", + "User Display Name Field" : "ユーザー表示名のフィールド", + "The LDAP attribute to use to generate the user's display name." : "ユーザーの表示名の生成に利用するLDAP属性", + "Base User Tree" : "ベースユーザーツリー", + "One User Base DN per line" : "1行に1つのユーザーベースDN", + "User Search Attributes" : "ユーザー検索属性", + "Optional; one attribute per line" : "オプション:1行に1属性", + "Group Display Name Field" : "グループ表示名のフィールド", + "The LDAP attribute to use to generate the groups's display name." : "ユーザーのグループ表示名の生成に利用するLDAP属性", + "Base Group Tree" : "ベースグループツリー", + "One Group Base DN per line" : "1行に1つのグループベースDN", + "Group Search Attributes" : "グループ検索属性", + "Group-Member association" : "グループとメンバーの関連付け", + "Nested Groups" : "ネスト化ブロック", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "オンに切り替えたら、グループを含むグループがサポートされます。(グループメンバーの属性がDNを含む場合のみ有効です。)", + "Paging chunksize" : "ページ分割サイズ", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "ページ分割サイズは、LDAP検索時にユーザーやグループのリスト一覧データを一括で返すデータ量を指定します。(設定が0の場合には、LDAP検索の分割転送は無効)", + "Special Attributes" : "特殊属性", + "Quota Field" : "クォータフィールド", + "Quota Default" : "クォータのデフォルト", + "in bytes" : "バイト", + "Email Field" : "メールフィールド", + "User Home Folder Naming Rule" : "ユーザーのホームフォルダー命名規則", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "ユーザー名を空のままにしてください(デフォルト)。もしくは、LDAPもしくはADの属性を指定してください。", + "Internal Username" : "内部ユーザー名", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "デフォルトでは、内部ユーザー名はUUID属性から作成されます。これにより、ユーザー名がユニークであり、かつ文字の変換が不要であることを保証します。内部ユーザー名には、[ a-zA-Z0-9_.@- ] の文字のみが有効であるという制限があり、その他の文字は対応する ASCII コードに変換されるか単に無視されます。そのため、他のユーザ名との衝突の回数が増加するでしょう。内部ユーザー名は、内部的にユーザを識別するために用いられ、また、ownCloudにおけるデフォルトのホームフォルダー名としても用いられます。例えば*DAVサービスのように、リモートURLの一部でもあります。この設定により、デフォルトの振る舞いを再定義します。ownCloud 5 以前と同じような振る舞いにするためには、以下のフィールドにユーザー表示名の属性を入力します。空にするとデフォルトの振る舞いとなります。変更は新しくマッピング(追加)されたLDAPユーザーにおいてのみ有効となります。", + "Internal Username Attribute:" : "内部ユーザー名属性:", + "Override UUID detection" : "UUID検出を再定義する", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "デフォルトでは、UUID 属性は自動的に検出されます。UUID属性は、LDAPユーザーとLDAPグループを間違いなく識別するために利用されます。また、もしこれを指定しない場合は、内部ユーザー名はUUIDに基づいて作成されます。この設定は再定義することができ、あなたの選択した属性を用いることができます。選択した属性がユーザーとグループの両方に対して適用でき、かつユニークであることを確認してください。空であればデフォルトの振る舞いとなります。変更は、新しくマッピング(追加)されたLDAPユーザーとLDAPグループに対してのみ有効となります。", + "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の設定に影響を与えます!本番の環境では決してマッピングをクリアしないでください。テストもしくは実験の段階でのみマッピングのクリアを行なってください。", + "Clear Username-LDAP User Mapping" : "ユーザー名とLDAPユーザーのマッピングをクリアする", + "Clear Groupname-LDAP Group Mapping" : "グループ名とLDAPグループのマッピングをクリアする" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ja.php b/apps/user_ldap/l10n/ja.php deleted file mode 100644 index 0143010684..0000000000 --- a/apps/user_ldap/l10n/ja.php +++ /dev/null @@ -1,127 +0,0 @@ - "マッピングのクリアに失敗しました。", -"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" => "マッピングをクリアしました", -"Success" => "成功", -"Error" => "エラー", -"Please specify a Base DN" => "ベースDN を指定してください", -"Could not determine Base DN" => "ベースDNを決定できませんでした", -"Please specify the port" => "ポートを指定してください", -"Configuration OK" => "設定OK", -"Configuration incorrect" => "設定に誤りがあります", -"Configuration incomplete" => "設定が不完全です", -"Select groups" => "グループを選択", -"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_" => array("%s グループが見つかりました"), -"_%s user found_::_%s users found_" => array("%s ユーザーが見つかりました"), -"Could not find the desired feature" => "望ましい機能は見つかりませんでした", -"Invalid Host" => "無効なホスト", -"Server" => "サーバー", -"User Filter" => "ユーザーフィルター", -"Login Filter" => "ログインフィルター", -"Group Filter" => "グループフィルタ", -"Save" => "保存", -"Test Configuration" => "設定をテスト", -"Help" => "ヘルプ", -"Groups meeting these criteria are available in %s:" => "これらの基準を満たすグループが %s で利用可能:", -"only those object classes:" => "それらのオブジェクトクラスのみ:", -"only from those groups:" => "それらのグループからのみ:", -"Edit raw filter instead" => "フィルタを編集", -"Raw LDAP filter" => "LDAP フィルタ", -"The filter specifies which LDAP groups shall have access to the %s instance." => "フィルタは、どの LDAP グループが %s にアクセスするかを指定します。", -"groups found" => "グループが見つかりました", -"Users login with this attribute:" => "この属性でユーザーログイン:", -"LDAP Username:" => "LDAPユーザー名:", -"LDAP Email Address:" => "LDAPメールアドレス:", -"Other Attributes:" => "他の属性:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "ログイン実行時に適用するフィルタを定義します。%%uid にはログイン操作におけるユーザー名が入ります。例: \"uid=%%uid\"", -"1. Server" => "1. Server", -"%s. Server:" => "%s. サーバー:", -"Add Server Configuration" => "サーバー設定を追加", -"Delete Configuration" => "設定を削除", -"Host" => "ホスト", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL通信しない場合には、プロトコル名を省略することができます。そうでない場合には、ldaps:// から始めてください。", -"Port" => "ポート", -"User DN" => "ユーザー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は、特定のものに結びつけることはしません。 例えば uid=agent,dc=example,dc=com. だと匿名アクセスの場合、DNとパスワードは空のままです。", -"Password" => "パスワード", -"For anonymous access, leave DN and Password empty." => "匿名アクセスの場合は、DNとパスワードを空にしてください。", -"One Base DN per line" => "1行に1つのベースDN", -"You can specify Base DN for users and groups in the Advanced tab" => "拡張タブでユーザーとグループのベースDNを指定することができます。", -"Limit %s access to users meeting these criteria:" => "この基準を満たすユーザーに対し %s へのアクセスを制限:", -"The filter specifies which LDAP users shall have access to the %s instance." => "フィルタは、どのLDAPユーザーが %s にアクセスするかを指定します。", -"users found" => "ユーザーが見つかりました", -"Back" => "戻る", -"Continue" => "続ける", -"Expert" => "エキスパート設定", -"Advanced" => "詳細設定", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "警告: user_ldap と user_webdavauth のアプリには互換性がありません。予期せぬ動作をする可能性があります。システム管理者にどちらかを無効にするよう問い合わせてください。", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "警告: PHP LDAP モジュールがインストールされていません。バックエンドが正しく動作しません。システム管理者にインストールするよう問い合わせてください。", -"Connection Settings" => "接続設定", -"Configuration Active" => "設定はアクティブです", -"When unchecked, this configuration will be skipped." => "チェックを外すと、この設定はスキップされます。", -"Backup (Replica) Host" => "バックアップ(レプリカ)ホスト", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "バックアップホストをオプションで指定することができます。メインのLDAP/ADサーバーのレプリカである必要があります。", -"Backup (Replica) Port" => "バックアップ(レプリカ)ポート", -"Disable Main Server" => "メインサーバーを無効にする", -"Only connect to the replica server." => "レプリカサーバーにのみ接続します。", -"Case insensitive LDAP server (Windows)" => "大文字と小文字を区別しないLDAPサーバー (Windows)", -"Turn off SSL certificate validation." => "SSL証明書の確認を無効にする。", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "推奨されません、テストにおいてのみ使用してください!このオプションでのみ接続が動作する場合は、LDAP サーバーのSSL証明書を %s サーバーにインポートしてください。", -"Cache Time-To-Live" => "キャッシュのTTL", -"in seconds. A change empties the cache." => "秒。変更後にキャッシュがクリアされます。", -"Directory Settings" => "ディレクトリ設定", -"User Display Name Field" => "ユーザー表示名のフィールド", -"The LDAP attribute to use to generate the user's display name." => "ユーザーの表示名の生成に利用するLDAP属性", -"Base User Tree" => "ベースユーザーツリー", -"One User Base DN per line" => "1行に1つのユーザーベースDN", -"User Search Attributes" => "ユーザー検索属性", -"Optional; one attribute per line" => "オプション:1行に1属性", -"Group Display Name Field" => "グループ表示名のフィールド", -"The LDAP attribute to use to generate the groups's display name." => "ユーザーのグループ表示名の生成に利用するLDAP属性", -"Base Group Tree" => "ベースグループツリー", -"One Group Base DN per line" => "1行に1つのグループベースDN", -"Group Search Attributes" => "グループ検索属性", -"Group-Member association" => "グループとメンバーの関連付け", -"Nested Groups" => "ネスト化ブロック", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "オンに切り替えたら、グループを含むグループがサポートされます。(グループメンバーの属性がDNを含む場合のみ有効です。)", -"Paging chunksize" => "ページ分割サイズ", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "ページ分割サイズは、LDAP検索時にユーザーやグループのリスト一覧データを一括で返すデータ量を指定します。(設定が0の場合には、LDAP検索の分割転送は無効)", -"Special Attributes" => "特殊属性", -"Quota Field" => "クォータフィールド", -"Quota Default" => "クォータのデフォルト", -"in bytes" => "バイト", -"Email Field" => "メールフィールド", -"User Home Folder Naming Rule" => "ユーザーのホームフォルダー命名規則", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "ユーザー名を空のままにしてください(デフォルト)。もしくは、LDAPもしくはADの属性を指定してください。", -"Internal Username" => "内部ユーザー名", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "デフォルトでは、内部ユーザー名はUUID属性から作成されます。これにより、ユーザー名がユニークであり、かつ文字の変換が不要であることを保証します。内部ユーザー名には、[ a-zA-Z0-9_.@- ] の文字のみが有効であるという制限があり、その他の文字は対応する ASCII コードに変換されるか単に無視されます。そのため、他のユーザ名との衝突の回数が増加するでしょう。内部ユーザー名は、内部的にユーザを識別するために用いられ、また、ownCloudにおけるデフォルトのホームフォルダー名としても用いられます。例えば*DAVサービスのように、リモートURLの一部でもあります。この設定により、デフォルトの振る舞いを再定義します。ownCloud 5 以前と同じような振る舞いにするためには、以下のフィールドにユーザー表示名の属性を入力します。空にするとデフォルトの振る舞いとなります。変更は新しくマッピング(追加)されたLDAPユーザーにおいてのみ有効となります。", -"Internal Username Attribute:" => "内部ユーザー名属性:", -"Override UUID detection" => "UUID検出を再定義する", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "デフォルトでは、UUID 属性は自動的に検出されます。UUID属性は、LDAPユーザーとLDAPグループを間違いなく識別するために利用されます。また、もしこれを指定しない場合は、内部ユーザー名はUUIDに基づいて作成されます。この設定は再定義することができ、あなたの選択した属性を用いることができます。選択した属性がユーザーとグループの両方に対して適用でき、かつユニークであることを確認してください。空であればデフォルトの振る舞いとなります。変更は、新しくマッピング(追加)されたLDAPユーザーとLDAPグループに対してのみ有効となります。", -"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の設定に影響を与えます!本番の環境では決してマッピングをクリアしないでください。テストもしくは実験の段階でのみマッピングのクリアを行なってください。", -"Clear Username-LDAP User Mapping" => "ユーザー名とLDAPユーザーのマッピングをクリアする", -"Clear Groupname-LDAP Group Mapping" => "グループ名とLDAPグループのマッピングをクリアする" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/jv.js b/apps/user_ldap/l10n/jv.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/jv.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/jv.json b/apps/user_ldap/l10n/jv.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/jv.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/jv.php b/apps/user_ldap/l10n/jv.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/jv.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ka_GE.js b/apps/user_ldap/l10n/ka_GE.js new file mode 100644 index 0000000000..a54e2a3f9f --- /dev/null +++ b/apps/user_ldap/l10n/ka_GE.js @@ -0,0 +1,65 @@ +OC.L10N.register( + "user_ldap", + { + "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." : "კონფიგურაცია მართებულია, მაგრამ მიერთება ვერ მოხერხდა. გთხოვთ შეამოწმოთ სერვერის პარამეტრები და აუთენთიკაციის პარამეტრები.", + "Deletion failed" : "წაშლა ვერ განხორციელდა", + "Take over settings from recent server configuration?" : "დაბრუნდებით სერვერის წინა კონფიგურაციაში?", + "Keep settings?" : "დავტოვოთ პარამეტრები?", + "Cannot add server configuration" : "სერვერის პარამეტრების დამატება ვერ მოხერხდა", + "Success" : "დასრულდა", + "Error" : "შეცდომა", + "Select groups" : "ჯგუფების არჩევა", + "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 user found_::_%s users found_" : [""], + "Group Filter" : "ჯგუფის ფილტრი", + "Save" : "შენახვა", + "Test Configuration" : "კავშირის ტესტირება", + "Help" : "დახმარება", + "Add Server Configuration" : "სერვერის პარამეტრების დამატება", + "Host" : "ჰოსტი", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "თქვენ შეგიძლიათ გამოტოვოთ პროტოკოლი. გარდა ამისა გჭირდებათ SSL. შემდეგ დაიწყეთ ldaps://", + "Port" : "პორტი", + "User DN" : "მომხმარებლის 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 რომელთანაც უნდა მოხდეს დაკავშირება მოხდება შემდეგნაირად მაგ: uid=agent,dc=example,dc=com. ხოლო ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", + "Password" : "პაროლი", + "For anonymous access, leave DN and Password empty." : "ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", + "One Base DN per line" : "ერთი საწყისი DN ერთ ხაზზე", + "You can specify Base DN for users and groups in the Advanced tab" : "თქვენ შეგიძლიათ მიუთითოთ საწყისი DN მომხმარებლებისთვის და ჯგუფებისთვის Advanced ტაბში", + "Advanced" : "დამატებითი ფუნქციები", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "გაფრთხილება: PHP LDAP მოდული არ არის ინსტალირებული, ბექენდი არ იმუშავებს. თხოვეთ თქვენს ადმინისტრატორს დააინსტალიროს ის.", + "Connection Settings" : "კავშირის პარამეტრები", + "Configuration Active" : "კონფიგურაცია აქტიურია", + "When unchecked, this configuration will be skipped." : "როცა გადანიშნულია, ეს კონფიგურაცია გამოტოვებული იქნება.", + "Backup (Replica) Host" : "ბექაფ (რეპლიკა) ჰოსტი", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "მიუთითეთ რაიმე ბექაფ ჰოსტი. ის უნდა იყოს ძირითადი LDAP/AD სერვერის რეპლიკა.", + "Backup (Replica) Port" : "ბექაფ (რეპლიკა) პორტი", + "Disable Main Server" : "გამორთეთ ძირითადი სერვერი", + "Turn off SSL certificate validation." : "გამორთეთ SSL სერთიფიკატის ვალიდაცია.", + "Cache Time-To-Live" : "ქეშის სიცოცხლის ხანგრძლივობა", + "in seconds. A change empties the cache." : "წამებში. ცვლილება ასუფთავებს ქეშს.", + "Directory Settings" : "დირექტორიის პარამეტრები", + "User Display Name Field" : "მომხმარებლის დისფლეის სახელის ფილდი", + "Base User Tree" : "ძირითად მომხმარებელთა სია", + "One User Base DN per line" : "ერთი მომხმარებლის საწყისი DN ერთ ხაზზე", + "User Search Attributes" : "მომხმარებლის ძებნის ატრიბუტი", + "Optional; one attribute per line" : "ოფციონალური; თითო ატრიბუტი თითო ხაზზე", + "Group Display Name Field" : "ჯგუფის დისფლეის სახელის ფილდი", + "Base Group Tree" : "ძირითად ჯგუფთა სია", + "One Group Base DN per line" : "ერთი ჯგუფის საწყისი DN ერთ ხაზზე", + "Group Search Attributes" : "ჯგუფური ძებნის ატრიბუტი", + "Group-Member association" : "ჯგუფის წევრობის ასოციაცია", + "Special Attributes" : "სპეციალური ატრიბუტები", + "Quota Field" : "ქვოტას ველი", + "Quota Default" : "საწყისი ქვოტა", + "in bytes" : "ბაიტებში", + "Email Field" : "იმეილის ველი", + "User Home Folder Naming Rule" : "მომხმარებლის Home დირექტორიის სახელების დარქმევის წესი", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "დატოვეთ ცარიელი მომხმარებლის სახელი (default). სხვა დანარჩენში მიუთითეთ LDAP/AD ატრიბუტი." +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/ka_GE.json b/apps/user_ldap/l10n/ka_GE.json new file mode 100644 index 0000000000..26d9c7117d --- /dev/null +++ b/apps/user_ldap/l10n/ka_GE.json @@ -0,0 +1,63 @@ +{ "translations": { + "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." : "კონფიგურაცია მართებულია, მაგრამ მიერთება ვერ მოხერხდა. გთხოვთ შეამოწმოთ სერვერის პარამეტრები და აუთენთიკაციის პარამეტრები.", + "Deletion failed" : "წაშლა ვერ განხორციელდა", + "Take over settings from recent server configuration?" : "დაბრუნდებით სერვერის წინა კონფიგურაციაში?", + "Keep settings?" : "დავტოვოთ პარამეტრები?", + "Cannot add server configuration" : "სერვერის პარამეტრების დამატება ვერ მოხერხდა", + "Success" : "დასრულდა", + "Error" : "შეცდომა", + "Select groups" : "ჯგუფების არჩევა", + "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 user found_::_%s users found_" : [""], + "Group Filter" : "ჯგუფის ფილტრი", + "Save" : "შენახვა", + "Test Configuration" : "კავშირის ტესტირება", + "Help" : "დახმარება", + "Add Server Configuration" : "სერვერის პარამეტრების დამატება", + "Host" : "ჰოსტი", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "თქვენ შეგიძლიათ გამოტოვოთ პროტოკოლი. გარდა ამისა გჭირდებათ SSL. შემდეგ დაიწყეთ ldaps://", + "Port" : "პორტი", + "User DN" : "მომხმარებლის 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 რომელთანაც უნდა მოხდეს დაკავშირება მოხდება შემდეგნაირად მაგ: uid=agent,dc=example,dc=com. ხოლო ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", + "Password" : "პაროლი", + "For anonymous access, leave DN and Password empty." : "ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", + "One Base DN per line" : "ერთი საწყისი DN ერთ ხაზზე", + "You can specify Base DN for users and groups in the Advanced tab" : "თქვენ შეგიძლიათ მიუთითოთ საწყისი DN მომხმარებლებისთვის და ჯგუფებისთვის Advanced ტაბში", + "Advanced" : "დამატებითი ფუნქციები", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "გაფრთხილება: PHP LDAP მოდული არ არის ინსტალირებული, ბექენდი არ იმუშავებს. თხოვეთ თქვენს ადმინისტრატორს დააინსტალიროს ის.", + "Connection Settings" : "კავშირის პარამეტრები", + "Configuration Active" : "კონფიგურაცია აქტიურია", + "When unchecked, this configuration will be skipped." : "როცა გადანიშნულია, ეს კონფიგურაცია გამოტოვებული იქნება.", + "Backup (Replica) Host" : "ბექაფ (რეპლიკა) ჰოსტი", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "მიუთითეთ რაიმე ბექაფ ჰოსტი. ის უნდა იყოს ძირითადი LDAP/AD სერვერის რეპლიკა.", + "Backup (Replica) Port" : "ბექაფ (რეპლიკა) პორტი", + "Disable Main Server" : "გამორთეთ ძირითადი სერვერი", + "Turn off SSL certificate validation." : "გამორთეთ SSL სერთიფიკატის ვალიდაცია.", + "Cache Time-To-Live" : "ქეშის სიცოცხლის ხანგრძლივობა", + "in seconds. A change empties the cache." : "წამებში. ცვლილება ასუფთავებს ქეშს.", + "Directory Settings" : "დირექტორიის პარამეტრები", + "User Display Name Field" : "მომხმარებლის დისფლეის სახელის ფილდი", + "Base User Tree" : "ძირითად მომხმარებელთა სია", + "One User Base DN per line" : "ერთი მომხმარებლის საწყისი DN ერთ ხაზზე", + "User Search Attributes" : "მომხმარებლის ძებნის ატრიბუტი", + "Optional; one attribute per line" : "ოფციონალური; თითო ატრიბუტი თითო ხაზზე", + "Group Display Name Field" : "ჯგუფის დისფლეის სახელის ფილდი", + "Base Group Tree" : "ძირითად ჯგუფთა სია", + "One Group Base DN per line" : "ერთი ჯგუფის საწყისი DN ერთ ხაზზე", + "Group Search Attributes" : "ჯგუფური ძებნის ატრიბუტი", + "Group-Member association" : "ჯგუფის წევრობის ასოციაცია", + "Special Attributes" : "სპეციალური ატრიბუტები", + "Quota Field" : "ქვოტას ველი", + "Quota Default" : "საწყისი ქვოტა", + "in bytes" : "ბაიტებში", + "Email Field" : "იმეილის ველი", + "User Home Folder Naming Rule" : "მომხმარებლის Home დირექტორიის სახელების დარქმევის წესი", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "დატოვეთ ცარიელი მომხმარებლის სახელი (default). სხვა დანარჩენში მიუთითეთ LDAP/AD ატრიბუტი." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ka_GE.php b/apps/user_ldap/l10n/ka_GE.php deleted file mode 100644 index 7ff2c4034b..0000000000 --- a/apps/user_ldap/l10n/ka_GE.php +++ /dev/null @@ -1,64 +0,0 @@ - "შეცდომა სერვერის კონფიგურაციის წაშლისას", -"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." => "კონფიგურაცია მართებულია, მაგრამ მიერთება ვერ მოხერხდა. გთხოვთ შეამოწმოთ სერვერის პარამეტრები და აუთენთიკაციის პარამეტრები.", -"Deletion failed" => "წაშლა ვერ განხორციელდა", -"Take over settings from recent server configuration?" => "დაბრუნდებით სერვერის წინა კონფიგურაციაში?", -"Keep settings?" => "დავტოვოთ პარამეტრები?", -"Cannot add server configuration" => "სერვერის პარამეტრების დამატება ვერ მოხერხდა", -"Success" => "დასრულდა", -"Error" => "შეცდომა", -"Select groups" => "ჯგუფების არჩევა", -"Connection test succeeded" => "კავშირის ტესტირება მოხერხდა", -"Connection test failed" => "კავშირის ტესტირება ვერ მოხერხდა", -"Do you really want to delete the current Server Configuration?" => "ნამდვილად გინდათ წაშალოთ სერვერის მიმდინარე პარამეტრები?", -"Confirm Deletion" => "წაშლის დადასტურება", -"_%s group found_::_%s groups found_" => array(""), -"_%s user found_::_%s users found_" => array(""), -"Group Filter" => "ჯგუფის ფილტრი", -"Save" => "შენახვა", -"Test Configuration" => "კავშირის ტესტირება", -"Help" => "დახმარება", -"Add Server Configuration" => "სერვერის პარამეტრების დამატება", -"Host" => "ჰოსტი", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "თქვენ შეგიძლიათ გამოტოვოთ პროტოკოლი. გარდა ამისა გჭირდებათ SSL. შემდეგ დაიწყეთ ldaps://", -"Port" => "პორტი", -"User DN" => "მომხმარებლის 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 რომელთანაც უნდა მოხდეს დაკავშირება მოხდება შემდეგნაირად მაგ: uid=agent,dc=example,dc=com. ხოლო ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", -"Password" => "პაროლი", -"For anonymous access, leave DN and Password empty." => "ანონიმური დაშვებისთვის, დატოვეთ DN–ის და პაროლის ველები ცარიელი.", -"One Base DN per line" => "ერთი საწყისი DN ერთ ხაზზე", -"You can specify Base DN for users and groups in the Advanced tab" => "თქვენ შეგიძლიათ მიუთითოთ საწყისი DN მომხმარებლებისთვის და ჯგუფებისთვის Advanced ტაბში", -"Advanced" => "დამატებითი ფუნქციები", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "გაფრთხილება: PHP LDAP მოდული არ არის ინსტალირებული, ბექენდი არ იმუშავებს. თხოვეთ თქვენს ადმინისტრატორს დააინსტალიროს ის.", -"Connection Settings" => "კავშირის პარამეტრები", -"Configuration Active" => "კონფიგურაცია აქტიურია", -"When unchecked, this configuration will be skipped." => "როცა გადანიშნულია, ეს კონფიგურაცია გამოტოვებული იქნება.", -"Backup (Replica) Host" => "ბექაფ (რეპლიკა) ჰოსტი", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "მიუთითეთ რაიმე ბექაფ ჰოსტი. ის უნდა იყოს ძირითადი LDAP/AD სერვერის რეპლიკა.", -"Backup (Replica) Port" => "ბექაფ (რეპლიკა) პორტი", -"Disable Main Server" => "გამორთეთ ძირითადი სერვერი", -"Turn off SSL certificate validation." => "გამორთეთ SSL სერთიფიკატის ვალიდაცია.", -"Cache Time-To-Live" => "ქეშის სიცოცხლის ხანგრძლივობა", -"in seconds. A change empties the cache." => "წამებში. ცვლილება ასუფთავებს ქეშს.", -"Directory Settings" => "დირექტორიის პარამეტრები", -"User Display Name Field" => "მომხმარებლის დისფლეის სახელის ფილდი", -"Base User Tree" => "ძირითად მომხმარებელთა სია", -"One User Base DN per line" => "ერთი მომხმარებლის საწყისი DN ერთ ხაზზე", -"User Search Attributes" => "მომხმარებლის ძებნის ატრიბუტი", -"Optional; one attribute per line" => "ოფციონალური; თითო ატრიბუტი თითო ხაზზე", -"Group Display Name Field" => "ჯგუფის დისფლეის სახელის ფილდი", -"Base Group Tree" => "ძირითად ჯგუფთა სია", -"One Group Base DN per line" => "ერთი ჯგუფის საწყისი DN ერთ ხაზზე", -"Group Search Attributes" => "ჯგუფური ძებნის ატრიბუტი", -"Group-Member association" => "ჯგუფის წევრობის ასოციაცია", -"Special Attributes" => "სპეციალური ატრიბუტები", -"Quota Field" => "ქვოტას ველი", -"Quota Default" => "საწყისი ქვოტა", -"in bytes" => "ბაიტებში", -"Email Field" => "იმეილის ველი", -"User Home Folder Naming Rule" => "მომხმარებლის Home დირექტორიის სახელების დარქმევის წესი", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "დატოვეთ ცარიელი მომხმარებლის სახელი (default). სხვა დანარჩენში მიუთითეთ LDAP/AD ატრიბუტი." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/km.js b/apps/user_ldap/l10n/km.js new file mode 100644 index 0000000000..3782725c87 --- /dev/null +++ b/apps/user_ldap/l10n/km.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to delete the server configuration" : "លុប​ការ​កំណត់​រចនា​សម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ មិន​បាន​សម្រេច", + "Deletion failed" : "លុប​មិន​បាន​សម្រេច", + "Keep settings?" : "រក្សា​ទុក​ការ​កំណត់?", + "Cannot add server configuration" : "មិន​អាច​បន្ថែម​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ", + "Error" : "កំហុស", + "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 user found_::_%s users found_" : [""], + "Save" : "រក្សាទុក", + "Help" : "ជំនួយ", + "Add Server Configuration" : "បន្ថែម​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ", + "Host" : "ម៉ាស៊ីន​ផ្ទុក", + "Port" : "ច្រក", + "Password" : "ពាក្យសម្ងាត់", + "Back" : "ត្រឡប់ក្រោយ", + "Continue" : "បន្ត", + "Advanced" : "កម្រិត​ខ្ពស់" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/km.json b/apps/user_ldap/l10n/km.json new file mode 100644 index 0000000000..4a54188c4e --- /dev/null +++ b/apps/user_ldap/l10n/km.json @@ -0,0 +1,23 @@ +{ "translations": { + "Failed to delete the server configuration" : "លុប​ការ​កំណត់​រចនា​សម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ មិន​បាន​សម្រេច", + "Deletion failed" : "លុប​មិន​បាន​សម្រេច", + "Keep settings?" : "រក្សា​ទុក​ការ​កំណត់?", + "Cannot add server configuration" : "មិន​អាច​បន្ថែម​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ", + "Error" : "កំហុស", + "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 user found_::_%s users found_" : [""], + "Save" : "រក្សាទុក", + "Help" : "ជំនួយ", + "Add Server Configuration" : "បន្ថែម​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ", + "Host" : "ម៉ាស៊ីន​ផ្ទុក", + "Port" : "ច្រក", + "Password" : "ពាក្យសម្ងាត់", + "Back" : "ត្រឡប់ក្រោយ", + "Continue" : "បន្ត", + "Advanced" : "កម្រិត​ខ្ពស់" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/km.php b/apps/user_ldap/l10n/km.php deleted file mode 100644 index c86e4b4f75..0000000000 --- a/apps/user_ldap/l10n/km.php +++ /dev/null @@ -1,24 +0,0 @@ - "លុប​ការ​កំណត់​រចនា​សម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ មិន​បាន​សម្រេច", -"Deletion failed" => "លុប​មិន​បាន​សម្រេច", -"Keep settings?" => "រក្សា​ទុក​ការ​កំណត់?", -"Cannot add server configuration" => "មិន​អាច​បន្ថែម​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ", -"Error" => "កំហុស", -"Connection test succeeded" => "សាក​ល្បង​ការ​ត​ភ្ជាប់ បាន​ជោគជ័យ", -"Connection test failed" => "សាកល្បង​ការ​តភ្ជាប់ មិន​បាន​សម្រេច", -"Do you really want to delete the current Server Configuration?" => "តើ​អ្នក​ពិត​ជា​ចង់​លុប​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ​បច្ចុប្បន្ន​មែន​ទេ?", -"Confirm Deletion" => "បញ្ជាក់​ការ​លុប", -"_%s group found_::_%s groups found_" => array(""), -"_%s user found_::_%s users found_" => array(""), -"Save" => "រក្សាទុក", -"Help" => "ជំនួយ", -"Add Server Configuration" => "បន្ថែម​ការ​កំណត់​រចនាសម្ព័ន្ធ​ម៉ាស៊ីន​បម្រើ", -"Host" => "ម៉ាស៊ីន​ផ្ទុក", -"Port" => "ច្រក", -"Password" => "ពាក្យសម្ងាត់", -"Back" => "ត្រឡប់ក្រោយ", -"Continue" => "បន្ត", -"Advanced" => "កម្រិត​ខ្ពស់" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/kn.js b/apps/user_ldap/l10n/kn.js new file mode 100644 index 0000000000..5494dcae62 --- /dev/null +++ b/apps/user_ldap/l10n/kn.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/kn.json b/apps/user_ldap/l10n/kn.json new file mode 100644 index 0000000000..75f0f056cc --- /dev/null +++ b/apps/user_ldap/l10n/kn.json @@ -0,0 +1,5 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/kn.php b/apps/user_ldap/l10n/kn.php deleted file mode 100644 index bba52d53a1..0000000000 --- a/apps/user_ldap/l10n/kn.php +++ /dev/null @@ -1,6 +0,0 @@ - array(""), -"_%s user found_::_%s users found_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/ko.js b/apps/user_ldap/l10n/ko.js new file mode 100644 index 0000000000..35aeea142e --- /dev/null +++ b/apps/user_ldap/l10n/ko.js @@ -0,0 +1,112 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the 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?" : "설정을 유지하겠습니까?", + "Cannot add server configuration" : "서버 설정을 추가할 수 없음", + "mappings cleared" : "매핑 삭제됨", + "Success" : "성공", + "Error" : "오류", + "Configuration OK" : "설정 올바름", + "Configuration incorrect" : "설정 올바르지 않음", + "Configuration incomplete" : "설정 불완전함", + "Select groups" : "그룹 선택", + "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 user found_::_%s users found_" : ["사용자 %s명 찾음"], + "Could not find the desired feature" : "필요한 기능을 찾을 수 없음", + "Invalid Host" : "잘못된 호스트", + "Server" : "서버", + "User Filter" : "사용자 필터", + "Login Filter" : "로그인 필터", + "Group Filter" : "그룹 필터", + "Save" : "저장", + "Test Configuration" : "설정 시험", + "Help" : "도움말", + "only those object classes:" : "다음 객체 클래스만:", + "only from those groups:" : "다음 그룹에서만:", + "Edit raw filter instead" : "필터 직접 편집", + "Raw LDAP filter" : "LDAP 필터", + "The filter specifies which LDAP groups shall have access to the %s instance." : "이 필터는 %s에 접근할 수 있는 LDAP 그룹을 설정합니다.", + "groups found" : "그룹 찾음", + "LDAP Username:" : "LDAP 사용자 이름:", + "LDAP Email Address:" : "LDAP 이메일 주소:", + "Other Attributes:" : "기타 속성:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "로그인을 시도할 때 적용할 필터를 입력하십시오. %%uid는 로그인 동작의 사용자 이름으로 대체됩니다. 예: \"uid=%%uid\"", + "Add Server Configuration" : "서버 설정 추가", + "Host" : "호스트", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL을 사용하지 않으면 프로토콜을 입력하지 않아도 됩니다. SSL을 사용하려면 ldaps://를 입력하십시오.", + "Port" : "포트", + "User DN" : "사용자 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입니다. 예를 들어서 uid=agent,dc=example,dc=com입니다. 익명 접근을 허용하려면 DN과 암호를 비워 두십시오.", + "Password" : "암호", + "For anonymous access, leave DN and Password empty." : "익명 접근을 허용하려면 DN과 암호를 비워 두십시오.", + "One Base DN per line" : "기본 DN을 한 줄에 하나씩 입력하십시오", + "You can specify Base DN for users and groups in the Advanced tab" : "고급 탭에서 사용자 및 그룹에 대한 기본 DN을 지정할 수 있습니다.", + "The filter specifies which LDAP users shall have access to the %s instance." : "이 필터는 %s에 접근할 수 있는 LDAP 사용자를 설정합니다.", + "users found" : "사용자 찾음", + "Back" : "뒤로", + "Continue" : "계속", + "Advanced" : "고급", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "경고: user_ldap, user_webdavauth 앱은 서로 호환되지 않습니다. 예상하지 못한 행동을 할 수도 있습니다. 시스템 관리자에게 연락하여 둘 중 하나의 앱의 사용을 중단하십시오.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "경고: PHP LDAP 모듈이 비활성화되어 있거나 설치되어 있지 않습니다. 백엔드를 사용할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.", + "Connection Settings" : "연결 설정", + "Configuration Active" : "구성 활성", + "When unchecked, this configuration will be skipped." : "선택하지 않으면 이 설정을 무시합니다.", + "Backup (Replica) Host" : "백업 (복제) 호스트", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "추가적인 백업 호스트를 지정합니다. 기본 LDAP/AD 서버의 복사본이어야 합니다.", + "Backup (Replica) Port" : "백업 (복제) 포트", + "Disable Main Server" : "주 서버 비활성화", + "Only connect to the replica server." : "복제 서버에만 연결합니다.", + "Turn off SSL certificate validation." : "SSL 인증서 유효성 검사를 해제합니다.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "테스트 목적으로만 사용하십시오! 이 옵션을 사용해야만 연결할 수 있으면 %s 서버에 LDAP 서버의 SSL 인증서를 설치하십시오.", + "Cache Time-To-Live" : "캐시 유지 시간", + "in seconds. A change empties the cache." : "초 단위입니다. 항목 변경 시 캐시가 갱신됩니다.", + "Directory Settings" : "디렉터리 설정", + "User Display Name Field" : "사용자의 표시 이름 필드", + "The LDAP attribute to use to generate the user's display name." : "사용자 표시 이름을 생성할 때 사용할 LDAP 속성입니다.", + "Base User Tree" : "기본 사용자 트리", + "One User Base DN per line" : "사용자 DN을 한 줄에 하나씩 입력하십시오", + "User Search Attributes" : "사용자 검색 속성", + "Optional; one attribute per line" : "추가적, 한 줄에 하나의 속성을 입력하십시오", + "Group Display Name Field" : "그룹의 표시 이름 필드", + "The LDAP attribute to use to generate the groups's display name." : "그룹 표시 이름을 생성할 때 사용할 LDAP 속성입니다.", + "Base Group Tree" : "기본 그룹 트리", + "One Group Base DN per line" : "그룹 기본 DN을 한 줄에 하나씩 입력하십시오", + "Group Search Attributes" : "그룹 검색 속성", + "Group-Member association" : "그룹-회원 연결", + "Special Attributes" : "특수 속성", + "Quota Field" : "할당량 필드", + "Quota Default" : "기본 할당량", + "in bytes" : "바이트 단위", + "Email Field" : "이메일 필드", + "User Home Folder Naming Rule" : "사용자 홈 폴더 이름 규칙", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "사용자 이름을 사용하려면 비워 두십시오(기본값). 기타 경우 LDAP/AD 속성을 지정하십시오.", + "Internal Username" : "내부 사용자 이름", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "기본적으로 내부 사용자 이름은 UUID 속성에서 생성됩니다. 사용자 이름이 중복되지 않고 문자열을 변환할 필요가 없도록 합니다. 내부 사용자 이름에는 다음과 같은 문자열만 사용할 수 있습니다: [a-zA-Z0-9_.@-] 다른 문자열은 ASCII에 해당하는 문자열로 변경되거나 없는 글자로 취급됩니다. 충돌하는 경우 숫자가 붙거나 증가합니다. 내부 사용자 이름은 내부적으로 사용자를 식별하는 데 사용되며, 사용자 홈 폴더의 기본 이름입니다. 또한 *DAV와 같은 외부 URL의 일부로 사용됩니다. 이 설정을 사용하면 기본 설정을 재정의할 수 있습니다. ownCloud 5 이전의 행동을 사용하려면 아래 필드에 사용자의 표시 이름 속성을 입력하십시오. 비워 두면 기본 설정을 사용합니다. 새로 추가되거나 매핑된 LDAP 사용자에게만 적용됩니다.", + "Internal Username Attribute:" : "내부 사용자 이름 속성:", + "Override UUID detection" : "UUID 확인 재정의", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "기본적으로 UUID 속성은 자동적으로 감지됩니다. UUID 속성은 LDAP 사용자와 그룹을 정확히 식별하는 데 사용됩니다. 지정하지 않은 경우 내부 사용자 이름은 UUID를 기반으로 생성됩니다. 이 설정을 다시 정의하고 임의의 속성을 지정할 수 있습니다. 사용자와 그룹 모두에게 속성을 적용할 수 있고 중복된 값이 없는지 확인하십시오. 비워 두면 기본 설정을 사용합니다. 새로 추가되거나 매핑된 LDAP 사용자와 그룹에만 적용됩니다.", + "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로 매핑됩니다. 추가적으로 LDAP 통신을 줄이기 위해서 DN이 캐시에 저장되지만 식별에 사용되지는 않습니다. DN이 변경되면 변경 사항이 기록됩니다. 내부 사용자 이름은 계속 사용됩니다. 매핑을 비우면 흔적이 남아 있게 됩니다. 매핑을 비우는 작업은 모든 LDAP 설정에 영향을 줍니다! 테스트 및 실험 단계에만 사용하고, 사용 중인 서버에서는 시도하지 마십시오.", + "Clear Username-LDAP User Mapping" : "사용자 이름-LDAP 사용자 매핑 비우기", + "Clear Groupname-LDAP Group Mapping" : "그룹 이름-LDAP 그룹 매핑 비우기" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/ko.json b/apps/user_ldap/l10n/ko.json new file mode 100644 index 0000000000..a415fc8f33 --- /dev/null +++ b/apps/user_ldap/l10n/ko.json @@ -0,0 +1,110 @@ +{ "translations": { + "Failed to clear the 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?" : "설정을 유지하겠습니까?", + "Cannot add server configuration" : "서버 설정을 추가할 수 없음", + "mappings cleared" : "매핑 삭제됨", + "Success" : "성공", + "Error" : "오류", + "Configuration OK" : "설정 올바름", + "Configuration incorrect" : "설정 올바르지 않음", + "Configuration incomplete" : "설정 불완전함", + "Select groups" : "그룹 선택", + "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 user found_::_%s users found_" : ["사용자 %s명 찾음"], + "Could not find the desired feature" : "필요한 기능을 찾을 수 없음", + "Invalid Host" : "잘못된 호스트", + "Server" : "서버", + "User Filter" : "사용자 필터", + "Login Filter" : "로그인 필터", + "Group Filter" : "그룹 필터", + "Save" : "저장", + "Test Configuration" : "설정 시험", + "Help" : "도움말", + "only those object classes:" : "다음 객체 클래스만:", + "only from those groups:" : "다음 그룹에서만:", + "Edit raw filter instead" : "필터 직접 편집", + "Raw LDAP filter" : "LDAP 필터", + "The filter specifies which LDAP groups shall have access to the %s instance." : "이 필터는 %s에 접근할 수 있는 LDAP 그룹을 설정합니다.", + "groups found" : "그룹 찾음", + "LDAP Username:" : "LDAP 사용자 이름:", + "LDAP Email Address:" : "LDAP 이메일 주소:", + "Other Attributes:" : "기타 속성:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "로그인을 시도할 때 적용할 필터를 입력하십시오. %%uid는 로그인 동작의 사용자 이름으로 대체됩니다. 예: \"uid=%%uid\"", + "Add Server Configuration" : "서버 설정 추가", + "Host" : "호스트", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL을 사용하지 않으면 프로토콜을 입력하지 않아도 됩니다. SSL을 사용하려면 ldaps://를 입력하십시오.", + "Port" : "포트", + "User DN" : "사용자 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입니다. 예를 들어서 uid=agent,dc=example,dc=com입니다. 익명 접근을 허용하려면 DN과 암호를 비워 두십시오.", + "Password" : "암호", + "For anonymous access, leave DN and Password empty." : "익명 접근을 허용하려면 DN과 암호를 비워 두십시오.", + "One Base DN per line" : "기본 DN을 한 줄에 하나씩 입력하십시오", + "You can specify Base DN for users and groups in the Advanced tab" : "고급 탭에서 사용자 및 그룹에 대한 기본 DN을 지정할 수 있습니다.", + "The filter specifies which LDAP users shall have access to the %s instance." : "이 필터는 %s에 접근할 수 있는 LDAP 사용자를 설정합니다.", + "users found" : "사용자 찾음", + "Back" : "뒤로", + "Continue" : "계속", + "Advanced" : "고급", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "경고: user_ldap, user_webdavauth 앱은 서로 호환되지 않습니다. 예상하지 못한 행동을 할 수도 있습니다. 시스템 관리자에게 연락하여 둘 중 하나의 앱의 사용을 중단하십시오.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "경고: PHP LDAP 모듈이 비활성화되어 있거나 설치되어 있지 않습니다. 백엔드를 사용할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.", + "Connection Settings" : "연결 설정", + "Configuration Active" : "구성 활성", + "When unchecked, this configuration will be skipped." : "선택하지 않으면 이 설정을 무시합니다.", + "Backup (Replica) Host" : "백업 (복제) 호스트", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "추가적인 백업 호스트를 지정합니다. 기본 LDAP/AD 서버의 복사본이어야 합니다.", + "Backup (Replica) Port" : "백업 (복제) 포트", + "Disable Main Server" : "주 서버 비활성화", + "Only connect to the replica server." : "복제 서버에만 연결합니다.", + "Turn off SSL certificate validation." : "SSL 인증서 유효성 검사를 해제합니다.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "테스트 목적으로만 사용하십시오! 이 옵션을 사용해야만 연결할 수 있으면 %s 서버에 LDAP 서버의 SSL 인증서를 설치하십시오.", + "Cache Time-To-Live" : "캐시 유지 시간", + "in seconds. A change empties the cache." : "초 단위입니다. 항목 변경 시 캐시가 갱신됩니다.", + "Directory Settings" : "디렉터리 설정", + "User Display Name Field" : "사용자의 표시 이름 필드", + "The LDAP attribute to use to generate the user's display name." : "사용자 표시 이름을 생성할 때 사용할 LDAP 속성입니다.", + "Base User Tree" : "기본 사용자 트리", + "One User Base DN per line" : "사용자 DN을 한 줄에 하나씩 입력하십시오", + "User Search Attributes" : "사용자 검색 속성", + "Optional; one attribute per line" : "추가적, 한 줄에 하나의 속성을 입력하십시오", + "Group Display Name Field" : "그룹의 표시 이름 필드", + "The LDAP attribute to use to generate the groups's display name." : "그룹 표시 이름을 생성할 때 사용할 LDAP 속성입니다.", + "Base Group Tree" : "기본 그룹 트리", + "One Group Base DN per line" : "그룹 기본 DN을 한 줄에 하나씩 입력하십시오", + "Group Search Attributes" : "그룹 검색 속성", + "Group-Member association" : "그룹-회원 연결", + "Special Attributes" : "특수 속성", + "Quota Field" : "할당량 필드", + "Quota Default" : "기본 할당량", + "in bytes" : "바이트 단위", + "Email Field" : "이메일 필드", + "User Home Folder Naming Rule" : "사용자 홈 폴더 이름 규칙", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "사용자 이름을 사용하려면 비워 두십시오(기본값). 기타 경우 LDAP/AD 속성을 지정하십시오.", + "Internal Username" : "내부 사용자 이름", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "기본적으로 내부 사용자 이름은 UUID 속성에서 생성됩니다. 사용자 이름이 중복되지 않고 문자열을 변환할 필요가 없도록 합니다. 내부 사용자 이름에는 다음과 같은 문자열만 사용할 수 있습니다: [a-zA-Z0-9_.@-] 다른 문자열은 ASCII에 해당하는 문자열로 변경되거나 없는 글자로 취급됩니다. 충돌하는 경우 숫자가 붙거나 증가합니다. 내부 사용자 이름은 내부적으로 사용자를 식별하는 데 사용되며, 사용자 홈 폴더의 기본 이름입니다. 또한 *DAV와 같은 외부 URL의 일부로 사용됩니다. 이 설정을 사용하면 기본 설정을 재정의할 수 있습니다. ownCloud 5 이전의 행동을 사용하려면 아래 필드에 사용자의 표시 이름 속성을 입력하십시오. 비워 두면 기본 설정을 사용합니다. 새로 추가되거나 매핑된 LDAP 사용자에게만 적용됩니다.", + "Internal Username Attribute:" : "내부 사용자 이름 속성:", + "Override UUID detection" : "UUID 확인 재정의", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "기본적으로 UUID 속성은 자동적으로 감지됩니다. UUID 속성은 LDAP 사용자와 그룹을 정확히 식별하는 데 사용됩니다. 지정하지 않은 경우 내부 사용자 이름은 UUID를 기반으로 생성됩니다. 이 설정을 다시 정의하고 임의의 속성을 지정할 수 있습니다. 사용자와 그룹 모두에게 속성을 적용할 수 있고 중복된 값이 없는지 확인하십시오. 비워 두면 기본 설정을 사용합니다. 새로 추가되거나 매핑된 LDAP 사용자와 그룹에만 적용됩니다.", + "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로 매핑됩니다. 추가적으로 LDAP 통신을 줄이기 위해서 DN이 캐시에 저장되지만 식별에 사용되지는 않습니다. DN이 변경되면 변경 사항이 기록됩니다. 내부 사용자 이름은 계속 사용됩니다. 매핑을 비우면 흔적이 남아 있게 됩니다. 매핑을 비우는 작업은 모든 LDAP 설정에 영향을 줍니다! 테스트 및 실험 단계에만 사용하고, 사용 중인 서버에서는 시도하지 마십시오.", + "Clear Username-LDAP User Mapping" : "사용자 이름-LDAP 사용자 매핑 비우기", + "Clear Groupname-LDAP Group Mapping" : "그룹 이름-LDAP 그룹 매핑 비우기" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ko.php b/apps/user_ldap/l10n/ko.php deleted file mode 100644 index 21013328dc..0000000000 --- a/apps/user_ldap/l10n/ko.php +++ /dev/null @@ -1,111 +0,0 @@ - "매핑을 비울 수 없습니다.", -"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?" => "설정을 유지하겠습니까?", -"Cannot add server configuration" => "서버 설정을 추가할 수 없음", -"mappings cleared" => "매핑 삭제됨", -"Success" => "성공", -"Error" => "오류", -"Configuration OK" => "설정 올바름", -"Configuration incorrect" => "설정 올바르지 않음", -"Configuration incomplete" => "설정 불완전함", -"Select groups" => "그룹 선택", -"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_" => array("그룹 %s개 찾음"), -"_%s user found_::_%s users found_" => array("사용자 %s명 찾음"), -"Could not find the desired feature" => "필요한 기능을 찾을 수 없음", -"Invalid Host" => "잘못된 호스트", -"Server" => "서버", -"User Filter" => "사용자 필터", -"Login Filter" => "로그인 필터", -"Group Filter" => "그룹 필터", -"Save" => "저장", -"Test Configuration" => "설정 시험", -"Help" => "도움말", -"only those object classes:" => "다음 객체 클래스만:", -"only from those groups:" => "다음 그룹에서만:", -"Edit raw filter instead" => "필터 직접 편집", -"Raw LDAP filter" => "LDAP 필터", -"The filter specifies which LDAP groups shall have access to the %s instance." => "이 필터는 %s에 접근할 수 있는 LDAP 그룹을 설정합니다.", -"groups found" => "그룹 찾음", -"LDAP Username:" => "LDAP 사용자 이름:", -"LDAP Email Address:" => "LDAP 이메일 주소:", -"Other Attributes:" => "기타 속성:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "로그인을 시도할 때 적용할 필터를 입력하십시오. %%uid는 로그인 동작의 사용자 이름으로 대체됩니다. 예: \"uid=%%uid\"", -"Add Server Configuration" => "서버 설정 추가", -"Host" => "호스트", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL을 사용하지 않으면 프로토콜을 입력하지 않아도 됩니다. SSL을 사용하려면 ldaps://를 입력하십시오.", -"Port" => "포트", -"User DN" => "사용자 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입니다. 예를 들어서 uid=agent,dc=example,dc=com입니다. 익명 접근을 허용하려면 DN과 암호를 비워 두십시오.", -"Password" => "암호", -"For anonymous access, leave DN and Password empty." => "익명 접근을 허용하려면 DN과 암호를 비워 두십시오.", -"One Base DN per line" => "기본 DN을 한 줄에 하나씩 입력하십시오", -"You can specify Base DN for users and groups in the Advanced tab" => "고급 탭에서 사용자 및 그룹에 대한 기본 DN을 지정할 수 있습니다.", -"The filter specifies which LDAP users shall have access to the %s instance." => "이 필터는 %s에 접근할 수 있는 LDAP 사용자를 설정합니다.", -"users found" => "사용자 찾음", -"Back" => "뒤로", -"Continue" => "계속", -"Advanced" => "고급", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "경고: user_ldap, user_webdavauth 앱은 서로 호환되지 않습니다. 예상하지 못한 행동을 할 수도 있습니다. 시스템 관리자에게 연락하여 둘 중 하나의 앱의 사용을 중단하십시오.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "경고: PHP LDAP 모듈이 비활성화되어 있거나 설치되어 있지 않습니다. 백엔드를 사용할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.", -"Connection Settings" => "연결 설정", -"Configuration Active" => "구성 활성", -"When unchecked, this configuration will be skipped." => "선택하지 않으면 이 설정을 무시합니다.", -"Backup (Replica) Host" => "백업 (복제) 호스트", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "추가적인 백업 호스트를 지정합니다. 기본 LDAP/AD 서버의 복사본이어야 합니다.", -"Backup (Replica) Port" => "백업 (복제) 포트", -"Disable Main Server" => "주 서버 비활성화", -"Only connect to the replica server." => "복제 서버에만 연결합니다.", -"Turn off SSL certificate validation." => "SSL 인증서 유효성 검사를 해제합니다.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "테스트 목적으로만 사용하십시오! 이 옵션을 사용해야만 연결할 수 있으면 %s 서버에 LDAP 서버의 SSL 인증서를 설치하십시오.", -"Cache Time-To-Live" => "캐시 유지 시간", -"in seconds. A change empties the cache." => "초 단위입니다. 항목 변경 시 캐시가 갱신됩니다.", -"Directory Settings" => "디렉터리 설정", -"User Display Name Field" => "사용자의 표시 이름 필드", -"The LDAP attribute to use to generate the user's display name." => "사용자 표시 이름을 생성할 때 사용할 LDAP 속성입니다.", -"Base User Tree" => "기본 사용자 트리", -"One User Base DN per line" => "사용자 DN을 한 줄에 하나씩 입력하십시오", -"User Search Attributes" => "사용자 검색 속성", -"Optional; one attribute per line" => "추가적, 한 줄에 하나의 속성을 입력하십시오", -"Group Display Name Field" => "그룹의 표시 이름 필드", -"The LDAP attribute to use to generate the groups's display name." => "그룹 표시 이름을 생성할 때 사용할 LDAP 속성입니다.", -"Base Group Tree" => "기본 그룹 트리", -"One Group Base DN per line" => "그룹 기본 DN을 한 줄에 하나씩 입력하십시오", -"Group Search Attributes" => "그룹 검색 속성", -"Group-Member association" => "그룹-회원 연결", -"Special Attributes" => "특수 속성", -"Quota Field" => "할당량 필드", -"Quota Default" => "기본 할당량", -"in bytes" => "바이트 단위", -"Email Field" => "이메일 필드", -"User Home Folder Naming Rule" => "사용자 홈 폴더 이름 규칙", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "사용자 이름을 사용하려면 비워 두십시오(기본값). 기타 경우 LDAP/AD 속성을 지정하십시오.", -"Internal Username" => "내부 사용자 이름", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "기본적으로 내부 사용자 이름은 UUID 속성에서 생성됩니다. 사용자 이름이 중복되지 않고 문자열을 변환할 필요가 없도록 합니다. 내부 사용자 이름에는 다음과 같은 문자열만 사용할 수 있습니다: [a-zA-Z0-9_.@-] 다른 문자열은 ASCII에 해당하는 문자열로 변경되거나 없는 글자로 취급됩니다. 충돌하는 경우 숫자가 붙거나 증가합니다. 내부 사용자 이름은 내부적으로 사용자를 식별하는 데 사용되며, 사용자 홈 폴더의 기본 이름입니다. 또한 *DAV와 같은 외부 URL의 일부로 사용됩니다. 이 설정을 사용하면 기본 설정을 재정의할 수 있습니다. ownCloud 5 이전의 행동을 사용하려면 아래 필드에 사용자의 표시 이름 속성을 입력하십시오. 비워 두면 기본 설정을 사용합니다. 새로 추가되거나 매핑된 LDAP 사용자에게만 적용됩니다.", -"Internal Username Attribute:" => "내부 사용자 이름 속성:", -"Override UUID detection" => "UUID 확인 재정의", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "기본적으로 UUID 속성은 자동적으로 감지됩니다. UUID 속성은 LDAP 사용자와 그룹을 정확히 식별하는 데 사용됩니다. 지정하지 않은 경우 내부 사용자 이름은 UUID를 기반으로 생성됩니다. 이 설정을 다시 정의하고 임의의 속성을 지정할 수 있습니다. 사용자와 그룹 모두에게 속성을 적용할 수 있고 중복된 값이 없는지 확인하십시오. 비워 두면 기본 설정을 사용합니다. 새로 추가되거나 매핑된 LDAP 사용자와 그룹에만 적용됩니다.", -"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로 매핑됩니다. 추가적으로 LDAP 통신을 줄이기 위해서 DN이 캐시에 저장되지만 식별에 사용되지는 않습니다. DN이 변경되면 변경 사항이 기록됩니다. 내부 사용자 이름은 계속 사용됩니다. 매핑을 비우면 흔적이 남아 있게 됩니다. 매핑을 비우는 작업은 모든 LDAP 설정에 영향을 줍니다! 테스트 및 실험 단계에만 사용하고, 사용 중인 서버에서는 시도하지 마십시오.", -"Clear Username-LDAP User Mapping" => "사용자 이름-LDAP 사용자 매핑 비우기", -"Clear Groupname-LDAP Group Mapping" => "그룹 이름-LDAP 그룹 매핑 비우기" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/ku_IQ.js b/apps/user_ldap/l10n/ku_IQ.js new file mode 100644 index 0000000000..f38eea4c2e --- /dev/null +++ b/apps/user_ldap/l10n/ku_IQ.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "user_ldap", + { + "Success" : "سه‌رکه‌وتن", + "Error" : "هه‌ڵه", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "پاشکه‌وتکردن", + "Help" : "یارمەتی", + "Password" : "وشەی تێپەربو", + "Advanced" : "هه‌ڵبژاردنی پیشكه‌وتوو" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/ku_IQ.json b/apps/user_ldap/l10n/ku_IQ.json new file mode 100644 index 0000000000..0ad568fced --- /dev/null +++ b/apps/user_ldap/l10n/ku_IQ.json @@ -0,0 +1,11 @@ +{ "translations": { + "Success" : "سه‌رکه‌وتن", + "Error" : "هه‌ڵه", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "پاشکه‌وتکردن", + "Help" : "یارمەتی", + "Password" : "وشەی تێپەربو", + "Advanced" : "هه‌ڵبژاردنی پیشكه‌وتوو" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ku_IQ.php b/apps/user_ldap/l10n/ku_IQ.php deleted file mode 100644 index 15609ab3cd..0000000000 --- a/apps/user_ldap/l10n/ku_IQ.php +++ /dev/null @@ -1,12 +0,0 @@ - "سه‌رکه‌وتن", -"Error" => "هه‌ڵه", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "پاشکه‌وتکردن", -"Help" => "یارمەتی", -"Password" => "وشەی تێپەربو", -"Advanced" => "هه‌ڵبژاردنی پیشكه‌وتوو" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/lb.js b/apps/user_ldap/l10n/lb.js new file mode 100644 index 0000000000..5dadc91749 --- /dev/null +++ b/apps/user_ldap/l10n/lb.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "Konnt net läschen", + "Error" : "Fehler", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Späicheren", + "Help" : "Hëllef", + "Host" : "Host", + "Password" : "Passwuert", + "Back" : "Zeréck", + "Continue" : "Weider", + "Advanced" : "Avancéiert" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/lb.json b/apps/user_ldap/l10n/lb.json new file mode 100644 index 0000000000..122c04ac1e --- /dev/null +++ b/apps/user_ldap/l10n/lb.json @@ -0,0 +1,14 @@ +{ "translations": { + "Deletion failed" : "Konnt net läschen", + "Error" : "Fehler", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Späicheren", + "Help" : "Hëllef", + "Host" : "Host", + "Password" : "Passwuert", + "Back" : "Zeréck", + "Continue" : "Weider", + "Advanced" : "Avancéiert" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/lb.php b/apps/user_ldap/l10n/lb.php deleted file mode 100644 index dabb78b6a8..0000000000 --- a/apps/user_ldap/l10n/lb.php +++ /dev/null @@ -1,15 +0,0 @@ - "Konnt net läschen", -"Error" => "Fehler", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "Späicheren", -"Help" => "Hëllef", -"Host" => "Host", -"Password" => "Passwuert", -"Back" => "Zeréck", -"Continue" => "Weider", -"Advanced" => "Avancéiert" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/lt_LT.js b/apps/user_ldap/l10n/lt_LT.js new file mode 100644 index 0000000000..1222d4567e --- /dev/null +++ b/apps/user_ldap/l10n/lt_LT.js @@ -0,0 +1,61 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Nepavyko išvalyti sąsajų.", + "Failed to delete the server configuration" : "Nepavyko pašalinti serverio konfigūracijos", + "The configuration is valid and the connection could be established!" : "Konfigūracija yra tinkama bei prisijungta sėkmingai!", + "Deletion failed" : "Ištrinti nepavyko", + "Keep settings?" : "Išlaikyti nustatymus?", + "Cannot add server configuration" : "Negalima pridėti serverio konfigūracijos", + "mappings cleared" : "susiejimai išvalyti", + "Success" : "Sėkmingai", + "Error" : "Klaida", + "Select groups" : "Pasirinkti grupes", + "Connection test succeeded" : "Ryšio patikrinimas pavyko", + "Connection test failed" : "Ryšio patikrinimas nepavyko", + "Do you really want to delete the current Server Configuration?" : "Ar tikrai norite ištrinti dabartinę serverio konfigūraciją?", + "Confirm Deletion" : "Patvirtinkite trynimą", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Group Filter" : "Grupės filtras", + "Save" : "Išsaugoti", + "Test Configuration" : "Bandyti konfigūraciją", + "Help" : "Pagalba", + "Add Server Configuration" : "Pridėti serverio konfigūraciją", + "Host" : "Mazgas", + "Port" : "Prievadas", + "User DN" : "Naudotojas DN", + "Password" : "Slaptažodis", + "For anonymous access, leave DN and Password empty." : "Anoniminiam prisijungimui, palikite DN ir Slaptažodis laukus tuščius.", + "One Base DN per line" : "Vienas bazinis DN eilutėje", + "Back" : "Atgal", + "Continue" : "Tęsti", + "Advanced" : "Išplėstiniai", + "Connection Settings" : "Ryšio nustatymai", + "Configuration Active" : "Konfigūracija aktyvi", + "When unchecked, this configuration will be skipped." : "Kai nepažymėta, ši konfigūracija bus praleista.", + "Backup (Replica) Host" : "Atsarginės kopijos (Replica) mazgas", + "Backup (Replica) Port" : "Atsarginės kopijos (Replica) prievadas", + "Disable Main Server" : "Išjungti pagrindinį serverį", + "Only connect to the replica server." : "Tik prisijungti prie reprodukcinio (replica) serverio.", + "Turn off SSL certificate validation." : "Išjungti SSL sertifikato tikrinimą.", + "Directory Settings" : "Katalogo nustatymai", + "Base User Tree" : "Bazinis naudotojo medis", + "User Search Attributes" : "Naudotojo paieškos atributai", + "Base Group Tree" : "Bazinis grupės medis", + "Group Search Attributes" : "Grupės paieškos atributai", + "Group-Member association" : "Grupės-Nario sąsaja", + "Special Attributes" : "Specialūs atributai", + "Quota Field" : "Kvotos laukas", + "Quota Default" : "Numatyta kvota", + "in bytes" : "baitais", + "Email Field" : "El. pašto laukas", + "User Home Folder Naming Rule" : "Naudotojo namų aplanko pavadinimo taisyklė", + "Internal Username" : "Vidinis naudotojo vardas", + "Internal Username Attribute:" : "Vidinis naudotojo vardo atributas:", + "Override UUID detection" : "Perrašyti UUID aptikimą", + "Username-LDAP User Mapping" : "Naudotojo vardo - LDAP naudotojo sąsaja", + "Clear Username-LDAP User Mapping" : "Išvalyti naudotojo vardo - LDAP naudotojo sąsają", + "Clear Groupname-LDAP Group Mapping" : "Išvalyti grupės pavadinimo - LDAP naudotojo sąsają" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/user_ldap/l10n/lt_LT.json b/apps/user_ldap/l10n/lt_LT.json new file mode 100644 index 0000000000..12ec039390 --- /dev/null +++ b/apps/user_ldap/l10n/lt_LT.json @@ -0,0 +1,59 @@ +{ "translations": { + "Failed to clear the mappings." : "Nepavyko išvalyti sąsajų.", + "Failed to delete the server configuration" : "Nepavyko pašalinti serverio konfigūracijos", + "The configuration is valid and the connection could be established!" : "Konfigūracija yra tinkama bei prisijungta sėkmingai!", + "Deletion failed" : "Ištrinti nepavyko", + "Keep settings?" : "Išlaikyti nustatymus?", + "Cannot add server configuration" : "Negalima pridėti serverio konfigūracijos", + "mappings cleared" : "susiejimai išvalyti", + "Success" : "Sėkmingai", + "Error" : "Klaida", + "Select groups" : "Pasirinkti grupes", + "Connection test succeeded" : "Ryšio patikrinimas pavyko", + "Connection test failed" : "Ryšio patikrinimas nepavyko", + "Do you really want to delete the current Server Configuration?" : "Ar tikrai norite ištrinti dabartinę serverio konfigūraciją?", + "Confirm Deletion" : "Patvirtinkite trynimą", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Group Filter" : "Grupės filtras", + "Save" : "Išsaugoti", + "Test Configuration" : "Bandyti konfigūraciją", + "Help" : "Pagalba", + "Add Server Configuration" : "Pridėti serverio konfigūraciją", + "Host" : "Mazgas", + "Port" : "Prievadas", + "User DN" : "Naudotojas DN", + "Password" : "Slaptažodis", + "For anonymous access, leave DN and Password empty." : "Anoniminiam prisijungimui, palikite DN ir Slaptažodis laukus tuščius.", + "One Base DN per line" : "Vienas bazinis DN eilutėje", + "Back" : "Atgal", + "Continue" : "Tęsti", + "Advanced" : "Išplėstiniai", + "Connection Settings" : "Ryšio nustatymai", + "Configuration Active" : "Konfigūracija aktyvi", + "When unchecked, this configuration will be skipped." : "Kai nepažymėta, ši konfigūracija bus praleista.", + "Backup (Replica) Host" : "Atsarginės kopijos (Replica) mazgas", + "Backup (Replica) Port" : "Atsarginės kopijos (Replica) prievadas", + "Disable Main Server" : "Išjungti pagrindinį serverį", + "Only connect to the replica server." : "Tik prisijungti prie reprodukcinio (replica) serverio.", + "Turn off SSL certificate validation." : "Išjungti SSL sertifikato tikrinimą.", + "Directory Settings" : "Katalogo nustatymai", + "Base User Tree" : "Bazinis naudotojo medis", + "User Search Attributes" : "Naudotojo paieškos atributai", + "Base Group Tree" : "Bazinis grupės medis", + "Group Search Attributes" : "Grupės paieškos atributai", + "Group-Member association" : "Grupės-Nario sąsaja", + "Special Attributes" : "Specialūs atributai", + "Quota Field" : "Kvotos laukas", + "Quota Default" : "Numatyta kvota", + "in bytes" : "baitais", + "Email Field" : "El. pašto laukas", + "User Home Folder Naming Rule" : "Naudotojo namų aplanko pavadinimo taisyklė", + "Internal Username" : "Vidinis naudotojo vardas", + "Internal Username Attribute:" : "Vidinis naudotojo vardo atributas:", + "Override UUID detection" : "Perrašyti UUID aptikimą", + "Username-LDAP User Mapping" : "Naudotojo vardo - LDAP naudotojo sąsaja", + "Clear Username-LDAP User Mapping" : "Išvalyti naudotojo vardo - LDAP naudotojo sąsają", + "Clear Groupname-LDAP Group Mapping" : "Išvalyti grupės pavadinimo - LDAP naudotojo sąsają" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/lt_LT.php b/apps/user_ldap/l10n/lt_LT.php deleted file mode 100644 index ec83d9119e..0000000000 --- a/apps/user_ldap/l10n/lt_LT.php +++ /dev/null @@ -1,60 +0,0 @@ - "Nepavyko išvalyti sąsajų.", -"Failed to delete the server configuration" => "Nepavyko pašalinti serverio konfigūracijos", -"The configuration is valid and the connection could be established!" => "Konfigūracija yra tinkama bei prisijungta sėkmingai!", -"Deletion failed" => "Ištrinti nepavyko", -"Keep settings?" => "Išlaikyti nustatymus?", -"Cannot add server configuration" => "Negalima pridėti serverio konfigūracijos", -"mappings cleared" => "susiejimai išvalyti", -"Success" => "Sėkmingai", -"Error" => "Klaida", -"Select groups" => "Pasirinkti grupes", -"Connection test succeeded" => "Ryšio patikrinimas pavyko", -"Connection test failed" => "Ryšio patikrinimas nepavyko", -"Do you really want to delete the current Server Configuration?" => "Ar tikrai norite ištrinti dabartinę serverio konfigūraciją?", -"Confirm Deletion" => "Patvirtinkite trynimą", -"_%s group found_::_%s groups found_" => array("","",""), -"_%s user found_::_%s users found_" => array("","",""), -"Group Filter" => "Grupės filtras", -"Save" => "Išsaugoti", -"Test Configuration" => "Bandyti konfigūraciją", -"Help" => "Pagalba", -"Add Server Configuration" => "Pridėti serverio konfigūraciją", -"Host" => "Mazgas", -"Port" => "Prievadas", -"User DN" => "Naudotojas DN", -"Password" => "Slaptažodis", -"For anonymous access, leave DN and Password empty." => "Anoniminiam prisijungimui, palikite DN ir Slaptažodis laukus tuščius.", -"One Base DN per line" => "Vienas bazinis DN eilutėje", -"Back" => "Atgal", -"Continue" => "Tęsti", -"Advanced" => "Išplėstiniai", -"Connection Settings" => "Ryšio nustatymai", -"Configuration Active" => "Konfigūracija aktyvi", -"When unchecked, this configuration will be skipped." => "Kai nepažymėta, ši konfigūracija bus praleista.", -"Backup (Replica) Host" => "Atsarginės kopijos (Replica) mazgas", -"Backup (Replica) Port" => "Atsarginės kopijos (Replica) prievadas", -"Disable Main Server" => "Išjungti pagrindinį serverį", -"Only connect to the replica server." => "Tik prisijungti prie reprodukcinio (replica) serverio.", -"Turn off SSL certificate validation." => "Išjungti SSL sertifikato tikrinimą.", -"Directory Settings" => "Katalogo nustatymai", -"Base User Tree" => "Bazinis naudotojo medis", -"User Search Attributes" => "Naudotojo paieškos atributai", -"Base Group Tree" => "Bazinis grupės medis", -"Group Search Attributes" => "Grupės paieškos atributai", -"Group-Member association" => "Grupės-Nario sąsaja", -"Special Attributes" => "Specialūs atributai", -"Quota Field" => "Kvotos laukas", -"Quota Default" => "Numatyta kvota", -"in bytes" => "baitais", -"Email Field" => "El. pašto laukas", -"User Home Folder Naming Rule" => "Naudotojo namų aplanko pavadinimo taisyklė", -"Internal Username" => "Vidinis naudotojo vardas", -"Internal Username Attribute:" => "Vidinis naudotojo vardo atributas:", -"Override UUID detection" => "Perrašyti UUID aptikimą", -"Username-LDAP User Mapping" => "Naudotojo vardo - LDAP naudotojo sąsaja", -"Clear Username-LDAP User Mapping" => "Išvalyti naudotojo vardo - LDAP naudotojo sąsają", -"Clear Groupname-LDAP Group Mapping" => "Išvalyti grupės pavadinimo - LDAP naudotojo sąsają" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/user_ldap/l10n/lv.js b/apps/user_ldap/l10n/lv.js new file mode 100644 index 0000000000..daa376d8e2 --- /dev/null +++ b/apps/user_ldap/l10n/lv.js @@ -0,0 +1,64 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to delete the server configuration" : "Neizdevās izdzēst servera konfigurāciju", + "The configuration is valid and the connection could be established!" : "Konfigurācija ir derīga un varēja izveidot savienojumu!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurācija ir derīga, bet sasaiste neizdevās. Lūdzu, pārbaudiet servera iestatījumus un akreditācijas datus.", + "Deletion failed" : "Neizdevās izdzēst", + "Take over settings from recent server configuration?" : "Paņemt iestatījumus no nesenas servera konfigurācijas?", + "Keep settings?" : "Paturēt iestatījumus?", + "Cannot add server configuration" : "Nevar pievienot servera konfigurāciju", + "Error" : "Kļūda", + "Select groups" : "Izvēlieties grupas", + "Connection test succeeded" : "Savienojuma tests ir veiksmīgs", + "Connection test failed" : "Savienojuma tests cieta neveiksmi", + "Do you really want to delete the current Server Configuration?" : "Vai tiešām vēlaties dzēst pašreizējo servera konfigurāciju?", + "Confirm Deletion" : "Apstiprināt dzēšanu", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Group Filter" : "Grupu filtrs", + "Save" : "Saglabāt", + "Test Configuration" : "Testa konfigurācija", + "Help" : "Palīdzība", + "Add Server Configuration" : "Pievienot servera konfigurāciju", + "Host" : "Resursdators", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Var neiekļaut protokolu, izņemot, ja vajag SSL. Tad sākums ir ldaps://", + "Port" : "Ports", + "User DN" : "Lietotāja 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." : "Klienta lietotāja DN, ar ko veiks sasaisti, piemēram, uid=agent,dc=example,dc=com. Lai piekļūtu anonīmi, atstājiet DN un paroli tukšu.", + "Password" : "Parole", + "For anonymous access, leave DN and Password empty." : "Lai piekļūtu anonīmi, atstājiet DN un paroli tukšu.", + "One Base DN per line" : "Viena bāzes DN rindā", + "You can specify Base DN for users and groups in the Advanced tab" : "Lietotājiem un grupām bāzes DN var norādīt cilnē “Paplašināti”", + "Advanced" : "Paplašināti", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Brīdinājums: PHP LDAP modulis nav uzinstalēts, aizmugure nedarbosies. Lūdzu, prasiet savam sistēmas administratoram kādu no tām deaktivēt.", + "Connection Settings" : "Savienojuma iestatījumi", + "Configuration Active" : "Konfigurācija ir aktīva", + "When unchecked, this configuration will be skipped." : "Ja nav atzīmēts, šī konfigurācija tiks izlaista.", + "Backup (Replica) Host" : "Rezerves (kopija) serveris", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Norādi rezerves serveri (nav obligāti). Tam ir jābūt galvenā LDAP/AD servera kopijai.", + "Backup (Replica) Port" : "Rezerves (kopijas) ports", + "Disable Main Server" : "Deaktivēt galveno serveri", + "Turn off SSL certificate validation." : "Izslēgt SSL sertifikātu validēšanu.", + "Cache Time-To-Live" : "Kešatmiņas dzīvlaiks", + "in seconds. A change empties the cache." : "sekundēs. Izmaiņas iztukšos kešatmiņu.", + "Directory Settings" : "Direktorijas iestatījumi", + "User Display Name Field" : "Lietotāja redzamā vārda lauks", + "Base User Tree" : "Bāzes lietotāju koks", + "One User Base DN per line" : "Viena lietotāju bāzes DN rindā", + "User Search Attributes" : "Lietotāju meklēšanas atribūts", + "Optional; one attribute per line" : "Neobligāti; viens atribūts rindā", + "Group Display Name Field" : "Grupas redzamā nosaukuma lauks", + "Base Group Tree" : "Bāzes grupu koks", + "One Group Base DN per line" : "Viena grupu bāzes DN rindā", + "Group Search Attributes" : "Grupu meklēšanas atribūts", + "Group-Member association" : "Grupu piederības asociācija", + "Special Attributes" : "Īpašie atribūti", + "Quota Field" : "Kvotu lauks", + "Quota Default" : "Kvotas noklusējums", + "in bytes" : "baitos", + "Email Field" : "E-pasta lauks", + "User Home Folder Naming Rule" : "Lietotāja mājas mapes nosaukšanas kārtula", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Atstāt tukšu lietotāja vārdam (noklusējuma). Citādi, norādi LDAP/AD atribūtu." +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/user_ldap/l10n/lv.json b/apps/user_ldap/l10n/lv.json new file mode 100644 index 0000000000..496a5cbc28 --- /dev/null +++ b/apps/user_ldap/l10n/lv.json @@ -0,0 +1,62 @@ +{ "translations": { + "Failed to delete the server configuration" : "Neizdevās izdzēst servera konfigurāciju", + "The configuration is valid and the connection could be established!" : "Konfigurācija ir derīga un varēja izveidot savienojumu!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurācija ir derīga, bet sasaiste neizdevās. Lūdzu, pārbaudiet servera iestatījumus un akreditācijas datus.", + "Deletion failed" : "Neizdevās izdzēst", + "Take over settings from recent server configuration?" : "Paņemt iestatījumus no nesenas servera konfigurācijas?", + "Keep settings?" : "Paturēt iestatījumus?", + "Cannot add server configuration" : "Nevar pievienot servera konfigurāciju", + "Error" : "Kļūda", + "Select groups" : "Izvēlieties grupas", + "Connection test succeeded" : "Savienojuma tests ir veiksmīgs", + "Connection test failed" : "Savienojuma tests cieta neveiksmi", + "Do you really want to delete the current Server Configuration?" : "Vai tiešām vēlaties dzēst pašreizējo servera konfigurāciju?", + "Confirm Deletion" : "Apstiprināt dzēšanu", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Group Filter" : "Grupu filtrs", + "Save" : "Saglabāt", + "Test Configuration" : "Testa konfigurācija", + "Help" : "Palīdzība", + "Add Server Configuration" : "Pievienot servera konfigurāciju", + "Host" : "Resursdators", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Var neiekļaut protokolu, izņemot, ja vajag SSL. Tad sākums ir ldaps://", + "Port" : "Ports", + "User DN" : "Lietotāja 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." : "Klienta lietotāja DN, ar ko veiks sasaisti, piemēram, uid=agent,dc=example,dc=com. Lai piekļūtu anonīmi, atstājiet DN un paroli tukšu.", + "Password" : "Parole", + "For anonymous access, leave DN and Password empty." : "Lai piekļūtu anonīmi, atstājiet DN un paroli tukšu.", + "One Base DN per line" : "Viena bāzes DN rindā", + "You can specify Base DN for users and groups in the Advanced tab" : "Lietotājiem un grupām bāzes DN var norādīt cilnē “Paplašināti”", + "Advanced" : "Paplašināti", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Brīdinājums: PHP LDAP modulis nav uzinstalēts, aizmugure nedarbosies. Lūdzu, prasiet savam sistēmas administratoram kādu no tām deaktivēt.", + "Connection Settings" : "Savienojuma iestatījumi", + "Configuration Active" : "Konfigurācija ir aktīva", + "When unchecked, this configuration will be skipped." : "Ja nav atzīmēts, šī konfigurācija tiks izlaista.", + "Backup (Replica) Host" : "Rezerves (kopija) serveris", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Norādi rezerves serveri (nav obligāti). Tam ir jābūt galvenā LDAP/AD servera kopijai.", + "Backup (Replica) Port" : "Rezerves (kopijas) ports", + "Disable Main Server" : "Deaktivēt galveno serveri", + "Turn off SSL certificate validation." : "Izslēgt SSL sertifikātu validēšanu.", + "Cache Time-To-Live" : "Kešatmiņas dzīvlaiks", + "in seconds. A change empties the cache." : "sekundēs. Izmaiņas iztukšos kešatmiņu.", + "Directory Settings" : "Direktorijas iestatījumi", + "User Display Name Field" : "Lietotāja redzamā vārda lauks", + "Base User Tree" : "Bāzes lietotāju koks", + "One User Base DN per line" : "Viena lietotāju bāzes DN rindā", + "User Search Attributes" : "Lietotāju meklēšanas atribūts", + "Optional; one attribute per line" : "Neobligāti; viens atribūts rindā", + "Group Display Name Field" : "Grupas redzamā nosaukuma lauks", + "Base Group Tree" : "Bāzes grupu koks", + "One Group Base DN per line" : "Viena grupu bāzes DN rindā", + "Group Search Attributes" : "Grupu meklēšanas atribūts", + "Group-Member association" : "Grupu piederības asociācija", + "Special Attributes" : "Īpašie atribūti", + "Quota Field" : "Kvotu lauks", + "Quota Default" : "Kvotas noklusējums", + "in bytes" : "baitos", + "Email Field" : "E-pasta lauks", + "User Home Folder Naming Rule" : "Lietotāja mājas mapes nosaukšanas kārtula", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Atstāt tukšu lietotāja vārdam (noklusējuma). Citādi, norādi LDAP/AD atribūtu." +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/lv.php b/apps/user_ldap/l10n/lv.php deleted file mode 100644 index d6df44812c..0000000000 --- a/apps/user_ldap/l10n/lv.php +++ /dev/null @@ -1,63 +0,0 @@ - "Neizdevās izdzēst servera konfigurāciju", -"The configuration is valid and the connection could be established!" => "Konfigurācija ir derīga un varēja izveidot savienojumu!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurācija ir derīga, bet sasaiste neizdevās. Lūdzu, pārbaudiet servera iestatījumus un akreditācijas datus.", -"Deletion failed" => "Neizdevās izdzēst", -"Take over settings from recent server configuration?" => "Paņemt iestatījumus no nesenas servera konfigurācijas?", -"Keep settings?" => "Paturēt iestatījumus?", -"Cannot add server configuration" => "Nevar pievienot servera konfigurāciju", -"Error" => "Kļūda", -"Select groups" => "Izvēlieties grupas", -"Connection test succeeded" => "Savienojuma tests ir veiksmīgs", -"Connection test failed" => "Savienojuma tests cieta neveiksmi", -"Do you really want to delete the current Server Configuration?" => "Vai tiešām vēlaties dzēst pašreizējo servera konfigurāciju?", -"Confirm Deletion" => "Apstiprināt dzēšanu", -"_%s group found_::_%s groups found_" => array("","",""), -"_%s user found_::_%s users found_" => array("","",""), -"Group Filter" => "Grupu filtrs", -"Save" => "Saglabāt", -"Test Configuration" => "Testa konfigurācija", -"Help" => "Palīdzība", -"Add Server Configuration" => "Pievienot servera konfigurāciju", -"Host" => "Resursdators", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Var neiekļaut protokolu, izņemot, ja vajag SSL. Tad sākums ir ldaps://", -"Port" => "Ports", -"User DN" => "Lietotāja 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." => "Klienta lietotāja DN, ar ko veiks sasaisti, piemēram, uid=agent,dc=example,dc=com. Lai piekļūtu anonīmi, atstājiet DN un paroli tukšu.", -"Password" => "Parole", -"For anonymous access, leave DN and Password empty." => "Lai piekļūtu anonīmi, atstājiet DN un paroli tukšu.", -"One Base DN per line" => "Viena bāzes DN rindā", -"You can specify Base DN for users and groups in the Advanced tab" => "Lietotājiem un grupām bāzes DN var norādīt cilnē “Paplašināti”", -"Advanced" => "Paplašināti", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Brīdinājums: PHP LDAP modulis nav uzinstalēts, aizmugure nedarbosies. Lūdzu, prasiet savam sistēmas administratoram kādu no tām deaktivēt.", -"Connection Settings" => "Savienojuma iestatījumi", -"Configuration Active" => "Konfigurācija ir aktīva", -"When unchecked, this configuration will be skipped." => "Ja nav atzīmēts, šī konfigurācija tiks izlaista.", -"Backup (Replica) Host" => "Rezerves (kopija) serveris", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Norādi rezerves serveri (nav obligāti). Tam ir jābūt galvenā LDAP/AD servera kopijai.", -"Backup (Replica) Port" => "Rezerves (kopijas) ports", -"Disable Main Server" => "Deaktivēt galveno serveri", -"Turn off SSL certificate validation." => "Izslēgt SSL sertifikātu validēšanu.", -"Cache Time-To-Live" => "Kešatmiņas dzīvlaiks", -"in seconds. A change empties the cache." => "sekundēs. Izmaiņas iztukšos kešatmiņu.", -"Directory Settings" => "Direktorijas iestatījumi", -"User Display Name Field" => "Lietotāja redzamā vārda lauks", -"Base User Tree" => "Bāzes lietotāju koks", -"One User Base DN per line" => "Viena lietotāju bāzes DN rindā", -"User Search Attributes" => "Lietotāju meklēšanas atribūts", -"Optional; one attribute per line" => "Neobligāti; viens atribūts rindā", -"Group Display Name Field" => "Grupas redzamā nosaukuma lauks", -"Base Group Tree" => "Bāzes grupu koks", -"One Group Base DN per line" => "Viena grupu bāzes DN rindā", -"Group Search Attributes" => "Grupu meklēšanas atribūts", -"Group-Member association" => "Grupu piederības asociācija", -"Special Attributes" => "Īpašie atribūti", -"Quota Field" => "Kvotu lauks", -"Quota Default" => "Kvotas noklusējums", -"in bytes" => "baitos", -"Email Field" => "E-pasta lauks", -"User Home Folder Naming Rule" => "Lietotāja mājas mapes nosaukšanas kārtula", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Atstāt tukšu lietotāja vārdam (noklusējuma). Citādi, norādi LDAP/AD atribūtu." -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/apps/user_ldap/l10n/mg.js b/apps/user_ldap/l10n/mg.js new file mode 100644 index 0000000000..95c97db2f9 --- /dev/null +++ b/apps/user_ldap/l10n/mg.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/mg.json b/apps/user_ldap/l10n/mg.json new file mode 100644 index 0000000000..8e0cd6f678 --- /dev/null +++ b/apps/user_ldap/l10n/mg.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/mg.php b/apps/user_ldap/l10n/mg.php deleted file mode 100644 index 2371ee7059..0000000000 --- a/apps/user_ldap/l10n/mg.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_ldap/l10n/mk.js b/apps/user_ldap/l10n/mk.js new file mode 100644 index 0000000000..af4983739a --- /dev/null +++ b/apps/user_ldap/l10n/mk.js @@ -0,0 +1,23 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "Бришењето е неуспешно", + "Keep settings?" : "Да ги сочувам нагодувањата?", + "Cannot add server configuration" : "Не можам да ја додадам конфигурацијата на серверот", + "Error" : "Грешка", + "Connection test succeeded" : "Тестот за поврзување е успешен", + "Connection test failed" : "Тестот за поврзување не е успешен", + "Confirm Deletion" : "Потврдете го бришењето", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Сними", + "Help" : "Помош", + "Host" : "Домаќин", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Може да го скокнете протколот освен ако не ви треба SSL. Тогаш ставете ldaps://", + "Port" : "Порта", + "Password" : "Лозинка", + "Back" : "Назад", + "Continue" : "Продолжи", + "Advanced" : "Напредно" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/user_ldap/l10n/mk.json b/apps/user_ldap/l10n/mk.json new file mode 100644 index 0000000000..b094724bb8 --- /dev/null +++ b/apps/user_ldap/l10n/mk.json @@ -0,0 +1,21 @@ +{ "translations": { + "Deletion failed" : "Бришењето е неуспешно", + "Keep settings?" : "Да ги сочувам нагодувањата?", + "Cannot add server configuration" : "Не можам да ја додадам конфигурацијата на серверот", + "Error" : "Грешка", + "Connection test succeeded" : "Тестот за поврзување е успешен", + "Connection test failed" : "Тестот за поврзување не е успешен", + "Confirm Deletion" : "Потврдете го бришењето", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Сними", + "Help" : "Помош", + "Host" : "Домаќин", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Може да го скокнете протколот освен ако не ви треба SSL. Тогаш ставете ldaps://", + "Port" : "Порта", + "Password" : "Лозинка", + "Back" : "Назад", + "Continue" : "Продолжи", + "Advanced" : "Напредно" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/mk.php b/apps/user_ldap/l10n/mk.php deleted file mode 100644 index 4efb1986fb..0000000000 --- a/apps/user_ldap/l10n/mk.php +++ /dev/null @@ -1,22 +0,0 @@ - "Бришењето е неуспешно", -"Keep settings?" => "Да ги сочувам нагодувањата?", -"Cannot add server configuration" => "Не можам да ја додадам конфигурацијата на серверот", -"Error" => "Грешка", -"Connection test succeeded" => "Тестот за поврзување е успешен", -"Connection test failed" => "Тестот за поврзување не е успешен", -"Confirm Deletion" => "Потврдете го бришењето", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "Сними", -"Help" => "Помош", -"Host" => "Домаќин", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Може да го скокнете протколот освен ако не ви треба SSL. Тогаш ставете ldaps://", -"Port" => "Порта", -"Password" => "Лозинка", -"Back" => "Назад", -"Continue" => "Продолжи", -"Advanced" => "Напредно" -); -$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/user_ldap/l10n/ml.js b/apps/user_ldap/l10n/ml.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/ml.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/ml.json b/apps/user_ldap/l10n/ml.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/ml.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/ml.php b/apps/user_ldap/l10n/ml.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/ml.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ml_IN.js b/apps/user_ldap/l10n/ml_IN.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/ml_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/ml_IN.json b/apps/user_ldap/l10n/ml_IN.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/ml_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/ml_IN.php b/apps/user_ldap/l10n/ml_IN.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/ml_IN.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/mn.js b/apps/user_ldap/l10n/mn.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/mn.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/mn.json b/apps/user_ldap/l10n/mn.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/mn.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/mn.php b/apps/user_ldap/l10n/mn.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/mn.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ms_MY.js b/apps/user_ldap/l10n/ms_MY.js new file mode 100644 index 0000000000..2ca383fd29 --- /dev/null +++ b/apps/user_ldap/l10n/ms_MY.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "Pemadaman gagal", + "Error" : "Ralat", + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Save" : "Simpan", + "Help" : "Bantuan", + "Password" : "Kata laluan", + "Back" : "Kembali", + "Advanced" : "Maju" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/ms_MY.json b/apps/user_ldap/l10n/ms_MY.json new file mode 100644 index 0000000000..d237151438 --- /dev/null +++ b/apps/user_ldap/l10n/ms_MY.json @@ -0,0 +1,12 @@ +{ "translations": { + "Deletion failed" : "Pemadaman gagal", + "Error" : "Ralat", + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Save" : "Simpan", + "Help" : "Bantuan", + "Password" : "Kata laluan", + "Back" : "Kembali", + "Advanced" : "Maju" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ms_MY.php b/apps/user_ldap/l10n/ms_MY.php deleted file mode 100644 index e90bf1b06b..0000000000 --- a/apps/user_ldap/l10n/ms_MY.php +++ /dev/null @@ -1,13 +0,0 @@ - "Pemadaman gagal", -"Error" => "Ralat", -"_%s group found_::_%s groups found_" => array(""), -"_%s user found_::_%s users found_" => array(""), -"Save" => "Simpan", -"Help" => "Bantuan", -"Password" => "Kata laluan", -"Back" => "Kembali", -"Advanced" => "Maju" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/mt_MT.js b/apps/user_ldap/l10n/mt_MT.js new file mode 100644 index 0000000000..8b3fcfae91 --- /dev/null +++ b/apps/user_ldap/l10n/mt_MT.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : ["","","",""], + "_%s user found_::_%s users found_" : ["","","",""] +}, +"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/apps/user_ldap/l10n/mt_MT.json b/apps/user_ldap/l10n/mt_MT.json new file mode 100644 index 0000000000..cbda8c83cc --- /dev/null +++ b/apps/user_ldap/l10n/mt_MT.json @@ -0,0 +1,5 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : ["","","",""], + "_%s user found_::_%s users found_" : ["","","",""] +},"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/apps/user_ldap/l10n/mt_MT.php b/apps/user_ldap/l10n/mt_MT.php deleted file mode 100644 index 581e6a65b4..0000000000 --- a/apps/user_ldap/l10n/mt_MT.php +++ /dev/null @@ -1,6 +0,0 @@ - array("","","",""), -"_%s user found_::_%s users found_" => array("","","","") -); -$PLURAL_FORMS = "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/apps/user_ldap/l10n/my_MM.js b/apps/user_ldap/l10n/my_MM.js new file mode 100644 index 0000000000..2fed7c1555 --- /dev/null +++ b/apps/user_ldap/l10n/my_MM.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Help" : "အကူအညီ", + "Password" : "စကားဝှက်", + "Advanced" : "အဆင့်မြင့်" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/my_MM.json b/apps/user_ldap/l10n/my_MM.json new file mode 100644 index 0000000000..94d2bd471e --- /dev/null +++ b/apps/user_ldap/l10n/my_MM.json @@ -0,0 +1,8 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Help" : "အကူအညီ", + "Password" : "စကားဝှက်", + "Advanced" : "အဆင့်မြင့်" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/my_MM.php b/apps/user_ldap/l10n/my_MM.php deleted file mode 100644 index 81f80f8d65..0000000000 --- a/apps/user_ldap/l10n/my_MM.php +++ /dev/null @@ -1,9 +0,0 @@ - array(""), -"_%s user found_::_%s users found_" => array(""), -"Help" => "အကူအညီ", -"Password" => "စကားဝှက်", -"Advanced" => "အဆင့်မြင့်" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/nb_NO.js b/apps/user_ldap/l10n/nb_NO.js new file mode 100644 index 0000000000..9074ee926d --- /dev/null +++ b/apps/user_ldap/l10n/nb_NO.js @@ -0,0 +1,128 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Klarte ikke å nullstille tilknytningene.", + "Failed to delete the server configuration" : "Klarte ikke å slette tjener-konfigurasjonen.", + "The configuration is valid and the connection could be established!" : "Konfigurasjonen er i orden og tilkoblingen skal være etablert!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurasjonen er i orden, men Bind mislyktes. Vennligst sjekk tjener-konfigurasjonen og påloggingsinformasjonen.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurasjonen er ikke gyldig. Sjekk loggene for flere detaljer.", + "No action specified" : "Ingen handling spesifisert", + "No configuration specified" : "Ingen konfigurasjon spesifisert", + "No data specified" : "Ingen data spesifisert", + " Could not set configuration %s" : "Klarte ikke å sette konfigurasjon %s", + "Deletion failed" : "Sletting mislyktes", + "Take over settings from recent server configuration?" : "Hent innstillinger fra tidligere tjener-konfigurasjon?", + "Keep settings?" : "Behold innstillinger?", + "{nthServer}. Server" : "{nthServer}. server", + "Cannot add server configuration" : "Kan ikke legge til tjener-konfigurasjon", + "mappings cleared" : "tilknytninger nullstilt", + "Success" : "Suksess", + "Error" : "Feil", + "Please specify a Base DN" : "Vennligst spesifiser en hoved-DN", + "Could not determine Base DN" : "Kunne ikke fastslå hoved-DN", + "Please specify the port" : "Vennligst spesifiser port", + "Configuration OK" : "Konfigurasjon OK", + "Configuration incorrect" : "Konfigurasjon feil", + "Configuration incomplete" : "Konfigurasjon ufullstendig", + "Select groups" : "Velg grupper", + "Select object classes" : "Velg objektklasser", + "Select attributes" : "Velg attributter", + "Connection test succeeded" : "Tilkoblingstest lyktes", + "Connection test failed" : "Tilkoblingstest mislyktes", + "Do you really want to delete the current Server Configuration?" : "Er du sikker på at du vil slette aktiv tjener-konfigurasjon?", + "Confirm Deletion" : "Bekreft sletting", + "_%s group found_::_%s groups found_" : ["%s gruppe funnet","%s grupper funnet"], + "_%s user found_::_%s users found_" : ["%s bruker funnet","%s brukere funnet"], + "Could not find the desired feature" : "Fant ikke den ønskede funksjonaliteten", + "Invalid Host" : "Ugyldig tjener", + "Server" : "Server", + "User Filter" : "Brukerfilter", + "Login Filter" : "Innloggingsfilter", + "Group Filter" : "Gruppefilter", + "Save" : "Lagre", + "Test Configuration" : "Test konfigurasjonen", + "Help" : "Hjelp", + "Groups meeting these criteria are available in %s:" : "Grupper som tilfredsstiller disse kriteriene er tilgjengelige i %s:", + "only those object classes:" : "kun de objektklassene:", + "only from those groups:" : "kun fra de gruppene:", + "Edit raw filter instead" : "Rediger ubearbeidet filter i stedet", + "Raw LDAP filter" : "Ubearbeidet LDAP-filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-grupper som skal ha tilgang til %s-instansen.", + "groups found" : "grupper funnet", + "Users login with this attribute:" : "Brukere logger inn med denne attributten:", + "LDAP Username:" : "LDAP-brukernavn:", + "LDAP Email Address:" : "LDAP-epostadresse:", + "Other Attributes:" : "Andre attributter:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definerer filteret som skal brukes når noen prøver å logge inn. %%uid erstatter brukernavnet i innloggingen. Eksempel: \"uid=%%uid\"", + "1. Server" : "1. server", + "%s. Server:" : "%s. server:", + "Add Server Configuration" : "Legg til tjener-konfigurasjon", + "Delete Configuration" : "Slett konfigurasjon", + "Host" : "Tjener", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du kan utelate protokollen, men du er påkrevd å bruke SSL. Deretter starte med ldaps://", + "Port" : "Port", + "User DN" : "Bruker 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 nummeret til klienten som skal bindes til, f.eks. uid=agent,dc=example,dc=com. For anonym tilgang, la DN- og passord-feltet stå tomt.", + "Password" : "Passord", + "For anonymous access, leave DN and Password empty." : "For anonym tilgang, la DN- og passord-feltet stå tomt.", + "One Base DN per line" : "En hoved-DN pr. linje", + "You can specify Base DN for users and groups in the Advanced tab" : "Du kan spesifisere hoved-DN for brukere og grupper under Avansert fanen", + "Limit %s access to users meeting these criteria:" : "Begrens %s-tilgang til brukere som tilfredsstiller disse kriteriene:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-brukere som skal ha tilgang til %s-instansen.", + "users found" : "brukere funnet", + "Back" : "Tilbake", + "Continue" : "Fortsett", + "Expert" : "Ekspert", + "Advanced" : "Avansert", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advarsel: Appene user_ldap og user_webdavauth er ikke kompatible med hverandre. Uventet oppførsel kan forekomme. Be systemadministratoren om å deaktivere en av dem.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: PHP LDAP modulen er ikke installert, hjelperen vil ikke virke. Vennligst be din system-administrator om å installere den.", + "Connection Settings" : "Innstillinger for tilkobling", + "Configuration Active" : "Konfigurasjon aktiv", + "When unchecked, this configuration will be skipped." : "Når ikke huket av så vil denne konfigurasjonen bli hoppet over.", + "Backup (Replica) Host" : "Sikkerhetskopierings (Replica) vert", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Oppgi en valgfri reservetjener. Den må være en replika av hovedtjeneren for LDAP/AD.", + "Backup (Replica) Port" : "Reserve (Replika) Port", + "Disable Main Server" : "Deaktiver hovedtjeneren", + "Only connect to the replica server." : "Koble til bare replika-tjeneren.", + "Case insensitive LDAP server (Windows)" : "LDAP-server som ikke skiller mellom store og små bokstaver (Windows)", + "Turn off SSL certificate validation." : "Slå av SSL-sertifikat validering", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ikke anbefalt, bruk kun for testing! Hvis tilkobling bare virker med dette valget, importer LDAP-tjenerens SSL-sertifikat i %s-serveren din.", + "Cache Time-To-Live" : "Levetid i mellomlager", + "in seconds. A change empties the cache." : "i sekunder. En endring tømmer bufferen.", + "Directory Settings" : "Innstillinger for Katalog", + "User Display Name Field" : "Vis brukerens navnfelt", + "The LDAP attribute to use to generate the user's display name." : "LDAP-attributten som skal brukes til å generere brukerens visningsnavn.", + "Base User Tree" : "Hovedbruker tre", + "One User Base DN per line" : "En Bruker hoved-DN pr. linje", + "User Search Attributes" : "Attributter for brukersøk", + "Optional; one attribute per line" : "Valgfritt, en attributt pr. linje", + "Group Display Name Field" : "Vis gruppens navnfelt", + "The LDAP attribute to use to generate the groups's display name." : "LDAP-attributten som skal brukes til å generere gruppens visningsnavn.", + "Base Group Tree" : "Hovedgruppe tre", + "One Group Base DN per line" : "En gruppe hoved-DN pr. linje", + "Group Search Attributes" : "Attributter for gruppesøk", + "Group-Member association" : "gruppe-medlem assosiasjon", + "Nested Groups" : "Nestede grupper", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Grupper som inneholder grupper er tillatt når denne er slått på. (Virker bare hvis gruppenes member-attributt inneholder DN-er.)", + "Paging chunksize" : "Sidestørrelse", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Sidestørrelsen brukes for sidevise (paged) LDAP-søk som kan returnere store resultater, som f.eks. gjennomløping av brukere eller grupper. (Sett til 0 for å deaktivere sidevis LDAP-spørring i disse situasjonene.)", + "Special Attributes" : "Spesielle attributter", + "Quota Field" : "Felt med lagringskvote", + "Quota Default" : "Standard lagringskvote", + "in bytes" : "i bytes", + "Email Field" : "Felt med e-postadresse", + "User Home Folder Naming Rule" : "Navneregel for brukers hjemmemappe", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "La stå tom for brukernavn (standard). Ellers, spesifiser en LDAP/AD attributt.", + "Internal Username" : "Internt brukernavn", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Som standard vil det interne brukernavnet bli laget utifra UUID-attributten. Dette sikrer at brukernavnet er unikt og at det ikke er nødvendig å konvertere tegn. Det interne brukernavnet har den begrensningen at bare disse tegnene er tillatt: [ a-zA-Z0-9_.@- ]. Andre tegn erstattes av tilsvarende ASCII-tegn eller blir ganske enkelt utelatt. Ved kollisjon blir et nummer lagt til / øket. Det interne brukernavnet brukes til å identifisere en bruker internt. Det er også standardnavnet på brukerens hjemmemappe. Det er også med i fjern-URL-er, for eksempel for alle *DAV-tjenester. Med denne innstillingen kan standard oppførsel overstyres. For å få en oppførsel som likner oppførselen før ownCloud 5, legg inn attributten for brukerens visningsnavn i dette feltet. La feltet stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere.", + "Internal Username Attribute:" : "Attributt for internt brukernavn:", + "Override UUID detection" : "Overstyr UUID-oppdaging", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Som standard blir UUID-attributten oppdaget automatisk. UUID-attributten brukes til å identifisere LDAP-brukere og -grupper uten tvil. Det interne brukernavnet vil også bli laget basert på UUID, hvis ikke annet er spesifisert ovenfor. Du kan overstyre innstillingen og oppgi den attributten du ønsker. Du må forsikre det om at din valgte attributt kan hentes ut både for brukere og for grupper og at den er unik. La stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere og -grupper.", + "UUID Attribute for Users:" : "UUID-attributt for brukere:", + "UUID Attribute for Groups:" : "UUID-attributt for grupper:", + "Username-LDAP User Mapping" : "Tilknytning av brukernavn til LDAP-bruker", + "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." : "Brukernavn brukes til å lagre og tilordne (meta)data. For at brukere skal identifiseres og gjenkjennes presist, vil hver LDAP-bruker ha et internt brukernavn. Dette krever en tilknytning fra brukernavn til LDAP-bruker. Brukernavn som opprettes blir knyttet til LDAP-brukerens UUID. I tillegg mellomlagres DN for å redusere LDAP-kommunikasjon, men det brukes ikke til identifisering. Hvis DN endres vil endringene bli oppdaget. Det interne brukernavnet brukes alle steder. Nullstilling av tilknytningene vil etterlate seg rester overalt. Nullstilling av tilknytningene skjer ikke pr. konfigurasjon, det påvirker alle LDAP-konfigurasjoner! Nullstill aldri tilknytningene i et produksjonsmiljø, kun ved testing eller eksperimentering.", + "Clear Username-LDAP User Mapping" : "Nullstill tilknytning av brukernavn til LDAP-bruker", + "Clear Groupname-LDAP Group Mapping" : "Nullstill tilknytning av gruppenavn til LDAP-gruppe" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/nb_NO.json b/apps/user_ldap/l10n/nb_NO.json new file mode 100644 index 0000000000..d89d8377da --- /dev/null +++ b/apps/user_ldap/l10n/nb_NO.json @@ -0,0 +1,126 @@ +{ "translations": { + "Failed to clear the mappings." : "Klarte ikke å nullstille tilknytningene.", + "Failed to delete the server configuration" : "Klarte ikke å slette tjener-konfigurasjonen.", + "The configuration is valid and the connection could be established!" : "Konfigurasjonen er i orden og tilkoblingen skal være etablert!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurasjonen er i orden, men Bind mislyktes. Vennligst sjekk tjener-konfigurasjonen og påloggingsinformasjonen.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurasjonen er ikke gyldig. Sjekk loggene for flere detaljer.", + "No action specified" : "Ingen handling spesifisert", + "No configuration specified" : "Ingen konfigurasjon spesifisert", + "No data specified" : "Ingen data spesifisert", + " Could not set configuration %s" : "Klarte ikke å sette konfigurasjon %s", + "Deletion failed" : "Sletting mislyktes", + "Take over settings from recent server configuration?" : "Hent innstillinger fra tidligere tjener-konfigurasjon?", + "Keep settings?" : "Behold innstillinger?", + "{nthServer}. Server" : "{nthServer}. server", + "Cannot add server configuration" : "Kan ikke legge til tjener-konfigurasjon", + "mappings cleared" : "tilknytninger nullstilt", + "Success" : "Suksess", + "Error" : "Feil", + "Please specify a Base DN" : "Vennligst spesifiser en hoved-DN", + "Could not determine Base DN" : "Kunne ikke fastslå hoved-DN", + "Please specify the port" : "Vennligst spesifiser port", + "Configuration OK" : "Konfigurasjon OK", + "Configuration incorrect" : "Konfigurasjon feil", + "Configuration incomplete" : "Konfigurasjon ufullstendig", + "Select groups" : "Velg grupper", + "Select object classes" : "Velg objektklasser", + "Select attributes" : "Velg attributter", + "Connection test succeeded" : "Tilkoblingstest lyktes", + "Connection test failed" : "Tilkoblingstest mislyktes", + "Do you really want to delete the current Server Configuration?" : "Er du sikker på at du vil slette aktiv tjener-konfigurasjon?", + "Confirm Deletion" : "Bekreft sletting", + "_%s group found_::_%s groups found_" : ["%s gruppe funnet","%s grupper funnet"], + "_%s user found_::_%s users found_" : ["%s bruker funnet","%s brukere funnet"], + "Could not find the desired feature" : "Fant ikke den ønskede funksjonaliteten", + "Invalid Host" : "Ugyldig tjener", + "Server" : "Server", + "User Filter" : "Brukerfilter", + "Login Filter" : "Innloggingsfilter", + "Group Filter" : "Gruppefilter", + "Save" : "Lagre", + "Test Configuration" : "Test konfigurasjonen", + "Help" : "Hjelp", + "Groups meeting these criteria are available in %s:" : "Grupper som tilfredsstiller disse kriteriene er tilgjengelige i %s:", + "only those object classes:" : "kun de objektklassene:", + "only from those groups:" : "kun fra de gruppene:", + "Edit raw filter instead" : "Rediger ubearbeidet filter i stedet", + "Raw LDAP filter" : "Ubearbeidet LDAP-filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-grupper som skal ha tilgang til %s-instansen.", + "groups found" : "grupper funnet", + "Users login with this attribute:" : "Brukere logger inn med denne attributten:", + "LDAP Username:" : "LDAP-brukernavn:", + "LDAP Email Address:" : "LDAP-epostadresse:", + "Other Attributes:" : "Andre attributter:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definerer filteret som skal brukes når noen prøver å logge inn. %%uid erstatter brukernavnet i innloggingen. Eksempel: \"uid=%%uid\"", + "1. Server" : "1. server", + "%s. Server:" : "%s. server:", + "Add Server Configuration" : "Legg til tjener-konfigurasjon", + "Delete Configuration" : "Slett konfigurasjon", + "Host" : "Tjener", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du kan utelate protokollen, men du er påkrevd å bruke SSL. Deretter starte med ldaps://", + "Port" : "Port", + "User DN" : "Bruker 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 nummeret til klienten som skal bindes til, f.eks. uid=agent,dc=example,dc=com. For anonym tilgang, la DN- og passord-feltet stå tomt.", + "Password" : "Passord", + "For anonymous access, leave DN and Password empty." : "For anonym tilgang, la DN- og passord-feltet stå tomt.", + "One Base DN per line" : "En hoved-DN pr. linje", + "You can specify Base DN for users and groups in the Advanced tab" : "Du kan spesifisere hoved-DN for brukere og grupper under Avansert fanen", + "Limit %s access to users meeting these criteria:" : "Begrens %s-tilgang til brukere som tilfredsstiller disse kriteriene:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-brukere som skal ha tilgang til %s-instansen.", + "users found" : "brukere funnet", + "Back" : "Tilbake", + "Continue" : "Fortsett", + "Expert" : "Ekspert", + "Advanced" : "Avansert", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Advarsel: Appene user_ldap og user_webdavauth er ikke kompatible med hverandre. Uventet oppførsel kan forekomme. Be systemadministratoren om å deaktivere en av dem.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: PHP LDAP modulen er ikke installert, hjelperen vil ikke virke. Vennligst be din system-administrator om å installere den.", + "Connection Settings" : "Innstillinger for tilkobling", + "Configuration Active" : "Konfigurasjon aktiv", + "When unchecked, this configuration will be skipped." : "Når ikke huket av så vil denne konfigurasjonen bli hoppet over.", + "Backup (Replica) Host" : "Sikkerhetskopierings (Replica) vert", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Oppgi en valgfri reservetjener. Den må være en replika av hovedtjeneren for LDAP/AD.", + "Backup (Replica) Port" : "Reserve (Replika) Port", + "Disable Main Server" : "Deaktiver hovedtjeneren", + "Only connect to the replica server." : "Koble til bare replika-tjeneren.", + "Case insensitive LDAP server (Windows)" : "LDAP-server som ikke skiller mellom store og små bokstaver (Windows)", + "Turn off SSL certificate validation." : "Slå av SSL-sertifikat validering", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Ikke anbefalt, bruk kun for testing! Hvis tilkobling bare virker med dette valget, importer LDAP-tjenerens SSL-sertifikat i %s-serveren din.", + "Cache Time-To-Live" : "Levetid i mellomlager", + "in seconds. A change empties the cache." : "i sekunder. En endring tømmer bufferen.", + "Directory Settings" : "Innstillinger for Katalog", + "User Display Name Field" : "Vis brukerens navnfelt", + "The LDAP attribute to use to generate the user's display name." : "LDAP-attributten som skal brukes til å generere brukerens visningsnavn.", + "Base User Tree" : "Hovedbruker tre", + "One User Base DN per line" : "En Bruker hoved-DN pr. linje", + "User Search Attributes" : "Attributter for brukersøk", + "Optional; one attribute per line" : "Valgfritt, en attributt pr. linje", + "Group Display Name Field" : "Vis gruppens navnfelt", + "The LDAP attribute to use to generate the groups's display name." : "LDAP-attributten som skal brukes til å generere gruppens visningsnavn.", + "Base Group Tree" : "Hovedgruppe tre", + "One Group Base DN per line" : "En gruppe hoved-DN pr. linje", + "Group Search Attributes" : "Attributter for gruppesøk", + "Group-Member association" : "gruppe-medlem assosiasjon", + "Nested Groups" : "Nestede grupper", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Grupper som inneholder grupper er tillatt når denne er slått på. (Virker bare hvis gruppenes member-attributt inneholder DN-er.)", + "Paging chunksize" : "Sidestørrelse", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Sidestørrelsen brukes for sidevise (paged) LDAP-søk som kan returnere store resultater, som f.eks. gjennomløping av brukere eller grupper. (Sett til 0 for å deaktivere sidevis LDAP-spørring i disse situasjonene.)", + "Special Attributes" : "Spesielle attributter", + "Quota Field" : "Felt med lagringskvote", + "Quota Default" : "Standard lagringskvote", + "in bytes" : "i bytes", + "Email Field" : "Felt med e-postadresse", + "User Home Folder Naming Rule" : "Navneregel for brukers hjemmemappe", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "La stå tom for brukernavn (standard). Ellers, spesifiser en LDAP/AD attributt.", + "Internal Username" : "Internt brukernavn", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Som standard vil det interne brukernavnet bli laget utifra UUID-attributten. Dette sikrer at brukernavnet er unikt og at det ikke er nødvendig å konvertere tegn. Det interne brukernavnet har den begrensningen at bare disse tegnene er tillatt: [ a-zA-Z0-9_.@- ]. Andre tegn erstattes av tilsvarende ASCII-tegn eller blir ganske enkelt utelatt. Ved kollisjon blir et nummer lagt til / øket. Det interne brukernavnet brukes til å identifisere en bruker internt. Det er også standardnavnet på brukerens hjemmemappe. Det er også med i fjern-URL-er, for eksempel for alle *DAV-tjenester. Med denne innstillingen kan standard oppførsel overstyres. For å få en oppførsel som likner oppførselen før ownCloud 5, legg inn attributten for brukerens visningsnavn i dette feltet. La feltet stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere.", + "Internal Username Attribute:" : "Attributt for internt brukernavn:", + "Override UUID detection" : "Overstyr UUID-oppdaging", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Som standard blir UUID-attributten oppdaget automatisk. UUID-attributten brukes til å identifisere LDAP-brukere og -grupper uten tvil. Det interne brukernavnet vil også bli laget basert på UUID, hvis ikke annet er spesifisert ovenfor. Du kan overstyre innstillingen og oppgi den attributten du ønsker. Du må forsikre det om at din valgte attributt kan hentes ut både for brukere og for grupper og at den er unik. La stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere og -grupper.", + "UUID Attribute for Users:" : "UUID-attributt for brukere:", + "UUID Attribute for Groups:" : "UUID-attributt for grupper:", + "Username-LDAP User Mapping" : "Tilknytning av brukernavn til LDAP-bruker", + "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." : "Brukernavn brukes til å lagre og tilordne (meta)data. For at brukere skal identifiseres og gjenkjennes presist, vil hver LDAP-bruker ha et internt brukernavn. Dette krever en tilknytning fra brukernavn til LDAP-bruker. Brukernavn som opprettes blir knyttet til LDAP-brukerens UUID. I tillegg mellomlagres DN for å redusere LDAP-kommunikasjon, men det brukes ikke til identifisering. Hvis DN endres vil endringene bli oppdaget. Det interne brukernavnet brukes alle steder. Nullstilling av tilknytningene vil etterlate seg rester overalt. Nullstilling av tilknytningene skjer ikke pr. konfigurasjon, det påvirker alle LDAP-konfigurasjoner! Nullstill aldri tilknytningene i et produksjonsmiljø, kun ved testing eller eksperimentering.", + "Clear Username-LDAP User Mapping" : "Nullstill tilknytning av brukernavn til LDAP-bruker", + "Clear Groupname-LDAP Group Mapping" : "Nullstill tilknytning av gruppenavn til LDAP-gruppe" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/nb_NO.php b/apps/user_ldap/l10n/nb_NO.php deleted file mode 100644 index a4aa1f699c..0000000000 --- a/apps/user_ldap/l10n/nb_NO.php +++ /dev/null @@ -1,127 +0,0 @@ - "Klarte ikke å nullstille tilknytningene.", -"Failed to delete the server configuration" => "Klarte ikke å slette tjener-konfigurasjonen.", -"The configuration is valid and the connection could be established!" => "Konfigurasjonen er i orden og tilkoblingen skal være etablert!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurasjonen er i orden, men Bind mislyktes. Vennligst sjekk tjener-konfigurasjonen og påloggingsinformasjonen.", -"The configuration is invalid. Please have a look at the logs for further details." => "Konfigurasjonen er ikke gyldig. Sjekk loggene for flere detaljer.", -"No action specified" => "Ingen handling spesifisert", -"No configuration specified" => "Ingen konfigurasjon spesifisert", -"No data specified" => "Ingen data spesifisert", -" Could not set configuration %s" => "Klarte ikke å sette konfigurasjon %s", -"Deletion failed" => "Sletting mislyktes", -"Take over settings from recent server configuration?" => "Hent innstillinger fra tidligere tjener-konfigurasjon?", -"Keep settings?" => "Behold innstillinger?", -"{nthServer}. Server" => "{nthServer}. server", -"Cannot add server configuration" => "Kan ikke legge til tjener-konfigurasjon", -"mappings cleared" => "tilknytninger nullstilt", -"Success" => "Suksess", -"Error" => "Feil", -"Please specify a Base DN" => "Vennligst spesifiser en hoved-DN", -"Could not determine Base DN" => "Kunne ikke fastslå hoved-DN", -"Please specify the port" => "Vennligst spesifiser port", -"Configuration OK" => "Konfigurasjon OK", -"Configuration incorrect" => "Konfigurasjon feil", -"Configuration incomplete" => "Konfigurasjon ufullstendig", -"Select groups" => "Velg grupper", -"Select object classes" => "Velg objektklasser", -"Select attributes" => "Velg attributter", -"Connection test succeeded" => "Tilkoblingstest lyktes", -"Connection test failed" => "Tilkoblingstest mislyktes", -"Do you really want to delete the current Server Configuration?" => "Er du sikker på at du vil slette aktiv tjener-konfigurasjon?", -"Confirm Deletion" => "Bekreft sletting", -"_%s group found_::_%s groups found_" => array("%s gruppe funnet","%s grupper funnet"), -"_%s user found_::_%s users found_" => array("%s bruker funnet","%s brukere funnet"), -"Could not find the desired feature" => "Fant ikke den ønskede funksjonaliteten", -"Invalid Host" => "Ugyldig tjener", -"Server" => "Server", -"User Filter" => "Brukerfilter", -"Login Filter" => "Innloggingsfilter", -"Group Filter" => "Gruppefilter", -"Save" => "Lagre", -"Test Configuration" => "Test konfigurasjonen", -"Help" => "Hjelp", -"Groups meeting these criteria are available in %s:" => "Grupper som tilfredsstiller disse kriteriene er tilgjengelige i %s:", -"only those object classes:" => "kun de objektklassene:", -"only from those groups:" => "kun fra de gruppene:", -"Edit raw filter instead" => "Rediger ubearbeidet filter i stedet", -"Raw LDAP filter" => "Ubearbeidet LDAP-filter", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Filteret spesifiserer hvilke LDAP-grupper som skal ha tilgang til %s-instansen.", -"groups found" => "grupper funnet", -"Users login with this attribute:" => "Brukere logger inn med denne attributten:", -"LDAP Username:" => "LDAP-brukernavn:", -"LDAP Email Address:" => "LDAP-epostadresse:", -"Other Attributes:" => "Andre attributter:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Definerer filteret som skal brukes når noen prøver å logge inn. %%uid erstatter brukernavnet i innloggingen. Eksempel: \"uid=%%uid\"", -"1. Server" => "1. server", -"%s. Server:" => "%s. server:", -"Add Server Configuration" => "Legg til tjener-konfigurasjon", -"Delete Configuration" => "Slett konfigurasjon", -"Host" => "Tjener", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Du kan utelate protokollen, men du er påkrevd å bruke SSL. Deretter starte med ldaps://", -"Port" => "Port", -"User DN" => "Bruker 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 nummeret til klienten som skal bindes til, f.eks. uid=agent,dc=example,dc=com. For anonym tilgang, la DN- og passord-feltet stå tomt.", -"Password" => "Passord", -"For anonymous access, leave DN and Password empty." => "For anonym tilgang, la DN- og passord-feltet stå tomt.", -"One Base DN per line" => "En hoved-DN pr. linje", -"You can specify Base DN for users and groups in the Advanced tab" => "Du kan spesifisere hoved-DN for brukere og grupper under Avansert fanen", -"Limit %s access to users meeting these criteria:" => "Begrens %s-tilgang til brukere som tilfredsstiller disse kriteriene:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Filteret spesifiserer hvilke LDAP-brukere som skal ha tilgang til %s-instansen.", -"users found" => "brukere funnet", -"Back" => "Tilbake", -"Continue" => "Fortsett", -"Expert" => "Ekspert", -"Advanced" => "Avansert", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Advarsel: Appene user_ldap og user_webdavauth er ikke kompatible med hverandre. Uventet oppførsel kan forekomme. Be systemadministratoren om å deaktivere en av dem.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Warning: PHP LDAP modulen er ikke installert, hjelperen vil ikke virke. Vennligst be din system-administrator om å installere den.", -"Connection Settings" => "Innstillinger for tilkobling", -"Configuration Active" => "Konfigurasjon aktiv", -"When unchecked, this configuration will be skipped." => "Når ikke huket av så vil denne konfigurasjonen bli hoppet over.", -"Backup (Replica) Host" => "Sikkerhetskopierings (Replica) vert", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Oppgi en valgfri reservetjener. Den må være en replika av hovedtjeneren for LDAP/AD.", -"Backup (Replica) Port" => "Reserve (Replika) Port", -"Disable Main Server" => "Deaktiver hovedtjeneren", -"Only connect to the replica server." => "Koble til bare replika-tjeneren.", -"Case insensitive LDAP server (Windows)" => "LDAP-server som ikke skiller mellom store og små bokstaver (Windows)", -"Turn off SSL certificate validation." => "Slå av SSL-sertifikat validering", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Ikke anbefalt, bruk kun for testing! Hvis tilkobling bare virker med dette valget, importer LDAP-tjenerens SSL-sertifikat i %s-serveren din.", -"Cache Time-To-Live" => "Levetid i mellomlager", -"in seconds. A change empties the cache." => "i sekunder. En endring tømmer bufferen.", -"Directory Settings" => "Innstillinger for Katalog", -"User Display Name Field" => "Vis brukerens navnfelt", -"The LDAP attribute to use to generate the user's display name." => "LDAP-attributten som skal brukes til å generere brukerens visningsnavn.", -"Base User Tree" => "Hovedbruker tre", -"One User Base DN per line" => "En Bruker hoved-DN pr. linje", -"User Search Attributes" => "Attributter for brukersøk", -"Optional; one attribute per line" => "Valgfritt, en attributt pr. linje", -"Group Display Name Field" => "Vis gruppens navnfelt", -"The LDAP attribute to use to generate the groups's display name." => "LDAP-attributten som skal brukes til å generere gruppens visningsnavn.", -"Base Group Tree" => "Hovedgruppe tre", -"One Group Base DN per line" => "En gruppe hoved-DN pr. linje", -"Group Search Attributes" => "Attributter for gruppesøk", -"Group-Member association" => "gruppe-medlem assosiasjon", -"Nested Groups" => "Nestede grupper", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Grupper som inneholder grupper er tillatt når denne er slått på. (Virker bare hvis gruppenes member-attributt inneholder DN-er.)", -"Paging chunksize" => "Sidestørrelse", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Sidestørrelsen brukes for sidevise (paged) LDAP-søk som kan returnere store resultater, som f.eks. gjennomløping av brukere eller grupper. (Sett til 0 for å deaktivere sidevis LDAP-spørring i disse situasjonene.)", -"Special Attributes" => "Spesielle attributter", -"Quota Field" => "Felt med lagringskvote", -"Quota Default" => "Standard lagringskvote", -"in bytes" => "i bytes", -"Email Field" => "Felt med e-postadresse", -"User Home Folder Naming Rule" => "Navneregel for brukers hjemmemappe", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "La stå tom for brukernavn (standard). Ellers, spesifiser en LDAP/AD attributt.", -"Internal Username" => "Internt brukernavn", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Som standard vil det interne brukernavnet bli laget utifra UUID-attributten. Dette sikrer at brukernavnet er unikt og at det ikke er nødvendig å konvertere tegn. Det interne brukernavnet har den begrensningen at bare disse tegnene er tillatt: [ a-zA-Z0-9_.@- ]. Andre tegn erstattes av tilsvarende ASCII-tegn eller blir ganske enkelt utelatt. Ved kollisjon blir et nummer lagt til / øket. Det interne brukernavnet brukes til å identifisere en bruker internt. Det er også standardnavnet på brukerens hjemmemappe. Det er også med i fjern-URL-er, for eksempel for alle *DAV-tjenester. Med denne innstillingen kan standard oppførsel overstyres. For å få en oppførsel som likner oppførselen før ownCloud 5, legg inn attributten for brukerens visningsnavn i dette feltet. La feltet stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere.", -"Internal Username Attribute:" => "Attributt for internt brukernavn:", -"Override UUID detection" => "Overstyr UUID-oppdaging", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Som standard blir UUID-attributten oppdaget automatisk. UUID-attributten brukes til å identifisere LDAP-brukere og -grupper uten tvil. Det interne brukernavnet vil også bli laget basert på UUID, hvis ikke annet er spesifisert ovenfor. Du kan overstyre innstillingen og oppgi den attributten du ønsker. Du må forsikre det om at din valgte attributt kan hentes ut både for brukere og for grupper og at den er unik. La stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere og -grupper.", -"UUID Attribute for Users:" => "UUID-attributt for brukere:", -"UUID Attribute for Groups:" => "UUID-attributt for grupper:", -"Username-LDAP User Mapping" => "Tilknytning av brukernavn til LDAP-bruker", -"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." => "Brukernavn brukes til å lagre og tilordne (meta)data. For at brukere skal identifiseres og gjenkjennes presist, vil hver LDAP-bruker ha et internt brukernavn. Dette krever en tilknytning fra brukernavn til LDAP-bruker. Brukernavn som opprettes blir knyttet til LDAP-brukerens UUID. I tillegg mellomlagres DN for å redusere LDAP-kommunikasjon, men det brukes ikke til identifisering. Hvis DN endres vil endringene bli oppdaget. Det interne brukernavnet brukes alle steder. Nullstilling av tilknytningene vil etterlate seg rester overalt. Nullstilling av tilknytningene skjer ikke pr. konfigurasjon, det påvirker alle LDAP-konfigurasjoner! Nullstill aldri tilknytningene i et produksjonsmiljø, kun ved testing eller eksperimentering.", -"Clear Username-LDAP User Mapping" => "Nullstill tilknytning av brukernavn til LDAP-bruker", -"Clear Groupname-LDAP Group Mapping" => "Nullstill tilknytning av gruppenavn til LDAP-gruppe" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/nds.js b/apps/user_ldap/l10n/nds.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/nds.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/nds.json b/apps/user_ldap/l10n/nds.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/nds.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/nds.php b/apps/user_ldap/l10n/nds.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/nds.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ne.js b/apps/user_ldap/l10n/ne.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/ne.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/ne.json b/apps/user_ldap/l10n/ne.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/ne.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/ne.php b/apps/user_ldap/l10n/ne.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/ne.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/nl.js b/apps/user_ldap/l10n/nl.js new file mode 100644 index 0000000000..c74584f751 --- /dev/null +++ b/apps/user_ldap/l10n/nl.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Niet gelukt de vertalingen leeg te maken.", + "Failed to delete the server configuration" : "Verwijderen serverconfiguratie mislukt", + "The configuration is valid and the connection could be established!" : "De configuratie is geldig en de verbinding is geslaagd!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "De configuratie is geldig, maar Bind mislukte. Controleer de serverinstellingen en inloggegevens.", + "The configuration is invalid. Please have a look at the logs for further details." : "De configuratie is ongeldig. Bekijk de logbestanden voor meer details.", + "No action specified" : "Geen actie opgegeven", + "No configuration specified" : "Geen configuratie opgegeven", + "No data specified" : "Geen gegevens verstrekt", + " Could not set configuration %s" : "Kon configuratie %s niet instellen", + "Deletion failed" : "Verwijderen mislukt", + "Take over settings from recent server configuration?" : "Overnemen instellingen van de recente serverconfiguratie?", + "Keep settings?" : "Instellingen bewaren?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Kon de serverconfiguratie niet toevoegen", + "mappings cleared" : "vertaaltabel leeggemaakt", + "Success" : "Succes", + "Error" : "Fout", + "Please specify a Base DN" : "Geef een Base DN op", + "Could not determine Base DN" : "Kon de Base DN niet vaststellen", + "Please specify the port" : "Geef de poort op", + "Configuration OK" : "Configuratie OK", + "Configuration incorrect" : "Configuratie onjuist", + "Configuration incomplete" : "Configuratie incompleet", + "Select groups" : "Selecteer groepen", + "Select object classes" : "Selecteer objectklasse", + "Select attributes" : "Selecteer attributen", + "Connection test succeeded" : "Verbindingstest geslaagd", + "Connection test failed" : "Verbindingstest mislukt", + "Do you really want to delete the current Server Configuration?" : "Wilt u werkelijk de huidige Serverconfiguratie verwijderen?", + "Confirm Deletion" : "Bevestig verwijderen", + "_%s group found_::_%s groups found_" : ["%s groep gevonden","%s groepen gevonden"], + "_%s user found_::_%s users found_" : ["%s gebruiker gevonden","%s gebruikers gevonden"], + "Could not find the desired feature" : "Kon de gewenste functie niet vinden", + "Invalid Host" : "Ongeldige server", + "Server" : "Server", + "User Filter" : "Gebruikersfilter", + "Login Filter" : "Inlogfilter", + "Group Filter" : "Groep Filter", + "Save" : "Bewaren", + "Test Configuration" : "Test configuratie", + "Help" : "Help", + "Groups meeting these criteria are available in %s:" : "Groepsafspraken die voldoen aan deze criteria zijn beschikbaar in %s:", + "only those object classes:" : "alleen deze objectklassen", + "only from those groups:" : "alleen van deze groepen:", + "Edit raw filter instead" : "Bewerk raw filter", + "Raw LDAP filter" : "Raw LDAP filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Dit filter geeft aan welke LDAP groepen toegang hebben tot %s.", + "Test Filter" : "Testfilter", + "groups found" : "groepen gevonden", + "Users login with this attribute:" : "Gebruikers loggen in met dit attribuut:", + "LDAP Username:" : "LDAP Username:", + "LDAP Email Address:" : "LDAP e-mailadres:", + "Other Attributes:" : "Overige attributen:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definiëert het toe te passen filter als er geprobeerd wordt in te loggen. %%uid vervangt de gebruikersnaam bij het inloggen. Bijvoorbeeld: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Toevoegen serverconfiguratie", + "Delete Configuration" : "Verwijder configuratie", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Je kunt het protocol weglaten, tenzij je SSL vereist. Start in dat geval met ldaps://", + "Port" : "Poort", + "User DN" : "User 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." : "De DN van de client gebruiker waarmee de verbinding zal worden gemaakt, bijv. uid=agent,dc=example,dc=com. Voor anonieme toegang laat je het DN en het wachtwoord leeg.", + "Password" : "Wachtwoord", + "For anonymous access, leave DN and Password empty." : "Voor anonieme toegang, laat de DN en het wachtwoord leeg.", + "One Base DN per line" : "Een Base DN per regel", + "You can specify Base DN for users and groups in the Advanced tab" : "Je kunt het Base DN voor gebruikers en groepen specificeren in het tab Geavanceerd.", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Voorkom automatische LDAP opvragingen. Weliswaar beter voor grote installaties, maar vergt LDAP kennis.", + "Manually enter LDAP filters (recommended for large directories)" : "Handmatig invoeren LDAP filters (aanbevolen voor grote directories)", + "Limit %s access to users meeting these criteria:" : "Beperk %s toegang tot gebruikers die voldoen aan deze criteria:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Dit filter geeft aan welke LDAP gebruikers toegang hebben tot %s.", + "users found" : "gebruikers gevonden", + "Saving" : "Opslaan", + "Back" : "Terug", + "Continue" : "Verder", + "Expert" : "Expert", + "Advanced" : "Geavanceerd", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Waarschuwing: De Apps user_ldap en user_webdavauth zijn incompatible. U kunt onverwacht gedrag ervaren. Vraag uw beheerder om een van beide apps de deactiveren.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Waarschuwing: De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag uw systeembeheerder om de module te installeren.", + "Connection Settings" : "Verbindingsinstellingen", + "Configuration Active" : "Configuratie actief", + "When unchecked, this configuration will be skipped." : "Als dit niet is ingeschakeld wordt deze configuratie overgeslagen.", + "Backup (Replica) Host" : "Backup (Replica) Host", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Opgeven optionele backup host. Het moet een replica van de hoofd LDAP/AD server.", + "Backup (Replica) Port" : "Backup (Replica) Poort", + "Disable Main Server" : "Deactiveren hoofdserver", + "Only connect to the replica server." : "Maak alleen een verbinding met de replica server.", + "Case insensitive LDAP server (Windows)" : "Niet-hoofdlettergevoelige LDAP server (Windows)", + "Turn off SSL certificate validation." : "Schakel SSL certificaat validatie uit.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Niet aanbevolen, gebruik alleen om te testen! Als de connectie alleen werkt met deze optie, importeer dan het SSL-certificaat van de LDAP-server naar uw %s server.", + "Cache Time-To-Live" : "Cache time-to-live", + "in seconds. A change empties the cache." : "in seconden. Een verandering maakt de cache leeg.", + "Directory Settings" : "Mapinstellingen", + "User Display Name Field" : "Gebruikers Schermnaam Veld", + "The LDAP attribute to use to generate the user's display name." : "Het te gebruiken LDAP attribuut voor het genereren van de weergavenaam voor de gebruiker.", + "Base User Tree" : "Basis Gebruikers Structuur", + "One User Base DN per line" : "Een User Base DN per regel", + "User Search Attributes" : "Attributen voor gebruikerszoekopdrachten", + "Optional; one attribute per line" : "Optioneel; één attribuut per regel", + "Group Display Name Field" : "Groep Schermnaam Veld", + "The LDAP attribute to use to generate the groups's display name." : "Het te gebruiken LDAP attribuut voor het genereren van de weergavenaam voor de groepen.", + "Base Group Tree" : "Basis Groupen Structuur", + "One Group Base DN per line" : "Een Group Base DN per regel", + "Group Search Attributes" : "Attributen voor groepszoekopdrachten", + "Group-Member association" : "Groepslid associatie", + "Nested Groups" : "Geneste groepen", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Wanneer ingeschakeld worden groepen binnen groepen ondersteund. (Werkt alleen als het groepslid attribuut DNs bevat)", + "Paging chunksize" : "Paging chunkgrootte", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "De chunkgrootte die wordt gebruikt voor LDAP opvragingen die in grote aantallen resulteren, zoals gebruiker- of groepsverzamelingen. (Instellen op 0 deactiveert gepagede LDAP opvragingen in dergelijke situaties.)", + "Special Attributes" : "Speciale attributen", + "Quota Field" : "Quota veld", + "Quota Default" : "Quota standaard", + "in bytes" : "in bytes", + "Email Field" : "E-mailveld", + "User Home Folder Naming Rule" : "Gebruikers Home map naamgevingsregel", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Laat leeg voor de gebruikersnaam (standaard). Of, specificeer een LDAP/AD attribuut.", + "Internal Username" : "Interne gebruikersnaam", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standaard wordt de interne gebruikersnaam aangemaakt op basis van het UUID attribuut. Het zorgt ervoor dat de gebruikersnaam uniek is en dat tekens niet hoeven te worden geconverteerd. De interne gebruikersnaam heeft als beperking dat alleen deze tekens zijn toegestaan​​: [a-zA-Z0-9_.@- ]. Andere tekens worden vervangen door hun ASCII vertaling of gewoonweg weggelaten. Bij identieke namen wordt een nummer toegevoegd of verhoogd. De interne gebruikersnaam wordt gebruikt om een ​​gebruiker binnen het systeem te herkennen. Het is ook de standaardnaam voor de standaardmap van de gebruiker in ownCloud. Het is ook een vertaling voor externe URL's, bijvoorbeeld voor alle *DAV diensten. Met deze instelling kan het standaardgedrag worden overschreven. Om een soortgelijk gedrag te bereiken als van vóór ownCloud 5, voer het gebruikersweergavenaam attribuut in in het volgende veld. Laat het leeg voor standaard gedrag. Veranderingen worden alleen toegepast op gekoppelde (toegevoegde) LDAP-gebruikers.", + "Internal Username Attribute:" : "Interne gebruikersnaam attribuut:", + "Override UUID detection" : "Negeren UUID detectie", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standaard herkent ownCloud het UUID-attribuut automatisch. Het UUID attribuut wordt gebruikt om LDAP-gebruikers en -groepen uniek te identificeren. Ook zal de interne gebruikersnaam worden aangemaakt op basis van het UUID, tenzij deze hierboven anders is aangegeven. U kunt de instelling overschrijven en zelf een waarde voor het attribuut opgeven. U moet ervoor zorgen dat het ingestelde attribuut kan worden opgehaald voor zowel gebruikers als groepen en dat het uniek is. Laat het leeg voor standaard gedrag. Veranderingen worden alleen doorgevoerd op nieuw gekoppelde (toegevoegde) LDAP-gebruikers en-groepen.", + "UUID Attribute for Users:" : "UUID attribuut voor gebruikers:", + "UUID Attribute for Groups:" : "UUID attribuut voor groepen:", + "Username-LDAP User Mapping" : "Gebruikersnaam-LDAP gebruikers vertaling", + "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." : "ownCloud maakt gebruik van gebruikersnamen om (meta) data op te slaan en toe te wijzen. Om gebruikers uniek te identificeren, krijgt elke LDAP-gebruiker ook een interne gebruikersnaam. Dit vereist een koppeling van de ownCloud gebruikersnaam aan een ​​LDAP-gebruiker. De gecreëerde gebruikersnaam is gekoppeld aan de UUID van de LDAP-gebruiker. Aanvullend wordt ook de 'DN' gecached om het aantal LDAP-interacties te verminderen, maar dit wordt niet gebruikt voor identificatie. Als de DN verandert, zullen de veranderingen worden gevonden. De interne naam wordt overal gebruikt. Het wissen van de koppeling zal overal resten achterlaten. Het wissen van koppelingen is niet configuratiegevoelig, maar het raakt wel alle LDAP instellingen! Zorg ervoor dat deze koppelingen nooit in een productieomgeving gewist worden. Maak ze alleen leeg in een test- of ontwikkelomgeving.", + "Clear Username-LDAP User Mapping" : "Leegmaken Gebruikersnaam-LDAP gebruikers vertaling", + "Clear Groupname-LDAP Group Mapping" : "Leegmaken Groepsnaam-LDAP groep vertaling" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/nl.json b/apps/user_ldap/l10n/nl.json new file mode 100644 index 0000000000..af6246ba39 --- /dev/null +++ b/apps/user_ldap/l10n/nl.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Niet gelukt de vertalingen leeg te maken.", + "Failed to delete the server configuration" : "Verwijderen serverconfiguratie mislukt", + "The configuration is valid and the connection could be established!" : "De configuratie is geldig en de verbinding is geslaagd!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "De configuratie is geldig, maar Bind mislukte. Controleer de serverinstellingen en inloggegevens.", + "The configuration is invalid. Please have a look at the logs for further details." : "De configuratie is ongeldig. Bekijk de logbestanden voor meer details.", + "No action specified" : "Geen actie opgegeven", + "No configuration specified" : "Geen configuratie opgegeven", + "No data specified" : "Geen gegevens verstrekt", + " Could not set configuration %s" : "Kon configuratie %s niet instellen", + "Deletion failed" : "Verwijderen mislukt", + "Take over settings from recent server configuration?" : "Overnemen instellingen van de recente serverconfiguratie?", + "Keep settings?" : "Instellingen bewaren?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Kon de serverconfiguratie niet toevoegen", + "mappings cleared" : "vertaaltabel leeggemaakt", + "Success" : "Succes", + "Error" : "Fout", + "Please specify a Base DN" : "Geef een Base DN op", + "Could not determine Base DN" : "Kon de Base DN niet vaststellen", + "Please specify the port" : "Geef de poort op", + "Configuration OK" : "Configuratie OK", + "Configuration incorrect" : "Configuratie onjuist", + "Configuration incomplete" : "Configuratie incompleet", + "Select groups" : "Selecteer groepen", + "Select object classes" : "Selecteer objectklasse", + "Select attributes" : "Selecteer attributen", + "Connection test succeeded" : "Verbindingstest geslaagd", + "Connection test failed" : "Verbindingstest mislukt", + "Do you really want to delete the current Server Configuration?" : "Wilt u werkelijk de huidige Serverconfiguratie verwijderen?", + "Confirm Deletion" : "Bevestig verwijderen", + "_%s group found_::_%s groups found_" : ["%s groep gevonden","%s groepen gevonden"], + "_%s user found_::_%s users found_" : ["%s gebruiker gevonden","%s gebruikers gevonden"], + "Could not find the desired feature" : "Kon de gewenste functie niet vinden", + "Invalid Host" : "Ongeldige server", + "Server" : "Server", + "User Filter" : "Gebruikersfilter", + "Login Filter" : "Inlogfilter", + "Group Filter" : "Groep Filter", + "Save" : "Bewaren", + "Test Configuration" : "Test configuratie", + "Help" : "Help", + "Groups meeting these criteria are available in %s:" : "Groepsafspraken die voldoen aan deze criteria zijn beschikbaar in %s:", + "only those object classes:" : "alleen deze objectklassen", + "only from those groups:" : "alleen van deze groepen:", + "Edit raw filter instead" : "Bewerk raw filter", + "Raw LDAP filter" : "Raw LDAP filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Dit filter geeft aan welke LDAP groepen toegang hebben tot %s.", + "Test Filter" : "Testfilter", + "groups found" : "groepen gevonden", + "Users login with this attribute:" : "Gebruikers loggen in met dit attribuut:", + "LDAP Username:" : "LDAP Username:", + "LDAP Email Address:" : "LDAP e-mailadres:", + "Other Attributes:" : "Overige attributen:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definiëert het toe te passen filter als er geprobeerd wordt in te loggen. %%uid vervangt de gebruikersnaam bij het inloggen. Bijvoorbeeld: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Toevoegen serverconfiguratie", + "Delete Configuration" : "Verwijder configuratie", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Je kunt het protocol weglaten, tenzij je SSL vereist. Start in dat geval met ldaps://", + "Port" : "Poort", + "User DN" : "User 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." : "De DN van de client gebruiker waarmee de verbinding zal worden gemaakt, bijv. uid=agent,dc=example,dc=com. Voor anonieme toegang laat je het DN en het wachtwoord leeg.", + "Password" : "Wachtwoord", + "For anonymous access, leave DN and Password empty." : "Voor anonieme toegang, laat de DN en het wachtwoord leeg.", + "One Base DN per line" : "Een Base DN per regel", + "You can specify Base DN for users and groups in the Advanced tab" : "Je kunt het Base DN voor gebruikers en groepen specificeren in het tab Geavanceerd.", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Voorkom automatische LDAP opvragingen. Weliswaar beter voor grote installaties, maar vergt LDAP kennis.", + "Manually enter LDAP filters (recommended for large directories)" : "Handmatig invoeren LDAP filters (aanbevolen voor grote directories)", + "Limit %s access to users meeting these criteria:" : "Beperk %s toegang tot gebruikers die voldoen aan deze criteria:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Dit filter geeft aan welke LDAP gebruikers toegang hebben tot %s.", + "users found" : "gebruikers gevonden", + "Saving" : "Opslaan", + "Back" : "Terug", + "Continue" : "Verder", + "Expert" : "Expert", + "Advanced" : "Geavanceerd", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Waarschuwing: De Apps user_ldap en user_webdavauth zijn incompatible. U kunt onverwacht gedrag ervaren. Vraag uw beheerder om een van beide apps de deactiveren.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Waarschuwing: De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag uw systeembeheerder om de module te installeren.", + "Connection Settings" : "Verbindingsinstellingen", + "Configuration Active" : "Configuratie actief", + "When unchecked, this configuration will be skipped." : "Als dit niet is ingeschakeld wordt deze configuratie overgeslagen.", + "Backup (Replica) Host" : "Backup (Replica) Host", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Opgeven optionele backup host. Het moet een replica van de hoofd LDAP/AD server.", + "Backup (Replica) Port" : "Backup (Replica) Poort", + "Disable Main Server" : "Deactiveren hoofdserver", + "Only connect to the replica server." : "Maak alleen een verbinding met de replica server.", + "Case insensitive LDAP server (Windows)" : "Niet-hoofdlettergevoelige LDAP server (Windows)", + "Turn off SSL certificate validation." : "Schakel SSL certificaat validatie uit.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Niet aanbevolen, gebruik alleen om te testen! Als de connectie alleen werkt met deze optie, importeer dan het SSL-certificaat van de LDAP-server naar uw %s server.", + "Cache Time-To-Live" : "Cache time-to-live", + "in seconds. A change empties the cache." : "in seconden. Een verandering maakt de cache leeg.", + "Directory Settings" : "Mapinstellingen", + "User Display Name Field" : "Gebruikers Schermnaam Veld", + "The LDAP attribute to use to generate the user's display name." : "Het te gebruiken LDAP attribuut voor het genereren van de weergavenaam voor de gebruiker.", + "Base User Tree" : "Basis Gebruikers Structuur", + "One User Base DN per line" : "Een User Base DN per regel", + "User Search Attributes" : "Attributen voor gebruikerszoekopdrachten", + "Optional; one attribute per line" : "Optioneel; één attribuut per regel", + "Group Display Name Field" : "Groep Schermnaam Veld", + "The LDAP attribute to use to generate the groups's display name." : "Het te gebruiken LDAP attribuut voor het genereren van de weergavenaam voor de groepen.", + "Base Group Tree" : "Basis Groupen Structuur", + "One Group Base DN per line" : "Een Group Base DN per regel", + "Group Search Attributes" : "Attributen voor groepszoekopdrachten", + "Group-Member association" : "Groepslid associatie", + "Nested Groups" : "Geneste groepen", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Wanneer ingeschakeld worden groepen binnen groepen ondersteund. (Werkt alleen als het groepslid attribuut DNs bevat)", + "Paging chunksize" : "Paging chunkgrootte", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "De chunkgrootte die wordt gebruikt voor LDAP opvragingen die in grote aantallen resulteren, zoals gebruiker- of groepsverzamelingen. (Instellen op 0 deactiveert gepagede LDAP opvragingen in dergelijke situaties.)", + "Special Attributes" : "Speciale attributen", + "Quota Field" : "Quota veld", + "Quota Default" : "Quota standaard", + "in bytes" : "in bytes", + "Email Field" : "E-mailveld", + "User Home Folder Naming Rule" : "Gebruikers Home map naamgevingsregel", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Laat leeg voor de gebruikersnaam (standaard). Of, specificeer een LDAP/AD attribuut.", + "Internal Username" : "Interne gebruikersnaam", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standaard wordt de interne gebruikersnaam aangemaakt op basis van het UUID attribuut. Het zorgt ervoor dat de gebruikersnaam uniek is en dat tekens niet hoeven te worden geconverteerd. De interne gebruikersnaam heeft als beperking dat alleen deze tekens zijn toegestaan​​: [a-zA-Z0-9_.@- ]. Andere tekens worden vervangen door hun ASCII vertaling of gewoonweg weggelaten. Bij identieke namen wordt een nummer toegevoegd of verhoogd. De interne gebruikersnaam wordt gebruikt om een ​​gebruiker binnen het systeem te herkennen. Het is ook de standaardnaam voor de standaardmap van de gebruiker in ownCloud. Het is ook een vertaling voor externe URL's, bijvoorbeeld voor alle *DAV diensten. Met deze instelling kan het standaardgedrag worden overschreven. Om een soortgelijk gedrag te bereiken als van vóór ownCloud 5, voer het gebruikersweergavenaam attribuut in in het volgende veld. Laat het leeg voor standaard gedrag. Veranderingen worden alleen toegepast op gekoppelde (toegevoegde) LDAP-gebruikers.", + "Internal Username Attribute:" : "Interne gebruikersnaam attribuut:", + "Override UUID detection" : "Negeren UUID detectie", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standaard herkent ownCloud het UUID-attribuut automatisch. Het UUID attribuut wordt gebruikt om LDAP-gebruikers en -groepen uniek te identificeren. Ook zal de interne gebruikersnaam worden aangemaakt op basis van het UUID, tenzij deze hierboven anders is aangegeven. U kunt de instelling overschrijven en zelf een waarde voor het attribuut opgeven. U moet ervoor zorgen dat het ingestelde attribuut kan worden opgehaald voor zowel gebruikers als groepen en dat het uniek is. Laat het leeg voor standaard gedrag. Veranderingen worden alleen doorgevoerd op nieuw gekoppelde (toegevoegde) LDAP-gebruikers en-groepen.", + "UUID Attribute for Users:" : "UUID attribuut voor gebruikers:", + "UUID Attribute for Groups:" : "UUID attribuut voor groepen:", + "Username-LDAP User Mapping" : "Gebruikersnaam-LDAP gebruikers vertaling", + "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." : "ownCloud maakt gebruik van gebruikersnamen om (meta) data op te slaan en toe te wijzen. Om gebruikers uniek te identificeren, krijgt elke LDAP-gebruiker ook een interne gebruikersnaam. Dit vereist een koppeling van de ownCloud gebruikersnaam aan een ​​LDAP-gebruiker. De gecreëerde gebruikersnaam is gekoppeld aan de UUID van de LDAP-gebruiker. Aanvullend wordt ook de 'DN' gecached om het aantal LDAP-interacties te verminderen, maar dit wordt niet gebruikt voor identificatie. Als de DN verandert, zullen de veranderingen worden gevonden. De interne naam wordt overal gebruikt. Het wissen van de koppeling zal overal resten achterlaten. Het wissen van koppelingen is niet configuratiegevoelig, maar het raakt wel alle LDAP instellingen! Zorg ervoor dat deze koppelingen nooit in een productieomgeving gewist worden. Maak ze alleen leeg in een test- of ontwikkelomgeving.", + "Clear Username-LDAP User Mapping" : "Leegmaken Gebruikersnaam-LDAP gebruikers vertaling", + "Clear Groupname-LDAP Group Mapping" : "Leegmaken Groepsnaam-LDAP groep vertaling" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/nl.php b/apps/user_ldap/l10n/nl.php deleted file mode 100644 index ccf109d4d4..0000000000 --- a/apps/user_ldap/l10n/nl.php +++ /dev/null @@ -1,131 +0,0 @@ - "Niet gelukt de vertalingen leeg te maken.", -"Failed to delete the server configuration" => "Verwijderen serverconfiguratie mislukt", -"The configuration is valid and the connection could be established!" => "De configuratie is geldig en de verbinding is geslaagd!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "De configuratie is geldig, maar Bind mislukte. Controleer de serverinstellingen en inloggegevens.", -"The configuration is invalid. Please have a look at the logs for further details." => "De configuratie is ongeldig. Bekijk de logbestanden voor meer details.", -"No action specified" => "Geen actie opgegeven", -"No configuration specified" => "Geen configuratie opgegeven", -"No data specified" => "Geen gegevens verstrekt", -" Could not set configuration %s" => "Kon configuratie %s niet instellen", -"Deletion failed" => "Verwijderen mislukt", -"Take over settings from recent server configuration?" => "Overnemen instellingen van de recente serverconfiguratie?", -"Keep settings?" => "Instellingen bewaren?", -"{nthServer}. Server" => "{nthServer}. Server", -"Cannot add server configuration" => "Kon de serverconfiguratie niet toevoegen", -"mappings cleared" => "vertaaltabel leeggemaakt", -"Success" => "Succes", -"Error" => "Fout", -"Please specify a Base DN" => "Geef een Base DN op", -"Could not determine Base DN" => "Kon de Base DN niet vaststellen", -"Please specify the port" => "Geef de poort op", -"Configuration OK" => "Configuratie OK", -"Configuration incorrect" => "Configuratie onjuist", -"Configuration incomplete" => "Configuratie incompleet", -"Select groups" => "Selecteer groepen", -"Select object classes" => "Selecteer objectklasse", -"Select attributes" => "Selecteer attributen", -"Connection test succeeded" => "Verbindingstest geslaagd", -"Connection test failed" => "Verbindingstest mislukt", -"Do you really want to delete the current Server Configuration?" => "Wilt u werkelijk de huidige Serverconfiguratie verwijderen?", -"Confirm Deletion" => "Bevestig verwijderen", -"_%s group found_::_%s groups found_" => array("%s groep gevonden","%s groepen gevonden"), -"_%s user found_::_%s users found_" => array("%s gebruiker gevonden","%s gebruikers gevonden"), -"Could not find the desired feature" => "Kon de gewenste functie niet vinden", -"Invalid Host" => "Ongeldige server", -"Server" => "Server", -"User Filter" => "Gebruikersfilter", -"Login Filter" => "Inlogfilter", -"Group Filter" => "Groep Filter", -"Save" => "Bewaren", -"Test Configuration" => "Test configuratie", -"Help" => "Help", -"Groups meeting these criteria are available in %s:" => "Groepsafspraken die voldoen aan deze criteria zijn beschikbaar in %s:", -"only those object classes:" => "alleen deze objectklassen", -"only from those groups:" => "alleen van deze groepen:", -"Edit raw filter instead" => "Bewerk raw filter", -"Raw LDAP filter" => "Raw LDAP filter", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Dit filter geeft aan welke LDAP groepen toegang hebben tot %s.", -"Test Filter" => "Testfilter", -"groups found" => "groepen gevonden", -"Users login with this attribute:" => "Gebruikers loggen in met dit attribuut:", -"LDAP Username:" => "LDAP Username:", -"LDAP Email Address:" => "LDAP e-mailadres:", -"Other Attributes:" => "Overige attributen:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Definiëert het toe te passen filter als er geprobeerd wordt in te loggen. %%uid vervangt de gebruikersnaam bij het inloggen. Bijvoorbeeld: \"uid=%%uid\"", -"1. Server" => "1. Server", -"%s. Server:" => "%s. Server:", -"Add Server Configuration" => "Toevoegen serverconfiguratie", -"Delete Configuration" => "Verwijder configuratie", -"Host" => "Host", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Je kunt het protocol weglaten, tenzij je SSL vereist. Start in dat geval met ldaps://", -"Port" => "Poort", -"User DN" => "User 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." => "De DN van de client gebruiker waarmee de verbinding zal worden gemaakt, bijv. uid=agent,dc=example,dc=com. Voor anonieme toegang laat je het DN en het wachtwoord leeg.", -"Password" => "Wachtwoord", -"For anonymous access, leave DN and Password empty." => "Voor anonieme toegang, laat de DN en het wachtwoord leeg.", -"One Base DN per line" => "Een Base DN per regel", -"You can specify Base DN for users and groups in the Advanced tab" => "Je kunt het Base DN voor gebruikers en groepen specificeren in het tab Geavanceerd.", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Voorkom automatische LDAP opvragingen. Weliswaar beter voor grote installaties, maar vergt LDAP kennis.", -"Manually enter LDAP filters (recommended for large directories)" => "Handmatig invoeren LDAP filters (aanbevolen voor grote directories)", -"Limit %s access to users meeting these criteria:" => "Beperk %s toegang tot gebruikers die voldoen aan deze criteria:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Dit filter geeft aan welke LDAP gebruikers toegang hebben tot %s.", -"users found" => "gebruikers gevonden", -"Saving" => "Opslaan", -"Back" => "Terug", -"Continue" => "Verder", -"Expert" => "Expert", -"Advanced" => "Geavanceerd", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Waarschuwing: De Apps user_ldap en user_webdavauth zijn incompatible. U kunt onverwacht gedrag ervaren. Vraag uw beheerder om een van beide apps de deactiveren.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Waarschuwing: De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag uw systeembeheerder om de module te installeren.", -"Connection Settings" => "Verbindingsinstellingen", -"Configuration Active" => "Configuratie actief", -"When unchecked, this configuration will be skipped." => "Als dit niet is ingeschakeld wordt deze configuratie overgeslagen.", -"Backup (Replica) Host" => "Backup (Replica) Host", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Opgeven optionele backup host. Het moet een replica van de hoofd LDAP/AD server.", -"Backup (Replica) Port" => "Backup (Replica) Poort", -"Disable Main Server" => "Deactiveren hoofdserver", -"Only connect to the replica server." => "Maak alleen een verbinding met de replica server.", -"Case insensitive LDAP server (Windows)" => "Niet-hoofdlettergevoelige LDAP server (Windows)", -"Turn off SSL certificate validation." => "Schakel SSL certificaat validatie uit.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Niet aanbevolen, gebruik alleen om te testen! Als de connectie alleen werkt met deze optie, importeer dan het SSL-certificaat van de LDAP-server naar uw %s server.", -"Cache Time-To-Live" => "Cache time-to-live", -"in seconds. A change empties the cache." => "in seconden. Een verandering maakt de cache leeg.", -"Directory Settings" => "Mapinstellingen", -"User Display Name Field" => "Gebruikers Schermnaam Veld", -"The LDAP attribute to use to generate the user's display name." => "Het te gebruiken LDAP attribuut voor het genereren van de weergavenaam voor de gebruiker.", -"Base User Tree" => "Basis Gebruikers Structuur", -"One User Base DN per line" => "Een User Base DN per regel", -"User Search Attributes" => "Attributen voor gebruikerszoekopdrachten", -"Optional; one attribute per line" => "Optioneel; één attribuut per regel", -"Group Display Name Field" => "Groep Schermnaam Veld", -"The LDAP attribute to use to generate the groups's display name." => "Het te gebruiken LDAP attribuut voor het genereren van de weergavenaam voor de groepen.", -"Base Group Tree" => "Basis Groupen Structuur", -"One Group Base DN per line" => "Een Group Base DN per regel", -"Group Search Attributes" => "Attributen voor groepszoekopdrachten", -"Group-Member association" => "Groepslid associatie", -"Nested Groups" => "Geneste groepen", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Wanneer ingeschakeld worden groepen binnen groepen ondersteund. (Werkt alleen als het groepslid attribuut DNs bevat)", -"Paging chunksize" => "Paging chunkgrootte", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "De chunkgrootte die wordt gebruikt voor LDAP opvragingen die in grote aantallen resulteren, zoals gebruiker- of groepsverzamelingen. (Instellen op 0 deactiveert gepagede LDAP opvragingen in dergelijke situaties.)", -"Special Attributes" => "Speciale attributen", -"Quota Field" => "Quota veld", -"Quota Default" => "Quota standaard", -"in bytes" => "in bytes", -"Email Field" => "E-mailveld", -"User Home Folder Naming Rule" => "Gebruikers Home map naamgevingsregel", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Laat leeg voor de gebruikersnaam (standaard). Of, specificeer een LDAP/AD attribuut.", -"Internal Username" => "Interne gebruikersnaam", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Standaard wordt de interne gebruikersnaam aangemaakt op basis van het UUID attribuut. Het zorgt ervoor dat de gebruikersnaam uniek is en dat tekens niet hoeven te worden geconverteerd. De interne gebruikersnaam heeft als beperking dat alleen deze tekens zijn toegestaan​​: [a-zA-Z0-9_.@- ]. Andere tekens worden vervangen door hun ASCII vertaling of gewoonweg weggelaten. Bij identieke namen wordt een nummer toegevoegd of verhoogd. De interne gebruikersnaam wordt gebruikt om een ​​gebruiker binnen het systeem te herkennen. Het is ook de standaardnaam voor de standaardmap van de gebruiker in ownCloud. Het is ook een vertaling voor externe URL's, bijvoorbeeld voor alle *DAV diensten. Met deze instelling kan het standaardgedrag worden overschreven. Om een soortgelijk gedrag te bereiken als van vóór ownCloud 5, voer het gebruikersweergavenaam attribuut in in het volgende veld. Laat het leeg voor standaard gedrag. Veranderingen worden alleen toegepast op gekoppelde (toegevoegde) LDAP-gebruikers.", -"Internal Username Attribute:" => "Interne gebruikersnaam attribuut:", -"Override UUID detection" => "Negeren UUID detectie", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Standaard herkent ownCloud het UUID-attribuut automatisch. Het UUID attribuut wordt gebruikt om LDAP-gebruikers en -groepen uniek te identificeren. Ook zal de interne gebruikersnaam worden aangemaakt op basis van het UUID, tenzij deze hierboven anders is aangegeven. U kunt de instelling overschrijven en zelf een waarde voor het attribuut opgeven. U moet ervoor zorgen dat het ingestelde attribuut kan worden opgehaald voor zowel gebruikers als groepen en dat het uniek is. Laat het leeg voor standaard gedrag. Veranderingen worden alleen doorgevoerd op nieuw gekoppelde (toegevoegde) LDAP-gebruikers en-groepen.", -"UUID Attribute for Users:" => "UUID attribuut voor gebruikers:", -"UUID Attribute for Groups:" => "UUID attribuut voor groepen:", -"Username-LDAP User Mapping" => "Gebruikersnaam-LDAP gebruikers vertaling", -"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." => "ownCloud maakt gebruik van gebruikersnamen om (meta) data op te slaan en toe te wijzen. Om gebruikers uniek te identificeren, krijgt elke LDAP-gebruiker ook een interne gebruikersnaam. Dit vereist een koppeling van de ownCloud gebruikersnaam aan een ​​LDAP-gebruiker. De gecreëerde gebruikersnaam is gekoppeld aan de UUID van de LDAP-gebruiker. Aanvullend wordt ook de 'DN' gecached om het aantal LDAP-interacties te verminderen, maar dit wordt niet gebruikt voor identificatie. Als de DN verandert, zullen de veranderingen worden gevonden. De interne naam wordt overal gebruikt. Het wissen van de koppeling zal overal resten achterlaten. Het wissen van koppelingen is niet configuratiegevoelig, maar het raakt wel alle LDAP instellingen! Zorg ervoor dat deze koppelingen nooit in een productieomgeving gewist worden. Maak ze alleen leeg in een test- of ontwikkelomgeving.", -"Clear Username-LDAP User Mapping" => "Leegmaken Gebruikersnaam-LDAP gebruikers vertaling", -"Clear Groupname-LDAP Group Mapping" => "Leegmaken Groepsnaam-LDAP groep vertaling" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/nn_NO.js b/apps/user_ldap/l10n/nn_NO.js new file mode 100644 index 0000000000..8022fa4b39 --- /dev/null +++ b/apps/user_ldap/l10n/nn_NO.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "Feil ved sletting", + "Error" : "Feil", + "Select groups" : "Vel grupper", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Lagra", + "Help" : "Hjelp", + "Host" : "Tenar", + "Password" : "Passord", + "Back" : "Tilbake", + "Continue" : "Gå vidare", + "Advanced" : "Avansert" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/nn_NO.json b/apps/user_ldap/l10n/nn_NO.json new file mode 100644 index 0000000000..6a5a47400a --- /dev/null +++ b/apps/user_ldap/l10n/nn_NO.json @@ -0,0 +1,15 @@ +{ "translations": { + "Deletion failed" : "Feil ved sletting", + "Error" : "Feil", + "Select groups" : "Vel grupper", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Lagra", + "Help" : "Hjelp", + "Host" : "Tenar", + "Password" : "Passord", + "Back" : "Tilbake", + "Continue" : "Gå vidare", + "Advanced" : "Avansert" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/nn_NO.php b/apps/user_ldap/l10n/nn_NO.php deleted file mode 100644 index f8152a4c93..0000000000 --- a/apps/user_ldap/l10n/nn_NO.php +++ /dev/null @@ -1,16 +0,0 @@ - "Feil ved sletting", -"Error" => "Feil", -"Select groups" => "Vel grupper", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "Lagra", -"Help" => "Hjelp", -"Host" => "Tenar", -"Password" => "Passord", -"Back" => "Tilbake", -"Continue" => "Gå vidare", -"Advanced" => "Avansert" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/nqo.js b/apps/user_ldap/l10n/nqo.js new file mode 100644 index 0000000000..5494dcae62 --- /dev/null +++ b/apps/user_ldap/l10n/nqo.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/nqo.json b/apps/user_ldap/l10n/nqo.json new file mode 100644 index 0000000000..75f0f056cc --- /dev/null +++ b/apps/user_ldap/l10n/nqo.json @@ -0,0 +1,5 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/nqo.php b/apps/user_ldap/l10n/nqo.php deleted file mode 100644 index bba52d53a1..0000000000 --- a/apps/user_ldap/l10n/nqo.php +++ /dev/null @@ -1,6 +0,0 @@ - array(""), -"_%s user found_::_%s users found_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/oc.js b/apps/user_ldap/l10n/oc.js new file mode 100644 index 0000000000..5335f66cde --- /dev/null +++ b/apps/user_ldap/l10n/oc.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "Fracàs d'escafatge", + "Error" : "Error", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Enregistra", + "Help" : "Ajuda", + "Password" : "Senhal", + "Advanced" : "Avançat" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/user_ldap/l10n/oc.json b/apps/user_ldap/l10n/oc.json new file mode 100644 index 0000000000..694d9abe97 --- /dev/null +++ b/apps/user_ldap/l10n/oc.json @@ -0,0 +1,11 @@ +{ "translations": { + "Deletion failed" : "Fracàs d'escafatge", + "Error" : "Error", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "Enregistra", + "Help" : "Ajuda", + "Password" : "Senhal", + "Advanced" : "Avançat" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/oc.php b/apps/user_ldap/l10n/oc.php deleted file mode 100644 index 3d85c112af..0000000000 --- a/apps/user_ldap/l10n/oc.php +++ /dev/null @@ -1,12 +0,0 @@ - "Fracàs d'escafatge", -"Error" => "Error", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "Enregistra", -"Help" => "Ajuda", -"Password" => "Senhal", -"Advanced" => "Avançat" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_ldap/l10n/or_IN.js b/apps/user_ldap/l10n/or_IN.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/or_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/or_IN.json b/apps/user_ldap/l10n/or_IN.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/or_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/or_IN.php b/apps/user_ldap/l10n/or_IN.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/or_IN.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/pa.js b/apps/user_ldap/l10n/pa.js new file mode 100644 index 0000000000..8891b4daa1 --- /dev/null +++ b/apps/user_ldap/l10n/pa.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_ldap", + { + "Error" : "ਗਲਤੀ", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Password" : "ਪਾਸਵਰ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/pa.json b/apps/user_ldap/l10n/pa.json new file mode 100644 index 0000000000..2fd99ae970 --- /dev/null +++ b/apps/user_ldap/l10n/pa.json @@ -0,0 +1,7 @@ +{ "translations": { + "Error" : "ਗਲਤੀ", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Password" : "ਪਾਸਵਰ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/pa.php b/apps/user_ldap/l10n/pa.php deleted file mode 100644 index b52a4a8800..0000000000 --- a/apps/user_ldap/l10n/pa.php +++ /dev/null @@ -1,8 +0,0 @@ - "ਗਲਤੀ", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Password" => "ਪਾਸਵਰ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/pl.js b/apps/user_ldap/l10n/pl.js new file mode 100644 index 0000000000..345d4986e4 --- /dev/null +++ b/apps/user_ldap/l10n/pl.js @@ -0,0 +1,128 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Nie udało się wyczyścić mapowania.", + "Failed to delete the server configuration" : "Nie można usunąć konfiguracji serwera", + "The configuration is valid and the connection could be established!" : "Konfiguracja jest prawidłowa i można ustanowić połączenie!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfiguracja jest prawidłowa, ale Bind nie. Sprawdź ustawienia serwera i poświadczenia.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfiguracja jest nieprawidłowa. Proszę rzucić okiem na dzienniki dalszych szczegółów.", + "No action specified" : "Nie określono akcji", + "No configuration specified" : "Nie określono konfiguracji", + "No data specified" : "Nie określono danych", + " Could not set configuration %s" : "Nie można ustawić konfiguracji %s", + "Deletion failed" : "Usunięcie nie powiodło się", + "Take over settings from recent server configuration?" : "Przejmij ustawienia z ostatnich konfiguracji serwera?", + "Keep settings?" : "Zachować ustawienia?", + "{nthServer}. Server" : "{nthServer}. Serwer", + "Cannot add server configuration" : "Nie można dodać konfiguracji serwera", + "mappings cleared" : "Mapoanie wyczyszczone", + "Success" : "Sukces", + "Error" : "Błąd", + "Please specify a Base DN" : "Proszę podać bazowy DN", + "Could not determine Base DN" : "Nie można ustalić bazowego DN", + "Please specify the port" : "Proszę podać port", + "Configuration OK" : "Konfiguracja poprawna", + "Configuration incorrect" : "Konfiguracja niepoprawna", + "Configuration incomplete" : "Konfiguracja niekompletna", + "Select groups" : "Wybierz grupy", + "Select object classes" : "Wybierz obiekty klas", + "Select attributes" : "Wybierz atrybuty", + "Connection test succeeded" : "Test połączenia udany", + "Connection test failed" : "Test połączenia nie udany", + "Do you really want to delete the current Server Configuration?" : "Czy chcesz usunąć bieżącą konfigurację serwera?", + "Confirm Deletion" : "Potwierdź usunięcie", + "_%s group found_::_%s groups found_" : ["%s znaleziona grupa","%s znalezionych grup","%s znalezionych grup"], + "_%s user found_::_%s users found_" : ["%s znaleziony użytkownik","%s znalezionych użytkowników","%s znalezionych użytkowników"], + "Could not find the desired feature" : "Nie można znaleźć żądanej funkcji", + "Invalid Host" : "Niepoprawny Host", + "Server" : "Serwer", + "User Filter" : "Filtr użytkownika", + "Login Filter" : "Filtr logowania", + "Group Filter" : "Grupa filtrów", + "Save" : "Zapisz", + "Test Configuration" : "Konfiguracja testowa", + "Help" : "Pomoc", + "Groups meeting these criteria are available in %s:" : "Przyłączenie do grupy z tymi ustawieniami dostępne jest w %s:", + "only those object classes:" : "tylko te klasy obiektów:", + "only from those groups:" : "tylko z tych grup:", + "Edit raw filter instead" : "Edytuj zamiast tego czysty filtr", + "Raw LDAP filter" : "Czysty filtr LDAP", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtr określa, które grupy LDAP powinny mieć dostęp do instancji %s.", + "groups found" : "grup znaleziono", + "Users login with this attribute:" : "Użytkownicy zalogowani z tymi ustawieniami:", + "LDAP Username:" : "Nazwa użytkownika LDAP:", + "LDAP Email Address:" : "LDAP Adres Email:", + "Other Attributes:" : "Inne atrybuty:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Określa jakiego filtru użyć podczas próby zalogowania. %%uid zastępuje nazwę użytkownika w procesie logowania. Przykład: \"uid=%%uid\"", + "1. Server" : "1. Serwer", + "%s. Server:" : "%s. Serwer:", + "Add Server Configuration" : "Dodaj konfigurację servera", + "Delete Configuration" : "Usuń konfigurację", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Można pominąć protokół, z wyjątkiem wymaganego protokołu SSL. Następnie uruchom z ldaps://", + "Port" : "Port", + "User DN" : "Użytkownik 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 użytkownika klienta, z którym powiązanie wykonuje się, np. uid=agent,dc=example,dc=com. Dla dostępu anonimowego pozostawić DN i hasło puste", + "Password" : "Hasło", + "For anonymous access, leave DN and Password empty." : "Dla dostępu anonimowego pozostawić DN i hasło puste.", + "One Base DN per line" : "Jedna baza DN na linię", + "You can specify Base DN for users and groups in the Advanced tab" : "Bazę DN można określić dla użytkowników i grup w karcie Zaawansowane", + "Limit %s access to users meeting these criteria:" : "Limit %s dostępu do podłączania użytkowników z tymi ustawieniami:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filtr określa, którzy użytkownicy LDAP powinni mieć dostęp do instancji %s.", + "users found" : "użytkownicy znalezieni", + "Back" : "Wróć", + "Continue" : "Kontynuuj ", + "Expert" : "Ekspert", + "Advanced" : "Zaawansowane", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Ostrzeżenie: Aplikacje user_ldap i user_webdavauth nie są kompatybilne. Mogą powodować nieoczekiwane zachowanie. Poproś administratora o wyłączenie jednej z nich.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Ostrzeżenie: Moduł PHP LDAP nie jest zainstalowany i nie będzie działał. Poproś administratora o włączenie go.", + "Connection Settings" : "Konfiguracja połączeń", + "Configuration Active" : "Konfiguracja archiwum", + "When unchecked, this configuration will be skipped." : "Gdy niezaznaczone, ta konfiguracja zostanie pominięta.", + "Backup (Replica) Host" : "Kopia zapasowa (repliki) host", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Dać opcjonalnie hosta kopii zapasowej . To musi być repliką głównego serwera LDAP/AD.", + "Backup (Replica) Port" : "Kopia zapasowa (repliki) Port", + "Disable Main Server" : "Wyłącz serwer główny", + "Only connect to the replica server." : "Połącz tylko do repliki serwera.", + "Case insensitive LDAP server (Windows)" : "Serwer LDAP nie rozróżniający wielkości liter (Windows)", + "Turn off SSL certificate validation." : "Wyłączyć sprawdzanie poprawności certyfikatu SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nie polecane, używać tylko w celu testowania! Jeśli połączenie działa tylko z tą opcją, zaimportuj certyfikat SSL serwera LDAP na swój %s.", + "Cache Time-To-Live" : "Przechowuj czas życia", + "in seconds. A change empties the cache." : "w sekundach. Zmiana opróżnia pamięć podręczną.", + "Directory Settings" : "Ustawienia katalogów", + "User Display Name Field" : "Pole wyświetlanej nazwy użytkownika", + "The LDAP attribute to use to generate the user's display name." : "Atrybut LDAP służący do generowania wyświetlanej nazwy użytkownika ownCloud.", + "Base User Tree" : "Drzewo bazy użytkowników", + "One User Base DN per line" : "Jeden użytkownik Bazy DN na linię", + "User Search Attributes" : "Szukaj atrybutów", + "Optional; one attribute per line" : "Opcjonalnie; jeden atrybut w wierszu", + "Group Display Name Field" : "Pole wyświetlanej nazwy grupy", + "The LDAP attribute to use to generate the groups's display name." : "Atrybut LDAP służący do generowania wyświetlanej nazwy grupy ownCloud.", + "Base Group Tree" : "Drzewo bazy grup", + "One Group Base DN per line" : "Jedna grupa bazy DN na linię", + "Group Search Attributes" : "Grupa atrybutów wyszukaj", + "Group-Member association" : "Członek grupy stowarzyszenia", + "Nested Groups" : "Grupy zagnieżdżone", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Kiedy włączone, grupy, które zawierają grupy, są wspierane. (Działa tylko, jeśli członek grupy ma ustawienie DNs)", + "Paging chunksize" : "Wielkość stronicowania", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Długość łańcucha jest używana do stronicowanych wyszukiwań LDAP, które mogą zwracać duże zbiory jak lista grup, czy użytkowników. (Ustawienie na 0 wyłącza stronicowane wyszukiwania w takich sytuacjach.)", + "Special Attributes" : "Specjalne atrybuty", + "Quota Field" : "Pole przydziału", + "Quota Default" : "Przydział domyślny", + "in bytes" : "w bajtach", + "Email Field" : "Pole email", + "User Home Folder Naming Rule" : "Reguły nazewnictwa folderu domowego użytkownika", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Pozostaw puste dla user name (domyślnie). W przeciwnym razie podaj atrybut LDAP/AD.", + "Internal Username" : "Wewnętrzna nazwa użytkownika", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Domyślnie, wewnętrzna nazwa użytkownika zostanie utworzona z atrybutu UUID, ang. Universally unique identifier - Unikalny identyfikator użytkownika. To daje pewność, że nazwa użytkownika jest niepowtarzalna, a znaki nie muszą być konwertowane. Wewnętrzna nazwa użytkownika dopuszcza jedynie znaki: [ a-zA-Z0-9_.@- ]. Pozostałe znaki zamieniane są na ich odpowiedniki ASCII lub po prostu pomijane. W przypadku, gdy nazwa się powtarza na końcu jest dodawana / zwiększana cyfra. Wewnętrzna nazwa użytkownika służy do wewnętrznej identyfikacji użytkownika. Jest to również domyślna nazwa folderu domowego użytkownika. Jest to również część zdalnego adresu URL, na przykład dla wszystkich usług *DAV. Dzięki temu ustawieniu można nadpisywać domyślne zachowanie aplikacji. Aby osiągnąć podobny efekt jak przed ownCloud 5 wpisz atrybut nazwy użytkownika w poniższym polu. Pozostaw puste dla domyślnego zachowania. Zmiany będą miały wpływ tylko na nowo przypisanych (dodanych) użytkowników LDAP.", + "Internal Username Attribute:" : "Wewnętrzny atrybut nazwy uzżytkownika:", + "Override UUID detection" : "Zastąp wykrywanie UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Domyślnie, atrybut UUID jest wykrywany automatycznie. Atrybut UUID jest używany do niepodważalnej identyfikacji użytkowników i grup LDAP. Również wewnętrzna nazwa użytkownika zostanie stworzona na bazie UUID, jeśli nie zostanie podana powyżej. Możesz nadpisać to ustawienie i użyć atrybutu wedle uznania. Musisz się jednak upewnić, że atrybut ten może zostać pobrany zarówno dla użytkowników, jak i grup i jest unikalny. Pozostaw puste dla domyślnego zachowania. Zmiany będą miały wpływ tylko na nowo przypisanych (dodanych) użytkowników i grupy LDAP.", + "UUID Attribute for Users:" : "Atrybuty UUID dla użytkowników:", + "UUID Attribute for Groups:" : "Atrybuty UUID dla grup:", + "Username-LDAP User Mapping" : "Mapowanie użytkownika 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." : "Nazwy użytkowników są używane w celu przechowywania i przypisywania (meta) danych. Aby dokładnie zidentyfikować i rozpoznać użytkowników, każdy użytkownik LDAP będzie miał wewnętrzną nazwę. To wymaga utworzenia przypisania nazwy użytkownika do użytkownika LDAP. Utworzona nazwa użytkownika jet przypisywana do UUID użytkownika LDAP. Dodatkowo DN jest również buforowany aby zmniejszyć interakcję z LDAP, ale nie jest używany do identyfikacji. Jeśli DN się zmieni, zmiany zostaną odnalezione. Wewnętrzny użytkownik jest używany we wszystkich przypadkach. Wyczyszczenie mapowań spowoduje pozostawienie wszędzie resztek informacji. Wyczyszczenie mapowań nie jest wrażliwe na konfigurację, wpływa ono na wszystkie konfiguracje LDAP! Nigdy nie czyść mapowań w środowisku produkcyjnym, tylko podczas testów lub w fazie eksperymentalnej. ", + "Clear Username-LDAP User Mapping" : "Czyść Mapowanie użytkownika LDAP", + "Clear Groupname-LDAP Group Mapping" : "Czyść Mapowanie nazwy grupy LDAP" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/user_ldap/l10n/pl.json b/apps/user_ldap/l10n/pl.json new file mode 100644 index 0000000000..49adb2abb5 --- /dev/null +++ b/apps/user_ldap/l10n/pl.json @@ -0,0 +1,126 @@ +{ "translations": { + "Failed to clear the mappings." : "Nie udało się wyczyścić mapowania.", + "Failed to delete the server configuration" : "Nie można usunąć konfiguracji serwera", + "The configuration is valid and the connection could be established!" : "Konfiguracja jest prawidłowa i można ustanowić połączenie!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfiguracja jest prawidłowa, ale Bind nie. Sprawdź ustawienia serwera i poświadczenia.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfiguracja jest nieprawidłowa. Proszę rzucić okiem na dzienniki dalszych szczegółów.", + "No action specified" : "Nie określono akcji", + "No configuration specified" : "Nie określono konfiguracji", + "No data specified" : "Nie określono danych", + " Could not set configuration %s" : "Nie można ustawić konfiguracji %s", + "Deletion failed" : "Usunięcie nie powiodło się", + "Take over settings from recent server configuration?" : "Przejmij ustawienia z ostatnich konfiguracji serwera?", + "Keep settings?" : "Zachować ustawienia?", + "{nthServer}. Server" : "{nthServer}. Serwer", + "Cannot add server configuration" : "Nie można dodać konfiguracji serwera", + "mappings cleared" : "Mapoanie wyczyszczone", + "Success" : "Sukces", + "Error" : "Błąd", + "Please specify a Base DN" : "Proszę podać bazowy DN", + "Could not determine Base DN" : "Nie można ustalić bazowego DN", + "Please specify the port" : "Proszę podać port", + "Configuration OK" : "Konfiguracja poprawna", + "Configuration incorrect" : "Konfiguracja niepoprawna", + "Configuration incomplete" : "Konfiguracja niekompletna", + "Select groups" : "Wybierz grupy", + "Select object classes" : "Wybierz obiekty klas", + "Select attributes" : "Wybierz atrybuty", + "Connection test succeeded" : "Test połączenia udany", + "Connection test failed" : "Test połączenia nie udany", + "Do you really want to delete the current Server Configuration?" : "Czy chcesz usunąć bieżącą konfigurację serwera?", + "Confirm Deletion" : "Potwierdź usunięcie", + "_%s group found_::_%s groups found_" : ["%s znaleziona grupa","%s znalezionych grup","%s znalezionych grup"], + "_%s user found_::_%s users found_" : ["%s znaleziony użytkownik","%s znalezionych użytkowników","%s znalezionych użytkowników"], + "Could not find the desired feature" : "Nie można znaleźć żądanej funkcji", + "Invalid Host" : "Niepoprawny Host", + "Server" : "Serwer", + "User Filter" : "Filtr użytkownika", + "Login Filter" : "Filtr logowania", + "Group Filter" : "Grupa filtrów", + "Save" : "Zapisz", + "Test Configuration" : "Konfiguracja testowa", + "Help" : "Pomoc", + "Groups meeting these criteria are available in %s:" : "Przyłączenie do grupy z tymi ustawieniami dostępne jest w %s:", + "only those object classes:" : "tylko te klasy obiektów:", + "only from those groups:" : "tylko z tych grup:", + "Edit raw filter instead" : "Edytuj zamiast tego czysty filtr", + "Raw LDAP filter" : "Czysty filtr LDAP", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtr określa, które grupy LDAP powinny mieć dostęp do instancji %s.", + "groups found" : "grup znaleziono", + "Users login with this attribute:" : "Użytkownicy zalogowani z tymi ustawieniami:", + "LDAP Username:" : "Nazwa użytkownika LDAP:", + "LDAP Email Address:" : "LDAP Adres Email:", + "Other Attributes:" : "Inne atrybuty:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Określa jakiego filtru użyć podczas próby zalogowania. %%uid zastępuje nazwę użytkownika w procesie logowania. Przykład: \"uid=%%uid\"", + "1. Server" : "1. Serwer", + "%s. Server:" : "%s. Serwer:", + "Add Server Configuration" : "Dodaj konfigurację servera", + "Delete Configuration" : "Usuń konfigurację", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Można pominąć protokół, z wyjątkiem wymaganego protokołu SSL. Następnie uruchom z ldaps://", + "Port" : "Port", + "User DN" : "Użytkownik 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 użytkownika klienta, z którym powiązanie wykonuje się, np. uid=agent,dc=example,dc=com. Dla dostępu anonimowego pozostawić DN i hasło puste", + "Password" : "Hasło", + "For anonymous access, leave DN and Password empty." : "Dla dostępu anonimowego pozostawić DN i hasło puste.", + "One Base DN per line" : "Jedna baza DN na linię", + "You can specify Base DN for users and groups in the Advanced tab" : "Bazę DN można określić dla użytkowników i grup w karcie Zaawansowane", + "Limit %s access to users meeting these criteria:" : "Limit %s dostępu do podłączania użytkowników z tymi ustawieniami:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filtr określa, którzy użytkownicy LDAP powinni mieć dostęp do instancji %s.", + "users found" : "użytkownicy znalezieni", + "Back" : "Wróć", + "Continue" : "Kontynuuj ", + "Expert" : "Ekspert", + "Advanced" : "Zaawansowane", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Ostrzeżenie: Aplikacje user_ldap i user_webdavauth nie są kompatybilne. Mogą powodować nieoczekiwane zachowanie. Poproś administratora o wyłączenie jednej z nich.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Ostrzeżenie: Moduł PHP LDAP nie jest zainstalowany i nie będzie działał. Poproś administratora o włączenie go.", + "Connection Settings" : "Konfiguracja połączeń", + "Configuration Active" : "Konfiguracja archiwum", + "When unchecked, this configuration will be skipped." : "Gdy niezaznaczone, ta konfiguracja zostanie pominięta.", + "Backup (Replica) Host" : "Kopia zapasowa (repliki) host", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Dać opcjonalnie hosta kopii zapasowej . To musi być repliką głównego serwera LDAP/AD.", + "Backup (Replica) Port" : "Kopia zapasowa (repliki) Port", + "Disable Main Server" : "Wyłącz serwer główny", + "Only connect to the replica server." : "Połącz tylko do repliki serwera.", + "Case insensitive LDAP server (Windows)" : "Serwer LDAP nie rozróżniający wielkości liter (Windows)", + "Turn off SSL certificate validation." : "Wyłączyć sprawdzanie poprawności certyfikatu SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Nie polecane, używać tylko w celu testowania! Jeśli połączenie działa tylko z tą opcją, zaimportuj certyfikat SSL serwera LDAP na swój %s.", + "Cache Time-To-Live" : "Przechowuj czas życia", + "in seconds. A change empties the cache." : "w sekundach. Zmiana opróżnia pamięć podręczną.", + "Directory Settings" : "Ustawienia katalogów", + "User Display Name Field" : "Pole wyświetlanej nazwy użytkownika", + "The LDAP attribute to use to generate the user's display name." : "Atrybut LDAP służący do generowania wyświetlanej nazwy użytkownika ownCloud.", + "Base User Tree" : "Drzewo bazy użytkowników", + "One User Base DN per line" : "Jeden użytkownik Bazy DN na linię", + "User Search Attributes" : "Szukaj atrybutów", + "Optional; one attribute per line" : "Opcjonalnie; jeden atrybut w wierszu", + "Group Display Name Field" : "Pole wyświetlanej nazwy grupy", + "The LDAP attribute to use to generate the groups's display name." : "Atrybut LDAP służący do generowania wyświetlanej nazwy grupy ownCloud.", + "Base Group Tree" : "Drzewo bazy grup", + "One Group Base DN per line" : "Jedna grupa bazy DN na linię", + "Group Search Attributes" : "Grupa atrybutów wyszukaj", + "Group-Member association" : "Członek grupy stowarzyszenia", + "Nested Groups" : "Grupy zagnieżdżone", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Kiedy włączone, grupy, które zawierają grupy, są wspierane. (Działa tylko, jeśli członek grupy ma ustawienie DNs)", + "Paging chunksize" : "Wielkość stronicowania", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Długość łańcucha jest używana do stronicowanych wyszukiwań LDAP, które mogą zwracać duże zbiory jak lista grup, czy użytkowników. (Ustawienie na 0 wyłącza stronicowane wyszukiwania w takich sytuacjach.)", + "Special Attributes" : "Specjalne atrybuty", + "Quota Field" : "Pole przydziału", + "Quota Default" : "Przydział domyślny", + "in bytes" : "w bajtach", + "Email Field" : "Pole email", + "User Home Folder Naming Rule" : "Reguły nazewnictwa folderu domowego użytkownika", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Pozostaw puste dla user name (domyślnie). W przeciwnym razie podaj atrybut LDAP/AD.", + "Internal Username" : "Wewnętrzna nazwa użytkownika", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Domyślnie, wewnętrzna nazwa użytkownika zostanie utworzona z atrybutu UUID, ang. Universally unique identifier - Unikalny identyfikator użytkownika. To daje pewność, że nazwa użytkownika jest niepowtarzalna, a znaki nie muszą być konwertowane. Wewnętrzna nazwa użytkownika dopuszcza jedynie znaki: [ a-zA-Z0-9_.@- ]. Pozostałe znaki zamieniane są na ich odpowiedniki ASCII lub po prostu pomijane. W przypadku, gdy nazwa się powtarza na końcu jest dodawana / zwiększana cyfra. Wewnętrzna nazwa użytkownika służy do wewnętrznej identyfikacji użytkownika. Jest to również domyślna nazwa folderu domowego użytkownika. Jest to również część zdalnego adresu URL, na przykład dla wszystkich usług *DAV. Dzięki temu ustawieniu można nadpisywać domyślne zachowanie aplikacji. Aby osiągnąć podobny efekt jak przed ownCloud 5 wpisz atrybut nazwy użytkownika w poniższym polu. Pozostaw puste dla domyślnego zachowania. Zmiany będą miały wpływ tylko na nowo przypisanych (dodanych) użytkowników LDAP.", + "Internal Username Attribute:" : "Wewnętrzny atrybut nazwy uzżytkownika:", + "Override UUID detection" : "Zastąp wykrywanie UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Domyślnie, atrybut UUID jest wykrywany automatycznie. Atrybut UUID jest używany do niepodważalnej identyfikacji użytkowników i grup LDAP. Również wewnętrzna nazwa użytkownika zostanie stworzona na bazie UUID, jeśli nie zostanie podana powyżej. Możesz nadpisać to ustawienie i użyć atrybutu wedle uznania. Musisz się jednak upewnić, że atrybut ten może zostać pobrany zarówno dla użytkowników, jak i grup i jest unikalny. Pozostaw puste dla domyślnego zachowania. Zmiany będą miały wpływ tylko na nowo przypisanych (dodanych) użytkowników i grupy LDAP.", + "UUID Attribute for Users:" : "Atrybuty UUID dla użytkowników:", + "UUID Attribute for Groups:" : "Atrybuty UUID dla grup:", + "Username-LDAP User Mapping" : "Mapowanie użytkownika 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." : "Nazwy użytkowników są używane w celu przechowywania i przypisywania (meta) danych. Aby dokładnie zidentyfikować i rozpoznać użytkowników, każdy użytkownik LDAP będzie miał wewnętrzną nazwę. To wymaga utworzenia przypisania nazwy użytkownika do użytkownika LDAP. Utworzona nazwa użytkownika jet przypisywana do UUID użytkownika LDAP. Dodatkowo DN jest również buforowany aby zmniejszyć interakcję z LDAP, ale nie jest używany do identyfikacji. Jeśli DN się zmieni, zmiany zostaną odnalezione. Wewnętrzny użytkownik jest używany we wszystkich przypadkach. Wyczyszczenie mapowań spowoduje pozostawienie wszędzie resztek informacji. Wyczyszczenie mapowań nie jest wrażliwe na konfigurację, wpływa ono na wszystkie konfiguracje LDAP! Nigdy nie czyść mapowań w środowisku produkcyjnym, tylko podczas testów lub w fazie eksperymentalnej. ", + "Clear Username-LDAP User Mapping" : "Czyść Mapowanie użytkownika LDAP", + "Clear Groupname-LDAP Group Mapping" : "Czyść Mapowanie nazwy grupy LDAP" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/pl.php b/apps/user_ldap/l10n/pl.php deleted file mode 100644 index da578cbb86..0000000000 --- a/apps/user_ldap/l10n/pl.php +++ /dev/null @@ -1,127 +0,0 @@ - "Nie udało się wyczyścić mapowania.", -"Failed to delete the server configuration" => "Nie można usunąć konfiguracji serwera", -"The configuration is valid and the connection could be established!" => "Konfiguracja jest prawidłowa i można ustanowić połączenie!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfiguracja jest prawidłowa, ale Bind nie. Sprawdź ustawienia serwera i poświadczenia.", -"The configuration is invalid. Please have a look at the logs for further details." => "Konfiguracja jest nieprawidłowa. Proszę rzucić okiem na dzienniki dalszych szczegółów.", -"No action specified" => "Nie określono akcji", -"No configuration specified" => "Nie określono konfiguracji", -"No data specified" => "Nie określono danych", -" Could not set configuration %s" => "Nie można ustawić konfiguracji %s", -"Deletion failed" => "Usunięcie nie powiodło się", -"Take over settings from recent server configuration?" => "Przejmij ustawienia z ostatnich konfiguracji serwera?", -"Keep settings?" => "Zachować ustawienia?", -"{nthServer}. Server" => "{nthServer}. Serwer", -"Cannot add server configuration" => "Nie można dodać konfiguracji serwera", -"mappings cleared" => "Mapoanie wyczyszczone", -"Success" => "Sukces", -"Error" => "Błąd", -"Please specify a Base DN" => "Proszę podać bazowy DN", -"Could not determine Base DN" => "Nie można ustalić bazowego DN", -"Please specify the port" => "Proszę podać port", -"Configuration OK" => "Konfiguracja poprawna", -"Configuration incorrect" => "Konfiguracja niepoprawna", -"Configuration incomplete" => "Konfiguracja niekompletna", -"Select groups" => "Wybierz grupy", -"Select object classes" => "Wybierz obiekty klas", -"Select attributes" => "Wybierz atrybuty", -"Connection test succeeded" => "Test połączenia udany", -"Connection test failed" => "Test połączenia nie udany", -"Do you really want to delete the current Server Configuration?" => "Czy chcesz usunąć bieżącą konfigurację serwera?", -"Confirm Deletion" => "Potwierdź usunięcie", -"_%s group found_::_%s groups found_" => array("%s znaleziona grupa","%s znalezionych grup","%s znalezionych grup"), -"_%s user found_::_%s users found_" => array("%s znaleziony użytkownik","%s znalezionych użytkowników","%s znalezionych użytkowników"), -"Could not find the desired feature" => "Nie można znaleźć żądanej funkcji", -"Invalid Host" => "Niepoprawny Host", -"Server" => "Serwer", -"User Filter" => "Filtr użytkownika", -"Login Filter" => "Filtr logowania", -"Group Filter" => "Grupa filtrów", -"Save" => "Zapisz", -"Test Configuration" => "Konfiguracja testowa", -"Help" => "Pomoc", -"Groups meeting these criteria are available in %s:" => "Przyłączenie do grupy z tymi ustawieniami dostępne jest w %s:", -"only those object classes:" => "tylko te klasy obiektów:", -"only from those groups:" => "tylko z tych grup:", -"Edit raw filter instead" => "Edytuj zamiast tego czysty filtr", -"Raw LDAP filter" => "Czysty filtr LDAP", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Filtr określa, które grupy LDAP powinny mieć dostęp do instancji %s.", -"groups found" => "grup znaleziono", -"Users login with this attribute:" => "Użytkownicy zalogowani z tymi ustawieniami:", -"LDAP Username:" => "Nazwa użytkownika LDAP:", -"LDAP Email Address:" => "LDAP Adres Email:", -"Other Attributes:" => "Inne atrybuty:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Określa jakiego filtru użyć podczas próby zalogowania. %%uid zastępuje nazwę użytkownika w procesie logowania. Przykład: \"uid=%%uid\"", -"1. Server" => "1. Serwer", -"%s. Server:" => "%s. Serwer:", -"Add Server Configuration" => "Dodaj konfigurację servera", -"Delete Configuration" => "Usuń konfigurację", -"Host" => "Host", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Można pominąć protokół, z wyjątkiem wymaganego protokołu SSL. Następnie uruchom z ldaps://", -"Port" => "Port", -"User DN" => "Użytkownik 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 użytkownika klienta, z którym powiązanie wykonuje się, np. uid=agent,dc=example,dc=com. Dla dostępu anonimowego pozostawić DN i hasło puste", -"Password" => "Hasło", -"For anonymous access, leave DN and Password empty." => "Dla dostępu anonimowego pozostawić DN i hasło puste.", -"One Base DN per line" => "Jedna baza DN na linię", -"You can specify Base DN for users and groups in the Advanced tab" => "Bazę DN można określić dla użytkowników i grup w karcie Zaawansowane", -"Limit %s access to users meeting these criteria:" => "Limit %s dostępu do podłączania użytkowników z tymi ustawieniami:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Filtr określa, którzy użytkownicy LDAP powinni mieć dostęp do instancji %s.", -"users found" => "użytkownicy znalezieni", -"Back" => "Wróć", -"Continue" => "Kontynuuj ", -"Expert" => "Ekspert", -"Advanced" => "Zaawansowane", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Ostrzeżenie: Aplikacje user_ldap i user_webdavauth nie są kompatybilne. Mogą powodować nieoczekiwane zachowanie. Poproś administratora o wyłączenie jednej z nich.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Ostrzeżenie: Moduł PHP LDAP nie jest zainstalowany i nie będzie działał. Poproś administratora o włączenie go.", -"Connection Settings" => "Konfiguracja połączeń", -"Configuration Active" => "Konfiguracja archiwum", -"When unchecked, this configuration will be skipped." => "Gdy niezaznaczone, ta konfiguracja zostanie pominięta.", -"Backup (Replica) Host" => "Kopia zapasowa (repliki) host", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Dać opcjonalnie hosta kopii zapasowej . To musi być repliką głównego serwera LDAP/AD.", -"Backup (Replica) Port" => "Kopia zapasowa (repliki) Port", -"Disable Main Server" => "Wyłącz serwer główny", -"Only connect to the replica server." => "Połącz tylko do repliki serwera.", -"Case insensitive LDAP server (Windows)" => "Serwer LDAP nie rozróżniający wielkości liter (Windows)", -"Turn off SSL certificate validation." => "Wyłączyć sprawdzanie poprawności certyfikatu SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Nie polecane, używać tylko w celu testowania! Jeśli połączenie działa tylko z tą opcją, zaimportuj certyfikat SSL serwera LDAP na swój %s.", -"Cache Time-To-Live" => "Przechowuj czas życia", -"in seconds. A change empties the cache." => "w sekundach. Zmiana opróżnia pamięć podręczną.", -"Directory Settings" => "Ustawienia katalogów", -"User Display Name Field" => "Pole wyświetlanej nazwy użytkownika", -"The LDAP attribute to use to generate the user's display name." => "Atrybut LDAP służący do generowania wyświetlanej nazwy użytkownika ownCloud.", -"Base User Tree" => "Drzewo bazy użytkowników", -"One User Base DN per line" => "Jeden użytkownik Bazy DN na linię", -"User Search Attributes" => "Szukaj atrybutów", -"Optional; one attribute per line" => "Opcjonalnie; jeden atrybut w wierszu", -"Group Display Name Field" => "Pole wyświetlanej nazwy grupy", -"The LDAP attribute to use to generate the groups's display name." => "Atrybut LDAP służący do generowania wyświetlanej nazwy grupy ownCloud.", -"Base Group Tree" => "Drzewo bazy grup", -"One Group Base DN per line" => "Jedna grupa bazy DN na linię", -"Group Search Attributes" => "Grupa atrybutów wyszukaj", -"Group-Member association" => "Członek grupy stowarzyszenia", -"Nested Groups" => "Grupy zagnieżdżone", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Kiedy włączone, grupy, które zawierają grupy, są wspierane. (Działa tylko, jeśli członek grupy ma ustawienie DNs)", -"Paging chunksize" => "Wielkość stronicowania", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Długość łańcucha jest używana do stronicowanych wyszukiwań LDAP, które mogą zwracać duże zbiory jak lista grup, czy użytkowników. (Ustawienie na 0 wyłącza stronicowane wyszukiwania w takich sytuacjach.)", -"Special Attributes" => "Specjalne atrybuty", -"Quota Field" => "Pole przydziału", -"Quota Default" => "Przydział domyślny", -"in bytes" => "w bajtach", -"Email Field" => "Pole email", -"User Home Folder Naming Rule" => "Reguły nazewnictwa folderu domowego użytkownika", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Pozostaw puste dla user name (domyślnie). W przeciwnym razie podaj atrybut LDAP/AD.", -"Internal Username" => "Wewnętrzna nazwa użytkownika", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Domyślnie, wewnętrzna nazwa użytkownika zostanie utworzona z atrybutu UUID, ang. Universally unique identifier - Unikalny identyfikator użytkownika. To daje pewność, że nazwa użytkownika jest niepowtarzalna, a znaki nie muszą być konwertowane. Wewnętrzna nazwa użytkownika dopuszcza jedynie znaki: [ a-zA-Z0-9_.@- ]. Pozostałe znaki zamieniane są na ich odpowiedniki ASCII lub po prostu pomijane. W przypadku, gdy nazwa się powtarza na końcu jest dodawana / zwiększana cyfra. Wewnętrzna nazwa użytkownika służy do wewnętrznej identyfikacji użytkownika. Jest to również domyślna nazwa folderu domowego użytkownika. Jest to również część zdalnego adresu URL, na przykład dla wszystkich usług *DAV. Dzięki temu ustawieniu można nadpisywać domyślne zachowanie aplikacji. Aby osiągnąć podobny efekt jak przed ownCloud 5 wpisz atrybut nazwy użytkownika w poniższym polu. Pozostaw puste dla domyślnego zachowania. Zmiany będą miały wpływ tylko na nowo przypisanych (dodanych) użytkowników LDAP.", -"Internal Username Attribute:" => "Wewnętrzny atrybut nazwy uzżytkownika:", -"Override UUID detection" => "Zastąp wykrywanie UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Domyślnie, atrybut UUID jest wykrywany automatycznie. Atrybut UUID jest używany do niepodważalnej identyfikacji użytkowników i grup LDAP. Również wewnętrzna nazwa użytkownika zostanie stworzona na bazie UUID, jeśli nie zostanie podana powyżej. Możesz nadpisać to ustawienie i użyć atrybutu wedle uznania. Musisz się jednak upewnić, że atrybut ten może zostać pobrany zarówno dla użytkowników, jak i grup i jest unikalny. Pozostaw puste dla domyślnego zachowania. Zmiany będą miały wpływ tylko na nowo przypisanych (dodanych) użytkowników i grupy LDAP.", -"UUID Attribute for Users:" => "Atrybuty UUID dla użytkowników:", -"UUID Attribute for Groups:" => "Atrybuty UUID dla grup:", -"Username-LDAP User Mapping" => "Mapowanie użytkownika 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." => "Nazwy użytkowników są używane w celu przechowywania i przypisywania (meta) danych. Aby dokładnie zidentyfikować i rozpoznać użytkowników, każdy użytkownik LDAP będzie miał wewnętrzną nazwę. To wymaga utworzenia przypisania nazwy użytkownika do użytkownika LDAP. Utworzona nazwa użytkownika jet przypisywana do UUID użytkownika LDAP. Dodatkowo DN jest również buforowany aby zmniejszyć interakcję z LDAP, ale nie jest używany do identyfikacji. Jeśli DN się zmieni, zmiany zostaną odnalezione. Wewnętrzny użytkownik jest używany we wszystkich przypadkach. Wyczyszczenie mapowań spowoduje pozostawienie wszędzie resztek informacji. Wyczyszczenie mapowań nie jest wrażliwe na konfigurację, wpływa ono na wszystkie konfiguracje LDAP! Nigdy nie czyść mapowań w środowisku produkcyjnym, tylko podczas testów lub w fazie eksperymentalnej. ", -"Clear Username-LDAP User Mapping" => "Czyść Mapowanie użytkownika LDAP", -"Clear Groupname-LDAP Group Mapping" => "Czyść Mapowanie nazwy grupy LDAP" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js new file mode 100644 index 0000000000..dfd1981390 --- /dev/null +++ b/apps/user_ldap/l10n/pt_BR.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Falha ao limpar os mapeamentos.", + "Failed to delete the server configuration" : "Falha ao deletar a configuração do servidor", + "The configuration is valid and the connection could be established!" : "A configuração é válida e a conexão foi estabelecida!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuração é válida, mas o Bind falhou. Confira as configurações do servidor e as credenciais.", + "The configuration is invalid. Please have a look at the logs for further details." : "Configuração inválida. Por favor, dê uma olhada nos logs para mais detalhes.", + "No action specified" : "Nenhuma ação especificada", + "No configuration specified" : "Nenhuma configuração especificada", + "No data specified" : "Não há dados especificados", + " Could not set configuration %s" : "Não foi possível definir a configuração %s", + "Deletion failed" : "Remoção falhou", + "Take over settings from recent server configuration?" : "Tomar parámetros de recente configuração de servidor?", + "Keep settings?" : "Manter configurações?", + "{nthServer}. Server" : "Servidor {nthServer}.", + "Cannot add server configuration" : "Impossível adicionar a configuração do servidor", + "mappings cleared" : "mapeamentos limpos", + "Success" : "Sucesso", + "Error" : "Erro", + "Please specify a Base DN" : "Por favor, especifique a Base DN", + "Could not determine Base DN" : "Não foi possível determinar a Base DN", + "Please specify the port" : "Por favor, especifique a porta", + "Configuration OK" : "Configuração OK", + "Configuration incorrect" : "Configuração incorreta", + "Configuration incomplete" : "Configuração incompleta", + "Select groups" : "Selecionar grupos", + "Select object classes" : "Selecione classes de objetos", + "Select attributes" : "Selecione os atributos", + "Connection test succeeded" : "Teste de conexão bem sucedida", + "Connection test failed" : "Teste de conexão falhou", + "Do you really want to delete the current Server Configuration?" : "Você quer realmente deletar as atuais Configurações de Servidor?", + "Confirm Deletion" : "Confirmar Exclusão", + "_%s group found_::_%s groups found_" : ["grupo% s encontrado","grupos% s encontrado"], + "_%s user found_::_%s users found_" : ["usuário %s encontrado","usuários %s encontrados"], + "Could not find the desired feature" : "Não foi possível encontrar a função desejada", + "Invalid Host" : "Host Inválido", + "Server" : "Servidor", + "User Filter" : "Filtro de Usuário", + "Login Filter" : "Filtro de Login", + "Group Filter" : "Filtro de Grupo", + "Save" : "Salvar", + "Test Configuration" : "Teste de Configuração", + "Help" : "Ajuda", + "Groups meeting these criteria are available in %s:" : "Grupos que satisfazem estes critérios estão disponíveis em %s:", + "only those object classes:" : "apenas essas classes de objetos:", + "only from those groups:" : "apenas desses grupos:", + "Edit raw filter instead" : "Editar filtro raw ao invéz", + "Raw LDAP filter" : "Filtro LDAP Raw", + "The filter specifies which LDAP groups shall have access to the %s instance." : "O filtro especifica quais grupos LDAP devem ter acesso à instância do %s.", + "Test Filter" : "Filtro Teste", + "groups found" : "grupos encontrados", + "Users login with this attribute:" : "Usuários entrar com este atributo:", + "LDAP Username:" : "Usuário LDAP:", + "LDAP Email Address:" : "LDAP Endereço de E-mail:", + "Other Attributes:" : "Outros Atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define o filtro a ser aplicado, quando o login for feito. %%uid substitui o nome do usuário na ação de login. Exemplo: \"uid=%%uid\"", + "1. Server" : "1. Servidor", + "%s. Server:" : "%s. Servidor:", + "Add Server Configuration" : "Adicionar Configuração de Servidor", + "Delete Configuration" : "Excluir Configuração", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Você pode omitir o protocolo, exceto quando requerer SSL. Então inicie com ldaps://", + "Port" : "Porta", + "User DN" : "DN Usuário", + "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." : "O DN do cliente usuário com qual a ligação deverá ser feita, ex. uid=agent,dc=example,dc=com. Para acesso anônimo, deixe DN e Senha vazios.", + "Password" : "Senha", + "For anonymous access, leave DN and Password empty." : "Para acesso anônimo, deixe DN e Senha vazios.", + "One Base DN per line" : "Uma base DN por linha", + "You can specify Base DN for users and groups in the Advanced tab" : "Você pode especificar DN Base para usuários e grupos na guia Avançada", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita pedidos LDAP automáticos. Melhor para configurações maiores, mas requer algum conhecimento LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Inserir manualmente filtros LDAP (recomendado para grandes diretórios)", + "Limit %s access to users meeting these criteria:" : "Limitar o acesso %s para usuários que satisfazem esses critérios:", + "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais usuários LDAP devem ter acesso à instância do %s.", + "users found" : "usuários encontrados", + "Saving" : "Salvando", + "Back" : "Voltar", + "Continue" : "Continuar", + "Expert" : "Especialista", + "Advanced" : "Avançado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Aviso: Os aplicativos user_ldap e user_webdavauth são incompatíveis. Você pode experimentar comportamento inesperado. Por favor, peça ao seu administrador do sistema para desabilitar um deles.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Aviso: O módulo PHP LDAP não está instalado, o backend não funcionará. Por favor, peça ao seu administrador do sistema para instalá-lo.", + "Connection Settings" : "Configurações de Conexão", + "Configuration Active" : "Configuração Ativa", + "When unchecked, this configuration will be skipped." : "Quando não marcada, esta configuração será ignorada.", + "Backup (Replica) Host" : "Host de Backup (Réplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Defina um servidor de backup opcional. Ele deverá ser uma réplica do servidor LDAP/AD principal.", + "Backup (Replica) Port" : "Porta do Backup (Réplica)", + "Disable Main Server" : "Desativar Servidor Principal", + "Only connect to the replica server." : "Conectar-se somente ao servidor de réplica.", + "Case insensitive LDAP server (Windows)" : "Servidor LDAP(Windows) não distigue maiúscula de minúscula", + "Turn off SSL certificate validation." : "Desligar validação de certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Não recomendado, use-o somente para teste! Se a conexão só funciona com esta opção, importar o certificado SSL do servidor LDAP em seu servidor %s.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "em segundos. Uma mudança esvaziará o cache.", + "Directory Settings" : "Configurações de Diretório", + "User Display Name Field" : "Campo Nome de Exibição de Usuário", + "The LDAP attribute to use to generate the user's display name." : "O atributo LDAP para usar para gerar o nome de exibição do usuário.", + "Base User Tree" : "Árvore de Usuário Base", + "One User Base DN per line" : "Um usuário-base DN por linha", + "User Search Attributes" : "Atributos de Busca de Usuário", + "Optional; one attribute per line" : "Opcional; um atributo por linha", + "Group Display Name Field" : "Campo Nome de Exibição de Grupo", + "The LDAP attribute to use to generate the groups's display name." : "O atributo LDAP para usar para gerar o nome de apresentação do grupo.", + "Base Group Tree" : "Árvore de Grupo Base", + "One Group Base DN per line" : "Um grupo-base DN por linha", + "Group Search Attributes" : "Atributos de Busca de Grupo", + "Group-Member association" : "Associação Grupo-Membro", + "Nested Groups" : "Grupos Aninhados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando habilitado, os grupos que contêm os grupos são suportados. (Só funciona se o atributo de membro de grupo contém DNs.)", + "Paging chunksize" : "Bloco de paginação", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamanho do bloco usado para pesquisas LDAP paginados que podem retornar resultados volumosos como usuário ou grupo de enumeração. (Defini-lo 0 desativa paginada pesquisas LDAP nessas situações.)", + "Special Attributes" : "Atributos Especiais", + "Quota Field" : "Campo de Cota", + "Quota Default" : "Cota Padrão", + "in bytes" : "em bytes", + "Email Field" : "Campo de Email", + "User Home Folder Naming Rule" : "Regra para Nome da Pasta Pessoal do Usuário", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para nome de usuário (padrão). Caso contrário, especifique um atributo LDAP/AD.", + "Internal Username" : "Nome de usuário interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por padrão, o nome de usuário interno será criado a partir do atributo UUID. Ele garante que o nome de usuário é único e que caracteres não precisam ser convertidos. O nome de usuário interno tem a restrição de que apenas estes caracteres são permitidos: [a-zA-Z0-9_.@- ]. Outros caracteres são substituídos por seus correspondentes em ASCII ou simplesmente serão omitidos. Em caso de colisão um número será adicionado/aumentado. O nome de usuário interno é usado para identificar um usuário internamente. É também o nome padrão da pasta \"home\" do usuário. É também parte de URLs remotas, por exemplo, para todos as instâncias *DAV. Com esta definição, o comportamento padrão pode ser sobrescrito. Para alcançar um comportamento semelhante ao de antes do ownCloud 5, forneça o atributo do nome de exibição do usuário no campo seguinte. Deixe-o vazio para o comportamento padrão. As alterações terão efeito apenas para usuários LDAP recém mapeados (adicionados).", + "Internal Username Attribute:" : "Atributo Interno de Nome de Usuário:", + "Override UUID detection" : "Substituir detecção UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por padrão, o atributo UUID é detectado automaticamente. O atributo UUID é usado para identificar, sem dúvidas, os usuários e grupos LDAP. Além disso, o nome de usuário interno será criado com base no UUID, se não especificado acima. Você pode substituir a configuração e passar um atributo de sua escolha. Você deve certificar-se de que o atributo de sua escolha pode ser lido tanto para usuários como para grupos, e que seja único. Deixe-o vazio para o comportamento padrão. As alterações terão efeito apenas para usuários e grupos LDAP recém mapeados (adicionados).", + "UUID Attribute for Users:" : "UUID Atributos para Usuários:", + "UUID Attribute for Groups:" : "UUID Atributos para Grupos:", + "Username-LDAP User Mapping" : "Usuário-LDAP Mapeamento de Usuário", + "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." : "Nomes de usuários sãi usados para armazenar e atribuir (meta) dados. A fim de identificar com precisão e reconhecer usuários, cada usuário LDAP terá um nome de usuário interno. Isso requer um mapeamento nome de usuário para usuário LDAP. O nome de usuário criado é mapeado para o UUID do usuário LDAP. Adicionalmente, o DN fica em cache, assim como para reduzir a interação LDAP, mas não é utilizado para a identificação. Se o DN muda, as mudanças serão encontradas. O nome de usuário interno é utilizado em todo lugar. Limpar os mapeamentos não influencia a configuração. Limpar os mapeamentos deixará rastros em todo lugar. Limpar os mapeamentos não influencia a configuração, mas afeta as configurações LDAP! Somente limpe os mapeamentos em embiente de testes ou em estágio experimental.", + "Clear Username-LDAP User Mapping" : "Limpar Mapeamento de Usuário Nome de Usuário-LDAP", + "Clear Groupname-LDAP Group Mapping" : "Limpar NomedoGrupo-LDAP Mapeamento do Grupo" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json new file mode 100644 index 0000000000..694d350feb --- /dev/null +++ b/apps/user_ldap/l10n/pt_BR.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Falha ao limpar os mapeamentos.", + "Failed to delete the server configuration" : "Falha ao deletar a configuração do servidor", + "The configuration is valid and the connection could be established!" : "A configuração é válida e a conexão foi estabelecida!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuração é válida, mas o Bind falhou. Confira as configurações do servidor e as credenciais.", + "The configuration is invalid. Please have a look at the logs for further details." : "Configuração inválida. Por favor, dê uma olhada nos logs para mais detalhes.", + "No action specified" : "Nenhuma ação especificada", + "No configuration specified" : "Nenhuma configuração especificada", + "No data specified" : "Não há dados especificados", + " Could not set configuration %s" : "Não foi possível definir a configuração %s", + "Deletion failed" : "Remoção falhou", + "Take over settings from recent server configuration?" : "Tomar parámetros de recente configuração de servidor?", + "Keep settings?" : "Manter configurações?", + "{nthServer}. Server" : "Servidor {nthServer}.", + "Cannot add server configuration" : "Impossível adicionar a configuração do servidor", + "mappings cleared" : "mapeamentos limpos", + "Success" : "Sucesso", + "Error" : "Erro", + "Please specify a Base DN" : "Por favor, especifique a Base DN", + "Could not determine Base DN" : "Não foi possível determinar a Base DN", + "Please specify the port" : "Por favor, especifique a porta", + "Configuration OK" : "Configuração OK", + "Configuration incorrect" : "Configuração incorreta", + "Configuration incomplete" : "Configuração incompleta", + "Select groups" : "Selecionar grupos", + "Select object classes" : "Selecione classes de objetos", + "Select attributes" : "Selecione os atributos", + "Connection test succeeded" : "Teste de conexão bem sucedida", + "Connection test failed" : "Teste de conexão falhou", + "Do you really want to delete the current Server Configuration?" : "Você quer realmente deletar as atuais Configurações de Servidor?", + "Confirm Deletion" : "Confirmar Exclusão", + "_%s group found_::_%s groups found_" : ["grupo% s encontrado","grupos% s encontrado"], + "_%s user found_::_%s users found_" : ["usuário %s encontrado","usuários %s encontrados"], + "Could not find the desired feature" : "Não foi possível encontrar a função desejada", + "Invalid Host" : "Host Inválido", + "Server" : "Servidor", + "User Filter" : "Filtro de Usuário", + "Login Filter" : "Filtro de Login", + "Group Filter" : "Filtro de Grupo", + "Save" : "Salvar", + "Test Configuration" : "Teste de Configuração", + "Help" : "Ajuda", + "Groups meeting these criteria are available in %s:" : "Grupos que satisfazem estes critérios estão disponíveis em %s:", + "only those object classes:" : "apenas essas classes de objetos:", + "only from those groups:" : "apenas desses grupos:", + "Edit raw filter instead" : "Editar filtro raw ao invéz", + "Raw LDAP filter" : "Filtro LDAP Raw", + "The filter specifies which LDAP groups shall have access to the %s instance." : "O filtro especifica quais grupos LDAP devem ter acesso à instância do %s.", + "Test Filter" : "Filtro Teste", + "groups found" : "grupos encontrados", + "Users login with this attribute:" : "Usuários entrar com este atributo:", + "LDAP Username:" : "Usuário LDAP:", + "LDAP Email Address:" : "LDAP Endereço de E-mail:", + "Other Attributes:" : "Outros Atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define o filtro a ser aplicado, quando o login for feito. %%uid substitui o nome do usuário na ação de login. Exemplo: \"uid=%%uid\"", + "1. Server" : "1. Servidor", + "%s. Server:" : "%s. Servidor:", + "Add Server Configuration" : "Adicionar Configuração de Servidor", + "Delete Configuration" : "Excluir Configuração", + "Host" : "Host", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Você pode omitir o protocolo, exceto quando requerer SSL. Então inicie com ldaps://", + "Port" : "Porta", + "User DN" : "DN Usuário", + "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." : "O DN do cliente usuário com qual a ligação deverá ser feita, ex. uid=agent,dc=example,dc=com. Para acesso anônimo, deixe DN e Senha vazios.", + "Password" : "Senha", + "For anonymous access, leave DN and Password empty." : "Para acesso anônimo, deixe DN e Senha vazios.", + "One Base DN per line" : "Uma base DN por linha", + "You can specify Base DN for users and groups in the Advanced tab" : "Você pode especificar DN Base para usuários e grupos na guia Avançada", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita pedidos LDAP automáticos. Melhor para configurações maiores, mas requer algum conhecimento LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Inserir manualmente filtros LDAP (recomendado para grandes diretórios)", + "Limit %s access to users meeting these criteria:" : "Limitar o acesso %s para usuários que satisfazem esses critérios:", + "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais usuários LDAP devem ter acesso à instância do %s.", + "users found" : "usuários encontrados", + "Saving" : "Salvando", + "Back" : "Voltar", + "Continue" : "Continuar", + "Expert" : "Especialista", + "Advanced" : "Avançado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Aviso: Os aplicativos user_ldap e user_webdavauth são incompatíveis. Você pode experimentar comportamento inesperado. Por favor, peça ao seu administrador do sistema para desabilitar um deles.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Aviso: O módulo PHP LDAP não está instalado, o backend não funcionará. Por favor, peça ao seu administrador do sistema para instalá-lo.", + "Connection Settings" : "Configurações de Conexão", + "Configuration Active" : "Configuração Ativa", + "When unchecked, this configuration will be skipped." : "Quando não marcada, esta configuração será ignorada.", + "Backup (Replica) Host" : "Host de Backup (Réplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Defina um servidor de backup opcional. Ele deverá ser uma réplica do servidor LDAP/AD principal.", + "Backup (Replica) Port" : "Porta do Backup (Réplica)", + "Disable Main Server" : "Desativar Servidor Principal", + "Only connect to the replica server." : "Conectar-se somente ao servidor de réplica.", + "Case insensitive LDAP server (Windows)" : "Servidor LDAP(Windows) não distigue maiúscula de minúscula", + "Turn off SSL certificate validation." : "Desligar validação de certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Não recomendado, use-o somente para teste! Se a conexão só funciona com esta opção, importar o certificado SSL do servidor LDAP em seu servidor %s.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "em segundos. Uma mudança esvaziará o cache.", + "Directory Settings" : "Configurações de Diretório", + "User Display Name Field" : "Campo Nome de Exibição de Usuário", + "The LDAP attribute to use to generate the user's display name." : "O atributo LDAP para usar para gerar o nome de exibição do usuário.", + "Base User Tree" : "Árvore de Usuário Base", + "One User Base DN per line" : "Um usuário-base DN por linha", + "User Search Attributes" : "Atributos de Busca de Usuário", + "Optional; one attribute per line" : "Opcional; um atributo por linha", + "Group Display Name Field" : "Campo Nome de Exibição de Grupo", + "The LDAP attribute to use to generate the groups's display name." : "O atributo LDAP para usar para gerar o nome de apresentação do grupo.", + "Base Group Tree" : "Árvore de Grupo Base", + "One Group Base DN per line" : "Um grupo-base DN por linha", + "Group Search Attributes" : "Atributos de Busca de Grupo", + "Group-Member association" : "Associação Grupo-Membro", + "Nested Groups" : "Grupos Aninhados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando habilitado, os grupos que contêm os grupos são suportados. (Só funciona se o atributo de membro de grupo contém DNs.)", + "Paging chunksize" : "Bloco de paginação", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamanho do bloco usado para pesquisas LDAP paginados que podem retornar resultados volumosos como usuário ou grupo de enumeração. (Defini-lo 0 desativa paginada pesquisas LDAP nessas situações.)", + "Special Attributes" : "Atributos Especiais", + "Quota Field" : "Campo de Cota", + "Quota Default" : "Cota Padrão", + "in bytes" : "em bytes", + "Email Field" : "Campo de Email", + "User Home Folder Naming Rule" : "Regra para Nome da Pasta Pessoal do Usuário", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para nome de usuário (padrão). Caso contrário, especifique um atributo LDAP/AD.", + "Internal Username" : "Nome de usuário interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por padrão, o nome de usuário interno será criado a partir do atributo UUID. Ele garante que o nome de usuário é único e que caracteres não precisam ser convertidos. O nome de usuário interno tem a restrição de que apenas estes caracteres são permitidos: [a-zA-Z0-9_.@- ]. Outros caracteres são substituídos por seus correspondentes em ASCII ou simplesmente serão omitidos. Em caso de colisão um número será adicionado/aumentado. O nome de usuário interno é usado para identificar um usuário internamente. É também o nome padrão da pasta \"home\" do usuário. É também parte de URLs remotas, por exemplo, para todos as instâncias *DAV. Com esta definição, o comportamento padrão pode ser sobrescrito. Para alcançar um comportamento semelhante ao de antes do ownCloud 5, forneça o atributo do nome de exibição do usuário no campo seguinte. Deixe-o vazio para o comportamento padrão. As alterações terão efeito apenas para usuários LDAP recém mapeados (adicionados).", + "Internal Username Attribute:" : "Atributo Interno de Nome de Usuário:", + "Override UUID detection" : "Substituir detecção UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por padrão, o atributo UUID é detectado automaticamente. O atributo UUID é usado para identificar, sem dúvidas, os usuários e grupos LDAP. Além disso, o nome de usuário interno será criado com base no UUID, se não especificado acima. Você pode substituir a configuração e passar um atributo de sua escolha. Você deve certificar-se de que o atributo de sua escolha pode ser lido tanto para usuários como para grupos, e que seja único. Deixe-o vazio para o comportamento padrão. As alterações terão efeito apenas para usuários e grupos LDAP recém mapeados (adicionados).", + "UUID Attribute for Users:" : "UUID Atributos para Usuários:", + "UUID Attribute for Groups:" : "UUID Atributos para Grupos:", + "Username-LDAP User Mapping" : "Usuário-LDAP Mapeamento de Usuário", + "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." : "Nomes de usuários sãi usados para armazenar e atribuir (meta) dados. A fim de identificar com precisão e reconhecer usuários, cada usuário LDAP terá um nome de usuário interno. Isso requer um mapeamento nome de usuário para usuário LDAP. O nome de usuário criado é mapeado para o UUID do usuário LDAP. Adicionalmente, o DN fica em cache, assim como para reduzir a interação LDAP, mas não é utilizado para a identificação. Se o DN muda, as mudanças serão encontradas. O nome de usuário interno é utilizado em todo lugar. Limpar os mapeamentos não influencia a configuração. Limpar os mapeamentos deixará rastros em todo lugar. Limpar os mapeamentos não influencia a configuração, mas afeta as configurações LDAP! Somente limpe os mapeamentos em embiente de testes ou em estágio experimental.", + "Clear Username-LDAP User Mapping" : "Limpar Mapeamento de Usuário Nome de Usuário-LDAP", + "Clear Groupname-LDAP Group Mapping" : "Limpar NomedoGrupo-LDAP Mapeamento do Grupo" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/pt_BR.php b/apps/user_ldap/l10n/pt_BR.php deleted file mode 100644 index 870cc7ebca..0000000000 --- a/apps/user_ldap/l10n/pt_BR.php +++ /dev/null @@ -1,131 +0,0 @@ - "Falha ao limpar os mapeamentos.", -"Failed to delete the server configuration" => "Falha ao deletar a configuração do servidor", -"The configuration is valid and the connection could be established!" => "A configuração é válida e a conexão foi estabelecida!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "A configuração é válida, mas o Bind falhou. Confira as configurações do servidor e as credenciais.", -"The configuration is invalid. Please have a look at the logs for further details." => "Configuração inválida. Por favor, dê uma olhada nos logs para mais detalhes.", -"No action specified" => "Nenhuma ação especificada", -"No configuration specified" => "Nenhuma configuração especificada", -"No data specified" => "Não há dados especificados", -" Could not set configuration %s" => "Não foi possível definir a configuração %s", -"Deletion failed" => "Remoção falhou", -"Take over settings from recent server configuration?" => "Tomar parámetros de recente configuração de servidor?", -"Keep settings?" => "Manter configurações?", -"{nthServer}. Server" => "Servidor {nthServer}.", -"Cannot add server configuration" => "Impossível adicionar a configuração do servidor", -"mappings cleared" => "mapeamentos limpos", -"Success" => "Sucesso", -"Error" => "Erro", -"Please specify a Base DN" => "Por favor, especifique a Base DN", -"Could not determine Base DN" => "Não foi possível determinar a Base DN", -"Please specify the port" => "Por favor, especifique a porta", -"Configuration OK" => "Configuração OK", -"Configuration incorrect" => "Configuração incorreta", -"Configuration incomplete" => "Configuração incompleta", -"Select groups" => "Selecionar grupos", -"Select object classes" => "Selecione classes de objetos", -"Select attributes" => "Selecione os atributos", -"Connection test succeeded" => "Teste de conexão bem sucedida", -"Connection test failed" => "Teste de conexão falhou", -"Do you really want to delete the current Server Configuration?" => "Você quer realmente deletar as atuais Configurações de Servidor?", -"Confirm Deletion" => "Confirmar Exclusão", -"_%s group found_::_%s groups found_" => array("grupo% s encontrado","grupos% s encontrado"), -"_%s user found_::_%s users found_" => array("usuário %s encontrado","usuários %s encontrados"), -"Could not find the desired feature" => "Não foi possível encontrar a função desejada", -"Invalid Host" => "Host Inválido", -"Server" => "Servidor", -"User Filter" => "Filtro de Usuário", -"Login Filter" => "Filtro de Login", -"Group Filter" => "Filtro de Grupo", -"Save" => "Salvar", -"Test Configuration" => "Teste de Configuração", -"Help" => "Ajuda", -"Groups meeting these criteria are available in %s:" => "Grupos que satisfazem estes critérios estão disponíveis em %s:", -"only those object classes:" => "apenas essas classes de objetos:", -"only from those groups:" => "apenas desses grupos:", -"Edit raw filter instead" => "Editar filtro raw ao invéz", -"Raw LDAP filter" => "Filtro LDAP Raw", -"The filter specifies which LDAP groups shall have access to the %s instance." => "O filtro especifica quais grupos LDAP devem ter acesso à instância do %s.", -"Test Filter" => "Filtro Teste", -"groups found" => "grupos encontrados", -"Users login with this attribute:" => "Usuários entrar com este atributo:", -"LDAP Username:" => "Usuário LDAP:", -"LDAP Email Address:" => "LDAP Endereço de E-mail:", -"Other Attributes:" => "Outros Atributos:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define o filtro a ser aplicado, quando o login for feito. %%uid substitui o nome do usuário na ação de login. Exemplo: \"uid=%%uid\"", -"1. Server" => "1. Servidor", -"%s. Server:" => "%s. Servidor:", -"Add Server Configuration" => "Adicionar Configuração de Servidor", -"Delete Configuration" => "Excluir Configuração", -"Host" => "Host", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Você pode omitir o protocolo, exceto quando requerer SSL. Então inicie com ldaps://", -"Port" => "Porta", -"User DN" => "DN Usuário", -"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." => "O DN do cliente usuário com qual a ligação deverá ser feita, ex. uid=agent,dc=example,dc=com. Para acesso anônimo, deixe DN e Senha vazios.", -"Password" => "Senha", -"For anonymous access, leave DN and Password empty." => "Para acesso anônimo, deixe DN e Senha vazios.", -"One Base DN per line" => "Uma base DN por linha", -"You can specify Base DN for users and groups in the Advanced tab" => "Você pode especificar DN Base para usuários e grupos na guia Avançada", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Evita pedidos LDAP automáticos. Melhor para configurações maiores, mas requer algum conhecimento LDAP.", -"Manually enter LDAP filters (recommended for large directories)" => "Inserir manualmente filtros LDAP (recomendado para grandes diretórios)", -"Limit %s access to users meeting these criteria:" => "Limitar o acesso %s para usuários que satisfazem esses critérios:", -"The filter specifies which LDAP users shall have access to the %s instance." => "O filtro especifica quais usuários LDAP devem ter acesso à instância do %s.", -"users found" => "usuários encontrados", -"Saving" => "Salvando", -"Back" => "Voltar", -"Continue" => "Continuar", -"Expert" => "Especialista", -"Advanced" => "Avançado", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Aviso: Os aplicativos user_ldap e user_webdavauth são incompatíveis. Você pode experimentar comportamento inesperado. Por favor, peça ao seu administrador do sistema para desabilitar um deles.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Aviso: O módulo PHP LDAP não está instalado, o backend não funcionará. Por favor, peça ao seu administrador do sistema para instalá-lo.", -"Connection Settings" => "Configurações de Conexão", -"Configuration Active" => "Configuração Ativa", -"When unchecked, this configuration will be skipped." => "Quando não marcada, esta configuração será ignorada.", -"Backup (Replica) Host" => "Host de Backup (Réplica)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Defina um servidor de backup opcional. Ele deverá ser uma réplica do servidor LDAP/AD principal.", -"Backup (Replica) Port" => "Porta do Backup (Réplica)", -"Disable Main Server" => "Desativar Servidor Principal", -"Only connect to the replica server." => "Conectar-se somente ao servidor de réplica.", -"Case insensitive LDAP server (Windows)" => "Servidor LDAP(Windows) não distigue maiúscula de minúscula", -"Turn off SSL certificate validation." => "Desligar validação de certificado SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Não recomendado, use-o somente para teste! Se a conexão só funciona com esta opção, importar o certificado SSL do servidor LDAP em seu servidor %s.", -"Cache Time-To-Live" => "Cache Time-To-Live", -"in seconds. A change empties the cache." => "em segundos. Uma mudança esvaziará o cache.", -"Directory Settings" => "Configurações de Diretório", -"User Display Name Field" => "Campo Nome de Exibição de Usuário", -"The LDAP attribute to use to generate the user's display name." => "O atributo LDAP para usar para gerar o nome de exibição do usuário.", -"Base User Tree" => "Árvore de Usuário Base", -"One User Base DN per line" => "Um usuário-base DN por linha", -"User Search Attributes" => "Atributos de Busca de Usuário", -"Optional; one attribute per line" => "Opcional; um atributo por linha", -"Group Display Name Field" => "Campo Nome de Exibição de Grupo", -"The LDAP attribute to use to generate the groups's display name." => "O atributo LDAP para usar para gerar o nome de apresentação do grupo.", -"Base Group Tree" => "Árvore de Grupo Base", -"One Group Base DN per line" => "Um grupo-base DN por linha", -"Group Search Attributes" => "Atributos de Busca de Grupo", -"Group-Member association" => "Associação Grupo-Membro", -"Nested Groups" => "Grupos Aninhados", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Quando habilitado, os grupos que contêm os grupos são suportados. (Só funciona se o atributo de membro de grupo contém DNs.)", -"Paging chunksize" => "Bloco de paginação", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Tamanho do bloco usado para pesquisas LDAP paginados que podem retornar resultados volumosos como usuário ou grupo de enumeração. (Defini-lo 0 desativa paginada pesquisas LDAP nessas situações.)", -"Special Attributes" => "Atributos Especiais", -"Quota Field" => "Campo de Cota", -"Quota Default" => "Cota Padrão", -"in bytes" => "em bytes", -"Email Field" => "Campo de Email", -"User Home Folder Naming Rule" => "Regra para Nome da Pasta Pessoal do Usuário", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Deixe vazio para nome de usuário (padrão). Caso contrário, especifique um atributo LDAP/AD.", -"Internal Username" => "Nome de usuário interno", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Por padrão, o nome de usuário interno será criado a partir do atributo UUID. Ele garante que o nome de usuário é único e que caracteres não precisam ser convertidos. O nome de usuário interno tem a restrição de que apenas estes caracteres são permitidos: [a-zA-Z0-9_.@- ]. Outros caracteres são substituídos por seus correspondentes em ASCII ou simplesmente serão omitidos. Em caso de colisão um número será adicionado/aumentado. O nome de usuário interno é usado para identificar um usuário internamente. É também o nome padrão da pasta \"home\" do usuário. É também parte de URLs remotas, por exemplo, para todos as instâncias *DAV. Com esta definição, o comportamento padrão pode ser sobrescrito. Para alcançar um comportamento semelhante ao de antes do ownCloud 5, forneça o atributo do nome de exibição do usuário no campo seguinte. Deixe-o vazio para o comportamento padrão. As alterações terão efeito apenas para usuários LDAP recém mapeados (adicionados).", -"Internal Username Attribute:" => "Atributo Interno de Nome de Usuário:", -"Override UUID detection" => "Substituir detecção UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Por padrão, o atributo UUID é detectado automaticamente. O atributo UUID é usado para identificar, sem dúvidas, os usuários e grupos LDAP. Além disso, o nome de usuário interno será criado com base no UUID, se não especificado acima. Você pode substituir a configuração e passar um atributo de sua escolha. Você deve certificar-se de que o atributo de sua escolha pode ser lido tanto para usuários como para grupos, e que seja único. Deixe-o vazio para o comportamento padrão. As alterações terão efeito apenas para usuários e grupos LDAP recém mapeados (adicionados).", -"UUID Attribute for Users:" => "UUID Atributos para Usuários:", -"UUID Attribute for Groups:" => "UUID Atributos para Grupos:", -"Username-LDAP User Mapping" => "Usuário-LDAP Mapeamento de Usuário", -"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." => "Nomes de usuários sãi usados para armazenar e atribuir (meta) dados. A fim de identificar com precisão e reconhecer usuários, cada usuário LDAP terá um nome de usuário interno. Isso requer um mapeamento nome de usuário para usuário LDAP. O nome de usuário criado é mapeado para o UUID do usuário LDAP. Adicionalmente, o DN fica em cache, assim como para reduzir a interação LDAP, mas não é utilizado para a identificação. Se o DN muda, as mudanças serão encontradas. O nome de usuário interno é utilizado em todo lugar. Limpar os mapeamentos não influencia a configuração. Limpar os mapeamentos deixará rastros em todo lugar. Limpar os mapeamentos não influencia a configuração, mas afeta as configurações LDAP! Somente limpe os mapeamentos em embiente de testes ou em estágio experimental.", -"Clear Username-LDAP User Mapping" => "Limpar Mapeamento de Usuário Nome de Usuário-LDAP", -"Clear Groupname-LDAP Group Mapping" => "Limpar NomedoGrupo-LDAP Mapeamento do Grupo" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_ldap/l10n/pt_PT.js b/apps/user_ldap/l10n/pt_PT.js new file mode 100644 index 0000000000..98fe1d16e0 --- /dev/null +++ b/apps/user_ldap/l10n/pt_PT.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Falhou a limpar os mapas.", + "Failed to delete the server configuration" : "Erro ao eliminar a configuração do servidor", + "The configuration is valid and the connection could be established!" : "A configuração está correcta e foi possível estabelecer a ligação!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuração está correcta, mas não foi possível estabelecer o \"laço\", por favor, verifique as configurações do servidor e as credenciais.", + "The configuration is invalid. Please have a look at the logs for further details." : "A configuração é inválida. Por favor, veja o log do ownCloud para mais detalhes.", + "No action specified" : "Nenhuma acção especificada", + "No configuration specified" : "Nenhuma configuração especificada", + "No data specified" : "Nenhuma data especificada", + " Could not set configuration %s" : "Não foi possível definir a configuração %s", + "Deletion failed" : "Erro ao apagar", + "Take over settings from recent server configuration?" : "Assumir as configurações da configuração do servidor mais recente?", + "Keep settings?" : "Manter as definições?", + "{nthServer}. Server" : "{nthServer}. Servidor", + "Cannot add server configuration" : "Não foi possível adicionar as configurações do servidor.", + "mappings cleared" : "Mapas limpos", + "Success" : "Sucesso", + "Error" : "Erro", + "Please specify a Base DN" : "Por favor indique a Base DN", + "Could not determine Base DN" : "Não foi possível determinar a Base DN", + "Please specify the port" : "Por favor indique a porta", + "Configuration OK" : "Configuração OK", + "Configuration incorrect" : "Configuração incorreta", + "Configuration incomplete" : "Configuração incompleta", + "Select groups" : "Seleccionar grupos", + "Select object classes" : "Selecionar classes de objetos", + "Select attributes" : "Selecionar atributos", + "Connection test succeeded" : "Teste de ligação com sucesso.", + "Connection test failed" : "Erro no teste de ligação.", + "Do you really want to delete the current Server Configuration?" : "Deseja realmente apagar as configurações de servidor actuais?", + "Confirm Deletion" : "Confirmar a operação de apagar", + "_%s group found_::_%s groups found_" : ["%s grupo encontrado","%s grupos encontrados"], + "_%s user found_::_%s users found_" : ["%s utilizador encontrado","%s utilizadores encontrados"], + "Could not find the desired feature" : "Não se encontrou a função desejada", + "Invalid Host" : "Hospedeiro Inválido", + "Server" : "Servidor", + "User Filter" : "Filtro de utilizadores", + "Login Filter" : "Filtro de Login", + "Group Filter" : "Filtrar por grupo", + "Save" : "Guardar", + "Test Configuration" : "Testar a configuração", + "Help" : "Ajuda", + "Groups meeting these criteria are available in %s:" : "Grupos que satisfazerem estes critérios estão disponíveis em %s:", + "only those object classes:" : "apenas essas classes de objetos:", + "only from those groups:" : "apenas desses grupos:", + "Edit raw filter instead" : "Editar filtro raw em vez disso", + "Raw LDAP filter" : "Filtro LDAP Raw", + "The filter specifies which LDAP groups shall have access to the %s instance." : "O filtro especifica quais grupos LDAP devem ter acesso à instância %s.", + "Test Filter" : "Testar Filtro", + "groups found" : "grupos encontrados", + "Users login with this attribute:" : "Utilizadores entrar com este atributo:", + "LDAP Username:" : "Nome de utilizador LDAP:", + "LDAP Email Address:" : "Endereço de correio eletrónico LDAP:", + "Other Attributes:" : "Outros Atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define o filtro a aplicar, quando se tenta uma sessão. %%uid substitui o nome de utilizador na ação de início de sessão. Exemplo: \"uid=%%uid\"", + "1. Server" : "1. Servidor", + "%s. Server:" : "%s. Servvidor", + "Add Server Configuration" : "Adicionar configurações do servidor", + "Delete Configuration" : "Apagar Configuração", + "Host" : "Anfitrião", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Pode omitir o protocolo, excepto se necessitar de SSL. Neste caso, comece com ldaps://", + "Port" : "Porto", + "User DN" : "DN do utilizador", + "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." : "O DN to cliente ", + "Password" : "Password", + "For anonymous access, leave DN and Password empty." : "Para acesso anónimo, deixe DN e a Palavra-passe vazios.", + "One Base DN per line" : "Uma base DN por linho", + "You can specify Base DN for users and groups in the Advanced tab" : "Pode especificar o ND Base para utilizadores e grupos no separador Avançado", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita pedidos LDAP automáticos. Melhor para grandes configurações, mas requer conhecimentos LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Introduzir filtros LDAP manualmente (recomendado para directórios grandes)", + "Limit %s access to users meeting these criteria:" : "Limitar o acesso a %s de utilizadores com estes critérios:", + "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais utilizadores do LDAP devem ter acesso à instância %s.", + "users found" : "utilizadores encontrados", + "Saving" : "Guardando", + "Back" : "Voltar", + "Continue" : "Continuar", + "Expert" : "Perito", + "Advanced" : "Avançado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Aviso: A aplicação user_ldap e user_webdavauth são incompativeis. A aplicação pode tornar-se instável. Por favor, peça ao seu administrador para desactivar uma das aplicações.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Aviso: O módulo PHP LDAP não está instalado, logo não irá funcionar. Por favor peça ao administrador para o instalar.", + "Connection Settings" : "Definições de ligação", + "Configuration Active" : "Configuração activa", + "When unchecked, this configuration will be skipped." : "Se não estiver marcada, esta definição não será tida em conta.", + "Backup (Replica) Host" : "Servidor de Backup (Réplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Forneça um servidor (anfitrião) de backup. Deve ser uma réplica do servidor principal de LDAP/AD ", + "Backup (Replica) Port" : "Porta do servidor de backup (Replica)", + "Disable Main Server" : "Desactivar servidor principal", + "Only connect to the replica server." : "Ligar apenas ao servidor de réplicas.", + "Case insensitive LDAP server (Windows)" : "Servidor LDAP (Windows) não é sensível a maiúsculas.", + "Turn off SSL certificate validation." : "Desligar a validação de certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Não recomendado, use-o somente para teste! ligação só funciona com esta opção, importar o certificado SSL do servidor LDAP para o seu servidor %s.", + "Cache Time-To-Live" : "Cache do tempo de vida dos objetos no servidor", + "in seconds. A change empties the cache." : "em segundos. Uma alteração esvazia a cache.", + "Directory Settings" : "Definições de directorias", + "User Display Name Field" : "Mostrador do nome de utilizador.", + "The LDAP attribute to use to generate the user's display name." : "Atributo LDAP para gerar o nome de utilizador do ownCloud.", + "Base User Tree" : "Base da árvore de utilizadores.", + "One User Base DN per line" : "Uma base de utilizador DN por linha", + "User Search Attributes" : "Utilizar atributos de pesquisa", + "Optional; one attribute per line" : "Opcional; Um atributo por linha", + "Group Display Name Field" : "Mostrador do nome do grupo.", + "The LDAP attribute to use to generate the groups's display name." : "Atributo LDAP para gerar o nome do grupo do ownCloud.", + "Base Group Tree" : "Base da árvore de grupos.", + "One Group Base DN per line" : "Uma base de grupo DN por linha", + "Group Search Attributes" : "Atributos de pesquisa de grupo", + "Group-Member association" : "Associar utilizador ao grupo.", + "Nested Groups" : "Grupos agrupados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando habilitado os grupos, os grupos são suportados. (Só funciona se o atributo de membro de grupo contém DNs.)", + "Paging chunksize" : "Bloco de paginação", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamanho do bloco usado para pesquisas LDAP paginados que podem retornar resultados volumosos como utilizador ou grupo de enumeração. (Defini-lo 0 desactiva paginada das pesquisas LDAP nessas situações.)", + "Special Attributes" : "Atributos especiais", + "Quota Field" : "Quota", + "Quota Default" : "Quota padrão", + "in bytes" : "em bytes", + "Email Field" : "Campo de email", + "User Home Folder Naming Rule" : "Regra da pasta inicial do utilizador", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para nome de utilizador (padrão). De outro modo, especifique um atributo LDAP/AD.", + "Internal Username" : "Nome de utilizador interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por padrão o nome de utilizador interno vai ser criado através do atributo UUID. Desta forma é assegurado que o nome é único e os caracteres não necessitam de serem convertidos. O nome interno tem a restrição de que apenas estes caracteres são permitidos: [ a-zA-Z0-9_.@- ]. Outros caracteres são substituídos pela sua correspondência ASCII ou simplesmente omitidos. Mesmo assim, quando for detetado uma colisão irá ser acrescentado um número. O nome interno é usado para identificar o utilizador internamente. É também o nome utilizado para a pasta inicial no ownCloud. É também parte de URLs remotos, como por exemplo os serviços *DAV. Com esta definição, o comportamento padrão é pode ser sobreposto. Para obter o mesmo comportamento antes do ownCloud 5 introduza o atributo do nome no campo seguinte. Deixe vazio para obter o comportamento padrão. As alterações apenas serão feitas para utilizadores mapeados (adicionados) LDAP.", + "Internal Username Attribute:" : "Atributo do nome de utilizador interno", + "Override UUID detection" : "Passar a detecção do UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defeito, o ownCloud detecta automaticamente o atributo UUID. Este atributo é usado para identificar inequivocamente grupos e utilizadores LDAP. Igualmente, o nome de utilizador interno é criado com base no UUID, se o contrário não for especificado. Pode sobrepor esta definição colocando um atributo à sua escolha. Tenha em atenção que esse atributo deve ser válido tanto para grupos como para utilizadores, e que é único. Deixe em branco para optar pelo comportamento por defeito. Estas alteração apenas terão efeito em novos utilizadores e grupos mapeados (adicionados).", + "UUID Attribute for Users:" : "Atributo UUID para utilizadores:", + "UUID Attribute for Groups:" : "Atributo UUID para grupos:", + "Username-LDAP User Mapping" : "Mapeamento do utilizador 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." : "O ownCloud usa nomes de utilizadores para guardar e atribuir (meta) dados. Para identificar com precisão os utilizadores, cada utilizador de LDAP tem um nome de utilizador interno. Isto requer um mapeamento entre o utilizador LDAP e o utilizador ownCloud. Adicionalmente, o DN é colocado em cache para reduzir a interação com LDAP, porém não é usado para identificação. Se o DN muda, essas alterações serão vistas pelo ownCloud. O nome interno do ownCloud é usado em todo o lado, no ownCloud. Limpar os mapeamentos deixará vestígios em todo o lado. A limpeza dos mapeamentos não é sensível à configuração, pois afeta todas as configurações de LDAP! Nunca limpe os mapeamentos num ambiente de produção, apenas o faça numa fase de testes ou experimental.", + "Clear Username-LDAP User Mapping" : "Limpar mapeamento do utilizador-LDAP", + "Clear Groupname-LDAP Group Mapping" : "Limpar o mapeamento do nome de grupo LDAP" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/pt_PT.json b/apps/user_ldap/l10n/pt_PT.json new file mode 100644 index 0000000000..1bcbfe018b --- /dev/null +++ b/apps/user_ldap/l10n/pt_PT.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Falhou a limpar os mapas.", + "Failed to delete the server configuration" : "Erro ao eliminar a configuração do servidor", + "The configuration is valid and the connection could be established!" : "A configuração está correcta e foi possível estabelecer a ligação!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuração está correcta, mas não foi possível estabelecer o \"laço\", por favor, verifique as configurações do servidor e as credenciais.", + "The configuration is invalid. Please have a look at the logs for further details." : "A configuração é inválida. Por favor, veja o log do ownCloud para mais detalhes.", + "No action specified" : "Nenhuma acção especificada", + "No configuration specified" : "Nenhuma configuração especificada", + "No data specified" : "Nenhuma data especificada", + " Could not set configuration %s" : "Não foi possível definir a configuração %s", + "Deletion failed" : "Erro ao apagar", + "Take over settings from recent server configuration?" : "Assumir as configurações da configuração do servidor mais recente?", + "Keep settings?" : "Manter as definições?", + "{nthServer}. Server" : "{nthServer}. Servidor", + "Cannot add server configuration" : "Não foi possível adicionar as configurações do servidor.", + "mappings cleared" : "Mapas limpos", + "Success" : "Sucesso", + "Error" : "Erro", + "Please specify a Base DN" : "Por favor indique a Base DN", + "Could not determine Base DN" : "Não foi possível determinar a Base DN", + "Please specify the port" : "Por favor indique a porta", + "Configuration OK" : "Configuração OK", + "Configuration incorrect" : "Configuração incorreta", + "Configuration incomplete" : "Configuração incompleta", + "Select groups" : "Seleccionar grupos", + "Select object classes" : "Selecionar classes de objetos", + "Select attributes" : "Selecionar atributos", + "Connection test succeeded" : "Teste de ligação com sucesso.", + "Connection test failed" : "Erro no teste de ligação.", + "Do you really want to delete the current Server Configuration?" : "Deseja realmente apagar as configurações de servidor actuais?", + "Confirm Deletion" : "Confirmar a operação de apagar", + "_%s group found_::_%s groups found_" : ["%s grupo encontrado","%s grupos encontrados"], + "_%s user found_::_%s users found_" : ["%s utilizador encontrado","%s utilizadores encontrados"], + "Could not find the desired feature" : "Não se encontrou a função desejada", + "Invalid Host" : "Hospedeiro Inválido", + "Server" : "Servidor", + "User Filter" : "Filtro de utilizadores", + "Login Filter" : "Filtro de Login", + "Group Filter" : "Filtrar por grupo", + "Save" : "Guardar", + "Test Configuration" : "Testar a configuração", + "Help" : "Ajuda", + "Groups meeting these criteria are available in %s:" : "Grupos que satisfazerem estes critérios estão disponíveis em %s:", + "only those object classes:" : "apenas essas classes de objetos:", + "only from those groups:" : "apenas desses grupos:", + "Edit raw filter instead" : "Editar filtro raw em vez disso", + "Raw LDAP filter" : "Filtro LDAP Raw", + "The filter specifies which LDAP groups shall have access to the %s instance." : "O filtro especifica quais grupos LDAP devem ter acesso à instância %s.", + "Test Filter" : "Testar Filtro", + "groups found" : "grupos encontrados", + "Users login with this attribute:" : "Utilizadores entrar com este atributo:", + "LDAP Username:" : "Nome de utilizador LDAP:", + "LDAP Email Address:" : "Endereço de correio eletrónico LDAP:", + "Other Attributes:" : "Outros Atributos:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define o filtro a aplicar, quando se tenta uma sessão. %%uid substitui o nome de utilizador na ação de início de sessão. Exemplo: \"uid=%%uid\"", + "1. Server" : "1. Servidor", + "%s. Server:" : "%s. Servvidor", + "Add Server Configuration" : "Adicionar configurações do servidor", + "Delete Configuration" : "Apagar Configuração", + "Host" : "Anfitrião", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Pode omitir o protocolo, excepto se necessitar de SSL. Neste caso, comece com ldaps://", + "Port" : "Porto", + "User DN" : "DN do utilizador", + "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." : "O DN to cliente ", + "Password" : "Password", + "For anonymous access, leave DN and Password empty." : "Para acesso anónimo, deixe DN e a Palavra-passe vazios.", + "One Base DN per line" : "Uma base DN por linho", + "You can specify Base DN for users and groups in the Advanced tab" : "Pode especificar o ND Base para utilizadores e grupos no separador Avançado", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita pedidos LDAP automáticos. Melhor para grandes configurações, mas requer conhecimentos LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Introduzir filtros LDAP manualmente (recomendado para directórios grandes)", + "Limit %s access to users meeting these criteria:" : "Limitar o acesso a %s de utilizadores com estes critérios:", + "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais utilizadores do LDAP devem ter acesso à instância %s.", + "users found" : "utilizadores encontrados", + "Saving" : "Guardando", + "Back" : "Voltar", + "Continue" : "Continuar", + "Expert" : "Perito", + "Advanced" : "Avançado", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Aviso: A aplicação user_ldap e user_webdavauth são incompativeis. A aplicação pode tornar-se instável. Por favor, peça ao seu administrador para desactivar uma das aplicações.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Aviso: O módulo PHP LDAP não está instalado, logo não irá funcionar. Por favor peça ao administrador para o instalar.", + "Connection Settings" : "Definições de ligação", + "Configuration Active" : "Configuração activa", + "When unchecked, this configuration will be skipped." : "Se não estiver marcada, esta definição não será tida em conta.", + "Backup (Replica) Host" : "Servidor de Backup (Réplica)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Forneça um servidor (anfitrião) de backup. Deve ser uma réplica do servidor principal de LDAP/AD ", + "Backup (Replica) Port" : "Porta do servidor de backup (Replica)", + "Disable Main Server" : "Desactivar servidor principal", + "Only connect to the replica server." : "Ligar apenas ao servidor de réplicas.", + "Case insensitive LDAP server (Windows)" : "Servidor LDAP (Windows) não é sensível a maiúsculas.", + "Turn off SSL certificate validation." : "Desligar a validação de certificado SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Não recomendado, use-o somente para teste! ligação só funciona com esta opção, importar o certificado SSL do servidor LDAP para o seu servidor %s.", + "Cache Time-To-Live" : "Cache do tempo de vida dos objetos no servidor", + "in seconds. A change empties the cache." : "em segundos. Uma alteração esvazia a cache.", + "Directory Settings" : "Definições de directorias", + "User Display Name Field" : "Mostrador do nome de utilizador.", + "The LDAP attribute to use to generate the user's display name." : "Atributo LDAP para gerar o nome de utilizador do ownCloud.", + "Base User Tree" : "Base da árvore de utilizadores.", + "One User Base DN per line" : "Uma base de utilizador DN por linha", + "User Search Attributes" : "Utilizar atributos de pesquisa", + "Optional; one attribute per line" : "Opcional; Um atributo por linha", + "Group Display Name Field" : "Mostrador do nome do grupo.", + "The LDAP attribute to use to generate the groups's display name." : "Atributo LDAP para gerar o nome do grupo do ownCloud.", + "Base Group Tree" : "Base da árvore de grupos.", + "One Group Base DN per line" : "Uma base de grupo DN por linha", + "Group Search Attributes" : "Atributos de pesquisa de grupo", + "Group-Member association" : "Associar utilizador ao grupo.", + "Nested Groups" : "Grupos agrupados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando habilitado os grupos, os grupos são suportados. (Só funciona se o atributo de membro de grupo contém DNs.)", + "Paging chunksize" : "Bloco de paginação", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Tamanho do bloco usado para pesquisas LDAP paginados que podem retornar resultados volumosos como utilizador ou grupo de enumeração. (Defini-lo 0 desactiva paginada das pesquisas LDAP nessas situações.)", + "Special Attributes" : "Atributos especiais", + "Quota Field" : "Quota", + "Quota Default" : "Quota padrão", + "in bytes" : "em bytes", + "Email Field" : "Campo de email", + "User Home Folder Naming Rule" : "Regra da pasta inicial do utilizador", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para nome de utilizador (padrão). De outro modo, especifique um atributo LDAP/AD.", + "Internal Username" : "Nome de utilizador interno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por padrão o nome de utilizador interno vai ser criado através do atributo UUID. Desta forma é assegurado que o nome é único e os caracteres não necessitam de serem convertidos. O nome interno tem a restrição de que apenas estes caracteres são permitidos: [ a-zA-Z0-9_.@- ]. Outros caracteres são substituídos pela sua correspondência ASCII ou simplesmente omitidos. Mesmo assim, quando for detetado uma colisão irá ser acrescentado um número. O nome interno é usado para identificar o utilizador internamente. É também o nome utilizado para a pasta inicial no ownCloud. É também parte de URLs remotos, como por exemplo os serviços *DAV. Com esta definição, o comportamento padrão é pode ser sobreposto. Para obter o mesmo comportamento antes do ownCloud 5 introduza o atributo do nome no campo seguinte. Deixe vazio para obter o comportamento padrão. As alterações apenas serão feitas para utilizadores mapeados (adicionados) LDAP.", + "Internal Username Attribute:" : "Atributo do nome de utilizador interno", + "Override UUID detection" : "Passar a detecção do UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defeito, o ownCloud detecta automaticamente o atributo UUID. Este atributo é usado para identificar inequivocamente grupos e utilizadores LDAP. Igualmente, o nome de utilizador interno é criado com base no UUID, se o contrário não for especificado. Pode sobrepor esta definição colocando um atributo à sua escolha. Tenha em atenção que esse atributo deve ser válido tanto para grupos como para utilizadores, e que é único. Deixe em branco para optar pelo comportamento por defeito. Estas alteração apenas terão efeito em novos utilizadores e grupos mapeados (adicionados).", + "UUID Attribute for Users:" : "Atributo UUID para utilizadores:", + "UUID Attribute for Groups:" : "Atributo UUID para grupos:", + "Username-LDAP User Mapping" : "Mapeamento do utilizador 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." : "O ownCloud usa nomes de utilizadores para guardar e atribuir (meta) dados. Para identificar com precisão os utilizadores, cada utilizador de LDAP tem um nome de utilizador interno. Isto requer um mapeamento entre o utilizador LDAP e o utilizador ownCloud. Adicionalmente, o DN é colocado em cache para reduzir a interação com LDAP, porém não é usado para identificação. Se o DN muda, essas alterações serão vistas pelo ownCloud. O nome interno do ownCloud é usado em todo o lado, no ownCloud. Limpar os mapeamentos deixará vestígios em todo o lado. A limpeza dos mapeamentos não é sensível à configuração, pois afeta todas as configurações de LDAP! Nunca limpe os mapeamentos num ambiente de produção, apenas o faça numa fase de testes ou experimental.", + "Clear Username-LDAP User Mapping" : "Limpar mapeamento do utilizador-LDAP", + "Clear Groupname-LDAP Group Mapping" : "Limpar o mapeamento do nome de grupo LDAP" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/pt_PT.php b/apps/user_ldap/l10n/pt_PT.php deleted file mode 100644 index 5f20348486..0000000000 --- a/apps/user_ldap/l10n/pt_PT.php +++ /dev/null @@ -1,131 +0,0 @@ - "Falhou a limpar os mapas.", -"Failed to delete the server configuration" => "Erro ao eliminar a configuração do servidor", -"The configuration is valid and the connection could be established!" => "A configuração está correcta e foi possível estabelecer a ligação!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "A configuração está correcta, mas não foi possível estabelecer o \"laço\", por favor, verifique as configurações do servidor e as credenciais.", -"The configuration is invalid. Please have a look at the logs for further details." => "A configuração é inválida. Por favor, veja o log do ownCloud para mais detalhes.", -"No action specified" => "Nenhuma acção especificada", -"No configuration specified" => "Nenhuma configuração especificada", -"No data specified" => "Nenhuma data especificada", -" Could not set configuration %s" => "Não foi possível definir a configuração %s", -"Deletion failed" => "Erro ao apagar", -"Take over settings from recent server configuration?" => "Assumir as configurações da configuração do servidor mais recente?", -"Keep settings?" => "Manter as definições?", -"{nthServer}. Server" => "{nthServer}. Servidor", -"Cannot add server configuration" => "Não foi possível adicionar as configurações do servidor.", -"mappings cleared" => "Mapas limpos", -"Success" => "Sucesso", -"Error" => "Erro", -"Please specify a Base DN" => "Por favor indique a Base DN", -"Could not determine Base DN" => "Não foi possível determinar a Base DN", -"Please specify the port" => "Por favor indique a porta", -"Configuration OK" => "Configuração OK", -"Configuration incorrect" => "Configuração incorreta", -"Configuration incomplete" => "Configuração incompleta", -"Select groups" => "Seleccionar grupos", -"Select object classes" => "Selecionar classes de objetos", -"Select attributes" => "Selecionar atributos", -"Connection test succeeded" => "Teste de ligação com sucesso.", -"Connection test failed" => "Erro no teste de ligação.", -"Do you really want to delete the current Server Configuration?" => "Deseja realmente apagar as configurações de servidor actuais?", -"Confirm Deletion" => "Confirmar a operação de apagar", -"_%s group found_::_%s groups found_" => array("%s grupo encontrado","%s grupos encontrados"), -"_%s user found_::_%s users found_" => array("%s utilizador encontrado","%s utilizadores encontrados"), -"Could not find the desired feature" => "Não se encontrou a função desejada", -"Invalid Host" => "Hospedeiro Inválido", -"Server" => "Servidor", -"User Filter" => "Filtro de utilizadores", -"Login Filter" => "Filtro de Login", -"Group Filter" => "Filtrar por grupo", -"Save" => "Guardar", -"Test Configuration" => "Testar a configuração", -"Help" => "Ajuda", -"Groups meeting these criteria are available in %s:" => "Grupos que satisfazerem estes critérios estão disponíveis em %s:", -"only those object classes:" => "apenas essas classes de objetos:", -"only from those groups:" => "apenas desses grupos:", -"Edit raw filter instead" => "Editar filtro raw em vez disso", -"Raw LDAP filter" => "Filtro LDAP Raw", -"The filter specifies which LDAP groups shall have access to the %s instance." => "O filtro especifica quais grupos LDAP devem ter acesso à instância %s.", -"Test Filter" => "Testar Filtro", -"groups found" => "grupos encontrados", -"Users login with this attribute:" => "Utilizadores entrar com este atributo:", -"LDAP Username:" => "Nome de utilizador LDAP:", -"LDAP Email Address:" => "Endereço de correio eletrónico LDAP:", -"Other Attributes:" => "Outros Atributos:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define o filtro a aplicar, quando se tenta uma sessão. %%uid substitui o nome de utilizador na ação de início de sessão. Exemplo: \"uid=%%uid\"", -"1. Server" => "1. Servidor", -"%s. Server:" => "%s. Servvidor", -"Add Server Configuration" => "Adicionar configurações do servidor", -"Delete Configuration" => "Apagar Configuração", -"Host" => "Anfitrião", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Pode omitir o protocolo, excepto se necessitar de SSL. Neste caso, comece com ldaps://", -"Port" => "Porto", -"User DN" => "DN do utilizador", -"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." => "O DN to cliente ", -"Password" => "Password", -"For anonymous access, leave DN and Password empty." => "Para acesso anónimo, deixe DN e a Palavra-passe vazios.", -"One Base DN per line" => "Uma base DN por linho", -"You can specify Base DN for users and groups in the Advanced tab" => "Pode especificar o ND Base para utilizadores e grupos no separador Avançado", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Evita pedidos LDAP automáticos. Melhor para grandes configurações, mas requer conhecimentos LDAP.", -"Manually enter LDAP filters (recommended for large directories)" => "Introduzir filtros LDAP manualmente (recomendado para directórios grandes)", -"Limit %s access to users meeting these criteria:" => "Limitar o acesso a %s de utilizadores com estes critérios:", -"The filter specifies which LDAP users shall have access to the %s instance." => "O filtro especifica quais utilizadores do LDAP devem ter acesso à instância %s.", -"users found" => "utilizadores encontrados", -"Saving" => "Guardando", -"Back" => "Voltar", -"Continue" => "Continuar", -"Expert" => "Perito", -"Advanced" => "Avançado", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Aviso: A aplicação user_ldap e user_webdavauth são incompativeis. A aplicação pode tornar-se instável. Por favor, peça ao seu administrador para desactivar uma das aplicações.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Aviso: O módulo PHP LDAP não está instalado, logo não irá funcionar. Por favor peça ao administrador para o instalar.", -"Connection Settings" => "Definições de ligação", -"Configuration Active" => "Configuração activa", -"When unchecked, this configuration will be skipped." => "Se não estiver marcada, esta definição não será tida em conta.", -"Backup (Replica) Host" => "Servidor de Backup (Réplica)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Forneça um servidor (anfitrião) de backup. Deve ser uma réplica do servidor principal de LDAP/AD ", -"Backup (Replica) Port" => "Porta do servidor de backup (Replica)", -"Disable Main Server" => "Desactivar servidor principal", -"Only connect to the replica server." => "Ligar apenas ao servidor de réplicas.", -"Case insensitive LDAP server (Windows)" => "Servidor LDAP (Windows) não é sensível a maiúsculas.", -"Turn off SSL certificate validation." => "Desligar a validação de certificado SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Não recomendado, use-o somente para teste! ligação só funciona com esta opção, importar o certificado SSL do servidor LDAP para o seu servidor %s.", -"Cache Time-To-Live" => "Cache do tempo de vida dos objetos no servidor", -"in seconds. A change empties the cache." => "em segundos. Uma alteração esvazia a cache.", -"Directory Settings" => "Definições de directorias", -"User Display Name Field" => "Mostrador do nome de utilizador.", -"The LDAP attribute to use to generate the user's display name." => "Atributo LDAP para gerar o nome de utilizador do ownCloud.", -"Base User Tree" => "Base da árvore de utilizadores.", -"One User Base DN per line" => "Uma base de utilizador DN por linha", -"User Search Attributes" => "Utilizar atributos de pesquisa", -"Optional; one attribute per line" => "Opcional; Um atributo por linha", -"Group Display Name Field" => "Mostrador do nome do grupo.", -"The LDAP attribute to use to generate the groups's display name." => "Atributo LDAP para gerar o nome do grupo do ownCloud.", -"Base Group Tree" => "Base da árvore de grupos.", -"One Group Base DN per line" => "Uma base de grupo DN por linha", -"Group Search Attributes" => "Atributos de pesquisa de grupo", -"Group-Member association" => "Associar utilizador ao grupo.", -"Nested Groups" => "Grupos agrupados", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Quando habilitado os grupos, os grupos são suportados. (Só funciona se o atributo de membro de grupo contém DNs.)", -"Paging chunksize" => "Bloco de paginação", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Tamanho do bloco usado para pesquisas LDAP paginados que podem retornar resultados volumosos como utilizador ou grupo de enumeração. (Defini-lo 0 desactiva paginada das pesquisas LDAP nessas situações.)", -"Special Attributes" => "Atributos especiais", -"Quota Field" => "Quota", -"Quota Default" => "Quota padrão", -"in bytes" => "em bytes", -"Email Field" => "Campo de email", -"User Home Folder Naming Rule" => "Regra da pasta inicial do utilizador", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Deixe vazio para nome de utilizador (padrão). De outro modo, especifique um atributo LDAP/AD.", -"Internal Username" => "Nome de utilizador interno", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Por padrão o nome de utilizador interno vai ser criado através do atributo UUID. Desta forma é assegurado que o nome é único e os caracteres não necessitam de serem convertidos. O nome interno tem a restrição de que apenas estes caracteres são permitidos: [ a-zA-Z0-9_.@- ]. Outros caracteres são substituídos pela sua correspondência ASCII ou simplesmente omitidos. Mesmo assim, quando for detetado uma colisão irá ser acrescentado um número. O nome interno é usado para identificar o utilizador internamente. É também o nome utilizado para a pasta inicial no ownCloud. É também parte de URLs remotos, como por exemplo os serviços *DAV. Com esta definição, o comportamento padrão é pode ser sobreposto. Para obter o mesmo comportamento antes do ownCloud 5 introduza o atributo do nome no campo seguinte. Deixe vazio para obter o comportamento padrão. As alterações apenas serão feitas para utilizadores mapeados (adicionados) LDAP.", -"Internal Username Attribute:" => "Atributo do nome de utilizador interno", -"Override UUID detection" => "Passar a detecção do UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Por defeito, o ownCloud detecta automaticamente o atributo UUID. Este atributo é usado para identificar inequivocamente grupos e utilizadores LDAP. Igualmente, o nome de utilizador interno é criado com base no UUID, se o contrário não for especificado. Pode sobrepor esta definição colocando um atributo à sua escolha. Tenha em atenção que esse atributo deve ser válido tanto para grupos como para utilizadores, e que é único. Deixe em branco para optar pelo comportamento por defeito. Estas alteração apenas terão efeito em novos utilizadores e grupos mapeados (adicionados).", -"UUID Attribute for Users:" => "Atributo UUID para utilizadores:", -"UUID Attribute for Groups:" => "Atributo UUID para grupos:", -"Username-LDAP User Mapping" => "Mapeamento do utilizador 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." => "O ownCloud usa nomes de utilizadores para guardar e atribuir (meta) dados. Para identificar com precisão os utilizadores, cada utilizador de LDAP tem um nome de utilizador interno. Isto requer um mapeamento entre o utilizador LDAP e o utilizador ownCloud. Adicionalmente, o DN é colocado em cache para reduzir a interação com LDAP, porém não é usado para identificação. Se o DN muda, essas alterações serão vistas pelo ownCloud. O nome interno do ownCloud é usado em todo o lado, no ownCloud. Limpar os mapeamentos deixará vestígios em todo o lado. A limpeza dos mapeamentos não é sensível à configuração, pois afeta todas as configurações de LDAP! Nunca limpe os mapeamentos num ambiente de produção, apenas o faça numa fase de testes ou experimental.", -"Clear Username-LDAP User Mapping" => "Limpar mapeamento do utilizador-LDAP", -"Clear Groupname-LDAP Group Mapping" => "Limpar o mapeamento do nome de grupo LDAP" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ro.js b/apps/user_ldap/l10n/ro.js new file mode 100644 index 0000000000..1e96a367a2 --- /dev/null +++ b/apps/user_ldap/l10n/ro.js @@ -0,0 +1,61 @@ +OC.L10N.register( + "user_ldap", + { + "The configuration is valid and the connection could be established!" : "Configuraţia este valida şi s-a stabilit conectarea", + "No action specified" : "Nu este specificata nici o acţiune ", + "No configuration specified" : "Nu este specificata nici o configurare ", + "Deletion failed" : "Ștergerea a eșuat", + "Keep settings?" : "Păstraţi setările ?", + "Cannot add server configuration" : "Nu se poate adăuga configuraţia serverului ", + "Success" : "Succes", + "Error" : "Eroare", + "Configuration OK" : "Configuraţie valida", + "Configuration incorrect" : "Configuraţie incorecta ", + "Configuration incomplete" : "Configuraţie incompleta ", + "Select groups" : "Selectaţi grupuri ", + "Select attributes" : "Selectaţi caracteristici", + "Connection test succeeded" : "Testul de conectare a reuşit ", + "Connection test failed" : "Testul de conectare a eşuat ", + "Do you really want to delete the current Server Configuration?" : "Sunteţi sigur ca vreţi sa ştergeţi configuraţia actuala a serverului ?", + "Confirm Deletion" : "Confirmaţi Ştergerea ", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Group Filter" : "Fitrare Grup", + "Save" : "Salvează", + "Test Configuration" : "Configurare test", + "Help" : "Ajutor", + "Other Attributes:" : "Alte caracteristici :", + "Add Server Configuration" : "Adăugaţi Configuraţia Serverului", + "Host" : "Gazdă", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Puteți omite protocolul, decât dacă folosiți SSL. Atunci se începe cu ldaps://", + "Port" : "Portul", + "User DN" : "DN al utilizatorului", + "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-ul clientului utilizator cu care se va efectua conectarea, d.e. uid=agent,dc=example,dc=com. Pentru acces anonim, lăsăți DN și Parolă libere.", + "Password" : "Parolă", + "For anonymous access, leave DN and Password empty." : "Pentru acces anonim, lăsați DN și Parolă libere.", + "One Base DN per line" : "Un Base DN pe linie", + "You can specify Base DN for users and groups in the Advanced tab" : "Puteți să specificați DN de bază pentru utilizatori și grupuri în fila Avansat", + "users found" : "Utilizatori găsiţi ", + "Back" : "Înapoi", + "Continue" : "Continuă", + "Advanced" : "Avansat", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Atenție Modulul PHP LDAP nu este instalat, infrastructura nu va funcționa. Contactează administratorul sistemului pentru al instala.", + "Connection Settings" : "Setările de conexiune", + "Configuration Active" : "Configuraţie activa ", + "Disable Main Server" : "Dezactivaţi serverul principal", + "Turn off SSL certificate validation." : "Oprește validarea certificatelor SSL ", + "in seconds. A change empties the cache." : "în secunde. O schimbare curăță memoria tampon.", + "Directory Settings" : "Setările directorului", + "User Display Name Field" : "Câmpul cu numele vizibil al utilizatorului", + "Base User Tree" : "Arborele de bază al Utilizatorilor", + "One User Base DN per line" : "Un User Base DN pe linie", + "Group Display Name Field" : "Câmpul cu numele grupului", + "Base Group Tree" : "Arborele de bază al Grupurilor", + "One Group Base DN per line" : "Un Group Base DN pe linie", + "Group-Member association" : "Asocierea Grup-Membru", + "Special Attributes" : "Caracteristici speciale ", + "in bytes" : "în octeți", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lăsați gol pentru numele de utilizator (implicit). În caz contrar, specificați un atribut LDAP / AD.", + "Internal Username" : "Nume utilizator intern" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/user_ldap/l10n/ro.json b/apps/user_ldap/l10n/ro.json new file mode 100644 index 0000000000..75a1c13db5 --- /dev/null +++ b/apps/user_ldap/l10n/ro.json @@ -0,0 +1,59 @@ +{ "translations": { + "The configuration is valid and the connection could be established!" : "Configuraţia este valida şi s-a stabilit conectarea", + "No action specified" : "Nu este specificata nici o acţiune ", + "No configuration specified" : "Nu este specificata nici o configurare ", + "Deletion failed" : "Ștergerea a eșuat", + "Keep settings?" : "Păstraţi setările ?", + "Cannot add server configuration" : "Nu se poate adăuga configuraţia serverului ", + "Success" : "Succes", + "Error" : "Eroare", + "Configuration OK" : "Configuraţie valida", + "Configuration incorrect" : "Configuraţie incorecta ", + "Configuration incomplete" : "Configuraţie incompleta ", + "Select groups" : "Selectaţi grupuri ", + "Select attributes" : "Selectaţi caracteristici", + "Connection test succeeded" : "Testul de conectare a reuşit ", + "Connection test failed" : "Testul de conectare a eşuat ", + "Do you really want to delete the current Server Configuration?" : "Sunteţi sigur ca vreţi sa ştergeţi configuraţia actuala a serverului ?", + "Confirm Deletion" : "Confirmaţi Ştergerea ", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Group Filter" : "Fitrare Grup", + "Save" : "Salvează", + "Test Configuration" : "Configurare test", + "Help" : "Ajutor", + "Other Attributes:" : "Alte caracteristici :", + "Add Server Configuration" : "Adăugaţi Configuraţia Serverului", + "Host" : "Gazdă", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Puteți omite protocolul, decât dacă folosiți SSL. Atunci se începe cu ldaps://", + "Port" : "Portul", + "User DN" : "DN al utilizatorului", + "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-ul clientului utilizator cu care se va efectua conectarea, d.e. uid=agent,dc=example,dc=com. Pentru acces anonim, lăsăți DN și Parolă libere.", + "Password" : "Parolă", + "For anonymous access, leave DN and Password empty." : "Pentru acces anonim, lăsați DN și Parolă libere.", + "One Base DN per line" : "Un Base DN pe linie", + "You can specify Base DN for users and groups in the Advanced tab" : "Puteți să specificați DN de bază pentru utilizatori și grupuri în fila Avansat", + "users found" : "Utilizatori găsiţi ", + "Back" : "Înapoi", + "Continue" : "Continuă", + "Advanced" : "Avansat", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Atenție Modulul PHP LDAP nu este instalat, infrastructura nu va funcționa. Contactează administratorul sistemului pentru al instala.", + "Connection Settings" : "Setările de conexiune", + "Configuration Active" : "Configuraţie activa ", + "Disable Main Server" : "Dezactivaţi serverul principal", + "Turn off SSL certificate validation." : "Oprește validarea certificatelor SSL ", + "in seconds. A change empties the cache." : "în secunde. O schimbare curăță memoria tampon.", + "Directory Settings" : "Setările directorului", + "User Display Name Field" : "Câmpul cu numele vizibil al utilizatorului", + "Base User Tree" : "Arborele de bază al Utilizatorilor", + "One User Base DN per line" : "Un User Base DN pe linie", + "Group Display Name Field" : "Câmpul cu numele grupului", + "Base Group Tree" : "Arborele de bază al Grupurilor", + "One Group Base DN per line" : "Un Group Base DN pe linie", + "Group-Member association" : "Asocierea Grup-Membru", + "Special Attributes" : "Caracteristici speciale ", + "in bytes" : "în octeți", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lăsați gol pentru numele de utilizator (implicit). În caz contrar, specificați un atribut LDAP / AD.", + "Internal Username" : "Nume utilizator intern" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ro.php b/apps/user_ldap/l10n/ro.php deleted file mode 100644 index 357fc68633..0000000000 --- a/apps/user_ldap/l10n/ro.php +++ /dev/null @@ -1,60 +0,0 @@ - "Configuraţia este valida şi s-a stabilit conectarea", -"No action specified" => "Nu este specificata nici o acţiune ", -"No configuration specified" => "Nu este specificata nici o configurare ", -"Deletion failed" => "Ștergerea a eșuat", -"Keep settings?" => "Păstraţi setările ?", -"Cannot add server configuration" => "Nu se poate adăuga configuraţia serverului ", -"Success" => "Succes", -"Error" => "Eroare", -"Configuration OK" => "Configuraţie valida", -"Configuration incorrect" => "Configuraţie incorecta ", -"Configuration incomplete" => "Configuraţie incompleta ", -"Select groups" => "Selectaţi grupuri ", -"Select attributes" => "Selectaţi caracteristici", -"Connection test succeeded" => "Testul de conectare a reuşit ", -"Connection test failed" => "Testul de conectare a eşuat ", -"Do you really want to delete the current Server Configuration?" => "Sunteţi sigur ca vreţi sa ştergeţi configuraţia actuala a serverului ?", -"Confirm Deletion" => "Confirmaţi Ştergerea ", -"_%s group found_::_%s groups found_" => array("","",""), -"_%s user found_::_%s users found_" => array("","",""), -"Group Filter" => "Fitrare Grup", -"Save" => "Salvează", -"Test Configuration" => "Configurare test", -"Help" => "Ajutor", -"Other Attributes:" => "Alte caracteristici :", -"Add Server Configuration" => "Adăugaţi Configuraţia Serverului", -"Host" => "Gazdă", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Puteți omite protocolul, decât dacă folosiți SSL. Atunci se începe cu ldaps://", -"Port" => "Portul", -"User DN" => "DN al utilizatorului", -"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-ul clientului utilizator cu care se va efectua conectarea, d.e. uid=agent,dc=example,dc=com. Pentru acces anonim, lăsăți DN și Parolă libere.", -"Password" => "Parolă", -"For anonymous access, leave DN and Password empty." => "Pentru acces anonim, lăsați DN și Parolă libere.", -"One Base DN per line" => "Un Base DN pe linie", -"You can specify Base DN for users and groups in the Advanced tab" => "Puteți să specificați DN de bază pentru utilizatori și grupuri în fila Avansat", -"users found" => "Utilizatori găsiţi ", -"Back" => "Înapoi", -"Continue" => "Continuă", -"Advanced" => "Avansat", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Atenție Modulul PHP LDAP nu este instalat, infrastructura nu va funcționa. Contactează administratorul sistemului pentru al instala.", -"Connection Settings" => "Setările de conexiune", -"Configuration Active" => "Configuraţie activa ", -"Disable Main Server" => "Dezactivaţi serverul principal", -"Turn off SSL certificate validation." => "Oprește validarea certificatelor SSL ", -"in seconds. A change empties the cache." => "în secunde. O schimbare curăță memoria tampon.", -"Directory Settings" => "Setările directorului", -"User Display Name Field" => "Câmpul cu numele vizibil al utilizatorului", -"Base User Tree" => "Arborele de bază al Utilizatorilor", -"One User Base DN per line" => "Un User Base DN pe linie", -"Group Display Name Field" => "Câmpul cu numele grupului", -"Base Group Tree" => "Arborele de bază al Grupurilor", -"One Group Base DN per line" => "Un Group Base DN pe linie", -"Group-Member association" => "Asocierea Grup-Membru", -"Special Attributes" => "Caracteristici speciale ", -"in bytes" => "în octeți", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lăsați gol pentru numele de utilizator (implicit). În caz contrar, specificați un atribut LDAP / AD.", -"Internal Username" => "Nume utilizator intern" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/user_ldap/l10n/ru.js b/apps/user_ldap/l10n/ru.js new file mode 100644 index 0000000000..dd60f9c990 --- /dev/null +++ b/apps/user_ldap/l10n/ru.js @@ -0,0 +1,128 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the 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" : "Соответствия очищены", + "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" : "Выберите группы", + "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 user found_::_%s users found_" : ["%s пользователь найден","%s пользователя найдено","%s пользователей найдено"], + "Could not find the desired feature" : "Не могу найти требуемой функциональности", + "Invalid Host" : "Неверный сервер", + "Server" : "Сервер", + "User Filter" : "Пользователи", + "Login Filter" : "Логин", + "Group Filter" : "Фильтр группы", + "Save" : "Сохранить", + "Test Configuration" : "Проверить конфигурацию", + "Help" : "Помощь", + "Groups meeting these criteria are available in %s:" : "Группы, отвечающие этим критериям доступны в %s:", + "only those object classes:" : "только эти объектные классы", + "only from those groups:" : "только из этих групп", + "Edit raw filter instead" : "Редактировать исходный фильтр", + "Raw LDAP filter" : "Исходный LDAP фильтр", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Этот фильтр определяет, какие LDAP группы должны иметь доступ к %s.", + "groups found" : "групп найдено", + "Users login with this attribute:" : "Пользователи пользуются этим атрибутом для входа:", + "LDAP Username:" : "Имя пользователя LDAP", + "LDAP Email Address:" : "LDAP адрес электронной почты:", + "Other Attributes:" : "Другие атрибуты:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Определяет фильтр для применения при попытке входа. %%uid заменяет имя пользователя при входе в систему. Например: \"uid=%%uid\"", + "1. Server" : "1. Сервер", + "%s. Server:" : "%s. Сервер:", + "Add Server Configuration" : "Добавить конфигурацию сервера", + "Delete Configuration" : "Удалить конфигурацию", + "Host" : "Сервер", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Можно опустить протокол, за исключением того, когда вам требуется SSL. Тогда начните с ldaps :/ /", + "Port" : "Порт", + "User DN" : "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 пользователя, под которым выполняется подключение, например, uid=agent,dc=example,dc=com. Для анонимного доступа оставьте DN и пароль пустыми.", + "Password" : "Пароль", + "For anonymous access, leave DN and Password empty." : "Для анонимного доступа оставьте DN и пароль пустыми.", + "One Base DN per line" : "По одной базе поиска (Base DN) в строке.", + "You can specify Base DN for users and groups in the Advanced tab" : "Вы можете задать Base DN для пользователей и групп на вкладке \"Расширенное\"", + "Limit %s access to users meeting these criteria:" : "Ограничить доступ к %s пользователям, удовлетворяющим этому критерию:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Этот фильтр указывает, какие пользователи LDAP должны иметь доступ к %s.", + "users found" : "пользователей найдено", + "Back" : "Назад", + "Continue" : "Продолжить", + "Expert" : "Эксперт", + "Advanced" : "Дополнительно", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Предупреждение: Приложения user_ldap и user_webdavauth несовместимы. Вы можете наблюдать некорректное поведение. Пожалуйста, попросите вашего системного администратора отключить одно из них.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Внимание: Модуль LDAP для PHP не установлен, бэкенд не будет работать. Пожалуйста, попросите вашего системного администратора его установить. ", + "Connection Settings" : "Настройки подключения", + "Configuration Active" : "Конфигурация активна", + "When unchecked, this configuration will be skipped." : "Когда галочка снята, эта конфигурация будет пропущена.", + "Backup (Replica) Host" : "Адрес резервного сервера", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Укажите дополнительный резервный сервер. Он должен быть репликой главного LDAP/AD сервера.", + "Backup (Replica) Port" : "Порт резервного сервера", + "Disable Main Server" : "Отключить главный сервер", + "Only connect to the replica server." : "Подключаться только к серверу-реплике.", + "Case insensitive LDAP server (Windows)" : "Нечувствительный к регистру сервер LDAP (Windows)", + "Turn off SSL certificate validation." : "Отключить проверку сертификата SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не рекомендуется, используйте только в режиме тестирования! Если соединение работает только с этой опцией, импортируйте на ваш %s сервер SSL-сертификат сервера LDAP.", + "Cache Time-To-Live" : "Кэш времени жизни", + "in seconds. A change empties the cache." : "в секундах. Изменение очистит кэш.", + "Directory Settings" : "Настройки каталога", + "User Display Name Field" : "Поле отображаемого имени пользователя", + "The LDAP attribute to use to generate the user's display name." : "Атрибут LDAP, который используется для генерации отображаемого имени пользователя.", + "Base User Tree" : "База пользовательского дерева", + "One User Base DN per line" : "По одной базовому DN пользователей в строке.", + "User Search Attributes" : "Атрибуты поиска пользоватетелей", + "Optional; one attribute per line" : "Опционально; один атрибут в строке", + "Group Display Name Field" : "Поле отображаемого имени группы", + "The LDAP attribute to use to generate the groups's display name." : "Атрибут LDAP, который используется для генерации отображаемого имени группы.", + "Base Group Tree" : "База группового дерева", + "One Group Base DN per line" : "По одной базовому DN групп в строке.", + "Group Search Attributes" : "Атрибуты поиска для группы", + "Group-Member association" : "Ассоциация Группа-Участник", + "Nested Groups" : "Вложенные группы", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "При включении, активируется поддержка групп, содержащих другие группы. (Работает только если атрибут член группы содержит DN.)", + "Paging chunksize" : "Постраничный chunksize", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "ChunkSize используется в страничных поисках LDAP которые могут возвращать громоздкие результаты, как например списки пользователей или групп. (Настройка его в \"0\" отключает страничный поиск LDAP для таких ситуаций.)", + "Special Attributes" : "Специальные атрибуты", + "Quota Field" : "Поле квоты", + "Quota Default" : "Квота по умолчанию", + "in bytes" : "в байтах", + "Email Field" : "Поле адреса электронной почты", + "User Home Folder Naming Rule" : "Правило именования домашней папки пользователя", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Оставьте пустым для использования имени пользователя (по умолчанию). Иначе укажите атрибут LDAP/AD.", + "Internal Username" : "Внутреннее имя пользователя", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "По умолчанию внутреннее имя пользователя будет создано из атрибута UUID. Таким образом имя пользователя становится уникальным и не требует конвертации символов. Внутреннее имя пользователя может состоять только из следующих символов: [ a-zA-Z0-9_.@- ]. Остальные символы замещаются соответствиями из таблицы ASCII или же просто пропускаются. При совпадении к имени будет добавлено или увеличено число. Внутреннее имя пользователя используется для внутренней идентификации пользователя. Также оно является именем по умолчанию для папки пользователя в ownCloud. Оно также является частью URL, к примеру, для всех сервисов *DAV. С помощью данной настройки можно изменить поведение по умолчанию. Чтобы достичь поведения, как было до ownCloud 5, введите атрибут отображаемого имени пользователя в этом поле. Оставьте его пустым для режима по умолчанию. Изменения будут иметь эффект только для новых подключенных (добавленных) пользователей LDAP.", + "Internal Username Attribute:" : "Атрибут для внутреннего имени:", + "Override UUID detection" : "Переопределить нахождение UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "По умолчанию ownCloud определяет атрибут UUID автоматически. Этот атрибут используется для того, чтобы достоверно идентифицировать пользователей и группы LDAP. Также на основании атрибута UUID создается внутреннее имя пользователя, если выше не указано иначе. Вы можете переопределить эту настройку и указать свой атрибут по выбору. Вы должны удостовериться, что выбранный вами атрибут может быть выбран для пользователей и групп, а также то, что он уникальный. Оставьте поле пустым для поведения по умолчанию. Изменения вступят в силу только для новых подключенных (добавленных) пользователей и групп LDAP.", + "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." : "ownCloud использует имена пользователей для хранения и назначения метаданных. Для точной идентификации и распознавания пользователей, каждый пользователь LDAP будет иметь свое внутреннее имя пользователя. Это требует привязки имени пользователя ownCloud к пользователю LDAP. При создании имя пользователя назначается идентификатору UUID пользователя LDAP. Помимо этого кешируется различающееся имя (DN) для уменьшения числа обращений к LDAP, однако оно не используется для идентификации. Если различающееся имя было изменено, об этом станет известно ownCloud. Внутреннее имя ownCloud используется повсеместно в ownCloud. После сброса привязок в базе могут сохраниться остатки старой информации. Сброс привязок не привязан к конфигурации, он повлияет на все LDAP-подключения! Ни в коем случае не рекомендуется сбрасывать привязки, если система уже находится в эксплуатации, только на этапе тестирования.", + "Clear Username-LDAP User Mapping" : "Очистить соответствия Имя-Пользователь LDAP", + "Clear Groupname-LDAP Group Mapping" : "Очистить соответствия Группа-Группа LDAP" +}, +"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/apps/user_ldap/l10n/ru.json b/apps/user_ldap/l10n/ru.json new file mode 100644 index 0000000000..065ea2f2d0 --- /dev/null +++ b/apps/user_ldap/l10n/ru.json @@ -0,0 +1,126 @@ +{ "translations": { + "Failed to clear the 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" : "Соответствия очищены", + "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" : "Выберите группы", + "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 user found_::_%s users found_" : ["%s пользователь найден","%s пользователя найдено","%s пользователей найдено"], + "Could not find the desired feature" : "Не могу найти требуемой функциональности", + "Invalid Host" : "Неверный сервер", + "Server" : "Сервер", + "User Filter" : "Пользователи", + "Login Filter" : "Логин", + "Group Filter" : "Фильтр группы", + "Save" : "Сохранить", + "Test Configuration" : "Проверить конфигурацию", + "Help" : "Помощь", + "Groups meeting these criteria are available in %s:" : "Группы, отвечающие этим критериям доступны в %s:", + "only those object classes:" : "только эти объектные классы", + "only from those groups:" : "только из этих групп", + "Edit raw filter instead" : "Редактировать исходный фильтр", + "Raw LDAP filter" : "Исходный LDAP фильтр", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Этот фильтр определяет, какие LDAP группы должны иметь доступ к %s.", + "groups found" : "групп найдено", + "Users login with this attribute:" : "Пользователи пользуются этим атрибутом для входа:", + "LDAP Username:" : "Имя пользователя LDAP", + "LDAP Email Address:" : "LDAP адрес электронной почты:", + "Other Attributes:" : "Другие атрибуты:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Определяет фильтр для применения при попытке входа. %%uid заменяет имя пользователя при входе в систему. Например: \"uid=%%uid\"", + "1. Server" : "1. Сервер", + "%s. Server:" : "%s. Сервер:", + "Add Server Configuration" : "Добавить конфигурацию сервера", + "Delete Configuration" : "Удалить конфигурацию", + "Host" : "Сервер", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Можно опустить протокол, за исключением того, когда вам требуется SSL. Тогда начните с ldaps :/ /", + "Port" : "Порт", + "User DN" : "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 пользователя, под которым выполняется подключение, например, uid=agent,dc=example,dc=com. Для анонимного доступа оставьте DN и пароль пустыми.", + "Password" : "Пароль", + "For anonymous access, leave DN and Password empty." : "Для анонимного доступа оставьте DN и пароль пустыми.", + "One Base DN per line" : "По одной базе поиска (Base DN) в строке.", + "You can specify Base DN for users and groups in the Advanced tab" : "Вы можете задать Base DN для пользователей и групп на вкладке \"Расширенное\"", + "Limit %s access to users meeting these criteria:" : "Ограничить доступ к %s пользователям, удовлетворяющим этому критерию:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Этот фильтр указывает, какие пользователи LDAP должны иметь доступ к %s.", + "users found" : "пользователей найдено", + "Back" : "Назад", + "Continue" : "Продолжить", + "Expert" : "Эксперт", + "Advanced" : "Дополнительно", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Предупреждение: Приложения user_ldap и user_webdavauth несовместимы. Вы можете наблюдать некорректное поведение. Пожалуйста, попросите вашего системного администратора отключить одно из них.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Внимание: Модуль LDAP для PHP не установлен, бэкенд не будет работать. Пожалуйста, попросите вашего системного администратора его установить. ", + "Connection Settings" : "Настройки подключения", + "Configuration Active" : "Конфигурация активна", + "When unchecked, this configuration will be skipped." : "Когда галочка снята, эта конфигурация будет пропущена.", + "Backup (Replica) Host" : "Адрес резервного сервера", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Укажите дополнительный резервный сервер. Он должен быть репликой главного LDAP/AD сервера.", + "Backup (Replica) Port" : "Порт резервного сервера", + "Disable Main Server" : "Отключить главный сервер", + "Only connect to the replica server." : "Подключаться только к серверу-реплике.", + "Case insensitive LDAP server (Windows)" : "Нечувствительный к регистру сервер LDAP (Windows)", + "Turn off SSL certificate validation." : "Отключить проверку сертификата SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не рекомендуется, используйте только в режиме тестирования! Если соединение работает только с этой опцией, импортируйте на ваш %s сервер SSL-сертификат сервера LDAP.", + "Cache Time-To-Live" : "Кэш времени жизни", + "in seconds. A change empties the cache." : "в секундах. Изменение очистит кэш.", + "Directory Settings" : "Настройки каталога", + "User Display Name Field" : "Поле отображаемого имени пользователя", + "The LDAP attribute to use to generate the user's display name." : "Атрибут LDAP, который используется для генерации отображаемого имени пользователя.", + "Base User Tree" : "База пользовательского дерева", + "One User Base DN per line" : "По одной базовому DN пользователей в строке.", + "User Search Attributes" : "Атрибуты поиска пользоватетелей", + "Optional; one attribute per line" : "Опционально; один атрибут в строке", + "Group Display Name Field" : "Поле отображаемого имени группы", + "The LDAP attribute to use to generate the groups's display name." : "Атрибут LDAP, который используется для генерации отображаемого имени группы.", + "Base Group Tree" : "База группового дерева", + "One Group Base DN per line" : "По одной базовому DN групп в строке.", + "Group Search Attributes" : "Атрибуты поиска для группы", + "Group-Member association" : "Ассоциация Группа-Участник", + "Nested Groups" : "Вложенные группы", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "При включении, активируется поддержка групп, содержащих другие группы. (Работает только если атрибут член группы содержит DN.)", + "Paging chunksize" : "Постраничный chunksize", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "ChunkSize используется в страничных поисках LDAP которые могут возвращать громоздкие результаты, как например списки пользователей или групп. (Настройка его в \"0\" отключает страничный поиск LDAP для таких ситуаций.)", + "Special Attributes" : "Специальные атрибуты", + "Quota Field" : "Поле квоты", + "Quota Default" : "Квота по умолчанию", + "in bytes" : "в байтах", + "Email Field" : "Поле адреса электронной почты", + "User Home Folder Naming Rule" : "Правило именования домашней папки пользователя", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Оставьте пустым для использования имени пользователя (по умолчанию). Иначе укажите атрибут LDAP/AD.", + "Internal Username" : "Внутреннее имя пользователя", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "По умолчанию внутреннее имя пользователя будет создано из атрибута UUID. Таким образом имя пользователя становится уникальным и не требует конвертации символов. Внутреннее имя пользователя может состоять только из следующих символов: [ a-zA-Z0-9_.@- ]. Остальные символы замещаются соответствиями из таблицы ASCII или же просто пропускаются. При совпадении к имени будет добавлено или увеличено число. Внутреннее имя пользователя используется для внутренней идентификации пользователя. Также оно является именем по умолчанию для папки пользователя в ownCloud. Оно также является частью URL, к примеру, для всех сервисов *DAV. С помощью данной настройки можно изменить поведение по умолчанию. Чтобы достичь поведения, как было до ownCloud 5, введите атрибут отображаемого имени пользователя в этом поле. Оставьте его пустым для режима по умолчанию. Изменения будут иметь эффект только для новых подключенных (добавленных) пользователей LDAP.", + "Internal Username Attribute:" : "Атрибут для внутреннего имени:", + "Override UUID detection" : "Переопределить нахождение UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "По умолчанию ownCloud определяет атрибут UUID автоматически. Этот атрибут используется для того, чтобы достоверно идентифицировать пользователей и группы LDAP. Также на основании атрибута UUID создается внутреннее имя пользователя, если выше не указано иначе. Вы можете переопределить эту настройку и указать свой атрибут по выбору. Вы должны удостовериться, что выбранный вами атрибут может быть выбран для пользователей и групп, а также то, что он уникальный. Оставьте поле пустым для поведения по умолчанию. Изменения вступят в силу только для новых подключенных (добавленных) пользователей и групп LDAP.", + "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." : "ownCloud использует имена пользователей для хранения и назначения метаданных. Для точной идентификации и распознавания пользователей, каждый пользователь LDAP будет иметь свое внутреннее имя пользователя. Это требует привязки имени пользователя ownCloud к пользователю LDAP. При создании имя пользователя назначается идентификатору UUID пользователя LDAP. Помимо этого кешируется различающееся имя (DN) для уменьшения числа обращений к LDAP, однако оно не используется для идентификации. Если различающееся имя было изменено, об этом станет известно ownCloud. Внутреннее имя ownCloud используется повсеместно в ownCloud. После сброса привязок в базе могут сохраниться остатки старой информации. Сброс привязок не привязан к конфигурации, он повлияет на все LDAP-подключения! Ни в коем случае не рекомендуется сбрасывать привязки, если система уже находится в эксплуатации, только на этапе тестирования.", + "Clear Username-LDAP User Mapping" : "Очистить соответствия Имя-Пользователь LDAP", + "Clear Groupname-LDAP Group Mapping" : "Очистить соответствия Группа-Группа LDAP" +},"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/apps/user_ldap/l10n/ru.php b/apps/user_ldap/l10n/ru.php deleted file mode 100644 index 3bfa8ae2b1..0000000000 --- a/apps/user_ldap/l10n/ru.php +++ /dev/null @@ -1,127 +0,0 @@ - "Не удалось очистить соответствия.", -"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" => "Соответствия очищены", -"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" => "Выберите группы", -"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_" => array("%s группа найдена","%s группы найдены","%s групп найдено"), -"_%s user found_::_%s users found_" => array("%s пользователь найден","%s пользователя найдено","%s пользователей найдено"), -"Could not find the desired feature" => "Не могу найти требуемой функциональности", -"Invalid Host" => "Неверный сервер", -"Server" => "Сервер", -"User Filter" => "Пользователи", -"Login Filter" => "Логин", -"Group Filter" => "Фильтр группы", -"Save" => "Сохранить", -"Test Configuration" => "Проверить конфигурацию", -"Help" => "Помощь", -"Groups meeting these criteria are available in %s:" => "Группы, отвечающие этим критериям доступны в %s:", -"only those object classes:" => "только эти объектные классы", -"only from those groups:" => "только из этих групп", -"Edit raw filter instead" => "Редактировать исходный фильтр", -"Raw LDAP filter" => "Исходный LDAP фильтр", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Этот фильтр определяет, какие LDAP группы должны иметь доступ к %s.", -"groups found" => "групп найдено", -"Users login with this attribute:" => "Пользователи пользуются этим атрибутом для входа:", -"LDAP Username:" => "Имя пользователя LDAP", -"LDAP Email Address:" => "LDAP адрес электронной почты:", -"Other Attributes:" => "Другие атрибуты:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Определяет фильтр для применения при попытке входа. %%uid заменяет имя пользователя при входе в систему. Например: \"uid=%%uid\"", -"1. Server" => "1. Сервер", -"%s. Server:" => "%s. Сервер:", -"Add Server Configuration" => "Добавить конфигурацию сервера", -"Delete Configuration" => "Удалить конфигурацию", -"Host" => "Сервер", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Можно опустить протокол, за исключением того, когда вам требуется SSL. Тогда начните с ldaps :/ /", -"Port" => "Порт", -"User DN" => "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 пользователя, под которым выполняется подключение, например, uid=agent,dc=example,dc=com. Для анонимного доступа оставьте DN и пароль пустыми.", -"Password" => "Пароль", -"For anonymous access, leave DN and Password empty." => "Для анонимного доступа оставьте DN и пароль пустыми.", -"One Base DN per line" => "По одной базе поиска (Base DN) в строке.", -"You can specify Base DN for users and groups in the Advanced tab" => "Вы можете задать Base DN для пользователей и групп на вкладке \"Расширенное\"", -"Limit %s access to users meeting these criteria:" => "Ограничить доступ к %s пользователям, удовлетворяющим этому критерию:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Этот фильтр указывает, какие пользователи LDAP должны иметь доступ к %s.", -"users found" => "пользователей найдено", -"Back" => "Назад", -"Continue" => "Продолжить", -"Expert" => "Эксперт", -"Advanced" => "Дополнительно", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Предупреждение: Приложения user_ldap и user_webdavauth несовместимы. Вы можете наблюдать некорректное поведение. Пожалуйста, попросите вашего системного администратора отключить одно из них.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Внимание: Модуль LDAP для PHP не установлен, бэкенд не будет работать. Пожалуйста, попросите вашего системного администратора его установить. ", -"Connection Settings" => "Настройки подключения", -"Configuration Active" => "Конфигурация активна", -"When unchecked, this configuration will be skipped." => "Когда галочка снята, эта конфигурация будет пропущена.", -"Backup (Replica) Host" => "Адрес резервного сервера", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Укажите дополнительный резервный сервер. Он должен быть репликой главного LDAP/AD сервера.", -"Backup (Replica) Port" => "Порт резервного сервера", -"Disable Main Server" => "Отключить главный сервер", -"Only connect to the replica server." => "Подключаться только к серверу-реплике.", -"Case insensitive LDAP server (Windows)" => "Нечувствительный к регистру сервер LDAP (Windows)", -"Turn off SSL certificate validation." => "Отключить проверку сертификата SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Не рекомендуется, используйте только в режиме тестирования! Если соединение работает только с этой опцией, импортируйте на ваш %s сервер SSL-сертификат сервера LDAP.", -"Cache Time-To-Live" => "Кэш времени жизни", -"in seconds. A change empties the cache." => "в секундах. Изменение очистит кэш.", -"Directory Settings" => "Настройки каталога", -"User Display Name Field" => "Поле отображаемого имени пользователя", -"The LDAP attribute to use to generate the user's display name." => "Атрибут LDAP, который используется для генерации отображаемого имени пользователя.", -"Base User Tree" => "База пользовательского дерева", -"One User Base DN per line" => "По одной базовому DN пользователей в строке.", -"User Search Attributes" => "Атрибуты поиска пользоватетелей", -"Optional; one attribute per line" => "Опционально; один атрибут в строке", -"Group Display Name Field" => "Поле отображаемого имени группы", -"The LDAP attribute to use to generate the groups's display name." => "Атрибут LDAP, который используется для генерации отображаемого имени группы.", -"Base Group Tree" => "База группового дерева", -"One Group Base DN per line" => "По одной базовому DN групп в строке.", -"Group Search Attributes" => "Атрибуты поиска для группы", -"Group-Member association" => "Ассоциация Группа-Участник", -"Nested Groups" => "Вложенные группы", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "При включении, активируется поддержка групп, содержащих другие группы. (Работает только если атрибут член группы содержит DN.)", -"Paging chunksize" => "Постраничный chunksize", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "ChunkSize используется в страничных поисках LDAP которые могут возвращать громоздкие результаты, как например списки пользователей или групп. (Настройка его в \"0\" отключает страничный поиск LDAP для таких ситуаций.)", -"Special Attributes" => "Специальные атрибуты", -"Quota Field" => "Поле квоты", -"Quota Default" => "Квота по умолчанию", -"in bytes" => "в байтах", -"Email Field" => "Поле адреса электронной почты", -"User Home Folder Naming Rule" => "Правило именования домашней папки пользователя", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Оставьте пустым для использования имени пользователя (по умолчанию). Иначе укажите атрибут LDAP/AD.", -"Internal Username" => "Внутреннее имя пользователя", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "По умолчанию внутреннее имя пользователя будет создано из атрибута UUID. Таким образом имя пользователя становится уникальным и не требует конвертации символов. Внутреннее имя пользователя может состоять только из следующих символов: [ a-zA-Z0-9_.@- ]. Остальные символы замещаются соответствиями из таблицы ASCII или же просто пропускаются. При совпадении к имени будет добавлено или увеличено число. Внутреннее имя пользователя используется для внутренней идентификации пользователя. Также оно является именем по умолчанию для папки пользователя в ownCloud. Оно также является частью URL, к примеру, для всех сервисов *DAV. С помощью данной настройки можно изменить поведение по умолчанию. Чтобы достичь поведения, как было до ownCloud 5, введите атрибут отображаемого имени пользователя в этом поле. Оставьте его пустым для режима по умолчанию. Изменения будут иметь эффект только для новых подключенных (добавленных) пользователей LDAP.", -"Internal Username Attribute:" => "Атрибут для внутреннего имени:", -"Override UUID detection" => "Переопределить нахождение UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "По умолчанию ownCloud определяет атрибут UUID автоматически. Этот атрибут используется для того, чтобы достоверно идентифицировать пользователей и группы LDAP. Также на основании атрибута UUID создается внутреннее имя пользователя, если выше не указано иначе. Вы можете переопределить эту настройку и указать свой атрибут по выбору. Вы должны удостовериться, что выбранный вами атрибут может быть выбран для пользователей и групп, а также то, что он уникальный. Оставьте поле пустым для поведения по умолчанию. Изменения вступят в силу только для новых подключенных (добавленных) пользователей и групп LDAP.", -"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." => "ownCloud использует имена пользователей для хранения и назначения метаданных. Для точной идентификации и распознавания пользователей, каждый пользователь LDAP будет иметь свое внутреннее имя пользователя. Это требует привязки имени пользователя ownCloud к пользователю LDAP. При создании имя пользователя назначается идентификатору UUID пользователя LDAP. Помимо этого кешируется различающееся имя (DN) для уменьшения числа обращений к LDAP, однако оно не используется для идентификации. Если различающееся имя было изменено, об этом станет известно ownCloud. Внутреннее имя ownCloud используется повсеместно в ownCloud. После сброса привязок в базе могут сохраниться остатки старой информации. Сброс привязок не привязан к конфигурации, он повлияет на все LDAP-подключения! Ни в коем случае не рекомендуется сбрасывать привязки, если система уже находится в эксплуатации, только на этапе тестирования.", -"Clear Username-LDAP User Mapping" => "Очистить соответствия Имя-Пользователь LDAP", -"Clear Groupname-LDAP Group Mapping" => "Очистить соответствия Группа-Группа LDAP" -); -$PLURAL_FORMS = "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/apps/user_ldap/l10n/si_LK.js b/apps/user_ldap/l10n/si_LK.js new file mode 100644 index 0000000000..55d132d4c6 --- /dev/null +++ b/apps/user_ldap/l10n/si_LK.js @@ -0,0 +1,18 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "මකාදැමීම අසාර්ථකයි", + "Success" : "සාර්ථකයි", + "Error" : "දෝෂයක්", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Group Filter" : "කණ්ඩායම් පෙරහන", + "Save" : "සුරකින්න", + "Help" : "උදව්", + "Host" : "සත්කාරකය", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL අවශ්‍යය වන විට පමණක් හැර, අන් අවස්ථාවන්හිදී ප්‍රොටොකෝලය අත් හැරිය හැක. භාවිතා කරන විට ldaps:// ලෙස ආරම්භ කරන්න", + "Port" : "තොට", + "Password" : "මුර පදය", + "Advanced" : "දියුණු/උසස්" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/si_LK.json b/apps/user_ldap/l10n/si_LK.json new file mode 100644 index 0000000000..7a7f44c7a5 --- /dev/null +++ b/apps/user_ldap/l10n/si_LK.json @@ -0,0 +1,16 @@ +{ "translations": { + "Deletion failed" : "මකාදැමීම අසාර්ථකයි", + "Success" : "සාර්ථකයි", + "Error" : "දෝෂයක්", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Group Filter" : "කණ්ඩායම් පෙරහන", + "Save" : "සුරකින්න", + "Help" : "උදව්", + "Host" : "සත්කාරකය", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL අවශ්‍යය වන විට පමණක් හැර, අන් අවස්ථාවන්හිදී ප්‍රොටොකෝලය අත් හැරිය හැක. භාවිතා කරන විට ldaps:// ලෙස ආරම්භ කරන්න", + "Port" : "තොට", + "Password" : "මුර පදය", + "Advanced" : "දියුණු/උසස්" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/si_LK.php b/apps/user_ldap/l10n/si_LK.php deleted file mode 100644 index a3e8f466b7..0000000000 --- a/apps/user_ldap/l10n/si_LK.php +++ /dev/null @@ -1,17 +0,0 @@ - "මකාදැමීම අසාර්ථකයි", -"Success" => "සාර්ථකයි", -"Error" => "දෝෂයක්", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Group Filter" => "කණ්ඩායම් පෙරහන", -"Save" => "සුරකින්න", -"Help" => "උදව්", -"Host" => "සත්කාරකය", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL අවශ්‍යය වන විට පමණක් හැර, අන් අවස්ථාවන්හිදී ප්‍රොටොකෝලය අත් හැරිය හැක. භාවිතා කරන විට ldaps:// ලෙස ආරම්භ කරන්න", -"Port" => "තොට", -"Password" => "මුර පදය", -"Advanced" => "දියුණු/උසස්" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/sk_SK.js b/apps/user_ldap/l10n/sk_SK.js new file mode 100644 index 0000000000..9a15db6bb8 --- /dev/null +++ b/apps/user_ldap/l10n/sk_SK.js @@ -0,0 +1,128 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Nepodarilo sa vymazať mapovania.", + "Failed to delete the server configuration" : "Zlyhalo zmazanie nastavenia servera.", + "The configuration is valid and the connection could be established!" : "Nastavenie je v poriadku a pripojenie je stabilné.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Nastavenie je v poriadku, ale pripojenie zlyhalo. Skontrolujte nastavenia servera a prihlasovacie údaje.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurácia je chybná. Prosím, pozrite sa do logov pre ďalšie podrobnosti.", + "No action specified" : "Nie je vybraná akcia", + "No configuration specified" : "Nie je určená konfigurácia", + "No data specified" : "Nie sú vybraté dáta", + " Could not set configuration %s" : "Nemôžem nastaviť konfiguráciu %s", + "Deletion failed" : "Odstránenie zlyhalo", + "Take over settings from recent server configuration?" : "Prebrať nastavenia z nedávneho nastavenia servera?", + "Keep settings?" : "Ponechať nastavenia?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Nemožno pridať nastavenie servera", + "mappings cleared" : "mapovanie vymazané", + "Success" : "Úspešné", + "Error" : "Chyba", + "Please specify a Base DN" : "Prosím, zadajte základnú DN", + "Could not determine Base DN" : "Nemožno určiť základnú DN", + "Please specify the port" : "Prosím, zadajte port", + "Configuration OK" : "Konfigurácia je v poriadku", + "Configuration incorrect" : "Nesprávna konfigurácia", + "Configuration incomplete" : "Nekompletná konfigurácia", + "Select groups" : "Vybrať skupinu", + "Select object classes" : "Vyberte triedy objektov", + "Select attributes" : "Vyberte atribúty", + "Connection test succeeded" : "Test pripojenia bol úspešný", + "Connection test failed" : "Test pripojenia zlyhal", + "Do you really want to delete the current Server Configuration?" : "Naozaj chcete zmazať súčasné nastavenie servera?", + "Confirm Deletion" : "Potvrdiť vymazanie", + "_%s group found_::_%s groups found_" : ["%s nájdená skupina","%s nájdené skupiny","%s nájdených skupín"], + "_%s user found_::_%s users found_" : ["%s nájdený používateľ","%s nájdení používatelia","%s nájdených používateľov"], + "Could not find the desired feature" : "Nemožno nájsť požadovanú funkciu", + "Invalid Host" : "Neplatný hostiteľ", + "Server" : "Server", + "User Filter" : "Filter používateľov", + "Login Filter" : "Filter prihlasovania", + "Group Filter" : "Filter skupiny", + "Save" : "Uložiť", + "Test Configuration" : "Test nastavenia", + "Help" : "Pomoc", + "Groups meeting these criteria are available in %s:" : "Skupiny spĺňajúce tieto kritériá sú k dispozícii v %s:", + "only those object classes:" : "len tieto triedy objektov:", + "only from those groups:" : "len z týchto skupín:", + "Edit raw filter instead" : "Miesto pre úpravu raw filtra", + "Raw LDAP filter" : "Raw LDAP filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Tento filter LDAP určuje, ktoré skupiny budú mať prístup k %s inštancii.", + "groups found" : "nájdené skupiny", + "Users login with this attribute:" : "Používatelia sa budú prihlasovať pomocou tohto atribútu:", + "LDAP Username:" : "LDAP používateľské meno:", + "LDAP Email Address:" : "LDAP emailová adresa:", + "Other Attributes:" : "Iné atribúty:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Určuje použitý filter, pri pokuse o prihlásenie. %%uid nahrádza používateľské meno v činnosti prihlásenia. Napríklad: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Pridať nastavenia servera.", + "Delete Configuration" : "Zmazať nastavenia", + "Host" : "Hostiteľ", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Môžete vynechať protokol, okrem prípadu, kedy sa vyžaduje SSL. Vtedy začnite s ldaps://", + "Port" : "Port", + "User DN" : "Používateľské 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 klientského používateľa, ku ktorému tvoríte väzbu, napr. uid=agent,dc=example,dc=com. Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.", + "Password" : "Heslo", + "For anonymous access, leave DN and Password empty." : "Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.", + "One Base DN per line" : "Jedno základné DN na riadok", + "You can specify Base DN for users and groups in the Advanced tab" : "V rozšírenom nastavení môžete zadať základné DN pre používateľov a skupiny", + "Limit %s access to users meeting these criteria:" : "Obmedziť %s prístup na používateľov spĺňajúcich tieto kritériá:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Tento filter LDAP určuje, ktorí používatelia majú prístup k %s inštancii.", + "users found" : "nájdení používatelia", + "Back" : "Späť", + "Continue" : "Pokračovať", + "Expert" : "Expert", + "Advanced" : "Rozšírené", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Upozornenie: Aplikácie user_ldap a user_webdavauth sú navzájom nekompatibilné. Môžete zaznamenať neočakávané správanie. Požiadajte prosím vášho systémového administrátora pre zakázanie jedného z nich.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Upozornenie: nie je nainštalovaný LDAP modul pre PHP, backend vrstva nebude fungovať. Požiadajte administrátora systému, aby ho nainštaloval.", + "Connection Settings" : "Nastavenie pripojenia", + "Configuration Active" : "Nastavenia sú aktívne ", + "When unchecked, this configuration will be skipped." : "Ak nie je zaškrtnuté, nastavenie bude preskočené.", + "Backup (Replica) Host" : "Záložný server (kópia) hostiteľa", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Zadajte záložný LDAP/AD. Musí to byť kópia hlavného LDAP/AD servera.", + "Backup (Replica) Port" : "Záložný server (kópia) port", + "Disable Main Server" : "Zakázať hlavný server", + "Only connect to the replica server." : "Pripojiť sa len k záložnému serveru.", + "Case insensitive LDAP server (Windows)" : "LDAP server je citlivý na veľkosť písmen (Windows)", + "Turn off SSL certificate validation." : "Vypnúť overovanie SSL certifikátu.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Neodporúčané, použite iba pri testovaní! Pokiaľ spojenie funguje iba z daným nastavením, importujte SSL certifikát LDAP servera do vášho %s servera.", + "Cache Time-To-Live" : "Životnosť objektov vo vyrovnávacej pamäti", + "in seconds. A change empties the cache." : "v sekundách. Zmena vyprázdni vyrovnávaciu pamäť.", + "Directory Settings" : "Nastavenia priečinka", + "User Display Name Field" : "Pole pre zobrazované meno používateľa", + "The LDAP attribute to use to generate the user's display name." : "Atribút LDAP použitý na vygenerovanie zobrazovaného mena používateľa. ", + "Base User Tree" : "Základný používateľský strom", + "One User Base DN per line" : "Jedna používateľská základná DN na riadok", + "User Search Attributes" : "Atribúty vyhľadávania používateľov", + "Optional; one attribute per line" : "Voliteľné, jeden atribút na jeden riadok", + "Group Display Name Field" : "Pole pre zobrazenie mena skupiny", + "The LDAP attribute to use to generate the groups's display name." : "Atribút LDAP použitý na vygenerovanie zobrazovaného mena skupiny.", + "Base Group Tree" : "Základný skupinový strom", + "One Group Base DN per line" : "Jedna skupinová základná DN na riadok", + "Group Search Attributes" : "Atribúty vyhľadávania skupín", + "Group-Member association" : "Priradenie člena skupiny", + "Nested Groups" : "Vnorené skupiny", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Ak je zapnuté, tak je možné používať skupiny, ktoré obsahujú iné skupiny. (Funguje, len ak atribút člena skupiny obsahuje DN.)", + "Paging chunksize" : "Veľkosť bloku stránkovania", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Veľkosť bloku sa používa pri vyhľadávaní v LDAP v prípadoch veľkých výsledkov hľadania ako napr. zoznamy všetkých používateľov alebo skupín. (Nastavením na 0 vypnete stránkované vyhľadávanie v LDAP v týchto situáciách.)", + "Special Attributes" : "Špeciálne atribúty", + "Quota Field" : "Pole kvóty", + "Quota Default" : "Predvolená kvóta", + "in bytes" : "v bajtoch", + "Email Field" : "Pole emailu", + "User Home Folder Naming Rule" : "Pravidlo pre nastavenie názvu používateľského priečinka dát", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Nechajte prázdne pre používateľské meno (predvolené). Inak uveďte atribút z LDAP/AD.", + "Internal Username" : "Interné používateľské meno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "V predvolenom nastavení bude interné používateľské meno vytvorené z UUID atribútu. Zabezpečí sa to, že používateľské meno bude jedinečné a znaky nemusia byť prevedené. Interné meno má obmedzenie, iba tieto znaky sú povolené: [a-zA-Z0-9_ @ -.]. Ostatné znaky sú nahradené ich ASCII alebo jednoducho vynechané. Pri kolíziách používateľských mien bude číslo pridané / odobrané. Interné používateľské meno sa používa na internú identifikáciu používateľa. Je tiež predvoleným názvom používateľského domovského priečinka v ownCloud. Je tiež súčasťou URL pre vzdialený prístup, napríklad pre všetky služby *DAV. S týmto nastavením sa dá prepísať predvolené správanie. Pre dosiahnutie podobného správania sa ako pred verziou ownCloud 5 zadajte atribút zobrazenia používateľského mena v tomto poli. Ponechajte prázdne pre predvolené správanie. Zmeny budú mať vplyv iba na novo namapovaných (pridaných) LDAP používateľov.", + "Internal Username Attribute:" : "Atribút interného používateľského mena:", + "Override UUID detection" : "Prepísať UUID detekciu", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "V predvolenom nastavení je UUID atribút detekovaný automaticky. UUID atribút je použitý na jedinečnú identifikáciu používateľov a skupín z LDAP. Naviac je na základe UUID vytvorené tiež interné používateľské meno, ak nie je nastavené inak. Môžete predvolené nastavenie prepísať a použiť atribút ktorý si sami zvolíte. Musíte sa ale ubezpečiť, že atribút ktorý vyberiete bude uvedený pri používateľoch, aj pri skupinách a je jedinečný. Ponechajte prázdne pre predvolené správanie. Zmena bude mať vplyv len na novo namapovaných (pridaných) používateľov a skupiny z LDAP.", + "UUID Attribute for Users:" : "UUID atribút pre používateľov:", + "UUID Attribute for Groups:" : "UUID atribút pre skupiny:", + "Username-LDAP User Mapping" : "Mapovanie názvov LDAP používateľských mien", + "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." : "Používateľské mená sa používajú pre uchovávanie a priraďovanie (meta) dát. Pre správnu identifikáciu a rozpoznanie používateľov bude mať každý používateľ z LDAP interné používateľské meno. To je nevyhnutné pre namapovanie používateľských mien na používateľov v LDAP. Vytvorené používateľské meno je namapované na UUID používateľa v LDAP. Naviac je cachovaná DN pre obmedzenie interakcie s LDAP, ale nie je používaná pre identifikáciu. Ak sa DN zmení, bude to správne rozpoznané. Interné používateľské meno sa používa všade. Vyčistenie namapovaní vymaže zvyšky všade. Vyčistenie naviac nie je špecifické, bude mať vplyv na všetky LDAP konfigurácie! Nikdy nečistite namapovanie v produkčnom prostredí, len v testovacej alebo experimentálnej fáze.", + "Clear Username-LDAP User Mapping" : "Zrušiť mapovanie LDAP používateľských mien", + "Clear Groupname-LDAP Group Mapping" : "Zrušiť mapovanie názvov LDAP skupín" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/user_ldap/l10n/sk_SK.json b/apps/user_ldap/l10n/sk_SK.json new file mode 100644 index 0000000000..2baab6b88b --- /dev/null +++ b/apps/user_ldap/l10n/sk_SK.json @@ -0,0 +1,126 @@ +{ "translations": { + "Failed to clear the mappings." : "Nepodarilo sa vymazať mapovania.", + "Failed to delete the server configuration" : "Zlyhalo zmazanie nastavenia servera.", + "The configuration is valid and the connection could be established!" : "Nastavenie je v poriadku a pripojenie je stabilné.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Nastavenie je v poriadku, ale pripojenie zlyhalo. Skontrolujte nastavenia servera a prihlasovacie údaje.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurácia je chybná. Prosím, pozrite sa do logov pre ďalšie podrobnosti.", + "No action specified" : "Nie je vybraná akcia", + "No configuration specified" : "Nie je určená konfigurácia", + "No data specified" : "Nie sú vybraté dáta", + " Could not set configuration %s" : "Nemôžem nastaviť konfiguráciu %s", + "Deletion failed" : "Odstránenie zlyhalo", + "Take over settings from recent server configuration?" : "Prebrať nastavenia z nedávneho nastavenia servera?", + "Keep settings?" : "Ponechať nastavenia?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Nemožno pridať nastavenie servera", + "mappings cleared" : "mapovanie vymazané", + "Success" : "Úspešné", + "Error" : "Chyba", + "Please specify a Base DN" : "Prosím, zadajte základnú DN", + "Could not determine Base DN" : "Nemožno určiť základnú DN", + "Please specify the port" : "Prosím, zadajte port", + "Configuration OK" : "Konfigurácia je v poriadku", + "Configuration incorrect" : "Nesprávna konfigurácia", + "Configuration incomplete" : "Nekompletná konfigurácia", + "Select groups" : "Vybrať skupinu", + "Select object classes" : "Vyberte triedy objektov", + "Select attributes" : "Vyberte atribúty", + "Connection test succeeded" : "Test pripojenia bol úspešný", + "Connection test failed" : "Test pripojenia zlyhal", + "Do you really want to delete the current Server Configuration?" : "Naozaj chcete zmazať súčasné nastavenie servera?", + "Confirm Deletion" : "Potvrdiť vymazanie", + "_%s group found_::_%s groups found_" : ["%s nájdená skupina","%s nájdené skupiny","%s nájdených skupín"], + "_%s user found_::_%s users found_" : ["%s nájdený používateľ","%s nájdení používatelia","%s nájdených používateľov"], + "Could not find the desired feature" : "Nemožno nájsť požadovanú funkciu", + "Invalid Host" : "Neplatný hostiteľ", + "Server" : "Server", + "User Filter" : "Filter používateľov", + "Login Filter" : "Filter prihlasovania", + "Group Filter" : "Filter skupiny", + "Save" : "Uložiť", + "Test Configuration" : "Test nastavenia", + "Help" : "Pomoc", + "Groups meeting these criteria are available in %s:" : "Skupiny spĺňajúce tieto kritériá sú k dispozícii v %s:", + "only those object classes:" : "len tieto triedy objektov:", + "only from those groups:" : "len z týchto skupín:", + "Edit raw filter instead" : "Miesto pre úpravu raw filtra", + "Raw LDAP filter" : "Raw LDAP filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Tento filter LDAP určuje, ktoré skupiny budú mať prístup k %s inštancii.", + "groups found" : "nájdené skupiny", + "Users login with this attribute:" : "Používatelia sa budú prihlasovať pomocou tohto atribútu:", + "LDAP Username:" : "LDAP používateľské meno:", + "LDAP Email Address:" : "LDAP emailová adresa:", + "Other Attributes:" : "Iné atribúty:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Určuje použitý filter, pri pokuse o prihlásenie. %%uid nahrádza používateľské meno v činnosti prihlásenia. Napríklad: \"uid=%%uid\"", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Pridať nastavenia servera.", + "Delete Configuration" : "Zmazať nastavenia", + "Host" : "Hostiteľ", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Môžete vynechať protokol, okrem prípadu, kedy sa vyžaduje SSL. Vtedy začnite s ldaps://", + "Port" : "Port", + "User DN" : "Používateľské 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 klientského používateľa, ku ktorému tvoríte väzbu, napr. uid=agent,dc=example,dc=com. Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.", + "Password" : "Heslo", + "For anonymous access, leave DN and Password empty." : "Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.", + "One Base DN per line" : "Jedno základné DN na riadok", + "You can specify Base DN for users and groups in the Advanced tab" : "V rozšírenom nastavení môžete zadať základné DN pre používateľov a skupiny", + "Limit %s access to users meeting these criteria:" : "Obmedziť %s prístup na používateľov spĺňajúcich tieto kritériá:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Tento filter LDAP určuje, ktorí používatelia majú prístup k %s inštancii.", + "users found" : "nájdení používatelia", + "Back" : "Späť", + "Continue" : "Pokračovať", + "Expert" : "Expert", + "Advanced" : "Rozšírené", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Upozornenie: Aplikácie user_ldap a user_webdavauth sú navzájom nekompatibilné. Môžete zaznamenať neočakávané správanie. Požiadajte prosím vášho systémového administrátora pre zakázanie jedného z nich.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Upozornenie: nie je nainštalovaný LDAP modul pre PHP, backend vrstva nebude fungovať. Požiadajte administrátora systému, aby ho nainštaloval.", + "Connection Settings" : "Nastavenie pripojenia", + "Configuration Active" : "Nastavenia sú aktívne ", + "When unchecked, this configuration will be skipped." : "Ak nie je zaškrtnuté, nastavenie bude preskočené.", + "Backup (Replica) Host" : "Záložný server (kópia) hostiteľa", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Zadajte záložný LDAP/AD. Musí to byť kópia hlavného LDAP/AD servera.", + "Backup (Replica) Port" : "Záložný server (kópia) port", + "Disable Main Server" : "Zakázať hlavný server", + "Only connect to the replica server." : "Pripojiť sa len k záložnému serveru.", + "Case insensitive LDAP server (Windows)" : "LDAP server je citlivý na veľkosť písmen (Windows)", + "Turn off SSL certificate validation." : "Vypnúť overovanie SSL certifikátu.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Neodporúčané, použite iba pri testovaní! Pokiaľ spojenie funguje iba z daným nastavením, importujte SSL certifikát LDAP servera do vášho %s servera.", + "Cache Time-To-Live" : "Životnosť objektov vo vyrovnávacej pamäti", + "in seconds. A change empties the cache." : "v sekundách. Zmena vyprázdni vyrovnávaciu pamäť.", + "Directory Settings" : "Nastavenia priečinka", + "User Display Name Field" : "Pole pre zobrazované meno používateľa", + "The LDAP attribute to use to generate the user's display name." : "Atribút LDAP použitý na vygenerovanie zobrazovaného mena používateľa. ", + "Base User Tree" : "Základný používateľský strom", + "One User Base DN per line" : "Jedna používateľská základná DN na riadok", + "User Search Attributes" : "Atribúty vyhľadávania používateľov", + "Optional; one attribute per line" : "Voliteľné, jeden atribút na jeden riadok", + "Group Display Name Field" : "Pole pre zobrazenie mena skupiny", + "The LDAP attribute to use to generate the groups's display name." : "Atribút LDAP použitý na vygenerovanie zobrazovaného mena skupiny.", + "Base Group Tree" : "Základný skupinový strom", + "One Group Base DN per line" : "Jedna skupinová základná DN na riadok", + "Group Search Attributes" : "Atribúty vyhľadávania skupín", + "Group-Member association" : "Priradenie člena skupiny", + "Nested Groups" : "Vnorené skupiny", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Ak je zapnuté, tak je možné používať skupiny, ktoré obsahujú iné skupiny. (Funguje, len ak atribút člena skupiny obsahuje DN.)", + "Paging chunksize" : "Veľkosť bloku stránkovania", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Veľkosť bloku sa používa pri vyhľadávaní v LDAP v prípadoch veľkých výsledkov hľadania ako napr. zoznamy všetkých používateľov alebo skupín. (Nastavením na 0 vypnete stránkované vyhľadávanie v LDAP v týchto situáciách.)", + "Special Attributes" : "Špeciálne atribúty", + "Quota Field" : "Pole kvóty", + "Quota Default" : "Predvolená kvóta", + "in bytes" : "v bajtoch", + "Email Field" : "Pole emailu", + "User Home Folder Naming Rule" : "Pravidlo pre nastavenie názvu používateľského priečinka dát", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Nechajte prázdne pre používateľské meno (predvolené). Inak uveďte atribút z LDAP/AD.", + "Internal Username" : "Interné používateľské meno", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "V predvolenom nastavení bude interné používateľské meno vytvorené z UUID atribútu. Zabezpečí sa to, že používateľské meno bude jedinečné a znaky nemusia byť prevedené. Interné meno má obmedzenie, iba tieto znaky sú povolené: [a-zA-Z0-9_ @ -.]. Ostatné znaky sú nahradené ich ASCII alebo jednoducho vynechané. Pri kolíziách používateľských mien bude číslo pridané / odobrané. Interné používateľské meno sa používa na internú identifikáciu používateľa. Je tiež predvoleným názvom používateľského domovského priečinka v ownCloud. Je tiež súčasťou URL pre vzdialený prístup, napríklad pre všetky služby *DAV. S týmto nastavením sa dá prepísať predvolené správanie. Pre dosiahnutie podobného správania sa ako pred verziou ownCloud 5 zadajte atribút zobrazenia používateľského mena v tomto poli. Ponechajte prázdne pre predvolené správanie. Zmeny budú mať vplyv iba na novo namapovaných (pridaných) LDAP používateľov.", + "Internal Username Attribute:" : "Atribút interného používateľského mena:", + "Override UUID detection" : "Prepísať UUID detekciu", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "V predvolenom nastavení je UUID atribút detekovaný automaticky. UUID atribút je použitý na jedinečnú identifikáciu používateľov a skupín z LDAP. Naviac je na základe UUID vytvorené tiež interné používateľské meno, ak nie je nastavené inak. Môžete predvolené nastavenie prepísať a použiť atribút ktorý si sami zvolíte. Musíte sa ale ubezpečiť, že atribút ktorý vyberiete bude uvedený pri používateľoch, aj pri skupinách a je jedinečný. Ponechajte prázdne pre predvolené správanie. Zmena bude mať vplyv len na novo namapovaných (pridaných) používateľov a skupiny z LDAP.", + "UUID Attribute for Users:" : "UUID atribút pre používateľov:", + "UUID Attribute for Groups:" : "UUID atribút pre skupiny:", + "Username-LDAP User Mapping" : "Mapovanie názvov LDAP používateľských mien", + "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." : "Používateľské mená sa používajú pre uchovávanie a priraďovanie (meta) dát. Pre správnu identifikáciu a rozpoznanie používateľov bude mať každý používateľ z LDAP interné používateľské meno. To je nevyhnutné pre namapovanie používateľských mien na používateľov v LDAP. Vytvorené používateľské meno je namapované na UUID používateľa v LDAP. Naviac je cachovaná DN pre obmedzenie interakcie s LDAP, ale nie je používaná pre identifikáciu. Ak sa DN zmení, bude to správne rozpoznané. Interné používateľské meno sa používa všade. Vyčistenie namapovaní vymaže zvyšky všade. Vyčistenie naviac nie je špecifické, bude mať vplyv na všetky LDAP konfigurácie! Nikdy nečistite namapovanie v produkčnom prostredí, len v testovacej alebo experimentálnej fáze.", + "Clear Username-LDAP User Mapping" : "Zrušiť mapovanie LDAP používateľských mien", + "Clear Groupname-LDAP Group Mapping" : "Zrušiť mapovanie názvov LDAP skupín" +},"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/sk_SK.php b/apps/user_ldap/l10n/sk_SK.php deleted file mode 100644 index f1a7da49cb..0000000000 --- a/apps/user_ldap/l10n/sk_SK.php +++ /dev/null @@ -1,127 +0,0 @@ - "Nepodarilo sa vymazať mapovania.", -"Failed to delete the server configuration" => "Zlyhalo zmazanie nastavenia servera.", -"The configuration is valid and the connection could be established!" => "Nastavenie je v poriadku a pripojenie je stabilné.", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Nastavenie je v poriadku, ale pripojenie zlyhalo. Skontrolujte nastavenia servera a prihlasovacie údaje.", -"The configuration is invalid. Please have a look at the logs for further details." => "Konfigurácia je chybná. Prosím, pozrite sa do logov pre ďalšie podrobnosti.", -"No action specified" => "Nie je vybraná akcia", -"No configuration specified" => "Nie je určená konfigurácia", -"No data specified" => "Nie sú vybraté dáta", -" Could not set configuration %s" => "Nemôžem nastaviť konfiguráciu %s", -"Deletion failed" => "Odstránenie zlyhalo", -"Take over settings from recent server configuration?" => "Prebrať nastavenia z nedávneho nastavenia servera?", -"Keep settings?" => "Ponechať nastavenia?", -"{nthServer}. Server" => "{nthServer}. Server", -"Cannot add server configuration" => "Nemožno pridať nastavenie servera", -"mappings cleared" => "mapovanie vymazané", -"Success" => "Úspešné", -"Error" => "Chyba", -"Please specify a Base DN" => "Prosím, zadajte základnú DN", -"Could not determine Base DN" => "Nemožno určiť základnú DN", -"Please specify the port" => "Prosím, zadajte port", -"Configuration OK" => "Konfigurácia je v poriadku", -"Configuration incorrect" => "Nesprávna konfigurácia", -"Configuration incomplete" => "Nekompletná konfigurácia", -"Select groups" => "Vybrať skupinu", -"Select object classes" => "Vyberte triedy objektov", -"Select attributes" => "Vyberte atribúty", -"Connection test succeeded" => "Test pripojenia bol úspešný", -"Connection test failed" => "Test pripojenia zlyhal", -"Do you really want to delete the current Server Configuration?" => "Naozaj chcete zmazať súčasné nastavenie servera?", -"Confirm Deletion" => "Potvrdiť vymazanie", -"_%s group found_::_%s groups found_" => array("%s nájdená skupina","%s nájdené skupiny","%s nájdených skupín"), -"_%s user found_::_%s users found_" => array("%s nájdený používateľ","%s nájdení používatelia","%s nájdených používateľov"), -"Could not find the desired feature" => "Nemožno nájsť požadovanú funkciu", -"Invalid Host" => "Neplatný hostiteľ", -"Server" => "Server", -"User Filter" => "Filter používateľov", -"Login Filter" => "Filter prihlasovania", -"Group Filter" => "Filter skupiny", -"Save" => "Uložiť", -"Test Configuration" => "Test nastavenia", -"Help" => "Pomoc", -"Groups meeting these criteria are available in %s:" => "Skupiny spĺňajúce tieto kritériá sú k dispozícii v %s:", -"only those object classes:" => "len tieto triedy objektov:", -"only from those groups:" => "len z týchto skupín:", -"Edit raw filter instead" => "Miesto pre úpravu raw filtra", -"Raw LDAP filter" => "Raw LDAP filter", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Tento filter LDAP určuje, ktoré skupiny budú mať prístup k %s inštancii.", -"groups found" => "nájdené skupiny", -"Users login with this attribute:" => "Používatelia sa budú prihlasovať pomocou tohto atribútu:", -"LDAP Username:" => "LDAP používateľské meno:", -"LDAP Email Address:" => "LDAP emailová adresa:", -"Other Attributes:" => "Iné atribúty:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Určuje použitý filter, pri pokuse o prihlásenie. %%uid nahrádza používateľské meno v činnosti prihlásenia. Napríklad: \"uid=%%uid\"", -"1. Server" => "1. Server", -"%s. Server:" => "%s. Server:", -"Add Server Configuration" => "Pridať nastavenia servera.", -"Delete Configuration" => "Zmazať nastavenia", -"Host" => "Hostiteľ", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Môžete vynechať protokol, okrem prípadu, kedy sa vyžaduje SSL. Vtedy začnite s ldaps://", -"Port" => "Port", -"User DN" => "Používateľské 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 klientského používateľa, ku ktorému tvoríte väzbu, napr. uid=agent,dc=example,dc=com. Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.", -"Password" => "Heslo", -"For anonymous access, leave DN and Password empty." => "Pre anonymný prístup ponechajte údaje DN a Heslo prázdne.", -"One Base DN per line" => "Jedno základné DN na riadok", -"You can specify Base DN for users and groups in the Advanced tab" => "V rozšírenom nastavení môžete zadať základné DN pre používateľov a skupiny", -"Limit %s access to users meeting these criteria:" => "Obmedziť %s prístup na používateľov spĺňajúcich tieto kritériá:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Tento filter LDAP určuje, ktorí používatelia majú prístup k %s inštancii.", -"users found" => "nájdení používatelia", -"Back" => "Späť", -"Continue" => "Pokračovať", -"Expert" => "Expert", -"Advanced" => "Rozšírené", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Upozornenie: Aplikácie user_ldap a user_webdavauth sú navzájom nekompatibilné. Môžete zaznamenať neočakávané správanie. Požiadajte prosím vášho systémového administrátora pre zakázanie jedného z nich.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Upozornenie: nie je nainštalovaný LDAP modul pre PHP, backend vrstva nebude fungovať. Požiadajte administrátora systému, aby ho nainštaloval.", -"Connection Settings" => "Nastavenie pripojenia", -"Configuration Active" => "Nastavenia sú aktívne ", -"When unchecked, this configuration will be skipped." => "Ak nie je zaškrtnuté, nastavenie bude preskočené.", -"Backup (Replica) Host" => "Záložný server (kópia) hostiteľa", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Zadajte záložný LDAP/AD. Musí to byť kópia hlavného LDAP/AD servera.", -"Backup (Replica) Port" => "Záložný server (kópia) port", -"Disable Main Server" => "Zakázať hlavný server", -"Only connect to the replica server." => "Pripojiť sa len k záložnému serveru.", -"Case insensitive LDAP server (Windows)" => "LDAP server je citlivý na veľkosť písmen (Windows)", -"Turn off SSL certificate validation." => "Vypnúť overovanie SSL certifikátu.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Neodporúčané, použite iba pri testovaní! Pokiaľ spojenie funguje iba z daným nastavením, importujte SSL certifikát LDAP servera do vášho %s servera.", -"Cache Time-To-Live" => "Životnosť objektov vo vyrovnávacej pamäti", -"in seconds. A change empties the cache." => "v sekundách. Zmena vyprázdni vyrovnávaciu pamäť.", -"Directory Settings" => "Nastavenia priečinka", -"User Display Name Field" => "Pole pre zobrazované meno používateľa", -"The LDAP attribute to use to generate the user's display name." => "Atribút LDAP použitý na vygenerovanie zobrazovaného mena používateľa. ", -"Base User Tree" => "Základný používateľský strom", -"One User Base DN per line" => "Jedna používateľská základná DN na riadok", -"User Search Attributes" => "Atribúty vyhľadávania používateľov", -"Optional; one attribute per line" => "Voliteľné, jeden atribút na jeden riadok", -"Group Display Name Field" => "Pole pre zobrazenie mena skupiny", -"The LDAP attribute to use to generate the groups's display name." => "Atribút LDAP použitý na vygenerovanie zobrazovaného mena skupiny.", -"Base Group Tree" => "Základný skupinový strom", -"One Group Base DN per line" => "Jedna skupinová základná DN na riadok", -"Group Search Attributes" => "Atribúty vyhľadávania skupín", -"Group-Member association" => "Priradenie člena skupiny", -"Nested Groups" => "Vnorené skupiny", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Ak je zapnuté, tak je možné používať skupiny, ktoré obsahujú iné skupiny. (Funguje, len ak atribút člena skupiny obsahuje DN.)", -"Paging chunksize" => "Veľkosť bloku stránkovania", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Veľkosť bloku sa používa pri vyhľadávaní v LDAP v prípadoch veľkých výsledkov hľadania ako napr. zoznamy všetkých používateľov alebo skupín. (Nastavením na 0 vypnete stránkované vyhľadávanie v LDAP v týchto situáciách.)", -"Special Attributes" => "Špeciálne atribúty", -"Quota Field" => "Pole kvóty", -"Quota Default" => "Predvolená kvóta", -"in bytes" => "v bajtoch", -"Email Field" => "Pole emailu", -"User Home Folder Naming Rule" => "Pravidlo pre nastavenie názvu používateľského priečinka dát", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Nechajte prázdne pre používateľské meno (predvolené). Inak uveďte atribút z LDAP/AD.", -"Internal Username" => "Interné používateľské meno", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "V predvolenom nastavení bude interné používateľské meno vytvorené z UUID atribútu. Zabezpečí sa to, že používateľské meno bude jedinečné a znaky nemusia byť prevedené. Interné meno má obmedzenie, iba tieto znaky sú povolené: [a-zA-Z0-9_ @ -.]. Ostatné znaky sú nahradené ich ASCII alebo jednoducho vynechané. Pri kolíziách používateľských mien bude číslo pridané / odobrané. Interné používateľské meno sa používa na internú identifikáciu používateľa. Je tiež predvoleným názvom používateľského domovského priečinka v ownCloud. Je tiež súčasťou URL pre vzdialený prístup, napríklad pre všetky služby *DAV. S týmto nastavením sa dá prepísať predvolené správanie. Pre dosiahnutie podobného správania sa ako pred verziou ownCloud 5 zadajte atribút zobrazenia používateľského mena v tomto poli. Ponechajte prázdne pre predvolené správanie. Zmeny budú mať vplyv iba na novo namapovaných (pridaných) LDAP používateľov.", -"Internal Username Attribute:" => "Atribút interného používateľského mena:", -"Override UUID detection" => "Prepísať UUID detekciu", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "V predvolenom nastavení je UUID atribút detekovaný automaticky. UUID atribút je použitý na jedinečnú identifikáciu používateľov a skupín z LDAP. Naviac je na základe UUID vytvorené tiež interné používateľské meno, ak nie je nastavené inak. Môžete predvolené nastavenie prepísať a použiť atribút ktorý si sami zvolíte. Musíte sa ale ubezpečiť, že atribút ktorý vyberiete bude uvedený pri používateľoch, aj pri skupinách a je jedinečný. Ponechajte prázdne pre predvolené správanie. Zmena bude mať vplyv len na novo namapovaných (pridaných) používateľov a skupiny z LDAP.", -"UUID Attribute for Users:" => "UUID atribút pre používateľov:", -"UUID Attribute for Groups:" => "UUID atribút pre skupiny:", -"Username-LDAP User Mapping" => "Mapovanie názvov LDAP používateľských mien", -"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." => "Používateľské mená sa používajú pre uchovávanie a priraďovanie (meta) dát. Pre správnu identifikáciu a rozpoznanie používateľov bude mať každý používateľ z LDAP interné používateľské meno. To je nevyhnutné pre namapovanie používateľských mien na používateľov v LDAP. Vytvorené používateľské meno je namapované na UUID používateľa v LDAP. Naviac je cachovaná DN pre obmedzenie interakcie s LDAP, ale nie je používaná pre identifikáciu. Ak sa DN zmení, bude to správne rozpoznané. Interné používateľské meno sa používa všade. Vyčistenie namapovaní vymaže zvyšky všade. Vyčistenie naviac nie je špecifické, bude mať vplyv na všetky LDAP konfigurácie! Nikdy nečistite namapovanie v produkčnom prostredí, len v testovacej alebo experimentálnej fáze.", -"Clear Username-LDAP User Mapping" => "Zrušiť mapovanie LDAP používateľských mien", -"Clear Groupname-LDAP Group Mapping" => "Zrušiť mapovanie názvov LDAP skupín" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/user_ldap/l10n/sl.js b/apps/user_ldap/l10n/sl.js new file mode 100644 index 0000000000..89b46edd43 --- /dev/null +++ b/apps/user_ldap/l10n/sl.js @@ -0,0 +1,128 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Čiščenje preslikav je spodletelo.", + "Failed to delete the server configuration" : "Brisanje nastavitev strežnika je spodletelo.", + "The configuration is valid and the connection could be established!" : "Nastavitev je veljavna, zato je povezavo mogoče vzpostaviti!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Nastavitev je veljavna, vendar pa je vez spodletela. Preveriti je treba nastavitve strežnika in ustreznost poveril.", + "The configuration is invalid. Please have a look at the logs for further details." : "Nastavitev ni veljavna. Več podrobnosti o napaki je zabeleženih v dnevniku.", + "No action specified" : "Ni določenega dejanja", + "No configuration specified" : "Ni določenih nastavitev", + "No data specified" : "Ni navedenih podatkov", + " Could not set configuration %s" : "Ni mogoče uveljaviti nastavitev %s", + "Deletion failed" : "Brisanje je spodletelo.", + "Take over settings from recent server configuration?" : "Ali naj bodo prevzete nedavne nastavitve strežnika?", + "Keep settings?" : "Ali naj se nastavitve ohranijo?", + "{nthServer}. Server" : "{nthServer}. strežnik", + "Cannot add server configuration" : "Ni mogoče dodati nastavitev strežnika", + "mappings cleared" : "preslikave so izbrisane", + "Success" : "Uspešno končano.", + "Error" : "Napaka", + "Please specify a Base DN" : "Določite osnovno enolično ime (base DN)", + "Could not determine Base DN" : "Ni mogoče določiti osnovnega enoličnega imena (base DN)", + "Please specify the port" : "Določiti je treba vrata", + "Configuration OK" : "Nastavitev je ustrezna", + "Configuration incorrect" : "Nastavitev ni ustrezna", + "Configuration incomplete" : "Nastavitev je nepopolna", + "Select groups" : "Izberi skupine", + "Select object classes" : "Izbor razredov predmeta", + "Select attributes" : "Izbor atributov", + "Connection test succeeded" : "Preizkus povezave je uspešno končan.", + "Connection test failed" : "Preizkus povezave je spodletel.", + "Do you really want to delete the current Server Configuration?" : "Ali res želite izbrisati trenutne nastavitve strežnika?", + "Confirm Deletion" : "Potrdi brisanje", + "_%s group found_::_%s groups found_" : ["%s najdena skupina","%s najdeni skupini","%s najdene skupine","%s najdenih skupin"], + "_%s user found_::_%s users found_" : ["%s najden uporabnik","%s najdena uporabnika","%s najdeni uporabniki","%s najdenih uporabnikov"], + "Could not find the desired feature" : "Želene zmožnosti ni mogoče najti", + "Invalid Host" : "Neveljaven gostitelj", + "Server" : "Strežnik", + "User Filter" : "Uporabniški filter", + "Login Filter" : "Filter prijave", + "Group Filter" : "Filter skupin", + "Save" : "Shrani", + "Test Configuration" : "Preizkusne nastavitve", + "Help" : "Pomoč", + "Groups meeting these criteria are available in %s:" : "Skupine, ki so skladne s kriterijem, so na voljo v %s:", + "only those object classes:" : "le razredi predmeta:", + "only from those groups:" : "le iz skupin:", + "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.", + "groups found" : "najdenih skupin", + "Users login with this attribute:" : "Uporabniki se prijavijo z atributom:", + "LDAP Username:" : "Uporabniško ime LDAP:", + "LDAP Email Address:" : "Elektronski naslov LDAP:", + "Other Attributes:" : "Drugi atributi:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Določi filter, ki bo uveljavljen ob poskusu prijave. %%uid zamenja uporabniško ime pri prijavi, na primer: \"uid=%%uid\"", + "1. Server" : "1. strežnik", + "%s. Server:" : "%s. strežnik:", + "Add Server Configuration" : "Dodaj nastavitve strežnika", + "Delete Configuration" : "Izbriši nastavitve", + "Host" : "Gostitelj", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokol je lahko izpuščen, če ni posebej zahtevan SSL. V tem primeru se mora naslov začeti z ldaps://", + "Port" : "Vrata", + "User DN" : "Uporabnikovo enolično ime", + "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." : "Enolično ime uporabnikovega odjemalca, s katerim naj se opravi vezava, npr. uid=agent,dc=example,dc=com. Za brezimni dostop sta polji prikaznega imena in gesla prazni.", + "Password" : "Geslo", + "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.", + "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", + "Back" : "Nazaj", + "Continue" : "Nadaljuj", + "Expert" : "Napredno", + "Advanced" : "Napredne možnosti", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Opozorilo: določili user_ldap in user_webdavauth sta neskladni, kar lahko vpliva na delovanje sistema. O napaki pošljite poročilo skrbniku sistema in opozorite, da je treba eno izmed možnosti onemogočiti.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Opozorilo: modul PHP LDAP mora biti nameščen, sicer vmesnik ne bo deloval. Paket je treba namestiti.", + "Connection Settings" : "Nastavitve povezave", + "Configuration Active" : "Dejavna nastavitev", + "When unchecked, this configuration will be skipped." : "Neizbrana možnost preskoči nastavitev.", + "Backup (Replica) Host" : "Varnostna kopija (replika) podatkov gostitelja", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Podati je treba izbirno varnostno kopijo gostitelja. Ta mora biti natančna replika strežnika LDAP/AD.", + "Backup (Replica) Port" : "Vrata varnostne kopije (replike)", + "Disable Main Server" : "Onemogoči glavni strežnik", + "Only connect to the replica server." : "Poveži le s podvojenim strežnikom.", + "Case insensitive LDAP server (Windows)" : "Strežnik LDAP (brez upoštevanja velikosti črk) (Windows)", + "Turn off SSL certificate validation." : "Onemogoči določanje veljavnosti potrdila SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Možnosti ni priporočljivo uporabiti; namenjena je zgolj preizkušanju! Če deluje povezava le s to možnostjo, je treba uvoziti potrdilo SSL strežnika LDAP na strežnik %s.", + "Cache Time-To-Live" : "Predpomni podatke TTL", + "in seconds. A change empties the cache." : "v sekundah. Sprememba izprazni predpomnilnik.", + "Directory Settings" : "Nastavitve mape", + "User Display Name Field" : "Polje za uporabnikovo prikazano ime", + "The LDAP attribute to use to generate the user's display name." : "Atribut LDAP za uporabo pri ustvarjanju prikaznega imena uporabnika.", + "Base User Tree" : "Osnovno uporabniško drevo", + "One User Base DN per line" : "Eno osnovno uporabniško ime na vrstico", + "User Search Attributes" : "Uporabnikovi atributi iskanja", + "Optional; one attribute per line" : "Izbirno; en atribut na vrstico", + "Group Display Name Field" : "Polje za prikazano ime skupine", + "The LDAP attribute to use to generate the groups's display name." : "Atribut LDAP za uporabo pri ustvarjanju prikaznega imena skupine.", + "Base Group Tree" : "Osnovno drevo skupine", + "One Group Base DN per line" : "Eno osnovno ime skupine na vrstico", + "Group Search Attributes" : "Skupinski atributi iskanja", + "Group-Member association" : "Povezava član-skupina", + "Nested Groups" : "Gnezdene skupine", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Možnost omogoča podporo skupinam, ki vključujejo skupine. Deluje je, če atribut članstva skupine vsebuje enolično ime (DN).", + "Paging chunksize" : "Velikost odvoda za razbremenitev delovnega pomnilnik", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Velikost odvoda za razbremenitev delovnega pomnilnika, ki ga uporablja iskalnik LDAP, pri oštevilčenju uporabnika ali skupine (vrednost 0 možnost onemogoči).", + "Special Attributes" : "Posebni atributi", + "Quota Field" : "Polje količinske omejitve", + "Quota Default" : "Privzeta količinska omejitev", + "in bytes" : "v bajtih", + "Email Field" : "Polje elektronske pošte", + "User Home Folder Naming Rule" : "Pravila poimenovanja uporabniške osebne mape", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Pustite prazno za uporabniško ime (privzeto), sicer navedite atribut LDAP/AD.", + "Internal Username" : "Programsko uporabniško ime", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Privzeto je notranje uporabniško ime ustvarjeno na osnovi atributa UUID. To omogoča določitev uporabniškega imena kot enoličnega, zato znakov ni treba pretvarjati. Notranje ime je omejeno na standardne znake: [ a-zA-Z0-9_.@- ]. Morebitni drugi znaki so zamenjani z ustreznim ASCII znakom, ali pa so enostavno izpuščeni. V primeru sporov je prišteta ali odšteta številčna vrednost. Notranje uporabniško ime je uporabljeno za določanje uporabnika in je privzeto ime uporabnikove domače mape. Hkrati je tudi del oddaljenega naslova URL, na primer za storitve *DAV. S to nastavitvijo je prepisan privzet način delovanja. Pri različicah ownCloud, nižjih od 5.0, je podoben učinek mogoče doseči z vpisom prikaznega imena oziroma z neizpolnjenim (praznim) poljem te vrednosti. Spremembe bodo uveljavljene le za nove preslikane (dodane) uporabnike LDAP.", + "Internal Username Attribute:" : "Programski atribut uporabniškega imena:", + "Override UUID detection" : "Prezri zaznavo UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Privzeto je atribut UUID samodejno zaznan. Uporabljen je za določevanje uporabnikov LDAP in skupin. Notranje uporabniško ime je določeno prav na atributu UUID, če ni določeno drugače. To nastavitev je mogoče prepisati in poslati poljuben atribut. Zagotoviti je treba le, da je ta pridobljen kot enolični podatek za uporabnika ali skupino. Prazno polje določa privzeti način. Spremembe bodo vplivale na novo preslikane (dodane) uporabnike LDAP in skupine.", + "UUID Attribute for Users:" : "Atribut UUID za uporabnike:", + "UUID Attribute for Groups:" : "Atribut UUID za skupine:", + "Username-LDAP User Mapping" : "Uporabniška preslikava uporabniškega imena na 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." : "Uporabniška imena so uporabljena za shranjevanje in dodeljevanje (meta) podatkov. Za natančno določanje in prepoznavanje uporabnikov je uporabljen sistem notranjega uporabniškega imena vsakega uporabnika LDAP. Ta možnost zahteva preslikavo uporabniškega imena v uporabnika LDAP in preslikano na njegov UUID. Sistem predpomni enolična imena za zmanjšanje odvisnosti LDAP, vendar pa ta podatek ni uporabljen za določevanje uporabnika. Če se enolično ime spremeni, se spremeni notranje uporabniško ime. Čiščenje preslikav pušča ostanke podatkov in vpliva na vse nastavitve LDAP! V delovnem okolju zato spreminjanje preslikav ni priporočljivo, možnost pa je na voljo za preizkušanje.", + "Clear Username-LDAP User Mapping" : "Izbriši preslikavo uporabniškega imena na LDAP", + "Clear Groupname-LDAP Group Mapping" : "Izbriši preslikavo skupine na LDAP" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/user_ldap/l10n/sl.json b/apps/user_ldap/l10n/sl.json new file mode 100644 index 0000000000..7d12c2c919 --- /dev/null +++ b/apps/user_ldap/l10n/sl.json @@ -0,0 +1,126 @@ +{ "translations": { + "Failed to clear the mappings." : "Čiščenje preslikav je spodletelo.", + "Failed to delete the server configuration" : "Brisanje nastavitev strežnika je spodletelo.", + "The configuration is valid and the connection could be established!" : "Nastavitev je veljavna, zato je povezavo mogoče vzpostaviti!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Nastavitev je veljavna, vendar pa je vez spodletela. Preveriti je treba nastavitve strežnika in ustreznost poveril.", + "The configuration is invalid. Please have a look at the logs for further details." : "Nastavitev ni veljavna. Več podrobnosti o napaki je zabeleženih v dnevniku.", + "No action specified" : "Ni določenega dejanja", + "No configuration specified" : "Ni določenih nastavitev", + "No data specified" : "Ni navedenih podatkov", + " Could not set configuration %s" : "Ni mogoče uveljaviti nastavitev %s", + "Deletion failed" : "Brisanje je spodletelo.", + "Take over settings from recent server configuration?" : "Ali naj bodo prevzete nedavne nastavitve strežnika?", + "Keep settings?" : "Ali naj se nastavitve ohranijo?", + "{nthServer}. Server" : "{nthServer}. strežnik", + "Cannot add server configuration" : "Ni mogoče dodati nastavitev strežnika", + "mappings cleared" : "preslikave so izbrisane", + "Success" : "Uspešno končano.", + "Error" : "Napaka", + "Please specify a Base DN" : "Določite osnovno enolično ime (base DN)", + "Could not determine Base DN" : "Ni mogoče določiti osnovnega enoličnega imena (base DN)", + "Please specify the port" : "Določiti je treba vrata", + "Configuration OK" : "Nastavitev je ustrezna", + "Configuration incorrect" : "Nastavitev ni ustrezna", + "Configuration incomplete" : "Nastavitev je nepopolna", + "Select groups" : "Izberi skupine", + "Select object classes" : "Izbor razredov predmeta", + "Select attributes" : "Izbor atributov", + "Connection test succeeded" : "Preizkus povezave je uspešno končan.", + "Connection test failed" : "Preizkus povezave je spodletel.", + "Do you really want to delete the current Server Configuration?" : "Ali res želite izbrisati trenutne nastavitve strežnika?", + "Confirm Deletion" : "Potrdi brisanje", + "_%s group found_::_%s groups found_" : ["%s najdena skupina","%s najdeni skupini","%s najdene skupine","%s najdenih skupin"], + "_%s user found_::_%s users found_" : ["%s najden uporabnik","%s najdena uporabnika","%s najdeni uporabniki","%s najdenih uporabnikov"], + "Could not find the desired feature" : "Želene zmožnosti ni mogoče najti", + "Invalid Host" : "Neveljaven gostitelj", + "Server" : "Strežnik", + "User Filter" : "Uporabniški filter", + "Login Filter" : "Filter prijave", + "Group Filter" : "Filter skupin", + "Save" : "Shrani", + "Test Configuration" : "Preizkusne nastavitve", + "Help" : "Pomoč", + "Groups meeting these criteria are available in %s:" : "Skupine, ki so skladne s kriterijem, so na voljo v %s:", + "only those object classes:" : "le razredi predmeta:", + "only from those groups:" : "le iz skupin:", + "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.", + "groups found" : "najdenih skupin", + "Users login with this attribute:" : "Uporabniki se prijavijo z atributom:", + "LDAP Username:" : "Uporabniško ime LDAP:", + "LDAP Email Address:" : "Elektronski naslov LDAP:", + "Other Attributes:" : "Drugi atributi:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Določi filter, ki bo uveljavljen ob poskusu prijave. %%uid zamenja uporabniško ime pri prijavi, na primer: \"uid=%%uid\"", + "1. Server" : "1. strežnik", + "%s. Server:" : "%s. strežnik:", + "Add Server Configuration" : "Dodaj nastavitve strežnika", + "Delete Configuration" : "Izbriši nastavitve", + "Host" : "Gostitelj", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokol je lahko izpuščen, če ni posebej zahtevan SSL. V tem primeru se mora naslov začeti z ldaps://", + "Port" : "Vrata", + "User DN" : "Uporabnikovo enolično ime", + "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." : "Enolično ime uporabnikovega odjemalca, s katerim naj se opravi vezava, npr. uid=agent,dc=example,dc=com. Za brezimni dostop sta polji prikaznega imena in gesla prazni.", + "Password" : "Geslo", + "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.", + "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", + "Back" : "Nazaj", + "Continue" : "Nadaljuj", + "Expert" : "Napredno", + "Advanced" : "Napredne možnosti", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Opozorilo: določili user_ldap in user_webdavauth sta neskladni, kar lahko vpliva na delovanje sistema. O napaki pošljite poročilo skrbniku sistema in opozorite, da je treba eno izmed možnosti onemogočiti.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Opozorilo: modul PHP LDAP mora biti nameščen, sicer vmesnik ne bo deloval. Paket je treba namestiti.", + "Connection Settings" : "Nastavitve povezave", + "Configuration Active" : "Dejavna nastavitev", + "When unchecked, this configuration will be skipped." : "Neizbrana možnost preskoči nastavitev.", + "Backup (Replica) Host" : "Varnostna kopija (replika) podatkov gostitelja", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Podati je treba izbirno varnostno kopijo gostitelja. Ta mora biti natančna replika strežnika LDAP/AD.", + "Backup (Replica) Port" : "Vrata varnostne kopije (replike)", + "Disable Main Server" : "Onemogoči glavni strežnik", + "Only connect to the replica server." : "Poveži le s podvojenim strežnikom.", + "Case insensitive LDAP server (Windows)" : "Strežnik LDAP (brez upoštevanja velikosti črk) (Windows)", + "Turn off SSL certificate validation." : "Onemogoči določanje veljavnosti potrdila SSL.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Možnosti ni priporočljivo uporabiti; namenjena je zgolj preizkušanju! Če deluje povezava le s to možnostjo, je treba uvoziti potrdilo SSL strežnika LDAP na strežnik %s.", + "Cache Time-To-Live" : "Predpomni podatke TTL", + "in seconds. A change empties the cache." : "v sekundah. Sprememba izprazni predpomnilnik.", + "Directory Settings" : "Nastavitve mape", + "User Display Name Field" : "Polje za uporabnikovo prikazano ime", + "The LDAP attribute to use to generate the user's display name." : "Atribut LDAP za uporabo pri ustvarjanju prikaznega imena uporabnika.", + "Base User Tree" : "Osnovno uporabniško drevo", + "One User Base DN per line" : "Eno osnovno uporabniško ime na vrstico", + "User Search Attributes" : "Uporabnikovi atributi iskanja", + "Optional; one attribute per line" : "Izbirno; en atribut na vrstico", + "Group Display Name Field" : "Polje za prikazano ime skupine", + "The LDAP attribute to use to generate the groups's display name." : "Atribut LDAP za uporabo pri ustvarjanju prikaznega imena skupine.", + "Base Group Tree" : "Osnovno drevo skupine", + "One Group Base DN per line" : "Eno osnovno ime skupine na vrstico", + "Group Search Attributes" : "Skupinski atributi iskanja", + "Group-Member association" : "Povezava član-skupina", + "Nested Groups" : "Gnezdene skupine", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Možnost omogoča podporo skupinam, ki vključujejo skupine. Deluje je, če atribut članstva skupine vsebuje enolično ime (DN).", + "Paging chunksize" : "Velikost odvoda za razbremenitev delovnega pomnilnik", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Velikost odvoda za razbremenitev delovnega pomnilnika, ki ga uporablja iskalnik LDAP, pri oštevilčenju uporabnika ali skupine (vrednost 0 možnost onemogoči).", + "Special Attributes" : "Posebni atributi", + "Quota Field" : "Polje količinske omejitve", + "Quota Default" : "Privzeta količinska omejitev", + "in bytes" : "v bajtih", + "Email Field" : "Polje elektronske pošte", + "User Home Folder Naming Rule" : "Pravila poimenovanja uporabniške osebne mape", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Pustite prazno za uporabniško ime (privzeto), sicer navedite atribut LDAP/AD.", + "Internal Username" : "Programsko uporabniško ime", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Privzeto je notranje uporabniško ime ustvarjeno na osnovi atributa UUID. To omogoča določitev uporabniškega imena kot enoličnega, zato znakov ni treba pretvarjati. Notranje ime je omejeno na standardne znake: [ a-zA-Z0-9_.@- ]. Morebitni drugi znaki so zamenjani z ustreznim ASCII znakom, ali pa so enostavno izpuščeni. V primeru sporov je prišteta ali odšteta številčna vrednost. Notranje uporabniško ime je uporabljeno za določanje uporabnika in je privzeto ime uporabnikove domače mape. Hkrati je tudi del oddaljenega naslova URL, na primer za storitve *DAV. S to nastavitvijo je prepisan privzet način delovanja. Pri različicah ownCloud, nižjih od 5.0, je podoben učinek mogoče doseči z vpisom prikaznega imena oziroma z neizpolnjenim (praznim) poljem te vrednosti. Spremembe bodo uveljavljene le za nove preslikane (dodane) uporabnike LDAP.", + "Internal Username Attribute:" : "Programski atribut uporabniškega imena:", + "Override UUID detection" : "Prezri zaznavo UUID", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Privzeto je atribut UUID samodejno zaznan. Uporabljen je za določevanje uporabnikov LDAP in skupin. Notranje uporabniško ime je določeno prav na atributu UUID, če ni določeno drugače. To nastavitev je mogoče prepisati in poslati poljuben atribut. Zagotoviti je treba le, da je ta pridobljen kot enolični podatek za uporabnika ali skupino. Prazno polje določa privzeti način. Spremembe bodo vplivale na novo preslikane (dodane) uporabnike LDAP in skupine.", + "UUID Attribute for Users:" : "Atribut UUID za uporabnike:", + "UUID Attribute for Groups:" : "Atribut UUID za skupine:", + "Username-LDAP User Mapping" : "Uporabniška preslikava uporabniškega imena na 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." : "Uporabniška imena so uporabljena za shranjevanje in dodeljevanje (meta) podatkov. Za natančno določanje in prepoznavanje uporabnikov je uporabljen sistem notranjega uporabniškega imena vsakega uporabnika LDAP. Ta možnost zahteva preslikavo uporabniškega imena v uporabnika LDAP in preslikano na njegov UUID. Sistem predpomni enolična imena za zmanjšanje odvisnosti LDAP, vendar pa ta podatek ni uporabljen za določevanje uporabnika. Če se enolično ime spremeni, se spremeni notranje uporabniško ime. Čiščenje preslikav pušča ostanke podatkov in vpliva na vse nastavitve LDAP! V delovnem okolju zato spreminjanje preslikav ni priporočljivo, možnost pa je na voljo za preizkušanje.", + "Clear Username-LDAP User Mapping" : "Izbriši preslikavo uporabniškega imena na LDAP", + "Clear Groupname-LDAP Group Mapping" : "Izbriši preslikavo skupine na LDAP" +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/sl.php b/apps/user_ldap/l10n/sl.php deleted file mode 100644 index e37caa2fd9..0000000000 --- a/apps/user_ldap/l10n/sl.php +++ /dev/null @@ -1,131 +0,0 @@ - "Čiščenje preslikav je spodletelo.", -"Failed to delete the server configuration" => "Brisanje nastavitev strežnika je spodletelo.", -"The configuration is valid and the connection could be established!" => "Nastavitev je veljavna, zato je povezavo mogoče vzpostaviti!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Nastavitev je veljavna, vendar pa je vez spodletela. Preveriti je treba nastavitve strežnika in ustreznost poveril.", -"The configuration is invalid. Please have a look at the logs for further details." => "Nastavitev ni veljavna. Več podrobnosti o napaki je zabeleženih v dnevniku.", -"No action specified" => "Ni določenega dejanja", -"No configuration specified" => "Ni določenih nastavitev", -"No data specified" => "Ni navedenih podatkov", -" Could not set configuration %s" => "Ni mogoče uveljaviti nastavitev %s", -"Deletion failed" => "Brisanje je spodletelo.", -"Take over settings from recent server configuration?" => "Ali naj bodo prevzete nedavne nastavitve strežnika?", -"Keep settings?" => "Ali naj se nastavitve ohranijo?", -"{nthServer}. Server" => "{nthServer}. strežnik", -"Cannot add server configuration" => "Ni mogoče dodati nastavitev strežnika", -"mappings cleared" => "preslikave so izbrisane", -"Success" => "Uspešno končano.", -"Error" => "Napaka", -"Please specify a Base DN" => "Določite osnovno enolično ime (base DN)", -"Could not determine Base DN" => "Ni mogoče določiti osnovnega enoličnega imena (base DN)", -"Please specify the port" => "Določiti je treba vrata", -"Configuration OK" => "Nastavitev je ustrezna", -"Configuration incorrect" => "Nastavitev ni ustrezna", -"Configuration incomplete" => "Nastavitev je nepopolna", -"Select groups" => "Izberi skupine", -"Select object classes" => "Izbor razredov predmeta", -"Select attributes" => "Izbor atributov", -"Connection test succeeded" => "Preizkus povezave je uspešno končan.", -"Connection test failed" => "Preizkus povezave je spodletel.", -"Do you really want to delete the current Server Configuration?" => "Ali res želite izbrisati trenutne nastavitve strežnika?", -"Confirm Deletion" => "Potrdi brisanje", -"_%s group found_::_%s groups found_" => array("%s najdena skupina","%s najdeni skupini","%s najdene skupine","%s najdenih skupin"), -"_%s user found_::_%s users found_" => array("%s najden uporabnik","%s najdena uporabnika","%s najdeni uporabniki","%s najdenih uporabnikov"), -"Could not find the desired feature" => "Želene zmožnosti ni mogoče najti", -"Invalid Host" => "Neveljaven gostitelj", -"Server" => "Strežnik", -"User Filter" => "Uporabniški filter", -"Login Filter" => "Filter prijave", -"Group Filter" => "Filter skupin", -"Save" => "Shrani", -"Test Configuration" => "Preizkusne nastavitve", -"Help" => "Pomoč", -"Groups meeting these criteria are available in %s:" => "Skupine, ki so skladne s kriterijem, so na voljo v %s:", -"only those object classes:" => "le razredi predmeta:", -"only from those groups:" => "le iz skupin:", -"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:", -"LDAP Email Address:" => "Elektronski naslov LDAP:", -"Other Attributes:" => "Drugi atributi:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Določi filter, ki bo uveljavljen ob poskusu prijave. %%uid zamenja uporabniško ime pri prijavi, na primer: \"uid=%%uid\"", -"1. Server" => "1. strežnik", -"%s. Server:" => "%s. strežnik:", -"Add Server Configuration" => "Dodaj nastavitve strežnika", -"Delete Configuration" => "Izbriši nastavitve", -"Host" => "Gostitelj", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Protokol je lahko izpuščen, če ni posebej zahtevan SSL. V tem primeru se mora naslov začeti z ldaps://", -"Port" => "Vrata", -"User DN" => "Uporabnikovo enolično ime", -"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." => "Enolično ime uporabnikovega odjemalca, s katerim naj se opravi vezava, npr. uid=agent,dc=example,dc=com. Za brezimni dostop sta polji prikaznega imena in gesla prazni.", -"Password" => "Geslo", -"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", -"Advanced" => "Napredne možnosti", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Opozorilo: določili user_ldap in user_webdavauth sta neskladni, kar lahko vpliva na delovanje sistema. O napaki pošljite poročilo skrbniku sistema in opozorite, da je treba eno izmed možnosti onemogočiti.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Opozorilo: modul PHP LDAP mora biti nameščen, sicer vmesnik ne bo deloval. Paket je treba namestiti.", -"Connection Settings" => "Nastavitve povezave", -"Configuration Active" => "Dejavna nastavitev", -"When unchecked, this configuration will be skipped." => "Neizbrana možnost preskoči nastavitev.", -"Backup (Replica) Host" => "Varnostna kopija (replika) podatkov gostitelja", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Podati je treba izbirno varnostno kopijo gostitelja. Ta mora biti natančna replika strežnika LDAP/AD.", -"Backup (Replica) Port" => "Vrata varnostne kopije (replike)", -"Disable Main Server" => "Onemogoči glavni strežnik", -"Only connect to the replica server." => "Poveži le s podvojenim strežnikom.", -"Case insensitive LDAP server (Windows)" => "Strežnik LDAP (brez upoštevanja velikosti črk) (Windows)", -"Turn off SSL certificate validation." => "Onemogoči določanje veljavnosti potrdila SSL.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Možnosti ni priporočljivo uporabiti; namenjena je zgolj preizkušanju! Če deluje povezava le s to možnostjo, je treba uvoziti potrdilo SSL strežnika LDAP na strežnik %s.", -"Cache Time-To-Live" => "Predpomni podatke TTL", -"in seconds. A change empties the cache." => "v sekundah. Sprememba izprazni predpomnilnik.", -"Directory Settings" => "Nastavitve mape", -"User Display Name Field" => "Polje za uporabnikovo prikazano ime", -"The LDAP attribute to use to generate the user's display name." => "Atribut LDAP za uporabo pri ustvarjanju prikaznega imena uporabnika.", -"Base User Tree" => "Osnovno uporabniško drevo", -"One User Base DN per line" => "Eno osnovno uporabniško ime na vrstico", -"User Search Attributes" => "Uporabnikovi atributi iskanja", -"Optional; one attribute per line" => "Izbirno; en atribut na vrstico", -"Group Display Name Field" => "Polje za prikazano ime skupine", -"The LDAP attribute to use to generate the groups's display name." => "Atribut LDAP za uporabo pri ustvarjanju prikaznega imena skupine.", -"Base Group Tree" => "Osnovno drevo skupine", -"One Group Base DN per line" => "Eno osnovno ime skupine na vrstico", -"Group Search Attributes" => "Skupinski atributi iskanja", -"Group-Member association" => "Povezava član-skupina", -"Nested Groups" => "Gnezdene skupine", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Možnost omogoča podporo skupinam, ki vključujejo skupine. Deluje je, če atribut članstva skupine vsebuje enolično ime (DN).", -"Paging chunksize" => "Velikost odvoda za razbremenitev delovnega pomnilnik", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Velikost odvoda za razbremenitev delovnega pomnilnika, ki ga uporablja iskalnik LDAP, pri oštevilčenju uporabnika ali skupine (vrednost 0 možnost onemogoči).", -"Special Attributes" => "Posebni atributi", -"Quota Field" => "Polje količinske omejitve", -"Quota Default" => "Privzeta količinska omejitev", -"in bytes" => "v bajtih", -"Email Field" => "Polje elektronske pošte", -"User Home Folder Naming Rule" => "Pravila poimenovanja uporabniške osebne mape", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Pustite prazno za uporabniško ime (privzeto), sicer navedite atribut LDAP/AD.", -"Internal Username" => "Programsko uporabniško ime", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Privzeto je notranje uporabniško ime ustvarjeno na osnovi atributa UUID. To omogoča določitev uporabniškega imena kot enoličnega, zato znakov ni treba pretvarjati. Notranje ime je omejeno na standardne znake: [ a-zA-Z0-9_.@- ]. Morebitni drugi znaki so zamenjani z ustreznim ASCII znakom, ali pa so enostavno izpuščeni. V primeru sporov je prišteta ali odšteta številčna vrednost. Notranje uporabniško ime je uporabljeno za določanje uporabnika in je privzeto ime uporabnikove domače mape. Hkrati je tudi del oddaljenega naslova URL, na primer za storitve *DAV. S to nastavitvijo je prepisan privzet način delovanja. Pri različicah ownCloud, nižjih od 5.0, je podoben učinek mogoče doseči z vpisom prikaznega imena oziroma z neizpolnjenim (praznim) poljem te vrednosti. Spremembe bodo uveljavljene le za nove preslikane (dodane) uporabnike LDAP.", -"Internal Username Attribute:" => "Programski atribut uporabniškega imena:", -"Override UUID detection" => "Prezri zaznavo UUID", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Privzeto je atribut UUID samodejno zaznan. Uporabljen je za določevanje uporabnikov LDAP in skupin. Notranje uporabniško ime je določeno prav na atributu UUID, če ni določeno drugače. To nastavitev je mogoče prepisati in poslati poljuben atribut. Zagotoviti je treba le, da je ta pridobljen kot enolični podatek za uporabnika ali skupino. Prazno polje določa privzeti način. Spremembe bodo vplivale na novo preslikane (dodane) uporabnike LDAP in skupine.", -"UUID Attribute for Users:" => "Atribut UUID za uporabnike:", -"UUID Attribute for Groups:" => "Atribut UUID za skupine:", -"Username-LDAP User Mapping" => "Uporabniška preslikava uporabniškega imena na 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." => "Uporabniška imena so uporabljena za shranjevanje in dodeljevanje (meta) podatkov. Za natančno določanje in prepoznavanje uporabnikov je uporabljen sistem notranjega uporabniškega imena vsakega uporabnika LDAP. Ta možnost zahteva preslikavo uporabniškega imena v uporabnika LDAP in preslikano na njegov UUID. Sistem predpomni enolična imena za zmanjšanje odvisnosti LDAP, vendar pa ta podatek ni uporabljen za določevanje uporabnika. Če se enolično ime spremeni, se spremeni notranje uporabniško ime. Čiščenje preslikav pušča ostanke podatkov in vpliva na vse nastavitve LDAP! V delovnem okolju zato spreminjanje preslikav ni priporočljivo, možnost pa je na voljo za preizkušanje.", -"Clear Username-LDAP User Mapping" => "Izbriši preslikavo uporabniškega imena na LDAP", -"Clear Groupname-LDAP Group Mapping" => "Izbriši preslikavo skupine na LDAP" -); -$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/apps/user_ldap/l10n/sq.js b/apps/user_ldap/l10n/sq.js new file mode 100644 index 0000000000..056458c24b --- /dev/null +++ b/apps/user_ldap/l10n/sq.js @@ -0,0 +1,72 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "dështoi së pastruari planifikimet", + "Failed to delete the server configuration" : "dështoi fshirjen e konfigurimit të serverit", + "The configuration is valid and the connection could be established!" : "Konfigurimi është i vlefshem dhe lidhja mund të kryhet", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurimi është i saktë por lidhja dështoi. Kontrolloni konfigurimete serverit dhe kredencialet.", + "Deletion failed" : "Fshirja dështoi", + "Take over settings from recent server configuration?" : "Doni të rivini konfigurmet më të fundit të serverit?", + "Keep settings?" : "Doni të mbani konfigurimet?", + "Cannot add server configuration" : "E pamundur të shtohen konfigurimet në server", + "mappings cleared" : "planifikimi u fshi", + "Success" : "Sukses", + "Error" : "Gabim", + "Connection test succeeded" : "Prova e lidhjes përfundoi me sukses", + "Connection test failed" : "Prova e lidhjes dështoi", + "Do you really want to delete the current Server Configuration?" : "Jeni vërtetë të sigurt të fshini konfigurimet aktuale të serverit?", + "Confirm Deletion" : "Konfirmoni Fshirjen", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Group Filter" : "Filtri i grupeve", + "Save" : "Ruaj", + "Test Configuration" : "Provoni konfigurimet", + "Help" : "Ndihmë", + "Add Server Configuration" : "Shtoni konfigurimet e serverit", + "Host" : "Pritësi", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Ju mund të mos vendosni protokollin ,vetëm nëse ju nevojitet SSL. atherë filloni me ldaps://", + "Port" : "Porta", + "User DN" : "Përdoruesi 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 -ja e klientit për përdoruesin që kërkon të lidhet duhet të jetë si psh,uid=agent,dc=example,dc=com. Për lidhjet anonime lini boshe hapsirat e DN dhe fjalëkalim ", + "Password" : "fjalëkalim", + "For anonymous access, leave DN and Password empty." : "Për tu lidhur në mënyre anonime, lini bosh hapsirat e DN dhe fjalëkalim", + "One Base DN per line" : "Një baze DN për rrjesht", + "You can specify Base DN for users and groups in the Advanced tab" : "Ju mund të specifikoni Bazen DN për përdorues dhe grupe në butonin 'Të Përparuara'", + "Advanced" : "E përparuar", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Njoftim: moduli PHP LDAP nuk është instaluar, motori nuk do të funksionojë.Kontaktoni me administratorin e sistemit.", + "Connection Settings" : "Të dhënat e lidhjes", + "Configuration Active" : "Konfigurimi Aktiv", + "When unchecked, this configuration will be skipped." : "Nëse nuk është i zgjedhur, ky konfigurim do të anashkalohet.", + "Backup (Replica) Host" : "Pritësi rezervë (Replika)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Jepni një pritës rezervë. Duhet të jetë replikimi i serverit AD/LDAP kryesor.", + "Backup (Replica) Port" : "Porta rezervë (Replika)", + "Disable Main Server" : "Ç'aktivizoni serverin kryesor", + "Turn off SSL certificate validation." : "Ç'aktivizoni kontrollin e certifikatës SSL.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "në sekonda Ndryshimi boshatis 'cache'-n.", + "Directory Settings" : "Konfigurimet e Dosjeve", + "User Display Name Field" : "Hapsira e Emrit të Përdoruesit", + "Base User Tree" : "Struktura bazë e përdoruesit", + "One User Base DN per line" : "Një përdorues baze DN për rrjesht", + "User Search Attributes" : "Atributet e kërkimit të përdoruesëve", + "Optional; one attribute per line" : "Opsionale; një atribut për rrjesht", + "Group Display Name Field" : "Hapsira e Emrit të Grupit", + "Base Group Tree" : "Struktura bazë e grupit", + "One Group Base DN per line" : "Një grup baze DN për rrjesht", + "Group Search Attributes" : "Atributet e kërkimit të grupit", + "Group-Member association" : "Pjestar Grup-Përdorues ", + "Special Attributes" : "Atribute të veçanta", + "Quota Field" : "Hapsira e Kuotës", + "Quota Default" : "Kuota e paracaktuar", + "in bytes" : "në byte", + "Email Field" : "Hapsira e Postës Elektronike", + "User Home Folder Naming Rule" : "Rregulli i emërimit të dosjes së përdoruesit", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lëreni bosh për emrin e përdoruesit (I Paracaktuar). Ose, përcaktoni një atribut LDAP/AD.", + "Internal Username" : "Emër i brëndshëm i përdoruesit", + "Internal Username Attribute:" : "Atributet e emrit të përdoruesit të brëndshëm", + "Override UUID detection" : "Mbivendosni gjetjen e UUID", + "Username-LDAP User Mapping" : "Emri përdoruesit-LAPD përcaktues përdoruesi", + "Clear Username-LDAP User Mapping" : "Fshini Emër përdoruesi-LAPD Përcaktues përdoruesi", + "Clear Groupname-LDAP Group Mapping" : "Fshini Emër Grupi-LADP Përcaktues grupi" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/sq.json b/apps/user_ldap/l10n/sq.json new file mode 100644 index 0000000000..a3e8786935 --- /dev/null +++ b/apps/user_ldap/l10n/sq.json @@ -0,0 +1,70 @@ +{ "translations": { + "Failed to clear the mappings." : "dështoi së pastruari planifikimet", + "Failed to delete the server configuration" : "dështoi fshirjen e konfigurimit të serverit", + "The configuration is valid and the connection could be established!" : "Konfigurimi është i vlefshem dhe lidhja mund të kryhet", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurimi është i saktë por lidhja dështoi. Kontrolloni konfigurimete serverit dhe kredencialet.", + "Deletion failed" : "Fshirja dështoi", + "Take over settings from recent server configuration?" : "Doni të rivini konfigurmet më të fundit të serverit?", + "Keep settings?" : "Doni të mbani konfigurimet?", + "Cannot add server configuration" : "E pamundur të shtohen konfigurimet në server", + "mappings cleared" : "planifikimi u fshi", + "Success" : "Sukses", + "Error" : "Gabim", + "Connection test succeeded" : "Prova e lidhjes përfundoi me sukses", + "Connection test failed" : "Prova e lidhjes dështoi", + "Do you really want to delete the current Server Configuration?" : "Jeni vërtetë të sigurt të fshini konfigurimet aktuale të serverit?", + "Confirm Deletion" : "Konfirmoni Fshirjen", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Group Filter" : "Filtri i grupeve", + "Save" : "Ruaj", + "Test Configuration" : "Provoni konfigurimet", + "Help" : "Ndihmë", + "Add Server Configuration" : "Shtoni konfigurimet e serverit", + "Host" : "Pritësi", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Ju mund të mos vendosni protokollin ,vetëm nëse ju nevojitet SSL. atherë filloni me ldaps://", + "Port" : "Porta", + "User DN" : "Përdoruesi 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 -ja e klientit për përdoruesin që kërkon të lidhet duhet të jetë si psh,uid=agent,dc=example,dc=com. Për lidhjet anonime lini boshe hapsirat e DN dhe fjalëkalim ", + "Password" : "fjalëkalim", + "For anonymous access, leave DN and Password empty." : "Për tu lidhur në mënyre anonime, lini bosh hapsirat e DN dhe fjalëkalim", + "One Base DN per line" : "Një baze DN për rrjesht", + "You can specify Base DN for users and groups in the Advanced tab" : "Ju mund të specifikoni Bazen DN për përdorues dhe grupe në butonin 'Të Përparuara'", + "Advanced" : "E përparuar", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Njoftim: moduli PHP LDAP nuk është instaluar, motori nuk do të funksionojë.Kontaktoni me administratorin e sistemit.", + "Connection Settings" : "Të dhënat e lidhjes", + "Configuration Active" : "Konfigurimi Aktiv", + "When unchecked, this configuration will be skipped." : "Nëse nuk është i zgjedhur, ky konfigurim do të anashkalohet.", + "Backup (Replica) Host" : "Pritësi rezervë (Replika)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Jepni një pritës rezervë. Duhet të jetë replikimi i serverit AD/LDAP kryesor.", + "Backup (Replica) Port" : "Porta rezervë (Replika)", + "Disable Main Server" : "Ç'aktivizoni serverin kryesor", + "Turn off SSL certificate validation." : "Ç'aktivizoni kontrollin e certifikatës SSL.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "në sekonda Ndryshimi boshatis 'cache'-n.", + "Directory Settings" : "Konfigurimet e Dosjeve", + "User Display Name Field" : "Hapsira e Emrit të Përdoruesit", + "Base User Tree" : "Struktura bazë e përdoruesit", + "One User Base DN per line" : "Një përdorues baze DN për rrjesht", + "User Search Attributes" : "Atributet e kërkimit të përdoruesëve", + "Optional; one attribute per line" : "Opsionale; një atribut për rrjesht", + "Group Display Name Field" : "Hapsira e Emrit të Grupit", + "Base Group Tree" : "Struktura bazë e grupit", + "One Group Base DN per line" : "Një grup baze DN për rrjesht", + "Group Search Attributes" : "Atributet e kërkimit të grupit", + "Group-Member association" : "Pjestar Grup-Përdorues ", + "Special Attributes" : "Atribute të veçanta", + "Quota Field" : "Hapsira e Kuotës", + "Quota Default" : "Kuota e paracaktuar", + "in bytes" : "në byte", + "Email Field" : "Hapsira e Postës Elektronike", + "User Home Folder Naming Rule" : "Rregulli i emërimit të dosjes së përdoruesit", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lëreni bosh për emrin e përdoruesit (I Paracaktuar). Ose, përcaktoni një atribut LDAP/AD.", + "Internal Username" : "Emër i brëndshëm i përdoruesit", + "Internal Username Attribute:" : "Atributet e emrit të përdoruesit të brëndshëm", + "Override UUID detection" : "Mbivendosni gjetjen e UUID", + "Username-LDAP User Mapping" : "Emri përdoruesit-LAPD përcaktues përdoruesi", + "Clear Username-LDAP User Mapping" : "Fshini Emër përdoruesi-LAPD Përcaktues përdoruesi", + "Clear Groupname-LDAP Group Mapping" : "Fshini Emër Grupi-LADP Përcaktues grupi" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/sq.php b/apps/user_ldap/l10n/sq.php deleted file mode 100644 index 8d09cceb7c..0000000000 --- a/apps/user_ldap/l10n/sq.php +++ /dev/null @@ -1,71 +0,0 @@ - "dështoi së pastruari planifikimet", -"Failed to delete the server configuration" => "dështoi fshirjen e konfigurimit të serverit", -"The configuration is valid and the connection could be established!" => "Konfigurimi është i vlefshem dhe lidhja mund të kryhet", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurimi është i saktë por lidhja dështoi. Kontrolloni konfigurimete serverit dhe kredencialet.", -"Deletion failed" => "Fshirja dështoi", -"Take over settings from recent server configuration?" => "Doni të rivini konfigurmet më të fundit të serverit?", -"Keep settings?" => "Doni të mbani konfigurimet?", -"Cannot add server configuration" => "E pamundur të shtohen konfigurimet në server", -"mappings cleared" => "planifikimi u fshi", -"Success" => "Sukses", -"Error" => "Gabim", -"Connection test succeeded" => "Prova e lidhjes përfundoi me sukses", -"Connection test failed" => "Prova e lidhjes dështoi", -"Do you really want to delete the current Server Configuration?" => "Jeni vërtetë të sigurt të fshini konfigurimet aktuale të serverit?", -"Confirm Deletion" => "Konfirmoni Fshirjen", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Group Filter" => "Filtri i grupeve", -"Save" => "Ruaj", -"Test Configuration" => "Provoni konfigurimet", -"Help" => "Ndihmë", -"Add Server Configuration" => "Shtoni konfigurimet e serverit", -"Host" => "Pritësi", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Ju mund të mos vendosni protokollin ,vetëm nëse ju nevojitet SSL. atherë filloni me ldaps://", -"Port" => "Porta", -"User DN" => "Përdoruesi 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 -ja e klientit për përdoruesin që kërkon të lidhet duhet të jetë si psh,uid=agent,dc=example,dc=com. Për lidhjet anonime lini boshe hapsirat e DN dhe fjalëkalim ", -"Password" => "fjalëkalim", -"For anonymous access, leave DN and Password empty." => "Për tu lidhur në mënyre anonime, lini bosh hapsirat e DN dhe fjalëkalim", -"One Base DN per line" => "Një baze DN për rrjesht", -"You can specify Base DN for users and groups in the Advanced tab" => "Ju mund të specifikoni Bazen DN për përdorues dhe grupe në butonin 'Të Përparuara'", -"Advanced" => "E përparuar", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Njoftim: moduli PHP LDAP nuk është instaluar, motori nuk do të funksionojë.Kontaktoni me administratorin e sistemit.", -"Connection Settings" => "Të dhënat e lidhjes", -"Configuration Active" => "Konfigurimi Aktiv", -"When unchecked, this configuration will be skipped." => "Nëse nuk është i zgjedhur, ky konfigurim do të anashkalohet.", -"Backup (Replica) Host" => "Pritësi rezervë (Replika)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Jepni një pritës rezervë. Duhet të jetë replikimi i serverit AD/LDAP kryesor.", -"Backup (Replica) Port" => "Porta rezervë (Replika)", -"Disable Main Server" => "Ç'aktivizoni serverin kryesor", -"Turn off SSL certificate validation." => "Ç'aktivizoni kontrollin e certifikatës SSL.", -"Cache Time-To-Live" => "Cache Time-To-Live", -"in seconds. A change empties the cache." => "në sekonda Ndryshimi boshatis 'cache'-n.", -"Directory Settings" => "Konfigurimet e Dosjeve", -"User Display Name Field" => "Hapsira e Emrit të Përdoruesit", -"Base User Tree" => "Struktura bazë e përdoruesit", -"One User Base DN per line" => "Një përdorues baze DN për rrjesht", -"User Search Attributes" => "Atributet e kërkimit të përdoruesëve", -"Optional; one attribute per line" => "Opsionale; një atribut për rrjesht", -"Group Display Name Field" => "Hapsira e Emrit të Grupit", -"Base Group Tree" => "Struktura bazë e grupit", -"One Group Base DN per line" => "Një grup baze DN për rrjesht", -"Group Search Attributes" => "Atributet e kërkimit të grupit", -"Group-Member association" => "Pjestar Grup-Përdorues ", -"Special Attributes" => "Atribute të veçanta", -"Quota Field" => "Hapsira e Kuotës", -"Quota Default" => "Kuota e paracaktuar", -"in bytes" => "në byte", -"Email Field" => "Hapsira e Postës Elektronike", -"User Home Folder Naming Rule" => "Rregulli i emërimit të dosjes së përdoruesit", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lëreni bosh për emrin e përdoruesit (I Paracaktuar). Ose, përcaktoni një atribut LDAP/AD.", -"Internal Username" => "Emër i brëndshëm i përdoruesit", -"Internal Username Attribute:" => "Atributet e emrit të përdoruesit të brëndshëm", -"Override UUID detection" => "Mbivendosni gjetjen e UUID", -"Username-LDAP User Mapping" => "Emri përdoruesit-LAPD përcaktues përdoruesi", -"Clear Username-LDAP User Mapping" => "Fshini Emër përdoruesi-LAPD Përcaktues përdoruesi", -"Clear Groupname-LDAP Group Mapping" => "Fshini Emër Grupi-LADP Përcaktues grupi" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/sr.js b/apps/user_ldap/l10n/sr.js new file mode 100644 index 0000000000..dd41cb2ea2 --- /dev/null +++ b/apps/user_ldap/l10n/sr.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "Брисање није успело", + "Error" : "Грешка", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Group Filter" : "Филтер групе", + "Save" : "Сачувај", + "Help" : "Помоћ", + "Host" : "Домаћин", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Можете да изоставите протокол, осим ако захтевате SSL. У том случају почните са ldaps://.", + "Port" : "Порт", + "User DN" : "Корисник 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 корисника клијента са којим треба да се успостави веза, нпр. uid=agent,dc=example,dc=com. За анониман приступ, оставите поља DN и лозинка празним.", + "Password" : "Лозинка", + "For anonymous access, leave DN and Password empty." : "За анониман приступ, оставите поља DN и лозинка празним.", + "Back" : "Назад", + "Advanced" : "Напредно", + "Turn off SSL certificate validation." : "Искључите потврду SSL сертификата.", + "in seconds. A change empties the cache." : "у секундама. Промена испражњава кеш меморију.", + "User Display Name Field" : "Име приказа корисника", + "Base User Tree" : "Основно стабло корисника", + "Group Display Name Field" : "Име приказа групе", + "Base Group Tree" : "Основна стабло група", + "Group-Member association" : "Придруживање чланова у групу", + "in bytes" : "у бајтовима" +}, +"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/apps/user_ldap/l10n/sr.json b/apps/user_ldap/l10n/sr.json new file mode 100644 index 0000000000..5fe091e5d3 --- /dev/null +++ b/apps/user_ldap/l10n/sr.json @@ -0,0 +1,27 @@ +{ "translations": { + "Deletion failed" : "Брисање није успело", + "Error" : "Грешка", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Group Filter" : "Филтер групе", + "Save" : "Сачувај", + "Help" : "Помоћ", + "Host" : "Домаћин", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Можете да изоставите протокол, осим ако захтевате SSL. У том случају почните са ldaps://.", + "Port" : "Порт", + "User DN" : "Корисник 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 корисника клијента са којим треба да се успостави веза, нпр. uid=agent,dc=example,dc=com. За анониман приступ, оставите поља DN и лозинка празним.", + "Password" : "Лозинка", + "For anonymous access, leave DN and Password empty." : "За анониман приступ, оставите поља DN и лозинка празним.", + "Back" : "Назад", + "Advanced" : "Напредно", + "Turn off SSL certificate validation." : "Искључите потврду SSL сертификата.", + "in seconds. A change empties the cache." : "у секундама. Промена испражњава кеш меморију.", + "User Display Name Field" : "Име приказа корисника", + "Base User Tree" : "Основно стабло корисника", + "Group Display Name Field" : "Име приказа групе", + "Base Group Tree" : "Основна стабло група", + "Group-Member association" : "Придруживање чланова у групу", + "in bytes" : "у бајтовима" +},"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/apps/user_ldap/l10n/sr.php b/apps/user_ldap/l10n/sr.php deleted file mode 100644 index 41b35d0abf..0000000000 --- a/apps/user_ldap/l10n/sr.php +++ /dev/null @@ -1,28 +0,0 @@ - "Брисање није успело", -"Error" => "Грешка", -"_%s group found_::_%s groups found_" => array("","",""), -"_%s user found_::_%s users found_" => array("","",""), -"Group Filter" => "Филтер групе", -"Save" => "Сачувај", -"Help" => "Помоћ", -"Host" => "Домаћин", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Можете да изоставите протокол, осим ако захтевате SSL. У том случају почните са ldaps://.", -"Port" => "Порт", -"User DN" => "Корисник 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 корисника клијента са којим треба да се успостави веза, нпр. uid=agent,dc=example,dc=com. За анониман приступ, оставите поља DN и лозинка празним.", -"Password" => "Лозинка", -"For anonymous access, leave DN and Password empty." => "За анониман приступ, оставите поља DN и лозинка празним.", -"Back" => "Назад", -"Advanced" => "Напредно", -"Turn off SSL certificate validation." => "Искључите потврду SSL сертификата.", -"in seconds. A change empties the cache." => "у секундама. Промена испражњава кеш меморију.", -"User Display Name Field" => "Име приказа корисника", -"Base User Tree" => "Основно стабло корисника", -"Group Display Name Field" => "Име приказа групе", -"Base Group Tree" => "Основна стабло група", -"Group-Member association" => "Придруживање чланова у групу", -"in bytes" => "у бајтовима" -); -$PLURAL_FORMS = "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/apps/user_ldap/l10n/sr@latin.js b/apps/user_ldap/l10n/sr@latin.js new file mode 100644 index 0000000000..aae5907b37 --- /dev/null +++ b/apps/user_ldap/l10n/sr@latin.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "user_ldap", + { + "Error" : "Greška", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Save" : "Snimi", + "Help" : "Pomoć", + "Password" : "Lozinka", + "Continue" : "Nastavi", + "Advanced" : "Napredno" +}, +"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/apps/user_ldap/l10n/sr@latin.json b/apps/user_ldap/l10n/sr@latin.json new file mode 100644 index 0000000000..421de1a4e2 --- /dev/null +++ b/apps/user_ldap/l10n/sr@latin.json @@ -0,0 +1,11 @@ +{ "translations": { + "Error" : "Greška", + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Save" : "Snimi", + "Help" : "Pomoć", + "Password" : "Lozinka", + "Continue" : "Nastavi", + "Advanced" : "Napredno" +},"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/apps/user_ldap/l10n/sr@latin.php b/apps/user_ldap/l10n/sr@latin.php deleted file mode 100644 index d8ff4ea993..0000000000 --- a/apps/user_ldap/l10n/sr@latin.php +++ /dev/null @@ -1,12 +0,0 @@ - "Greška", -"_%s group found_::_%s groups found_" => array("","",""), -"_%s user found_::_%s users found_" => array("","",""), -"Save" => "Snimi", -"Help" => "Pomoć", -"Password" => "Lozinka", -"Continue" => "Nastavi", -"Advanced" => "Napredno" -); -$PLURAL_FORMS = "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/apps/user_ldap/l10n/su.js b/apps/user_ldap/l10n/su.js new file mode 100644 index 0000000000..5494dcae62 --- /dev/null +++ b/apps/user_ldap/l10n/su.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/su.json b/apps/user_ldap/l10n/su.json new file mode 100644 index 0000000000..75f0f056cc --- /dev/null +++ b/apps/user_ldap/l10n/su.json @@ -0,0 +1,5 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/su.php b/apps/user_ldap/l10n/su.php deleted file mode 100644 index bba52d53a1..0000000000 --- a/apps/user_ldap/l10n/su.php +++ /dev/null @@ -1,6 +0,0 @@ - array(""), -"_%s user found_::_%s users found_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/sv.js b/apps/user_ldap/l10n/sv.js new file mode 100644 index 0000000000..7d4ebe4962 --- /dev/null +++ b/apps/user_ldap/l10n/sv.js @@ -0,0 +1,128 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Fel vid rensning av mappningar", + "Failed to delete the server configuration" : "Misslyckades med att radera serverinställningen", + "The configuration is valid and the connection could be established!" : "Inställningen är giltig och anslutningen kunde upprättas!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurationen är riktig, men Bind felade. Var vänlig och kontrollera serverinställningar och logininformation.", + "The configuration is invalid. Please have a look at the logs for further details." : "Inställningen är ogiltig. Vänligen se ownCloud-loggen för fler detaljer.", + "No action specified" : "Ingen åtgärd har angetts", + "No configuration specified" : "Ingen konfiguration har angetts", + "No data specified" : "Ingen data har angetts", + " Could not set configuration %s" : "Kunde inte sätta inställning %s", + "Deletion failed" : "Raderingen misslyckades", + "Take over settings from recent server configuration?" : "Ta över inställningar från tidigare serverkonfiguration?", + "Keep settings?" : "Behåll inställningarna?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Kunde inte lägga till serverinställning", + "mappings cleared" : "mappningar rensade", + "Success" : "Lyckat", + "Error" : "Fel", + "Please specify a Base DN" : "Vänligen ange en Base DN", + "Could not determine Base DN" : "Det gick inte att avgöra Base DN", + "Please specify the port" : "Specificera en port", + "Configuration OK" : "Konfigurationen är OK", + "Configuration incorrect" : "Felaktig konfiguration", + "Configuration incomplete" : "Konfigurationen är ej komplett", + "Select groups" : "Välj grupper", + "Select object classes" : "Välj Objekt-klasser", + "Select attributes" : "Välj attribut", + "Connection test succeeded" : "Anslutningstestet lyckades", + "Connection test failed" : "Anslutningstestet misslyckades", + "Do you really want to delete the current Server Configuration?" : "Vill du verkligen radera den nuvarande serverinställningen?", + "Confirm Deletion" : "Bekräfta radering", + "_%s group found_::_%s groups found_" : ["%s grupp hittad","%s grupper hittade"], + "_%s user found_::_%s users found_" : ["%s användare hittad","%s användare hittade"], + "Could not find the desired feature" : "Det gick inte hitta den önskade funktionen", + "Invalid Host" : "Felaktig Host", + "Server" : "Server", + "User Filter" : "Användar filter", + "Login Filter" : "Login Filtrer", + "Group Filter" : "Gruppfilter", + "Save" : "Spara", + "Test Configuration" : "Testa konfigurationen", + "Help" : "Hjälp", + "Groups meeting these criteria are available in %s:" : "Grupper som uppfyller dessa kriterier finns i %s:", + "only those object classes:" : "Endast de objekt-klasserna:", + "only from those groups:" : "endast ifrån de här grupperna:", + "Edit raw filter instead" : "Redigera rått filter istället", + "Raw LDAP filter" : "Rått LDAP-filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtret specifierar vilka LDAD-grupper som ska ha åtkomst till %s instans", + "groups found" : "grupper hittade", + "Users login with this attribute:" : "Användare loggar in med detta attribut:", + "LDAP Username:" : "LDAP användarnamn:", + "LDAP Email Address:" : "LDAP e-postadress:", + "Other Attributes:" : "Övriga attribut:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definierar filter som tillämpas vid inloggning. %%uid ersätter användarnamn vid inloggningen. Exempel: \"uid=%%uid\"", + "1. Server" : "1.Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Lägg till serverinställning", + "Delete Configuration" : "Radera Konfiguration", + "Host" : "Server", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du behöver inte ange protokoll förutom om du använder SSL. Starta då med ldaps://", + "Port" : "Port", + "User DN" : "Användare 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 för användaren som skall användas, t.ex. uid=agent, dc=example, dc=com. För anonym åtkomst, lämna DN och lösenord tomt.", + "Password" : "Lösenord", + "For anonymous access, leave DN and Password empty." : "För anonym åtkomst, lämna DN och lösenord tomt.", + "One Base DN per line" : "Ett Start DN per rad", + "You can specify Base DN for users and groups in the Advanced tab" : "Du kan ange start DN för användare och grupper under fliken Avancerat", + "Limit %s access to users meeting these criteria:" : "Begränsa %s tillgång till användare som uppfyller dessa kriterier:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filtret specifierar vilka LDAP-användare som skall ha åtkomst till %s instans", + "users found" : "användare funna", + "Back" : "Tillbaka", + "Continue" : "Fortsätt", + "Expert" : "Expert", + "Advanced" : "Avancerad", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Varning: Apps user_ldap och user_webdavauth är inkompatibla. Oväntade problem kan uppstå. Be din systemadministratör att inaktivera en av dom.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Varning: PHP LDAP - modulen är inte installerad, serversidan kommer inte att fungera. Kontakta din systemadministratör för installation.", + "Connection Settings" : "Uppkopplingsinställningar", + "Configuration Active" : "Konfiguration aktiv", + "When unchecked, this configuration will be skipped." : "Ifall denna är avbockad så kommer konfigurationen att skippas.", + "Backup (Replica) Host" : "Säkerhetskopierings-värd (Replika)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Ange en valfri värd för säkerhetskopiering. Den måste vara en replika av den huvudsakliga LDAP/AD-servern", + "Backup (Replica) Port" : "Säkerhetskopierins-port (Replika)", + "Disable Main Server" : "Inaktivera huvudserver", + "Only connect to the replica server." : "Anslut endast till replikaservern.", + "Case insensitive LDAP server (Windows)" : "om okänslig LDAP-server (Windows)", + "Turn off SSL certificate validation." : "Stäng av verifiering av SSL-certifikat.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Rekommenderas inte, använd endast för test! Om anslutningen bara fungerar med denna inställning behöver du importera LDAP-serverns SSL-certifikat till din %s server.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "i sekunder. En förändring tömmer cache.", + "Directory Settings" : "Mappinställningar", + "User Display Name Field" : "Attribut för användarnamn", + "The LDAP attribute to use to generate the user's display name." : "LDAP-attributet som ska användas för att generera användarens visningsnamn.", + "Base User Tree" : "Bas för användare i katalogtjänst", + "One User Base DN per line" : "En Användare start DN per rad", + "User Search Attributes" : "Användarsökningsattribut", + "Optional; one attribute per line" : "Valfritt; ett attribut per rad", + "Group Display Name Field" : "Attribut för gruppnamn", + "The LDAP attribute to use to generate the groups's display name." : "LDAP-attributet som ska användas för att generera gruppens visningsnamn.", + "Base Group Tree" : "Bas för grupper i katalogtjänst", + "One Group Base DN per line" : "En Grupp start DN per rad", + "Group Search Attributes" : "Gruppsökningsattribut", + "Group-Member association" : "Attribut för gruppmedlemmar", + "Nested Groups" : "Undergrupper", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "När den är påslagen, stöds grupper som innehåller grupper. (Fungerar endast om gruppmedlemmens attribut innehåller DNs.)", + "Paging chunksize" : "Paging klusterstorlek", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Klusterstorlek som används för paged LDAP sökningar som kan komma att returnera skrymmande resultat som uppräknande av användare eller grupper. (Inställning av denna till 0 inaktiverar paged LDAP sökningar i de situationerna)", + "Special Attributes" : "Specialattribut", + "Quota Field" : "Kvotfält", + "Quota Default" : "Datakvot standard", + "in bytes" : "i bytes", + "Email Field" : "E-postfält", + "User Home Folder Naming Rule" : "Namnregel för hemkatalog", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lämnas tomt för användarnamn (standard). Ange annars ett LDAP/AD-attribut.", + "Internal Username" : "Internt Användarnamn", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Som standard skapas det interna användarnamnet från UUID-attributet. Det säkerställer att användarnamnet är unikt och tecken inte behöver konverteras. Det interna användarnamnet har restriktionerna att endast följande tecken är tillåtna: [ a-zA-Z0-9_.@- ]. Andra tecken blir ersatta av deras motsvarighet i ASCII eller utelämnas helt. En siffra kommer att läggas till eller ökas på vid en kollision. Det interna användarnamnet används för att identifiera användaren internt. Det är även förvalt som användarens användarnamn i ownCloud. Det är även en port för fjärråtkomst, t.ex. för alla *DAV-tjänster. Med denna inställning kan det förvalda beteendet åsidosättas. För att uppnå ett liknande beteende som innan ownCloud 5, ange attributet för användarens visningsnamn i detta fält. Lämna det tomt för förvalt beteende. Ändringarna kommer endast att påverka nyligen mappade (tillagda) LDAP-användare", + "Internal Username Attribute:" : "Internt Användarnamn Attribut:", + "Override UUID detection" : "Åsidosätt UUID detektion", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Som standard upptäcker ownCloud automatiskt UUID-attributet. Det UUID-attributet används för att utan tvivel identifiera LDAP-användare och grupper. Dessutom kommer interna användarnamn skapas baserat på detta UUID, om inte annat anges ovan. Du kan åsidosätta inställningen och passera ett attribut som du själv väljer. Du måste se till att attributet som du väljer kan hämtas för både användare och grupper och att det är unikt. Lämna det tomt för standard beteende. Förändringar kommer endast att påverka nyligen mappade (tillagda) LDAP-användare och grupper.", + "UUID Attribute for Users:" : "UUID Attribut för Användare:", + "UUID Attribute for Groups:" : "UUID Attribut för Grupper:", + "Username-LDAP User Mapping" : "Användarnamn-LDAP User Mapping", + "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." : "ownCloud använder sig av användarnamn för att lagra och tilldela (meta) data. För att exakt kunna identifiera och känna igen användare, kommer varje LDAP-användare ha ett internt användarnamn. Detta kräver en mappning från ownCloud-användarnamn till LDAP-användare. Det skapade användarnamnet mappas till UUID för LDAP-användaren. Dessutom cachas DN samt minska LDAP-interaktionen, men den används inte för identifiering. Om DN förändras, kommer förändringarna hittas av ownCloud. Det interna ownCloud-namnet används överallt i ownCloud. Om du rensar/raderar mappningarna kommer att lämna referenser överallt i systemet. Men den är inte konfigurationskänslig, den påverkar alla LDAP-konfigurationer! Rensa/radera aldrig mappningarna i en produktionsmiljö. Utan gör detta endast på i testmiljö!", + "Clear Username-LDAP User Mapping" : "Rensa Användarnamn-LDAP User Mapping", + "Clear Groupname-LDAP Group Mapping" : "Rensa Gruppnamn-LDAP Group Mapping" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/sv.json b/apps/user_ldap/l10n/sv.json new file mode 100644 index 0000000000..5f2949c2d0 --- /dev/null +++ b/apps/user_ldap/l10n/sv.json @@ -0,0 +1,126 @@ +{ "translations": { + "Failed to clear the mappings." : "Fel vid rensning av mappningar", + "Failed to delete the server configuration" : "Misslyckades med att radera serverinställningen", + "The configuration is valid and the connection could be established!" : "Inställningen är giltig och anslutningen kunde upprättas!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurationen är riktig, men Bind felade. Var vänlig och kontrollera serverinställningar och logininformation.", + "The configuration is invalid. Please have a look at the logs for further details." : "Inställningen är ogiltig. Vänligen se ownCloud-loggen för fler detaljer.", + "No action specified" : "Ingen åtgärd har angetts", + "No configuration specified" : "Ingen konfiguration har angetts", + "No data specified" : "Ingen data har angetts", + " Could not set configuration %s" : "Kunde inte sätta inställning %s", + "Deletion failed" : "Raderingen misslyckades", + "Take over settings from recent server configuration?" : "Ta över inställningar från tidigare serverkonfiguration?", + "Keep settings?" : "Behåll inställningarna?", + "{nthServer}. Server" : "{nthServer}. Server", + "Cannot add server configuration" : "Kunde inte lägga till serverinställning", + "mappings cleared" : "mappningar rensade", + "Success" : "Lyckat", + "Error" : "Fel", + "Please specify a Base DN" : "Vänligen ange en Base DN", + "Could not determine Base DN" : "Det gick inte att avgöra Base DN", + "Please specify the port" : "Specificera en port", + "Configuration OK" : "Konfigurationen är OK", + "Configuration incorrect" : "Felaktig konfiguration", + "Configuration incomplete" : "Konfigurationen är ej komplett", + "Select groups" : "Välj grupper", + "Select object classes" : "Välj Objekt-klasser", + "Select attributes" : "Välj attribut", + "Connection test succeeded" : "Anslutningstestet lyckades", + "Connection test failed" : "Anslutningstestet misslyckades", + "Do you really want to delete the current Server Configuration?" : "Vill du verkligen radera den nuvarande serverinställningen?", + "Confirm Deletion" : "Bekräfta radering", + "_%s group found_::_%s groups found_" : ["%s grupp hittad","%s grupper hittade"], + "_%s user found_::_%s users found_" : ["%s användare hittad","%s användare hittade"], + "Could not find the desired feature" : "Det gick inte hitta den önskade funktionen", + "Invalid Host" : "Felaktig Host", + "Server" : "Server", + "User Filter" : "Användar filter", + "Login Filter" : "Login Filtrer", + "Group Filter" : "Gruppfilter", + "Save" : "Spara", + "Test Configuration" : "Testa konfigurationen", + "Help" : "Hjälp", + "Groups meeting these criteria are available in %s:" : "Grupper som uppfyller dessa kriterier finns i %s:", + "only those object classes:" : "Endast de objekt-klasserna:", + "only from those groups:" : "endast ifrån de här grupperna:", + "Edit raw filter instead" : "Redigera rått filter istället", + "Raw LDAP filter" : "Rått LDAP-filter", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtret specifierar vilka LDAD-grupper som ska ha åtkomst till %s instans", + "groups found" : "grupper hittade", + "Users login with this attribute:" : "Användare loggar in med detta attribut:", + "LDAP Username:" : "LDAP användarnamn:", + "LDAP Email Address:" : "LDAP e-postadress:", + "Other Attributes:" : "Övriga attribut:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definierar filter som tillämpas vid inloggning. %%uid ersätter användarnamn vid inloggningen. Exempel: \"uid=%%uid\"", + "1. Server" : "1.Server", + "%s. Server:" : "%s. Server:", + "Add Server Configuration" : "Lägg till serverinställning", + "Delete Configuration" : "Radera Konfiguration", + "Host" : "Server", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du behöver inte ange protokoll förutom om du använder SSL. Starta då med ldaps://", + "Port" : "Port", + "User DN" : "Användare 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 för användaren som skall användas, t.ex. uid=agent, dc=example, dc=com. För anonym åtkomst, lämna DN och lösenord tomt.", + "Password" : "Lösenord", + "For anonymous access, leave DN and Password empty." : "För anonym åtkomst, lämna DN och lösenord tomt.", + "One Base DN per line" : "Ett Start DN per rad", + "You can specify Base DN for users and groups in the Advanced tab" : "Du kan ange start DN för användare och grupper under fliken Avancerat", + "Limit %s access to users meeting these criteria:" : "Begränsa %s tillgång till användare som uppfyller dessa kriterier:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filtret specifierar vilka LDAP-användare som skall ha åtkomst till %s instans", + "users found" : "användare funna", + "Back" : "Tillbaka", + "Continue" : "Fortsätt", + "Expert" : "Expert", + "Advanced" : "Avancerad", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Varning: Apps user_ldap och user_webdavauth är inkompatibla. Oväntade problem kan uppstå. Be din systemadministratör att inaktivera en av dom.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Varning: PHP LDAP - modulen är inte installerad, serversidan kommer inte att fungera. Kontakta din systemadministratör för installation.", + "Connection Settings" : "Uppkopplingsinställningar", + "Configuration Active" : "Konfiguration aktiv", + "When unchecked, this configuration will be skipped." : "Ifall denna är avbockad så kommer konfigurationen att skippas.", + "Backup (Replica) Host" : "Säkerhetskopierings-värd (Replika)", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Ange en valfri värd för säkerhetskopiering. Den måste vara en replika av den huvudsakliga LDAP/AD-servern", + "Backup (Replica) Port" : "Säkerhetskopierins-port (Replika)", + "Disable Main Server" : "Inaktivera huvudserver", + "Only connect to the replica server." : "Anslut endast till replikaservern.", + "Case insensitive LDAP server (Windows)" : "om okänslig LDAP-server (Windows)", + "Turn off SSL certificate validation." : "Stäng av verifiering av SSL-certifikat.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Rekommenderas inte, använd endast för test! Om anslutningen bara fungerar med denna inställning behöver du importera LDAP-serverns SSL-certifikat till din %s server.", + "Cache Time-To-Live" : "Cache Time-To-Live", + "in seconds. A change empties the cache." : "i sekunder. En förändring tömmer cache.", + "Directory Settings" : "Mappinställningar", + "User Display Name Field" : "Attribut för användarnamn", + "The LDAP attribute to use to generate the user's display name." : "LDAP-attributet som ska användas för att generera användarens visningsnamn.", + "Base User Tree" : "Bas för användare i katalogtjänst", + "One User Base DN per line" : "En Användare start DN per rad", + "User Search Attributes" : "Användarsökningsattribut", + "Optional; one attribute per line" : "Valfritt; ett attribut per rad", + "Group Display Name Field" : "Attribut för gruppnamn", + "The LDAP attribute to use to generate the groups's display name." : "LDAP-attributet som ska användas för att generera gruppens visningsnamn.", + "Base Group Tree" : "Bas för grupper i katalogtjänst", + "One Group Base DN per line" : "En Grupp start DN per rad", + "Group Search Attributes" : "Gruppsökningsattribut", + "Group-Member association" : "Attribut för gruppmedlemmar", + "Nested Groups" : "Undergrupper", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "När den är påslagen, stöds grupper som innehåller grupper. (Fungerar endast om gruppmedlemmens attribut innehåller DNs.)", + "Paging chunksize" : "Paging klusterstorlek", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Klusterstorlek som används för paged LDAP sökningar som kan komma att returnera skrymmande resultat som uppräknande av användare eller grupper. (Inställning av denna till 0 inaktiverar paged LDAP sökningar i de situationerna)", + "Special Attributes" : "Specialattribut", + "Quota Field" : "Kvotfält", + "Quota Default" : "Datakvot standard", + "in bytes" : "i bytes", + "Email Field" : "E-postfält", + "User Home Folder Naming Rule" : "Namnregel för hemkatalog", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lämnas tomt för användarnamn (standard). Ange annars ett LDAP/AD-attribut.", + "Internal Username" : "Internt Användarnamn", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Som standard skapas det interna användarnamnet från UUID-attributet. Det säkerställer att användarnamnet är unikt och tecken inte behöver konverteras. Det interna användarnamnet har restriktionerna att endast följande tecken är tillåtna: [ a-zA-Z0-9_.@- ]. Andra tecken blir ersatta av deras motsvarighet i ASCII eller utelämnas helt. En siffra kommer att läggas till eller ökas på vid en kollision. Det interna användarnamnet används för att identifiera användaren internt. Det är även förvalt som användarens användarnamn i ownCloud. Det är även en port för fjärråtkomst, t.ex. för alla *DAV-tjänster. Med denna inställning kan det förvalda beteendet åsidosättas. För att uppnå ett liknande beteende som innan ownCloud 5, ange attributet för användarens visningsnamn i detta fält. Lämna det tomt för förvalt beteende. Ändringarna kommer endast att påverka nyligen mappade (tillagda) LDAP-användare", + "Internal Username Attribute:" : "Internt Användarnamn Attribut:", + "Override UUID detection" : "Åsidosätt UUID detektion", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Som standard upptäcker ownCloud automatiskt UUID-attributet. Det UUID-attributet används för att utan tvivel identifiera LDAP-användare och grupper. Dessutom kommer interna användarnamn skapas baserat på detta UUID, om inte annat anges ovan. Du kan åsidosätta inställningen och passera ett attribut som du själv väljer. Du måste se till att attributet som du väljer kan hämtas för både användare och grupper och att det är unikt. Lämna det tomt för standard beteende. Förändringar kommer endast att påverka nyligen mappade (tillagda) LDAP-användare och grupper.", + "UUID Attribute for Users:" : "UUID Attribut för Användare:", + "UUID Attribute for Groups:" : "UUID Attribut för Grupper:", + "Username-LDAP User Mapping" : "Användarnamn-LDAP User Mapping", + "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." : "ownCloud använder sig av användarnamn för att lagra och tilldela (meta) data. För att exakt kunna identifiera och känna igen användare, kommer varje LDAP-användare ha ett internt användarnamn. Detta kräver en mappning från ownCloud-användarnamn till LDAP-användare. Det skapade användarnamnet mappas till UUID för LDAP-användaren. Dessutom cachas DN samt minska LDAP-interaktionen, men den används inte för identifiering. Om DN förändras, kommer förändringarna hittas av ownCloud. Det interna ownCloud-namnet används överallt i ownCloud. Om du rensar/raderar mappningarna kommer att lämna referenser överallt i systemet. Men den är inte konfigurationskänslig, den påverkar alla LDAP-konfigurationer! Rensa/radera aldrig mappningarna i en produktionsmiljö. Utan gör detta endast på i testmiljö!", + "Clear Username-LDAP User Mapping" : "Rensa Användarnamn-LDAP User Mapping", + "Clear Groupname-LDAP Group Mapping" : "Rensa Gruppnamn-LDAP Group Mapping" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/sv.php b/apps/user_ldap/l10n/sv.php deleted file mode 100644 index e8e4862994..0000000000 --- a/apps/user_ldap/l10n/sv.php +++ /dev/null @@ -1,127 +0,0 @@ - "Fel vid rensning av mappningar", -"Failed to delete the server configuration" => "Misslyckades med att radera serverinställningen", -"The configuration is valid and the connection could be established!" => "Inställningen är giltig och anslutningen kunde upprättas!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurationen är riktig, men Bind felade. Var vänlig och kontrollera serverinställningar och logininformation.", -"The configuration is invalid. Please have a look at the logs for further details." => "Inställningen är ogiltig. Vänligen se ownCloud-loggen för fler detaljer.", -"No action specified" => "Ingen åtgärd har angetts", -"No configuration specified" => "Ingen konfiguration har angetts", -"No data specified" => "Ingen data har angetts", -" Could not set configuration %s" => "Kunde inte sätta inställning %s", -"Deletion failed" => "Raderingen misslyckades", -"Take over settings from recent server configuration?" => "Ta över inställningar från tidigare serverkonfiguration?", -"Keep settings?" => "Behåll inställningarna?", -"{nthServer}. Server" => "{nthServer}. Server", -"Cannot add server configuration" => "Kunde inte lägga till serverinställning", -"mappings cleared" => "mappningar rensade", -"Success" => "Lyckat", -"Error" => "Fel", -"Please specify a Base DN" => "Vänligen ange en Base DN", -"Could not determine Base DN" => "Det gick inte att avgöra Base DN", -"Please specify the port" => "Specificera en port", -"Configuration OK" => "Konfigurationen är OK", -"Configuration incorrect" => "Felaktig konfiguration", -"Configuration incomplete" => "Konfigurationen är ej komplett", -"Select groups" => "Välj grupper", -"Select object classes" => "Välj Objekt-klasser", -"Select attributes" => "Välj attribut", -"Connection test succeeded" => "Anslutningstestet lyckades", -"Connection test failed" => "Anslutningstestet misslyckades", -"Do you really want to delete the current Server Configuration?" => "Vill du verkligen radera den nuvarande serverinställningen?", -"Confirm Deletion" => "Bekräfta radering", -"_%s group found_::_%s groups found_" => array("%s grupp hittad","%s grupper hittade"), -"_%s user found_::_%s users found_" => array("%s användare hittad","%s användare hittade"), -"Could not find the desired feature" => "Det gick inte hitta den önskade funktionen", -"Invalid Host" => "Felaktig Host", -"Server" => "Server", -"User Filter" => "Användar filter", -"Login Filter" => "Login Filtrer", -"Group Filter" => "Gruppfilter", -"Save" => "Spara", -"Test Configuration" => "Testa konfigurationen", -"Help" => "Hjälp", -"Groups meeting these criteria are available in %s:" => "Grupper som uppfyller dessa kriterier finns i %s:", -"only those object classes:" => "Endast de objekt-klasserna:", -"only from those groups:" => "endast ifrån de här grupperna:", -"Edit raw filter instead" => "Redigera rått filter istället", -"Raw LDAP filter" => "Rått LDAP-filter", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Filtret specifierar vilka LDAD-grupper som ska ha åtkomst till %s instans", -"groups found" => "grupper hittade", -"Users login with this attribute:" => "Användare loggar in med detta attribut:", -"LDAP Username:" => "LDAP användarnamn:", -"LDAP Email Address:" => "LDAP e-postadress:", -"Other Attributes:" => "Övriga attribut:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Definierar filter som tillämpas vid inloggning. %%uid ersätter användarnamn vid inloggningen. Exempel: \"uid=%%uid\"", -"1. Server" => "1.Server", -"%s. Server:" => "%s. Server:", -"Add Server Configuration" => "Lägg till serverinställning", -"Delete Configuration" => "Radera Konfiguration", -"Host" => "Server", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Du behöver inte ange protokoll förutom om du använder SSL. Starta då med ldaps://", -"Port" => "Port", -"User DN" => "Användare 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 för användaren som skall användas, t.ex. uid=agent, dc=example, dc=com. För anonym åtkomst, lämna DN och lösenord tomt.", -"Password" => "Lösenord", -"For anonymous access, leave DN and Password empty." => "För anonym åtkomst, lämna DN och lösenord tomt.", -"One Base DN per line" => "Ett Start DN per rad", -"You can specify Base DN for users and groups in the Advanced tab" => "Du kan ange start DN för användare och grupper under fliken Avancerat", -"Limit %s access to users meeting these criteria:" => "Begränsa %s tillgång till användare som uppfyller dessa kriterier:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Filtret specifierar vilka LDAP-användare som skall ha åtkomst till %s instans", -"users found" => "användare funna", -"Back" => "Tillbaka", -"Continue" => "Fortsätt", -"Expert" => "Expert", -"Advanced" => "Avancerad", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Varning: Apps user_ldap och user_webdavauth är inkompatibla. Oväntade problem kan uppstå. Be din systemadministratör att inaktivera en av dom.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Varning: PHP LDAP - modulen är inte installerad, serversidan kommer inte att fungera. Kontakta din systemadministratör för installation.", -"Connection Settings" => "Uppkopplingsinställningar", -"Configuration Active" => "Konfiguration aktiv", -"When unchecked, this configuration will be skipped." => "Ifall denna är avbockad så kommer konfigurationen att skippas.", -"Backup (Replica) Host" => "Säkerhetskopierings-värd (Replika)", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Ange en valfri värd för säkerhetskopiering. Den måste vara en replika av den huvudsakliga LDAP/AD-servern", -"Backup (Replica) Port" => "Säkerhetskopierins-port (Replika)", -"Disable Main Server" => "Inaktivera huvudserver", -"Only connect to the replica server." => "Anslut endast till replikaservern.", -"Case insensitive LDAP server (Windows)" => "om okänslig LDAP-server (Windows)", -"Turn off SSL certificate validation." => "Stäng av verifiering av SSL-certifikat.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Rekommenderas inte, använd endast för test! Om anslutningen bara fungerar med denna inställning behöver du importera LDAP-serverns SSL-certifikat till din %s server.", -"Cache Time-To-Live" => "Cache Time-To-Live", -"in seconds. A change empties the cache." => "i sekunder. En förändring tömmer cache.", -"Directory Settings" => "Mappinställningar", -"User Display Name Field" => "Attribut för användarnamn", -"The LDAP attribute to use to generate the user's display name." => "LDAP-attributet som ska användas för att generera användarens visningsnamn.", -"Base User Tree" => "Bas för användare i katalogtjänst", -"One User Base DN per line" => "En Användare start DN per rad", -"User Search Attributes" => "Användarsökningsattribut", -"Optional; one attribute per line" => "Valfritt; ett attribut per rad", -"Group Display Name Field" => "Attribut för gruppnamn", -"The LDAP attribute to use to generate the groups's display name." => "LDAP-attributet som ska användas för att generera gruppens visningsnamn.", -"Base Group Tree" => "Bas för grupper i katalogtjänst", -"One Group Base DN per line" => "En Grupp start DN per rad", -"Group Search Attributes" => "Gruppsökningsattribut", -"Group-Member association" => "Attribut för gruppmedlemmar", -"Nested Groups" => "Undergrupper", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "När den är påslagen, stöds grupper som innehåller grupper. (Fungerar endast om gruppmedlemmens attribut innehåller DNs.)", -"Paging chunksize" => "Paging klusterstorlek", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Klusterstorlek som används för paged LDAP sökningar som kan komma att returnera skrymmande resultat som uppräknande av användare eller grupper. (Inställning av denna till 0 inaktiverar paged LDAP sökningar i de situationerna)", -"Special Attributes" => "Specialattribut", -"Quota Field" => "Kvotfält", -"Quota Default" => "Datakvot standard", -"in bytes" => "i bytes", -"Email Field" => "E-postfält", -"User Home Folder Naming Rule" => "Namnregel för hemkatalog", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lämnas tomt för användarnamn (standard). Ange annars ett LDAP/AD-attribut.", -"Internal Username" => "Internt Användarnamn", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Som standard skapas det interna användarnamnet från UUID-attributet. Det säkerställer att användarnamnet är unikt och tecken inte behöver konverteras. Det interna användarnamnet har restriktionerna att endast följande tecken är tillåtna: [ a-zA-Z0-9_.@- ]. Andra tecken blir ersatta av deras motsvarighet i ASCII eller utelämnas helt. En siffra kommer att läggas till eller ökas på vid en kollision. Det interna användarnamnet används för att identifiera användaren internt. Det är även förvalt som användarens användarnamn i ownCloud. Det är även en port för fjärråtkomst, t.ex. för alla *DAV-tjänster. Med denna inställning kan det förvalda beteendet åsidosättas. För att uppnå ett liknande beteende som innan ownCloud 5, ange attributet för användarens visningsnamn i detta fält. Lämna det tomt för förvalt beteende. Ändringarna kommer endast att påverka nyligen mappade (tillagda) LDAP-användare", -"Internal Username Attribute:" => "Internt Användarnamn Attribut:", -"Override UUID detection" => "Åsidosätt UUID detektion", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Som standard upptäcker ownCloud automatiskt UUID-attributet. Det UUID-attributet används för att utan tvivel identifiera LDAP-användare och grupper. Dessutom kommer interna användarnamn skapas baserat på detta UUID, om inte annat anges ovan. Du kan åsidosätta inställningen och passera ett attribut som du själv väljer. Du måste se till att attributet som du väljer kan hämtas för både användare och grupper och att det är unikt. Lämna det tomt för standard beteende. Förändringar kommer endast att påverka nyligen mappade (tillagda) LDAP-användare och grupper.", -"UUID Attribute for Users:" => "UUID Attribut för Användare:", -"UUID Attribute for Groups:" => "UUID Attribut för Grupper:", -"Username-LDAP User Mapping" => "Användarnamn-LDAP User Mapping", -"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." => "ownCloud använder sig av användarnamn för att lagra och tilldela (meta) data. För att exakt kunna identifiera och känna igen användare, kommer varje LDAP-användare ha ett internt användarnamn. Detta kräver en mappning från ownCloud-användarnamn till LDAP-användare. Det skapade användarnamnet mappas till UUID för LDAP-användaren. Dessutom cachas DN samt minska LDAP-interaktionen, men den används inte för identifiering. Om DN förändras, kommer förändringarna hittas av ownCloud. Det interna ownCloud-namnet används överallt i ownCloud. Om du rensar/raderar mappningarna kommer att lämna referenser överallt i systemet. Men den är inte konfigurationskänslig, den påverkar alla LDAP-konfigurationer! Rensa/radera aldrig mappningarna i en produktionsmiljö. Utan gör detta endast på i testmiljö!", -"Clear Username-LDAP User Mapping" => "Rensa Användarnamn-LDAP User Mapping", -"Clear Groupname-LDAP Group Mapping" => "Rensa Gruppnamn-LDAP Group Mapping" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/sw_KE.js b/apps/user_ldap/l10n/sw_KE.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/sw_KE.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/sw_KE.json b/apps/user_ldap/l10n/sw_KE.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/sw_KE.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/sw_KE.php b/apps/user_ldap/l10n/sw_KE.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/sw_KE.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ta_IN.js b/apps/user_ldap/l10n/ta_IN.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/ta_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/ta_IN.json b/apps/user_ldap/l10n/ta_IN.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/ta_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/ta_IN.php b/apps/user_ldap/l10n/ta_IN.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/ta_IN.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/ta_LK.js b/apps/user_ldap/l10n/ta_LK.js new file mode 100644 index 0000000000..c30e65c058 --- /dev/null +++ b/apps/user_ldap/l10n/ta_LK.js @@ -0,0 +1,28 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "நீக்கம் தோல்வியடைந்தது", + "Error" : "வழு", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "சேமிக்க ", + "Help" : "உதவி", + "Host" : "ஓம்புனர்", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "நீங்கள் SSL சேவையை தவிர உடன்படு வரைமுறையை தவிர்க்க முடியும். பிறகு ldaps:.// உடன் ஆரம்பிக்கவும்", + "Port" : "துறை ", + "User DN" : "பயனாளர் DN", + "Password" : "கடவுச்சொல்", + "You can specify Base DN for users and groups in the Advanced tab" : "நீங்கள் பயனாளர்களுக்கும் மேன்மை தத்தலில் உள்ள குழுவிற்கும் தள DN ஐ குறிப்பிடலாம் ", + "Back" : "பின்னுக்கு", + "Advanced" : "உயர்ந்த", + "Turn off SSL certificate validation." : "SSL சான்றிதழின் செல்லுபடியை நிறுத்திவிடவும்", + "in seconds. A change empties the cache." : "செக்கன்களில். ஒரு மாற்றம் இடைமாற்றுநினைவகத்தை வெற்றிடமாக்கும்.", + "User Display Name Field" : "பயனாளர் காட்சிப்பெயர் புலம்", + "Base User Tree" : "தள பயனாளர் மரம்", + "Group Display Name Field" : "குழுவின் காட்சி பெயர் புலம் ", + "Base Group Tree" : "தள குழு மரம்", + "Group-Member association" : "குழு உறுப்பினர் சங்கம்", + "in bytes" : "bytes களில் ", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "பயனாளர் பெயரிற்கு வெற்றிடமாக விடவும் (பொது இருப்பு). இல்லாவிடின் LDAP/AD பண்புக்கூறை குறிப்பிடவும்." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/ta_LK.json b/apps/user_ldap/l10n/ta_LK.json new file mode 100644 index 0000000000..16726a1b09 --- /dev/null +++ b/apps/user_ldap/l10n/ta_LK.json @@ -0,0 +1,26 @@ +{ "translations": { + "Deletion failed" : "நீக்கம் தோல்வியடைந்தது", + "Error" : "வழு", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "சேமிக்க ", + "Help" : "உதவி", + "Host" : "ஓம்புனர்", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "நீங்கள் SSL சேவையை தவிர உடன்படு வரைமுறையை தவிர்க்க முடியும். பிறகு ldaps:.// உடன் ஆரம்பிக்கவும்", + "Port" : "துறை ", + "User DN" : "பயனாளர் DN", + "Password" : "கடவுச்சொல்", + "You can specify Base DN for users and groups in the Advanced tab" : "நீங்கள் பயனாளர்களுக்கும் மேன்மை தத்தலில் உள்ள குழுவிற்கும் தள DN ஐ குறிப்பிடலாம் ", + "Back" : "பின்னுக்கு", + "Advanced" : "உயர்ந்த", + "Turn off SSL certificate validation." : "SSL சான்றிதழின் செல்லுபடியை நிறுத்திவிடவும்", + "in seconds. A change empties the cache." : "செக்கன்களில். ஒரு மாற்றம் இடைமாற்றுநினைவகத்தை வெற்றிடமாக்கும்.", + "User Display Name Field" : "பயனாளர் காட்சிப்பெயர் புலம்", + "Base User Tree" : "தள பயனாளர் மரம்", + "Group Display Name Field" : "குழுவின் காட்சி பெயர் புலம் ", + "Base Group Tree" : "தள குழு மரம்", + "Group-Member association" : "குழு உறுப்பினர் சங்கம்", + "in bytes" : "bytes களில் ", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "பயனாளர் பெயரிற்கு வெற்றிடமாக விடவும் (பொது இருப்பு). இல்லாவிடின் LDAP/AD பண்புக்கூறை குறிப்பிடவும்." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ta_LK.php b/apps/user_ldap/l10n/ta_LK.php deleted file mode 100644 index 5849cfcadb..0000000000 --- a/apps/user_ldap/l10n/ta_LK.php +++ /dev/null @@ -1,27 +0,0 @@ - "நீக்கம் தோல்வியடைந்தது", -"Error" => "வழு", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "சேமிக்க ", -"Help" => "உதவி", -"Host" => "ஓம்புனர்", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "நீங்கள் SSL சேவையை தவிர உடன்படு வரைமுறையை தவிர்க்க முடியும். பிறகு ldaps:.// உடன் ஆரம்பிக்கவும்", -"Port" => "துறை ", -"User DN" => "பயனாளர் DN", -"Password" => "கடவுச்சொல்", -"You can specify Base DN for users and groups in the Advanced tab" => "நீங்கள் பயனாளர்களுக்கும் மேன்மை தத்தலில் உள்ள குழுவிற்கும் தள DN ஐ குறிப்பிடலாம் ", -"Back" => "பின்னுக்கு", -"Advanced" => "உயர்ந்த", -"Turn off SSL certificate validation." => "SSL சான்றிதழின் செல்லுபடியை நிறுத்திவிடவும்", -"in seconds. A change empties the cache." => "செக்கன்களில். ஒரு மாற்றம் இடைமாற்றுநினைவகத்தை வெற்றிடமாக்கும்.", -"User Display Name Field" => "பயனாளர் காட்சிப்பெயர் புலம்", -"Base User Tree" => "தள பயனாளர் மரம்", -"Group Display Name Field" => "குழுவின் காட்சி பெயர் புலம் ", -"Base Group Tree" => "தள குழு மரம்", -"Group-Member association" => "குழு உறுப்பினர் சங்கம்", -"in bytes" => "bytes களில் ", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "பயனாளர் பெயரிற்கு வெற்றிடமாக விடவும் (பொது இருப்பு). இல்லாவிடின் LDAP/AD பண்புக்கூறை குறிப்பிடவும்." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/te.js b/apps/user_ldap/l10n/te.js new file mode 100644 index 0000000000..04d070ac27 --- /dev/null +++ b/apps/user_ldap/l10n/te.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "user_ldap", + { + "Error" : "పొరపాటు", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "భద్రపరచు", + "Help" : "సహాయం", + "Password" : "సంకేతపదం", + "Continue" : "కొనసాగించు", + "Advanced" : "ఉన్నతం" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/te.json b/apps/user_ldap/l10n/te.json new file mode 100644 index 0000000000..e098b6aa5d --- /dev/null +++ b/apps/user_ldap/l10n/te.json @@ -0,0 +1,11 @@ +{ "translations": { + "Error" : "పొరపాటు", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "భద్రపరచు", + "Help" : "సహాయం", + "Password" : "సంకేతపదం", + "Continue" : "కొనసాగించు", + "Advanced" : "ఉన్నతం" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/te.php b/apps/user_ldap/l10n/te.php deleted file mode 100644 index 4cfdbea4cc..0000000000 --- a/apps/user_ldap/l10n/te.php +++ /dev/null @@ -1,12 +0,0 @@ - "పొరపాటు", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "భద్రపరచు", -"Help" => "సహాయం", -"Password" => "సంకేతపదం", -"Continue" => "కొనసాగించు", -"Advanced" => "ఉన్నతం" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/tg_TJ.js b/apps/user_ldap/l10n/tg_TJ.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/tg_TJ.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/tg_TJ.json b/apps/user_ldap/l10n/tg_TJ.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/tg_TJ.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/tg_TJ.php b/apps/user_ldap/l10n/tg_TJ.php deleted file mode 100644 index 3a1e002311..0000000000 --- a/apps/user_ldap/l10n/tg_TJ.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/th_TH.js b/apps/user_ldap/l10n/th_TH.js new file mode 100644 index 0000000000..6aea268583 --- /dev/null +++ b/apps/user_ldap/l10n/th_TH.js @@ -0,0 +1,54 @@ +OC.L10N.register( + "user_ldap", + { + "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." : "การกำหนดค่าถูกต้อง, แต่การผูกข้อมูลล้มเหลว, กรุณาตรวจสอบการตั้งค่าเซิร์ฟเวอร์และข้อมูลการเข้าใช้งาน", + "Deletion failed" : "การลบทิ้งล้มเหลว", + "Keep settings?" : "รักษาการตั้งค่าไว้?", + "Cannot add server configuration" : "ไม่สามารถเพิ่มค่ากำหนดเซิร์ฟเวอร์ได้", + "Success" : "เสร็จสิ้น", + "Error" : "ข้อผิดพลาด", + "Select groups" : "เลือกกลุ่ม", + "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 user found_::_%s users found_" : [""], + "Group Filter" : "ตัวกรองข้อมูลกลุ่ม", + "Save" : "บันทึก", + "Help" : "ช่วยเหลือ", + "Add Server Configuration" : "เพิ่มการกำหนดค่าเซิร์ฟเวอร์", + "Host" : "โฮสต์", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "คุณสามารถปล่อยช่องโปรโตคอลเว้นไว้ได้, ยกเว้นกรณีที่คุณต้องการใช้ SSL จากนั้นเริ่มต้นด้วย ldaps://", + "Port" : "พอร์ต", + "User DN" : "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 ของผู้ใช้งานที่เป็นลูกค้าอะไรก็ตามที่ผูกอยู่ด้วย เช่น uid=agent, dc=example, dc=com, สำหรับการเข้าถึงโดยบุคคลนิรนาม, ให้เว้นว่าง DN และ รหัสผ่านเอาไว้", + "Password" : "รหัสผ่าน", + "For anonymous access, leave DN and Password empty." : "สำหรับการเข้าถึงโดยบุคคลนิรนาม ให้เว้นว่าง DN และรหัสผ่านไว้", + "One Base DN per line" : "หนึ่ง Base DN ต่อบรรทัด", + "You can specify Base DN for users and groups in the Advanced tab" : "คุณสามารถระบุ DN หลักสำหรับผู้ใช้งานและกลุ่มต่างๆในแท็บขั้นสูงได้", + "Back" : "ย้อนกลับ", + "Advanced" : "ขั้นสูง", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "คำเตือน: โมดูล PHP LDAP ยังไม่ได้ถูกติดตั้ง, ระบบด้านหลังจะไม่สามารถทำงานได้ กรุณาติดต่อผู้ดูแลระบบของคุณเพื่อทำการติดตั้งโมดูลดังกล่าว", + "Connection Settings" : "ตั้งค่าการเชื่อมต่อ", + "Disable Main Server" : "ปิดใช้งานเซิร์ฟเวอร์หลัก", + "Turn off SSL certificate validation." : "ปิดใช้งานการตรวจสอบความถูกต้องของใบรับรองความปลอดภัย SSL", + "in seconds. A change empties the cache." : "ในอีกไม่กี่วินาที ระบบจะเปลี่ยนแปลงข้อมูลในแคชให้ว่างเปล่า", + "Directory Settings" : "ตั้งค่าไดเร็กทอรี่", + "User Display Name Field" : "ช่องแสดงชื่อผู้ใช้งานที่ต้องการ", + "Base User Tree" : "รายการผู้ใช้งานหลักแบบ Tree", + "One User Base DN per line" : "หนึ่ง User Base DN ต่อบรรทัด", + "User Search Attributes" : "คุณลักษณะการค้นหาชื่อผู้ใช้", + "Optional; one attribute per line" : "ตัวเลือกเพิ่มเติม; หนึ่งคุณลักษณะต่อบรรทัด", + "Group Display Name Field" : "ช่องแสดงชื่อกลุ่มที่ต้องการ", + "Base Group Tree" : "รายการกลุ่มหลักแบบ Tree", + "One Group Base DN per line" : "หนึ่ง Group Base DN ต่อบรรทัด", + "Group Search Attributes" : "คุณลักษณะการค้นหาแบบกลุ่ม", + "Group-Member association" : "ความสัมพันธ์ของสมาชิกในกลุ่ม", + "Special Attributes" : "คุณลักษณะพิเศษ", + "in bytes" : "ในหน่วยไบต์", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "เว้นว่างไว้สำหรับ ชื่อผู้ใช้ (ค่าเริ่มต้น) หรือไม่กรุณาระบุคุณลักษณะของ LDAP/AD" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/th_TH.json b/apps/user_ldap/l10n/th_TH.json new file mode 100644 index 0000000000..ddc8ddec2a --- /dev/null +++ b/apps/user_ldap/l10n/th_TH.json @@ -0,0 +1,52 @@ +{ "translations": { + "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." : "การกำหนดค่าถูกต้อง, แต่การผูกข้อมูลล้มเหลว, กรุณาตรวจสอบการตั้งค่าเซิร์ฟเวอร์และข้อมูลการเข้าใช้งาน", + "Deletion failed" : "การลบทิ้งล้มเหลว", + "Keep settings?" : "รักษาการตั้งค่าไว้?", + "Cannot add server configuration" : "ไม่สามารถเพิ่มค่ากำหนดเซิร์ฟเวอร์ได้", + "Success" : "เสร็จสิ้น", + "Error" : "ข้อผิดพลาด", + "Select groups" : "เลือกกลุ่ม", + "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 user found_::_%s users found_" : [""], + "Group Filter" : "ตัวกรองข้อมูลกลุ่ม", + "Save" : "บันทึก", + "Help" : "ช่วยเหลือ", + "Add Server Configuration" : "เพิ่มการกำหนดค่าเซิร์ฟเวอร์", + "Host" : "โฮสต์", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "คุณสามารถปล่อยช่องโปรโตคอลเว้นไว้ได้, ยกเว้นกรณีที่คุณต้องการใช้ SSL จากนั้นเริ่มต้นด้วย ldaps://", + "Port" : "พอร์ต", + "User DN" : "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 ของผู้ใช้งานที่เป็นลูกค้าอะไรก็ตามที่ผูกอยู่ด้วย เช่น uid=agent, dc=example, dc=com, สำหรับการเข้าถึงโดยบุคคลนิรนาม, ให้เว้นว่าง DN และ รหัสผ่านเอาไว้", + "Password" : "รหัสผ่าน", + "For anonymous access, leave DN and Password empty." : "สำหรับการเข้าถึงโดยบุคคลนิรนาม ให้เว้นว่าง DN และรหัสผ่านไว้", + "One Base DN per line" : "หนึ่ง Base DN ต่อบรรทัด", + "You can specify Base DN for users and groups in the Advanced tab" : "คุณสามารถระบุ DN หลักสำหรับผู้ใช้งานและกลุ่มต่างๆในแท็บขั้นสูงได้", + "Back" : "ย้อนกลับ", + "Advanced" : "ขั้นสูง", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "คำเตือน: โมดูล PHP LDAP ยังไม่ได้ถูกติดตั้ง, ระบบด้านหลังจะไม่สามารถทำงานได้ กรุณาติดต่อผู้ดูแลระบบของคุณเพื่อทำการติดตั้งโมดูลดังกล่าว", + "Connection Settings" : "ตั้งค่าการเชื่อมต่อ", + "Disable Main Server" : "ปิดใช้งานเซิร์ฟเวอร์หลัก", + "Turn off SSL certificate validation." : "ปิดใช้งานการตรวจสอบความถูกต้องของใบรับรองความปลอดภัย SSL", + "in seconds. A change empties the cache." : "ในอีกไม่กี่วินาที ระบบจะเปลี่ยนแปลงข้อมูลในแคชให้ว่างเปล่า", + "Directory Settings" : "ตั้งค่าไดเร็กทอรี่", + "User Display Name Field" : "ช่องแสดงชื่อผู้ใช้งานที่ต้องการ", + "Base User Tree" : "รายการผู้ใช้งานหลักแบบ Tree", + "One User Base DN per line" : "หนึ่ง User Base DN ต่อบรรทัด", + "User Search Attributes" : "คุณลักษณะการค้นหาชื่อผู้ใช้", + "Optional; one attribute per line" : "ตัวเลือกเพิ่มเติม; หนึ่งคุณลักษณะต่อบรรทัด", + "Group Display Name Field" : "ช่องแสดงชื่อกลุ่มที่ต้องการ", + "Base Group Tree" : "รายการกลุ่มหลักแบบ Tree", + "One Group Base DN per line" : "หนึ่ง Group Base DN ต่อบรรทัด", + "Group Search Attributes" : "คุณลักษณะการค้นหาแบบกลุ่ม", + "Group-Member association" : "ความสัมพันธ์ของสมาชิกในกลุ่ม", + "Special Attributes" : "คุณลักษณะพิเศษ", + "in bytes" : "ในหน่วยไบต์", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "เว้นว่างไว้สำหรับ ชื่อผู้ใช้ (ค่าเริ่มต้น) หรือไม่กรุณาระบุคุณลักษณะของ LDAP/AD" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/th_TH.php b/apps/user_ldap/l10n/th_TH.php deleted file mode 100644 index 74d9fbe315..0000000000 --- a/apps/user_ldap/l10n/th_TH.php +++ /dev/null @@ -1,53 +0,0 @@ - "การลบการกำหนดค่าเซิร์ฟเวอร์ล้มเหลว", -"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." => "การกำหนดค่าถูกต้อง, แต่การผูกข้อมูลล้มเหลว, กรุณาตรวจสอบการตั้งค่าเซิร์ฟเวอร์และข้อมูลการเข้าใช้งาน", -"Deletion failed" => "การลบทิ้งล้มเหลว", -"Keep settings?" => "รักษาการตั้งค่าไว้?", -"Cannot add server configuration" => "ไม่สามารถเพิ่มค่ากำหนดเซิร์ฟเวอร์ได้", -"Success" => "เสร็จสิ้น", -"Error" => "ข้อผิดพลาด", -"Select groups" => "เลือกกลุ่ม", -"Connection test succeeded" => "ทดสอบการเชื่อมต่อสำเร็จ", -"Connection test failed" => "ทดสอบการเชื่อมต่อล้มเหลว", -"Do you really want to delete the current Server Configuration?" => "คุณแน่ใจแล้วหรือว่าต้องการลบการกำหนดค่าเซิร์ฟเวอร์ปัจจุบันทิ้งไป?", -"Confirm Deletion" => "ยืนยันการลบทิ้ง", -"_%s group found_::_%s groups found_" => array(""), -"_%s user found_::_%s users found_" => array(""), -"Group Filter" => "ตัวกรองข้อมูลกลุ่ม", -"Save" => "บันทึก", -"Help" => "ช่วยเหลือ", -"Add Server Configuration" => "เพิ่มการกำหนดค่าเซิร์ฟเวอร์", -"Host" => "โฮสต์", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "คุณสามารถปล่อยช่องโปรโตคอลเว้นไว้ได้, ยกเว้นกรณีที่คุณต้องการใช้ SSL จากนั้นเริ่มต้นด้วย ldaps://", -"Port" => "พอร์ต", -"User DN" => "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 ของผู้ใช้งานที่เป็นลูกค้าอะไรก็ตามที่ผูกอยู่ด้วย เช่น uid=agent, dc=example, dc=com, สำหรับการเข้าถึงโดยบุคคลนิรนาม, ให้เว้นว่าง DN และ รหัสผ่านเอาไว้", -"Password" => "รหัสผ่าน", -"For anonymous access, leave DN and Password empty." => "สำหรับการเข้าถึงโดยบุคคลนิรนาม ให้เว้นว่าง DN และรหัสผ่านไว้", -"One Base DN per line" => "หนึ่ง Base DN ต่อบรรทัด", -"You can specify Base DN for users and groups in the Advanced tab" => "คุณสามารถระบุ DN หลักสำหรับผู้ใช้งานและกลุ่มต่างๆในแท็บขั้นสูงได้", -"Back" => "ย้อนกลับ", -"Advanced" => "ขั้นสูง", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "คำเตือน: โมดูล PHP LDAP ยังไม่ได้ถูกติดตั้ง, ระบบด้านหลังจะไม่สามารถทำงานได้ กรุณาติดต่อผู้ดูแลระบบของคุณเพื่อทำการติดตั้งโมดูลดังกล่าว", -"Connection Settings" => "ตั้งค่าการเชื่อมต่อ", -"Disable Main Server" => "ปิดใช้งานเซิร์ฟเวอร์หลัก", -"Turn off SSL certificate validation." => "ปิดใช้งานการตรวจสอบความถูกต้องของใบรับรองความปลอดภัย SSL", -"in seconds. A change empties the cache." => "ในอีกไม่กี่วินาที ระบบจะเปลี่ยนแปลงข้อมูลในแคชให้ว่างเปล่า", -"Directory Settings" => "ตั้งค่าไดเร็กทอรี่", -"User Display Name Field" => "ช่องแสดงชื่อผู้ใช้งานที่ต้องการ", -"Base User Tree" => "รายการผู้ใช้งานหลักแบบ Tree", -"One User Base DN per line" => "หนึ่ง User Base DN ต่อบรรทัด", -"User Search Attributes" => "คุณลักษณะการค้นหาชื่อผู้ใช้", -"Optional; one attribute per line" => "ตัวเลือกเพิ่มเติม; หนึ่งคุณลักษณะต่อบรรทัด", -"Group Display Name Field" => "ช่องแสดงชื่อกลุ่มที่ต้องการ", -"Base Group Tree" => "รายการกลุ่มหลักแบบ Tree", -"One Group Base DN per line" => "หนึ่ง Group Base DN ต่อบรรทัด", -"Group Search Attributes" => "คุณลักษณะการค้นหาแบบกลุ่ม", -"Group-Member association" => "ความสัมพันธ์ของสมาชิกในกลุ่ม", -"Special Attributes" => "คุณลักษณะพิเศษ", -"in bytes" => "ในหน่วยไบต์", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "เว้นว่างไว้สำหรับ ชื่อผู้ใช้ (ค่าเริ่มต้น) หรือไม่กรุณาระบุคุณลักษณะของ LDAP/AD" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/tl_PH.js b/apps/user_ldap/l10n/tl_PH.js new file mode 100644 index 0000000000..95c97db2f9 --- /dev/null +++ b/apps/user_ldap/l10n/tl_PH.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/tl_PH.json b/apps/user_ldap/l10n/tl_PH.json new file mode 100644 index 0000000000..8e0cd6f678 --- /dev/null +++ b/apps/user_ldap/l10n/tl_PH.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/tl_PH.php b/apps/user_ldap/l10n/tl_PH.php deleted file mode 100644 index 2371ee7059..0000000000 --- a/apps/user_ldap/l10n/tl_PH.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_ldap/l10n/tr.js b/apps/user_ldap/l10n/tr.js new file mode 100644 index 0000000000..8e38ca3cdd --- /dev/null +++ b/apps/user_ldap/l10n/tr.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the mappings." : "Eşleştirmeler temizlenirken hata oluştu.", + "Failed to delete the server configuration" : "Sunucu yapılandırmasını silme başarısız oldu", + "The configuration is valid and the connection could be established!" : "Yapılandırma geçerli ve bağlantı kuruldu!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Yapılandırma geçerli fakat bağlama (bind) başarısız. Lütfen sunucu ayarları ve kimlik bilgilerini kontrol edin.", + "The configuration is invalid. Please have a look at the logs for further details." : "Yapılandırma geçersiz. Lütfen ayrıntılar için günlüklere bakın.", + "No action specified" : "Eylem belirtilmedi", + "No configuration specified" : "Yapılandırma belirtilmemiş", + "No data specified" : "Veri belirtilmemiş", + " Could not set configuration %s" : "%s yapılandırması ayarlanamadı", + "Deletion failed" : "Silme başarısız oldu", + "Take over settings from recent server configuration?" : "Ayarlar son sunucu yapılandırmalarından devralınsın mı?", + "Keep settings?" : "Ayarlar korunsun mu?", + "{nthServer}. Server" : "{nthServer}. Sunucu", + "Cannot add server configuration" : "Sunucu yapılandırması eklenemedi", + "mappings cleared" : "eşleştirmeler temizlendi", + "Success" : "Başarılı", + "Error" : "Hata", + "Please specify a Base DN" : "Lütfen bir Base DN belirtin", + "Could not determine Base DN" : "Base DN belirlenemedi", + "Please specify the port" : "Lütfen bağlantı noktasını belirtin", + "Configuration OK" : "Yapılandırma tamam", + "Configuration incorrect" : "Yapılandırma geçersiz", + "Configuration incomplete" : "Yapılandırma tamamlanmamış", + "Select groups" : "Grupları seç", + "Select object classes" : "Nesne sınıflarını seç", + "Select attributes" : "Nitelikleri seç", + "Connection test succeeded" : "Bağlantı testi başarılı oldu", + "Connection test failed" : "Bağlantı testi başarısız oldu", + "Do you really want to delete the current Server Configuration?" : "Şu anki sunucu yapılandırmasını silmek istediğinizden emin misiniz?", + "Confirm Deletion" : "Silmeyi onayla", + "_%s group found_::_%s groups found_" : ["%s grup bulundu","%s grup bulundu"], + "_%s user found_::_%s users found_" : ["%s kullanıcı bulundu","%s kullanıcı bulundu"], + "Could not find the desired feature" : "İstenen özellik bulunamadı", + "Invalid Host" : "Geçersiz Makine", + "Server" : "Sunucu", + "User Filter" : "Kullanıcı Süzgeci", + "Login Filter" : "Oturum Süzgeci", + "Group Filter" : "Grup Süzgeci", + "Save" : "Kaydet", + "Test Configuration" : "Yapılandırmayı Sına", + "Help" : "Yardım", + "Groups meeting these criteria are available in %s:" : "Bu kriterlerle eşleşen gruplar %s içinde mevcut:", + "only those object classes:" : "sadece bu nesne sınıflarına:", + "only from those groups:" : "sadece bu gruplardan:", + "Edit raw filter instead" : "Bunun yerine ham filtreyi düzenle", + "Raw LDAP filter" : "Ham LDAP filtresi", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtre, %s örneğine erişmesi gereken LDAP gruplarını belirtir.", + "Test Filter" : "Filtreyi Test Et", + "groups found" : "grup bulundu", + "Users login with this attribute:" : "Kullanıcılar şu öznitelikle oturum açarlar:", + "LDAP Username:" : "LDAP Kullanıcı Adı:", + "LDAP Email Address:" : "LDAP E-posta Adresi:", + "Other Attributes:" : "Diğer Nitelikler:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Oturum açma girişimi olduğunda uygulanacak filtreyi tanımlar. %%uid, oturum işleminde kullanıcı adı ile değiştirilir. Örneğin: \"uid=%%uid\"", + "1. Server" : "1. Sunucu", + "%s. Server:" : "%s. Sunucu:", + "Add Server Configuration" : "Sunucu Yapılandırması Ekle", + "Delete Configuration" : "Yapılandırmayı Sil", + "Host" : "Sunucu", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL gerekmediği takdirde protokol belirtmeyebilirsiniz. Gerekiyorsa ldaps:// ile başlayın", + "Port" : "Port", + "User DN" : "Kullanıcı 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." : "İstemci kullanıcısının yapılacağı atamanın DN'si. Örn. uid=agent,dc=örnek,dc=com. Anonim erişim için DN ve Parolayı boş bırakın.", + "Password" : "Parola", + "For anonymous access, leave DN and Password empty." : "Anonim erişim için DN ve Parola alanlarını boş bırakın.", + "One Base DN per line" : "Her satırda tek bir Base DN", + "You can specify Base DN for users and groups in the Advanced tab" : "Gelişmiş sekmesinde, kullanıcılar ve gruplar için Base DN belirtebilirsiniz", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Otomatik LDAP isteklerinden kaçın. Büyük kurulumlar için daha iyi ancak LDAP bilgisi gerektirir.", + "Manually enter LDAP filters (recommended for large directories)" : "LDAP filtrelerini el ile girin (büyük dizinler için önerilir)", + "Limit %s access to users meeting these criteria:" : "%s erişimini, şu kriterlerle eşleşen kullanıcılara sınırla:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filtre, %s örneğine erişmesi gereken LDAP kullanıcılarını belirtir.", + "users found" : "kullanıcı bulundu", + "Saving" : "Kaydediliyor", + "Back" : "Geri", + "Continue" : "Devam et", + "Expert" : "Uzman", + "Advanced" : "Gelişmiş", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Uyarı: user_ldap ve user_webdavauth uygulamaları uyumlu değil. Beklenmedik bir davranışla karşılaşabilirsiniz. Lütfen ikisinden birini devre dışı bırakmak için sistem yöneticinizle iletişime geçin.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Uyarı: PHP LDAP modülü kurulu değil, arka uç çalışmayacak. Lütfen kurulumu için sistem yöneticinizle iletişime geçin.", + "Connection Settings" : "Bağlantı Ayarları", + "Configuration Active" : "Yapılandırma Etkin", + "When unchecked, this configuration will be skipped." : "İşaretli değilse, bu yapılandırma atlanacaktır.", + "Backup (Replica) Host" : "Yedek (Replica) Sunucu", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "İsteğe bağlı bir yedek sunucusu belirtin. Ana LDAP/AD sunucusunun bir kopyası olmalıdır.", + "Backup (Replica) Port" : "Yedek (Replica) Bağlantı Noktası", + "Disable Main Server" : "Ana Sunucuyu Devre Dışı Bırak", + "Only connect to the replica server." : "Sadece yedek sunucuya bağlan.", + "Case insensitive LDAP server (Windows)" : "Büyük küçük harf duyarsız LDAP sunucusu (Windows)", + "Turn off SSL certificate validation." : "SSL sertifika doğrulamasını kapat.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Önerilmez, sadece test için kullanın! Eğer bağlantı sadece bu seçenekle çalışıyorsa %s sunucunuza LDAP sunucusunun SSL sertifikasını ekleyin.", + "Cache Time-To-Live" : "Önbellek Time-To-Live Değeri", + "in seconds. A change empties the cache." : "saniye cinsinden. Bir değişiklik önbelleği temizleyecektir.", + "Directory Settings" : "Dizin Ayarları", + "User Display Name Field" : "Kullanıcı Görünen Ad Alanı", + "The LDAP attribute to use to generate the user's display name." : "Kullanıcının görünen adını oluşturmak için kullanılacak LDAP niteliği.", + "Base User Tree" : "Temel Kullanıcı Ağacı", + "One User Base DN per line" : "Her satırda Tek Kullanıcı Base DN'si", + "User Search Attributes" : "Kullanıcı Arama Nitelikleri", + "Optional; one attribute per line" : "Tercihe bağlı; her bir satırda bir öznitelik", + "Group Display Name Field" : "Grup Görünen Ad Alanı", + "The LDAP attribute to use to generate the groups's display name." : "Grubun görünen adını oluşturmak için kullanılacak LDAP niteliği.", + "Base Group Tree" : "Temel Grup Ağacı", + "One Group Base DN per line" : "Her satırda Tek Grup Base DN'si", + "Group Search Attributes" : "Grup Arama Nitelikleri", + "Group-Member association" : "Grup-Üye işbirliği", + "Nested Groups" : "İç İçe Gruplar", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Etkinleştirildiğinde, grup içeren gruplar desteklenir (Sadece grup üyesi DN niteliği içeriyorsa çalışır).", + "Paging chunksize" : "Sayfalama yığın boyutu", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Yığın boyutu, kullanıcı veya grup numaralandırması benzeri hantal sonuçlar döndürebilen sayfalandırılmış LDAP aramaları için kullanılır. (0 yapmak bu durumlarda sayfalandırılmış LDAP aramalarını devre dışı bırakır.)", + "Special Attributes" : "Özel Öznitelikler", + "Quota Field" : "Kota Alanı", + "Quota Default" : "Öntanımlı Kota", + "in bytes" : "byte cinsinden", + "Email Field" : "E-posta Alanı", + "User Home Folder Naming Rule" : "Kullanıcı Ana Dizini İsimlendirme Kuralı", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Kullanıcı adı bölümünü boş bırakın (öntanımlı). Aksi halde bir LDAP/AD özniteliği belirtin.", + "Internal Username" : "Dahili Kullanıcı Adı", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Öntanımlı olarak UUID niteliğinden dahili bir kullanıcı adı oluşturulacak. Bu, kullanıcı adının benzersiz ve karakterlerinin dönüştürme gereksinimini ortadan kaldırır. Dahili kullanıcı adı, sadece bu karakterlerin izin verildiği kısıtlamaya sahip: [ a-zA-Z0-9_.@- ]. Diğer karakterler ise ASCII karşılıkları ile yer değiştirilir veya basitçe yoksayılır. Çakışmalar olduğunda ise bir numara eklenir veya arttırılır. Dahili kullanıcı adı, bir kullanıcıyı dahili olarak tanımlamak için kullanılır. Ayrıca kullanıcı ev klasörü için öntanımlı bir isimdir. Bu ayrıca uzak adreslerin (örneğin tüm *DAV hizmetleri) bir parçasıdır. Bu ayar ise, öntanımlı davranışın üzerine yazılabilir. ownCloud 5'ten önce benzer davranışı yapabilmek için aşağıdaki alana bir kullanıcı görünen adı niteliği girin. Öntanımlı davranış için boş bırakın. Değişiklikler, sadece yeni eşleştirilen (eklenen) LDAP kullanıcılarında etkili olacaktır.", + "Internal Username Attribute:" : "Dahili Kullanıcı Adı Özniteliği:", + "Override UUID detection" : "UUID tespitinin üzerine yaz", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Öntanımlı olarak, UUID niteliği otomatik olarak tespit edilmez. UUID niteliği LDAP kullanıcılarını ve gruplarını şüphesiz biçimde tanımlamak için kullanılır. Ayrıca yukarıda belirtilmemişse, bu UUID'ye bağlı olarak dahili bir kullanıcı adı oluşturulacaktır. Bu ayarın üzerine yazabilir ve istediğiniz bir nitelik belirtebilirsiniz. Ancak istediğiniz niteliğin benzersiz olduğundan ve hem kullanıcı hem de gruplar tarafından getirilebileceğinden emin olmalısınız. Öntanımlı davranış için boş bırakın. Değişiklikler sadece yeni eşleştirilen (eklenen) LDAP kullanıcı ve gruplarında etkili olacaktır.", + "UUID Attribute for Users:" : "Kullanıcılar için UUID Özniteliği:", + "UUID Attribute for Groups:" : "Gruplar için UUID Özniteliği:", + "Username-LDAP User Mapping" : "Kullanıcı Adı-LDAP Kullanıcısı Eşleştirme", + "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." : "Kullanıcı adları, (üst) veri depolaması ve ataması için kullanılır. Kullanıcıları kesin olarak tanımlamak ve algılamak için, her LDAP kullanıcısı bir dahili kullanıcı adına sahip olacak. Bu kullanıcı adı ile LDAP kullanıcısı arasında bir eşleşme gerektirir. Oluşturulan kullanıcı adı LDAP kullanıcısının UUID'si ile eşleştirilir. Ek olarak LDAP etkileşimini azaltmak için DN de önbelleğe alınır ancak bu kimlik tanıma için kullanılmaz. Eğer DN değişirse, değişiklikler tespit edilir. Dahili kullanıcı her yerde kullanılır. Eşleştirmeleri temizlemek, her yerde kalıntılar bırakacaktır. Eşleştirmeleri temizlemek yapılandırmaya hassas bir şekilde bağlı değildir, tüm LDAP yapılandırmalarını etkiler! Üretim ortamında eşleştirmeleri asla temizlemeyin, sadece sınama veya deneysel aşamada kullanın.", + "Clear Username-LDAP User Mapping" : "Kullanıcı Adı-LDAP Kullanıcısı Eşleştirmesini Temizle", + "Clear Groupname-LDAP Group Mapping" : "Grup Adı-LDAP Grubu Eşleştirmesini Temizle" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/user_ldap/l10n/tr.json b/apps/user_ldap/l10n/tr.json new file mode 100644 index 0000000000..10418f995f --- /dev/null +++ b/apps/user_ldap/l10n/tr.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the mappings." : "Eşleştirmeler temizlenirken hata oluştu.", + "Failed to delete the server configuration" : "Sunucu yapılandırmasını silme başarısız oldu", + "The configuration is valid and the connection could be established!" : "Yapılandırma geçerli ve bağlantı kuruldu!", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Yapılandırma geçerli fakat bağlama (bind) başarısız. Lütfen sunucu ayarları ve kimlik bilgilerini kontrol edin.", + "The configuration is invalid. Please have a look at the logs for further details." : "Yapılandırma geçersiz. Lütfen ayrıntılar için günlüklere bakın.", + "No action specified" : "Eylem belirtilmedi", + "No configuration specified" : "Yapılandırma belirtilmemiş", + "No data specified" : "Veri belirtilmemiş", + " Could not set configuration %s" : "%s yapılandırması ayarlanamadı", + "Deletion failed" : "Silme başarısız oldu", + "Take over settings from recent server configuration?" : "Ayarlar son sunucu yapılandırmalarından devralınsın mı?", + "Keep settings?" : "Ayarlar korunsun mu?", + "{nthServer}. Server" : "{nthServer}. Sunucu", + "Cannot add server configuration" : "Sunucu yapılandırması eklenemedi", + "mappings cleared" : "eşleştirmeler temizlendi", + "Success" : "Başarılı", + "Error" : "Hata", + "Please specify a Base DN" : "Lütfen bir Base DN belirtin", + "Could not determine Base DN" : "Base DN belirlenemedi", + "Please specify the port" : "Lütfen bağlantı noktasını belirtin", + "Configuration OK" : "Yapılandırma tamam", + "Configuration incorrect" : "Yapılandırma geçersiz", + "Configuration incomplete" : "Yapılandırma tamamlanmamış", + "Select groups" : "Grupları seç", + "Select object classes" : "Nesne sınıflarını seç", + "Select attributes" : "Nitelikleri seç", + "Connection test succeeded" : "Bağlantı testi başarılı oldu", + "Connection test failed" : "Bağlantı testi başarısız oldu", + "Do you really want to delete the current Server Configuration?" : "Şu anki sunucu yapılandırmasını silmek istediğinizden emin misiniz?", + "Confirm Deletion" : "Silmeyi onayla", + "_%s group found_::_%s groups found_" : ["%s grup bulundu","%s grup bulundu"], + "_%s user found_::_%s users found_" : ["%s kullanıcı bulundu","%s kullanıcı bulundu"], + "Could not find the desired feature" : "İstenen özellik bulunamadı", + "Invalid Host" : "Geçersiz Makine", + "Server" : "Sunucu", + "User Filter" : "Kullanıcı Süzgeci", + "Login Filter" : "Oturum Süzgeci", + "Group Filter" : "Grup Süzgeci", + "Save" : "Kaydet", + "Test Configuration" : "Yapılandırmayı Sına", + "Help" : "Yardım", + "Groups meeting these criteria are available in %s:" : "Bu kriterlerle eşleşen gruplar %s içinde mevcut:", + "only those object classes:" : "sadece bu nesne sınıflarına:", + "only from those groups:" : "sadece bu gruplardan:", + "Edit raw filter instead" : "Bunun yerine ham filtreyi düzenle", + "Raw LDAP filter" : "Ham LDAP filtresi", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtre, %s örneğine erişmesi gereken LDAP gruplarını belirtir.", + "Test Filter" : "Filtreyi Test Et", + "groups found" : "grup bulundu", + "Users login with this attribute:" : "Kullanıcılar şu öznitelikle oturum açarlar:", + "LDAP Username:" : "LDAP Kullanıcı Adı:", + "LDAP Email Address:" : "LDAP E-posta Adresi:", + "Other Attributes:" : "Diğer Nitelikler:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Oturum açma girişimi olduğunda uygulanacak filtreyi tanımlar. %%uid, oturum işleminde kullanıcı adı ile değiştirilir. Örneğin: \"uid=%%uid\"", + "1. Server" : "1. Sunucu", + "%s. Server:" : "%s. Sunucu:", + "Add Server Configuration" : "Sunucu Yapılandırması Ekle", + "Delete Configuration" : "Yapılandırmayı Sil", + "Host" : "Sunucu", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL gerekmediği takdirde protokol belirtmeyebilirsiniz. Gerekiyorsa ldaps:// ile başlayın", + "Port" : "Port", + "User DN" : "Kullanıcı 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." : "İstemci kullanıcısının yapılacağı atamanın DN'si. Örn. uid=agent,dc=örnek,dc=com. Anonim erişim için DN ve Parolayı boş bırakın.", + "Password" : "Parola", + "For anonymous access, leave DN and Password empty." : "Anonim erişim için DN ve Parola alanlarını boş bırakın.", + "One Base DN per line" : "Her satırda tek bir Base DN", + "You can specify Base DN for users and groups in the Advanced tab" : "Gelişmiş sekmesinde, kullanıcılar ve gruplar için Base DN belirtebilirsiniz", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Otomatik LDAP isteklerinden kaçın. Büyük kurulumlar için daha iyi ancak LDAP bilgisi gerektirir.", + "Manually enter LDAP filters (recommended for large directories)" : "LDAP filtrelerini el ile girin (büyük dizinler için önerilir)", + "Limit %s access to users meeting these criteria:" : "%s erişimini, şu kriterlerle eşleşen kullanıcılara sınırla:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Filtre, %s örneğine erişmesi gereken LDAP kullanıcılarını belirtir.", + "users found" : "kullanıcı bulundu", + "Saving" : "Kaydediliyor", + "Back" : "Geri", + "Continue" : "Devam et", + "Expert" : "Uzman", + "Advanced" : "Gelişmiş", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Uyarı: user_ldap ve user_webdavauth uygulamaları uyumlu değil. Beklenmedik bir davranışla karşılaşabilirsiniz. Lütfen ikisinden birini devre dışı bırakmak için sistem yöneticinizle iletişime geçin.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Uyarı: PHP LDAP modülü kurulu değil, arka uç çalışmayacak. Lütfen kurulumu için sistem yöneticinizle iletişime geçin.", + "Connection Settings" : "Bağlantı Ayarları", + "Configuration Active" : "Yapılandırma Etkin", + "When unchecked, this configuration will be skipped." : "İşaretli değilse, bu yapılandırma atlanacaktır.", + "Backup (Replica) Host" : "Yedek (Replica) Sunucu", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "İsteğe bağlı bir yedek sunucusu belirtin. Ana LDAP/AD sunucusunun bir kopyası olmalıdır.", + "Backup (Replica) Port" : "Yedek (Replica) Bağlantı Noktası", + "Disable Main Server" : "Ana Sunucuyu Devre Dışı Bırak", + "Only connect to the replica server." : "Sadece yedek sunucuya bağlan.", + "Case insensitive LDAP server (Windows)" : "Büyük küçük harf duyarsız LDAP sunucusu (Windows)", + "Turn off SSL certificate validation." : "SSL sertifika doğrulamasını kapat.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Önerilmez, sadece test için kullanın! Eğer bağlantı sadece bu seçenekle çalışıyorsa %s sunucunuza LDAP sunucusunun SSL sertifikasını ekleyin.", + "Cache Time-To-Live" : "Önbellek Time-To-Live Değeri", + "in seconds. A change empties the cache." : "saniye cinsinden. Bir değişiklik önbelleği temizleyecektir.", + "Directory Settings" : "Dizin Ayarları", + "User Display Name Field" : "Kullanıcı Görünen Ad Alanı", + "The LDAP attribute to use to generate the user's display name." : "Kullanıcının görünen adını oluşturmak için kullanılacak LDAP niteliği.", + "Base User Tree" : "Temel Kullanıcı Ağacı", + "One User Base DN per line" : "Her satırda Tek Kullanıcı Base DN'si", + "User Search Attributes" : "Kullanıcı Arama Nitelikleri", + "Optional; one attribute per line" : "Tercihe bağlı; her bir satırda bir öznitelik", + "Group Display Name Field" : "Grup Görünen Ad Alanı", + "The LDAP attribute to use to generate the groups's display name." : "Grubun görünen adını oluşturmak için kullanılacak LDAP niteliği.", + "Base Group Tree" : "Temel Grup Ağacı", + "One Group Base DN per line" : "Her satırda Tek Grup Base DN'si", + "Group Search Attributes" : "Grup Arama Nitelikleri", + "Group-Member association" : "Grup-Üye işbirliği", + "Nested Groups" : "İç İçe Gruplar", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Etkinleştirildiğinde, grup içeren gruplar desteklenir (Sadece grup üyesi DN niteliği içeriyorsa çalışır).", + "Paging chunksize" : "Sayfalama yığın boyutu", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Yığın boyutu, kullanıcı veya grup numaralandırması benzeri hantal sonuçlar döndürebilen sayfalandırılmış LDAP aramaları için kullanılır. (0 yapmak bu durumlarda sayfalandırılmış LDAP aramalarını devre dışı bırakır.)", + "Special Attributes" : "Özel Öznitelikler", + "Quota Field" : "Kota Alanı", + "Quota Default" : "Öntanımlı Kota", + "in bytes" : "byte cinsinden", + "Email Field" : "E-posta Alanı", + "User Home Folder Naming Rule" : "Kullanıcı Ana Dizini İsimlendirme Kuralı", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Kullanıcı adı bölümünü boş bırakın (öntanımlı). Aksi halde bir LDAP/AD özniteliği belirtin.", + "Internal Username" : "Dahili Kullanıcı Adı", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Öntanımlı olarak UUID niteliğinden dahili bir kullanıcı adı oluşturulacak. Bu, kullanıcı adının benzersiz ve karakterlerinin dönüştürme gereksinimini ortadan kaldırır. Dahili kullanıcı adı, sadece bu karakterlerin izin verildiği kısıtlamaya sahip: [ a-zA-Z0-9_.@- ]. Diğer karakterler ise ASCII karşılıkları ile yer değiştirilir veya basitçe yoksayılır. Çakışmalar olduğunda ise bir numara eklenir veya arttırılır. Dahili kullanıcı adı, bir kullanıcıyı dahili olarak tanımlamak için kullanılır. Ayrıca kullanıcı ev klasörü için öntanımlı bir isimdir. Bu ayrıca uzak adreslerin (örneğin tüm *DAV hizmetleri) bir parçasıdır. Bu ayar ise, öntanımlı davranışın üzerine yazılabilir. ownCloud 5'ten önce benzer davranışı yapabilmek için aşağıdaki alana bir kullanıcı görünen adı niteliği girin. Öntanımlı davranış için boş bırakın. Değişiklikler, sadece yeni eşleştirilen (eklenen) LDAP kullanıcılarında etkili olacaktır.", + "Internal Username Attribute:" : "Dahili Kullanıcı Adı Özniteliği:", + "Override UUID detection" : "UUID tespitinin üzerine yaz", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Öntanımlı olarak, UUID niteliği otomatik olarak tespit edilmez. UUID niteliği LDAP kullanıcılarını ve gruplarını şüphesiz biçimde tanımlamak için kullanılır. Ayrıca yukarıda belirtilmemişse, bu UUID'ye bağlı olarak dahili bir kullanıcı adı oluşturulacaktır. Bu ayarın üzerine yazabilir ve istediğiniz bir nitelik belirtebilirsiniz. Ancak istediğiniz niteliğin benzersiz olduğundan ve hem kullanıcı hem de gruplar tarafından getirilebileceğinden emin olmalısınız. Öntanımlı davranış için boş bırakın. Değişiklikler sadece yeni eşleştirilen (eklenen) LDAP kullanıcı ve gruplarında etkili olacaktır.", + "UUID Attribute for Users:" : "Kullanıcılar için UUID Özniteliği:", + "UUID Attribute for Groups:" : "Gruplar için UUID Özniteliği:", + "Username-LDAP User Mapping" : "Kullanıcı Adı-LDAP Kullanıcısı Eşleştirme", + "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." : "Kullanıcı adları, (üst) veri depolaması ve ataması için kullanılır. Kullanıcıları kesin olarak tanımlamak ve algılamak için, her LDAP kullanıcısı bir dahili kullanıcı adına sahip olacak. Bu kullanıcı adı ile LDAP kullanıcısı arasında bir eşleşme gerektirir. Oluşturulan kullanıcı adı LDAP kullanıcısının UUID'si ile eşleştirilir. Ek olarak LDAP etkileşimini azaltmak için DN de önbelleğe alınır ancak bu kimlik tanıma için kullanılmaz. Eğer DN değişirse, değişiklikler tespit edilir. Dahili kullanıcı her yerde kullanılır. Eşleştirmeleri temizlemek, her yerde kalıntılar bırakacaktır. Eşleştirmeleri temizlemek yapılandırmaya hassas bir şekilde bağlı değildir, tüm LDAP yapılandırmalarını etkiler! Üretim ortamında eşleştirmeleri asla temizlemeyin, sadece sınama veya deneysel aşamada kullanın.", + "Clear Username-LDAP User Mapping" : "Kullanıcı Adı-LDAP Kullanıcısı Eşleştirmesini Temizle", + "Clear Groupname-LDAP Group Mapping" : "Grup Adı-LDAP Grubu Eşleştirmesini Temizle" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/tr.php b/apps/user_ldap/l10n/tr.php deleted file mode 100644 index 3527870032..0000000000 --- a/apps/user_ldap/l10n/tr.php +++ /dev/null @@ -1,131 +0,0 @@ - "Eşleştirmeler temizlenirken hata oluştu.", -"Failed to delete the server configuration" => "Sunucu yapılandırmasını silme başarısız oldu", -"The configuration is valid and the connection could be established!" => "Yapılandırma geçerli ve bağlantı kuruldu!", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Yapılandırma geçerli fakat bağlama (bind) başarısız. Lütfen sunucu ayarları ve kimlik bilgilerini kontrol edin.", -"The configuration is invalid. Please have a look at the logs for further details." => "Yapılandırma geçersiz. Lütfen ayrıntılar için günlüklere bakın.", -"No action specified" => "Eylem belirtilmedi", -"No configuration specified" => "Yapılandırma belirtilmemiş", -"No data specified" => "Veri belirtilmemiş", -" Could not set configuration %s" => "%s yapılandırması ayarlanamadı", -"Deletion failed" => "Silme başarısız oldu", -"Take over settings from recent server configuration?" => "Ayarlar son sunucu yapılandırmalarından devralınsın mı?", -"Keep settings?" => "Ayarlar korunsun mu?", -"{nthServer}. Server" => "{nthServer}. Sunucu", -"Cannot add server configuration" => "Sunucu yapılandırması eklenemedi", -"mappings cleared" => "eşleştirmeler temizlendi", -"Success" => "Başarılı", -"Error" => "Hata", -"Please specify a Base DN" => "Lütfen bir Base DN belirtin", -"Could not determine Base DN" => "Base DN belirlenemedi", -"Please specify the port" => "Lütfen bağlantı noktasını belirtin", -"Configuration OK" => "Yapılandırma tamam", -"Configuration incorrect" => "Yapılandırma geçersiz", -"Configuration incomplete" => "Yapılandırma tamamlanmamış", -"Select groups" => "Grupları seç", -"Select object classes" => "Nesne sınıflarını seç", -"Select attributes" => "Nitelikleri seç", -"Connection test succeeded" => "Bağlantı testi başarılı oldu", -"Connection test failed" => "Bağlantı testi başarısız oldu", -"Do you really want to delete the current Server Configuration?" => "Şu anki sunucu yapılandırmasını silmek istediğinizden emin misiniz?", -"Confirm Deletion" => "Silmeyi onayla", -"_%s group found_::_%s groups found_" => array("%s grup bulundu","%s grup bulundu"), -"_%s user found_::_%s users found_" => array("%s kullanıcı bulundu","%s kullanıcı bulundu"), -"Could not find the desired feature" => "İstenen özellik bulunamadı", -"Invalid Host" => "Geçersiz Makine", -"Server" => "Sunucu", -"User Filter" => "Kullanıcı Süzgeci", -"Login Filter" => "Oturum Süzgeci", -"Group Filter" => "Grup Süzgeci", -"Save" => "Kaydet", -"Test Configuration" => "Yapılandırmayı Sına", -"Help" => "Yardım", -"Groups meeting these criteria are available in %s:" => "Bu kriterlerle eşleşen gruplar %s içinde mevcut:", -"only those object classes:" => "sadece bu nesne sınıflarına:", -"only from those groups:" => "sadece bu gruplardan:", -"Edit raw filter instead" => "Bunun yerine ham filtreyi düzenle", -"Raw LDAP filter" => "Ham LDAP filtresi", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Filtre, %s örneğine erişmesi gereken LDAP gruplarını belirtir.", -"Test Filter" => "Filtreyi Test Et", -"groups found" => "grup bulundu", -"Users login with this attribute:" => "Kullanıcılar şu öznitelikle oturum açarlar:", -"LDAP Username:" => "LDAP Kullanıcı Adı:", -"LDAP Email Address:" => "LDAP E-posta Adresi:", -"Other Attributes:" => "Diğer Nitelikler:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Oturum açma girişimi olduğunda uygulanacak filtreyi tanımlar. %%uid, oturum işleminde kullanıcı adı ile değiştirilir. Örneğin: \"uid=%%uid\"", -"1. Server" => "1. Sunucu", -"%s. Server:" => "%s. Sunucu:", -"Add Server Configuration" => "Sunucu Yapılandırması Ekle", -"Delete Configuration" => "Yapılandırmayı Sil", -"Host" => "Sunucu", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL gerekmediği takdirde protokol belirtmeyebilirsiniz. Gerekiyorsa ldaps:// ile başlayın", -"Port" => "Port", -"User DN" => "Kullanıcı 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." => "İstemci kullanıcısının yapılacağı atamanın DN'si. Örn. uid=agent,dc=örnek,dc=com. Anonim erişim için DN ve Parolayı boş bırakın.", -"Password" => "Parola", -"For anonymous access, leave DN and Password empty." => "Anonim erişim için DN ve Parola alanlarını boş bırakın.", -"One Base DN per line" => "Her satırda tek bir Base DN", -"You can specify Base DN for users and groups in the Advanced tab" => "Gelişmiş sekmesinde, kullanıcılar ve gruplar için Base DN belirtebilirsiniz", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Otomatik LDAP isteklerinden kaçın. Büyük kurulumlar için daha iyi ancak LDAP bilgisi gerektirir.", -"Manually enter LDAP filters (recommended for large directories)" => "LDAP filtrelerini el ile girin (büyük dizinler için önerilir)", -"Limit %s access to users meeting these criteria:" => "%s erişimini, şu kriterlerle eşleşen kullanıcılara sınırla:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Filtre, %s örneğine erişmesi gereken LDAP kullanıcılarını belirtir.", -"users found" => "kullanıcı bulundu", -"Saving" => "Kaydediliyor", -"Back" => "Geri", -"Continue" => "Devam et", -"Expert" => "Uzman", -"Advanced" => "Gelişmiş", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Uyarı: user_ldap ve user_webdavauth uygulamaları uyumlu değil. Beklenmedik bir davranışla karşılaşabilirsiniz. Lütfen ikisinden birini devre dışı bırakmak için sistem yöneticinizle iletişime geçin.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Uyarı: PHP LDAP modülü kurulu değil, arka uç çalışmayacak. Lütfen kurulumu için sistem yöneticinizle iletişime geçin.", -"Connection Settings" => "Bağlantı Ayarları", -"Configuration Active" => "Yapılandırma Etkin", -"When unchecked, this configuration will be skipped." => "İşaretli değilse, bu yapılandırma atlanacaktır.", -"Backup (Replica) Host" => "Yedek (Replica) Sunucu", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "İsteğe bağlı bir yedek sunucusu belirtin. Ana LDAP/AD sunucusunun bir kopyası olmalıdır.", -"Backup (Replica) Port" => "Yedek (Replica) Bağlantı Noktası", -"Disable Main Server" => "Ana Sunucuyu Devre Dışı Bırak", -"Only connect to the replica server." => "Sadece yedek sunucuya bağlan.", -"Case insensitive LDAP server (Windows)" => "Büyük küçük harf duyarsız LDAP sunucusu (Windows)", -"Turn off SSL certificate validation." => "SSL sertifika doğrulamasını kapat.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Önerilmez, sadece test için kullanın! Eğer bağlantı sadece bu seçenekle çalışıyorsa %s sunucunuza LDAP sunucusunun SSL sertifikasını ekleyin.", -"Cache Time-To-Live" => "Önbellek Time-To-Live Değeri", -"in seconds. A change empties the cache." => "saniye cinsinden. Bir değişiklik önbelleği temizleyecektir.", -"Directory Settings" => "Dizin Ayarları", -"User Display Name Field" => "Kullanıcı Görünen Ad Alanı", -"The LDAP attribute to use to generate the user's display name." => "Kullanıcının görünen adını oluşturmak için kullanılacak LDAP niteliği.", -"Base User Tree" => "Temel Kullanıcı Ağacı", -"One User Base DN per line" => "Her satırda Tek Kullanıcı Base DN'si", -"User Search Attributes" => "Kullanıcı Arama Nitelikleri", -"Optional; one attribute per line" => "Tercihe bağlı; her bir satırda bir öznitelik", -"Group Display Name Field" => "Grup Görünen Ad Alanı", -"The LDAP attribute to use to generate the groups's display name." => "Grubun görünen adını oluşturmak için kullanılacak LDAP niteliği.", -"Base Group Tree" => "Temel Grup Ağacı", -"One Group Base DN per line" => "Her satırda Tek Grup Base DN'si", -"Group Search Attributes" => "Grup Arama Nitelikleri", -"Group-Member association" => "Grup-Üye işbirliği", -"Nested Groups" => "İç İçe Gruplar", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "Etkinleştirildiğinde, grup içeren gruplar desteklenir (Sadece grup üyesi DN niteliği içeriyorsa çalışır).", -"Paging chunksize" => "Sayfalama yığın boyutu", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Yığın boyutu, kullanıcı veya grup numaralandırması benzeri hantal sonuçlar döndürebilen sayfalandırılmış LDAP aramaları için kullanılır. (0 yapmak bu durumlarda sayfalandırılmış LDAP aramalarını devre dışı bırakır.)", -"Special Attributes" => "Özel Öznitelikler", -"Quota Field" => "Kota Alanı", -"Quota Default" => "Öntanımlı Kota", -"in bytes" => "byte cinsinden", -"Email Field" => "E-posta Alanı", -"User Home Folder Naming Rule" => "Kullanıcı Ana Dizini İsimlendirme Kuralı", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Kullanıcı adı bölümünü boş bırakın (öntanımlı). Aksi halde bir LDAP/AD özniteliği belirtin.", -"Internal Username" => "Dahili Kullanıcı Adı", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Öntanımlı olarak UUID niteliğinden dahili bir kullanıcı adı oluşturulacak. Bu, kullanıcı adının benzersiz ve karakterlerinin dönüştürme gereksinimini ortadan kaldırır. Dahili kullanıcı adı, sadece bu karakterlerin izin verildiği kısıtlamaya sahip: [ a-zA-Z0-9_.@- ]. Diğer karakterler ise ASCII karşılıkları ile yer değiştirilir veya basitçe yoksayılır. Çakışmalar olduğunda ise bir numara eklenir veya arttırılır. Dahili kullanıcı adı, bir kullanıcıyı dahili olarak tanımlamak için kullanılır. Ayrıca kullanıcı ev klasörü için öntanımlı bir isimdir. Bu ayrıca uzak adreslerin (örneğin tüm *DAV hizmetleri) bir parçasıdır. Bu ayar ise, öntanımlı davranışın üzerine yazılabilir. ownCloud 5'ten önce benzer davranışı yapabilmek için aşağıdaki alana bir kullanıcı görünen adı niteliği girin. Öntanımlı davranış için boş bırakın. Değişiklikler, sadece yeni eşleştirilen (eklenen) LDAP kullanıcılarında etkili olacaktır.", -"Internal Username Attribute:" => "Dahili Kullanıcı Adı Özniteliği:", -"Override UUID detection" => "UUID tespitinin üzerine yaz", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Öntanımlı olarak, UUID niteliği otomatik olarak tespit edilmez. UUID niteliği LDAP kullanıcılarını ve gruplarını şüphesiz biçimde tanımlamak için kullanılır. Ayrıca yukarıda belirtilmemişse, bu UUID'ye bağlı olarak dahili bir kullanıcı adı oluşturulacaktır. Bu ayarın üzerine yazabilir ve istediğiniz bir nitelik belirtebilirsiniz. Ancak istediğiniz niteliğin benzersiz olduğundan ve hem kullanıcı hem de gruplar tarafından getirilebileceğinden emin olmalısınız. Öntanımlı davranış için boş bırakın. Değişiklikler sadece yeni eşleştirilen (eklenen) LDAP kullanıcı ve gruplarında etkili olacaktır.", -"UUID Attribute for Users:" => "Kullanıcılar için UUID Özniteliği:", -"UUID Attribute for Groups:" => "Gruplar için UUID Özniteliği:", -"Username-LDAP User Mapping" => "Kullanıcı Adı-LDAP Kullanıcısı Eşleştirme", -"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." => "Kullanıcı adları, (üst) veri depolaması ve ataması için kullanılır. Kullanıcıları kesin olarak tanımlamak ve algılamak için, her LDAP kullanıcısı bir dahili kullanıcı adına sahip olacak. Bu kullanıcı adı ile LDAP kullanıcısı arasında bir eşleşme gerektirir. Oluşturulan kullanıcı adı LDAP kullanıcısının UUID'si ile eşleştirilir. Ek olarak LDAP etkileşimini azaltmak için DN de önbelleğe alınır ancak bu kimlik tanıma için kullanılmaz. Eğer DN değişirse, değişiklikler tespit edilir. Dahili kullanıcı her yerde kullanılır. Eşleştirmeleri temizlemek, her yerde kalıntılar bırakacaktır. Eşleştirmeleri temizlemek yapılandırmaya hassas bir şekilde bağlı değildir, tüm LDAP yapılandırmalarını etkiler! Üretim ortamında eşleştirmeleri asla temizlemeyin, sadece sınama veya deneysel aşamada kullanın.", -"Clear Username-LDAP User Mapping" => "Kullanıcı Adı-LDAP Kullanıcısı Eşleştirmesini Temizle", -"Clear Groupname-LDAP Group Mapping" => "Grup Adı-LDAP Grubu Eşleştirmesini Temizle" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_ldap/l10n/tzm.js b/apps/user_ldap/l10n/tzm.js new file mode 100644 index 0000000000..1d621c04a7 --- /dev/null +++ b/apps/user_ldap/l10n/tzm.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 == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;"); diff --git a/apps/user_ldap/l10n/tzm.json b/apps/user_ldap/l10n/tzm.json new file mode 100644 index 0000000000..2c3a3581b9 --- /dev/null +++ b/apps/user_ldap/l10n/tzm.json @@ -0,0 +1,5 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""] +},"pluralForm" :"nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/tzm.php b/apps/user_ldap/l10n/tzm.php deleted file mode 100644 index 5a0481c397..0000000000 --- a/apps/user_ldap/l10n/tzm.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"_%s user found_::_%s users found_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;"; diff --git a/apps/user_ldap/l10n/ug.js b/apps/user_ldap/l10n/ug.js new file mode 100644 index 0000000000..408944c744 --- /dev/null +++ b/apps/user_ldap/l10n/ug.js @@ -0,0 +1,18 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "ئۆچۈرۈش مەغلۇپ بولدى", + "Error" : "خاتالىق", + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Group Filter" : "گۇرۇپپا سۈزگۈچ", + "Save" : "ساقلا", + "Help" : "ياردەم", + "Host" : "باش ئاپپارات", + "Port" : "ئېغىز", + "Password" : "ئىم", + "Advanced" : "ئالىي", + "Connection Settings" : "باغلىنىش تەڭشىكى", + "Configuration Active" : "سەپلىمە ئاكتىپ" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/ug.json b/apps/user_ldap/l10n/ug.json new file mode 100644 index 0000000000..b9511d564e --- /dev/null +++ b/apps/user_ldap/l10n/ug.json @@ -0,0 +1,16 @@ +{ "translations": { + "Deletion failed" : "ئۆچۈرۈش مەغلۇپ بولدى", + "Error" : "خاتالىق", + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Group Filter" : "گۇرۇپپا سۈزگۈچ", + "Save" : "ساقلا", + "Help" : "ياردەم", + "Host" : "باش ئاپپارات", + "Port" : "ئېغىز", + "Password" : "ئىم", + "Advanced" : "ئالىي", + "Connection Settings" : "باغلىنىش تەڭشىكى", + "Configuration Active" : "سەپلىمە ئاكتىپ" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ug.php b/apps/user_ldap/l10n/ug.php deleted file mode 100644 index 02adcc0c8a..0000000000 --- a/apps/user_ldap/l10n/ug.php +++ /dev/null @@ -1,17 +0,0 @@ - "ئۆچۈرۈش مەغلۇپ بولدى", -"Error" => "خاتالىق", -"_%s group found_::_%s groups found_" => array(""), -"_%s user found_::_%s users found_" => array(""), -"Group Filter" => "گۇرۇپپا سۈزگۈچ", -"Save" => "ساقلا", -"Help" => "ياردەم", -"Host" => "باش ئاپپارات", -"Port" => "ئېغىز", -"Password" => "ئىم", -"Advanced" => "ئالىي", -"Connection Settings" => "باغلىنىش تەڭشىكى", -"Configuration Active" => "سەپلىمە ئاكتىپ" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/uk.js b/apps/user_ldap/l10n/uk.js new file mode 100644 index 0000000000..538061db52 --- /dev/null +++ b/apps/user_ldap/l10n/uk.js @@ -0,0 +1,132 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the 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" : "відображення очищається", + "Success" : "Успіх", + "Error" : "Помилка", + "Please specify a Base DN" : "Введіть Base DN", + "Could not determine Base DN" : "Не вдалося визначити Base DN", + "Please specify the port" : "Будь ласка, вкажіть порт", + "Configuration OK" : "Конфігурація OK", + "Configuration incorrect" : "Невірна конфігурація", + "Configuration incomplete" : "Конфігурація неповна", + "Select groups" : "Оберіть групи", + "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 user found_::_%s users found_" : ["%s користувач знайден","%s користувачів знайдено","%s користувачів знайдено"], + "Could not find the desired feature" : "Не вдалося знайти потрібну функцію", + "Invalid Host" : "Невірний Host", + "Server" : "Сервер", + "User Filter" : "Користувацький Фільтр", + "Login Filter" : "Фільтр Входу", + "Group Filter" : "Фільтр Груп", + "Save" : "Зберегти", + "Test Configuration" : "Тестове налаштування", + "Help" : "Допомога", + "Groups meeting these criteria are available in %s:" : "Групи, що відповідають цим критеріям доступні в %s:", + "only those object classes:" : "тільки ці об'єктні класи:", + "only from those groups:" : "тільки з цих груп:", + "Edit raw filter instead" : "Редагувати початковий фільтр", + "Raw LDAP filter" : "Початковий LDAP фільтр", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Фільтр визначає, які LDAP групи повинні мати доступ до %s примірника.", + "Test Filter" : "Тест Фільтр", + "groups found" : "знайдені групи", + "Users login with this attribute:" : "Вхід користувачів з цим атрибутом:", + "LDAP Username:" : "LDAP Ім’я користувача:", + "LDAP Email Address:" : "LDAP E-mail адрес:", + "Other Attributes:" : "Інші Атрібути:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Визначає фільтр, який слід застосовувати при спробі входу.\n%%uid замінює ім'я користувача при вході в систему. Приклад: \"uid=%%uid\"", + "1. Server" : "1. Сервер", + "%s. Server:" : "%s. Сервер:", + "Add Server Configuration" : "Додати налаштування Сервера", + "Delete Configuration" : "Видалити Конфігурацію", + "Host" : "Хост", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Можна не вказувати протокол, якщо вам не потрібен SSL. Тоді почніть з ldaps://", + "Port" : "Порт", + "User DN" : "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 клієнтського користувача для прив'язки, наприклад: uid=agent,dc=example,dc=com. Для анонімного доступу, залиште DN і Пароль порожніми.", + "Password" : "Пароль", + "For anonymous access, leave DN and Password empty." : "Для анонімного доступу, залиште DN і Пароль порожніми.", + "One Base DN per line" : "Один Base DN на одній строчці", + "You can specify Base DN for users and groups in the Advanced tab" : "Ви можете задати Базовий DN для користувачів і груп на вкладинці Додатково", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Уникати автоматичні запити LDAP. Краще для великих установок, але вимагає деякого LDAP знання.", + "Manually enter LDAP filters (recommended for large directories)" : "Вручну введіть LDAP фільтри (рекомендується для великих каталогів)", + "Limit %s access to users meeting these criteria:" : "Обмежити %s доступ до користувачів, що відповідають цим критеріям:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Фільтр визначає, які користувачі LDAP повині мати доступ до примірника %s.", + "users found" : "користувачів знайдено", + "Saving" : "Збереження", + "Back" : "Назад", + "Continue" : "Продовжити", + "Expert" : "Експерт", + "Advanced" : "Додатково", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Попередження: Застосунки user_ldap та user_webdavauth не сумісні. Ви можете зіткнутися з несподіваною поведінкою. Будь ласка, зверніться до системного адміністратора, щоб відключити одну з них.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Увага: Потрібний модуль PHP LDAP не встановлено, базова програма працювати не буде. Будь ласка, зверніться до системного адміністратора, щоб встановити його.", + "Connection Settings" : "Налаштування З'єднання", + "Configuration Active" : "Налаштування Активне", + "When unchecked, this configuration will be skipped." : "Якщо \"галочка\" знята, ця конфігурація буде пропущена.", + "Backup (Replica) Host" : "Сервер для резервних копій", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Вкажіть додатковий резервний сервер. Він повинен бути копією головного LDAP/AD сервера.", + "Backup (Replica) Port" : "Порт сервера для резервних копій", + "Disable Main Server" : "Вимкнути Головний Сервер", + "Only connect to the replica server." : "Підключити тільки до сервера реплік.", + "Case insensitive LDAP server (Windows)" : "Без урахування регістра LDAP сервер (Windows)", + "Turn off SSL certificate validation." : "Вимкнути перевірку SSL сертифіката.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не рекомендується, використовувати його тільки для тестування!\nЯкщо з'єднання працює лише з цією опцією, імпортуйте SSL сертифікат LDAP сервера у ваший %s сервер.", + "Cache Time-To-Live" : "Час актуальності Кеша", + "in seconds. A change empties the cache." : "в секундах. Зміна очищує кеш.", + "Directory Settings" : "Налаштування Каталога", + "User Display Name Field" : "Поле, яке відображає Ім'я Користувача", + "The LDAP attribute to use to generate the user's display name." : "Атрибут LDAP, який використовується для генерації імен користувачів.", + "Base User Tree" : "Основне Дерево Користувачів", + "One User Base DN per line" : "Один Користувач Base DN на одній строчці", + "User Search Attributes" : "Пошукові Атрибути Користувача", + "Optional; one attribute per line" : "Додатково; один атрибут на строчку", + "Group Display Name Field" : "Поле, яке відображає Ім'я Групи", + "The LDAP attribute to use to generate the groups's display name." : "Атрибут LDAP, який використовується для генерації імен груп.", + "Base Group Tree" : "Основне Дерево Груп", + "One Group Base DN per line" : "Одна Група Base DN на одній строчці", + "Group Search Attributes" : "Пошукові Атрибути Групи", + "Group-Member association" : "Асоціація Група-Член", + "Nested Groups" : "Вкладені Групи", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "При включенні, групи, які містять групи підтримуються. (Працює тільки якщо атрибут члена групи містить DNS.)", + "Paging chunksize" : "Розмір підкачки", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Підкачка використовується для сторінкових пошуків LDAP, які можуть повертати громіздкі результати кількісті користувачів або груп. (Установка його 0 відключає вивантаженя пошуку LDAP в таких ситуаціях.)", + "Special Attributes" : "Спеціальні Атрибути", + "Quota Field" : "Поле Квоти", + "Quota Default" : "Квота за замовчанням", + "in bytes" : "в байтах", + "Email Field" : "Поле Ел. пошти", + "User Home Folder Naming Rule" : "Правило іменування домашньої теки користувача", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Залиште порожнім для імені користувача (за замовчанням). Інакше, вкажіть атрибут LDAP/AD.", + "Internal Username" : "Внутрішня Ім'я користувача", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "За замовчуванням внутрішнє ім'я користувача буде створено з атрибуту UUID. Таким чином ім'я користувача є унікальним і не потребує перетворення символів. Внутрішнє ім'я користувача може складатися лише з наступних символів: [A-Za-z0-9 _ @ -.]. Інші символи заміняються відповідними з таблиці ASCII або пропускаються. При збігу до імені буде додано або збільшено число. Внутрішнє ім'я користувача використовується для внутрішньої ідентифікації користувача. Це також ім'я за замовчуванням для домашньої теки користувача та частина віддалених URL, наприклад, для всіх сервісів *DAV. За допомогою цієї установки можна змінити поведінку за замовчуванням. Для досягнення поведінки, що була до OwnCloud 5, введіть атрибут ім'я користувача, що відображається, в наступне поле. Залиште порожнім для режиму за замовчуванням. Зміни будуть діяти тільки для нових підключень (доданих) користувачів LDAP.", + "Internal Username Attribute:" : "Внутрішня Ім'я користувача, Атрибут:", + "Override UUID detection" : "Перекрити вивід UUID ", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "За замовчуванням ownCloud визначає атрибут UUID автоматично. Цей атрибут використовується для того, щоб достовірно ідентифікувати користувачів і групи LDAP. Також на підставі атрибута UUID створюється внутрішнє ім'я користувача, якщо вище не вказано інакше. Ви можете перевизначити це налаштування та вказати свій атрибут за вибором. Ви повинні упевнитися, що обраний вами атрибут може бути вибраний для користувачів і груп, а також те, що він унікальний. Залиште поле порожнім для поведінки за замовчуванням. Зміни вступлять в силу тільки для нових підключених (доданих) користувачів і груп LDAP.", + "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." : "ownCloud використовує імена користувачів для зберігання і призначення метаданих. Для точної ідентифікації і розпізнавання користувачів, кожен користувач LDAP буде мати своє внутрішнє ім'я користувача. Це вимагає прив'язки імені користувача ownCloud до користувача LDAP. При створенні ім'я користувача призначається ідентифікатору UUID користувача LDAP. Крім цього кешується розрізнювальне ім'я (DN) для зменшення числа звернень до LDAP, однак воно не використовується для ідентифікації. Якщо розрізнювальне ім'я було змінене, про це стане відомо ownCloud. Внутрішнє ім'я ownCloud використовується скрізь в ownCloud. Після скидання прив'язок в базі можуть зберегтися залишки старої інформації. Скидання прив'язок не прив'язано до конфігурації, він вплине на всі LDAP-підключення! Ні в якому разі не рекомендується скидати прив'язки, якщо система вже знаходиться в експлуатації, тільки на етапі тестування.", + "Clear Username-LDAP User Mapping" : "Очистити картографію Імен користувачів-LDAP", + "Clear Groupname-LDAP Group Mapping" : "Очистити картографію Імен груп-LDAP" +}, +"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/apps/user_ldap/l10n/uk.json b/apps/user_ldap/l10n/uk.json new file mode 100644 index 0000000000..f0b439ac97 --- /dev/null +++ b/apps/user_ldap/l10n/uk.json @@ -0,0 +1,130 @@ +{ "translations": { + "Failed to clear the 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" : "відображення очищається", + "Success" : "Успіх", + "Error" : "Помилка", + "Please specify a Base DN" : "Введіть Base DN", + "Could not determine Base DN" : "Не вдалося визначити Base DN", + "Please specify the port" : "Будь ласка, вкажіть порт", + "Configuration OK" : "Конфігурація OK", + "Configuration incorrect" : "Невірна конфігурація", + "Configuration incomplete" : "Конфігурація неповна", + "Select groups" : "Оберіть групи", + "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 user found_::_%s users found_" : ["%s користувач знайден","%s користувачів знайдено","%s користувачів знайдено"], + "Could not find the desired feature" : "Не вдалося знайти потрібну функцію", + "Invalid Host" : "Невірний Host", + "Server" : "Сервер", + "User Filter" : "Користувацький Фільтр", + "Login Filter" : "Фільтр Входу", + "Group Filter" : "Фільтр Груп", + "Save" : "Зберегти", + "Test Configuration" : "Тестове налаштування", + "Help" : "Допомога", + "Groups meeting these criteria are available in %s:" : "Групи, що відповідають цим критеріям доступні в %s:", + "only those object classes:" : "тільки ці об'єктні класи:", + "only from those groups:" : "тільки з цих груп:", + "Edit raw filter instead" : "Редагувати початковий фільтр", + "Raw LDAP filter" : "Початковий LDAP фільтр", + "The filter specifies which LDAP groups shall have access to the %s instance." : "Фільтр визначає, які LDAP групи повинні мати доступ до %s примірника.", + "Test Filter" : "Тест Фільтр", + "groups found" : "знайдені групи", + "Users login with this attribute:" : "Вхід користувачів з цим атрибутом:", + "LDAP Username:" : "LDAP Ім’я користувача:", + "LDAP Email Address:" : "LDAP E-mail адрес:", + "Other Attributes:" : "Інші Атрібути:", + "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Визначає фільтр, який слід застосовувати при спробі входу.\n%%uid замінює ім'я користувача при вході в систему. Приклад: \"uid=%%uid\"", + "1. Server" : "1. Сервер", + "%s. Server:" : "%s. Сервер:", + "Add Server Configuration" : "Додати налаштування Сервера", + "Delete Configuration" : "Видалити Конфігурацію", + "Host" : "Хост", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Можна не вказувати протокол, якщо вам не потрібен SSL. Тоді почніть з ldaps://", + "Port" : "Порт", + "User DN" : "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 клієнтського користувача для прив'язки, наприклад: uid=agent,dc=example,dc=com. Для анонімного доступу, залиште DN і Пароль порожніми.", + "Password" : "Пароль", + "For anonymous access, leave DN and Password empty." : "Для анонімного доступу, залиште DN і Пароль порожніми.", + "One Base DN per line" : "Один Base DN на одній строчці", + "You can specify Base DN for users and groups in the Advanced tab" : "Ви можете задати Базовий DN для користувачів і груп на вкладинці Додатково", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Уникати автоматичні запити LDAP. Краще для великих установок, але вимагає деякого LDAP знання.", + "Manually enter LDAP filters (recommended for large directories)" : "Вручну введіть LDAP фільтри (рекомендується для великих каталогів)", + "Limit %s access to users meeting these criteria:" : "Обмежити %s доступ до користувачів, що відповідають цим критеріям:", + "The filter specifies which LDAP users shall have access to the %s instance." : "Фільтр визначає, які користувачі LDAP повині мати доступ до примірника %s.", + "users found" : "користувачів знайдено", + "Saving" : "Збереження", + "Back" : "Назад", + "Continue" : "Продовжити", + "Expert" : "Експерт", + "Advanced" : "Додатково", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "Попередження: Застосунки user_ldap та user_webdavauth не сумісні. Ви можете зіткнутися з несподіваною поведінкою. Будь ласка, зверніться до системного адміністратора, щоб відключити одну з них.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Увага: Потрібний модуль PHP LDAP не встановлено, базова програма працювати не буде. Будь ласка, зверніться до системного адміністратора, щоб встановити його.", + "Connection Settings" : "Налаштування З'єднання", + "Configuration Active" : "Налаштування Активне", + "When unchecked, this configuration will be skipped." : "Якщо \"галочка\" знята, ця конфігурація буде пропущена.", + "Backup (Replica) Host" : "Сервер для резервних копій", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Вкажіть додатковий резервний сервер. Він повинен бути копією головного LDAP/AD сервера.", + "Backup (Replica) Port" : "Порт сервера для резервних копій", + "Disable Main Server" : "Вимкнути Головний Сервер", + "Only connect to the replica server." : "Підключити тільки до сервера реплік.", + "Case insensitive LDAP server (Windows)" : "Без урахування регістра LDAP сервер (Windows)", + "Turn off SSL certificate validation." : "Вимкнути перевірку SSL сертифіката.", + "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Не рекомендується, використовувати його тільки для тестування!\nЯкщо з'єднання працює лише з цією опцією, імпортуйте SSL сертифікат LDAP сервера у ваший %s сервер.", + "Cache Time-To-Live" : "Час актуальності Кеша", + "in seconds. A change empties the cache." : "в секундах. Зміна очищує кеш.", + "Directory Settings" : "Налаштування Каталога", + "User Display Name Field" : "Поле, яке відображає Ім'я Користувача", + "The LDAP attribute to use to generate the user's display name." : "Атрибут LDAP, який використовується для генерації імен користувачів.", + "Base User Tree" : "Основне Дерево Користувачів", + "One User Base DN per line" : "Один Користувач Base DN на одній строчці", + "User Search Attributes" : "Пошукові Атрибути Користувача", + "Optional; one attribute per line" : "Додатково; один атрибут на строчку", + "Group Display Name Field" : "Поле, яке відображає Ім'я Групи", + "The LDAP attribute to use to generate the groups's display name." : "Атрибут LDAP, який використовується для генерації імен груп.", + "Base Group Tree" : "Основне Дерево Груп", + "One Group Base DN per line" : "Одна Група Base DN на одній строчці", + "Group Search Attributes" : "Пошукові Атрибути Групи", + "Group-Member association" : "Асоціація Група-Член", + "Nested Groups" : "Вкладені Групи", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "При включенні, групи, які містять групи підтримуються. (Працює тільки якщо атрибут члена групи містить DNS.)", + "Paging chunksize" : "Розмір підкачки", + "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Підкачка використовується для сторінкових пошуків LDAP, які можуть повертати громіздкі результати кількісті користувачів або груп. (Установка його 0 відключає вивантаженя пошуку LDAP в таких ситуаціях.)", + "Special Attributes" : "Спеціальні Атрибути", + "Quota Field" : "Поле Квоти", + "Quota Default" : "Квота за замовчанням", + "in bytes" : "в байтах", + "Email Field" : "Поле Ел. пошти", + "User Home Folder Naming Rule" : "Правило іменування домашньої теки користувача", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Залиште порожнім для імені користувача (за замовчанням). Інакше, вкажіть атрибут LDAP/AD.", + "Internal Username" : "Внутрішня Ім'я користувача", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "За замовчуванням внутрішнє ім'я користувача буде створено з атрибуту UUID. Таким чином ім'я користувача є унікальним і не потребує перетворення символів. Внутрішнє ім'я користувача може складатися лише з наступних символів: [A-Za-z0-9 _ @ -.]. Інші символи заміняються відповідними з таблиці ASCII або пропускаються. При збігу до імені буде додано або збільшено число. Внутрішнє ім'я користувача використовується для внутрішньої ідентифікації користувача. Це також ім'я за замовчуванням для домашньої теки користувача та частина віддалених URL, наприклад, для всіх сервісів *DAV. За допомогою цієї установки можна змінити поведінку за замовчуванням. Для досягнення поведінки, що була до OwnCloud 5, введіть атрибут ім'я користувача, що відображається, в наступне поле. Залиште порожнім для режиму за замовчуванням. Зміни будуть діяти тільки для нових підключень (доданих) користувачів LDAP.", + "Internal Username Attribute:" : "Внутрішня Ім'я користувача, Атрибут:", + "Override UUID detection" : "Перекрити вивід UUID ", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "За замовчуванням ownCloud визначає атрибут UUID автоматично. Цей атрибут використовується для того, щоб достовірно ідентифікувати користувачів і групи LDAP. Також на підставі атрибута UUID створюється внутрішнє ім'я користувача, якщо вище не вказано інакше. Ви можете перевизначити це налаштування та вказати свій атрибут за вибором. Ви повинні упевнитися, що обраний вами атрибут може бути вибраний для користувачів і груп, а також те, що він унікальний. Залиште поле порожнім для поведінки за замовчуванням. Зміни вступлять в силу тільки для нових підключених (доданих) користувачів і груп LDAP.", + "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." : "ownCloud використовує імена користувачів для зберігання і призначення метаданих. Для точної ідентифікації і розпізнавання користувачів, кожен користувач LDAP буде мати своє внутрішнє ім'я користувача. Це вимагає прив'язки імені користувача ownCloud до користувача LDAP. При створенні ім'я користувача призначається ідентифікатору UUID користувача LDAP. Крім цього кешується розрізнювальне ім'я (DN) для зменшення числа звернень до LDAP, однак воно не використовується для ідентифікації. Якщо розрізнювальне ім'я було змінене, про це стане відомо ownCloud. Внутрішнє ім'я ownCloud використовується скрізь в ownCloud. Після скидання прив'язок в базі можуть зберегтися залишки старої інформації. Скидання прив'язок не прив'язано до конфігурації, він вплине на всі LDAP-підключення! Ні в якому разі не рекомендується скидати прив'язки, якщо система вже знаходиться в експлуатації, тільки на етапі тестування.", + "Clear Username-LDAP User Mapping" : "Очистити картографію Імен користувачів-LDAP", + "Clear Groupname-LDAP Group Mapping" : "Очистити картографію Імен груп-LDAP" +},"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/apps/user_ldap/l10n/uk.php b/apps/user_ldap/l10n/uk.php deleted file mode 100644 index 7259fc8ba1..0000000000 --- a/apps/user_ldap/l10n/uk.php +++ /dev/null @@ -1,131 +0,0 @@ - "Не вдалося очистити відображення.", -"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" => "відображення очищається", -"Success" => "Успіх", -"Error" => "Помилка", -"Please specify a Base DN" => "Введіть Base DN", -"Could not determine Base DN" => "Не вдалося визначити Base DN", -"Please specify the port" => "Будь ласка, вкажіть порт", -"Configuration OK" => "Конфігурація OK", -"Configuration incorrect" => "Невірна конфігурація", -"Configuration incomplete" => "Конфігурація неповна", -"Select groups" => "Оберіть групи", -"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_" => array(" %s група знайдена "," %s груп знайдено ","%s груп знайдено "), -"_%s user found_::_%s users found_" => array("%s користувач знайден","%s користувачів знайдено","%s користувачів знайдено"), -"Could not find the desired feature" => "Не вдалося знайти потрібну функцію", -"Invalid Host" => "Невірний Host", -"Server" => "Сервер", -"User Filter" => "Користувацький Фільтр", -"Login Filter" => "Фільтр Входу", -"Group Filter" => "Фільтр Груп", -"Save" => "Зберегти", -"Test Configuration" => "Тестове налаштування", -"Help" => "Допомога", -"Groups meeting these criteria are available in %s:" => "Групи, що відповідають цим критеріям доступні в %s:", -"only those object classes:" => "тільки ці об'єктні класи:", -"only from those groups:" => "тільки з цих груп:", -"Edit raw filter instead" => "Редагувати початковий фільтр", -"Raw LDAP filter" => "Початковий LDAP фільтр", -"The filter specifies which LDAP groups shall have access to the %s instance." => "Фільтр визначає, які LDAP групи повинні мати доступ до %s примірника.", -"Test Filter" => "Тест Фільтр", -"groups found" => "знайдені групи", -"Users login with this attribute:" => "Вхід користувачів з цим атрибутом:", -"LDAP Username:" => "LDAP Ім’я користувача:", -"LDAP Email Address:" => "LDAP E-mail адрес:", -"Other Attributes:" => "Інші Атрібути:", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Визначає фільтр, який слід застосовувати при спробі входу.\n%%uid замінює ім'я користувача при вході в систему. Приклад: \"uid=%%uid\"", -"1. Server" => "1. Сервер", -"%s. Server:" => "%s. Сервер:", -"Add Server Configuration" => "Додати налаштування Сервера", -"Delete Configuration" => "Видалити Конфігурацію", -"Host" => "Хост", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Можна не вказувати протокол, якщо вам не потрібен SSL. Тоді почніть з ldaps://", -"Port" => "Порт", -"User DN" => "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 клієнтського користувача для прив'язки, наприклад: uid=agent,dc=example,dc=com. Для анонімного доступу, залиште DN і Пароль порожніми.", -"Password" => "Пароль", -"For anonymous access, leave DN and Password empty." => "Для анонімного доступу, залиште DN і Пароль порожніми.", -"One Base DN per line" => "Один Base DN на одній строчці", -"You can specify Base DN for users and groups in the Advanced tab" => "Ви можете задати Базовий DN для користувачів і груп на вкладинці Додатково", -"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Уникати автоматичні запити LDAP. Краще для великих установок, але вимагає деякого LDAP знання.", -"Manually enter LDAP filters (recommended for large directories)" => "Вручну введіть LDAP фільтри (рекомендується для великих каталогів)", -"Limit %s access to users meeting these criteria:" => "Обмежити %s доступ до користувачів, що відповідають цим критеріям:", -"The filter specifies which LDAP users shall have access to the %s instance." => "Фільтр визначає, які користувачі LDAP повині мати доступ до примірника %s.", -"users found" => "користувачів знайдено", -"Saving" => "Збереження", -"Back" => "Назад", -"Continue" => "Продовжити", -"Expert" => "Експерт", -"Advanced" => "Додатково", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "Попередження: Застосунки user_ldap та user_webdavauth не сумісні. Ви можете зіткнутися з несподіваною поведінкою. Будь ласка, зверніться до системного адміністратора, щоб відключити одну з них.", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "Увага: Потрібний модуль PHP LDAP не встановлено, базова програма працювати не буде. Будь ласка, зверніться до системного адміністратора, щоб встановити його.", -"Connection Settings" => "Налаштування З'єднання", -"Configuration Active" => "Налаштування Активне", -"When unchecked, this configuration will be skipped." => "Якщо \"галочка\" знята, ця конфігурація буде пропущена.", -"Backup (Replica) Host" => "Сервер для резервних копій", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Вкажіть додатковий резервний сервер. Він повинен бути копією головного LDAP/AD сервера.", -"Backup (Replica) Port" => "Порт сервера для резервних копій", -"Disable Main Server" => "Вимкнути Головний Сервер", -"Only connect to the replica server." => "Підключити тільки до сервера реплік.", -"Case insensitive LDAP server (Windows)" => "Без урахування регістра LDAP сервер (Windows)", -"Turn off SSL certificate validation." => "Вимкнути перевірку SSL сертифіката.", -"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Не рекомендується, використовувати його тільки для тестування!\nЯкщо з'єднання працює лише з цією опцією, імпортуйте SSL сертифікат LDAP сервера у ваший %s сервер.", -"Cache Time-To-Live" => "Час актуальності Кеша", -"in seconds. A change empties the cache." => "в секундах. Зміна очищує кеш.", -"Directory Settings" => "Налаштування Каталога", -"User Display Name Field" => "Поле, яке відображає Ім'я Користувача", -"The LDAP attribute to use to generate the user's display name." => "Атрибут LDAP, який використовується для генерації імен користувачів.", -"Base User Tree" => "Основне Дерево Користувачів", -"One User Base DN per line" => "Один Користувач Base DN на одній строчці", -"User Search Attributes" => "Пошукові Атрибути Користувача", -"Optional; one attribute per line" => "Додатково; один атрибут на строчку", -"Group Display Name Field" => "Поле, яке відображає Ім'я Групи", -"The LDAP attribute to use to generate the groups's display name." => "Атрибут LDAP, який використовується для генерації імен груп.", -"Base Group Tree" => "Основне Дерево Груп", -"One Group Base DN per line" => "Одна Група Base DN на одній строчці", -"Group Search Attributes" => "Пошукові Атрибути Групи", -"Group-Member association" => "Асоціація Група-Член", -"Nested Groups" => "Вкладені Групи", -"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" => "При включенні, групи, які містять групи підтримуються. (Працює тільки якщо атрибут члена групи містить DNS.)", -"Paging chunksize" => "Розмір підкачки", -"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" => "Підкачка використовується для сторінкових пошуків LDAP, які можуть повертати громіздкі результати кількісті користувачів або груп. (Установка його 0 відключає вивантаженя пошуку LDAP в таких ситуаціях.)", -"Special Attributes" => "Спеціальні Атрибути", -"Quota Field" => "Поле Квоти", -"Quota Default" => "Квота за замовчанням", -"in bytes" => "в байтах", -"Email Field" => "Поле Ел. пошти", -"User Home Folder Naming Rule" => "Правило іменування домашньої теки користувача", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Залиште порожнім для імені користувача (за замовчанням). Інакше, вкажіть атрибут LDAP/AD.", -"Internal Username" => "Внутрішня Ім'я користувача", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "За замовчуванням внутрішнє ім'я користувача буде створено з атрибуту UUID. Таким чином ім'я користувача є унікальним і не потребує перетворення символів. Внутрішнє ім'я користувача може складатися лише з наступних символів: [A-Za-z0-9 _ @ -.]. Інші символи заміняються відповідними з таблиці ASCII або пропускаються. При збігу до імені буде додано або збільшено число. Внутрішнє ім'я користувача використовується для внутрішньої ідентифікації користувача. Це також ім'я за замовчуванням для домашньої теки користувача та частина віддалених URL, наприклад, для всіх сервісів *DAV. За допомогою цієї установки можна змінити поведінку за замовчуванням. Для досягнення поведінки, що була до OwnCloud 5, введіть атрибут ім'я користувача, що відображається, в наступне поле. Залиште порожнім для режиму за замовчуванням. Зміни будуть діяти тільки для нових підключень (доданих) користувачів LDAP.", -"Internal Username Attribute:" => "Внутрішня Ім'я користувача, Атрибут:", -"Override UUID detection" => "Перекрити вивід UUID ", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "За замовчуванням ownCloud визначає атрибут UUID автоматично. Цей атрибут використовується для того, щоб достовірно ідентифікувати користувачів і групи LDAP. Також на підставі атрибута UUID створюється внутрішнє ім'я користувача, якщо вище не вказано інакше. Ви можете перевизначити це налаштування та вказати свій атрибут за вибором. Ви повинні упевнитися, що обраний вами атрибут може бути вибраний для користувачів і груп, а також те, що він унікальний. Залиште поле порожнім для поведінки за замовчуванням. Зміни вступлять в силу тільки для нових підключених (доданих) користувачів і груп LDAP.", -"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." => "ownCloud використовує імена користувачів для зберігання і призначення метаданих. Для точної ідентифікації і розпізнавання користувачів, кожен користувач LDAP буде мати своє внутрішнє ім'я користувача. Це вимагає прив'язки імені користувача ownCloud до користувача LDAP. При створенні ім'я користувача призначається ідентифікатору UUID користувача LDAP. Крім цього кешується розрізнювальне ім'я (DN) для зменшення числа звернень до LDAP, однак воно не використовується для ідентифікації. Якщо розрізнювальне ім'я було змінене, про це стане відомо ownCloud. Внутрішнє ім'я ownCloud використовується скрізь в ownCloud. Після скидання прив'язок в базі можуть зберегтися залишки старої інформації. Скидання прив'язок не прив'язано до конфігурації, він вплине на всі LDAP-підключення! Ні в якому разі не рекомендується скидати прив'язки, якщо система вже знаходиться в експлуатації, тільки на етапі тестування.", -"Clear Username-LDAP User Mapping" => "Очистити картографію Імен користувачів-LDAP", -"Clear Groupname-LDAP Group Mapping" => "Очистити картографію Імен груп-LDAP" -); -$PLURAL_FORMS = "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/apps/user_ldap/l10n/ur_PK.js b/apps/user_ldap/l10n/ur_PK.js new file mode 100644 index 0000000000..f65a89d312 --- /dev/null +++ b/apps/user_ldap/l10n/ur_PK.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "user_ldap", + { + "Error" : "ایرر", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "حفظ", + "Help" : "مدد", + "Password" : "پاسورڈ", + "Continue" : "جاری", + "Advanced" : "ایڈوانسڈ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/ur_PK.json b/apps/user_ldap/l10n/ur_PK.json new file mode 100644 index 0000000000..0e943e9360 --- /dev/null +++ b/apps/user_ldap/l10n/ur_PK.json @@ -0,0 +1,11 @@ +{ "translations": { + "Error" : "ایرر", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""], + "Save" : "حفظ", + "Help" : "مدد", + "Password" : "پاسورڈ", + "Continue" : "جاری", + "Advanced" : "ایڈوانسڈ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ur_PK.php b/apps/user_ldap/l10n/ur_PK.php deleted file mode 100644 index 12ca746d7d..0000000000 --- a/apps/user_ldap/l10n/ur_PK.php +++ /dev/null @@ -1,12 +0,0 @@ - "ایرر", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), -"Save" => "حفظ", -"Help" => "مدد", -"Password" => "پاسورڈ", -"Continue" => "جاری", -"Advanced" => "ایڈوانسڈ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_ldap/l10n/uz.js b/apps/user_ldap/l10n/uz.js new file mode 100644 index 0000000000..5494dcae62 --- /dev/null +++ b/apps/user_ldap/l10n/uz.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/uz.json b/apps/user_ldap/l10n/uz.json new file mode 100644 index 0000000000..75f0f056cc --- /dev/null +++ b/apps/user_ldap/l10n/uz.json @@ -0,0 +1,5 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/uz.php b/apps/user_ldap/l10n/uz.php deleted file mode 100644 index bba52d53a1..0000000000 --- a/apps/user_ldap/l10n/uz.php +++ /dev/null @@ -1,6 +0,0 @@ - array(""), -"_%s user found_::_%s users found_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/vi.js b/apps/user_ldap/l10n/vi.js new file mode 100644 index 0000000000..591ee3b536 --- /dev/null +++ b/apps/user_ldap/l10n/vi.js @@ -0,0 +1,42 @@ +OC.L10N.register( + "user_ldap", + { + "Deletion failed" : "Xóa thất bại", + "Success" : "Thành công", + "Error" : "Lỗi", + "Select groups" : "Chọn nhóm", + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Group Filter" : "Bộ lọc nhóm", + "Save" : "Lưu", + "Help" : "Giúp đỡ", + "Host" : "Máy chủ", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Bạn có thể bỏ qua các giao thức, ngoại trừ SSL. Sau đó bắt đầu với ldaps://", + "Port" : "Cổng", + "User DN" : "Người dùng 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." : "Các DN của người sử dụng đã được thực hiện, ví dụ như uid =agent , dc = example, dc = com. Để truy cập nặc danh ,DN và mật khẩu trống.", + "Password" : "Mật khẩu", + "For anonymous access, leave DN and Password empty." : "Cho phép truy cập nặc danh , DN và mật khẩu trống.", + "You can specify Base DN for users and groups in the Advanced tab" : "Bạn có thể chỉ định DN cơ bản cho người dùng và các nhóm trong tab Advanced", + "Back" : "Trở lại", + "Continue" : "Tiếp tục", + "Advanced" : "Nâng cao", + "Connection Settings" : "Connection Settings", + "Backup (Replica) Port" : "Cổng sao lưu (Replica)", + "Disable Main Server" : "Tắt máy chủ chính", + "Turn off SSL certificate validation." : "Tắt xác thực chứng nhận SSL", + "in seconds. A change empties the cache." : "trong vài giây. Một sự thay đổi bộ nhớ cache.", + "Directory Settings" : "Directory Settings", + "User Display Name Field" : "Hiển thị tên người sử dụng", + "Base User Tree" : "Cây người dùng cơ bản", + "User Search Attributes" : "User Search Attributes", + "Optional; one attribute per line" : "Optional; one attribute per line", + "Group Display Name Field" : "Hiển thị tên nhóm", + "Base Group Tree" : "Cây nhóm cơ bản", + "Group Search Attributes" : "Group Search Attributes", + "Group-Member association" : "Nhóm thành viên Cộng đồng", + "Special Attributes" : "Special Attributes", + "in bytes" : "Theo Byte", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Để trống tên người dùng (mặc định). Nếu không chỉ định thuộc tính LDAP/AD" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/vi.json b/apps/user_ldap/l10n/vi.json new file mode 100644 index 0000000000..1d30979d87 --- /dev/null +++ b/apps/user_ldap/l10n/vi.json @@ -0,0 +1,40 @@ +{ "translations": { + "Deletion failed" : "Xóa thất bại", + "Success" : "Thành công", + "Error" : "Lỗi", + "Select groups" : "Chọn nhóm", + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Group Filter" : "Bộ lọc nhóm", + "Save" : "Lưu", + "Help" : "Giúp đỡ", + "Host" : "Máy chủ", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Bạn có thể bỏ qua các giao thức, ngoại trừ SSL. Sau đó bắt đầu với ldaps://", + "Port" : "Cổng", + "User DN" : "Người dùng 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." : "Các DN của người sử dụng đã được thực hiện, ví dụ như uid =agent , dc = example, dc = com. Để truy cập nặc danh ,DN và mật khẩu trống.", + "Password" : "Mật khẩu", + "For anonymous access, leave DN and Password empty." : "Cho phép truy cập nặc danh , DN và mật khẩu trống.", + "You can specify Base DN for users and groups in the Advanced tab" : "Bạn có thể chỉ định DN cơ bản cho người dùng và các nhóm trong tab Advanced", + "Back" : "Trở lại", + "Continue" : "Tiếp tục", + "Advanced" : "Nâng cao", + "Connection Settings" : "Connection Settings", + "Backup (Replica) Port" : "Cổng sao lưu (Replica)", + "Disable Main Server" : "Tắt máy chủ chính", + "Turn off SSL certificate validation." : "Tắt xác thực chứng nhận SSL", + "in seconds. A change empties the cache." : "trong vài giây. Một sự thay đổi bộ nhớ cache.", + "Directory Settings" : "Directory Settings", + "User Display Name Field" : "Hiển thị tên người sử dụng", + "Base User Tree" : "Cây người dùng cơ bản", + "User Search Attributes" : "User Search Attributes", + "Optional; one attribute per line" : "Optional; one attribute per line", + "Group Display Name Field" : "Hiển thị tên nhóm", + "Base Group Tree" : "Cây nhóm cơ bản", + "Group Search Attributes" : "Group Search Attributes", + "Group-Member association" : "Nhóm thành viên Cộng đồng", + "Special Attributes" : "Special Attributes", + "in bytes" : "Theo Byte", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Để trống tên người dùng (mặc định). Nếu không chỉ định thuộc tính LDAP/AD" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/vi.php b/apps/user_ldap/l10n/vi.php deleted file mode 100644 index 8c2fe2a0af..0000000000 --- a/apps/user_ldap/l10n/vi.php +++ /dev/null @@ -1,41 +0,0 @@ - "Xóa thất bại", -"Success" => "Thành công", -"Error" => "Lỗi", -"Select groups" => "Chọn nhóm", -"_%s group found_::_%s groups found_" => array(""), -"_%s user found_::_%s users found_" => array(""), -"Group Filter" => "Bộ lọc nhóm", -"Save" => "Lưu", -"Help" => "Giúp đỡ", -"Host" => "Máy chủ", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Bạn có thể bỏ qua các giao thức, ngoại trừ SSL. Sau đó bắt đầu với ldaps://", -"Port" => "Cổng", -"User DN" => "Người dùng 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." => "Các DN của người sử dụng đã được thực hiện, ví dụ như uid =agent , dc = example, dc = com. Để truy cập nặc danh ,DN và mật khẩu trống.", -"Password" => "Mật khẩu", -"For anonymous access, leave DN and Password empty." => "Cho phép truy cập nặc danh , DN và mật khẩu trống.", -"You can specify Base DN for users and groups in the Advanced tab" => "Bạn có thể chỉ định DN cơ bản cho người dùng và các nhóm trong tab Advanced", -"Back" => "Trở lại", -"Continue" => "Tiếp tục", -"Advanced" => "Nâng cao", -"Connection Settings" => "Connection Settings", -"Backup (Replica) Port" => "Cổng sao lưu (Replica)", -"Disable Main Server" => "Tắt máy chủ chính", -"Turn off SSL certificate validation." => "Tắt xác thực chứng nhận SSL", -"in seconds. A change empties the cache." => "trong vài giây. Một sự thay đổi bộ nhớ cache.", -"Directory Settings" => "Directory Settings", -"User Display Name Field" => "Hiển thị tên người sử dụng", -"Base User Tree" => "Cây người dùng cơ bản", -"User Search Attributes" => "User Search Attributes", -"Optional; one attribute per line" => "Optional; one attribute per line", -"Group Display Name Field" => "Hiển thị tên nhóm", -"Base Group Tree" => "Cây nhóm cơ bản", -"Group Search Attributes" => "Group Search Attributes", -"Group-Member association" => "Nhóm thành viên Cộng đồng", -"Special Attributes" => "Special Attributes", -"in bytes" => "Theo Byte", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Để trống tên người dùng (mặc định). Nếu không chỉ định thuộc tính LDAP/AD" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/zh_CN.js b/apps/user_ldap/l10n/zh_CN.js new file mode 100644 index 0000000000..6ca18829fe --- /dev/null +++ b/apps/user_ldap/l10n/zh_CN.js @@ -0,0 +1,85 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the 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." : "配置有效但绑定失败。请检查服务器设置和认证信息。", + "Deletion failed" : "删除失败", + "Take over settings from recent server configuration?" : "从近期的服务器配置中导入设置?", + "Keep settings?" : "保留设置吗?", + "Cannot add server configuration" : "无法增加服务器配置", + "mappings cleared" : "清除映射", + "Success" : "成功", + "Error" : "错误", + "Select groups" : "选择分组", + "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 user found_::_%s users found_" : [""], + "Invalid Host" : "无效的主机", + "Group Filter" : "组过滤", + "Save" : "保存", + "Test Configuration" : "测试配置", + "Help" : "帮助", + "groups found" : "找到组", + "Add Server Configuration" : "增加服务器配置", + "Host" : "主机", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "可以忽略协议,但如要使用SSL,则需以ldaps://开头", + "Port" : "端口", + "User DN" : "User 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必须与绑定的相同,比如uid=agent,dc=example,dc=com\n如需匿名访问,将DN和密码保留为空", + "Password" : "密码", + "For anonymous access, leave DN and Password empty." : "启用匿名访问,将DN和密码保留为空", + "One Base DN per line" : "每行一个基本判别名", + "You can specify Base DN for users and groups in the Advanced tab" : "您可以在高级选项卡里为用户和组指定Base DN", + "users found" : "找到用户", + "Back" : "返回", + "Continue" : "继续", + "Advanced" : "高级", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "警告: 应用 user_ldap 和 user_webdavauth 之间不兼容。您可能遭遇未预料的行为。请让系统管理员禁用其中一个。", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告: PHP LDAP 模块未安装,后端将无法工作。请请求您的系统管理员安装该模块。", + "Connection Settings" : "连接设置", + "Configuration Active" : "现行配置", + "When unchecked, this configuration will be skipped." : "当反选后,此配置将被忽略。", + "Backup (Replica) Host" : "备份 (镜像) 主机", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "给出一个可选的备份主机。它必须为主 LDAP/AD 服务器的一个镜像。", + "Backup (Replica) Port" : "备份 (镜像) 端口", + "Disable Main Server" : "禁用主服务器", + "Only connect to the replica server." : "只能连接到复制服务器", + "Turn off SSL certificate validation." : "关闭SSL证书验证", + "Cache Time-To-Live" : "缓存存活时间", + "in seconds. A change empties the cache." : "以秒计。修改将清空缓存。", + "Directory Settings" : "目录设置", + "User Display Name Field" : "用户显示名称字段", + "The LDAP attribute to use to generate the user's display name." : "用来生成用户的显示名称的 LDAP 属性。", + "Base User Tree" : "基础用户树", + "One User Base DN per line" : "每行一个用户基准判别名", + "User Search Attributes" : "用户搜索属性", + "Optional; one attribute per line" : "可选;每行一个属性", + "Group Display Name Field" : "组显示名称字段", + "The LDAP attribute to use to generate the groups's display name." : "用来生成组的显示名称的 LDAP 属性。", + "Base Group Tree" : "基础组树", + "One Group Base DN per line" : "每行一个群组基准判别名", + "Group Search Attributes" : "群组搜索属性", + "Group-Member association" : "组成员关联", + "Special Attributes" : "特殊属性", + "Quota Field" : "配额字段", + "Quota Default" : "默认配额", + "in bytes" : "字节数", + "Email Field" : "电邮字段", + "User Home Folder Naming Rule" : "用户主目录命名规则", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "指定一个 LDAP/AD 属性。留空,则使用用户名称(默认)。", + "Internal Username" : "内部用户名", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "默认情况下,内部用户名具有唯一识别属性,以确保用户名唯一,且字符不用经过转换。内部用户名有严格的字符限制,只允许使用 [ a-zA-Z0-9_.@- ]。其他字符会被 ASCII 码取代,或者被忽略。当出现冲突时,用户名后会增加或者减少一个数字。内部用户名用于内部用户识别,同时也作为 ownCloud 中用户根文件夹的默认名。其也作为远程 URLs 的一部分,如在所有的 *DAV 服务中。在这种设置下,默认行为可以被覆盖。要实现在 ownCloud 5 之前的类似的效果,在下框中输入用户的显示名称属性。如果留空,则执行默认操作。更改只影响新映射 (或增加) 的 LDAP 用户。", + "Internal Username Attribute:" : "内部用户名属性:", + "Override UUID detection" : "超越UUID检测", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "ownCloud 默认会自动检测 UUID 属性。UUID 属性用来无误地识别 LDAP 用户和组。同时,如果上面没有特别设置,内部用户名也基于 UUID 创建。也可以覆盖设置,直接指定一个属性。但一定要确保指定的属性取得的用户和组是唯一的。留空,则执行默认操作。更改只影响新映射 (或增加) 的 LDAP 用户和组。", + "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." : "用户名用于存储和分配数据 (元)。为了准确地识别和确认用户,每个用户都有一个内部用户名。这需要一个 ownCloud 用户名到 LDAP 用户的映射。创建的用户名被映射到 LDAP 用户的 UUID。此外,DN 也会被缓存,以减少 LDAP 连接,但它不用于识别。DN 的变化会被监视到。内部用户名会被用于所有地方。清除映射将导致一片混乱。清除映射不是常用的设置,它会影响到所有的 LDAP 配置!千万不要在正式环境中清除映射,只有在测试或试验时才这样做。", + "Clear Username-LDAP User Mapping" : "清除用户-LDAP用户映射", + "Clear Groupname-LDAP Group Mapping" : "清除组用户-LDAP级映射" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/zh_CN.json b/apps/user_ldap/l10n/zh_CN.json new file mode 100644 index 0000000000..04f94691b9 --- /dev/null +++ b/apps/user_ldap/l10n/zh_CN.json @@ -0,0 +1,83 @@ +{ "translations": { + "Failed to clear the 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." : "配置有效但绑定失败。请检查服务器设置和认证信息。", + "Deletion failed" : "删除失败", + "Take over settings from recent server configuration?" : "从近期的服务器配置中导入设置?", + "Keep settings?" : "保留设置吗?", + "Cannot add server configuration" : "无法增加服务器配置", + "mappings cleared" : "清除映射", + "Success" : "成功", + "Error" : "错误", + "Select groups" : "选择分组", + "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 user found_::_%s users found_" : [""], + "Invalid Host" : "无效的主机", + "Group Filter" : "组过滤", + "Save" : "保存", + "Test Configuration" : "测试配置", + "Help" : "帮助", + "groups found" : "找到组", + "Add Server Configuration" : "增加服务器配置", + "Host" : "主机", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "可以忽略协议,但如要使用SSL,则需以ldaps://开头", + "Port" : "端口", + "User DN" : "User 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必须与绑定的相同,比如uid=agent,dc=example,dc=com\n如需匿名访问,将DN和密码保留为空", + "Password" : "密码", + "For anonymous access, leave DN and Password empty." : "启用匿名访问,将DN和密码保留为空", + "One Base DN per line" : "每行一个基本判别名", + "You can specify Base DN for users and groups in the Advanced tab" : "您可以在高级选项卡里为用户和组指定Base DN", + "users found" : "找到用户", + "Back" : "返回", + "Continue" : "继续", + "Advanced" : "高级", + "Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "警告: 应用 user_ldap 和 user_webdavauth 之间不兼容。您可能遭遇未预料的行为。请让系统管理员禁用其中一个。", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告: PHP LDAP 模块未安装,后端将无法工作。请请求您的系统管理员安装该模块。", + "Connection Settings" : "连接设置", + "Configuration Active" : "现行配置", + "When unchecked, this configuration will be skipped." : "当反选后,此配置将被忽略。", + "Backup (Replica) Host" : "备份 (镜像) 主机", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "给出一个可选的备份主机。它必须为主 LDAP/AD 服务器的一个镜像。", + "Backup (Replica) Port" : "备份 (镜像) 端口", + "Disable Main Server" : "禁用主服务器", + "Only connect to the replica server." : "只能连接到复制服务器", + "Turn off SSL certificate validation." : "关闭SSL证书验证", + "Cache Time-To-Live" : "缓存存活时间", + "in seconds. A change empties the cache." : "以秒计。修改将清空缓存。", + "Directory Settings" : "目录设置", + "User Display Name Field" : "用户显示名称字段", + "The LDAP attribute to use to generate the user's display name." : "用来生成用户的显示名称的 LDAP 属性。", + "Base User Tree" : "基础用户树", + "One User Base DN per line" : "每行一个用户基准判别名", + "User Search Attributes" : "用户搜索属性", + "Optional; one attribute per line" : "可选;每行一个属性", + "Group Display Name Field" : "组显示名称字段", + "The LDAP attribute to use to generate the groups's display name." : "用来生成组的显示名称的 LDAP 属性。", + "Base Group Tree" : "基础组树", + "One Group Base DN per line" : "每行一个群组基准判别名", + "Group Search Attributes" : "群组搜索属性", + "Group-Member association" : "组成员关联", + "Special Attributes" : "特殊属性", + "Quota Field" : "配额字段", + "Quota Default" : "默认配额", + "in bytes" : "字节数", + "Email Field" : "电邮字段", + "User Home Folder Naming Rule" : "用户主目录命名规则", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "指定一个 LDAP/AD 属性。留空,则使用用户名称(默认)。", + "Internal Username" : "内部用户名", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "默认情况下,内部用户名具有唯一识别属性,以确保用户名唯一,且字符不用经过转换。内部用户名有严格的字符限制,只允许使用 [ a-zA-Z0-9_.@- ]。其他字符会被 ASCII 码取代,或者被忽略。当出现冲突时,用户名后会增加或者减少一个数字。内部用户名用于内部用户识别,同时也作为 ownCloud 中用户根文件夹的默认名。其也作为远程 URLs 的一部分,如在所有的 *DAV 服务中。在这种设置下,默认行为可以被覆盖。要实现在 ownCloud 5 之前的类似的效果,在下框中输入用户的显示名称属性。如果留空,则执行默认操作。更改只影响新映射 (或增加) 的 LDAP 用户。", + "Internal Username Attribute:" : "内部用户名属性:", + "Override UUID detection" : "超越UUID检测", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "ownCloud 默认会自动检测 UUID 属性。UUID 属性用来无误地识别 LDAP 用户和组。同时,如果上面没有特别设置,内部用户名也基于 UUID 创建。也可以覆盖设置,直接指定一个属性。但一定要确保指定的属性取得的用户和组是唯一的。留空,则执行默认操作。更改只影响新映射 (或增加) 的 LDAP 用户和组。", + "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." : "用户名用于存储和分配数据 (元)。为了准确地识别和确认用户,每个用户都有一个内部用户名。这需要一个 ownCloud 用户名到 LDAP 用户的映射。创建的用户名被映射到 LDAP 用户的 UUID。此外,DN 也会被缓存,以减少 LDAP 连接,但它不用于识别。DN 的变化会被监视到。内部用户名会被用于所有地方。清除映射将导致一片混乱。清除映射不是常用的设置,它会影响到所有的 LDAP 配置!千万不要在正式环境中清除映射,只有在测试或试验时才这样做。", + "Clear Username-LDAP User Mapping" : "清除用户-LDAP用户映射", + "Clear Groupname-LDAP Group Mapping" : "清除组用户-LDAP级映射" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/zh_CN.php b/apps/user_ldap/l10n/zh_CN.php deleted file mode 100644 index 93d5636aad..0000000000 --- a/apps/user_ldap/l10n/zh_CN.php +++ /dev/null @@ -1,84 +0,0 @@ - "清除映射失败。", -"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." => "配置有效但绑定失败。请检查服务器设置和认证信息。", -"Deletion failed" => "删除失败", -"Take over settings from recent server configuration?" => "从近期的服务器配置中导入设置?", -"Keep settings?" => "保留设置吗?", -"Cannot add server configuration" => "无法增加服务器配置", -"mappings cleared" => "清除映射", -"Success" => "成功", -"Error" => "错误", -"Select groups" => "选择分组", -"Connection test succeeded" => "连接测试成功", -"Connection test failed" => "连接测试失败", -"Do you really want to delete the current Server Configuration?" => "您真的想要删除当前服务器配置吗?", -"Confirm Deletion" => "确认删除", -"_%s group found_::_%s groups found_" => array(""), -"_%s user found_::_%s users found_" => array(""), -"Invalid Host" => "无效的主机", -"Group Filter" => "组过滤", -"Save" => "保存", -"Test Configuration" => "测试配置", -"Help" => "帮助", -"groups found" => "找到组", -"Add Server Configuration" => "增加服务器配置", -"Host" => "主机", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "可以忽略协议,但如要使用SSL,则需以ldaps://开头", -"Port" => "端口", -"User DN" => "User 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必须与绑定的相同,比如uid=agent,dc=example,dc=com\n如需匿名访问,将DN和密码保留为空", -"Password" => "密码", -"For anonymous access, leave DN and Password empty." => "启用匿名访问,将DN和密码保留为空", -"One Base DN per line" => "每行一个基本判别名", -"You can specify Base DN for users and groups in the Advanced tab" => "您可以在高级选项卡里为用户和组指定Base DN", -"users found" => "找到用户", -"Back" => "返回", -"Continue" => "继续", -"Advanced" => "高级", -"Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "警告: 应用 user_ldap 和 user_webdavauth 之间不兼容。您可能遭遇未预料的行为。请让系统管理员禁用其中一个。", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "警告: PHP LDAP 模块未安装,后端将无法工作。请请求您的系统管理员安装该模块。", -"Connection Settings" => "连接设置", -"Configuration Active" => "现行配置", -"When unchecked, this configuration will be skipped." => "当反选后,此配置将被忽略。", -"Backup (Replica) Host" => "备份 (镜像) 主机", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "给出一个可选的备份主机。它必须为主 LDAP/AD 服务器的一个镜像。", -"Backup (Replica) Port" => "备份 (镜像) 端口", -"Disable Main Server" => "禁用主服务器", -"Only connect to the replica server." => "只能连接到复制服务器", -"Turn off SSL certificate validation." => "关闭SSL证书验证", -"Cache Time-To-Live" => "缓存存活时间", -"in seconds. A change empties the cache." => "以秒计。修改将清空缓存。", -"Directory Settings" => "目录设置", -"User Display Name Field" => "用户显示名称字段", -"The LDAP attribute to use to generate the user's display name." => "用来生成用户的显示名称的 LDAP 属性。", -"Base User Tree" => "基础用户树", -"One User Base DN per line" => "每行一个用户基准判别名", -"User Search Attributes" => "用户搜索属性", -"Optional; one attribute per line" => "可选;每行一个属性", -"Group Display Name Field" => "组显示名称字段", -"The LDAP attribute to use to generate the groups's display name." => "用来生成组的显示名称的 LDAP 属性。", -"Base Group Tree" => "基础组树", -"One Group Base DN per line" => "每行一个群组基准判别名", -"Group Search Attributes" => "群组搜索属性", -"Group-Member association" => "组成员关联", -"Special Attributes" => "特殊属性", -"Quota Field" => "配额字段", -"Quota Default" => "默认配额", -"in bytes" => "字节数", -"Email Field" => "电邮字段", -"User Home Folder Naming Rule" => "用户主目录命名规则", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "指定一个 LDAP/AD 属性。留空,则使用用户名称(默认)。", -"Internal Username" => "内部用户名", -"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "默认情况下,内部用户名具有唯一识别属性,以确保用户名唯一,且字符不用经过转换。内部用户名有严格的字符限制,只允许使用 [ a-zA-Z0-9_.@- ]。其他字符会被 ASCII 码取代,或者被忽略。当出现冲突时,用户名后会增加或者减少一个数字。内部用户名用于内部用户识别,同时也作为 ownCloud 中用户根文件夹的默认名。其也作为远程 URLs 的一部分,如在所有的 *DAV 服务中。在这种设置下,默认行为可以被覆盖。要实现在 ownCloud 5 之前的类似的效果,在下框中输入用户的显示名称属性。如果留空,则执行默认操作。更改只影响新映射 (或增加) 的 LDAP 用户。", -"Internal Username Attribute:" => "内部用户名属性:", -"Override UUID detection" => "超越UUID检测", -"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "ownCloud 默认会自动检测 UUID 属性。UUID 属性用来无误地识别 LDAP 用户和组。同时,如果上面没有特别设置,内部用户名也基于 UUID 创建。也可以覆盖设置,直接指定一个属性。但一定要确保指定的属性取得的用户和组是唯一的。留空,则执行默认操作。更改只影响新映射 (或增加) 的 LDAP 用户和组。", -"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." => "用户名用于存储和分配数据 (元)。为了准确地识别和确认用户,每个用户都有一个内部用户名。这需要一个 ownCloud 用户名到 LDAP 用户的映射。创建的用户名被映射到 LDAP 用户的 UUID。此外,DN 也会被缓存,以减少 LDAP 连接,但它不用于识别。DN 的变化会被监视到。内部用户名会被用于所有地方。清除映射将导致一片混乱。清除映射不是常用的设置,它会影响到所有的 LDAP 配置!千万不要在正式环境中清除映射,只有在测试或试验时才这样做。", -"Clear Username-LDAP User Mapping" => "清除用户-LDAP用户映射", -"Clear Groupname-LDAP Group Mapping" => "清除组用户-LDAP级映射" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/zh_HK.js b/apps/user_ldap/l10n/zh_HK.js new file mode 100644 index 0000000000..27ecbc63e5 --- /dev/null +++ b/apps/user_ldap/l10n/zh_HK.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "user_ldap", + { + "Success" : "成功", + "Error" : "錯誤", + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Save" : "儲存", + "Help" : "幫助", + "Port" : "連接埠", + "Password" : "密碼", + "Advanced" : "進階" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/zh_HK.json b/apps/user_ldap/l10n/zh_HK.json new file mode 100644 index 0000000000..d75229ec90 --- /dev/null +++ b/apps/user_ldap/l10n/zh_HK.json @@ -0,0 +1,12 @@ +{ "translations": { + "Success" : "成功", + "Error" : "錯誤", + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""], + "Save" : "儲存", + "Help" : "幫助", + "Port" : "連接埠", + "Password" : "密碼", + "Advanced" : "進階" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/zh_HK.php b/apps/user_ldap/l10n/zh_HK.php deleted file mode 100644 index 95ee4c5c08..0000000000 --- a/apps/user_ldap/l10n/zh_HK.php +++ /dev/null @@ -1,13 +0,0 @@ - "成功", -"Error" => "錯誤", -"_%s group found_::_%s groups found_" => array(""), -"_%s user found_::_%s users found_" => array(""), -"Save" => "儲存", -"Help" => "幫助", -"Port" => "連接埠", -"Password" => "密碼", -"Advanced" => "進階" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/zh_TW.js b/apps/user_ldap/l10n/zh_TW.js new file mode 100644 index 0000000000..ea05e4418c --- /dev/null +++ b/apps/user_ldap/l10n/zh_TW.js @@ -0,0 +1,70 @@ +OC.L10N.register( + "user_ldap", + { + "Failed to clear the 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." : "設定有效但連線無法建立,請檢查伺服器設定與認證資料。", + "Deletion failed" : "移除失敗", + "Take over settings from recent server configuration?" : "要使用最近一次的伺服器設定嗎?", + "Keep settings?" : "維持設定嗎?", + "Cannot add server configuration" : "無法新增伺服器設定", + "mappings cleared" : "映射已清除", + "Success" : "成功", + "Error" : "錯誤", + "Select groups" : "選擇群組", + "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 user found_::_%s users found_" : [""], + "Group Filter" : "Group Filter", + "Save" : "儲存", + "Test Configuration" : "測試此設定", + "Help" : "說明", + "Add Server Configuration" : "新增伺服器設定", + "Host" : "主機", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "若您不需要 SSL 加密連線則不需輸入通訊協定,反之請輸入 ldaps://", + "Port" : "連接埠", + "User DN" : "User 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與特定字詞的連結需要完善,例如:uid=agent,dc=example,dc=com。若是匿名連接,則將DN與密碼欄位留白。", + "Password" : "密碼", + "For anonymous access, leave DN and Password empty." : "匿名連接時請將 DN 與密碼欄位留白", + "One Base DN per line" : "一行一個 Base DN", + "You can specify Base DN for users and groups in the Advanced tab" : "您可以在進階標籤頁裡面指定使用者及群組的 Base DN", + "Back" : "返回", + "Continue" : "繼續", + "Advanced" : "進階", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告:沒有安裝 PHP LDAP 模組,後端系統將無法運作,請要求您的系統管理員安裝模組。", + "Connection Settings" : "連線設定", + "Configuration Active" : "設定使用中", + "When unchecked, this configuration will be skipped." : "沒有被勾選時,此設定會被略過。", + "Backup (Replica) Host" : "備用主機", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "可以選擇性設定備用主機,必須是 LDAP/AD 中央伺服器的複本。", + "Backup (Replica) Port" : "備用(複本)連接埠", + "Disable Main Server" : "停用主伺服器", + "Turn off SSL certificate validation." : "關閉 SSL 憑證檢查", + "Cache Time-To-Live" : "快取的存活時間", + "in seconds. A change empties the cache." : "以秒為單位。變更後會清空快取。", + "Directory Settings" : "目錄設定", + "User Display Name Field" : "使用者顯示名稱欄位", + "Base User Tree" : "Base User Tree", + "One User Base DN per line" : "一行一個使用者 Base DN", + "User Search Attributes" : "User Search Attributes", + "Optional; one attribute per line" : "非必要,一行一項屬性", + "Group Display Name Field" : "群組顯示名稱欄位", + "Base Group Tree" : "Base Group Tree", + "One Group Base DN per line" : "一行一個 Group Base DN", + "Group Search Attributes" : "Group Search Attributes", + "Group-Member association" : "Group-Member association", + "Special Attributes" : "特殊屬性", + "Quota Field" : "配額欄位", + "Quota Default" : "預設配額", + "in bytes" : "以位元組為單位", + "Email Field" : "電郵欄位", + "User Home Folder Naming Rule" : "使用者家目錄的命名規則", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "使用者名稱請留白(預設)。若不留白請指定一個LDAP/AD屬性。", + "Internal Username" : "內部使用者名稱" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/zh_TW.json b/apps/user_ldap/l10n/zh_TW.json new file mode 100644 index 0000000000..5f8faaa008 --- /dev/null +++ b/apps/user_ldap/l10n/zh_TW.json @@ -0,0 +1,68 @@ +{ "translations": { + "Failed to clear the 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." : "設定有效但連線無法建立,請檢查伺服器設定與認證資料。", + "Deletion failed" : "移除失敗", + "Take over settings from recent server configuration?" : "要使用最近一次的伺服器設定嗎?", + "Keep settings?" : "維持設定嗎?", + "Cannot add server configuration" : "無法新增伺服器設定", + "mappings cleared" : "映射已清除", + "Success" : "成功", + "Error" : "錯誤", + "Select groups" : "選擇群組", + "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 user found_::_%s users found_" : [""], + "Group Filter" : "Group Filter", + "Save" : "儲存", + "Test Configuration" : "測試此設定", + "Help" : "說明", + "Add Server Configuration" : "新增伺服器設定", + "Host" : "主機", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "若您不需要 SSL 加密連線則不需輸入通訊協定,反之請輸入 ldaps://", + "Port" : "連接埠", + "User DN" : "User 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與特定字詞的連結需要完善,例如:uid=agent,dc=example,dc=com。若是匿名連接,則將DN與密碼欄位留白。", + "Password" : "密碼", + "For anonymous access, leave DN and Password empty." : "匿名連接時請將 DN 與密碼欄位留白", + "One Base DN per line" : "一行一個 Base DN", + "You can specify Base DN for users and groups in the Advanced tab" : "您可以在進階標籤頁裡面指定使用者及群組的 Base DN", + "Back" : "返回", + "Continue" : "繼續", + "Advanced" : "進階", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "警告:沒有安裝 PHP LDAP 模組,後端系統將無法運作,請要求您的系統管理員安裝模組。", + "Connection Settings" : "連線設定", + "Configuration Active" : "設定使用中", + "When unchecked, this configuration will be skipped." : "沒有被勾選時,此設定會被略過。", + "Backup (Replica) Host" : "備用主機", + "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "可以選擇性設定備用主機,必須是 LDAP/AD 中央伺服器的複本。", + "Backup (Replica) Port" : "備用(複本)連接埠", + "Disable Main Server" : "停用主伺服器", + "Turn off SSL certificate validation." : "關閉 SSL 憑證檢查", + "Cache Time-To-Live" : "快取的存活時間", + "in seconds. A change empties the cache." : "以秒為單位。變更後會清空快取。", + "Directory Settings" : "目錄設定", + "User Display Name Field" : "使用者顯示名稱欄位", + "Base User Tree" : "Base User Tree", + "One User Base DN per line" : "一行一個使用者 Base DN", + "User Search Attributes" : "User Search Attributes", + "Optional; one attribute per line" : "非必要,一行一項屬性", + "Group Display Name Field" : "群組顯示名稱欄位", + "Base Group Tree" : "Base Group Tree", + "One Group Base DN per line" : "一行一個 Group Base DN", + "Group Search Attributes" : "Group Search Attributes", + "Group-Member association" : "Group-Member association", + "Special Attributes" : "特殊屬性", + "Quota Field" : "配額欄位", + "Quota Default" : "預設配額", + "in bytes" : "以位元組為單位", + "Email Field" : "電郵欄位", + "User Home Folder Naming Rule" : "使用者家目錄的命名規則", + "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "使用者名稱請留白(預設)。若不留白請指定一個LDAP/AD屬性。", + "Internal Username" : "內部使用者名稱" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/zh_TW.php b/apps/user_ldap/l10n/zh_TW.php deleted file mode 100644 index 345546da72..0000000000 --- a/apps/user_ldap/l10n/zh_TW.php +++ /dev/null @@ -1,69 +0,0 @@ - "清除映射失敗", -"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." => "設定有效但連線無法建立,請檢查伺服器設定與認證資料。", -"Deletion failed" => "移除失敗", -"Take over settings from recent server configuration?" => "要使用最近一次的伺服器設定嗎?", -"Keep settings?" => "維持設定嗎?", -"Cannot add server configuration" => "無法新增伺服器設定", -"mappings cleared" => "映射已清除", -"Success" => "成功", -"Error" => "錯誤", -"Select groups" => "選擇群組", -"Connection test succeeded" => "連線測試成功", -"Connection test failed" => "連線測試失敗", -"Do you really want to delete the current Server Configuration?" => "您真的要刪除現在的伺服器設定嗎?", -"Confirm Deletion" => "確認刪除", -"_%s group found_::_%s groups found_" => array(""), -"_%s user found_::_%s users found_" => array(""), -"Group Filter" => "Group Filter", -"Save" => "儲存", -"Test Configuration" => "測試此設定", -"Help" => "說明", -"Add Server Configuration" => "新增伺服器設定", -"Host" => "主機", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "若您不需要 SSL 加密連線則不需輸入通訊協定,反之請輸入 ldaps://", -"Port" => "連接埠", -"User DN" => "User 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與特定字詞的連結需要完善,例如:uid=agent,dc=example,dc=com。若是匿名連接,則將DN與密碼欄位留白。", -"Password" => "密碼", -"For anonymous access, leave DN and Password empty." => "匿名連接時請將 DN 與密碼欄位留白", -"One Base DN per line" => "一行一個 Base DN", -"You can specify Base DN for users and groups in the Advanced tab" => "您可以在進階標籤頁裡面指定使用者及群組的 Base DN", -"Back" => "返回", -"Continue" => "繼續", -"Advanced" => "進階", -"Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "警告:沒有安裝 PHP LDAP 模組,後端系統將無法運作,請要求您的系統管理員安裝模組。", -"Connection Settings" => "連線設定", -"Configuration Active" => "設定使用中", -"When unchecked, this configuration will be skipped." => "沒有被勾選時,此設定會被略過。", -"Backup (Replica) Host" => "備用主機", -"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "可以選擇性設定備用主機,必須是 LDAP/AD 中央伺服器的複本。", -"Backup (Replica) Port" => "備用(複本)連接埠", -"Disable Main Server" => "停用主伺服器", -"Turn off SSL certificate validation." => "關閉 SSL 憑證檢查", -"Cache Time-To-Live" => "快取的存活時間", -"in seconds. A change empties the cache." => "以秒為單位。變更後會清空快取。", -"Directory Settings" => "目錄設定", -"User Display Name Field" => "使用者顯示名稱欄位", -"Base User Tree" => "Base User Tree", -"One User Base DN per line" => "一行一個使用者 Base DN", -"User Search Attributes" => "User Search Attributes", -"Optional; one attribute per line" => "非必要,一行一項屬性", -"Group Display Name Field" => "群組顯示名稱欄位", -"Base Group Tree" => "Base Group Tree", -"One Group Base DN per line" => "一行一個 Group Base DN", -"Group Search Attributes" => "Group Search Attributes", -"Group-Member association" => "Group-Member association", -"Special Attributes" => "特殊屬性", -"Quota Field" => "配額欄位", -"Quota Default" => "預設配額", -"in bytes" => "以位元組為單位", -"Email Field" => "電郵欄位", -"User Home Folder Naming Rule" => "使用者家目錄的命名規則", -"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "使用者名稱請留白(預設)。若不留白請指定一個LDAP/AD屬性。", -"Internal Username" => "內部使用者名稱" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/ar.js b/apps/user_webdavauth/l10n/ar.js new file mode 100644 index 0000000000..4b78f99ec6 --- /dev/null +++ b/apps/user_webdavauth/l10n/ar.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "تأكد شخصية ال WebDAV", + "Address:" : "العنوان:", + "Save" : "حفظ", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "سيتم إرسال معلومات المستخدم إلى هذا العنوان. يقوم هذا البرنامج بالتحقق من البيانات ويقوم بإعتبار رودود حالة HTTP برقم 401 و403 كمعلومات غير صحيحة, أما غيرها فسيعتبر صحيح." +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/user_webdavauth/l10n/ar.json b/apps/user_webdavauth/l10n/ar.json new file mode 100644 index 0000000000..d424faf0ab --- /dev/null +++ b/apps/user_webdavauth/l10n/ar.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "تأكد شخصية ال WebDAV", + "Address:" : "العنوان:", + "Save" : "حفظ", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "سيتم إرسال معلومات المستخدم إلى هذا العنوان. يقوم هذا البرنامج بالتحقق من البيانات ويقوم بإعتبار رودود حالة HTTP برقم 401 و403 كمعلومات غير صحيحة, أما غيرها فسيعتبر صحيح." +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ar.php b/apps/user_webdavauth/l10n/ar.php deleted file mode 100644 index b9717a4c03..0000000000 --- a/apps/user_webdavauth/l10n/ar.php +++ /dev/null @@ -1,8 +0,0 @@ - "تأكد شخصية ال WebDAV", -"Address:" => "العنوان:", -"Save" => "حفظ", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "سيتم إرسال معلومات المستخدم إلى هذا العنوان. يقوم هذا البرنامج بالتحقق من البيانات ويقوم بإعتبار رودود حالة HTTP برقم 401 و403 كمعلومات غير صحيحة, أما غيرها فسيعتبر صحيح." -); -$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"; diff --git a/apps/user_webdavauth/l10n/ast.js b/apps/user_webdavauth/l10n/ast.js new file mode 100644 index 0000000000..87a890666c --- /dev/null +++ b/apps/user_webdavauth/l10n/ast.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Autenticación per aciu de WevDAV", + "Address:" : "Direición:", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les credenciales d'usuariu van unviase a esta direición. Esti complementu verifica la rempuesta y va interpretar los códigos de rempuesta HTTP 401 y 403 como credenciales inválides y toles otres rempuestes como credenciales válides." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/ast.json b/apps/user_webdavauth/l10n/ast.json new file mode 100644 index 0000000000..52172d5afb --- /dev/null +++ b/apps/user_webdavauth/l10n/ast.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Autenticación per aciu de WevDAV", + "Address:" : "Direición:", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les credenciales d'usuariu van unviase a esta direición. Esti complementu verifica la rempuesta y va interpretar los códigos de rempuesta HTTP 401 y 403 como credenciales inválides y toles otres rempuestes como credenciales válides." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ast.php b/apps/user_webdavauth/l10n/ast.php deleted file mode 100644 index fbc8eb7ad2..0000000000 --- a/apps/user_webdavauth/l10n/ast.php +++ /dev/null @@ -1,8 +0,0 @@ - "Autenticación per aciu de WevDAV", -"Address:" => "Direición:", -"Save" => "Guardar", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Les credenciales d'usuariu van unviase a esta direición. Esti complementu verifica la rempuesta y va interpretar los códigos de rempuesta HTTP 401 y 403 como credenciales inválides y toles otres rempuestes como credenciales válides." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/az.js b/apps/user_webdavauth/l10n/az.js new file mode 100644 index 0000000000..e39b9a160e --- /dev/null +++ b/apps/user_webdavauth/l10n/az.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV qeydiyyatı", + "Address:" : "Ünvan: ", + "Save" : "Saxla", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "İstifadəçi verilənləri bu ünvana göndəriləcək. Bu əlavə imkan cavabı yoxlayır və HTTP status code-lari 401,403-ü yalnış verilənlər kimi interpretasiya edir. Bütün digər cavablar isə dügün verilənlərdir." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/az.json b/apps/user_webdavauth/l10n/az.json new file mode 100644 index 0000000000..cd63759e75 --- /dev/null +++ b/apps/user_webdavauth/l10n/az.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV qeydiyyatı", + "Address:" : "Ünvan: ", + "Save" : "Saxla", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "İstifadəçi verilənləri bu ünvana göndəriləcək. Bu əlavə imkan cavabı yoxlayır və HTTP status code-lari 401,403-ü yalnış verilənlər kimi interpretasiya edir. Bütün digər cavablar isə dügün verilənlərdir." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/az.php b/apps/user_webdavauth/l10n/az.php deleted file mode 100644 index 4d6530245e..0000000000 --- a/apps/user_webdavauth/l10n/az.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV qeydiyyatı", -"Address:" => "Ünvan: ", -"Save" => "Saxla", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "İstifadəçi verilənləri bu ünvana göndəriləcək. Bu əlavə imkan cavabı yoxlayır və HTTP status code-lari 401,403-ü yalnış verilənlər kimi interpretasiya edir. Bütün digər cavablar isə dügün verilənlərdir." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/bg_BG.js b/apps/user_webdavauth/l10n/bg_BG.js new file mode 100644 index 0000000000..7a1272be90 --- /dev/null +++ b/apps/user_webdavauth/l10n/bg_BG.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV Идентификация", + "Address:" : "Адрес:", + "Save" : "Запиши", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Потребителското име и парола ще да бъдат изптатени до този адрес. Добавката ще провери отговора и ще интрепретира HTTP кодове 401 и 403 като невалидни, а всички останали като потвърдена идентификация." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/bg_BG.json b/apps/user_webdavauth/l10n/bg_BG.json new file mode 100644 index 0000000000..4ab9458e8e --- /dev/null +++ b/apps/user_webdavauth/l10n/bg_BG.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV Идентификация", + "Address:" : "Адрес:", + "Save" : "Запиши", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Потребителското име и парола ще да бъдат изптатени до този адрес. Добавката ще провери отговора и ще интрепретира HTTP кодове 401 и 403 като невалидни, а всички останали като потвърдена идентификация." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/bg_BG.php b/apps/user_webdavauth/l10n/bg_BG.php deleted file mode 100644 index 8b47194fc2..0000000000 --- a/apps/user_webdavauth/l10n/bg_BG.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV Идентификация", -"Address:" => "Адрес:", -"Save" => "Запиши", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Потребителското име и парола ще да бъдат изптатени до този адрес. Добавката ще провери отговора и ще интрепретира HTTP кодове 401 и 403 като невалидни, а всички останали като потвърдена идентификация." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/bn_BD.js b/apps/user_webdavauth/l10n/bn_BD.js new file mode 100644 index 0000000000..9773db8bef --- /dev/null +++ b/apps/user_webdavauth/l10n/bn_BD.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV অনুমোদন", + "Address:" : "ঠিকানা", + "Save" : "সংরক্ষণ", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ব্যবহারকারীর তথ্যাদি এই ঠিকানায় পাঠানো হবে। এই প্লাগইন প্রত্যুত্তর পরীক্ষা করে দেখবে এবং HTTP statuscodes 401 and 403 কে অবৈধ তথ্যাদিরূপে অনুবাদ করে অন্য সকল প্রত্যুত্তরকে বৈধতা দেবে। " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/bn_BD.json b/apps/user_webdavauth/l10n/bn_BD.json new file mode 100644 index 0000000000..cda6cf08e3 --- /dev/null +++ b/apps/user_webdavauth/l10n/bn_BD.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV অনুমোদন", + "Address:" : "ঠিকানা", + "Save" : "সংরক্ষণ", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ব্যবহারকারীর তথ্যাদি এই ঠিকানায় পাঠানো হবে। এই প্লাগইন প্রত্যুত্তর পরীক্ষা করে দেখবে এবং HTTP statuscodes 401 and 403 কে অবৈধ তথ্যাদিরূপে অনুবাদ করে অন্য সকল প্রত্যুত্তরকে বৈধতা দেবে। " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/bn_BD.php b/apps/user_webdavauth/l10n/bn_BD.php deleted file mode 100644 index e182e26e9f..0000000000 --- a/apps/user_webdavauth/l10n/bn_BD.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV অনুমোদন", -"Address:" => "ঠিকানা", -"Save" => "সংরক্ষণ", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ব্যবহারকারীর তথ্যাদি এই ঠিকানায় পাঠানো হবে। এই প্লাগইন প্রত্যুত্তর পরীক্ষা করে দেখবে এবং HTTP statuscodes 401 and 403 কে অবৈধ তথ্যাদিরূপে অনুবাদ করে অন্য সকল প্রত্যুত্তরকে বৈধতা দেবে। " -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/bn_IN.js b/apps/user_webdavauth/l10n/bn_IN.js new file mode 100644 index 0000000000..6790de2452 --- /dev/null +++ b/apps/user_webdavauth/l10n/bn_IN.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV প্রমাণীকরণ", + "Address:" : "ঠিকানা", + "Save" : "সেভ", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ব্যবহারকারীর শংসাপত্র এই ঠিকানায় পাঠানো হবে।এই প্লাগিন প্রতিক্রিয়া পরীক্ষা করে এবং HTTP-statuscodes 401 এবং 403 কে অবৈধ প্রমাণপত্রাদি হিসাবে ব্যাখা করে,এবং সমস্ত অন্যান্য প্রত্যুত্তর বৈধ প্রমাণপত্রাদি হিসেবে ব্যাখ্যা করে।" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/bn_IN.json b/apps/user_webdavauth/l10n/bn_IN.json new file mode 100644 index 0000000000..3542f14a7b --- /dev/null +++ b/apps/user_webdavauth/l10n/bn_IN.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV প্রমাণীকরণ", + "Address:" : "ঠিকানা", + "Save" : "সেভ", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ব্যবহারকারীর শংসাপত্র এই ঠিকানায় পাঠানো হবে।এই প্লাগিন প্রতিক্রিয়া পরীক্ষা করে এবং HTTP-statuscodes 401 এবং 403 কে অবৈধ প্রমাণপত্রাদি হিসাবে ব্যাখা করে,এবং সমস্ত অন্যান্য প্রত্যুত্তর বৈধ প্রমাণপত্রাদি হিসেবে ব্যাখ্যা করে।" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/bn_IN.php b/apps/user_webdavauth/l10n/bn_IN.php deleted file mode 100644 index 965b0aaa6e..0000000000 --- a/apps/user_webdavauth/l10n/bn_IN.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV প্রমাণীকরণ", -"Address:" => "ঠিকানা", -"Save" => "সেভ", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ব্যবহারকারীর শংসাপত্র এই ঠিকানায় পাঠানো হবে।এই প্লাগিন প্রতিক্রিয়া পরীক্ষা করে এবং HTTP-statuscodes 401 এবং 403 কে অবৈধ প্রমাণপত্রাদি হিসাবে ব্যাখা করে,এবং সমস্ত অন্যান্য প্রত্যুত্তর বৈধ প্রমাণপত্রাদি হিসেবে ব্যাখ্যা করে।" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/bs.js b/apps/user_webdavauth/l10n/bs.js new file mode 100644 index 0000000000..becf43aa7f --- /dev/null +++ b/apps/user_webdavauth/l10n/bs.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Spasi" +}, +"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/apps/user_webdavauth/l10n/bs.json b/apps/user_webdavauth/l10n/bs.json new file mode 100644 index 0000000000..18aa0254d1 --- /dev/null +++ b/apps/user_webdavauth/l10n/bs.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Spasi" +},"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/apps/user_webdavauth/l10n/bs.php b/apps/user_webdavauth/l10n/bs.php deleted file mode 100644 index 2624f90daa..0000000000 --- a/apps/user_webdavauth/l10n/bs.php +++ /dev/null @@ -1,5 +0,0 @@ - "Spasi" -); -$PLURAL_FORMS = "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/apps/user_webdavauth/l10n/ca.js b/apps/user_webdavauth/l10n/ca.js new file mode 100644 index 0000000000..baaa239098 --- /dev/null +++ b/apps/user_webdavauth/l10n/ca.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Autenticació WebDAV", + "Address:" : "Adreça:", + "Save" : "Desa", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les credencials d'usuari s'enviaran a aquesta adreça. Aquest connector comprova la resposta i interpreta els codis d'estat 401 i 403 com a credencials no vàlides, i qualsevol altra resposta com a credencials vàlides." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/ca.json b/apps/user_webdavauth/l10n/ca.json new file mode 100644 index 0000000000..715c286af4 --- /dev/null +++ b/apps/user_webdavauth/l10n/ca.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Autenticació WebDAV", + "Address:" : "Adreça:", + "Save" : "Desa", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les credencials d'usuari s'enviaran a aquesta adreça. Aquest connector comprova la resposta i interpreta els codis d'estat 401 i 403 com a credencials no vàlides, i qualsevol altra resposta com a credencials vàlides." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ca.php b/apps/user_webdavauth/l10n/ca.php deleted file mode 100644 index 968b3f2b6b..0000000000 --- a/apps/user_webdavauth/l10n/ca.php +++ /dev/null @@ -1,8 +0,0 @@ - "Autenticació WebDAV", -"Address:" => "Adreça:", -"Save" => "Desa", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Les credencials d'usuari s'enviaran a aquesta adreça. Aquest connector comprova la resposta i interpreta els codis d'estat 401 i 403 com a credencials no vàlides, i qualsevol altra resposta com a credencials vàlides." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/cs_CZ.js b/apps/user_webdavauth/l10n/cs_CZ.js new file mode 100644 index 0000000000..0fbf38d53e --- /dev/null +++ b/apps/user_webdavauth/l10n/cs_CZ.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Ověření WebDAV", + "Address:" : "Adresa:", + "Save" : "Uložit", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Uživatelské přihlašovací údaje budou odeslány na tuto adresu. Tento plugin zkontroluje odpověď serveru a interpretuje návratový kód HTTP 401 a 403 jako neplatné přihlašovací údaje a jakýkoli jiný jako platné přihlašovací údaje." +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/user_webdavauth/l10n/cs_CZ.json b/apps/user_webdavauth/l10n/cs_CZ.json new file mode 100644 index 0000000000..0ee73e9a9d --- /dev/null +++ b/apps/user_webdavauth/l10n/cs_CZ.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Ověření WebDAV", + "Address:" : "Adresa:", + "Save" : "Uložit", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Uživatelské přihlašovací údaje budou odeslány na tuto adresu. Tento plugin zkontroluje odpověď serveru a interpretuje návratový kód HTTP 401 a 403 jako neplatné přihlašovací údaje a jakýkoli jiný jako platné přihlašovací údaje." +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/cs_CZ.php b/apps/user_webdavauth/l10n/cs_CZ.php deleted file mode 100644 index 760349def7..0000000000 --- a/apps/user_webdavauth/l10n/cs_CZ.php +++ /dev/null @@ -1,8 +0,0 @@ - "Ověření WebDAV", -"Address:" => "Adresa:", -"Save" => "Uložit", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Uživatelské přihlašovací údaje budou odeslány na tuto adresu. Tento plugin zkontroluje odpověď serveru a interpretuje návratový kód HTTP 401 a 403 jako neplatné přihlašovací údaje a jakýkoli jiný jako platné přihlašovací údaje." -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/user_webdavauth/l10n/cy_GB.js b/apps/user_webdavauth/l10n/cy_GB.js new file mode 100644 index 0000000000..739908abf4 --- /dev/null +++ b/apps/user_webdavauth/l10n/cy_GB.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Cadw" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/user_webdavauth/l10n/cy_GB.json b/apps/user_webdavauth/l10n/cy_GB.json new file mode 100644 index 0000000000..e0ec790857 --- /dev/null +++ b/apps/user_webdavauth/l10n/cy_GB.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Cadw" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/cy_GB.php b/apps/user_webdavauth/l10n/cy_GB.php deleted file mode 100644 index 765f844a90..0000000000 --- a/apps/user_webdavauth/l10n/cy_GB.php +++ /dev/null @@ -1,5 +0,0 @@ - "Cadw" -); -$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/apps/user_webdavauth/l10n/da.js b/apps/user_webdavauth/l10n/da.js new file mode 100644 index 0000000000..9fc6a4e161 --- /dev/null +++ b/apps/user_webdavauth/l10n/da.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV-godkendelse", + "Address:" : "Adresse:", + "Save" : "Gem", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Bruger oplysningerne vil blive sendt til denne adresse. Plugin'et registrerer responsen og fortolker HTTP-statuskode 401 og 403 som ugyldige oplysninger, men alle andre besvarelser som gyldige oplysninger." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/da.json b/apps/user_webdavauth/l10n/da.json new file mode 100644 index 0000000000..9e967eb315 --- /dev/null +++ b/apps/user_webdavauth/l10n/da.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV-godkendelse", + "Address:" : "Adresse:", + "Save" : "Gem", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Bruger oplysningerne vil blive sendt til denne adresse. Plugin'et registrerer responsen og fortolker HTTP-statuskode 401 og 403 som ugyldige oplysninger, men alle andre besvarelser som gyldige oplysninger." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/da.php b/apps/user_webdavauth/l10n/da.php deleted file mode 100644 index da23d6ddd6..0000000000 --- a/apps/user_webdavauth/l10n/da.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV-godkendelse", -"Address:" => "Adresse:", -"Save" => "Gem", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Bruger oplysningerne vil blive sendt til denne adresse. Plugin'et registrerer responsen og fortolker HTTP-statuskode 401 og 403 som ugyldige oplysninger, men alle andre besvarelser som gyldige oplysninger." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/de.js b/apps/user_webdavauth/l10n/de.js new file mode 100644 index 0000000000..aead50e2b7 --- /dev/null +++ b/apps/user_webdavauth/l10n/de.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV Authentifikation", + "Address:" : "Adresse:", + "Save" : "Speichern", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/de.json b/apps/user_webdavauth/l10n/de.json new file mode 100644 index 0000000000..6a9a9520dc --- /dev/null +++ b/apps/user_webdavauth/l10n/de.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV Authentifikation", + "Address:" : "Adresse:", + "Save" : "Speichern", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/de.php b/apps/user_webdavauth/l10n/de.php deleted file mode 100644 index 86b2da8d9e..0000000000 --- a/apps/user_webdavauth/l10n/de.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV Authentifikation", -"Address:" => "Adresse:", -"Save" => "Speichern", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/de_AT.js b/apps/user_webdavauth/l10n/de_AT.js new file mode 100644 index 0000000000..61b244f4ae --- /dev/null +++ b/apps/user_webdavauth/l10n/de_AT.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Speichern" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/de_AT.json b/apps/user_webdavauth/l10n/de_AT.json new file mode 100644 index 0000000000..a61814a097 --- /dev/null +++ b/apps/user_webdavauth/l10n/de_AT.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Speichern" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/de_AT.php b/apps/user_webdavauth/l10n/de_AT.php deleted file mode 100644 index 60e8abdbf2..0000000000 --- a/apps/user_webdavauth/l10n/de_AT.php +++ /dev/null @@ -1,5 +0,0 @@ - "Speichern" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/de_CH.js b/apps/user_webdavauth/l10n/de_CH.js new file mode 100644 index 0000000000..84bcb9d4ef --- /dev/null +++ b/apps/user_webdavauth/l10n/de_CH.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV-Authentifizierung", + "Save" : "Speichern", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/de_CH.json b/apps/user_webdavauth/l10n/de_CH.json new file mode 100644 index 0000000000..1c47d57a34 --- /dev/null +++ b/apps/user_webdavauth/l10n/de_CH.json @@ -0,0 +1,6 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV-Authentifizierung", + "Save" : "Speichern", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/de_CH.php b/apps/user_webdavauth/l10n/de_CH.php deleted file mode 100644 index 1683c56e4d..0000000000 --- a/apps/user_webdavauth/l10n/de_CH.php +++ /dev/null @@ -1,7 +0,0 @@ - "WebDAV-Authentifizierung", -"Save" => "Speichern", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/de_DE.js b/apps/user_webdavauth/l10n/de_DE.js new file mode 100644 index 0000000000..6e667dca0b --- /dev/null +++ b/apps/user_webdavauth/l10n/de_DE.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV-Authentifizierung", + "Address:" : "Adresse:", + "Save" : "Speichern", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/de_DE.json b/apps/user_webdavauth/l10n/de_DE.json new file mode 100644 index 0000000000..f347f7724e --- /dev/null +++ b/apps/user_webdavauth/l10n/de_DE.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV-Authentifizierung", + "Address:" : "Adresse:", + "Save" : "Speichern", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/de_DE.php b/apps/user_webdavauth/l10n/de_DE.php deleted file mode 100644 index 5888529624..0000000000 --- a/apps/user_webdavauth/l10n/de_DE.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV-Authentifizierung", -"Address:" => "Adresse:", -"Save" => "Speichern", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/el.js b/apps/user_webdavauth/l10n/el.js new file mode 100644 index 0000000000..81a2cea52f --- /dev/null +++ b/apps/user_webdavauth/l10n/el.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Πιστοποίηση μέσω WebDAV ", + "Address:" : "Διεύθυνση:", + "Save" : "Αποθήκευση", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Τα διαπιστευτήρια του χρήστη θα σταλούν σε αυτή την διεύθυνση. Αυτό το πρόσθετο ελέγχει την απόκριση και θα ερμηνεύσει τους κωδικούς κατάστασης HTTP 401 και 402 ως μη έγκυρα διαπιστευτήρια και όλες τις άλλες αποκρίσεις ως έγκυρα διαπιστευτήρια." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/el.json b/apps/user_webdavauth/l10n/el.json new file mode 100644 index 0000000000..2335801c72 --- /dev/null +++ b/apps/user_webdavauth/l10n/el.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Πιστοποίηση μέσω WebDAV ", + "Address:" : "Διεύθυνση:", + "Save" : "Αποθήκευση", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Τα διαπιστευτήρια του χρήστη θα σταλούν σε αυτή την διεύθυνση. Αυτό το πρόσθετο ελέγχει την απόκριση και θα ερμηνεύσει τους κωδικούς κατάστασης HTTP 401 και 402 ως μη έγκυρα διαπιστευτήρια και όλες τις άλλες αποκρίσεις ως έγκυρα διαπιστευτήρια." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/el.php b/apps/user_webdavauth/l10n/el.php deleted file mode 100644 index ad610ae7d6..0000000000 --- a/apps/user_webdavauth/l10n/el.php +++ /dev/null @@ -1,8 +0,0 @@ - "Πιστοποίηση μέσω WebDAV ", -"Address:" => "Διεύθυνση:", -"Save" => "Αποθήκευση", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Τα διαπιστευτήρια του χρήστη θα σταλούν σε αυτή την διεύθυνση. Αυτό το πρόσθετο ελέγχει την απόκριση και θα ερμηνεύσει τους κωδικούς κατάστασης HTTP 401 και 402 ως μη έγκυρα διαπιστευτήρια και όλες τις άλλες αποκρίσεις ως έγκυρα διαπιστευτήρια." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/en_GB.js b/apps/user_webdavauth/l10n/en_GB.js new file mode 100644 index 0000000000..5eaa8449d4 --- /dev/null +++ b/apps/user_webdavauth/l10n/en_GB.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV Authentication", + "Address:" : "Address:", + "Save" : "Save", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/en_GB.json b/apps/user_webdavauth/l10n/en_GB.json new file mode 100644 index 0000000000..12957ea2b0 --- /dev/null +++ b/apps/user_webdavauth/l10n/en_GB.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV Authentication", + "Address:" : "Address:", + "Save" : "Save", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/en_GB.php b/apps/user_webdavauth/l10n/en_GB.php deleted file mode 100644 index a751b1fa25..0000000000 --- a/apps/user_webdavauth/l10n/en_GB.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV Authentication", -"Address:" => "Address:", -"Save" => "Save", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/eo.js b/apps/user_webdavauth/l10n/eo.js new file mode 100644 index 0000000000..657042a08f --- /dev/null +++ b/apps/user_webdavauth/l10n/eo.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV-aŭtentigo", + "Save" : "Konservi" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/eo.json b/apps/user_webdavauth/l10n/eo.json new file mode 100644 index 0000000000..17bb693582 --- /dev/null +++ b/apps/user_webdavauth/l10n/eo.json @@ -0,0 +1,5 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV-aŭtentigo", + "Save" : "Konservi" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/eo.php b/apps/user_webdavauth/l10n/eo.php deleted file mode 100644 index b5d824fdc9..0000000000 --- a/apps/user_webdavauth/l10n/eo.php +++ /dev/null @@ -1,6 +0,0 @@ - "WebDAV-aŭtentigo", -"Save" => "Konservi" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/es.js b/apps/user_webdavauth/l10n/es.js new file mode 100644 index 0000000000..107e7332e4 --- /dev/null +++ b/apps/user_webdavauth/l10n/es.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Autenticación mediante WevDAV", + "Address:" : "Dirección:", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales de usuario se enviarán a esta dirección. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/es.json b/apps/user_webdavauth/l10n/es.json new file mode 100644 index 0000000000..57d2c4f702 --- /dev/null +++ b/apps/user_webdavauth/l10n/es.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Autenticación mediante WevDAV", + "Address:" : "Dirección:", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales de usuario se enviarán a esta dirección. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/es.php b/apps/user_webdavauth/l10n/es.php deleted file mode 100644 index 3e11ba378e..0000000000 --- a/apps/user_webdavauth/l10n/es.php +++ /dev/null @@ -1,8 +0,0 @@ - "Autenticación mediante WevDAV", -"Address:" => "Dirección:", -"Save" => "Guardar", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Las credenciales de usuario se enviarán a esta dirección. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/es_AR.js b/apps/user_webdavauth/l10n/es_AR.js new file mode 100644 index 0000000000..ab1e59432b --- /dev/null +++ b/apps/user_webdavauth/l10n/es_AR.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Autenticación de WebDAV", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales del usuario serán enviadas a esta dirección. Este plug-in verificará la respuesta e interpretará los códigos de estado HTTP 401 y 403 como credenciales inválidas y cualquier otra respuesta como válida." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/es_AR.json b/apps/user_webdavauth/l10n/es_AR.json new file mode 100644 index 0000000000..36947d9c1a --- /dev/null +++ b/apps/user_webdavauth/l10n/es_AR.json @@ -0,0 +1,6 @@ +{ "translations": { + "WebDAV Authentication" : "Autenticación de WebDAV", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales del usuario serán enviadas a esta dirección. Este plug-in verificará la respuesta e interpretará los códigos de estado HTTP 401 y 403 como credenciales inválidas y cualquier otra respuesta como válida." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/es_AR.php b/apps/user_webdavauth/l10n/es_AR.php deleted file mode 100644 index 38164f9fba..0000000000 --- a/apps/user_webdavauth/l10n/es_AR.php +++ /dev/null @@ -1,7 +0,0 @@ - "Autenticación de WebDAV", -"Save" => "Guardar", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Las credenciales del usuario serán enviadas a esta dirección. Este plug-in verificará la respuesta e interpretará los códigos de estado HTTP 401 y 403 como credenciales inválidas y cualquier otra respuesta como válida." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/es_MX.js b/apps/user_webdavauth/l10n/es_MX.js new file mode 100644 index 0000000000..57412d0c23 --- /dev/null +++ b/apps/user_webdavauth/l10n/es_MX.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Autenticación mediante WevDAV", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales de usuario se enviarán a esta dirección. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/es_MX.json b/apps/user_webdavauth/l10n/es_MX.json new file mode 100644 index 0000000000..26b45a9860 --- /dev/null +++ b/apps/user_webdavauth/l10n/es_MX.json @@ -0,0 +1,6 @@ +{ "translations": { + "WebDAV Authentication" : "Autenticación mediante WevDAV", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales de usuario se enviarán a esta dirección. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/es_MX.php b/apps/user_webdavauth/l10n/es_MX.php deleted file mode 100644 index 360724f898..0000000000 --- a/apps/user_webdavauth/l10n/es_MX.php +++ /dev/null @@ -1,7 +0,0 @@ - "Autenticación mediante WevDAV", -"Save" => "Guardar", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Las credenciales de usuario se enviarán a esta dirección. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/et_EE.js b/apps/user_webdavauth/l10n/et_EE.js new file mode 100644 index 0000000000..3644bb8cd8 --- /dev/null +++ b/apps/user_webdavauth/l10n/et_EE.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV autentimine", + "Address:" : "Aadress:", + "Save" : "Salvesta", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ownCloud saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab ning tõlgendab HTTP olekukoodid 401 ja 403 valedeks andmeteks ning kõik teised vastused korrektseteks andmeteks." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/et_EE.json b/apps/user_webdavauth/l10n/et_EE.json new file mode 100644 index 0000000000..5893006b4a --- /dev/null +++ b/apps/user_webdavauth/l10n/et_EE.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV autentimine", + "Address:" : "Aadress:", + "Save" : "Salvesta", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ownCloud saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab ning tõlgendab HTTP olekukoodid 401 ja 403 valedeks andmeteks ning kõik teised vastused korrektseteks andmeteks." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/et_EE.php b/apps/user_webdavauth/l10n/et_EE.php deleted file mode 100644 index 76b5cd4a86..0000000000 --- a/apps/user_webdavauth/l10n/et_EE.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV autentimine", -"Address:" => "Aadress:", -"Save" => "Salvesta", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab ning tõlgendab HTTP olekukoodid 401 ja 403 valedeks andmeteks ning kõik teised vastused korrektseteks andmeteks." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/eu.js b/apps/user_webdavauth/l10n/eu.js new file mode 100644 index 0000000000..abc45c1adf --- /dev/null +++ b/apps/user_webdavauth/l10n/eu.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV Autentikazioa", + "Address:" : "Helbidea:", + "Save" : "Gorde", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Erabiltzailearen kredentzialak helbide honetara bidaliko dira. Plugin honek erantzuna aztertu eta HTTP 401 eta 403 egoera-kodeak kredentzial ez-egokitzat hartuko ditu, eta beste edozein erantzun, aldiz, kredentzial egokitzat." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/eu.json b/apps/user_webdavauth/l10n/eu.json new file mode 100644 index 0000000000..83763ecaaf --- /dev/null +++ b/apps/user_webdavauth/l10n/eu.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV Autentikazioa", + "Address:" : "Helbidea:", + "Save" : "Gorde", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Erabiltzailearen kredentzialak helbide honetara bidaliko dira. Plugin honek erantzuna aztertu eta HTTP 401 eta 403 egoera-kodeak kredentzial ez-egokitzat hartuko ditu, eta beste edozein erantzun, aldiz, kredentzial egokitzat." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/eu.php b/apps/user_webdavauth/l10n/eu.php deleted file mode 100644 index dcf9e0d3ef..0000000000 --- a/apps/user_webdavauth/l10n/eu.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV Autentikazioa", -"Address:" => "Helbidea:", -"Save" => "Gorde", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Erabiltzailearen kredentzialak helbide honetara bidaliko dira. Plugin honek erantzuna aztertu eta HTTP 401 eta 403 egoera-kodeak kredentzial ez-egokitzat hartuko ditu, eta beste edozein erantzun, aldiz, kredentzial egokitzat." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/eu_ES.js b/apps/user_webdavauth/l10n/eu_ES.js new file mode 100644 index 0000000000..68ab406f83 --- /dev/null +++ b/apps/user_webdavauth/l10n/eu_ES.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Gorde" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/eu_ES.json b/apps/user_webdavauth/l10n/eu_ES.json new file mode 100644 index 0000000000..7a78f4bece --- /dev/null +++ b/apps/user_webdavauth/l10n/eu_ES.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Gorde" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/eu_ES.php b/apps/user_webdavauth/l10n/eu_ES.php deleted file mode 100644 index a1d57a93b5..0000000000 --- a/apps/user_webdavauth/l10n/eu_ES.php +++ /dev/null @@ -1,5 +0,0 @@ - "Gorde" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/fa.js b/apps/user_webdavauth/l10n/fa.js new file mode 100644 index 0000000000..13f994c552 --- /dev/null +++ b/apps/user_webdavauth/l10n/fa.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "اعتبار سنجی WebDAV ", + "Address:" : "آدرس:", + "Save" : "ذخیره", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "جزئیات کاربر به این آدرس ارسال خواهد شد. این پلاگین پاسخ را بررسی خواهد کرد و کدهای حالت HTTP شماره 401 و 403 را به عنوان اعتبارات غیر معتبر ترجمه می کند، و باقی موارد را به عنوان موارد معتبر تشخیص می دهد." +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/fa.json b/apps/user_webdavauth/l10n/fa.json new file mode 100644 index 0000000000..e200dc4698 --- /dev/null +++ b/apps/user_webdavauth/l10n/fa.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "اعتبار سنجی WebDAV ", + "Address:" : "آدرس:", + "Save" : "ذخیره", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "جزئیات کاربر به این آدرس ارسال خواهد شد. این پلاگین پاسخ را بررسی خواهد کرد و کدهای حالت HTTP شماره 401 و 403 را به عنوان اعتبارات غیر معتبر ترجمه می کند، و باقی موارد را به عنوان موارد معتبر تشخیص می دهد." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/fa.php b/apps/user_webdavauth/l10n/fa.php deleted file mode 100644 index cfaf8ce1a0..0000000000 --- a/apps/user_webdavauth/l10n/fa.php +++ /dev/null @@ -1,8 +0,0 @@ - "اعتبار سنجی WebDAV ", -"Address:" => "آدرس:", -"Save" => "ذخیره", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "جزئیات کاربر به این آدرس ارسال خواهد شد. این پلاگین پاسخ را بررسی خواهد کرد و کدهای حالت HTTP شماره 401 و 403 را به عنوان اعتبارات غیر معتبر ترجمه می کند، و باقی موارد را به عنوان موارد معتبر تشخیص می دهد." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/fi_FI.js b/apps/user_webdavauth/l10n/fi_FI.js new file mode 100644 index 0000000000..4d98c51d77 --- /dev/null +++ b/apps/user_webdavauth/l10n/fi_FI.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV-todennus", + "Address:" : "Osoite:", + "Save" : "Tallenna", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Käyttäjätiedot lähetetään tähän osoitteeseen. Liitännäinen tarkistaa vastauksen, ja tulkitsee HTTP-tilakoodit 401 ja 403 vääriksi käyttäjätiedoiksi. Kaikki muut vastaukset tulkitaan kelvollisiksi käyttäjätiedoiksi." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/fi_FI.json b/apps/user_webdavauth/l10n/fi_FI.json new file mode 100644 index 0000000000..412813eea4 --- /dev/null +++ b/apps/user_webdavauth/l10n/fi_FI.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV-todennus", + "Address:" : "Osoite:", + "Save" : "Tallenna", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Käyttäjätiedot lähetetään tähän osoitteeseen. Liitännäinen tarkistaa vastauksen, ja tulkitsee HTTP-tilakoodit 401 ja 403 vääriksi käyttäjätiedoiksi. Kaikki muut vastaukset tulkitaan kelvollisiksi käyttäjätiedoiksi." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/fi_FI.php b/apps/user_webdavauth/l10n/fi_FI.php deleted file mode 100644 index 7209a889f1..0000000000 --- a/apps/user_webdavauth/l10n/fi_FI.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV-todennus", -"Address:" => "Osoite:", -"Save" => "Tallenna", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Käyttäjätiedot lähetetään tähän osoitteeseen. Liitännäinen tarkistaa vastauksen, ja tulkitsee HTTP-tilakoodit 401 ja 403 vääriksi käyttäjätiedoiksi. Kaikki muut vastaukset tulkitaan kelvollisiksi käyttäjätiedoiksi." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/fr.js b/apps/user_webdavauth/l10n/fr.js new file mode 100644 index 0000000000..5b36d5aa5b --- /dev/null +++ b/apps/user_webdavauth/l10n/fr.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Authentification WebDAV", + "Address:" : "Adresse :", + "Save" : "Sauvegarder", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les informations de connexion de l'utilisateur seront envoyées à cette adresse. Ce module analyse le code de la réponse HTTP et considère les codes 401 et 403 comme une authentification invalide et tout autre valeur comme une authentification valide." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/user_webdavauth/l10n/fr.json b/apps/user_webdavauth/l10n/fr.json new file mode 100644 index 0000000000..fe8c4b521a --- /dev/null +++ b/apps/user_webdavauth/l10n/fr.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Authentification WebDAV", + "Address:" : "Adresse :", + "Save" : "Sauvegarder", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les informations de connexion de l'utilisateur seront envoyées à cette adresse. Ce module analyse le code de la réponse HTTP et considère les codes 401 et 403 comme une authentification invalide et tout autre valeur comme une authentification valide." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/fr.php b/apps/user_webdavauth/l10n/fr.php deleted file mode 100644 index efa6f2ea3d..0000000000 --- a/apps/user_webdavauth/l10n/fr.php +++ /dev/null @@ -1,8 +0,0 @@ - "Authentification WebDAV", -"Address:" => "Adresse :", -"Save" => "Sauvegarder", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Les informations de connexion de l'utilisateur seront envoyées à cette adresse. Ce module analyse le code de la réponse HTTP et considère les codes 401 et 403 comme une authentification invalide et tout autre valeur comme une authentification valide." -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_webdavauth/l10n/gl.js b/apps/user_webdavauth/l10n/gl.js new file mode 100644 index 0000000000..cd561a4ee5 --- /dev/null +++ b/apps/user_webdavauth/l10n/gl.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Autenticación WebDAV", + "Address:" : "Enderezo:", + "Save" : "Gardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "As credenciais do usuario serán enviadas a este enderezo. Este engadido comproba a resposta e interpretará os códigos de estado 401 e 403 como credenciais incorrectas, e todas as outras respostas como credenciais correctas." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/gl.json b/apps/user_webdavauth/l10n/gl.json new file mode 100644 index 0000000000..54a2af9086 --- /dev/null +++ b/apps/user_webdavauth/l10n/gl.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Autenticación WebDAV", + "Address:" : "Enderezo:", + "Save" : "Gardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "As credenciais do usuario serán enviadas a este enderezo. Este engadido comproba a resposta e interpretará os códigos de estado 401 e 403 como credenciais incorrectas, e todas as outras respostas como credenciais correctas." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/gl.php b/apps/user_webdavauth/l10n/gl.php deleted file mode 100644 index 93ea1773cb..0000000000 --- a/apps/user_webdavauth/l10n/gl.php +++ /dev/null @@ -1,8 +0,0 @@ - "Autenticación WebDAV", -"Address:" => "Enderezo:", -"Save" => "Gardar", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "As credenciais do usuario serán enviadas a este enderezo. Este engadido comproba a resposta e interpretará os códigos de estado 401 e 403 como credenciais incorrectas, e todas as outras respostas como credenciais correctas." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/he.js b/apps/user_webdavauth/l10n/he.js new file mode 100644 index 0000000000..b88c6b72aa --- /dev/null +++ b/apps/user_webdavauth/l10n/he.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "הזדהות מול WebDAV", + "Save" : "שמירה" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/he.json b/apps/user_webdavauth/l10n/he.json new file mode 100644 index 0000000000..fc168aae3d --- /dev/null +++ b/apps/user_webdavauth/l10n/he.json @@ -0,0 +1,5 @@ +{ "translations": { + "WebDAV Authentication" : "הזדהות מול WebDAV", + "Save" : "שמירה" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/he.php b/apps/user_webdavauth/l10n/he.php deleted file mode 100644 index 4b037cc537..0000000000 --- a/apps/user_webdavauth/l10n/he.php +++ /dev/null @@ -1,6 +0,0 @@ - "הזדהות מול WebDAV", -"Save" => "שמירה" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/hi.js b/apps/user_webdavauth/l10n/hi.js new file mode 100644 index 0000000000..840317d290 --- /dev/null +++ b/apps/user_webdavauth/l10n/hi.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "सहेजें" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/hi.json b/apps/user_webdavauth/l10n/hi.json new file mode 100644 index 0000000000..8ddb046ec6 --- /dev/null +++ b/apps/user_webdavauth/l10n/hi.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "सहेजें" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/hi.php b/apps/user_webdavauth/l10n/hi.php deleted file mode 100644 index d373ff080c..0000000000 --- a/apps/user_webdavauth/l10n/hi.php +++ /dev/null @@ -1,5 +0,0 @@ - "सहेजें" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/hr.js b/apps/user_webdavauth/l10n/hr.js new file mode 100644 index 0000000000..041fea254d --- /dev/null +++ b/apps/user_webdavauth/l10n/hr.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Snimi" +}, +"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/apps/user_webdavauth/l10n/hr.json b/apps/user_webdavauth/l10n/hr.json new file mode 100644 index 0000000000..d7da18a7a9 --- /dev/null +++ b/apps/user_webdavauth/l10n/hr.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Snimi" +},"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/apps/user_webdavauth/l10n/hr.php b/apps/user_webdavauth/l10n/hr.php deleted file mode 100644 index 5df22b3440..0000000000 --- a/apps/user_webdavauth/l10n/hr.php +++ /dev/null @@ -1,5 +0,0 @@ - "Snimi" -); -$PLURAL_FORMS = "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/apps/user_webdavauth/l10n/hu_HU.js b/apps/user_webdavauth/l10n/hu_HU.js new file mode 100644 index 0000000000..354283be7b --- /dev/null +++ b/apps/user_webdavauth/l10n/hu_HU.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV hitelesítés", + "Address:" : "Cím:", + "Save" : "Mentés", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "A felhasználói hitelesítő adatai el lesznek küldve erre a címre. Ez a bővítőmodul leellenőrzi a választ és ha a HTTP hibakód nem 401 vagy 403 azaz érvénytelen a hitelesítő adat, akkor minden más válasz érvényes lesz." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/hu_HU.json b/apps/user_webdavauth/l10n/hu_HU.json new file mode 100644 index 0000000000..6631ee61c6 --- /dev/null +++ b/apps/user_webdavauth/l10n/hu_HU.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV hitelesítés", + "Address:" : "Cím:", + "Save" : "Mentés", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "A felhasználói hitelesítő adatai el lesznek küldve erre a címre. Ez a bővítőmodul leellenőrzi a választ és ha a HTTP hibakód nem 401 vagy 403 azaz érvénytelen a hitelesítő adat, akkor minden más válasz érvényes lesz." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/hu_HU.php b/apps/user_webdavauth/l10n/hu_HU.php deleted file mode 100644 index 4cd053fecd..0000000000 --- a/apps/user_webdavauth/l10n/hu_HU.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV hitelesítés", -"Address:" => "Cím:", -"Save" => "Mentés", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "A felhasználói hitelesítő adatai el lesznek küldve erre a címre. Ez a bővítőmodul leellenőrzi a választ és ha a HTTP hibakód nem 401 vagy 403 azaz érvénytelen a hitelesítő adat, akkor minden más válasz érvényes lesz." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/hy.js b/apps/user_webdavauth/l10n/hy.js new file mode 100644 index 0000000000..97e5a7316c --- /dev/null +++ b/apps/user_webdavauth/l10n/hy.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Պահպանել" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/hy.json b/apps/user_webdavauth/l10n/hy.json new file mode 100644 index 0000000000..cb94f4404a --- /dev/null +++ b/apps/user_webdavauth/l10n/hy.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Պահպանել" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/hy.php b/apps/user_webdavauth/l10n/hy.php deleted file mode 100644 index 3f79bc37ff..0000000000 --- a/apps/user_webdavauth/l10n/hy.php +++ /dev/null @@ -1,5 +0,0 @@ - "Պահպանել" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/ia.js b/apps/user_webdavauth/l10n/ia.js new file mode 100644 index 0000000000..651840bf0c --- /dev/null +++ b/apps/user_webdavauth/l10n/ia.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Salveguardar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/ia.json b/apps/user_webdavauth/l10n/ia.json new file mode 100644 index 0000000000..91d310a33b --- /dev/null +++ b/apps/user_webdavauth/l10n/ia.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Salveguardar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ia.php b/apps/user_webdavauth/l10n/ia.php deleted file mode 100644 index 413d899065..0000000000 --- a/apps/user_webdavauth/l10n/ia.php +++ /dev/null @@ -1,5 +0,0 @@ - "Salveguardar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/id.js b/apps/user_webdavauth/l10n/id.js new file mode 100644 index 0000000000..a7902dbf3b --- /dev/null +++ b/apps/user_webdavauth/l10n/id.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Otentikasi WebDAV", + "Save" : "Simpan", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Kredensial pengguna akan dikirim ke alamat ini. Pengaya ini memeriksa respon dan akan menafsirkan kode status HTTP 401 dan 403 sebagai kredensial yang tidak valid, dan semua tanggapan lain akan dianggap sebagai kredensial yang valid." +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/id.json b/apps/user_webdavauth/l10n/id.json new file mode 100644 index 0000000000..88638eb47c --- /dev/null +++ b/apps/user_webdavauth/l10n/id.json @@ -0,0 +1,6 @@ +{ "translations": { + "WebDAV Authentication" : "Otentikasi WebDAV", + "Save" : "Simpan", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Kredensial pengguna akan dikirim ke alamat ini. Pengaya ini memeriksa respon dan akan menafsirkan kode status HTTP 401 dan 403 sebagai kredensial yang tidak valid, dan semua tanggapan lain akan dianggap sebagai kredensial yang valid." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/id.php b/apps/user_webdavauth/l10n/id.php deleted file mode 100644 index 25d5d6cac0..0000000000 --- a/apps/user_webdavauth/l10n/id.php +++ /dev/null @@ -1,7 +0,0 @@ - "Otentikasi WebDAV", -"Save" => "Simpan", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Kredensial pengguna akan dikirim ke alamat ini. Pengaya ini memeriksa respon dan akan menafsirkan kode status HTTP 401 dan 403 sebagai kredensial yang tidak valid, dan semua tanggapan lain akan dianggap sebagai kredensial yang valid." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/is.js b/apps/user_webdavauth/l10n/is.js new file mode 100644 index 0000000000..c6580e434b --- /dev/null +++ b/apps/user_webdavauth/l10n/is.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV Auðkenni", + "Save" : "Vista" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/is.json b/apps/user_webdavauth/l10n/is.json new file mode 100644 index 0000000000..a9ab8d7246 --- /dev/null +++ b/apps/user_webdavauth/l10n/is.json @@ -0,0 +1,5 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV Auðkenni", + "Save" : "Vista" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/is.php b/apps/user_webdavauth/l10n/is.php deleted file mode 100644 index c583862c31..0000000000 --- a/apps/user_webdavauth/l10n/is.php +++ /dev/null @@ -1,6 +0,0 @@ - "WebDAV Auðkenni", -"Save" => "Vista" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/it.js b/apps/user_webdavauth/l10n/it.js new file mode 100644 index 0000000000..cd129949e0 --- /dev/null +++ b/apps/user_webdavauth/l10n/it.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Autenticazione WebDAV", + "Address:" : "Indirizzo:", + "Save" : "Salva", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Le credenziali dell'utente saranno inviate a questo indirizzo. Questa estensione controlla la risposta e interpreterà i codici di stato HTTP 401 e 403 come credenziali non valide, e tutte le altre risposte come credenziali valide." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/it.json b/apps/user_webdavauth/l10n/it.json new file mode 100644 index 0000000000..c842c6c19e --- /dev/null +++ b/apps/user_webdavauth/l10n/it.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Autenticazione WebDAV", + "Address:" : "Indirizzo:", + "Save" : "Salva", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Le credenziali dell'utente saranno inviate a questo indirizzo. Questa estensione controlla la risposta e interpreterà i codici di stato HTTP 401 e 403 come credenziali non valide, e tutte le altre risposte come credenziali valide." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/it.php b/apps/user_webdavauth/l10n/it.php deleted file mode 100644 index f068209d3f..0000000000 --- a/apps/user_webdavauth/l10n/it.php +++ /dev/null @@ -1,8 +0,0 @@ - "Autenticazione WebDAV", -"Address:" => "Indirizzo:", -"Save" => "Salva", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Le credenziali dell'utente saranno inviate a questo indirizzo. Questa estensione controlla la risposta e interpreterà i codici di stato HTTP 401 e 403 come credenziali non valide, e tutte le altre risposte come credenziali valide." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/ja.js b/apps/user_webdavauth/l10n/ja.js new file mode 100644 index 0000000000..52e8445ff0 --- /dev/null +++ b/apps/user_webdavauth/l10n/ja.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV認証", + "Address:" : "アドレス:", + "Save" : "保存", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ユーザー資格情報をこのアドレスに送信します。このプラグインは応答をチェックし、HTTPステータスコードが 401 と 403 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/ja.json b/apps/user_webdavauth/l10n/ja.json new file mode 100644 index 0000000000..dbf17d776e --- /dev/null +++ b/apps/user_webdavauth/l10n/ja.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV認証", + "Address:" : "アドレス:", + "Save" : "保存", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ユーザー資格情報をこのアドレスに送信します。このプラグインは応答をチェックし、HTTPステータスコードが 401 と 403 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ja.php b/apps/user_webdavauth/l10n/ja.php deleted file mode 100644 index 0579717662..0000000000 --- a/apps/user_webdavauth/l10n/ja.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV認証", -"Address:" => "アドレス:", -"Save" => "保存", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ユーザー資格情報をこのアドレスに送信します。このプラグインは応答をチェックし、HTTPステータスコードが 401 と 403 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/ka_GE.js b/apps/user_webdavauth/l10n/ka_GE.js new file mode 100644 index 0000000000..c8eb069dc2 --- /dev/null +++ b/apps/user_webdavauth/l10n/ka_GE.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV აუთენთიფიკაცია", + "Save" : "შენახვა" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/ka_GE.json b/apps/user_webdavauth/l10n/ka_GE.json new file mode 100644 index 0000000000..05851e83ee --- /dev/null +++ b/apps/user_webdavauth/l10n/ka_GE.json @@ -0,0 +1,5 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV აუთენთიფიკაცია", + "Save" : "შენახვა" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ka_GE.php b/apps/user_webdavauth/l10n/ka_GE.php deleted file mode 100644 index e5deb0ea67..0000000000 --- a/apps/user_webdavauth/l10n/ka_GE.php +++ /dev/null @@ -1,6 +0,0 @@ - "WebDAV აუთენთიფიკაცია", -"Save" => "შენახვა" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/km.js b/apps/user_webdavauth/l10n/km.js new file mode 100644 index 0000000000..118d2c483d --- /dev/null +++ b/apps/user_webdavauth/l10n/km.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ WebDAV", + "Save" : "រក្សាទុក", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "អត្តសញ្ញាណ​អ្នក​ប្រើ​នឹង​ត្រូវ​ផ្ញើ​ទៅ​អាសយដ្ឋាន​នេះ។ កម្មវិធី​បន្ថែម​នេះ​ពិនិត្យ​ចម្លើយ​តប ហើយ​នឹង​បក​ស្រាយ​កូដ​ស្ថានភាព HTTP ដូច​ជា 401 និង 403 ថា​ជា​អត្តសញ្ញាណ​មិន​ត្រឹម​ត្រូវ ហើយ​និង​ចម្លើយ​តប​ផ្សេងៗ​ថា​ត្រឹម​ត្រូវ។" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/km.json b/apps/user_webdavauth/l10n/km.json new file mode 100644 index 0000000000..a93f04a0e3 --- /dev/null +++ b/apps/user_webdavauth/l10n/km.json @@ -0,0 +1,6 @@ +{ "translations": { + "WebDAV Authentication" : "ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ WebDAV", + "Save" : "រក្សាទុក", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "អត្តសញ្ញាណ​អ្នក​ប្រើ​នឹង​ត្រូវ​ផ្ញើ​ទៅ​អាសយដ្ឋាន​នេះ។ កម្មវិធី​បន្ថែម​នេះ​ពិនិត្យ​ចម្លើយ​តប ហើយ​នឹង​បក​ស្រាយ​កូដ​ស្ថានភាព HTTP ដូច​ជា 401 និង 403 ថា​ជា​អត្តសញ្ញាណ​មិន​ត្រឹម​ត្រូវ ហើយ​និង​ចម្លើយ​តប​ផ្សេងៗ​ថា​ត្រឹម​ត្រូវ។" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/km.php b/apps/user_webdavauth/l10n/km.php deleted file mode 100644 index eee76d0821..0000000000 --- a/apps/user_webdavauth/l10n/km.php +++ /dev/null @@ -1,7 +0,0 @@ - "ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ WebDAV", -"Save" => "រក្សាទុក", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "អត្តសញ្ញាណ​អ្នក​ប្រើ​នឹង​ត្រូវ​ផ្ញើ​ទៅ​អាសយដ្ឋាន​នេះ។ កម្មវិធី​បន្ថែម​នេះ​ពិនិត្យ​ចម្លើយ​តប ហើយ​នឹង​បក​ស្រាយ​កូដ​ស្ថានភាព HTTP ដូច​ជា 401 និង 403 ថា​ជា​អត្តសញ្ញាណ​មិន​ត្រឹម​ត្រូវ ហើយ​និង​ចម្លើយ​តប​ផ្សេងៗ​ថា​ត្រឹម​ត្រូវ។" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/ko.js b/apps/user_webdavauth/l10n/ko.js new file mode 100644 index 0000000000..e8b5ee6981 --- /dev/null +++ b/apps/user_webdavauth/l10n/ko.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV 인증", + "Save" : "저장", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ownCloud에서 이 URL로 사용자 인증 정보를 보냅니다. 이 플러그인은 응답을 확인하여 HTTP 상태 코드 401이나 403이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다." +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/ko.json b/apps/user_webdavauth/l10n/ko.json new file mode 100644 index 0000000000..90fde9abd6 --- /dev/null +++ b/apps/user_webdavauth/l10n/ko.json @@ -0,0 +1,6 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV 인증", + "Save" : "저장", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ownCloud에서 이 URL로 사용자 인증 정보를 보냅니다. 이 플러그인은 응답을 확인하여 HTTP 상태 코드 401이나 403이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ko.php b/apps/user_webdavauth/l10n/ko.php deleted file mode 100644 index 68a113025b..0000000000 --- a/apps/user_webdavauth/l10n/ko.php +++ /dev/null @@ -1,7 +0,0 @@ - "WebDAV 인증", -"Save" => "저장", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud에서 이 URL로 사용자 인증 정보를 보냅니다. 이 플러그인은 응답을 확인하여 HTTP 상태 코드 401이나 403이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/ku_IQ.js b/apps/user_webdavauth/l10n/ku_IQ.js new file mode 100644 index 0000000000..cdfe62f14b --- /dev/null +++ b/apps/user_webdavauth/l10n/ku_IQ.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "پاشکه‌وتکردن" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/ku_IQ.json b/apps/user_webdavauth/l10n/ku_IQ.json new file mode 100644 index 0000000000..63f5aac1d2 --- /dev/null +++ b/apps/user_webdavauth/l10n/ku_IQ.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "پاشکه‌وتکردن" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ku_IQ.php b/apps/user_webdavauth/l10n/ku_IQ.php deleted file mode 100644 index 4e2be8ad0d..0000000000 --- a/apps/user_webdavauth/l10n/ku_IQ.php +++ /dev/null @@ -1,5 +0,0 @@ - "پاشکه‌وتکردن" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/lb.js b/apps/user_webdavauth/l10n/lb.js new file mode 100644 index 0000000000..b358220a86 --- /dev/null +++ b/apps/user_webdavauth/l10n/lb.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Späicheren" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/lb.json b/apps/user_webdavauth/l10n/lb.json new file mode 100644 index 0000000000..e6ae53e962 --- /dev/null +++ b/apps/user_webdavauth/l10n/lb.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Späicheren" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/lb.php b/apps/user_webdavauth/l10n/lb.php deleted file mode 100644 index 053c7e747d..0000000000 --- a/apps/user_webdavauth/l10n/lb.php +++ /dev/null @@ -1,5 +0,0 @@ - "Späicheren" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/lt_LT.js b/apps/user_webdavauth/l10n/lt_LT.js new file mode 100644 index 0000000000..33b674d7a7 --- /dev/null +++ b/apps/user_webdavauth/l10n/lt_LT.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV autentikacija", + "Address:" : "Adresas:", + "Save" : "Išsaugoti", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Naudotojo duomenys bus nusiųsti šiuo adresu. Šis įskiepis patikrins gautą atsakymą ir interpretuos HTTP būsenos kodą 401 ir 403 kaip negaliojančius duomenis, ir visus kitus gautus atsakymus kaip galiojančius duomenis. " +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/user_webdavauth/l10n/lt_LT.json b/apps/user_webdavauth/l10n/lt_LT.json new file mode 100644 index 0000000000..0d43b99518 --- /dev/null +++ b/apps/user_webdavauth/l10n/lt_LT.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV autentikacija", + "Address:" : "Adresas:", + "Save" : "Išsaugoti", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Naudotojo duomenys bus nusiųsti šiuo adresu. Šis įskiepis patikrins gautą atsakymą ir interpretuos HTTP būsenos kodą 401 ir 403 kaip negaliojančius duomenis, ir visus kitus gautus atsakymus kaip galiojančius duomenis. " +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/lt_LT.php b/apps/user_webdavauth/l10n/lt_LT.php deleted file mode 100644 index 921f62b82b..0000000000 --- a/apps/user_webdavauth/l10n/lt_LT.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV autentikacija", -"Address:" => "Adresas:", -"Save" => "Išsaugoti", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Naudotojo duomenys bus nusiųsti šiuo adresu. Šis įskiepis patikrins gautą atsakymą ir interpretuos HTTP būsenos kodą 401 ir 403 kaip negaliojančius duomenis, ir visus kitus gautus atsakymus kaip galiojančius duomenis. " -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/user_webdavauth/l10n/lv.js b/apps/user_webdavauth/l10n/lv.js new file mode 100644 index 0000000000..4fe05c1e1f --- /dev/null +++ b/apps/user_webdavauth/l10n/lv.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV autentifikācija", + "Save" : "Saglabāt" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/user_webdavauth/l10n/lv.json b/apps/user_webdavauth/l10n/lv.json new file mode 100644 index 0000000000..5887d845d7 --- /dev/null +++ b/apps/user_webdavauth/l10n/lv.json @@ -0,0 +1,5 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV autentifikācija", + "Save" : "Saglabāt" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/lv.php b/apps/user_webdavauth/l10n/lv.php deleted file mode 100644 index a55bb24ee8..0000000000 --- a/apps/user_webdavauth/l10n/lv.php +++ /dev/null @@ -1,6 +0,0 @@ - "WebDAV autentifikācija", -"Save" => "Saglabāt" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/apps/user_webdavauth/l10n/mk.js b/apps/user_webdavauth/l10n/mk.js new file mode 100644 index 0000000000..6a853ecbd9 --- /dev/null +++ b/apps/user_webdavauth/l10n/mk.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Сними" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/user_webdavauth/l10n/mk.json b/apps/user_webdavauth/l10n/mk.json new file mode 100644 index 0000000000..2960717f44 --- /dev/null +++ b/apps/user_webdavauth/l10n/mk.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Сними" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/mk.php b/apps/user_webdavauth/l10n/mk.php deleted file mode 100644 index 2146b81745..0000000000 --- a/apps/user_webdavauth/l10n/mk.php +++ /dev/null @@ -1,5 +0,0 @@ - "Сними" -); -$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/apps/user_webdavauth/l10n/ms_MY.js b/apps/user_webdavauth/l10n/ms_MY.js new file mode 100644 index 0000000000..50d5a443e6 --- /dev/null +++ b/apps/user_webdavauth/l10n/ms_MY.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Pengesahan WebDAV", + "Address:" : "Alamat:", + "Save" : "Simpan", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Butiran pengguna akan dihantar ke alamat ini. Plugin ini memeriksa maklum balas dan akan mentafsir kod status HTTP 401 dan 403 sebagai butiran tidak sah, dan semua maklum balas lain sebagai butiran yang sah." +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/ms_MY.json b/apps/user_webdavauth/l10n/ms_MY.json new file mode 100644 index 0000000000..875c2f6c28 --- /dev/null +++ b/apps/user_webdavauth/l10n/ms_MY.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Pengesahan WebDAV", + "Address:" : "Alamat:", + "Save" : "Simpan", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Butiran pengguna akan dihantar ke alamat ini. Plugin ini memeriksa maklum balas dan akan mentafsir kod status HTTP 401 dan 403 sebagai butiran tidak sah, dan semua maklum balas lain sebagai butiran yang sah." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ms_MY.php b/apps/user_webdavauth/l10n/ms_MY.php deleted file mode 100644 index b7f947fc5c..0000000000 --- a/apps/user_webdavauth/l10n/ms_MY.php +++ /dev/null @@ -1,8 +0,0 @@ - "Pengesahan WebDAV", -"Address:" => "Alamat:", -"Save" => "Simpan", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Butiran pengguna akan dihantar ke alamat ini. Plugin ini memeriksa maklum balas dan akan mentafsir kod status HTTP 401 dan 403 sebagai butiran tidak sah, dan semua maklum balas lain sebagai butiran yang sah." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/nb_NO.js b/apps/user_webdavauth/l10n/nb_NO.js new file mode 100644 index 0000000000..72a099875e --- /dev/null +++ b/apps/user_webdavauth/l10n/nb_NO.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV-autentisering", + "Address:" : "Adresse:", + "Save" : "Lagre", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Brukerens påloggingsinformasjon vil bli sendt til denne adressen. Denne utvidelsen sjekker svaret og vil tolke HTTP-statuskodene 401 og 403 som ugyldig bruker eller passord, og alle andre svar tolkes som gyldig påloggings." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/nb_NO.json b/apps/user_webdavauth/l10n/nb_NO.json new file mode 100644 index 0000000000..0ef46124f9 --- /dev/null +++ b/apps/user_webdavauth/l10n/nb_NO.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV-autentisering", + "Address:" : "Adresse:", + "Save" : "Lagre", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Brukerens påloggingsinformasjon vil bli sendt til denne adressen. Denne utvidelsen sjekker svaret og vil tolke HTTP-statuskodene 401 og 403 som ugyldig bruker eller passord, og alle andre svar tolkes som gyldig påloggings." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/nb_NO.php b/apps/user_webdavauth/l10n/nb_NO.php deleted file mode 100644 index d151e2bf30..0000000000 --- a/apps/user_webdavauth/l10n/nb_NO.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV-autentisering", -"Address:" => "Adresse:", -"Save" => "Lagre", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Brukerens påloggingsinformasjon vil bli sendt til denne adressen. Denne utvidelsen sjekker svaret og vil tolke HTTP-statuskodene 401 og 403 som ugyldig bruker eller passord, og alle andre svar tolkes som gyldig påloggings." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/nl.js b/apps/user_webdavauth/l10n/nl.js new file mode 100644 index 0000000000..8633c851fb --- /dev/null +++ b/apps/user_webdavauth/l10n/nl.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV authenticatie", + "Address:" : "Adres:", + "Save" : "Bewaren", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "De inloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert HTTP statuscodes 401 en 403 als ongeldige inloggegevens en alle andere terugkoppelingen als valide inloggegevens." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/nl.json b/apps/user_webdavauth/l10n/nl.json new file mode 100644 index 0000000000..73bb6f40e5 --- /dev/null +++ b/apps/user_webdavauth/l10n/nl.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV authenticatie", + "Address:" : "Adres:", + "Save" : "Bewaren", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "De inloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert HTTP statuscodes 401 en 403 als ongeldige inloggegevens en alle andere terugkoppelingen als valide inloggegevens." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/nl.php b/apps/user_webdavauth/l10n/nl.php deleted file mode 100644 index 8b015bf7ae..0000000000 --- a/apps/user_webdavauth/l10n/nl.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV authenticatie", -"Address:" => "Adres:", -"Save" => "Bewaren", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "De inloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert HTTP statuscodes 401 en 403 als ongeldige inloggegevens en alle andere terugkoppelingen als valide inloggegevens." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/nn_NO.js b/apps/user_webdavauth/l10n/nn_NO.js new file mode 100644 index 0000000000..4777921772 --- /dev/null +++ b/apps/user_webdavauth/l10n/nn_NO.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV-autentisering", + "Save" : "Lagra", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Innloggingsinformasjon blir sendt til denne nettadressa. Dette programtillegget kontrollerer svaret og tolkar HTTP-statuskodane 401 og 403 som ugyldige, og alle andre svar som gyldige." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/nn_NO.json b/apps/user_webdavauth/l10n/nn_NO.json new file mode 100644 index 0000000000..2ad0b5b644 --- /dev/null +++ b/apps/user_webdavauth/l10n/nn_NO.json @@ -0,0 +1,6 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV-autentisering", + "Save" : "Lagra", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Innloggingsinformasjon blir sendt til denne nettadressa. Dette programtillegget kontrollerer svaret og tolkar HTTP-statuskodane 401 og 403 som ugyldige, og alle andre svar som gyldige." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/nn_NO.php b/apps/user_webdavauth/l10n/nn_NO.php deleted file mode 100644 index e52c6c653f..0000000000 --- a/apps/user_webdavauth/l10n/nn_NO.php +++ /dev/null @@ -1,7 +0,0 @@ - "WebDAV-autentisering", -"Save" => "Lagra", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Innloggingsinformasjon blir sendt til denne nettadressa. Dette programtillegget kontrollerer svaret og tolkar HTTP-statuskodane 401 og 403 som ugyldige, og alle andre svar som gyldige." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/oc.js b/apps/user_webdavauth/l10n/oc.js new file mode 100644 index 0000000000..0191f0de88 --- /dev/null +++ b/apps/user_webdavauth/l10n/oc.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Enregistra" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/user_webdavauth/l10n/oc.json b/apps/user_webdavauth/l10n/oc.json new file mode 100644 index 0000000000..de8f9ed6d9 --- /dev/null +++ b/apps/user_webdavauth/l10n/oc.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Enregistra" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/oc.php b/apps/user_webdavauth/l10n/oc.php deleted file mode 100644 index 42ef978066..0000000000 --- a/apps/user_webdavauth/l10n/oc.php +++ /dev/null @@ -1,5 +0,0 @@ - "Enregistra" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_webdavauth/l10n/pl.js b/apps/user_webdavauth/l10n/pl.js new file mode 100644 index 0000000000..4104adfa6b --- /dev/null +++ b/apps/user_webdavauth/l10n/pl.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Uwierzytelnienie WebDAV", + "Address:" : "Adres:", + "Save" : "Zapisz", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Dane uwierzytelniające użytkownika zostaną wysłane na ten adres. Ta wtyczka sprawdza odpowiedź i będzie interpretować kody 401 i 403 statusów HTTP jako nieprawidłowe dane uwierzytelniające, a wszystkie inne odpowiedzi jako prawidłowe uwierzytelnienie." +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/user_webdavauth/l10n/pl.json b/apps/user_webdavauth/l10n/pl.json new file mode 100644 index 0000000000..64cc4899d0 --- /dev/null +++ b/apps/user_webdavauth/l10n/pl.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Uwierzytelnienie WebDAV", + "Address:" : "Adres:", + "Save" : "Zapisz", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Dane uwierzytelniające użytkownika zostaną wysłane na ten adres. Ta wtyczka sprawdza odpowiedź i będzie interpretować kody 401 i 403 statusów HTTP jako nieprawidłowe dane uwierzytelniające, a wszystkie inne odpowiedzi jako prawidłowe uwierzytelnienie." +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/pl.php b/apps/user_webdavauth/l10n/pl.php deleted file mode 100644 index 66e685243d..0000000000 --- a/apps/user_webdavauth/l10n/pl.php +++ /dev/null @@ -1,8 +0,0 @@ - "Uwierzytelnienie WebDAV", -"Address:" => "Adres:", -"Save" => "Zapisz", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Dane uwierzytelniające użytkownika zostaną wysłane na ten adres. Ta wtyczka sprawdza odpowiedź i będzie interpretować kody 401 i 403 statusów HTTP jako nieprawidłowe dane uwierzytelniające, a wszystkie inne odpowiedzi jako prawidłowe uwierzytelnienie." -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/apps/user_webdavauth/l10n/pt_BR.js b/apps/user_webdavauth/l10n/pt_BR.js new file mode 100644 index 0000000000..b553c1b50f --- /dev/null +++ b/apps/user_webdavauth/l10n/pt_BR.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Autenticação WebDAV", + "Address:" : "Endereço:", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "As credenciais de usuário serão enviadas para este endereço. Este plugin verifica a resposta e interpretará os códigos de status HTTP 401 e 403 como \"credenciais inválidas\", e todas as outras respostas como \"credenciais válidas\"." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/user_webdavauth/l10n/pt_BR.json b/apps/user_webdavauth/l10n/pt_BR.json new file mode 100644 index 0000000000..b42d7a6b51 --- /dev/null +++ b/apps/user_webdavauth/l10n/pt_BR.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Autenticação WebDAV", + "Address:" : "Endereço:", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "As credenciais de usuário serão enviadas para este endereço. Este plugin verifica a resposta e interpretará os códigos de status HTTP 401 e 403 como \"credenciais inválidas\", e todas as outras respostas como \"credenciais válidas\"." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/pt_BR.php b/apps/user_webdavauth/l10n/pt_BR.php deleted file mode 100644 index 37f17df4c6..0000000000 --- a/apps/user_webdavauth/l10n/pt_BR.php +++ /dev/null @@ -1,8 +0,0 @@ - "Autenticação WebDAV", -"Address:" => "Endereço:", -"Save" => "Guardar", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "As credenciais de usuário serão enviadas para este endereço. Este plugin verifica a resposta e interpretará os códigos de status HTTP 401 e 403 como \"credenciais inválidas\", e todas as outras respostas como \"credenciais válidas\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_webdavauth/l10n/pt_PT.js b/apps/user_webdavauth/l10n/pt_PT.js new file mode 100644 index 0000000000..c06d80a3e7 --- /dev/null +++ b/apps/user_webdavauth/l10n/pt_PT.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Autenticação WebDAV", + "Address:" : "Endereço:", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "As credenciais do utilizador vão ser enviadas para endereço URL. Este plugin verifica a resposta e vai interpretar os códigos de estado HTTP 401 e 403 como credenciais inválidas, e todas as outras respostas como válidas." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/pt_PT.json b/apps/user_webdavauth/l10n/pt_PT.json new file mode 100644 index 0000000000..c2a7ebf368 --- /dev/null +++ b/apps/user_webdavauth/l10n/pt_PT.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Autenticação WebDAV", + "Address:" : "Endereço:", + "Save" : "Guardar", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "As credenciais do utilizador vão ser enviadas para endereço URL. Este plugin verifica a resposta e vai interpretar os códigos de estado HTTP 401 e 403 como credenciais inválidas, e todas as outras respostas como válidas." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/pt_PT.php b/apps/user_webdavauth/l10n/pt_PT.php deleted file mode 100644 index f9e63bf2af..0000000000 --- a/apps/user_webdavauth/l10n/pt_PT.php +++ /dev/null @@ -1,8 +0,0 @@ - "Autenticação WebDAV", -"Address:" => "Endereço:", -"Save" => "Guardar", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "As credenciais do utilizador vão ser enviadas para endereço URL. Este plugin verifica a resposta e vai interpretar os códigos de estado HTTP 401 e 403 como credenciais inválidas, e todas as outras respostas como válidas." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/ro.js b/apps/user_webdavauth/l10n/ro.js new file mode 100644 index 0000000000..4bc803850d --- /dev/null +++ b/apps/user_webdavauth/l10n/ro.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Autentificare WebDAV", + "Save" : "Salvează" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/user_webdavauth/l10n/ro.json b/apps/user_webdavauth/l10n/ro.json new file mode 100644 index 0000000000..74666c22a5 --- /dev/null +++ b/apps/user_webdavauth/l10n/ro.json @@ -0,0 +1,5 @@ +{ "translations": { + "WebDAV Authentication" : "Autentificare WebDAV", + "Save" : "Salvează" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ro.php b/apps/user_webdavauth/l10n/ro.php deleted file mode 100644 index 8fafe932ad..0000000000 --- a/apps/user_webdavauth/l10n/ro.php +++ /dev/null @@ -1,6 +0,0 @@ - "Autentificare WebDAV", -"Save" => "Salvează" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/user_webdavauth/l10n/ru.js b/apps/user_webdavauth/l10n/ru.js new file mode 100644 index 0000000000..b52d1ed81b --- /dev/null +++ b/apps/user_webdavauth/l10n/ru.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Аутентификация WebDAV", + "Address:" : "Адрес:", + "Save" : "Сохранить", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны." +}, +"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/apps/user_webdavauth/l10n/ru.json b/apps/user_webdavauth/l10n/ru.json new file mode 100644 index 0000000000..e265fc80ed --- /dev/null +++ b/apps/user_webdavauth/l10n/ru.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Аутентификация WebDAV", + "Address:" : "Адрес:", + "Save" : "Сохранить", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны." +},"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/apps/user_webdavauth/l10n/ru.php b/apps/user_webdavauth/l10n/ru.php deleted file mode 100644 index 2b3726c246..0000000000 --- a/apps/user_webdavauth/l10n/ru.php +++ /dev/null @@ -1,8 +0,0 @@ - "Аутентификация WebDAV", -"Address:" => "Адрес:", -"Save" => "Сохранить", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны." -); -$PLURAL_FORMS = "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/apps/user_webdavauth/l10n/si_LK.js b/apps/user_webdavauth/l10n/si_LK.js new file mode 100644 index 0000000000..4a408625e4 --- /dev/null +++ b/apps/user_webdavauth/l10n/si_LK.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "සුරකින්න" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/si_LK.json b/apps/user_webdavauth/l10n/si_LK.json new file mode 100644 index 0000000000..cf286f67ed --- /dev/null +++ b/apps/user_webdavauth/l10n/si_LK.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "සුරකින්න" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/si_LK.php b/apps/user_webdavauth/l10n/si_LK.php deleted file mode 100644 index 661a8495c3..0000000000 --- a/apps/user_webdavauth/l10n/si_LK.php +++ /dev/null @@ -1,5 +0,0 @@ - "සුරකින්න" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/sk_SK.js b/apps/user_webdavauth/l10n/sk_SK.js new file mode 100644 index 0000000000..455d18213e --- /dev/null +++ b/apps/user_webdavauth/l10n/sk_SK.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV overenie", + "Address:" : "Adresa:", + "Save" : "Uložiť", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Používateľské prihlasovacie údaje budú odoslané na túto adresu. Tento plugin skontroluje odpoveď servera a interpretuje návratový kód HTTP 401 a 403 ako neplatné prihlasovacie údaje a akýkoľvek iný ako platné prihlasovacie údaje." +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/user_webdavauth/l10n/sk_SK.json b/apps/user_webdavauth/l10n/sk_SK.json new file mode 100644 index 0000000000..bffebf3f25 --- /dev/null +++ b/apps/user_webdavauth/l10n/sk_SK.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV overenie", + "Address:" : "Adresa:", + "Save" : "Uložiť", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Používateľské prihlasovacie údaje budú odoslané na túto adresu. Tento plugin skontroluje odpoveď servera a interpretuje návratový kód HTTP 401 a 403 ako neplatné prihlasovacie údaje a akýkoľvek iný ako platné prihlasovacie údaje." +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/sk_SK.php b/apps/user_webdavauth/l10n/sk_SK.php deleted file mode 100644 index 029c3171e7..0000000000 --- a/apps/user_webdavauth/l10n/sk_SK.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV overenie", -"Address:" => "Adresa:", -"Save" => "Uložiť", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Používateľské prihlasovacie údaje budú odoslané na túto adresu. Tento plugin skontroluje odpoveď servera a interpretuje návratový kód HTTP 401 a 403 ako neplatné prihlasovacie údaje a akýkoľvek iný ako platné prihlasovacie údaje." -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/user_webdavauth/l10n/sl.js b/apps/user_webdavauth/l10n/sl.js new file mode 100644 index 0000000000..e175c9b3c0 --- /dev/null +++ b/apps/user_webdavauth/l10n/sl.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Overitev WebDAV", + "Address:" : "Naslov:", + "Save" : "Shrani", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Uporabniška poverila bodo poslana na naveden naslov. Vstavek preveri odziv in kodi stanja 401 in 403 obravnava kot neveljavna poverila, vse ostale odzive pa kot veljavna." +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/user_webdavauth/l10n/sl.json b/apps/user_webdavauth/l10n/sl.json new file mode 100644 index 0000000000..184d2df74b --- /dev/null +++ b/apps/user_webdavauth/l10n/sl.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Overitev WebDAV", + "Address:" : "Naslov:", + "Save" : "Shrani", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Uporabniška poverila bodo poslana na naveden naslov. Vstavek preveri odziv in kodi stanja 401 in 403 obravnava kot neveljavna poverila, vse ostale odzive pa kot veljavna." +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/sl.php b/apps/user_webdavauth/l10n/sl.php deleted file mode 100644 index b14a2204c8..0000000000 --- a/apps/user_webdavauth/l10n/sl.php +++ /dev/null @@ -1,8 +0,0 @@ - "Overitev WebDAV", -"Address:" => "Naslov:", -"Save" => "Shrani", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Uporabniška poverila bodo poslana na naveden naslov. Vstavek preveri odziv in kodi stanja 401 in 403 obravnava kot neveljavna poverila, vse ostale odzive pa kot veljavna." -); -$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/apps/user_webdavauth/l10n/sq.js b/apps/user_webdavauth/l10n/sq.js new file mode 100644 index 0000000000..73b3024dce --- /dev/null +++ b/apps/user_webdavauth/l10n/sq.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Ruaj" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/sq.json b/apps/user_webdavauth/l10n/sq.json new file mode 100644 index 0000000000..c3290a3131 --- /dev/null +++ b/apps/user_webdavauth/l10n/sq.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Ruaj" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/sq.php b/apps/user_webdavauth/l10n/sq.php deleted file mode 100644 index 66d3b2fb10..0000000000 --- a/apps/user_webdavauth/l10n/sq.php +++ /dev/null @@ -1,5 +0,0 @@ - "Ruaj" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/sr.js b/apps/user_webdavauth/l10n/sr.js new file mode 100644 index 0000000000..9413d934a2 --- /dev/null +++ b/apps/user_webdavauth/l10n/sr.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV провера идентитета", + "Save" : "Сачувај" +}, +"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/apps/user_webdavauth/l10n/sr.json b/apps/user_webdavauth/l10n/sr.json new file mode 100644 index 0000000000..7e50e7c413 --- /dev/null +++ b/apps/user_webdavauth/l10n/sr.json @@ -0,0 +1,5 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV провера идентитета", + "Save" : "Сачувај" +},"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/apps/user_webdavauth/l10n/sr.php b/apps/user_webdavauth/l10n/sr.php deleted file mode 100644 index 78f24013e5..0000000000 --- a/apps/user_webdavauth/l10n/sr.php +++ /dev/null @@ -1,6 +0,0 @@ - "WebDAV провера идентитета", -"Save" => "Сачувај" -); -$PLURAL_FORMS = "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/apps/user_webdavauth/l10n/sr@latin.js b/apps/user_webdavauth/l10n/sr@latin.js new file mode 100644 index 0000000000..c6b89e5831 --- /dev/null +++ b/apps/user_webdavauth/l10n/sr@latin.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Snimi" +}, +"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/apps/user_webdavauth/l10n/sr@latin.json b/apps/user_webdavauth/l10n/sr@latin.json new file mode 100644 index 0000000000..5cca2be8ee --- /dev/null +++ b/apps/user_webdavauth/l10n/sr@latin.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Snimi" +},"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/apps/user_webdavauth/l10n/sr@latin.php b/apps/user_webdavauth/l10n/sr@latin.php deleted file mode 100644 index 3eb2811176..0000000000 --- a/apps/user_webdavauth/l10n/sr@latin.php +++ /dev/null @@ -1,5 +0,0 @@ - "Snimi" -); -$PLURAL_FORMS = "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/apps/user_webdavauth/l10n/sv.js b/apps/user_webdavauth/l10n/sv.js new file mode 100644 index 0000000000..d80f3c2230 --- /dev/null +++ b/apps/user_webdavauth/l10n/sv.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV Autentisering", + "Address:" : "Adress:", + "Save" : "Spara", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ownCloud kommer skicka användaruppgifterna till denna URL. Denna plugin kontrollerar svaret och tolkar HTTP-statuskoderna 401 och 403 som felaktiga uppgifter, och alla andra svar som giltiga uppgifter." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/sv.json b/apps/user_webdavauth/l10n/sv.json new file mode 100644 index 0000000000..f11a1610ec --- /dev/null +++ b/apps/user_webdavauth/l10n/sv.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV Autentisering", + "Address:" : "Adress:", + "Save" : "Spara", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ownCloud kommer skicka användaruppgifterna till denna URL. Denna plugin kontrollerar svaret och tolkar HTTP-statuskoderna 401 och 403 som felaktiga uppgifter, och alla andra svar som giltiga uppgifter." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/sv.php b/apps/user_webdavauth/l10n/sv.php deleted file mode 100644 index ed9b19db31..0000000000 --- a/apps/user_webdavauth/l10n/sv.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV Autentisering", -"Address:" => "Adress:", -"Save" => "Spara", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud kommer skicka användaruppgifterna till denna URL. Denna plugin kontrollerar svaret och tolkar HTTP-statuskoderna 401 och 403 som felaktiga uppgifter, och alla andra svar som giltiga uppgifter." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/ta_LK.js b/apps/user_webdavauth/l10n/ta_LK.js new file mode 100644 index 0000000000..d71f18fe19 --- /dev/null +++ b/apps/user_webdavauth/l10n/ta_LK.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "சேமிக்க " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/ta_LK.json b/apps/user_webdavauth/l10n/ta_LK.json new file mode 100644 index 0000000000..e881e68224 --- /dev/null +++ b/apps/user_webdavauth/l10n/ta_LK.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "சேமிக்க " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ta_LK.php b/apps/user_webdavauth/l10n/ta_LK.php deleted file mode 100644 index fdf3ac7b15..0000000000 --- a/apps/user_webdavauth/l10n/ta_LK.php +++ /dev/null @@ -1,5 +0,0 @@ - "சேமிக்க " -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/te.js b/apps/user_webdavauth/l10n/te.js new file mode 100644 index 0000000000..e632cc07e4 --- /dev/null +++ b/apps/user_webdavauth/l10n/te.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "భద్రపరచు" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/te.json b/apps/user_webdavauth/l10n/te.json new file mode 100644 index 0000000000..d250e26411 --- /dev/null +++ b/apps/user_webdavauth/l10n/te.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "భద్రపరచు" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/te.php b/apps/user_webdavauth/l10n/te.php deleted file mode 100644 index f3bf5e83cd..0000000000 --- a/apps/user_webdavauth/l10n/te.php +++ /dev/null @@ -1,5 +0,0 @@ - "భద్రపరచు" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/th_TH.js b/apps/user_webdavauth/l10n/th_TH.js new file mode 100644 index 0000000000..303af82311 --- /dev/null +++ b/apps/user_webdavauth/l10n/th_TH.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV Authentication", + "Save" : "บันทึก" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/th_TH.json b/apps/user_webdavauth/l10n/th_TH.json new file mode 100644 index 0000000000..da4e255d6e --- /dev/null +++ b/apps/user_webdavauth/l10n/th_TH.json @@ -0,0 +1,5 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV Authentication", + "Save" : "บันทึก" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/th_TH.php b/apps/user_webdavauth/l10n/th_TH.php deleted file mode 100644 index c6120ba309..0000000000 --- a/apps/user_webdavauth/l10n/th_TH.php +++ /dev/null @@ -1,6 +0,0 @@ - "WebDAV Authentication", -"Save" => "บันทึก" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/tr.js b/apps/user_webdavauth/l10n/tr.js new file mode 100644 index 0000000000..dd0a66a45e --- /dev/null +++ b/apps/user_webdavauth/l10n/tr.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV Kimlik Doğrulaması", + "Address:" : "Adres:", + "Save" : "Kaydet", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Kullanıcı kimlik bilgileri bu adrese gönderilecek. Bu eklenti yanıtı kontrol edecek ve 401 ile 403 HTTP durum kodlarını geçersiz kimlik bilgileri olarak, diğer yanıtları ise doğru kimlik bilgileri olarak algılayacaktır." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/user_webdavauth/l10n/tr.json b/apps/user_webdavauth/l10n/tr.json new file mode 100644 index 0000000000..3c8845256c --- /dev/null +++ b/apps/user_webdavauth/l10n/tr.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV Kimlik Doğrulaması", + "Address:" : "Adres:", + "Save" : "Kaydet", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Kullanıcı kimlik bilgileri bu adrese gönderilecek. Bu eklenti yanıtı kontrol edecek ve 401 ile 403 HTTP durum kodlarını geçersiz kimlik bilgileri olarak, diğer yanıtları ise doğru kimlik bilgileri olarak algılayacaktır." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/tr.php b/apps/user_webdavauth/l10n/tr.php deleted file mode 100644 index f07b3d8174..0000000000 --- a/apps/user_webdavauth/l10n/tr.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV Kimlik Doğrulaması", -"Address:" => "Adres:", -"Save" => "Kaydet", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Kullanıcı kimlik bilgileri bu adrese gönderilecek. Bu eklenti yanıtı kontrol edecek ve 401 ile 403 HTTP durum kodlarını geçersiz kimlik bilgileri olarak, diğer yanıtları ise doğru kimlik bilgileri olarak algılayacaktır." -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/apps/user_webdavauth/l10n/ug.js b/apps/user_webdavauth/l10n/ug.js new file mode 100644 index 0000000000..2fe5c26fe2 --- /dev/null +++ b/apps/user_webdavauth/l10n/ug.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV سالاھىيەت دەلىللەش", + "Save" : "ساقلا" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/ug.json b/apps/user_webdavauth/l10n/ug.json new file mode 100644 index 0000000000..a897a27d54 --- /dev/null +++ b/apps/user_webdavauth/l10n/ug.json @@ -0,0 +1,5 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV سالاھىيەت دەلىللەش", + "Save" : "ساقلا" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ug.php b/apps/user_webdavauth/l10n/ug.php deleted file mode 100644 index f4e736952c..0000000000 --- a/apps/user_webdavauth/l10n/ug.php +++ /dev/null @@ -1,6 +0,0 @@ - "WebDAV سالاھىيەت دەلىللەش", -"Save" => "ساقلا" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/uk.js b/apps/user_webdavauth/l10n/uk.js new file mode 100644 index 0000000000..f0febc1d21 --- /dev/null +++ b/apps/user_webdavauth/l10n/uk.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Аутентифікація WebDAV", + "Address:" : "Адреси:", + "Save" : "Зберегти", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Облікові дані користувача буде надіслано на цю адресу. Цей плагін перевіряє відповідь і буде інтерпретувати коди статусу HTTP 401 і 403, як неправильні облікові дані, а всі інші відповіді, вважатимуться правильними." +}, +"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/apps/user_webdavauth/l10n/uk.json b/apps/user_webdavauth/l10n/uk.json new file mode 100644 index 0000000000..1bec19cbbd --- /dev/null +++ b/apps/user_webdavauth/l10n/uk.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "Аутентифікація WebDAV", + "Address:" : "Адреси:", + "Save" : "Зберегти", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Облікові дані користувача буде надіслано на цю адресу. Цей плагін перевіряє відповідь і буде інтерпретувати коди статусу HTTP 401 і 403, як неправильні облікові дані, а всі інші відповіді, вважатимуться правильними." +},"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/apps/user_webdavauth/l10n/uk.php b/apps/user_webdavauth/l10n/uk.php deleted file mode 100644 index 1b1463e5b7..0000000000 --- a/apps/user_webdavauth/l10n/uk.php +++ /dev/null @@ -1,8 +0,0 @@ - "Аутентифікація WebDAV", -"Address:" => "Адреси:", -"Save" => "Зберегти", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Облікові дані користувача буде надіслано на цю адресу. Цей плагін перевіряє відповідь і буде інтерпретувати коди статусу HTTP 401 і 403, як неправильні облікові дані, а всі інші відповіді, вважатимуться правильними." -); -$PLURAL_FORMS = "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/apps/user_webdavauth/l10n/ur_PK.js b/apps/user_webdavauth/l10n/ur_PK.js new file mode 100644 index 0000000000..45493bf7bf --- /dev/null +++ b/apps/user_webdavauth/l10n/ur_PK.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "حفظ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_webdavauth/l10n/ur_PK.json b/apps/user_webdavauth/l10n/ur_PK.json new file mode 100644 index 0000000000..2c8f5af7ae --- /dev/null +++ b/apps/user_webdavauth/l10n/ur_PK.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "حفظ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/ur_PK.php b/apps/user_webdavauth/l10n/ur_PK.php deleted file mode 100644 index 3546754a0d..0000000000 --- a/apps/user_webdavauth/l10n/ur_PK.php +++ /dev/null @@ -1,5 +0,0 @@ - "حفظ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/vi.js b/apps/user_webdavauth/l10n/vi.js new file mode 100644 index 0000000000..60ce096e7b --- /dev/null +++ b/apps/user_webdavauth/l10n/vi.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "Xác thực WebDAV", + "Save" : "Lưu", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Các thông tin người dùng sẽ được gửi đến địa chỉ này. Plugin này sẽ kiểm tra các phản hồi và các statuscodes HTTP 401 và 403 không hợp lệ, và tất cả những phản h khác như thông tin hợp lệ." +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/vi.json b/apps/user_webdavauth/l10n/vi.json new file mode 100644 index 0000000000..53163ca531 --- /dev/null +++ b/apps/user_webdavauth/l10n/vi.json @@ -0,0 +1,6 @@ +{ "translations": { + "WebDAV Authentication" : "Xác thực WebDAV", + "Save" : "Lưu", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Các thông tin người dùng sẽ được gửi đến địa chỉ này. Plugin này sẽ kiểm tra các phản hồi và các statuscodes HTTP 401 và 403 không hợp lệ, và tất cả những phản h khác như thông tin hợp lệ." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/vi.php b/apps/user_webdavauth/l10n/vi.php deleted file mode 100644 index ee8a47151c..0000000000 --- a/apps/user_webdavauth/l10n/vi.php +++ /dev/null @@ -1,7 +0,0 @@ - "Xác thực WebDAV", -"Save" => "Lưu", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Các thông tin người dùng sẽ được gửi đến địa chỉ này. Plugin này sẽ kiểm tra các phản hồi và các statuscodes HTTP 401 và 403 không hợp lệ, và tất cả những phản h khác như thông tin hợp lệ." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/zh_CN.js b/apps/user_webdavauth/l10n/zh_CN.js new file mode 100644 index 0000000000..9cca337fd6 --- /dev/null +++ b/apps/user_webdavauth/l10n/zh_CN.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV 认证", + "Address:" : "地址:", + "Save" : "保存", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "用户的身份将会被发送到此 URL。这个插件检查返回值并且将 HTTP 状态编码 401 和 403 解释为非法身份,其他所有返回值为合法身份。" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/zh_CN.json b/apps/user_webdavauth/l10n/zh_CN.json new file mode 100644 index 0000000000..5bd8489403 --- /dev/null +++ b/apps/user_webdavauth/l10n/zh_CN.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV 认证", + "Address:" : "地址:", + "Save" : "保存", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "用户的身份将会被发送到此 URL。这个插件检查返回值并且将 HTTP 状态编码 401 和 403 解释为非法身份,其他所有返回值为合法身份。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/zh_CN.php b/apps/user_webdavauth/l10n/zh_CN.php deleted file mode 100644 index 56569f1448..0000000000 --- a/apps/user_webdavauth/l10n/zh_CN.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV 认证", -"Address:" => "地址:", -"Save" => "保存", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "用户的身份将会被发送到此 URL。这个插件检查返回值并且将 HTTP 状态编码 401 和 403 解释为非法身份,其他所有返回值为合法身份。" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/zh_HK.js b/apps/user_webdavauth/l10n/zh_HK.js new file mode 100644 index 0000000000..87e29b7432 --- /dev/null +++ b/apps/user_webdavauth/l10n/zh_HK.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV 認證", + "Address:" : "地址:", + "Save" : "儲存", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "使用者憑證將會被傳送到此位址。此外掛程式將會檢查回應,HTTP狀態碼 401與403將會被理解為無效憑證,而所有其他的回應將會被理解為有效憑證。" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/zh_HK.json b/apps/user_webdavauth/l10n/zh_HK.json new file mode 100644 index 0000000000..a2108b738b --- /dev/null +++ b/apps/user_webdavauth/l10n/zh_HK.json @@ -0,0 +1,7 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV 認證", + "Address:" : "地址:", + "Save" : "儲存", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "使用者憑證將會被傳送到此位址。此外掛程式將會檢查回應,HTTP狀態碼 401與403將會被理解為無效憑證,而所有其他的回應將會被理解為有效憑證。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/zh_HK.php b/apps/user_webdavauth/l10n/zh_HK.php deleted file mode 100644 index 993a253fc3..0000000000 --- a/apps/user_webdavauth/l10n/zh_HK.php +++ /dev/null @@ -1,8 +0,0 @@ - "WebDAV 認證", -"Address:" => "地址:", -"Save" => "儲存", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "使用者憑證將會被傳送到此位址。此外掛程式將會檢查回應,HTTP狀態碼 401與403將會被理解為無效憑證,而所有其他的回應將會被理解為有效憑證。" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_webdavauth/l10n/zh_TW.js b/apps/user_webdavauth/l10n/zh_TW.js new file mode 100644 index 0000000000..a4de3acc40 --- /dev/null +++ b/apps/user_webdavauth/l10n/zh_TW.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_webdavauth", + { + "WebDAV Authentication" : "WebDAV 認證", + "Save" : "儲存", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "使用者憑證將會被傳送到此位址。此外掛程式將會檢查回應,HTTP狀態碼 401與403將會被理解為無效憑證,而所有其他的回應將會被理解為有效憑證。" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_webdavauth/l10n/zh_TW.json b/apps/user_webdavauth/l10n/zh_TW.json new file mode 100644 index 0000000000..aca5151be0 --- /dev/null +++ b/apps/user_webdavauth/l10n/zh_TW.json @@ -0,0 +1,6 @@ +{ "translations": { + "WebDAV Authentication" : "WebDAV 認證", + "Save" : "儲存", + "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "使用者憑證將會被傳送到此位址。此外掛程式將會檢查回應,HTTP狀態碼 401與403將會被理解為無效憑證,而所有其他的回應將會被理解為有效憑證。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/zh_TW.php b/apps/user_webdavauth/l10n/zh_TW.php deleted file mode 100644 index fa0e987fa3..0000000000 --- a/apps/user_webdavauth/l10n/zh_TW.php +++ /dev/null @@ -1,7 +0,0 @@ - "WebDAV 認證", -"Save" => "儲存", -"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "使用者憑證將會被傳送到此位址。此外掛程式將會檢查回應,HTTP狀態碼 401與403將會被理解為無效憑證,而所有其他的回應將會被理解為有效憑證。" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/ach.js b/core/l10n/ach.js new file mode 100644 index 0000000000..bc4e6c6bc6 --- /dev/null +++ b/core/l10n/ach.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/ach.json b/core/l10n/ach.json new file mode 100644 index 0000000000..4ebc0d2d45 --- /dev/null +++ b/core/l10n/ach.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/ach.php b/core/l10n/ach.php deleted file mode 100644 index e012fb1656..0000000000 --- a/core/l10n/ach.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/ady.js b/core/l10n/ady.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/ady.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/ady.json b/core/l10n/ady.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/ady.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/ady.php b/core/l10n/ady.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/ady.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/af_ZA.js b/core/l10n/af_ZA.js new file mode 100644 index 0000000000..c74d7112e6 --- /dev/null +++ b/core/l10n/af_ZA.js @@ -0,0 +1,129 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Kon nie e-pos aan die volgende gebruikers stuur nie: %s", + "Turned on maintenance mode" : "Instandhouding aangeskakel", + "Turned off maintenance mode" : "Instandhouding uitgeskakel", + "Updated database" : "Databasis opgedateer", + "Checked database schema update" : "Databasis skema opdatering nagegaan", + "Checked database schema update for apps" : "Databasis skema opdatering nagegaan vir sagteware", + "Updated \"%s\" to %s" : "\"%s\" opgedateer na %s", + "Disabled incompatible apps: %s" : "Onversoenbare sagteware onaktief gemaak: %s", + "No image or file provided" : "Geen prent of lêer voorsien", + "Unknown filetype" : "Onbekende lêertipe", + "Invalid image" : "Ongeldige prent", + "No temporary profile picture available, try again" : "Geen tydelike profiel foto beskikbaar nie, probeer weer", + "No crop data provided" : "Geen \"crop\" data verskaf", + "Sunday" : "Sondag", + "Monday" : "Maandag", + "Tuesday" : "Dinsdag", + "Wednesday" : "Woensdag", + "Thursday" : "Donderdag", + "Friday" : "Vrydag", + "Saturday" : "Saterdag", + "January" : "Januarie", + "February" : "Februarie", + "March" : "Maart", + "April" : "April", + "May" : "Mei", + "June" : "Junie", + "July" : "Julie", + "August" : "Augustus", + "September" : "September", + "October" : "Oktober", + "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.", + "I know what I'm doing" : "Ek weet wat ek doen", + "Reset password" : "Herstel wagwoord", + "Password can not be changed. Please contact your administrator." : "Wagwoord kan nie verander word nie. Kontak asseblief jou stelsel administrateur.", + "No" : "Nee", + "Yes" : "Ja", + "Choose" : "Kies", + "Ok" : "OK", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "One file conflict" : "Een lêer konflik", + "New Files" : "Nuwe lêers", + "Already existing files" : "Bestaande lêers", + "Cancel" : "Kanselleer", + "Continue" : "Gaan voort", + "Very weak password" : "Baie swak wagwoord", + "Weak password" : "Swak wagwoord", + "So-so password" : "So-so wagwoord", + "Good password" : "Goeie wagwoord", + "Strong password" : "Sterk wagwoord", + "Shared" : "Gedeel", + "Share" : "Deel", + "Error" : "Fout", + "Error while sharing" : "Deel veroorsaak fout", + "Error while unsharing" : "Deel terugneem veroorsaak fout", + "Error while changing permissions" : "Fout met verandering van regte", + "Shared with you and the group {group} by {owner}" : "Met jou en die groep {group} gedeel deur {owner}", + "Shared with you by {owner}" : "Met jou gedeel deur {owner}", + "Password protect" : "Beskerm met Wagwoord", + "Allow Public Upload" : "Laat Publieke Oplaai toe", + "Email link to person" : "E-pos aan persoon", + "Send" : "Stuur", + "Set expiration date" : "Stel verval datum", + "Expiration date" : "Verval datum", + "group" : "groep", + "Resharing is not allowed" : "Herdeling is nie toegelaat nie ", + "Shared in {item} with {user}" : "Gedeel in {item} met {user}", + "Unshare" : "Deel terug neem", + "can edit" : "kan wysig", + "access control" : "toegang beheer", + "create" : "skep", + "update" : "opdateer", + "delete" : "uitvee", + "Password protected" : "Beskerm met wagwoord", + "Error unsetting expiration date" : "Fout met skrapping van verval datum", + "Error setting expiration date" : "Fout met opstel van verval datum", + "Sending ..." : "Stuur ...", + "Email sent" : "E-pos gestuur", + "Warning" : "Waarskuwing", + "The object type is not specified." : "Hierdie objek tipe is nie gespesifiseer nie.", + "Add" : "Voeg by", + "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}", + "You will receive a link to reset your password via Email." : "Jy sal `n skakel via e-pos ontvang om jou wagwoord te herstel.", + "Username" : "Gebruikersnaam", + "Yes, I really want to reset my password now" : "Ja, Ek wil regtig my wagwoord herstel", + "New password" : "Nuwe wagwoord", + "For the best results, please consider using a GNU/Linux server instead." : "Oorweeg die gebruik van 'n GNU/Linux bediener vir die beste resultate.", + "Personal" : "Persoonlik", + "Users" : "Gebruikers", + "Apps" : "Toepassings", + "Admin" : "Admin", + "Help" : "Hulp", + "Access forbidden" : "Toegang verbode", + "Security Warning" : "Sekuriteits waarskuwing", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Jou PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Opdateer asseblief jou PHP installasie om %s veilig te gebruik", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Jou data gids en lêers is moontlik toeganklik vanaf die internet omdat die .htaccess lêer nie werk nie.", + "For information how to properly configure your server, please see the documentation." : "Vir inligting oor hoe om jou bediener behoorlik op te stel, sien asseblief diedokumentasie.", + "Create an admin account" : "Skep `n admin-rekening", + "Password" : "Wagwoord", + "Data folder" : "Data omslag", + "Configure the database" : "Stel databasis op", + "Database user" : "Databasis-gebruiker", + "Database password" : "Databasis-wagwoord", + "Database name" : "Databasis naam", + "Database tablespace" : "Databasis tabelspasie", + "Database host" : "Databasis gasheer", + "Finish setup" : "Maak opstelling klaar", + "%s is available. Get more information on how to update." : "%s is beskikbaar. Kry meer inligting oor opdatering.", + "Log out" : "Teken uit", + "remember" : "onthou", + "Log in" : "Teken aan", + "Alternative Logins" : "Alternatiewe aantekeninge", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Halo daar,

wou jou net laat weet dat %s %s met jou gedeel het.
Sien alles!

" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/af_ZA.json b/core/l10n/af_ZA.json new file mode 100644 index 0000000000..2065555d7d --- /dev/null +++ b/core/l10n/af_ZA.json @@ -0,0 +1,127 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Kon nie e-pos aan die volgende gebruikers stuur nie: %s", + "Turned on maintenance mode" : "Instandhouding aangeskakel", + "Turned off maintenance mode" : "Instandhouding uitgeskakel", + "Updated database" : "Databasis opgedateer", + "Checked database schema update" : "Databasis skema opdatering nagegaan", + "Checked database schema update for apps" : "Databasis skema opdatering nagegaan vir sagteware", + "Updated \"%s\" to %s" : "\"%s\" opgedateer na %s", + "Disabled incompatible apps: %s" : "Onversoenbare sagteware onaktief gemaak: %s", + "No image or file provided" : "Geen prent of lêer voorsien", + "Unknown filetype" : "Onbekende lêertipe", + "Invalid image" : "Ongeldige prent", + "No temporary profile picture available, try again" : "Geen tydelike profiel foto beskikbaar nie, probeer weer", + "No crop data provided" : "Geen \"crop\" data verskaf", + "Sunday" : "Sondag", + "Monday" : "Maandag", + "Tuesday" : "Dinsdag", + "Wednesday" : "Woensdag", + "Thursday" : "Donderdag", + "Friday" : "Vrydag", + "Saturday" : "Saterdag", + "January" : "Januarie", + "February" : "Februarie", + "March" : "Maart", + "April" : "April", + "May" : "Mei", + "June" : "Junie", + "July" : "Julie", + "August" : "Augustus", + "September" : "September", + "October" : "Oktober", + "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.", + "I know what I'm doing" : "Ek weet wat ek doen", + "Reset password" : "Herstel wagwoord", + "Password can not be changed. Please contact your administrator." : "Wagwoord kan nie verander word nie. Kontak asseblief jou stelsel administrateur.", + "No" : "Nee", + "Yes" : "Ja", + "Choose" : "Kies", + "Ok" : "OK", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "One file conflict" : "Een lêer konflik", + "New Files" : "Nuwe lêers", + "Already existing files" : "Bestaande lêers", + "Cancel" : "Kanselleer", + "Continue" : "Gaan voort", + "Very weak password" : "Baie swak wagwoord", + "Weak password" : "Swak wagwoord", + "So-so password" : "So-so wagwoord", + "Good password" : "Goeie wagwoord", + "Strong password" : "Sterk wagwoord", + "Shared" : "Gedeel", + "Share" : "Deel", + "Error" : "Fout", + "Error while sharing" : "Deel veroorsaak fout", + "Error while unsharing" : "Deel terugneem veroorsaak fout", + "Error while changing permissions" : "Fout met verandering van regte", + "Shared with you and the group {group} by {owner}" : "Met jou en die groep {group} gedeel deur {owner}", + "Shared with you by {owner}" : "Met jou gedeel deur {owner}", + "Password protect" : "Beskerm met Wagwoord", + "Allow Public Upload" : "Laat Publieke Oplaai toe", + "Email link to person" : "E-pos aan persoon", + "Send" : "Stuur", + "Set expiration date" : "Stel verval datum", + "Expiration date" : "Verval datum", + "group" : "groep", + "Resharing is not allowed" : "Herdeling is nie toegelaat nie ", + "Shared in {item} with {user}" : "Gedeel in {item} met {user}", + "Unshare" : "Deel terug neem", + "can edit" : "kan wysig", + "access control" : "toegang beheer", + "create" : "skep", + "update" : "opdateer", + "delete" : "uitvee", + "Password protected" : "Beskerm met wagwoord", + "Error unsetting expiration date" : "Fout met skrapping van verval datum", + "Error setting expiration date" : "Fout met opstel van verval datum", + "Sending ..." : "Stuur ...", + "Email sent" : "E-pos gestuur", + "Warning" : "Waarskuwing", + "The object type is not specified." : "Hierdie objek tipe is nie gespesifiseer nie.", + "Add" : "Voeg by", + "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}", + "You will receive a link to reset your password via Email." : "Jy sal `n skakel via e-pos ontvang om jou wagwoord te herstel.", + "Username" : "Gebruikersnaam", + "Yes, I really want to reset my password now" : "Ja, Ek wil regtig my wagwoord herstel", + "New password" : "Nuwe wagwoord", + "For the best results, please consider using a GNU/Linux server instead." : "Oorweeg die gebruik van 'n GNU/Linux bediener vir die beste resultate.", + "Personal" : "Persoonlik", + "Users" : "Gebruikers", + "Apps" : "Toepassings", + "Admin" : "Admin", + "Help" : "Hulp", + "Access forbidden" : "Toegang verbode", + "Security Warning" : "Sekuriteits waarskuwing", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Jou PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Opdateer asseblief jou PHP installasie om %s veilig te gebruik", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Jou data gids en lêers is moontlik toeganklik vanaf die internet omdat die .htaccess lêer nie werk nie.", + "For information how to properly configure your server, please see the documentation." : "Vir inligting oor hoe om jou bediener behoorlik op te stel, sien asseblief diedokumentasie.", + "Create an admin account" : "Skep `n admin-rekening", + "Password" : "Wagwoord", + "Data folder" : "Data omslag", + "Configure the database" : "Stel databasis op", + "Database user" : "Databasis-gebruiker", + "Database password" : "Databasis-wagwoord", + "Database name" : "Databasis naam", + "Database tablespace" : "Databasis tabelspasie", + "Database host" : "Databasis gasheer", + "Finish setup" : "Maak opstelling klaar", + "%s is available. Get more information on how to update." : "%s is beskikbaar. Kry meer inligting oor opdatering.", + "Log out" : "Teken uit", + "remember" : "onthou", + "Log in" : "Teken aan", + "Alternative Logins" : "Alternatiewe aantekeninge", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Halo daar,

wou jou net laat weet dat %s %s met jou gedeel het.
Sien alles!

" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/af_ZA.php b/core/l10n/af_ZA.php deleted file mode 100644 index 404c7195c0..0000000000 --- a/core/l10n/af_ZA.php +++ /dev/null @@ -1,128 +0,0 @@ - "Kon nie e-pos aan die volgende gebruikers stuur nie: %s", -"Turned on maintenance mode" => "Instandhouding aangeskakel", -"Turned off maintenance mode" => "Instandhouding uitgeskakel", -"Updated database" => "Databasis opgedateer", -"Checked database schema update" => "Databasis skema opdatering nagegaan", -"Checked database schema update for apps" => "Databasis skema opdatering nagegaan vir sagteware", -"Updated \"%s\" to %s" => "\"%s\" opgedateer na %s", -"Disabled incompatible apps: %s" => "Onversoenbare sagteware onaktief gemaak: %s", -"No image or file provided" => "Geen prent of lêer voorsien", -"Unknown filetype" => "Onbekende lêertipe", -"Invalid image" => "Ongeldige prent", -"No temporary profile picture available, try again" => "Geen tydelike profiel foto beskikbaar nie, probeer weer", -"No crop data provided" => "Geen \"crop\" data verskaf", -"Sunday" => "Sondag", -"Monday" => "Maandag", -"Tuesday" => "Dinsdag", -"Wednesday" => "Woensdag", -"Thursday" => "Donderdag", -"Friday" => "Vrydag", -"Saturday" => "Saterdag", -"January" => "Januarie", -"February" => "Februarie", -"March" => "Maart", -"April" => "April", -"May" => "Mei", -"June" => "Junie", -"July" => "Julie", -"August" => "Augustus", -"September" => "September", -"October" => "Oktober", -"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.", -"I know what I'm doing" => "Ek weet wat ek doen", -"Reset password" => "Herstel wagwoord", -"Password can not be changed. Please contact your administrator." => "Wagwoord kan nie verander word nie. Kontak asseblief jou stelsel administrateur.", -"No" => "Nee", -"Yes" => "Ja", -"Choose" => "Kies", -"Ok" => "OK", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"One file conflict" => "Een lêer konflik", -"New Files" => "Nuwe lêers", -"Already existing files" => "Bestaande lêers", -"Cancel" => "Kanselleer", -"Continue" => "Gaan voort", -"Very weak password" => "Baie swak wagwoord", -"Weak password" => "Swak wagwoord", -"So-so password" => "So-so wagwoord", -"Good password" => "Goeie wagwoord", -"Strong password" => "Sterk wagwoord", -"Shared" => "Gedeel", -"Share" => "Deel", -"Error" => "Fout", -"Error while sharing" => "Deel veroorsaak fout", -"Error while unsharing" => "Deel terugneem veroorsaak fout", -"Error while changing permissions" => "Fout met verandering van regte", -"Shared with you and the group {group} by {owner}" => "Met jou en die groep {group} gedeel deur {owner}", -"Shared with you by {owner}" => "Met jou gedeel deur {owner}", -"Password protect" => "Beskerm met Wagwoord", -"Allow Public Upload" => "Laat Publieke Oplaai toe", -"Email link to person" => "E-pos aan persoon", -"Send" => "Stuur", -"Set expiration date" => "Stel verval datum", -"Expiration date" => "Verval datum", -"group" => "groep", -"Resharing is not allowed" => "Herdeling is nie toegelaat nie ", -"Shared in {item} with {user}" => "Gedeel in {item} met {user}", -"Unshare" => "Deel terug neem", -"can edit" => "kan wysig", -"access control" => "toegang beheer", -"create" => "skep", -"update" => "opdateer", -"delete" => "uitvee", -"Password protected" => "Beskerm met wagwoord", -"Error unsetting expiration date" => "Fout met skrapping van verval datum", -"Error setting expiration date" => "Fout met opstel van verval datum", -"Sending ..." => "Stuur ...", -"Email sent" => "E-pos gestuur", -"Warning" => "Waarskuwing", -"The object type is not specified." => "Hierdie objek tipe is nie gespesifiseer nie.", -"Add" => "Voeg by", -"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}", -"You will receive a link to reset your password via Email." => "Jy sal `n skakel via e-pos ontvang om jou wagwoord te herstel.", -"Username" => "Gebruikersnaam", -"Yes, I really want to reset my password now" => "Ja, Ek wil regtig my wagwoord herstel", -"New password" => "Nuwe wagwoord", -"For the best results, please consider using a GNU/Linux server instead." => "Oorweeg die gebruik van 'n GNU/Linux bediener vir die beste resultate.", -"Personal" => "Persoonlik", -"Users" => "Gebruikers", -"Apps" => "Toepassings", -"Admin" => "Admin", -"Help" => "Hulp", -"Access forbidden" => "Toegang verbode", -"Security Warning" => "Sekuriteits waarskuwing", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Jou PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Opdateer asseblief jou PHP installasie om %s veilig te gebruik", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Jou data gids en lêers is moontlik toeganklik vanaf die internet omdat die .htaccess lêer nie werk nie.", -"For information how to properly configure your server, please see the documentation." => "Vir inligting oor hoe om jou bediener behoorlik op te stel, sien asseblief diedokumentasie.", -"Create an admin account" => "Skep `n admin-rekening", -"Password" => "Wagwoord", -"Data folder" => "Data omslag", -"Configure the database" => "Stel databasis op", -"Database user" => "Databasis-gebruiker", -"Database password" => "Databasis-wagwoord", -"Database name" => "Databasis naam", -"Database tablespace" => "Databasis tabelspasie", -"Database host" => "Databasis gasheer", -"Finish setup" => "Maak opstelling klaar", -"%s is available. Get more information on how to update." => "%s is beskikbaar. Kry meer inligting oor opdatering.", -"Log out" => "Teken uit", -"remember" => "onthou", -"Log in" => "Teken aan", -"Alternative Logins" => "Alternatiewe aantekeninge", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Halo daar,

wou jou net laat weet dat %s %s met jou gedeel het.
Sien alles!

" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ak.js b/core/l10n/ak.js new file mode 100644 index 0000000000..8d5d332558 --- /dev/null +++ b/core/l10n/ak.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/ak.json b/core/l10n/ak.json new file mode 100644 index 0000000000..eda7891f2e --- /dev/null +++ b/core/l10n/ak.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/ak.php b/core/l10n/ak.php deleted file mode 100644 index df47d5b95c..0000000000 --- a/core/l10n/ak.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=n > 1;"; diff --git a/core/l10n/am_ET.js b/core/l10n/am_ET.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/am_ET.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/am_ET.json b/core/l10n/am_ET.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/am_ET.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/am_ET.php b/core/l10n/am_ET.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/am_ET.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ar.js b/core/l10n/ar.js new file mode 100644 index 0000000000..e7a2a1df35 --- /dev/null +++ b/core/l10n/ar.js @@ -0,0 +1,110 @@ +OC.L10N.register( + "core", + { + "Updated database" : "قاعدة بيانات المرفوعات", + "Unknown filetype" : "نوع الملف غير معروف", + "Invalid image" : "الصورة غير صالحة", + "Sunday" : "الأحد", + "Monday" : "الأثنين", + "Tuesday" : "الثلاثاء", + "Wednesday" : "الاربعاء", + "Thursday" : "الخميس", + "Friday" : "الجمعه", + "Saturday" : "السبت", + "January" : "كانون الثاني", + "February" : "شباط", + "March" : "آذار", + "April" : "نيسان", + "May" : "أيار", + "June" : "حزيران", + "July" : "تموز", + "August" : "آب", + "September" : "أيلول", + "October" : "تشرين الاول", + "November" : "تشرين الثاني", + "December" : "كانون الاول", + "Settings" : "إعدادات", + "File" : "ملف", + "Folder" : "مجلد", + "Saving..." : "جاري الحفظ...", + "Reset password" : "تعديل كلمة السر", + "No" : "لا", + "Yes" : "نعم", + "Choose" : "اختيار", + "Ok" : "موافق", + "_{count} file conflict_::_{count} file conflicts_" : ["","","","","",""], + "Cancel" : "الغاء", + "Very weak password" : "كلمة السر ضعيفة جدا", + "Weak 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 تبدو معطلة", + "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." : "هذا الخادم لا يوجد لدية اتصال انترنت. هذا يعني ان بعض الميزات مثل mounting التخزين الخارجي , تنبيهات عن التحديثات او تنزيلات برامج الطرف الثالث3 لا تعمل. الدخول للملفات البعيدة و ارسال تنبيهات البريد الالكتروني ممكن ان لا تعمل ايضا. نحن نقترح بتفعيل اتصال الانترنت لهذا الخادم لتتمكن من الاستفادة من كل الميزات", + "Shared" : "مشارك", + "Share" : "شارك", + "Error" : "خطأ", + "Error while sharing" : "حصل خطأ عند عملية المشاركة", + "Error while unsharing" : "حصل خطأ عند عملية إزالة المشاركة", + "Error while changing permissions" : "حصل خطأ عند عملية إعادة تعيين التصريح بالتوصل", + "Shared with you and the group {group} by {owner}" : "شورك معك ومع المجموعة {group} من قبل {owner}", + "Shared with you by {owner}" : "شورك معك من قبل {owner}", + "Share link" : "شارك الرابط", + "Password protect" : "حماية كلمة السر", + "Allow Public Upload" : "اسمح بالرفع للعامة", + "Email link to person" : "ارسل الرابط بالبريد الى صديق", + "Send" : "أرسل", + "Set expiration date" : "تعيين تاريخ إنتهاء الصلاحية", + "Expiration date" : "تاريخ إنتهاء الصلاحية", + "group" : "مجموعة", + "Resharing is not allowed" : "لا يسمح بعملية إعادة المشاركة", + "Shared in {item} with {user}" : "شورك في {item} مع {user}", + "Unshare" : "إلغاء مشاركة", + "can share" : "يمكن المشاركة", + "can edit" : "التحرير مسموح", + "access control" : "ضبط الوصول", + "create" : "إنشاء", + "update" : "تحديث", + "delete" : "حذف", + "Password protected" : "محمي بكلمة السر", + "Error unsetting expiration date" : "حصل خطأ عند عملية إزالة تاريخ إنتهاء الصلاحية", + "Error setting expiration date" : "حصل خطأ عند عملية تعيين تاريخ إنتهاء الصلاحية", + "Sending ..." : "جاري الارسال ...", + "Email sent" : "تم ارسال البريد الالكتروني", + "Warning" : "تحذير", + "The object type is not specified." : "نوع العنصر غير محدد.", + "Delete" : "إلغاء", + "Add" : "اضف", + "The update was successful. Redirecting you to ownCloud now." : "تم التحديث بنجاح , يتم اعادة توجيهك الان الى Owncloud", + "%s password reset" : "تمت إعادة ضبط كلمة مرور %s", + "Use the following link to reset your password: {link}" : "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}", + "You will receive a link to reset your password via Email." : "سوف نرسل لك بريد يحتوي على وصلة لتجديد كلمة السر.", + "Username" : "إسم المستخدم", + "Yes, I really want to reset my password now" : "نعم، أريد إعادة ضبظ كلمة مروري", + "New password" : "كلمات سر جديدة", + "Personal" : "شخصي", + "Users" : "المستخدمين", + "Apps" : "التطبيقات", + "Admin" : "المدير", + "Help" : "المساعدة", + "Access forbidden" : "التوصّل محظور", + "Security Warning" : "تحذير أمان", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "يرجى تحديث نسخة PHP لاستخدام %s بطريقة آمنة", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "مجلدات البيانات والملفات الخاصة قد تكون قابلة للوصول اليها عن طريق شبكة الانترنت وذلك بسبب ان ملف .htaccess لا يعمل بشكل صحيح.", + "For information how to properly configure your server, please see the documentation." : "لمزيد من المعلومات عن كيفية إعداد خادمك، يرجى الاطلاع على صفحة المساعدة.", + "Create an admin account" : "أضف مستخدم رئيسي ", + "Password" : "كلمة المرور", + "Data folder" : "مجلد المعلومات", + "Configure the database" : "أسس قاعدة البيانات", + "Database user" : "مستخدم قاعدة البيانات", + "Database password" : "كلمة سر مستخدم قاعدة البيانات", + "Database name" : "إسم قاعدة البيانات", + "Database tablespace" : "مساحة جدول قاعدة البيانات", + "Database host" : "خادم قاعدة البيانات", + "Finish setup" : "انهاء التعديلات", + "Log out" : "الخروج", + "remember" : "تذكر", + "Log in" : "أدخل", + "Alternative Logins" : "اسماء دخول بديلة" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/core/l10n/ar.json b/core/l10n/ar.json new file mode 100644 index 0000000000..7a26a719ce --- /dev/null +++ b/core/l10n/ar.json @@ -0,0 +1,108 @@ +{ "translations": { + "Updated database" : "قاعدة بيانات المرفوعات", + "Unknown filetype" : "نوع الملف غير معروف", + "Invalid image" : "الصورة غير صالحة", + "Sunday" : "الأحد", + "Monday" : "الأثنين", + "Tuesday" : "الثلاثاء", + "Wednesday" : "الاربعاء", + "Thursday" : "الخميس", + "Friday" : "الجمعه", + "Saturday" : "السبت", + "January" : "كانون الثاني", + "February" : "شباط", + "March" : "آذار", + "April" : "نيسان", + "May" : "أيار", + "June" : "حزيران", + "July" : "تموز", + "August" : "آب", + "September" : "أيلول", + "October" : "تشرين الاول", + "November" : "تشرين الثاني", + "December" : "كانون الاول", + "Settings" : "إعدادات", + "File" : "ملف", + "Folder" : "مجلد", + "Saving..." : "جاري الحفظ...", + "Reset password" : "تعديل كلمة السر", + "No" : "لا", + "Yes" : "نعم", + "Choose" : "اختيار", + "Ok" : "موافق", + "_{count} file conflict_::_{count} file conflicts_" : ["","","","","",""], + "Cancel" : "الغاء", + "Very weak password" : "كلمة السر ضعيفة جدا", + "Weak 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 تبدو معطلة", + "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." : "هذا الخادم لا يوجد لدية اتصال انترنت. هذا يعني ان بعض الميزات مثل mounting التخزين الخارجي , تنبيهات عن التحديثات او تنزيلات برامج الطرف الثالث3 لا تعمل. الدخول للملفات البعيدة و ارسال تنبيهات البريد الالكتروني ممكن ان لا تعمل ايضا. نحن نقترح بتفعيل اتصال الانترنت لهذا الخادم لتتمكن من الاستفادة من كل الميزات", + "Shared" : "مشارك", + "Share" : "شارك", + "Error" : "خطأ", + "Error while sharing" : "حصل خطأ عند عملية المشاركة", + "Error while unsharing" : "حصل خطأ عند عملية إزالة المشاركة", + "Error while changing permissions" : "حصل خطأ عند عملية إعادة تعيين التصريح بالتوصل", + "Shared with you and the group {group} by {owner}" : "شورك معك ومع المجموعة {group} من قبل {owner}", + "Shared with you by {owner}" : "شورك معك من قبل {owner}", + "Share link" : "شارك الرابط", + "Password protect" : "حماية كلمة السر", + "Allow Public Upload" : "اسمح بالرفع للعامة", + "Email link to person" : "ارسل الرابط بالبريد الى صديق", + "Send" : "أرسل", + "Set expiration date" : "تعيين تاريخ إنتهاء الصلاحية", + "Expiration date" : "تاريخ إنتهاء الصلاحية", + "group" : "مجموعة", + "Resharing is not allowed" : "لا يسمح بعملية إعادة المشاركة", + "Shared in {item} with {user}" : "شورك في {item} مع {user}", + "Unshare" : "إلغاء مشاركة", + "can share" : "يمكن المشاركة", + "can edit" : "التحرير مسموح", + "access control" : "ضبط الوصول", + "create" : "إنشاء", + "update" : "تحديث", + "delete" : "حذف", + "Password protected" : "محمي بكلمة السر", + "Error unsetting expiration date" : "حصل خطأ عند عملية إزالة تاريخ إنتهاء الصلاحية", + "Error setting expiration date" : "حصل خطأ عند عملية تعيين تاريخ إنتهاء الصلاحية", + "Sending ..." : "جاري الارسال ...", + "Email sent" : "تم ارسال البريد الالكتروني", + "Warning" : "تحذير", + "The object type is not specified." : "نوع العنصر غير محدد.", + "Delete" : "إلغاء", + "Add" : "اضف", + "The update was successful. Redirecting you to ownCloud now." : "تم التحديث بنجاح , يتم اعادة توجيهك الان الى Owncloud", + "%s password reset" : "تمت إعادة ضبط كلمة مرور %s", + "Use the following link to reset your password: {link}" : "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}", + "You will receive a link to reset your password via Email." : "سوف نرسل لك بريد يحتوي على وصلة لتجديد كلمة السر.", + "Username" : "إسم المستخدم", + "Yes, I really want to reset my password now" : "نعم، أريد إعادة ضبظ كلمة مروري", + "New password" : "كلمات سر جديدة", + "Personal" : "شخصي", + "Users" : "المستخدمين", + "Apps" : "التطبيقات", + "Admin" : "المدير", + "Help" : "المساعدة", + "Access forbidden" : "التوصّل محظور", + "Security Warning" : "تحذير أمان", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "يرجى تحديث نسخة PHP لاستخدام %s بطريقة آمنة", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "مجلدات البيانات والملفات الخاصة قد تكون قابلة للوصول اليها عن طريق شبكة الانترنت وذلك بسبب ان ملف .htaccess لا يعمل بشكل صحيح.", + "For information how to properly configure your server, please see the documentation." : "لمزيد من المعلومات عن كيفية إعداد خادمك، يرجى الاطلاع على صفحة المساعدة.", + "Create an admin account" : "أضف مستخدم رئيسي ", + "Password" : "كلمة المرور", + "Data folder" : "مجلد المعلومات", + "Configure the database" : "أسس قاعدة البيانات", + "Database user" : "مستخدم قاعدة البيانات", + "Database password" : "كلمة سر مستخدم قاعدة البيانات", + "Database name" : "إسم قاعدة البيانات", + "Database tablespace" : "مساحة جدول قاعدة البيانات", + "Database host" : "خادم قاعدة البيانات", + "Finish setup" : "انهاء التعديلات", + "Log out" : "الخروج", + "remember" : "تذكر", + "Log in" : "أدخل", + "Alternative Logins" : "اسماء دخول بديلة" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/core/l10n/ar.php b/core/l10n/ar.php deleted file mode 100644 index 0f1f613b80..0000000000 --- a/core/l10n/ar.php +++ /dev/null @@ -1,109 +0,0 @@ - "قاعدة بيانات المرفوعات", -"Unknown filetype" => "نوع الملف غير معروف", -"Invalid image" => "الصورة غير صالحة", -"Sunday" => "الأحد", -"Monday" => "الأثنين", -"Tuesday" => "الثلاثاء", -"Wednesday" => "الاربعاء", -"Thursday" => "الخميس", -"Friday" => "الجمعه", -"Saturday" => "السبت", -"January" => "كانون الثاني", -"February" => "شباط", -"March" => "آذار", -"April" => "نيسان", -"May" => "أيار", -"June" => "حزيران", -"July" => "تموز", -"August" => "آب", -"September" => "أيلول", -"October" => "تشرين الاول", -"November" => "تشرين الثاني", -"December" => "كانون الاول", -"Settings" => "إعدادات", -"File" => "ملف", -"Folder" => "مجلد", -"Saving..." => "جاري الحفظ...", -"Reset password" => "تعديل كلمة السر", -"No" => "لا", -"Yes" => "نعم", -"Choose" => "اختيار", -"Ok" => "موافق", -"_{count} file conflict_::_{count} file conflicts_" => array("","","","","",""), -"Cancel" => "الغاء", -"Very weak password" => "كلمة السر ضعيفة جدا", -"Weak 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 تبدو معطلة", -"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." => "هذا الخادم لا يوجد لدية اتصال انترنت. هذا يعني ان بعض الميزات مثل mounting التخزين الخارجي , تنبيهات عن التحديثات او تنزيلات برامج الطرف الثالث3 لا تعمل. الدخول للملفات البعيدة و ارسال تنبيهات البريد الالكتروني ممكن ان لا تعمل ايضا. نحن نقترح بتفعيل اتصال الانترنت لهذا الخادم لتتمكن من الاستفادة من كل الميزات", -"Shared" => "مشارك", -"Share" => "شارك", -"Error" => "خطأ", -"Error while sharing" => "حصل خطأ عند عملية المشاركة", -"Error while unsharing" => "حصل خطأ عند عملية إزالة المشاركة", -"Error while changing permissions" => "حصل خطأ عند عملية إعادة تعيين التصريح بالتوصل", -"Shared with you and the group {group} by {owner}" => "شورك معك ومع المجموعة {group} من قبل {owner}", -"Shared with you by {owner}" => "شورك معك من قبل {owner}", -"Share link" => "شارك الرابط", -"Password protect" => "حماية كلمة السر", -"Allow Public Upload" => "اسمح بالرفع للعامة", -"Email link to person" => "ارسل الرابط بالبريد الى صديق", -"Send" => "أرسل", -"Set expiration date" => "تعيين تاريخ إنتهاء الصلاحية", -"Expiration date" => "تاريخ إنتهاء الصلاحية", -"group" => "مجموعة", -"Resharing is not allowed" => "لا يسمح بعملية إعادة المشاركة", -"Shared in {item} with {user}" => "شورك في {item} مع {user}", -"Unshare" => "إلغاء مشاركة", -"can share" => "يمكن المشاركة", -"can edit" => "التحرير مسموح", -"access control" => "ضبط الوصول", -"create" => "إنشاء", -"update" => "تحديث", -"delete" => "حذف", -"Password protected" => "محمي بكلمة السر", -"Error unsetting expiration date" => "حصل خطأ عند عملية إزالة تاريخ إنتهاء الصلاحية", -"Error setting expiration date" => "حصل خطأ عند عملية تعيين تاريخ إنتهاء الصلاحية", -"Sending ..." => "جاري الارسال ...", -"Email sent" => "تم ارسال البريد الالكتروني", -"Warning" => "تحذير", -"The object type is not specified." => "نوع العنصر غير محدد.", -"Delete" => "إلغاء", -"Add" => "اضف", -"The update was successful. Redirecting you to ownCloud now." => "تم التحديث بنجاح , يتم اعادة توجيهك الان الى Owncloud", -"%s password reset" => "تمت إعادة ضبط كلمة مرور %s", -"Use the following link to reset your password: {link}" => "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}", -"You will receive a link to reset your password via Email." => "سوف نرسل لك بريد يحتوي على وصلة لتجديد كلمة السر.", -"Username" => "إسم المستخدم", -"Yes, I really want to reset my password now" => "نعم، أريد إعادة ضبظ كلمة مروري", -"New password" => "كلمات سر جديدة", -"Personal" => "شخصي", -"Users" => "المستخدمين", -"Apps" => "التطبيقات", -"Admin" => "المدير", -"Help" => "المساعدة", -"Access forbidden" => "التوصّل محظور", -"Security Warning" => "تحذير أمان", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "يرجى تحديث نسخة PHP لاستخدام %s بطريقة آمنة", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "مجلدات البيانات والملفات الخاصة قد تكون قابلة للوصول اليها عن طريق شبكة الانترنت وذلك بسبب ان ملف .htaccess لا يعمل بشكل صحيح.", -"For information how to properly configure your server, please see the documentation." => "لمزيد من المعلومات عن كيفية إعداد خادمك، يرجى الاطلاع على صفحة المساعدة.", -"Create an admin account" => "أضف مستخدم رئيسي ", -"Password" => "كلمة المرور", -"Data folder" => "مجلد المعلومات", -"Configure the database" => "أسس قاعدة البيانات", -"Database user" => "مستخدم قاعدة البيانات", -"Database password" => "كلمة سر مستخدم قاعدة البيانات", -"Database name" => "إسم قاعدة البيانات", -"Database tablespace" => "مساحة جدول قاعدة البيانات", -"Database host" => "خادم قاعدة البيانات", -"Finish setup" => "انهاء التعديلات", -"Log out" => "الخروج", -"remember" => "تذكر", -"Log in" => "أدخل", -"Alternative Logins" => "اسماء دخول بديلة" -); -$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"; diff --git a/core/l10n/ast.js b/core/l10n/ast.js new file mode 100644 index 0000000000..54be6e32d8 --- /dev/null +++ b/core/l10n/ast.js @@ -0,0 +1,189 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Nun pudo unviase'l corréu a los usuarios siguientes: %s", + "Turned on maintenance mode" : "Activáu'l mou de caltenimientu", + "Turned off maintenance mode" : "Apagáu'l mou de caltenimientu", + "Updated database" : "Base de datos anovada", + "Checked database schema update" : "Anovamientu del esquema de base de datos revisáu", + "Updated \"%s\" to %s" : "Anováu \"%s\" a %s", + "Disabled incompatible apps: %s" : "Aplicaciones incompatibles desactivaes: %s", + "No image or file provided" : "Nun s'especificó nenguna imaxe o ficheru", + "Unknown filetype" : "Triba de ficheru desconocida", + "Invalid image" : "Imaxe inválida", + "No temporary profile picture available, try again" : "Nengún perfil d'imaxe temporal disponible, intentalo de nueves", + "No crop data provided" : "Nun s'apurrió'l retayu de datos", + "Sunday" : "Domingu", + "Monday" : "Llunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Xueves", + "Friday" : "Vienres", + "Saturday" : "Sábadu", + "January" : "Xineru", + "February" : "Febreru", + "March" : "Marzu", + "April" : "Abril", + "May" : "Mayu", + "June" : "Xunu", + "July" : "Xunetu", + "August" : "Agostu", + "September" : "Setiembre", + "October" : "Ochobre", + "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", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Los tos ficheros tán crifraos. Si nun habilitesti la clave de recuperación, nun habrá forma de recuperar los tos datos dempués de que se reanicie la to contraseña.
Si nun tas seguru de qué facer, por favor contauta col to alministrador enantes que sigas.
¿De xuru quies siguir?", + "I know what I'm doing" : "Sé lo que toi faciendo", + "Reset password" : "Restablecer contraseña", + "Password can not be changed. Please contact your administrator." : "Nun pue camudase la contraseña. Por favor, contauta col alministrador.", + "No" : "Non", + "Yes" : "Sí", + "Choose" : "Esbillar", + "Error loading file picker template: {error}" : "Fallu cargando'l ficheru de plantía d'escoyeta: {error}", + "Ok" : "Aceutar", + "Error loading message template: {error}" : "Fallu cargando'l mensaxe de la plantía: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflictu de ficheru","{count} conflictos de ficheru "], + "One file conflict" : "Conflictu nun ficheru", + "New Files" : "Ficheros nuevos", + "Already existing files" : "Ficheros qu'esisten yá", + "Which files do you want to keep?" : "¿Qué ficheros quies caltener?", + "If you select both versions, the copied file will have a number added to its name." : "Si seleiciones dambes versiones, el ficheru copiáu va tener un númberu amestáu al so nome", + "Cancel" : "Encaboxar", + "Continue" : "Continuar", + "(all selected)" : "(esbillao too)", + "({count} selected)" : "(esbillaos {count})", + "Error loading file exists template" : "Falu cargando plantía de ficheru esistente", + "Very weak password" : "Contraseña mui feble", + "Weak password" : "Contraseña feble", + "So-so password" : "Contraseña pasable", + "Good password" : "Contraseña bona", + "Strong password" : "Contraseña mui bona", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "El to sirvidor web entá nun ta configuráu afayadizamente pa permitir la sincronización de ficheros porque la interfaz WebDAV paez tar rota.", + "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." : "Esti sirvidor nun tien conexón a Internet. Esto significa que dalgunes de les carauterístiques nun van funcionar, como'l montaxe d'almacenamiento esternu, les notificaciones sobre anovamientos, la instalación d'aplicaciones de terceros, l'accesu a los ficheros de mou remotu o l'unviu de correos-e de notificación. Suxerimos habilitar una conexón a Internet nesti sirvidor pa esfrutar de toles funciones.", + "Shared" : "Compartíu", + "Shared with {recipients}" : "Compartío con {recipients}", + "Share" : "Compartir", + "Error" : "Fallu", + "Error while sharing" : "Fallu mientres la compartición", + "Error while unsharing" : "Fallu mientres se dexaba de compartir", + "Error while changing permissions" : "Fallu mientres camudaben los permisos", + "Shared with you and the group {group} by {owner}" : "Compartíu contigo y col grupu {group} por {owner}", + "Shared with you by {owner}" : "Compartíu contigo por {owner}", + "Share with user or group …" : "Compartir col usuariu o grupu ...", + "Share link" : "Compartir enllaz", + "The public link will expire no later than {days} days after it is created" : "L'enllaz públicu va caducar enantes de {days} díes dende la so creación", + "Password protect" : "Protexer con contraseña", + "Choose a password for the public link" : "Escueyi una contraseña pal enllaz públicu", + "Allow Public Upload" : "Permitir xuba pública", + "Email link to person" : "Enllaz de corréu-e a la persona", + "Send" : "Unviar", + "Set expiration date" : "Afitar la data de caducidá", + "Expiration date" : "Data de caducidá", + "group" : "grupu", + "Resharing is not allowed" : "Recompartir nun ta permitíu", + "Shared in {item} with {user}" : "Compartíu en {item} con {user}", + "Unshare" : "Dexar de compartir", + "notify by email" : "notificar per corréu", + "can share" : "pue compartir", + "can edit" : "pue editar", + "access control" : "control d'accesu", + "create" : "crear", + "update" : "xubir", + "delete" : "desaniciar", + "Password protected" : "Contraseña protexida", + "Error unsetting expiration date" : "Fallu desafitando la data de caducidá", + "Error setting expiration date" : "Fallu afitando la fecha de caducidá", + "Sending ..." : "Unviando ...", + "Email sent" : "Corréu unviáu", + "Warning" : "Avisu", + "The object type is not specified." : "El tipu d'oxetu nun ta especificáu.", + "Enter new" : "Introducir nueva", + "Delete" : "Desaniciar", + "Add" : "Amestar", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "L'anovamientu fízose con ésitu. Redirixiendo agora al to ownCloud.", + "Couldn't reset password because the token is invalid" : "Nun pudo reaniciase la contraseña porque'l token ye inválidu", + "Couldn't send reset email. Please make sure your username is correct." : "Nun pudo unviase'l corréu. Por favor, asegurate que'l to nome d'usuariu seya correutu", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nun pudo unviase'l corréu porque nun hai direición de corréu pa esti nome d'usuariu. Por favor, contauta col alministrador", + "%s password reset" : "%s restablecer contraseña", + "Use the following link to reset your password: {link}" : "Usa'l siguiente enllaz pa restablecer la to contraseña: {link}", + "You will receive a link to reset your password via Email." : "Vas recibir un enllaz vía Corréu-e pa restablecer la to contraseña", + "Username" : "Nome d'usuariu", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Los ficheros tán cifraos. Si nun habilitesti la clave de recuperación, nun habrá forma de recuperar los tos datos dempués de que la contraseña se reanicie. Si nun tas seguru de qué facer, por favor contauta col alministrador enantes de siguir. ¿De xuru quies continuar?", + "Yes, I really want to reset my password now" : "Sí, quiero reaniciar daveres la mio contraseña agora", + "Reset" : "Reaniciar", + "New password" : "Contraseña nueva", + "New Password" : "Contraseña nueva", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nun ta sofitáu y %s nun furrulará afayadizamente nesta plataforma. ¡Úsalu baxo'l to riesgu!", + "For the best results, please consider using a GNU/Linux server instead." : "Pa los meyores resultaos, por favor considera l'usu d'un sirvidor GNU/Linux nel so llugar.", + "Personal" : "Personal", + "Users" : "Usuarios", + "Apps" : "Aplicaciones", + "Admin" : "Alministrador", + "Help" : "Ayuda", + "Error loading tags" : "Fallu cargando les etiquetes", + "Tag already exists" : "Yá esiste la etiqueta", + "Error deleting tag(s)" : "Fallu desaniciando etiqueta(es)", + "Error tagging" : "Fallu etiquetando", + "Error untagging" : "Fallu al quitar etiquetes", + "Error favoriting" : "Fallu al marcar favoritos", + "Error unfavoriting" : "Fallu al desmarcar favoritos", + "Access forbidden" : "Accesu denegáu", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola, ¿qué hai?\n\nnamái déxanos dicite que %s compartió %s contigo.\nVelu: %s\n\n", + "The share will expire on %s." : "La compartición va caducar el %s.", + "Cheers!" : "¡Salú!", + "Security Warning" : "Avisu de seguridá", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "La to versión de PHP ye vulnerable al ataque NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor, anova la to instalación de PHP pa usar %s de mou seguru.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "El to direutoriu de datos y ficheros seique ye accesible dende internet por mor qu'el ficheru .htaccess nun furrula.", + "For information how to properly configure your server, please see the documentation." : "Pa informase de cómo configurar el so sirvidor, por favor güeya la documentación.", + "Create an admin account" : "Crea una cuenta d'alministrador", + "Password" : "Contraseña", + "Storage & database" : "Almacenamientu y Base de datos", + "Data folder" : "Carpeta de datos", + "Configure the database" : "Configura la base de datos", + "Only %s is available." : "Namái ta disponible %s", + "Database user" : "Usuariu de la base de datos", + "Database password" : "Contraseña de la base de datos", + "Database name" : "Nome de la base de datos", + "Database tablespace" : "Espaciu de tables de la base de datos", + "Database host" : "Agospiador de la base de datos", + "SQLite will be used as database. For larger installations we recommend to change this." : "Va usase SQLite como base de datos. Pa instalaciones más grandes, recomiéndase cambiar esto.", + "Finish setup" : "Finar la configuración ", + "Finishing …" : "Finando ...", + "%s is available. Get more information on how to update." : "Ta disponible %s. Consigui más información en cómo anovar·", + "Log out" : "Zarrar sesión", + "Server side authentication failed!" : "Falló l'autenticación nel sirvidor!", + "Please contact your administrator." : "Por favor, contauta col to alministrador", + "Forgot your password? Reset it!" : "¿Escaeciesti la to contraseña? ¡Reaníciala!", + "remember" : "recordar", + "Log in" : "Aniciar sesión", + "Alternative Logins" : "Anicios de sesión alternativos", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hola, ¿qué hai?,

namái déxamos dicite que %s compartió %s contigo.\n
¡Velu!

", + "This ownCloud instance is currently in single user mode." : "Esta instalación d'ownCloud ta en mou d'usuariu únicu.", + "This means only administrators can use the instance." : "Esto quier dicir que namái pue usala un alministrador.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contauta col alministrador si esti problema sigui apaeciendo.", + "Thank you for your patience." : "Gracies pola to paciencia.", + "You are accessing the server from an untrusted domain." : "Tas accediendo al sirvidor dende un dominiu non confiáu.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contauta col alministrador. Si yes l'alministrador, configura l'axuste \"trusted_domain\" en config/config.php. Hai un exemplu en config/config.sample.php.", + "Add \"%s\" as trusted domain" : "Amestáu \"%s\" como dominiu de confianza", + "%s will be updated to version %s." : "%s anovaráse a la versión %s.", + "The following apps will be disabled:" : "Deshabilitaránse les siguientes aplicaciones:", + "The theme %s has been disabled." : "Deshabilitóse'l tema %s.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enantes de siguir, asegúrate de que se fizo una copia de seguridá de la base de datos, la carpeta de configuración y la carpeta de datos.", + "Start update" : "Aniciar anovamientu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ast.json b/core/l10n/ast.json new file mode 100644 index 0000000000..f8e69885e0 --- /dev/null +++ b/core/l10n/ast.json @@ -0,0 +1,187 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Nun pudo unviase'l corréu a los usuarios siguientes: %s", + "Turned on maintenance mode" : "Activáu'l mou de caltenimientu", + "Turned off maintenance mode" : "Apagáu'l mou de caltenimientu", + "Updated database" : "Base de datos anovada", + "Checked database schema update" : "Anovamientu del esquema de base de datos revisáu", + "Updated \"%s\" to %s" : "Anováu \"%s\" a %s", + "Disabled incompatible apps: %s" : "Aplicaciones incompatibles desactivaes: %s", + "No image or file provided" : "Nun s'especificó nenguna imaxe o ficheru", + "Unknown filetype" : "Triba de ficheru desconocida", + "Invalid image" : "Imaxe inválida", + "No temporary profile picture available, try again" : "Nengún perfil d'imaxe temporal disponible, intentalo de nueves", + "No crop data provided" : "Nun s'apurrió'l retayu de datos", + "Sunday" : "Domingu", + "Monday" : "Llunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Xueves", + "Friday" : "Vienres", + "Saturday" : "Sábadu", + "January" : "Xineru", + "February" : "Febreru", + "March" : "Marzu", + "April" : "Abril", + "May" : "Mayu", + "June" : "Xunu", + "July" : "Xunetu", + "August" : "Agostu", + "September" : "Setiembre", + "October" : "Ochobre", + "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", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Los tos ficheros tán crifraos. Si nun habilitesti la clave de recuperación, nun habrá forma de recuperar los tos datos dempués de que se reanicie la to contraseña.
Si nun tas seguru de qué facer, por favor contauta col to alministrador enantes que sigas.
¿De xuru quies siguir?", + "I know what I'm doing" : "Sé lo que toi faciendo", + "Reset password" : "Restablecer contraseña", + "Password can not be changed. Please contact your administrator." : "Nun pue camudase la contraseña. Por favor, contauta col alministrador.", + "No" : "Non", + "Yes" : "Sí", + "Choose" : "Esbillar", + "Error loading file picker template: {error}" : "Fallu cargando'l ficheru de plantía d'escoyeta: {error}", + "Ok" : "Aceutar", + "Error loading message template: {error}" : "Fallu cargando'l mensaxe de la plantía: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflictu de ficheru","{count} conflictos de ficheru "], + "One file conflict" : "Conflictu nun ficheru", + "New Files" : "Ficheros nuevos", + "Already existing files" : "Ficheros qu'esisten yá", + "Which files do you want to keep?" : "¿Qué ficheros quies caltener?", + "If you select both versions, the copied file will have a number added to its name." : "Si seleiciones dambes versiones, el ficheru copiáu va tener un númberu amestáu al so nome", + "Cancel" : "Encaboxar", + "Continue" : "Continuar", + "(all selected)" : "(esbillao too)", + "({count} selected)" : "(esbillaos {count})", + "Error loading file exists template" : "Falu cargando plantía de ficheru esistente", + "Very weak password" : "Contraseña mui feble", + "Weak password" : "Contraseña feble", + "So-so password" : "Contraseña pasable", + "Good password" : "Contraseña bona", + "Strong password" : "Contraseña mui bona", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "El to sirvidor web entá nun ta configuráu afayadizamente pa permitir la sincronización de ficheros porque la interfaz WebDAV paez tar rota.", + "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." : "Esti sirvidor nun tien conexón a Internet. Esto significa que dalgunes de les carauterístiques nun van funcionar, como'l montaxe d'almacenamiento esternu, les notificaciones sobre anovamientos, la instalación d'aplicaciones de terceros, l'accesu a los ficheros de mou remotu o l'unviu de correos-e de notificación. Suxerimos habilitar una conexón a Internet nesti sirvidor pa esfrutar de toles funciones.", + "Shared" : "Compartíu", + "Shared with {recipients}" : "Compartío con {recipients}", + "Share" : "Compartir", + "Error" : "Fallu", + "Error while sharing" : "Fallu mientres la compartición", + "Error while unsharing" : "Fallu mientres se dexaba de compartir", + "Error while changing permissions" : "Fallu mientres camudaben los permisos", + "Shared with you and the group {group} by {owner}" : "Compartíu contigo y col grupu {group} por {owner}", + "Shared with you by {owner}" : "Compartíu contigo por {owner}", + "Share with user or group …" : "Compartir col usuariu o grupu ...", + "Share link" : "Compartir enllaz", + "The public link will expire no later than {days} days after it is created" : "L'enllaz públicu va caducar enantes de {days} díes dende la so creación", + "Password protect" : "Protexer con contraseña", + "Choose a password for the public link" : "Escueyi una contraseña pal enllaz públicu", + "Allow Public Upload" : "Permitir xuba pública", + "Email link to person" : "Enllaz de corréu-e a la persona", + "Send" : "Unviar", + "Set expiration date" : "Afitar la data de caducidá", + "Expiration date" : "Data de caducidá", + "group" : "grupu", + "Resharing is not allowed" : "Recompartir nun ta permitíu", + "Shared in {item} with {user}" : "Compartíu en {item} con {user}", + "Unshare" : "Dexar de compartir", + "notify by email" : "notificar per corréu", + "can share" : "pue compartir", + "can edit" : "pue editar", + "access control" : "control d'accesu", + "create" : "crear", + "update" : "xubir", + "delete" : "desaniciar", + "Password protected" : "Contraseña protexida", + "Error unsetting expiration date" : "Fallu desafitando la data de caducidá", + "Error setting expiration date" : "Fallu afitando la fecha de caducidá", + "Sending ..." : "Unviando ...", + "Email sent" : "Corréu unviáu", + "Warning" : "Avisu", + "The object type is not specified." : "El tipu d'oxetu nun ta especificáu.", + "Enter new" : "Introducir nueva", + "Delete" : "Desaniciar", + "Add" : "Amestar", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "L'anovamientu fízose con ésitu. Redirixiendo agora al to ownCloud.", + "Couldn't reset password because the token is invalid" : "Nun pudo reaniciase la contraseña porque'l token ye inválidu", + "Couldn't send reset email. Please make sure your username is correct." : "Nun pudo unviase'l corréu. Por favor, asegurate que'l to nome d'usuariu seya correutu", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nun pudo unviase'l corréu porque nun hai direición de corréu pa esti nome d'usuariu. Por favor, contauta col alministrador", + "%s password reset" : "%s restablecer contraseña", + "Use the following link to reset your password: {link}" : "Usa'l siguiente enllaz pa restablecer la to contraseña: {link}", + "You will receive a link to reset your password via Email." : "Vas recibir un enllaz vía Corréu-e pa restablecer la to contraseña", + "Username" : "Nome d'usuariu", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Los ficheros tán cifraos. Si nun habilitesti la clave de recuperación, nun habrá forma de recuperar los tos datos dempués de que la contraseña se reanicie. Si nun tas seguru de qué facer, por favor contauta col alministrador enantes de siguir. ¿De xuru quies continuar?", + "Yes, I really want to reset my password now" : "Sí, quiero reaniciar daveres la mio contraseña agora", + "Reset" : "Reaniciar", + "New password" : "Contraseña nueva", + "New Password" : "Contraseña nueva", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nun ta sofitáu y %s nun furrulará afayadizamente nesta plataforma. ¡Úsalu baxo'l to riesgu!", + "For the best results, please consider using a GNU/Linux server instead." : "Pa los meyores resultaos, por favor considera l'usu d'un sirvidor GNU/Linux nel so llugar.", + "Personal" : "Personal", + "Users" : "Usuarios", + "Apps" : "Aplicaciones", + "Admin" : "Alministrador", + "Help" : "Ayuda", + "Error loading tags" : "Fallu cargando les etiquetes", + "Tag already exists" : "Yá esiste la etiqueta", + "Error deleting tag(s)" : "Fallu desaniciando etiqueta(es)", + "Error tagging" : "Fallu etiquetando", + "Error untagging" : "Fallu al quitar etiquetes", + "Error favoriting" : "Fallu al marcar favoritos", + "Error unfavoriting" : "Fallu al desmarcar favoritos", + "Access forbidden" : "Accesu denegáu", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola, ¿qué hai?\n\nnamái déxanos dicite que %s compartió %s contigo.\nVelu: %s\n\n", + "The share will expire on %s." : "La compartición va caducar el %s.", + "Cheers!" : "¡Salú!", + "Security Warning" : "Avisu de seguridá", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "La to versión de PHP ye vulnerable al ataque NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor, anova la to instalación de PHP pa usar %s de mou seguru.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "El to direutoriu de datos y ficheros seique ye accesible dende internet por mor qu'el ficheru .htaccess nun furrula.", + "For information how to properly configure your server, please see the documentation." : "Pa informase de cómo configurar el so sirvidor, por favor güeya la documentación.", + "Create an admin account" : "Crea una cuenta d'alministrador", + "Password" : "Contraseña", + "Storage & database" : "Almacenamientu y Base de datos", + "Data folder" : "Carpeta de datos", + "Configure the database" : "Configura la base de datos", + "Only %s is available." : "Namái ta disponible %s", + "Database user" : "Usuariu de la base de datos", + "Database password" : "Contraseña de la base de datos", + "Database name" : "Nome de la base de datos", + "Database tablespace" : "Espaciu de tables de la base de datos", + "Database host" : "Agospiador de la base de datos", + "SQLite will be used as database. For larger installations we recommend to change this." : "Va usase SQLite como base de datos. Pa instalaciones más grandes, recomiéndase cambiar esto.", + "Finish setup" : "Finar la configuración ", + "Finishing …" : "Finando ...", + "%s is available. Get more information on how to update." : "Ta disponible %s. Consigui más información en cómo anovar·", + "Log out" : "Zarrar sesión", + "Server side authentication failed!" : "Falló l'autenticación nel sirvidor!", + "Please contact your administrator." : "Por favor, contauta col to alministrador", + "Forgot your password? Reset it!" : "¿Escaeciesti la to contraseña? ¡Reaníciala!", + "remember" : "recordar", + "Log in" : "Aniciar sesión", + "Alternative Logins" : "Anicios de sesión alternativos", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hola, ¿qué hai?,

namái déxamos dicite que %s compartió %s contigo.\n
¡Velu!

", + "This ownCloud instance is currently in single user mode." : "Esta instalación d'ownCloud ta en mou d'usuariu únicu.", + "This means only administrators can use the instance." : "Esto quier dicir que namái pue usala un alministrador.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contauta col alministrador si esti problema sigui apaeciendo.", + "Thank you for your patience." : "Gracies pola to paciencia.", + "You are accessing the server from an untrusted domain." : "Tas accediendo al sirvidor dende un dominiu non confiáu.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contauta col alministrador. Si yes l'alministrador, configura l'axuste \"trusted_domain\" en config/config.php. Hai un exemplu en config/config.sample.php.", + "Add \"%s\" as trusted domain" : "Amestáu \"%s\" como dominiu de confianza", + "%s will be updated to version %s." : "%s anovaráse a la versión %s.", + "The following apps will be disabled:" : "Deshabilitaránse les siguientes aplicaciones:", + "The theme %s has been disabled." : "Deshabilitóse'l tema %s.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enantes de siguir, asegúrate de que se fizo una copia de seguridá de la base de datos, la carpeta de configuración y la carpeta de datos.", + "Start update" : "Aniciar anovamientu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/ast.php b/core/l10n/ast.php deleted file mode 100644 index 43ea5f16b3..0000000000 --- a/core/l10n/ast.php +++ /dev/null @@ -1,188 +0,0 @@ - "Nun pudo unviase'l corréu a los usuarios siguientes: %s", -"Turned on maintenance mode" => "Activáu'l mou de caltenimientu", -"Turned off maintenance mode" => "Apagáu'l mou de caltenimientu", -"Updated database" => "Base de datos anovada", -"Checked database schema update" => "Anovamientu del esquema de base de datos revisáu", -"Updated \"%s\" to %s" => "Anováu \"%s\" a %s", -"Disabled incompatible apps: %s" => "Aplicaciones incompatibles desactivaes: %s", -"No image or file provided" => "Nun s'especificó nenguna imaxe o ficheru", -"Unknown filetype" => "Triba de ficheru desconocida", -"Invalid image" => "Imaxe inválida", -"No temporary profile picture available, try again" => "Nengún perfil d'imaxe temporal disponible, intentalo de nueves", -"No crop data provided" => "Nun s'apurrió'l retayu de datos", -"Sunday" => "Domingu", -"Monday" => "Llunes", -"Tuesday" => "Martes", -"Wednesday" => "Miércoles", -"Thursday" => "Xueves", -"Friday" => "Vienres", -"Saturday" => "Sábadu", -"January" => "Xineru", -"February" => "Febreru", -"March" => "Marzu", -"April" => "Abril", -"May" => "Mayu", -"June" => "Xunu", -"July" => "Xunetu", -"August" => "Agostu", -"September" => "Setiembre", -"October" => "Ochobre", -"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", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Los tos ficheros tán crifraos. Si nun habilitesti la clave de recuperación, nun habrá forma de recuperar los tos datos dempués de que se reanicie la to contraseña.
Si nun tas seguru de qué facer, por favor contauta col to alministrador enantes que sigas.
¿De xuru quies siguir?", -"I know what I'm doing" => "Sé lo que toi faciendo", -"Reset password" => "Restablecer contraseña", -"Password can not be changed. Please contact your administrator." => "Nun pue camudase la contraseña. Por favor, contauta col alministrador.", -"No" => "Non", -"Yes" => "Sí", -"Choose" => "Esbillar", -"Error loading file picker template: {error}" => "Fallu cargando'l ficheru de plantía d'escoyeta: {error}", -"Ok" => "Aceutar", -"Error loading message template: {error}" => "Fallu cargando'l mensaxe de la plantía: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} conflictu de ficheru","{count} conflictos de ficheru "), -"One file conflict" => "Conflictu nun ficheru", -"New Files" => "Ficheros nuevos", -"Already existing files" => "Ficheros qu'esisten yá", -"Which files do you want to keep?" => "¿Qué ficheros quies caltener?", -"If you select both versions, the copied file will have a number added to its name." => "Si seleiciones dambes versiones, el ficheru copiáu va tener un númberu amestáu al so nome", -"Cancel" => "Encaboxar", -"Continue" => "Continuar", -"(all selected)" => "(esbillao too)", -"({count} selected)" => "(esbillaos {count})", -"Error loading file exists template" => "Falu cargando plantía de ficheru esistente", -"Very weak password" => "Contraseña mui feble", -"Weak password" => "Contraseña feble", -"So-so password" => "Contraseña pasable", -"Good password" => "Contraseña bona", -"Strong password" => "Contraseña mui bona", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "El to sirvidor web entá nun ta configuráu afayadizamente pa permitir la sincronización de ficheros porque la interfaz WebDAV paez tar rota.", -"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." => "Esti sirvidor nun tien conexón a Internet. Esto significa que dalgunes de les carauterístiques nun van funcionar, como'l montaxe d'almacenamiento esternu, les notificaciones sobre anovamientos, la instalación d'aplicaciones de terceros, l'accesu a los ficheros de mou remotu o l'unviu de correos-e de notificación. Suxerimos habilitar una conexón a Internet nesti sirvidor pa esfrutar de toles funciones.", -"Shared" => "Compartíu", -"Shared with {recipients}" => "Compartío con {recipients}", -"Share" => "Compartir", -"Error" => "Fallu", -"Error while sharing" => "Fallu mientres la compartición", -"Error while unsharing" => "Fallu mientres se dexaba de compartir", -"Error while changing permissions" => "Fallu mientres camudaben los permisos", -"Shared with you and the group {group} by {owner}" => "Compartíu contigo y col grupu {group} por {owner}", -"Shared with you by {owner}" => "Compartíu contigo por {owner}", -"Share with user or group …" => "Compartir col usuariu o grupu ...", -"Share link" => "Compartir enllaz", -"The public link will expire no later than {days} days after it is created" => "L'enllaz públicu va caducar enantes de {days} díes dende la so creación", -"Password protect" => "Protexer con contraseña", -"Choose a password for the public link" => "Escueyi una contraseña pal enllaz públicu", -"Allow Public Upload" => "Permitir xuba pública", -"Email link to person" => "Enllaz de corréu-e a la persona", -"Send" => "Unviar", -"Set expiration date" => "Afitar la data de caducidá", -"Expiration date" => "Data de caducidá", -"group" => "grupu", -"Resharing is not allowed" => "Recompartir nun ta permitíu", -"Shared in {item} with {user}" => "Compartíu en {item} con {user}", -"Unshare" => "Dexar de compartir", -"notify by email" => "notificar per corréu", -"can share" => "pue compartir", -"can edit" => "pue editar", -"access control" => "control d'accesu", -"create" => "crear", -"update" => "xubir", -"delete" => "desaniciar", -"Password protected" => "Contraseña protexida", -"Error unsetting expiration date" => "Fallu desafitando la data de caducidá", -"Error setting expiration date" => "Fallu afitando la fecha de caducidá", -"Sending ..." => "Unviando ...", -"Email sent" => "Corréu unviáu", -"Warning" => "Avisu", -"The object type is not specified." => "El tipu d'oxetu nun ta especificáu.", -"Enter new" => "Introducir nueva", -"Delete" => "Desaniciar", -"Add" => "Amestar", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "L'anovamientu fízose con ésitu. Redirixiendo agora al to ownCloud.", -"Couldn't reset password because the token is invalid" => "Nun pudo reaniciase la contraseña porque'l token ye inválidu", -"Couldn't send reset email. Please make sure your username is correct." => "Nun pudo unviase'l corréu. Por favor, asegurate que'l to nome d'usuariu seya correutu", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Nun pudo unviase'l corréu porque nun hai direición de corréu pa esti nome d'usuariu. Por favor, contauta col alministrador", -"%s password reset" => "%s restablecer contraseña", -"Use the following link to reset your password: {link}" => "Usa'l siguiente enllaz pa restablecer la to contraseña: {link}", -"You will receive a link to reset your password via Email." => "Vas recibir un enllaz vía Corréu-e pa restablecer la to contraseña", -"Username" => "Nome d'usuariu", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Los ficheros tán cifraos. Si nun habilitesti la clave de recuperación, nun habrá forma de recuperar los tos datos dempués de que la contraseña se reanicie. Si nun tas seguru de qué facer, por favor contauta col alministrador enantes de siguir. ¿De xuru quies continuar?", -"Yes, I really want to reset my password now" => "Sí, quiero reaniciar daveres la mio contraseña agora", -"Reset" => "Reaniciar", -"New password" => "Contraseña nueva", -"New Password" => "Contraseña nueva", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X nun ta sofitáu y %s nun furrulará afayadizamente nesta plataforma. ¡Úsalu baxo'l to riesgu!", -"For the best results, please consider using a GNU/Linux server instead." => "Pa los meyores resultaos, por favor considera l'usu d'un sirvidor GNU/Linux nel so llugar.", -"Personal" => "Personal", -"Users" => "Usuarios", -"Apps" => "Aplicaciones", -"Admin" => "Alministrador", -"Help" => "Ayuda", -"Error loading tags" => "Fallu cargando les etiquetes", -"Tag already exists" => "Yá esiste la etiqueta", -"Error deleting tag(s)" => "Fallu desaniciando etiqueta(es)", -"Error tagging" => "Fallu etiquetando", -"Error untagging" => "Fallu al quitar etiquetes", -"Error favoriting" => "Fallu al marcar favoritos", -"Error unfavoriting" => "Fallu al desmarcar favoritos", -"Access forbidden" => "Accesu denegáu", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hola, ¿qué hai?\n\nnamái déxanos dicite que %s compartió %s contigo.\nVelu: %s\n\n", -"The share will expire on %s." => "La compartición va caducar el %s.", -"Cheers!" => "¡Salú!", -"Security Warning" => "Avisu de seguridá", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La to versión de PHP ye vulnerable al ataque NULL Byte (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Por favor, anova la to instalación de PHP pa usar %s de mou seguru.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "El to direutoriu de datos y ficheros seique ye accesible dende internet por mor qu'el ficheru .htaccess nun furrula.", -"For information how to properly configure your server, please see the documentation." => "Pa informase de cómo configurar el so sirvidor, por favor güeya la documentación.", -"Create an admin account" => "Crea una cuenta d'alministrador", -"Password" => "Contraseña", -"Storage & database" => "Almacenamientu y Base de datos", -"Data folder" => "Carpeta de datos", -"Configure the database" => "Configura la base de datos", -"Only %s is available." => "Namái ta disponible %s", -"Database user" => "Usuariu de la base de datos", -"Database password" => "Contraseña de la base de datos", -"Database name" => "Nome de la base de datos", -"Database tablespace" => "Espaciu de tables de la base de datos", -"Database host" => "Agospiador de la base de datos", -"SQLite will be used as database. For larger installations we recommend to change this." => "Va usase SQLite como base de datos. Pa instalaciones más grandes, recomiéndase cambiar esto.", -"Finish setup" => "Finar la configuración ", -"Finishing …" => "Finando ...", -"%s is available. Get more information on how to update." => "Ta disponible %s. Consigui más información en cómo anovar·", -"Log out" => "Zarrar sesión", -"Server side authentication failed!" => "Falló l'autenticación nel sirvidor!", -"Please contact your administrator." => "Por favor, contauta col to alministrador", -"Forgot your password? Reset it!" => "¿Escaeciesti la to contraseña? ¡Reaníciala!", -"remember" => "recordar", -"Log in" => "Aniciar sesión", -"Alternative Logins" => "Anicios de sesión alternativos", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hola, ¿qué hai?,

namái déxamos dicite que %s compartió %s contigo.\n
¡Velu!

", -"This ownCloud instance is currently in single user mode." => "Esta instalación d'ownCloud ta en mou d'usuariu únicu.", -"This means only administrators can use the instance." => "Esto quier dicir que namái pue usala un alministrador.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contauta col alministrador si esti problema sigui apaeciendo.", -"Thank you for your patience." => "Gracies pola to paciencia.", -"You are accessing the server from an untrusted domain." => "Tas accediendo al sirvidor dende un dominiu non confiáu.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Por favor, contauta col alministrador. Si yes l'alministrador, configura l'axuste \"trusted_domain\" en config/config.php. Hai un exemplu en config/config.sample.php.", -"Add \"%s\" as trusted domain" => "Amestáu \"%s\" como dominiu de confianza", -"%s will be updated to version %s." => "%s anovaráse a la versión %s.", -"The following apps will be disabled:" => "Deshabilitaránse les siguientes aplicaciones:", -"The theme %s has been disabled." => "Deshabilitóse'l tema %s.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Enantes de siguir, asegúrate de que se fizo una copia de seguridá de la base de datos, la carpeta de configuración y la carpeta de datos.", -"Start update" => "Aniciar anovamientu" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/az.js b/core/l10n/az.js new file mode 100644 index 0000000000..c6221df7f2 --- /dev/null +++ b/core/l10n/az.js @@ -0,0 +1,49 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Məktubu göstərilən istifadəçilərə göndərmək mümkün olmadı: %s", + "Turned on maintenance mode" : "Xidməti rejimə keçilmişdir", + "Turned off maintenance mode" : "Xidməti rejim söndürüldü", + "Updated database" : "Yenilənmiş verilənlər bazası", + "Checked database schema update" : "Baza sxeminin yenilənməsi yoxlanıldı", + "Unknown filetype" : "Fayl tipi bəlli deyil.", + "Invalid image" : "Yalnış şəkil", + "No temporary profile picture available, try again" : "Profaylın müvəqqəti şəklinə çatmaq mümkün olmadı, yenidən təkrarlayın.", + "Sunday" : "Bazar", + "Monday" : "Bazar ertəsi", + "Settings" : "Quraşdırmalar", + "Folder" : "Qovluq", + "Saving..." : "Saxlama...", + "No" : "Xeyir", + "Yes" : "Bəli", + "Ok" : "Oldu", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Dayandır", + "Very weak password" : "Çox asan şifrə", + "Weak password" : "Asan şifrə", + "So-so password" : "Elə-belə şifrə", + "Good password" : "Yaxşı şifrə", + "Strong password" : "Çətin şifrə", + "Share" : "Yayımla", + "Error" : "Səhv", + "Share link" : "Linki yayımla", + "Send" : "Göndər", + "group" : "qrup", + "can share" : "yayımlaya bilərsiniz", + "delete" : "sil", + "Email sent" : "Məktub göndərildi", + "Warning" : "Xəbərdarlıq", + "Delete" : "Sil", + "Add" : "Əlavə etmək", + "Username" : "İstifadəçi adı", + "Reset" : "Sıfırla", + "Personal" : "Şəxsi", + "Users" : "İstifadəçilər", + "Admin" : "İnzibatçı", + "Help" : "Kömək", + "Security Warning" : "Təhlükəsizlik xəbərdarlığı", + "Password" : "Şifrə", + "You are accessing the server from an untrusted domain." : "Siz serverə inamsız domain-dən girməyə çalışırsız.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Xahiş olunur inzibatçı ilə əlaqə saxlayasınız. Eger siz bu xidmətin inzibatçısısınizsa, \"trusted_domain\" configini config/config.php faylinda düzgün qeyd edin. Config nüsxəsi config/config.sample.php faylında qeyd edilmişdir." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/az.json b/core/l10n/az.json new file mode 100644 index 0000000000..927cf0ec0b --- /dev/null +++ b/core/l10n/az.json @@ -0,0 +1,47 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Məktubu göstərilən istifadəçilərə göndərmək mümkün olmadı: %s", + "Turned on maintenance mode" : "Xidməti rejimə keçilmişdir", + "Turned off maintenance mode" : "Xidməti rejim söndürüldü", + "Updated database" : "Yenilənmiş verilənlər bazası", + "Checked database schema update" : "Baza sxeminin yenilənməsi yoxlanıldı", + "Unknown filetype" : "Fayl tipi bəlli deyil.", + "Invalid image" : "Yalnış şəkil", + "No temporary profile picture available, try again" : "Profaylın müvəqqəti şəklinə çatmaq mümkün olmadı, yenidən təkrarlayın.", + "Sunday" : "Bazar", + "Monday" : "Bazar ertəsi", + "Settings" : "Quraşdırmalar", + "Folder" : "Qovluq", + "Saving..." : "Saxlama...", + "No" : "Xeyir", + "Yes" : "Bəli", + "Ok" : "Oldu", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Dayandır", + "Very weak password" : "Çox asan şifrə", + "Weak password" : "Asan şifrə", + "So-so password" : "Elə-belə şifrə", + "Good password" : "Yaxşı şifrə", + "Strong password" : "Çətin şifrə", + "Share" : "Yayımla", + "Error" : "Səhv", + "Share link" : "Linki yayımla", + "Send" : "Göndər", + "group" : "qrup", + "can share" : "yayımlaya bilərsiniz", + "delete" : "sil", + "Email sent" : "Məktub göndərildi", + "Warning" : "Xəbərdarlıq", + "Delete" : "Sil", + "Add" : "Əlavə etmək", + "Username" : "İstifadəçi adı", + "Reset" : "Sıfırla", + "Personal" : "Şəxsi", + "Users" : "İstifadəçilər", + "Admin" : "İnzibatçı", + "Help" : "Kömək", + "Security Warning" : "Təhlükəsizlik xəbərdarlığı", + "Password" : "Şifrə", + "You are accessing the server from an untrusted domain." : "Siz serverə inamsız domain-dən girməyə çalışırsız.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Xahiş olunur inzibatçı ilə əlaqə saxlayasınız. Eger siz bu xidmətin inzibatçısısınizsa, \"trusted_domain\" configini config/config.php faylinda düzgün qeyd edin. Config nüsxəsi config/config.sample.php faylında qeyd edilmişdir." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/az.php b/core/l10n/az.php deleted file mode 100644 index a2b65e3821..0000000000 --- a/core/l10n/az.php +++ /dev/null @@ -1,48 +0,0 @@ - "Məktubu göstərilən istifadəçilərə göndərmək mümkün olmadı: %s", -"Turned on maintenance mode" => "Xidməti rejimə keçilmişdir", -"Turned off maintenance mode" => "Xidməti rejim söndürüldü", -"Updated database" => "Yenilənmiş verilənlər bazası", -"Checked database schema update" => "Baza sxeminin yenilənməsi yoxlanıldı", -"Unknown filetype" => "Fayl tipi bəlli deyil.", -"Invalid image" => "Yalnış şəkil", -"No temporary profile picture available, try again" => "Profaylın müvəqqəti şəklinə çatmaq mümkün olmadı, yenidən təkrarlayın.", -"Sunday" => "Bazar", -"Monday" => "Bazar ertəsi", -"Settings" => "Quraşdırmalar", -"Folder" => "Qovluq", -"Saving..." => "Saxlama...", -"No" => "Xeyir", -"Yes" => "Bəli", -"Ok" => "Oldu", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "Dayandır", -"Very weak password" => "Çox asan şifrə", -"Weak password" => "Asan şifrə", -"So-so password" => "Elə-belə şifrə", -"Good password" => "Yaxşı şifrə", -"Strong password" => "Çətin şifrə", -"Share" => "Yayımla", -"Error" => "Səhv", -"Share link" => "Linki yayımla", -"Send" => "Göndər", -"group" => "qrup", -"can share" => "yayımlaya bilərsiniz", -"delete" => "sil", -"Email sent" => "Məktub göndərildi", -"Warning" => "Xəbərdarlıq", -"Delete" => "Sil", -"Add" => "Əlavə etmək", -"Username" => "İstifadəçi adı", -"Reset" => "Sıfırla", -"Personal" => "Şəxsi", -"Users" => "İstifadəçilər", -"Admin" => "İnzibatçı", -"Help" => "Kömək", -"Security Warning" => "Təhlükəsizlik xəbərdarlığı", -"Password" => "Şifrə", -"You are accessing the server from an untrusted domain." => "Siz serverə inamsız domain-dən girməyə çalışırsız.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Xahiş olunur inzibatçı ilə əlaqə saxlayasınız. Eger siz bu xidmətin inzibatçısısınizsa, \"trusted_domain\" configini config/config.php faylinda düzgün qeyd edin. Config nüsxəsi config/config.sample.php faylında qeyd edilmişdir." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/be.js b/core/l10n/be.js new file mode 100644 index 0000000000..4f00b1f6d7 --- /dev/null +++ b/core/l10n/be.js @@ -0,0 +1,33 @@ +OC.L10N.register( + "core", + { + "Sunday" : "Нядзеля", + "Monday" : "Панядзелак", + "Tuesday" : "Аўторак", + "Wednesday" : "Серада", + "Thursday" : "Чацвер", + "Friday" : "Пятніца", + "Saturday" : "Субота", + "January" : "Студзень", + "February" : "Люты", + "March" : "Сакавік", + "April" : "Красавік", + "May" : "Май", + "June" : "Чэрвень", + "July" : "Ліпень", + "August" : "Жнівень", + "September" : "Верасень", + "October" : "Кастрычнік", + "November" : "Лістапад", + "December" : "Снежань", + "Settings" : "Налады", + "No" : "Не", + "Yes" : "Так", + "Choose" : "Выбар", + "Ok" : "Добра", + "_{count} file conflict_::_{count} file conflicts_" : ["","","",""], + "Error" : "Памылка", + "The object type is not specified." : "Тып аб'екта не ўдакладняецца.", + "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 new file mode 100644 index 0000000000..b055f53ad2 --- /dev/null +++ b/core/l10n/be.json @@ -0,0 +1,31 @@ +{ "translations": { + "Sunday" : "Нядзеля", + "Monday" : "Панядзелак", + "Tuesday" : "Аўторак", + "Wednesday" : "Серада", + "Thursday" : "Чацвер", + "Friday" : "Пятніца", + "Saturday" : "Субота", + "January" : "Студзень", + "February" : "Люты", + "March" : "Сакавік", + "April" : "Красавік", + "May" : "Май", + "June" : "Чэрвень", + "July" : "Ліпень", + "August" : "Жнівень", + "September" : "Верасень", + "October" : "Кастрычнік", + "November" : "Лістапад", + "December" : "Снежань", + "Settings" : "Налады", + "No" : "Не", + "Yes" : "Так", + "Choose" : "Выбар", + "Ok" : "Добра", + "_{count} file conflict_::_{count} file conflicts_" : ["","","",""], + "Error" : "Памылка", + "The object type is not specified." : "Тып аб'екта не ўдакладняецца.", + "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/be.php b/core/l10n/be.php deleted file mode 100644 index cf0e5e0c59..0000000000 --- a/core/l10n/be.php +++ /dev/null @@ -1,32 +0,0 @@ - "Нядзеля", -"Monday" => "Панядзелак", -"Tuesday" => "Аўторак", -"Wednesday" => "Серада", -"Thursday" => "Чацвер", -"Friday" => "Пятніца", -"Saturday" => "Субота", -"January" => "Студзень", -"February" => "Люты", -"March" => "Сакавік", -"April" => "Красавік", -"May" => "Май", -"June" => "Чэрвень", -"July" => "Ліпень", -"August" => "Жнівень", -"September" => "Верасень", -"October" => "Кастрычнік", -"November" => "Лістапад", -"December" => "Снежань", -"Settings" => "Налады", -"No" => "Не", -"Yes" => "Так", -"Choose" => "Выбар", -"Ok" => "Добра", -"_{count} file conflict_::_{count} file conflicts_" => array("","","",""), -"Error" => "Памылка", -"The object type is not specified." => "Тып аб'екта не ўдакладняецца.", -"Finish setup" => "Завяршыць ўстаноўку." -); -$PLURAL_FORMS = "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/bg_BG.js b/core/l10n/bg_BG.js new file mode 100644 index 0000000000..e99c1be053 --- /dev/null +++ b/core/l10n/bg_BG.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Неуспешно изпращане на имейл до следните потребители: %s.", + "Turned on maintenance mode" : "Режим за поддръжка включен.", + "Turned off maintenance mode" : "Режим за поддръжка изключен.", + "Updated database" : "Базата данни обоновена.", + "Checked database schema update" : "Промяна на схемата на базата данни проверена.", + "Checked database schema update for apps" : "Промяна на схемата на базата данни за приложения проверена.", + "Updated \"%s\" to %s" : "Обновен \"%s\" до %s", + "Disabled incompatible apps: %s" : "Изключени са несъвместимите програми: %s.", + "No image or file provided" : "Нито Изображение, нито файл бяха зададени.", + "Unknown filetype" : "Непознат тип файл.", + "Invalid image" : "Невалидно изображение.", + "No temporary profile picture available, try again" : "Липсва временен аватар, опитай отново.", + "No crop data provided" : "Липсва информация за клъцването.", + "Sunday" : "Неделя", + "Monday" : "Понеделник", + "Tuesday" : "Вторник", + "Wednesday" : "Сряда", + "Thursday" : "Четвъртък", + "Friday" : "Петък", + "Saturday" : "Събота", + "January" : "Януари", + "February" : "Февруари", + "March" : "Март", + "April" : "Април", + "May" : "Май", + "June" : "Юни", + "July" : "Юли", + "August" : "Август", + "September" : "Септември", + "October" : "Октомври", + "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." : "Връзката за възстановяване на паролата е изпратена на твоя имейл. Ако не я получиш в разумен период от време, провери папката си за спам.
Ако не е там се свържи с администратора.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Файловете ти са криптирани. Ако не си насторил ключ за възстановяване, няма да има възможност да възстановиш информацията си след като промениш паролата.
Ако не си сигурен какво да направиш, моля свържи се с администратора преди да продължиш.
Наистина ли си сигурен, че искаш да продължиш?", + "I know what I'm doing" : "Знам какво правя!", + "Reset password" : "Възстановяване на парола", + "Password can not be changed. Please contact your administrator." : "Паролата не може да бъде промена. Моля, свържи се с администратора.", + "No" : "Не", + "Yes" : "Да", + "Choose" : "Избери", + "Error loading file picker template: {error}" : "Грешка при зареждането на шаблон за избор на файл: {error}", + "Ok" : "Добре", + "Error loading message template: {error}" : "Грешка при зареждането на шаблон за съобщения: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} файлов проблем","{count} файлови проблема"], + "One file conflict" : "Един файлов проблем", + "New Files" : "Нови файлове", + "Already existing files" : "Вече съществуващи файлове", + "Which files do you want to keep?" : "Кои файлове желаеш да запазиш?", + "If you select both versions, the copied file will have a number added to its name." : "Ако избереш и двете версии, към името на копирания файл ще бъде добавено число.", + "Cancel" : "Отказ", + "Continue" : "Продължи", + "(all selected)" : "(всички избрани)", + "({count} selected)" : "({count} избрани)", + "Error loading file exists template" : "Грешка при зареждането на шаблон за вече съществуваш файл.", + "Very weak password" : "Много слаба парола", + "Weak password" : "Слаба парола", + "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." : "Твоят web сървър все още не е правилно настроен да позволява синхронизация на файлове, защото WebDAV интерфейсът изглежда не работи.", + "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}.", + "Share" : "Споделяне", + "Error" : "Грешка", + "Error while sharing" : "Грешка при споделянето.", + "Error while unsharing" : "Грешка докато се премахва споделянето.", + "Error while changing permissions" : "Грешка при промяна на достъпа.", + "Shared with you and the group {group} by {owner}" : "Споделено с теб и група {group} от {owner}.", + "Shared with you by {owner}" : "Споделено с теб от {owner}.", + "Share with user or group …" : "Сподели с потребител или група...", + "Share link" : "Връзка за споделяне", + "The public link will expire no later than {days} days after it is created" : "Общодостъпната връзка ще изтече не по-късно от {days} дена след създаването й.", + "Password protect" : "Защитено с парола", + "Choose a password for the public link" : "Избери парола за общодостъпната връзка", + "Allow Public Upload" : "Разреши Общодостъпно Качване", + "Email link to person" : "Изпрати връзка до нечия пощата", + "Send" : "Изпрати", + "Set expiration date" : "Посочи дата на изтичане", + "Expiration date" : "Дата на изтичане", + "Adding user..." : "Добавяне на потребител...", + "group" : "група", + "Resharing is not allowed" : "Повторно споделяне не е разрешено.", + "Shared in {item} with {user}" : "Споделено в {item} с {user}.", + "Unshare" : "Премахни споделяне", + "notify by email" : "уведоми по имейла", + "can share" : "може да споделя", + "can edit" : "може да променя", + "access control" : "контрол на достъпа", + "create" : "Създаване", + "update" : "Обновяване", + "delete" : "изтрий", + "Password protected" : "Защитено с парола", + "Error unsetting expiration date" : "Грешка при премахване на дата за изтичане", + "Error setting expiration date" : "Грешка при поставяне на дата за изтичане", + "Sending ..." : "Изпращане ...", + "Email sent" : "Имейла е изпратен", + "Warning" : "Предупреждение", + "The object type is not specified." : "Видът на обекта не е избран.", + "Enter new" : "Въведи нов", + "Delete" : "Изтрий", + "Add" : "Добавяне", + "Edit tags" : "Промяна на етикетите", + "Error loading dialog template: {error}" : "Грешка при зареждането на шаблоn за диалог: {error}.", + "No tags selected for deletion." : "Не са избрани етикети за изтриване.", + "Updating {productName} to version {version}, this may take a while." : "Обновява се {productName} на версия {version}, това може да отнеме време.", + "Please reload the page." : "Моля, презареди страницата.", + "The update was unsuccessful." : "Обновяването неуспешно.", + "The update was successful. Redirecting you to ownCloud now." : "Обновяването е успешно. Пренасочване към твоя ownCloud сега.", + "Couldn't reset password because the token is invalid" : "Невалиден линк за промяна на паролата.", + "Couldn't send reset email. Please make sure your username is correct." : "Неуспешно изпращане на имейл за възстановяване на паролата. Моля, увери се, че потребителското име е правилно.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Неуспешно изпращане на имейл за възстановяване на паролата, защото липсва имейл свързан с това потребителско име. Моля свържи се с админстратора.", + "%s password reset" : "Паролата на %s е променена.", + "Use the following link to reset your password: {link}" : "Използвай следната връзка, за да възстановиш паролата си: {link}", + "You will receive a link to reset your password via Email." : "Ще получиш връзка за възстановяване на паролата посредством емейл.", + "Username" : "Потребител", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Файловете ти са криптирани. Ако не си насторил ключ за възстановяване, няма да има възможност да възстановиш информацията си след като промениш паролата. Ако не си сигурен какво да направиш, моля свържи се с администратора преди да продължиш. Наистина ли си сигурен, че искаш да продължиш?", + "Yes, I really want to reset my password now" : "Да, наистина желая да възстановя паролата си сега.", + "Reset" : "Възстанови", + "New password" : "Нова парола", + "New Password" : "Нова Парола", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X не се подържа и %s няма да работи правилно на тази платформа. Използвай го на свой риск!", + "For the best results, please consider using a GNU/Linux server instead." : "За най-добри резултати, моля помисли дали не би желал да използваш GNU/Linux сървър.", + "Personal" : "Лични", + "Users" : "Потребители", + "Apps" : "Приложения", + "Admin" : "Админ", + "Help" : "Помощ", + "Error loading tags" : "Грешка при зареждане на етикети.", + "Tag already exists" : "Етикетите вече съществуват.", + "Error deleting tag(s)" : "Грешка при изтриване на етикет(и).", + "Error tagging" : "Грешка при задаване на етикета.", + "Error untagging" : "Грешка при премахване на етикета.", + "Error favoriting" : "Грешка при отбелязване за любим.", + "Error unfavoriting" : "Грешка при премахване отбелязването за любим.", + "Access forbidden" : "Достъпът е забранен", + "File not found" : "Файлът не е открит.", + "The specified document has not been found on the server." : "Избраният документ не е намерн на сървъра.", + "You can click here to return to %s." : "Можеш да натиснеш тук, за да се върнеш на %s", + "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." : "Допълнителна информация може да бъде открита в сървърните доклади.", + "Technical details" : "Техническа информация", + "Remote Address: %s" : "Remote Address: %s", + "Request ID: %s" : "Request ID: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Message: %s", + "File: %s" : "File: %s", + "Line: %s" : "Line: %s", + "Trace" : "Trace", + "Security Warning" : "Предупреждение за Сигурноста", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Твоята PHP версия е податлива на NULL Byte атака (CVE-2006-7243).", + "Please update your PHP installation to use %s securely." : "Моля, обнови своята PHP инсталация, за да използваш %s сигурно.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Твоята директория за данни и файлове вероятно са достъпни от интернет поради това, че .htaccess файла не функционира.", + "For information how to properly configure your server, please see the documentation." : "За информация как правилно да настроиш сървъра си, моля прегледай документацията.", + "Create an admin account" : "Създаване на админ профил.", + "Password" : "Парола", + "Storage & database" : "Дисково пространство и база данни", + "Data folder" : "Директория за данни", + "Configure the database" : "Конфигуриране на базата данни", + "Only %s is available." : "Само %s е достъпен.", + "Database user" : "Потребител за базата данни", + "Database password" : "Парола за базата данни", + "Database name" : "Име на базата данни", + "Database tablespace" : "Tablespace-а за базата данни", + "Database host" : "Хост за базата данни", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite ще бъде използван за база данни. За по-големи инсталации препоръчваме това да бъде променено.", + "Finish setup" : "Завършване на настройките", + "Finishing …" : "Завършване...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Програмата изисква JavaScript, за да функционира правилно. Моля, включи JavaScript и презареди страницата.", + "%s is available. Get more information on how to update." : "%s е на разположение. Прочети повече как да обновиш. ", + "Log out" : "Отписване", + "Server side authentication failed!" : "Заверяването в сървъра неуспешно!", + "Please contact your administrator." : "Моля, свържи се с админстратора.", + "Forgot your password? Reset it!" : "Забрави паролата? Възстанови я!", + "remember" : "запомни", + "Log in" : "Вписване", + "Alternative Logins" : "Други Потребителски Имена", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Здрасти,

само да те уведомя, че %s сподели %s с теб.\n
Разгледай го!

.", + "This ownCloud instance is currently in single user mode." : "В момента този ownCloud е в режим допускащ само един потребител.", + "This means only administrators can use the instance." : "Това означава, че само администраторът може да го използва.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Свържи се със системния си администратор ако това съобщение се задържи твърде дълго или се е появило неочаквано.", + "Thank you for your patience." : "Благодарим за търпението.", + "You are accessing the server from an untrusted domain." : "Свръзваш се със сървъра от неодобрен домейн.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Моля, свържи се с администратора. Ако ти си администраторът, на този сървър, промени \"trusted_domain\" настройките в config/config.php. Примерна конфигурация е приложена в config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "В зависимост от конфигурацията ти, като администратор може натискайки бутонът по-долу да отбележиш домейнът като сигурен.", + "Add \"%s\" as trusted domain" : "Добави \"%s\" като сигурен домейн", + "%s will be updated to version %s." : "%s ще бъде обновена до версия %s.", + "The following apps will be disabled:" : "Следните програми ще бъдат изключени:", + "The theme %s has been disabled." : "Темата %s бе изключена.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Моля, увери се, че си направил копия на базата данни, папките с настройки и данни, преди да продължиш.", + "Start update" : "Започни обновяването", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "За да избегнеш таймаутове при по-големи инсталации, можеш да изпълниш следните команди в инсталанционната директория:", + "This %s instance is currently being updated, which may take a while." : "В момента този %s се обновява, а това може да отнеме време.", + "This page will refresh itself when the %s instance is available again." : "Тази страница ще се опресни автоматично, когато %s е отново на линия." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/bg_BG.json b/core/l10n/bg_BG.json new file mode 100644 index 0000000000..c918fe2061 --- /dev/null +++ b/core/l10n/bg_BG.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Неуспешно изпращане на имейл до следните потребители: %s.", + "Turned on maintenance mode" : "Режим за поддръжка включен.", + "Turned off maintenance mode" : "Режим за поддръжка изключен.", + "Updated database" : "Базата данни обоновена.", + "Checked database schema update" : "Промяна на схемата на базата данни проверена.", + "Checked database schema update for apps" : "Промяна на схемата на базата данни за приложения проверена.", + "Updated \"%s\" to %s" : "Обновен \"%s\" до %s", + "Disabled incompatible apps: %s" : "Изключени са несъвместимите програми: %s.", + "No image or file provided" : "Нито Изображение, нито файл бяха зададени.", + "Unknown filetype" : "Непознат тип файл.", + "Invalid image" : "Невалидно изображение.", + "No temporary profile picture available, try again" : "Липсва временен аватар, опитай отново.", + "No crop data provided" : "Липсва информация за клъцването.", + "Sunday" : "Неделя", + "Monday" : "Понеделник", + "Tuesday" : "Вторник", + "Wednesday" : "Сряда", + "Thursday" : "Четвъртък", + "Friday" : "Петък", + "Saturday" : "Събота", + "January" : "Януари", + "February" : "Февруари", + "March" : "Март", + "April" : "Април", + "May" : "Май", + "June" : "Юни", + "July" : "Юли", + "August" : "Август", + "September" : "Септември", + "October" : "Октомври", + "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." : "Връзката за възстановяване на паролата е изпратена на твоя имейл. Ако не я получиш в разумен период от време, провери папката си за спам.
Ако не е там се свържи с администратора.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Файловете ти са криптирани. Ако не си насторил ключ за възстановяване, няма да има възможност да възстановиш информацията си след като промениш паролата.
Ако не си сигурен какво да направиш, моля свържи се с администратора преди да продължиш.
Наистина ли си сигурен, че искаш да продължиш?", + "I know what I'm doing" : "Знам какво правя!", + "Reset password" : "Възстановяване на парола", + "Password can not be changed. Please contact your administrator." : "Паролата не може да бъде промена. Моля, свържи се с администратора.", + "No" : "Не", + "Yes" : "Да", + "Choose" : "Избери", + "Error loading file picker template: {error}" : "Грешка при зареждането на шаблон за избор на файл: {error}", + "Ok" : "Добре", + "Error loading message template: {error}" : "Грешка при зареждането на шаблон за съобщения: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} файлов проблем","{count} файлови проблема"], + "One file conflict" : "Един файлов проблем", + "New Files" : "Нови файлове", + "Already existing files" : "Вече съществуващи файлове", + "Which files do you want to keep?" : "Кои файлове желаеш да запазиш?", + "If you select both versions, the copied file will have a number added to its name." : "Ако избереш и двете версии, към името на копирания файл ще бъде добавено число.", + "Cancel" : "Отказ", + "Continue" : "Продължи", + "(all selected)" : "(всички избрани)", + "({count} selected)" : "({count} избрани)", + "Error loading file exists template" : "Грешка при зареждането на шаблон за вече съществуваш файл.", + "Very weak password" : "Много слаба парола", + "Weak password" : "Слаба парола", + "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." : "Твоят web сървър все още не е правилно настроен да позволява синхронизация на файлове, защото WebDAV интерфейсът изглежда не работи.", + "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}.", + "Share" : "Споделяне", + "Error" : "Грешка", + "Error while sharing" : "Грешка при споделянето.", + "Error while unsharing" : "Грешка докато се премахва споделянето.", + "Error while changing permissions" : "Грешка при промяна на достъпа.", + "Shared with you and the group {group} by {owner}" : "Споделено с теб и група {group} от {owner}.", + "Shared with you by {owner}" : "Споделено с теб от {owner}.", + "Share with user or group …" : "Сподели с потребител или група...", + "Share link" : "Връзка за споделяне", + "The public link will expire no later than {days} days after it is created" : "Общодостъпната връзка ще изтече не по-късно от {days} дена след създаването й.", + "Password protect" : "Защитено с парола", + "Choose a password for the public link" : "Избери парола за общодостъпната връзка", + "Allow Public Upload" : "Разреши Общодостъпно Качване", + "Email link to person" : "Изпрати връзка до нечия пощата", + "Send" : "Изпрати", + "Set expiration date" : "Посочи дата на изтичане", + "Expiration date" : "Дата на изтичане", + "Adding user..." : "Добавяне на потребител...", + "group" : "група", + "Resharing is not allowed" : "Повторно споделяне не е разрешено.", + "Shared in {item} with {user}" : "Споделено в {item} с {user}.", + "Unshare" : "Премахни споделяне", + "notify by email" : "уведоми по имейла", + "can share" : "може да споделя", + "can edit" : "може да променя", + "access control" : "контрол на достъпа", + "create" : "Създаване", + "update" : "Обновяване", + "delete" : "изтрий", + "Password protected" : "Защитено с парола", + "Error unsetting expiration date" : "Грешка при премахване на дата за изтичане", + "Error setting expiration date" : "Грешка при поставяне на дата за изтичане", + "Sending ..." : "Изпращане ...", + "Email sent" : "Имейла е изпратен", + "Warning" : "Предупреждение", + "The object type is not specified." : "Видът на обекта не е избран.", + "Enter new" : "Въведи нов", + "Delete" : "Изтрий", + "Add" : "Добавяне", + "Edit tags" : "Промяна на етикетите", + "Error loading dialog template: {error}" : "Грешка при зареждането на шаблоn за диалог: {error}.", + "No tags selected for deletion." : "Не са избрани етикети за изтриване.", + "Updating {productName} to version {version}, this may take a while." : "Обновява се {productName} на версия {version}, това може да отнеме време.", + "Please reload the page." : "Моля, презареди страницата.", + "The update was unsuccessful." : "Обновяването неуспешно.", + "The update was successful. Redirecting you to ownCloud now." : "Обновяването е успешно. Пренасочване към твоя ownCloud сега.", + "Couldn't reset password because the token is invalid" : "Невалиден линк за промяна на паролата.", + "Couldn't send reset email. Please make sure your username is correct." : "Неуспешно изпращане на имейл за възстановяване на паролата. Моля, увери се, че потребителското име е правилно.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Неуспешно изпращане на имейл за възстановяване на паролата, защото липсва имейл свързан с това потребителско име. Моля свържи се с админстратора.", + "%s password reset" : "Паролата на %s е променена.", + "Use the following link to reset your password: {link}" : "Използвай следната връзка, за да възстановиш паролата си: {link}", + "You will receive a link to reset your password via Email." : "Ще получиш връзка за възстановяване на паролата посредством емейл.", + "Username" : "Потребител", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Файловете ти са криптирани. Ако не си насторил ключ за възстановяване, няма да има възможност да възстановиш информацията си след като промениш паролата. Ако не си сигурен какво да направиш, моля свържи се с администратора преди да продължиш. Наистина ли си сигурен, че искаш да продължиш?", + "Yes, I really want to reset my password now" : "Да, наистина желая да възстановя паролата си сега.", + "Reset" : "Възстанови", + "New password" : "Нова парола", + "New Password" : "Нова Парола", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X не се подържа и %s няма да работи правилно на тази платформа. Използвай го на свой риск!", + "For the best results, please consider using a GNU/Linux server instead." : "За най-добри резултати, моля помисли дали не би желал да използваш GNU/Linux сървър.", + "Personal" : "Лични", + "Users" : "Потребители", + "Apps" : "Приложения", + "Admin" : "Админ", + "Help" : "Помощ", + "Error loading tags" : "Грешка при зареждане на етикети.", + "Tag already exists" : "Етикетите вече съществуват.", + "Error deleting tag(s)" : "Грешка при изтриване на етикет(и).", + "Error tagging" : "Грешка при задаване на етикета.", + "Error untagging" : "Грешка при премахване на етикета.", + "Error favoriting" : "Грешка при отбелязване за любим.", + "Error unfavoriting" : "Грешка при премахване отбелязването за любим.", + "Access forbidden" : "Достъпът е забранен", + "File not found" : "Файлът не е открит.", + "The specified document has not been found on the server." : "Избраният документ не е намерн на сървъра.", + "You can click here to return to %s." : "Можеш да натиснеш тук, за да се върнеш на %s", + "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." : "Допълнителна информация може да бъде открита в сървърните доклади.", + "Technical details" : "Техническа информация", + "Remote Address: %s" : "Remote Address: %s", + "Request ID: %s" : "Request ID: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Message: %s", + "File: %s" : "File: %s", + "Line: %s" : "Line: %s", + "Trace" : "Trace", + "Security Warning" : "Предупреждение за Сигурноста", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Твоята PHP версия е податлива на NULL Byte атака (CVE-2006-7243).", + "Please update your PHP installation to use %s securely." : "Моля, обнови своята PHP инсталация, за да използваш %s сигурно.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Твоята директория за данни и файлове вероятно са достъпни от интернет поради това, че .htaccess файла не функционира.", + "For information how to properly configure your server, please see the documentation." : "За информация как правилно да настроиш сървъра си, моля прегледай документацията.", + "Create an admin account" : "Създаване на админ профил.", + "Password" : "Парола", + "Storage & database" : "Дисково пространство и база данни", + "Data folder" : "Директория за данни", + "Configure the database" : "Конфигуриране на базата данни", + "Only %s is available." : "Само %s е достъпен.", + "Database user" : "Потребител за базата данни", + "Database password" : "Парола за базата данни", + "Database name" : "Име на базата данни", + "Database tablespace" : "Tablespace-а за базата данни", + "Database host" : "Хост за базата данни", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite ще бъде използван за база данни. За по-големи инсталации препоръчваме това да бъде променено.", + "Finish setup" : "Завършване на настройките", + "Finishing …" : "Завършване...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Програмата изисква JavaScript, за да функционира правилно. Моля, включи JavaScript и презареди страницата.", + "%s is available. Get more information on how to update." : "%s е на разположение. Прочети повече как да обновиш. ", + "Log out" : "Отписване", + "Server side authentication failed!" : "Заверяването в сървъра неуспешно!", + "Please contact your administrator." : "Моля, свържи се с админстратора.", + "Forgot your password? Reset it!" : "Забрави паролата? Възстанови я!", + "remember" : "запомни", + "Log in" : "Вписване", + "Alternative Logins" : "Други Потребителски Имена", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Здрасти,

само да те уведомя, че %s сподели %s с теб.\n
Разгледай го!

.", + "This ownCloud instance is currently in single user mode." : "В момента този ownCloud е в режим допускащ само един потребител.", + "This means only administrators can use the instance." : "Това означава, че само администраторът може да го използва.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Свържи се със системния си администратор ако това съобщение се задържи твърде дълго или се е появило неочаквано.", + "Thank you for your patience." : "Благодарим за търпението.", + "You are accessing the server from an untrusted domain." : "Свръзваш се със сървъра от неодобрен домейн.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Моля, свържи се с администратора. Ако ти си администраторът, на този сървър, промени \"trusted_domain\" настройките в config/config.php. Примерна конфигурация е приложена в config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "В зависимост от конфигурацията ти, като администратор може натискайки бутонът по-долу да отбележиш домейнът като сигурен.", + "Add \"%s\" as trusted domain" : "Добави \"%s\" като сигурен домейн", + "%s will be updated to version %s." : "%s ще бъде обновена до версия %s.", + "The following apps will be disabled:" : "Следните програми ще бъдат изключени:", + "The theme %s has been disabled." : "Темата %s бе изключена.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Моля, увери се, че си направил копия на базата данни, папките с настройки и данни, преди да продължиш.", + "Start update" : "Започни обновяването", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "За да избегнеш таймаутове при по-големи инсталации, можеш да изпълниш следните команди в инсталанционната директория:", + "This %s instance is currently being updated, which may take a while." : "В момента този %s се обновява, а това може да отнеме време.", + "This page will refresh itself when the %s instance is available again." : "Тази страница ще се опресни автоматично, когато %s е отново на линия." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/bg_BG.php b/core/l10n/bg_BG.php deleted file mode 100644 index 717eba17d6..0000000000 --- a/core/l10n/bg_BG.php +++ /dev/null @@ -1,211 +0,0 @@ - "Неуспешно изпращане на имейл до следните потребители: %s.", -"Turned on maintenance mode" => "Режим за поддръжка включен.", -"Turned off maintenance mode" => "Режим за поддръжка изключен.", -"Updated database" => "Базата данни обоновена.", -"Checked database schema update" => "Промяна на схемата на базата данни проверена.", -"Checked database schema update for apps" => "Промяна на схемата на базата данни за приложения проверена.", -"Updated \"%s\" to %s" => "Обновен \"%s\" до %s", -"Disabled incompatible apps: %s" => "Изключени са несъвместимите програми: %s.", -"No image or file provided" => "Нито Изображение, нито файл бяха зададени.", -"Unknown filetype" => "Непознат тип файл.", -"Invalid image" => "Невалидно изображение.", -"No temporary profile picture available, try again" => "Липсва временен аватар, опитай отново.", -"No crop data provided" => "Липсва информация за клъцването.", -"Sunday" => "Неделя", -"Monday" => "Понеделник", -"Tuesday" => "Вторник", -"Wednesday" => "Сряда", -"Thursday" => "Четвъртък", -"Friday" => "Петък", -"Saturday" => "Събота", -"January" => "Януари", -"February" => "Февруари", -"March" => "Март", -"April" => "Април", -"May" => "Май", -"June" => "Юни", -"July" => "Юли", -"August" => "Август", -"September" => "Септември", -"October" => "Октомври", -"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." => "Връзката за възстановяване на паролата е изпратена на твоя имейл. Ако не я получиш в разумен период от време, провери папката си за спам.
Ако не е там се свържи с администратора.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Файловете ти са криптирани. Ако не си насторил ключ за възстановяване, няма да има възможност да възстановиш информацията си след като промениш паролата.
Ако не си сигурен какво да направиш, моля свържи се с администратора преди да продължиш.
Наистина ли си сигурен, че искаш да продължиш?", -"I know what I'm doing" => "Знам какво правя!", -"Reset password" => "Възстановяване на парола", -"Password can not be changed. Please contact your administrator." => "Паролата не може да бъде промена. Моля, свържи се с администратора.", -"No" => "Не", -"Yes" => "Да", -"Choose" => "Избери", -"Error loading file picker template: {error}" => "Грешка при зареждането на шаблон за избор на файл: {error}", -"Ok" => "Добре", -"Error loading message template: {error}" => "Грешка при зареждането на шаблон за съобщения: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} файлов проблем","{count} файлови проблема"), -"One file conflict" => "Един файлов проблем", -"New Files" => "Нови файлове", -"Already existing files" => "Вече съществуващи файлове", -"Which files do you want to keep?" => "Кои файлове желаеш да запазиш?", -"If you select both versions, the copied file will have a number added to its name." => "Ако избереш и двете версии, към името на копирания файл ще бъде добавено число.", -"Cancel" => "Отказ", -"Continue" => "Продължи", -"(all selected)" => "(всички избрани)", -"({count} selected)" => "({count} избрани)", -"Error loading file exists template" => "Грешка при зареждането на шаблон за вече съществуваш файл.", -"Very weak password" => "Много слаба парола", -"Weak password" => "Слаба парола", -"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." => "Твоят web сървър все още не е правилно настроен да позволява синхронизация на файлове, защото WebDAV интерфейсът изглежда не работи.", -"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}.", -"Share" => "Споделяне", -"Error" => "Грешка", -"Error while sharing" => "Грешка при споделянето.", -"Error while unsharing" => "Грешка докато се премахва споделянето.", -"Error while changing permissions" => "Грешка при промяна на достъпа.", -"Shared with you and the group {group} by {owner}" => "Споделено с теб и група {group} от {owner}.", -"Shared with you by {owner}" => "Споделено с теб от {owner}.", -"Share with user or group …" => "Сподели с потребител или група...", -"Share link" => "Връзка за споделяне", -"The public link will expire no later than {days} days after it is created" => "Общодостъпната връзка ще изтече не по-късно от {days} дена след създаването й.", -"Password protect" => "Защитено с парола", -"Choose a password for the public link" => "Избери парола за общодостъпната връзка", -"Allow Public Upload" => "Разреши Общодостъпно Качване", -"Email link to person" => "Изпрати връзка до нечия пощата", -"Send" => "Изпрати", -"Set expiration date" => "Посочи дата на изтичане", -"Expiration date" => "Дата на изтичане", -"Adding user..." => "Добавяне на потребител...", -"group" => "група", -"Resharing is not allowed" => "Повторно споделяне не е разрешено.", -"Shared in {item} with {user}" => "Споделено в {item} с {user}.", -"Unshare" => "Премахни споделяне", -"notify by email" => "уведоми по имейла", -"can share" => "може да споделя", -"can edit" => "може да променя", -"access control" => "контрол на достъпа", -"create" => "Създаване", -"update" => "Обновяване", -"delete" => "изтрий", -"Password protected" => "Защитено с парола", -"Error unsetting expiration date" => "Грешка при премахване на дата за изтичане", -"Error setting expiration date" => "Грешка при поставяне на дата за изтичане", -"Sending ..." => "Изпращане ...", -"Email sent" => "Имейла е изпратен", -"Warning" => "Предупреждение", -"The object type is not specified." => "Видът на обекта не е избран.", -"Enter new" => "Въведи нов", -"Delete" => "Изтрий", -"Add" => "Добавяне", -"Edit tags" => "Промяна на етикетите", -"Error loading dialog template: {error}" => "Грешка при зареждането на шаблоn за диалог: {error}.", -"No tags selected for deletion." => "Не са избрани етикети за изтриване.", -"Updating {productName} to version {version}, this may take a while." => "Обновява се {productName} на версия {version}, това може да отнеме време.", -"Please reload the page." => "Моля, презареди страницата.", -"The update was unsuccessful." => "Обновяването неуспешно.", -"The update was successful. Redirecting you to ownCloud now." => "Обновяването е успешно. Пренасочване към твоя ownCloud сега.", -"Couldn't reset password because the token is invalid" => "Невалиден линк за промяна на паролата.", -"Couldn't send reset email. Please make sure your username is correct." => "Неуспешно изпращане на имейл за възстановяване на паролата. Моля, увери се, че потребителското име е правилно.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Неуспешно изпращане на имейл за възстановяване на паролата, защото липсва имейл свързан с това потребителско име. Моля свържи се с админстратора.", -"%s password reset" => "Паролата на %s е променена.", -"Use the following link to reset your password: {link}" => "Използвай следната връзка, за да възстановиш паролата си: {link}", -"You will receive a link to reset your password via Email." => "Ще получиш връзка за възстановяване на паролата посредством емейл.", -"Username" => "Потребител", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Файловете ти са криптирани. Ако не си насторил ключ за възстановяване, няма да има възможност да възстановиш информацията си след като промениш паролата. Ако не си сигурен какво да направиш, моля свържи се с администратора преди да продължиш. Наистина ли си сигурен, че искаш да продължиш?", -"Yes, I really want to reset my password now" => "Да, наистина желая да възстановя паролата си сега.", -"Reset" => "Възстанови", -"New password" => "Нова парола", -"New Password" => "Нова Парола", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X не се подържа и %s няма да работи правилно на тази платформа. Използвай го на свой риск!", -"For the best results, please consider using a GNU/Linux server instead." => "За най-добри резултати, моля помисли дали не би желал да използваш GNU/Linux сървър.", -"Personal" => "Лични", -"Users" => "Потребители", -"Apps" => "Приложения", -"Admin" => "Админ", -"Help" => "Помощ", -"Error loading tags" => "Грешка при зареждане на етикети.", -"Tag already exists" => "Етикетите вече съществуват.", -"Error deleting tag(s)" => "Грешка при изтриване на етикет(и).", -"Error tagging" => "Грешка при задаване на етикета.", -"Error untagging" => "Грешка при премахване на етикета.", -"Error favoriting" => "Грешка при отбелязване за любим.", -"Error unfavoriting" => "Грешка при премахване отбелязването за любим.", -"Access forbidden" => "Достъпът е забранен", -"File not found" => "Файлът не е открит.", -"The specified document has not been found on the server." => "Избраният документ не е намерн на сървъра.", -"You can click here to return to %s." => "Можеш да натиснеш тук, за да се върнеш на %s", -"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." => "Допълнителна информация може да бъде открита в сървърните доклади.", -"Technical details" => "Техническа информация", -"Remote Address: %s" => "Remote Address: %s", -"Request ID: %s" => "Request ID: %s", -"Code: %s" => "Code: %s", -"Message: %s" => "Message: %s", -"File: %s" => "File: %s", -"Line: %s" => "Line: %s", -"Trace" => "Trace", -"Security Warning" => "Предупреждение за Сигурноста", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Твоята PHP версия е податлива на NULL Byte атака (CVE-2006-7243).", -"Please update your PHP installation to use %s securely." => "Моля, обнови своята PHP инсталация, за да използваш %s сигурно.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Твоята директория за данни и файлове вероятно са достъпни от интернет поради това, че .htaccess файла не функционира.", -"For information how to properly configure your server, please see the documentation." => "За информация как правилно да настроиш сървъра си, моля прегледай документацията.", -"Create an admin account" => "Създаване на админ профил.", -"Password" => "Парола", -"Storage & database" => "Дисково пространство и база данни", -"Data folder" => "Директория за данни", -"Configure the database" => "Конфигуриране на базата данни", -"Only %s is available." => "Само %s е достъпен.", -"Database user" => "Потребител за базата данни", -"Database password" => "Парола за базата данни", -"Database name" => "Име на базата данни", -"Database tablespace" => "Tablespace-а за базата данни", -"Database host" => "Хост за базата данни", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite ще бъде използван за база данни. За по-големи инсталации препоръчваме това да бъде променено.", -"Finish setup" => "Завършване на настройките", -"Finishing …" => "Завършване...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Програмата изисква JavaScript, за да функционира правилно. Моля, включи JavaScript и презареди страницата.", -"%s is available. Get more information on how to update." => "%s е на разположение. Прочети повече как да обновиш. ", -"Log out" => "Отписване", -"Server side authentication failed!" => "Заверяването в сървъра неуспешно!", -"Please contact your administrator." => "Моля, свържи се с админстратора.", -"Forgot your password? Reset it!" => "Забрави паролата? Възстанови я!", -"remember" => "запомни", -"Log in" => "Вписване", -"Alternative Logins" => "Други Потребителски Имена", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Здрасти,

само да те уведомя, че %s сподели %s с теб.\n
Разгледай го!

.", -"This ownCloud instance is currently in single user mode." => "В момента този ownCloud е в режим допускащ само един потребител.", -"This means only administrators can use the instance." => "Това означава, че само администраторът може да го използва.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Свържи се със системния си администратор ако това съобщение се задържи твърде дълго или се е появило неочаквано.", -"Thank you for your patience." => "Благодарим за търпението.", -"You are accessing the server from an untrusted domain." => "Свръзваш се със сървъра от неодобрен домейн.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Моля, свържи се с администратора. Ако ти си администраторът, на този сървър, промени \"trusted_domain\" настройките в config/config.php. Примерна конфигурация е приложена в config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "В зависимост от конфигурацията ти, като администратор може натискайки бутонът по-долу да отбележиш домейнът като сигурен.", -"Add \"%s\" as trusted domain" => "Добави \"%s\" като сигурен домейн", -"%s will be updated to version %s." => "%s ще бъде обновена до версия %s.", -"The following apps will be disabled:" => "Следните програми ще бъдат изключени:", -"The theme %s has been disabled." => "Темата %s бе изключена.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Моля, увери се, че си направил копия на базата данни, папките с настройки и данни, преди да продължиш.", -"Start update" => "Започни обновяването", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "За да избегнеш таймаутове при по-големи инсталации, можеш да изпълниш следните команди в инсталанционната директория:", -"This %s instance is currently being updated, which may take a while." => "В момента този %s се обновява, а това може да отнеме време.", -"This page will refresh itself when the %s instance is available again." => "Тази страница ще се опресни автоматично, когато %s е отново на линия." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/bn_BD.js b/core/l10n/bn_BD.js new file mode 100644 index 0000000000..04d9864b5e --- /dev/null +++ b/core/l10n/bn_BD.js @@ -0,0 +1,120 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "নিম্নোক্ত ব্যবহারকারীকে মেইল পাঠানো গেলনা: %s", + "Turned on maintenance mode" : "রক্ষণাবেক্ষণ মোড চালু হয়েছে", + "Turned off maintenance mode" : "রক্ষণাবেক্ষণ মোড বন্ধ হয়েছে", + "Updated database" : "ডাটাবেজ নবায়ন করা হয়েছে", + "No image or file provided" : "কোন ইমেজ বা ফাইল প্রদান করা হয়নি", + "Unknown filetype" : "অজানা প্রকৃতির ফাইল", + "Invalid image" : "অবৈধ চিত্র", + "Sunday" : "রবিবার", + "Monday" : "সোমবার", + "Tuesday" : "মঙ্গলবার", + "Wednesday" : "বুধবার", + "Thursday" : "বৃহস্পতিবার", + "Friday" : "শুক্রবার", + "Saturday" : "শনিবার", + "January" : "জানুয়ারি", + "February" : "ফেব্রুয়ারি", + "March" : "মার্চ", + "April" : "এপ্রিল", + "May" : "মে", + "June" : "জুন", + "July" : "জুলাই", + "August" : "অগাষ্ট", + "September" : "সেপ্টেম্বর", + "October" : "অক্টোবর", + "November" : "নভেম্বর", + "December" : "ডিসেম্বর", + "Settings" : "নিয়ামকসমূহ", + "File" : "ফাইল", + "Folder" : "ফোল্ডার", + "Image" : "চিত্র", + "Audio" : "অডিও", + "Saving..." : "সংরক্ষণ করা হচ্ছে..", + "Reset password" : "কূটশব্দ পূনঃনির্ধারণ কর", + "No" : "না", + "Yes" : "হ্যাঁ", + "Choose" : "বেছে নিন", + "Ok" : "তথাস্তু", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} সাংঘর্ষিক ফাইল","{count} সাংঘর্ষিক ফাইল"], + "One file conflict" : "একটি সাংঘর্ষিক ফাইল", + "New Files" : "নতুন ফাইল", + "Already existing files" : "বিদ্যমান ফাইল", + "Which files do you want to keep?" : "কোন ফাইলগুলো রেখে দিতে চান?", + "Cancel" : "বাতিল", + "Continue" : "চালিয়ে যাও", + "Strong password" : "শক্তিশালী কুটশব্দ", + "Shared" : "ভাগাভাগিকৃত", + "Share" : "ভাগাভাগি কর", + "Error" : "সমস্যা", + "Error while sharing" : "ভাগাভাগি করতে সমস্যা দেখা দিয়েছে ", + "Error while unsharing" : "ভাগাভাগি বাতিল করতে সমস্যা দেখা দিয়েছে", + "Error while changing permissions" : "অনুমতিসমূহ পরিবর্তন করতে সমস্যা দেখা দিয়েছে", + "Shared with you and the group {group} by {owner}" : "{owner} আপনার এবং {group} গোষ্ঠীর সাথে ভাগাভাগি করেছেন", + "Shared with you by {owner}" : "{owner} আপনার সাথে ভাগাভাগি করেছেন", + "Share link" : "লিংক ভাগাভাগি করেন", + "Password protect" : "কূটশব্দ সুরক্ষিত", + "Email link to person" : "ব্যক্তির সাথে ই-মেইল যুক্ত কর", + "Send" : "পাঠাও", + "Set expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করুন", + "Expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ", + "group" : "দল", + "Resharing is not allowed" : "পূনঃরায় ভাগাভাগি অনুমোদিত নয়", + "Shared in {item} with {user}" : "{user} এর সাথে {item} ভাগাভাগি করা হয়েছে", + "Unshare" : "ভাগাভাগি বাতিল ", + "can share" : "ভাগাভাগি করেত পারেন", + "can edit" : "সম্পাদনা করতে পারবেন", + "access control" : "অধিগম্যতা নিয়ন্ত্রণ", + "create" : "তৈরী করুন", + "update" : "পরিবর্ধন কর", + "delete" : "মুছে ফেল", + "Password protected" : "কূটশব্দদ্বারা সুরক্ষিত", + "Error unsetting expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ বাতিল করতে সমস্যা দেখা দিয়েছে", + "Error setting expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করতে সমস্যা দেখা দিয়েছে", + "Sending ..." : "পাঠানো হচ্ছে......", + "Email sent" : "ই-মেইল পাঠানো হয়েছে", + "Warning" : "সতর্কবাণী", + "The object type is not specified." : "অবজেক্টের ধরণটি সুনির্দিষ্ট নয়।", + "Enter new" : "নতুন লিখুন", + "Delete" : "মুছে", + "Add" : "যোগ কর", + "Edit tags" : "ট্যাগ সম্পাদনা", + "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." : "কূটশব্দ পূনঃনির্ধারণের জন্য একটি টূনঃনির্ধারণ লিংকটি আপনাকে ই-মেইলে পাঠানো হয়েছে ।", + "Username" : "ব্যবহারকারী", + "Reset" : "পূণঃনির্ধানণ", + "New password" : "নতুন কূটশব্দ", + "New Password" : "নতুন কূটশব্দ", + "Personal" : "ব্যক্তিগত", + "Users" : "ব্যবহারকারী", + "Apps" : "অ্যাপ", + "Admin" : "প্রশাসন", + "Help" : "সহায়িকা", + "Error deleting tag(s)" : "ট্যাগ(সমূহ) অপসারণে সমস্যা", + "Error tagging" : "ট্যাগ করতে সমস্যা", + "Error untagging" : "ট্যাগ বাতিল করতে সমস্যা", + "Error favoriting" : "প্রিয় তালিকাভুক্তিতে সমস্যা", + "Access forbidden" : "অধিগমনের অনুমতি নেই", + "File not found" : "ফাইল খুঁজে পাওয়া গেল না", + "Cheers!" : "শুভেচ্ছা!", + "Security Warning" : "নিরাপত্তাজনিত সতর্কতা", + "Create an admin account" : "প্রশাসক একাউন্ট তৈরী করুন", + "Password" : "কূটশব্দ", + "Data folder" : "ডাটা ফোল্ডার ", + "Configure the database" : "ডাটাবেচ কনফিগার করুন", + "Database user" : "ডাটাবেজ ব্যবহারকারী", + "Database password" : "ডাটাবেজ কূটশব্দ", + "Database name" : "ডাটাবেজের নাম", + "Database tablespace" : "ডাটাবেজ টেবলস্পেস", + "Database host" : "ডাটাবেজ হোস্ট", + "Finish setup" : "সেটআপ সুসম্পন্ন কর", + "Finishing …" : "সম্পন্ন হচ্ছে....", + "Log out" : "প্রস্থান", + "remember" : "মনে রাখ", + "Log in" : "প্রবেশ", + "Alternative Logins" : "বিকল্প লগইন" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/bn_BD.json b/core/l10n/bn_BD.json new file mode 100644 index 0000000000..95d0ce6fe8 --- /dev/null +++ b/core/l10n/bn_BD.json @@ -0,0 +1,118 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "নিম্নোক্ত ব্যবহারকারীকে মেইল পাঠানো গেলনা: %s", + "Turned on maintenance mode" : "রক্ষণাবেক্ষণ মোড চালু হয়েছে", + "Turned off maintenance mode" : "রক্ষণাবেক্ষণ মোড বন্ধ হয়েছে", + "Updated database" : "ডাটাবেজ নবায়ন করা হয়েছে", + "No image or file provided" : "কোন ইমেজ বা ফাইল প্রদান করা হয়নি", + "Unknown filetype" : "অজানা প্রকৃতির ফাইল", + "Invalid image" : "অবৈধ চিত্র", + "Sunday" : "রবিবার", + "Monday" : "সোমবার", + "Tuesday" : "মঙ্গলবার", + "Wednesday" : "বুধবার", + "Thursday" : "বৃহস্পতিবার", + "Friday" : "শুক্রবার", + "Saturday" : "শনিবার", + "January" : "জানুয়ারি", + "February" : "ফেব্রুয়ারি", + "March" : "মার্চ", + "April" : "এপ্রিল", + "May" : "মে", + "June" : "জুন", + "July" : "জুলাই", + "August" : "অগাষ্ট", + "September" : "সেপ্টেম্বর", + "October" : "অক্টোবর", + "November" : "নভেম্বর", + "December" : "ডিসেম্বর", + "Settings" : "নিয়ামকসমূহ", + "File" : "ফাইল", + "Folder" : "ফোল্ডার", + "Image" : "চিত্র", + "Audio" : "অডিও", + "Saving..." : "সংরক্ষণ করা হচ্ছে..", + "Reset password" : "কূটশব্দ পূনঃনির্ধারণ কর", + "No" : "না", + "Yes" : "হ্যাঁ", + "Choose" : "বেছে নিন", + "Ok" : "তথাস্তু", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} সাংঘর্ষিক ফাইল","{count} সাংঘর্ষিক ফাইল"], + "One file conflict" : "একটি সাংঘর্ষিক ফাইল", + "New Files" : "নতুন ফাইল", + "Already existing files" : "বিদ্যমান ফাইল", + "Which files do you want to keep?" : "কোন ফাইলগুলো রেখে দিতে চান?", + "Cancel" : "বাতিল", + "Continue" : "চালিয়ে যাও", + "Strong password" : "শক্তিশালী কুটশব্দ", + "Shared" : "ভাগাভাগিকৃত", + "Share" : "ভাগাভাগি কর", + "Error" : "সমস্যা", + "Error while sharing" : "ভাগাভাগি করতে সমস্যা দেখা দিয়েছে ", + "Error while unsharing" : "ভাগাভাগি বাতিল করতে সমস্যা দেখা দিয়েছে", + "Error while changing permissions" : "অনুমতিসমূহ পরিবর্তন করতে সমস্যা দেখা দিয়েছে", + "Shared with you and the group {group} by {owner}" : "{owner} আপনার এবং {group} গোষ্ঠীর সাথে ভাগাভাগি করেছেন", + "Shared with you by {owner}" : "{owner} আপনার সাথে ভাগাভাগি করেছেন", + "Share link" : "লিংক ভাগাভাগি করেন", + "Password protect" : "কূটশব্দ সুরক্ষিত", + "Email link to person" : "ব্যক্তির সাথে ই-মেইল যুক্ত কর", + "Send" : "পাঠাও", + "Set expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করুন", + "Expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ", + "group" : "দল", + "Resharing is not allowed" : "পূনঃরায় ভাগাভাগি অনুমোদিত নয়", + "Shared in {item} with {user}" : "{user} এর সাথে {item} ভাগাভাগি করা হয়েছে", + "Unshare" : "ভাগাভাগি বাতিল ", + "can share" : "ভাগাভাগি করেত পারেন", + "can edit" : "সম্পাদনা করতে পারবেন", + "access control" : "অধিগম্যতা নিয়ন্ত্রণ", + "create" : "তৈরী করুন", + "update" : "পরিবর্ধন কর", + "delete" : "মুছে ফেল", + "Password protected" : "কূটশব্দদ্বারা সুরক্ষিত", + "Error unsetting expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ বাতিল করতে সমস্যা দেখা দিয়েছে", + "Error setting expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করতে সমস্যা দেখা দিয়েছে", + "Sending ..." : "পাঠানো হচ্ছে......", + "Email sent" : "ই-মেইল পাঠানো হয়েছে", + "Warning" : "সতর্কবাণী", + "The object type is not specified." : "অবজেক্টের ধরণটি সুনির্দিষ্ট নয়।", + "Enter new" : "নতুন লিখুন", + "Delete" : "মুছে", + "Add" : "যোগ কর", + "Edit tags" : "ট্যাগ সম্পাদনা", + "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." : "কূটশব্দ পূনঃনির্ধারণের জন্য একটি টূনঃনির্ধারণ লিংকটি আপনাকে ই-মেইলে পাঠানো হয়েছে ।", + "Username" : "ব্যবহারকারী", + "Reset" : "পূণঃনির্ধানণ", + "New password" : "নতুন কূটশব্দ", + "New Password" : "নতুন কূটশব্দ", + "Personal" : "ব্যক্তিগত", + "Users" : "ব্যবহারকারী", + "Apps" : "অ্যাপ", + "Admin" : "প্রশাসন", + "Help" : "সহায়িকা", + "Error deleting tag(s)" : "ট্যাগ(সমূহ) অপসারণে সমস্যা", + "Error tagging" : "ট্যাগ করতে সমস্যা", + "Error untagging" : "ট্যাগ বাতিল করতে সমস্যা", + "Error favoriting" : "প্রিয় তালিকাভুক্তিতে সমস্যা", + "Access forbidden" : "অধিগমনের অনুমতি নেই", + "File not found" : "ফাইল খুঁজে পাওয়া গেল না", + "Cheers!" : "শুভেচ্ছা!", + "Security Warning" : "নিরাপত্তাজনিত সতর্কতা", + "Create an admin account" : "প্রশাসক একাউন্ট তৈরী করুন", + "Password" : "কূটশব্দ", + "Data folder" : "ডাটা ফোল্ডার ", + "Configure the database" : "ডাটাবেচ কনফিগার করুন", + "Database user" : "ডাটাবেজ ব্যবহারকারী", + "Database password" : "ডাটাবেজ কূটশব্দ", + "Database name" : "ডাটাবেজের নাম", + "Database tablespace" : "ডাটাবেজ টেবলস্পেস", + "Database host" : "ডাটাবেজ হোস্ট", + "Finish setup" : "সেটআপ সুসম্পন্ন কর", + "Finishing …" : "সম্পন্ন হচ্ছে....", + "Log out" : "প্রস্থান", + "remember" : "মনে রাখ", + "Log in" : "প্রবেশ", + "Alternative Logins" : "বিকল্প লগইন" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/bn_BD.php b/core/l10n/bn_BD.php deleted file mode 100644 index d00864db20..0000000000 --- a/core/l10n/bn_BD.php +++ /dev/null @@ -1,119 +0,0 @@ - "নিম্নোক্ত ব্যবহারকারীকে মেইল পাঠানো গেলনা: %s", -"Turned on maintenance mode" => "রক্ষণাবেক্ষণ মোড চালু হয়েছে", -"Turned off maintenance mode" => "রক্ষণাবেক্ষণ মোড বন্ধ হয়েছে", -"Updated database" => "ডাটাবেজ নবায়ন করা হয়েছে", -"No image or file provided" => "কোন ইমেজ বা ফাইল প্রদান করা হয়নি", -"Unknown filetype" => "অজানা প্রকৃতির ফাইল", -"Invalid image" => "অবৈধ চিত্র", -"Sunday" => "রবিবার", -"Monday" => "সোমবার", -"Tuesday" => "মঙ্গলবার", -"Wednesday" => "বুধবার", -"Thursday" => "বৃহস্পতিবার", -"Friday" => "শুক্রবার", -"Saturday" => "শনিবার", -"January" => "জানুয়ারি", -"February" => "ফেব্রুয়ারি", -"March" => "মার্চ", -"April" => "এপ্রিল", -"May" => "মে", -"June" => "জুন", -"July" => "জুলাই", -"August" => "অগাষ্ট", -"September" => "সেপ্টেম্বর", -"October" => "অক্টোবর", -"November" => "নভেম্বর", -"December" => "ডিসেম্বর", -"Settings" => "নিয়ামকসমূহ", -"File" => "ফাইল", -"Folder" => "ফোল্ডার", -"Image" => "চিত্র", -"Audio" => "অডিও", -"Saving..." => "সংরক্ষণ করা হচ্ছে..", -"Reset password" => "কূটশব্দ পূনঃনির্ধারণ কর", -"No" => "না", -"Yes" => "হ্যাঁ", -"Choose" => "বেছে নিন", -"Ok" => "তথাস্তু", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} সাংঘর্ষিক ফাইল","{count} সাংঘর্ষিক ফাইল"), -"One file conflict" => "একটি সাংঘর্ষিক ফাইল", -"New Files" => "নতুন ফাইল", -"Already existing files" => "বিদ্যমান ফাইল", -"Which files do you want to keep?" => "কোন ফাইলগুলো রেখে দিতে চান?", -"Cancel" => "বাতিল", -"Continue" => "চালিয়ে যাও", -"Strong password" => "শক্তিশালী কুটশব্দ", -"Shared" => "ভাগাভাগিকৃত", -"Share" => "ভাগাভাগি কর", -"Error" => "সমস্যা", -"Error while sharing" => "ভাগাভাগি করতে সমস্যা দেখা দিয়েছে ", -"Error while unsharing" => "ভাগাভাগি বাতিল করতে সমস্যা দেখা দিয়েছে", -"Error while changing permissions" => "অনুমতিসমূহ পরিবর্তন করতে সমস্যা দেখা দিয়েছে", -"Shared with you and the group {group} by {owner}" => "{owner} আপনার এবং {group} গোষ্ঠীর সাথে ভাগাভাগি করেছেন", -"Shared with you by {owner}" => "{owner} আপনার সাথে ভাগাভাগি করেছেন", -"Share link" => "লিংক ভাগাভাগি করেন", -"Password protect" => "কূটশব্দ সুরক্ষিত", -"Email link to person" => "ব্যক্তির সাথে ই-মেইল যুক্ত কর", -"Send" => "পাঠাও", -"Set expiration date" => "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করুন", -"Expiration date" => "মেয়াদোত্তীর্ণ হওয়ার তারিখ", -"group" => "দল", -"Resharing is not allowed" => "পূনঃরায় ভাগাভাগি অনুমোদিত নয়", -"Shared in {item} with {user}" => "{user} এর সাথে {item} ভাগাভাগি করা হয়েছে", -"Unshare" => "ভাগাভাগি বাতিল ", -"can share" => "ভাগাভাগি করেত পারেন", -"can edit" => "সম্পাদনা করতে পারবেন", -"access control" => "অধিগম্যতা নিয়ন্ত্রণ", -"create" => "তৈরী করুন", -"update" => "পরিবর্ধন কর", -"delete" => "মুছে ফেল", -"Password protected" => "কূটশব্দদ্বারা সুরক্ষিত", -"Error unsetting expiration date" => "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ বাতিল করতে সমস্যা দেখা দিয়েছে", -"Error setting expiration date" => "মেয়াদোত্তীর্ণ হওয়ার তারিখ নির্ধারণ করতে সমস্যা দেখা দিয়েছে", -"Sending ..." => "পাঠানো হচ্ছে......", -"Email sent" => "ই-মেইল পাঠানো হয়েছে", -"Warning" => "সতর্কবাণী", -"The object type is not specified." => "অবজেক্টের ধরণটি সুনির্দিষ্ট নয়।", -"Enter new" => "নতুন লিখুন", -"Delete" => "মুছে", -"Add" => "যোগ কর", -"Edit tags" => "ট্যাগ সম্পাদনা", -"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." => "কূটশব্দ পূনঃনির্ধারণের জন্য একটি টূনঃনির্ধারণ লিংকটি আপনাকে ই-মেইলে পাঠানো হয়েছে ।", -"Username" => "ব্যবহারকারী", -"Reset" => "পূণঃনির্ধানণ", -"New password" => "নতুন কূটশব্দ", -"New Password" => "নতুন কূটশব্দ", -"Personal" => "ব্যক্তিগত", -"Users" => "ব্যবহারকারী", -"Apps" => "অ্যাপ", -"Admin" => "প্রশাসন", -"Help" => "সহায়িকা", -"Error deleting tag(s)" => "ট্যাগ(সমূহ) অপসারণে সমস্যা", -"Error tagging" => "ট্যাগ করতে সমস্যা", -"Error untagging" => "ট্যাগ বাতিল করতে সমস্যা", -"Error favoriting" => "প্রিয় তালিকাভুক্তিতে সমস্যা", -"Access forbidden" => "অধিগমনের অনুমতি নেই", -"File not found" => "ফাইল খুঁজে পাওয়া গেল না", -"Cheers!" => "শুভেচ্ছা!", -"Security Warning" => "নিরাপত্তাজনিত সতর্কতা", -"Create an admin account" => "প্রশাসক একাউন্ট তৈরী করুন", -"Password" => "কূটশব্দ", -"Data folder" => "ডাটা ফোল্ডার ", -"Configure the database" => "ডাটাবেচ কনফিগার করুন", -"Database user" => "ডাটাবেজ ব্যবহারকারী", -"Database password" => "ডাটাবেজ কূটশব্দ", -"Database name" => "ডাটাবেজের নাম", -"Database tablespace" => "ডাটাবেজ টেবলস্পেস", -"Database host" => "ডাটাবেজ হোস্ট", -"Finish setup" => "সেটআপ সুসম্পন্ন কর", -"Finishing …" => "সম্পন্ন হচ্ছে....", -"Log out" => "প্রস্থান", -"remember" => "মনে রাখ", -"Log in" => "প্রবেশ", -"Alternative Logins" => "বিকল্প লগইন" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/bn_IN.js b/core/l10n/bn_IN.js new file mode 100644 index 0000000000..675fbacc07 --- /dev/null +++ b/core/l10n/bn_IN.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "core", + { + "Settings" : "সেটিংস", + "Folder" : "ফোল্ডার", + "Saving..." : "সংরক্ষণ করা হচ্ছে ...", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "বাতিল করা", + "Share" : "শেয়ার", + "Error" : "ভুল", + "Warning" : "সতর্কীকরণ", + "Delete" : "মুছে ফেলা", + "Add" : "যোগ করা", + "Username" : "ইউজারনেম", + "Reset" : "রিসেট করুন" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/bn_IN.json b/core/l10n/bn_IN.json new file mode 100644 index 0000000000..e0234ccca6 --- /dev/null +++ b/core/l10n/bn_IN.json @@ -0,0 +1,15 @@ +{ "translations": { + "Settings" : "সেটিংস", + "Folder" : "ফোল্ডার", + "Saving..." : "সংরক্ষণ করা হচ্ছে ...", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "বাতিল করা", + "Share" : "শেয়ার", + "Error" : "ভুল", + "Warning" : "সতর্কীকরণ", + "Delete" : "মুছে ফেলা", + "Add" : "যোগ করা", + "Username" : "ইউজারনেম", + "Reset" : "রিসেট করুন" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/bn_IN.php b/core/l10n/bn_IN.php deleted file mode 100644 index 987c0c6585..0000000000 --- a/core/l10n/bn_IN.php +++ /dev/null @@ -1,16 +0,0 @@ - "সেটিংস", -"Folder" => "ফোল্ডার", -"Saving..." => "সংরক্ষণ করা হচ্ছে ...", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "বাতিল করা", -"Share" => "শেয়ার", -"Error" => "ভুল", -"Warning" => "সতর্কীকরণ", -"Delete" => "মুছে ফেলা", -"Add" => "যোগ করা", -"Username" => "ইউজারনেম", -"Reset" => "রিসেট করুন" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/bs.js b/core/l10n/bs.js new file mode 100644 index 0000000000..18766a747f --- /dev/null +++ b/core/l10n/bs.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "core", + { + "Folder" : "Fasikla", + "Saving..." : "Spašavam...", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "Share" : "Podijeli", + "Add" : "Dodaj" +}, +"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 new file mode 100644 index 0000000000..a79d18e6ba --- /dev/null +++ b/core/l10n/bs.json @@ -0,0 +1,8 @@ +{ "translations": { + "Folder" : "Fasikla", + "Saving..." : "Spašavam...", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "Share" : "Podijeli", + "Add" : "Dodaj" +},"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/bs.php b/core/l10n/bs.php deleted file mode 100644 index 69e8e29f43..0000000000 --- a/core/l10n/bs.php +++ /dev/null @@ -1,9 +0,0 @@ - "Fasikla", -"Saving..." => "Spašavam...", -"_{count} file conflict_::_{count} file conflicts_" => array("","",""), -"Share" => "Podijeli", -"Add" => "Dodaj" -); -$PLURAL_FORMS = "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/ca.js b/core/l10n/ca.js new file mode 100644 index 0000000000..6702145e12 --- /dev/null +++ b/core/l10n/ca.js @@ -0,0 +1,205 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s", + "Turned on maintenance mode" : "Activat el mode de manteniment", + "Turned off maintenance mode" : "Desactivat el mode de manteniment", + "Updated database" : "Actualitzada la base de dades", + "Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades", + "Checked database schema update for apps" : "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps", + "Updated \"%s\" to %s" : "Actualitzat \"%s\" a %s", + "Disabled incompatible apps: %s" : "Aplicacions incompatibles desactivades: %s", + "No image or file provided" : "No s'han proporcionat imatges o fitxers", + "Unknown filetype" : "Tipus de fitxer desconegut", + "Invalid image" : "Imatge no vàlida", + "No temporary profile picture available, try again" : "No hi ha imatge temporal de perfil disponible, torneu a intentar-ho", + "No crop data provided" : "No heu proporcionat dades del retall", + "Sunday" : "Diumenge", + "Monday" : "Dilluns", + "Tuesday" : "Dimarts", + "Wednesday" : "Dimecres", + "Thursday" : "Dijous", + "Friday" : "Divendres", + "Saturday" : "Dissabte", + "January" : "Gener", + "February" : "Febrer", + "March" : "Març", + "April" : "Abril", + "May" : "Maig", + "June" : "Juny", + "July" : "Juliol", + "August" : "Agost", + "September" : "Setembre", + "October" : "Octubre", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Els vostres fitxers estan encriptats. Si no heu habilitat la clau de recuperació no hi haurà manera de recuperar les dades després que reestabliu la contrasenya.
Si sabeu què fer, contacteu amb l'administrador abans de continuar.
Voleu continuar?", + "I know what I'm doing" : "Sé el que faig", + "Reset password" : "Reinicialitza la contrasenya", + "Password can not be changed. Please contact your administrator." : "La contrasenya no es pot canviar. Contacteu amb l'administrador.", + "No" : "No", + "Yes" : "Sí", + "Choose" : "Escull", + "Error loading file picker template: {error}" : "Error en carregar la plantilla de càrrega de fitxers: {error}", + "Ok" : "D'acord", + "Error loading message template: {error}" : "Error en carregar la plantilla de missatge: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicte de fitxer","{count} conflictes de fitxer"], + "One file conflict" : "Un fitxer en conflicte", + "New Files" : "Fitxers nous", + "Already existing files" : "Fitxers que ja existeixen", + "Which files do you want to keep?" : "Quin fitxer voleu conservar?", + "If you select both versions, the copied file will have a number added to its name." : "Si seleccioneu les dues versions, el fitxer copiat tindrà un número afegit al seu nom.", + "Cancel" : "Cancel·la", + "Continue" : "Continua", + "(all selected)" : "(selecciona-ho tot)", + "({count} selected)" : "({count} seleccionats)", + "Error loading file exists template" : "Error en carregar la plantilla de fitxer existent", + "Very weak password" : "Contrasenya massa feble", + "Weak password" : "Contrasenya feble", + "So-so password" : "Contrasenya passable", + "Good password" : "Contrasenya bona", + "Strong password" : "Contrasenya forta", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.", + "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." : "Aquest servidor no té cap connexió a internet que funcioni. Això significa que algunes de les característiques com el muntatge d'emmagatzemament extern, les notificacions quant a actualitzacions o la instal·lació d'aplicacions de tercers no funcionarà. L'accés remot a fitxers i l'enviament de correus electrònics podria tampoc no funcionar. Us suggerim que habiliteu la connexió a internet per aquest servidor si voleu tenir totes les característiques.", + "Error occurred while checking server setup" : "Hi ha hagut un error en comprovar la configuració del servidor", + "Shared" : "Compartit", + "Shared with {recipients}" : "Compartit amb {recipients}", + "Share" : "Comparteix", + "Error" : "Error", + "Error while sharing" : "Error en compartir", + "Error while unsharing" : "Error en deixar de compartir", + "Error while changing permissions" : "Error en canviar els permisos", + "Shared with you and the group {group} by {owner}" : "Compartit amb vos i amb el grup {group} per {owner}", + "Shared with you by {owner}" : "Compartit amb vos per {owner}", + "Share with user or group …" : "Comparteix amb usuari o grup...", + "Share link" : "Enllaç de compartició", + "The public link will expire no later than {days} days after it is created" : "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo", + "Password protect" : "Protegir amb contrasenya", + "Choose a password for the public link" : "Escolliu una contrasenya per l'enllaç públic", + "Allow Public Upload" : "Permet pujada pública", + "Email link to person" : "Enllaç per correu electrónic amb la persona", + "Send" : "Envia", + "Set expiration date" : "Estableix la data de venciment", + "Expiration date" : "Data de venciment", + "Adding user..." : "Afegint usuari...", + "group" : "grup", + "Resharing is not allowed" : "No es permet compartir de nou", + "Shared in {item} with {user}" : "Compartit en {item} amb {user}", + "Unshare" : "Deixa de compartir", + "notify by email" : "notifica per correu electrònic", + "can share" : "pot compartir", + "can edit" : "pot editar", + "access control" : "control d'accés", + "create" : "crea", + "update" : "actualitza", + "delete" : "elimina", + "Password protected" : "Protegeix amb contrasenya", + "Error unsetting expiration date" : "Error en eliminar la data de venciment", + "Error setting expiration date" : "Error en establir la data de venciment", + "Sending ..." : "Enviant...", + "Email sent" : "El correu electrónic s'ha enviat", + "Warning" : "Avís", + "The object type is not specified." : "No s'ha especificat el tipus d'objecte.", + "Enter new" : "Escriu nou", + "Delete" : "Esborra", + "Add" : "Afegeix", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "L'actualització ha estat correcte. Ara us redirigim a ownCloud.", + "Couldn't reset password because the token is invalid" : "No es pot restablir la contrasenya perquè el testimoni no és vàlid", + "Couldn't send reset email. Please make sure your username is correct." : "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "No s'ha pogut enviar el correu de restabliment perquè no hi ha cap correu electrònic per aquest usuari. Contacteu amb l'administrador.", + "%s password reset" : "restableix la contrasenya %s", + "Use the following link to reset your password: {link}" : "Useu l'enllaç següent per restablir la contrasenya: {link}", + "You will receive a link to reset your password via Email." : "Rebreu un enllaç al correu electrònic per reiniciar la contrasenya.", + "Username" : "Nom d'usuari", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Els vostres fitxers estan encriptats. Si no heu habilitat la clau de recuperació no hi haurà manera de recuperar les dades després que reestabliu la contrasenya. Si sabeu què fer, contacteu amb l'administrador abans de continuar. Voleu continuar?", + "Yes, I really want to reset my password now" : "Sí, vull restablir ara la contrasenya", + "Reset" : "Estableix de nou", + "New password" : "Contrasenya nova", + "New Password" : "Contrasenya nova", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X no té suport i %s no funcionarà correctament en aquesta plataforma. Useu-ho al vostre risc!", + "For the best results, please consider using a GNU/Linux server instead." : "Per millors resultats, millor considereu utilitzar un servidor GNU/Linux.", + "Personal" : "Personal", + "Users" : "Usuaris", + "Apps" : "Aplicacions", + "Admin" : "Administració", + "Help" : "Ajuda", + "Error loading tags" : "Error en carregar les etiquetes", + "Tag already exists" : "L'etiqueta ja existeix", + "Error deleting tag(s)" : "Error en eliminar etiqueta(s)", + "Error tagging" : "Error en etiquetar", + "Error untagging" : "Error en treure les etiquetes", + "Error favoriting" : "Error en posar a preferits", + "Error unfavoriting" : "Error en treure de preferits", + "Access forbidden" : "Accés prohibit", + "File not found" : "No s'ha trobat l'arxiu", + "The specified document has not been found on the server." : "El document especificat no s'ha trobat al servidor.", + "You can click here to return to %s." : "Pots clicar aquí per tornar a %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Ei,\n\nnomés fer-te saber que %s ha compartit %s amb tu.\nMira-ho a: %s\n\n", + "The share will expire on %s." : "La compartició venç el %s.", + "Cheers!" : "Salut!", + "The server encountered an internal error and was unable to complete your request." : "El servidor ha trobat un error intern i no pot finalitzar la teva petició.", + "More details can be found in the server log." : "Pots trobar més detalls al llistat del servidor.", + "Technical details" : "Detalls tècnics", + "Remote Address: %s" : "Adreça remota: %s", + "Code: %s" : "Codi: %s", + "Message: %s" : "Missatge: %s", + "File: %s" : "Fitxer: %s", + "Security Warning" : "Avís de seguretat", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "La versió de PHP que useu és vulnerable a l'atac per NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Actualitzeu la instal·lació de PHP per usar %s de forma segura.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "La carpeta de dades i els seus fitxers probablement són accessibles des d'internet perquè el fitxer .htaccess no funciona.", + "For information how to properly configure your server, please see the documentation." : "Per informació de com configurar el servidor, comproveu la documentació.", + "Create an admin account" : "Crea un compte d'administrador", + "Password" : "Contrasenya", + "Storage & database" : "Emmagatzematge i base de dades", + "Data folder" : "Carpeta de dades", + "Configure the database" : "Configura la base de dades", + "Only %s is available." : "Només hi ha disponible %s", + "Database user" : "Usuari de la base de dades", + "Database password" : "Contrasenya de la base de dades", + "Database name" : "Nom de la base de dades", + "Database tablespace" : "Espai de taula de la base de dades", + "Database host" : "Ordinador central de la base de dades", + "SQLite will be used as database. For larger installations we recommend to change this." : "S'utilitzarà SQLite com a base de dades. Per instal·lacions grans recomanem que la canvieu.", + "Finish setup" : "Acaba la configuració", + "Finishing …" : "Acabant...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Aquesta aplicació requereix JavaScrip pel seu correcte funcionament. Si us plau Activeu JavaScript i actualitzeu la pàgina.", + "%s is available. Get more information on how to update." : "%s està disponible. Obtingueu més informació de com actualitzar.", + "Log out" : "Surt", + "Server side authentication failed!" : "L'autenticació del servidor ha fallat!", + "Please contact your administrator." : "Contacteu amb l'administrador.", + "Forgot your password? Reset it!" : "Heu oblidat la contrasenya? Restabliu-la!", + "remember" : "recorda'm", + "Log in" : "Inici de sessió", + "Alternative Logins" : "Acreditacions alternatives", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Ei,

només fer-vos saber que %s us ha comparti %s.
Mireu-ho!", + "This ownCloud instance is currently in single user mode." : "La instància ownCloud està en mode d'usuari únic.", + "This means only administrators can use the instance." : "Això significa que només els administradors poden usar la instància.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.", + "Thank you for your patience." : "Gràcies per la paciència.", + "You are accessing the server from an untrusted domain." : "Esteu accedint el servidor des d'un domini no fiable", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contacteu amb l'administrador. Si sou un administrador d'aquesta instància, configureu el paràmetre \"trusted_domain\" a config/config.php. Hi ha un exemple de configuració a config/config.sampe.php", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En funció de la teva configuració, com a administrador podries utilitzar el botó d'abaix per confiar en aquest domini.", + "Add \"%s\" as trusted domain" : "Afegeix \"%s\" com a domini de confiança", + "%s will be updated to version %s." : "%s s'actualitzarà a la versió %s.", + "The following apps will be disabled:" : "Les següents aplicacions es desactivaran:", + "The theme %s has been disabled." : "S'ha desactivat el tema %s", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assegureu-vos que heu fet una còpia de seguretat de la base de dades, del fitxer de configuració i de la carpeta de dades abans de continuar.", + "Start update" : "Inicia l'actualització", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitar que s'esgoti el temps d'espera en instalacions grans, pots en el seu lloc fer córrer la següent comanda en el directori d'instalació. " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ca.json b/core/l10n/ca.json new file mode 100644 index 0000000000..fdebffb080 --- /dev/null +++ b/core/l10n/ca.json @@ -0,0 +1,203 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s", + "Turned on maintenance mode" : "Activat el mode de manteniment", + "Turned off maintenance mode" : "Desactivat el mode de manteniment", + "Updated database" : "Actualitzada la base de dades", + "Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades", + "Checked database schema update for apps" : "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps", + "Updated \"%s\" to %s" : "Actualitzat \"%s\" a %s", + "Disabled incompatible apps: %s" : "Aplicacions incompatibles desactivades: %s", + "No image or file provided" : "No s'han proporcionat imatges o fitxers", + "Unknown filetype" : "Tipus de fitxer desconegut", + "Invalid image" : "Imatge no vàlida", + "No temporary profile picture available, try again" : "No hi ha imatge temporal de perfil disponible, torneu a intentar-ho", + "No crop data provided" : "No heu proporcionat dades del retall", + "Sunday" : "Diumenge", + "Monday" : "Dilluns", + "Tuesday" : "Dimarts", + "Wednesday" : "Dimecres", + "Thursday" : "Dijous", + "Friday" : "Divendres", + "Saturday" : "Dissabte", + "January" : "Gener", + "February" : "Febrer", + "March" : "Març", + "April" : "Abril", + "May" : "Maig", + "June" : "Juny", + "July" : "Juliol", + "August" : "Agost", + "September" : "Setembre", + "October" : "Octubre", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Els vostres fitxers estan encriptats. Si no heu habilitat la clau de recuperació no hi haurà manera de recuperar les dades després que reestabliu la contrasenya.
Si sabeu què fer, contacteu amb l'administrador abans de continuar.
Voleu continuar?", + "I know what I'm doing" : "Sé el que faig", + "Reset password" : "Reinicialitza la contrasenya", + "Password can not be changed. Please contact your administrator." : "La contrasenya no es pot canviar. Contacteu amb l'administrador.", + "No" : "No", + "Yes" : "Sí", + "Choose" : "Escull", + "Error loading file picker template: {error}" : "Error en carregar la plantilla de càrrega de fitxers: {error}", + "Ok" : "D'acord", + "Error loading message template: {error}" : "Error en carregar la plantilla de missatge: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicte de fitxer","{count} conflictes de fitxer"], + "One file conflict" : "Un fitxer en conflicte", + "New Files" : "Fitxers nous", + "Already existing files" : "Fitxers que ja existeixen", + "Which files do you want to keep?" : "Quin fitxer voleu conservar?", + "If you select both versions, the copied file will have a number added to its name." : "Si seleccioneu les dues versions, el fitxer copiat tindrà un número afegit al seu nom.", + "Cancel" : "Cancel·la", + "Continue" : "Continua", + "(all selected)" : "(selecciona-ho tot)", + "({count} selected)" : "({count} seleccionats)", + "Error loading file exists template" : "Error en carregar la plantilla de fitxer existent", + "Very weak password" : "Contrasenya massa feble", + "Weak password" : "Contrasenya feble", + "So-so password" : "Contrasenya passable", + "Good password" : "Contrasenya bona", + "Strong password" : "Contrasenya forta", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.", + "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." : "Aquest servidor no té cap connexió a internet que funcioni. Això significa que algunes de les característiques com el muntatge d'emmagatzemament extern, les notificacions quant a actualitzacions o la instal·lació d'aplicacions de tercers no funcionarà. L'accés remot a fitxers i l'enviament de correus electrònics podria tampoc no funcionar. Us suggerim que habiliteu la connexió a internet per aquest servidor si voleu tenir totes les característiques.", + "Error occurred while checking server setup" : "Hi ha hagut un error en comprovar la configuració del servidor", + "Shared" : "Compartit", + "Shared with {recipients}" : "Compartit amb {recipients}", + "Share" : "Comparteix", + "Error" : "Error", + "Error while sharing" : "Error en compartir", + "Error while unsharing" : "Error en deixar de compartir", + "Error while changing permissions" : "Error en canviar els permisos", + "Shared with you and the group {group} by {owner}" : "Compartit amb vos i amb el grup {group} per {owner}", + "Shared with you by {owner}" : "Compartit amb vos per {owner}", + "Share with user or group …" : "Comparteix amb usuari o grup...", + "Share link" : "Enllaç de compartició", + "The public link will expire no later than {days} days after it is created" : "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo", + "Password protect" : "Protegir amb contrasenya", + "Choose a password for the public link" : "Escolliu una contrasenya per l'enllaç públic", + "Allow Public Upload" : "Permet pujada pública", + "Email link to person" : "Enllaç per correu electrónic amb la persona", + "Send" : "Envia", + "Set expiration date" : "Estableix la data de venciment", + "Expiration date" : "Data de venciment", + "Adding user..." : "Afegint usuari...", + "group" : "grup", + "Resharing is not allowed" : "No es permet compartir de nou", + "Shared in {item} with {user}" : "Compartit en {item} amb {user}", + "Unshare" : "Deixa de compartir", + "notify by email" : "notifica per correu electrònic", + "can share" : "pot compartir", + "can edit" : "pot editar", + "access control" : "control d'accés", + "create" : "crea", + "update" : "actualitza", + "delete" : "elimina", + "Password protected" : "Protegeix amb contrasenya", + "Error unsetting expiration date" : "Error en eliminar la data de venciment", + "Error setting expiration date" : "Error en establir la data de venciment", + "Sending ..." : "Enviant...", + "Email sent" : "El correu electrónic s'ha enviat", + "Warning" : "Avís", + "The object type is not specified." : "No s'ha especificat el tipus d'objecte.", + "Enter new" : "Escriu nou", + "Delete" : "Esborra", + "Add" : "Afegeix", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "L'actualització ha estat correcte. Ara us redirigim a ownCloud.", + "Couldn't reset password because the token is invalid" : "No es pot restablir la contrasenya perquè el testimoni no és vàlid", + "Couldn't send reset email. Please make sure your username is correct." : "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "No s'ha pogut enviar el correu de restabliment perquè no hi ha cap correu electrònic per aquest usuari. Contacteu amb l'administrador.", + "%s password reset" : "restableix la contrasenya %s", + "Use the following link to reset your password: {link}" : "Useu l'enllaç següent per restablir la contrasenya: {link}", + "You will receive a link to reset your password via Email." : "Rebreu un enllaç al correu electrònic per reiniciar la contrasenya.", + "Username" : "Nom d'usuari", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Els vostres fitxers estan encriptats. Si no heu habilitat la clau de recuperació no hi haurà manera de recuperar les dades després que reestabliu la contrasenya. Si sabeu què fer, contacteu amb l'administrador abans de continuar. Voleu continuar?", + "Yes, I really want to reset my password now" : "Sí, vull restablir ara la contrasenya", + "Reset" : "Estableix de nou", + "New password" : "Contrasenya nova", + "New Password" : "Contrasenya nova", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X no té suport i %s no funcionarà correctament en aquesta plataforma. Useu-ho al vostre risc!", + "For the best results, please consider using a GNU/Linux server instead." : "Per millors resultats, millor considereu utilitzar un servidor GNU/Linux.", + "Personal" : "Personal", + "Users" : "Usuaris", + "Apps" : "Aplicacions", + "Admin" : "Administració", + "Help" : "Ajuda", + "Error loading tags" : "Error en carregar les etiquetes", + "Tag already exists" : "L'etiqueta ja existeix", + "Error deleting tag(s)" : "Error en eliminar etiqueta(s)", + "Error tagging" : "Error en etiquetar", + "Error untagging" : "Error en treure les etiquetes", + "Error favoriting" : "Error en posar a preferits", + "Error unfavoriting" : "Error en treure de preferits", + "Access forbidden" : "Accés prohibit", + "File not found" : "No s'ha trobat l'arxiu", + "The specified document has not been found on the server." : "El document especificat no s'ha trobat al servidor.", + "You can click here to return to %s." : "Pots clicar aquí per tornar a %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Ei,\n\nnomés fer-te saber que %s ha compartit %s amb tu.\nMira-ho a: %s\n\n", + "The share will expire on %s." : "La compartició venç el %s.", + "Cheers!" : "Salut!", + "The server encountered an internal error and was unable to complete your request." : "El servidor ha trobat un error intern i no pot finalitzar la teva petició.", + "More details can be found in the server log." : "Pots trobar més detalls al llistat del servidor.", + "Technical details" : "Detalls tècnics", + "Remote Address: %s" : "Adreça remota: %s", + "Code: %s" : "Codi: %s", + "Message: %s" : "Missatge: %s", + "File: %s" : "Fitxer: %s", + "Security Warning" : "Avís de seguretat", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "La versió de PHP que useu és vulnerable a l'atac per NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Actualitzeu la instal·lació de PHP per usar %s de forma segura.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "La carpeta de dades i els seus fitxers probablement són accessibles des d'internet perquè el fitxer .htaccess no funciona.", + "For information how to properly configure your server, please see the documentation." : "Per informació de com configurar el servidor, comproveu la documentació.", + "Create an admin account" : "Crea un compte d'administrador", + "Password" : "Contrasenya", + "Storage & database" : "Emmagatzematge i base de dades", + "Data folder" : "Carpeta de dades", + "Configure the database" : "Configura la base de dades", + "Only %s is available." : "Només hi ha disponible %s", + "Database user" : "Usuari de la base de dades", + "Database password" : "Contrasenya de la base de dades", + "Database name" : "Nom de la base de dades", + "Database tablespace" : "Espai de taula de la base de dades", + "Database host" : "Ordinador central de la base de dades", + "SQLite will be used as database. For larger installations we recommend to change this." : "S'utilitzarà SQLite com a base de dades. Per instal·lacions grans recomanem que la canvieu.", + "Finish setup" : "Acaba la configuració", + "Finishing …" : "Acabant...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Aquesta aplicació requereix JavaScrip pel seu correcte funcionament. Si us plau Activeu JavaScript i actualitzeu la pàgina.", + "%s is available. Get more information on how to update." : "%s està disponible. Obtingueu més informació de com actualitzar.", + "Log out" : "Surt", + "Server side authentication failed!" : "L'autenticació del servidor ha fallat!", + "Please contact your administrator." : "Contacteu amb l'administrador.", + "Forgot your password? Reset it!" : "Heu oblidat la contrasenya? Restabliu-la!", + "remember" : "recorda'm", + "Log in" : "Inici de sessió", + "Alternative Logins" : "Acreditacions alternatives", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Ei,

només fer-vos saber que %s us ha comparti %s.
Mireu-ho!", + "This ownCloud instance is currently in single user mode." : "La instància ownCloud està en mode d'usuari únic.", + "This means only administrators can use the instance." : "Això significa que només els administradors poden usar la instància.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.", + "Thank you for your patience." : "Gràcies per la paciència.", + "You are accessing the server from an untrusted domain." : "Esteu accedint el servidor des d'un domini no fiable", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contacteu amb l'administrador. Si sou un administrador d'aquesta instància, configureu el paràmetre \"trusted_domain\" a config/config.php. Hi ha un exemple de configuració a config/config.sampe.php", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En funció de la teva configuració, com a administrador podries utilitzar el botó d'abaix per confiar en aquest domini.", + "Add \"%s\" as trusted domain" : "Afegeix \"%s\" com a domini de confiança", + "%s will be updated to version %s." : "%s s'actualitzarà a la versió %s.", + "The following apps will be disabled:" : "Les següents aplicacions es desactivaran:", + "The theme %s has been disabled." : "S'ha desactivat el tema %s", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assegureu-vos que heu fet una còpia de seguretat de la base de dades, del fitxer de configuració i de la carpeta de dades abans de continuar.", + "Start update" : "Inicia l'actualització", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitar que s'esgoti el temps d'espera en instalacions grans, pots en el seu lloc fer córrer la següent comanda en el directori d'instalació. " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/ca.php b/core/l10n/ca.php deleted file mode 100644 index 8f23961fef..0000000000 --- a/core/l10n/ca.php +++ /dev/null @@ -1,204 +0,0 @@ - "No s'ha pogut enviar correu als usuaris següents: %s", -"Turned on maintenance mode" => "Activat el mode de manteniment", -"Turned off maintenance mode" => "Desactivat el mode de manteniment", -"Updated database" => "Actualitzada la base de dades", -"Checked database schema update" => "S'ha comprobat l'actualització de l'esquema de la base de dades", -"Checked database schema update for apps" => "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps", -"Updated \"%s\" to %s" => "Actualitzat \"%s\" a %s", -"Disabled incompatible apps: %s" => "Aplicacions incompatibles desactivades: %s", -"No image or file provided" => "No s'han proporcionat imatges o fitxers", -"Unknown filetype" => "Tipus de fitxer desconegut", -"Invalid image" => "Imatge no vàlida", -"No temporary profile picture available, try again" => "No hi ha imatge temporal de perfil disponible, torneu a intentar-ho", -"No crop data provided" => "No heu proporcionat dades del retall", -"Sunday" => "Diumenge", -"Monday" => "Dilluns", -"Tuesday" => "Dimarts", -"Wednesday" => "Dimecres", -"Thursday" => "Dijous", -"Friday" => "Divendres", -"Saturday" => "Dissabte", -"January" => "Gener", -"February" => "Febrer", -"March" => "Març", -"April" => "Abril", -"May" => "Maig", -"June" => "Juny", -"July" => "Juliol", -"August" => "Agost", -"September" => "Setembre", -"October" => "Octubre", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Els vostres fitxers estan encriptats. Si no heu habilitat la clau de recuperació no hi haurà manera de recuperar les dades després que reestabliu la contrasenya.
Si sabeu què fer, contacteu amb l'administrador abans de continuar.
Voleu continuar?", -"I know what I'm doing" => "Sé el que faig", -"Reset password" => "Reinicialitza la contrasenya", -"Password can not be changed. Please contact your administrator." => "La contrasenya no es pot canviar. Contacteu amb l'administrador.", -"No" => "No", -"Yes" => "Sí", -"Choose" => "Escull", -"Error loading file picker template: {error}" => "Error en carregar la plantilla de càrrega de fitxers: {error}", -"Ok" => "D'acord", -"Error loading message template: {error}" => "Error en carregar la plantilla de missatge: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} conflicte de fitxer","{count} conflictes de fitxer"), -"One file conflict" => "Un fitxer en conflicte", -"New Files" => "Fitxers nous", -"Already existing files" => "Fitxers que ja existeixen", -"Which files do you want to keep?" => "Quin fitxer voleu conservar?", -"If you select both versions, the copied file will have a number added to its name." => "Si seleccioneu les dues versions, el fitxer copiat tindrà un número afegit al seu nom.", -"Cancel" => "Cancel·la", -"Continue" => "Continua", -"(all selected)" => "(selecciona-ho tot)", -"({count} selected)" => "({count} seleccionats)", -"Error loading file exists template" => "Error en carregar la plantilla de fitxer existent", -"Very weak password" => "Contrasenya massa feble", -"Weak password" => "Contrasenya feble", -"So-so password" => "Contrasenya passable", -"Good password" => "Contrasenya bona", -"Strong password" => "Contrasenya forta", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.", -"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." => "Aquest servidor no té cap connexió a internet que funcioni. Això significa que algunes de les característiques com el muntatge d'emmagatzemament extern, les notificacions quant a actualitzacions o la instal·lació d'aplicacions de tercers no funcionarà. L'accés remot a fitxers i l'enviament de correus electrònics podria tampoc no funcionar. Us suggerim que habiliteu la connexió a internet per aquest servidor si voleu tenir totes les característiques.", -"Error occurred while checking server setup" => "Hi ha hagut un error en comprovar la configuració del servidor", -"Shared" => "Compartit", -"Shared with {recipients}" => "Compartit amb {recipients}", -"Share" => "Comparteix", -"Error" => "Error", -"Error while sharing" => "Error en compartir", -"Error while unsharing" => "Error en deixar de compartir", -"Error while changing permissions" => "Error en canviar els permisos", -"Shared with you and the group {group} by {owner}" => "Compartit amb vos i amb el grup {group} per {owner}", -"Shared with you by {owner}" => "Compartit amb vos per {owner}", -"Share with user or group …" => "Comparteix amb usuari o grup...", -"Share link" => "Enllaç de compartició", -"The public link will expire no later than {days} days after it is created" => "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo", -"Password protect" => "Protegir amb contrasenya", -"Choose a password for the public link" => "Escolliu una contrasenya per l'enllaç públic", -"Allow Public Upload" => "Permet pujada pública", -"Email link to person" => "Enllaç per correu electrónic amb la persona", -"Send" => "Envia", -"Set expiration date" => "Estableix la data de venciment", -"Expiration date" => "Data de venciment", -"Adding user..." => "Afegint usuari...", -"group" => "grup", -"Resharing is not allowed" => "No es permet compartir de nou", -"Shared in {item} with {user}" => "Compartit en {item} amb {user}", -"Unshare" => "Deixa de compartir", -"notify by email" => "notifica per correu electrònic", -"can share" => "pot compartir", -"can edit" => "pot editar", -"access control" => "control d'accés", -"create" => "crea", -"update" => "actualitza", -"delete" => "elimina", -"Password protected" => "Protegeix amb contrasenya", -"Error unsetting expiration date" => "Error en eliminar la data de venciment", -"Error setting expiration date" => "Error en establir la data de venciment", -"Sending ..." => "Enviant...", -"Email sent" => "El correu electrónic s'ha enviat", -"Warning" => "Avís", -"The object type is not specified." => "No s'ha especificat el tipus d'objecte.", -"Enter new" => "Escriu nou", -"Delete" => "Esborra", -"Add" => "Afegeix", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "L'actualització ha estat correcte. Ara us redirigim a ownCloud.", -"Couldn't reset password because the token is invalid" => "No es pot restablir la contrasenya perquè el testimoni no és vàlid", -"Couldn't send reset email. Please make sure your username is correct." => "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "No s'ha pogut enviar el correu de restabliment perquè no hi ha cap correu electrònic per aquest usuari. Contacteu amb l'administrador.", -"%s password reset" => "restableix la contrasenya %s", -"Use the following link to reset your password: {link}" => "Useu l'enllaç següent per restablir la contrasenya: {link}", -"You will receive a link to reset your password via Email." => "Rebreu un enllaç al correu electrònic per reiniciar la contrasenya.", -"Username" => "Nom d'usuari", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Els vostres fitxers estan encriptats. Si no heu habilitat la clau de recuperació no hi haurà manera de recuperar les dades després que reestabliu la contrasenya. Si sabeu què fer, contacteu amb l'administrador abans de continuar. Voleu continuar?", -"Yes, I really want to reset my password now" => "Sí, vull restablir ara la contrasenya", -"Reset" => "Estableix de nou", -"New password" => "Contrasenya nova", -"New Password" => "Contrasenya nova", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X no té suport i %s no funcionarà correctament en aquesta plataforma. Useu-ho al vostre risc!", -"For the best results, please consider using a GNU/Linux server instead." => "Per millors resultats, millor considereu utilitzar un servidor GNU/Linux.", -"Personal" => "Personal", -"Users" => "Usuaris", -"Apps" => "Aplicacions", -"Admin" => "Administració", -"Help" => "Ajuda", -"Error loading tags" => "Error en carregar les etiquetes", -"Tag already exists" => "L'etiqueta ja existeix", -"Error deleting tag(s)" => "Error en eliminar etiqueta(s)", -"Error tagging" => "Error en etiquetar", -"Error untagging" => "Error en treure les etiquetes", -"Error favoriting" => "Error en posar a preferits", -"Error unfavoriting" => "Error en treure de preferits", -"Access forbidden" => "Accés prohibit", -"File not found" => "No s'ha trobat l'arxiu", -"The specified document has not been found on the server." => "El document especificat no s'ha trobat al servidor.", -"You can click here to return to %s." => "Pots clicar aquí per tornar a %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ei,\n\nnomés fer-te saber que %s ha compartit %s amb tu.\nMira-ho a: %s\n\n", -"The share will expire on %s." => "La compartició venç el %s.", -"Cheers!" => "Salut!", -"The server encountered an internal error and was unable to complete your request." => "El servidor ha trobat un error intern i no pot finalitzar la teva petició.", -"More details can be found in the server log." => "Pots trobar més detalls al llistat del servidor.", -"Technical details" => "Detalls tècnics", -"Remote Address: %s" => "Adreça remota: %s", -"Code: %s" => "Codi: %s", -"Message: %s" => "Missatge: %s", -"File: %s" => "Fitxer: %s", -"Security Warning" => "Avís de seguretat", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La versió de PHP que useu és vulnerable a l'atac per NULL Byte (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Actualitzeu la instal·lació de PHP per usar %s de forma segura.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "La carpeta de dades i els seus fitxers probablement són accessibles des d'internet perquè el fitxer .htaccess no funciona.", -"For information how to properly configure your server, please see the documentation." => "Per informació de com configurar el servidor, comproveu la documentació.", -"Create an admin account" => "Crea un compte d'administrador", -"Password" => "Contrasenya", -"Storage & database" => "Emmagatzematge i base de dades", -"Data folder" => "Carpeta de dades", -"Configure the database" => "Configura la base de dades", -"Only %s is available." => "Només hi ha disponible %s", -"Database user" => "Usuari de la base de dades", -"Database password" => "Contrasenya de la base de dades", -"Database name" => "Nom de la base de dades", -"Database tablespace" => "Espai de taula de la base de dades", -"Database host" => "Ordinador central de la base de dades", -"SQLite will be used as database. For larger installations we recommend to change this." => "S'utilitzarà SQLite com a base de dades. Per instal·lacions grans recomanem que la canvieu.", -"Finish setup" => "Acaba la configuració", -"Finishing …" => "Acabant...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Aquesta aplicació requereix JavaScrip pel seu correcte funcionament. Si us plau Activeu JavaScript i actualitzeu la pàgina.", -"%s is available. Get more information on how to update." => "%s està disponible. Obtingueu més informació de com actualitzar.", -"Log out" => "Surt", -"Server side authentication failed!" => "L'autenticació del servidor ha fallat!", -"Please contact your administrator." => "Contacteu amb l'administrador.", -"Forgot your password? Reset it!" => "Heu oblidat la contrasenya? Restabliu-la!", -"remember" => "recorda'm", -"Log in" => "Inici de sessió", -"Alternative Logins" => "Acreditacions alternatives", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Ei,

només fer-vos saber que %s us ha comparti %s.
Mireu-ho!", -"This ownCloud instance is currently in single user mode." => "La instància ownCloud està en mode d'usuari únic.", -"This means only administrators can use the instance." => "Això significa que només els administradors poden usar la instància.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.", -"Thank you for your patience." => "Gràcies per la paciència.", -"You are accessing the server from an untrusted domain." => "Esteu accedint el servidor des d'un domini no fiable", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Contacteu amb l'administrador. Si sou un administrador d'aquesta instància, configureu el paràmetre \"trusted_domain\" a config/config.php. Hi ha un exemple de configuració a config/config.sampe.php", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "En funció de la teva configuració, com a administrador podries utilitzar el botó d'abaix per confiar en aquest domini.", -"Add \"%s\" as trusted domain" => "Afegeix \"%s\" com a domini de confiança", -"%s will be updated to version %s." => "%s s'actualitzarà a la versió %s.", -"The following apps will be disabled:" => "Les següents aplicacions es desactivaran:", -"The theme %s has been disabled." => "S'ha desactivat el tema %s", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Assegureu-vos que heu fet una còpia de seguretat de la base de dades, del fitxer de configuració i de la carpeta de dades abans de continuar.", -"Start update" => "Inicia l'actualització", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Per evitar que s'esgoti el temps d'espera en instalacions grans, pots en el seu lloc fer córrer la següent comanda en el directori d'instalació. " -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ca@valencia.js b/core/l10n/ca@valencia.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/ca@valencia.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/ca@valencia.json b/core/l10n/ca@valencia.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/ca@valencia.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/ca@valencia.php b/core/l10n/ca@valencia.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/ca@valencia.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js new file mode 100644 index 0000000000..3ec5192562 --- /dev/null +++ b/core/l10n/cs_CZ.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Nebylo možné odeslat e-mail následujícím uživatelům: %s", + "Turned on maintenance mode" : "Zapnut režim údržby", + "Turned off maintenance mode" : "Vypnut režim údržby", + "Updated database" : "Zaktualizována databáze", + "Checked database schema update" : "Aktualizace schéma databáze byla ověřena", + "Checked database schema update for apps" : "Aktualizace schéma databáze aplikací byla ověřena", + "Updated \"%s\" to %s" : "Aktualizováno z \"%s\" na %s", + "Disabled incompatible apps: %s" : "Zakázané nekompatibilní aplikace: %s", + "No image or file provided" : "Soubor nebo obrázek nebyl zadán", + "Unknown filetype" : "Neznámý typ souboru", + "Invalid image" : "Chybný obrázek", + "No temporary profile picture available, try again" : "Dočasný profilový obrázek není k dispozici, zkuste to znovu", + "No crop data provided" : "Nebyla poskytnuta data pro oříznutí obrázku", + "Sunday" : "Neděle", + "Monday" : "Pondělí", + "Tuesday" : "Úterý", + "Wednesday" : "Středa", + "Thursday" : "Čtvrtek", + "Friday" : "Pátek", + "Saturday" : "Sobota", + "January" : "Leden", + "February" : "Únor", + "March" : "Březen", + "April" : "Duben", + "May" : "Květen", + "June" : "Červen", + "July" : "Červenec", + "August" : "Srpen", + "September" : "Září", + "October" : "Říjen", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Vaše soubory jsou šifrovány. Pokud jste nepovolili klíč pro obnovení, neexistuje způsob jak získat po změně hesla vaše data.
Pokud si nejste jisti co dělat, kontaktujte nejprve svého administrátora než budete pokračovat.
Opravdu si přejete pokračovat?", + "I know what I'm doing" : "Vím co dělám", + "Reset password" : "Obnovit heslo", + "Password can not be changed. Please contact your administrator." : "Heslo nelze změnit. Kontaktujte prosím svého administrátora.", + "No" : "Ne", + "Yes" : "Ano", + "Choose" : "Vybrat", + "Error loading file picker template: {error}" : "Chyba při nahrávání šablony výběru souborů: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Chyba při nahrávání šablony zprávy: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} souborový konflikt","{count} souborové konflikty","{count} souborových konfliktů"], + "One file conflict" : "Jeden konflikt souboru", + "New Files" : "Nové soubory", + "Already existing files" : "Již existující soubory", + "Which files do you want to keep?" : "Které soubory chcete ponechat?", + "If you select both versions, the copied file will have a number added to its name." : "Pokud zvolíte obě verze, zkopírovaný soubor bude mít název doplněný o číslo.", + "Cancel" : "Zrušit", + "Continue" : "Pokračovat", + "(all selected)" : "(vybráno vše)", + "({count} selected)" : "(vybráno {count})", + "Error loading file exists template" : "Chyba při nahrávání šablony existence souboru", + "Very weak password" : "Velmi slabé heslo", + "Weak password" : "Slabé heslo", + "So-so password" : "Středně silné heslo", + "Good password" : "Dobré heslo", + "Strong password" : "Silné heslo", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Váš webový server není správně nastaven pro umožnění synchronizace, rozhraní WebDAV se zdá být rozbité.", + "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." : "Server nemá funkční připojení k internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích e-mailů také nemusí fungovat. Pokud si přejete využívat všech vlastností ownCloud, doporučujeme povolit připojení k internetu tomuto serveru.", + "Error occurred while checking server setup" : "Při ověřování nastavení serveru došlo k chybě", + "Shared" : "Sdílené", + "Shared with {recipients}" : "Sdíleno s {recipients}", + "Share" : "Sdílet", + "Error" : "Chyba", + "Error while sharing" : "Chyba při sdílení", + "Error while unsharing" : "Chyba při rušení sdílení", + "Error while changing permissions" : "Chyba při změně oprávnění", + "Shared with you and the group {group} by {owner}" : "S Vámi a skupinou {group} sdílí {owner}", + "Shared with you by {owner}" : "S Vámi sdílí {owner}", + "Share with user or group …" : "Sdílet s uživatelem nebo skupinou", + "Share link" : "Sdílet odkaz", + "The public link will expire no later than {days} days after it is created" : "Veřejný odkaz vyprší nejpozději {days} dní od svého vytvoření", + "Password protect" : "Chránit heslem", + "Choose a password for the public link" : "Zadej heslo pro tento veřejný odkaz", + "Allow Public Upload" : "Povolit veřejné nahrávání", + "Email link to person" : "Odeslat osobě odkaz e-mailem", + "Send" : "Odeslat", + "Set expiration date" : "Nastavit datum vypršení platnosti", + "Expiration date" : "Datum vypršení platnosti", + "Adding user..." : "Přidávám uživatele...", + "group" : "skupina", + "Resharing is not allowed" : "Sdílení již sdílené položky není povoleno", + "Shared in {item} with {user}" : "Sdíleno v {item} s {user}", + "Unshare" : "Zrušit sdílení", + "notify by email" : "upozornit e-mailem", + "can share" : "může sdílet", + "can edit" : "lze upravovat", + "access control" : "řízení přístupu", + "create" : "vytvořit", + "update" : "aktualizovat", + "delete" : "smazat", + "Password protected" : "Chráněno heslem", + "Error unsetting expiration date" : "Chyba při odstraňování data vypršení platnosti", + "Error setting expiration date" : "Chyba při nastavení data vypršení platnosti", + "Sending ..." : "Odesílám ...", + "Email sent" : "E-mail odeslán", + "Warning" : "Varování", + "The object type is not specified." : "Není určen typ objektu.", + "Enter new" : "Zadat nový", + "Delete" : "Smazat", + "Add" : "Přidat", + "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í.", + "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á.", + "The update was successful. Redirecting you to ownCloud now." : "Aktualizace byla úspěšná. Přesměrovávám na ownCloud.", + "Couldn't reset password because the token is invalid" : "Heslo nebylo změněno kvůli neplatnému tokenu", + "Couldn't send reset email. Please make sure your username is correct." : "Nelze odeslat email pro změnu hesla. Ujistěte se prosím, že zadáváte správné uživatelské jméno.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat email pro změnu hesla, protože u tohoto uživatelského jména není uvedena e-mailová adresa. Kontaktujte prosím svého administrátora.", + "%s password reset" : "reset hesla %s", + "Use the following link to reset your password: {link}" : "Heslo obnovíte použitím následujícího odkazu: {link}", + "You will receive a link to reset your password via Email." : "E-mailem Vám bude zaslán odkaz pro obnovu hesla.", + "Username" : "Uživatelské jméno", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaše soubory jsou šifrovány. Pokud nemáte povolen klíč pro obnovu, neexistuje způsob jak získat, po změně hesla, vaše data. Pokud si nejste jisti co dělat, kontaktujte nejprve svého správce. Opravdu si přejete pokračovat?", + "Yes, I really want to reset my password now" : "Ano, opravdu si nyní přeji obnovit mé heslo", + "Reset" : "Restartovat složku", + "New password" : "Nové heslo", + "New Password" : "Nové heslo", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!", + "For the best results, please consider using a GNU/Linux server instead." : "Místo toho zvažte pro nejlepší funkčnost použití GNU/Linux serveru.", + "Personal" : "Osobní", + "Users" : "Uživatelé", + "Apps" : "Aplikace", + "Admin" : "Administrace", + "Help" : "Nápověda", + "Error loading tags" : "Chyba při načítání štítků", + "Tag already exists" : "Štítek již existuje", + "Error deleting tag(s)" : "Chyba při mazání štítku(ů)", + "Error tagging" : "Chyba při označování štítkem", + "Error untagging" : "Chyba při odznačování štítků", + "Error favoriting" : "Chyba při označování jako oblíbené", + "Error unfavoriting" : "Chyba při odznačování jako oblíbené", + "Access forbidden" : "Přístup zakázán", + "File not found" : "Soubor nenalezen", + "The specified document has not been found on the server." : "Požadovaný dokument nebyl na serveru nalezen.", + "You can click here to return to %s." : "Klikněte zde pro návrat na %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hej ty tam,\n\njen ti chci dát vědět, že %s sdílel %s s tebou.\nZobraz si to: %s\n\n", + "The share will expire on %s." : "Sdílení vyprší %s.", + "Cheers!" : "Ať slouží!", + "Internal Server Error" : "Vnitřní chyba serveru", + "The server encountered an internal error and was unable to complete your request." : "Server zaznamenal interní chybu a nebyl schopen dokončit váš požadavek.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontaktujte prosím administrátora serveru, pokud se bude tato chyba opakovat. Připojte do svého hlášení níže zobrazené technické detaily.", + "More details can be found in the server log." : "Více podrobností k nalezení v serverovém logu.", + "Technical details" : "Technické detaily", + "Remote Address: %s" : "Vzdálená adresa: %s", + "Request ID: %s" : "ID požadavku: %s", + "Code: %s" : "Kód: %s", + "Message: %s" : "Zpráva: %s", + "File: %s" : "Soubor: %s", + "Line: %s" : "Řádka: %s", + "Trace" : "Trasa", + "Security Warning" : "Bezpečnostní upozornění", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Verze vašeho PHP je napadnutelná pomocí techniky \"NULL Byte\" (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Aktualizujte prosím vaši instanci PHP pro bezpečné používání %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Váš adresář s daty a soubory jsou dostupné z internetu, protože soubor .htaccess nefunguje.", + "For information how to properly configure your server, please see the documentation." : "Pro informace, jak správně nastavit váš server, se podívejte do dokumentace.", + "Create an admin account" : "Vytvořit účet správce", + "Password" : "Heslo", + "Storage & database" : "Úložiště & databáze", + "Data folder" : "Složka s daty", + "Configure the database" : "Nastavit databázi", + "Only %s is available." : "Pouze %s je dostupný.", + "Database user" : "Uživatel databáze", + "Database password" : "Heslo databáze", + "Database name" : "Název databáze", + "Database tablespace" : "Tabulkový prostor databáze", + "Database host" : "Hostitel databáze", + "SQLite will be used as database. For larger installations we recommend to change this." : "Bude použita databáze SQLite. Pro větší instalace doporučujeme toto změnit.", + "Finish setup" : "Dokončit nastavení", + "Finishing …" : "Dokončuji...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Tato aplikace potřebuje pro správnou funkčnost JavaScript. Prosím povolte JavaScript a znovu načtěte stránku.", + "%s is available. Get more information on how to update." : "%s je dostupná. Získejte více informací k postupu aktualizace.", + "Log out" : "Odhlásit se", + "Server side authentication failed!" : "Autentizace na serveru selhala!", + "Please contact your administrator." : "Kontaktujte prosím vašeho správce.", + "Forgot your password? Reset it!" : "Zapomenuté heslo? Nastavte si nové!", + "remember" : "zapamatovat", + "Log in" : "Přihlásit", + "Alternative Logins" : "Alternativní přihlášení", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hej ty,

jen ti dávám vědět, že %s sdílí %s s tebou.
Zobrazit!

", + "This ownCloud instance is currently in single user mode." : "Tato instalace ownCloudu je momentálně v jednouživatelském módu.", + "This means only administrators can use the instance." : "To znamená, že pouze správci systému mohou aplikaci používat.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte, prosím, správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně.", + "Thank you for your patience." : "Děkuji za trpělivost.", + "You are accessing the server from an untrusted domain." : "Přistupujete na server z nedůvěryhodné domény.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte prosím správce. Pokud jste správce této instalace, nastavte \"trusted_domain\" v souboru config/config.php. Příklad konfigurace najdete v souboru config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "V závislosti na vaší konfiguraci vám může být, jako administrátorovi, umožněno použití tlačítka níže k označení této domény jako důvěryhodné.", + "Add \"%s\" as trusted domain" : "Přidat \"%s\" jako důvěryhodnou doménu", + "%s will be updated to version %s." : "%s bude aktualizován na verzi %s.", + "The following apps will be disabled:" : "Následující aplikace budou zakázány:", + "The theme %s has been disabled." : "Vzhled %s byl zakázán.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Před provedením dalšího kroku se prosím ujistěte, že databáze a konfigurační a datový adresář byly zazálohovány. ", + "Start update" : "Spustit aktualizaci", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Abyste zabránili vypršení časového limitu u větších instalací, můžete namísto toho spustit následující příkaz v hlavním adresáři:", + "This %s instance is currently being updated, which may take a while." : "Tato instalace %s je právě aktualizována a to může chvíli trvat.", + "This page will refresh itself when the %s instance is available again." : "Tato stránka se automaticky načte poté, co bude opět dostupná instance %s." +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json new file mode 100644 index 0000000000..2102050a97 --- /dev/null +++ b/core/l10n/cs_CZ.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Nebylo možné odeslat e-mail následujícím uživatelům: %s", + "Turned on maintenance mode" : "Zapnut režim údržby", + "Turned off maintenance mode" : "Vypnut režim údržby", + "Updated database" : "Zaktualizována databáze", + "Checked database schema update" : "Aktualizace schéma databáze byla ověřena", + "Checked database schema update for apps" : "Aktualizace schéma databáze aplikací byla ověřena", + "Updated \"%s\" to %s" : "Aktualizováno z \"%s\" na %s", + "Disabled incompatible apps: %s" : "Zakázané nekompatibilní aplikace: %s", + "No image or file provided" : "Soubor nebo obrázek nebyl zadán", + "Unknown filetype" : "Neznámý typ souboru", + "Invalid image" : "Chybný obrázek", + "No temporary profile picture available, try again" : "Dočasný profilový obrázek není k dispozici, zkuste to znovu", + "No crop data provided" : "Nebyla poskytnuta data pro oříznutí obrázku", + "Sunday" : "Neděle", + "Monday" : "Pondělí", + "Tuesday" : "Úterý", + "Wednesday" : "Středa", + "Thursday" : "Čtvrtek", + "Friday" : "Pátek", + "Saturday" : "Sobota", + "January" : "Leden", + "February" : "Únor", + "March" : "Březen", + "April" : "Duben", + "May" : "Květen", + "June" : "Červen", + "July" : "Červenec", + "August" : "Srpen", + "September" : "Září", + "October" : "Říjen", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Vaše soubory jsou šifrovány. Pokud jste nepovolili klíč pro obnovení, neexistuje způsob jak získat po změně hesla vaše data.
Pokud si nejste jisti co dělat, kontaktujte nejprve svého administrátora než budete pokračovat.
Opravdu si přejete pokračovat?", + "I know what I'm doing" : "Vím co dělám", + "Reset password" : "Obnovit heslo", + "Password can not be changed. Please contact your administrator." : "Heslo nelze změnit. Kontaktujte prosím svého administrátora.", + "No" : "Ne", + "Yes" : "Ano", + "Choose" : "Vybrat", + "Error loading file picker template: {error}" : "Chyba při nahrávání šablony výběru souborů: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Chyba při nahrávání šablony zprávy: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} souborový konflikt","{count} souborové konflikty","{count} souborových konfliktů"], + "One file conflict" : "Jeden konflikt souboru", + "New Files" : "Nové soubory", + "Already existing files" : "Již existující soubory", + "Which files do you want to keep?" : "Které soubory chcete ponechat?", + "If you select both versions, the copied file will have a number added to its name." : "Pokud zvolíte obě verze, zkopírovaný soubor bude mít název doplněný o číslo.", + "Cancel" : "Zrušit", + "Continue" : "Pokračovat", + "(all selected)" : "(vybráno vše)", + "({count} selected)" : "(vybráno {count})", + "Error loading file exists template" : "Chyba při nahrávání šablony existence souboru", + "Very weak password" : "Velmi slabé heslo", + "Weak password" : "Slabé heslo", + "So-so password" : "Středně silné heslo", + "Good password" : "Dobré heslo", + "Strong password" : "Silné heslo", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Váš webový server není správně nastaven pro umožnění synchronizace, rozhraní WebDAV se zdá být rozbité.", + "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." : "Server nemá funkční připojení k internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích e-mailů také nemusí fungovat. Pokud si přejete využívat všech vlastností ownCloud, doporučujeme povolit připojení k internetu tomuto serveru.", + "Error occurred while checking server setup" : "Při ověřování nastavení serveru došlo k chybě", + "Shared" : "Sdílené", + "Shared with {recipients}" : "Sdíleno s {recipients}", + "Share" : "Sdílet", + "Error" : "Chyba", + "Error while sharing" : "Chyba při sdílení", + "Error while unsharing" : "Chyba při rušení sdílení", + "Error while changing permissions" : "Chyba při změně oprávnění", + "Shared with you and the group {group} by {owner}" : "S Vámi a skupinou {group} sdílí {owner}", + "Shared with you by {owner}" : "S Vámi sdílí {owner}", + "Share with user or group …" : "Sdílet s uživatelem nebo skupinou", + "Share link" : "Sdílet odkaz", + "The public link will expire no later than {days} days after it is created" : "Veřejný odkaz vyprší nejpozději {days} dní od svého vytvoření", + "Password protect" : "Chránit heslem", + "Choose a password for the public link" : "Zadej heslo pro tento veřejný odkaz", + "Allow Public Upload" : "Povolit veřejné nahrávání", + "Email link to person" : "Odeslat osobě odkaz e-mailem", + "Send" : "Odeslat", + "Set expiration date" : "Nastavit datum vypršení platnosti", + "Expiration date" : "Datum vypršení platnosti", + "Adding user..." : "Přidávám uživatele...", + "group" : "skupina", + "Resharing is not allowed" : "Sdílení již sdílené položky není povoleno", + "Shared in {item} with {user}" : "Sdíleno v {item} s {user}", + "Unshare" : "Zrušit sdílení", + "notify by email" : "upozornit e-mailem", + "can share" : "může sdílet", + "can edit" : "lze upravovat", + "access control" : "řízení přístupu", + "create" : "vytvořit", + "update" : "aktualizovat", + "delete" : "smazat", + "Password protected" : "Chráněno heslem", + "Error unsetting expiration date" : "Chyba při odstraňování data vypršení platnosti", + "Error setting expiration date" : "Chyba při nastavení data vypršení platnosti", + "Sending ..." : "Odesílám ...", + "Email sent" : "E-mail odeslán", + "Warning" : "Varování", + "The object type is not specified." : "Není určen typ objektu.", + "Enter new" : "Zadat nový", + "Delete" : "Smazat", + "Add" : "Přidat", + "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í.", + "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á.", + "The update was successful. Redirecting you to ownCloud now." : "Aktualizace byla úspěšná. Přesměrovávám na ownCloud.", + "Couldn't reset password because the token is invalid" : "Heslo nebylo změněno kvůli neplatnému tokenu", + "Couldn't send reset email. Please make sure your username is correct." : "Nelze odeslat email pro změnu hesla. Ujistěte se prosím, že zadáváte správné uživatelské jméno.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat email pro změnu hesla, protože u tohoto uživatelského jména není uvedena e-mailová adresa. Kontaktujte prosím svého administrátora.", + "%s password reset" : "reset hesla %s", + "Use the following link to reset your password: {link}" : "Heslo obnovíte použitím následujícího odkazu: {link}", + "You will receive a link to reset your password via Email." : "E-mailem Vám bude zaslán odkaz pro obnovu hesla.", + "Username" : "Uživatelské jméno", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaše soubory jsou šifrovány. Pokud nemáte povolen klíč pro obnovu, neexistuje způsob jak získat, po změně hesla, vaše data. Pokud si nejste jisti co dělat, kontaktujte nejprve svého správce. Opravdu si přejete pokračovat?", + "Yes, I really want to reset my password now" : "Ano, opravdu si nyní přeji obnovit mé heslo", + "Reset" : "Restartovat složku", + "New password" : "Nové heslo", + "New Password" : "Nové heslo", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!", + "For the best results, please consider using a GNU/Linux server instead." : "Místo toho zvažte pro nejlepší funkčnost použití GNU/Linux serveru.", + "Personal" : "Osobní", + "Users" : "Uživatelé", + "Apps" : "Aplikace", + "Admin" : "Administrace", + "Help" : "Nápověda", + "Error loading tags" : "Chyba při načítání štítků", + "Tag already exists" : "Štítek již existuje", + "Error deleting tag(s)" : "Chyba při mazání štítku(ů)", + "Error tagging" : "Chyba při označování štítkem", + "Error untagging" : "Chyba při odznačování štítků", + "Error favoriting" : "Chyba při označování jako oblíbené", + "Error unfavoriting" : "Chyba při odznačování jako oblíbené", + "Access forbidden" : "Přístup zakázán", + "File not found" : "Soubor nenalezen", + "The specified document has not been found on the server." : "Požadovaný dokument nebyl na serveru nalezen.", + "You can click here to return to %s." : "Klikněte zde pro návrat na %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hej ty tam,\n\njen ti chci dát vědět, že %s sdílel %s s tebou.\nZobraz si to: %s\n\n", + "The share will expire on %s." : "Sdílení vyprší %s.", + "Cheers!" : "Ať slouží!", + "Internal Server Error" : "Vnitřní chyba serveru", + "The server encountered an internal error and was unable to complete your request." : "Server zaznamenal interní chybu a nebyl schopen dokončit váš požadavek.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontaktujte prosím administrátora serveru, pokud se bude tato chyba opakovat. Připojte do svého hlášení níže zobrazené technické detaily.", + "More details can be found in the server log." : "Více podrobností k nalezení v serverovém logu.", + "Technical details" : "Technické detaily", + "Remote Address: %s" : "Vzdálená adresa: %s", + "Request ID: %s" : "ID požadavku: %s", + "Code: %s" : "Kód: %s", + "Message: %s" : "Zpráva: %s", + "File: %s" : "Soubor: %s", + "Line: %s" : "Řádka: %s", + "Trace" : "Trasa", + "Security Warning" : "Bezpečnostní upozornění", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Verze vašeho PHP je napadnutelná pomocí techniky \"NULL Byte\" (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Aktualizujte prosím vaši instanci PHP pro bezpečné používání %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Váš adresář s daty a soubory jsou dostupné z internetu, protože soubor .htaccess nefunguje.", + "For information how to properly configure your server, please see the documentation." : "Pro informace, jak správně nastavit váš server, se podívejte do dokumentace.", + "Create an admin account" : "Vytvořit účet správce", + "Password" : "Heslo", + "Storage & database" : "Úložiště & databáze", + "Data folder" : "Složka s daty", + "Configure the database" : "Nastavit databázi", + "Only %s is available." : "Pouze %s je dostupný.", + "Database user" : "Uživatel databáze", + "Database password" : "Heslo databáze", + "Database name" : "Název databáze", + "Database tablespace" : "Tabulkový prostor databáze", + "Database host" : "Hostitel databáze", + "SQLite will be used as database. For larger installations we recommend to change this." : "Bude použita databáze SQLite. Pro větší instalace doporučujeme toto změnit.", + "Finish setup" : "Dokončit nastavení", + "Finishing …" : "Dokončuji...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Tato aplikace potřebuje pro správnou funkčnost JavaScript. Prosím povolte JavaScript a znovu načtěte stránku.", + "%s is available. Get more information on how to update." : "%s je dostupná. Získejte více informací k postupu aktualizace.", + "Log out" : "Odhlásit se", + "Server side authentication failed!" : "Autentizace na serveru selhala!", + "Please contact your administrator." : "Kontaktujte prosím vašeho správce.", + "Forgot your password? Reset it!" : "Zapomenuté heslo? Nastavte si nové!", + "remember" : "zapamatovat", + "Log in" : "Přihlásit", + "Alternative Logins" : "Alternativní přihlášení", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hej ty,

jen ti dávám vědět, že %s sdílí %s s tebou.
Zobrazit!

", + "This ownCloud instance is currently in single user mode." : "Tato instalace ownCloudu je momentálně v jednouživatelském módu.", + "This means only administrators can use the instance." : "To znamená, že pouze správci systému mohou aplikaci používat.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte, prosím, správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně.", + "Thank you for your patience." : "Děkuji za trpělivost.", + "You are accessing the server from an untrusted domain." : "Přistupujete na server z nedůvěryhodné domény.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte prosím správce. Pokud jste správce této instalace, nastavte \"trusted_domain\" v souboru config/config.php. Příklad konfigurace najdete v souboru config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "V závislosti na vaší konfiguraci vám může být, jako administrátorovi, umožněno použití tlačítka níže k označení této domény jako důvěryhodné.", + "Add \"%s\" as trusted domain" : "Přidat \"%s\" jako důvěryhodnou doménu", + "%s will be updated to version %s." : "%s bude aktualizován na verzi %s.", + "The following apps will be disabled:" : "Následující aplikace budou zakázány:", + "The theme %s has been disabled." : "Vzhled %s byl zakázán.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Před provedením dalšího kroku se prosím ujistěte, že databáze a konfigurační a datový adresář byly zazálohovány. ", + "Start update" : "Spustit aktualizaci", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Abyste zabránili vypršení časového limitu u větších instalací, můžete namísto toho spustit následující příkaz v hlavním adresáři:", + "This %s instance is currently being updated, which may take a while." : "Tato instalace %s je právě aktualizována a to může chvíli trvat.", + "This page will refresh itself when the %s instance is available again." : "Tato stránka se automaticky načte poté, co bude opět dostupná instance %s." +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php deleted file mode 100644 index ac7642f6c8..0000000000 --- a/core/l10n/cs_CZ.php +++ /dev/null @@ -1,211 +0,0 @@ - "Nebylo možné odeslat e-mail následujícím uživatelům: %s", -"Turned on maintenance mode" => "Zapnut režim údržby", -"Turned off maintenance mode" => "Vypnut režim údržby", -"Updated database" => "Zaktualizována databáze", -"Checked database schema update" => "Aktualizace schéma databáze byla ověřena", -"Checked database schema update for apps" => "Aktualizace schéma databáze aplikací byla ověřena", -"Updated \"%s\" to %s" => "Aktualizováno z \"%s\" na %s", -"Disabled incompatible apps: %s" => "Zakázané nekompatibilní aplikace: %s", -"No image or file provided" => "Soubor nebo obrázek nebyl zadán", -"Unknown filetype" => "Neznámý typ souboru", -"Invalid image" => "Chybný obrázek", -"No temporary profile picture available, try again" => "Dočasný profilový obrázek není k dispozici, zkuste to znovu", -"No crop data provided" => "Nebyla poskytnuta data pro oříznutí obrázku", -"Sunday" => "Neděle", -"Monday" => "Pondělí", -"Tuesday" => "Úterý", -"Wednesday" => "Středa", -"Thursday" => "Čtvrtek", -"Friday" => "Pátek", -"Saturday" => "Sobota", -"January" => "Leden", -"February" => "Únor", -"March" => "Březen", -"April" => "Duben", -"May" => "Květen", -"June" => "Červen", -"July" => "Červenec", -"August" => "Srpen", -"September" => "Září", -"October" => "Říjen", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Vaše soubory jsou šifrovány. Pokud jste nepovolili klíč pro obnovení, neexistuje způsob jak získat po změně hesla vaše data.
Pokud si nejste jisti co dělat, kontaktujte nejprve svého administrátora než budete pokračovat.
Opravdu si přejete pokračovat?", -"I know what I'm doing" => "Vím co dělám", -"Reset password" => "Obnovit heslo", -"Password can not be changed. Please contact your administrator." => "Heslo nelze změnit. Kontaktujte prosím svého administrátora.", -"No" => "Ne", -"Yes" => "Ano", -"Choose" => "Vybrat", -"Error loading file picker template: {error}" => "Chyba při nahrávání šablony výběru souborů: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Chyba při nahrávání šablony zprávy: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} souborový konflikt","{count} souborové konflikty","{count} souborových konfliktů"), -"One file conflict" => "Jeden konflikt souboru", -"New Files" => "Nové soubory", -"Already existing files" => "Již existující soubory", -"Which files do you want to keep?" => "Které soubory chcete ponechat?", -"If you select both versions, the copied file will have a number added to its name." => "Pokud zvolíte obě verze, zkopírovaný soubor bude mít název doplněný o číslo.", -"Cancel" => "Zrušit", -"Continue" => "Pokračovat", -"(all selected)" => "(vybráno vše)", -"({count} selected)" => "(vybráno {count})", -"Error loading file exists template" => "Chyba při nahrávání šablony existence souboru", -"Very weak password" => "Velmi slabé heslo", -"Weak password" => "Slabé heslo", -"So-so password" => "Středně silné heslo", -"Good password" => "Dobré heslo", -"Strong password" => "Silné heslo", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Váš webový server není správně nastaven pro umožnění synchronizace, rozhraní WebDAV se zdá být rozbité.", -"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." => "Server nemá funkční připojení k internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích e-mailů také nemusí fungovat. Pokud si přejete využívat všech vlastností ownCloud, doporučujeme povolit připojení k internetu tomuto serveru.", -"Error occurred while checking server setup" => "Při ověřování nastavení serveru došlo k chybě", -"Shared" => "Sdílené", -"Shared with {recipients}" => "Sdíleno s {recipients}", -"Share" => "Sdílet", -"Error" => "Chyba", -"Error while sharing" => "Chyba při sdílení", -"Error while unsharing" => "Chyba při rušení sdílení", -"Error while changing permissions" => "Chyba při změně oprávnění", -"Shared with you and the group {group} by {owner}" => "S Vámi a skupinou {group} sdílí {owner}", -"Shared with you by {owner}" => "S Vámi sdílí {owner}", -"Share with user or group …" => "Sdílet s uživatelem nebo skupinou", -"Share link" => "Sdílet odkaz", -"The public link will expire no later than {days} days after it is created" => "Veřejný odkaz vyprší nejpozději {days} dní od svého vytvoření", -"Password protect" => "Chránit heslem", -"Choose a password for the public link" => "Zadej heslo pro tento veřejný odkaz", -"Allow Public Upload" => "Povolit veřejné nahrávání", -"Email link to person" => "Odeslat osobě odkaz e-mailem", -"Send" => "Odeslat", -"Set expiration date" => "Nastavit datum vypršení platnosti", -"Expiration date" => "Datum vypršení platnosti", -"Adding user..." => "Přidávám uživatele...", -"group" => "skupina", -"Resharing is not allowed" => "Sdílení již sdílené položky není povoleno", -"Shared in {item} with {user}" => "Sdíleno v {item} s {user}", -"Unshare" => "Zrušit sdílení", -"notify by email" => "upozornit e-mailem", -"can share" => "může sdílet", -"can edit" => "lze upravovat", -"access control" => "řízení přístupu", -"create" => "vytvořit", -"update" => "aktualizovat", -"delete" => "smazat", -"Password protected" => "Chráněno heslem", -"Error unsetting expiration date" => "Chyba při odstraňování data vypršení platnosti", -"Error setting expiration date" => "Chyba při nastavení data vypršení platnosti", -"Sending ..." => "Odesílám ...", -"Email sent" => "E-mail odeslán", -"Warning" => "Varování", -"The object type is not specified." => "Není určen typ objektu.", -"Enter new" => "Zadat nový", -"Delete" => "Smazat", -"Add" => "Přidat", -"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í.", -"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á.", -"The update was successful. Redirecting you to ownCloud now." => "Aktualizace byla úspěšná. Přesměrovávám na ownCloud.", -"Couldn't reset password because the token is invalid" => "Heslo nebylo změněno kvůli neplatnému tokenu", -"Couldn't send reset email. Please make sure your username is correct." => "Nelze odeslat email pro změnu hesla. Ujistěte se prosím, že zadáváte správné uživatelské jméno.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Nelze odeslat email pro změnu hesla, protože u tohoto uživatelského jména není uvedena e-mailová adresa. Kontaktujte prosím svého administrátora.", -"%s password reset" => "reset hesla %s", -"Use the following link to reset your password: {link}" => "Heslo obnovíte použitím následujícího odkazu: {link}", -"You will receive a link to reset your password via Email." => "E-mailem Vám bude zaslán odkaz pro obnovu hesla.", -"Username" => "Uživatelské jméno", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Vaše soubory jsou šifrovány. Pokud nemáte povolen klíč pro obnovu, neexistuje způsob jak získat, po změně hesla, vaše data. Pokud si nejste jisti co dělat, kontaktujte nejprve svého správce. Opravdu si přejete pokračovat?", -"Yes, I really want to reset my password now" => "Ano, opravdu si nyní přeji obnovit mé heslo", -"Reset" => "Restartovat složku", -"New password" => "Nové heslo", -"New Password" => "Nové heslo", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!", -"For the best results, please consider using a GNU/Linux server instead." => "Místo toho zvažte pro nejlepší funkčnost použití GNU/Linux serveru.", -"Personal" => "Osobní", -"Users" => "Uživatelé", -"Apps" => "Aplikace", -"Admin" => "Administrace", -"Help" => "Nápověda", -"Error loading tags" => "Chyba při načítání štítků", -"Tag already exists" => "Štítek již existuje", -"Error deleting tag(s)" => "Chyba při mazání štítku(ů)", -"Error tagging" => "Chyba při označování štítkem", -"Error untagging" => "Chyba při odznačování štítků", -"Error favoriting" => "Chyba při označování jako oblíbené", -"Error unfavoriting" => "Chyba při odznačování jako oblíbené", -"Access forbidden" => "Přístup zakázán", -"File not found" => "Soubor nenalezen", -"The specified document has not been found on the server." => "Požadovaný dokument nebyl na serveru nalezen.", -"You can click here to return to %s." => "Klikněte zde pro návrat na %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej ty tam,\n\njen ti chci dát vědět, že %s sdílel %s s tebou.\nZobraz si to: %s\n\n", -"The share will expire on %s." => "Sdílení vyprší %s.", -"Cheers!" => "Ať slouží!", -"Internal Server Error" => "Vnitřní chyba serveru", -"The server encountered an internal error and was unable to complete your request." => "Server zaznamenal interní chybu a nebyl schopen dokončit váš požadavek.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Kontaktujte prosím administrátora serveru, pokud se bude tato chyba opakovat. Připojte do svého hlášení níže zobrazené technické detaily.", -"More details can be found in the server log." => "Více podrobností k nalezení v serverovém logu.", -"Technical details" => "Technické detaily", -"Remote Address: %s" => "Vzdálená adresa: %s", -"Request ID: %s" => "ID požadavku: %s", -"Code: %s" => "Kód: %s", -"Message: %s" => "Zpráva: %s", -"File: %s" => "Soubor: %s", -"Line: %s" => "Řádka: %s", -"Trace" => "Trasa", -"Security Warning" => "Bezpečnostní upozornění", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Verze vašeho PHP je napadnutelná pomocí techniky \"NULL Byte\" (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Aktualizujte prosím vaši instanci PHP pro bezpečné používání %s.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Váš adresář s daty a soubory jsou dostupné z internetu, protože soubor .htaccess nefunguje.", -"For information how to properly configure your server, please see the documentation." => "Pro informace, jak správně nastavit váš server, se podívejte do dokumentace.", -"Create an admin account" => "Vytvořit účet správce", -"Password" => "Heslo", -"Storage & database" => "Úložiště & databáze", -"Data folder" => "Složka s daty", -"Configure the database" => "Nastavit databázi", -"Only %s is available." => "Pouze %s je dostupný.", -"Database user" => "Uživatel databáze", -"Database password" => "Heslo databáze", -"Database name" => "Název databáze", -"Database tablespace" => "Tabulkový prostor databáze", -"Database host" => "Hostitel databáze", -"SQLite will be used as database. For larger installations we recommend to change this." => "Bude použita databáze SQLite. Pro větší instalace doporučujeme toto změnit.", -"Finish setup" => "Dokončit nastavení", -"Finishing …" => "Dokončuji...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Tato aplikace potřebuje pro správnou funkčnost JavaScript. Prosím povolte JavaScript a znovu načtěte stránku.", -"%s is available. Get more information on how to update." => "%s je dostupná. Získejte více informací k postupu aktualizace.", -"Log out" => "Odhlásit se", -"Server side authentication failed!" => "Autentizace na serveru selhala!", -"Please contact your administrator." => "Kontaktujte prosím vašeho správce.", -"Forgot your password? Reset it!" => "Zapomenuté heslo? Nastavte si nové!", -"remember" => "zapamatovat", -"Log in" => "Přihlásit", -"Alternative Logins" => "Alternativní přihlášení", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hej ty,

jen ti dávám vědět, že %s sdílí %s s tebou.
Zobrazit!

", -"This ownCloud instance is currently in single user mode." => "Tato instalace ownCloudu je momentálně v jednouživatelském módu.", -"This means only administrators can use the instance." => "To znamená, že pouze správci systému mohou aplikaci používat.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktujte, prosím, správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně.", -"Thank you for your patience." => "Děkuji za trpělivost.", -"You are accessing the server from an untrusted domain." => "Přistupujete na server z nedůvěryhodné domény.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Kontaktujte prosím správce. Pokud jste správce této instalace, nastavte \"trusted_domain\" v souboru config/config.php. Příklad konfigurace najdete v souboru config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "V závislosti na vaší konfiguraci vám může být, jako administrátorovi, umožněno použití tlačítka níže k označení této domény jako důvěryhodné.", -"Add \"%s\" as trusted domain" => "Přidat \"%s\" jako důvěryhodnou doménu", -"%s will be updated to version %s." => "%s bude aktualizován na verzi %s.", -"The following apps will be disabled:" => "Následující aplikace budou zakázány:", -"The theme %s has been disabled." => "Vzhled %s byl zakázán.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Před provedením dalšího kroku se prosím ujistěte, že databáze a konfigurační a datový adresář byly zazálohovány. ", -"Start update" => "Spustit aktualizaci", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Abyste zabránili vypršení časového limitu u větších instalací, můžete namísto toho spustit následující příkaz v hlavním adresáři:", -"This %s instance is currently being updated, which may take a while." => "Tato instalace %s je právě aktualizována a to může chvíli trvat.", -"This page will refresh itself when the %s instance is available again." => "Tato stránka se automaticky načte poté, co bude opět dostupná instance %s." -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/core/l10n/cy_GB.js b/core/l10n/cy_GB.js new file mode 100644 index 0000000000..6223197711 --- /dev/null +++ b/core/l10n/cy_GB.js @@ -0,0 +1,95 @@ +OC.L10N.register( + "core", + { + "Sunday" : "Sul", + "Monday" : "Llun", + "Tuesday" : "Mawrth", + "Wednesday" : "Mercher", + "Thursday" : "Iau", + "Friday" : "Gwener", + "Saturday" : "Sadwrn", + "January" : "Ionawr", + "February" : "Chwefror", + "March" : "Mawrth", + "April" : "Ebrill", + "May" : "Mai", + "June" : "Mehefin", + "July" : "Gorffennaf", + "August" : "Awst", + "September" : "Medi", + "October" : "Hydref", + "November" : "Tachwedd", + "December" : "Rhagfyr", + "Settings" : "Gosodiadau", + "Folder" : "Plygell", + "Saving..." : "Yn cadw...", + "Reset password" : "Ailosod cyfrinair", + "No" : "Na", + "Yes" : "Ie", + "Choose" : "Dewisiwch", + "Ok" : "Iawn", + "_{count} file conflict_::_{count} file conflicts_" : ["","","",""], + "Cancel" : "Diddymu", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Nid yw eich gweinydd wedi'i gyflunio eto i ganiatáu cydweddu ffeiliau oherwydd bod y rhyngwyneb WebDAV wedi torri.", + "Shared" : "Rhannwyd", + "Share" : "Rhannu", + "Error" : "Gwall", + "Error while sharing" : "Gwall wrth rannu", + "Error while unsharing" : "Gwall wrth ddad-rannu", + "Error while changing permissions" : "Gwall wrth newid caniatâd", + "Shared with you and the group {group} by {owner}" : "Rhannwyd â chi a'r grŵp {group} gan {owner}", + "Shared with you by {owner}" : "Rhannwyd â chi gan {owner}", + "Password protect" : "Diogelu cyfrinair", + "Email link to person" : "E-bostio dolen at berson", + "Send" : "Anfon", + "Set expiration date" : "Gosod dyddiad dod i ben", + "Expiration date" : "Dyddiad dod i ben", + "group" : "grŵp", + "Resharing is not allowed" : "Does dim hawl ail-rannu", + "Shared in {item} with {user}" : "Rhannwyd yn {item} â {user}", + "Unshare" : "Dad-rannu", + "can edit" : "yn gallu golygu", + "access control" : "rheolaeth mynediad", + "create" : "creu", + "update" : "diweddaru", + "delete" : "dileu", + "Password protected" : "Diogelwyd â chyfrinair", + "Error unsetting expiration date" : "Gwall wrth ddad-osod dyddiad dod i ben", + "Error setting expiration date" : "Gwall wrth osod dyddiad dod i ben", + "Sending ..." : "Yn anfon ...", + "Email sent" : "Anfonwyd yr e-bost", + "Warning" : "Rhybudd", + "The object type is not specified." : "Nid yw'r math o wrthrych wedi cael ei nodi.", + "Delete" : "Dileu", + "Add" : "Ychwanegu", + "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.", + "Username" : "Enw defnyddiwr", + "New password" : "Cyfrinair newydd", + "Personal" : "Personol", + "Users" : "Defnyddwyr", + "Apps" : "Pecynnau", + "Admin" : "Gweinyddu", + "Help" : "Cymorth", + "Access forbidden" : "Mynediad wedi'i wahardd", + "Security Warning" : "Rhybudd Diogelwch", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Mae eich fersiwn PHP yn agored i ymosodiad NULL Byte (CVE-2006-7243)", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Mwy na thebyg fod modd cyrraedd eich cyfeiriadur data a ffeilau o'r rhyngrwyd oherwydd nid yw'r ffeil .htaccess yn gweithio. ", + "Create an admin account" : "Crewch gyfrif gweinyddol", + "Password" : "Cyfrinair", + "Data folder" : "Plygell data", + "Configure the database" : "Cyflunio'r gronfa ddata", + "Database user" : "Defnyddiwr cronfa ddata", + "Database password" : "Cyfrinair cronfa ddata", + "Database name" : "Enw cronfa ddata", + "Database tablespace" : "Tablespace cronfa ddata", + "Database host" : "Gwesteiwr cronfa ddata", + "Finish setup" : "Gorffen sefydlu", + "%s is available. Get more information on how to update." : "%s ar gael. Mwy o wybodaeth am sut i ddiweddaru.", + "Log out" : "Allgofnodi", + "remember" : "cofio", + "Log in" : "Mewngofnodi", + "Alternative Logins" : "Mewngofnodiadau Amgen" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/core/l10n/cy_GB.json b/core/l10n/cy_GB.json new file mode 100644 index 0000000000..fc9664a823 --- /dev/null +++ b/core/l10n/cy_GB.json @@ -0,0 +1,93 @@ +{ "translations": { + "Sunday" : "Sul", + "Monday" : "Llun", + "Tuesday" : "Mawrth", + "Wednesday" : "Mercher", + "Thursday" : "Iau", + "Friday" : "Gwener", + "Saturday" : "Sadwrn", + "January" : "Ionawr", + "February" : "Chwefror", + "March" : "Mawrth", + "April" : "Ebrill", + "May" : "Mai", + "June" : "Mehefin", + "July" : "Gorffennaf", + "August" : "Awst", + "September" : "Medi", + "October" : "Hydref", + "November" : "Tachwedd", + "December" : "Rhagfyr", + "Settings" : "Gosodiadau", + "Folder" : "Plygell", + "Saving..." : "Yn cadw...", + "Reset password" : "Ailosod cyfrinair", + "No" : "Na", + "Yes" : "Ie", + "Choose" : "Dewisiwch", + "Ok" : "Iawn", + "_{count} file conflict_::_{count} file conflicts_" : ["","","",""], + "Cancel" : "Diddymu", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Nid yw eich gweinydd wedi'i gyflunio eto i ganiatáu cydweddu ffeiliau oherwydd bod y rhyngwyneb WebDAV wedi torri.", + "Shared" : "Rhannwyd", + "Share" : "Rhannu", + "Error" : "Gwall", + "Error while sharing" : "Gwall wrth rannu", + "Error while unsharing" : "Gwall wrth ddad-rannu", + "Error while changing permissions" : "Gwall wrth newid caniatâd", + "Shared with you and the group {group} by {owner}" : "Rhannwyd â chi a'r grŵp {group} gan {owner}", + "Shared with you by {owner}" : "Rhannwyd â chi gan {owner}", + "Password protect" : "Diogelu cyfrinair", + "Email link to person" : "E-bostio dolen at berson", + "Send" : "Anfon", + "Set expiration date" : "Gosod dyddiad dod i ben", + "Expiration date" : "Dyddiad dod i ben", + "group" : "grŵp", + "Resharing is not allowed" : "Does dim hawl ail-rannu", + "Shared in {item} with {user}" : "Rhannwyd yn {item} â {user}", + "Unshare" : "Dad-rannu", + "can edit" : "yn gallu golygu", + "access control" : "rheolaeth mynediad", + "create" : "creu", + "update" : "diweddaru", + "delete" : "dileu", + "Password protected" : "Diogelwyd â chyfrinair", + "Error unsetting expiration date" : "Gwall wrth ddad-osod dyddiad dod i ben", + "Error setting expiration date" : "Gwall wrth osod dyddiad dod i ben", + "Sending ..." : "Yn anfon ...", + "Email sent" : "Anfonwyd yr e-bost", + "Warning" : "Rhybudd", + "The object type is not specified." : "Nid yw'r math o wrthrych wedi cael ei nodi.", + "Delete" : "Dileu", + "Add" : "Ychwanegu", + "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.", + "Username" : "Enw defnyddiwr", + "New password" : "Cyfrinair newydd", + "Personal" : "Personol", + "Users" : "Defnyddwyr", + "Apps" : "Pecynnau", + "Admin" : "Gweinyddu", + "Help" : "Cymorth", + "Access forbidden" : "Mynediad wedi'i wahardd", + "Security Warning" : "Rhybudd Diogelwch", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Mae eich fersiwn PHP yn agored i ymosodiad NULL Byte (CVE-2006-7243)", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Mwy na thebyg fod modd cyrraedd eich cyfeiriadur data a ffeilau o'r rhyngrwyd oherwydd nid yw'r ffeil .htaccess yn gweithio. ", + "Create an admin account" : "Crewch gyfrif gweinyddol", + "Password" : "Cyfrinair", + "Data folder" : "Plygell data", + "Configure the database" : "Cyflunio'r gronfa ddata", + "Database user" : "Defnyddiwr cronfa ddata", + "Database password" : "Cyfrinair cronfa ddata", + "Database name" : "Enw cronfa ddata", + "Database tablespace" : "Tablespace cronfa ddata", + "Database host" : "Gwesteiwr cronfa ddata", + "Finish setup" : "Gorffen sefydlu", + "%s is available. Get more information on how to update." : "%s ar gael. Mwy o wybodaeth am sut i ddiweddaru.", + "Log out" : "Allgofnodi", + "remember" : "cofio", + "Log in" : "Mewngofnodi", + "Alternative Logins" : "Mewngofnodiadau Amgen" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/core/l10n/cy_GB.php b/core/l10n/cy_GB.php deleted file mode 100644 index 4b805f1189..0000000000 --- a/core/l10n/cy_GB.php +++ /dev/null @@ -1,94 +0,0 @@ - "Sul", -"Monday" => "Llun", -"Tuesday" => "Mawrth", -"Wednesday" => "Mercher", -"Thursday" => "Iau", -"Friday" => "Gwener", -"Saturday" => "Sadwrn", -"January" => "Ionawr", -"February" => "Chwefror", -"March" => "Mawrth", -"April" => "Ebrill", -"May" => "Mai", -"June" => "Mehefin", -"July" => "Gorffennaf", -"August" => "Awst", -"September" => "Medi", -"October" => "Hydref", -"November" => "Tachwedd", -"December" => "Rhagfyr", -"Settings" => "Gosodiadau", -"Folder" => "Plygell", -"Saving..." => "Yn cadw...", -"Reset password" => "Ailosod cyfrinair", -"No" => "Na", -"Yes" => "Ie", -"Choose" => "Dewisiwch", -"Ok" => "Iawn", -"_{count} file conflict_::_{count} file conflicts_" => array("","","",""), -"Cancel" => "Diddymu", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Nid yw eich gweinydd wedi'i gyflunio eto i ganiatáu cydweddu ffeiliau oherwydd bod y rhyngwyneb WebDAV wedi torri.", -"Shared" => "Rhannwyd", -"Share" => "Rhannu", -"Error" => "Gwall", -"Error while sharing" => "Gwall wrth rannu", -"Error while unsharing" => "Gwall wrth ddad-rannu", -"Error while changing permissions" => "Gwall wrth newid caniatâd", -"Shared with you and the group {group} by {owner}" => "Rhannwyd â chi a'r grŵp {group} gan {owner}", -"Shared with you by {owner}" => "Rhannwyd â chi gan {owner}", -"Password protect" => "Diogelu cyfrinair", -"Email link to person" => "E-bostio dolen at berson", -"Send" => "Anfon", -"Set expiration date" => "Gosod dyddiad dod i ben", -"Expiration date" => "Dyddiad dod i ben", -"group" => "grŵp", -"Resharing is not allowed" => "Does dim hawl ail-rannu", -"Shared in {item} with {user}" => "Rhannwyd yn {item} â {user}", -"Unshare" => "Dad-rannu", -"can edit" => "yn gallu golygu", -"access control" => "rheolaeth mynediad", -"create" => "creu", -"update" => "diweddaru", -"delete" => "dileu", -"Password protected" => "Diogelwyd â chyfrinair", -"Error unsetting expiration date" => "Gwall wrth ddad-osod dyddiad dod i ben", -"Error setting expiration date" => "Gwall wrth osod dyddiad dod i ben", -"Sending ..." => "Yn anfon ...", -"Email sent" => "Anfonwyd yr e-bost", -"Warning" => "Rhybudd", -"The object type is not specified." => "Nid yw'r math o wrthrych wedi cael ei nodi.", -"Delete" => "Dileu", -"Add" => "Ychwanegu", -"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.", -"Username" => "Enw defnyddiwr", -"New password" => "Cyfrinair newydd", -"Personal" => "Personol", -"Users" => "Defnyddwyr", -"Apps" => "Pecynnau", -"Admin" => "Gweinyddu", -"Help" => "Cymorth", -"Access forbidden" => "Mynediad wedi'i wahardd", -"Security Warning" => "Rhybudd Diogelwch", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Mae eich fersiwn PHP yn agored i ymosodiad NULL Byte (CVE-2006-7243)", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Mwy na thebyg fod modd cyrraedd eich cyfeiriadur data a ffeilau o'r rhyngrwyd oherwydd nid yw'r ffeil .htaccess yn gweithio. ", -"Create an admin account" => "Crewch gyfrif gweinyddol", -"Password" => "Cyfrinair", -"Data folder" => "Plygell data", -"Configure the database" => "Cyflunio'r gronfa ddata", -"Database user" => "Defnyddiwr cronfa ddata", -"Database password" => "Cyfrinair cronfa ddata", -"Database name" => "Enw cronfa ddata", -"Database tablespace" => "Tablespace cronfa ddata", -"Database host" => "Gwesteiwr cronfa ddata", -"Finish setup" => "Gorffen sefydlu", -"%s is available. Get more information on how to update." => "%s ar gael. Mwy o wybodaeth am sut i ddiweddaru.", -"Log out" => "Allgofnodi", -"remember" => "cofio", -"Log in" => "Mewngofnodi", -"Alternative Logins" => "Mewngofnodiadau Amgen" -); -$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/core/l10n/da.js b/core/l10n/da.js new file mode 100644 index 0000000000..c75c3d0dac --- /dev/null +++ b/core/l10n/da.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Kunne ikke sende mail til følgende brugere: %s", + "Turned on maintenance mode" : "Startede vedligeholdelsestilstand", + "Turned off maintenance mode" : "standsede vedligeholdelsestilstand", + "Updated database" : "Opdaterede database", + "Checked database schema update" : "Tjekket database schema opdatering", + "Checked database schema update for apps" : "Tjekkede databaseskemaets opdatering for apps", + "Updated \"%s\" to %s" : "Opdaterede \"%s\" til %s", + "Disabled incompatible apps: %s" : "Deaktiverer inkompatible apps: %s", + "No image or file provided" : "Ingen fil eller billede givet", + "Unknown filetype" : "Ukendt filtype", + "Invalid image" : "Ugyldigt billede", + "No temporary profile picture available, try again" : "Intet midlertidigt profilbillede tilgængeligt, prøv igen", + "No crop data provided" : "Ingen beskæringsdata give", + "Sunday" : "Søndag", + "Monday" : "Mandag", + "Tuesday" : "Tirsdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Lørdag", + "January" : "Januar", + "February" : "Februar", + "March" : "Marts", + "April" : "April", + "May" : "Maj", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Dine filer er krypterede. Hvis du ikke har aktiveret gendannelsesnøglen kan du ikke få dine data tilbage efter at du har ændret adgangskode.
Hvis du ikke er sikker på, hvad du skal gøre så kontakt din administrator før du fortsætter.
Vil du fortsætte?", + "I know what I'm doing" : "Jeg ved, hvad jeg har gang i", + "Reset password" : "Nulstil kodeord", + "Password can not be changed. Please contact your administrator." : "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator.", + "No" : "Nej", + "Yes" : "Ja", + "Choose" : "Vælg", + "Error loading file picker template: {error}" : "Fejl ved indlæsning af filvælger skabelon: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "Fejl ved indlæsning af besked skabelon: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} filkonflikt","{count} filkonflikter"], + "One file conflict" : "En filkonflikt", + "New Files" : "Nye filer", + "Already existing files" : "Allerede eksisterende filer", + "Which files do you want to keep?" : "Hvilke filer ønsker du at beholde?", + "If you select both versions, the copied file will have a number added to its name." : "Hvis du vælger begge versioner, vil den kopierede fil få tilføjet et nummer til sit navn.", + "Cancel" : "Annuller", + "Continue" : "Videre", + "(all selected)" : "(alle valgt)", + "({count} selected)" : "({count} valgt)", + "Error loading file exists template" : "Fejl ved inlæsning af; fil eksistere skabelon", + "Very weak password" : "Meget svagt kodeord", + "Weak password" : "Svagt kodeord", + "So-so password" : "Jævnt kodeord", + "Good password" : "Godt kodeord", + "Strong password" : "Stærkt kodeord", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Din webserver er endnu ikke sat op til at tillade fil synkronisering fordi WebDAV grænsefladen virker ødelagt.", + "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." : "Denne ownCloud-server har ikke en fungerende forbindelse til internettet. Det betyder, at visse funktioner som montering af eksterne drev, oplysninger om opdatering eller installation af 3.-parts applikationer ikke fungerer. Det vil sandsynligvis heller ikke fungere at tilgå filer fra eksterne drev eller informations-e-mails. Vi opfordrer til at etablere forbindelse til internettet for denne server, såfremt du ønsker samtlige funktioner.", + "Error occurred while checking server setup" : "Der opstod fejl under tjek af serveropsætningen", + "Shared" : "Delt", + "Shared with {recipients}" : "Delt med {recipients}", + "Share" : "Del", + "Error" : "Fejl", + "Error while sharing" : "Fejl under deling", + "Error while unsharing" : "Fejl under annullering af deling", + "Error while changing permissions" : "Fejl under justering af rettigheder", + "Shared with you and the group {group} by {owner}" : "Delt med dig og gruppen {group} af {owner}", + "Shared with you by {owner}" : "Delt med dig af {owner}", + "Share with user or group …" : "Del med bruger eller gruppe ...", + "Share link" : "Del link", + "The public link will expire no later than {days} days after it is created" : "Det offentlige link udløber senest {days} dage efter det blev oprettet", + "Password protect" : "Beskyt med adgangskode", + "Choose a password for the public link" : "Vælg et kodeord til det offentlige link", + "Allow Public Upload" : "Tillad Offentlig Upload", + "Email link to person" : "E-mail link til person", + "Send" : "Send", + "Set expiration date" : "Vælg udløbsdato", + "Expiration date" : "Udløbsdato", + "Adding user..." : "Tilføjer bruger...", + "group" : "gruppe", + "Resharing is not allowed" : "Videredeling ikke tilladt", + "Shared in {item} with {user}" : "Delt i {item} med {user}", + "Unshare" : "Fjern deling", + "notify by email" : "Giv besked med mail", + "can share" : "kan dele", + "can edit" : "kan redigere", + "access control" : "Adgangskontrol", + "create" : "opret", + "update" : "opdater", + "delete" : "slet", + "Password protected" : "Beskyttet med adgangskode", + "Error unsetting expiration date" : "Fejl ved fjernelse af udløbsdato", + "Error setting expiration date" : "Fejl under sætning af udløbsdato", + "Sending ..." : "Sender ...", + "Email sent" : "E-mail afsendt", + "Warning" : "Advarsel", + "The object type is not specified." : "Objekttypen er ikke angivet.", + "Enter new" : "Indtast nyt", + "Delete" : "Slet", + "Add" : "Tilføj", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Opdateringen blev udført korrekt. Du bliver nu viderestillet til ownCloud.", + "Couldn't reset password because the token is invalid" : "Kunne ikke nulstille kodeordet, fordi symboludtrykket er ugyldigt", + "Couldn't send reset email. Please make sure your username is correct." : "Der opstod et problem under afsendelse af nulstillings-e-mailen. Kontroller venligst om dit brugernavnet er korrekt", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Der opstod et problem under afsendelse af nulstillings-e-mailen. Der ikke er nogen email adresse tilknyttet denne bruger konto. Kontakt venligst systemadministratoren", + "%s password reset" : "%s adgangskode nulstillet", + "Use the following link to reset your password: {link}" : "Anvend følgende link til at nulstille din adgangskode: {link}", + "You will receive a link to reset your password via Email." : "Du vil modtage et link til at nulstille dit kodeord via e-mail.", + "Username" : "Brugernavn", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dine filer er krypterede. Hvis du ikke har aktiveret gendannelsesnøglen kan du ikke få dine data tilbage efter at du har ændret adgangskode. HVis du ikke er sikker på, hvad du skal gøre så kontakt din administrator før du fortsætter. Vil du fortsætte?", + "Yes, I really want to reset my password now" : "Ja, Jeg ønsker virkelig at nulstille mit kodeord", + "Reset" : "Nulstil", + "New password" : "Nyt kodeord", + "New Password" : "Ny adgangskode", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X understøttes ikke og %s vil ikke virke optimalt på denne platform. Anvend på eget ansvar!", + "For the best results, please consider using a GNU/Linux server instead." : "For de bedste resultater, overvej venligst at bruge en GNU/Linux-server i stedet.", + "Personal" : "Personligt", + "Users" : "Brugere", + "Apps" : "Apps", + "Admin" : "Admin", + "Help" : "Hjælp", + "Error loading tags" : "Fejl ved indlæsning af tags", + "Tag already exists" : "Tag eksistere allerede", + "Error deleting tag(s)" : "Fejl ved sletning af tag(s)", + "Error tagging" : "Fejl ved tagging", + "Error untagging" : "Fejl ved fjernelse af tag", + "Error favoriting" : "Fejl ved favoritering", + "Error unfavoriting" : "Fejl ved fjernelse af favorisering.", + "Access forbidden" : "Adgang forbudt", + "File not found" : "Filen blev ikke fundet", + "The specified document has not been found on the server." : "Det angivne dokument blev ikke fundet på serveren.", + "You can click here to return to %s." : "Du kan klikke her for at gå tilbage til %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hej med dig\n\nDette blot for at lade dig vide, at %s har delt %s med dig.\nSe det her: %s\n\n", + "The share will expire on %s." : "Delingen vil udløbe om %s.", + "Cheers!" : "Hej!", + "Internal Server Error" : "Intern serverfejl", + "The server encountered an internal error and was unable to complete your request." : "Servern stødte på en intern fejl og var ikke i stand til at fuldføre din forespørgsel.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontakt venligst serveradministratoren, hvis denne fejl gentager sig flere gange - medtag venligst de tekniske detaljer nedenfor i din rapport.", + "More details can be found in the server log." : "Flere detaljer kan fås i serverloggen.", + "Technical details" : "Tekniske detaljer", + "Remote Address: %s" : "Fjernadresse: %s", + "Request ID: %s" : "Forespørgsels-ID: %s", + "Code: %s" : "Kode: %s", + "Message: %s" : "Besked: %s", + "File: %s" : "Fil: %s", + "Line: %s" : "Linje: %s", + "Trace" : "Sporing", + "Security Warning" : "Sikkerhedsadvarsel", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Din PHP-version er sårbar overfor et NULL Byte angreb (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Opdater venligst din PHP installation for at anvende %s sikkert.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Dine data mappe og filer er sandsynligvis tilgængelige fra internettet fordi .htaccess filen ikke virker.", + "For information how to properly configure your server, please see the documentation." : "For information om, hvordan du konfigurerer din server korrekt se dokumentationen.", + "Create an admin account" : "Opret en administratorkonto", + "Password" : "Adgangskode", + "Storage & database" : "Lager & database", + "Data folder" : "Datamappe", + "Configure the database" : "Konfigurer databasen", + "Only %s is available." : "Kun %s er tilgængelig.", + "Database user" : "Databasebruger", + "Database password" : "Databasekodeord", + "Database name" : "Navn på database", + "Database tablespace" : "Database tabelplads", + "Database host" : "Databasehost", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite bliver brugt som database. For større installationer anbefaler vi at ændre dette.", + "Finish setup" : "Afslut opsætning", + "Finishing …" : "Færdigbehandler ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Applikationen kræver JavaScript for at fungere korrekt. Slå venligst JavaScript til og genindlæs siden.", + "%s is available. Get more information on how to update." : "%s er tilgængelig. Få mere information om, hvordan du opdaterer.", + "Log out" : "Log ud", + "Server side authentication failed!" : "Server side godkendelse mislykkedes!", + "Please contact your administrator." : "Kontakt venligst din administrator", + "Forgot your password? Reset it!" : "Glemt din adgangskode? Nulstil det!", + "remember" : "husk", + "Log in" : "Log ind", + "Alternative Logins" : "Alternative logins", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hej med dig,

Dette er blot for at informere dig om, at %s har delt %s med dig.
Se det her!

", + "This ownCloud instance is currently in single user mode." : "Denne ownCloud instans er lige nu i enkeltbruger tilstand.", + "This means only administrators can use the instance." : "Det betyder at det kun er administrator, som kan benytte ownCloud.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.", + "Thank you for your patience." : "Tak for din tålmodighed.", + "You are accessing the server from an untrusted domain." : "Du tilgår serveren fra et utroværdigt domæne", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontakt venligst din administrator. Hvis du er administrator, konfigurer \"trusted_domain\" indstillingen i config/config.php. Et eksempel kan ses i config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhænger af din konfiguration, da du som administrator eventuelt også er i stand til at gøre brug af knappen nedenfor til at tildele tillid til dette domæne.", + "Add \"%s\" as trusted domain" : "Tilføj \"%s\" som et troværdigt domæne", + "%s will be updated to version %s." : "%s vil blive opdateret til version %s.", + "The following apps will be disabled:" : "Følgende apps bliver deaktiveret:", + "The theme %s has been disabled." : "Temaet, %s, er blevet deaktiveret.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Sørg venligst for at sikre, at databasen, config-mappen og data-mappen er blevet sikkerhedskopieret inden vi fortsætter.", + "Start update" : "Begynd opdatering", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "For at undgå tidsudløb med større installationer, så kan du i stedet køre følgende kommando fra din installationsmappe:", + "This %s instance is currently being updated, which may take a while." : "Denne %s-instans bliver i øjeblikket opdateret, hvilket kan tage et stykke tid.", + "This page will refresh itself when the %s instance is available again." : "Denne side vil genopfriske sig selv, når %s-instancen er tilgængelig igen." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/da.json b/core/l10n/da.json new file mode 100644 index 0000000000..01d0933456 --- /dev/null +++ b/core/l10n/da.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Kunne ikke sende mail til følgende brugere: %s", + "Turned on maintenance mode" : "Startede vedligeholdelsestilstand", + "Turned off maintenance mode" : "standsede vedligeholdelsestilstand", + "Updated database" : "Opdaterede database", + "Checked database schema update" : "Tjekket database schema opdatering", + "Checked database schema update for apps" : "Tjekkede databaseskemaets opdatering for apps", + "Updated \"%s\" to %s" : "Opdaterede \"%s\" til %s", + "Disabled incompatible apps: %s" : "Deaktiverer inkompatible apps: %s", + "No image or file provided" : "Ingen fil eller billede givet", + "Unknown filetype" : "Ukendt filtype", + "Invalid image" : "Ugyldigt billede", + "No temporary profile picture available, try again" : "Intet midlertidigt profilbillede tilgængeligt, prøv igen", + "No crop data provided" : "Ingen beskæringsdata give", + "Sunday" : "Søndag", + "Monday" : "Mandag", + "Tuesday" : "Tirsdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Lørdag", + "January" : "Januar", + "February" : "Februar", + "March" : "Marts", + "April" : "April", + "May" : "Maj", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Dine filer er krypterede. Hvis du ikke har aktiveret gendannelsesnøglen kan du ikke få dine data tilbage efter at du har ændret adgangskode.
Hvis du ikke er sikker på, hvad du skal gøre så kontakt din administrator før du fortsætter.
Vil du fortsætte?", + "I know what I'm doing" : "Jeg ved, hvad jeg har gang i", + "Reset password" : "Nulstil kodeord", + "Password can not be changed. Please contact your administrator." : "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator.", + "No" : "Nej", + "Yes" : "Ja", + "Choose" : "Vælg", + "Error loading file picker template: {error}" : "Fejl ved indlæsning af filvælger skabelon: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "Fejl ved indlæsning af besked skabelon: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} filkonflikt","{count} filkonflikter"], + "One file conflict" : "En filkonflikt", + "New Files" : "Nye filer", + "Already existing files" : "Allerede eksisterende filer", + "Which files do you want to keep?" : "Hvilke filer ønsker du at beholde?", + "If you select both versions, the copied file will have a number added to its name." : "Hvis du vælger begge versioner, vil den kopierede fil få tilføjet et nummer til sit navn.", + "Cancel" : "Annuller", + "Continue" : "Videre", + "(all selected)" : "(alle valgt)", + "({count} selected)" : "({count} valgt)", + "Error loading file exists template" : "Fejl ved inlæsning af; fil eksistere skabelon", + "Very weak password" : "Meget svagt kodeord", + "Weak password" : "Svagt kodeord", + "So-so password" : "Jævnt kodeord", + "Good password" : "Godt kodeord", + "Strong password" : "Stærkt kodeord", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Din webserver er endnu ikke sat op til at tillade fil synkronisering fordi WebDAV grænsefladen virker ødelagt.", + "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." : "Denne ownCloud-server har ikke en fungerende forbindelse til internettet. Det betyder, at visse funktioner som montering af eksterne drev, oplysninger om opdatering eller installation af 3.-parts applikationer ikke fungerer. Det vil sandsynligvis heller ikke fungere at tilgå filer fra eksterne drev eller informations-e-mails. Vi opfordrer til at etablere forbindelse til internettet for denne server, såfremt du ønsker samtlige funktioner.", + "Error occurred while checking server setup" : "Der opstod fejl under tjek af serveropsætningen", + "Shared" : "Delt", + "Shared with {recipients}" : "Delt med {recipients}", + "Share" : "Del", + "Error" : "Fejl", + "Error while sharing" : "Fejl under deling", + "Error while unsharing" : "Fejl under annullering af deling", + "Error while changing permissions" : "Fejl under justering af rettigheder", + "Shared with you and the group {group} by {owner}" : "Delt med dig og gruppen {group} af {owner}", + "Shared with you by {owner}" : "Delt med dig af {owner}", + "Share with user or group …" : "Del med bruger eller gruppe ...", + "Share link" : "Del link", + "The public link will expire no later than {days} days after it is created" : "Det offentlige link udløber senest {days} dage efter det blev oprettet", + "Password protect" : "Beskyt med adgangskode", + "Choose a password for the public link" : "Vælg et kodeord til det offentlige link", + "Allow Public Upload" : "Tillad Offentlig Upload", + "Email link to person" : "E-mail link til person", + "Send" : "Send", + "Set expiration date" : "Vælg udløbsdato", + "Expiration date" : "Udløbsdato", + "Adding user..." : "Tilføjer bruger...", + "group" : "gruppe", + "Resharing is not allowed" : "Videredeling ikke tilladt", + "Shared in {item} with {user}" : "Delt i {item} med {user}", + "Unshare" : "Fjern deling", + "notify by email" : "Giv besked med mail", + "can share" : "kan dele", + "can edit" : "kan redigere", + "access control" : "Adgangskontrol", + "create" : "opret", + "update" : "opdater", + "delete" : "slet", + "Password protected" : "Beskyttet med adgangskode", + "Error unsetting expiration date" : "Fejl ved fjernelse af udløbsdato", + "Error setting expiration date" : "Fejl under sætning af udløbsdato", + "Sending ..." : "Sender ...", + "Email sent" : "E-mail afsendt", + "Warning" : "Advarsel", + "The object type is not specified." : "Objekttypen er ikke angivet.", + "Enter new" : "Indtast nyt", + "Delete" : "Slet", + "Add" : "Tilføj", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Opdateringen blev udført korrekt. Du bliver nu viderestillet til ownCloud.", + "Couldn't reset password because the token is invalid" : "Kunne ikke nulstille kodeordet, fordi symboludtrykket er ugyldigt", + "Couldn't send reset email. Please make sure your username is correct." : "Der opstod et problem under afsendelse af nulstillings-e-mailen. Kontroller venligst om dit brugernavnet er korrekt", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Der opstod et problem under afsendelse af nulstillings-e-mailen. Der ikke er nogen email adresse tilknyttet denne bruger konto. Kontakt venligst systemadministratoren", + "%s password reset" : "%s adgangskode nulstillet", + "Use the following link to reset your password: {link}" : "Anvend følgende link til at nulstille din adgangskode: {link}", + "You will receive a link to reset your password via Email." : "Du vil modtage et link til at nulstille dit kodeord via e-mail.", + "Username" : "Brugernavn", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dine filer er krypterede. Hvis du ikke har aktiveret gendannelsesnøglen kan du ikke få dine data tilbage efter at du har ændret adgangskode. HVis du ikke er sikker på, hvad du skal gøre så kontakt din administrator før du fortsætter. Vil du fortsætte?", + "Yes, I really want to reset my password now" : "Ja, Jeg ønsker virkelig at nulstille mit kodeord", + "Reset" : "Nulstil", + "New password" : "Nyt kodeord", + "New Password" : "Ny adgangskode", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X understøttes ikke og %s vil ikke virke optimalt på denne platform. Anvend på eget ansvar!", + "For the best results, please consider using a GNU/Linux server instead." : "For de bedste resultater, overvej venligst at bruge en GNU/Linux-server i stedet.", + "Personal" : "Personligt", + "Users" : "Brugere", + "Apps" : "Apps", + "Admin" : "Admin", + "Help" : "Hjælp", + "Error loading tags" : "Fejl ved indlæsning af tags", + "Tag already exists" : "Tag eksistere allerede", + "Error deleting tag(s)" : "Fejl ved sletning af tag(s)", + "Error tagging" : "Fejl ved tagging", + "Error untagging" : "Fejl ved fjernelse af tag", + "Error favoriting" : "Fejl ved favoritering", + "Error unfavoriting" : "Fejl ved fjernelse af favorisering.", + "Access forbidden" : "Adgang forbudt", + "File not found" : "Filen blev ikke fundet", + "The specified document has not been found on the server." : "Det angivne dokument blev ikke fundet på serveren.", + "You can click here to return to %s." : "Du kan klikke her for at gå tilbage til %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hej med dig\n\nDette blot for at lade dig vide, at %s har delt %s med dig.\nSe det her: %s\n\n", + "The share will expire on %s." : "Delingen vil udløbe om %s.", + "Cheers!" : "Hej!", + "Internal Server Error" : "Intern serverfejl", + "The server encountered an internal error and was unable to complete your request." : "Servern stødte på en intern fejl og var ikke i stand til at fuldføre din forespørgsel.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontakt venligst serveradministratoren, hvis denne fejl gentager sig flere gange - medtag venligst de tekniske detaljer nedenfor i din rapport.", + "More details can be found in the server log." : "Flere detaljer kan fås i serverloggen.", + "Technical details" : "Tekniske detaljer", + "Remote Address: %s" : "Fjernadresse: %s", + "Request ID: %s" : "Forespørgsels-ID: %s", + "Code: %s" : "Kode: %s", + "Message: %s" : "Besked: %s", + "File: %s" : "Fil: %s", + "Line: %s" : "Linje: %s", + "Trace" : "Sporing", + "Security Warning" : "Sikkerhedsadvarsel", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Din PHP-version er sårbar overfor et NULL Byte angreb (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Opdater venligst din PHP installation for at anvende %s sikkert.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Dine data mappe og filer er sandsynligvis tilgængelige fra internettet fordi .htaccess filen ikke virker.", + "For information how to properly configure your server, please see the documentation." : "For information om, hvordan du konfigurerer din server korrekt se dokumentationen.", + "Create an admin account" : "Opret en administratorkonto", + "Password" : "Adgangskode", + "Storage & database" : "Lager & database", + "Data folder" : "Datamappe", + "Configure the database" : "Konfigurer databasen", + "Only %s is available." : "Kun %s er tilgængelig.", + "Database user" : "Databasebruger", + "Database password" : "Databasekodeord", + "Database name" : "Navn på database", + "Database tablespace" : "Database tabelplads", + "Database host" : "Databasehost", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite bliver brugt som database. For større installationer anbefaler vi at ændre dette.", + "Finish setup" : "Afslut opsætning", + "Finishing …" : "Færdigbehandler ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Applikationen kræver JavaScript for at fungere korrekt. Slå venligst JavaScript til og genindlæs siden.", + "%s is available. Get more information on how to update." : "%s er tilgængelig. Få mere information om, hvordan du opdaterer.", + "Log out" : "Log ud", + "Server side authentication failed!" : "Server side godkendelse mislykkedes!", + "Please contact your administrator." : "Kontakt venligst din administrator", + "Forgot your password? Reset it!" : "Glemt din adgangskode? Nulstil det!", + "remember" : "husk", + "Log in" : "Log ind", + "Alternative Logins" : "Alternative logins", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hej med dig,

Dette er blot for at informere dig om, at %s har delt %s med dig.
Se det her!

", + "This ownCloud instance is currently in single user mode." : "Denne ownCloud instans er lige nu i enkeltbruger tilstand.", + "This means only administrators can use the instance." : "Det betyder at det kun er administrator, som kan benytte ownCloud.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.", + "Thank you for your patience." : "Tak for din tålmodighed.", + "You are accessing the server from an untrusted domain." : "Du tilgår serveren fra et utroværdigt domæne", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontakt venligst din administrator. Hvis du er administrator, konfigurer \"trusted_domain\" indstillingen i config/config.php. Et eksempel kan ses i config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhænger af din konfiguration, da du som administrator eventuelt også er i stand til at gøre brug af knappen nedenfor til at tildele tillid til dette domæne.", + "Add \"%s\" as trusted domain" : "Tilføj \"%s\" som et troværdigt domæne", + "%s will be updated to version %s." : "%s vil blive opdateret til version %s.", + "The following apps will be disabled:" : "Følgende apps bliver deaktiveret:", + "The theme %s has been disabled." : "Temaet, %s, er blevet deaktiveret.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Sørg venligst for at sikre, at databasen, config-mappen og data-mappen er blevet sikkerhedskopieret inden vi fortsætter.", + "Start update" : "Begynd opdatering", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "For at undgå tidsudløb med større installationer, så kan du i stedet køre følgende kommando fra din installationsmappe:", + "This %s instance is currently being updated, which may take a while." : "Denne %s-instans bliver i øjeblikket opdateret, hvilket kan tage et stykke tid.", + "This page will refresh itself when the %s instance is available again." : "Denne side vil genopfriske sig selv, når %s-instancen er tilgængelig igen." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/da.php b/core/l10n/da.php deleted file mode 100644 index ce415eca54..0000000000 --- a/core/l10n/da.php +++ /dev/null @@ -1,211 +0,0 @@ - "Kunne ikke sende mail til følgende brugere: %s", -"Turned on maintenance mode" => "Startede vedligeholdelsestilstand", -"Turned off maintenance mode" => "standsede vedligeholdelsestilstand", -"Updated database" => "Opdaterede database", -"Checked database schema update" => "Tjekket database schema opdatering", -"Checked database schema update for apps" => "Tjekkede databaseskemaets opdatering for apps", -"Updated \"%s\" to %s" => "Opdaterede \"%s\" til %s", -"Disabled incompatible apps: %s" => "Deaktiverer inkompatible apps: %s", -"No image or file provided" => "Ingen fil eller billede givet", -"Unknown filetype" => "Ukendt filtype", -"Invalid image" => "Ugyldigt billede", -"No temporary profile picture available, try again" => "Intet midlertidigt profilbillede tilgængeligt, prøv igen", -"No crop data provided" => "Ingen beskæringsdata give", -"Sunday" => "Søndag", -"Monday" => "Mandag", -"Tuesday" => "Tirsdag", -"Wednesday" => "Onsdag", -"Thursday" => "Torsdag", -"Friday" => "Fredag", -"Saturday" => "Lørdag", -"January" => "Januar", -"February" => "Februar", -"March" => "Marts", -"April" => "April", -"May" => "Maj", -"June" => "Juni", -"July" => "Juli", -"August" => "August", -"September" => "September", -"October" => "Oktober", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Dine filer er krypterede. Hvis du ikke har aktiveret gendannelsesnøglen kan du ikke få dine data tilbage efter at du har ændret adgangskode.
Hvis du ikke er sikker på, hvad du skal gøre så kontakt din administrator før du fortsætter.
Vil du fortsætte?", -"I know what I'm doing" => "Jeg ved, hvad jeg har gang i", -"Reset password" => "Nulstil kodeord", -"Password can not be changed. Please contact your administrator." => "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator.", -"No" => "Nej", -"Yes" => "Ja", -"Choose" => "Vælg", -"Error loading file picker template: {error}" => "Fejl ved indlæsning af filvælger skabelon: {error}", -"Ok" => "OK", -"Error loading message template: {error}" => "Fejl ved indlæsning af besked skabelon: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} filkonflikt","{count} filkonflikter"), -"One file conflict" => "En filkonflikt", -"New Files" => "Nye filer", -"Already existing files" => "Allerede eksisterende filer", -"Which files do you want to keep?" => "Hvilke filer ønsker du at beholde?", -"If you select both versions, the copied file will have a number added to its name." => "Hvis du vælger begge versioner, vil den kopierede fil få tilføjet et nummer til sit navn.", -"Cancel" => "Annuller", -"Continue" => "Videre", -"(all selected)" => "(alle valgt)", -"({count} selected)" => "({count} valgt)", -"Error loading file exists template" => "Fejl ved inlæsning af; fil eksistere skabelon", -"Very weak password" => "Meget svagt kodeord", -"Weak password" => "Svagt kodeord", -"So-so password" => "Jævnt kodeord", -"Good password" => "Godt kodeord", -"Strong password" => "Stærkt kodeord", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Din webserver er endnu ikke sat op til at tillade fil synkronisering fordi WebDAV grænsefladen virker ødelagt.", -"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." => "Denne ownCloud-server har ikke en fungerende forbindelse til internettet. Det betyder, at visse funktioner som montering af eksterne drev, oplysninger om opdatering eller installation af 3.-parts applikationer ikke fungerer. Det vil sandsynligvis heller ikke fungere at tilgå filer fra eksterne drev eller informations-e-mails. Vi opfordrer til at etablere forbindelse til internettet for denne server, såfremt du ønsker samtlige funktioner.", -"Error occurred while checking server setup" => "Der opstod fejl under tjek af serveropsætningen", -"Shared" => "Delt", -"Shared with {recipients}" => "Delt med {recipients}", -"Share" => "Del", -"Error" => "Fejl", -"Error while sharing" => "Fejl under deling", -"Error while unsharing" => "Fejl under annullering af deling", -"Error while changing permissions" => "Fejl under justering af rettigheder", -"Shared with you and the group {group} by {owner}" => "Delt med dig og gruppen {group} af {owner}", -"Shared with you by {owner}" => "Delt med dig af {owner}", -"Share with user or group …" => "Del med bruger eller gruppe ...", -"Share link" => "Del link", -"The public link will expire no later than {days} days after it is created" => "Det offentlige link udløber senest {days} dage efter det blev oprettet", -"Password protect" => "Beskyt med adgangskode", -"Choose a password for the public link" => "Vælg et kodeord til det offentlige link", -"Allow Public Upload" => "Tillad Offentlig Upload", -"Email link to person" => "E-mail link til person", -"Send" => "Send", -"Set expiration date" => "Vælg udløbsdato", -"Expiration date" => "Udløbsdato", -"Adding user..." => "Tilføjer bruger...", -"group" => "gruppe", -"Resharing is not allowed" => "Videredeling ikke tilladt", -"Shared in {item} with {user}" => "Delt i {item} med {user}", -"Unshare" => "Fjern deling", -"notify by email" => "Giv besked med mail", -"can share" => "kan dele", -"can edit" => "kan redigere", -"access control" => "Adgangskontrol", -"create" => "opret", -"update" => "opdater", -"delete" => "slet", -"Password protected" => "Beskyttet med adgangskode", -"Error unsetting expiration date" => "Fejl ved fjernelse af udløbsdato", -"Error setting expiration date" => "Fejl under sætning af udløbsdato", -"Sending ..." => "Sender ...", -"Email sent" => "E-mail afsendt", -"Warning" => "Advarsel", -"The object type is not specified." => "Objekttypen er ikke angivet.", -"Enter new" => "Indtast nyt", -"Delete" => "Slet", -"Add" => "Tilføj", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "Opdateringen blev udført korrekt. Du bliver nu viderestillet til ownCloud.", -"Couldn't reset password because the token is invalid" => "Kunne ikke nulstille kodeordet, fordi symboludtrykket er ugyldigt", -"Couldn't send reset email. Please make sure your username is correct." => "Der opstod et problem under afsendelse af nulstillings-e-mailen. Kontroller venligst om dit brugernavnet er korrekt", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Der opstod et problem under afsendelse af nulstillings-e-mailen. Der ikke er nogen email adresse tilknyttet denne bruger konto. Kontakt venligst systemadministratoren", -"%s password reset" => "%s adgangskode nulstillet", -"Use the following link to reset your password: {link}" => "Anvend følgende link til at nulstille din adgangskode: {link}", -"You will receive a link to reset your password via Email." => "Du vil modtage et link til at nulstille dit kodeord via e-mail.", -"Username" => "Brugernavn", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Dine filer er krypterede. Hvis du ikke har aktiveret gendannelsesnøglen kan du ikke få dine data tilbage efter at du har ændret adgangskode. HVis du ikke er sikker på, hvad du skal gøre så kontakt din administrator før du fortsætter. Vil du fortsætte?", -"Yes, I really want to reset my password now" => "Ja, Jeg ønsker virkelig at nulstille mit kodeord", -"Reset" => "Nulstil", -"New password" => "Nyt kodeord", -"New Password" => "Ny adgangskode", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X understøttes ikke og %s vil ikke virke optimalt på denne platform. Anvend på eget ansvar!", -"For the best results, please consider using a GNU/Linux server instead." => "For de bedste resultater, overvej venligst at bruge en GNU/Linux-server i stedet.", -"Personal" => "Personligt", -"Users" => "Brugere", -"Apps" => "Apps", -"Admin" => "Admin", -"Help" => "Hjælp", -"Error loading tags" => "Fejl ved indlæsning af tags", -"Tag already exists" => "Tag eksistere allerede", -"Error deleting tag(s)" => "Fejl ved sletning af tag(s)", -"Error tagging" => "Fejl ved tagging", -"Error untagging" => "Fejl ved fjernelse af tag", -"Error favoriting" => "Fejl ved favoritering", -"Error unfavoriting" => "Fejl ved fjernelse af favorisering.", -"Access forbidden" => "Adgang forbudt", -"File not found" => "Filen blev ikke fundet", -"The specified document has not been found on the server." => "Det angivne dokument blev ikke fundet på serveren.", -"You can click here to return to %s." => "Du kan klikke her for at gå tilbage til %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej med dig\n\nDette blot for at lade dig vide, at %s har delt %s med dig.\nSe det her: %s\n\n", -"The share will expire on %s." => "Delingen vil udløbe om %s.", -"Cheers!" => "Hej!", -"Internal Server Error" => "Intern serverfejl", -"The server encountered an internal error and was unable to complete your request." => "Servern stødte på en intern fejl og var ikke i stand til at fuldføre din forespørgsel.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Kontakt venligst serveradministratoren, hvis denne fejl gentager sig flere gange - medtag venligst de tekniske detaljer nedenfor i din rapport.", -"More details can be found in the server log." => "Flere detaljer kan fås i serverloggen.", -"Technical details" => "Tekniske detaljer", -"Remote Address: %s" => "Fjernadresse: %s", -"Request ID: %s" => "Forespørgsels-ID: %s", -"Code: %s" => "Kode: %s", -"Message: %s" => "Besked: %s", -"File: %s" => "Fil: %s", -"Line: %s" => "Linje: %s", -"Trace" => "Sporing", -"Security Warning" => "Sikkerhedsadvarsel", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Din PHP-version er sårbar overfor et NULL Byte angreb (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Opdater venligst din PHP installation for at anvende %s sikkert.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Dine data mappe og filer er sandsynligvis tilgængelige fra internettet fordi .htaccess filen ikke virker.", -"For information how to properly configure your server, please see the documentation." => "For information om, hvordan du konfigurerer din server korrekt se dokumentationen.", -"Create an admin account" => "Opret en administratorkonto", -"Password" => "Adgangskode", -"Storage & database" => "Lager & database", -"Data folder" => "Datamappe", -"Configure the database" => "Konfigurer databasen", -"Only %s is available." => "Kun %s er tilgængelig.", -"Database user" => "Databasebruger", -"Database password" => "Databasekodeord", -"Database name" => "Navn på database", -"Database tablespace" => "Database tabelplads", -"Database host" => "Databasehost", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite bliver brugt som database. For større installationer anbefaler vi at ændre dette.", -"Finish setup" => "Afslut opsætning", -"Finishing …" => "Færdigbehandler ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Applikationen kræver JavaScript for at fungere korrekt. Slå venligst JavaScript til og genindlæs siden.", -"%s is available. Get more information on how to update." => "%s er tilgængelig. Få mere information om, hvordan du opdaterer.", -"Log out" => "Log ud", -"Server side authentication failed!" => "Server side godkendelse mislykkedes!", -"Please contact your administrator." => "Kontakt venligst din administrator", -"Forgot your password? Reset it!" => "Glemt din adgangskode? Nulstil det!", -"remember" => "husk", -"Log in" => "Log ind", -"Alternative Logins" => "Alternative logins", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hej med dig,

Dette er blot for at informere dig om, at %s har delt %s med dig.
Se det her!

", -"This ownCloud instance is currently in single user mode." => "Denne ownCloud instans er lige nu i enkeltbruger tilstand.", -"This means only administrators can use the instance." => "Det betyder at det kun er administrator, som kan benytte ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.", -"Thank you for your patience." => "Tak for din tålmodighed.", -"You are accessing the server from an untrusted domain." => "Du tilgår serveren fra et utroværdigt domæne", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Kontakt venligst din administrator. Hvis du er administrator, konfigurer \"trusted_domain\" indstillingen i config/config.php. Et eksempel kan ses i config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Afhænger af din konfiguration, da du som administrator eventuelt også er i stand til at gøre brug af knappen nedenfor til at tildele tillid til dette domæne.", -"Add \"%s\" as trusted domain" => "Tilføj \"%s\" som et troværdigt domæne", -"%s will be updated to version %s." => "%s vil blive opdateret til version %s.", -"The following apps will be disabled:" => "Følgende apps bliver deaktiveret:", -"The theme %s has been disabled." => "Temaet, %s, er blevet deaktiveret.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Sørg venligst for at sikre, at databasen, config-mappen og data-mappen er blevet sikkerhedskopieret inden vi fortsætter.", -"Start update" => "Begynd opdatering", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "For at undgå tidsudløb med større installationer, så kan du i stedet køre følgende kommando fra din installationsmappe:", -"This %s instance is currently being updated, which may take a while." => "Denne %s-instans bliver i øjeblikket opdateret, hvilket kan tage et stykke tid.", -"This page will refresh itself when the %s instance is available again." => "Denne side vil genopfriske sig selv, når %s-instancen er tilgængelig igen." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/de.js b/core/l10n/de.js new file mode 100644 index 0000000000..1fda0e1dea --- /dev/null +++ b/core/l10n/de.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s", + "Turned on maintenance mode" : "Wartungsmodus eingeschaltet", + "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", + "Updated database" : "Datenbank aktualisiert", + "Checked database schema update" : "Datenbank-Schemenaktualisierung geprüft", + "Checked database schema update for apps" : "Datenbank-Schemenaktualisierung für Apps geprüft", + "Updated \"%s\" to %s" : "\"%s\" zu %s aktualisiert", + "Disabled incompatible apps: %s" : "Deaktivierte inkompatible Apps: %s", + "No image or file provided" : "Kein Bild oder Datei zur Verfügung gestellt", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuche es nochmal", + "No crop data provided" : "Keine Zuschnittdaten zur Verfügung gestellt", + "Sunday" : "Sonntag", + "Monday" : "Montag", + "Tuesday" : "Dienstag", + "Wednesday" : "Mittwoch", + "Thursday" : "Donnerstag", + "Friday" : "Freitag", + "Saturday" : "Samstag", + "January" : "Januar", + "February" : "Februar", + "March" : "März", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Sollten Sie keinen Wiederherstellungschlüssel aktiviert haben, gibt es keine Möglichkeit an Ihre Daten zu kommen, wenn das Passwort zurückgesetzt wird.
Falls Sie sich nicht sicher sind, was Sie tun sollen, kontaktieren Sie bitte Ihren Administrator, bevor Sie fortfahren.
Wollen Sie wirklich fortfahren?", + "I know what I'm doing" : "Ich weiß, was ich mache", + "Reset password" : "Passwort zurücksetzen", + "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktiere Deinen Administrator.", + "No" : "Nein", + "Yes" : "Ja", + "Choose" : "Auswählen", + "Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} Dateikonflikt","{count} Dateikonflikte"], + "One file conflict" : "Ein Dateikonflikt", + "New Files" : "Neue Dateien", + "Already existing files" : "Die Dateien existieren bereits", + "Which files do you want to keep?" : "Welche Dateien möchtest Du behalten?", + "If you select both versions, the copied file will have a number added to its name." : "Wenn Du beide Versionen auswählst, erhält die kopierte Datei eine Zahl am Ende des Dateinamens.", + "Cancel" : "Abbrechen", + "Continue" : "Fortsetzen", + "(all selected)" : "(Alle ausgewählt)", + "({count} selected)" : "({count} ausgewählt)", + "Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Durchschnittliches Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Dein Web-Server ist noch nicht für Datei-Synchronisation bereit, weil die WebDAV-Schnittstelle vermutlich defekt ist.", + "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." : "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet, dass einige Funktionen wie z.B. das Einbinden von externen Speichern, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Fernzugriff auf Dateien und das Senden von Benachrichtigungsmails funktioniert eventuell ebenfalls nicht. Wir empfehlen die Internetverbindung für diesen Server zu aktivieren, wenn Sie alle Funktionen nutzen wollen.", + "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", + "Shared" : "Geteilt", + "Shared with {recipients}" : "Geteilt mit {recipients}", + "Share" : "Teilen", + "Error" : "Fehler", + "Error while sharing" : "Fehler beim Teilen", + "Error while unsharing" : "Fehler beim Aufheben der Freigabe", + "Error while changing permissions" : "Fehler beim Ändern der Rechte", + "Shared with you and the group {group} by {owner}" : "{owner} hat dies mit Dir und der Gruppe {group} geteilt", + "Shared with you by {owner}" : "{owner} hat dies mit Dir geteilt", + "Share with user or group …" : "Mit Benutzer oder Gruppe teilen ....", + "Share link" : "Link Teilen", + "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens nach {days} Tagen, nach Erstellung, ablaufen", + "Password protect" : "Passwortschutz", + "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link", + "Allow Public Upload" : "Öffentliches Hochladen erlauben", + "Email link to person" : "Link per E-Mail verschicken", + "Send" : "Senden", + "Set expiration date" : "Setze ein Ablaufdatum", + "Expiration date" : "Ablaufdatum", + "Adding user..." : "Benutzer wird hinzugefügt …", + "group" : "Gruppe", + "Resharing is not allowed" : "Weiterverteilen ist nicht erlaubt", + "Shared in {item} with {user}" : "Für {user} in {item} freigegeben", + "Unshare" : "Freigabe aufheben", + "notify by email" : "Per E-Mail informieren", + "can share" : "Kann teilen", + "can edit" : "kann bearbeiten", + "access control" : "Zugriffskontrolle", + "create" : "erstellen", + "update" : "aktualisieren", + "delete" : "löschen", + "Password protected" : "Durch ein Passwort geschützt", + "Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums", + "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", + "Sending ..." : "Sende ...", + "Email sent" : "E-Mail wurde verschickt", + "Warning" : "Warnung", + "The object type is not specified." : "Der Objekttyp ist nicht angegeben.", + "Enter new" : "Neuen eingeben", + "Delete" : "Löschen", + "Add" : "Hinzufügen", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.", + "Couldn't reset password because the token is invalid" : "Aufgrund eines ungültigen Tokens kann das Passwort nicht zurück gesetzt werden", + "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Stelle sicher, dass Dein Nutzername korrekt ist.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "E-Mail zum Zurücksetzen kann Aufgrund einer nicht vorhandenen E-Mail Adresse für diesen Nutzernamen nicht versendet werden. Bitte kontaktiere Deinen Administrator.", + "%s password reset" : "%s-Passwort zurücksetzen", + "Use the following link to reset your password: {link}" : "Nutze den nachfolgenden Link, um Dein Passwort zurückzusetzen: {link}", + "You will receive a link to reset your password via Email." : "Du erhältst einen Link per E-Mail, um Dein Passwort zurückzusetzen.", + "Username" : "Benutzername", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Deine Dateien sind verschlüsselt. Solltest Du keinen Wiederherstellungschlüssel aktiviert haben, gibt es keine Möglichkeit an Deine Daten zu kommen, wenn das Passwort zurückgesetzt wird. Falls Du Dir nicht sicher bist, was Du tun sollst, kontaktiere bitte Deinen Administrator, bevor Du fortfährst. Willst Du wirklich fortfahren?", + "Yes, I really want to reset my password now" : "Ja, ich will mein Passwort jetzt zurücksetzen", + "Reset" : "Zurücksetzen", + "New password" : "Neues Passwort", + "New Password" : "Neues Passwort", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OSX wird nicht unterstützt und %s wird auf dieser Platform nicht korrekt funktionieren. Benutzung auf eigenes Risiko!", + "For the best results, please consider using a GNU/Linux server instead." : "Für die besten Resultate sollte stattdessen ein GNU/Linux Server verwendet werden.", + "Personal" : "Persönlich", + "Users" : "Benutzer", + "Apps" : "Apps", + "Admin" : "Administration", + "Help" : "Hilfe", + "Error loading tags" : "Fehler beim Laden der Schlagwörter", + "Tag already exists" : "Schlagwort ist bereits vorhanden", + "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", + "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", + "Error untagging" : "Fehler beim Entfernen der Schlagwörter", + "Error favoriting" : "Fehler beim Favorisieren", + "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", + "Access forbidden" : "Zugriff verboten", + "File not found" : "Datei nicht gefunden", + "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", + "You can click here to return to %s." : "Du kannst zur Rückkehr zu %s hier klicken.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hallo,\n\nich wollte Dich nur wissen lassen, dass %s %s mit Dir teilt.\nSchaue es Dir an: %s\n\n", + "The share will expire on %s." : "Die Freigabe wird am %s ablaufen.", + "Cheers!" : "Hallo!", + "Internal Server Error" : "Interner Server-Fehler", + "The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wende Dich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt. Füge deinem Bericht, bitte die untenstehenden technischen Details hinzu.", + "More details can be found in the server log." : "Weitere Details können im Serverprotokoll gefunden werden.", + "Technical details" : "Technische Details", + "Remote Address: %s" : "IP Adresse: %s", + "Request ID: %s" : "Anforderungskennung: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Nachricht: %s", + "File: %s" : "Datei: %s", + "Line: %s" : "Zeile: %s", + "Trace" : "Spur", + "Security Warning" : "Sicherheitswarnung", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Deine PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar", + "Please update your PHP installation to use %s securely." : "Bitte aktualisiere Deine PHP-Installation um %s sicher nutzen zu können.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Dein Datenverzeichnis und Deine Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.", + "For information how to properly configure your server, please see the documentation." : "Für Informationen, wie Du Deinen Server richtig konfigurierst, lies bitte die Dokumentation.", + "Create an admin account" : "Administrator-Konto anlegen", + "Password" : "Passwort", + "Storage & database" : "Speicher & Datenbank", + "Data folder" : "Datenverzeichnis", + "Configure the database" : "Datenbank einrichten", + "Only %s is available." : "Es sind nur %s verfügbar.", + "Database user" : "Datenbank-Benutzer", + "Database password" : "Datenbank-Passwort", + "Database name" : "Datenbank-Name", + "Database tablespace" : "Datenbank-Tablespace", + "Database host" : "Datenbank-Host", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite wird als Datenbank benutzt. Für größere Installationen wird empfohlen, dies zu ändern.", + "Finish setup" : "Installation abschließen", + "Finishing …" : "Abschließen ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb. Bitte aktiviere JavaScript und lade diese Seite neu.", + "%s is available. Get more information on how to update." : "%s ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.", + "Log out" : "Abmelden", + "Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!", + "Please contact your administrator." : "Bitte kontaktiere Deinen Administrator.", + "Forgot your password? Reset it!" : "Passwort vergessen? Setze es zurück!", + "remember" : "merken", + "Log in" : "Einloggen", + "Alternative Logins" : "Alternative Logins", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo,

wir möchten dich nur wissen lassen, dass %s %s mit dir geteilt hat.
Ansehen!

", + "This ownCloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", + "This means only administrators can use the instance." : "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", + "Thank you for your patience." : "Vielen Dank für Deine Geduld.", + "You are accessing the server from an untrusted domain." : "Du greifst von einer nicht vertrauenswürdigen Domain auf den Server zu.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktiere Deinen Administrator. Wenn du aktuell Administrator dieser Instanz bist, konfiguriere bitte die \"trusted_domain\" - Einstellung in config/config.php. Eine Beispielkonfiguration wird unter config/config.sample.php bereit gestellt.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Abhängig vonDeiner Konfiguration kannst Du auch als Administrator, zum Vertrauen dieser Domain, den unteren Button verwenden.", + "Add \"%s\" as trusted domain" : "\"%s\" als vertrauenswürdige Domain hinzufügen", + "%s will be updated to version %s." : "%s wird auf Version %s aktualisiert.", + "The following apps will be disabled:" : "Die folgenden Apps werden deaktiviert:", + "The theme %s has been disabled." : "Das Theme %s wurde deaktiviert.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stelle vor dem Fortsetzen sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurde.", + "Start update" : "Aktualisierung starten", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen kannst Du stattdessen den folgenden Befehl in Deinem Installationsverzeichnis ausführen:", + "This %s instance is currently being updated, which may take a while." : "Diese %s - Instanz wird gerade aktualisiert, was eine Weile dauert.", + "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisert sich automatisch, wenn die %s - Instanz wieder verfügbar ist." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de.json b/core/l10n/de.json new file mode 100644 index 0000000000..42f74fe126 --- /dev/null +++ b/core/l10n/de.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s", + "Turned on maintenance mode" : "Wartungsmodus eingeschaltet", + "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", + "Updated database" : "Datenbank aktualisiert", + "Checked database schema update" : "Datenbank-Schemenaktualisierung geprüft", + "Checked database schema update for apps" : "Datenbank-Schemenaktualisierung für Apps geprüft", + "Updated \"%s\" to %s" : "\"%s\" zu %s aktualisiert", + "Disabled incompatible apps: %s" : "Deaktivierte inkompatible Apps: %s", + "No image or file provided" : "Kein Bild oder Datei zur Verfügung gestellt", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuche es nochmal", + "No crop data provided" : "Keine Zuschnittdaten zur Verfügung gestellt", + "Sunday" : "Sonntag", + "Monday" : "Montag", + "Tuesday" : "Dienstag", + "Wednesday" : "Mittwoch", + "Thursday" : "Donnerstag", + "Friday" : "Freitag", + "Saturday" : "Samstag", + "January" : "Januar", + "February" : "Februar", + "March" : "März", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Sollten Sie keinen Wiederherstellungschlüssel aktiviert haben, gibt es keine Möglichkeit an Ihre Daten zu kommen, wenn das Passwort zurückgesetzt wird.
Falls Sie sich nicht sicher sind, was Sie tun sollen, kontaktieren Sie bitte Ihren Administrator, bevor Sie fortfahren.
Wollen Sie wirklich fortfahren?", + "I know what I'm doing" : "Ich weiß, was ich mache", + "Reset password" : "Passwort zurücksetzen", + "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktiere Deinen Administrator.", + "No" : "Nein", + "Yes" : "Ja", + "Choose" : "Auswählen", + "Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} Dateikonflikt","{count} Dateikonflikte"], + "One file conflict" : "Ein Dateikonflikt", + "New Files" : "Neue Dateien", + "Already existing files" : "Die Dateien existieren bereits", + "Which files do you want to keep?" : "Welche Dateien möchtest Du behalten?", + "If you select both versions, the copied file will have a number added to its name." : "Wenn Du beide Versionen auswählst, erhält die kopierte Datei eine Zahl am Ende des Dateinamens.", + "Cancel" : "Abbrechen", + "Continue" : "Fortsetzen", + "(all selected)" : "(Alle ausgewählt)", + "({count} selected)" : "({count} ausgewählt)", + "Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Durchschnittliches Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Dein Web-Server ist noch nicht für Datei-Synchronisation bereit, weil die WebDAV-Schnittstelle vermutlich defekt ist.", + "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." : "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet, dass einige Funktionen wie z.B. das Einbinden von externen Speichern, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Fernzugriff auf Dateien und das Senden von Benachrichtigungsmails funktioniert eventuell ebenfalls nicht. Wir empfehlen die Internetverbindung für diesen Server zu aktivieren, wenn Sie alle Funktionen nutzen wollen.", + "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", + "Shared" : "Geteilt", + "Shared with {recipients}" : "Geteilt mit {recipients}", + "Share" : "Teilen", + "Error" : "Fehler", + "Error while sharing" : "Fehler beim Teilen", + "Error while unsharing" : "Fehler beim Aufheben der Freigabe", + "Error while changing permissions" : "Fehler beim Ändern der Rechte", + "Shared with you and the group {group} by {owner}" : "{owner} hat dies mit Dir und der Gruppe {group} geteilt", + "Shared with you by {owner}" : "{owner} hat dies mit Dir geteilt", + "Share with user or group …" : "Mit Benutzer oder Gruppe teilen ....", + "Share link" : "Link Teilen", + "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens nach {days} Tagen, nach Erstellung, ablaufen", + "Password protect" : "Passwortschutz", + "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link", + "Allow Public Upload" : "Öffentliches Hochladen erlauben", + "Email link to person" : "Link per E-Mail verschicken", + "Send" : "Senden", + "Set expiration date" : "Setze ein Ablaufdatum", + "Expiration date" : "Ablaufdatum", + "Adding user..." : "Benutzer wird hinzugefügt …", + "group" : "Gruppe", + "Resharing is not allowed" : "Weiterverteilen ist nicht erlaubt", + "Shared in {item} with {user}" : "Für {user} in {item} freigegeben", + "Unshare" : "Freigabe aufheben", + "notify by email" : "Per E-Mail informieren", + "can share" : "Kann teilen", + "can edit" : "kann bearbeiten", + "access control" : "Zugriffskontrolle", + "create" : "erstellen", + "update" : "aktualisieren", + "delete" : "löschen", + "Password protected" : "Durch ein Passwort geschützt", + "Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums", + "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", + "Sending ..." : "Sende ...", + "Email sent" : "E-Mail wurde verschickt", + "Warning" : "Warnung", + "The object type is not specified." : "Der Objekttyp ist nicht angegeben.", + "Enter new" : "Neuen eingeben", + "Delete" : "Löschen", + "Add" : "Hinzufügen", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.", + "Couldn't reset password because the token is invalid" : "Aufgrund eines ungültigen Tokens kann das Passwort nicht zurück gesetzt werden", + "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Stelle sicher, dass Dein Nutzername korrekt ist.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "E-Mail zum Zurücksetzen kann Aufgrund einer nicht vorhandenen E-Mail Adresse für diesen Nutzernamen nicht versendet werden. Bitte kontaktiere Deinen Administrator.", + "%s password reset" : "%s-Passwort zurücksetzen", + "Use the following link to reset your password: {link}" : "Nutze den nachfolgenden Link, um Dein Passwort zurückzusetzen: {link}", + "You will receive a link to reset your password via Email." : "Du erhältst einen Link per E-Mail, um Dein Passwort zurückzusetzen.", + "Username" : "Benutzername", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Deine Dateien sind verschlüsselt. Solltest Du keinen Wiederherstellungschlüssel aktiviert haben, gibt es keine Möglichkeit an Deine Daten zu kommen, wenn das Passwort zurückgesetzt wird. Falls Du Dir nicht sicher bist, was Du tun sollst, kontaktiere bitte Deinen Administrator, bevor Du fortfährst. Willst Du wirklich fortfahren?", + "Yes, I really want to reset my password now" : "Ja, ich will mein Passwort jetzt zurücksetzen", + "Reset" : "Zurücksetzen", + "New password" : "Neues Passwort", + "New Password" : "Neues Passwort", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OSX wird nicht unterstützt und %s wird auf dieser Platform nicht korrekt funktionieren. Benutzung auf eigenes Risiko!", + "For the best results, please consider using a GNU/Linux server instead." : "Für die besten Resultate sollte stattdessen ein GNU/Linux Server verwendet werden.", + "Personal" : "Persönlich", + "Users" : "Benutzer", + "Apps" : "Apps", + "Admin" : "Administration", + "Help" : "Hilfe", + "Error loading tags" : "Fehler beim Laden der Schlagwörter", + "Tag already exists" : "Schlagwort ist bereits vorhanden", + "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", + "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", + "Error untagging" : "Fehler beim Entfernen der Schlagwörter", + "Error favoriting" : "Fehler beim Favorisieren", + "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", + "Access forbidden" : "Zugriff verboten", + "File not found" : "Datei nicht gefunden", + "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", + "You can click here to return to %s." : "Du kannst zur Rückkehr zu %s hier klicken.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hallo,\n\nich wollte Dich nur wissen lassen, dass %s %s mit Dir teilt.\nSchaue es Dir an: %s\n\n", + "The share will expire on %s." : "Die Freigabe wird am %s ablaufen.", + "Cheers!" : "Hallo!", + "Internal Server Error" : "Interner Server-Fehler", + "The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wende Dich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt. Füge deinem Bericht, bitte die untenstehenden technischen Details hinzu.", + "More details can be found in the server log." : "Weitere Details können im Serverprotokoll gefunden werden.", + "Technical details" : "Technische Details", + "Remote Address: %s" : "IP Adresse: %s", + "Request ID: %s" : "Anforderungskennung: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Nachricht: %s", + "File: %s" : "Datei: %s", + "Line: %s" : "Zeile: %s", + "Trace" : "Spur", + "Security Warning" : "Sicherheitswarnung", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Deine PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar", + "Please update your PHP installation to use %s securely." : "Bitte aktualisiere Deine PHP-Installation um %s sicher nutzen zu können.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Dein Datenverzeichnis und Deine Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.", + "For information how to properly configure your server, please see the documentation." : "Für Informationen, wie Du Deinen Server richtig konfigurierst, lies bitte die Dokumentation.", + "Create an admin account" : "Administrator-Konto anlegen", + "Password" : "Passwort", + "Storage & database" : "Speicher & Datenbank", + "Data folder" : "Datenverzeichnis", + "Configure the database" : "Datenbank einrichten", + "Only %s is available." : "Es sind nur %s verfügbar.", + "Database user" : "Datenbank-Benutzer", + "Database password" : "Datenbank-Passwort", + "Database name" : "Datenbank-Name", + "Database tablespace" : "Datenbank-Tablespace", + "Database host" : "Datenbank-Host", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite wird als Datenbank benutzt. Für größere Installationen wird empfohlen, dies zu ändern.", + "Finish setup" : "Installation abschließen", + "Finishing …" : "Abschließen ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb. Bitte aktiviere JavaScript und lade diese Seite neu.", + "%s is available. Get more information on how to update." : "%s ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.", + "Log out" : "Abmelden", + "Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!", + "Please contact your administrator." : "Bitte kontaktiere Deinen Administrator.", + "Forgot your password? Reset it!" : "Passwort vergessen? Setze es zurück!", + "remember" : "merken", + "Log in" : "Einloggen", + "Alternative Logins" : "Alternative Logins", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo,

wir möchten dich nur wissen lassen, dass %s %s mit dir geteilt hat.
Ansehen!

", + "This ownCloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", + "This means only administrators can use the instance." : "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", + "Thank you for your patience." : "Vielen Dank für Deine Geduld.", + "You are accessing the server from an untrusted domain." : "Du greifst von einer nicht vertrauenswürdigen Domain auf den Server zu.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktiere Deinen Administrator. Wenn du aktuell Administrator dieser Instanz bist, konfiguriere bitte die \"trusted_domain\" - Einstellung in config/config.php. Eine Beispielkonfiguration wird unter config/config.sample.php bereit gestellt.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Abhängig vonDeiner Konfiguration kannst Du auch als Administrator, zum Vertrauen dieser Domain, den unteren Button verwenden.", + "Add \"%s\" as trusted domain" : "\"%s\" als vertrauenswürdige Domain hinzufügen", + "%s will be updated to version %s." : "%s wird auf Version %s aktualisiert.", + "The following apps will be disabled:" : "Die folgenden Apps werden deaktiviert:", + "The theme %s has been disabled." : "Das Theme %s wurde deaktiviert.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stelle vor dem Fortsetzen sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurde.", + "Start update" : "Aktualisierung starten", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen kannst Du stattdessen den folgenden Befehl in Deinem Installationsverzeichnis ausführen:", + "This %s instance is currently being updated, which may take a while." : "Diese %s - Instanz wird gerade aktualisiert, was eine Weile dauert.", + "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisert sich automatisch, wenn die %s - Instanz wieder verfügbar ist." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/de.php b/core/l10n/de.php deleted file mode 100644 index 5aa1dc14a9..0000000000 --- a/core/l10n/de.php +++ /dev/null @@ -1,211 +0,0 @@ - "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s", -"Turned on maintenance mode" => "Wartungsmodus eingeschaltet", -"Turned off maintenance mode" => "Wartungsmodus ausgeschaltet", -"Updated database" => "Datenbank aktualisiert", -"Checked database schema update" => "Datenbank-Schemenaktualisierung geprüft", -"Checked database schema update for apps" => "Datenbank-Schemenaktualisierung für Apps geprüft", -"Updated \"%s\" to %s" => "\"%s\" zu %s aktualisiert", -"Disabled incompatible apps: %s" => "Deaktivierte inkompatible Apps: %s", -"No image or file provided" => "Kein Bild oder Datei zur Verfügung gestellt", -"Unknown filetype" => "Unbekannter Dateityp", -"Invalid image" => "Ungültiges Bild", -"No temporary profile picture available, try again" => "Kein temporäres Profilbild verfügbar, bitte versuche es nochmal", -"No crop data provided" => "Keine Zuschnittdaten zur Verfügung gestellt", -"Sunday" => "Sonntag", -"Monday" => "Montag", -"Tuesday" => "Dienstag", -"Wednesday" => "Mittwoch", -"Thursday" => "Donnerstag", -"Friday" => "Freitag", -"Saturday" => "Samstag", -"January" => "Januar", -"February" => "Februar", -"March" => "März", -"April" => "April", -"May" => "Mai", -"June" => "Juni", -"July" => "Juli", -"August" => "August", -"September" => "September", -"October" => "Oktober", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Ihre Dateien sind verschlüsselt. Sollten Sie keinen Wiederherstellungschlüssel aktiviert haben, gibt es keine Möglichkeit an Ihre Daten zu kommen, wenn das Passwort zurückgesetzt wird.
Falls Sie sich nicht sicher sind, was Sie tun sollen, kontaktieren Sie bitte Ihren Administrator, bevor Sie fortfahren.
Wollen Sie wirklich fortfahren?", -"I know what I'm doing" => "Ich weiß, was ich mache", -"Reset password" => "Passwort zurücksetzen", -"Password can not be changed. Please contact your administrator." => "Passwort kann nicht geändert werden. Bitte kontaktiere Deinen Administrator.", -"No" => "Nein", -"Yes" => "Ja", -"Choose" => "Auswählen", -"Error loading file picker template: {error}" => "Fehler beim Laden der Dateiauswahlvorlage: {error}", -"Ok" => "OK", -"Error loading message template: {error}" => "Fehler beim Laden der Nachrichtenvorlage: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} Dateikonflikt","{count} Dateikonflikte"), -"One file conflict" => "Ein Dateikonflikt", -"New Files" => "Neue Dateien", -"Already existing files" => "Die Dateien existieren bereits", -"Which files do you want to keep?" => "Welche Dateien möchtest Du behalten?", -"If you select both versions, the copied file will have a number added to its name." => "Wenn Du beide Versionen auswählst, erhält die kopierte Datei eine Zahl am Ende des Dateinamens.", -"Cancel" => "Abbrechen", -"Continue" => "Fortsetzen", -"(all selected)" => "(Alle ausgewählt)", -"({count} selected)" => "({count} ausgewählt)", -"Error loading file exists template" => "Fehler beim Laden der vorhanden Dateivorlage", -"Very weak password" => "Sehr schwaches Passwort", -"Weak password" => "Schwaches Passwort", -"So-so password" => "Durchschnittliches Passwort", -"Good password" => "Gutes Passwort", -"Strong password" => "Starkes Passwort", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Dein Web-Server ist noch nicht für Datei-Synchronisation bereit, weil die WebDAV-Schnittstelle vermutlich defekt ist.", -"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." => "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet, dass einige Funktionen wie z.B. das Einbinden von externen Speichern, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Fernzugriff auf Dateien und das Senden von Benachrichtigungsmails funktioniert eventuell ebenfalls nicht. Wir empfehlen die Internetverbindung für diesen Server zu aktivieren, wenn Sie alle Funktionen nutzen wollen.", -"Error occurred while checking server setup" => "Fehler beim Überprüfen der Servereinrichtung", -"Shared" => "Geteilt", -"Shared with {recipients}" => "Geteilt mit {recipients}", -"Share" => "Teilen", -"Error" => "Fehler", -"Error while sharing" => "Fehler beim Teilen", -"Error while unsharing" => "Fehler beim Aufheben der Freigabe", -"Error while changing permissions" => "Fehler beim Ändern der Rechte", -"Shared with you and the group {group} by {owner}" => "{owner} hat dies mit Dir und der Gruppe {group} geteilt", -"Shared with you by {owner}" => "{owner} hat dies mit Dir geteilt", -"Share with user or group …" => "Mit Benutzer oder Gruppe teilen ....", -"Share link" => "Link Teilen", -"The public link will expire no later than {days} days after it is created" => "Der öffentliche Link wird spätestens nach {days} Tagen, nach Erstellung, ablaufen", -"Password protect" => "Passwortschutz", -"Choose a password for the public link" => "Wählen Sie ein Passwort für den öffentlichen Link", -"Allow Public Upload" => "Öffentliches Hochladen erlauben", -"Email link to person" => "Link per E-Mail verschicken", -"Send" => "Senden", -"Set expiration date" => "Setze ein Ablaufdatum", -"Expiration date" => "Ablaufdatum", -"Adding user..." => "Benutzer wird hinzugefügt …", -"group" => "Gruppe", -"Resharing is not allowed" => "Weiterverteilen ist nicht erlaubt", -"Shared in {item} with {user}" => "Für {user} in {item} freigegeben", -"Unshare" => "Freigabe aufheben", -"notify by email" => "Per E-Mail informieren", -"can share" => "Kann teilen", -"can edit" => "kann bearbeiten", -"access control" => "Zugriffskontrolle", -"create" => "erstellen", -"update" => "aktualisieren", -"delete" => "löschen", -"Password protected" => "Durch ein Passwort geschützt", -"Error unsetting expiration date" => "Fehler beim Entfernen des Ablaufdatums", -"Error setting expiration date" => "Fehler beim Setzen des Ablaufdatums", -"Sending ..." => "Sende ...", -"Email sent" => "E-Mail wurde verschickt", -"Warning" => "Warnung", -"The object type is not specified." => "Der Objekttyp ist nicht angegeben.", -"Enter new" => "Neuen eingeben", -"Delete" => "Löschen", -"Add" => "Hinzufügen", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.", -"Couldn't reset password because the token is invalid" => "Aufgrund eines ungültigen Tokens kann das Passwort nicht zurück gesetzt werden", -"Couldn't send reset email. Please make sure your username is correct." => "E-Mail zum Zurücksetzen kann nicht versendet werden. Stelle sicher, dass Dein Nutzername korrekt ist.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "E-Mail zum Zurücksetzen kann Aufgrund einer nicht vorhandenen E-Mail Adresse für diesen Nutzernamen nicht versendet werden. Bitte kontaktiere Deinen Administrator.", -"%s password reset" => "%s-Passwort zurücksetzen", -"Use the following link to reset your password: {link}" => "Nutze den nachfolgenden Link, um Dein Passwort zurückzusetzen: {link}", -"You will receive a link to reset your password via Email." => "Du erhältst einen Link per E-Mail, um Dein Passwort zurückzusetzen.", -"Username" => "Benutzername", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Deine Dateien sind verschlüsselt. Solltest Du keinen Wiederherstellungschlüssel aktiviert haben, gibt es keine Möglichkeit an Deine Daten zu kommen, wenn das Passwort zurückgesetzt wird. Falls Du Dir nicht sicher bist, was Du tun sollst, kontaktiere bitte Deinen Administrator, bevor Du fortfährst. Willst Du wirklich fortfahren?", -"Yes, I really want to reset my password now" => "Ja, ich will mein Passwort jetzt zurücksetzen", -"Reset" => "Zurücksetzen", -"New password" => "Neues Passwort", -"New Password" => "Neues Passwort", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OSX wird nicht unterstützt und %s wird auf dieser Platform nicht korrekt funktionieren. Benutzung auf eigenes Risiko!", -"For the best results, please consider using a GNU/Linux server instead." => "Für die besten Resultate sollte stattdessen ein GNU/Linux Server verwendet werden.", -"Personal" => "Persönlich", -"Users" => "Benutzer", -"Apps" => "Apps", -"Admin" => "Administration", -"Help" => "Hilfe", -"Error loading tags" => "Fehler beim Laden der Schlagwörter", -"Tag already exists" => "Schlagwort ist bereits vorhanden", -"Error deleting tag(s)" => "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", -"Error tagging" => "Fehler beim Hinzufügen der Schlagwörter", -"Error untagging" => "Fehler beim Entfernen der Schlagwörter", -"Error favoriting" => "Fehler beim Favorisieren", -"Error unfavoriting" => "Fehler beim Entfernen aus den Favoriten", -"Access forbidden" => "Zugriff verboten", -"File not found" => "Datei nicht gefunden", -"The specified document has not been found on the server." => "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", -"You can click here to return to %s." => "Du kannst zur Rückkehr zu %s hier klicken.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\nich wollte Dich nur wissen lassen, dass %s %s mit Dir teilt.\nSchaue es Dir an: %s\n\n", -"The share will expire on %s." => "Die Freigabe wird am %s ablaufen.", -"Cheers!" => "Hallo!", -"Internal Server Error" => "Interner Server-Fehler", -"The server encountered an internal error and was unable to complete your request." => "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Bitte wende Dich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt. Füge deinem Bericht, bitte die untenstehenden technischen Details hinzu.", -"More details can be found in the server log." => "Weitere Details können im Serverprotokoll gefunden werden.", -"Technical details" => "Technische Details", -"Remote Address: %s" => "IP Adresse: %s", -"Request ID: %s" => "Anforderungskennung: %s", -"Code: %s" => "Code: %s", -"Message: %s" => "Nachricht: %s", -"File: %s" => "Datei: %s", -"Line: %s" => "Zeile: %s", -"Trace" => "Spur", -"Security Warning" => "Sicherheitswarnung", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Deine PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar", -"Please update your PHP installation to use %s securely." => "Bitte aktualisiere Deine PHP-Installation um %s sicher nutzen zu können.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Dein Datenverzeichnis und Deine Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.", -"For information how to properly configure your server, please see the documentation." => "Für Informationen, wie Du Deinen Server richtig konfigurierst, lies bitte die Dokumentation.", -"Create an admin account" => "Administrator-Konto anlegen", -"Password" => "Passwort", -"Storage & database" => "Speicher & Datenbank", -"Data folder" => "Datenverzeichnis", -"Configure the database" => "Datenbank einrichten", -"Only %s is available." => "Es sind nur %s verfügbar.", -"Database user" => "Datenbank-Benutzer", -"Database password" => "Datenbank-Passwort", -"Database name" => "Datenbank-Name", -"Database tablespace" => "Datenbank-Tablespace", -"Database host" => "Datenbank-Host", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite wird als Datenbank benutzt. Für größere Installationen wird empfohlen, dies zu ändern.", -"Finish setup" => "Installation abschließen", -"Finishing …" => "Abschließen ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb. Bitte aktiviere JavaScript und lade diese Seite neu.", -"%s is available. Get more information on how to update." => "%s ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.", -"Log out" => "Abmelden", -"Server side authentication failed!" => "Serverseitige Authentifizierung fehlgeschlagen!", -"Please contact your administrator." => "Bitte kontaktiere Deinen Administrator.", -"Forgot your password? Reset it!" => "Passwort vergessen? Setze es zurück!", -"remember" => "merken", -"Log in" => "Einloggen", -"Alternative Logins" => "Alternative Logins", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hallo,

wir möchten dich nur wissen lassen, dass %s %s mit dir geteilt hat.
Ansehen!

", -"This ownCloud instance is currently in single user mode." => "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", -"This means only administrators can use the instance." => "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", -"Thank you for your patience." => "Vielen Dank für Deine Geduld.", -"You are accessing the server from an untrusted domain." => "Du greifst von einer nicht vertrauenswürdigen Domain auf den Server zu.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Bitte kontaktiere Deinen Administrator. Wenn du aktuell Administrator dieser Instanz bist, konfiguriere bitte die \"trusted_domain\" - Einstellung in config/config.php. Eine Beispielkonfiguration wird unter config/config.sample.php bereit gestellt.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Abhängig vonDeiner Konfiguration kannst Du auch als Administrator, zum Vertrauen dieser Domain, den unteren Button verwenden.", -"Add \"%s\" as trusted domain" => "\"%s\" als vertrauenswürdige Domain hinzufügen", -"%s will be updated to version %s." => "%s wird auf Version %s aktualisiert.", -"The following apps will be disabled:" => "Die folgenden Apps werden deaktiviert:", -"The theme %s has been disabled." => "Das Theme %s wurde deaktiviert.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Stelle vor dem Fortsetzen sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurde.", -"Start update" => "Aktualisierung starten", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen kannst Du stattdessen den folgenden Befehl in Deinem Installationsverzeichnis ausführen:", -"This %s instance is currently being updated, which may take a while." => "Diese %s - Instanz wird gerade aktualisiert, was eine Weile dauert.", -"This page will refresh itself when the %s instance is available again." => "Diese Seite aktualisert sich automatisch, wenn die %s - Instanz wieder verfügbar ist." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/de_AT.js b/core/l10n/de_AT.js new file mode 100644 index 0000000000..98fb44e5d6 --- /dev/null +++ b/core/l10n/de_AT.js @@ -0,0 +1,38 @@ +OC.L10N.register( + "core", + { + "Sunday" : "Sonntag", + "Monday" : "Montag", + "Tuesday" : "Dienstag", + "Wednesday" : "Mittwoch", + "Thursday" : "Donnerstag", + "Friday" : "Freitag", + "Saturday" : "Samstag", + "January" : "Januar", + "February" : "Februar", + "March" : "März", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "November" : "November", + "December" : "Dezember", + "Settings" : "Einstellungen", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Abbrechen", + "Continue" : "Weiter", + "Share" : "Freigeben", + "Error" : "Fehler", + "group" : "Gruppe", + "Unshare" : "Teilung zurücknehmen", + "can share" : "Kann teilen", + "can edit" : "kann bearbeiten", + "Delete" : "Löschen", + "Personal" : "Persönlich", + "Help" : "Hilfe", + "Password" : "Passwort" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de_AT.json b/core/l10n/de_AT.json new file mode 100644 index 0000000000..2f44aaea3d --- /dev/null +++ b/core/l10n/de_AT.json @@ -0,0 +1,36 @@ +{ "translations": { + "Sunday" : "Sonntag", + "Monday" : "Montag", + "Tuesday" : "Dienstag", + "Wednesday" : "Mittwoch", + "Thursday" : "Donnerstag", + "Friday" : "Freitag", + "Saturday" : "Samstag", + "January" : "Januar", + "February" : "Februar", + "March" : "März", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "November" : "November", + "December" : "Dezember", + "Settings" : "Einstellungen", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Abbrechen", + "Continue" : "Weiter", + "Share" : "Freigeben", + "Error" : "Fehler", + "group" : "Gruppe", + "Unshare" : "Teilung zurücknehmen", + "can share" : "Kann teilen", + "can edit" : "kann bearbeiten", + "Delete" : "Löschen", + "Personal" : "Persönlich", + "Help" : "Hilfe", + "Password" : "Passwort" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/de_AT.php b/core/l10n/de_AT.php deleted file mode 100644 index cd17ea0bc1..0000000000 --- a/core/l10n/de_AT.php +++ /dev/null @@ -1,37 +0,0 @@ - "Sonntag", -"Monday" => "Montag", -"Tuesday" => "Dienstag", -"Wednesday" => "Mittwoch", -"Thursday" => "Donnerstag", -"Friday" => "Freitag", -"Saturday" => "Samstag", -"January" => "Januar", -"February" => "Februar", -"March" => "März", -"April" => "April", -"May" => "Mai", -"June" => "Juni", -"July" => "Juli", -"August" => "August", -"September" => "September", -"October" => "Oktober", -"November" => "November", -"December" => "Dezember", -"Settings" => "Einstellungen", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "Abbrechen", -"Continue" => "Weiter", -"Share" => "Freigeben", -"Error" => "Fehler", -"group" => "Gruppe", -"Unshare" => "Teilung zurücknehmen", -"can share" => "Kann teilen", -"can edit" => "kann bearbeiten", -"Delete" => "Löschen", -"Personal" => "Persönlich", -"Help" => "Hilfe", -"Password" => "Passwort" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/de_CH.js b/core/l10n/de_CH.js new file mode 100644 index 0000000000..514e2d6c19 --- /dev/null +++ b/core/l10n/de_CH.js @@ -0,0 +1,108 @@ +OC.L10N.register( + "core", + { + "Turned on maintenance mode" : "Wartungsmodus eingeschaltet", + "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", + "Updated database" : "Datenbank aktualisiert", + "Sunday" : "Sonntag", + "Monday" : "Montag", + "Tuesday" : "Dienstag", + "Wednesday" : "Mittwoch", + "Thursday" : "Donnerstag", + "Friday" : "Freitag", + "Saturday" : "Samstag", + "January" : "Januar", + "February" : "Februar", + "March" : "März", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "November" : "November", + "December" : "Dezember", + "Settings" : "Einstellungen", + "File" : "Datei", + "Folder" : "Ordner", + "Saving..." : "Speichern...", + "Reset password" : "Passwort zurücksetzen", + "No" : "Nein", + "Yes" : "Ja", + "Choose" : "Auswählen", + "Ok" : "OK", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "New Files" : "Neue Dateien", + "Cancel" : "Abbrechen", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Ihr Web-Server ist noch nicht für eine Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist.", + "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." : "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet das einige Funktionen wie z.B. das Einbinden von externen Speichern, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Fernzugriff auf Dateien und das Senden von Benachrichtigungsmails funktioniert eventuell ebenfalls nicht. Wir empfehlen die Internetverbindung für diesen Server zu aktivieren wenn Sie alle Funktionen nutzen wollen.", + "Shared" : "Geteilt", + "Share" : "Teilen", + "Error" : "Fehler", + "Error while sharing" : "Fehler beim Teilen", + "Error while unsharing" : "Fehler beim Aufheben der Freigabe", + "Error while changing permissions" : "Fehler bei der Änderung der Rechte", + "Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.", + "Shared with you by {owner}" : "Von {owner} mit Ihnen geteilt.", + "Password protect" : "Passwortschutz", + "Allow Public Upload" : "Öffentliches Hochladen erlauben", + "Email link to person" : "Link per E-Mail verschicken", + "Send" : "Senden", + "Set expiration date" : "Ein Ablaufdatum setzen", + "Expiration date" : "Ablaufdatum", + "group" : "Gruppe", + "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt", + "Shared in {item} with {user}" : "Freigegeben in {item} von {user}", + "Unshare" : "Freigabe aufheben", + "can edit" : "kann bearbeiten", + "access control" : "Zugriffskontrolle", + "create" : "erstellen", + "update" : "aktualisieren", + "delete" : "löschen", + "Password protected" : "Passwortgeschützt", + "Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums", + "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", + "Sending ..." : "Sende ...", + "Email sent" : "Email gesendet", + "Warning" : "Warnung", + "The object type is not specified." : "Der Objekttyp ist nicht angegeben.", + "Delete" : "Löschen", + "Add" : "Hinzufügen", + "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}", + "You will receive a link to reset your password via Email." : "Sie erhalten einen Link per E-Mail, um Ihr Passwort zurückzusetzen.", + "Username" : "Benutzername", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Wenn Sie den Wiederherstellungsschlüssel nicht aktiviert haben, wird es keine Möglichkeit geben, um Ihre Daten wiederzubekommen, nachdem Ihr Passwort zurückgesetzt wurde. Wenn Sie sich nicht sicher sind, was Sie tun sollen, wenden Sie sich bitte an Ihren Administrator, bevor Sie fortfahren. Wollen Sie wirklich fortfahren?", + "Yes, I really want to reset my password now" : "Ja, ich möchte jetzt mein Passwort wirklich zurücksetzen.", + "Reset" : "Zurücksetzen", + "New password" : "Neues Passwort", + "Personal" : "Persönlich", + "Users" : "Benutzer", + "Apps" : "Apps", + "Admin" : "Administrator", + "Help" : "Hilfe", + "Access forbidden" : "Zugriff verboten", + "Security Warning" : "Sicherheitshinweis", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Ihre PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar", + "Please update your PHP installation to use %s securely." : "Bitte aktualisieren Sie Ihre PHP-Installation um %s sicher nutzen zu können.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.", + "For information how to properly configure your server, please see the documentation." : "Für Informationen, wie Sie Ihren Server richtig konfigurieren lesen Sie bitte die Dokumentation.", + "Create an admin account" : "Administrator-Konto anlegen", + "Password" : "Passwort", + "Data folder" : "Datenverzeichnis", + "Configure the database" : "Datenbank einrichten", + "Database user" : "Datenbank-Benutzer", + "Database password" : "Datenbank-Passwort", + "Database name" : "Datenbank-Name", + "Database tablespace" : "Datenbank-Tablespace", + "Database host" : "Datenbank-Host", + "Finish setup" : "Installation abschliessen", + "%s is available. Get more information on how to update." : "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", + "Log out" : "Abmelden", + "remember" : "merken", + "Log in" : "Einloggen", + "Alternative Logins" : "Alternative Logins" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de_CH.json b/core/l10n/de_CH.json new file mode 100644 index 0000000000..b549592ed0 --- /dev/null +++ b/core/l10n/de_CH.json @@ -0,0 +1,106 @@ +{ "translations": { + "Turned on maintenance mode" : "Wartungsmodus eingeschaltet", + "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", + "Updated database" : "Datenbank aktualisiert", + "Sunday" : "Sonntag", + "Monday" : "Montag", + "Tuesday" : "Dienstag", + "Wednesday" : "Mittwoch", + "Thursday" : "Donnerstag", + "Friday" : "Freitag", + "Saturday" : "Samstag", + "January" : "Januar", + "February" : "Februar", + "March" : "März", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "November" : "November", + "December" : "Dezember", + "Settings" : "Einstellungen", + "File" : "Datei", + "Folder" : "Ordner", + "Saving..." : "Speichern...", + "Reset password" : "Passwort zurücksetzen", + "No" : "Nein", + "Yes" : "Ja", + "Choose" : "Auswählen", + "Ok" : "OK", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "New Files" : "Neue Dateien", + "Cancel" : "Abbrechen", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Ihr Web-Server ist noch nicht für eine Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist.", + "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." : "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet das einige Funktionen wie z.B. das Einbinden von externen Speichern, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Fernzugriff auf Dateien und das Senden von Benachrichtigungsmails funktioniert eventuell ebenfalls nicht. Wir empfehlen die Internetverbindung für diesen Server zu aktivieren wenn Sie alle Funktionen nutzen wollen.", + "Shared" : "Geteilt", + "Share" : "Teilen", + "Error" : "Fehler", + "Error while sharing" : "Fehler beim Teilen", + "Error while unsharing" : "Fehler beim Aufheben der Freigabe", + "Error while changing permissions" : "Fehler bei der Änderung der Rechte", + "Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.", + "Shared with you by {owner}" : "Von {owner} mit Ihnen geteilt.", + "Password protect" : "Passwortschutz", + "Allow Public Upload" : "Öffentliches Hochladen erlauben", + "Email link to person" : "Link per E-Mail verschicken", + "Send" : "Senden", + "Set expiration date" : "Ein Ablaufdatum setzen", + "Expiration date" : "Ablaufdatum", + "group" : "Gruppe", + "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt", + "Shared in {item} with {user}" : "Freigegeben in {item} von {user}", + "Unshare" : "Freigabe aufheben", + "can edit" : "kann bearbeiten", + "access control" : "Zugriffskontrolle", + "create" : "erstellen", + "update" : "aktualisieren", + "delete" : "löschen", + "Password protected" : "Passwortgeschützt", + "Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums", + "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", + "Sending ..." : "Sende ...", + "Email sent" : "Email gesendet", + "Warning" : "Warnung", + "The object type is not specified." : "Der Objekttyp ist nicht angegeben.", + "Delete" : "Löschen", + "Add" : "Hinzufügen", + "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}", + "You will receive a link to reset your password via Email." : "Sie erhalten einen Link per E-Mail, um Ihr Passwort zurückzusetzen.", + "Username" : "Benutzername", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Wenn Sie den Wiederherstellungsschlüssel nicht aktiviert haben, wird es keine Möglichkeit geben, um Ihre Daten wiederzubekommen, nachdem Ihr Passwort zurückgesetzt wurde. Wenn Sie sich nicht sicher sind, was Sie tun sollen, wenden Sie sich bitte an Ihren Administrator, bevor Sie fortfahren. Wollen Sie wirklich fortfahren?", + "Yes, I really want to reset my password now" : "Ja, ich möchte jetzt mein Passwort wirklich zurücksetzen.", + "Reset" : "Zurücksetzen", + "New password" : "Neues Passwort", + "Personal" : "Persönlich", + "Users" : "Benutzer", + "Apps" : "Apps", + "Admin" : "Administrator", + "Help" : "Hilfe", + "Access forbidden" : "Zugriff verboten", + "Security Warning" : "Sicherheitshinweis", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Ihre PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar", + "Please update your PHP installation to use %s securely." : "Bitte aktualisieren Sie Ihre PHP-Installation um %s sicher nutzen zu können.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.", + "For information how to properly configure your server, please see the documentation." : "Für Informationen, wie Sie Ihren Server richtig konfigurieren lesen Sie bitte die Dokumentation.", + "Create an admin account" : "Administrator-Konto anlegen", + "Password" : "Passwort", + "Data folder" : "Datenverzeichnis", + "Configure the database" : "Datenbank einrichten", + "Database user" : "Datenbank-Benutzer", + "Database password" : "Datenbank-Passwort", + "Database name" : "Datenbank-Name", + "Database tablespace" : "Datenbank-Tablespace", + "Database host" : "Datenbank-Host", + "Finish setup" : "Installation abschliessen", + "%s is available. Get more information on how to update." : "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", + "Log out" : "Abmelden", + "remember" : "merken", + "Log in" : "Einloggen", + "Alternative Logins" : "Alternative Logins" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/de_CH.php b/core/l10n/de_CH.php deleted file mode 100644 index 749be51dc3..0000000000 --- a/core/l10n/de_CH.php +++ /dev/null @@ -1,107 +0,0 @@ - "Wartungsmodus eingeschaltet", -"Turned off maintenance mode" => "Wartungsmodus ausgeschaltet", -"Updated database" => "Datenbank aktualisiert", -"Sunday" => "Sonntag", -"Monday" => "Montag", -"Tuesday" => "Dienstag", -"Wednesday" => "Mittwoch", -"Thursday" => "Donnerstag", -"Friday" => "Freitag", -"Saturday" => "Samstag", -"January" => "Januar", -"February" => "Februar", -"March" => "März", -"April" => "April", -"May" => "Mai", -"June" => "Juni", -"July" => "Juli", -"August" => "August", -"September" => "September", -"October" => "Oktober", -"November" => "November", -"December" => "Dezember", -"Settings" => "Einstellungen", -"File" => "Datei", -"Folder" => "Ordner", -"Saving..." => "Speichern...", -"Reset password" => "Passwort zurücksetzen", -"No" => "Nein", -"Yes" => "Ja", -"Choose" => "Auswählen", -"Ok" => "OK", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"New Files" => "Neue Dateien", -"Cancel" => "Abbrechen", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Ihr Web-Server ist noch nicht für eine Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist.", -"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." => "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet das einige Funktionen wie z.B. das Einbinden von externen Speichern, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Fernzugriff auf Dateien und das Senden von Benachrichtigungsmails funktioniert eventuell ebenfalls nicht. Wir empfehlen die Internetverbindung für diesen Server zu aktivieren wenn Sie alle Funktionen nutzen wollen.", -"Shared" => "Geteilt", -"Share" => "Teilen", -"Error" => "Fehler", -"Error while sharing" => "Fehler beim Teilen", -"Error while unsharing" => "Fehler beim Aufheben der Freigabe", -"Error while changing permissions" => "Fehler bei der Änderung der Rechte", -"Shared with you and the group {group} by {owner}" => "Von {owner} mit Ihnen und der Gruppe {group} geteilt.", -"Shared with you by {owner}" => "Von {owner} mit Ihnen geteilt.", -"Password protect" => "Passwortschutz", -"Allow Public Upload" => "Öffentliches Hochladen erlauben", -"Email link to person" => "Link per E-Mail verschicken", -"Send" => "Senden", -"Set expiration date" => "Ein Ablaufdatum setzen", -"Expiration date" => "Ablaufdatum", -"group" => "Gruppe", -"Resharing is not allowed" => "Das Weiterverteilen ist nicht erlaubt", -"Shared in {item} with {user}" => "Freigegeben in {item} von {user}", -"Unshare" => "Freigabe aufheben", -"can edit" => "kann bearbeiten", -"access control" => "Zugriffskontrolle", -"create" => "erstellen", -"update" => "aktualisieren", -"delete" => "löschen", -"Password protected" => "Passwortgeschützt", -"Error unsetting expiration date" => "Fehler beim Entfernen des Ablaufdatums", -"Error setting expiration date" => "Fehler beim Setzen des Ablaufdatums", -"Sending ..." => "Sende ...", -"Email sent" => "Email gesendet", -"Warning" => "Warnung", -"The object type is not specified." => "Der Objekttyp ist nicht angegeben.", -"Delete" => "Löschen", -"Add" => "Hinzufügen", -"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}", -"You will receive a link to reset your password via Email." => "Sie erhalten einen Link per E-Mail, um Ihr Passwort zurückzusetzen.", -"Username" => "Benutzername", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Ihre Dateien sind verschlüsselt. Wenn Sie den Wiederherstellungsschlüssel nicht aktiviert haben, wird es keine Möglichkeit geben, um Ihre Daten wiederzubekommen, nachdem Ihr Passwort zurückgesetzt wurde. Wenn Sie sich nicht sicher sind, was Sie tun sollen, wenden Sie sich bitte an Ihren Administrator, bevor Sie fortfahren. Wollen Sie wirklich fortfahren?", -"Yes, I really want to reset my password now" => "Ja, ich möchte jetzt mein Passwort wirklich zurücksetzen.", -"Reset" => "Zurücksetzen", -"New password" => "Neues Passwort", -"Personal" => "Persönlich", -"Users" => "Benutzer", -"Apps" => "Apps", -"Admin" => "Administrator", -"Help" => "Hilfe", -"Access forbidden" => "Zugriff verboten", -"Security Warning" => "Sicherheitshinweis", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Ihre PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar", -"Please update your PHP installation to use %s securely." => "Bitte aktualisieren Sie Ihre PHP-Installation um %s sicher nutzen zu können.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.", -"For information how to properly configure your server, please see the documentation." => "Für Informationen, wie Sie Ihren Server richtig konfigurieren lesen Sie bitte die Dokumentation.", -"Create an admin account" => "Administrator-Konto anlegen", -"Password" => "Passwort", -"Data folder" => "Datenverzeichnis", -"Configure the database" => "Datenbank einrichten", -"Database user" => "Datenbank-Benutzer", -"Database password" => "Datenbank-Passwort", -"Database name" => "Datenbank-Name", -"Database tablespace" => "Datenbank-Tablespace", -"Database host" => "Datenbank-Host", -"Finish setup" => "Installation abschliessen", -"%s is available. Get more information on how to update." => "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", -"Log out" => "Abmelden", -"remember" => "merken", -"Log in" => "Einloggen", -"Alternative Logins" => "Alternative Logins" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js new file mode 100644 index 0000000000..7de8818152 --- /dev/null +++ b/core/l10n/de_DE.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "An folgende Benutzer konnte keine E-Mail gesendet werden: %s", + "Turned on maintenance mode" : "Wartungsmodus eingeschaltet ", + "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", + "Updated database" : "Datenbank aktualisiert", + "Checked database schema update" : "Aktualisierung des Datenbankschemas wurde überprüft", + "Checked database schema update for apps" : "Aktualisierung des Datenbankschemas für Apps wurde überprüft", + "Updated \"%s\" to %s" : "»%s« zu %s aktualisiert", + "Disabled incompatible apps: %s" : "Deaktivierte inkompatible Apps: %s", + "No image or file provided" : "Weder Bild noch eine Datei wurden zur Verfügung gestellt", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuchen Sie es nochmal", + "No crop data provided" : "Keine Zuschnittdaten zur Verfügung gestellt", + "Sunday" : "Sonntag", + "Monday" : "Montag", + "Tuesday" : "Dienstag", + "Wednesday" : "Mittwoch", + "Thursday" : "Donnerstag", + "Friday" : "Freitag", + "Saturday" : "Samstag", + "January" : "Januar", + "February" : "Februar", + "March" : "März", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Wenn Sie den Wiederherstellungsschlüssel nicht aktiviert haben, wird es keine Möglichkeit geben, um Ihre Daten wieder zu erhalten, nachdem Ihr Passwort zurückgesetzt wurde.
Wenn Sie sich nicht sicher sind, was Sie tun sollen, wenden Sie sich bitte an Ihren Administrator, bevor Sie fortfahren.
Wollen Sie wirklich fortfahren?", + "I know what I'm doing" : "Ich weiß, was ich mache", + "Reset password" : "Passwort zurücksetzen", + "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.", + "No" : "Nein", + "Yes" : "Ja", + "Choose" : "Auswählen", + "Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} Dateikonflikt","{count} Dateikonflikte"], + "One file conflict" : "Ein Dateikonflikt", + "New Files" : "Neue Dateien", + "Already existing files" : "Die Dateien existieren bereits", + "Which files do you want to keep?" : "Welche Dateien möchten Sie behalten?", + "If you select both versions, the copied file will have a number added to its name." : "Wenn Sie beide Versionen auswählen, erhält die kopierte Datei eine Zahl am Ende des Dateinamens.", + "Cancel" : "Abbrechen", + "Continue" : "Fortsetzen", + "(all selected)" : "(Alle ausgewählt)", + "({count} selected)" : "({count} ausgewählt)", + "Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Passables Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Ihr Internetserver ist noch nicht richtig konfiguriert, um Dateisynchronisation zu erlauben, weil die WebDAV-Schnittstelle vermutlich defekt ist.", + "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." : "Dieser Server hat keine funktionierende Internetverbindung. Dieses bedeutet, dass einige Funktionen wie z.B. das Einbinden von externen Speichern, Aktualisierungsbenachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Fernzugriff auf Dateien und das Versenden von E-Mail-Benachrichtigungen funktionieren eventuell ebenfalls nicht. Wir empfehlen die Internetverbindung für diesen Server zu aktivieren, wenn Sie alle Funktionen benutzen wollen.", + "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", + "Shared" : "Geteilt", + "Shared with {recipients}" : "Geteilt mit {recipients}", + "Share" : "Teilen", + "Error" : "Fehler", + "Error while sharing" : "Fehler beim Teilen", + "Error while unsharing" : "Fehler beim Aufheben der Freigabe", + "Error while changing permissions" : "Fehler bei der Änderung der Rechte", + "Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.", + "Shared with you by {owner}" : "Von {owner} mit Ihnen geteilt.", + "Share with user or group …" : "Mit Benutzer oder Gruppe teilen …", + "Share link" : "Link teilen", + "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens nach {days} Tagen, nach Erstellung, ablaufen", + "Password protect" : "Passwortschutz", + "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link", + "Allow Public Upload" : "Öffentliches Hochladen erlauben", + "Email link to person" : "Link per E-Mail verschicken", + "Send" : "Senden", + "Set expiration date" : "Ein Ablaufdatum setzen", + "Expiration date" : "Ablaufdatum", + "Adding user..." : "Benutzer wird hinzugefügt …", + "group" : "Gruppe", + "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt", + "Shared in {item} with {user}" : "Freigegeben in {item} von {user}", + "Unshare" : "Freigabe aufheben", + "notify by email" : "Per E-Mail informieren", + "can share" : "kann geteilt werden", + "can edit" : "kann bearbeiten", + "access control" : "Zugriffskontrolle", + "create" : "erstellen", + "update" : "aktualisieren", + "delete" : "löschen", + "Password protected" : "Passwortgeschützt", + "Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums", + "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", + "Sending ..." : "Sende ...", + "Email sent" : "Email gesendet", + "Warning" : "Warnung", + "The object type is not specified." : "Der Objekttyp ist nicht angegeben.", + "Enter new" : "Neuen eingeben", + "Delete" : "Löschen", + "Add" : "Hinzufügen", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Sie werden nun zu ownCloud weitergeleitet.", + "Couldn't reset password because the token is invalid" : "Aufgrund eines ungültigen Tokens kann das Passwort nicht zurück gesetzt werden", + "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Die E-Mail, zum Zurücksetzen, kann Aufgrund einer nicht vorhandenen E-Mail-Adresse, für diesen Benutzernamen, nicht versendet werden. Bitte kontaktieren Sie Ihren Administrator.", + "%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}", + "You will receive a link to reset your password via Email." : "Sie erhalten einen Link per E-Mail, um Ihr Passwort zurückzusetzen.", + "Username" : "Benutzername", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Wenn Sie den Wiederherstellungsschlüssel nicht aktiviert haben, wird es keine Möglichkeit geben, um Ihre Daten wiederzubekommen, nachdem Ihr Passwort zurückgesetzt wurde. Wenn Sie sich nicht sicher sind, was Sie tun sollen, wenden Sie sich bitte an Ihren Administrator, bevor Sie fortfahren. Wollen Sie wirklich fortfahren?", + "Yes, I really want to reset my password now" : "Ja, ich möchte jetzt mein Passwort wirklich zurücksetzen.", + "Reset" : "Zurücksetzen", + "New password" : "Neues Passwort", + "New Password" : "Neues Passwort", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OSX wird nicht unterstützt und %s wird auf dieser Platform nicht richtig funktionieren. Benutzung auf eigenes Risiko!", + "For the best results, please consider using a GNU/Linux server instead." : "Für die besten Resultate sollte stattdessen ein GNU/Linux Server verwendet werden.", + "Personal" : "Persönlich", + "Users" : "Benutzer", + "Apps" : "Apps", + "Admin" : "Administrator", + "Help" : "Hilfe", + "Error loading tags" : "Fehler beim Laden der Schlagwörter", + "Tag already exists" : "Schlagwort ist bereits vorhanden", + "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", + "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", + "Error untagging" : "Fehler beim Entfernen der Schlagwörter", + "Error favoriting" : "Fehler beim Hinzufügen zu den Favoriten", + "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", + "Access forbidden" : "Zugriff verboten", + "File not found" : "Datei nicht gefunden", + "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", + "You can click here to return to %s." : "Sie können zur Rückkehr zu %s hier klicken.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hallo,\n\n%s hat %s mit Ihnen geteilt.\nAnsehen: %s\n\n", + "The share will expire on %s." : "Die Freigabe wird am %s ablaufen.", + "Cheers!" : "Noch einen schönen Tag!", + "Internal Server Error" : "Interner Server-Fehler", + "The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wenden Sie sich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt, geben Sie bitte die, unten stehenden, technischen Details in Ihrem Bericht mit an.", + "More details can be found in the server log." : "Weitere Details können im Serverprotokoll gefunden werden.", + "Technical details" : "Technische Details", + "Remote Address: %s" : "Entfernte Adresse: %s", + "Request ID: %s" : "Anforderungskennung: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Nachricht: %s", + "File: %s" : "Datei: %s", + "Line: %s" : "Zeile: %s", + "Trace" : "Spur", + "Security Warning" : "Sicherheitshinweis", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Ihre PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar", + "Please update your PHP installation to use %s securely." : "Bitte aktualisieren Sie Ihre PHP-Installation um %s sicher nutzen zu können.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.", + "For information how to properly configure your server, please see the documentation." : "Bitte lesen Sie die Dokumentation, um zu erfahren, wie Sie Ihren Server richtig konfigurieren können.", + "Create an admin account" : "Administrator-Konto anlegen", + "Password" : "Passwort", + "Storage & database" : "Speicher & Datenbank", + "Data folder" : "Datenverzeichnis", + "Configure the database" : "Datenbank einrichten", + "Only %s is available." : "Es sind nur %s verfügbar.", + "Database user" : "Datenbank-Benutzer", + "Database password" : "Datenbank-Passwort", + "Database name" : "Datenbank-Name", + "Database tablespace" : "Datenbank-Tablespace", + "Database host" : "Datenbank-Host", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite wird als Datenbank benutzt. Für größere Installationen wird empfohlen, dieses zu ändern.", + "Finish setup" : "Installation abschließen", + "Finishing …" : "Abschließen ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Diese Anwendung benötigt ein aktiviertes JavaScript, um richtig zu funktionieren. Bitte aktivieren Sie JavaScript und laden Sie diese Seite neu.", + "%s is available. Get more information on how to update." : "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", + "Log out" : "Abmelden", + "Server side authentication failed!" : "Die Legitimierung auf dem Server ist fehlgeschlagen!", + "Please contact your administrator." : "Bitte kontaktieren Sie Ihren Administrator.", + "Forgot your password? Reset it!" : "Passwort vergessen? Zurückstellen!", + "remember" : "merken", + "Log in" : "Einloggen", + "Alternative Logins" : "Alternative Logins", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo,

wir möchten Sie wissen lassen, dass %s %s mit Ihnen geteilt hat.
Ansehen

", + "This ownCloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", + "This means only administrators can use the instance." : "Das bedeutet, dass diese Instanz nur von Administratoren benutzt werden kann.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", + "Thank you for your patience." : "Vielen Dank für Ihre Geduld.", + "You are accessing the server from an untrusted domain." : "Sie greifen von einer nicht vertrauenswürdigen Domain auf den Server zu.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktieren Sie Ihren Administrator. Wenn Sie aktuell Administrator dieser Instanz sind, konfigurieren Sie bitte die »trusted_domain«-Einstellung in config/config.php. Eine Beispielkonfiguration wird unter config/config.sample.php bereit bereitgestellt.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Abhängig von Ihrer Konfiguration, können Sie als Administrator dieser Domain vertrauen, indem Sie den unteren Knopf benutzen.", + "Add \"%s\" as trusted domain" : "»%s« als vertrauenswürdige Domain hinzufügen", + "%s will be updated to version %s." : "%s wird auf Version %s aktualisiert.", + "The following apps will be disabled:" : "Die folgenden Apps werden deaktiviert:", + "The theme %s has been disabled." : "Das Thema %s wurde deaktiviert.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stellen Sie vor dem Fortsetzen bitte sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.", + "Start update" : "Aktualisierung starten", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen, bei größeren Installationen, können Sie stattdessen den folgenden Befehl, in Ihrem Installationsverzeichnis, ausführen:", + "This %s instance is currently being updated, which may take a while." : "Diese %s - Instanz wird gerade aktualisiert, was eine Weile dauert.", + "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisert sich automatisch, wenn die %s - Instanz wieder verfügbar ist." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json new file mode 100644 index 0000000000..db643f834f --- /dev/null +++ b/core/l10n/de_DE.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "An folgende Benutzer konnte keine E-Mail gesendet werden: %s", + "Turned on maintenance mode" : "Wartungsmodus eingeschaltet ", + "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", + "Updated database" : "Datenbank aktualisiert", + "Checked database schema update" : "Aktualisierung des Datenbankschemas wurde überprüft", + "Checked database schema update for apps" : "Aktualisierung des Datenbankschemas für Apps wurde überprüft", + "Updated \"%s\" to %s" : "»%s« zu %s aktualisiert", + "Disabled incompatible apps: %s" : "Deaktivierte inkompatible Apps: %s", + "No image or file provided" : "Weder Bild noch eine Datei wurden zur Verfügung gestellt", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuchen Sie es nochmal", + "No crop data provided" : "Keine Zuschnittdaten zur Verfügung gestellt", + "Sunday" : "Sonntag", + "Monday" : "Montag", + "Tuesday" : "Dienstag", + "Wednesday" : "Mittwoch", + "Thursday" : "Donnerstag", + "Friday" : "Freitag", + "Saturday" : "Samstag", + "January" : "Januar", + "February" : "Februar", + "March" : "März", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Wenn Sie den Wiederherstellungsschlüssel nicht aktiviert haben, wird es keine Möglichkeit geben, um Ihre Daten wieder zu erhalten, nachdem Ihr Passwort zurückgesetzt wurde.
Wenn Sie sich nicht sicher sind, was Sie tun sollen, wenden Sie sich bitte an Ihren Administrator, bevor Sie fortfahren.
Wollen Sie wirklich fortfahren?", + "I know what I'm doing" : "Ich weiß, was ich mache", + "Reset password" : "Passwort zurücksetzen", + "Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.", + "No" : "Nein", + "Yes" : "Ja", + "Choose" : "Auswählen", + "Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} Dateikonflikt","{count} Dateikonflikte"], + "One file conflict" : "Ein Dateikonflikt", + "New Files" : "Neue Dateien", + "Already existing files" : "Die Dateien existieren bereits", + "Which files do you want to keep?" : "Welche Dateien möchten Sie behalten?", + "If you select both versions, the copied file will have a number added to its name." : "Wenn Sie beide Versionen auswählen, erhält die kopierte Datei eine Zahl am Ende des Dateinamens.", + "Cancel" : "Abbrechen", + "Continue" : "Fortsetzen", + "(all selected)" : "(Alle ausgewählt)", + "({count} selected)" : "({count} ausgewählt)", + "Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Passables Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Ihr Internetserver ist noch nicht richtig konfiguriert, um Dateisynchronisation zu erlauben, weil die WebDAV-Schnittstelle vermutlich defekt ist.", + "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." : "Dieser Server hat keine funktionierende Internetverbindung. Dieses bedeutet, dass einige Funktionen wie z.B. das Einbinden von externen Speichern, Aktualisierungsbenachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Fernzugriff auf Dateien und das Versenden von E-Mail-Benachrichtigungen funktionieren eventuell ebenfalls nicht. Wir empfehlen die Internetverbindung für diesen Server zu aktivieren, wenn Sie alle Funktionen benutzen wollen.", + "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", + "Shared" : "Geteilt", + "Shared with {recipients}" : "Geteilt mit {recipients}", + "Share" : "Teilen", + "Error" : "Fehler", + "Error while sharing" : "Fehler beim Teilen", + "Error while unsharing" : "Fehler beim Aufheben der Freigabe", + "Error while changing permissions" : "Fehler bei der Änderung der Rechte", + "Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.", + "Shared with you by {owner}" : "Von {owner} mit Ihnen geteilt.", + "Share with user or group …" : "Mit Benutzer oder Gruppe teilen …", + "Share link" : "Link teilen", + "The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens nach {days} Tagen, nach Erstellung, ablaufen", + "Password protect" : "Passwortschutz", + "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link", + "Allow Public Upload" : "Öffentliches Hochladen erlauben", + "Email link to person" : "Link per E-Mail verschicken", + "Send" : "Senden", + "Set expiration date" : "Ein Ablaufdatum setzen", + "Expiration date" : "Ablaufdatum", + "Adding user..." : "Benutzer wird hinzugefügt …", + "group" : "Gruppe", + "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt", + "Shared in {item} with {user}" : "Freigegeben in {item} von {user}", + "Unshare" : "Freigabe aufheben", + "notify by email" : "Per E-Mail informieren", + "can share" : "kann geteilt werden", + "can edit" : "kann bearbeiten", + "access control" : "Zugriffskontrolle", + "create" : "erstellen", + "update" : "aktualisieren", + "delete" : "löschen", + "Password protected" : "Passwortgeschützt", + "Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums", + "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", + "Sending ..." : "Sende ...", + "Email sent" : "Email gesendet", + "Warning" : "Warnung", + "The object type is not specified." : "Der Objekttyp ist nicht angegeben.", + "Enter new" : "Neuen eingeben", + "Delete" : "Löschen", + "Add" : "Hinzufügen", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Sie werden nun zu ownCloud weitergeleitet.", + "Couldn't reset password because the token is invalid" : "Aufgrund eines ungültigen Tokens kann das Passwort nicht zurück gesetzt werden", + "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Die E-Mail, zum Zurücksetzen, kann Aufgrund einer nicht vorhandenen E-Mail-Adresse, für diesen Benutzernamen, nicht versendet werden. Bitte kontaktieren Sie Ihren Administrator.", + "%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}", + "You will receive a link to reset your password via Email." : "Sie erhalten einen Link per E-Mail, um Ihr Passwort zurückzusetzen.", + "Username" : "Benutzername", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Wenn Sie den Wiederherstellungsschlüssel nicht aktiviert haben, wird es keine Möglichkeit geben, um Ihre Daten wiederzubekommen, nachdem Ihr Passwort zurückgesetzt wurde. Wenn Sie sich nicht sicher sind, was Sie tun sollen, wenden Sie sich bitte an Ihren Administrator, bevor Sie fortfahren. Wollen Sie wirklich fortfahren?", + "Yes, I really want to reset my password now" : "Ja, ich möchte jetzt mein Passwort wirklich zurücksetzen.", + "Reset" : "Zurücksetzen", + "New password" : "Neues Passwort", + "New Password" : "Neues Passwort", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OSX wird nicht unterstützt und %s wird auf dieser Platform nicht richtig funktionieren. Benutzung auf eigenes Risiko!", + "For the best results, please consider using a GNU/Linux server instead." : "Für die besten Resultate sollte stattdessen ein GNU/Linux Server verwendet werden.", + "Personal" : "Persönlich", + "Users" : "Benutzer", + "Apps" : "Apps", + "Admin" : "Administrator", + "Help" : "Hilfe", + "Error loading tags" : "Fehler beim Laden der Schlagwörter", + "Tag already exists" : "Schlagwort ist bereits vorhanden", + "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", + "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", + "Error untagging" : "Fehler beim Entfernen der Schlagwörter", + "Error favoriting" : "Fehler beim Hinzufügen zu den Favoriten", + "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", + "Access forbidden" : "Zugriff verboten", + "File not found" : "Datei nicht gefunden", + "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", + "You can click here to return to %s." : "Sie können zur Rückkehr zu %s hier klicken.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hallo,\n\n%s hat %s mit Ihnen geteilt.\nAnsehen: %s\n\n", + "The share will expire on %s." : "Die Freigabe wird am %s ablaufen.", + "Cheers!" : "Noch einen schönen Tag!", + "Internal Server Error" : "Interner Server-Fehler", + "The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wenden Sie sich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt, geben Sie bitte die, unten stehenden, technischen Details in Ihrem Bericht mit an.", + "More details can be found in the server log." : "Weitere Details können im Serverprotokoll gefunden werden.", + "Technical details" : "Technische Details", + "Remote Address: %s" : "Entfernte Adresse: %s", + "Request ID: %s" : "Anforderungskennung: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Nachricht: %s", + "File: %s" : "Datei: %s", + "Line: %s" : "Zeile: %s", + "Trace" : "Spur", + "Security Warning" : "Sicherheitshinweis", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Ihre PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar", + "Please update your PHP installation to use %s securely." : "Bitte aktualisieren Sie Ihre PHP-Installation um %s sicher nutzen zu können.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.", + "For information how to properly configure your server, please see the documentation." : "Bitte lesen Sie die Dokumentation, um zu erfahren, wie Sie Ihren Server richtig konfigurieren können.", + "Create an admin account" : "Administrator-Konto anlegen", + "Password" : "Passwort", + "Storage & database" : "Speicher & Datenbank", + "Data folder" : "Datenverzeichnis", + "Configure the database" : "Datenbank einrichten", + "Only %s is available." : "Es sind nur %s verfügbar.", + "Database user" : "Datenbank-Benutzer", + "Database password" : "Datenbank-Passwort", + "Database name" : "Datenbank-Name", + "Database tablespace" : "Datenbank-Tablespace", + "Database host" : "Datenbank-Host", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite wird als Datenbank benutzt. Für größere Installationen wird empfohlen, dieses zu ändern.", + "Finish setup" : "Installation abschließen", + "Finishing …" : "Abschließen ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Diese Anwendung benötigt ein aktiviertes JavaScript, um richtig zu funktionieren. Bitte aktivieren Sie JavaScript und laden Sie diese Seite neu.", + "%s is available. Get more information on how to update." : "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", + "Log out" : "Abmelden", + "Server side authentication failed!" : "Die Legitimierung auf dem Server ist fehlgeschlagen!", + "Please contact your administrator." : "Bitte kontaktieren Sie Ihren Administrator.", + "Forgot your password? Reset it!" : "Passwort vergessen? Zurückstellen!", + "remember" : "merken", + "Log in" : "Einloggen", + "Alternative Logins" : "Alternative Logins", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo,

wir möchten Sie wissen lassen, dass %s %s mit Ihnen geteilt hat.
Ansehen

", + "This ownCloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", + "This means only administrators can use the instance." : "Das bedeutet, dass diese Instanz nur von Administratoren benutzt werden kann.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", + "Thank you for your patience." : "Vielen Dank für Ihre Geduld.", + "You are accessing the server from an untrusted domain." : "Sie greifen von einer nicht vertrauenswürdigen Domain auf den Server zu.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktieren Sie Ihren Administrator. Wenn Sie aktuell Administrator dieser Instanz sind, konfigurieren Sie bitte die »trusted_domain«-Einstellung in config/config.php. Eine Beispielkonfiguration wird unter config/config.sample.php bereit bereitgestellt.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Abhängig von Ihrer Konfiguration, können Sie als Administrator dieser Domain vertrauen, indem Sie den unteren Knopf benutzen.", + "Add \"%s\" as trusted domain" : "»%s« als vertrauenswürdige Domain hinzufügen", + "%s will be updated to version %s." : "%s wird auf Version %s aktualisiert.", + "The following apps will be disabled:" : "Die folgenden Apps werden deaktiviert:", + "The theme %s has been disabled." : "Das Thema %s wurde deaktiviert.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stellen Sie vor dem Fortsetzen bitte sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.", + "Start update" : "Aktualisierung starten", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen, bei größeren Installationen, können Sie stattdessen den folgenden Befehl, in Ihrem Installationsverzeichnis, ausführen:", + "This %s instance is currently being updated, which may take a while." : "Diese %s - Instanz wird gerade aktualisiert, was eine Weile dauert.", + "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisert sich automatisch, wenn die %s - Instanz wieder verfügbar ist." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php deleted file mode 100644 index f50b3d6b07..0000000000 --- a/core/l10n/de_DE.php +++ /dev/null @@ -1,211 +0,0 @@ - "An folgende Benutzer konnte keine E-Mail gesendet werden: %s", -"Turned on maintenance mode" => "Wartungsmodus eingeschaltet ", -"Turned off maintenance mode" => "Wartungsmodus ausgeschaltet", -"Updated database" => "Datenbank aktualisiert", -"Checked database schema update" => "Aktualisierung des Datenbankschemas wurde überprüft", -"Checked database schema update for apps" => "Aktualisierung des Datenbankschemas für Apps wurde überprüft", -"Updated \"%s\" to %s" => "»%s« zu %s aktualisiert", -"Disabled incompatible apps: %s" => "Deaktivierte inkompatible Apps: %s", -"No image or file provided" => "Weder Bild noch eine Datei wurden zur Verfügung gestellt", -"Unknown filetype" => "Unbekannter Dateityp", -"Invalid image" => "Ungültiges Bild", -"No temporary profile picture available, try again" => "Kein temporäres Profilbild verfügbar, bitte versuchen Sie es nochmal", -"No crop data provided" => "Keine Zuschnittdaten zur Verfügung gestellt", -"Sunday" => "Sonntag", -"Monday" => "Montag", -"Tuesday" => "Dienstag", -"Wednesday" => "Mittwoch", -"Thursday" => "Donnerstag", -"Friday" => "Freitag", -"Saturday" => "Samstag", -"January" => "Januar", -"February" => "Februar", -"March" => "März", -"April" => "April", -"May" => "Mai", -"June" => "Juni", -"July" => "Juli", -"August" => "August", -"September" => "September", -"October" => "Oktober", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Ihre Dateien sind verschlüsselt. Wenn Sie den Wiederherstellungsschlüssel nicht aktiviert haben, wird es keine Möglichkeit geben, um Ihre Daten wieder zu erhalten, nachdem Ihr Passwort zurückgesetzt wurde.
Wenn Sie sich nicht sicher sind, was Sie tun sollen, wenden Sie sich bitte an Ihren Administrator, bevor Sie fortfahren.
Wollen Sie wirklich fortfahren?", -"I know what I'm doing" => "Ich weiß, was ich mache", -"Reset password" => "Passwort zurücksetzen", -"Password can not be changed. Please contact your administrator." => "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.", -"No" => "Nein", -"Yes" => "Ja", -"Choose" => "Auswählen", -"Error loading file picker template: {error}" => "Fehler beim Laden der Dateiauswahlvorlage: {error}", -"Ok" => "OK", -"Error loading message template: {error}" => "Fehler beim Laden der Nachrichtenvorlage: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} Dateikonflikt","{count} Dateikonflikte"), -"One file conflict" => "Ein Dateikonflikt", -"New Files" => "Neue Dateien", -"Already existing files" => "Die Dateien existieren bereits", -"Which files do you want to keep?" => "Welche Dateien möchten Sie behalten?", -"If you select both versions, the copied file will have a number added to its name." => "Wenn Sie beide Versionen auswählen, erhält die kopierte Datei eine Zahl am Ende des Dateinamens.", -"Cancel" => "Abbrechen", -"Continue" => "Fortsetzen", -"(all selected)" => "(Alle ausgewählt)", -"({count} selected)" => "({count} ausgewählt)", -"Error loading file exists template" => "Fehler beim Laden der vorhanden Dateivorlage", -"Very weak password" => "Sehr schwaches Passwort", -"Weak password" => "Schwaches Passwort", -"So-so password" => "Passables Passwort", -"Good password" => "Gutes Passwort", -"Strong password" => "Starkes Passwort", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Ihr Internetserver ist noch nicht richtig konfiguriert, um Dateisynchronisation zu erlauben, weil die WebDAV-Schnittstelle vermutlich defekt ist.", -"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." => "Dieser Server hat keine funktionierende Internetverbindung. Dieses bedeutet, dass einige Funktionen wie z.B. das Einbinden von externen Speichern, Aktualisierungsbenachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Fernzugriff auf Dateien und das Versenden von E-Mail-Benachrichtigungen funktionieren eventuell ebenfalls nicht. Wir empfehlen die Internetverbindung für diesen Server zu aktivieren, wenn Sie alle Funktionen benutzen wollen.", -"Error occurred while checking server setup" => "Fehler beim Überprüfen der Servereinrichtung", -"Shared" => "Geteilt", -"Shared with {recipients}" => "Geteilt mit {recipients}", -"Share" => "Teilen", -"Error" => "Fehler", -"Error while sharing" => "Fehler beim Teilen", -"Error while unsharing" => "Fehler beim Aufheben der Freigabe", -"Error while changing permissions" => "Fehler bei der Änderung der Rechte", -"Shared with you and the group {group} by {owner}" => "Von {owner} mit Ihnen und der Gruppe {group} geteilt.", -"Shared with you by {owner}" => "Von {owner} mit Ihnen geteilt.", -"Share with user or group …" => "Mit Benutzer oder Gruppe teilen …", -"Share link" => "Link teilen", -"The public link will expire no later than {days} days after it is created" => "Der öffentliche Link wird spätestens nach {days} Tagen, nach Erstellung, ablaufen", -"Password protect" => "Passwortschutz", -"Choose a password for the public link" => "Wählen Sie ein Passwort für den öffentlichen Link", -"Allow Public Upload" => "Öffentliches Hochladen erlauben", -"Email link to person" => "Link per E-Mail verschicken", -"Send" => "Senden", -"Set expiration date" => "Ein Ablaufdatum setzen", -"Expiration date" => "Ablaufdatum", -"Adding user..." => "Benutzer wird hinzugefügt …", -"group" => "Gruppe", -"Resharing is not allowed" => "Das Weiterverteilen ist nicht erlaubt", -"Shared in {item} with {user}" => "Freigegeben in {item} von {user}", -"Unshare" => "Freigabe aufheben", -"notify by email" => "Per E-Mail informieren", -"can share" => "kann geteilt werden", -"can edit" => "kann bearbeiten", -"access control" => "Zugriffskontrolle", -"create" => "erstellen", -"update" => "aktualisieren", -"delete" => "löschen", -"Password protected" => "Passwortgeschützt", -"Error unsetting expiration date" => "Fehler beim Entfernen des Ablaufdatums", -"Error setting expiration date" => "Fehler beim Setzen des Ablaufdatums", -"Sending ..." => "Sende ...", -"Email sent" => "Email gesendet", -"Warning" => "Warnung", -"The object type is not specified." => "Der Objekttyp ist nicht angegeben.", -"Enter new" => "Neuen eingeben", -"Delete" => "Löschen", -"Add" => "Hinzufügen", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "Das Update war erfolgreich. Sie werden nun zu ownCloud weitergeleitet.", -"Couldn't reset password because the token is invalid" => "Aufgrund eines ungültigen Tokens kann das Passwort nicht zurück gesetzt werden", -"Couldn't send reset email. Please make sure your username is correct." => "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Die E-Mail, zum Zurücksetzen, kann Aufgrund einer nicht vorhandenen E-Mail-Adresse, für diesen Benutzernamen, nicht versendet werden. Bitte kontaktieren Sie Ihren Administrator.", -"%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}", -"You will receive a link to reset your password via Email." => "Sie erhalten einen Link per E-Mail, um Ihr Passwort zurückzusetzen.", -"Username" => "Benutzername", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Ihre Dateien sind verschlüsselt. Wenn Sie den Wiederherstellungsschlüssel nicht aktiviert haben, wird es keine Möglichkeit geben, um Ihre Daten wiederzubekommen, nachdem Ihr Passwort zurückgesetzt wurde. Wenn Sie sich nicht sicher sind, was Sie tun sollen, wenden Sie sich bitte an Ihren Administrator, bevor Sie fortfahren. Wollen Sie wirklich fortfahren?", -"Yes, I really want to reset my password now" => "Ja, ich möchte jetzt mein Passwort wirklich zurücksetzen.", -"Reset" => "Zurücksetzen", -"New password" => "Neues Passwort", -"New Password" => "Neues Passwort", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OSX wird nicht unterstützt und %s wird auf dieser Platform nicht richtig funktionieren. Benutzung auf eigenes Risiko!", -"For the best results, please consider using a GNU/Linux server instead." => "Für die besten Resultate sollte stattdessen ein GNU/Linux Server verwendet werden.", -"Personal" => "Persönlich", -"Users" => "Benutzer", -"Apps" => "Apps", -"Admin" => "Administrator", -"Help" => "Hilfe", -"Error loading tags" => "Fehler beim Laden der Schlagwörter", -"Tag already exists" => "Schlagwort ist bereits vorhanden", -"Error deleting tag(s)" => "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", -"Error tagging" => "Fehler beim Hinzufügen der Schlagwörter", -"Error untagging" => "Fehler beim Entfernen der Schlagwörter", -"Error favoriting" => "Fehler beim Hinzufügen zu den Favoriten", -"Error unfavoriting" => "Fehler beim Entfernen aus den Favoriten", -"Access forbidden" => "Zugriff verboten", -"File not found" => "Datei nicht gefunden", -"The specified document has not been found on the server." => "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", -"You can click here to return to %s." => "Sie können zur Rückkehr zu %s hier klicken.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\n%s hat %s mit Ihnen geteilt.\nAnsehen: %s\n\n", -"The share will expire on %s." => "Die Freigabe wird am %s ablaufen.", -"Cheers!" => "Noch einen schönen Tag!", -"Internal Server Error" => "Interner Server-Fehler", -"The server encountered an internal error and was unable to complete your request." => "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Bitte wenden Sie sich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt, geben Sie bitte die, unten stehenden, technischen Details in Ihrem Bericht mit an.", -"More details can be found in the server log." => "Weitere Details können im Serverprotokoll gefunden werden.", -"Technical details" => "Technische Details", -"Remote Address: %s" => "Entfernte Adresse: %s", -"Request ID: %s" => "Anforderungskennung: %s", -"Code: %s" => "Code: %s", -"Message: %s" => "Nachricht: %s", -"File: %s" => "Datei: %s", -"Line: %s" => "Zeile: %s", -"Trace" => "Spur", -"Security Warning" => "Sicherheitshinweis", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Ihre PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar", -"Please update your PHP installation to use %s securely." => "Bitte aktualisieren Sie Ihre PHP-Installation um %s sicher nutzen zu können.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.", -"For information how to properly configure your server, please see the documentation." => "Bitte lesen Sie die Dokumentation, um zu erfahren, wie Sie Ihren Server richtig konfigurieren können.", -"Create an admin account" => "Administrator-Konto anlegen", -"Password" => "Passwort", -"Storage & database" => "Speicher & Datenbank", -"Data folder" => "Datenverzeichnis", -"Configure the database" => "Datenbank einrichten", -"Only %s is available." => "Es sind nur %s verfügbar.", -"Database user" => "Datenbank-Benutzer", -"Database password" => "Datenbank-Passwort", -"Database name" => "Datenbank-Name", -"Database tablespace" => "Datenbank-Tablespace", -"Database host" => "Datenbank-Host", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite wird als Datenbank benutzt. Für größere Installationen wird empfohlen, dieses zu ändern.", -"Finish setup" => "Installation abschließen", -"Finishing …" => "Abschließen ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Diese Anwendung benötigt ein aktiviertes JavaScript, um richtig zu funktionieren. Bitte aktivieren Sie JavaScript und laden Sie diese Seite neu.", -"%s is available. Get more information on how to update." => "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", -"Log out" => "Abmelden", -"Server side authentication failed!" => "Die Legitimierung auf dem Server ist fehlgeschlagen!", -"Please contact your administrator." => "Bitte kontaktieren Sie Ihren Administrator.", -"Forgot your password? Reset it!" => "Passwort vergessen? Zurückstellen!", -"remember" => "merken", -"Log in" => "Einloggen", -"Alternative Logins" => "Alternative Logins", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hallo,

wir möchten Sie wissen lassen, dass %s %s mit Ihnen geteilt hat.
Ansehen

", -"This ownCloud instance is currently in single user mode." => "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.", -"This means only administrators can use the instance." => "Das bedeutet, dass diese Instanz nur von Administratoren benutzt werden kann.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", -"Thank you for your patience." => "Vielen Dank für Ihre Geduld.", -"You are accessing the server from an untrusted domain." => "Sie greifen von einer nicht vertrauenswürdigen Domain auf den Server zu.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Bitte kontaktieren Sie Ihren Administrator. Wenn Sie aktuell Administrator dieser Instanz sind, konfigurieren Sie bitte die »trusted_domain«-Einstellung in config/config.php. Eine Beispielkonfiguration wird unter config/config.sample.php bereit bereitgestellt.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Abhängig von Ihrer Konfiguration, können Sie als Administrator dieser Domain vertrauen, indem Sie den unteren Knopf benutzen.", -"Add \"%s\" as trusted domain" => "»%s« als vertrauenswürdige Domain hinzufügen", -"%s will be updated to version %s." => "%s wird auf Version %s aktualisiert.", -"The following apps will be disabled:" => "Die folgenden Apps werden deaktiviert:", -"The theme %s has been disabled." => "Das Thema %s wurde deaktiviert.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Stellen Sie vor dem Fortsetzen bitte sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.", -"Start update" => "Aktualisierung starten", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Zur Vermeidung von Zeitüberschreitungen, bei größeren Installationen, können Sie stattdessen den folgenden Befehl, in Ihrem Installationsverzeichnis, ausführen:", -"This %s instance is currently being updated, which may take a while." => "Diese %s - Instanz wird gerade aktualisiert, was eine Weile dauert.", -"This page will refresh itself when the %s instance is available again." => "Diese Seite aktualisert sich automatisch, wenn die %s - Instanz wieder verfügbar ist." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/el.js b/core/l10n/el.js new file mode 100644 index 0000000000..33bd00826b --- /dev/null +++ b/core/l10n/el.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Αδυναμία αποστολής μηνύματος στους ακόλουθους χρήστες: %s", + "Turned on maintenance mode" : "Η κατάσταση συντήρησης ενεργοποιήθηκε", + "Turned off maintenance mode" : "Η κατάσταση συντήρησης απενεργοποιήθηκε", + "Updated database" : "Ενημερωμένη βάση δεδομένων", + "Checked database schema update" : "Έλεγχος ενημέρωσης σχήματος βάσης δεδομένων", + "Checked database schema update for apps" : "Έλεγχος ενημέρωσης σχήματος βάσης δεδομένων για εφαρμογές", + "Updated \"%s\" to %s" : "Αναβαθμίστηκε \"%s\" σε %s", + "Disabled incompatible apps: %s" : "Απενεργοποιημένες μη συμβατές εφαρμογές: %s", + "No image or file provided" : "Δεν δόθηκε εικόνα ή αρχείο", + "Unknown filetype" : "Άγνωστος τύπος αρχείου", + "Invalid image" : "Μη έγκυρη εικόνα", + "No temporary profile picture available, try again" : "Δεν υπάρχει προσωρινή φωτογραφία προφίλ διαθέσιμη, δοκιμάστε ξανά", + "No crop data provided" : "Δεν δόθηκαν δεδομένα περικοπής", + "Sunday" : "Κυριακή", + "Monday" : "Δευτέρα", + "Tuesday" : "Τρίτη", + "Wednesday" : "Τετάρτη", + "Thursday" : "Πέμπτη", + "Friday" : "Παρασκευή", + "Saturday" : "Σάββατο", + "January" : "Ιανουάριος", + "February" : "Φεβρουάριος", + "March" : "Μάρτιος", + "April" : "Απρίλιος", + "May" : "Μάϊος", + "June" : "Ιούνιος", + "July" : "Ιούλιος", + "August" : "Αύγουστος", + "September" : "Σεπτέμβριος", + "October" : "Οκτώβριος", + "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." : "Ο σύνδεσμος για την επαναφορά του κωδικού πρόσβασής σας απεστάλη στο ηλ. ταχυδρομείο σας. Εάν δεν το παραλάβετε μέσα σε ένα εύλογο χρονικό διάστημα, ελέγξτε το φάκελο ανεπιθύμητων μηνυμάτων σας.
Εάν δεν βρίσκεται εκεί ρωτήστε τον τοπικό διαχειριστή σας.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Τα αρχεία σας είναι κρυπτογραφημένα. Εάν δεν έχετε ενεργοποιήσει το κλειδί επαναφοράς, δεν θα υπάρχει τρόπος να ανακτήσετε τα δεδομένα σας μετά την επαναφορά του κωδικού πρόσβασής σας.
Εάν δεν είστε σίγουροι για το τι θα θέλατε να κάνετε, παρακαλώ επικοινωνήστε με το διαχειριστή σας πριν συνεχίσετε.
Θέλετε στ' αλήθεια να συνεχίσετε;", + "I know what I'm doing" : "Γνωρίζω τι κάνω", + "Reset password" : "Επαναφορά συνθηματικού", + "Password can not be changed. Please contact your administrator." : "Ο κωδικός πρόσβασης δεν μπορεί να αλλάξει. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", + "No" : "Όχι", + "Yes" : "Ναι", + "Choose" : "Επιλέξτε", + "Error loading file picker template: {error}" : "Σφάλμα κατά την φόρτωση προτύπου επιλογέα αρχείων: {σφάλμα}", + "Ok" : "Οκ", + "Error loading message template: {error}" : "Σφάλμα φόρτωσης προτύπου μηνυμάτων: {σφάλμα}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} αρχείο διαφέρει","{count} αρχεία διαφέρουν"], + "One file conflict" : "Ένα αρχείο διαφέρει", + "New Files" : "Νέα Αρχεία", + "Already existing files" : "Ήδη υπάρχοντα αρχεία", + "Which files do you want to keep?" : "Ποια αρχεία θέλετε να κρατήσετε;", + "If you select both versions, the copied file will have a number added to its name." : "Εάν επιλέξετε και τις δυο εκδοχές, ένας αριθμός θα προστεθεί στο αντιγραφόμενο αρχείο.", + "Cancel" : "Άκυρο", + "Continue" : "Συνέχεια", + "(all selected)" : "(όλα τα επιλεγμένα)", + "({count} selected)" : "({count} επιλέχθησαν)", + "Error loading file exists template" : "Σφάλμα κατά την φόρτωση του προτύπου \"αρχείο υπάρχει\"", + "Very weak password" : "Πολύ αδύναμο συνθηματικό", + "Weak password" : "Αδύναμο συνθηματικό", + "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 πιθανόν να είναι κατεστραμμένη.", + "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." : "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Αυτό σημαίνει ότι κάποιες υπηρεσίες όπως η σύνδεση με εξωτερικούς αποθηκευτικούς χώρους, ειδοποιήσεις περί ενημερώσεων ή η εγκατάσταση 3ων εφαρμογών δεν θα είναι διαθέσιμες. Η πρόσβαση απομακρυσμένων αρχείων και η αποστολή ειδοποιήσεων μέσω ηλεκτρονικού ταχυδρομείου μπορεί επίσης να μην είναι διαθέσιμες. Προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για αυτόν το διακομιστή εάν θέλετε να χρησιμοποιήσετε όλες τις υπηρεσίες.", + "Error occurred while checking server setup" : "Παρουσιάστηκε σφάλμα κατά τον έλεγχο της εγκατάστασης με το διακομιστή", + "Shared" : "Κοινόχρηστα", + "Shared with {recipients}" : "Διαμοιράστηκε με {recipients}", + "Share" : "Διαμοιρασμός", + "Error" : "Σφάλμα", + "Error while sharing" : "Σφάλμα κατά τον διαμοιρασμό", + "Error while unsharing" : "Σφάλμα κατά το σταμάτημα του διαμοιρασμού", + "Error while changing permissions" : "Σφάλμα κατά την αλλαγή των δικαιωμάτων", + "Shared with you and the group {group} by {owner}" : "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}", + "Shared with you by {owner}" : "Διαμοιράστηκε με σας από τον {owner}", + "Share with user or group …" : "Διαμοιρασμός με χρήστη ή ομάδα ...", + "Share link" : "Διαμοιρασμός συνδέσμου", + "The public link will expire no later than {days} days after it is created" : "Ο δημόσιος σύνδεσμος θα απενεργοποιηθεί το πολύ {days} ημέρες μετά την δημιουργία του", + "Password protect" : "Προστασία συνθηματικού", + "Choose a password for the public link" : "Επιλέξτε κωδικό για τον δημόσιο σύνδεσμο", + "Allow Public Upload" : "Επιτρέπεται η Δημόσια Αποστολή", + "Email link to person" : "Αποστολή συνδέσμου με email ", + "Send" : "Αποστολή", + "Set expiration date" : "Ορισμός ημ. λήξης", + "Expiration date" : "Ημερομηνία λήξης", + "Adding user..." : "Προσθήκη χρήστη ...", + "group" : "ομάδα", + "Resharing is not allowed" : "Ξαναμοιρασμός δεν επιτρέπεται", + "Shared in {item} with {user}" : "Διαμοιρασμός του {item} με τον {user}", + "Unshare" : "Διακοπή διαμοιρασμού", + "notify by email" : "ειδοποίηση με email", + "can share" : "δυνατότητα διαμοιρασμού", + "can edit" : "δυνατότητα αλλαγής", + "access control" : "έλεγχος πρόσβασης", + "create" : "δημιουργία", + "update" : "ενημέρωση", + "delete" : "διαγραφή", + "Password protected" : "Προστασία με συνθηματικό", + "Error unsetting expiration date" : "Σφάλμα κατά την διαγραφή της ημ. λήξης", + "Error setting expiration date" : "Σφάλμα κατά τον ορισμό ημ. λήξης", + "Sending ..." : "Αποστολή...", + "Email sent" : "Το Email απεστάλη ", + "Warning" : "Προειδοποίηση", + "The object type is not specified." : "Δεν καθορίστηκε ο τύπος του αντικειμένου.", + "Enter new" : "Εισαγωγή νέου", + "Delete" : "Διαγραφή", + "Add" : "Προσθήκη", + "Edit tags" : "Επεξεργασία ετικετών", + "Error loading dialog template: {error}" : "Σφάλμα φόρτωσης προτύπου διαλόγων: {σφάλμα}", + "No tags selected for deletion." : "Καμμία ετικέτα δεν επιλέχθηκε για διαγραφή.", + "Updating {productName} to version {version}, this may take a while." : "Ενημέρωση του {productName} στην έκδοση {version}, αυτό μπορεί να διαρκέσει λίγη ώρα.", + "Please reload the page." : "Παρακαλώ επαναφορτώστε τη σελίδα.", + "The update was unsuccessful." : "Η ενημέρωση δεν ήταν επιτυχής.", + "The update was successful. Redirecting you to ownCloud now." : "Η ενημέρωση ήταν επιτυχής. Μετάβαση στο ownCloud.", + "Couldn't reset password because the token is invalid" : "Αδυναμία επαναφοράς κωδικού πρόσβασης καθώς το τεκμήριο είναι άκυρο", + "Couldn't send reset email. Please make sure your username is correct." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ ελέγξτε ότι το όνομα χρήστη σας είναι ορθό.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς καθώς δεν αντιστοιχεί καμμία διεύθυνση ηλ. ταχυδρομείου σε αυτό το όνομα χρήστη. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", + "%s password reset" : "%s επαναφορά κωδικού πρόσβασης", + "Use the following link to reset your password: {link}" : "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}", + "You will receive a link to reset your password via Email." : "Θα λάβετε ένα σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας μέσω ηλεκτρονικού ταχυδρομείου.", + "Username" : "Όνομα χρήστη", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Τα αρχεία σας είναι κρυπτογραφημένα. Εάν δεν έχετε ενεργοποιήσει το κλειδί ανάκτησης, δεν υπάρχει περίπτωση να έχετε πρόσβαση στα δεδομένα σας μετά την επαναφορά του συνθηματικού. Εάν δεν είστε σίγουροι τι να κάνετε, παρακαλώ επικοινωνήστε με τον διαχειριστή πριν συνεχίσετε. Θέλετε να συνεχίσετε;", + "Yes, I really want to reset my password now" : "Ναι, θέλω να επαναφέρω το συνθηματικό μου τώρα.", + "Reset" : "Επαναφορά", + "New password" : "Νέο συνθηματικό", + "New Password" : "Νέος Κωδικός", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Το Mac OS X δεν υποστηρίζεται και το %s δεν θα λειτουργήσει σωστά σε αυτή την πλατφόρμα. Χρησιμοποιείτε με δική σας ευθύνη!", + "For the best results, please consider using a GNU/Linux server instead." : "Για καλύτερα αποτελέσματα, παρακαλούμε εξετάστε την μετατροπή σε έναν διακομιστή GNU/Linux.", + "Personal" : "Προσωπικά", + "Users" : "Χρήστες", + "Apps" : "Εφαρμογές", + "Admin" : "Διαχείριση", + "Help" : "Βοήθεια", + "Error loading tags" : "Σφάλμα φόρτωσης ετικετών", + "Tag already exists" : "Υπάρχει ήδη η ετικέτα", + "Error deleting tag(s)" : "Σφάλμα διαγραφής ετικέτας(ων)", + "Error tagging" : "Σφάλμα προσθήκης ετικέτας", + "Error untagging" : "Σφάλμα αφαίρεσης ετικέτας", + "Error favoriting" : "Σφάλμα προσθήκης στα αγαπημένα", + "Error unfavoriting" : "Σφάλμα αφαίρεσης από τα αγαπημένα", + "Access forbidden" : "Δεν επιτρέπεται η πρόσβαση", + "File not found" : "Το αρχείο δεν βρέθηκε", + "The specified document has not been found on the server." : "Το συγκεκριμένο έγγραφο δεν έχει βρεθεί στο διακομιστή.", + "You can click here to return to %s." : "Μπορείτε να κάνετε κλικ εδώ για να επιστρέψετε στο %s.", + "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." : "Περισσότερες λεπτομέρειες μπορείτε να βρείτε στο αρχείο καταγραφής του διακομιστή.", + "Technical details" : "Τεχνικές λεπτομέρειες", + "Remote Address: %s" : "Απομακρυσμένη Διεύθυνση: %s", + "Request ID: %s" : "Αίτημα ID: %s", + "Code: %s" : "Κωδικός: %s", + "Message: %s" : "Μήνυμα: %s", + "File: %s" : "Αρχείο: %s", + "Line: %s" : "Γραμμή: %s", + "Trace" : "Ανίχνευση", + "Security Warning" : "Προειδοποίηση Ασφαλείας", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Η PHP ειναι ευαλωτη στην NULL Byte επιθεση (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Παρακαλώ ενημερώστε την εγκατάσταση της PHP ώστε να χρησιμοποιήσετε το %s με ασφάλεια.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανό προσβάσιμα από το internet γιατί δεν δουλεύει το αρχείο .htaccess.", + "For information how to properly configure your server, please see the documentation." : "Για πληροφορίες πως να ρυθμίσετε ορθά τον διακομιστή σας, παρακαλώ δείτε την τεκμηρίωση.", + "Create an admin account" : "Δημιουργήστε έναν λογαριασμό διαχειριστή", + "Password" : "Συνθηματικό", + "Storage & database" : "Αποθήκευση & βάση δεδομένων", + "Data folder" : "Φάκελος δεδομένων", + "Configure the database" : "Ρύθμιση της βάσης δεδομένων", + "Only %s is available." : "Μόνο %s είναι διαθέσιμο.", + "Database user" : "Χρήστης της βάσης δεδομένων", + "Database password" : "Συνθηματικό βάσης δεδομένων", + "Database name" : "Όνομα βάσης δεδομένων", + "Database tablespace" : "Κενά Πινάκων Βάσης Δεδομένων", + "Database host" : "Διακομιστής βάσης δεδομένων", + "SQLite will be used as database. For larger installations we recommend to change this." : "Η SQLIte θα χρησιμοποιηθεί ως βάση δεδομένων. Για μεγαλύτερες εγκαταστάσεις σας συνιστούμε να το αλλάξετε.", + "Finish setup" : "Ολοκλήρωση εγκατάστασης", + "Finishing …" : "Ολοκλήρωση...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Αυτή η εφαρμογή απαιτεί JavaScript για τη σωστή λειτουργία. Παρακαλώ ενεργοποιήστε τη JavaScript και επαναφορτώστε τη σελίδα.", + "%s is available. Get more information on how to update." : "%s είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες στο πώς να αναβαθμίσετε.", + "Log out" : "Αποσύνδεση", + "Server side authentication failed!" : "Η διαδικασία επικύρωσης απέτυχε από την πλευρά του διακομιστή!", + "Please contact your administrator." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή.", + "Forgot your password? Reset it!" : "Ξεχάσατε τον κωδικό πρόσβασής σας; Επαναφέρετέ τον!", + "remember" : "απομνημόνευση", + "Log in" : "Είσοδος", + "Alternative Logins" : "Εναλλακτικές Συνδέσεις", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Γειά χαρά,

απλά σας ενημερώνω πως ο %s μοιράστηκε το%s με εσάς.
Δείτε το!

", + "This ownCloud instance is currently in single user mode." : "Αυτή η εγκατάσταση ownCloud είναι τώρα σε κατάσταση ενός χρήστη.", + "This means only administrators can use the instance." : "Αυτό σημαίνει ότι μόνο διαχειριστές μπορούν να χρησιμοποιήσουν την εγκατάσταση.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα.", + "Thank you for your patience." : "Σας ευχαριστούμε για την υπομονή σας.", + "You are accessing the server from an untrusted domain." : "Η προσπέλαση του διακομιστή γίνεται από μη έμπιστο τομέα.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή συστημάτων σας. Αν είστε διαχειριστής αυτού του στιγμιοτύπο, ρυθμίστε το κλειδί \"trusted_domain\" στο αρχείο config/config.php. Ένα παράδειγμα παρέχεται στο αρχείο config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Ανάλογα με τις ρυθμίσεις σας, σαν διαχειριστής θα μπορούσατε επίσης να χρησιμοποιήσετε το παρακάτω κουμπί για να εμπιστευθείτε αυτή την περιοχή.", + "Add \"%s\" as trusted domain" : "Προσθήκη \"%s\" ως αξιόπιστη περιοχή", + "%s will be updated to version %s." : "Το %s θα ενημερωθεί στην έκδοση %s.", + "The following apps will be disabled:" : "Οι παρακάτω εφαρμογές θα απενεργοποιηθούν:", + "The theme %s has been disabled." : "Το θέμα %s έχει απενεργοποιηθεί.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Παρακαλώ βεβαιωθείτε ότι έχουν ληψθεί αντίγραφα ασφαλείας της βάσης δεδομένων, του φακέλου ρυθμίσεων και του φακέλου δεδομένων πριν προχωρήσετε.", + "Start update" : "Έναρξη ενημέρωσης", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Για να αποφύγετε τη λήξη χρόνου με μεγαλύτερες εγκαταστάσεις, μπορείτε αντί αυτού να τρέξετε την ακόλουθη εντολή από τον κατάλογο αρχείων εφαρμογών:", + "This %s instance is currently being updated, which may take a while." : "Αυτή %s η εγκατάσταση είναι υπό ενημέρωση, η οποία μπορεί να πάρει κάποιο χρόνο.", + "This page will refresh itself when the %s instance is available again." : "Αυτή η σελίδα θα ανανεωθεί από μόνη της όταν η %s εγκατάσταση είναι διαθέσιμη ξανά." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/el.json b/core/l10n/el.json new file mode 100644 index 0000000000..5a35c89dfc --- /dev/null +++ b/core/l10n/el.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Αδυναμία αποστολής μηνύματος στους ακόλουθους χρήστες: %s", + "Turned on maintenance mode" : "Η κατάσταση συντήρησης ενεργοποιήθηκε", + "Turned off maintenance mode" : "Η κατάσταση συντήρησης απενεργοποιήθηκε", + "Updated database" : "Ενημερωμένη βάση δεδομένων", + "Checked database schema update" : "Έλεγχος ενημέρωσης σχήματος βάσης δεδομένων", + "Checked database schema update for apps" : "Έλεγχος ενημέρωσης σχήματος βάσης δεδομένων για εφαρμογές", + "Updated \"%s\" to %s" : "Αναβαθμίστηκε \"%s\" σε %s", + "Disabled incompatible apps: %s" : "Απενεργοποιημένες μη συμβατές εφαρμογές: %s", + "No image or file provided" : "Δεν δόθηκε εικόνα ή αρχείο", + "Unknown filetype" : "Άγνωστος τύπος αρχείου", + "Invalid image" : "Μη έγκυρη εικόνα", + "No temporary profile picture available, try again" : "Δεν υπάρχει προσωρινή φωτογραφία προφίλ διαθέσιμη, δοκιμάστε ξανά", + "No crop data provided" : "Δεν δόθηκαν δεδομένα περικοπής", + "Sunday" : "Κυριακή", + "Monday" : "Δευτέρα", + "Tuesday" : "Τρίτη", + "Wednesday" : "Τετάρτη", + "Thursday" : "Πέμπτη", + "Friday" : "Παρασκευή", + "Saturday" : "Σάββατο", + "January" : "Ιανουάριος", + "February" : "Φεβρουάριος", + "March" : "Μάρτιος", + "April" : "Απρίλιος", + "May" : "Μάϊος", + "June" : "Ιούνιος", + "July" : "Ιούλιος", + "August" : "Αύγουστος", + "September" : "Σεπτέμβριος", + "October" : "Οκτώβριος", + "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." : "Ο σύνδεσμος για την επαναφορά του κωδικού πρόσβασής σας απεστάλη στο ηλ. ταχυδρομείο σας. Εάν δεν το παραλάβετε μέσα σε ένα εύλογο χρονικό διάστημα, ελέγξτε το φάκελο ανεπιθύμητων μηνυμάτων σας.
Εάν δεν βρίσκεται εκεί ρωτήστε τον τοπικό διαχειριστή σας.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Τα αρχεία σας είναι κρυπτογραφημένα. Εάν δεν έχετε ενεργοποιήσει το κλειδί επαναφοράς, δεν θα υπάρχει τρόπος να ανακτήσετε τα δεδομένα σας μετά την επαναφορά του κωδικού πρόσβασής σας.
Εάν δεν είστε σίγουροι για το τι θα θέλατε να κάνετε, παρακαλώ επικοινωνήστε με το διαχειριστή σας πριν συνεχίσετε.
Θέλετε στ' αλήθεια να συνεχίσετε;", + "I know what I'm doing" : "Γνωρίζω τι κάνω", + "Reset password" : "Επαναφορά συνθηματικού", + "Password can not be changed. Please contact your administrator." : "Ο κωδικός πρόσβασης δεν μπορεί να αλλάξει. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", + "No" : "Όχι", + "Yes" : "Ναι", + "Choose" : "Επιλέξτε", + "Error loading file picker template: {error}" : "Σφάλμα κατά την φόρτωση προτύπου επιλογέα αρχείων: {σφάλμα}", + "Ok" : "Οκ", + "Error loading message template: {error}" : "Σφάλμα φόρτωσης προτύπου μηνυμάτων: {σφάλμα}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} αρχείο διαφέρει","{count} αρχεία διαφέρουν"], + "One file conflict" : "Ένα αρχείο διαφέρει", + "New Files" : "Νέα Αρχεία", + "Already existing files" : "Ήδη υπάρχοντα αρχεία", + "Which files do you want to keep?" : "Ποια αρχεία θέλετε να κρατήσετε;", + "If you select both versions, the copied file will have a number added to its name." : "Εάν επιλέξετε και τις δυο εκδοχές, ένας αριθμός θα προστεθεί στο αντιγραφόμενο αρχείο.", + "Cancel" : "Άκυρο", + "Continue" : "Συνέχεια", + "(all selected)" : "(όλα τα επιλεγμένα)", + "({count} selected)" : "({count} επιλέχθησαν)", + "Error loading file exists template" : "Σφάλμα κατά την φόρτωση του προτύπου \"αρχείο υπάρχει\"", + "Very weak password" : "Πολύ αδύναμο συνθηματικό", + "Weak password" : "Αδύναμο συνθηματικό", + "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 πιθανόν να είναι κατεστραμμένη.", + "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." : "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Αυτό σημαίνει ότι κάποιες υπηρεσίες όπως η σύνδεση με εξωτερικούς αποθηκευτικούς χώρους, ειδοποιήσεις περί ενημερώσεων ή η εγκατάσταση 3ων εφαρμογών δεν θα είναι διαθέσιμες. Η πρόσβαση απομακρυσμένων αρχείων και η αποστολή ειδοποιήσεων μέσω ηλεκτρονικού ταχυδρομείου μπορεί επίσης να μην είναι διαθέσιμες. Προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για αυτόν το διακομιστή εάν θέλετε να χρησιμοποιήσετε όλες τις υπηρεσίες.", + "Error occurred while checking server setup" : "Παρουσιάστηκε σφάλμα κατά τον έλεγχο της εγκατάστασης με το διακομιστή", + "Shared" : "Κοινόχρηστα", + "Shared with {recipients}" : "Διαμοιράστηκε με {recipients}", + "Share" : "Διαμοιρασμός", + "Error" : "Σφάλμα", + "Error while sharing" : "Σφάλμα κατά τον διαμοιρασμό", + "Error while unsharing" : "Σφάλμα κατά το σταμάτημα του διαμοιρασμού", + "Error while changing permissions" : "Σφάλμα κατά την αλλαγή των δικαιωμάτων", + "Shared with you and the group {group} by {owner}" : "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}", + "Shared with you by {owner}" : "Διαμοιράστηκε με σας από τον {owner}", + "Share with user or group …" : "Διαμοιρασμός με χρήστη ή ομάδα ...", + "Share link" : "Διαμοιρασμός συνδέσμου", + "The public link will expire no later than {days} days after it is created" : "Ο δημόσιος σύνδεσμος θα απενεργοποιηθεί το πολύ {days} ημέρες μετά την δημιουργία του", + "Password protect" : "Προστασία συνθηματικού", + "Choose a password for the public link" : "Επιλέξτε κωδικό για τον δημόσιο σύνδεσμο", + "Allow Public Upload" : "Επιτρέπεται η Δημόσια Αποστολή", + "Email link to person" : "Αποστολή συνδέσμου με email ", + "Send" : "Αποστολή", + "Set expiration date" : "Ορισμός ημ. λήξης", + "Expiration date" : "Ημερομηνία λήξης", + "Adding user..." : "Προσθήκη χρήστη ...", + "group" : "ομάδα", + "Resharing is not allowed" : "Ξαναμοιρασμός δεν επιτρέπεται", + "Shared in {item} with {user}" : "Διαμοιρασμός του {item} με τον {user}", + "Unshare" : "Διακοπή διαμοιρασμού", + "notify by email" : "ειδοποίηση με email", + "can share" : "δυνατότητα διαμοιρασμού", + "can edit" : "δυνατότητα αλλαγής", + "access control" : "έλεγχος πρόσβασης", + "create" : "δημιουργία", + "update" : "ενημέρωση", + "delete" : "διαγραφή", + "Password protected" : "Προστασία με συνθηματικό", + "Error unsetting expiration date" : "Σφάλμα κατά την διαγραφή της ημ. λήξης", + "Error setting expiration date" : "Σφάλμα κατά τον ορισμό ημ. λήξης", + "Sending ..." : "Αποστολή...", + "Email sent" : "Το Email απεστάλη ", + "Warning" : "Προειδοποίηση", + "The object type is not specified." : "Δεν καθορίστηκε ο τύπος του αντικειμένου.", + "Enter new" : "Εισαγωγή νέου", + "Delete" : "Διαγραφή", + "Add" : "Προσθήκη", + "Edit tags" : "Επεξεργασία ετικετών", + "Error loading dialog template: {error}" : "Σφάλμα φόρτωσης προτύπου διαλόγων: {σφάλμα}", + "No tags selected for deletion." : "Καμμία ετικέτα δεν επιλέχθηκε για διαγραφή.", + "Updating {productName} to version {version}, this may take a while." : "Ενημέρωση του {productName} στην έκδοση {version}, αυτό μπορεί να διαρκέσει λίγη ώρα.", + "Please reload the page." : "Παρακαλώ επαναφορτώστε τη σελίδα.", + "The update was unsuccessful." : "Η ενημέρωση δεν ήταν επιτυχής.", + "The update was successful. Redirecting you to ownCloud now." : "Η ενημέρωση ήταν επιτυχής. Μετάβαση στο ownCloud.", + "Couldn't reset password because the token is invalid" : "Αδυναμία επαναφοράς κωδικού πρόσβασης καθώς το τεκμήριο είναι άκυρο", + "Couldn't send reset email. Please make sure your username is correct." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ ελέγξτε ότι το όνομα χρήστη σας είναι ορθό.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς καθώς δεν αντιστοιχεί καμμία διεύθυνση ηλ. ταχυδρομείου σε αυτό το όνομα χρήστη. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", + "%s password reset" : "%s επαναφορά κωδικού πρόσβασης", + "Use the following link to reset your password: {link}" : "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}", + "You will receive a link to reset your password via Email." : "Θα λάβετε ένα σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας μέσω ηλεκτρονικού ταχυδρομείου.", + "Username" : "Όνομα χρήστη", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Τα αρχεία σας είναι κρυπτογραφημένα. Εάν δεν έχετε ενεργοποιήσει το κλειδί ανάκτησης, δεν υπάρχει περίπτωση να έχετε πρόσβαση στα δεδομένα σας μετά την επαναφορά του συνθηματικού. Εάν δεν είστε σίγουροι τι να κάνετε, παρακαλώ επικοινωνήστε με τον διαχειριστή πριν συνεχίσετε. Θέλετε να συνεχίσετε;", + "Yes, I really want to reset my password now" : "Ναι, θέλω να επαναφέρω το συνθηματικό μου τώρα.", + "Reset" : "Επαναφορά", + "New password" : "Νέο συνθηματικό", + "New Password" : "Νέος Κωδικός", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Το Mac OS X δεν υποστηρίζεται και το %s δεν θα λειτουργήσει σωστά σε αυτή την πλατφόρμα. Χρησιμοποιείτε με δική σας ευθύνη!", + "For the best results, please consider using a GNU/Linux server instead." : "Για καλύτερα αποτελέσματα, παρακαλούμε εξετάστε την μετατροπή σε έναν διακομιστή GNU/Linux.", + "Personal" : "Προσωπικά", + "Users" : "Χρήστες", + "Apps" : "Εφαρμογές", + "Admin" : "Διαχείριση", + "Help" : "Βοήθεια", + "Error loading tags" : "Σφάλμα φόρτωσης ετικετών", + "Tag already exists" : "Υπάρχει ήδη η ετικέτα", + "Error deleting tag(s)" : "Σφάλμα διαγραφής ετικέτας(ων)", + "Error tagging" : "Σφάλμα προσθήκης ετικέτας", + "Error untagging" : "Σφάλμα αφαίρεσης ετικέτας", + "Error favoriting" : "Σφάλμα προσθήκης στα αγαπημένα", + "Error unfavoriting" : "Σφάλμα αφαίρεσης από τα αγαπημένα", + "Access forbidden" : "Δεν επιτρέπεται η πρόσβαση", + "File not found" : "Το αρχείο δεν βρέθηκε", + "The specified document has not been found on the server." : "Το συγκεκριμένο έγγραφο δεν έχει βρεθεί στο διακομιστή.", + "You can click here to return to %s." : "Μπορείτε να κάνετε κλικ εδώ για να επιστρέψετε στο %s.", + "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." : "Περισσότερες λεπτομέρειες μπορείτε να βρείτε στο αρχείο καταγραφής του διακομιστή.", + "Technical details" : "Τεχνικές λεπτομέρειες", + "Remote Address: %s" : "Απομακρυσμένη Διεύθυνση: %s", + "Request ID: %s" : "Αίτημα ID: %s", + "Code: %s" : "Κωδικός: %s", + "Message: %s" : "Μήνυμα: %s", + "File: %s" : "Αρχείο: %s", + "Line: %s" : "Γραμμή: %s", + "Trace" : "Ανίχνευση", + "Security Warning" : "Προειδοποίηση Ασφαλείας", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Η PHP ειναι ευαλωτη στην NULL Byte επιθεση (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Παρακαλώ ενημερώστε την εγκατάσταση της PHP ώστε να χρησιμοποιήσετε το %s με ασφάλεια.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανό προσβάσιμα από το internet γιατί δεν δουλεύει το αρχείο .htaccess.", + "For information how to properly configure your server, please see the documentation." : "Για πληροφορίες πως να ρυθμίσετε ορθά τον διακομιστή σας, παρακαλώ δείτε την τεκμηρίωση.", + "Create an admin account" : "Δημιουργήστε έναν λογαριασμό διαχειριστή", + "Password" : "Συνθηματικό", + "Storage & database" : "Αποθήκευση & βάση δεδομένων", + "Data folder" : "Φάκελος δεδομένων", + "Configure the database" : "Ρύθμιση της βάσης δεδομένων", + "Only %s is available." : "Μόνο %s είναι διαθέσιμο.", + "Database user" : "Χρήστης της βάσης δεδομένων", + "Database password" : "Συνθηματικό βάσης δεδομένων", + "Database name" : "Όνομα βάσης δεδομένων", + "Database tablespace" : "Κενά Πινάκων Βάσης Δεδομένων", + "Database host" : "Διακομιστής βάσης δεδομένων", + "SQLite will be used as database. For larger installations we recommend to change this." : "Η SQLIte θα χρησιμοποιηθεί ως βάση δεδομένων. Για μεγαλύτερες εγκαταστάσεις σας συνιστούμε να το αλλάξετε.", + "Finish setup" : "Ολοκλήρωση εγκατάστασης", + "Finishing …" : "Ολοκλήρωση...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Αυτή η εφαρμογή απαιτεί JavaScript για τη σωστή λειτουργία. Παρακαλώ ενεργοποιήστε τη JavaScript και επαναφορτώστε τη σελίδα.", + "%s is available. Get more information on how to update." : "%s είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες στο πώς να αναβαθμίσετε.", + "Log out" : "Αποσύνδεση", + "Server side authentication failed!" : "Η διαδικασία επικύρωσης απέτυχε από την πλευρά του διακομιστή!", + "Please contact your administrator." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή.", + "Forgot your password? Reset it!" : "Ξεχάσατε τον κωδικό πρόσβασής σας; Επαναφέρετέ τον!", + "remember" : "απομνημόνευση", + "Log in" : "Είσοδος", + "Alternative Logins" : "Εναλλακτικές Συνδέσεις", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Γειά χαρά,

απλά σας ενημερώνω πως ο %s μοιράστηκε το%s με εσάς.
Δείτε το!

", + "This ownCloud instance is currently in single user mode." : "Αυτή η εγκατάσταση ownCloud είναι τώρα σε κατάσταση ενός χρήστη.", + "This means only administrators can use the instance." : "Αυτό σημαίνει ότι μόνο διαχειριστές μπορούν να χρησιμοποιήσουν την εγκατάσταση.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα.", + "Thank you for your patience." : "Σας ευχαριστούμε για την υπομονή σας.", + "You are accessing the server from an untrusted domain." : "Η προσπέλαση του διακομιστή γίνεται από μη έμπιστο τομέα.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή συστημάτων σας. Αν είστε διαχειριστής αυτού του στιγμιοτύπο, ρυθμίστε το κλειδί \"trusted_domain\" στο αρχείο config/config.php. Ένα παράδειγμα παρέχεται στο αρχείο config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Ανάλογα με τις ρυθμίσεις σας, σαν διαχειριστής θα μπορούσατε επίσης να χρησιμοποιήσετε το παρακάτω κουμπί για να εμπιστευθείτε αυτή την περιοχή.", + "Add \"%s\" as trusted domain" : "Προσθήκη \"%s\" ως αξιόπιστη περιοχή", + "%s will be updated to version %s." : "Το %s θα ενημερωθεί στην έκδοση %s.", + "The following apps will be disabled:" : "Οι παρακάτω εφαρμογές θα απενεργοποιηθούν:", + "The theme %s has been disabled." : "Το θέμα %s έχει απενεργοποιηθεί.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Παρακαλώ βεβαιωθείτε ότι έχουν ληψθεί αντίγραφα ασφαλείας της βάσης δεδομένων, του φακέλου ρυθμίσεων και του φακέλου δεδομένων πριν προχωρήσετε.", + "Start update" : "Έναρξη ενημέρωσης", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Για να αποφύγετε τη λήξη χρόνου με μεγαλύτερες εγκαταστάσεις, μπορείτε αντί αυτού να τρέξετε την ακόλουθη εντολή από τον κατάλογο αρχείων εφαρμογών:", + "This %s instance is currently being updated, which may take a while." : "Αυτή %s η εγκατάσταση είναι υπό ενημέρωση, η οποία μπορεί να πάρει κάποιο χρόνο.", + "This page will refresh itself when the %s instance is available again." : "Αυτή η σελίδα θα ανανεωθεί από μόνη της όταν η %s εγκατάσταση είναι διαθέσιμη ξανά." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/el.php b/core/l10n/el.php deleted file mode 100644 index c48ac9a490..0000000000 --- a/core/l10n/el.php +++ /dev/null @@ -1,211 +0,0 @@ - "Αδυναμία αποστολής μηνύματος στους ακόλουθους χρήστες: %s", -"Turned on maintenance mode" => "Η κατάσταση συντήρησης ενεργοποιήθηκε", -"Turned off maintenance mode" => "Η κατάσταση συντήρησης απενεργοποιήθηκε", -"Updated database" => "Ενημερωμένη βάση δεδομένων", -"Checked database schema update" => "Έλεγχος ενημέρωσης σχήματος βάσης δεδομένων", -"Checked database schema update for apps" => "Έλεγχος ενημέρωσης σχήματος βάσης δεδομένων για εφαρμογές", -"Updated \"%s\" to %s" => "Αναβαθμίστηκε \"%s\" σε %s", -"Disabled incompatible apps: %s" => "Απενεργοποιημένες μη συμβατές εφαρμογές: %s", -"No image or file provided" => "Δεν δόθηκε εικόνα ή αρχείο", -"Unknown filetype" => "Άγνωστος τύπος αρχείου", -"Invalid image" => "Μη έγκυρη εικόνα", -"No temporary profile picture available, try again" => "Δεν υπάρχει προσωρινή φωτογραφία προφίλ διαθέσιμη, δοκιμάστε ξανά", -"No crop data provided" => "Δεν δόθηκαν δεδομένα περικοπής", -"Sunday" => "Κυριακή", -"Monday" => "Δευτέρα", -"Tuesday" => "Τρίτη", -"Wednesday" => "Τετάρτη", -"Thursday" => "Πέμπτη", -"Friday" => "Παρασκευή", -"Saturday" => "Σάββατο", -"January" => "Ιανουάριος", -"February" => "Φεβρουάριος", -"March" => "Μάρτιος", -"April" => "Απρίλιος", -"May" => "Μάϊος", -"June" => "Ιούνιος", -"July" => "Ιούλιος", -"August" => "Αύγουστος", -"September" => "Σεπτέμβριος", -"October" => "Οκτώβριος", -"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." => "Ο σύνδεσμος για την επαναφορά του κωδικού πρόσβασής σας απεστάλη στο ηλ. ταχυδρομείο σας. Εάν δεν το παραλάβετε μέσα σε ένα εύλογο χρονικό διάστημα, ελέγξτε το φάκελο ανεπιθύμητων μηνυμάτων σας.
Εάν δεν βρίσκεται εκεί ρωτήστε τον τοπικό διαχειριστή σας.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Τα αρχεία σας είναι κρυπτογραφημένα. Εάν δεν έχετε ενεργοποιήσει το κλειδί επαναφοράς, δεν θα υπάρχει τρόπος να ανακτήσετε τα δεδομένα σας μετά την επαναφορά του κωδικού πρόσβασής σας.
Εάν δεν είστε σίγουροι για το τι θα θέλατε να κάνετε, παρακαλώ επικοινωνήστε με το διαχειριστή σας πριν συνεχίσετε.
Θέλετε στ' αλήθεια να συνεχίσετε;", -"I know what I'm doing" => "Γνωρίζω τι κάνω", -"Reset password" => "Επαναφορά συνθηματικού", -"Password can not be changed. Please contact your administrator." => "Ο κωδικός πρόσβασης δεν μπορεί να αλλάξει. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", -"No" => "Όχι", -"Yes" => "Ναι", -"Choose" => "Επιλέξτε", -"Error loading file picker template: {error}" => "Σφάλμα κατά την φόρτωση προτύπου επιλογέα αρχείων: {σφάλμα}", -"Ok" => "Οκ", -"Error loading message template: {error}" => "Σφάλμα φόρτωσης προτύπου μηνυμάτων: {σφάλμα}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} αρχείο διαφέρει","{count} αρχεία διαφέρουν"), -"One file conflict" => "Ένα αρχείο διαφέρει", -"New Files" => "Νέα Αρχεία", -"Already existing files" => "Ήδη υπάρχοντα αρχεία", -"Which files do you want to keep?" => "Ποια αρχεία θέλετε να κρατήσετε;", -"If you select both versions, the copied file will have a number added to its name." => "Εάν επιλέξετε και τις δυο εκδοχές, ένας αριθμός θα προστεθεί στο αντιγραφόμενο αρχείο.", -"Cancel" => "Άκυρο", -"Continue" => "Συνέχεια", -"(all selected)" => "(όλα τα επιλεγμένα)", -"({count} selected)" => "({count} επιλέχθησαν)", -"Error loading file exists template" => "Σφάλμα κατά την φόρτωση του προτύπου \"αρχείο υπάρχει\"", -"Very weak password" => "Πολύ αδύναμο συνθηματικό", -"Weak password" => "Αδύναμο συνθηματικό", -"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 πιθανόν να είναι κατεστραμμένη.", -"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." => "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Αυτό σημαίνει ότι κάποιες υπηρεσίες όπως η σύνδεση με εξωτερικούς αποθηκευτικούς χώρους, ειδοποιήσεις περί ενημερώσεων ή η εγκατάσταση 3ων εφαρμογών δεν θα είναι διαθέσιμες. Η πρόσβαση απομακρυσμένων αρχείων και η αποστολή ειδοποιήσεων μέσω ηλεκτρονικού ταχυδρομείου μπορεί επίσης να μην είναι διαθέσιμες. Προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για αυτόν το διακομιστή εάν θέλετε να χρησιμοποιήσετε όλες τις υπηρεσίες.", -"Error occurred while checking server setup" => "Παρουσιάστηκε σφάλμα κατά τον έλεγχο της εγκατάστασης με το διακομιστή", -"Shared" => "Κοινόχρηστα", -"Shared with {recipients}" => "Διαμοιράστηκε με {recipients}", -"Share" => "Διαμοιρασμός", -"Error" => "Σφάλμα", -"Error while sharing" => "Σφάλμα κατά τον διαμοιρασμό", -"Error while unsharing" => "Σφάλμα κατά το σταμάτημα του διαμοιρασμού", -"Error while changing permissions" => "Σφάλμα κατά την αλλαγή των δικαιωμάτων", -"Shared with you and the group {group} by {owner}" => "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}", -"Shared with you by {owner}" => "Διαμοιράστηκε με σας από τον {owner}", -"Share with user or group …" => "Διαμοιρασμός με χρήστη ή ομάδα ...", -"Share link" => "Διαμοιρασμός συνδέσμου", -"The public link will expire no later than {days} days after it is created" => "Ο δημόσιος σύνδεσμος θα απενεργοποιηθεί το πολύ {days} ημέρες μετά την δημιουργία του", -"Password protect" => "Προστασία συνθηματικού", -"Choose a password for the public link" => "Επιλέξτε κωδικό για τον δημόσιο σύνδεσμο", -"Allow Public Upload" => "Επιτρέπεται η Δημόσια Αποστολή", -"Email link to person" => "Αποστολή συνδέσμου με email ", -"Send" => "Αποστολή", -"Set expiration date" => "Ορισμός ημ. λήξης", -"Expiration date" => "Ημερομηνία λήξης", -"Adding user..." => "Προσθήκη χρήστη ...", -"group" => "ομάδα", -"Resharing is not allowed" => "Ξαναμοιρασμός δεν επιτρέπεται", -"Shared in {item} with {user}" => "Διαμοιρασμός του {item} με τον {user}", -"Unshare" => "Διακοπή διαμοιρασμού", -"notify by email" => "ειδοποίηση με email", -"can share" => "δυνατότητα διαμοιρασμού", -"can edit" => "δυνατότητα αλλαγής", -"access control" => "έλεγχος πρόσβασης", -"create" => "δημιουργία", -"update" => "ενημέρωση", -"delete" => "διαγραφή", -"Password protected" => "Προστασία με συνθηματικό", -"Error unsetting expiration date" => "Σφάλμα κατά την διαγραφή της ημ. λήξης", -"Error setting expiration date" => "Σφάλμα κατά τον ορισμό ημ. λήξης", -"Sending ..." => "Αποστολή...", -"Email sent" => "Το Email απεστάλη ", -"Warning" => "Προειδοποίηση", -"The object type is not specified." => "Δεν καθορίστηκε ο τύπος του αντικειμένου.", -"Enter new" => "Εισαγωγή νέου", -"Delete" => "Διαγραφή", -"Add" => "Προσθήκη", -"Edit tags" => "Επεξεργασία ετικετών", -"Error loading dialog template: {error}" => "Σφάλμα φόρτωσης προτύπου διαλόγων: {σφάλμα}", -"No tags selected for deletion." => "Καμμία ετικέτα δεν επιλέχθηκε για διαγραφή.", -"Updating {productName} to version {version}, this may take a while." => "Ενημέρωση του {productName} στην έκδοση {version}, αυτό μπορεί να διαρκέσει λίγη ώρα.", -"Please reload the page." => "Παρακαλώ επαναφορτώστε τη σελίδα.", -"The update was unsuccessful." => "Η ενημέρωση δεν ήταν επιτυχής.", -"The update was successful. Redirecting you to ownCloud now." => "Η ενημέρωση ήταν επιτυχής. Μετάβαση στο ownCloud.", -"Couldn't reset password because the token is invalid" => "Αδυναμία επαναφοράς κωδικού πρόσβασης καθώς το τεκμήριο είναι άκυρο", -"Couldn't send reset email. Please make sure your username is correct." => "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ ελέγξτε ότι το όνομα χρήστη σας είναι ορθό.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς καθώς δεν αντιστοιχεί καμμία διεύθυνση ηλ. ταχυδρομείου σε αυτό το όνομα χρήστη. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", -"%s password reset" => "%s επαναφορά κωδικού πρόσβασης", -"Use the following link to reset your password: {link}" => "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}", -"You will receive a link to reset your password via Email." => "Θα λάβετε ένα σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας μέσω ηλεκτρονικού ταχυδρομείου.", -"Username" => "Όνομα χρήστη", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Τα αρχεία σας είναι κρυπτογραφημένα. Εάν δεν έχετε ενεργοποιήσει το κλειδί ανάκτησης, δεν υπάρχει περίπτωση να έχετε πρόσβαση στα δεδομένα σας μετά την επαναφορά του συνθηματικού. Εάν δεν είστε σίγουροι τι να κάνετε, παρακαλώ επικοινωνήστε με τον διαχειριστή πριν συνεχίσετε. Θέλετε να συνεχίσετε;", -"Yes, I really want to reset my password now" => "Ναι, θέλω να επαναφέρω το συνθηματικό μου τώρα.", -"Reset" => "Επαναφορά", -"New password" => "Νέο συνθηματικό", -"New Password" => "Νέος Κωδικός", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Το Mac OS X δεν υποστηρίζεται και το %s δεν θα λειτουργήσει σωστά σε αυτή την πλατφόρμα. Χρησιμοποιείτε με δική σας ευθύνη!", -"For the best results, please consider using a GNU/Linux server instead." => "Για καλύτερα αποτελέσματα, παρακαλούμε εξετάστε την μετατροπή σε έναν διακομιστή GNU/Linux.", -"Personal" => "Προσωπικά", -"Users" => "Χρήστες", -"Apps" => "Εφαρμογές", -"Admin" => "Διαχείριση", -"Help" => "Βοήθεια", -"Error loading tags" => "Σφάλμα φόρτωσης ετικετών", -"Tag already exists" => "Υπάρχει ήδη η ετικέτα", -"Error deleting tag(s)" => "Σφάλμα διαγραφής ετικέτας(ων)", -"Error tagging" => "Σφάλμα προσθήκης ετικέτας", -"Error untagging" => "Σφάλμα αφαίρεσης ετικέτας", -"Error favoriting" => "Σφάλμα προσθήκης στα αγαπημένα", -"Error unfavoriting" => "Σφάλμα αφαίρεσης από τα αγαπημένα", -"Access forbidden" => "Δεν επιτρέπεται η πρόσβαση", -"File not found" => "Το αρχείο δεν βρέθηκε", -"The specified document has not been found on the server." => "Το συγκεκριμένο έγγραφο δεν έχει βρεθεί στο διακομιστή.", -"You can click here to return to %s." => "Μπορείτε να κάνετε κλικ εδώ για να επιστρέψετε στο %s.", -"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." => "Περισσότερες λεπτομέρειες μπορείτε να βρείτε στο αρχείο καταγραφής του διακομιστή.", -"Technical details" => "Τεχνικές λεπτομέρειες", -"Remote Address: %s" => "Απομακρυσμένη Διεύθυνση: %s", -"Request ID: %s" => "Αίτημα ID: %s", -"Code: %s" => "Κωδικός: %s", -"Message: %s" => "Μήνυμα: %s", -"File: %s" => "Αρχείο: %s", -"Line: %s" => "Γραμμή: %s", -"Trace" => "Ανίχνευση", -"Security Warning" => "Προειδοποίηση Ασφαλείας", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Η PHP ειναι ευαλωτη στην NULL Byte επιθεση (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Παρακαλώ ενημερώστε την εγκατάσταση της PHP ώστε να χρησιμοποιήσετε το %s με ασφάλεια.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανό προσβάσιμα από το internet γιατί δεν δουλεύει το αρχείο .htaccess.", -"For information how to properly configure your server, please see the documentation." => "Για πληροφορίες πως να ρυθμίσετε ορθά τον διακομιστή σας, παρακαλώ δείτε την τεκμηρίωση.", -"Create an admin account" => "Δημιουργήστε έναν λογαριασμό διαχειριστή", -"Password" => "Συνθηματικό", -"Storage & database" => "Αποθήκευση & βάση δεδομένων", -"Data folder" => "Φάκελος δεδομένων", -"Configure the database" => "Ρύθμιση της βάσης δεδομένων", -"Only %s is available." => "Μόνο %s είναι διαθέσιμο.", -"Database user" => "Χρήστης της βάσης δεδομένων", -"Database password" => "Συνθηματικό βάσης δεδομένων", -"Database name" => "Όνομα βάσης δεδομένων", -"Database tablespace" => "Κενά Πινάκων Βάσης Δεδομένων", -"Database host" => "Διακομιστής βάσης δεδομένων", -"SQLite will be used as database. For larger installations we recommend to change this." => "Η SQLIte θα χρησιμοποιηθεί ως βάση δεδομένων. Για μεγαλύτερες εγκαταστάσεις σας συνιστούμε να το αλλάξετε.", -"Finish setup" => "Ολοκλήρωση εγκατάστασης", -"Finishing …" => "Ολοκλήρωση...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Αυτή η εφαρμογή απαιτεί JavaScript για τη σωστή λειτουργία. Παρακαλώ ενεργοποιήστε τη JavaScript και επαναφορτώστε τη σελίδα.", -"%s is available. Get more information on how to update." => "%s είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες στο πώς να αναβαθμίσετε.", -"Log out" => "Αποσύνδεση", -"Server side authentication failed!" => "Η διαδικασία επικύρωσης απέτυχε από την πλευρά του διακομιστή!", -"Please contact your administrator." => "Παρακαλώ επικοινωνήστε με τον διαχειριστή.", -"Forgot your password? Reset it!" => "Ξεχάσατε τον κωδικό πρόσβασής σας; Επαναφέρετέ τον!", -"remember" => "απομνημόνευση", -"Log in" => "Είσοδος", -"Alternative Logins" => "Εναλλακτικές Συνδέσεις", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Γειά χαρά,

απλά σας ενημερώνω πως ο %s μοιράστηκε το%s με εσάς.
Δείτε το!

", -"This ownCloud instance is currently in single user mode." => "Αυτή η εγκατάσταση ownCloud είναι τώρα σε κατάσταση ενός χρήστη.", -"This means only administrators can use the instance." => "Αυτό σημαίνει ότι μόνο διαχειριστές μπορούν να χρησιμοποιήσουν την εγκατάσταση.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα.", -"Thank you for your patience." => "Σας ευχαριστούμε για την υπομονή σας.", -"You are accessing the server from an untrusted domain." => "Η προσπέλαση του διακομιστή γίνεται από μη έμπιστο τομέα.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Παρακαλώ επικοινωνήστε με τον διαχειριστή συστημάτων σας. Αν είστε διαχειριστής αυτού του στιγμιοτύπο, ρυθμίστε το κλειδί \"trusted_domain\" στο αρχείο config/config.php. Ένα παράδειγμα παρέχεται στο αρχείο config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Ανάλογα με τις ρυθμίσεις σας, σαν διαχειριστής θα μπορούσατε επίσης να χρησιμοποιήσετε το παρακάτω κουμπί για να εμπιστευθείτε αυτή την περιοχή.", -"Add \"%s\" as trusted domain" => "Προσθήκη \"%s\" ως αξιόπιστη περιοχή", -"%s will be updated to version %s." => "Το %s θα ενημερωθεί στην έκδοση %s.", -"The following apps will be disabled:" => "Οι παρακάτω εφαρμογές θα απενεργοποιηθούν:", -"The theme %s has been disabled." => "Το θέμα %s έχει απενεργοποιηθεί.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Παρακαλώ βεβαιωθείτε ότι έχουν ληψθεί αντίγραφα ασφαλείας της βάσης δεδομένων, του φακέλου ρυθμίσεων και του φακέλου δεδομένων πριν προχωρήσετε.", -"Start update" => "Έναρξη ενημέρωσης", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Για να αποφύγετε τη λήξη χρόνου με μεγαλύτερες εγκαταστάσεις, μπορείτε αντί αυτού να τρέξετε την ακόλουθη εντολή από τον κατάλογο αρχείων εφαρμογών:", -"This %s instance is currently being updated, which may take a while." => "Αυτή %s η εγκατάσταση είναι υπό ενημέρωση, η οποία μπορεί να πάρει κάποιο χρόνο.", -"This page will refresh itself when the %s instance is available again." => "Αυτή η σελίδα θα ανανεωθεί από μόνη της όταν η %s εγκατάσταση είναι διαθέσιμη ξανά." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/en@pirate.js b/core/l10n/en@pirate.js new file mode 100644 index 0000000000..0869bb9f0a --- /dev/null +++ b/core/l10n/en@pirate.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Password" : "Passcode" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/en@pirate.json b/core/l10n/en@pirate.json new file mode 100644 index 0000000000..6a15bfb20b --- /dev/null +++ b/core/l10n/en@pirate.json @@ -0,0 +1,5 @@ +{ "translations": { + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Password" : "Passcode" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/en@pirate.php b/core/l10n/en@pirate.php deleted file mode 100644 index 44114abbc8..0000000000 --- a/core/l10n/en@pirate.php +++ /dev/null @@ -1,6 +0,0 @@ - array("",""), -"Password" => "Passcode" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js new file mode 100644 index 0000000000..9dc918f12e --- /dev/null +++ b/core/l10n/en_GB.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Couldn't send mail to following users: %s ", + "Turned on maintenance mode" : "Turned on maintenance mode", + "Turned off maintenance mode" : "Turned off maintenance mode", + "Updated database" : "Updated database", + "Checked database schema update" : "Checked database schema update", + "Checked database schema update for apps" : "Checked database schema update for apps", + "Updated \"%s\" to %s" : "Updated \"%s\" to %s", + "Disabled incompatible apps: %s" : "Disabled incompatible apps: %s", + "No image or file provided" : "No image or file provided", + "Unknown filetype" : "Unknown filetype", + "Invalid image" : "Invalid image", + "No temporary profile picture available, try again" : "No temporary profile picture available, try again", + "No crop data provided" : "No crop data provided", + "Sunday" : "Sunday", + "Monday" : "Monday", + "Tuesday" : "Tuesday", + "Wednesday" : "Wednesday", + "Thursday" : "Thursday", + "Friday" : "Friday", + "Saturday" : "Saturday", + "January" : "January", + "February" : "February", + "March" : "March", + "April" : "April", + "May" : "May", + "June" : "June", + "July" : "July", + "August" : "August", + "September" : "September", + "October" : "October", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?", + "I know what I'm doing" : "I know what I'm doing", + "Reset password" : "Reset password", + "Password can not be changed. Please contact your administrator." : "Password can not be changed. Please contact your administrator.", + "No" : "No", + "Yes" : "Yes", + "Choose" : "Choose", + "Error loading file picker template: {error}" : "Error loading file picker template: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "Error loading message template: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} file conflict","{count} file conflicts"], + "One file conflict" : "One file conflict", + "New Files" : "New Files", + "Already existing files" : "Already existing files", + "Which files do you want to keep?" : "Which files do you wish to keep?", + "If you select both versions, the copied file will have a number added to its name." : "If you select both versions, the copied file will have a number added to its name.", + "Cancel" : "Cancel", + "Continue" : "Continue", + "(all selected)" : "(all selected)", + "({count} selected)" : "({count} selected)", + "Error loading file exists template" : "Error loading file exists template", + "Very weak password" : "Very weak password", + "Weak password" : "Weak password", + "So-so password" : "So-so password", + "Good password" : "Good password", + "Strong password" : "Strong password", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken.", + "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." : "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" : "Error occurred whilst checking server setup", + "Shared" : "Shared", + "Shared with {recipients}" : "Shared with {recipients}", + "Share" : "Share", + "Error" : "Error", + "Error while sharing" : "Error whilst sharing", + "Error while unsharing" : "Error whilst unsharing", + "Error while changing permissions" : "Error whilst changing permissions", + "Shared with you and the group {group} by {owner}" : "Shared with you and the group {group} by {owner}", + "Shared with you by {owner}" : "Shared with you by {owner}", + "Share with user or group …" : "Share with user or group …", + "Share link" : "Share link", + "The public link will expire no later than {days} days after it is created" : "The public link will expire no later than {days} days after it is created", + "Password protect" : "Password protect", + "Choose a password for the public link" : "Choose a password for the public link", + "Allow Public Upload" : "Allow Public Upload", + "Email link to person" : "Email link to person", + "Send" : "Send", + "Set expiration date" : "Set expiration date", + "Expiration date" : "Expiration date", + "Adding user..." : "Adding user...", + "group" : "group", + "Resharing is not allowed" : "Resharing is not allowed", + "Shared in {item} with {user}" : "Shared in {item} with {user}", + "Unshare" : "Unshare", + "notify by email" : "notify by email", + "can share" : "can share", + "can edit" : "can edit", + "access control" : "access control", + "create" : "create", + "update" : "update", + "delete" : "delete", + "Password protected" : "Password protected", + "Error unsetting expiration date" : "Error unsetting expiration date", + "Error setting expiration date" : "Error setting expiration date", + "Sending ..." : "Sending ...", + "Email sent" : "Email sent", + "Warning" : "Warning", + "The object type is not specified." : "The object type is not specified.", + "Enter new" : "Enter new", + "Delete" : "Delete", + "Add" : "Add", + "Edit tags" : "Edit tags", + "Error loading dialog template: {error}" : "Error loading dialog template: {error}", + "No tags selected for deletion." : "No tags selected for deletion.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "The update was successful. Redirecting you to ownCloud now.", + "Couldn't reset password because the token is invalid" : "Couldn't reset password because the token is invalid", + "Couldn't send reset email. Please make sure your username is correct." : "Couldn't send reset email. Please make sure your username is correct.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Couldn't send reset email because there is no email address for this username. Please contact your administrator.", + "%s password reset" : "%s password reset", + "Use the following link to reset your password: {link}" : "Use the following link to reset your password: {link}", + "You will receive a link to reset your password via Email." : "You will receive a link to reset your password via email.", + "Username" : "Username", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?", + "Yes, I really want to reset my password now" : "Yes, I really want to reset my password now", + "Reset" : "Reset", + "New password" : "New password", + "New Password" : "New Password", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! ", + "For the best results, please consider using a GNU/Linux server instead." : "For the best results, please consider using a GNU/Linux server instead.", + "Personal" : "Personal", + "Users" : "Users", + "Apps" : "Apps", + "Admin" : "Admin", + "Help" : "Help", + "Error loading tags" : "Error loading tags", + "Tag already exists" : "Tag already exists", + "Error deleting tag(s)" : "Error deleting tag(s)", + "Error tagging" : "Error tagging", + "Error untagging" : "Error untagging", + "Error favoriting" : "Error favouriting", + "Error unfavoriting" : "Error unfavouriting", + "Access forbidden" : "Access denied", + "File not found" : "File not found", + "The specified document has not been found on the server." : "The specified document has not been found on the server.", + "You can click here to return to %s." : "You can click here to return to %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", + "The share will expire on %s." : "The share will expire on %s.", + "Cheers!" : "Cheers!", + "Internal Server Error" : "Internal Server Error", + "The server encountered an internal error and was unable to complete your request." : "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." : "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." : "More details can be found in the server log.", + "Technical details" : "Technical details", + "Remote Address: %s" : "Remote Address: %s", + "Request ID: %s" : "Request ID: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Message: %s", + "File: %s" : "File: %s", + "Line: %s" : "Line: %s", + "Trace" : "Trace", + "Security Warning" : "Security Warning", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Please update your PHP installation to use %s securely.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Your data directory and files are probably accessible from the internet because the .htaccess file does not work.", + "For information how to properly configure your server, please see the documentation." : "For information how to properly configure your server, please see the documentation.", + "Create an admin account" : "Create an admin account", + "Password" : "Password", + "Storage & database" : "Storage & database", + "Data folder" : "Data folder", + "Configure the database" : "Configure the database", + "Only %s is available." : "Only %s is available.", + "Database user" : "Database user", + "Database password" : "Database password", + "Database name" : "Database name", + "Database tablespace" : "Database tablespace", + "Database host" : "Database host", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite will be used as database. For larger installations we recommend changing this.", + "Finish setup" : "Finish setup", + "Finishing …" : "Finishing …", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page.", + "%s is available. Get more information on how to update." : "%s is available. Get more information on how to update.", + "Log out" : "Log out", + "Server side authentication failed!" : "Server side authentication failed!", + "Please contact your administrator." : "Please contact your administrator.", + "Forgot your password? Reset it!" : "Forgot your password? Reset it!", + "remember" : "remember", + "Log in" : "Log in", + "Alternative Logins" : "Alternative Logins", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hey there,

just letting you know that %s shared %s with you.
View it!

", + "This ownCloud instance is currently in single user mode." : "This ownCloud instance is currently in single user mode.", + "This means only administrators can use the instance." : "This means only administrators can use the instance.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.", + "Thank you for your patience." : "Thank you for your patience.", + "You are accessing the server from an untrusted domain." : "You are accessing the server from an untrusted domain.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.", + "Add \"%s\" as trusted domain" : "Add \"%s\" as a trusted domain", + "%s will be updated to version %s." : "%s will be updated to version %s.", + "The following apps will be disabled:" : "The following apps will be disabled:", + "The theme %s has been disabled." : "The theme %s has been disabled.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Please make sure that the database, the config folder and the data folder have been backed up before proceeding.", + "Start update" : "Start update", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:", + "This %s instance is currently being updated, which may take a while." : "This %s instance is currently being updated, which may take a while.", + "This page will refresh itself when the %s instance is available again." : "This page will refresh itself when the %s instance is available again." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json new file mode 100644 index 0000000000..a1768bcf0b --- /dev/null +++ b/core/l10n/en_GB.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Couldn't send mail to following users: %s ", + "Turned on maintenance mode" : "Turned on maintenance mode", + "Turned off maintenance mode" : "Turned off maintenance mode", + "Updated database" : "Updated database", + "Checked database schema update" : "Checked database schema update", + "Checked database schema update for apps" : "Checked database schema update for apps", + "Updated \"%s\" to %s" : "Updated \"%s\" to %s", + "Disabled incompatible apps: %s" : "Disabled incompatible apps: %s", + "No image or file provided" : "No image or file provided", + "Unknown filetype" : "Unknown filetype", + "Invalid image" : "Invalid image", + "No temporary profile picture available, try again" : "No temporary profile picture available, try again", + "No crop data provided" : "No crop data provided", + "Sunday" : "Sunday", + "Monday" : "Monday", + "Tuesday" : "Tuesday", + "Wednesday" : "Wednesday", + "Thursday" : "Thursday", + "Friday" : "Friday", + "Saturday" : "Saturday", + "January" : "January", + "February" : "February", + "March" : "March", + "April" : "April", + "May" : "May", + "June" : "June", + "July" : "July", + "August" : "August", + "September" : "September", + "October" : "October", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?", + "I know what I'm doing" : "I know what I'm doing", + "Reset password" : "Reset password", + "Password can not be changed. Please contact your administrator." : "Password can not be changed. Please contact your administrator.", + "No" : "No", + "Yes" : "Yes", + "Choose" : "Choose", + "Error loading file picker template: {error}" : "Error loading file picker template: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "Error loading message template: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} file conflict","{count} file conflicts"], + "One file conflict" : "One file conflict", + "New Files" : "New Files", + "Already existing files" : "Already existing files", + "Which files do you want to keep?" : "Which files do you wish to keep?", + "If you select both versions, the copied file will have a number added to its name." : "If you select both versions, the copied file will have a number added to its name.", + "Cancel" : "Cancel", + "Continue" : "Continue", + "(all selected)" : "(all selected)", + "({count} selected)" : "({count} selected)", + "Error loading file exists template" : "Error loading file exists template", + "Very weak password" : "Very weak password", + "Weak password" : "Weak password", + "So-so password" : "So-so password", + "Good password" : "Good password", + "Strong password" : "Strong password", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken.", + "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." : "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" : "Error occurred whilst checking server setup", + "Shared" : "Shared", + "Shared with {recipients}" : "Shared with {recipients}", + "Share" : "Share", + "Error" : "Error", + "Error while sharing" : "Error whilst sharing", + "Error while unsharing" : "Error whilst unsharing", + "Error while changing permissions" : "Error whilst changing permissions", + "Shared with you and the group {group} by {owner}" : "Shared with you and the group {group} by {owner}", + "Shared with you by {owner}" : "Shared with you by {owner}", + "Share with user or group …" : "Share with user or group …", + "Share link" : "Share link", + "The public link will expire no later than {days} days after it is created" : "The public link will expire no later than {days} days after it is created", + "Password protect" : "Password protect", + "Choose a password for the public link" : "Choose a password for the public link", + "Allow Public Upload" : "Allow Public Upload", + "Email link to person" : "Email link to person", + "Send" : "Send", + "Set expiration date" : "Set expiration date", + "Expiration date" : "Expiration date", + "Adding user..." : "Adding user...", + "group" : "group", + "Resharing is not allowed" : "Resharing is not allowed", + "Shared in {item} with {user}" : "Shared in {item} with {user}", + "Unshare" : "Unshare", + "notify by email" : "notify by email", + "can share" : "can share", + "can edit" : "can edit", + "access control" : "access control", + "create" : "create", + "update" : "update", + "delete" : "delete", + "Password protected" : "Password protected", + "Error unsetting expiration date" : "Error unsetting expiration date", + "Error setting expiration date" : "Error setting expiration date", + "Sending ..." : "Sending ...", + "Email sent" : "Email sent", + "Warning" : "Warning", + "The object type is not specified." : "The object type is not specified.", + "Enter new" : "Enter new", + "Delete" : "Delete", + "Add" : "Add", + "Edit tags" : "Edit tags", + "Error loading dialog template: {error}" : "Error loading dialog template: {error}", + "No tags selected for deletion." : "No tags selected for deletion.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "The update was successful. Redirecting you to ownCloud now.", + "Couldn't reset password because the token is invalid" : "Couldn't reset password because the token is invalid", + "Couldn't send reset email. Please make sure your username is correct." : "Couldn't send reset email. Please make sure your username is correct.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Couldn't send reset email because there is no email address for this username. Please contact your administrator.", + "%s password reset" : "%s password reset", + "Use the following link to reset your password: {link}" : "Use the following link to reset your password: {link}", + "You will receive a link to reset your password via Email." : "You will receive a link to reset your password via email.", + "Username" : "Username", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?", + "Yes, I really want to reset my password now" : "Yes, I really want to reset my password now", + "Reset" : "Reset", + "New password" : "New password", + "New Password" : "New Password", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! ", + "For the best results, please consider using a GNU/Linux server instead." : "For the best results, please consider using a GNU/Linux server instead.", + "Personal" : "Personal", + "Users" : "Users", + "Apps" : "Apps", + "Admin" : "Admin", + "Help" : "Help", + "Error loading tags" : "Error loading tags", + "Tag already exists" : "Tag already exists", + "Error deleting tag(s)" : "Error deleting tag(s)", + "Error tagging" : "Error tagging", + "Error untagging" : "Error untagging", + "Error favoriting" : "Error favouriting", + "Error unfavoriting" : "Error unfavouriting", + "Access forbidden" : "Access denied", + "File not found" : "File not found", + "The specified document has not been found on the server." : "The specified document has not been found on the server.", + "You can click here to return to %s." : "You can click here to return to %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", + "The share will expire on %s." : "The share will expire on %s.", + "Cheers!" : "Cheers!", + "Internal Server Error" : "Internal Server Error", + "The server encountered an internal error and was unable to complete your request." : "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." : "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." : "More details can be found in the server log.", + "Technical details" : "Technical details", + "Remote Address: %s" : "Remote Address: %s", + "Request ID: %s" : "Request ID: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Message: %s", + "File: %s" : "File: %s", + "Line: %s" : "Line: %s", + "Trace" : "Trace", + "Security Warning" : "Security Warning", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Please update your PHP installation to use %s securely.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Your data directory and files are probably accessible from the internet because the .htaccess file does not work.", + "For information how to properly configure your server, please see the documentation." : "For information how to properly configure your server, please see the documentation.", + "Create an admin account" : "Create an admin account", + "Password" : "Password", + "Storage & database" : "Storage & database", + "Data folder" : "Data folder", + "Configure the database" : "Configure the database", + "Only %s is available." : "Only %s is available.", + "Database user" : "Database user", + "Database password" : "Database password", + "Database name" : "Database name", + "Database tablespace" : "Database tablespace", + "Database host" : "Database host", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite will be used as database. For larger installations we recommend changing this.", + "Finish setup" : "Finish setup", + "Finishing …" : "Finishing …", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page.", + "%s is available. Get more information on how to update." : "%s is available. Get more information on how to update.", + "Log out" : "Log out", + "Server side authentication failed!" : "Server side authentication failed!", + "Please contact your administrator." : "Please contact your administrator.", + "Forgot your password? Reset it!" : "Forgot your password? Reset it!", + "remember" : "remember", + "Log in" : "Log in", + "Alternative Logins" : "Alternative Logins", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hey there,

just letting you know that %s shared %s with you.
View it!

", + "This ownCloud instance is currently in single user mode." : "This ownCloud instance is currently in single user mode.", + "This means only administrators can use the instance." : "This means only administrators can use the instance.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.", + "Thank you for your patience." : "Thank you for your patience.", + "You are accessing the server from an untrusted domain." : "You are accessing the server from an untrusted domain.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.", + "Add \"%s\" as trusted domain" : "Add \"%s\" as a trusted domain", + "%s will be updated to version %s." : "%s will be updated to version %s.", + "The following apps will be disabled:" : "The following apps will be disabled:", + "The theme %s has been disabled." : "The theme %s has been disabled.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Please make sure that the database, the config folder and the data folder have been backed up before proceeding.", + "Start update" : "Start update", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:", + "This %s instance is currently being updated, which may take a while." : "This %s instance is currently being updated, which may take a while.", + "This page will refresh itself when the %s instance is available again." : "This page will refresh itself when the %s instance is available again." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php deleted file mode 100644 index 831a0dd511..0000000000 --- a/core/l10n/en_GB.php +++ /dev/null @@ -1,211 +0,0 @@ - "Couldn't send mail to following users: %s ", -"Turned on maintenance mode" => "Turned on maintenance mode", -"Turned off maintenance mode" => "Turned off maintenance mode", -"Updated database" => "Updated database", -"Checked database schema update" => "Checked database schema update", -"Checked database schema update for apps" => "Checked database schema update for apps", -"Updated \"%s\" to %s" => "Updated \"%s\" to %s", -"Disabled incompatible apps: %s" => "Disabled incompatible apps: %s", -"No image or file provided" => "No image or file provided", -"Unknown filetype" => "Unknown filetype", -"Invalid image" => "Invalid image", -"No temporary profile picture available, try again" => "No temporary profile picture available, try again", -"No crop data provided" => "No crop data provided", -"Sunday" => "Sunday", -"Monday" => "Monday", -"Tuesday" => "Tuesday", -"Wednesday" => "Wednesday", -"Thursday" => "Thursday", -"Friday" => "Friday", -"Saturday" => "Saturday", -"January" => "January", -"February" => "February", -"March" => "March", -"April" => "April", -"May" => "May", -"June" => "June", -"July" => "July", -"August" => "August", -"September" => "September", -"October" => "October", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?", -"I know what I'm doing" => "I know what I'm doing", -"Reset password" => "Reset password", -"Password can not be changed. Please contact your administrator." => "Password can not be changed. Please contact your administrator.", -"No" => "No", -"Yes" => "Yes", -"Choose" => "Choose", -"Error loading file picker template: {error}" => "Error loading file picker template: {error}", -"Ok" => "OK", -"Error loading message template: {error}" => "Error loading message template: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} file conflict","{count} file conflicts"), -"One file conflict" => "One file conflict", -"New Files" => "New Files", -"Already existing files" => "Already existing files", -"Which files do you want to keep?" => "Which files do you wish to keep?", -"If you select both versions, the copied file will have a number added to its name." => "If you select both versions, the copied file will have a number added to its name.", -"Cancel" => "Cancel", -"Continue" => "Continue", -"(all selected)" => "(all selected)", -"({count} selected)" => "({count} selected)", -"Error loading file exists template" => "Error loading file exists template", -"Very weak password" => "Very weak password", -"Weak password" => "Weak password", -"So-so password" => "So-so password", -"Good password" => "Good password", -"Strong password" => "Strong password", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken.", -"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." => "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" => "Error occurred whilst checking server setup", -"Shared" => "Shared", -"Shared with {recipients}" => "Shared with {recipients}", -"Share" => "Share", -"Error" => "Error", -"Error while sharing" => "Error whilst sharing", -"Error while unsharing" => "Error whilst unsharing", -"Error while changing permissions" => "Error whilst changing permissions", -"Shared with you and the group {group} by {owner}" => "Shared with you and the group {group} by {owner}", -"Shared with you by {owner}" => "Shared with you by {owner}", -"Share with user or group …" => "Share with user or group …", -"Share link" => "Share link", -"The public link will expire no later than {days} days after it is created" => "The public link will expire no later than {days} days after it is created", -"Password protect" => "Password protect", -"Choose a password for the public link" => "Choose a password for the public link", -"Allow Public Upload" => "Allow Public Upload", -"Email link to person" => "Email link to person", -"Send" => "Send", -"Set expiration date" => "Set expiration date", -"Expiration date" => "Expiration date", -"Adding user..." => "Adding user...", -"group" => "group", -"Resharing is not allowed" => "Resharing is not allowed", -"Shared in {item} with {user}" => "Shared in {item} with {user}", -"Unshare" => "Unshare", -"notify by email" => "notify by email", -"can share" => "can share", -"can edit" => "can edit", -"access control" => "access control", -"create" => "create", -"update" => "update", -"delete" => "delete", -"Password protected" => "Password protected", -"Error unsetting expiration date" => "Error unsetting expiration date", -"Error setting expiration date" => "Error setting expiration date", -"Sending ..." => "Sending ...", -"Email sent" => "Email sent", -"Warning" => "Warning", -"The object type is not specified." => "The object type is not specified.", -"Enter new" => "Enter new", -"Delete" => "Delete", -"Add" => "Add", -"Edit tags" => "Edit tags", -"Error loading dialog template: {error}" => "Error loading dialog template: {error}", -"No tags selected for deletion." => "No tags selected for deletion.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "The update was successful. Redirecting you to ownCloud now.", -"Couldn't reset password because the token is invalid" => "Couldn't reset password because the token is invalid", -"Couldn't send reset email. Please make sure your username is correct." => "Couldn't send reset email. Please make sure your username is correct.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Couldn't send reset email because there is no email address for this username. Please contact your administrator.", -"%s password reset" => "%s password reset", -"Use the following link to reset your password: {link}" => "Use the following link to reset your password: {link}", -"You will receive a link to reset your password via Email." => "You will receive a link to reset your password via email.", -"Username" => "Username", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?", -"Yes, I really want to reset my password now" => "Yes, I really want to reset my password now", -"Reset" => "Reset", -"New password" => "New password", -"New Password" => "New Password", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! ", -"For the best results, please consider using a GNU/Linux server instead." => "For the best results, please consider using a GNU/Linux server instead.", -"Personal" => "Personal", -"Users" => "Users", -"Apps" => "Apps", -"Admin" => "Admin", -"Help" => "Help", -"Error loading tags" => "Error loading tags", -"Tag already exists" => "Tag already exists", -"Error deleting tag(s)" => "Error deleting tag(s)", -"Error tagging" => "Error tagging", -"Error untagging" => "Error untagging", -"Error favoriting" => "Error favouriting", -"Error unfavoriting" => "Error unfavouriting", -"Access forbidden" => "Access denied", -"File not found" => "File not found", -"The specified document has not been found on the server." => "The specified document has not been found on the server.", -"You can click here to return to %s." => "You can click here to return to %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", -"The share will expire on %s." => "The share will expire on %s.", -"Cheers!" => "Cheers!", -"Internal Server Error" => "Internal Server Error", -"The server encountered an internal error and was unable to complete your request." => "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." => "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." => "More details can be found in the server log.", -"Technical details" => "Technical details", -"Remote Address: %s" => "Remote Address: %s", -"Request ID: %s" => "Request ID: %s", -"Code: %s" => "Code: %s", -"Message: %s" => "Message: %s", -"File: %s" => "File: %s", -"Line: %s" => "Line: %s", -"Trace" => "Trace", -"Security Warning" => "Security Warning", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Please update your PHP installation to use %s securely.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Your data directory and files are probably accessible from the internet because the .htaccess file does not work.", -"For information how to properly configure your server, please see the documentation." => "For information how to properly configure your server, please see the documentation.", -"Create an admin account" => "Create an admin account", -"Password" => "Password", -"Storage & database" => "Storage & database", -"Data folder" => "Data folder", -"Configure the database" => "Configure the database", -"Only %s is available." => "Only %s is available.", -"Database user" => "Database user", -"Database password" => "Database password", -"Database name" => "Database name", -"Database tablespace" => "Database tablespace", -"Database host" => "Database host", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite will be used as database. For larger installations we recommend changing this.", -"Finish setup" => "Finish setup", -"Finishing …" => "Finishing …", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page.", -"%s is available. Get more information on how to update." => "%s is available. Get more information on how to update.", -"Log out" => "Log out", -"Server side authentication failed!" => "Server side authentication failed!", -"Please contact your administrator." => "Please contact your administrator.", -"Forgot your password? Reset it!" => "Forgot your password? Reset it!", -"remember" => "remember", -"Log in" => "Log in", -"Alternative Logins" => "Alternative Logins", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hey there,

just letting you know that %s shared %s with you.
View it!

", -"This ownCloud instance is currently in single user mode." => "This ownCloud instance is currently in single user mode.", -"This means only administrators can use the instance." => "This means only administrators can use the instance.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contact your system administrator if this message persists or appeared unexpectedly.", -"Thank you for your patience." => "Thank you for your patience.", -"You are accessing the server from an untrusted domain." => "You are accessing the server from an untrusted domain.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.", -"Add \"%s\" as trusted domain" => "Add \"%s\" as a trusted domain", -"%s will be updated to version %s." => "%s will be updated to version %s.", -"The following apps will be disabled:" => "The following apps will be disabled:", -"The theme %s has been disabled." => "The theme %s has been disabled.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Please make sure that the database, the config folder and the data folder have been backed up before proceeding.", -"Start update" => "Start update", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:", -"This %s instance is currently being updated, which may take a while." => "This %s instance is currently being updated, which may take a while.", -"This page will refresh itself when the %s instance is available again." => "This page will refresh itself when the %s instance is available again." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/en_NZ.js b/core/l10n/en_NZ.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/en_NZ.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/en_NZ.json b/core/l10n/en_NZ.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/en_NZ.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/en_NZ.php b/core/l10n/en_NZ.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/en_NZ.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/eo.js b/core/l10n/eo.js new file mode 100644 index 0000000000..736d82c9f3 --- /dev/null +++ b/core/l10n/eo.js @@ -0,0 +1,128 @@ +OC.L10N.register( + "core", + { + "Updated database" : "Ĝisdatiĝis datumbazo", + "Unknown filetype" : "Ne konatas dosiertipo", + "Invalid image" : "Ne validas bildo", + "Sunday" : "dimanĉo", + "Monday" : "lundo", + "Tuesday" : "mardo", + "Wednesday" : "merkredo", + "Thursday" : "ĵaŭdo", + "Friday" : "vendredo", + "Saturday" : "sabato", + "January" : "Januaro", + "February" : "Februaro", + "March" : "Marto", + "April" : "Aprilo", + "May" : "Majo", + "June" : "Junio", + "July" : "Julio", + "August" : "Aŭgusto", + "September" : "Septembro", + "October" : "Oktobro", + "November" : "Novembro", + "December" : "Decembro", + "Settings" : "Agordo", + "File" : "Dosiero", + "Folder" : "Dosierujo", + "Image" : "Bildo", + "Saving..." : "Konservante...", + "Reset password" : "Rekomenci la pasvorton", + "No" : "Ne", + "Yes" : "Jes", + "Choose" : "Elekti", + "Ok" : "Akcepti", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} dosierkonflikto","{count} dosierkonfliktoj"], + "One file conflict" : "Unu dosierkonflikto", + "New Files" : "Novaj dosieroj", + "Which files do you want to keep?" : "Kiujn dosierojn vi volas konservi?", + "If you select both versions, the copied file will have a number added to its name." : "Se vi elektos ambaŭ eldonojn, la kopiota dosiero havos numeron aldonitan al sia nomo.", + "Cancel" : "Nuligi", + "(all selected)" : "(ĉiuj elektitas)", + "({count} selected)" : "({count} elektitas)", + "Very weak password" : "Tre malforta pasvorto", + "Weak password" : "Malforta pasvorto", + "So-so password" : "Mezaĉa pasvorto", + "Good password" : "Bona pasvorto", + "Strong password" : "Forta pasvorto", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Via TTT-servilo ankoraŭ ne ĝuste agordiĝis por permesi sinkronigi dosierojn ĉar la WebDAV-interfaco ŝajnas rompita.", + "Shared" : "Dividita", + "Share" : "Kunhavigi", + "Error" : "Eraro", + "Error while sharing" : "Eraro dum kunhavigo", + "Error while unsharing" : "Eraro dum malkunhavigo", + "Error while changing permissions" : "Eraro dum ŝanĝo de permesoj", + "Shared with you and the group {group} by {owner}" : "Kunhavigita kun vi kaj la grupo {group} de {owner}", + "Shared with you by {owner}" : "Kunhavigita kun vi de {owner}", + "Share with user or group …" : "Kunhavigi kun uzanto aŭ grupo...", + "Share link" : "Konhavigi ligilon", + "Password protect" : "Protekti per pasvorto", + "Email link to person" : "Retpoŝti la ligilon al ulo", + "Send" : "Sendi", + "Set expiration date" : "Agordi limdaton", + "Expiration date" : "Limdato", + "group" : "grupo", + "Resharing is not allowed" : "Rekunhavigo ne permesatas", + "Shared in {item} with {user}" : "Kunhavigita en {item} kun {user}", + "Unshare" : "Malkunhavigi", + "notify by email" : "avizi per retpoŝto", + "can share" : "kunhavebla", + "can edit" : "povas redakti", + "access control" : "alirkontrolo", + "create" : "krei", + "update" : "ĝisdatigi", + "delete" : "forigi", + "Password protected" : "Protektita per pasvorto", + "Error unsetting expiration date" : "Eraro dum malagordado de limdato", + "Error setting expiration date" : "Eraro dum agordado de limdato", + "Sending ..." : "Sendante...", + "Email sent" : "La retpoŝtaĵo sendiĝis", + "Warning" : "Averto", + "The object type is not specified." : "Ne indikiĝis tipo de la objekto.", + "Enter new" : "Enigu novan", + "Delete" : "Forigi", + "Add" : "Aldoni", + "Edit tags" : "Redakti etikedojn", + "No tags selected for deletion." : "Neniu etikedo elektitas por forigo.", + "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}", + "You will receive a link to reset your password via Email." : "Vi ricevos ligilon retpoŝte por rekomencigi vian pasvorton.", + "Username" : "Uzantonomo", + "Yes, I really want to reset my password now" : "Jes, mi vere volas restarigi mian pasvorton nun", + "New password" : "Nova pasvorto", + "Personal" : "Persona", + "Users" : "Uzantoj", + "Apps" : "Aplikaĵoj", + "Admin" : "Administranto", + "Help" : "Helpo", + "Error loading tags" : "Eraris ŝargo de etikedoj", + "Tag already exists" : "La etikedo jam ekzistas", + "Error deleting tag(s)" : "Eraris forigo de etikedo(j)", + "Error tagging" : "Eraris etikedado", + "Error untagging" : "Eraris maletikedado", + "Access forbidden" : "Aliro estas malpermesata", + "Security Warning" : "Sekureca averto", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Via PHP versio estas sendefenda je la NULL bajto atako (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Bonvolu ĝisdatigi vian PHP-instalon por uzi %s sekure.", + "Create an admin account" : "Krei administran konton", + "Password" : "Pasvorto", + "Data folder" : "Datuma dosierujo", + "Configure the database" : "Agordi la datumbazon", + "Database user" : "Datumbaza uzanto", + "Database password" : "Datumbaza pasvorto", + "Database name" : "Datumbaza nomo", + "Database tablespace" : "Datumbaza tabelospaco", + "Database host" : "Datumbaza gastigo", + "Finish setup" : "Fini la instalon", + "Finishing …" : "Finante...", + "%s is available. Get more information on how to update." : "%s haveblas. Ekhavi pli da informo pri kiel ĝisdatigi.", + "Log out" : "Elsaluti", + "Please contact your administrator." : "Bonvolu kontakti vian administranton.", + "remember" : "memori", + "Log in" : "Ensaluti", + "Alternative Logins" : "Alternativaj ensalutoj", + "Thank you for your patience." : "Dankon pro via pacienco." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/eo.json b/core/l10n/eo.json new file mode 100644 index 0000000000..5520e2beb9 --- /dev/null +++ b/core/l10n/eo.json @@ -0,0 +1,126 @@ +{ "translations": { + "Updated database" : "Ĝisdatiĝis datumbazo", + "Unknown filetype" : "Ne konatas dosiertipo", + "Invalid image" : "Ne validas bildo", + "Sunday" : "dimanĉo", + "Monday" : "lundo", + "Tuesday" : "mardo", + "Wednesday" : "merkredo", + "Thursday" : "ĵaŭdo", + "Friday" : "vendredo", + "Saturday" : "sabato", + "January" : "Januaro", + "February" : "Februaro", + "March" : "Marto", + "April" : "Aprilo", + "May" : "Majo", + "June" : "Junio", + "July" : "Julio", + "August" : "Aŭgusto", + "September" : "Septembro", + "October" : "Oktobro", + "November" : "Novembro", + "December" : "Decembro", + "Settings" : "Agordo", + "File" : "Dosiero", + "Folder" : "Dosierujo", + "Image" : "Bildo", + "Saving..." : "Konservante...", + "Reset password" : "Rekomenci la pasvorton", + "No" : "Ne", + "Yes" : "Jes", + "Choose" : "Elekti", + "Ok" : "Akcepti", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} dosierkonflikto","{count} dosierkonfliktoj"], + "One file conflict" : "Unu dosierkonflikto", + "New Files" : "Novaj dosieroj", + "Which files do you want to keep?" : "Kiujn dosierojn vi volas konservi?", + "If you select both versions, the copied file will have a number added to its name." : "Se vi elektos ambaŭ eldonojn, la kopiota dosiero havos numeron aldonitan al sia nomo.", + "Cancel" : "Nuligi", + "(all selected)" : "(ĉiuj elektitas)", + "({count} selected)" : "({count} elektitas)", + "Very weak password" : "Tre malforta pasvorto", + "Weak password" : "Malforta pasvorto", + "So-so password" : "Mezaĉa pasvorto", + "Good password" : "Bona pasvorto", + "Strong password" : "Forta pasvorto", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Via TTT-servilo ankoraŭ ne ĝuste agordiĝis por permesi sinkronigi dosierojn ĉar la WebDAV-interfaco ŝajnas rompita.", + "Shared" : "Dividita", + "Share" : "Kunhavigi", + "Error" : "Eraro", + "Error while sharing" : "Eraro dum kunhavigo", + "Error while unsharing" : "Eraro dum malkunhavigo", + "Error while changing permissions" : "Eraro dum ŝanĝo de permesoj", + "Shared with you and the group {group} by {owner}" : "Kunhavigita kun vi kaj la grupo {group} de {owner}", + "Shared with you by {owner}" : "Kunhavigita kun vi de {owner}", + "Share with user or group …" : "Kunhavigi kun uzanto aŭ grupo...", + "Share link" : "Konhavigi ligilon", + "Password protect" : "Protekti per pasvorto", + "Email link to person" : "Retpoŝti la ligilon al ulo", + "Send" : "Sendi", + "Set expiration date" : "Agordi limdaton", + "Expiration date" : "Limdato", + "group" : "grupo", + "Resharing is not allowed" : "Rekunhavigo ne permesatas", + "Shared in {item} with {user}" : "Kunhavigita en {item} kun {user}", + "Unshare" : "Malkunhavigi", + "notify by email" : "avizi per retpoŝto", + "can share" : "kunhavebla", + "can edit" : "povas redakti", + "access control" : "alirkontrolo", + "create" : "krei", + "update" : "ĝisdatigi", + "delete" : "forigi", + "Password protected" : "Protektita per pasvorto", + "Error unsetting expiration date" : "Eraro dum malagordado de limdato", + "Error setting expiration date" : "Eraro dum agordado de limdato", + "Sending ..." : "Sendante...", + "Email sent" : "La retpoŝtaĵo sendiĝis", + "Warning" : "Averto", + "The object type is not specified." : "Ne indikiĝis tipo de la objekto.", + "Enter new" : "Enigu novan", + "Delete" : "Forigi", + "Add" : "Aldoni", + "Edit tags" : "Redakti etikedojn", + "No tags selected for deletion." : "Neniu etikedo elektitas por forigo.", + "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}", + "You will receive a link to reset your password via Email." : "Vi ricevos ligilon retpoŝte por rekomencigi vian pasvorton.", + "Username" : "Uzantonomo", + "Yes, I really want to reset my password now" : "Jes, mi vere volas restarigi mian pasvorton nun", + "New password" : "Nova pasvorto", + "Personal" : "Persona", + "Users" : "Uzantoj", + "Apps" : "Aplikaĵoj", + "Admin" : "Administranto", + "Help" : "Helpo", + "Error loading tags" : "Eraris ŝargo de etikedoj", + "Tag already exists" : "La etikedo jam ekzistas", + "Error deleting tag(s)" : "Eraris forigo de etikedo(j)", + "Error tagging" : "Eraris etikedado", + "Error untagging" : "Eraris maletikedado", + "Access forbidden" : "Aliro estas malpermesata", + "Security Warning" : "Sekureca averto", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Via PHP versio estas sendefenda je la NULL bajto atako (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Bonvolu ĝisdatigi vian PHP-instalon por uzi %s sekure.", + "Create an admin account" : "Krei administran konton", + "Password" : "Pasvorto", + "Data folder" : "Datuma dosierujo", + "Configure the database" : "Agordi la datumbazon", + "Database user" : "Datumbaza uzanto", + "Database password" : "Datumbaza pasvorto", + "Database name" : "Datumbaza nomo", + "Database tablespace" : "Datumbaza tabelospaco", + "Database host" : "Datumbaza gastigo", + "Finish setup" : "Fini la instalon", + "Finishing …" : "Finante...", + "%s is available. Get more information on how to update." : "%s haveblas. Ekhavi pli da informo pri kiel ĝisdatigi.", + "Log out" : "Elsaluti", + "Please contact your administrator." : "Bonvolu kontakti vian administranton.", + "remember" : "memori", + "Log in" : "Ensaluti", + "Alternative Logins" : "Alternativaj ensalutoj", + "Thank you for your patience." : "Dankon pro via pacienco." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/eo.php b/core/l10n/eo.php deleted file mode 100644 index be5327e8e6..0000000000 --- a/core/l10n/eo.php +++ /dev/null @@ -1,127 +0,0 @@ - "Ĝisdatiĝis datumbazo", -"Unknown filetype" => "Ne konatas dosiertipo", -"Invalid image" => "Ne validas bildo", -"Sunday" => "dimanĉo", -"Monday" => "lundo", -"Tuesday" => "mardo", -"Wednesday" => "merkredo", -"Thursday" => "ĵaŭdo", -"Friday" => "vendredo", -"Saturday" => "sabato", -"January" => "Januaro", -"February" => "Februaro", -"March" => "Marto", -"April" => "Aprilo", -"May" => "Majo", -"June" => "Junio", -"July" => "Julio", -"August" => "Aŭgusto", -"September" => "Septembro", -"October" => "Oktobro", -"November" => "Novembro", -"December" => "Decembro", -"Settings" => "Agordo", -"File" => "Dosiero", -"Folder" => "Dosierujo", -"Image" => "Bildo", -"Saving..." => "Konservante...", -"Reset password" => "Rekomenci la pasvorton", -"No" => "Ne", -"Yes" => "Jes", -"Choose" => "Elekti", -"Ok" => "Akcepti", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} dosierkonflikto","{count} dosierkonfliktoj"), -"One file conflict" => "Unu dosierkonflikto", -"New Files" => "Novaj dosieroj", -"Which files do you want to keep?" => "Kiujn dosierojn vi volas konservi?", -"If you select both versions, the copied file will have a number added to its name." => "Se vi elektos ambaŭ eldonojn, la kopiota dosiero havos numeron aldonitan al sia nomo.", -"Cancel" => "Nuligi", -"(all selected)" => "(ĉiuj elektitas)", -"({count} selected)" => "({count} elektitas)", -"Very weak password" => "Tre malforta pasvorto", -"Weak password" => "Malforta pasvorto", -"So-so password" => "Mezaĉa pasvorto", -"Good password" => "Bona pasvorto", -"Strong password" => "Forta pasvorto", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Via TTT-servilo ankoraŭ ne ĝuste agordiĝis por permesi sinkronigi dosierojn ĉar la WebDAV-interfaco ŝajnas rompita.", -"Shared" => "Dividita", -"Share" => "Kunhavigi", -"Error" => "Eraro", -"Error while sharing" => "Eraro dum kunhavigo", -"Error while unsharing" => "Eraro dum malkunhavigo", -"Error while changing permissions" => "Eraro dum ŝanĝo de permesoj", -"Shared with you and the group {group} by {owner}" => "Kunhavigita kun vi kaj la grupo {group} de {owner}", -"Shared with you by {owner}" => "Kunhavigita kun vi de {owner}", -"Share with user or group …" => "Kunhavigi kun uzanto aŭ grupo...", -"Share link" => "Konhavigi ligilon", -"Password protect" => "Protekti per pasvorto", -"Email link to person" => "Retpoŝti la ligilon al ulo", -"Send" => "Sendi", -"Set expiration date" => "Agordi limdaton", -"Expiration date" => "Limdato", -"group" => "grupo", -"Resharing is not allowed" => "Rekunhavigo ne permesatas", -"Shared in {item} with {user}" => "Kunhavigita en {item} kun {user}", -"Unshare" => "Malkunhavigi", -"notify by email" => "avizi per retpoŝto", -"can share" => "kunhavebla", -"can edit" => "povas redakti", -"access control" => "alirkontrolo", -"create" => "krei", -"update" => "ĝisdatigi", -"delete" => "forigi", -"Password protected" => "Protektita per pasvorto", -"Error unsetting expiration date" => "Eraro dum malagordado de limdato", -"Error setting expiration date" => "Eraro dum agordado de limdato", -"Sending ..." => "Sendante...", -"Email sent" => "La retpoŝtaĵo sendiĝis", -"Warning" => "Averto", -"The object type is not specified." => "Ne indikiĝis tipo de la objekto.", -"Enter new" => "Enigu novan", -"Delete" => "Forigi", -"Add" => "Aldoni", -"Edit tags" => "Redakti etikedojn", -"No tags selected for deletion." => "Neniu etikedo elektitas por forigo.", -"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}", -"You will receive a link to reset your password via Email." => "Vi ricevos ligilon retpoŝte por rekomencigi vian pasvorton.", -"Username" => "Uzantonomo", -"Yes, I really want to reset my password now" => "Jes, mi vere volas restarigi mian pasvorton nun", -"New password" => "Nova pasvorto", -"Personal" => "Persona", -"Users" => "Uzantoj", -"Apps" => "Aplikaĵoj", -"Admin" => "Administranto", -"Help" => "Helpo", -"Error loading tags" => "Eraris ŝargo de etikedoj", -"Tag already exists" => "La etikedo jam ekzistas", -"Error deleting tag(s)" => "Eraris forigo de etikedo(j)", -"Error tagging" => "Eraris etikedado", -"Error untagging" => "Eraris maletikedado", -"Access forbidden" => "Aliro estas malpermesata", -"Security Warning" => "Sekureca averto", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Via PHP versio estas sendefenda je la NULL bajto atako (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Bonvolu ĝisdatigi vian PHP-instalon por uzi %s sekure.", -"Create an admin account" => "Krei administran konton", -"Password" => "Pasvorto", -"Data folder" => "Datuma dosierujo", -"Configure the database" => "Agordi la datumbazon", -"Database user" => "Datumbaza uzanto", -"Database password" => "Datumbaza pasvorto", -"Database name" => "Datumbaza nomo", -"Database tablespace" => "Datumbaza tabelospaco", -"Database host" => "Datumbaza gastigo", -"Finish setup" => "Fini la instalon", -"Finishing …" => "Finante...", -"%s is available. Get more information on how to update." => "%s haveblas. Ekhavi pli da informo pri kiel ĝisdatigi.", -"Log out" => "Elsaluti", -"Please contact your administrator." => "Bonvolu kontakti vian administranton.", -"remember" => "memori", -"Log in" => "Ensaluti", -"Alternative Logins" => "Alternativaj ensalutoj", -"Thank you for your patience." => "Dankon pro via pacienco." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es.js b/core/l10n/es.js new file mode 100644 index 0000000000..683e03cb70 --- /dev/null +++ b/core/l10n/es.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s", + "Turned on maintenance mode" : "Modo mantenimiento activado", + "Turned off maintenance mode" : "Modo mantenimiento desactivado", + "Updated database" : "Base de datos actualizada", + "Checked database schema update" : "Actualización del esquema de base de datos revisado", + "Checked database schema update for apps" : "Chequeada actualización de esquema de la base de datos para aplicaciones", + "Updated \"%s\" to %s" : "Se ha actualizado \"%s\" a %s", + "Disabled incompatible apps: %s" : "Aplicaciones incompatibles desactivadas: %s", + "No image or file provided" : "No se especificó ningún archivo o imagen", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "No temporary profile picture available, try again" : "No hay disponible una imagen temporal de perfil, pruebe de nuevo", + "No crop data provided" : "No se proporcionó datos del recorte", + "Sunday" : "Domingo", + "Monday" : "Lunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Jueves", + "Friday" : "Viernes", + "Saturday" : "Sábado", + "January" : "Enero", + "February" : "Febrero", + "March" : "Marzo", + "April" : "Abril", + "May" : "Mayo", + "June" : "Junio", + "July" : "Julio", + "August" : "Agosto", + "September" : "Septiembre", + "October" : "Octubre", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Sus archivos están cifrados. Si no has activado la clave de recuperación, no habrá manera de recuperar los datos despues de que tu contraseña seá restablecida.
Si no está seguro de lo que debe hacer, por favor contacte a su administrador antes de continuar.
¿Realmente desea continuar?", + "I know what I'm doing" : "Yo se lo que estoy haciendo", + "Reset password" : "Restablecer contraseña", + "Password can not be changed. Please contact your administrator." : "La contraseña no se puede cambiar. Por favor, contacte a su administrador.", + "No" : "No", + "Yes" : "Sí", + "Choose" : "Seleccionar", + "Error loading file picker template: {error}" : "Error cargando plantilla del seleccionador de archivos: {error}", + "Ok" : "Aceptar", + "Error loading message template: {error}" : "Error cargando plantilla del mensaje: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de archivo","{count} conflictos de archivo"], + "One file conflict" : "On conflicto de archivo", + "New Files" : "Nuevos Archivos", + "Already existing files" : "Archivos ya existentes", + "Which files do you want to keep?" : "¿Que archivos deseas mantener?", + "If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, el archivo copiado tendrá añadido un número en su nombre.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(seleccionados todos)", + "({count} selected)" : "({count} seleccionados)", + "Error loading file exists template" : "Error cargando plantilla de archivo existente", + "Very weak password" : "Contraseña muy débil", + "Weak password" : "Contraseña débil", + "So-so password" : "Contraseña pasable", + "Good password" : "Contraseña buena", + "Strong password" : "Contraseña muy buena", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Su servidor web aún no está configurado adecuadamente para permitir la sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando.", + "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." : "Este servidor no tiene conexión a Internet. Esto significa que algunas de las características no funcionarán, como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones, la instalación de aplicaciones de terceros, el acceso a los archivos de forma remota o el envío de correos electrónicos de notificación. Sugerimos habilitar una conexión a Internet en este servidor para disfrutar de todas las funciones.", + "Error occurred while checking server setup" : "Ha ocurrido un error la revisar la configuración del servidor", + "Shared" : "Compartido", + "Shared with {recipients}" : "Compartido con {recipients}", + "Share" : "Compartir", + "Error" : "Error", + "Error while sharing" : "Error al compartir", + "Error while unsharing" : "Error al dejar de compartir", + "Error while changing permissions" : "Error al cambiar permisos", + "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}", + "Shared with you by {owner}" : "Compartido contigo por {owner}", + "Share with user or group …" : "Compartido con el usuario o con el grupo ...", + "Share link" : "Enlace compartido", + "The public link will expire no later than {days} days after it is created" : "El link publico no expirará antes de {days} desde que fué creado", + "Password protect" : "Protección con contraseña", + "Choose a password for the public link" : "Elija una contraseña para el enlace publico", + "Allow Public Upload" : "Permitir Subida Pública", + "Email link to person" : "Enviar enlace por correo electrónico a una persona", + "Send" : "Enviar", + "Set expiration date" : "Establecer fecha de caducidad", + "Expiration date" : "Fecha de caducidad", + "Adding user..." : "Añadiendo usuario...", + "group" : "grupo", + "Resharing is not allowed" : "No se permite compartir de nuevo", + "Shared in {item} with {user}" : "Compartido en {item} con {user}", + "Unshare" : "Dejar de compartir", + "notify by email" : "notificar por correo electrónico", + "can share" : "puede compartir", + "can edit" : "puede editar", + "access control" : "control de acceso", + "create" : "crear", + "update" : "actualizar", + "delete" : "eliminar", + "Password protected" : "Protegido con contraseña", + "Error unsetting expiration date" : "Error eliminando fecha de caducidad", + "Error setting expiration date" : "Error estableciendo fecha de caducidad", + "Sending ..." : "Enviando...", + "Email sent" : "Correo electrónico enviado", + "Warning" : "Precaución", + "The object type is not specified." : "El tipo de objeto no está especificado.", + "Enter new" : "Ingresar nueva", + "Delete" : "Eliminar", + "Add" : "Agregar", + "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.", + "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", + "The update was successful. Redirecting you to ownCloud now." : "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora.", + "Couldn't reset password because the token is invalid" : "No se puede restablecer la contraseña porque el vale de identificación es nulo.", + "Couldn't send reset email. Please make sure your username is correct." : "No se pudo enviar la reiniciación de su correo electrónico. Por favor, asegúrese de que su nombre de usuario es el correcto.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "No se pudo enviar la reiniciación del correo electrónico, porque no hay una dirección de correo electrónico asociada con este nombre de usuario. Por favor, contacte a su administrador.", + "%s password reset" : "%s restablecer contraseña", + "Use the following link to reset your password: {link}" : "Utilice el siguiente enlace para restablecer su contraseña: {link}", + "You will receive a link to reset your password via Email." : "Recibirá un enlace por correo electrónico para restablecer su contraseña", + "Username" : "Nombre de usuario", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Sus archivos están cifrados. Si no ha habilitado la clave de recurperación, no habrá forma de recuperar sus datos luego de que la contraseña sea reseteada. Si no está seguro de qué hacer, contacte a su administrador antes de continuar. ¿Realmente desea continuar?", + "Yes, I really want to reset my password now" : "Sí. Realmente deseo resetear mi contraseña ahora", + "Reset" : "Reiniciar", + "New password" : "Nueva contraseña", + "New Password" : "Nueva contraseña", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X no está soportado y %s no funcionará bien en esta plataforma. ¡Úsela a su propio riesgo! ", + "For the best results, please consider using a GNU/Linux server instead." : "Para óptimos resultados, considere utilizar un servidor GNU/Linux.", + "Personal" : "Personal", + "Users" : "Usuarios", + "Apps" : "Aplicaciones", + "Admin" : "Administración", + "Help" : "Ayuda", + "Error loading tags" : "Error cargando etiquetas.", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error borrando etiqueta(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al quitar etiqueta", + "Error favoriting" : "Error al marcar como favorito", + "Error unfavoriting" : "Error al quitar como favorito", + "Access forbidden" : "Acceso denegado", + "File not found" : "Archivo no encontrado", + "The specified document has not been found on the server." : "El documento indicado no se ha encontrado en el servidor.", + "You can click here to return to %s." : "Puede hacer clic aquí para volver a %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n", + "The share will expire on %s." : "El objeto dejará de ser compartido el %s.", + "Cheers!" : "¡Saludos!", + "Internal Server Error" : "Error interno del servidor", + "The server encountered an internal error and was unable to complete your request." : "El servidor ha encontrado un error y no puede completar la solicitud.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacte con el administrador del servidor si este error reaparece multiples veces. Por favor incluya los detalles tecnicos que se muestran acontinuación.", + "More details can be found in the server log." : "Mas detalles pueden verse en el log del servidor.", + "Technical details" : "Detalles tecnicos", + "Remote Address: %s" : "Dirección remota: %s", + "Request ID: %s" : "ID solicitado: %s", + "Code: %s" : "Codigo: %s", + "Message: %s" : "Mensaje: %s", + "File: %s" : "Archivo: %s", + "Line: %s" : "Linea: %s", + "Trace" : "Trazas", + "Security Warning" : "Advertencia de seguridad", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Su versión de PHP es vulnerable al ataque de Byte NULL (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor, actualice su instalación PHP para usar %s con seguridad.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Su directorio de datos y sus archivos probablemente sean accesibles a través de internet ya que el archivo .htaccess no funciona.", + "For information how to properly configure your server, please see the documentation." : "Para información de cómo configurar apropiadamente su servidor, por favor vea la documentación.", + "Create an admin account" : "Crear una cuenta de administrador", + "Password" : "Contraseña", + "Storage & database" : "Almacenamiento y base de datos", + "Data folder" : "Directorio de datos", + "Configure the database" : "Configurar la base de datos", + "Only %s is available." : "Solo %s está disponible.", + "Database user" : "Usuario de la base de datos", + "Database password" : "Contraseña de la base de datos", + "Database name" : "Nombre de la base de datos", + "Database tablespace" : "Espacio de tablas de la base de datos", + "Database host" : "Host de la base de datos", + "SQLite will be used as database. For larger installations we recommend to change this." : "Se usará SQLite como base de datos. Para instalaciones más grandes, es recomendable cambiar esto.", + "Finish setup" : "Completar la instalación", + "Finishing …" : "Finalizando...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "La aplicación requiere JavaScript para poder operar correctamente. Sírvase activar JavaScript y volver a cargar la página.", + "%s is available. Get more information on how to update." : "%s está disponible. Obtener más información de como actualizar.", + "Log out" : "Salir", + "Server side authentication failed!" : "La autenticación a fallado en el servidor.", + "Please contact your administrator." : "Por favor, contacte con el administrador.", + "Forgot your password? Reset it!" : "¿Olvidó su contraseña? ¡Reiniciala!", + "remember" : "recordar", + "Log in" : "Entrar", + "Alternative Logins" : "Inicios de sesión alternativos", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hola:

Te comentamos que %s compartió %s contigo.
¡Échale un vistazo!

", + "This ownCloud instance is currently in single user mode." : "Esta instalación de ownCloud se encuentra en modo de usuario único.", + "This means only administrators can use the instance." : "Esto quiere decir que solo un administrador puede usarla.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", + "Thank you for your patience." : "Gracias por su paciencia.", + "You are accessing the server from an untrusted domain." : "Está accediendo al servidor desde un dominio inseguro.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contacte a su administrador. Si usted es el administrador, configure \"trusted_domain\" en config/config.php. En config/config.sample.php se encuentra un ejemplo para la configuración.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de su configuración, como administrador, debería poder usar el botón de abajo para confiar en este dominio.", + "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", + "%s will be updated to version %s." : "%s será actualizado a la versión %s.", + "The following apps will be disabled:" : "Las siguientes aplicaciones serán desactivadas:", + "The theme %s has been disabled." : "El tema %s ha sido desactivado.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Antes de proceder, asegúrese de que se haya hecho un respaldo de la base de datos, la carpeta de configuración y la carpeta de datos.", + "Start update" : "Iniciar actualización", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tiempos de espera en grandes instalaciones, en su lugar puede ejecutar el siguiente comando desde el directorio de instalación:", + "This %s instance is currently being updated, which may take a while." : "Está instancia %s está siendo actualizada, lo que puede llevar un tiempo.", + "This page will refresh itself when the %s instance is available again." : "La página se refrescará por sí misma cuando la instancia %s vuelva a estar disponible." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es.json b/core/l10n/es.json new file mode 100644 index 0000000000..3eaedab062 --- /dev/null +++ b/core/l10n/es.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s", + "Turned on maintenance mode" : "Modo mantenimiento activado", + "Turned off maintenance mode" : "Modo mantenimiento desactivado", + "Updated database" : "Base de datos actualizada", + "Checked database schema update" : "Actualización del esquema de base de datos revisado", + "Checked database schema update for apps" : "Chequeada actualización de esquema de la base de datos para aplicaciones", + "Updated \"%s\" to %s" : "Se ha actualizado \"%s\" a %s", + "Disabled incompatible apps: %s" : "Aplicaciones incompatibles desactivadas: %s", + "No image or file provided" : "No se especificó ningún archivo o imagen", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "No temporary profile picture available, try again" : "No hay disponible una imagen temporal de perfil, pruebe de nuevo", + "No crop data provided" : "No se proporcionó datos del recorte", + "Sunday" : "Domingo", + "Monday" : "Lunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Jueves", + "Friday" : "Viernes", + "Saturday" : "Sábado", + "January" : "Enero", + "February" : "Febrero", + "March" : "Marzo", + "April" : "Abril", + "May" : "Mayo", + "June" : "Junio", + "July" : "Julio", + "August" : "Agosto", + "September" : "Septiembre", + "October" : "Octubre", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Sus archivos están cifrados. Si no has activado la clave de recuperación, no habrá manera de recuperar los datos despues de que tu contraseña seá restablecida.
Si no está seguro de lo que debe hacer, por favor contacte a su administrador antes de continuar.
¿Realmente desea continuar?", + "I know what I'm doing" : "Yo se lo que estoy haciendo", + "Reset password" : "Restablecer contraseña", + "Password can not be changed. Please contact your administrator." : "La contraseña no se puede cambiar. Por favor, contacte a su administrador.", + "No" : "No", + "Yes" : "Sí", + "Choose" : "Seleccionar", + "Error loading file picker template: {error}" : "Error cargando plantilla del seleccionador de archivos: {error}", + "Ok" : "Aceptar", + "Error loading message template: {error}" : "Error cargando plantilla del mensaje: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de archivo","{count} conflictos de archivo"], + "One file conflict" : "On conflicto de archivo", + "New Files" : "Nuevos Archivos", + "Already existing files" : "Archivos ya existentes", + "Which files do you want to keep?" : "¿Que archivos deseas mantener?", + "If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, el archivo copiado tendrá añadido un número en su nombre.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(seleccionados todos)", + "({count} selected)" : "({count} seleccionados)", + "Error loading file exists template" : "Error cargando plantilla de archivo existente", + "Very weak password" : "Contraseña muy débil", + "Weak password" : "Contraseña débil", + "So-so password" : "Contraseña pasable", + "Good password" : "Contraseña buena", + "Strong password" : "Contraseña muy buena", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Su servidor web aún no está configurado adecuadamente para permitir la sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando.", + "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." : "Este servidor no tiene conexión a Internet. Esto significa que algunas de las características no funcionarán, como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones, la instalación de aplicaciones de terceros, el acceso a los archivos de forma remota o el envío de correos electrónicos de notificación. Sugerimos habilitar una conexión a Internet en este servidor para disfrutar de todas las funciones.", + "Error occurred while checking server setup" : "Ha ocurrido un error la revisar la configuración del servidor", + "Shared" : "Compartido", + "Shared with {recipients}" : "Compartido con {recipients}", + "Share" : "Compartir", + "Error" : "Error", + "Error while sharing" : "Error al compartir", + "Error while unsharing" : "Error al dejar de compartir", + "Error while changing permissions" : "Error al cambiar permisos", + "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}", + "Shared with you by {owner}" : "Compartido contigo por {owner}", + "Share with user or group …" : "Compartido con el usuario o con el grupo ...", + "Share link" : "Enlace compartido", + "The public link will expire no later than {days} days after it is created" : "El link publico no expirará antes de {days} desde que fué creado", + "Password protect" : "Protección con contraseña", + "Choose a password for the public link" : "Elija una contraseña para el enlace publico", + "Allow Public Upload" : "Permitir Subida Pública", + "Email link to person" : "Enviar enlace por correo electrónico a una persona", + "Send" : "Enviar", + "Set expiration date" : "Establecer fecha de caducidad", + "Expiration date" : "Fecha de caducidad", + "Adding user..." : "Añadiendo usuario...", + "group" : "grupo", + "Resharing is not allowed" : "No se permite compartir de nuevo", + "Shared in {item} with {user}" : "Compartido en {item} con {user}", + "Unshare" : "Dejar de compartir", + "notify by email" : "notificar por correo electrónico", + "can share" : "puede compartir", + "can edit" : "puede editar", + "access control" : "control de acceso", + "create" : "crear", + "update" : "actualizar", + "delete" : "eliminar", + "Password protected" : "Protegido con contraseña", + "Error unsetting expiration date" : "Error eliminando fecha de caducidad", + "Error setting expiration date" : "Error estableciendo fecha de caducidad", + "Sending ..." : "Enviando...", + "Email sent" : "Correo electrónico enviado", + "Warning" : "Precaución", + "The object type is not specified." : "El tipo de objeto no está especificado.", + "Enter new" : "Ingresar nueva", + "Delete" : "Eliminar", + "Add" : "Agregar", + "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.", + "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", + "The update was successful. Redirecting you to ownCloud now." : "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora.", + "Couldn't reset password because the token is invalid" : "No se puede restablecer la contraseña porque el vale de identificación es nulo.", + "Couldn't send reset email. Please make sure your username is correct." : "No se pudo enviar la reiniciación de su correo electrónico. Por favor, asegúrese de que su nombre de usuario es el correcto.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "No se pudo enviar la reiniciación del correo electrónico, porque no hay una dirección de correo electrónico asociada con este nombre de usuario. Por favor, contacte a su administrador.", + "%s password reset" : "%s restablecer contraseña", + "Use the following link to reset your password: {link}" : "Utilice el siguiente enlace para restablecer su contraseña: {link}", + "You will receive a link to reset your password via Email." : "Recibirá un enlace por correo electrónico para restablecer su contraseña", + "Username" : "Nombre de usuario", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Sus archivos están cifrados. Si no ha habilitado la clave de recurperación, no habrá forma de recuperar sus datos luego de que la contraseña sea reseteada. Si no está seguro de qué hacer, contacte a su administrador antes de continuar. ¿Realmente desea continuar?", + "Yes, I really want to reset my password now" : "Sí. Realmente deseo resetear mi contraseña ahora", + "Reset" : "Reiniciar", + "New password" : "Nueva contraseña", + "New Password" : "Nueva contraseña", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X no está soportado y %s no funcionará bien en esta plataforma. ¡Úsela a su propio riesgo! ", + "For the best results, please consider using a GNU/Linux server instead." : "Para óptimos resultados, considere utilizar un servidor GNU/Linux.", + "Personal" : "Personal", + "Users" : "Usuarios", + "Apps" : "Aplicaciones", + "Admin" : "Administración", + "Help" : "Ayuda", + "Error loading tags" : "Error cargando etiquetas.", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error borrando etiqueta(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al quitar etiqueta", + "Error favoriting" : "Error al marcar como favorito", + "Error unfavoriting" : "Error al quitar como favorito", + "Access forbidden" : "Acceso denegado", + "File not found" : "Archivo no encontrado", + "The specified document has not been found on the server." : "El documento indicado no se ha encontrado en el servidor.", + "You can click here to return to %s." : "Puede hacer clic aquí para volver a %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n", + "The share will expire on %s." : "El objeto dejará de ser compartido el %s.", + "Cheers!" : "¡Saludos!", + "Internal Server Error" : "Error interno del servidor", + "The server encountered an internal error and was unable to complete your request." : "El servidor ha encontrado un error y no puede completar la solicitud.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor contacte con el administrador del servidor si este error reaparece multiples veces. Por favor incluya los detalles tecnicos que se muestran acontinuación.", + "More details can be found in the server log." : "Mas detalles pueden verse en el log del servidor.", + "Technical details" : "Detalles tecnicos", + "Remote Address: %s" : "Dirección remota: %s", + "Request ID: %s" : "ID solicitado: %s", + "Code: %s" : "Codigo: %s", + "Message: %s" : "Mensaje: %s", + "File: %s" : "Archivo: %s", + "Line: %s" : "Linea: %s", + "Trace" : "Trazas", + "Security Warning" : "Advertencia de seguridad", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Su versión de PHP es vulnerable al ataque de Byte NULL (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor, actualice su instalación PHP para usar %s con seguridad.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Su directorio de datos y sus archivos probablemente sean accesibles a través de internet ya que el archivo .htaccess no funciona.", + "For information how to properly configure your server, please see the documentation." : "Para información de cómo configurar apropiadamente su servidor, por favor vea la documentación.", + "Create an admin account" : "Crear una cuenta de administrador", + "Password" : "Contraseña", + "Storage & database" : "Almacenamiento y base de datos", + "Data folder" : "Directorio de datos", + "Configure the database" : "Configurar la base de datos", + "Only %s is available." : "Solo %s está disponible.", + "Database user" : "Usuario de la base de datos", + "Database password" : "Contraseña de la base de datos", + "Database name" : "Nombre de la base de datos", + "Database tablespace" : "Espacio de tablas de la base de datos", + "Database host" : "Host de la base de datos", + "SQLite will be used as database. For larger installations we recommend to change this." : "Se usará SQLite como base de datos. Para instalaciones más grandes, es recomendable cambiar esto.", + "Finish setup" : "Completar la instalación", + "Finishing …" : "Finalizando...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "La aplicación requiere JavaScript para poder operar correctamente. Sírvase activar JavaScript y volver a cargar la página.", + "%s is available. Get more information on how to update." : "%s está disponible. Obtener más información de como actualizar.", + "Log out" : "Salir", + "Server side authentication failed!" : "La autenticación a fallado en el servidor.", + "Please contact your administrator." : "Por favor, contacte con el administrador.", + "Forgot your password? Reset it!" : "¿Olvidó su contraseña? ¡Reiniciala!", + "remember" : "recordar", + "Log in" : "Entrar", + "Alternative Logins" : "Inicios de sesión alternativos", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hola:

Te comentamos que %s compartió %s contigo.
¡Échale un vistazo!

", + "This ownCloud instance is currently in single user mode." : "Esta instalación de ownCloud se encuentra en modo de usuario único.", + "This means only administrators can use the instance." : "Esto quiere decir que solo un administrador puede usarla.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", + "Thank you for your patience." : "Gracias por su paciencia.", + "You are accessing the server from an untrusted domain." : "Está accediendo al servidor desde un dominio inseguro.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contacte a su administrador. Si usted es el administrador, configure \"trusted_domain\" en config/config.php. En config/config.sample.php se encuentra un ejemplo para la configuración.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de su configuración, como administrador, debería poder usar el botón de abajo para confiar en este dominio.", + "Add \"%s\" as trusted domain" : "Agregar \"%s\" como un dominio de confianza", + "%s will be updated to version %s." : "%s será actualizado a la versión %s.", + "The following apps will be disabled:" : "Las siguientes aplicaciones serán desactivadas:", + "The theme %s has been disabled." : "El tema %s ha sido desactivado.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Antes de proceder, asegúrese de que se haya hecho un respaldo de la base de datos, la carpeta de configuración y la carpeta de datos.", + "Start update" : "Iniciar actualización", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tiempos de espera en grandes instalaciones, en su lugar puede ejecutar el siguiente comando desde el directorio de instalación:", + "This %s instance is currently being updated, which may take a while." : "Está instancia %s está siendo actualizada, lo que puede llevar un tiempo.", + "This page will refresh itself when the %s instance is available again." : "La página se refrescará por sí misma cuando la instancia %s vuelva a estar disponible." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/es.php b/core/l10n/es.php deleted file mode 100644 index c7ca3c1580..0000000000 --- a/core/l10n/es.php +++ /dev/null @@ -1,211 +0,0 @@ - "No se pudo enviar el mensaje a los siguientes usuarios: %s", -"Turned on maintenance mode" => "Modo mantenimiento activado", -"Turned off maintenance mode" => "Modo mantenimiento desactivado", -"Updated database" => "Base de datos actualizada", -"Checked database schema update" => "Actualización del esquema de base de datos revisado", -"Checked database schema update for apps" => "Chequeada actualización de esquema de la base de datos para aplicaciones", -"Updated \"%s\" to %s" => "Se ha actualizado \"%s\" a %s", -"Disabled incompatible apps: %s" => "Aplicaciones incompatibles desactivadas: %s", -"No image or file provided" => "No se especificó ningún archivo o imagen", -"Unknown filetype" => "Tipo de archivo desconocido", -"Invalid image" => "Imagen inválida", -"No temporary profile picture available, try again" => "No hay disponible una imagen temporal de perfil, pruebe de nuevo", -"No crop data provided" => "No se proporcionó datos del recorte", -"Sunday" => "Domingo", -"Monday" => "Lunes", -"Tuesday" => "Martes", -"Wednesday" => "Miércoles", -"Thursday" => "Jueves", -"Friday" => "Viernes", -"Saturday" => "Sábado", -"January" => "Enero", -"February" => "Febrero", -"March" => "Marzo", -"April" => "Abril", -"May" => "Mayo", -"June" => "Junio", -"July" => "Julio", -"August" => "Agosto", -"September" => "Septiembre", -"October" => "Octubre", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Sus archivos están cifrados. Si no has activado la clave de recuperación, no habrá manera de recuperar los datos despues de que tu contraseña seá restablecida.
Si no está seguro de lo que debe hacer, por favor contacte a su administrador antes de continuar.
¿Realmente desea continuar?", -"I know what I'm doing" => "Yo se lo que estoy haciendo", -"Reset password" => "Restablecer contraseña", -"Password can not be changed. Please contact your administrator." => "La contraseña no se puede cambiar. Por favor, contacte a su administrador.", -"No" => "No", -"Yes" => "Sí", -"Choose" => "Seleccionar", -"Error loading file picker template: {error}" => "Error cargando plantilla del seleccionador de archivos: {error}", -"Ok" => "Aceptar", -"Error loading message template: {error}" => "Error cargando plantilla del mensaje: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} conflicto de archivo","{count} conflictos de archivo"), -"One file conflict" => "On conflicto de archivo", -"New Files" => "Nuevos Archivos", -"Already existing files" => "Archivos ya existentes", -"Which files do you want to keep?" => "¿Que archivos deseas mantener?", -"If you select both versions, the copied file will have a number added to its name." => "Si seleccionas ambas versiones, el archivo copiado tendrá añadido un número en su nombre.", -"Cancel" => "Cancelar", -"Continue" => "Continuar", -"(all selected)" => "(seleccionados todos)", -"({count} selected)" => "({count} seleccionados)", -"Error loading file exists template" => "Error cargando plantilla de archivo existente", -"Very weak password" => "Contraseña muy débil", -"Weak password" => "Contraseña débil", -"So-so password" => "Contraseña pasable", -"Good password" => "Contraseña buena", -"Strong password" => "Contraseña muy buena", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Su servidor web aún no está configurado adecuadamente para permitir la sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando.", -"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." => "Este servidor no tiene conexión a Internet. Esto significa que algunas de las características no funcionarán, como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones, la instalación de aplicaciones de terceros, el acceso a los archivos de forma remota o el envío de correos electrónicos de notificación. Sugerimos habilitar una conexión a Internet en este servidor para disfrutar de todas las funciones.", -"Error occurred while checking server setup" => "Ha ocurrido un error la revisar la configuración del servidor", -"Shared" => "Compartido", -"Shared with {recipients}" => "Compartido con {recipients}", -"Share" => "Compartir", -"Error" => "Error", -"Error while sharing" => "Error al compartir", -"Error while unsharing" => "Error al dejar de compartir", -"Error while changing permissions" => "Error al cambiar permisos", -"Shared with you and the group {group} by {owner}" => "Compartido contigo y el grupo {group} por {owner}", -"Shared with you by {owner}" => "Compartido contigo por {owner}", -"Share with user or group …" => "Compartido con el usuario o con el grupo ...", -"Share link" => "Enlace compartido", -"The public link will expire no later than {days} days after it is created" => "El link publico no expirará antes de {days} desde que fué creado", -"Password protect" => "Protección con contraseña", -"Choose a password for the public link" => "Elija una contraseña para el enlace publico", -"Allow Public Upload" => "Permitir Subida Pública", -"Email link to person" => "Enviar enlace por correo electrónico a una persona", -"Send" => "Enviar", -"Set expiration date" => "Establecer fecha de caducidad", -"Expiration date" => "Fecha de caducidad", -"Adding user..." => "Añadiendo usuario...", -"group" => "grupo", -"Resharing is not allowed" => "No se permite compartir de nuevo", -"Shared in {item} with {user}" => "Compartido en {item} con {user}", -"Unshare" => "Dejar de compartir", -"notify by email" => "notificar por correo electrónico", -"can share" => "puede compartir", -"can edit" => "puede editar", -"access control" => "control de acceso", -"create" => "crear", -"update" => "actualizar", -"delete" => "eliminar", -"Password protected" => "Protegido con contraseña", -"Error unsetting expiration date" => "Error eliminando fecha de caducidad", -"Error setting expiration date" => "Error estableciendo fecha de caducidad", -"Sending ..." => "Enviando...", -"Email sent" => "Correo electrónico enviado", -"Warning" => "Precaución", -"The object type is not specified." => "El tipo de objeto no está especificado.", -"Enter new" => "Ingresar nueva", -"Delete" => "Eliminar", -"Add" => "Agregar", -"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.", -"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", -"The update was successful. Redirecting you to ownCloud now." => "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora.", -"Couldn't reset password because the token is invalid" => "No se puede restablecer la contraseña porque el vale de identificación es nulo.", -"Couldn't send reset email. Please make sure your username is correct." => "No se pudo enviar la reiniciación de su correo electrónico. Por favor, asegúrese de que su nombre de usuario es el correcto.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "No se pudo enviar la reiniciación del correo electrónico, porque no hay una dirección de correo electrónico asociada con este nombre de usuario. Por favor, contacte a su administrador.", -"%s password reset" => "%s restablecer contraseña", -"Use the following link to reset your password: {link}" => "Utilice el siguiente enlace para restablecer su contraseña: {link}", -"You will receive a link to reset your password via Email." => "Recibirá un enlace por correo electrónico para restablecer su contraseña", -"Username" => "Nombre de usuario", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Sus archivos están cifrados. Si no ha habilitado la clave de recurperación, no habrá forma de recuperar sus datos luego de que la contraseña sea reseteada. Si no está seguro de qué hacer, contacte a su administrador antes de continuar. ¿Realmente desea continuar?", -"Yes, I really want to reset my password now" => "Sí. Realmente deseo resetear mi contraseña ahora", -"Reset" => "Reiniciar", -"New password" => "Nueva contraseña", -"New Password" => "Nueva contraseña", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X no está soportado y %s no funcionará bien en esta plataforma. ¡Úsela a su propio riesgo! ", -"For the best results, please consider using a GNU/Linux server instead." => "Para óptimos resultados, considere utilizar un servidor GNU/Linux.", -"Personal" => "Personal", -"Users" => "Usuarios", -"Apps" => "Aplicaciones", -"Admin" => "Administración", -"Help" => "Ayuda", -"Error loading tags" => "Error cargando etiquetas.", -"Tag already exists" => "La etiqueta ya existe", -"Error deleting tag(s)" => "Error borrando etiqueta(s)", -"Error tagging" => "Error al etiquetar", -"Error untagging" => "Error al quitar etiqueta", -"Error favoriting" => "Error al marcar como favorito", -"Error unfavoriting" => "Error al quitar como favorito", -"Access forbidden" => "Acceso denegado", -"File not found" => "Archivo no encontrado", -"The specified document has not been found on the server." => "El documento indicado no se ha encontrado en el servidor.", -"You can click here to return to %s." => "Puede hacer clic aquí para volver a %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n", -"The share will expire on %s." => "El objeto dejará de ser compartido el %s.", -"Cheers!" => "¡Saludos!", -"Internal Server Error" => "Error interno del servidor", -"The server encountered an internal error and was unable to complete your request." => "El servidor ha encontrado un error y no puede completar la solicitud.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Por favor contacte con el administrador del servidor si este error reaparece multiples veces. Por favor incluya los detalles tecnicos que se muestran acontinuación.", -"More details can be found in the server log." => "Mas detalles pueden verse en el log del servidor.", -"Technical details" => "Detalles tecnicos", -"Remote Address: %s" => "Dirección remota: %s", -"Request ID: %s" => "ID solicitado: %s", -"Code: %s" => "Codigo: %s", -"Message: %s" => "Mensaje: %s", -"File: %s" => "Archivo: %s", -"Line: %s" => "Linea: %s", -"Trace" => "Trazas", -"Security Warning" => "Advertencia de seguridad", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Su versión de PHP es vulnerable al ataque de Byte NULL (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Por favor, actualice su instalación PHP para usar %s con seguridad.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Su directorio de datos y sus archivos probablemente sean accesibles a través de internet ya que el archivo .htaccess no funciona.", -"For information how to properly configure your server, please see the documentation." => "Para información de cómo configurar apropiadamente su servidor, por favor vea la documentación.", -"Create an admin account" => "Crear una cuenta de administrador", -"Password" => "Contraseña", -"Storage & database" => "Almacenamiento y base de datos", -"Data folder" => "Directorio de datos", -"Configure the database" => "Configurar la base de datos", -"Only %s is available." => "Solo %s está disponible.", -"Database user" => "Usuario de la base de datos", -"Database password" => "Contraseña de la base de datos", -"Database name" => "Nombre de la base de datos", -"Database tablespace" => "Espacio de tablas de la base de datos", -"Database host" => "Host de la base de datos", -"SQLite will be used as database. For larger installations we recommend to change this." => "Se usará SQLite como base de datos. Para instalaciones más grandes, es recomendable cambiar esto.", -"Finish setup" => "Completar la instalación", -"Finishing …" => "Finalizando...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "La aplicación requiere JavaScript para poder operar correctamente. Sírvase activar JavaScript y volver a cargar la página.", -"%s is available. Get more information on how to update." => "%s está disponible. Obtener más información de como actualizar.", -"Log out" => "Salir", -"Server side authentication failed!" => "La autenticación a fallado en el servidor.", -"Please contact your administrator." => "Por favor, contacte con el administrador.", -"Forgot your password? Reset it!" => "¿Olvidó su contraseña? ¡Reiniciala!", -"remember" => "recordar", -"Log in" => "Entrar", -"Alternative Logins" => "Inicios de sesión alternativos", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hola:

Te comentamos que %s compartió %s contigo.
¡Échale un vistazo!

", -"This ownCloud instance is currently in single user mode." => "Esta instalación de ownCloud se encuentra en modo de usuario único.", -"This means only administrators can use the instance." => "Esto quiere decir que solo un administrador puede usarla.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", -"Thank you for your patience." => "Gracias por su paciencia.", -"You are accessing the server from an untrusted domain." => "Está accediendo al servidor desde un dominio inseguro.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Contacte a su administrador. Si usted es el administrador, configure \"trusted_domain\" en config/config.php. En config/config.sample.php se encuentra un ejemplo para la configuración.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Dependiendo de su configuración, como administrador, debería poder usar el botón de abajo para confiar en este dominio.", -"Add \"%s\" as trusted domain" => "Agregar \"%s\" como un dominio de confianza", -"%s will be updated to version %s." => "%s será actualizado a la versión %s.", -"The following apps will be disabled:" => "Las siguientes aplicaciones serán desactivadas:", -"The theme %s has been disabled." => "El tema %s ha sido desactivado.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Antes de proceder, asegúrese de que se haya hecho un respaldo de la base de datos, la carpeta de configuración y la carpeta de datos.", -"Start update" => "Iniciar actualización", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Para evitar tiempos de espera en grandes instalaciones, en su lugar puede ejecutar el siguiente comando desde el directorio de instalación:", -"This %s instance is currently being updated, which may take a while." => "Está instancia %s está siendo actualizada, lo que puede llevar un tiempo.", -"This page will refresh itself when the %s instance is available again." => "La página se refrescará por sí misma cuando la instancia %s vuelva a estar disponible." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es_AR.js b/core/l10n/es_AR.js new file mode 100644 index 0000000000..f9b54cc8d8 --- /dev/null +++ b/core/l10n/es_AR.js @@ -0,0 +1,155 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "No se pudieron mandar correos a los siguientes usuarios: %s", + "Turned on maintenance mode" : "Modo de mantenimiento activado", + "Turned off maintenance mode" : "Modo de mantenimiento desactivado", + "Updated database" : "Base de datos actualizada", + "No image or file provided" : "No se ha proveído de una imágen o archivo.", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "No temporary profile picture available, try again" : "No hay una imágen temporal del perfil disponible, intente de nuevo", + "No crop data provided" : "No se proveyeron datos de recorte", + "Sunday" : "Domingo", + "Monday" : "Lunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Jueves", + "Friday" : "Viernes", + "Saturday" : "Sábado", + "January" : "enero", + "February" : "febrero", + "March" : "marzo", + "April" : "abril", + "May" : "mayo", + "June" : "junio", + "July" : "julio", + "August" : "agosto", + "September" : "septiembre", + "October" : "octubre", + "November" : "noviembre", + "December" : "diciembre", + "Settings" : "Configuración", + "File" : "Archivo", + "Folder" : "Carpeta", + "Image" : "Imagen", + "Saving..." : "Guardando...", + "Reset password" : "Restablecer contraseña", + "No" : "No", + "Yes" : "Sí", + "Choose" : "Elegir", + "Error loading file picker template: {error}" : "Error cargando la plantilla del selector de archivo: {error}", + "Ok" : "Aceptar", + "Error loading message template: {error}" : "Error cargando la plantilla del mensaje: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["un archivo en conflicto","{count} archivos en conflicto"], + "One file conflict" : "Un archivo en conflicto", + "New Files" : "Nuevos archivos", + "Which files do you want to keep?" : "¿Qué archivos deseas retener?", + "If you select both versions, the copied file will have a number added to its name." : "Si tu seleccionas ambas versiones, el archivo copiado tendrá un número agregado a su nombre.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(todos están seleccionados)", + "({count} selected)" : "({count} seleccionados)", + "Error loading file exists template" : "Error cargando la plantilla de archivo existente", + "Very weak password" : "Contraseña muy débil.", + "Weak password" : "Contraseña débil.", + "So-so password" : "Contraseña de nivel medio. ", + "Good password" : "Buena contraseña. ", + "Strong password" : "Contraseña fuerte.", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está configurado todavía para permitir sincronización de archivos porque la interfaz WebDAV parece no funcionar.", + "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." : "El servidor no posee una conexión a Internet activa. Esto significa que algunas características como el montaje de un almacenamiento externo, las notificaciones acerca de actualizaciones o la instalación de aplicaciones de terceros no funcionarán. El acceso a archivos de forma remota y el envío de correos con notificaciones es posible que tampoco funcionen. Sugerimos habilitar la conexión a Internet para este servidor si deseas tener todas estas características.", + "Shared" : "Compartido", + "Share" : "Compartir", + "Error" : "Error", + "Error while sharing" : "Error al compartir", + "Error while unsharing" : "Error en al dejar de compartir", + "Error while changing permissions" : "Error al cambiar permisos", + "Shared with you and the group {group} by {owner}" : "Compartido con vos y el grupo {group} por {owner}", + "Shared with you by {owner}" : "Compartido con vos por {owner}", + "Share with user or group …" : "Compartir con usuario o grupo ...", + "Share link" : "Compartir vínculo", + "Password protect" : "Proteger con contraseña ", + "Allow Public Upload" : "Permitir Subida Pública", + "Email link to person" : "Enviar el enlace por e-mail.", + "Send" : "Mandar", + "Set expiration date" : "Asignar fecha de vencimiento", + "Expiration date" : "Fecha de vencimiento", + "group" : "grupo", + "Resharing is not allowed" : "No se permite volver a compartir", + "Shared in {item} with {user}" : "Compartido en {item} con {user}", + "Unshare" : "Dejar de compartir", + "notify by email" : "notificar por correo", + "can share" : "puede compartir", + "can edit" : "podés editar", + "access control" : "control de acceso", + "create" : "crear", + "update" : "actualizar", + "delete" : "borrar", + "Password protected" : "Protegido por contraseña", + "Error unsetting expiration date" : "Error al remover la fecha de vencimiento", + "Error setting expiration date" : "Error al asignar fecha de vencimiento", + "Sending ..." : "Mandando...", + "Email sent" : "e-mail mandado", + "Warning" : "Atención", + "The object type is not specified." : "El tipo de objeto no está especificado. ", + "Enter new" : "Entrar nuevo", + "Delete" : "Borrar", + "Add" : "Agregar", + "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.", + "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", + "Use the following link to reset your password: {link}" : "Usá este enlace para restablecer tu contraseña: {link}", + "You will receive a link to reset your password via Email." : "Vas a recibir un enlace por e-mail para restablecer tu contraseña.", + "Username" : "Nombre de usuario", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Tus archivos están encriptados. Si no habilitaste la clave de recuperación, no vas a tener manera de obtener nuevamente tus datos después que se restablezca tu contraseña. Si no estás seguro sobre qué hacer, ponete en contacto con el administrador antes de seguir. ¿Estás seguro/a que querés continuar?", + "Yes, I really want to reset my password now" : "Sí, definitivamente quiero restablecer mi contraseña ahora", + "Reset" : "Resetear", + "New password" : "Nueva contraseña:", + "Personal" : "Personal", + "Users" : "Usuarios", + "Apps" : "Apps", + "Admin" : "Administración", + "Help" : "Ayuda", + "Error loading tags" : "Error cargando las etiquetas", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error borrando etiquetas(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al sacar la etiqueta", + "Error favoriting" : "Error al favorecer", + "Error unfavoriting" : "Error al desfavorecer", + "Access forbidden" : "Acceso prohibido", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "¡Hola!\n\nsólo te quería decir que %s acaba de compartir %s contigo.\nVerlo: %s\n\n", + "The share will expire on %s." : "El compartir expirará en %s.", + "Cheers!" : "¡Saludos!", + "Security Warning" : "Advertencia de seguridad", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "La versión de PHP que tenés, es vulnerable al ataque de byte NULL (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor, actualizá tu instalación PHP para poder usar %s de manera segura.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Tu directorio de datos y tus archivos probablemente son accesibles a través de internet, ya que el archivo .htaccess no está funcionando.", + "For information how to properly configure your server, please see the documentation." : "Para información sobre cómo configurar apropiadamente tu servidor, por favor mirá la documentación.", + "Create an admin account" : "Crear una cuenta de administrador", + "Password" : "Contraseña", + "Data folder" : "Directorio de almacenamiento", + "Configure the database" : "Configurar la base de datos", + "Database user" : "Usuario de la base de datos", + "Database password" : "Contraseña de la base de datos", + "Database name" : "Nombre de la base de datos", + "Database tablespace" : "Espacio de tablas de la base de datos", + "Database host" : "Huésped de la base de datos", + "Finish setup" : "Completar la instalación", + "Finishing …" : "Finalizando...", + "%s is available. Get more information on how to update." : "%s está disponible. Obtené más información sobre cómo actualizar.", + "Log out" : "Cerrar la sesión", + "Server side authentication failed!" : "¡Falló la autenticación del servidor!", + "Please contact your administrator." : "Por favor, contacte a su administrador.", + "remember" : "recordame", + "Log in" : "Iniciar sesión", + "Alternative Logins" : "Nombre alternativos de usuarios", + "This ownCloud instance is currently in single user mode." : "Esta instancia de ownCloud está en modo de usuario único.", + "This means only administrators can use the instance." : "Esto significa que solo administradores pueden usar esta instancia.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte su administrador de sistema si este mensaje persiste o aparece inesperadamente.", + "Thank you for your patience." : "Gracias por su paciencia." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_AR.json b/core/l10n/es_AR.json new file mode 100644 index 0000000000..621626a366 --- /dev/null +++ b/core/l10n/es_AR.json @@ -0,0 +1,153 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "No se pudieron mandar correos a los siguientes usuarios: %s", + "Turned on maintenance mode" : "Modo de mantenimiento activado", + "Turned off maintenance mode" : "Modo de mantenimiento desactivado", + "Updated database" : "Base de datos actualizada", + "No image or file provided" : "No se ha proveído de una imágen o archivo.", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "No temporary profile picture available, try again" : "No hay una imágen temporal del perfil disponible, intente de nuevo", + "No crop data provided" : "No se proveyeron datos de recorte", + "Sunday" : "Domingo", + "Monday" : "Lunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Jueves", + "Friday" : "Viernes", + "Saturday" : "Sábado", + "January" : "enero", + "February" : "febrero", + "March" : "marzo", + "April" : "abril", + "May" : "mayo", + "June" : "junio", + "July" : "julio", + "August" : "agosto", + "September" : "septiembre", + "October" : "octubre", + "November" : "noviembre", + "December" : "diciembre", + "Settings" : "Configuración", + "File" : "Archivo", + "Folder" : "Carpeta", + "Image" : "Imagen", + "Saving..." : "Guardando...", + "Reset password" : "Restablecer contraseña", + "No" : "No", + "Yes" : "Sí", + "Choose" : "Elegir", + "Error loading file picker template: {error}" : "Error cargando la plantilla del selector de archivo: {error}", + "Ok" : "Aceptar", + "Error loading message template: {error}" : "Error cargando la plantilla del mensaje: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["un archivo en conflicto","{count} archivos en conflicto"], + "One file conflict" : "Un archivo en conflicto", + "New Files" : "Nuevos archivos", + "Which files do you want to keep?" : "¿Qué archivos deseas retener?", + "If you select both versions, the copied file will have a number added to its name." : "Si tu seleccionas ambas versiones, el archivo copiado tendrá un número agregado a su nombre.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(todos están seleccionados)", + "({count} selected)" : "({count} seleccionados)", + "Error loading file exists template" : "Error cargando la plantilla de archivo existente", + "Very weak password" : "Contraseña muy débil.", + "Weak password" : "Contraseña débil.", + "So-so password" : "Contraseña de nivel medio. ", + "Good password" : "Buena contraseña. ", + "Strong password" : "Contraseña fuerte.", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Tu servidor web no está configurado todavía para permitir sincronización de archivos porque la interfaz WebDAV parece no funcionar.", + "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." : "El servidor no posee una conexión a Internet activa. Esto significa que algunas características como el montaje de un almacenamiento externo, las notificaciones acerca de actualizaciones o la instalación de aplicaciones de terceros no funcionarán. El acceso a archivos de forma remota y el envío de correos con notificaciones es posible que tampoco funcionen. Sugerimos habilitar la conexión a Internet para este servidor si deseas tener todas estas características.", + "Shared" : "Compartido", + "Share" : "Compartir", + "Error" : "Error", + "Error while sharing" : "Error al compartir", + "Error while unsharing" : "Error en al dejar de compartir", + "Error while changing permissions" : "Error al cambiar permisos", + "Shared with you and the group {group} by {owner}" : "Compartido con vos y el grupo {group} por {owner}", + "Shared with you by {owner}" : "Compartido con vos por {owner}", + "Share with user or group …" : "Compartir con usuario o grupo ...", + "Share link" : "Compartir vínculo", + "Password protect" : "Proteger con contraseña ", + "Allow Public Upload" : "Permitir Subida Pública", + "Email link to person" : "Enviar el enlace por e-mail.", + "Send" : "Mandar", + "Set expiration date" : "Asignar fecha de vencimiento", + "Expiration date" : "Fecha de vencimiento", + "group" : "grupo", + "Resharing is not allowed" : "No se permite volver a compartir", + "Shared in {item} with {user}" : "Compartido en {item} con {user}", + "Unshare" : "Dejar de compartir", + "notify by email" : "notificar por correo", + "can share" : "puede compartir", + "can edit" : "podés editar", + "access control" : "control de acceso", + "create" : "crear", + "update" : "actualizar", + "delete" : "borrar", + "Password protected" : "Protegido por contraseña", + "Error unsetting expiration date" : "Error al remover la fecha de vencimiento", + "Error setting expiration date" : "Error al asignar fecha de vencimiento", + "Sending ..." : "Mandando...", + "Email sent" : "e-mail mandado", + "Warning" : "Atención", + "The object type is not specified." : "El tipo de objeto no está especificado. ", + "Enter new" : "Entrar nuevo", + "Delete" : "Borrar", + "Add" : "Agregar", + "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.", + "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", + "Use the following link to reset your password: {link}" : "Usá este enlace para restablecer tu contraseña: {link}", + "You will receive a link to reset your password via Email." : "Vas a recibir un enlace por e-mail para restablecer tu contraseña.", + "Username" : "Nombre de usuario", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Tus archivos están encriptados. Si no habilitaste la clave de recuperación, no vas a tener manera de obtener nuevamente tus datos después que se restablezca tu contraseña. Si no estás seguro sobre qué hacer, ponete en contacto con el administrador antes de seguir. ¿Estás seguro/a que querés continuar?", + "Yes, I really want to reset my password now" : "Sí, definitivamente quiero restablecer mi contraseña ahora", + "Reset" : "Resetear", + "New password" : "Nueva contraseña:", + "Personal" : "Personal", + "Users" : "Usuarios", + "Apps" : "Apps", + "Admin" : "Administración", + "Help" : "Ayuda", + "Error loading tags" : "Error cargando las etiquetas", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error borrando etiquetas(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al sacar la etiqueta", + "Error favoriting" : "Error al favorecer", + "Error unfavoriting" : "Error al desfavorecer", + "Access forbidden" : "Acceso prohibido", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "¡Hola!\n\nsólo te quería decir que %s acaba de compartir %s contigo.\nVerlo: %s\n\n", + "The share will expire on %s." : "El compartir expirará en %s.", + "Cheers!" : "¡Saludos!", + "Security Warning" : "Advertencia de seguridad", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "La versión de PHP que tenés, es vulnerable al ataque de byte NULL (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor, actualizá tu instalación PHP para poder usar %s de manera segura.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Tu directorio de datos y tus archivos probablemente son accesibles a través de internet, ya que el archivo .htaccess no está funcionando.", + "For information how to properly configure your server, please see the documentation." : "Para información sobre cómo configurar apropiadamente tu servidor, por favor mirá la documentación.", + "Create an admin account" : "Crear una cuenta de administrador", + "Password" : "Contraseña", + "Data folder" : "Directorio de almacenamiento", + "Configure the database" : "Configurar la base de datos", + "Database user" : "Usuario de la base de datos", + "Database password" : "Contraseña de la base de datos", + "Database name" : "Nombre de la base de datos", + "Database tablespace" : "Espacio de tablas de la base de datos", + "Database host" : "Huésped de la base de datos", + "Finish setup" : "Completar la instalación", + "Finishing …" : "Finalizando...", + "%s is available. Get more information on how to update." : "%s está disponible. Obtené más información sobre cómo actualizar.", + "Log out" : "Cerrar la sesión", + "Server side authentication failed!" : "¡Falló la autenticación del servidor!", + "Please contact your administrator." : "Por favor, contacte a su administrador.", + "remember" : "recordame", + "Log in" : "Iniciar sesión", + "Alternative Logins" : "Nombre alternativos de usuarios", + "This ownCloud instance is currently in single user mode." : "Esta instancia de ownCloud está en modo de usuario único.", + "This means only administrators can use the instance." : "Esto significa que solo administradores pueden usar esta instancia.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte su administrador de sistema si este mensaje persiste o aparece inesperadamente.", + "Thank you for your patience." : "Gracias por su paciencia." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/es_AR.php b/core/l10n/es_AR.php deleted file mode 100644 index 89d7b721ce..0000000000 --- a/core/l10n/es_AR.php +++ /dev/null @@ -1,154 +0,0 @@ - "No se pudieron mandar correos a los siguientes usuarios: %s", -"Turned on maintenance mode" => "Modo de mantenimiento activado", -"Turned off maintenance mode" => "Modo de mantenimiento desactivado", -"Updated database" => "Base de datos actualizada", -"No image or file provided" => "No se ha proveído de una imágen o archivo.", -"Unknown filetype" => "Tipo de archivo desconocido", -"Invalid image" => "Imagen inválida", -"No temporary profile picture available, try again" => "No hay una imágen temporal del perfil disponible, intente de nuevo", -"No crop data provided" => "No se proveyeron datos de recorte", -"Sunday" => "Domingo", -"Monday" => "Lunes", -"Tuesday" => "Martes", -"Wednesday" => "Miércoles", -"Thursday" => "Jueves", -"Friday" => "Viernes", -"Saturday" => "Sábado", -"January" => "enero", -"February" => "febrero", -"March" => "marzo", -"April" => "abril", -"May" => "mayo", -"June" => "junio", -"July" => "julio", -"August" => "agosto", -"September" => "septiembre", -"October" => "octubre", -"November" => "noviembre", -"December" => "diciembre", -"Settings" => "Configuración", -"File" => "Archivo", -"Folder" => "Carpeta", -"Image" => "Imagen", -"Saving..." => "Guardando...", -"Reset password" => "Restablecer contraseña", -"No" => "No", -"Yes" => "Sí", -"Choose" => "Elegir", -"Error loading file picker template: {error}" => "Error cargando la plantilla del selector de archivo: {error}", -"Ok" => "Aceptar", -"Error loading message template: {error}" => "Error cargando la plantilla del mensaje: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("un archivo en conflicto","{count} archivos en conflicto"), -"One file conflict" => "Un archivo en conflicto", -"New Files" => "Nuevos archivos", -"Which files do you want to keep?" => "¿Qué archivos deseas retener?", -"If you select both versions, the copied file will have a number added to its name." => "Si tu seleccionas ambas versiones, el archivo copiado tendrá un número agregado a su nombre.", -"Cancel" => "Cancelar", -"Continue" => "Continuar", -"(all selected)" => "(todos están seleccionados)", -"({count} selected)" => "({count} seleccionados)", -"Error loading file exists template" => "Error cargando la plantilla de archivo existente", -"Very weak password" => "Contraseña muy débil.", -"Weak password" => "Contraseña débil.", -"So-so password" => "Contraseña de nivel medio. ", -"Good password" => "Buena contraseña. ", -"Strong password" => "Contraseña fuerte.", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Tu servidor web no está configurado todavía para permitir sincronización de archivos porque la interfaz WebDAV parece no funcionar.", -"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." => "El servidor no posee una conexión a Internet activa. Esto significa que algunas características como el montaje de un almacenamiento externo, las notificaciones acerca de actualizaciones o la instalación de aplicaciones de terceros no funcionarán. El acceso a archivos de forma remota y el envío de correos con notificaciones es posible que tampoco funcionen. Sugerimos habilitar la conexión a Internet para este servidor si deseas tener todas estas características.", -"Shared" => "Compartido", -"Share" => "Compartir", -"Error" => "Error", -"Error while sharing" => "Error al compartir", -"Error while unsharing" => "Error en al dejar de compartir", -"Error while changing permissions" => "Error al cambiar permisos", -"Shared with you and the group {group} by {owner}" => "Compartido con vos y el grupo {group} por {owner}", -"Shared with you by {owner}" => "Compartido con vos por {owner}", -"Share with user or group …" => "Compartir con usuario o grupo ...", -"Share link" => "Compartir vínculo", -"Password protect" => "Proteger con contraseña ", -"Allow Public Upload" => "Permitir Subida Pública", -"Email link to person" => "Enviar el enlace por e-mail.", -"Send" => "Mandar", -"Set expiration date" => "Asignar fecha de vencimiento", -"Expiration date" => "Fecha de vencimiento", -"group" => "grupo", -"Resharing is not allowed" => "No se permite volver a compartir", -"Shared in {item} with {user}" => "Compartido en {item} con {user}", -"Unshare" => "Dejar de compartir", -"notify by email" => "notificar por correo", -"can share" => "puede compartir", -"can edit" => "podés editar", -"access control" => "control de acceso", -"create" => "crear", -"update" => "actualizar", -"delete" => "borrar", -"Password protected" => "Protegido por contraseña", -"Error unsetting expiration date" => "Error al remover la fecha de vencimiento", -"Error setting expiration date" => "Error al asignar fecha de vencimiento", -"Sending ..." => "Mandando...", -"Email sent" => "e-mail mandado", -"Warning" => "Atención", -"The object type is not specified." => "El tipo de objeto no está especificado. ", -"Enter new" => "Entrar nuevo", -"Delete" => "Borrar", -"Add" => "Agregar", -"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.", -"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", -"Use the following link to reset your password: {link}" => "Usá este enlace para restablecer tu contraseña: {link}", -"You will receive a link to reset your password via Email." => "Vas a recibir un enlace por e-mail para restablecer tu contraseña.", -"Username" => "Nombre de usuario", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Tus archivos están encriptados. Si no habilitaste la clave de recuperación, no vas a tener manera de obtener nuevamente tus datos después que se restablezca tu contraseña. Si no estás seguro sobre qué hacer, ponete en contacto con el administrador antes de seguir. ¿Estás seguro/a que querés continuar?", -"Yes, I really want to reset my password now" => "Sí, definitivamente quiero restablecer mi contraseña ahora", -"Reset" => "Resetear", -"New password" => "Nueva contraseña:", -"Personal" => "Personal", -"Users" => "Usuarios", -"Apps" => "Apps", -"Admin" => "Administración", -"Help" => "Ayuda", -"Error loading tags" => "Error cargando las etiquetas", -"Tag already exists" => "La etiqueta ya existe", -"Error deleting tag(s)" => "Error borrando etiquetas(s)", -"Error tagging" => "Error al etiquetar", -"Error untagging" => "Error al sacar la etiqueta", -"Error favoriting" => "Error al favorecer", -"Error unfavoriting" => "Error al desfavorecer", -"Access forbidden" => "Acceso prohibido", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "¡Hola!\n\nsólo te quería decir que %s acaba de compartir %s contigo.\nVerlo: %s\n\n", -"The share will expire on %s." => "El compartir expirará en %s.", -"Cheers!" => "¡Saludos!", -"Security Warning" => "Advertencia de seguridad", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La versión de PHP que tenés, es vulnerable al ataque de byte NULL (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Por favor, actualizá tu instalación PHP para poder usar %s de manera segura.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Tu directorio de datos y tus archivos probablemente son accesibles a través de internet, ya que el archivo .htaccess no está funcionando.", -"For information how to properly configure your server, please see the documentation." => "Para información sobre cómo configurar apropiadamente tu servidor, por favor mirá la documentación.", -"Create an admin account" => "Crear una cuenta de administrador", -"Password" => "Contraseña", -"Data folder" => "Directorio de almacenamiento", -"Configure the database" => "Configurar la base de datos", -"Database user" => "Usuario de la base de datos", -"Database password" => "Contraseña de la base de datos", -"Database name" => "Nombre de la base de datos", -"Database tablespace" => "Espacio de tablas de la base de datos", -"Database host" => "Huésped de la base de datos", -"Finish setup" => "Completar la instalación", -"Finishing …" => "Finalizando...", -"%s is available. Get more information on how to update." => "%s está disponible. Obtené más información sobre cómo actualizar.", -"Log out" => "Cerrar la sesión", -"Server side authentication failed!" => "¡Falló la autenticación del servidor!", -"Please contact your administrator." => "Por favor, contacte a su administrador.", -"remember" => "recordame", -"Log in" => "Iniciar sesión", -"Alternative Logins" => "Nombre alternativos de usuarios", -"This ownCloud instance is currently in single user mode." => "Esta instancia de ownCloud está en modo de usuario único.", -"This means only administrators can use the instance." => "Esto significa que solo administradores pueden usar esta instancia.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte su administrador de sistema si este mensaje persiste o aparece inesperadamente.", -"Thank you for your patience." => "Gracias por su paciencia." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es_BO.js b/core/l10n/es_BO.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/es_BO.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/es_BO.json b/core/l10n/es_BO.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/es_BO.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/es_BO.php b/core/l10n/es_BO.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/es_BO.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es_CL.js b/core/l10n/es_CL.js new file mode 100644 index 0000000000..64a8ed0c70 --- /dev/null +++ b/core/l10n/es_CL.js @@ -0,0 +1,48 @@ +OC.L10N.register( + "core", + { + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen no válida", + "Sunday" : "Domingo", + "Monday" : "Lunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Jueves", + "Friday" : "Viernes", + "Saturday" : "Sábado", + "January" : "Enero", + "February" : "Febrero", + "March" : "Marzo", + "April" : "Abril", + "May" : "Mayo", + "June" : "Junio", + "July" : "Julio", + "August" : "Agosto", + "September" : "Septiembre", + "October" : "Octubre", + "November" : "Noviembre", + "December" : "Diciembre", + "Settings" : "Configuración", + "No" : "No", + "Yes" : "Si", + "Choose" : "Choose", + "Ok" : "Ok", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Cancelar", + "Shared" : "Compartido", + "Share" : "Compartir", + "Error" : "Error", + "Error while sharing" : "Ocurrió un error mientras compartía", + "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.", + "Username" : "Usuario", + "Personal" : "Personal", + "Users" : "Usuarios", + "Admin" : "Administración", + "Help" : "Ayuda", + "Password" : "Clave", + "You are accessing the server from an untrusted domain." : "Usted está accediendo al servidor desde un dominio no confiable.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacte con su administrador. Si usted es el administrador de esta instancia, configure la opción \"trusted_domain\" en \"config/config.php\". Un ejemplo de la configuración está disponible en config/config.sample.php" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_CL.json b/core/l10n/es_CL.json new file mode 100644 index 0000000000..22bab06112 --- /dev/null +++ b/core/l10n/es_CL.json @@ -0,0 +1,46 @@ +{ "translations": { + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen no válida", + "Sunday" : "Domingo", + "Monday" : "Lunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Jueves", + "Friday" : "Viernes", + "Saturday" : "Sábado", + "January" : "Enero", + "February" : "Febrero", + "March" : "Marzo", + "April" : "Abril", + "May" : "Mayo", + "June" : "Junio", + "July" : "Julio", + "August" : "Agosto", + "September" : "Septiembre", + "October" : "Octubre", + "November" : "Noviembre", + "December" : "Diciembre", + "Settings" : "Configuración", + "No" : "No", + "Yes" : "Si", + "Choose" : "Choose", + "Ok" : "Ok", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Cancelar", + "Shared" : "Compartido", + "Share" : "Compartir", + "Error" : "Error", + "Error while sharing" : "Ocurrió un error mientras compartía", + "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.", + "Username" : "Usuario", + "Personal" : "Personal", + "Users" : "Usuarios", + "Admin" : "Administración", + "Help" : "Ayuda", + "Password" : "Clave", + "You are accessing the server from an untrusted domain." : "Usted está accediendo al servidor desde un dominio no confiable.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacte con su administrador. Si usted es el administrador de esta instancia, configure la opción \"trusted_domain\" en \"config/config.php\". Un ejemplo de la configuración está disponible en config/config.sample.php" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/es_CL.php b/core/l10n/es_CL.php deleted file mode 100644 index 68d8208693..0000000000 --- a/core/l10n/es_CL.php +++ /dev/null @@ -1,47 +0,0 @@ - "Tipo de archivo desconocido", -"Invalid image" => "Imagen no válida", -"Sunday" => "Domingo", -"Monday" => "Lunes", -"Tuesday" => "Martes", -"Wednesday" => "Miércoles", -"Thursday" => "Jueves", -"Friday" => "Viernes", -"Saturday" => "Sábado", -"January" => "Enero", -"February" => "Febrero", -"March" => "Marzo", -"April" => "Abril", -"May" => "Mayo", -"June" => "Junio", -"July" => "Julio", -"August" => "Agosto", -"September" => "Septiembre", -"October" => "Octubre", -"November" => "Noviembre", -"December" => "Diciembre", -"Settings" => "Configuración", -"No" => "No", -"Yes" => "Si", -"Choose" => "Choose", -"Ok" => "Ok", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "Cancelar", -"Shared" => "Compartido", -"Share" => "Compartir", -"Error" => "Error", -"Error while sharing" => "Ocurrió un error mientras compartía", -"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.", -"Username" => "Usuario", -"Personal" => "Personal", -"Users" => "Usuarios", -"Admin" => "Administración", -"Help" => "Ayuda", -"Password" => "Clave", -"You are accessing the server from an untrusted domain." => "Usted está accediendo al servidor desde un dominio no confiable.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Por favor contacte con su administrador. Si usted es el administrador de esta instancia, configure la opción \"trusted_domain\" en \"config/config.php\". Un ejemplo de la configuración está disponible en config/config.sample.php" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es_CO.js b/core/l10n/es_CO.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/es_CO.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/es_CO.json b/core/l10n/es_CO.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/es_CO.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/es_CO.php b/core/l10n/es_CO.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/es_CO.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es_CR.js b/core/l10n/es_CR.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/es_CR.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/es_CR.json b/core/l10n/es_CR.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/es_CR.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/es_CR.php b/core/l10n/es_CR.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/es_CR.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es_EC.js b/core/l10n/es_EC.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/es_EC.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/es_EC.json b/core/l10n/es_EC.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/es_EC.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/es_EC.php b/core/l10n/es_EC.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/es_EC.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js new file mode 100644 index 0000000000..0134945fa4 --- /dev/null +++ b/core/l10n/es_MX.js @@ -0,0 +1,148 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s", + "Turned on maintenance mode" : "Modo mantenimiento activado", + "Turned off maintenance mode" : "Modo mantenimiento desactivado", + "Updated database" : "Base de datos actualizada", + "No image or file provided" : "No se especificó ningún archivo o imagen", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "No temporary profile picture available, try again" : "No hay disponible una imagen temporal de perfil, pruebe de nuevo", + "No crop data provided" : "No se proporcionó datos del recorte", + "Sunday" : "Domingo", + "Monday" : "Lunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Jueves", + "Friday" : "Viernes", + "Saturday" : "Sábado", + "January" : "Enero", + "February" : "Febrero", + "March" : "Marzo", + "April" : "Abril", + "May" : "Mayo", + "June" : "Junio", + "July" : "Julio", + "August" : "Agosto", + "September" : "Septiembre", + "October" : "Octubre", + "November" : "Noviembre", + "December" : "Diciembre", + "Settings" : "Ajustes", + "File" : "Archivo", + "Folder" : "Carpeta", + "Saving..." : "Guardando...", + "Reset password" : "Restablecer contraseña", + "No" : "No", + "Yes" : "Sí", + "Choose" : "Seleccionar", + "Error loading file picker template: {error}" : "Error cargando plantilla del seleccionador de archivos: {error}", + "Ok" : "Aceptar", + "Error loading message template: {error}" : "Error cargando plantilla del mensaje: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de archivo","{count} conflictos de archivo"], + "One file conflict" : "Un conflicto de archivo", + "Which files do you want to keep?" : "¿Que archivos deseas mantener?", + "If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, el archivo copiado tendrá añadido un número en su nombre.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(todos seleccionados)", + "({count} selected)" : "({count} seleccionados)", + "Error loading file exists template" : "Error cargando plantilla de archivo existente", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Su servidor web aún no está configurado adecuadamente para permitir la sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando.", + "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." : "Este servidor no tiene conexión a Internet. Esto significa que algunas de las características no funcionarán, como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones, la instalación de aplicaciones de terceros, el acceso a los archivos de forma remota o el envío de correos electrónicos de notificación. Sugerimos habilitar una conexión a Internet en este servidor para disfrutar de todas las funciones.", + "Shared" : "Compartido", + "Share" : "Compartir", + "Error" : "Error", + "Error while sharing" : "Error al compartir", + "Error while unsharing" : "Error al dejar de compartir", + "Error while changing permissions" : "Error al cambiar permisos", + "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}", + "Shared with you by {owner}" : "Compartido contigo por {owner}", + "Share with user or group …" : "Compartido con el usuario o con el grupo …", + "Share link" : "Enlace compartido", + "Password protect" : "Protección con contraseña", + "Allow Public Upload" : "Permitir Subida Pública", + "Email link to person" : "Enviar enlace por correo electrónico a una persona", + "Send" : "Enviar", + "Set expiration date" : "Establecer fecha de caducidad", + "Expiration date" : "Fecha de caducidad", + "group" : "grupo", + "Resharing is not allowed" : "No se permite compartir de nuevo", + "Shared in {item} with {user}" : "Compartido en {item} con {user}", + "Unshare" : "Dejar de compartir", + "notify by email" : "notificar al usuario por correo electrónico", + "can share" : "puede compartir", + "can edit" : "puede editar", + "access control" : "control de acceso", + "create" : "crear", + "update" : "actualizar", + "delete" : "eliminar", + "Password protected" : "Protegido con contraseña", + "Error unsetting expiration date" : "Error eliminando fecha de caducidad", + "Error setting expiration date" : "Error estableciendo fecha de caducidad", + "Sending ..." : "Enviando...", + "Email sent" : "Correo electrónico enviado", + "Warning" : "Precaución", + "The object type is not specified." : "El tipo de objeto no está especificado.", + "Enter new" : "Ingresar nueva", + "Delete" : "Eliminar", + "Add" : "Agregar", + "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.", + "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", + "Use the following link to reset your password: {link}" : "Utilice el siguiente enlace para restablecer su contraseña: {link}", + "You will receive a link to reset your password via Email." : "Recibirá un enlace por correo electrónico para restablecer su contraseña", + "Username" : "Nombre de usuario", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Sus archivos están cifrados. Si no ha habilitado la clave de recurperación, no habrá forma de recuperar sus datos luego de que la contraseña sea reseteada. Si no está seguro de qué hacer, contacte a su administrador antes de continuar. ¿Realmente desea continuar?", + "Yes, I really want to reset my password now" : "Sí. Realmente deseo resetear mi contraseña ahora", + "Reset" : "Reiniciar", + "New password" : "Nueva contraseña", + "Personal" : "Personal", + "Users" : "Usuarios", + "Apps" : "Aplicaciones", + "Admin" : "Administración", + "Help" : "Ayuda", + "Error loading tags" : "Error cargando etiquetas.", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error borrando etiqueta(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al quitar etiqueta", + "Error favoriting" : "Error al marcar como favorito", + "Error unfavoriting" : "Error al quitar como favorito", + "Access forbidden" : "Acceso denegado", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n", + "The share will expire on %s." : "El objeto dejará de ser compartido el %s.", + "Cheers!" : "¡Saludos!", + "Security Warning" : "Advertencia de seguridad", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Su versión de PHP es vulnerable al ataque de Byte NULL (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor, actualice su instalación PHP para usar %s con seguridad.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Su directorio de datos y sus archivos probablemente sean accesibles a través de internet ya que el archivo .htaccess no funciona.", + "For information how to properly configure your server, please see the documentation." : "Para información de cómo configurar apropiadamente su servidor, por favor vea la documentación.", + "Create an admin account" : "Crear una cuenta de administrador", + "Password" : "Contraseña", + "Data folder" : "Directorio de datos", + "Configure the database" : "Configurar la base de datos", + "Database user" : "Usuario de la base de datos", + "Database password" : "Contraseña de la base de datos", + "Database name" : "Nombre de la base de datos", + "Database tablespace" : "Espacio de tablas de la base de datos", + "Database host" : "Host de la base de datos", + "Finish setup" : "Completar la instalación", + "Finishing …" : "Finalizando …", + "%s is available. Get more information on how to update." : "%s esta disponible. Obtener mas información de como actualizar.", + "Log out" : "Salir", + "Server side authentication failed!" : "La autenticación a fallado en el servidor.", + "Please contact your administrator." : "Por favor, contacte con el administrador.", + "remember" : "recordar", + "Log in" : "Entrar", + "Alternative Logins" : "Accesos Alternativos", + "This ownCloud instance is currently in single user mode." : "Esta instalación de ownCloud se encuentra en modo de usuario único.", + "This means only administrators can use the instance." : "Esto quiere decir que solo un administrador puede usarla.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", + "Thank you for your patience." : "Gracias por su paciencia." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json new file mode 100644 index 0000000000..a620c6ca02 --- /dev/null +++ b/core/l10n/es_MX.json @@ -0,0 +1,146 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s", + "Turned on maintenance mode" : "Modo mantenimiento activado", + "Turned off maintenance mode" : "Modo mantenimiento desactivado", + "Updated database" : "Base de datos actualizada", + "No image or file provided" : "No se especificó ningún archivo o imagen", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "No temporary profile picture available, try again" : "No hay disponible una imagen temporal de perfil, pruebe de nuevo", + "No crop data provided" : "No se proporcionó datos del recorte", + "Sunday" : "Domingo", + "Monday" : "Lunes", + "Tuesday" : "Martes", + "Wednesday" : "Miércoles", + "Thursday" : "Jueves", + "Friday" : "Viernes", + "Saturday" : "Sábado", + "January" : "Enero", + "February" : "Febrero", + "March" : "Marzo", + "April" : "Abril", + "May" : "Mayo", + "June" : "Junio", + "July" : "Julio", + "August" : "Agosto", + "September" : "Septiembre", + "October" : "Octubre", + "November" : "Noviembre", + "December" : "Diciembre", + "Settings" : "Ajustes", + "File" : "Archivo", + "Folder" : "Carpeta", + "Saving..." : "Guardando...", + "Reset password" : "Restablecer contraseña", + "No" : "No", + "Yes" : "Sí", + "Choose" : "Seleccionar", + "Error loading file picker template: {error}" : "Error cargando plantilla del seleccionador de archivos: {error}", + "Ok" : "Aceptar", + "Error loading message template: {error}" : "Error cargando plantilla del mensaje: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de archivo","{count} conflictos de archivo"], + "One file conflict" : "Un conflicto de archivo", + "Which files do you want to keep?" : "¿Que archivos deseas mantener?", + "If you select both versions, the copied file will have a number added to its name." : "Si seleccionas ambas versiones, el archivo copiado tendrá añadido un número en su nombre.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(todos seleccionados)", + "({count} selected)" : "({count} seleccionados)", + "Error loading file exists template" : "Error cargando plantilla de archivo existente", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Su servidor web aún no está configurado adecuadamente para permitir la sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando.", + "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." : "Este servidor no tiene conexión a Internet. Esto significa que algunas de las características no funcionarán, como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones, la instalación de aplicaciones de terceros, el acceso a los archivos de forma remota o el envío de correos electrónicos de notificación. Sugerimos habilitar una conexión a Internet en este servidor para disfrutar de todas las funciones.", + "Shared" : "Compartido", + "Share" : "Compartir", + "Error" : "Error", + "Error while sharing" : "Error al compartir", + "Error while unsharing" : "Error al dejar de compartir", + "Error while changing permissions" : "Error al cambiar permisos", + "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}", + "Shared with you by {owner}" : "Compartido contigo por {owner}", + "Share with user or group …" : "Compartido con el usuario o con el grupo …", + "Share link" : "Enlace compartido", + "Password protect" : "Protección con contraseña", + "Allow Public Upload" : "Permitir Subida Pública", + "Email link to person" : "Enviar enlace por correo electrónico a una persona", + "Send" : "Enviar", + "Set expiration date" : "Establecer fecha de caducidad", + "Expiration date" : "Fecha de caducidad", + "group" : "grupo", + "Resharing is not allowed" : "No se permite compartir de nuevo", + "Shared in {item} with {user}" : "Compartido en {item} con {user}", + "Unshare" : "Dejar de compartir", + "notify by email" : "notificar al usuario por correo electrónico", + "can share" : "puede compartir", + "can edit" : "puede editar", + "access control" : "control de acceso", + "create" : "crear", + "update" : "actualizar", + "delete" : "eliminar", + "Password protected" : "Protegido con contraseña", + "Error unsetting expiration date" : "Error eliminando fecha de caducidad", + "Error setting expiration date" : "Error estableciendo fecha de caducidad", + "Sending ..." : "Enviando...", + "Email sent" : "Correo electrónico enviado", + "Warning" : "Precaución", + "The object type is not specified." : "El tipo de objeto no está especificado.", + "Enter new" : "Ingresar nueva", + "Delete" : "Eliminar", + "Add" : "Agregar", + "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.", + "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", + "Use the following link to reset your password: {link}" : "Utilice el siguiente enlace para restablecer su contraseña: {link}", + "You will receive a link to reset your password via Email." : "Recibirá un enlace por correo electrónico para restablecer su contraseña", + "Username" : "Nombre de usuario", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Sus archivos están cifrados. Si no ha habilitado la clave de recurperación, no habrá forma de recuperar sus datos luego de que la contraseña sea reseteada. Si no está seguro de qué hacer, contacte a su administrador antes de continuar. ¿Realmente desea continuar?", + "Yes, I really want to reset my password now" : "Sí. Realmente deseo resetear mi contraseña ahora", + "Reset" : "Reiniciar", + "New password" : "Nueva contraseña", + "Personal" : "Personal", + "Users" : "Usuarios", + "Apps" : "Aplicaciones", + "Admin" : "Administración", + "Help" : "Ayuda", + "Error loading tags" : "Error cargando etiquetas.", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error borrando etiqueta(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al quitar etiqueta", + "Error favoriting" : "Error al marcar como favorito", + "Error unfavoriting" : "Error al quitar como favorito", + "Access forbidden" : "Acceso denegado", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n", + "The share will expire on %s." : "El objeto dejará de ser compartido el %s.", + "Cheers!" : "¡Saludos!", + "Security Warning" : "Advertencia de seguridad", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Su versión de PHP es vulnerable al ataque de Byte NULL (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor, actualice su instalación PHP para usar %s con seguridad.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Su directorio de datos y sus archivos probablemente sean accesibles a través de internet ya que el archivo .htaccess no funciona.", + "For information how to properly configure your server, please see the documentation." : "Para información de cómo configurar apropiadamente su servidor, por favor vea la documentación.", + "Create an admin account" : "Crear una cuenta de administrador", + "Password" : "Contraseña", + "Data folder" : "Directorio de datos", + "Configure the database" : "Configurar la base de datos", + "Database user" : "Usuario de la base de datos", + "Database password" : "Contraseña de la base de datos", + "Database name" : "Nombre de la base de datos", + "Database tablespace" : "Espacio de tablas de la base de datos", + "Database host" : "Host de la base de datos", + "Finish setup" : "Completar la instalación", + "Finishing …" : "Finalizando …", + "%s is available. Get more information on how to update." : "%s esta disponible. Obtener mas información de como actualizar.", + "Log out" : "Salir", + "Server side authentication failed!" : "La autenticación a fallado en el servidor.", + "Please contact your administrator." : "Por favor, contacte con el administrador.", + "remember" : "recordar", + "Log in" : "Entrar", + "Alternative Logins" : "Accesos Alternativos", + "This ownCloud instance is currently in single user mode." : "Esta instalación de ownCloud se encuentra en modo de usuario único.", + "This means only administrators can use the instance." : "Esto quiere decir que solo un administrador puede usarla.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", + "Thank you for your patience." : "Gracias por su paciencia." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/es_MX.php b/core/l10n/es_MX.php deleted file mode 100644 index 1575822ee5..0000000000 --- a/core/l10n/es_MX.php +++ /dev/null @@ -1,147 +0,0 @@ - "No se pudo enviar el mensaje a los siguientes usuarios: %s", -"Turned on maintenance mode" => "Modo mantenimiento activado", -"Turned off maintenance mode" => "Modo mantenimiento desactivado", -"Updated database" => "Base de datos actualizada", -"No image or file provided" => "No se especificó ningún archivo o imagen", -"Unknown filetype" => "Tipo de archivo desconocido", -"Invalid image" => "Imagen inválida", -"No temporary profile picture available, try again" => "No hay disponible una imagen temporal de perfil, pruebe de nuevo", -"No crop data provided" => "No se proporcionó datos del recorte", -"Sunday" => "Domingo", -"Monday" => "Lunes", -"Tuesday" => "Martes", -"Wednesday" => "Miércoles", -"Thursday" => "Jueves", -"Friday" => "Viernes", -"Saturday" => "Sábado", -"January" => "Enero", -"February" => "Febrero", -"March" => "Marzo", -"April" => "Abril", -"May" => "Mayo", -"June" => "Junio", -"July" => "Julio", -"August" => "Agosto", -"September" => "Septiembre", -"October" => "Octubre", -"November" => "Noviembre", -"December" => "Diciembre", -"Settings" => "Ajustes", -"File" => "Archivo", -"Folder" => "Carpeta", -"Saving..." => "Guardando...", -"Reset password" => "Restablecer contraseña", -"No" => "No", -"Yes" => "Sí", -"Choose" => "Seleccionar", -"Error loading file picker template: {error}" => "Error cargando plantilla del seleccionador de archivos: {error}", -"Ok" => "Aceptar", -"Error loading message template: {error}" => "Error cargando plantilla del mensaje: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} conflicto de archivo","{count} conflictos de archivo"), -"One file conflict" => "Un conflicto de archivo", -"Which files do you want to keep?" => "¿Que archivos deseas mantener?", -"If you select both versions, the copied file will have a number added to its name." => "Si seleccionas ambas versiones, el archivo copiado tendrá añadido un número en su nombre.", -"Cancel" => "Cancelar", -"Continue" => "Continuar", -"(all selected)" => "(todos seleccionados)", -"({count} selected)" => "({count} seleccionados)", -"Error loading file exists template" => "Error cargando plantilla de archivo existente", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Su servidor web aún no está configurado adecuadamente para permitir la sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando.", -"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." => "Este servidor no tiene conexión a Internet. Esto significa que algunas de las características no funcionarán, como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones, la instalación de aplicaciones de terceros, el acceso a los archivos de forma remota o el envío de correos electrónicos de notificación. Sugerimos habilitar una conexión a Internet en este servidor para disfrutar de todas las funciones.", -"Shared" => "Compartido", -"Share" => "Compartir", -"Error" => "Error", -"Error while sharing" => "Error al compartir", -"Error while unsharing" => "Error al dejar de compartir", -"Error while changing permissions" => "Error al cambiar permisos", -"Shared with you and the group {group} by {owner}" => "Compartido contigo y el grupo {group} por {owner}", -"Shared with you by {owner}" => "Compartido contigo por {owner}", -"Share with user or group …" => "Compartido con el usuario o con el grupo …", -"Share link" => "Enlace compartido", -"Password protect" => "Protección con contraseña", -"Allow Public Upload" => "Permitir Subida Pública", -"Email link to person" => "Enviar enlace por correo electrónico a una persona", -"Send" => "Enviar", -"Set expiration date" => "Establecer fecha de caducidad", -"Expiration date" => "Fecha de caducidad", -"group" => "grupo", -"Resharing is not allowed" => "No se permite compartir de nuevo", -"Shared in {item} with {user}" => "Compartido en {item} con {user}", -"Unshare" => "Dejar de compartir", -"notify by email" => "notificar al usuario por correo electrónico", -"can share" => "puede compartir", -"can edit" => "puede editar", -"access control" => "control de acceso", -"create" => "crear", -"update" => "actualizar", -"delete" => "eliminar", -"Password protected" => "Protegido con contraseña", -"Error unsetting expiration date" => "Error eliminando fecha de caducidad", -"Error setting expiration date" => "Error estableciendo fecha de caducidad", -"Sending ..." => "Enviando...", -"Email sent" => "Correo electrónico enviado", -"Warning" => "Precaución", -"The object type is not specified." => "El tipo de objeto no está especificado.", -"Enter new" => "Ingresar nueva", -"Delete" => "Eliminar", -"Add" => "Agregar", -"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.", -"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", -"Use the following link to reset your password: {link}" => "Utilice el siguiente enlace para restablecer su contraseña: {link}", -"You will receive a link to reset your password via Email." => "Recibirá un enlace por correo electrónico para restablecer su contraseña", -"Username" => "Nombre de usuario", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Sus archivos están cifrados. Si no ha habilitado la clave de recurperación, no habrá forma de recuperar sus datos luego de que la contraseña sea reseteada. Si no está seguro de qué hacer, contacte a su administrador antes de continuar. ¿Realmente desea continuar?", -"Yes, I really want to reset my password now" => "Sí. Realmente deseo resetear mi contraseña ahora", -"Reset" => "Reiniciar", -"New password" => "Nueva contraseña", -"Personal" => "Personal", -"Users" => "Usuarios", -"Apps" => "Aplicaciones", -"Admin" => "Administración", -"Help" => "Ayuda", -"Error loading tags" => "Error cargando etiquetas.", -"Tag already exists" => "La etiqueta ya existe", -"Error deleting tag(s)" => "Error borrando etiqueta(s)", -"Error tagging" => "Error al etiquetar", -"Error untagging" => "Error al quitar etiqueta", -"Error favoriting" => "Error al marcar como favorito", -"Error unfavoriting" => "Error al quitar como favorito", -"Access forbidden" => "Acceso denegado", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n", -"The share will expire on %s." => "El objeto dejará de ser compartido el %s.", -"Cheers!" => "¡Saludos!", -"Security Warning" => "Advertencia de seguridad", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Su versión de PHP es vulnerable al ataque de Byte NULL (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Por favor, actualice su instalación PHP para usar %s con seguridad.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Su directorio de datos y sus archivos probablemente sean accesibles a través de internet ya que el archivo .htaccess no funciona.", -"For information how to properly configure your server, please see the documentation." => "Para información de cómo configurar apropiadamente su servidor, por favor vea la documentación.", -"Create an admin account" => "Crear una cuenta de administrador", -"Password" => "Contraseña", -"Data folder" => "Directorio de datos", -"Configure the database" => "Configurar la base de datos", -"Database user" => "Usuario de la base de datos", -"Database password" => "Contraseña de la base de datos", -"Database name" => "Nombre de la base de datos", -"Database tablespace" => "Espacio de tablas de la base de datos", -"Database host" => "Host de la base de datos", -"Finish setup" => "Completar la instalación", -"Finishing …" => "Finalizando …", -"%s is available. Get more information on how to update." => "%s esta disponible. Obtener mas información de como actualizar.", -"Log out" => "Salir", -"Server side authentication failed!" => "La autenticación a fallado en el servidor.", -"Please contact your administrator." => "Por favor, contacte con el administrador.", -"remember" => "recordar", -"Log in" => "Entrar", -"Alternative Logins" => "Accesos Alternativos", -"This ownCloud instance is currently in single user mode." => "Esta instalación de ownCloud se encuentra en modo de usuario único.", -"This means only administrators can use the instance." => "Esto quiere decir que solo un administrador puede usarla.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", -"Thank you for your patience." => "Gracias por su paciencia." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es_PE.js b/core/l10n/es_PE.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/es_PE.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/es_PE.json b/core/l10n/es_PE.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/es_PE.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/es_PE.php b/core/l10n/es_PE.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/es_PE.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es_PY.js b/core/l10n/es_PY.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/es_PY.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/es_PY.json b/core/l10n/es_PY.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/es_PY.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/es_PY.php b/core/l10n/es_PY.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/es_PY.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es_US.js b/core/l10n/es_US.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/es_US.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/es_US.json b/core/l10n/es_US.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/es_US.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/es_US.php b/core/l10n/es_US.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/es_US.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es_UY.js b/core/l10n/es_UY.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/es_UY.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/es_UY.json b/core/l10n/es_UY.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/es_UY.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/es_UY.php b/core/l10n/es_UY.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/es_UY.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js new file mode 100644 index 0000000000..5b2e251100 --- /dev/null +++ b/core/l10n/et_EE.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Kirja saatmine järgnevatele kasutajatele ebaõnnestus: %s ", + "Turned on maintenance mode" : "Haldusrežiimis sisse lülitatud", + "Turned off maintenance mode" : "Haldusrežiimis välja lülitatud", + "Updated database" : "Uuendatud andmebaas", + "Checked database schema update" : "Andmebaasi skeemi uuendus kontrollitud", + "Checked database schema update for apps" : "Andmebaasi skeemi uuendus rakendustele on kontrollitud", + "Updated \"%s\" to %s" : "Uuendatud \"%s\" -> %s", + "Disabled incompatible apps: %s" : "Keelatud mitteühilduvad rakendid: %s", + "No image or file provided" : "Ühtegi pilti või faili pole pakutud", + "Unknown filetype" : "Tundmatu failitüüp", + "Invalid image" : "Vigane pilt", + "No temporary profile picture available, try again" : "Ühtegi ajutist profiili pilti pole saadaval, proovi uuesti", + "No crop data provided" : "Lõikeandmeid ei leitud", + "Sunday" : "Pühapäev", + "Monday" : "Esmaspäev", + "Tuesday" : "Teisipäev", + "Wednesday" : "Kolmapäev", + "Thursday" : "Neljapäev", + "Friday" : "Reede", + "Saturday" : "Laupäev", + "January" : "Jaanuar", + "February" : "Veebruar", + "March" : "Märts", + "April" : "Aprill", + "May" : "Mai", + "June" : "Juuni", + "July" : "Juuli", + "August" : "August", + "September" : "September", + "October" : "Oktoober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Sinu failid on krüpteeritud. Kui sa pole taastamise võtit veel määranud, siis pole präast parooli taastamist mingit võimalust sinu andmeid tagasi saada.
Kui sa pole kindel, mida teha, siis palun väta enne jätkamist ühendust oma administaatoriga.
Oled sa kindel, et sa soovid jätkata?", + "I know what I'm doing" : "Ma tean mida teen", + "Reset password" : "Nulli parool", + "Password can not be changed. Please contact your administrator." : "Parooli ei saa muuta. Palun kontakteeru oma süsteemihalduriga.", + "No" : "Ei", + "Yes" : "Jah", + "Choose" : "Vali", + "Error loading file picker template: {error}" : "Viga failivalija malli laadimisel: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Viga sõnumi malli laadimisel: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} failikonflikt","{count} failikonflikti"], + "One file conflict" : "Üks failikonflikt", + "New Files" : "Uued failid", + "Already existing files" : "Juba olemasolevad failid", + "Which files do you want to keep?" : "Milliseid faile sa soovid alles hoida?", + "If you select both versions, the copied file will have a number added to its name." : "Kui valid mõlemad versioonid, siis lisatakse kopeeritud faili nimele number.", + "Cancel" : "Loobu", + "Continue" : "Jätka", + "(all selected)" : "(kõik valitud)", + "({count} selected)" : "({count} valitud)", + "Error loading file exists template" : "Viga faili olemasolu malli laadimisel", + "Very weak password" : "Väga nõrk parool", + "Weak password" : "Nõrk parool", + "So-so password" : "Enam-vähem sobiv parool", + "Good password" : "Hea parool", + "Strong password" : "Väga hea parool", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Veebiserveri ei ole veel korralikult seadistatud võimaldamaks failide sünkroniseerimist, kuna WebDAV liides näib olevat mittetoimiv.", + "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." : "Serveril puudub toimiv internetiühendus. See tähendab, et mõned funktsionaalsused, nagu näiteks väliste andmehoidlate ühendamine, teavitused uuendustest või kolmandate osapoolte rakenduste paigaldamine ei tööta. Eemalt failidele ligipääs ning teadete saatmine emailiga ei pruugi samuti toimida. Kui soovid täielikku funktsionaalsust, siis soovitame serverile tagada ligipääs internetti.", + "Error occurred while checking server setup" : "Serveri seadete kontrolimisel tekkis viga", + "Shared" : "Jagatud", + "Shared with {recipients}" : "Jagatud {recipients}", + "Share" : "Jaga", + "Error" : "Viga", + "Error while sharing" : "Viga jagamisel", + "Error while unsharing" : "Viga jagamise lõpetamisel", + "Error while changing permissions" : "Viga õiguste muutmisel", + "Shared with you and the group {group} by {owner}" : "Jagatud sinu ja {group} grupiga {owner} poolt", + "Shared with you by {owner}" : "Sinuga jagas {owner}", + "Share with user or group …" : "Jaga kasutaja või grupiga ...", + "Share link" : "Jaga linki", + "The public link will expire no later than {days} days after it is created" : "Avalik link aegub mitte hiljem kui pärast {days} päeva selle loomist", + "Password protect" : "Parooliga kaitstud", + "Choose a password for the public link" : "Vali avaliku lingi jaoks parool", + "Allow Public Upload" : "Luba avalik üleslaadimine", + "Email link to person" : "Saada link isikule e-postiga", + "Send" : "Saada", + "Set expiration date" : "Määra aegumise kuupäev", + "Expiration date" : "Aegumise kuupäev", + "Adding user..." : "Kasutaja lisamine...", + "group" : "grupp", + "Resharing is not allowed" : "Edasijagamine pole lubatud", + "Shared in {item} with {user}" : "Jagatud {item} kasutajaga {user}", + "Unshare" : "Lõpeta jagamine", + "notify by email" : "teavita e-postiga", + "can share" : "saab jagada", + "can edit" : "saab muuta", + "access control" : "ligipääsukontroll", + "create" : "loo", + "update" : "uuenda", + "delete" : "kustuta", + "Password protected" : "Parooliga kaitstud", + "Error unsetting expiration date" : "Viga aegumise kuupäeva eemaldamisel", + "Error setting expiration date" : "Viga aegumise kuupäeva määramisel", + "Sending ..." : "Saatmine ...", + "Email sent" : "E-kiri on saadetud", + "Warning" : "Hoiatus", + "The object type is not specified." : "Objekti tüüp pole määratletud.", + "Enter new" : "Sisesta uus", + "Delete" : "Kustuta", + "Add" : "Lisa", + "Edit tags" : "Muuda silte", + "Error loading dialog template: {error}" : "Viga dialoogi malli laadimisel: {error}", + "No tags selected for deletion." : "Kustutamiseks pole ühtegi silti valitud.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Uuendus oli edukas. Kohe suunatakse Sind ownCloudi.", + "Couldn't reset password because the token is invalid" : "Ei saanud parooli taastada, kuna märgend on vigane", + "Couldn't send reset email. Please make sure your username is correct." : "Ei suutnud lähtestada e-maili. Palun veendu, et kasutajatunnus on õige.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Ei suutnud lähtestada e-maili, kuna sellel kasutajal pole e-posti määratud. Palun kontakteeru süsteemihalduriga.", + "%s password reset" : "%s parooli lähtestus", + "Use the following link to reset your password: {link}" : "Kasuta järgnevat linki oma parooli taastamiseks: {link}", + "You will receive a link to reset your password via Email." : "Sinu parooli taastamise link saadetakse sulle e-postile.", + "Username" : "Kasutajanimi", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Sinu failid on krüpteeritud. Kui sa pole taastamise võtit veel määranud, siis pole präast parooli taastamist mingit võimalust sinu andmeid tagasi saada. Kui sa pole kindel, mida teha, siis palun väta enne jätkamist ühendust oma administaatoriga. Oled sa kindel, et sa soovid jätkata?", + "Yes, I really want to reset my password now" : "Jah, ma tõesti soovin oma parooli praegu taastada", + "Reset" : "Algseaded", + "New password" : "Uus parool", + "New Password" : "Uus parool", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X ei ole toetatud ja %s ei pruugi korralikult toimida sellel platvormil. Kasuta seda omal vastutusel!", + "For the best results, please consider using a GNU/Linux server instead." : "Parema tulemuse saavitamiseks palun kaalu serveris GNU/Linux kasutamist.", + "Personal" : "Isiklik", + "Users" : "Kasutajad", + "Apps" : "Rakendused", + "Admin" : "Admin", + "Help" : "Abiinfo", + "Error loading tags" : "Viga siltide laadimisel", + "Tag already exists" : "Silt on juba olemas", + "Error deleting tag(s)" : "Viga sildi (siltide) kustutamisel", + "Error tagging" : "Viga sildi lisamisel", + "Error untagging" : "Viga sildi eemaldamisel", + "Error favoriting" : "Viga lemmikuks lisamisel", + "Error unfavoriting" : "Viga lemmikutest eemaldamisel", + "Access forbidden" : "Ligipääs on keelatud", + "File not found" : "Faili ei leitud", + "The specified document has not been found on the server." : "Määratud dokumenti serverist ei leitud.", + "You can click here to return to %s." : "%s tagasi minemiseks võid sa siia klikkida.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Tere,\n\n%s jagas sulle välja %s.\nVaata siit: %s\n\n", + "The share will expire on %s." : "Jagamine aegub %s.", + "Cheers!" : "Terekest!", + "Internal Server Error" : "Serveri sisemine viga", + "The server encountered an internal error and was unable to complete your request." : "Serveris tekkis sisemine tõrge ja sinu päringu täitmine ebaõnnestus.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kui seda veateadet näidatakse mitu korda, siis palun võta ühendust serveri administraatoriga. Palun lisa alla aruandesse tehnilised üksikasjad.", + "More details can be found in the server log." : "Lisainfot võib leida serveri logist.", + "Technical details" : "Tehnilised andmed", + "Remote Address: %s" : "Kaugaadress: %s", + "Request ID: %s" : "Päringu ID: %s", + "Code: %s" : "Kood: %s", + "Message: %s" : "Sõnum: %s", + "File: %s" : "Fail: %s", + "Line: %s" : "Rida: %s", + "Trace" : "Jälita", + "Security Warning" : "Turvahoiatus", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Sinu PHP versioon on haavatav NULL Baidi (CVE-2006-7243) rünnakuga.", + "Please update your PHP installation to use %s securely." : "Palun uuenda oma paigaldatud PHP-d tagamaks %s turvalisus.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Su andmete kataloog ja failid on tõenäoliselt internetist vabalt saadaval kuna .htaccess fail ei toimi.", + "For information how to properly configure your server, please see the documentation." : "Serveri korrektseks seadistuseks palun tutvu dokumentatsiooniga.", + "Create an admin account" : "Loo admini konto", + "Password" : "Parool", + "Storage & database" : "Andmehoidla ja andmebaas", + "Data folder" : "Andmete kaust", + "Configure the database" : "Seadista andmebaasi", + "Only %s is available." : "Ainult %s on saadaval.", + "Database user" : "Andmebaasi kasutaja", + "Database password" : "Andmebaasi parool", + "Database name" : "Andmebasi nimi", + "Database tablespace" : "Andmebaasi tabeliruum", + "Database host" : "Andmebaasi host", + "SQLite will be used as database. For larger installations we recommend to change this." : "Andmebaasina kasutatakse SQLite-t. Suuremate paigalduste puhul me soovitame seda muuta.", + "Finish setup" : "Lõpeta seadistamine", + "Finishing …" : "Lõpetamine ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "See rakendus vajab toimimiseks JavaScripti. Palun luba JavaScript ning laadi see leht uuesti.", + "%s is available. Get more information on how to update." : "%s on saadaval. Vaata lähemalt kuidas uuendada.", + "Log out" : "Logi välja", + "Server side authentication failed!" : "Serveripoolne autentimine ebaõnnestus!", + "Please contact your administrator." : "Palun kontakteeru oma süsteemihalduriga.", + "Forgot your password? Reset it!" : "Unustasid parooli? Taasta see!", + "remember" : "pea meeles", + "Log in" : "Logi sisse", + "Alternative Logins" : "Alternatiivsed sisselogimisviisid", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hei,

annan teada, et %s jagas sinuga %s. Vaata seda!

", + "This ownCloud instance is currently in single user mode." : "See ownCloud on momendil seadistatud ühe kasutaja jaoks.", + "This means only administrators can use the instance." : "See tähendab, et seda saavad kasutada ainult administraatorid.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.", + "Thank you for your patience." : "Täname kannatlikkuse eest.", + "You are accessing the server from an untrusted domain." : "Sa kasutad serverit usalduseta asukohast", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Palun võta ühendust oma saidi administraatoriga. Kui sa oled ise administraator, siis seadista failis config/config.php sätet \"trusted_domain\". Näidis seadistused leiad failist config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Sõltuvalt sinu seadetest võib ka administraator kasutada allolevat nuppu, et seda domeeni usaldusväärseks märkida.", + "Add \"%s\" as trusted domain" : "Lisa \"%s\" usaldusväärse domeenina", + "%s will be updated to version %s." : "%s uuendatakse versioonile %s.", + "The following apps will be disabled:" : "Järgnevad rakendid keelatakse:", + "The theme %s has been disabled." : "Teema %s on keelatud.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enne jätkamist veendu, et andmebaas, seadete ning andmete kataloog on varundatud.", + "Start update" : "Käivita uuendus", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Suurtel saitidel aegumise vältimiseks võid sa paigalduskaustas käivitada järgmise käsu:", + "This %s instance is currently being updated, which may take a while." : "Seda %s ownCloud instantsi hetkel uuendatakse, see võib võtta veidi aega.", + "This page will refresh itself when the %s instance is available again." : "Se leht laetakse uuesti, kui %s instantsi on uuesti saadaval." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json new file mode 100644 index 0000000000..ba3f3b8e8f --- /dev/null +++ b/core/l10n/et_EE.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Kirja saatmine järgnevatele kasutajatele ebaõnnestus: %s ", + "Turned on maintenance mode" : "Haldusrežiimis sisse lülitatud", + "Turned off maintenance mode" : "Haldusrežiimis välja lülitatud", + "Updated database" : "Uuendatud andmebaas", + "Checked database schema update" : "Andmebaasi skeemi uuendus kontrollitud", + "Checked database schema update for apps" : "Andmebaasi skeemi uuendus rakendustele on kontrollitud", + "Updated \"%s\" to %s" : "Uuendatud \"%s\" -> %s", + "Disabled incompatible apps: %s" : "Keelatud mitteühilduvad rakendid: %s", + "No image or file provided" : "Ühtegi pilti või faili pole pakutud", + "Unknown filetype" : "Tundmatu failitüüp", + "Invalid image" : "Vigane pilt", + "No temporary profile picture available, try again" : "Ühtegi ajutist profiili pilti pole saadaval, proovi uuesti", + "No crop data provided" : "Lõikeandmeid ei leitud", + "Sunday" : "Pühapäev", + "Monday" : "Esmaspäev", + "Tuesday" : "Teisipäev", + "Wednesday" : "Kolmapäev", + "Thursday" : "Neljapäev", + "Friday" : "Reede", + "Saturday" : "Laupäev", + "January" : "Jaanuar", + "February" : "Veebruar", + "March" : "Märts", + "April" : "Aprill", + "May" : "Mai", + "June" : "Juuni", + "July" : "Juuli", + "August" : "August", + "September" : "September", + "October" : "Oktoober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Sinu failid on krüpteeritud. Kui sa pole taastamise võtit veel määranud, siis pole präast parooli taastamist mingit võimalust sinu andmeid tagasi saada.
Kui sa pole kindel, mida teha, siis palun väta enne jätkamist ühendust oma administaatoriga.
Oled sa kindel, et sa soovid jätkata?", + "I know what I'm doing" : "Ma tean mida teen", + "Reset password" : "Nulli parool", + "Password can not be changed. Please contact your administrator." : "Parooli ei saa muuta. Palun kontakteeru oma süsteemihalduriga.", + "No" : "Ei", + "Yes" : "Jah", + "Choose" : "Vali", + "Error loading file picker template: {error}" : "Viga failivalija malli laadimisel: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Viga sõnumi malli laadimisel: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} failikonflikt","{count} failikonflikti"], + "One file conflict" : "Üks failikonflikt", + "New Files" : "Uued failid", + "Already existing files" : "Juba olemasolevad failid", + "Which files do you want to keep?" : "Milliseid faile sa soovid alles hoida?", + "If you select both versions, the copied file will have a number added to its name." : "Kui valid mõlemad versioonid, siis lisatakse kopeeritud faili nimele number.", + "Cancel" : "Loobu", + "Continue" : "Jätka", + "(all selected)" : "(kõik valitud)", + "({count} selected)" : "({count} valitud)", + "Error loading file exists template" : "Viga faili olemasolu malli laadimisel", + "Very weak password" : "Väga nõrk parool", + "Weak password" : "Nõrk parool", + "So-so password" : "Enam-vähem sobiv parool", + "Good password" : "Hea parool", + "Strong password" : "Väga hea parool", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Veebiserveri ei ole veel korralikult seadistatud võimaldamaks failide sünkroniseerimist, kuna WebDAV liides näib olevat mittetoimiv.", + "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." : "Serveril puudub toimiv internetiühendus. See tähendab, et mõned funktsionaalsused, nagu näiteks väliste andmehoidlate ühendamine, teavitused uuendustest või kolmandate osapoolte rakenduste paigaldamine ei tööta. Eemalt failidele ligipääs ning teadete saatmine emailiga ei pruugi samuti toimida. Kui soovid täielikku funktsionaalsust, siis soovitame serverile tagada ligipääs internetti.", + "Error occurred while checking server setup" : "Serveri seadete kontrolimisel tekkis viga", + "Shared" : "Jagatud", + "Shared with {recipients}" : "Jagatud {recipients}", + "Share" : "Jaga", + "Error" : "Viga", + "Error while sharing" : "Viga jagamisel", + "Error while unsharing" : "Viga jagamise lõpetamisel", + "Error while changing permissions" : "Viga õiguste muutmisel", + "Shared with you and the group {group} by {owner}" : "Jagatud sinu ja {group} grupiga {owner} poolt", + "Shared with you by {owner}" : "Sinuga jagas {owner}", + "Share with user or group …" : "Jaga kasutaja või grupiga ...", + "Share link" : "Jaga linki", + "The public link will expire no later than {days} days after it is created" : "Avalik link aegub mitte hiljem kui pärast {days} päeva selle loomist", + "Password protect" : "Parooliga kaitstud", + "Choose a password for the public link" : "Vali avaliku lingi jaoks parool", + "Allow Public Upload" : "Luba avalik üleslaadimine", + "Email link to person" : "Saada link isikule e-postiga", + "Send" : "Saada", + "Set expiration date" : "Määra aegumise kuupäev", + "Expiration date" : "Aegumise kuupäev", + "Adding user..." : "Kasutaja lisamine...", + "group" : "grupp", + "Resharing is not allowed" : "Edasijagamine pole lubatud", + "Shared in {item} with {user}" : "Jagatud {item} kasutajaga {user}", + "Unshare" : "Lõpeta jagamine", + "notify by email" : "teavita e-postiga", + "can share" : "saab jagada", + "can edit" : "saab muuta", + "access control" : "ligipääsukontroll", + "create" : "loo", + "update" : "uuenda", + "delete" : "kustuta", + "Password protected" : "Parooliga kaitstud", + "Error unsetting expiration date" : "Viga aegumise kuupäeva eemaldamisel", + "Error setting expiration date" : "Viga aegumise kuupäeva määramisel", + "Sending ..." : "Saatmine ...", + "Email sent" : "E-kiri on saadetud", + "Warning" : "Hoiatus", + "The object type is not specified." : "Objekti tüüp pole määratletud.", + "Enter new" : "Sisesta uus", + "Delete" : "Kustuta", + "Add" : "Lisa", + "Edit tags" : "Muuda silte", + "Error loading dialog template: {error}" : "Viga dialoogi malli laadimisel: {error}", + "No tags selected for deletion." : "Kustutamiseks pole ühtegi silti valitud.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Uuendus oli edukas. Kohe suunatakse Sind ownCloudi.", + "Couldn't reset password because the token is invalid" : "Ei saanud parooli taastada, kuna märgend on vigane", + "Couldn't send reset email. Please make sure your username is correct." : "Ei suutnud lähtestada e-maili. Palun veendu, et kasutajatunnus on õige.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Ei suutnud lähtestada e-maili, kuna sellel kasutajal pole e-posti määratud. Palun kontakteeru süsteemihalduriga.", + "%s password reset" : "%s parooli lähtestus", + "Use the following link to reset your password: {link}" : "Kasuta järgnevat linki oma parooli taastamiseks: {link}", + "You will receive a link to reset your password via Email." : "Sinu parooli taastamise link saadetakse sulle e-postile.", + "Username" : "Kasutajanimi", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Sinu failid on krüpteeritud. Kui sa pole taastamise võtit veel määranud, siis pole präast parooli taastamist mingit võimalust sinu andmeid tagasi saada. Kui sa pole kindel, mida teha, siis palun väta enne jätkamist ühendust oma administaatoriga. Oled sa kindel, et sa soovid jätkata?", + "Yes, I really want to reset my password now" : "Jah, ma tõesti soovin oma parooli praegu taastada", + "Reset" : "Algseaded", + "New password" : "Uus parool", + "New Password" : "Uus parool", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X ei ole toetatud ja %s ei pruugi korralikult toimida sellel platvormil. Kasuta seda omal vastutusel!", + "For the best results, please consider using a GNU/Linux server instead." : "Parema tulemuse saavitamiseks palun kaalu serveris GNU/Linux kasutamist.", + "Personal" : "Isiklik", + "Users" : "Kasutajad", + "Apps" : "Rakendused", + "Admin" : "Admin", + "Help" : "Abiinfo", + "Error loading tags" : "Viga siltide laadimisel", + "Tag already exists" : "Silt on juba olemas", + "Error deleting tag(s)" : "Viga sildi (siltide) kustutamisel", + "Error tagging" : "Viga sildi lisamisel", + "Error untagging" : "Viga sildi eemaldamisel", + "Error favoriting" : "Viga lemmikuks lisamisel", + "Error unfavoriting" : "Viga lemmikutest eemaldamisel", + "Access forbidden" : "Ligipääs on keelatud", + "File not found" : "Faili ei leitud", + "The specified document has not been found on the server." : "Määratud dokumenti serverist ei leitud.", + "You can click here to return to %s." : "%s tagasi minemiseks võid sa siia klikkida.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Tere,\n\n%s jagas sulle välja %s.\nVaata siit: %s\n\n", + "The share will expire on %s." : "Jagamine aegub %s.", + "Cheers!" : "Terekest!", + "Internal Server Error" : "Serveri sisemine viga", + "The server encountered an internal error and was unable to complete your request." : "Serveris tekkis sisemine tõrge ja sinu päringu täitmine ebaõnnestus.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kui seda veateadet näidatakse mitu korda, siis palun võta ühendust serveri administraatoriga. Palun lisa alla aruandesse tehnilised üksikasjad.", + "More details can be found in the server log." : "Lisainfot võib leida serveri logist.", + "Technical details" : "Tehnilised andmed", + "Remote Address: %s" : "Kaugaadress: %s", + "Request ID: %s" : "Päringu ID: %s", + "Code: %s" : "Kood: %s", + "Message: %s" : "Sõnum: %s", + "File: %s" : "Fail: %s", + "Line: %s" : "Rida: %s", + "Trace" : "Jälita", + "Security Warning" : "Turvahoiatus", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Sinu PHP versioon on haavatav NULL Baidi (CVE-2006-7243) rünnakuga.", + "Please update your PHP installation to use %s securely." : "Palun uuenda oma paigaldatud PHP-d tagamaks %s turvalisus.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Su andmete kataloog ja failid on tõenäoliselt internetist vabalt saadaval kuna .htaccess fail ei toimi.", + "For information how to properly configure your server, please see the documentation." : "Serveri korrektseks seadistuseks palun tutvu dokumentatsiooniga.", + "Create an admin account" : "Loo admini konto", + "Password" : "Parool", + "Storage & database" : "Andmehoidla ja andmebaas", + "Data folder" : "Andmete kaust", + "Configure the database" : "Seadista andmebaasi", + "Only %s is available." : "Ainult %s on saadaval.", + "Database user" : "Andmebaasi kasutaja", + "Database password" : "Andmebaasi parool", + "Database name" : "Andmebasi nimi", + "Database tablespace" : "Andmebaasi tabeliruum", + "Database host" : "Andmebaasi host", + "SQLite will be used as database. For larger installations we recommend to change this." : "Andmebaasina kasutatakse SQLite-t. Suuremate paigalduste puhul me soovitame seda muuta.", + "Finish setup" : "Lõpeta seadistamine", + "Finishing …" : "Lõpetamine ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "See rakendus vajab toimimiseks JavaScripti. Palun luba JavaScript ning laadi see leht uuesti.", + "%s is available. Get more information on how to update." : "%s on saadaval. Vaata lähemalt kuidas uuendada.", + "Log out" : "Logi välja", + "Server side authentication failed!" : "Serveripoolne autentimine ebaõnnestus!", + "Please contact your administrator." : "Palun kontakteeru oma süsteemihalduriga.", + "Forgot your password? Reset it!" : "Unustasid parooli? Taasta see!", + "remember" : "pea meeles", + "Log in" : "Logi sisse", + "Alternative Logins" : "Alternatiivsed sisselogimisviisid", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hei,

annan teada, et %s jagas sinuga %s. Vaata seda!

", + "This ownCloud instance is currently in single user mode." : "See ownCloud on momendil seadistatud ühe kasutaja jaoks.", + "This means only administrators can use the instance." : "See tähendab, et seda saavad kasutada ainult administraatorid.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.", + "Thank you for your patience." : "Täname kannatlikkuse eest.", + "You are accessing the server from an untrusted domain." : "Sa kasutad serverit usalduseta asukohast", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Palun võta ühendust oma saidi administraatoriga. Kui sa oled ise administraator, siis seadista failis config/config.php sätet \"trusted_domain\". Näidis seadistused leiad failist config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Sõltuvalt sinu seadetest võib ka administraator kasutada allolevat nuppu, et seda domeeni usaldusväärseks märkida.", + "Add \"%s\" as trusted domain" : "Lisa \"%s\" usaldusväärse domeenina", + "%s will be updated to version %s." : "%s uuendatakse versioonile %s.", + "The following apps will be disabled:" : "Järgnevad rakendid keelatakse:", + "The theme %s has been disabled." : "Teema %s on keelatud.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Enne jätkamist veendu, et andmebaas, seadete ning andmete kataloog on varundatud.", + "Start update" : "Käivita uuendus", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Suurtel saitidel aegumise vältimiseks võid sa paigalduskaustas käivitada järgmise käsu:", + "This %s instance is currently being updated, which may take a while." : "Seda %s ownCloud instantsi hetkel uuendatakse, see võib võtta veidi aega.", + "This page will refresh itself when the %s instance is available again." : "Se leht laetakse uuesti, kui %s instantsi on uuesti saadaval." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php deleted file mode 100644 index 2aa5d95d18..0000000000 --- a/core/l10n/et_EE.php +++ /dev/null @@ -1,211 +0,0 @@ - "Kirja saatmine järgnevatele kasutajatele ebaõnnestus: %s ", -"Turned on maintenance mode" => "Haldusrežiimis sisse lülitatud", -"Turned off maintenance mode" => "Haldusrežiimis välja lülitatud", -"Updated database" => "Uuendatud andmebaas", -"Checked database schema update" => "Andmebaasi skeemi uuendus kontrollitud", -"Checked database schema update for apps" => "Andmebaasi skeemi uuendus rakendustele on kontrollitud", -"Updated \"%s\" to %s" => "Uuendatud \"%s\" -> %s", -"Disabled incompatible apps: %s" => "Keelatud mitteühilduvad rakendid: %s", -"No image or file provided" => "Ühtegi pilti või faili pole pakutud", -"Unknown filetype" => "Tundmatu failitüüp", -"Invalid image" => "Vigane pilt", -"No temporary profile picture available, try again" => "Ühtegi ajutist profiili pilti pole saadaval, proovi uuesti", -"No crop data provided" => "Lõikeandmeid ei leitud", -"Sunday" => "Pühapäev", -"Monday" => "Esmaspäev", -"Tuesday" => "Teisipäev", -"Wednesday" => "Kolmapäev", -"Thursday" => "Neljapäev", -"Friday" => "Reede", -"Saturday" => "Laupäev", -"January" => "Jaanuar", -"February" => "Veebruar", -"March" => "Märts", -"April" => "Aprill", -"May" => "Mai", -"June" => "Juuni", -"July" => "Juuli", -"August" => "August", -"September" => "September", -"October" => "Oktoober", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Sinu failid on krüpteeritud. Kui sa pole taastamise võtit veel määranud, siis pole präast parooli taastamist mingit võimalust sinu andmeid tagasi saada.
Kui sa pole kindel, mida teha, siis palun väta enne jätkamist ühendust oma administaatoriga.
Oled sa kindel, et sa soovid jätkata?", -"I know what I'm doing" => "Ma tean mida teen", -"Reset password" => "Nulli parool", -"Password can not be changed. Please contact your administrator." => "Parooli ei saa muuta. Palun kontakteeru oma süsteemihalduriga.", -"No" => "Ei", -"Yes" => "Jah", -"Choose" => "Vali", -"Error loading file picker template: {error}" => "Viga failivalija malli laadimisel: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Viga sõnumi malli laadimisel: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} failikonflikt","{count} failikonflikti"), -"One file conflict" => "Üks failikonflikt", -"New Files" => "Uued failid", -"Already existing files" => "Juba olemasolevad failid", -"Which files do you want to keep?" => "Milliseid faile sa soovid alles hoida?", -"If you select both versions, the copied file will have a number added to its name." => "Kui valid mõlemad versioonid, siis lisatakse kopeeritud faili nimele number.", -"Cancel" => "Loobu", -"Continue" => "Jätka", -"(all selected)" => "(kõik valitud)", -"({count} selected)" => "({count} valitud)", -"Error loading file exists template" => "Viga faili olemasolu malli laadimisel", -"Very weak password" => "Väga nõrk parool", -"Weak password" => "Nõrk parool", -"So-so password" => "Enam-vähem sobiv parool", -"Good password" => "Hea parool", -"Strong password" => "Väga hea parool", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Veebiserveri ei ole veel korralikult seadistatud võimaldamaks failide sünkroniseerimist, kuna WebDAV liides näib olevat mittetoimiv.", -"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." => "Serveril puudub toimiv internetiühendus. See tähendab, et mõned funktsionaalsused, nagu näiteks väliste andmehoidlate ühendamine, teavitused uuendustest või kolmandate osapoolte rakenduste paigaldamine ei tööta. Eemalt failidele ligipääs ning teadete saatmine emailiga ei pruugi samuti toimida. Kui soovid täielikku funktsionaalsust, siis soovitame serverile tagada ligipääs internetti.", -"Error occurred while checking server setup" => "Serveri seadete kontrolimisel tekkis viga", -"Shared" => "Jagatud", -"Shared with {recipients}" => "Jagatud {recipients}", -"Share" => "Jaga", -"Error" => "Viga", -"Error while sharing" => "Viga jagamisel", -"Error while unsharing" => "Viga jagamise lõpetamisel", -"Error while changing permissions" => "Viga õiguste muutmisel", -"Shared with you and the group {group} by {owner}" => "Jagatud sinu ja {group} grupiga {owner} poolt", -"Shared with you by {owner}" => "Sinuga jagas {owner}", -"Share with user or group …" => "Jaga kasutaja või grupiga ...", -"Share link" => "Jaga linki", -"The public link will expire no later than {days} days after it is created" => "Avalik link aegub mitte hiljem kui pärast {days} päeva selle loomist", -"Password protect" => "Parooliga kaitstud", -"Choose a password for the public link" => "Vali avaliku lingi jaoks parool", -"Allow Public Upload" => "Luba avalik üleslaadimine", -"Email link to person" => "Saada link isikule e-postiga", -"Send" => "Saada", -"Set expiration date" => "Määra aegumise kuupäev", -"Expiration date" => "Aegumise kuupäev", -"Adding user..." => "Kasutaja lisamine...", -"group" => "grupp", -"Resharing is not allowed" => "Edasijagamine pole lubatud", -"Shared in {item} with {user}" => "Jagatud {item} kasutajaga {user}", -"Unshare" => "Lõpeta jagamine", -"notify by email" => "teavita e-postiga", -"can share" => "saab jagada", -"can edit" => "saab muuta", -"access control" => "ligipääsukontroll", -"create" => "loo", -"update" => "uuenda", -"delete" => "kustuta", -"Password protected" => "Parooliga kaitstud", -"Error unsetting expiration date" => "Viga aegumise kuupäeva eemaldamisel", -"Error setting expiration date" => "Viga aegumise kuupäeva määramisel", -"Sending ..." => "Saatmine ...", -"Email sent" => "E-kiri on saadetud", -"Warning" => "Hoiatus", -"The object type is not specified." => "Objekti tüüp pole määratletud.", -"Enter new" => "Sisesta uus", -"Delete" => "Kustuta", -"Add" => "Lisa", -"Edit tags" => "Muuda silte", -"Error loading dialog template: {error}" => "Viga dialoogi malli laadimisel: {error}", -"No tags selected for deletion." => "Kustutamiseks pole ühtegi silti valitud.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "Uuendus oli edukas. Kohe suunatakse Sind ownCloudi.", -"Couldn't reset password because the token is invalid" => "Ei saanud parooli taastada, kuna märgend on vigane", -"Couldn't send reset email. Please make sure your username is correct." => "Ei suutnud lähtestada e-maili. Palun veendu, et kasutajatunnus on õige.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Ei suutnud lähtestada e-maili, kuna sellel kasutajal pole e-posti määratud. Palun kontakteeru süsteemihalduriga.", -"%s password reset" => "%s parooli lähtestus", -"Use the following link to reset your password: {link}" => "Kasuta järgnevat linki oma parooli taastamiseks: {link}", -"You will receive a link to reset your password via Email." => "Sinu parooli taastamise link saadetakse sulle e-postile.", -"Username" => "Kasutajanimi", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Sinu failid on krüpteeritud. Kui sa pole taastamise võtit veel määranud, siis pole präast parooli taastamist mingit võimalust sinu andmeid tagasi saada. Kui sa pole kindel, mida teha, siis palun väta enne jätkamist ühendust oma administaatoriga. Oled sa kindel, et sa soovid jätkata?", -"Yes, I really want to reset my password now" => "Jah, ma tõesti soovin oma parooli praegu taastada", -"Reset" => "Algseaded", -"New password" => "Uus parool", -"New Password" => "Uus parool", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X ei ole toetatud ja %s ei pruugi korralikult toimida sellel platvormil. Kasuta seda omal vastutusel!", -"For the best results, please consider using a GNU/Linux server instead." => "Parema tulemuse saavitamiseks palun kaalu serveris GNU/Linux kasutamist.", -"Personal" => "Isiklik", -"Users" => "Kasutajad", -"Apps" => "Rakendused", -"Admin" => "Admin", -"Help" => "Abiinfo", -"Error loading tags" => "Viga siltide laadimisel", -"Tag already exists" => "Silt on juba olemas", -"Error deleting tag(s)" => "Viga sildi (siltide) kustutamisel", -"Error tagging" => "Viga sildi lisamisel", -"Error untagging" => "Viga sildi eemaldamisel", -"Error favoriting" => "Viga lemmikuks lisamisel", -"Error unfavoriting" => "Viga lemmikutest eemaldamisel", -"Access forbidden" => "Ligipääs on keelatud", -"File not found" => "Faili ei leitud", -"The specified document has not been found on the server." => "Määratud dokumenti serverist ei leitud.", -"You can click here to return to %s." => "%s tagasi minemiseks võid sa siia klikkida.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Tere,\n\n%s jagas sulle välja %s.\nVaata siit: %s\n\n", -"The share will expire on %s." => "Jagamine aegub %s.", -"Cheers!" => "Terekest!", -"Internal Server Error" => "Serveri sisemine viga", -"The server encountered an internal error and was unable to complete your request." => "Serveris tekkis sisemine tõrge ja sinu päringu täitmine ebaõnnestus.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Kui seda veateadet näidatakse mitu korda, siis palun võta ühendust serveri administraatoriga. Palun lisa alla aruandesse tehnilised üksikasjad.", -"More details can be found in the server log." => "Lisainfot võib leida serveri logist.", -"Technical details" => "Tehnilised andmed", -"Remote Address: %s" => "Kaugaadress: %s", -"Request ID: %s" => "Päringu ID: %s", -"Code: %s" => "Kood: %s", -"Message: %s" => "Sõnum: %s", -"File: %s" => "Fail: %s", -"Line: %s" => "Rida: %s", -"Trace" => "Jälita", -"Security Warning" => "Turvahoiatus", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Sinu PHP versioon on haavatav NULL Baidi (CVE-2006-7243) rünnakuga.", -"Please update your PHP installation to use %s securely." => "Palun uuenda oma paigaldatud PHP-d tagamaks %s turvalisus.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Su andmete kataloog ja failid on tõenäoliselt internetist vabalt saadaval kuna .htaccess fail ei toimi.", -"For information how to properly configure your server, please see the documentation." => "Serveri korrektseks seadistuseks palun tutvu dokumentatsiooniga.", -"Create an admin account" => "Loo admini konto", -"Password" => "Parool", -"Storage & database" => "Andmehoidla ja andmebaas", -"Data folder" => "Andmete kaust", -"Configure the database" => "Seadista andmebaasi", -"Only %s is available." => "Ainult %s on saadaval.", -"Database user" => "Andmebaasi kasutaja", -"Database password" => "Andmebaasi parool", -"Database name" => "Andmebasi nimi", -"Database tablespace" => "Andmebaasi tabeliruum", -"Database host" => "Andmebaasi host", -"SQLite will be used as database. For larger installations we recommend to change this." => "Andmebaasina kasutatakse SQLite-t. Suuremate paigalduste puhul me soovitame seda muuta.", -"Finish setup" => "Lõpeta seadistamine", -"Finishing …" => "Lõpetamine ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "See rakendus vajab toimimiseks JavaScripti. Palun luba JavaScript ning laadi see leht uuesti.", -"%s is available. Get more information on how to update." => "%s on saadaval. Vaata lähemalt kuidas uuendada.", -"Log out" => "Logi välja", -"Server side authentication failed!" => "Serveripoolne autentimine ebaõnnestus!", -"Please contact your administrator." => "Palun kontakteeru oma süsteemihalduriga.", -"Forgot your password? Reset it!" => "Unustasid parooli? Taasta see!", -"remember" => "pea meeles", -"Log in" => "Logi sisse", -"Alternative Logins" => "Alternatiivsed sisselogimisviisid", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hei,

annan teada, et %s jagas sinuga %s. Vaata seda!

", -"This ownCloud instance is currently in single user mode." => "See ownCloud on momendil seadistatud ühe kasutaja jaoks.", -"This means only administrators can use the instance." => "See tähendab, et seda saavad kasutada ainult administraatorid.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.", -"Thank you for your patience." => "Täname kannatlikkuse eest.", -"You are accessing the server from an untrusted domain." => "Sa kasutad serverit usalduseta asukohast", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Palun võta ühendust oma saidi administraatoriga. Kui sa oled ise administraator, siis seadista failis config/config.php sätet \"trusted_domain\". Näidis seadistused leiad failist config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Sõltuvalt sinu seadetest võib ka administraator kasutada allolevat nuppu, et seda domeeni usaldusväärseks märkida.", -"Add \"%s\" as trusted domain" => "Lisa \"%s\" usaldusväärse domeenina", -"%s will be updated to version %s." => "%s uuendatakse versioonile %s.", -"The following apps will be disabled:" => "Järgnevad rakendid keelatakse:", -"The theme %s has been disabled." => "Teema %s on keelatud.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Enne jätkamist veendu, et andmebaas, seadete ning andmete kataloog on varundatud.", -"Start update" => "Käivita uuendus", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Suurtel saitidel aegumise vältimiseks võid sa paigalduskaustas käivitada järgmise käsu:", -"This %s instance is currently being updated, which may take a while." => "Seda %s ownCloud instantsi hetkel uuendatakse, see võib võtta veidi aega.", -"This page will refresh itself when the %s instance is available again." => "Se leht laetakse uuesti, kui %s instantsi on uuesti saadaval." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/eu.js b/core/l10n/eu.js new file mode 100644 index 0000000000..7f03d568dc --- /dev/null +++ b/core/l10n/eu.js @@ -0,0 +1,192 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Ezin izan da posta bidali hurrengo erabiltzaileei: %s", + "Turned on maintenance mode" : "Mantenu modua gaitu da", + "Turned off maintenance mode" : "Mantenu modua desgaitu da", + "Updated database" : "Datu basea eguneratu da", + "Checked database schema update" : "Egiaztatuta datu-basearen zerbitzariaren eguneraketa", + "Checked database schema update for apps" : "Egiaztatuta aplikazioen datu-basearen zerbitzariaren eguneraketa", + "Updated \"%s\" to %s" : "\"%s\" %s-ra eguneratua", + "Disabled incompatible apps: %s" : "Bateragarriak ez diren desgaitutako aplikazioak: %s", + "No image or file provided" : "Ez da irudi edo fitxategirik zehaztu", + "Unknown filetype" : "Fitxategi mota ezezaguna", + "Invalid image" : "Baliogabeko irudia", + "No temporary profile picture available, try again" : "Ez dago behin-behineko profil irudirik, saiatu berriro", + "No crop data provided" : "Ez da ebaketarako daturik zehaztu", + "Sunday" : "Igandea", + "Monday" : "Astelehena", + "Tuesday" : "Asteartea", + "Wednesday" : "Asteazkena", + "Thursday" : "Osteguna", + "Friday" : "Ostirala", + "Saturday" : "Larunbata", + "January" : "Urtarrila", + "February" : "Otsaila", + "March" : "Martxoa", + "April" : "Apirila", + "May" : "Maiatza", + "June" : "Ekaina", + "July" : "Uztaila", + "August" : "Abuztua", + "September" : "Iraila", + "October" : "Urria", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Zure fitxategiak enkriptaturik daude. Ez baduzu berreskuratze gakoa gaitzen pasahitza berrabiaraztean ez da zure fitxategiak berreskuratzeko modurik egongo.
Zer egin ziur ez bazaude kudeatzailearekin harremanetan ipini jarraitu aurretik.
Ziur zaude aurrera jarraitu nahi duzula?", + "I know what I'm doing" : "Badakit zer ari naizen egiten", + "Reset password" : "Berrezarri pasahitza", + "Password can not be changed. Please contact your administrator." : "Ezin da pasahitza aldatu. Mesedez jarri harremetan zure administradorearekin.", + "No" : "Ez", + "Yes" : "Bai", + "Choose" : "Aukeratu", + "Error loading file picker template: {error}" : "Errorea fitxategi hautatzaile txantiloiak kargatzerakoan: {error}", + "Ok" : "Ados", + "Error loading message template: {error}" : "Errorea mezu txantiloia kargatzean: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["fitxategi {count}ek konfliktua sortu du","{count} fitxategik konfliktua sortu dute"], + "One file conflict" : "Fitxategi batek konfliktua sortu du", + "New Files" : "Fitxategi Berriak", + "Already existing files" : "Dagoeneko existitzen diren fitxategiak", + "Which files do you want to keep?" : "Ze fitxategi mantendu nahi duzu?", + "If you select both versions, the copied file will have a number added to its name." : "Bi bertsioak hautatzen badituzu, kopiatutako fitxategiaren izenean zenbaki bat atxikituko zaio.", + "Cancel" : "Ezeztatu", + "Continue" : "Jarraitu", + "(all selected)" : "(denak hautatuta)", + "({count} selected)" : "({count} hautatuta)", + "Error loading file exists template" : "Errorea fitxategia existitzen da txantiloiak kargatzerakoan", + "Very weak password" : "Pasahitz oso ahula", + "Weak password" : "Pasahitz ahula", + "So-so password" : "Halamoduzko pasahitza", + "Good password" : "Pasahitz ona", + "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.", + "Shared" : "Elkarbanatuta", + "Shared with {recipients}" : "{recipients}-rekin partekatua.", + "Share" : "Elkarbanatu", + "Error" : "Errorea", + "Error while sharing" : "Errore bat egon da elkarbanatzean", + "Error while unsharing" : "Errore bat egon da elkarbanaketa desegitean", + "Error while changing permissions" : "Errore bat egon da baimenak aldatzean", + "Shared with you and the group {group} by {owner}" : "{owner}-k zu eta {group} taldearekin elkarbanatuta", + "Shared with you by {owner}" : "{owner}-k zurekin elkarbanatuta", + "Share with user or group …" : "Elkarbanatu erabiltzaile edo taldearekin...", + "Share link" : "Elkarbanatu lotura", + "The public link will expire no later than {days} days after it is created" : "Esteka publikoak iraungi egingo du, askoz jota, sortu eta {days} egunetara.", + "Password protect" : "Babestu pasahitzarekin", + "Choose a password for the public link" : "Aukeratu pasahitz bat esteka publikorako", + "Allow Public Upload" : "Gaitu igotze publikoa", + "Email link to person" : "Postaz bidali lotura ", + "Send" : "Bidali", + "Set expiration date" : "Ezarri muga data", + "Expiration date" : "Muga data", + "group" : "taldea", + "Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua", + "Shared in {item} with {user}" : "{user}ekin {item}-n elkarbanatuta", + "Unshare" : "Ez elkarbanatu", + "notify by email" : "jakinarazi eposta bidez", + "can share" : "elkarbana dezake", + "can edit" : "editatu dezake", + "access control" : "sarrera kontrola", + "create" : "sortu", + "update" : "eguneratu", + "delete" : "ezabatu", + "Password protected" : "Pasahitzarekin babestuta", + "Error unsetting expiration date" : "Errorea izan da muga data kentzean", + "Error setting expiration date" : "Errore bat egon da muga data ezartzean", + "Sending ..." : "Bidaltzen ...", + "Email sent" : "Eposta bidalia", + "Warning" : "Abisua", + "The object type is not specified." : "Objetu mota ez dago zehaztuta.", + "Enter new" : "Sartu berria", + "Delete" : "Ezabatu", + "Add" : "Gehitu", + "Edit tags" : "Editatu etiketak", + "Error loading dialog template: {error}" : "Errorea elkarrizketa txantiloia kargatzean: {errorea}", + "No tags selected for deletion." : "Ez dira ezabatzeko etiketak hautatu.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Eguneraketa ongi egin da. Orain zure ownClouderea berbideratua izango zara.", + "Couldn't reset password because the token is invalid" : "Ezin izan da pasahitza berrezarri tokena baliogabea delako", + "Couldn't send reset email. Please make sure your username is correct." : "Ezin izan da berrezartzeko eposta bidali. Ziurtatu zure erabiltzaile izena egokia dela.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Ezin izan da berrezartzeko eposta bidali erabiltzaile izen honetarako eposta helbiderik ez dagoelako. Mesedez harremanetan jarri kudeatzailearekin.", + "%s password reset" : "%s pasahitza berrezarri", + "Use the following link to reset your password: {link}" : "Eribili hurrengo lotura zure pasahitza berrezartzeko: {link}", + "You will receive a link to reset your password via Email." : "Zure pashitza berrezartzeko lotura bat jasoko duzu Epostaren bidez.", + "Username" : "Erabiltzaile izena", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Zure fitxategiak enkriptaturik daude. Ez baduzu berreskuratze gakoa gaitzen pasahitza berrabiaraztean ez da zure fitxategiak berreskuratzeko modurik egongo. Zer egin ziur ez bazaude kudeatzailearekin harremanetan ipini jarraitu aurretik. Ziur zaude aurrera jarraitu nahi duzula?", + "Yes, I really want to reset my password now" : "Bai, nire pasahitza orain berrabiarazi nahi dut", + "Reset" : "Berrezarri", + "New password" : "Pasahitz berria", + "New Password" : "Pasahitz Berria", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X-ek ez du sostengurik eta %s gaizki ibili daiteke plataforma honetan. Erabiltzekotan, zure ardurapean.", + "For the best results, please consider using a GNU/Linux server instead." : "Emaitza hobeak izateko, mesedez gogoan hartu GNU/Linux zerbitzari bat erabiltzea.", + "Personal" : "Pertsonala", + "Users" : "Erabiltzaileak", + "Apps" : "Aplikazioak", + "Admin" : "Admin", + "Help" : "Laguntza", + "Error loading tags" : "Errore bat izan da etiketak kargatzearkoan.", + "Tag already exists" : "Etiketa dagoeneko existitzen da", + "Error deleting tag(s)" : "Errore bat izan da etiketa(k) ezabatzerakoan", + "Error tagging" : "Errorea etiketa ezartzerakoan", + "Error untagging" : "Errorea etiketa kentzerakoan", + "Error favoriting" : "Errorea gogokoetara gehitzerakoan", + "Error unfavoriting" : "Errorea gogokoetatik kentzerakoan", + "Access forbidden" : "Sarrera debekatuta", + "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!", + "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", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Zure data karpeta eta fitxategiak interneten bidez eskuragarri egon daitezke .htaccess fitxategia ez delako funtzionatzen ari.", + "For information how to properly configure your server, please see the documentation." : "Zure zerbitrzaria ongi konfiguratzeko, mezedez dokumentazioa ikusi.", + "Create an admin account" : "Sortu kudeatzaile kontu bat", + "Password" : "Pasahitza", + "Storage & database" : "Biltegia & datubasea", + "Data folder" : "Datuen karpeta", + "Configure the database" : "Konfiguratu datu basea", + "Only %s is available." : "Soilik %s dago eskuragarri.", + "Database user" : "Datubasearen erabiltzailea", + "Database password" : "Datubasearen pasahitza", + "Database name" : "Datubasearen izena", + "Database tablespace" : "Datu basearen taula-lekua", + "Database host" : "Datubasearen hostalaria", + "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...", + "%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!", + "Please contact your administrator." : "Mesedez jarri harremetan zure administradorearekin.", + "Forgot your password? Reset it!" : "Pasahitza ahaztu duzu? Berrezarri!", + "remember" : "gogoratu", + "Log in" : "Hasi saioa", + "Alternative Logins" : "Beste erabiltzaile izenak", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Kaixo

%s-ek %s zurekin partekatu duela jakin dezazun.\nIkusi ezazu: %s", + "This ownCloud instance is currently in single user mode." : "ownCloud instantzia hau erabiltzaile bakar moduan dago.", + "This means only administrators can use the instance." : "Honek administradoreak bakarrik erabili dezakeela esan nahi du.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Jarri harremanetan zure sistema administratzailearekin mezu hau irauten badu edo bat-batean agertu bada.", + "Thank you for your patience." : "Milesker zure patzientziagatik.", + "You are accessing the server from an untrusted domain." : "Zerbitzaria domeinu ez fidagarri batetik eskuratzen ari zara.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Mesedez harremanetan jarri kudeatzailearekin. Zu kudeatzailea bazara, konfiguratu \"trusted_domain\" ezarpena config/config.php fitxategian. Adibidezko konfigurazko bat config/config.sample.php fitxategian dago.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Zure ezarpenen gorabehera, administratzaile bezala posible duzu ere azpiko botoia erabiltzea fidatzeko domeinu horrekin.", + "Add \"%s\" as trusted domain" : "Gehitu \"%s\" domeinu fidagarri gisa", + "%s will be updated to version %s." : "%s %s bertsiora eguneratuko da.", + "The following apps will be disabled:" : "Ondorengo aplikazioak desgaituko dira:", + "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:" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/eu.json b/core/l10n/eu.json new file mode 100644 index 0000000000..5bd339cd79 --- /dev/null +++ b/core/l10n/eu.json @@ -0,0 +1,190 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Ezin izan da posta bidali hurrengo erabiltzaileei: %s", + "Turned on maintenance mode" : "Mantenu modua gaitu da", + "Turned off maintenance mode" : "Mantenu modua desgaitu da", + "Updated database" : "Datu basea eguneratu da", + "Checked database schema update" : "Egiaztatuta datu-basearen zerbitzariaren eguneraketa", + "Checked database schema update for apps" : "Egiaztatuta aplikazioen datu-basearen zerbitzariaren eguneraketa", + "Updated \"%s\" to %s" : "\"%s\" %s-ra eguneratua", + "Disabled incompatible apps: %s" : "Bateragarriak ez diren desgaitutako aplikazioak: %s", + "No image or file provided" : "Ez da irudi edo fitxategirik zehaztu", + "Unknown filetype" : "Fitxategi mota ezezaguna", + "Invalid image" : "Baliogabeko irudia", + "No temporary profile picture available, try again" : "Ez dago behin-behineko profil irudirik, saiatu berriro", + "No crop data provided" : "Ez da ebaketarako daturik zehaztu", + "Sunday" : "Igandea", + "Monday" : "Astelehena", + "Tuesday" : "Asteartea", + "Wednesday" : "Asteazkena", + "Thursday" : "Osteguna", + "Friday" : "Ostirala", + "Saturday" : "Larunbata", + "January" : "Urtarrila", + "February" : "Otsaila", + "March" : "Martxoa", + "April" : "Apirila", + "May" : "Maiatza", + "June" : "Ekaina", + "July" : "Uztaila", + "August" : "Abuztua", + "September" : "Iraila", + "October" : "Urria", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Zure fitxategiak enkriptaturik daude. Ez baduzu berreskuratze gakoa gaitzen pasahitza berrabiaraztean ez da zure fitxategiak berreskuratzeko modurik egongo.
Zer egin ziur ez bazaude kudeatzailearekin harremanetan ipini jarraitu aurretik.
Ziur zaude aurrera jarraitu nahi duzula?", + "I know what I'm doing" : "Badakit zer ari naizen egiten", + "Reset password" : "Berrezarri pasahitza", + "Password can not be changed. Please contact your administrator." : "Ezin da pasahitza aldatu. Mesedez jarri harremetan zure administradorearekin.", + "No" : "Ez", + "Yes" : "Bai", + "Choose" : "Aukeratu", + "Error loading file picker template: {error}" : "Errorea fitxategi hautatzaile txantiloiak kargatzerakoan: {error}", + "Ok" : "Ados", + "Error loading message template: {error}" : "Errorea mezu txantiloia kargatzean: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["fitxategi {count}ek konfliktua sortu du","{count} fitxategik konfliktua sortu dute"], + "One file conflict" : "Fitxategi batek konfliktua sortu du", + "New Files" : "Fitxategi Berriak", + "Already existing files" : "Dagoeneko existitzen diren fitxategiak", + "Which files do you want to keep?" : "Ze fitxategi mantendu nahi duzu?", + "If you select both versions, the copied file will have a number added to its name." : "Bi bertsioak hautatzen badituzu, kopiatutako fitxategiaren izenean zenbaki bat atxikituko zaio.", + "Cancel" : "Ezeztatu", + "Continue" : "Jarraitu", + "(all selected)" : "(denak hautatuta)", + "({count} selected)" : "({count} hautatuta)", + "Error loading file exists template" : "Errorea fitxategia existitzen da txantiloiak kargatzerakoan", + "Very weak password" : "Pasahitz oso ahula", + "Weak password" : "Pasahitz ahula", + "So-so password" : "Halamoduzko pasahitza", + "Good password" : "Pasahitz ona", + "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.", + "Shared" : "Elkarbanatuta", + "Shared with {recipients}" : "{recipients}-rekin partekatua.", + "Share" : "Elkarbanatu", + "Error" : "Errorea", + "Error while sharing" : "Errore bat egon da elkarbanatzean", + "Error while unsharing" : "Errore bat egon da elkarbanaketa desegitean", + "Error while changing permissions" : "Errore bat egon da baimenak aldatzean", + "Shared with you and the group {group} by {owner}" : "{owner}-k zu eta {group} taldearekin elkarbanatuta", + "Shared with you by {owner}" : "{owner}-k zurekin elkarbanatuta", + "Share with user or group …" : "Elkarbanatu erabiltzaile edo taldearekin...", + "Share link" : "Elkarbanatu lotura", + "The public link will expire no later than {days} days after it is created" : "Esteka publikoak iraungi egingo du, askoz jota, sortu eta {days} egunetara.", + "Password protect" : "Babestu pasahitzarekin", + "Choose a password for the public link" : "Aukeratu pasahitz bat esteka publikorako", + "Allow Public Upload" : "Gaitu igotze publikoa", + "Email link to person" : "Postaz bidali lotura ", + "Send" : "Bidali", + "Set expiration date" : "Ezarri muga data", + "Expiration date" : "Muga data", + "group" : "taldea", + "Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua", + "Shared in {item} with {user}" : "{user}ekin {item}-n elkarbanatuta", + "Unshare" : "Ez elkarbanatu", + "notify by email" : "jakinarazi eposta bidez", + "can share" : "elkarbana dezake", + "can edit" : "editatu dezake", + "access control" : "sarrera kontrola", + "create" : "sortu", + "update" : "eguneratu", + "delete" : "ezabatu", + "Password protected" : "Pasahitzarekin babestuta", + "Error unsetting expiration date" : "Errorea izan da muga data kentzean", + "Error setting expiration date" : "Errore bat egon da muga data ezartzean", + "Sending ..." : "Bidaltzen ...", + "Email sent" : "Eposta bidalia", + "Warning" : "Abisua", + "The object type is not specified." : "Objetu mota ez dago zehaztuta.", + "Enter new" : "Sartu berria", + "Delete" : "Ezabatu", + "Add" : "Gehitu", + "Edit tags" : "Editatu etiketak", + "Error loading dialog template: {error}" : "Errorea elkarrizketa txantiloia kargatzean: {errorea}", + "No tags selected for deletion." : "Ez dira ezabatzeko etiketak hautatu.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Eguneraketa ongi egin da. Orain zure ownClouderea berbideratua izango zara.", + "Couldn't reset password because the token is invalid" : "Ezin izan da pasahitza berrezarri tokena baliogabea delako", + "Couldn't send reset email. Please make sure your username is correct." : "Ezin izan da berrezartzeko eposta bidali. Ziurtatu zure erabiltzaile izena egokia dela.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Ezin izan da berrezartzeko eposta bidali erabiltzaile izen honetarako eposta helbiderik ez dagoelako. Mesedez harremanetan jarri kudeatzailearekin.", + "%s password reset" : "%s pasahitza berrezarri", + "Use the following link to reset your password: {link}" : "Eribili hurrengo lotura zure pasahitza berrezartzeko: {link}", + "You will receive a link to reset your password via Email." : "Zure pashitza berrezartzeko lotura bat jasoko duzu Epostaren bidez.", + "Username" : "Erabiltzaile izena", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Zure fitxategiak enkriptaturik daude. Ez baduzu berreskuratze gakoa gaitzen pasahitza berrabiaraztean ez da zure fitxategiak berreskuratzeko modurik egongo. Zer egin ziur ez bazaude kudeatzailearekin harremanetan ipini jarraitu aurretik. Ziur zaude aurrera jarraitu nahi duzula?", + "Yes, I really want to reset my password now" : "Bai, nire pasahitza orain berrabiarazi nahi dut", + "Reset" : "Berrezarri", + "New password" : "Pasahitz berria", + "New Password" : "Pasahitz Berria", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X-ek ez du sostengurik eta %s gaizki ibili daiteke plataforma honetan. Erabiltzekotan, zure ardurapean.", + "For the best results, please consider using a GNU/Linux server instead." : "Emaitza hobeak izateko, mesedez gogoan hartu GNU/Linux zerbitzari bat erabiltzea.", + "Personal" : "Pertsonala", + "Users" : "Erabiltzaileak", + "Apps" : "Aplikazioak", + "Admin" : "Admin", + "Help" : "Laguntza", + "Error loading tags" : "Errore bat izan da etiketak kargatzearkoan.", + "Tag already exists" : "Etiketa dagoeneko existitzen da", + "Error deleting tag(s)" : "Errore bat izan da etiketa(k) ezabatzerakoan", + "Error tagging" : "Errorea etiketa ezartzerakoan", + "Error untagging" : "Errorea etiketa kentzerakoan", + "Error favoriting" : "Errorea gogokoetara gehitzerakoan", + "Error unfavoriting" : "Errorea gogokoetatik kentzerakoan", + "Access forbidden" : "Sarrera debekatuta", + "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!", + "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", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Zure data karpeta eta fitxategiak interneten bidez eskuragarri egon daitezke .htaccess fitxategia ez delako funtzionatzen ari.", + "For information how to properly configure your server, please see the documentation." : "Zure zerbitrzaria ongi konfiguratzeko, mezedez dokumentazioa ikusi.", + "Create an admin account" : "Sortu kudeatzaile kontu bat", + "Password" : "Pasahitza", + "Storage & database" : "Biltegia & datubasea", + "Data folder" : "Datuen karpeta", + "Configure the database" : "Konfiguratu datu basea", + "Only %s is available." : "Soilik %s dago eskuragarri.", + "Database user" : "Datubasearen erabiltzailea", + "Database password" : "Datubasearen pasahitza", + "Database name" : "Datubasearen izena", + "Database tablespace" : "Datu basearen taula-lekua", + "Database host" : "Datubasearen hostalaria", + "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...", + "%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!", + "Please contact your administrator." : "Mesedez jarri harremetan zure administradorearekin.", + "Forgot your password? Reset it!" : "Pasahitza ahaztu duzu? Berrezarri!", + "remember" : "gogoratu", + "Log in" : "Hasi saioa", + "Alternative Logins" : "Beste erabiltzaile izenak", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Kaixo

%s-ek %s zurekin partekatu duela jakin dezazun.\nIkusi ezazu: %s", + "This ownCloud instance is currently in single user mode." : "ownCloud instantzia hau erabiltzaile bakar moduan dago.", + "This means only administrators can use the instance." : "Honek administradoreak bakarrik erabili dezakeela esan nahi du.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Jarri harremanetan zure sistema administratzailearekin mezu hau irauten badu edo bat-batean agertu bada.", + "Thank you for your patience." : "Milesker zure patzientziagatik.", + "You are accessing the server from an untrusted domain." : "Zerbitzaria domeinu ez fidagarri batetik eskuratzen ari zara.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Mesedez harremanetan jarri kudeatzailearekin. Zu kudeatzailea bazara, konfiguratu \"trusted_domain\" ezarpena config/config.php fitxategian. Adibidezko konfigurazko bat config/config.sample.php fitxategian dago.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Zure ezarpenen gorabehera, administratzaile bezala posible duzu ere azpiko botoia erabiltzea fidatzeko domeinu horrekin.", + "Add \"%s\" as trusted domain" : "Gehitu \"%s\" domeinu fidagarri gisa", + "%s will be updated to version %s." : "%s %s bertsiora eguneratuko da.", + "The following apps will be disabled:" : "Ondorengo aplikazioak desgaituko dira:", + "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:" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/eu.php b/core/l10n/eu.php deleted file mode 100644 index e2fef47647..0000000000 --- a/core/l10n/eu.php +++ /dev/null @@ -1,211 +0,0 @@ - "Ezin izan da posta bidali hurrengo erabiltzaileei: %s", -"Turned on maintenance mode" => "Mantenu modua gaitu da", -"Turned off maintenance mode" => "Mantenu modua desgaitu da", -"Updated database" => "Datu basea eguneratu da", -"Checked database schema update" => "Egiaztatuta datu-basearen zerbitzariaren eguneraketa", -"Checked database schema update for apps" => "Egiaztatuta aplikazioen datu-basearen zerbitzariaren eguneraketa", -"Updated \"%s\" to %s" => "\"%s\" %s-ra eguneratua", -"Disabled incompatible apps: %s" => "Bateragarriak ez diren desgaitutako aplikazioak: %s", -"No image or file provided" => "Ez da irudi edo fitxategirik zehaztu", -"Unknown filetype" => "Fitxategi mota ezezaguna", -"Invalid image" => "Baliogabeko irudia", -"No temporary profile picture available, try again" => "Ez dago behin-behineko profil irudirik, saiatu berriro", -"No crop data provided" => "Ez da ebaketarako daturik zehaztu", -"Sunday" => "Igandea", -"Monday" => "Astelehena", -"Tuesday" => "Asteartea", -"Wednesday" => "Asteazkena", -"Thursday" => "Osteguna", -"Friday" => "Ostirala", -"Saturday" => "Larunbata", -"January" => "Urtarrila", -"February" => "Otsaila", -"March" => "Martxoa", -"April" => "Apirila", -"May" => "Maiatza", -"June" => "Ekaina", -"July" => "Uztaila", -"August" => "Abuztua", -"September" => "Iraila", -"October" => "Urria", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Zure fitxategiak enkriptaturik daude. Ez baduzu berreskuratze gakoa gaitzen pasahitza berrabiaraztean ez da zure fitxategiak berreskuratzeko modurik egongo.
Zer egin ziur ez bazaude kudeatzailearekin harremanetan ipini jarraitu aurretik.
Ziur zaude aurrera jarraitu nahi duzula?", -"I know what I'm doing" => "Badakit zer ari naizen egiten", -"Reset password" => "Berrezarri pasahitza", -"Password can not be changed. Please contact your administrator." => "Ezin da pasahitza aldatu. Mesedez jarri harremetan zure administradorearekin.", -"No" => "Ez", -"Yes" => "Bai", -"Choose" => "Aukeratu", -"Error loading file picker template: {error}" => "Errorea fitxategi hautatzaile txantiloiak kargatzerakoan: {error}", -"Ok" => "Ados", -"Error loading message template: {error}" => "Errorea mezu txantiloia kargatzean: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("fitxategi {count}ek konfliktua sortu du","{count} fitxategik konfliktua sortu dute"), -"One file conflict" => "Fitxategi batek konfliktua sortu du", -"New Files" => "Fitxategi Berriak", -"Already existing files" => "Dagoeneko existitzen diren fitxategiak", -"Which files do you want to keep?" => "Ze fitxategi mantendu nahi duzu?", -"If you select both versions, the copied file will have a number added to its name." => "Bi bertsioak hautatzen badituzu, kopiatutako fitxategiaren izenean zenbaki bat atxikituko zaio.", -"Cancel" => "Ezeztatu", -"Continue" => "Jarraitu", -"(all selected)" => "(denak hautatuta)", -"({count} selected)" => "({count} hautatuta)", -"Error loading file exists template" => "Errorea fitxategia existitzen da txantiloiak kargatzerakoan", -"Very weak password" => "Pasahitz oso ahula", -"Weak password" => "Pasahitz ahula", -"So-so password" => "Halamoduzko pasahitza", -"Good password" => "Pasahitz ona", -"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", -"Error" => "Errorea", -"Error while sharing" => "Errore bat egon da elkarbanatzean", -"Error while unsharing" => "Errore bat egon da elkarbanaketa desegitean", -"Error while changing permissions" => "Errore bat egon da baimenak aldatzean", -"Shared with you and the group {group} by {owner}" => "{owner}-k zu eta {group} taldearekin elkarbanatuta", -"Shared with you by {owner}" => "{owner}-k zurekin elkarbanatuta", -"Share with user or group …" => "Elkarbanatu erabiltzaile edo taldearekin...", -"Share link" => "Elkarbanatu lotura", -"The public link will expire no later than {days} days after it is created" => "Esteka publikoak iraungi egingo du, askoz jota, sortu eta {days} egunetara.", -"Password protect" => "Babestu pasahitzarekin", -"Choose a password for the public link" => "Aukeratu pasahitz bat esteka publikorako", -"Allow Public Upload" => "Gaitu igotze publikoa", -"Email link to person" => "Postaz bidali lotura ", -"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", -"Unshare" => "Ez elkarbanatu", -"notify by email" => "jakinarazi eposta bidez", -"can share" => "elkarbana dezake", -"can edit" => "editatu dezake", -"access control" => "sarrera kontrola", -"create" => "sortu", -"update" => "eguneratu", -"delete" => "ezabatu", -"Password protected" => "Pasahitzarekin babestuta", -"Error unsetting expiration date" => "Errorea izan da muga data kentzean", -"Error setting expiration date" => "Errore bat egon da muga data ezartzean", -"Sending ..." => "Bidaltzen ...", -"Email sent" => "Eposta bidalia", -"Warning" => "Abisua", -"The object type is not specified." => "Objetu mota ez dago zehaztuta.", -"Enter new" => "Sartu berria", -"Delete" => "Ezabatu", -"Add" => "Gehitu", -"Edit tags" => "Editatu etiketak", -"Error loading dialog template: {error}" => "Errorea elkarrizketa txantiloia kargatzean: {errorea}", -"No tags selected for deletion." => "Ez dira ezabatzeko etiketak hautatu.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "Eguneraketa ongi egin da. Orain zure ownClouderea berbideratua izango zara.", -"Couldn't reset password because the token is invalid" => "Ezin izan da pasahitza berrezarri tokena baliogabea delako", -"Couldn't send reset email. Please make sure your username is correct." => "Ezin izan da berrezartzeko eposta bidali. Ziurtatu zure erabiltzaile izena egokia dela.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Ezin izan da berrezartzeko eposta bidali erabiltzaile izen honetarako eposta helbiderik ez dagoelako. Mesedez harremanetan jarri kudeatzailearekin.", -"%s password reset" => "%s pasahitza berrezarri", -"Use the following link to reset your password: {link}" => "Eribili hurrengo lotura zure pasahitza berrezartzeko: {link}", -"You will receive a link to reset your password via Email." => "Zure pashitza berrezartzeko lotura bat jasoko duzu Epostaren bidez.", -"Username" => "Erabiltzaile izena", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Zure fitxategiak enkriptaturik daude. Ez baduzu berreskuratze gakoa gaitzen pasahitza berrabiaraztean ez da zure fitxategiak berreskuratzeko modurik egongo. Zer egin ziur ez bazaude kudeatzailearekin harremanetan ipini jarraitu aurretik. Ziur zaude aurrera jarraitu nahi duzula?", -"Yes, I really want to reset my password now" => "Bai, nire pasahitza orain berrabiarazi nahi dut", -"Reset" => "Berrezarri", -"New password" => "Pasahitz berria", -"New Password" => "Pasahitz Berria", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X-ek ez du sostengurik eta %s gaizki ibili daiteke plataforma honetan. Erabiltzekotan, zure ardurapean.", -"For the best results, please consider using a GNU/Linux server instead." => "Emaitza hobeak izateko, mesedez gogoan hartu GNU/Linux zerbitzari bat erabiltzea.", -"Personal" => "Pertsonala", -"Users" => "Erabiltzaileak", -"Apps" => "Aplikazioak", -"Admin" => "Admin", -"Help" => "Laguntza", -"Error loading tags" => "Errore bat izan da etiketak kargatzearkoan.", -"Tag already exists" => "Etiketa dagoeneko existitzen da", -"Error deleting tag(s)" => "Errore bat izan da etiketa(k) ezabatzerakoan", -"Error tagging" => "Errorea etiketa ezartzerakoan", -"Error untagging" => "Errorea etiketa kentzerakoan", -"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", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Zure data karpeta eta fitxategiak interneten bidez eskuragarri egon daitezke .htaccess fitxategia ez delako funtzionatzen ari.", -"For information how to properly configure your server, please see the documentation." => "Zure zerbitrzaria ongi konfiguratzeko, mezedez dokumentazioa ikusi.", -"Create an admin account" => "Sortu kudeatzaile kontu bat", -"Password" => "Pasahitza", -"Storage & database" => "Biltegia & datubasea", -"Data folder" => "Datuen karpeta", -"Configure the database" => "Konfiguratu datu basea", -"Only %s is available." => "Soilik %s dago eskuragarri.", -"Database user" => "Datubasearen erabiltzailea", -"Database password" => "Datubasearen pasahitza", -"Database name" => "Datubasearen izena", -"Database tablespace" => "Datu basearen taula-lekua", -"Database host" => "Datubasearen hostalaria", -"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!", -"Please contact your administrator." => "Mesedez jarri harremetan zure administradorearekin.", -"Forgot your password? Reset it!" => "Pasahitza ahaztu duzu? Berrezarri!", -"remember" => "gogoratu", -"Log in" => "Hasi saioa", -"Alternative Logins" => "Beste erabiltzaile izenak", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Kaixo

%s-ek %s zurekin partekatu duela jakin dezazun.\nIkusi ezazu: %s", -"This ownCloud instance is currently in single user mode." => "ownCloud instantzia hau erabiltzaile bakar moduan dago.", -"This means only administrators can use the instance." => "Honek administradoreak bakarrik erabili dezakeela esan nahi du.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Jarri harremanetan zure sistema administratzailearekin mezu hau irauten badu edo bat-batean agertu bada.", -"Thank you for your patience." => "Milesker zure patzientziagatik.", -"You are accessing the server from an untrusted domain." => "Zerbitzaria domeinu ez fidagarri batetik eskuratzen ari zara.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Mesedez harremanetan jarri kudeatzailearekin. Zu kudeatzailea bazara, konfiguratu \"trusted_domain\" ezarpena config/config.php fitxategian. Adibidezko konfigurazko bat config/config.sample.php fitxategian dago.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Zure ezarpenen gorabehera, administratzaile bezala posible duzu ere azpiko botoia erabiltzea fidatzeko domeinu horrekin.", -"Add \"%s\" as trusted domain" => "Gehitu \"%s\" domeinu fidagarri gisa", -"%s will be updated to version %s." => "%s %s bertsiora eguneratuko da.", -"The following apps will be disabled:" => "Ondorengo aplikazioak desgaituko dira:", -"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:", -"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." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/eu_ES.js b/core/l10n/eu_ES.js new file mode 100644 index 0000000000..5f64fb906b --- /dev/null +++ b/core/l10n/eu_ES.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Ezeztatu", + "Delete" : "Ezabatu", + "Personal" : "Pertsonala" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/eu_ES.json b/core/l10n/eu_ES.json new file mode 100644 index 0000000000..083ff038d8 --- /dev/null +++ b/core/l10n/eu_ES.json @@ -0,0 +1,7 @@ +{ "translations": { + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Ezeztatu", + "Delete" : "Ezabatu", + "Personal" : "Pertsonala" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/eu_ES.php b/core/l10n/eu_ES.php deleted file mode 100644 index 92e64924b6..0000000000 --- a/core/l10n/eu_ES.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"Cancel" => "Ezeztatu", -"Delete" => "Ezabatu", -"Personal" => "Pertsonala" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/fa.js b/core/l10n/fa.js new file mode 100644 index 0000000000..e695122198 --- /dev/null +++ b/core/l10n/fa.js @@ -0,0 +1,152 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "ارسال ایمیل برای کاربران روبرو با شکست مواجه شد : %s", + "Turned on maintenance mode" : "حالت \" در دست تعمیر \" فعال شد .", + "Turned off maintenance mode" : "حالت \" در دست تعمیر \" غیرفعال شد .", + "Updated database" : "بروز رسانی پایگاه داده انجام شد .", + "Disabled incompatible apps: %s" : "اپ های ناسازگار غیرفعال شدند : %s", + "No image or file provided" : "هیچ فایل یا تصویری وارد نشده است", + "Unknown filetype" : "نوع فایل ناشناخته", + "Invalid image" : "عکس نامعتبر", + "No temporary profile picture available, try again" : "تصویر پروفایل موقت در حال حاضر در دسترس نیست ، دوباره تلاش کنید ", + "Sunday" : "یکشنبه", + "Monday" : "دوشنبه", + "Tuesday" : "سه شنبه", + "Wednesday" : "چهارشنبه", + "Thursday" : "پنجشنبه", + "Friday" : "جمعه", + "Saturday" : "شنبه", + "January" : "ژانویه", + "February" : "فبریه", + "March" : "مارس", + "April" : "آوریل", + "May" : "می", + "June" : "ژوئن", + "July" : "جولای", + "August" : "آگوست", + "September" : "سپتامبر", + "October" : "اکتبر", + "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." : "لینک تنظیم مجدد رمز عبور به ایمیل شما ارسال شده است.
اگر آن رادر یک زمان مشخصی دریافت نکرده اید، لطفا هرزنامه/ پوشه های ناخواسته را بررسی کنید.
در صورت نبودن از مدیر خود بپرسید.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "فایل های شما رمزگذاری شده اند. اگر شما کلید بازیابی را فعال نکرده اید، پس از راه اندازی مجدد رمزعبور هیچ راهی برای بازگشت اطلاعاتتان وجود نخواهد داشت.در صورت عدم اطمینان به انجام کار، لطفا ابتدا با مدیر خود تماس بگیرید. آیا واقعا میخواهید ادامه دهید ؟", + "I know what I'm doing" : "اطلاع از انجام این کار دارم", + "Reset password" : "تنظیم مجدد رمز عبور", + "Password can not be changed. Please contact your administrator." : "رمز عبور نمی تواند تغییر بکند . لطفا با مدیر سیستم تماس بگیرید .", + "No" : "نه", + "Yes" : "بله", + "Choose" : "انتخاب کردن", + "Error loading file picker template: {error}" : "خطا در بارگذاری قالب انتخاب فایل : {error}", + "Ok" : "قبول", + "Error loading message template: {error}" : "خطا در بارگذاری قالب پیام : {error}", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "One file conflict" : "یک فایل متضاد", + "New Files" : "فایل های جدید", + "Already existing files" : "فایل های موجود در حال حاضر ", + "Which files do you want to keep?" : "کدام فایل ها را می خواهید نگه دارید ؟", + "Cancel" : "منصرف شدن", + "Continue" : "ادامه", + "(all selected)" : "(همه انتخاب شده اند)", + "({count} selected)" : "({count} انتخاب شده)", + "Very weak password" : "رمز عبور بسیار ضعیف", + "Weak password" : "رمز عبور ضعیف", + "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 از کار افتاده است.", + "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." : "این سرور ارتباط اینترنتی ندارد. این بدین معناست که بعضی از امکانات نظیر مرتبط سازی یک منبع ذخیره‌ی خارجی، اطلاعات رسانی در مورد بروزرسانی‌ها یا نصب برنامه های جانبی کار نمی‌کنند. دسترسی به فایل ها از راه دور و ارسال اطلاع رسانی توسط ایمیل ممکن است همچنان کار نکند. ما پیشنهاد می‌کنیم که ارتباط اینترنتی مربوط به این سرور را فعال کنید تا تمامی امکانات را در اختیار داشته باشید.", + "Shared" : "اشتراک گذاشته شده", + "Shared with {recipients}" : "به اشتراک گذاشته شده با {recipients}", + "Share" : "اشتراک‌گذاری", + "Error" : "خطا", + "Error while sharing" : "خطا درحال به اشتراک گذاشتن", + "Error while unsharing" : "خطا درحال لغو اشتراک", + "Error while changing permissions" : "خطا در حال تغییر مجوز", + "Shared with you and the group {group} by {owner}" : "به اشتراک گذاشته شده با شما و گروه {گروه} توسط {دارنده}", + "Shared with you by {owner}" : "به اشتراک گذاشته شده با شما توسط { دارنده}", + "Share with user or group …" : "به اشتراک گذاری با کاربر یا گروه", + "Share link" : "اشتراک گذاشتن لینک", + "Password protect" : "نگهداری کردن رمز عبور", + "Allow Public Upload" : "اجازه آپلود عمومی", + "Email link to person" : "پیوند ایمیل برای شخص.", + "Send" : "ارسال", + "Set expiration date" : "تنظیم تاریخ انقضا", + "Expiration date" : "تاریخ انقضا", + "group" : "گروه", + "Resharing is not allowed" : "اشتراک گذاری مجدد مجاز نمی باشد", + "Shared in {item} with {user}" : "به اشتراک گذاشته شده در {بخش} با {کاربر}", + "Unshare" : "لغو اشتراک", + "notify by email" : "دریافت هشدار از طریق ایمیل", + "can share" : "قابل به اشتراک گذاری", + "can edit" : "می توان ویرایش کرد", + "access control" : "کنترل دسترسی", + "create" : "ایجاد", + "update" : "به روز", + "delete" : "پاک کردن", + "Password protected" : "نگهداری از رمز عبور", + "Error unsetting expiration date" : "خطا در تنظیم نکردن تاریخ انقضا ", + "Error setting expiration date" : "خطا در تنظیم تاریخ انقضا", + "Sending ..." : "درحال ارسال ...", + "Email sent" : "ایمیل ارسال شد", + "Warning" : "اخطار", + "The object type is not specified." : "نوع شی تعیین نشده است.", + "Enter new" : "مورد جدید را وارد کنید", + "Delete" : "حذف", + "Add" : "افزودن", + "Edit tags" : "ویرایش تگ ها", + "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}", + "You will receive a link to reset your password via Email." : "شما یک نامه الکترونیکی حاوی یک لینک جهت بازسازی گذرواژه دریافت خواهید کرد.", + "Username" : "نام کاربری", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "فایل های شما رمزگذاری شده اند. اگر شما کلید بازیابی را فعال نکرده اید، پس از راه اندازی مجدد رمزعبور هیچ راهی برای بازگشت اطلاعاتتان وجود نخواهد داشت.در صورت عدم اطمینان به انجام کار، لطفا ابتدا با مدیر خود تماس بگیرید. آیا واقعا میخواهید ادامه دهید ؟", + "Yes, I really want to reset my password now" : "بله، من اکنون میخواهم رمز عبور خود را مجددا راه اندازی کنم.", + "Reset" : "تنظیم مجدد", + "New password" : "گذرواژه جدید", + "Personal" : "شخصی", + "Users" : "کاربران", + "Apps" : " برنامه ها", + "Admin" : "مدیر", + "Help" : "راه‌نما", + "Error loading tags" : "خطا در هنگام بارگزاری تگ ها", + "Tag already exists" : "تگ از قبل وجود دارد", + "Error deleting tag(s)" : "خطا در هنگام حذف تگ (ها)", + "Error tagging" : "خطا در هنگام تگ گذاری", + "Error untagging" : "خطا در هنگام حذف تگ", + "Error favoriting" : "خطا هنگام افزودن به موارد محبوب", + "Error unfavoriting" : "خطا هنگام حذف از موارد محبوب", + "Access forbidden" : "اجازه دسترسی به مناطق ممنوعه را ندارید", + "Cheers!" : "سلامتی!", + "Security Warning" : "اخطار امنیتی", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "نسخه ی PHP شما در برابر حملات NULL Byte آسیب پذیر است.(CVE-2006-7243)", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "فایلها و فهرست های داده های شما قابل از اینترنت قابل دسترسی هستند، چونکه فایل htacces. کار نمی کند.", + "Create an admin account" : "لطفا یک شناسه برای مدیر بسازید", + "Password" : "گذرواژه", + "Storage & database" : "انبارش و پایگاه داده", + "Data folder" : "پوشه اطلاعاتی", + "Configure the database" : "پایگاه داده برنامه ریزی شدند", + "Only %s is available." : "تنها %s موجود است.", + "Database user" : "شناسه پایگاه داده", + "Database password" : "پسورد پایگاه داده", + "Database name" : "نام پایگاه داده", + "Database tablespace" : "جدول پایگاه داده", + "Database host" : "هاست پایگاه داده", + "Finish setup" : "اتمام نصب", + "Finishing …" : "در حال اتمام ...", + "%s is available. Get more information on how to update." : "%s در دسترس است. برای چگونگی به روز رسانی اطلاعات بیشتر را دریافت نمایید.", + "Log out" : "خروج", + "remember" : "بیاد آوری", + "Log in" : "ورود", + "Alternative Logins" : "ورود متناوب", + "Thank you for your patience." : "از صبر شما متشکریم", + "Start update" : "اغاز به روز رسانی" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/fa.json b/core/l10n/fa.json new file mode 100644 index 0000000000..80b130bdcd --- /dev/null +++ b/core/l10n/fa.json @@ -0,0 +1,150 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "ارسال ایمیل برای کاربران روبرو با شکست مواجه شد : %s", + "Turned on maintenance mode" : "حالت \" در دست تعمیر \" فعال شد .", + "Turned off maintenance mode" : "حالت \" در دست تعمیر \" غیرفعال شد .", + "Updated database" : "بروز رسانی پایگاه داده انجام شد .", + "Disabled incompatible apps: %s" : "اپ های ناسازگار غیرفعال شدند : %s", + "No image or file provided" : "هیچ فایل یا تصویری وارد نشده است", + "Unknown filetype" : "نوع فایل ناشناخته", + "Invalid image" : "عکس نامعتبر", + "No temporary profile picture available, try again" : "تصویر پروفایل موقت در حال حاضر در دسترس نیست ، دوباره تلاش کنید ", + "Sunday" : "یکشنبه", + "Monday" : "دوشنبه", + "Tuesday" : "سه شنبه", + "Wednesday" : "چهارشنبه", + "Thursday" : "پنجشنبه", + "Friday" : "جمعه", + "Saturday" : "شنبه", + "January" : "ژانویه", + "February" : "فبریه", + "March" : "مارس", + "April" : "آوریل", + "May" : "می", + "June" : "ژوئن", + "July" : "جولای", + "August" : "آگوست", + "September" : "سپتامبر", + "October" : "اکتبر", + "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." : "لینک تنظیم مجدد رمز عبور به ایمیل شما ارسال شده است.
اگر آن رادر یک زمان مشخصی دریافت نکرده اید، لطفا هرزنامه/ پوشه های ناخواسته را بررسی کنید.
در صورت نبودن از مدیر خود بپرسید.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "فایل های شما رمزگذاری شده اند. اگر شما کلید بازیابی را فعال نکرده اید، پس از راه اندازی مجدد رمزعبور هیچ راهی برای بازگشت اطلاعاتتان وجود نخواهد داشت.در صورت عدم اطمینان به انجام کار، لطفا ابتدا با مدیر خود تماس بگیرید. آیا واقعا میخواهید ادامه دهید ؟", + "I know what I'm doing" : "اطلاع از انجام این کار دارم", + "Reset password" : "تنظیم مجدد رمز عبور", + "Password can not be changed. Please contact your administrator." : "رمز عبور نمی تواند تغییر بکند . لطفا با مدیر سیستم تماس بگیرید .", + "No" : "نه", + "Yes" : "بله", + "Choose" : "انتخاب کردن", + "Error loading file picker template: {error}" : "خطا در بارگذاری قالب انتخاب فایل : {error}", + "Ok" : "قبول", + "Error loading message template: {error}" : "خطا در بارگذاری قالب پیام : {error}", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "One file conflict" : "یک فایل متضاد", + "New Files" : "فایل های جدید", + "Already existing files" : "فایل های موجود در حال حاضر ", + "Which files do you want to keep?" : "کدام فایل ها را می خواهید نگه دارید ؟", + "Cancel" : "منصرف شدن", + "Continue" : "ادامه", + "(all selected)" : "(همه انتخاب شده اند)", + "({count} selected)" : "({count} انتخاب شده)", + "Very weak password" : "رمز عبور بسیار ضعیف", + "Weak password" : "رمز عبور ضعیف", + "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 از کار افتاده است.", + "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." : "این سرور ارتباط اینترنتی ندارد. این بدین معناست که بعضی از امکانات نظیر مرتبط سازی یک منبع ذخیره‌ی خارجی، اطلاعات رسانی در مورد بروزرسانی‌ها یا نصب برنامه های جانبی کار نمی‌کنند. دسترسی به فایل ها از راه دور و ارسال اطلاع رسانی توسط ایمیل ممکن است همچنان کار نکند. ما پیشنهاد می‌کنیم که ارتباط اینترنتی مربوط به این سرور را فعال کنید تا تمامی امکانات را در اختیار داشته باشید.", + "Shared" : "اشتراک گذاشته شده", + "Shared with {recipients}" : "به اشتراک گذاشته شده با {recipients}", + "Share" : "اشتراک‌گذاری", + "Error" : "خطا", + "Error while sharing" : "خطا درحال به اشتراک گذاشتن", + "Error while unsharing" : "خطا درحال لغو اشتراک", + "Error while changing permissions" : "خطا در حال تغییر مجوز", + "Shared with you and the group {group} by {owner}" : "به اشتراک گذاشته شده با شما و گروه {گروه} توسط {دارنده}", + "Shared with you by {owner}" : "به اشتراک گذاشته شده با شما توسط { دارنده}", + "Share with user or group …" : "به اشتراک گذاری با کاربر یا گروه", + "Share link" : "اشتراک گذاشتن لینک", + "Password protect" : "نگهداری کردن رمز عبور", + "Allow Public Upload" : "اجازه آپلود عمومی", + "Email link to person" : "پیوند ایمیل برای شخص.", + "Send" : "ارسال", + "Set expiration date" : "تنظیم تاریخ انقضا", + "Expiration date" : "تاریخ انقضا", + "group" : "گروه", + "Resharing is not allowed" : "اشتراک گذاری مجدد مجاز نمی باشد", + "Shared in {item} with {user}" : "به اشتراک گذاشته شده در {بخش} با {کاربر}", + "Unshare" : "لغو اشتراک", + "notify by email" : "دریافت هشدار از طریق ایمیل", + "can share" : "قابل به اشتراک گذاری", + "can edit" : "می توان ویرایش کرد", + "access control" : "کنترل دسترسی", + "create" : "ایجاد", + "update" : "به روز", + "delete" : "پاک کردن", + "Password protected" : "نگهداری از رمز عبور", + "Error unsetting expiration date" : "خطا در تنظیم نکردن تاریخ انقضا ", + "Error setting expiration date" : "خطا در تنظیم تاریخ انقضا", + "Sending ..." : "درحال ارسال ...", + "Email sent" : "ایمیل ارسال شد", + "Warning" : "اخطار", + "The object type is not specified." : "نوع شی تعیین نشده است.", + "Enter new" : "مورد جدید را وارد کنید", + "Delete" : "حذف", + "Add" : "افزودن", + "Edit tags" : "ویرایش تگ ها", + "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}", + "You will receive a link to reset your password via Email." : "شما یک نامه الکترونیکی حاوی یک لینک جهت بازسازی گذرواژه دریافت خواهید کرد.", + "Username" : "نام کاربری", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "فایل های شما رمزگذاری شده اند. اگر شما کلید بازیابی را فعال نکرده اید، پس از راه اندازی مجدد رمزعبور هیچ راهی برای بازگشت اطلاعاتتان وجود نخواهد داشت.در صورت عدم اطمینان به انجام کار، لطفا ابتدا با مدیر خود تماس بگیرید. آیا واقعا میخواهید ادامه دهید ؟", + "Yes, I really want to reset my password now" : "بله، من اکنون میخواهم رمز عبور خود را مجددا راه اندازی کنم.", + "Reset" : "تنظیم مجدد", + "New password" : "گذرواژه جدید", + "Personal" : "شخصی", + "Users" : "کاربران", + "Apps" : " برنامه ها", + "Admin" : "مدیر", + "Help" : "راه‌نما", + "Error loading tags" : "خطا در هنگام بارگزاری تگ ها", + "Tag already exists" : "تگ از قبل وجود دارد", + "Error deleting tag(s)" : "خطا در هنگام حذف تگ (ها)", + "Error tagging" : "خطا در هنگام تگ گذاری", + "Error untagging" : "خطا در هنگام حذف تگ", + "Error favoriting" : "خطا هنگام افزودن به موارد محبوب", + "Error unfavoriting" : "خطا هنگام حذف از موارد محبوب", + "Access forbidden" : "اجازه دسترسی به مناطق ممنوعه را ندارید", + "Cheers!" : "سلامتی!", + "Security Warning" : "اخطار امنیتی", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "نسخه ی PHP شما در برابر حملات NULL Byte آسیب پذیر است.(CVE-2006-7243)", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "فایلها و فهرست های داده های شما قابل از اینترنت قابل دسترسی هستند، چونکه فایل htacces. کار نمی کند.", + "Create an admin account" : "لطفا یک شناسه برای مدیر بسازید", + "Password" : "گذرواژه", + "Storage & database" : "انبارش و پایگاه داده", + "Data folder" : "پوشه اطلاعاتی", + "Configure the database" : "پایگاه داده برنامه ریزی شدند", + "Only %s is available." : "تنها %s موجود است.", + "Database user" : "شناسه پایگاه داده", + "Database password" : "پسورد پایگاه داده", + "Database name" : "نام پایگاه داده", + "Database tablespace" : "جدول پایگاه داده", + "Database host" : "هاست پایگاه داده", + "Finish setup" : "اتمام نصب", + "Finishing …" : "در حال اتمام ...", + "%s is available. Get more information on how to update." : "%s در دسترس است. برای چگونگی به روز رسانی اطلاعات بیشتر را دریافت نمایید.", + "Log out" : "خروج", + "remember" : "بیاد آوری", + "Log in" : "ورود", + "Alternative Logins" : "ورود متناوب", + "Thank you for your patience." : "از صبر شما متشکریم", + "Start update" : "اغاز به روز رسانی" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/fa.php b/core/l10n/fa.php deleted file mode 100644 index 6506102e36..0000000000 --- a/core/l10n/fa.php +++ /dev/null @@ -1,151 +0,0 @@ - "ارسال ایمیل برای کاربران روبرو با شکست مواجه شد : %s", -"Turned on maintenance mode" => "حالت \" در دست تعمیر \" فعال شد .", -"Turned off maintenance mode" => "حالت \" در دست تعمیر \" غیرفعال شد .", -"Updated database" => "بروز رسانی پایگاه داده انجام شد .", -"Disabled incompatible apps: %s" => "اپ های ناسازگار غیرفعال شدند : %s", -"No image or file provided" => "هیچ فایل یا تصویری وارد نشده است", -"Unknown filetype" => "نوع فایل ناشناخته", -"Invalid image" => "عکس نامعتبر", -"No temporary profile picture available, try again" => "تصویر پروفایل موقت در حال حاضر در دسترس نیست ، دوباره تلاش کنید ", -"Sunday" => "یکشنبه", -"Monday" => "دوشنبه", -"Tuesday" => "سه شنبه", -"Wednesday" => "چهارشنبه", -"Thursday" => "پنجشنبه", -"Friday" => "جمعه", -"Saturday" => "شنبه", -"January" => "ژانویه", -"February" => "فبریه", -"March" => "مارس", -"April" => "آوریل", -"May" => "می", -"June" => "ژوئن", -"July" => "جولای", -"August" => "آگوست", -"September" => "سپتامبر", -"October" => "اکتبر", -"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." => "لینک تنظیم مجدد رمز عبور به ایمیل شما ارسال شده است.
اگر آن رادر یک زمان مشخصی دریافت نکرده اید، لطفا هرزنامه/ پوشه های ناخواسته را بررسی کنید.
در صورت نبودن از مدیر خود بپرسید.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "فایل های شما رمزگذاری شده اند. اگر شما کلید بازیابی را فعال نکرده اید، پس از راه اندازی مجدد رمزعبور هیچ راهی برای بازگشت اطلاعاتتان وجود نخواهد داشت.در صورت عدم اطمینان به انجام کار، لطفا ابتدا با مدیر خود تماس بگیرید. آیا واقعا میخواهید ادامه دهید ؟", -"I know what I'm doing" => "اطلاع از انجام این کار دارم", -"Reset password" => "تنظیم مجدد رمز عبور", -"Password can not be changed. Please contact your administrator." => "رمز عبور نمی تواند تغییر بکند . لطفا با مدیر سیستم تماس بگیرید .", -"No" => "نه", -"Yes" => "بله", -"Choose" => "انتخاب کردن", -"Error loading file picker template: {error}" => "خطا در بارگذاری قالب انتخاب فایل : {error}", -"Ok" => "قبول", -"Error loading message template: {error}" => "خطا در بارگذاری قالب پیام : {error}", -"_{count} file conflict_::_{count} file conflicts_" => array(""), -"One file conflict" => "یک فایل متضاد", -"New Files" => "فایل های جدید", -"Already existing files" => "فایل های موجود در حال حاضر ", -"Which files do you want to keep?" => "کدام فایل ها را می خواهید نگه دارید ؟", -"Cancel" => "منصرف شدن", -"Continue" => "ادامه", -"(all selected)" => "(همه انتخاب شده اند)", -"({count} selected)" => "({count} انتخاب شده)", -"Very weak password" => "رمز عبور بسیار ضعیف", -"Weak password" => "رمز عبور ضعیف", -"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 از کار افتاده است.", -"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." => "این سرور ارتباط اینترنتی ندارد. این بدین معناست که بعضی از امکانات نظیر مرتبط سازی یک منبع ذخیره‌ی خارجی، اطلاعات رسانی در مورد بروزرسانی‌ها یا نصب برنامه های جانبی کار نمی‌کنند. دسترسی به فایل ها از راه دور و ارسال اطلاع رسانی توسط ایمیل ممکن است همچنان کار نکند. ما پیشنهاد می‌کنیم که ارتباط اینترنتی مربوط به این سرور را فعال کنید تا تمامی امکانات را در اختیار داشته باشید.", -"Shared" => "اشتراک گذاشته شده", -"Shared with {recipients}" => "به اشتراک گذاشته شده با {recipients}", -"Share" => "اشتراک‌گذاری", -"Error" => "خطا", -"Error while sharing" => "خطا درحال به اشتراک گذاشتن", -"Error while unsharing" => "خطا درحال لغو اشتراک", -"Error while changing permissions" => "خطا در حال تغییر مجوز", -"Shared with you and the group {group} by {owner}" => "به اشتراک گذاشته شده با شما و گروه {گروه} توسط {دارنده}", -"Shared with you by {owner}" => "به اشتراک گذاشته شده با شما توسط { دارنده}", -"Share with user or group …" => "به اشتراک گذاری با کاربر یا گروه", -"Share link" => "اشتراک گذاشتن لینک", -"Password protect" => "نگهداری کردن رمز عبور", -"Allow Public Upload" => "اجازه آپلود عمومی", -"Email link to person" => "پیوند ایمیل برای شخص.", -"Send" => "ارسال", -"Set expiration date" => "تنظیم تاریخ انقضا", -"Expiration date" => "تاریخ انقضا", -"group" => "گروه", -"Resharing is not allowed" => "اشتراک گذاری مجدد مجاز نمی باشد", -"Shared in {item} with {user}" => "به اشتراک گذاشته شده در {بخش} با {کاربر}", -"Unshare" => "لغو اشتراک", -"notify by email" => "دریافت هشدار از طریق ایمیل", -"can share" => "قابل به اشتراک گذاری", -"can edit" => "می توان ویرایش کرد", -"access control" => "کنترل دسترسی", -"create" => "ایجاد", -"update" => "به روز", -"delete" => "پاک کردن", -"Password protected" => "نگهداری از رمز عبور", -"Error unsetting expiration date" => "خطا در تنظیم نکردن تاریخ انقضا ", -"Error setting expiration date" => "خطا در تنظیم تاریخ انقضا", -"Sending ..." => "درحال ارسال ...", -"Email sent" => "ایمیل ارسال شد", -"Warning" => "اخطار", -"The object type is not specified." => "نوع شی تعیین نشده است.", -"Enter new" => "مورد جدید را وارد کنید", -"Delete" => "حذف", -"Add" => "افزودن", -"Edit tags" => "ویرایش تگ ها", -"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}", -"You will receive a link to reset your password via Email." => "شما یک نامه الکترونیکی حاوی یک لینک جهت بازسازی گذرواژه دریافت خواهید کرد.", -"Username" => "نام کاربری", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "فایل های شما رمزگذاری شده اند. اگر شما کلید بازیابی را فعال نکرده اید، پس از راه اندازی مجدد رمزعبور هیچ راهی برای بازگشت اطلاعاتتان وجود نخواهد داشت.در صورت عدم اطمینان به انجام کار، لطفا ابتدا با مدیر خود تماس بگیرید. آیا واقعا میخواهید ادامه دهید ؟", -"Yes, I really want to reset my password now" => "بله، من اکنون میخواهم رمز عبور خود را مجددا راه اندازی کنم.", -"Reset" => "تنظیم مجدد", -"New password" => "گذرواژه جدید", -"Personal" => "شخصی", -"Users" => "کاربران", -"Apps" => " برنامه ها", -"Admin" => "مدیر", -"Help" => "راه‌نما", -"Error loading tags" => "خطا در هنگام بارگزاری تگ ها", -"Tag already exists" => "تگ از قبل وجود دارد", -"Error deleting tag(s)" => "خطا در هنگام حذف تگ (ها)", -"Error tagging" => "خطا در هنگام تگ گذاری", -"Error untagging" => "خطا در هنگام حذف تگ", -"Error favoriting" => "خطا هنگام افزودن به موارد محبوب", -"Error unfavoriting" => "خطا هنگام حذف از موارد محبوب", -"Access forbidden" => "اجازه دسترسی به مناطق ممنوعه را ندارید", -"Cheers!" => "سلامتی!", -"Security Warning" => "اخطار امنیتی", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "نسخه ی PHP شما در برابر حملات NULL Byte آسیب پذیر است.(CVE-2006-7243)", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "فایلها و فهرست های داده های شما قابل از اینترنت قابل دسترسی هستند، چونکه فایل htacces. کار نمی کند.", -"Create an admin account" => "لطفا یک شناسه برای مدیر بسازید", -"Password" => "گذرواژه", -"Storage & database" => "انبارش و پایگاه داده", -"Data folder" => "پوشه اطلاعاتی", -"Configure the database" => "پایگاه داده برنامه ریزی شدند", -"Only %s is available." => "تنها %s موجود است.", -"Database user" => "شناسه پایگاه داده", -"Database password" => "پسورد پایگاه داده", -"Database name" => "نام پایگاه داده", -"Database tablespace" => "جدول پایگاه داده", -"Database host" => "هاست پایگاه داده", -"Finish setup" => "اتمام نصب", -"Finishing …" => "در حال اتمام ...", -"%s is available. Get more information on how to update." => "%s در دسترس است. برای چگونگی به روز رسانی اطلاعات بیشتر را دریافت نمایید.", -"Log out" => "خروج", -"remember" => "بیاد آوری", -"Log in" => "ورود", -"Alternative Logins" => "ورود متناوب", -"Thank you for your patience." => "از صبر شما متشکریم", -"Start update" => "اغاز به روز رسانی" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js new file mode 100644 index 0000000000..b7924c1710 --- /dev/null +++ b/core/l10n/fi_FI.js @@ -0,0 +1,211 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s", + "Turned on maintenance mode" : "Siirrytty ylläpitotilaan", + "Turned off maintenance mode" : "Ylläpitotila laitettu pois päältä", + "Updated database" : "Tietokanta ajan tasalla", + "Checked database schema update" : "Tarkistettu tietokannan skeemapäivitys", + "Updated \"%s\" to %s" : "Päivitetty \"%s\" versioon %s", + "Disabled incompatible apps: %s" : "Yhteensopimattomat sovellukset poistettiin käytöstä: %s", + "No image or file provided" : "Kuvaa tai tiedostoa ei määritelty", + "Unknown filetype" : "Tuntematon tiedostotyyppi", + "Invalid image" : "Virhellinen kuva", + "No temporary profile picture available, try again" : "Väliaikaista profiilikuvaa ei ole käytettävissä, yritä uudelleen", + "No crop data provided" : "Puutteellinen tieto", + "Sunday" : "sunnuntai", + "Monday" : "maanantai", + "Tuesday" : "tiistai", + "Wednesday" : "keskiviikko", + "Thursday" : "torstai", + "Friday" : "perjantai", + "Saturday" : "lauantai", + "January" : "tammikuu", + "February" : "helmikuu", + "March" : "maaliskuu", + "April" : "huhtikuu", + "May" : "toukokuu", + "June" : "kesäkuu", + "July" : "heinäkuu", + "August" : "elokuu", + "September" : "syyskuu", + "October" : "lokakuu", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Tiedostosi on salattu. Jos et ole ottanut käyttöön palautusavainta, tietojasi ei ole mahdollista palauttaa salasanan nollaamisen jälkeen.
Jos et ole varma mitä tehdä, ota yhteys ylläpitäjään.
Haluatko varmasti jatkaa?", + "I know what I'm doing" : "Tiedän mitä teen", + "Reset password" : "Palauta salasana", + "Password can not be changed. Please contact your administrator." : "Salasanan vaihtaminen ei onnistunut. Ota yhteys ylläpitäjään.", + "No" : "Ei", + "Yes" : "Kyllä", + "Choose" : "Valitse", + "Error loading file picker template: {error}" : "Virhe ladatessa tiedostopohjia: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Virhe ladatessa viestipohjaa: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} tiedoston ristiriita","{count} tiedoston ristiriita"], + "One file conflict" : "Yhden tiedoston ristiriita", + "New Files" : "Uudet tiedostot", + "Already existing files" : "Jo olemassa olevat tiedostot", + "Which files do you want to keep?" : "Mitkä tiedostot haluat säilyttää?", + "If you select both versions, the copied file will have a number added to its name." : "Jos valitset kummatkin versiot, kopioidun tiedoston nimeen lisätään numero.", + "Cancel" : "Peru", + "Continue" : "Jatka", + "(all selected)" : "(kaikki valittu)", + "({count} selected)" : "({count} valittu)", + "Error loading file exists template" : "Virhe ladatessa mallipohjaa", + "Very weak password" : "Erittäin heikko salasana", + "Weak password" : "Heikko salasana", + "So-so password" : "Kohtalainen salasana", + "Good password" : "Hyvä salasana", + "Strong password" : "Vahva salasana", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Web-palvelimen asetukset eivät ole kelvolliset tiedostojen synkronointia varten, koska WebDAV-liitäntä vaikuttaa olevan rikki.", + "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." : "Tällä palvelimella ei ole toimivaa internetyhteyttä. Sen seurauksena jotkin ominaisuudet, kuten erillisten tallennustilojen liittäminen, ilmoitukset päivityksistä tai kolmansien osapuolten sovellusten asentaminen eivät toimi. Tiedostojen käyttäminen etäältä ja ilmoitusten lähettäminen sähköpostitse eivät myöskään välttämättä toimi. Jos haluat käyttää kaikkia palvelimen ominaisuuksia, kytke palvelin internetiin.", + "Error occurred while checking server setup" : "Virhe palvelimen määrityksiä tarkistaessa", + "Shared" : "Jaettu", + "Shared with {recipients}" : "Jaettu henkilöiden {recipients} kanssa", + "Share" : "Jaa", + "Error" : "Virhe", + "Error while sharing" : "Virhe jaettaessa", + "Error while unsharing" : "Virhe jakoa peruttaessa", + "Error while changing permissions" : "Virhe oikeuksia muuttaessa", + "Shared with you and the group {group} by {owner}" : "Jaettu sinun ja ryhmän {group} kanssa käyttäjän {owner} toimesta", + "Shared with you by {owner}" : "Jaettu kanssasi käyttäjän {owner} toimesta", + "Share with user or group …" : "Jaa käyttäjän tai ryhmän kanssa…", + "Share link" : "Jaa linkki", + "The public link will expire no later than {days} days after it is created" : "Julkinen linkki vanhenee {days} päivän jälkeen sen luomisesta", + "Password protect" : "Suojaa salasanalla", + "Choose a password for the public link" : "Valitse salasana julkiselle linkille", + "Allow Public Upload" : "Salli julkinen lähetys", + "Email link to person" : "Lähetä linkki sähköpostitse", + "Send" : "Lähetä", + "Set expiration date" : "Aseta päättymispäivä", + "Expiration date" : "Päättymispäivä", + "Adding user..." : "Lisätään käyttäjä...", + "group" : "ryhmä", + "Resharing is not allowed" : "Jakaminen uudelleen ei ole salittu", + "Shared in {item} with {user}" : "{item} on jaettu {user} kanssa", + "Unshare" : "Peru jakaminen", + "notify by email" : "ilmoita sähköpostitse", + "can share" : "jaa", + "can edit" : "voi muokata", + "access control" : "Pääsyn hallinta", + "create" : "luo", + "update" : "päivitä", + "delete" : "poista", + "Password protected" : "Salasanasuojattu", + "Error unsetting expiration date" : "Virhe purettaessa eräpäivää", + "Error setting expiration date" : "Virhe päättymispäivää asettaessa", + "Sending ..." : "Lähetetään...", + "Email sent" : "Sähköposti lähetetty", + "Warning" : "Varoitus", + "The object type is not specified." : "The object type is not specified.", + "Enter new" : "Kirjoita uusi", + "Delete" : "Poista", + "Add" : "Lisää", + "Edit tags" : "Muokkaa tunnisteita", + "Error loading dialog template: {error}" : "Virhe ladatessa keskustelupohja: {error}", + "No tags selected for deletion." : "Tunnisteita ei valittu poistettavaksi.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Päivitys onnistui. Selain ohjautuu nyt ownCloudiisi.", + "Couldn't reset password because the token is invalid" : "Salasanaa ei voitu palauttaa koska valtuutus on virheellinen", + "Couldn't send reset email. Please make sure your username is correct." : "Palautussähköpostin lähettäminen ei onnistunut. Varmista, että käyttäjätunnuksesi on oikein.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Palautussähköpostin lähettäminen ei onnistunut, koska tälle käyttäjätunnukselle ei ole määritelty sähköpostiosoitetta. Ota yhteys ylläpitäjään.", + "%s password reset" : "%s salasanan palautus", + "Use the following link to reset your password: {link}" : "Voit palauttaa salasanasi seuraavassa osoitteessa: {link}", + "You will receive a link to reset your password via Email." : "Saat sähköpostitse linkin palauttaaksesi salasanan.", + "Username" : "Käyttäjätunnus", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Tiedostosi on salattu. Jos et ole ottanut palautusavainta käyttöön, et voi käyttää tiedostojasi enää salasanan nollauksen jälkeen. Jos et ole varma mitä tehdä, ota yhteys ylläpitoon ennen kuin jatkat. Haluatko varmasti jatkaa?", + "Yes, I really want to reset my password now" : "Kyllä, haluan palauttaa salasanani nyt", + "Reset" : "Palauta salasana", + "New password" : "Uusi salasana", + "New Password" : "Uusi salasana", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X ei ole tuettu, joten %s ei toimi kunnolla tällä alustalla. Käytä omalla vastuulla!", + "For the best results, please consider using a GNU/Linux server instead." : "Käytä parhaan lopputuloksen saamiseksi GNU/Linux-palvelinta.", + "Personal" : "Henkilökohtainen", + "Users" : "Käyttäjät", + "Apps" : "Sovellukset", + "Admin" : "Ylläpito", + "Help" : "Ohje", + "Error loading tags" : "Virhe tunnisteita ladattaessa", + "Tag already exists" : "Tunniste on jo olemassa", + "Error deleting tag(s)" : "Virhe tunnisteita poistaessa", + "Error tagging" : "Tunnisteiden kirjoitusvirhe", + "Error untagging" : "Tunisteiden poisto virhe", + "Error favoriting" : "Suosituksen kirjoitusvirhe", + "Error unfavoriting" : "Suosituksen poisto virhe", + "Access forbidden" : "Pääsy estetty", + "File not found" : "Tiedostoa ei löytynyt", + "The specified document has not been found on the server." : "Määritettyä asiakirjaa ei löytynyt palvelimelta.", + "You can click here to return to %s." : "Napsauta tästä palataksesi %siin.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hei sinä!\n\n%s jakoi kohteen %s kanssasi.\nTutustu siihen: %s\n\n", + "The share will expire on %s." : "Jakaminen päättyy %s.", + "Cheers!" : "Kippis!", + "Internal Server Error" : "Sisäinen palvelinvirhe", + "The server encountered an internal error and was unable to complete your request." : "Palvelin kohtasi sisäisen virheen, eikä pystynyt viimeistelmään pyyntöäsi.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Ota yhteys palvelimen ylläpitäjään, jos tämä virhe ilmenee useita kertoja. Lisää yhteydenottoosi alla olevat tekniset tiedot.", + "More details can be found in the server log." : "Lisätietoja on palvelimen lokitiedostossa.", + "Technical details" : "Tekniset tiedot", + "Remote Address: %s" : "Etäosoite: %s", + "Request ID: %s" : "Pyynnön tunniste: %s", + "Code: %s" : "Koodi: %s", + "Message: %s" : "Viesti: %s", + "File: %s" : "Tiedosto: %s", + "Line: %s" : "Rivi: %s", + "Trace" : "Jälki", + "Security Warning" : "Turvallisuusvaroitus", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "PHP-asennuksesi on haavoittuvainen NULL Byte -hyökkäykselle (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Päivitä PHP-asennus varmistaaksesi, että %s on turvallinen käyttää.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Datakansiosi ja tiedostosi ovat mitä luultavimmin muiden saavutettavissa internetistä, koska .htaccess-tiedosto ei toimi.", + "For information how to properly configure your server, please see the documentation." : "Lisätietoja palvelimen asetuksien määrittämisestä on saatavilla dokumentaatiosta.", + "Create an admin account" : "Luo ylläpitäjän tunnus", + "Password" : "Salasana", + "Storage & database" : "Tallennus ja tietokanta", + "Data folder" : "Datakansio", + "Configure the database" : "Muokkaa tietokantaa", + "Only %s is available." : "Vain %s on käytettävissä.", + "Database user" : "Tietokannan käyttäjä", + "Database password" : "Tietokannan salasana", + "Database name" : "Tietokannan nimi", + "Database tablespace" : "Tietokannan taulukkotila", + "Database host" : "Tietokantapalvelin", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLitea käytetään tietokantana. Laajoja asennuksia varten tämä asetus kannattaa muuttaa. ", + "Finish setup" : "Viimeistele asennus", + "Finishing …" : "Valmistellaan…", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Tämä sovellus vaatii JavaScript-tuen toimiakseen. Ota JavaScript käyttöön ja päivitä sivu.", + "%s is available. Get more information on how to update." : "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan.", + "Log out" : "Kirjaudu ulos", + "Server side authentication failed!" : "Palvelimen puoleinen tunnistautuminen epäonnistui!", + "Please contact your administrator." : "Ota yhteys ylläpitäjään.", + "Forgot your password? Reset it!" : "Unohditko salasanasi? Palauta se!", + "remember" : "muista", + "Log in" : "Kirjaudu sisään", + "Alternative Logins" : "Vaihtoehtoiset kirjautumiset", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hei!

%s jakoi kanssasi kohteen %s.
Tutustu siihen!

", + "This ownCloud instance is currently in single user mode." : "Tämä ownCloud-asennus on parhaillaan single user -tilassa.", + "This means only administrators can use the instance." : "Se tarkoittaa, että vain ylläpitäjät voivat nyt käyttää tätä ownCloudia.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Ota yhteys järjestelmän ylläpitäjään, jos tämä viesti ilmenee uudelleen tai odottamatta.", + "Thank you for your patience." : "Kiitos kärsivällisyydestäsi.", + "You are accessing the server from an untrusted domain." : "Olet yhteydessä palvelimeen epäluotettavasta verkko-osoitteesta.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Ota yhteys ylläpitäjään. Jos olet tämän ownCloudin ylläpitäjä, määritä \"trusted_domain\"-asetus tiedostossa config/config.php. Esimerkkimääritys on nähtävillä tiedostossa config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Riippuen määrityksistä, ylläpitäjänä saatat kyetä käyttämään alla olevaa painiketta luodaksesi luottamussuhteen tähän toimialueeseen.", + "Add \"%s\" as trusted domain" : "Lisää \"%s\" luotetuksi toimialueeksi", + "%s will be updated to version %s." : "%s päivitetään versioon %s.", + "The following apps will be disabled:" : "Seuraavat sovellukset poistetaan käytöstä:", + "The theme %s has been disabled." : "Teema %s on poistettu käytöstä.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Varmista ennen jatkamista, että tietokanta, asetuskansio ja datakansio on varmuuskopioitu.", + "Start update" : "Käynnistä päivitys", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Välttääksesi aikakatkaisuja suurikokoisten asennusten kanssa, voit suorittaa vaihtoehtoisesti seuraavan komennon asennushakemistossa:", + "This %s instance is currently being updated, which may take a while." : "Tätä %s-asennusta päivitetään parhaillaan, päivityksessä saattaa kestää hetki.", + "This page will refresh itself when the %s instance is available again." : "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json new file mode 100644 index 0000000000..0b5c5dcb4f --- /dev/null +++ b/core/l10n/fi_FI.json @@ -0,0 +1,209 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s", + "Turned on maintenance mode" : "Siirrytty ylläpitotilaan", + "Turned off maintenance mode" : "Ylläpitotila laitettu pois päältä", + "Updated database" : "Tietokanta ajan tasalla", + "Checked database schema update" : "Tarkistettu tietokannan skeemapäivitys", + "Updated \"%s\" to %s" : "Päivitetty \"%s\" versioon %s", + "Disabled incompatible apps: %s" : "Yhteensopimattomat sovellukset poistettiin käytöstä: %s", + "No image or file provided" : "Kuvaa tai tiedostoa ei määritelty", + "Unknown filetype" : "Tuntematon tiedostotyyppi", + "Invalid image" : "Virhellinen kuva", + "No temporary profile picture available, try again" : "Väliaikaista profiilikuvaa ei ole käytettävissä, yritä uudelleen", + "No crop data provided" : "Puutteellinen tieto", + "Sunday" : "sunnuntai", + "Monday" : "maanantai", + "Tuesday" : "tiistai", + "Wednesday" : "keskiviikko", + "Thursday" : "torstai", + "Friday" : "perjantai", + "Saturday" : "lauantai", + "January" : "tammikuu", + "February" : "helmikuu", + "March" : "maaliskuu", + "April" : "huhtikuu", + "May" : "toukokuu", + "June" : "kesäkuu", + "July" : "heinäkuu", + "August" : "elokuu", + "September" : "syyskuu", + "October" : "lokakuu", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Tiedostosi on salattu. Jos et ole ottanut käyttöön palautusavainta, tietojasi ei ole mahdollista palauttaa salasanan nollaamisen jälkeen.
Jos et ole varma mitä tehdä, ota yhteys ylläpitäjään.
Haluatko varmasti jatkaa?", + "I know what I'm doing" : "Tiedän mitä teen", + "Reset password" : "Palauta salasana", + "Password can not be changed. Please contact your administrator." : "Salasanan vaihtaminen ei onnistunut. Ota yhteys ylläpitäjään.", + "No" : "Ei", + "Yes" : "Kyllä", + "Choose" : "Valitse", + "Error loading file picker template: {error}" : "Virhe ladatessa tiedostopohjia: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Virhe ladatessa viestipohjaa: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} tiedoston ristiriita","{count} tiedoston ristiriita"], + "One file conflict" : "Yhden tiedoston ristiriita", + "New Files" : "Uudet tiedostot", + "Already existing files" : "Jo olemassa olevat tiedostot", + "Which files do you want to keep?" : "Mitkä tiedostot haluat säilyttää?", + "If you select both versions, the copied file will have a number added to its name." : "Jos valitset kummatkin versiot, kopioidun tiedoston nimeen lisätään numero.", + "Cancel" : "Peru", + "Continue" : "Jatka", + "(all selected)" : "(kaikki valittu)", + "({count} selected)" : "({count} valittu)", + "Error loading file exists template" : "Virhe ladatessa mallipohjaa", + "Very weak password" : "Erittäin heikko salasana", + "Weak password" : "Heikko salasana", + "So-so password" : "Kohtalainen salasana", + "Good password" : "Hyvä salasana", + "Strong password" : "Vahva salasana", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Web-palvelimen asetukset eivät ole kelvolliset tiedostojen synkronointia varten, koska WebDAV-liitäntä vaikuttaa olevan rikki.", + "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." : "Tällä palvelimella ei ole toimivaa internetyhteyttä. Sen seurauksena jotkin ominaisuudet, kuten erillisten tallennustilojen liittäminen, ilmoitukset päivityksistä tai kolmansien osapuolten sovellusten asentaminen eivät toimi. Tiedostojen käyttäminen etäältä ja ilmoitusten lähettäminen sähköpostitse eivät myöskään välttämättä toimi. Jos haluat käyttää kaikkia palvelimen ominaisuuksia, kytke palvelin internetiin.", + "Error occurred while checking server setup" : "Virhe palvelimen määrityksiä tarkistaessa", + "Shared" : "Jaettu", + "Shared with {recipients}" : "Jaettu henkilöiden {recipients} kanssa", + "Share" : "Jaa", + "Error" : "Virhe", + "Error while sharing" : "Virhe jaettaessa", + "Error while unsharing" : "Virhe jakoa peruttaessa", + "Error while changing permissions" : "Virhe oikeuksia muuttaessa", + "Shared with you and the group {group} by {owner}" : "Jaettu sinun ja ryhmän {group} kanssa käyttäjän {owner} toimesta", + "Shared with you by {owner}" : "Jaettu kanssasi käyttäjän {owner} toimesta", + "Share with user or group …" : "Jaa käyttäjän tai ryhmän kanssa…", + "Share link" : "Jaa linkki", + "The public link will expire no later than {days} days after it is created" : "Julkinen linkki vanhenee {days} päivän jälkeen sen luomisesta", + "Password protect" : "Suojaa salasanalla", + "Choose a password for the public link" : "Valitse salasana julkiselle linkille", + "Allow Public Upload" : "Salli julkinen lähetys", + "Email link to person" : "Lähetä linkki sähköpostitse", + "Send" : "Lähetä", + "Set expiration date" : "Aseta päättymispäivä", + "Expiration date" : "Päättymispäivä", + "Adding user..." : "Lisätään käyttäjä...", + "group" : "ryhmä", + "Resharing is not allowed" : "Jakaminen uudelleen ei ole salittu", + "Shared in {item} with {user}" : "{item} on jaettu {user} kanssa", + "Unshare" : "Peru jakaminen", + "notify by email" : "ilmoita sähköpostitse", + "can share" : "jaa", + "can edit" : "voi muokata", + "access control" : "Pääsyn hallinta", + "create" : "luo", + "update" : "päivitä", + "delete" : "poista", + "Password protected" : "Salasanasuojattu", + "Error unsetting expiration date" : "Virhe purettaessa eräpäivää", + "Error setting expiration date" : "Virhe päättymispäivää asettaessa", + "Sending ..." : "Lähetetään...", + "Email sent" : "Sähköposti lähetetty", + "Warning" : "Varoitus", + "The object type is not specified." : "The object type is not specified.", + "Enter new" : "Kirjoita uusi", + "Delete" : "Poista", + "Add" : "Lisää", + "Edit tags" : "Muokkaa tunnisteita", + "Error loading dialog template: {error}" : "Virhe ladatessa keskustelupohja: {error}", + "No tags selected for deletion." : "Tunnisteita ei valittu poistettavaksi.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Päivitys onnistui. Selain ohjautuu nyt ownCloudiisi.", + "Couldn't reset password because the token is invalid" : "Salasanaa ei voitu palauttaa koska valtuutus on virheellinen", + "Couldn't send reset email. Please make sure your username is correct." : "Palautussähköpostin lähettäminen ei onnistunut. Varmista, että käyttäjätunnuksesi on oikein.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Palautussähköpostin lähettäminen ei onnistunut, koska tälle käyttäjätunnukselle ei ole määritelty sähköpostiosoitetta. Ota yhteys ylläpitäjään.", + "%s password reset" : "%s salasanan palautus", + "Use the following link to reset your password: {link}" : "Voit palauttaa salasanasi seuraavassa osoitteessa: {link}", + "You will receive a link to reset your password via Email." : "Saat sähköpostitse linkin palauttaaksesi salasanan.", + "Username" : "Käyttäjätunnus", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Tiedostosi on salattu. Jos et ole ottanut palautusavainta käyttöön, et voi käyttää tiedostojasi enää salasanan nollauksen jälkeen. Jos et ole varma mitä tehdä, ota yhteys ylläpitoon ennen kuin jatkat. Haluatko varmasti jatkaa?", + "Yes, I really want to reset my password now" : "Kyllä, haluan palauttaa salasanani nyt", + "Reset" : "Palauta salasana", + "New password" : "Uusi salasana", + "New Password" : "Uusi salasana", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X ei ole tuettu, joten %s ei toimi kunnolla tällä alustalla. Käytä omalla vastuulla!", + "For the best results, please consider using a GNU/Linux server instead." : "Käytä parhaan lopputuloksen saamiseksi GNU/Linux-palvelinta.", + "Personal" : "Henkilökohtainen", + "Users" : "Käyttäjät", + "Apps" : "Sovellukset", + "Admin" : "Ylläpito", + "Help" : "Ohje", + "Error loading tags" : "Virhe tunnisteita ladattaessa", + "Tag already exists" : "Tunniste on jo olemassa", + "Error deleting tag(s)" : "Virhe tunnisteita poistaessa", + "Error tagging" : "Tunnisteiden kirjoitusvirhe", + "Error untagging" : "Tunisteiden poisto virhe", + "Error favoriting" : "Suosituksen kirjoitusvirhe", + "Error unfavoriting" : "Suosituksen poisto virhe", + "Access forbidden" : "Pääsy estetty", + "File not found" : "Tiedostoa ei löytynyt", + "The specified document has not been found on the server." : "Määritettyä asiakirjaa ei löytynyt palvelimelta.", + "You can click here to return to %s." : "Napsauta tästä palataksesi %siin.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hei sinä!\n\n%s jakoi kohteen %s kanssasi.\nTutustu siihen: %s\n\n", + "The share will expire on %s." : "Jakaminen päättyy %s.", + "Cheers!" : "Kippis!", + "Internal Server Error" : "Sisäinen palvelinvirhe", + "The server encountered an internal error and was unable to complete your request." : "Palvelin kohtasi sisäisen virheen, eikä pystynyt viimeistelmään pyyntöäsi.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Ota yhteys palvelimen ylläpitäjään, jos tämä virhe ilmenee useita kertoja. Lisää yhteydenottoosi alla olevat tekniset tiedot.", + "More details can be found in the server log." : "Lisätietoja on palvelimen lokitiedostossa.", + "Technical details" : "Tekniset tiedot", + "Remote Address: %s" : "Etäosoite: %s", + "Request ID: %s" : "Pyynnön tunniste: %s", + "Code: %s" : "Koodi: %s", + "Message: %s" : "Viesti: %s", + "File: %s" : "Tiedosto: %s", + "Line: %s" : "Rivi: %s", + "Trace" : "Jälki", + "Security Warning" : "Turvallisuusvaroitus", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "PHP-asennuksesi on haavoittuvainen NULL Byte -hyökkäykselle (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Päivitä PHP-asennus varmistaaksesi, että %s on turvallinen käyttää.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Datakansiosi ja tiedostosi ovat mitä luultavimmin muiden saavutettavissa internetistä, koska .htaccess-tiedosto ei toimi.", + "For information how to properly configure your server, please see the documentation." : "Lisätietoja palvelimen asetuksien määrittämisestä on saatavilla dokumentaatiosta.", + "Create an admin account" : "Luo ylläpitäjän tunnus", + "Password" : "Salasana", + "Storage & database" : "Tallennus ja tietokanta", + "Data folder" : "Datakansio", + "Configure the database" : "Muokkaa tietokantaa", + "Only %s is available." : "Vain %s on käytettävissä.", + "Database user" : "Tietokannan käyttäjä", + "Database password" : "Tietokannan salasana", + "Database name" : "Tietokannan nimi", + "Database tablespace" : "Tietokannan taulukkotila", + "Database host" : "Tietokantapalvelin", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLitea käytetään tietokantana. Laajoja asennuksia varten tämä asetus kannattaa muuttaa. ", + "Finish setup" : "Viimeistele asennus", + "Finishing …" : "Valmistellaan…", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Tämä sovellus vaatii JavaScript-tuen toimiakseen. Ota JavaScript käyttöön ja päivitä sivu.", + "%s is available. Get more information on how to update." : "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan.", + "Log out" : "Kirjaudu ulos", + "Server side authentication failed!" : "Palvelimen puoleinen tunnistautuminen epäonnistui!", + "Please contact your administrator." : "Ota yhteys ylläpitäjään.", + "Forgot your password? Reset it!" : "Unohditko salasanasi? Palauta se!", + "remember" : "muista", + "Log in" : "Kirjaudu sisään", + "Alternative Logins" : "Vaihtoehtoiset kirjautumiset", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hei!

%s jakoi kanssasi kohteen %s.
Tutustu siihen!

", + "This ownCloud instance is currently in single user mode." : "Tämä ownCloud-asennus on parhaillaan single user -tilassa.", + "This means only administrators can use the instance." : "Se tarkoittaa, että vain ylläpitäjät voivat nyt käyttää tätä ownCloudia.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Ota yhteys järjestelmän ylläpitäjään, jos tämä viesti ilmenee uudelleen tai odottamatta.", + "Thank you for your patience." : "Kiitos kärsivällisyydestäsi.", + "You are accessing the server from an untrusted domain." : "Olet yhteydessä palvelimeen epäluotettavasta verkko-osoitteesta.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Ota yhteys ylläpitäjään. Jos olet tämän ownCloudin ylläpitäjä, määritä \"trusted_domain\"-asetus tiedostossa config/config.php. Esimerkkimääritys on nähtävillä tiedostossa config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Riippuen määrityksistä, ylläpitäjänä saatat kyetä käyttämään alla olevaa painiketta luodaksesi luottamussuhteen tähän toimialueeseen.", + "Add \"%s\" as trusted domain" : "Lisää \"%s\" luotetuksi toimialueeksi", + "%s will be updated to version %s." : "%s päivitetään versioon %s.", + "The following apps will be disabled:" : "Seuraavat sovellukset poistetaan käytöstä:", + "The theme %s has been disabled." : "Teema %s on poistettu käytöstä.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Varmista ennen jatkamista, että tietokanta, asetuskansio ja datakansio on varmuuskopioitu.", + "Start update" : "Käynnistä päivitys", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Välttääksesi aikakatkaisuja suurikokoisten asennusten kanssa, voit suorittaa vaihtoehtoisesti seuraavan komennon asennushakemistossa:", + "This %s instance is currently being updated, which may take a while." : "Tätä %s-asennusta päivitetään parhaillaan, päivityksessä saattaa kestää hetki.", + "This page will refresh itself when the %s instance is available again." : "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php deleted file mode 100644 index e72bc5b8e7..0000000000 --- a/core/l10n/fi_FI.php +++ /dev/null @@ -1,210 +0,0 @@ - "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s", -"Turned on maintenance mode" => "Siirrytty ylläpitotilaan", -"Turned off maintenance mode" => "Ylläpitotila laitettu pois päältä", -"Updated database" => "Tietokanta ajan tasalla", -"Checked database schema update" => "Tarkistettu tietokannan skeemapäivitys", -"Updated \"%s\" to %s" => "Päivitetty \"%s\" versioon %s", -"Disabled incompatible apps: %s" => "Yhteensopimattomat sovellukset poistettiin käytöstä: %s", -"No image or file provided" => "Kuvaa tai tiedostoa ei määritelty", -"Unknown filetype" => "Tuntematon tiedostotyyppi", -"Invalid image" => "Virhellinen kuva", -"No temporary profile picture available, try again" => "Väliaikaista profiilikuvaa ei ole käytettävissä, yritä uudelleen", -"No crop data provided" => "Puutteellinen tieto", -"Sunday" => "sunnuntai", -"Monday" => "maanantai", -"Tuesday" => "tiistai", -"Wednesday" => "keskiviikko", -"Thursday" => "torstai", -"Friday" => "perjantai", -"Saturday" => "lauantai", -"January" => "tammikuu", -"February" => "helmikuu", -"March" => "maaliskuu", -"April" => "huhtikuu", -"May" => "toukokuu", -"June" => "kesäkuu", -"July" => "heinäkuu", -"August" => "elokuu", -"September" => "syyskuu", -"October" => "lokakuu", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Tiedostosi on salattu. Jos et ole ottanut käyttöön palautusavainta, tietojasi ei ole mahdollista palauttaa salasanan nollaamisen jälkeen.
Jos et ole varma mitä tehdä, ota yhteys ylläpitäjään.
Haluatko varmasti jatkaa?", -"I know what I'm doing" => "Tiedän mitä teen", -"Reset password" => "Palauta salasana", -"Password can not be changed. Please contact your administrator." => "Salasanan vaihtaminen ei onnistunut. Ota yhteys ylläpitäjään.", -"No" => "Ei", -"Yes" => "Kyllä", -"Choose" => "Valitse", -"Error loading file picker template: {error}" => "Virhe ladatessa tiedostopohjia: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Virhe ladatessa viestipohjaa: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} tiedoston ristiriita","{count} tiedoston ristiriita"), -"One file conflict" => "Yhden tiedoston ristiriita", -"New Files" => "Uudet tiedostot", -"Already existing files" => "Jo olemassa olevat tiedostot", -"Which files do you want to keep?" => "Mitkä tiedostot haluat säilyttää?", -"If you select both versions, the copied file will have a number added to its name." => "Jos valitset kummatkin versiot, kopioidun tiedoston nimeen lisätään numero.", -"Cancel" => "Peru", -"Continue" => "Jatka", -"(all selected)" => "(kaikki valittu)", -"({count} selected)" => "({count} valittu)", -"Error loading file exists template" => "Virhe ladatessa mallipohjaa", -"Very weak password" => "Erittäin heikko salasana", -"Weak password" => "Heikko salasana", -"So-so password" => "Kohtalainen salasana", -"Good password" => "Hyvä salasana", -"Strong password" => "Vahva salasana", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Web-palvelimen asetukset eivät ole kelvolliset tiedostojen synkronointia varten, koska WebDAV-liitäntä vaikuttaa olevan rikki.", -"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." => "Tällä palvelimella ei ole toimivaa internetyhteyttä. Sen seurauksena jotkin ominaisuudet, kuten erillisten tallennustilojen liittäminen, ilmoitukset päivityksistä tai kolmansien osapuolten sovellusten asentaminen eivät toimi. Tiedostojen käyttäminen etäältä ja ilmoitusten lähettäminen sähköpostitse eivät myöskään välttämättä toimi. Jos haluat käyttää kaikkia palvelimen ominaisuuksia, kytke palvelin internetiin.", -"Error occurred while checking server setup" => "Virhe palvelimen määrityksiä tarkistaessa", -"Shared" => "Jaettu", -"Shared with {recipients}" => "Jaettu henkilöiden {recipients} kanssa", -"Share" => "Jaa", -"Error" => "Virhe", -"Error while sharing" => "Virhe jaettaessa", -"Error while unsharing" => "Virhe jakoa peruttaessa", -"Error while changing permissions" => "Virhe oikeuksia muuttaessa", -"Shared with you and the group {group} by {owner}" => "Jaettu sinun ja ryhmän {group} kanssa käyttäjän {owner} toimesta", -"Shared with you by {owner}" => "Jaettu kanssasi käyttäjän {owner} toimesta", -"Share with user or group …" => "Jaa käyttäjän tai ryhmän kanssa…", -"Share link" => "Jaa linkki", -"The public link will expire no later than {days} days after it is created" => "Julkinen linkki vanhenee {days} päivän jälkeen sen luomisesta", -"Password protect" => "Suojaa salasanalla", -"Choose a password for the public link" => "Valitse salasana julkiselle linkille", -"Allow Public Upload" => "Salli julkinen lähetys", -"Email link to person" => "Lähetä linkki sähköpostitse", -"Send" => "Lähetä", -"Set expiration date" => "Aseta päättymispäivä", -"Expiration date" => "Päättymispäivä", -"Adding user..." => "Lisätään käyttäjä...", -"group" => "ryhmä", -"Resharing is not allowed" => "Jakaminen uudelleen ei ole salittu", -"Shared in {item} with {user}" => "{item} on jaettu {user} kanssa", -"Unshare" => "Peru jakaminen", -"notify by email" => "ilmoita sähköpostitse", -"can share" => "jaa", -"can edit" => "voi muokata", -"access control" => "Pääsyn hallinta", -"create" => "luo", -"update" => "päivitä", -"delete" => "poista", -"Password protected" => "Salasanasuojattu", -"Error unsetting expiration date" => "Virhe purettaessa eräpäivää", -"Error setting expiration date" => "Virhe päättymispäivää asettaessa", -"Sending ..." => "Lähetetään...", -"Email sent" => "Sähköposti lähetetty", -"Warning" => "Varoitus", -"The object type is not specified." => "The object type is not specified.", -"Enter new" => "Kirjoita uusi", -"Delete" => "Poista", -"Add" => "Lisää", -"Edit tags" => "Muokkaa tunnisteita", -"Error loading dialog template: {error}" => "Virhe ladatessa keskustelupohja: {error}", -"No tags selected for deletion." => "Tunnisteita ei valittu poistettavaksi.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "Päivitys onnistui. Selain ohjautuu nyt ownCloudiisi.", -"Couldn't reset password because the token is invalid" => "Salasanaa ei voitu palauttaa koska valtuutus on virheellinen", -"Couldn't send reset email. Please make sure your username is correct." => "Palautussähköpostin lähettäminen ei onnistunut. Varmista, että käyttäjätunnuksesi on oikein.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Palautussähköpostin lähettäminen ei onnistunut, koska tälle käyttäjätunnukselle ei ole määritelty sähköpostiosoitetta. Ota yhteys ylläpitäjään.", -"%s password reset" => "%s salasanan palautus", -"Use the following link to reset your password: {link}" => "Voit palauttaa salasanasi seuraavassa osoitteessa: {link}", -"You will receive a link to reset your password via Email." => "Saat sähköpostitse linkin palauttaaksesi salasanan.", -"Username" => "Käyttäjätunnus", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Tiedostosi on salattu. Jos et ole ottanut palautusavainta käyttöön, et voi käyttää tiedostojasi enää salasanan nollauksen jälkeen. Jos et ole varma mitä tehdä, ota yhteys ylläpitoon ennen kuin jatkat. Haluatko varmasti jatkaa?", -"Yes, I really want to reset my password now" => "Kyllä, haluan palauttaa salasanani nyt", -"Reset" => "Palauta salasana", -"New password" => "Uusi salasana", -"New Password" => "Uusi salasana", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X ei ole tuettu, joten %s ei toimi kunnolla tällä alustalla. Käytä omalla vastuulla!", -"For the best results, please consider using a GNU/Linux server instead." => "Käytä parhaan lopputuloksen saamiseksi GNU/Linux-palvelinta.", -"Personal" => "Henkilökohtainen", -"Users" => "Käyttäjät", -"Apps" => "Sovellukset", -"Admin" => "Ylläpito", -"Help" => "Ohje", -"Error loading tags" => "Virhe tunnisteita ladattaessa", -"Tag already exists" => "Tunniste on jo olemassa", -"Error deleting tag(s)" => "Virhe tunnisteita poistaessa", -"Error tagging" => "Tunnisteiden kirjoitusvirhe", -"Error untagging" => "Tunisteiden poisto virhe", -"Error favoriting" => "Suosituksen kirjoitusvirhe", -"Error unfavoriting" => "Suosituksen poisto virhe", -"Access forbidden" => "Pääsy estetty", -"File not found" => "Tiedostoa ei löytynyt", -"The specified document has not been found on the server." => "Määritettyä asiakirjaa ei löytynyt palvelimelta.", -"You can click here to return to %s." => "Napsauta tästä palataksesi %siin.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hei sinä!\n\n%s jakoi kohteen %s kanssasi.\nTutustu siihen: %s\n\n", -"The share will expire on %s." => "Jakaminen päättyy %s.", -"Cheers!" => "Kippis!", -"Internal Server Error" => "Sisäinen palvelinvirhe", -"The server encountered an internal error and was unable to complete your request." => "Palvelin kohtasi sisäisen virheen, eikä pystynyt viimeistelmään pyyntöäsi.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Ota yhteys palvelimen ylläpitäjään, jos tämä virhe ilmenee useita kertoja. Lisää yhteydenottoosi alla olevat tekniset tiedot.", -"More details can be found in the server log." => "Lisätietoja on palvelimen lokitiedostossa.", -"Technical details" => "Tekniset tiedot", -"Remote Address: %s" => "Etäosoite: %s", -"Request ID: %s" => "Pyynnön tunniste: %s", -"Code: %s" => "Koodi: %s", -"Message: %s" => "Viesti: %s", -"File: %s" => "Tiedosto: %s", -"Line: %s" => "Rivi: %s", -"Trace" => "Jälki", -"Security Warning" => "Turvallisuusvaroitus", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "PHP-asennuksesi on haavoittuvainen NULL Byte -hyökkäykselle (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Päivitä PHP-asennus varmistaaksesi, että %s on turvallinen käyttää.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Datakansiosi ja tiedostosi ovat mitä luultavimmin muiden saavutettavissa internetistä, koska .htaccess-tiedosto ei toimi.", -"For information how to properly configure your server, please see the documentation." => "Lisätietoja palvelimen asetuksien määrittämisestä on saatavilla dokumentaatiosta.", -"Create an admin account" => "Luo ylläpitäjän tunnus", -"Password" => "Salasana", -"Storage & database" => "Tallennus ja tietokanta", -"Data folder" => "Datakansio", -"Configure the database" => "Muokkaa tietokantaa", -"Only %s is available." => "Vain %s on käytettävissä.", -"Database user" => "Tietokannan käyttäjä", -"Database password" => "Tietokannan salasana", -"Database name" => "Tietokannan nimi", -"Database tablespace" => "Tietokannan taulukkotila", -"Database host" => "Tietokantapalvelin", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLitea käytetään tietokantana. Laajoja asennuksia varten tämä asetus kannattaa muuttaa. ", -"Finish setup" => "Viimeistele asennus", -"Finishing …" => "Valmistellaan…", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Tämä sovellus vaatii JavaScript-tuen toimiakseen. Ota JavaScript käyttöön ja päivitä sivu.", -"%s is available. Get more information on how to update." => "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan.", -"Log out" => "Kirjaudu ulos", -"Server side authentication failed!" => "Palvelimen puoleinen tunnistautuminen epäonnistui!", -"Please contact your administrator." => "Ota yhteys ylläpitäjään.", -"Forgot your password? Reset it!" => "Unohditko salasanasi? Palauta se!", -"remember" => "muista", -"Log in" => "Kirjaudu sisään", -"Alternative Logins" => "Vaihtoehtoiset kirjautumiset", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hei!

%s jakoi kanssasi kohteen %s.
Tutustu siihen!

", -"This ownCloud instance is currently in single user mode." => "Tämä ownCloud-asennus on parhaillaan single user -tilassa.", -"This means only administrators can use the instance." => "Se tarkoittaa, että vain ylläpitäjät voivat nyt käyttää tätä ownCloudia.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Ota yhteys järjestelmän ylläpitäjään, jos tämä viesti ilmenee uudelleen tai odottamatta.", -"Thank you for your patience." => "Kiitos kärsivällisyydestäsi.", -"You are accessing the server from an untrusted domain." => "Olet yhteydessä palvelimeen epäluotettavasta verkko-osoitteesta.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Ota yhteys ylläpitäjään. Jos olet tämän ownCloudin ylläpitäjä, määritä \"trusted_domain\"-asetus tiedostossa config/config.php. Esimerkkimääritys on nähtävillä tiedostossa config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Riippuen määrityksistä, ylläpitäjänä saatat kyetä käyttämään alla olevaa painiketta luodaksesi luottamussuhteen tähän toimialueeseen.", -"Add \"%s\" as trusted domain" => "Lisää \"%s\" luotetuksi toimialueeksi", -"%s will be updated to version %s." => "%s päivitetään versioon %s.", -"The following apps will be disabled:" => "Seuraavat sovellukset poistetaan käytöstä:", -"The theme %s has been disabled." => "Teema %s on poistettu käytöstä.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Varmista ennen jatkamista, että tietokanta, asetuskansio ja datakansio on varmuuskopioitu.", -"Start update" => "Käynnistä päivitys", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Välttääksesi aikakatkaisuja suurikokoisten asennusten kanssa, voit suorittaa vaihtoehtoisesti seuraavan komennon asennushakemistossa:", -"This %s instance is currently being updated, which may take a while." => "Tätä %s-asennusta päivitetään parhaillaan, päivityksessä saattaa kestää hetki.", -"This page will refresh itself when the %s instance is available again." => "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/fil.js b/core/l10n/fil.js new file mode 100644 index 0000000000..bc4e6c6bc6 --- /dev/null +++ b/core/l10n/fil.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/fil.json b/core/l10n/fil.json new file mode 100644 index 0000000000..4ebc0d2d45 --- /dev/null +++ b/core/l10n/fil.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/fil.php b/core/l10n/fil.php deleted file mode 100644 index e012fb1656..0000000000 --- a/core/l10n/fil.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/fr.js b/core/l10n/fr.js new file mode 100644 index 0000000000..ba430852ed --- /dev/null +++ b/core/l10n/fr.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Impossible d'envoyer un courriel aux utilisateurs suivants : %s", + "Turned on maintenance mode" : "Mode de maintenance activé", + "Turned off maintenance mode" : "Mode de maintenance désactivé", + "Updated database" : "Base de données mise à jour", + "Checked database schema update" : "Mise à jour du schéma de la base de données vérifiée", + "Checked database schema update for apps" : "La mise à jour du schéma de la base de données pour les applications a été vérifiée", + "Updated \"%s\" to %s" : "Mise à jour de « %s » vers %s", + "Disabled incompatible apps: %s" : "Applications incompatibles désactivées : %s", + "No image or file provided" : "Aucun fichier fourni", + "Unknown filetype" : "Type de fichier inconnu", + "Invalid image" : "Image non valable", + "No temporary profile picture available, try again" : "Aucune image temporaire disponible pour le profil. Essayez à nouveau.", + "No crop data provided" : "Aucune donnée de recadrage fournie", + "Sunday" : "Dimanche", + "Monday" : "Lundi", + "Tuesday" : "Mardi", + "Wednesday" : "Mercredi", + "Thursday" : "Jeudi", + "Friday" : "Vendredi", + "Saturday" : "Samedi", + "January" : "janvier", + "February" : "février", + "March" : "mars", + "April" : "avril", + "May" : "mai", + "June" : "juin", + "July" : "juillet", + "August" : "août", + "September" : "septembre", + "October" : "octobre", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Vos fichiers sont chiffrés. Si vous n'avez pas activé la clef de récupération, il n'y aura aucun moyen de récupérer vos données une fois le mot de passe réinitialisé.
Si vous n'êtes pas sûr(e) de ce que vous faites, veuillez contacter votre administrateur avant de continuer.
Voulez-vous vraiment continuer ?", + "I know what I'm doing" : "Je sais ce que je fais", + "Reset password" : "Réinitialiser le mot de passe", + "Password can not be changed. Please contact your administrator." : "Le mot de passe ne peut être modifié. Veuillez contacter votre administrateur.", + "No" : "Non", + "Yes" : "Oui", + "Choose" : "Choisir", + "Error loading file picker template: {error}" : "Erreur lors du chargement du modèle du sélecteur de fichiers : {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Erreur de chargement du modèle de message : {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} fichier en conflit","{count} fichiers en conflit"], + "One file conflict" : "Un conflit de fichier", + "New Files" : "Nouveaux fichiers", + "Already existing files" : "Fichiers déjà existants", + "Which files do you want to keep?" : "Quels fichiers désirez-vous garder ?", + "If you select both versions, the copied file will have a number added to its name." : "Si vous sélectionnez les deux versions, un nombre sera ajouté au nom du fichier copié.", + "Cancel" : "Annuler", + "Continue" : "Continuer", + "(all selected)" : "(tous sélectionnés)", + "({count} selected)" : "({count} sélectionné(s))", + "Error loading file exists template" : "Erreur de chargement du modèle de fichier existant", + "Very weak password" : "Mot de passe très faible", + "Weak password" : "Mot de passe faible", + "So-so password" : "Mot de passe tout juste acceptable", + "Good password" : "Mot de passe de sécurité suffisante", + "Strong password" : "Mot de passe fort", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas correctement configuré pour permettre la synchronisation des fichiers, car l'interface WebDav semble ne pas fonctionner.", + "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." : "Ce serveur ne peut se connecter à internet. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que les notifications par courriel ne fonctionneront pas non plus. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", + "Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur", + "Shared" : "Partagé", + "Shared with {recipients}" : "Partagé avec {recipients}", + "Share" : "Partager", + "Error" : "Erreur", + "Error while sharing" : "Erreur lors de la mise en partage", + "Error while unsharing" : "Erreur lors de l'annulation du partage", + "Error while changing permissions" : "Erreur lors du changement des permissions", + "Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}", + "Shared with you by {owner}" : "Partagé avec vous par {owner}", + "Share with user or group …" : "Partager avec un utilisateur ou un groupe...", + "Share link" : "Partager par lien public", + "The public link will expire no later than {days} days after it is created" : "Ce lien public expirera au plus tard {days} jours après sa création.", + "Password protect" : "Protéger par un mot de passe", + "Choose a password for the public link" : "Choisissez un mot de passe pour le lien public", + "Allow Public Upload" : "Autoriser l'ajout de fichiers par des utilisateurs non enregistrés", + "Email link to person" : "Envoyer le lien par courriel", + "Send" : "Envoyer", + "Set expiration date" : "Spécifier une date d'expiration", + "Expiration date" : "Date d'expiration", + "Adding user..." : "Utilisateur en cours d'ajout...", + "group" : "groupe", + "Resharing is not allowed" : "Le repartage n'est pas autorisé", + "Shared in {item} with {user}" : "Partagé dans {item} avec {user}", + "Unshare" : "Ne plus partager", + "notify by email" : "notifier par courriel", + "can share" : "peut partager", + "can edit" : "peut modifier", + "access control" : "contrôle d'accès", + "create" : "créer", + "update" : "mettre à jour", + "delete" : "supprimer", + "Password protected" : "Protégé par mot de passe", + "Error unsetting expiration date" : "Erreur lors de la suppression de la date d'expiration", + "Error setting expiration date" : "Erreur lors de la spécification de la date d'expiration", + "Sending ..." : "Envoi …", + "Email sent" : "Courriel envoyé", + "Warning" : "Attention", + "The object type is not specified." : "Le type d'objet n'est pas spécifié.", + "Enter new" : "Saisir un nouveau", + "Delete" : "Supprimer", + "Add" : "Ajouter", + "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.", + "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é.", + "The update was successful. Redirecting you to ownCloud now." : "La mise à jour a réussi. Vous êtes maintenant redirigé(e) vers ownCloud.", + "Couldn't reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable.", + "Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.", + "%s password reset" : "Réinitialisation de votre mot de passe %s", + "Use the following link to reset your password: {link}" : "Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}", + "You will receive a link to reset your password via Email." : "Vous allez recevoir un courriel contenant un lien pour réinitialiser votre mot de passe.", + "Username" : "Nom d'utilisateur", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vos fichiers sont chiffrés. Si vous n'avez pas activé la clef de récupération, il n'y aura aucun moyen de récupérer vos données une fois le mot de passe réinitialisé. Si vous n'êtes pas sûr(e) de ce que vous faites, veuillez contacter votre administrateur avant de poursuivre. Voulez-vous vraiment continuer ?", + "Yes, I really want to reset my password now" : "Oui, je veux vraiment réinitialiser mon mot de passe maintenant", + "Reset" : "Réinitialiser", + "New password" : "Nouveau mot de passe", + "New Password" : "Nouveau mot de passe", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X n'est pas pris en charge et %s ne fonctionnera pas correctement sur cette plate-forme. Son utilisation est à vos risques et périls !", + "For the best results, please consider using a GNU/Linux server instead." : "Pour obtenir les meilleurs résultats, vous devriez utiliser un serveur GNU/Linux.", + "Personal" : "Personnel", + "Users" : "Utilisateurs", + "Apps" : "Applications", + "Admin" : "Administration", + "Help" : "Aide", + "Error loading tags" : "Erreur de chargement des marqueurs.", + "Tag already exists" : "Le marqueur existe déjà.", + "Error deleting tag(s)" : "Erreur de suppression de(s) marqueur(s)", + "Error tagging" : "Erreur lors de la mise en place du marqueur", + "Error untagging" : "Erreur lors de la suppression du marqueur", + "Error favoriting" : "Erreur lors de la mise en favori", + "Error unfavoriting" : "Erreur lors de la suppression des favoris", + "Access forbidden" : "Accès interdit", + "File not found" : "Fichier non trouvé", + "The specified document has not been found on the server." : "Impossible de trouver le document spécifié sur le serveur.", + "You can click here to return to %s." : "Vous pouvez cliquer ici pour retourner à %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Bonjour,\n\nNous vous informons que %s a partagé %s avec vous.\nConsultez-le : %s\n", + "The share will expire on %s." : "Le partage expirera le %s.", + "Cheers!" : "À bientôt !", + "Internal Server Error" : "Erreur interne du serveur", + "The server encountered an internal error and was unable to complete your request." : "Le serveur a rencontré une erreur interne et est incapable d'exécuter votre requête.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Veuillez contacter l'administrateur du serveur si cette erreur apparaît plusieurs fois. Veuillez joindre les détails techniques à votre rapport.", + "More details can be found in the server log." : "Le fichier journal du serveur peut fournir plus de renseignements.", + "Technical details" : "Renseignements techniques", + "Remote Address: %s" : "Adresse distante : %s", + "Request ID: %s" : "ID de la demande : %s", + "Code: %s" : "Code : %s", + "Message: %s" : "Message : %s", + "File: %s" : "Fichier : %s", + "Line: %s" : "Ligne : %s", + "Trace" : "Trace", + "Security Warning" : "Avertissement de sécurité", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Votre version de PHP est vulnérable à l'attaque par caractère NULL (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Veuillez mettre à jour votre installation PHP pour utiliser %s de façon sécurisée.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Votre répertoire de données est certainement accessible depuis l'internet car le fichier .htaccess ne fonctionne pas.", + "For information how to properly configure your server, please see the documentation." : "Pour les informations de configuration de votre serveur, veuillez lire la documentation.", + "Create an admin account" : "Créer un compte administrateur", + "Password" : "Mot de passe", + "Storage & database" : "Stockage & base de données", + "Data folder" : "Répertoire des données", + "Configure the database" : "Configurer la base de données", + "Only %s is available." : "%s seulement est disponible.", + "Database user" : "Utilisateur de la base de données", + "Database password" : "Mot de passe de la base de données", + "Database name" : "Nom de la base de données", + "Database tablespace" : "Tablespace de la base de données", + "Database host" : "Hôte de la base de données", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite va être utilisée comme base de données. Pour des installations plus volumineuses, nous vous conseillons de changer ce réglage.", + "Finish setup" : "Terminer l'installation", + "Finishing …" : "Finalisation …", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Cette application nécessite JavaScript pour fonctionner correctement. Veuillez activer JavaScript puis charger à nouveau cette page.", + "%s is available. Get more information on how to update." : "%s est disponible. Obtenez plus d'informations sur la façon de mettre à jour.", + "Log out" : "Se déconnecter", + "Server side authentication failed!" : "L'authentification sur le serveur a échoué !", + "Please contact your administrator." : "Veuillez contacter votre administrateur.", + "Forgot your password? Reset it!" : "Mot de passe oublié ? Réinitialisez-le !", + "remember" : "se souvenir de moi", + "Log in" : "Connexion", + "Alternative Logins" : "Identifiants alternatifs", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Bonjour,

Nous vous informons que %s a partagé %s avec vous.
Consultez-le !

", + "This ownCloud instance is currently in single user mode." : "Cette instance de ownCloud est actuellement en mode utilisateur unique.", + "This means only administrators can use the instance." : "Cela signifie que seuls les administrateurs peuvent utiliser l'instance.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Veuillez contacter votre administrateur système si ce message persiste ou apparaît de façon inattendue.", + "Thank you for your patience." : "Merci de votre patience.", + "You are accessing the server from an untrusted domain." : "Vous accédez au serveur à partir d'un domaine non approuvé.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Veuillez contacter votre administrateur. Si vous êtes administrateur de cette instance, configurez le paramètre « trusted_domain » dans le fichier config/config.php. Un exemple de configuration est fourni dans le fichier config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En fonction de votre configuration, en tant qu'administrateur vous pouvez également utiliser le bouton ci-dessous pour approuver ce domaine.", + "Add \"%s\" as trusted domain" : "Ajouter \"%s\" à la liste des domaines approuvés", + "%s will be updated to version %s." : "%s sera mis à jour vers la version %s.", + "The following apps will be disabled:" : "Les applications suivantes seront désactivées :", + "The theme %s has been disabled." : "Le thème %s a été désactivé.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Veuillez vous assurer qu'une copie de sauvegarde de la base de données, du dossier de configuration (config) et du dossier de données (data) a été réalisée avant de commencer.", + "Start update" : "Démarrer la mise à jour", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Afin d'éviter les dépassements de délai (timeouts) avec les installations de plus grande ampleur, vous pouvez exécuter la commande suivante depuis le répertoire d'installation :", + "This %s instance is currently being updated, which may take a while." : "Cette instance de %s est en cours de mise à jour, cela peut prendre du temps.", + "This page will refresh itself when the %s instance is available again." : "Cette page se rafraîchira d'elle-même lorsque l'instance %s sera à nouveau disponible." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/fr.json b/core/l10n/fr.json new file mode 100644 index 0000000000..b123afbb0d --- /dev/null +++ b/core/l10n/fr.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Impossible d'envoyer un courriel aux utilisateurs suivants : %s", + "Turned on maintenance mode" : "Mode de maintenance activé", + "Turned off maintenance mode" : "Mode de maintenance désactivé", + "Updated database" : "Base de données mise à jour", + "Checked database schema update" : "Mise à jour du schéma de la base de données vérifiée", + "Checked database schema update for apps" : "La mise à jour du schéma de la base de données pour les applications a été vérifiée", + "Updated \"%s\" to %s" : "Mise à jour de « %s » vers %s", + "Disabled incompatible apps: %s" : "Applications incompatibles désactivées : %s", + "No image or file provided" : "Aucun fichier fourni", + "Unknown filetype" : "Type de fichier inconnu", + "Invalid image" : "Image non valable", + "No temporary profile picture available, try again" : "Aucune image temporaire disponible pour le profil. Essayez à nouveau.", + "No crop data provided" : "Aucune donnée de recadrage fournie", + "Sunday" : "Dimanche", + "Monday" : "Lundi", + "Tuesday" : "Mardi", + "Wednesday" : "Mercredi", + "Thursday" : "Jeudi", + "Friday" : "Vendredi", + "Saturday" : "Samedi", + "January" : "janvier", + "February" : "février", + "March" : "mars", + "April" : "avril", + "May" : "mai", + "June" : "juin", + "July" : "juillet", + "August" : "août", + "September" : "septembre", + "October" : "octobre", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Vos fichiers sont chiffrés. Si vous n'avez pas activé la clef de récupération, il n'y aura aucun moyen de récupérer vos données une fois le mot de passe réinitialisé.
Si vous n'êtes pas sûr(e) de ce que vous faites, veuillez contacter votre administrateur avant de continuer.
Voulez-vous vraiment continuer ?", + "I know what I'm doing" : "Je sais ce que je fais", + "Reset password" : "Réinitialiser le mot de passe", + "Password can not be changed. Please contact your administrator." : "Le mot de passe ne peut être modifié. Veuillez contacter votre administrateur.", + "No" : "Non", + "Yes" : "Oui", + "Choose" : "Choisir", + "Error loading file picker template: {error}" : "Erreur lors du chargement du modèle du sélecteur de fichiers : {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Erreur de chargement du modèle de message : {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} fichier en conflit","{count} fichiers en conflit"], + "One file conflict" : "Un conflit de fichier", + "New Files" : "Nouveaux fichiers", + "Already existing files" : "Fichiers déjà existants", + "Which files do you want to keep?" : "Quels fichiers désirez-vous garder ?", + "If you select both versions, the copied file will have a number added to its name." : "Si vous sélectionnez les deux versions, un nombre sera ajouté au nom du fichier copié.", + "Cancel" : "Annuler", + "Continue" : "Continuer", + "(all selected)" : "(tous sélectionnés)", + "({count} selected)" : "({count} sélectionné(s))", + "Error loading file exists template" : "Erreur de chargement du modèle de fichier existant", + "Very weak password" : "Mot de passe très faible", + "Weak password" : "Mot de passe faible", + "So-so password" : "Mot de passe tout juste acceptable", + "Good password" : "Mot de passe de sécurité suffisante", + "Strong password" : "Mot de passe fort", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas correctement configuré pour permettre la synchronisation des fichiers, car l'interface WebDav semble ne pas fonctionner.", + "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." : "Ce serveur ne peut se connecter à internet. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que les notifications par courriel ne fonctionneront pas non plus. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", + "Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur", + "Shared" : "Partagé", + "Shared with {recipients}" : "Partagé avec {recipients}", + "Share" : "Partager", + "Error" : "Erreur", + "Error while sharing" : "Erreur lors de la mise en partage", + "Error while unsharing" : "Erreur lors de l'annulation du partage", + "Error while changing permissions" : "Erreur lors du changement des permissions", + "Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}", + "Shared with you by {owner}" : "Partagé avec vous par {owner}", + "Share with user or group …" : "Partager avec un utilisateur ou un groupe...", + "Share link" : "Partager par lien public", + "The public link will expire no later than {days} days after it is created" : "Ce lien public expirera au plus tard {days} jours après sa création.", + "Password protect" : "Protéger par un mot de passe", + "Choose a password for the public link" : "Choisissez un mot de passe pour le lien public", + "Allow Public Upload" : "Autoriser l'ajout de fichiers par des utilisateurs non enregistrés", + "Email link to person" : "Envoyer le lien par courriel", + "Send" : "Envoyer", + "Set expiration date" : "Spécifier une date d'expiration", + "Expiration date" : "Date d'expiration", + "Adding user..." : "Utilisateur en cours d'ajout...", + "group" : "groupe", + "Resharing is not allowed" : "Le repartage n'est pas autorisé", + "Shared in {item} with {user}" : "Partagé dans {item} avec {user}", + "Unshare" : "Ne plus partager", + "notify by email" : "notifier par courriel", + "can share" : "peut partager", + "can edit" : "peut modifier", + "access control" : "contrôle d'accès", + "create" : "créer", + "update" : "mettre à jour", + "delete" : "supprimer", + "Password protected" : "Protégé par mot de passe", + "Error unsetting expiration date" : "Erreur lors de la suppression de la date d'expiration", + "Error setting expiration date" : "Erreur lors de la spécification de la date d'expiration", + "Sending ..." : "Envoi …", + "Email sent" : "Courriel envoyé", + "Warning" : "Attention", + "The object type is not specified." : "Le type d'objet n'est pas spécifié.", + "Enter new" : "Saisir un nouveau", + "Delete" : "Supprimer", + "Add" : "Ajouter", + "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.", + "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é.", + "The update was successful. Redirecting you to ownCloud now." : "La mise à jour a réussi. Vous êtes maintenant redirigé(e) vers ownCloud.", + "Couldn't reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable.", + "Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.", + "%s password reset" : "Réinitialisation de votre mot de passe %s", + "Use the following link to reset your password: {link}" : "Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}", + "You will receive a link to reset your password via Email." : "Vous allez recevoir un courriel contenant un lien pour réinitialiser votre mot de passe.", + "Username" : "Nom d'utilisateur", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vos fichiers sont chiffrés. Si vous n'avez pas activé la clef de récupération, il n'y aura aucun moyen de récupérer vos données une fois le mot de passe réinitialisé. Si vous n'êtes pas sûr(e) de ce que vous faites, veuillez contacter votre administrateur avant de poursuivre. Voulez-vous vraiment continuer ?", + "Yes, I really want to reset my password now" : "Oui, je veux vraiment réinitialiser mon mot de passe maintenant", + "Reset" : "Réinitialiser", + "New password" : "Nouveau mot de passe", + "New Password" : "Nouveau mot de passe", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X n'est pas pris en charge et %s ne fonctionnera pas correctement sur cette plate-forme. Son utilisation est à vos risques et périls !", + "For the best results, please consider using a GNU/Linux server instead." : "Pour obtenir les meilleurs résultats, vous devriez utiliser un serveur GNU/Linux.", + "Personal" : "Personnel", + "Users" : "Utilisateurs", + "Apps" : "Applications", + "Admin" : "Administration", + "Help" : "Aide", + "Error loading tags" : "Erreur de chargement des marqueurs.", + "Tag already exists" : "Le marqueur existe déjà.", + "Error deleting tag(s)" : "Erreur de suppression de(s) marqueur(s)", + "Error tagging" : "Erreur lors de la mise en place du marqueur", + "Error untagging" : "Erreur lors de la suppression du marqueur", + "Error favoriting" : "Erreur lors de la mise en favori", + "Error unfavoriting" : "Erreur lors de la suppression des favoris", + "Access forbidden" : "Accès interdit", + "File not found" : "Fichier non trouvé", + "The specified document has not been found on the server." : "Impossible de trouver le document spécifié sur le serveur.", + "You can click here to return to %s." : "Vous pouvez cliquer ici pour retourner à %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Bonjour,\n\nNous vous informons que %s a partagé %s avec vous.\nConsultez-le : %s\n", + "The share will expire on %s." : "Le partage expirera le %s.", + "Cheers!" : "À bientôt !", + "Internal Server Error" : "Erreur interne du serveur", + "The server encountered an internal error and was unable to complete your request." : "Le serveur a rencontré une erreur interne et est incapable d'exécuter votre requête.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Veuillez contacter l'administrateur du serveur si cette erreur apparaît plusieurs fois. Veuillez joindre les détails techniques à votre rapport.", + "More details can be found in the server log." : "Le fichier journal du serveur peut fournir plus de renseignements.", + "Technical details" : "Renseignements techniques", + "Remote Address: %s" : "Adresse distante : %s", + "Request ID: %s" : "ID de la demande : %s", + "Code: %s" : "Code : %s", + "Message: %s" : "Message : %s", + "File: %s" : "Fichier : %s", + "Line: %s" : "Ligne : %s", + "Trace" : "Trace", + "Security Warning" : "Avertissement de sécurité", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Votre version de PHP est vulnérable à l'attaque par caractère NULL (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Veuillez mettre à jour votre installation PHP pour utiliser %s de façon sécurisée.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Votre répertoire de données est certainement accessible depuis l'internet car le fichier .htaccess ne fonctionne pas.", + "For information how to properly configure your server, please see the documentation." : "Pour les informations de configuration de votre serveur, veuillez lire la documentation.", + "Create an admin account" : "Créer un compte administrateur", + "Password" : "Mot de passe", + "Storage & database" : "Stockage & base de données", + "Data folder" : "Répertoire des données", + "Configure the database" : "Configurer la base de données", + "Only %s is available." : "%s seulement est disponible.", + "Database user" : "Utilisateur de la base de données", + "Database password" : "Mot de passe de la base de données", + "Database name" : "Nom de la base de données", + "Database tablespace" : "Tablespace de la base de données", + "Database host" : "Hôte de la base de données", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite va être utilisée comme base de données. Pour des installations plus volumineuses, nous vous conseillons de changer ce réglage.", + "Finish setup" : "Terminer l'installation", + "Finishing …" : "Finalisation …", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Cette application nécessite JavaScript pour fonctionner correctement. Veuillez activer JavaScript puis charger à nouveau cette page.", + "%s is available. Get more information on how to update." : "%s est disponible. Obtenez plus d'informations sur la façon de mettre à jour.", + "Log out" : "Se déconnecter", + "Server side authentication failed!" : "L'authentification sur le serveur a échoué !", + "Please contact your administrator." : "Veuillez contacter votre administrateur.", + "Forgot your password? Reset it!" : "Mot de passe oublié ? Réinitialisez-le !", + "remember" : "se souvenir de moi", + "Log in" : "Connexion", + "Alternative Logins" : "Identifiants alternatifs", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Bonjour,

Nous vous informons que %s a partagé %s avec vous.
Consultez-le !

", + "This ownCloud instance is currently in single user mode." : "Cette instance de ownCloud est actuellement en mode utilisateur unique.", + "This means only administrators can use the instance." : "Cela signifie que seuls les administrateurs peuvent utiliser l'instance.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Veuillez contacter votre administrateur système si ce message persiste ou apparaît de façon inattendue.", + "Thank you for your patience." : "Merci de votre patience.", + "You are accessing the server from an untrusted domain." : "Vous accédez au serveur à partir d'un domaine non approuvé.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Veuillez contacter votre administrateur. Si vous êtes administrateur de cette instance, configurez le paramètre « trusted_domain » dans le fichier config/config.php. Un exemple de configuration est fourni dans le fichier config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En fonction de votre configuration, en tant qu'administrateur vous pouvez également utiliser le bouton ci-dessous pour approuver ce domaine.", + "Add \"%s\" as trusted domain" : "Ajouter \"%s\" à la liste des domaines approuvés", + "%s will be updated to version %s." : "%s sera mis à jour vers la version %s.", + "The following apps will be disabled:" : "Les applications suivantes seront désactivées :", + "The theme %s has been disabled." : "Le thème %s a été désactivé.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Veuillez vous assurer qu'une copie de sauvegarde de la base de données, du dossier de configuration (config) et du dossier de données (data) a été réalisée avant de commencer.", + "Start update" : "Démarrer la mise à jour", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Afin d'éviter les dépassements de délai (timeouts) avec les installations de plus grande ampleur, vous pouvez exécuter la commande suivante depuis le répertoire d'installation :", + "This %s instance is currently being updated, which may take a while." : "Cette instance de %s est en cours de mise à jour, cela peut prendre du temps.", + "This page will refresh itself when the %s instance is available again." : "Cette page se rafraîchira d'elle-même lorsque l'instance %s sera à nouveau disponible." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/core/l10n/fr.php b/core/l10n/fr.php deleted file mode 100644 index ea6736a164..0000000000 --- a/core/l10n/fr.php +++ /dev/null @@ -1,211 +0,0 @@ - "Impossible d'envoyer un courriel aux utilisateurs suivants : %s", -"Turned on maintenance mode" => "Mode de maintenance activé", -"Turned off maintenance mode" => "Mode de maintenance désactivé", -"Updated database" => "Base de données mise à jour", -"Checked database schema update" => "Mise à jour du schéma de la base de données vérifiée", -"Checked database schema update for apps" => "La mise à jour du schéma de la base de données pour les applications a été vérifiée", -"Updated \"%s\" to %s" => "Mise à jour de « %s » vers %s", -"Disabled incompatible apps: %s" => "Applications incompatibles désactivées : %s", -"No image or file provided" => "Aucun fichier fourni", -"Unknown filetype" => "Type de fichier inconnu", -"Invalid image" => "Image non valable", -"No temporary profile picture available, try again" => "Aucune image temporaire disponible pour le profil. Essayez à nouveau.", -"No crop data provided" => "Aucune donnée de recadrage fournie", -"Sunday" => "Dimanche", -"Monday" => "Lundi", -"Tuesday" => "Mardi", -"Wednesday" => "Mercredi", -"Thursday" => "Jeudi", -"Friday" => "Vendredi", -"Saturday" => "Samedi", -"January" => "janvier", -"February" => "février", -"March" => "mars", -"April" => "avril", -"May" => "mai", -"June" => "juin", -"July" => "juillet", -"August" => "août", -"September" => "septembre", -"October" => "octobre", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Vos fichiers sont chiffrés. Si vous n'avez pas activé la clef de récupération, il n'y aura aucun moyen de récupérer vos données une fois le mot de passe réinitialisé.
Si vous n'êtes pas sûr(e) de ce que vous faites, veuillez contacter votre administrateur avant de continuer.
Voulez-vous vraiment continuer ?", -"I know what I'm doing" => "Je sais ce que je fais", -"Reset password" => "Réinitialiser le mot de passe", -"Password can not be changed. Please contact your administrator." => "Le mot de passe ne peut être modifié. Veuillez contacter votre administrateur.", -"No" => "Non", -"Yes" => "Oui", -"Choose" => "Choisir", -"Error loading file picker template: {error}" => "Erreur lors du chargement du modèle du sélecteur de fichiers : {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Erreur de chargement du modèle de message : {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} fichier en conflit","{count} fichiers en conflit"), -"One file conflict" => "Un conflit de fichier", -"New Files" => "Nouveaux fichiers", -"Already existing files" => "Fichiers déjà existants", -"Which files do you want to keep?" => "Quels fichiers désirez-vous garder ?", -"If you select both versions, the copied file will have a number added to its name." => "Si vous sélectionnez les deux versions, un nombre sera ajouté au nom du fichier copié.", -"Cancel" => "Annuler", -"Continue" => "Continuer", -"(all selected)" => "(tous sélectionnés)", -"({count} selected)" => "({count} sélectionné(s))", -"Error loading file exists template" => "Erreur de chargement du modèle de fichier existant", -"Very weak password" => "Mot de passe très faible", -"Weak password" => "Mot de passe faible", -"So-so password" => "Mot de passe tout juste acceptable", -"Good password" => "Mot de passe de sécurité suffisante", -"Strong password" => "Mot de passe fort", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Votre serveur web n'est pas correctement configuré pour permettre la synchronisation des fichiers, car l'interface WebDav semble ne pas fonctionner.", -"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." => "Ce serveur ne peut se connecter à internet. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que les notifications par courriel ne fonctionneront pas non plus. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", -"Error occurred while checking server setup" => "Une erreur s'est produite lors de la vérification de la configuration du serveur", -"Shared" => "Partagé", -"Shared with {recipients}" => "Partagé avec {recipients}", -"Share" => "Partager", -"Error" => "Erreur", -"Error while sharing" => "Erreur lors de la mise en partage", -"Error while unsharing" => "Erreur lors de l'annulation du partage", -"Error while changing permissions" => "Erreur lors du changement des permissions", -"Shared with you and the group {group} by {owner}" => "Partagé avec vous et le groupe {group} par {owner}", -"Shared with you by {owner}" => "Partagé avec vous par {owner}", -"Share with user or group …" => "Partager avec un utilisateur ou un groupe...", -"Share link" => "Partager par lien public", -"The public link will expire no later than {days} days after it is created" => "Ce lien public expirera au plus tard {days} jours après sa création.", -"Password protect" => "Protéger par un mot de passe", -"Choose a password for the public link" => "Choisissez un mot de passe pour le lien public", -"Allow Public Upload" => "Autoriser l'ajout de fichiers par des utilisateurs non enregistrés", -"Email link to person" => "Envoyer le lien par courriel", -"Send" => "Envoyer", -"Set expiration date" => "Spécifier une date d'expiration", -"Expiration date" => "Date d'expiration", -"Adding user..." => "Utilisateur en cours d'ajout...", -"group" => "groupe", -"Resharing is not allowed" => "Le repartage n'est pas autorisé", -"Shared in {item} with {user}" => "Partagé dans {item} avec {user}", -"Unshare" => "Ne plus partager", -"notify by email" => "notifier par courriel", -"can share" => "peut partager", -"can edit" => "peut modifier", -"access control" => "contrôle d'accès", -"create" => "créer", -"update" => "mettre à jour", -"delete" => "supprimer", -"Password protected" => "Protégé par mot de passe", -"Error unsetting expiration date" => "Erreur lors de la suppression de la date d'expiration", -"Error setting expiration date" => "Erreur lors de la spécification de la date d'expiration", -"Sending ..." => "Envoi …", -"Email sent" => "Courriel envoyé", -"Warning" => "Attention", -"The object type is not specified." => "Le type d'objet n'est pas spécifié.", -"Enter new" => "Saisir un nouveau", -"Delete" => "Supprimer", -"Add" => "Ajouter", -"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.", -"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é.", -"The update was successful. Redirecting you to ownCloud now." => "La mise à jour a réussi. Vous êtes maintenant redirigé(e) vers ownCloud.", -"Couldn't reset password because the token is invalid" => "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable.", -"Couldn't send reset email. Please make sure your username is correct." => "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.", -"%s password reset" => "Réinitialisation de votre mot de passe %s", -"Use the following link to reset your password: {link}" => "Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}", -"You will receive a link to reset your password via Email." => "Vous allez recevoir un courriel contenant un lien pour réinitialiser votre mot de passe.", -"Username" => "Nom d'utilisateur", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Vos fichiers sont chiffrés. Si vous n'avez pas activé la clef de récupération, il n'y aura aucun moyen de récupérer vos données une fois le mot de passe réinitialisé. Si vous n'êtes pas sûr(e) de ce que vous faites, veuillez contacter votre administrateur avant de poursuivre. Voulez-vous vraiment continuer ?", -"Yes, I really want to reset my password now" => "Oui, je veux vraiment réinitialiser mon mot de passe maintenant", -"Reset" => "Réinitialiser", -"New password" => "Nouveau mot de passe", -"New Password" => "Nouveau mot de passe", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X n'est pas pris en charge et %s ne fonctionnera pas correctement sur cette plate-forme. Son utilisation est à vos risques et périls !", -"For the best results, please consider using a GNU/Linux server instead." => "Pour obtenir les meilleurs résultats, vous devriez utiliser un serveur GNU/Linux.", -"Personal" => "Personnel", -"Users" => "Utilisateurs", -"Apps" => "Applications", -"Admin" => "Administration", -"Help" => "Aide", -"Error loading tags" => "Erreur de chargement des marqueurs.", -"Tag already exists" => "Le marqueur existe déjà.", -"Error deleting tag(s)" => "Erreur de suppression de(s) marqueur(s)", -"Error tagging" => "Erreur lors de la mise en place du marqueur", -"Error untagging" => "Erreur lors de la suppression du marqueur", -"Error favoriting" => "Erreur lors de la mise en favori", -"Error unfavoriting" => "Erreur lors de la suppression des favoris", -"Access forbidden" => "Accès interdit", -"File not found" => "Fichier non trouvé", -"The specified document has not been found on the server." => "Impossible de trouver le document spécifié sur le serveur.", -"You can click here to return to %s." => "Vous pouvez cliquer ici pour retourner à %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Bonjour,\n\nNous vous informons que %s a partagé %s avec vous.\nConsultez-le : %s\n", -"The share will expire on %s." => "Le partage expirera le %s.", -"Cheers!" => "À bientôt !", -"Internal Server Error" => "Erreur interne du serveur", -"The server encountered an internal error and was unable to complete your request." => "Le serveur a rencontré une erreur interne et est incapable d'exécuter votre requête.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Veuillez contacter l'administrateur du serveur si cette erreur apparaît plusieurs fois. Veuillez joindre les détails techniques à votre rapport.", -"More details can be found in the server log." => "Le fichier journal du serveur peut fournir plus de renseignements.", -"Technical details" => "Renseignements techniques", -"Remote Address: %s" => "Adresse distante : %s", -"Request ID: %s" => "ID de la demande : %s", -"Code: %s" => "Code : %s", -"Message: %s" => "Message : %s", -"File: %s" => "Fichier : %s", -"Line: %s" => "Ligne : %s", -"Trace" => "Trace", -"Security Warning" => "Avertissement de sécurité", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Votre version de PHP est vulnérable à l'attaque par caractère NULL (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Veuillez mettre à jour votre installation PHP pour utiliser %s de façon sécurisée.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Votre répertoire de données est certainement accessible depuis l'internet car le fichier .htaccess ne fonctionne pas.", -"For information how to properly configure your server, please see the documentation." => "Pour les informations de configuration de votre serveur, veuillez lire la documentation.", -"Create an admin account" => "Créer un compte administrateur", -"Password" => "Mot de passe", -"Storage & database" => "Stockage & base de données", -"Data folder" => "Répertoire des données", -"Configure the database" => "Configurer la base de données", -"Only %s is available." => "%s seulement est disponible.", -"Database user" => "Utilisateur de la base de données", -"Database password" => "Mot de passe de la base de données", -"Database name" => "Nom de la base de données", -"Database tablespace" => "Tablespace de la base de données", -"Database host" => "Hôte de la base de données", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite va être utilisée comme base de données. Pour des installations plus volumineuses, nous vous conseillons de changer ce réglage.", -"Finish setup" => "Terminer l'installation", -"Finishing …" => "Finalisation …", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Cette application nécessite JavaScript pour fonctionner correctement. Veuillez activer JavaScript puis charger à nouveau cette page.", -"%s is available. Get more information on how to update." => "%s est disponible. Obtenez plus d'informations sur la façon de mettre à jour.", -"Log out" => "Se déconnecter", -"Server side authentication failed!" => "L'authentification sur le serveur a échoué !", -"Please contact your administrator." => "Veuillez contacter votre administrateur.", -"Forgot your password? Reset it!" => "Mot de passe oublié ? Réinitialisez-le !", -"remember" => "se souvenir de moi", -"Log in" => "Connexion", -"Alternative Logins" => "Identifiants alternatifs", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Bonjour,

Nous vous informons que %s a partagé %s avec vous.
Consultez-le !

", -"This ownCloud instance is currently in single user mode." => "Cette instance de ownCloud est actuellement en mode utilisateur unique.", -"This means only administrators can use the instance." => "Cela signifie que seuls les administrateurs peuvent utiliser l'instance.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Veuillez contacter votre administrateur système si ce message persiste ou apparaît de façon inattendue.", -"Thank you for your patience." => "Merci de votre patience.", -"You are accessing the server from an untrusted domain." => "Vous accédez au serveur à partir d'un domaine non approuvé.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Veuillez contacter votre administrateur. Si vous êtes administrateur de cette instance, configurez le paramètre « trusted_domain » dans le fichier config/config.php. Un exemple de configuration est fourni dans le fichier config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "En fonction de votre configuration, en tant qu'administrateur vous pouvez également utiliser le bouton ci-dessous pour approuver ce domaine.", -"Add \"%s\" as trusted domain" => "Ajouter \"%s\" à la liste des domaines approuvés", -"%s will be updated to version %s." => "%s sera mis à jour vers la version %s.", -"The following apps will be disabled:" => "Les applications suivantes seront désactivées :", -"The theme %s has been disabled." => "Le thème %s a été désactivé.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Veuillez vous assurer qu'une copie de sauvegarde de la base de données, du dossier de configuration (config) et du dossier de données (data) a été réalisée avant de commencer.", -"Start update" => "Démarrer la mise à jour", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Afin d'éviter les dépassements de délai (timeouts) avec les installations de plus grande ampleur, vous pouvez exécuter la commande suivante depuis le répertoire d'installation :", -"This %s instance is currently being updated, which may take a while." => "Cette instance de %s est en cours de mise à jour, cela peut prendre du temps.", -"This page will refresh itself when the %s instance is available again." => "Cette page se rafraîchira d'elle-même lorsque l'instance %s sera à nouveau disponible." -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/fr_CA.js b/core/l10n/fr_CA.js new file mode 100644 index 0000000000..bc4e6c6bc6 --- /dev/null +++ b/core/l10n/fr_CA.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/fr_CA.json b/core/l10n/fr_CA.json new file mode 100644 index 0000000000..4ebc0d2d45 --- /dev/null +++ b/core/l10n/fr_CA.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/fr_CA.php b/core/l10n/fr_CA.php deleted file mode 100644 index e012fb1656..0000000000 --- a/core/l10n/fr_CA.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/fy_NL.js b/core/l10n/fy_NL.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/fy_NL.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/fy_NL.json b/core/l10n/fy_NL.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/fy_NL.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/fy_NL.php b/core/l10n/fy_NL.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/fy_NL.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/gl.js b/core/l10n/gl.js new file mode 100644 index 0000000000..21092fce15 --- /dev/null +++ b/core/l10n/gl.js @@ -0,0 +1,188 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Non é posíbel enviar correo aos usuarios seguintes: %s", + "Turned on maintenance mode" : "Modo de mantemento activado", + "Turned off maintenance mode" : "Modo de mantemento desactivado", + "Updated database" : "Base de datos actualizada", + "Checked database schema update" : "Comprobada a actualización do esquema da base de datos", + "Disabled incompatible apps: %s" : "Aplicacións incompatíbeis desactivadas: %s", + "No image or file provided" : "Non forneceu ningunha imaxe ou ficheiro", + "Unknown filetype" : "Tipo de ficheiro descoñecido", + "Invalid image" : "Imaxe incorrecta", + "No temporary profile picture available, try again" : "Non hai unha imaxe temporal de perfil dispoñíbel, volva tentalo", + "No crop data provided" : "Non indicou como recortar", + "Sunday" : "domingo", + "Monday" : "luns", + "Tuesday" : "martes", + "Wednesday" : "mércores", + "Thursday" : "xoves", + "Friday" : "venres", + "Saturday" : "sábado", + "January" : "xaneiro", + "February" : "febreiro", + "March" : "marzo", + "April" : "abril", + "May" : "maio", + "June" : "xuño", + "July" : "xullo", + "August" : "agosto", + "September" : "setembro", + "October" : "outubro", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Os seus ficheiros están cifrados. Se non activou a chave de recuperación, non haberá maneira de recuperar os datos após o restabelecemento do contrasinal.
Se non está seguro de que facer, póñase en contacto co administrador antes de continuar.
Confirma que quere?", + "I know what I'm doing" : "Sei o estou a facer", + "Reset password" : "Restabelecer o contrasinal", + "Password can not be changed. Please contact your administrator." : "Non é posíbel cambiar o contrasinal. Póñase en contacto co administrador.", + "No" : "Non", + "Yes" : "Si", + "Choose" : "Escoller", + "Error loading file picker template: {error}" : "Produciuse un erro ao cargar o modelo do selector: {error}", + "Ok" : "Aceptar", + "Error loading message template: {error}" : "Produciuse un erro ao cargar o modelo da mensaxe: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflito de ficheiro","{count} conflitos de ficheiros"], + "One file conflict" : "Un conflito de ficheiro", + "New Files" : "Ficheiros novos", + "Already existing files" : "Ficheiros xa existentes", + "Which files do you want to keep?" : "Que ficheiros quere conservar?", + "If you select both versions, the copied file will have a number added to its name." : "Se selecciona ambas versións, o ficheiro copiado terá un número engadido ao nome.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(todo o seleccionado)", + "({count} selected)" : "({count} seleccionados)", + "Error loading file exists template" : "Produciuse un erro ao cargar o modelo de ficheiro existente", + "Very weak password" : "Contrasinal moi feble", + "Weak password" : "Contrasinal feble", + "So-so password" : "Contrasinal non moi aló", + "Good password" : "Bo contrasinal", + "Strong password" : "Contrasinal forte", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "O seu servidor web aínda non está configurado axeidamente para permitir a sincronización de ficheiros xa que semella que a interface WebDAV non está a funcionar.", + "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." : "Este servidor non ten conexión a Internet. Isto significa que algunhas das funcionalidades como a montaxe de almacenamento externo, as notificacións sobre actualizacións ou instalación de aplicacións de terceiros non funcionan. O acceso aos ficheiros de forma remota e o envío de mensaxes de notificación poderían non funcionar. Suxerímoslle que active a conexión a Internet deste servidor se quere dispor de todas as funcionalidades.", + "Shared" : "Compartido", + "Shared with {recipients}" : "Compartido con {recipients}", + "Share" : "Compartir", + "Error" : "Erro", + "Error while sharing" : "Produciuse un erro ao compartir", + "Error while unsharing" : "Produciuse un erro ao deixar de compartir", + "Error while changing permissions" : "Produciuse un erro ao cambiar os permisos", + "Shared with you and the group {group} by {owner}" : "Compartido con vostede e co grupo {group} por {owner}", + "Shared with you by {owner}" : "Compartido con vostede por {owner}", + "Share with user or group …" : "Compartir cun usuario ou grupo ...", + "Share link" : "Ligazón para compartir", + "The public link will expire no later than {days} days after it is created" : "A ligazón pública caducará, a máis tardar, {days} días após a súa creación", + "Password protect" : "Protexido con contrasinal", + "Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública", + "Allow Public Upload" : "Permitir o envío público", + "Email link to person" : "Enviar ligazón por correo", + "Send" : "Enviar", + "Set expiration date" : "Definir a data de caducidade", + "Expiration date" : "Data de caducidade", + "group" : "grupo", + "Resharing is not allowed" : "Non se permite volver compartir", + "Shared in {item} with {user}" : "Compartido en {item} con {user}", + "Unshare" : "Deixar de compartir", + "notify by email" : "notificar por correo", + "can share" : "pode compartir", + "can edit" : "pode editar", + "access control" : "control de acceso", + "create" : "crear", + "update" : "actualizar", + "delete" : "eliminar", + "Password protected" : "Protexido con contrasinal", + "Error unsetting expiration date" : "Produciuse un erro ao retirar a data de caducidade", + "Error setting expiration date" : "Produciuse un erro ao definir a data de caducidade", + "Sending ..." : "Enviando...", + "Email sent" : "Correo enviado", + "Warning" : "Aviso", + "The object type is not specified." : "Non se especificou o tipo de obxecto.", + "Enter new" : "Introduza o novo", + "Delete" : "Eliminar", + "Add" : "Engadir", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "A actualización realizouse correctamente. Redirixíndoo agora á ownCloud.", + "Couldn't reset password because the token is invalid" : "No, foi posíbel restabelecer o contrasinal, a marca non é correcta", + "Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o coreo do restablecemento. Asegúrese de que o nome de usuario é o correcto.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Non foi posíbel enviar o coreo do restablecemento. Semella que este correo non corresponde con este nome de usuario. Póñase en contacto co administrador.", + "%s password reset" : "Restabelecer o contrasinal %s", + "Use the following link to reset your password: {link}" : "Usa a seguinte ligazón para restabelecer o contrasinal: {link}", + "You will receive a link to reset your password via Email." : "Recibirá unha ligazón por correo para restabelecer o contrasinal", + "Username" : "Nome de usuario", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Os ficheiros están cifrados. Se aínda non activou a chave de recuperación non haberá xeito de recuperar os datos unha vez que se teña restabelecido o contrasinal. Se non ten certeza do que ten que facer, póñase en contacto co administrador antes de continuar. Confirma que quere continuar?", + "Yes, I really want to reset my password now" : "Si, confirmo que quero restabelecer agora o meu contrasinal", + "Reset" : "Restabelecer", + "New password" : "Novo contrasinal", + "New Password" : "Novo contrasinal", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X non é compatíbel e %s non funcionará correctamente nesta plataforma. Úseo baixo o seu risco!", + "For the best results, please consider using a GNU/Linux server instead." : "Para obter mellores resultados, considere o emprego dun servidor GNU/Linux no seu canto.", + "Personal" : "Persoal", + "Users" : "Usuarios", + "Apps" : "Aplicacións", + "Admin" : "Administración", + "Help" : "Axuda", + "Error loading tags" : "Produciuse un erro ao cargar as etiquetas", + "Tag already exists" : "Xa existe a etiqueta", + "Error deleting tag(s)" : "Produciuse un erro ao eliminar a(s) etiqueta(s)", + "Error tagging" : "Produciuse un erro ao etiquetar", + "Error untagging" : "Produciuse un erro ao eliminar a etiqueta", + "Error favoriting" : "Produciuse un erro ao marcar como favorito", + "Error unfavoriting" : "Produciuse un erro ao desmarcar como favorito", + "Access forbidden" : "Acceso denegado", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Ola,\n\nsó facerlle saber que %s compartiu %s con vostede.\nVéxao en: %s\n\n", + "The share will expire on %s." : "Esta compartición caduca o %s.", + "Cheers!" : "Saúdos!", + "Security Warning" : "Aviso de seguranza", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "A súa versión de PHP é vulnerábel a un ataque de byte nulo (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Actualice a instalación de PHP para empregar %s de xeito seguro.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "O seu directorio de datos e os ficheiros probabelmente sexan accesíbeis desde a Internet xa que o ficheiro .htaccess non está a traballar.", + "For information how to properly configure your server, please see the documentation." : "Para obter información sobre como como configurar axeitadamente o seu servidor, vexa a documentación.", + "Create an admin account" : "Crear unha contra de administrador", + "Password" : "Contrasinal", + "Storage & database" : "Almacenamento e base de datos", + "Data folder" : "Cartafol de datos", + "Configure the database" : "Configurar a base de datos", + "Only %s is available." : "Só está dispoñíbel %s.", + "Database user" : "Usuario da base de datos", + "Database password" : "Contrasinal da base de datos", + "Database name" : "Nome da base de datos", + "Database tablespace" : "Táboa de espazos da base de datos", + "Database host" : "Servidor da base de datos", + "SQLite will be used as database. For larger installations we recommend to change this." : "Empregarase SQLite como base de datos. Para instalacións máis grandes recomendámoslle que cambie isto.", + "Finish setup" : "Rematar a configuración", + "Finishing …" : "Rematando ...", + "%s is available. Get more information on how to update." : "%s está dispoñíbel. Obteña máis información sobre como actualizar.", + "Log out" : "Desconectar", + "Server side authentication failed!" : "A autenticación fracasou do lado do servidor!", + "Please contact your administrator." : "Contacte co administrador.", + "Forgot your password? Reset it!" : "Esqueceu o contrasinal? Restabelézao!", + "remember" : "lembrar", + "Log in" : "Conectar", + "Alternative Logins" : "Accesos alternativos", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Ola,

só facerlle saber que %s compartiu %s con vostede.
Véxao!

", + "This ownCloud instance is currently in single user mode." : "Esta instancia do ownCloud está actualmente en modo de usuario único.", + "This means only administrators can use the instance." : "Isto significa que só os administradores poden utilizar a instancia.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.", + "Thank you for your patience." : "Grazas pola súa paciencia.", + "You are accessing the server from an untrusted domain." : "Esta accedendo desde un dominio non fiábel.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Póñase en contacto co administrador. Se vostede é administrador desta instancia, configure o parámetro «trusted_domain» en config/config.php. Dispón dun exemplo de configuración en config/config.sample.php.", + "%s will be updated to version %s." : "%s actualizarase á versión %s.", + "The following apps will be disabled:" : "Van desactivarse as seguintes aplicacións:", + "The theme %s has been disabled." : "O tema %s foi desactivado.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asegúrese de ter feito unha copia de seguranza da base de datos, do cartafol de configuración e do cartafol de datos, antes de proceder.", + "Start update" : "Iniciar a actualización", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera nas instalacións grandes, no seu lugar pode executar a seguinte orde desde o directorio de instalación:" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/gl.json b/core/l10n/gl.json new file mode 100644 index 0000000000..5817851838 --- /dev/null +++ b/core/l10n/gl.json @@ -0,0 +1,186 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Non é posíbel enviar correo aos usuarios seguintes: %s", + "Turned on maintenance mode" : "Modo de mantemento activado", + "Turned off maintenance mode" : "Modo de mantemento desactivado", + "Updated database" : "Base de datos actualizada", + "Checked database schema update" : "Comprobada a actualización do esquema da base de datos", + "Disabled incompatible apps: %s" : "Aplicacións incompatíbeis desactivadas: %s", + "No image or file provided" : "Non forneceu ningunha imaxe ou ficheiro", + "Unknown filetype" : "Tipo de ficheiro descoñecido", + "Invalid image" : "Imaxe incorrecta", + "No temporary profile picture available, try again" : "Non hai unha imaxe temporal de perfil dispoñíbel, volva tentalo", + "No crop data provided" : "Non indicou como recortar", + "Sunday" : "domingo", + "Monday" : "luns", + "Tuesday" : "martes", + "Wednesday" : "mércores", + "Thursday" : "xoves", + "Friday" : "venres", + "Saturday" : "sábado", + "January" : "xaneiro", + "February" : "febreiro", + "March" : "marzo", + "April" : "abril", + "May" : "maio", + "June" : "xuño", + "July" : "xullo", + "August" : "agosto", + "September" : "setembro", + "October" : "outubro", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Os seus ficheiros están cifrados. Se non activou a chave de recuperación, non haberá maneira de recuperar os datos após o restabelecemento do contrasinal.
Se non está seguro de que facer, póñase en contacto co administrador antes de continuar.
Confirma que quere?", + "I know what I'm doing" : "Sei o estou a facer", + "Reset password" : "Restabelecer o contrasinal", + "Password can not be changed. Please contact your administrator." : "Non é posíbel cambiar o contrasinal. Póñase en contacto co administrador.", + "No" : "Non", + "Yes" : "Si", + "Choose" : "Escoller", + "Error loading file picker template: {error}" : "Produciuse un erro ao cargar o modelo do selector: {error}", + "Ok" : "Aceptar", + "Error loading message template: {error}" : "Produciuse un erro ao cargar o modelo da mensaxe: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflito de ficheiro","{count} conflitos de ficheiros"], + "One file conflict" : "Un conflito de ficheiro", + "New Files" : "Ficheiros novos", + "Already existing files" : "Ficheiros xa existentes", + "Which files do you want to keep?" : "Que ficheiros quere conservar?", + "If you select both versions, the copied file will have a number added to its name." : "Se selecciona ambas versións, o ficheiro copiado terá un número engadido ao nome.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(todo o seleccionado)", + "({count} selected)" : "({count} seleccionados)", + "Error loading file exists template" : "Produciuse un erro ao cargar o modelo de ficheiro existente", + "Very weak password" : "Contrasinal moi feble", + "Weak password" : "Contrasinal feble", + "So-so password" : "Contrasinal non moi aló", + "Good password" : "Bo contrasinal", + "Strong password" : "Contrasinal forte", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "O seu servidor web aínda non está configurado axeidamente para permitir a sincronización de ficheiros xa que semella que a interface WebDAV non está a funcionar.", + "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." : "Este servidor non ten conexión a Internet. Isto significa que algunhas das funcionalidades como a montaxe de almacenamento externo, as notificacións sobre actualizacións ou instalación de aplicacións de terceiros non funcionan. O acceso aos ficheiros de forma remota e o envío de mensaxes de notificación poderían non funcionar. Suxerímoslle que active a conexión a Internet deste servidor se quere dispor de todas as funcionalidades.", + "Shared" : "Compartido", + "Shared with {recipients}" : "Compartido con {recipients}", + "Share" : "Compartir", + "Error" : "Erro", + "Error while sharing" : "Produciuse un erro ao compartir", + "Error while unsharing" : "Produciuse un erro ao deixar de compartir", + "Error while changing permissions" : "Produciuse un erro ao cambiar os permisos", + "Shared with you and the group {group} by {owner}" : "Compartido con vostede e co grupo {group} por {owner}", + "Shared with you by {owner}" : "Compartido con vostede por {owner}", + "Share with user or group …" : "Compartir cun usuario ou grupo ...", + "Share link" : "Ligazón para compartir", + "The public link will expire no later than {days} days after it is created" : "A ligazón pública caducará, a máis tardar, {days} días após a súa creación", + "Password protect" : "Protexido con contrasinal", + "Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública", + "Allow Public Upload" : "Permitir o envío público", + "Email link to person" : "Enviar ligazón por correo", + "Send" : "Enviar", + "Set expiration date" : "Definir a data de caducidade", + "Expiration date" : "Data de caducidade", + "group" : "grupo", + "Resharing is not allowed" : "Non se permite volver compartir", + "Shared in {item} with {user}" : "Compartido en {item} con {user}", + "Unshare" : "Deixar de compartir", + "notify by email" : "notificar por correo", + "can share" : "pode compartir", + "can edit" : "pode editar", + "access control" : "control de acceso", + "create" : "crear", + "update" : "actualizar", + "delete" : "eliminar", + "Password protected" : "Protexido con contrasinal", + "Error unsetting expiration date" : "Produciuse un erro ao retirar a data de caducidade", + "Error setting expiration date" : "Produciuse un erro ao definir a data de caducidade", + "Sending ..." : "Enviando...", + "Email sent" : "Correo enviado", + "Warning" : "Aviso", + "The object type is not specified." : "Non se especificou o tipo de obxecto.", + "Enter new" : "Introduza o novo", + "Delete" : "Eliminar", + "Add" : "Engadir", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "A actualización realizouse correctamente. Redirixíndoo agora á ownCloud.", + "Couldn't reset password because the token is invalid" : "No, foi posíbel restabelecer o contrasinal, a marca non é correcta", + "Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o coreo do restablecemento. Asegúrese de que o nome de usuario é o correcto.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Non foi posíbel enviar o coreo do restablecemento. Semella que este correo non corresponde con este nome de usuario. Póñase en contacto co administrador.", + "%s password reset" : "Restabelecer o contrasinal %s", + "Use the following link to reset your password: {link}" : "Usa a seguinte ligazón para restabelecer o contrasinal: {link}", + "You will receive a link to reset your password via Email." : "Recibirá unha ligazón por correo para restabelecer o contrasinal", + "Username" : "Nome de usuario", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Os ficheiros están cifrados. Se aínda non activou a chave de recuperación non haberá xeito de recuperar os datos unha vez que se teña restabelecido o contrasinal. Se non ten certeza do que ten que facer, póñase en contacto co administrador antes de continuar. Confirma que quere continuar?", + "Yes, I really want to reset my password now" : "Si, confirmo que quero restabelecer agora o meu contrasinal", + "Reset" : "Restabelecer", + "New password" : "Novo contrasinal", + "New Password" : "Novo contrasinal", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X non é compatíbel e %s non funcionará correctamente nesta plataforma. Úseo baixo o seu risco!", + "For the best results, please consider using a GNU/Linux server instead." : "Para obter mellores resultados, considere o emprego dun servidor GNU/Linux no seu canto.", + "Personal" : "Persoal", + "Users" : "Usuarios", + "Apps" : "Aplicacións", + "Admin" : "Administración", + "Help" : "Axuda", + "Error loading tags" : "Produciuse un erro ao cargar as etiquetas", + "Tag already exists" : "Xa existe a etiqueta", + "Error deleting tag(s)" : "Produciuse un erro ao eliminar a(s) etiqueta(s)", + "Error tagging" : "Produciuse un erro ao etiquetar", + "Error untagging" : "Produciuse un erro ao eliminar a etiqueta", + "Error favoriting" : "Produciuse un erro ao marcar como favorito", + "Error unfavoriting" : "Produciuse un erro ao desmarcar como favorito", + "Access forbidden" : "Acceso denegado", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Ola,\n\nsó facerlle saber que %s compartiu %s con vostede.\nVéxao en: %s\n\n", + "The share will expire on %s." : "Esta compartición caduca o %s.", + "Cheers!" : "Saúdos!", + "Security Warning" : "Aviso de seguranza", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "A súa versión de PHP é vulnerábel a un ataque de byte nulo (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Actualice a instalación de PHP para empregar %s de xeito seguro.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "O seu directorio de datos e os ficheiros probabelmente sexan accesíbeis desde a Internet xa que o ficheiro .htaccess non está a traballar.", + "For information how to properly configure your server, please see the documentation." : "Para obter información sobre como como configurar axeitadamente o seu servidor, vexa a documentación.", + "Create an admin account" : "Crear unha contra de administrador", + "Password" : "Contrasinal", + "Storage & database" : "Almacenamento e base de datos", + "Data folder" : "Cartafol de datos", + "Configure the database" : "Configurar a base de datos", + "Only %s is available." : "Só está dispoñíbel %s.", + "Database user" : "Usuario da base de datos", + "Database password" : "Contrasinal da base de datos", + "Database name" : "Nome da base de datos", + "Database tablespace" : "Táboa de espazos da base de datos", + "Database host" : "Servidor da base de datos", + "SQLite will be used as database. For larger installations we recommend to change this." : "Empregarase SQLite como base de datos. Para instalacións máis grandes recomendámoslle que cambie isto.", + "Finish setup" : "Rematar a configuración", + "Finishing …" : "Rematando ...", + "%s is available. Get more information on how to update." : "%s está dispoñíbel. Obteña máis información sobre como actualizar.", + "Log out" : "Desconectar", + "Server side authentication failed!" : "A autenticación fracasou do lado do servidor!", + "Please contact your administrator." : "Contacte co administrador.", + "Forgot your password? Reset it!" : "Esqueceu o contrasinal? Restabelézao!", + "remember" : "lembrar", + "Log in" : "Conectar", + "Alternative Logins" : "Accesos alternativos", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Ola,

só facerlle saber que %s compartiu %s con vostede.
Véxao!

", + "This ownCloud instance is currently in single user mode." : "Esta instancia do ownCloud está actualmente en modo de usuario único.", + "This means only administrators can use the instance." : "Isto significa que só os administradores poden utilizar a instancia.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.", + "Thank you for your patience." : "Grazas pola súa paciencia.", + "You are accessing the server from an untrusted domain." : "Esta accedendo desde un dominio non fiábel.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Póñase en contacto co administrador. Se vostede é administrador desta instancia, configure o parámetro «trusted_domain» en config/config.php. Dispón dun exemplo de configuración en config/config.sample.php.", + "%s will be updated to version %s." : "%s actualizarase á versión %s.", + "The following apps will be disabled:" : "Van desactivarse as seguintes aplicacións:", + "The theme %s has been disabled." : "O tema %s foi desactivado.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asegúrese de ter feito unha copia de seguranza da base de datos, do cartafol de configuración e do cartafol de datos, antes de proceder.", + "Start update" : "Iniciar a actualización", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera nas instalacións grandes, no seu lugar pode executar a seguinte orde desde o directorio de instalación:" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/gl.php b/core/l10n/gl.php deleted file mode 100644 index 9f9b3a8e34..0000000000 --- a/core/l10n/gl.php +++ /dev/null @@ -1,187 +0,0 @@ - "Non é posíbel enviar correo aos usuarios seguintes: %s", -"Turned on maintenance mode" => "Modo de mantemento activado", -"Turned off maintenance mode" => "Modo de mantemento desactivado", -"Updated database" => "Base de datos actualizada", -"Checked database schema update" => "Comprobada a actualización do esquema da base de datos", -"Disabled incompatible apps: %s" => "Aplicacións incompatíbeis desactivadas: %s", -"No image or file provided" => "Non forneceu ningunha imaxe ou ficheiro", -"Unknown filetype" => "Tipo de ficheiro descoñecido", -"Invalid image" => "Imaxe incorrecta", -"No temporary profile picture available, try again" => "Non hai unha imaxe temporal de perfil dispoñíbel, volva tentalo", -"No crop data provided" => "Non indicou como recortar", -"Sunday" => "domingo", -"Monday" => "luns", -"Tuesday" => "martes", -"Wednesday" => "mércores", -"Thursday" => "xoves", -"Friday" => "venres", -"Saturday" => "sábado", -"January" => "xaneiro", -"February" => "febreiro", -"March" => "marzo", -"April" => "abril", -"May" => "maio", -"June" => "xuño", -"July" => "xullo", -"August" => "agosto", -"September" => "setembro", -"October" => "outubro", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Os seus ficheiros están cifrados. Se non activou a chave de recuperación, non haberá maneira de recuperar os datos após o restabelecemento do contrasinal.
Se non está seguro de que facer, póñase en contacto co administrador antes de continuar.
Confirma que quere?", -"I know what I'm doing" => "Sei o estou a facer", -"Reset password" => "Restabelecer o contrasinal", -"Password can not be changed. Please contact your administrator." => "Non é posíbel cambiar o contrasinal. Póñase en contacto co administrador.", -"No" => "Non", -"Yes" => "Si", -"Choose" => "Escoller", -"Error loading file picker template: {error}" => "Produciuse un erro ao cargar o modelo do selector: {error}", -"Ok" => "Aceptar", -"Error loading message template: {error}" => "Produciuse un erro ao cargar o modelo da mensaxe: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} conflito de ficheiro","{count} conflitos de ficheiros"), -"One file conflict" => "Un conflito de ficheiro", -"New Files" => "Ficheiros novos", -"Already existing files" => "Ficheiros xa existentes", -"Which files do you want to keep?" => "Que ficheiros quere conservar?", -"If you select both versions, the copied file will have a number added to its name." => "Se selecciona ambas versións, o ficheiro copiado terá un número engadido ao nome.", -"Cancel" => "Cancelar", -"Continue" => "Continuar", -"(all selected)" => "(todo o seleccionado)", -"({count} selected)" => "({count} seleccionados)", -"Error loading file exists template" => "Produciuse un erro ao cargar o modelo de ficheiro existente", -"Very weak password" => "Contrasinal moi feble", -"Weak password" => "Contrasinal feble", -"So-so password" => "Contrasinal non moi aló", -"Good password" => "Bo contrasinal", -"Strong password" => "Contrasinal forte", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "O seu servidor web aínda non está configurado axeidamente para permitir a sincronización de ficheiros xa que semella que a interface WebDAV non está a funcionar.", -"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." => "Este servidor non ten conexión a Internet. Isto significa que algunhas das funcionalidades como a montaxe de almacenamento externo, as notificacións sobre actualizacións ou instalación de aplicacións de terceiros non funcionan. O acceso aos ficheiros de forma remota e o envío de mensaxes de notificación poderían non funcionar. Suxerímoslle que active a conexión a Internet deste servidor se quere dispor de todas as funcionalidades.", -"Shared" => "Compartido", -"Shared with {recipients}" => "Compartido con {recipients}", -"Share" => "Compartir", -"Error" => "Erro", -"Error while sharing" => "Produciuse un erro ao compartir", -"Error while unsharing" => "Produciuse un erro ao deixar de compartir", -"Error while changing permissions" => "Produciuse un erro ao cambiar os permisos", -"Shared with you and the group {group} by {owner}" => "Compartido con vostede e co grupo {group} por {owner}", -"Shared with you by {owner}" => "Compartido con vostede por {owner}", -"Share with user or group …" => "Compartir cun usuario ou grupo ...", -"Share link" => "Ligazón para compartir", -"The public link will expire no later than {days} days after it is created" => "A ligazón pública caducará, a máis tardar, {days} días após a súa creación", -"Password protect" => "Protexido con contrasinal", -"Choose a password for the public link" => "Escolla un contrasinal para a ligazón pública", -"Allow Public Upload" => "Permitir o envío público", -"Email link to person" => "Enviar ligazón por correo", -"Send" => "Enviar", -"Set expiration date" => "Definir a data de caducidade", -"Expiration date" => "Data de caducidade", -"group" => "grupo", -"Resharing is not allowed" => "Non se permite volver compartir", -"Shared in {item} with {user}" => "Compartido en {item} con {user}", -"Unshare" => "Deixar de compartir", -"notify by email" => "notificar por correo", -"can share" => "pode compartir", -"can edit" => "pode editar", -"access control" => "control de acceso", -"create" => "crear", -"update" => "actualizar", -"delete" => "eliminar", -"Password protected" => "Protexido con contrasinal", -"Error unsetting expiration date" => "Produciuse un erro ao retirar a data de caducidade", -"Error setting expiration date" => "Produciuse un erro ao definir a data de caducidade", -"Sending ..." => "Enviando...", -"Email sent" => "Correo enviado", -"Warning" => "Aviso", -"The object type is not specified." => "Non se especificou o tipo de obxecto.", -"Enter new" => "Introduza o novo", -"Delete" => "Eliminar", -"Add" => "Engadir", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "A actualización realizouse correctamente. Redirixíndoo agora á ownCloud.", -"Couldn't reset password because the token is invalid" => "No, foi posíbel restabelecer o contrasinal, a marca non é correcta", -"Couldn't send reset email. Please make sure your username is correct." => "Non foi posíbel enviar o coreo do restablecemento. Asegúrese de que o nome de usuario é o correcto.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Non foi posíbel enviar o coreo do restablecemento. Semella que este correo non corresponde con este nome de usuario. Póñase en contacto co administrador.", -"%s password reset" => "Restabelecer o contrasinal %s", -"Use the following link to reset your password: {link}" => "Usa a seguinte ligazón para restabelecer o contrasinal: {link}", -"You will receive a link to reset your password via Email." => "Recibirá unha ligazón por correo para restabelecer o contrasinal", -"Username" => "Nome de usuario", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Os ficheiros están cifrados. Se aínda non activou a chave de recuperación non haberá xeito de recuperar os datos unha vez que se teña restabelecido o contrasinal. Se non ten certeza do que ten que facer, póñase en contacto co administrador antes de continuar. Confirma que quere continuar?", -"Yes, I really want to reset my password now" => "Si, confirmo que quero restabelecer agora o meu contrasinal", -"Reset" => "Restabelecer", -"New password" => "Novo contrasinal", -"New Password" => "Novo contrasinal", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X non é compatíbel e %s non funcionará correctamente nesta plataforma. Úseo baixo o seu risco!", -"For the best results, please consider using a GNU/Linux server instead." => "Para obter mellores resultados, considere o emprego dun servidor GNU/Linux no seu canto.", -"Personal" => "Persoal", -"Users" => "Usuarios", -"Apps" => "Aplicacións", -"Admin" => "Administración", -"Help" => "Axuda", -"Error loading tags" => "Produciuse un erro ao cargar as etiquetas", -"Tag already exists" => "Xa existe a etiqueta", -"Error deleting tag(s)" => "Produciuse un erro ao eliminar a(s) etiqueta(s)", -"Error tagging" => "Produciuse un erro ao etiquetar", -"Error untagging" => "Produciuse un erro ao eliminar a etiqueta", -"Error favoriting" => "Produciuse un erro ao marcar como favorito", -"Error unfavoriting" => "Produciuse un erro ao desmarcar como favorito", -"Access forbidden" => "Acceso denegado", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ola,\n\nsó facerlle saber que %s compartiu %s con vostede.\nVéxao en: %s\n\n", -"The share will expire on %s." => "Esta compartición caduca o %s.", -"Cheers!" => "Saúdos!", -"Security Warning" => "Aviso de seguranza", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "A súa versión de PHP é vulnerábel a un ataque de byte nulo (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Actualice a instalación de PHP para empregar %s de xeito seguro.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "O seu directorio de datos e os ficheiros probabelmente sexan accesíbeis desde a Internet xa que o ficheiro .htaccess non está a traballar.", -"For information how to properly configure your server, please see the documentation." => "Para obter información sobre como como configurar axeitadamente o seu servidor, vexa a documentación.", -"Create an admin account" => "Crear unha contra de administrador", -"Password" => "Contrasinal", -"Storage & database" => "Almacenamento e base de datos", -"Data folder" => "Cartafol de datos", -"Configure the database" => "Configurar a base de datos", -"Only %s is available." => "Só está dispoñíbel %s.", -"Database user" => "Usuario da base de datos", -"Database password" => "Contrasinal da base de datos", -"Database name" => "Nome da base de datos", -"Database tablespace" => "Táboa de espazos da base de datos", -"Database host" => "Servidor da base de datos", -"SQLite will be used as database. For larger installations we recommend to change this." => "Empregarase SQLite como base de datos. Para instalacións máis grandes recomendámoslle que cambie isto.", -"Finish setup" => "Rematar a configuración", -"Finishing …" => "Rematando ...", -"%s is available. Get more information on how to update." => "%s está dispoñíbel. Obteña máis información sobre como actualizar.", -"Log out" => "Desconectar", -"Server side authentication failed!" => "A autenticación fracasou do lado do servidor!", -"Please contact your administrator." => "Contacte co administrador.", -"Forgot your password? Reset it!" => "Esqueceu o contrasinal? Restabelézao!", -"remember" => "lembrar", -"Log in" => "Conectar", -"Alternative Logins" => "Accesos alternativos", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Ola,

só facerlle saber que %s compartiu %s con vostede.
Véxao!

", -"This ownCloud instance is currently in single user mode." => "Esta instancia do ownCloud está actualmente en modo de usuario único.", -"This means only administrators can use the instance." => "Isto significa que só os administradores poden utilizar a instancia.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.", -"Thank you for your patience." => "Grazas pola súa paciencia.", -"You are accessing the server from an untrusted domain." => "Esta accedendo desde un dominio non fiábel.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Póñase en contacto co administrador. Se vostede é administrador desta instancia, configure o parámetro «trusted_domain» en config/config.php. Dispón dun exemplo de configuración en config/config.sample.php.", -"%s will be updated to version %s." => "%s actualizarase á versión %s.", -"The following apps will be disabled:" => "Van desactivarse as seguintes aplicacións:", -"The theme %s has been disabled." => "O tema %s foi desactivado.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Asegúrese de ter feito unha copia de seguranza da base de datos, do cartafol de configuración e do cartafol de datos, antes de proceder.", -"Start update" => "Iniciar a actualización", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Para evitar tempos de espera nas instalacións grandes, no seu lugar pode executar a seguinte orde desde o directorio de instalación:" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/gu.js b/core/l10n/gu.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/gu.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/gu.json b/core/l10n/gu.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/gu.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/gu.php b/core/l10n/gu.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/gu.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/he.js b/core/l10n/he.js new file mode 100644 index 0000000000..fc09eb2b03 --- /dev/null +++ b/core/l10n/he.js @@ -0,0 +1,100 @@ +OC.L10N.register( + "core", + { + "Sunday" : "יום ראשון", + "Monday" : "יום שני", + "Tuesday" : "יום שלישי", + "Wednesday" : "יום רביעי", + "Thursday" : "יום חמישי", + "Friday" : "יום שישי", + "Saturday" : "שבת", + "January" : "ינואר", + "February" : "פברואר", + "March" : "מרץ", + "April" : "אפריל", + "May" : "מאי", + "June" : "יוני", + "July" : "יולי", + "August" : "אוגוסט", + "September" : "ספטמבר", + "October" : "אוקטובר", + "November" : "נובמבר", + "December" : "דצמבר", + "Settings" : "הגדרות", + "Folder" : "תיקייה", + "Saving..." : "שמירה…", + "Reset password" : "איפוס ססמה", + "No" : "לא", + "Yes" : "כן", + "Choose" : "בחירה", + "Ok" : "בסדר", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "New Files" : "קבצים חדשים", + "Cancel" : "ביטול", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "שרת האינטרנט שלך אינו מוגדר לצורכי סנכרון קבצים עדיין כיוון שמנשק ה־WebDAV כנראה אינו תקין.", + "Shared" : "שותף", + "Share" : "שתף", + "Error" : "שגיאה", + "Error while sharing" : "שגיאה במהלך השיתוף", + "Error while unsharing" : "שגיאה במהלך ביטול השיתוף", + "Error while changing permissions" : "שגיאה במהלך שינוי ההגדרות", + "Shared with you and the group {group} by {owner}" : "שותף אתך ועם הקבוצה {group} שבבעלות {owner}", + "Shared with you by {owner}" : "שותף אתך על ידי {owner}", + "Share link" : "קישור לשיתוף", + "Password protect" : "הגנה בססמה", + "Email link to person" : "שליחת קישור בדוא״ל למשתמש", + "Send" : "שליחה", + "Set expiration date" : "הגדרת תאריך תפוגה", + "Expiration date" : "תאריך התפוגה", + "group" : "קבוצה", + "Resharing is not allowed" : "אסור לעשות שיתוף מחדש", + "Shared in {item} with {user}" : "שותף תחת {item} עם {user}", + "Unshare" : "הסר שיתוף", + "can share" : "ניתן לשתף", + "can edit" : "ניתן לערוך", + "access control" : "בקרת גישה", + "create" : "יצירה", + "update" : "עדכון", + "delete" : "מחיקה", + "Password protected" : "מוגן בססמה", + "Error unsetting expiration date" : "אירעה שגיאה בביטול תאריך התפוגה", + "Error setting expiration date" : "אירעה שגיאה בעת הגדרת תאריך התפוגה", + "Sending ..." : "מתבצעת שליחה ...", + "Email sent" : "הודעת הדוא״ל נשלחה", + "Warning" : "אזהרה", + "The object type is not specified." : "סוג הפריט לא צוין.", + "Delete" : "מחיקה", + "Add" : "הוספה", + "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." : "יישלח לתיבת הדוא״ל שלך קישור לאיפוס הססמה.", + "Username" : "שם משתמש", + "Yes, I really want to reset my password now" : "כן, אני רוצה לאפס את הסיסמה שלי עכשיו.", + "New password" : "ססמה חדשה", + "Personal" : "אישי", + "Users" : "משתמשים", + "Apps" : "יישומים", + "Admin" : "מנהל", + "Help" : "עזרה", + "Access forbidden" : "הגישה נחסמה", + "Security Warning" : "אזהרת אבטחה", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "גרסת ה־PHP פגיעה בפני התקפת בית NULL/ריק (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "נא לעדכן את התקנת ה-PHP שלך כדי להשתמש ב-%s בצורה מאובטחת.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "תיקיית וקבצי המידע שלך כנראה נגישים מהאינטרנט מכיוון שקובץ ה.htaccess לא עובד.", + "Create an admin account" : "יצירת חשבון מנהל", + "Password" : "סיסמא", + "Data folder" : "תיקיית נתונים", + "Configure the database" : "הגדרת מסד הנתונים", + "Database user" : "שם משתמש במסד הנתונים", + "Database password" : "ססמת מסד הנתונים", + "Database name" : "שם מסד הנתונים", + "Database tablespace" : "מרחב הכתובות של מסד הנתונים", + "Database host" : "שרת בסיס נתונים", + "Finish setup" : "סיום התקנה", + "%s is available. Get more information on how to update." : "%s זמינה להורדה. ניתן ללחוץ כדי לקבל מידע נוסף כיצד לעדכן.", + "Log out" : "התנתקות", + "remember" : "שמירת הססמה", + "Log in" : "כניסה", + "Alternative Logins" : "כניסות אלטרנטיביות" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/he.json b/core/l10n/he.json new file mode 100644 index 0000000000..ea7f1e5e05 --- /dev/null +++ b/core/l10n/he.json @@ -0,0 +1,98 @@ +{ "translations": { + "Sunday" : "יום ראשון", + "Monday" : "יום שני", + "Tuesday" : "יום שלישי", + "Wednesday" : "יום רביעי", + "Thursday" : "יום חמישי", + "Friday" : "יום שישי", + "Saturday" : "שבת", + "January" : "ינואר", + "February" : "פברואר", + "March" : "מרץ", + "April" : "אפריל", + "May" : "מאי", + "June" : "יוני", + "July" : "יולי", + "August" : "אוגוסט", + "September" : "ספטמבר", + "October" : "אוקטובר", + "November" : "נובמבר", + "December" : "דצמבר", + "Settings" : "הגדרות", + "Folder" : "תיקייה", + "Saving..." : "שמירה…", + "Reset password" : "איפוס ססמה", + "No" : "לא", + "Yes" : "כן", + "Choose" : "בחירה", + "Ok" : "בסדר", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "New Files" : "קבצים חדשים", + "Cancel" : "ביטול", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "שרת האינטרנט שלך אינו מוגדר לצורכי סנכרון קבצים עדיין כיוון שמנשק ה־WebDAV כנראה אינו תקין.", + "Shared" : "שותף", + "Share" : "שתף", + "Error" : "שגיאה", + "Error while sharing" : "שגיאה במהלך השיתוף", + "Error while unsharing" : "שגיאה במהלך ביטול השיתוף", + "Error while changing permissions" : "שגיאה במהלך שינוי ההגדרות", + "Shared with you and the group {group} by {owner}" : "שותף אתך ועם הקבוצה {group} שבבעלות {owner}", + "Shared with you by {owner}" : "שותף אתך על ידי {owner}", + "Share link" : "קישור לשיתוף", + "Password protect" : "הגנה בססמה", + "Email link to person" : "שליחת קישור בדוא״ל למשתמש", + "Send" : "שליחה", + "Set expiration date" : "הגדרת תאריך תפוגה", + "Expiration date" : "תאריך התפוגה", + "group" : "קבוצה", + "Resharing is not allowed" : "אסור לעשות שיתוף מחדש", + "Shared in {item} with {user}" : "שותף תחת {item} עם {user}", + "Unshare" : "הסר שיתוף", + "can share" : "ניתן לשתף", + "can edit" : "ניתן לערוך", + "access control" : "בקרת גישה", + "create" : "יצירה", + "update" : "עדכון", + "delete" : "מחיקה", + "Password protected" : "מוגן בססמה", + "Error unsetting expiration date" : "אירעה שגיאה בביטול תאריך התפוגה", + "Error setting expiration date" : "אירעה שגיאה בעת הגדרת תאריך התפוגה", + "Sending ..." : "מתבצעת שליחה ...", + "Email sent" : "הודעת הדוא״ל נשלחה", + "Warning" : "אזהרה", + "The object type is not specified." : "סוג הפריט לא צוין.", + "Delete" : "מחיקה", + "Add" : "הוספה", + "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." : "יישלח לתיבת הדוא״ל שלך קישור לאיפוס הססמה.", + "Username" : "שם משתמש", + "Yes, I really want to reset my password now" : "כן, אני רוצה לאפס את הסיסמה שלי עכשיו.", + "New password" : "ססמה חדשה", + "Personal" : "אישי", + "Users" : "משתמשים", + "Apps" : "יישומים", + "Admin" : "מנהל", + "Help" : "עזרה", + "Access forbidden" : "הגישה נחסמה", + "Security Warning" : "אזהרת אבטחה", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "גרסת ה־PHP פגיעה בפני התקפת בית NULL/ריק (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "נא לעדכן את התקנת ה-PHP שלך כדי להשתמש ב-%s בצורה מאובטחת.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "תיקיית וקבצי המידע שלך כנראה נגישים מהאינטרנט מכיוון שקובץ ה.htaccess לא עובד.", + "Create an admin account" : "יצירת חשבון מנהל", + "Password" : "סיסמא", + "Data folder" : "תיקיית נתונים", + "Configure the database" : "הגדרת מסד הנתונים", + "Database user" : "שם משתמש במסד הנתונים", + "Database password" : "ססמת מסד הנתונים", + "Database name" : "שם מסד הנתונים", + "Database tablespace" : "מרחב הכתובות של מסד הנתונים", + "Database host" : "שרת בסיס נתונים", + "Finish setup" : "סיום התקנה", + "%s is available. Get more information on how to update." : "%s זמינה להורדה. ניתן ללחוץ כדי לקבל מידע נוסף כיצד לעדכן.", + "Log out" : "התנתקות", + "remember" : "שמירת הססמה", + "Log in" : "כניסה", + "Alternative Logins" : "כניסות אלטרנטיביות" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/he.php b/core/l10n/he.php deleted file mode 100644 index 39ce0956dd..0000000000 --- a/core/l10n/he.php +++ /dev/null @@ -1,99 +0,0 @@ - "יום ראשון", -"Monday" => "יום שני", -"Tuesday" => "יום שלישי", -"Wednesday" => "יום רביעי", -"Thursday" => "יום חמישי", -"Friday" => "יום שישי", -"Saturday" => "שבת", -"January" => "ינואר", -"February" => "פברואר", -"March" => "מרץ", -"April" => "אפריל", -"May" => "מאי", -"June" => "יוני", -"July" => "יולי", -"August" => "אוגוסט", -"September" => "ספטמבר", -"October" => "אוקטובר", -"November" => "נובמבר", -"December" => "דצמבר", -"Settings" => "הגדרות", -"Folder" => "תיקייה", -"Saving..." => "שמירה…", -"Reset password" => "איפוס ססמה", -"No" => "לא", -"Yes" => "כן", -"Choose" => "בחירה", -"Ok" => "בסדר", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"New Files" => "קבצים חדשים", -"Cancel" => "ביטול", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "שרת האינטרנט שלך אינו מוגדר לצורכי סנכרון קבצים עדיין כיוון שמנשק ה־WebDAV כנראה אינו תקין.", -"Shared" => "שותף", -"Share" => "שתף", -"Error" => "שגיאה", -"Error while sharing" => "שגיאה במהלך השיתוף", -"Error while unsharing" => "שגיאה במהלך ביטול השיתוף", -"Error while changing permissions" => "שגיאה במהלך שינוי ההגדרות", -"Shared with you and the group {group} by {owner}" => "שותף אתך ועם הקבוצה {group} שבבעלות {owner}", -"Shared with you by {owner}" => "שותף אתך על ידי {owner}", -"Share link" => "קישור לשיתוף", -"Password protect" => "הגנה בססמה", -"Email link to person" => "שליחת קישור בדוא״ל למשתמש", -"Send" => "שליחה", -"Set expiration date" => "הגדרת תאריך תפוגה", -"Expiration date" => "תאריך התפוגה", -"group" => "קבוצה", -"Resharing is not allowed" => "אסור לעשות שיתוף מחדש", -"Shared in {item} with {user}" => "שותף תחת {item} עם {user}", -"Unshare" => "הסר שיתוף", -"can share" => "ניתן לשתף", -"can edit" => "ניתן לערוך", -"access control" => "בקרת גישה", -"create" => "יצירה", -"update" => "עדכון", -"delete" => "מחיקה", -"Password protected" => "מוגן בססמה", -"Error unsetting expiration date" => "אירעה שגיאה בביטול תאריך התפוגה", -"Error setting expiration date" => "אירעה שגיאה בעת הגדרת תאריך התפוגה", -"Sending ..." => "מתבצעת שליחה ...", -"Email sent" => "הודעת הדוא״ל נשלחה", -"Warning" => "אזהרה", -"The object type is not specified." => "סוג הפריט לא צוין.", -"Delete" => "מחיקה", -"Add" => "הוספה", -"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." => "יישלח לתיבת הדוא״ל שלך קישור לאיפוס הססמה.", -"Username" => "שם משתמש", -"Yes, I really want to reset my password now" => "כן, אני רוצה לאפס את הסיסמה שלי עכשיו.", -"New password" => "ססמה חדשה", -"Personal" => "אישי", -"Users" => "משתמשים", -"Apps" => "יישומים", -"Admin" => "מנהל", -"Help" => "עזרה", -"Access forbidden" => "הגישה נחסמה", -"Security Warning" => "אזהרת אבטחה", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "גרסת ה־PHP פגיעה בפני התקפת בית NULL/ריק (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "נא לעדכן את התקנת ה-PHP שלך כדי להשתמש ב-%s בצורה מאובטחת.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "תיקיית וקבצי המידע שלך כנראה נגישים מהאינטרנט מכיוון שקובץ ה.htaccess לא עובד.", -"Create an admin account" => "יצירת חשבון מנהל", -"Password" => "סיסמא", -"Data folder" => "תיקיית נתונים", -"Configure the database" => "הגדרת מסד הנתונים", -"Database user" => "שם משתמש במסד הנתונים", -"Database password" => "ססמת מסד הנתונים", -"Database name" => "שם מסד הנתונים", -"Database tablespace" => "מרחב הכתובות של מסד הנתונים", -"Database host" => "שרת בסיס נתונים", -"Finish setup" => "סיום התקנה", -"%s is available. Get more information on how to update." => "%s זמינה להורדה. ניתן ללחוץ כדי לקבל מידע נוסף כיצד לעדכן.", -"Log out" => "התנתקות", -"remember" => "שמירת הססמה", -"Log in" => "כניסה", -"Alternative Logins" => "כניסות אלטרנטיביות" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/hi.js b/core/l10n/hi.js new file mode 100644 index 0000000000..a58e175149 --- /dev/null +++ b/core/l10n/hi.js @@ -0,0 +1,53 @@ +OC.L10N.register( + "core", + { + "Sunday" : "रविवार", + "Monday" : "सोमवार", + "Tuesday" : "मंगलवार", + "Wednesday" : "बुधवार", + "Thursday" : "बृहस्पतिवार", + "Friday" : "शुक्रवार", + "Saturday" : "शनिवार", + "January" : "जनवरी", + "February" : "फरवरी", + "March" : "मार्च", + "April" : "अप्रैल", + "May" : "मई", + "June" : "जून", + "July" : "जुलाई", + "August" : "अगस्त", + "September" : "सितम्बर", + "October" : "अक्टूबर", + "November" : "नवंबर", + "December" : "दिसम्बर", + "Settings" : "सेटिंग्स", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "रद्द करें ", + "Share" : "साझा करें", + "Error" : "त्रुटि", + "Send" : "भेजें", + "Sending ..." : "भेजा जा रहा है", + "Email sent" : "ईमेल भेज दिया गया है ", + "Warning" : "चेतावनी ", + "Add" : "डाले", + "Use the following link to reset your password: {link}" : "आगे दिये गये लिंक का उपयोग पासवर्ड बदलने के लिये किजीये: {link}", + "You will receive a link to reset your password via Email." : "पासवर्ड बदलने कि लिंक आपको ई-मेल द्वारा भेजी जायेगी|", + "Username" : "प्रयोक्ता का नाम", + "New password" : "नया पासवर्ड", + "Personal" : "यक्तिगत", + "Users" : "उपयोगकर्ता", + "Apps" : "Apps", + "Help" : "सहयोग", + "Security Warning" : "सुरक्षा चेतावनी ", + "Create an admin account" : "व्यवस्थापक खाता बनाएँ", + "Password" : "पासवर्ड", + "Data folder" : "डाटा फोल्डर", + "Configure the database" : "डेटाबेस कॉन्फ़िगर करें ", + "Database user" : "डेटाबेस उपयोगकर्ता", + "Database password" : "डेटाबेस पासवर्ड", + "Database name" : "डेटाबेस का नाम", + "Finish setup" : "सेटअप समाप्त करे", + "Log out" : "लोग आउट", + "remember" : "याद रखें" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/hi.json b/core/l10n/hi.json new file mode 100644 index 0000000000..c1041efafb --- /dev/null +++ b/core/l10n/hi.json @@ -0,0 +1,51 @@ +{ "translations": { + "Sunday" : "रविवार", + "Monday" : "सोमवार", + "Tuesday" : "मंगलवार", + "Wednesday" : "बुधवार", + "Thursday" : "बृहस्पतिवार", + "Friday" : "शुक्रवार", + "Saturday" : "शनिवार", + "January" : "जनवरी", + "February" : "फरवरी", + "March" : "मार्च", + "April" : "अप्रैल", + "May" : "मई", + "June" : "जून", + "July" : "जुलाई", + "August" : "अगस्त", + "September" : "सितम्बर", + "October" : "अक्टूबर", + "November" : "नवंबर", + "December" : "दिसम्बर", + "Settings" : "सेटिंग्स", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "रद्द करें ", + "Share" : "साझा करें", + "Error" : "त्रुटि", + "Send" : "भेजें", + "Sending ..." : "भेजा जा रहा है", + "Email sent" : "ईमेल भेज दिया गया है ", + "Warning" : "चेतावनी ", + "Add" : "डाले", + "Use the following link to reset your password: {link}" : "आगे दिये गये लिंक का उपयोग पासवर्ड बदलने के लिये किजीये: {link}", + "You will receive a link to reset your password via Email." : "पासवर्ड बदलने कि लिंक आपको ई-मेल द्वारा भेजी जायेगी|", + "Username" : "प्रयोक्ता का नाम", + "New password" : "नया पासवर्ड", + "Personal" : "यक्तिगत", + "Users" : "उपयोगकर्ता", + "Apps" : "Apps", + "Help" : "सहयोग", + "Security Warning" : "सुरक्षा चेतावनी ", + "Create an admin account" : "व्यवस्थापक खाता बनाएँ", + "Password" : "पासवर्ड", + "Data folder" : "डाटा फोल्डर", + "Configure the database" : "डेटाबेस कॉन्फ़िगर करें ", + "Database user" : "डेटाबेस उपयोगकर्ता", + "Database password" : "डेटाबेस पासवर्ड", + "Database name" : "डेटाबेस का नाम", + "Finish setup" : "सेटअप समाप्त करे", + "Log out" : "लोग आउट", + "remember" : "याद रखें" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/hi.php b/core/l10n/hi.php deleted file mode 100644 index ef81f978aa..0000000000 --- a/core/l10n/hi.php +++ /dev/null @@ -1,52 +0,0 @@ - "रविवार", -"Monday" => "सोमवार", -"Tuesday" => "मंगलवार", -"Wednesday" => "बुधवार", -"Thursday" => "बृहस्पतिवार", -"Friday" => "शुक्रवार", -"Saturday" => "शनिवार", -"January" => "जनवरी", -"February" => "फरवरी", -"March" => "मार्च", -"April" => "अप्रैल", -"May" => "मई", -"June" => "जून", -"July" => "जुलाई", -"August" => "अगस्त", -"September" => "सितम्बर", -"October" => "अक्टूबर", -"November" => "नवंबर", -"December" => "दिसम्बर", -"Settings" => "सेटिंग्स", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "रद्द करें ", -"Share" => "साझा करें", -"Error" => "त्रुटि", -"Send" => "भेजें", -"Sending ..." => "भेजा जा रहा है", -"Email sent" => "ईमेल भेज दिया गया है ", -"Warning" => "चेतावनी ", -"Add" => "डाले", -"Use the following link to reset your password: {link}" => "आगे दिये गये लिंक का उपयोग पासवर्ड बदलने के लिये किजीये: {link}", -"You will receive a link to reset your password via Email." => "पासवर्ड बदलने कि लिंक आपको ई-मेल द्वारा भेजी जायेगी|", -"Username" => "प्रयोक्ता का नाम", -"New password" => "नया पासवर्ड", -"Personal" => "यक्तिगत", -"Users" => "उपयोगकर्ता", -"Apps" => "Apps", -"Help" => "सहयोग", -"Security Warning" => "सुरक्षा चेतावनी ", -"Create an admin account" => "व्यवस्थापक खाता बनाएँ", -"Password" => "पासवर्ड", -"Data folder" => "डाटा फोल्डर", -"Configure the database" => "डेटाबेस कॉन्फ़िगर करें ", -"Database user" => "डेटाबेस उपयोगकर्ता", -"Database password" => "डेटाबेस पासवर्ड", -"Database name" => "डेटाबेस का नाम", -"Finish setup" => "सेटअप समाप्त करे", -"Log out" => "लोग आउट", -"remember" => "याद रखें" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/hr.js b/core/l10n/hr.js new file mode 100644 index 0000000000..019b5a5f6a --- /dev/null +++ b/core/l10n/hr.js @@ -0,0 +1,193 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Nije moguće slanje pošte sljedećim korisnicima: %s", + "Turned on maintenance mode" : "Način rada za održavanje uključen", + "Turned off maintenance mode" : "Način rada za održavanje isključen", + "Updated database" : " Baza podataka ažurirana", + "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka", + "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije", + "Updated \"%s\" to %s" : "Ažurirano \"%s\" u %s", + "Disabled incompatible apps: %s" : "Onemogućene inkompatibilne applikacije: %s", + "No image or file provided" : "Nijedna slika ili datoteka nije dobavljena", + "Unknown filetype" : "Vrsta datoteke nepoznata", + "Invalid image" : "Slika neispravna", + "No temporary profile picture available, try again" : "Slike privremenih profila nisu dostupne, pokušajte ponovno", + "No crop data provided" : "Nema podataka o obrezivanju", + "Sunday" : "Nedjelja", + "Monday" : "Ponedjeljak", + "Tuesday" : "Utorak", + "Wednesday" : "Srijeda", + "Thursday" : "Četvrtak", + "Friday" : "Petak", + "Saturday" : "Subota", + "January" : "Siječanj", + "February" : "Veljača", + "March" : "Ožujak", + "April" : "Travanj", + "May" : "Svibanj", + "June" : "Lipanj", + "July" : "Srpanj", + "August" : "Kolovoz", + "September" : "Rujan", + "October" : "Listopad", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Vaše datoteke su šifrirane. Ako niste aktivirali ključ oporavka,svoje podatke nećete moći dohvatitinakon što vaša lozinka bude resetirana.
Ako ne znate što učiniti, prije nego linastavite, molimo kontaktirajte svog administratora.
Želite li doista nastaviti?", + "I know what I'm doing" : "Znam što radim", + "Reset password" : "Resetirajte lozinku", + "Password can not be changed. Please contact your administrator." : "Lozinku nije moguće promijeniti. Molimo kontaktirajte svog administratora.", + "No" : "Ne", + "Yes" : "Da", + "Choose" : "Odaberite", + "Error loading file picker template: {error}" : "Pogrešno učitavanje predloška za pronalazača datoteke: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Pogrešno učitavanje predloška za poruke: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["neželjeno podudaranje u {count} datoteci","neželjeno podudaranje u {count} datoteke","neželjeno podudaranje u {count} datoteke"], + "One file conflict" : "Konflikt u jednoj datoteci", + "New Files" : "Nove datoteke", + "Already existing files" : "Postojeće datoteke", + "Which files do you want to keep?" : "Koje datoteke želite zadržati?", + "If you select both versions, the copied file will have a number added to its name." : "Ako odaberete obje verzije, kopirana će datoteka uz svoje ime imati i broj.", + "Cancel" : "Odustani", + "Continue" : "Nastavi", + "(all selected)" : "(sve odabrano)", + "({count} selected)" : "({count} odabran)", + "Error loading file exists template" : "Pogrešno učitavanje predloška DATOTEKA POSTOJI", + "Very weak password" : "Lozinka vrlo slaba", + "Weak password" : "Lozinka Slaba", + "So-so password" : "Lozinka tako-tako", + "Good password" : "Lozinka dobra", + "Strong password" : "Lozinka snažna", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Vaš web poslužitelj još nije propisno postavljen da bi omogućio sinkronizaciju datoteka jer izgleda da jesučelje WebDAV neispravno.", + "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." : "Ovaj poslužitelj nema nikakvu radnu vezu s internetom. To znači da ne rade neke od njegovihfunkcija kao što su spajanje na vanjsku memoriju, notifikacije o ažuriranju ili instalacijiaplikacija treće strane. Također, možda je onemogućen daljinski pristup datotekama i slanjenotifikacijske e-pošte. Savjetujemo vam da, ako želite da sve njegove funkcije rade,omogućite vezuovog poslužitelja s internetom.", + "Shared" : "Resurs podijeljen", + "Shared with {recipients}" : "Resurs podijeljen s {recipients}", + "Share" : "Podijelite", + "Error" : "Pogreška", + "Error while sharing" : "Pogreška pri dijeljenju", + "Error while unsharing" : "Pogreška pri prestanku dijeljenja", + "Error while changing permissions" : "POgreška pri mijenjanju dozvola", + "Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}", + "Shared with you by {owner}" : "S vama podijelio {owner}", + "Share with user or group …" : "Podijelite s korisnikom ili grupom ...", + "Share link" : "Podijelite vezu", + "The public link will expire no later than {days} days after it is created" : " Javna veza ističe najkasnije {days} dana nakon što je kreirana", + "Password protect" : "Zaštititi lozinkom", + "Choose a password for the public link" : "Odaberite lozinku za javnu vezu", + "Allow Public Upload" : "Omogućite javno učitavanje", + "Email link to person" : "Pošaljite osobi vezu e-poštom", + "Send" : "Pošaljite", + "Set expiration date" : "Odredite datum isteka", + "Expiration date" : "Datum isteka", + "group" : "Grupa", + "Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno", + "Shared in {item} with {user}" : "Podijeljeno u {item} s {user}", + "Unshare" : "Prestanite dijeliti", + "notify by email" : "Obavijestite e-poštom", + "can share" : "Dijeljenje moguće", + "can edit" : "Uređivanje moguće", + "access control" : "Kontrola pristupa", + "create" : "Kreirajte", + "update" : "Ažurirajte", + "delete" : "Izbrišite", + "Password protected" : "Lozinka zaštićena", + "Error unsetting expiration date" : "Pogrešno uklanjanje postavke datuma isteka", + "Error setting expiration date" : "Pogrešno učitavanje postavke datuma isteka", + "Sending ..." : "Slanje...", + "Email sent" : "E-pošta poslana", + "Warning" : "Upozorenje", + "The object type is not specified." : "Vrsta objekta nije specificirana.", + "Enter new" : "Unesite novi", + "Delete" : "Izbrišite", + "Add" : "Dodajte", + "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.", + "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", + "The update was successful. Redirecting you to ownCloud now." : "Ažuriranje je uspjelo. Upravo ste preusmjeravani na ownCloud.", + "Couldn't reset password because the token is invalid" : "Resetiranje lozinke nije moguće jer je token neispravan.", + "Couldn't send reset email. Please make sure your username is correct." : "Resetiranu e-poštu nije moguće poslati.Molimo provjerite ispravnost svoga korisničkog imena.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Resetiranu e-poštu nije moguće poslati jer za ovo korisničko ime ne postoji adresa.Molimo, kontaktirajte svog administratora.", + "%s password reset" : "%s lozinka resetirana", + "Use the following link to reset your password: {link}" : "Za resetiranje svoje lozinke koristite sljedeću vezu: {link}", + "You will receive a link to reset your password via Email." : "Vezu za resetiranje svoje lozinke primit ćete e-poštom.", + "Username" : "Korisničko ime", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaše datoteke su šifrirane. Ako niste aktivirali ključ oporavka, svoje podatke nećetemoći dohvatiti nakon što vaša lozinka bude resetirana. Ako niste sigurni što učiniti, molimokontaktirajte svog administratora prije nego li nastavite. Želite li doista nastaviti?", + "Yes, I really want to reset my password now" : "Da, ja doista želim sada resetirati svojju lozinku.", + "Reset" : "Resetirajte", + "New password" : "Nova lozinka", + "New Password" : "Nova lozinka", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nije podržan i %s na ovoj platformi neće raditi kako treba.", + "For the best results, please consider using a GNU/Linux server instead." : "Za najbolje rezultate, molimo razmotrite mogućnost korištenje poslužitelja GNU/Linux.", + "Personal" : "Osobno", + "Users" : "Korisnici", + "Apps" : "Aplikacije", + "Admin" : "Admin", + "Help" : "Pomoć", + "Error loading tags" : "Pogrešno učitavanje oznaka", + "Tag already exists" : "Oznaka već postoji", + "Error deleting tag(s)" : "Pogrešno brisanje oznake (oznaka)", + "Error tagging" : "Pogrešno označavanje", + "Error untagging" : "Pogrešno uklanjanje oznaka", + "Error favoriting" : "Pogrešno dodavanje u favorite", + "Error unfavoriting" : "Pogrešno uklanjanje iz favorita", + "Access forbidden" : "Pristup zabranjen", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hej, \n\nsamo vam javljamo da je %s podijelio %s s vama.\nPogledajte ga: %s\n\n", + "The share will expire on %s." : "Podijeljeni resurs će isteći na %s.", + "Cheers!" : "Cheers!", + "Security Warning" : "Sigurnosno upozorenje", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Vaša PHP verzija je podložna napadu NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Molimo ažurirajte svoju PHP instalaciju da biste mogli sigurno koristiti %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Vašem podatkovnom direktoriju i datotekama vjerojatno se može pristupiti s interneta jer .htaccess datoteka ne radi.", + "For information how to properly configure your server, please see the documentation." : "Za informaciju kako ispravno konfigurirati vaš poslužitelj, molimo vidite dokumentaciju.", + "Create an admin account" : "Kreirajte admin račun", + "Password" : "Lozinka", + "Storage & database" : "Pohrana & baza podataka", + "Data folder" : "Mapa za podatke", + "Configure the database" : "Konfigurirajte bazu podataka", + "Only %s is available." : "Jedino je %s dostupan.", + "Database user" : "Korisnik baze podataka", + "Database password" : "Lozinka baze podataka", + "Database name" : "Naziv baze podataka", + "Database tablespace" : "Tablespace (?) baze podataka", + "Database host" : "Glavno računalo baze podataka", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite će se koristiti kao baza podataka. Za veće instalacije preporučujemo da se to promijeni.", + "Finish setup" : "Završite postavljanje", + "Finishing …" : "Završavanje...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Ova aplikacija zahtjeva JavaScript za ispravan rad. Molimo uključite JavaScript i ponovno učitajte stranicu.", + "%s is available. Get more information on how to update." : "%s je dostupan. Saznajte više informacija o tome kako ažurirati.", + "Log out" : "Odjavite se", + "Server side authentication failed!" : "Autentikacija na strani poslužitelja nije uspjela!", + "Please contact your administrator." : "Molimo kontaktirajte svog administratora.", + "Forgot your password? Reset it!" : "Zaboravili ste svoju lozinku? Resetirajte ju!", + "remember" : "Sjetite se", + "Log in" : "Prijavite se", + "Alternative Logins" : "Alternativne prijave", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hej,

vam upravo javlja da je %s podijelio %ss vama.
POgledajte!

", + "This ownCloud instance is currently in single user mode." : "Ova ownCloud instanca je trenutno u načinu rada za jednog korisnika.", + "This means only administrators can use the instance." : "To znači da tu instancu mogu koristiti samo administratori.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktirajte svog administratora sustava ako se ova poruka ponavlja ili sepojavila neočekivano.", + "Thank you for your patience." : "Hvala vam na strpljenju", + "You are accessing the server from an untrusted domain." : "Poslužitelju pristupate iz nepouzdane domene.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Molimo kontaktirajte svog administratora. Ako ste vi administrator ove instance,konfigurirajte postavku \"trusted_domain\" config/config.php.Primjer konfiguracije ponuđen je u config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Ovisno o vašoj konfiguraciji, kao administrator vi biste također mogli koristitigumb dolje za pristup toj domeni.", + "Add \"%s\" as trusted domain" : "Dodajte \"%s\" kao pouzdanu domenu.", + "%s will be updated to version %s." : "%s će biti ažuriran u verziju %s", + "The following apps will be disabled:" : "Sljedeće aplikacije bit će onemogućene", + "The theme %s has been disabled." : "Tema %s je onemogućena", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prije nego li nastavite, molimo osigurajte da su baza podataka, mapa konfiguracije i mapaza podatke sigurnosno kopirani.", + "Start update" : "Započnite ažuriranje", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Da biste izbjegli vremensko prekoračenje s većim instalacijama, možete pokrenutisljedeću naredbu iz svoga instalacijskog direktorija:" +}, +"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/hr.json b/core/l10n/hr.json new file mode 100644 index 0000000000..17985b11ab --- /dev/null +++ b/core/l10n/hr.json @@ -0,0 +1,191 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Nije moguće slanje pošte sljedećim korisnicima: %s", + "Turned on maintenance mode" : "Način rada za održavanje uključen", + "Turned off maintenance mode" : "Način rada za održavanje isključen", + "Updated database" : " Baza podataka ažurirana", + "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka", + "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije", + "Updated \"%s\" to %s" : "Ažurirano \"%s\" u %s", + "Disabled incompatible apps: %s" : "Onemogućene inkompatibilne applikacije: %s", + "No image or file provided" : "Nijedna slika ili datoteka nije dobavljena", + "Unknown filetype" : "Vrsta datoteke nepoznata", + "Invalid image" : "Slika neispravna", + "No temporary profile picture available, try again" : "Slike privremenih profila nisu dostupne, pokušajte ponovno", + "No crop data provided" : "Nema podataka o obrezivanju", + "Sunday" : "Nedjelja", + "Monday" : "Ponedjeljak", + "Tuesday" : "Utorak", + "Wednesday" : "Srijeda", + "Thursday" : "Četvrtak", + "Friday" : "Petak", + "Saturday" : "Subota", + "January" : "Siječanj", + "February" : "Veljača", + "March" : "Ožujak", + "April" : "Travanj", + "May" : "Svibanj", + "June" : "Lipanj", + "July" : "Srpanj", + "August" : "Kolovoz", + "September" : "Rujan", + "October" : "Listopad", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Vaše datoteke su šifrirane. Ako niste aktivirali ključ oporavka,svoje podatke nećete moći dohvatitinakon što vaša lozinka bude resetirana.
Ako ne znate što učiniti, prije nego linastavite, molimo kontaktirajte svog administratora.
Želite li doista nastaviti?", + "I know what I'm doing" : "Znam što radim", + "Reset password" : "Resetirajte lozinku", + "Password can not be changed. Please contact your administrator." : "Lozinku nije moguće promijeniti. Molimo kontaktirajte svog administratora.", + "No" : "Ne", + "Yes" : "Da", + "Choose" : "Odaberite", + "Error loading file picker template: {error}" : "Pogrešno učitavanje predloška za pronalazača datoteke: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Pogrešno učitavanje predloška za poruke: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["neželjeno podudaranje u {count} datoteci","neželjeno podudaranje u {count} datoteke","neželjeno podudaranje u {count} datoteke"], + "One file conflict" : "Konflikt u jednoj datoteci", + "New Files" : "Nove datoteke", + "Already existing files" : "Postojeće datoteke", + "Which files do you want to keep?" : "Koje datoteke želite zadržati?", + "If you select both versions, the copied file will have a number added to its name." : "Ako odaberete obje verzije, kopirana će datoteka uz svoje ime imati i broj.", + "Cancel" : "Odustani", + "Continue" : "Nastavi", + "(all selected)" : "(sve odabrano)", + "({count} selected)" : "({count} odabran)", + "Error loading file exists template" : "Pogrešno učitavanje predloška DATOTEKA POSTOJI", + "Very weak password" : "Lozinka vrlo slaba", + "Weak password" : "Lozinka Slaba", + "So-so password" : "Lozinka tako-tako", + "Good password" : "Lozinka dobra", + "Strong password" : "Lozinka snažna", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Vaš web poslužitelj još nije propisno postavljen da bi omogućio sinkronizaciju datoteka jer izgleda da jesučelje WebDAV neispravno.", + "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." : "Ovaj poslužitelj nema nikakvu radnu vezu s internetom. To znači da ne rade neke od njegovihfunkcija kao što su spajanje na vanjsku memoriju, notifikacije o ažuriranju ili instalacijiaplikacija treće strane. Također, možda je onemogućen daljinski pristup datotekama i slanjenotifikacijske e-pošte. Savjetujemo vam da, ako želite da sve njegove funkcije rade,omogućite vezuovog poslužitelja s internetom.", + "Shared" : "Resurs podijeljen", + "Shared with {recipients}" : "Resurs podijeljen s {recipients}", + "Share" : "Podijelite", + "Error" : "Pogreška", + "Error while sharing" : "Pogreška pri dijeljenju", + "Error while unsharing" : "Pogreška pri prestanku dijeljenja", + "Error while changing permissions" : "POgreška pri mijenjanju dozvola", + "Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}", + "Shared with you by {owner}" : "S vama podijelio {owner}", + "Share with user or group …" : "Podijelite s korisnikom ili grupom ...", + "Share link" : "Podijelite vezu", + "The public link will expire no later than {days} days after it is created" : " Javna veza ističe najkasnije {days} dana nakon što je kreirana", + "Password protect" : "Zaštititi lozinkom", + "Choose a password for the public link" : "Odaberite lozinku za javnu vezu", + "Allow Public Upload" : "Omogućite javno učitavanje", + "Email link to person" : "Pošaljite osobi vezu e-poštom", + "Send" : "Pošaljite", + "Set expiration date" : "Odredite datum isteka", + "Expiration date" : "Datum isteka", + "group" : "Grupa", + "Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno", + "Shared in {item} with {user}" : "Podijeljeno u {item} s {user}", + "Unshare" : "Prestanite dijeliti", + "notify by email" : "Obavijestite e-poštom", + "can share" : "Dijeljenje moguće", + "can edit" : "Uređivanje moguće", + "access control" : "Kontrola pristupa", + "create" : "Kreirajte", + "update" : "Ažurirajte", + "delete" : "Izbrišite", + "Password protected" : "Lozinka zaštićena", + "Error unsetting expiration date" : "Pogrešno uklanjanje postavke datuma isteka", + "Error setting expiration date" : "Pogrešno učitavanje postavke datuma isteka", + "Sending ..." : "Slanje...", + "Email sent" : "E-pošta poslana", + "Warning" : "Upozorenje", + "The object type is not specified." : "Vrsta objekta nije specificirana.", + "Enter new" : "Unesite novi", + "Delete" : "Izbrišite", + "Add" : "Dodajte", + "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.", + "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", + "The update was successful. Redirecting you to ownCloud now." : "Ažuriranje je uspjelo. Upravo ste preusmjeravani na ownCloud.", + "Couldn't reset password because the token is invalid" : "Resetiranje lozinke nije moguće jer je token neispravan.", + "Couldn't send reset email. Please make sure your username is correct." : "Resetiranu e-poštu nije moguće poslati.Molimo provjerite ispravnost svoga korisničkog imena.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Resetiranu e-poštu nije moguće poslati jer za ovo korisničko ime ne postoji adresa.Molimo, kontaktirajte svog administratora.", + "%s password reset" : "%s lozinka resetirana", + "Use the following link to reset your password: {link}" : "Za resetiranje svoje lozinke koristite sljedeću vezu: {link}", + "You will receive a link to reset your password via Email." : "Vezu za resetiranje svoje lozinke primit ćete e-poštom.", + "Username" : "Korisničko ime", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaše datoteke su šifrirane. Ako niste aktivirali ključ oporavka, svoje podatke nećetemoći dohvatiti nakon što vaša lozinka bude resetirana. Ako niste sigurni što učiniti, molimokontaktirajte svog administratora prije nego li nastavite. Želite li doista nastaviti?", + "Yes, I really want to reset my password now" : "Da, ja doista želim sada resetirati svojju lozinku.", + "Reset" : "Resetirajte", + "New password" : "Nova lozinka", + "New Password" : "Nova lozinka", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nije podržan i %s na ovoj platformi neće raditi kako treba.", + "For the best results, please consider using a GNU/Linux server instead." : "Za najbolje rezultate, molimo razmotrite mogućnost korištenje poslužitelja GNU/Linux.", + "Personal" : "Osobno", + "Users" : "Korisnici", + "Apps" : "Aplikacije", + "Admin" : "Admin", + "Help" : "Pomoć", + "Error loading tags" : "Pogrešno učitavanje oznaka", + "Tag already exists" : "Oznaka već postoji", + "Error deleting tag(s)" : "Pogrešno brisanje oznake (oznaka)", + "Error tagging" : "Pogrešno označavanje", + "Error untagging" : "Pogrešno uklanjanje oznaka", + "Error favoriting" : "Pogrešno dodavanje u favorite", + "Error unfavoriting" : "Pogrešno uklanjanje iz favorita", + "Access forbidden" : "Pristup zabranjen", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hej, \n\nsamo vam javljamo da je %s podijelio %s s vama.\nPogledajte ga: %s\n\n", + "The share will expire on %s." : "Podijeljeni resurs će isteći na %s.", + "Cheers!" : "Cheers!", + "Security Warning" : "Sigurnosno upozorenje", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Vaša PHP verzija je podložna napadu NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Molimo ažurirajte svoju PHP instalaciju da biste mogli sigurno koristiti %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Vašem podatkovnom direktoriju i datotekama vjerojatno se može pristupiti s interneta jer .htaccess datoteka ne radi.", + "For information how to properly configure your server, please see the documentation." : "Za informaciju kako ispravno konfigurirati vaš poslužitelj, molimo vidite dokumentaciju.", + "Create an admin account" : "Kreirajte admin račun", + "Password" : "Lozinka", + "Storage & database" : "Pohrana & baza podataka", + "Data folder" : "Mapa za podatke", + "Configure the database" : "Konfigurirajte bazu podataka", + "Only %s is available." : "Jedino je %s dostupan.", + "Database user" : "Korisnik baze podataka", + "Database password" : "Lozinka baze podataka", + "Database name" : "Naziv baze podataka", + "Database tablespace" : "Tablespace (?) baze podataka", + "Database host" : "Glavno računalo baze podataka", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite će se koristiti kao baza podataka. Za veće instalacije preporučujemo da se to promijeni.", + "Finish setup" : "Završite postavljanje", + "Finishing …" : "Završavanje...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Ova aplikacija zahtjeva JavaScript za ispravan rad. Molimo uključite JavaScript i ponovno učitajte stranicu.", + "%s is available. Get more information on how to update." : "%s je dostupan. Saznajte više informacija o tome kako ažurirati.", + "Log out" : "Odjavite se", + "Server side authentication failed!" : "Autentikacija na strani poslužitelja nije uspjela!", + "Please contact your administrator." : "Molimo kontaktirajte svog administratora.", + "Forgot your password? Reset it!" : "Zaboravili ste svoju lozinku? Resetirajte ju!", + "remember" : "Sjetite se", + "Log in" : "Prijavite se", + "Alternative Logins" : "Alternativne prijave", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hej,

vam upravo javlja da je %s podijelio %ss vama.
POgledajte!

", + "This ownCloud instance is currently in single user mode." : "Ova ownCloud instanca je trenutno u načinu rada za jednog korisnika.", + "This means only administrators can use the instance." : "To znači da tu instancu mogu koristiti samo administratori.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktirajte svog administratora sustava ako se ova poruka ponavlja ili sepojavila neočekivano.", + "Thank you for your patience." : "Hvala vam na strpljenju", + "You are accessing the server from an untrusted domain." : "Poslužitelju pristupate iz nepouzdane domene.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Molimo kontaktirajte svog administratora. Ako ste vi administrator ove instance,konfigurirajte postavku \"trusted_domain\" config/config.php.Primjer konfiguracije ponuđen je u config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Ovisno o vašoj konfiguraciji, kao administrator vi biste također mogli koristitigumb dolje za pristup toj domeni.", + "Add \"%s\" as trusted domain" : "Dodajte \"%s\" kao pouzdanu domenu.", + "%s will be updated to version %s." : "%s će biti ažuriran u verziju %s", + "The following apps will be disabled:" : "Sljedeće aplikacije bit će onemogućene", + "The theme %s has been disabled." : "Tema %s je onemogućena", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prije nego li nastavite, molimo osigurajte da su baza podataka, mapa konfiguracije i mapaza podatke sigurnosno kopirani.", + "Start update" : "Započnite ažuriranje", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Da biste izbjegli vremensko prekoračenje s većim instalacijama, možete pokrenutisljedeću naredbu iz svoga instalacijskog direktorija:" +},"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/hr.php b/core/l10n/hr.php deleted file mode 100644 index ae71027dd7..0000000000 --- a/core/l10n/hr.php +++ /dev/null @@ -1,192 +0,0 @@ - "Nije moguće slanje pošte sljedećim korisnicima: %s", -"Turned on maintenance mode" => "Način rada za održavanje uključen", -"Turned off maintenance mode" => "Način rada za održavanje isključen", -"Updated database" => " Baza podataka ažurirana", -"Checked database schema update" => "Provjereno ažuriranje sheme baze podataka", -"Checked database schema update for apps" => "Provjereno ažuriranje sheme baze podataka za aplikacije", -"Updated \"%s\" to %s" => "Ažurirano \"%s\" u %s", -"Disabled incompatible apps: %s" => "Onemogućene inkompatibilne applikacije: %s", -"No image or file provided" => "Nijedna slika ili datoteka nije dobavljena", -"Unknown filetype" => "Vrsta datoteke nepoznata", -"Invalid image" => "Slika neispravna", -"No temporary profile picture available, try again" => "Slike privremenih profila nisu dostupne, pokušajte ponovno", -"No crop data provided" => "Nema podataka o obrezivanju", -"Sunday" => "Nedjelja", -"Monday" => "Ponedjeljak", -"Tuesday" => "Utorak", -"Wednesday" => "Srijeda", -"Thursday" => "Četvrtak", -"Friday" => "Petak", -"Saturday" => "Subota", -"January" => "Siječanj", -"February" => "Veljača", -"March" => "Ožujak", -"April" => "Travanj", -"May" => "Svibanj", -"June" => "Lipanj", -"July" => "Srpanj", -"August" => "Kolovoz", -"September" => "Rujan", -"October" => "Listopad", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Vaše datoteke su šifrirane. Ako niste aktivirali ključ oporavka,svoje podatke nećete moći dohvatitinakon što vaša lozinka bude resetirana.
Ako ne znate što učiniti, prije nego linastavite, molimo kontaktirajte svog administratora.
Želite li doista nastaviti?", -"I know what I'm doing" => "Znam što radim", -"Reset password" => "Resetirajte lozinku", -"Password can not be changed. Please contact your administrator." => "Lozinku nije moguće promijeniti. Molimo kontaktirajte svog administratora.", -"No" => "Ne", -"Yes" => "Da", -"Choose" => "Odaberite", -"Error loading file picker template: {error}" => "Pogrešno učitavanje predloška za pronalazača datoteke: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Pogrešno učitavanje predloška za poruke: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("neželjeno podudaranje u {count} datoteci","neželjeno podudaranje u {count} datoteke","neželjeno podudaranje u {count} datoteke"), -"One file conflict" => "Konflikt u jednoj datoteci", -"New Files" => "Nove datoteke", -"Already existing files" => "Postojeće datoteke", -"Which files do you want to keep?" => "Koje datoteke želite zadržati?", -"If you select both versions, the copied file will have a number added to its name." => "Ako odaberete obje verzije, kopirana će datoteka uz svoje ime imati i broj.", -"Cancel" => "Odustani", -"Continue" => "Nastavi", -"(all selected)" => "(sve odabrano)", -"({count} selected)" => "({count} odabran)", -"Error loading file exists template" => "Pogrešno učitavanje predloška DATOTEKA POSTOJI", -"Very weak password" => "Lozinka vrlo slaba", -"Weak password" => "Lozinka Slaba", -"So-so password" => "Lozinka tako-tako", -"Good password" => "Lozinka dobra", -"Strong password" => "Lozinka snažna", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Vaš web poslužitelj još nije propisno postavljen da bi omogućio sinkronizaciju datoteka jer izgleda da jesučelje WebDAV neispravno.", -"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." => "Ovaj poslužitelj nema nikakvu radnu vezu s internetom. To znači da ne rade neke od njegovihfunkcija kao što su spajanje na vanjsku memoriju, notifikacije o ažuriranju ili instalacijiaplikacija treće strane. Također, možda je onemogućen daljinski pristup datotekama i slanjenotifikacijske e-pošte. Savjetujemo vam da, ako želite da sve njegove funkcije rade,omogućite vezuovog poslužitelja s internetom.", -"Shared" => "Resurs podijeljen", -"Shared with {recipients}" => "Resurs podijeljen s {recipients}", -"Share" => "Podijelite", -"Error" => "Pogreška", -"Error while sharing" => "Pogreška pri dijeljenju", -"Error while unsharing" => "Pogreška pri prestanku dijeljenja", -"Error while changing permissions" => "POgreška pri mijenjanju dozvola", -"Shared with you and the group {group} by {owner}" => "Dijeljeno s vama i grupom {group} vlasnika {owner}", -"Shared with you by {owner}" => "S vama podijelio {owner}", -"Share with user or group …" => "Podijelite s korisnikom ili grupom ...", -"Share link" => "Podijelite vezu", -"The public link will expire no later than {days} days after it is created" => " Javna veza ističe najkasnije {days} dana nakon što je kreirana", -"Password protect" => "Zaštititi lozinkom", -"Choose a password for the public link" => "Odaberite lozinku za javnu vezu", -"Allow Public Upload" => "Omogućite javno učitavanje", -"Email link to person" => "Pošaljite osobi vezu e-poštom", -"Send" => "Pošaljite", -"Set expiration date" => "Odredite datum isteka", -"Expiration date" => "Datum isteka", -"group" => "Grupa", -"Resharing is not allowed" => "Ponovno dijeljenje nije dopušteno", -"Shared in {item} with {user}" => "Podijeljeno u {item} s {user}", -"Unshare" => "Prestanite dijeliti", -"notify by email" => "Obavijestite e-poštom", -"can share" => "Dijeljenje moguće", -"can edit" => "Uređivanje moguće", -"access control" => "Kontrola pristupa", -"create" => "Kreirajte", -"update" => "Ažurirajte", -"delete" => "Izbrišite", -"Password protected" => "Lozinka zaštićena", -"Error unsetting expiration date" => "Pogrešno uklanjanje postavke datuma isteka", -"Error setting expiration date" => "Pogrešno učitavanje postavke datuma isteka", -"Sending ..." => "Slanje...", -"Email sent" => "E-pošta poslana", -"Warning" => "Upozorenje", -"The object type is not specified." => "Vrsta objekta nije specificirana.", -"Enter new" => "Unesite novi", -"Delete" => "Izbrišite", -"Add" => "Dodajte", -"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.", -"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", -"The update was successful. Redirecting you to ownCloud now." => "Ažuriranje je uspjelo. Upravo ste preusmjeravani na ownCloud.", -"Couldn't reset password because the token is invalid" => "Resetiranje lozinke nije moguće jer je token neispravan.", -"Couldn't send reset email. Please make sure your username is correct." => "Resetiranu e-poštu nije moguće poslati.Molimo provjerite ispravnost svoga korisničkog imena.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Resetiranu e-poštu nije moguće poslati jer za ovo korisničko ime ne postoji adresa.Molimo, kontaktirajte svog administratora.", -"%s password reset" => "%s lozinka resetirana", -"Use the following link to reset your password: {link}" => "Za resetiranje svoje lozinke koristite sljedeću vezu: {link}", -"You will receive a link to reset your password via Email." => "Vezu za resetiranje svoje lozinke primit ćete e-poštom.", -"Username" => "Korisničko ime", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Vaše datoteke su šifrirane. Ako niste aktivirali ključ oporavka, svoje podatke nećetemoći dohvatiti nakon što vaša lozinka bude resetirana. Ako niste sigurni što učiniti, molimokontaktirajte svog administratora prije nego li nastavite. Želite li doista nastaviti?", -"Yes, I really want to reset my password now" => "Da, ja doista želim sada resetirati svojju lozinku.", -"Reset" => "Resetirajte", -"New password" => "Nova lozinka", -"New Password" => "Nova lozinka", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X nije podržan i %s na ovoj platformi neće raditi kako treba.", -"For the best results, please consider using a GNU/Linux server instead." => "Za najbolje rezultate, molimo razmotrite mogućnost korištenje poslužitelja GNU/Linux.", -"Personal" => "Osobno", -"Users" => "Korisnici", -"Apps" => "Aplikacije", -"Admin" => "Admin", -"Help" => "Pomoć", -"Error loading tags" => "Pogrešno učitavanje oznaka", -"Tag already exists" => "Oznaka već postoji", -"Error deleting tag(s)" => "Pogrešno brisanje oznake (oznaka)", -"Error tagging" => "Pogrešno označavanje", -"Error untagging" => "Pogrešno uklanjanje oznaka", -"Error favoriting" => "Pogrešno dodavanje u favorite", -"Error unfavoriting" => "Pogrešno uklanjanje iz favorita", -"Access forbidden" => "Pristup zabranjen", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej, \n\nsamo vam javljamo da je %s podijelio %s s vama.\nPogledajte ga: %s\n\n", -"The share will expire on %s." => "Podijeljeni resurs će isteći na %s.", -"Cheers!" => "Cheers!", -"Security Warning" => "Sigurnosno upozorenje", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Vaša PHP verzija je podložna napadu NULL Byte (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Molimo ažurirajte svoju PHP instalaciju da biste mogli sigurno koristiti %s.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Vašem podatkovnom direktoriju i datotekama vjerojatno se može pristupiti s interneta jer .htaccess datoteka ne radi.", -"For information how to properly configure your server, please see the documentation." => "Za informaciju kako ispravno konfigurirati vaš poslužitelj, molimo vidite dokumentaciju.", -"Create an admin account" => "Kreirajte admin račun", -"Password" => "Lozinka", -"Storage & database" => "Pohrana & baza podataka", -"Data folder" => "Mapa za podatke", -"Configure the database" => "Konfigurirajte bazu podataka", -"Only %s is available." => "Jedino je %s dostupan.", -"Database user" => "Korisnik baze podataka", -"Database password" => "Lozinka baze podataka", -"Database name" => "Naziv baze podataka", -"Database tablespace" => "Tablespace (?) baze podataka", -"Database host" => "Glavno računalo baze podataka", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite će se koristiti kao baza podataka. Za veće instalacije preporučujemo da se to promijeni.", -"Finish setup" => "Završite postavljanje", -"Finishing …" => "Završavanje...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Ova aplikacija zahtjeva JavaScript za ispravan rad. Molimo uključite JavaScript i ponovno učitajte stranicu.", -"%s is available. Get more information on how to update." => "%s je dostupan. Saznajte više informacija o tome kako ažurirati.", -"Log out" => "Odjavite se", -"Server side authentication failed!" => "Autentikacija na strani poslužitelja nije uspjela!", -"Please contact your administrator." => "Molimo kontaktirajte svog administratora.", -"Forgot your password? Reset it!" => "Zaboravili ste svoju lozinku? Resetirajte ju!", -"remember" => "Sjetite se", -"Log in" => "Prijavite se", -"Alternative Logins" => "Alternativne prijave", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hej,

vam upravo javlja da je %s podijelio %ss vama.
POgledajte!

", -"This ownCloud instance is currently in single user mode." => "Ova ownCloud instanca je trenutno u načinu rada za jednog korisnika.", -"This means only administrators can use the instance." => "To znači da tu instancu mogu koristiti samo administratori.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktirajte svog administratora sustava ako se ova poruka ponavlja ili sepojavila neočekivano.", -"Thank you for your patience." => "Hvala vam na strpljenju", -"You are accessing the server from an untrusted domain." => "Poslužitelju pristupate iz nepouzdane domene.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Molimo kontaktirajte svog administratora. Ako ste vi administrator ove instance,konfigurirajte postavku \"trusted_domain\" config/config.php.Primjer konfiguracije ponuđen je u config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Ovisno o vašoj konfiguraciji, kao administrator vi biste također mogli koristitigumb dolje za pristup toj domeni.", -"Add \"%s\" as trusted domain" => "Dodajte \"%s\" kao pouzdanu domenu.", -"%s will be updated to version %s." => "%s će biti ažuriran u verziju %s", -"The following apps will be disabled:" => "Sljedeće aplikacije bit će onemogućene", -"The theme %s has been disabled." => "Tema %s je onemogućena", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Prije nego li nastavite, molimo osigurajte da su baza podataka, mapa konfiguracije i mapaza podatke sigurnosno kopirani.", -"Start update" => "Započnite ažuriranje", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Da biste izbjegli vremensko prekoračenje s većim instalacijama, možete pokrenutisljedeću naredbu iz svoga instalacijskog direktorija:" -); -$PLURAL_FORMS = "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/hu_HU.js b/core/l10n/hu_HU.js new file mode 100644 index 0000000000..1220cf0571 --- /dev/null +++ b/core/l10n/hu_HU.js @@ -0,0 +1,205 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Nem sikerült e-mailt küldeni a következő felhasználóknak: %s", + "Turned on maintenance mode" : "A karbantartási mód bekapcsolva", + "Turned off maintenance mode" : "A karbantartási mód kikapcsolva", + "Updated database" : "Az adatbázis frissítése megtörtént", + "Checked database schema update" : "Az adatbázis séma frissítését ellenőriztük", + "Checked database schema update for apps" : "Az adatbázis séma frissítését ellenőriztük az alkalmazásokra vontakozóan", + "Updated \"%s\" to %s" : "Frissítettük \"%s\"-t erre: %s", + "Disabled incompatible apps: %s" : "Letiltásra került inkompatibilis alkalmazások: %s", + "No image or file provided" : "Nincs kép vagy fájl megadva", + "Unknown filetype" : "Ismeretlen fájltípus", + "Invalid image" : "Hibás kép", + "No temporary profile picture available, try again" : "Az átmeneti profilkép nem elérhető, próbálja újra", + "No crop data provided" : "Vágáshoz nincs adat megadva", + "Sunday" : "vasárnap", + "Monday" : "hétfő", + "Tuesday" : "kedd", + "Wednesday" : "szerda", + "Thursday" : "csütörtök", + "Friday" : "péntek", + "Saturday" : "szombat", + "January" : "január", + "February" : "február", + "March" : "március", + "April" : "április", + "May" : "május", + "June" : "június", + "July" : "július", + "August" : "augusztus", + "September" : "szeptember", + "October" : "október", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Az Ön állományai titkosítva vannak. Ha nem engedélyezte korábban az adatok visszanyeréséhez szükséges kulcs használatát, akkor a jelszó megváltoztatását követően nem fog hozzáférni az adataihoz. Ha nem biztos abban, hogy mit kellene tennie, akkor kérdezze meg a rendszergazdát, mielőtt továbbmenne. Biztos, hogy folytatni kívánja?", + "I know what I'm doing" : "Tudom mit csinálok.", + "Reset password" : "Jelszó-visszaállítás", + "Password can not be changed. Please contact your administrator." : "A jelszót nem lehet visszaállítani. Kérjük, lépjen kapcsolatba a redszergazdával.", + "No" : "Nem", + "Yes" : "Igen", + "Choose" : "Válasszon", + "Error loading file picker template: {error}" : "Nem sikerült betölteni a fájlkiválasztó sablont: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Nem sikerült betölteni az üzenet sablont: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} fájl ütközik","{count} fájl ütközik"], + "One file conflict" : "Egy fájl ütközik", + "New Files" : "Új fájlok", + "Already existing files" : "A fájlok már léteznek", + "Which files do you want to keep?" : "Melyik fájlokat akarja megtartani?", + "If you select both versions, the copied file will have a number added to its name." : "Ha mindkét verziót kiválasztja, a másolt fájlok neve sorszámozva lesz.", + "Cancel" : "Mégsem", + "Continue" : "Folytatás", + "(all selected)" : "(az összes ki lett választva)", + "({count} selected)" : "({count} lett kiválasztva)", + "Error loading file exists template" : "Hiba a létezőfájl-sablon betöltésekor", + "Very weak password" : "Nagyon gyenge jelszó", + "Weak password" : "Gyenge jelszó", + "So-so password" : "Nem túl jó jelszó", + "Good password" : "Jó jelszó", + "Strong password" : "Erős jelszó", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Az Ön webkiszolgálója nincs megfelelően beállítva az állományok szinkronizálásához, mert a WebDAV-elérés úgy tűnik, nem működik.", + "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." : "A kiszolgálónak nem működik az internetkapcsolata. Ez azt jelenti, hogy bizonyos funkciók nem fognak működni, mint pl. külső tárolók becsatolása, automatikus frissítési értesítések vagy más fejlesztők /3rd party/ által írt alkalmazások telepítése. Az állományok távolról történő elérése valamint e-mail értesítések küldése szintén lehet, hogy nem fog működni. Javasoljuk, hogy engedélyezze a kiszolgáló internetelérését, ha az összes funkciót szeretné használni.", + "Error occurred while checking server setup" : "Hiba történt a szerver beállítások ellenőrzése közben", + "Shared" : "Megosztott", + "Shared with {recipients}" : "Megosztva ővelük: {recipients}", + "Share" : "Megosztás", + "Error" : "Hiba", + "Error while sharing" : "Nem sikerült létrehozni a megosztást", + "Error while unsharing" : "Nem sikerült visszavonni a megosztást", + "Error while changing permissions" : "Nem sikerült módosítani a jogosultságokat", + "Shared with you and the group {group} by {owner}" : "Megosztotta Önnel és a(z) {group} csoporttal: {owner}", + "Shared with you by {owner}" : "Megosztotta Önnel: {owner}", + "Share with user or group …" : "Megosztani egy felhasználóval vagy csoporttal ...", + "Share link" : "Megosztás hivatkozással", + "The public link will expire no later than {days} days after it is created" : "A nyilvános link érvényessége legkorábban {days} nappal a létrehozása után jár csak le", + "Password protect" : "Jelszóval is védem", + "Choose a password for the public link" : "Válasszon egy jelszót a nyilvános linkhez", + "Allow Public Upload" : "Feltöltést is engedélyezek", + "Email link to person" : "Email címre küldjük el", + "Send" : "Küldjük el", + "Set expiration date" : "Legyen lejárati idő", + "Expiration date" : "A lejárati idő", + "Adding user..." : "Felhasználó hozzáadása...", + "group" : "csoport", + "Resharing is not allowed" : "Ezt az állományt csak a tulajdonosa oszthatja meg másokkal", + "Shared in {item} with {user}" : "Megosztva {item}-ben {user}-rel", + "Unshare" : "A megosztás visszavonása", + "notify by email" : "e-mail értesítés", + "can share" : "megosztható", + "can edit" : "módosíthat", + "access control" : "jogosultság", + "create" : "létrehoz", + "update" : "szerkeszt", + "delete" : "töröl", + "Password protected" : "Jelszóval van védve", + "Error unsetting expiration date" : "Nem sikerült a lejárati időt törölni", + "Error setting expiration date" : "Nem sikerült a lejárati időt beállítani", + "Sending ..." : "Küldés ...", + "Email sent" : "Az e-mailt elküldtük", + "Warning" : "Figyelmeztetés", + "The object type is not specified." : "Az objektum típusa nincs megadva.", + "Enter new" : "Új beírása", + "Delete" : "Törlés", + "Add" : "Hozzáadás", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz.", + "Couldn't reset password because the token is invalid" : "Nem lehet a jelszót törölni, mert a token érvénytelen.", + "Couldn't send reset email. Please make sure your username is correct." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával. ", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Visszaállítási e-mail nem küldhető, mert nem tartozik e-mail cím ehhez a felhasználóhoz. Kérjük, lépjen kapcsolatba a rendszergazdával.", + "%s password reset" : "%s jelszó visszaállítás", + "Use the following link to reset your password: {link}" : "Használja ezt a linket a jelszó ismételt beállításához: {link}", + "You will receive a link to reset your password via Email." : "Egy e-mailben fog értesítést kapni a jelszóbeállítás módjáról.", + "Username" : "Felhasználónév", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Az Ön állományai titkosítva vannak. Ha nem engedélyezte korábban az adatok visszanyeréséhez szükséges kulcs használatát, akkor a jelszó megváltoztatását követően nem fog hozzáférni az adataihoz. Ha nem biztos abban, hogy mit kellene tennie, akkor kérdezze meg a rendszergazdát, mielőtt továbbmenne. Biztos, hogy folytatni kívánja?", + "Yes, I really want to reset my password now" : "Igen, tényleg meg akarom változtatni a jelszavam", + "Reset" : "Visszaállítás", + "New password" : "Az új jelszó", + "New Password" : "Új jelszó", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "A Mac OS X nem támogatott és %s nem lesz teljesen működőképes. Csak saját felelősségre használja!", + "For the best results, please consider using a GNU/Linux server instead." : "A legjobb eredmény érdekében érdemes GNU/Linux-alapú kiszolgálót használni.", + "Personal" : "Személyes", + "Users" : "Felhasználók", + "Apps" : "Alkalmazások", + "Admin" : "Adminsztráció", + "Help" : "Súgó", + "Error loading tags" : "Hiba a címkék betöltésekor", + "Tag already exists" : "A címke már létezik", + "Error deleting tag(s)" : "Hiba a címkék törlésekor", + "Error tagging" : "Hiba a címkézéskor", + "Error untagging" : "Hiba a címkék eltávolításakor", + "Error favoriting" : "Hiba a kedvencekhez adáskor", + "Error unfavoriting" : "Hiba a kedvencekből törléskor", + "Access forbidden" : "A hozzáférés nem engedélyezett", + "File not found" : "Fájl nem található", + "The specified document has not been found on the server." : "A meghatározott dokumentum nem található a szerveren.", + "You can click here to return to %s." : "Ide kattintva visszatérhetsz ide: %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Üdv!\\n\n\\n\nÉrtesítjük, hogy %s megosztotta Önnel a következőt: %s.\\n\nItt lehet megnézni: %s\\n\n\\n", + "The share will expire on %s." : "A megosztás lejár ekkor %s", + "Cheers!" : "Üdv.", + "Internal Server Error" : "Belső szerver hiba", + "Technical details" : "Technikai adatok", + "Remote Address: %s" : "Távoli cím: %s", + "Request ID: %s" : "Kérelem azonosító: %s", + "Code: %s" : "Kód: %s", + "Message: %s" : "Üzenet: %s", + "File: %s" : "Fájl: %s", + "Line: %s" : "Sor: %s", + "Security Warning" : "Biztonsági figyelmeztetés", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Az Ön PHP verziója sebezhető a NULL bájtos támadással szemben (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Kérjük frissítse a telepített PHP csomagjait, hogy biztonságos legyen az %s szolgáltatása.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Az adatkönyvtár és a benne levő állományok valószínűleg közvetlenül is elérhetők az internetről, mert a .htaccess állomány nem érvényesül.", + "For information how to properly configure your server, please see the documentation." : "A kiszolgáló megfelelő beállításához kérjük olvassa el a dokumentációt.", + "Create an admin account" : "Rendszergazdai belépés létrehozása", + "Password" : "Jelszó", + "Storage & database" : "Tárolás és adatbázis", + "Data folder" : "Adatkönyvtár", + "Configure the database" : "Adatbázis konfigurálása", + "Only %s is available." : "Csak %s érhető el.", + "Database user" : "Adatbázis felhasználónév", + "Database password" : "Adatbázis jelszó", + "Database name" : "Az adatbázis neve", + "Database tablespace" : "Az adatbázis táblázattér (tablespace)", + "Database host" : "Adatbázis szerver", + "SQLite will be used as database. For larger installations we recommend to change this." : "Adatbázisként az SQLite-ot fogjuk használni. Nagyobb telepítések esetén javasoljuk, hogy változtassa meg ezt a beállítást.", + "Finish setup" : "A beállítások befejezése", + "Finishing …" : "Befejezés ...", + "%s is available. Get more information on how to update." : "%s rendelkezésre áll. További információ a frissítéshez.", + "Log out" : "Kilépés", + "Server side authentication failed!" : "A szerveroldali hitelesítés sikertelen!", + "Please contact your administrator." : "Kérjük, lépjen kapcsolatba a rendszergazdával.", + "Forgot your password? Reset it!" : "Elfelejtette a jelszavát? Állítsa vissza!", + "remember" : "emlékezzen", + "Log in" : "Bejelentkezés", + "Alternative Logins" : "Alternatív bejelentkezés", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Üdvözöljük!

\n\nÉrtesítjük, hogy %s megosztotta Önnel ezt az állományt: %s
\nItt lehet megnézni!

", + "This ownCloud instance is currently in single user mode." : "Ez az ownCloud szolgáltatás jelenleg egyfelhasználós üzemmódban működik.", + "This means only administrators can use the instance." : "Ez azt jelenti, hogy csak az adminisztrátor használhatja ezt a példányt", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Ha ez az üzenet ismételten vagy indokolatlanul megjelenik, akkor keresse a rendszergazda segítségét!", + "Thank you for your patience." : "Köszönjük a türelmét.", + "You are accessing the server from an untrusted domain." : "A kiszolgálót nem megbízható tartományból éri el.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kérjük keresse fel a rendszergazdát! Ha ennek a telepítésnek Ön a rendszergazdája, akkor állítsa be a config/config.php állományban a \"trusted_domain\" paramétert! A config/config.sample.php állományban talál példát a beállításra.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "A beállításoktól függően, rendszergazdaként lehetséges, hogy az alábbi gombot is használhatja a tartomány megbízhatóvá tételéhez.", + "Add \"%s\" as trusted domain" : "Adjuk hozzá \"%s\"-t a megbízható tartományokhoz!", + "%s will be updated to version %s." : "%s frissítődni fog erre a verzióra: %s.", + "The following apps will be disabled:" : "A következő alkalmazások lesznek letiltva:", + "The theme %s has been disabled." : "Ez a smink: %s letiltásra került.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Kérjük gondoskodjon róla, hogy elmentse az adatbázist, a konfigurációs mappa és az adatamappa tartalmát, mielőtt folytatja.", + "Start update" : "A frissítés megkezdése", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Nagyobb telepítések esetén úgy kerülhetők el az időtúllépések, ha inkább a következő parancsot adja ki a telepítési alkönyvtárban:" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/hu_HU.json b/core/l10n/hu_HU.json new file mode 100644 index 0000000000..28b3ecb3c4 --- /dev/null +++ b/core/l10n/hu_HU.json @@ -0,0 +1,203 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Nem sikerült e-mailt küldeni a következő felhasználóknak: %s", + "Turned on maintenance mode" : "A karbantartási mód bekapcsolva", + "Turned off maintenance mode" : "A karbantartási mód kikapcsolva", + "Updated database" : "Az adatbázis frissítése megtörtént", + "Checked database schema update" : "Az adatbázis séma frissítését ellenőriztük", + "Checked database schema update for apps" : "Az adatbázis séma frissítését ellenőriztük az alkalmazásokra vontakozóan", + "Updated \"%s\" to %s" : "Frissítettük \"%s\"-t erre: %s", + "Disabled incompatible apps: %s" : "Letiltásra került inkompatibilis alkalmazások: %s", + "No image or file provided" : "Nincs kép vagy fájl megadva", + "Unknown filetype" : "Ismeretlen fájltípus", + "Invalid image" : "Hibás kép", + "No temporary profile picture available, try again" : "Az átmeneti profilkép nem elérhető, próbálja újra", + "No crop data provided" : "Vágáshoz nincs adat megadva", + "Sunday" : "vasárnap", + "Monday" : "hétfő", + "Tuesday" : "kedd", + "Wednesday" : "szerda", + "Thursday" : "csütörtök", + "Friday" : "péntek", + "Saturday" : "szombat", + "January" : "január", + "February" : "február", + "March" : "március", + "April" : "április", + "May" : "május", + "June" : "június", + "July" : "július", + "August" : "augusztus", + "September" : "szeptember", + "October" : "október", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Az Ön állományai titkosítva vannak. Ha nem engedélyezte korábban az adatok visszanyeréséhez szükséges kulcs használatát, akkor a jelszó megváltoztatását követően nem fog hozzáférni az adataihoz. Ha nem biztos abban, hogy mit kellene tennie, akkor kérdezze meg a rendszergazdát, mielőtt továbbmenne. Biztos, hogy folytatni kívánja?", + "I know what I'm doing" : "Tudom mit csinálok.", + "Reset password" : "Jelszó-visszaállítás", + "Password can not be changed. Please contact your administrator." : "A jelszót nem lehet visszaállítani. Kérjük, lépjen kapcsolatba a redszergazdával.", + "No" : "Nem", + "Yes" : "Igen", + "Choose" : "Válasszon", + "Error loading file picker template: {error}" : "Nem sikerült betölteni a fájlkiválasztó sablont: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Nem sikerült betölteni az üzenet sablont: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} fájl ütközik","{count} fájl ütközik"], + "One file conflict" : "Egy fájl ütközik", + "New Files" : "Új fájlok", + "Already existing files" : "A fájlok már léteznek", + "Which files do you want to keep?" : "Melyik fájlokat akarja megtartani?", + "If you select both versions, the copied file will have a number added to its name." : "Ha mindkét verziót kiválasztja, a másolt fájlok neve sorszámozva lesz.", + "Cancel" : "Mégsem", + "Continue" : "Folytatás", + "(all selected)" : "(az összes ki lett választva)", + "({count} selected)" : "({count} lett kiválasztva)", + "Error loading file exists template" : "Hiba a létezőfájl-sablon betöltésekor", + "Very weak password" : "Nagyon gyenge jelszó", + "Weak password" : "Gyenge jelszó", + "So-so password" : "Nem túl jó jelszó", + "Good password" : "Jó jelszó", + "Strong password" : "Erős jelszó", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Az Ön webkiszolgálója nincs megfelelően beállítva az állományok szinkronizálásához, mert a WebDAV-elérés úgy tűnik, nem működik.", + "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." : "A kiszolgálónak nem működik az internetkapcsolata. Ez azt jelenti, hogy bizonyos funkciók nem fognak működni, mint pl. külső tárolók becsatolása, automatikus frissítési értesítések vagy más fejlesztők /3rd party/ által írt alkalmazások telepítése. Az állományok távolról történő elérése valamint e-mail értesítések küldése szintén lehet, hogy nem fog működni. Javasoljuk, hogy engedélyezze a kiszolgáló internetelérését, ha az összes funkciót szeretné használni.", + "Error occurred while checking server setup" : "Hiba történt a szerver beállítások ellenőrzése közben", + "Shared" : "Megosztott", + "Shared with {recipients}" : "Megosztva ővelük: {recipients}", + "Share" : "Megosztás", + "Error" : "Hiba", + "Error while sharing" : "Nem sikerült létrehozni a megosztást", + "Error while unsharing" : "Nem sikerült visszavonni a megosztást", + "Error while changing permissions" : "Nem sikerült módosítani a jogosultságokat", + "Shared with you and the group {group} by {owner}" : "Megosztotta Önnel és a(z) {group} csoporttal: {owner}", + "Shared with you by {owner}" : "Megosztotta Önnel: {owner}", + "Share with user or group …" : "Megosztani egy felhasználóval vagy csoporttal ...", + "Share link" : "Megosztás hivatkozással", + "The public link will expire no later than {days} days after it is created" : "A nyilvános link érvényessége legkorábban {days} nappal a létrehozása után jár csak le", + "Password protect" : "Jelszóval is védem", + "Choose a password for the public link" : "Válasszon egy jelszót a nyilvános linkhez", + "Allow Public Upload" : "Feltöltést is engedélyezek", + "Email link to person" : "Email címre küldjük el", + "Send" : "Küldjük el", + "Set expiration date" : "Legyen lejárati idő", + "Expiration date" : "A lejárati idő", + "Adding user..." : "Felhasználó hozzáadása...", + "group" : "csoport", + "Resharing is not allowed" : "Ezt az állományt csak a tulajdonosa oszthatja meg másokkal", + "Shared in {item} with {user}" : "Megosztva {item}-ben {user}-rel", + "Unshare" : "A megosztás visszavonása", + "notify by email" : "e-mail értesítés", + "can share" : "megosztható", + "can edit" : "módosíthat", + "access control" : "jogosultság", + "create" : "létrehoz", + "update" : "szerkeszt", + "delete" : "töröl", + "Password protected" : "Jelszóval van védve", + "Error unsetting expiration date" : "Nem sikerült a lejárati időt törölni", + "Error setting expiration date" : "Nem sikerült a lejárati időt beállítani", + "Sending ..." : "Küldés ...", + "Email sent" : "Az e-mailt elküldtük", + "Warning" : "Figyelmeztetés", + "The object type is not specified." : "Az objektum típusa nincs megadva.", + "Enter new" : "Új beírása", + "Delete" : "Törlés", + "Add" : "Hozzáadás", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz.", + "Couldn't reset password because the token is invalid" : "Nem lehet a jelszót törölni, mert a token érvénytelen.", + "Couldn't send reset email. Please make sure your username is correct." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával. ", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Visszaállítási e-mail nem küldhető, mert nem tartozik e-mail cím ehhez a felhasználóhoz. Kérjük, lépjen kapcsolatba a rendszergazdával.", + "%s password reset" : "%s jelszó visszaállítás", + "Use the following link to reset your password: {link}" : "Használja ezt a linket a jelszó ismételt beállításához: {link}", + "You will receive a link to reset your password via Email." : "Egy e-mailben fog értesítést kapni a jelszóbeállítás módjáról.", + "Username" : "Felhasználónév", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Az Ön állományai titkosítva vannak. Ha nem engedélyezte korábban az adatok visszanyeréséhez szükséges kulcs használatát, akkor a jelszó megváltoztatását követően nem fog hozzáférni az adataihoz. Ha nem biztos abban, hogy mit kellene tennie, akkor kérdezze meg a rendszergazdát, mielőtt továbbmenne. Biztos, hogy folytatni kívánja?", + "Yes, I really want to reset my password now" : "Igen, tényleg meg akarom változtatni a jelszavam", + "Reset" : "Visszaállítás", + "New password" : "Az új jelszó", + "New Password" : "Új jelszó", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "A Mac OS X nem támogatott és %s nem lesz teljesen működőképes. Csak saját felelősségre használja!", + "For the best results, please consider using a GNU/Linux server instead." : "A legjobb eredmény érdekében érdemes GNU/Linux-alapú kiszolgálót használni.", + "Personal" : "Személyes", + "Users" : "Felhasználók", + "Apps" : "Alkalmazások", + "Admin" : "Adminsztráció", + "Help" : "Súgó", + "Error loading tags" : "Hiba a címkék betöltésekor", + "Tag already exists" : "A címke már létezik", + "Error deleting tag(s)" : "Hiba a címkék törlésekor", + "Error tagging" : "Hiba a címkézéskor", + "Error untagging" : "Hiba a címkék eltávolításakor", + "Error favoriting" : "Hiba a kedvencekhez adáskor", + "Error unfavoriting" : "Hiba a kedvencekből törléskor", + "Access forbidden" : "A hozzáférés nem engedélyezett", + "File not found" : "Fájl nem található", + "The specified document has not been found on the server." : "A meghatározott dokumentum nem található a szerveren.", + "You can click here to return to %s." : "Ide kattintva visszatérhetsz ide: %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Üdv!\\n\n\\n\nÉrtesítjük, hogy %s megosztotta Önnel a következőt: %s.\\n\nItt lehet megnézni: %s\\n\n\\n", + "The share will expire on %s." : "A megosztás lejár ekkor %s", + "Cheers!" : "Üdv.", + "Internal Server Error" : "Belső szerver hiba", + "Technical details" : "Technikai adatok", + "Remote Address: %s" : "Távoli cím: %s", + "Request ID: %s" : "Kérelem azonosító: %s", + "Code: %s" : "Kód: %s", + "Message: %s" : "Üzenet: %s", + "File: %s" : "Fájl: %s", + "Line: %s" : "Sor: %s", + "Security Warning" : "Biztonsági figyelmeztetés", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Az Ön PHP verziója sebezhető a NULL bájtos támadással szemben (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Kérjük frissítse a telepített PHP csomagjait, hogy biztonságos legyen az %s szolgáltatása.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Az adatkönyvtár és a benne levő állományok valószínűleg közvetlenül is elérhetők az internetről, mert a .htaccess állomány nem érvényesül.", + "For information how to properly configure your server, please see the documentation." : "A kiszolgáló megfelelő beállításához kérjük olvassa el a dokumentációt.", + "Create an admin account" : "Rendszergazdai belépés létrehozása", + "Password" : "Jelszó", + "Storage & database" : "Tárolás és adatbázis", + "Data folder" : "Adatkönyvtár", + "Configure the database" : "Adatbázis konfigurálása", + "Only %s is available." : "Csak %s érhető el.", + "Database user" : "Adatbázis felhasználónév", + "Database password" : "Adatbázis jelszó", + "Database name" : "Az adatbázis neve", + "Database tablespace" : "Az adatbázis táblázattér (tablespace)", + "Database host" : "Adatbázis szerver", + "SQLite will be used as database. For larger installations we recommend to change this." : "Adatbázisként az SQLite-ot fogjuk használni. Nagyobb telepítések esetén javasoljuk, hogy változtassa meg ezt a beállítást.", + "Finish setup" : "A beállítások befejezése", + "Finishing …" : "Befejezés ...", + "%s is available. Get more information on how to update." : "%s rendelkezésre áll. További információ a frissítéshez.", + "Log out" : "Kilépés", + "Server side authentication failed!" : "A szerveroldali hitelesítés sikertelen!", + "Please contact your administrator." : "Kérjük, lépjen kapcsolatba a rendszergazdával.", + "Forgot your password? Reset it!" : "Elfelejtette a jelszavát? Állítsa vissza!", + "remember" : "emlékezzen", + "Log in" : "Bejelentkezés", + "Alternative Logins" : "Alternatív bejelentkezés", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Üdvözöljük!

\n\nÉrtesítjük, hogy %s megosztotta Önnel ezt az állományt: %s
\nItt lehet megnézni!

", + "This ownCloud instance is currently in single user mode." : "Ez az ownCloud szolgáltatás jelenleg egyfelhasználós üzemmódban működik.", + "This means only administrators can use the instance." : "Ez azt jelenti, hogy csak az adminisztrátor használhatja ezt a példányt", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Ha ez az üzenet ismételten vagy indokolatlanul megjelenik, akkor keresse a rendszergazda segítségét!", + "Thank you for your patience." : "Köszönjük a türelmét.", + "You are accessing the server from an untrusted domain." : "A kiszolgálót nem megbízható tartományból éri el.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kérjük keresse fel a rendszergazdát! Ha ennek a telepítésnek Ön a rendszergazdája, akkor állítsa be a config/config.php állományban a \"trusted_domain\" paramétert! A config/config.sample.php állományban talál példát a beállításra.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "A beállításoktól függően, rendszergazdaként lehetséges, hogy az alábbi gombot is használhatja a tartomány megbízhatóvá tételéhez.", + "Add \"%s\" as trusted domain" : "Adjuk hozzá \"%s\"-t a megbízható tartományokhoz!", + "%s will be updated to version %s." : "%s frissítődni fog erre a verzióra: %s.", + "The following apps will be disabled:" : "A következő alkalmazások lesznek letiltva:", + "The theme %s has been disabled." : "Ez a smink: %s letiltásra került.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Kérjük gondoskodjon róla, hogy elmentse az adatbázist, a konfigurációs mappa és az adatamappa tartalmát, mielőtt folytatja.", + "Start update" : "A frissítés megkezdése", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Nagyobb telepítések esetén úgy kerülhetők el az időtúllépések, ha inkább a következő parancsot adja ki a telepítési alkönyvtárban:" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php deleted file mode 100644 index b5e28333cc..0000000000 --- a/core/l10n/hu_HU.php +++ /dev/null @@ -1,204 +0,0 @@ - "Nem sikerült e-mailt küldeni a következő felhasználóknak: %s", -"Turned on maintenance mode" => "A karbantartási mód bekapcsolva", -"Turned off maintenance mode" => "A karbantartási mód kikapcsolva", -"Updated database" => "Az adatbázis frissítése megtörtént", -"Checked database schema update" => "Az adatbázis séma frissítését ellenőriztük", -"Checked database schema update for apps" => "Az adatbázis séma frissítését ellenőriztük az alkalmazásokra vontakozóan", -"Updated \"%s\" to %s" => "Frissítettük \"%s\"-t erre: %s", -"Disabled incompatible apps: %s" => "Letiltásra került inkompatibilis alkalmazások: %s", -"No image or file provided" => "Nincs kép vagy fájl megadva", -"Unknown filetype" => "Ismeretlen fájltípus", -"Invalid image" => "Hibás kép", -"No temporary profile picture available, try again" => "Az átmeneti profilkép nem elérhető, próbálja újra", -"No crop data provided" => "Vágáshoz nincs adat megadva", -"Sunday" => "vasárnap", -"Monday" => "hétfő", -"Tuesday" => "kedd", -"Wednesday" => "szerda", -"Thursday" => "csütörtök", -"Friday" => "péntek", -"Saturday" => "szombat", -"January" => "január", -"February" => "február", -"March" => "március", -"April" => "április", -"May" => "május", -"June" => "június", -"July" => "július", -"August" => "augusztus", -"September" => "szeptember", -"October" => "október", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Az Ön állományai titkosítva vannak. Ha nem engedélyezte korábban az adatok visszanyeréséhez szükséges kulcs használatát, akkor a jelszó megváltoztatását követően nem fog hozzáférni az adataihoz. Ha nem biztos abban, hogy mit kellene tennie, akkor kérdezze meg a rendszergazdát, mielőtt továbbmenne. Biztos, hogy folytatni kívánja?", -"I know what I'm doing" => "Tudom mit csinálok.", -"Reset password" => "Jelszó-visszaállítás", -"Password can not be changed. Please contact your administrator." => "A jelszót nem lehet visszaállítani. Kérjük, lépjen kapcsolatba a redszergazdával.", -"No" => "Nem", -"Yes" => "Igen", -"Choose" => "Válasszon", -"Error loading file picker template: {error}" => "Nem sikerült betölteni a fájlkiválasztó sablont: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Nem sikerült betölteni az üzenet sablont: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} fájl ütközik","{count} fájl ütközik"), -"One file conflict" => "Egy fájl ütközik", -"New Files" => "Új fájlok", -"Already existing files" => "A fájlok már léteznek", -"Which files do you want to keep?" => "Melyik fájlokat akarja megtartani?", -"If you select both versions, the copied file will have a number added to its name." => "Ha mindkét verziót kiválasztja, a másolt fájlok neve sorszámozva lesz.", -"Cancel" => "Mégsem", -"Continue" => "Folytatás", -"(all selected)" => "(az összes ki lett választva)", -"({count} selected)" => "({count} lett kiválasztva)", -"Error loading file exists template" => "Hiba a létezőfájl-sablon betöltésekor", -"Very weak password" => "Nagyon gyenge jelszó", -"Weak password" => "Gyenge jelszó", -"So-so password" => "Nem túl jó jelszó", -"Good password" => "Jó jelszó", -"Strong password" => "Erős jelszó", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Az Ön webkiszolgálója nincs megfelelően beállítva az állományok szinkronizálásához, mert a WebDAV-elérés úgy tűnik, nem működik.", -"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." => "A kiszolgálónak nem működik az internetkapcsolata. Ez azt jelenti, hogy bizonyos funkciók nem fognak működni, mint pl. külső tárolók becsatolása, automatikus frissítési értesítések vagy más fejlesztők /3rd party/ által írt alkalmazások telepítése. Az állományok távolról történő elérése valamint e-mail értesítések küldése szintén lehet, hogy nem fog működni. Javasoljuk, hogy engedélyezze a kiszolgáló internetelérését, ha az összes funkciót szeretné használni.", -"Error occurred while checking server setup" => "Hiba történt a szerver beállítások ellenőrzése közben", -"Shared" => "Megosztott", -"Shared with {recipients}" => "Megosztva ővelük: {recipients}", -"Share" => "Megosztás", -"Error" => "Hiba", -"Error while sharing" => "Nem sikerült létrehozni a megosztást", -"Error while unsharing" => "Nem sikerült visszavonni a megosztást", -"Error while changing permissions" => "Nem sikerült módosítani a jogosultságokat", -"Shared with you and the group {group} by {owner}" => "Megosztotta Önnel és a(z) {group} csoporttal: {owner}", -"Shared with you by {owner}" => "Megosztotta Önnel: {owner}", -"Share with user or group …" => "Megosztani egy felhasználóval vagy csoporttal ...", -"Share link" => "Megosztás hivatkozással", -"The public link will expire no later than {days} days after it is created" => "A nyilvános link érvényessége legkorábban {days} nappal a létrehozása után jár csak le", -"Password protect" => "Jelszóval is védem", -"Choose a password for the public link" => "Válasszon egy jelszót a nyilvános linkhez", -"Allow Public Upload" => "Feltöltést is engedélyezek", -"Email link to person" => "Email címre küldjük el", -"Send" => "Küldjük el", -"Set expiration date" => "Legyen lejárati idő", -"Expiration date" => "A lejárati idő", -"Adding user..." => "Felhasználó hozzáadása...", -"group" => "csoport", -"Resharing is not allowed" => "Ezt az állományt csak a tulajdonosa oszthatja meg másokkal", -"Shared in {item} with {user}" => "Megosztva {item}-ben {user}-rel", -"Unshare" => "A megosztás visszavonása", -"notify by email" => "e-mail értesítés", -"can share" => "megosztható", -"can edit" => "módosíthat", -"access control" => "jogosultság", -"create" => "létrehoz", -"update" => "szerkeszt", -"delete" => "töröl", -"Password protected" => "Jelszóval van védve", -"Error unsetting expiration date" => "Nem sikerült a lejárati időt törölni", -"Error setting expiration date" => "Nem sikerült a lejárati időt beállítani", -"Sending ..." => "Küldés ...", -"Email sent" => "Az e-mailt elküldtük", -"Warning" => "Figyelmeztetés", -"The object type is not specified." => "Az objektum típusa nincs megadva.", -"Enter new" => "Új beírása", -"Delete" => "Törlés", -"Add" => "Hozzáadás", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz.", -"Couldn't reset password because the token is invalid" => "Nem lehet a jelszót törölni, mert a token érvénytelen.", -"Couldn't send reset email. Please make sure your username is correct." => "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával. ", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Visszaállítási e-mail nem küldhető, mert nem tartozik e-mail cím ehhez a felhasználóhoz. Kérjük, lépjen kapcsolatba a rendszergazdával.", -"%s password reset" => "%s jelszó visszaállítás", -"Use the following link to reset your password: {link}" => "Használja ezt a linket a jelszó ismételt beállításához: {link}", -"You will receive a link to reset your password via Email." => "Egy e-mailben fog értesítést kapni a jelszóbeállítás módjáról.", -"Username" => "Felhasználónév", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Az Ön állományai titkosítva vannak. Ha nem engedélyezte korábban az adatok visszanyeréséhez szükséges kulcs használatát, akkor a jelszó megváltoztatását követően nem fog hozzáférni az adataihoz. Ha nem biztos abban, hogy mit kellene tennie, akkor kérdezze meg a rendszergazdát, mielőtt továbbmenne. Biztos, hogy folytatni kívánja?", -"Yes, I really want to reset my password now" => "Igen, tényleg meg akarom változtatni a jelszavam", -"Reset" => "Visszaállítás", -"New password" => "Az új jelszó", -"New Password" => "Új jelszó", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "A Mac OS X nem támogatott és %s nem lesz teljesen működőképes. Csak saját felelősségre használja!", -"For the best results, please consider using a GNU/Linux server instead." => "A legjobb eredmény érdekében érdemes GNU/Linux-alapú kiszolgálót használni.", -"Personal" => "Személyes", -"Users" => "Felhasználók", -"Apps" => "Alkalmazások", -"Admin" => "Adminsztráció", -"Help" => "Súgó", -"Error loading tags" => "Hiba a címkék betöltésekor", -"Tag already exists" => "A címke már létezik", -"Error deleting tag(s)" => "Hiba a címkék törlésekor", -"Error tagging" => "Hiba a címkézéskor", -"Error untagging" => "Hiba a címkék eltávolításakor", -"Error favoriting" => "Hiba a kedvencekhez adáskor", -"Error unfavoriting" => "Hiba a kedvencekből törléskor", -"Access forbidden" => "A hozzáférés nem engedélyezett", -"File not found" => "Fájl nem található", -"The specified document has not been found on the server." => "A meghatározott dokumentum nem található a szerveren.", -"You can click here to return to %s." => "Ide kattintva visszatérhetsz ide: %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Üdv!\\n\n\\n\nÉrtesítjük, hogy %s megosztotta Önnel a következőt: %s.\\n\nItt lehet megnézni: %s\\n\n\\n", -"The share will expire on %s." => "A megosztás lejár ekkor %s", -"Cheers!" => "Üdv.", -"Internal Server Error" => "Belső szerver hiba", -"Technical details" => "Technikai adatok", -"Remote Address: %s" => "Távoli cím: %s", -"Request ID: %s" => "Kérelem azonosító: %s", -"Code: %s" => "Kód: %s", -"Message: %s" => "Üzenet: %s", -"File: %s" => "Fájl: %s", -"Line: %s" => "Sor: %s", -"Security Warning" => "Biztonsági figyelmeztetés", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Az Ön PHP verziója sebezhető a NULL bájtos támadással szemben (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Kérjük frissítse a telepített PHP csomagjait, hogy biztonságos legyen az %s szolgáltatása.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Az adatkönyvtár és a benne levő állományok valószínűleg közvetlenül is elérhetők az internetről, mert a .htaccess állomány nem érvényesül.", -"For information how to properly configure your server, please see the documentation." => "A kiszolgáló megfelelő beállításához kérjük olvassa el a dokumentációt.", -"Create an admin account" => "Rendszergazdai belépés létrehozása", -"Password" => "Jelszó", -"Storage & database" => "Tárolás és adatbázis", -"Data folder" => "Adatkönyvtár", -"Configure the database" => "Adatbázis konfigurálása", -"Only %s is available." => "Csak %s érhető el.", -"Database user" => "Adatbázis felhasználónév", -"Database password" => "Adatbázis jelszó", -"Database name" => "Az adatbázis neve", -"Database tablespace" => "Az adatbázis táblázattér (tablespace)", -"Database host" => "Adatbázis szerver", -"SQLite will be used as database. For larger installations we recommend to change this." => "Adatbázisként az SQLite-ot fogjuk használni. Nagyobb telepítések esetén javasoljuk, hogy változtassa meg ezt a beállítást.", -"Finish setup" => "A beállítások befejezése", -"Finishing …" => "Befejezés ...", -"%s is available. Get more information on how to update." => "%s rendelkezésre áll. További információ a frissítéshez.", -"Log out" => "Kilépés", -"Server side authentication failed!" => "A szerveroldali hitelesítés sikertelen!", -"Please contact your administrator." => "Kérjük, lépjen kapcsolatba a rendszergazdával.", -"Forgot your password? Reset it!" => "Elfelejtette a jelszavát? Állítsa vissza!", -"remember" => "emlékezzen", -"Log in" => "Bejelentkezés", -"Alternative Logins" => "Alternatív bejelentkezés", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Üdvözöljük!

\n\nÉrtesítjük, hogy %s megosztotta Önnel ezt az állományt: %s
\nItt lehet megnézni!

", -"This ownCloud instance is currently in single user mode." => "Ez az ownCloud szolgáltatás jelenleg egyfelhasználós üzemmódban működik.", -"This means only administrators can use the instance." => "Ez azt jelenti, hogy csak az adminisztrátor használhatja ezt a példányt", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Ha ez az üzenet ismételten vagy indokolatlanul megjelenik, akkor keresse a rendszergazda segítségét!", -"Thank you for your patience." => "Köszönjük a türelmét.", -"You are accessing the server from an untrusted domain." => "A kiszolgálót nem megbízható tartományból éri el.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Kérjük keresse fel a rendszergazdát! Ha ennek a telepítésnek Ön a rendszergazdája, akkor állítsa be a config/config.php állományban a \"trusted_domain\" paramétert! A config/config.sample.php állományban talál példát a beállításra.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "A beállításoktól függően, rendszergazdaként lehetséges, hogy az alábbi gombot is használhatja a tartomány megbízhatóvá tételéhez.", -"Add \"%s\" as trusted domain" => "Adjuk hozzá \"%s\"-t a megbízható tartományokhoz!", -"%s will be updated to version %s." => "%s frissítődni fog erre a verzióra: %s.", -"The following apps will be disabled:" => "A következő alkalmazások lesznek letiltva:", -"The theme %s has been disabled." => "Ez a smink: %s letiltásra került.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Kérjük gondoskodjon róla, hogy elmentse az adatbázist, a konfigurációs mappa és az adatamappa tartalmát, mielőtt folytatja.", -"Start update" => "A frissítés megkezdése", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Nagyobb telepítések esetén úgy kerülhetők el az időtúllépések, ha inkább a következő parancsot adja ki a telepítési alkönyvtárban:" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/hy.js b/core/l10n/hy.js new file mode 100644 index 0000000000..7f69d32fa3 --- /dev/null +++ b/core/l10n/hy.js @@ -0,0 +1,26 @@ +OC.L10N.register( + "core", + { + "Sunday" : "Կիրակի", + "Monday" : "Երկուշաբթի", + "Tuesday" : "Երեքշաբթի", + "Wednesday" : "Չորեքշաբթի", + "Thursday" : "Հինգշաբթի", + "Friday" : "Ուրբաթ", + "Saturday" : "Շաբաթ", + "January" : "Հունվար", + "February" : "Փետրվար", + "March" : "Մարտ", + "April" : "Ապրիլ", + "May" : "Մայիս", + "June" : "Հունիս", + "July" : "Հուլիս", + "August" : "Օգոստոս", + "September" : "Սեպտեմբեր", + "October" : "Հոկտեմբեր", + "November" : "Նոյեմբեր", + "December" : "Դեկտեմբեր", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Delete" : "Ջնջել" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/hy.json b/core/l10n/hy.json new file mode 100644 index 0000000000..d650d6ee92 --- /dev/null +++ b/core/l10n/hy.json @@ -0,0 +1,24 @@ +{ "translations": { + "Sunday" : "Կիրակի", + "Monday" : "Երկուշաբթի", + "Tuesday" : "Երեքշաբթի", + "Wednesday" : "Չորեքշաբթի", + "Thursday" : "Հինգշաբթի", + "Friday" : "Ուրբաթ", + "Saturday" : "Շաբաթ", + "January" : "Հունվար", + "February" : "Փետրվար", + "March" : "Մարտ", + "April" : "Ապրիլ", + "May" : "Մայիս", + "June" : "Հունիս", + "July" : "Հուլիս", + "August" : "Օգոստոս", + "September" : "Սեպտեմբեր", + "October" : "Հոկտեմբեր", + "November" : "Նոյեմբեր", + "December" : "Դեկտեմբեր", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Delete" : "Ջնջել" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/hy.php b/core/l10n/hy.php deleted file mode 100644 index 956fe561b5..0000000000 --- a/core/l10n/hy.php +++ /dev/null @@ -1,25 +0,0 @@ - "Կիրակի", -"Monday" => "Երկուշաբթի", -"Tuesday" => "Երեքշաբթի", -"Wednesday" => "Չորեքշաբթի", -"Thursday" => "Հինգշաբթի", -"Friday" => "Ուրբաթ", -"Saturday" => "Շաբաթ", -"January" => "Հունվար", -"February" => "Փետրվար", -"March" => "Մարտ", -"April" => "Ապրիլ", -"May" => "Մայիս", -"June" => "Հունիս", -"July" => "Հուլիս", -"August" => "Օգոստոս", -"September" => "Սեպտեմբեր", -"October" => "Հոկտեմբեր", -"November" => "Նոյեմբեր", -"December" => "Դեկտեմբեր", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Delete" => "Ջնջել" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ia.js b/core/l10n/ia.js new file mode 100644 index 0000000000..515d612244 --- /dev/null +++ b/core/l10n/ia.js @@ -0,0 +1,161 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "On non pote inviar message de e-posta a le usatores sequente: %s", + "Turned on maintenance mode" : "Activate modo de mantenentia", + "Turned off maintenance mode" : "De-activar modo de mantenentia", + "Updated database" : "Base de datos actualisate", + "Checked database schema update" : "Il ha verificate actualisation de schema de base de datos", + "Checked database schema update for apps" : "Il ha verificate actualisation de schema de base de datos pro apps", + "Updated \"%s\" to %s" : "Actualisava \"%s\" a %s", + "Disabled incompatible apps: %s" : "Apps non compatibile ha essite dishabilitate: %s", + "No image or file provided" : "Il forniva necun imagine o file", + "Unknown filetype" : "Typo de file incognite", + "Invalid image" : "Imagine invalide", + "No temporary profile picture available, try again" : "Necun photo de profilo temporanee disponibile, essaya novemente", + "Sunday" : "Dominica", + "Monday" : "Lunedi", + "Tuesday" : "Martedi", + "Wednesday" : "Mercuridi", + "Thursday" : "Jovedi", + "Friday" : "Venerdi", + "Saturday" : "Sabbato", + "January" : "januario", + "February" : "Februario", + "March" : "Martio", + "April" : "April", + "May" : "Mai", + "June" : "Junio", + "July" : "Julio", + "August" : "Augusto", + "September" : "Septembre", + "October" : "Octobre", + "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", + "Reset password" : "Reinitialisar contrasigno", + "Password can not be changed. Please contact your administrator." : "Contrasigno non pote esser modificate. Pro favor continge tu administrator.", + "No" : "No", + "Yes" : "Si", + "Choose" : "Seliger", + "Ok" : "Ok", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de file","{count} conflictos de file"], + "One file conflict" : "Un conflicto de file", + "New Files" : "Nove files", + "Already existing files" : "Files jam existente", + "Which files do you want to keep?" : "Qual files tu vole mantener?", + "Cancel" : "Cancellar", + "Continue" : "Continuar", + "Error loading file exists template" : "Error quando on incargava patrono de file existente", + "Very weak password" : "Contrasigno multo debile", + "Weak password" : "Contrasigno debile", + "So-so password" : "Contrasigno passabile", + "Good password" : "Contrasigno bon", + "Strong password" : "Contrasigno forte", + "Error occurred while checking server setup" : "Un error occurreva quando on verificava le configuration de le servitor.", + "Shared" : "Compartite", + "Shared with {recipients}" : "Compatite con {recipients}", + "Share" : "Compartir", + "Error" : "Error", + "Error while sharing" : "Error quando on compartiva", + "Error while unsharing" : "Error quando on levava le compartir", + "Error while changing permissions" : "Error quando on modificava permissiones", + "Shared with you and the group {group} by {owner}" : "Compartite con te e le gruppo {group} per {owner}", + "Shared with you by {owner}" : "Compartite con te per {owner} ", + "Share with user or group …" : "Compartir con usator o gruppo ...", + "Share link" : "Compartir ligamine", + "Password protect" : "Protegite per contrasigno", + "Choose a password for the public link" : "Selige un contrasigno pro le ligamine public", + "Allow Public Upload" : "Permitter incargamento public", + "Email link to person" : "Ligamine de e-posta a persona", + "Send" : "Invia", + "Set expiration date" : "Fixa data de expiration", + "Expiration date" : "Data de expiration", + "Adding user..." : "Addente usator...", + "group" : "gruppo", + "Resharing is not allowed" : "Il non es permittite compartir plus que un vice", + "Shared in {item} with {user}" : "Compartite in {item} con {user}", + "Unshare" : "Leva compartir", + "notify by email" : "notificar per message de e-posta", + "can share" : "pote compartir", + "can edit" : "pote modificar", + "access control" : "controlo de accesso", + "create" : "crear", + "update" : "actualisar", + "delete" : "deler", + "Password protected" : "Proteger con contrasigno", + "Error unsetting expiration date" : "Error quando on levava le data de expiration", + "Error setting expiration date" : "Error quando on fixava le data de expiration", + "Sending ..." : "Inviante ...", + "Email sent" : "Message de e-posta inviate", + "Warning" : "Aviso", + "The object type is not specified." : "Le typo de objecto non es specificate", + "Enter new" : "Inserta nove", + "Delete" : "Deler", + "Add" : "Adder", + "Edit tags" : "Modifica etiquettas", + "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.", + "%s password reset" : "%s contrasigno re-fixate", + "Use the following link to reset your password: {link}" : "Usa le ligamine sequente pro re-fixar tu contrasigno: {link}", + "You will receive a link to reset your password via Email." : "Tu recipera un ligamine pro re-configurar tu contrasigno via e-posta.", + "Username" : "Nomine de usator", + "Yes, I really want to reset my password now" : "Si, io vermente vole re-configurar mi contrasigno nunc", + "Reset" : "Re-fixar", + "New password" : "Nove contrasigno", + "New Password" : "Nove contrasigno", + "For the best results, please consider using a GNU/Linux server instead." : "Pro le exitos melior, pro favor tu considera usar in loco un servitor GNU/Linux.", + "Personal" : "Personal", + "Users" : "Usatores", + "Apps" : "Applicationes", + "Admin" : "Administration", + "Help" : "Adjuta", + "Error loading tags" : "Error quando on cargava etiquettas", + "Tag already exists" : "Etiquetta ja existe", + "Access forbidden" : "Accesso prohibite", + "File not found" : "File non trovate", + "The specified document has not been found on the server." : "Le documento specificate non ha essite trovate sur le servitor.", + "The share will expire on %s." : "Le compartir expirara le %s.", + "Cheers!" : "Acclamationes!", + "Technical details" : "Detalios technic", + "Remote Address: %s" : "Adresse remote: %s", + "Request ID: %s" : "ID de requesta: %s", + "Code: %s" : "Codice: %s", + "Message: %s" : "Message: %s", + "File: %s" : "File: %s", + "Line: %s" : "Rango: %s", + "Trace" : "Tracia", + "Security Warning" : "Aviso de securitate", + "Please update your PHP installation to use %s securely." : "Pro favor actualisa tu installation de PHP pro usar %s con securitate.", + "Create an admin account" : "Crear un conto de administration", + "Password" : "Contrasigno", + "Storage & database" : "Immagazinage & base de datos", + "Data folder" : "Dossier de datos", + "Configure the database" : "Configurar le base de datos", + "Only %s is available." : "Solmente %s es disponibile", + "Database user" : "Usator de base de datos", + "Database password" : "Contrasigno de base de datos", + "Database name" : "Nomine de base de datos", + "Database tablespace" : "Spatio de tabella de base de datos", + "Database host" : "Hospite de base de datos", + "Finish setup" : "Terminar configuration", + "Finishing …" : "Terminante ...", + "Log out" : "Clauder le session", + "Server side authentication failed!" : "Il falleva authentication de latere servitor!", + "Please contact your administrator." : "Pro favor continge tu administrator.", + "Forgot your password? Reset it!" : "Tu oblidava tu contrasigno? Re-configura lo!", + "remember" : "memora", + "Log in" : "Aperir session", + "Alternative Logins" : "Accessos de autorisation alternative", + "Thank you for your patience." : "Gratias pro tu patientia.", + "Start update" : "Initia actualisation" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ia.json b/core/l10n/ia.json new file mode 100644 index 0000000000..9814ab98ab --- /dev/null +++ b/core/l10n/ia.json @@ -0,0 +1,159 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "On non pote inviar message de e-posta a le usatores sequente: %s", + "Turned on maintenance mode" : "Activate modo de mantenentia", + "Turned off maintenance mode" : "De-activar modo de mantenentia", + "Updated database" : "Base de datos actualisate", + "Checked database schema update" : "Il ha verificate actualisation de schema de base de datos", + "Checked database schema update for apps" : "Il ha verificate actualisation de schema de base de datos pro apps", + "Updated \"%s\" to %s" : "Actualisava \"%s\" a %s", + "Disabled incompatible apps: %s" : "Apps non compatibile ha essite dishabilitate: %s", + "No image or file provided" : "Il forniva necun imagine o file", + "Unknown filetype" : "Typo de file incognite", + "Invalid image" : "Imagine invalide", + "No temporary profile picture available, try again" : "Necun photo de profilo temporanee disponibile, essaya novemente", + "Sunday" : "Dominica", + "Monday" : "Lunedi", + "Tuesday" : "Martedi", + "Wednesday" : "Mercuridi", + "Thursday" : "Jovedi", + "Friday" : "Venerdi", + "Saturday" : "Sabbato", + "January" : "januario", + "February" : "Februario", + "March" : "Martio", + "April" : "April", + "May" : "Mai", + "June" : "Junio", + "July" : "Julio", + "August" : "Augusto", + "September" : "Septembre", + "October" : "Octobre", + "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", + "Reset password" : "Reinitialisar contrasigno", + "Password can not be changed. Please contact your administrator." : "Contrasigno non pote esser modificate. Pro favor continge tu administrator.", + "No" : "No", + "Yes" : "Si", + "Choose" : "Seliger", + "Ok" : "Ok", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de file","{count} conflictos de file"], + "One file conflict" : "Un conflicto de file", + "New Files" : "Nove files", + "Already existing files" : "Files jam existente", + "Which files do you want to keep?" : "Qual files tu vole mantener?", + "Cancel" : "Cancellar", + "Continue" : "Continuar", + "Error loading file exists template" : "Error quando on incargava patrono de file existente", + "Very weak password" : "Contrasigno multo debile", + "Weak password" : "Contrasigno debile", + "So-so password" : "Contrasigno passabile", + "Good password" : "Contrasigno bon", + "Strong password" : "Contrasigno forte", + "Error occurred while checking server setup" : "Un error occurreva quando on verificava le configuration de le servitor.", + "Shared" : "Compartite", + "Shared with {recipients}" : "Compatite con {recipients}", + "Share" : "Compartir", + "Error" : "Error", + "Error while sharing" : "Error quando on compartiva", + "Error while unsharing" : "Error quando on levava le compartir", + "Error while changing permissions" : "Error quando on modificava permissiones", + "Shared with you and the group {group} by {owner}" : "Compartite con te e le gruppo {group} per {owner}", + "Shared with you by {owner}" : "Compartite con te per {owner} ", + "Share with user or group …" : "Compartir con usator o gruppo ...", + "Share link" : "Compartir ligamine", + "Password protect" : "Protegite per contrasigno", + "Choose a password for the public link" : "Selige un contrasigno pro le ligamine public", + "Allow Public Upload" : "Permitter incargamento public", + "Email link to person" : "Ligamine de e-posta a persona", + "Send" : "Invia", + "Set expiration date" : "Fixa data de expiration", + "Expiration date" : "Data de expiration", + "Adding user..." : "Addente usator...", + "group" : "gruppo", + "Resharing is not allowed" : "Il non es permittite compartir plus que un vice", + "Shared in {item} with {user}" : "Compartite in {item} con {user}", + "Unshare" : "Leva compartir", + "notify by email" : "notificar per message de e-posta", + "can share" : "pote compartir", + "can edit" : "pote modificar", + "access control" : "controlo de accesso", + "create" : "crear", + "update" : "actualisar", + "delete" : "deler", + "Password protected" : "Proteger con contrasigno", + "Error unsetting expiration date" : "Error quando on levava le data de expiration", + "Error setting expiration date" : "Error quando on fixava le data de expiration", + "Sending ..." : "Inviante ...", + "Email sent" : "Message de e-posta inviate", + "Warning" : "Aviso", + "The object type is not specified." : "Le typo de objecto non es specificate", + "Enter new" : "Inserta nove", + "Delete" : "Deler", + "Add" : "Adder", + "Edit tags" : "Modifica etiquettas", + "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.", + "%s password reset" : "%s contrasigno re-fixate", + "Use the following link to reset your password: {link}" : "Usa le ligamine sequente pro re-fixar tu contrasigno: {link}", + "You will receive a link to reset your password via Email." : "Tu recipera un ligamine pro re-configurar tu contrasigno via e-posta.", + "Username" : "Nomine de usator", + "Yes, I really want to reset my password now" : "Si, io vermente vole re-configurar mi contrasigno nunc", + "Reset" : "Re-fixar", + "New password" : "Nove contrasigno", + "New Password" : "Nove contrasigno", + "For the best results, please consider using a GNU/Linux server instead." : "Pro le exitos melior, pro favor tu considera usar in loco un servitor GNU/Linux.", + "Personal" : "Personal", + "Users" : "Usatores", + "Apps" : "Applicationes", + "Admin" : "Administration", + "Help" : "Adjuta", + "Error loading tags" : "Error quando on cargava etiquettas", + "Tag already exists" : "Etiquetta ja existe", + "Access forbidden" : "Accesso prohibite", + "File not found" : "File non trovate", + "The specified document has not been found on the server." : "Le documento specificate non ha essite trovate sur le servitor.", + "The share will expire on %s." : "Le compartir expirara le %s.", + "Cheers!" : "Acclamationes!", + "Technical details" : "Detalios technic", + "Remote Address: %s" : "Adresse remote: %s", + "Request ID: %s" : "ID de requesta: %s", + "Code: %s" : "Codice: %s", + "Message: %s" : "Message: %s", + "File: %s" : "File: %s", + "Line: %s" : "Rango: %s", + "Trace" : "Tracia", + "Security Warning" : "Aviso de securitate", + "Please update your PHP installation to use %s securely." : "Pro favor actualisa tu installation de PHP pro usar %s con securitate.", + "Create an admin account" : "Crear un conto de administration", + "Password" : "Contrasigno", + "Storage & database" : "Immagazinage & base de datos", + "Data folder" : "Dossier de datos", + "Configure the database" : "Configurar le base de datos", + "Only %s is available." : "Solmente %s es disponibile", + "Database user" : "Usator de base de datos", + "Database password" : "Contrasigno de base de datos", + "Database name" : "Nomine de base de datos", + "Database tablespace" : "Spatio de tabella de base de datos", + "Database host" : "Hospite de base de datos", + "Finish setup" : "Terminar configuration", + "Finishing …" : "Terminante ...", + "Log out" : "Clauder le session", + "Server side authentication failed!" : "Il falleva authentication de latere servitor!", + "Please contact your administrator." : "Pro favor continge tu administrator.", + "Forgot your password? Reset it!" : "Tu oblidava tu contrasigno? Re-configura lo!", + "remember" : "memora", + "Log in" : "Aperir session", + "Alternative Logins" : "Accessos de autorisation alternative", + "Thank you for your patience." : "Gratias pro tu patientia.", + "Start update" : "Initia actualisation" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/ia.php b/core/l10n/ia.php deleted file mode 100644 index 941f831c01..0000000000 --- a/core/l10n/ia.php +++ /dev/null @@ -1,160 +0,0 @@ - "On non pote inviar message de e-posta a le usatores sequente: %s", -"Turned on maintenance mode" => "Activate modo de mantenentia", -"Turned off maintenance mode" => "De-activar modo de mantenentia", -"Updated database" => "Base de datos actualisate", -"Checked database schema update" => "Il ha verificate actualisation de schema de base de datos", -"Checked database schema update for apps" => "Il ha verificate actualisation de schema de base de datos pro apps", -"Updated \"%s\" to %s" => "Actualisava \"%s\" a %s", -"Disabled incompatible apps: %s" => "Apps non compatibile ha essite dishabilitate: %s", -"No image or file provided" => "Il forniva necun imagine o file", -"Unknown filetype" => "Typo de file incognite", -"Invalid image" => "Imagine invalide", -"No temporary profile picture available, try again" => "Necun photo de profilo temporanee disponibile, essaya novemente", -"Sunday" => "Dominica", -"Monday" => "Lunedi", -"Tuesday" => "Martedi", -"Wednesday" => "Mercuridi", -"Thursday" => "Jovedi", -"Friday" => "Venerdi", -"Saturday" => "Sabbato", -"January" => "januario", -"February" => "Februario", -"March" => "Martio", -"April" => "April", -"May" => "Mai", -"June" => "Junio", -"July" => "Julio", -"August" => "Augusto", -"September" => "Septembre", -"October" => "Octobre", -"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", -"Reset password" => "Reinitialisar contrasigno", -"Password can not be changed. Please contact your administrator." => "Contrasigno non pote esser modificate. Pro favor continge tu administrator.", -"No" => "No", -"Yes" => "Si", -"Choose" => "Seliger", -"Ok" => "Ok", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} conflicto de file","{count} conflictos de file"), -"One file conflict" => "Un conflicto de file", -"New Files" => "Nove files", -"Already existing files" => "Files jam existente", -"Which files do you want to keep?" => "Qual files tu vole mantener?", -"Cancel" => "Cancellar", -"Continue" => "Continuar", -"Error loading file exists template" => "Error quando on incargava patrono de file existente", -"Very weak password" => "Contrasigno multo debile", -"Weak password" => "Contrasigno debile", -"So-so password" => "Contrasigno passabile", -"Good password" => "Contrasigno bon", -"Strong password" => "Contrasigno forte", -"Error occurred while checking server setup" => "Un error occurreva quando on verificava le configuration de le servitor.", -"Shared" => "Compartite", -"Shared with {recipients}" => "Compatite con {recipients}", -"Share" => "Compartir", -"Error" => "Error", -"Error while sharing" => "Error quando on compartiva", -"Error while unsharing" => "Error quando on levava le compartir", -"Error while changing permissions" => "Error quando on modificava permissiones", -"Shared with you and the group {group} by {owner}" => "Compartite con te e le gruppo {group} per {owner}", -"Shared with you by {owner}" => "Compartite con te per {owner} ", -"Share with user or group …" => "Compartir con usator o gruppo ...", -"Share link" => "Compartir ligamine", -"Password protect" => "Protegite per contrasigno", -"Choose a password for the public link" => "Selige un contrasigno pro le ligamine public", -"Allow Public Upload" => "Permitter incargamento public", -"Email link to person" => "Ligamine de e-posta a persona", -"Send" => "Invia", -"Set expiration date" => "Fixa data de expiration", -"Expiration date" => "Data de expiration", -"Adding user..." => "Addente usator...", -"group" => "gruppo", -"Resharing is not allowed" => "Il non es permittite compartir plus que un vice", -"Shared in {item} with {user}" => "Compartite in {item} con {user}", -"Unshare" => "Leva compartir", -"notify by email" => "notificar per message de e-posta", -"can share" => "pote compartir", -"can edit" => "pote modificar", -"access control" => "controlo de accesso", -"create" => "crear", -"update" => "actualisar", -"delete" => "deler", -"Password protected" => "Proteger con contrasigno", -"Error unsetting expiration date" => "Error quando on levava le data de expiration", -"Error setting expiration date" => "Error quando on fixava le data de expiration", -"Sending ..." => "Inviante ...", -"Email sent" => "Message de e-posta inviate", -"Warning" => "Aviso", -"The object type is not specified." => "Le typo de objecto non es specificate", -"Enter new" => "Inserta nove", -"Delete" => "Deler", -"Add" => "Adder", -"Edit tags" => "Modifica etiquettas", -"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.", -"%s password reset" => "%s contrasigno re-fixate", -"Use the following link to reset your password: {link}" => "Usa le ligamine sequente pro re-fixar tu contrasigno: {link}", -"You will receive a link to reset your password via Email." => "Tu recipera un ligamine pro re-configurar tu contrasigno via e-posta.", -"Username" => "Nomine de usator", -"Yes, I really want to reset my password now" => "Si, io vermente vole re-configurar mi contrasigno nunc", -"Reset" => "Re-fixar", -"New password" => "Nove contrasigno", -"New Password" => "Nove contrasigno", -"For the best results, please consider using a GNU/Linux server instead." => "Pro le exitos melior, pro favor tu considera usar in loco un servitor GNU/Linux.", -"Personal" => "Personal", -"Users" => "Usatores", -"Apps" => "Applicationes", -"Admin" => "Administration", -"Help" => "Adjuta", -"Error loading tags" => "Error quando on cargava etiquettas", -"Tag already exists" => "Etiquetta ja existe", -"Access forbidden" => "Accesso prohibite", -"File not found" => "File non trovate", -"The specified document has not been found on the server." => "Le documento specificate non ha essite trovate sur le servitor.", -"The share will expire on %s." => "Le compartir expirara le %s.", -"Cheers!" => "Acclamationes!", -"Technical details" => "Detalios technic", -"Remote Address: %s" => "Adresse remote: %s", -"Request ID: %s" => "ID de requesta: %s", -"Code: %s" => "Codice: %s", -"Message: %s" => "Message: %s", -"File: %s" => "File: %s", -"Line: %s" => "Rango: %s", -"Trace" => "Tracia", -"Security Warning" => "Aviso de securitate", -"Please update your PHP installation to use %s securely." => "Pro favor actualisa tu installation de PHP pro usar %s con securitate.", -"Create an admin account" => "Crear un conto de administration", -"Password" => "Contrasigno", -"Storage & database" => "Immagazinage & base de datos", -"Data folder" => "Dossier de datos", -"Configure the database" => "Configurar le base de datos", -"Only %s is available." => "Solmente %s es disponibile", -"Database user" => "Usator de base de datos", -"Database password" => "Contrasigno de base de datos", -"Database name" => "Nomine de base de datos", -"Database tablespace" => "Spatio de tabella de base de datos", -"Database host" => "Hospite de base de datos", -"Finish setup" => "Terminar configuration", -"Finishing …" => "Terminante ...", -"Log out" => "Clauder le session", -"Server side authentication failed!" => "Il falleva authentication de latere servitor!", -"Please contact your administrator." => "Pro favor continge tu administrator.", -"Forgot your password? Reset it!" => "Tu oblidava tu contrasigno? Re-configura lo!", -"remember" => "memora", -"Log in" => "Aperir session", -"Alternative Logins" => "Accessos de autorisation alternative", -"Thank you for your patience." => "Gratias pro tu patientia.", -"Start update" => "Initia actualisation" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/id.js b/core/l10n/id.js new file mode 100644 index 0000000000..171d4141a2 --- /dev/null +++ b/core/l10n/id.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Tidak dapat mengirim Email ke pengguna berikut: %s", + "Turned on maintenance mode" : "Hidupkan mode perawatan", + "Turned off maintenance mode" : "Matikan mode perawatan", + "Updated database" : "Basis data terbaru", + "Checked database schema update" : "Pembaruan skema basis data terperiksa", + "Checked database schema update for apps" : "Pembaruan skema basis data terperiksa untuk aplikasi", + "Updated \"%s\" to %s" : "Terbaru \"%s\" sampai %s", + "Disabled incompatible apps: %s" : "Aplikasi tidak kompatibel yang dinonaktifkan: %s", + "No image or file provided" : "Tidak ada gambar atau berkas yang disediakan", + "Unknown filetype" : "Tipe berkas tidak dikenal", + "Invalid image" : "Gambar tidak sah", + "No temporary profile picture available, try again" : "Tidak ada gambar profil sementara yang tersedia, coba lagi", + "No crop data provided" : "Tidak ada data krop tersedia", + "Sunday" : "Minggu", + "Monday" : "Senin", + "Tuesday" : "Selasa", + "Wednesday" : "Rabu", + "Thursday" : "Kamis", + "Friday" : "Jumat", + "Saturday" : "Sabtu", + "January" : "Januari", + "February" : "Februari", + "March" : "Maret", + "April" : "April", + "May" : "Mei", + "June" : "Juni", + "July" : "Juli", + "August" : "Agustus", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Berkas-berkas Anda terenkripsi. Jika Anda tidak mengaktifkan kunci pemulihan, tidak ada cara lain untuk mendapatkan data Anda kembali setelah sandi di setel ulang.
Jika Anda tidak yakin dengan apa yang akan Anda dilakukan, mohon hubungi administrator Anda sebelum melanjutkan.
Apakah Anda yakin ingin melanjutkan?", + "I know what I'm doing" : "Saya tahu apa yang saya lakukan", + "Reset password" : "Setel ulang sandi", + "Password can not be changed. Please contact your administrator." : "Sandi tidak dapat diubah. Silakan hubungi administrator Anda", + "No" : "Tidak", + "Yes" : "Ya", + "Choose" : "Pilih", + "Error loading file picker template: {error}" : "Galat memuat templat berkas pemilih: {error}", + "Ok" : "Oke", + "Error loading message template: {error}" : "Kesalahan memuat templat pesan: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} berkas konflik"], + "One file conflict" : "Satu berkas konflik", + "New Files" : "Berkas Baru", + "Already existing files" : "Berkas sudah ada", + "Which files do you want to keep?" : "Berkas mana yang ingin anda pertahankan?", + "If you select both versions, the copied file will have a number added to its name." : "Jika anda memilih kedua versi, berkas yang disalin akan memiliki nomor yang ditambahkan sesuai namanya.", + "Cancel" : "Batal", + "Continue" : "Lanjutkan", + "(all selected)" : "(semua terpilih)", + "({count} selected)" : "({count} terpilih)", + "Error loading file exists template" : "Kesalahan memuat templat berkas yang sudah ada", + "Very weak password" : "Sandi sangat lemah", + "Weak password" : "Sandi lemah", + "So-so password" : "Sandi lumayan", + "Good password" : "Sandi baik", + "Strong password" : "Sandi kuat", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Web server Anda belum dikonfigurasikan dengan baik untuk mengizinkan sinkronisasi berkas karena tampaknya antarmuka WebDAV rusak.", + "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." : "Server ini tidak memiliki koneksi internet. Hal ini berarti bahwa beberapa fitur seperti mengaitkan penyimpanan eksternal, pemberitahuan tentang pembaruan atau instalasi aplikasi pihak ke-3 tidak akan bisa. Mengakses berkas dari remote dan mengirim email notifikasi juga tidak akan bekerja. Kami menyarankan untuk mengaktifkan koneksi internet untuk server ini jika Anda menginginkan semua fitur.", + "Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server", + "Shared" : "Dibagikan", + "Shared with {recipients}" : "Dibagikan dengan {recipients}", + "Share" : "Bagikan", + "Error" : "Galat", + "Error while sharing" : "Galat ketika membagikan", + "Error while unsharing" : "Galat ketika membatalkan pembagian", + "Error while changing permissions" : "Galat ketika mengubah izin", + "Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}", + "Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}", + "Share with user or group …" : "Bagikan dengan pengguna atau grup ...", + "Share link" : "Bagikan tautan", + "The public link will expire no later than {days} days after it is created" : "Tautan publik akan kadaluarsa tidak lebih dari {days} hari setelah ini dibuat", + "Password protect" : "Lindungi dengan sandi", + "Choose a password for the public link" : "Tetapkan sandi untuk tautan publik", + "Allow Public Upload" : "Izinkan Unggahan Publik", + "Email link to person" : "Emailkan tautan ini ke orang", + "Send" : "Kirim", + "Set expiration date" : "Atur tanggal kedaluwarsa", + "Expiration date" : "Tanggal kedaluwarsa", + "Adding user..." : "Menambahkan pengguna...", + "group" : "grup", + "Resharing is not allowed" : "Berbagi ulang tidak diizinkan", + "Shared in {item} with {user}" : "Dibagikan dalam {item} dengan {user}", + "Unshare" : "Batalkan berbagi", + "notify by email" : "notifikasi via email", + "can share" : "dapat berbagi", + "can edit" : "dapat sunting", + "access control" : "kontrol akses", + "create" : "buat", + "update" : "perbarui", + "delete" : "hapus", + "Password protected" : "Sandi dilindungi", + "Error unsetting expiration date" : "Galat ketika menghapus tanggal kedaluwarsa", + "Error setting expiration date" : "Galat ketika mengatur tanggal kedaluwarsa", + "Sending ..." : "Mengirim ...", + "Email sent" : "Email terkirim", + "Warning" : "Peringatan", + "The object type is not specified." : "Tipe objek tidak ditentukan.", + "Enter new" : "Masukkan baru", + "Delete" : "Hapus", + "Add" : "Tambah", + "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.", + "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", + "The update was successful. Redirecting you to ownCloud now." : "Pembaruan sukses. Anda akan diarahkan ulang ke ownCloud.", + "Couldn't reset password because the token is invalid" : "Tidak dapat menyetel ulang sandi karena token tidak sah", + "Couldn't send reset email. Please make sure your username is correct." : "Tidak dapat menyetel ulang email. Mohon pastikan nama pengguna Anda benar.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Tidak dapat menyetel ulang email karena tidak ada alamat email untuk nama pengguna ini. Silakan hubungi Administrator Anda.", + "%s password reset" : "%s sandi disetel ulang", + "Use the following link to reset your password: {link}" : "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}", + "You will receive a link to reset your password via Email." : "Anda akan menerima tautan penyetelan ulang sandi lewat Email.", + "Username" : "Nama pengguna", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Berkas anda terenkripsi. Jika sebelumnya anda belum mengaktifkan kunci pemulihan, tidak akan ada cara lagi untuk mendapatkan data anda kembali setelah sandi anda diatur ulang. Jika anda tidak yakin dengan apa yang harus dilakukan, silakan hubungi administrator anda sebelum melanjutkan. Apakah anda benar-benar ingin melanjutkan?", + "Yes, I really want to reset my password now" : "Ya, Saya sungguh ingin mengatur ulang sandi saya sekarang", + "Reset" : "Atur Ulang", + "New password" : "Sandi baru", + "New Password" : "Sandi Baru", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X tidak didukung dan %s tidak akan bekerja dengan baik pada platform ini. Gunakan dengan resiko Anda sendiri!", + "For the best results, please consider using a GNU/Linux server instead." : "Untuk hasil terbaik, pertimbangkan untuk menggunakan server GNU/Linux sebagai gantinya. ", + "Personal" : "Pribadi", + "Users" : "Pengguna", + "Apps" : "Aplikasi", + "Admin" : "Admin", + "Help" : "Bantuan", + "Error loading tags" : "Galat saat memuat tag", + "Tag already exists" : "Tag sudah ada", + "Error deleting tag(s)" : "Galat saat menghapus tag", + "Error tagging" : "Galat saat memberikan tag", + "Error untagging" : "Galat saat menghapus tag", + "Error favoriting" : "Galat saat memberikan sebagai favorit", + "Error unfavoriting" : "Galat saat menghapus sebagai favorit", + "Access forbidden" : "Akses ditolak", + "File not found" : "Berkas tidak ditemukan", + "The specified document has not been found on the server." : "Dokumen yang diminta tidak tersedia pada server.", + "You can click here to return to %s." : "Anda dapat klik disini unutk kembali ke %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hai,\n\nhanya supaya anda tahu bahwa %s membagikan %s dengan anda.\nLihat: %s\n\n", + "The share will expire on %s." : "Pembagian akan berakhir pada %s.", + "Cheers!" : "Horee!", + "Internal Server Error" : "Kesalahan Server Internal", + "The server encountered an internal error and was unable to complete your request." : "Server mengalami kesalahan internal dan tidak dapat menyelesaikan permintaan Anda.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Silahkan hubungi administrator server jika kesalahan ini muncul kembali berulang kali, harap sertakan rincian teknis di bawah ini dalam laporan Anda.", + "More details can be found in the server log." : "Rincian lebih lengkap dapat ditemukan di log server.", + "Technical details" : "Rincian teknis", + "Remote Address: %s" : "Alamat remote: %s", + "Request ID: %s" : "ID Permintaan: %s", + "Code: %s" : "Kode: %s", + "Message: %s" : "Pesan: %s", + "File: %s" : "Berkas: %s", + "Line: %s" : "Baris: %s", + "Trace" : "Jejak", + "Security Warning" : "Peringatan Keamanan", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Versi PHP Anda rentan terhadap serangan NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Silakan perbarui instalasi PHP anda untuk menggunakan %s dengan aman.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Kemungkinan direktori data dan berkas anda dapat diakses dari internet karena berkas .htaccess tidak berfungsi.", + "For information how to properly configure your server, please see the documentation." : "Untuk informasi cara mengkonfigurasi server anda dengan benar, silakan lihat dokumentasi.", + "Create an admin account" : "Buat sebuah akun admin", + "Password" : "Sandi", + "Storage & database" : "Penyimpanan & Basis data", + "Data folder" : "Folder data", + "Configure the database" : "Konfigurasikan basis data", + "Only %s is available." : "Hanya %s yang tersedia", + "Database user" : "Pengguna basis data", + "Database password" : "Sandi basis data", + "Database name" : "Nama basis data", + "Database tablespace" : "Tablespace basis data", + "Database host" : "Host basis data", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite akan digunakan sebagai basis data. Untuk instalasi yang lebih besar, kami merekomendasikan untuk mengubah setelan ini.", + "Finish setup" : "Selesaikan instalasi", + "Finishing …" : "Menyelesaikan ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Aplikasi ini memerlukan JavaScript untuk beroperasi dengan benar. Mohon aktifkan JavaScript dan muat ulang halaman.", + "%s is available. Get more information on how to update." : "%s tersedia. Dapatkan informasi lebih lanjut tentang cara memperbarui.", + "Log out" : "Keluar", + "Server side authentication failed!" : "Otentikasi dari sisi server gagal!", + "Please contact your administrator." : "Silahkan hubungi administrator anda.", + "Forgot your password? Reset it!" : "Lupa sandi Anda? Setel ulang!", + "remember" : "selalu masuk", + "Log in" : "Masuk", + "Alternative Logins" : "Cara Alternatif untuk Masuk", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hai,

hanya memberi tahu jika %s membagikan %s dengan Anda.
Lihat!

", + "This ownCloud instance is currently in single user mode." : "ownCloud ini sedang dalam mode pengguna tunggal.", + "This means only administrators can use the instance." : "Ini berarti hanya administrator yang dapat menggunakan ownCloud.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.", + "Thank you for your patience." : "Terima kasih atas kesabaran anda.", + "You are accessing the server from an untrusted domain." : "Anda mengakses server dari domain yang tidak terpercaya.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Mohon hubungi administrator Anda. Jika Anda seorang administrator dari instansi ini, konfigurasikan pengaturan \"trusted_domain\" didalam config/config.php. Contoh konfigurasi talah disediakan didalam config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Tergantung pada konfigurasi Anda, sebagai seorang administrator Anda kemungkinan dapat menggunakan tombol bawah untuk mempercayai domain ini.", + "Add \"%s\" as trusted domain" : "tambahkan \"%s\" sebagai domain terpercaya", + "%s will be updated to version %s." : "%s akan diperbarui ke versi %s.", + "The following apps will be disabled:" : "Aplikasi berikut akan dinonaktifkan:", + "The theme %s has been disabled." : "Tema %s telah dinonaktfkan.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pastikan bahwa basis data, folder konfig, dan folder data telah dicadangkan sebelum melanjutkan.", + "Start update" : "Jalankan pembaruan", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Untuk menghindari waktu habis dengan instalasi yang lebih besar, Anda bisa menjalankan perintah berikut dari direktori instalasi Anda:", + "This %s instance is currently being updated, which may take a while." : "Instansi %s ini sedang melakukan pembaruan, ini memerlukan beberapa waktu.", + "This page will refresh itself when the %s instance is available again." : "Halaman ini akan disegarkan dengan sendiri saat instansi %s tersebut tersedia kembali." +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/id.json b/core/l10n/id.json new file mode 100644 index 0000000000..de9ef83abd --- /dev/null +++ b/core/l10n/id.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Tidak dapat mengirim Email ke pengguna berikut: %s", + "Turned on maintenance mode" : "Hidupkan mode perawatan", + "Turned off maintenance mode" : "Matikan mode perawatan", + "Updated database" : "Basis data terbaru", + "Checked database schema update" : "Pembaruan skema basis data terperiksa", + "Checked database schema update for apps" : "Pembaruan skema basis data terperiksa untuk aplikasi", + "Updated \"%s\" to %s" : "Terbaru \"%s\" sampai %s", + "Disabled incompatible apps: %s" : "Aplikasi tidak kompatibel yang dinonaktifkan: %s", + "No image or file provided" : "Tidak ada gambar atau berkas yang disediakan", + "Unknown filetype" : "Tipe berkas tidak dikenal", + "Invalid image" : "Gambar tidak sah", + "No temporary profile picture available, try again" : "Tidak ada gambar profil sementara yang tersedia, coba lagi", + "No crop data provided" : "Tidak ada data krop tersedia", + "Sunday" : "Minggu", + "Monday" : "Senin", + "Tuesday" : "Selasa", + "Wednesday" : "Rabu", + "Thursday" : "Kamis", + "Friday" : "Jumat", + "Saturday" : "Sabtu", + "January" : "Januari", + "February" : "Februari", + "March" : "Maret", + "April" : "April", + "May" : "Mei", + "June" : "Juni", + "July" : "Juli", + "August" : "Agustus", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Berkas-berkas Anda terenkripsi. Jika Anda tidak mengaktifkan kunci pemulihan, tidak ada cara lain untuk mendapatkan data Anda kembali setelah sandi di setel ulang.
Jika Anda tidak yakin dengan apa yang akan Anda dilakukan, mohon hubungi administrator Anda sebelum melanjutkan.
Apakah Anda yakin ingin melanjutkan?", + "I know what I'm doing" : "Saya tahu apa yang saya lakukan", + "Reset password" : "Setel ulang sandi", + "Password can not be changed. Please contact your administrator." : "Sandi tidak dapat diubah. Silakan hubungi administrator Anda", + "No" : "Tidak", + "Yes" : "Ya", + "Choose" : "Pilih", + "Error loading file picker template: {error}" : "Galat memuat templat berkas pemilih: {error}", + "Ok" : "Oke", + "Error loading message template: {error}" : "Kesalahan memuat templat pesan: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} berkas konflik"], + "One file conflict" : "Satu berkas konflik", + "New Files" : "Berkas Baru", + "Already existing files" : "Berkas sudah ada", + "Which files do you want to keep?" : "Berkas mana yang ingin anda pertahankan?", + "If you select both versions, the copied file will have a number added to its name." : "Jika anda memilih kedua versi, berkas yang disalin akan memiliki nomor yang ditambahkan sesuai namanya.", + "Cancel" : "Batal", + "Continue" : "Lanjutkan", + "(all selected)" : "(semua terpilih)", + "({count} selected)" : "({count} terpilih)", + "Error loading file exists template" : "Kesalahan memuat templat berkas yang sudah ada", + "Very weak password" : "Sandi sangat lemah", + "Weak password" : "Sandi lemah", + "So-so password" : "Sandi lumayan", + "Good password" : "Sandi baik", + "Strong password" : "Sandi kuat", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Web server Anda belum dikonfigurasikan dengan baik untuk mengizinkan sinkronisasi berkas karena tampaknya antarmuka WebDAV rusak.", + "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." : "Server ini tidak memiliki koneksi internet. Hal ini berarti bahwa beberapa fitur seperti mengaitkan penyimpanan eksternal, pemberitahuan tentang pembaruan atau instalasi aplikasi pihak ke-3 tidak akan bisa. Mengakses berkas dari remote dan mengirim email notifikasi juga tidak akan bekerja. Kami menyarankan untuk mengaktifkan koneksi internet untuk server ini jika Anda menginginkan semua fitur.", + "Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server", + "Shared" : "Dibagikan", + "Shared with {recipients}" : "Dibagikan dengan {recipients}", + "Share" : "Bagikan", + "Error" : "Galat", + "Error while sharing" : "Galat ketika membagikan", + "Error while unsharing" : "Galat ketika membatalkan pembagian", + "Error while changing permissions" : "Galat ketika mengubah izin", + "Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}", + "Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}", + "Share with user or group …" : "Bagikan dengan pengguna atau grup ...", + "Share link" : "Bagikan tautan", + "The public link will expire no later than {days} days after it is created" : "Tautan publik akan kadaluarsa tidak lebih dari {days} hari setelah ini dibuat", + "Password protect" : "Lindungi dengan sandi", + "Choose a password for the public link" : "Tetapkan sandi untuk tautan publik", + "Allow Public Upload" : "Izinkan Unggahan Publik", + "Email link to person" : "Emailkan tautan ini ke orang", + "Send" : "Kirim", + "Set expiration date" : "Atur tanggal kedaluwarsa", + "Expiration date" : "Tanggal kedaluwarsa", + "Adding user..." : "Menambahkan pengguna...", + "group" : "grup", + "Resharing is not allowed" : "Berbagi ulang tidak diizinkan", + "Shared in {item} with {user}" : "Dibagikan dalam {item} dengan {user}", + "Unshare" : "Batalkan berbagi", + "notify by email" : "notifikasi via email", + "can share" : "dapat berbagi", + "can edit" : "dapat sunting", + "access control" : "kontrol akses", + "create" : "buat", + "update" : "perbarui", + "delete" : "hapus", + "Password protected" : "Sandi dilindungi", + "Error unsetting expiration date" : "Galat ketika menghapus tanggal kedaluwarsa", + "Error setting expiration date" : "Galat ketika mengatur tanggal kedaluwarsa", + "Sending ..." : "Mengirim ...", + "Email sent" : "Email terkirim", + "Warning" : "Peringatan", + "The object type is not specified." : "Tipe objek tidak ditentukan.", + "Enter new" : "Masukkan baru", + "Delete" : "Hapus", + "Add" : "Tambah", + "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.", + "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", + "The update was successful. Redirecting you to ownCloud now." : "Pembaruan sukses. Anda akan diarahkan ulang ke ownCloud.", + "Couldn't reset password because the token is invalid" : "Tidak dapat menyetel ulang sandi karena token tidak sah", + "Couldn't send reset email. Please make sure your username is correct." : "Tidak dapat menyetel ulang email. Mohon pastikan nama pengguna Anda benar.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Tidak dapat menyetel ulang email karena tidak ada alamat email untuk nama pengguna ini. Silakan hubungi Administrator Anda.", + "%s password reset" : "%s sandi disetel ulang", + "Use the following link to reset your password: {link}" : "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}", + "You will receive a link to reset your password via Email." : "Anda akan menerima tautan penyetelan ulang sandi lewat Email.", + "Username" : "Nama pengguna", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Berkas anda terenkripsi. Jika sebelumnya anda belum mengaktifkan kunci pemulihan, tidak akan ada cara lagi untuk mendapatkan data anda kembali setelah sandi anda diatur ulang. Jika anda tidak yakin dengan apa yang harus dilakukan, silakan hubungi administrator anda sebelum melanjutkan. Apakah anda benar-benar ingin melanjutkan?", + "Yes, I really want to reset my password now" : "Ya, Saya sungguh ingin mengatur ulang sandi saya sekarang", + "Reset" : "Atur Ulang", + "New password" : "Sandi baru", + "New Password" : "Sandi Baru", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X tidak didukung dan %s tidak akan bekerja dengan baik pada platform ini. Gunakan dengan resiko Anda sendiri!", + "For the best results, please consider using a GNU/Linux server instead." : "Untuk hasil terbaik, pertimbangkan untuk menggunakan server GNU/Linux sebagai gantinya. ", + "Personal" : "Pribadi", + "Users" : "Pengguna", + "Apps" : "Aplikasi", + "Admin" : "Admin", + "Help" : "Bantuan", + "Error loading tags" : "Galat saat memuat tag", + "Tag already exists" : "Tag sudah ada", + "Error deleting tag(s)" : "Galat saat menghapus tag", + "Error tagging" : "Galat saat memberikan tag", + "Error untagging" : "Galat saat menghapus tag", + "Error favoriting" : "Galat saat memberikan sebagai favorit", + "Error unfavoriting" : "Galat saat menghapus sebagai favorit", + "Access forbidden" : "Akses ditolak", + "File not found" : "Berkas tidak ditemukan", + "The specified document has not been found on the server." : "Dokumen yang diminta tidak tersedia pada server.", + "You can click here to return to %s." : "Anda dapat klik disini unutk kembali ke %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hai,\n\nhanya supaya anda tahu bahwa %s membagikan %s dengan anda.\nLihat: %s\n\n", + "The share will expire on %s." : "Pembagian akan berakhir pada %s.", + "Cheers!" : "Horee!", + "Internal Server Error" : "Kesalahan Server Internal", + "The server encountered an internal error and was unable to complete your request." : "Server mengalami kesalahan internal dan tidak dapat menyelesaikan permintaan Anda.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Silahkan hubungi administrator server jika kesalahan ini muncul kembali berulang kali, harap sertakan rincian teknis di bawah ini dalam laporan Anda.", + "More details can be found in the server log." : "Rincian lebih lengkap dapat ditemukan di log server.", + "Technical details" : "Rincian teknis", + "Remote Address: %s" : "Alamat remote: %s", + "Request ID: %s" : "ID Permintaan: %s", + "Code: %s" : "Kode: %s", + "Message: %s" : "Pesan: %s", + "File: %s" : "Berkas: %s", + "Line: %s" : "Baris: %s", + "Trace" : "Jejak", + "Security Warning" : "Peringatan Keamanan", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Versi PHP Anda rentan terhadap serangan NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Silakan perbarui instalasi PHP anda untuk menggunakan %s dengan aman.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Kemungkinan direktori data dan berkas anda dapat diakses dari internet karena berkas .htaccess tidak berfungsi.", + "For information how to properly configure your server, please see the documentation." : "Untuk informasi cara mengkonfigurasi server anda dengan benar, silakan lihat dokumentasi.", + "Create an admin account" : "Buat sebuah akun admin", + "Password" : "Sandi", + "Storage & database" : "Penyimpanan & Basis data", + "Data folder" : "Folder data", + "Configure the database" : "Konfigurasikan basis data", + "Only %s is available." : "Hanya %s yang tersedia", + "Database user" : "Pengguna basis data", + "Database password" : "Sandi basis data", + "Database name" : "Nama basis data", + "Database tablespace" : "Tablespace basis data", + "Database host" : "Host basis data", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite akan digunakan sebagai basis data. Untuk instalasi yang lebih besar, kami merekomendasikan untuk mengubah setelan ini.", + "Finish setup" : "Selesaikan instalasi", + "Finishing …" : "Menyelesaikan ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Aplikasi ini memerlukan JavaScript untuk beroperasi dengan benar. Mohon aktifkan JavaScript dan muat ulang halaman.", + "%s is available. Get more information on how to update." : "%s tersedia. Dapatkan informasi lebih lanjut tentang cara memperbarui.", + "Log out" : "Keluar", + "Server side authentication failed!" : "Otentikasi dari sisi server gagal!", + "Please contact your administrator." : "Silahkan hubungi administrator anda.", + "Forgot your password? Reset it!" : "Lupa sandi Anda? Setel ulang!", + "remember" : "selalu masuk", + "Log in" : "Masuk", + "Alternative Logins" : "Cara Alternatif untuk Masuk", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hai,

hanya memberi tahu jika %s membagikan %s dengan Anda.
Lihat!

", + "This ownCloud instance is currently in single user mode." : "ownCloud ini sedang dalam mode pengguna tunggal.", + "This means only administrators can use the instance." : "Ini berarti hanya administrator yang dapat menggunakan ownCloud.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.", + "Thank you for your patience." : "Terima kasih atas kesabaran anda.", + "You are accessing the server from an untrusted domain." : "Anda mengakses server dari domain yang tidak terpercaya.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Mohon hubungi administrator Anda. Jika Anda seorang administrator dari instansi ini, konfigurasikan pengaturan \"trusted_domain\" didalam config/config.php. Contoh konfigurasi talah disediakan didalam config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Tergantung pada konfigurasi Anda, sebagai seorang administrator Anda kemungkinan dapat menggunakan tombol bawah untuk mempercayai domain ini.", + "Add \"%s\" as trusted domain" : "tambahkan \"%s\" sebagai domain terpercaya", + "%s will be updated to version %s." : "%s akan diperbarui ke versi %s.", + "The following apps will be disabled:" : "Aplikasi berikut akan dinonaktifkan:", + "The theme %s has been disabled." : "Tema %s telah dinonaktfkan.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pastikan bahwa basis data, folder konfig, dan folder data telah dicadangkan sebelum melanjutkan.", + "Start update" : "Jalankan pembaruan", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Untuk menghindari waktu habis dengan instalasi yang lebih besar, Anda bisa menjalankan perintah berikut dari direktori instalasi Anda:", + "This %s instance is currently being updated, which may take a while." : "Instansi %s ini sedang melakukan pembaruan, ini memerlukan beberapa waktu.", + "This page will refresh itself when the %s instance is available again." : "Halaman ini akan disegarkan dengan sendiri saat instansi %s tersebut tersedia kembali." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/id.php b/core/l10n/id.php deleted file mode 100644 index 558bc161e0..0000000000 --- a/core/l10n/id.php +++ /dev/null @@ -1,211 +0,0 @@ - "Tidak dapat mengirim Email ke pengguna berikut: %s", -"Turned on maintenance mode" => "Hidupkan mode perawatan", -"Turned off maintenance mode" => "Matikan mode perawatan", -"Updated database" => "Basis data terbaru", -"Checked database schema update" => "Pembaruan skema basis data terperiksa", -"Checked database schema update for apps" => "Pembaruan skema basis data terperiksa untuk aplikasi", -"Updated \"%s\" to %s" => "Terbaru \"%s\" sampai %s", -"Disabled incompatible apps: %s" => "Aplikasi tidak kompatibel yang dinonaktifkan: %s", -"No image or file provided" => "Tidak ada gambar atau berkas yang disediakan", -"Unknown filetype" => "Tipe berkas tidak dikenal", -"Invalid image" => "Gambar tidak sah", -"No temporary profile picture available, try again" => "Tidak ada gambar profil sementara yang tersedia, coba lagi", -"No crop data provided" => "Tidak ada data krop tersedia", -"Sunday" => "Minggu", -"Monday" => "Senin", -"Tuesday" => "Selasa", -"Wednesday" => "Rabu", -"Thursday" => "Kamis", -"Friday" => "Jumat", -"Saturday" => "Sabtu", -"January" => "Januari", -"February" => "Februari", -"March" => "Maret", -"April" => "April", -"May" => "Mei", -"June" => "Juni", -"July" => "Juli", -"August" => "Agustus", -"September" => "September", -"October" => "Oktober", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Berkas-berkas Anda terenkripsi. Jika Anda tidak mengaktifkan kunci pemulihan, tidak ada cara lain untuk mendapatkan data Anda kembali setelah sandi di setel ulang.
Jika Anda tidak yakin dengan apa yang akan Anda dilakukan, mohon hubungi administrator Anda sebelum melanjutkan.
Apakah Anda yakin ingin melanjutkan?", -"I know what I'm doing" => "Saya tahu apa yang saya lakukan", -"Reset password" => "Setel ulang sandi", -"Password can not be changed. Please contact your administrator." => "Sandi tidak dapat diubah. Silakan hubungi administrator Anda", -"No" => "Tidak", -"Yes" => "Ya", -"Choose" => "Pilih", -"Error loading file picker template: {error}" => "Galat memuat templat berkas pemilih: {error}", -"Ok" => "Oke", -"Error loading message template: {error}" => "Kesalahan memuat templat pesan: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} berkas konflik"), -"One file conflict" => "Satu berkas konflik", -"New Files" => "Berkas Baru", -"Already existing files" => "Berkas sudah ada", -"Which files do you want to keep?" => "Berkas mana yang ingin anda pertahankan?", -"If you select both versions, the copied file will have a number added to its name." => "Jika anda memilih kedua versi, berkas yang disalin akan memiliki nomor yang ditambahkan sesuai namanya.", -"Cancel" => "Batal", -"Continue" => "Lanjutkan", -"(all selected)" => "(semua terpilih)", -"({count} selected)" => "({count} terpilih)", -"Error loading file exists template" => "Kesalahan memuat templat berkas yang sudah ada", -"Very weak password" => "Sandi sangat lemah", -"Weak password" => "Sandi lemah", -"So-so password" => "Sandi lumayan", -"Good password" => "Sandi baik", -"Strong password" => "Sandi kuat", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Web server Anda belum dikonfigurasikan dengan baik untuk mengizinkan sinkronisasi berkas karena tampaknya antarmuka WebDAV rusak.", -"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." => "Server ini tidak memiliki koneksi internet. Hal ini berarti bahwa beberapa fitur seperti mengaitkan penyimpanan eksternal, pemberitahuan tentang pembaruan atau instalasi aplikasi pihak ke-3 tidak akan bisa. Mengakses berkas dari remote dan mengirim email notifikasi juga tidak akan bekerja. Kami menyarankan untuk mengaktifkan koneksi internet untuk server ini jika Anda menginginkan semua fitur.", -"Error occurred while checking server setup" => "Kesalahan tidak terduga saat memeriksa setelan server", -"Shared" => "Dibagikan", -"Shared with {recipients}" => "Dibagikan dengan {recipients}", -"Share" => "Bagikan", -"Error" => "Galat", -"Error while sharing" => "Galat ketika membagikan", -"Error while unsharing" => "Galat ketika membatalkan pembagian", -"Error while changing permissions" => "Galat ketika mengubah izin", -"Shared with you and the group {group} by {owner}" => "Dibagikan dengan anda dan grup {group} oleh {owner}", -"Shared with you by {owner}" => "Dibagikan dengan anda oleh {owner}", -"Share with user or group …" => "Bagikan dengan pengguna atau grup ...", -"Share link" => "Bagikan tautan", -"The public link will expire no later than {days} days after it is created" => "Tautan publik akan kadaluarsa tidak lebih dari {days} hari setelah ini dibuat", -"Password protect" => "Lindungi dengan sandi", -"Choose a password for the public link" => "Tetapkan sandi untuk tautan publik", -"Allow Public Upload" => "Izinkan Unggahan Publik", -"Email link to person" => "Emailkan tautan ini ke orang", -"Send" => "Kirim", -"Set expiration date" => "Atur tanggal kedaluwarsa", -"Expiration date" => "Tanggal kedaluwarsa", -"Adding user..." => "Menambahkan pengguna...", -"group" => "grup", -"Resharing is not allowed" => "Berbagi ulang tidak diizinkan", -"Shared in {item} with {user}" => "Dibagikan dalam {item} dengan {user}", -"Unshare" => "Batalkan berbagi", -"notify by email" => "notifikasi via email", -"can share" => "dapat berbagi", -"can edit" => "dapat sunting", -"access control" => "kontrol akses", -"create" => "buat", -"update" => "perbarui", -"delete" => "hapus", -"Password protected" => "Sandi dilindungi", -"Error unsetting expiration date" => "Galat ketika menghapus tanggal kedaluwarsa", -"Error setting expiration date" => "Galat ketika mengatur tanggal kedaluwarsa", -"Sending ..." => "Mengirim ...", -"Email sent" => "Email terkirim", -"Warning" => "Peringatan", -"The object type is not specified." => "Tipe objek tidak ditentukan.", -"Enter new" => "Masukkan baru", -"Delete" => "Hapus", -"Add" => "Tambah", -"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.", -"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", -"The update was successful. Redirecting you to ownCloud now." => "Pembaruan sukses. Anda akan diarahkan ulang ke ownCloud.", -"Couldn't reset password because the token is invalid" => "Tidak dapat menyetel ulang sandi karena token tidak sah", -"Couldn't send reset email. Please make sure your username is correct." => "Tidak dapat menyetel ulang email. Mohon pastikan nama pengguna Anda benar.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Tidak dapat menyetel ulang email karena tidak ada alamat email untuk nama pengguna ini. Silakan hubungi Administrator Anda.", -"%s password reset" => "%s sandi disetel ulang", -"Use the following link to reset your password: {link}" => "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}", -"You will receive a link to reset your password via Email." => "Anda akan menerima tautan penyetelan ulang sandi lewat Email.", -"Username" => "Nama pengguna", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Berkas anda terenkripsi. Jika sebelumnya anda belum mengaktifkan kunci pemulihan, tidak akan ada cara lagi untuk mendapatkan data anda kembali setelah sandi anda diatur ulang. Jika anda tidak yakin dengan apa yang harus dilakukan, silakan hubungi administrator anda sebelum melanjutkan. Apakah anda benar-benar ingin melanjutkan?", -"Yes, I really want to reset my password now" => "Ya, Saya sungguh ingin mengatur ulang sandi saya sekarang", -"Reset" => "Atur Ulang", -"New password" => "Sandi baru", -"New Password" => "Sandi Baru", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X tidak didukung dan %s tidak akan bekerja dengan baik pada platform ini. Gunakan dengan resiko Anda sendiri!", -"For the best results, please consider using a GNU/Linux server instead." => "Untuk hasil terbaik, pertimbangkan untuk menggunakan server GNU/Linux sebagai gantinya. ", -"Personal" => "Pribadi", -"Users" => "Pengguna", -"Apps" => "Aplikasi", -"Admin" => "Admin", -"Help" => "Bantuan", -"Error loading tags" => "Galat saat memuat tag", -"Tag already exists" => "Tag sudah ada", -"Error deleting tag(s)" => "Galat saat menghapus tag", -"Error tagging" => "Galat saat memberikan tag", -"Error untagging" => "Galat saat menghapus tag", -"Error favoriting" => "Galat saat memberikan sebagai favorit", -"Error unfavoriting" => "Galat saat menghapus sebagai favorit", -"Access forbidden" => "Akses ditolak", -"File not found" => "Berkas tidak ditemukan", -"The specified document has not been found on the server." => "Dokumen yang diminta tidak tersedia pada server.", -"You can click here to return to %s." => "Anda dapat klik disini unutk kembali ke %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hai,\n\nhanya supaya anda tahu bahwa %s membagikan %s dengan anda.\nLihat: %s\n\n", -"The share will expire on %s." => "Pembagian akan berakhir pada %s.", -"Cheers!" => "Horee!", -"Internal Server Error" => "Kesalahan Server Internal", -"The server encountered an internal error and was unable to complete your request." => "Server mengalami kesalahan internal dan tidak dapat menyelesaikan permintaan Anda.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Silahkan hubungi administrator server jika kesalahan ini muncul kembali berulang kali, harap sertakan rincian teknis di bawah ini dalam laporan Anda.", -"More details can be found in the server log." => "Rincian lebih lengkap dapat ditemukan di log server.", -"Technical details" => "Rincian teknis", -"Remote Address: %s" => "Alamat remote: %s", -"Request ID: %s" => "ID Permintaan: %s", -"Code: %s" => "Kode: %s", -"Message: %s" => "Pesan: %s", -"File: %s" => "Berkas: %s", -"Line: %s" => "Baris: %s", -"Trace" => "Jejak", -"Security Warning" => "Peringatan Keamanan", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Versi PHP Anda rentan terhadap serangan NULL Byte (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Silakan perbarui instalasi PHP anda untuk menggunakan %s dengan aman.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Kemungkinan direktori data dan berkas anda dapat diakses dari internet karena berkas .htaccess tidak berfungsi.", -"For information how to properly configure your server, please see the documentation." => "Untuk informasi cara mengkonfigurasi server anda dengan benar, silakan lihat dokumentasi.", -"Create an admin account" => "Buat sebuah akun admin", -"Password" => "Sandi", -"Storage & database" => "Penyimpanan & Basis data", -"Data folder" => "Folder data", -"Configure the database" => "Konfigurasikan basis data", -"Only %s is available." => "Hanya %s yang tersedia", -"Database user" => "Pengguna basis data", -"Database password" => "Sandi basis data", -"Database name" => "Nama basis data", -"Database tablespace" => "Tablespace basis data", -"Database host" => "Host basis data", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite akan digunakan sebagai basis data. Untuk instalasi yang lebih besar, kami merekomendasikan untuk mengubah setelan ini.", -"Finish setup" => "Selesaikan instalasi", -"Finishing …" => "Menyelesaikan ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Aplikasi ini memerlukan JavaScript untuk beroperasi dengan benar. Mohon aktifkan JavaScript dan muat ulang halaman.", -"%s is available. Get more information on how to update." => "%s tersedia. Dapatkan informasi lebih lanjut tentang cara memperbarui.", -"Log out" => "Keluar", -"Server side authentication failed!" => "Otentikasi dari sisi server gagal!", -"Please contact your administrator." => "Silahkan hubungi administrator anda.", -"Forgot your password? Reset it!" => "Lupa sandi Anda? Setel ulang!", -"remember" => "selalu masuk", -"Log in" => "Masuk", -"Alternative Logins" => "Cara Alternatif untuk Masuk", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hai,

hanya memberi tahu jika %s membagikan %s dengan Anda.
Lihat!

", -"This ownCloud instance is currently in single user mode." => "ownCloud ini sedang dalam mode pengguna tunggal.", -"This means only administrators can use the instance." => "Ini berarti hanya administrator yang dapat menggunakan ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.", -"Thank you for your patience." => "Terima kasih atas kesabaran anda.", -"You are accessing the server from an untrusted domain." => "Anda mengakses server dari domain yang tidak terpercaya.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Mohon hubungi administrator Anda. Jika Anda seorang administrator dari instansi ini, konfigurasikan pengaturan \"trusted_domain\" didalam config/config.php. Contoh konfigurasi talah disediakan didalam config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Tergantung pada konfigurasi Anda, sebagai seorang administrator Anda kemungkinan dapat menggunakan tombol bawah untuk mempercayai domain ini.", -"Add \"%s\" as trusted domain" => "tambahkan \"%s\" sebagai domain terpercaya", -"%s will be updated to version %s." => "%s akan diperbarui ke versi %s.", -"The following apps will be disabled:" => "Aplikasi berikut akan dinonaktifkan:", -"The theme %s has been disabled." => "Tema %s telah dinonaktfkan.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Pastikan bahwa basis data, folder konfig, dan folder data telah dicadangkan sebelum melanjutkan.", -"Start update" => "Jalankan pembaruan", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Untuk menghindari waktu habis dengan instalasi yang lebih besar, Anda bisa menjalankan perintah berikut dari direktori instalasi Anda:", -"This %s instance is currently being updated, which may take a while." => "Instansi %s ini sedang melakukan pembaruan, ini memerlukan beberapa waktu.", -"This page will refresh itself when the %s instance is available again." => "Halaman ini akan disegarkan dengan sendiri saat instansi %s tersebut tersedia kembali." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/io.js b/core/l10n/io.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/io.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/io.json b/core/l10n/io.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/io.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/io.php b/core/l10n/io.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/io.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/is.js b/core/l10n/is.js new file mode 100644 index 0000000000..6fe19ee9db --- /dev/null +++ b/core/l10n/is.js @@ -0,0 +1,90 @@ +OC.L10N.register( + "core", + { + "Sunday" : "Sunnudagur", + "Monday" : "Mánudagur", + "Tuesday" : "Þriðjudagur", + "Wednesday" : "Miðvikudagur", + "Thursday" : "Fimmtudagur", + "Friday" : "Föstudagur", + "Saturday" : "Laugardagur", + "January" : "Janúar", + "February" : "Febrúar", + "March" : "Mars", + "April" : "Apríl", + "May" : "Maí", + "June" : "Júní", + "July" : "Júlí", + "August" : "Ágúst", + "September" : "September", + "October" : "Október", + "November" : "Nóvember", + "December" : "Desember", + "Settings" : "Stillingar", + "Folder" : "Mappa", + "Saving..." : "Er að vista ...", + "Reset password" : "Endursetja lykilorð", + "No" : "Nei", + "Yes" : "Já", + "Choose" : "Veldu", + "Ok" : "Í lagi", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Hætta við", + "Shared" : "Deilt", + "Share" : "Deila", + "Error" : "Villa", + "Error while sharing" : "Villa við deilingu", + "Error while unsharing" : "Villa við að hætta deilingu", + "Error while changing permissions" : "Villa við að breyta aðgangsheimildum", + "Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}", + "Shared with you by {owner}" : "Deilt með þér af {owner}", + "Password protect" : "Verja með lykilorði", + "Email link to person" : "Senda vefhlekk í tölvupóstu til notenda", + "Send" : "Senda", + "Set expiration date" : "Setja gildistíma", + "Expiration date" : "Gildir til", + "Resharing is not allowed" : "Endurdeiling er ekki leyfð", + "Shared in {item} with {user}" : "Deilt með {item} ásamt {user}", + "Unshare" : "Hætta deilingu", + "can edit" : "getur breytt", + "access control" : "aðgangsstýring", + "create" : "mynda", + "update" : "uppfæra", + "delete" : "eyða", + "Password protected" : "Verja með lykilorði", + "Error unsetting expiration date" : "Villa við að aftengja gildistíma", + "Error setting expiration date" : "Villa við að setja gildistíma", + "Sending ..." : "Sendi ...", + "Email sent" : "Tölvupóstur sendur", + "Warning" : "Aðvörun", + "The object type is not specified." : "Tegund ekki tilgreind", + "Delete" : "Eyða", + "Add" : "Bæta við", + "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ð.", + "Username" : "Notendanafn", + "New password" : "Nýtt lykilorð", + "Personal" : "Um mig", + "Users" : "Notendur", + "Apps" : "Forrit", + "Admin" : "Stjórnun", + "Help" : "Hjálp", + "Access forbidden" : "Aðgangur bannaður", + "Security Warning" : "Öryggis aðvörun", + "Create an admin account" : "Útbúa vefstjóra aðgang", + "Password" : "Lykilorð", + "Data folder" : "Gagnamappa", + "Configure the database" : "Stilla gagnagrunn", + "Database user" : "Gagnagrunns notandi", + "Database password" : "Gagnagrunns lykilorð", + "Database name" : "Nafn gagnagrunns", + "Database tablespace" : "Töflusvæði gagnagrunns", + "Database host" : "Netþjónn gagnagrunns", + "Finish setup" : "Virkja uppsetningu", + "%s is available. Get more information on how to update." : "%s er til boða. Fáðu meiri upplýsingar um hvernig þú uppfærir.", + "Log out" : "Útskrá", + "remember" : "muna eftir mér", + "Log in" : "Skrá inn" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/is.json b/core/l10n/is.json new file mode 100644 index 0000000000..5f24eae33a --- /dev/null +++ b/core/l10n/is.json @@ -0,0 +1,88 @@ +{ "translations": { + "Sunday" : "Sunnudagur", + "Monday" : "Mánudagur", + "Tuesday" : "Þriðjudagur", + "Wednesday" : "Miðvikudagur", + "Thursday" : "Fimmtudagur", + "Friday" : "Föstudagur", + "Saturday" : "Laugardagur", + "January" : "Janúar", + "February" : "Febrúar", + "March" : "Mars", + "April" : "Apríl", + "May" : "Maí", + "June" : "Júní", + "July" : "Júlí", + "August" : "Ágúst", + "September" : "September", + "October" : "Október", + "November" : "Nóvember", + "December" : "Desember", + "Settings" : "Stillingar", + "Folder" : "Mappa", + "Saving..." : "Er að vista ...", + "Reset password" : "Endursetja lykilorð", + "No" : "Nei", + "Yes" : "Já", + "Choose" : "Veldu", + "Ok" : "Í lagi", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Hætta við", + "Shared" : "Deilt", + "Share" : "Deila", + "Error" : "Villa", + "Error while sharing" : "Villa við deilingu", + "Error while unsharing" : "Villa við að hætta deilingu", + "Error while changing permissions" : "Villa við að breyta aðgangsheimildum", + "Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}", + "Shared with you by {owner}" : "Deilt með þér af {owner}", + "Password protect" : "Verja með lykilorði", + "Email link to person" : "Senda vefhlekk í tölvupóstu til notenda", + "Send" : "Senda", + "Set expiration date" : "Setja gildistíma", + "Expiration date" : "Gildir til", + "Resharing is not allowed" : "Endurdeiling er ekki leyfð", + "Shared in {item} with {user}" : "Deilt með {item} ásamt {user}", + "Unshare" : "Hætta deilingu", + "can edit" : "getur breytt", + "access control" : "aðgangsstýring", + "create" : "mynda", + "update" : "uppfæra", + "delete" : "eyða", + "Password protected" : "Verja með lykilorði", + "Error unsetting expiration date" : "Villa við að aftengja gildistíma", + "Error setting expiration date" : "Villa við að setja gildistíma", + "Sending ..." : "Sendi ...", + "Email sent" : "Tölvupóstur sendur", + "Warning" : "Aðvörun", + "The object type is not specified." : "Tegund ekki tilgreind", + "Delete" : "Eyða", + "Add" : "Bæta við", + "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ð.", + "Username" : "Notendanafn", + "New password" : "Nýtt lykilorð", + "Personal" : "Um mig", + "Users" : "Notendur", + "Apps" : "Forrit", + "Admin" : "Stjórnun", + "Help" : "Hjálp", + "Access forbidden" : "Aðgangur bannaður", + "Security Warning" : "Öryggis aðvörun", + "Create an admin account" : "Útbúa vefstjóra aðgang", + "Password" : "Lykilorð", + "Data folder" : "Gagnamappa", + "Configure the database" : "Stilla gagnagrunn", + "Database user" : "Gagnagrunns notandi", + "Database password" : "Gagnagrunns lykilorð", + "Database name" : "Nafn gagnagrunns", + "Database tablespace" : "Töflusvæði gagnagrunns", + "Database host" : "Netþjónn gagnagrunns", + "Finish setup" : "Virkja uppsetningu", + "%s is available. Get more information on how to update." : "%s er til boða. Fáðu meiri upplýsingar um hvernig þú uppfærir.", + "Log out" : "Útskrá", + "remember" : "muna eftir mér", + "Log in" : "Skrá inn" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/is.php b/core/l10n/is.php deleted file mode 100644 index cec7226680..0000000000 --- a/core/l10n/is.php +++ /dev/null @@ -1,89 +0,0 @@ - "Sunnudagur", -"Monday" => "Mánudagur", -"Tuesday" => "Þriðjudagur", -"Wednesday" => "Miðvikudagur", -"Thursday" => "Fimmtudagur", -"Friday" => "Föstudagur", -"Saturday" => "Laugardagur", -"January" => "Janúar", -"February" => "Febrúar", -"March" => "Mars", -"April" => "Apríl", -"May" => "Maí", -"June" => "Júní", -"July" => "Júlí", -"August" => "Ágúst", -"September" => "September", -"October" => "Október", -"November" => "Nóvember", -"December" => "Desember", -"Settings" => "Stillingar", -"Folder" => "Mappa", -"Saving..." => "Er að vista ...", -"Reset password" => "Endursetja lykilorð", -"No" => "Nei", -"Yes" => "Já", -"Choose" => "Veldu", -"Ok" => "Í lagi", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "Hætta við", -"Shared" => "Deilt", -"Share" => "Deila", -"Error" => "Villa", -"Error while sharing" => "Villa við deilingu", -"Error while unsharing" => "Villa við að hætta deilingu", -"Error while changing permissions" => "Villa við að breyta aðgangsheimildum", -"Shared with you and the group {group} by {owner}" => "Deilt með þér og hópnum {group} af {owner}", -"Shared with you by {owner}" => "Deilt með þér af {owner}", -"Password protect" => "Verja með lykilorði", -"Email link to person" => "Senda vefhlekk í tölvupóstu til notenda", -"Send" => "Senda", -"Set expiration date" => "Setja gildistíma", -"Expiration date" => "Gildir til", -"Resharing is not allowed" => "Endurdeiling er ekki leyfð", -"Shared in {item} with {user}" => "Deilt með {item} ásamt {user}", -"Unshare" => "Hætta deilingu", -"can edit" => "getur breytt", -"access control" => "aðgangsstýring", -"create" => "mynda", -"update" => "uppfæra", -"delete" => "eyða", -"Password protected" => "Verja með lykilorði", -"Error unsetting expiration date" => "Villa við að aftengja gildistíma", -"Error setting expiration date" => "Villa við að setja gildistíma", -"Sending ..." => "Sendi ...", -"Email sent" => "Tölvupóstur sendur", -"Warning" => "Aðvörun", -"The object type is not specified." => "Tegund ekki tilgreind", -"Delete" => "Eyða", -"Add" => "Bæta við", -"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ð.", -"Username" => "Notendanafn", -"New password" => "Nýtt lykilorð", -"Personal" => "Um mig", -"Users" => "Notendur", -"Apps" => "Forrit", -"Admin" => "Stjórnun", -"Help" => "Hjálp", -"Access forbidden" => "Aðgangur bannaður", -"Security Warning" => "Öryggis aðvörun", -"Create an admin account" => "Útbúa vefstjóra aðgang", -"Password" => "Lykilorð", -"Data folder" => "Gagnamappa", -"Configure the database" => "Stilla gagnagrunn", -"Database user" => "Gagnagrunns notandi", -"Database password" => "Gagnagrunns lykilorð", -"Database name" => "Nafn gagnagrunns", -"Database tablespace" => "Töflusvæði gagnagrunns", -"Database host" => "Netþjónn gagnagrunns", -"Finish setup" => "Virkja uppsetningu", -"%s is available. Get more information on how to update." => "%s er til boða. Fáðu meiri upplýsingar um hvernig þú uppfærir.", -"Log out" => "Útskrá", -"remember" => "muna eftir mér", -"Log in" => "Skrá inn" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/it.js b/core/l10n/it.js new file mode 100644 index 0000000000..d444a0a9fb --- /dev/null +++ b/core/l10n/it.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Impossibile inviare email ai seguenti utenti: %s", + "Turned on maintenance mode" : "Modalità di manutenzione attivata", + "Turned off maintenance mode" : "Modalità di manutenzione disattivata", + "Updated database" : "Database aggiornato", + "Checked database schema update" : "Verificato l'aggiornamento dello schema del database", + "Checked database schema update for apps" : "Verificato l'aggiornamento dello schema del database per le applicazioni", + "Updated \"%s\" to %s" : "Aggiornato \"%s\" a %s", + "Disabled incompatible apps: %s" : "Applicazione incompatibili disabilitate: %s", + "No image or file provided" : "Non è stata fornita alcun immagine o file", + "Unknown filetype" : "Tipo di file sconosciuto", + "Invalid image" : "Immagine non valida", + "No temporary profile picture available, try again" : "Nessuna immagine di profilo provvisoria disponibile, riprova", + "No crop data provided" : "Dati di ritaglio non forniti", + "Sunday" : "Domenica", + "Monday" : "Lunedì", + "Tuesday" : "Martedì", + "Wednesday" : "Mercoledì", + "Thursday" : "Giovedì", + "Friday" : "Venerdì", + "Saturday" : "Sabato", + "January" : "Gennaio", + "February" : "Febbraio", + "March" : "Marzo", + "April" : "Aprile", + "May" : "Maggio", + "June" : "Giugno", + "July" : "Luglio", + "August" : "Agosto", + "September" : "Settembre", + "October" : "Ottobre", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "I tuoi file sono cifrati. Se non hai precedentemente abilitato la chiave di recupero, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà reimpostata.
Se non sei sicuro, per favore contatta l'amministratore prima di proseguire.
Vuoi davvero continuare?", + "I know what I'm doing" : "So cosa sto facendo", + "Reset password" : "Ripristina la password", + "Password can not be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.", + "No" : "No", + "Yes" : "Sì", + "Choose" : "Scegli", + "Error loading file picker template: {error}" : "Errore durante il caricamento del modello del selettore file: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Errore durante il caricamento del modello di messaggio: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} file in conflitto","{count} file in conflitto"], + "One file conflict" : "Un file in conflitto", + "New Files" : "File nuovi", + "Already existing files" : "File già esistenti", + "Which files do you want to keep?" : "Quali file vuoi mantenere?", + "If you select both versions, the copied file will have a number added to its name." : "Se selezioni entrambe le versioni, sarà aggiunto un numero al nome del file copiato.", + "Cancel" : "Annulla", + "Continue" : "Continua", + "(all selected)" : "(tutti i selezionati)", + "({count} selected)" : "({count} selezionati)", + "Error loading file exists template" : "Errore durante il caricamento del modello del file esistente", + "Very weak password" : "Password molto debole", + "Weak password" : "Password debole", + "So-so password" : "Password così-così", + "Good password" : "Password buona", + "Strong password" : "Password forte", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra no funzionare correttamente.", + "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." : "Questo server non ha una connessione a Internet funzionante. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Ti suggeriamo di abilitare la connessione a Internet del server se desideri disporre di tutte le funzionalità.", + "Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server", + "Shared" : "Condivisi", + "Shared with {recipients}" : "Condiviso con {recipients}", + "Share" : "Condividi", + "Error" : "Errore", + "Error while sharing" : "Errore durante la condivisione", + "Error while unsharing" : "Errore durante la rimozione della condivisione", + "Error while changing permissions" : "Errore durante la modifica dei permessi", + "Shared with you and the group {group} by {owner}" : "Condiviso con te e con il gruppo {group} da {owner}", + "Shared with you by {owner}" : "Condiviso con te da {owner}", + "Share with user or group …" : "Condividi con utente o gruppo ...", + "Share link" : "Condividi collegamento", + "The public link will expire no later than {days} days after it is created" : "Il collegamento pubblico scadrà non più tardi di {days} giorni dopo la sua creazione", + "Password protect" : "Proteggi con password", + "Choose a password for the public link" : "Scegli una password per il collegamento pubblico", + "Allow Public Upload" : "Consenti caricamento pubblico", + "Email link to person" : "Invia collegamento via email", + "Send" : "Invia", + "Set expiration date" : "Imposta data di scadenza", + "Expiration date" : "Data di scadenza", + "Adding user..." : "Aggiunta utente in corso...", + "group" : "gruppo", + "Resharing is not allowed" : "La ri-condivisione non è consentita", + "Shared in {item} with {user}" : "Condiviso in {item} con {user}", + "Unshare" : "Rimuovi condivisione", + "notify by email" : "notifica tramite email", + "can share" : "può condividere", + "can edit" : "può modificare", + "access control" : "controllo d'accesso", + "create" : "creare", + "update" : "aggiornare", + "delete" : "elimina", + "Password protected" : "Protetta da password", + "Error unsetting expiration date" : "Errore durante la rimozione della data di scadenza", + "Error setting expiration date" : "Errore durante l'impostazione della data di scadenza", + "Sending ..." : "Invio in corso...", + "Email sent" : "Messaggio inviato", + "Warning" : "Avviso", + "The object type is not specified." : "Il tipo di oggetto non è specificato.", + "Enter new" : "Inserisci nuovo", + "Delete" : "Elimina", + "Add" : "Aggiungi", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "L'aggiornamento è stato effettuato correttamente. Stai per essere reindirizzato a ownCloud.", + "Couldn't reset password because the token is invalid" : "Impossibile reimpostare la password poiché il token non è valido", + "Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione poiché non è presente un indirizzo email per questo nome utente. Contatta il tuo amministratore.", + "%s password reset" : "Ripristino password di %s", + "Use the following link to reset your password: {link}" : "Usa il collegamento seguente per ripristinare la password: {link}", + "You will receive a link to reset your password via Email." : "Riceverai un collegamento per ripristinare la tua password via email", + "Username" : "Nome utente", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "I file sono cifrati. Se non hai precedentemente abilitato la chiave di recupero, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà ripristinata. Se non sei sicuro, per favore contatta l'amministratore prima di proseguire. Vuoi davvero continuare?", + "Yes, I really want to reset my password now" : "Sì, voglio davvero ripristinare la mia password adesso", + "Reset" : "Ripristina", + "New password" : "Nuova password", + "New Password" : "Nuova password", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X non è supportato e %s non funzionerà correttamente su questa piattaforma. Usalo a tuo rischio!", + "For the best results, please consider using a GNU/Linux server instead." : "Per avere il risultato migliore, prendi in considerazione l'utilizzo di un server GNU/Linux.", + "Personal" : "Personale", + "Users" : "Utenti", + "Apps" : "Applicazioni", + "Admin" : "Admin", + "Help" : "Aiuto", + "Error loading tags" : "Errore di caricamento delle etichette", + "Tag already exists" : "L'etichetta esiste già", + "Error deleting tag(s)" : "Errore di eliminazione delle etichette", + "Error tagging" : "Errore di assegnazione delle etichette", + "Error untagging" : "Errore di rimozione delle etichette", + "Error favoriting" : "Errore di creazione dei preferiti", + "Error unfavoriting" : "Errore di rimozione dai preferiti", + "Access forbidden" : "Accesso negato", + "File not found" : "File non trovato", + "The specified document has not been found on the server." : "Il documento specificato non è stato trovato sul server.", + "You can click here to return to %s." : "Puoi fare clic qui per tornare a %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n", + "The share will expire on %s." : "La condivisione scadrà il %s.", + "Cheers!" : "Saluti!", + "Internal Server Error" : "Errore interno del server", + "The server encountered an internal error and was unable to complete your request." : "Il server ha riscontrato un errore interno e non è stato in grado di completare la tua richiesta.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Contatta l'amministratore del server se questo errore riappare più volte, includendo i dettagli tecnici sotto riportati nella tua segnalazione.", + "More details can be found in the server log." : "Ulteriori dettagli sono disponibili nel log del server.", + "Technical details" : "Dettagli tecnici", + "Remote Address: %s" : "Indirizzo remoto: %s", + "Request ID: %s" : "ID richiesta: %s", + "Code: %s" : "Codice: %s", + "Message: %s" : "Messaggio: %s", + "File: %s" : "File: %s", + "Line: %s" : "Riga: %s", + "Trace" : "Traccia", + "Security Warning" : "Avviso di sicurezza", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "La tua versione di PHP è vulnerabile all'attacco NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Aggiorna la tua installazione di PHP per utilizzare %s in sicurezza.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "La cartella dei dati e i file sono probabilmente accessibili da Internet poiché il file .htaccess non funziona.", + "For information how to properly configure your server, please see the documentation." : "Per informazioni su come configurare correttamente il tuo server, vedi la documentazione.", + "Create an admin account" : "Crea un account amministratore", + "Password" : "Password", + "Storage & database" : "Archiviazione e database", + "Data folder" : "Cartella dati", + "Configure the database" : "Configura il database", + "Only %s is available." : "È disponibile solo %s.", + "Database user" : "Utente del database", + "Database password" : "Password del database", + "Database name" : "Nome del database", + "Database tablespace" : "Spazio delle tabelle del database", + "Database host" : "Host del database", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite sarà utilizzato come database. Per installazioni più grandi consigliamo di cambiarlo.", + "Finish setup" : "Termina la configurazione", + "Finishing …" : "Completamento...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Questa applicazione richiede JavaScript per un corretto funzionamento. Abilita JavaScript e ricarica questa pagina.", + "%s is available. Get more information on how to update." : "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento.", + "Log out" : "Esci", + "Server side authentication failed!" : "Autenticazione lato server non riuscita!", + "Please contact your administrator." : "Contatta il tuo amministratore di sistema.", + "Forgot your password? Reset it!" : "Hai dimenticato la password? Reimpostala!", + "remember" : "ricorda", + "Log in" : "Accedi", + "Alternative Logins" : "Accessi alternativi", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Ciao,

volevo informarti che %s ha condiviso %s con te.
Guarda!

", + "This ownCloud instance is currently in single user mode." : "Questa istanza di ownCloud è in modalità utente singolo.", + "This means only administrators can use the instance." : "Ciò significa che solo gli amministratori possono utilizzare l'istanza.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.", + "Thank you for your patience." : "Grazie per la pazienza.", + "You are accessing the server from an untrusted domain." : "Stai accedendo al server da un dominio non attendibile.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contatta il tuo amministratore di sistema. Se sei un amministratore di questa istanza, configura l'impostazione \"trusted_domain\" in config/config.php. Un esempio di configurazione è disponibile in config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "In base alla tua configurazione, come amministratore potrai utilizzare anche il pulsante in basso per rendere attendibile questo dominio.", + "Add \"%s\" as trusted domain" : "Aggiungi \"%s\" come dominio attendibile", + "%s will be updated to version %s." : "%s sarà aggiornato alla versione %s.", + "The following apps will be disabled:" : "Le seguenti applicazioni saranno disabilitate:", + "The theme %s has been disabled." : "Il tema %s è stato disabilitato.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assicurati di aver creato una copia di sicurezza del database, della cartella config e della cartella data prima di procedere. ", + "Start update" : "Avvia l'aggiornamento", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitare timeout con installazioni di grandi dimensioni, puoi eseguire il comando che segue dalla cartella di installazione:", + "This %s instance is currently being updated, which may take a while." : "Questa istanza di %s è in fase di aggiornamento, potrebbe richiedere del tempo.", + "This page will refresh itself when the %s instance is available again." : "Questa pagina si aggiornerà quando l'istanza di %s sarà nuovamente disponibile." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/it.json b/core/l10n/it.json new file mode 100644 index 0000000000..2be5d0fcd4 --- /dev/null +++ b/core/l10n/it.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Impossibile inviare email ai seguenti utenti: %s", + "Turned on maintenance mode" : "Modalità di manutenzione attivata", + "Turned off maintenance mode" : "Modalità di manutenzione disattivata", + "Updated database" : "Database aggiornato", + "Checked database schema update" : "Verificato l'aggiornamento dello schema del database", + "Checked database schema update for apps" : "Verificato l'aggiornamento dello schema del database per le applicazioni", + "Updated \"%s\" to %s" : "Aggiornato \"%s\" a %s", + "Disabled incompatible apps: %s" : "Applicazione incompatibili disabilitate: %s", + "No image or file provided" : "Non è stata fornita alcun immagine o file", + "Unknown filetype" : "Tipo di file sconosciuto", + "Invalid image" : "Immagine non valida", + "No temporary profile picture available, try again" : "Nessuna immagine di profilo provvisoria disponibile, riprova", + "No crop data provided" : "Dati di ritaglio non forniti", + "Sunday" : "Domenica", + "Monday" : "Lunedì", + "Tuesday" : "Martedì", + "Wednesday" : "Mercoledì", + "Thursday" : "Giovedì", + "Friday" : "Venerdì", + "Saturday" : "Sabato", + "January" : "Gennaio", + "February" : "Febbraio", + "March" : "Marzo", + "April" : "Aprile", + "May" : "Maggio", + "June" : "Giugno", + "July" : "Luglio", + "August" : "Agosto", + "September" : "Settembre", + "October" : "Ottobre", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "I tuoi file sono cifrati. Se non hai precedentemente abilitato la chiave di recupero, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà reimpostata.
Se non sei sicuro, per favore contatta l'amministratore prima di proseguire.
Vuoi davvero continuare?", + "I know what I'm doing" : "So cosa sto facendo", + "Reset password" : "Ripristina la password", + "Password can not be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.", + "No" : "No", + "Yes" : "Sì", + "Choose" : "Scegli", + "Error loading file picker template: {error}" : "Errore durante il caricamento del modello del selettore file: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Errore durante il caricamento del modello di messaggio: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} file in conflitto","{count} file in conflitto"], + "One file conflict" : "Un file in conflitto", + "New Files" : "File nuovi", + "Already existing files" : "File già esistenti", + "Which files do you want to keep?" : "Quali file vuoi mantenere?", + "If you select both versions, the copied file will have a number added to its name." : "Se selezioni entrambe le versioni, sarà aggiunto un numero al nome del file copiato.", + "Cancel" : "Annulla", + "Continue" : "Continua", + "(all selected)" : "(tutti i selezionati)", + "({count} selected)" : "({count} selezionati)", + "Error loading file exists template" : "Errore durante il caricamento del modello del file esistente", + "Very weak password" : "Password molto debole", + "Weak password" : "Password debole", + "So-so password" : "Password così-così", + "Good password" : "Password buona", + "Strong password" : "Password forte", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra no funzionare correttamente.", + "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." : "Questo server non ha una connessione a Internet funzionante. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Ti suggeriamo di abilitare la connessione a Internet del server se desideri disporre di tutte le funzionalità.", + "Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server", + "Shared" : "Condivisi", + "Shared with {recipients}" : "Condiviso con {recipients}", + "Share" : "Condividi", + "Error" : "Errore", + "Error while sharing" : "Errore durante la condivisione", + "Error while unsharing" : "Errore durante la rimozione della condivisione", + "Error while changing permissions" : "Errore durante la modifica dei permessi", + "Shared with you and the group {group} by {owner}" : "Condiviso con te e con il gruppo {group} da {owner}", + "Shared with you by {owner}" : "Condiviso con te da {owner}", + "Share with user or group …" : "Condividi con utente o gruppo ...", + "Share link" : "Condividi collegamento", + "The public link will expire no later than {days} days after it is created" : "Il collegamento pubblico scadrà non più tardi di {days} giorni dopo la sua creazione", + "Password protect" : "Proteggi con password", + "Choose a password for the public link" : "Scegli una password per il collegamento pubblico", + "Allow Public Upload" : "Consenti caricamento pubblico", + "Email link to person" : "Invia collegamento via email", + "Send" : "Invia", + "Set expiration date" : "Imposta data di scadenza", + "Expiration date" : "Data di scadenza", + "Adding user..." : "Aggiunta utente in corso...", + "group" : "gruppo", + "Resharing is not allowed" : "La ri-condivisione non è consentita", + "Shared in {item} with {user}" : "Condiviso in {item} con {user}", + "Unshare" : "Rimuovi condivisione", + "notify by email" : "notifica tramite email", + "can share" : "può condividere", + "can edit" : "può modificare", + "access control" : "controllo d'accesso", + "create" : "creare", + "update" : "aggiornare", + "delete" : "elimina", + "Password protected" : "Protetta da password", + "Error unsetting expiration date" : "Errore durante la rimozione della data di scadenza", + "Error setting expiration date" : "Errore durante l'impostazione della data di scadenza", + "Sending ..." : "Invio in corso...", + "Email sent" : "Messaggio inviato", + "Warning" : "Avviso", + "The object type is not specified." : "Il tipo di oggetto non è specificato.", + "Enter new" : "Inserisci nuovo", + "Delete" : "Elimina", + "Add" : "Aggiungi", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "L'aggiornamento è stato effettuato correttamente. Stai per essere reindirizzato a ownCloud.", + "Couldn't reset password because the token is invalid" : "Impossibile reimpostare la password poiché il token non è valido", + "Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione poiché non è presente un indirizzo email per questo nome utente. Contatta il tuo amministratore.", + "%s password reset" : "Ripristino password di %s", + "Use the following link to reset your password: {link}" : "Usa il collegamento seguente per ripristinare la password: {link}", + "You will receive a link to reset your password via Email." : "Riceverai un collegamento per ripristinare la tua password via email", + "Username" : "Nome utente", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "I file sono cifrati. Se non hai precedentemente abilitato la chiave di recupero, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà ripristinata. Se non sei sicuro, per favore contatta l'amministratore prima di proseguire. Vuoi davvero continuare?", + "Yes, I really want to reset my password now" : "Sì, voglio davvero ripristinare la mia password adesso", + "Reset" : "Ripristina", + "New password" : "Nuova password", + "New Password" : "Nuova password", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X non è supportato e %s non funzionerà correttamente su questa piattaforma. Usalo a tuo rischio!", + "For the best results, please consider using a GNU/Linux server instead." : "Per avere il risultato migliore, prendi in considerazione l'utilizzo di un server GNU/Linux.", + "Personal" : "Personale", + "Users" : "Utenti", + "Apps" : "Applicazioni", + "Admin" : "Admin", + "Help" : "Aiuto", + "Error loading tags" : "Errore di caricamento delle etichette", + "Tag already exists" : "L'etichetta esiste già", + "Error deleting tag(s)" : "Errore di eliminazione delle etichette", + "Error tagging" : "Errore di assegnazione delle etichette", + "Error untagging" : "Errore di rimozione delle etichette", + "Error favoriting" : "Errore di creazione dei preferiti", + "Error unfavoriting" : "Errore di rimozione dai preferiti", + "Access forbidden" : "Accesso negato", + "File not found" : "File non trovato", + "The specified document has not been found on the server." : "Il documento specificato non è stato trovato sul server.", + "You can click here to return to %s." : "Puoi fare clic qui per tornare a %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n", + "The share will expire on %s." : "La condivisione scadrà il %s.", + "Cheers!" : "Saluti!", + "Internal Server Error" : "Errore interno del server", + "The server encountered an internal error and was unable to complete your request." : "Il server ha riscontrato un errore interno e non è stato in grado di completare la tua richiesta.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Contatta l'amministratore del server se questo errore riappare più volte, includendo i dettagli tecnici sotto riportati nella tua segnalazione.", + "More details can be found in the server log." : "Ulteriori dettagli sono disponibili nel log del server.", + "Technical details" : "Dettagli tecnici", + "Remote Address: %s" : "Indirizzo remoto: %s", + "Request ID: %s" : "ID richiesta: %s", + "Code: %s" : "Codice: %s", + "Message: %s" : "Messaggio: %s", + "File: %s" : "File: %s", + "Line: %s" : "Riga: %s", + "Trace" : "Traccia", + "Security Warning" : "Avviso di sicurezza", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "La tua versione di PHP è vulnerabile all'attacco NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Aggiorna la tua installazione di PHP per utilizzare %s in sicurezza.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "La cartella dei dati e i file sono probabilmente accessibili da Internet poiché il file .htaccess non funziona.", + "For information how to properly configure your server, please see the documentation." : "Per informazioni su come configurare correttamente il tuo server, vedi la documentazione.", + "Create an admin account" : "Crea un account amministratore", + "Password" : "Password", + "Storage & database" : "Archiviazione e database", + "Data folder" : "Cartella dati", + "Configure the database" : "Configura il database", + "Only %s is available." : "È disponibile solo %s.", + "Database user" : "Utente del database", + "Database password" : "Password del database", + "Database name" : "Nome del database", + "Database tablespace" : "Spazio delle tabelle del database", + "Database host" : "Host del database", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite sarà utilizzato come database. Per installazioni più grandi consigliamo di cambiarlo.", + "Finish setup" : "Termina la configurazione", + "Finishing …" : "Completamento...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Questa applicazione richiede JavaScript per un corretto funzionamento. Abilita JavaScript e ricarica questa pagina.", + "%s is available. Get more information on how to update." : "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento.", + "Log out" : "Esci", + "Server side authentication failed!" : "Autenticazione lato server non riuscita!", + "Please contact your administrator." : "Contatta il tuo amministratore di sistema.", + "Forgot your password? Reset it!" : "Hai dimenticato la password? Reimpostala!", + "remember" : "ricorda", + "Log in" : "Accedi", + "Alternative Logins" : "Accessi alternativi", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Ciao,

volevo informarti che %s ha condiviso %s con te.
Guarda!

", + "This ownCloud instance is currently in single user mode." : "Questa istanza di ownCloud è in modalità utente singolo.", + "This means only administrators can use the instance." : "Ciò significa che solo gli amministratori possono utilizzare l'istanza.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.", + "Thank you for your patience." : "Grazie per la pazienza.", + "You are accessing the server from an untrusted domain." : "Stai accedendo al server da un dominio non attendibile.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contatta il tuo amministratore di sistema. Se sei un amministratore di questa istanza, configura l'impostazione \"trusted_domain\" in config/config.php. Un esempio di configurazione è disponibile in config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "In base alla tua configurazione, come amministratore potrai utilizzare anche il pulsante in basso per rendere attendibile questo dominio.", + "Add \"%s\" as trusted domain" : "Aggiungi \"%s\" come dominio attendibile", + "%s will be updated to version %s." : "%s sarà aggiornato alla versione %s.", + "The following apps will be disabled:" : "Le seguenti applicazioni saranno disabilitate:", + "The theme %s has been disabled." : "Il tema %s è stato disabilitato.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assicurati di aver creato una copia di sicurezza del database, della cartella config e della cartella data prima di procedere. ", + "Start update" : "Avvia l'aggiornamento", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitare timeout con installazioni di grandi dimensioni, puoi eseguire il comando che segue dalla cartella di installazione:", + "This %s instance is currently being updated, which may take a while." : "Questa istanza di %s è in fase di aggiornamento, potrebbe richiedere del tempo.", + "This page will refresh itself when the %s instance is available again." : "Questa pagina si aggiornerà quando l'istanza di %s sarà nuovamente disponibile." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/it.php b/core/l10n/it.php deleted file mode 100644 index ae3fd59861..0000000000 --- a/core/l10n/it.php +++ /dev/null @@ -1,211 +0,0 @@ - "Impossibile inviare email ai seguenti utenti: %s", -"Turned on maintenance mode" => "Modalità di manutenzione attivata", -"Turned off maintenance mode" => "Modalità di manutenzione disattivata", -"Updated database" => "Database aggiornato", -"Checked database schema update" => "Verificato l'aggiornamento dello schema del database", -"Checked database schema update for apps" => "Verificato l'aggiornamento dello schema del database per le applicazioni", -"Updated \"%s\" to %s" => "Aggiornato \"%s\" a %s", -"Disabled incompatible apps: %s" => "Applicazione incompatibili disabilitate: %s", -"No image or file provided" => "Non è stata fornita alcun immagine o file", -"Unknown filetype" => "Tipo di file sconosciuto", -"Invalid image" => "Immagine non valida", -"No temporary profile picture available, try again" => "Nessuna immagine di profilo provvisoria disponibile, riprova", -"No crop data provided" => "Dati di ritaglio non forniti", -"Sunday" => "Domenica", -"Monday" => "Lunedì", -"Tuesday" => "Martedì", -"Wednesday" => "Mercoledì", -"Thursday" => "Giovedì", -"Friday" => "Venerdì", -"Saturday" => "Sabato", -"January" => "Gennaio", -"February" => "Febbraio", -"March" => "Marzo", -"April" => "Aprile", -"May" => "Maggio", -"June" => "Giugno", -"July" => "Luglio", -"August" => "Agosto", -"September" => "Settembre", -"October" => "Ottobre", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "I tuoi file sono cifrati. Se non hai precedentemente abilitato la chiave di recupero, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà reimpostata.
Se non sei sicuro, per favore contatta l'amministratore prima di proseguire.
Vuoi davvero continuare?", -"I know what I'm doing" => "So cosa sto facendo", -"Reset password" => "Ripristina la password", -"Password can not be changed. Please contact your administrator." => "La password non può essere cambiata. Contatta il tuo amministratore.", -"No" => "No", -"Yes" => "Sì", -"Choose" => "Scegli", -"Error loading file picker template: {error}" => "Errore durante il caricamento del modello del selettore file: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Errore durante il caricamento del modello di messaggio: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} file in conflitto","{count} file in conflitto"), -"One file conflict" => "Un file in conflitto", -"New Files" => "File nuovi", -"Already existing files" => "File già esistenti", -"Which files do you want to keep?" => "Quali file vuoi mantenere?", -"If you select both versions, the copied file will have a number added to its name." => "Se selezioni entrambe le versioni, sarà aggiunto un numero al nome del file copiato.", -"Cancel" => "Annulla", -"Continue" => "Continua", -"(all selected)" => "(tutti i selezionati)", -"({count} selected)" => "({count} selezionati)", -"Error loading file exists template" => "Errore durante il caricamento del modello del file esistente", -"Very weak password" => "Password molto debole", -"Weak password" => "Password debole", -"So-so password" => "Password così-così", -"Good password" => "Password buona", -"Strong password" => "Password forte", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra no funzionare correttamente.", -"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." => "Questo server non ha una connessione a Internet funzionante. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Ti suggeriamo di abilitare la connessione a Internet del server se desideri disporre di tutte le funzionalità.", -"Error occurred while checking server setup" => "Si è verificato un errore durante il controllo della configurazione del server", -"Shared" => "Condivisi", -"Shared with {recipients}" => "Condiviso con {recipients}", -"Share" => "Condividi", -"Error" => "Errore", -"Error while sharing" => "Errore durante la condivisione", -"Error while unsharing" => "Errore durante la rimozione della condivisione", -"Error while changing permissions" => "Errore durante la modifica dei permessi", -"Shared with you and the group {group} by {owner}" => "Condiviso con te e con il gruppo {group} da {owner}", -"Shared with you by {owner}" => "Condiviso con te da {owner}", -"Share with user or group …" => "Condividi con utente o gruppo ...", -"Share link" => "Condividi collegamento", -"The public link will expire no later than {days} days after it is created" => "Il collegamento pubblico scadrà non più tardi di {days} giorni dopo la sua creazione", -"Password protect" => "Proteggi con password", -"Choose a password for the public link" => "Scegli una password per il collegamento pubblico", -"Allow Public Upload" => "Consenti caricamento pubblico", -"Email link to person" => "Invia collegamento via email", -"Send" => "Invia", -"Set expiration date" => "Imposta data di scadenza", -"Expiration date" => "Data di scadenza", -"Adding user..." => "Aggiunta utente in corso...", -"group" => "gruppo", -"Resharing is not allowed" => "La ri-condivisione non è consentita", -"Shared in {item} with {user}" => "Condiviso in {item} con {user}", -"Unshare" => "Rimuovi condivisione", -"notify by email" => "notifica tramite email", -"can share" => "può condividere", -"can edit" => "può modificare", -"access control" => "controllo d'accesso", -"create" => "creare", -"update" => "aggiornare", -"delete" => "elimina", -"Password protected" => "Protetta da password", -"Error unsetting expiration date" => "Errore durante la rimozione della data di scadenza", -"Error setting expiration date" => "Errore durante l'impostazione della data di scadenza", -"Sending ..." => "Invio in corso...", -"Email sent" => "Messaggio inviato", -"Warning" => "Avviso", -"The object type is not specified." => "Il tipo di oggetto non è specificato.", -"Enter new" => "Inserisci nuovo", -"Delete" => "Elimina", -"Add" => "Aggiungi", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "L'aggiornamento è stato effettuato correttamente. Stai per essere reindirizzato a ownCloud.", -"Couldn't reset password because the token is invalid" => "Impossibile reimpostare la password poiché il token non è valido", -"Couldn't send reset email. Please make sure your username is correct." => "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Impossibile inviare l'email di reimpostazione poiché non è presente un indirizzo email per questo nome utente. Contatta il tuo amministratore.", -"%s password reset" => "Ripristino password di %s", -"Use the following link to reset your password: {link}" => "Usa il collegamento seguente per ripristinare la password: {link}", -"You will receive a link to reset your password via Email." => "Riceverai un collegamento per ripristinare la tua password via email", -"Username" => "Nome utente", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "I file sono cifrati. Se non hai precedentemente abilitato la chiave di recupero, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà ripristinata. Se non sei sicuro, per favore contatta l'amministratore prima di proseguire. Vuoi davvero continuare?", -"Yes, I really want to reset my password now" => "Sì, voglio davvero ripristinare la mia password adesso", -"Reset" => "Ripristina", -"New password" => "Nuova password", -"New Password" => "Nuova password", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X non è supportato e %s non funzionerà correttamente su questa piattaforma. Usalo a tuo rischio!", -"For the best results, please consider using a GNU/Linux server instead." => "Per avere il risultato migliore, prendi in considerazione l'utilizzo di un server GNU/Linux.", -"Personal" => "Personale", -"Users" => "Utenti", -"Apps" => "Applicazioni", -"Admin" => "Admin", -"Help" => "Aiuto", -"Error loading tags" => "Errore di caricamento delle etichette", -"Tag already exists" => "L'etichetta esiste già", -"Error deleting tag(s)" => "Errore di eliminazione delle etichette", -"Error tagging" => "Errore di assegnazione delle etichette", -"Error untagging" => "Errore di rimozione delle etichette", -"Error favoriting" => "Errore di creazione dei preferiti", -"Error unfavoriting" => "Errore di rimozione dai preferiti", -"Access forbidden" => "Accesso negato", -"File not found" => "File non trovato", -"The specified document has not been found on the server." => "Il documento specificato non è stato trovato sul server.", -"You can click here to return to %s." => "Puoi fare clic qui per tornare a %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n", -"The share will expire on %s." => "La condivisione scadrà il %s.", -"Cheers!" => "Saluti!", -"Internal Server Error" => "Errore interno del server", -"The server encountered an internal error and was unable to complete your request." => "Il server ha riscontrato un errore interno e non è stato in grado di completare la tua richiesta.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Contatta l'amministratore del server se questo errore riappare più volte, includendo i dettagli tecnici sotto riportati nella tua segnalazione.", -"More details can be found in the server log." => "Ulteriori dettagli sono disponibili nel log del server.", -"Technical details" => "Dettagli tecnici", -"Remote Address: %s" => "Indirizzo remoto: %s", -"Request ID: %s" => "ID richiesta: %s", -"Code: %s" => "Codice: %s", -"Message: %s" => "Messaggio: %s", -"File: %s" => "File: %s", -"Line: %s" => "Riga: %s", -"Trace" => "Traccia", -"Security Warning" => "Avviso di sicurezza", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La tua versione di PHP è vulnerabile all'attacco NULL Byte (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Aggiorna la tua installazione di PHP per utilizzare %s in sicurezza.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "La cartella dei dati e i file sono probabilmente accessibili da Internet poiché il file .htaccess non funziona.", -"For information how to properly configure your server, please see the documentation." => "Per informazioni su come configurare correttamente il tuo server, vedi la documentazione.", -"Create an admin account" => "Crea un account amministratore", -"Password" => "Password", -"Storage & database" => "Archiviazione e database", -"Data folder" => "Cartella dati", -"Configure the database" => "Configura il database", -"Only %s is available." => "È disponibile solo %s.", -"Database user" => "Utente del database", -"Database password" => "Password del database", -"Database name" => "Nome del database", -"Database tablespace" => "Spazio delle tabelle del database", -"Database host" => "Host del database", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite sarà utilizzato come database. Per installazioni più grandi consigliamo di cambiarlo.", -"Finish setup" => "Termina la configurazione", -"Finishing …" => "Completamento...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Questa applicazione richiede JavaScript per un corretto funzionamento. Abilita JavaScript e ricarica questa pagina.", -"%s is available. Get more information on how to update." => "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento.", -"Log out" => "Esci", -"Server side authentication failed!" => "Autenticazione lato server non riuscita!", -"Please contact your administrator." => "Contatta il tuo amministratore di sistema.", -"Forgot your password? Reset it!" => "Hai dimenticato la password? Reimpostala!", -"remember" => "ricorda", -"Log in" => "Accedi", -"Alternative Logins" => "Accessi alternativi", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Ciao,

volevo informarti che %s ha condiviso %s con te.
Guarda!

", -"This ownCloud instance is currently in single user mode." => "Questa istanza di ownCloud è in modalità utente singolo.", -"This means only administrators can use the instance." => "Ciò significa che solo gli amministratori possono utilizzare l'istanza.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.", -"Thank you for your patience." => "Grazie per la pazienza.", -"You are accessing the server from an untrusted domain." => "Stai accedendo al server da un dominio non attendibile.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Contatta il tuo amministratore di sistema. Se sei un amministratore di questa istanza, configura l'impostazione \"trusted_domain\" in config/config.php. Un esempio di configurazione è disponibile in config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "In base alla tua configurazione, come amministratore potrai utilizzare anche il pulsante in basso per rendere attendibile questo dominio.", -"Add \"%s\" as trusted domain" => "Aggiungi \"%s\" come dominio attendibile", -"%s will be updated to version %s." => "%s sarà aggiornato alla versione %s.", -"The following apps will be disabled:" => "Le seguenti applicazioni saranno disabilitate:", -"The theme %s has been disabled." => "Il tema %s è stato disabilitato.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Assicurati di aver creato una copia di sicurezza del database, della cartella config e della cartella data prima di procedere. ", -"Start update" => "Avvia l'aggiornamento", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Per evitare timeout con installazioni di grandi dimensioni, puoi eseguire il comando che segue dalla cartella di installazione:", -"This %s instance is currently being updated, which may take a while." => "Questa istanza di %s è in fase di aggiornamento, potrebbe richiedere del tempo.", -"This page will refresh itself when the %s instance is available again." => "Questa pagina si aggiornerà quando l'istanza di %s sarà nuovamente disponibile." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ja.js b/core/l10n/ja.js new file mode 100644 index 0000000000..b84b14ef20 --- /dev/null +++ b/core/l10n/ja.js @@ -0,0 +1,211 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "次のユーザーにメールを送信できませんでした: %s", + "Turned on maintenance mode" : "メンテナンスモードがオンになりました", + "Turned off maintenance mode" : "メンテナンスモードがオフになりました", + "Updated database" : "データベース更新完了", + "Checked database schema update" : "指定データベースのスキーマを更新", + "Checked database schema update for apps" : "アプリの指定データベースのスキーマを更新", + "Updated \"%s\" to %s" : "\"%s\" を %s にアップデートしました。", + "Disabled incompatible apps: %s" : "無効化された非互換アプリ:%s", + "No image or file provided" : "画像もしくはファイルが提供されていません", + "Unknown filetype" : "不明なファイルタイプ", + "Invalid image" : "無効な画像", + "No temporary profile picture available, try again" : "一時的なプロファイル用画像が利用できません。もう一度試してください", + "No crop data provided" : "クロップデータは提供されません", + "Sunday" : "日", + "Monday" : "月", + "Tuesday" : "火", + "Wednesday" : "水", + "Thursday" : "木", + "Friday" : "金", + "Saturday" : "土", + "January" : "1月", + "February" : "2月", + "March" : "3月", + "April" : "4月", + "May" : "5月", + "June" : "6月", + "July" : "7月", + "August" : "8月", + "September" : "9月", + "October" : "10月", + "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." : "パスワードをリセットする、このリンクをクリックするとメールを送信します。しばらく経ってもメールが届かなかった場合は、スパム/ジャンクフォルダを確認してください。
それでも見つからなかった場合は、管理者に問合せてください。", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "ファイルが暗号化されています。リカバリーキーが有効でない場合は、パスワードをリセットした後にあなたのデータを元に戻す方法はありません。
どういうことか分からない場合は、操作を継続する前に管理者に連絡してください。
続けてよろしいでしょうか?", + "I know what I'm doing" : "どういう操作をしているか理解しています", + "Reset password" : "パスワードをリセット", + "Password can not be changed. Please contact your administrator." : "パスワードは変更できません。管理者に問い合わせてください。", + "No" : "いいえ", + "Yes" : "はい", + "Choose" : "選択", + "Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "メッセージテンプレートの読み込みエラー: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} ファイルが競合"], + "One file conflict" : "1ファイルが競合", + "New Files" : "新しいファイル", + "Already existing files" : "既存のファイル", + "Which files do you want to keep?" : "どちらのファイルを保持しますか?", + "If you select both versions, the copied file will have a number added to its name." : "両方のバージョンを選択した場合は、ファイル名の後ろに数字を追加したファイルのコピーを作成します。", + "Cancel" : "キャンセル", + "Continue" : "続ける", + "(all selected)" : "(すべて選択)", + "({count} selected)" : "({count} 選択)", + "Error loading file exists template" : "既存ファイルのテンプレートの読み込みエラー", + "Very weak password" : "非常に弱いパスワード", + "Weak password" : "弱いパスワード", + "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." : "このサーバーはインターネットに接続していません。この場合、外部ストレージのマウント、更新の通知やサードパーティアプリといったいくつかの機能が使えません。また、リモート接続でのファイルアクセス、通知メールの送信と言った機能も利用できないかもしれません。全ての機能を利用したいのであれば、このサーバーからインターネットに接続できるようにすることをお勧めします。", + "Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました", + "Shared" : "共有中", + "Shared with {recipients}" : "{recipients} と共有", + "Share" : "共有", + "Error" : "エラー", + "Error while sharing" : "共有でエラー発生", + "Error while unsharing" : "共有解除でエラー発生", + "Error while changing permissions" : "権限変更でエラー発生", + "Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中", + "Shared with you by {owner}" : "{owner} と共有中", + "Share with user or group …" : "ユーザーもしくはグループと共有 ...", + "Share link" : "URLで共有", + "The public link will expire no later than {days} days after it is created" : "URLによる共有は、作成してから {days} 日以内に有効期限切れになります", + "Password protect" : "パスワード保護を有効化", + "Choose a password for the public link" : "URLによる共有のパスワードを入力", + "Allow Public Upload" : "アップロードを許可", + "Email link to person" : "メールリンク", + "Send" : "送信", + "Set expiration date" : "有効期限を設定", + "Expiration date" : "有効期限", + "Adding user..." : "ユーザー追加中...", + "group" : "グループ", + "Resharing is not allowed" : "再共有は許可されていません", + "Shared in {item} with {user}" : "{item} 内で {user} と共有中", + "Unshare" : "共有解除", + "notify by email" : "メールで通知", + "can share" : "共有可", + "can edit" : "編集を許可", + "access control" : "アクセス権限", + "create" : "作成", + "update" : "アップデート", + "delete" : "削除", + "Password protected" : "パスワード保護", + "Error unsetting expiration date" : "有効期限の未設定エラー", + "Error setting expiration date" : "有効期限の設定でエラー発生", + "Sending ..." : "送信中...", + "Email sent" : "メールを送信しました", + "Warning" : "警告", + "The object type is not specified." : "オブジェクトタイプが指定されていません。", + "Enter new" : "新規に入力", + "Delete" : "削除", + "Add" : "追加", + "Edit tags" : "タグを編集", + "Error loading dialog template: {error}" : "メッセージテンプレートの読み込みエラー: {error}", + "No tags selected for deletion." : "削除するタグが選択されていません。", + "Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。", + "Please reload the page." : "ページをリロードしてください。", + "The update was unsuccessful." : "アップデートに失敗しました。", + "The update was successful. Redirecting you to ownCloud now." : "アップデートに成功しました。今すぐownCloudにリダイレクトします。", + "Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした", + "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。", + "%s password reset" : "%s パスワードリセット", + "Use the following link to reset your password: {link}" : "パスワードをリセットするには次のリンクをクリックしてください: {link}", + "You will receive a link to reset your password via Email." : "メールでパスワードをリセットするリンクが届きます。", + "Username" : "ユーザー名", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "ファイルが暗号化されています。リカバリキーを有効にしていなかった場合、パスワードをリセットしてからデータを復旧する方法はありません。何をすべきかよくわからないなら、続ける前にまず管理者に連絡しましょう。本当に続けますか?", + "Yes, I really want to reset my password now" : "はい、今すぐパスワードをリセットします。", + "Reset" : "リセット", + "New password" : "新しいパスワードを入力", + "New Password" : "新しいパスワード", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。", + "For the best results, please consider using a GNU/Linux server instead." : "最も良い方法としては、代わりにGNU/Linuxサーバーを利用することをご検討ください。", + "Personal" : "個人", + "Users" : "ユーザー", + "Apps" : "アプリ", + "Admin" : "管理", + "Help" : "ヘルプ", + "Error loading tags" : "タグの読み込みエラー", + "Tag already exists" : "タグはすでに存在します", + "Error deleting tag(s)" : "タグの削除エラー", + "Error tagging" : "タグの付与エラー", + "Error untagging" : "タグの解除エラー", + "Error favoriting" : "お気に入りに追加エラー", + "Error unfavoriting" : "お気に入りから削除エラー", + "Access forbidden" : "アクセスが禁止されています", + "File not found" : "ファイルが見つかりません", + "The specified document has not been found on the server." : "サーバーに指定されたファイルが見つかりませんでした。", + "You can click here to return to %s." : "ここをクリックすると、 %s に戻れます。", + "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!" : "それでは!", + "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." : "詳しい情報は、サーバーのログを確認してください。", + "Technical details" : "技術詳細", + "Remote Address: %s" : "リモートアドレス: %s", + "Request ID: %s" : "リクエスト ID: %s", + "Code: %s" : "コード: %s", + "Message: %s" : "メッセージ: %s", + "File: %s" : "ファイル: %s", + "Line: %s" : "行: %s", + "Trace" : "トレース", + "Security Warning" : "セキュリティ警告", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "あなたのPHPのバージョンには、Null Byte攻撃(CVE-2006-7243)という脆弱性が含まれています。", + "Please update your PHP installation to use %s securely." : "%s を安全に利用するため、インストールされているPHPをアップデートしてください。", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : ".htaccessファイルが動作していないため、おそらくあなたのデータディレクトリまたはファイルはインターネットからアクセス可能になっています。", + "For information how to properly configure your server, please see the documentation." : "サーバーを適正に設定する情報は、こちらのドキュメントを参照してください。", + "Create an admin account" : "管理者アカウントを作成してください", + "Password" : "パスワード", + "Storage & database" : "ストレージとデータベース", + "Data folder" : "データフォルダー", + "Configure the database" : "データベースを設定してください", + "Only %s is available." : "%s のみ有効です。", + "Database user" : "データベースのユーザー名", + "Database password" : "データベースのパスワード", + "Database name" : "データベース名", + "Database tablespace" : "データベースの表領域", + "Database host" : "データベースのホスト名", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite をデータベースとして利用します。大規模な運用では、利用しないことをお勧めします。", + "Finish setup" : "セットアップを完了します", + "Finishing …" : "作業を完了しています ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "このアプリケーションは使用する為、JavaScriptが必要です。\nJavaScriptを有効にし、ページを更新してください。 ", + "%s is available. Get more information on how to update." : "%s が利用可能です。アップデート方法について詳細情報を確認してください。", + "Log out" : "ログアウト", + "Server side authentication failed!" : "サーバーサイドの認証に失敗しました!", + "Please contact your administrator." : "管理者に問い合わせてください。", + "Forgot your password? Reset it!" : "パスワードを忘れましたか?リセットします!", + "remember" : "パスワードを保存", + "Log in" : "ログイン", + "Alternative Logins" : "代替ログイン", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "こんにちは、

%sがあなたと »%s« を共有したことをお知らせします。
それを表示

", + "This ownCloud instance is currently in single user mode." : "このownCloudインスタンスは、現在シングルユーザーモードです。", + "This means only administrators can use the instance." : "これは、管理者のみがインスタンスを利用できることを意味しています。", + "Contact your system administrator if this message persists or appeared unexpectedly." : "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。", + "Thank you for your patience." : "しばらくお待ちください。", + "You are accessing the server from an untrusted domain." : "信頼されていないドメインからサーバーにアクセスしています。", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "管理者に連絡してください。このサーバーの管理者の場合は、\"trusted_domain\" の設定を config/config.php に設定してください。config/config.sample.php にサンプルの設定方法が記載してあります。", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "環境により、下のボタンで信頼するドメインに追加する必要があるかもしれません。", + "Add \"%s\" as trusted domain" : "\"%s\" を信頼するドメイン名に追加", + "%s will be updated to version %s." : "%s はバージョン %s にアップデートされました。", + "The following apps will be disabled:" : "以下のアプリは無効です:", + "The theme %s has been disabled." : "テーマ %s が無効になっています。", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "データベースを確認してください。実行前にconfigフォルダーとdataフォルダーをバックアップします。", + "Start update" : "アップデートを開始", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "大規模なサイトの場合、ブラウザーがタイムアウトする可能性がある為、インストールディレクトリで次のコマンドを実行しても構いません。", + "This %s instance is currently being updated, which may take a while." : "このサーバー %s は現在更新中です。しばらくお待ちください。", + "This page will refresh itself when the %s instance is available again." : "この画面は、サーバー %s の再起動後に自動的に更新されます。" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/ja.json b/core/l10n/ja.json new file mode 100644 index 0000000000..d5112b77df --- /dev/null +++ b/core/l10n/ja.json @@ -0,0 +1,209 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "次のユーザーにメールを送信できませんでした: %s", + "Turned on maintenance mode" : "メンテナンスモードがオンになりました", + "Turned off maintenance mode" : "メンテナンスモードがオフになりました", + "Updated database" : "データベース更新完了", + "Checked database schema update" : "指定データベースのスキーマを更新", + "Checked database schema update for apps" : "アプリの指定データベースのスキーマを更新", + "Updated \"%s\" to %s" : "\"%s\" を %s にアップデートしました。", + "Disabled incompatible apps: %s" : "無効化された非互換アプリ:%s", + "No image or file provided" : "画像もしくはファイルが提供されていません", + "Unknown filetype" : "不明なファイルタイプ", + "Invalid image" : "無効な画像", + "No temporary profile picture available, try again" : "一時的なプロファイル用画像が利用できません。もう一度試してください", + "No crop data provided" : "クロップデータは提供されません", + "Sunday" : "日", + "Monday" : "月", + "Tuesday" : "火", + "Wednesday" : "水", + "Thursday" : "木", + "Friday" : "金", + "Saturday" : "土", + "January" : "1月", + "February" : "2月", + "March" : "3月", + "April" : "4月", + "May" : "5月", + "June" : "6月", + "July" : "7月", + "August" : "8月", + "September" : "9月", + "October" : "10月", + "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." : "パスワードをリセットする、このリンクをクリックするとメールを送信します。しばらく経ってもメールが届かなかった場合は、スパム/ジャンクフォルダを確認してください。
それでも見つからなかった場合は、管理者に問合せてください。", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "ファイルが暗号化されています。リカバリーキーが有効でない場合は、パスワードをリセットした後にあなたのデータを元に戻す方法はありません。
どういうことか分からない場合は、操作を継続する前に管理者に連絡してください。
続けてよろしいでしょうか?", + "I know what I'm doing" : "どういう操作をしているか理解しています", + "Reset password" : "パスワードをリセット", + "Password can not be changed. Please contact your administrator." : "パスワードは変更できません。管理者に問い合わせてください。", + "No" : "いいえ", + "Yes" : "はい", + "Choose" : "選択", + "Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "メッセージテンプレートの読み込みエラー: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} ファイルが競合"], + "One file conflict" : "1ファイルが競合", + "New Files" : "新しいファイル", + "Already existing files" : "既存のファイル", + "Which files do you want to keep?" : "どちらのファイルを保持しますか?", + "If you select both versions, the copied file will have a number added to its name." : "両方のバージョンを選択した場合は、ファイル名の後ろに数字を追加したファイルのコピーを作成します。", + "Cancel" : "キャンセル", + "Continue" : "続ける", + "(all selected)" : "(すべて選択)", + "({count} selected)" : "({count} 選択)", + "Error loading file exists template" : "既存ファイルのテンプレートの読み込みエラー", + "Very weak password" : "非常に弱いパスワード", + "Weak password" : "弱いパスワード", + "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." : "このサーバーはインターネットに接続していません。この場合、外部ストレージのマウント、更新の通知やサードパーティアプリといったいくつかの機能が使えません。また、リモート接続でのファイルアクセス、通知メールの送信と言った機能も利用できないかもしれません。全ての機能を利用したいのであれば、このサーバーからインターネットに接続できるようにすることをお勧めします。", + "Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました", + "Shared" : "共有中", + "Shared with {recipients}" : "{recipients} と共有", + "Share" : "共有", + "Error" : "エラー", + "Error while sharing" : "共有でエラー発生", + "Error while unsharing" : "共有解除でエラー発生", + "Error while changing permissions" : "権限変更でエラー発生", + "Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中", + "Shared with you by {owner}" : "{owner} と共有中", + "Share with user or group …" : "ユーザーもしくはグループと共有 ...", + "Share link" : "URLで共有", + "The public link will expire no later than {days} days after it is created" : "URLによる共有は、作成してから {days} 日以内に有効期限切れになります", + "Password protect" : "パスワード保護を有効化", + "Choose a password for the public link" : "URLによる共有のパスワードを入力", + "Allow Public Upload" : "アップロードを許可", + "Email link to person" : "メールリンク", + "Send" : "送信", + "Set expiration date" : "有効期限を設定", + "Expiration date" : "有効期限", + "Adding user..." : "ユーザー追加中...", + "group" : "グループ", + "Resharing is not allowed" : "再共有は許可されていません", + "Shared in {item} with {user}" : "{item} 内で {user} と共有中", + "Unshare" : "共有解除", + "notify by email" : "メールで通知", + "can share" : "共有可", + "can edit" : "編集を許可", + "access control" : "アクセス権限", + "create" : "作成", + "update" : "アップデート", + "delete" : "削除", + "Password protected" : "パスワード保護", + "Error unsetting expiration date" : "有効期限の未設定エラー", + "Error setting expiration date" : "有効期限の設定でエラー発生", + "Sending ..." : "送信中...", + "Email sent" : "メールを送信しました", + "Warning" : "警告", + "The object type is not specified." : "オブジェクトタイプが指定されていません。", + "Enter new" : "新規に入力", + "Delete" : "削除", + "Add" : "追加", + "Edit tags" : "タグを編集", + "Error loading dialog template: {error}" : "メッセージテンプレートの読み込みエラー: {error}", + "No tags selected for deletion." : "削除するタグが選択されていません。", + "Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。", + "Please reload the page." : "ページをリロードしてください。", + "The update was unsuccessful." : "アップデートに失敗しました。", + "The update was successful. Redirecting you to ownCloud now." : "アップデートに成功しました。今すぐownCloudにリダイレクトします。", + "Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした", + "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。", + "%s password reset" : "%s パスワードリセット", + "Use the following link to reset your password: {link}" : "パスワードをリセットするには次のリンクをクリックしてください: {link}", + "You will receive a link to reset your password via Email." : "メールでパスワードをリセットするリンクが届きます。", + "Username" : "ユーザー名", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "ファイルが暗号化されています。リカバリキーを有効にしていなかった場合、パスワードをリセットしてからデータを復旧する方法はありません。何をすべきかよくわからないなら、続ける前にまず管理者に連絡しましょう。本当に続けますか?", + "Yes, I really want to reset my password now" : "はい、今すぐパスワードをリセットします。", + "Reset" : "リセット", + "New password" : "新しいパスワードを入力", + "New Password" : "新しいパスワード", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。", + "For the best results, please consider using a GNU/Linux server instead." : "最も良い方法としては、代わりにGNU/Linuxサーバーを利用することをご検討ください。", + "Personal" : "個人", + "Users" : "ユーザー", + "Apps" : "アプリ", + "Admin" : "管理", + "Help" : "ヘルプ", + "Error loading tags" : "タグの読み込みエラー", + "Tag already exists" : "タグはすでに存在します", + "Error deleting tag(s)" : "タグの削除エラー", + "Error tagging" : "タグの付与エラー", + "Error untagging" : "タグの解除エラー", + "Error favoriting" : "お気に入りに追加エラー", + "Error unfavoriting" : "お気に入りから削除エラー", + "Access forbidden" : "アクセスが禁止されています", + "File not found" : "ファイルが見つかりません", + "The specified document has not been found on the server." : "サーバーに指定されたファイルが見つかりませんでした。", + "You can click here to return to %s." : "ここをクリックすると、 %s に戻れます。", + "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!" : "それでは!", + "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." : "詳しい情報は、サーバーのログを確認してください。", + "Technical details" : "技術詳細", + "Remote Address: %s" : "リモートアドレス: %s", + "Request ID: %s" : "リクエスト ID: %s", + "Code: %s" : "コード: %s", + "Message: %s" : "メッセージ: %s", + "File: %s" : "ファイル: %s", + "Line: %s" : "行: %s", + "Trace" : "トレース", + "Security Warning" : "セキュリティ警告", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "あなたのPHPのバージョンには、Null Byte攻撃(CVE-2006-7243)という脆弱性が含まれています。", + "Please update your PHP installation to use %s securely." : "%s を安全に利用するため、インストールされているPHPをアップデートしてください。", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : ".htaccessファイルが動作していないため、おそらくあなたのデータディレクトリまたはファイルはインターネットからアクセス可能になっています。", + "For information how to properly configure your server, please see the documentation." : "サーバーを適正に設定する情報は、こちらのドキュメントを参照してください。", + "Create an admin account" : "管理者アカウントを作成してください", + "Password" : "パスワード", + "Storage & database" : "ストレージとデータベース", + "Data folder" : "データフォルダー", + "Configure the database" : "データベースを設定してください", + "Only %s is available." : "%s のみ有効です。", + "Database user" : "データベースのユーザー名", + "Database password" : "データベースのパスワード", + "Database name" : "データベース名", + "Database tablespace" : "データベースの表領域", + "Database host" : "データベースのホスト名", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite をデータベースとして利用します。大規模な運用では、利用しないことをお勧めします。", + "Finish setup" : "セットアップを完了します", + "Finishing …" : "作業を完了しています ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "このアプリケーションは使用する為、JavaScriptが必要です。\nJavaScriptを有効にし、ページを更新してください。 ", + "%s is available. Get more information on how to update." : "%s が利用可能です。アップデート方法について詳細情報を確認してください。", + "Log out" : "ログアウト", + "Server side authentication failed!" : "サーバーサイドの認証に失敗しました!", + "Please contact your administrator." : "管理者に問い合わせてください。", + "Forgot your password? Reset it!" : "パスワードを忘れましたか?リセットします!", + "remember" : "パスワードを保存", + "Log in" : "ログイン", + "Alternative Logins" : "代替ログイン", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "こんにちは、

%sがあなたと »%s« を共有したことをお知らせします。
それを表示

", + "This ownCloud instance is currently in single user mode." : "このownCloudインスタンスは、現在シングルユーザーモードです。", + "This means only administrators can use the instance." : "これは、管理者のみがインスタンスを利用できることを意味しています。", + "Contact your system administrator if this message persists or appeared unexpectedly." : "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。", + "Thank you for your patience." : "しばらくお待ちください。", + "You are accessing the server from an untrusted domain." : "信頼されていないドメインからサーバーにアクセスしています。", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "管理者に連絡してください。このサーバーの管理者の場合は、\"trusted_domain\" の設定を config/config.php に設定してください。config/config.sample.php にサンプルの設定方法が記載してあります。", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "環境により、下のボタンで信頼するドメインに追加する必要があるかもしれません。", + "Add \"%s\" as trusted domain" : "\"%s\" を信頼するドメイン名に追加", + "%s will be updated to version %s." : "%s はバージョン %s にアップデートされました。", + "The following apps will be disabled:" : "以下のアプリは無効です:", + "The theme %s has been disabled." : "テーマ %s が無効になっています。", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "データベースを確認してください。実行前にconfigフォルダーとdataフォルダーをバックアップします。", + "Start update" : "アップデートを開始", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "大規模なサイトの場合、ブラウザーがタイムアウトする可能性がある為、インストールディレクトリで次のコマンドを実行しても構いません。", + "This %s instance is currently being updated, which may take a while." : "このサーバー %s は現在更新中です。しばらくお待ちください。", + "This page will refresh itself when the %s instance is available again." : "この画面は、サーバー %s の再起動後に自動的に更新されます。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/ja.php b/core/l10n/ja.php deleted file mode 100644 index 450e3adc2e..0000000000 --- a/core/l10n/ja.php +++ /dev/null @@ -1,210 +0,0 @@ - "次のユーザーにメールを送信できませんでした: %s", -"Turned on maintenance mode" => "メンテナンスモードがオンになりました", -"Turned off maintenance mode" => "メンテナンスモードがオフになりました", -"Updated database" => "データベース更新完了", -"Checked database schema update" => "指定データベースのスキーマを更新", -"Checked database schema update for apps" => "アプリの指定データベースのスキーマを更新", -"Updated \"%s\" to %s" => "\"%s\" を %s にアップデートしました。", -"Disabled incompatible apps: %s" => "無効化された非互換アプリ:%s", -"No image or file provided" => "画像もしくはファイルが提供されていません", -"Unknown filetype" => "不明なファイルタイプ", -"Invalid image" => "無効な画像", -"No temporary profile picture available, try again" => "一時的なプロファイル用画像が利用できません。もう一度試してください", -"No crop data provided" => "クロップデータは提供されません", -"Sunday" => "日", -"Monday" => "月", -"Tuesday" => "火", -"Wednesday" => "水", -"Thursday" => "木", -"Friday" => "金", -"Saturday" => "土", -"January" => "1月", -"February" => "2月", -"March" => "3月", -"April" => "4月", -"May" => "5月", -"June" => "6月", -"July" => "7月", -"August" => "8月", -"September" => "9月", -"October" => "10月", -"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." => "パスワードをリセットする、このリンクをクリックするとメールを送信します。しばらく経ってもメールが届かなかった場合は、スパム/ジャンクフォルダを確認してください。
それでも見つからなかった場合は、管理者に問合せてください。", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "ファイルが暗号化されています。リカバリーキーが有効でない場合は、パスワードをリセットした後にあなたのデータを元に戻す方法はありません。
どういうことか分からない場合は、操作を継続する前に管理者に連絡してください。
続けてよろしいでしょうか?", -"I know what I'm doing" => "どういう操作をしているか理解しています", -"Reset password" => "パスワードをリセット", -"Password can not be changed. Please contact your administrator." => "パスワードは変更できません。管理者に問い合わせてください。", -"No" => "いいえ", -"Yes" => "はい", -"Choose" => "選択", -"Error loading file picker template: {error}" => "ファイル選択テンプレートの読み込みエラー: {error}", -"Ok" => "OK", -"Error loading message template: {error}" => "メッセージテンプレートの読み込みエラー: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} ファイルが競合"), -"One file conflict" => "1ファイルが競合", -"New Files" => "新しいファイル", -"Already existing files" => "既存のファイル", -"Which files do you want to keep?" => "どちらのファイルを保持しますか?", -"If you select both versions, the copied file will have a number added to its name." => "両方のバージョンを選択した場合は、ファイル名の後ろに数字を追加したファイルのコピーを作成します。", -"Cancel" => "キャンセル", -"Continue" => "続ける", -"(all selected)" => "(すべて選択)", -"({count} selected)" => "({count} 選択)", -"Error loading file exists template" => "既存ファイルのテンプレートの読み込みエラー", -"Very weak password" => "非常に弱いパスワード", -"Weak password" => "弱いパスワード", -"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." => "このサーバーはインターネットに接続していません。この場合、外部ストレージのマウント、更新の通知やサードパーティアプリといったいくつかの機能が使えません。また、リモート接続でのファイルアクセス、通知メールの送信と言った機能も利用できないかもしれません。すべての機能を利用したい場合は、このサーバーがインターネット接続できるようにすることをお勧めします。", -"Error occurred while checking server setup" => "サーバー設定のチェック中にエラーが発生しました", -"Shared" => "共有中", -"Shared with {recipients}" => "{recipients} と共有", -"Share" => "共有", -"Error" => "エラー", -"Error while sharing" => "共有でエラー発生", -"Error while unsharing" => "共有解除でエラー発生", -"Error while changing permissions" => "権限変更でエラー発生", -"Shared with you and the group {group} by {owner}" => "あなたと {owner} のグループ {group} で共有中", -"Shared with you by {owner}" => "{owner} と共有中", -"Share with user or group …" => "ユーザーもしくはグループと共有 ...", -"Share link" => "URLで共有", -"The public link will expire no later than {days} days after it is created" => "URLによる共有は、作成してから {days} 日以内に有効期限切れになります", -"Password protect" => "パスワード保護を有効化", -"Choose a password for the public link" => "URLによる共有のパスワードを入力", -"Allow Public Upload" => "アップロードを許可", -"Email link to person" => "メールリンク", -"Send" => "送信", -"Set expiration date" => "有効期限を設定", -"Expiration date" => "有効期限", -"Adding user..." => "ユーザーを追加しています...", -"group" => "グループ", -"Resharing is not allowed" => "再共有は許可されていません", -"Shared in {item} with {user}" => "{item} 内で {user} と共有中", -"Unshare" => "共有解除", -"notify by email" => "メールで通知", -"can share" => "共有可", -"can edit" => "編集を許可", -"access control" => "アクセス権限", -"create" => "作成", -"update" => "アップデート", -"delete" => "削除", -"Password protected" => "パスワード保護", -"Error unsetting expiration date" => "有効期限の未設定エラー", -"Error setting expiration date" => "有効期限の設定でエラー発生", -"Sending ..." => "送信中...", -"Email sent" => "メールを送信しました", -"Warning" => "警告", -"The object type is not specified." => "オブジェクトタイプが指定されていません。", -"Enter new" => "新規に入力", -"Delete" => "削除", -"Add" => "追加", -"Edit tags" => "タグを編集", -"Error loading dialog template: {error}" => "メッセージテンプレートの読み込みエラー: {error}", -"No tags selected for deletion." => "削除するタグが選択されていません。", -"Updating {productName} to version {version}, this may take a while." => "{productName} を バージョン {version} に更新しています。しばらくお待ちください。", -"Please reload the page." => "ページをリロードしてください。", -"The update was unsuccessful." => "アップデートに失敗しました。", -"The update was successful. Redirecting you to ownCloud now." => "アップデートに成功しました。今すぐownCloudにリダイレクトします。", -"Couldn't reset password because the token is invalid" => "トークンが無効なため、パスワードをリセットできませんでした", -"Couldn't send reset email. Please make sure your username is correct." => "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。", -"%s password reset" => "%s パスワードリセット", -"Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックしてください: {link}", -"You will receive a link to reset your password via Email." => "メールでパスワードをリセットするリンクが届きます。", -"Username" => "ユーザー名", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "ファイルが暗号化されています。リカバリキーを有効にしていなかった場合、パスワードをリセットしてからデータを復旧する方法はありません。何をすべきかよくわからないなら、続ける前にまず管理者に連絡しましょう。本当に続けますか?", -"Yes, I really want to reset my password now" => "はい、今すぐパスワードをリセットします。", -"Reset" => "リセット", -"New password" => "新しいパスワードを入力", -"New Password" => "新しいパスワード", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。", -"For the best results, please consider using a GNU/Linux server instead." => "最も良い方法としては、代わりにGNU/Linuxサーバーを利用することをご検討ください。", -"Personal" => "個人", -"Users" => "ユーザー", -"Apps" => "アプリ", -"Admin" => "管理", -"Help" => "ヘルプ", -"Error loading tags" => "タグの読み込みエラー", -"Tag already exists" => "タグはすでに存在します", -"Error deleting tag(s)" => "タグの削除エラー", -"Error tagging" => "タグの付与エラー", -"Error untagging" => "タグの解除エラー", -"Error favoriting" => "お気に入りに追加エラー", -"Error unfavoriting" => "お気に入りから削除エラー", -"Access forbidden" => "アクセスが禁止されています", -"File not found" => "ファイルが見つかりません", -"The specified document has not been found on the server." => "サーバーに指定されたファイルが見つかりませんでした。", -"You can click here to return to %s." => "ここをクリックすると、 %s に戻れます。", -"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!" => "それでは!", -"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." => "詳しい情報は、サーバーのログを確認してください。", -"Technical details" => "技術詳細", -"Remote Address: %s" => "リモートアドレス: %s", -"Request ID: %s" => "リクエスト ID: %s", -"Code: %s" => "コード: %s", -"Message: %s" => "メッセージ: %s", -"File: %s" => "ファイル: %s", -"Line: %s" => "行: %s", -"Trace" => "トレース", -"Security Warning" => "セキュリティ警告", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "あなたのPHPのバージョンには、Null Byte攻撃(CVE-2006-7243)という脆弱性が含まれています。", -"Please update your PHP installation to use %s securely." => "%s を安全に利用するため、インストールされているPHPをアップデートしてください。", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => ".htaccessファイルが動作していないため、おそらくあなたのデータディレクトリまたはファイルはインターネットからアクセス可能になっています。", -"For information how to properly configure your server, please see the documentation." => "サーバーを適正に設定する情報は、こちらのドキュメントを参照してください。", -"Create an admin account" => "管理者アカウントを作成してください", -"Password" => "パスワード", -"Storage & database" => "ストレージとデータベース", -"Data folder" => "データフォルダー", -"Configure the database" => "データベースを設定してください", -"Only %s is available." => "%s のみ有効です。", -"Database user" => "データベースのユーザー名", -"Database password" => "データベースのパスワード", -"Database name" => "データベース名", -"Database tablespace" => "データベースの表領域", -"Database host" => "データベースのホスト名", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite をデータベースとして利用します。大規模な運用では、利用しないことをお勧めします。", -"Finish setup" => "セットアップを完了します", -"Finishing …" => "作業を完了しています ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "このアプリケーションは使用する為、JavaScriptが必要です。\nJavaScriptを有効にし、ページを更新してください。 ", -"%s is available. Get more information on how to update." => "%s が利用可能です。アップデート方法について詳細情報を確認してください。", -"Log out" => "ログアウト", -"Server side authentication failed!" => "サーバーサイドの認証に失敗しました!", -"Please contact your administrator." => "管理者に問い合わせてください。", -"Forgot your password? Reset it!" => "パスワードを忘れましたか?リセットします!", -"remember" => "パスワードを保存", -"Log in" => "ログイン", -"Alternative Logins" => "代替ログイン", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "こんにちは、

%sがあなたと »%s« を共有したことをお知らせします。
それを表示

", -"This ownCloud instance is currently in single user mode." => "このownCloudインスタンスは、現在シングルユーザーモードです。", -"This means only administrators can use the instance." => "これは、管理者のみがインスタンスを利用できることを意味しています。", -"Contact your system administrator if this message persists or appeared unexpectedly." => "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。", -"Thank you for your patience." => "しばらくお待ちください。", -"You are accessing the server from an untrusted domain." => "信頼されていないドメインからサーバーにアクセスしています。", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "管理者に連絡してください。このサーバーの管理者の場合は、\"trusted_domain\" の設定を config/config.php に設定してください。config/config.sample.php にサンプルの設定方法が記載してあります。", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "環境により、下のボタンで信頼するドメインに追加する必要があるかもしれません。", -"Add \"%s\" as trusted domain" => "\"%s\" を信頼するドメイン名に追加", -"%s will be updated to version %s." => "%s はバージョン %s にアップデートされました。", -"The following apps will be disabled:" => "以下のアプリは無効です:", -"The theme %s has been disabled." => "テーマ %s が無効になっています。", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "データベースを確認してください。実行前にconfigフォルダーとdataフォルダーをバックアップします。", -"Start update" => "アップデートを開始", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "大規模なサイトの場合、ブラウザーがタイムアウトする可能性がある為、インストールディレクトリで次のコマンドを実行しても構いません。", -"This %s instance is currently being updated, which may take a while." => "このサーバー %s は現在更新中です。しばらくお待ちください。", -"This page will refresh itself when the %s instance is available again." => "この画面は、サーバー %s の再起動後に自動的に更新されます。" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/jv.js b/core/l10n/jv.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/jv.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/jv.json b/core/l10n/jv.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/jv.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/jv.php b/core/l10n/jv.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/jv.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ka_GE.js b/core/l10n/ka_GE.js new file mode 100644 index 0000000000..98843464fd --- /dev/null +++ b/core/l10n/ka_GE.js @@ -0,0 +1,96 @@ +OC.L10N.register( + "core", + { + "Sunday" : "კვირა", + "Monday" : "ორშაბათი", + "Tuesday" : "სამშაბათი", + "Wednesday" : "ოთხშაბათი", + "Thursday" : "ხუთშაბათი", + "Friday" : "პარასკევი", + "Saturday" : "შაბათი", + "January" : "იანვარი", + "February" : "თებერვალი", + "March" : "მარტი", + "April" : "აპრილი", + "May" : "მაისი", + "June" : "ივნისი", + "July" : "ივლისი", + "August" : "აგვისტო", + "September" : "სექტემბერი", + "October" : "ოქტომბერი", + "November" : "ნოემბერი", + "December" : "დეკემბერი", + "Settings" : "პარამეტრები", + "Folder" : "საქაღალდე", + "Image" : "სურათი", + "Saving..." : "შენახვა...", + "Reset password" : "პაროლის შეცვლა", + "No" : "არა", + "Yes" : "კი", + "Choose" : "არჩევა", + "Ok" : "დიახ", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "New Files" : "ახალი ფაილები", + "Cancel" : "უარყოფა", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "თქვენი web სერვერი არ არის კონფიგურირებული ფაილ სინქრონიზაციისთვის, რადგან WebDAV ინტერფეისი შეიძლება იყოს გატეხილი.", + "Shared" : "გაზიარებული", + "Share" : "გაზიარება", + "Error" : "შეცდომა", + "Error while sharing" : "შეცდომა გაზიარების დროს", + "Error while unsharing" : "შეცდომა გაზიარების გაუქმების დროს", + "Error while changing permissions" : "შეცდომა დაშვების ცვლილების დროს", + "Shared with you and the group {group} by {owner}" : "გაზიარდა თქვენთვის და ჯგუფისთვის {group}, {owner}–ის მიერ", + "Shared with you by {owner}" : "გაზიარდა თქვენთვის {owner}–ის მიერ", + "Password protect" : "პაროლით დაცვა", + "Email link to person" : "ლინკის პიროვნების იმეილზე გაგზავნა", + "Send" : "გაგზავნა", + "Set expiration date" : "მიუთითე ვადის გასვლის დრო", + "Expiration date" : "ვადის გასვლის დრო", + "group" : "ჯგუფი", + "Resharing is not allowed" : "მეორეჯერ გაზიარება არ არის დაშვებული", + "Shared in {item} with {user}" : "გაზიარდა {item}–ში {user}–ის მიერ", + "Unshare" : "გაუზიარებადი", + "can edit" : "შეგიძლია შეცვლა", + "access control" : "დაშვების კონტროლი", + "create" : "შექმნა", + "update" : "განახლება", + "delete" : "წაშლა", + "Password protected" : "პაროლით დაცული", + "Error unsetting expiration date" : "შეცდომა ვადის გასვლის მოხსნის დროს", + "Error setting expiration date" : "შეცდომა ვადის გასვლის მითითების დროს", + "Sending ..." : "გაგზავნა ....", + "Email sent" : "იმეილი გაიგზავნა", + "Warning" : "გაფრთხილება", + "The object type is not specified." : "ობიექტის ტიპი არ არის მითითებული.", + "Delete" : "წაშლა", + "Add" : "დამატება", + "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." : "თქვენ მოგივათ პაროლის შესაცვლელი ლინკი მეილზე", + "Username" : "მომხმარებლის სახელი", + "New password" : "ახალი პაროლი", + "Personal" : "პირადი", + "Users" : "მომხმარებელი", + "Apps" : "აპლიკაციები", + "Admin" : "ადმინისტრატორი", + "Help" : "დახმარება", + "Access forbidden" : "წვდომა აკრძალულია", + "Security Warning" : "უსაფრთხოების გაფრთხილება", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "თქვენი PHP ვერსია შეიცავს საფრთხეს NULL Byte შეტევებისთვის (CVE-2006-7243)", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "თქვენი data დირექტორია და ფაილები დაშვებადია ინტერნეტში რადგან .htaccess ფაილი არ მუშაობს.", + "Create an admin account" : "შექმენი ადმინ ექაუნტი", + "Password" : "პაროლი", + "Data folder" : "მონაცემთა საქაღალდე", + "Configure the database" : "მონაცემთა ბაზის კონფიგურირება", + "Database user" : "მონაცემთა ბაზის მომხმარებელი", + "Database password" : "მონაცემთა ბაზის პაროლი", + "Database name" : "მონაცემთა ბაზის სახელი", + "Database tablespace" : "ბაზის ცხრილის ზომა", + "Database host" : "მონაცემთა ბაზის ჰოსტი", + "Finish setup" : "კონფიგურაციის დასრულება", + "Log out" : "გამოსვლა", + "remember" : "დამახსოვრება", + "Log in" : "შესვლა", + "Alternative Logins" : "ალტერნატიული Login–ი" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/ka_GE.json b/core/l10n/ka_GE.json new file mode 100644 index 0000000000..ca45ac7076 --- /dev/null +++ b/core/l10n/ka_GE.json @@ -0,0 +1,94 @@ +{ "translations": { + "Sunday" : "კვირა", + "Monday" : "ორშაბათი", + "Tuesday" : "სამშაბათი", + "Wednesday" : "ოთხშაბათი", + "Thursday" : "ხუთშაბათი", + "Friday" : "პარასკევი", + "Saturday" : "შაბათი", + "January" : "იანვარი", + "February" : "თებერვალი", + "March" : "მარტი", + "April" : "აპრილი", + "May" : "მაისი", + "June" : "ივნისი", + "July" : "ივლისი", + "August" : "აგვისტო", + "September" : "სექტემბერი", + "October" : "ოქტომბერი", + "November" : "ნოემბერი", + "December" : "დეკემბერი", + "Settings" : "პარამეტრები", + "Folder" : "საქაღალდე", + "Image" : "სურათი", + "Saving..." : "შენახვა...", + "Reset password" : "პაროლის შეცვლა", + "No" : "არა", + "Yes" : "კი", + "Choose" : "არჩევა", + "Ok" : "დიახ", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "New Files" : "ახალი ფაილები", + "Cancel" : "უარყოფა", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "თქვენი web სერვერი არ არის კონფიგურირებული ფაილ სინქრონიზაციისთვის, რადგან WebDAV ინტერფეისი შეიძლება იყოს გატეხილი.", + "Shared" : "გაზიარებული", + "Share" : "გაზიარება", + "Error" : "შეცდომა", + "Error while sharing" : "შეცდომა გაზიარების დროს", + "Error while unsharing" : "შეცდომა გაზიარების გაუქმების დროს", + "Error while changing permissions" : "შეცდომა დაშვების ცვლილების დროს", + "Shared with you and the group {group} by {owner}" : "გაზიარდა თქვენთვის და ჯგუფისთვის {group}, {owner}–ის მიერ", + "Shared with you by {owner}" : "გაზიარდა თქვენთვის {owner}–ის მიერ", + "Password protect" : "პაროლით დაცვა", + "Email link to person" : "ლინკის პიროვნების იმეილზე გაგზავნა", + "Send" : "გაგზავნა", + "Set expiration date" : "მიუთითე ვადის გასვლის დრო", + "Expiration date" : "ვადის გასვლის დრო", + "group" : "ჯგუფი", + "Resharing is not allowed" : "მეორეჯერ გაზიარება არ არის დაშვებული", + "Shared in {item} with {user}" : "გაზიარდა {item}–ში {user}–ის მიერ", + "Unshare" : "გაუზიარებადი", + "can edit" : "შეგიძლია შეცვლა", + "access control" : "დაშვების კონტროლი", + "create" : "შექმნა", + "update" : "განახლება", + "delete" : "წაშლა", + "Password protected" : "პაროლით დაცული", + "Error unsetting expiration date" : "შეცდომა ვადის გასვლის მოხსნის დროს", + "Error setting expiration date" : "შეცდომა ვადის გასვლის მითითების დროს", + "Sending ..." : "გაგზავნა ....", + "Email sent" : "იმეილი გაიგზავნა", + "Warning" : "გაფრთხილება", + "The object type is not specified." : "ობიექტის ტიპი არ არის მითითებული.", + "Delete" : "წაშლა", + "Add" : "დამატება", + "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." : "თქვენ მოგივათ პაროლის შესაცვლელი ლინკი მეილზე", + "Username" : "მომხმარებლის სახელი", + "New password" : "ახალი პაროლი", + "Personal" : "პირადი", + "Users" : "მომხმარებელი", + "Apps" : "აპლიკაციები", + "Admin" : "ადმინისტრატორი", + "Help" : "დახმარება", + "Access forbidden" : "წვდომა აკრძალულია", + "Security Warning" : "უსაფრთხოების გაფრთხილება", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "თქვენი PHP ვერსია შეიცავს საფრთხეს NULL Byte შეტევებისთვის (CVE-2006-7243)", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "თქვენი data დირექტორია და ფაილები დაშვებადია ინტერნეტში რადგან .htaccess ფაილი არ მუშაობს.", + "Create an admin account" : "შექმენი ადმინ ექაუნტი", + "Password" : "პაროლი", + "Data folder" : "მონაცემთა საქაღალდე", + "Configure the database" : "მონაცემთა ბაზის კონფიგურირება", + "Database user" : "მონაცემთა ბაზის მომხმარებელი", + "Database password" : "მონაცემთა ბაზის პაროლი", + "Database name" : "მონაცემთა ბაზის სახელი", + "Database tablespace" : "ბაზის ცხრილის ზომა", + "Database host" : "მონაცემთა ბაზის ჰოსტი", + "Finish setup" : "კონფიგურაციის დასრულება", + "Log out" : "გამოსვლა", + "remember" : "დამახსოვრება", + "Log in" : "შესვლა", + "Alternative Logins" : "ალტერნატიული Login–ი" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/ka_GE.php b/core/l10n/ka_GE.php deleted file mode 100644 index 2ba7d4d7cc..0000000000 --- a/core/l10n/ka_GE.php +++ /dev/null @@ -1,95 +0,0 @@ - "კვირა", -"Monday" => "ორშაბათი", -"Tuesday" => "სამშაბათი", -"Wednesday" => "ოთხშაბათი", -"Thursday" => "ხუთშაბათი", -"Friday" => "პარასკევი", -"Saturday" => "შაბათი", -"January" => "იანვარი", -"February" => "თებერვალი", -"March" => "მარტი", -"April" => "აპრილი", -"May" => "მაისი", -"June" => "ივნისი", -"July" => "ივლისი", -"August" => "აგვისტო", -"September" => "სექტემბერი", -"October" => "ოქტომბერი", -"November" => "ნოემბერი", -"December" => "დეკემბერი", -"Settings" => "პარამეტრები", -"Folder" => "საქაღალდე", -"Image" => "სურათი", -"Saving..." => "შენახვა...", -"Reset password" => "პაროლის შეცვლა", -"No" => "არა", -"Yes" => "კი", -"Choose" => "არჩევა", -"Ok" => "დიახ", -"_{count} file conflict_::_{count} file conflicts_" => array(""), -"New Files" => "ახალი ფაილები", -"Cancel" => "უარყოფა", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "თქვენი web სერვერი არ არის კონფიგურირებული ფაილ სინქრონიზაციისთვის, რადგან WebDAV ინტერფეისი შეიძლება იყოს გატეხილი.", -"Shared" => "გაზიარებული", -"Share" => "გაზიარება", -"Error" => "შეცდომა", -"Error while sharing" => "შეცდომა გაზიარების დროს", -"Error while unsharing" => "შეცდომა გაზიარების გაუქმების დროს", -"Error while changing permissions" => "შეცდომა დაშვების ცვლილების დროს", -"Shared with you and the group {group} by {owner}" => "გაზიარდა თქვენთვის და ჯგუფისთვის {group}, {owner}–ის მიერ", -"Shared with you by {owner}" => "გაზიარდა თქვენთვის {owner}–ის მიერ", -"Password protect" => "პაროლით დაცვა", -"Email link to person" => "ლინკის პიროვნების იმეილზე გაგზავნა", -"Send" => "გაგზავნა", -"Set expiration date" => "მიუთითე ვადის გასვლის დრო", -"Expiration date" => "ვადის გასვლის დრო", -"group" => "ჯგუფი", -"Resharing is not allowed" => "მეორეჯერ გაზიარება არ არის დაშვებული", -"Shared in {item} with {user}" => "გაზიარდა {item}–ში {user}–ის მიერ", -"Unshare" => "გაუზიარებადი", -"can edit" => "შეგიძლია შეცვლა", -"access control" => "დაშვების კონტროლი", -"create" => "შექმნა", -"update" => "განახლება", -"delete" => "წაშლა", -"Password protected" => "პაროლით დაცული", -"Error unsetting expiration date" => "შეცდომა ვადის გასვლის მოხსნის დროს", -"Error setting expiration date" => "შეცდომა ვადის გასვლის მითითების დროს", -"Sending ..." => "გაგზავნა ....", -"Email sent" => "იმეილი გაიგზავნა", -"Warning" => "გაფრთხილება", -"The object type is not specified." => "ობიექტის ტიპი არ არის მითითებული.", -"Delete" => "წაშლა", -"Add" => "დამატება", -"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." => "თქვენ მოგივათ პაროლის შესაცვლელი ლინკი მეილზე", -"Username" => "მომხმარებლის სახელი", -"New password" => "ახალი პაროლი", -"Personal" => "პირადი", -"Users" => "მომხმარებელი", -"Apps" => "აპლიკაციები", -"Admin" => "ადმინისტრატორი", -"Help" => "დახმარება", -"Access forbidden" => "წვდომა აკრძალულია", -"Security Warning" => "უსაფრთხოების გაფრთხილება", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "თქვენი PHP ვერსია შეიცავს საფრთხეს NULL Byte შეტევებისთვის (CVE-2006-7243)", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "თქვენი data დირექტორია და ფაილები დაშვებადია ინტერნეტში რადგან .htaccess ფაილი არ მუშაობს.", -"Create an admin account" => "შექმენი ადმინ ექაუნტი", -"Password" => "პაროლი", -"Data folder" => "მონაცემთა საქაღალდე", -"Configure the database" => "მონაცემთა ბაზის კონფიგურირება", -"Database user" => "მონაცემთა ბაზის მომხმარებელი", -"Database password" => "მონაცემთა ბაზის პაროლი", -"Database name" => "მონაცემთა ბაზის სახელი", -"Database tablespace" => "ბაზის ცხრილის ზომა", -"Database host" => "მონაცემთა ბაზის ჰოსტი", -"Finish setup" => "კონფიგურაციის დასრულება", -"Log out" => "გამოსვლა", -"remember" => "დამახსოვრება", -"Log in" => "შესვლა", -"Alternative Logins" => "ალტერნატიული Login–ი" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/km.js b/core/l10n/km.js new file mode 100644 index 0000000000..9a5f98d62e --- /dev/null +++ b/core/l10n/km.js @@ -0,0 +1,102 @@ +OC.L10N.register( + "core", + { + "Unknown filetype" : "មិន​ស្គាល់​ប្រភេទ​ឯកសារ", + "Invalid image" : "រូបភាព​មិន​ត្រឹម​ត្រូវ", + "Sunday" : "ថ្ងៃអាទិត្យ", + "Monday" : "ថ្ងៃចន្ទ", + "Tuesday" : "ថ្ងៃអង្គារ", + "Wednesday" : "ថ្ងៃពុធ", + "Thursday" : "ថ្ងៃព្រហស្បតិ៍", + "Friday" : "ថ្ងៃសុក្រ", + "Saturday" : "ថ្ងៃសៅរ៍", + "January" : "ខែមករា", + "February" : "ខែកុម្ភៈ", + "March" : "ខែមីនា", + "April" : "ខែមេសា", + "May" : "ខែឧសភា", + "June" : "ខែមិថុនា", + "July" : "ខែកក្កដា", + "August" : "ខែសីហា", + "September" : "ខែកញ្ញា", + "October" : "ខែតុលា", + "November" : "ខែវិច្ឆិកា", + "December" : "ខែធ្នូ", + "Settings" : "ការកំណត់", + "Folder" : "ថត", + "Saving..." : "កំពុង​រក្សាទុក", + "Reset password" : "កំណត់​ពាក្យ​សម្ងាត់​ម្ដង​ទៀត", + "No" : "ទេ", + "Yes" : "ព្រម", + "Choose" : "ជ្រើស", + "Ok" : "ព្រម", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "New Files" : "ឯកសារ​ថ្មី", + "Already existing files" : "មាន​ឯកសារ​នេះ​រួច​ហើយ", + "Cancel" : "លើកលែង", + "Continue" : "បន្ត", + "(all selected)" : "(បាន​ជ្រើស​ទាំង​អស់)", + "({count} selected)" : "(បាន​ជ្រើស {count})", + "Very weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ​ណាស់", + "Weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ", + "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 ហាក់​បី​ដូច​ជាខូចហើយ។", + "Shared" : "បាន​ចែក​រំលែក", + "Share" : "ចែក​រំលែក", + "Error" : "កំហុស", + "Error while sharing" : "កំហុស​ពេល​ចែក​រំលែក", + "Error while unsharing" : "កំពុង​ពេល​លែង​ចែក​រំលែក", + "Error while changing permissions" : "មាន​កំហុស​នៅ​ពេល​ប្ដូរ​សិទ្ធិ", + "Shared with you and the group {group} by {owner}" : "បាន​ចែក​រំលែក​ជាមួយ​អ្នក និង​ក្រុម {group} ដោយ {owner}", + "Shared with you by {owner}" : "បាន​ចែក​រំលែក​ជាមួយ​អ្នក​ដោយ {owner}", + "Password protect" : "ការ​ពារ​ដោយ​ពាក្យ​សម្ងាត់", + "Allow Public Upload" : "អនុញ្ញាត​ការ​ផ្ទុកឡើង​ជា​សាធារណៈ", + "Send" : "ផ្ញើ", + "Set expiration date" : "កំណត់​ពេល​ផុត​កំណត់", + "Expiration date" : "ពេល​ផុត​កំណត់", + "group" : "ក្រុម", + "Resharing is not allowed" : "មិន​អនុញ្ញាត​ឲ្យ​មាន​ការ​ចែក​រំលែក​ឡើង​វិញ", + "Shared in {item} with {user}" : "បាន​ចែក​រំលែក​ក្នុង {item} ជាមួយ {user}", + "Unshare" : "លែង​ចែក​រំលែក", + "can share" : "អាច​ចែក​រំលែក", + "can edit" : "អាច​កែប្រែ", + "access control" : "សិទ្ធិ​បញ្ជា", + "create" : "បង្កើត", + "update" : "ធ្វើ​បច្ចុប្បន្នភាព", + "delete" : "លុប", + "Password protected" : "បាន​ការ​ពារ​ដោយ​ពាក្យ​សម្ងាត់", + "Sending ..." : "កំពុង​ផ្ញើ ...", + "Email sent" : "បាន​ផ្ញើ​អ៊ីមែល", + "Warning" : "បម្រាម", + "The object type is not specified." : "មិន​បាន​កំណត់​ប្រភេទ​វត្ថុ។", + "Delete" : "លុប", + "Add" : "បញ្ចូល", + "Please reload the page." : "សូម​ផ្ទុក​ទំព័រ​នេះ​ឡើង​វិញ។", + "Username" : "ឈ្មោះ​អ្នកប្រើ", + "New password" : "ពាក្យ​សម្ងាត់​ថ្មី", + "Personal" : "ផ្ទាល់​ខ្លួន", + "Users" : "អ្នកប្រើ", + "Apps" : "កម្មវិធី", + "Admin" : "អ្នក​គ្រប់​គ្រង", + "Help" : "ជំនួយ", + "Access forbidden" : "បាន​ហាមឃាត់​ការ​ចូល", + "Security Warning" : "បម្រាម​សុវត្ថិភាព", + "Create an admin account" : "បង្កើត​គណនី​អភិបាល", + "Password" : "ពាក្យសម្ងាត់", + "Storage & database" : "ឃ្លាំង​ផ្ទុក & មូលដ្ឋាន​ទិន្នន័យ", + "Data folder" : "ថត​ទិន្នន័យ", + "Configure the database" : "កំណត់​សណ្ឋាន​មូលដ្ឋាន​ទិន្នន័យ", + "Database user" : "អ្នក​ប្រើ​មូលដ្ឋាន​ទិន្នន័យ", + "Database password" : "ពាក្យ​សម្ងាត់​មូលដ្ឋាន​ទិន្នន័យ", + "Database name" : "ឈ្មោះ​មូលដ្ឋាន​ទិន្នន័យ", + "Database host" : "ម៉ាស៊ីន​មូលដ្ឋាន​ទិន្នន័យ", + "Finish setup" : "បញ្ចប់​ការ​ដំឡើង", + "Finishing …" : "កំពុង​បញ្ចប់ ...", + "Log out" : "ចាក​ចេញ", + "remember" : "ចងចាំ", + "Log in" : "ចូល", + "Alternative Logins" : "ការ​ចូល​ជំនួស" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/km.json b/core/l10n/km.json new file mode 100644 index 0000000000..0dc4d605b2 --- /dev/null +++ b/core/l10n/km.json @@ -0,0 +1,100 @@ +{ "translations": { + "Unknown filetype" : "មិន​ស្គាល់​ប្រភេទ​ឯកសារ", + "Invalid image" : "រូបភាព​មិន​ត្រឹម​ត្រូវ", + "Sunday" : "ថ្ងៃអាទិត្យ", + "Monday" : "ថ្ងៃចន្ទ", + "Tuesday" : "ថ្ងៃអង្គារ", + "Wednesday" : "ថ្ងៃពុធ", + "Thursday" : "ថ្ងៃព្រហស្បតិ៍", + "Friday" : "ថ្ងៃសុក្រ", + "Saturday" : "ថ្ងៃសៅរ៍", + "January" : "ខែមករា", + "February" : "ខែកុម្ភៈ", + "March" : "ខែមីនា", + "April" : "ខែមេសា", + "May" : "ខែឧសភា", + "June" : "ខែមិថុនា", + "July" : "ខែកក្កដា", + "August" : "ខែសីហា", + "September" : "ខែកញ្ញា", + "October" : "ខែតុលា", + "November" : "ខែវិច្ឆិកា", + "December" : "ខែធ្នូ", + "Settings" : "ការកំណត់", + "Folder" : "ថត", + "Saving..." : "កំពុង​រក្សាទុក", + "Reset password" : "កំណត់​ពាក្យ​សម្ងាត់​ម្ដង​ទៀត", + "No" : "ទេ", + "Yes" : "ព្រម", + "Choose" : "ជ្រើស", + "Ok" : "ព្រម", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "New Files" : "ឯកសារ​ថ្មី", + "Already existing files" : "មាន​ឯកសារ​នេះ​រួច​ហើយ", + "Cancel" : "លើកលែង", + "Continue" : "បន្ត", + "(all selected)" : "(បាន​ជ្រើស​ទាំង​អស់)", + "({count} selected)" : "(បាន​ជ្រើស {count})", + "Very weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ​ណាស់", + "Weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ", + "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 ហាក់​បី​ដូច​ជាខូចហើយ។", + "Shared" : "បាន​ចែក​រំលែក", + "Share" : "ចែក​រំលែក", + "Error" : "កំហុស", + "Error while sharing" : "កំហុស​ពេល​ចែក​រំលែក", + "Error while unsharing" : "កំពុង​ពេល​លែង​ចែក​រំលែក", + "Error while changing permissions" : "មាន​កំហុស​នៅ​ពេល​ប្ដូរ​សិទ្ធិ", + "Shared with you and the group {group} by {owner}" : "បាន​ចែក​រំលែក​ជាមួយ​អ្នក និង​ក្រុម {group} ដោយ {owner}", + "Shared with you by {owner}" : "បាន​ចែក​រំលែក​ជាមួយ​អ្នក​ដោយ {owner}", + "Password protect" : "ការ​ពារ​ដោយ​ពាក្យ​សម្ងាត់", + "Allow Public Upload" : "អនុញ្ញាត​ការ​ផ្ទុកឡើង​ជា​សាធារណៈ", + "Send" : "ផ្ញើ", + "Set expiration date" : "កំណត់​ពេល​ផុត​កំណត់", + "Expiration date" : "ពេល​ផុត​កំណត់", + "group" : "ក្រុម", + "Resharing is not allowed" : "មិន​អនុញ្ញាត​ឲ្យ​មាន​ការ​ចែក​រំលែក​ឡើង​វិញ", + "Shared in {item} with {user}" : "បាន​ចែក​រំលែក​ក្នុង {item} ជាមួយ {user}", + "Unshare" : "លែង​ចែក​រំលែក", + "can share" : "អាច​ចែក​រំលែក", + "can edit" : "អាច​កែប្រែ", + "access control" : "សិទ្ធិ​បញ្ជា", + "create" : "បង្កើត", + "update" : "ធ្វើ​បច្ចុប្បន្នភាព", + "delete" : "លុប", + "Password protected" : "បាន​ការ​ពារ​ដោយ​ពាក្យ​សម្ងាត់", + "Sending ..." : "កំពុង​ផ្ញើ ...", + "Email sent" : "បាន​ផ្ញើ​អ៊ីមែល", + "Warning" : "បម្រាម", + "The object type is not specified." : "មិន​បាន​កំណត់​ប្រភេទ​វត្ថុ។", + "Delete" : "លុប", + "Add" : "បញ្ចូល", + "Please reload the page." : "សូម​ផ្ទុក​ទំព័រ​នេះ​ឡើង​វិញ។", + "Username" : "ឈ្មោះ​អ្នកប្រើ", + "New password" : "ពាក្យ​សម្ងាត់​ថ្មី", + "Personal" : "ផ្ទាល់​ខ្លួន", + "Users" : "អ្នកប្រើ", + "Apps" : "កម្មវិធី", + "Admin" : "អ្នក​គ្រប់​គ្រង", + "Help" : "ជំនួយ", + "Access forbidden" : "បាន​ហាមឃាត់​ការ​ចូល", + "Security Warning" : "បម្រាម​សុវត្ថិភាព", + "Create an admin account" : "បង្កើត​គណនី​អភិបាល", + "Password" : "ពាក្យសម្ងាត់", + "Storage & database" : "ឃ្លាំង​ផ្ទុក & មូលដ្ឋាន​ទិន្នន័យ", + "Data folder" : "ថត​ទិន្នន័យ", + "Configure the database" : "កំណត់​សណ្ឋាន​មូលដ្ឋាន​ទិន្នន័យ", + "Database user" : "អ្នក​ប្រើ​មូលដ្ឋាន​ទិន្នន័យ", + "Database password" : "ពាក្យ​សម្ងាត់​មូលដ្ឋាន​ទិន្នន័យ", + "Database name" : "ឈ្មោះ​មូលដ្ឋាន​ទិន្នន័យ", + "Database host" : "ម៉ាស៊ីន​មូលដ្ឋាន​ទិន្នន័យ", + "Finish setup" : "បញ្ចប់​ការ​ដំឡើង", + "Finishing …" : "កំពុង​បញ្ចប់ ...", + "Log out" : "ចាក​ចេញ", + "remember" : "ចងចាំ", + "Log in" : "ចូល", + "Alternative Logins" : "ការ​ចូល​ជំនួស" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/km.php b/core/l10n/km.php deleted file mode 100644 index 1e7c3b93df..0000000000 --- a/core/l10n/km.php +++ /dev/null @@ -1,101 +0,0 @@ - "មិន​ស្គាល់​ប្រភេទ​ឯកសារ", -"Invalid image" => "រូបភាព​មិន​ត្រឹម​ត្រូវ", -"Sunday" => "ថ្ងៃអាទិត្យ", -"Monday" => "ថ្ងៃចន្ទ", -"Tuesday" => "ថ្ងៃអង្គារ", -"Wednesday" => "ថ្ងៃពុធ", -"Thursday" => "ថ្ងៃព្រហស្បតិ៍", -"Friday" => "ថ្ងៃសុក្រ", -"Saturday" => "ថ្ងៃសៅរ៍", -"January" => "ខែមករា", -"February" => "ខែកុម្ភៈ", -"March" => "ខែមីនា", -"April" => "ខែមេសា", -"May" => "ខែឧសភា", -"June" => "ខែមិថុនា", -"July" => "ខែកក្កដា", -"August" => "ខែសីហា", -"September" => "ខែកញ្ញា", -"October" => "ខែតុលា", -"November" => "ខែវិច្ឆិកា", -"December" => "ខែធ្នូ", -"Settings" => "ការកំណត់", -"Folder" => "ថត", -"Saving..." => "កំពុង​រក្សាទុក", -"Reset password" => "កំណត់​ពាក្យ​សម្ងាត់​ម្ដង​ទៀត", -"No" => "ទេ", -"Yes" => "ព្រម", -"Choose" => "ជ្រើស", -"Ok" => "ព្រម", -"_{count} file conflict_::_{count} file conflicts_" => array(""), -"New Files" => "ឯកសារ​ថ្មី", -"Already existing files" => "មាន​ឯកសារ​នេះ​រួច​ហើយ", -"Cancel" => "លើកលែង", -"Continue" => "បន្ត", -"(all selected)" => "(បាន​ជ្រើស​ទាំង​អស់)", -"({count} selected)" => "(បាន​ជ្រើស {count})", -"Very weak password" => "ពាក្យ​សម្ងាត់​ខ្សោយ​ណាស់", -"Weak password" => "ពាក្យ​សម្ងាត់​ខ្សោយ", -"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 ហាក់​បី​ដូច​ជាខូចហើយ។", -"Shared" => "បាន​ចែក​រំលែក", -"Share" => "ចែក​រំលែក", -"Error" => "កំហុស", -"Error while sharing" => "កំហុស​ពេល​ចែក​រំលែក", -"Error while unsharing" => "កំពុង​ពេល​លែង​ចែក​រំលែក", -"Error while changing permissions" => "មាន​កំហុស​នៅ​ពេល​ប្ដូរ​សិទ្ធិ", -"Shared with you and the group {group} by {owner}" => "បាន​ចែក​រំលែក​ជាមួយ​អ្នក និង​ក្រុម {group} ដោយ {owner}", -"Shared with you by {owner}" => "បាន​ចែក​រំលែក​ជាមួយ​អ្នក​ដោយ {owner}", -"Password protect" => "ការ​ពារ​ដោយ​ពាក្យ​សម្ងាត់", -"Allow Public Upload" => "អនុញ្ញាត​ការ​ផ្ទុកឡើង​ជា​សាធារណៈ", -"Send" => "ផ្ញើ", -"Set expiration date" => "កំណត់​ពេល​ផុត​កំណត់", -"Expiration date" => "ពេល​ផុត​កំណត់", -"group" => "ក្រុម", -"Resharing is not allowed" => "មិន​អនុញ្ញាត​ឲ្យ​មាន​ការ​ចែក​រំលែក​ឡើង​វិញ", -"Shared in {item} with {user}" => "បាន​ចែក​រំលែក​ក្នុង {item} ជាមួយ {user}", -"Unshare" => "លែង​ចែក​រំលែក", -"can share" => "អាច​ចែក​រំលែក", -"can edit" => "អាច​កែប្រែ", -"access control" => "សិទ្ធិ​បញ្ជា", -"create" => "បង្កើត", -"update" => "ធ្វើ​បច្ចុប្បន្នភាព", -"delete" => "លុប", -"Password protected" => "បាន​ការ​ពារ​ដោយ​ពាក្យ​សម្ងាត់", -"Sending ..." => "កំពុង​ផ្ញើ ...", -"Email sent" => "បាន​ផ្ញើ​អ៊ីមែល", -"Warning" => "បម្រាម", -"The object type is not specified." => "មិន​បាន​កំណត់​ប្រភេទ​វត្ថុ។", -"Delete" => "លុប", -"Add" => "បញ្ចូល", -"Please reload the page." => "សូម​ផ្ទុក​ទំព័រ​នេះ​ឡើង​វិញ។", -"Username" => "ឈ្មោះ​អ្នកប្រើ", -"New password" => "ពាក្យ​សម្ងាត់​ថ្មី", -"Personal" => "ផ្ទាល់​ខ្លួន", -"Users" => "អ្នកប្រើ", -"Apps" => "កម្មវិធី", -"Admin" => "អ្នក​គ្រប់​គ្រង", -"Help" => "ជំនួយ", -"Access forbidden" => "បាន​ហាមឃាត់​ការ​ចូល", -"Security Warning" => "បម្រាម​សុវត្ថិភាព", -"Create an admin account" => "បង្កើត​គណនី​អភិបាល", -"Password" => "ពាក្យសម្ងាត់", -"Storage & database" => "ឃ្លាំង​ផ្ទុក & មូលដ្ឋាន​ទិន្នន័យ", -"Data folder" => "ថត​ទិន្នន័យ", -"Configure the database" => "កំណត់​សណ្ឋាន​មូលដ្ឋាន​ទិន្នន័យ", -"Database user" => "អ្នក​ប្រើ​មូលដ្ឋាន​ទិន្នន័យ", -"Database password" => "ពាក្យ​សម្ងាត់​មូលដ្ឋាន​ទិន្នន័យ", -"Database name" => "ឈ្មោះ​មូលដ្ឋាន​ទិន្នន័យ", -"Database host" => "ម៉ាស៊ីន​មូលដ្ឋាន​ទិន្នន័យ", -"Finish setup" => "បញ្ចប់​ការ​ដំឡើង", -"Finishing …" => "កំពុង​បញ្ចប់ ...", -"Log out" => "ចាក​ចេញ", -"remember" => "ចងចាំ", -"Log in" => "ចូល", -"Alternative Logins" => "ការ​ចូល​ជំនួស" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/kn.js b/core/l10n/kn.js new file mode 100644 index 0000000000..87077ecad9 --- /dev/null +++ b/core/l10n/kn.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/kn.json b/core/l10n/kn.json new file mode 100644 index 0000000000..c499f69655 --- /dev/null +++ b/core/l10n/kn.json @@ -0,0 +1,4 @@ +{ "translations": { + "_{count} file conflict_::_{count} file conflicts_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/kn.php b/core/l10n/kn.php deleted file mode 100644 index 1191769faa..0000000000 --- a/core/l10n/kn.php +++ /dev/null @@ -1,5 +0,0 @@ - array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/ko.js b/core/l10n/ko.js new file mode 100644 index 0000000000..d727727cf9 --- /dev/null +++ b/core/l10n/ko.js @@ -0,0 +1,163 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "%s 님에게 메일을 보낼 수 없습니다.", + "Turned on maintenance mode" : "유지 보수 모드 켜짐", + "Turned off maintenance mode" : "유지 보수 모드 꺼짐", + "Updated database" : "데이터베이스 업데이트 됨", + "No image or file provided" : "이미지나 파일이 없음", + "Unknown filetype" : "알려지지 않은 파일 형식", + "Invalid image" : "잘못된 이미지", + "No temporary profile picture available, try again" : "사용 가능한 프로필 사진이 없습니다. 다시 시도하십시오.", + "No crop data provided" : "선택된 데이터가 없습니다.", + "Sunday" : "일요일", + "Monday" : "월요일", + "Tuesday" : "화요일", + "Wednesday" : "수요일", + "Thursday" : "목요일", + "Friday" : "금요일", + "Saturday" : "토요일", + "January" : "1월", + "February" : "2월", + "March" : "3월", + "April" : "4월", + "May" : "5월", + "June" : "6월", + "July" : "7월", + "August" : "8월", + "September" : "9월", + "October" : "10월", + "November" : "11월", + "December" : "12월", + "Settings" : "설정", + "File" : "파일", + "Folder" : "폴더", + "Image" : "그림", + "Saving..." : "저장 중...", + "Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼수 없습니다. 관리자에게 문의하십시오.", + "Reset password" : "암호 재설정", + "Password can not be changed. Please contact your administrator." : "비밀번호를 변경할수 없습니다. 관리자에게 문의하십시오.", + "No" : "아니요", + "Yes" : "예", + "Choose" : "선택", + "Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}", + "Ok" : "확인", + "Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["파일 {count}개 충돌"], + "One file conflict" : "파일 1개 충돌", + "New Files" : "새 파일", + "Already existing files" : "파일이 이미 존재합니다", + "Which files do you want to keep?" : "어느 파일을 유지하시겠습니까?", + "If you select both versions, the copied file will have a number added to its name." : "두 버전을 모두 선택하면, 파일 이름에 번호가 추가될 것입니다.", + "Cancel" : "취소", + "Continue" : "계속", + "(all selected)" : "(모두 선택됨)", + "({count} selected)" : "({count}개 선택됨)", + "Error loading file exists template" : "파일 존재함 템플릿을 불러오는 중 오류 발생", + "Very weak password" : "매우 약한 암호", + "Weak password" : "약한 암호", + "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 인터페이스가 제대로 작동하지 않습니다. 웹 서버에서 파일 동기화를 사용할 수 있도록 설정이 제대로 되지 않은 것 같습니다.", + "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." : "서버에서 인터넷에 연결할 수 없습니다. 외부 저장소 마운트, 업데이트 알림, 제 3자 앱 설치 등 일부 기능을 사용할 수 없습니다. 외부에서 파일에 접근하거나 알림 이메일을 보내지 못할 수도 있습니다. 모든 기능을 사용하려면 인터넷에 연결하는 것을 추천합니다.", + "Shared" : "공유됨", + "Share" : "공유", + "Error" : "오류", + "Error while sharing" : "공유하는 중 오류 발생", + "Error while unsharing" : "공유 해제하는 중 오류 발생", + "Error while changing permissions" : "권한 변경하는 중 오류 발생", + "Shared with you and the group {group} by {owner}" : "{owner} 님이 여러분 및 그룹 {group}와(과) 공유 중", + "Shared with you by {owner}" : "{owner} 님이 공유 중", + "Share with user or group …" : "사용자 및 그룹과 공유...", + "Share link" : "링크 공유", + "Password protect" : "암호 보호", + "Allow Public Upload" : "공개 업로드 허용", + "Email link to person" : "이메일 주소", + "Send" : "전송", + "Set expiration date" : "만료 날짜 설정", + "Expiration date" : "만료 날짜", + "group" : "그룹", + "Resharing is not allowed" : "다시 공유할 수 없습니다", + "Shared in {item} with {user}" : "{user} 님과 {item}에서 공유 중", + "Unshare" : "공유 해제", + "notify by email" : "이메일로 알림", + "can share" : "공유 가능", + "can edit" : "편집 가능", + "access control" : "접근 제어", + "create" : "생성", + "update" : "업데이트", + "delete" : "삭제", + "Password protected" : "암호로 보호됨", + "Error unsetting expiration date" : "만료 날짜 해제 오류", + "Error setting expiration date" : "만료 날짜 설정 오류", + "Sending ..." : "전송 중...", + "Email sent" : "이메일 발송됨", + "Warning" : "경고", + "The object type is not specified." : "객체 유형이 지정되지 않았습니다.", + "Enter new" : "새로운 값 입력", + "Delete" : "삭제", + "Add" : "추가", + "Edit tags" : "태그 편집", + "Error loading dialog template: {error}" : "대화 상자 템플릿을 불러오는 중 오류 발생: {error}", + "No tags selected for deletion." : "삭제할 태그를 선택하지 않았습니다.", + "Please reload the page." : "페이지를 새로 고치십시오.", + "The update was successful. Redirecting you to ownCloud now." : "업데이트가 성공하였습니다. ownCloud로 돌아갑니다.", + "%s password reset" : "%s 암호 재설정", + "Use the following link to reset your password: {link}" : "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}", + "You will receive a link to reset your password via Email." : "이메일로 암호 재설정 링크를 보냈습니다.", + "Username" : "사용자 이름", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "저장된 파일은 암호화되어 있습니다. 복구 키를 활성화하지 않았다면 암호를 초기화한 후 데이터를 복구할 수 없습니다. 무엇을 해야 할 지 모르겠으면 진행하기 전에 시스템 관리자에게 연락하십시오. 계속 진행하시겠습니까?", + "Yes, I really want to reset my password now" : "예, 지금 내 암호를 재설정합니다", + "Reset" : "재설정", + "New password" : "새 암호", + "New Password" : "새 암호", + "Personal" : "개인", + "Users" : "사용자", + "Apps" : "앱", + "Admin" : "관리자", + "Help" : "도움말", + "Error loading tags" : "태그 불러오기 오류", + "Tag already exists" : "태그가 이미 존재합니다", + "Error deleting tag(s)" : "태그 삭제 오류", + "Error tagging" : "태그 추가 오류", + "Error untagging" : "태그 해제 오류", + "Error favoriting" : "즐겨찾기 추가 오류", + "Error unfavoriting" : "즐겨찾기 삭제 오류", + "Access forbidden" : "접근 금지됨", + "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!" : "감사합니다!", + "Security Warning" : "보안 경고", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "사용 중인 PHP 버전이 NULL 바이트 공격에 취약합니다 (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "%s의 보안을 위하여 PHP 버전을 업데이트하십시오.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : ".htaccess 파일이 처리되지 않아서 데이터 디렉터리와 파일을 인터넷에서 접근할 수 없을 수도 있습니다.", + "For information how to properly configure your server, please see the documentation." : "올바른 서버 설정을 위한 정보는 문서를 참조하십시오.", + "Create an admin account" : "관리자 계정 만들기", + "Password" : "암호", + "Storage & database" : "스토리지 & 데이터베이스", + "Data folder" : "데이터 폴더", + "Configure the database" : "데이터베이스 설정", + "Only %s is available." : "%s 만 가능합니다.", + "Database user" : "데이터베이스 사용자", + "Database password" : "데이터베이스 암호", + "Database name" : "데이터베이스 이름", + "Database tablespace" : "데이터베이스 테이블 공간", + "Database host" : "데이터베이스 호스트", + "Finish setup" : "설치 완료", + "Finishing …" : "완료 중 ...", + "%s is available. Get more information on how to update." : "%s을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 자세한 정보를 얻으십시오.", + "Log out" : "로그아웃", + "Server side authentication failed!" : "서버 인증 실패!", + "Please contact your administrator." : "관리자에게 문의하십시오.", + "Forgot your password? Reset it!" : "암호를 잊으셨다구요? 재설정하세요!", + "remember" : "기억하기", + "Log in" : "로그인", + "Alternative Logins" : "대체 로그인", + "This ownCloud instance is currently in single user mode." : "ownCloud 인스턴스가 현재 단일 사용자 모드로 동작 중입니다.", + "This means only administrators can use the instance." : "현재 시스템 관리자만 인스턴스를 사용할 수 있습니다.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "이 메시지가 계속 표시되거나, 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오", + "Thank you for your patience." : "기다려 주셔서 감사합니다.", + "Start update" : "업데이트 시작" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/ko.json b/core/l10n/ko.json new file mode 100644 index 0000000000..2ddffff685 --- /dev/null +++ b/core/l10n/ko.json @@ -0,0 +1,161 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "%s 님에게 메일을 보낼 수 없습니다.", + "Turned on maintenance mode" : "유지 보수 모드 켜짐", + "Turned off maintenance mode" : "유지 보수 모드 꺼짐", + "Updated database" : "데이터베이스 업데이트 됨", + "No image or file provided" : "이미지나 파일이 없음", + "Unknown filetype" : "알려지지 않은 파일 형식", + "Invalid image" : "잘못된 이미지", + "No temporary profile picture available, try again" : "사용 가능한 프로필 사진이 없습니다. 다시 시도하십시오.", + "No crop data provided" : "선택된 데이터가 없습니다.", + "Sunday" : "일요일", + "Monday" : "월요일", + "Tuesday" : "화요일", + "Wednesday" : "수요일", + "Thursday" : "목요일", + "Friday" : "금요일", + "Saturday" : "토요일", + "January" : "1월", + "February" : "2월", + "March" : "3월", + "April" : "4월", + "May" : "5월", + "June" : "6월", + "July" : "7월", + "August" : "8월", + "September" : "9월", + "October" : "10월", + "November" : "11월", + "December" : "12월", + "Settings" : "설정", + "File" : "파일", + "Folder" : "폴더", + "Image" : "그림", + "Saving..." : "저장 중...", + "Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼수 없습니다. 관리자에게 문의하십시오.", + "Reset password" : "암호 재설정", + "Password can not be changed. Please contact your administrator." : "비밀번호를 변경할수 없습니다. 관리자에게 문의하십시오.", + "No" : "아니요", + "Yes" : "예", + "Choose" : "선택", + "Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}", + "Ok" : "확인", + "Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["파일 {count}개 충돌"], + "One file conflict" : "파일 1개 충돌", + "New Files" : "새 파일", + "Already existing files" : "파일이 이미 존재합니다", + "Which files do you want to keep?" : "어느 파일을 유지하시겠습니까?", + "If you select both versions, the copied file will have a number added to its name." : "두 버전을 모두 선택하면, 파일 이름에 번호가 추가될 것입니다.", + "Cancel" : "취소", + "Continue" : "계속", + "(all selected)" : "(모두 선택됨)", + "({count} selected)" : "({count}개 선택됨)", + "Error loading file exists template" : "파일 존재함 템플릿을 불러오는 중 오류 발생", + "Very weak password" : "매우 약한 암호", + "Weak password" : "약한 암호", + "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 인터페이스가 제대로 작동하지 않습니다. 웹 서버에서 파일 동기화를 사용할 수 있도록 설정이 제대로 되지 않은 것 같습니다.", + "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." : "서버에서 인터넷에 연결할 수 없습니다. 외부 저장소 마운트, 업데이트 알림, 제 3자 앱 설치 등 일부 기능을 사용할 수 없습니다. 외부에서 파일에 접근하거나 알림 이메일을 보내지 못할 수도 있습니다. 모든 기능을 사용하려면 인터넷에 연결하는 것을 추천합니다.", + "Shared" : "공유됨", + "Share" : "공유", + "Error" : "오류", + "Error while sharing" : "공유하는 중 오류 발생", + "Error while unsharing" : "공유 해제하는 중 오류 발생", + "Error while changing permissions" : "권한 변경하는 중 오류 발생", + "Shared with you and the group {group} by {owner}" : "{owner} 님이 여러분 및 그룹 {group}와(과) 공유 중", + "Shared with you by {owner}" : "{owner} 님이 공유 중", + "Share with user or group …" : "사용자 및 그룹과 공유...", + "Share link" : "링크 공유", + "Password protect" : "암호 보호", + "Allow Public Upload" : "공개 업로드 허용", + "Email link to person" : "이메일 주소", + "Send" : "전송", + "Set expiration date" : "만료 날짜 설정", + "Expiration date" : "만료 날짜", + "group" : "그룹", + "Resharing is not allowed" : "다시 공유할 수 없습니다", + "Shared in {item} with {user}" : "{user} 님과 {item}에서 공유 중", + "Unshare" : "공유 해제", + "notify by email" : "이메일로 알림", + "can share" : "공유 가능", + "can edit" : "편집 가능", + "access control" : "접근 제어", + "create" : "생성", + "update" : "업데이트", + "delete" : "삭제", + "Password protected" : "암호로 보호됨", + "Error unsetting expiration date" : "만료 날짜 해제 오류", + "Error setting expiration date" : "만료 날짜 설정 오류", + "Sending ..." : "전송 중...", + "Email sent" : "이메일 발송됨", + "Warning" : "경고", + "The object type is not specified." : "객체 유형이 지정되지 않았습니다.", + "Enter new" : "새로운 값 입력", + "Delete" : "삭제", + "Add" : "추가", + "Edit tags" : "태그 편집", + "Error loading dialog template: {error}" : "대화 상자 템플릿을 불러오는 중 오류 발생: {error}", + "No tags selected for deletion." : "삭제할 태그를 선택하지 않았습니다.", + "Please reload the page." : "페이지를 새로 고치십시오.", + "The update was successful. Redirecting you to ownCloud now." : "업데이트가 성공하였습니다. ownCloud로 돌아갑니다.", + "%s password reset" : "%s 암호 재설정", + "Use the following link to reset your password: {link}" : "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}", + "You will receive a link to reset your password via Email." : "이메일로 암호 재설정 링크를 보냈습니다.", + "Username" : "사용자 이름", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "저장된 파일은 암호화되어 있습니다. 복구 키를 활성화하지 않았다면 암호를 초기화한 후 데이터를 복구할 수 없습니다. 무엇을 해야 할 지 모르겠으면 진행하기 전에 시스템 관리자에게 연락하십시오. 계속 진행하시겠습니까?", + "Yes, I really want to reset my password now" : "예, 지금 내 암호를 재설정합니다", + "Reset" : "재설정", + "New password" : "새 암호", + "New Password" : "새 암호", + "Personal" : "개인", + "Users" : "사용자", + "Apps" : "앱", + "Admin" : "관리자", + "Help" : "도움말", + "Error loading tags" : "태그 불러오기 오류", + "Tag already exists" : "태그가 이미 존재합니다", + "Error deleting tag(s)" : "태그 삭제 오류", + "Error tagging" : "태그 추가 오류", + "Error untagging" : "태그 해제 오류", + "Error favoriting" : "즐겨찾기 추가 오류", + "Error unfavoriting" : "즐겨찾기 삭제 오류", + "Access forbidden" : "접근 금지됨", + "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!" : "감사합니다!", + "Security Warning" : "보안 경고", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "사용 중인 PHP 버전이 NULL 바이트 공격에 취약합니다 (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "%s의 보안을 위하여 PHP 버전을 업데이트하십시오.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : ".htaccess 파일이 처리되지 않아서 데이터 디렉터리와 파일을 인터넷에서 접근할 수 없을 수도 있습니다.", + "For information how to properly configure your server, please see the documentation." : "올바른 서버 설정을 위한 정보는 문서를 참조하십시오.", + "Create an admin account" : "관리자 계정 만들기", + "Password" : "암호", + "Storage & database" : "스토리지 & 데이터베이스", + "Data folder" : "데이터 폴더", + "Configure the database" : "데이터베이스 설정", + "Only %s is available." : "%s 만 가능합니다.", + "Database user" : "데이터베이스 사용자", + "Database password" : "데이터베이스 암호", + "Database name" : "데이터베이스 이름", + "Database tablespace" : "데이터베이스 테이블 공간", + "Database host" : "데이터베이스 호스트", + "Finish setup" : "설치 완료", + "Finishing …" : "완료 중 ...", + "%s is available. Get more information on how to update." : "%s을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 자세한 정보를 얻으십시오.", + "Log out" : "로그아웃", + "Server side authentication failed!" : "서버 인증 실패!", + "Please contact your administrator." : "관리자에게 문의하십시오.", + "Forgot your password? Reset it!" : "암호를 잊으셨다구요? 재설정하세요!", + "remember" : "기억하기", + "Log in" : "로그인", + "Alternative Logins" : "대체 로그인", + "This ownCloud instance is currently in single user mode." : "ownCloud 인스턴스가 현재 단일 사용자 모드로 동작 중입니다.", + "This means only administrators can use the instance." : "현재 시스템 관리자만 인스턴스를 사용할 수 있습니다.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "이 메시지가 계속 표시되거나, 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오", + "Thank you for your patience." : "기다려 주셔서 감사합니다.", + "Start update" : "업데이트 시작" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/ko.php b/core/l10n/ko.php deleted file mode 100644 index 71eff300d0..0000000000 --- a/core/l10n/ko.php +++ /dev/null @@ -1,162 +0,0 @@ - "%s 님에게 메일을 보낼 수 없습니다.", -"Turned on maintenance mode" => "유지 보수 모드 켜짐", -"Turned off maintenance mode" => "유지 보수 모드 꺼짐", -"Updated database" => "데이터베이스 업데이트 됨", -"No image or file provided" => "이미지나 파일이 없음", -"Unknown filetype" => "알려지지 않은 파일 형식", -"Invalid image" => "잘못된 이미지", -"No temporary profile picture available, try again" => "사용 가능한 프로필 사진이 없습니다. 다시 시도하십시오.", -"No crop data provided" => "선택된 데이터가 없습니다.", -"Sunday" => "일요일", -"Monday" => "월요일", -"Tuesday" => "화요일", -"Wednesday" => "수요일", -"Thursday" => "목요일", -"Friday" => "금요일", -"Saturday" => "토요일", -"January" => "1월", -"February" => "2월", -"March" => "3월", -"April" => "4월", -"May" => "5월", -"June" => "6월", -"July" => "7월", -"August" => "8월", -"September" => "9월", -"October" => "10월", -"November" => "11월", -"December" => "12월", -"Settings" => "설정", -"File" => "파일", -"Folder" => "폴더", -"Image" => "그림", -"Saving..." => "저장 중...", -"Couldn't send reset email. Please contact your administrator." => "재설정 메일을 보낼수 없습니다. 관리자에게 문의하십시오.", -"Reset password" => "암호 재설정", -"Password can not be changed. Please contact your administrator." => "비밀번호를 변경할수 없습니다. 관리자에게 문의하십시오.", -"No" => "아니요", -"Yes" => "예", -"Choose" => "선택", -"Error loading file picker template: {error}" => "파일 선택 템플릿을 불러오는 중 오류 발생: {error}", -"Ok" => "확인", -"Error loading message template: {error}" => "메시지 템플릿을 불러오는 중 오류 발생: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("파일 {count}개 충돌"), -"One file conflict" => "파일 1개 충돌", -"New Files" => "새 파일", -"Already existing files" => "파일이 이미 존재합니다", -"Which files do you want to keep?" => "어느 파일을 유지하시겠습니까?", -"If you select both versions, the copied file will have a number added to its name." => "두 버전을 모두 선택하면, 파일 이름에 번호가 추가될 것입니다.", -"Cancel" => "취소", -"Continue" => "계속", -"(all selected)" => "(모두 선택됨)", -"({count} selected)" => "({count}개 선택됨)", -"Error loading file exists template" => "파일 존재함 템플릿을 불러오는 중 오류 발생", -"Very weak password" => "매우 약한 암호", -"Weak password" => "약한 암호", -"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 인터페이스가 제대로 작동하지 않습니다. 웹 서버에서 파일 동기화를 사용할 수 있도록 설정이 제대로 되지 않은 것 같습니다.", -"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." => "서버에서 인터넷에 연결할 수 없습니다. 외부 저장소 마운트, 업데이트 알림, 제 3자 앱 설치 등 일부 기능을 사용할 수 없습니다. 외부에서 파일에 접근하거나 알림 이메일을 보내지 못할 수도 있습니다. 모든 기능을 사용하려면 인터넷에 연결하는 것을 추천합니다.", -"Shared" => "공유됨", -"Share" => "공유", -"Error" => "오류", -"Error while sharing" => "공유하는 중 오류 발생", -"Error while unsharing" => "공유 해제하는 중 오류 발생", -"Error while changing permissions" => "권한 변경하는 중 오류 발생", -"Shared with you and the group {group} by {owner}" => "{owner} 님이 여러분 및 그룹 {group}와(과) 공유 중", -"Shared with you by {owner}" => "{owner} 님이 공유 중", -"Share with user or group …" => "사용자 및 그룹과 공유...", -"Share link" => "링크 공유", -"Password protect" => "암호 보호", -"Allow Public Upload" => "공개 업로드 허용", -"Email link to person" => "이메일 주소", -"Send" => "전송", -"Set expiration date" => "만료 날짜 설정", -"Expiration date" => "만료 날짜", -"group" => "그룹", -"Resharing is not allowed" => "다시 공유할 수 없습니다", -"Shared in {item} with {user}" => "{user} 님과 {item}에서 공유 중", -"Unshare" => "공유 해제", -"notify by email" => "이메일로 알림", -"can share" => "공유 가능", -"can edit" => "편집 가능", -"access control" => "접근 제어", -"create" => "생성", -"update" => "업데이트", -"delete" => "삭제", -"Password protected" => "암호로 보호됨", -"Error unsetting expiration date" => "만료 날짜 해제 오류", -"Error setting expiration date" => "만료 날짜 설정 오류", -"Sending ..." => "전송 중...", -"Email sent" => "이메일 발송됨", -"Warning" => "경고", -"The object type is not specified." => "객체 유형이 지정되지 않았습니다.", -"Enter new" => "새로운 값 입력", -"Delete" => "삭제", -"Add" => "추가", -"Edit tags" => "태그 편집", -"Error loading dialog template: {error}" => "대화 상자 템플릿을 불러오는 중 오류 발생: {error}", -"No tags selected for deletion." => "삭제할 태그를 선택하지 않았습니다.", -"Please reload the page." => "페이지를 새로 고치십시오.", -"The update was successful. Redirecting you to ownCloud now." => "업데이트가 성공하였습니다. ownCloud로 돌아갑니다.", -"%s password reset" => "%s 암호 재설정", -"Use the following link to reset your password: {link}" => "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}", -"You will receive a link to reset your password via Email." => "이메일로 암호 재설정 링크를 보냈습니다.", -"Username" => "사용자 이름", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "저장된 파일은 암호화되어 있습니다. 복구 키를 활성화하지 않았다면 암호를 초기화한 후 데이터를 복구할 수 없습니다. 무엇을 해야 할 지 모르겠으면 진행하기 전에 시스템 관리자에게 연락하십시오. 계속 진행하시겠습니까?", -"Yes, I really want to reset my password now" => "예, 지금 내 암호를 재설정합니다", -"Reset" => "재설정", -"New password" => "새 암호", -"New Password" => "새 암호", -"Personal" => "개인", -"Users" => "사용자", -"Apps" => "앱", -"Admin" => "관리자", -"Help" => "도움말", -"Error loading tags" => "태그 불러오기 오류", -"Tag already exists" => "태그가 이미 존재합니다", -"Error deleting tag(s)" => "태그 삭제 오류", -"Error tagging" => "태그 추가 오류", -"Error untagging" => "태그 해제 오류", -"Error favoriting" => "즐겨찾기 추가 오류", -"Error unfavoriting" => "즐겨찾기 삭제 오류", -"Access forbidden" => "접근 금지됨", -"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!" => "감사합니다!", -"Security Warning" => "보안 경고", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "사용 중인 PHP 버전이 NULL 바이트 공격에 취약합니다 (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "%s의 보안을 위하여 PHP 버전을 업데이트하십시오.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => ".htaccess 파일이 처리되지 않아서 데이터 디렉터리와 파일을 인터넷에서 접근할 수 없을 수도 있습니다.", -"For information how to properly configure your server, please see the documentation." => "올바른 서버 설정을 위한 정보는 문서를 참조하십시오.", -"Create an admin account" => "관리자 계정 만들기", -"Password" => "암호", -"Storage & database" => "스토리지 & 데이터베이스", -"Data folder" => "데이터 폴더", -"Configure the database" => "데이터베이스 설정", -"Only %s is available." => "%s 만 가능합니다.", -"Database user" => "데이터베이스 사용자", -"Database password" => "데이터베이스 암호", -"Database name" => "데이터베이스 이름", -"Database tablespace" => "데이터베이스 테이블 공간", -"Database host" => "데이터베이스 호스트", -"Finish setup" => "설치 완료", -"Finishing …" => "완료 중 ...", -"%s is available. Get more information on how to update." => "%s을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 자세한 정보를 얻으십시오.", -"Log out" => "로그아웃", -"Server side authentication failed!" => "서버 인증 실패!", -"Please contact your administrator." => "관리자에게 문의하십시오.", -"Forgot your password? Reset it!" => "암호를 잊으셨다구요? 재설정하세요!", -"remember" => "기억하기", -"Log in" => "로그인", -"Alternative Logins" => "대체 로그인", -"This ownCloud instance is currently in single user mode." => "ownCloud 인스턴스가 현재 단일 사용자 모드로 동작 중입니다.", -"This means only administrators can use the instance." => "현재 시스템 관리자만 인스턴스를 사용할 수 있습니다.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "이 메시지가 계속 표시되거나, 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오", -"Thank you for your patience." => "기다려 주셔서 감사합니다.", -"Start update" => "업데이트 시작" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/ku_IQ.js b/core/l10n/ku_IQ.js new file mode 100644 index 0000000000..7e41b5614a --- /dev/null +++ b/core/l10n/ku_IQ.js @@ -0,0 +1,31 @@ +OC.L10N.register( + "core", + { + "Settings" : "ده‌ستكاری", + "Folder" : "بوخچه", + "Saving..." : "پاشکه‌وتده‌کات...", + "Reset password" : "دووباره‌ كردنه‌وه‌ی وشه‌ی نهێنی", + "No" : "نەخێر", + "Yes" : "بەڵێ", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "لابردن", + "Share" : "هاوبەشی کردن", + "Error" : "هه‌ڵه", + "Warning" : "ئاگاداری", + "Add" : "زیادکردن", + "Username" : "ناوی به‌کارهێنه‌ر", + "New password" : "وشەی نهێنی نوێ", + "Users" : "به‌كارهێنه‌ر", + "Apps" : "به‌رنامه‌كان", + "Admin" : "به‌ڕێوه‌به‌ری سه‌ره‌كی", + "Help" : "یارمەتی", + "Password" : "وشەی تێپەربو", + "Data folder" : "زانیاری فۆڵده‌ر", + "Database user" : "به‌كارهێنه‌ری داتابه‌یس", + "Database password" : "وشه‌ی نهێنی داتا به‌یس", + "Database name" : "ناوی داتابه‌یس", + "Database host" : "هۆستی داتابه‌یس", + "Finish setup" : "كۆتایی هات ده‌ستكاریه‌كان", + "Log out" : "چوونەدەرەوە" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ku_IQ.json b/core/l10n/ku_IQ.json new file mode 100644 index 0000000000..aa06ff50be --- /dev/null +++ b/core/l10n/ku_IQ.json @@ -0,0 +1,29 @@ +{ "translations": { + "Settings" : "ده‌ستكاری", + "Folder" : "بوخچه", + "Saving..." : "پاشکه‌وتده‌کات...", + "Reset password" : "دووباره‌ كردنه‌وه‌ی وشه‌ی نهێنی", + "No" : "نەخێر", + "Yes" : "بەڵێ", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "لابردن", + "Share" : "هاوبەشی کردن", + "Error" : "هه‌ڵه", + "Warning" : "ئاگاداری", + "Add" : "زیادکردن", + "Username" : "ناوی به‌کارهێنه‌ر", + "New password" : "وشەی نهێنی نوێ", + "Users" : "به‌كارهێنه‌ر", + "Apps" : "به‌رنامه‌كان", + "Admin" : "به‌ڕێوه‌به‌ری سه‌ره‌كی", + "Help" : "یارمەتی", + "Password" : "وشەی تێپەربو", + "Data folder" : "زانیاری فۆڵده‌ر", + "Database user" : "به‌كارهێنه‌ری داتابه‌یس", + "Database password" : "وشه‌ی نهێنی داتا به‌یس", + "Database name" : "ناوی داتابه‌یس", + "Database host" : "هۆستی داتابه‌یس", + "Finish setup" : "كۆتایی هات ده‌ستكاریه‌كان", + "Log out" : "چوونەدەرەوە" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/ku_IQ.php b/core/l10n/ku_IQ.php deleted file mode 100644 index d188db0dab..0000000000 --- a/core/l10n/ku_IQ.php +++ /dev/null @@ -1,30 +0,0 @@ - "ده‌ستكاری", -"Folder" => "بوخچه", -"Saving..." => "پاشکه‌وتده‌کات...", -"Reset password" => "دووباره‌ كردنه‌وه‌ی وشه‌ی نهێنی", -"No" => "نەخێر", -"Yes" => "بەڵێ", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "لابردن", -"Share" => "هاوبەشی کردن", -"Error" => "هه‌ڵه", -"Warning" => "ئاگاداری", -"Add" => "زیادکردن", -"Username" => "ناوی به‌کارهێنه‌ر", -"New password" => "وشەی نهێنی نوێ", -"Users" => "به‌كارهێنه‌ر", -"Apps" => "به‌رنامه‌كان", -"Admin" => "به‌ڕێوه‌به‌ری سه‌ره‌كی", -"Help" => "یارمەتی", -"Password" => "وشەی تێپەربو", -"Data folder" => "زانیاری فۆڵده‌ر", -"Database user" => "به‌كارهێنه‌ری داتابه‌یس", -"Database password" => "وشه‌ی نهێنی داتا به‌یس", -"Database name" => "ناوی داتابه‌یس", -"Database host" => "هۆستی داتابه‌یس", -"Finish setup" => "كۆتایی هات ده‌ستكاریه‌كان", -"Log out" => "چوونەدەرەوە" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/lb.js b/core/l10n/lb.js new file mode 100644 index 0000000000..c5e76d21f5 --- /dev/null +++ b/core/l10n/lb.js @@ -0,0 +1,121 @@ +OC.L10N.register( + "core", + { + "Turned on maintenance mode" : "Maintenance Modus ass un", + "Turned off maintenance mode" : "Maintenance Modus ass aus", + "Updated database" : "Datebank ass geupdate ginn", + "No image or file provided" : "Kee Bild oder Fichier uginn", + "Unknown filetype" : "Onbekannten Fichier Typ", + "Invalid image" : "Ongülteg d'Bild", + "Sunday" : "Sonndeg", + "Monday" : "Méindeg", + "Tuesday" : "Dënschdeg", + "Wednesday" : "Mëttwoch", + "Thursday" : "Donneschdeg", + "Friday" : "Freideg", + "Saturday" : "Samschdeg", + "January" : "Januar", + "February" : "Februar", + "March" : "Mäerz", + "April" : "Abrëll", + "May" : "Mee", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "November" : "November", + "December" : "Dezember", + "Settings" : "Astellungen", + "File" : "Fichier", + "Folder" : "Dossier", + "Saving..." : "Speicheren...", + "Reset password" : "Passwuert zréck setzen", + "No" : "Nee", + "Yes" : "Jo", + "Choose" : "Auswielen", + "Ok" : "OK", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Which files do you want to keep?" : "Weieng Fichieren wëlls de gär behalen?", + "Cancel" : "Ofbriechen", + "Continue" : "Weider", + "(all selected)" : "(all ausgewielt)", + "({count} selected)" : "({count} ausgewielt)", + "Shared" : "Gedeelt", + "Share" : "Deelen", + "Error" : "Feeler", + "Error while sharing" : "Feeler beim Deelen", + "Error while unsharing" : "Feeler beim Annuléiere vum Deelen", + "Error while changing permissions" : "Feeler beim Ännere vun de Rechter", + "Shared with you and the group {group} by {owner}" : "Gedeelt mat dir an der Grupp {group} vum {owner}", + "Shared with you by {owner}" : "Gedeelt mat dir vum {owner}", + "Share link" : "Link deelen", + "Password protect" : "Passwuertgeschützt", + "Allow Public Upload" : "Ëffentlechen Upload erlaaben", + "Email link to person" : "Link enger Persoun mailen", + "Send" : "Schécken", + "Set expiration date" : "Verfallsdatum setzen", + "Expiration date" : "Verfallsdatum", + "group" : "Grupp", + "Resharing is not allowed" : "Weiderdeelen ass net erlaabt", + "Shared in {item} with {user}" : "Gedeelt an {item} mat {user}", + "Unshare" : "Net méi deelen", + "notify by email" : "via e-mail Bescheed ginn", + "can share" : "kann deelen", + "can edit" : "kann änneren", + "access control" : "Zougrëffskontroll", + "create" : "erstellen", + "update" : "aktualiséieren", + "delete" : "läschen", + "Password protected" : "Passwuertgeschützt", + "Error unsetting expiration date" : "Feeler beim Läsche vum Verfallsdatum", + "Error setting expiration date" : "Feeler beim Setze vum Verfallsdatum", + "Sending ..." : "Gëtt geschéckt...", + "Email sent" : "Email geschéckt", + "Warning" : "Warnung", + "The object type is not specified." : "Den Typ vum Object ass net uginn.", + "Enter new" : "Gëff nei an", + "Delete" : "Läschen", + "Add" : "Dobäisetzen", + "Edit tags" : "Tags editéieren", + "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}", + "You will receive a link to reset your password via Email." : "Du kriss e Link fir däi Passwuert zréckzesetze via Email geschéckt.", + "Username" : "Benotzernumm", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Deng Fichiere si verschlësselt. Falls du de Recuperatiouns-Schlëssel net aktivéiert hues, gëtt et keng Méiglechkeet nees un deng Daten ze komme wann däi Passwuert muss zréckgesat ginn. Falls du net sécher bass wat s de maache soll, kontaktéier w.e.gl däin Administrateur bevir s de weidermëss. Wëlls de wierklech weidermaachen?", + "Yes, I really want to reset my password now" : "Jo, ech wëll mäi Passwuert elo zrécksetzen", + "Reset" : "Zeréck setzen", + "New password" : "Neit Passwuert", + "Personal" : "Perséinlech", + "Users" : "Benotzer", + "Apps" : "Applikatiounen", + "Admin" : "Admin", + "Help" : "Hëllef", + "Error tagging" : "Fehler beim Taggen", + "Error untagging" : "Fehler beim Tag läschen", + "Access forbidden" : "Zougrëff net erlaabt", + "Cheers!" : "Prost!", + "Security Warning" : "Sécherheets-Warnung", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Deng PHP-Versioun ass verwonnbar duerch d'NULL-Byte-Attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Aktualiséier w.e.gl deng PHP-Installatioun fir %s sécher kennen ze benotzen.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Däin Daten-Dossier an deng Fichieren si wahrscheinlech iwwert den Internet accessibel well den .htaccess-Fichier net funktionnéiert.", + "Create an admin account" : "En Admin-Account uleeën", + "Password" : "Passwuert", + "Data folder" : "Daten-Dossier", + "Configure the database" : "D'Datebank konfiguréieren", + "Database user" : "Datebank-Benotzer", + "Database password" : "Datebank-Passwuert", + "Database name" : "Datebank Numm", + "Database tablespace" : "Tabelle-Plaz vun der Datebank", + "Database host" : "Datebank-Server", + "Finish setup" : "Installatioun ofschléissen", + "Finishing …" : "Schléissen of ...", + "%s is available. Get more information on how to update." : "%s ass verfügbar. Kréi méi Informatiounen doriwwer wéi d'Aktualiséierung ofleeft.", + "Log out" : "Ofmellen", + "remember" : "verhalen", + "Log in" : "Umellen", + "Alternative Logins" : "Alternativ Umeldungen", + "Thank you for your patience." : "Merci fir deng Gedold." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/lb.json b/core/l10n/lb.json new file mode 100644 index 0000000000..58f01166df --- /dev/null +++ b/core/l10n/lb.json @@ -0,0 +1,119 @@ +{ "translations": { + "Turned on maintenance mode" : "Maintenance Modus ass un", + "Turned off maintenance mode" : "Maintenance Modus ass aus", + "Updated database" : "Datebank ass geupdate ginn", + "No image or file provided" : "Kee Bild oder Fichier uginn", + "Unknown filetype" : "Onbekannten Fichier Typ", + "Invalid image" : "Ongülteg d'Bild", + "Sunday" : "Sonndeg", + "Monday" : "Méindeg", + "Tuesday" : "Dënschdeg", + "Wednesday" : "Mëttwoch", + "Thursday" : "Donneschdeg", + "Friday" : "Freideg", + "Saturday" : "Samschdeg", + "January" : "Januar", + "February" : "Februar", + "March" : "Mäerz", + "April" : "Abrëll", + "May" : "Mee", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "November" : "November", + "December" : "Dezember", + "Settings" : "Astellungen", + "File" : "Fichier", + "Folder" : "Dossier", + "Saving..." : "Speicheren...", + "Reset password" : "Passwuert zréck setzen", + "No" : "Nee", + "Yes" : "Jo", + "Choose" : "Auswielen", + "Ok" : "OK", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Which files do you want to keep?" : "Weieng Fichieren wëlls de gär behalen?", + "Cancel" : "Ofbriechen", + "Continue" : "Weider", + "(all selected)" : "(all ausgewielt)", + "({count} selected)" : "({count} ausgewielt)", + "Shared" : "Gedeelt", + "Share" : "Deelen", + "Error" : "Feeler", + "Error while sharing" : "Feeler beim Deelen", + "Error while unsharing" : "Feeler beim Annuléiere vum Deelen", + "Error while changing permissions" : "Feeler beim Ännere vun de Rechter", + "Shared with you and the group {group} by {owner}" : "Gedeelt mat dir an der Grupp {group} vum {owner}", + "Shared with you by {owner}" : "Gedeelt mat dir vum {owner}", + "Share link" : "Link deelen", + "Password protect" : "Passwuertgeschützt", + "Allow Public Upload" : "Ëffentlechen Upload erlaaben", + "Email link to person" : "Link enger Persoun mailen", + "Send" : "Schécken", + "Set expiration date" : "Verfallsdatum setzen", + "Expiration date" : "Verfallsdatum", + "group" : "Grupp", + "Resharing is not allowed" : "Weiderdeelen ass net erlaabt", + "Shared in {item} with {user}" : "Gedeelt an {item} mat {user}", + "Unshare" : "Net méi deelen", + "notify by email" : "via e-mail Bescheed ginn", + "can share" : "kann deelen", + "can edit" : "kann änneren", + "access control" : "Zougrëffskontroll", + "create" : "erstellen", + "update" : "aktualiséieren", + "delete" : "läschen", + "Password protected" : "Passwuertgeschützt", + "Error unsetting expiration date" : "Feeler beim Läsche vum Verfallsdatum", + "Error setting expiration date" : "Feeler beim Setze vum Verfallsdatum", + "Sending ..." : "Gëtt geschéckt...", + "Email sent" : "Email geschéckt", + "Warning" : "Warnung", + "The object type is not specified." : "Den Typ vum Object ass net uginn.", + "Enter new" : "Gëff nei an", + "Delete" : "Läschen", + "Add" : "Dobäisetzen", + "Edit tags" : "Tags editéieren", + "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}", + "You will receive a link to reset your password via Email." : "Du kriss e Link fir däi Passwuert zréckzesetze via Email geschéckt.", + "Username" : "Benotzernumm", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Deng Fichiere si verschlësselt. Falls du de Recuperatiouns-Schlëssel net aktivéiert hues, gëtt et keng Méiglechkeet nees un deng Daten ze komme wann däi Passwuert muss zréckgesat ginn. Falls du net sécher bass wat s de maache soll, kontaktéier w.e.gl däin Administrateur bevir s de weidermëss. Wëlls de wierklech weidermaachen?", + "Yes, I really want to reset my password now" : "Jo, ech wëll mäi Passwuert elo zrécksetzen", + "Reset" : "Zeréck setzen", + "New password" : "Neit Passwuert", + "Personal" : "Perséinlech", + "Users" : "Benotzer", + "Apps" : "Applikatiounen", + "Admin" : "Admin", + "Help" : "Hëllef", + "Error tagging" : "Fehler beim Taggen", + "Error untagging" : "Fehler beim Tag läschen", + "Access forbidden" : "Zougrëff net erlaabt", + "Cheers!" : "Prost!", + "Security Warning" : "Sécherheets-Warnung", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Deng PHP-Versioun ass verwonnbar duerch d'NULL-Byte-Attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Aktualiséier w.e.gl deng PHP-Installatioun fir %s sécher kennen ze benotzen.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Däin Daten-Dossier an deng Fichieren si wahrscheinlech iwwert den Internet accessibel well den .htaccess-Fichier net funktionnéiert.", + "Create an admin account" : "En Admin-Account uleeën", + "Password" : "Passwuert", + "Data folder" : "Daten-Dossier", + "Configure the database" : "D'Datebank konfiguréieren", + "Database user" : "Datebank-Benotzer", + "Database password" : "Datebank-Passwuert", + "Database name" : "Datebank Numm", + "Database tablespace" : "Tabelle-Plaz vun der Datebank", + "Database host" : "Datebank-Server", + "Finish setup" : "Installatioun ofschléissen", + "Finishing …" : "Schléissen of ...", + "%s is available. Get more information on how to update." : "%s ass verfügbar. Kréi méi Informatiounen doriwwer wéi d'Aktualiséierung ofleeft.", + "Log out" : "Ofmellen", + "remember" : "verhalen", + "Log in" : "Umellen", + "Alternative Logins" : "Alternativ Umeldungen", + "Thank you for your patience." : "Merci fir deng Gedold." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/lb.php b/core/l10n/lb.php deleted file mode 100644 index e448a2b500..0000000000 --- a/core/l10n/lb.php +++ /dev/null @@ -1,120 +0,0 @@ - "Maintenance Modus ass un", -"Turned off maintenance mode" => "Maintenance Modus ass aus", -"Updated database" => "Datebank ass geupdate ginn", -"No image or file provided" => "Kee Bild oder Fichier uginn", -"Unknown filetype" => "Onbekannten Fichier Typ", -"Invalid image" => "Ongülteg d'Bild", -"Sunday" => "Sonndeg", -"Monday" => "Méindeg", -"Tuesday" => "Dënschdeg", -"Wednesday" => "Mëttwoch", -"Thursday" => "Donneschdeg", -"Friday" => "Freideg", -"Saturday" => "Samschdeg", -"January" => "Januar", -"February" => "Februar", -"March" => "Mäerz", -"April" => "Abrëll", -"May" => "Mee", -"June" => "Juni", -"July" => "Juli", -"August" => "August", -"September" => "September", -"October" => "Oktober", -"November" => "November", -"December" => "Dezember", -"Settings" => "Astellungen", -"File" => "Fichier", -"Folder" => "Dossier", -"Saving..." => "Speicheren...", -"Reset password" => "Passwuert zréck setzen", -"No" => "Nee", -"Yes" => "Jo", -"Choose" => "Auswielen", -"Ok" => "OK", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Which files do you want to keep?" => "Weieng Fichieren wëlls de gär behalen?", -"Cancel" => "Ofbriechen", -"Continue" => "Weider", -"(all selected)" => "(all ausgewielt)", -"({count} selected)" => "({count} ausgewielt)", -"Shared" => "Gedeelt", -"Share" => "Deelen", -"Error" => "Feeler", -"Error while sharing" => "Feeler beim Deelen", -"Error while unsharing" => "Feeler beim Annuléiere vum Deelen", -"Error while changing permissions" => "Feeler beim Ännere vun de Rechter", -"Shared with you and the group {group} by {owner}" => "Gedeelt mat dir an der Grupp {group} vum {owner}", -"Shared with you by {owner}" => "Gedeelt mat dir vum {owner}", -"Share link" => "Link deelen", -"Password protect" => "Passwuertgeschützt", -"Allow Public Upload" => "Ëffentlechen Upload erlaaben", -"Email link to person" => "Link enger Persoun mailen", -"Send" => "Schécken", -"Set expiration date" => "Verfallsdatum setzen", -"Expiration date" => "Verfallsdatum", -"group" => "Grupp", -"Resharing is not allowed" => "Weiderdeelen ass net erlaabt", -"Shared in {item} with {user}" => "Gedeelt an {item} mat {user}", -"Unshare" => "Net méi deelen", -"notify by email" => "via e-mail Bescheed ginn", -"can share" => "kann deelen", -"can edit" => "kann änneren", -"access control" => "Zougrëffskontroll", -"create" => "erstellen", -"update" => "aktualiséieren", -"delete" => "läschen", -"Password protected" => "Passwuertgeschützt", -"Error unsetting expiration date" => "Feeler beim Läsche vum Verfallsdatum", -"Error setting expiration date" => "Feeler beim Setze vum Verfallsdatum", -"Sending ..." => "Gëtt geschéckt...", -"Email sent" => "Email geschéckt", -"Warning" => "Warnung", -"The object type is not specified." => "Den Typ vum Object ass net uginn.", -"Enter new" => "Gëff nei an", -"Delete" => "Läschen", -"Add" => "Dobäisetzen", -"Edit tags" => "Tags editéieren", -"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}", -"You will receive a link to reset your password via Email." => "Du kriss e Link fir däi Passwuert zréckzesetze via Email geschéckt.", -"Username" => "Benotzernumm", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Deng Fichiere si verschlësselt. Falls du de Recuperatiouns-Schlëssel net aktivéiert hues, gëtt et keng Méiglechkeet nees un deng Daten ze komme wann däi Passwuert muss zréckgesat ginn. Falls du net sécher bass wat s de maache soll, kontaktéier w.e.gl däin Administrateur bevir s de weidermëss. Wëlls de wierklech weidermaachen?", -"Yes, I really want to reset my password now" => "Jo, ech wëll mäi Passwuert elo zrécksetzen", -"Reset" => "Zeréck setzen", -"New password" => "Neit Passwuert", -"Personal" => "Perséinlech", -"Users" => "Benotzer", -"Apps" => "Applikatiounen", -"Admin" => "Admin", -"Help" => "Hëllef", -"Error tagging" => "Fehler beim Taggen", -"Error untagging" => "Fehler beim Tag läschen", -"Access forbidden" => "Zougrëff net erlaabt", -"Cheers!" => "Prost!", -"Security Warning" => "Sécherheets-Warnung", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Deng PHP-Versioun ass verwonnbar duerch d'NULL-Byte-Attack (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Aktualiséier w.e.gl deng PHP-Installatioun fir %s sécher kennen ze benotzen.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Däin Daten-Dossier an deng Fichieren si wahrscheinlech iwwert den Internet accessibel well den .htaccess-Fichier net funktionnéiert.", -"Create an admin account" => "En Admin-Account uleeën", -"Password" => "Passwuert", -"Data folder" => "Daten-Dossier", -"Configure the database" => "D'Datebank konfiguréieren", -"Database user" => "Datebank-Benotzer", -"Database password" => "Datebank-Passwuert", -"Database name" => "Datebank Numm", -"Database tablespace" => "Tabelle-Plaz vun der Datebank", -"Database host" => "Datebank-Server", -"Finish setup" => "Installatioun ofschléissen", -"Finishing …" => "Schléissen of ...", -"%s is available. Get more information on how to update." => "%s ass verfügbar. Kréi méi Informatiounen doriwwer wéi d'Aktualiséierung ofleeft.", -"Log out" => "Ofmellen", -"remember" => "verhalen", -"Log in" => "Umellen", -"Alternative Logins" => "Alternativ Umeldungen", -"Thank you for your patience." => "Merci fir deng Gedold." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js new file mode 100644 index 0000000000..e407dcafa2 --- /dev/null +++ b/core/l10n/lt_LT.js @@ -0,0 +1,148 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Nepavyko nusiųsti el. pašto šiems naudotojams: %s ", + "Turned on maintenance mode" : "Įjungta priežiūros veiksena", + "Turned off maintenance mode" : "Išjungta priežiūros veiksena", + "Updated database" : "Atnaujinta duomenų bazė", + "No image or file provided" : "Nenurodytas paveikslėlis ar failas", + "Unknown filetype" : "Nežinomas failo tipas", + "Invalid image" : "Netinkamas paveikslėlis", + "No temporary profile picture available, try again" : "Nėra laikino profilio paveikslėlio, bandykite dar kartą", + "No crop data provided" : "Nenurodyti apkirpimo duomenys", + "Sunday" : "Sekmadienis", + "Monday" : "Pirmadienis", + "Tuesday" : "Antradienis", + "Wednesday" : "Trečiadienis", + "Thursday" : "Ketvirtadienis", + "Friday" : "Penktadienis", + "Saturday" : "Šeštadienis", + "January" : "Sausis", + "February" : "Vasaris", + "March" : "Kovas", + "April" : "Balandis", + "May" : "Gegužė", + "June" : "Birželis", + "July" : "Liepa", + "August" : "Rugpjūtis", + "September" : "Rugsėjis", + "October" : "Spalis", + "November" : "Lapkritis", + "December" : "Gruodis", + "Settings" : "Nustatymai", + "File" : "Failas", + "Folder" : "Katalogas", + "Saving..." : "Saugoma...", + "Reset password" : "Atkurti slaptažodį", + "No" : "Ne", + "Yes" : "Taip", + "Choose" : "Pasirinkite", + "Error loading file picker template: {error}" : "Klaida įkeliant failo parinkimo ruošinį: {error}", + "Ok" : "Gerai", + "Error loading message template: {error}" : "Klaida įkeliant žinutės ruošinį: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} failas konfliktuoja","{count} failai konfliktuoja","{count} failų konfliktų"], + "One file conflict" : "Vienas failo konfliktas", + "Which files do you want to keep?" : "Kuriuos failus norite laikyti?", + "If you select both versions, the copied file will have a number added to its name." : "Jei pasirenkate abi versijas, nukopijuotas failas turės pridėtą numerį pavadinime.", + "Cancel" : "Atšaukti", + "Continue" : "Tęsti", + "(all selected)" : "(visi pažymėti)", + "({count} selected)" : "({count} pažymėtų)", + "Error loading file exists template" : "Klaida įkeliant esančių failų ruošinį", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Jūsų serveris nėra tvarkingai nustatytas leisti failų sinchronizaciją, nes WebDAV sąsaja panašu, kad yra sugadinta.", + "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." : "Šis serveris neturi veikiančio ryšio. Tai reiškia, kas kai kurios funkcijos kaip išorinės saugyklos prijungimas, perspėjimai apie atnaujinimus ar trečių šalių programų įdiegimas neveikia. Failų pasiekimas iš kitur ir pranešimų siuntimas el. paštu gali taip pat neveikti. Rekomenduojame įjungti interneto ryšį šiame serveryje, jei norite naudoti visas funkcijas.", + "Shared" : "Dalinamasi", + "Share" : "Dalintis", + "Error" : "Klaida", + "Error while sharing" : "Klaida, dalijimosi metu", + "Error while unsharing" : "Klaida, kai atšaukiamas dalijimasis", + "Error while changing permissions" : "Klaida, keičiant privilegijas", + "Shared with you and the group {group} by {owner}" : "Pasidalino su Jumis ir {group} grupe {owner}", + "Shared with you by {owner}" : "Pasidalino su Jumis {owner}", + "Share with user or group …" : "Dalintis su vartotoju arba grupe...", + "Share link" : "Dalintis nuoroda", + "Password protect" : "Apsaugotas slaptažodžiu", + "Allow Public Upload" : "Leisti viešą įkėlimą", + "Email link to person" : "Nusiųsti nuorodą paštu", + "Send" : "Siųsti", + "Set expiration date" : "Nustatykite galiojimo laiką", + "Expiration date" : "Galiojimo laikas", + "group" : "grupė", + "Resharing is not allowed" : "Dalijinasis išnaujo negalimas", + "Shared in {item} with {user}" : "Pasidalino {item} su {user}", + "Unshare" : "Nebesidalinti", + "notify by email" : "pranešti el. paštu", + "can share" : "gali dalintis", + "can edit" : "gali redaguoti", + "access control" : "priėjimo kontrolė", + "create" : "sukurti", + "update" : "atnaujinti", + "delete" : "ištrinti", + "Password protected" : "Apsaugota slaptažodžiu", + "Error unsetting expiration date" : "Klaida nuimant galiojimo laiką", + "Error setting expiration date" : "Klaida nustatant galiojimo laiką", + "Sending ..." : "Siunčiama...", + "Email sent" : "Laiškas išsiųstas", + "Warning" : "Įspėjimas", + "The object type is not specified." : "Objekto tipas nenurodytas.", + "Enter new" : "Įveskite naują", + "Delete" : "Ištrinti", + "Add" : "Pridėti", + "Edit tags" : "Redaguoti žymes", + "Error loading dialog template: {error}" : "Klaida įkeliant dialogo ruošinį: {error}", + "No tags selected for deletion." : "Trynimui nepasirinkta jokia žymė.", + "Please reload the page." : "Prašome perkrauti puslapį.", + "The update was successful. Redirecting you to ownCloud now." : "Atnaujinimas buvo sėkmingas. Nukreipiame į jūsų ownCloud.", + "%s password reset" : "%s slaptažodžio atnaujinimas", + "Use the following link to reset your password: {link}" : "Slaptažodio atkūrimui naudokite šią nuorodą: {link}", + "You will receive a link to reset your password via Email." : "Elektroniniu paštu gausite nuorodą, su kuria galėsite iš naujo nustatyti slaptažodį.", + "Username" : "Prisijungimo vardas", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Jūsų failai yra užšifruoti. Jei neįjungėte atstatymo rakto, nebus galimybės atstatyti duomenų po slaptažodžio atstatymo. Jei nesate tikri ką daryti, prašome susisiekti su administratoriumi prie tęsiant. Ar tikrai tęsti?", + "Yes, I really want to reset my password now" : "Taip, aš tikrai noriu atnaujinti slaptažodį", + "Reset" : "Atstatyti", + "New password" : "Naujas slaptažodis", + "Personal" : "Asmeniniai", + "Users" : "Vartotojai", + "Apps" : "Programos", + "Admin" : "Administravimas", + "Help" : "Pagalba", + "Error loading tags" : "Klaida įkeliant žymes", + "Tag already exists" : "Žymė jau egzistuoja", + "Error deleting tag(s)" : "Klaida trinant žymę(-es)", + "Error tagging" : "Klaida pridedant žymę", + "Error untagging" : "Klaida šalinant žymę", + "Error favoriting" : "Klaida įtraukiant į mėgstamus.", + "Error unfavoriting" : "Klaida pašalinant iš mėgstamų.", + "Access forbidden" : "Priėjimas draudžiamas", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Labas,\n\nInformuojame, kad %s pasidalino su Jumis %s.\nPažiūrėti tai: %s\n", + "The share will expire on %s." : "Bendrinimo laikas baigsis %s.", + "Cheers!" : "Sveikinimai!", + "Security Warning" : "Saugumo pranešimas", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Jūsų PHP versija yra pažeidžiama prieš NULL Byte ataką (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Prašome atnaujinti savo PHP, kad saugiai naudoti %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Jūsų failai yra tikriausiai prieinami per internetą nes .htaccess failas neveikia.", + "For information how to properly configure your server, please see the documentation." : "Kad gauti informaciją apie tai kaip tinkamai sukonfigūruoti savo serverį, prašome skaityti dokumentaciją.", + "Create an admin account" : "Sukurti administratoriaus paskyrą", + "Password" : "Slaptažodis", + "Data folder" : "Duomenų katalogas", + "Configure the database" : "Nustatyti duomenų bazę", + "Database user" : "Duomenų bazės vartotojas", + "Database password" : "Duomenų bazės slaptažodis", + "Database name" : "Duomenų bazės pavadinimas", + "Database tablespace" : "Duomenų bazės loginis saugojimas", + "Database host" : "Duomenų bazės serveris", + "Finish setup" : "Baigti diegimą", + "Finishing …" : "Baigiama ...", + "%s is available. Get more information on how to update." : "%s yra prieinama. Gaukite daugiau informacijos apie atnaujinimą.", + "Log out" : "Atsijungti", + "Server side authentication failed!" : "Autentikacija serveryje nepavyko!", + "Please contact your administrator." : "Kreipkitės į savo sistemos administratorių.", + "remember" : "prisiminti", + "Log in" : "Prisijungti", + "Alternative Logins" : "Alternatyvūs prisijungimai", + "This ownCloud instance is currently in single user mode." : "Ši ownCloud sistema yra vieno naudotojo veiksenoje.", + "This means only administrators can use the instance." : "Tai reiškia, kad tik administratorius gali naudotis sistema.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.", + "Thank you for your patience." : "Dėkojame už jūsų kantrumą." +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json new file mode 100644 index 0000000000..97dafb6fa0 --- /dev/null +++ b/core/l10n/lt_LT.json @@ -0,0 +1,146 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Nepavyko nusiųsti el. pašto šiems naudotojams: %s ", + "Turned on maintenance mode" : "Įjungta priežiūros veiksena", + "Turned off maintenance mode" : "Išjungta priežiūros veiksena", + "Updated database" : "Atnaujinta duomenų bazė", + "No image or file provided" : "Nenurodytas paveikslėlis ar failas", + "Unknown filetype" : "Nežinomas failo tipas", + "Invalid image" : "Netinkamas paveikslėlis", + "No temporary profile picture available, try again" : "Nėra laikino profilio paveikslėlio, bandykite dar kartą", + "No crop data provided" : "Nenurodyti apkirpimo duomenys", + "Sunday" : "Sekmadienis", + "Monday" : "Pirmadienis", + "Tuesday" : "Antradienis", + "Wednesday" : "Trečiadienis", + "Thursday" : "Ketvirtadienis", + "Friday" : "Penktadienis", + "Saturday" : "Šeštadienis", + "January" : "Sausis", + "February" : "Vasaris", + "March" : "Kovas", + "April" : "Balandis", + "May" : "Gegužė", + "June" : "Birželis", + "July" : "Liepa", + "August" : "Rugpjūtis", + "September" : "Rugsėjis", + "October" : "Spalis", + "November" : "Lapkritis", + "December" : "Gruodis", + "Settings" : "Nustatymai", + "File" : "Failas", + "Folder" : "Katalogas", + "Saving..." : "Saugoma...", + "Reset password" : "Atkurti slaptažodį", + "No" : "Ne", + "Yes" : "Taip", + "Choose" : "Pasirinkite", + "Error loading file picker template: {error}" : "Klaida įkeliant failo parinkimo ruošinį: {error}", + "Ok" : "Gerai", + "Error loading message template: {error}" : "Klaida įkeliant žinutės ruošinį: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} failas konfliktuoja","{count} failai konfliktuoja","{count} failų konfliktų"], + "One file conflict" : "Vienas failo konfliktas", + "Which files do you want to keep?" : "Kuriuos failus norite laikyti?", + "If you select both versions, the copied file will have a number added to its name." : "Jei pasirenkate abi versijas, nukopijuotas failas turės pridėtą numerį pavadinime.", + "Cancel" : "Atšaukti", + "Continue" : "Tęsti", + "(all selected)" : "(visi pažymėti)", + "({count} selected)" : "({count} pažymėtų)", + "Error loading file exists template" : "Klaida įkeliant esančių failų ruošinį", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Jūsų serveris nėra tvarkingai nustatytas leisti failų sinchronizaciją, nes WebDAV sąsaja panašu, kad yra sugadinta.", + "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." : "Šis serveris neturi veikiančio ryšio. Tai reiškia, kas kai kurios funkcijos kaip išorinės saugyklos prijungimas, perspėjimai apie atnaujinimus ar trečių šalių programų įdiegimas neveikia. Failų pasiekimas iš kitur ir pranešimų siuntimas el. paštu gali taip pat neveikti. Rekomenduojame įjungti interneto ryšį šiame serveryje, jei norite naudoti visas funkcijas.", + "Shared" : "Dalinamasi", + "Share" : "Dalintis", + "Error" : "Klaida", + "Error while sharing" : "Klaida, dalijimosi metu", + "Error while unsharing" : "Klaida, kai atšaukiamas dalijimasis", + "Error while changing permissions" : "Klaida, keičiant privilegijas", + "Shared with you and the group {group} by {owner}" : "Pasidalino su Jumis ir {group} grupe {owner}", + "Shared with you by {owner}" : "Pasidalino su Jumis {owner}", + "Share with user or group …" : "Dalintis su vartotoju arba grupe...", + "Share link" : "Dalintis nuoroda", + "Password protect" : "Apsaugotas slaptažodžiu", + "Allow Public Upload" : "Leisti viešą įkėlimą", + "Email link to person" : "Nusiųsti nuorodą paštu", + "Send" : "Siųsti", + "Set expiration date" : "Nustatykite galiojimo laiką", + "Expiration date" : "Galiojimo laikas", + "group" : "grupė", + "Resharing is not allowed" : "Dalijinasis išnaujo negalimas", + "Shared in {item} with {user}" : "Pasidalino {item} su {user}", + "Unshare" : "Nebesidalinti", + "notify by email" : "pranešti el. paštu", + "can share" : "gali dalintis", + "can edit" : "gali redaguoti", + "access control" : "priėjimo kontrolė", + "create" : "sukurti", + "update" : "atnaujinti", + "delete" : "ištrinti", + "Password protected" : "Apsaugota slaptažodžiu", + "Error unsetting expiration date" : "Klaida nuimant galiojimo laiką", + "Error setting expiration date" : "Klaida nustatant galiojimo laiką", + "Sending ..." : "Siunčiama...", + "Email sent" : "Laiškas išsiųstas", + "Warning" : "Įspėjimas", + "The object type is not specified." : "Objekto tipas nenurodytas.", + "Enter new" : "Įveskite naują", + "Delete" : "Ištrinti", + "Add" : "Pridėti", + "Edit tags" : "Redaguoti žymes", + "Error loading dialog template: {error}" : "Klaida įkeliant dialogo ruošinį: {error}", + "No tags selected for deletion." : "Trynimui nepasirinkta jokia žymė.", + "Please reload the page." : "Prašome perkrauti puslapį.", + "The update was successful. Redirecting you to ownCloud now." : "Atnaujinimas buvo sėkmingas. Nukreipiame į jūsų ownCloud.", + "%s password reset" : "%s slaptažodžio atnaujinimas", + "Use the following link to reset your password: {link}" : "Slaptažodio atkūrimui naudokite šią nuorodą: {link}", + "You will receive a link to reset your password via Email." : "Elektroniniu paštu gausite nuorodą, su kuria galėsite iš naujo nustatyti slaptažodį.", + "Username" : "Prisijungimo vardas", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Jūsų failai yra užšifruoti. Jei neįjungėte atstatymo rakto, nebus galimybės atstatyti duomenų po slaptažodžio atstatymo. Jei nesate tikri ką daryti, prašome susisiekti su administratoriumi prie tęsiant. Ar tikrai tęsti?", + "Yes, I really want to reset my password now" : "Taip, aš tikrai noriu atnaujinti slaptažodį", + "Reset" : "Atstatyti", + "New password" : "Naujas slaptažodis", + "Personal" : "Asmeniniai", + "Users" : "Vartotojai", + "Apps" : "Programos", + "Admin" : "Administravimas", + "Help" : "Pagalba", + "Error loading tags" : "Klaida įkeliant žymes", + "Tag already exists" : "Žymė jau egzistuoja", + "Error deleting tag(s)" : "Klaida trinant žymę(-es)", + "Error tagging" : "Klaida pridedant žymę", + "Error untagging" : "Klaida šalinant žymę", + "Error favoriting" : "Klaida įtraukiant į mėgstamus.", + "Error unfavoriting" : "Klaida pašalinant iš mėgstamų.", + "Access forbidden" : "Priėjimas draudžiamas", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Labas,\n\nInformuojame, kad %s pasidalino su Jumis %s.\nPažiūrėti tai: %s\n", + "The share will expire on %s." : "Bendrinimo laikas baigsis %s.", + "Cheers!" : "Sveikinimai!", + "Security Warning" : "Saugumo pranešimas", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Jūsų PHP versija yra pažeidžiama prieš NULL Byte ataką (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Prašome atnaujinti savo PHP, kad saugiai naudoti %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Jūsų failai yra tikriausiai prieinami per internetą nes .htaccess failas neveikia.", + "For information how to properly configure your server, please see the documentation." : "Kad gauti informaciją apie tai kaip tinkamai sukonfigūruoti savo serverį, prašome skaityti dokumentaciją.", + "Create an admin account" : "Sukurti administratoriaus paskyrą", + "Password" : "Slaptažodis", + "Data folder" : "Duomenų katalogas", + "Configure the database" : "Nustatyti duomenų bazę", + "Database user" : "Duomenų bazės vartotojas", + "Database password" : "Duomenų bazės slaptažodis", + "Database name" : "Duomenų bazės pavadinimas", + "Database tablespace" : "Duomenų bazės loginis saugojimas", + "Database host" : "Duomenų bazės serveris", + "Finish setup" : "Baigti diegimą", + "Finishing …" : "Baigiama ...", + "%s is available. Get more information on how to update." : "%s yra prieinama. Gaukite daugiau informacijos apie atnaujinimą.", + "Log out" : "Atsijungti", + "Server side authentication failed!" : "Autentikacija serveryje nepavyko!", + "Please contact your administrator." : "Kreipkitės į savo sistemos administratorių.", + "remember" : "prisiminti", + "Log in" : "Prisijungti", + "Alternative Logins" : "Alternatyvūs prisijungimai", + "This ownCloud instance is currently in single user mode." : "Ši ownCloud sistema yra vieno naudotojo veiksenoje.", + "This means only administrators can use the instance." : "Tai reiškia, kad tik administratorius gali naudotis sistema.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.", + "Thank you for your patience." : "Dėkojame už jūsų kantrumą." +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/core/l10n/lt_LT.php b/core/l10n/lt_LT.php deleted file mode 100644 index d3b9895150..0000000000 --- a/core/l10n/lt_LT.php +++ /dev/null @@ -1,147 +0,0 @@ - "Nepavyko nusiųsti el. pašto šiems naudotojams: %s ", -"Turned on maintenance mode" => "Įjungta priežiūros veiksena", -"Turned off maintenance mode" => "Išjungta priežiūros veiksena", -"Updated database" => "Atnaujinta duomenų bazė", -"No image or file provided" => "Nenurodytas paveikslėlis ar failas", -"Unknown filetype" => "Nežinomas failo tipas", -"Invalid image" => "Netinkamas paveikslėlis", -"No temporary profile picture available, try again" => "Nėra laikino profilio paveikslėlio, bandykite dar kartą", -"No crop data provided" => "Nenurodyti apkirpimo duomenys", -"Sunday" => "Sekmadienis", -"Monday" => "Pirmadienis", -"Tuesday" => "Antradienis", -"Wednesday" => "Trečiadienis", -"Thursday" => "Ketvirtadienis", -"Friday" => "Penktadienis", -"Saturday" => "Šeštadienis", -"January" => "Sausis", -"February" => "Vasaris", -"March" => "Kovas", -"April" => "Balandis", -"May" => "Gegužė", -"June" => "Birželis", -"July" => "Liepa", -"August" => "Rugpjūtis", -"September" => "Rugsėjis", -"October" => "Spalis", -"November" => "Lapkritis", -"December" => "Gruodis", -"Settings" => "Nustatymai", -"File" => "Failas", -"Folder" => "Katalogas", -"Saving..." => "Saugoma...", -"Reset password" => "Atkurti slaptažodį", -"No" => "Ne", -"Yes" => "Taip", -"Choose" => "Pasirinkite", -"Error loading file picker template: {error}" => "Klaida įkeliant failo parinkimo ruošinį: {error}", -"Ok" => "Gerai", -"Error loading message template: {error}" => "Klaida įkeliant žinutės ruošinį: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} failas konfliktuoja","{count} failai konfliktuoja","{count} failų konfliktų"), -"One file conflict" => "Vienas failo konfliktas", -"Which files do you want to keep?" => "Kuriuos failus norite laikyti?", -"If you select both versions, the copied file will have a number added to its name." => "Jei pasirenkate abi versijas, nukopijuotas failas turės pridėtą numerį pavadinime.", -"Cancel" => "Atšaukti", -"Continue" => "Tęsti", -"(all selected)" => "(visi pažymėti)", -"({count} selected)" => "({count} pažymėtų)", -"Error loading file exists template" => "Klaida įkeliant esančių failų ruošinį", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Jūsų serveris nėra tvarkingai nustatytas leisti failų sinchronizaciją, nes WebDAV sąsaja panašu, kad yra sugadinta.", -"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." => "Šis serveris neturi veikiančio ryšio. Tai reiškia, kas kai kurios funkcijos kaip išorinės saugyklos prijungimas, perspėjimai apie atnaujinimus ar trečių šalių programų įdiegimas neveikia. Failų pasiekimas iš kitur ir pranešimų siuntimas el. paštu gali taip pat neveikti. Rekomenduojame įjungti interneto ryšį šiame serveryje, jei norite naudoti visas funkcijas.", -"Shared" => "Dalinamasi", -"Share" => "Dalintis", -"Error" => "Klaida", -"Error while sharing" => "Klaida, dalijimosi metu", -"Error while unsharing" => "Klaida, kai atšaukiamas dalijimasis", -"Error while changing permissions" => "Klaida, keičiant privilegijas", -"Shared with you and the group {group} by {owner}" => "Pasidalino su Jumis ir {group} grupe {owner}", -"Shared with you by {owner}" => "Pasidalino su Jumis {owner}", -"Share with user or group …" => "Dalintis su vartotoju arba grupe...", -"Share link" => "Dalintis nuoroda", -"Password protect" => "Apsaugotas slaptažodžiu", -"Allow Public Upload" => "Leisti viešą įkėlimą", -"Email link to person" => "Nusiųsti nuorodą paštu", -"Send" => "Siųsti", -"Set expiration date" => "Nustatykite galiojimo laiką", -"Expiration date" => "Galiojimo laikas", -"group" => "grupė", -"Resharing is not allowed" => "Dalijinasis išnaujo negalimas", -"Shared in {item} with {user}" => "Pasidalino {item} su {user}", -"Unshare" => "Nebesidalinti", -"notify by email" => "pranešti el. paštu", -"can share" => "gali dalintis", -"can edit" => "gali redaguoti", -"access control" => "priėjimo kontrolė", -"create" => "sukurti", -"update" => "atnaujinti", -"delete" => "ištrinti", -"Password protected" => "Apsaugota slaptažodžiu", -"Error unsetting expiration date" => "Klaida nuimant galiojimo laiką", -"Error setting expiration date" => "Klaida nustatant galiojimo laiką", -"Sending ..." => "Siunčiama...", -"Email sent" => "Laiškas išsiųstas", -"Warning" => "Įspėjimas", -"The object type is not specified." => "Objekto tipas nenurodytas.", -"Enter new" => "Įveskite naują", -"Delete" => "Ištrinti", -"Add" => "Pridėti", -"Edit tags" => "Redaguoti žymes", -"Error loading dialog template: {error}" => "Klaida įkeliant dialogo ruošinį: {error}", -"No tags selected for deletion." => "Trynimui nepasirinkta jokia žymė.", -"Please reload the page." => "Prašome perkrauti puslapį.", -"The update was successful. Redirecting you to ownCloud now." => "Atnaujinimas buvo sėkmingas. Nukreipiame į jūsų ownCloud.", -"%s password reset" => "%s slaptažodžio atnaujinimas", -"Use the following link to reset your password: {link}" => "Slaptažodio atkūrimui naudokite šią nuorodą: {link}", -"You will receive a link to reset your password via Email." => "Elektroniniu paštu gausite nuorodą, su kuria galėsite iš naujo nustatyti slaptažodį.", -"Username" => "Prisijungimo vardas", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Jūsų failai yra užšifruoti. Jei neįjungėte atstatymo rakto, nebus galimybės atstatyti duomenų po slaptažodžio atstatymo. Jei nesate tikri ką daryti, prašome susisiekti su administratoriumi prie tęsiant. Ar tikrai tęsti?", -"Yes, I really want to reset my password now" => "Taip, aš tikrai noriu atnaujinti slaptažodį", -"Reset" => "Atstatyti", -"New password" => "Naujas slaptažodis", -"Personal" => "Asmeniniai", -"Users" => "Vartotojai", -"Apps" => "Programos", -"Admin" => "Administravimas", -"Help" => "Pagalba", -"Error loading tags" => "Klaida įkeliant žymes", -"Tag already exists" => "Žymė jau egzistuoja", -"Error deleting tag(s)" => "Klaida trinant žymę(-es)", -"Error tagging" => "Klaida pridedant žymę", -"Error untagging" => "Klaida šalinant žymę", -"Error favoriting" => "Klaida įtraukiant į mėgstamus.", -"Error unfavoriting" => "Klaida pašalinant iš mėgstamų.", -"Access forbidden" => "Priėjimas draudžiamas", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Labas,\n\nInformuojame, kad %s pasidalino su Jumis %s.\nPažiūrėti tai: %s\n", -"The share will expire on %s." => "Bendrinimo laikas baigsis %s.", -"Cheers!" => "Sveikinimai!", -"Security Warning" => "Saugumo pranešimas", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Jūsų PHP versija yra pažeidžiama prieš NULL Byte ataką (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Prašome atnaujinti savo PHP, kad saugiai naudoti %s.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Jūsų failai yra tikriausiai prieinami per internetą nes .htaccess failas neveikia.", -"For information how to properly configure your server, please see the documentation." => "Kad gauti informaciją apie tai kaip tinkamai sukonfigūruoti savo serverį, prašome skaityti dokumentaciją.", -"Create an admin account" => "Sukurti administratoriaus paskyrą", -"Password" => "Slaptažodis", -"Data folder" => "Duomenų katalogas", -"Configure the database" => "Nustatyti duomenų bazę", -"Database user" => "Duomenų bazės vartotojas", -"Database password" => "Duomenų bazės slaptažodis", -"Database name" => "Duomenų bazės pavadinimas", -"Database tablespace" => "Duomenų bazės loginis saugojimas", -"Database host" => "Duomenų bazės serveris", -"Finish setup" => "Baigti diegimą", -"Finishing …" => "Baigiama ...", -"%s is available. Get more information on how to update." => "%s yra prieinama. Gaukite daugiau informacijos apie atnaujinimą.", -"Log out" => "Atsijungti", -"Server side authentication failed!" => "Autentikacija serveryje nepavyko!", -"Please contact your administrator." => "Kreipkitės į savo sistemos administratorių.", -"remember" => "prisiminti", -"Log in" => "Prisijungti", -"Alternative Logins" => "Alternatyvūs prisijungimai", -"This ownCloud instance is currently in single user mode." => "Ši ownCloud sistema yra vieno naudotojo veiksenoje.", -"This means only administrators can use the instance." => "Tai reiškia, kad tik administratorius gali naudotis sistema.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.", -"Thank you for your patience." => "Dėkojame už jūsų kantrumą." -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/core/l10n/lv.js b/core/l10n/lv.js new file mode 100644 index 0000000000..b075199d18 --- /dev/null +++ b/core/l10n/lv.js @@ -0,0 +1,103 @@ +OC.L10N.register( + "core", + { + "Sunday" : "Svētdiena", + "Monday" : "Pirmdiena", + "Tuesday" : "Otrdiena", + "Wednesday" : "Trešdiena", + "Thursday" : "Ceturtdiena", + "Friday" : "Piektdiena", + "Saturday" : "Sestdiena", + "January" : "Janvāris", + "February" : "Februāris", + "March" : "Marts", + "April" : "Aprīlis", + "May" : "Maijs", + "June" : "Jūnijs", + "July" : "Jūlijs", + "August" : "Augusts", + "September" : "Septembris", + "October" : "Oktobris", + "November" : "Novembris", + "December" : "Decembris", + "Settings" : "Iestatījumi", + "Folder" : "Mape", + "Saving..." : "Saglabā...", + "Reset password" : "Mainīt paroli", + "No" : "Nē", + "Yes" : "Jā", + "Choose" : "Izvēlieties", + "Ok" : "Labi", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "New Files" : "Jaunās datnes", + "Cancel" : "Atcelt", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Jūsu serveris vēl nav pareizi iestatīts, lai ļautu sinhronizēt datnes, jo izskatās, ka WebDAV saskarne ir salauzta.", + "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." : "Šim serverim nav savienojums ar internetu. Tas nozīmē ka nebūs tādas iespējas kā ārējo datu nesēju montēšana, paziņojumi par atjauninājumiem vai citu izstrādātāju programmu uzstādīšana. Attālināta failu piekļuve vai paziņojumu epastu sūtīšana iespējams arī nedarbosies. Ir rekomendēts iespējot interneta savienojumu lai gūtu iespēju izmantotu visus risinājumus.", + "Shared" : "Kopīgs", + "Share" : "Dalīties", + "Error" : "Kļūda", + "Error while sharing" : "Kļūda, daloties", + "Error while unsharing" : "Kļūda, beidzot dalīties", + "Error while changing permissions" : "Kļūda, mainot atļaujas", + "Shared with you and the group {group} by {owner}" : "{owner} dalījās ar jums un grupu {group}", + "Shared with you by {owner}" : "{owner} dalījās ar jums", + "Password protect" : "Aizsargāt ar paroli", + "Allow Public Upload" : "Ļaut publisko augšupielādi.", + "Email link to person" : "Sūtīt saiti personai pa e-pastu", + "Send" : "Sūtīt", + "Set expiration date" : "Iestaties termiņa datumu", + "Expiration date" : "Termiņa datums", + "group" : "grupa", + "Resharing is not allowed" : "Atkārtota dalīšanās nav atļauta", + "Shared in {item} with {user}" : "Dalījās ar {item} ar {user}", + "Unshare" : "Pārtraukt dalīšanos", + "can edit" : "var rediģēt", + "access control" : "piekļuves vadība", + "create" : "izveidot", + "update" : "atjaunināt", + "delete" : "dzēst", + "Password protected" : "Aizsargāts ar paroli", + "Error unsetting expiration date" : "Kļūda, noņemot termiņa datumu", + "Error setting expiration date" : "Kļūda, iestatot termiņa datumu", + "Sending ..." : "Sūta...", + "Email sent" : "Vēstule nosūtīta", + "Warning" : "Brīdinājums", + "The object type is not specified." : "Nav norādīts objekta tips.", + "Delete" : "Dzēst", + "Add" : "Pievienot", + "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}", + "You will receive a link to reset your password via Email." : "Jūs savā epastā saņemsiet interneta saiti, caur kuru varēsiet atjaunot paroli.", + "Username" : "Lietotājvārds", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Jūsu faili ir šifrēti. Ja nav iespējota atgūšanas kods, tad nebūs iespēja atjaunot jūsu failus pēc tam kad tiks mainīta parole. ja neesat pārliecināts kā rīkoties, jautājiet administratoram. Vai tiešam vēlaties turpināt?", + "Yes, I really want to reset my password now" : "Jā, Es tiešām vēlos mainīt savu paroli", + "New password" : "Jauna parole", + "Personal" : "Personīgi", + "Users" : "Lietotāji", + "Apps" : "Lietotnes", + "Admin" : "Administratori", + "Help" : "Palīdzība", + "Access forbidden" : "Pieeja ir liegta", + "Security Warning" : "Brīdinājums par drošību", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Jūsu PHP ir ievainojamība pret NULL Byte uzbrukumiem (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Lūdzu atjauniniet PHP instalāciju lai varētu droši izmantot %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Visticamāk, jūsu datu direktorija un datnes ir pieejamas no interneta, jo .htaccess datne nedarbojas.", + "For information how to properly configure your server, please see the documentation." : "Vairāk informācijai kā konfigurēt serveri, lūdzu skatiet dokumentāciju.", + "Create an admin account" : "Izveidot administratora kontu", + "Password" : "Parole", + "Data folder" : "Datu mape", + "Configure the database" : "Konfigurēt datubāzi", + "Database user" : "Datubāzes lietotājs", + "Database password" : "Datubāzes parole", + "Database name" : "Datubāzes nosaukums", + "Database tablespace" : "Datubāzes tabulas telpa", + "Database host" : "Datubāzes serveris", + "Finish setup" : "Pabeigt iestatīšanu", + "%s is available. Get more information on how to update." : "%s ir pieejams. Uzziniet vairāk kā atjaunināt.", + "Log out" : "Izrakstīties", + "remember" : "atcerēties", + "Log in" : "Ierakstīties", + "Alternative Logins" : "Alternatīvās pieteikšanās" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/core/l10n/lv.json b/core/l10n/lv.json new file mode 100644 index 0000000000..a9eabfb928 --- /dev/null +++ b/core/l10n/lv.json @@ -0,0 +1,101 @@ +{ "translations": { + "Sunday" : "Svētdiena", + "Monday" : "Pirmdiena", + "Tuesday" : "Otrdiena", + "Wednesday" : "Trešdiena", + "Thursday" : "Ceturtdiena", + "Friday" : "Piektdiena", + "Saturday" : "Sestdiena", + "January" : "Janvāris", + "February" : "Februāris", + "March" : "Marts", + "April" : "Aprīlis", + "May" : "Maijs", + "June" : "Jūnijs", + "July" : "Jūlijs", + "August" : "Augusts", + "September" : "Septembris", + "October" : "Oktobris", + "November" : "Novembris", + "December" : "Decembris", + "Settings" : "Iestatījumi", + "Folder" : "Mape", + "Saving..." : "Saglabā...", + "Reset password" : "Mainīt paroli", + "No" : "Nē", + "Yes" : "Jā", + "Choose" : "Izvēlieties", + "Ok" : "Labi", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "New Files" : "Jaunās datnes", + "Cancel" : "Atcelt", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Jūsu serveris vēl nav pareizi iestatīts, lai ļautu sinhronizēt datnes, jo izskatās, ka WebDAV saskarne ir salauzta.", + "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." : "Šim serverim nav savienojums ar internetu. Tas nozīmē ka nebūs tādas iespējas kā ārējo datu nesēju montēšana, paziņojumi par atjauninājumiem vai citu izstrādātāju programmu uzstādīšana. Attālināta failu piekļuve vai paziņojumu epastu sūtīšana iespējams arī nedarbosies. Ir rekomendēts iespējot interneta savienojumu lai gūtu iespēju izmantotu visus risinājumus.", + "Shared" : "Kopīgs", + "Share" : "Dalīties", + "Error" : "Kļūda", + "Error while sharing" : "Kļūda, daloties", + "Error while unsharing" : "Kļūda, beidzot dalīties", + "Error while changing permissions" : "Kļūda, mainot atļaujas", + "Shared with you and the group {group} by {owner}" : "{owner} dalījās ar jums un grupu {group}", + "Shared with you by {owner}" : "{owner} dalījās ar jums", + "Password protect" : "Aizsargāt ar paroli", + "Allow Public Upload" : "Ļaut publisko augšupielādi.", + "Email link to person" : "Sūtīt saiti personai pa e-pastu", + "Send" : "Sūtīt", + "Set expiration date" : "Iestaties termiņa datumu", + "Expiration date" : "Termiņa datums", + "group" : "grupa", + "Resharing is not allowed" : "Atkārtota dalīšanās nav atļauta", + "Shared in {item} with {user}" : "Dalījās ar {item} ar {user}", + "Unshare" : "Pārtraukt dalīšanos", + "can edit" : "var rediģēt", + "access control" : "piekļuves vadība", + "create" : "izveidot", + "update" : "atjaunināt", + "delete" : "dzēst", + "Password protected" : "Aizsargāts ar paroli", + "Error unsetting expiration date" : "Kļūda, noņemot termiņa datumu", + "Error setting expiration date" : "Kļūda, iestatot termiņa datumu", + "Sending ..." : "Sūta...", + "Email sent" : "Vēstule nosūtīta", + "Warning" : "Brīdinājums", + "The object type is not specified." : "Nav norādīts objekta tips.", + "Delete" : "Dzēst", + "Add" : "Pievienot", + "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}", + "You will receive a link to reset your password via Email." : "Jūs savā epastā saņemsiet interneta saiti, caur kuru varēsiet atjaunot paroli.", + "Username" : "Lietotājvārds", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Jūsu faili ir šifrēti. Ja nav iespējota atgūšanas kods, tad nebūs iespēja atjaunot jūsu failus pēc tam kad tiks mainīta parole. ja neesat pārliecināts kā rīkoties, jautājiet administratoram. Vai tiešam vēlaties turpināt?", + "Yes, I really want to reset my password now" : "Jā, Es tiešām vēlos mainīt savu paroli", + "New password" : "Jauna parole", + "Personal" : "Personīgi", + "Users" : "Lietotāji", + "Apps" : "Lietotnes", + "Admin" : "Administratori", + "Help" : "Palīdzība", + "Access forbidden" : "Pieeja ir liegta", + "Security Warning" : "Brīdinājums par drošību", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Jūsu PHP ir ievainojamība pret NULL Byte uzbrukumiem (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Lūdzu atjauniniet PHP instalāciju lai varētu droši izmantot %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Visticamāk, jūsu datu direktorija un datnes ir pieejamas no interneta, jo .htaccess datne nedarbojas.", + "For information how to properly configure your server, please see the documentation." : "Vairāk informācijai kā konfigurēt serveri, lūdzu skatiet dokumentāciju.", + "Create an admin account" : "Izveidot administratora kontu", + "Password" : "Parole", + "Data folder" : "Datu mape", + "Configure the database" : "Konfigurēt datubāzi", + "Database user" : "Datubāzes lietotājs", + "Database password" : "Datubāzes parole", + "Database name" : "Datubāzes nosaukums", + "Database tablespace" : "Datubāzes tabulas telpa", + "Database host" : "Datubāzes serveris", + "Finish setup" : "Pabeigt iestatīšanu", + "%s is available. Get more information on how to update." : "%s ir pieejams. Uzziniet vairāk kā atjaunināt.", + "Log out" : "Izrakstīties", + "remember" : "atcerēties", + "Log in" : "Ierakstīties", + "Alternative Logins" : "Alternatīvās pieteikšanās" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/core/l10n/lv.php b/core/l10n/lv.php deleted file mode 100644 index 4ed068bf75..0000000000 --- a/core/l10n/lv.php +++ /dev/null @@ -1,102 +0,0 @@ - "Svētdiena", -"Monday" => "Pirmdiena", -"Tuesday" => "Otrdiena", -"Wednesday" => "Trešdiena", -"Thursday" => "Ceturtdiena", -"Friday" => "Piektdiena", -"Saturday" => "Sestdiena", -"January" => "Janvāris", -"February" => "Februāris", -"March" => "Marts", -"April" => "Aprīlis", -"May" => "Maijs", -"June" => "Jūnijs", -"July" => "Jūlijs", -"August" => "Augusts", -"September" => "Septembris", -"October" => "Oktobris", -"November" => "Novembris", -"December" => "Decembris", -"Settings" => "Iestatījumi", -"Folder" => "Mape", -"Saving..." => "Saglabā...", -"Reset password" => "Mainīt paroli", -"No" => "Nē", -"Yes" => "Jā", -"Choose" => "Izvēlieties", -"Ok" => "Labi", -"_{count} file conflict_::_{count} file conflicts_" => array("","",""), -"New Files" => "Jaunās datnes", -"Cancel" => "Atcelt", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Jūsu serveris vēl nav pareizi iestatīts, lai ļautu sinhronizēt datnes, jo izskatās, ka WebDAV saskarne ir salauzta.", -"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." => "Šim serverim nav savienojums ar internetu. Tas nozīmē ka nebūs tādas iespējas kā ārējo datu nesēju montēšana, paziņojumi par atjauninājumiem vai citu izstrādātāju programmu uzstādīšana. Attālināta failu piekļuve vai paziņojumu epastu sūtīšana iespējams arī nedarbosies. Ir rekomendēts iespējot interneta savienojumu lai gūtu iespēju izmantotu visus risinājumus.", -"Shared" => "Kopīgs", -"Share" => "Dalīties", -"Error" => "Kļūda", -"Error while sharing" => "Kļūda, daloties", -"Error while unsharing" => "Kļūda, beidzot dalīties", -"Error while changing permissions" => "Kļūda, mainot atļaujas", -"Shared with you and the group {group} by {owner}" => "{owner} dalījās ar jums un grupu {group}", -"Shared with you by {owner}" => "{owner} dalījās ar jums", -"Password protect" => "Aizsargāt ar paroli", -"Allow Public Upload" => "Ļaut publisko augšupielādi.", -"Email link to person" => "Sūtīt saiti personai pa e-pastu", -"Send" => "Sūtīt", -"Set expiration date" => "Iestaties termiņa datumu", -"Expiration date" => "Termiņa datums", -"group" => "grupa", -"Resharing is not allowed" => "Atkārtota dalīšanās nav atļauta", -"Shared in {item} with {user}" => "Dalījās ar {item} ar {user}", -"Unshare" => "Pārtraukt dalīšanos", -"can edit" => "var rediģēt", -"access control" => "piekļuves vadība", -"create" => "izveidot", -"update" => "atjaunināt", -"delete" => "dzēst", -"Password protected" => "Aizsargāts ar paroli", -"Error unsetting expiration date" => "Kļūda, noņemot termiņa datumu", -"Error setting expiration date" => "Kļūda, iestatot termiņa datumu", -"Sending ..." => "Sūta...", -"Email sent" => "Vēstule nosūtīta", -"Warning" => "Brīdinājums", -"The object type is not specified." => "Nav norādīts objekta tips.", -"Delete" => "Dzēst", -"Add" => "Pievienot", -"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}", -"You will receive a link to reset your password via Email." => "Jūs savā epastā saņemsiet interneta saiti, caur kuru varēsiet atjaunot paroli.", -"Username" => "Lietotājvārds", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Jūsu faili ir šifrēti. Ja nav iespējota atgūšanas kods, tad nebūs iespēja atjaunot jūsu failus pēc tam kad tiks mainīta parole. ja neesat pārliecināts kā rīkoties, jautājiet administratoram. Vai tiešam vēlaties turpināt?", -"Yes, I really want to reset my password now" => "Jā, Es tiešām vēlos mainīt savu paroli", -"New password" => "Jauna parole", -"Personal" => "Personīgi", -"Users" => "Lietotāji", -"Apps" => "Lietotnes", -"Admin" => "Administratori", -"Help" => "Palīdzība", -"Access forbidden" => "Pieeja ir liegta", -"Security Warning" => "Brīdinājums par drošību", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Jūsu PHP ir ievainojamība pret NULL Byte uzbrukumiem (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Lūdzu atjauniniet PHP instalāciju lai varētu droši izmantot %s.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Visticamāk, jūsu datu direktorija un datnes ir pieejamas no interneta, jo .htaccess datne nedarbojas.", -"For information how to properly configure your server, please see the documentation." => "Vairāk informācijai kā konfigurēt serveri, lūdzu skatiet dokumentāciju.", -"Create an admin account" => "Izveidot administratora kontu", -"Password" => "Parole", -"Data folder" => "Datu mape", -"Configure the database" => "Konfigurēt datubāzi", -"Database user" => "Datubāzes lietotājs", -"Database password" => "Datubāzes parole", -"Database name" => "Datubāzes nosaukums", -"Database tablespace" => "Datubāzes tabulas telpa", -"Database host" => "Datubāzes serveris", -"Finish setup" => "Pabeigt iestatīšanu", -"%s is available. Get more information on how to update." => "%s ir pieejams. Uzziniet vairāk kā atjaunināt.", -"Log out" => "Izrakstīties", -"remember" => "atcerēties", -"Log in" => "Ierakstīties", -"Alternative Logins" => "Alternatīvās pieteikšanās" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/core/l10n/mg.js b/core/l10n/mg.js new file mode 100644 index 0000000000..bc4e6c6bc6 --- /dev/null +++ b/core/l10n/mg.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/mg.json b/core/l10n/mg.json new file mode 100644 index 0000000000..4ebc0d2d45 --- /dev/null +++ b/core/l10n/mg.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/mg.php b/core/l10n/mg.php deleted file mode 100644 index e012fb1656..0000000000 --- a/core/l10n/mg.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/mk.js b/core/l10n/mk.js new file mode 100644 index 0000000000..1104f50f25 --- /dev/null +++ b/core/l10n/mk.js @@ -0,0 +1,131 @@ +OC.L10N.register( + "core", + { + "Turned on maintenance mode" : "Вклучен е модот за одржување", + "Turned off maintenance mode" : "Ислкучен е модот за одржување", + "Updated database" : "Базата е надградена", + "No image or file provided" : "Не е доставена фотографија или датотека", + "Unknown filetype" : "Непознат тип на датотека", + "Invalid image" : "Невалидна фотографија", + "Sunday" : "Недела", + "Monday" : "Понеделник", + "Tuesday" : "Вторник", + "Wednesday" : "Среда", + "Thursday" : "Четврток", + "Friday" : "Петок", + "Saturday" : "Сабота", + "January" : "Јануари", + "February" : "Февруари", + "March" : "Март", + "April" : "Април", + "May" : "Мај", + "June" : "Јуни", + "July" : "Јули", + "August" : "Август", + "September" : "Септември", + "October" : "Октомври", + "November" : "Ноември", + "December" : "Декември", + "Settings" : "Подесувања", + "Folder" : "Папка", + "Saving..." : "Снимам...", + "Reset password" : "Ресетирај лозинка", + "No" : "Не", + "Yes" : "Да", + "Choose" : "Избери", + "Ok" : "Во ред", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "One file conflict" : "Конфликт со една датотека", + "Cancel" : "Откажи", + "Continue" : "Продолжи", + "(all selected)" : "(сите одбрани)", + "({count} selected)" : "({count} одбраните)", + "Error loading file exists template" : "Грешка при вчитување на датотеката, шаблонот постои ", + "Very weak password" : "Многу слаба лозинка", + "Weak password" : "Слаба лозинка", + "So-so password" : "Така така лозинка", + "Good password" : "Добра лозинка", + "Strong password" : "Јака лозинка", + "Shared" : "Споделен", + "Share" : "Сподели", + "Error" : "Грешка", + "Error while sharing" : "Грешка при споделување", + "Error while unsharing" : "Грешка при прекин на споделување", + "Error while changing permissions" : "Грешка при промена на привилегии", + "Shared with you and the group {group} by {owner}" : "Споделено со Вас и групата {group} од {owner}", + "Shared with you by {owner}" : "Споделено со Вас од {owner}", + "Share link" : "Сподели ја врската", + "Password protect" : "Заштити со лозинка", + "Allow Public Upload" : "Дозволи јавен аплоуд", + "Email link to person" : "Прати врска по е-пошта на личност", + "Send" : "Прати", + "Set expiration date" : "Постави рок на траење", + "Expiration date" : "Рок на траење", + "group" : "група", + "Resharing is not allowed" : "Повторно споделување не е дозволено", + "Shared in {item} with {user}" : "Споделено во {item} со {user}", + "Unshare" : "Не споделувај", + "notify by email" : "извести преку електронска пошта", + "can edit" : "може да се измени", + "access control" : "контрола на пристап", + "create" : "креирај", + "update" : "ажурирај", + "delete" : "избриши", + "Password protected" : "Заштитено со лозинка", + "Error unsetting expiration date" : "Грешка при тргање на рокот на траење", + "Error setting expiration date" : "Грешка при поставување на рок на траење", + "Sending ..." : "Праќање...", + "Email sent" : "Е-порака пратена", + "Warning" : "Предупредување", + "The object type is not specified." : "Не е специфициран типот на објект.", + "Enter new" : "Внеси нов", + "Delete" : "Избриши", + "Add" : "Додади", + "Edit tags" : "Уреди ги таговите", + "No tags selected for deletion." : "Не се селектирани тагови за бришење.", + "The update was successful. Redirecting you to ownCloud now." : "Надградбата беше успешна. Веднаш ве префрлам на вашиот ownCloud.", + "%s password reset" : "%s ресетирање на лозинката", + "Use the following link to reset your password: {link}" : "Користете ја следната врска да ја ресетирате Вашата лозинка: {link}", + "You will receive a link to reset your password via Email." : "Ќе добиете врска по е-пошта за да може да ја ресетирате Вашата лозинка.", + "Username" : "Корисничко име", + "Yes, I really want to reset my password now" : "Да, јас сега навистина сакам да ја поништам својата лозинка", + "Reset" : "Поништи", + "New password" : "Нова лозинка", + "Personal" : "Лично", + "Users" : "Корисници", + "Apps" : "Аппликации", + "Admin" : "Админ", + "Help" : "Помош", + "Error loading tags" : "Грешка при вчитување на таговите", + "Tag already exists" : "Тагот веќе постои", + "Error deleting tag(s)" : "Грешка при бришење на таго(вите)", + "Error tagging" : "Грешка при тагување", + "Error untagging" : "Грешка при отстранување на таговите", + "Error favoriting" : "Грешка при ", + "Access forbidden" : "Забранет пристап", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Здраво,\n\nСамо да ве известам дека %s shared %s with you.\nView it: %s\n\n", + "Cheers!" : "Поздрав!", + "Security Warning" : "Безбедносно предупредување", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Вашата верзија на PHP е ранлива на NULL Byte attack (CVE-2006-7243)", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Вашиот директориум со податоци и датотеки се веројатно достапни преку интенернт поради што .htaccess датотеката не функционира.", + "Create an admin account" : "Направете администраторска сметка", + "Password" : "Лозинка", + "Data folder" : "Фолдер со податоци", + "Configure the database" : "Конфигурирај ја базата", + "Database user" : "Корисник на база", + "Database password" : "Лозинка на база", + "Database name" : "Име на база", + "Database tablespace" : "Табела во базата на податоци", + "Database host" : "Сервер со база", + "Finish setup" : "Заврши го подесувањето", + "Finishing …" : "Завршувам ...", + "Log out" : "Одјава", + "Server side authentication failed!" : "Автентификацијата на серверската страна е неуспешна!", + "Please contact your administrator." : "Ве молиме контактирајте го вашиот администратор.", + "remember" : "запамти", + "Log in" : "Најава", + "Alternative Logins" : "Алтернативни најавувања", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно.", + "Thank you for your patience." : "Благодариме на вашето трпение." +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/core/l10n/mk.json b/core/l10n/mk.json new file mode 100644 index 0000000000..1301731bf9 --- /dev/null +++ b/core/l10n/mk.json @@ -0,0 +1,129 @@ +{ "translations": { + "Turned on maintenance mode" : "Вклучен е модот за одржување", + "Turned off maintenance mode" : "Ислкучен е модот за одржување", + "Updated database" : "Базата е надградена", + "No image or file provided" : "Не е доставена фотографија или датотека", + "Unknown filetype" : "Непознат тип на датотека", + "Invalid image" : "Невалидна фотографија", + "Sunday" : "Недела", + "Monday" : "Понеделник", + "Tuesday" : "Вторник", + "Wednesday" : "Среда", + "Thursday" : "Четврток", + "Friday" : "Петок", + "Saturday" : "Сабота", + "January" : "Јануари", + "February" : "Февруари", + "March" : "Март", + "April" : "Април", + "May" : "Мај", + "June" : "Јуни", + "July" : "Јули", + "August" : "Август", + "September" : "Септември", + "October" : "Октомври", + "November" : "Ноември", + "December" : "Декември", + "Settings" : "Подесувања", + "Folder" : "Папка", + "Saving..." : "Снимам...", + "Reset password" : "Ресетирај лозинка", + "No" : "Не", + "Yes" : "Да", + "Choose" : "Избери", + "Ok" : "Во ред", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "One file conflict" : "Конфликт со една датотека", + "Cancel" : "Откажи", + "Continue" : "Продолжи", + "(all selected)" : "(сите одбрани)", + "({count} selected)" : "({count} одбраните)", + "Error loading file exists template" : "Грешка при вчитување на датотеката, шаблонот постои ", + "Very weak password" : "Многу слаба лозинка", + "Weak password" : "Слаба лозинка", + "So-so password" : "Така така лозинка", + "Good password" : "Добра лозинка", + "Strong password" : "Јака лозинка", + "Shared" : "Споделен", + "Share" : "Сподели", + "Error" : "Грешка", + "Error while sharing" : "Грешка при споделување", + "Error while unsharing" : "Грешка при прекин на споделување", + "Error while changing permissions" : "Грешка при промена на привилегии", + "Shared with you and the group {group} by {owner}" : "Споделено со Вас и групата {group} од {owner}", + "Shared with you by {owner}" : "Споделено со Вас од {owner}", + "Share link" : "Сподели ја врската", + "Password protect" : "Заштити со лозинка", + "Allow Public Upload" : "Дозволи јавен аплоуд", + "Email link to person" : "Прати врска по е-пошта на личност", + "Send" : "Прати", + "Set expiration date" : "Постави рок на траење", + "Expiration date" : "Рок на траење", + "group" : "група", + "Resharing is not allowed" : "Повторно споделување не е дозволено", + "Shared in {item} with {user}" : "Споделено во {item} со {user}", + "Unshare" : "Не споделувај", + "notify by email" : "извести преку електронска пошта", + "can edit" : "може да се измени", + "access control" : "контрола на пристап", + "create" : "креирај", + "update" : "ажурирај", + "delete" : "избриши", + "Password protected" : "Заштитено со лозинка", + "Error unsetting expiration date" : "Грешка при тргање на рокот на траење", + "Error setting expiration date" : "Грешка при поставување на рок на траење", + "Sending ..." : "Праќање...", + "Email sent" : "Е-порака пратена", + "Warning" : "Предупредување", + "The object type is not specified." : "Не е специфициран типот на објект.", + "Enter new" : "Внеси нов", + "Delete" : "Избриши", + "Add" : "Додади", + "Edit tags" : "Уреди ги таговите", + "No tags selected for deletion." : "Не се селектирани тагови за бришење.", + "The update was successful. Redirecting you to ownCloud now." : "Надградбата беше успешна. Веднаш ве префрлам на вашиот ownCloud.", + "%s password reset" : "%s ресетирање на лозинката", + "Use the following link to reset your password: {link}" : "Користете ја следната врска да ја ресетирате Вашата лозинка: {link}", + "You will receive a link to reset your password via Email." : "Ќе добиете врска по е-пошта за да може да ја ресетирате Вашата лозинка.", + "Username" : "Корисничко име", + "Yes, I really want to reset my password now" : "Да, јас сега навистина сакам да ја поништам својата лозинка", + "Reset" : "Поништи", + "New password" : "Нова лозинка", + "Personal" : "Лично", + "Users" : "Корисници", + "Apps" : "Аппликации", + "Admin" : "Админ", + "Help" : "Помош", + "Error loading tags" : "Грешка при вчитување на таговите", + "Tag already exists" : "Тагот веќе постои", + "Error deleting tag(s)" : "Грешка при бришење на таго(вите)", + "Error tagging" : "Грешка при тагување", + "Error untagging" : "Грешка при отстранување на таговите", + "Error favoriting" : "Грешка при ", + "Access forbidden" : "Забранет пристап", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Здраво,\n\nСамо да ве известам дека %s shared %s with you.\nView it: %s\n\n", + "Cheers!" : "Поздрав!", + "Security Warning" : "Безбедносно предупредување", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Вашата верзија на PHP е ранлива на NULL Byte attack (CVE-2006-7243)", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Вашиот директориум со податоци и датотеки се веројатно достапни преку интенернт поради што .htaccess датотеката не функционира.", + "Create an admin account" : "Направете администраторска сметка", + "Password" : "Лозинка", + "Data folder" : "Фолдер со податоци", + "Configure the database" : "Конфигурирај ја базата", + "Database user" : "Корисник на база", + "Database password" : "Лозинка на база", + "Database name" : "Име на база", + "Database tablespace" : "Табела во базата на податоци", + "Database host" : "Сервер со база", + "Finish setup" : "Заврши го подесувањето", + "Finishing …" : "Завршувам ...", + "Log out" : "Одјава", + "Server side authentication failed!" : "Автентификацијата на серверската страна е неуспешна!", + "Please contact your administrator." : "Ве молиме контактирајте го вашиот администратор.", + "remember" : "запамти", + "Log in" : "Најава", + "Alternative Logins" : "Алтернативни најавувања", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно.", + "Thank you for your patience." : "Благодариме на вашето трпение." +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/core/l10n/mk.php b/core/l10n/mk.php deleted file mode 100644 index ed41f26460..0000000000 --- a/core/l10n/mk.php +++ /dev/null @@ -1,130 +0,0 @@ - "Вклучен е модот за одржување", -"Turned off maintenance mode" => "Ислкучен е модот за одржување", -"Updated database" => "Базата е надградена", -"No image or file provided" => "Не е доставена фотографија или датотека", -"Unknown filetype" => "Непознат тип на датотека", -"Invalid image" => "Невалидна фотографија", -"Sunday" => "Недела", -"Monday" => "Понеделник", -"Tuesday" => "Вторник", -"Wednesday" => "Среда", -"Thursday" => "Четврток", -"Friday" => "Петок", -"Saturday" => "Сабота", -"January" => "Јануари", -"February" => "Февруари", -"March" => "Март", -"April" => "Април", -"May" => "Мај", -"June" => "Јуни", -"July" => "Јули", -"August" => "Август", -"September" => "Септември", -"October" => "Октомври", -"November" => "Ноември", -"December" => "Декември", -"Settings" => "Подесувања", -"Folder" => "Папка", -"Saving..." => "Снимам...", -"Reset password" => "Ресетирај лозинка", -"No" => "Не", -"Yes" => "Да", -"Choose" => "Избери", -"Ok" => "Во ред", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"One file conflict" => "Конфликт со една датотека", -"Cancel" => "Откажи", -"Continue" => "Продолжи", -"(all selected)" => "(сите одбрани)", -"({count} selected)" => "({count} одбраните)", -"Error loading file exists template" => "Грешка при вчитување на датотеката, шаблонот постои ", -"Very weak password" => "Многу слаба лозинка", -"Weak password" => "Слаба лозинка", -"So-so password" => "Така така лозинка", -"Good password" => "Добра лозинка", -"Strong password" => "Јака лозинка", -"Shared" => "Споделен", -"Share" => "Сподели", -"Error" => "Грешка", -"Error while sharing" => "Грешка при споделување", -"Error while unsharing" => "Грешка при прекин на споделување", -"Error while changing permissions" => "Грешка при промена на привилегии", -"Shared with you and the group {group} by {owner}" => "Споделено со Вас и групата {group} од {owner}", -"Shared with you by {owner}" => "Споделено со Вас од {owner}", -"Share link" => "Сподели ја врската", -"Password protect" => "Заштити со лозинка", -"Allow Public Upload" => "Дозволи јавен аплоуд", -"Email link to person" => "Прати врска по е-пошта на личност", -"Send" => "Прати", -"Set expiration date" => "Постави рок на траење", -"Expiration date" => "Рок на траење", -"group" => "група", -"Resharing is not allowed" => "Повторно споделување не е дозволено", -"Shared in {item} with {user}" => "Споделено во {item} со {user}", -"Unshare" => "Не споделувај", -"notify by email" => "извести преку електронска пошта", -"can edit" => "може да се измени", -"access control" => "контрола на пристап", -"create" => "креирај", -"update" => "ажурирај", -"delete" => "избриши", -"Password protected" => "Заштитено со лозинка", -"Error unsetting expiration date" => "Грешка при тргање на рокот на траење", -"Error setting expiration date" => "Грешка при поставување на рок на траење", -"Sending ..." => "Праќање...", -"Email sent" => "Е-порака пратена", -"Warning" => "Предупредување", -"The object type is not specified." => "Не е специфициран типот на објект.", -"Enter new" => "Внеси нов", -"Delete" => "Избриши", -"Add" => "Додади", -"Edit tags" => "Уреди ги таговите", -"No tags selected for deletion." => "Не се селектирани тагови за бришење.", -"The update was successful. Redirecting you to ownCloud now." => "Надградбата беше успешна. Веднаш ве префрлам на вашиот ownCloud.", -"%s password reset" => "%s ресетирање на лозинката", -"Use the following link to reset your password: {link}" => "Користете ја следната врска да ја ресетирате Вашата лозинка: {link}", -"You will receive a link to reset your password via Email." => "Ќе добиете врска по е-пошта за да може да ја ресетирате Вашата лозинка.", -"Username" => "Корисничко име", -"Yes, I really want to reset my password now" => "Да, јас сега навистина сакам да ја поништам својата лозинка", -"Reset" => "Поништи", -"New password" => "Нова лозинка", -"Personal" => "Лично", -"Users" => "Корисници", -"Apps" => "Аппликации", -"Admin" => "Админ", -"Help" => "Помош", -"Error loading tags" => "Грешка при вчитување на таговите", -"Tag already exists" => "Тагот веќе постои", -"Error deleting tag(s)" => "Грешка при бришење на таго(вите)", -"Error tagging" => "Грешка при тагување", -"Error untagging" => "Грешка при отстранување на таговите", -"Error favoriting" => "Грешка при ", -"Access forbidden" => "Забранет пристап", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Здраво,\n\nСамо да ве известам дека %s shared %s with you.\nView it: %s\n\n", -"Cheers!" => "Поздрав!", -"Security Warning" => "Безбедносно предупредување", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Вашата верзија на PHP е ранлива на NULL Byte attack (CVE-2006-7243)", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Вашиот директориум со податоци и датотеки се веројатно достапни преку интенернт поради што .htaccess датотеката не функционира.", -"Create an admin account" => "Направете администраторска сметка", -"Password" => "Лозинка", -"Data folder" => "Фолдер со податоци", -"Configure the database" => "Конфигурирај ја базата", -"Database user" => "Корисник на база", -"Database password" => "Лозинка на база", -"Database name" => "Име на база", -"Database tablespace" => "Табела во базата на податоци", -"Database host" => "Сервер со база", -"Finish setup" => "Заврши го подесувањето", -"Finishing …" => "Завршувам ...", -"Log out" => "Одјава", -"Server side authentication failed!" => "Автентификацијата на серверската страна е неуспешна!", -"Please contact your administrator." => "Ве молиме контактирајте го вашиот администратор.", -"remember" => "запамти", -"Log in" => "Најава", -"Alternative Logins" => "Алтернативни најавувања", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно.", -"Thank you for your patience." => "Благодариме на вашето трпение." -); -$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/core/l10n/ml.js b/core/l10n/ml.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/ml.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/ml.json b/core/l10n/ml.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/ml.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/ml.php b/core/l10n/ml.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/ml.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ml_IN.js b/core/l10n/ml_IN.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/ml_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/ml_IN.json b/core/l10n/ml_IN.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/ml_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/ml_IN.php b/core/l10n/ml_IN.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/ml_IN.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/mn.js b/core/l10n/mn.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/mn.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/mn.json b/core/l10n/mn.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/mn.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/mn.php b/core/l10n/mn.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/mn.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ms_MY.js b/core/l10n/ms_MY.js new file mode 100644 index 0000000000..e59d7eafff --- /dev/null +++ b/core/l10n/ms_MY.js @@ -0,0 +1,64 @@ +OC.L10N.register( + "core", + { + "Sunday" : "Ahad", + "Monday" : "Isnin", + "Tuesday" : "Selasa", + "Wednesday" : "Rabu", + "Thursday" : "Khamis", + "Friday" : "Jumaat", + "Saturday" : "Sabtu", + "January" : "Januari", + "February" : "Februari", + "March" : "Mac", + "April" : "April", + "May" : "Mei", + "June" : "Jun", + "July" : "Julai", + "August" : "Ogos", + "September" : "September", + "October" : "Oktober", + "November" : "November", + "December" : "Disember", + "Settings" : "Tetapan", + "Folder" : "Folder", + "Saving..." : "Simpan...", + "Reset password" : "Penetapan semula kata laluan", + "No" : "Tidak", + "Yes" : "Ya", + "Ok" : "Ok", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "Cancel" : "Batal", + "Share" : "Kongsi", + "Error" : "Ralat", + "group" : "kumpulan", + "can share" : "boleh berkongsi", + "can edit" : "boleh mengubah", + "Warning" : "Amaran", + "Delete" : "Padam", + "Add" : "Tambah", + "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", + "New password" : "Kata laluan baru", + "Personal" : "Peribadi", + "Users" : "Pengguna", + "Apps" : "Aplikasi", + "Admin" : "Admin", + "Help" : "Bantuan", + "Access forbidden" : "Larangan akses", + "Security Warning" : "Amaran keselamatan", + "Create an admin account" : "buat akaun admin", + "Password" : "Kata laluan", + "Data folder" : "Fail data", + "Configure the database" : "Konfigurasi pangkalan data", + "Database user" : "Nama pengguna pangkalan data", + "Database password" : "Kata laluan pangkalan data", + "Database name" : "Nama pangkalan data", + "Database host" : "Hos pangkalan data", + "Finish setup" : "Setup selesai", + "Log out" : "Log keluar", + "remember" : "ingat", + "Log in" : "Log masuk" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/ms_MY.json b/core/l10n/ms_MY.json new file mode 100644 index 0000000000..5a18fca03d --- /dev/null +++ b/core/l10n/ms_MY.json @@ -0,0 +1,62 @@ +{ "translations": { + "Sunday" : "Ahad", + "Monday" : "Isnin", + "Tuesday" : "Selasa", + "Wednesday" : "Rabu", + "Thursday" : "Khamis", + "Friday" : "Jumaat", + "Saturday" : "Sabtu", + "January" : "Januari", + "February" : "Februari", + "March" : "Mac", + "April" : "April", + "May" : "Mei", + "June" : "Jun", + "July" : "Julai", + "August" : "Ogos", + "September" : "September", + "October" : "Oktober", + "November" : "November", + "December" : "Disember", + "Settings" : "Tetapan", + "Folder" : "Folder", + "Saving..." : "Simpan...", + "Reset password" : "Penetapan semula kata laluan", + "No" : "Tidak", + "Yes" : "Ya", + "Ok" : "Ok", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "Cancel" : "Batal", + "Share" : "Kongsi", + "Error" : "Ralat", + "group" : "kumpulan", + "can share" : "boleh berkongsi", + "can edit" : "boleh mengubah", + "Warning" : "Amaran", + "Delete" : "Padam", + "Add" : "Tambah", + "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", + "New password" : "Kata laluan baru", + "Personal" : "Peribadi", + "Users" : "Pengguna", + "Apps" : "Aplikasi", + "Admin" : "Admin", + "Help" : "Bantuan", + "Access forbidden" : "Larangan akses", + "Security Warning" : "Amaran keselamatan", + "Create an admin account" : "buat akaun admin", + "Password" : "Kata laluan", + "Data folder" : "Fail data", + "Configure the database" : "Konfigurasi pangkalan data", + "Database user" : "Nama pengguna pangkalan data", + "Database password" : "Kata laluan pangkalan data", + "Database name" : "Nama pangkalan data", + "Database host" : "Hos pangkalan data", + "Finish setup" : "Setup selesai", + "Log out" : "Log keluar", + "remember" : "ingat", + "Log in" : "Log masuk" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/ms_MY.php b/core/l10n/ms_MY.php deleted file mode 100644 index 414b190fe6..0000000000 --- a/core/l10n/ms_MY.php +++ /dev/null @@ -1,63 +0,0 @@ - "Ahad", -"Monday" => "Isnin", -"Tuesday" => "Selasa", -"Wednesday" => "Rabu", -"Thursday" => "Khamis", -"Friday" => "Jumaat", -"Saturday" => "Sabtu", -"January" => "Januari", -"February" => "Februari", -"March" => "Mac", -"April" => "April", -"May" => "Mei", -"June" => "Jun", -"July" => "Julai", -"August" => "Ogos", -"September" => "September", -"October" => "Oktober", -"November" => "November", -"December" => "Disember", -"Settings" => "Tetapan", -"Folder" => "Folder", -"Saving..." => "Simpan...", -"Reset password" => "Penetapan semula kata laluan", -"No" => "Tidak", -"Yes" => "Ya", -"Ok" => "Ok", -"_{count} file conflict_::_{count} file conflicts_" => array(""), -"Cancel" => "Batal", -"Share" => "Kongsi", -"Error" => "Ralat", -"group" => "kumpulan", -"can share" => "boleh berkongsi", -"can edit" => "boleh mengubah", -"Warning" => "Amaran", -"Delete" => "Padam", -"Add" => "Tambah", -"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", -"New password" => "Kata laluan baru", -"Personal" => "Peribadi", -"Users" => "Pengguna", -"Apps" => "Aplikasi", -"Admin" => "Admin", -"Help" => "Bantuan", -"Access forbidden" => "Larangan akses", -"Security Warning" => "Amaran keselamatan", -"Create an admin account" => "buat akaun admin", -"Password" => "Kata laluan", -"Data folder" => "Fail data", -"Configure the database" => "Konfigurasi pangkalan data", -"Database user" => "Nama pengguna pangkalan data", -"Database password" => "Kata laluan pangkalan data", -"Database name" => "Nama pangkalan data", -"Database host" => "Hos pangkalan data", -"Finish setup" => "Setup selesai", -"Log out" => "Log keluar", -"remember" => "ingat", -"Log in" => "Log masuk" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/mt_MT.js b/core/l10n/mt_MT.js new file mode 100644 index 0000000000..67c2c3e89f --- /dev/null +++ b/core/l10n/mt_MT.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : ["","","",""] +}, +"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 new file mode 100644 index 0000000000..3a66955ce4 --- /dev/null +++ b/core/l10n/mt_MT.json @@ -0,0 +1,4 @@ +{ "translations": { + "_{count} file conflict_::_{count} file conflicts_" : ["","","",""] +},"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/mt_MT.php b/core/l10n/mt_MT.php deleted file mode 100644 index 98de84e331..0000000000 --- a/core/l10n/mt_MT.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","","","") -); -$PLURAL_FORMS = "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/my_MM.js b/core/l10n/my_MM.js new file mode 100644 index 0000000000..2263405903 --- /dev/null +++ b/core/l10n/my_MM.js @@ -0,0 +1,48 @@ +OC.L10N.register( + "core", + { + "January" : "ဇန်နဝါရီ", + "February" : "ဖေဖော်ဝါရီ", + "March" : "မတ်", + "April" : "ဧပြီ", + "May" : "မေ", + "June" : "ဇွန်", + "July" : "ဇူလိုင်", + "August" : "ဩဂုတ်", + "September" : "စက်တင်ဘာ", + "October" : "အောက်တိုဘာ", + "November" : "နိုဝင်ဘာ", + "December" : "ဒီဇင်ဘာ", + "No" : "မဟုတ်ဘူး", + "Yes" : "ဟုတ်", + "Choose" : "ရွေးချယ်", + "Ok" : "အိုကေ", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "Cancel" : "ပယ်ဖျက်မည်", + "Set expiration date" : "သက်တမ်းကုန်ဆုံးမည့်ရက်သတ်မှတ်မည်", + "Expiration date" : "သက်တမ်းကုန်ဆုံးမည့်ရက်", + "Resharing is not allowed" : "ပြန်လည်ဝေမျှခြင်းခွင့်မပြုပါ", + "can edit" : "ပြင်ဆင်နိုင်", + "create" : "ဖန်တီးမည်", + "delete" : "ဖျက်မည်", + "Password protected" : "စကားဝှက်ဖြင့်ကာကွယ်ထားသည်", + "Add" : "ပေါင်းထည့်", + "You will receive a link to reset your password via Email." : "အီးမေးလ်မှတစ်ဆင့် သင်၏စကားဝှက်ကို ပြန်ဖော်ရန်အတွက် Link တစ်ခုလက်ခံရရှိပါလိမ့်မယ်။", + "Username" : "သုံးစွဲသူအမည်", + "New password" : "စကားဝှက်အသစ်", + "Users" : "သုံးစွဲသူ", + "Apps" : "Apps", + "Admin" : "အက်ဒမင်", + "Help" : "အကူအညီ", + "Security Warning" : "လုံခြုံရေးသတိပေးချက်", + "Create an admin account" : "အက်ဒမင်အကောင့်တစ်ခုဖန်တီးမည်", + "Password" : "စကားဝှက်", + "Data folder" : "အချက်အလက်ဖိုလ်ဒါလ်", + "Database user" : "Database သုံးစွဲသူ", + "Database password" : "Database စကားဝှက်", + "Database name" : "Database အမည်", + "Finish setup" : "တပ်ဆင်ခြင်းပြီးပါပြီ။", + "remember" : "မှတ်မိစေသည်", + "Log in" : "ဝင်ရောက်ရန်" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/my_MM.json b/core/l10n/my_MM.json new file mode 100644 index 0000000000..f1cf06aa7b --- /dev/null +++ b/core/l10n/my_MM.json @@ -0,0 +1,46 @@ +{ "translations": { + "January" : "ဇန်နဝါရီ", + "February" : "ဖေဖော်ဝါရီ", + "March" : "မတ်", + "April" : "ဧပြီ", + "May" : "မေ", + "June" : "ဇွန်", + "July" : "ဇူလိုင်", + "August" : "ဩဂုတ်", + "September" : "စက်တင်ဘာ", + "October" : "အောက်တိုဘာ", + "November" : "နိုဝင်ဘာ", + "December" : "ဒီဇင်ဘာ", + "No" : "မဟုတ်ဘူး", + "Yes" : "ဟုတ်", + "Choose" : "ရွေးချယ်", + "Ok" : "အိုကေ", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "Cancel" : "ပယ်ဖျက်မည်", + "Set expiration date" : "သက်တမ်းကုန်ဆုံးမည့်ရက်သတ်မှတ်မည်", + "Expiration date" : "သက်တမ်းကုန်ဆုံးမည့်ရက်", + "Resharing is not allowed" : "ပြန်လည်ဝေမျှခြင်းခွင့်မပြုပါ", + "can edit" : "ပြင်ဆင်နိုင်", + "create" : "ဖန်တီးမည်", + "delete" : "ဖျက်မည်", + "Password protected" : "စကားဝှက်ဖြင့်ကာကွယ်ထားသည်", + "Add" : "ပေါင်းထည့်", + "You will receive a link to reset your password via Email." : "အီးမေးလ်မှတစ်ဆင့် သင်၏စကားဝှက်ကို ပြန်ဖော်ရန်အတွက် Link တစ်ခုလက်ခံရရှိပါလိမ့်မယ်။", + "Username" : "သုံးစွဲသူအမည်", + "New password" : "စကားဝှက်အသစ်", + "Users" : "သုံးစွဲသူ", + "Apps" : "Apps", + "Admin" : "အက်ဒမင်", + "Help" : "အကူအညီ", + "Security Warning" : "လုံခြုံရေးသတိပေးချက်", + "Create an admin account" : "အက်ဒမင်အကောင့်တစ်ခုဖန်တီးမည်", + "Password" : "စကားဝှက်", + "Data folder" : "အချက်အလက်ဖိုလ်ဒါလ်", + "Database user" : "Database သုံးစွဲသူ", + "Database password" : "Database စကားဝှက်", + "Database name" : "Database အမည်", + "Finish setup" : "တပ်ဆင်ခြင်းပြီးပါပြီ။", + "remember" : "မှတ်မိစေသည်", + "Log in" : "ဝင်ရောက်ရန်" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/my_MM.php b/core/l10n/my_MM.php deleted file mode 100644 index eec7631728..0000000000 --- a/core/l10n/my_MM.php +++ /dev/null @@ -1,47 +0,0 @@ - "ဇန်နဝါရီ", -"February" => "ဖေဖော်ဝါရီ", -"March" => "မတ်", -"April" => "ဧပြီ", -"May" => "မေ", -"June" => "ဇွန်", -"July" => "ဇူလိုင်", -"August" => "ဩဂုတ်", -"September" => "စက်တင်ဘာ", -"October" => "အောက်တိုဘာ", -"November" => "နိုဝင်ဘာ", -"December" => "ဒီဇင်ဘာ", -"No" => "မဟုတ်ဘူး", -"Yes" => "ဟုတ်", -"Choose" => "ရွေးချယ်", -"Ok" => "အိုကေ", -"_{count} file conflict_::_{count} file conflicts_" => array(""), -"Cancel" => "ပယ်ဖျက်မည်", -"Set expiration date" => "သက်တမ်းကုန်ဆုံးမည့်ရက်သတ်မှတ်မည်", -"Expiration date" => "သက်တမ်းကုန်ဆုံးမည့်ရက်", -"Resharing is not allowed" => "ပြန်လည်ဝေမျှခြင်းခွင့်မပြုပါ", -"can edit" => "ပြင်ဆင်နိုင်", -"create" => "ဖန်တီးမည်", -"delete" => "ဖျက်မည်", -"Password protected" => "စကားဝှက်ဖြင့်ကာကွယ်ထားသည်", -"Add" => "ပေါင်းထည့်", -"You will receive a link to reset your password via Email." => "အီးမေးလ်မှတစ်ဆင့် သင်၏စကားဝှက်ကို ပြန်ဖော်ရန်အတွက် Link တစ်ခုလက်ခံရရှိပါလိမ့်မယ်။", -"Username" => "သုံးစွဲသူအမည်", -"New password" => "စကားဝှက်အသစ်", -"Users" => "သုံးစွဲသူ", -"Apps" => "Apps", -"Admin" => "အက်ဒမင်", -"Help" => "အကူအညီ", -"Security Warning" => "လုံခြုံရေးသတိပေးချက်", -"Create an admin account" => "အက်ဒမင်အကောင့်တစ်ခုဖန်တီးမည်", -"Password" => "စကားဝှက်", -"Data folder" => "အချက်အလက်ဖိုလ်ဒါလ်", -"Database user" => "Database သုံးစွဲသူ", -"Database password" => "Database စကားဝှက်", -"Database name" => "Database အမည်", -"Finish setup" => "တပ်ဆင်ခြင်းပြီးပါပြီ။", -"remember" => "မှတ်မိစေသည်", -"Log in" => "ဝင်ရောက်ရန်" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js new file mode 100644 index 0000000000..b9002240d4 --- /dev/null +++ b/core/l10n/nb_NO.js @@ -0,0 +1,211 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Klarte ikke å sende mail til følgende brukere: %s", + "Turned on maintenance mode" : "Slo på vedlikeholdsmodus", + "Turned off maintenance mode" : "Slo av vedlikeholdsmodus", + "Updated database" : "Oppdaterte databasen", + "Checked database schema update" : "Sjekket oppdatering av databaseskjema", + "Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for apper", + "Updated \"%s\" to %s" : "Oppdaterte \"%s\" til %s", + "Disabled incompatible apps: %s" : "Deaktiverte ukompatible apper: %s", + "No image or file provided" : "Bilde eller fil ikke angitt", + "Unknown filetype" : "Ukjent filtype", + "Invalid image" : "Ugyldig bilde", + "No temporary profile picture available, try again" : "Foreløpig profilbilde ikke tilgjengelig. Prøv igjen", + "No crop data provided" : "Ingen beskjæringsinformasjon angitt", + "Sunday" : "Søndag", + "Monday" : "Mandag", + "Tuesday" : "Tirsdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Lørdag", + "January" : "Januar", + "February" : "Februar", + "March" : "Mars", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Filene dine er kryptert. Hvis du ikke har aktivert gjenopprettingsnøkkelen, vil det være helt umulig å få tilbake dataene dine etter at pasordet ditt er tilbakestilt.
Hvis du er usikker på hva du skal gjøre, kontakt administratoren din før du fortsetter.
Vil du virkelig fortsette?", + "I know what I'm doing" : "Jeg vet hva jeg gjør", + "Reset password" : "Tilbakestill passord", + "Password can not be changed. Please contact your administrator." : "Passordet kan ikke endres. Kontakt administratoren din.", + "No" : "Nei", + "Yes" : "Ja", + "Choose" : "Velg", + "Error loading file picker template: {error}" : "Feil ved lasting av filvelger-mal: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Feil ved lasting av meldingsmal: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} filkonflikt","{count} filkonflikter"], + "One file conflict" : "En filkonflikt", + "New Files" : "Nye filer", + "Already existing files" : "Allerede eksisterende filer", + "Which files do you want to keep?" : "Hvilke filer vil du beholde?", + "If you select both versions, the copied file will have a number added to its name." : "Hvis du velger begge versjonene vil den kopierte filen få et nummer lagt til i navnet.", + "Cancel" : "Avbryt", + "Continue" : "Fortsett", + "(all selected)" : "(alle valgt)", + "({count} selected)" : "({count} valgt)", + "Error loading file exists template" : "Feil ved lasting av \"filen eksisterer\"-mal", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "So-so password" : "So-so-passord", + "Good password" : "Bra passord", + "Strong password" : "Sterkt passord", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Din nettserver er ikke konfigurert korrekt for filsynkronisering. WebDAV ser ut til å ikke fungere.", + "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." : "Denne serveren har ikke en fungerende Internett-tilkobling. Dette betyr at noen av funksjonene, f.eks. å koble opp ekstern lagring, påminnelser om oppdatering eller installering av 3-parts apper ikke fungerer. Fjerntilgang til filer og utsending av påminnelser i e-post virker kanskje ikke heller. Vi anbefaler at Internett-forbindelsen for denne serveren aktiveres hvis du vil ha full funksjonalitet.", + "Error occurred while checking server setup" : "Feil oppstod ved sjekking av server-oppsett", + "Shared" : "Delt", + "Shared with {recipients}" : "Delt med {recipients}", + "Share" : "Del", + "Error" : "Feil", + "Error while sharing" : "Feil under deling", + "Error while unsharing" : "Feil ved oppheving av deling", + "Error while changing permissions" : "Feil ved endring av tillatelser", + "Shared with you and the group {group} by {owner}" : "Delt med deg og gruppen {group} av {owner}", + "Shared with you by {owner}" : "Delt med deg av {owner}", + "Share with user or group …" : "Del med bruker eller gruppe …", + "Share link" : "Del lenke", + "The public link will expire no later than {days} days after it is created" : "Den offentlige lenken vil utløpe senest {days} dager etter at den lages", + "Password protect" : "Passordbeskyttet", + "Choose a password for the public link" : "Velg et passord for den offentlige lenken", + "Allow Public Upload" : "Tillat Offentlig Opplasting", + "Email link to person" : "Email lenke til person", + "Send" : "Send", + "Set expiration date" : "Sett utløpsdato", + "Expiration date" : "Utløpsdato", + "Adding user..." : "Legger til bruker...", + "group" : "gruppe", + "Resharing is not allowed" : "Videre deling er ikke tillatt", + "Shared in {item} with {user}" : "Delt i {item} med {user}", + "Unshare" : "Avslutt deling", + "notify by email" : "Varsle på email", + "can share" : "kan dele", + "can edit" : "kan endre", + "access control" : "tilgangskontroll", + "create" : "opprette", + "update" : "oppdatere", + "delete" : "slette", + "Password protected" : "Passordbeskyttet", + "Error unsetting expiration date" : "Feil ved nullstilling av utløpsdato", + "Error setting expiration date" : "Kan ikke sette utløpsdato", + "Sending ..." : "Sender...", + "Email sent" : "E-post sendt", + "Warning" : "Advarsel", + "The object type is not specified." : "Objekttypen er ikke spesifisert.", + "Enter new" : "Oppgi ny", + "Delete" : "Slett", + "Add" : "Legg til", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Oppdateringen var vellykket. Du omdirigeres nå til ownCloud.", + "Couldn't reset password because the token is invalid" : "Klarte ikke å tilbakestille passordet fordi token er ugyldig.", + "Couldn't send reset email. Please make sure your username is correct." : "Klarte ikke å sende e-post for tilbakestilling av passord. Sjekk at brukernavnet ditt er korrekt.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling av passord fordi det ikke finnes noen e-postadresse for dette brukernavnet. Kontakt administratoren din.", + "%s password reset" : "%s tilbakestilling av passord", + "Use the following link to reset your password: {link}" : "Bruk følgende lenke for å tilbakestille passordet ditt: {link}", + "You will receive a link to reset your password via Email." : "Du burde motta detaljer om å tilbakestille passordet ditt via epost.", + "Username" : "Brukernavn", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Filene dine er kryptert. Hvis du ikke har aktivert gjenopprettingsnøkkelen, vil det være helt umulig å få tilbake dataene dine etter at passordet ditt er tilbakestilt. Hvis du er usikker på hva du skal gjøre, kontakt administratoren din før du fortsetter. Vil du virkelig fortsette?", + "Yes, I really want to reset my password now" : "Ja, jeg vil virkelig tilbakestille passordet mitt nå", + "Reset" : "Tilbakestill", + "New password" : "Nytt passord", + "New Password" : "Nytt passord", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X støttes ikke og %s vil ikke fungere korrekt på denne plattformen. Bruk på egen risiko!", + "For the best results, please consider using a GNU/Linux server instead." : "For beste resultat, vurder å bruke en GNU/Linux-server i stedet.", + "Personal" : "Personlig", + "Users" : "Brukere", + "Apps" : "Apper", + "Admin" : "Admin", + "Help" : "Hjelp", + "Error loading tags" : "Feil ved lasting av merkelapper", + "Tag already exists" : "Merkelappen finnes allerede", + "Error deleting tag(s)" : "Feil ved sletting av merkelapp(er)", + "Error tagging" : "Feil ved merking", + "Error untagging" : "Feil ved fjerning av merkelapp", + "Error favoriting" : "Feil ved favorittmerking", + "Error unfavoriting" : "Feil ved fjerning av favorittmerking", + "Access forbidden" : "Tilgang nektet", + "File not found" : "Finner ikke filen", + "The specified document has not been found on the server." : "Det angitte dokumentet ble ikke funnet på serveren.", + "You can click here to return to %s." : "Du kan klikke her for å gå tilbake til %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hei,\n\nDette er en beskjed om at %s delte %s med deg.\nVis den: %s\n\n", + "The share will expire on %s." : "Delingen vil opphøre %s.", + "Cheers!" : "Ha det!", + "The server encountered an internal error and was unable to complete your request." : "Serveren støtte på en intern feil og kunne ikke fullføre forespørselen din.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontakt server-administratoren hvis denne feilen oppstår flere ganger. Vennligst ta med de tekniske detaljene nedenfor i rapporten din.", + "More details can be found in the server log." : "Flere detaljer finnes i server-loggen.", + "Technical details" : "Tekniske detaljer", + "Remote Address: %s" : "Ekstern adresse: %s", + "Request ID: %s" : "Forespørsels-ID: %s", + "Code: %s" : "Kode: %s", + "Message: %s" : "Melding: %s", + "File: %s" : "Fil: %s", + "Line: %s" : "Linje: %s", + "Trace" : "Trace", + "Security Warning" : "Sikkerhetsadvarsel", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "PHP-versjonen din er sårbar for NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Vennligst oppdater PHP-installasjonen din for å bruke %s på en sikker måte.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Datamappen og filene dine er sannsynligvis tilgjengelig fra Internett fordi .htaccess-filen ikke fungerer.", + "For information how to properly configure your server, please see the documentation." : "For informasjon om hvordan du setter opp serveren din riktig, se dokumentasjonen.", + "Create an admin account" : "Opprett en administrator-konto", + "Password" : "Passord", + "Storage & database" : "Lagring og database", + "Data folder" : "Datamappe", + "Configure the database" : "Konfigurer databasen", + "Only %s is available." : "Kun %s er tilgjengelig.", + "Database user" : "Databasebruker", + "Database password" : "Databasepassord", + "Database name" : "Databasenavn", + "Database tablespace" : "Database tabellområde", + "Database host" : "Databasevert", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite vil bli brukt som database. For større installasjoner anbefaler vi å endre dette.", + "Finish setup" : "Fullfør oppsetting", + "Finishing …" : "Ferdigstiller ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Denne applikasjonen krever JavaScript for å fungere korrekt. Vennligst aktiver JavaScript og last siden på nytt.", + "%s is available. Get more information on how to update." : "%s er tilgjengelig. Få mer informasjon om hvordan du kan oppdatere.", + "Log out" : "Logg ut", + "Server side authentication failed!" : "Autentisering feilet på serveren!", + "Please contact your administrator." : "Vennligst kontakt administratoren din.", + "Forgot your password? Reset it!" : "Glemt passordet ditt? Tilbakestill det!", + "remember" : "husk", + "Log in" : "Logg inn", + "Alternative Logins" : "Alternative innlogginger", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hei,

Dette er en beskjed om at %s delte %s med deg.
Vis den!

", + "This ownCloud instance is currently in single user mode." : "Denne ownCloud-instansen er for øyeblikket i enbrukermodus.", + "This means only administrators can use the instance." : "Dette betyr at kun administratorer kan bruke instansen.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren hvis denne meldingen var uventet eller ikke forsvinner.", + "Thank you for your patience." : "Takk for din tålmodighet.", + "You are accessing the server from an untrusted domain." : "Du aksesserer serveren fra et ikke tiltrodd domene.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Vennligst kontakt administratoren. Hvis du er administrator for denne instansen, konfigurer innstillingen \"trusted_domain\" i config/config.php. En eksempelkonfigurasjon er gitt i config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Avhengig av konfigurasjonen kan du, som administrator, kanskje også bruke kanppen nedenfor til å stole på dette domenet.", + "Add \"%s\" as trusted domain" : "Legg til \"%s\" som et tiltrodd domene", + "%s will be updated to version %s." : "%s vil bli oppdatert til versjon %s.", + "The following apps will be disabled:" : "Følgende apper vil bli deaktivert:", + "The theme %s has been disabled." : "Temaet %s har blitt deaktivert.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Forsikre deg om at databasen, config-mappen og datamappen er blitt sikkerhetskopiert før du fortsetter.", + "Start update" : "Start oppdatering", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "For å unngå tidsavbrudd ved store installasjoner, kan du i stedet kjøre følgende kommando fra installasjonsmappen:", + "This %s instance is currently being updated, which may take a while." : "%s-instansen er under oppdatering, noe som kan ta litt tid.", + "This page will refresh itself when the %s instance is available again." : "Denne siden vil bli lastet på nytt når %s-instansen er tilgjengelig igjen." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nb_NO.json b/core/l10n/nb_NO.json new file mode 100644 index 0000000000..efc4c5babb --- /dev/null +++ b/core/l10n/nb_NO.json @@ -0,0 +1,209 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Klarte ikke å sende mail til følgende brukere: %s", + "Turned on maintenance mode" : "Slo på vedlikeholdsmodus", + "Turned off maintenance mode" : "Slo av vedlikeholdsmodus", + "Updated database" : "Oppdaterte databasen", + "Checked database schema update" : "Sjekket oppdatering av databaseskjema", + "Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for apper", + "Updated \"%s\" to %s" : "Oppdaterte \"%s\" til %s", + "Disabled incompatible apps: %s" : "Deaktiverte ukompatible apper: %s", + "No image or file provided" : "Bilde eller fil ikke angitt", + "Unknown filetype" : "Ukjent filtype", + "Invalid image" : "Ugyldig bilde", + "No temporary profile picture available, try again" : "Foreløpig profilbilde ikke tilgjengelig. Prøv igjen", + "No crop data provided" : "Ingen beskjæringsinformasjon angitt", + "Sunday" : "Søndag", + "Monday" : "Mandag", + "Tuesday" : "Tirsdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Lørdag", + "January" : "Januar", + "February" : "Februar", + "March" : "Mars", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Filene dine er kryptert. Hvis du ikke har aktivert gjenopprettingsnøkkelen, vil det være helt umulig å få tilbake dataene dine etter at pasordet ditt er tilbakestilt.
Hvis du er usikker på hva du skal gjøre, kontakt administratoren din før du fortsetter.
Vil du virkelig fortsette?", + "I know what I'm doing" : "Jeg vet hva jeg gjør", + "Reset password" : "Tilbakestill passord", + "Password can not be changed. Please contact your administrator." : "Passordet kan ikke endres. Kontakt administratoren din.", + "No" : "Nei", + "Yes" : "Ja", + "Choose" : "Velg", + "Error loading file picker template: {error}" : "Feil ved lasting av filvelger-mal: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Feil ved lasting av meldingsmal: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} filkonflikt","{count} filkonflikter"], + "One file conflict" : "En filkonflikt", + "New Files" : "Nye filer", + "Already existing files" : "Allerede eksisterende filer", + "Which files do you want to keep?" : "Hvilke filer vil du beholde?", + "If you select both versions, the copied file will have a number added to its name." : "Hvis du velger begge versjonene vil den kopierte filen få et nummer lagt til i navnet.", + "Cancel" : "Avbryt", + "Continue" : "Fortsett", + "(all selected)" : "(alle valgt)", + "({count} selected)" : "({count} valgt)", + "Error loading file exists template" : "Feil ved lasting av \"filen eksisterer\"-mal", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "So-so password" : "So-so-passord", + "Good password" : "Bra passord", + "Strong password" : "Sterkt passord", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Din nettserver er ikke konfigurert korrekt for filsynkronisering. WebDAV ser ut til å ikke fungere.", + "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." : "Denne serveren har ikke en fungerende Internett-tilkobling. Dette betyr at noen av funksjonene, f.eks. å koble opp ekstern lagring, påminnelser om oppdatering eller installering av 3-parts apper ikke fungerer. Fjerntilgang til filer og utsending av påminnelser i e-post virker kanskje ikke heller. Vi anbefaler at Internett-forbindelsen for denne serveren aktiveres hvis du vil ha full funksjonalitet.", + "Error occurred while checking server setup" : "Feil oppstod ved sjekking av server-oppsett", + "Shared" : "Delt", + "Shared with {recipients}" : "Delt med {recipients}", + "Share" : "Del", + "Error" : "Feil", + "Error while sharing" : "Feil under deling", + "Error while unsharing" : "Feil ved oppheving av deling", + "Error while changing permissions" : "Feil ved endring av tillatelser", + "Shared with you and the group {group} by {owner}" : "Delt med deg og gruppen {group} av {owner}", + "Shared with you by {owner}" : "Delt med deg av {owner}", + "Share with user or group …" : "Del med bruker eller gruppe …", + "Share link" : "Del lenke", + "The public link will expire no later than {days} days after it is created" : "Den offentlige lenken vil utløpe senest {days} dager etter at den lages", + "Password protect" : "Passordbeskyttet", + "Choose a password for the public link" : "Velg et passord for den offentlige lenken", + "Allow Public Upload" : "Tillat Offentlig Opplasting", + "Email link to person" : "Email lenke til person", + "Send" : "Send", + "Set expiration date" : "Sett utløpsdato", + "Expiration date" : "Utløpsdato", + "Adding user..." : "Legger til bruker...", + "group" : "gruppe", + "Resharing is not allowed" : "Videre deling er ikke tillatt", + "Shared in {item} with {user}" : "Delt i {item} med {user}", + "Unshare" : "Avslutt deling", + "notify by email" : "Varsle på email", + "can share" : "kan dele", + "can edit" : "kan endre", + "access control" : "tilgangskontroll", + "create" : "opprette", + "update" : "oppdatere", + "delete" : "slette", + "Password protected" : "Passordbeskyttet", + "Error unsetting expiration date" : "Feil ved nullstilling av utløpsdato", + "Error setting expiration date" : "Kan ikke sette utløpsdato", + "Sending ..." : "Sender...", + "Email sent" : "E-post sendt", + "Warning" : "Advarsel", + "The object type is not specified." : "Objekttypen er ikke spesifisert.", + "Enter new" : "Oppgi ny", + "Delete" : "Slett", + "Add" : "Legg til", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Oppdateringen var vellykket. Du omdirigeres nå til ownCloud.", + "Couldn't reset password because the token is invalid" : "Klarte ikke å tilbakestille passordet fordi token er ugyldig.", + "Couldn't send reset email. Please make sure your username is correct." : "Klarte ikke å sende e-post for tilbakestilling av passord. Sjekk at brukernavnet ditt er korrekt.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling av passord fordi det ikke finnes noen e-postadresse for dette brukernavnet. Kontakt administratoren din.", + "%s password reset" : "%s tilbakestilling av passord", + "Use the following link to reset your password: {link}" : "Bruk følgende lenke for å tilbakestille passordet ditt: {link}", + "You will receive a link to reset your password via Email." : "Du burde motta detaljer om å tilbakestille passordet ditt via epost.", + "Username" : "Brukernavn", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Filene dine er kryptert. Hvis du ikke har aktivert gjenopprettingsnøkkelen, vil det være helt umulig å få tilbake dataene dine etter at passordet ditt er tilbakestilt. Hvis du er usikker på hva du skal gjøre, kontakt administratoren din før du fortsetter. Vil du virkelig fortsette?", + "Yes, I really want to reset my password now" : "Ja, jeg vil virkelig tilbakestille passordet mitt nå", + "Reset" : "Tilbakestill", + "New password" : "Nytt passord", + "New Password" : "Nytt passord", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X støttes ikke og %s vil ikke fungere korrekt på denne plattformen. Bruk på egen risiko!", + "For the best results, please consider using a GNU/Linux server instead." : "For beste resultat, vurder å bruke en GNU/Linux-server i stedet.", + "Personal" : "Personlig", + "Users" : "Brukere", + "Apps" : "Apper", + "Admin" : "Admin", + "Help" : "Hjelp", + "Error loading tags" : "Feil ved lasting av merkelapper", + "Tag already exists" : "Merkelappen finnes allerede", + "Error deleting tag(s)" : "Feil ved sletting av merkelapp(er)", + "Error tagging" : "Feil ved merking", + "Error untagging" : "Feil ved fjerning av merkelapp", + "Error favoriting" : "Feil ved favorittmerking", + "Error unfavoriting" : "Feil ved fjerning av favorittmerking", + "Access forbidden" : "Tilgang nektet", + "File not found" : "Finner ikke filen", + "The specified document has not been found on the server." : "Det angitte dokumentet ble ikke funnet på serveren.", + "You can click here to return to %s." : "Du kan klikke her for å gå tilbake til %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hei,\n\nDette er en beskjed om at %s delte %s med deg.\nVis den: %s\n\n", + "The share will expire on %s." : "Delingen vil opphøre %s.", + "Cheers!" : "Ha det!", + "The server encountered an internal error and was unable to complete your request." : "Serveren støtte på en intern feil og kunne ikke fullføre forespørselen din.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Kontakt server-administratoren hvis denne feilen oppstår flere ganger. Vennligst ta med de tekniske detaljene nedenfor i rapporten din.", + "More details can be found in the server log." : "Flere detaljer finnes i server-loggen.", + "Technical details" : "Tekniske detaljer", + "Remote Address: %s" : "Ekstern adresse: %s", + "Request ID: %s" : "Forespørsels-ID: %s", + "Code: %s" : "Kode: %s", + "Message: %s" : "Melding: %s", + "File: %s" : "Fil: %s", + "Line: %s" : "Linje: %s", + "Trace" : "Trace", + "Security Warning" : "Sikkerhetsadvarsel", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "PHP-versjonen din er sårbar for NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Vennligst oppdater PHP-installasjonen din for å bruke %s på en sikker måte.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Datamappen og filene dine er sannsynligvis tilgjengelig fra Internett fordi .htaccess-filen ikke fungerer.", + "For information how to properly configure your server, please see the documentation." : "For informasjon om hvordan du setter opp serveren din riktig, se dokumentasjonen.", + "Create an admin account" : "Opprett en administrator-konto", + "Password" : "Passord", + "Storage & database" : "Lagring og database", + "Data folder" : "Datamappe", + "Configure the database" : "Konfigurer databasen", + "Only %s is available." : "Kun %s er tilgjengelig.", + "Database user" : "Databasebruker", + "Database password" : "Databasepassord", + "Database name" : "Databasenavn", + "Database tablespace" : "Database tabellområde", + "Database host" : "Databasevert", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite vil bli brukt som database. For større installasjoner anbefaler vi å endre dette.", + "Finish setup" : "Fullfør oppsetting", + "Finishing …" : "Ferdigstiller ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Denne applikasjonen krever JavaScript for å fungere korrekt. Vennligst aktiver JavaScript og last siden på nytt.", + "%s is available. Get more information on how to update." : "%s er tilgjengelig. Få mer informasjon om hvordan du kan oppdatere.", + "Log out" : "Logg ut", + "Server side authentication failed!" : "Autentisering feilet på serveren!", + "Please contact your administrator." : "Vennligst kontakt administratoren din.", + "Forgot your password? Reset it!" : "Glemt passordet ditt? Tilbakestill det!", + "remember" : "husk", + "Log in" : "Logg inn", + "Alternative Logins" : "Alternative innlogginger", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hei,

Dette er en beskjed om at %s delte %s med deg.
Vis den!

", + "This ownCloud instance is currently in single user mode." : "Denne ownCloud-instansen er for øyeblikket i enbrukermodus.", + "This means only administrators can use the instance." : "Dette betyr at kun administratorer kan bruke instansen.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren hvis denne meldingen var uventet eller ikke forsvinner.", + "Thank you for your patience." : "Takk for din tålmodighet.", + "You are accessing the server from an untrusted domain." : "Du aksesserer serveren fra et ikke tiltrodd domene.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Vennligst kontakt administratoren. Hvis du er administrator for denne instansen, konfigurer innstillingen \"trusted_domain\" i config/config.php. En eksempelkonfigurasjon er gitt i config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Avhengig av konfigurasjonen kan du, som administrator, kanskje også bruke kanppen nedenfor til å stole på dette domenet.", + "Add \"%s\" as trusted domain" : "Legg til \"%s\" som et tiltrodd domene", + "%s will be updated to version %s." : "%s vil bli oppdatert til versjon %s.", + "The following apps will be disabled:" : "Følgende apper vil bli deaktivert:", + "The theme %s has been disabled." : "Temaet %s har blitt deaktivert.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Forsikre deg om at databasen, config-mappen og datamappen er blitt sikkerhetskopiert før du fortsetter.", + "Start update" : "Start oppdatering", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "For å unngå tidsavbrudd ved store installasjoner, kan du i stedet kjøre følgende kommando fra installasjonsmappen:", + "This %s instance is currently being updated, which may take a while." : "%s-instansen er under oppdatering, noe som kan ta litt tid.", + "This page will refresh itself when the %s instance is available again." : "Denne siden vil bli lastet på nytt når %s-instansen er tilgjengelig igjen." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/nb_NO.php b/core/l10n/nb_NO.php deleted file mode 100644 index 1074ad1b21..0000000000 --- a/core/l10n/nb_NO.php +++ /dev/null @@ -1,210 +0,0 @@ - "Klarte ikke å sende mail til følgende brukere: %s", -"Turned on maintenance mode" => "Slo på vedlikeholdsmodus", -"Turned off maintenance mode" => "Slo av vedlikeholdsmodus", -"Updated database" => "Oppdaterte databasen", -"Checked database schema update" => "Sjekket oppdatering av databaseskjema", -"Checked database schema update for apps" => "Sjekket databaseskjema-oppdatering for apper", -"Updated \"%s\" to %s" => "Oppdaterte \"%s\" til %s", -"Disabled incompatible apps: %s" => "Deaktiverte ukompatible apper: %s", -"No image or file provided" => "Bilde eller fil ikke angitt", -"Unknown filetype" => "Ukjent filtype", -"Invalid image" => "Ugyldig bilde", -"No temporary profile picture available, try again" => "Foreløpig profilbilde ikke tilgjengelig. Prøv igjen", -"No crop data provided" => "Ingen beskjæringsinformasjon angitt", -"Sunday" => "Søndag", -"Monday" => "Mandag", -"Tuesday" => "Tirsdag", -"Wednesday" => "Onsdag", -"Thursday" => "Torsdag", -"Friday" => "Fredag", -"Saturday" => "Lørdag", -"January" => "Januar", -"February" => "Februar", -"March" => "Mars", -"April" => "April", -"May" => "Mai", -"June" => "Juni", -"July" => "Juli", -"August" => "August", -"September" => "September", -"October" => "Oktober", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Filene dine er kryptert. Hvis du ikke har aktivert gjenopprettingsnøkkelen, vil det være helt umulig å få tilbake dataene dine etter at pasordet ditt er tilbakestilt.
Hvis du er usikker på hva du skal gjøre, kontakt administratoren din før du fortsetter.
Vil du virkelig fortsette?", -"I know what I'm doing" => "Jeg vet hva jeg gjør", -"Reset password" => "Tilbakestill passord", -"Password can not be changed. Please contact your administrator." => "Passordet kan ikke endres. Kontakt administratoren din.", -"No" => "Nei", -"Yes" => "Ja", -"Choose" => "Velg", -"Error loading file picker template: {error}" => "Feil ved lasting av filvelger-mal: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Feil ved lasting av meldingsmal: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} filkonflikt","{count} filkonflikter"), -"One file conflict" => "En filkonflikt", -"New Files" => "Nye filer", -"Already existing files" => "Allerede eksisterende filer", -"Which files do you want to keep?" => "Hvilke filer vil du beholde?", -"If you select both versions, the copied file will have a number added to its name." => "Hvis du velger begge versjonene vil den kopierte filen få et nummer lagt til i navnet.", -"Cancel" => "Avbryt", -"Continue" => "Fortsett", -"(all selected)" => "(alle valgt)", -"({count} selected)" => "({count} valgt)", -"Error loading file exists template" => "Feil ved lasting av \"filen eksisterer\"-mal", -"Very weak password" => "Veldig svakt passord", -"Weak password" => "Svakt passord", -"So-so password" => "So-so-passord", -"Good password" => "Bra passord", -"Strong password" => "Sterkt passord", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Din nettserver er ikke konfigurert korrekt for filsynkronisering. WebDAV ser ut til å ikke fungere.", -"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." => "Denne serveren har ikke en fungerende Internett-tilkobling. Dette betyr at noen av funksjonene, f.eks. å koble opp ekstern lagring, påminnelser om oppdatering eller installering av 3-parts apper ikke fungerer. Fjerntilgang til filer og utsending av påminnelser i e-post virker kanskje ikke heller. Vi anbefaler at Internett-forbindelsen for denne serveren aktiveres hvis du vil ha full funksjonalitet.", -"Error occurred while checking server setup" => "Feil oppstod ved sjekking av server-oppsett", -"Shared" => "Delt", -"Shared with {recipients}" => "Delt med {recipients}", -"Share" => "Del", -"Error" => "Feil", -"Error while sharing" => "Feil under deling", -"Error while unsharing" => "Feil ved oppheving av deling", -"Error while changing permissions" => "Feil ved endring av tillatelser", -"Shared with you and the group {group} by {owner}" => "Delt med deg og gruppen {group} av {owner}", -"Shared with you by {owner}" => "Delt med deg av {owner}", -"Share with user or group …" => "Del med bruker eller gruppe …", -"Share link" => "Del lenke", -"The public link will expire no later than {days} days after it is created" => "Den offentlige lenken vil utløpe senest {days} dager etter at den lages", -"Password protect" => "Passordbeskyttet", -"Choose a password for the public link" => "Velg et passord for den offentlige lenken", -"Allow Public Upload" => "Tillat Offentlig Opplasting", -"Email link to person" => "Email lenke til person", -"Send" => "Send", -"Set expiration date" => "Sett utløpsdato", -"Expiration date" => "Utløpsdato", -"Adding user..." => "Legger til bruker...", -"group" => "gruppe", -"Resharing is not allowed" => "Videre deling er ikke tillatt", -"Shared in {item} with {user}" => "Delt i {item} med {user}", -"Unshare" => "Avslutt deling", -"notify by email" => "Varsle på email", -"can share" => "kan dele", -"can edit" => "kan endre", -"access control" => "tilgangskontroll", -"create" => "opprette", -"update" => "oppdatere", -"delete" => "slette", -"Password protected" => "Passordbeskyttet", -"Error unsetting expiration date" => "Feil ved nullstilling av utløpsdato", -"Error setting expiration date" => "Kan ikke sette utløpsdato", -"Sending ..." => "Sender...", -"Email sent" => "E-post sendt", -"Warning" => "Advarsel", -"The object type is not specified." => "Objekttypen er ikke spesifisert.", -"Enter new" => "Oppgi ny", -"Delete" => "Slett", -"Add" => "Legg til", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "Oppdateringen var vellykket. Du omdirigeres nå til ownCloud.", -"Couldn't reset password because the token is invalid" => "Klarte ikke å tilbakestille passordet fordi token er ugyldig.", -"Couldn't send reset email. Please make sure your username is correct." => "Klarte ikke å sende e-post for tilbakestilling av passord. Sjekk at brukernavnet ditt er korrekt.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Klarte ikke å sende e-post for tilbakestilling av passord fordi det ikke finnes noen e-postadresse for dette brukernavnet. Kontakt administratoren din.", -"%s password reset" => "%s tilbakestilling av passord", -"Use the following link to reset your password: {link}" => "Bruk følgende lenke for å tilbakestille passordet ditt: {link}", -"You will receive a link to reset your password via Email." => "Du burde motta detaljer om å tilbakestille passordet ditt via epost.", -"Username" => "Brukernavn", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Filene dine er kryptert. Hvis du ikke har aktivert gjenopprettingsnøkkelen, vil det være helt umulig å få tilbake dataene dine etter at passordet ditt er tilbakestilt. Hvis du er usikker på hva du skal gjøre, kontakt administratoren din før du fortsetter. Vil du virkelig fortsette?", -"Yes, I really want to reset my password now" => "Ja, jeg vil virkelig tilbakestille passordet mitt nå", -"Reset" => "Tilbakestill", -"New password" => "Nytt passord", -"New Password" => "Nytt passord", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X støttes ikke og %s vil ikke fungere korrekt på denne plattformen. Bruk på egen risiko!", -"For the best results, please consider using a GNU/Linux server instead." => "For beste resultat, vurder å bruke en GNU/Linux-server i stedet.", -"Personal" => "Personlig", -"Users" => "Brukere", -"Apps" => "Apper", -"Admin" => "Admin", -"Help" => "Hjelp", -"Error loading tags" => "Feil ved lasting av merkelapper", -"Tag already exists" => "Merkelappen finnes allerede", -"Error deleting tag(s)" => "Feil ved sletting av merkelapp(er)", -"Error tagging" => "Feil ved merking", -"Error untagging" => "Feil ved fjerning av merkelapp", -"Error favoriting" => "Feil ved favorittmerking", -"Error unfavoriting" => "Feil ved fjerning av favorittmerking", -"Access forbidden" => "Tilgang nektet", -"File not found" => "Finner ikke filen", -"The specified document has not been found on the server." => "Det angitte dokumentet ble ikke funnet på serveren.", -"You can click here to return to %s." => "Du kan klikke her for å gå tilbake til %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hei,\n\nDette er en beskjed om at %s delte %s med deg.\nVis den: %s\n\n", -"The share will expire on %s." => "Delingen vil opphøre %s.", -"Cheers!" => "Ha det!", -"The server encountered an internal error and was unable to complete your request." => "Serveren støtte på en intern feil og kunne ikke fullføre forespørselen din.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Kontakt server-administratoren hvis denne feilen oppstår flere ganger. Vennligst ta med de tekniske detaljene nedenfor i rapporten din.", -"More details can be found in the server log." => "Flere detaljer finnes i server-loggen.", -"Technical details" => "Tekniske detaljer", -"Remote Address: %s" => "Ekstern adresse: %s", -"Request ID: %s" => "Forespørsels-ID: %s", -"Code: %s" => "Kode: %s", -"Message: %s" => "Melding: %s", -"File: %s" => "Fil: %s", -"Line: %s" => "Linje: %s", -"Trace" => "Trace", -"Security Warning" => "Sikkerhetsadvarsel", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "PHP-versjonen din er sårbar for NULL Byte attack (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Vennligst oppdater PHP-installasjonen din for å bruke %s på en sikker måte.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Datamappen og filene dine er sannsynligvis tilgjengelig fra Internett fordi .htaccess-filen ikke fungerer.", -"For information how to properly configure your server, please see the documentation." => "For informasjon om hvordan du setter opp serveren din riktig, se dokumentasjonen.", -"Create an admin account" => "Opprett en administrator-konto", -"Password" => "Passord", -"Storage & database" => "Lagring og database", -"Data folder" => "Datamappe", -"Configure the database" => "Konfigurer databasen", -"Only %s is available." => "Kun %s er tilgjengelig.", -"Database user" => "Databasebruker", -"Database password" => "Databasepassord", -"Database name" => "Databasenavn", -"Database tablespace" => "Database tabellområde", -"Database host" => "Databasevert", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite vil bli brukt som database. For større installasjoner anbefaler vi å endre dette.", -"Finish setup" => "Fullfør oppsetting", -"Finishing …" => "Ferdigstiller ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Denne applikasjonen krever JavaScript for å fungere korrekt. Vennligst aktiver JavaScript og last siden på nytt.", -"%s is available. Get more information on how to update." => "%s er tilgjengelig. Få mer informasjon om hvordan du kan oppdatere.", -"Log out" => "Logg ut", -"Server side authentication failed!" => "Autentisering feilet på serveren!", -"Please contact your administrator." => "Vennligst kontakt administratoren din.", -"Forgot your password? Reset it!" => "Glemt passordet ditt? Tilbakestill det!", -"remember" => "husk", -"Log in" => "Logg inn", -"Alternative Logins" => "Alternative innlogginger", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hei,

Dette er en beskjed om at %s delte %s med deg.
Vis den!

", -"This ownCloud instance is currently in single user mode." => "Denne ownCloud-instansen er for øyeblikket i enbrukermodus.", -"This means only administrators can use the instance." => "Dette betyr at kun administratorer kan bruke instansen.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakt systemadministratoren hvis denne meldingen var uventet eller ikke forsvinner.", -"Thank you for your patience." => "Takk for din tålmodighet.", -"You are accessing the server from an untrusted domain." => "Du aksesserer serveren fra et ikke tiltrodd domene.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Vennligst kontakt administratoren. Hvis du er administrator for denne instansen, konfigurer innstillingen \"trusted_domain\" i config/config.php. En eksempelkonfigurasjon er gitt i config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Avhengig av konfigurasjonen kan du, som administrator, kanskje også bruke kanppen nedenfor til å stole på dette domenet.", -"Add \"%s\" as trusted domain" => "Legg til \"%s\" som et tiltrodd domene", -"%s will be updated to version %s." => "%s vil bli oppdatert til versjon %s.", -"The following apps will be disabled:" => "Følgende apper vil bli deaktivert:", -"The theme %s has been disabled." => "Temaet %s har blitt deaktivert.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Forsikre deg om at databasen, config-mappen og datamappen er blitt sikkerhetskopiert før du fortsetter.", -"Start update" => "Start oppdatering", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "For å unngå tidsavbrudd ved store installasjoner, kan du i stedet kjøre følgende kommando fra installasjonsmappen:", -"This %s instance is currently being updated, which may take a while." => "%s-instansen er under oppdatering, noe som kan ta litt tid.", -"This page will refresh itself when the %s instance is available again." => "Denne siden vil bli lastet på nytt når %s-instansen er tilgjengelig igjen." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/nds.js b/core/l10n/nds.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/nds.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/nds.json b/core/l10n/nds.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/nds.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/nds.php b/core/l10n/nds.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/nds.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ne.js b/core/l10n/ne.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/ne.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/ne.json b/core/l10n/ne.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/ne.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/ne.php b/core/l10n/ne.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/ne.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/nl.js b/core/l10n/nl.js new file mode 100644 index 0000000000..df638124f7 --- /dev/null +++ b/core/l10n/nl.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Kon geen e-mail sturen aan de volgende gebruikers: %s", + "Turned on maintenance mode" : "Onderhoudsmodus ingeschakeld", + "Turned off maintenance mode" : "Onderhoudsmodus uitgeschakeld", + "Updated database" : "Database bijgewerkt", + "Checked database schema update" : "Database schema-update gecontroleerd", + "Checked database schema update for apps" : "Database schema-update voor apps gecontroleerd", + "Updated \"%s\" to %s" : "Bijgewerkt \"%s\" naar %s", + "Disabled incompatible apps: %s" : "Gedeactiveerde incompatibele apps: %s", + "No image or file provided" : "Geen afbeelding of bestand opgegeven", + "Unknown filetype" : "Onbekend bestandsformaat", + "Invalid image" : "Ongeldige afbeelding", + "No temporary profile picture available, try again" : "Geen tijdelijke profielafbeelding beschikbaar. Probeer het opnieuw", + "No crop data provided" : "Geen bijsnijdingsgegevens opgegeven", + "Sunday" : "zondag", + "Monday" : "maandag", + "Tuesday" : "dinsdag", + "Wednesday" : "woensdag", + "Thursday" : "donderdag", + "Friday" : "vrijdag", + "Saturday" : "zaterdag", + "January" : "januari", + "February" : "februari", + "March" : "maart", + "April" : "april", + "May" : "mei", + "June" : "juni", + "July" : "juli", + "August" : "augustus", + "September" : "september", + "October" : "oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Uw bestanden zijn versleuteld. Als u de herstelsleutel niet hebt geactiveerd, is er geen mogelijk om uw gegevens terug te krijgen nadat uw wachtwoord is hersteld.
Als u niet weet wat u moet doen, neem dan eerst contact op met uw beheerder.
Wilt u echt verder gaan?", + "I know what I'm doing" : "Ik weet wat ik doe", + "Reset password" : "Reset wachtwoord", + "Password can not be changed. Please contact your administrator." : "Het wachtwoord kan niet worden gewijzigd. Neem contact op met uw beheerder.", + "No" : "Nee", + "Yes" : "Ja", + "Choose" : "Kies", + "Error loading file picker template: {error}" : "Fout bij laden bestandenselecteur sjabloon: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Fout bij laden berichtensjabloon: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} bestandsconflict","{count} bestandsconflicten"], + "One file conflict" : "Een bestandsconflict", + "New Files" : "Nieuwe bestanden", + "Already existing files" : "Al aanwezige bestanden", + "Which files do you want to keep?" : "Welke bestanden wilt u bewaren?", + "If you select both versions, the copied file will have a number added to its name." : "Als u beide versies selecteerde, zal het gekopieerde bestand een nummer aan de naam toegevoegd krijgen.", + "Cancel" : "Annuleer", + "Continue" : "Verder", + "(all selected)" : "(alles geselecteerd)", + "({count} selected)" : "({count} geselecteerd)", + "Error loading file exists template" : "Fout bij laden bestand bestaat al sjabloon", + "Very weak password" : "Zeer zwak wachtwoord", + "Weak password" : "Zwak wachtwoord", + "So-so password" : "Matig wachtwoord", + "Good password" : "Goed wachtwoord", + "Strong password" : "Sterk wachtwoord", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Uw webserver is nog niet goed ingesteld voor bestandssynchronisatie omdat de WebDAV interface verbroken lijkt.", + "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." : "Deze server heeft geen actieve internetverbinding. Dat betekent dat sommige functies, zoals aankoppelen van externe opslag, notificaties over updates of installatie van apps van 3e partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als u alle functies wilt gebruiken.", + "Error occurred while checking server setup" : "Een fout trad op bij checken serverconfiguratie", + "Shared" : "Gedeeld", + "Shared with {recipients}" : "Gedeeld met {recipients}", + "Share" : "Delen", + "Error" : "Fout", + "Error while sharing" : "Fout tijdens het delen", + "Error while unsharing" : "Fout tijdens het stoppen met delen", + "Error while changing permissions" : "Fout tijdens het veranderen van permissies", + "Shared with you and the group {group} by {owner}" : "Gedeeld met u en de groep {group} door {owner}", + "Shared with you by {owner}" : "Gedeeld met u door {owner}", + "Share with user or group …" : "Delen met gebruiker of groep ...", + "Share link" : "Deel link", + "The public link will expire no later than {days} days after it is created" : "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken", + "Password protect" : "Wachtwoord beveiligd", + "Choose a password for the public link" : "Kies een wachtwoord voor de openbare link", + "Allow Public Upload" : "Sta publieke uploads toe", + "Email link to person" : "E-mail link naar persoon", + "Send" : "Versturen", + "Set expiration date" : "Stel vervaldatum in", + "Expiration date" : "Vervaldatum", + "Adding user..." : "Toevoegen gebruiker...", + "group" : "groep", + "Resharing is not allowed" : "Verder delen is niet toegestaan", + "Shared in {item} with {user}" : "Gedeeld in {item} met {user}", + "Unshare" : "Stop met delen", + "notify by email" : "melden per e-mail", + "can share" : "kan delen", + "can edit" : "kan wijzigen", + "access control" : "toegangscontrole", + "create" : "creëer", + "update" : "bijwerken", + "delete" : "verwijderen", + "Password protected" : "Wachtwoord beveiligd", + "Error unsetting expiration date" : "Fout tijdens het verwijderen van de vervaldatum", + "Error setting expiration date" : "Fout tijdens het instellen van de vervaldatum", + "Sending ..." : "Versturen ...", + "Email sent" : "E-mail verzonden", + "Warning" : "Waarschuwing", + "The object type is not specified." : "Het object type is niet gespecificeerd.", + "Enter new" : "Opgeven nieuw", + "Delete" : "Verwijder", + "Add" : "Toevoegen", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "De update is geslaagd. U wordt teruggeleid naar uw eigen ownCloud.", + "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet herstellen, omdat het token ongeldig is", + "Couldn't send reset email. Please make sure your username is correct." : "Kon e-mail niet versturen. Verifieer of uw gebruikersnaam correct is.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Kon geen herstel e-mail versturen, omdat er geen e-mailadres bekend is bij deze gebruikersnaam. Neem contact op met uw beheerder.", + "%s password reset" : "%s wachtwoord reset", + "Use the following link to reset your password: {link}" : "Gebruik de volgende link om uw wachtwoord te resetten: {link}", + "You will receive a link to reset your password via Email." : "U ontvangt een link om uw wachtwoord opnieuw in te stellen via e-mail.", + "Username" : "Gebruikersnaam", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Uw bestanden zijn versleuteld. Als u geen recoverykey hebt ingeschakeld is er geen manier om uw data terug te krijgen na het resetten van uw wachtwoord.\nAls u niet weet wat u moet doen, neem dan alstublieft contact op met uw systeembeheerder voordat u doorgaat.\nWil u echt doorgaan?", + "Yes, I really want to reset my password now" : "Ja, ik wil mijn wachtwoord nu echt resetten", + "Reset" : "Reset", + "New password" : "Nieuw wachtwoord", + "New Password" : "Nieuw wachtwoord", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OSX wordt niet ondersteund en %s zal niet goed werken op dit platform. Gebruik het op uw eigen risico!", + "For the best results, please consider using a GNU/Linux server instead." : "Voor het beste resultaat adviseren wij het gebruik van een GNU/Linux server.", + "Personal" : "Persoonlijk", + "Users" : "Gebruikers", + "Apps" : "Apps", + "Admin" : "Beheerder", + "Help" : "Help", + "Error loading tags" : "Fout bij laden tags", + "Tag already exists" : "Tag bestaat al", + "Error deleting tag(s)" : "Fout bij verwijderen tag(s)", + "Error tagging" : "Fout bij taggen", + "Error untagging" : "Fout bij ont-taggen", + "Error favoriting" : "Fout bij favoriet maken", + "Error unfavoriting" : "Fout bij verwijderen favorietstatus", + "Access forbidden" : "Toegang verboden", + "File not found" : "Bestand niet gevonden", + "The specified document has not been found on the server." : "Het opgegeven document is niet gevonden op deze server.", + "You can click here to return to %s." : "Klik hier om terug te keren naar %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hallo,\n\n%s deelt %s met u.\nBekijk het hier: %s\n\n", + "The share will expire on %s." : "De share vervalt op %s.", + "Cheers!" : "Proficiat!", + "Internal Server Error" : "Interne serverfout", + "The server encountered an internal error and was unable to complete your request." : "De server ontdekte een interne fout en kon uw aanvraag niet verder uitvoeren.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Neem contact op mer de serverbeheerder als deze fout meerdere keren optreedt en neem de onderstaande technische details op in uw melding.", + "More details can be found in the server log." : "Meer details in de serverlogging,", + "Technical details" : "Technische details", + "Remote Address: %s" : "Extern adres: %s", + "Request ID: %s" : "Aanvraag ID: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Boodschap: %s", + "File: %s" : "Bestand: %s", + "Line: %s" : "Regel: %s", + "Trace" : "Trace", + "Security Warning" : "Beveiligingswaarschuwing", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Uw PHP-versie is kwetsbaar voor de NULL byte aanval (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Werk uw PHP installatie bij om %s veilig te kunnen gebruiken.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Uw gegevensdirectory en bestanden zijn vermoedelijk bereikbaar vanaf het internet omdat het .htaccess-bestand niet functioneert.", + "For information how to properly configure your server, please see the documentation." : "Bekijk de documentatie voor Informatie over het correct configureren van uw server.", + "Create an admin account" : "Maak een beheerdersaccount aan", + "Password" : "Wachtwoord", + "Storage & database" : "Opslag & database", + "Data folder" : "Gegevensmap", + "Configure the database" : "Configureer de database", + "Only %s is available." : "Alleen %s is beschikbaar.", + "Database user" : "Gebruiker database", + "Database password" : "Wachtwoord database", + "Database name" : "Naam database", + "Database tablespace" : "Database tablespace", + "Database host" : "Databaseserver", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite wordt gebruikt als database. Voor grotere installaties adviseren we dit te veranderen.", + "Finish setup" : "Installatie afronden", + "Finishing …" : "Afronden ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Deze applicatie heeft JavaScript nodig. Activeer JavaScript en herlaad deze interface.", + "%s is available. Get more information on how to update." : "%s is beschikbaar. Verkrijg meer informatie over het bijwerken.", + "Log out" : "Afmelden", + "Server side authentication failed!" : "Authenticatie bij de server mislukte!", + "Please contact your administrator." : "Neem contact op met uw systeembeheerder.", + "Forgot your password? Reset it!" : "Wachtwoord vergeten? Herstel het!", + "remember" : "onthoud gegevens", + "Log in" : "Meld u aan", + "Alternative Logins" : "Alternatieve inlogs", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo,

%s deelt %s met u.
Bekijk het!

", + "This ownCloud instance is currently in single user mode." : "Deze ownCloud werkt momenteel in enkele gebruiker modus.", + "This means only administrators can use the instance." : "Dat betekent dat alleen beheerders deze installatie kunnen gebruiken.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met uw systeembeheerder als deze melding aanhoudt of onverwacht verscheen.", + "Thank you for your patience." : "Bedankt voor uw geduld.", + "You are accessing the server from an untrusted domain." : "U benadert de server vanaf een niet vertrouwd domein.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Neem contact op met uw beheerder. Als u de beheerder van deze service bent, configureer dan de \"trusted_domain\" instelling in config/config.php. Een voorbeeldconfiguratie is gegeven in config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhankelijk van uw configuratie zou u als beheerder ook de onderstaande knop kunnen gebruiken om dit domein te vertrouwen.", + "Add \"%s\" as trusted domain" : "\"%s\" toevoegen als vertrouwd domein", + "%s will be updated to version %s." : "%s wordt bijgewerkt naar versie %s.", + "The following apps will be disabled:" : "De volgende apps worden uitgeschakeld:", + "The theme %s has been disabled." : "Het thema %s is uitgeschakeld.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Let erop dat de database, de config map en de data map zijn gebackupped voordat u verder gaat.", + "Start update" : "Begin de update", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Om time-outs tijdens grotere installaties te voorkomen, kunt u in plaats hiervan de volgende opdracht geven vanaf uw installatiedirectory:", + "This %s instance is currently being updated, which may take a while." : "Deze %s-installatie wordt momenteel geüpdatet. Dat kan enige tijd duren.", + "This page will refresh itself when the %s instance is available again." : "Deze pagina wordt ververst als de %s-installatie weer beschikbaar is." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nl.json b/core/l10n/nl.json new file mode 100644 index 0000000000..a25e8c5d50 --- /dev/null +++ b/core/l10n/nl.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Kon geen e-mail sturen aan de volgende gebruikers: %s", + "Turned on maintenance mode" : "Onderhoudsmodus ingeschakeld", + "Turned off maintenance mode" : "Onderhoudsmodus uitgeschakeld", + "Updated database" : "Database bijgewerkt", + "Checked database schema update" : "Database schema-update gecontroleerd", + "Checked database schema update for apps" : "Database schema-update voor apps gecontroleerd", + "Updated \"%s\" to %s" : "Bijgewerkt \"%s\" naar %s", + "Disabled incompatible apps: %s" : "Gedeactiveerde incompatibele apps: %s", + "No image or file provided" : "Geen afbeelding of bestand opgegeven", + "Unknown filetype" : "Onbekend bestandsformaat", + "Invalid image" : "Ongeldige afbeelding", + "No temporary profile picture available, try again" : "Geen tijdelijke profielafbeelding beschikbaar. Probeer het opnieuw", + "No crop data provided" : "Geen bijsnijdingsgegevens opgegeven", + "Sunday" : "zondag", + "Monday" : "maandag", + "Tuesday" : "dinsdag", + "Wednesday" : "woensdag", + "Thursday" : "donderdag", + "Friday" : "vrijdag", + "Saturday" : "zaterdag", + "January" : "januari", + "February" : "februari", + "March" : "maart", + "April" : "april", + "May" : "mei", + "June" : "juni", + "July" : "juli", + "August" : "augustus", + "September" : "september", + "October" : "oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Uw bestanden zijn versleuteld. Als u de herstelsleutel niet hebt geactiveerd, is er geen mogelijk om uw gegevens terug te krijgen nadat uw wachtwoord is hersteld.
Als u niet weet wat u moet doen, neem dan eerst contact op met uw beheerder.
Wilt u echt verder gaan?", + "I know what I'm doing" : "Ik weet wat ik doe", + "Reset password" : "Reset wachtwoord", + "Password can not be changed. Please contact your administrator." : "Het wachtwoord kan niet worden gewijzigd. Neem contact op met uw beheerder.", + "No" : "Nee", + "Yes" : "Ja", + "Choose" : "Kies", + "Error loading file picker template: {error}" : "Fout bij laden bestandenselecteur sjabloon: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Fout bij laden berichtensjabloon: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} bestandsconflict","{count} bestandsconflicten"], + "One file conflict" : "Een bestandsconflict", + "New Files" : "Nieuwe bestanden", + "Already existing files" : "Al aanwezige bestanden", + "Which files do you want to keep?" : "Welke bestanden wilt u bewaren?", + "If you select both versions, the copied file will have a number added to its name." : "Als u beide versies selecteerde, zal het gekopieerde bestand een nummer aan de naam toegevoegd krijgen.", + "Cancel" : "Annuleer", + "Continue" : "Verder", + "(all selected)" : "(alles geselecteerd)", + "({count} selected)" : "({count} geselecteerd)", + "Error loading file exists template" : "Fout bij laden bestand bestaat al sjabloon", + "Very weak password" : "Zeer zwak wachtwoord", + "Weak password" : "Zwak wachtwoord", + "So-so password" : "Matig wachtwoord", + "Good password" : "Goed wachtwoord", + "Strong password" : "Sterk wachtwoord", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Uw webserver is nog niet goed ingesteld voor bestandssynchronisatie omdat de WebDAV interface verbroken lijkt.", + "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." : "Deze server heeft geen actieve internetverbinding. Dat betekent dat sommige functies, zoals aankoppelen van externe opslag, notificaties over updates of installatie van apps van 3e partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als u alle functies wilt gebruiken.", + "Error occurred while checking server setup" : "Een fout trad op bij checken serverconfiguratie", + "Shared" : "Gedeeld", + "Shared with {recipients}" : "Gedeeld met {recipients}", + "Share" : "Delen", + "Error" : "Fout", + "Error while sharing" : "Fout tijdens het delen", + "Error while unsharing" : "Fout tijdens het stoppen met delen", + "Error while changing permissions" : "Fout tijdens het veranderen van permissies", + "Shared with you and the group {group} by {owner}" : "Gedeeld met u en de groep {group} door {owner}", + "Shared with you by {owner}" : "Gedeeld met u door {owner}", + "Share with user or group …" : "Delen met gebruiker of groep ...", + "Share link" : "Deel link", + "The public link will expire no later than {days} days after it is created" : "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken", + "Password protect" : "Wachtwoord beveiligd", + "Choose a password for the public link" : "Kies een wachtwoord voor de openbare link", + "Allow Public Upload" : "Sta publieke uploads toe", + "Email link to person" : "E-mail link naar persoon", + "Send" : "Versturen", + "Set expiration date" : "Stel vervaldatum in", + "Expiration date" : "Vervaldatum", + "Adding user..." : "Toevoegen gebruiker...", + "group" : "groep", + "Resharing is not allowed" : "Verder delen is niet toegestaan", + "Shared in {item} with {user}" : "Gedeeld in {item} met {user}", + "Unshare" : "Stop met delen", + "notify by email" : "melden per e-mail", + "can share" : "kan delen", + "can edit" : "kan wijzigen", + "access control" : "toegangscontrole", + "create" : "creëer", + "update" : "bijwerken", + "delete" : "verwijderen", + "Password protected" : "Wachtwoord beveiligd", + "Error unsetting expiration date" : "Fout tijdens het verwijderen van de vervaldatum", + "Error setting expiration date" : "Fout tijdens het instellen van de vervaldatum", + "Sending ..." : "Versturen ...", + "Email sent" : "E-mail verzonden", + "Warning" : "Waarschuwing", + "The object type is not specified." : "Het object type is niet gespecificeerd.", + "Enter new" : "Opgeven nieuw", + "Delete" : "Verwijder", + "Add" : "Toevoegen", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "De update is geslaagd. U wordt teruggeleid naar uw eigen ownCloud.", + "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet herstellen, omdat het token ongeldig is", + "Couldn't send reset email. Please make sure your username is correct." : "Kon e-mail niet versturen. Verifieer of uw gebruikersnaam correct is.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Kon geen herstel e-mail versturen, omdat er geen e-mailadres bekend is bij deze gebruikersnaam. Neem contact op met uw beheerder.", + "%s password reset" : "%s wachtwoord reset", + "Use the following link to reset your password: {link}" : "Gebruik de volgende link om uw wachtwoord te resetten: {link}", + "You will receive a link to reset your password via Email." : "U ontvangt een link om uw wachtwoord opnieuw in te stellen via e-mail.", + "Username" : "Gebruikersnaam", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Uw bestanden zijn versleuteld. Als u geen recoverykey hebt ingeschakeld is er geen manier om uw data terug te krijgen na het resetten van uw wachtwoord.\nAls u niet weet wat u moet doen, neem dan alstublieft contact op met uw systeembeheerder voordat u doorgaat.\nWil u echt doorgaan?", + "Yes, I really want to reset my password now" : "Ja, ik wil mijn wachtwoord nu echt resetten", + "Reset" : "Reset", + "New password" : "Nieuw wachtwoord", + "New Password" : "Nieuw wachtwoord", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OSX wordt niet ondersteund en %s zal niet goed werken op dit platform. Gebruik het op uw eigen risico!", + "For the best results, please consider using a GNU/Linux server instead." : "Voor het beste resultaat adviseren wij het gebruik van een GNU/Linux server.", + "Personal" : "Persoonlijk", + "Users" : "Gebruikers", + "Apps" : "Apps", + "Admin" : "Beheerder", + "Help" : "Help", + "Error loading tags" : "Fout bij laden tags", + "Tag already exists" : "Tag bestaat al", + "Error deleting tag(s)" : "Fout bij verwijderen tag(s)", + "Error tagging" : "Fout bij taggen", + "Error untagging" : "Fout bij ont-taggen", + "Error favoriting" : "Fout bij favoriet maken", + "Error unfavoriting" : "Fout bij verwijderen favorietstatus", + "Access forbidden" : "Toegang verboden", + "File not found" : "Bestand niet gevonden", + "The specified document has not been found on the server." : "Het opgegeven document is niet gevonden op deze server.", + "You can click here to return to %s." : "Klik hier om terug te keren naar %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hallo,\n\n%s deelt %s met u.\nBekijk het hier: %s\n\n", + "The share will expire on %s." : "De share vervalt op %s.", + "Cheers!" : "Proficiat!", + "Internal Server Error" : "Interne serverfout", + "The server encountered an internal error and was unable to complete your request." : "De server ontdekte een interne fout en kon uw aanvraag niet verder uitvoeren.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Neem contact op mer de serverbeheerder als deze fout meerdere keren optreedt en neem de onderstaande technische details op in uw melding.", + "More details can be found in the server log." : "Meer details in de serverlogging,", + "Technical details" : "Technische details", + "Remote Address: %s" : "Extern adres: %s", + "Request ID: %s" : "Aanvraag ID: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Boodschap: %s", + "File: %s" : "Bestand: %s", + "Line: %s" : "Regel: %s", + "Trace" : "Trace", + "Security Warning" : "Beveiligingswaarschuwing", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Uw PHP-versie is kwetsbaar voor de NULL byte aanval (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Werk uw PHP installatie bij om %s veilig te kunnen gebruiken.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Uw gegevensdirectory en bestanden zijn vermoedelijk bereikbaar vanaf het internet omdat het .htaccess-bestand niet functioneert.", + "For information how to properly configure your server, please see the documentation." : "Bekijk de documentatie voor Informatie over het correct configureren van uw server.", + "Create an admin account" : "Maak een beheerdersaccount aan", + "Password" : "Wachtwoord", + "Storage & database" : "Opslag & database", + "Data folder" : "Gegevensmap", + "Configure the database" : "Configureer de database", + "Only %s is available." : "Alleen %s is beschikbaar.", + "Database user" : "Gebruiker database", + "Database password" : "Wachtwoord database", + "Database name" : "Naam database", + "Database tablespace" : "Database tablespace", + "Database host" : "Databaseserver", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite wordt gebruikt als database. Voor grotere installaties adviseren we dit te veranderen.", + "Finish setup" : "Installatie afronden", + "Finishing …" : "Afronden ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Deze applicatie heeft JavaScript nodig. Activeer JavaScript en herlaad deze interface.", + "%s is available. Get more information on how to update." : "%s is beschikbaar. Verkrijg meer informatie over het bijwerken.", + "Log out" : "Afmelden", + "Server side authentication failed!" : "Authenticatie bij de server mislukte!", + "Please contact your administrator." : "Neem contact op met uw systeembeheerder.", + "Forgot your password? Reset it!" : "Wachtwoord vergeten? Herstel het!", + "remember" : "onthoud gegevens", + "Log in" : "Meld u aan", + "Alternative Logins" : "Alternatieve inlogs", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo,

%s deelt %s met u.
Bekijk het!

", + "This ownCloud instance is currently in single user mode." : "Deze ownCloud werkt momenteel in enkele gebruiker modus.", + "This means only administrators can use the instance." : "Dat betekent dat alleen beheerders deze installatie kunnen gebruiken.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met uw systeembeheerder als deze melding aanhoudt of onverwacht verscheen.", + "Thank you for your patience." : "Bedankt voor uw geduld.", + "You are accessing the server from an untrusted domain." : "U benadert de server vanaf een niet vertrouwd domein.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Neem contact op met uw beheerder. Als u de beheerder van deze service bent, configureer dan de \"trusted_domain\" instelling in config/config.php. Een voorbeeldconfiguratie is gegeven in config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhankelijk van uw configuratie zou u als beheerder ook de onderstaande knop kunnen gebruiken om dit domein te vertrouwen.", + "Add \"%s\" as trusted domain" : "\"%s\" toevoegen als vertrouwd domein", + "%s will be updated to version %s." : "%s wordt bijgewerkt naar versie %s.", + "The following apps will be disabled:" : "De volgende apps worden uitgeschakeld:", + "The theme %s has been disabled." : "Het thema %s is uitgeschakeld.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Let erop dat de database, de config map en de data map zijn gebackupped voordat u verder gaat.", + "Start update" : "Begin de update", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Om time-outs tijdens grotere installaties te voorkomen, kunt u in plaats hiervan de volgende opdracht geven vanaf uw installatiedirectory:", + "This %s instance is currently being updated, which may take a while." : "Deze %s-installatie wordt momenteel geüpdatet. Dat kan enige tijd duren.", + "This page will refresh itself when the %s instance is available again." : "Deze pagina wordt ververst als de %s-installatie weer beschikbaar is." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/nl.php b/core/l10n/nl.php deleted file mode 100644 index b6c3b5ce40..0000000000 --- a/core/l10n/nl.php +++ /dev/null @@ -1,211 +0,0 @@ - "Kon geen e-mail sturen aan de volgende gebruikers: %s", -"Turned on maintenance mode" => "Onderhoudsmodus ingeschakeld", -"Turned off maintenance mode" => "Onderhoudsmodus uitgeschakeld", -"Updated database" => "Database bijgewerkt", -"Checked database schema update" => "Database schema-update gecontroleerd", -"Checked database schema update for apps" => "Database schema-update voor apps gecontroleerd", -"Updated \"%s\" to %s" => "Bijgewerkt \"%s\" naar %s", -"Disabled incompatible apps: %s" => "Gedeactiveerde incompatibele apps: %s", -"No image or file provided" => "Geen afbeelding of bestand opgegeven", -"Unknown filetype" => "Onbekend bestandsformaat", -"Invalid image" => "Ongeldige afbeelding", -"No temporary profile picture available, try again" => "Geen tijdelijke profielafbeelding beschikbaar. Probeer het opnieuw", -"No crop data provided" => "Geen bijsnijdingsgegevens opgegeven", -"Sunday" => "zondag", -"Monday" => "maandag", -"Tuesday" => "dinsdag", -"Wednesday" => "woensdag", -"Thursday" => "donderdag", -"Friday" => "vrijdag", -"Saturday" => "zaterdag", -"January" => "januari", -"February" => "februari", -"March" => "maart", -"April" => "april", -"May" => "mei", -"June" => "juni", -"July" => "juli", -"August" => "augustus", -"September" => "september", -"October" => "oktober", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Uw bestanden zijn versleuteld. Als u de herstelsleutel niet hebt geactiveerd, is er geen mogelijk om uw gegevens terug te krijgen nadat uw wachtwoord is hersteld.
Als u niet weet wat u moet doen, neem dan eerst contact op met uw beheerder.
Wilt u echt verder gaan?", -"I know what I'm doing" => "Ik weet wat ik doe", -"Reset password" => "Reset wachtwoord", -"Password can not be changed. Please contact your administrator." => "Het wachtwoord kan niet worden gewijzigd. Neem contact op met uw beheerder.", -"No" => "Nee", -"Yes" => "Ja", -"Choose" => "Kies", -"Error loading file picker template: {error}" => "Fout bij laden bestandenselecteur sjabloon: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Fout bij laden berichtensjabloon: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} bestandsconflict","{count} bestandsconflicten"), -"One file conflict" => "Een bestandsconflict", -"New Files" => "Nieuwe bestanden", -"Already existing files" => "Al aanwezige bestanden", -"Which files do you want to keep?" => "Welke bestanden wilt u bewaren?", -"If you select both versions, the copied file will have a number added to its name." => "Als u beide versies selecteerde, zal het gekopieerde bestand een nummer aan de naam toegevoegd krijgen.", -"Cancel" => "Annuleer", -"Continue" => "Verder", -"(all selected)" => "(alles geselecteerd)", -"({count} selected)" => "({count} geselecteerd)", -"Error loading file exists template" => "Fout bij laden bestand bestaat al sjabloon", -"Very weak password" => "Zeer zwak wachtwoord", -"Weak password" => "Zwak wachtwoord", -"So-so password" => "Matig wachtwoord", -"Good password" => "Goed wachtwoord", -"Strong password" => "Sterk wachtwoord", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Uw webserver is nog niet goed ingesteld voor bestandssynchronisatie omdat de WebDAV interface verbroken lijkt.", -"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." => "Deze server heeft geen actieve internetverbinding. Dat betekent dat sommige functies, zoals aankoppelen van externe opslag, notificaties over updates of installatie van apps van 3e partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als u alle functies wilt gebruiken.", -"Error occurred while checking server setup" => "Een fout trad op bij checken serverconfiguratie", -"Shared" => "Gedeeld", -"Shared with {recipients}" => "Gedeeld met {recipients}", -"Share" => "Delen", -"Error" => "Fout", -"Error while sharing" => "Fout tijdens het delen", -"Error while unsharing" => "Fout tijdens het stoppen met delen", -"Error while changing permissions" => "Fout tijdens het veranderen van permissies", -"Shared with you and the group {group} by {owner}" => "Gedeeld met u en de groep {group} door {owner}", -"Shared with you by {owner}" => "Gedeeld met u door {owner}", -"Share with user or group …" => "Delen met gebruiker of groep ...", -"Share link" => "Deel link", -"The public link will expire no later than {days} days after it is created" => "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken", -"Password protect" => "Wachtwoord beveiligd", -"Choose a password for the public link" => "Kies een wachtwoord voor de openbare link", -"Allow Public Upload" => "Sta publieke uploads toe", -"Email link to person" => "E-mail link naar persoon", -"Send" => "Versturen", -"Set expiration date" => "Stel vervaldatum in", -"Expiration date" => "Vervaldatum", -"Adding user..." => "Toevoegen gebruiker...", -"group" => "groep", -"Resharing is not allowed" => "Verder delen is niet toegestaan", -"Shared in {item} with {user}" => "Gedeeld in {item} met {user}", -"Unshare" => "Stop met delen", -"notify by email" => "melden per e-mail", -"can share" => "kan delen", -"can edit" => "kan wijzigen", -"access control" => "toegangscontrole", -"create" => "creëer", -"update" => "bijwerken", -"delete" => "verwijderen", -"Password protected" => "Wachtwoord beveiligd", -"Error unsetting expiration date" => "Fout tijdens het verwijderen van de vervaldatum", -"Error setting expiration date" => "Fout tijdens het instellen van de vervaldatum", -"Sending ..." => "Versturen ...", -"Email sent" => "E-mail verzonden", -"Warning" => "Waarschuwing", -"The object type is not specified." => "Het object type is niet gespecificeerd.", -"Enter new" => "Opgeven nieuw", -"Delete" => "Verwijder", -"Add" => "Toevoegen", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "De update is geslaagd. U wordt teruggeleid naar uw eigen ownCloud.", -"Couldn't reset password because the token is invalid" => "Kon het wachtwoord niet herstellen, omdat het token ongeldig is", -"Couldn't send reset email. Please make sure your username is correct." => "Kon e-mail niet versturen. Verifieer of uw gebruikersnaam correct is.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Kon geen herstel e-mail versturen, omdat er geen e-mailadres bekend is bij deze gebruikersnaam. Neem contact op met uw beheerder.", -"%s password reset" => "%s wachtwoord reset", -"Use the following link to reset your password: {link}" => "Gebruik de volgende link om uw wachtwoord te resetten: {link}", -"You will receive a link to reset your password via Email." => "U ontvangt een link om uw wachtwoord opnieuw in te stellen via e-mail.", -"Username" => "Gebruikersnaam", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Uw bestanden zijn versleuteld. Als u geen recoverykey hebt ingeschakeld is er geen manier om uw data terug te krijgen na het resetten van uw wachtwoord.\nAls u niet weet wat u moet doen, neem dan alstublieft contact op met uw systeembeheerder voordat u doorgaat.\nWil u echt doorgaan?", -"Yes, I really want to reset my password now" => "Ja, ik wil mijn wachtwoord nu echt resetten", -"Reset" => "Reset", -"New password" => "Nieuw wachtwoord", -"New Password" => "Nieuw wachtwoord", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OSX wordt niet ondersteund en %s zal niet goed werken op dit platform. Gebruik het op uw eigen risico!", -"For the best results, please consider using a GNU/Linux server instead." => "Voor het beste resultaat adviseren wij het gebruik van een GNU/Linux server.", -"Personal" => "Persoonlijk", -"Users" => "Gebruikers", -"Apps" => "Apps", -"Admin" => "Beheerder", -"Help" => "Help", -"Error loading tags" => "Fout bij laden tags", -"Tag already exists" => "Tag bestaat al", -"Error deleting tag(s)" => "Fout bij verwijderen tag(s)", -"Error tagging" => "Fout bij taggen", -"Error untagging" => "Fout bij ont-taggen", -"Error favoriting" => "Fout bij favoriet maken", -"Error unfavoriting" => "Fout bij verwijderen favorietstatus", -"Access forbidden" => "Toegang verboden", -"File not found" => "Bestand niet gevonden", -"The specified document has not been found on the server." => "Het opgegeven document is niet gevonden op deze server.", -"You can click here to return to %s." => "Klik hier om terug te keren naar %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\n%s deelt %s met u.\nBekijk het hier: %s\n\n", -"The share will expire on %s." => "De share vervalt op %s.", -"Cheers!" => "Proficiat!", -"Internal Server Error" => "Interne serverfout", -"The server encountered an internal error and was unable to complete your request." => "De server ontdekte een interne fout en kon uw aanvraag niet verder uitvoeren.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Neem contact op mer de serverbeheerder als deze fout meerdere keren optreedt en neem de onderstaande technische details op in uw melding.", -"More details can be found in the server log." => "Meer details in de serverlogging,", -"Technical details" => "Technische details", -"Remote Address: %s" => "Extern adres: %s", -"Request ID: %s" => "Aanvraag ID: %s", -"Code: %s" => "Code: %s", -"Message: %s" => "Boodschap: %s", -"File: %s" => "Bestand: %s", -"Line: %s" => "Regel: %s", -"Trace" => "Trace", -"Security Warning" => "Beveiligingswaarschuwing", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Uw PHP-versie is kwetsbaar voor de NULL byte aanval (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Werk uw PHP installatie bij om %s veilig te kunnen gebruiken.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Uw gegevensdirectory en bestanden zijn vermoedelijk bereikbaar vanaf het internet omdat het .htaccess-bestand niet functioneert.", -"For information how to properly configure your server, please see the documentation." => "Bekijk de documentatie voor Informatie over het correct configureren van uw server.", -"Create an admin account" => "Maak een beheerdersaccount aan", -"Password" => "Wachtwoord", -"Storage & database" => "Opslag & database", -"Data folder" => "Gegevensmap", -"Configure the database" => "Configureer de database", -"Only %s is available." => "Alleen %s is beschikbaar.", -"Database user" => "Gebruiker database", -"Database password" => "Wachtwoord database", -"Database name" => "Naam database", -"Database tablespace" => "Database tablespace", -"Database host" => "Databaseserver", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite wordt gebruikt als database. Voor grotere installaties adviseren we dit te veranderen.", -"Finish setup" => "Installatie afronden", -"Finishing …" => "Afronden ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Deze applicatie heeft JavaScript nodig. Activeer JavaScript en herlaad deze interface.", -"%s is available. Get more information on how to update." => "%s is beschikbaar. Verkrijg meer informatie over het bijwerken.", -"Log out" => "Afmelden", -"Server side authentication failed!" => "Authenticatie bij de server mislukte!", -"Please contact your administrator." => "Neem contact op met uw systeembeheerder.", -"Forgot your password? Reset it!" => "Wachtwoord vergeten? Herstel het!", -"remember" => "onthoud gegevens", -"Log in" => "Meld u aan", -"Alternative Logins" => "Alternatieve inlogs", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hallo,

%s deelt %s met u.
Bekijk het!

", -"This ownCloud instance is currently in single user mode." => "Deze ownCloud werkt momenteel in enkele gebruiker modus.", -"This means only administrators can use the instance." => "Dat betekent dat alleen beheerders deze installatie kunnen gebruiken.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Neem contact op met uw systeembeheerder als deze melding aanhoudt of onverwacht verscheen.", -"Thank you for your patience." => "Bedankt voor uw geduld.", -"You are accessing the server from an untrusted domain." => "U benadert de server vanaf een niet vertrouwd domein.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Neem contact op met uw beheerder. Als u de beheerder van deze service bent, configureer dan de \"trusted_domain\" instelling in config/config.php. Een voorbeeldconfiguratie is gegeven in config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Afhankelijk van uw configuratie zou u als beheerder ook de onderstaande knop kunnen gebruiken om dit domein te vertrouwen.", -"Add \"%s\" as trusted domain" => "\"%s\" toevoegen als vertrouwd domein", -"%s will be updated to version %s." => "%s wordt bijgewerkt naar versie %s.", -"The following apps will be disabled:" => "De volgende apps worden uitgeschakeld:", -"The theme %s has been disabled." => "Het thema %s is uitgeschakeld.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Let erop dat de database, de config map en de data map zijn gebackupped voordat u verder gaat.", -"Start update" => "Begin de update", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Om time-outs tijdens grotere installaties te voorkomen, kunt u in plaats hiervan de volgende opdracht geven vanaf uw installatiedirectory:", -"This %s instance is currently being updated, which may take a while." => "Deze %s-installatie wordt momenteel geüpdatet. Dat kan enige tijd duren.", -"This page will refresh itself when the %s instance is available again." => "Deze pagina wordt ververst als de %s-installatie weer beschikbaar is." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/nn_NO.js b/core/l10n/nn_NO.js new file mode 100644 index 0000000000..ed4f66d57d --- /dev/null +++ b/core/l10n/nn_NO.js @@ -0,0 +1,126 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Kunne ikkje snede e-post til følgande brukarar: %s ", + "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", + "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", + "Sunday" : "Søndag", + "Monday" : "Måndag", + "Tuesday" : "Tysdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Laurdag", + "January" : "Januar", + "February" : "Februar", + "March" : "Mars", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "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", + "No" : "Nei", + "Yes" : "Ja", + "Choose" : "Vel", + "Error loading file picker template: {error}" : "Klarte ikkje å lasta filplukkarmal: {error}", + "Ok" : "Greitt", + "Error loading message template: {error}" : "Klarte ikkje å lasta meldingsmal: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} filkonflikt","{count} filkonfliktar"], + "One file conflict" : "Éin filkonflikt", + "Which files do you want to keep?" : "Kva filer vil du spara?", + "If you select both versions, the copied file will have a number added to its name." : "Viss du vel begge utgåvene, vil den kopierte fila få eit tal lagt til namnet.", + "Cancel" : "Avbryt", + "Continue" : "Gå vidare", + "(all selected)" : "(alle valte)", + "({count} selected)" : "({count} valte)", + "Error loading file exists template" : "Klarte ikkje å lasta fil-finst-mal", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Tenaren din er ikkje enno rett innstilt til å tilby filsynkronisering sidan WebDAV-grensesnittet ser ut til å vera øydelagt.", + "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." : "Denne tenaren har ikkje ei fungerande nettilkopling. Dette vil seia at visse funksjonar, som montering av ekstern lagring, meldingar om oppdateringar eller installering av tredjepartsprogram, ikkje vil fungera. Det kan òg henda at du ikkje får tilgang til filene dine utanfrå, eller ikkje får sendt varslingsepostar. Me rår deg til å skru på nettilkoplinga for denne tenaren viss du ønskjer desse funksjonane.", + "Shared" : "Delt", + "Share" : "Del", + "Error" : "Feil", + "Error while sharing" : "Feil ved deling", + "Error while unsharing" : "Feil ved udeling", + "Error while changing permissions" : "Feil ved endring av tillatingar", + "Shared with you and the group {group} by {owner}" : "Delt med deg og gruppa {group} av {owner}", + "Shared with you by {owner}" : "Delt med deg av {owner}", + "Share link" : "Del lenkje", + "Password protect" : "Passordvern", + "Choose a password for the public link" : "Vel eit passord for den offentlege lenkja", + "Allow Public Upload" : "Tillat offentleg opplasting", + "Email link to person" : "Send lenkja over e-post", + "Send" : "Send", + "Set expiration date" : "Set utløpsdato", + "Expiration date" : "Utløpsdato", + "group" : "gruppe", + "Resharing is not allowed" : "Vidaredeling er ikkje tillate", + "Shared in {item} with {user}" : "Delt i {item} med {brukar}", + "Unshare" : "Udel", + "can share" : "kan dela", + "can edit" : "kan endra", + "access control" : "tilgangskontroll", + "create" : "lag", + "update" : "oppdater", + "delete" : "slett", + "Password protected" : "Passordverna", + "Error unsetting expiration date" : "Klarte ikkje fjerna utløpsdato", + "Error setting expiration date" : "Klarte ikkje setja utløpsdato", + "Sending ..." : "Sender …", + "Email sent" : "E-post sendt", + "Warning" : "Åtvaring", + "The object type is not specified." : "Objekttypen er ikkje spesifisert.", + "Delete" : "Slett", + "Add" : "Legg til", + "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}", + "You will receive a link to reset your password via Email." : "Du vil få ein e-post med ei lenkje for å nullstilla passordet.", + "Username" : "Brukarnamn", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Filene dine er krypterte. Viss du ikkje har skrudd på gjenopprettingsnøkkelen, finst det ingen måte å få tilbake dataa dine når passordet ditt er nullstilt. Viss du ikkje er sikker på kva du skal gjera bør du spørja administratoren din før du går vidare. Vil du verkeleg fortsetja?", + "Yes, I really want to reset my password now" : "Ja, eg vil nullstilla passordet mitt no", + "New password" : "Nytt passord", + "Personal" : "Personleg", + "Users" : "Brukarar", + "Apps" : "Program", + "Admin" : "Admin", + "Help" : "Hjelp", + "Access forbidden" : "Tilgang forbudt", + "Security Warning" : "Tryggleiksåtvaring", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "PHP-utgåva di er sårbar for NULL-byteåtaket (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Ver venleg og oppdater PHP-installasjonen din til å brukar %s trygt.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Datamappa og filene dine er sannsynlegvis tilgjengelege frå Internett sidan .htaccess-fila ikkje fungerer.", + "For information how to properly configure your server, please see the documentation." : "Ver venleg og les dokumentasjonen for meir informasjon om korleis du konfigurerer tenaren din.", + "Create an admin account" : "Lag ein admin-konto", + "Password" : "Passord", + "Data folder" : "Datamappe", + "Configure the database" : "Set opp databasen", + "Database user" : "Databasebrukar", + "Database password" : "Databasepassord", + "Database name" : "Databasenamn", + "Database tablespace" : "Tabellnamnrom for database", + "Database host" : "Databasetenar", + "Finish setup" : "Fullfør oppsettet", + "%s is available. Get more information on how to update." : "%s er tilgjengeleg. Få meir informasjon om korleis du oppdaterer.", + "Log out" : "Logg ut", + "remember" : "hugs", + "Log in" : "Logg inn", + "Alternative Logins" : "Alternative innloggingar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nn_NO.json b/core/l10n/nn_NO.json new file mode 100644 index 0000000000..a4be2d9ace --- /dev/null +++ b/core/l10n/nn_NO.json @@ -0,0 +1,124 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Kunne ikkje snede e-post til følgande brukarar: %s ", + "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", + "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", + "Sunday" : "Søndag", + "Monday" : "Måndag", + "Tuesday" : "Tysdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Laurdag", + "January" : "Januar", + "February" : "Februar", + "March" : "Mars", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "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", + "No" : "Nei", + "Yes" : "Ja", + "Choose" : "Vel", + "Error loading file picker template: {error}" : "Klarte ikkje å lasta filplukkarmal: {error}", + "Ok" : "Greitt", + "Error loading message template: {error}" : "Klarte ikkje å lasta meldingsmal: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} filkonflikt","{count} filkonfliktar"], + "One file conflict" : "Éin filkonflikt", + "Which files do you want to keep?" : "Kva filer vil du spara?", + "If you select both versions, the copied file will have a number added to its name." : "Viss du vel begge utgåvene, vil den kopierte fila få eit tal lagt til namnet.", + "Cancel" : "Avbryt", + "Continue" : "Gå vidare", + "(all selected)" : "(alle valte)", + "({count} selected)" : "({count} valte)", + "Error loading file exists template" : "Klarte ikkje å lasta fil-finst-mal", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Tenaren din er ikkje enno rett innstilt til å tilby filsynkronisering sidan WebDAV-grensesnittet ser ut til å vera øydelagt.", + "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." : "Denne tenaren har ikkje ei fungerande nettilkopling. Dette vil seia at visse funksjonar, som montering av ekstern lagring, meldingar om oppdateringar eller installering av tredjepartsprogram, ikkje vil fungera. Det kan òg henda at du ikkje får tilgang til filene dine utanfrå, eller ikkje får sendt varslingsepostar. Me rår deg til å skru på nettilkoplinga for denne tenaren viss du ønskjer desse funksjonane.", + "Shared" : "Delt", + "Share" : "Del", + "Error" : "Feil", + "Error while sharing" : "Feil ved deling", + "Error while unsharing" : "Feil ved udeling", + "Error while changing permissions" : "Feil ved endring av tillatingar", + "Shared with you and the group {group} by {owner}" : "Delt med deg og gruppa {group} av {owner}", + "Shared with you by {owner}" : "Delt med deg av {owner}", + "Share link" : "Del lenkje", + "Password protect" : "Passordvern", + "Choose a password for the public link" : "Vel eit passord for den offentlege lenkja", + "Allow Public Upload" : "Tillat offentleg opplasting", + "Email link to person" : "Send lenkja over e-post", + "Send" : "Send", + "Set expiration date" : "Set utløpsdato", + "Expiration date" : "Utløpsdato", + "group" : "gruppe", + "Resharing is not allowed" : "Vidaredeling er ikkje tillate", + "Shared in {item} with {user}" : "Delt i {item} med {brukar}", + "Unshare" : "Udel", + "can share" : "kan dela", + "can edit" : "kan endra", + "access control" : "tilgangskontroll", + "create" : "lag", + "update" : "oppdater", + "delete" : "slett", + "Password protected" : "Passordverna", + "Error unsetting expiration date" : "Klarte ikkje fjerna utløpsdato", + "Error setting expiration date" : "Klarte ikkje setja utløpsdato", + "Sending ..." : "Sender …", + "Email sent" : "E-post sendt", + "Warning" : "Åtvaring", + "The object type is not specified." : "Objekttypen er ikkje spesifisert.", + "Delete" : "Slett", + "Add" : "Legg til", + "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}", + "You will receive a link to reset your password via Email." : "Du vil få ein e-post med ei lenkje for å nullstilla passordet.", + "Username" : "Brukarnamn", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Filene dine er krypterte. Viss du ikkje har skrudd på gjenopprettingsnøkkelen, finst det ingen måte å få tilbake dataa dine når passordet ditt er nullstilt. Viss du ikkje er sikker på kva du skal gjera bør du spørja administratoren din før du går vidare. Vil du verkeleg fortsetja?", + "Yes, I really want to reset my password now" : "Ja, eg vil nullstilla passordet mitt no", + "New password" : "Nytt passord", + "Personal" : "Personleg", + "Users" : "Brukarar", + "Apps" : "Program", + "Admin" : "Admin", + "Help" : "Hjelp", + "Access forbidden" : "Tilgang forbudt", + "Security Warning" : "Tryggleiksåtvaring", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "PHP-utgåva di er sårbar for NULL-byteåtaket (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Ver venleg og oppdater PHP-installasjonen din til å brukar %s trygt.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Datamappa og filene dine er sannsynlegvis tilgjengelege frå Internett sidan .htaccess-fila ikkje fungerer.", + "For information how to properly configure your server, please see the documentation." : "Ver venleg og les dokumentasjonen for meir informasjon om korleis du konfigurerer tenaren din.", + "Create an admin account" : "Lag ein admin-konto", + "Password" : "Passord", + "Data folder" : "Datamappe", + "Configure the database" : "Set opp databasen", + "Database user" : "Databasebrukar", + "Database password" : "Databasepassord", + "Database name" : "Databasenamn", + "Database tablespace" : "Tabellnamnrom for database", + "Database host" : "Databasetenar", + "Finish setup" : "Fullfør oppsettet", + "%s is available. Get more information on how to update." : "%s er tilgjengeleg. Få meir informasjon om korleis du oppdaterer.", + "Log out" : "Logg ut", + "remember" : "hugs", + "Log in" : "Logg inn", + "Alternative Logins" : "Alternative innloggingar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/nn_NO.php b/core/l10n/nn_NO.php deleted file mode 100644 index dcbad11138..0000000000 --- a/core/l10n/nn_NO.php +++ /dev/null @@ -1,125 +0,0 @@ - "Kunne ikkje snede e-post til følgande brukarar: %s ", -"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", -"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", -"Sunday" => "Søndag", -"Monday" => "Måndag", -"Tuesday" => "Tysdag", -"Wednesday" => "Onsdag", -"Thursday" => "Torsdag", -"Friday" => "Fredag", -"Saturday" => "Laurdag", -"January" => "Januar", -"February" => "Februar", -"March" => "Mars", -"April" => "April", -"May" => "Mai", -"June" => "Juni", -"July" => "Juli", -"August" => "August", -"September" => "September", -"October" => "Oktober", -"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", -"No" => "Nei", -"Yes" => "Ja", -"Choose" => "Vel", -"Error loading file picker template: {error}" => "Klarte ikkje å lasta filplukkarmal: {error}", -"Ok" => "Greitt", -"Error loading message template: {error}" => "Klarte ikkje å lasta meldingsmal: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} filkonflikt","{count} filkonfliktar"), -"One file conflict" => "Éin filkonflikt", -"Which files do you want to keep?" => "Kva filer vil du spara?", -"If you select both versions, the copied file will have a number added to its name." => "Viss du vel begge utgåvene, vil den kopierte fila få eit tal lagt til namnet.", -"Cancel" => "Avbryt", -"Continue" => "Gå vidare", -"(all selected)" => "(alle valte)", -"({count} selected)" => "({count} valte)", -"Error loading file exists template" => "Klarte ikkje å lasta fil-finst-mal", -"Very weak password" => "Veldig svakt passord", -"Weak password" => "Svakt passord", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Tenaren din er ikkje enno rett innstilt til å tilby filsynkronisering sidan WebDAV-grensesnittet ser ut til å vera øydelagt.", -"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." => "Denne tenaren har ikkje ei fungerande nettilkopling. Dette vil seia at visse funksjonar, som montering av ekstern lagring, meldingar om oppdateringar eller installering av tredjepartsprogram, ikkje vil fungera. Det kan òg henda at du ikkje får tilgang til filene dine utanfrå, eller ikkje får sendt varslingsepostar. Me rår deg til å skru på nettilkoplinga for denne tenaren viss du ønskjer desse funksjonane.", -"Shared" => "Delt", -"Share" => "Del", -"Error" => "Feil", -"Error while sharing" => "Feil ved deling", -"Error while unsharing" => "Feil ved udeling", -"Error while changing permissions" => "Feil ved endring av tillatingar", -"Shared with you and the group {group} by {owner}" => "Delt med deg og gruppa {group} av {owner}", -"Shared with you by {owner}" => "Delt med deg av {owner}", -"Share link" => "Del lenkje", -"Password protect" => "Passordvern", -"Choose a password for the public link" => "Vel eit passord for den offentlege lenkja", -"Allow Public Upload" => "Tillat offentleg opplasting", -"Email link to person" => "Send lenkja over e-post", -"Send" => "Send", -"Set expiration date" => "Set utløpsdato", -"Expiration date" => "Utløpsdato", -"group" => "gruppe", -"Resharing is not allowed" => "Vidaredeling er ikkje tillate", -"Shared in {item} with {user}" => "Delt i {item} med {brukar}", -"Unshare" => "Udel", -"can share" => "kan dela", -"can edit" => "kan endra", -"access control" => "tilgangskontroll", -"create" => "lag", -"update" => "oppdater", -"delete" => "slett", -"Password protected" => "Passordverna", -"Error unsetting expiration date" => "Klarte ikkje fjerna utløpsdato", -"Error setting expiration date" => "Klarte ikkje setja utløpsdato", -"Sending ..." => "Sender …", -"Email sent" => "E-post sendt", -"Warning" => "Åtvaring", -"The object type is not specified." => "Objekttypen er ikkje spesifisert.", -"Delete" => "Slett", -"Add" => "Legg til", -"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}", -"You will receive a link to reset your password via Email." => "Du vil få ein e-post med ei lenkje for å nullstilla passordet.", -"Username" => "Brukarnamn", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Filene dine er krypterte. Viss du ikkje har skrudd på gjenopprettingsnøkkelen, finst det ingen måte å få tilbake dataa dine når passordet ditt er nullstilt. Viss du ikkje er sikker på kva du skal gjera bør du spørja administratoren din før du går vidare. Vil du verkeleg fortsetja?", -"Yes, I really want to reset my password now" => "Ja, eg vil nullstilla passordet mitt no", -"New password" => "Nytt passord", -"Personal" => "Personleg", -"Users" => "Brukarar", -"Apps" => "Program", -"Admin" => "Admin", -"Help" => "Hjelp", -"Access forbidden" => "Tilgang forbudt", -"Security Warning" => "Tryggleiksåtvaring", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "PHP-utgåva di er sårbar for NULL-byteåtaket (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Ver venleg og oppdater PHP-installasjonen din til å brukar %s trygt.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Datamappa og filene dine er sannsynlegvis tilgjengelege frå Internett sidan .htaccess-fila ikkje fungerer.", -"For information how to properly configure your server, please see the documentation." => "Ver venleg og les dokumentasjonen for meir informasjon om korleis du konfigurerer tenaren din.", -"Create an admin account" => "Lag ein admin-konto", -"Password" => "Passord", -"Data folder" => "Datamappe", -"Configure the database" => "Set opp databasen", -"Database user" => "Databasebrukar", -"Database password" => "Databasepassord", -"Database name" => "Databasenamn", -"Database tablespace" => "Tabellnamnrom for database", -"Database host" => "Databasetenar", -"Finish setup" => "Fullfør oppsettet", -"%s is available. Get more information on how to update." => "%s er tilgjengeleg. Få meir informasjon om korleis du oppdaterer.", -"Log out" => "Logg ut", -"remember" => "hugs", -"Log in" => "Logg inn", -"Alternative Logins" => "Alternative innloggingar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/nqo.js b/core/l10n/nqo.js new file mode 100644 index 0000000000..87077ecad9 --- /dev/null +++ b/core/l10n/nqo.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/nqo.json b/core/l10n/nqo.json new file mode 100644 index 0000000000..c499f69655 --- /dev/null +++ b/core/l10n/nqo.json @@ -0,0 +1,4 @@ +{ "translations": { + "_{count} file conflict_::_{count} file conflicts_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/nqo.php b/core/l10n/nqo.php deleted file mode 100644 index 1191769faa..0000000000 --- a/core/l10n/nqo.php +++ /dev/null @@ -1,5 +0,0 @@ - array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/oc.js b/core/l10n/oc.js new file mode 100644 index 0000000000..42d1151455 --- /dev/null +++ b/core/l10n/oc.js @@ -0,0 +1,79 @@ +OC.L10N.register( + "core", + { + "Sunday" : "Dimenge", + "Monday" : "Diluns", + "Tuesday" : "Dimarç", + "Wednesday" : "Dimecres", + "Thursday" : "Dijòus", + "Friday" : "Divendres", + "Saturday" : "Dissabte", + "January" : "genièr", + "February" : "febrièr", + "March" : "març", + "April" : "abril", + "May" : "mai", + "June" : "junh", + "July" : "julhet", + "August" : "agost", + "September" : "septembre", + "October" : "octobre", + "November" : "Novembre", + "December" : "Decembre", + "Settings" : "Configuracion", + "Folder" : "Dorsièr", + "Saving..." : "Enregistra...", + "Reset password" : "Senhal tornat botar", + "No" : "Non", + "Yes" : "Òc", + "Choose" : "Causís", + "Ok" : "D'accòrdi", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Annula", + "Share" : "Parteja", + "Error" : "Error", + "Error while sharing" : "Error al partejar", + "Error while unsharing" : "Error al non partejar", + "Error while changing permissions" : "Error al cambiar permissions", + "Password protect" : "Parat per senhal", + "Set expiration date" : "Met la data d'expiracion", + "Expiration date" : "Data d'expiracion", + "group" : "grop", + "Resharing is not allowed" : "Tornar partejar es pas permis", + "Unshare" : "Pas partejador", + "can edit" : "pòt modificar", + "access control" : "Contraròtle d'acces", + "create" : "crea", + "update" : "met a jorn", + "delete" : "escafa", + "Password protected" : "Parat per senhal", + "Error unsetting expiration date" : "Error al metre de la data d'expiracion", + "Error setting expiration date" : "Error setting expiration date", + "Delete" : "Escafa", + "Add" : "Ajusta", + "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", + "New password" : "Senhal novèl", + "Personal" : "Personal", + "Users" : "Usancièrs", + "Apps" : "Apps", + "Admin" : "Admin", + "Help" : "Ajuda", + "Access forbidden" : "Acces enebit", + "Security Warning" : "Avertiment de securitat", + "Create an admin account" : "Crea un compte admin", + "Password" : "Senhal", + "Data folder" : "Dorsièr de donadas", + "Configure the database" : "Configura la basa de donadas", + "Database user" : "Usancièr de la basa de donadas", + "Database password" : "Senhal de la basa de donadas", + "Database name" : "Nom de la basa de donadas", + "Database tablespace" : "Espandi de taula de basa de donadas", + "Database host" : "Òste de basa de donadas", + "Finish setup" : "Configuracion acabada", + "Log out" : "Sortida", + "remember" : "bremba-te", + "Log in" : "Dintrada" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/oc.json b/core/l10n/oc.json new file mode 100644 index 0000000000..4faa8cd0be --- /dev/null +++ b/core/l10n/oc.json @@ -0,0 +1,77 @@ +{ "translations": { + "Sunday" : "Dimenge", + "Monday" : "Diluns", + "Tuesday" : "Dimarç", + "Wednesday" : "Dimecres", + "Thursday" : "Dijòus", + "Friday" : "Divendres", + "Saturday" : "Dissabte", + "January" : "genièr", + "February" : "febrièr", + "March" : "març", + "April" : "abril", + "May" : "mai", + "June" : "junh", + "July" : "julhet", + "August" : "agost", + "September" : "septembre", + "October" : "octobre", + "November" : "Novembre", + "December" : "Decembre", + "Settings" : "Configuracion", + "Folder" : "Dorsièr", + "Saving..." : "Enregistra...", + "Reset password" : "Senhal tornat botar", + "No" : "Non", + "Yes" : "Òc", + "Choose" : "Causís", + "Ok" : "D'accòrdi", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Annula", + "Share" : "Parteja", + "Error" : "Error", + "Error while sharing" : "Error al partejar", + "Error while unsharing" : "Error al non partejar", + "Error while changing permissions" : "Error al cambiar permissions", + "Password protect" : "Parat per senhal", + "Set expiration date" : "Met la data d'expiracion", + "Expiration date" : "Data d'expiracion", + "group" : "grop", + "Resharing is not allowed" : "Tornar partejar es pas permis", + "Unshare" : "Pas partejador", + "can edit" : "pòt modificar", + "access control" : "Contraròtle d'acces", + "create" : "crea", + "update" : "met a jorn", + "delete" : "escafa", + "Password protected" : "Parat per senhal", + "Error unsetting expiration date" : "Error al metre de la data d'expiracion", + "Error setting expiration date" : "Error setting expiration date", + "Delete" : "Escafa", + "Add" : "Ajusta", + "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", + "New password" : "Senhal novèl", + "Personal" : "Personal", + "Users" : "Usancièrs", + "Apps" : "Apps", + "Admin" : "Admin", + "Help" : "Ajuda", + "Access forbidden" : "Acces enebit", + "Security Warning" : "Avertiment de securitat", + "Create an admin account" : "Crea un compte admin", + "Password" : "Senhal", + "Data folder" : "Dorsièr de donadas", + "Configure the database" : "Configura la basa de donadas", + "Database user" : "Usancièr de la basa de donadas", + "Database password" : "Senhal de la basa de donadas", + "Database name" : "Nom de la basa de donadas", + "Database tablespace" : "Espandi de taula de basa de donadas", + "Database host" : "Òste de basa de donadas", + "Finish setup" : "Configuracion acabada", + "Log out" : "Sortida", + "remember" : "bremba-te", + "Log in" : "Dintrada" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/core/l10n/oc.php b/core/l10n/oc.php deleted file mode 100644 index d785441ee2..0000000000 --- a/core/l10n/oc.php +++ /dev/null @@ -1,78 +0,0 @@ - "Dimenge", -"Monday" => "Diluns", -"Tuesday" => "Dimarç", -"Wednesday" => "Dimecres", -"Thursday" => "Dijòus", -"Friday" => "Divendres", -"Saturday" => "Dissabte", -"January" => "genièr", -"February" => "febrièr", -"March" => "març", -"April" => "abril", -"May" => "mai", -"June" => "junh", -"July" => "julhet", -"August" => "agost", -"September" => "septembre", -"October" => "octobre", -"November" => "Novembre", -"December" => "Decembre", -"Settings" => "Configuracion", -"Folder" => "Dorsièr", -"Saving..." => "Enregistra...", -"Reset password" => "Senhal tornat botar", -"No" => "Non", -"Yes" => "Òc", -"Choose" => "Causís", -"Ok" => "D'accòrdi", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "Annula", -"Share" => "Parteja", -"Error" => "Error", -"Error while sharing" => "Error al partejar", -"Error while unsharing" => "Error al non partejar", -"Error while changing permissions" => "Error al cambiar permissions", -"Password protect" => "Parat per senhal", -"Set expiration date" => "Met la data d'expiracion", -"Expiration date" => "Data d'expiracion", -"group" => "grop", -"Resharing is not allowed" => "Tornar partejar es pas permis", -"Unshare" => "Pas partejador", -"can edit" => "pòt modificar", -"access control" => "Contraròtle d'acces", -"create" => "crea", -"update" => "met a jorn", -"delete" => "escafa", -"Password protected" => "Parat per senhal", -"Error unsetting expiration date" => "Error al metre de la data d'expiracion", -"Error setting expiration date" => "Error setting expiration date", -"Delete" => "Escafa", -"Add" => "Ajusta", -"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", -"New password" => "Senhal novèl", -"Personal" => "Personal", -"Users" => "Usancièrs", -"Apps" => "Apps", -"Admin" => "Admin", -"Help" => "Ajuda", -"Access forbidden" => "Acces enebit", -"Security Warning" => "Avertiment de securitat", -"Create an admin account" => "Crea un compte admin", -"Password" => "Senhal", -"Data folder" => "Dorsièr de donadas", -"Configure the database" => "Configura la basa de donadas", -"Database user" => "Usancièr de la basa de donadas", -"Database password" => "Senhal de la basa de donadas", -"Database name" => "Nom de la basa de donadas", -"Database tablespace" => "Espandi de taula de basa de donadas", -"Database host" => "Òste de basa de donadas", -"Finish setup" => "Configuracion acabada", -"Log out" => "Sortida", -"remember" => "bremba-te", -"Log in" => "Dintrada" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/or_IN.js b/core/l10n/or_IN.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/or_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/or_IN.json b/core/l10n/or_IN.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/or_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/or_IN.php b/core/l10n/or_IN.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/or_IN.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/pa.js b/core/l10n/pa.js new file mode 100644 index 0000000000..8be5736696 --- /dev/null +++ b/core/l10n/pa.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "core", + { + "Sunday" : "ਐਤਵਾਰ", + "Monday" : "ਸੋਮਵਾਰ", + "Tuesday" : "ਮੰਗਲਵਾਰ", + "Wednesday" : "ਬੁੱਧਵਾਰ", + "Thursday" : "ਵੀਰਵਾਰ", + "Friday" : "ਸ਼ੁੱਕਰਵਾਰ", + "Saturday" : "ਸ਼ਨਿੱਚਰਵਾਰ", + "January" : "ਜਨਵਰੀ", + "February" : "ਫਰਵਰੀ", + "March" : "ਮਾਰਚ", + "April" : "ਅਪਰੈ", + "May" : "ਮਈ", + "June" : "ਜੂਨ", + "July" : "ਜੁਲਾਈ", + "August" : "ਅਗਸਤ", + "September" : "ਸਤੰਬ", + "October" : "ਅਕਤੂਬਰ", + "November" : "ਨਵੰਬ", + "December" : "ਦਸੰਬਰ", + "Settings" : "ਸੈਟਿੰਗ", + "Saving..." : "...ਸੰਭਾਲਿਆ ਜਾ ਰਿਹਾ ਹੈ", + "No" : "ਨਹੀਂ", + "Yes" : "ਹਾਂ", + "Choose" : "ਚੁਣੋ", + "Ok" : "ਠੀਕ ਹੈ", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "ਰੱਦ ਕਰੋ", + "Share" : "ਸਾਂਝਾ ਕਰੋ", + "Error" : "ਗਲ", + "Send" : "ਭੇਜੋ", + "Warning" : "ਚੇਤਾਵਨੀ", + "Delete" : "ਹਟਾਓ", + "Username" : "ਯੂਜ਼ਰ-ਨਾਂ", + "Security Warning" : "ਸੁਰੱਖਿਆ ਚੇਤਾਵਨੀ", + "Password" : "ਪਾਸਵਰ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/pa.json b/core/l10n/pa.json new file mode 100644 index 0000000000..d801809d01 --- /dev/null +++ b/core/l10n/pa.json @@ -0,0 +1,38 @@ +{ "translations": { + "Sunday" : "ਐਤਵਾਰ", + "Monday" : "ਸੋਮਵਾਰ", + "Tuesday" : "ਮੰਗਲਵਾਰ", + "Wednesday" : "ਬੁੱਧਵਾਰ", + "Thursday" : "ਵੀਰਵਾਰ", + "Friday" : "ਸ਼ੁੱਕਰਵਾਰ", + "Saturday" : "ਸ਼ਨਿੱਚਰਵਾਰ", + "January" : "ਜਨਵਰੀ", + "February" : "ਫਰਵਰੀ", + "March" : "ਮਾਰਚ", + "April" : "ਅਪਰੈ", + "May" : "ਮਈ", + "June" : "ਜੂਨ", + "July" : "ਜੁਲਾਈ", + "August" : "ਅਗਸਤ", + "September" : "ਸਤੰਬ", + "October" : "ਅਕਤੂਬਰ", + "November" : "ਨਵੰਬ", + "December" : "ਦਸੰਬਰ", + "Settings" : "ਸੈਟਿੰਗ", + "Saving..." : "...ਸੰਭਾਲਿਆ ਜਾ ਰਿਹਾ ਹੈ", + "No" : "ਨਹੀਂ", + "Yes" : "ਹਾਂ", + "Choose" : "ਚੁਣੋ", + "Ok" : "ਠੀਕ ਹੈ", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "ਰੱਦ ਕਰੋ", + "Share" : "ਸਾਂਝਾ ਕਰੋ", + "Error" : "ਗਲ", + "Send" : "ਭੇਜੋ", + "Warning" : "ਚੇਤਾਵਨੀ", + "Delete" : "ਹਟਾਓ", + "Username" : "ਯੂਜ਼ਰ-ਨਾਂ", + "Security Warning" : "ਸੁਰੱਖਿਆ ਚੇਤਾਵਨੀ", + "Password" : "ਪਾਸਵਰ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/pa.php b/core/l10n/pa.php deleted file mode 100644 index 820ea0280e..0000000000 --- a/core/l10n/pa.php +++ /dev/null @@ -1,39 +0,0 @@ - "ਐਤਵਾਰ", -"Monday" => "ਸੋਮਵਾਰ", -"Tuesday" => "ਮੰਗਲਵਾਰ", -"Wednesday" => "ਬੁੱਧਵਾਰ", -"Thursday" => "ਵੀਰਵਾਰ", -"Friday" => "ਸ਼ੁੱਕਰਵਾਰ", -"Saturday" => "ਸ਼ਨਿੱਚਰਵਾਰ", -"January" => "ਜਨਵਰੀ", -"February" => "ਫਰਵਰੀ", -"March" => "ਮਾਰਚ", -"April" => "ਅਪਰੈ", -"May" => "ਮਈ", -"June" => "ਜੂਨ", -"July" => "ਜੁਲਾਈ", -"August" => "ਅਗਸਤ", -"September" => "ਸਤੰਬ", -"October" => "ਅਕਤੂਬਰ", -"November" => "ਨਵੰਬ", -"December" => "ਦਸੰਬਰ", -"Settings" => "ਸੈਟਿੰਗ", -"Saving..." => "...ਸੰਭਾਲਿਆ ਜਾ ਰਿਹਾ ਹੈ", -"No" => "ਨਹੀਂ", -"Yes" => "ਹਾਂ", -"Choose" => "ਚੁਣੋ", -"Ok" => "ਠੀਕ ਹੈ", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "ਰੱਦ ਕਰੋ", -"Share" => "ਸਾਂਝਾ ਕਰੋ", -"Error" => "ਗਲ", -"Send" => "ਭੇਜੋ", -"Warning" => "ਚੇਤਾਵਨੀ", -"Delete" => "ਹਟਾਓ", -"Username" => "ਯੂਜ਼ਰ-ਨਾਂ", -"Security Warning" => "ਸੁਰੱਖਿਆ ਚੇਤਾਵਨੀ", -"Password" => "ਪਾਸਵਰ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/pl.js b/core/l10n/pl.js new file mode 100644 index 0000000000..c330e00286 --- /dev/null +++ b/core/l10n/pl.js @@ -0,0 +1,210 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Nie można było wysłać wiadomości do następujących użytkowników: %s", + "Turned on maintenance mode" : "Włączony tryb konserwacji", + "Turned off maintenance mode" : "Wyłączony tryb konserwacji", + "Updated database" : "Zaktualizuj bazę", + "Checked database schema update" : "Sprawdzono aktualizację schematu bazy danych", + "Checked database schema update for apps" : "Sprawdzono aktualizację schematu bazy danych dla aplikacji", + "Updated \"%s\" to %s" : "Zaktualizowano \"%s\" do %s", + "Disabled incompatible apps: %s" : "Wyłączone niekompatybilne aplikacja: %s", + "No image or file provided" : "Brak obrazu lub pliku dostarczonego", + "Unknown filetype" : "Nieznany typ pliku", + "Invalid image" : "Nieprawidłowe zdjęcie", + "No temporary profile picture available, try again" : "Brak obrazka profilu tymczasowego, spróbuj ponownie", + "No crop data provided" : "Brak danych do przycięcia", + "Sunday" : "Niedziela", + "Monday" : "Poniedziałek", + "Tuesday" : "Wtorek", + "Wednesday" : "Środa", + "Thursday" : "Czwartek", + "Friday" : "Piątek", + "Saturday" : "Sobota", + "January" : "Styczeń", + "February" : "Luty", + "March" : "Marzec", + "April" : "Kwiecień", + "May" : "Maj", + "June" : "Czerwiec", + "July" : "Lipiec", + "August" : "Sierpień", + "September" : "Wrzesień", + "October" : "Październik", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Twoje pliki są zaszyfrowane. Jeśli nie włączyłeś klucza odzyskiwania, nie będzie możliwości odszyfrowania tych plików po zresetowaniu hasła.
Jeśli nie jesteś pewien co zrobić, skontaktuj się ze swoim administratorem, zanim bedziesz kontynuował.
Czy chcesz kontynuować?\n ", + "I know what I'm doing" : "Wiem co robię", + "Reset password" : "Zresetuj hasło", + "Password can not be changed. Please contact your administrator." : "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.", + "No" : "Nie", + "Yes" : "Tak", + "Choose" : "Wybierz", + "Error loading file picker template: {error}" : "Błąd podczas ładowania pliku wybranego szablonu: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "Błąd podczas ładowania szablonu wiadomości: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} konfliktów plików","{count} konfliktów plików","{count} konfliktów plików"], + "One file conflict" : "Konflikt pliku", + "New Files" : "Nowe pliki", + "Already existing files" : "Już istniejące pliki", + "Which files do you want to keep?" : "Które pliki chcesz zachować?", + "If you select both versions, the copied file will have a number added to its name." : "Jeśli wybierzesz obie wersje, skopiowany plik będzie miał dodany numerek w nazwie", + "Cancel" : "Anuluj", + "Continue" : "Kontynuuj ", + "(all selected)" : "(wszystkie zaznaczone)", + "({count} selected)" : "({count} zaznaczonych)", + "Error loading file exists template" : "Błąd podczas ładowania szablonu istniejącego pliku", + "Very weak password" : "Bardzo słabe hasło", + "Weak password" : "Słabe hasło", + "So-so password" : "Mało skomplikowane hasło", + "Good password" : "Dobre hasło", + "Strong password" : "Mocne hasło", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Serwer internetowy nie jest jeszcze poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV wydaje się być uszkodzony.", + "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." : "Ten serwer OwnCloud nie ma połączenia z Internetem. Oznacza to, że niektóre z funkcji, takich jak montowanie zewnętrznych zasobów, powiadomienia o aktualizacji lub aplikacje firm 3-trzecich nie działają. Dostęp do plików z zewnątrz i wysyłanie powiadomień e-mail może również nie działać. Sugerujemy podłączenie tego serwera do internetu, jeśli chcesz mieć wszystkie funkcje.", + "Error occurred while checking server setup" : "Pojawił się błąd podczas sprawdzania ustawień serwera", + "Shared" : "Udostępniono", + "Shared with {recipients}" : "Współdzielony z {recipients}", + "Share" : "Udostępnij", + "Error" : "Błąd", + "Error while sharing" : "Błąd podczas współdzielenia", + "Error while unsharing" : "Błąd podczas zatrzymywania współdzielenia", + "Error while changing permissions" : "Błąd przy zmianie uprawnień", + "Shared with you and the group {group} by {owner}" : "Udostępnione tobie i grupie {group} przez {owner}", + "Shared with you by {owner}" : "Udostępnione tobie przez {owner}", + "Share with user or group …" : "Współdziel z użytkownikiem lub grupą ...", + "Share link" : "Udostępnij link", + "The public link will expire no later than {days} days after it is created" : "Link publiczny wygaśnie nie później niż po {days} dniach od utworzenia", + "Password protect" : "Zabezpiecz hasłem", + "Choose a password for the public link" : "Wybierz hasło dla linku publicznego", + "Allow Public Upload" : "Pozwól na publiczne wczytywanie", + "Email link to person" : "Wyślij osobie odnośnik poprzez e-mail", + "Send" : "Wyślij", + "Set expiration date" : "Ustaw datę wygaśnięcia", + "Expiration date" : "Data wygaśnięcia", + "group" : "grupa", + "Resharing is not allowed" : "Współdzielenie nie jest możliwe", + "Shared in {item} with {user}" : "Współdzielone w {item} z {user}", + "Unshare" : "Zatrzymaj współdzielenie", + "notify by email" : "powiadom przez emaila", + "can share" : "może współdzielić", + "can edit" : "może edytować", + "access control" : "kontrola dostępu", + "create" : "utwórz", + "update" : "uaktualnij", + "delete" : "usuń", + "Password protected" : "Zabezpieczone hasłem", + "Error unsetting expiration date" : "Błąd podczas usuwania daty wygaśnięcia", + "Error setting expiration date" : "Błąd podczas ustawiania daty wygaśnięcia", + "Sending ..." : "Wysyłanie...", + "Email sent" : "E-mail wysłany", + "Warning" : "Ostrzeżenie", + "The object type is not specified." : "Nie określono typu obiektu.", + "Enter new" : "Wpisz nowy", + "Delete" : "Usuń", + "Add" : "Dodaj", + "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.", + "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ę.", + "The update was successful. Redirecting you to ownCloud now." : "Aktualizacji zakończyła się powodzeniem. Przekierowuję do ownCloud.", + "Couldn't reset password because the token is invalid" : "Nie można zresetować hasła, ponieważ token jest niepoprawny", + "Couldn't send reset email. Please make sure your username is correct." : "Nie mogę wysłać maila resetującego. Sprawdź czy nazwa użytkownika jest poprawna.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nie mogę wysłać maila resetującego. Sprawdź czy nazwa użytkownika lub adres email jest poprawny. Skontaktuj się z administratorem.", + "%s password reset" : "%s reset hasła", + "Use the following link to reset your password: {link}" : "Użyj tego odnośnika by zresetować hasło: {link}", + "You will receive a link to reset your password via Email." : "Odnośnik służący do resetowania hasła zostanie wysłany na adres e-mail.", + "Username" : "Nazwa użytkownika", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Pliki są szyfrowane. Jeśli nie włączono klucza odzyskiwania, nie będzie możliwe odzyskać dane z powrotem po zresetowaniu hasła. Jeśli nie masz pewności, co zrobić, prosimy o kontakt z administratorem, przed kontynuowaniem. Czy chcesz kontynuować?", + "Yes, I really want to reset my password now" : "Tak, naprawdę chcę zresetować hasło teraz", + "Reset" : "Resetuj", + "New password" : "Nowe hasło", + "New Password" : "Nowe hasło", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nie jest wspierany i %s nie będzie działać poprawnie na tej platformie. Używasz na własne ryzyko!", + "For the best results, please consider using a GNU/Linux server instead." : "Aby uzyskać najlepsze rezultaty, rozważ w to miejsce użycie serwera GNU/Linux.", + "Personal" : "Osobiste", + "Users" : "Użytkownicy", + "Apps" : "Aplikacje", + "Admin" : "Administrator", + "Help" : "Pomoc", + "Error loading tags" : "Błąd ładowania tagów", + "Tag already exists" : "Tag już istnieje", + "Error deleting tag(s)" : "Błąd przy osuwaniu tag(ów)", + "Error tagging" : "Błąd tagowania", + "Error untagging" : "Błąd odtagowania", + "Error favoriting" : "Błąd podczas dodawania do ulubionch", + "Error unfavoriting" : "Błąd przy usuwaniu z ulubionych", + "Access forbidden" : "Dostęp zabroniony", + "File not found" : "Nie odnaleziono pliku", + "The specified document has not been found on the server." : "Wskazany dokument nie został znaleziony na serwerze.", + "You can click here to return to %s." : "Możesz kliknąć tutaj aby powrócić do %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Witaj,\n\ntylko informuję, że %s współdzieli z Tobą %s.\nZobacz tutaj: %s\n\n", + "The share will expire on %s." : "Ten zasób wygaśnie %s", + "Cheers!" : "Pozdrawiam!", + "The server encountered an internal error and was unable to complete your request." : "Serwer napotkał błąd wewnętrzny i nie był w stanie ukończyć Twojego żądania.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Proszę skontaktować się z administratorem jeśli ten błąd będzie się pojawiał wielokrotnie, proszę do zgłoszenia dołączyć szczegóły techniczne opisane poniżej.", + "More details can be found in the server log." : "Więcej szczegółów można znaleźć w logu serwera.", + "Technical details" : "Szczegóły techniczne", + "Remote Address: %s" : "Adres zdalny: %s", + "Request ID: %s" : "ID żądania: %s", + "Code: %s" : "Kod: %s", + "Message: %s" : "Komunikat: %s", + "File: %s" : "Plik: %s", + "Line: %s" : "Linia: %s", + "Trace" : "Ślad", + "Security Warning" : "Ostrzeżenie o zabezpieczeniach", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Twója wersja PHP jest narażona na NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Proszę uaktualnij swoją instalacje PHP aby używać %s bezpiecznie.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Twój katalog danych i pliki są prawdopodobnie dostępne z poziomu internetu, ponieważ plik .htaccess nie działa.", + "For information how to properly configure your server, please see the documentation." : "Aby uzyskać informacje jak poprawnie skonfigurować swój serwer, zapoznaj się z dokumentacją.", + "Create an admin account" : "Utwórz konta administratora", + "Password" : "Hasło", + "Storage & database" : "Zasoby dysku & baza danych", + "Data folder" : "Katalog danych", + "Configure the database" : "Skonfiguruj bazę danych", + "Only %s is available." : "Dostępne jest wyłącznie %s.", + "Database user" : "Użytkownik bazy danych", + "Database password" : "Hasło do bazy danych", + "Database name" : "Nazwa bazy danych", + "Database tablespace" : "Obszar tabel bazy danych", + "Database host" : "Komputer bazy danych", + "SQLite will be used as database. For larger installations we recommend to change this." : "Jako baza danych zostanie użyty SQLite. Dla większych instalacji doradzamy zmianę na inną.", + "Finish setup" : "Zakończ konfigurowanie", + "Finishing …" : "Kończę ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Ta aplikacja wymaga JavaScript do poprawnego działania. Proszę włącz JavaScript i przeładuj stronę.", + "%s is available. Get more information on how to update." : "%s jest dostępna. Dowiedz się więcej na temat aktualizacji.", + "Log out" : "Wyloguj", + "Server side authentication failed!" : "Uwierzytelnianie po stronie serwera nie powiodło się!", + "Please contact your administrator." : "Skontaktuj się z administratorem", + "Forgot your password? Reset it!" : "Nie pamiętasz hasła? Zresetuj je!", + "remember" : "pamiętaj", + "Log in" : "Zaloguj", + "Alternative Logins" : "Alternatywne loginy", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Witam,

informuję, że %s udostępnianych zasobów %s jest z Tobą.
Zobacz!

", + "This ownCloud instance is currently in single user mode." : "Ta instalacja ownCloud działa obecnie w trybie pojedynczego użytkownika.", + "This means only administrators can use the instance." : "To oznacza, że tylko administratorzy mogą w tej chwili używać aplikacji.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Skontaktuj się z administratorem, jeśli ten komunikat pojawił się nieoczekiwanie lub wyświetla się ciągle.", + "Thank you for your patience." : "Dziękuję za cierpliwość.", + "You are accessing the server from an untrusted domain." : "Dostajesz się do serwera z niezaufanej domeny.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Proszę skontaktuj się z administratorem. Jeśli jesteś administratorem tej instancji, skonfiguruj parametr \"trusted_domain\" w pliku config/config.php. Przykładowa konfiguracja jest dostępna w pliku config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "W zależności od konfiguracji, jako administrator możesz także użyć poniższego przycisku aby zaufać tej domenie.", + "Add \"%s\" as trusted domain" : "Dodaj \"%s\" jako domenę zaufaną", + "%s will be updated to version %s." : "%s zostanie zaktualizowane do wersji %s.", + "The following apps will be disabled:" : "Następujące aplikacje zostaną zablokowane:", + "The theme %s has been disabled." : "Motyw %s został wyłączony.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Proszę się upewnić, że baza danych, folder konfiguracji oraz folder danych zostały zarchiwizowane przed przejściem dalej.", + "Start update" : "Rozpocznij aktualizację", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Aby uniknąć timeout-ów przy większych instalacjach, możesz zamiast tego uruchomić następującą komendę w katalogu Twojej instalacji:", + "This %s instance is currently being updated, which may take a while." : "Ta instancja %s jest właśnie aktualizowana, co może chwilę potrwać.", + "This page will refresh itself when the %s instance is available again." : "Strona odświeży się gdy instancja %s będzie ponownie dostępna." +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/core/l10n/pl.json b/core/l10n/pl.json new file mode 100644 index 0000000000..ccfa0685c2 --- /dev/null +++ b/core/l10n/pl.json @@ -0,0 +1,208 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Nie można było wysłać wiadomości do następujących użytkowników: %s", + "Turned on maintenance mode" : "Włączony tryb konserwacji", + "Turned off maintenance mode" : "Wyłączony tryb konserwacji", + "Updated database" : "Zaktualizuj bazę", + "Checked database schema update" : "Sprawdzono aktualizację schematu bazy danych", + "Checked database schema update for apps" : "Sprawdzono aktualizację schematu bazy danych dla aplikacji", + "Updated \"%s\" to %s" : "Zaktualizowano \"%s\" do %s", + "Disabled incompatible apps: %s" : "Wyłączone niekompatybilne aplikacja: %s", + "No image or file provided" : "Brak obrazu lub pliku dostarczonego", + "Unknown filetype" : "Nieznany typ pliku", + "Invalid image" : "Nieprawidłowe zdjęcie", + "No temporary profile picture available, try again" : "Brak obrazka profilu tymczasowego, spróbuj ponownie", + "No crop data provided" : "Brak danych do przycięcia", + "Sunday" : "Niedziela", + "Monday" : "Poniedziałek", + "Tuesday" : "Wtorek", + "Wednesday" : "Środa", + "Thursday" : "Czwartek", + "Friday" : "Piątek", + "Saturday" : "Sobota", + "January" : "Styczeń", + "February" : "Luty", + "March" : "Marzec", + "April" : "Kwiecień", + "May" : "Maj", + "June" : "Czerwiec", + "July" : "Lipiec", + "August" : "Sierpień", + "September" : "Wrzesień", + "October" : "Październik", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Twoje pliki są zaszyfrowane. Jeśli nie włączyłeś klucza odzyskiwania, nie będzie możliwości odszyfrowania tych plików po zresetowaniu hasła.
Jeśli nie jesteś pewien co zrobić, skontaktuj się ze swoim administratorem, zanim bedziesz kontynuował.
Czy chcesz kontynuować?\n ", + "I know what I'm doing" : "Wiem co robię", + "Reset password" : "Zresetuj hasło", + "Password can not be changed. Please contact your administrator." : "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.", + "No" : "Nie", + "Yes" : "Tak", + "Choose" : "Wybierz", + "Error loading file picker template: {error}" : "Błąd podczas ładowania pliku wybranego szablonu: {error}", + "Ok" : "OK", + "Error loading message template: {error}" : "Błąd podczas ładowania szablonu wiadomości: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} konfliktów plików","{count} konfliktów plików","{count} konfliktów plików"], + "One file conflict" : "Konflikt pliku", + "New Files" : "Nowe pliki", + "Already existing files" : "Już istniejące pliki", + "Which files do you want to keep?" : "Które pliki chcesz zachować?", + "If you select both versions, the copied file will have a number added to its name." : "Jeśli wybierzesz obie wersje, skopiowany plik będzie miał dodany numerek w nazwie", + "Cancel" : "Anuluj", + "Continue" : "Kontynuuj ", + "(all selected)" : "(wszystkie zaznaczone)", + "({count} selected)" : "({count} zaznaczonych)", + "Error loading file exists template" : "Błąd podczas ładowania szablonu istniejącego pliku", + "Very weak password" : "Bardzo słabe hasło", + "Weak password" : "Słabe hasło", + "So-so password" : "Mało skomplikowane hasło", + "Good password" : "Dobre hasło", + "Strong password" : "Mocne hasło", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Serwer internetowy nie jest jeszcze poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV wydaje się być uszkodzony.", + "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." : "Ten serwer OwnCloud nie ma połączenia z Internetem. Oznacza to, że niektóre z funkcji, takich jak montowanie zewnętrznych zasobów, powiadomienia o aktualizacji lub aplikacje firm 3-trzecich nie działają. Dostęp do plików z zewnątrz i wysyłanie powiadomień e-mail może również nie działać. Sugerujemy podłączenie tego serwera do internetu, jeśli chcesz mieć wszystkie funkcje.", + "Error occurred while checking server setup" : "Pojawił się błąd podczas sprawdzania ustawień serwera", + "Shared" : "Udostępniono", + "Shared with {recipients}" : "Współdzielony z {recipients}", + "Share" : "Udostępnij", + "Error" : "Błąd", + "Error while sharing" : "Błąd podczas współdzielenia", + "Error while unsharing" : "Błąd podczas zatrzymywania współdzielenia", + "Error while changing permissions" : "Błąd przy zmianie uprawnień", + "Shared with you and the group {group} by {owner}" : "Udostępnione tobie i grupie {group} przez {owner}", + "Shared with you by {owner}" : "Udostępnione tobie przez {owner}", + "Share with user or group …" : "Współdziel z użytkownikiem lub grupą ...", + "Share link" : "Udostępnij link", + "The public link will expire no later than {days} days after it is created" : "Link publiczny wygaśnie nie później niż po {days} dniach od utworzenia", + "Password protect" : "Zabezpiecz hasłem", + "Choose a password for the public link" : "Wybierz hasło dla linku publicznego", + "Allow Public Upload" : "Pozwól na publiczne wczytywanie", + "Email link to person" : "Wyślij osobie odnośnik poprzez e-mail", + "Send" : "Wyślij", + "Set expiration date" : "Ustaw datę wygaśnięcia", + "Expiration date" : "Data wygaśnięcia", + "group" : "grupa", + "Resharing is not allowed" : "Współdzielenie nie jest możliwe", + "Shared in {item} with {user}" : "Współdzielone w {item} z {user}", + "Unshare" : "Zatrzymaj współdzielenie", + "notify by email" : "powiadom przez emaila", + "can share" : "może współdzielić", + "can edit" : "może edytować", + "access control" : "kontrola dostępu", + "create" : "utwórz", + "update" : "uaktualnij", + "delete" : "usuń", + "Password protected" : "Zabezpieczone hasłem", + "Error unsetting expiration date" : "Błąd podczas usuwania daty wygaśnięcia", + "Error setting expiration date" : "Błąd podczas ustawiania daty wygaśnięcia", + "Sending ..." : "Wysyłanie...", + "Email sent" : "E-mail wysłany", + "Warning" : "Ostrzeżenie", + "The object type is not specified." : "Nie określono typu obiektu.", + "Enter new" : "Wpisz nowy", + "Delete" : "Usuń", + "Add" : "Dodaj", + "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.", + "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ę.", + "The update was successful. Redirecting you to ownCloud now." : "Aktualizacji zakończyła się powodzeniem. Przekierowuję do ownCloud.", + "Couldn't reset password because the token is invalid" : "Nie można zresetować hasła, ponieważ token jest niepoprawny", + "Couldn't send reset email. Please make sure your username is correct." : "Nie mogę wysłać maila resetującego. Sprawdź czy nazwa użytkownika jest poprawna.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nie mogę wysłać maila resetującego. Sprawdź czy nazwa użytkownika lub adres email jest poprawny. Skontaktuj się z administratorem.", + "%s password reset" : "%s reset hasła", + "Use the following link to reset your password: {link}" : "Użyj tego odnośnika by zresetować hasło: {link}", + "You will receive a link to reset your password via Email." : "Odnośnik służący do resetowania hasła zostanie wysłany na adres e-mail.", + "Username" : "Nazwa użytkownika", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Pliki są szyfrowane. Jeśli nie włączono klucza odzyskiwania, nie będzie możliwe odzyskać dane z powrotem po zresetowaniu hasła. Jeśli nie masz pewności, co zrobić, prosimy o kontakt z administratorem, przed kontynuowaniem. Czy chcesz kontynuować?", + "Yes, I really want to reset my password now" : "Tak, naprawdę chcę zresetować hasło teraz", + "Reset" : "Resetuj", + "New password" : "Nowe hasło", + "New Password" : "Nowe hasło", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nie jest wspierany i %s nie będzie działać poprawnie na tej platformie. Używasz na własne ryzyko!", + "For the best results, please consider using a GNU/Linux server instead." : "Aby uzyskać najlepsze rezultaty, rozważ w to miejsce użycie serwera GNU/Linux.", + "Personal" : "Osobiste", + "Users" : "Użytkownicy", + "Apps" : "Aplikacje", + "Admin" : "Administrator", + "Help" : "Pomoc", + "Error loading tags" : "Błąd ładowania tagów", + "Tag already exists" : "Tag już istnieje", + "Error deleting tag(s)" : "Błąd przy osuwaniu tag(ów)", + "Error tagging" : "Błąd tagowania", + "Error untagging" : "Błąd odtagowania", + "Error favoriting" : "Błąd podczas dodawania do ulubionch", + "Error unfavoriting" : "Błąd przy usuwaniu z ulubionych", + "Access forbidden" : "Dostęp zabroniony", + "File not found" : "Nie odnaleziono pliku", + "The specified document has not been found on the server." : "Wskazany dokument nie został znaleziony na serwerze.", + "You can click here to return to %s." : "Możesz kliknąć tutaj aby powrócić do %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Witaj,\n\ntylko informuję, że %s współdzieli z Tobą %s.\nZobacz tutaj: %s\n\n", + "The share will expire on %s." : "Ten zasób wygaśnie %s", + "Cheers!" : "Pozdrawiam!", + "The server encountered an internal error and was unable to complete your request." : "Serwer napotkał błąd wewnętrzny i nie był w stanie ukończyć Twojego żądania.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Proszę skontaktować się z administratorem jeśli ten błąd będzie się pojawiał wielokrotnie, proszę do zgłoszenia dołączyć szczegóły techniczne opisane poniżej.", + "More details can be found in the server log." : "Więcej szczegółów można znaleźć w logu serwera.", + "Technical details" : "Szczegóły techniczne", + "Remote Address: %s" : "Adres zdalny: %s", + "Request ID: %s" : "ID żądania: %s", + "Code: %s" : "Kod: %s", + "Message: %s" : "Komunikat: %s", + "File: %s" : "Plik: %s", + "Line: %s" : "Linia: %s", + "Trace" : "Ślad", + "Security Warning" : "Ostrzeżenie o zabezpieczeniach", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Twója wersja PHP jest narażona na NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Proszę uaktualnij swoją instalacje PHP aby używać %s bezpiecznie.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Twój katalog danych i pliki są prawdopodobnie dostępne z poziomu internetu, ponieważ plik .htaccess nie działa.", + "For information how to properly configure your server, please see the documentation." : "Aby uzyskać informacje jak poprawnie skonfigurować swój serwer, zapoznaj się z dokumentacją.", + "Create an admin account" : "Utwórz konta administratora", + "Password" : "Hasło", + "Storage & database" : "Zasoby dysku & baza danych", + "Data folder" : "Katalog danych", + "Configure the database" : "Skonfiguruj bazę danych", + "Only %s is available." : "Dostępne jest wyłącznie %s.", + "Database user" : "Użytkownik bazy danych", + "Database password" : "Hasło do bazy danych", + "Database name" : "Nazwa bazy danych", + "Database tablespace" : "Obszar tabel bazy danych", + "Database host" : "Komputer bazy danych", + "SQLite will be used as database. For larger installations we recommend to change this." : "Jako baza danych zostanie użyty SQLite. Dla większych instalacji doradzamy zmianę na inną.", + "Finish setup" : "Zakończ konfigurowanie", + "Finishing …" : "Kończę ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Ta aplikacja wymaga JavaScript do poprawnego działania. Proszę włącz JavaScript i przeładuj stronę.", + "%s is available. Get more information on how to update." : "%s jest dostępna. Dowiedz się więcej na temat aktualizacji.", + "Log out" : "Wyloguj", + "Server side authentication failed!" : "Uwierzytelnianie po stronie serwera nie powiodło się!", + "Please contact your administrator." : "Skontaktuj się z administratorem", + "Forgot your password? Reset it!" : "Nie pamiętasz hasła? Zresetuj je!", + "remember" : "pamiętaj", + "Log in" : "Zaloguj", + "Alternative Logins" : "Alternatywne loginy", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Witam,

informuję, że %s udostępnianych zasobów %s jest z Tobą.
Zobacz!

", + "This ownCloud instance is currently in single user mode." : "Ta instalacja ownCloud działa obecnie w trybie pojedynczego użytkownika.", + "This means only administrators can use the instance." : "To oznacza, że tylko administratorzy mogą w tej chwili używać aplikacji.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Skontaktuj się z administratorem, jeśli ten komunikat pojawił się nieoczekiwanie lub wyświetla się ciągle.", + "Thank you for your patience." : "Dziękuję za cierpliwość.", + "You are accessing the server from an untrusted domain." : "Dostajesz się do serwera z niezaufanej domeny.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Proszę skontaktuj się z administratorem. Jeśli jesteś administratorem tej instancji, skonfiguruj parametr \"trusted_domain\" w pliku config/config.php. Przykładowa konfiguracja jest dostępna w pliku config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "W zależności od konfiguracji, jako administrator możesz także użyć poniższego przycisku aby zaufać tej domenie.", + "Add \"%s\" as trusted domain" : "Dodaj \"%s\" jako domenę zaufaną", + "%s will be updated to version %s." : "%s zostanie zaktualizowane do wersji %s.", + "The following apps will be disabled:" : "Następujące aplikacje zostaną zablokowane:", + "The theme %s has been disabled." : "Motyw %s został wyłączony.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Proszę się upewnić, że baza danych, folder konfiguracji oraz folder danych zostały zarchiwizowane przed przejściem dalej.", + "Start update" : "Rozpocznij aktualizację", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Aby uniknąć timeout-ów przy większych instalacjach, możesz zamiast tego uruchomić następującą komendę w katalogu Twojej instalacji:", + "This %s instance is currently being updated, which may take a while." : "Ta instancja %s jest właśnie aktualizowana, co może chwilę potrwać.", + "This page will refresh itself when the %s instance is available again." : "Strona odświeży się gdy instancja %s będzie ponownie dostępna." +},"pluralForm" :"nplurals=3; plural=(n==1 ? 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/pl.php b/core/l10n/pl.php deleted file mode 100644 index 98d041bc34..0000000000 --- a/core/l10n/pl.php +++ /dev/null @@ -1,209 +0,0 @@ - "Nie można było wysłać wiadomości do następujących użytkowników: %s", -"Turned on maintenance mode" => "Włączony tryb konserwacji", -"Turned off maintenance mode" => "Wyłączony tryb konserwacji", -"Updated database" => "Zaktualizuj bazę", -"Checked database schema update" => "Sprawdzono aktualizację schematu bazy danych", -"Checked database schema update for apps" => "Sprawdzono aktualizację schematu bazy danych dla aplikacji", -"Updated \"%s\" to %s" => "Zaktualizowano \"%s\" do %s", -"Disabled incompatible apps: %s" => "Wyłączone niekompatybilne aplikacja: %s", -"No image or file provided" => "Brak obrazu lub pliku dostarczonego", -"Unknown filetype" => "Nieznany typ pliku", -"Invalid image" => "Nieprawidłowe zdjęcie", -"No temporary profile picture available, try again" => "Brak obrazka profilu tymczasowego, spróbuj ponownie", -"No crop data provided" => "Brak danych do przycięcia", -"Sunday" => "Niedziela", -"Monday" => "Poniedziałek", -"Tuesday" => "Wtorek", -"Wednesday" => "Środa", -"Thursday" => "Czwartek", -"Friday" => "Piątek", -"Saturday" => "Sobota", -"January" => "Styczeń", -"February" => "Luty", -"March" => "Marzec", -"April" => "Kwiecień", -"May" => "Maj", -"June" => "Czerwiec", -"July" => "Lipiec", -"August" => "Sierpień", -"September" => "Wrzesień", -"October" => "Październik", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Twoje pliki są zaszyfrowane. Jeśli nie włączyłeś klucza odzyskiwania, nie będzie możliwości odszyfrowania tych plików po zresetowaniu hasła.
Jeśli nie jesteś pewien co zrobić, skontaktuj się ze swoim administratorem, zanim bedziesz kontynuował.
Czy chcesz kontynuować?\n ", -"I know what I'm doing" => "Wiem co robię", -"Reset password" => "Zresetuj hasło", -"Password can not be changed. Please contact your administrator." => "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.", -"No" => "Nie", -"Yes" => "Tak", -"Choose" => "Wybierz", -"Error loading file picker template: {error}" => "Błąd podczas ładowania pliku wybranego szablonu: {error}", -"Ok" => "OK", -"Error loading message template: {error}" => "Błąd podczas ładowania szablonu wiadomości: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} konfliktów plików","{count} konfliktów plików","{count} konfliktów plików"), -"One file conflict" => "Konflikt pliku", -"New Files" => "Nowe pliki", -"Already existing files" => "Już istniejące pliki", -"Which files do you want to keep?" => "Które pliki chcesz zachować?", -"If you select both versions, the copied file will have a number added to its name." => "Jeśli wybierzesz obie wersje, skopiowany plik będzie miał dodany numerek w nazwie", -"Cancel" => "Anuluj", -"Continue" => "Kontynuuj ", -"(all selected)" => "(wszystkie zaznaczone)", -"({count} selected)" => "({count} zaznaczonych)", -"Error loading file exists template" => "Błąd podczas ładowania szablonu istniejącego pliku", -"Very weak password" => "Bardzo słabe hasło", -"Weak password" => "Słabe hasło", -"So-so password" => "Mało skomplikowane hasło", -"Good password" => "Dobre hasło", -"Strong password" => "Mocne hasło", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Serwer internetowy nie jest jeszcze poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV wydaje się być uszkodzony.", -"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." => "Ten serwer OwnCloud nie ma połączenia z Internetem. Oznacza to, że niektóre z funkcji, takich jak montowanie zewnętrznych zasobów, powiadomienia o aktualizacji lub aplikacje firm 3-trzecich nie działają. Dostęp do plików z zewnątrz i wysyłanie powiadomień e-mail może również nie działać. Sugerujemy podłączenie tego serwera do internetu, jeśli chcesz mieć wszystkie funkcje.", -"Error occurred while checking server setup" => "Pojawił się błąd podczas sprawdzania ustawień serwera", -"Shared" => "Udostępniono", -"Shared with {recipients}" => "Współdzielony z {recipients}", -"Share" => "Udostępnij", -"Error" => "Błąd", -"Error while sharing" => "Błąd podczas współdzielenia", -"Error while unsharing" => "Błąd podczas zatrzymywania współdzielenia", -"Error while changing permissions" => "Błąd przy zmianie uprawnień", -"Shared with you and the group {group} by {owner}" => "Udostępnione tobie i grupie {group} przez {owner}", -"Shared with you by {owner}" => "Udostępnione tobie przez {owner}", -"Share with user or group …" => "Współdziel z użytkownikiem lub grupą ...", -"Share link" => "Udostępnij link", -"The public link will expire no later than {days} days after it is created" => "Link publiczny wygaśnie nie później niż po {days} dniach od utworzenia", -"Password protect" => "Zabezpiecz hasłem", -"Choose a password for the public link" => "Wybierz hasło dla linku publicznego", -"Allow Public Upload" => "Pozwól na publiczne wczytywanie", -"Email link to person" => "Wyślij osobie odnośnik poprzez e-mail", -"Send" => "Wyślij", -"Set expiration date" => "Ustaw datę wygaśnięcia", -"Expiration date" => "Data wygaśnięcia", -"group" => "grupa", -"Resharing is not allowed" => "Współdzielenie nie jest możliwe", -"Shared in {item} with {user}" => "Współdzielone w {item} z {user}", -"Unshare" => "Zatrzymaj współdzielenie", -"notify by email" => "powiadom przez emaila", -"can share" => "może współdzielić", -"can edit" => "może edytować", -"access control" => "kontrola dostępu", -"create" => "utwórz", -"update" => "uaktualnij", -"delete" => "usuń", -"Password protected" => "Zabezpieczone hasłem", -"Error unsetting expiration date" => "Błąd podczas usuwania daty wygaśnięcia", -"Error setting expiration date" => "Błąd podczas ustawiania daty wygaśnięcia", -"Sending ..." => "Wysyłanie...", -"Email sent" => "E-mail wysłany", -"Warning" => "Ostrzeżenie", -"The object type is not specified." => "Nie określono typu obiektu.", -"Enter new" => "Wpisz nowy", -"Delete" => "Usuń", -"Add" => "Dodaj", -"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.", -"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ę.", -"The update was successful. Redirecting you to ownCloud now." => "Aktualizacji zakończyła się powodzeniem. Przekierowuję do ownCloud.", -"Couldn't reset password because the token is invalid" => "Nie można zresetować hasła, ponieważ token jest niepoprawny", -"Couldn't send reset email. Please make sure your username is correct." => "Nie mogę wysłać maila resetującego. Sprawdź czy nazwa użytkownika jest poprawna.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Nie mogę wysłać maila resetującego. Sprawdź czy nazwa użytkownika lub adres email jest poprawny. Skontaktuj się z administratorem.", -"%s password reset" => "%s reset hasła", -"Use the following link to reset your password: {link}" => "Użyj tego odnośnika by zresetować hasło: {link}", -"You will receive a link to reset your password via Email." => "Odnośnik służący do resetowania hasła zostanie wysłany na adres e-mail.", -"Username" => "Nazwa użytkownika", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Pliki są szyfrowane. Jeśli nie włączono klucza odzyskiwania, nie będzie możliwe odzyskać dane z powrotem po zresetowaniu hasła. Jeśli nie masz pewności, co zrobić, prosimy o kontakt z administratorem, przed kontynuowaniem. Czy chcesz kontynuować?", -"Yes, I really want to reset my password now" => "Tak, naprawdę chcę zresetować hasło teraz", -"Reset" => "Resetuj", -"New password" => "Nowe hasło", -"New Password" => "Nowe hasło", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X nie jest wspierany i %s nie będzie działać poprawnie na tej platformie. Używasz na własne ryzyko!", -"For the best results, please consider using a GNU/Linux server instead." => "Aby uzyskać najlepsze rezultaty, rozważ w to miejsce użycie serwera GNU/Linux.", -"Personal" => "Osobiste", -"Users" => "Użytkownicy", -"Apps" => "Aplikacje", -"Admin" => "Administrator", -"Help" => "Pomoc", -"Error loading tags" => "Błąd ładowania tagów", -"Tag already exists" => "Tag już istnieje", -"Error deleting tag(s)" => "Błąd przy osuwaniu tag(ów)", -"Error tagging" => "Błąd tagowania", -"Error untagging" => "Błąd odtagowania", -"Error favoriting" => "Błąd podczas dodawania do ulubionch", -"Error unfavoriting" => "Błąd przy usuwaniu z ulubionych", -"Access forbidden" => "Dostęp zabroniony", -"File not found" => "Nie odnaleziono pliku", -"The specified document has not been found on the server." => "Wskazany dokument nie został znaleziony na serwerze.", -"You can click here to return to %s." => "Możesz kliknąć tutaj aby powrócić do %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Witaj,\n\ntylko informuję, że %s współdzieli z Tobą %s.\nZobacz tutaj: %s\n\n", -"The share will expire on %s." => "Ten zasób wygaśnie %s", -"Cheers!" => "Pozdrawiam!", -"The server encountered an internal error and was unable to complete your request." => "Serwer napotkał błąd wewnętrzny i nie był w stanie ukończyć Twojego żądania.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Proszę skontaktować się z administratorem jeśli ten błąd będzie się pojawiał wielokrotnie, proszę do zgłoszenia dołączyć szczegóły techniczne opisane poniżej.", -"More details can be found in the server log." => "Więcej szczegółów można znaleźć w logu serwera.", -"Technical details" => "Szczegóły techniczne", -"Remote Address: %s" => "Adres zdalny: %s", -"Request ID: %s" => "ID żądania: %s", -"Code: %s" => "Kod: %s", -"Message: %s" => "Komunikat: %s", -"File: %s" => "Plik: %s", -"Line: %s" => "Linia: %s", -"Trace" => "Ślad", -"Security Warning" => "Ostrzeżenie o zabezpieczeniach", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Twója wersja PHP jest narażona na NULL Byte attack (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Proszę uaktualnij swoją instalacje PHP aby używać %s bezpiecznie.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Twój katalog danych i pliki są prawdopodobnie dostępne z poziomu internetu, ponieważ plik .htaccess nie działa.", -"For information how to properly configure your server, please see the documentation." => "Aby uzyskać informacje jak poprawnie skonfigurować swój serwer, zapoznaj się z dokumentacją.", -"Create an admin account" => "Utwórz konta administratora", -"Password" => "Hasło", -"Storage & database" => "Zasoby dysku & baza danych", -"Data folder" => "Katalog danych", -"Configure the database" => "Skonfiguruj bazę danych", -"Only %s is available." => "Dostępne jest wyłącznie %s.", -"Database user" => "Użytkownik bazy danych", -"Database password" => "Hasło do bazy danych", -"Database name" => "Nazwa bazy danych", -"Database tablespace" => "Obszar tabel bazy danych", -"Database host" => "Komputer bazy danych", -"SQLite will be used as database. For larger installations we recommend to change this." => "Jako baza danych zostanie użyty SQLite. Dla większych instalacji doradzamy zmianę na inną.", -"Finish setup" => "Zakończ konfigurowanie", -"Finishing …" => "Kończę ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Ta aplikacja wymaga JavaScript do poprawnego działania. Proszę włącz JavaScript i przeładuj stronę.", -"%s is available. Get more information on how to update." => "%s jest dostępna. Dowiedz się więcej na temat aktualizacji.", -"Log out" => "Wyloguj", -"Server side authentication failed!" => "Uwierzytelnianie po stronie serwera nie powiodło się!", -"Please contact your administrator." => "Skontaktuj się z administratorem", -"Forgot your password? Reset it!" => "Nie pamiętasz hasła? Zresetuj je!", -"remember" => "pamiętaj", -"Log in" => "Zaloguj", -"Alternative Logins" => "Alternatywne loginy", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Witam,

informuję, że %s udostępnianych zasobów %s jest z Tobą.
Zobacz!

", -"This ownCloud instance is currently in single user mode." => "Ta instalacja ownCloud działa obecnie w trybie pojedynczego użytkownika.", -"This means only administrators can use the instance." => "To oznacza, że tylko administratorzy mogą w tej chwili używać aplikacji.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Skontaktuj się z administratorem, jeśli ten komunikat pojawił się nieoczekiwanie lub wyświetla się ciągle.", -"Thank you for your patience." => "Dziękuję za cierpliwość.", -"You are accessing the server from an untrusted domain." => "Dostajesz się do serwera z niezaufanej domeny.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Proszę skontaktuj się z administratorem. Jeśli jesteś administratorem tej instancji, skonfiguruj parametr \"trusted_domain\" w pliku config/config.php. Przykładowa konfiguracja jest dostępna w pliku config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "W zależności od konfiguracji, jako administrator możesz także użyć poniższego przycisku aby zaufać tej domenie.", -"Add \"%s\" as trusted domain" => "Dodaj \"%s\" jako domenę zaufaną", -"%s will be updated to version %s." => "%s zostanie zaktualizowane do wersji %s.", -"The following apps will be disabled:" => "Następujące aplikacje zostaną zablokowane:", -"The theme %s has been disabled." => "Motyw %s został wyłączony.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Proszę się upewnić, że baza danych, folder konfiguracji oraz folder danych zostały zarchiwizowane przed przejściem dalej.", -"Start update" => "Rozpocznij aktualizację", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Aby uniknąć timeout-ów przy większych instalacjach, możesz zamiast tego uruchomić następującą komendę w katalogu Twojej instalacji:", -"This %s instance is currently being updated, which may take a while." => "Ta instancja %s jest właśnie aktualizowana, co może chwilę potrwać.", -"This page will refresh itself when the %s instance is available again." => "Strona odświeży się gdy instancja %s będzie ponownie dostępna." -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js new file mode 100644 index 0000000000..0ec3aa08f2 --- /dev/null +++ b/core/l10n/pt_BR.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Não foi possível enviar e-mail para os seguintes usuários: %s", + "Turned on maintenance mode" : "Ativar modo de manutenção", + "Turned off maintenance mode" : "Desligar o modo de manutenção", + "Updated database" : "Atualizar o banco de dados", + "Checked database schema update" : "Verificado atualização do esquema de banco de dados", + "Checked database schema update for apps" : "Verificar atualização do esquema de banco de dados para aplicativos", + "Updated \"%s\" to %s" : "Atualizado \"%s\" para %s", + "Disabled incompatible apps: %s" : "Desabilitar aplicativos incompatíveis : %s", + "No image or file provided" : "Nenhuma imagem ou arquivo fornecido", + "Unknown filetype" : "Tipo de arquivo desconhecido", + "Invalid image" : "Imagem inválida", + "No temporary profile picture available, try again" : "Nenhuma imagem temporária disponível no perfil, tente novamente", + "No crop data provided" : "Nenhum dado para coleta foi fornecido", + "Sunday" : "Domingo", + "Monday" : "Segunda-feira", + "Tuesday" : "Terça-feira", + "Wednesday" : "Quarta-feira", + "Thursday" : "Quinta-feira", + "Friday" : "Sexta-feira", + "Saturday" : "Sábado", + "January" : "Janeiro", + "February" : "Fevereiro", + "March" : "Março", + "April" : "Abril", + "May" : "Maio", + "June" : "Junho", + "July" : "Julho", + "August" : "Agosto", + "September" : "Setembro", + "October" : "Outubro", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Seus arquivos são criptografados. Se você não ativou a chave de recuperação, não haverá maneira de obter seus dados de volta após a sua senha ser redefinida.
Se você não tem certeza do que fazer, por favor, contate o administrador antes de continuar.
Você realmente deseja continuar?", + "I know what I'm doing" : "Eu sei o que estou fazendo", + "Reset password" : "Redefinir senha", + "Password can not be changed. Please contact your administrator." : "A senha não pode ser alterada. Por favor, contate o administrador.", + "No" : "Não", + "Yes" : "Sim", + "Choose" : "Escolher", + "Error loading file picker template: {error}" : "Erro no seletor de carregamento modelo de arquivos: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Erro no carregamento de modelo de mensagem: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflito de arquivo","{count} conflitos de arquivos"], + "One file conflict" : "Conflito em um arquivo", + "New Files" : "Novos Arquivos", + "Already existing files" : "Arquivos já existentes", + "Which files do you want to keep?" : "Qual arquivo você quer manter?", + "If you select both versions, the copied file will have a number added to its name." : "Se você selecionar ambas as versões, o arquivo copiado terá um número adicionado ao seu nome.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(todos os selecionados)", + "({count} selected)" : "({count} selecionados)", + "Error loading file exists template" : "Erro ao carregar arquivo existe modelo", + "Very weak password" : "Senha muito fraca", + "Weak password" : "Senha fraca", + "So-so password" : "Senha mais ou menos", + "Good password" : "Boa senha", + "Strong password" : "Senha forte", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Seu servidor web não está configurado corretamente para permitir sincronização de arquivos porque a interface WebDAV parece não estar funcionando.", + "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." : "Este servidor não tem conexão com a internet. Isso significa que algumas das características como a montagem de armazenamento externo, notificações sobre atualizações ou instalação de aplicativos de 3ºs terceiros não funcionam. Acessar arquivos remotamente e envio de e-mails de notificação também não podem funcionar. Sugerimos permitir conexão com a internet para esse servidor, se você deseja ter todas as funcionalidades.", + "Error occurred while checking server setup" : "Erro ao verificar a configuração do servidor", + "Shared" : "Compartilhados", + "Shared with {recipients}" : "Compartilhado com {recipients}", + "Share" : "Compartilhar", + "Error" : "Erro", + "Error while sharing" : "Erro ao compartilhar", + "Error while unsharing" : "Erro ao descompartilhar", + "Error while changing permissions" : "Erro ao mudar permissões", + "Shared with you and the group {group} by {owner}" : "Compartilhado com você e com o grupo {group} por {owner}", + "Shared with you by {owner}" : "Compartilhado com você por {owner}", + "Share with user or group …" : "Compartilhar com usuário ou grupo ...", + "Share link" : "Compartilhar link", + "The public link will expire no later than {days} days after it is created" : "O link público irá expirar não antes de {days} depois de ser criado", + "Password protect" : "Proteger com senha", + "Choose a password for the public link" : "Escolha uma senha para o link público", + "Allow Public Upload" : "Permitir Envio Público", + "Email link to person" : "Enviar link por e-mail", + "Send" : "Enviar", + "Set expiration date" : "Definir data de expiração", + "Expiration date" : "Data de expiração", + "Adding user..." : "Adicionando usuário...", + "group" : "grupo", + "Resharing is not allowed" : "Não é permitido re-compartilhar", + "Shared in {item} with {user}" : "Compartilhado em {item} com {user}", + "Unshare" : "Descompartilhar", + "notify by email" : "notificar por e-mail", + "can share" : "pode compartilhar", + "can edit" : "pode editar", + "access control" : "controle de acesso", + "create" : "criar", + "update" : "atualizar", + "delete" : "remover", + "Password protected" : "Protegido com senha", + "Error unsetting expiration date" : "Erro ao remover data de expiração", + "Error setting expiration date" : "Erro ao definir data de expiração", + "Sending ..." : "Enviando ...", + "Email sent" : "E-mail enviado", + "Warning" : "Aviso", + "The object type is not specified." : "O tipo de objeto não foi especificado.", + "Enter new" : "Entrar uma nova", + "Delete" : "Eliminar", + "Add" : "Adicionar", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "A atualização teve êxito. Você será redirecionado ao ownCloud agora.", + "Couldn't reset password because the token is invalid" : "Não foi possível redefinir a senha porque o token é inválido", + "Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar e-mail de redefinição. Verifique se o seu nome de usuário está correto.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar e-mail de redefinição, porque não há nenhum endereço de e-mail para este nome de usuário. Por favor, contate o administrador.", + "%s password reset" : "%s redefinir senha", + "Use the following link to reset your password: {link}" : "Use o seguinte link para redefinir sua senha: {link}", + "You will receive a link to reset your password via Email." : "Você receberá um link para redefinir sua senha por e-mail.", + "Username" : "Nome de usuário", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Seus arquivos estão encriptados. Se você não habilitou a chave de recuperação, não haverá maneira de recuperar seus dados após criar uma nova senha. Se você não tem certeza do que fazer, por favor entre em contato com o administrador antes de continuar. Tem certeza que realmente quer continuar?", + "Yes, I really want to reset my password now" : "Sim, realmente quero criar uma nova senha.", + "Reset" : "Resetar", + "New password" : "Nova senha", + "New Password" : "Nova Senha", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X não é suportado e %s não funcionará corretamente nesta plataforma. Use-o por sua conta e risco!", + "For the best results, please consider using a GNU/Linux server instead." : "Para obter os melhores resultados, por favor, considere o uso de um servidor GNU/Linux em seu lugar.", + "Personal" : "Pessoal", + "Users" : "Usuários", + "Apps" : "Aplicações", + "Admin" : "Admin", + "Help" : "Ajuda", + "Error loading tags" : " Erro carregando etiqueta", + "Tag already exists" : "Etiqueta já existe", + "Error deleting tag(s)" : "Erro deletando etiqueta(s)", + "Error tagging" : "Erro etiquetando", + "Error untagging" : "Erro retirando etiqueta", + "Error favoriting" : "Erro colocando nos favoritos", + "Error unfavoriting" : "Erro retirando do favoritos", + "Access forbidden" : "Acesso proibido", + "File not found" : "Arquivo não encontrado", + "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", + "You can click here to return to %s." : "Você pode clicar aqui para retornar para %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Olá,\n\ngostaria que você soubesse que %s compartilhou %s com você.\nVeja isto: %s\n\n", + "The share will expire on %s." : "O compartilhamento irá expirar em %s.", + "Cheers!" : "Saúde!", + "Internal Server Error" : "Erro Interno do Servidor", + "The server encountered an internal error and was unable to complete your request." : "O servidor encontrou um erro interno e não conseguiu concluir o seu pedido.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Entre em contato com o administrador do servidor se este erro reaparece várias vezes, por favor, inclua os detalhes técnicos abaixo em seu relatório.", + "More details can be found in the server log." : "Mais detalhes podem ser encontrados no log do servidor.", + "Technical details" : "Detalhes técnicos", + "Remote Address: %s" : "Endereço Remoto: %s", + "Request ID: %s" : "ID do Pedido: %s", + "Code: %s" : "Código: %s", + "Message: %s" : "Mensagem: %s", + "File: %s" : "Arquivo: %s", + "Line: %s" : "Linha: %s", + "Trace" : "Rastreamento", + "Security Warning" : "Aviso de Segurança", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Sua versão do PHP está vulnerável ao ataque NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor, atualize sua instalação PHP para usar %s segurança.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Seu diretório de dados e arquivos são provavelmente acessíveis pela internet, porque o .htaccess não funciona.", + "For information how to properly configure your server, please see the documentation." : "Para obter informações sobre como configurar corretamente o seu servidor, consulte a documentação.", + "Create an admin account" : "Criar uma conta de administrador", + "Password" : "Senha", + "Storage & database" : "Armazenamento & banco de dados", + "Data folder" : "Pasta de dados", + "Configure the database" : "Configurar o banco de dados", + "Only %s is available." : "Somente %s está disponível.", + "Database user" : "Usuário do banco de dados", + "Database password" : "Senha do banco de dados", + "Database name" : "Nome do banco de dados", + "Database tablespace" : "Espaço de tabela do banco de dados", + "Database host" : "Host do banco de dados", + "SQLite will be used as database. For larger installations we recommend to change this." : "O SQLite será usado como banco de dados. Para grandes instalações nós recomendamos mudar isto.", + "Finish setup" : "Concluir configuração", + "Finishing …" : "Finalizando ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Esta aplicação requer JavaScript para sua correta operação. Por favor habilite JavaScript e recerregue a página.", + "%s is available. Get more information on how to update." : "%s está disponível. Obtenha mais informações sobre como atualizar.", + "Log out" : "Sair", + "Server side authentication failed!" : "Autenticação do servidor falhou!", + "Please contact your administrator." : "Por favor, contate o administrador.", + "Forgot your password? Reset it!" : "Esqueceu sua senha? Redefini-la!", + "remember" : "lembrar", + "Log in" : "Fazer login", + "Alternative Logins" : "Logins Alternativos", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Olá,

só para seu conhecimento que %s compartilhou %s com você.
Verificar!

", + "This ownCloud instance is currently in single user mode." : "Nesta instância ownCloud está em modo de usuário único.", + "This means only administrators can use the instance." : "Isso significa que apenas os administradores podem usar esta instância.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o seu administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.", + "Thank you for your patience." : "Obrigado pela sua paciência.", + "You are accessing the server from an untrusted domain." : "Você está acessando o servidor a partir de um domínio não confiável.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contate o administrador. Se você é um administrador desta instância, configurre o \"trusted_domain\" em config/config.php. Um exemplo de configuração é fornecido em config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da configuração, como administrador, você também pode ser capaz de usar o botão abaixo para confiar neste domínio.", + "Add \"%s\" as trusted domain" : "Adicionar \"%s\" como um domínio confiavel", + "%s will be updated to version %s." : "%s será atualizado para a versão %s.", + "The following apps will be disabled:" : "Os seguintes aplicativos serão desativados:", + "The theme %s has been disabled." : "O tema %s foi desativado.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor, certifique-se de que o banco de dados, a pasta config e a pasta de dados foram copiados antes de prosseguir.", + "Start update" : "Iniciar atualização", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso executar o seguinte comando a partir do diretório de instalação:", + "This %s instance is currently being updated, which may take a while." : "Esta instância %s está sendo atualizada, o que pode demorar um pouco.", + "This page will refresh itself when the %s instance is available again." : "Esta página será atualizada automaticamente quando esta instância %s estiver disponível novamente." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json new file mode 100644 index 0000000000..f3a2393572 --- /dev/null +++ b/core/l10n/pt_BR.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Não foi possível enviar e-mail para os seguintes usuários: %s", + "Turned on maintenance mode" : "Ativar modo de manutenção", + "Turned off maintenance mode" : "Desligar o modo de manutenção", + "Updated database" : "Atualizar o banco de dados", + "Checked database schema update" : "Verificado atualização do esquema de banco de dados", + "Checked database schema update for apps" : "Verificar atualização do esquema de banco de dados para aplicativos", + "Updated \"%s\" to %s" : "Atualizado \"%s\" para %s", + "Disabled incompatible apps: %s" : "Desabilitar aplicativos incompatíveis : %s", + "No image or file provided" : "Nenhuma imagem ou arquivo fornecido", + "Unknown filetype" : "Tipo de arquivo desconhecido", + "Invalid image" : "Imagem inválida", + "No temporary profile picture available, try again" : "Nenhuma imagem temporária disponível no perfil, tente novamente", + "No crop data provided" : "Nenhum dado para coleta foi fornecido", + "Sunday" : "Domingo", + "Monday" : "Segunda-feira", + "Tuesday" : "Terça-feira", + "Wednesday" : "Quarta-feira", + "Thursday" : "Quinta-feira", + "Friday" : "Sexta-feira", + "Saturday" : "Sábado", + "January" : "Janeiro", + "February" : "Fevereiro", + "March" : "Março", + "April" : "Abril", + "May" : "Maio", + "June" : "Junho", + "July" : "Julho", + "August" : "Agosto", + "September" : "Setembro", + "October" : "Outubro", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Seus arquivos são criptografados. Se você não ativou a chave de recuperação, não haverá maneira de obter seus dados de volta após a sua senha ser redefinida.
Se você não tem certeza do que fazer, por favor, contate o administrador antes de continuar.
Você realmente deseja continuar?", + "I know what I'm doing" : "Eu sei o que estou fazendo", + "Reset password" : "Redefinir senha", + "Password can not be changed. Please contact your administrator." : "A senha não pode ser alterada. Por favor, contate o administrador.", + "No" : "Não", + "Yes" : "Sim", + "Choose" : "Escolher", + "Error loading file picker template: {error}" : "Erro no seletor de carregamento modelo de arquivos: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Erro no carregamento de modelo de mensagem: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflito de arquivo","{count} conflitos de arquivos"], + "One file conflict" : "Conflito em um arquivo", + "New Files" : "Novos Arquivos", + "Already existing files" : "Arquivos já existentes", + "Which files do you want to keep?" : "Qual arquivo você quer manter?", + "If you select both versions, the copied file will have a number added to its name." : "Se você selecionar ambas as versões, o arquivo copiado terá um número adicionado ao seu nome.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(todos os selecionados)", + "({count} selected)" : "({count} selecionados)", + "Error loading file exists template" : "Erro ao carregar arquivo existe modelo", + "Very weak password" : "Senha muito fraca", + "Weak password" : "Senha fraca", + "So-so password" : "Senha mais ou menos", + "Good password" : "Boa senha", + "Strong password" : "Senha forte", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Seu servidor web não está configurado corretamente para permitir sincronização de arquivos porque a interface WebDAV parece não estar funcionando.", + "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." : "Este servidor não tem conexão com a internet. Isso significa que algumas das características como a montagem de armazenamento externo, notificações sobre atualizações ou instalação de aplicativos de 3ºs terceiros não funcionam. Acessar arquivos remotamente e envio de e-mails de notificação também não podem funcionar. Sugerimos permitir conexão com a internet para esse servidor, se você deseja ter todas as funcionalidades.", + "Error occurred while checking server setup" : "Erro ao verificar a configuração do servidor", + "Shared" : "Compartilhados", + "Shared with {recipients}" : "Compartilhado com {recipients}", + "Share" : "Compartilhar", + "Error" : "Erro", + "Error while sharing" : "Erro ao compartilhar", + "Error while unsharing" : "Erro ao descompartilhar", + "Error while changing permissions" : "Erro ao mudar permissões", + "Shared with you and the group {group} by {owner}" : "Compartilhado com você e com o grupo {group} por {owner}", + "Shared with you by {owner}" : "Compartilhado com você por {owner}", + "Share with user or group …" : "Compartilhar com usuário ou grupo ...", + "Share link" : "Compartilhar link", + "The public link will expire no later than {days} days after it is created" : "O link público irá expirar não antes de {days} depois de ser criado", + "Password protect" : "Proteger com senha", + "Choose a password for the public link" : "Escolha uma senha para o link público", + "Allow Public Upload" : "Permitir Envio Público", + "Email link to person" : "Enviar link por e-mail", + "Send" : "Enviar", + "Set expiration date" : "Definir data de expiração", + "Expiration date" : "Data de expiração", + "Adding user..." : "Adicionando usuário...", + "group" : "grupo", + "Resharing is not allowed" : "Não é permitido re-compartilhar", + "Shared in {item} with {user}" : "Compartilhado em {item} com {user}", + "Unshare" : "Descompartilhar", + "notify by email" : "notificar por e-mail", + "can share" : "pode compartilhar", + "can edit" : "pode editar", + "access control" : "controle de acesso", + "create" : "criar", + "update" : "atualizar", + "delete" : "remover", + "Password protected" : "Protegido com senha", + "Error unsetting expiration date" : "Erro ao remover data de expiração", + "Error setting expiration date" : "Erro ao definir data de expiração", + "Sending ..." : "Enviando ...", + "Email sent" : "E-mail enviado", + "Warning" : "Aviso", + "The object type is not specified." : "O tipo de objeto não foi especificado.", + "Enter new" : "Entrar uma nova", + "Delete" : "Eliminar", + "Add" : "Adicionar", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "A atualização teve êxito. Você será redirecionado ao ownCloud agora.", + "Couldn't reset password because the token is invalid" : "Não foi possível redefinir a senha porque o token é inválido", + "Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar e-mail de redefinição. Verifique se o seu nome de usuário está correto.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar e-mail de redefinição, porque não há nenhum endereço de e-mail para este nome de usuário. Por favor, contate o administrador.", + "%s password reset" : "%s redefinir senha", + "Use the following link to reset your password: {link}" : "Use o seguinte link para redefinir sua senha: {link}", + "You will receive a link to reset your password via Email." : "Você receberá um link para redefinir sua senha por e-mail.", + "Username" : "Nome de usuário", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Seus arquivos estão encriptados. Se você não habilitou a chave de recuperação, não haverá maneira de recuperar seus dados após criar uma nova senha. Se você não tem certeza do que fazer, por favor entre em contato com o administrador antes de continuar. Tem certeza que realmente quer continuar?", + "Yes, I really want to reset my password now" : "Sim, realmente quero criar uma nova senha.", + "Reset" : "Resetar", + "New password" : "Nova senha", + "New Password" : "Nova Senha", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X não é suportado e %s não funcionará corretamente nesta plataforma. Use-o por sua conta e risco!", + "For the best results, please consider using a GNU/Linux server instead." : "Para obter os melhores resultados, por favor, considere o uso de um servidor GNU/Linux em seu lugar.", + "Personal" : "Pessoal", + "Users" : "Usuários", + "Apps" : "Aplicações", + "Admin" : "Admin", + "Help" : "Ajuda", + "Error loading tags" : " Erro carregando etiqueta", + "Tag already exists" : "Etiqueta já existe", + "Error deleting tag(s)" : "Erro deletando etiqueta(s)", + "Error tagging" : "Erro etiquetando", + "Error untagging" : "Erro retirando etiqueta", + "Error favoriting" : "Erro colocando nos favoritos", + "Error unfavoriting" : "Erro retirando do favoritos", + "Access forbidden" : "Acesso proibido", + "File not found" : "Arquivo não encontrado", + "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", + "You can click here to return to %s." : "Você pode clicar aqui para retornar para %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Olá,\n\ngostaria que você soubesse que %s compartilhou %s com você.\nVeja isto: %s\n\n", + "The share will expire on %s." : "O compartilhamento irá expirar em %s.", + "Cheers!" : "Saúde!", + "Internal Server Error" : "Erro Interno do Servidor", + "The server encountered an internal error and was unable to complete your request." : "O servidor encontrou um erro interno e não conseguiu concluir o seu pedido.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Entre em contato com o administrador do servidor se este erro reaparece várias vezes, por favor, inclua os detalhes técnicos abaixo em seu relatório.", + "More details can be found in the server log." : "Mais detalhes podem ser encontrados no log do servidor.", + "Technical details" : "Detalhes técnicos", + "Remote Address: %s" : "Endereço Remoto: %s", + "Request ID: %s" : "ID do Pedido: %s", + "Code: %s" : "Código: %s", + "Message: %s" : "Mensagem: %s", + "File: %s" : "Arquivo: %s", + "Line: %s" : "Linha: %s", + "Trace" : "Rastreamento", + "Security Warning" : "Aviso de Segurança", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Sua versão do PHP está vulnerável ao ataque NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor, atualize sua instalação PHP para usar %s segurança.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Seu diretório de dados e arquivos são provavelmente acessíveis pela internet, porque o .htaccess não funciona.", + "For information how to properly configure your server, please see the documentation." : "Para obter informações sobre como configurar corretamente o seu servidor, consulte a documentação.", + "Create an admin account" : "Criar uma conta de administrador", + "Password" : "Senha", + "Storage & database" : "Armazenamento & banco de dados", + "Data folder" : "Pasta de dados", + "Configure the database" : "Configurar o banco de dados", + "Only %s is available." : "Somente %s está disponível.", + "Database user" : "Usuário do banco de dados", + "Database password" : "Senha do banco de dados", + "Database name" : "Nome do banco de dados", + "Database tablespace" : "Espaço de tabela do banco de dados", + "Database host" : "Host do banco de dados", + "SQLite will be used as database. For larger installations we recommend to change this." : "O SQLite será usado como banco de dados. Para grandes instalações nós recomendamos mudar isto.", + "Finish setup" : "Concluir configuração", + "Finishing …" : "Finalizando ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Esta aplicação requer JavaScript para sua correta operação. Por favor habilite JavaScript e recerregue a página.", + "%s is available. Get more information on how to update." : "%s está disponível. Obtenha mais informações sobre como atualizar.", + "Log out" : "Sair", + "Server side authentication failed!" : "Autenticação do servidor falhou!", + "Please contact your administrator." : "Por favor, contate o administrador.", + "Forgot your password? Reset it!" : "Esqueceu sua senha? Redefini-la!", + "remember" : "lembrar", + "Log in" : "Fazer login", + "Alternative Logins" : "Logins Alternativos", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Olá,

só para seu conhecimento que %s compartilhou %s com você.
Verificar!

", + "This ownCloud instance is currently in single user mode." : "Nesta instância ownCloud está em modo de usuário único.", + "This means only administrators can use the instance." : "Isso significa que apenas os administradores podem usar esta instância.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o seu administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.", + "Thank you for your patience." : "Obrigado pela sua paciência.", + "You are accessing the server from an untrusted domain." : "Você está acessando o servidor a partir de um domínio não confiável.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contate o administrador. Se você é um administrador desta instância, configurre o \"trusted_domain\" em config/config.php. Um exemplo de configuração é fornecido em config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da configuração, como administrador, você também pode ser capaz de usar o botão abaixo para confiar neste domínio.", + "Add \"%s\" as trusted domain" : "Adicionar \"%s\" como um domínio confiavel", + "%s will be updated to version %s." : "%s será atualizado para a versão %s.", + "The following apps will be disabled:" : "Os seguintes aplicativos serão desativados:", + "The theme %s has been disabled." : "O tema %s foi desativado.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor, certifique-se de que o banco de dados, a pasta config e a pasta de dados foram copiados antes de prosseguir.", + "Start update" : "Iniciar atualização", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso executar o seguinte comando a partir do diretório de instalação:", + "This %s instance is currently being updated, which may take a while." : "Esta instância %s está sendo atualizada, o que pode demorar um pouco.", + "This page will refresh itself when the %s instance is available again." : "Esta página será atualizada automaticamente quando esta instância %s estiver disponível novamente." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php deleted file mode 100644 index 7d653d12dd..0000000000 --- a/core/l10n/pt_BR.php +++ /dev/null @@ -1,211 +0,0 @@ - "Não foi possível enviar e-mail para os seguintes usuários: %s", -"Turned on maintenance mode" => "Ativar modo de manutenção", -"Turned off maintenance mode" => "Desligar o modo de manutenção", -"Updated database" => "Atualizar o banco de dados", -"Checked database schema update" => "Verificado atualização do esquema de banco de dados", -"Checked database schema update for apps" => "Verificar atualização do esquema de banco de dados para aplicativos", -"Updated \"%s\" to %s" => "Atualizado \"%s\" para %s", -"Disabled incompatible apps: %s" => "Desabilitar aplicativos incompatíveis : %s", -"No image or file provided" => "Nenhuma imagem ou arquivo fornecido", -"Unknown filetype" => "Tipo de arquivo desconhecido", -"Invalid image" => "Imagem inválida", -"No temporary profile picture available, try again" => "Nenhuma imagem temporária disponível no perfil, tente novamente", -"No crop data provided" => "Nenhum dado para coleta foi fornecido", -"Sunday" => "Domingo", -"Monday" => "Segunda-feira", -"Tuesday" => "Terça-feira", -"Wednesday" => "Quarta-feira", -"Thursday" => "Quinta-feira", -"Friday" => "Sexta-feira", -"Saturday" => "Sábado", -"January" => "Janeiro", -"February" => "Fevereiro", -"March" => "Março", -"April" => "Abril", -"May" => "Maio", -"June" => "Junho", -"July" => "Julho", -"August" => "Agosto", -"September" => "Setembro", -"October" => "Outubro", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Seus arquivos são criptografados. Se você não ativou a chave de recuperação, não haverá maneira de obter seus dados de volta após a sua senha ser redefinida.
Se você não tem certeza do que fazer, por favor, contate o administrador antes de continuar.
Você realmente deseja continuar?", -"I know what I'm doing" => "Eu sei o que estou fazendo", -"Reset password" => "Redefinir senha", -"Password can not be changed. Please contact your administrator." => "A senha não pode ser alterada. Por favor, contate o administrador.", -"No" => "Não", -"Yes" => "Sim", -"Choose" => "Escolher", -"Error loading file picker template: {error}" => "Erro no seletor de carregamento modelo de arquivos: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Erro no carregamento de modelo de mensagem: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} conflito de arquivo","{count} conflitos de arquivos"), -"One file conflict" => "Conflito em um arquivo", -"New Files" => "Novos Arquivos", -"Already existing files" => "Arquivos já existentes", -"Which files do you want to keep?" => "Qual arquivo você quer manter?", -"If you select both versions, the copied file will have a number added to its name." => "Se você selecionar ambas as versões, o arquivo copiado terá um número adicionado ao seu nome.", -"Cancel" => "Cancelar", -"Continue" => "Continuar", -"(all selected)" => "(todos os selecionados)", -"({count} selected)" => "({count} selecionados)", -"Error loading file exists template" => "Erro ao carregar arquivo existe modelo", -"Very weak password" => "Senha muito fraca", -"Weak password" => "Senha fraca", -"So-so password" => "Senha mais ou menos", -"Good password" => "Boa senha", -"Strong password" => "Senha forte", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Seu servidor web não está configurado corretamente para permitir sincronização de arquivos porque a interface WebDAV parece não estar funcionando.", -"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." => "Este servidor não tem conexão com a internet. Isso significa que algumas das características como a montagem de armazenamento externo, notificações sobre atualizações ou instalação de aplicativos de 3ºs terceiros não funcionam. Acessar arquivos remotamente e envio de e-mails de notificação também não podem funcionar. Sugerimos permitir conexão com a internet para esse servidor, se você deseja ter todas as funcionalidades.", -"Error occurred while checking server setup" => "Erro ao verificar a configuração do servidor", -"Shared" => "Compartilhados", -"Shared with {recipients}" => "Compartilhado com {recipients}", -"Share" => "Compartilhar", -"Error" => "Erro", -"Error while sharing" => "Erro ao compartilhar", -"Error while unsharing" => "Erro ao descompartilhar", -"Error while changing permissions" => "Erro ao mudar permissões", -"Shared with you and the group {group} by {owner}" => "Compartilhado com você e com o grupo {group} por {owner}", -"Shared with you by {owner}" => "Compartilhado com você por {owner}", -"Share with user or group …" => "Compartilhar com usuário ou grupo ...", -"Share link" => "Compartilhar link", -"The public link will expire no later than {days} days after it is created" => "O link público irá expirar não antes de {days} depois de ser criado", -"Password protect" => "Proteger com senha", -"Choose a password for the public link" => "Escolha uma senha para o link público", -"Allow Public Upload" => "Permitir Envio Público", -"Email link to person" => "Enviar link por e-mail", -"Send" => "Enviar", -"Set expiration date" => "Definir data de expiração", -"Expiration date" => "Data de expiração", -"Adding user..." => "Adicionando usuário...", -"group" => "grupo", -"Resharing is not allowed" => "Não é permitido re-compartilhar", -"Shared in {item} with {user}" => "Compartilhado em {item} com {user}", -"Unshare" => "Descompartilhar", -"notify by email" => "notificar por e-mail", -"can share" => "pode compartilhar", -"can edit" => "pode editar", -"access control" => "controle de acesso", -"create" => "criar", -"update" => "atualizar", -"delete" => "remover", -"Password protected" => "Protegido com senha", -"Error unsetting expiration date" => "Erro ao remover data de expiração", -"Error setting expiration date" => "Erro ao definir data de expiração", -"Sending ..." => "Enviando ...", -"Email sent" => "E-mail enviado", -"Warning" => "Aviso", -"The object type is not specified." => "O tipo de objeto não foi especificado.", -"Enter new" => "Entrar uma nova", -"Delete" => "Eliminar", -"Add" => "Adicionar", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "A atualização teve êxito. Você será redirecionado ao ownCloud agora.", -"Couldn't reset password because the token is invalid" => "Não foi possível redefinir a senha porque o token é inválido", -"Couldn't send reset email. Please make sure your username is correct." => "Não foi possível enviar e-mail de redefinição. Verifique se o seu nome de usuário está correto.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Não foi possível enviar e-mail de redefinição, porque não há nenhum endereço de e-mail para este nome de usuário. Por favor, contate o administrador.", -"%s password reset" => "%s redefinir senha", -"Use the following link to reset your password: {link}" => "Use o seguinte link para redefinir sua senha: {link}", -"You will receive a link to reset your password via Email." => "Você receberá um link para redefinir sua senha por e-mail.", -"Username" => "Nome de usuário", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Seus arquivos estão encriptados. Se você não habilitou a chave de recuperação, não haverá maneira de recuperar seus dados após criar uma nova senha. Se você não tem certeza do que fazer, por favor entre em contato com o administrador antes de continuar. Tem certeza que realmente quer continuar?", -"Yes, I really want to reset my password now" => "Sim, realmente quero criar uma nova senha.", -"Reset" => "Resetar", -"New password" => "Nova senha", -"New Password" => "Nova Senha", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X não é suportado e %s não funcionará corretamente nesta plataforma. Use-o por sua conta e risco!", -"For the best results, please consider using a GNU/Linux server instead." => "Para obter os melhores resultados, por favor, considere o uso de um servidor GNU/Linux em seu lugar.", -"Personal" => "Pessoal", -"Users" => "Usuários", -"Apps" => "Aplicações", -"Admin" => "Admin", -"Help" => "Ajuda", -"Error loading tags" => " Erro carregando etiqueta", -"Tag already exists" => "Etiqueta já existe", -"Error deleting tag(s)" => "Erro deletando etiqueta(s)", -"Error tagging" => "Erro etiquetando", -"Error untagging" => "Erro retirando etiqueta", -"Error favoriting" => "Erro colocando nos favoritos", -"Error unfavoriting" => "Erro retirando do favoritos", -"Access forbidden" => "Acesso proibido", -"File not found" => "Arquivo não encontrado", -"The specified document has not been found on the server." => "O documento especificado não foi encontrado no servidor.", -"You can click here to return to %s." => "Você pode clicar aqui para retornar para %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Olá,\n\ngostaria que você soubesse que %s compartilhou %s com você.\nVeja isto: %s\n\n", -"The share will expire on %s." => "O compartilhamento irá expirar em %s.", -"Cheers!" => "Saúde!", -"Internal Server Error" => "Erro Interno do Servidor", -"The server encountered an internal error and was unable to complete your request." => "O servidor encontrou um erro interno e não conseguiu concluir o seu pedido.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Entre em contato com o administrador do servidor se este erro reaparece várias vezes, por favor, inclua os detalhes técnicos abaixo em seu relatório.", -"More details can be found in the server log." => "Mais detalhes podem ser encontrados no log do servidor.", -"Technical details" => "Detalhes técnicos", -"Remote Address: %s" => "Endereço Remoto: %s", -"Request ID: %s" => "ID do Pedido: %s", -"Code: %s" => "Código: %s", -"Message: %s" => "Mensagem: %s", -"File: %s" => "Arquivo: %s", -"Line: %s" => "Linha: %s", -"Trace" => "Rastreamento", -"Security Warning" => "Aviso de Segurança", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Sua versão do PHP está vulnerável ao ataque NULL Byte (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Por favor, atualize sua instalação PHP para usar %s segurança.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Seu diretório de dados e arquivos são provavelmente acessíveis pela internet, porque o .htaccess não funciona.", -"For information how to properly configure your server, please see the documentation." => "Para obter informações sobre como configurar corretamente o seu servidor, consulte a documentação.", -"Create an admin account" => "Criar uma conta de administrador", -"Password" => "Senha", -"Storage & database" => "Armazenamento & banco de dados", -"Data folder" => "Pasta de dados", -"Configure the database" => "Configurar o banco de dados", -"Only %s is available." => "Somente %s está disponível.", -"Database user" => "Usuário do banco de dados", -"Database password" => "Senha do banco de dados", -"Database name" => "Nome do banco de dados", -"Database tablespace" => "Espaço de tabela do banco de dados", -"Database host" => "Host do banco de dados", -"SQLite will be used as database. For larger installations we recommend to change this." => "O SQLite será usado como banco de dados. Para grandes instalações nós recomendamos mudar isto.", -"Finish setup" => "Concluir configuração", -"Finishing …" => "Finalizando ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Esta aplicação requer JavaScript para sua correta operação. Por favor habilite JavaScript e recerregue a página.", -"%s is available. Get more information on how to update." => "%s está disponível. Obtenha mais informações sobre como atualizar.", -"Log out" => "Sair", -"Server side authentication failed!" => "Autenticação do servidor falhou!", -"Please contact your administrator." => "Por favor, contate o administrador.", -"Forgot your password? Reset it!" => "Esqueceu sua senha? Redefini-la!", -"remember" => "lembrar", -"Log in" => "Fazer login", -"Alternative Logins" => "Logins Alternativos", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Olá,

só para seu conhecimento que %s compartilhou %s com você.
Verificar!

", -"This ownCloud instance is currently in single user mode." => "Nesta instância ownCloud está em modo de usuário único.", -"This means only administrators can use the instance." => "Isso significa que apenas os administradores podem usar esta instância.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte o seu administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.", -"Thank you for your patience." => "Obrigado pela sua paciência.", -"You are accessing the server from an untrusted domain." => "Você está acessando o servidor a partir de um domínio não confiável.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Por favor, contate o administrador. Se você é um administrador desta instância, configurre o \"trusted_domain\" em config/config.php. Um exemplo de configuração é fornecido em config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Dependendo da configuração, como administrador, você também pode ser capaz de usar o botão abaixo para confiar neste domínio.", -"Add \"%s\" as trusted domain" => "Adicionar \"%s\" como um domínio confiavel", -"%s will be updated to version %s." => "%s será atualizado para a versão %s.", -"The following apps will be disabled:" => "Os seguintes aplicativos serão desativados:", -"The theme %s has been disabled." => "O tema %s foi desativado.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Por favor, certifique-se de que o banco de dados, a pasta config e a pasta de dados foram copiados antes de prosseguir.", -"Start update" => "Iniciar atualização", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Para evitar tempos de espera com instalações maiores, você pode em vez disso executar o seguinte comando a partir do diretório de instalação:", -"This %s instance is currently being updated, which may take a while." => "Esta instância %s está sendo atualizada, o que pode demorar um pouco.", -"This page will refresh itself when the %s instance is available again." => "Esta página será atualizada automaticamente quando esta instância %s estiver disponível novamente." -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js new file mode 100644 index 0000000000..416a593cdc --- /dev/null +++ b/core/l10n/pt_PT.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Não conseguiu enviar correio aos seguintes utilizadores: %s", + "Turned on maintenance mode" : "Activado o modo de manutenção", + "Turned off maintenance mode" : "Desactivado o modo de manutenção", + "Updated database" : "Base de dados actualizada", + "Checked database schema update" : "Atualização do esquema da base de dados verificada.", + "Checked database schema update for apps" : "Atualização do esquema da base de dados verificada.", + "Updated \"%s\" to %s" : "Actualizado \"%s\" para %s", + "Disabled incompatible apps: %s" : "Apps incompatíveis desativadas: %s", + "No image or file provided" : "Não foi selecionado nenhum ficheiro para importar", + "Unknown filetype" : "Ficheiro desconhecido", + "Invalid image" : "Imagem inválida", + "No temporary profile picture available, try again" : "Foto temporária de perfil indisponível, tente novamente", + "No crop data provided" : "Sem dados de corte fornecidos", + "Sunday" : "Domingo", + "Monday" : "Segunda", + "Tuesday" : "Terça", + "Wednesday" : "Quarta", + "Thursday" : "Quinta", + "Friday" : "Sexta", + "Saturday" : "Sábado", + "January" : "Janeiro", + "February" : "Fevereiro", + "March" : "Março", + "April" : "Abril", + "May" : "Maio", + "June" : "Junho", + "July" : "Julho", + "August" : "Agosto", + "September" : "Setembro", + "October" : "Outubro", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Os seus ficheiros estão encriptados. Se não activou a chave de recuperação, não vai ser possível recuperar os seus dados no caso da sua password ser reinicializada. Se não tem a certeza do que precisa de fazer, por favor contacte o seu administrador antes de continuar. Tem a certeza que quer continuar?", + "I know what I'm doing" : "Tenho a certeza", + "Reset password" : "Repor password", + "Password can not be changed. Please contact your administrator." : "A password não pode ser alterada. Contacte o seu administrador.", + "No" : "Não", + "Yes" : "Sim", + "Choose" : "Escolha", + "Error loading file picker template: {error}" : "Erro ao carregar o modelo de selecionador de ficheiro: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Erro ao carregar o template: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de ficheiro","{count} conflitos de ficheiro"], + "One file conflict" : "Um conflito no ficheiro", + "New Files" : "Ficheiros Novos", + "Already existing files" : "Ficheiro já existente", + "Which files do you want to keep?" : "Quais os ficheiros que pretende manter?", + "If you select both versions, the copied file will have a number added to its name." : "Se escolher ambas as versões, o ficheiro copiado irá ter um número adicionado ao seu nome.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(todos seleccionados)", + "({count} selected)" : "({count} seleccionados)", + "Error loading file exists template" : "Erro ao carregar o modelo de existências do ficheiro", + "Very weak password" : "Password muito fraca", + "Weak password" : "Password fraca", + "So-so password" : "Password aceitável", + "Good password" : "Password Forte", + "Strong password" : "Password muito forte", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "O seu servidor web não está configurado correctamente para autorizar sincronização de ficheiros, pois o interface WebDAV parece estar com problemas.", + "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." : "Este servidor ownCloud não tem uma ligação de internet a funcionar. Isto significa que algumas funcionalidades como o acesso a locais externos (dropbox, gdrive, etc), notificações sobre actualizções, ou a instalação de aplicações não irá funcionar. Sugerimos que active uma ligação à internet se pretender obter todas as funcionalidades do ownCloud.", + "Error occurred while checking server setup" : "Ocorreu um erro durante a verificação da configuração do servidor", + "Shared" : "Partilhado", + "Shared with {recipients}" : "Partilhado com {recipients}", + "Share" : "Partilhar", + "Error" : "Erro", + "Error while sharing" : "Erro ao partilhar", + "Error while unsharing" : "Erro ao deixar de partilhar", + "Error while changing permissions" : "Erro ao mudar permissões", + "Shared with you and the group {group} by {owner}" : "Partilhado consigo e com o grupo {group} por {owner}", + "Shared with you by {owner}" : "Partilhado consigo por {owner}", + "Share with user or group …" : "Partilhar com utilizador ou grupo...", + "Share link" : "Partilhar o link", + "The public link will expire no later than {days} days after it is created" : "O link público expira, o mais tardar {days} dias após sua criação", + "Password protect" : "Proteger com palavra-passe", + "Choose a password for the public link" : "Defina a palavra-passe para o link público", + "Allow Public Upload" : "Permitir Envios Públicos", + "Email link to person" : "Enviar o link por e-mail", + "Send" : "Enviar", + "Set expiration date" : "Especificar data de expiração", + "Expiration date" : "Data de expiração", + "Adding user..." : "A adicionar utilizador...", + "group" : "grupo", + "Resharing is not allowed" : "Não é permitido partilhar de novo", + "Shared in {item} with {user}" : "Partilhado em {item} com {user}", + "Unshare" : "Deixar de partilhar", + "notify by email" : "Notificar por email", + "can share" : "pode partilhar", + "can edit" : "pode editar", + "access control" : "Controlo de acesso", + "create" : "criar", + "update" : "actualizar", + "delete" : "apagar", + "Password protected" : "Protegido com palavra-passe", + "Error unsetting expiration date" : "Erro ao retirar a data de expiração", + "Error setting expiration date" : "Erro ao aplicar a data de expiração", + "Sending ..." : "A Enviar...", + "Email sent" : "E-mail enviado", + "Warning" : "Aviso", + "The object type is not specified." : "O tipo de objecto não foi especificado", + "Enter new" : "Introduza novo", + "Delete" : "Eliminar", + "Add" : "Adicionar", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "A actualização foi concluída com sucesso. Vai ser redireccionado para o ownCloud agora.", + "Couldn't reset password because the token is invalid" : "É impossível efetuar reset à password. ", + "Couldn't send reset email. Please make sure your username is correct." : "Ocorreu um problema com o envio do e-mail, por favor confirme o seu utilizador.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Ocorreu um problema com o envio do e-mail, por favor contacte o administrador.", + "%s password reset" : "%s reposição da password", + "Use the following link to reset your password: {link}" : "Use o seguinte endereço para repor a sua password: {link}", + "You will receive a link to reset your password via Email." : "Vai receber um endereço para repor a sua password", + "Username" : "Nome de utilizador", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Os seus ficheiros estão encriptados. Se não activou a chave de recuperação, não vai ser possível recuperar os seus dados no caso da sua password ser reinicializada. Se não tem a certeza do que precisa de fazer, por favor contacte o seu administrador antes de continuar. Tem a certeza que quer continuar?", + "Yes, I really want to reset my password now" : "Sim, tenho a certeza que pretendo redefinir a minha palavra-passe agora.", + "Reset" : "Repor", + "New password" : "Nova palavra-chave", + "New Password" : "Nova password", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar correctamente. Utilize por sua conta e risco.", + "For the best results, please consider using a GNU/Linux server instead." : "Para um melhor resultado, utilize antes o servidor GNU/Linux.", + "Personal" : "Pessoal", + "Users" : "Utilizadores", + "Apps" : "Aplicações", + "Admin" : "Admin", + "Help" : "Ajuda", + "Error loading tags" : "Erro ao carregar etiquetas", + "Tag already exists" : "A etiqueta já existe", + "Error deleting tag(s)" : "Erro ao apagar etiqueta(s)", + "Error tagging" : "Erro ao etiquetar", + "Error untagging" : "Erro ao desetiquetar", + "Error favoriting" : "Erro a definir como favorito", + "Error unfavoriting" : "Erro a remover como favorito", + "Access forbidden" : "Acesso interdito", + "File not found" : "Ficheiro não encontrado", + "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", + "You can click here to return to %s." : "Pode clicar aqui para retornar para %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Olá,\n\napenas para informar que %s partilhou »%s« consigo.\nConsulte aqui: %s\n", + "The share will expire on %s." : "Esta partilha vai expirar em %s.", + "Cheers!" : "Parabéns!", + "Internal Server Error" : "Erro Interno do Servidor", + "The server encountered an internal error and was unable to complete your request." : "O servidor encontrou um erro interno e não conseguiu concluir o seu pedido.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Entra em contacto com o administrador do servidor se este erro aparecer várias vezes, inclui também os detalhes técnicos abaixo no seu contacto.", + "More details can be found in the server log." : "Mais detalhes podem ser encontrados no log do servidor.", + "Technical details" : "Detalhes técnicos", + "Remote Address: %s" : "Endereço remoto: %s", + "Request ID: %s" : "ID do Pedido: %s", + "Code: %s" : "Código: %s", + "Message: %s" : "Mensagem: %s", + "File: %s" : "Ficheiro: %s", + "Line: %s" : "Linha: %s", + "Trace" : "Trace", + "Security Warning" : "Aviso de Segurança", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "A sua versão do PHP é vulnerável ao ataque Byte Null (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor atualize a sua versão PHP instalada para usar o %s com segurança.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "A pasta de dados do ownCloud e os respectivos ficheiros, estarão provavelmente acessíveis a partir da internet, pois o ficheiros .htaccess não funciona.", + "For information how to properly configure your server, please see the documentation." : "Para obter informações de como configurar correctamente o servidor, veja em: documentação.", + "Create an admin account" : "Criar uma conta administrativa", + "Password" : "Password", + "Storage & database" : "Armazenamento e base de dados", + "Data folder" : "Pasta de dados", + "Configure the database" : "Configure a base de dados", + "Only %s is available." : "Apenas %s está disponível.", + "Database user" : "Utilizador da base de dados", + "Database password" : "Password da base de dados", + "Database name" : "Nome da base de dados", + "Database tablespace" : "Tablespace da base de dados", + "Database host" : "Anfitrião da base de dados", + "SQLite will be used as database. For larger installations we recommend to change this." : "Será usado SQLite como base de dados. Para instalações maiores é recomendável a sua alteração.", + "Finish setup" : "Acabar instalação", + "Finishing …" : "A terminar...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Esta aplicação requer JavaScript para functionar correctamente. Por favor active o JavaScript e recarregue a página.", + "%s is available. Get more information on how to update." : "%s está disponível. Tenha mais informações como actualizar.", + "Log out" : "Sair", + "Server side authentication failed!" : "Autenticação do lado do servidor falhou!", + "Please contact your administrator." : "Por favor contacte o administrador.", + "Forgot your password? Reset it!" : "Esqueceu-se da password? Recupere-a!", + "remember" : "lembrar", + "Log in" : "Entrar", + "Alternative Logins" : "Contas de acesso alternativas", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Olá,

apenas para informar que %s partilhou %s consigo.
Consulte aqui!

", + "This ownCloud instance is currently in single user mode." : "Esta instância do ownCloud está actualmente configurada no modo de utilizador único.", + "This means only administrators can use the instance." : "Isto significa que apenas os administradores podem usar a instância.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o seu administrador de sistema se esta mensagem continuar a aparecer ou apareceu inesperadamente.", + "Thank you for your patience." : "Obrigado pela sua paciência.", + "You are accessing the server from an untrusted domain." : "Está a aceder ao servidor a partir de um domínio que não é de confiança.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacte o seu administrador. Se é um administrador desta instância, configure as definições \"trusted_domain\" em config/config.php. Um exemplo de configuração é fornecido em config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da configuração, como administrador, você também pode ser capaz de usar o botão abaixo para confiar neste domínio.", + "Add \"%s\" as trusted domain" : "Adicionar \"%s\" como um domínio de confiança", + "%s will be updated to version %s." : "O %s irá ser atualizado para a versão %s.", + "The following apps will be disabled:" : "As seguintes apps irão ser desativadas:", + "The theme %s has been disabled." : "O tema %s foi desativado.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor garanta a cópia de segurança da base de dados e das pastas 'config' e 'data' antes de prosseguir.", + "Start update" : "Iniciar atualização", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso, executar o seguinte comando a partir do diretório de instalação:", + "This %s instance is currently being updated, which may take a while." : "Esta instância %s está actualmente a ser actualizada, poderá demorar algum tempo.", + "This page will refresh itself when the %s instance is available again." : "Esta página irá ser recarregada novamente quando a instância %s ficar novamente disponível." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json new file mode 100644 index 0000000000..5d2de169e3 --- /dev/null +++ b/core/l10n/pt_PT.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Não conseguiu enviar correio aos seguintes utilizadores: %s", + "Turned on maintenance mode" : "Activado o modo de manutenção", + "Turned off maintenance mode" : "Desactivado o modo de manutenção", + "Updated database" : "Base de dados actualizada", + "Checked database schema update" : "Atualização do esquema da base de dados verificada.", + "Checked database schema update for apps" : "Atualização do esquema da base de dados verificada.", + "Updated \"%s\" to %s" : "Actualizado \"%s\" para %s", + "Disabled incompatible apps: %s" : "Apps incompatíveis desativadas: %s", + "No image or file provided" : "Não foi selecionado nenhum ficheiro para importar", + "Unknown filetype" : "Ficheiro desconhecido", + "Invalid image" : "Imagem inválida", + "No temporary profile picture available, try again" : "Foto temporária de perfil indisponível, tente novamente", + "No crop data provided" : "Sem dados de corte fornecidos", + "Sunday" : "Domingo", + "Monday" : "Segunda", + "Tuesday" : "Terça", + "Wednesday" : "Quarta", + "Thursday" : "Quinta", + "Friday" : "Sexta", + "Saturday" : "Sábado", + "January" : "Janeiro", + "February" : "Fevereiro", + "March" : "Março", + "April" : "Abril", + "May" : "Maio", + "June" : "Junho", + "July" : "Julho", + "August" : "Agosto", + "September" : "Setembro", + "October" : "Outubro", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Os seus ficheiros estão encriptados. Se não activou a chave de recuperação, não vai ser possível recuperar os seus dados no caso da sua password ser reinicializada. Se não tem a certeza do que precisa de fazer, por favor contacte o seu administrador antes de continuar. Tem a certeza que quer continuar?", + "I know what I'm doing" : "Tenho a certeza", + "Reset password" : "Repor password", + "Password can not be changed. Please contact your administrator." : "A password não pode ser alterada. Contacte o seu administrador.", + "No" : "Não", + "Yes" : "Sim", + "Choose" : "Escolha", + "Error loading file picker template: {error}" : "Erro ao carregar o modelo de selecionador de ficheiro: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Erro ao carregar o template: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de ficheiro","{count} conflitos de ficheiro"], + "One file conflict" : "Um conflito no ficheiro", + "New Files" : "Ficheiros Novos", + "Already existing files" : "Ficheiro já existente", + "Which files do you want to keep?" : "Quais os ficheiros que pretende manter?", + "If you select both versions, the copied file will have a number added to its name." : "Se escolher ambas as versões, o ficheiro copiado irá ter um número adicionado ao seu nome.", + "Cancel" : "Cancelar", + "Continue" : "Continuar", + "(all selected)" : "(todos seleccionados)", + "({count} selected)" : "({count} seleccionados)", + "Error loading file exists template" : "Erro ao carregar o modelo de existências do ficheiro", + "Very weak password" : "Password muito fraca", + "Weak password" : "Password fraca", + "So-so password" : "Password aceitável", + "Good password" : "Password Forte", + "Strong password" : "Password muito forte", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "O seu servidor web não está configurado correctamente para autorizar sincronização de ficheiros, pois o interface WebDAV parece estar com problemas.", + "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." : "Este servidor ownCloud não tem uma ligação de internet a funcionar. Isto significa que algumas funcionalidades como o acesso a locais externos (dropbox, gdrive, etc), notificações sobre actualizções, ou a instalação de aplicações não irá funcionar. Sugerimos que active uma ligação à internet se pretender obter todas as funcionalidades do ownCloud.", + "Error occurred while checking server setup" : "Ocorreu um erro durante a verificação da configuração do servidor", + "Shared" : "Partilhado", + "Shared with {recipients}" : "Partilhado com {recipients}", + "Share" : "Partilhar", + "Error" : "Erro", + "Error while sharing" : "Erro ao partilhar", + "Error while unsharing" : "Erro ao deixar de partilhar", + "Error while changing permissions" : "Erro ao mudar permissões", + "Shared with you and the group {group} by {owner}" : "Partilhado consigo e com o grupo {group} por {owner}", + "Shared with you by {owner}" : "Partilhado consigo por {owner}", + "Share with user or group …" : "Partilhar com utilizador ou grupo...", + "Share link" : "Partilhar o link", + "The public link will expire no later than {days} days after it is created" : "O link público expira, o mais tardar {days} dias após sua criação", + "Password protect" : "Proteger com palavra-passe", + "Choose a password for the public link" : "Defina a palavra-passe para o link público", + "Allow Public Upload" : "Permitir Envios Públicos", + "Email link to person" : "Enviar o link por e-mail", + "Send" : "Enviar", + "Set expiration date" : "Especificar data de expiração", + "Expiration date" : "Data de expiração", + "Adding user..." : "A adicionar utilizador...", + "group" : "grupo", + "Resharing is not allowed" : "Não é permitido partilhar de novo", + "Shared in {item} with {user}" : "Partilhado em {item} com {user}", + "Unshare" : "Deixar de partilhar", + "notify by email" : "Notificar por email", + "can share" : "pode partilhar", + "can edit" : "pode editar", + "access control" : "Controlo de acesso", + "create" : "criar", + "update" : "actualizar", + "delete" : "apagar", + "Password protected" : "Protegido com palavra-passe", + "Error unsetting expiration date" : "Erro ao retirar a data de expiração", + "Error setting expiration date" : "Erro ao aplicar a data de expiração", + "Sending ..." : "A Enviar...", + "Email sent" : "E-mail enviado", + "Warning" : "Aviso", + "The object type is not specified." : "O tipo de objecto não foi especificado", + "Enter new" : "Introduza novo", + "Delete" : "Eliminar", + "Add" : "Adicionar", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "A actualização foi concluída com sucesso. Vai ser redireccionado para o ownCloud agora.", + "Couldn't reset password because the token is invalid" : "É impossível efetuar reset à password. ", + "Couldn't send reset email. Please make sure your username is correct." : "Ocorreu um problema com o envio do e-mail, por favor confirme o seu utilizador.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Ocorreu um problema com o envio do e-mail, por favor contacte o administrador.", + "%s password reset" : "%s reposição da password", + "Use the following link to reset your password: {link}" : "Use o seguinte endereço para repor a sua password: {link}", + "You will receive a link to reset your password via Email." : "Vai receber um endereço para repor a sua password", + "Username" : "Nome de utilizador", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Os seus ficheiros estão encriptados. Se não activou a chave de recuperação, não vai ser possível recuperar os seus dados no caso da sua password ser reinicializada. Se não tem a certeza do que precisa de fazer, por favor contacte o seu administrador antes de continuar. Tem a certeza que quer continuar?", + "Yes, I really want to reset my password now" : "Sim, tenho a certeza que pretendo redefinir a minha palavra-passe agora.", + "Reset" : "Repor", + "New password" : "Nova palavra-chave", + "New Password" : "Nova password", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar correctamente. Utilize por sua conta e risco.", + "For the best results, please consider using a GNU/Linux server instead." : "Para um melhor resultado, utilize antes o servidor GNU/Linux.", + "Personal" : "Pessoal", + "Users" : "Utilizadores", + "Apps" : "Aplicações", + "Admin" : "Admin", + "Help" : "Ajuda", + "Error loading tags" : "Erro ao carregar etiquetas", + "Tag already exists" : "A etiqueta já existe", + "Error deleting tag(s)" : "Erro ao apagar etiqueta(s)", + "Error tagging" : "Erro ao etiquetar", + "Error untagging" : "Erro ao desetiquetar", + "Error favoriting" : "Erro a definir como favorito", + "Error unfavoriting" : "Erro a remover como favorito", + "Access forbidden" : "Acesso interdito", + "File not found" : "Ficheiro não encontrado", + "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", + "You can click here to return to %s." : "Pode clicar aqui para retornar para %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Olá,\n\napenas para informar que %s partilhou »%s« consigo.\nConsulte aqui: %s\n", + "The share will expire on %s." : "Esta partilha vai expirar em %s.", + "Cheers!" : "Parabéns!", + "Internal Server Error" : "Erro Interno do Servidor", + "The server encountered an internal error and was unable to complete your request." : "O servidor encontrou um erro interno e não conseguiu concluir o seu pedido.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Entra em contacto com o administrador do servidor se este erro aparecer várias vezes, inclui também os detalhes técnicos abaixo no seu contacto.", + "More details can be found in the server log." : "Mais detalhes podem ser encontrados no log do servidor.", + "Technical details" : "Detalhes técnicos", + "Remote Address: %s" : "Endereço remoto: %s", + "Request ID: %s" : "ID do Pedido: %s", + "Code: %s" : "Código: %s", + "Message: %s" : "Mensagem: %s", + "File: %s" : "Ficheiro: %s", + "Line: %s" : "Linha: %s", + "Trace" : "Trace", + "Security Warning" : "Aviso de Segurança", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "A sua versão do PHP é vulnerável ao ataque Byte Null (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Por favor atualize a sua versão PHP instalada para usar o %s com segurança.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "A pasta de dados do ownCloud e os respectivos ficheiros, estarão provavelmente acessíveis a partir da internet, pois o ficheiros .htaccess não funciona.", + "For information how to properly configure your server, please see the documentation." : "Para obter informações de como configurar correctamente o servidor, veja em: documentação.", + "Create an admin account" : "Criar uma conta administrativa", + "Password" : "Password", + "Storage & database" : "Armazenamento e base de dados", + "Data folder" : "Pasta de dados", + "Configure the database" : "Configure a base de dados", + "Only %s is available." : "Apenas %s está disponível.", + "Database user" : "Utilizador da base de dados", + "Database password" : "Password da base de dados", + "Database name" : "Nome da base de dados", + "Database tablespace" : "Tablespace da base de dados", + "Database host" : "Anfitrião da base de dados", + "SQLite will be used as database. For larger installations we recommend to change this." : "Será usado SQLite como base de dados. Para instalações maiores é recomendável a sua alteração.", + "Finish setup" : "Acabar instalação", + "Finishing …" : "A terminar...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Esta aplicação requer JavaScript para functionar correctamente. Por favor active o JavaScript e recarregue a página.", + "%s is available. Get more information on how to update." : "%s está disponível. Tenha mais informações como actualizar.", + "Log out" : "Sair", + "Server side authentication failed!" : "Autenticação do lado do servidor falhou!", + "Please contact your administrator." : "Por favor contacte o administrador.", + "Forgot your password? Reset it!" : "Esqueceu-se da password? Recupere-a!", + "remember" : "lembrar", + "Log in" : "Entrar", + "Alternative Logins" : "Contas de acesso alternativas", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Olá,

apenas para informar que %s partilhou %s consigo.
Consulte aqui!

", + "This ownCloud instance is currently in single user mode." : "Esta instância do ownCloud está actualmente configurada no modo de utilizador único.", + "This means only administrators can use the instance." : "Isto significa que apenas os administradores podem usar a instância.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o seu administrador de sistema se esta mensagem continuar a aparecer ou apareceu inesperadamente.", + "Thank you for your patience." : "Obrigado pela sua paciência.", + "You are accessing the server from an untrusted domain." : "Está a aceder ao servidor a partir de um domínio que não é de confiança.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacte o seu administrador. Se é um administrador desta instância, configure as definições \"trusted_domain\" em config/config.php. Um exemplo de configuração é fornecido em config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da configuração, como administrador, você também pode ser capaz de usar o botão abaixo para confiar neste domínio.", + "Add \"%s\" as trusted domain" : "Adicionar \"%s\" como um domínio de confiança", + "%s will be updated to version %s." : "O %s irá ser atualizado para a versão %s.", + "The following apps will be disabled:" : "As seguintes apps irão ser desativadas:", + "The theme %s has been disabled." : "O tema %s foi desativado.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor garanta a cópia de segurança da base de dados e das pastas 'config' e 'data' antes de prosseguir.", + "Start update" : "Iniciar atualização", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso, executar o seguinte comando a partir do diretório de instalação:", + "This %s instance is currently being updated, which may take a while." : "Esta instância %s está actualmente a ser actualizada, poderá demorar algum tempo.", + "This page will refresh itself when the %s instance is available again." : "Esta página irá ser recarregada novamente quando a instância %s ficar novamente disponível." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/pt_PT.php b/core/l10n/pt_PT.php deleted file mode 100644 index 229ecfbccb..0000000000 --- a/core/l10n/pt_PT.php +++ /dev/null @@ -1,211 +0,0 @@ - "Não conseguiu enviar correio aos seguintes utilizadores: %s", -"Turned on maintenance mode" => "Activado o modo de manutenção", -"Turned off maintenance mode" => "Desactivado o modo de manutenção", -"Updated database" => "Base de dados actualizada", -"Checked database schema update" => "Atualização do esquema da base de dados verificada.", -"Checked database schema update for apps" => "Atualização do esquema da base de dados verificada.", -"Updated \"%s\" to %s" => "Actualizado \"%s\" para %s", -"Disabled incompatible apps: %s" => "Apps incompatíveis desativadas: %s", -"No image or file provided" => "Não foi selecionado nenhum ficheiro para importar", -"Unknown filetype" => "Ficheiro desconhecido", -"Invalid image" => "Imagem inválida", -"No temporary profile picture available, try again" => "Foto temporária de perfil indisponível, tente novamente", -"No crop data provided" => "Sem dados de corte fornecidos", -"Sunday" => "Domingo", -"Monday" => "Segunda", -"Tuesday" => "Terça", -"Wednesday" => "Quarta", -"Thursday" => "Quinta", -"Friday" => "Sexta", -"Saturday" => "Sábado", -"January" => "Janeiro", -"February" => "Fevereiro", -"March" => "Março", -"April" => "Abril", -"May" => "Maio", -"June" => "Junho", -"July" => "Julho", -"August" => "Agosto", -"September" => "Setembro", -"October" => "Outubro", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Os seus ficheiros estão encriptados. Se não activou a chave de recuperação, não vai ser possível recuperar os seus dados no caso da sua password ser reinicializada. Se não tem a certeza do que precisa de fazer, por favor contacte o seu administrador antes de continuar. Tem a certeza que quer continuar?", -"I know what I'm doing" => "Tenho a certeza", -"Reset password" => "Repor password", -"Password can not be changed. Please contact your administrator." => "A password não pode ser alterada. Contacte o seu administrador.", -"No" => "Não", -"Yes" => "Sim", -"Choose" => "Escolha", -"Error loading file picker template: {error}" => "Erro ao carregar o modelo de selecionador de ficheiro: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Erro ao carregar o template: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} conflicto de ficheiro","{count} conflitos de ficheiro"), -"One file conflict" => "Um conflito no ficheiro", -"New Files" => "Ficheiros Novos", -"Already existing files" => "Ficheiro já existente", -"Which files do you want to keep?" => "Quais os ficheiros que pretende manter?", -"If you select both versions, the copied file will have a number added to its name." => "Se escolher ambas as versões, o ficheiro copiado irá ter um número adicionado ao seu nome.", -"Cancel" => "Cancelar", -"Continue" => "Continuar", -"(all selected)" => "(todos seleccionados)", -"({count} selected)" => "({count} seleccionados)", -"Error loading file exists template" => "Erro ao carregar o modelo de existências do ficheiro", -"Very weak password" => "Password muito fraca", -"Weak password" => "Password fraca", -"So-so password" => "Password aceitável", -"Good password" => "Password Forte", -"Strong password" => "Password muito forte", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "O seu servidor web não está configurado correctamente para autorizar sincronização de ficheiros, pois o interface WebDAV parece estar com problemas.", -"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." => "Este servidor ownCloud não tem uma ligação de internet a funcionar. Isto significa que algumas funcionalidades como o acesso a locais externos (dropbox, gdrive, etc), notificações sobre actualizções, ou a instalação de aplicações não irá funcionar. Sugerimos que active uma ligação à internet se pretender obter todas as funcionalidades do ownCloud.", -"Error occurred while checking server setup" => "Ocorreu um erro durante a verificação da configuração do servidor", -"Shared" => "Partilhado", -"Shared with {recipients}" => "Partilhado com {recipients}", -"Share" => "Partilhar", -"Error" => "Erro", -"Error while sharing" => "Erro ao partilhar", -"Error while unsharing" => "Erro ao deixar de partilhar", -"Error while changing permissions" => "Erro ao mudar permissões", -"Shared with you and the group {group} by {owner}" => "Partilhado consigo e com o grupo {group} por {owner}", -"Shared with you by {owner}" => "Partilhado consigo por {owner}", -"Share with user or group …" => "Partilhar com utilizador ou grupo...", -"Share link" => "Partilhar o link", -"The public link will expire no later than {days} days after it is created" => "O link público expira, o mais tardar {days} dias após sua criação", -"Password protect" => "Proteger com palavra-passe", -"Choose a password for the public link" => "Defina a palavra-passe para o link público", -"Allow Public Upload" => "Permitir Envios Públicos", -"Email link to person" => "Enviar o link por e-mail", -"Send" => "Enviar", -"Set expiration date" => "Especificar data de expiração", -"Expiration date" => "Data de expiração", -"Adding user..." => "A adicionar utilizador...", -"group" => "grupo", -"Resharing is not allowed" => "Não é permitido partilhar de novo", -"Shared in {item} with {user}" => "Partilhado em {item} com {user}", -"Unshare" => "Deixar de partilhar", -"notify by email" => "Notificar por email", -"can share" => "pode partilhar", -"can edit" => "pode editar", -"access control" => "Controlo de acesso", -"create" => "criar", -"update" => "actualizar", -"delete" => "apagar", -"Password protected" => "Protegido com palavra-passe", -"Error unsetting expiration date" => "Erro ao retirar a data de expiração", -"Error setting expiration date" => "Erro ao aplicar a data de expiração", -"Sending ..." => "A Enviar...", -"Email sent" => "E-mail enviado", -"Warning" => "Aviso", -"The object type is not specified." => "O tipo de objecto não foi especificado", -"Enter new" => "Introduza novo", -"Delete" => "Eliminar", -"Add" => "Adicionar", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "A actualização foi concluída com sucesso. Vai ser redireccionado para o ownCloud agora.", -"Couldn't reset password because the token is invalid" => "É impossível efetuar reset à password. ", -"Couldn't send reset email. Please make sure your username is correct." => "Ocorreu um problema com o envio do e-mail, por favor confirme o seu utilizador.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Ocorreu um problema com o envio do e-mail, por favor contacte o administrador.", -"%s password reset" => "%s reposição da password", -"Use the following link to reset your password: {link}" => "Use o seguinte endereço para repor a sua password: {link}", -"You will receive a link to reset your password via Email." => "Vai receber um endereço para repor a sua password", -"Username" => "Nome de utilizador", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Os seus ficheiros estão encriptados. Se não activou a chave de recuperação, não vai ser possível recuperar os seus dados no caso da sua password ser reinicializada. Se não tem a certeza do que precisa de fazer, por favor contacte o seu administrador antes de continuar. Tem a certeza que quer continuar?", -"Yes, I really want to reset my password now" => "Sim, tenho a certeza que pretendo redefinir a minha palavra-passe agora.", -"Reset" => "Repor", -"New password" => "Nova palavra-chave", -"New Password" => "Nova password", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar correctamente. Utilize por sua conta e risco.", -"For the best results, please consider using a GNU/Linux server instead." => "Para um melhor resultado, utilize antes o servidor GNU/Linux.", -"Personal" => "Pessoal", -"Users" => "Utilizadores", -"Apps" => "Aplicações", -"Admin" => "Admin", -"Help" => "Ajuda", -"Error loading tags" => "Erro ao carregar etiquetas", -"Tag already exists" => "A etiqueta já existe", -"Error deleting tag(s)" => "Erro ao apagar etiqueta(s)", -"Error tagging" => "Erro ao etiquetar", -"Error untagging" => "Erro ao desetiquetar", -"Error favoriting" => "Erro a definir como favorito", -"Error unfavoriting" => "Erro a remover como favorito", -"Access forbidden" => "Acesso interdito", -"File not found" => "Ficheiro não encontrado", -"The specified document has not been found on the server." => "O documento especificado não foi encontrado no servidor.", -"You can click here to return to %s." => "Pode clicar aqui para retornar para %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Olá,\n\napenas para informar que %s partilhou »%s« consigo.\nConsulte aqui: %s\n", -"The share will expire on %s." => "Esta partilha vai expirar em %s.", -"Cheers!" => "Parabéns!", -"Internal Server Error" => "Erro Interno do Servidor", -"The server encountered an internal error and was unable to complete your request." => "O servidor encontrou um erro interno e não conseguiu concluir o seu pedido.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Entra em contacto com o administrador do servidor se este erro aparecer várias vezes, inclui também os detalhes técnicos abaixo no seu contacto.", -"More details can be found in the server log." => "Mais detalhes podem ser encontrados no log do servidor.", -"Technical details" => "Detalhes técnicos", -"Remote Address: %s" => "Endereço remoto: %s", -"Request ID: %s" => "ID do Pedido: %s", -"Code: %s" => "Código: %s", -"Message: %s" => "Mensagem: %s", -"File: %s" => "Ficheiro: %s", -"Line: %s" => "Linha: %s", -"Trace" => "Trace", -"Security Warning" => "Aviso de Segurança", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "A sua versão do PHP é vulnerável ao ataque Byte Null (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Por favor atualize a sua versão PHP instalada para usar o %s com segurança.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "A pasta de dados do ownCloud e os respectivos ficheiros, estarão provavelmente acessíveis a partir da internet, pois o ficheiros .htaccess não funciona.", -"For information how to properly configure your server, please see the documentation." => "Para obter informações de como configurar correctamente o servidor, veja em: documentação.", -"Create an admin account" => "Criar uma conta administrativa", -"Password" => "Password", -"Storage & database" => "Armazenamento e base de dados", -"Data folder" => "Pasta de dados", -"Configure the database" => "Configure a base de dados", -"Only %s is available." => "Apenas %s está disponível.", -"Database user" => "Utilizador da base de dados", -"Database password" => "Password da base de dados", -"Database name" => "Nome da base de dados", -"Database tablespace" => "Tablespace da base de dados", -"Database host" => "Anfitrião da base de dados", -"SQLite will be used as database. For larger installations we recommend to change this." => "Será usado SQLite como base de dados. Para instalações maiores é recomendável a sua alteração.", -"Finish setup" => "Acabar instalação", -"Finishing …" => "A terminar...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Esta aplicação requer JavaScript para functionar correctamente. Por favor active o JavaScript e recarregue a página.", -"%s is available. Get more information on how to update." => "%s está disponível. Tenha mais informações como actualizar.", -"Log out" => "Sair", -"Server side authentication failed!" => "Autenticação do lado do servidor falhou!", -"Please contact your administrator." => "Por favor contacte o administrador.", -"Forgot your password? Reset it!" => "Esqueceu-se da password? Recupere-a!", -"remember" => "lembrar", -"Log in" => "Entrar", -"Alternative Logins" => "Contas de acesso alternativas", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Olá,

apenas para informar que %s partilhou %s consigo.
Consulte aqui!

", -"This ownCloud instance is currently in single user mode." => "Esta instância do ownCloud está actualmente configurada no modo de utilizador único.", -"This means only administrators can use the instance." => "Isto significa que apenas os administradores podem usar a instância.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte o seu administrador de sistema se esta mensagem continuar a aparecer ou apareceu inesperadamente.", -"Thank you for your patience." => "Obrigado pela sua paciência.", -"You are accessing the server from an untrusted domain." => "Está a aceder ao servidor a partir de um domínio que não é de confiança.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Por favor contacte o seu administrador. Se é um administrador desta instância, configure as definições \"trusted_domain\" em config/config.php. Um exemplo de configuração é fornecido em config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Dependendo da configuração, como administrador, você também pode ser capaz de usar o botão abaixo para confiar neste domínio.", -"Add \"%s\" as trusted domain" => "Adicionar \"%s\" como um domínio de confiança", -"%s will be updated to version %s." => "O %s irá ser atualizado para a versão %s.", -"The following apps will be disabled:" => "As seguintes apps irão ser desativadas:", -"The theme %s has been disabled." => "O tema %s foi desativado.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Por favor garanta a cópia de segurança da base de dados e das pastas 'config' e 'data' antes de prosseguir.", -"Start update" => "Iniciar atualização", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Para evitar tempos de espera com instalações maiores, você pode em vez disso, executar o seguinte comando a partir do diretório de instalação:", -"This %s instance is currently being updated, which may take a while." => "Esta instância %s está actualmente a ser actualizada, poderá demorar algum tempo.", -"This page will refresh itself when the %s instance is available again." => "Esta página irá ser recarregada novamente quando a instância %s ficar novamente disponível." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ro.js b/core/l10n/ro.js new file mode 100644 index 0000000000..bf1eb72942 --- /dev/null +++ b/core/l10n/ro.js @@ -0,0 +1,140 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Nu s-a putut trimite mesajul către următorii utilizatori: %s", + "Turned on maintenance mode" : "Modul mentenanță a fost activat", + "Turned off maintenance mode" : "Modul mentenanță a fost dezactivat", + "Updated database" : "Bază de date actualizată", + "Disabled incompatible apps: %s" : "Aplicatii incompatibile oprite: %s", + "No image or file provided" : "Nu a fost furnizat vreo imagine sau fișier", + "Unknown filetype" : "Tip fișier necunoscut", + "Invalid image" : "Imagine invalidă", + "Sunday" : "Duminică", + "Monday" : "Luni", + "Tuesday" : "Marți", + "Wednesday" : "Miercuri", + "Thursday" : "Joi", + "Friday" : "Vineri", + "Saturday" : "Sâmbătă", + "January" : "Ianuarie", + "February" : "Februarie", + "March" : "Martie", + "April" : "Aprilie", + "May" : "Mai", + "June" : "Iunie", + "July" : "Iulie", + "August" : "August", + "September" : "Septembrie", + "October" : "Octombrie", + "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", + "Password can not be changed. Please contact your administrator." : "Parola nu poate fi modificata. Vă rugăm să contactați administratorul dvs.", + "No" : "Nu", + "Yes" : "Da", + "Choose" : "Alege", + "Ok" : "Ok", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "One file conflict" : "Un conflict de fișier", + "New Files" : "Fișiere noi", + "Already existing files" : "Fișiere deja existente", + "Which files do you want to keep?" : "Ce fișiere vrei să păstrezi?", + "If you select both versions, the copied file will have a number added to its name." : "Dacă alegi ambele versiuni, fișierul copiat va avea un număr atașat la denumirea sa.", + "Cancel" : "Anulare", + "Continue" : "Continuă", + "({count} selected)" : "({count} selectate)", + "Very weak password" : "Parolă foarte slabă", + "Weak password" : "Parolă slabă", + "Good password" : "Parolă bună", + "Strong password" : "Parolă puternică", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Serverul de web nu este încă setat corespunzător pentru a permite sincronizarea fișierelor deoarece interfața WebDAV pare a fi întreruptă.", + "Shared" : "Partajat", + "Shared with {recipients}" : "Partajat cu {recipients}", + "Share" : "Partajează", + "Error" : "Eroare", + "Error while sharing" : "Eroare la partajare", + "Error while unsharing" : "Eroare la anularea partajării", + "Error while changing permissions" : "Eroare la modificarea permisiunilor", + "Shared with you and the group {group} by {owner}" : "Distribuie cu tine si grupul {group} de {owner}", + "Shared with you by {owner}" : "Distribuie cu tine de {owner}", + "Password protect" : "Protejare cu parolă", + "Allow Public Upload" : "Permiteţi încărcarea publică.", + "Email link to person" : "Expediază legătura prin poșta electronică", + "Send" : "Expediază", + "Set expiration date" : "Specifică data expirării", + "Expiration date" : "Data expirării", + "group" : "grup", + "Resharing is not allowed" : "Repartajarea nu este permisă", + "Shared in {item} with {user}" : "Distribuie in {item} si {user}", + "Unshare" : "Anulare partajare", + "notify by email" : "notifică prin email", + "can share" : "se poate partaja", + "can edit" : "poate edita", + "access control" : "control acces", + "create" : "creare", + "update" : "actualizare", + "delete" : "ștergere", + "Password protected" : "Protejare cu parolă", + "Error unsetting expiration date" : "Eroare la anularea datei de expirare", + "Error setting expiration date" : "Eroare la specificarea datei de expirare", + "Sending ..." : "Se expediază...", + "Email sent" : "Mesajul a fost expediat", + "Warning" : "Atenție", + "The object type is not specified." : "Tipul obiectului nu este specificat.", + "Enter new" : "Introducere nou", + "Delete" : "Șterge", + "Add" : "Adaugă", + "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ă.", + "The update was successful. Redirecting you to ownCloud now." : "Actualizare reușită. Ești redirecționat către ownCloud.", + "%s password reset" : "%s resetare parola", + "Use the following link to reset your password: {link}" : "Folosește următorul link pentru a reseta parola: {link}", + "You will receive a link to reset your password via Email." : "Vei primi un mesaj prin care vei putea reseta parola via email.", + "Username" : "Nume utilizator", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Fișierele tale sunt criptate. Dacă nu ai activat o cheie de recuperare, nu va mai exista nici o metodă prin care să îți recuperezi datele după resetarea parole. Dacă nu ești sigur în privința la ce ai de făcut, contactează un administrator înainte să continuii. Chiar vrei să continui?", + "Yes, I really want to reset my password now" : "Da, eu chiar doresc să îmi resetez parola acum", + "Reset" : "Resetare", + "New password" : "Noua parolă", + "New Password" : "Noua parolă", + "Personal" : "Personal", + "Users" : "Utilizatori", + "Apps" : "Aplicații", + "Admin" : "Administrator", + "Help" : "Ajutor", + "Access forbidden" : "Acces restricționat", + "The share will expire on %s." : "Partajarea va expira în data de %s.", + "Security Warning" : "Avertisment de securitate", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Versiunea dvs. PHP este vulnerabilă la un atac cu un octet NULL (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Te rog actualizează versiunea PHP pentru a utiliza %s în mod securizat.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Directorul tău de date și fișiere sunt probabil accesibile de pe Internet, deoarece fișierul .htaccess nu funcționează.", + "For information how to properly configure your server, please see the documentation." : "Pentru informații despre cum să configurezi serverul, vezi documentația.", + "Create an admin account" : "Crează un cont de administrator", + "Password" : "Parolă", + "Storage & database" : "Stocare și baza de date", + "Data folder" : "Director date", + "Configure the database" : "Configurează baza de date", + "Database user" : "Utilizatorul bazei de date", + "Database password" : "Parola bazei de date", + "Database name" : "Numele bazei de date", + "Database tablespace" : "Tabela de spațiu a bazei de date", + "Database host" : "Bază date", + "Finish setup" : "Finalizează instalarea", + "%s is available. Get more information on how to update." : "%s este disponibil. Vezi mai multe informații despre procesul de actualizare.", + "Log out" : "Ieșire", + "Forgot your password? Reset it!" : "Ți-ai uitat parola? Resetează!", + "remember" : "amintește", + "Log in" : "Autentificare", + "Alternative Logins" : "Conectări alternative", + "Thank you for your patience." : "Îți mulțumim pentru răbrade.", + "%s will be updated to version %s." : "%s va fi actualizat la versiunea %s.", + "Start update" : "Începe actualizarea" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/core/l10n/ro.json b/core/l10n/ro.json new file mode 100644 index 0000000000..c8089bd5ba --- /dev/null +++ b/core/l10n/ro.json @@ -0,0 +1,138 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Nu s-a putut trimite mesajul către următorii utilizatori: %s", + "Turned on maintenance mode" : "Modul mentenanță a fost activat", + "Turned off maintenance mode" : "Modul mentenanță a fost dezactivat", + "Updated database" : "Bază de date actualizată", + "Disabled incompatible apps: %s" : "Aplicatii incompatibile oprite: %s", + "No image or file provided" : "Nu a fost furnizat vreo imagine sau fișier", + "Unknown filetype" : "Tip fișier necunoscut", + "Invalid image" : "Imagine invalidă", + "Sunday" : "Duminică", + "Monday" : "Luni", + "Tuesday" : "Marți", + "Wednesday" : "Miercuri", + "Thursday" : "Joi", + "Friday" : "Vineri", + "Saturday" : "Sâmbătă", + "January" : "Ianuarie", + "February" : "Februarie", + "March" : "Martie", + "April" : "Aprilie", + "May" : "Mai", + "June" : "Iunie", + "July" : "Iulie", + "August" : "August", + "September" : "Septembrie", + "October" : "Octombrie", + "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", + "Password can not be changed. Please contact your administrator." : "Parola nu poate fi modificata. Vă rugăm să contactați administratorul dvs.", + "No" : "Nu", + "Yes" : "Da", + "Choose" : "Alege", + "Ok" : "Ok", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "One file conflict" : "Un conflict de fișier", + "New Files" : "Fișiere noi", + "Already existing files" : "Fișiere deja existente", + "Which files do you want to keep?" : "Ce fișiere vrei să păstrezi?", + "If you select both versions, the copied file will have a number added to its name." : "Dacă alegi ambele versiuni, fișierul copiat va avea un număr atașat la denumirea sa.", + "Cancel" : "Anulare", + "Continue" : "Continuă", + "({count} selected)" : "({count} selectate)", + "Very weak password" : "Parolă foarte slabă", + "Weak password" : "Parolă slabă", + "Good password" : "Parolă bună", + "Strong password" : "Parolă puternică", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Serverul de web nu este încă setat corespunzător pentru a permite sincronizarea fișierelor deoarece interfața WebDAV pare a fi întreruptă.", + "Shared" : "Partajat", + "Shared with {recipients}" : "Partajat cu {recipients}", + "Share" : "Partajează", + "Error" : "Eroare", + "Error while sharing" : "Eroare la partajare", + "Error while unsharing" : "Eroare la anularea partajării", + "Error while changing permissions" : "Eroare la modificarea permisiunilor", + "Shared with you and the group {group} by {owner}" : "Distribuie cu tine si grupul {group} de {owner}", + "Shared with you by {owner}" : "Distribuie cu tine de {owner}", + "Password protect" : "Protejare cu parolă", + "Allow Public Upload" : "Permiteţi încărcarea publică.", + "Email link to person" : "Expediază legătura prin poșta electronică", + "Send" : "Expediază", + "Set expiration date" : "Specifică data expirării", + "Expiration date" : "Data expirării", + "group" : "grup", + "Resharing is not allowed" : "Repartajarea nu este permisă", + "Shared in {item} with {user}" : "Distribuie in {item} si {user}", + "Unshare" : "Anulare partajare", + "notify by email" : "notifică prin email", + "can share" : "se poate partaja", + "can edit" : "poate edita", + "access control" : "control acces", + "create" : "creare", + "update" : "actualizare", + "delete" : "ștergere", + "Password protected" : "Protejare cu parolă", + "Error unsetting expiration date" : "Eroare la anularea datei de expirare", + "Error setting expiration date" : "Eroare la specificarea datei de expirare", + "Sending ..." : "Se expediază...", + "Email sent" : "Mesajul a fost expediat", + "Warning" : "Atenție", + "The object type is not specified." : "Tipul obiectului nu este specificat.", + "Enter new" : "Introducere nou", + "Delete" : "Șterge", + "Add" : "Adaugă", + "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ă.", + "The update was successful. Redirecting you to ownCloud now." : "Actualizare reușită. Ești redirecționat către ownCloud.", + "%s password reset" : "%s resetare parola", + "Use the following link to reset your password: {link}" : "Folosește următorul link pentru a reseta parola: {link}", + "You will receive a link to reset your password via Email." : "Vei primi un mesaj prin care vei putea reseta parola via email.", + "Username" : "Nume utilizator", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Fișierele tale sunt criptate. Dacă nu ai activat o cheie de recuperare, nu va mai exista nici o metodă prin care să îți recuperezi datele după resetarea parole. Dacă nu ești sigur în privința la ce ai de făcut, contactează un administrator înainte să continuii. Chiar vrei să continui?", + "Yes, I really want to reset my password now" : "Da, eu chiar doresc să îmi resetez parola acum", + "Reset" : "Resetare", + "New password" : "Noua parolă", + "New Password" : "Noua parolă", + "Personal" : "Personal", + "Users" : "Utilizatori", + "Apps" : "Aplicații", + "Admin" : "Administrator", + "Help" : "Ajutor", + "Access forbidden" : "Acces restricționat", + "The share will expire on %s." : "Partajarea va expira în data de %s.", + "Security Warning" : "Avertisment de securitate", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Versiunea dvs. PHP este vulnerabilă la un atac cu un octet NULL (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Te rog actualizează versiunea PHP pentru a utiliza %s în mod securizat.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Directorul tău de date și fișiere sunt probabil accesibile de pe Internet, deoarece fișierul .htaccess nu funcționează.", + "For information how to properly configure your server, please see the documentation." : "Pentru informații despre cum să configurezi serverul, vezi documentația.", + "Create an admin account" : "Crează un cont de administrator", + "Password" : "Parolă", + "Storage & database" : "Stocare și baza de date", + "Data folder" : "Director date", + "Configure the database" : "Configurează baza de date", + "Database user" : "Utilizatorul bazei de date", + "Database password" : "Parola bazei de date", + "Database name" : "Numele bazei de date", + "Database tablespace" : "Tabela de spațiu a bazei de date", + "Database host" : "Bază date", + "Finish setup" : "Finalizează instalarea", + "%s is available. Get more information on how to update." : "%s este disponibil. Vezi mai multe informații despre procesul de actualizare.", + "Log out" : "Ieșire", + "Forgot your password? Reset it!" : "Ți-ai uitat parola? Resetează!", + "remember" : "amintește", + "Log in" : "Autentificare", + "Alternative Logins" : "Conectări alternative", + "Thank you for your patience." : "Îți mulțumim pentru răbrade.", + "%s will be updated to version %s." : "%s va fi actualizat la versiunea %s.", + "Start update" : "Începe actualizarea" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/core/l10n/ro.php b/core/l10n/ro.php deleted file mode 100644 index 591cd7e285..0000000000 --- a/core/l10n/ro.php +++ /dev/null @@ -1,139 +0,0 @@ - "Nu s-a putut trimite mesajul către următorii utilizatori: %s", -"Turned on maintenance mode" => "Modul mentenanță a fost activat", -"Turned off maintenance mode" => "Modul mentenanță a fost dezactivat", -"Updated database" => "Bază de date actualizată", -"Disabled incompatible apps: %s" => "Aplicatii incompatibile oprite: %s", -"No image or file provided" => "Nu a fost furnizat vreo imagine sau fișier", -"Unknown filetype" => "Tip fișier necunoscut", -"Invalid image" => "Imagine invalidă", -"Sunday" => "Duminică", -"Monday" => "Luni", -"Tuesday" => "Marți", -"Wednesday" => "Miercuri", -"Thursday" => "Joi", -"Friday" => "Vineri", -"Saturday" => "Sâmbătă", -"January" => "Ianuarie", -"February" => "Februarie", -"March" => "Martie", -"April" => "Aprilie", -"May" => "Mai", -"June" => "Iunie", -"July" => "Iulie", -"August" => "August", -"September" => "Septembrie", -"October" => "Octombrie", -"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", -"Password can not be changed. Please contact your administrator." => "Parola nu poate fi modificata. Vă rugăm să contactați administratorul dvs.", -"No" => "Nu", -"Yes" => "Da", -"Choose" => "Alege", -"Ok" => "Ok", -"_{count} file conflict_::_{count} file conflicts_" => array("","",""), -"One file conflict" => "Un conflict de fișier", -"New Files" => "Fișiere noi", -"Already existing files" => "Fișiere deja existente", -"Which files do you want to keep?" => "Ce fișiere vrei să păstrezi?", -"If you select both versions, the copied file will have a number added to its name." => "Dacă alegi ambele versiuni, fișierul copiat va avea un număr atașat la denumirea sa.", -"Cancel" => "Anulare", -"Continue" => "Continuă", -"({count} selected)" => "({count} selectate)", -"Very weak password" => "Parolă foarte slabă", -"Weak password" => "Parolă slabă", -"Good password" => "Parolă bună", -"Strong password" => "Parolă puternică", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Serverul de web nu este încă setat corespunzător pentru a permite sincronizarea fișierelor deoarece interfața WebDAV pare a fi întreruptă.", -"Shared" => "Partajat", -"Shared with {recipients}" => "Partajat cu {recipients}", -"Share" => "Partajează", -"Error" => "Eroare", -"Error while sharing" => "Eroare la partajare", -"Error while unsharing" => "Eroare la anularea partajării", -"Error while changing permissions" => "Eroare la modificarea permisiunilor", -"Shared with you and the group {group} by {owner}" => "Distribuie cu tine si grupul {group} de {owner}", -"Shared with you by {owner}" => "Distribuie cu tine de {owner}", -"Password protect" => "Protejare cu parolă", -"Allow Public Upload" => "Permiteţi încărcarea publică.", -"Email link to person" => "Expediază legătura prin poșta electronică", -"Send" => "Expediază", -"Set expiration date" => "Specifică data expirării", -"Expiration date" => "Data expirării", -"group" => "grup", -"Resharing is not allowed" => "Repartajarea nu este permisă", -"Shared in {item} with {user}" => "Distribuie in {item} si {user}", -"Unshare" => "Anulare partajare", -"notify by email" => "notifică prin email", -"can share" => "se poate partaja", -"can edit" => "poate edita", -"access control" => "control acces", -"create" => "creare", -"update" => "actualizare", -"delete" => "ștergere", -"Password protected" => "Protejare cu parolă", -"Error unsetting expiration date" => "Eroare la anularea datei de expirare", -"Error setting expiration date" => "Eroare la specificarea datei de expirare", -"Sending ..." => "Se expediază...", -"Email sent" => "Mesajul a fost expediat", -"Warning" => "Atenție", -"The object type is not specified." => "Tipul obiectului nu este specificat.", -"Enter new" => "Introducere nou", -"Delete" => "Șterge", -"Add" => "Adaugă", -"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ă.", -"The update was successful. Redirecting you to ownCloud now." => "Actualizare reușită. Ești redirecționat către ownCloud.", -"%s password reset" => "%s resetare parola", -"Use the following link to reset your password: {link}" => "Folosește următorul link pentru a reseta parola: {link}", -"You will receive a link to reset your password via Email." => "Vei primi un mesaj prin care vei putea reseta parola via email.", -"Username" => "Nume utilizator", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Fișierele tale sunt criptate. Dacă nu ai activat o cheie de recuperare, nu va mai exista nici o metodă prin care să îți recuperezi datele după resetarea parole. Dacă nu ești sigur în privința la ce ai de făcut, contactează un administrator înainte să continuii. Chiar vrei să continui?", -"Yes, I really want to reset my password now" => "Da, eu chiar doresc să îmi resetez parola acum", -"Reset" => "Resetare", -"New password" => "Noua parolă", -"New Password" => "Noua parolă", -"Personal" => "Personal", -"Users" => "Utilizatori", -"Apps" => "Aplicații", -"Admin" => "Administrator", -"Help" => "Ajutor", -"Access forbidden" => "Acces restricționat", -"The share will expire on %s." => "Partajarea va expira în data de %s.", -"Security Warning" => "Avertisment de securitate", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Versiunea dvs. PHP este vulnerabilă la un atac cu un octet NULL (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Te rog actualizează versiunea PHP pentru a utiliza %s în mod securizat.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Directorul tău de date și fișiere sunt probabil accesibile de pe Internet, deoarece fișierul .htaccess nu funcționează.", -"For information how to properly configure your server, please see the documentation." => "Pentru informații despre cum să configurezi serverul, vezi documentația.", -"Create an admin account" => "Crează un cont de administrator", -"Password" => "Parolă", -"Storage & database" => "Stocare și baza de date", -"Data folder" => "Director date", -"Configure the database" => "Configurează baza de date", -"Database user" => "Utilizatorul bazei de date", -"Database password" => "Parola bazei de date", -"Database name" => "Numele bazei de date", -"Database tablespace" => "Tabela de spațiu a bazei de date", -"Database host" => "Bază date", -"Finish setup" => "Finalizează instalarea", -"%s is available. Get more information on how to update." => "%s este disponibil. Vezi mai multe informații despre procesul de actualizare.", -"Log out" => "Ieșire", -"Forgot your password? Reset it!" => "Ți-ai uitat parola? Resetează!", -"remember" => "amintește", -"Log in" => "Autentificare", -"Alternative Logins" => "Conectări alternative", -"Thank you for your patience." => "Îți mulțumim pentru răbrade.", -"%s will be updated to version %s." => "%s va fi actualizat la versiunea %s.", -"Start update" => "Începe actualizarea" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/core/l10n/ru.js b/core/l10n/ru.js new file mode 100644 index 0000000000..2e3c566bf4 --- /dev/null +++ b/core/l10n/ru.js @@ -0,0 +1,211 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Невозможно отправить письмо следующим пользователям: %s", + "Turned on maintenance mode" : "Режим отладки включён", + "Turned off maintenance mode" : "Режим отладки отключён", + "Updated database" : "База данных обновлена", + "Checked database schema update" : "Проверено обновление схемы БД", + "Checked database schema update for apps" : "Проверено обновление схемы БД для приложений", + "Updated \"%s\" to %s" : "Обновлено \"%s\" до %s", + "Disabled incompatible apps: %s" : "Отключенные несовместимые приложения: %s", + "No image or file provided" : "Не указано изображение или файл", + "Unknown filetype" : "Неизвестный тип файла", + "Invalid image" : "Некорректное изображение", + "No temporary profile picture available, try again" : "Временная картинка профиля недоступна, повторите попытку", + "No crop data provided" : "Не указана информация о кадрировании", + "Sunday" : "Воскресенье", + "Monday" : "Понедельник", + "Tuesday" : "Вторник", + "Wednesday" : "Среда", + "Thursday" : "Четверг", + "Friday" : "Пятница", + "Saturday" : "Суббота", + "January" : "Январь", + "February" : "Февраль", + "March" : "Март", + "April" : "Апрель", + "May" : "Май", + "June" : "Июнь", + "July" : "Июль", + "August" : "Август", + "September" : "Сентябрь", + "October" : "Октябрь", + "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." : "Ссылка для восстановления пароля была отправлена на вашу почту. Если вы не получили её, проверьте папку спама.
Если там письма со ссылкой нет, то обратитесь к локальному администратору.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Ваши файлы зашифрованы. Если вы не включили ключ восстановления, то ваши данные будут недоступны после сброса пароля.
Если вы не уверены что делать дальше - обратитесь к локальному администратору.
Вытдействительно хотите продолжить?", + "I know what I'm doing" : "Я понимаю, что делаю", + "Reset password" : "Сбросить пароль", + "Password can not be changed. Please contact your administrator." : "Пароль не может быть изменён. Пожалуйста, свяжитесь с вашим администратором.", + "No" : "Нет", + "Yes" : "Да", + "Choose" : "Выбрать", + "Error loading file picker template: {error}" : "Ошибка при загрузке шаблона выбора файлов: {error}", + "Ok" : "Ок", + "Error loading message template: {error}" : "Ошибка загрузки шаблона сообщений: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} конфликт в файлах","{count} конфликта в файлах","{count} конфликтов в файлах"], + "One file conflict" : "Один конфликт в файлах", + "New Files" : "Новые файлы", + "Already existing files" : "Существующие файлы", + "Which files do you want to keep?" : "Какие файлы вы хотите сохранить?", + "If you select both versions, the copied file will have a number added to its name." : "При выборе обоих версий, к названию копируемого файла будет добавлена цифра", + "Cancel" : "Отменить", + "Continue" : "Продолжить", + "(all selected)" : "(выбраны все)", + "({count} selected)" : "({count} выбрано)", + "Error loading file exists template" : "Ошибка при загрузке шаблона существующего файла", + "Very weak password" : "Очень слабый пароль", + "Weak password" : "Слабый пароль", + "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.", + "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}", + "Share" : "Открыть доступ", + "Error" : "Ошибка", + "Error while sharing" : "Ошибка при открытии доступа", + "Error while unsharing" : "Ошибка при закрытии доступа", + "Error while changing permissions" : "Ошибка при смене разрешений", + "Shared with you and the group {group} by {owner}" : "{owner} открыл доступ для Вас и группы {group} ", + "Shared with you by {owner}" : "{owner} открыл доступ для Вас", + "Share with user or group …" : "Поделиться с пользователем или группой...", + "Share link" : "Поделиться ссылкой", + "The public link will expire no later than {days} days after it is created" : "Срок действия публичной ссылки истекает не позже чем через {days} дней, после её создания", + "Password protect" : "Защитить паролем", + "Choose a password for the public link" : "Выберите пароль для публичной ссылки", + "Allow Public Upload" : "Разрешить загрузку", + "Email link to person" : "Почтовая ссылка на персону", + "Send" : "Отправить", + "Set expiration date" : "Установить срок доступа", + "Expiration date" : "Дата окончания", + "Adding user..." : "Добавляем пользователя...", + "group" : "группа", + "Resharing is not allowed" : "Общий доступ не разрешен", + "Shared in {item} with {user}" : "Общий доступ к {item} с {user}", + "Unshare" : "Закрыть общий доступ", + "notify by email" : "уведомить по почте", + "can share" : "можно дать доступ", + "can edit" : "может редактировать", + "access control" : "контроль доступа", + "create" : "создать", + "update" : "обновить", + "delete" : "удалить", + "Password protected" : "Защищено паролем", + "Error unsetting expiration date" : "Ошибка при отмене срока доступа", + "Error setting expiration date" : "Ошибка при установке срока доступа", + "Sending ..." : "Отправляется ...", + "Email sent" : "Письмо отправлено", + "Warning" : "Предупреждение", + "The object type is not specified." : "Тип объекта не указан", + "Enter new" : "Ввести новое", + "Delete" : "Удалить", + "Add" : "Добавить", + "Edit tags" : "Изменить метки", + "Error loading dialog template: {error}" : "Ошибка загрузки шаблона диалога: {error}", + "No tags selected for deletion." : "Не выбраны метки для удаления.", + "Updating {productName} to version {version}, this may take a while." : "Обновление {productName} до версии {version}, пожалуйста, подождите.", + "Please reload the page." : "Пожалуйста, перезагрузите страницу.", + "The update was unsuccessful." : "Обновление не удалось.", + "The update was successful. Redirecting you to ownCloud now." : "Обновление прошло успешно. Перенаправляемся в Ваш ownCloud...", + "Couldn't reset password because the token is invalid" : "Невозможно сбросить пароль потому, что ключ неправильный", + "Couldn't send reset email. Please make sure your username is correct." : "Не удалось отправить письмо для сброса пароля. Пожалуйста, убедитесь в том, что ваше имя пользователя введено верно.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Невозможно отправить письмо для сброса пароля, т.к. у вашего аккаунта не прописан адрес почты. Пожалуйста, свяжитесь с администратором.", + "%s password reset" : "%s сброс пароля", + "Use the following link to reset your password: {link}" : "Используйте следующую ссылку чтобы сбросить пароль: {link}", + "You will receive a link to reset your password via Email." : "На ваш адрес Email выслана ссылка для сброса пароля.", + "Username" : "Имя пользователя", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ваши файлы зашифрованы. Если вы не активировали ключ восстановления, то после сброса пароля все ваши данные будут потеряны навсегда. Если вы не знаете что делать, свяжитесь со своим администратором до того как продолжить. Вы действительно хотите продолжить?", + "Yes, I really want to reset my password now" : "Да, я действительно хочу сбросить свой пароль", + "Reset" : "Сброс", + "New password" : "Новый пароль", + "New Password" : "Новый пароль", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X не поддерживается и %s не будет работать правильно на этой платформе. Используйте ее на свой страх и риск!", + "For the best results, please consider using a GNU/Linux server instead." : "Для достижения наилучших результатов, пожалуйста, рассмотрите возможность использовать взамен GNU/Linux сервер.", + "Personal" : "Личное", + "Users" : "Пользователи", + "Apps" : "Приложения", + "Admin" : "Админпанель", + "Help" : "Помощь", + "Error loading tags" : "Ошибка загрузки меток", + "Tag already exists" : "Метка уже существует", + "Error deleting tag(s)" : "Ошибка удаления метки(ок)", + "Error tagging" : "Ошибка присваивания метки", + "Error untagging" : "Ошибка снятия метки", + "Error favoriting" : "Ошибка размещения в любимых", + "Error unfavoriting" : "Ошибка удаления из любимых", + "Access forbidden" : "Доступ запрещён", + "File not found" : "Файл не найден", + "The specified document has not been found on the server." : "Указанный документ не может быть найден на сервере.", + "You can click here to return to %s." : "Вы можете нажать здесь, чтобы вернуться в %s.", + "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!" : "Удачи!", + "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." : "Больше деталей может быть найдено в журнале сервера.", + "Technical details" : "Технические детали", + "Remote Address: %s" : "Удаленный Адрес: %s", + "Request ID: %s" : "ID Запроса: %s", + "Code: %s" : "Код: %s", + "Message: %s" : "Сообщение: %s", + "File: %s" : "Файл: %s", + "Line: %s" : "Линия: %s", + "Trace" : "След", + "Security Warning" : "Предупреждение безопасности", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Ваша версия PHP уязвима к атаке NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Пожалуйста обновите Вашу PHP конфигурацию для безопасного использования %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваша папка с данными и файлы возможно доступны из интернета потому что файл .htaccess не работает.", + "For information how to properly configure your server, please see the documentation." : "Для информации, как правильно настроить Ваш сервер, пожалуйста загляните в документацию.", + "Create an admin account" : "Создать учётную запись администратора", + "Password" : "Пароль", + "Storage & database" : "Система хранения данных & база данных", + "Data folder" : "Директория с данными", + "Configure the database" : "Настройка базы данных", + "Only %s is available." : "Только %s доступно.", + "Database user" : "Пользователь базы данных", + "Database password" : "Пароль базы данных", + "Database name" : "Название базы данных", + "Database tablespace" : "Табличое пространство базы данных", + "Database host" : "Хост базы данных", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite будет использован в качестве базы данных. Мы рекомендуем изменить это для крупных установок.", + "Finish setup" : "Завершить установку", + "Finishing …" : "Завершаем...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Этому приложению нужен включенный Джаваскрипт. Пожалуйста, включите Джаваскрипт и перезагрузите страницу.", + "%s is available. Get more information on how to update." : "%s доступно. Получить дополнительную информацию о порядке обновления.", + "Log out" : "Выйти", + "Server side authentication failed!" : "Неудачная аутентификация с сервером!", + "Please contact your administrator." : "Пожалуйста, свяжитесь с вашим администратором.", + "Forgot your password? Reset it!" : "Забыли пароль? Сбросьте его!", + "remember" : "запомнить", + "Log in" : "Войти", + "Alternative Logins" : "Альтернативные имена пользователя", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Здравствуйте,

%s предоставил Вам доступ к %s.
Перейдите по ссылке, чтобы загрузить информацию

", + "This ownCloud instance is currently in single user mode." : "Эта установка ownCloud в настоящее время в однопользовательском режиме.", + "This means only administrators can use the instance." : "Это значит, что только администраторы могут использовать эту установку.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.", + "Thank you for your patience." : "Спасибо за терпение.", + "You are accessing the server from an untrusted domain." : "Вы пытаетесь получить доступ к серверу с неподтверждённого домена.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Пожалуйста, свяжитесь с администратором. Если вы администратор этого хранилища, сконфигурируйте \"trusted_domain\" в config/config.php. Пример настройки можно найти в /config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "В зависимости от конфигурации, вы, будучи администратором, можете также внести домен в доверенные при помощи кнопки снизу.", + "Add \"%s\" as trusted domain" : "Добавить \"%s\" как доверенный домен", + "%s will be updated to version %s." : "%s будет обновлено до версии %s.", + "The following apps will be disabled:" : "Следующие приложения будут отключены:", + "The theme %s has been disabled." : "Тема %s была отключена.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Пожалуйста, перед тем, как продолжить, убедитесь в том, что вы сделали резервную копию базы данных, директории конфигурации и директории с данными.", + "Start update" : "Запустить обновление", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Чтобы избежать задержек при больших объёмах, вы можете выполнить следующую команду в директории установки:", + "This %s instance is currently being updated, which may take a while." : "Этот экземпляр %s в данный момент обновляется, это может занять некоторое время.", + "This page will refresh itself when the %s instance is available again." : "Эта страница обновится, когда экземпляр %s станет снова доступным." +}, +"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/ru.json b/core/l10n/ru.json new file mode 100644 index 0000000000..719a0cc102 --- /dev/null +++ b/core/l10n/ru.json @@ -0,0 +1,209 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Невозможно отправить письмо следующим пользователям: %s", + "Turned on maintenance mode" : "Режим отладки включён", + "Turned off maintenance mode" : "Режим отладки отключён", + "Updated database" : "База данных обновлена", + "Checked database schema update" : "Проверено обновление схемы БД", + "Checked database schema update for apps" : "Проверено обновление схемы БД для приложений", + "Updated \"%s\" to %s" : "Обновлено \"%s\" до %s", + "Disabled incompatible apps: %s" : "Отключенные несовместимые приложения: %s", + "No image or file provided" : "Не указано изображение или файл", + "Unknown filetype" : "Неизвестный тип файла", + "Invalid image" : "Некорректное изображение", + "No temporary profile picture available, try again" : "Временная картинка профиля недоступна, повторите попытку", + "No crop data provided" : "Не указана информация о кадрировании", + "Sunday" : "Воскресенье", + "Monday" : "Понедельник", + "Tuesday" : "Вторник", + "Wednesday" : "Среда", + "Thursday" : "Четверг", + "Friday" : "Пятница", + "Saturday" : "Суббота", + "January" : "Январь", + "February" : "Февраль", + "March" : "Март", + "April" : "Апрель", + "May" : "Май", + "June" : "Июнь", + "July" : "Июль", + "August" : "Август", + "September" : "Сентябрь", + "October" : "Октябрь", + "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." : "Ссылка для восстановления пароля была отправлена на вашу почту. Если вы не получили её, проверьте папку спама.
Если там письма со ссылкой нет, то обратитесь к локальному администратору.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Ваши файлы зашифрованы. Если вы не включили ключ восстановления, то ваши данные будут недоступны после сброса пароля.
Если вы не уверены что делать дальше - обратитесь к локальному администратору.
Вытдействительно хотите продолжить?", + "I know what I'm doing" : "Я понимаю, что делаю", + "Reset password" : "Сбросить пароль", + "Password can not be changed. Please contact your administrator." : "Пароль не может быть изменён. Пожалуйста, свяжитесь с вашим администратором.", + "No" : "Нет", + "Yes" : "Да", + "Choose" : "Выбрать", + "Error loading file picker template: {error}" : "Ошибка при загрузке шаблона выбора файлов: {error}", + "Ok" : "Ок", + "Error loading message template: {error}" : "Ошибка загрузки шаблона сообщений: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} конфликт в файлах","{count} конфликта в файлах","{count} конфликтов в файлах"], + "One file conflict" : "Один конфликт в файлах", + "New Files" : "Новые файлы", + "Already existing files" : "Существующие файлы", + "Which files do you want to keep?" : "Какие файлы вы хотите сохранить?", + "If you select both versions, the copied file will have a number added to its name." : "При выборе обоих версий, к названию копируемого файла будет добавлена цифра", + "Cancel" : "Отменить", + "Continue" : "Продолжить", + "(all selected)" : "(выбраны все)", + "({count} selected)" : "({count} выбрано)", + "Error loading file exists template" : "Ошибка при загрузке шаблона существующего файла", + "Very weak password" : "Очень слабый пароль", + "Weak password" : "Слабый пароль", + "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.", + "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}", + "Share" : "Открыть доступ", + "Error" : "Ошибка", + "Error while sharing" : "Ошибка при открытии доступа", + "Error while unsharing" : "Ошибка при закрытии доступа", + "Error while changing permissions" : "Ошибка при смене разрешений", + "Shared with you and the group {group} by {owner}" : "{owner} открыл доступ для Вас и группы {group} ", + "Shared with you by {owner}" : "{owner} открыл доступ для Вас", + "Share with user or group …" : "Поделиться с пользователем или группой...", + "Share link" : "Поделиться ссылкой", + "The public link will expire no later than {days} days after it is created" : "Срок действия публичной ссылки истекает не позже чем через {days} дней, после её создания", + "Password protect" : "Защитить паролем", + "Choose a password for the public link" : "Выберите пароль для публичной ссылки", + "Allow Public Upload" : "Разрешить загрузку", + "Email link to person" : "Почтовая ссылка на персону", + "Send" : "Отправить", + "Set expiration date" : "Установить срок доступа", + "Expiration date" : "Дата окончания", + "Adding user..." : "Добавляем пользователя...", + "group" : "группа", + "Resharing is not allowed" : "Общий доступ не разрешен", + "Shared in {item} with {user}" : "Общий доступ к {item} с {user}", + "Unshare" : "Закрыть общий доступ", + "notify by email" : "уведомить по почте", + "can share" : "можно дать доступ", + "can edit" : "может редактировать", + "access control" : "контроль доступа", + "create" : "создать", + "update" : "обновить", + "delete" : "удалить", + "Password protected" : "Защищено паролем", + "Error unsetting expiration date" : "Ошибка при отмене срока доступа", + "Error setting expiration date" : "Ошибка при установке срока доступа", + "Sending ..." : "Отправляется ...", + "Email sent" : "Письмо отправлено", + "Warning" : "Предупреждение", + "The object type is not specified." : "Тип объекта не указан", + "Enter new" : "Ввести новое", + "Delete" : "Удалить", + "Add" : "Добавить", + "Edit tags" : "Изменить метки", + "Error loading dialog template: {error}" : "Ошибка загрузки шаблона диалога: {error}", + "No tags selected for deletion." : "Не выбраны метки для удаления.", + "Updating {productName} to version {version}, this may take a while." : "Обновление {productName} до версии {version}, пожалуйста, подождите.", + "Please reload the page." : "Пожалуйста, перезагрузите страницу.", + "The update was unsuccessful." : "Обновление не удалось.", + "The update was successful. Redirecting you to ownCloud now." : "Обновление прошло успешно. Перенаправляемся в Ваш ownCloud...", + "Couldn't reset password because the token is invalid" : "Невозможно сбросить пароль потому, что ключ неправильный", + "Couldn't send reset email. Please make sure your username is correct." : "Не удалось отправить письмо для сброса пароля. Пожалуйста, убедитесь в том, что ваше имя пользователя введено верно.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Невозможно отправить письмо для сброса пароля, т.к. у вашего аккаунта не прописан адрес почты. Пожалуйста, свяжитесь с администратором.", + "%s password reset" : "%s сброс пароля", + "Use the following link to reset your password: {link}" : "Используйте следующую ссылку чтобы сбросить пароль: {link}", + "You will receive a link to reset your password via Email." : "На ваш адрес Email выслана ссылка для сброса пароля.", + "Username" : "Имя пользователя", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ваши файлы зашифрованы. Если вы не активировали ключ восстановления, то после сброса пароля все ваши данные будут потеряны навсегда. Если вы не знаете что делать, свяжитесь со своим администратором до того как продолжить. Вы действительно хотите продолжить?", + "Yes, I really want to reset my password now" : "Да, я действительно хочу сбросить свой пароль", + "Reset" : "Сброс", + "New password" : "Новый пароль", + "New Password" : "Новый пароль", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X не поддерживается и %s не будет работать правильно на этой платформе. Используйте ее на свой страх и риск!", + "For the best results, please consider using a GNU/Linux server instead." : "Для достижения наилучших результатов, пожалуйста, рассмотрите возможность использовать взамен GNU/Linux сервер.", + "Personal" : "Личное", + "Users" : "Пользователи", + "Apps" : "Приложения", + "Admin" : "Админпанель", + "Help" : "Помощь", + "Error loading tags" : "Ошибка загрузки меток", + "Tag already exists" : "Метка уже существует", + "Error deleting tag(s)" : "Ошибка удаления метки(ок)", + "Error tagging" : "Ошибка присваивания метки", + "Error untagging" : "Ошибка снятия метки", + "Error favoriting" : "Ошибка размещения в любимых", + "Error unfavoriting" : "Ошибка удаления из любимых", + "Access forbidden" : "Доступ запрещён", + "File not found" : "Файл не найден", + "The specified document has not been found on the server." : "Указанный документ не может быть найден на сервере.", + "You can click here to return to %s." : "Вы можете нажать здесь, чтобы вернуться в %s.", + "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!" : "Удачи!", + "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." : "Больше деталей может быть найдено в журнале сервера.", + "Technical details" : "Технические детали", + "Remote Address: %s" : "Удаленный Адрес: %s", + "Request ID: %s" : "ID Запроса: %s", + "Code: %s" : "Код: %s", + "Message: %s" : "Сообщение: %s", + "File: %s" : "Файл: %s", + "Line: %s" : "Линия: %s", + "Trace" : "След", + "Security Warning" : "Предупреждение безопасности", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Ваша версия PHP уязвима к атаке NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Пожалуйста обновите Вашу PHP конфигурацию для безопасного использования %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваша папка с данными и файлы возможно доступны из интернета потому что файл .htaccess не работает.", + "For information how to properly configure your server, please see the documentation." : "Для информации, как правильно настроить Ваш сервер, пожалуйста загляните в документацию.", + "Create an admin account" : "Создать учётную запись администратора", + "Password" : "Пароль", + "Storage & database" : "Система хранения данных & база данных", + "Data folder" : "Директория с данными", + "Configure the database" : "Настройка базы данных", + "Only %s is available." : "Только %s доступно.", + "Database user" : "Пользователь базы данных", + "Database password" : "Пароль базы данных", + "Database name" : "Название базы данных", + "Database tablespace" : "Табличое пространство базы данных", + "Database host" : "Хост базы данных", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite будет использован в качестве базы данных. Мы рекомендуем изменить это для крупных установок.", + "Finish setup" : "Завершить установку", + "Finishing …" : "Завершаем...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Этому приложению нужен включенный Джаваскрипт. Пожалуйста, включите Джаваскрипт и перезагрузите страницу.", + "%s is available. Get more information on how to update." : "%s доступно. Получить дополнительную информацию о порядке обновления.", + "Log out" : "Выйти", + "Server side authentication failed!" : "Неудачная аутентификация с сервером!", + "Please contact your administrator." : "Пожалуйста, свяжитесь с вашим администратором.", + "Forgot your password? Reset it!" : "Забыли пароль? Сбросьте его!", + "remember" : "запомнить", + "Log in" : "Войти", + "Alternative Logins" : "Альтернативные имена пользователя", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Здравствуйте,

%s предоставил Вам доступ к %s.
Перейдите по ссылке, чтобы загрузить информацию

", + "This ownCloud instance is currently in single user mode." : "Эта установка ownCloud в настоящее время в однопользовательском режиме.", + "This means only administrators can use the instance." : "Это значит, что только администраторы могут использовать эту установку.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.", + "Thank you for your patience." : "Спасибо за терпение.", + "You are accessing the server from an untrusted domain." : "Вы пытаетесь получить доступ к серверу с неподтверждённого домена.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Пожалуйста, свяжитесь с администратором. Если вы администратор этого хранилища, сконфигурируйте \"trusted_domain\" в config/config.php. Пример настройки можно найти в /config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "В зависимости от конфигурации, вы, будучи администратором, можете также внести домен в доверенные при помощи кнопки снизу.", + "Add \"%s\" as trusted domain" : "Добавить \"%s\" как доверенный домен", + "%s will be updated to version %s." : "%s будет обновлено до версии %s.", + "The following apps will be disabled:" : "Следующие приложения будут отключены:", + "The theme %s has been disabled." : "Тема %s была отключена.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Пожалуйста, перед тем, как продолжить, убедитесь в том, что вы сделали резервную копию базы данных, директории конфигурации и директории с данными.", + "Start update" : "Запустить обновление", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Чтобы избежать задержек при больших объёмах, вы можете выполнить следующую команду в директории установки:", + "This %s instance is currently being updated, which may take a while." : "Этот экземпляр %s в данный момент обновляется, это может занять некоторое время.", + "This page will refresh itself when the %s instance is available again." : "Эта страница обновится, когда экземпляр %s станет снова доступным." +},"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/ru.php b/core/l10n/ru.php deleted file mode 100644 index aef239fd28..0000000000 --- a/core/l10n/ru.php +++ /dev/null @@ -1,211 +0,0 @@ - "Невозможно отправить письмо следующим пользователям: %s", -"Turned on maintenance mode" => "Режим отладки включён", -"Turned off maintenance mode" => "Режим отладки отключён", -"Updated database" => "База данных обновлена", -"Checked database schema update" => "Проверено обновление схемы БД", -"Checked database schema update for apps" => "Проверено обновление схемы БД для приложений", -"Updated \"%s\" to %s" => "Обновлено \"%s\" до %s", -"Disabled incompatible apps: %s" => "Отключенные несовместимые приложения: %s", -"No image or file provided" => "Не указано изображение или файл", -"Unknown filetype" => "Неизвестный тип файла", -"Invalid image" => "Некорректное изображение", -"No temporary profile picture available, try again" => "Временная картинка профиля недоступна, повторите попытку", -"No crop data provided" => "Не указана информация о кадрировании", -"Sunday" => "Воскресенье", -"Monday" => "Понедельник", -"Tuesday" => "Вторник", -"Wednesday" => "Среда", -"Thursday" => "Четверг", -"Friday" => "Пятница", -"Saturday" => "Суббота", -"January" => "Январь", -"February" => "Февраль", -"March" => "Март", -"April" => "Апрель", -"May" => "Май", -"June" => "Июнь", -"July" => "Июль", -"August" => "Август", -"September" => "Сентябрь", -"October" => "Октябрь", -"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." => "Ссылка для восстановления пароля была отправлена на вашу почту. Если вы не получили её, проверьте папку спама.
Если там письма со ссылкой нет, то обратитесь к локальному администратору.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Ваши файлы зашифрованы. Если вы не включили ключ восстановления, то ваши данные будут недоступны после сброса пароля.
Если вы не уверены что делать дальше - обратитесь к локальному администратору.
Вытдействительно хотите продолжить?", -"I know what I'm doing" => "Я понимаю, что делаю", -"Reset password" => "Сбросить пароль", -"Password can not be changed. Please contact your administrator." => "Пароль не может быть изменён. Пожалуйста, свяжитесь с вашим администратором.", -"No" => "Нет", -"Yes" => "Да", -"Choose" => "Выбрать", -"Error loading file picker template: {error}" => "Ошибка при загрузке шаблона выбора файлов: {error}", -"Ok" => "Ок", -"Error loading message template: {error}" => "Ошибка загрузки шаблона сообщений: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} конфликт в файлах","{count} конфликта в файлах","{count} конфликтов в файлах"), -"One file conflict" => "Один конфликт в файлах", -"New Files" => "Новые файлы", -"Already existing files" => "Существующие файлы", -"Which files do you want to keep?" => "Какие файлы вы хотите сохранить?", -"If you select both versions, the copied file will have a number added to its name." => "При выборе обоих версий, к названию копируемого файла будет добавлена цифра", -"Cancel" => "Отменить", -"Continue" => "Продолжить", -"(all selected)" => "(выбраны все)", -"({count} selected)" => "({count} выбрано)", -"Error loading file exists template" => "Ошибка при загрузке шаблона существующего файла", -"Very weak password" => "Очень слабый пароль", -"Weak password" => "Слабый пароль", -"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.", -"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}", -"Share" => "Открыть доступ", -"Error" => "Ошибка", -"Error while sharing" => "Ошибка при открытии доступа", -"Error while unsharing" => "Ошибка при закрытии доступа", -"Error while changing permissions" => "Ошибка при смене разрешений", -"Shared with you and the group {group} by {owner}" => "{owner} открыл доступ для Вас и группы {group} ", -"Shared with you by {owner}" => "{owner} открыл доступ для Вас", -"Share with user or group …" => "Поделиться с пользователем или группой...", -"Share link" => "Поделиться ссылкой", -"The public link will expire no later than {days} days after it is created" => "Срок действия публичной ссылки истекает не позже чем через {days} дней, после её создания", -"Password protect" => "Защитить паролем", -"Choose a password for the public link" => "Выберите пароль для публичной ссылки", -"Allow Public Upload" => "Разрешить загрузку", -"Email link to person" => "Почтовая ссылка на персону", -"Send" => "Отправить", -"Set expiration date" => "Установить срок доступа", -"Expiration date" => "Дата окончания", -"Adding user..." => "Добавляем пользователя...", -"group" => "группа", -"Resharing is not allowed" => "Общий доступ не разрешен", -"Shared in {item} with {user}" => "Общий доступ к {item} с {user}", -"Unshare" => "Закрыть общий доступ", -"notify by email" => "уведомить по почте", -"can share" => "можно дать доступ", -"can edit" => "может редактировать", -"access control" => "контроль доступа", -"create" => "создать", -"update" => "обновить", -"delete" => "удалить", -"Password protected" => "Защищено паролем", -"Error unsetting expiration date" => "Ошибка при отмене срока доступа", -"Error setting expiration date" => "Ошибка при установке срока доступа", -"Sending ..." => "Отправляется ...", -"Email sent" => "Письмо отправлено", -"Warning" => "Предупреждение", -"The object type is not specified." => "Тип объекта не указан", -"Enter new" => "Ввести новое", -"Delete" => "Удалить", -"Add" => "Добавить", -"Edit tags" => "Изменить метки", -"Error loading dialog template: {error}" => "Ошибка загрузки шаблона диалога: {error}", -"No tags selected for deletion." => "Не выбраны метки для удаления.", -"Updating {productName} to version {version}, this may take a while." => "Обновление {productName} до версии {version}, пожалуйста, подождите.", -"Please reload the page." => "Пожалуйста, перезагрузите страницу.", -"The update was unsuccessful." => "Обновление не удалось.", -"The update was successful. Redirecting you to ownCloud now." => "Обновление прошло успешно. Перенаправляемся в Ваш ownCloud...", -"Couldn't reset password because the token is invalid" => "Невозможно сбросить пароль потому, что ключ неправильный", -"Couldn't send reset email. Please make sure your username is correct." => "Не удалось отправить письмо для сброса пароля. Пожалуйста, убедитесь в том, что ваше имя пользователя введено верно.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Невозможно отправить письмо для сброса пароля, т.к. у вашего аккаунта не прописан адрес почты. Пожалуйста, свяжитесь с администратором.", -"%s password reset" => "%s сброс пароля", -"Use the following link to reset your password: {link}" => "Используйте следующую ссылку чтобы сбросить пароль: {link}", -"You will receive a link to reset your password via Email." => "На ваш адрес Email выслана ссылка для сброса пароля.", -"Username" => "Имя пользователя", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Ваши файлы зашифрованы. Если вы не активировали ключ восстановления, то после сброса пароля все ваши данные будут потеряны навсегда. Если вы не знаете что делать, свяжитесь со своим администратором до того как продолжить. Вы действительно хотите продолжить?", -"Yes, I really want to reset my password now" => "Да, я действительно хочу сбросить свой пароль", -"Reset" => "Сброс", -"New password" => "Новый пароль", -"New Password" => "Новый пароль", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X не поддерживается и %s не будет работать правильно на этой платформе. Используйте ее на свой страх и риск!", -"For the best results, please consider using a GNU/Linux server instead." => "Для достижения наилучших результатов, пожалуйста, рассмотрите возможность использовать взамен GNU/Linux сервер.", -"Personal" => "Личное", -"Users" => "Пользователи", -"Apps" => "Приложения", -"Admin" => "Админпанель", -"Help" => "Помощь", -"Error loading tags" => "Ошибка загрузки меток", -"Tag already exists" => "Метка уже существует", -"Error deleting tag(s)" => "Ошибка удаления метки(ок)", -"Error tagging" => "Ошибка присваивания метки", -"Error untagging" => "Ошибка снятия метки", -"Error favoriting" => "Ошибка размещения в любимых", -"Error unfavoriting" => "Ошибка удаления из любимых", -"Access forbidden" => "Доступ запрещён", -"File not found" => "Файл не найден", -"The specified document has not been found on the server." => "Указанный документ не может быть найден на сервере.", -"You can click here to return to %s." => "Вы можете нажать здесь, чтобы вернуться в %s.", -"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." => "Больше деталей может быть найдено в журнале сервера.", -"Technical details" => "Технические детали", -"Remote Address: %s" => "Удаленный Адрес: %s", -"Request ID: %s" => "ID Запроса: %s", -"Code: %s" => "Код: %s", -"Message: %s" => "Сообщение: %s", -"File: %s" => "Файл: %s", -"Line: %s" => "Линия: %s", -"Trace" => "След", -"Security Warning" => "Предупреждение безопасности", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Ваша версия PHP уязвима к атаке NULL Byte (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Пожалуйста обновите Вашу PHP конфигурацию для безопасного использования %s.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Ваша папка с данными и файлы возможно доступны из интернета потому что файл .htaccess не работает.", -"For information how to properly configure your server, please see the documentation." => "Для информации, как правильно настроить Ваш сервер, пожалуйста загляните в документацию.", -"Create an admin account" => "Создать учётную запись администратора", -"Password" => "Пароль", -"Storage & database" => "Система хранения данных & база данных", -"Data folder" => "Директория с данными", -"Configure the database" => "Настройка базы данных", -"Only %s is available." => "Только %s доступно.", -"Database user" => "Пользователь базы данных", -"Database password" => "Пароль базы данных", -"Database name" => "Название базы данных", -"Database tablespace" => "Табличое пространство базы данных", -"Database host" => "Хост базы данных", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite будет использован в качестве базы данных. Мы рекомендуем изменить это для крупных установок.", -"Finish setup" => "Завершить установку", -"Finishing …" => "Завершаем...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Этому приложению нужен включенный Джаваскрипт. Пожалуйста, включите Джаваскрипт и перезагрузите страницу.", -"%s is available. Get more information on how to update." => "%s доступно. Получить дополнительную информацию о порядке обновления.", -"Log out" => "Выйти", -"Server side authentication failed!" => "Неудачная аутентификация с сервером!", -"Please contact your administrator." => "Пожалуйста, свяжитесь с вашим администратором.", -"Forgot your password? Reset it!" => "Забыли пароль? Сбросьте его!", -"remember" => "запомнить", -"Log in" => "Войти", -"Alternative Logins" => "Альтернативные имена пользователя", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Здравствуйте,

%s предоставил Вам доступ к %s.
Перейдите по ссылке, чтобы загрузить информацию

", -"This ownCloud instance is currently in single user mode." => "Эта установка ownCloud в настоящее время в однопользовательском режиме.", -"This means only administrators can use the instance." => "Это значит, что только администраторы могут использовать эту установку.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.", -"Thank you for your patience." => "Спасибо за терпение.", -"You are accessing the server from an untrusted domain." => "Вы пытаетесь получить доступ к серверу с неподтверждённого домена.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Пожалуйста, свяжитесь с администратором. Если вы администратор этого хранилища, сконфигурируйте \"trusted_domain\" в config/config.php. Пример настройки можно найти в /config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "В зависимости от конфигурации, вы, будучи администратором, можете также внести домен в доверенные при помощи кнопки снизу.", -"Add \"%s\" as trusted domain" => "Добавить \"%s\" как доверенный домен", -"%s will be updated to version %s." => "%s будет обновлено до версии %s.", -"The following apps will be disabled:" => "Следующие приложения будут отключены:", -"The theme %s has been disabled." => "Тема %s была отключена.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Пожалуйста, перед тем, как продолжить, убедитесь в том, что вы сделали резервную копию базы данных, директории конфигурации и директории с данными.", -"Start update" => "Запустить обновление", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Чтобы избежать задержек при больших объёмах, вы можете выполнить следующую команду в директории установки:", -"This %s instance is currently being updated, which may take a while." => "Этот экземпляр %s в данный момент обновляется, это может занять некоторое время.", -"This page will refresh itself when the %s instance is available again." => "Эта страница обновится, когда экземпляр %s станет снова доступным." -); -$PLURAL_FORMS = "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/si_LK.js b/core/l10n/si_LK.js new file mode 100644 index 0000000000..63edcfb606 --- /dev/null +++ b/core/l10n/si_LK.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "core", + { + "Sunday" : "ඉරිදා", + "Monday" : "සඳුදා", + "Tuesday" : "අඟහරුවාදා", + "Wednesday" : "බදාදා", + "Thursday" : "බ්‍රහස්පතින්දා", + "Friday" : "සිකුරාදා", + "Saturday" : "සෙනසුරාදා", + "January" : "ජනවාරි", + "February" : "පෙබරවාරි", + "March" : "මාර්තු", + "April" : "අප්‍රේල්", + "May" : "මැයි", + "June" : "ජූනි", + "July" : "ජූලි", + "August" : "අගෝස්තු", + "September" : "සැප්තැම්බර්", + "October" : "ඔක්තෝබර", + "November" : "නොවැම්බර්", + "December" : "දෙසැම්බර්", + "Settings" : "සිටුවම්", + "Folder" : "ෆෝල්ඩරය", + "Image" : "පින්තූරය", + "Saving..." : "සුරැකෙමින් පවතී...", + "Reset password" : "මුරපදය ප්‍රත්‍යාරම්භ කරන්න", + "No" : "එපා", + "Yes" : "ඔව්", + "Choose" : "තෝරන්න", + "Ok" : "හරි", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "එපා", + "Share" : "බෙදා හදා ගන්න", + "Error" : "දෝෂයක්", + "Password protect" : "මුර පදයකින් ආරක්ශාකරන්න", + "Set expiration date" : "කල් ඉකුත් විමේ දිනය දමන්න", + "Expiration date" : "කල් ඉකුත් විමේ දිනය", + "group" : "කණ්ඩායම", + "Unshare" : "නොබෙදු", + "can edit" : "සංස්කරණය කළ හැක", + "access control" : "ප්‍රවේශ පාලනය", + "create" : "සදන්න", + "update" : "යාවත්කාලීන කරන්න", + "delete" : "මකන්න", + "Password protected" : "මුර පදයකින් ආරක්ශාකර ඇත", + "Error unsetting expiration date" : "කල් ඉකුත් දිනය ඉවත් කිරීමේ දෝෂයක්", + "Error setting expiration date" : "කල් ඉකුත් දිනය ස්ථාපනය කිරීමේ දෝෂයක්", + "Warning" : "අවවාදය", + "Delete" : "මකා දමන්න", + "Add" : "එකතු කරන්න", + "You will receive a link to reset your password via Email." : "ඔබගේ මුරපදය ප්‍රත්‍යාරම්භ කිරීම සඳහා යොමුව විද්‍යුත් තැපෑලෙන් ලැබෙනු ඇත", + "Username" : "පරිශීලක නම", + "New password" : "නව මුරපදය", + "Personal" : "පෞද්ගලික", + "Users" : "පරිශීලකයන්", + "Apps" : "යෙදුම්", + "Admin" : "පරිපාලක", + "Help" : "උදව්", + "Access forbidden" : "ඇතුල් වීම තහනම්", + "Security Warning" : "ආරක්ෂක නිවේදනයක්", + "Password" : "මුර පදය", + "Data folder" : "දත්ත ෆෝල්ඩරය", + "Configure the database" : "දත්ත සමුදාය හැඩගැසීම", + "Database user" : "දත්තගබඩා භාවිතාකරු", + "Database password" : "දත්තගබඩාවේ මුරපදය", + "Database name" : "දත්තගබඩාවේ නම", + "Database host" : "දත්තගබඩා සේවාදායකයා", + "Finish setup" : "ස්ථාපනය කිරීම අවසන් කරන්න", + "Log out" : "නික්මීම", + "remember" : "මතක තබාගන්න", + "Log in" : "ප්‍රවේශවන්න" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/si_LK.json b/core/l10n/si_LK.json new file mode 100644 index 0000000000..f04c86b989 --- /dev/null +++ b/core/l10n/si_LK.json @@ -0,0 +1,72 @@ +{ "translations": { + "Sunday" : "ඉරිදා", + "Monday" : "සඳුදා", + "Tuesday" : "අඟහරුවාදා", + "Wednesday" : "බදාදා", + "Thursday" : "බ්‍රහස්පතින්දා", + "Friday" : "සිකුරාදා", + "Saturday" : "සෙනසුරාදා", + "January" : "ජනවාරි", + "February" : "පෙබරවාරි", + "March" : "මාර්තු", + "April" : "අප්‍රේල්", + "May" : "මැයි", + "June" : "ජූනි", + "July" : "ජූලි", + "August" : "අගෝස්තු", + "September" : "සැප්තැම්බර්", + "October" : "ඔක්තෝබර", + "November" : "නොවැම්බර්", + "December" : "දෙසැම්බර්", + "Settings" : "සිටුවම්", + "Folder" : "ෆෝල්ඩරය", + "Image" : "පින්තූරය", + "Saving..." : "සුරැකෙමින් පවතී...", + "Reset password" : "මුරපදය ප්‍රත්‍යාරම්භ කරන්න", + "No" : "එපා", + "Yes" : "ඔව්", + "Choose" : "තෝරන්න", + "Ok" : "හරි", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "එපා", + "Share" : "බෙදා හදා ගන්න", + "Error" : "දෝෂයක්", + "Password protect" : "මුර පදයකින් ආරක්ශාකරන්න", + "Set expiration date" : "කල් ඉකුත් විමේ දිනය දමන්න", + "Expiration date" : "කල් ඉකුත් විමේ දිනය", + "group" : "කණ්ඩායම", + "Unshare" : "නොබෙදු", + "can edit" : "සංස්කරණය කළ හැක", + "access control" : "ප්‍රවේශ පාලනය", + "create" : "සදන්න", + "update" : "යාවත්කාලීන කරන්න", + "delete" : "මකන්න", + "Password protected" : "මුර පදයකින් ආරක්ශාකර ඇත", + "Error unsetting expiration date" : "කල් ඉකුත් දිනය ඉවත් කිරීමේ දෝෂයක්", + "Error setting expiration date" : "කල් ඉකුත් දිනය ස්ථාපනය කිරීමේ දෝෂයක්", + "Warning" : "අවවාදය", + "Delete" : "මකා දමන්න", + "Add" : "එකතු කරන්න", + "You will receive a link to reset your password via Email." : "ඔබගේ මුරපදය ප්‍රත්‍යාරම්භ කිරීම සඳහා යොමුව විද්‍යුත් තැපෑලෙන් ලැබෙනු ඇත", + "Username" : "පරිශීලක නම", + "New password" : "නව මුරපදය", + "Personal" : "පෞද්ගලික", + "Users" : "පරිශීලකයන්", + "Apps" : "යෙදුම්", + "Admin" : "පරිපාලක", + "Help" : "උදව්", + "Access forbidden" : "ඇතුල් වීම තහනම්", + "Security Warning" : "ආරක්ෂක නිවේදනයක්", + "Password" : "මුර පදය", + "Data folder" : "දත්ත ෆෝල්ඩරය", + "Configure the database" : "දත්ත සමුදාය හැඩගැසීම", + "Database user" : "දත්තගබඩා භාවිතාකරු", + "Database password" : "දත්තගබඩාවේ මුරපදය", + "Database name" : "දත්තගබඩාවේ නම", + "Database host" : "දත්තගබඩා සේවාදායකයා", + "Finish setup" : "ස්ථාපනය කිරීම අවසන් කරන්න", + "Log out" : "නික්මීම", + "remember" : "මතක තබාගන්න", + "Log in" : "ප්‍රවේශවන්න" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/si_LK.php b/core/l10n/si_LK.php deleted file mode 100644 index 57de60748e..0000000000 --- a/core/l10n/si_LK.php +++ /dev/null @@ -1,73 +0,0 @@ - "ඉරිදා", -"Monday" => "සඳුදා", -"Tuesday" => "අඟහරුවාදා", -"Wednesday" => "බදාදා", -"Thursday" => "බ්‍රහස්පතින්දා", -"Friday" => "සිකුරාදා", -"Saturday" => "සෙනසුරාදා", -"January" => "ජනවාරි", -"February" => "පෙබරවාරි", -"March" => "මාර්තු", -"April" => "අප්‍රේල්", -"May" => "මැයි", -"June" => "ජූනි", -"July" => "ජූලි", -"August" => "අගෝස්තු", -"September" => "සැප්තැම්බර්", -"October" => "ඔක්තෝබර", -"November" => "නොවැම්බර්", -"December" => "දෙසැම්බර්", -"Settings" => "සිටුවම්", -"Folder" => "ෆෝල්ඩරය", -"Image" => "පින්තූරය", -"Saving..." => "සුරැකෙමින් පවතී...", -"Reset password" => "මුරපදය ප්‍රත්‍යාරම්භ කරන්න", -"No" => "එපා", -"Yes" => "ඔව්", -"Choose" => "තෝරන්න", -"Ok" => "හරි", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "එපා", -"Share" => "බෙදා හදා ගන්න", -"Error" => "දෝෂයක්", -"Password protect" => "මුර පදයකින් ආරක්ශාකරන්න", -"Set expiration date" => "කල් ඉකුත් විමේ දිනය දමන්න", -"Expiration date" => "කල් ඉකුත් විමේ දිනය", -"group" => "කණ්ඩායම", -"Unshare" => "නොබෙදු", -"can edit" => "සංස්කරණය කළ හැක", -"access control" => "ප්‍රවේශ පාලනය", -"create" => "සදන්න", -"update" => "යාවත්කාලීන කරන්න", -"delete" => "මකන්න", -"Password protected" => "මුර පදයකින් ආරක්ශාකර ඇත", -"Error unsetting expiration date" => "කල් ඉකුත් දිනය ඉවත් කිරීමේ දෝෂයක්", -"Error setting expiration date" => "කල් ඉකුත් දිනය ස්ථාපනය කිරීමේ දෝෂයක්", -"Warning" => "අවවාදය", -"Delete" => "මකා දමන්න", -"Add" => "එකතු කරන්න", -"You will receive a link to reset your password via Email." => "ඔබගේ මුරපදය ප්‍රත්‍යාරම්භ කිරීම සඳහා යොමුව විද්‍යුත් තැපෑලෙන් ලැබෙනු ඇත", -"Username" => "පරිශීලක නම", -"New password" => "නව මුරපදය", -"Personal" => "පෞද්ගලික", -"Users" => "පරිශීලකයන්", -"Apps" => "යෙදුම්", -"Admin" => "පරිපාලක", -"Help" => "උදව්", -"Access forbidden" => "ඇතුල් වීම තහනම්", -"Security Warning" => "ආරක්ෂක නිවේදනයක්", -"Password" => "මුර පදය", -"Data folder" => "දත්ත ෆෝල්ඩරය", -"Configure the database" => "දත්ත සමුදාය හැඩගැසීම", -"Database user" => "දත්තගබඩා භාවිතාකරු", -"Database password" => "දත්තගබඩාවේ මුරපදය", -"Database name" => "දත්තගබඩාවේ නම", -"Database host" => "දත්තගබඩා සේවාදායකයා", -"Finish setup" => "ස්ථාපනය කිරීම අවසන් කරන්න", -"Log out" => "නික්මීම", -"remember" => "මතක තබාගන්න", -"Log in" => "ප්‍රවේශවන්න" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/sk_SK.js b/core/l10n/sk_SK.js new file mode 100644 index 0000000000..10da03f766 --- /dev/null +++ b/core/l10n/sk_SK.js @@ -0,0 +1,190 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Nebolo možné odoslať email týmto používateľom: %s ", + "Turned on maintenance mode" : "Mód údržby je zapnutý", + "Turned off maintenance mode" : "Mód údržby e vypnutý", + "Updated database" : "Databáza je aktualizovaná", + "Checked database schema update" : "Skontrolovať aktualizáciu schémy databázy", + "Checked database schema update for apps" : "Aktualizácia schémy databázy aplikácií bola overená", + "Updated \"%s\" to %s" : "Aktualizované \"%s\" na %s", + "Disabled incompatible apps: %s" : "Zakázané nekompatibilné aplikácie: %s", + "No image or file provided" : "Obrázok alebo súbor nebol zadaný", + "Unknown filetype" : "Neznámy typ súboru", + "Invalid image" : "Chybný obrázok", + "No temporary profile picture available, try again" : "Dočasný profilový obrázok nie je k dispozícii, skúste to znovu", + "No crop data provided" : "Dáta pre orezanie neboli zadané", + "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", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Súbory sú zašifrované. Ak ste nepovolili kľúč pre obnovenie, neexistuje žiadny spôsob, ako obnoviť vaše dáta po obnovení vášho hesla.
Ak si nie ste istí čo urobiť, prosím skôr než budete pokračovať, obráťte sa na administrátora.
Naozaj chcete pokračovať?", + "I know what I'm doing" : "Viem, čo robím", + "Reset password" : "Obnovenie hesla", + "Password can not be changed. Please contact your administrator." : "Heslo nemožno zmeniť. Kontaktujte prosím vášho administrátora.", + "No" : "Nie", + "Yes" : "Áno", + "Choose" : "Vybrať", + "Error loading file picker template: {error}" : "Chyba pri nahrávaní šablóny výberu súborov: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Chyba pri nahrávaní šablóny správy: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} konflikt súboru","{count} konflikty súboru","{count} konfliktov súboru"], + "One file conflict" : "Jeden konflikt súboru", + "New Files" : "Nové súbory", + "Already existing files" : "Už existujúce súbory", + "Which files do you want to keep?" : "Ktoré súbory chcete ponechať?", + "If you select both versions, the copied file will have a number added to its name." : "Ak zvolíte obe verzie, názov nakopírovaného súboru bude doplnený o číslo.", + "Cancel" : "Zrušiť", + "Continue" : "Pokračovať", + "(all selected)" : "(všetko vybrané)", + "({count} selected)" : "({count} vybraných)", + "Error loading file exists template" : "Chyba pri nahrávaní šablóny existencie súboru", + "Very weak password" : "Veľmi slabé heslo", + "Weak password" : "Slabé heslo", + "So-so password" : "Priemerné heslo", + "Good password" : "Dobré heslo", + "Strong password" : "Silné heslo", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Váš webový server nie je správne nastavený na synchronizáciu, pretože rozhranie WebDAV je poškodené.", + "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." : "Server nemá funkčné pripojenie k internetu. Niektoré moduly ako napr. externé úložisko, oznámenie o dostupných aktualizáciách alebo inštalácia aplikácií tretích strán nebudú fungovať. Prístup k súborom z iných miest a odosielanie oznamovacích emailov tiež nemusí fungovať. Ak chcete využívať všetky vlastnosti ownCloudu, odporúčame povoliť pripojenie k internetu tomuto serveru.", + "Shared" : "Zdieľané", + "Shared with {recipients}" : "Zdieľa s {recipients}", + "Share" : "Zdieľať", + "Error" : "Chyba", + "Error while sharing" : "Chyba počas zdieľania", + "Error while unsharing" : "Chyba počas ukončenia zdieľania", + "Error while changing permissions" : "Chyba počas zmeny oprávnení", + "Shared with you and the group {group} by {owner}" : "Zdieľané s vami a so skupinou {group} používateľom {owner}", + "Shared with you by {owner}" : "Zdieľané s vami používateľom {owner}", + "Share with user or group …" : "Zdieľať s používateľom alebo skupinou ...", + "Share link" : "Zdieľať linku", + "The public link will expire no later than {days} days after it is created" : "Verejný odkaz nevyprší skôr než za {days} dní po vytvorení", + "Password protect" : "Chrániť heslom", + "Choose a password for the public link" : "Zadajte heslo pre tento verejný odkaz", + "Allow Public Upload" : "Povoliť verejné nahrávanie", + "Email link to person" : "Odoslať odkaz emailom", + "Send" : "Odoslať", + "Set expiration date" : "Nastaviť dátum expirácie", + "Expiration date" : "Dátum expirácie", + "group" : "skupina", + "Resharing is not allowed" : "Zdieľanie už zdieľanej položky nie je povolené", + "Shared in {item} with {user}" : "Zdieľané v {item} s {user}", + "Unshare" : "Zrušiť zdieľanie", + "notify by email" : "informovať emailom", + "can share" : "môže zdieľať", + "can edit" : "môže upraviť", + "access control" : "prístupové práva", + "create" : "vytvoriť", + "update" : "aktualizovať", + "delete" : "vymazať", + "Password protected" : "Chránené heslom", + "Error unsetting expiration date" : "Chyba pri odstraňovaní dátumu expirácie", + "Error setting expiration date" : "Chyba pri nastavení dátumu expirácie", + "Sending ..." : "Odosielam ...", + "Email sent" : "Email odoslaný", + "Warning" : "Varovanie", + "The object type is not specified." : "Nešpecifikovaný typ objektu.", + "Enter new" : "Zadať nový", + "Delete" : "Zmazať", + "Add" : "Pridať", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Aktualizácia bola úspešná. Presmerovávam vás na prihlasovaciu stránku.", + "Couldn't reset password because the token is invalid" : "Nemožno zmeniť heslo pre neplatnosť tokenu.", + "Couldn't send reset email. Please make sure your username is correct." : "Nemožno poslať email pre obnovu. Uistite sa, či vkladáte správne používateľské meno.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nemožno poslať email pre obnovu hesla, pretože pre tohoto používateľa nie je uvedená žiadna emailová adresa. Prosím, obráťte sa na administrátora.", + "%s password reset" : "reset hesla %s", + "Use the following link to reset your password: {link}" : "Použite nasledujúci odkaz pre obnovenie vášho hesla: {link}", + "You will receive a link to reset your password via Email." : "Odkaz pre obnovenie hesla obdržíte emailom.", + "Username" : "Meno používateľa", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaše súbory sú šifrované. Ak nemáte povolený kľúč obnovy, nie je spôsob, ako získať po obnove hesla vaše dáta. Ak nie ste si istí tým, čo robíte, obráťte sa najskôr na administrátora. Naozaj chcete pokračovať?", + "Yes, I really want to reset my password now" : "Áno, želám si teraz obnoviť svoje heslo", + "Reset" : "Resetovať", + "New password" : "Nové heslo", + "New Password" : "Nové heslo", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nie je podporovaný a %s nebude správne fungovať na tejto platforme. Použite ho na vlastné riziko!", + "For the best results, please consider using a GNU/Linux server instead." : "Pre dosiahnutie najlepších výsledkov, prosím zvážte použitie GNU/Linux servera.", + "Personal" : "Osobné", + "Users" : "Používatelia", + "Apps" : "Aplikácie", + "Admin" : "Administrácia", + "Help" : "Pomoc", + "Error loading tags" : "Chyba pri načítaní štítkov", + "Tag already exists" : "Štítok už existuje", + "Error deleting tag(s)" : "Chyba pri mazaní štítka(ov)", + "Error tagging" : "Chyba pri pridaní štítka", + "Error untagging" : "Chyba pri odobratí štítka", + "Error favoriting" : "Chyba pri pridaní do obľúbených", + "Error unfavoriting" : "Chyba pri odobratí z obľúbených", + "Access forbidden" : "Prístup odmietnutý", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Dobrý deň,\n\nPoužívateľ %s zdieľa s vami súbor, alebo priečinok s názvom %s.\nPre zobrazenie kliknite na túto linku: %s\n", + "The share will expire on %s." : "Zdieľanie vyprší %s.", + "Cheers!" : "Pekný deň!", + "Security Warning" : "Bezpečnostné varovanie", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Verzia Vášho PHP je napadnuteľná pomocou techniky \"NULL Byte\" (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Aktualizujte prosím vašu inštanciu PHP pre bezpečné používanie %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Váš priečinok s dátami a súbormi je dostupný z internetu, lebo súbor .htaccess nefunguje.", + "For information how to properly configure your server, please see the documentation." : "Pre informácie, ako správne nastaviť váš server, sa pozrite do dokumentácie.", + "Create an admin account" : "Vytvoriť administrátorský účet", + "Password" : "Heslo", + "Storage & database" : "Úložislo & databáza", + "Data folder" : "Priečinok dát", + "Configure the database" : "Nastaviť databázu", + "Only %s is available." : "Len %s je dostupný.", + "Database user" : "Používateľ databázy", + "Database password" : "Heslo databázy", + "Database name" : "Meno databázy", + "Database tablespace" : "Tabuľkový priestor databázy", + "Database host" : "Server databázy", + "SQLite will be used as database. For larger installations we recommend to change this." : "Ako databáza bude použitá SQLite. Pri väčších inštaláciách odporúčame zmeniť na inú.", + "Finish setup" : "Dokončiť inštaláciu", + "Finishing …" : "Dokončujem...", + "%s is available. Get more information on how to update." : "%s je dostupná. Získajte viac informácií o postupe aktualizácie.", + "Log out" : "Odhlásiť", + "Server side authentication failed!" : "Autentifikácia na serveri zlyhala!", + "Please contact your administrator." : "Kontaktujte prosím vášho administrátora.", + "Forgot your password? Reset it!" : "Zabudli ste heslo? Obnovte si ho!", + "remember" : "zapamätať", + "Log in" : "Prihlásiť sa", + "Alternative Logins" : "Alternatívne prihlásenie", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Dobrý deň,

Používateľ %s zdieľa s vami súbor, alebo priečinok s názvom »%s«.
Pre zobrazenie kliknite na túto linku!

", + "This ownCloud instance is currently in single user mode." : "Táto inštancia ownCloudu je teraz v jednopoužívateľskom móde.", + "This means only administrators can use the instance." : "Len správca systému môže používať túto inštanciu.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte prosím správcu systému, ak sa táto správa objavuje opakovane alebo neočakávane.", + "Thank you for your patience." : "Ďakujeme za Vašu trpezlivosť.", + "You are accessing the server from an untrusted domain." : "Pristupujete na server v nedôveryhodnej doméne.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte administrátora. Ak ste administrátorom tejto inštancie, nakonfigurujte správne nastavenie \"trusted_domain\" v config/config.php. Vzorová konfigurácia je uvedená v config/config.sample.php.", + "Add \"%s\" as trusted domain" : "Pridať \"%s\" ako dôveryhodnú doménu", + "%s will be updated to version %s." : "%s bude zaktualizovaný na verziu %s.", + "The following apps will be disabled:" : "Tieto aplikácie budú zakázané:", + "The theme %s has been disabled." : "Téma %s bola zakázaná.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pred vykonaním ďalšieho kroku sa presvedčte, že databáza, konfiguračný a dátový priečinok sú zazálohované.", + "Start update" : "Spustiť aktualizáciu" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/core/l10n/sk_SK.json b/core/l10n/sk_SK.json new file mode 100644 index 0000000000..0a964f375e --- /dev/null +++ b/core/l10n/sk_SK.json @@ -0,0 +1,188 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Nebolo možné odoslať email týmto používateľom: %s ", + "Turned on maintenance mode" : "Mód údržby je zapnutý", + "Turned off maintenance mode" : "Mód údržby e vypnutý", + "Updated database" : "Databáza je aktualizovaná", + "Checked database schema update" : "Skontrolovať aktualizáciu schémy databázy", + "Checked database schema update for apps" : "Aktualizácia schémy databázy aplikácií bola overená", + "Updated \"%s\" to %s" : "Aktualizované \"%s\" na %s", + "Disabled incompatible apps: %s" : "Zakázané nekompatibilné aplikácie: %s", + "No image or file provided" : "Obrázok alebo súbor nebol zadaný", + "Unknown filetype" : "Neznámy typ súboru", + "Invalid image" : "Chybný obrázok", + "No temporary profile picture available, try again" : "Dočasný profilový obrázok nie je k dispozícii, skúste to znovu", + "No crop data provided" : "Dáta pre orezanie neboli zadané", + "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", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Súbory sú zašifrované. Ak ste nepovolili kľúč pre obnovenie, neexistuje žiadny spôsob, ako obnoviť vaše dáta po obnovení vášho hesla.
Ak si nie ste istí čo urobiť, prosím skôr než budete pokračovať, obráťte sa na administrátora.
Naozaj chcete pokračovať?", + "I know what I'm doing" : "Viem, čo robím", + "Reset password" : "Obnovenie hesla", + "Password can not be changed. Please contact your administrator." : "Heslo nemožno zmeniť. Kontaktujte prosím vášho administrátora.", + "No" : "Nie", + "Yes" : "Áno", + "Choose" : "Vybrať", + "Error loading file picker template: {error}" : "Chyba pri nahrávaní šablóny výberu súborov: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Chyba pri nahrávaní šablóny správy: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} konflikt súboru","{count} konflikty súboru","{count} konfliktov súboru"], + "One file conflict" : "Jeden konflikt súboru", + "New Files" : "Nové súbory", + "Already existing files" : "Už existujúce súbory", + "Which files do you want to keep?" : "Ktoré súbory chcete ponechať?", + "If you select both versions, the copied file will have a number added to its name." : "Ak zvolíte obe verzie, názov nakopírovaného súboru bude doplnený o číslo.", + "Cancel" : "Zrušiť", + "Continue" : "Pokračovať", + "(all selected)" : "(všetko vybrané)", + "({count} selected)" : "({count} vybraných)", + "Error loading file exists template" : "Chyba pri nahrávaní šablóny existencie súboru", + "Very weak password" : "Veľmi slabé heslo", + "Weak password" : "Slabé heslo", + "So-so password" : "Priemerné heslo", + "Good password" : "Dobré heslo", + "Strong password" : "Silné heslo", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Váš webový server nie je správne nastavený na synchronizáciu, pretože rozhranie WebDAV je poškodené.", + "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." : "Server nemá funkčné pripojenie k internetu. Niektoré moduly ako napr. externé úložisko, oznámenie o dostupných aktualizáciách alebo inštalácia aplikácií tretích strán nebudú fungovať. Prístup k súborom z iných miest a odosielanie oznamovacích emailov tiež nemusí fungovať. Ak chcete využívať všetky vlastnosti ownCloudu, odporúčame povoliť pripojenie k internetu tomuto serveru.", + "Shared" : "Zdieľané", + "Shared with {recipients}" : "Zdieľa s {recipients}", + "Share" : "Zdieľať", + "Error" : "Chyba", + "Error while sharing" : "Chyba počas zdieľania", + "Error while unsharing" : "Chyba počas ukončenia zdieľania", + "Error while changing permissions" : "Chyba počas zmeny oprávnení", + "Shared with you and the group {group} by {owner}" : "Zdieľané s vami a so skupinou {group} používateľom {owner}", + "Shared with you by {owner}" : "Zdieľané s vami používateľom {owner}", + "Share with user or group …" : "Zdieľať s používateľom alebo skupinou ...", + "Share link" : "Zdieľať linku", + "The public link will expire no later than {days} days after it is created" : "Verejný odkaz nevyprší skôr než za {days} dní po vytvorení", + "Password protect" : "Chrániť heslom", + "Choose a password for the public link" : "Zadajte heslo pre tento verejný odkaz", + "Allow Public Upload" : "Povoliť verejné nahrávanie", + "Email link to person" : "Odoslať odkaz emailom", + "Send" : "Odoslať", + "Set expiration date" : "Nastaviť dátum expirácie", + "Expiration date" : "Dátum expirácie", + "group" : "skupina", + "Resharing is not allowed" : "Zdieľanie už zdieľanej položky nie je povolené", + "Shared in {item} with {user}" : "Zdieľané v {item} s {user}", + "Unshare" : "Zrušiť zdieľanie", + "notify by email" : "informovať emailom", + "can share" : "môže zdieľať", + "can edit" : "môže upraviť", + "access control" : "prístupové práva", + "create" : "vytvoriť", + "update" : "aktualizovať", + "delete" : "vymazať", + "Password protected" : "Chránené heslom", + "Error unsetting expiration date" : "Chyba pri odstraňovaní dátumu expirácie", + "Error setting expiration date" : "Chyba pri nastavení dátumu expirácie", + "Sending ..." : "Odosielam ...", + "Email sent" : "Email odoslaný", + "Warning" : "Varovanie", + "The object type is not specified." : "Nešpecifikovaný typ objektu.", + "Enter new" : "Zadať nový", + "Delete" : "Zmazať", + "Add" : "Pridať", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Aktualizácia bola úspešná. Presmerovávam vás na prihlasovaciu stránku.", + "Couldn't reset password because the token is invalid" : "Nemožno zmeniť heslo pre neplatnosť tokenu.", + "Couldn't send reset email. Please make sure your username is correct." : "Nemožno poslať email pre obnovu. Uistite sa, či vkladáte správne používateľské meno.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nemožno poslať email pre obnovu hesla, pretože pre tohoto používateľa nie je uvedená žiadna emailová adresa. Prosím, obráťte sa na administrátora.", + "%s password reset" : "reset hesla %s", + "Use the following link to reset your password: {link}" : "Použite nasledujúci odkaz pre obnovenie vášho hesla: {link}", + "You will receive a link to reset your password via Email." : "Odkaz pre obnovenie hesla obdržíte emailom.", + "Username" : "Meno používateľa", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Vaše súbory sú šifrované. Ak nemáte povolený kľúč obnovy, nie je spôsob, ako získať po obnove hesla vaše dáta. Ak nie ste si istí tým, čo robíte, obráťte sa najskôr na administrátora. Naozaj chcete pokračovať?", + "Yes, I really want to reset my password now" : "Áno, želám si teraz obnoviť svoje heslo", + "Reset" : "Resetovať", + "New password" : "Nové heslo", + "New Password" : "Nové heslo", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nie je podporovaný a %s nebude správne fungovať na tejto platforme. Použite ho na vlastné riziko!", + "For the best results, please consider using a GNU/Linux server instead." : "Pre dosiahnutie najlepších výsledkov, prosím zvážte použitie GNU/Linux servera.", + "Personal" : "Osobné", + "Users" : "Používatelia", + "Apps" : "Aplikácie", + "Admin" : "Administrácia", + "Help" : "Pomoc", + "Error loading tags" : "Chyba pri načítaní štítkov", + "Tag already exists" : "Štítok už existuje", + "Error deleting tag(s)" : "Chyba pri mazaní štítka(ov)", + "Error tagging" : "Chyba pri pridaní štítka", + "Error untagging" : "Chyba pri odobratí štítka", + "Error favoriting" : "Chyba pri pridaní do obľúbených", + "Error unfavoriting" : "Chyba pri odobratí z obľúbených", + "Access forbidden" : "Prístup odmietnutý", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Dobrý deň,\n\nPoužívateľ %s zdieľa s vami súbor, alebo priečinok s názvom %s.\nPre zobrazenie kliknite na túto linku: %s\n", + "The share will expire on %s." : "Zdieľanie vyprší %s.", + "Cheers!" : "Pekný deň!", + "Security Warning" : "Bezpečnostné varovanie", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Verzia Vášho PHP je napadnuteľná pomocou techniky \"NULL Byte\" (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Aktualizujte prosím vašu inštanciu PHP pre bezpečné používanie %s.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Váš priečinok s dátami a súbormi je dostupný z internetu, lebo súbor .htaccess nefunguje.", + "For information how to properly configure your server, please see the documentation." : "Pre informácie, ako správne nastaviť váš server, sa pozrite do dokumentácie.", + "Create an admin account" : "Vytvoriť administrátorský účet", + "Password" : "Heslo", + "Storage & database" : "Úložislo & databáza", + "Data folder" : "Priečinok dát", + "Configure the database" : "Nastaviť databázu", + "Only %s is available." : "Len %s je dostupný.", + "Database user" : "Používateľ databázy", + "Database password" : "Heslo databázy", + "Database name" : "Meno databázy", + "Database tablespace" : "Tabuľkový priestor databázy", + "Database host" : "Server databázy", + "SQLite will be used as database. For larger installations we recommend to change this." : "Ako databáza bude použitá SQLite. Pri väčších inštaláciách odporúčame zmeniť na inú.", + "Finish setup" : "Dokončiť inštaláciu", + "Finishing …" : "Dokončujem...", + "%s is available. Get more information on how to update." : "%s je dostupná. Získajte viac informácií o postupe aktualizácie.", + "Log out" : "Odhlásiť", + "Server side authentication failed!" : "Autentifikácia na serveri zlyhala!", + "Please contact your administrator." : "Kontaktujte prosím vášho administrátora.", + "Forgot your password? Reset it!" : "Zabudli ste heslo? Obnovte si ho!", + "remember" : "zapamätať", + "Log in" : "Prihlásiť sa", + "Alternative Logins" : "Alternatívne prihlásenie", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Dobrý deň,

Používateľ %s zdieľa s vami súbor, alebo priečinok s názvom »%s«.
Pre zobrazenie kliknite na túto linku!

", + "This ownCloud instance is currently in single user mode." : "Táto inštancia ownCloudu je teraz v jednopoužívateľskom móde.", + "This means only administrators can use the instance." : "Len správca systému môže používať túto inštanciu.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte prosím správcu systému, ak sa táto správa objavuje opakovane alebo neočakávane.", + "Thank you for your patience." : "Ďakujeme za Vašu trpezlivosť.", + "You are accessing the server from an untrusted domain." : "Pristupujete na server v nedôveryhodnej doméne.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte administrátora. Ak ste administrátorom tejto inštancie, nakonfigurujte správne nastavenie \"trusted_domain\" v config/config.php. Vzorová konfigurácia je uvedená v config/config.sample.php.", + "Add \"%s\" as trusted domain" : "Pridať \"%s\" ako dôveryhodnú doménu", + "%s will be updated to version %s." : "%s bude zaktualizovaný na verziu %s.", + "The following apps will be disabled:" : "Tieto aplikácie budú zakázané:", + "The theme %s has been disabled." : "Téma %s bola zakázaná.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pred vykonaním ďalšieho kroku sa presvedčte, že databáza, konfiguračný a dátový priečinok sú zazálohované.", + "Start update" : "Spustiť aktualizáciu" +},"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.php b/core/l10n/sk_SK.php deleted file mode 100644 index cae7bfd3a5..0000000000 --- a/core/l10n/sk_SK.php +++ /dev/null @@ -1,189 +0,0 @@ - "Nebolo možné odoslať email týmto používateľom: %s ", -"Turned on maintenance mode" => "Mód údržby je zapnutý", -"Turned off maintenance mode" => "Mód údržby e vypnutý", -"Updated database" => "Databáza je aktualizovaná", -"Checked database schema update" => "Skontrolovať aktualizáciu schémy databázy", -"Checked database schema update for apps" => "Aktualizácia schémy databázy aplikácií bola overená", -"Updated \"%s\" to %s" => "Aktualizované \"%s\" na %s", -"Disabled incompatible apps: %s" => "Zakázané nekompatibilné aplikácie: %s", -"No image or file provided" => "Obrázok alebo súbor nebol zadaný", -"Unknown filetype" => "Neznámy typ súboru", -"Invalid image" => "Chybný obrázok", -"No temporary profile picture available, try again" => "Dočasný profilový obrázok nie je k dispozícii, skúste to znovu", -"No crop data provided" => "Dáta pre orezanie neboli zadané", -"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", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Súbory sú zašifrované. Ak ste nepovolili kľúč pre obnovenie, neexistuje žiadny spôsob, ako obnoviť vaše dáta po obnovení vášho hesla.
Ak si nie ste istí čo urobiť, prosím skôr než budete pokračovať, obráťte sa na administrátora.
Naozaj chcete pokračovať?", -"I know what I'm doing" => "Viem, čo robím", -"Reset password" => "Obnovenie hesla", -"Password can not be changed. Please contact your administrator." => "Heslo nemožno zmeniť. Kontaktujte prosím vášho administrátora.", -"No" => "Nie", -"Yes" => "Áno", -"Choose" => "Vybrať", -"Error loading file picker template: {error}" => "Chyba pri nahrávaní šablóny výberu súborov: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Chyba pri nahrávaní šablóny správy: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} konflikt súboru","{count} konflikty súboru","{count} konfliktov súboru"), -"One file conflict" => "Jeden konflikt súboru", -"New Files" => "Nové súbory", -"Already existing files" => "Už existujúce súbory", -"Which files do you want to keep?" => "Ktoré súbory chcete ponechať?", -"If you select both versions, the copied file will have a number added to its name." => "Ak zvolíte obe verzie, názov nakopírovaného súboru bude doplnený o číslo.", -"Cancel" => "Zrušiť", -"Continue" => "Pokračovať", -"(all selected)" => "(všetko vybrané)", -"({count} selected)" => "({count} vybraných)", -"Error loading file exists template" => "Chyba pri nahrávaní šablóny existencie súboru", -"Very weak password" => "Veľmi slabé heslo", -"Weak password" => "Slabé heslo", -"So-so password" => "Priemerné heslo", -"Good password" => "Dobré heslo", -"Strong password" => "Silné heslo", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Váš webový server nie je správne nastavený na synchronizáciu, pretože rozhranie WebDAV je poškodené.", -"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." => "Server nemá funkčné pripojenie k internetu. Niektoré moduly ako napr. externé úložisko, oznámenie o dostupných aktualizáciách alebo inštalácia aplikácií tretích strán nebudú fungovať. Prístup k súborom z iných miest a odosielanie oznamovacích emailov tiež nemusí fungovať. Ak chcete využívať všetky vlastnosti ownCloudu, odporúčame povoliť pripojenie k internetu tomuto serveru.", -"Shared" => "Zdieľané", -"Shared with {recipients}" => "Zdieľa s {recipients}", -"Share" => "Zdieľať", -"Error" => "Chyba", -"Error while sharing" => "Chyba počas zdieľania", -"Error while unsharing" => "Chyba počas ukončenia zdieľania", -"Error while changing permissions" => "Chyba počas zmeny oprávnení", -"Shared with you and the group {group} by {owner}" => "Zdieľané s vami a so skupinou {group} používateľom {owner}", -"Shared with you by {owner}" => "Zdieľané s vami používateľom {owner}", -"Share with user or group …" => "Zdieľať s používateľom alebo skupinou ...", -"Share link" => "Zdieľať linku", -"The public link will expire no later than {days} days after it is created" => "Verejný odkaz nevyprší skôr než za {days} dní po vytvorení", -"Password protect" => "Chrániť heslom", -"Choose a password for the public link" => "Zadajte heslo pre tento verejný odkaz", -"Allow Public Upload" => "Povoliť verejné nahrávanie", -"Email link to person" => "Odoslať odkaz emailom", -"Send" => "Odoslať", -"Set expiration date" => "Nastaviť dátum expirácie", -"Expiration date" => "Dátum expirácie", -"group" => "skupina", -"Resharing is not allowed" => "Zdieľanie už zdieľanej položky nie je povolené", -"Shared in {item} with {user}" => "Zdieľané v {item} s {user}", -"Unshare" => "Zrušiť zdieľanie", -"notify by email" => "informovať emailom", -"can share" => "môže zdieľať", -"can edit" => "môže upraviť", -"access control" => "prístupové práva", -"create" => "vytvoriť", -"update" => "aktualizovať", -"delete" => "vymazať", -"Password protected" => "Chránené heslom", -"Error unsetting expiration date" => "Chyba pri odstraňovaní dátumu expirácie", -"Error setting expiration date" => "Chyba pri nastavení dátumu expirácie", -"Sending ..." => "Odosielam ...", -"Email sent" => "Email odoslaný", -"Warning" => "Varovanie", -"The object type is not specified." => "Nešpecifikovaný typ objektu.", -"Enter new" => "Zadať nový", -"Delete" => "Zmazať", -"Add" => "Pridať", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "Aktualizácia bola úspešná. Presmerovávam vás na prihlasovaciu stránku.", -"Couldn't reset password because the token is invalid" => "Nemožno zmeniť heslo pre neplatnosť tokenu.", -"Couldn't send reset email. Please make sure your username is correct." => "Nemožno poslať email pre obnovu. Uistite sa, či vkladáte správne používateľské meno.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Nemožno poslať email pre obnovu hesla, pretože pre tohoto používateľa nie je uvedená žiadna emailová adresa. Prosím, obráťte sa na administrátora.", -"%s password reset" => "reset hesla %s", -"Use the following link to reset your password: {link}" => "Použite nasledujúci odkaz pre obnovenie vášho hesla: {link}", -"You will receive a link to reset your password via Email." => "Odkaz pre obnovenie hesla obdržíte emailom.", -"Username" => "Meno používateľa", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Vaše súbory sú šifrované. Ak nemáte povolený kľúč obnovy, nie je spôsob, ako získať po obnove hesla vaše dáta. Ak nie ste si istí tým, čo robíte, obráťte sa najskôr na administrátora. Naozaj chcete pokračovať?", -"Yes, I really want to reset my password now" => "Áno, želám si teraz obnoviť svoje heslo", -"Reset" => "Resetovať", -"New password" => "Nové heslo", -"New Password" => "Nové heslo", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X nie je podporovaný a %s nebude správne fungovať na tejto platforme. Použite ho na vlastné riziko!", -"For the best results, please consider using a GNU/Linux server instead." => "Pre dosiahnutie najlepších výsledkov, prosím zvážte použitie GNU/Linux servera.", -"Personal" => "Osobné", -"Users" => "Používatelia", -"Apps" => "Aplikácie", -"Admin" => "Administrácia", -"Help" => "Pomoc", -"Error loading tags" => "Chyba pri načítaní štítkov", -"Tag already exists" => "Štítok už existuje", -"Error deleting tag(s)" => "Chyba pri mazaní štítka(ov)", -"Error tagging" => "Chyba pri pridaní štítka", -"Error untagging" => "Chyba pri odobratí štítka", -"Error favoriting" => "Chyba pri pridaní do obľúbených", -"Error unfavoriting" => "Chyba pri odobratí z obľúbených", -"Access forbidden" => "Prístup odmietnutý", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Dobrý deň,\n\nPoužívateľ %s zdieľa s vami súbor, alebo priečinok s názvom %s.\nPre zobrazenie kliknite na túto linku: %s\n", -"The share will expire on %s." => "Zdieľanie vyprší %s.", -"Cheers!" => "Pekný deň!", -"Security Warning" => "Bezpečnostné varovanie", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Verzia Vášho PHP je napadnuteľná pomocou techniky \"NULL Byte\" (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Aktualizujte prosím vašu inštanciu PHP pre bezpečné používanie %s.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Váš priečinok s dátami a súbormi je dostupný z internetu, lebo súbor .htaccess nefunguje.", -"For information how to properly configure your server, please see the documentation." => "Pre informácie, ako správne nastaviť váš server, sa pozrite do dokumentácie.", -"Create an admin account" => "Vytvoriť administrátorský účet", -"Password" => "Heslo", -"Storage & database" => "Úložislo & databáza", -"Data folder" => "Priečinok dát", -"Configure the database" => "Nastaviť databázu", -"Only %s is available." => "Len %s je dostupný.", -"Database user" => "Používateľ databázy", -"Database password" => "Heslo databázy", -"Database name" => "Meno databázy", -"Database tablespace" => "Tabuľkový priestor databázy", -"Database host" => "Server databázy", -"SQLite will be used as database. For larger installations we recommend to change this." => "Ako databáza bude použitá SQLite. Pri väčších inštaláciách odporúčame zmeniť na inú.", -"Finish setup" => "Dokončiť inštaláciu", -"Finishing …" => "Dokončujem...", -"%s is available. Get more information on how to update." => "%s je dostupná. Získajte viac informácií o postupe aktualizácie.", -"Log out" => "Odhlásiť", -"Server side authentication failed!" => "Autentifikácia na serveri zlyhala!", -"Please contact your administrator." => "Kontaktujte prosím vášho administrátora.", -"Forgot your password? Reset it!" => "Zabudli ste heslo? Obnovte si ho!", -"remember" => "zapamätať", -"Log in" => "Prihlásiť sa", -"Alternative Logins" => "Alternatívne prihlásenie", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Dobrý deň,

Používateľ %s zdieľa s vami súbor, alebo priečinok s názvom »%s«.
Pre zobrazenie kliknite na túto linku!

", -"This ownCloud instance is currently in single user mode." => "Táto inštancia ownCloudu je teraz v jednopoužívateľskom móde.", -"This means only administrators can use the instance." => "Len správca systému môže používať túto inštanciu.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktujte prosím správcu systému, ak sa táto správa objavuje opakovane alebo neočakávane.", -"Thank you for your patience." => "Ďakujeme za Vašu trpezlivosť.", -"You are accessing the server from an untrusted domain." => "Pristupujete na server v nedôveryhodnej doméne.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Kontaktujte administrátora. Ak ste administrátorom tejto inštancie, nakonfigurujte správne nastavenie \"trusted_domain\" v config/config.php. Vzorová konfigurácia je uvedená v config/config.sample.php.", -"Add \"%s\" as trusted domain" => "Pridať \"%s\" ako dôveryhodnú doménu", -"%s will be updated to version %s." => "%s bude zaktualizovaný na verziu %s.", -"The following apps will be disabled:" => "Tieto aplikácie budú zakázané:", -"The theme %s has been disabled." => "Téma %s bola zakázaná.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Pred vykonaním ďalšieho kroku sa presvedčte, že databáza, konfiguračný a dátový priečinok sú zazálohované.", -"Start update" => "Spustiť aktualizáciu" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/core/l10n/sl.js b/core/l10n/sl.js new file mode 100644 index 0000000000..d790db499f --- /dev/null +++ b/core/l10n/sl.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Ni mogoče poslati sporočila za: %s", + "Turned on maintenance mode" : "Vzdrževalni način je omogočen", + "Turned off maintenance mode" : "Vzdrževalni način je onemogočen", + "Updated database" : "Posodobljena podatkovna zbirka", + "Checked database schema update" : "Izbrana posodobitev sheme podatkovne zbirke", + "Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe", + "Updated \"%s\" to %s" : "Datoteka \"%s\" je posodobljena na %s", + "Disabled incompatible apps: %s" : "Onemogočeni neskladni programi: %s", + "No image or file provided" : "Ni podane datoteke ali slike", + "Unknown filetype" : "Neznana vrsta datoteke", + "Invalid image" : "Neveljavna slika", + "No temporary profile picture available, try again" : "Na voljo ni nobene začasne slike za profil. Poskusite znova.", + "No crop data provided" : "Ni podanih podatkov obreza", + "Sunday" : "nedelja", + "Monday" : "ponedeljek", + "Tuesday" : "torek", + "Wednesday" : "sreda", + "Thursday" : "četrtek", + "Friday" : "petek", + "Saturday" : "sobota", + "January" : "januar", + "February" : "februar", + "March" : "marec", + "April" : "april", + "May" : "maj", + "June" : "junij", + "July" : "julij", + "August" : "avgust", + "September" : "september", + "October" : "oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Datoteke so šifrirane. Če niste omogočili obnovitvenega ključa, po ponastavitvi gesla ne bo mogoč dostop do datotek.
V primeru, da niste prepričani, kaj storiti, stopite v stik s skrbnikom sistema.
Ali ste prepričani, da želite nadaljevati?", + "I know what I'm doing" : "Vem, kaj delam!", + "Reset password" : "Ponastavi geslo", + "Password can not be changed. Please contact your administrator." : "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.", + "No" : "Ne", + "Yes" : "Da", + "Choose" : "Izbor", + "Error loading file picker template: {error}" : "Napaka nalaganja predloge izbirnika datotek: {error}", + "Ok" : "V redu", + "Error loading message template: {error}" : "Napaka nalaganja predloge sporočil: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} spor datotek","{count} spora datotek","{count} spori datotek","{count} sporov datotek"], + "One file conflict" : "En spor datotek", + "New Files" : "Nove datoteke", + "Already existing files" : "Obstoječe datoteke", + "Which files do you want to keep?" : "Katare datoteke želite ohraniti?", + "If you select both versions, the copied file will have a number added to its name." : "Če izberete obe različici, bo kopirani datoteki k imenu dodana številka.", + "Cancel" : "Prekliči", + "Continue" : "Nadaljuj", + "(all selected)" : "(vse izbrano)", + "({count} selected)" : "({count} izbranih)", + "Error loading file exists template" : "Napaka nalaganja predloge obstoječih datotek", + "Very weak password" : "Zelo šibko geslo", + "Weak password" : "Šibko geslo", + "So-so password" : "Slabo geslo", + "Good password" : "Dobro geslo", + "Strong password" : "Odlično geslo", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Spletni stražnik še ni ustrezno nastavljen in ne omogoča usklajevanja, saj je nastavitev vmesnika WebDAV okvarjena.", + "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." : "Na voljo ni delujoče internetne povezave. To pomeni, da nekaterih možnosti, kot so priklapljanje zunanje shrambe, obveščanja o posodobitvah in nameščanje programov tretje roke ni podprto. Dostop do datotek z oddaljenih mest in pošiljanje obvestil preko elektronske pošte prav tako verjetno ne deluje. Za omogočanje vseh zmožnosti mora biti vzpostavljena tudi ustrezna internetna povezava.", + "Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika", + "Shared" : "V souporabi", + "Shared with {recipients}" : "V souporabi z {recipients}", + "Share" : "Souporaba", + "Error" : "Napaka", + "Error while sharing" : "Napaka med souporabo", + "Error while unsharing" : "Napaka med odstranjevanjem souporabe", + "Error while changing permissions" : "Napaka med spreminjanjem dovoljenj", + "Shared with you and the group {group} by {owner}" : "V souporabi z vami in skupino {group}. Lastnik je {owner}.", + "Shared with you by {owner}" : "V souporabi z vami. Lastnik je {owner}.", + "Share with user or group …" : "Souporaba z uporabnikom ali skupino ...", + "Share link" : "Povezava za prejem", + "The public link will expire no later than {days} days after it is created" : "Javna povezava bo potekla {days} dni po ustvarjanju.", + "Password protect" : "Zaščiti z geslom", + "Choose a password for the public link" : "Izberite geslo za javno povezavo", + "Allow Public Upload" : "Dovoli javno pošiljanje na strežnik", + "Email link to person" : "Posreduj povezavo po elektronski pošti", + "Send" : "Pošlji", + "Set expiration date" : "Nastavi datum preteka", + "Expiration date" : "Datum preteka", + "Adding user..." : "Dodajanje uporabnika ...", + "group" : "skupina", + "Resharing is not allowed" : "Nadaljnja souporaba ni dovoljena", + "Shared in {item} with {user}" : "V souporabi v {item} z uporabnikom {user}", + "Unshare" : "Prekliči souporabo", + "notify by email" : "obvesti po elektronski pošti", + "can share" : "lahko omogoči souporabo", + "can edit" : "lahko ureja", + "access control" : "nadzor dostopa", + "create" : "ustvari", + "update" : "posodobi", + "delete" : "izbriše", + "Password protected" : "Zaščiteno z geslom", + "Error unsetting expiration date" : "Napaka brisanja datuma preteka", + "Error setting expiration date" : "Napaka nastavljanja datuma preteka", + "Sending ..." : "Pošiljanje ...", + "Email sent" : "Elektronska pošta je poslana", + "Warning" : "Opozorilo", + "The object type is not specified." : "Vrsta predmeta ni podana.", + "Enter new" : "Vnesite novo", + "Delete" : "Izbriši", + "Add" : "Dodaj", + "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.", + "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", + "The update was successful. Redirecting you to ownCloud now." : "Posodobitev je uspešno končana. Stran bo preusmerjena na oblak ownCloud.", + "Couldn't reset password because the token is invalid" : "Ni mogoče ponastaviti gesla zaradi neustreznega žetona.", + "Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Ni mogoče poslati elektronskega sporočila za ponastavitev gesla, ker ni navedenega elektronskega naslova. Stopite v stik s skrbnikom sistema.", + "%s password reset" : "Ponastavitev gesla %s", + "Use the following link to reset your password: {link}" : "Za ponastavitev gesla uporabite povezavo: {link}", + "You will receive a link to reset your password via Email." : "Na elektronski naslov boste prejeli povezavo za ponovno nastavitev gesla.", + "Username" : "Uporabniško ime", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Datoteke so šifrirane. Če niste omogočili ključa za obnovitev, žal podatkov ne bo mogoče pridobiti nazaj, ko boste geslo enkrat spremenili. Če niste prepričani, kaj storiti, se obrnite na skrbnika storitve. Ali ste prepričani, da želite nadaljevati?", + "Yes, I really want to reset my password now" : "Da, potrjujem ponastavitev gesla", + "Reset" : "Ponastavi", + "New password" : "Novo geslo", + "New Password" : "Novo geslo", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Sistem Mac OS X ni podprt, zato %s ne bo deloval zanesljivo v tem okolju. Program uporabljate na lastno odgovornost! ", + "For the best results, please consider using a GNU/Linux server instead." : "Za najbolj še rezultate je priporočljivo uporabljati strežnik GNU/Linux.", + "Personal" : "Osebno", + "Users" : "Uporabniki", + "Apps" : "Programi", + "Admin" : "Skrbništvo", + "Help" : "Pomoč", + "Error loading tags" : "Napaka nalaganja oznak", + "Tag already exists" : "Oznaka že obstaja", + "Error deleting tag(s)" : "Napaka brisanja oznak", + "Error tagging" : "Napaka označevanja", + "Error untagging" : "Napaka odstranjevanja oznak", + "Error favoriting" : "Napaka označevanja priljubljenosti", + "Error unfavoriting" : "Napaka odstranjevanja oznake priljubljenosti", + "Access forbidden" : "Dostop je prepovedan", + "File not found" : "Datoteke ni mogoče najti", + "The specified document has not been found on the server." : "Določenega dokumenta na strežniku ni mogoče najti.", + "You can click here to return to %s." : "S klikom na povezavo boste vrnjeni na %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Pozdravljeni,\n\noseba %s vam je omogočila souporabo %s.\nVir si lahko ogledate: %s\n\n", + "The share will expire on %s." : "Povezava souporabe bo potekla %s.", + "Cheers!" : "Na zdravje!", + "Internal Server Error" : "Notranja napaka strežnika", + "The server encountered an internal error and was unable to complete your request." : "Prišlo je do notranje napake, zato ni mogoče končati zahteve.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Stopite v stik s skrbnikom sistema, če se napaka pojavlja pogosto. V poročilo vključite tudi tehnične podatke v dnevniški datoteki.", + "More details can be found in the server log." : "Več podrobnosti je zabeleženih v dnevniku strežnika.", + "Technical details" : "Tehnične podrobnosti", + "Remote Address: %s" : "Oddaljen naslov: %s", + "Request ID: %s" : "ID zahteve: %s", + "Code: %s" : "Koda: %s", + "Message: %s" : "Sporočilo: %s", + "File: %s" : "Datoteka: %s", + "Line: %s" : "Vrstica: %s", + "Trace" : "Sledenje povezav", + "Security Warning" : "Varnostno opozorilo", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Uporabljena različica PHP je ranljiva za napad NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Za varno uporabo storitve %s, je treba posodobiti namestitev PHP", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Podatkovna mapa in datoteke so najverjetneje javno dostopni preko interneta, saj datoteka .htaccess ni ustrezno nastavljena.", + "For information how to properly configure your server, please see the documentation." : "Za več informacij o pravilnem nastavljanju strežnika, kliknite na povezavo do dokumentacije.", + "Create an admin account" : "Ustvari skrbniški račun", + "Password" : "Geslo", + "Storage & database" : "Shramba in podatkovna zbirka", + "Data folder" : "Podatkovna mapa", + "Configure the database" : "Nastavi podatkovno zbirko", + "Only %s is available." : "Le %s je na voljo.", + "Database user" : "Uporabnik podatkovne zbirke", + "Database password" : "Geslo podatkovne zbirke", + "Database name" : "Ime podatkovne zbirke", + "Database tablespace" : "Razpredelnica podatkovne zbirke", + "Database host" : "Gostitelj podatkovne zbirke", + "SQLite will be used as database. For larger installations we recommend to change this." : "Za podatkovno zbirko bo uporabljen SQLite. Za večje zbirke je priporočljivo to zamenjati.", + "Finish setup" : "Končaj nastavitev", + "Finishing …" : "Poteka zaključevanje opravila ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Program zahteva podporo JavaScript za pravilno delovanje. Omogočite JavaScript in ponovno osvežite stran.", + "%s is available. Get more information on how to update." : "%s je na voljo. Pridobite več podrobnosti za posodobitev.", + "Log out" : "Odjava", + "Server side authentication failed!" : "Overitev s strežnika je spodletela!", + "Please contact your administrator." : "Stopite v stik s skrbnikom sistema.", + "Forgot your password? Reset it!" : "Ali ste pozabili geslo? Ponastavite ga!", + "remember" : "zapomni si", + "Log in" : "Prijava", + "Alternative Logins" : "Druge prijavne možnosti", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Pozdravljeni,

uporabnik %s vam je omogočil souporabo %s.
Oglejte si vsebino!

", + "This ownCloud instance is currently in single user mode." : "Ta seja oblaka ownCloud je trenutno v načinu enega sočasnega uporabnika.", + "This means only administrators can use the instance." : "To pomeni, da lahko oblak uporabljajo le osebe s skrbniškimi dovoljenji.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.", + "Thank you for your patience." : "Hvala za potrpežljivost!", + "You are accessing the server from an untrusted domain." : "Trenutno je vzpostavljena povezava s strežnikom preko ne-varne domene.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Stopite v stik s skrbnikom ali pa nastavite možnost \"varna_domena\" v datoteki config/config.php. Primer nastavitve je razložen v datoteki config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Glede na nastavitve bi lahko kot skrbnik uporabili spodnji gumb in domeno ročno določili kot varno.", + "Add \"%s\" as trusted domain" : "Dodaj \"%s\" kot varno domeno", + "%s will be updated to version %s." : "%s bo posodobljen na različico %s.", + "The following apps will be disabled:" : "Navedeni programi bodo onemogočeni:", + "The theme %s has been disabled." : "Tema %s je onemogočena za uporabo.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pred nadaljevanjem se prepričajte se, da je ustvarjena varnostna kopija podatkovne zbirke, nastavitvenih datotek in podatkovne mape.", + "Start update" : "Začni posodobitev", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Za razreševanje časovnih zahtev večjih namestitev lahko uporabite ukaz iz namestitvene mape:", + "This %s instance is currently being updated, which may take a while." : "Povezava %s se posodablja. Opravilo je lahko dolgotrajno.", + "This page will refresh itself when the %s instance is available again." : "Stran bo osvežena ko bo %s spet na voljo." +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/core/l10n/sl.json b/core/l10n/sl.json new file mode 100644 index 0000000000..17f5216d87 --- /dev/null +++ b/core/l10n/sl.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Ni mogoče poslati sporočila za: %s", + "Turned on maintenance mode" : "Vzdrževalni način je omogočen", + "Turned off maintenance mode" : "Vzdrževalni način je onemogočen", + "Updated database" : "Posodobljena podatkovna zbirka", + "Checked database schema update" : "Izbrana posodobitev sheme podatkovne zbirke", + "Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe", + "Updated \"%s\" to %s" : "Datoteka \"%s\" je posodobljena na %s", + "Disabled incompatible apps: %s" : "Onemogočeni neskladni programi: %s", + "No image or file provided" : "Ni podane datoteke ali slike", + "Unknown filetype" : "Neznana vrsta datoteke", + "Invalid image" : "Neveljavna slika", + "No temporary profile picture available, try again" : "Na voljo ni nobene začasne slike za profil. Poskusite znova.", + "No crop data provided" : "Ni podanih podatkov obreza", + "Sunday" : "nedelja", + "Monday" : "ponedeljek", + "Tuesday" : "torek", + "Wednesday" : "sreda", + "Thursday" : "četrtek", + "Friday" : "petek", + "Saturday" : "sobota", + "January" : "januar", + "February" : "februar", + "March" : "marec", + "April" : "april", + "May" : "maj", + "June" : "junij", + "July" : "julij", + "August" : "avgust", + "September" : "september", + "October" : "oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Datoteke so šifrirane. Če niste omogočili obnovitvenega ključa, po ponastavitvi gesla ne bo mogoč dostop do datotek.
V primeru, da niste prepričani, kaj storiti, stopite v stik s skrbnikom sistema.
Ali ste prepričani, da želite nadaljevati?", + "I know what I'm doing" : "Vem, kaj delam!", + "Reset password" : "Ponastavi geslo", + "Password can not be changed. Please contact your administrator." : "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.", + "No" : "Ne", + "Yes" : "Da", + "Choose" : "Izbor", + "Error loading file picker template: {error}" : "Napaka nalaganja predloge izbirnika datotek: {error}", + "Ok" : "V redu", + "Error loading message template: {error}" : "Napaka nalaganja predloge sporočil: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} spor datotek","{count} spora datotek","{count} spori datotek","{count} sporov datotek"], + "One file conflict" : "En spor datotek", + "New Files" : "Nove datoteke", + "Already existing files" : "Obstoječe datoteke", + "Which files do you want to keep?" : "Katare datoteke želite ohraniti?", + "If you select both versions, the copied file will have a number added to its name." : "Če izberete obe različici, bo kopirani datoteki k imenu dodana številka.", + "Cancel" : "Prekliči", + "Continue" : "Nadaljuj", + "(all selected)" : "(vse izbrano)", + "({count} selected)" : "({count} izbranih)", + "Error loading file exists template" : "Napaka nalaganja predloge obstoječih datotek", + "Very weak password" : "Zelo šibko geslo", + "Weak password" : "Šibko geslo", + "So-so password" : "Slabo geslo", + "Good password" : "Dobro geslo", + "Strong password" : "Odlično geslo", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Spletni stražnik še ni ustrezno nastavljen in ne omogoča usklajevanja, saj je nastavitev vmesnika WebDAV okvarjena.", + "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." : "Na voljo ni delujoče internetne povezave. To pomeni, da nekaterih možnosti, kot so priklapljanje zunanje shrambe, obveščanja o posodobitvah in nameščanje programov tretje roke ni podprto. Dostop do datotek z oddaljenih mest in pošiljanje obvestil preko elektronske pošte prav tako verjetno ne deluje. Za omogočanje vseh zmožnosti mora biti vzpostavljena tudi ustrezna internetna povezava.", + "Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika", + "Shared" : "V souporabi", + "Shared with {recipients}" : "V souporabi z {recipients}", + "Share" : "Souporaba", + "Error" : "Napaka", + "Error while sharing" : "Napaka med souporabo", + "Error while unsharing" : "Napaka med odstranjevanjem souporabe", + "Error while changing permissions" : "Napaka med spreminjanjem dovoljenj", + "Shared with you and the group {group} by {owner}" : "V souporabi z vami in skupino {group}. Lastnik je {owner}.", + "Shared with you by {owner}" : "V souporabi z vami. Lastnik je {owner}.", + "Share with user or group …" : "Souporaba z uporabnikom ali skupino ...", + "Share link" : "Povezava za prejem", + "The public link will expire no later than {days} days after it is created" : "Javna povezava bo potekla {days} dni po ustvarjanju.", + "Password protect" : "Zaščiti z geslom", + "Choose a password for the public link" : "Izberite geslo za javno povezavo", + "Allow Public Upload" : "Dovoli javno pošiljanje na strežnik", + "Email link to person" : "Posreduj povezavo po elektronski pošti", + "Send" : "Pošlji", + "Set expiration date" : "Nastavi datum preteka", + "Expiration date" : "Datum preteka", + "Adding user..." : "Dodajanje uporabnika ...", + "group" : "skupina", + "Resharing is not allowed" : "Nadaljnja souporaba ni dovoljena", + "Shared in {item} with {user}" : "V souporabi v {item} z uporabnikom {user}", + "Unshare" : "Prekliči souporabo", + "notify by email" : "obvesti po elektronski pošti", + "can share" : "lahko omogoči souporabo", + "can edit" : "lahko ureja", + "access control" : "nadzor dostopa", + "create" : "ustvari", + "update" : "posodobi", + "delete" : "izbriše", + "Password protected" : "Zaščiteno z geslom", + "Error unsetting expiration date" : "Napaka brisanja datuma preteka", + "Error setting expiration date" : "Napaka nastavljanja datuma preteka", + "Sending ..." : "Pošiljanje ...", + "Email sent" : "Elektronska pošta je poslana", + "Warning" : "Opozorilo", + "The object type is not specified." : "Vrsta predmeta ni podana.", + "Enter new" : "Vnesite novo", + "Delete" : "Izbriši", + "Add" : "Dodaj", + "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.", + "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", + "The update was successful. Redirecting you to ownCloud now." : "Posodobitev je uspešno končana. Stran bo preusmerjena na oblak ownCloud.", + "Couldn't reset password because the token is invalid" : "Ni mogoče ponastaviti gesla zaradi neustreznega žetona.", + "Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Ni mogoče poslati elektronskega sporočila za ponastavitev gesla, ker ni navedenega elektronskega naslova. Stopite v stik s skrbnikom sistema.", + "%s password reset" : "Ponastavitev gesla %s", + "Use the following link to reset your password: {link}" : "Za ponastavitev gesla uporabite povezavo: {link}", + "You will receive a link to reset your password via Email." : "Na elektronski naslov boste prejeli povezavo za ponovno nastavitev gesla.", + "Username" : "Uporabniško ime", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Datoteke so šifrirane. Če niste omogočili ključa za obnovitev, žal podatkov ne bo mogoče pridobiti nazaj, ko boste geslo enkrat spremenili. Če niste prepričani, kaj storiti, se obrnite na skrbnika storitve. Ali ste prepričani, da želite nadaljevati?", + "Yes, I really want to reset my password now" : "Da, potrjujem ponastavitev gesla", + "Reset" : "Ponastavi", + "New password" : "Novo geslo", + "New Password" : "Novo geslo", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Sistem Mac OS X ni podprt, zato %s ne bo deloval zanesljivo v tem okolju. Program uporabljate na lastno odgovornost! ", + "For the best results, please consider using a GNU/Linux server instead." : "Za najbolj še rezultate je priporočljivo uporabljati strežnik GNU/Linux.", + "Personal" : "Osebno", + "Users" : "Uporabniki", + "Apps" : "Programi", + "Admin" : "Skrbništvo", + "Help" : "Pomoč", + "Error loading tags" : "Napaka nalaganja oznak", + "Tag already exists" : "Oznaka že obstaja", + "Error deleting tag(s)" : "Napaka brisanja oznak", + "Error tagging" : "Napaka označevanja", + "Error untagging" : "Napaka odstranjevanja oznak", + "Error favoriting" : "Napaka označevanja priljubljenosti", + "Error unfavoriting" : "Napaka odstranjevanja oznake priljubljenosti", + "Access forbidden" : "Dostop je prepovedan", + "File not found" : "Datoteke ni mogoče najti", + "The specified document has not been found on the server." : "Določenega dokumenta na strežniku ni mogoče najti.", + "You can click here to return to %s." : "S klikom na povezavo boste vrnjeni na %s.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Pozdravljeni,\n\noseba %s vam je omogočila souporabo %s.\nVir si lahko ogledate: %s\n\n", + "The share will expire on %s." : "Povezava souporabe bo potekla %s.", + "Cheers!" : "Na zdravje!", + "Internal Server Error" : "Notranja napaka strežnika", + "The server encountered an internal error and was unable to complete your request." : "Prišlo je do notranje napake, zato ni mogoče končati zahteve.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Stopite v stik s skrbnikom sistema, če se napaka pojavlja pogosto. V poročilo vključite tudi tehnične podatke v dnevniški datoteki.", + "More details can be found in the server log." : "Več podrobnosti je zabeleženih v dnevniku strežnika.", + "Technical details" : "Tehnične podrobnosti", + "Remote Address: %s" : "Oddaljen naslov: %s", + "Request ID: %s" : "ID zahteve: %s", + "Code: %s" : "Koda: %s", + "Message: %s" : "Sporočilo: %s", + "File: %s" : "Datoteka: %s", + "Line: %s" : "Vrstica: %s", + "Trace" : "Sledenje povezav", + "Security Warning" : "Varnostno opozorilo", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Uporabljena različica PHP je ranljiva za napad NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Za varno uporabo storitve %s, je treba posodobiti namestitev PHP", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Podatkovna mapa in datoteke so najverjetneje javno dostopni preko interneta, saj datoteka .htaccess ni ustrezno nastavljena.", + "For information how to properly configure your server, please see the documentation." : "Za več informacij o pravilnem nastavljanju strežnika, kliknite na povezavo do dokumentacije.", + "Create an admin account" : "Ustvari skrbniški račun", + "Password" : "Geslo", + "Storage & database" : "Shramba in podatkovna zbirka", + "Data folder" : "Podatkovna mapa", + "Configure the database" : "Nastavi podatkovno zbirko", + "Only %s is available." : "Le %s je na voljo.", + "Database user" : "Uporabnik podatkovne zbirke", + "Database password" : "Geslo podatkovne zbirke", + "Database name" : "Ime podatkovne zbirke", + "Database tablespace" : "Razpredelnica podatkovne zbirke", + "Database host" : "Gostitelj podatkovne zbirke", + "SQLite will be used as database. For larger installations we recommend to change this." : "Za podatkovno zbirko bo uporabljen SQLite. Za večje zbirke je priporočljivo to zamenjati.", + "Finish setup" : "Končaj nastavitev", + "Finishing …" : "Poteka zaključevanje opravila ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Program zahteva podporo JavaScript za pravilno delovanje. Omogočite JavaScript in ponovno osvežite stran.", + "%s is available. Get more information on how to update." : "%s je na voljo. Pridobite več podrobnosti za posodobitev.", + "Log out" : "Odjava", + "Server side authentication failed!" : "Overitev s strežnika je spodletela!", + "Please contact your administrator." : "Stopite v stik s skrbnikom sistema.", + "Forgot your password? Reset it!" : "Ali ste pozabili geslo? Ponastavite ga!", + "remember" : "zapomni si", + "Log in" : "Prijava", + "Alternative Logins" : "Druge prijavne možnosti", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Pozdravljeni,

uporabnik %s vam je omogočil souporabo %s.
Oglejte si vsebino!

", + "This ownCloud instance is currently in single user mode." : "Ta seja oblaka ownCloud je trenutno v načinu enega sočasnega uporabnika.", + "This means only administrators can use the instance." : "To pomeni, da lahko oblak uporabljajo le osebe s skrbniškimi dovoljenji.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.", + "Thank you for your patience." : "Hvala za potrpežljivost!", + "You are accessing the server from an untrusted domain." : "Trenutno je vzpostavljena povezava s strežnikom preko ne-varne domene.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Stopite v stik s skrbnikom ali pa nastavite možnost \"varna_domena\" v datoteki config/config.php. Primer nastavitve je razložen v datoteki config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Glede na nastavitve bi lahko kot skrbnik uporabili spodnji gumb in domeno ročno določili kot varno.", + "Add \"%s\" as trusted domain" : "Dodaj \"%s\" kot varno domeno", + "%s will be updated to version %s." : "%s bo posodobljen na različico %s.", + "The following apps will be disabled:" : "Navedeni programi bodo onemogočeni:", + "The theme %s has been disabled." : "Tema %s je onemogočena za uporabo.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pred nadaljevanjem se prepričajte se, da je ustvarjena varnostna kopija podatkovne zbirke, nastavitvenih datotek in podatkovne mape.", + "Start update" : "Začni posodobitev", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Za razreševanje časovnih zahtev večjih namestitev lahko uporabite ukaz iz namestitvene mape:", + "This %s instance is currently being updated, which may take a while." : "Povezava %s se posodablja. Opravilo je lahko dolgotrajno.", + "This page will refresh itself when the %s instance is available again." : "Stran bo osvežena ko bo %s spet na voljo." +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/core/l10n/sl.php b/core/l10n/sl.php deleted file mode 100644 index 20a8d9b8fc..0000000000 --- a/core/l10n/sl.php +++ /dev/null @@ -1,211 +0,0 @@ - "Ni mogoče poslati sporočila za: %s", -"Turned on maintenance mode" => "Vzdrževalni način je omogočen", -"Turned off maintenance mode" => "Vzdrževalni način je onemogočen", -"Updated database" => "Posodobljena podatkovna zbirka", -"Checked database schema update" => "Izbrana posodobitev sheme podatkovne zbirke", -"Checked database schema update for apps" => "Izbrana posodobitev sheme podatkovne zbirke za programe", -"Updated \"%s\" to %s" => "Datoteka \"%s\" je posodobljena na %s", -"Disabled incompatible apps: %s" => "Onemogočeni neskladni programi: %s", -"No image or file provided" => "Ni podane datoteke ali slike", -"Unknown filetype" => "Neznana vrsta datoteke", -"Invalid image" => "Neveljavna slika", -"No temporary profile picture available, try again" => "Na voljo ni nobene začasne slike za profil. Poskusite znova.", -"No crop data provided" => "Ni podanih podatkov obreza", -"Sunday" => "nedelja", -"Monday" => "ponedeljek", -"Tuesday" => "torek", -"Wednesday" => "sreda", -"Thursday" => "četrtek", -"Friday" => "petek", -"Saturday" => "sobota", -"January" => "januar", -"February" => "februar", -"March" => "marec", -"April" => "april", -"May" => "maj", -"June" => "junij", -"July" => "julij", -"August" => "avgust", -"September" => "september", -"October" => "oktober", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Datoteke so šifrirane. Če niste omogočili obnovitvenega ključa, po ponastavitvi gesla ne bo mogoč dostop do datotek.
V primeru, da niste prepričani, kaj storiti, stopite v stik s skrbnikom sistema.
Ali ste prepričani, da želite nadaljevati?", -"I know what I'm doing" => "Vem, kaj delam!", -"Reset password" => "Ponastavi geslo", -"Password can not be changed. Please contact your administrator." => "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.", -"No" => "Ne", -"Yes" => "Da", -"Choose" => "Izbor", -"Error loading file picker template: {error}" => "Napaka nalaganja predloge izbirnika datotek: {error}", -"Ok" => "V redu", -"Error loading message template: {error}" => "Napaka nalaganja predloge sporočil: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} spor datotek","{count} spora datotek","{count} spori datotek","{count} sporov datotek"), -"One file conflict" => "En spor datotek", -"New Files" => "Nove datoteke", -"Already existing files" => "Obstoječe datoteke", -"Which files do you want to keep?" => "Katare datoteke želite ohraniti?", -"If you select both versions, the copied file will have a number added to its name." => "Če izberete obe različici, bo kopirani datoteki k imenu dodana številka.", -"Cancel" => "Prekliči", -"Continue" => "Nadaljuj", -"(all selected)" => "(vse izbrano)", -"({count} selected)" => "({count} izbranih)", -"Error loading file exists template" => "Napaka nalaganja predloge obstoječih datotek", -"Very weak password" => "Zelo šibko geslo", -"Weak password" => "Šibko geslo", -"So-so password" => "Slabo geslo", -"Good password" => "Dobro geslo", -"Strong password" => "Odlično geslo", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Spletni stražnik še ni ustrezno nastavljen in ne omogoča usklajevanja, saj je nastavitev vmesnika WebDAV okvarjena.", -"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." => "Na voljo ni delujoče internetne povezave. To pomeni, da nekaterih možnosti, kot so priklapljanje zunanje shrambe, obveščanja o posodobitvah in nameščanje programov tretje roke ni podprto. Dostop do datotek z oddaljenih mest in pošiljanje obvestil preko elektronske pošte prav tako verjetno ne deluje. Za omogočanje vseh zmožnosti mora biti vzpostavljena tudi ustrezna internetna povezava.", -"Error occurred while checking server setup" => "Prišlo je do napake med preverjanjem nastavitev strežnika", -"Shared" => "V souporabi", -"Shared with {recipients}" => "V souporabi z {recipients}", -"Share" => "Souporaba", -"Error" => "Napaka", -"Error while sharing" => "Napaka med souporabo", -"Error while unsharing" => "Napaka med odstranjevanjem souporabe", -"Error while changing permissions" => "Napaka med spreminjanjem dovoljenj", -"Shared with you and the group {group} by {owner}" => "V souporabi z vami in skupino {group}. Lastnik je {owner}.", -"Shared with you by {owner}" => "V souporabi z vami. Lastnik je {owner}.", -"Share with user or group …" => "Souporaba z uporabnikom ali skupino ...", -"Share link" => "Povezava za prejem", -"The public link will expire no later than {days} days after it is created" => "Javna povezava bo potekla {days} dni po ustvarjanju.", -"Password protect" => "Zaščiti z geslom", -"Choose a password for the public link" => "Izberite geslo za javno povezavo", -"Allow Public Upload" => "Dovoli javno pošiljanje na strežnik", -"Email link to person" => "Posreduj povezavo po elektronski pošti", -"Send" => "Pošlji", -"Set expiration date" => "Nastavi datum preteka", -"Expiration date" => "Datum preteka", -"Adding user..." => "Dodajanje uporabnika ...", -"group" => "skupina", -"Resharing is not allowed" => "Nadaljnja souporaba ni dovoljena", -"Shared in {item} with {user}" => "V souporabi v {item} z uporabnikom {user}", -"Unshare" => "Prekliči souporabo", -"notify by email" => "obvesti po elektronski pošti", -"can share" => "lahko omogoči souporabo", -"can edit" => "lahko ureja", -"access control" => "nadzor dostopa", -"create" => "ustvari", -"update" => "posodobi", -"delete" => "izbriše", -"Password protected" => "Zaščiteno z geslom", -"Error unsetting expiration date" => "Napaka brisanja datuma preteka", -"Error setting expiration date" => "Napaka nastavljanja datuma preteka", -"Sending ..." => "Pošiljanje ...", -"Email sent" => "Elektronska pošta je poslana", -"Warning" => "Opozorilo", -"The object type is not specified." => "Vrsta predmeta ni podana.", -"Enter new" => "Vnesite novo", -"Delete" => "Izbriši", -"Add" => "Dodaj", -"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.", -"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", -"The update was successful. Redirecting you to ownCloud now." => "Posodobitev je uspešno končana. Stran bo preusmerjena na oblak ownCloud.", -"Couldn't reset password because the token is invalid" => "Ni mogoče ponastaviti gesla zaradi neustreznega žetona.", -"Couldn't send reset email. Please make sure your username is correct." => "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Ni mogoče poslati elektronskega sporočila za ponastavitev gesla, ker ni navedenega elektronskega naslova. Stopite v stik s skrbnikom sistema.", -"%s password reset" => "Ponastavitev gesla %s", -"Use the following link to reset your password: {link}" => "Za ponastavitev gesla uporabite povezavo: {link}", -"You will receive a link to reset your password via Email." => "Na elektronski naslov boste prejeli povezavo za ponovno nastavitev gesla.", -"Username" => "Uporabniško ime", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Datoteke so šifrirane. Če niste omogočili ključa za obnovitev, žal podatkov ne bo mogoče pridobiti nazaj, ko boste geslo enkrat spremenili. Če niste prepričani, kaj storiti, se obrnite na skrbnika storitve. Ali ste prepričani, da želite nadaljevati?", -"Yes, I really want to reset my password now" => "Da, potrjujem ponastavitev gesla", -"Reset" => "Ponastavi", -"New password" => "Novo geslo", -"New Password" => "Novo geslo", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Sistem Mac OS X ni podprt, zato %s ne bo deloval zanesljivo v tem okolju. Program uporabljate na lastno odgovornost! ", -"For the best results, please consider using a GNU/Linux server instead." => "Za najbolj še rezultate je priporočljivo uporabljati strežnik GNU/Linux.", -"Personal" => "Osebno", -"Users" => "Uporabniki", -"Apps" => "Programi", -"Admin" => "Skrbništvo", -"Help" => "Pomoč", -"Error loading tags" => "Napaka nalaganja oznak", -"Tag already exists" => "Oznaka že obstaja", -"Error deleting tag(s)" => "Napaka brisanja oznak", -"Error tagging" => "Napaka označevanja", -"Error untagging" => "Napaka odstranjevanja oznak", -"Error favoriting" => "Napaka označevanja priljubljenosti", -"Error unfavoriting" => "Napaka odstranjevanja oznake priljubljenosti", -"Access forbidden" => "Dostop je prepovedan", -"File not found" => "Datoteke ni mogoče najti", -"The specified document has not been found on the server." => "Določenega dokumenta na strežniku ni mogoče najti.", -"You can click here to return to %s." => "S klikom na povezavo boste vrnjeni na %s.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Pozdravljeni,\n\noseba %s vam je omogočila souporabo %s.\nVir si lahko ogledate: %s\n\n", -"The share will expire on %s." => "Povezava souporabe bo potekla %s.", -"Cheers!" => "Na zdravje!", -"Internal Server Error" => "Notranja napaka strežnika", -"The server encountered an internal error and was unable to complete your request." => "Prišlo je do notranje napake, zato ni mogoče končati zahteve.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Stopite v stik s skrbnikom sistema, če se napaka pojavlja pogosto. V poročilo vključite tudi tehnične podatke v dnevniški datoteki.", -"More details can be found in the server log." => "Več podrobnosti je zabeleženih v dnevniku strežnika.", -"Technical details" => "Tehnične podrobnosti", -"Remote Address: %s" => "Oddaljen naslov: %s", -"Request ID: %s" => "ID zahteve: %s", -"Code: %s" => "Koda: %s", -"Message: %s" => "Sporočilo: %s", -"File: %s" => "Datoteka: %s", -"Line: %s" => "Vrstica: %s", -"Trace" => "Sledenje povezav", -"Security Warning" => "Varnostno opozorilo", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Uporabljena različica PHP je ranljiva za napad NULL Byte (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Za varno uporabo storitve %s, je treba posodobiti namestitev PHP", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Podatkovna mapa in datoteke so najverjetneje javno dostopni preko interneta, saj datoteka .htaccess ni ustrezno nastavljena.", -"For information how to properly configure your server, please see the documentation." => "Za več informacij o pravilnem nastavljanju strežnika, kliknite na povezavo do dokumentacije.", -"Create an admin account" => "Ustvari skrbniški račun", -"Password" => "Geslo", -"Storage & database" => "Shramba in podatkovna zbirka", -"Data folder" => "Podatkovna mapa", -"Configure the database" => "Nastavi podatkovno zbirko", -"Only %s is available." => "Le %s je na voljo.", -"Database user" => "Uporabnik podatkovne zbirke", -"Database password" => "Geslo podatkovne zbirke", -"Database name" => "Ime podatkovne zbirke", -"Database tablespace" => "Razpredelnica podatkovne zbirke", -"Database host" => "Gostitelj podatkovne zbirke", -"SQLite will be used as database. For larger installations we recommend to change this." => "Za podatkovno zbirko bo uporabljen SQLite. Za večje zbirke je priporočljivo to zamenjati.", -"Finish setup" => "Končaj nastavitev", -"Finishing …" => "Poteka zaključevanje opravila ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Program zahteva podporo JavaScript za pravilno delovanje. Omogočite JavaScript in ponovno osvežite stran.", -"%s is available. Get more information on how to update." => "%s je na voljo. Pridobite več podrobnosti za posodobitev.", -"Log out" => "Odjava", -"Server side authentication failed!" => "Overitev s strežnika je spodletela!", -"Please contact your administrator." => "Stopite v stik s skrbnikom sistema.", -"Forgot your password? Reset it!" => "Ali ste pozabili geslo? Ponastavite ga!", -"remember" => "zapomni si", -"Log in" => "Prijava", -"Alternative Logins" => "Druge prijavne možnosti", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Pozdravljeni,

uporabnik %s vam je omogočil souporabo %s.
Oglejte si vsebino!

", -"This ownCloud instance is currently in single user mode." => "Ta seja oblaka ownCloud je trenutno v načinu enega sočasnega uporabnika.", -"This means only administrators can use the instance." => "To pomeni, da lahko oblak uporabljajo le osebe s skrbniškimi dovoljenji.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.", -"Thank you for your patience." => "Hvala za potrpežljivost!", -"You are accessing the server from an untrusted domain." => "Trenutno je vzpostavljena povezava s strežnikom preko ne-varne domene.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Stopite v stik s skrbnikom ali pa nastavite možnost \"varna_domena\" v datoteki config/config.php. Primer nastavitve je razložen v datoteki config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Glede na nastavitve bi lahko kot skrbnik uporabili spodnji gumb in domeno ročno določili kot varno.", -"Add \"%s\" as trusted domain" => "Dodaj \"%s\" kot varno domeno", -"%s will be updated to version %s." => "%s bo posodobljen na različico %s.", -"The following apps will be disabled:" => "Navedeni programi bodo onemogočeni:", -"The theme %s has been disabled." => "Tema %s je onemogočena za uporabo.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Pred nadaljevanjem se prepričajte se, da je ustvarjena varnostna kopija podatkovne zbirke, nastavitvenih datotek in podatkovne mape.", -"Start update" => "Začni posodobitev", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Za razreševanje časovnih zahtev večjih namestitev lahko uporabite ukaz iz namestitvene mape:", -"This %s instance is currently being updated, which may take a while." => "Povezava %s se posodablja. Opravilo je lahko dolgotrajno.", -"This page will refresh itself when the %s instance is available again." => "Stran bo osvežena ko bo %s spet na voljo." -); -$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/core/l10n/sq.js b/core/l10n/sq.js new file mode 100644 index 0000000000..525359304e --- /dev/null +++ b/core/l10n/sq.js @@ -0,0 +1,104 @@ +OC.L10N.register( + "core", + { + "Turned on maintenance mode" : "Mënyra e mirëmbajtjes u aktivizua", + "Turned off maintenance mode" : "Mënyra e mirëmbajtjes u çaktivizua", + "Updated database" : "Database-i u azhurnua", + "Sunday" : "E djelë", + "Monday" : "E hënë", + "Tuesday" : "E martë", + "Wednesday" : "E mërkurë", + "Thursday" : "E enjte", + "Friday" : "E premte", + "Saturday" : "E shtunë", + "January" : "Janar", + "February" : "Shkurt", + "March" : "Mars", + "April" : "Prill", + "May" : "Maj", + "June" : "Qershor", + "July" : "Korrik", + "August" : "Gusht", + "September" : "Shtator", + "October" : "Tetor", + "November" : "Nëntor", + "December" : "Dhjetor", + "Settings" : "Parametra", + "Folder" : "Dosje", + "Saving..." : "Duke ruajtur...", + "Reset password" : "Rivendos kodin", + "No" : "Jo", + "Yes" : "Po", + "Choose" : "Zgjidh", + "Ok" : "Në rregull", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Anulo", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Web Serveri juaj nuk është konfigurar sic duhet në mënyre që të lejojë sinkronizimin e skedare pasi ndërfaqja WevDAV duket të jetë e demtuar.", + "Shared" : "Ndarë", + "Share" : "Nda", + "Error" : "Veprim i gabuar", + "Error while sharing" : "Veprim i gabuar gjatë ndarjes", + "Error while unsharing" : "Veprim i gabuar gjatë heqjes së ndarjes", + "Error while changing permissions" : "Veprim i gabuar gjatë ndryshimit të lejeve", + "Shared with you and the group {group} by {owner}" : "Ndarë me ju dhe me grupin {group} nga {owner}", + "Shared with you by {owner}" : "Ndarë me ju nga {owner}", + "Password protect" : "Mbro me kod", + "Allow Public Upload" : "Lejo Ngarkimin Publik", + "Email link to person" : "Dërgo email me lidhjen", + "Send" : "Dërgo", + "Set expiration date" : "Cakto datën e përfundimit", + "Expiration date" : "Data e përfundimit", + "group" : "grupi", + "Resharing is not allowed" : "Rindarja nuk lejohet", + "Shared in {item} with {user}" : "Ndarë në {item} me {user}", + "Unshare" : "Hiq ndarjen", + "can share" : "mund të ndajnë", + "can edit" : "mund të ndryshosh", + "access control" : "kontrollimi i hyrjeve", + "create" : "krijo", + "update" : "azhurno", + "delete" : "elimino", + "Password protected" : "Mbrojtur me kod", + "Error unsetting expiration date" : "Veprim i gabuar gjatë heqjes së datës së përfundimit", + "Error setting expiration date" : "Veprim i gabuar gjatë caktimit të datës së përfundimit", + "Sending ..." : "Duke dërguar...", + "Email sent" : "Email-i u dërgua", + "The object type is not specified." : "Nuk është specifikuar tipi i objektit.", + "Delete" : "Elimino", + "Add" : "Shto", + "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}", + "You will receive a link to reset your password via Email." : "Do t'iu vijë një email që përmban një lidhje për ta rivendosur kodin.", + "Username" : "Përdoruesi", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Skedarët tuaj janë të kodifikuar. Nëqoftëse nuk keni aktivizuar çelësin e restaurimit, të dhënat tuaja nuk do të jenë të arritshme pasi të keni rivendosur kodin. Nëqoftëse nuk jeni i sigurt, ju lutemi kontaktoni administratorin tuaj para se të vazhdoni. Jeni i sigurt që dëshironi të vazhdoni?", + "Yes, I really want to reset my password now" : "Po, dua ta rivendos kodin tani", + "New password" : "Kodi i ri", + "Personal" : "Personale", + "Users" : "Përdoruesit", + "Apps" : "App", + "Admin" : "Admin", + "Help" : "Ndihmë", + "Access forbidden" : "Ndalohet hyrja", + "Security Warning" : "Paralajmërim sigurie", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Versioni juaj i PHP-së është i cënueshëm nga sulmi NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Ju lutem azhurnoni instalimin tuaj të PHP-së që të përdorni %s -in në mënyrë të sigurt.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Dosja dhe skedarët e të dhënave tuaja mbase janë të arritshme nga interneti sepse skedari .htaccess nuk po punon.", + "For information how to properly configure your server, please see the documentation." : "Për më shumë informacion mbi konfigurimin e duhur të serverit tuaj, ju lutem shikoni dokumentacionin.", + "Create an admin account" : "Krijo një llogari administruesi", + "Password" : "Kodi", + "Data folder" : "Emri i dosjes", + "Configure the database" : "Konfiguro database-in", + "Database user" : "Përdoruesi i database-it", + "Database password" : "Kodi i database-it", + "Database name" : "Emri i database-it", + "Database tablespace" : "Tablespace-i i database-it", + "Database host" : "Pozicioni (host) i database-it", + "Finish setup" : "Mbaro setup-in", + "%s is available. Get more information on how to update." : "%s është i disponueshëm. Merrni më shumë informacione mbi azhurnimin.", + "Log out" : "Dalje", + "remember" : "kujto", + "Log in" : "Hyrje", + "Alternative Logins" : "Hyrje alternative" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/sq.json b/core/l10n/sq.json new file mode 100644 index 0000000000..d9850c8ab5 --- /dev/null +++ b/core/l10n/sq.json @@ -0,0 +1,102 @@ +{ "translations": { + "Turned on maintenance mode" : "Mënyra e mirëmbajtjes u aktivizua", + "Turned off maintenance mode" : "Mënyra e mirëmbajtjes u çaktivizua", + "Updated database" : "Database-i u azhurnua", + "Sunday" : "E djelë", + "Monday" : "E hënë", + "Tuesday" : "E martë", + "Wednesday" : "E mërkurë", + "Thursday" : "E enjte", + "Friday" : "E premte", + "Saturday" : "E shtunë", + "January" : "Janar", + "February" : "Shkurt", + "March" : "Mars", + "April" : "Prill", + "May" : "Maj", + "June" : "Qershor", + "July" : "Korrik", + "August" : "Gusht", + "September" : "Shtator", + "October" : "Tetor", + "November" : "Nëntor", + "December" : "Dhjetor", + "Settings" : "Parametra", + "Folder" : "Dosje", + "Saving..." : "Duke ruajtur...", + "Reset password" : "Rivendos kodin", + "No" : "Jo", + "Yes" : "Po", + "Choose" : "Zgjidh", + "Ok" : "Në rregull", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "Anulo", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Web Serveri juaj nuk është konfigurar sic duhet në mënyre që të lejojë sinkronizimin e skedare pasi ndërfaqja WevDAV duket të jetë e demtuar.", + "Shared" : "Ndarë", + "Share" : "Nda", + "Error" : "Veprim i gabuar", + "Error while sharing" : "Veprim i gabuar gjatë ndarjes", + "Error while unsharing" : "Veprim i gabuar gjatë heqjes së ndarjes", + "Error while changing permissions" : "Veprim i gabuar gjatë ndryshimit të lejeve", + "Shared with you and the group {group} by {owner}" : "Ndarë me ju dhe me grupin {group} nga {owner}", + "Shared with you by {owner}" : "Ndarë me ju nga {owner}", + "Password protect" : "Mbro me kod", + "Allow Public Upload" : "Lejo Ngarkimin Publik", + "Email link to person" : "Dërgo email me lidhjen", + "Send" : "Dërgo", + "Set expiration date" : "Cakto datën e përfundimit", + "Expiration date" : "Data e përfundimit", + "group" : "grupi", + "Resharing is not allowed" : "Rindarja nuk lejohet", + "Shared in {item} with {user}" : "Ndarë në {item} me {user}", + "Unshare" : "Hiq ndarjen", + "can share" : "mund të ndajnë", + "can edit" : "mund të ndryshosh", + "access control" : "kontrollimi i hyrjeve", + "create" : "krijo", + "update" : "azhurno", + "delete" : "elimino", + "Password protected" : "Mbrojtur me kod", + "Error unsetting expiration date" : "Veprim i gabuar gjatë heqjes së datës së përfundimit", + "Error setting expiration date" : "Veprim i gabuar gjatë caktimit të datës së përfundimit", + "Sending ..." : "Duke dërguar...", + "Email sent" : "Email-i u dërgua", + "The object type is not specified." : "Nuk është specifikuar tipi i objektit.", + "Delete" : "Elimino", + "Add" : "Shto", + "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}", + "You will receive a link to reset your password via Email." : "Do t'iu vijë një email që përmban një lidhje për ta rivendosur kodin.", + "Username" : "Përdoruesi", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Skedarët tuaj janë të kodifikuar. Nëqoftëse nuk keni aktivizuar çelësin e restaurimit, të dhënat tuaja nuk do të jenë të arritshme pasi të keni rivendosur kodin. Nëqoftëse nuk jeni i sigurt, ju lutemi kontaktoni administratorin tuaj para se të vazhdoni. Jeni i sigurt që dëshironi të vazhdoni?", + "Yes, I really want to reset my password now" : "Po, dua ta rivendos kodin tani", + "New password" : "Kodi i ri", + "Personal" : "Personale", + "Users" : "Përdoruesit", + "Apps" : "App", + "Admin" : "Admin", + "Help" : "Ndihmë", + "Access forbidden" : "Ndalohet hyrja", + "Security Warning" : "Paralajmërim sigurie", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Versioni juaj i PHP-së është i cënueshëm nga sulmi NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Ju lutem azhurnoni instalimin tuaj të PHP-së që të përdorni %s -in në mënyrë të sigurt.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Dosja dhe skedarët e të dhënave tuaja mbase janë të arritshme nga interneti sepse skedari .htaccess nuk po punon.", + "For information how to properly configure your server, please see the documentation." : "Për më shumë informacion mbi konfigurimin e duhur të serverit tuaj, ju lutem shikoni dokumentacionin.", + "Create an admin account" : "Krijo një llogari administruesi", + "Password" : "Kodi", + "Data folder" : "Emri i dosjes", + "Configure the database" : "Konfiguro database-in", + "Database user" : "Përdoruesi i database-it", + "Database password" : "Kodi i database-it", + "Database name" : "Emri i database-it", + "Database tablespace" : "Tablespace-i i database-it", + "Database host" : "Pozicioni (host) i database-it", + "Finish setup" : "Mbaro setup-in", + "%s is available. Get more information on how to update." : "%s është i disponueshëm. Merrni më shumë informacione mbi azhurnimin.", + "Log out" : "Dalje", + "remember" : "kujto", + "Log in" : "Hyrje", + "Alternative Logins" : "Hyrje alternative" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/sq.php b/core/l10n/sq.php deleted file mode 100644 index 7ae33ee303..0000000000 --- a/core/l10n/sq.php +++ /dev/null @@ -1,103 +0,0 @@ - "Mënyra e mirëmbajtjes u aktivizua", -"Turned off maintenance mode" => "Mënyra e mirëmbajtjes u çaktivizua", -"Updated database" => "Database-i u azhurnua", -"Sunday" => "E djelë", -"Monday" => "E hënë", -"Tuesday" => "E martë", -"Wednesday" => "E mërkurë", -"Thursday" => "E enjte", -"Friday" => "E premte", -"Saturday" => "E shtunë", -"January" => "Janar", -"February" => "Shkurt", -"March" => "Mars", -"April" => "Prill", -"May" => "Maj", -"June" => "Qershor", -"July" => "Korrik", -"August" => "Gusht", -"September" => "Shtator", -"October" => "Tetor", -"November" => "Nëntor", -"December" => "Dhjetor", -"Settings" => "Parametra", -"Folder" => "Dosje", -"Saving..." => "Duke ruajtur...", -"Reset password" => "Rivendos kodin", -"No" => "Jo", -"Yes" => "Po", -"Choose" => "Zgjidh", -"Ok" => "Në rregull", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "Anulo", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Web Serveri juaj nuk është konfigurar sic duhet në mënyre që të lejojë sinkronizimin e skedare pasi ndërfaqja WevDAV duket të jetë e demtuar.", -"Shared" => "Ndarë", -"Share" => "Nda", -"Error" => "Veprim i gabuar", -"Error while sharing" => "Veprim i gabuar gjatë ndarjes", -"Error while unsharing" => "Veprim i gabuar gjatë heqjes së ndarjes", -"Error while changing permissions" => "Veprim i gabuar gjatë ndryshimit të lejeve", -"Shared with you and the group {group} by {owner}" => "Ndarë me ju dhe me grupin {group} nga {owner}", -"Shared with you by {owner}" => "Ndarë me ju nga {owner}", -"Password protect" => "Mbro me kod", -"Allow Public Upload" => "Lejo Ngarkimin Publik", -"Email link to person" => "Dërgo email me lidhjen", -"Send" => "Dërgo", -"Set expiration date" => "Cakto datën e përfundimit", -"Expiration date" => "Data e përfundimit", -"group" => "grupi", -"Resharing is not allowed" => "Rindarja nuk lejohet", -"Shared in {item} with {user}" => "Ndarë në {item} me {user}", -"Unshare" => "Hiq ndarjen", -"can share" => "mund të ndajnë", -"can edit" => "mund të ndryshosh", -"access control" => "kontrollimi i hyrjeve", -"create" => "krijo", -"update" => "azhurno", -"delete" => "elimino", -"Password protected" => "Mbrojtur me kod", -"Error unsetting expiration date" => "Veprim i gabuar gjatë heqjes së datës së përfundimit", -"Error setting expiration date" => "Veprim i gabuar gjatë caktimit të datës së përfundimit", -"Sending ..." => "Duke dërguar...", -"Email sent" => "Email-i u dërgua", -"The object type is not specified." => "Nuk është specifikuar tipi i objektit.", -"Delete" => "Elimino", -"Add" => "Shto", -"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}", -"You will receive a link to reset your password via Email." => "Do t'iu vijë një email që përmban një lidhje për ta rivendosur kodin.", -"Username" => "Përdoruesi", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Skedarët tuaj janë të kodifikuar. Nëqoftëse nuk keni aktivizuar çelësin e restaurimit, të dhënat tuaja nuk do të jenë të arritshme pasi të keni rivendosur kodin. Nëqoftëse nuk jeni i sigurt, ju lutemi kontaktoni administratorin tuaj para se të vazhdoni. Jeni i sigurt që dëshironi të vazhdoni?", -"Yes, I really want to reset my password now" => "Po, dua ta rivendos kodin tani", -"New password" => "Kodi i ri", -"Personal" => "Personale", -"Users" => "Përdoruesit", -"Apps" => "App", -"Admin" => "Admin", -"Help" => "Ndihmë", -"Access forbidden" => "Ndalohet hyrja", -"Security Warning" => "Paralajmërim sigurie", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Versioni juaj i PHP-së është i cënueshëm nga sulmi NULL Byte (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Ju lutem azhurnoni instalimin tuaj të PHP-së që të përdorni %s -in në mënyrë të sigurt.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Dosja dhe skedarët e të dhënave tuaja mbase janë të arritshme nga interneti sepse skedari .htaccess nuk po punon.", -"For information how to properly configure your server, please see the documentation." => "Për më shumë informacion mbi konfigurimin e duhur të serverit tuaj, ju lutem shikoni dokumentacionin.", -"Create an admin account" => "Krijo një llogari administruesi", -"Password" => "Kodi", -"Data folder" => "Emri i dosjes", -"Configure the database" => "Konfiguro database-in", -"Database user" => "Përdoruesi i database-it", -"Database password" => "Kodi i database-it", -"Database name" => "Emri i database-it", -"Database tablespace" => "Tablespace-i i database-it", -"Database host" => "Pozicioni (host) i database-it", -"Finish setup" => "Mbaro setup-in", -"%s is available. Get more information on how to update." => "%s është i disponueshëm. Merrni më shumë informacione mbi azhurnimin.", -"Log out" => "Dalje", -"remember" => "kujto", -"Log in" => "Hyrje", -"Alternative Logins" => "Hyrje alternative" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/sr.js b/core/l10n/sr.js new file mode 100644 index 0000000000..f8576df9d5 --- /dev/null +++ b/core/l10n/sr.js @@ -0,0 +1,88 @@ +OC.L10N.register( + "core", + { + "Sunday" : "Недеља", + "Monday" : "Понедељак", + "Tuesday" : "Уторак", + "Wednesday" : "Среда", + "Thursday" : "Четвртак", + "Friday" : "Петак", + "Saturday" : "Субота", + "January" : "Јануар", + "February" : "Фебруар", + "March" : "Март", + "April" : "Април", + "May" : "Мај", + "June" : "Јун", + "July" : "Јул", + "August" : "Август", + "September" : "Септембар", + "October" : "Октобар", + "November" : "Новембар", + "December" : "Децембар", + "Settings" : "Поставке", + "Folder" : "фасцикла", + "Saving..." : "Чување у току...", + "Reset password" : "Ресетуј лозинку", + "No" : "Не", + "Yes" : "Да", + "Choose" : "Одабери", + "Ok" : "У реду", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "Cancel" : "Откажи", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Ваш веб сервер тренутно не подржава синхронизацију датотека јер се чини да је WebDAV сучеље неисправно.", + "Share" : "Дели", + "Error" : "Грешка", + "Error while sharing" : "Грешка у дељењу", + "Error while unsharing" : "Грешка код искључења дељења", + "Error while changing permissions" : "Грешка код промене дозвола", + "Shared with you and the group {group} by {owner}" : "Дељено са вама и са групом {group}. Поделио {owner}.", + "Shared with you by {owner}" : "Поделио са вама {owner}", + "Password protect" : "Заштићено лозинком", + "Send" : "Пошаљи", + "Set expiration date" : "Постави датум истека", + "Expiration date" : "Датум истека", + "group" : "група", + "Resharing is not allowed" : "Поновно дељење није дозвољено", + "Shared in {item} with {user}" : "Подељено унутар {item} са {user}", + "Unshare" : "Укини дељење", + "can edit" : "може да мења", + "access control" : "права приступа", + "create" : "направи", + "update" : "ажурирај", + "delete" : "обриши", + "Password protected" : "Заштићено лозинком", + "Error unsetting expiration date" : "Грешка код поништавања датума истека", + "Error setting expiration date" : "Грешка код постављања датума истека", + "Sending ..." : "Шаљем...", + "Email sent" : "Порука је послата", + "Warning" : "Упозорење", + "The object type is not specified." : "Врста објекта није подешена.", + "Delete" : "Обриши", + "Add" : "Додај", + "Use the following link to reset your password: {link}" : "Овом везом ресетујте своју лозинку: {link}", + "You will receive a link to reset your password via Email." : "Добићете везу за ресетовање лозинке путем е-поште.", + "Username" : "Корисничко име", + "New password" : "Нова лозинка", + "Personal" : "Лично", + "Users" : "Корисници", + "Apps" : "Апликације", + "Admin" : "Администратор", + "Help" : "Помоћ", + "Access forbidden" : "Забрањен приступ", + "Security Warning" : "Сигурносно упозорење", + "Create an admin account" : "Направи административни налог", + "Password" : "Лозинка", + "Data folder" : "Фацикла података", + "Configure the database" : "Подешавање базе", + "Database user" : "Корисник базе", + "Database password" : "Лозинка базе", + "Database name" : "Име базе", + "Database tablespace" : "Радни простор базе података", + "Database host" : "Домаћин базе", + "Finish setup" : "Заврши подешавање", + "Log out" : "Одјава", + "remember" : "упамти", + "Log in" : "Пријава" +}, +"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/sr.json b/core/l10n/sr.json new file mode 100644 index 0000000000..998deee198 --- /dev/null +++ b/core/l10n/sr.json @@ -0,0 +1,86 @@ +{ "translations": { + "Sunday" : "Недеља", + "Monday" : "Понедељак", + "Tuesday" : "Уторак", + "Wednesday" : "Среда", + "Thursday" : "Четвртак", + "Friday" : "Петак", + "Saturday" : "Субота", + "January" : "Јануар", + "February" : "Фебруар", + "March" : "Март", + "April" : "Април", + "May" : "Мај", + "June" : "Јун", + "July" : "Јул", + "August" : "Август", + "September" : "Септембар", + "October" : "Октобар", + "November" : "Новембар", + "December" : "Децембар", + "Settings" : "Поставке", + "Folder" : "фасцикла", + "Saving..." : "Чување у току...", + "Reset password" : "Ресетуј лозинку", + "No" : "Не", + "Yes" : "Да", + "Choose" : "Одабери", + "Ok" : "У реду", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "Cancel" : "Откажи", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Ваш веб сервер тренутно не подржава синхронизацију датотека јер се чини да је WebDAV сучеље неисправно.", + "Share" : "Дели", + "Error" : "Грешка", + "Error while sharing" : "Грешка у дељењу", + "Error while unsharing" : "Грешка код искључења дељења", + "Error while changing permissions" : "Грешка код промене дозвола", + "Shared with you and the group {group} by {owner}" : "Дељено са вама и са групом {group}. Поделио {owner}.", + "Shared with you by {owner}" : "Поделио са вама {owner}", + "Password protect" : "Заштићено лозинком", + "Send" : "Пошаљи", + "Set expiration date" : "Постави датум истека", + "Expiration date" : "Датум истека", + "group" : "група", + "Resharing is not allowed" : "Поновно дељење није дозвољено", + "Shared in {item} with {user}" : "Подељено унутар {item} са {user}", + "Unshare" : "Укини дељење", + "can edit" : "може да мења", + "access control" : "права приступа", + "create" : "направи", + "update" : "ажурирај", + "delete" : "обриши", + "Password protected" : "Заштићено лозинком", + "Error unsetting expiration date" : "Грешка код поништавања датума истека", + "Error setting expiration date" : "Грешка код постављања датума истека", + "Sending ..." : "Шаљем...", + "Email sent" : "Порука је послата", + "Warning" : "Упозорење", + "The object type is not specified." : "Врста објекта није подешена.", + "Delete" : "Обриши", + "Add" : "Додај", + "Use the following link to reset your password: {link}" : "Овом везом ресетујте своју лозинку: {link}", + "You will receive a link to reset your password via Email." : "Добићете везу за ресетовање лозинке путем е-поште.", + "Username" : "Корисничко име", + "New password" : "Нова лозинка", + "Personal" : "Лично", + "Users" : "Корисници", + "Apps" : "Апликације", + "Admin" : "Администратор", + "Help" : "Помоћ", + "Access forbidden" : "Забрањен приступ", + "Security Warning" : "Сигурносно упозорење", + "Create an admin account" : "Направи административни налог", + "Password" : "Лозинка", + "Data folder" : "Фацикла података", + "Configure the database" : "Подешавање базе", + "Database user" : "Корисник базе", + "Database password" : "Лозинка базе", + "Database name" : "Име базе", + "Database tablespace" : "Радни простор базе података", + "Database host" : "Домаћин базе", + "Finish setup" : "Заврши подешавање", + "Log out" : "Одјава", + "remember" : "упамти", + "Log in" : "Пријава" +},"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/sr.php b/core/l10n/sr.php deleted file mode 100644 index 2d99410086..0000000000 --- a/core/l10n/sr.php +++ /dev/null @@ -1,87 +0,0 @@ - "Недеља", -"Monday" => "Понедељак", -"Tuesday" => "Уторак", -"Wednesday" => "Среда", -"Thursday" => "Четвртак", -"Friday" => "Петак", -"Saturday" => "Субота", -"January" => "Јануар", -"February" => "Фебруар", -"March" => "Март", -"April" => "Април", -"May" => "Мај", -"June" => "Јун", -"July" => "Јул", -"August" => "Август", -"September" => "Септембар", -"October" => "Октобар", -"November" => "Новембар", -"December" => "Децембар", -"Settings" => "Поставке", -"Folder" => "фасцикла", -"Saving..." => "Чување у току...", -"Reset password" => "Ресетуј лозинку", -"No" => "Не", -"Yes" => "Да", -"Choose" => "Одабери", -"Ok" => "У реду", -"_{count} file conflict_::_{count} file conflicts_" => array("","",""), -"Cancel" => "Откажи", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Ваш веб сервер тренутно не подржава синхронизацију датотека јер се чини да је WebDAV сучеље неисправно.", -"Share" => "Дели", -"Error" => "Грешка", -"Error while sharing" => "Грешка у дељењу", -"Error while unsharing" => "Грешка код искључења дељења", -"Error while changing permissions" => "Грешка код промене дозвола", -"Shared with you and the group {group} by {owner}" => "Дељено са вама и са групом {group}. Поделио {owner}.", -"Shared with you by {owner}" => "Поделио са вама {owner}", -"Password protect" => "Заштићено лозинком", -"Send" => "Пошаљи", -"Set expiration date" => "Постави датум истека", -"Expiration date" => "Датум истека", -"group" => "група", -"Resharing is not allowed" => "Поновно дељење није дозвољено", -"Shared in {item} with {user}" => "Подељено унутар {item} са {user}", -"Unshare" => "Укини дељење", -"can edit" => "може да мења", -"access control" => "права приступа", -"create" => "направи", -"update" => "ажурирај", -"delete" => "обриши", -"Password protected" => "Заштићено лозинком", -"Error unsetting expiration date" => "Грешка код поништавања датума истека", -"Error setting expiration date" => "Грешка код постављања датума истека", -"Sending ..." => "Шаљем...", -"Email sent" => "Порука је послата", -"Warning" => "Упозорење", -"The object type is not specified." => "Врста објекта није подешена.", -"Delete" => "Обриши", -"Add" => "Додај", -"Use the following link to reset your password: {link}" => "Овом везом ресетујте своју лозинку: {link}", -"You will receive a link to reset your password via Email." => "Добићете везу за ресетовање лозинке путем е-поште.", -"Username" => "Корисничко име", -"New password" => "Нова лозинка", -"Personal" => "Лично", -"Users" => "Корисници", -"Apps" => "Апликације", -"Admin" => "Администратор", -"Help" => "Помоћ", -"Access forbidden" => "Забрањен приступ", -"Security Warning" => "Сигурносно упозорење", -"Create an admin account" => "Направи административни налог", -"Password" => "Лозинка", -"Data folder" => "Фацикла података", -"Configure the database" => "Подешавање базе", -"Database user" => "Корисник базе", -"Database password" => "Лозинка базе", -"Database name" => "Име базе", -"Database tablespace" => "Радни простор базе података", -"Database host" => "Домаћин базе", -"Finish setup" => "Заврши подешавање", -"Log out" => "Одјава", -"remember" => "упамти", -"Log in" => "Пријава" -); -$PLURAL_FORMS = "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/sr@latin.js b/core/l10n/sr@latin.js new file mode 100644 index 0000000000..9ea14c5db6 --- /dev/null +++ b/core/l10n/sr@latin.js @@ -0,0 +1,100 @@ +OC.L10N.register( + "core", + { + "Sunday" : "Nedelja", + "Monday" : "Ponedeljak", + "Tuesday" : "Utorak", + "Wednesday" : "Sreda", + "Thursday" : "Četvrtak", + "Friday" : "Petak", + "Saturday" : "Subota", + "January" : "Januar", + "February" : "Februar", + "March" : "Mart", + "April" : "April", + "May" : "Maj", + "June" : "Jun", + "July" : "Jul", + "August" : "Avgust", + "September" : "Septembar", + "October" : "Oktobar", + "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", + "Yes" : "Da", + "Choose" : "Izaberi", + "Ok" : "Ok", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "Cancel" : "Otkaži", + "Continue" : "Nastavi", + "Very weak password" : "Veoma slaba lozinka", + "Weak password" : "Slaba lozinka", + "So-so password" : "Osrednja lozinka", + "Good password" : "Dobra lozinka", + "Strong password" : "Jaka lozinka", + "Shared" : "Deljeno", + "Shared with {recipients}" : "Podeljeno sa {recipients}", + "Share" : "Podeli", + "Error" : "Greška", + "Error while sharing" : "Greška pri deljenju", + "Error while unsharing" : "Greška u uklanjanju deljenja", + "Error while changing permissions" : "Greška u promeni dozvola", + "Shared with you and the group {group} by {owner}" : "{owner} podelio sa Vama i grupom {group} ", + "Shared with you by {owner}" : "Sa vama podelio {owner}", + "Password protect" : "Zaštita lozinkom", + "Email link to person" : "Pošalji link e-mailom", + "Send" : "Pošalji", + "Set expiration date" : "Datum isteka", + "Expiration date" : "Datum isteka", + "Resharing is not allowed" : "Dalje deljenje nije dozvoljeno", + "Shared in {item} with {user}" : "Deljeno u {item} sa {user}", + "Unshare" : "Ukljoni deljenje", + "can edit" : "dozvoljene izmene", + "access control" : "kontrola pristupa", + "create" : "napravi", + "update" : "ažuriranje", + "delete" : "brisanje", + "Password protected" : "Zaštćeno lozinkom", + "Error unsetting expiration date" : "Greška u uklanjanju datuma isteka", + "Error setting expiration date" : "Greška u postavljanju datuma isteka", + "Sending ..." : "Slanje...", + "Email sent" : "Email poslat", + "Warning" : "Upozorenje", + "The object type is not specified." : "Tip objekta nije zadan.", + "Delete" : "Obriši", + "Add" : "Dodaj", + "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.", + "Username" : "Korisničko ime", + "New password" : "Nova lozinka", + "Personal" : "Lično", + "Users" : "Korisnici", + "Apps" : "Programi", + "Admin" : "Adninistracija", + "Help" : "Pomoć", + "Access forbidden" : "Pristup zabranjen", + "Security Warning" : "Bezbednosno upozorenje", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Vaša PHP verzija je ranjiva na ", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Vaši podaci i direktorijumi su verovatno dostupni sa interneta jer .htaccess fajl ne funkcioniše.", + "Create an admin account" : "Napravi administrativni nalog", + "Password" : "Lozinka", + "Data folder" : "Fascikla podataka", + "Configure the database" : "Podešavanje baze", + "Database user" : "Korisnik baze", + "Database password" : "Lozinka baze", + "Database name" : "Ime baze", + "Database tablespace" : "tablespace baze", + "Database host" : "Domaćin baze", + "Finish setup" : "Završi podešavanje", + "Log out" : "Odjava", + "remember" : "upamti", + "Log in" : "Prijavi se" +}, +"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/sr@latin.json b/core/l10n/sr@latin.json new file mode 100644 index 0000000000..aea1e83a2e --- /dev/null +++ b/core/l10n/sr@latin.json @@ -0,0 +1,98 @@ +{ "translations": { + "Sunday" : "Nedelja", + "Monday" : "Ponedeljak", + "Tuesday" : "Utorak", + "Wednesday" : "Sreda", + "Thursday" : "Četvrtak", + "Friday" : "Petak", + "Saturday" : "Subota", + "January" : "Januar", + "February" : "Februar", + "March" : "Mart", + "April" : "April", + "May" : "Maj", + "June" : "Jun", + "July" : "Jul", + "August" : "Avgust", + "September" : "Septembar", + "October" : "Oktobar", + "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", + "Yes" : "Da", + "Choose" : "Izaberi", + "Ok" : "Ok", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "Cancel" : "Otkaži", + "Continue" : "Nastavi", + "Very weak password" : "Veoma slaba lozinka", + "Weak password" : "Slaba lozinka", + "So-so password" : "Osrednja lozinka", + "Good password" : "Dobra lozinka", + "Strong password" : "Jaka lozinka", + "Shared" : "Deljeno", + "Shared with {recipients}" : "Podeljeno sa {recipients}", + "Share" : "Podeli", + "Error" : "Greška", + "Error while sharing" : "Greška pri deljenju", + "Error while unsharing" : "Greška u uklanjanju deljenja", + "Error while changing permissions" : "Greška u promeni dozvola", + "Shared with you and the group {group} by {owner}" : "{owner} podelio sa Vama i grupom {group} ", + "Shared with you by {owner}" : "Sa vama podelio {owner}", + "Password protect" : "Zaštita lozinkom", + "Email link to person" : "Pošalji link e-mailom", + "Send" : "Pošalji", + "Set expiration date" : "Datum isteka", + "Expiration date" : "Datum isteka", + "Resharing is not allowed" : "Dalje deljenje nije dozvoljeno", + "Shared in {item} with {user}" : "Deljeno u {item} sa {user}", + "Unshare" : "Ukljoni deljenje", + "can edit" : "dozvoljene izmene", + "access control" : "kontrola pristupa", + "create" : "napravi", + "update" : "ažuriranje", + "delete" : "brisanje", + "Password protected" : "Zaštćeno lozinkom", + "Error unsetting expiration date" : "Greška u uklanjanju datuma isteka", + "Error setting expiration date" : "Greška u postavljanju datuma isteka", + "Sending ..." : "Slanje...", + "Email sent" : "Email poslat", + "Warning" : "Upozorenje", + "The object type is not specified." : "Tip objekta nije zadan.", + "Delete" : "Obriši", + "Add" : "Dodaj", + "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.", + "Username" : "Korisničko ime", + "New password" : "Nova lozinka", + "Personal" : "Lično", + "Users" : "Korisnici", + "Apps" : "Programi", + "Admin" : "Adninistracija", + "Help" : "Pomoć", + "Access forbidden" : "Pristup zabranjen", + "Security Warning" : "Bezbednosno upozorenje", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Vaša PHP verzija je ranjiva na ", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Vaši podaci i direktorijumi su verovatno dostupni sa interneta jer .htaccess fajl ne funkcioniše.", + "Create an admin account" : "Napravi administrativni nalog", + "Password" : "Lozinka", + "Data folder" : "Fascikla podataka", + "Configure the database" : "Podešavanje baze", + "Database user" : "Korisnik baze", + "Database password" : "Lozinka baze", + "Database name" : "Ime baze", + "Database tablespace" : "tablespace baze", + "Database host" : "Domaćin baze", + "Finish setup" : "Završi podešavanje", + "Log out" : "Odjava", + "remember" : "upamti", + "Log in" : "Prijavi se" +},"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/sr@latin.php b/core/l10n/sr@latin.php deleted file mode 100644 index 28009eccb0..0000000000 --- a/core/l10n/sr@latin.php +++ /dev/null @@ -1,99 +0,0 @@ - "Nedelja", -"Monday" => "Ponedeljak", -"Tuesday" => "Utorak", -"Wednesday" => "Sreda", -"Thursday" => "Četvrtak", -"Friday" => "Petak", -"Saturday" => "Subota", -"January" => "Januar", -"February" => "Februar", -"March" => "Mart", -"April" => "April", -"May" => "Maj", -"June" => "Jun", -"July" => "Jul", -"August" => "Avgust", -"September" => "Septembar", -"October" => "Oktobar", -"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", -"Yes" => "Da", -"Choose" => "Izaberi", -"Ok" => "Ok", -"_{count} file conflict_::_{count} file conflicts_" => array("","",""), -"Cancel" => "Otkaži", -"Continue" => "Nastavi", -"Very weak password" => "Veoma slaba lozinka", -"Weak password" => "Slaba lozinka", -"So-so password" => "Osrednja lozinka", -"Good password" => "Dobra lozinka", -"Strong password" => "Jaka lozinka", -"Shared" => "Deljeno", -"Shared with {recipients}" => "Podeljeno sa {recipients}", -"Share" => "Podeli", -"Error" => "Greška", -"Error while sharing" => "Greška pri deljenju", -"Error while unsharing" => "Greška u uklanjanju deljenja", -"Error while changing permissions" => "Greška u promeni dozvola", -"Shared with you and the group {group} by {owner}" => "{owner} podelio sa Vama i grupom {group} ", -"Shared with you by {owner}" => "Sa vama podelio {owner}", -"Password protect" => "Zaštita lozinkom", -"Email link to person" => "Pošalji link e-mailom", -"Send" => "Pošalji", -"Set expiration date" => "Datum isteka", -"Expiration date" => "Datum isteka", -"Resharing is not allowed" => "Dalje deljenje nije dozvoljeno", -"Shared in {item} with {user}" => "Deljeno u {item} sa {user}", -"Unshare" => "Ukljoni deljenje", -"can edit" => "dozvoljene izmene", -"access control" => "kontrola pristupa", -"create" => "napravi", -"update" => "ažuriranje", -"delete" => "brisanje", -"Password protected" => "Zaštćeno lozinkom", -"Error unsetting expiration date" => "Greška u uklanjanju datuma isteka", -"Error setting expiration date" => "Greška u postavljanju datuma isteka", -"Sending ..." => "Slanje...", -"Email sent" => "Email poslat", -"Warning" => "Upozorenje", -"The object type is not specified." => "Tip objekta nije zadan.", -"Delete" => "Obriši", -"Add" => "Dodaj", -"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.", -"Username" => "Korisničko ime", -"New password" => "Nova lozinka", -"Personal" => "Lično", -"Users" => "Korisnici", -"Apps" => "Programi", -"Admin" => "Adninistracija", -"Help" => "Pomoć", -"Access forbidden" => "Pristup zabranjen", -"Security Warning" => "Bezbednosno upozorenje", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Vaša PHP verzija je ranjiva na ", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Vaši podaci i direktorijumi su verovatno dostupni sa interneta jer .htaccess fajl ne funkcioniše.", -"Create an admin account" => "Napravi administrativni nalog", -"Password" => "Lozinka", -"Data folder" => "Fascikla podataka", -"Configure the database" => "Podešavanje baze", -"Database user" => "Korisnik baze", -"Database password" => "Lozinka baze", -"Database name" => "Ime baze", -"Database tablespace" => "tablespace baze", -"Database host" => "Domaćin baze", -"Finish setup" => "Završi podešavanje", -"Log out" => "Odjava", -"remember" => "upamti", -"Log in" => "Prijavi se" -); -$PLURAL_FORMS = "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/su.js b/core/l10n/su.js new file mode 100644 index 0000000000..87077ecad9 --- /dev/null +++ b/core/l10n/su.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/su.json b/core/l10n/su.json new file mode 100644 index 0000000000..c499f69655 --- /dev/null +++ b/core/l10n/su.json @@ -0,0 +1,4 @@ +{ "translations": { + "_{count} file conflict_::_{count} file conflicts_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/su.php b/core/l10n/su.php deleted file mode 100644 index 1191769faa..0000000000 --- a/core/l10n/su.php +++ /dev/null @@ -1,5 +0,0 @@ - array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/sv.js b/core/l10n/sv.js new file mode 100644 index 0000000000..634e9c6bc2 --- /dev/null +++ b/core/l10n/sv.js @@ -0,0 +1,192 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Gick inte att skicka e-post till följande användare: %s", + "Turned on maintenance mode" : "Aktiverade underhållsläge", + "Turned off maintenance mode" : "Deaktiverade underhållsläge", + "Updated database" : "Uppdaterade databasen", + "Updated \"%s\" to %s" : "Uppdaterade \"%s\" till %s", + "Disabled incompatible apps: %s" : "Inaktiverade inkompatibla appar: %s", + "No image or file provided" : "Ingen bild eller fil har tillhandahållits", + "Unknown filetype" : "Okänd filtyp", + "Invalid image" : "Ogiltig bild", + "No temporary profile picture available, try again" : "Ingen temporär profilbild finns tillgänglig, försök igen", + "No crop data provided" : "Ingen beskärdata har angivits", + "Sunday" : "Söndag", + "Monday" : "Måndag", + "Tuesday" : "Tisdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Lördag", + "January" : "Januari", + "February" : "Februari", + "March" : "Mars", + "April" : "April", + "May" : "Maj", + "June" : "Juni", + "July" : "Juli", + "August" : "Augusti", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Dina filer är krypterade. Om du inte angett någon återställningsnyckel, kommer det att vara omöjligt att få tillbaka dina data efter att lösenordet är återställt..
Om du är osäker på vad du ska göra, vänligen kontakta din administratör innan du fortsätter.
Är du verkligen helt säker på att du vill fortsätta?", + "I know what I'm doing" : "Jag är säker på vad jag gör", + "Reset password" : "Återställ lösenordet", + "Password can not be changed. Please contact your administrator." : "Lösenordet kan inte ändras. Vänligen kontakta din administratör.", + "No" : "Nej", + "Yes" : "Ja", + "Choose" : "Välj", + "Error loading file picker template: {error}" : "Fel uppstod för filväljarmall: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Fel uppstod under inläsningen av meddelandemallen: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} filkonflikt","{count} filkonflikter"], + "One file conflict" : "En filkonflikt", + "New Files" : "Nya filer", + "Already existing files" : "Filer som redan existerar", + "Which files do you want to keep?" : "Vilken fil vill du behålla?", + "If you select both versions, the copied file will have a number added to its name." : "Om du väljer båda versionerna kommer de kopierade filerna ha nummer tillagda i filnamnet.", + "Cancel" : "Avbryt", + "Continue" : "Fortsätt", + "(all selected)" : "(Alla valda)", + "({count} selected)" : "({count} valda)", + "Error loading file exists template" : "Fel uppstod filmall existerar", + "Very weak password" : "Väldigt svagt lösenord", + "Weak password" : "Svagt lösenord", + "So-so password" : "Okej lösenord", + "Good password" : "Bra lösenord", + "Strong password" : "Starkt lösenord", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Din webbserver är inte korrekt konfigurerad för att tillåta filsynkronisering eftersom WebDAV inte verkar fungera.", + "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." : "Servern har ingen fungerande internetanslutning. Detta innebär att en del av de funktioner som montering av extern lagring, notifieringar om uppdateringar eller installation av 3: e part appar inte fungerar. Åtkomst till filer och skicka e-postmeddelanden fungerar troligen inte heller. Vi rekommenderar starkt att aktivera en internetuppkoppling för denna server om du vill ha alla funktioner.", + "Error occurred while checking server setup" : "Ett fel inträffade när en kontroll utav servens setup gjordes", + "Shared" : "Delad", + "Shared with {recipients}" : "Delad med {recipients}", + "Share" : "Dela", + "Error" : "Fel", + "Error while sharing" : "Fel vid delning", + "Error while unsharing" : "Fel när delning skulle avslutas", + "Error while changing permissions" : "Fel vid ändring av rättigheter", + "Shared with you and the group {group} by {owner}" : "Delad med dig och gruppen {group} av {owner}", + "Shared with you by {owner}" : "Delad med dig av {owner}", + "Share with user or group …" : "Dela med användare eller grupp...", + "Share link" : "Dela länk", + "The public link will expire no later than {days} days after it is created" : "Den publika länken kommer sluta gälla inte senare än {days} dagar efter att den skapades", + "Password protect" : "Lösenordsskydda", + "Choose a password for the public link" : "Välj ett lösenord för den publika länken", + "Allow Public Upload" : "Tillåt publik uppladdning", + "Email link to person" : "E-posta länk till person", + "Send" : "Skicka", + "Set expiration date" : "Sätt utgångsdatum", + "Expiration date" : "Utgångsdatum", + "Adding user..." : "Lägger till användare...", + "group" : "Grupp", + "Resharing is not allowed" : "Dela vidare är inte tillåtet", + "Shared in {item} with {user}" : "Delad i {item} med {user}", + "Unshare" : "Sluta dela", + "notify by email" : "informera via e-post", + "can share" : "får dela", + "can edit" : "kan redigera", + "access control" : "åtkomstkontroll", + "create" : "skapa", + "update" : "uppdatera", + "delete" : "radera", + "Password protected" : "Lösenordsskyddad", + "Error unsetting expiration date" : "Fel vid borttagning av utgångsdatum", + "Error setting expiration date" : "Fel vid sättning av utgångsdatum", + "Sending ..." : "Skickar ...", + "Email sent" : "E-post skickat", + "Warning" : "Varning", + "The object type is not specified." : "Objekttypen är inte specificerad.", + "Enter new" : "Skriv nytt", + "Delete" : "Radera", + "Add" : "Lägg till", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Uppdateringen lyckades. Du omdirigeras nu till OwnCloud.", + "Couldn't reset password because the token is invalid" : "Kunde inte återställa lösenordet på grund av felaktig token", + "Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka återställningsmail. Vänligen kontrollera att ditt användarnamn är korrekt.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Kunde inte skicka något återställningsmail därför att det inte finns någon e-mailadress kopplad till detta användarnamn. Vänligen kontakta din administratör.", + "%s password reset" : "%s återställ lösenord", + "Use the following link to reset your password: {link}" : "Använd följande länk för att återställa lösenordet: {link}", + "You will receive a link to reset your password via Email." : "Du får en länk att återställa ditt lösenord via e-post.", + "Username" : "Användarnamn", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dina filer är krypterade. Om du inte har aktiverat återställningsnyckeln kommer det inte att finnas någon möjlighet att få tillbaka dina filer efter att ditt lösenord har återställts. Om du är osäker, kontakta din systemadministratör innan du fortsätter. Är du verkligen säker på att fortsätta?", + "Yes, I really want to reset my password now" : "Ja, jag vill verkligen återställa mitt lösenord nu", + "Reset" : "Återställ", + "New password" : "Nytt lösenord", + "New Password" : "Nytt lösenord", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X stöds inte och %s kommer inte att fungera korrekt på denna plattform. Använd på egen risk!", + "For the best results, please consider using a GNU/Linux server instead." : "För bästa resultat, överväg att använda en GNU/Linux server istället.", + "Personal" : "Personligt", + "Users" : "Användare", + "Apps" : "Program", + "Admin" : "Admin", + "Help" : "Hjälp", + "Error loading tags" : "Fel vid laddning utav taggar", + "Tag already exists" : "Tagg existerar redan", + "Error deleting tag(s)" : "Fel vid borttagning utav tagg(ar)", + "Error tagging" : "Fel taggning", + "Error untagging" : "Fel av taggning", + "Error favoriting" : "Fel favorisering", + "Error unfavoriting" : "Fel av favorisering ", + "Access forbidden" : "Åtkomst förbjuden", + "File not found" : "Filen kunde inte hittas", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hej där!,\n\nVi vill bara meddela att %s delade %s med dig.\nTitta på den här: %s\n\n", + "The share will expire on %s." : "Utdelningen kommer att upphöra %s.", + "Cheers!" : "Ha de fint!", + "Security Warning" : "Säkerhetsvarning", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Din version av PHP är sårbar för NULL byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Var god uppdatera din PHP-installation för att använda %s säkert.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Din datakatalog och filer är förmodligen tillgängliga från Internet, eftersom .htaccess-filen inte fungerar.", + "For information how to properly configure your server, please see the documentation." : "För information hur du korrekt konfigurerar din servern, se ownCloud dokumentationen.", + "Create an admin account" : "Skapa ett administratörskonto", + "Password" : "Lösenord", + "Storage & database" : "Lagring & databas", + "Data folder" : "Datamapp", + "Configure the database" : "Konfigurera databasen", + "Only %s is available." : "Endast %s är tillgänglig.", + "Database user" : "Databasanvändare", + "Database password" : "Lösenord till databasen", + "Database name" : "Databasnamn", + "Database tablespace" : "Databas tabellutrymme", + "Database host" : "Databasserver", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite kommer att användas som databas. För större installationer rekommenderar vi att du ändrar databastyp.", + "Finish setup" : "Avsluta installation", + "Finishing …" : "Avslutar ...", + "%s is available. Get more information on how to update." : "%s är tillgänglig. Få mer information om hur du går tillväga för att uppdatera.", + "Log out" : "Logga ut", + "Server side authentication failed!" : "Servern misslyckades med autentisering!", + "Please contact your administrator." : "Kontakta din administratör.", + "Forgot your password? Reset it!" : "Glömt ditt lösenord? Återställ det!", + "remember" : "kom ihåg", + "Log in" : "Logga in", + "Alternative Logins" : "Alternativa inloggningar", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hej där,

ville bara informera dig om att %s delade %s med dig.
Visa den!

", + "This ownCloud instance is currently in single user mode." : "Denna ownCloud instans är för närvarande i enanvändarläge", + "This means only administrators can use the instance." : "Detta betyder att endast administartörer kan använda instansen.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din system administratör ifall detta meddelande fortsätter eller visas oväntat.", + "Thank you for your patience." : "Tack för ditt tålamod.", + "You are accessing the server from an untrusted domain." : "Du ansluter till servern från en osäker domän.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Vänligen kontakta din administratör. Om du är en administratör, konfigurera inställningen \"trusted_domain\" i config/config.php. En exempelkonfiguration finns i tillgänglig i config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Beroende på din konfiguartion, så finns det möjlighet att du som administratör kan använda knappen nedan för att verifiera på denna domän.", + "Add \"%s\" as trusted domain" : "Lägg till \"%s\" som en trusted domain", + "%s will be updated to version %s." : "%s kommer att uppdateras till version %s.", + "The following apps will be disabled:" : "Följande appar kommer att inaktiveras:", + "The theme %s has been disabled." : "Temat %s har blivit inaktiverat.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Vänligen säkerställ att en säkerhetskopia har gjorts av databasen, konfigurations- och datamappen innan du fortsätter.", + "Start update" : "Starta uppdateringen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/sv.json b/core/l10n/sv.json new file mode 100644 index 0000000000..a7108b44fc --- /dev/null +++ b/core/l10n/sv.json @@ -0,0 +1,190 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Gick inte att skicka e-post till följande användare: %s", + "Turned on maintenance mode" : "Aktiverade underhållsläge", + "Turned off maintenance mode" : "Deaktiverade underhållsläge", + "Updated database" : "Uppdaterade databasen", + "Updated \"%s\" to %s" : "Uppdaterade \"%s\" till %s", + "Disabled incompatible apps: %s" : "Inaktiverade inkompatibla appar: %s", + "No image or file provided" : "Ingen bild eller fil har tillhandahållits", + "Unknown filetype" : "Okänd filtyp", + "Invalid image" : "Ogiltig bild", + "No temporary profile picture available, try again" : "Ingen temporär profilbild finns tillgänglig, försök igen", + "No crop data provided" : "Ingen beskärdata har angivits", + "Sunday" : "Söndag", + "Monday" : "Måndag", + "Tuesday" : "Tisdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Lördag", + "January" : "Januari", + "February" : "Februari", + "March" : "Mars", + "April" : "April", + "May" : "Maj", + "June" : "Juni", + "July" : "Juli", + "August" : "Augusti", + "September" : "September", + "October" : "Oktober", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Dina filer är krypterade. Om du inte angett någon återställningsnyckel, kommer det att vara omöjligt att få tillbaka dina data efter att lösenordet är återställt..
Om du är osäker på vad du ska göra, vänligen kontakta din administratör innan du fortsätter.
Är du verkligen helt säker på att du vill fortsätta?", + "I know what I'm doing" : "Jag är säker på vad jag gör", + "Reset password" : "Återställ lösenordet", + "Password can not be changed. Please contact your administrator." : "Lösenordet kan inte ändras. Vänligen kontakta din administratör.", + "No" : "Nej", + "Yes" : "Ja", + "Choose" : "Välj", + "Error loading file picker template: {error}" : "Fel uppstod för filväljarmall: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Fel uppstod under inläsningen av meddelandemallen: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} filkonflikt","{count} filkonflikter"], + "One file conflict" : "En filkonflikt", + "New Files" : "Nya filer", + "Already existing files" : "Filer som redan existerar", + "Which files do you want to keep?" : "Vilken fil vill du behålla?", + "If you select both versions, the copied file will have a number added to its name." : "Om du väljer båda versionerna kommer de kopierade filerna ha nummer tillagda i filnamnet.", + "Cancel" : "Avbryt", + "Continue" : "Fortsätt", + "(all selected)" : "(Alla valda)", + "({count} selected)" : "({count} valda)", + "Error loading file exists template" : "Fel uppstod filmall existerar", + "Very weak password" : "Väldigt svagt lösenord", + "Weak password" : "Svagt lösenord", + "So-so password" : "Okej lösenord", + "Good password" : "Bra lösenord", + "Strong password" : "Starkt lösenord", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Din webbserver är inte korrekt konfigurerad för att tillåta filsynkronisering eftersom WebDAV inte verkar fungera.", + "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." : "Servern har ingen fungerande internetanslutning. Detta innebär att en del av de funktioner som montering av extern lagring, notifieringar om uppdateringar eller installation av 3: e part appar inte fungerar. Åtkomst till filer och skicka e-postmeddelanden fungerar troligen inte heller. Vi rekommenderar starkt att aktivera en internetuppkoppling för denna server om du vill ha alla funktioner.", + "Error occurred while checking server setup" : "Ett fel inträffade när en kontroll utav servens setup gjordes", + "Shared" : "Delad", + "Shared with {recipients}" : "Delad med {recipients}", + "Share" : "Dela", + "Error" : "Fel", + "Error while sharing" : "Fel vid delning", + "Error while unsharing" : "Fel när delning skulle avslutas", + "Error while changing permissions" : "Fel vid ändring av rättigheter", + "Shared with you and the group {group} by {owner}" : "Delad med dig och gruppen {group} av {owner}", + "Shared with you by {owner}" : "Delad med dig av {owner}", + "Share with user or group …" : "Dela med användare eller grupp...", + "Share link" : "Dela länk", + "The public link will expire no later than {days} days after it is created" : "Den publika länken kommer sluta gälla inte senare än {days} dagar efter att den skapades", + "Password protect" : "Lösenordsskydda", + "Choose a password for the public link" : "Välj ett lösenord för den publika länken", + "Allow Public Upload" : "Tillåt publik uppladdning", + "Email link to person" : "E-posta länk till person", + "Send" : "Skicka", + "Set expiration date" : "Sätt utgångsdatum", + "Expiration date" : "Utgångsdatum", + "Adding user..." : "Lägger till användare...", + "group" : "Grupp", + "Resharing is not allowed" : "Dela vidare är inte tillåtet", + "Shared in {item} with {user}" : "Delad i {item} med {user}", + "Unshare" : "Sluta dela", + "notify by email" : "informera via e-post", + "can share" : "får dela", + "can edit" : "kan redigera", + "access control" : "åtkomstkontroll", + "create" : "skapa", + "update" : "uppdatera", + "delete" : "radera", + "Password protected" : "Lösenordsskyddad", + "Error unsetting expiration date" : "Fel vid borttagning av utgångsdatum", + "Error setting expiration date" : "Fel vid sättning av utgångsdatum", + "Sending ..." : "Skickar ...", + "Email sent" : "E-post skickat", + "Warning" : "Varning", + "The object type is not specified." : "Objekttypen är inte specificerad.", + "Enter new" : "Skriv nytt", + "Delete" : "Radera", + "Add" : "Lägg till", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Uppdateringen lyckades. Du omdirigeras nu till OwnCloud.", + "Couldn't reset password because the token is invalid" : "Kunde inte återställa lösenordet på grund av felaktig token", + "Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka återställningsmail. Vänligen kontrollera att ditt användarnamn är korrekt.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Kunde inte skicka något återställningsmail därför att det inte finns någon e-mailadress kopplad till detta användarnamn. Vänligen kontakta din administratör.", + "%s password reset" : "%s återställ lösenord", + "Use the following link to reset your password: {link}" : "Använd följande länk för att återställa lösenordet: {link}", + "You will receive a link to reset your password via Email." : "Du får en länk att återställa ditt lösenord via e-post.", + "Username" : "Användarnamn", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dina filer är krypterade. Om du inte har aktiverat återställningsnyckeln kommer det inte att finnas någon möjlighet att få tillbaka dina filer efter att ditt lösenord har återställts. Om du är osäker, kontakta din systemadministratör innan du fortsätter. Är du verkligen säker på att fortsätta?", + "Yes, I really want to reset my password now" : "Ja, jag vill verkligen återställa mitt lösenord nu", + "Reset" : "Återställ", + "New password" : "Nytt lösenord", + "New Password" : "Nytt lösenord", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X stöds inte och %s kommer inte att fungera korrekt på denna plattform. Använd på egen risk!", + "For the best results, please consider using a GNU/Linux server instead." : "För bästa resultat, överväg att använda en GNU/Linux server istället.", + "Personal" : "Personligt", + "Users" : "Användare", + "Apps" : "Program", + "Admin" : "Admin", + "Help" : "Hjälp", + "Error loading tags" : "Fel vid laddning utav taggar", + "Tag already exists" : "Tagg existerar redan", + "Error deleting tag(s)" : "Fel vid borttagning utav tagg(ar)", + "Error tagging" : "Fel taggning", + "Error untagging" : "Fel av taggning", + "Error favoriting" : "Fel favorisering", + "Error unfavoriting" : "Fel av favorisering ", + "Access forbidden" : "Åtkomst förbjuden", + "File not found" : "Filen kunde inte hittas", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hej där!,\n\nVi vill bara meddela att %s delade %s med dig.\nTitta på den här: %s\n\n", + "The share will expire on %s." : "Utdelningen kommer att upphöra %s.", + "Cheers!" : "Ha de fint!", + "Security Warning" : "Säkerhetsvarning", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Din version av PHP är sårbar för NULL byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Var god uppdatera din PHP-installation för att använda %s säkert.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Din datakatalog och filer är förmodligen tillgängliga från Internet, eftersom .htaccess-filen inte fungerar.", + "For information how to properly configure your server, please see the documentation." : "För information hur du korrekt konfigurerar din servern, se ownCloud dokumentationen.", + "Create an admin account" : "Skapa ett administratörskonto", + "Password" : "Lösenord", + "Storage & database" : "Lagring & databas", + "Data folder" : "Datamapp", + "Configure the database" : "Konfigurera databasen", + "Only %s is available." : "Endast %s är tillgänglig.", + "Database user" : "Databasanvändare", + "Database password" : "Lösenord till databasen", + "Database name" : "Databasnamn", + "Database tablespace" : "Databas tabellutrymme", + "Database host" : "Databasserver", + "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite kommer att användas som databas. För större installationer rekommenderar vi att du ändrar databastyp.", + "Finish setup" : "Avsluta installation", + "Finishing …" : "Avslutar ...", + "%s is available. Get more information on how to update." : "%s är tillgänglig. Få mer information om hur du går tillväga för att uppdatera.", + "Log out" : "Logga ut", + "Server side authentication failed!" : "Servern misslyckades med autentisering!", + "Please contact your administrator." : "Kontakta din administratör.", + "Forgot your password? Reset it!" : "Glömt ditt lösenord? Återställ det!", + "remember" : "kom ihåg", + "Log in" : "Logga in", + "Alternative Logins" : "Alternativa inloggningar", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hej där,

ville bara informera dig om att %s delade %s med dig.
Visa den!

", + "This ownCloud instance is currently in single user mode." : "Denna ownCloud instans är för närvarande i enanvändarläge", + "This means only administrators can use the instance." : "Detta betyder att endast administartörer kan använda instansen.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din system administratör ifall detta meddelande fortsätter eller visas oväntat.", + "Thank you for your patience." : "Tack för ditt tålamod.", + "You are accessing the server from an untrusted domain." : "Du ansluter till servern från en osäker domän.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Vänligen kontakta din administratör. Om du är en administratör, konfigurera inställningen \"trusted_domain\" i config/config.php. En exempelkonfiguration finns i tillgänglig i config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Beroende på din konfiguartion, så finns det möjlighet att du som administratör kan använda knappen nedan för att verifiera på denna domän.", + "Add \"%s\" as trusted domain" : "Lägg till \"%s\" som en trusted domain", + "%s will be updated to version %s." : "%s kommer att uppdateras till version %s.", + "The following apps will be disabled:" : "Följande appar kommer att inaktiveras:", + "The theme %s has been disabled." : "Temat %s har blivit inaktiverat.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Vänligen säkerställ att en säkerhetskopia har gjorts av databasen, konfigurations- och datamappen innan du fortsätter.", + "Start update" : "Starta uppdateringen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/sv.php b/core/l10n/sv.php deleted file mode 100644 index 389fbd1575..0000000000 --- a/core/l10n/sv.php +++ /dev/null @@ -1,191 +0,0 @@ - "Gick inte att skicka e-post till följande användare: %s", -"Turned on maintenance mode" => "Aktiverade underhållsläge", -"Turned off maintenance mode" => "Deaktiverade underhållsläge", -"Updated database" => "Uppdaterade databasen", -"Updated \"%s\" to %s" => "Uppdaterade \"%s\" till %s", -"Disabled incompatible apps: %s" => "Inaktiverade inkompatibla appar: %s", -"No image or file provided" => "Ingen bild eller fil har tillhandahållits", -"Unknown filetype" => "Okänd filtyp", -"Invalid image" => "Ogiltig bild", -"No temporary profile picture available, try again" => "Ingen temporär profilbild finns tillgänglig, försök igen", -"No crop data provided" => "Ingen beskärdata har angivits", -"Sunday" => "Söndag", -"Monday" => "Måndag", -"Tuesday" => "Tisdag", -"Wednesday" => "Onsdag", -"Thursday" => "Torsdag", -"Friday" => "Fredag", -"Saturday" => "Lördag", -"January" => "Januari", -"February" => "Februari", -"March" => "Mars", -"April" => "April", -"May" => "Maj", -"June" => "Juni", -"July" => "Juli", -"August" => "Augusti", -"September" => "September", -"October" => "Oktober", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Dina filer är krypterade. Om du inte angett någon återställningsnyckel, kommer det att vara omöjligt att få tillbaka dina data efter att lösenordet är återställt..
Om du är osäker på vad du ska göra, vänligen kontakta din administratör innan du fortsätter.
Är du verkligen helt säker på att du vill fortsätta?", -"I know what I'm doing" => "Jag är säker på vad jag gör", -"Reset password" => "Återställ lösenordet", -"Password can not be changed. Please contact your administrator." => "Lösenordet kan inte ändras. Vänligen kontakta din administratör.", -"No" => "Nej", -"Yes" => "Ja", -"Choose" => "Välj", -"Error loading file picker template: {error}" => "Fel uppstod för filväljarmall: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Fel uppstod under inläsningen av meddelandemallen: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} filkonflikt","{count} filkonflikter"), -"One file conflict" => "En filkonflikt", -"New Files" => "Nya filer", -"Already existing files" => "Filer som redan existerar", -"Which files do you want to keep?" => "Vilken fil vill du behålla?", -"If you select both versions, the copied file will have a number added to its name." => "Om du väljer båda versionerna kommer de kopierade filerna ha nummer tillagda i filnamnet.", -"Cancel" => "Avbryt", -"Continue" => "Fortsätt", -"(all selected)" => "(Alla valda)", -"({count} selected)" => "({count} valda)", -"Error loading file exists template" => "Fel uppstod filmall existerar", -"Very weak password" => "Väldigt svagt lösenord", -"Weak password" => "Svagt lösenord", -"So-so password" => "Okej lösenord", -"Good password" => "Bra lösenord", -"Strong password" => "Starkt lösenord", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Din webbserver är inte korrekt konfigurerad för att tillåta filsynkronisering eftersom WebDAV inte verkar fungera.", -"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." => "Servern har ingen fungerande internetanslutning. Detta innebär att en del av de funktioner som montering av extern lagring, notifieringar om uppdateringar eller installation av 3: e part appar inte fungerar. Åtkomst till filer och skicka e-postmeddelanden fungerar troligen inte heller. Vi rekommenderar starkt att aktivera en internetuppkoppling för denna server om du vill ha alla funktioner.", -"Error occurred while checking server setup" => "Ett fel inträffade när en kontroll utav servens setup gjordes", -"Shared" => "Delad", -"Shared with {recipients}" => "Delad med {recipients}", -"Share" => "Dela", -"Error" => "Fel", -"Error while sharing" => "Fel vid delning", -"Error while unsharing" => "Fel när delning skulle avslutas", -"Error while changing permissions" => "Fel vid ändring av rättigheter", -"Shared with you and the group {group} by {owner}" => "Delad med dig och gruppen {group} av {owner}", -"Shared with you by {owner}" => "Delad med dig av {owner}", -"Share with user or group …" => "Dela med användare eller grupp...", -"Share link" => "Dela länk", -"The public link will expire no later than {days} days after it is created" => "Den publika länken kommer sluta gälla inte senare än {days} dagar efter att den skapades", -"Password protect" => "Lösenordsskydda", -"Choose a password for the public link" => "Välj ett lösenord för den publika länken", -"Allow Public Upload" => "Tillåt publik uppladdning", -"Email link to person" => "E-posta länk till person", -"Send" => "Skicka", -"Set expiration date" => "Sätt utgångsdatum", -"Expiration date" => "Utgångsdatum", -"Adding user..." => "Lägger till användare...", -"group" => "Grupp", -"Resharing is not allowed" => "Dela vidare är inte tillåtet", -"Shared in {item} with {user}" => "Delad i {item} med {user}", -"Unshare" => "Sluta dela", -"notify by email" => "informera via e-post", -"can share" => "får dela", -"can edit" => "kan redigera", -"access control" => "åtkomstkontroll", -"create" => "skapa", -"update" => "uppdatera", -"delete" => "radera", -"Password protected" => "Lösenordsskyddad", -"Error unsetting expiration date" => "Fel vid borttagning av utgångsdatum", -"Error setting expiration date" => "Fel vid sättning av utgångsdatum", -"Sending ..." => "Skickar ...", -"Email sent" => "E-post skickat", -"Warning" => "Varning", -"The object type is not specified." => "Objekttypen är inte specificerad.", -"Enter new" => "Skriv nytt", -"Delete" => "Radera", -"Add" => "Lägg till", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "Uppdateringen lyckades. Du omdirigeras nu till OwnCloud.", -"Couldn't reset password because the token is invalid" => "Kunde inte återställa lösenordet på grund av felaktig token", -"Couldn't send reset email. Please make sure your username is correct." => "Kunde inte skicka återställningsmail. Vänligen kontrollera att ditt användarnamn är korrekt.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Kunde inte skicka något återställningsmail därför att det inte finns någon e-mailadress kopplad till detta användarnamn. Vänligen kontakta din administratör.", -"%s password reset" => "%s återställ lösenord", -"Use the following link to reset your password: {link}" => "Använd följande länk för att återställa lösenordet: {link}", -"You will receive a link to reset your password via Email." => "Du får en länk att återställa ditt lösenord via e-post.", -"Username" => "Användarnamn", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Dina filer är krypterade. Om du inte har aktiverat återställningsnyckeln kommer det inte att finnas någon möjlighet att få tillbaka dina filer efter att ditt lösenord har återställts. Om du är osäker, kontakta din systemadministratör innan du fortsätter. Är du verkligen säker på att fortsätta?", -"Yes, I really want to reset my password now" => "Ja, jag vill verkligen återställa mitt lösenord nu", -"Reset" => "Återställ", -"New password" => "Nytt lösenord", -"New Password" => "Nytt lösenord", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X stöds inte och %s kommer inte att fungera korrekt på denna plattform. Använd på egen risk!", -"For the best results, please consider using a GNU/Linux server instead." => "För bästa resultat, överväg att använda en GNU/Linux server istället.", -"Personal" => "Personligt", -"Users" => "Användare", -"Apps" => "Program", -"Admin" => "Admin", -"Help" => "Hjälp", -"Error loading tags" => "Fel vid laddning utav taggar", -"Tag already exists" => "Tagg existerar redan", -"Error deleting tag(s)" => "Fel vid borttagning utav tagg(ar)", -"Error tagging" => "Fel taggning", -"Error untagging" => "Fel av taggning", -"Error favoriting" => "Fel favorisering", -"Error unfavoriting" => "Fel av favorisering ", -"Access forbidden" => "Åtkomst förbjuden", -"File not found" => "Filen kunde inte hittas", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej där!,\n\nVi vill bara meddela att %s delade %s med dig.\nTitta på den här: %s\n\n", -"The share will expire on %s." => "Utdelningen kommer att upphöra %s.", -"Cheers!" => "Ha de fint!", -"Security Warning" => "Säkerhetsvarning", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Din version av PHP är sårbar för NULL byte attack (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Var god uppdatera din PHP-installation för att använda %s säkert.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Din datakatalog och filer är förmodligen tillgängliga från Internet, eftersom .htaccess-filen inte fungerar.", -"For information how to properly configure your server, please see the documentation." => "För information hur du korrekt konfigurerar din servern, se ownCloud dokumentationen.", -"Create an admin account" => "Skapa ett administratörskonto", -"Password" => "Lösenord", -"Storage & database" => "Lagring & databas", -"Data folder" => "Datamapp", -"Configure the database" => "Konfigurera databasen", -"Only %s is available." => "Endast %s är tillgänglig.", -"Database user" => "Databasanvändare", -"Database password" => "Lösenord till databasen", -"Database name" => "Databasnamn", -"Database tablespace" => "Databas tabellutrymme", -"Database host" => "Databasserver", -"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite kommer att användas som databas. För större installationer rekommenderar vi att du ändrar databastyp.", -"Finish setup" => "Avsluta installation", -"Finishing …" => "Avslutar ...", -"%s is available. Get more information on how to update." => "%s är tillgänglig. Få mer information om hur du går tillväga för att uppdatera.", -"Log out" => "Logga ut", -"Server side authentication failed!" => "Servern misslyckades med autentisering!", -"Please contact your administrator." => "Kontakta din administratör.", -"Forgot your password? Reset it!" => "Glömt ditt lösenord? Återställ det!", -"remember" => "kom ihåg", -"Log in" => "Logga in", -"Alternative Logins" => "Alternativa inloggningar", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Hej där,

ville bara informera dig om att %s delade %s med dig.
Visa den!

", -"This ownCloud instance is currently in single user mode." => "Denna ownCloud instans är för närvarande i enanvändarläge", -"This means only administrators can use the instance." => "Detta betyder att endast administartörer kan använda instansen.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Hör av dig till din system administratör ifall detta meddelande fortsätter eller visas oväntat.", -"Thank you for your patience." => "Tack för ditt tålamod.", -"You are accessing the server from an untrusted domain." => "Du ansluter till servern från en osäker domän.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Vänligen kontakta din administratör. Om du är en administratör, konfigurera inställningen \"trusted_domain\" i config/config.php. En exempelkonfiguration finns i tillgänglig i config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Beroende på din konfiguartion, så finns det möjlighet att du som administratör kan använda knappen nedan för att verifiera på denna domän.", -"Add \"%s\" as trusted domain" => "Lägg till \"%s\" som en trusted domain", -"%s will be updated to version %s." => "%s kommer att uppdateras till version %s.", -"The following apps will be disabled:" => "Följande appar kommer att inaktiveras:", -"The theme %s has been disabled." => "Temat %s har blivit inaktiverat.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Vänligen säkerställ att en säkerhetskopia har gjorts av databasen, konfigurations- och datamappen innan du fortsätter.", -"Start update" => "Starta uppdateringen" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/sw_KE.js b/core/l10n/sw_KE.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/sw_KE.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/sw_KE.json b/core/l10n/sw_KE.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/sw_KE.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/sw_KE.php b/core/l10n/sw_KE.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/sw_KE.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ta_IN.js b/core/l10n/ta_IN.js new file mode 100644 index 0000000000..eaa7584de0 --- /dev/null +++ b/core/l10n/ta_IN.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "core", + { + "Settings" : "அமைப்புகள்", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Send" : "அனுப்பவும்" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ta_IN.json b/core/l10n/ta_IN.json new file mode 100644 index 0000000000..0bfa5f4eed --- /dev/null +++ b/core/l10n/ta_IN.json @@ -0,0 +1,6 @@ +{ "translations": { + "Settings" : "அமைப்புகள்", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Send" : "அனுப்பவும்" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/ta_IN.php b/core/l10n/ta_IN.php deleted file mode 100644 index f363cf0c9b..0000000000 --- a/core/l10n/ta_IN.php +++ /dev/null @@ -1,7 +0,0 @@ - "அமைப்புகள்", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Send" => "அனுப்பவும்" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ta_LK.js b/core/l10n/ta_LK.js new file mode 100644 index 0000000000..af71be68cf --- /dev/null +++ b/core/l10n/ta_LK.js @@ -0,0 +1,84 @@ +OC.L10N.register( + "core", + { + "Sunday" : "ஞாயிற்றுக்கிழமை", + "Monday" : "திங்கட்கிழமை", + "Tuesday" : "செவ்வாய்க்கிழமை", + "Wednesday" : "புதன்கிழமை", + "Thursday" : "வியாழக்கிழமை", + "Friday" : "வெள்ளிக்கிழமை", + "Saturday" : "சனிக்கிழமை", + "January" : "தை", + "February" : "மாசி", + "March" : "பங்குனி", + "April" : "சித்திரை", + "May" : "வைகாசி", + "June" : "ஆனி", + "July" : "ஆடி", + "August" : "ஆவணி", + "September" : "புரட்டாசி", + "October" : "ஐப்பசி", + "November" : "கார்த்திகை", + "December" : "மார்கழி", + "Settings" : "அமைப்புகள்", + "Folder" : "கோப்புறை", + "Saving..." : "சேமிக்கப்படுகிறது...", + "Reset password" : "மீளமைத்த கடவுச்சொல்", + "No" : "இல்லை", + "Yes" : "ஆம்", + "Choose" : "தெரிவுசெய்க ", + "Ok" : "சரி", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "இரத்து செய்க", + "Share" : "பகிர்வு", + "Error" : "வழு", + "Error while sharing" : "பகிரும் போதான வழு", + "Error while unsharing" : "பகிராமல் உள்ளப்போதான வழு", + "Error while changing permissions" : "அனுமதிகள் மாறும்போதான வழு", + "Shared with you and the group {group} by {owner}" : "உங்களுடனும் குழுவுக்கிடையிலும் {குழு} பகிரப்பட்டுள்ளது {உரிமையாளர்}", + "Shared with you by {owner}" : "உங்களுடன் பகிரப்பட்டுள்ளது {உரிமையாளர்}", + "Password protect" : "கடவுச்சொல்லை பாதுகாத்தல்", + "Set expiration date" : "காலாவதி தேதியை குறிப்பிடுக", + "Expiration date" : "காலவதியாகும் திகதி", + "group" : "குழு", + "Resharing is not allowed" : "மீள்பகிர்வதற்கு அனுமதி இல்லை ", + "Shared in {item} with {user}" : "{பயனாளர்} உடன் {உருப்படி} பகிரப்பட்டுள்ளது", + "Unshare" : "பகிரப்படாதது", + "can edit" : "தொகுக்க முடியும்", + "access control" : "கட்டுப்பாடான அணுகல்", + "create" : "உருவவாக்கல்", + "update" : "இற்றைப்படுத்தல்", + "delete" : "நீக்குக", + "Password protected" : "கடவுச்சொல் பாதுகாக்கப்பட்டது", + "Error unsetting expiration date" : "காலாவதியாகும் திகதியை குறிப்பிடாமைக்கான வழு", + "Error setting expiration date" : "காலாவதியாகும் திகதியை குறிப்பிடுவதில் வழு", + "Warning" : "எச்சரிக்கை", + "The object type is not specified." : "பொருள் வகை குறிப்பிடப்படவில்லை.", + "Delete" : "நீக்குக", + "Add" : "சேர்க்க", + "Use the following link to reset your password: {link}" : "உங்கள் கடவுச்சொல்லை மீளமைக்க பின்வரும் இணைப்பை பயன்படுத்தவும் : {இணைப்பு}", + "You will receive a link to reset your password via Email." : "நீங்கள் மின்னஞ்சல் மூலம் உங்களுடைய கடவுச்சொல்லை மீளமைப்பதற்கான இணைப்பை பெறுவீர்கள். ", + "Username" : "பயனாளர் பெயர்", + "New password" : "புதிய கடவுச்சொல்", + "Personal" : "தனிப்பட்ட", + "Users" : "பயனாளர்", + "Apps" : "செயலிகள்", + "Admin" : "நிர்வாகம்", + "Help" : "உதவி", + "Access forbidden" : "அணுக தடை", + "Security Warning" : "பாதுகாப்பு எச்சரிக்கை", + "Create an admin account" : " நிர்வாக கணக்கொன்றை உருவாக்குக", + "Password" : "கடவுச்சொல்", + "Data folder" : "தரவு கோப்புறை", + "Configure the database" : "தரவுத்தளத்தை தகவமைக்க", + "Database user" : "தரவுத்தள பயனாளர்", + "Database password" : "தரவுத்தள கடவுச்சொல்", + "Database name" : "தரவுத்தள பெயர்", + "Database tablespace" : "தரவுத்தள அட்டவணை", + "Database host" : "தரவுத்தள ஓம்புனர்", + "Finish setup" : "அமைப்பை முடிக்க", + "Log out" : "விடுபதிகை செய்க", + "remember" : "ஞாபகப்படுத்துக", + "Log in" : "புகுபதிகை" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ta_LK.json b/core/l10n/ta_LK.json new file mode 100644 index 0000000000..079bdb6414 --- /dev/null +++ b/core/l10n/ta_LK.json @@ -0,0 +1,82 @@ +{ "translations": { + "Sunday" : "ஞாயிற்றுக்கிழமை", + "Monday" : "திங்கட்கிழமை", + "Tuesday" : "செவ்வாய்க்கிழமை", + "Wednesday" : "புதன்கிழமை", + "Thursday" : "வியாழக்கிழமை", + "Friday" : "வெள்ளிக்கிழமை", + "Saturday" : "சனிக்கிழமை", + "January" : "தை", + "February" : "மாசி", + "March" : "பங்குனி", + "April" : "சித்திரை", + "May" : "வைகாசி", + "June" : "ஆனி", + "July" : "ஆடி", + "August" : "ஆவணி", + "September" : "புரட்டாசி", + "October" : "ஐப்பசி", + "November" : "கார்த்திகை", + "December" : "மார்கழி", + "Settings" : "அமைப்புகள்", + "Folder" : "கோப்புறை", + "Saving..." : "சேமிக்கப்படுகிறது...", + "Reset password" : "மீளமைத்த கடவுச்சொல்", + "No" : "இல்லை", + "Yes" : "ஆம்", + "Choose" : "தெரிவுசெய்க ", + "Ok" : "சரி", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "இரத்து செய்க", + "Share" : "பகிர்வு", + "Error" : "வழு", + "Error while sharing" : "பகிரும் போதான வழு", + "Error while unsharing" : "பகிராமல் உள்ளப்போதான வழு", + "Error while changing permissions" : "அனுமதிகள் மாறும்போதான வழு", + "Shared with you and the group {group} by {owner}" : "உங்களுடனும் குழுவுக்கிடையிலும் {குழு} பகிரப்பட்டுள்ளது {உரிமையாளர்}", + "Shared with you by {owner}" : "உங்களுடன் பகிரப்பட்டுள்ளது {உரிமையாளர்}", + "Password protect" : "கடவுச்சொல்லை பாதுகாத்தல்", + "Set expiration date" : "காலாவதி தேதியை குறிப்பிடுக", + "Expiration date" : "காலவதியாகும் திகதி", + "group" : "குழு", + "Resharing is not allowed" : "மீள்பகிர்வதற்கு அனுமதி இல்லை ", + "Shared in {item} with {user}" : "{பயனாளர்} உடன் {உருப்படி} பகிரப்பட்டுள்ளது", + "Unshare" : "பகிரப்படாதது", + "can edit" : "தொகுக்க முடியும்", + "access control" : "கட்டுப்பாடான அணுகல்", + "create" : "உருவவாக்கல்", + "update" : "இற்றைப்படுத்தல்", + "delete" : "நீக்குக", + "Password protected" : "கடவுச்சொல் பாதுகாக்கப்பட்டது", + "Error unsetting expiration date" : "காலாவதியாகும் திகதியை குறிப்பிடாமைக்கான வழு", + "Error setting expiration date" : "காலாவதியாகும் திகதியை குறிப்பிடுவதில் வழு", + "Warning" : "எச்சரிக்கை", + "The object type is not specified." : "பொருள் வகை குறிப்பிடப்படவில்லை.", + "Delete" : "நீக்குக", + "Add" : "சேர்க்க", + "Use the following link to reset your password: {link}" : "உங்கள் கடவுச்சொல்லை மீளமைக்க பின்வரும் இணைப்பை பயன்படுத்தவும் : {இணைப்பு}", + "You will receive a link to reset your password via Email." : "நீங்கள் மின்னஞ்சல் மூலம் உங்களுடைய கடவுச்சொல்லை மீளமைப்பதற்கான இணைப்பை பெறுவீர்கள். ", + "Username" : "பயனாளர் பெயர்", + "New password" : "புதிய கடவுச்சொல்", + "Personal" : "தனிப்பட்ட", + "Users" : "பயனாளர்", + "Apps" : "செயலிகள்", + "Admin" : "நிர்வாகம்", + "Help" : "உதவி", + "Access forbidden" : "அணுக தடை", + "Security Warning" : "பாதுகாப்பு எச்சரிக்கை", + "Create an admin account" : " நிர்வாக கணக்கொன்றை உருவாக்குக", + "Password" : "கடவுச்சொல்", + "Data folder" : "தரவு கோப்புறை", + "Configure the database" : "தரவுத்தளத்தை தகவமைக்க", + "Database user" : "தரவுத்தள பயனாளர்", + "Database password" : "தரவுத்தள கடவுச்சொல்", + "Database name" : "தரவுத்தள பெயர்", + "Database tablespace" : "தரவுத்தள அட்டவணை", + "Database host" : "தரவுத்தள ஓம்புனர்", + "Finish setup" : "அமைப்பை முடிக்க", + "Log out" : "விடுபதிகை செய்க", + "remember" : "ஞாபகப்படுத்துக", + "Log in" : "புகுபதிகை" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/ta_LK.php b/core/l10n/ta_LK.php deleted file mode 100644 index 30262c1fbf..0000000000 --- a/core/l10n/ta_LK.php +++ /dev/null @@ -1,83 +0,0 @@ - "ஞாயிற்றுக்கிழமை", -"Monday" => "திங்கட்கிழமை", -"Tuesday" => "செவ்வாய்க்கிழமை", -"Wednesday" => "புதன்கிழமை", -"Thursday" => "வியாழக்கிழமை", -"Friday" => "வெள்ளிக்கிழமை", -"Saturday" => "சனிக்கிழமை", -"January" => "தை", -"February" => "மாசி", -"March" => "பங்குனி", -"April" => "சித்திரை", -"May" => "வைகாசி", -"June" => "ஆனி", -"July" => "ஆடி", -"August" => "ஆவணி", -"September" => "புரட்டாசி", -"October" => "ஐப்பசி", -"November" => "கார்த்திகை", -"December" => "மார்கழி", -"Settings" => "அமைப்புகள்", -"Folder" => "கோப்புறை", -"Saving..." => "சேமிக்கப்படுகிறது...", -"Reset password" => "மீளமைத்த கடவுச்சொல்", -"No" => "இல்லை", -"Yes" => "ஆம்", -"Choose" => "தெரிவுசெய்க ", -"Ok" => "சரி", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "இரத்து செய்க", -"Share" => "பகிர்வு", -"Error" => "வழு", -"Error while sharing" => "பகிரும் போதான வழு", -"Error while unsharing" => "பகிராமல் உள்ளப்போதான வழு", -"Error while changing permissions" => "அனுமதிகள் மாறும்போதான வழு", -"Shared with you and the group {group} by {owner}" => "உங்களுடனும் குழுவுக்கிடையிலும் {குழு} பகிரப்பட்டுள்ளது {உரிமையாளர்}", -"Shared with you by {owner}" => "உங்களுடன் பகிரப்பட்டுள்ளது {உரிமையாளர்}", -"Password protect" => "கடவுச்சொல்லை பாதுகாத்தல்", -"Set expiration date" => "காலாவதி தேதியை குறிப்பிடுக", -"Expiration date" => "காலவதியாகும் திகதி", -"group" => "குழு", -"Resharing is not allowed" => "மீள்பகிர்வதற்கு அனுமதி இல்லை ", -"Shared in {item} with {user}" => "{பயனாளர்} உடன் {உருப்படி} பகிரப்பட்டுள்ளது", -"Unshare" => "பகிரப்படாதது", -"can edit" => "தொகுக்க முடியும்", -"access control" => "கட்டுப்பாடான அணுகல்", -"create" => "உருவவாக்கல்", -"update" => "இற்றைப்படுத்தல்", -"delete" => "நீக்குக", -"Password protected" => "கடவுச்சொல் பாதுகாக்கப்பட்டது", -"Error unsetting expiration date" => "காலாவதியாகும் திகதியை குறிப்பிடாமைக்கான வழு", -"Error setting expiration date" => "காலாவதியாகும் திகதியை குறிப்பிடுவதில் வழு", -"Warning" => "எச்சரிக்கை", -"The object type is not specified." => "பொருள் வகை குறிப்பிடப்படவில்லை.", -"Delete" => "நீக்குக", -"Add" => "சேர்க்க", -"Use the following link to reset your password: {link}" => "உங்கள் கடவுச்சொல்லை மீளமைக்க பின்வரும் இணைப்பை பயன்படுத்தவும் : {இணைப்பு}", -"You will receive a link to reset your password via Email." => "நீங்கள் மின்னஞ்சல் மூலம் உங்களுடைய கடவுச்சொல்லை மீளமைப்பதற்கான இணைப்பை பெறுவீர்கள். ", -"Username" => "பயனாளர் பெயர்", -"New password" => "புதிய கடவுச்சொல்", -"Personal" => "தனிப்பட்ட", -"Users" => "பயனாளர்", -"Apps" => "செயலிகள்", -"Admin" => "நிர்வாகம்", -"Help" => "உதவி", -"Access forbidden" => "அணுக தடை", -"Security Warning" => "பாதுகாப்பு எச்சரிக்கை", -"Create an admin account" => " நிர்வாக கணக்கொன்றை உருவாக்குக", -"Password" => "கடவுச்சொல்", -"Data folder" => "தரவு கோப்புறை", -"Configure the database" => "தரவுத்தளத்தை தகவமைக்க", -"Database user" => "தரவுத்தள பயனாளர்", -"Database password" => "தரவுத்தள கடவுச்சொல்", -"Database name" => "தரவுத்தள பெயர்", -"Database tablespace" => "தரவுத்தள அட்டவணை", -"Database host" => "தரவுத்தள ஓம்புனர்", -"Finish setup" => "அமைப்பை முடிக்க", -"Log out" => "விடுபதிகை செய்க", -"remember" => "ஞாபகப்படுத்துக", -"Log in" => "புகுபதிகை" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/te.js b/core/l10n/te.js new file mode 100644 index 0000000000..e6490dc40f --- /dev/null +++ b/core/l10n/te.js @@ -0,0 +1,46 @@ +OC.L10N.register( + "core", + { + "Sunday" : "ఆదివారం", + "Monday" : "సోమవారం", + "Tuesday" : "మంగళవారం", + "Wednesday" : "బుధవారం", + "Thursday" : "గురువారం", + "Friday" : "శుక్రవారం", + "Saturday" : "శనివారం", + "January" : "జనవరి", + "February" : "ఫిబ్రవరి", + "March" : "మార్చి", + "April" : "ఏప్రిల్", + "May" : "మే", + "June" : "జూన్", + "July" : "జూలై", + "August" : "ఆగస్ట్", + "September" : "సెప్టెంబర్", + "October" : "అక్టోబర్", + "November" : "నవంబర్", + "December" : "డిసెంబర్", + "Settings" : "అమరికలు", + "Folder" : "సంచయం", + "No" : "కాదు", + "Yes" : "అవును", + "Ok" : "సరే", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "రద్దుచేయి", + "Continue" : "కొనసాగించు", + "Error" : "పొరపాటు", + "Send" : "పంపించు", + "Expiration date" : "కాలం చెల్లు తేదీ", + "delete" : "తొలగించు", + "Warning" : "హెచ్చరిక", + "Delete" : "తొలగించు", + "Add" : "చేర్చు", + "Username" : "వాడుకరి పేరు", + "New password" : "కొత్త సంకేతపదం", + "Personal" : "వ్యక్తిగతం", + "Users" : "వాడుకరులు", + "Help" : "సహాయం", + "Password" : "సంకేతపదం", + "Log out" : "నిష్క్రమించు" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/te.json b/core/l10n/te.json new file mode 100644 index 0000000000..e3bd9a5049 --- /dev/null +++ b/core/l10n/te.json @@ -0,0 +1,44 @@ +{ "translations": { + "Sunday" : "ఆదివారం", + "Monday" : "సోమవారం", + "Tuesday" : "మంగళవారం", + "Wednesday" : "బుధవారం", + "Thursday" : "గురువారం", + "Friday" : "శుక్రవారం", + "Saturday" : "శనివారం", + "January" : "జనవరి", + "February" : "ఫిబ్రవరి", + "March" : "మార్చి", + "April" : "ఏప్రిల్", + "May" : "మే", + "June" : "జూన్", + "July" : "జూలై", + "August" : "ఆగస్ట్", + "September" : "సెప్టెంబర్", + "October" : "అక్టోబర్", + "November" : "నవంబర్", + "December" : "డిసెంబర్", + "Settings" : "అమరికలు", + "Folder" : "సంచయం", + "No" : "కాదు", + "Yes" : "అవును", + "Ok" : "సరే", + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Cancel" : "రద్దుచేయి", + "Continue" : "కొనసాగించు", + "Error" : "పొరపాటు", + "Send" : "పంపించు", + "Expiration date" : "కాలం చెల్లు తేదీ", + "delete" : "తొలగించు", + "Warning" : "హెచ్చరిక", + "Delete" : "తొలగించు", + "Add" : "చేర్చు", + "Username" : "వాడుకరి పేరు", + "New password" : "కొత్త సంకేతపదం", + "Personal" : "వ్యక్తిగతం", + "Users" : "వాడుకరులు", + "Help" : "సహాయం", + "Password" : "సంకేతపదం", + "Log out" : "నిష్క్రమించు" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/te.php b/core/l10n/te.php deleted file mode 100644 index c8b742c8c9..0000000000 --- a/core/l10n/te.php +++ /dev/null @@ -1,45 +0,0 @@ - "ఆదివారం", -"Monday" => "సోమవారం", -"Tuesday" => "మంగళవారం", -"Wednesday" => "బుధవారం", -"Thursday" => "గురువారం", -"Friday" => "శుక్రవారం", -"Saturday" => "శనివారం", -"January" => "జనవరి", -"February" => "ఫిబ్రవరి", -"March" => "మార్చి", -"April" => "ఏప్రిల్", -"May" => "మే", -"June" => "జూన్", -"July" => "జూలై", -"August" => "ఆగస్ట్", -"September" => "సెప్టెంబర్", -"October" => "అక్టోబర్", -"November" => "నవంబర్", -"December" => "డిసెంబర్", -"Settings" => "అమరికలు", -"Folder" => "సంచయం", -"No" => "కాదు", -"Yes" => "అవును", -"Ok" => "సరే", -"_{count} file conflict_::_{count} file conflicts_" => array("",""), -"Cancel" => "రద్దుచేయి", -"Continue" => "కొనసాగించు", -"Error" => "పొరపాటు", -"Send" => "పంపించు", -"Expiration date" => "కాలం చెల్లు తేదీ", -"delete" => "తొలగించు", -"Warning" => "హెచ్చరిక", -"Delete" => "తొలగించు", -"Add" => "చేర్చు", -"Username" => "వాడుకరి పేరు", -"New password" => "కొత్త సంకేతపదం", -"Personal" => "వ్యక్తిగతం", -"Users" => "వాడుకరులు", -"Help" => "సహాయం", -"Password" => "సంకేతపదం", -"Log out" => "నిష్క్రమించు" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/tg_TJ.js b/core/l10n/tg_TJ.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/tg_TJ.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/tg_TJ.json b/core/l10n/tg_TJ.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/tg_TJ.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/tg_TJ.php b/core/l10n/tg_TJ.php deleted file mode 100644 index aff098dff1..0000000000 --- a/core/l10n/tg_TJ.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/th_TH.js b/core/l10n/th_TH.js new file mode 100644 index 0000000000..2520386673 --- /dev/null +++ b/core/l10n/th_TH.js @@ -0,0 +1,93 @@ +OC.L10N.register( + "core", + { + "Sunday" : "วันอาทิตย์", + "Monday" : "วันจันทร์", + "Tuesday" : "วันอังคาร", + "Wednesday" : "วันพุธ", + "Thursday" : "วันพฤหัสบดี", + "Friday" : "วันศุกร์", + "Saturday" : "วันเสาร์", + "January" : "มกราคม", + "February" : "กุมภาพันธ์", + "March" : "มีนาคม", + "April" : "เมษายน", + "May" : "พฤษภาคม", + "June" : "มิถุนายน", + "July" : "กรกฏาคม", + "August" : "สิงหาคม", + "September" : "กันยายน", + "October" : "ตุลาคม", + "November" : "พฤศจิกายน", + "December" : "ธันวาคม", + "Settings" : "ตั้งค่า", + "Folder" : "แฟ้มเอกสาร", + "Image" : "รูปภาพ", + "Saving..." : "กำลังบันทึกข้อมูล...", + "Reset password" : "เปลี่ยนรหัสผ่าน", + "No" : "ไม่ตกลง", + "Yes" : "ตกลง", + "Choose" : "เลือก", + "Ok" : "ตกลง", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "New Files" : "ไฟล์ใหม่", + "Cancel" : "ยกเลิก", + "Shared" : "แชร์แล้ว", + "Share" : "แชร์", + "Error" : "ข้อผิดพลาด", + "Error while sharing" : "เกิดข้อผิดพลาดในระหว่างการแชร์ข้อมูล", + "Error while unsharing" : "เกิดข้อผิดพลาดในการยกเลิกการแชร์ข้อมูล", + "Error while changing permissions" : "เกิดข้อผิดพลาดในการเปลี่ยนสิทธิ์การเข้าใช้งาน", + "Shared with you and the group {group} by {owner}" : "ได้แชร์ให้กับคุณ และกลุ่ม {group} โดย {owner}", + "Shared with you by {owner}" : "ถูกแชร์ให้กับคุณโดย {owner}", + "Password protect" : "ใส่รหัสผ่านไว้", + "Email link to person" : "ส่งลิงก์ให้ทางอีเมล", + "Send" : "ส่ง", + "Set expiration date" : "กำหนดวันที่หมดอายุ", + "Expiration date" : "วันที่หมดอายุ", + "group" : "กลุ่มผู้ใช้งาน", + "Resharing is not allowed" : "ไม่อนุญาตให้แชร์ข้อมูลซ้ำได้", + "Shared in {item} with {user}" : "ได้แชร์ {item} ให้กับ {user}", + "Unshare" : "ยกเลิกการแชร์", + "can share" : "สามารถแชร์ได้", + "can edit" : "สามารถแก้ไข", + "access control" : "ระดับควบคุมการเข้าใช้งาน", + "create" : "สร้าง", + "update" : "อัพเดท", + "delete" : "ลบ", + "Password protected" : "ใส่รหัสผ่านไว้", + "Error unsetting expiration date" : "เกิดข้อผิดพลาดในการยกเลิกการตั้งค่าวันที่หมดอายุ", + "Error setting expiration date" : "เกิดข้อผิดพลาดในการตั้งค่าวันที่หมดอายุ", + "Sending ..." : "กำลังส่ง...", + "Email sent" : "ส่งอีเมล์แล้ว", + "Warning" : "คำเตือน", + "The object type is not specified." : "ชนิดของวัตถุยังไม่ได้รับการระบุ", + "Delete" : "ลบ", + "Add" : "เพิ่ม", + "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." : "คุณจะได้รับลิงค์เพื่อกำหนดรหัสผ่านใหม่ทางอีเมล์", + "Username" : "ชื่อผู้ใช้งาน", + "New password" : "รหัสผ่านใหม่", + "Personal" : "ส่วนตัว", + "Users" : "ผู้ใช้งาน", + "Apps" : "แอปฯ", + "Admin" : "ผู้ดูแล", + "Help" : "ช่วยเหลือ", + "Access forbidden" : "การเข้าถึงถูกหวงห้าม", + "Security Warning" : "คำเตือนเกี่ยวกับความปลอดภัย", + "Create an admin account" : "สร้าง บัญชีผู้ดูแลระบบ", + "Password" : "รหัสผ่าน", + "Data folder" : "โฟลเดอร์เก็บข้อมูล", + "Configure the database" : "กำหนดค่าฐานข้อมูล", + "Database user" : "ชื่อผู้ใช้งานฐานข้อมูล", + "Database password" : "รหัสผ่านฐานข้อมูล", + "Database name" : "ชื่อฐานข้อมูล", + "Database tablespace" : "พื้นที่ตารางในฐานข้อมูล", + "Database host" : "Database host", + "Finish setup" : "ติดตั้งเรียบร้อยแล้ว", + "Log out" : "ออกจากระบบ", + "remember" : "จำรหัสผ่าน", + "Log in" : "เข้าสู่ระบบ" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/th_TH.json b/core/l10n/th_TH.json new file mode 100644 index 0000000000..94c2c6f0c6 --- /dev/null +++ b/core/l10n/th_TH.json @@ -0,0 +1,91 @@ +{ "translations": { + "Sunday" : "วันอาทิตย์", + "Monday" : "วันจันทร์", + "Tuesday" : "วันอังคาร", + "Wednesday" : "วันพุธ", + "Thursday" : "วันพฤหัสบดี", + "Friday" : "วันศุกร์", + "Saturday" : "วันเสาร์", + "January" : "มกราคม", + "February" : "กุมภาพันธ์", + "March" : "มีนาคม", + "April" : "เมษายน", + "May" : "พฤษภาคม", + "June" : "มิถุนายน", + "July" : "กรกฏาคม", + "August" : "สิงหาคม", + "September" : "กันยายน", + "October" : "ตุลาคม", + "November" : "พฤศจิกายน", + "December" : "ธันวาคม", + "Settings" : "ตั้งค่า", + "Folder" : "แฟ้มเอกสาร", + "Image" : "รูปภาพ", + "Saving..." : "กำลังบันทึกข้อมูล...", + "Reset password" : "เปลี่ยนรหัสผ่าน", + "No" : "ไม่ตกลง", + "Yes" : "ตกลง", + "Choose" : "เลือก", + "Ok" : "ตกลง", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "New Files" : "ไฟล์ใหม่", + "Cancel" : "ยกเลิก", + "Shared" : "แชร์แล้ว", + "Share" : "แชร์", + "Error" : "ข้อผิดพลาด", + "Error while sharing" : "เกิดข้อผิดพลาดในระหว่างการแชร์ข้อมูล", + "Error while unsharing" : "เกิดข้อผิดพลาดในการยกเลิกการแชร์ข้อมูล", + "Error while changing permissions" : "เกิดข้อผิดพลาดในการเปลี่ยนสิทธิ์การเข้าใช้งาน", + "Shared with you and the group {group} by {owner}" : "ได้แชร์ให้กับคุณ และกลุ่ม {group} โดย {owner}", + "Shared with you by {owner}" : "ถูกแชร์ให้กับคุณโดย {owner}", + "Password protect" : "ใส่รหัสผ่านไว้", + "Email link to person" : "ส่งลิงก์ให้ทางอีเมล", + "Send" : "ส่ง", + "Set expiration date" : "กำหนดวันที่หมดอายุ", + "Expiration date" : "วันที่หมดอายุ", + "group" : "กลุ่มผู้ใช้งาน", + "Resharing is not allowed" : "ไม่อนุญาตให้แชร์ข้อมูลซ้ำได้", + "Shared in {item} with {user}" : "ได้แชร์ {item} ให้กับ {user}", + "Unshare" : "ยกเลิกการแชร์", + "can share" : "สามารถแชร์ได้", + "can edit" : "สามารถแก้ไข", + "access control" : "ระดับควบคุมการเข้าใช้งาน", + "create" : "สร้าง", + "update" : "อัพเดท", + "delete" : "ลบ", + "Password protected" : "ใส่รหัสผ่านไว้", + "Error unsetting expiration date" : "เกิดข้อผิดพลาดในการยกเลิกการตั้งค่าวันที่หมดอายุ", + "Error setting expiration date" : "เกิดข้อผิดพลาดในการตั้งค่าวันที่หมดอายุ", + "Sending ..." : "กำลังส่ง...", + "Email sent" : "ส่งอีเมล์แล้ว", + "Warning" : "คำเตือน", + "The object type is not specified." : "ชนิดของวัตถุยังไม่ได้รับการระบุ", + "Delete" : "ลบ", + "Add" : "เพิ่ม", + "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." : "คุณจะได้รับลิงค์เพื่อกำหนดรหัสผ่านใหม่ทางอีเมล์", + "Username" : "ชื่อผู้ใช้งาน", + "New password" : "รหัสผ่านใหม่", + "Personal" : "ส่วนตัว", + "Users" : "ผู้ใช้งาน", + "Apps" : "แอปฯ", + "Admin" : "ผู้ดูแล", + "Help" : "ช่วยเหลือ", + "Access forbidden" : "การเข้าถึงถูกหวงห้าม", + "Security Warning" : "คำเตือนเกี่ยวกับความปลอดภัย", + "Create an admin account" : "สร้าง บัญชีผู้ดูแลระบบ", + "Password" : "รหัสผ่าน", + "Data folder" : "โฟลเดอร์เก็บข้อมูล", + "Configure the database" : "กำหนดค่าฐานข้อมูล", + "Database user" : "ชื่อผู้ใช้งานฐานข้อมูล", + "Database password" : "รหัสผ่านฐานข้อมูล", + "Database name" : "ชื่อฐานข้อมูล", + "Database tablespace" : "พื้นที่ตารางในฐานข้อมูล", + "Database host" : "Database host", + "Finish setup" : "ติดตั้งเรียบร้อยแล้ว", + "Log out" : "ออกจากระบบ", + "remember" : "จำรหัสผ่าน", + "Log in" : "เข้าสู่ระบบ" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/th_TH.php b/core/l10n/th_TH.php deleted file mode 100644 index c27fbe4c33..0000000000 --- a/core/l10n/th_TH.php +++ /dev/null @@ -1,92 +0,0 @@ - "วันอาทิตย์", -"Monday" => "วันจันทร์", -"Tuesday" => "วันอังคาร", -"Wednesday" => "วันพุธ", -"Thursday" => "วันพฤหัสบดี", -"Friday" => "วันศุกร์", -"Saturday" => "วันเสาร์", -"January" => "มกราคม", -"February" => "กุมภาพันธ์", -"March" => "มีนาคม", -"April" => "เมษายน", -"May" => "พฤษภาคม", -"June" => "มิถุนายน", -"July" => "กรกฏาคม", -"August" => "สิงหาคม", -"September" => "กันยายน", -"October" => "ตุลาคม", -"November" => "พฤศจิกายน", -"December" => "ธันวาคม", -"Settings" => "ตั้งค่า", -"Folder" => "แฟ้มเอกสาร", -"Image" => "รูปภาพ", -"Saving..." => "กำลังบันทึกข้อมูล...", -"Reset password" => "เปลี่ยนรหัสผ่าน", -"No" => "ไม่ตกลง", -"Yes" => "ตกลง", -"Choose" => "เลือก", -"Ok" => "ตกลง", -"_{count} file conflict_::_{count} file conflicts_" => array(""), -"New Files" => "ไฟล์ใหม่", -"Cancel" => "ยกเลิก", -"Shared" => "แชร์แล้ว", -"Share" => "แชร์", -"Error" => "ข้อผิดพลาด", -"Error while sharing" => "เกิดข้อผิดพลาดในระหว่างการแชร์ข้อมูล", -"Error while unsharing" => "เกิดข้อผิดพลาดในการยกเลิกการแชร์ข้อมูล", -"Error while changing permissions" => "เกิดข้อผิดพลาดในการเปลี่ยนสิทธิ์การเข้าใช้งาน", -"Shared with you and the group {group} by {owner}" => "ได้แชร์ให้กับคุณ และกลุ่ม {group} โดย {owner}", -"Shared with you by {owner}" => "ถูกแชร์ให้กับคุณโดย {owner}", -"Password protect" => "ใส่รหัสผ่านไว้", -"Email link to person" => "ส่งลิงก์ให้ทางอีเมล", -"Send" => "ส่ง", -"Set expiration date" => "กำหนดวันที่หมดอายุ", -"Expiration date" => "วันที่หมดอายุ", -"group" => "กลุ่มผู้ใช้งาน", -"Resharing is not allowed" => "ไม่อนุญาตให้แชร์ข้อมูลซ้ำได้", -"Shared in {item} with {user}" => "ได้แชร์ {item} ให้กับ {user}", -"Unshare" => "ยกเลิกการแชร์", -"can share" => "สามารถแชร์ได้", -"can edit" => "สามารถแก้ไข", -"access control" => "ระดับควบคุมการเข้าใช้งาน", -"create" => "สร้าง", -"update" => "อัพเดท", -"delete" => "ลบ", -"Password protected" => "ใส่รหัสผ่านไว้", -"Error unsetting expiration date" => "เกิดข้อผิดพลาดในการยกเลิกการตั้งค่าวันที่หมดอายุ", -"Error setting expiration date" => "เกิดข้อผิดพลาดในการตั้งค่าวันที่หมดอายุ", -"Sending ..." => "กำลังส่ง...", -"Email sent" => "ส่งอีเมล์แล้ว", -"Warning" => "คำเตือน", -"The object type is not specified." => "ชนิดของวัตถุยังไม่ได้รับการระบุ", -"Delete" => "ลบ", -"Add" => "เพิ่ม", -"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." => "คุณจะได้รับลิงค์เพื่อกำหนดรหัสผ่านใหม่ทางอีเมล์", -"Username" => "ชื่อผู้ใช้งาน", -"New password" => "รหัสผ่านใหม่", -"Personal" => "ส่วนตัว", -"Users" => "ผู้ใช้งาน", -"Apps" => "แอปฯ", -"Admin" => "ผู้ดูแล", -"Help" => "ช่วยเหลือ", -"Access forbidden" => "การเข้าถึงถูกหวงห้าม", -"Security Warning" => "คำเตือนเกี่ยวกับความปลอดภัย", -"Create an admin account" => "สร้าง บัญชีผู้ดูแลระบบ", -"Password" => "รหัสผ่าน", -"Data folder" => "โฟลเดอร์เก็บข้อมูล", -"Configure the database" => "กำหนดค่าฐานข้อมูล", -"Database user" => "ชื่อผู้ใช้งานฐานข้อมูล", -"Database password" => "รหัสผ่านฐานข้อมูล", -"Database name" => "ชื่อฐานข้อมูล", -"Database tablespace" => "พื้นที่ตารางในฐานข้อมูล", -"Database host" => "Database host", -"Finish setup" => "ติดตั้งเรียบร้อยแล้ว", -"Log out" => "ออกจากระบบ", -"remember" => "จำรหัสผ่าน", -"Log in" => "เข้าสู่ระบบ" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/tl_PH.js b/core/l10n/tl_PH.js new file mode 100644 index 0000000000..bc4e6c6bc6 --- /dev/null +++ b/core/l10n/tl_PH.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/tl_PH.json b/core/l10n/tl_PH.json new file mode 100644 index 0000000000..4ebc0d2d45 --- /dev/null +++ b/core/l10n/tl_PH.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/tl_PH.php b/core/l10n/tl_PH.php deleted file mode 100644 index e012fb1656..0000000000 --- a/core/l10n/tl_PH.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/tr.js b/core/l10n/tr.js new file mode 100644 index 0000000000..607d766c3f --- /dev/null +++ b/core/l10n/tr.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Şu kullanıcılara posta gönderilemedi: %s", + "Turned on maintenance mode" : "Bakım kipi etkinleştirildi", + "Turned off maintenance mode" : "Bakım kipi kapatıldı", + "Updated database" : "Veritabanı güncellendi", + "Checked database schema update" : "Veritabanı şema güncellemesi denetlendi", + "Checked database schema update for apps" : "Uygulamalar için veritabanı şema güncellemesi denetlendi", + "Updated \"%s\" to %s" : "\"%s\", %s sürümüne güncellendi", + "Disabled incompatible apps: %s" : "Uyumsuz uygulamalar devre dışı bırakıldı: %s", + "No image or file provided" : "Resim veya dosya belirtilmedi", + "Unknown filetype" : "Bilinmeyen dosya türü", + "Invalid image" : "Geçersiz resim", + "No temporary profile picture available, try again" : "Kullanılabilir geçici profil resmi yok, tekrar deneyin", + "No crop data provided" : "Kesme verisi sağlanmamış", + "Sunday" : "Pazar", + "Monday" : "Pazartesi", + "Tuesday" : "Salı", + "Wednesday" : "Çarşamba", + "Thursday" : "Perşembe", + "Friday" : "Cuma", + "Saturday" : "Cumartesi", + "January" : "Ocak", + "February" : "Şubat", + "March" : "Mart", + "April" : "Nisan", + "May" : "Mayıs", + "June" : "Haziran", + "July" : "Temmuz", + "August" : "Ağustos", + "September" : "Eylül", + "October" : "Ekim", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Kurtarma anahtarını etkinleştirmemişseniz, parola sıfırlama işleminden sonra verilerinize erişmeniz imkansız olacak.
Ne yaptığınızdan emin değilseniz, devam etmeden önce sistem yöneticiniz ile iletişime geçin.
Gerçekten devam etmek istiyor musunuz?", + "I know what I'm doing" : "Ne yaptığımı biliyorum", + "Reset password" : "Parolayı sıfırla", + "Password can not be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen yöneticiniz ile iletişime geçin.", + "No" : "Hayır", + "Yes" : "Evet", + "Choose" : "Seç", + "Error loading file picker template: {error}" : "Dosya seçici şablonu yüklenirken hata: {error}", + "Ok" : "Tamam", + "Error loading message template: {error}" : "İleti şablonu yüklenirken hata: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} dosya çakışması","{count} dosya çakışması"], + "One file conflict" : "Bir dosya çakışması", + "New Files" : "Yeni Dosyalar", + "Already existing files" : "Zaten mevcut olan dosyalar", + "Which files do you want to keep?" : "Hangi dosyaları saklamak istiyorsunuz?", + "If you select both versions, the copied file will have a number added to its name." : "İki sürümü de seçerseniz, kopyalanan dosyanın ismine bir sayı ilave edilecektir.", + "Cancel" : "İptal", + "Continue" : "Devam et", + "(all selected)" : "(tümü seçildi)", + "({count} selected)" : "({count} seçildi)", + "Error loading file exists template" : "Dosya mevcut şablonu yüklenirken hata", + "Very weak password" : "Çok güçsüz parola", + "Weak password" : "Güçsüz parola", + "So-so password" : "Normal parola", + "Good password" : "İyi parola", + "Strong password" : "Güçlü parola", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya eşitlemesine izin vermek üzere düzgün bir şekilde yapılandırılmamış. WebDAV arayüzü sorunlu görünüyor.", + "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." : "Bu sunucunun çalışan bir internet bağlantısı yok. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya 3. parti uygulama kurma gibi bazı özellikler çalışmayacağı anlamına gelmektedir. Uzaktan dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için internet bağlantısını etkinleştirmenizi öneriyoruz.", + "Error occurred while checking server setup" : "Sunucu yapılandırması denetlenirken hata oluştu", + "Shared" : "Paylaşılan", + "Shared with {recipients}" : "{recipients} ile paylaşılmış", + "Share" : "Paylaş", + "Error" : "Hata", + "Error while sharing" : "Paylaşım sırasında hata", + "Error while unsharing" : "Paylaşım iptal edilirken hata", + "Error while changing permissions" : "İzinleri değiştirirken hata", + "Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaştırılmış", + "Shared with you by {owner}" : "{owner} tarafından sizinle paylaşıldı", + "Share with user or group …" : "Kullanıcı veya grup ile paylaş...", + "Share link" : "Paylaşma bağlantısı", + "The public link will expire no later than {days} days after it is created" : "Herkese açık bağlantı, oluşturulduktan en geç {days} gün sonra sona erecek", + "Password protect" : "Parola koruması", + "Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin", + "Allow Public Upload" : "Herkes Tarafından Gönderime İzin Ver", + "Email link to person" : "Bağlantıyı e-posta ile gönder", + "Send" : "Gönder", + "Set expiration date" : "Son kullanma tarihini ayarla", + "Expiration date" : "Son kullanım tarihi", + "Adding user..." : "Kullanıcı ekleniyor...", + "group" : "grup", + "Resharing is not allowed" : "Tekrar paylaşmaya izin verilmiyor", + "Shared in {item} with {user}" : "{item} içinde {user} ile paylaşılanlar", + "Unshare" : "Paylaşmayı Kaldır", + "notify by email" : "e-posta ile bildir", + "can share" : "paylaşabilir", + "can edit" : "düzenleyebilir", + "access control" : "erişim kontrolü", + "create" : "oluştur", + "update" : "güncelle", + "delete" : "sil", + "Password protected" : "Parola korumalı", + "Error unsetting expiration date" : "Son kullanma tarihi kaldırma hatası", + "Error setting expiration date" : "Son kullanma tarihi ayarlama hatası", + "Sending ..." : "Gönderiliyor...", + "Email sent" : "E-posta gönderildi", + "Warning" : "Uyarı", + "The object type is not specified." : "Nesne türü belirtilmemiş.", + "Enter new" : "Yeni girin", + "Delete" : "Sil", + "Add" : "Ekle", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Güncelleme başarılı. Şimdi ownCloud'a yönlendiriliyorsunuz.", + "Couldn't reset password because the token is invalid" : "Belirteç geçersiz olduğundan parola sıfırlanamadı", + "Couldn't send reset email. Please make sure your username is correct." : "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Sıfırlama e-postası, bu kullanıcı için bir e-posta adresi olmadığından gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", + "%s password reset" : "%s parola sıfırlama", + "Use the following link to reset your password: {link}" : "Parolanızı sıfırlamak için bu bağlantıyı kullanın: {link}", + "You will receive a link to reset your password via Email." : "Parolanızı sıfırlamak için e-posta ile bir bağlantı alacaksınız.", + "Username" : "Kullanıcı Adı", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Eğer kurtarma anahtarını etkinleştirmediyseniz parola sıfırlama işleminden sonra verilerinize erişmeniz imkansız olacak. Eğer ne yaptığınızdan emin değilseniz, devam etmeden önce sistem yöneticiniz ile iletişime geçin. Gerçekten devam etmek istiyor musunuz?", + "Yes, I really want to reset my password now" : "Evet, gerçekten parolamı şimdi sıfırlamak istiyorum", + "Reset" : "Sıfırla", + "New password" : "Yeni parola", + "New Password" : "Yeni Parola", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X desteklenmiyor ve %s bu platformda düzgün çalışmayacak. Kendi riskinizle kullanın!", + "For the best results, please consider using a GNU/Linux server instead." : "En iyi sonuçlar için GNU/Linux sunucusu kullanın.", + "Personal" : "Kişisel", + "Users" : "Kullanıcılar", + "Apps" : "Uygulamalar", + "Admin" : "Yönetici", + "Help" : "Yardım", + "Error loading tags" : "Etiketler yüklenirken hata", + "Tag already exists" : "Etiket zaten mevcut", + "Error deleting tag(s)" : "Etiket(ler) silinirken hata", + "Error tagging" : "Etiketleme hatası", + "Error untagging" : "Etiket kaldırma hatası", + "Error favoriting" : "Beğenilirken hata", + "Error unfavoriting" : "Beğeniden kaldırılırken hata", + "Access forbidden" : "Erişim yasak", + "File not found" : "Dosya bulunamadı", + "The specified document has not been found on the server." : "Belirtilen dosya sunucuda bulunamadı.", + "You can click here to return to %s." : "%s ana sayfasına dönmek için buraya tıklayabilirsiniz.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Merhaba,\n\nSadece %s sizinle %s paylaşımını yaptığını bildiriyoruz.\nBuradan bakabilirsiniz: %s\n\n", + "The share will expire on %s." : "Bu paylaşım %s tarihinde sona erecek.", + "Cheers!" : "Hoşça kalın!", + "Internal Server Error" : "Dahili Sunucu Hatası", + "The server encountered an internal error and was unable to complete your request." : "Sunucu dahili bir hatayla karşılaştı ve isteğinizi tamamlayamadı.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Eğer bu hata birden çok kez oluştuysa, lütfen sunucu yöneticisine aşağıdaki teknik ayrıntılar ile birlikte iletişime geçin.", + "More details can be found in the server log." : "Daha fazla ayrıntı sunucu günlüğünde bulanabilir.", + "Technical details" : "Teknik ayrıntılar", + "Remote Address: %s" : "Uzak Adres: %s", + "Request ID: %s" : "İstek Kimliği: %s", + "Code: %s" : "Kod: %s", + "Message: %s" : "Mesaj: %s", + "File: %s" : "Dosya: %s", + "Line: %s" : "Satır: %s", + "Trace" : "İz", + "Security Warning" : "Güvenlik Uyarısı", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "PHP sürümünüz NULL Byte saldırısına açık (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "%s yazılımını güvenli olarak kullanmak için, lütfen PHP kurulumunuzu güncelleyin.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Veri klasörünüz ve dosyalarınız .htaccess dosyası çalışmadığı için İnternet'ten erişime açık.", + "For information how to properly configure your server, please see the documentation." : "Sunucunuzu nasıl ayarlayacağınıza dair bilgi için, lütfen belgelendirme sayfasını ziyaret edin.", + "Create an admin account" : "Bir yönetici hesabı oluşturun", + "Password" : "Parola", + "Storage & database" : "Depolama ve veritabanı", + "Data folder" : "Veri klasörü", + "Configure the database" : "Veritabanını yapılandır", + "Only %s is available." : "Sadece %s kullanılabilir.", + "Database user" : "Veritabanı kullanıcı adı", + "Database password" : "Veritabanı parolası", + "Database name" : "Veritabanı adı", + "Database tablespace" : "Veritabanı tablo alanı", + "Database host" : "Veritabanı sunucusu", + "SQLite will be used as database. For larger installations we recommend to change this." : "Veritabanı olarak SQLite kullanılacak. Daha büyük kurulumlar için bunu değiştirmenizi öneririz.", + "Finish setup" : "Kurulumu tamamla", + "Finishing …" : "Tamamlanıyor ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Uygulama, doğru çalışabilmesi için JavaScript gerektiriyor. Lütfen JavaScript'i etkinleştirin ve sayfayı yeniden yükleyin.", + "%s is available. Get more information on how to update." : "%s kullanılabilir. Nasıl güncelleyeceğiniz hakkında daha fazla bilgi alın.", + "Log out" : "Çıkış yap", + "Server side authentication failed!" : "Sunucu taraflı yetkilendirme başarısız!", + "Please contact your administrator." : "Lütfen sistem yöneticiniz ile iletişime geçin.", + "Forgot your password? Reset it!" : "Parolanızı mı unuttunuz? Sıfırlayın!", + "remember" : "hatırla", + "Log in" : "Giriş yap", + "Alternative Logins" : "Alternatif Girişler", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Merhaba,

%s kullanıcısının sizinle %s paylaşımında bulunduğunu bildirmek istedik.
Paylaşımı gör!

", + "This ownCloud instance is currently in single user mode." : "Bu ownCloud örneği şu anda tek kullanıcı kipinde.", + "This means only administrators can use the instance." : "Bu, örneği sadece yöneticiler kullanabilir demektir.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.", + "Thank you for your patience." : "Sabrınız için teşekkür ederiz.", + "You are accessing the server from an untrusted domain." : "Sunucuya güvenilmeyen bir alan adından ulaşıyorsunuz.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Lütfen yöneticiniz ile iletişime geçin. Eğer bu örneğin bir yöneticisi iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını yapılandırın. Bu yapılandırmanın bir örneği config/config.sample.php dosyasında verilmiştir.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Yapılandırmanıza bağlı olarak, bir yönetici olarak bu alan adına güvenmek için aşağıdaki düğmeyi de kullanabilirsiniz.", + "Add \"%s\" as trusted domain" : "\"%s\" alan adını güvenilir olarak ekle", + "%s will be updated to version %s." : "%s, %s sürümüne güncellenecek.", + "The following apps will be disabled:" : "Aşağıdaki uygulamalar devre dışı bırakılacak:", + "The theme %s has been disabled." : "%s teması devre dışı bırakıldı.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Devam etmeden önce lütfen veritabanının, yapılandırma ve veri klasörlerinin yedeklenmiş olduğundan emin olun.", + "Start update" : "Güncellemeyi başlat", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Daha büyük kurulumlarda zaman aşımlarının önüne geçmek için, kurulum dizininizden aşağıdaki komutu da çalıştırabilirsiniz:", + "This %s instance is currently being updated, which may take a while." : "Bu %s örneği şu anda güncelleniyor, bu biraz zaman alabilir.", + "This page will refresh itself when the %s instance is available again." : "Bu sayfa, %s örneği tekrar kullanılabilir olduğunda kendini yenileyecektir." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/tr.json b/core/l10n/tr.json new file mode 100644 index 0000000000..51e08e3c72 --- /dev/null +++ b/core/l10n/tr.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Şu kullanıcılara posta gönderilemedi: %s", + "Turned on maintenance mode" : "Bakım kipi etkinleştirildi", + "Turned off maintenance mode" : "Bakım kipi kapatıldı", + "Updated database" : "Veritabanı güncellendi", + "Checked database schema update" : "Veritabanı şema güncellemesi denetlendi", + "Checked database schema update for apps" : "Uygulamalar için veritabanı şema güncellemesi denetlendi", + "Updated \"%s\" to %s" : "\"%s\", %s sürümüne güncellendi", + "Disabled incompatible apps: %s" : "Uyumsuz uygulamalar devre dışı bırakıldı: %s", + "No image or file provided" : "Resim veya dosya belirtilmedi", + "Unknown filetype" : "Bilinmeyen dosya türü", + "Invalid image" : "Geçersiz resim", + "No temporary profile picture available, try again" : "Kullanılabilir geçici profil resmi yok, tekrar deneyin", + "No crop data provided" : "Kesme verisi sağlanmamış", + "Sunday" : "Pazar", + "Monday" : "Pazartesi", + "Tuesday" : "Salı", + "Wednesday" : "Çarşamba", + "Thursday" : "Perşembe", + "Friday" : "Cuma", + "Saturday" : "Cumartesi", + "January" : "Ocak", + "February" : "Şubat", + "March" : "Mart", + "April" : "Nisan", + "May" : "Mayıs", + "June" : "Haziran", + "July" : "Temmuz", + "August" : "Ağustos", + "September" : "Eylül", + "October" : "Ekim", + "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.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Kurtarma anahtarını etkinleştirmemişseniz, parola sıfırlama işleminden sonra verilerinize erişmeniz imkansız olacak.
Ne yaptığınızdan emin değilseniz, devam etmeden önce sistem yöneticiniz ile iletişime geçin.
Gerçekten devam etmek istiyor musunuz?", + "I know what I'm doing" : "Ne yaptığımı biliyorum", + "Reset password" : "Parolayı sıfırla", + "Password can not be changed. Please contact your administrator." : "Parola değiştirilemedi. Lütfen yöneticiniz ile iletişime geçin.", + "No" : "Hayır", + "Yes" : "Evet", + "Choose" : "Seç", + "Error loading file picker template: {error}" : "Dosya seçici şablonu yüklenirken hata: {error}", + "Ok" : "Tamam", + "Error loading message template: {error}" : "İleti şablonu yüklenirken hata: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} dosya çakışması","{count} dosya çakışması"], + "One file conflict" : "Bir dosya çakışması", + "New Files" : "Yeni Dosyalar", + "Already existing files" : "Zaten mevcut olan dosyalar", + "Which files do you want to keep?" : "Hangi dosyaları saklamak istiyorsunuz?", + "If you select both versions, the copied file will have a number added to its name." : "İki sürümü de seçerseniz, kopyalanan dosyanın ismine bir sayı ilave edilecektir.", + "Cancel" : "İptal", + "Continue" : "Devam et", + "(all selected)" : "(tümü seçildi)", + "({count} selected)" : "({count} seçildi)", + "Error loading file exists template" : "Dosya mevcut şablonu yüklenirken hata", + "Very weak password" : "Çok güçsüz parola", + "Weak password" : "Güçsüz parola", + "So-so password" : "Normal parola", + "Good password" : "İyi parola", + "Strong password" : "Güçlü parola", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya eşitlemesine izin vermek üzere düzgün bir şekilde yapılandırılmamış. WebDAV arayüzü sorunlu görünüyor.", + "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." : "Bu sunucunun çalışan bir internet bağlantısı yok. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya 3. parti uygulama kurma gibi bazı özellikler çalışmayacağı anlamına gelmektedir. Uzaktan dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için internet bağlantısını etkinleştirmenizi öneriyoruz.", + "Error occurred while checking server setup" : "Sunucu yapılandırması denetlenirken hata oluştu", + "Shared" : "Paylaşılan", + "Shared with {recipients}" : "{recipients} ile paylaşılmış", + "Share" : "Paylaş", + "Error" : "Hata", + "Error while sharing" : "Paylaşım sırasında hata", + "Error while unsharing" : "Paylaşım iptal edilirken hata", + "Error while changing permissions" : "İzinleri değiştirirken hata", + "Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaştırılmış", + "Shared with you by {owner}" : "{owner} tarafından sizinle paylaşıldı", + "Share with user or group …" : "Kullanıcı veya grup ile paylaş...", + "Share link" : "Paylaşma bağlantısı", + "The public link will expire no later than {days} days after it is created" : "Herkese açık bağlantı, oluşturulduktan en geç {days} gün sonra sona erecek", + "Password protect" : "Parola koruması", + "Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin", + "Allow Public Upload" : "Herkes Tarafından Gönderime İzin Ver", + "Email link to person" : "Bağlantıyı e-posta ile gönder", + "Send" : "Gönder", + "Set expiration date" : "Son kullanma tarihini ayarla", + "Expiration date" : "Son kullanım tarihi", + "Adding user..." : "Kullanıcı ekleniyor...", + "group" : "grup", + "Resharing is not allowed" : "Tekrar paylaşmaya izin verilmiyor", + "Shared in {item} with {user}" : "{item} içinde {user} ile paylaşılanlar", + "Unshare" : "Paylaşmayı Kaldır", + "notify by email" : "e-posta ile bildir", + "can share" : "paylaşabilir", + "can edit" : "düzenleyebilir", + "access control" : "erişim kontrolü", + "create" : "oluştur", + "update" : "güncelle", + "delete" : "sil", + "Password protected" : "Parola korumalı", + "Error unsetting expiration date" : "Son kullanma tarihi kaldırma hatası", + "Error setting expiration date" : "Son kullanma tarihi ayarlama hatası", + "Sending ..." : "Gönderiliyor...", + "Email sent" : "E-posta gönderildi", + "Warning" : "Uyarı", + "The object type is not specified." : "Nesne türü belirtilmemiş.", + "Enter new" : "Yeni girin", + "Delete" : "Sil", + "Add" : "Ekle", + "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.", + "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.", + "The update was successful. Redirecting you to ownCloud now." : "Güncelleme başarılı. Şimdi ownCloud'a yönlendiriliyorsunuz.", + "Couldn't reset password because the token is invalid" : "Belirteç geçersiz olduğundan parola sıfırlanamadı", + "Couldn't send reset email. Please make sure your username is correct." : "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Sıfırlama e-postası, bu kullanıcı için bir e-posta adresi olmadığından gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", + "%s password reset" : "%s parola sıfırlama", + "Use the following link to reset your password: {link}" : "Parolanızı sıfırlamak için bu bağlantıyı kullanın: {link}", + "You will receive a link to reset your password via Email." : "Parolanızı sıfırlamak için e-posta ile bir bağlantı alacaksınız.", + "Username" : "Kullanıcı Adı", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Eğer kurtarma anahtarını etkinleştirmediyseniz parola sıfırlama işleminden sonra verilerinize erişmeniz imkansız olacak. Eğer ne yaptığınızdan emin değilseniz, devam etmeden önce sistem yöneticiniz ile iletişime geçin. Gerçekten devam etmek istiyor musunuz?", + "Yes, I really want to reset my password now" : "Evet, gerçekten parolamı şimdi sıfırlamak istiyorum", + "Reset" : "Sıfırla", + "New password" : "Yeni parola", + "New Password" : "Yeni Parola", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X desteklenmiyor ve %s bu platformda düzgün çalışmayacak. Kendi riskinizle kullanın!", + "For the best results, please consider using a GNU/Linux server instead." : "En iyi sonuçlar için GNU/Linux sunucusu kullanın.", + "Personal" : "Kişisel", + "Users" : "Kullanıcılar", + "Apps" : "Uygulamalar", + "Admin" : "Yönetici", + "Help" : "Yardım", + "Error loading tags" : "Etiketler yüklenirken hata", + "Tag already exists" : "Etiket zaten mevcut", + "Error deleting tag(s)" : "Etiket(ler) silinirken hata", + "Error tagging" : "Etiketleme hatası", + "Error untagging" : "Etiket kaldırma hatası", + "Error favoriting" : "Beğenilirken hata", + "Error unfavoriting" : "Beğeniden kaldırılırken hata", + "Access forbidden" : "Erişim yasak", + "File not found" : "Dosya bulunamadı", + "The specified document has not been found on the server." : "Belirtilen dosya sunucuda bulunamadı.", + "You can click here to return to %s." : "%s ana sayfasına dönmek için buraya tıklayabilirsiniz.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Merhaba,\n\nSadece %s sizinle %s paylaşımını yaptığını bildiriyoruz.\nBuradan bakabilirsiniz: %s\n\n", + "The share will expire on %s." : "Bu paylaşım %s tarihinde sona erecek.", + "Cheers!" : "Hoşça kalın!", + "Internal Server Error" : "Dahili Sunucu Hatası", + "The server encountered an internal error and was unable to complete your request." : "Sunucu dahili bir hatayla karşılaştı ve isteğinizi tamamlayamadı.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Eğer bu hata birden çok kez oluştuysa, lütfen sunucu yöneticisine aşağıdaki teknik ayrıntılar ile birlikte iletişime geçin.", + "More details can be found in the server log." : "Daha fazla ayrıntı sunucu günlüğünde bulanabilir.", + "Technical details" : "Teknik ayrıntılar", + "Remote Address: %s" : "Uzak Adres: %s", + "Request ID: %s" : "İstek Kimliği: %s", + "Code: %s" : "Kod: %s", + "Message: %s" : "Mesaj: %s", + "File: %s" : "Dosya: %s", + "Line: %s" : "Satır: %s", + "Trace" : "İz", + "Security Warning" : "Güvenlik Uyarısı", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "PHP sürümünüz NULL Byte saldırısına açık (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "%s yazılımını güvenli olarak kullanmak için, lütfen PHP kurulumunuzu güncelleyin.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Veri klasörünüz ve dosyalarınız .htaccess dosyası çalışmadığı için İnternet'ten erişime açık.", + "For information how to properly configure your server, please see the documentation." : "Sunucunuzu nasıl ayarlayacağınıza dair bilgi için, lütfen belgelendirme sayfasını ziyaret edin.", + "Create an admin account" : "Bir yönetici hesabı oluşturun", + "Password" : "Parola", + "Storage & database" : "Depolama ve veritabanı", + "Data folder" : "Veri klasörü", + "Configure the database" : "Veritabanını yapılandır", + "Only %s is available." : "Sadece %s kullanılabilir.", + "Database user" : "Veritabanı kullanıcı adı", + "Database password" : "Veritabanı parolası", + "Database name" : "Veritabanı adı", + "Database tablespace" : "Veritabanı tablo alanı", + "Database host" : "Veritabanı sunucusu", + "SQLite will be used as database. For larger installations we recommend to change this." : "Veritabanı olarak SQLite kullanılacak. Daha büyük kurulumlar için bunu değiştirmenizi öneririz.", + "Finish setup" : "Kurulumu tamamla", + "Finishing …" : "Tamamlanıyor ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Uygulama, doğru çalışabilmesi için JavaScript gerektiriyor. Lütfen JavaScript'i etkinleştirin ve sayfayı yeniden yükleyin.", + "%s is available. Get more information on how to update." : "%s kullanılabilir. Nasıl güncelleyeceğiniz hakkında daha fazla bilgi alın.", + "Log out" : "Çıkış yap", + "Server side authentication failed!" : "Sunucu taraflı yetkilendirme başarısız!", + "Please contact your administrator." : "Lütfen sistem yöneticiniz ile iletişime geçin.", + "Forgot your password? Reset it!" : "Parolanızı mı unuttunuz? Sıfırlayın!", + "remember" : "hatırla", + "Log in" : "Giriş yap", + "Alternative Logins" : "Alternatif Girişler", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Merhaba,

%s kullanıcısının sizinle %s paylaşımında bulunduğunu bildirmek istedik.
Paylaşımı gör!

", + "This ownCloud instance is currently in single user mode." : "Bu ownCloud örneği şu anda tek kullanıcı kipinde.", + "This means only administrators can use the instance." : "Bu, örneği sadece yöneticiler kullanabilir demektir.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.", + "Thank you for your patience." : "Sabrınız için teşekkür ederiz.", + "You are accessing the server from an untrusted domain." : "Sunucuya güvenilmeyen bir alan adından ulaşıyorsunuz.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Lütfen yöneticiniz ile iletişime geçin. Eğer bu örneğin bir yöneticisi iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını yapılandırın. Bu yapılandırmanın bir örneği config/config.sample.php dosyasında verilmiştir.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Yapılandırmanıza bağlı olarak, bir yönetici olarak bu alan adına güvenmek için aşağıdaki düğmeyi de kullanabilirsiniz.", + "Add \"%s\" as trusted domain" : "\"%s\" alan adını güvenilir olarak ekle", + "%s will be updated to version %s." : "%s, %s sürümüne güncellenecek.", + "The following apps will be disabled:" : "Aşağıdaki uygulamalar devre dışı bırakılacak:", + "The theme %s has been disabled." : "%s teması devre dışı bırakıldı.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Devam etmeden önce lütfen veritabanının, yapılandırma ve veri klasörlerinin yedeklenmiş olduğundan emin olun.", + "Start update" : "Güncellemeyi başlat", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Daha büyük kurulumlarda zaman aşımlarının önüne geçmek için, kurulum dizininizden aşağıdaki komutu da çalıştırabilirsiniz:", + "This %s instance is currently being updated, which may take a while." : "Bu %s örneği şu anda güncelleniyor, bu biraz zaman alabilir.", + "This page will refresh itself when the %s instance is available again." : "Bu sayfa, %s örneği tekrar kullanılabilir olduğunda kendini yenileyecektir." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/core/l10n/tr.php b/core/l10n/tr.php deleted file mode 100644 index 7a1def5d18..0000000000 --- a/core/l10n/tr.php +++ /dev/null @@ -1,211 +0,0 @@ - "Şu kullanıcılara posta gönderilemedi: %s", -"Turned on maintenance mode" => "Bakım kipi etkinleştirildi", -"Turned off maintenance mode" => "Bakım kipi kapatıldı", -"Updated database" => "Veritabanı güncellendi", -"Checked database schema update" => "Veritabanı şema güncellemesi denetlendi", -"Checked database schema update for apps" => "Uygulamalar için veritabanı şema güncellemesi denetlendi", -"Updated \"%s\" to %s" => "\"%s\", %s sürümüne güncellendi", -"Disabled incompatible apps: %s" => "Uyumsuz uygulamalar devre dışı bırakıldı: %s", -"No image or file provided" => "Resim veya dosya belirtilmedi", -"Unknown filetype" => "Bilinmeyen dosya türü", -"Invalid image" => "Geçersiz resim", -"No temporary profile picture available, try again" => "Kullanılabilir geçici profil resmi yok, tekrar deneyin", -"No crop data provided" => "Kesme verisi sağlanmamış", -"Sunday" => "Pazar", -"Monday" => "Pazartesi", -"Tuesday" => "Salı", -"Wednesday" => "Çarşamba", -"Thursday" => "Perşembe", -"Friday" => "Cuma", -"Saturday" => "Cumartesi", -"January" => "Ocak", -"February" => "Şubat", -"March" => "Mart", -"April" => "Nisan", -"May" => "Mayıs", -"June" => "Haziran", -"July" => "Temmuz", -"August" => "Ağustos", -"September" => "Eylül", -"October" => "Ekim", -"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.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Dosyalarınız şifrelenmiş. Kurtarma anahtarını etkinleştirmemişseniz, parola sıfırlama işleminden sonra verilerinize erişmeniz imkansız olacak.
Ne yaptığınızdan emin değilseniz, devam etmeden önce sistem yöneticiniz ile iletişime geçin.
Gerçekten devam etmek istiyor musunuz?", -"I know what I'm doing" => "Ne yaptığımı biliyorum", -"Reset password" => "Parolayı sıfırla", -"Password can not be changed. Please contact your administrator." => "Parola değiştirilemedi. Lütfen yöneticiniz ile iletişime geçin.", -"No" => "Hayır", -"Yes" => "Evet", -"Choose" => "Seç", -"Error loading file picker template: {error}" => "Dosya seçici şablonu yüklenirken hata: {error}", -"Ok" => "Tamam", -"Error loading message template: {error}" => "İleti şablonu yüklenirken hata: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} dosya çakışması","{count} dosya çakışması"), -"One file conflict" => "Bir dosya çakışması", -"New Files" => "Yeni Dosyalar", -"Already existing files" => "Zaten mevcut olan dosyalar", -"Which files do you want to keep?" => "Hangi dosyaları saklamak istiyorsunuz?", -"If you select both versions, the copied file will have a number added to its name." => "İki sürümü de seçerseniz, kopyalanan dosyanın ismine bir sayı ilave edilecektir.", -"Cancel" => "İptal", -"Continue" => "Devam et", -"(all selected)" => "(tümü seçildi)", -"({count} selected)" => "({count} seçildi)", -"Error loading file exists template" => "Dosya mevcut şablonu yüklenirken hata", -"Very weak password" => "Çok güçsüz parola", -"Weak password" => "Güçsüz parola", -"So-so password" => "Normal parola", -"Good password" => "İyi parola", -"Strong password" => "Güçlü parola", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Web sunucunuz dosya eşitlemesine izin vermek üzere düzgün bir şekilde yapılandırılmamış. WebDAV arayüzü sorunlu görünüyor.", -"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." => "Bu sunucunun çalışan bir internet bağlantısı yok. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya 3. parti uygulama kurma gibi bazı özellikler çalışmayacağı anlamına gelmektedir. Uzaktan dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için internet bağlantısını etkinleştirmenizi öneriyoruz.", -"Error occurred while checking server setup" => "Sunucu yapılandırması denetlenirken hata oluştu", -"Shared" => "Paylaşılan", -"Shared with {recipients}" => "{recipients} ile paylaşılmış", -"Share" => "Paylaş", -"Error" => "Hata", -"Error while sharing" => "Paylaşım sırasında hata", -"Error while unsharing" => "Paylaşım iptal edilirken hata", -"Error while changing permissions" => "İzinleri değiştirirken hata", -"Shared with you and the group {group} by {owner}" => "{owner} tarafından sizinle ve {group} ile paylaştırılmış", -"Shared with you by {owner}" => "{owner} tarafından sizinle paylaşıldı", -"Share with user or group …" => "Kullanıcı veya grup ile paylaş...", -"Share link" => "Paylaşma bağlantısı", -"The public link will expire no later than {days} days after it is created" => "Herkese açık bağlantı, oluşturulduktan en geç {days} gün sonra sona erecek", -"Password protect" => "Parola koruması", -"Choose a password for the public link" => "Herkese açık bağlantı için bir parola seçin", -"Allow Public Upload" => "Herkes Tarafından Gönderime İzin Ver", -"Email link to person" => "Bağlantıyı e-posta ile gönder", -"Send" => "Gönder", -"Set expiration date" => "Son kullanma tarihini ayarla", -"Expiration date" => "Son kullanım tarihi", -"Adding user..." => "Kullanıcı ekleniyor...", -"group" => "grup", -"Resharing is not allowed" => "Tekrar paylaşmaya izin verilmiyor", -"Shared in {item} with {user}" => "{item} içinde {user} ile paylaşılanlar", -"Unshare" => "Paylaşmayı Kaldır", -"notify by email" => "e-posta ile bildir", -"can share" => "paylaşabilir", -"can edit" => "düzenleyebilir", -"access control" => "erişim kontrolü", -"create" => "oluştur", -"update" => "güncelle", -"delete" => "sil", -"Password protected" => "Parola korumalı", -"Error unsetting expiration date" => "Son kullanma tarihi kaldırma hatası", -"Error setting expiration date" => "Son kullanma tarihi ayarlama hatası", -"Sending ..." => "Gönderiliyor...", -"Email sent" => "E-posta gönderildi", -"Warning" => "Uyarı", -"The object type is not specified." => "Nesne türü belirtilmemiş.", -"Enter new" => "Yeni girin", -"Delete" => "Sil", -"Add" => "Ekle", -"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.", -"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.", -"The update was successful. Redirecting you to ownCloud now." => "Güncelleme başarılı. Şimdi ownCloud'a yönlendiriliyorsunuz.", -"Couldn't reset password because the token is invalid" => "Belirteç geçersiz olduğundan parola sıfırlanamadı", -"Couldn't send reset email. Please make sure your username is correct." => "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Sıfırlama e-postası, bu kullanıcı için bir e-posta adresi olmadığından gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", -"%s password reset" => "%s parola sıfırlama", -"Use the following link to reset your password: {link}" => "Parolanızı sıfırlamak için bu bağlantıyı kullanın: {link}", -"You will receive a link to reset your password via Email." => "Parolanızı sıfırlamak için e-posta ile bir bağlantı alacaksınız.", -"Username" => "Kullanıcı Adı", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Dosyalarınız şifrelenmiş. Eğer kurtarma anahtarını etkinleştirmediyseniz parola sıfırlama işleminden sonra verilerinize erişmeniz imkansız olacak. Eğer ne yaptığınızdan emin değilseniz, devam etmeden önce sistem yöneticiniz ile iletişime geçin. Gerçekten devam etmek istiyor musunuz?", -"Yes, I really want to reset my password now" => "Evet, gerçekten parolamı şimdi sıfırlamak istiyorum", -"Reset" => "Sıfırla", -"New password" => "Yeni parola", -"New Password" => "Yeni Parola", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X desteklenmiyor ve %s bu platformda düzgün çalışmayacak. Kendi riskinizle kullanın!", -"For the best results, please consider using a GNU/Linux server instead." => "En iyi sonuçlar için GNU/Linux sunucusu kullanın.", -"Personal" => "Kişisel", -"Users" => "Kullanıcılar", -"Apps" => "Uygulamalar", -"Admin" => "Yönetici", -"Help" => "Yardım", -"Error loading tags" => "Etiketler yüklenirken hata", -"Tag already exists" => "Etiket zaten mevcut", -"Error deleting tag(s)" => "Etiket(ler) silinirken hata", -"Error tagging" => "Etiketleme hatası", -"Error untagging" => "Etiket kaldırma hatası", -"Error favoriting" => "Beğenilirken hata", -"Error unfavoriting" => "Beğeniden kaldırılırken hata", -"Access forbidden" => "Erişim yasak", -"File not found" => "Dosya bulunamadı", -"The specified document has not been found on the server." => "Belirtilen dosya sunucuda bulunamadı.", -"You can click here to return to %s." => "%s ana sayfasına dönmek için buraya tıklayabilirsiniz.", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Merhaba,\n\nSadece %s sizinle %s paylaşımını yaptığını bildiriyoruz.\nBuradan bakabilirsiniz: %s\n\n", -"The share will expire on %s." => "Bu paylaşım %s tarihinde sona erecek.", -"Cheers!" => "Hoşça kalın!", -"Internal Server Error" => "Dahili Sunucu Hatası", -"The server encountered an internal error and was unable to complete your request." => "Sunucu dahili bir hatayla karşılaştı ve isteğinizi tamamlayamadı.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Eğer bu hata birden çok kez oluştuysa, lütfen sunucu yöneticisine aşağıdaki teknik ayrıntılar ile birlikte iletişime geçin.", -"More details can be found in the server log." => "Daha fazla ayrıntı sunucu günlüğünde bulanabilir.", -"Technical details" => "Teknik ayrıntılar", -"Remote Address: %s" => "Uzak Adres: %s", -"Request ID: %s" => "İstek Kimliği: %s", -"Code: %s" => "Kod: %s", -"Message: %s" => "Mesaj: %s", -"File: %s" => "Dosya: %s", -"Line: %s" => "Satır: %s", -"Trace" => "İz", -"Security Warning" => "Güvenlik Uyarısı", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "PHP sürümünüz NULL Byte saldırısına açık (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "%s yazılımını güvenli olarak kullanmak için, lütfen PHP kurulumunuzu güncelleyin.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Veri klasörünüz ve dosyalarınız .htaccess dosyası çalışmadığı için İnternet'ten erişime açık.", -"For information how to properly configure your server, please see the documentation." => "Sunucunuzu nasıl ayarlayacağınıza dair bilgi için, lütfen belgelendirme sayfasını ziyaret edin.", -"Create an admin account" => "Bir yönetici hesabı oluşturun", -"Password" => "Parola", -"Storage & database" => "Depolama ve veritabanı", -"Data folder" => "Veri klasörü", -"Configure the database" => "Veritabanını yapılandır", -"Only %s is available." => "Sadece %s kullanılabilir.", -"Database user" => "Veritabanı kullanıcı adı", -"Database password" => "Veritabanı parolası", -"Database name" => "Veritabanı adı", -"Database tablespace" => "Veritabanı tablo alanı", -"Database host" => "Veritabanı sunucusu", -"SQLite will be used as database. For larger installations we recommend to change this." => "Veritabanı olarak SQLite kullanılacak. Daha büyük kurulumlar için bunu değiştirmenizi öneririz.", -"Finish setup" => "Kurulumu tamamla", -"Finishing …" => "Tamamlanıyor ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Uygulama, doğru çalışabilmesi için JavaScript gerektiriyor. Lütfen JavaScript'i etkinleştirin ve sayfayı yeniden yükleyin.", -"%s is available. Get more information on how to update." => "%s kullanılabilir. Nasıl güncelleyeceğiniz hakkında daha fazla bilgi alın.", -"Log out" => "Çıkış yap", -"Server side authentication failed!" => "Sunucu taraflı yetkilendirme başarısız!", -"Please contact your administrator." => "Lütfen sistem yöneticiniz ile iletişime geçin.", -"Forgot your password? Reset it!" => "Parolanızı mı unuttunuz? Sıfırlayın!", -"remember" => "hatırla", -"Log in" => "Giriş yap", -"Alternative Logins" => "Alternatif Girişler", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Merhaba,

%s kullanıcısının sizinle %s paylaşımında bulunduğunu bildirmek istedik.
Paylaşımı gör!

", -"This ownCloud instance is currently in single user mode." => "Bu ownCloud örneği şu anda tek kullanıcı kipinde.", -"This means only administrators can use the instance." => "Bu, örneği sadece yöneticiler kullanabilir demektir.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.", -"Thank you for your patience." => "Sabrınız için teşekkür ederiz.", -"You are accessing the server from an untrusted domain." => "Sunucuya güvenilmeyen bir alan adından ulaşıyorsunuz.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Lütfen yöneticiniz ile iletişime geçin. Eğer bu örneğin bir yöneticisi iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını yapılandırın. Bu yapılandırmanın bir örneği config/config.sample.php dosyasında verilmiştir.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Yapılandırmanıza bağlı olarak, bir yönetici olarak bu alan adına güvenmek için aşağıdaki düğmeyi de kullanabilirsiniz.", -"Add \"%s\" as trusted domain" => "\"%s\" alan adını güvenilir olarak ekle", -"%s will be updated to version %s." => "%s, %s sürümüne güncellenecek.", -"The following apps will be disabled:" => "Aşağıdaki uygulamalar devre dışı bırakılacak:", -"The theme %s has been disabled." => "%s teması devre dışı bırakıldı.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Devam etmeden önce lütfen veritabanının, yapılandırma ve veri klasörlerinin yedeklenmiş olduğundan emin olun.", -"Start update" => "Güncellemeyi başlat", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Daha büyük kurulumlarda zaman aşımlarının önüne geçmek için, kurulum dizininizden aşağıdaki komutu da çalıştırabilirsiniz:", -"This %s instance is currently being updated, which may take a while." => "Bu %s örneği şu anda güncelleniyor, bu biraz zaman alabilir.", -"This page will refresh itself when the %s instance is available again." => "Bu sayfa, %s örneği tekrar kullanılabilir olduğunda kendini yenileyecektir." -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/tzm.js b/core/l10n/tzm.js new file mode 100644 index 0000000000..e7a57a1ef8 --- /dev/null +++ b/core/l10n/tzm.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : ["",""] +}, +"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 new file mode 100644 index 0000000000..653f556ff1 --- /dev/null +++ b/core/l10n/tzm.json @@ -0,0 +1,4 @@ +{ "translations": { + "_{count} file conflict_::_{count} file conflicts_" : ["",""] +},"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/tzm.php b/core/l10n/tzm.php deleted file mode 100644 index 63fd3b90a5..0000000000 --- a/core/l10n/tzm.php +++ /dev/null @@ -1,5 +0,0 @@ - array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;"; diff --git a/core/l10n/ug.js b/core/l10n/ug.js new file mode 100644 index 0000000000..5895d94b3e --- /dev/null +++ b/core/l10n/ug.js @@ -0,0 +1,52 @@ +OC.L10N.register( + "core", + { + "Sunday" : "يەكشەنبە", + "Monday" : "دۈشەنبە", + "Tuesday" : "سەيشەنبە", + "Wednesday" : "چارشەنبە", + "Thursday" : "پەيشەنبە", + "Friday" : "جۈمە", + "Saturday" : "شەنبە", + "January" : "قەھرىتان", + "February" : "ھۇت", + "March" : "نەۋرۇز", + "April" : "ئۇمۇت", + "May" : "باھار", + "June" : "سەپەر", + "July" : "چىللە", + "August" : "تومۇز", + "September" : "مىزان", + "October" : "ئوغۇز", + "November" : "ئوغلاق", + "December" : "كۆنەك", + "Settings" : "تەڭشەكلەر", + "Folder" : "قىسقۇچ", + "Saving..." : "ساقلاۋاتىدۇ…", + "No" : "ياق", + "Yes" : "ھەئە", + "Ok" : "جەزملە", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "Cancel" : "ۋاز كەچ", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "سىزنىڭ تور مۇلازىمېتىرىڭىز ھۆججەت قەدەمداشلاشقا يول قويىدىغان قىلىپ توغرا تەڭشەلمەپتۇ، چۈنكى WebDAV نىڭ ئېغىزى بۇزۇلغاندەك تۇرىدۇ.", + "Share" : "ھەمبەھىر", + "Error" : "خاتالىق", + "Send" : "يوللا", + "group" : "گۇرۇپپا", + "Unshare" : "ھەمبەھىرلىمە", + "delete" : "ئۆچۈر", + "Warning" : "ئاگاھلاندۇرۇش", + "Delete" : "ئۆچۈر", + "Add" : "قوش", + "Username" : "ئىشلەتكۈچى ئاتى", + "New password" : "يېڭى ئىم", + "Personal" : "شەخسىي", + "Users" : "ئىشلەتكۈچىلەر", + "Apps" : "ئەپلەر", + "Help" : "ياردەم", + "Security Warning" : "بىخەتەرلىك ئاگاھلاندۇرۇش", + "Password" : "ئىم", + "Finish setup" : "تەڭشەك تامام", + "Log out" : "تىزىمدىن چىق" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/ug.json b/core/l10n/ug.json new file mode 100644 index 0000000000..e253d465ab --- /dev/null +++ b/core/l10n/ug.json @@ -0,0 +1,50 @@ +{ "translations": { + "Sunday" : "يەكشەنبە", + "Monday" : "دۈشەنبە", + "Tuesday" : "سەيشەنبە", + "Wednesday" : "چارشەنبە", + "Thursday" : "پەيشەنبە", + "Friday" : "جۈمە", + "Saturday" : "شەنبە", + "January" : "قەھرىتان", + "February" : "ھۇت", + "March" : "نەۋرۇز", + "April" : "ئۇمۇت", + "May" : "باھار", + "June" : "سەپەر", + "July" : "چىللە", + "August" : "تومۇز", + "September" : "مىزان", + "October" : "ئوغۇز", + "November" : "ئوغلاق", + "December" : "كۆنەك", + "Settings" : "تەڭشەكلەر", + "Folder" : "قىسقۇچ", + "Saving..." : "ساقلاۋاتىدۇ…", + "No" : "ياق", + "Yes" : "ھەئە", + "Ok" : "جەزملە", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "Cancel" : "ۋاز كەچ", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "سىزنىڭ تور مۇلازىمېتىرىڭىز ھۆججەت قەدەمداشلاشقا يول قويىدىغان قىلىپ توغرا تەڭشەلمەپتۇ، چۈنكى WebDAV نىڭ ئېغىزى بۇزۇلغاندەك تۇرىدۇ.", + "Share" : "ھەمبەھىر", + "Error" : "خاتالىق", + "Send" : "يوللا", + "group" : "گۇرۇپپا", + "Unshare" : "ھەمبەھىرلىمە", + "delete" : "ئۆچۈر", + "Warning" : "ئاگاھلاندۇرۇش", + "Delete" : "ئۆچۈر", + "Add" : "قوش", + "Username" : "ئىشلەتكۈچى ئاتى", + "New password" : "يېڭى ئىم", + "Personal" : "شەخسىي", + "Users" : "ئىشلەتكۈچىلەر", + "Apps" : "ئەپلەر", + "Help" : "ياردەم", + "Security Warning" : "بىخەتەرلىك ئاگاھلاندۇرۇش", + "Password" : "ئىم", + "Finish setup" : "تەڭشەك تامام", + "Log out" : "تىزىمدىن چىق" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/ug.php b/core/l10n/ug.php deleted file mode 100644 index 418563352b..0000000000 --- a/core/l10n/ug.php +++ /dev/null @@ -1,51 +0,0 @@ - "يەكشەنبە", -"Monday" => "دۈشەنبە", -"Tuesday" => "سەيشەنبە", -"Wednesday" => "چارشەنبە", -"Thursday" => "پەيشەنبە", -"Friday" => "جۈمە", -"Saturday" => "شەنبە", -"January" => "قەھرىتان", -"February" => "ھۇت", -"March" => "نەۋرۇز", -"April" => "ئۇمۇت", -"May" => "باھار", -"June" => "سەپەر", -"July" => "چىللە", -"August" => "تومۇز", -"September" => "مىزان", -"October" => "ئوغۇز", -"November" => "ئوغلاق", -"December" => "كۆنەك", -"Settings" => "تەڭشەكلەر", -"Folder" => "قىسقۇچ", -"Saving..." => "ساقلاۋاتىدۇ…", -"No" => "ياق", -"Yes" => "ھەئە", -"Ok" => "جەزملە", -"_{count} file conflict_::_{count} file conflicts_" => array(""), -"Cancel" => "ۋاز كەچ", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "سىزنىڭ تور مۇلازىمېتىرىڭىز ھۆججەت قەدەمداشلاشقا يول قويىدىغان قىلىپ توغرا تەڭشەلمەپتۇ، چۈنكى WebDAV نىڭ ئېغىزى بۇزۇلغاندەك تۇرىدۇ.", -"Share" => "ھەمبەھىر", -"Error" => "خاتالىق", -"Send" => "يوللا", -"group" => "گۇرۇپپا", -"Unshare" => "ھەمبەھىرلىمە", -"delete" => "ئۆچۈر", -"Warning" => "ئاگاھلاندۇرۇش", -"Delete" => "ئۆچۈر", -"Add" => "قوش", -"Username" => "ئىشلەتكۈچى ئاتى", -"New password" => "يېڭى ئىم", -"Personal" => "شەخسىي", -"Users" => "ئىشلەتكۈچىلەر", -"Apps" => "ئەپلەر", -"Help" => "ياردەم", -"Security Warning" => "بىخەتەرلىك ئاگاھلاندۇرۇش", -"Password" => "ئىم", -"Finish setup" => "تەڭشەك تامام", -"Log out" => "تىزىمدىن چىق" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/uk.js b/core/l10n/uk.js new file mode 100644 index 0000000000..4f3e9c2cba --- /dev/null +++ b/core/l10n/uk.js @@ -0,0 +1,212 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Неможливо надіслати пошту наступним користувачам: %s ", + "Turned on maintenance mode" : "Увімкнено захищений режим", + "Turned off maintenance mode" : "Вимкнено захищений режим", + "Updated database" : "Базу даних оновлено", + "Checked database schema update" : "Перевірено оновлення схеми бази даних", + "Checked database schema update for apps" : "Перевірено оновлення схеми бази даних для додатків", + "Updated \"%s\" to %s" : "Оновлено \"%s\" до %s", + "Disabled incompatible apps: %s" : "Вимкнені несумісні додатки: %s", + "No image or file provided" : "Немає наданого зображення або файлу", + "Unknown filetype" : "Невідомий тип файлу", + "Invalid image" : "Невірне зображення", + "No temporary profile picture available, try again" : "Немає доступного тимчасового профілю для малюнків, спробуйте ще раз", + "No crop data provided" : "Немає інформації щодо обрізки даних", + "Sunday" : "Неділя", + "Monday" : "Понеділок", + "Tuesday" : "Вівторок", + "Wednesday" : "Середа", + "Thursday" : "Четвер", + "Friday" : "П'ятниця", + "Saturday" : "Субота", + "January" : "Січень", + "February" : "Лютий", + "March" : "Березень", + "April" : "Квітень", + "May" : "Травень", + "June" : "Червень", + "July" : "Липень", + "August" : "Серпень", + "September" : "Вересень", + "October" : "Жовтень", + "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. Якщо ви не отримали його найближчим часом, перевірте теку зі спамом.
Якщо і там немає, спитайте вашого місцевого адміністратора.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Ваші файли зашифровані. Якщо ви не зробили ключ відновлення, після скидання паролю відновити ваші дані буде неможливо.
Якщо ви не знаєте, що робити, будь ласка, зверніться до адміністратора перед продовженням.
Ви дійсно хочете продовжити?", + "I know what I'm doing" : "Я знаю що роблю", + "Reset password" : "Скинути пароль", + "Password can not be changed. Please contact your administrator." : "Пароль не може бути змінено. Будь ласка, зверніться до вашого адміністратора", + "No" : "Ні", + "Yes" : "Так", + "Choose" : "Обрати", + "Error loading file picker template: {error}" : "Помилка при завантаженні шаблону вибору: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Помилка при завантаженні шаблону повідомлення: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} файловий конфлікт","{count} файлових конфліктів","{count} файлових конфліктів"], + "One file conflict" : "Один файловий конфлікт", + "New Files" : "Нових Файлів", + "Already existing files" : "Файли що вже існують", + "Which files do you want to keep?" : "Які файли ви хочете залишити?", + "If you select both versions, the copied file will have a number added to its name." : "Якщо ви оберете обидві версії, скопійований файл буде мати номер, доданий у його ім'я.", + "Cancel" : "Відмінити", + "Continue" : "Продовжити", + "(all selected)" : "(все вибрано)", + "({count} selected)" : "({count} вибрано)", + "Error loading file exists template" : "Помилка при завантаженні файлу існуючого шаблону", + "Very weak password" : "Дуже слабкий пароль", + "Weak password" : "Слабкий пароль", + "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." : "Ваш Web-сервер ще не налаштований належним чином для того, щоб дозволити синхронізацію файлів, через те що інтерфейс WebDAV, здається, зламаний.", + "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." : "Цей сервер не має під'єднання до Інтернету. Це означає, що деякі функції, такі як монтування зовнішніх сховищ, повідомлення про оновлення або встановлення допоміжних програм не будуть працювати. Віддалений доступ до файлів та надсилання повідомлень електронною поштою також може не працювати. Ми пропонуємо увімкнути під'єднання до Інтернету для даного сервера, якщо ви хочете мати всі можливості ownCloud.", + "Error occurred while checking server setup" : "При перевірці налаштувань серверу сталася помилка", + "Shared" : "Опубліковано", + "Shared with {recipients}" : "Опубліковано для {recipients}", + "Share" : "Поділитися", + "Error" : "Помилка", + "Error while sharing" : "Помилка під час публікації", + "Error while unsharing" : "Помилка під час відміни публікації", + "Error while changing permissions" : "Помилка при зміні повноважень", + "Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}", + "Shared with you by {owner}" : "{owner} опублікував для Вас", + "Share with user or group …" : "Поділитися з користувачем або групою ...", + "Share link" : "Опублікувати посилання", + "The public link will expire no later than {days} days after it is created" : "Доступ до опублікованого посилання буде припинено не пізніше ніж через {days} днів з моменту створення", + "Password protect" : "Захистити паролем", + "Choose a password for the public link" : "Оберіть пароль для опублікованого посилання", + "Allow Public Upload" : "Дозволити Публічне Завантаження", + "Email link to person" : "Ел. пошта належить Пану", + "Send" : "Надіслати", + "Set expiration date" : "Встановити термін дії", + "Expiration date" : "Термін дії", + "Adding user..." : "Додавання користувача...", + "group" : "група", + "Resharing is not allowed" : "Пере-публікація не дозволяється", + "Shared in {item} with {user}" : "Опубліковано {item} для {user}", + "Unshare" : "Закрити доступ", + "notify by email" : "повідомити по Email", + "can share" : "можна поділитися", + "can edit" : "може редагувати", + "access control" : "контроль доступу", + "create" : "створити", + "update" : "оновити", + "delete" : "видалити", + "Password protected" : "Захищено паролем", + "Error unsetting expiration date" : "Помилка при відміні терміна дії", + "Error setting expiration date" : "Помилка при встановленні терміна дії", + "Sending ..." : "Надсилання...", + "Email sent" : "Ел. пошта надіслана", + "Warning" : "Попередження", + "The object type is not specified." : "Не визначено тип об'єкту.", + "Enter new" : "Введіть новий", + "Delete" : "Видалити", + "Add" : "Додати", + "Edit tags" : "Редагувати теги", + "Error loading dialog template: {error}" : "Помилка при завантаженні шаблону діалогу: {error}", + "No tags selected for deletion." : "Жодних тегів не обрано для видалення.", + "Updating {productName} to version {version}, this may take a while." : "Оновлення {productName} до версії {version}, це може займати деякий час.", + "Please reload the page." : "Будь ласка, перезавантажте сторінку.", + "The update was unsuccessful." : "Оновлення завершилось невдачею.", + "The update was successful. Redirecting you to ownCloud now." : "Оновлення виконалось успішно. Перенаправляємо вас на ownCloud.", + "Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним", + "Couldn't send reset email. Please make sure your username is correct." : "Не вдалося відправити скидання паролю. Будь ласка, переконайтеся, що ваше ім'я користувача є правильним.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Не вдалося відправити скидання паролю, тому що немає адреси електронної пошти для цього користувача. Будь ласка, зверніться до адміністратора.", + "%s password reset" : "%s пароль скинуто", + "Use the following link to reset your password: {link}" : "Використовуйте наступне посилання для скидання пароля: {link}", + "You will receive a link to reset your password via Email." : "Ви отримаєте посилання для скидання вашого паролю на Ел. пошту.", + "Username" : "Ім'я користувача", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ваші файли зашифровані. Якщо ви не зробили придатний ключ відновлення, не буде ніякої можливості отримати дані назад після того, як ваш пароль буде скинутий. Якщо ви не знаєте, що робити, будь ласка, зверніться до адміністратора, щоб продовжити. Ви дійсно хочете продовжити?", + "Yes, I really want to reset my password now" : "Так, я справді бажаю скинути мій пароль зараз", + "Reset" : "Перевстановити", + "New password" : "Новий пароль", + "New Password" : "Новий пароль", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X не підтримується і %s не буде коректно працювати на цій платформі. Випробовуєте на свій риск!", + "For the best results, please consider using a GNU/Linux server instead." : "Для кращих результатів розгляньте можливість використання GNU/Linux серверу", + "Personal" : "Особисте", + "Users" : "Користувачі", + "Apps" : "Додатки", + "Admin" : "Адмін", + "Help" : "Допомога", + "Error loading tags" : "Помилка завантаження тегів.", + "Tag already exists" : "Тег вже існує", + "Error deleting tag(s)" : "Помилка видалення тегу(ів)", + "Error tagging" : "Помилка встановлення тегів", + "Error untagging" : "Помилка зняття тегів", + "Error favoriting" : "Помилка позначення улюблених", + "Error unfavoriting" : "Помилка зняття позначки улюблених", + "Access forbidden" : "Доступ заборонено", + "File not found" : "Файл не знайдено", + "The specified document has not been found on the server." : "Не вдалось знайти вказаний документ на сервері.", + "You can click here to return to %s." : "Ви можете натиснути тут для повернення до %s.", + "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." : "Більше деталей може бути в журналі серверу.", + "Technical details" : "Технічні деталі", + "Remote Address: %s" : "Віддалена Адреса: %s", + "Request ID: %s" : "Запит ID: %s", + "Code: %s" : "Код: %s", + "Message: %s" : "Повідомлення: %s", + "File: %s" : "Файл: %s", + "Line: %s" : "Рядок: %s", + "Trace" : "Трасування", + "Security Warning" : "Попередження про небезпеку", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Ваша версія PHP вразлива для атак NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Будь ласка, оновіть вашу інсталяцію PHP для використання %s безпеки.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваші дані каталогів і файлів, ймовірно, доступні з інтернету, тому що .htaccess файл не працює.", + "For information how to properly configure your server, please see the documentation." : "Для отримання інформації, як правильно налаштувати сервер, див. документацію.", + "Create an admin account" : "Створити обліковий запис адміністратора", + "Password" : "Пароль", + "Storage & database" : "Сховище і база даних", + "Data folder" : "Каталог даних", + "Configure the database" : "Налаштування бази даних", + "Only %s is available." : "Тільки %s доступно.", + "Database user" : "Користувач бази даних", + "Database password" : "Пароль для бази даних", + "Database name" : "Назва бази даних", + "Database tablespace" : "Таблиця бази даних", + "Database host" : "Хост бази даних", + "SQLite will be used as database. For larger installations we recommend to change this." : "Ви використовуете SQLite для вашої бази даних. Для більш навантажених серверів, ми рекомендуемо змінити це.", + "Finish setup" : "Завершити налаштування", + "Finishing …" : "Завершується ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Для цього додатка потрібна наявність Java для коректної роботи. Будь ласка, увімкніть JavaScript і перезавантажте сторінку.", + "%s is available. Get more information on how to update." : "%s доступний. Отримай більше інформації про те, як оновити.", + "Log out" : "Вихід", + "Server side authentication failed!" : "Помилка аутентифікації на боці Сервера !", + "Please contact your administrator." : "Будь ласка, зверніться до вашого Адміністратора.", + "Forgot your password? Reset it!" : "Забули ваш пароль? Скиньте його!", + "remember" : "запам'ятати", + "Log in" : "Вхід", + "Alternative Logins" : "Альтернативні Логіни", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Агов,

просто щоб ви знали, що %s поділився »%s« з вами.
Подивіться!

", + "This ownCloud instance is currently in single user mode." : "Цей екземпляр OwnCloud зараз працює в монопольному режимі одного користувача", + "This means only administrators can use the instance." : "Це означає, що лише адміністратори можуть використовувати цей екземпляр.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до системного адміністратора, якщо це повідомлення зберігається або з'являєтья несподівано.", + "Thank you for your patience." : "Дякуємо за ваше терпіння.", + "You are accessing the server from an untrusted domain." : "Ви зайшли на сервер з ненадійного домену.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Будь ласка, зверніться до адміністратора. Якщо ви є адміністратором цього серверу, ви можете налаштувати опцію \"trusted_domain\" в конфігураційному файлі config/config.php. Приклад конфігурації знаходится в файлі config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Залежно від конфігурації Ви як адміністратор можете додати цей домен у список довірених, використовуйте кнопку нижче.", + "Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений", + "%s will be updated to version %s." : "%s буде оновлено до версії %s.", + "The following apps will be disabled:" : "Наступні додатки будуть відключені:", + "The theme %s has been disabled." : "Тему %s було вимкнено.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перш ніж продовжити, будь ласка, переконайтеся, що база даних, папка конфігурації і папка даних були дубльовані.", + "Start update" : "Почати оновлення", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Щоб уникнути великих таймаутів з більш тяжкими встановленнями, ви можете виконати наступну команду відносно директорії встановлення:", + "This %s instance is currently being updated, which may take a while." : "Цей %s екземпляр нині оновлюється, що може зайняти деякий час.", + "This page will refresh itself when the %s instance is available again." : "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний." +}, +"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/uk.json b/core/l10n/uk.json new file mode 100644 index 0000000000..d6b2b9dbc2 --- /dev/null +++ b/core/l10n/uk.json @@ -0,0 +1,210 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Неможливо надіслати пошту наступним користувачам: %s ", + "Turned on maintenance mode" : "Увімкнено захищений режим", + "Turned off maintenance mode" : "Вимкнено захищений режим", + "Updated database" : "Базу даних оновлено", + "Checked database schema update" : "Перевірено оновлення схеми бази даних", + "Checked database schema update for apps" : "Перевірено оновлення схеми бази даних для додатків", + "Updated \"%s\" to %s" : "Оновлено \"%s\" до %s", + "Disabled incompatible apps: %s" : "Вимкнені несумісні додатки: %s", + "No image or file provided" : "Немає наданого зображення або файлу", + "Unknown filetype" : "Невідомий тип файлу", + "Invalid image" : "Невірне зображення", + "No temporary profile picture available, try again" : "Немає доступного тимчасового профілю для малюнків, спробуйте ще раз", + "No crop data provided" : "Немає інформації щодо обрізки даних", + "Sunday" : "Неділя", + "Monday" : "Понеділок", + "Tuesday" : "Вівторок", + "Wednesday" : "Середа", + "Thursday" : "Четвер", + "Friday" : "П'ятниця", + "Saturday" : "Субота", + "January" : "Січень", + "February" : "Лютий", + "March" : "Березень", + "April" : "Квітень", + "May" : "Травень", + "June" : "Червень", + "July" : "Липень", + "August" : "Серпень", + "September" : "Вересень", + "October" : "Жовтень", + "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. Якщо ви не отримали його найближчим часом, перевірте теку зі спамом.
Якщо і там немає, спитайте вашого місцевого адміністратора.", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Ваші файли зашифровані. Якщо ви не зробили ключ відновлення, після скидання паролю відновити ваші дані буде неможливо.
Якщо ви не знаєте, що робити, будь ласка, зверніться до адміністратора перед продовженням.
Ви дійсно хочете продовжити?", + "I know what I'm doing" : "Я знаю що роблю", + "Reset password" : "Скинути пароль", + "Password can not be changed. Please contact your administrator." : "Пароль не може бути змінено. Будь ласка, зверніться до вашого адміністратора", + "No" : "Ні", + "Yes" : "Так", + "Choose" : "Обрати", + "Error loading file picker template: {error}" : "Помилка при завантаженні шаблону вибору: {error}", + "Ok" : "Ok", + "Error loading message template: {error}" : "Помилка при завантаженні шаблону повідомлення: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} файловий конфлікт","{count} файлових конфліктів","{count} файлових конфліктів"], + "One file conflict" : "Один файловий конфлікт", + "New Files" : "Нових Файлів", + "Already existing files" : "Файли що вже існують", + "Which files do you want to keep?" : "Які файли ви хочете залишити?", + "If you select both versions, the copied file will have a number added to its name." : "Якщо ви оберете обидві версії, скопійований файл буде мати номер, доданий у його ім'я.", + "Cancel" : "Відмінити", + "Continue" : "Продовжити", + "(all selected)" : "(все вибрано)", + "({count} selected)" : "({count} вибрано)", + "Error loading file exists template" : "Помилка при завантаженні файлу існуючого шаблону", + "Very weak password" : "Дуже слабкий пароль", + "Weak password" : "Слабкий пароль", + "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." : "Ваш Web-сервер ще не налаштований належним чином для того, щоб дозволити синхронізацію файлів, через те що інтерфейс WebDAV, здається, зламаний.", + "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." : "Цей сервер не має під'єднання до Інтернету. Це означає, що деякі функції, такі як монтування зовнішніх сховищ, повідомлення про оновлення або встановлення допоміжних програм не будуть працювати. Віддалений доступ до файлів та надсилання повідомлень електронною поштою також може не працювати. Ми пропонуємо увімкнути під'єднання до Інтернету для даного сервера, якщо ви хочете мати всі можливості ownCloud.", + "Error occurred while checking server setup" : "При перевірці налаштувань серверу сталася помилка", + "Shared" : "Опубліковано", + "Shared with {recipients}" : "Опубліковано для {recipients}", + "Share" : "Поділитися", + "Error" : "Помилка", + "Error while sharing" : "Помилка під час публікації", + "Error while unsharing" : "Помилка під час відміни публікації", + "Error while changing permissions" : "Помилка при зміні повноважень", + "Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}", + "Shared with you by {owner}" : "{owner} опублікував для Вас", + "Share with user or group …" : "Поділитися з користувачем або групою ...", + "Share link" : "Опублікувати посилання", + "The public link will expire no later than {days} days after it is created" : "Доступ до опублікованого посилання буде припинено не пізніше ніж через {days} днів з моменту створення", + "Password protect" : "Захистити паролем", + "Choose a password for the public link" : "Оберіть пароль для опублікованого посилання", + "Allow Public Upload" : "Дозволити Публічне Завантаження", + "Email link to person" : "Ел. пошта належить Пану", + "Send" : "Надіслати", + "Set expiration date" : "Встановити термін дії", + "Expiration date" : "Термін дії", + "Adding user..." : "Додавання користувача...", + "group" : "група", + "Resharing is not allowed" : "Пере-публікація не дозволяється", + "Shared in {item} with {user}" : "Опубліковано {item} для {user}", + "Unshare" : "Закрити доступ", + "notify by email" : "повідомити по Email", + "can share" : "можна поділитися", + "can edit" : "може редагувати", + "access control" : "контроль доступу", + "create" : "створити", + "update" : "оновити", + "delete" : "видалити", + "Password protected" : "Захищено паролем", + "Error unsetting expiration date" : "Помилка при відміні терміна дії", + "Error setting expiration date" : "Помилка при встановленні терміна дії", + "Sending ..." : "Надсилання...", + "Email sent" : "Ел. пошта надіслана", + "Warning" : "Попередження", + "The object type is not specified." : "Не визначено тип об'єкту.", + "Enter new" : "Введіть новий", + "Delete" : "Видалити", + "Add" : "Додати", + "Edit tags" : "Редагувати теги", + "Error loading dialog template: {error}" : "Помилка при завантаженні шаблону діалогу: {error}", + "No tags selected for deletion." : "Жодних тегів не обрано для видалення.", + "Updating {productName} to version {version}, this may take a while." : "Оновлення {productName} до версії {version}, це може займати деякий час.", + "Please reload the page." : "Будь ласка, перезавантажте сторінку.", + "The update was unsuccessful." : "Оновлення завершилось невдачею.", + "The update was successful. Redirecting you to ownCloud now." : "Оновлення виконалось успішно. Перенаправляємо вас на ownCloud.", + "Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним", + "Couldn't send reset email. Please make sure your username is correct." : "Не вдалося відправити скидання паролю. Будь ласка, переконайтеся, що ваше ім'я користувача є правильним.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Не вдалося відправити скидання паролю, тому що немає адреси електронної пошти для цього користувача. Будь ласка, зверніться до адміністратора.", + "%s password reset" : "%s пароль скинуто", + "Use the following link to reset your password: {link}" : "Використовуйте наступне посилання для скидання пароля: {link}", + "You will receive a link to reset your password via Email." : "Ви отримаєте посилання для скидання вашого паролю на Ел. пошту.", + "Username" : "Ім'я користувача", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ваші файли зашифровані. Якщо ви не зробили придатний ключ відновлення, не буде ніякої можливості отримати дані назад після того, як ваш пароль буде скинутий. Якщо ви не знаєте, що робити, будь ласка, зверніться до адміністратора, щоб продовжити. Ви дійсно хочете продовжити?", + "Yes, I really want to reset my password now" : "Так, я справді бажаю скинути мій пароль зараз", + "Reset" : "Перевстановити", + "New password" : "Новий пароль", + "New Password" : "Новий пароль", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X не підтримується і %s не буде коректно працювати на цій платформі. Випробовуєте на свій риск!", + "For the best results, please consider using a GNU/Linux server instead." : "Для кращих результатів розгляньте можливість використання GNU/Linux серверу", + "Personal" : "Особисте", + "Users" : "Користувачі", + "Apps" : "Додатки", + "Admin" : "Адмін", + "Help" : "Допомога", + "Error loading tags" : "Помилка завантаження тегів.", + "Tag already exists" : "Тег вже існує", + "Error deleting tag(s)" : "Помилка видалення тегу(ів)", + "Error tagging" : "Помилка встановлення тегів", + "Error untagging" : "Помилка зняття тегів", + "Error favoriting" : "Помилка позначення улюблених", + "Error unfavoriting" : "Помилка зняття позначки улюблених", + "Access forbidden" : "Доступ заборонено", + "File not found" : "Файл не знайдено", + "The specified document has not been found on the server." : "Не вдалось знайти вказаний документ на сервері.", + "You can click here to return to %s." : "Ви можете натиснути тут для повернення до %s.", + "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." : "Більше деталей може бути в журналі серверу.", + "Technical details" : "Технічні деталі", + "Remote Address: %s" : "Віддалена Адреса: %s", + "Request ID: %s" : "Запит ID: %s", + "Code: %s" : "Код: %s", + "Message: %s" : "Повідомлення: %s", + "File: %s" : "Файл: %s", + "Line: %s" : "Рядок: %s", + "Trace" : "Трасування", + "Security Warning" : "Попередження про небезпеку", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Ваша версія PHP вразлива для атак NULL Byte (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Будь ласка, оновіть вашу інсталяцію PHP для використання %s безпеки.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ваші дані каталогів і файлів, ймовірно, доступні з інтернету, тому що .htaccess файл не працює.", + "For information how to properly configure your server, please see the documentation." : "Для отримання інформації, як правильно налаштувати сервер, див. документацію.", + "Create an admin account" : "Створити обліковий запис адміністратора", + "Password" : "Пароль", + "Storage & database" : "Сховище і база даних", + "Data folder" : "Каталог даних", + "Configure the database" : "Налаштування бази даних", + "Only %s is available." : "Тільки %s доступно.", + "Database user" : "Користувач бази даних", + "Database password" : "Пароль для бази даних", + "Database name" : "Назва бази даних", + "Database tablespace" : "Таблиця бази даних", + "Database host" : "Хост бази даних", + "SQLite will be used as database. For larger installations we recommend to change this." : "Ви використовуете SQLite для вашої бази даних. Для більш навантажених серверів, ми рекомендуемо змінити це.", + "Finish setup" : "Завершити налаштування", + "Finishing …" : "Завершується ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Для цього додатка потрібна наявність Java для коректної роботи. Будь ласка, увімкніть JavaScript і перезавантажте сторінку.", + "%s is available. Get more information on how to update." : "%s доступний. Отримай більше інформації про те, як оновити.", + "Log out" : "Вихід", + "Server side authentication failed!" : "Помилка аутентифікації на боці Сервера !", + "Please contact your administrator." : "Будь ласка, зверніться до вашого Адміністратора.", + "Forgot your password? Reset it!" : "Забули ваш пароль? Скиньте його!", + "remember" : "запам'ятати", + "Log in" : "Вхід", + "Alternative Logins" : "Альтернативні Логіни", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Агов,

просто щоб ви знали, що %s поділився »%s« з вами.
Подивіться!

", + "This ownCloud instance is currently in single user mode." : "Цей екземпляр OwnCloud зараз працює в монопольному режимі одного користувача", + "This means only administrators can use the instance." : "Це означає, що лише адміністратори можуть використовувати цей екземпляр.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до системного адміністратора, якщо це повідомлення зберігається або з'являєтья несподівано.", + "Thank you for your patience." : "Дякуємо за ваше терпіння.", + "You are accessing the server from an untrusted domain." : "Ви зайшли на сервер з ненадійного домену.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Будь ласка, зверніться до адміністратора. Якщо ви є адміністратором цього серверу, ви можете налаштувати опцію \"trusted_domain\" в конфігураційному файлі config/config.php. Приклад конфігурації знаходится в файлі config/config.sample.php.", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Залежно від конфігурації Ви як адміністратор можете додати цей домен у список довірених, використовуйте кнопку нижче.", + "Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений", + "%s will be updated to version %s." : "%s буде оновлено до версії %s.", + "The following apps will be disabled:" : "Наступні додатки будуть відключені:", + "The theme %s has been disabled." : "Тему %s було вимкнено.", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Перш ніж продовжити, будь ласка, переконайтеся, що база даних, папка конфігурації і папка даних були дубльовані.", + "Start update" : "Почати оновлення", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Щоб уникнути великих таймаутів з більш тяжкими встановленнями, ви можете виконати наступну команду відносно директорії встановлення:", + "This %s instance is currently being updated, which may take a while." : "Цей %s екземпляр нині оновлюється, що може зайняти деякий час.", + "This page will refresh itself when the %s instance is available again." : "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний." +},"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/uk.php b/core/l10n/uk.php deleted file mode 100644 index 591198fd7d..0000000000 --- a/core/l10n/uk.php +++ /dev/null @@ -1,211 +0,0 @@ - "Неможливо надіслати пошту наступним користувачам: %s ", -"Turned on maintenance mode" => "Увімкнено захищений режим", -"Turned off maintenance mode" => "Вимкнено захищений режим", -"Updated database" => "Базу даних оновлено", -"Checked database schema update" => "Перевірено оновлення схеми бази даних", -"Checked database schema update for apps" => "Перевірено оновлення схеми бази даних для додатків", -"Updated \"%s\" to %s" => "Оновлено \"%s\" до %s", -"Disabled incompatible apps: %s" => "Вимкнені несумісні додатки: %s", -"No image or file provided" => "Немає наданого зображення або файлу", -"Unknown filetype" => "Невідомий тип файлу", -"Invalid image" => "Невірне зображення", -"No temporary profile picture available, try again" => "Немає доступного тимчасового профілю для малюнків, спробуйте ще раз", -"No crop data provided" => "Немає інформації щодо обрізки даних", -"Sunday" => "Неділя", -"Monday" => "Понеділок", -"Tuesday" => "Вівторок", -"Wednesday" => "Середа", -"Thursday" => "Четвер", -"Friday" => "П'ятниця", -"Saturday" => "Субота", -"January" => "Січень", -"February" => "Лютий", -"March" => "Березень", -"April" => "Квітень", -"May" => "Травень", -"June" => "Червень", -"July" => "Липень", -"August" => "Серпень", -"September" => "Вересень", -"October" => "Жовтень", -"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. Якщо ви не отримали його найближчим часом, перевірте теку зі спамом.
Якщо і там немає, спитайте вашого місцевого адміністратора.", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Ваші файли зашифровані. Якщо ви не зробили ключ відновлення, після скидання паролю відновити ваші дані буде неможливо.
Якщо ви не знаєте, що робити, будь ласка, зверніться до адміністратора перед продовженням.
Ви дійсно хочете продовжити?", -"I know what I'm doing" => "Я знаю що роблю", -"Reset password" => "Скинути пароль", -"Password can not be changed. Please contact your administrator." => "Пароль не може бути змінено. Будь ласка, зверніться до вашого адміністратора", -"No" => "Ні", -"Yes" => "Так", -"Choose" => "Обрати", -"Error loading file picker template: {error}" => "Помилка при завантаженні шаблону вибору: {error}", -"Ok" => "Ok", -"Error loading message template: {error}" => "Помилка при завантаженні шаблону повідомлення: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} файловий конфлікт","{count} файлових конфліктів","{count} файлових конфліктів"), -"One file conflict" => "Один файловий конфлікт", -"New Files" => "Нових Файлів", -"Already existing files" => "Файли що вже існують", -"Which files do you want to keep?" => "Які файли ви хочете залишити?", -"If you select both versions, the copied file will have a number added to its name." => "Якщо ви оберете обидві версії, скопійований файл буде мати номер, доданий у його ім'я.", -"Cancel" => "Відмінити", -"Continue" => "Продовжити", -"(all selected)" => "(все вибрано)", -"({count} selected)" => "({count} вибрано)", -"Error loading file exists template" => "Помилка при завантаженні файлу існуючого шаблону", -"Very weak password" => "Дуже слабкий пароль", -"Weak password" => "Слабкий пароль", -"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." => "Ваш Web-сервер ще не налаштований належним чином для того, щоб дозволити синхронізацію файлів, через те що інтерфейс WebDAV, здається, зламаний.", -"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." => "Цей сервер не має під'єднання до Інтернету. Це означає, що деякі функції, такі як монтування зовнішніх сховищ, повідомлення про оновлення або встановлення допоміжних програм не будуть працювати. Віддалений доступ до файлів та надсилання повідомлень електронною поштою також може не працювати. Ми пропонуємо увімкнути під'єднання до Інтернету для даного сервера, якщо ви хочете мати всі можливості ownCloud.", -"Error occurred while checking server setup" => "При перевірці налаштувань серверу сталася помилка", -"Shared" => "Опубліковано", -"Shared with {recipients}" => "Опубліковано для {recipients}", -"Share" => "Поділитися", -"Error" => "Помилка", -"Error while sharing" => "Помилка під час публікації", -"Error while unsharing" => "Помилка під час відміни публікації", -"Error while changing permissions" => "Помилка при зміні повноважень", -"Shared with you and the group {group} by {owner}" => " {owner} опублікував для Вас та для групи {group}", -"Shared with you by {owner}" => "{owner} опублікував для Вас", -"Share with user or group …" => "Поділитися з користувачем або групою ...", -"Share link" => "Опублікувати посилання", -"The public link will expire no later than {days} days after it is created" => "Доступ до опублікованого посилання буде припинено не пізніше ніж через {days} днів з моменту створення", -"Password protect" => "Захистити паролем", -"Choose a password for the public link" => "Оберіть пароль для опублікованого посилання", -"Allow Public Upload" => "Дозволити Публічне Завантаження", -"Email link to person" => "Ел. пошта належить Пану", -"Send" => "Надіслати", -"Set expiration date" => "Встановити термін дії", -"Expiration date" => "Термін дії", -"Adding user..." => "Додавання користувача...", -"group" => "група", -"Resharing is not allowed" => "Пере-публікація не дозволяється", -"Shared in {item} with {user}" => "Опубліковано {item} для {user}", -"Unshare" => "Закрити доступ", -"notify by email" => "повідомити по Email", -"can share" => "можна поділитися", -"can edit" => "може редагувати", -"access control" => "контроль доступу", -"create" => "створити", -"update" => "оновити", -"delete" => "видалити", -"Password protected" => "Захищено паролем", -"Error unsetting expiration date" => "Помилка при відміні терміна дії", -"Error setting expiration date" => "Помилка при встановленні терміна дії", -"Sending ..." => "Надсилання...", -"Email sent" => "Ел. пошта надіслана", -"Warning" => "Попередження", -"The object type is not specified." => "Не визначено тип об'єкту.", -"Enter new" => "Введіть новий", -"Delete" => "Видалити", -"Add" => "Додати", -"Edit tags" => "Редагувати теги", -"Error loading dialog template: {error}" => "Помилка при завантаженні шаблону діалогу: {error}", -"No tags selected for deletion." => "Жодних тегів не обрано для видалення.", -"Updating {productName} to version {version}, this may take a while." => "Оновлення {productName} до версії {version}, це може займати деякий час.", -"Please reload the page." => "Будь ласка, перезавантажте сторінку.", -"The update was unsuccessful." => "Оновлення завершилось невдачею.", -"The update was successful. Redirecting you to ownCloud now." => "Оновлення виконалось успішно. Перенаправляємо вас на ownCloud.", -"Couldn't reset password because the token is invalid" => "Неможливо скинути пароль, бо маркер є недійсним", -"Couldn't send reset email. Please make sure your username is correct." => "Не вдалося відправити скидання паролю. Будь ласка, переконайтеся, що ваше ім'я користувача є правильним.", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Не вдалося відправити скидання паролю, тому що немає адреси електронної пошти для цього користувача. Будь ласка, зверніться до адміністратора.", -"%s password reset" => "%s пароль скинуто", -"Use the following link to reset your password: {link}" => "Використовуйте наступне посилання для скидання пароля: {link}", -"You will receive a link to reset your password via Email." => "Ви отримаєте посилання для скидання вашого паролю на Ел. пошту.", -"Username" => "Ім'я користувача", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Ваші файли зашифровані. Якщо ви не зробили придатний ключ відновлення, не буде ніякої можливості отримати дані назад після того, як ваш пароль буде скинутий. Якщо ви не знаєте, що робити, будь ласка, зверніться до адміністратора, щоб продовжити. Ви дійсно хочете продовжити?", -"Yes, I really want to reset my password now" => "Так, я справді бажаю скинути мій пароль зараз", -"Reset" => "Перевстановити", -"New password" => "Новий пароль", -"New Password" => "Новий пароль", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X не підтримується і %s не буде коректно працювати на цій платформі. Випробовуєте на свій риск!", -"For the best results, please consider using a GNU/Linux server instead." => "Для кращих результатів розгляньте можливість використання GNU/Linux серверу", -"Personal" => "Особисте", -"Users" => "Користувачі", -"Apps" => "Додатки", -"Admin" => "Адмін", -"Help" => "Допомога", -"Error loading tags" => "Помилка завантаження тегів.", -"Tag already exists" => "Тег вже існує", -"Error deleting tag(s)" => "Помилка видалення тегу(ів)", -"Error tagging" => "Помилка встановлення тегів", -"Error untagging" => "Помилка зняття тегів", -"Error favoriting" => "Помилка позначення улюблених", -"Error unfavoriting" => "Помилка зняття позначки улюблених", -"Access forbidden" => "Доступ заборонено", -"File not found" => "Файл не знайдено", -"The specified document has not been found on the server." => "Не вдалось знайти вказаний документ на сервері.", -"You can click here to return to %s." => "Ви можете натиснути тут для повернення до %s.", -"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." => "Більше деталей може бути в журналі серверу.", -"Technical details" => "Технічні деталі", -"Remote Address: %s" => "Віддалена Адреса: %s", -"Request ID: %s" => "Запит ID: %s", -"Code: %s" => "Код: %s", -"Message: %s" => "Повідомлення: %s", -"File: %s" => "Файл: %s", -"Line: %s" => "Рядок: %s", -"Trace" => "Трасування", -"Security Warning" => "Попередження про небезпеку", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Ваша версія PHP вразлива для атак NULL Byte (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Будь ласка, оновіть вашу інсталяцію PHP для використання %s безпеки.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Ваші дані каталогів і файлів, ймовірно, доступні з інтернету, тому що .htaccess файл не працює.", -"For information how to properly configure your server, please see the documentation." => "Для отримання інформації, як правильно налаштувати сервер, див. документацію.", -"Create an admin account" => "Створити обліковий запис адміністратора", -"Password" => "Пароль", -"Storage & database" => "Сховище і база даних", -"Data folder" => "Каталог даних", -"Configure the database" => "Налаштування бази даних", -"Only %s is available." => "Тільки %s доступно.", -"Database user" => "Користувач бази даних", -"Database password" => "Пароль для бази даних", -"Database name" => "Назва бази даних", -"Database tablespace" => "Таблиця бази даних", -"Database host" => "Хост бази даних", -"SQLite will be used as database. For larger installations we recommend to change this." => "Ви використовуете SQLite для вашої бази даних. Для більш навантажених серверів, ми рекомендуемо змінити це.", -"Finish setup" => "Завершити налаштування", -"Finishing …" => "Завершується ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Для цього додатка потрібна наявність Java для коректної роботи. Будь ласка, увімкніть JavaScript і перезавантажте сторінку.", -"%s is available. Get more information on how to update." => "%s доступний. Отримай більше інформації про те, як оновити.", -"Log out" => "Вихід", -"Server side authentication failed!" => "Помилка аутентифікації на боці Сервера !", -"Please contact your administrator." => "Будь ласка, зверніться до вашого Адміністратора.", -"Forgot your password? Reset it!" => "Забули ваш пароль? Скиньте його!", -"remember" => "запам'ятати", -"Log in" => "Вхід", -"Alternative Logins" => "Альтернативні Логіни", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "Агов,

просто щоб ви знали, що %s поділився »%s« з вами.
Подивіться!

", -"This ownCloud instance is currently in single user mode." => "Цей екземпляр OwnCloud зараз працює в монопольному режимі одного користувача", -"This means only administrators can use the instance." => "Це означає, що лише адміністратори можуть використовувати цей екземпляр.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Зверніться до системного адміністратора, якщо це повідомлення зберігається або з'являєтья несподівано.", -"Thank you for your patience." => "Дякуємо за ваше терпіння.", -"You are accessing the server from an untrusted domain." => "Ви зайшли на сервер з ненадійного домену.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Будь ласка, зверніться до адміністратора. Якщо ви є адміністратором цього серверу, ви можете налаштувати опцію \"trusted_domain\" в конфігураційному файлі config/config.php. Приклад конфігурації знаходится в файлі config/config.sample.php.", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "Залежно від конфігурації Ви як адміністратор можете додати цей домен у список довірених, використовуйте кнопку нижче.", -"Add \"%s\" as trusted domain" => "Додати \"%s\" як довірений", -"%s will be updated to version %s." => "%s буде оновлено до версії %s.", -"The following apps will be disabled:" => "Наступні додатки будуть відключені:", -"The theme %s has been disabled." => "Тему %s було вимкнено.", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Перш ніж продовжити, будь ласка, переконайтеся, що база даних, папка конфігурації і папка даних були дубльовані.", -"Start update" => "Почати оновлення", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Щоб уникнути великих таймаутів з більш тяжкими встановленнями, ви можете виконати наступну команду відносно директорії встановлення:", -"This %s instance is currently being updated, which may take a while." => "Цей %s екземпляр нині оновлюється, що може зайняти деякий час.", -"This page will refresh itself when the %s instance is available again." => "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний." -); -$PLURAL_FORMS = "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/ur_PK.js b/core/l10n/ur_PK.js new file mode 100644 index 0000000000..bd8a3bba29 --- /dev/null +++ b/core/l10n/ur_PK.js @@ -0,0 +1,127 @@ +OC.L10N.register( + "core", + { + "Turned on maintenance mode" : "بحالی موڈ چالو ہے", + "Turned off maintenance mode" : "بحالی موڈ بند ہے", + "Updated database" : "اپ ڈیٹ ہوئ ڈیٹا بیس", + "No image or file provided" : "کوئی تصویر یا فائل فراہم نہیں", + "Unknown filetype" : "غیر معرروف قسم کی فائل", + "Invalid image" : "غلط تصویر", + "No crop data provided" : "کوئی کروپ ڈیٹا ميسر نہیں ", + "Sunday" : "اتوار", + "Monday" : "سوموار", + "Tuesday" : "منگل", + "Wednesday" : "بدھ", + "Thursday" : "جمعرات", + "Friday" : "جمعہ", + "Saturday" : "ہفتہ", + "January" : "جنوری", + "February" : "فرورئ", + "March" : "مارچ", + "April" : "اپریل", + "May" : "مئی", + "June" : "جون", + "July" : "جولائی", + "August" : "اگست", + "September" : "ستمبر", + "October" : "اکتوبر", + "November" : "نومبر", + "December" : "دسمبر", + "Settings" : "ترتیبات", + "Saving..." : "محفوظ ھو رہا ہے ...", + "Reset password" : "ری سیٹ پاسورڈ", + "No" : "نہیں", + "Yes" : "ہاں", + "Choose" : "منتخب کریں", + "Ok" : "اوکے", + "_{count} file conflict_::_{count} file conflicts_" : ["{گنتی} فائل متصادم ","{گنتی} فائل متصادم "], + "One file conflict" : "اایک فائل متصادم ہے", + "New Files" : "جدید فائلیں", + "Already existing files" : "پہلے سے موجودجدید فائلیں", + "Which files do you want to keep?" : "آپ کون سی فائلیں رکھنا چاہتے ہیں ؟", + "Cancel" : "منسوخ کریں", + "Continue" : "جاری", + "(all selected)" : "(سب منتخب شدہ)", + "({count} selected)" : "({گنتی} منتخب شدہ)", + "Very weak password" : "بہت کمزور پاسورڈ", + "Weak password" : "کمزور پاسورڈ", + "So-so password" : "نص نص پاسورڈ", + "Good password" : "اچھا پاسورڈ", + "Strong password" : "مضبوط پاسورڈ", + "Shared" : "اشتراک شدہ", + "Share" : "اشتراک", + "Error" : "خرابی", + "Error while sharing" : "اشتراک کے دوران خرابی ", + "Error while unsharing" : "اشترک ختم کرنے کے دوران خرابی", + "Error while changing permissions" : "اختیارات کو تبدیل کرنے کے دوران خرابی ", + "Shared with you and the group {group} by {owner}" : "آپ اور گروہ سے مشترق شدہ {گروہ } سے {مالک}", + "Shared with you by {owner}" : "اشتراک شدہ آپ سے{مالک}", + "Share with user or group …" : "صارف یا مجموعہ کے ساتھ اشتراک کریں ...", + "Share link" : "اشتراک لنک", + "Password protect" : "محفوظ پاسورڈ", + "Choose a password for the public link" : "عوامی لنک کے لئےپاس ورڈ منتخب کریں", + "Allow Public Upload" : "پبلک اپ لوڈ کرنے کی اجازت دیں", + "Email link to person" : "شحص کے لیے ای میل لنک", + "Send" : "بھجیں", + "Set expiration date" : "تاریخ معیاد سیٹ کریں", + "Expiration date" : "تاریخ معیاد", + "group" : "مجموعہ", + "Resharing is not allowed" : "دوبارہ اشتراک کی اجازت نہیں", + "Shared in {item} with {user}" : "شراکت میں {آئٹم}اور {مستخدم}", + "Unshare" : "شئیرنگ ختم کریں", + "notify by email" : "ای میل کے ذریعے مطلع کریں", + "can edit" : "تبدیل کر سکے ھیں", + "access control" : "اسیس کنٹرول", + "create" : "نیا بنائیں", + "update" : "اپ ڈیٹ", + "delete" : "ختم کریں", + "Password protected" : "پاسورڈ سے محفوظ کیا گیا ہے", + "Error unsetting expiration date" : "خرابی غیر تصحیح تاریخ معیاد", + "Error setting expiration date" : "خرابی تصحیح تاریخ معیاد", + "Sending ..." : "ارسال ہو رہا ھے", + "Email sent" : "ارسال شدہ ای میل ", + "Warning" : "انتباہ", + "The object type is not specified." : "اس چیز کی قسم کی وضاحت نہیں", + "Enter new" : "جدید درج کریں", + "Delete" : "حذف کریں", + "Add" : "شامل کریں", + "Edit tags" : "ترمیم ٹیگز", + "Please reload the page." : "براہ مہربانی صفحہ دوبارہ لوڈ کریں.", + "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." : "آپ ای میل کے ذریعے اپنے پاسورڈ ری سیٹ کا لنک موصول کریں گے", + "Username" : "یوزر نیم", + "Yes, I really want to reset my password now" : "جی ہاں، میں واقعی ابھی اپنا پاس ورڈ ری سیٹ کرنا چاہتا ہوں", + "Reset" : "ری سیٹ", + "New password" : "نیا پاسورڈ", + "Personal" : "شخصی", + "Users" : "صارفین", + "Apps" : "ایپز", + "Admin" : "ایڈمن", + "Help" : "مدد", + "Access forbidden" : "رسائ منقطع ہے", + "Cheers!" : "واہ!", + "Security Warning" : "حفاظتی انتباہ", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "آپ کا پی ایچ پی ورین نل بائٹ کے حملے کے خطرے سے دوچار ہے (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : " براہ مہربانی %s کو بحفاظت استعمال کرنے کے پی ایچ پی کی تنصیب اپڈیٹ کریں", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "آپ کی ڈیٹا ڈائریکٹری اور فائلیں امکان ہےانٹرنیٹ سے قابل رسائی ہیں کیونکہ htaccess. فائل کام نہیں کرتا ہے", + "Create an admin account" : "ایک ایڈمن اکاؤنٹ بنائیں", + "Password" : "پاسورڈ", + "Storage & database" : "ذخیرہ اور ڈیٹا بیس", + "Data folder" : "ڈیٹا فولڈر", + "Configure the database" : "ڈیٹا بیس کونفگر کریں", + "Database user" : "ڈیٹابیس یوزر", + "Database password" : "ڈیٹابیس پاسورڈ", + "Database name" : "ڈیٹابیس کا نام", + "Database tablespace" : "ڈیٹابیس ٹیبل سپیس", + "Database host" : "ڈیٹابیس ہوسٹ", + "Finish setup" : "سیٹ اپ ختم کریں", + "Finishing …" : "تکمیل ...", + "%s is available. Get more information on how to update." : "%s دستیاب ہے. اپ ڈیٹ کرنے کے بارے میں مزید معلومات حاصل کریں.", + "Log out" : "لاگ آؤٹ", + "remember" : "یاد رکھیں", + "Log in" : "لاگ ان", + "Alternative Logins" : "متبادل لاگ ان ", + "Thank you for your patience." : "آپ کے صبر کا شکریہ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ur_PK.json b/core/l10n/ur_PK.json new file mode 100644 index 0000000000..d4477e742e --- /dev/null +++ b/core/l10n/ur_PK.json @@ -0,0 +1,125 @@ +{ "translations": { + "Turned on maintenance mode" : "بحالی موڈ چالو ہے", + "Turned off maintenance mode" : "بحالی موڈ بند ہے", + "Updated database" : "اپ ڈیٹ ہوئ ڈیٹا بیس", + "No image or file provided" : "کوئی تصویر یا فائل فراہم نہیں", + "Unknown filetype" : "غیر معرروف قسم کی فائل", + "Invalid image" : "غلط تصویر", + "No crop data provided" : "کوئی کروپ ڈیٹا ميسر نہیں ", + "Sunday" : "اتوار", + "Monday" : "سوموار", + "Tuesday" : "منگل", + "Wednesday" : "بدھ", + "Thursday" : "جمعرات", + "Friday" : "جمعہ", + "Saturday" : "ہفتہ", + "January" : "جنوری", + "February" : "فرورئ", + "March" : "مارچ", + "April" : "اپریل", + "May" : "مئی", + "June" : "جون", + "July" : "جولائی", + "August" : "اگست", + "September" : "ستمبر", + "October" : "اکتوبر", + "November" : "نومبر", + "December" : "دسمبر", + "Settings" : "ترتیبات", + "Saving..." : "محفوظ ھو رہا ہے ...", + "Reset password" : "ری سیٹ پاسورڈ", + "No" : "نہیں", + "Yes" : "ہاں", + "Choose" : "منتخب کریں", + "Ok" : "اوکے", + "_{count} file conflict_::_{count} file conflicts_" : ["{گنتی} فائل متصادم ","{گنتی} فائل متصادم "], + "One file conflict" : "اایک فائل متصادم ہے", + "New Files" : "جدید فائلیں", + "Already existing files" : "پہلے سے موجودجدید فائلیں", + "Which files do you want to keep?" : "آپ کون سی فائلیں رکھنا چاہتے ہیں ؟", + "Cancel" : "منسوخ کریں", + "Continue" : "جاری", + "(all selected)" : "(سب منتخب شدہ)", + "({count} selected)" : "({گنتی} منتخب شدہ)", + "Very weak password" : "بہت کمزور پاسورڈ", + "Weak password" : "کمزور پاسورڈ", + "So-so password" : "نص نص پاسورڈ", + "Good password" : "اچھا پاسورڈ", + "Strong password" : "مضبوط پاسورڈ", + "Shared" : "اشتراک شدہ", + "Share" : "اشتراک", + "Error" : "خرابی", + "Error while sharing" : "اشتراک کے دوران خرابی ", + "Error while unsharing" : "اشترک ختم کرنے کے دوران خرابی", + "Error while changing permissions" : "اختیارات کو تبدیل کرنے کے دوران خرابی ", + "Shared with you and the group {group} by {owner}" : "آپ اور گروہ سے مشترق شدہ {گروہ } سے {مالک}", + "Shared with you by {owner}" : "اشتراک شدہ آپ سے{مالک}", + "Share with user or group …" : "صارف یا مجموعہ کے ساتھ اشتراک کریں ...", + "Share link" : "اشتراک لنک", + "Password protect" : "محفوظ پاسورڈ", + "Choose a password for the public link" : "عوامی لنک کے لئےپاس ورڈ منتخب کریں", + "Allow Public Upload" : "پبلک اپ لوڈ کرنے کی اجازت دیں", + "Email link to person" : "شحص کے لیے ای میل لنک", + "Send" : "بھجیں", + "Set expiration date" : "تاریخ معیاد سیٹ کریں", + "Expiration date" : "تاریخ معیاد", + "group" : "مجموعہ", + "Resharing is not allowed" : "دوبارہ اشتراک کی اجازت نہیں", + "Shared in {item} with {user}" : "شراکت میں {آئٹم}اور {مستخدم}", + "Unshare" : "شئیرنگ ختم کریں", + "notify by email" : "ای میل کے ذریعے مطلع کریں", + "can edit" : "تبدیل کر سکے ھیں", + "access control" : "اسیس کنٹرول", + "create" : "نیا بنائیں", + "update" : "اپ ڈیٹ", + "delete" : "ختم کریں", + "Password protected" : "پاسورڈ سے محفوظ کیا گیا ہے", + "Error unsetting expiration date" : "خرابی غیر تصحیح تاریخ معیاد", + "Error setting expiration date" : "خرابی تصحیح تاریخ معیاد", + "Sending ..." : "ارسال ہو رہا ھے", + "Email sent" : "ارسال شدہ ای میل ", + "Warning" : "انتباہ", + "The object type is not specified." : "اس چیز کی قسم کی وضاحت نہیں", + "Enter new" : "جدید درج کریں", + "Delete" : "حذف کریں", + "Add" : "شامل کریں", + "Edit tags" : "ترمیم ٹیگز", + "Please reload the page." : "براہ مہربانی صفحہ دوبارہ لوڈ کریں.", + "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." : "آپ ای میل کے ذریعے اپنے پاسورڈ ری سیٹ کا لنک موصول کریں گے", + "Username" : "یوزر نیم", + "Yes, I really want to reset my password now" : "جی ہاں، میں واقعی ابھی اپنا پاس ورڈ ری سیٹ کرنا چاہتا ہوں", + "Reset" : "ری سیٹ", + "New password" : "نیا پاسورڈ", + "Personal" : "شخصی", + "Users" : "صارفین", + "Apps" : "ایپز", + "Admin" : "ایڈمن", + "Help" : "مدد", + "Access forbidden" : "رسائ منقطع ہے", + "Cheers!" : "واہ!", + "Security Warning" : "حفاظتی انتباہ", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "آپ کا پی ایچ پی ورین نل بائٹ کے حملے کے خطرے سے دوچار ہے (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : " براہ مہربانی %s کو بحفاظت استعمال کرنے کے پی ایچ پی کی تنصیب اپڈیٹ کریں", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "آپ کی ڈیٹا ڈائریکٹری اور فائلیں امکان ہےانٹرنیٹ سے قابل رسائی ہیں کیونکہ htaccess. فائل کام نہیں کرتا ہے", + "Create an admin account" : "ایک ایڈمن اکاؤنٹ بنائیں", + "Password" : "پاسورڈ", + "Storage & database" : "ذخیرہ اور ڈیٹا بیس", + "Data folder" : "ڈیٹا فولڈر", + "Configure the database" : "ڈیٹا بیس کونفگر کریں", + "Database user" : "ڈیٹابیس یوزر", + "Database password" : "ڈیٹابیس پاسورڈ", + "Database name" : "ڈیٹابیس کا نام", + "Database tablespace" : "ڈیٹابیس ٹیبل سپیس", + "Database host" : "ڈیٹابیس ہوسٹ", + "Finish setup" : "سیٹ اپ ختم کریں", + "Finishing …" : "تکمیل ...", + "%s is available. Get more information on how to update." : "%s دستیاب ہے. اپ ڈیٹ کرنے کے بارے میں مزید معلومات حاصل کریں.", + "Log out" : "لاگ آؤٹ", + "remember" : "یاد رکھیں", + "Log in" : "لاگ ان", + "Alternative Logins" : "متبادل لاگ ان ", + "Thank you for your patience." : "آپ کے صبر کا شکریہ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/ur_PK.php b/core/l10n/ur_PK.php deleted file mode 100644 index fa7fcbcf6d..0000000000 --- a/core/l10n/ur_PK.php +++ /dev/null @@ -1,126 +0,0 @@ - "بحالی موڈ چالو ہے", -"Turned off maintenance mode" => "بحالی موڈ بند ہے", -"Updated database" => "اپ ڈیٹ ہوئ ڈیٹا بیس", -"No image or file provided" => "کوئی تصویر یا فائل فراہم نہیں", -"Unknown filetype" => "غیر معرروف قسم کی فائل", -"Invalid image" => "غلط تصویر", -"No crop data provided" => "کوئی کروپ ڈیٹا ميسر نہیں ", -"Sunday" => "اتوار", -"Monday" => "سوموار", -"Tuesday" => "منگل", -"Wednesday" => "بدھ", -"Thursday" => "جمعرات", -"Friday" => "جمعہ", -"Saturday" => "ہفتہ", -"January" => "جنوری", -"February" => "فرورئ", -"March" => "مارچ", -"April" => "اپریل", -"May" => "مئی", -"June" => "جون", -"July" => "جولائی", -"August" => "اگست", -"September" => "ستمبر", -"October" => "اکتوبر", -"November" => "نومبر", -"December" => "دسمبر", -"Settings" => "ترتیبات", -"Saving..." => "محفوظ ھو رہا ہے ...", -"Reset password" => "ری سیٹ پاسورڈ", -"No" => "نہیں", -"Yes" => "ہاں", -"Choose" => "منتخب کریں", -"Ok" => "اوکے", -"_{count} file conflict_::_{count} file conflicts_" => array("{گنتی} فائل متصادم ","{گنتی} فائل متصادم "), -"One file conflict" => "اایک فائل متصادم ہے", -"New Files" => "جدید فائلیں", -"Already existing files" => "پہلے سے موجودجدید فائلیں", -"Which files do you want to keep?" => "آپ کون سی فائلیں رکھنا چاہتے ہیں ؟", -"Cancel" => "منسوخ کریں", -"Continue" => "جاری", -"(all selected)" => "(سب منتخب شدہ)", -"({count} selected)" => "({گنتی} منتخب شدہ)", -"Very weak password" => "بہت کمزور پاسورڈ", -"Weak password" => "کمزور پاسورڈ", -"So-so password" => "نص نص پاسورڈ", -"Good password" => "اچھا پاسورڈ", -"Strong password" => "مضبوط پاسورڈ", -"Shared" => "اشتراک شدہ", -"Share" => "اشتراک", -"Error" => "خرابی", -"Error while sharing" => "اشتراک کے دوران خرابی ", -"Error while unsharing" => "اشترک ختم کرنے کے دوران خرابی", -"Error while changing permissions" => "اختیارات کو تبدیل کرنے کے دوران خرابی ", -"Shared with you and the group {group} by {owner}" => "آپ اور گروہ سے مشترق شدہ {گروہ } سے {مالک}", -"Shared with you by {owner}" => "اشتراک شدہ آپ سے{مالک}", -"Share with user or group …" => "صارف یا مجموعہ کے ساتھ اشتراک کریں ...", -"Share link" => "اشتراک لنک", -"Password protect" => "محفوظ پاسورڈ", -"Choose a password for the public link" => "عوامی لنک کے لئےپاس ورڈ منتخب کریں", -"Allow Public Upload" => "پبلک اپ لوڈ کرنے کی اجازت دیں", -"Email link to person" => "شحص کے لیے ای میل لنک", -"Send" => "بھجیں", -"Set expiration date" => "تاریخ معیاد سیٹ کریں", -"Expiration date" => "تاریخ معیاد", -"group" => "مجموعہ", -"Resharing is not allowed" => "دوبارہ اشتراک کی اجازت نہیں", -"Shared in {item} with {user}" => "شراکت میں {آئٹم}اور {مستخدم}", -"Unshare" => "شئیرنگ ختم کریں", -"notify by email" => "ای میل کے ذریعے مطلع کریں", -"can edit" => "تبدیل کر سکے ھیں", -"access control" => "اسیس کنٹرول", -"create" => "نیا بنائیں", -"update" => "اپ ڈیٹ", -"delete" => "ختم کریں", -"Password protected" => "پاسورڈ سے محفوظ کیا گیا ہے", -"Error unsetting expiration date" => "خرابی غیر تصحیح تاریخ معیاد", -"Error setting expiration date" => "خرابی تصحیح تاریخ معیاد", -"Sending ..." => "ارسال ہو رہا ھے", -"Email sent" => "ارسال شدہ ای میل ", -"Warning" => "انتباہ", -"The object type is not specified." => "اس چیز کی قسم کی وضاحت نہیں", -"Enter new" => "جدید درج کریں", -"Delete" => "حذف کریں", -"Add" => "شامل کریں", -"Edit tags" => "ترمیم ٹیگز", -"Please reload the page." => "براہ مہربانی صفحہ دوبارہ لوڈ کریں.", -"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." => "آپ ای میل کے ذریعے اپنے پاسورڈ ری سیٹ کا لنک موصول کریں گے", -"Username" => "یوزر نیم", -"Yes, I really want to reset my password now" => "جی ہاں، میں واقعی ابھی اپنا پاس ورڈ ری سیٹ کرنا چاہتا ہوں", -"Reset" => "ری سیٹ", -"New password" => "نیا پاسورڈ", -"Personal" => "شخصی", -"Users" => "صارفین", -"Apps" => "ایپز", -"Admin" => "ایڈمن", -"Help" => "مدد", -"Access forbidden" => "رسائ منقطع ہے", -"Cheers!" => "واہ!", -"Security Warning" => "حفاظتی انتباہ", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "آپ کا پی ایچ پی ورین نل بائٹ کے حملے کے خطرے سے دوچار ہے (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => " براہ مہربانی %s کو بحفاظت استعمال کرنے کے پی ایچ پی کی تنصیب اپڈیٹ کریں", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "آپ کی ڈیٹا ڈائریکٹری اور فائلیں امکان ہےانٹرنیٹ سے قابل رسائی ہیں کیونکہ htaccess. فائل کام نہیں کرتا ہے", -"Create an admin account" => "ایک ایڈمن اکاؤنٹ بنائیں", -"Password" => "پاسورڈ", -"Storage & database" => "ذخیرہ اور ڈیٹا بیس", -"Data folder" => "ڈیٹا فولڈر", -"Configure the database" => "ڈیٹا بیس کونفگر کریں", -"Database user" => "ڈیٹابیس یوزر", -"Database password" => "ڈیٹابیس پاسورڈ", -"Database name" => "ڈیٹابیس کا نام", -"Database tablespace" => "ڈیٹابیس ٹیبل سپیس", -"Database host" => "ڈیٹابیس ہوسٹ", -"Finish setup" => "سیٹ اپ ختم کریں", -"Finishing …" => "تکمیل ...", -"%s is available. Get more information on how to update." => "%s دستیاب ہے. اپ ڈیٹ کرنے کے بارے میں مزید معلومات حاصل کریں.", -"Log out" => "لاگ آؤٹ", -"remember" => "یاد رکھیں", -"Log in" => "لاگ ان", -"Alternative Logins" => "متبادل لاگ ان ", -"Thank you for your patience." => "آپ کے صبر کا شکریہ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/uz.js b/core/l10n/uz.js new file mode 100644 index 0000000000..87077ecad9 --- /dev/null +++ b/core/l10n/uz.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/uz.json b/core/l10n/uz.json new file mode 100644 index 0000000000..c499f69655 --- /dev/null +++ b/core/l10n/uz.json @@ -0,0 +1,4 @@ +{ "translations": { + "_{count} file conflict_::_{count} file conflicts_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/uz.php b/core/l10n/uz.php deleted file mode 100644 index 1191769faa..0000000000 --- a/core/l10n/uz.php +++ /dev/null @@ -1,5 +0,0 @@ - array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/vi.js b/core/l10n/vi.js new file mode 100644 index 0000000000..76ad5232fd --- /dev/null +++ b/core/l10n/vi.js @@ -0,0 +1,144 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "Không thể gửi thư cho người dùng: %s", + "Turned on maintenance mode" : "Bật chế độ bảo trì", + "Turned off maintenance mode" : "Tắt chế độ bảo trì", + "Updated database" : "Cơ sở dữ liệu đã được cập nhật", + "No image or file provided" : "Không có hình ảnh hoặc tập tin được cung cấp", + "Unknown filetype" : "Không biết kiểu tập tin", + "Invalid image" : "Hình ảnh không hợp lệ", + "No temporary profile picture available, try again" : "Ảnh cá nhân tạm thời không có giá trị, hãy thử lại", + "No crop data provided" : "Không có dữ liệu nguồn được cung cấp", + "Sunday" : "Chủ nhật", + "Monday" : "Thứ 2", + "Tuesday" : "Thứ 3", + "Wednesday" : "Thứ 4", + "Thursday" : "Thứ 5", + "Friday" : "Thứ ", + "Saturday" : "Thứ 7", + "January" : "Tháng 1", + "February" : "Tháng 2", + "March" : "Tháng 3", + "April" : "Tháng 4", + "May" : "Tháng 5", + "June" : "Tháng 6", + "July" : "Tháng 7", + "August" : "Tháng 8", + "September" : "Tháng 9", + "October" : "Tháng 10", + "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", + "Yes" : "Có", + "Choose" : "Chọn", + "Error loading file picker template: {error}" : "Lỗi khi tải mẫu tập tin picker: {error}", + "Ok" : "Đồng ý", + "Error loading message template: {error}" : "Lỗi khi tải mẫu thông điệp: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} tập tin xung đột"], + "One file conflict" : "Một tập tin xung đột", + "New Files" : "File mới", + "Which files do you want to keep?" : "Bạn muốn tiếp tục với những tập tin nào?", + "If you select both versions, the copied file will have a number added to its name." : "Nếu bạn chọn cả hai phiên bản, tập tin được sao chép sẽ được đánh thêm số vào tên của nó.", + "Cancel" : "Hủy", + "Continue" : "Tiếp tục", + "(all selected)" : "(Tất cả các lựa chọn)", + "({count} selected)" : "({count} được chọn)", + "Error loading file exists template" : "Lỗi khi tải tập tin mẫu đã tồn tại", + "Shared" : "Được chia sẻ", + "Share" : "Chia sẻ", + "Error" : "Lỗi", + "Error while sharing" : "Lỗi trong quá trình chia sẻ", + "Error while unsharing" : "Lỗi trong quá trình gỡ chia sẻ", + "Error while changing permissions" : "Lỗi trong quá trình phân quyền", + "Shared with you and the group {group} by {owner}" : "Đã được chia sẽ với bạn và nhóm {group} bởi {owner}", + "Shared with you by {owner}" : "Đã được chia sẽ bởi {owner}", + "Share with user or group …" : "Chia sẻ với người dùng hoặc nhóm", + "Share link" : "Chia sẻ liên kết", + "Password protect" : "Mật khẩu bảo vệ", + "Allow Public Upload" : "Cho phép công khai tập tin tải lên", + "Email link to person" : "Liên kết email tới cá nhân", + "Send" : "Gởi", + "Set expiration date" : "Đặt ngày kết thúc", + "Expiration date" : "Ngày kết thúc", + "group" : "nhóm", + "Resharing is not allowed" : "Chia sẻ lại không được cho phép", + "Shared in {item} with {user}" : "Đã được chia sẽ trong {item} với {user}", + "Unshare" : "Bỏ chia sẻ", + "notify by email" : "Thông báo qua email", + "can share" : "có thể chia sẽ", + "can edit" : "có thể chỉnh sửa", + "access control" : "quản lý truy cập", + "create" : "tạo", + "update" : "cập nhật", + "delete" : "xóa", + "Password protected" : "Mật khẩu bảo vệ", + "Error unsetting expiration date" : "Lỗi không thiết lập ngày kết thúc", + "Error setting expiration date" : "Lỗi cấu hình ngày kết thúc", + "Sending ..." : "Đang gởi ...", + "Email sent" : "Email đã được gửi", + "Warning" : "Cảnh báo", + "The object type is not specified." : "Loại đối tượng không được chỉ định.", + "Enter new" : "Nhập mới", + "Delete" : "Xóa", + "Add" : "Thêm", + "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", + "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", + "Use the following link to reset your password: {link}" : "Dùng đường dẫn sau để khôi phục lại mật khẩu : {link}", + "You will receive a link to reset your password via Email." : "Vui lòng kiểm tra Email để khôi phục lại mật khẩu.", + "Username" : "Tên đăng nhập", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Tập tin của bạn được mã hóa. Nếu bạn chưa kích hoạt khoá phục hồi, sẽ không có cách nào để lấy lại được dữ liệu sau khi thiết lập lại mật khẩu. Nếu bạn không biết phải làm gì, xin vui lòng liên hệ với quản trị viên trước khi tiếp tục. Bạn có muốn tiếp tục?", + "Yes, I really want to reset my password now" : "Vâng, tôi muốn thiết lập lại mật khẩu ngay.", + "Reset" : "Khởi động lại", + "New password" : "Mật khẩu mới", + "Personal" : "Cá nhân", + "Users" : "Người dùng", + "Apps" : "Ứng dụng", + "Admin" : "Quản trị", + "Help" : "Giúp đỡ", + "Error loading tags" : "Lỗi khi tải thẻ", + "Tag already exists" : "Thẻ đã tồn tại", + "Error deleting tag(s)" : "Lỗi khi xóa (nhiều)thẻ", + "Error tagging" : "Lỗi gắn thẻ", + "Error untagging" : "Lỗi không gắn thẻ", + "Access forbidden" : "Truy cập bị cấm", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Xin chào,\n\nbáo cho bạn biết rằng %s đã chia sẽ %s với bạn.\nXem nó: %s\n\n", + "The share will expire on %s." : "Chia sẻ này sẽ hết hiệu lực vào %s.", + "Cheers!" : "Chúc mừng!", + "Security Warning" : "Cảnh bảo bảo mật", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Phiên bản PHP của bạn có lỗ hổng NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Vui lòng cập nhật bản cài đặt PHP để sử dụng %s một cách an toàn.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Thư mục và file dữ liệu của bạn có thể được truy cập từ internet bởi vì file .htaccess không hoạt động", + "For information how to properly configure your server, please see the documentation." : "Để biết thêm thông tin và cách cấu hình đúng vui lòng xem thêm tài l.", + "Create an admin account" : "Tạo một tài khoản quản trị", + "Password" : "Mật khẩu", + "Data folder" : "Thư mục dữ liệu", + "Configure the database" : "Cấu hình cơ sở dữ liệu", + "Database user" : "Người dùng cơ sở dữ liệu", + "Database password" : "Mật khẩu cơ sở dữ liệu", + "Database name" : "Tên cơ sở dữ liệu", + "Database tablespace" : "Cơ sở dữ liệu tablespace", + "Database host" : "Database host", + "Finish setup" : "Cài đặt hoàn tất", + "Finishing …" : "Đang hoàn thành ...", + "%s is available. Get more information on how to update." : "%s còn trống. Xem thêm thông tin cách cập nhật.", + "Log out" : "Đăng xuất", + "Server side authentication failed!" : "Xác thực phía máy chủ không thành công!", + "Please contact your administrator." : "Vui lòng liên hệ với quản trị viên.", + "remember" : "ghi nhớ", + "Log in" : "Đăng nhập", + "Alternative Logins" : "Đăng nhập khác", + "This ownCloud instance is currently in single user mode." : "OwnCloud trong trường hợp này đang ở chế độ người dùng duy nhất.", + "This means only administrators can use the instance." : "Điều này có nghĩa chỉ có người quản trị có thể sử dụng trong trường hợp này.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Liên hệ với người quản trị nếu lỗi này vẫn tồn tại hoặc xuất hiện bất ngờ.", + "Thank you for your patience." : "Cảm ơn sự kiên nhẫn của bạn." +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/vi.json b/core/l10n/vi.json new file mode 100644 index 0000000000..befec743e0 --- /dev/null +++ b/core/l10n/vi.json @@ -0,0 +1,142 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "Không thể gửi thư cho người dùng: %s", + "Turned on maintenance mode" : "Bật chế độ bảo trì", + "Turned off maintenance mode" : "Tắt chế độ bảo trì", + "Updated database" : "Cơ sở dữ liệu đã được cập nhật", + "No image or file provided" : "Không có hình ảnh hoặc tập tin được cung cấp", + "Unknown filetype" : "Không biết kiểu tập tin", + "Invalid image" : "Hình ảnh không hợp lệ", + "No temporary profile picture available, try again" : "Ảnh cá nhân tạm thời không có giá trị, hãy thử lại", + "No crop data provided" : "Không có dữ liệu nguồn được cung cấp", + "Sunday" : "Chủ nhật", + "Monday" : "Thứ 2", + "Tuesday" : "Thứ 3", + "Wednesday" : "Thứ 4", + "Thursday" : "Thứ 5", + "Friday" : "Thứ ", + "Saturday" : "Thứ 7", + "January" : "Tháng 1", + "February" : "Tháng 2", + "March" : "Tháng 3", + "April" : "Tháng 4", + "May" : "Tháng 5", + "June" : "Tháng 6", + "July" : "Tháng 7", + "August" : "Tháng 8", + "September" : "Tháng 9", + "October" : "Tháng 10", + "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", + "Yes" : "Có", + "Choose" : "Chọn", + "Error loading file picker template: {error}" : "Lỗi khi tải mẫu tập tin picker: {error}", + "Ok" : "Đồng ý", + "Error loading message template: {error}" : "Lỗi khi tải mẫu thông điệp: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} tập tin xung đột"], + "One file conflict" : "Một tập tin xung đột", + "New Files" : "File mới", + "Which files do you want to keep?" : "Bạn muốn tiếp tục với những tập tin nào?", + "If you select both versions, the copied file will have a number added to its name." : "Nếu bạn chọn cả hai phiên bản, tập tin được sao chép sẽ được đánh thêm số vào tên của nó.", + "Cancel" : "Hủy", + "Continue" : "Tiếp tục", + "(all selected)" : "(Tất cả các lựa chọn)", + "({count} selected)" : "({count} được chọn)", + "Error loading file exists template" : "Lỗi khi tải tập tin mẫu đã tồn tại", + "Shared" : "Được chia sẻ", + "Share" : "Chia sẻ", + "Error" : "Lỗi", + "Error while sharing" : "Lỗi trong quá trình chia sẻ", + "Error while unsharing" : "Lỗi trong quá trình gỡ chia sẻ", + "Error while changing permissions" : "Lỗi trong quá trình phân quyền", + "Shared with you and the group {group} by {owner}" : "Đã được chia sẽ với bạn và nhóm {group} bởi {owner}", + "Shared with you by {owner}" : "Đã được chia sẽ bởi {owner}", + "Share with user or group …" : "Chia sẻ với người dùng hoặc nhóm", + "Share link" : "Chia sẻ liên kết", + "Password protect" : "Mật khẩu bảo vệ", + "Allow Public Upload" : "Cho phép công khai tập tin tải lên", + "Email link to person" : "Liên kết email tới cá nhân", + "Send" : "Gởi", + "Set expiration date" : "Đặt ngày kết thúc", + "Expiration date" : "Ngày kết thúc", + "group" : "nhóm", + "Resharing is not allowed" : "Chia sẻ lại không được cho phép", + "Shared in {item} with {user}" : "Đã được chia sẽ trong {item} với {user}", + "Unshare" : "Bỏ chia sẻ", + "notify by email" : "Thông báo qua email", + "can share" : "có thể chia sẽ", + "can edit" : "có thể chỉnh sửa", + "access control" : "quản lý truy cập", + "create" : "tạo", + "update" : "cập nhật", + "delete" : "xóa", + "Password protected" : "Mật khẩu bảo vệ", + "Error unsetting expiration date" : "Lỗi không thiết lập ngày kết thúc", + "Error setting expiration date" : "Lỗi cấu hình ngày kết thúc", + "Sending ..." : "Đang gởi ...", + "Email sent" : "Email đã được gửi", + "Warning" : "Cảnh báo", + "The object type is not specified." : "Loại đối tượng không được chỉ định.", + "Enter new" : "Nhập mới", + "Delete" : "Xóa", + "Add" : "Thêm", + "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", + "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", + "Use the following link to reset your password: {link}" : "Dùng đường dẫn sau để khôi phục lại mật khẩu : {link}", + "You will receive a link to reset your password via Email." : "Vui lòng kiểm tra Email để khôi phục lại mật khẩu.", + "Username" : "Tên đăng nhập", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Tập tin của bạn được mã hóa. Nếu bạn chưa kích hoạt khoá phục hồi, sẽ không có cách nào để lấy lại được dữ liệu sau khi thiết lập lại mật khẩu. Nếu bạn không biết phải làm gì, xin vui lòng liên hệ với quản trị viên trước khi tiếp tục. Bạn có muốn tiếp tục?", + "Yes, I really want to reset my password now" : "Vâng, tôi muốn thiết lập lại mật khẩu ngay.", + "Reset" : "Khởi động lại", + "New password" : "Mật khẩu mới", + "Personal" : "Cá nhân", + "Users" : "Người dùng", + "Apps" : "Ứng dụng", + "Admin" : "Quản trị", + "Help" : "Giúp đỡ", + "Error loading tags" : "Lỗi khi tải thẻ", + "Tag already exists" : "Thẻ đã tồn tại", + "Error deleting tag(s)" : "Lỗi khi xóa (nhiều)thẻ", + "Error tagging" : "Lỗi gắn thẻ", + "Error untagging" : "Lỗi không gắn thẻ", + "Access forbidden" : "Truy cập bị cấm", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Xin chào,\n\nbáo cho bạn biết rằng %s đã chia sẽ %s với bạn.\nXem nó: %s\n\n", + "The share will expire on %s." : "Chia sẻ này sẽ hết hiệu lực vào %s.", + "Cheers!" : "Chúc mừng!", + "Security Warning" : "Cảnh bảo bảo mật", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Phiên bản PHP của bạn có lỗ hổng NULL Byte attack (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "Vui lòng cập nhật bản cài đặt PHP để sử dụng %s một cách an toàn.", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Thư mục và file dữ liệu của bạn có thể được truy cập từ internet bởi vì file .htaccess không hoạt động", + "For information how to properly configure your server, please see the documentation." : "Để biết thêm thông tin và cách cấu hình đúng vui lòng xem thêm tài l.", + "Create an admin account" : "Tạo một tài khoản quản trị", + "Password" : "Mật khẩu", + "Data folder" : "Thư mục dữ liệu", + "Configure the database" : "Cấu hình cơ sở dữ liệu", + "Database user" : "Người dùng cơ sở dữ liệu", + "Database password" : "Mật khẩu cơ sở dữ liệu", + "Database name" : "Tên cơ sở dữ liệu", + "Database tablespace" : "Cơ sở dữ liệu tablespace", + "Database host" : "Database host", + "Finish setup" : "Cài đặt hoàn tất", + "Finishing …" : "Đang hoàn thành ...", + "%s is available. Get more information on how to update." : "%s còn trống. Xem thêm thông tin cách cập nhật.", + "Log out" : "Đăng xuất", + "Server side authentication failed!" : "Xác thực phía máy chủ không thành công!", + "Please contact your administrator." : "Vui lòng liên hệ với quản trị viên.", + "remember" : "ghi nhớ", + "Log in" : "Đăng nhập", + "Alternative Logins" : "Đăng nhập khác", + "This ownCloud instance is currently in single user mode." : "OwnCloud trong trường hợp này đang ở chế độ người dùng duy nhất.", + "This means only administrators can use the instance." : "Điều này có nghĩa chỉ có người quản trị có thể sử dụng trong trường hợp này.", + "Contact your system administrator if this message persists or appeared unexpectedly." : "Liên hệ với người quản trị nếu lỗi này vẫn tồn tại hoặc xuất hiện bất ngờ.", + "Thank you for your patience." : "Cảm ơn sự kiên nhẫn của bạn." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/vi.php b/core/l10n/vi.php deleted file mode 100644 index 255cff617d..0000000000 --- a/core/l10n/vi.php +++ /dev/null @@ -1,143 +0,0 @@ - "Không thể gửi thư cho người dùng: %s", -"Turned on maintenance mode" => "Bật chế độ bảo trì", -"Turned off maintenance mode" => "Tắt chế độ bảo trì", -"Updated database" => "Cơ sở dữ liệu đã được cập nhật", -"No image or file provided" => "Không có hình ảnh hoặc tập tin được cung cấp", -"Unknown filetype" => "Không biết kiểu tập tin", -"Invalid image" => "Hình ảnh không hợp lệ", -"No temporary profile picture available, try again" => "Ảnh cá nhân tạm thời không có giá trị, hãy thử lại", -"No crop data provided" => "Không có dữ liệu nguồn được cung cấp", -"Sunday" => "Chủ nhật", -"Monday" => "Thứ 2", -"Tuesday" => "Thứ 3", -"Wednesday" => "Thứ 4", -"Thursday" => "Thứ 5", -"Friday" => "Thứ ", -"Saturday" => "Thứ 7", -"January" => "Tháng 1", -"February" => "Tháng 2", -"March" => "Tháng 3", -"April" => "Tháng 4", -"May" => "Tháng 5", -"June" => "Tháng 6", -"July" => "Tháng 7", -"August" => "Tháng 8", -"September" => "Tháng 9", -"October" => "Tháng 10", -"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", -"Yes" => "Có", -"Choose" => "Chọn", -"Error loading file picker template: {error}" => "Lỗi khi tải mẫu tập tin picker: {error}", -"Ok" => "Đồng ý", -"Error loading message template: {error}" => "Lỗi khi tải mẫu thông điệp: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} tập tin xung đột"), -"One file conflict" => "Một tập tin xung đột", -"New Files" => "File mới", -"Which files do you want to keep?" => "Bạn muốn tiếp tục với những tập tin nào?", -"If you select both versions, the copied file will have a number added to its name." => "Nếu bạn chọn cả hai phiên bản, tập tin được sao chép sẽ được đánh thêm số vào tên của nó.", -"Cancel" => "Hủy", -"Continue" => "Tiếp tục", -"(all selected)" => "(Tất cả các lựa chọn)", -"({count} selected)" => "({count} được chọn)", -"Error loading file exists template" => "Lỗi khi tải tập tin mẫu đã tồn tại", -"Shared" => "Được chia sẻ", -"Share" => "Chia sẻ", -"Error" => "Lỗi", -"Error while sharing" => "Lỗi trong quá trình chia sẻ", -"Error while unsharing" => "Lỗi trong quá trình gỡ chia sẻ", -"Error while changing permissions" => "Lỗi trong quá trình phân quyền", -"Shared with you and the group {group} by {owner}" => "Đã được chia sẽ với bạn và nhóm {group} bởi {owner}", -"Shared with you by {owner}" => "Đã được chia sẽ bởi {owner}", -"Share with user or group …" => "Chia sẻ với người dùng hoặc nhóm", -"Share link" => "Chia sẻ liên kết", -"Password protect" => "Mật khẩu bảo vệ", -"Allow Public Upload" => "Cho phép công khai tập tin tải lên", -"Email link to person" => "Liên kết email tới cá nhân", -"Send" => "Gởi", -"Set expiration date" => "Đặt ngày kết thúc", -"Expiration date" => "Ngày kết thúc", -"group" => "nhóm", -"Resharing is not allowed" => "Chia sẻ lại không được cho phép", -"Shared in {item} with {user}" => "Đã được chia sẽ trong {item} với {user}", -"Unshare" => "Bỏ chia sẻ", -"notify by email" => "Thông báo qua email", -"can share" => "có thể chia sẽ", -"can edit" => "có thể chỉnh sửa", -"access control" => "quản lý truy cập", -"create" => "tạo", -"update" => "cập nhật", -"delete" => "xóa", -"Password protected" => "Mật khẩu bảo vệ", -"Error unsetting expiration date" => "Lỗi không thiết lập ngày kết thúc", -"Error setting expiration date" => "Lỗi cấu hình ngày kết thúc", -"Sending ..." => "Đang gởi ...", -"Email sent" => "Email đã được gửi", -"Warning" => "Cảnh báo", -"The object type is not specified." => "Loại đối tượng không được chỉ định.", -"Enter new" => "Nhập mới", -"Delete" => "Xóa", -"Add" => "Thêm", -"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", -"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", -"Use the following link to reset your password: {link}" => "Dùng đường dẫn sau để khôi phục lại mật khẩu : {link}", -"You will receive a link to reset your password via Email." => "Vui lòng kiểm tra Email để khôi phục lại mật khẩu.", -"Username" => "Tên đăng nhập", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Tập tin của bạn được mã hóa. Nếu bạn chưa kích hoạt khoá phục hồi, sẽ không có cách nào để lấy lại được dữ liệu sau khi thiết lập lại mật khẩu. Nếu bạn không biết phải làm gì, xin vui lòng liên hệ với quản trị viên trước khi tiếp tục. Bạn có muốn tiếp tục?", -"Yes, I really want to reset my password now" => "Vâng, tôi muốn thiết lập lại mật khẩu ngay.", -"Reset" => "Khởi động lại", -"New password" => "Mật khẩu mới", -"Personal" => "Cá nhân", -"Users" => "Người dùng", -"Apps" => "Ứng dụng", -"Admin" => "Quản trị", -"Help" => "Giúp đỡ", -"Error loading tags" => "Lỗi khi tải thẻ", -"Tag already exists" => "Thẻ đã tồn tại", -"Error deleting tag(s)" => "Lỗi khi xóa (nhiều)thẻ", -"Error tagging" => "Lỗi gắn thẻ", -"Error untagging" => "Lỗi không gắn thẻ", -"Access forbidden" => "Truy cập bị cấm", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Xin chào,\n\nbáo cho bạn biết rằng %s đã chia sẽ %s với bạn.\nXem nó: %s\n\n", -"The share will expire on %s." => "Chia sẻ này sẽ hết hiệu lực vào %s.", -"Cheers!" => "Chúc mừng!", -"Security Warning" => "Cảnh bảo bảo mật", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Phiên bản PHP của bạn có lỗ hổng NULL Byte attack (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "Vui lòng cập nhật bản cài đặt PHP để sử dụng %s một cách an toàn.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Thư mục và file dữ liệu của bạn có thể được truy cập từ internet bởi vì file .htaccess không hoạt động", -"For information how to properly configure your server, please see the documentation." => "Để biết thêm thông tin và cách cấu hình đúng vui lòng xem thêm tài l.", -"Create an admin account" => "Tạo một tài khoản quản trị", -"Password" => "Mật khẩu", -"Data folder" => "Thư mục dữ liệu", -"Configure the database" => "Cấu hình cơ sở dữ liệu", -"Database user" => "Người dùng cơ sở dữ liệu", -"Database password" => "Mật khẩu cơ sở dữ liệu", -"Database name" => "Tên cơ sở dữ liệu", -"Database tablespace" => "Cơ sở dữ liệu tablespace", -"Database host" => "Database host", -"Finish setup" => "Cài đặt hoàn tất", -"Finishing …" => "Đang hoàn thành ...", -"%s is available. Get more information on how to update." => "%s còn trống. Xem thêm thông tin cách cập nhật.", -"Log out" => "Đăng xuất", -"Server side authentication failed!" => "Xác thực phía máy chủ không thành công!", -"Please contact your administrator." => "Vui lòng liên hệ với quản trị viên.", -"remember" => "ghi nhớ", -"Log in" => "Đăng nhập", -"Alternative Logins" => "Đăng nhập khác", -"This ownCloud instance is currently in single user mode." => "OwnCloud trong trường hợp này đang ở chế độ người dùng duy nhất.", -"This means only administrators can use the instance." => "Điều này có nghĩa chỉ có người quản trị có thể sử dụng trong trường hợp này.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Liên hệ với người quản trị nếu lỗi này vẫn tồn tại hoặc xuất hiện bất ngờ.", -"Thank you for your patience." => "Cảm ơn sự kiên nhẫn của bạn." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js new file mode 100644 index 0000000000..6037208c8a --- /dev/null +++ b/core/l10n/zh_CN.js @@ -0,0 +1,211 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "发送失败,用户如下: %s ", + "Turned on maintenance mode" : "启用维护模式", + "Turned off maintenance mode" : "关闭维护模式", + "Updated database" : "数据库已更新", + "Checked database schema update" : "已经检查数据库架构更新", + "Checked database schema update for apps" : "已经检查数据库架构更新", + "Updated \"%s\" to %s" : "更新 \"%s\" 为 %s", + "Disabled incompatible apps: %s" : "禁用不兼容应用:%s", + "No image or file provided" : "没有提供图片或文件", + "Unknown filetype" : "未知的文件类型", + "Invalid image" : "无效的图像", + "No temporary profile picture available, try again" : "没有临时概览页图片可用,请重试", + "No crop data provided" : "没有提供相应数据", + "Sunday" : "星期日", + "Monday" : "星期一", + "Tuesday" : "星期二", + "Wednesday" : "星期三", + "Thursday" : "星期四", + "Friday" : "星期五", + "Saturday" : "星期六", + "January" : "一月", + "February" : "二月", + "March" : "三月", + "April" : "四月", + "May" : "五月", + "June" : "六月", + "July" : "七月", + "August" : "八月", + "September" : "九月", + "October" : "十月", + "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." : "密码重置邮件已经发送到您的电子邮箱中。如果您长时间没能收到邮件,请检查您的垃圾/广告邮件箱。
如果未能收到邮件请联系管理员。", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "您的文件已被加密。如果您没有启用恢复密钥,密码重置后您将无法取回您的文件。
在继续之前,如果有疑问请联系您的管理员。
确认继续?", + "I know what I'm doing" : "我知道我在做什么", + "Reset password" : "重置密码", + "Password can not be changed. Please contact your administrator." : "无法修改密码,请联系管理员。", + "No" : "否", + "Yes" : "是", + "Choose" : "选择(&C)...", + "Error loading file picker template: {error}" : "加载文件分拣模板出错: {error}", + "Ok" : "好", + "Error loading message template: {error}" : "加载消息模板出错: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} 个文件冲突"], + "One file conflict" : "1个文件冲突", + "New Files" : "新文件", + "Already existing files" : "已经存在的文件", + "Which files do you want to keep?" : "想要保留哪一个文件呢?", + "If you select both versions, the copied file will have a number added to its name." : "如果同时选择了两个版本,复制的文件名将会增加上一个数字。", + "Cancel" : "取消", + "Continue" : "继续", + "(all selected)" : "(选中全部)", + "({count} selected)" : "(选择了{count}个)", + "Error loading file exists template" : "加载文件存在性模板失败", + "Very weak password" : "非常弱的密码", + "Weak password" : "弱密码", + "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." : "您的Web服务器尚未正确设置以允许文件同步, 因为WebDAV的接口似乎已损坏.", + "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." : "此服务器上没有可用的因特网连接. 这意味着某些特性将无法工作,例如挂载外部存储器, 提醒更新或安装第三方应用等. 从远程访问文件和发送提醒电子邮件也可能无法工作. 如果你想要ownCloud的所有特性, 我们建议启用此服务器的因特网连接.", + "Error occurred while checking server setup" : "当检查服务器启动时出错", + "Shared" : "已共享", + "Shared with {recipients}" : "由{recipients}分享", + "Share" : "分享", + "Error" : "错误", + "Error while sharing" : "共享时出错", + "Error while unsharing" : "取消共享时出错", + "Error while changing permissions" : "修改权限时出错", + "Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 组", + "Shared with you by {owner}" : "{owner} 与您共享", + "Share with user or group …" : "分享给其他用户或组 ...", + "Share link" : "分享链接", + "The public link will expire no later than {days} days after it is created" : "这个共享链接将在创建后 {days} 天失效", + "Password protect" : "密码保护", + "Choose a password for the public link" : "为共享链接设置密码", + "Allow Public Upload" : "允许公开上传", + "Email link to person" : "发送链接到个人", + "Send" : "发送", + "Set expiration date" : "设置过期日期", + "Expiration date" : "过期日期", + "Adding user..." : "添加用户中...", + "group" : "组", + "Resharing is not allowed" : "不允许二次共享", + "Shared in {item} with {user}" : "在 {item} 与 {user} 共享。", + "Unshare" : "取消共享", + "notify by email" : "以邮件通知", + "can share" : "可共享", + "can edit" : "可以修改", + "access control" : "访问控制", + "create" : "创建", + "update" : "更新", + "delete" : "删除", + "Password protected" : "密码已受保护", + "Error unsetting expiration date" : "取消设置过期日期时出错", + "Error setting expiration date" : "设置过期日期时出错", + "Sending ..." : "正在发送...", + "Email sent" : "邮件已发送", + "Warning" : "警告", + "The object type is not specified." : "未指定对象类型。", + "Enter new" : "输入新...", + "Delete" : "删除", + "Add" : "增加", + "Edit tags" : "编辑标签", + "Error loading dialog template: {error}" : "加载对话框模板出错: {error}", + "No tags selected for deletion." : "请选择要删除的标签。", + "Updating {productName} to version {version}, this may take a while." : "更新 {productName} 到版本 {version},这可能需要一些时间。", + "Please reload the page." : "请重新加载页面。", + "The update was unsuccessful." : "更新未成功。", + "The update was successful. Redirecting you to ownCloud now." : "更新成功。正在重定向至 ownCloud。", + "Couldn't reset password because the token is invalid" : "令牌无效,无法重置密码", + "Couldn't send reset email. Please make sure your username is correct." : "无法发送重置邮件,请检查您的用户名是否正确。", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "此用户名的电子邮件地址不存在导致无法发送重置邮件,请联系管理员。", + "%s password reset" : "重置 %s 的密码", + "Use the following link to reset your password: {link}" : "使用以下链接重置您的密码:{link}", + "You will receive a link to reset your password via Email." : "您将会收到包含可以重置密码链接的邮件。", + "Username" : "用户名", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "您的文件已加密。如果您不启用恢复密钥,您将无法在重设密码后取回文件。如果您不太确定,请在继续前联系您的管理员。您真的要继续吗?", + "Yes, I really want to reset my password now" : "使得,我真的要现在重设密码", + "Reset" : "重置", + "New password" : "新密码", + "New Password" : "新密码", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X 不被支持并且 %s 在这个平台上无法正常工作。请自行承担风险!", + "For the best results, please consider using a GNU/Linux server instead." : "为了达到最好的效果,请考虑使用 GNU/Linux 服务器。", + "Personal" : "个人", + "Users" : "用户", + "Apps" : "应用", + "Admin" : "管理", + "Help" : "帮助", + "Error loading tags" : "加载标签出错", + "Tag already exists" : "标签已存在", + "Error deleting tag(s)" : "删除标签(s)时出错", + "Error tagging" : "增加标签时出错", + "Error untagging" : "移除标签时出错", + "Error favoriting" : "收藏时出错", + "Error unfavoriting" : "删除收藏时出错", + "Access forbidden" : "访问禁止", + "File not found" : "文件未找到", + "The specified document has not been found on the server." : "在服务器上没找到指定的文件。", + "You can click here to return to %s." : "你可以点击这里返回 %s。", + "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!" : "干杯!", + "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." : "更多细节能在服务器日志中找到。", + "Technical details" : "技术细节", + "Remote Address: %s" : "远程地址: %s", + "Request ID: %s" : "请求 ID: %s", + "Code: %s" : "代码: %s", + "Message: %s" : "消息: %s", + "File: %s" : "文件: %s", + "Line: %s" : "行: %s", + "Trace" : "追踪", + "Security Warning" : "安全警告", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "你的PHP版本容易受到空字节攻击 (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "为保证安全使用 %s 请更新您的PHP。", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "您的数据目录和文件可能可以直接被互联网访问,因为 .htaccess 并未正常工作。", + "For information how to properly configure your server, please see the documentation." : "关于如何配置服务器,请参见 此文档。", + "Create an admin account" : "创建管理员账号", + "Password" : "密码", + "Storage & database" : "存储 & 数据库", + "Data folder" : "数据目录", + "Configure the database" : "配置数据库", + "Only %s is available." : "仅 %s 可用。", + "Database user" : "数据库用户", + "Database password" : "数据库密码", + "Database name" : "数据库名", + "Database tablespace" : "数据库表空间", + "Database host" : "数据库主机", + "SQLite will be used as database. For larger installations we recommend to change this." : "将会使用 SQLite 为数据库。我们不建议大型站点使用 SQLite。", + "Finish setup" : "安装完成", + "Finishing …" : "正在结束 ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "此程序需要启用JavaScript才能正常运行。请启用JavaScript 并重新加载此页面。", + "%s is available. Get more information on how to update." : "%s 可用。获取更多关于如何升级的信息。", + "Log out" : "注销", + "Server side authentication failed!" : "服务端验证失败!", + "Please contact your administrator." : "请联系你的管理员。", + "Forgot your password? Reset it!" : "忘记密码?立即重置!", + "remember" : "记住", + "Log in" : "登录", + "Alternative Logins" : "其他登录方式", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "嗨、你好,

只想让你知道 %s 分享了 %s 给你。
现在查看!

", + "This ownCloud instance is currently in single user mode." : "当前ownCloud实例运行在单用户模式下。", + "This means only administrators can use the instance." : "这意味着只有管理员才能在实例上操作。", + "Contact your system administrator if this message persists or appeared unexpectedly." : "如果这个消息一直存在或不停出现,请联系你的系统管理员。", + "Thank you for your patience." : "感谢让你久等了。", + "You are accessing the server from an untrusted domain." : "您正在访问来自不信任域名的服务器。", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "请联系你的系统管理员。如果你是系统管理员,配置config/config.php文件中参数\"trusted_domain\" 设置。可以在config/config.sample.php文件中找到例子。", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "基于你的配置,作为系统管理员,你可能还能点击下面的按钮来信任这个域。", + "Add \"%s\" as trusted domain" : "添加 \"%s\"为信任域", + "%s will be updated to version %s." : "%s 将会更新到版本 %s。", + "The following apps will be disabled:" : "以下应用将会被禁用:", + "The theme %s has been disabled." : "%s 主题已被禁用。", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在继续之前,请确认数据库、配置文件夹和数据文件夹已经备份。", + "Start update" : "开始更新", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "为避免更大的安装演示,你能在你的安装目录下面运行这些命令:", + "This %s instance is currently being updated, which may take a while." : "当前ownCloud实例 %s 正在更新,可能需要一段时间。", + "This page will refresh itself when the %s instance is available again." : "当实例 %s 再次可用时这个页面将刷新。" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json new file mode 100644 index 0000000000..ec286eae03 --- /dev/null +++ b/core/l10n/zh_CN.json @@ -0,0 +1,209 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "发送失败,用户如下: %s ", + "Turned on maintenance mode" : "启用维护模式", + "Turned off maintenance mode" : "关闭维护模式", + "Updated database" : "数据库已更新", + "Checked database schema update" : "已经检查数据库架构更新", + "Checked database schema update for apps" : "已经检查数据库架构更新", + "Updated \"%s\" to %s" : "更新 \"%s\" 为 %s", + "Disabled incompatible apps: %s" : "禁用不兼容应用:%s", + "No image or file provided" : "没有提供图片或文件", + "Unknown filetype" : "未知的文件类型", + "Invalid image" : "无效的图像", + "No temporary profile picture available, try again" : "没有临时概览页图片可用,请重试", + "No crop data provided" : "没有提供相应数据", + "Sunday" : "星期日", + "Monday" : "星期一", + "Tuesday" : "星期二", + "Wednesday" : "星期三", + "Thursday" : "星期四", + "Friday" : "星期五", + "Saturday" : "星期六", + "January" : "一月", + "February" : "二月", + "March" : "三月", + "April" : "四月", + "May" : "五月", + "June" : "六月", + "July" : "七月", + "August" : "八月", + "September" : "九月", + "October" : "十月", + "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." : "密码重置邮件已经发送到您的电子邮箱中。如果您长时间没能收到邮件,请检查您的垃圾/广告邮件箱。
如果未能收到邮件请联系管理员。", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "您的文件已被加密。如果您没有启用恢复密钥,密码重置后您将无法取回您的文件。
在继续之前,如果有疑问请联系您的管理员。
确认继续?", + "I know what I'm doing" : "我知道我在做什么", + "Reset password" : "重置密码", + "Password can not be changed. Please contact your administrator." : "无法修改密码,请联系管理员。", + "No" : "否", + "Yes" : "是", + "Choose" : "选择(&C)...", + "Error loading file picker template: {error}" : "加载文件分拣模板出错: {error}", + "Ok" : "好", + "Error loading message template: {error}" : "加载消息模板出错: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} 个文件冲突"], + "One file conflict" : "1个文件冲突", + "New Files" : "新文件", + "Already existing files" : "已经存在的文件", + "Which files do you want to keep?" : "想要保留哪一个文件呢?", + "If you select both versions, the copied file will have a number added to its name." : "如果同时选择了两个版本,复制的文件名将会增加上一个数字。", + "Cancel" : "取消", + "Continue" : "继续", + "(all selected)" : "(选中全部)", + "({count} selected)" : "(选择了{count}个)", + "Error loading file exists template" : "加载文件存在性模板失败", + "Very weak password" : "非常弱的密码", + "Weak password" : "弱密码", + "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." : "您的Web服务器尚未正确设置以允许文件同步, 因为WebDAV的接口似乎已损坏.", + "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." : "此服务器上没有可用的因特网连接. 这意味着某些特性将无法工作,例如挂载外部存储器, 提醒更新或安装第三方应用等. 从远程访问文件和发送提醒电子邮件也可能无法工作. 如果你想要ownCloud的所有特性, 我们建议启用此服务器的因特网连接.", + "Error occurred while checking server setup" : "当检查服务器启动时出错", + "Shared" : "已共享", + "Shared with {recipients}" : "由{recipients}分享", + "Share" : "分享", + "Error" : "错误", + "Error while sharing" : "共享时出错", + "Error while unsharing" : "取消共享时出错", + "Error while changing permissions" : "修改权限时出错", + "Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 组", + "Shared with you by {owner}" : "{owner} 与您共享", + "Share with user or group …" : "分享给其他用户或组 ...", + "Share link" : "分享链接", + "The public link will expire no later than {days} days after it is created" : "这个共享链接将在创建后 {days} 天失效", + "Password protect" : "密码保护", + "Choose a password for the public link" : "为共享链接设置密码", + "Allow Public Upload" : "允许公开上传", + "Email link to person" : "发送链接到个人", + "Send" : "发送", + "Set expiration date" : "设置过期日期", + "Expiration date" : "过期日期", + "Adding user..." : "添加用户中...", + "group" : "组", + "Resharing is not allowed" : "不允许二次共享", + "Shared in {item} with {user}" : "在 {item} 与 {user} 共享。", + "Unshare" : "取消共享", + "notify by email" : "以邮件通知", + "can share" : "可共享", + "can edit" : "可以修改", + "access control" : "访问控制", + "create" : "创建", + "update" : "更新", + "delete" : "删除", + "Password protected" : "密码已受保护", + "Error unsetting expiration date" : "取消设置过期日期时出错", + "Error setting expiration date" : "设置过期日期时出错", + "Sending ..." : "正在发送...", + "Email sent" : "邮件已发送", + "Warning" : "警告", + "The object type is not specified." : "未指定对象类型。", + "Enter new" : "输入新...", + "Delete" : "删除", + "Add" : "增加", + "Edit tags" : "编辑标签", + "Error loading dialog template: {error}" : "加载对话框模板出错: {error}", + "No tags selected for deletion." : "请选择要删除的标签。", + "Updating {productName} to version {version}, this may take a while." : "更新 {productName} 到版本 {version},这可能需要一些时间。", + "Please reload the page." : "请重新加载页面。", + "The update was unsuccessful." : "更新未成功。", + "The update was successful. Redirecting you to ownCloud now." : "更新成功。正在重定向至 ownCloud。", + "Couldn't reset password because the token is invalid" : "令牌无效,无法重置密码", + "Couldn't send reset email. Please make sure your username is correct." : "无法发送重置邮件,请检查您的用户名是否正确。", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "此用户名的电子邮件地址不存在导致无法发送重置邮件,请联系管理员。", + "%s password reset" : "重置 %s 的密码", + "Use the following link to reset your password: {link}" : "使用以下链接重置您的密码:{link}", + "You will receive a link to reset your password via Email." : "您将会收到包含可以重置密码链接的邮件。", + "Username" : "用户名", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "您的文件已加密。如果您不启用恢复密钥,您将无法在重设密码后取回文件。如果您不太确定,请在继续前联系您的管理员。您真的要继续吗?", + "Yes, I really want to reset my password now" : "使得,我真的要现在重设密码", + "Reset" : "重置", + "New password" : "新密码", + "New Password" : "新密码", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X 不被支持并且 %s 在这个平台上无法正常工作。请自行承担风险!", + "For the best results, please consider using a GNU/Linux server instead." : "为了达到最好的效果,请考虑使用 GNU/Linux 服务器。", + "Personal" : "个人", + "Users" : "用户", + "Apps" : "应用", + "Admin" : "管理", + "Help" : "帮助", + "Error loading tags" : "加载标签出错", + "Tag already exists" : "标签已存在", + "Error deleting tag(s)" : "删除标签(s)时出错", + "Error tagging" : "增加标签时出错", + "Error untagging" : "移除标签时出错", + "Error favoriting" : "收藏时出错", + "Error unfavoriting" : "删除收藏时出错", + "Access forbidden" : "访问禁止", + "File not found" : "文件未找到", + "The specified document has not been found on the server." : "在服务器上没找到指定的文件。", + "You can click here to return to %s." : "你可以点击这里返回 %s。", + "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!" : "干杯!", + "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." : "更多细节能在服务器日志中找到。", + "Technical details" : "技术细节", + "Remote Address: %s" : "远程地址: %s", + "Request ID: %s" : "请求 ID: %s", + "Code: %s" : "代码: %s", + "Message: %s" : "消息: %s", + "File: %s" : "文件: %s", + "Line: %s" : "行: %s", + "Trace" : "追踪", + "Security Warning" : "安全警告", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "你的PHP版本容易受到空字节攻击 (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "为保证安全使用 %s 请更新您的PHP。", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "您的数据目录和文件可能可以直接被互联网访问,因为 .htaccess 并未正常工作。", + "For information how to properly configure your server, please see the documentation." : "关于如何配置服务器,请参见 此文档。", + "Create an admin account" : "创建管理员账号", + "Password" : "密码", + "Storage & database" : "存储 & 数据库", + "Data folder" : "数据目录", + "Configure the database" : "配置数据库", + "Only %s is available." : "仅 %s 可用。", + "Database user" : "数据库用户", + "Database password" : "数据库密码", + "Database name" : "数据库名", + "Database tablespace" : "数据库表空间", + "Database host" : "数据库主机", + "SQLite will be used as database. For larger installations we recommend to change this." : "将会使用 SQLite 为数据库。我们不建议大型站点使用 SQLite。", + "Finish setup" : "安装完成", + "Finishing …" : "正在结束 ...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "此程序需要启用JavaScript才能正常运行。请启用JavaScript 并重新加载此页面。", + "%s is available. Get more information on how to update." : "%s 可用。获取更多关于如何升级的信息。", + "Log out" : "注销", + "Server side authentication failed!" : "服务端验证失败!", + "Please contact your administrator." : "请联系你的管理员。", + "Forgot your password? Reset it!" : "忘记密码?立即重置!", + "remember" : "记住", + "Log in" : "登录", + "Alternative Logins" : "其他登录方式", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "嗨、你好,

只想让你知道 %s 分享了 %s 给你。
现在查看!

", + "This ownCloud instance is currently in single user mode." : "当前ownCloud实例运行在单用户模式下。", + "This means only administrators can use the instance." : "这意味着只有管理员才能在实例上操作。", + "Contact your system administrator if this message persists or appeared unexpectedly." : "如果这个消息一直存在或不停出现,请联系你的系统管理员。", + "Thank you for your patience." : "感谢让你久等了。", + "You are accessing the server from an untrusted domain." : "您正在访问来自不信任域名的服务器。", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "请联系你的系统管理员。如果你是系统管理员,配置config/config.php文件中参数\"trusted_domain\" 设置。可以在config/config.sample.php文件中找到例子。", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "基于你的配置,作为系统管理员,你可能还能点击下面的按钮来信任这个域。", + "Add \"%s\" as trusted domain" : "添加 \"%s\"为信任域", + "%s will be updated to version %s." : "%s 将会更新到版本 %s。", + "The following apps will be disabled:" : "以下应用将会被禁用:", + "The theme %s has been disabled." : "%s 主题已被禁用。", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在继续之前,请确认数据库、配置文件夹和数据文件夹已经备份。", + "Start update" : "开始更新", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "为避免更大的安装演示,你能在你的安装目录下面运行这些命令:", + "This %s instance is currently being updated, which may take a while." : "当前ownCloud实例 %s 正在更新,可能需要一段时间。", + "This page will refresh itself when the %s instance is available again." : "当实例 %s 再次可用时这个页面将刷新。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php deleted file mode 100644 index 3f177994c2..0000000000 --- a/core/l10n/zh_CN.php +++ /dev/null @@ -1,210 +0,0 @@ - "发送失败,用户如下: %s ", -"Turned on maintenance mode" => "启用维护模式", -"Turned off maintenance mode" => "关闭维护模式", -"Updated database" => "数据库已更新", -"Checked database schema update" => "已经检查数据库架构更新", -"Checked database schema update for apps" => "已经检查数据库架构更新", -"Updated \"%s\" to %s" => "更新 \"%s\" 为 %s", -"Disabled incompatible apps: %s" => "禁用不兼容应用:%s", -"No image or file provided" => "没有提供图片或文件", -"Unknown filetype" => "未知的文件类型", -"Invalid image" => "无效的图像", -"No temporary profile picture available, try again" => "没有临时概览页图片可用,请重试", -"No crop data provided" => "没有提供相应数据", -"Sunday" => "星期日", -"Monday" => "星期一", -"Tuesday" => "星期二", -"Wednesday" => "星期三", -"Thursday" => "星期四", -"Friday" => "星期五", -"Saturday" => "星期六", -"January" => "一月", -"February" => "二月", -"March" => "三月", -"April" => "四月", -"May" => "五月", -"June" => "六月", -"July" => "七月", -"August" => "八月", -"September" => "九月", -"October" => "十月", -"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." => "密码重置邮件已经发送到您的电子邮箱中。如果您长时间没能收到邮件,请检查您的垃圾/广告邮件箱。
如果未能收到邮件请联系管理员。", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "您的文件已被加密。如果您没有启用恢复密钥,密码重置后您将无法取回您的文件。
在继续之前,如果有疑问请联系您的管理员。
确认继续?", -"I know what I'm doing" => "我知道我在做什么", -"Reset password" => "重置密码", -"Password can not be changed. Please contact your administrator." => "无法修改密码,请联系管理员。", -"No" => "否", -"Yes" => "是", -"Choose" => "选择(&C)...", -"Error loading file picker template: {error}" => "加载文件分拣模板出错: {error}", -"Ok" => "好", -"Error loading message template: {error}" => "加载消息模板出错: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} 个文件冲突"), -"One file conflict" => "1个文件冲突", -"New Files" => "新文件", -"Already existing files" => "已经存在的文件", -"Which files do you want to keep?" => "想要保留哪一个文件呢?", -"If you select both versions, the copied file will have a number added to its name." => "如果同时选择了两个版本,复制的文件名将会增加上一个数字。", -"Cancel" => "取消", -"Continue" => "继续", -"(all selected)" => "(选中全部)", -"({count} selected)" => "(选择了{count}个)", -"Error loading file exists template" => "加载文件存在性模板失败", -"Very weak password" => "非常弱的密码", -"Weak password" => "弱密码", -"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." => "您的Web服务器尚未正确设置以允许文件同步, 因为WebDAV的接口似乎已损坏.", -"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." => "此服务器上没有可用的因特网连接. 这意味着某些特性将无法工作,例如挂载外部存储器, 提醒更新或安装第三方应用等. 从远程访问文件和发送提醒电子邮件也可能无法工作. 如果你想要ownCloud的所有特性, 我们建议启用此服务器的因特网连接.", -"Error occurred while checking server setup" => "当检查服务器启动时出错", -"Shared" => "已共享", -"Shared with {recipients}" => "由{recipients}分享", -"Share" => "分享", -"Error" => "错误", -"Error while sharing" => "共享时出错", -"Error while unsharing" => "取消共享时出错", -"Error while changing permissions" => "修改权限时出错", -"Shared with you and the group {group} by {owner}" => "{owner} 共享给您及 {group} 组", -"Shared with you by {owner}" => "{owner} 与您共享", -"Share with user or group …" => "分享给其他用户或组 ...", -"Share link" => "分享链接", -"The public link will expire no later than {days} days after it is created" => "这个共享链接将在创建后 {days} 天失效", -"Password protect" => "密码保护", -"Choose a password for the public link" => "为共享链接设置密码", -"Allow Public Upload" => "允许公开上传", -"Email link to person" => "发送链接到个人", -"Send" => "发送", -"Set expiration date" => "设置过期日期", -"Expiration date" => "过期日期", -"Adding user..." => "添加用户中...", -"group" => "组", -"Resharing is not allowed" => "不允许二次共享", -"Shared in {item} with {user}" => "在 {item} 与 {user} 共享。", -"Unshare" => "取消共享", -"notify by email" => "以邮件通知", -"can share" => "可共享", -"can edit" => "可以修改", -"access control" => "访问控制", -"create" => "创建", -"update" => "更新", -"delete" => "删除", -"Password protected" => "密码已受保护", -"Error unsetting expiration date" => "取消设置过期日期时出错", -"Error setting expiration date" => "设置过期日期时出错", -"Sending ..." => "正在发送...", -"Email sent" => "邮件已发送", -"Warning" => "警告", -"The object type is not specified." => "未指定对象类型。", -"Enter new" => "输入新...", -"Delete" => "删除", -"Add" => "增加", -"Edit tags" => "编辑标签", -"Error loading dialog template: {error}" => "加载对话框模板出错: {error}", -"No tags selected for deletion." => "请选择要删除的标签。", -"Updating {productName} to version {version}, this may take a while." => "更新 {productName} 到版本 {version},这可能需要一些时间。", -"Please reload the page." => "请重新加载页面。", -"The update was unsuccessful." => "更新未成功。", -"The update was successful. Redirecting you to ownCloud now." => "更新成功。正在重定向至 ownCloud。", -"Couldn't reset password because the token is invalid" => "令牌无效,无法重置密码", -"Couldn't send reset email. Please make sure your username is correct." => "无法发送重置邮件,请检查您的用户名是否正确。", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "此用户名的电子邮件地址不存在导致无法发送重置邮件,请联系管理员。", -"%s password reset" => "重置 %s 的密码", -"Use the following link to reset your password: {link}" => "使用以下链接重置您的密码:{link}", -"You will receive a link to reset your password via Email." => "您将会收到包含可以重置密码链接的邮件。", -"Username" => "用户名", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "您的文件已加密。如果您不启用恢复密钥,您将无法在重设密码后取回文件。如果您不太确定,请在继续前联系您的管理员。您真的要继续吗?", -"Yes, I really want to reset my password now" => "使得,我真的要现在重设密码", -"Reset" => "重置", -"New password" => "新密码", -"New Password" => "新密码", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X 不被支持并且 %s 在这个平台上无法正常工作。请自行承担风险!", -"For the best results, please consider using a GNU/Linux server instead." => "为了达到最好的效果,请考虑使用 GNU/Linux 服务器。", -"Personal" => "个人", -"Users" => "用户", -"Apps" => "应用", -"Admin" => "管理", -"Help" => "帮助", -"Error loading tags" => "加载标签出错", -"Tag already exists" => "标签已存在", -"Error deleting tag(s)" => "删除标签(s)时出错", -"Error tagging" => "增加标签时出错", -"Error untagging" => "移除标签时出错", -"Error favoriting" => "收藏时出错", -"Error unfavoriting" => "删除收藏时出错", -"Access forbidden" => "访问禁止", -"File not found" => "文件未找到", -"The specified document has not been found on the server." => "在服务器上没找到指定的文件。", -"You can click here to return to %s." => "你可以点击这里返回 %s。", -"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!" => "干杯!", -"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." => "更多细节能在服务器日志中找到。", -"Technical details" => "技术细节", -"Remote Address: %s" => "远程地址: %s", -"Request ID: %s" => "请求 ID: %s", -"Code: %s" => "代码: %s", -"Message: %s" => "消息: %s", -"File: %s" => "文件: %s", -"Line: %s" => "行: %s", -"Trace" => "追踪", -"Security Warning" => "安全警告", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "你的PHP版本容易受到空字节攻击 (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "为保证安全使用 %s 请更新您的PHP。", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "您的数据目录和文件可能可以直接被互联网访问,因为 .htaccess 并未正常工作。", -"For information how to properly configure your server, please see the documentation." => "关于如何配置服务器,请参见 此文档。", -"Create an admin account" => "创建管理员账号", -"Password" => "密码", -"Storage & database" => "存储 & 数据库", -"Data folder" => "数据目录", -"Configure the database" => "配置数据库", -"Only %s is available." => "仅 %s 可用。", -"Database user" => "数据库用户", -"Database password" => "数据库密码", -"Database name" => "数据库名", -"Database tablespace" => "数据库表空间", -"Database host" => "数据库主机", -"SQLite will be used as database. For larger installations we recommend to change this." => "将会使用 SQLite 为数据库。我们不建议大型站点使用 SQLite。", -"Finish setup" => "安装完成", -"Finishing …" => "正在结束 ...", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "此程序需要启用JavaScript才能正常运行。请启用JavaScript 并重新加载此页面。", -"%s is available. Get more information on how to update." => "%s 可用。获取更多关于如何升级的信息。", -"Log out" => "注销", -"Server side authentication failed!" => "服务端验证失败!", -"Please contact your administrator." => "请联系你的管理员。", -"Forgot your password? Reset it!" => "忘记密码?立即重置!", -"remember" => "记住", -"Log in" => "登录", -"Alternative Logins" => "其他登录方式", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "嗨、你好,

只想让你知道 %s 分享了 %s 给你。
现在查看!

", -"This ownCloud instance is currently in single user mode." => "当前ownCloud实例运行在单用户模式下。", -"This means only administrators can use the instance." => "这意味着只有管理员才能在实例上操作。", -"Contact your system administrator if this message persists or appeared unexpectedly." => "如果这个消息一直存在或不停出现,请联系你的系统管理员。", -"Thank you for your patience." => "感谢让你久等了。", -"You are accessing the server from an untrusted domain." => "您正在访问来自不信任域名的服务器。", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "请联系你的系统管理员。如果你是系统管理员,配置config/config.php文件中参数\"trusted_domain\" 设置。可以在config/config.sample.php文件中找到例子。", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "基于你的配置,作为系统管理员,你可能还能点击下面的按钮来信任这个域。", -"Add \"%s\" as trusted domain" => "添加 \"%s\"为信任域", -"%s will be updated to version %s." => "%s 将会更新到版本 %s。", -"The following apps will be disabled:" => "以下应用将会被禁用:", -"The theme %s has been disabled." => "%s 主题已被禁用。", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "在继续之前,请确认数据库、配置文件夹和数据文件夹已经备份。", -"Start update" => "开始更新", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "为避免更大的安装演示,你能在你的安装目录下面运行这些命令:", -"This %s instance is currently being updated, which may take a while." => "当前ownCloud实例 %s 正在更新,可能需要一段时间。", -"This page will refresh itself when the %s instance is available again." => "当实例 %s 再次可用时这个页面将刷新。" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js new file mode 100644 index 0000000000..5caaa4a2f3 --- /dev/null +++ b/core/l10n/zh_HK.js @@ -0,0 +1,80 @@ +OC.L10N.register( + "core", + { + "Sunday" : "星期日", + "Monday" : "星期一", + "Tuesday" : "星期二", + "Wednesday" : "星期三", + "Thursday" : "星期四", + "Friday" : "星期五", + "Saturday" : "星期六", + "January" : "一月", + "February" : "二月", + "March" : "三月", + "April" : "四月", + "May" : "五月", + "June" : "六月", + "July" : "七月", + "August" : "八月", + "September" : "九月", + "October" : "十月", + "November" : "十一月", + "December" : "十二月", + "Settings" : "設定", + "File" : "文件", + "Folder" : "資料夾", + "Image" : "圖片", + "Audio" : "聲音", + "Saving..." : "儲存中...", + "Reset password" : "重設密碼", + "No" : "否", + "Yes" : "是", + "Ok" : "確認", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "Cancel" : "取消", + "Shared" : "已分享", + "Share" : "分享", + "Error" : "錯誤", + "Error while sharing" : "分享時發生錯誤", + "Error while unsharing" : "取消分享時發生錯誤", + "Error while changing permissions" : "更改權限時發生錯誤", + "Shared with you and the group {group} by {owner}" : "{owner}與你及群組的分享", + "Shared with you by {owner}" : "{owner}與你的分享", + "Share link" : "分享連結", + "Password protect" : "密碼保護", + "Send" : "傳送", + "Set expiration date" : "設定分享期限", + "Expiration date" : "分享期限", + "Unshare" : "取消分享", + "create" : "新增", + "update" : "更新", + "delete" : "刪除", + "Password protected" : "密碼保護", + "Sending ..." : "發送中...", + "Email sent" : "郵件已傳", + "Warning" : "警告", + "Delete" : "刪除", + "Add" : "加入", + "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." : "你將收到一封電郵", + "Username" : "用戶名稱", + "Reset" : "重設", + "New password" : "新密碼", + "New Password" : "新密碼", + "Personal" : "個人", + "Users" : "用戶", + "Apps" : "軟件", + "Admin" : "管理", + "Help" : "幫助", + "Create an admin account" : "建立管理員帳戶", + "Password" : "密碼", + "Configure the database" : "設定資料庫", + "Database user" : "資料庫帳戶", + "Database password" : "資料庫密碼", + "Database name" : "資料庫名稱", + "Log out" : "登出", + "remember" : "記住", + "Log in" : "登入" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json new file mode 100644 index 0000000000..4d3bbaa8ae --- /dev/null +++ b/core/l10n/zh_HK.json @@ -0,0 +1,78 @@ +{ "translations": { + "Sunday" : "星期日", + "Monday" : "星期一", + "Tuesday" : "星期二", + "Wednesday" : "星期三", + "Thursday" : "星期四", + "Friday" : "星期五", + "Saturday" : "星期六", + "January" : "一月", + "February" : "二月", + "March" : "三月", + "April" : "四月", + "May" : "五月", + "June" : "六月", + "July" : "七月", + "August" : "八月", + "September" : "九月", + "October" : "十月", + "November" : "十一月", + "December" : "十二月", + "Settings" : "設定", + "File" : "文件", + "Folder" : "資料夾", + "Image" : "圖片", + "Audio" : "聲音", + "Saving..." : "儲存中...", + "Reset password" : "重設密碼", + "No" : "否", + "Yes" : "是", + "Ok" : "確認", + "_{count} file conflict_::_{count} file conflicts_" : [""], + "Cancel" : "取消", + "Shared" : "已分享", + "Share" : "分享", + "Error" : "錯誤", + "Error while sharing" : "分享時發生錯誤", + "Error while unsharing" : "取消分享時發生錯誤", + "Error while changing permissions" : "更改權限時發生錯誤", + "Shared with you and the group {group} by {owner}" : "{owner}與你及群組的分享", + "Shared with you by {owner}" : "{owner}與你的分享", + "Share link" : "分享連結", + "Password protect" : "密碼保護", + "Send" : "傳送", + "Set expiration date" : "設定分享期限", + "Expiration date" : "分享期限", + "Unshare" : "取消分享", + "create" : "新增", + "update" : "更新", + "delete" : "刪除", + "Password protected" : "密碼保護", + "Sending ..." : "發送中...", + "Email sent" : "郵件已傳", + "Warning" : "警告", + "Delete" : "刪除", + "Add" : "加入", + "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." : "你將收到一封電郵", + "Username" : "用戶名稱", + "Reset" : "重設", + "New password" : "新密碼", + "New Password" : "新密碼", + "Personal" : "個人", + "Users" : "用戶", + "Apps" : "軟件", + "Admin" : "管理", + "Help" : "幫助", + "Create an admin account" : "建立管理員帳戶", + "Password" : "密碼", + "Configure the database" : "設定資料庫", + "Database user" : "資料庫帳戶", + "Database password" : "資料庫密碼", + "Database name" : "資料庫名稱", + "Log out" : "登出", + "remember" : "記住", + "Log in" : "登入" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/zh_HK.php b/core/l10n/zh_HK.php deleted file mode 100644 index 45a52a3ca0..0000000000 --- a/core/l10n/zh_HK.php +++ /dev/null @@ -1,79 +0,0 @@ - "星期日", -"Monday" => "星期一", -"Tuesday" => "星期二", -"Wednesday" => "星期三", -"Thursday" => "星期四", -"Friday" => "星期五", -"Saturday" => "星期六", -"January" => "一月", -"February" => "二月", -"March" => "三月", -"April" => "四月", -"May" => "五月", -"June" => "六月", -"July" => "七月", -"August" => "八月", -"September" => "九月", -"October" => "十月", -"November" => "十一月", -"December" => "十二月", -"Settings" => "設定", -"File" => "文件", -"Folder" => "資料夾", -"Image" => "圖片", -"Audio" => "聲音", -"Saving..." => "儲存中...", -"Reset password" => "重設密碼", -"No" => "否", -"Yes" => "是", -"Ok" => "確認", -"_{count} file conflict_::_{count} file conflicts_" => array(""), -"Cancel" => "取消", -"Shared" => "已分享", -"Share" => "分享", -"Error" => "錯誤", -"Error while sharing" => "分享時發生錯誤", -"Error while unsharing" => "取消分享時發生錯誤", -"Error while changing permissions" => "更改權限時發生錯誤", -"Shared with you and the group {group} by {owner}" => "{owner}與你及群組的分享", -"Shared with you by {owner}" => "{owner}與你的分享", -"Share link" => "分享連結", -"Password protect" => "密碼保護", -"Send" => "傳送", -"Set expiration date" => "設定分享期限", -"Expiration date" => "分享期限", -"Unshare" => "取消分享", -"create" => "新增", -"update" => "更新", -"delete" => "刪除", -"Password protected" => "密碼保護", -"Sending ..." => "發送中...", -"Email sent" => "郵件已傳", -"Warning" => "警告", -"Delete" => "刪除", -"Add" => "加入", -"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." => "你將收到一封電郵", -"Username" => "用戶名稱", -"Reset" => "重設", -"New password" => "新密碼", -"New Password" => "新密碼", -"Personal" => "個人", -"Users" => "用戶", -"Apps" => "軟件", -"Admin" => "管理", -"Help" => "幫助", -"Create an admin account" => "建立管理員帳戶", -"Password" => "密碼", -"Configure the database" => "設定資料庫", -"Database user" => "資料庫帳戶", -"Database password" => "資料庫密碼", -"Database name" => "資料庫名稱", -"Log out" => "登出", -"remember" => "記住", -"Log in" => "登入" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js new file mode 100644 index 0000000000..a112af12d0 --- /dev/null +++ b/core/l10n/zh_TW.js @@ -0,0 +1,211 @@ +OC.L10N.register( + "core", + { + "Couldn't send mail to following users: %s " : "無法寄送郵件給這些使用者:%s", + "Turned on maintenance mode" : "已啓用維護模式", + "Turned off maintenance mode" : "已停用維護模式", + "Updated database" : "已更新資料庫", + "Checked database schema update" : "已檢查資料庫格式更新", + "Checked database schema update for apps" : "已檢查應用程式的資料庫格式更新", + "Updated \"%s\" to %s" : "已更新 %s 到 %s", + "Disabled incompatible apps: %s" : "停用不相容的應用程式:%s", + "No image or file provided" : "未提供圖片或檔案", + "Unknown filetype" : "未知的檔案類型", + "Invalid image" : "無效的圖片", + "No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次", + "No crop data provided" : "未設定剪裁", + "Sunday" : "週日", + "Monday" : "週一", + "Tuesday" : "週二", + "Wednesday" : "週三", + "Thursday" : "週四", + "Friday" : "週五", + "Saturday" : "週六", + "January" : "一月", + "February" : "二月", + "March" : "三月", + "April" : "四月", + "May" : "五月", + "June" : "六月", + "July" : "七月", + "August" : "八月", + "September" : "九月", + "October" : "十月", + "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 至你的信箱,如果你在一段時間內沒收到,請檢查垃圾郵件資料夾,如果還是找不到,請聯絡系統管理員。", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "您的檔案是加密的,如果您沒有啟用救援金鑰,當您重設密碼之後將無法存取您的資料。
如果不確定該怎麼做,請聯絡您的系統管理員。
您確定要繼續嗎?", + "I know what I'm doing" : "我知道我在幹嘛", + "Reset password" : "重設密碼", + "Password can not be changed. Please contact your administrator." : "無法變更密碼,請聯絡您的系統管理員", + "No" : "否", + "Yes" : "是", + "Choose" : "選擇", + "Error loading file picker template: {error}" : "載入檔案選擇器樣板出錯: {error}", + "Ok" : "好", + "Error loading message template: {error}" : "載入訊息樣板出錯: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} 個檔案衝突"], + "One file conflict" : "一個檔案衝突", + "New Files" : "新檔案", + "Already existing files" : "已經存在的檔案", + "Which files do you want to keep?" : "您要保留哪一個檔案?", + "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號", + "Cancel" : "取消", + "Continue" : "繼續", + "(all selected)" : "(已全選)", + "({count} selected)" : "(已選 {count} 項)", + "Error loading file exists template" : "載入檔案存在樣板出錯", + "Very weak password" : "非常弱的密碼", + "Weak password" : "弱的密碼", + "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 界面似乎無法使用。", + "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." : "這臺 ownCloud 伺服器沒有連接到網際網路,因此有些功能像是掛載外部儲存空間、更新 ownCloud 或應用程式的通知沒有辦法運作。透過網際網路存取檔案還有電子郵件通知可能也無法運作。如果想要 ownCloud 完整的功能,建議您將這臺伺服器連接至網際網路。", + "Error occurred while checking server setup" : "檢查伺服器配置時發生錯誤", + "Shared" : "已分享", + "Shared with {recipients}" : "與 {recipients} 分享", + "Share" : "分享", + "Error" : "錯誤", + "Error while sharing" : "分享時發生錯誤", + "Error while unsharing" : "取消分享時發生錯誤", + "Error while changing permissions" : "修改權限時發生錯誤", + "Shared with you and the group {group} by {owner}" : "由 {owner} 分享給您和 {group}", + "Shared with you by {owner}" : "{owner} 已經和您分享", + "Share with user or group …" : "與用戶或群組分享", + "Share link" : "分享連結", + "The public link will expire no later than {days} days after it is created" : "這個公開連結會在 {days} 天內失效", + "Password protect" : "密碼保護", + "Choose a password for the public link" : "為公開連結選一個密碼", + "Allow Public Upload" : "允許任何人上傳", + "Email link to person" : "將連結 email 給別人", + "Send" : "寄出", + "Set expiration date" : "指定到期日", + "Expiration date" : "到期日", + "Adding user..." : "新增使用者……", + "group" : "群組", + "Resharing is not allowed" : "不允許重新分享", + "Shared in {item} with {user}" : "已和 {user} 分享 {item}", + "Unshare" : "取消分享", + "notify by email" : "以 email 通知", + "can share" : "可分享", + "can edit" : "可編輯", + "access control" : "存取控制", + "create" : "建立", + "update" : "更新", + "delete" : "刪除", + "Password protected" : "受密碼保護", + "Error unsetting expiration date" : "取消到期日設定失敗", + "Error setting expiration date" : "設定到期日發生錯誤", + "Sending ..." : "正在傳送…", + "Email sent" : "Email 已寄出", + "Warning" : "警告", + "The object type is not specified." : "未指定物件類型", + "Enter new" : "輸入新的", + "Delete" : "刪除", + "Add" : "增加", + "Edit tags" : "編輯標籤", + "Error loading dialog template: {error}" : "載入對話樣板出錯:{error}", + "No tags selected for deletion." : "沒有選擇要刪除的標籤", + "Updating {productName} to version {version}, this may take a while." : "正在更新 {productName} 到版本 {version} ,請稍候", + "Please reload the page." : "請重新整理頁面", + "The update was unsuccessful." : "更新失敗", + "The update was successful. Redirecting you to ownCloud now." : "升級成功,正將您重新導向至 ownCloud 。", + "Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效", + "Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員", + "%s password reset" : "%s 密碼重設", + "Use the following link to reset your password: {link}" : "請至以下連結重設您的密碼: {link}", + "You will receive a link to reset your password via Email." : "重設密碼的連結將會寄到您的電子郵件信箱。", + "Username" : "使用者名稱", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "您的檔案已加密,如果您沒有設定還原金鑰,未來重設密碼後將無法取回您的資料。如果您不確定該怎麼做,請洽詢系統管理員後再繼續。您確定要現在繼續嗎?", + "Yes, I really want to reset my password now" : "對,我現在想要重設我的密碼。", + "Reset" : "重設", + "New password" : "新密碼", + "New Password" : "新密碼", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "不支援 Mac OS X 而且 %s 在這個平台上面無法正常運作,請自行衡量風險!", + "For the best results, please consider using a GNU/Linux server instead." : "請考慮使用 GNU/Linux 伺服器以取得最好的效果", + "Personal" : "個人", + "Users" : "使用者", + "Apps" : "應用程式", + "Admin" : "管理", + "Help" : "說明", + "Error loading tags" : "載入標籤出錯", + "Tag already exists" : "標籤已經存在", + "Error deleting tag(s)" : "刪除標籤出錯", + "Error tagging" : "貼標籤發生錯誤", + "Error untagging" : "移除標籤失敗", + "Error favoriting" : "加入最愛時出錯", + "Error unfavoriting" : "從最愛移除出錯", + "Access forbidden" : "存取被拒", + "File not found" : "找不到檔案", + "The specified document has not been found on the server." : "該文件不存在於伺服器上", + "You can click here to return to %s." : "點這裡以回到 %s", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "嗨,\n\n%s 和你分享了 %s ,到這裡看它:%s\n", + "The share will expire on %s." : "這個分享將會於 %s 過期", + "Cheers!" : "太棒了!", + "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." : "伺服器記錄檔裡面有更多細節", + "Technical details" : "技術細節", + "Remote Address: %s" : "遠端位置:%s", + "Request ID: %s" : "請求編號:%s", + "Code: %s" : "代碼:%s", + "Message: %s" : "訊息:%s", + "File: %s" : "檔案:%s", + "Line: %s" : "行數:%s", + "Trace" : "追蹤", + "Security Warning" : "安全性警告", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "您的 PHP 版本無法抵抗 NULL Byte 攻擊 (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "請更新 PHP 以安全地使用 %s。", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "您的資料目錄看起來可以被 Internet 公開存取,因為 .htaccess 設定並未生效。", + "For information how to properly configure your server, please see the documentation." : "請參考說明文件以瞭解如何正確設定您的伺服器。", + "Create an admin account" : "建立一個管理者帳號", + "Password" : "密碼", + "Storage & database" : "儲存空間和資料庫", + "Data folder" : "資料儲存位置", + "Configure the database" : "設定資料庫", + "Only %s is available." : "剩下 %s 可使用", + "Database user" : "資料庫使用者", + "Database password" : "資料庫密碼", + "Database name" : "資料庫名稱", + "Database tablespace" : "資料庫 tablespace", + "Database host" : "資料庫主機", + "SQLite will be used as database. For larger installations we recommend to change this." : "將會使用 SQLite 作為資料庫,在大型安裝中建議使用其他種資料庫", + "Finish setup" : "完成設定", + "Finishing …" : "即將完成…", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "這個應用程式需要 Javascript 才能正常運作,請啟用 Javascript 然後重新整理。", + "%s is available. Get more information on how to update." : "%s 已經釋出,瞭解更多資訊以進行更新。", + "Log out" : "登出", + "Server side authentication failed!" : "伺服器端認證失敗!", + "Please contact your administrator." : "請聯絡系統管理員。", + "Forgot your password? Reset it!" : "忘了密碼?重設它!", + "remember" : "記住", + "Log in" : "登入", + "Alternative Logins" : "其他登入方法", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "嗨,

%s 與你分享了%s
檢視

", + "This ownCloud instance is currently in single user mode." : "這個 ownCloud 伺服器目前運作於單一使用者模式", + "This means only administrators can use the instance." : "這表示只有系統管理員能夠使用", + "Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員", + "Thank you for your patience." : "感謝您的耐心", + "You are accessing the server from an untrusted domain." : "你正在從一個未信任的網域存取伺服器", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "請聯絡您的系統管理員,如果您就是系統管理員,請設定 config/config.php 中的 \"trusted_domain\" 選項。範例設定提供於 config/config.sample.php", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "依照設定而定,您身為系統管理員可能也可以使用底下的按鈕來信任這個網域", + "Add \"%s\" as trusted domain" : "將 %s 加入到信任的網域", + "%s will be updated to version %s." : "%s 將會被升級到版本 %s", + "The following apps will be disabled:" : "這些應用程式會被停用:", + "The theme %s has been disabled." : "主題 %s 已經被停用", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份資料庫、config 目錄及資料目錄", + "Start update" : "開始升級", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:", + "This %s instance is currently being updated, which may take a while." : "正在更新這個 %s 安裝,需要一段時間", + "This page will refresh itself when the %s instance is available again." : "%s 安裝恢復可用之後,本頁會自動重新整理" +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json new file mode 100644 index 0000000000..0f09ca6286 --- /dev/null +++ b/core/l10n/zh_TW.json @@ -0,0 +1,209 @@ +{ "translations": { + "Couldn't send mail to following users: %s " : "無法寄送郵件給這些使用者:%s", + "Turned on maintenance mode" : "已啓用維護模式", + "Turned off maintenance mode" : "已停用維護模式", + "Updated database" : "已更新資料庫", + "Checked database schema update" : "已檢查資料庫格式更新", + "Checked database schema update for apps" : "已檢查應用程式的資料庫格式更新", + "Updated \"%s\" to %s" : "已更新 %s 到 %s", + "Disabled incompatible apps: %s" : "停用不相容的應用程式:%s", + "No image or file provided" : "未提供圖片或檔案", + "Unknown filetype" : "未知的檔案類型", + "Invalid image" : "無效的圖片", + "No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次", + "No crop data provided" : "未設定剪裁", + "Sunday" : "週日", + "Monday" : "週一", + "Tuesday" : "週二", + "Wednesday" : "週三", + "Thursday" : "週四", + "Friday" : "週五", + "Saturday" : "週六", + "January" : "一月", + "February" : "二月", + "March" : "三月", + "April" : "四月", + "May" : "五月", + "June" : "六月", + "July" : "七月", + "August" : "八月", + "September" : "九月", + "October" : "十月", + "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 至你的信箱,如果你在一段時間內沒收到,請檢查垃圾郵件資料夾,如果還是找不到,請聯絡系統管理員。", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "您的檔案是加密的,如果您沒有啟用救援金鑰,當您重設密碼之後將無法存取您的資料。
如果不確定該怎麼做,請聯絡您的系統管理員。
您確定要繼續嗎?", + "I know what I'm doing" : "我知道我在幹嘛", + "Reset password" : "重設密碼", + "Password can not be changed. Please contact your administrator." : "無法變更密碼,請聯絡您的系統管理員", + "No" : "否", + "Yes" : "是", + "Choose" : "選擇", + "Error loading file picker template: {error}" : "載入檔案選擇器樣板出錯: {error}", + "Ok" : "好", + "Error loading message template: {error}" : "載入訊息樣板出錯: {error}", + "_{count} file conflict_::_{count} file conflicts_" : ["{count} 個檔案衝突"], + "One file conflict" : "一個檔案衝突", + "New Files" : "新檔案", + "Already existing files" : "已經存在的檔案", + "Which files do you want to keep?" : "您要保留哪一個檔案?", + "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號", + "Cancel" : "取消", + "Continue" : "繼續", + "(all selected)" : "(已全選)", + "({count} selected)" : "(已選 {count} 項)", + "Error loading file exists template" : "載入檔案存在樣板出錯", + "Very weak password" : "非常弱的密碼", + "Weak password" : "弱的密碼", + "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 界面似乎無法使用。", + "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." : "這臺 ownCloud 伺服器沒有連接到網際網路,因此有些功能像是掛載外部儲存空間、更新 ownCloud 或應用程式的通知沒有辦法運作。透過網際網路存取檔案還有電子郵件通知可能也無法運作。如果想要 ownCloud 完整的功能,建議您將這臺伺服器連接至網際網路。", + "Error occurred while checking server setup" : "檢查伺服器配置時發生錯誤", + "Shared" : "已分享", + "Shared with {recipients}" : "與 {recipients} 分享", + "Share" : "分享", + "Error" : "錯誤", + "Error while sharing" : "分享時發生錯誤", + "Error while unsharing" : "取消分享時發生錯誤", + "Error while changing permissions" : "修改權限時發生錯誤", + "Shared with you and the group {group} by {owner}" : "由 {owner} 分享給您和 {group}", + "Shared with you by {owner}" : "{owner} 已經和您分享", + "Share with user or group …" : "與用戶或群組分享", + "Share link" : "分享連結", + "The public link will expire no later than {days} days after it is created" : "這個公開連結會在 {days} 天內失效", + "Password protect" : "密碼保護", + "Choose a password for the public link" : "為公開連結選一個密碼", + "Allow Public Upload" : "允許任何人上傳", + "Email link to person" : "將連結 email 給別人", + "Send" : "寄出", + "Set expiration date" : "指定到期日", + "Expiration date" : "到期日", + "Adding user..." : "新增使用者……", + "group" : "群組", + "Resharing is not allowed" : "不允許重新分享", + "Shared in {item} with {user}" : "已和 {user} 分享 {item}", + "Unshare" : "取消分享", + "notify by email" : "以 email 通知", + "can share" : "可分享", + "can edit" : "可編輯", + "access control" : "存取控制", + "create" : "建立", + "update" : "更新", + "delete" : "刪除", + "Password protected" : "受密碼保護", + "Error unsetting expiration date" : "取消到期日設定失敗", + "Error setting expiration date" : "設定到期日發生錯誤", + "Sending ..." : "正在傳送…", + "Email sent" : "Email 已寄出", + "Warning" : "警告", + "The object type is not specified." : "未指定物件類型", + "Enter new" : "輸入新的", + "Delete" : "刪除", + "Add" : "增加", + "Edit tags" : "編輯標籤", + "Error loading dialog template: {error}" : "載入對話樣板出錯:{error}", + "No tags selected for deletion." : "沒有選擇要刪除的標籤", + "Updating {productName} to version {version}, this may take a while." : "正在更新 {productName} 到版本 {version} ,請稍候", + "Please reload the page." : "請重新整理頁面", + "The update was unsuccessful." : "更新失敗", + "The update was successful. Redirecting you to ownCloud now." : "升級成功,正將您重新導向至 ownCloud 。", + "Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效", + "Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員", + "%s password reset" : "%s 密碼重設", + "Use the following link to reset your password: {link}" : "請至以下連結重設您的密碼: {link}", + "You will receive a link to reset your password via Email." : "重設密碼的連結將會寄到您的電子郵件信箱。", + "Username" : "使用者名稱", + "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "您的檔案已加密,如果您沒有設定還原金鑰,未來重設密碼後將無法取回您的資料。如果您不確定該怎麼做,請洽詢系統管理員後再繼續。您確定要現在繼續嗎?", + "Yes, I really want to reset my password now" : "對,我現在想要重設我的密碼。", + "Reset" : "重設", + "New password" : "新密碼", + "New Password" : "新密碼", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "不支援 Mac OS X 而且 %s 在這個平台上面無法正常運作,請自行衡量風險!", + "For the best results, please consider using a GNU/Linux server instead." : "請考慮使用 GNU/Linux 伺服器以取得最好的效果", + "Personal" : "個人", + "Users" : "使用者", + "Apps" : "應用程式", + "Admin" : "管理", + "Help" : "說明", + "Error loading tags" : "載入標籤出錯", + "Tag already exists" : "標籤已經存在", + "Error deleting tag(s)" : "刪除標籤出錯", + "Error tagging" : "貼標籤發生錯誤", + "Error untagging" : "移除標籤失敗", + "Error favoriting" : "加入最愛時出錯", + "Error unfavoriting" : "從最愛移除出錯", + "Access forbidden" : "存取被拒", + "File not found" : "找不到檔案", + "The specified document has not been found on the server." : "該文件不存在於伺服器上", + "You can click here to return to %s." : "點這裡以回到 %s", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "嗨,\n\n%s 和你分享了 %s ,到這裡看它:%s\n", + "The share will expire on %s." : "這個分享將會於 %s 過期", + "Cheers!" : "太棒了!", + "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." : "伺服器記錄檔裡面有更多細節", + "Technical details" : "技術細節", + "Remote Address: %s" : "遠端位置:%s", + "Request ID: %s" : "請求編號:%s", + "Code: %s" : "代碼:%s", + "Message: %s" : "訊息:%s", + "File: %s" : "檔案:%s", + "Line: %s" : "行數:%s", + "Trace" : "追蹤", + "Security Warning" : "安全性警告", + "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "您的 PHP 版本無法抵抗 NULL Byte 攻擊 (CVE-2006-7243)", + "Please update your PHP installation to use %s securely." : "請更新 PHP 以安全地使用 %s。", + "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "您的資料目錄看起來可以被 Internet 公開存取,因為 .htaccess 設定並未生效。", + "For information how to properly configure your server, please see the documentation." : "請參考說明文件以瞭解如何正確設定您的伺服器。", + "Create an admin account" : "建立一個管理者帳號", + "Password" : "密碼", + "Storage & database" : "儲存空間和資料庫", + "Data folder" : "資料儲存位置", + "Configure the database" : "設定資料庫", + "Only %s is available." : "剩下 %s 可使用", + "Database user" : "資料庫使用者", + "Database password" : "資料庫密碼", + "Database name" : "資料庫名稱", + "Database tablespace" : "資料庫 tablespace", + "Database host" : "資料庫主機", + "SQLite will be used as database. For larger installations we recommend to change this." : "將會使用 SQLite 作為資料庫,在大型安裝中建議使用其他種資料庫", + "Finish setup" : "完成設定", + "Finishing …" : "即將完成…", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "這個應用程式需要 Javascript 才能正常運作,請啟用 Javascript 然後重新整理。", + "%s is available. Get more information on how to update." : "%s 已經釋出,瞭解更多資訊以進行更新。", + "Log out" : "登出", + "Server side authentication failed!" : "伺服器端認證失敗!", + "Please contact your administrator." : "請聯絡系統管理員。", + "Forgot your password? Reset it!" : "忘了密碼?重設它!", + "remember" : "記住", + "Log in" : "登入", + "Alternative Logins" : "其他登入方法", + "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "嗨,

%s 與你分享了%s
檢視

", + "This ownCloud instance is currently in single user mode." : "這個 ownCloud 伺服器目前運作於單一使用者模式", + "This means only administrators can use the instance." : "這表示只有系統管理員能夠使用", + "Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員", + "Thank you for your patience." : "感謝您的耐心", + "You are accessing the server from an untrusted domain." : "你正在從一個未信任的網域存取伺服器", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "請聯絡您的系統管理員,如果您就是系統管理員,請設定 config/config.php 中的 \"trusted_domain\" 選項。範例設定提供於 config/config.sample.php", + "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "依照設定而定,您身為系統管理員可能也可以使用底下的按鈕來信任這個網域", + "Add \"%s\" as trusted domain" : "將 %s 加入到信任的網域", + "%s will be updated to version %s." : "%s 將會被升級到版本 %s", + "The following apps will be disabled:" : "這些應用程式會被停用:", + "The theme %s has been disabled." : "主題 %s 已經被停用", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份資料庫、config 目錄及資料目錄", + "Start update" : "開始升級", + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:", + "This %s instance is currently being updated, which may take a while." : "正在更新這個 %s 安裝,需要一段時間", + "This page will refresh itself when the %s instance is available again." : "%s 安裝恢復可用之後,本頁會自動重新整理" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php deleted file mode 100644 index a431c6670d..0000000000 --- a/core/l10n/zh_TW.php +++ /dev/null @@ -1,210 +0,0 @@ - "無法寄送郵件給這些使用者:%s", -"Turned on maintenance mode" => "已啓用維護模式", -"Turned off maintenance mode" => "已停用維護模式", -"Updated database" => "已更新資料庫", -"Checked database schema update" => "已檢查資料庫格式更新", -"Checked database schema update for apps" => "已檢查應用程式的資料庫格式更新", -"Updated \"%s\" to %s" => "已更新 %s 到 %s", -"Disabled incompatible apps: %s" => "停用不相容的應用程式:%s", -"No image or file provided" => "未提供圖片或檔案", -"Unknown filetype" => "未知的檔案類型", -"Invalid image" => "無效的圖片", -"No temporary profile picture available, try again" => "沒有臨時用的大頭貼,請再試一次", -"No crop data provided" => "未設定剪裁", -"Sunday" => "週日", -"Monday" => "週一", -"Tuesday" => "週二", -"Wednesday" => "週三", -"Thursday" => "週四", -"Friday" => "週五", -"Saturday" => "週六", -"January" => "一月", -"February" => "二月", -"March" => "三月", -"April" => "四月", -"May" => "五月", -"June" => "六月", -"July" => "七月", -"August" => "八月", -"September" => "九月", -"October" => "十月", -"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 至你的信箱,如果你在一段時間內沒收到,請檢查垃圾郵件資料夾,如果還是找不到,請聯絡系統管理員。", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "您的檔案是加密的,如果您沒有啟用救援金鑰,當您重設密碼之後將無法存取您的資料。
如果不確定該怎麼做,請聯絡您的系統管理員。
您確定要繼續嗎?", -"I know what I'm doing" => "我知道我在幹嘛", -"Reset password" => "重設密碼", -"Password can not be changed. Please contact your administrator." => "無法變更密碼,請聯絡您的系統管理員", -"No" => "否", -"Yes" => "是", -"Choose" => "選擇", -"Error loading file picker template: {error}" => "載入檔案選擇器樣板出錯: {error}", -"Ok" => "好", -"Error loading message template: {error}" => "載入訊息樣板出錯: {error}", -"_{count} file conflict_::_{count} file conflicts_" => array("{count} 個檔案衝突"), -"One file conflict" => "一個檔案衝突", -"New Files" => "新檔案", -"Already existing files" => "已經存在的檔案", -"Which files do you want to keep?" => "您要保留哪一個檔案?", -"If you select both versions, the copied file will have a number added to its name." => "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號", -"Cancel" => "取消", -"Continue" => "繼續", -"(all selected)" => "(已全選)", -"({count} selected)" => "(已選 {count} 項)", -"Error loading file exists template" => "載入檔案存在樣板出錯", -"Very weak password" => "非常弱的密碼", -"Weak password" => "弱的密碼", -"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 界面似乎無法使用。", -"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." => "這臺 ownCloud 伺服器沒有連接到網際網路,因此有些功能像是掛載外部儲存空間、更新 ownCloud 或應用程式的通知沒有辦法運作。透過網際網路存取檔案還有電子郵件通知可能也無法運作。如果想要 ownCloud 完整的功能,建議您將這臺伺服器連接至網際網路。", -"Error occurred while checking server setup" => "檢查伺服器配置時發生錯誤", -"Shared" => "已分享", -"Shared with {recipients}" => "與 {recipients} 分享", -"Share" => "分享", -"Error" => "錯誤", -"Error while sharing" => "分享時發生錯誤", -"Error while unsharing" => "取消分享時發生錯誤", -"Error while changing permissions" => "修改權限時發生錯誤", -"Shared with you and the group {group} by {owner}" => "由 {owner} 分享給您和 {group}", -"Shared with you by {owner}" => "{owner} 已經和您分享", -"Share with user or group …" => "與用戶或群組分享", -"Share link" => "分享連結", -"The public link will expire no later than {days} days after it is created" => "這個公開連結會在 {days} 天內失效", -"Password protect" => "密碼保護", -"Choose a password for the public link" => "為公開連結選一個密碼", -"Allow Public Upload" => "允許任何人上傳", -"Email link to person" => "將連結 email 給別人", -"Send" => "寄出", -"Set expiration date" => "指定到期日", -"Expiration date" => "到期日", -"Adding user..." => "新增使用者……", -"group" => "群組", -"Resharing is not allowed" => "不允許重新分享", -"Shared in {item} with {user}" => "已和 {user} 分享 {item}", -"Unshare" => "取消分享", -"notify by email" => "以 email 通知", -"can share" => "可分享", -"can edit" => "可編輯", -"access control" => "存取控制", -"create" => "建立", -"update" => "更新", -"delete" => "刪除", -"Password protected" => "受密碼保護", -"Error unsetting expiration date" => "取消到期日設定失敗", -"Error setting expiration date" => "設定到期日發生錯誤", -"Sending ..." => "正在傳送…", -"Email sent" => "Email 已寄出", -"Warning" => "警告", -"The object type is not specified." => "未指定物件類型", -"Enter new" => "輸入新的", -"Delete" => "刪除", -"Add" => "增加", -"Edit tags" => "編輯標籤", -"Error loading dialog template: {error}" => "載入對話樣板出錯:{error}", -"No tags selected for deletion." => "沒有選擇要刪除的標籤", -"Updating {productName} to version {version}, this may take a while." => "正在更新 {productName} 到版本 {version} ,請稍候", -"Please reload the page." => "請重新整理頁面", -"The update was unsuccessful." => "更新失敗", -"The update was successful. Redirecting you to ownCloud now." => "升級成功,正將您重新導向至 ownCloud 。", -"Couldn't reset password because the token is invalid" => "無法重設密碼因為 token 無效", -"Couldn't send reset email. Please make sure your username is correct." => "無法寄送重設 email ,請確認您的帳號輸入正確", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員", -"%s password reset" => "%s 密碼重設", -"Use the following link to reset your password: {link}" => "請至以下連結重設您的密碼: {link}", -"You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到您的電子郵件信箱。", -"Username" => "使用者名稱", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "您的檔案已加密,如果您沒有設定還原金鑰,未來重設密碼後將無法取回您的資料。如果您不確定該怎麼做,請洽詢系統管理員後再繼續。您確定要現在繼續嗎?", -"Yes, I really want to reset my password now" => "對,我現在想要重設我的密碼。", -"Reset" => "重設", -"New password" => "新密碼", -"New Password" => "新密碼", -"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "不支援 Mac OS X 而且 %s 在這個平台上面無法正常運作,請自行衡量風險!", -"For the best results, please consider using a GNU/Linux server instead." => "請考慮使用 GNU/Linux 伺服器以取得最好的效果", -"Personal" => "個人", -"Users" => "使用者", -"Apps" => "應用程式", -"Admin" => "管理", -"Help" => "說明", -"Error loading tags" => "載入標籤出錯", -"Tag already exists" => "標籤已經存在", -"Error deleting tag(s)" => "刪除標籤出錯", -"Error tagging" => "貼標籤發生錯誤", -"Error untagging" => "移除標籤失敗", -"Error favoriting" => "加入最愛時出錯", -"Error unfavoriting" => "從最愛移除出錯", -"Access forbidden" => "存取被拒", -"File not found" => "找不到檔案", -"The specified document has not been found on the server." => "該文件不存在於伺服器上", -"You can click here to return to %s." => "點這裡以回到 %s", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "嗨,\n\n%s 和你分享了 %s ,到這裡看它:%s\n", -"The share will expire on %s." => "這個分享將會於 %s 過期", -"Cheers!" => "太棒了!", -"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." => "伺服器記錄檔裡面有更多細節", -"Technical details" => "技術細節", -"Remote Address: %s" => "遠端位置:%s", -"Request ID: %s" => "請求編號:%s", -"Code: %s" => "代碼:%s", -"Message: %s" => "訊息:%s", -"File: %s" => "檔案:%s", -"Line: %s" => "行數:%s", -"Trace" => "追蹤", -"Security Warning" => "安全性警告", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "您的 PHP 版本無法抵抗 NULL Byte 攻擊 (CVE-2006-7243)", -"Please update your PHP installation to use %s securely." => "請更新 PHP 以安全地使用 %s。", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "您的資料目錄看起來可以被 Internet 公開存取,因為 .htaccess 設定並未生效。", -"For information how to properly configure your server, please see the documentation." => "請參考說明文件以瞭解如何正確設定您的伺服器。", -"Create an admin account" => "建立一個管理者帳號", -"Password" => "密碼", -"Storage & database" => "儲存空間和資料庫", -"Data folder" => "資料儲存位置", -"Configure the database" => "設定資料庫", -"Only %s is available." => "剩下 %s 可使用", -"Database user" => "資料庫使用者", -"Database password" => "資料庫密碼", -"Database name" => "資料庫名稱", -"Database tablespace" => "資料庫 tablespace", -"Database host" => "資料庫主機", -"SQLite will be used as database. For larger installations we recommend to change this." => "將會使用 SQLite 作為資料庫,在大型安裝中建議使用其他種資料庫", -"Finish setup" => "完成設定", -"Finishing …" => "即將完成…", -"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "這個應用程式需要 Javascript 才能正常運作,請啟用 Javascript 然後重新整理。", -"%s is available. Get more information on how to update." => "%s 已經釋出,瞭解更多資訊以進行更新。", -"Log out" => "登出", -"Server side authentication failed!" => "伺服器端認證失敗!", -"Please contact your administrator." => "請聯絡系統管理員。", -"Forgot your password? Reset it!" => "忘了密碼?重設它!", -"remember" => "記住", -"Log in" => "登入", -"Alternative Logins" => "其他登入方法", -"Hey there,

just letting you know that %s shared %s with you.
View it!

" => "嗨,

%s 與你分享了%s
檢視

", -"This ownCloud instance is currently in single user mode." => "這個 ownCloud 伺服器目前運作於單一使用者模式", -"This means only administrators can use the instance." => "這表示只有系統管理員能夠使用", -"Contact your system administrator if this message persists or appeared unexpectedly." => "若這個訊息持續出現,請聯絡系統管理員", -"Thank you for your patience." => "感謝您的耐心", -"You are accessing the server from an untrusted domain." => "你正在從一個未信任的網域存取伺服器", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "請聯絡您的系統管理員,如果您就是系統管理員,請設定 config/config.php 中的 \"trusted_domain\" 選項。範例設定提供於 config/config.sample.php", -"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." => "依照設定而定,您身為系統管理員可能也可以使用底下的按鈕來信任這個網域", -"Add \"%s\" as trusted domain" => "將 %s 加入到信任的網域", -"%s will be updated to version %s." => "%s 將會被升級到版本 %s", -"The following apps will be disabled:" => "這些應用程式會被停用:", -"The theme %s has been disabled." => "主題 %s 已經被停用", -"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "在繼續之前,請備份資料庫、config 目錄及資料目錄", -"Start update" => "開始升級", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:", -"This %s instance is currently being updated, which may take a while." => "正在更新這個 %s 安裝,需要一段時間", -"This page will refresh itself when the %s instance is available again." => "%s 安裝恢復可用之後,本頁會自動重新整理" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/ach.js b/lib/l10n/ach.js new file mode 100644 index 0000000000..9ac3e05d6c --- /dev/null +++ b/lib/l10n/ach.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/ach.json b/lib/l10n/ach.json new file mode 100644 index 0000000000..82a8a99d30 --- /dev/null +++ b/lib/l10n/ach.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/ach.php b/lib/l10n/ach.php deleted file mode 100644 index 406ff5f5a2..0000000000 --- a/lib/l10n/ach.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/lib/l10n/ady.js b/lib/l10n/ady.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/ady.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/ady.json b/lib/l10n/ady.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/ady.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/ady.php b/lib/l10n/ady.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/ady.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/af_ZA.js b/lib/l10n/af_ZA.js new file mode 100644 index 0000000000..fd0ff979e2 --- /dev/null +++ b/lib/l10n/af_ZA.js @@ -0,0 +1,18 @@ +OC.L10N.register( + "lib", + { + "Help" : "Hulp", + "Personal" : "Persoonlik", + "Settings" : "Instellings", + "Users" : "Gebruikers", + "Admin" : "Admin", + "Unknown filetype" : "Onbekende leertipe", + "Invalid image" : "Ongeldige prent", + "web services under your control" : "webdienste onder jou beheer", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["","%n ure gelede"], + "today" : "vandag", + "_%n day go_::_%n days ago_" : ["","%n dae gelede"], + "_%n month ago_::_%n months ago_" : ["","%n maande gelede"] +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/af_ZA.json b/lib/l10n/af_ZA.json new file mode 100644 index 0000000000..0a2bd66886 --- /dev/null +++ b/lib/l10n/af_ZA.json @@ -0,0 +1,16 @@ +{ "translations": { + "Help" : "Hulp", + "Personal" : "Persoonlik", + "Settings" : "Instellings", + "Users" : "Gebruikers", + "Admin" : "Admin", + "Unknown filetype" : "Onbekende leertipe", + "Invalid image" : "Ongeldige prent", + "web services under your control" : "webdienste onder jou beheer", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["","%n ure gelede"], + "today" : "vandag", + "_%n day go_::_%n days ago_" : ["","%n dae gelede"], + "_%n month ago_::_%n months ago_" : ["","%n maande gelede"] +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/af_ZA.php b/lib/l10n/af_ZA.php deleted file mode 100644 index 3f3095ccb9..0000000000 --- a/lib/l10n/af_ZA.php +++ /dev/null @@ -1,17 +0,0 @@ - "Hulp", -"Personal" => "Persoonlik", -"Settings" => "Instellings", -"Users" => "Gebruikers", -"Admin" => "Admin", -"Unknown filetype" => "Onbekende leertipe", -"Invalid image" => "Ongeldige prent", -"web services under your control" => "webdienste onder jou beheer", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("","%n ure gelede"), -"today" => "vandag", -"_%n day go_::_%n days ago_" => array("","%n dae gelede"), -"_%n month ago_::_%n months ago_" => array("","%n maande gelede") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ak.js b/lib/l10n/ak.js new file mode 100644 index 0000000000..27ded1c7f3 --- /dev/null +++ b/lib/l10n/ak.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/ak.json b/lib/l10n/ak.json new file mode 100644 index 0000000000..a488fce3cc --- /dev/null +++ b/lib/l10n/ak.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/ak.php b/lib/l10n/ak.php deleted file mode 100644 index 4124ad0d88..0000000000 --- a/lib/l10n/ak.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=n > 1;"; diff --git a/lib/l10n/am_ET.js b/lib/l10n/am_ET.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/am_ET.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/am_ET.json b/lib/l10n/am_ET.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/am_ET.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/am_ET.php b/lib/l10n/am_ET.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/am_ET.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js new file mode 100644 index 0000000000..5fec5a1a81 --- /dev/null +++ b/lib/l10n/ar.js @@ -0,0 +1,53 @@ +OC.L10N.register( + "lib", + { + "Help" : "المساعدة", + "Personal" : "شخصي", + "Settings" : "إعدادات", + "Users" : "المستخدمين", + "Admin" : "المدير", + "No app name specified" : "لا يوجد برنامج بهذا الاسم", + "Unknown filetype" : "نوع الملف غير معروف", + "Invalid image" : "الصورة غير صالحة", + "web services under your control" : "خدمات الشبكة تحت سيطرتك", + "App directory already exists" : "مجلد التطبيق موجود مسبقا", + "Can't create app folder. Please fix permissions. %s" : "لا يمكن إنشاء مجلد التطبيق. يرجى تعديل الصلاحيات. %s", + "No source specified when installing app" : "لم يتم تحديد المصدر عن تثبيت البرنامج", + "Archives of type %s are not supported" : "الأرشيفات من نوع %s غير مدعومة", + "App does not provide an info.xml file" : "التطبيق لا يتوفر على ملف info.xml", + "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." : "انت بحاجة لكتابة اسم مستخدم موجود أو حساب المدير.", + "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", + "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." : "اعداد كلمة مرور للمدير", + "%s shared »%s« with you" : "%s شارك »%s« معك", + "Could not find category \"%s\"" : "تعذر العثور على المجلد \"%s\"", + "seconds ago" : "منذ ثواني", + "_%n minute ago_::_%n minutes ago_" : ["","","","","",""], + "_%n hour ago_::_%n hours ago_" : ["","","","","",""], + "today" : "اليوم", + "yesterday" : "يوم أمس", + "_%n day go_::_%n days ago_" : ["","","","","",""], + "last month" : "الشهر الماضي", + "_%n month ago_::_%n months ago_" : ["","","","","",""], + "last year" : "السنةالماضية", + "years ago" : "سنة مضت", + "A valid username must be provided" : "يجب ادخال اسم مستخدم صحيح", + "A valid password must be provided" : "يجب ادخال كلمة مرور صحيحة" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/lib/l10n/ar.json b/lib/l10n/ar.json new file mode 100644 index 0000000000..64af68df99 --- /dev/null +++ b/lib/l10n/ar.json @@ -0,0 +1,51 @@ +{ "translations": { + "Help" : "المساعدة", + "Personal" : "شخصي", + "Settings" : "إعدادات", + "Users" : "المستخدمين", + "Admin" : "المدير", + "No app name specified" : "لا يوجد برنامج بهذا الاسم", + "Unknown filetype" : "نوع الملف غير معروف", + "Invalid image" : "الصورة غير صالحة", + "web services under your control" : "خدمات الشبكة تحت سيطرتك", + "App directory already exists" : "مجلد التطبيق موجود مسبقا", + "Can't create app folder. Please fix permissions. %s" : "لا يمكن إنشاء مجلد التطبيق. يرجى تعديل الصلاحيات. %s", + "No source specified when installing app" : "لم يتم تحديد المصدر عن تثبيت البرنامج", + "Archives of type %s are not supported" : "الأرشيفات من نوع %s غير مدعومة", + "App does not provide an info.xml file" : "التطبيق لا يتوفر على ملف info.xml", + "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." : "انت بحاجة لكتابة اسم مستخدم موجود أو حساب المدير.", + "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", + "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." : "اعداد كلمة مرور للمدير", + "%s shared »%s« with you" : "%s شارك »%s« معك", + "Could not find category \"%s\"" : "تعذر العثور على المجلد \"%s\"", + "seconds ago" : "منذ ثواني", + "_%n minute ago_::_%n minutes ago_" : ["","","","","",""], + "_%n hour ago_::_%n hours ago_" : ["","","","","",""], + "today" : "اليوم", + "yesterday" : "يوم أمس", + "_%n day go_::_%n days ago_" : ["","","","","",""], + "last month" : "الشهر الماضي", + "_%n month ago_::_%n months ago_" : ["","","","","",""], + "last year" : "السنةالماضية", + "years ago" : "سنة مضت", + "A valid username must be provided" : "يجب ادخال اسم مستخدم صحيح", + "A valid password must be provided" : "يجب ادخال كلمة مرور صحيحة" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/lib/l10n/ar.php b/lib/l10n/ar.php deleted file mode 100644 index d4bf458383..0000000000 --- a/lib/l10n/ar.php +++ /dev/null @@ -1,52 +0,0 @@ - "المساعدة", -"Personal" => "شخصي", -"Settings" => "إعدادات", -"Users" => "المستخدمين", -"Admin" => "المدير", -"No app name specified" => "لا يوجد برنامج بهذا الاسم", -"Unknown filetype" => "نوع الملف غير معروف", -"Invalid image" => "الصورة غير صالحة", -"web services under your control" => "خدمات الشبكة تحت سيطرتك", -"App directory already exists" => "مجلد التطبيق موجود مسبقا", -"Can't create app folder. Please fix permissions. %s" => "لا يمكن إنشاء مجلد التطبيق. يرجى تعديل الصلاحيات. %s", -"No source specified when installing app" => "لم يتم تحديد المصدر عن تثبيت البرنامج", -"Archives of type %s are not supported" => "الأرشيفات من نوع %s غير مدعومة", -"App does not provide an info.xml file" => "التطبيق لا يتوفر على ملف info.xml", -"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." => "انت بحاجة لكتابة اسم مستخدم موجود أو حساب المدير.", -"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", -"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." => "اعداد كلمة مرور للمدير", -"%s shared »%s« with you" => "%s شارك »%s« معك", -"Could not find category \"%s\"" => "تعذر العثور على المجلد \"%s\"", -"seconds ago" => "منذ ثواني", -"_%n minute ago_::_%n minutes ago_" => array("","","","","",""), -"_%n hour ago_::_%n hours ago_" => array("","","","","",""), -"today" => "اليوم", -"yesterday" => "يوم أمس", -"_%n day go_::_%n days ago_" => array("","","","","",""), -"last month" => "الشهر الماضي", -"_%n month ago_::_%n months ago_" => array("","","","","",""), -"last year" => "السنةالماضية", -"years ago" => "سنة مضت", -"A valid username must be provided" => "يجب ادخال اسم مستخدم صحيح", -"A valid password must be provided" => "يجب ادخال كلمة مرور صحيحة" -); -$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"; diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js new file mode 100644 index 0000000000..89fbe3b173 --- /dev/null +++ b/lib/l10n/ast.js @@ -0,0 +1,119 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "¡Nun pue escribise nel direutoriu \"config\"!", + "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.", + "Help" : "Ayuda", + "Personal" : "Personal", + "Settings" : "Axustes", + "Users" : "Usuarios", + "Admin" : "Almin", + "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", + "Invalid image" : "Imaxe inválida", + "web services under your control" : "servicios web baxo'l to control", + "App directory already exists" : "El direutoriu de l'aplicación yá esiste", + "Can't create app folder. Please fix permissions. %s" : "Nun pue crease la carpeta de l'aplicación. Por favor, igua los permisos. %s", + "No source specified when installing app" : "Nun s'especificó nenguna fonte al instalar app", + "No href specified when installing app from http" : "Nun s'especificó href al instalar la app dende http", + "No path specified when installing app from local file" : "Nun s'especificó camín dende un ficheru llocal al instalar l'aplicación", + "Archives of type %s are not supported" : "Los ficheros de triba %s nun tán sofitaos", + "Failed to open archive when installing app" : "Falló al abrir el ficheru al instalar l'aplicación", + "App does not provide an info.xml file" : "L'aplicación nun apurre un ficheru info.xml", + "App can't be installed because of not allowed code in the App" : "Nun pue instalase l'aplicación por causa d'un códigu non permitíu na App", + "App can't be installed because it is not compatible with this version of ownCloud" : "Nun pue instalase l'aplicación porque nun ye compatible con esta versión d'ownCloud.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "L'aplicación nun pue instalase porque contién la etiqueta true que nun ta permitida p'aplicaciones non distribuyíes", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Nun pue instalase l'aplicación porque'l númberu de versión en info.xml/version nun ye'l mesmu que la versión qu'apaez na app store", + "Application is not enabled" : "L'aplicación nun ta habilitada", + "Authentication error" : "Fallu d'autenticación", + "Token expired. Please reload page." : "Token caducáu. Recarga la páxina.", + "Unknown user" : "Usuariu desconocíu", + "%s enter the database username." : "%s introducir l'usuariu de la base de datos.", + "%s enter the database name." : "%s introducir nome de la base de datos.", + "%s you may not use dots in the database name" : "%s nun pues usar puntos nel nome de la base de datos", + "MS SQL username and/or password not valid: %s" : "Nome d'usuariu o contraseña MS SQL non válidos: %s", + "You need to enter either an existing account or the administrator." : "Tienes d'inxertar una cuenta esistente o la del alministrador.", + "MySQL/MariaDB username and/or password not valid" : "Nome d'usuariu o contraseña MySQL/MariaDB non válidos", + "DB Error: \"%s\"" : "Fallu BD: \"%s\"", + "Offending command was: \"%s\"" : "Comandu infractor: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "usuariu MySQL/MariaDB '%s'@'localhost' yá esiste.", + "Drop this user from MySQL/MariaDB" : "Desaniciar esti usuariu de MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Yá esiste l'usuariu de MySQL/MariaDB '%s'@'%%'", + "Drop this user from MySQL/MariaDB." : "Desaniciar esti usuariu de MySQL/MariaDB", + "Oracle connection could not be established" : "Nun pudo afitase la conexón d'Oracle", + "Oracle username and/or password not valid" : "Nome d'usuariu o contraseña d'Oracle non válidos", + "Offending command was: \"%s\", name: %s, password: %s" : "El comandu infractor foi: \"%s\", nome: %s, contraseña: %s", + "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", + "%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", + "Sharing %s failed, because the user %s is the item owner" : "Compartir %s falló, yá que l'usuariu %s ye'l dueñu del elementu", + "Sharing %s failed, because the user %s does not exist" : "Compartir %s falló, yá que l'usuariu %s nun esiste", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Compartir %s falló, yá que l'usuariu %s nun ye miembru de nengún de los grupos de los que ye miembru %s", + "Sharing %s failed, because this item is already shared with %s" : "Compartir %s falló, porque esti elementu yá ta compartiéndose con %s", + "Sharing %s failed, because the group %s does not exist" : "Compartir %s falló, porque'l grupu %s nun esiste", + "Sharing %s failed, because %s is not a member of the group %s" : "Compartir %s falló, porque %s nun ye miembru del grupu %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Necesites apurrir una contraseña pa crear un enllaz públicu, namái tan permitíos los enllaces protexíos", + "Sharing %s failed, because sharing with links is not allowed" : "Compartir %s falló, porque nun se permite compartir con enllaces", + "Share type %s is not valid for %s" : "La triba de compartición %s nun ye válida pa %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Falló dar permisos a %s, porque los permisos son mayores que los otorgaos a %s", + "Setting permissions for %s failed, because the item was not found" : "Falló dar permisos a %s, porque l'elementu nun s'atopó", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nun pue afitase la data de caducidá. Ficheros compartíos nun puen caducar dempués de %s de compartise", + "Cannot set expiration date. Expiration date is in the past" : "Nun pue afitase la data d'espiración. La data d'espiración ta nel pasáu", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "El motor compartíu %s tien d'implementar la interfaz OCP\\Share_Backend", + "Sharing backend %s not found" : "Nun s'alcontró'l botón de compartición %s", + "Sharing backend for %s not found" : "Nun s'alcontró'l botón de partición pa %s", + "Sharing %s failed, because the user %s is the original sharer" : "Compartir %s falló, yá que l'usuariu %s ye'l compartidor orixinal", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Compartir %s falló, porque los permisos perpasen los otorgaos a %s", + "Sharing %s failed, because resharing is not allowed" : "Compartir %s falló, porque nun se permite la re-compartición", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Compartir %s falló porque'l motor compartíu pa %s podría nun atopar el so orixe", + "Sharing %s failed, because the file could not be found in the file cache" : "Compartir %s falló, yá que'l ficheru nun pudo atopase na caché de ficheru", + "Could not find category \"%s\"" : "Nun pudo alcontrase la estaya \"%s.\"", + "seconds ago" : "hai segundos", + "_%n minute ago_::_%n minutes ago_" : ["hai %n minutu","hai %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["hai %n hora","hai %n hores"], + "today" : "güei", + "yesterday" : "ayeri", + "_%n day go_::_%n days ago_" : ["hai %n día","hai %n díes"], + "last month" : "mes caberu", + "_%n month ago_::_%n months ago_" : ["hai %n mes","hai %n meses"], + "last year" : "añu caberu", + "years ago" : "hai años", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Namái tan permitíos los siguientes caráuteres nun nome d'usuariu: \"a-z\", \"A-Z\", \"0-9\", y \"_.@-\"", + "A valid username must be provided" : "Tien d'apurrise un nome d'usuariu válidu", + "A valid password must be provided" : "Tien d'apurrise una contraseña válida", + "The username is already being used" : "El nome d'usuariu yá ta usándose", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Davezu los permisos puen iguase %sdándo-y al sirvidor web accesu d'escritura al direutoriu raigañu%s.", + "Cannot write into \"config\" directory" : "Nun pue escribise nel direutoriu \"config\"", + "Cannot write into \"apps\" directory" : "Nun pue escribise nel direutoriu \"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." : "Esto pue iguase %sdando permisos d'escritura al sirvidor Web nel direutoriu%s d'apps o deshabilitando la tienda d'apps nel ficheru de configuración.", + "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 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", + "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." : "Por favor, entrúga-y al to alministrador del sirvidor p'anovar PHP a la cabera versión. La to versión PHP nun ta sofitada por ownCloud y la comunidá PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Ta habilitáu'l mou seguru de PHP. ownCloud requier que tea deshabilitáu pa furrular afayadízamente", + "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." : "Mou seguru de PHP ye un entornu en desusu que tien de desactivase. Contauta col alministrador del sirvidor pa desactivalu en php.ini o na configuración del sirvidor web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Tán habilitaes les Magic Quotes. ownCloud requier que les deshabilites pa funcionar afayadizamente.", + "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." : "Magic Quotes ye un entornu en desusu y tien de desactivase. Consulta col alministrador del sirvidor pa desactivalu en php.ini o na configuración del sirvidor web.", + "PHP modules have been installed, but they are still listed as missing?" : "Instaláronse los módulos PHP, ¿pero tán entá llistaos como faltantes?", + "Please ask your server administrator to restart the web server." : "Por favor, entruga al to alministrador pa reaniciar el sirvidor web.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requeríu", + "Please upgrade your database version" : "Por favor, anueva la versión de la to base de datos", + "Error occurred while checking PostgreSQL version" : "Asocedió un fallu mientres se comprobaba la versión de PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Por favor, asegúrate que tienes PostgreSQL >= 9 o comprueba los rexistros pa más información tocante al fallu", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor, camuda los permisos a 0770 pa que'l direutoriu nun pueda llistase por otros usuarios.", + "Data directory (%s) is readable by other users" : "El direutoriu de datos (%s) ye llexible por otros usuarios", + "Data directory (%s) is invalid" : "Ye inválidu'l direutoriu de datos (%s)", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica que'l direutoriu de datos contién un ficheru \".ocdata\" nel direutoriu raigañu.", + "Could not obtain lock type %d on \"%s\"." : "Nun pudo facese'l bloquéu %d en \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json new file mode 100644 index 0000000000..c069b132a3 --- /dev/null +++ b/lib/l10n/ast.json @@ -0,0 +1,117 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "¡Nun pue escribise nel direutoriu \"config\"!", + "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.", + "Help" : "Ayuda", + "Personal" : "Personal", + "Settings" : "Axustes", + "Users" : "Usuarios", + "Admin" : "Almin", + "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", + "Invalid image" : "Imaxe inválida", + "web services under your control" : "servicios web baxo'l to control", + "App directory already exists" : "El direutoriu de l'aplicación yá esiste", + "Can't create app folder. Please fix permissions. %s" : "Nun pue crease la carpeta de l'aplicación. Por favor, igua los permisos. %s", + "No source specified when installing app" : "Nun s'especificó nenguna fonte al instalar app", + "No href specified when installing app from http" : "Nun s'especificó href al instalar la app dende http", + "No path specified when installing app from local file" : "Nun s'especificó camín dende un ficheru llocal al instalar l'aplicación", + "Archives of type %s are not supported" : "Los ficheros de triba %s nun tán sofitaos", + "Failed to open archive when installing app" : "Falló al abrir el ficheru al instalar l'aplicación", + "App does not provide an info.xml file" : "L'aplicación nun apurre un ficheru info.xml", + "App can't be installed because of not allowed code in the App" : "Nun pue instalase l'aplicación por causa d'un códigu non permitíu na App", + "App can't be installed because it is not compatible with this version of ownCloud" : "Nun pue instalase l'aplicación porque nun ye compatible con esta versión d'ownCloud.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "L'aplicación nun pue instalase porque contién la etiqueta true que nun ta permitida p'aplicaciones non distribuyíes", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Nun pue instalase l'aplicación porque'l númberu de versión en info.xml/version nun ye'l mesmu que la versión qu'apaez na app store", + "Application is not enabled" : "L'aplicación nun ta habilitada", + "Authentication error" : "Fallu d'autenticación", + "Token expired. Please reload page." : "Token caducáu. Recarga la páxina.", + "Unknown user" : "Usuariu desconocíu", + "%s enter the database username." : "%s introducir l'usuariu de la base de datos.", + "%s enter the database name." : "%s introducir nome de la base de datos.", + "%s you may not use dots in the database name" : "%s nun pues usar puntos nel nome de la base de datos", + "MS SQL username and/or password not valid: %s" : "Nome d'usuariu o contraseña MS SQL non válidos: %s", + "You need to enter either an existing account or the administrator." : "Tienes d'inxertar una cuenta esistente o la del alministrador.", + "MySQL/MariaDB username and/or password not valid" : "Nome d'usuariu o contraseña MySQL/MariaDB non válidos", + "DB Error: \"%s\"" : "Fallu BD: \"%s\"", + "Offending command was: \"%s\"" : "Comandu infractor: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "usuariu MySQL/MariaDB '%s'@'localhost' yá esiste.", + "Drop this user from MySQL/MariaDB" : "Desaniciar esti usuariu de MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Yá esiste l'usuariu de MySQL/MariaDB '%s'@'%%'", + "Drop this user from MySQL/MariaDB." : "Desaniciar esti usuariu de MySQL/MariaDB", + "Oracle connection could not be established" : "Nun pudo afitase la conexón d'Oracle", + "Oracle username and/or password not valid" : "Nome d'usuariu o contraseña d'Oracle non válidos", + "Offending command was: \"%s\", name: %s, password: %s" : "El comandu infractor foi: \"%s\", nome: %s, contraseña: %s", + "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", + "%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", + "Sharing %s failed, because the user %s is the item owner" : "Compartir %s falló, yá que l'usuariu %s ye'l dueñu del elementu", + "Sharing %s failed, because the user %s does not exist" : "Compartir %s falló, yá que l'usuariu %s nun esiste", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Compartir %s falló, yá que l'usuariu %s nun ye miembru de nengún de los grupos de los que ye miembru %s", + "Sharing %s failed, because this item is already shared with %s" : "Compartir %s falló, porque esti elementu yá ta compartiéndose con %s", + "Sharing %s failed, because the group %s does not exist" : "Compartir %s falló, porque'l grupu %s nun esiste", + "Sharing %s failed, because %s is not a member of the group %s" : "Compartir %s falló, porque %s nun ye miembru del grupu %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Necesites apurrir una contraseña pa crear un enllaz públicu, namái tan permitíos los enllaces protexíos", + "Sharing %s failed, because sharing with links is not allowed" : "Compartir %s falló, porque nun se permite compartir con enllaces", + "Share type %s is not valid for %s" : "La triba de compartición %s nun ye válida pa %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Falló dar permisos a %s, porque los permisos son mayores que los otorgaos a %s", + "Setting permissions for %s failed, because the item was not found" : "Falló dar permisos a %s, porque l'elementu nun s'atopó", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nun pue afitase la data de caducidá. Ficheros compartíos nun puen caducar dempués de %s de compartise", + "Cannot set expiration date. Expiration date is in the past" : "Nun pue afitase la data d'espiración. La data d'espiración ta nel pasáu", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "El motor compartíu %s tien d'implementar la interfaz OCP\\Share_Backend", + "Sharing backend %s not found" : "Nun s'alcontró'l botón de compartición %s", + "Sharing backend for %s not found" : "Nun s'alcontró'l botón de partición pa %s", + "Sharing %s failed, because the user %s is the original sharer" : "Compartir %s falló, yá que l'usuariu %s ye'l compartidor orixinal", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Compartir %s falló, porque los permisos perpasen los otorgaos a %s", + "Sharing %s failed, because resharing is not allowed" : "Compartir %s falló, porque nun se permite la re-compartición", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Compartir %s falló porque'l motor compartíu pa %s podría nun atopar el so orixe", + "Sharing %s failed, because the file could not be found in the file cache" : "Compartir %s falló, yá que'l ficheru nun pudo atopase na caché de ficheru", + "Could not find category \"%s\"" : "Nun pudo alcontrase la estaya \"%s.\"", + "seconds ago" : "hai segundos", + "_%n minute ago_::_%n minutes ago_" : ["hai %n minutu","hai %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["hai %n hora","hai %n hores"], + "today" : "güei", + "yesterday" : "ayeri", + "_%n day go_::_%n days ago_" : ["hai %n día","hai %n díes"], + "last month" : "mes caberu", + "_%n month ago_::_%n months ago_" : ["hai %n mes","hai %n meses"], + "last year" : "añu caberu", + "years ago" : "hai años", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Namái tan permitíos los siguientes caráuteres nun nome d'usuariu: \"a-z\", \"A-Z\", \"0-9\", y \"_.@-\"", + "A valid username must be provided" : "Tien d'apurrise un nome d'usuariu válidu", + "A valid password must be provided" : "Tien d'apurrise una contraseña válida", + "The username is already being used" : "El nome d'usuariu yá ta usándose", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Davezu los permisos puen iguase %sdándo-y al sirvidor web accesu d'escritura al direutoriu raigañu%s.", + "Cannot write into \"config\" directory" : "Nun pue escribise nel direutoriu \"config\"", + "Cannot write into \"apps\" directory" : "Nun pue escribise nel direutoriu \"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." : "Esto pue iguase %sdando permisos d'escritura al sirvidor Web nel direutoriu%s d'apps o deshabilitando la tienda d'apps nel ficheru de configuración.", + "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 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", + "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." : "Por favor, entrúga-y al to alministrador del sirvidor p'anovar PHP a la cabera versión. La to versión PHP nun ta sofitada por ownCloud y la comunidá PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Ta habilitáu'l mou seguru de PHP. ownCloud requier que tea deshabilitáu pa furrular afayadízamente", + "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." : "Mou seguru de PHP ye un entornu en desusu que tien de desactivase. Contauta col alministrador del sirvidor pa desactivalu en php.ini o na configuración del sirvidor web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Tán habilitaes les Magic Quotes. ownCloud requier que les deshabilites pa funcionar afayadizamente.", + "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." : "Magic Quotes ye un entornu en desusu y tien de desactivase. Consulta col alministrador del sirvidor pa desactivalu en php.ini o na configuración del sirvidor web.", + "PHP modules have been installed, but they are still listed as missing?" : "Instaláronse los módulos PHP, ¿pero tán entá llistaos como faltantes?", + "Please ask your server administrator to restart the web server." : "Por favor, entruga al to alministrador pa reaniciar el sirvidor web.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requeríu", + "Please upgrade your database version" : "Por favor, anueva la versión de la to base de datos", + "Error occurred while checking PostgreSQL version" : "Asocedió un fallu mientres se comprobaba la versión de PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Por favor, asegúrate que tienes PostgreSQL >= 9 o comprueba los rexistros pa más información tocante al fallu", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor, camuda los permisos a 0770 pa que'l direutoriu nun pueda llistase por otros usuarios.", + "Data directory (%s) is readable by other users" : "El direutoriu de datos (%s) ye llexible por otros usuarios", + "Data directory (%s) is invalid" : "Ye inválidu'l direutoriu de datos (%s)", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica que'l direutoriu de datos contién un ficheru \".ocdata\" nel direutoriu raigañu.", + "Could not obtain lock type %d on \"%s\"." : "Nun pudo facese'l bloquéu %d en \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php deleted file mode 100644 index 5209495a97..0000000000 --- a/lib/l10n/ast.php +++ /dev/null @@ -1,118 +0,0 @@ - "¡Nun pue escribise nel direutoriu \"config\"!", -"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.", -"Help" => "Ayuda", -"Personal" => "Personal", -"Settings" => "Axustes", -"Users" => "Usuarios", -"Admin" => "Almin", -"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", -"Invalid image" => "Imaxe inválida", -"web services under your control" => "servicios web baxo'l to control", -"App directory already exists" => "El direutoriu de l'aplicación yá esiste", -"Can't create app folder. Please fix permissions. %s" => "Nun pue crease la carpeta de l'aplicación. Por favor, igua los permisos. %s", -"No source specified when installing app" => "Nun s'especificó nenguna fonte al instalar app", -"No href specified when installing app from http" => "Nun s'especificó href al instalar la app dende http", -"No path specified when installing app from local file" => "Nun s'especificó camín dende un ficheru llocal al instalar l'aplicación", -"Archives of type %s are not supported" => "Los ficheros de triba %s nun tán sofitaos", -"Failed to open archive when installing app" => "Falló al abrir el ficheru al instalar l'aplicación", -"App does not provide an info.xml file" => "L'aplicación nun apurre un ficheru info.xml", -"App can't be installed because of not allowed code in the App" => "Nun pue instalase l'aplicación por causa d'un códigu non permitíu na App", -"App can't be installed because it is not compatible with this version of ownCloud" => "Nun pue instalase l'aplicación porque nun ye compatible con esta versión d'ownCloud.", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "L'aplicación nun pue instalase porque contién la etiqueta true que nun ta permitida p'aplicaciones non distribuyíes", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Nun pue instalase l'aplicación porque'l númberu de versión en info.xml/version nun ye'l mesmu que la versión qu'apaez na app store", -"Application is not enabled" => "L'aplicación nun ta habilitada", -"Authentication error" => "Fallu d'autenticación", -"Token expired. Please reload page." => "Token caducáu. Recarga la páxina.", -"Unknown user" => "Usuariu desconocíu", -"%s enter the database username." => "%s introducir l'usuariu de la base de datos.", -"%s enter the database name." => "%s introducir nome de la base de datos.", -"%s you may not use dots in the database name" => "%s nun pues usar puntos nel nome de la base de datos", -"MS SQL username and/or password not valid: %s" => "Nome d'usuariu o contraseña MS SQL non válidos: %s", -"You need to enter either an existing account or the administrator." => "Tienes d'inxertar una cuenta esistente o la del alministrador.", -"MySQL/MariaDB username and/or password not valid" => "Nome d'usuariu o contraseña MySQL/MariaDB non válidos", -"DB Error: \"%s\"" => "Fallu BD: \"%s\"", -"Offending command was: \"%s\"" => "Comandu infractor: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "usuariu MySQL/MariaDB '%s'@'localhost' yá esiste.", -"Drop this user from MySQL/MariaDB" => "Desaniciar esti usuariu de MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "Yá esiste l'usuariu de MySQL/MariaDB '%s'@'%%'", -"Drop this user from MySQL/MariaDB." => "Desaniciar esti usuariu de MySQL/MariaDB", -"Oracle connection could not be established" => "Nun pudo afitase la conexón d'Oracle", -"Oracle username and/or password not valid" => "Nome d'usuariu o contraseña d'Oracle non válidos", -"Offending command was: \"%s\", name: %s, password: %s" => "El comandu infractor foi: \"%s\", nome: %s, contraseña: %s", -"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", -"%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", -"Sharing %s failed, because the user %s is the item owner" => "Compartir %s falló, yá que l'usuariu %s ye'l dueñu del elementu", -"Sharing %s failed, because the user %s does not exist" => "Compartir %s falló, yá que l'usuariu %s nun esiste", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Compartir %s falló, yá que l'usuariu %s nun ye miembru de nengún de los grupos de los que ye miembru %s", -"Sharing %s failed, because this item is already shared with %s" => "Compartir %s falló, porque esti elementu yá ta compartiéndose con %s", -"Sharing %s failed, because the group %s does not exist" => "Compartir %s falló, porque'l grupu %s nun esiste", -"Sharing %s failed, because %s is not a member of the group %s" => "Compartir %s falló, porque %s nun ye miembru del grupu %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Necesites apurrir una contraseña pa crear un enllaz públicu, namái tan permitíos los enllaces protexíos", -"Sharing %s failed, because sharing with links is not allowed" => "Compartir %s falló, porque nun se permite compartir con enllaces", -"Share type %s is not valid for %s" => "La triba de compartición %s nun ye válida pa %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Falló dar permisos a %s, porque los permisos son mayores que los otorgaos a %s", -"Setting permissions for %s failed, because the item was not found" => "Falló dar permisos a %s, porque l'elementu nun s'atopó", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Nun pue afitase la data de caducidá. Ficheros compartíos nun puen caducar dempués de %s de compartise", -"Cannot set expiration date. Expiration date is in the past" => "Nun pue afitase la data d'espiración. La data d'espiración ta nel pasáu", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "El motor compartíu %s tien d'implementar la interfaz OCP\\Share_Backend", -"Sharing backend %s not found" => "Nun s'alcontró'l botón de compartición %s", -"Sharing backend for %s not found" => "Nun s'alcontró'l botón de partición pa %s", -"Sharing %s failed, because the user %s is the original sharer" => "Compartir %s falló, yá que l'usuariu %s ye'l compartidor orixinal", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Compartir %s falló, porque los permisos perpasen los otorgaos a %s", -"Sharing %s failed, because resharing is not allowed" => "Compartir %s falló, porque nun se permite la re-compartición", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Compartir %s falló porque'l motor compartíu pa %s podría nun atopar el so orixe", -"Sharing %s failed, because the file could not be found in the file cache" => "Compartir %s falló, yá que'l ficheru nun pudo atopase na caché de ficheru", -"Could not find category \"%s\"" => "Nun pudo alcontrase la estaya \"%s.\"", -"seconds ago" => "hai segundos", -"_%n minute ago_::_%n minutes ago_" => array("hai %n minutu","hai %n minutos"), -"_%n hour ago_::_%n hours ago_" => array("hai %n hora","hai %n hores"), -"today" => "güei", -"yesterday" => "ayeri", -"_%n day go_::_%n days ago_" => array("hai %n día","hai %n díes"), -"last month" => "mes caberu", -"_%n month ago_::_%n months ago_" => array("hai %n mes","hai %n meses"), -"last year" => "añu caberu", -"years ago" => "hai años", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Namái tan permitíos los siguientes caráuteres nun nome d'usuariu: \"a-z\", \"A-Z\", \"0-9\", y \"_.@-\"", -"A valid username must be provided" => "Tien d'apurrise un nome d'usuariu válidu", -"A valid password must be provided" => "Tien d'apurrise una contraseña válida", -"The username is already being used" => "El nome d'usuariu yá ta usándose", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Davezu los permisos puen iguase %sdándo-y al sirvidor web accesu d'escritura al direutoriu raigañu%s.", -"Cannot write into \"config\" directory" => "Nun pue escribise nel direutoriu \"config\"", -"Cannot write into \"apps\" directory" => "Nun pue escribise nel direutoriu \"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." => "Esto pue iguase %sdando permisos d'escritura al sirvidor Web nel direutoriu%s d'apps o deshabilitando la tienda d'apps nel ficheru de configuración.", -"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 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", -"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." => "Por favor, entrúga-y al to alministrador del sirvidor p'anovar PHP a la cabera versión. La to versión PHP nun ta sofitada por ownCloud y la comunidá PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "Ta habilitáu'l mou seguru de PHP. ownCloud requier que tea deshabilitáu pa furrular afayadízamente", -"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." => "Mou seguru de PHP ye un entornu en desusu que tien de desactivase. Contauta col alministrador del sirvidor pa desactivalu en php.ini o na configuración del sirvidor web.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Tán habilitaes les Magic Quotes. ownCloud requier que les deshabilites pa funcionar afayadizamente.", -"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." => "Magic Quotes ye un entornu en desusu y tien de desactivase. Consulta col alministrador del sirvidor pa desactivalu en php.ini o na configuración del sirvidor web.", -"PHP modules have been installed, but they are still listed as missing?" => "Instaláronse los módulos PHP, ¿pero tán entá llistaos como faltantes?", -"Please ask your server administrator to restart the web server." => "Por favor, entruga al to alministrador pa reaniciar el sirvidor web.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 requeríu", -"Please upgrade your database version" => "Por favor, anueva la versión de la to base de datos", -"Error occurred while checking PostgreSQL version" => "Asocedió un fallu mientres se comprobaba la versión de PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Por favor, asegúrate que tienes PostgreSQL >= 9 o comprueba los rexistros pa más información tocante al fallu", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Por favor, camuda los permisos a 0770 pa que'l direutoriu nun pueda llistase por otros usuarios.", -"Data directory (%s) is readable by other users" => "El direutoriu de datos (%s) ye llexible por otros usuarios", -"Data directory (%s) is invalid" => "Ye inválidu'l direutoriu de datos (%s)", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Verifica que'l direutoriu de datos contién un ficheru \".ocdata\" nel direutoriu raigañu.", -"Could not obtain lock type %d on \"%s\"." => "Nun pudo facese'l bloquéu %d en \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/az.js b/lib/l10n/az.js new file mode 100644 index 0000000000..700c335355 --- /dev/null +++ b/lib/l10n/az.js @@ -0,0 +1,45 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "\"configurasiya\" direktoriyasının daxilində yazmaq mümkün deyil", + "This can usually be fixed by giving the webserver write access to the config directory" : "Adətən tez həll etmək üçün WEB serverdə yazma yetkisi verilir", + "See %s" : "Bax %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Bu adətən %s config qovluğuna web server üçün yazma yetkisi verdikdə, %s tərəfindən fix edilə bilir. ", + "Sample configuration detected" : "Konfiqurasiya nüsxəsi təyin edildi", + "Help" : "Kömək", + "Personal" : "Şəxsi", + "Settings" : "Quraşdırmalar", + "Users" : "İstifadəçilər", + "Admin" : "İnzibatçı", + "No app name specified" : "Proqram adı təyin edilməyib", + "Unknown filetype" : "Fayl tipi bəlli deyil.", + "Invalid image" : "Yalnış şəkil", + "App directory already exists" : "Proqram təminatı qovluğu artıq mövcuddur.", + "Can't create app folder. Please fix permissions. %s" : "Proqram təminatı qovluğunu yaratmaq mümkün olmadı. Xahiş edilir yetkiləri düzgün təyin edəsiniz. %s", + "Application is not enabled" : "Proqram təminatı aktiv edilməyib", + "Authentication error" : "Təyinat metodikası", + "Token expired. Please reload page." : "Token vaxtı bitib. Xahiş olunur səhifəni yenidən yükləyəsiniz.", + "Unknown user" : "Istifadəçi tanınmır ", + "%s enter the database username." : "Verilənlər bazası istifadəçi adını %s daxil et.", + "%s enter the database name." : "Verilənlər bazası adını %s daxil et.", + "MS SQL username and/or password not valid: %s" : "MS SQL istifadəçi adı və/ya şifrəsi düzgün deyil : %s", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB istifadəçi adı və/ya şifrəsi düzgün deyil :", + "DB Error: \"%s\"" : "DB səhvi: \"%s\"", + "Drop this user from MySQL/MariaDB" : "Bu istifadəçini MySQL/MariaDB-dən sil", + "Drop this user from MySQL/MariaDB." : "Bu istifadəçini MySQL/MariaDB-dən sil.", + "Oracle connection could not be established" : "Oracle qoşulması alınmır", + "Oracle username and/or password not valid" : "Oracle istifadəçi adı və/ya şifrəsi düzgün deyil", + "Set an admin username." : "İnzibatçı istifadəçi adını təyin et.", + "Set an admin password." : "İnzibatçı şifrəsini təyin et.", + "%s shared »%s« with you" : "%s yayımlandı »%s« sizinlə", + "Sharing %s failed, because the file does not exist" : "%s yayımlanmasında səhv baş verdi ona görə ki, fayl mövcud deyil.", + "You are not allowed to share %s" : "%s-in yayimlanmasına sizə izin verilmir", + "Share type %s is not valid for %s" : "Yayımlanma tipi %s etibarlı deyil %s üçün", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "_%n day go_::_%n days ago_" : ["",""], + "_%n month ago_::_%n months ago_" : ["",""], + "A valid username must be provided" : "Düzgün istifadəçi adı daxil edilməlidir", + "A valid password must be provided" : "Düzgün şifrə daxil edilməlidir" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/az.json b/lib/l10n/az.json new file mode 100644 index 0000000000..b0348a52ef --- /dev/null +++ b/lib/l10n/az.json @@ -0,0 +1,43 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "\"configurasiya\" direktoriyasının daxilində yazmaq mümkün deyil", + "This can usually be fixed by giving the webserver write access to the config directory" : "Adətən tez həll etmək üçün WEB serverdə yazma yetkisi verilir", + "See %s" : "Bax %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Bu adətən %s config qovluğuna web server üçün yazma yetkisi verdikdə, %s tərəfindən fix edilə bilir. ", + "Sample configuration detected" : "Konfiqurasiya nüsxəsi təyin edildi", + "Help" : "Kömək", + "Personal" : "Şəxsi", + "Settings" : "Quraşdırmalar", + "Users" : "İstifadəçilər", + "Admin" : "İnzibatçı", + "No app name specified" : "Proqram adı təyin edilməyib", + "Unknown filetype" : "Fayl tipi bəlli deyil.", + "Invalid image" : "Yalnış şəkil", + "App directory already exists" : "Proqram təminatı qovluğu artıq mövcuddur.", + "Can't create app folder. Please fix permissions. %s" : "Proqram təminatı qovluğunu yaratmaq mümkün olmadı. Xahiş edilir yetkiləri düzgün təyin edəsiniz. %s", + "Application is not enabled" : "Proqram təminatı aktiv edilməyib", + "Authentication error" : "Təyinat metodikası", + "Token expired. Please reload page." : "Token vaxtı bitib. Xahiş olunur səhifəni yenidən yükləyəsiniz.", + "Unknown user" : "Istifadəçi tanınmır ", + "%s enter the database username." : "Verilənlər bazası istifadəçi adını %s daxil et.", + "%s enter the database name." : "Verilənlər bazası adını %s daxil et.", + "MS SQL username and/or password not valid: %s" : "MS SQL istifadəçi adı və/ya şifrəsi düzgün deyil : %s", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB istifadəçi adı və/ya şifrəsi düzgün deyil :", + "DB Error: \"%s\"" : "DB səhvi: \"%s\"", + "Drop this user from MySQL/MariaDB" : "Bu istifadəçini MySQL/MariaDB-dən sil", + "Drop this user from MySQL/MariaDB." : "Bu istifadəçini MySQL/MariaDB-dən sil.", + "Oracle connection could not be established" : "Oracle qoşulması alınmır", + "Oracle username and/or password not valid" : "Oracle istifadəçi adı və/ya şifrəsi düzgün deyil", + "Set an admin username." : "İnzibatçı istifadəçi adını təyin et.", + "Set an admin password." : "İnzibatçı şifrəsini təyin et.", + "%s shared »%s« with you" : "%s yayımlandı »%s« sizinlə", + "Sharing %s failed, because the file does not exist" : "%s yayımlanmasında səhv baş verdi ona görə ki, fayl mövcud deyil.", + "You are not allowed to share %s" : "%s-in yayimlanmasına sizə izin verilmir", + "Share type %s is not valid for %s" : "Yayımlanma tipi %s etibarlı deyil %s üçün", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "_%n day go_::_%n days ago_" : ["",""], + "_%n month ago_::_%n months ago_" : ["",""], + "A valid username must be provided" : "Düzgün istifadəçi adı daxil edilməlidir", + "A valid password must be provided" : "Düzgün şifrə daxil edilməlidir" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/az.php b/lib/l10n/az.php deleted file mode 100644 index a527b8edf5..0000000000 --- a/lib/l10n/az.php +++ /dev/null @@ -1,44 +0,0 @@ - "\"configurasiya\" direktoriyasının daxilində yazmaq mümkün deyil", -"This can usually be fixed by giving the webserver write access to the config directory" => "Adətən tez həll etmək üçün WEB serverdə yazma yetkisi verilir", -"See %s" => "Bax %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Bu adətən %s config qovluğuna web server üçün yazma yetkisi verdikdə, %s tərəfindən fix edilə bilir. ", -"Sample configuration detected" => "Konfiqurasiya nüsxəsi təyin edildi", -"Help" => "Kömək", -"Personal" => "Şəxsi", -"Settings" => "Quraşdırmalar", -"Users" => "İstifadəçilər", -"Admin" => "İnzibatçı", -"No app name specified" => "Proqram adı təyin edilməyib", -"Unknown filetype" => "Fayl tipi bəlli deyil.", -"Invalid image" => "Yalnış şəkil", -"App directory already exists" => "Proqram təminatı qovluğu artıq mövcuddur.", -"Can't create app folder. Please fix permissions. %s" => "Proqram təminatı qovluğunu yaratmaq mümkün olmadı. Xahiş edilir yetkiləri düzgün təyin edəsiniz. %s", -"Application is not enabled" => "Proqram təminatı aktiv edilməyib", -"Authentication error" => "Təyinat metodikası", -"Token expired. Please reload page." => "Token vaxtı bitib. Xahiş olunur səhifəni yenidən yükləyəsiniz.", -"Unknown user" => "Istifadəçi tanınmır ", -"%s enter the database username." => "Verilənlər bazası istifadəçi adını %s daxil et.", -"%s enter the database name." => "Verilənlər bazası adını %s daxil et.", -"MS SQL username and/or password not valid: %s" => "MS SQL istifadəçi adı və/ya şifrəsi düzgün deyil : %s", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB istifadəçi adı və/ya şifrəsi düzgün deyil :", -"DB Error: \"%s\"" => "DB səhvi: \"%s\"", -"Drop this user from MySQL/MariaDB" => "Bu istifadəçini MySQL/MariaDB-dən sil", -"Drop this user from MySQL/MariaDB." => "Bu istifadəçini MySQL/MariaDB-dən sil.", -"Oracle connection could not be established" => "Oracle qoşulması alınmır", -"Oracle username and/or password not valid" => "Oracle istifadəçi adı və/ya şifrəsi düzgün deyil", -"Set an admin username." => "İnzibatçı istifadəçi adını təyin et.", -"Set an admin password." => "İnzibatçı şifrəsini təyin et.", -"%s shared »%s« with you" => "%s yayımlandı »%s« sizinlə", -"Sharing %s failed, because the file does not exist" => "%s yayımlanmasında səhv baş verdi ona görə ki, fayl mövcud deyil.", -"You are not allowed to share %s" => "%s-in yayimlanmasına sizə izin verilmir", -"Share type %s is not valid for %s" => "Yayımlanma tipi %s etibarlı deyil %s üçün", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("",""), -"A valid username must be provided" => "Düzgün istifadəçi adı daxil edilməlidir", -"A valid password must be provided" => "Düzgün şifrə daxil edilməlidir" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/be.js b/lib/l10n/be.js new file mode 100644 index 0000000000..b75e4fa2e6 --- /dev/null +++ b/lib/l10n/be.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "lib", + { + "Settings" : "Налады", + "seconds ago" : "Секунд таму", + "_%n minute ago_::_%n minutes ago_" : ["","","",""], + "_%n hour ago_::_%n hours ago_" : ["","","",""], + "today" : "Сёння", + "yesterday" : "Ўчора", + "_%n day go_::_%n days ago_" : ["","","",""], + "last month" : "У мінулым месяцы", + "_%n month ago_::_%n months ago_" : ["","","",""], + "last year" : "У мінулым годзе", + "years ago" : "Гадоў таму" +}, +"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/lib/l10n/be.json b/lib/l10n/be.json new file mode 100644 index 0000000000..891b64361d --- /dev/null +++ b/lib/l10n/be.json @@ -0,0 +1,14 @@ +{ "translations": { + "Settings" : "Налады", + "seconds ago" : "Секунд таму", + "_%n minute ago_::_%n minutes ago_" : ["","","",""], + "_%n hour ago_::_%n hours ago_" : ["","","",""], + "today" : "Сёння", + "yesterday" : "Ўчора", + "_%n day go_::_%n days ago_" : ["","","",""], + "last month" : "У мінулым месяцы", + "_%n month ago_::_%n months ago_" : ["","","",""], + "last year" : "У мінулым годзе", + "years ago" : "Гадоў таму" +},"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/lib/l10n/be.php b/lib/l10n/be.php deleted file mode 100644 index b1cf270aba..0000000000 --- a/lib/l10n/be.php +++ /dev/null @@ -1,15 +0,0 @@ - "Налады", -"seconds ago" => "Секунд таму", -"_%n minute ago_::_%n minutes ago_" => array("","","",""), -"_%n hour ago_::_%n hours ago_" => array("","","",""), -"today" => "Сёння", -"yesterday" => "Ўчора", -"_%n day go_::_%n days ago_" => array("","","",""), -"last month" => "У мінулым месяцы", -"_%n month ago_::_%n months ago_" => array("","","",""), -"last year" => "У мінулым годзе", -"years ago" => "Гадоў таму" -); -$PLURAL_FORMS = "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/lib/l10n/bg_BG.js b/lib/l10n/bg_BG.js new file mode 100644 index 0000000000..82f0f3e51f --- /dev/null +++ b/lib/l10n/bg_BG.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Неуспешен опит за запис в \"config\" папката!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Това може да бъде решено единствено като разрешиш на уеб сървъра да пише в config папката.", + "See %s" : "Виж %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Това обикновено може да бъде оправено като %s даде разрешение на уеб сървъра да записва в config папката %s.", + "Sample configuration detected" : "Открита е примерна конфигурация", + "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" : "Усетено беше че примерната конфигурация е копирана. Това може да развли инсталацията ти и не се поддържа. Моля, прочети документацията преди да правиш промени на config.php", + "Help" : "Помощ", + "Personal" : "Лични", + "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" : "Непознат тип файл.", + "Invalid image" : "Невалидно изображение.", + "web services under your control" : "уеб услуги под твой контрол", + "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" : "Липсва съдържанието на връзката за инсталиране на приложението", + "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, който таг не е разрешен за не ship-нати приложения.", + "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." : "Необходимо е да въведеш съществуващ профил или като администратор.", + "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" : "Неуспешно създаване или записване в \"data\" папката %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, защото споделянето посредством връзки не е разрешено.", + "Share type %s is not valid for %s" : "Споделянето на тип %s не валидно за %s.", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Неуспешна промяна на правата за достъп за %s, защото промените надвишават правата на достъп дадени на %s.", + "Setting permissions for %s failed, because the item was not found" : "Неуспешна промяна на правата за достъп за %s, защото съдържанието не е открито.", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Неуспешно задаване на дата на изтичане. Споделни папки или файлове не могат да изтичат по-късно от %s след като са били споделени", + "Cannot set expiration date. Expiration date is in the past" : "Неуспешно задаване на дата на изтичане. Датата на изтичане е в миналото", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Споделянето на сървърния %s трябва да поддържа OCP\\Share_Backend интерфейс.", + "Sharing backend %s not found" : "Споделянето на сървърния %s не е открито.", + "Sharing backend for %s not found" : "Споделянето на сървъра за %s не е открито.", + "Sharing %s failed, because the user %s is the original sharer" : "Споделяне на %s е неуспешно, защото потребител %s е оригиналния собственик.", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Неуспешно споделяне на %s, защото промените надвишават правата на достъп дадени на %s.", + "Sharing %s failed, because resharing is not allowed" : "Неуспешно споделяне на %s, защото повторно споделяне не е разрешено.", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Неуспешно споделяне на %s, защото не е открит първоизточникът на %s, за да бъде споделяне по сървъра.", + "Sharing %s failed, because the file could not be found in the file cache" : "Неуспешно споделяне на %s, защото файлът не може да бъде намерен в кеша.", + "Could not find category \"%s\"" : "Невъзможно откриване на категорията \"%s\".", + "seconds ago" : "преди секунди", + "_%n minute ago_::_%n minutes ago_" : ["","преди %n минути"], + "_%n hour ago_::_%n hours ago_" : ["","преди %n часа"], + "today" : "днес", + "yesterday" : "вчера", + "_%n day go_::_%n days ago_" : ["","преди %n дена"], + "last month" : "миналия месец", + "_%n month ago_::_%n months ago_" : ["","преди %n месеца"], + "last year" : "миналата година", + "years ago" : "преди години", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Само следните символи са разрешени в потребителското име: \"a-z\", \"A-Z\", \"0-9\", и \"_.@-\".", + "A valid username must be provided" : "Валидно потребителско име трябва да бъде зададено.", + "A valid password must be provided" : "Валидна парола трябва да бъде зададена.", + "The username is already being used" : "Това потребителско име е вече заето.", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Липсват инсталирани драйвери за бази данни(sqlite, mysql или postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Правата за достъп обикновено могат да бъдат оправени като %s даде разрешение на уеб сървъра да пише в root папката %s.", + "Cannot write into \"config\" directory" : "Неуспешен опит за запис в \"config\" папката.", + "Cannot write into \"apps\" directory" : "Неуспешен опит за запис в \"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." : "Това обикновено може да бъде оправено като %s даде разрешение на уеб сървъра да записва в app папката %s или като изключи магазина за приложения в config файла.", + "Cannot create \"data\" directory (%s)" : "Неуспешен опит за създаване на \"data\" папката (%s).", + "This can usually be fixed by giving the webserver write access to the root directory." : "Това обикновено може да бъде оправено като дадеш разрешение на уеб сървъра да записва в root папката.", + "Setting locale to %s failed" : "Неуспешно задаване на %s като настройка език-държава.", + "Please install one of these locales on your system and restart your webserver." : "Моля, инсталирай едно от следните език-държава на сървъра и рестартирай уеб сървъра.", + "Please ask your server administrator to install the module." : "Моля, поискай твоят администратор да инсталира модула.", + "PHP module %s not installed." : "PHP модулът %s не е инсталиран.", + "PHP %s or higher is required." : "Изисква се PHP %s или по-нова.", + "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." : "Моля, поискай твоят администратор да обнови PHP до най-новата верския. Твоята PHP версия вече не се поддържа от ownCloud и PHP общността.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode е включен. ownCloud изисква този режим да бъде изключен, за да функионира нормално.", + "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." : "PHP Safe Mode е непропръчителна и общо взето безсмислена настройка и трябва да бъде изключена. Моля, поискай твоя администратор да я изключи ви php.ini или в конфигурацията на уве сървъра.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes е включен. 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." : "Magic Quotes е непропръчителна и общо взето безсмислена настройка и трябва да бъде изключена. Моля, поискай твоя администратор да я изключи ви php.ini или в конфигурацията на уве сървъра.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP модулите са инсталирани, но все още се обявяват като липсващи?", + "Please ask your server administrator to restart the web server." : "Моля, поискай от своя администратор да рестартира уеб сървъра.", + "PostgreSQL >= 9 required" : "Изисква се PostgreSQL >= 9", + "Please upgrade your database version" : "Моля, обнови базата данни.", + "Error occurred while checking PostgreSQL version" : "Настъпи грешка при проверката на версията на PostgreSQL.", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Моля, увери се, че PostgreSQL >= 9 или провери докладите за повече информация относно грешката.", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Моля, промени правата за достъп на 0770, за да не може директорията да бъде видяна от други потребители.", + "Data directory (%s) is readable by other users" : "Data папката (%s) може да бъде разгледана от други потребители", + "Data directory (%s) is invalid" : "Data папката (%s) e невалидна", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Моля, увери се, че data папката съдържа файл \".ocdata\" в себе си.", + "Could not obtain lock type %d on \"%s\"." : "Неуспешен опит за ексклузивен достъп от типa %d върху \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/bg_BG.json b/lib/l10n/bg_BG.json new file mode 100644 index 0000000000..62c0ea60f0 --- /dev/null +++ b/lib/l10n/bg_BG.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Неуспешен опит за запис в \"config\" папката!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Това може да бъде решено единствено като разрешиш на уеб сървъра да пише в config папката.", + "See %s" : "Виж %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Това обикновено може да бъде оправено като %s даде разрешение на уеб сървъра да записва в config папката %s.", + "Sample configuration detected" : "Открита е примерна конфигурация", + "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" : "Усетено беше че примерната конфигурация е копирана. Това може да развли инсталацията ти и не се поддържа. Моля, прочети документацията преди да правиш промени на config.php", + "Help" : "Помощ", + "Personal" : "Лични", + "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" : "Непознат тип файл.", + "Invalid image" : "Невалидно изображение.", + "web services under your control" : "уеб услуги под твой контрол", + "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" : "Липсва съдържанието на връзката за инсталиране на приложението", + "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, който таг не е разрешен за не ship-нати приложения.", + "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." : "Необходимо е да въведеш съществуващ профил или като администратор.", + "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" : "Неуспешно създаване или записване в \"data\" папката %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, защото споделянето посредством връзки не е разрешено.", + "Share type %s is not valid for %s" : "Споделянето на тип %s не валидно за %s.", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Неуспешна промяна на правата за достъп за %s, защото промените надвишават правата на достъп дадени на %s.", + "Setting permissions for %s failed, because the item was not found" : "Неуспешна промяна на правата за достъп за %s, защото съдържанието не е открито.", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Неуспешно задаване на дата на изтичане. Споделни папки или файлове не могат да изтичат по-късно от %s след като са били споделени", + "Cannot set expiration date. Expiration date is in the past" : "Неуспешно задаване на дата на изтичане. Датата на изтичане е в миналото", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Споделянето на сървърния %s трябва да поддържа OCP\\Share_Backend интерфейс.", + "Sharing backend %s not found" : "Споделянето на сървърния %s не е открито.", + "Sharing backend for %s not found" : "Споделянето на сървъра за %s не е открито.", + "Sharing %s failed, because the user %s is the original sharer" : "Споделяне на %s е неуспешно, защото потребител %s е оригиналния собственик.", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Неуспешно споделяне на %s, защото промените надвишават правата на достъп дадени на %s.", + "Sharing %s failed, because resharing is not allowed" : "Неуспешно споделяне на %s, защото повторно споделяне не е разрешено.", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Неуспешно споделяне на %s, защото не е открит първоизточникът на %s, за да бъде споделяне по сървъра.", + "Sharing %s failed, because the file could not be found in the file cache" : "Неуспешно споделяне на %s, защото файлът не може да бъде намерен в кеша.", + "Could not find category \"%s\"" : "Невъзможно откриване на категорията \"%s\".", + "seconds ago" : "преди секунди", + "_%n minute ago_::_%n minutes ago_" : ["","преди %n минути"], + "_%n hour ago_::_%n hours ago_" : ["","преди %n часа"], + "today" : "днес", + "yesterday" : "вчера", + "_%n day go_::_%n days ago_" : ["","преди %n дена"], + "last month" : "миналия месец", + "_%n month ago_::_%n months ago_" : ["","преди %n месеца"], + "last year" : "миналата година", + "years ago" : "преди години", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Само следните символи са разрешени в потребителското име: \"a-z\", \"A-Z\", \"0-9\", и \"_.@-\".", + "A valid username must be provided" : "Валидно потребителско име трябва да бъде зададено.", + "A valid password must be provided" : "Валидна парола трябва да бъде зададена.", + "The username is already being used" : "Това потребителско име е вече заето.", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Липсват инсталирани драйвери за бази данни(sqlite, mysql или postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Правата за достъп обикновено могат да бъдат оправени като %s даде разрешение на уеб сървъра да пише в root папката %s.", + "Cannot write into \"config\" directory" : "Неуспешен опит за запис в \"config\" папката.", + "Cannot write into \"apps\" directory" : "Неуспешен опит за запис в \"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." : "Това обикновено може да бъде оправено като %s даде разрешение на уеб сървъра да записва в app папката %s или като изключи магазина за приложения в config файла.", + "Cannot create \"data\" directory (%s)" : "Неуспешен опит за създаване на \"data\" папката (%s).", + "This can usually be fixed by giving the webserver write access to the root directory." : "Това обикновено може да бъде оправено като дадеш разрешение на уеб сървъра да записва в root папката.", + "Setting locale to %s failed" : "Неуспешно задаване на %s като настройка език-държава.", + "Please install one of these locales on your system and restart your webserver." : "Моля, инсталирай едно от следните език-държава на сървъра и рестартирай уеб сървъра.", + "Please ask your server administrator to install the module." : "Моля, поискай твоят администратор да инсталира модула.", + "PHP module %s not installed." : "PHP модулът %s не е инсталиран.", + "PHP %s or higher is required." : "Изисква се PHP %s или по-нова.", + "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." : "Моля, поискай твоят администратор да обнови PHP до най-новата верския. Твоята PHP версия вече не се поддържа от ownCloud и PHP общността.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode е включен. ownCloud изисква този режим да бъде изключен, за да функионира нормално.", + "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." : "PHP Safe Mode е непропръчителна и общо взето безсмислена настройка и трябва да бъде изключена. Моля, поискай твоя администратор да я изключи ви php.ini или в конфигурацията на уве сървъра.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes е включен. 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." : "Magic Quotes е непропръчителна и общо взето безсмислена настройка и трябва да бъде изключена. Моля, поискай твоя администратор да я изключи ви php.ini или в конфигурацията на уве сървъра.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP модулите са инсталирани, но все още се обявяват като липсващи?", + "Please ask your server administrator to restart the web server." : "Моля, поискай от своя администратор да рестартира уеб сървъра.", + "PostgreSQL >= 9 required" : "Изисква се PostgreSQL >= 9", + "Please upgrade your database version" : "Моля, обнови базата данни.", + "Error occurred while checking PostgreSQL version" : "Настъпи грешка при проверката на версията на PostgreSQL.", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Моля, увери се, че PostgreSQL >= 9 или провери докладите за повече информация относно грешката.", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Моля, промени правата за достъп на 0770, за да не може директорията да бъде видяна от други потребители.", + "Data directory (%s) is readable by other users" : "Data папката (%s) може да бъде разгледана от други потребители", + "Data directory (%s) is invalid" : "Data папката (%s) e невалидна", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Моля, увери се, че data папката съдържа файл \".ocdata\" в себе си.", + "Could not obtain lock type %d on \"%s\"." : "Неуспешен опит за ексклузивен достъп от типa %d върху \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/bg_BG.php b/lib/l10n/bg_BG.php deleted file mode 100644 index caa7a558d5..0000000000 --- a/lib/l10n/bg_BG.php +++ /dev/null @@ -1,123 +0,0 @@ - "Неуспешен опит за запис в \"config\" папката!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Това може да бъде решено единствено като разрешиш на уеб сървъра да пише в config папката.", -"See %s" => "Виж %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Това обикновено може да бъде оправено като %s даде разрешение на уеб сървъра да записва в config папката %s.", -"Sample configuration detected" => "Открита е примерна конфигурация", -"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" => "Усетено беше че примерната конфигурация е копирана. Това може да развли инсталацията ти и не се поддържа. Моля, прочети документацията преди да правиш промени на config.php", -"Help" => "Помощ", -"Personal" => "Лични", -"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" => "Непознат тип файл.", -"Invalid image" => "Невалидно изображение.", -"web services under your control" => "уеб услуги под твой контрол", -"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" => "Липсва съдържанието на връзката за инсталиране на приложението", -"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, който таг не е разрешен за не ship-нати приложения.", -"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." => "Необходимо е да въведеш съществуващ профил или като администратор.", -"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" => "Неуспешно създаване или записване в \"data\" папката %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, защото споделянето посредством връзки не е разрешено.", -"Share type %s is not valid for %s" => "Споделянето на тип %s не валидно за %s.", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Неуспешна промяна на правата за достъп за %s, защото промените надвишават правата на достъп дадени на %s.", -"Setting permissions for %s failed, because the item was not found" => "Неуспешна промяна на правата за достъп за %s, защото съдържанието не е открито.", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Неуспешно задаване на дата на изтичане. Споделни папки или файлове не могат да изтичат по-късно от %s след като са били споделени", -"Cannot set expiration date. Expiration date is in the past" => "Неуспешно задаване на дата на изтичане. Датата на изтичане е в миналото", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Споделянето на сървърния %s трябва да поддържа OCP\\Share_Backend интерфейс.", -"Sharing backend %s not found" => "Споделянето на сървърния %s не е открито.", -"Sharing backend for %s not found" => "Споделянето на сървъра за %s не е открито.", -"Sharing %s failed, because the user %s is the original sharer" => "Споделяне на %s е неуспешно, защото потребител %s е оригиналния собственик.", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Неуспешно споделяне на %s, защото промените надвишават правата на достъп дадени на %s.", -"Sharing %s failed, because resharing is not allowed" => "Неуспешно споделяне на %s, защото повторно споделяне не е разрешено.", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Неуспешно споделяне на %s, защото не е открит първоизточникът на %s, за да бъде споделяне по сървъра.", -"Sharing %s failed, because the file could not be found in the file cache" => "Неуспешно споделяне на %s, защото файлът не може да бъде намерен в кеша.", -"Could not find category \"%s\"" => "Невъзможно откриване на категорията \"%s\".", -"seconds ago" => "преди секунди", -"_%n minute ago_::_%n minutes ago_" => array("","преди %n минути"), -"_%n hour ago_::_%n hours ago_" => array("","преди %n часа"), -"today" => "днес", -"yesterday" => "вчера", -"_%n day go_::_%n days ago_" => array("","преди %n дена"), -"last month" => "миналия месец", -"_%n month ago_::_%n months ago_" => array("","преди %n месеца"), -"last year" => "миналата година", -"years ago" => "преди години", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Само следните символи са разрешени в потребителското име: \"a-z\", \"A-Z\", \"0-9\", и \"_.@-\".", -"A valid username must be provided" => "Валидно потребителско име трябва да бъде зададено.", -"A valid password must be provided" => "Валидна парола трябва да бъде зададена.", -"The username is already being used" => "Това потребителско име е вече заето.", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Липсват инсталирани драйвери за бази данни(sqlite, mysql или postgresql).", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Правата за достъп обикновено могат да бъдат оправени като %s даде разрешение на уеб сървъра да пише в root папката %s.", -"Cannot write into \"config\" directory" => "Неуспешен опит за запис в \"config\" папката.", -"Cannot write into \"apps\" directory" => "Неуспешен опит за запис в \"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." => "Това обикновено може да бъде оправено като %s даде разрешение на уеб сървъра да записва в app папката %s или като изключи магазина за приложения в config файла.", -"Cannot create \"data\" directory (%s)" => "Неуспешен опит за създаване на \"data\" папката (%s).", -"This can usually be fixed by giving the webserver write access to the root directory." => "Това обикновено може да бъде оправено като дадеш разрешение на уеб сървъра да записва в root папката.", -"Setting locale to %s failed" => "Неуспешно задаване на %s като настройка език-държава.", -"Please install one of these locales on your system and restart your webserver." => "Моля, инсталирай едно от следните език-държава на сървъра и рестартирай уеб сървъра.", -"Please ask your server administrator to install the module." => "Моля, поискай твоят администратор да инсталира модула.", -"PHP module %s not installed." => "PHP модулът %s не е инсталиран.", -"PHP %s or higher is required." => "Изисква се PHP %s или по-нова.", -"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." => "Моля, поискай твоят администратор да обнови PHP до най-новата верския. Твоята PHP версия вече не се поддържа от ownCloud и PHP общността.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode е включен. ownCloud изисква този режим да бъде изключен, за да функионира нормално.", -"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." => "PHP Safe Mode е непропръчителна и общо взето безсмислена настройка и трябва да бъде изключена. Моля, поискай твоя администратор да я изключи ви php.ini или в конфигурацията на уве сървъра.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes е включен. 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." => "Magic Quotes е непропръчителна и общо взето безсмислена настройка и трябва да бъде изключена. Моля, поискай твоя администратор да я изключи ви php.ini или в конфигурацията на уве сървъра.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP модулите са инсталирани, но все още се обявяват като липсващи?", -"Please ask your server administrator to restart the web server." => "Моля, поискай от своя администратор да рестартира уеб сървъра.", -"PostgreSQL >= 9 required" => "Изисква се PostgreSQL >= 9", -"Please upgrade your database version" => "Моля, обнови базата данни.", -"Error occurred while checking PostgreSQL version" => "Настъпи грешка при проверката на версията на PostgreSQL.", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Моля, увери се, че PostgreSQL >= 9 или провери докладите за повече информация относно грешката.", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Моля, промени правата за достъп на 0770, за да не може директорията да бъде видяна от други потребители.", -"Data directory (%s) is readable by other users" => "Data папката (%s) може да бъде разгледана от други потребители", -"Data directory (%s) is invalid" => "Data папката (%s) e невалидна", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Моля, увери се, че data папката съдържа файл \".ocdata\" в себе си.", -"Could not obtain lock type %d on \"%s\"." => "Неуспешен опит за ексклузивен достъп от типa %d върху \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/bn_BD.js b/lib/l10n/bn_BD.js new file mode 100644 index 0000000000..ea94de9912 --- /dev/null +++ b/lib/l10n/bn_BD.js @@ -0,0 +1,45 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "\"config\" ডিরেক্টরিতে লেখা যায়না!", + "This can usually be fixed by giving the webserver write access to the config directory" : "সাধারণতঃ ওয়বসার্ভারকে কনফিগ ডিরেক্টরিতে লেখার অধিকার দিয়ে এই সমস্যা সমাধান করা যায়", + "See %s" : "%s দেখ", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "সাধারণতঃ ওয়বসার্ভারকে কনফিগ ডিরেক্টরি%sতে লেখার অধিকার দিয়ে%s এই সমস্যা সমাধান করা যায়", + "Sample configuration detected" : "নমুনা কনফিগারেশন পাওয়া গেছে", + "Help" : "সহায়িকা", + "Personal" : "ব্যক্তিগত", + "Settings" : "নিয়ামকসমূহ", + "Users" : "ব্যবহারকারী", + "Admin" : "প্রশাসন", + "No app name specified" : "কোন অ্যাপ নাম সুনির্দিষ্ট নয়", + "Unknown filetype" : "অজানা প্রকৃতির ফাইল", + "Invalid image" : "অবৈধ চিত্র", + "web services under your control" : "ওয়েব সার্ভিস আপনার হাতের মুঠোয়", + "App directory already exists" : "এই অ্যাপ ডিরেক্টরিটি পূর্ব থেকেই বিদ্যমান", + "Can't create app folder. Please fix permissions. %s" : "অ্যাপ ফোল্ডার বানানো হেলনা। অনুমতি নির্ধারণ করুন। %s", + "No source specified when installing app" : "অ্যাপ ইনস্টল করতে যেয়ে কোন উৎস নির্দিষ্ট করা হয়নি", + "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 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 shared »%s« with you" : "%s আপনার সাথে »%s« ভাগাভাগি করেছে", + "Sharing %s failed, because the file does not exist" : "%s ভাগাভাগি ব্যার্থ, কারণ ফাইলটি নেই", + "You are not allowed to share %s" : "আপনি %s ভাগাভাগি করতে পারবেননা", + "seconds ago" : "সেকেন্ড পূর্বে", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "আজ", + "yesterday" : "গতকাল", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "গত মাস", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "গত বছর", + "years ago" : "বছর পূর্বে", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "পিএইচপি সেফ মোড কার্যকর আছে। গউনক্লাউড সঠিকভাবে কাজ করতে হলে এটি অকার্যকর করা প্রয়োজন।" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/bn_BD.json b/lib/l10n/bn_BD.json new file mode 100644 index 0000000000..bcf7ae8e1b --- /dev/null +++ b/lib/l10n/bn_BD.json @@ -0,0 +1,43 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "\"config\" ডিরেক্টরিতে লেখা যায়না!", + "This can usually be fixed by giving the webserver write access to the config directory" : "সাধারণতঃ ওয়বসার্ভারকে কনফিগ ডিরেক্টরিতে লেখার অধিকার দিয়ে এই সমস্যা সমাধান করা যায়", + "See %s" : "%s দেখ", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "সাধারণতঃ ওয়বসার্ভারকে কনফিগ ডিরেক্টরি%sতে লেখার অধিকার দিয়ে%s এই সমস্যা সমাধান করা যায়", + "Sample configuration detected" : "নমুনা কনফিগারেশন পাওয়া গেছে", + "Help" : "সহায়িকা", + "Personal" : "ব্যক্তিগত", + "Settings" : "নিয়ামকসমূহ", + "Users" : "ব্যবহারকারী", + "Admin" : "প্রশাসন", + "No app name specified" : "কোন অ্যাপ নাম সুনির্দিষ্ট নয়", + "Unknown filetype" : "অজানা প্রকৃতির ফাইল", + "Invalid image" : "অবৈধ চিত্র", + "web services under your control" : "ওয়েব সার্ভিস আপনার হাতের মুঠোয়", + "App directory already exists" : "এই অ্যাপ ডিরেক্টরিটি পূর্ব থেকেই বিদ্যমান", + "Can't create app folder. Please fix permissions. %s" : "অ্যাপ ফোল্ডার বানানো হেলনা। অনুমতি নির্ধারণ করুন। %s", + "No source specified when installing app" : "অ্যাপ ইনস্টল করতে যেয়ে কোন উৎস নির্দিষ্ট করা হয়নি", + "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 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 shared »%s« with you" : "%s আপনার সাথে »%s« ভাগাভাগি করেছে", + "Sharing %s failed, because the file does not exist" : "%s ভাগাভাগি ব্যার্থ, কারণ ফাইলটি নেই", + "You are not allowed to share %s" : "আপনি %s ভাগাভাগি করতে পারবেননা", + "seconds ago" : "সেকেন্ড পূর্বে", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "আজ", + "yesterday" : "গতকাল", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "গত মাস", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "গত বছর", + "years ago" : "বছর পূর্বে", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "পিএইচপি সেফ মোড কার্যকর আছে। গউনক্লাউড সঠিকভাবে কাজ করতে হলে এটি অকার্যকর করা প্রয়োজন।" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/bn_BD.php b/lib/l10n/bn_BD.php deleted file mode 100644 index 5ebc8c431b..0000000000 --- a/lib/l10n/bn_BD.php +++ /dev/null @@ -1,44 +0,0 @@ - "\"config\" ডিরেক্টরিতে লেখা যায়না!", -"This can usually be fixed by giving the webserver write access to the config directory" => "সাধারণতঃ ওয়বসার্ভারকে কনফিগ ডিরেক্টরিতে লেখার অধিকার দিয়ে এই সমস্যা সমাধান করা যায়", -"See %s" => "%s দেখ", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "সাধারণতঃ ওয়বসার্ভারকে কনফিগ ডিরেক্টরি%sতে লেখার অধিকার দিয়ে%s এই সমস্যা সমাধান করা যায়", -"Sample configuration detected" => "নমুনা কনফিগারেশন পাওয়া গেছে", -"Help" => "সহায়িকা", -"Personal" => "ব্যক্তিগত", -"Settings" => "নিয়ামকসমূহ", -"Users" => "ব্যবহারকারী", -"Admin" => "প্রশাসন", -"No app name specified" => "কোন অ্যাপ নাম সুনির্দিষ্ট নয়", -"Unknown filetype" => "অজানা প্রকৃতির ফাইল", -"Invalid image" => "অবৈধ চিত্র", -"web services under your control" => "ওয়েব সার্ভিস আপনার হাতের মুঠোয়", -"App directory already exists" => "এই অ্যাপ ডিরেক্টরিটি পূর্ব থেকেই বিদ্যমান", -"Can't create app folder. Please fix permissions. %s" => "অ্যাপ ফোল্ডার বানানো হেলনা। অনুমতি নির্ধারণ করুন। %s", -"No source specified when installing app" => "অ্যাপ ইনস্টল করতে যেয়ে কোন উৎস নির্দিষ্ট করা হয়নি", -"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 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 shared »%s« with you" => "%s আপনার সাথে »%s« ভাগাভাগি করেছে", -"Sharing %s failed, because the file does not exist" => "%s ভাগাভাগি ব্যার্থ, কারণ ফাইলটি নেই", -"You are not allowed to share %s" => "আপনি %s ভাগাভাগি করতে পারবেননা", -"seconds ago" => "সেকেন্ড পূর্বে", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"today" => "আজ", -"yesterday" => "গতকাল", -"_%n day go_::_%n days ago_" => array("",""), -"last month" => "গত মাস", -"_%n month ago_::_%n months ago_" => array("",""), -"last year" => "গত বছর", -"years ago" => "বছর পূর্বে", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "পিএইচপি সেফ মোড কার্যকর আছে। গউনক্লাউড সঠিকভাবে কাজ করতে হলে এটি অকার্যকর করা প্রয়োজন।" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/bn_IN.js b/lib/l10n/bn_IN.js new file mode 100644 index 0000000000..e8129c3586 --- /dev/null +++ b/lib/l10n/bn_IN.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "lib", + { + "Settings" : "সেটিংস", + "_%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/bn_IN.json b/lib/l10n/bn_IN.json new file mode 100644 index 0000000000..052226c872 --- /dev/null +++ b/lib/l10n/bn_IN.json @@ -0,0 +1,8 @@ +{ "translations": { + "Settings" : "সেটিংস", + "_%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/bn_IN.php b/lib/l10n/bn_IN.php deleted file mode 100644 index d247c8f8da..0000000000 --- a/lib/l10n/bn_IN.php +++ /dev/null @@ -1,9 +0,0 @@ - "সেটিংস", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/bs.js b/lib/l10n/bs.js new file mode 100644 index 0000000000..e977f036b3 --- /dev/null +++ b/lib/l10n/bs.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=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/lib/l10n/bs.json b/lib/l10n/bs.json new file mode 100644 index 0000000000..e6627bb235 --- /dev/null +++ b/lib/l10n/bs.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=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/lib/l10n/bs.php b/lib/l10n/bs.php deleted file mode 100644 index 3cb98906e6..0000000000 --- a/lib/l10n/bs.php +++ /dev/null @@ -1,8 +0,0 @@ - array("","",""), -"_%n hour ago_::_%n hours ago_" => array("","",""), -"_%n day go_::_%n days ago_" => array("","",""), -"_%n month ago_::_%n months ago_" => array("","","") -); -$PLURAL_FORMS = "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/lib/l10n/ca.js b/lib/l10n/ca.js new file mode 100644 index 0000000000..d416b93503 --- /dev/null +++ b/lib/l10n/ca.js @@ -0,0 +1,122 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "No es pot escriure a la carpeta \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Això normalment es pot solucionar donant al servidor web permís d'escriptura a la carpeta de configuració", + "See %s" : "Comproveu %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s", + "Sample configuration detected" : "Configuració d'exemple 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" : "S'ha detectat que la configuració d'exemple ha estat copiada. Això no està suportat, i podria corrompre la vostra instalació. Siusplau, llegiu la documentació abans de realitzar canvis a config.php", + "Help" : "Ajuda", + "Personal" : "Personal", + "Settings" : "Configuració", + "Users" : "Usuaris", + "Admin" : "Administració", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "L'aplicació \\\"%s\\\" no es pot instal·lar perquè no es compatible amb aquesta versió de ownCloud.", + "No app name specified" : "No heu especificat cap nom d'aplicació", + "Unknown filetype" : "Tipus de fitxer desconegut", + "Invalid image" : "Imatge no vàlida", + "web services under your control" : "controleu els vostres serveis web", + "App directory already exists" : "La carpeta de l'aplicació ja existeix", + "Can't create app folder. Please fix permissions. %s" : "No es pot crear la carpeta de l'aplicació. Arregleu els permisos. %s", + "No source specified when installing app" : "No heu especificat la font en instal·lar l'aplicació", + "No href specified when installing app from http" : "No heu especificat href en instal·lar l'aplicació des de http", + "No path specified when installing app from local file" : "No heu seleccionat el camí en instal·lar una aplicació des d'un fitxer local", + "Archives of type %s are not supported" : "Els fitxers del tipus %s no són compatibles", + "Failed to open archive when installing app" : "Ha fallat l'obertura del fitxer en instal·lar l'aplicació", + "App does not provide an info.xml file" : "L'aplicació no proporciona un fitxer info.xml", + "App can't be installed because of not allowed code in the App" : "L'aplicació no es pot instal·lar perquè hi ha codi no autoritzat en l'aplicació", + "App can't be installed because it is not compatible with this version of ownCloud" : "L'aplicació no es pot instal·lar perquè no és compatible amb aquesta versió d'ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "L'aplicació no es pot instal·lar perquè conté l'etiqueta vertader que no es permet per aplicacions no enviades", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "L'aplicació no es pot instal·lar perquè la versió a info.xml/version no és la mateixa que la versió indicada des de la botiga d'aplicacions", + "Application is not enabled" : "L'aplicació no està habilitada", + "Authentication error" : "Error d'autenticació", + "Token expired. Please reload page." : "El testimoni ha expirat. Torneu a carregar la pàgina.", + "Unknown user" : "Usuari desconegut", + "%s enter the database username." : "%s escriviu el nom d'usuari de la base de dades.", + "%s enter the database name." : "%s escriviu el nom de la base de dades.", + "%s you may not use dots in the database name" : "%s no podeu usar punts en el nom de la base de dades", + "MS SQL username and/or password not valid: %s" : "Nom d'usuari i/o contrasenya MS SQL no vàlids: %s", + "You need to enter either an existing account or the administrator." : "Heu d'escriure un compte existent o el d'administrador.", + "MySQL/MariaDB username and/or password not valid" : "El nom d'usuari i/o la contrasenya de MySQL/MariaDB no són vàlids", + "DB Error: \"%s\"" : "Error DB: \"%s\"", + "Offending command was: \"%s\"" : "L'ordre en conflicte és: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "L'usuari MySQL/MariaDB '%s'@'localhost' ja existeix.", + "Drop this user from MySQL/MariaDB" : "Esborreu aquest usuari de MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "L'usuari MySQL/MariaDB '%s'@'%%' ja existeix", + "Drop this user from MySQL/MariaDB." : "Esborreu aquest usuari de MySQL/MariaDB.", + "Oracle connection could not be established" : "No s'ha pogut establir la connexió Oracle", + "Oracle username and/or password not valid" : "Nom d'usuari i/o contrasenya Oracle no vàlids", + "Offending command was: \"%s\", name: %s, password: %s" : "L'ordre en conflicte és: \"%s\", nom: %s, contrasenya: %s", + "PostgreSQL username and/or password not valid" : "Nom d'usuari i/o contrasenya PostgreSQL no vàlids", + "Set an admin username." : "Establiu un nom d'usuari per l'administrador.", + "Set an admin password." : "Establiu una contrasenya per l'administrador.", + "%s shared »%s« with you" : "%s ha compartit »%s« amb tu", + "Sharing %s failed, because the file does not exist" : "Ha fallat en compartir %s, perquè el fitxer no existeix", + "You are not allowed to share %s" : "No se us permet compartir %s", + "Sharing %s failed, because the user %s is the item owner" : "Ha fallat en compartir %s, perquè l'usuari %s és el propietari de l'element", + "Sharing %s failed, because the user %s does not exist" : "Ha fallat en compartir %s, perquè l'usuari %s no existeix", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Ha fallat en compartir %s, perquè l'usuari %s no és membre de cap grup dels que %s és membre", + "Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s", + "Sharing %s failed, because the group %s does not exist" : "Ha fallat en compartir %s, perquè el grup %s no existeix", + "Sharing %s failed, because %s is not a member of the group %s" : "Ha fallat en compartir %s, perquè %s no és membre del grup %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Heu de proporcionar una contrasenya per crear un enllaç públic. Només es permeten enllaços segurs.", + "Sharing %s failed, because sharing with links is not allowed" : "Ha fallat en compartir %s, perquè no es permet compartir amb enllaços", + "Share type %s is not valid for %s" : "La compartició tipus %s no és vàlida per %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ha fallat en establir els permisos per %s perquè aquests excedeixen els permesos per a %s", + "Setting permissions for %s failed, because the item was not found" : "Ha fallat en establir els permisos per %s, perquè no s'ha trobat l'element", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "No es pot guardar la data d'expiració. Els fitxers o carpetes compartits no poden expirar més tard de %s després d'haver-se compratit.", + "Cannot set expiration date. Expiration date is in the past" : "No es pot guardar la data d'expiració. La data d'expiració ja ha passat.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "El rerefons de compartició %s ha d'implementar la interfície OCP\\Share_Backend", + "Sharing backend %s not found" : "El rerefons de compartició %s no s'ha trobat", + "Sharing backend for %s not found" : "El rerefons de compartició per a %s no s'ha trobat", + "Sharing %s failed, because the user %s is the original sharer" : "Ha fallat en compartir %s perquè l'usuari %s és qui comparteix inicialment", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Ha fallat en compartir %s perquè els permisos excedeixen els permesos per a %s", + "Sharing %s failed, because resharing is not allowed" : "Ha fallat en compartir %s, perquè no es permet compartir de nou", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Ha fallat en compartir %s, perquè el rerefons de compartir per %s no pot trobar la seva font", + "Sharing %s failed, because the file could not be found in the file cache" : "Ha fallat en compartir %s, perquè el fitxer no s'ha trobat en el fitxer cau", + "Could not find category \"%s\"" : "No s'ha trobat la categoria \"%s\"", + "seconds ago" : "segons enrere", + "_%n minute ago_::_%n minutes ago_" : ["fa %n minut","fa %n minuts"], + "_%n hour ago_::_%n hours ago_" : ["fa %n hora","fa %n hores"], + "today" : "avui", + "yesterday" : "ahir", + "_%n day go_::_%n days ago_" : ["fa %n dia","fa %n dies"], + "last month" : "el mes passat", + "_%n month ago_::_%n months ago_" : ["fa %n mes","fa %n mesos"], + "last year" : "l'any passat", + "years ago" : "anys enrere", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Només els caràcters següents estan permesos en el nom d'usuari: \"a-z\", \"A-Z\", \"0-9\" i \"_.@-\"", + "A valid username must be provided" : "Heu de facilitar un nom d'usuari vàlid", + "A valid password must be provided" : "Heu de facilitar una contrasenya vàlida", + "The username is already being used" : "El nom d'usuari ja està en ús", + "No database drivers (sqlite, mysql, or postgresql) installed." : "No hi ha instal·lats controladors de bases de dades (sqlite, mysql o postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s", + "Cannot write into \"config\" directory" : "No es pot escriure a la carpeta \"config\"", + "Cannot write into \"apps\" directory" : "No es pot escriure a la carpeta \"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." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta d'aplicacions %s o inhabilitant la botiga d'aplicacions en el fitxer de configuració.", + "Cannot create \"data\" directory (%s)" : "No es pot crear la carpeta \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Aixó normalment es por solucionar donant al servidor web permís d'accés a la carpeta arrel", + "Setting locale to %s failed" : "Ha fallat en establir la llengua a %s", + "Please install one of these locales on your system and restart your webserver." : "Siusplau, instal·li un d'aquests arxius de localització en el seu sistema, i reinicii el seu servidor web.", + "Please ask your server administrator to install the module." : "Demaneu a l'administrador del sistema que instal·li el mòdul.", + "PHP module %s not installed." : "El mòdul PHP %s no està instal·lat.", + "PHP %s or higher is required." : "Es requereix PHP %s o superior.", + "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." : "Demaneu a l'administrador que actualitzi PHP a l'última versió. La versió que teniu instal·lada no té suport d'ownCloud ni de la comunitat PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "El mode segur de PHP està activat. OwnCloud requereix que es desactivi per funcionar correctament.", + "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." : "El mode segur de PHP està desfasat i és principalment inútil i hauria de desactivar-se. Demaneu a l'administrador que el desactivi a php.ini o a la configuració del servidor web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Les Magic Quotes estan activades. OwnCloud requereix que les desactiveu per funcionar correctament.", + "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." : "Magic Quotes està desfassat i és principalment inútil i hauria de desactivar-se. Demaneu a l'administrador que el desactivi a php.ini o a la configuració del servidor web.", + "PHP modules have been installed, but they are still listed as missing?" : "S'han instal·lat mòduls PHP, però encara es llisten com una mancança?", + "Please ask your server administrator to restart the web server." : "Demaneu a l'administrador que reinici el servidor web.", + "PostgreSQL >= 9 required" : "Es requereix PostgreSQL >= 9", + "Please upgrade your database version" : "Actualitzeu la versió de la base de dades", + "Error occurred while checking PostgreSQL version" : "Hi ha hagut un error en comprovar la versió de PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Assegureu-vos que teniu PostgreSQL >= 9 o comproveu els registres per més informació quant a l'error", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Canvieu els permisos a 0770 per tal que la carpeta no es pugui llistar per altres usuaris.", + "Data directory (%s) is readable by other users" : "La carpeta de dades (%s) és llegible per altres usuaris", + "Data directory (%s) is invalid" : "La carpeta de dades (%s) no és vàlida", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Comproveu que la carpeta de dades contingui un fitxer \".ocdata\" a la seva arrel.", + "Could not obtain lock type %d on \"%s\"." : "No s'ha pogut obtenir un bloqueig tipus %d a \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ca.json b/lib/l10n/ca.json new file mode 100644 index 0000000000..2698ed1846 --- /dev/null +++ b/lib/l10n/ca.json @@ -0,0 +1,120 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "No es pot escriure a la carpeta \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Això normalment es pot solucionar donant al servidor web permís d'escriptura a la carpeta de configuració", + "See %s" : "Comproveu %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s", + "Sample configuration detected" : "Configuració d'exemple 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" : "S'ha detectat que la configuració d'exemple ha estat copiada. Això no està suportat, i podria corrompre la vostra instalació. Siusplau, llegiu la documentació abans de realitzar canvis a config.php", + "Help" : "Ajuda", + "Personal" : "Personal", + "Settings" : "Configuració", + "Users" : "Usuaris", + "Admin" : "Administració", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "L'aplicació \\\"%s\\\" no es pot instal·lar perquè no es compatible amb aquesta versió de ownCloud.", + "No app name specified" : "No heu especificat cap nom d'aplicació", + "Unknown filetype" : "Tipus de fitxer desconegut", + "Invalid image" : "Imatge no vàlida", + "web services under your control" : "controleu els vostres serveis web", + "App directory already exists" : "La carpeta de l'aplicació ja existeix", + "Can't create app folder. Please fix permissions. %s" : "No es pot crear la carpeta de l'aplicació. Arregleu els permisos. %s", + "No source specified when installing app" : "No heu especificat la font en instal·lar l'aplicació", + "No href specified when installing app from http" : "No heu especificat href en instal·lar l'aplicació des de http", + "No path specified when installing app from local file" : "No heu seleccionat el camí en instal·lar una aplicació des d'un fitxer local", + "Archives of type %s are not supported" : "Els fitxers del tipus %s no són compatibles", + "Failed to open archive when installing app" : "Ha fallat l'obertura del fitxer en instal·lar l'aplicació", + "App does not provide an info.xml file" : "L'aplicació no proporciona un fitxer info.xml", + "App can't be installed because of not allowed code in the App" : "L'aplicació no es pot instal·lar perquè hi ha codi no autoritzat en l'aplicació", + "App can't be installed because it is not compatible with this version of ownCloud" : "L'aplicació no es pot instal·lar perquè no és compatible amb aquesta versió d'ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "L'aplicació no es pot instal·lar perquè conté l'etiqueta vertader que no es permet per aplicacions no enviades", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "L'aplicació no es pot instal·lar perquè la versió a info.xml/version no és la mateixa que la versió indicada des de la botiga d'aplicacions", + "Application is not enabled" : "L'aplicació no està habilitada", + "Authentication error" : "Error d'autenticació", + "Token expired. Please reload page." : "El testimoni ha expirat. Torneu a carregar la pàgina.", + "Unknown user" : "Usuari desconegut", + "%s enter the database username." : "%s escriviu el nom d'usuari de la base de dades.", + "%s enter the database name." : "%s escriviu el nom de la base de dades.", + "%s you may not use dots in the database name" : "%s no podeu usar punts en el nom de la base de dades", + "MS SQL username and/or password not valid: %s" : "Nom d'usuari i/o contrasenya MS SQL no vàlids: %s", + "You need to enter either an existing account or the administrator." : "Heu d'escriure un compte existent o el d'administrador.", + "MySQL/MariaDB username and/or password not valid" : "El nom d'usuari i/o la contrasenya de MySQL/MariaDB no són vàlids", + "DB Error: \"%s\"" : "Error DB: \"%s\"", + "Offending command was: \"%s\"" : "L'ordre en conflicte és: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "L'usuari MySQL/MariaDB '%s'@'localhost' ja existeix.", + "Drop this user from MySQL/MariaDB" : "Esborreu aquest usuari de MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "L'usuari MySQL/MariaDB '%s'@'%%' ja existeix", + "Drop this user from MySQL/MariaDB." : "Esborreu aquest usuari de MySQL/MariaDB.", + "Oracle connection could not be established" : "No s'ha pogut establir la connexió Oracle", + "Oracle username and/or password not valid" : "Nom d'usuari i/o contrasenya Oracle no vàlids", + "Offending command was: \"%s\", name: %s, password: %s" : "L'ordre en conflicte és: \"%s\", nom: %s, contrasenya: %s", + "PostgreSQL username and/or password not valid" : "Nom d'usuari i/o contrasenya PostgreSQL no vàlids", + "Set an admin username." : "Establiu un nom d'usuari per l'administrador.", + "Set an admin password." : "Establiu una contrasenya per l'administrador.", + "%s shared »%s« with you" : "%s ha compartit »%s« amb tu", + "Sharing %s failed, because the file does not exist" : "Ha fallat en compartir %s, perquè el fitxer no existeix", + "You are not allowed to share %s" : "No se us permet compartir %s", + "Sharing %s failed, because the user %s is the item owner" : "Ha fallat en compartir %s, perquè l'usuari %s és el propietari de l'element", + "Sharing %s failed, because the user %s does not exist" : "Ha fallat en compartir %s, perquè l'usuari %s no existeix", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Ha fallat en compartir %s, perquè l'usuari %s no és membre de cap grup dels que %s és membre", + "Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s", + "Sharing %s failed, because the group %s does not exist" : "Ha fallat en compartir %s, perquè el grup %s no existeix", + "Sharing %s failed, because %s is not a member of the group %s" : "Ha fallat en compartir %s, perquè %s no és membre del grup %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Heu de proporcionar una contrasenya per crear un enllaç públic. Només es permeten enllaços segurs.", + "Sharing %s failed, because sharing with links is not allowed" : "Ha fallat en compartir %s, perquè no es permet compartir amb enllaços", + "Share type %s is not valid for %s" : "La compartició tipus %s no és vàlida per %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ha fallat en establir els permisos per %s perquè aquests excedeixen els permesos per a %s", + "Setting permissions for %s failed, because the item was not found" : "Ha fallat en establir els permisos per %s, perquè no s'ha trobat l'element", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "No es pot guardar la data d'expiració. Els fitxers o carpetes compartits no poden expirar més tard de %s després d'haver-se compratit.", + "Cannot set expiration date. Expiration date is in the past" : "No es pot guardar la data d'expiració. La data d'expiració ja ha passat.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "El rerefons de compartició %s ha d'implementar la interfície OCP\\Share_Backend", + "Sharing backend %s not found" : "El rerefons de compartició %s no s'ha trobat", + "Sharing backend for %s not found" : "El rerefons de compartició per a %s no s'ha trobat", + "Sharing %s failed, because the user %s is the original sharer" : "Ha fallat en compartir %s perquè l'usuari %s és qui comparteix inicialment", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Ha fallat en compartir %s perquè els permisos excedeixen els permesos per a %s", + "Sharing %s failed, because resharing is not allowed" : "Ha fallat en compartir %s, perquè no es permet compartir de nou", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Ha fallat en compartir %s, perquè el rerefons de compartir per %s no pot trobar la seva font", + "Sharing %s failed, because the file could not be found in the file cache" : "Ha fallat en compartir %s, perquè el fitxer no s'ha trobat en el fitxer cau", + "Could not find category \"%s\"" : "No s'ha trobat la categoria \"%s\"", + "seconds ago" : "segons enrere", + "_%n minute ago_::_%n minutes ago_" : ["fa %n minut","fa %n minuts"], + "_%n hour ago_::_%n hours ago_" : ["fa %n hora","fa %n hores"], + "today" : "avui", + "yesterday" : "ahir", + "_%n day go_::_%n days ago_" : ["fa %n dia","fa %n dies"], + "last month" : "el mes passat", + "_%n month ago_::_%n months ago_" : ["fa %n mes","fa %n mesos"], + "last year" : "l'any passat", + "years ago" : "anys enrere", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Només els caràcters següents estan permesos en el nom d'usuari: \"a-z\", \"A-Z\", \"0-9\" i \"_.@-\"", + "A valid username must be provided" : "Heu de facilitar un nom d'usuari vàlid", + "A valid password must be provided" : "Heu de facilitar una contrasenya vàlida", + "The username is already being used" : "El nom d'usuari ja està en ús", + "No database drivers (sqlite, mysql, or postgresql) installed." : "No hi ha instal·lats controladors de bases de dades (sqlite, mysql o postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s", + "Cannot write into \"config\" directory" : "No es pot escriure a la carpeta \"config\"", + "Cannot write into \"apps\" directory" : "No es pot escriure a la carpeta \"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." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta d'aplicacions %s o inhabilitant la botiga d'aplicacions en el fitxer de configuració.", + "Cannot create \"data\" directory (%s)" : "No es pot crear la carpeta \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Aixó normalment es por solucionar donant al servidor web permís d'accés a la carpeta arrel", + "Setting locale to %s failed" : "Ha fallat en establir la llengua a %s", + "Please install one of these locales on your system and restart your webserver." : "Siusplau, instal·li un d'aquests arxius de localització en el seu sistema, i reinicii el seu servidor web.", + "Please ask your server administrator to install the module." : "Demaneu a l'administrador del sistema que instal·li el mòdul.", + "PHP module %s not installed." : "El mòdul PHP %s no està instal·lat.", + "PHP %s or higher is required." : "Es requereix PHP %s o superior.", + "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." : "Demaneu a l'administrador que actualitzi PHP a l'última versió. La versió que teniu instal·lada no té suport d'ownCloud ni de la comunitat PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "El mode segur de PHP està activat. OwnCloud requereix que es desactivi per funcionar correctament.", + "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." : "El mode segur de PHP està desfasat i és principalment inútil i hauria de desactivar-se. Demaneu a l'administrador que el desactivi a php.ini o a la configuració del servidor web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Les Magic Quotes estan activades. OwnCloud requereix que les desactiveu per funcionar correctament.", + "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." : "Magic Quotes està desfassat i és principalment inútil i hauria de desactivar-se. Demaneu a l'administrador que el desactivi a php.ini o a la configuració del servidor web.", + "PHP modules have been installed, but they are still listed as missing?" : "S'han instal·lat mòduls PHP, però encara es llisten com una mancança?", + "Please ask your server administrator to restart the web server." : "Demaneu a l'administrador que reinici el servidor web.", + "PostgreSQL >= 9 required" : "Es requereix PostgreSQL >= 9", + "Please upgrade your database version" : "Actualitzeu la versió de la base de dades", + "Error occurred while checking PostgreSQL version" : "Hi ha hagut un error en comprovar la versió de PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Assegureu-vos que teniu PostgreSQL >= 9 o comproveu els registres per més informació quant a l'error", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Canvieu els permisos a 0770 per tal que la carpeta no es pugui llistar per altres usuaris.", + "Data directory (%s) is readable by other users" : "La carpeta de dades (%s) és llegible per altres usuaris", + "Data directory (%s) is invalid" : "La carpeta de dades (%s) no és vàlida", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Comproveu que la carpeta de dades contingui un fitxer \".ocdata\" a la seva arrel.", + "Could not obtain lock type %d on \"%s\"." : "No s'ha pogut obtenir un bloqueig tipus %d a \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/ca.php b/lib/l10n/ca.php deleted file mode 100644 index 456211ad0c..0000000000 --- a/lib/l10n/ca.php +++ /dev/null @@ -1,121 +0,0 @@ - "No es pot escriure a la carpeta \"config\"!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Això normalment es pot solucionar donant al servidor web permís d'escriptura a la carpeta de configuració", -"See %s" => "Comproveu %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s", -"Sample configuration detected" => "Configuració d'exemple 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" => "S'ha detectat que la configuració d'exemple ha estat copiada. Això no està suportat, i podria corrompre la vostra instalació. Siusplau, llegiu la documentació abans de realitzar canvis a config.php", -"Help" => "Ajuda", -"Personal" => "Personal", -"Settings" => "Configuració", -"Users" => "Usuaris", -"Admin" => "Administració", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "L'aplicació \\\"%s\\\" no es pot instal·lar perquè no es compatible amb aquesta versió de ownCloud.", -"No app name specified" => "No heu especificat cap nom d'aplicació", -"Unknown filetype" => "Tipus de fitxer desconegut", -"Invalid image" => "Imatge no vàlida", -"web services under your control" => "controleu els vostres serveis web", -"App directory already exists" => "La carpeta de l'aplicació ja existeix", -"Can't create app folder. Please fix permissions. %s" => "No es pot crear la carpeta de l'aplicació. Arregleu els permisos. %s", -"No source specified when installing app" => "No heu especificat la font en instal·lar l'aplicació", -"No href specified when installing app from http" => "No heu especificat href en instal·lar l'aplicació des de http", -"No path specified when installing app from local file" => "No heu seleccionat el camí en instal·lar una aplicació des d'un fitxer local", -"Archives of type %s are not supported" => "Els fitxers del tipus %s no són compatibles", -"Failed to open archive when installing app" => "Ha fallat l'obertura del fitxer en instal·lar l'aplicació", -"App does not provide an info.xml file" => "L'aplicació no proporciona un fitxer info.xml", -"App can't be installed because of not allowed code in the App" => "L'aplicació no es pot instal·lar perquè hi ha codi no autoritzat en l'aplicació", -"App can't be installed because it is not compatible with this version of ownCloud" => "L'aplicació no es pot instal·lar perquè no és compatible amb aquesta versió d'ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "L'aplicació no es pot instal·lar perquè conté l'etiqueta vertader que no es permet per aplicacions no enviades", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "L'aplicació no es pot instal·lar perquè la versió a info.xml/version no és la mateixa que la versió indicada des de la botiga d'aplicacions", -"Application is not enabled" => "L'aplicació no està habilitada", -"Authentication error" => "Error d'autenticació", -"Token expired. Please reload page." => "El testimoni ha expirat. Torneu a carregar la pàgina.", -"Unknown user" => "Usuari desconegut", -"%s enter the database username." => "%s escriviu el nom d'usuari de la base de dades.", -"%s enter the database name." => "%s escriviu el nom de la base de dades.", -"%s you may not use dots in the database name" => "%s no podeu usar punts en el nom de la base de dades", -"MS SQL username and/or password not valid: %s" => "Nom d'usuari i/o contrasenya MS SQL no vàlids: %s", -"You need to enter either an existing account or the administrator." => "Heu d'escriure un compte existent o el d'administrador.", -"MySQL/MariaDB username and/or password not valid" => "El nom d'usuari i/o la contrasenya de MySQL/MariaDB no són vàlids", -"DB Error: \"%s\"" => "Error DB: \"%s\"", -"Offending command was: \"%s\"" => "L'ordre en conflicte és: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "L'usuari MySQL/MariaDB '%s'@'localhost' ja existeix.", -"Drop this user from MySQL/MariaDB" => "Esborreu aquest usuari de MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "L'usuari MySQL/MariaDB '%s'@'%%' ja existeix", -"Drop this user from MySQL/MariaDB." => "Esborreu aquest usuari de MySQL/MariaDB.", -"Oracle connection could not be established" => "No s'ha pogut establir la connexió Oracle", -"Oracle username and/or password not valid" => "Nom d'usuari i/o contrasenya Oracle no vàlids", -"Offending command was: \"%s\", name: %s, password: %s" => "L'ordre en conflicte és: \"%s\", nom: %s, contrasenya: %s", -"PostgreSQL username and/or password not valid" => "Nom d'usuari i/o contrasenya PostgreSQL no vàlids", -"Set an admin username." => "Establiu un nom d'usuari per l'administrador.", -"Set an admin password." => "Establiu una contrasenya per l'administrador.", -"%s shared »%s« with you" => "%s ha compartit »%s« amb tu", -"Sharing %s failed, because the file does not exist" => "Ha fallat en compartir %s, perquè el fitxer no existeix", -"You are not allowed to share %s" => "No se us permet compartir %s", -"Sharing %s failed, because the user %s is the item owner" => "Ha fallat en compartir %s, perquè l'usuari %s és el propietari de l'element", -"Sharing %s failed, because the user %s does not exist" => "Ha fallat en compartir %s, perquè l'usuari %s no existeix", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Ha fallat en compartir %s, perquè l'usuari %s no és membre de cap grup dels que %s és membre", -"Sharing %s failed, because this item is already shared with %s" => "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s", -"Sharing %s failed, because the group %s does not exist" => "Ha fallat en compartir %s, perquè el grup %s no existeix", -"Sharing %s failed, because %s is not a member of the group %s" => "Ha fallat en compartir %s, perquè %s no és membre del grup %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Heu de proporcionar una contrasenya per crear un enllaç públic. Només es permeten enllaços segurs.", -"Sharing %s failed, because sharing with links is not allowed" => "Ha fallat en compartir %s, perquè no es permet compartir amb enllaços", -"Share type %s is not valid for %s" => "La compartició tipus %s no és vàlida per %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Ha fallat en establir els permisos per %s perquè aquests excedeixen els permesos per a %s", -"Setting permissions for %s failed, because the item was not found" => "Ha fallat en establir els permisos per %s, perquè no s'ha trobat l'element", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "No es pot guardar la data d'expiració. Els fitxers o carpetes compartits no poden expirar més tard de %s després d'haver-se compratit.", -"Cannot set expiration date. Expiration date is in the past" => "No es pot guardar la data d'expiració. La data d'expiració ja ha passat.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "El rerefons de compartició %s ha d'implementar la interfície OCP\\Share_Backend", -"Sharing backend %s not found" => "El rerefons de compartició %s no s'ha trobat", -"Sharing backend for %s not found" => "El rerefons de compartició per a %s no s'ha trobat", -"Sharing %s failed, because the user %s is the original sharer" => "Ha fallat en compartir %s perquè l'usuari %s és qui comparteix inicialment", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Ha fallat en compartir %s perquè els permisos excedeixen els permesos per a %s", -"Sharing %s failed, because resharing is not allowed" => "Ha fallat en compartir %s, perquè no es permet compartir de nou", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Ha fallat en compartir %s, perquè el rerefons de compartir per %s no pot trobar la seva font", -"Sharing %s failed, because the file could not be found in the file cache" => "Ha fallat en compartir %s, perquè el fitxer no s'ha trobat en el fitxer cau", -"Could not find category \"%s\"" => "No s'ha trobat la categoria \"%s\"", -"seconds ago" => "segons enrere", -"_%n minute ago_::_%n minutes ago_" => array("fa %n minut","fa %n minuts"), -"_%n hour ago_::_%n hours ago_" => array("fa %n hora","fa %n hores"), -"today" => "avui", -"yesterday" => "ahir", -"_%n day go_::_%n days ago_" => array("fa %n dia","fa %n dies"), -"last month" => "el mes passat", -"_%n month ago_::_%n months ago_" => array("fa %n mes","fa %n mesos"), -"last year" => "l'any passat", -"years ago" => "anys enrere", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Només els caràcters següents estan permesos en el nom d'usuari: \"a-z\", \"A-Z\", \"0-9\" i \"_.@-\"", -"A valid username must be provided" => "Heu de facilitar un nom d'usuari vàlid", -"A valid password must be provided" => "Heu de facilitar una contrasenya vàlida", -"The username is already being used" => "El nom d'usuari ja està en ús", -"No database drivers (sqlite, mysql, or postgresql) installed." => "No hi ha instal·lats controladors de bases de dades (sqlite, mysql o postgresql).", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s", -"Cannot write into \"config\" directory" => "No es pot escriure a la carpeta \"config\"", -"Cannot write into \"apps\" directory" => "No es pot escriure a la carpeta \"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." => "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta d'aplicacions %s o inhabilitant la botiga d'aplicacions en el fitxer de configuració.", -"Cannot create \"data\" directory (%s)" => "No es pot crear la carpeta \"data\" (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Aixó normalment es por solucionar donant al servidor web permís d'accés a la carpeta arrel", -"Setting locale to %s failed" => "Ha fallat en establir la llengua a %s", -"Please install one of these locales on your system and restart your webserver." => "Siusplau, instal·li un d'aquests arxius de localització en el seu sistema, i reinicii el seu servidor web.", -"Please ask your server administrator to install the module." => "Demaneu a l'administrador del sistema que instal·li el mòdul.", -"PHP module %s not installed." => "El mòdul PHP %s no està instal·lat.", -"PHP %s or higher is required." => "Es requereix PHP %s o superior.", -"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." => "Demaneu a l'administrador que actualitzi PHP a l'última versió. La versió que teniu instal·lada no té suport d'ownCloud ni de la comunitat PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "El mode segur de PHP està activat. OwnCloud requereix que es desactivi per funcionar correctament.", -"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." => "El mode segur de PHP està desfasat i és principalment inútil i hauria de desactivar-se. Demaneu a l'administrador que el desactivi a php.ini o a la configuració del servidor web.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Les Magic Quotes estan activades. OwnCloud requereix que les desactiveu per funcionar correctament.", -"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." => "Magic Quotes està desfassat i és principalment inútil i hauria de desactivar-se. Demaneu a l'administrador que el desactivi a php.ini o a la configuració del servidor web.", -"PHP modules have been installed, but they are still listed as missing?" => "S'han instal·lat mòduls PHP, però encara es llisten com una mancança?", -"Please ask your server administrator to restart the web server." => "Demaneu a l'administrador que reinici el servidor web.", -"PostgreSQL >= 9 required" => "Es requereix PostgreSQL >= 9", -"Please upgrade your database version" => "Actualitzeu la versió de la base de dades", -"Error occurred while checking PostgreSQL version" => "Hi ha hagut un error en comprovar la versió de PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Assegureu-vos que teniu PostgreSQL >= 9 o comproveu els registres per més informació quant a l'error", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Canvieu els permisos a 0770 per tal que la carpeta no es pugui llistar per altres usuaris.", -"Data directory (%s) is readable by other users" => "La carpeta de dades (%s) és llegible per altres usuaris", -"Data directory (%s) is invalid" => "La carpeta de dades (%s) no és vàlida", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Comproveu que la carpeta de dades contingui un fitxer \".ocdata\" a la seva arrel.", -"Could not obtain lock type %d on \"%s\"." => "No s'ha pogut obtenir un bloqueig tipus %d a \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ca@valencia.js b/lib/l10n/ca@valencia.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/ca@valencia.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/ca@valencia.json b/lib/l10n/ca@valencia.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/ca@valencia.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/ca@valencia.php b/lib/l10n/ca@valencia.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/ca@valencia.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/cs_CZ.js b/lib/l10n/cs_CZ.js new file mode 100644 index 0000000000..113f32d40c --- /dev/null +++ b/lib/l10n/cs_CZ.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Nelze zapisovat do adresáře \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "To lze obvykle vyřešit povolením zápisu webovému serveru do konfiguračního adresáře", + "See %s" : "Viz %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "To lze obvykle vyřešit %spovolením zápisu webovému serveru do konfiguračního adresáře%s.", + "Sample configuration detected" : "Byla detekována vzorová konfigurace", + "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" : "Pravděpodobně byla zkopírována konfigurační nastavení ze vzorových souborů. Toto není podporováno a může poškodit vaši instalaci. Nahlédněte prosím do dokumentace před prováděním změn v souboru config.php", + "Help" : "Nápověda", + "Personal" : "Osobní", + "Settings" : "Nastavení", + "Users" : "Uživatelé", + "Admin" : "Administrace", + "Recommended" : "Doporučené", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplikace \\\"%s\\\" nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud.", + "No app name specified" : "Nebyl zadan název aplikace", + "Unknown filetype" : "Neznámý typ souboru", + "Invalid image" : "Chybný obrázek", + "web services under your control" : "webové služby pod Vaší kontrolou", + "App directory already exists" : "Adresář aplikace již existuje", + "Can't create app folder. Please fix permissions. %s" : "Nelze vytvořit složku aplikace. Opravte práva souborů. %s", + "No source specified when installing app" : "Nebyl zadán zdroj při instalaci aplikace", + "No href specified when installing app from http" : "Nebyl zadán odkaz pro instalaci aplikace z HTTP", + "No path specified when installing app from local file" : "Nebyla zadána cesta pro instalaci aplikace z místního souboru", + "Archives of type %s are not supported" : "Archivy typu %s nejsou podporovány", + "Failed to open archive when installing app" : "Chyba při otevírání archivu během instalace aplikace", + "App does not provide an info.xml file" : "Aplikace neposkytuje soubor info.xml", + "App can't be installed because of not allowed code in the App" : "Aplikace nemůže být nainstalována, protože obsahuje nepovolený kód", + "App can't be installed because it is not compatible with this version of ownCloud" : "Aplikace nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Aplikace nemůže být nainstalována, protože obsahuje značku\n\n\ntrue\n\n\ncož není povoleno pro nedodávané aplikace", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Aplikace nemůže být nainstalována, protože verze uvedená v info.xml/version nesouhlasí s verzí oznámenou z úložiště aplikací.", + "Application is not enabled" : "Aplikace není povolena", + "Authentication error" : "Chyba ověření", + "Token expired. Please reload page." : "Token vypršel. Obnovte prosím stránku.", + "Unknown user" : "Neznámý uživatel", + "%s enter the database username." : "Zadejte uživatelské jméno %s databáze.", + "%s enter the database name." : "Zadejte název databáze pro %s databáze.", + "%s you may not use dots in the database name" : "V názvu databáze %s nesmíte používat tečky.", + "MS SQL username and/or password not valid: %s" : "Uživatelské jméno či heslo MSSQL není platné: %s", + "You need to enter either an existing account or the administrator." : "Musíte zadat existující účet či správce.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB uživatelské jméno a/nebo heslo je neplatné", + "DB Error: \"%s\"" : "Chyba databáze: \"%s\"", + "Offending command was: \"%s\"" : "Příslušný příkaz byl: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB uživatel '%s'@'localhost' již existuje.", + "Drop this user from MySQL/MariaDB" : "Smazat tohoto uživatele z MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB uživatel '%s'@'%%' již existuje", + "Drop this user from MySQL/MariaDB." : "Smazat tohoto uživatele z MySQL/MariaDB.", + "Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno", + "Oracle username and/or password not valid" : "Uživatelské jméno či heslo Oracle není platné", + "Offending command was: \"%s\", name: %s, password: %s" : "Příslušný příkaz byl: \"%s\", jméno: %s, heslo: %s", + "PostgreSQL username and/or password not valid" : "Uživatelské jméno či heslo PostgreSQL není platné", + "Set an admin username." : "Zadejte uživatelské jméno správce.", + "Set an admin password." : "Zadejte heslo správce.", + "Can't create or write into the data directory %s" : "Nelze vytvořit nebo zapisovat do datového adresáře %s", + "%s shared »%s« with you" : "%s s vámi sdílí »%s«", + "Sharing %s failed, because the file does not exist" : "Sdílení %s selhalo, protože soubor neexistuje", + "You are not allowed to share %s" : "Nemáte povoleno sdílet %s", + "Sharing %s failed, because the user %s is the item owner" : "Sdílení položky %s selhalo, protože uživatel %s je jejím vlastníkem", + "Sharing %s failed, because the user %s does not exist" : "Sdílení položky %s selhalo, protože uživatel %s neexistuje", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Sdílení položky %s selhalo, protože uživatel %s není členem žádné skupiny společné s uživatelem %s", + "Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s selhalo, protože položka již je s uživatelem %s sdílena", + "Sharing %s failed, because the group %s does not exist" : "Sdílení položky %s selhalo, protože skupina %s neexistuje", + "Sharing %s failed, because %s is not a member of the group %s" : "Sdílení položky %s selhalo, protože uživatel %s není členem skupiny %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Pro vytvoření veřejného odkazu je nutné zadat heslo, jsou povoleny pouze chráněné odkazy", + "Sharing %s failed, because sharing with links is not allowed" : "Sdílení položky %s selhalo, protože sdílení pomocí linků není povoleno", + "Share type %s is not valid for %s" : "Sdílení typu %s není korektní pro %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavení oprávnění pro %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla povolena pro %s", + "Setting permissions for %s failed, because the item was not found" : "Nastavení práv pro %s selhalo, protože položka nebyla nalezena", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nelze nastavit datum vypršení platnosti. Sdílení nemůže vypršet později než za %s po zveřejnění", + "Cannot set expiration date. Expiration date is in the past" : "Nelze nastavit datum vypršení platnosti. Datum vypršení je v minulosti", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Úložiště pro sdílení %s musí implementovat rozhraní OCP\\Share_Backend", + "Sharing backend %s not found" : "Úložiště sdílení %s nenalezeno", + "Sharing backend for %s not found" : "Úložiště sdílení pro %s nenalezeno", + "Sharing %s failed, because the user %s is the original sharer" : "Sdílení položky %s selhalo, protože byla sdílena uživatelem %s jako první", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Sdílení položky %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla %s povolena.", + "Sharing %s failed, because resharing is not allowed" : "Sdílení položky %s selhalo, protože znovu-sdílení není povoleno", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sdílení položky %s selhalo, protože úložiště sdílení %s nenalezla zdroj", + "Sharing %s failed, because the file could not be found in the file cache" : "Sdílení položky %s selhalo, protože soubor nebyl nalezen ve vyrovnávací paměti", + "Could not find category \"%s\"" : "Nelze nalézt kategorii \"%s\"", + "seconds ago" : "před pár sekundami", + "_%n minute ago_::_%n minutes ago_" : ["před %n minutou","před %n minutami","před %n minutami"], + "_%n hour ago_::_%n hours ago_" : ["před %n hodinou","před %n hodinami","před %n hodinami"], + "today" : "dnes", + "yesterday" : "včera", + "_%n day go_::_%n days ago_" : ["před %n dnem","před %n dny","před %n dny"], + "last month" : "minulý měsíc", + "_%n month ago_::_%n months ago_" : ["před %n měsícem","před %n měsíci","před %n měsíci"], + "last year" : "minulý rok", + "years ago" : "před lety", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Pouze následující znaky jsou povoleny v uživatelském jménu: \"a-z\", \"A-Z\", \"0-9\" a \"_.@-\"", + "A valid username must be provided" : "Musíte zadat platné uživatelské jméno", + "A valid password must be provided" : "Musíte zadat platné heslo", + "The username is already being used" : "Uživatelské jméno je již využíváno", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nejsou instalovány ovladače databází (sqlite, mysql nebo postresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Oprávnění lze obvykle napravit %spovolením zápisu webovému serveru do kořenového adresáře%s.", + "Cannot write into \"config\" directory" : "Nelze zapisovat do adresáře \"config\"", + "Cannot write into \"apps\" directory" : "Nelze zapisovat do adresáře \"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." : "To lze obvykle vyřešit %spovolením zápisu webovému serveru do adresáře apps%s nebo zakázáním appstore v konfiguračním souboru.", + "Cannot create \"data\" directory (%s)" : "Nelze vytvořit adresář \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "To lze obvykle vyřešit povolením zápisu webovému serveru do kořenového adresáře.", + "Setting locale to %s failed" : "Nastavení jazyka na %s selhalo", + "Please install one of these locales on your system and restart your webserver." : "Prosím nainstalujte alespoň jeden z těchto jazyků do svého systému a restartujte webový server.", + "Please ask your server administrator to install the module." : "Požádejte svého administrátora o instalaci tohoto modulu.", + "PHP module %s not installed." : "PHP modul %s není nainstalován.", + "PHP %s or higher is required." : "Je vyžadováno PHP %s nebo vyšší.", + "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." : "Požádejte svého administrátora o aktualizaci PHP na nejnovější verzi. Vaše verze PHP již není podporována komunitami ownCloud a PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Je zapnut PHP Safe Mode. Pro správnou funkčnost ownCloud je třeba toto vypnout.", + "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." : "PHP Safe Mode je zastaralé a většinou zbytečné nastavení, které je třeba vypnout. Požádejte prosím svého administrátora o zakázání v php.ini nebo v konfiguraci webového serveru.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Je povoleno nastavení Magic Quotes. Pro správnou funkčnost ownCloud je třeba toto vypnout.", + "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." : "Magic Quotes je zastaralé a většinou zbytečné nastavení, které je třeba vypnout. Požádejte prosím svého administrátora o zakázání v php.ini nebo v konfiguraci webového serveru.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP moduly jsou nainstalovány, ale stále se tváří jako chybějící?", + "Please ask your server administrator to restart the web server." : "Požádejte svého administrátora o restart webového serveru.", + "PostgreSQL >= 9 required" : "Je vyžadováno PostgreSQL >= 9", + "Please upgrade your database version" : "Aktualizujte prosím verzi své databáze", + "Error occurred while checking PostgreSQL version" : "Při zjišťování verze PostgreSQL došlo k chybě", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Ujistěte se, že máte PostgreSQL >= 9, a zkontrolujte logy pro více informací o chybě.", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Změňte prosím práva na 0770, aby adresář nemohl být otevřen ostatními uživateli.", + "Data directory (%s) is readable by other users" : "Datový adresář (%s) je čitelný i ostatními uživateli", + "Data directory (%s) is invalid" : "Datový adresář (%s) je neplatný", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Ověřte prosím, že kořenový adresář s daty obsahuje soubor \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Nelze získat zámek typu %d na \"%s\"." +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/lib/l10n/cs_CZ.json b/lib/l10n/cs_CZ.json new file mode 100644 index 0000000000..e8806f406a --- /dev/null +++ b/lib/l10n/cs_CZ.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Nelze zapisovat do adresáře \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "To lze obvykle vyřešit povolením zápisu webovému serveru do konfiguračního adresáře", + "See %s" : "Viz %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "To lze obvykle vyřešit %spovolením zápisu webovému serveru do konfiguračního adresáře%s.", + "Sample configuration detected" : "Byla detekována vzorová konfigurace", + "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" : "Pravděpodobně byla zkopírována konfigurační nastavení ze vzorových souborů. Toto není podporováno a může poškodit vaši instalaci. Nahlédněte prosím do dokumentace před prováděním změn v souboru config.php", + "Help" : "Nápověda", + "Personal" : "Osobní", + "Settings" : "Nastavení", + "Users" : "Uživatelé", + "Admin" : "Administrace", + "Recommended" : "Doporučené", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplikace \\\"%s\\\" nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud.", + "No app name specified" : "Nebyl zadan název aplikace", + "Unknown filetype" : "Neznámý typ souboru", + "Invalid image" : "Chybný obrázek", + "web services under your control" : "webové služby pod Vaší kontrolou", + "App directory already exists" : "Adresář aplikace již existuje", + "Can't create app folder. Please fix permissions. %s" : "Nelze vytvořit složku aplikace. Opravte práva souborů. %s", + "No source specified when installing app" : "Nebyl zadán zdroj při instalaci aplikace", + "No href specified when installing app from http" : "Nebyl zadán odkaz pro instalaci aplikace z HTTP", + "No path specified when installing app from local file" : "Nebyla zadána cesta pro instalaci aplikace z místního souboru", + "Archives of type %s are not supported" : "Archivy typu %s nejsou podporovány", + "Failed to open archive when installing app" : "Chyba při otevírání archivu během instalace aplikace", + "App does not provide an info.xml file" : "Aplikace neposkytuje soubor info.xml", + "App can't be installed because of not allowed code in the App" : "Aplikace nemůže být nainstalována, protože obsahuje nepovolený kód", + "App can't be installed because it is not compatible with this version of ownCloud" : "Aplikace nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Aplikace nemůže být nainstalována, protože obsahuje značku\n\n\ntrue\n\n\ncož není povoleno pro nedodávané aplikace", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Aplikace nemůže být nainstalována, protože verze uvedená v info.xml/version nesouhlasí s verzí oznámenou z úložiště aplikací.", + "Application is not enabled" : "Aplikace není povolena", + "Authentication error" : "Chyba ověření", + "Token expired. Please reload page." : "Token vypršel. Obnovte prosím stránku.", + "Unknown user" : "Neznámý uživatel", + "%s enter the database username." : "Zadejte uživatelské jméno %s databáze.", + "%s enter the database name." : "Zadejte název databáze pro %s databáze.", + "%s you may not use dots in the database name" : "V názvu databáze %s nesmíte používat tečky.", + "MS SQL username and/or password not valid: %s" : "Uživatelské jméno či heslo MSSQL není platné: %s", + "You need to enter either an existing account or the administrator." : "Musíte zadat existující účet či správce.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB uživatelské jméno a/nebo heslo je neplatné", + "DB Error: \"%s\"" : "Chyba databáze: \"%s\"", + "Offending command was: \"%s\"" : "Příslušný příkaz byl: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB uživatel '%s'@'localhost' již existuje.", + "Drop this user from MySQL/MariaDB" : "Smazat tohoto uživatele z MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB uživatel '%s'@'%%' již existuje", + "Drop this user from MySQL/MariaDB." : "Smazat tohoto uživatele z MySQL/MariaDB.", + "Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno", + "Oracle username and/or password not valid" : "Uživatelské jméno či heslo Oracle není platné", + "Offending command was: \"%s\", name: %s, password: %s" : "Příslušný příkaz byl: \"%s\", jméno: %s, heslo: %s", + "PostgreSQL username and/or password not valid" : "Uživatelské jméno či heslo PostgreSQL není platné", + "Set an admin username." : "Zadejte uživatelské jméno správce.", + "Set an admin password." : "Zadejte heslo správce.", + "Can't create or write into the data directory %s" : "Nelze vytvořit nebo zapisovat do datového adresáře %s", + "%s shared »%s« with you" : "%s s vámi sdílí »%s«", + "Sharing %s failed, because the file does not exist" : "Sdílení %s selhalo, protože soubor neexistuje", + "You are not allowed to share %s" : "Nemáte povoleno sdílet %s", + "Sharing %s failed, because the user %s is the item owner" : "Sdílení položky %s selhalo, protože uživatel %s je jejím vlastníkem", + "Sharing %s failed, because the user %s does not exist" : "Sdílení položky %s selhalo, protože uživatel %s neexistuje", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Sdílení položky %s selhalo, protože uživatel %s není členem žádné skupiny společné s uživatelem %s", + "Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s selhalo, protože položka již je s uživatelem %s sdílena", + "Sharing %s failed, because the group %s does not exist" : "Sdílení položky %s selhalo, protože skupina %s neexistuje", + "Sharing %s failed, because %s is not a member of the group %s" : "Sdílení položky %s selhalo, protože uživatel %s není členem skupiny %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Pro vytvoření veřejného odkazu je nutné zadat heslo, jsou povoleny pouze chráněné odkazy", + "Sharing %s failed, because sharing with links is not allowed" : "Sdílení položky %s selhalo, protože sdílení pomocí linků není povoleno", + "Share type %s is not valid for %s" : "Sdílení typu %s není korektní pro %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavení oprávnění pro %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla povolena pro %s", + "Setting permissions for %s failed, because the item was not found" : "Nastavení práv pro %s selhalo, protože položka nebyla nalezena", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nelze nastavit datum vypršení platnosti. Sdílení nemůže vypršet později než za %s po zveřejnění", + "Cannot set expiration date. Expiration date is in the past" : "Nelze nastavit datum vypršení platnosti. Datum vypršení je v minulosti", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Úložiště pro sdílení %s musí implementovat rozhraní OCP\\Share_Backend", + "Sharing backend %s not found" : "Úložiště sdílení %s nenalezeno", + "Sharing backend for %s not found" : "Úložiště sdílení pro %s nenalezeno", + "Sharing %s failed, because the user %s is the original sharer" : "Sdílení položky %s selhalo, protože byla sdílena uživatelem %s jako první", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Sdílení položky %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla %s povolena.", + "Sharing %s failed, because resharing is not allowed" : "Sdílení položky %s selhalo, protože znovu-sdílení není povoleno", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sdílení položky %s selhalo, protože úložiště sdílení %s nenalezla zdroj", + "Sharing %s failed, because the file could not be found in the file cache" : "Sdílení položky %s selhalo, protože soubor nebyl nalezen ve vyrovnávací paměti", + "Could not find category \"%s\"" : "Nelze nalézt kategorii \"%s\"", + "seconds ago" : "před pár sekundami", + "_%n minute ago_::_%n minutes ago_" : ["před %n minutou","před %n minutami","před %n minutami"], + "_%n hour ago_::_%n hours ago_" : ["před %n hodinou","před %n hodinami","před %n hodinami"], + "today" : "dnes", + "yesterday" : "včera", + "_%n day go_::_%n days ago_" : ["před %n dnem","před %n dny","před %n dny"], + "last month" : "minulý měsíc", + "_%n month ago_::_%n months ago_" : ["před %n měsícem","před %n měsíci","před %n měsíci"], + "last year" : "minulý rok", + "years ago" : "před lety", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Pouze následující znaky jsou povoleny v uživatelském jménu: \"a-z\", \"A-Z\", \"0-9\" a \"_.@-\"", + "A valid username must be provided" : "Musíte zadat platné uživatelské jméno", + "A valid password must be provided" : "Musíte zadat platné heslo", + "The username is already being used" : "Uživatelské jméno je již využíváno", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nejsou instalovány ovladače databází (sqlite, mysql nebo postresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Oprávnění lze obvykle napravit %spovolením zápisu webovému serveru do kořenového adresáře%s.", + "Cannot write into \"config\" directory" : "Nelze zapisovat do adresáře \"config\"", + "Cannot write into \"apps\" directory" : "Nelze zapisovat do adresáře \"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." : "To lze obvykle vyřešit %spovolením zápisu webovému serveru do adresáře apps%s nebo zakázáním appstore v konfiguračním souboru.", + "Cannot create \"data\" directory (%s)" : "Nelze vytvořit adresář \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "To lze obvykle vyřešit povolením zápisu webovému serveru do kořenového adresáře.", + "Setting locale to %s failed" : "Nastavení jazyka na %s selhalo", + "Please install one of these locales on your system and restart your webserver." : "Prosím nainstalujte alespoň jeden z těchto jazyků do svého systému a restartujte webový server.", + "Please ask your server administrator to install the module." : "Požádejte svého administrátora o instalaci tohoto modulu.", + "PHP module %s not installed." : "PHP modul %s není nainstalován.", + "PHP %s or higher is required." : "Je vyžadováno PHP %s nebo vyšší.", + "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." : "Požádejte svého administrátora o aktualizaci PHP na nejnovější verzi. Vaše verze PHP již není podporována komunitami ownCloud a PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Je zapnut PHP Safe Mode. Pro správnou funkčnost ownCloud je třeba toto vypnout.", + "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." : "PHP Safe Mode je zastaralé a většinou zbytečné nastavení, které je třeba vypnout. Požádejte prosím svého administrátora o zakázání v php.ini nebo v konfiguraci webového serveru.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Je povoleno nastavení Magic Quotes. Pro správnou funkčnost ownCloud je třeba toto vypnout.", + "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." : "Magic Quotes je zastaralé a většinou zbytečné nastavení, které je třeba vypnout. Požádejte prosím svého administrátora o zakázání v php.ini nebo v konfiguraci webového serveru.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP moduly jsou nainstalovány, ale stále se tváří jako chybějící?", + "Please ask your server administrator to restart the web server." : "Požádejte svého administrátora o restart webového serveru.", + "PostgreSQL >= 9 required" : "Je vyžadováno PostgreSQL >= 9", + "Please upgrade your database version" : "Aktualizujte prosím verzi své databáze", + "Error occurred while checking PostgreSQL version" : "Při zjišťování verze PostgreSQL došlo k chybě", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Ujistěte se, že máte PostgreSQL >= 9, a zkontrolujte logy pro více informací o chybě.", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Změňte prosím práva na 0770, aby adresář nemohl být otevřen ostatními uživateli.", + "Data directory (%s) is readable by other users" : "Datový adresář (%s) je čitelný i ostatními uživateli", + "Data directory (%s) is invalid" : "Datový adresář (%s) je neplatný", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Ověřte prosím, že kořenový adresář s daty obsahuje soubor \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Nelze získat zámek typu %d na \"%s\"." +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/lib/l10n/cs_CZ.php b/lib/l10n/cs_CZ.php deleted file mode 100644 index a8143d4e43..0000000000 --- a/lib/l10n/cs_CZ.php +++ /dev/null @@ -1,123 +0,0 @@ - "Nelze zapisovat do adresáře \"config\"!", -"This can usually be fixed by giving the webserver write access to the config directory" => "To lze obvykle vyřešit povolením zápisu webovému serveru do konfiguračního adresáře", -"See %s" => "Viz %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "To lze obvykle vyřešit %spovolením zápisu webovému serveru do konfiguračního adresáře%s.", -"Sample configuration detected" => "Byla detekována vzorová konfigurace", -"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" => "Pravděpodobně byla zkopírována konfigurační nastavení ze vzorových souborů. Toto není podporováno a může poškodit vaši instalaci. Nahlédněte prosím do dokumentace před prováděním změn v souboru config.php", -"Help" => "Nápověda", -"Personal" => "Osobní", -"Settings" => "Nastavení", -"Users" => "Uživatelé", -"Admin" => "Administrace", -"Recommended" => "Doporučené", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "Aplikace \\\"%s\\\" nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud.", -"No app name specified" => "Nebyl zadan název aplikace", -"Unknown filetype" => "Neznámý typ souboru", -"Invalid image" => "Chybný obrázek", -"web services under your control" => "webové služby pod Vaší kontrolou", -"App directory already exists" => "Adresář aplikace již existuje", -"Can't create app folder. Please fix permissions. %s" => "Nelze vytvořit složku aplikace. Opravte práva souborů. %s", -"No source specified when installing app" => "Nebyl zadán zdroj při instalaci aplikace", -"No href specified when installing app from http" => "Nebyl zadán odkaz pro instalaci aplikace z HTTP", -"No path specified when installing app from local file" => "Nebyla zadána cesta pro instalaci aplikace z místního souboru", -"Archives of type %s are not supported" => "Archivy typu %s nejsou podporovány", -"Failed to open archive when installing app" => "Chyba při otevírání archivu během instalace aplikace", -"App does not provide an info.xml file" => "Aplikace neposkytuje soubor info.xml", -"App can't be installed because of not allowed code in the App" => "Aplikace nemůže být nainstalována, protože obsahuje nepovolený kód", -"App can't be installed because it is not compatible with this version of ownCloud" => "Aplikace nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Aplikace nemůže být nainstalována, protože obsahuje značku\n\n\ntrue\n\n\ncož není povoleno pro nedodávané aplikace", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Aplikace nemůže být nainstalována, protože verze uvedená v info.xml/version nesouhlasí s verzí oznámenou z úložiště aplikací.", -"Application is not enabled" => "Aplikace není povolena", -"Authentication error" => "Chyba ověření", -"Token expired. Please reload page." => "Token vypršel. Obnovte prosím stránku.", -"Unknown user" => "Neznámý uživatel", -"%s enter the database username." => "Zadejte uživatelské jméno %s databáze.", -"%s enter the database name." => "Zadejte název databáze pro %s databáze.", -"%s you may not use dots in the database name" => "V názvu databáze %s nesmíte používat tečky.", -"MS SQL username and/or password not valid: %s" => "Uživatelské jméno či heslo MSSQL není platné: %s", -"You need to enter either an existing account or the administrator." => "Musíte zadat existující účet či správce.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB uživatelské jméno a/nebo heslo je neplatné", -"DB Error: \"%s\"" => "Chyba databáze: \"%s\"", -"Offending command was: \"%s\"" => "Příslušný příkaz byl: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB uživatel '%s'@'localhost' již existuje.", -"Drop this user from MySQL/MariaDB" => "Smazat tohoto uživatele z MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB uživatel '%s'@'%%' již existuje", -"Drop this user from MySQL/MariaDB." => "Smazat tohoto uživatele z MySQL/MariaDB.", -"Oracle connection could not be established" => "Spojení s Oracle nemohlo být navázáno", -"Oracle username and/or password not valid" => "Uživatelské jméno či heslo Oracle není platné", -"Offending command was: \"%s\", name: %s, password: %s" => "Příslušný příkaz byl: \"%s\", jméno: %s, heslo: %s", -"PostgreSQL username and/or password not valid" => "Uživatelské jméno či heslo PostgreSQL není platné", -"Set an admin username." => "Zadejte uživatelské jméno správce.", -"Set an admin password." => "Zadejte heslo správce.", -"Can't create or write into the data directory %s" => "Nelze vytvořit nebo zapisovat do datového adresáře %s", -"%s shared »%s« with you" => "%s s vámi sdílí »%s«", -"Sharing %s failed, because the file does not exist" => "Sdílení %s selhalo, protože soubor neexistuje", -"You are not allowed to share %s" => "Nemáte povoleno sdílet %s", -"Sharing %s failed, because the user %s is the item owner" => "Sdílení položky %s selhalo, protože uživatel %s je jejím vlastníkem", -"Sharing %s failed, because the user %s does not exist" => "Sdílení položky %s selhalo, protože uživatel %s neexistuje", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Sdílení položky %s selhalo, protože uživatel %s není členem žádné skupiny společné s uživatelem %s", -"Sharing %s failed, because this item is already shared with %s" => "Sdílení položky %s selhalo, protože položka již je s uživatelem %s sdílena", -"Sharing %s failed, because the group %s does not exist" => "Sdílení položky %s selhalo, protože skupina %s neexistuje", -"Sharing %s failed, because %s is not a member of the group %s" => "Sdílení položky %s selhalo, protože uživatel %s není členem skupiny %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Pro vytvoření veřejného odkazu je nutné zadat heslo, jsou povoleny pouze chráněné odkazy", -"Sharing %s failed, because sharing with links is not allowed" => "Sdílení položky %s selhalo, protože sdílení pomocí linků není povoleno", -"Share type %s is not valid for %s" => "Sdílení typu %s není korektní pro %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Nastavení oprávnění pro %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla povolena pro %s", -"Setting permissions for %s failed, because the item was not found" => "Nastavení práv pro %s selhalo, protože položka nebyla nalezena", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Nelze nastavit datum vypršení platnosti. Sdílení nemůže vypršet později než za %s po zveřejnění", -"Cannot set expiration date. Expiration date is in the past" => "Nelze nastavit datum vypršení platnosti. Datum vypršení je v minulosti", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Úložiště pro sdílení %s musí implementovat rozhraní OCP\\Share_Backend", -"Sharing backend %s not found" => "Úložiště sdílení %s nenalezeno", -"Sharing backend for %s not found" => "Úložiště sdílení pro %s nenalezeno", -"Sharing %s failed, because the user %s is the original sharer" => "Sdílení položky %s selhalo, protože byla sdílena uživatelem %s jako první", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Sdílení položky %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla %s povolena.", -"Sharing %s failed, because resharing is not allowed" => "Sdílení položky %s selhalo, protože znovu-sdílení není povoleno", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Sdílení položky %s selhalo, protože úložiště sdílení %s nenalezla zdroj", -"Sharing %s failed, because the file could not be found in the file cache" => "Sdílení položky %s selhalo, protože soubor nebyl nalezen ve vyrovnávací paměti", -"Could not find category \"%s\"" => "Nelze nalézt kategorii \"%s\"", -"seconds ago" => "před pár sekundami", -"_%n minute ago_::_%n minutes ago_" => array("před %n minutou","před %n minutami","před %n minutami"), -"_%n hour ago_::_%n hours ago_" => array("před %n hodinou","před %n hodinami","před %n hodinami"), -"today" => "dnes", -"yesterday" => "včera", -"_%n day go_::_%n days ago_" => array("před %n dnem","před %n dny","před %n dny"), -"last month" => "minulý měsíc", -"_%n month ago_::_%n months ago_" => array("před %n měsícem","před %n měsíci","před %n měsíci"), -"last year" => "minulý rok", -"years ago" => "před lety", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Pouze následující znaky jsou povoleny v uživatelském jménu: \"a-z\", \"A-Z\", \"0-9\" a \"_.@-\"", -"A valid username must be provided" => "Musíte zadat platné uživatelské jméno", -"A valid password must be provided" => "Musíte zadat platné heslo", -"The username is already being used" => "Uživatelské jméno je již využíváno", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Nejsou instalovány ovladače databází (sqlite, mysql nebo postresql).", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Oprávnění lze obvykle napravit %spovolením zápisu webovému serveru do kořenového adresáře%s.", -"Cannot write into \"config\" directory" => "Nelze zapisovat do adresáře \"config\"", -"Cannot write into \"apps\" directory" => "Nelze zapisovat do adresáře \"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." => "To lze obvykle vyřešit %spovolením zápisu webovému serveru do adresáře apps%s nebo zakázáním appstore v konfiguračním souboru.", -"Cannot create \"data\" directory (%s)" => "Nelze vytvořit adresář \"data\" (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "To lze obvykle vyřešit povolením zápisu webovému serveru do kořenového adresáře.", -"Setting locale to %s failed" => "Nastavení jazyka na %s selhalo", -"Please install one of these locales on your system and restart your webserver." => "Prosím nainstalujte alespoň jeden z těchto jazyků do svého systému a restartujte webový server.", -"Please ask your server administrator to install the module." => "Požádejte svého administrátora o instalaci tohoto modulu.", -"PHP module %s not installed." => "PHP modul %s není nainstalován.", -"PHP %s or higher is required." => "Je vyžadováno PHP %s nebo vyšší.", -"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." => "Požádejte svého administrátora o aktualizaci PHP na nejnovější verzi. Vaše verze PHP již není podporována komunitami ownCloud a PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "Je zapnut PHP Safe Mode. Pro správnou funkčnost ownCloud je třeba toto vypnout.", -"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." => "PHP Safe Mode je zastaralé a většinou zbytečné nastavení, které je třeba vypnout. Požádejte prosím svého administrátora o zakázání v php.ini nebo v konfiguraci webového serveru.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Je povoleno nastavení Magic Quotes. Pro správnou funkčnost ownCloud je třeba toto vypnout.", -"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." => "Magic Quotes je zastaralé a většinou zbytečné nastavení, které je třeba vypnout. Požádejte prosím svého administrátora o zakázání v php.ini nebo v konfiguraci webového serveru.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP moduly jsou nainstalovány, ale stále se tváří jako chybějící?", -"Please ask your server administrator to restart the web server." => "Požádejte svého administrátora o restart webového serveru.", -"PostgreSQL >= 9 required" => "Je vyžadováno PostgreSQL >= 9", -"Please upgrade your database version" => "Aktualizujte prosím verzi své databáze", -"Error occurred while checking PostgreSQL version" => "Při zjišťování verze PostgreSQL došlo k chybě", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Ujistěte se, že máte PostgreSQL >= 9, a zkontrolujte logy pro více informací o chybě.", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Změňte prosím práva na 0770, aby adresář nemohl být otevřen ostatními uživateli.", -"Data directory (%s) is readable by other users" => "Datový adresář (%s) je čitelný i ostatními uživateli", -"Data directory (%s) is invalid" => "Datový adresář (%s) je neplatný", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Ověřte prosím, že kořenový adresář s daty obsahuje soubor \".ocdata\".", -"Could not obtain lock type %d on \"%s\"." => "Nelze získat zámek typu %d na \"%s\"." -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/lib/l10n/cy_GB.js b/lib/l10n/cy_GB.js new file mode 100644 index 0000000000..1e9cae3d48 --- /dev/null +++ b/lib/l10n/cy_GB.js @@ -0,0 +1,37 @@ +OC.L10N.register( + "lib", + { + "Help" : "Cymorth", + "Personal" : "Personol", + "Settings" : "Gosodiadau", + "Users" : "Defnyddwyr", + "Admin" : "Gweinyddu", + "web services under your control" : "gwasanaethau gwe a reolir gennych", + "Application is not enabled" : "Nid yw'r pecyn wedi'i alluogi", + "Authentication error" : "Gwall dilysu", + "Token expired. Please reload page." : "Tocyn wedi dod i ben. Ail-lwythwch y dudalen.", + "%s enter the database username." : "%s rhowch enw defnyddiwr y gronfa ddata.", + "%s enter the database name." : "%s rhowch enw'r gronfa ddata.", + "%s you may not use dots in the database name" : "%s does dim hawl defnyddio dot yn enw'r gronfa ddata", + "MS SQL username and/or password not valid: %s" : "Enw a/neu gyfrinair MS SQL annilys: %s", + "You need to enter either an existing account or the administrator." : "Rhaid i chi naill ai gyflwyno cyfrif presennol neu'r gweinyddwr.", + "DB Error: \"%s\"" : "Gwall DB: \"%s\"", + "Offending command was: \"%s\"" : "Y gorchymyn wnaeth beri tramgwydd oedd: \"%s\"", + "Oracle username and/or password not valid" : "Enw a/neu gyfrinair Oracle annilys", + "Offending command was: \"%s\", name: %s, password: %s" : "Y gorchymyn wnaeth beri tramgwydd oedd: \"%s\", enw: %s, cyfrinair: %s", + "PostgreSQL username and/or password not valid" : "Enw a/neu gyfrinair PostgreSQL annilys", + "Set an admin username." : "Creu enw defnyddiwr i'r gweinyddwr.", + "Set an admin password." : "Gosod cyfrinair y gweinyddwr.", + "Could not find category \"%s\"" : "Methu canfod categori \"%s\"", + "seconds ago" : "eiliad yn ôl", + "_%n minute ago_::_%n minutes ago_" : ["","","",""], + "_%n hour ago_::_%n hours ago_" : ["","","",""], + "today" : "heddiw", + "yesterday" : "ddoe", + "_%n day go_::_%n days ago_" : ["","","",""], + "last month" : "mis diwethaf", + "_%n month ago_::_%n months ago_" : ["","","",""], + "last year" : "y llynedd", + "years ago" : "blwyddyn yn ôl" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/lib/l10n/cy_GB.json b/lib/l10n/cy_GB.json new file mode 100644 index 0000000000..c60d5ea976 --- /dev/null +++ b/lib/l10n/cy_GB.json @@ -0,0 +1,35 @@ +{ "translations": { + "Help" : "Cymorth", + "Personal" : "Personol", + "Settings" : "Gosodiadau", + "Users" : "Defnyddwyr", + "Admin" : "Gweinyddu", + "web services under your control" : "gwasanaethau gwe a reolir gennych", + "Application is not enabled" : "Nid yw'r pecyn wedi'i alluogi", + "Authentication error" : "Gwall dilysu", + "Token expired. Please reload page." : "Tocyn wedi dod i ben. Ail-lwythwch y dudalen.", + "%s enter the database username." : "%s rhowch enw defnyddiwr y gronfa ddata.", + "%s enter the database name." : "%s rhowch enw'r gronfa ddata.", + "%s you may not use dots in the database name" : "%s does dim hawl defnyddio dot yn enw'r gronfa ddata", + "MS SQL username and/or password not valid: %s" : "Enw a/neu gyfrinair MS SQL annilys: %s", + "You need to enter either an existing account or the administrator." : "Rhaid i chi naill ai gyflwyno cyfrif presennol neu'r gweinyddwr.", + "DB Error: \"%s\"" : "Gwall DB: \"%s\"", + "Offending command was: \"%s\"" : "Y gorchymyn wnaeth beri tramgwydd oedd: \"%s\"", + "Oracle username and/or password not valid" : "Enw a/neu gyfrinair Oracle annilys", + "Offending command was: \"%s\", name: %s, password: %s" : "Y gorchymyn wnaeth beri tramgwydd oedd: \"%s\", enw: %s, cyfrinair: %s", + "PostgreSQL username and/or password not valid" : "Enw a/neu gyfrinair PostgreSQL annilys", + "Set an admin username." : "Creu enw defnyddiwr i'r gweinyddwr.", + "Set an admin password." : "Gosod cyfrinair y gweinyddwr.", + "Could not find category \"%s\"" : "Methu canfod categori \"%s\"", + "seconds ago" : "eiliad yn ôl", + "_%n minute ago_::_%n minutes ago_" : ["","","",""], + "_%n hour ago_::_%n hours ago_" : ["","","",""], + "today" : "heddiw", + "yesterday" : "ddoe", + "_%n day go_::_%n days ago_" : ["","","",""], + "last month" : "mis diwethaf", + "_%n month ago_::_%n months ago_" : ["","","",""], + "last year" : "y llynedd", + "years ago" : "blwyddyn yn ôl" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/lib/l10n/cy_GB.php b/lib/l10n/cy_GB.php deleted file mode 100644 index 8e0af7f2cf..0000000000 --- a/lib/l10n/cy_GB.php +++ /dev/null @@ -1,36 +0,0 @@ - "Cymorth", -"Personal" => "Personol", -"Settings" => "Gosodiadau", -"Users" => "Defnyddwyr", -"Admin" => "Gweinyddu", -"web services under your control" => "gwasanaethau gwe a reolir gennych", -"Application is not enabled" => "Nid yw'r pecyn wedi'i alluogi", -"Authentication error" => "Gwall dilysu", -"Token expired. Please reload page." => "Tocyn wedi dod i ben. Ail-lwythwch y dudalen.", -"%s enter the database username." => "%s rhowch enw defnyddiwr y gronfa ddata.", -"%s enter the database name." => "%s rhowch enw'r gronfa ddata.", -"%s you may not use dots in the database name" => "%s does dim hawl defnyddio dot yn enw'r gronfa ddata", -"MS SQL username and/or password not valid: %s" => "Enw a/neu gyfrinair MS SQL annilys: %s", -"You need to enter either an existing account or the administrator." => "Rhaid i chi naill ai gyflwyno cyfrif presennol neu'r gweinyddwr.", -"DB Error: \"%s\"" => "Gwall DB: \"%s\"", -"Offending command was: \"%s\"" => "Y gorchymyn wnaeth beri tramgwydd oedd: \"%s\"", -"Oracle username and/or password not valid" => "Enw a/neu gyfrinair Oracle annilys", -"Offending command was: \"%s\", name: %s, password: %s" => "Y gorchymyn wnaeth beri tramgwydd oedd: \"%s\", enw: %s, cyfrinair: %s", -"PostgreSQL username and/or password not valid" => "Enw a/neu gyfrinair PostgreSQL annilys", -"Set an admin username." => "Creu enw defnyddiwr i'r gweinyddwr.", -"Set an admin password." => "Gosod cyfrinair y gweinyddwr.", -"Could not find category \"%s\"" => "Methu canfod categori \"%s\"", -"seconds ago" => "eiliad yn ôl", -"_%n minute ago_::_%n minutes ago_" => array("","","",""), -"_%n hour ago_::_%n hours ago_" => array("","","",""), -"today" => "heddiw", -"yesterday" => "ddoe", -"_%n day go_::_%n days ago_" => array("","","",""), -"last month" => "mis diwethaf", -"_%n month ago_::_%n months ago_" => array("","","",""), -"last year" => "y llynedd", -"years ago" => "blwyddyn yn ôl" -); -$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/lib/l10n/da.js b/lib/l10n/da.js new file mode 100644 index 0000000000..6c49ba9b03 --- /dev/null +++ b/lib/l10n/da.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Kan ikke skrive til mappen \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Dette kan normalvis ordnes ved at give webserveren skrive adgang til config mappen", + "See %s" : "Se %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dette kan som regel rettes ved at %sgive webserveren skriveadgang til config-mappen%s.", + "Sample configuration detected" : "Eksempel for konfiguration registreret", + "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" : "Der er registreret at eksempel for konfiguration er blevet kopieret. Dette kan ødelægge din installation og understøttes ikke. Læs venligst dokumentationen før der foretages ændringer i config.php", + "Help" : "Hjælp", + "Personal" : "Personligt", + "Settings" : "Indstillinger", + "Users" : "Brugere", + "Admin" : "Admin", + "Recommended" : "Anbefalet", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App'en \\\"%s\\\" kan ikke installeres, da den ikke er kompatible med denne version af ownCloud.", + "No app name specified" : "Intet app-navn angivet", + "Unknown filetype" : "Ukendt filtype", + "Invalid image" : "Ugyldigt billede", + "web services under your control" : "Webtjenester under din kontrol", + "App directory already exists" : "App-mappe findes allerede", + "Can't create app folder. Please fix permissions. %s" : "Kan ikke oprette app-mappe. Ret tilladelser. %s", + "No source specified when installing app" : "Ingen kilde angivet under installation af app", + "No href specified when installing app from http" : "Ingen href angivet under installation af app via http", + "No path specified when installing app from local file" : "Ingen sti angivet under installation af app fra lokal fil", + "Archives of type %s are not supported" : "Arkiver af type %s understøttes ikke", + "Failed to open archive when installing app" : "Kunne ikke åbne arkiv under installation af appen", + "App does not provide an info.xml file" : "Der følger ingen info.xml-fil med appen", + "App can't be installed because of not allowed code in the App" : "Appen kan ikke installeres, da den indeholder ikke-tilladt kode", + "App can't be installed because it is not compatible with this version of ownCloud" : "Appen kan ikke installeres, da den ikke er kompatibel med denne version af ownCloud.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Appen kan ikke installeres, da den indeholder taget\n\n\ntrue\n\n\nhvilket ikke er tilladt for ikke-medfølgende apps", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "App kan ikke installeres, da versionen i info.xml/version ikke er den samme som versionen rapporteret fra app-storen", + "Application is not enabled" : "Programmet er ikke aktiveret", + "Authentication error" : "Adgangsfejl", + "Token expired. Please reload page." : "Adgang er udløbet. Genindlæs siden.", + "Unknown user" : "Ukendt bruger", + "%s enter the database username." : "%s indtast database brugernavnet.", + "%s enter the database name." : "%s indtast database navnet.", + "%s you may not use dots in the database name" : "%s du må ikke bruge punktummer i databasenavnet.", + "MS SQL username and/or password not valid: %s" : "MS SQL brugernavn og/eller adgangskode ikke er gyldigt: %s", + "You need to enter either an existing account or the administrator." : "Du bliver nødt til at indtaste en eksisterende bruger eller en administrator.", + "MySQL/MariaDB username and/or password not valid" : "Ugyldigt MySQL/MariaDB brugernavn og/eller kodeord ", + "DB Error: \"%s\"" : "Databasefejl: \"%s\"", + "Offending command was: \"%s\"" : "Fejlende kommando var: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB bruger '%s'@'localhost' eksistere allerede.", + "Drop this user from MySQL/MariaDB" : "Slet denne bruger fra MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB bruger '%s'@'%%' eksistere allerede", + "Drop this user from MySQL/MariaDB." : "Drop denne bruger fra MySQL/MariaDB.", + "Oracle connection could not be established" : "Oracle forbindelsen kunne ikke etableres", + "Oracle username and/or password not valid" : "Oracle brugernavn og/eller kodeord er ikke gyldigt.", + "Offending command was: \"%s\", name: %s, password: %s" : "Fejlende kommando var: \"%s\", navn: %s, password: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL brugernavn og/eller kodeord er ikke gyldigt.", + "Set an admin username." : "Angiv et admin brugernavn.", + "Set an admin password." : "Angiv et admin kodeord.", + "Can't create or write into the data directory %s" : "Kan ikke oprette eller skrive ind i datamappen %s", + "%s shared »%s« with you" : "%s delte »%s« med sig", + "Sharing %s failed, because the file does not exist" : "Deling af %s mislykkedes, fordi filen ikke eksisterer", + "You are not allowed to share %s" : "Du har ikke tilladelse til at dele %s", + "Sharing %s failed, because the user %s is the item owner" : "Der skete en fejl ved deling af %s, brugeren %s er ejer af objektet", + "Sharing %s failed, because the user %s does not exist" : "Der skete en fejl ved deling af %s, brugeren %s eksistere ikke", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Der skete en fejl ved deling af %s, brugeren %s er ikke medlem af nogle grupper som %s er medlem af", + "Sharing %s failed, because this item is already shared with %s" : "Der skete en fejl ved deling af %s, objektet er allerede delt med %s", + "Sharing %s failed, because the group %s does not exist" : "Der skete en fejl ved deling af %s, gruppen %s eksistere ikke", + "Sharing %s failed, because %s is not a member of the group %s" : "Der skete en fejl ved deling af %s, fordi %s ikke er medlem af gruppen %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Du skal angive et kodeord for at oprette et offentligt link - kun beskyttede links er tilladt", + "Sharing %s failed, because sharing with links is not allowed" : "Der skete en fejl ved deling af %s, det er ikke tilladt at dele links", + "Share type %s is not valid for %s" : "Delingstypen %s er ikke gyldig for %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Angivelse af tilladelser for %s mislykkedes, fordi tilladelserne overskred de som var tildelt %s", + "Setting permissions for %s failed, because the item was not found" : "Angivelse af tilladelser for %s mislykkedes, fordi artiklen ikke blev fundet", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Kan ikke angive udløbsdato. Delinger kan ikke udløbe senere end %s efter at de er blevet delt", + "Cannot set expiration date. Expiration date is in the past" : "Kan ikke angive udløbsdato. Udløbsdato er allerede passeret", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Delingsbackend'en %s skal implementere grænsefladen OCP\\Share_Backend", + "Sharing backend %s not found" : "Delingsbackend'en %s blev ikke fundet", + "Sharing backend for %s not found" : "Delingsbackend'en for %s blev ikke fundet", + "Sharing %s failed, because the user %s is the original sharer" : "Deling af %s mislykkedes, fordi brugeren %s er den som delte oprindeligt", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Deling af %s mislykkedes, fordi tilladelserne overskred de tillaldelser som %s var tildelt", + "Sharing %s failed, because resharing is not allowed" : "Deling af %s mislykkedes, fordi videredeling ikke er tilladt", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling af %s mislykkedes, fordi back-enden ikke kunne finde kilden til %s", + "Sharing %s failed, because the file could not be found in the file cache" : "Deling af %s mislykkedes, fordi filen ikke kunne findes i fil-cachen", + "Could not find category \"%s\"" : "Kunne ikke finde kategorien \"%s\"", + "seconds ago" : "sekunder siden", + "_%n minute ago_::_%n minutes ago_" : ["%n minut siden","%n minutter siden"], + "_%n hour ago_::_%n hours ago_" : ["%n time siden","%n timer siden"], + "today" : "i dag", + "yesterday" : "i går", + "_%n day go_::_%n days ago_" : ["%n dag siden","%n dage siden"], + "last month" : "sidste måned", + "_%n month ago_::_%n months ago_" : ["%n måned siden","%n måneder siden"], + "last year" : "sidste år", + "years ago" : "år siden", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Det er kun tilladt at benytte følgene karakterer i et brugernavn \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Et gyldigt brugernavn skal angives", + "A valid password must be provided" : "En gyldig adgangskode skal angives", + "The username is already being used" : "Brugernavnet er allerede i brug", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Ingen database driver (sqlite, mysql eller postgresql) er installeret.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Rettigheder kan som regel rettes ved %sat give webserveren skriveadgang til rodmappen%s.", + "Cannot write into \"config\" directory" : "Kan ikke skrive til mappen \"config\"", + "Cannot write into \"apps\" directory" : "Kan ikke skrive til mappen \"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." : "Dette kan som regel rettes ved at %sgive webserveren skriveadgang til apps-mappen%s eller slå appstore fra i config-filen.", + "Cannot create \"data\" directory (%s)" : "Kan ikke oprette mappen \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Dette kan som regel rettes ved give webserveren skriveadgang til rodmappen.", + "Setting locale to %s failed" : "Angivelse af %s for lokalitet mislykkedes", + "Please install one of these locales on your system and restart your webserver." : "Installér venligst én af disse lokaliteter på dit system, og genstart din webserver.", + "Please ask your server administrator to install the module." : "Du bedes anmode din serveradministrator om at installere modulet.", + "PHP module %s not installed." : "PHP-modulet %s er ikke installeret.", + "PHP %s or higher is required." : "Der kræves PHP %s eller nyere.", + "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." : "Bed venligst din serveradministrator om at opdatere PHP til seneste version. Din PHP-version understøttes ikke længere af ownCload og PHP-fællesskabet.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode er slået til. ownCload kræver at denne er slået fra, for at fungere ordentligt.", + "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." : "PHP Safe Mode er udgået og stort set en ubrugelig indstilling, der bør slås fra. Spørg venligst din serveradministrator om at slå den fra i php.ini eller din webeserver-konfiguration.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes er slået til. ownCloud kræver at denne er slået fra, for at fungere ordentligt.", + "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." : "Magic Quotes er udgået og stort set en ubrugelig indstilling, der bør slås fra. Spørg venligst din serveradministrator om at slå den fra i php.ini eller din webeserver-konfiguration.", + "PHP modules have been installed, but they are still listed as missing?" : "Der er installeret PHP-moduler, men de fremgår stadig som fraværende?", + "Please ask your server administrator to restart the web server." : "Du bedes anmode din serveradministrator om at genstarte webserveren.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 kræves", + "Please upgrade your database version" : "Opgradér venligst din databaseversion", + "Error occurred while checking PostgreSQL version" : "Der opstod fejl under tjek af PostgreSQL-versionen", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Sørg venligst for at du har PostgreSQL >= 9 eller tjek loggen for flere informationer om fejlen", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Tilpas venligst rettigheder til 0770, så mappen ikke fremvises for andre brugere.", + "Data directory (%s) is readable by other users" : "Datamappen (%s) kan læses af andre brugere", + "Data directory (%s) is invalid" : "Datamappen (%s) er ugyldig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Tjek venligst at datamappen indeholder en fil, \".ocdata\" i dens rod.", + "Could not obtain lock type %d on \"%s\"." : "Kunne ikke opnå en låsetype %d på \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/da.json b/lib/l10n/da.json new file mode 100644 index 0000000000..fe2858f182 --- /dev/null +++ b/lib/l10n/da.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Kan ikke skrive til mappen \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Dette kan normalvis ordnes ved at give webserveren skrive adgang til config mappen", + "See %s" : "Se %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dette kan som regel rettes ved at %sgive webserveren skriveadgang til config-mappen%s.", + "Sample configuration detected" : "Eksempel for konfiguration registreret", + "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" : "Der er registreret at eksempel for konfiguration er blevet kopieret. Dette kan ødelægge din installation og understøttes ikke. Læs venligst dokumentationen før der foretages ændringer i config.php", + "Help" : "Hjælp", + "Personal" : "Personligt", + "Settings" : "Indstillinger", + "Users" : "Brugere", + "Admin" : "Admin", + "Recommended" : "Anbefalet", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App'en \\\"%s\\\" kan ikke installeres, da den ikke er kompatible med denne version af ownCloud.", + "No app name specified" : "Intet app-navn angivet", + "Unknown filetype" : "Ukendt filtype", + "Invalid image" : "Ugyldigt billede", + "web services under your control" : "Webtjenester under din kontrol", + "App directory already exists" : "App-mappe findes allerede", + "Can't create app folder. Please fix permissions. %s" : "Kan ikke oprette app-mappe. Ret tilladelser. %s", + "No source specified when installing app" : "Ingen kilde angivet under installation af app", + "No href specified when installing app from http" : "Ingen href angivet under installation af app via http", + "No path specified when installing app from local file" : "Ingen sti angivet under installation af app fra lokal fil", + "Archives of type %s are not supported" : "Arkiver af type %s understøttes ikke", + "Failed to open archive when installing app" : "Kunne ikke åbne arkiv under installation af appen", + "App does not provide an info.xml file" : "Der følger ingen info.xml-fil med appen", + "App can't be installed because of not allowed code in the App" : "Appen kan ikke installeres, da den indeholder ikke-tilladt kode", + "App can't be installed because it is not compatible with this version of ownCloud" : "Appen kan ikke installeres, da den ikke er kompatibel med denne version af ownCloud.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Appen kan ikke installeres, da den indeholder taget\n\n\ntrue\n\n\nhvilket ikke er tilladt for ikke-medfølgende apps", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "App kan ikke installeres, da versionen i info.xml/version ikke er den samme som versionen rapporteret fra app-storen", + "Application is not enabled" : "Programmet er ikke aktiveret", + "Authentication error" : "Adgangsfejl", + "Token expired. Please reload page." : "Adgang er udløbet. Genindlæs siden.", + "Unknown user" : "Ukendt bruger", + "%s enter the database username." : "%s indtast database brugernavnet.", + "%s enter the database name." : "%s indtast database navnet.", + "%s you may not use dots in the database name" : "%s du må ikke bruge punktummer i databasenavnet.", + "MS SQL username and/or password not valid: %s" : "MS SQL brugernavn og/eller adgangskode ikke er gyldigt: %s", + "You need to enter either an existing account or the administrator." : "Du bliver nødt til at indtaste en eksisterende bruger eller en administrator.", + "MySQL/MariaDB username and/or password not valid" : "Ugyldigt MySQL/MariaDB brugernavn og/eller kodeord ", + "DB Error: \"%s\"" : "Databasefejl: \"%s\"", + "Offending command was: \"%s\"" : "Fejlende kommando var: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB bruger '%s'@'localhost' eksistere allerede.", + "Drop this user from MySQL/MariaDB" : "Slet denne bruger fra MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB bruger '%s'@'%%' eksistere allerede", + "Drop this user from MySQL/MariaDB." : "Drop denne bruger fra MySQL/MariaDB.", + "Oracle connection could not be established" : "Oracle forbindelsen kunne ikke etableres", + "Oracle username and/or password not valid" : "Oracle brugernavn og/eller kodeord er ikke gyldigt.", + "Offending command was: \"%s\", name: %s, password: %s" : "Fejlende kommando var: \"%s\", navn: %s, password: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL brugernavn og/eller kodeord er ikke gyldigt.", + "Set an admin username." : "Angiv et admin brugernavn.", + "Set an admin password." : "Angiv et admin kodeord.", + "Can't create or write into the data directory %s" : "Kan ikke oprette eller skrive ind i datamappen %s", + "%s shared »%s« with you" : "%s delte »%s« med sig", + "Sharing %s failed, because the file does not exist" : "Deling af %s mislykkedes, fordi filen ikke eksisterer", + "You are not allowed to share %s" : "Du har ikke tilladelse til at dele %s", + "Sharing %s failed, because the user %s is the item owner" : "Der skete en fejl ved deling af %s, brugeren %s er ejer af objektet", + "Sharing %s failed, because the user %s does not exist" : "Der skete en fejl ved deling af %s, brugeren %s eksistere ikke", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Der skete en fejl ved deling af %s, brugeren %s er ikke medlem af nogle grupper som %s er medlem af", + "Sharing %s failed, because this item is already shared with %s" : "Der skete en fejl ved deling af %s, objektet er allerede delt med %s", + "Sharing %s failed, because the group %s does not exist" : "Der skete en fejl ved deling af %s, gruppen %s eksistere ikke", + "Sharing %s failed, because %s is not a member of the group %s" : "Der skete en fejl ved deling af %s, fordi %s ikke er medlem af gruppen %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Du skal angive et kodeord for at oprette et offentligt link - kun beskyttede links er tilladt", + "Sharing %s failed, because sharing with links is not allowed" : "Der skete en fejl ved deling af %s, det er ikke tilladt at dele links", + "Share type %s is not valid for %s" : "Delingstypen %s er ikke gyldig for %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Angivelse af tilladelser for %s mislykkedes, fordi tilladelserne overskred de som var tildelt %s", + "Setting permissions for %s failed, because the item was not found" : "Angivelse af tilladelser for %s mislykkedes, fordi artiklen ikke blev fundet", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Kan ikke angive udløbsdato. Delinger kan ikke udløbe senere end %s efter at de er blevet delt", + "Cannot set expiration date. Expiration date is in the past" : "Kan ikke angive udløbsdato. Udløbsdato er allerede passeret", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Delingsbackend'en %s skal implementere grænsefladen OCP\\Share_Backend", + "Sharing backend %s not found" : "Delingsbackend'en %s blev ikke fundet", + "Sharing backend for %s not found" : "Delingsbackend'en for %s blev ikke fundet", + "Sharing %s failed, because the user %s is the original sharer" : "Deling af %s mislykkedes, fordi brugeren %s er den som delte oprindeligt", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Deling af %s mislykkedes, fordi tilladelserne overskred de tillaldelser som %s var tildelt", + "Sharing %s failed, because resharing is not allowed" : "Deling af %s mislykkedes, fordi videredeling ikke er tilladt", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling af %s mislykkedes, fordi back-enden ikke kunne finde kilden til %s", + "Sharing %s failed, because the file could not be found in the file cache" : "Deling af %s mislykkedes, fordi filen ikke kunne findes i fil-cachen", + "Could not find category \"%s\"" : "Kunne ikke finde kategorien \"%s\"", + "seconds ago" : "sekunder siden", + "_%n minute ago_::_%n minutes ago_" : ["%n minut siden","%n minutter siden"], + "_%n hour ago_::_%n hours ago_" : ["%n time siden","%n timer siden"], + "today" : "i dag", + "yesterday" : "i går", + "_%n day go_::_%n days ago_" : ["%n dag siden","%n dage siden"], + "last month" : "sidste måned", + "_%n month ago_::_%n months ago_" : ["%n måned siden","%n måneder siden"], + "last year" : "sidste år", + "years ago" : "år siden", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Det er kun tilladt at benytte følgene karakterer i et brugernavn \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Et gyldigt brugernavn skal angives", + "A valid password must be provided" : "En gyldig adgangskode skal angives", + "The username is already being used" : "Brugernavnet er allerede i brug", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Ingen database driver (sqlite, mysql eller postgresql) er installeret.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Rettigheder kan som regel rettes ved %sat give webserveren skriveadgang til rodmappen%s.", + "Cannot write into \"config\" directory" : "Kan ikke skrive til mappen \"config\"", + "Cannot write into \"apps\" directory" : "Kan ikke skrive til mappen \"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." : "Dette kan som regel rettes ved at %sgive webserveren skriveadgang til apps-mappen%s eller slå appstore fra i config-filen.", + "Cannot create \"data\" directory (%s)" : "Kan ikke oprette mappen \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Dette kan som regel rettes ved give webserveren skriveadgang til rodmappen.", + "Setting locale to %s failed" : "Angivelse af %s for lokalitet mislykkedes", + "Please install one of these locales on your system and restart your webserver." : "Installér venligst én af disse lokaliteter på dit system, og genstart din webserver.", + "Please ask your server administrator to install the module." : "Du bedes anmode din serveradministrator om at installere modulet.", + "PHP module %s not installed." : "PHP-modulet %s er ikke installeret.", + "PHP %s or higher is required." : "Der kræves PHP %s eller nyere.", + "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." : "Bed venligst din serveradministrator om at opdatere PHP til seneste version. Din PHP-version understøttes ikke længere af ownCload og PHP-fællesskabet.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode er slået til. ownCload kræver at denne er slået fra, for at fungere ordentligt.", + "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." : "PHP Safe Mode er udgået og stort set en ubrugelig indstilling, der bør slås fra. Spørg venligst din serveradministrator om at slå den fra i php.ini eller din webeserver-konfiguration.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes er slået til. ownCloud kræver at denne er slået fra, for at fungere ordentligt.", + "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." : "Magic Quotes er udgået og stort set en ubrugelig indstilling, der bør slås fra. Spørg venligst din serveradministrator om at slå den fra i php.ini eller din webeserver-konfiguration.", + "PHP modules have been installed, but they are still listed as missing?" : "Der er installeret PHP-moduler, men de fremgår stadig som fraværende?", + "Please ask your server administrator to restart the web server." : "Du bedes anmode din serveradministrator om at genstarte webserveren.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 kræves", + "Please upgrade your database version" : "Opgradér venligst din databaseversion", + "Error occurred while checking PostgreSQL version" : "Der opstod fejl under tjek af PostgreSQL-versionen", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Sørg venligst for at du har PostgreSQL >= 9 eller tjek loggen for flere informationer om fejlen", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Tilpas venligst rettigheder til 0770, så mappen ikke fremvises for andre brugere.", + "Data directory (%s) is readable by other users" : "Datamappen (%s) kan læses af andre brugere", + "Data directory (%s) is invalid" : "Datamappen (%s) er ugyldig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Tjek venligst at datamappen indeholder en fil, \".ocdata\" i dens rod.", + "Could not obtain lock type %d on \"%s\"." : "Kunne ikke opnå en låsetype %d på \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/da.php b/lib/l10n/da.php deleted file mode 100644 index 8ae7d847a0..0000000000 --- a/lib/l10n/da.php +++ /dev/null @@ -1,123 +0,0 @@ - "Kan ikke skrive til mappen \"config\"!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Dette kan normalvis ordnes ved at give webserveren skrive adgang til config mappen", -"See %s" => "Se %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Dette kan som regel rettes ved at %sgive webserveren skriveadgang til config-mappen%s.", -"Sample configuration detected" => "Eksempel for konfiguration registreret", -"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" => "Der er registreret at eksempel for konfiguration er blevet kopieret. Dette kan ødelægge din installation og understøttes ikke. Læs venligst dokumentationen før der foretages ændringer i config.php", -"Help" => "Hjælp", -"Personal" => "Personligt", -"Settings" => "Indstillinger", -"Users" => "Brugere", -"Admin" => "Admin", -"Recommended" => "Anbefalet", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "App'en \\\"%s\\\" kan ikke installeres, da den ikke er kompatible med denne version af ownCloud.", -"No app name specified" => "Intet app-navn angivet", -"Unknown filetype" => "Ukendt filtype", -"Invalid image" => "Ugyldigt billede", -"web services under your control" => "Webtjenester under din kontrol", -"App directory already exists" => "App-mappe findes allerede", -"Can't create app folder. Please fix permissions. %s" => "Kan ikke oprette app-mappe. Ret tilladelser. %s", -"No source specified when installing app" => "Ingen kilde angivet under installation af app", -"No href specified when installing app from http" => "Ingen href angivet under installation af app via http", -"No path specified when installing app from local file" => "Ingen sti angivet under installation af app fra lokal fil", -"Archives of type %s are not supported" => "Arkiver af type %s understøttes ikke", -"Failed to open archive when installing app" => "Kunne ikke åbne arkiv under installation af appen", -"App does not provide an info.xml file" => "Der følger ingen info.xml-fil med appen", -"App can't be installed because of not allowed code in the App" => "Appen kan ikke installeres, da den indeholder ikke-tilladt kode", -"App can't be installed because it is not compatible with this version of ownCloud" => "Appen kan ikke installeres, da den ikke er kompatibel med denne version af ownCloud.", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Appen kan ikke installeres, da den indeholder taget\n\n\ntrue\n\n\nhvilket ikke er tilladt for ikke-medfølgende apps", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "App kan ikke installeres, da versionen i info.xml/version ikke er den samme som versionen rapporteret fra app-storen", -"Application is not enabled" => "Programmet er ikke aktiveret", -"Authentication error" => "Adgangsfejl", -"Token expired. Please reload page." => "Adgang er udløbet. Genindlæs siden.", -"Unknown user" => "Ukendt bruger", -"%s enter the database username." => "%s indtast database brugernavnet.", -"%s enter the database name." => "%s indtast database navnet.", -"%s you may not use dots in the database name" => "%s du må ikke bruge punktummer i databasenavnet.", -"MS SQL username and/or password not valid: %s" => "MS SQL brugernavn og/eller adgangskode ikke er gyldigt: %s", -"You need to enter either an existing account or the administrator." => "Du bliver nødt til at indtaste en eksisterende bruger eller en administrator.", -"MySQL/MariaDB username and/or password not valid" => "Ugyldigt MySQL/MariaDB brugernavn og/eller kodeord ", -"DB Error: \"%s\"" => "Databasefejl: \"%s\"", -"Offending command was: \"%s\"" => "Fejlende kommando var: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB bruger '%s'@'localhost' eksistere allerede.", -"Drop this user from MySQL/MariaDB" => "Slet denne bruger fra MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB bruger '%s'@'%%' eksistere allerede", -"Drop this user from MySQL/MariaDB." => "Drop denne bruger fra MySQL/MariaDB.", -"Oracle connection could not be established" => "Oracle forbindelsen kunne ikke etableres", -"Oracle username and/or password not valid" => "Oracle brugernavn og/eller kodeord er ikke gyldigt.", -"Offending command was: \"%s\", name: %s, password: %s" => "Fejlende kommando var: \"%s\", navn: %s, password: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL brugernavn og/eller kodeord er ikke gyldigt.", -"Set an admin username." => "Angiv et admin brugernavn.", -"Set an admin password." => "Angiv et admin kodeord.", -"Can't create or write into the data directory %s" => "Kan ikke oprette eller skrive ind i datamappen %s", -"%s shared »%s« with you" => "%s delte »%s« med sig", -"Sharing %s failed, because the file does not exist" => "Deling af %s mislykkedes, fordi filen ikke eksisterer", -"You are not allowed to share %s" => "Du har ikke tilladelse til at dele %s", -"Sharing %s failed, because the user %s is the item owner" => "Der skete en fejl ved deling af %s, brugeren %s er ejer af objektet", -"Sharing %s failed, because the user %s does not exist" => "Der skete en fejl ved deling af %s, brugeren %s eksistere ikke", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Der skete en fejl ved deling af %s, brugeren %s er ikke medlem af nogle grupper som %s er medlem af", -"Sharing %s failed, because this item is already shared with %s" => "Der skete en fejl ved deling af %s, objektet er allerede delt med %s", -"Sharing %s failed, because the group %s does not exist" => "Der skete en fejl ved deling af %s, gruppen %s eksistere ikke", -"Sharing %s failed, because %s is not a member of the group %s" => "Der skete en fejl ved deling af %s, fordi %s ikke er medlem af gruppen %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Du skal angive et kodeord for at oprette et offentligt link - kun beskyttede links er tilladt", -"Sharing %s failed, because sharing with links is not allowed" => "Der skete en fejl ved deling af %s, det er ikke tilladt at dele links", -"Share type %s is not valid for %s" => "Delingstypen %s er ikke gyldig for %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Angivelse af tilladelser for %s mislykkedes, fordi tilladelserne overskred de som var tildelt %s", -"Setting permissions for %s failed, because the item was not found" => "Angivelse af tilladelser for %s mislykkedes, fordi artiklen ikke blev fundet", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Kan ikke angive udløbsdato. Delinger kan ikke udløbe senere end %s efter at de er blevet delt", -"Cannot set expiration date. Expiration date is in the past" => "Kan ikke angive udløbsdato. Udløbsdato er allerede passeret", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Delingsbackend'en %s skal implementere grænsefladen OCP\\Share_Backend", -"Sharing backend %s not found" => "Delingsbackend'en %s blev ikke fundet", -"Sharing backend for %s not found" => "Delingsbackend'en for %s blev ikke fundet", -"Sharing %s failed, because the user %s is the original sharer" => "Deling af %s mislykkedes, fordi brugeren %s er den som delte oprindeligt", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Deling af %s mislykkedes, fordi tilladelserne overskred de tillaldelser som %s var tildelt", -"Sharing %s failed, because resharing is not allowed" => "Deling af %s mislykkedes, fordi videredeling ikke er tilladt", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Deling af %s mislykkedes, fordi back-enden ikke kunne finde kilden til %s", -"Sharing %s failed, because the file could not be found in the file cache" => "Deling af %s mislykkedes, fordi filen ikke kunne findes i fil-cachen", -"Could not find category \"%s\"" => "Kunne ikke finde kategorien \"%s\"", -"seconds ago" => "sekunder siden", -"_%n minute ago_::_%n minutes ago_" => array("%n minut siden","%n minutter siden"), -"_%n hour ago_::_%n hours ago_" => array("%n time siden","%n timer siden"), -"today" => "i dag", -"yesterday" => "i går", -"_%n day go_::_%n days ago_" => array("%n dag siden","%n dage siden"), -"last month" => "sidste måned", -"_%n month ago_::_%n months ago_" => array("%n måned siden","%n måneder siden"), -"last year" => "sidste år", -"years ago" => "år siden", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Det er kun tilladt at benytte følgene karakterer i et brugernavn \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", -"A valid username must be provided" => "Et gyldigt brugernavn skal angives", -"A valid password must be provided" => "En gyldig adgangskode skal angives", -"The username is already being used" => "Brugernavnet er allerede i brug", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Ingen database driver (sqlite, mysql eller postgresql) er installeret.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Rettigheder kan som regel rettes ved %sat give webserveren skriveadgang til rodmappen%s.", -"Cannot write into \"config\" directory" => "Kan ikke skrive til mappen \"config\"", -"Cannot write into \"apps\" directory" => "Kan ikke skrive til mappen \"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." => "Dette kan som regel rettes ved at %sgive webserveren skriveadgang til apps-mappen%s eller slå appstore fra i config-filen.", -"Cannot create \"data\" directory (%s)" => "Kan ikke oprette mappen \"data\" (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Dette kan som regel rettes ved give webserveren skriveadgang til rodmappen.", -"Setting locale to %s failed" => "Angivelse af %s for lokalitet mislykkedes", -"Please install one of these locales on your system and restart your webserver." => "Installér venligst én af disse lokaliteter på dit system, og genstart din webserver.", -"Please ask your server administrator to install the module." => "Du bedes anmode din serveradministrator om at installere modulet.", -"PHP module %s not installed." => "PHP-modulet %s er ikke installeret.", -"PHP %s or higher is required." => "Der kræves PHP %s eller nyere.", -"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." => "Bed venligst din serveradministrator om at opdatere PHP til seneste version. Din PHP-version understøttes ikke længere af ownCload og PHP-fællesskabet.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode er slået til. ownCload kræver at denne er slået fra, for at fungere ordentligt.", -"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." => "PHP Safe Mode er udgået og stort set en ubrugelig indstilling, der bør slås fra. Spørg venligst din serveradministrator om at slå den fra i php.ini eller din webeserver-konfiguration.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes er slået til. ownCloud kræver at denne er slået fra, for at fungere ordentligt.", -"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." => "Magic Quotes er udgået og stort set en ubrugelig indstilling, der bør slås fra. Spørg venligst din serveradministrator om at slå den fra i php.ini eller din webeserver-konfiguration.", -"PHP modules have been installed, but they are still listed as missing?" => "Der er installeret PHP-moduler, men de fremgår stadig som fraværende?", -"Please ask your server administrator to restart the web server." => "Du bedes anmode din serveradministrator om at genstarte webserveren.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 kræves", -"Please upgrade your database version" => "Opgradér venligst din databaseversion", -"Error occurred while checking PostgreSQL version" => "Der opstod fejl under tjek af PostgreSQL-versionen", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Sørg venligst for at du har PostgreSQL >= 9 eller tjek loggen for flere informationer om fejlen", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Tilpas venligst rettigheder til 0770, så mappen ikke fremvises for andre brugere.", -"Data directory (%s) is readable by other users" => "Datamappen (%s) kan læses af andre brugere", -"Data directory (%s) is invalid" => "Datamappen (%s) er ugyldig", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Tjek venligst at datamappen indeholder en fil, \".ocdata\" i dens rod.", -"Could not obtain lock type %d on \"%s\"." => "Kunne ikke opnå en låsetype %d på \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/de.js b/lib/l10n/de.js new file mode 100644 index 0000000000..e512c9d1d4 --- /dev/null +++ b/lib/l10n/de.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Das Schreiben in das \"config\"-Verzeichnis nicht möglich!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Dies kann normalerweise repariert werden, indem dem Webserver Schreibzugriff auf das config-Verzeichnis gegeben wird", + "See %s" : "Siehe %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird.", + "Sample configuration detected" : "Beispielkonfiguration gefunden", + "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" : "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde, Dies wird nicht unterstützt kann zum Abruch Ihrer Installation führen. Bitte lese die Dokumentation vor der Änderung an der config.php.", + "Help" : "Hilfe", + "Personal" : "Persönlich", + "Settings" : "Einstellungen", + "Users" : "Benutzer", + "Admin" : "Administration", + "Recommended" : "Empfohlen", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Applikation \\\"%s\\\" kann nicht installiert werden, da sie mit dieser ownCloud Version nicht kompatibel ist.", + "No app name specified" : "Es wurde kein Applikation-Name angegeben", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "web services under your control" : "Web-Services unter Deiner Kontrolle", + "App directory already exists" : "Das Applikationsverzeichnis existiert bereits", + "Can't create app folder. Please fix permissions. %s" : "Es kann kein Applikationsordner erstellt werden. Bitte passe die Berechtigungen an. %s", + "No source specified when installing app" : "Für die Installation der Applikation wurde keine Quelle angegeben", + "No href specified when installing app from http" : "Für die Installation der Applikation über http wurde keine Quelle (href) angegeben", + "No path specified when installing app from local file" : "Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben", + "Archives of type %s are not supported" : "Archive vom Typ %s werden nicht unterstützt", + "Failed to open archive when installing app" : "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden", + "App does not provide an info.xml file" : "Die Applikation enthält keine info,xml Datei", + "App can't be installed because of not allowed code in the App" : "Die Applikation kann auf Grund von unerlaubtem Code nicht installiert werden", + "App can't be installed because it is not compatible with this version of ownCloud" : "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist", + "Application is not enabled" : "Die Anwendung ist nicht aktiviert", + "Authentication error" : "Fehler bei der Anmeldung", + "Token expired. Please reload page." : "Token abgelaufen. Bitte lade die Seite neu.", + "Unknown user" : "Unbekannter Benutzer", + "%s enter the database username." : "%s gib den Datenbank-Benutzernamen an.", + "%s enter the database name." : "%s gib den Datenbank-Namen an.", + "%s you may not use dots in the database name" : "%s Der Datenbank-Name darf keine Punkte enthalten", + "MS SQL username and/or password not valid: %s" : "MS SQL Benutzername und/oder Password ungültig: %s", + "You need to enter either an existing account or the administrator." : "Du musst entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB Benutzername und/oder Passwort sind nicht gültig", + "DB Error: \"%s\"" : "DB Fehler: \"%s\"", + "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB Benutzer '%s'@'localhost' existiert bereits.", + "Drop this user from MySQL/MariaDB" : "Lösche diesen Benutzer von MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB Benutzer '%s'@'%%' existiert bereits", + "Drop this user from MySQL/MariaDB." : "Lösche diesen Benutzer von MySQL/MariaDB.", + "Oracle connection could not be established" : "Es konnte keine Verbindung zur Oracle-Datenbank hergestellt werden", + "Oracle username and/or password not valid" : "Oracle Benutzername und/oder Passwort ungültig", + "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL Benutzername und/oder Passwort ungültig", + "Set an admin username." : "Setze Administrator Benutzername.", + "Set an admin password." : "Setze Administrator Passwort", + "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder beschreiben werden", + "%s shared »%s« with you" : "%s teilte »%s« mit Dir", + "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert", + "You are not allowed to share %s" : "Die Freigabe von %s ist Dir nicht erlaubt", + "Sharing %s failed, because the user %s is the item owner" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s Besitzer des Objektes ist", + "Sharing %s failed, because the user %s does not exist" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s nicht existiert", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s kein Gruppenmitglied einer der Gruppen von %s ist", + "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", + "Sharing %s failed, because the group %s does not exist" : "Freigabe von %s fehlgeschlagen, da die Gruppe %s nicht existiert", + "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist", + "You need to provide a password to create a public link, only protected links are allowed" : "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren", + "Sharing %s failed, because sharing with links is not allowed" : "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist", + "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten", + "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.", + "Cannot set expiration date. Expiration date is in the past" : "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden", + "Sharing backend %s not found" : "Freigabe-Backend %s nicht gefunden", + "Sharing backend for %s not found" : "Freigabe-Backend für %s nicht gefunden", + "Sharing %s failed, because the user %s is the original sharer" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s der offizielle Freigeber ist", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten", + "Sharing %s failed, because resharing is not allowed" : "Freigabe von %s fehlgeschlagen, da das nochmalige Freigeben einer Freigabe nicht erlaubt ist", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte", + "Sharing %s failed, because the file could not be found in the file cache" : "Freigabe von %s fehlgeschlagen, da die Datei im Datei-Cache nicht gefunden werden konnte", + "Could not find category \"%s\"" : "Die Kategorie \"%s\" konnte nicht gefunden werden.", + "seconds ago" : "Gerade eben", + "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"], + "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"], + "today" : "Heute", + "yesterday" : "Gestern", + "_%n day go_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"], + "last month" : "Letzten Monat", + "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"], + "last year" : "Letztes Jahr", + "years ago" : "Vor Jahren", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Folgende Zeichen sind im Benutzernamen erlaubt: \"a-z\", \"A-Z\", \"0-9\" und \"_.@-\"", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", + "The username is already being used" : "Dieser Benutzername existiert bereits", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Keine Datenbanktreiber (SQLite, MYSQL, oder PostgreSQL) installiert.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Berechtigungen können normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Wurzelverzeichnis %s gegeben wird.", + "Cannot write into \"config\" directory" : "Das Schreiben in das \"config\"-Verzeichnis nicht möglich", + "Cannot write into \"apps\" directory" : "Das Schreiben in das \"apps\"-Verzeichnis nicht möglich", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Anwendungsverzeichnis %s gegeben wird oder die Anwendungsauswahl in der Konfigurationsdatei deaktiviert wird.", + "Cannot create \"data\" directory (%s)" : "Das Erstellen des \"data\"-Verzeichnisses nicht möglich (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Dies kann normalerweise repariert werden, indem dem Webserver .", + "Setting locale to %s failed" : "Das Setzen der Umgebungslokale auf %s fehlgeschlagen", + "Please install one of these locales on your system and restart your webserver." : "Bitte installiere eine dieser Sprachen auf Deinem System und starte den Webserver neu.", + "Please ask your server administrator to install the module." : "Bitte frage, für die Installation des Moduls, Deinen Server-Administrator.", + "PHP module %s not installed." : "PHP-Modul %s nicht installiert.", + "PHP %s or higher is required." : "PHP %s oder höher wird benötigt.", + "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." : "Bitte frage zur Aktualisierung von PHP auf die letzte Version Deinen Server-Administrator. Deine PHP-Version wird nicht länger durch ownCloud und der PHP-Gemeinschaft unterstützt.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP-Sicherheitsmodus ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", + "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." : "Der PHP-Sicherheitsmodus ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte frage Deinen Server-Administrator zur Deaktivierung in der php.ini oder Deiner Webserver-Konfiguration.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", + "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." : "Magic Quotes ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte frage Deinen Server-Administrator zur Deaktivierung in der php.ini oder Deiner Webserver-Konfiguration.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP-Module wurden installiert, werden aber als noch fehlend gelistet?", + "Please ask your server administrator to restart the web server." : "Bitte frage Deinen Server-Administrator zum Neustart des Webservers.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 benötigt", + "Please upgrade your database version" : "Bitte aktualisiere Deine Datenbankversion", + "Error occurred while checking PostgreSQL version" : "Es ist ein Fehler beim Prüfen der PostgreSQL-Version aufgetreten", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Stelle bitte sicher, dass Du PostgreSQL >= 9 verwendest oder prüfe die Logs für weitere Informationen über den Fehler", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Bitte ändere die Berechtigungen auf 0770 sodass das Verzeichnis nicht von anderen Nutzer angezeigt werden kann.", + "Data directory (%s) is readable by other users" : "Daten-Verzeichnis (%s) ist von anderen Nutzern lesbar", + "Data directory (%s) is invalid" : "Daten-Verzeichnis (%s) ist ungültig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stelle sicher, dass das Daten-Verzeichnis eine Datei namens \".ocdata\" im Wurzelverzeichnis enthält.", + "Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf \"%s\" konnte nicht ermittelt werden." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/de.json b/lib/l10n/de.json new file mode 100644 index 0000000000..27dd6781ae --- /dev/null +++ b/lib/l10n/de.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Das Schreiben in das \"config\"-Verzeichnis nicht möglich!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Dies kann normalerweise repariert werden, indem dem Webserver Schreibzugriff auf das config-Verzeichnis gegeben wird", + "See %s" : "Siehe %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird.", + "Sample configuration detected" : "Beispielkonfiguration gefunden", + "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" : "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde, Dies wird nicht unterstützt kann zum Abruch Ihrer Installation führen. Bitte lese die Dokumentation vor der Änderung an der config.php.", + "Help" : "Hilfe", + "Personal" : "Persönlich", + "Settings" : "Einstellungen", + "Users" : "Benutzer", + "Admin" : "Administration", + "Recommended" : "Empfohlen", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Applikation \\\"%s\\\" kann nicht installiert werden, da sie mit dieser ownCloud Version nicht kompatibel ist.", + "No app name specified" : "Es wurde kein Applikation-Name angegeben", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "web services under your control" : "Web-Services unter Deiner Kontrolle", + "App directory already exists" : "Das Applikationsverzeichnis existiert bereits", + "Can't create app folder. Please fix permissions. %s" : "Es kann kein Applikationsordner erstellt werden. Bitte passe die Berechtigungen an. %s", + "No source specified when installing app" : "Für die Installation der Applikation wurde keine Quelle angegeben", + "No href specified when installing app from http" : "Für die Installation der Applikation über http wurde keine Quelle (href) angegeben", + "No path specified when installing app from local file" : "Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben", + "Archives of type %s are not supported" : "Archive vom Typ %s werden nicht unterstützt", + "Failed to open archive when installing app" : "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden", + "App does not provide an info.xml file" : "Die Applikation enthält keine info,xml Datei", + "App can't be installed because of not allowed code in the App" : "Die Applikation kann auf Grund von unerlaubtem Code nicht installiert werden", + "App can't be installed because it is not compatible with this version of ownCloud" : "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist", + "Application is not enabled" : "Die Anwendung ist nicht aktiviert", + "Authentication error" : "Fehler bei der Anmeldung", + "Token expired. Please reload page." : "Token abgelaufen. Bitte lade die Seite neu.", + "Unknown user" : "Unbekannter Benutzer", + "%s enter the database username." : "%s gib den Datenbank-Benutzernamen an.", + "%s enter the database name." : "%s gib den Datenbank-Namen an.", + "%s you may not use dots in the database name" : "%s Der Datenbank-Name darf keine Punkte enthalten", + "MS SQL username and/or password not valid: %s" : "MS SQL Benutzername und/oder Password ungültig: %s", + "You need to enter either an existing account or the administrator." : "Du musst entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB Benutzername und/oder Passwort sind nicht gültig", + "DB Error: \"%s\"" : "DB Fehler: \"%s\"", + "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB Benutzer '%s'@'localhost' existiert bereits.", + "Drop this user from MySQL/MariaDB" : "Lösche diesen Benutzer von MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB Benutzer '%s'@'%%' existiert bereits", + "Drop this user from MySQL/MariaDB." : "Lösche diesen Benutzer von MySQL/MariaDB.", + "Oracle connection could not be established" : "Es konnte keine Verbindung zur Oracle-Datenbank hergestellt werden", + "Oracle username and/or password not valid" : "Oracle Benutzername und/oder Passwort ungültig", + "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL Benutzername und/oder Passwort ungültig", + "Set an admin username." : "Setze Administrator Benutzername.", + "Set an admin password." : "Setze Administrator Passwort", + "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder beschreiben werden", + "%s shared »%s« with you" : "%s teilte »%s« mit Dir", + "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert", + "You are not allowed to share %s" : "Die Freigabe von %s ist Dir nicht erlaubt", + "Sharing %s failed, because the user %s is the item owner" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s Besitzer des Objektes ist", + "Sharing %s failed, because the user %s does not exist" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s nicht existiert", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s kein Gruppenmitglied einer der Gruppen von %s ist", + "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", + "Sharing %s failed, because the group %s does not exist" : "Freigabe von %s fehlgeschlagen, da die Gruppe %s nicht existiert", + "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist", + "You need to provide a password to create a public link, only protected links are allowed" : "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren", + "Sharing %s failed, because sharing with links is not allowed" : "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist", + "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten", + "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.", + "Cannot set expiration date. Expiration date is in the past" : "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden", + "Sharing backend %s not found" : "Freigabe-Backend %s nicht gefunden", + "Sharing backend for %s not found" : "Freigabe-Backend für %s nicht gefunden", + "Sharing %s failed, because the user %s is the original sharer" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s der offizielle Freigeber ist", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten", + "Sharing %s failed, because resharing is not allowed" : "Freigabe von %s fehlgeschlagen, da das nochmalige Freigeben einer Freigabe nicht erlaubt ist", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte", + "Sharing %s failed, because the file could not be found in the file cache" : "Freigabe von %s fehlgeschlagen, da die Datei im Datei-Cache nicht gefunden werden konnte", + "Could not find category \"%s\"" : "Die Kategorie \"%s\" konnte nicht gefunden werden.", + "seconds ago" : "Gerade eben", + "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"], + "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"], + "today" : "Heute", + "yesterday" : "Gestern", + "_%n day go_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"], + "last month" : "Letzten Monat", + "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"], + "last year" : "Letztes Jahr", + "years ago" : "Vor Jahren", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Folgende Zeichen sind im Benutzernamen erlaubt: \"a-z\", \"A-Z\", \"0-9\" und \"_.@-\"", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", + "The username is already being used" : "Dieser Benutzername existiert bereits", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Keine Datenbanktreiber (SQLite, MYSQL, oder PostgreSQL) installiert.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Berechtigungen können normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Wurzelverzeichnis %s gegeben wird.", + "Cannot write into \"config\" directory" : "Das Schreiben in das \"config\"-Verzeichnis nicht möglich", + "Cannot write into \"apps\" directory" : "Das Schreiben in das \"apps\"-Verzeichnis nicht möglich", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Anwendungsverzeichnis %s gegeben wird oder die Anwendungsauswahl in der Konfigurationsdatei deaktiviert wird.", + "Cannot create \"data\" directory (%s)" : "Das Erstellen des \"data\"-Verzeichnisses nicht möglich (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Dies kann normalerweise repariert werden, indem dem Webserver .", + "Setting locale to %s failed" : "Das Setzen der Umgebungslokale auf %s fehlgeschlagen", + "Please install one of these locales on your system and restart your webserver." : "Bitte installiere eine dieser Sprachen auf Deinem System und starte den Webserver neu.", + "Please ask your server administrator to install the module." : "Bitte frage, für die Installation des Moduls, Deinen Server-Administrator.", + "PHP module %s not installed." : "PHP-Modul %s nicht installiert.", + "PHP %s or higher is required." : "PHP %s oder höher wird benötigt.", + "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." : "Bitte frage zur Aktualisierung von PHP auf die letzte Version Deinen Server-Administrator. Deine PHP-Version wird nicht länger durch ownCloud und der PHP-Gemeinschaft unterstützt.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP-Sicherheitsmodus ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", + "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." : "Der PHP-Sicherheitsmodus ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte frage Deinen Server-Administrator zur Deaktivierung in der php.ini oder Deiner Webserver-Konfiguration.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", + "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." : "Magic Quotes ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte frage Deinen Server-Administrator zur Deaktivierung in der php.ini oder Deiner Webserver-Konfiguration.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP-Module wurden installiert, werden aber als noch fehlend gelistet?", + "Please ask your server administrator to restart the web server." : "Bitte frage Deinen Server-Administrator zum Neustart des Webservers.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 benötigt", + "Please upgrade your database version" : "Bitte aktualisiere Deine Datenbankversion", + "Error occurred while checking PostgreSQL version" : "Es ist ein Fehler beim Prüfen der PostgreSQL-Version aufgetreten", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Stelle bitte sicher, dass Du PostgreSQL >= 9 verwendest oder prüfe die Logs für weitere Informationen über den Fehler", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Bitte ändere die Berechtigungen auf 0770 sodass das Verzeichnis nicht von anderen Nutzer angezeigt werden kann.", + "Data directory (%s) is readable by other users" : "Daten-Verzeichnis (%s) ist von anderen Nutzern lesbar", + "Data directory (%s) is invalid" : "Daten-Verzeichnis (%s) ist ungültig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stelle sicher, dass das Daten-Verzeichnis eine Datei namens \".ocdata\" im Wurzelverzeichnis enthält.", + "Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf \"%s\" konnte nicht ermittelt werden." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/de.php b/lib/l10n/de.php deleted file mode 100644 index ac359e34f5..0000000000 --- a/lib/l10n/de.php +++ /dev/null @@ -1,123 +0,0 @@ - "Das Schreiben in das \"config\"-Verzeichnis nicht möglich!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Dies kann normalerweise repariert werden, indem dem Webserver Schreibzugriff auf das config-Verzeichnis gegeben wird", -"See %s" => "Siehe %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird.", -"Sample configuration detected" => "Beispielkonfiguration gefunden", -"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" => "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde, Dies wird nicht unterstützt kann zum Abruch Ihrer Installation führen. Bitte lese die Dokumentation vor der Änderung an der config.php.", -"Help" => "Hilfe", -"Personal" => "Persönlich", -"Settings" => "Einstellungen", -"Users" => "Benutzer", -"Admin" => "Administration", -"Recommended" => "Empfohlen", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "Applikation \\\"%s\\\" kann nicht installiert werden, da sie mit dieser ownCloud Version nicht kompatibel ist.", -"No app name specified" => "Es wurde kein Applikation-Name angegeben", -"Unknown filetype" => "Unbekannter Dateityp", -"Invalid image" => "Ungültiges Bild", -"web services under your control" => "Web-Services unter Deiner Kontrolle", -"App directory already exists" => "Das Applikationsverzeichnis existiert bereits", -"Can't create app folder. Please fix permissions. %s" => "Es kann kein Applikationsordner erstellt werden. Bitte passe die Berechtigungen an. %s", -"No source specified when installing app" => "Für die Installation der Applikation wurde keine Quelle angegeben", -"No href specified when installing app from http" => "Für die Installation der Applikation über http wurde keine Quelle (href) angegeben", -"No path specified when installing app from local file" => "Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben", -"Archives of type %s are not supported" => "Archive vom Typ %s werden nicht unterstützt", -"Failed to open archive when installing app" => "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden", -"App does not provide an info.xml file" => "Die Applikation enthält keine info,xml Datei", -"App can't be installed because of not allowed code in the App" => "Die Applikation kann auf Grund von unerlaubtem Code nicht installiert werden", -"App can't be installed because it is not compatible with this version of ownCloud" => "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist.", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist", -"Application is not enabled" => "Die Anwendung ist nicht aktiviert", -"Authentication error" => "Fehler bei der Anmeldung", -"Token expired. Please reload page." => "Token abgelaufen. Bitte lade die Seite neu.", -"Unknown user" => "Unbekannter Benutzer", -"%s enter the database username." => "%s gib den Datenbank-Benutzernamen an.", -"%s enter the database name." => "%s gib den Datenbank-Namen an.", -"%s you may not use dots in the database name" => "%s Der Datenbank-Name darf keine Punkte enthalten", -"MS SQL username and/or password not valid: %s" => "MS SQL Benutzername und/oder Password ungültig: %s", -"You need to enter either an existing account or the administrator." => "Du musst entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB Benutzername und/oder Passwort sind nicht gültig", -"DB Error: \"%s\"" => "DB Fehler: \"%s\"", -"Offending command was: \"%s\"" => "Fehlerhafter Befehl war: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB Benutzer '%s'@'localhost' existiert bereits.", -"Drop this user from MySQL/MariaDB" => "Lösche diesen Benutzer von MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB Benutzer '%s'@'%%' existiert bereits", -"Drop this user from MySQL/MariaDB." => "Lösche diesen Benutzer von MySQL/MariaDB.", -"Oracle connection could not be established" => "Es konnte keine Verbindung zur Oracle-Datenbank hergestellt werden", -"Oracle username and/or password not valid" => "Oracle Benutzername und/oder Passwort ungültig", -"Offending command was: \"%s\", name: %s, password: %s" => "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL Benutzername und/oder Passwort ungültig", -"Set an admin username." => "Setze Administrator Benutzername.", -"Set an admin password." => "Setze Administrator Passwort", -"Can't create or write into the data directory %s" => "Das Datenverzeichnis %s kann nicht erstellt oder beschreiben werden", -"%s shared »%s« with you" => "%s teilte »%s« mit Dir", -"Sharing %s failed, because the file does not exist" => "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert", -"You are not allowed to share %s" => "Die Freigabe von %s ist Dir nicht erlaubt", -"Sharing %s failed, because the user %s is the item owner" => "Freigabe von %s fehlgeschlagen, da der Nutzer %s Besitzer des Objektes ist", -"Sharing %s failed, because the user %s does not exist" => "Freigabe von %s fehlgeschlagen, da der Nutzer %s nicht existiert", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Freigabe von %s fehlgeschlagen, da der Nutzer %s kein Gruppenmitglied einer der Gruppen von %s ist", -"Sharing %s failed, because this item is already shared with %s" => "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", -"Sharing %s failed, because the group %s does not exist" => "Freigabe von %s fehlgeschlagen, da die Gruppe %s nicht existiert", -"Sharing %s failed, because %s is not a member of the group %s" => "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist", -"You need to provide a password to create a public link, only protected links are allowed" => "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren", -"Sharing %s failed, because sharing with links is not allowed" => "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist", -"Share type %s is not valid for %s" => "Freigabetyp %s ist nicht gültig für %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten", -"Setting permissions for %s failed, because the item was not found" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.", -"Cannot set expiration date. Expiration date is in the past" => "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden", -"Sharing backend %s not found" => "Freigabe-Backend %s nicht gefunden", -"Sharing backend for %s not found" => "Freigabe-Backend für %s nicht gefunden", -"Sharing %s failed, because the user %s is the original sharer" => "Freigabe von %s fehlgeschlagen, da der Nutzer %s der offizielle Freigeber ist", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten", -"Sharing %s failed, because resharing is not allowed" => "Freigabe von %s fehlgeschlagen, da das nochmalige Freigeben einer Freigabe nicht erlaubt ist", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte", -"Sharing %s failed, because the file could not be found in the file cache" => "Freigabe von %s fehlgeschlagen, da die Datei im Datei-Cache nicht gefunden werden konnte", -"Could not find category \"%s\"" => "Die Kategorie \"%s\" konnte nicht gefunden werden.", -"seconds ago" => "Gerade eben", -"_%n minute ago_::_%n minutes ago_" => array("Vor %n Minute","Vor %n Minuten"), -"_%n hour ago_::_%n hours ago_" => array("Vor %n Stunde","Vor %n Stunden"), -"today" => "Heute", -"yesterday" => "Gestern", -"_%n day go_::_%n days ago_" => array("Vor %n Tag","Vor %n Tagen"), -"last month" => "Letzten Monat", -"_%n month ago_::_%n months ago_" => array("Vor %n Monat","Vor %n Monaten"), -"last year" => "Letztes Jahr", -"years ago" => "Vor Jahren", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Folgende Zeichen sind im Benutzernamen erlaubt: \"a-z\", \"A-Z\", \"0-9\" und \"_.@-\"", -"A valid username must be provided" => "Es muss ein gültiger Benutzername angegeben werden", -"A valid password must be provided" => "Es muss ein gültiges Passwort angegeben werden", -"The username is already being used" => "Dieser Benutzername existiert bereits", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Keine Datenbanktreiber (SQLite, MYSQL, oder PostgreSQL) installiert.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Berechtigungen können normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Wurzelverzeichnis %s gegeben wird.", -"Cannot write into \"config\" directory" => "Das Schreiben in das \"config\"-Verzeichnis nicht möglich", -"Cannot write into \"apps\" directory" => "Das Schreiben in das \"apps\"-Verzeichnis nicht möglich", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Anwendungsverzeichnis %s gegeben wird oder die Anwendungsauswahl in der Konfigurationsdatei deaktiviert wird.", -"Cannot create \"data\" directory (%s)" => "Das Erstellen des \"data\"-Verzeichnisses nicht möglich (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Dies kann normalerweise repariert werden, indem dem Webserver .", -"Setting locale to %s failed" => "Das Setzen der Umgebungslokale auf %s fehlgeschlagen", -"Please install one of these locales on your system and restart your webserver." => "Bitte installiere eine dieser Sprachen auf Deinem System und starte den Webserver neu.", -"Please ask your server administrator to install the module." => "Bitte frage, für die Installation des Moduls, Deinen Server-Administrator.", -"PHP module %s not installed." => "PHP-Modul %s nicht installiert.", -"PHP %s or higher is required." => "PHP %s oder höher wird benötigt.", -"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." => "Bitte frage zur Aktualisierung von PHP auf die letzte Version Deinen Server-Administrator. Deine PHP-Version wird nicht länger durch ownCloud und der PHP-Gemeinschaft unterstützt.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP-Sicherheitsmodus ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", -"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." => "Der PHP-Sicherheitsmodus ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte frage Deinen Server-Administrator zur Deaktivierung in der php.ini oder Deiner Webserver-Konfiguration.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", -"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." => "Magic Quotes ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte frage Deinen Server-Administrator zur Deaktivierung in der php.ini oder Deiner Webserver-Konfiguration.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP-Module wurden installiert, werden aber als noch fehlend gelistet?", -"Please ask your server administrator to restart the web server." => "Bitte frage Deinen Server-Administrator zum Neustart des Webservers.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 benötigt", -"Please upgrade your database version" => "Bitte aktualisiere Deine Datenbankversion", -"Error occurred while checking PostgreSQL version" => "Es ist ein Fehler beim Prüfen der PostgreSQL-Version aufgetreten", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Stelle bitte sicher, dass Du PostgreSQL >= 9 verwendest oder prüfe die Logs für weitere Informationen über den Fehler", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Bitte ändere die Berechtigungen auf 0770 sodass das Verzeichnis nicht von anderen Nutzer angezeigt werden kann.", -"Data directory (%s) is readable by other users" => "Daten-Verzeichnis (%s) ist von anderen Nutzern lesbar", -"Data directory (%s) is invalid" => "Daten-Verzeichnis (%s) ist ungültig", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Bitte stelle sicher, dass das Daten-Verzeichnis eine Datei namens \".ocdata\" im Wurzelverzeichnis enthält.", -"Could not obtain lock type %d on \"%s\"." => "Sperrtyp %d auf \"%s\" konnte nicht ermittelt werden." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/de_AT.js b/lib/l10n/de_AT.js new file mode 100644 index 0000000000..c36f0b9371 --- /dev/null +++ b/lib/l10n/de_AT.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "lib", + { + "Help" : "Hilfe", + "Personal" : "Persönlich", + "Settings" : "Einstellungen", + "_%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/de_AT.json b/lib/l10n/de_AT.json new file mode 100644 index 0000000000..da5c7feaad --- /dev/null +++ b/lib/l10n/de_AT.json @@ -0,0 +1,10 @@ +{ "translations": { + "Help" : "Hilfe", + "Personal" : "Persönlich", + "Settings" : "Einstellungen", + "_%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/de_AT.php b/lib/l10n/de_AT.php deleted file mode 100644 index 58f78490d7..0000000000 --- a/lib/l10n/de_AT.php +++ /dev/null @@ -1,11 +0,0 @@ - "Hilfe", -"Personal" => "Persönlich", -"Settings" => "Einstellungen", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/de_CH.js b/lib/l10n/de_CH.js new file mode 100644 index 0000000000..c8b1181dc9 --- /dev/null +++ b/lib/l10n/de_CH.js @@ -0,0 +1,44 @@ +OC.L10N.register( + "lib", + { + "Help" : "Hilfe", + "Personal" : "Persönlich", + "Settings" : "Einstellungen", + "Users" : "Benutzer", + "Admin" : "Administrator", + "No app name specified" : "Kein App-Name spezifiziert", + "web services under your control" : "Web-Services unter Ihrer Kontrolle", + "App directory already exists" : "Anwendungsverzeichnis existiert bereits", + "App can't be installed because of not allowed code in the App" : "Anwendung kann wegen nicht erlaubten Codes nicht installiert werden", + "Application is not enabled" : "Die Anwendung ist nicht aktiviert", + "Authentication error" : "Authentifizierungs-Fehler", + "Token expired. Please reload page." : "Token abgelaufen. Bitte laden Sie die Seite neu.", + "%s enter the database username." : "%s geben Sie den Datenbank-Benutzernamen an.", + "%s enter the database name." : "%s geben Sie den Datenbank-Namen an.", + "%s you may not use dots in the database name" : "%s Der Datenbank-Name darf keine Punkte enthalten", + "MS SQL username and/or password not valid: %s" : "MS SQL Benutzername und/oder Passwort ungültig: %s", + "You need to enter either an existing account or the administrator." : "Sie müssen entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben.", + "DB Error: \"%s\"" : "DB Fehler: \"%s\"", + "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s\"", + "Oracle connection could not be established" : "Die Oracle-Verbindung konnte nicht aufgebaut werden.", + "Oracle username and/or password not valid" : "Oracle Benutzername und/oder Passwort ungültig", + "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL Benutzername und/oder Passwort ungültig", + "Set an admin username." : "Setze Administrator Benutzername.", + "Set an admin password." : "Setze Administrator Passwort", + "%s shared »%s« with you" : "%s teilt »%s« mit Ihnen", + "Could not find category \"%s\"" : "Die Kategorie «%s» konnte nicht gefunden werden.", + "seconds ago" : "Gerade eben", + "_%n minute ago_::_%n minutes ago_" : ["","Vor %n Minuten"], + "_%n hour ago_::_%n hours ago_" : ["","Vor %n Stunden"], + "today" : "Heute", + "yesterday" : "Gestern", + "_%n day go_::_%n days ago_" : ["","Vor %n Tagen"], + "last month" : "Letzten Monat", + "_%n month ago_::_%n months ago_" : ["","Vor %n Monaten"], + "last year" : "Letztes Jahr", + "years ago" : "Vor Jahren", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/de_CH.json b/lib/l10n/de_CH.json new file mode 100644 index 0000000000..468f2a175b --- /dev/null +++ b/lib/l10n/de_CH.json @@ -0,0 +1,42 @@ +{ "translations": { + "Help" : "Hilfe", + "Personal" : "Persönlich", + "Settings" : "Einstellungen", + "Users" : "Benutzer", + "Admin" : "Administrator", + "No app name specified" : "Kein App-Name spezifiziert", + "web services under your control" : "Web-Services unter Ihrer Kontrolle", + "App directory already exists" : "Anwendungsverzeichnis existiert bereits", + "App can't be installed because of not allowed code in the App" : "Anwendung kann wegen nicht erlaubten Codes nicht installiert werden", + "Application is not enabled" : "Die Anwendung ist nicht aktiviert", + "Authentication error" : "Authentifizierungs-Fehler", + "Token expired. Please reload page." : "Token abgelaufen. Bitte laden Sie die Seite neu.", + "%s enter the database username." : "%s geben Sie den Datenbank-Benutzernamen an.", + "%s enter the database name." : "%s geben Sie den Datenbank-Namen an.", + "%s you may not use dots in the database name" : "%s Der Datenbank-Name darf keine Punkte enthalten", + "MS SQL username and/or password not valid: %s" : "MS SQL Benutzername und/oder Passwort ungültig: %s", + "You need to enter either an existing account or the administrator." : "Sie müssen entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben.", + "DB Error: \"%s\"" : "DB Fehler: \"%s\"", + "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s\"", + "Oracle connection could not be established" : "Die Oracle-Verbindung konnte nicht aufgebaut werden.", + "Oracle username and/or password not valid" : "Oracle Benutzername und/oder Passwort ungültig", + "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL Benutzername und/oder Passwort ungültig", + "Set an admin username." : "Setze Administrator Benutzername.", + "Set an admin password." : "Setze Administrator Passwort", + "%s shared »%s« with you" : "%s teilt »%s« mit Ihnen", + "Could not find category \"%s\"" : "Die Kategorie «%s» konnte nicht gefunden werden.", + "seconds ago" : "Gerade eben", + "_%n minute ago_::_%n minutes ago_" : ["","Vor %n Minuten"], + "_%n hour ago_::_%n hours ago_" : ["","Vor %n Stunden"], + "today" : "Heute", + "yesterday" : "Gestern", + "_%n day go_::_%n days ago_" : ["","Vor %n Tagen"], + "last month" : "Letzten Monat", + "_%n month ago_::_%n months ago_" : ["","Vor %n Monaten"], + "last year" : "Letztes Jahr", + "years ago" : "Vor Jahren", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/de_CH.php b/lib/l10n/de_CH.php deleted file mode 100644 index 7da3321877..0000000000 --- a/lib/l10n/de_CH.php +++ /dev/null @@ -1,43 +0,0 @@ - "Hilfe", -"Personal" => "Persönlich", -"Settings" => "Einstellungen", -"Users" => "Benutzer", -"Admin" => "Administrator", -"No app name specified" => "Kein App-Name spezifiziert", -"web services under your control" => "Web-Services unter Ihrer Kontrolle", -"App directory already exists" => "Anwendungsverzeichnis existiert bereits", -"App can't be installed because of not allowed code in the App" => "Anwendung kann wegen nicht erlaubten Codes nicht installiert werden", -"Application is not enabled" => "Die Anwendung ist nicht aktiviert", -"Authentication error" => "Authentifizierungs-Fehler", -"Token expired. Please reload page." => "Token abgelaufen. Bitte laden Sie die Seite neu.", -"%s enter the database username." => "%s geben Sie den Datenbank-Benutzernamen an.", -"%s enter the database name." => "%s geben Sie den Datenbank-Namen an.", -"%s you may not use dots in the database name" => "%s Der Datenbank-Name darf keine Punkte enthalten", -"MS SQL username and/or password not valid: %s" => "MS SQL Benutzername und/oder Passwort ungültig: %s", -"You need to enter either an existing account or the administrator." => "Sie müssen entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben.", -"DB Error: \"%s\"" => "DB Fehler: \"%s\"", -"Offending command was: \"%s\"" => "Fehlerhafter Befehl war: \"%s\"", -"Oracle connection could not be established" => "Die Oracle-Verbindung konnte nicht aufgebaut werden.", -"Oracle username and/or password not valid" => "Oracle Benutzername und/oder Passwort ungültig", -"Offending command was: \"%s\", name: %s, password: %s" => "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL Benutzername und/oder Passwort ungültig", -"Set an admin username." => "Setze Administrator Benutzername.", -"Set an admin password." => "Setze Administrator Passwort", -"%s shared »%s« with you" => "%s teilt »%s« mit Ihnen", -"Could not find category \"%s\"" => "Die Kategorie «%s» konnte nicht gefunden werden.", -"seconds ago" => "Gerade eben", -"_%n minute ago_::_%n minutes ago_" => array("","Vor %n Minuten"), -"_%n hour ago_::_%n hours ago_" => array("","Vor %n Stunden"), -"today" => "Heute", -"yesterday" => "Gestern", -"_%n day go_::_%n days ago_" => array("","Vor %n Tagen"), -"last month" => "Letzten Monat", -"_%n month ago_::_%n months ago_" => array("","Vor %n Monaten"), -"last year" => "Letztes Jahr", -"years ago" => "Vor Jahren", -"A valid username must be provided" => "Es muss ein gültiger Benutzername angegeben werden", -"A valid password must be provided" => "Es muss ein gültiges Passwort angegeben werden" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js new file mode 100644 index 0000000000..48f236f3e0 --- /dev/null +++ b/lib/l10n/de_DE.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Das Schreiben in das »config«-Verzeichnis nicht möglich!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Dies kann normalerweise repariert werden, indem dem Webserver Schreibzugriff auf das config-Verzeichnis gegeben wird", + "See %s" : "Siehe %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird.", + "Sample configuration detected" : "Beispielkonfiguration gefunden", + "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" : "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde, Dies wird nicht unterstützt kann zum Abruch Ihrer Installation führen. Bitte lesen Sie die Dokumentation vor der Änderung an der config.php.", + "Help" : "Hilfe", + "Personal" : "Persönlich", + "Settings" : "Einstellungen", + "Users" : "Benutzer", + "Admin" : "Administrator", + "Recommended" : "Empfohlen", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App »%s« kann nicht installiert werden, da sie mit dieser ownCloud-Version nicht kompatibel ist.", + "No app name specified" : "Es wurde kein Applikation-Name angegeben", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "web services under your control" : "Web-Services unter Ihrer Kontrolle", + "App directory already exists" : "Der Ordner für die Anwendung ist bereits vorhanden.", + "Can't create app folder. Please fix permissions. %s" : "Der Ordner für die Anwendung konnte nicht angelegt werden. Bitte überprüfen Sie die Ordner- und Dateirechte und passen Sie diese entsprechend an. %s", + "No source specified when installing app" : "Für die Installation der Applikation wurde keine Quelle angegeben", + "No href specified when installing app from http" : "Der Link (href) wurde nicht angegeben um die Applikation per http zu installieren", + "No path specified when installing app from local file" : "Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben", + "Archives of type %s are not supported" : "Archive des Typs %s werden nicht unterstützt.", + "Failed to open archive when installing app" : "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden", + "App does not provide an info.xml file" : "Die Applikation enthält keine info.xml Datei", + "App can't be installed because of not allowed code in the App" : "Die Applikation kann auf Grund von unerlaubten Code nicht installiert werden", + "App can't be installed because it is not compatible with this version of ownCloud" : "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist ist", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist", + "Application is not enabled" : "Die Anwendung ist nicht aktiviert", + "Authentication error" : "Authentifizierungs-Fehler", + "Token expired. Please reload page." : "Token abgelaufen. Bitte laden Sie die Seite neu.", + "Unknown user" : "Unbekannter Benutzer", + "%s enter the database username." : "%s geben Sie den Datenbank-Benutzernamen an.", + "%s enter the database name." : "%s geben Sie den Datenbank-Namen an.", + "%s you may not use dots in the database name" : "%s Der Datenbank-Name darf keine Punkte enthalten", + "MS SQL username and/or password not valid: %s" : "MS SQL Benutzername und/oder Passwort ungültig: %s", + "You need to enter either an existing account or the administrator." : "Sie müssen entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB Benutzername und/oder Passwort sind nicht gültig", + "DB Error: \"%s\"" : "DB Fehler: \"%s\"", + "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB Benutzer '%s'@'localhost' existiert bereits.", + "Drop this user from MySQL/MariaDB" : "Löschen Sie diesen Benutzer von MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB Benutzer '%s'@'%%' existiert bereits", + "Drop this user from MySQL/MariaDB." : "Löschen Sie diesen Benutzer von MySQL/MariaDB.", + "Oracle connection could not be established" : "Die Oracle-Verbindung konnte nicht aufgebaut werden.", + "Oracle username and/or password not valid" : "Oracle Benutzername und/oder Passwort ungültig", + "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL Benutzername und/oder Passwort ungültig", + "Set an admin username." : "Setze Administrator Benutzername.", + "Set an admin password." : "Setze Administrator Passwort", + "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder beschreiben werden", + "%s shared »%s« with you" : "%s hat »%s« mit Ihnen geteilt", + "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert", + "You are not allowed to share %s" : "Die Freigabe von %s ist Ihnen nicht erlaubt", + "Sharing %s failed, because the user %s is the item owner" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s Besitzer des Objektes ist", + "Sharing %s failed, because the user %s does not exist" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s nicht existiert", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s kein Gruppenmitglied einer der Gruppen von %s ist", + "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", + "Sharing %s failed, because the group %s does not exist" : "Freigabe von %s fehlgeschlagen, da die Gruppe %s nicht existiert", + "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist", + "You need to provide a password to create a public link, only protected links are allowed" : "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren", + "Sharing %s failed, because sharing with links is not allowed" : "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist", + "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten", + "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.", + "Cannot set expiration date. Expiration date is in the past" : "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden", + "Sharing backend %s not found" : "Freigabe-Backend %s nicht gefunden", + "Sharing backend for %s not found" : "Freigabe-Backend für %s nicht gefunden", + "Sharing %s failed, because the user %s is the original sharer" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s der offizielle Freigeber ist", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten", + "Sharing %s failed, because resharing is not allowed" : "Freigabe von %s fehlgeschlagen, da das nochmalige Freigeben einer Freigabe nicht erlaubt ist", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte", + "Sharing %s failed, because the file could not be found in the file cache" : "Freigabe von %s fehlgeschlagen, da die Datei im Datei-Cache nicht gefunden werden konnte", + "Could not find category \"%s\"" : "Die Kategorie \"%s\" konnte nicht gefunden werden.", + "seconds ago" : "Gerade eben", + "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"], + "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"], + "today" : "Heute", + "yesterday" : "Gestern", + "_%n day go_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"], + "last month" : "Letzten Monat", + "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"], + "last year" : "Letztes Jahr", + "years ago" : "Vor Jahren", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Folgende Zeichen sind im Benutzernamen erlaubt: »a-z«, »A-Z«, »0-9« und »_.@-«", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", + "The username is already being used" : "Der Benutzername existiert bereits", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Keine Datenbanktreiber (SQLite, MYSQL, oder PostgreSQL) installiert.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Berechtigungen können normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Wurzelverzeichnis %s gegeben wird.", + "Cannot write into \"config\" directory" : "Das Schreiben in das »config«-Verzeichnis ist nicht möglich", + "Cannot write into \"apps\" directory" : "Das Schreiben in das »apps«-Verzeichnis ist nicht möglich", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Anwendungsverzeichnis %s gegeben wird oder die Anwendungsauswahl in der Konfigurationsdatei deaktiviert wird.", + "Cannot create \"data\" directory (%s)" : "Das Erstellen des »data«-Verzeichnisses ist nicht möglich (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Dies kann normalerweise repariert werden, indem dem Webserver .", + "Setting locale to %s failed" : "Das Setzen der Umgebungslokale auf %s fehlgeschlagen", + "Please install one of these locales on your system and restart your webserver." : "Bitte installieren Sie eine dieser Sprachen auf Ihrem System und starten Sie den Webserver neu.", + "Please ask your server administrator to install the module." : "Bitte fragen Sie, für die Installation des Moduls, Ihren Server-Administrator.", + "PHP module %s not installed." : "PHP-Modul %s nicht installiert.", + "PHP %s or higher is required." : "PHP %s oder höher wird benötigt.", + "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." : "Bitte fragen Sie zur Aktualisierung von PHP auf die letzte Version Ihren Server-Administrator. Ihre PHP-Version wird nicht länger durch ownCloud und der PHP-Gemeinschaft unterstützt.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP-Sicherheitsmodus ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", + "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." : "Der PHP-Sicherheitsmodus ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte fragen Sie Ihren Server-Administrator zur Deaktivierung in der php.ini oder Ihrer Webserver-Konfiguration.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", + "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." : "Magic Quotes ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte fragen Sie Ihren Server-Administrator zur Deaktivierung in der php.ini oder Ihrer Webserver-Konfiguration.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP-Module wurden installiert, werden aber als noch fehlend gelistet?", + "Please ask your server administrator to restart the web server." : "Bitte fragen Sie Ihren Server-Administrator zum Neustart des Webservers.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 benötigt", + "Please upgrade your database version" : "Bitte aktualisieren Sie Ihre Datenbankversion", + "Error occurred while checking PostgreSQL version" : "Es ist ein Fehler beim Prüfen der PostgreSQL-Version aufgetreten", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Stellen Sie sicher, dass Sie PostgreSQL >= 9 verwenden oder prüfen Sie die Logs für weitere Informationen über den Fehler", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Bitte ändern Sie die Berechtigungen auf 0770 sodass das Verzeichnis nicht von anderen Nutzer angezeigt werden kann.", + "Data directory (%s) is readable by other users" : "Daten-Verzeichnis (%s) ist von anderen Nutzern lesbar", + "Data directory (%s) is invalid" : "Daten-Verzeichnis (%s) ist ungültig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stellen Sie sicher, dass das Daten-Verzeichnis eine Datei namens \".ocdata\" im Wurzelverzeichnis enthält.", + "Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf »%s« konnte nicht ermittelt werden." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json new file mode 100644 index 0000000000..e67d2ccc57 --- /dev/null +++ b/lib/l10n/de_DE.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Das Schreiben in das »config«-Verzeichnis nicht möglich!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Dies kann normalerweise repariert werden, indem dem Webserver Schreibzugriff auf das config-Verzeichnis gegeben wird", + "See %s" : "Siehe %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird.", + "Sample configuration detected" : "Beispielkonfiguration gefunden", + "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" : "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde, Dies wird nicht unterstützt kann zum Abruch Ihrer Installation führen. Bitte lesen Sie die Dokumentation vor der Änderung an der config.php.", + "Help" : "Hilfe", + "Personal" : "Persönlich", + "Settings" : "Einstellungen", + "Users" : "Benutzer", + "Admin" : "Administrator", + "Recommended" : "Empfohlen", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App »%s« kann nicht installiert werden, da sie mit dieser ownCloud-Version nicht kompatibel ist.", + "No app name specified" : "Es wurde kein Applikation-Name angegeben", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "web services under your control" : "Web-Services unter Ihrer Kontrolle", + "App directory already exists" : "Der Ordner für die Anwendung ist bereits vorhanden.", + "Can't create app folder. Please fix permissions. %s" : "Der Ordner für die Anwendung konnte nicht angelegt werden. Bitte überprüfen Sie die Ordner- und Dateirechte und passen Sie diese entsprechend an. %s", + "No source specified when installing app" : "Für die Installation der Applikation wurde keine Quelle angegeben", + "No href specified when installing app from http" : "Der Link (href) wurde nicht angegeben um die Applikation per http zu installieren", + "No path specified when installing app from local file" : "Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben", + "Archives of type %s are not supported" : "Archive des Typs %s werden nicht unterstützt.", + "Failed to open archive when installing app" : "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden", + "App does not provide an info.xml file" : "Die Applikation enthält keine info.xml Datei", + "App can't be installed because of not allowed code in the App" : "Die Applikation kann auf Grund von unerlaubten Code nicht installiert werden", + "App can't be installed because it is not compatible with this version of ownCloud" : "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist ist", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist", + "Application is not enabled" : "Die Anwendung ist nicht aktiviert", + "Authentication error" : "Authentifizierungs-Fehler", + "Token expired. Please reload page." : "Token abgelaufen. Bitte laden Sie die Seite neu.", + "Unknown user" : "Unbekannter Benutzer", + "%s enter the database username." : "%s geben Sie den Datenbank-Benutzernamen an.", + "%s enter the database name." : "%s geben Sie den Datenbank-Namen an.", + "%s you may not use dots in the database name" : "%s Der Datenbank-Name darf keine Punkte enthalten", + "MS SQL username and/or password not valid: %s" : "MS SQL Benutzername und/oder Passwort ungültig: %s", + "You need to enter either an existing account or the administrator." : "Sie müssen entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB Benutzername und/oder Passwort sind nicht gültig", + "DB Error: \"%s\"" : "DB Fehler: \"%s\"", + "Offending command was: \"%s\"" : "Fehlerhafter Befehl war: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB Benutzer '%s'@'localhost' existiert bereits.", + "Drop this user from MySQL/MariaDB" : "Löschen Sie diesen Benutzer von MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB Benutzer '%s'@'%%' existiert bereits", + "Drop this user from MySQL/MariaDB." : "Löschen Sie diesen Benutzer von MySQL/MariaDB.", + "Oracle connection could not be established" : "Die Oracle-Verbindung konnte nicht aufgebaut werden.", + "Oracle username and/or password not valid" : "Oracle Benutzername und/oder Passwort ungültig", + "Offending command was: \"%s\", name: %s, password: %s" : "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL Benutzername und/oder Passwort ungültig", + "Set an admin username." : "Setze Administrator Benutzername.", + "Set an admin password." : "Setze Administrator Passwort", + "Can't create or write into the data directory %s" : "Das Datenverzeichnis %s kann nicht erstellt oder beschreiben werden", + "%s shared »%s« with you" : "%s hat »%s« mit Ihnen geteilt", + "Sharing %s failed, because the file does not exist" : "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert", + "You are not allowed to share %s" : "Die Freigabe von %s ist Ihnen nicht erlaubt", + "Sharing %s failed, because the user %s is the item owner" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s Besitzer des Objektes ist", + "Sharing %s failed, because the user %s does not exist" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s nicht existiert", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s kein Gruppenmitglied einer der Gruppen von %s ist", + "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", + "Sharing %s failed, because the group %s does not exist" : "Freigabe von %s fehlgeschlagen, da die Gruppe %s nicht existiert", + "Sharing %s failed, because %s is not a member of the group %s" : "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist", + "You need to provide a password to create a public link, only protected links are allowed" : "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren", + "Sharing %s failed, because sharing with links is not allowed" : "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist", + "Share type %s is not valid for %s" : "Freigabetyp %s ist nicht gültig für %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten", + "Setting permissions for %s failed, because the item was not found" : "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.", + "Cannot set expiration date. Expiration date is in the past" : "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden", + "Sharing backend %s not found" : "Freigabe-Backend %s nicht gefunden", + "Sharing backend for %s not found" : "Freigabe-Backend für %s nicht gefunden", + "Sharing %s failed, because the user %s is the original sharer" : "Freigabe von %s fehlgeschlagen, da der Nutzer %s der offizielle Freigeber ist", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten", + "Sharing %s failed, because resharing is not allowed" : "Freigabe von %s fehlgeschlagen, da das nochmalige Freigeben einer Freigabe nicht erlaubt ist", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte", + "Sharing %s failed, because the file could not be found in the file cache" : "Freigabe von %s fehlgeschlagen, da die Datei im Datei-Cache nicht gefunden werden konnte", + "Could not find category \"%s\"" : "Die Kategorie \"%s\" konnte nicht gefunden werden.", + "seconds ago" : "Gerade eben", + "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"], + "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"], + "today" : "Heute", + "yesterday" : "Gestern", + "_%n day go_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"], + "last month" : "Letzten Monat", + "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"], + "last year" : "Letztes Jahr", + "years ago" : "Vor Jahren", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Folgende Zeichen sind im Benutzernamen erlaubt: »a-z«, »A-Z«, »0-9« und »_.@-«", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", + "The username is already being used" : "Der Benutzername existiert bereits", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Keine Datenbanktreiber (SQLite, MYSQL, oder PostgreSQL) installiert.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Berechtigungen können normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Wurzelverzeichnis %s gegeben wird.", + "Cannot write into \"config\" directory" : "Das Schreiben in das »config«-Verzeichnis ist nicht möglich", + "Cannot write into \"apps\" directory" : "Das Schreiben in das »apps«-Verzeichnis ist nicht möglich", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Anwendungsverzeichnis %s gegeben wird oder die Anwendungsauswahl in der Konfigurationsdatei deaktiviert wird.", + "Cannot create \"data\" directory (%s)" : "Das Erstellen des »data«-Verzeichnisses ist nicht möglich (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Dies kann normalerweise repariert werden, indem dem Webserver .", + "Setting locale to %s failed" : "Das Setzen der Umgebungslokale auf %s fehlgeschlagen", + "Please install one of these locales on your system and restart your webserver." : "Bitte installieren Sie eine dieser Sprachen auf Ihrem System und starten Sie den Webserver neu.", + "Please ask your server administrator to install the module." : "Bitte fragen Sie, für die Installation des Moduls, Ihren Server-Administrator.", + "PHP module %s not installed." : "PHP-Modul %s nicht installiert.", + "PHP %s or higher is required." : "PHP %s oder höher wird benötigt.", + "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." : "Bitte fragen Sie zur Aktualisierung von PHP auf die letzte Version Ihren Server-Administrator. Ihre PHP-Version wird nicht länger durch ownCloud und der PHP-Gemeinschaft unterstützt.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP-Sicherheitsmodus ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", + "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." : "Der PHP-Sicherheitsmodus ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte fragen Sie Ihren Server-Administrator zur Deaktivierung in der php.ini oder Ihrer Webserver-Konfiguration.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", + "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." : "Magic Quotes ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte fragen Sie Ihren Server-Administrator zur Deaktivierung in der php.ini oder Ihrer Webserver-Konfiguration.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP-Module wurden installiert, werden aber als noch fehlend gelistet?", + "Please ask your server administrator to restart the web server." : "Bitte fragen Sie Ihren Server-Administrator zum Neustart des Webservers.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 benötigt", + "Please upgrade your database version" : "Bitte aktualisieren Sie Ihre Datenbankversion", + "Error occurred while checking PostgreSQL version" : "Es ist ein Fehler beim Prüfen der PostgreSQL-Version aufgetreten", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Stellen Sie sicher, dass Sie PostgreSQL >= 9 verwenden oder prüfen Sie die Logs für weitere Informationen über den Fehler", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Bitte ändern Sie die Berechtigungen auf 0770 sodass das Verzeichnis nicht von anderen Nutzer angezeigt werden kann.", + "Data directory (%s) is readable by other users" : "Daten-Verzeichnis (%s) ist von anderen Nutzern lesbar", + "Data directory (%s) is invalid" : "Daten-Verzeichnis (%s) ist ungültig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stellen Sie sicher, dass das Daten-Verzeichnis eine Datei namens \".ocdata\" im Wurzelverzeichnis enthält.", + "Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf »%s« konnte nicht ermittelt werden." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/de_DE.php b/lib/l10n/de_DE.php deleted file mode 100644 index 006f28d606..0000000000 --- a/lib/l10n/de_DE.php +++ /dev/null @@ -1,123 +0,0 @@ - "Das Schreiben in das »config«-Verzeichnis nicht möglich!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Dies kann normalerweise repariert werden, indem dem Webserver Schreibzugriff auf das config-Verzeichnis gegeben wird", -"See %s" => "Siehe %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird.", -"Sample configuration detected" => "Beispielkonfiguration gefunden", -"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" => "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde, Dies wird nicht unterstützt kann zum Abruch Ihrer Installation führen. Bitte lesen Sie die Dokumentation vor der Änderung an der config.php.", -"Help" => "Hilfe", -"Personal" => "Persönlich", -"Settings" => "Einstellungen", -"Users" => "Benutzer", -"Admin" => "Administrator", -"Recommended" => "Empfohlen", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "App »%s« kann nicht installiert werden, da sie mit dieser ownCloud-Version nicht kompatibel ist.", -"No app name specified" => "Es wurde kein Applikation-Name angegeben", -"Unknown filetype" => "Unbekannter Dateityp", -"Invalid image" => "Ungültiges Bild", -"web services under your control" => "Web-Services unter Ihrer Kontrolle", -"App directory already exists" => "Der Ordner für die Anwendung ist bereits vorhanden.", -"Can't create app folder. Please fix permissions. %s" => "Der Ordner für die Anwendung konnte nicht angelegt werden. Bitte überprüfen Sie die Ordner- und Dateirechte und passen Sie diese entsprechend an. %s", -"No source specified when installing app" => "Für die Installation der Applikation wurde keine Quelle angegeben", -"No href specified when installing app from http" => "Der Link (href) wurde nicht angegeben um die Applikation per http zu installieren", -"No path specified when installing app from local file" => "Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben", -"Archives of type %s are not supported" => "Archive des Typs %s werden nicht unterstützt.", -"Failed to open archive when installing app" => "Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden", -"App does not provide an info.xml file" => "Die Applikation enthält keine info.xml Datei", -"App can't be installed because of not allowed code in the App" => "Die Applikation kann auf Grund von unerlaubten Code nicht installiert werden", -"App can't be installed because it is not compatible with this version of ownCloud" => "Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist.", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Die Applikation konnte nicht installiert werden, da diese das true Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist ist", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist", -"Application is not enabled" => "Die Anwendung ist nicht aktiviert", -"Authentication error" => "Authentifizierungs-Fehler", -"Token expired. Please reload page." => "Token abgelaufen. Bitte laden Sie die Seite neu.", -"Unknown user" => "Unbekannter Benutzer", -"%s enter the database username." => "%s geben Sie den Datenbank-Benutzernamen an.", -"%s enter the database name." => "%s geben Sie den Datenbank-Namen an.", -"%s you may not use dots in the database name" => "%s Der Datenbank-Name darf keine Punkte enthalten", -"MS SQL username and/or password not valid: %s" => "MS SQL Benutzername und/oder Passwort ungültig: %s", -"You need to enter either an existing account or the administrator." => "Sie müssen entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB Benutzername und/oder Passwort sind nicht gültig", -"DB Error: \"%s\"" => "DB Fehler: \"%s\"", -"Offending command was: \"%s\"" => "Fehlerhafter Befehl war: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB Benutzer '%s'@'localhost' existiert bereits.", -"Drop this user from MySQL/MariaDB" => "Löschen Sie diesen Benutzer von MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB Benutzer '%s'@'%%' existiert bereits", -"Drop this user from MySQL/MariaDB." => "Löschen Sie diesen Benutzer von MySQL/MariaDB.", -"Oracle connection could not be established" => "Die Oracle-Verbindung konnte nicht aufgebaut werden.", -"Oracle username and/or password not valid" => "Oracle Benutzername und/oder Passwort ungültig", -"Offending command was: \"%s\", name: %s, password: %s" => "Fehlerhafter Befehl war: \"%s\", Name: %s, Passwort: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL Benutzername und/oder Passwort ungültig", -"Set an admin username." => "Setze Administrator Benutzername.", -"Set an admin password." => "Setze Administrator Passwort", -"Can't create or write into the data directory %s" => "Das Datenverzeichnis %s kann nicht erstellt oder beschreiben werden", -"%s shared »%s« with you" => "%s hat »%s« mit Ihnen geteilt", -"Sharing %s failed, because the file does not exist" => "Freigabe von %s fehlgeschlagen, da die Datei nicht existiert", -"You are not allowed to share %s" => "Die Freigabe von %s ist Ihnen nicht erlaubt", -"Sharing %s failed, because the user %s is the item owner" => "Freigabe von %s fehlgeschlagen, da der Nutzer %s Besitzer des Objektes ist", -"Sharing %s failed, because the user %s does not exist" => "Freigabe von %s fehlgeschlagen, da der Nutzer %s nicht existiert", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Freigabe von %s fehlgeschlagen, da der Nutzer %s kein Gruppenmitglied einer der Gruppen von %s ist", -"Sharing %s failed, because this item is already shared with %s" => "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", -"Sharing %s failed, because the group %s does not exist" => "Freigabe von %s fehlgeschlagen, da die Gruppe %s nicht existiert", -"Sharing %s failed, because %s is not a member of the group %s" => "Freigabe von %s fehlgeschlagen, da %s kein Mitglied der Gruppe %s ist", -"You need to provide a password to create a public link, only protected links are allowed" => "Es sind nur geschützte Links zulässig, daher müssen Sie ein Passwort angeben, um einen öffentlichen Link zu generieren", -"Sharing %s failed, because sharing with links is not allowed" => "Freigabe von %s fehlgeschlagen, da das Teilen von Verknüpfungen nicht erlaubt ist", -"Share type %s is not valid for %s" => "Freigabetyp %s ist nicht gültig für %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten", -"Setting permissions for %s failed, because the item was not found" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.", -"Cannot set expiration date. Expiration date is in the past" => "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden", -"Sharing backend %s not found" => "Freigabe-Backend %s nicht gefunden", -"Sharing backend for %s not found" => "Freigabe-Backend für %s nicht gefunden", -"Sharing %s failed, because the user %s is the original sharer" => "Freigabe von %s fehlgeschlagen, da der Nutzer %s der offizielle Freigeber ist", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Freigabe von %s fehlgeschlagen, da die Berechtigungen die erteilten Berechtigungen %s überschreiten", -"Sharing %s failed, because resharing is not allowed" => "Freigabe von %s fehlgeschlagen, da das nochmalige Freigeben einer Freigabe nicht erlaubt ist", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Freigabe von %s fehlgeschlagen, da das Freigabe-Backend für %s nicht in dieser Quelle gefunden werden konnte", -"Sharing %s failed, because the file could not be found in the file cache" => "Freigabe von %s fehlgeschlagen, da die Datei im Datei-Cache nicht gefunden werden konnte", -"Could not find category \"%s\"" => "Die Kategorie \"%s\" konnte nicht gefunden werden.", -"seconds ago" => "Gerade eben", -"_%n minute ago_::_%n minutes ago_" => array("Vor %n Minute","Vor %n Minuten"), -"_%n hour ago_::_%n hours ago_" => array("Vor %n Stunde","Vor %n Stunden"), -"today" => "Heute", -"yesterday" => "Gestern", -"_%n day go_::_%n days ago_" => array("Vor %n Tag","Vor %n Tagen"), -"last month" => "Letzten Monat", -"_%n month ago_::_%n months ago_" => array("Vor %n Monat","Vor %n Monaten"), -"last year" => "Letztes Jahr", -"years ago" => "Vor Jahren", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Folgende Zeichen sind im Benutzernamen erlaubt: »a-z«, »A-Z«, »0-9« und »_.@-«", -"A valid username must be provided" => "Es muss ein gültiger Benutzername angegeben werden", -"A valid password must be provided" => "Es muss ein gültiges Passwort angegeben werden", -"The username is already being used" => "Der Benutzername existiert bereits", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Keine Datenbanktreiber (SQLite, MYSQL, oder PostgreSQL) installiert.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Berechtigungen können normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Wurzelverzeichnis %s gegeben wird.", -"Cannot write into \"config\" directory" => "Das Schreiben in das »config«-Verzeichnis ist nicht möglich", -"Cannot write into \"apps\" directory" => "Das Schreiben in das »apps«-Verzeichnis ist nicht möglich", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Anwendungsverzeichnis %s gegeben wird oder die Anwendungsauswahl in der Konfigurationsdatei deaktiviert wird.", -"Cannot create \"data\" directory (%s)" => "Das Erstellen des »data«-Verzeichnisses ist nicht möglich (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Dies kann normalerweise repariert werden, indem dem Webserver .", -"Setting locale to %s failed" => "Das Setzen der Umgebungslokale auf %s fehlgeschlagen", -"Please install one of these locales on your system and restart your webserver." => "Bitte installieren Sie eine dieser Sprachen auf Ihrem System und starten Sie den Webserver neu.", -"Please ask your server administrator to install the module." => "Bitte fragen Sie, für die Installation des Moduls, Ihren Server-Administrator.", -"PHP module %s not installed." => "PHP-Modul %s nicht installiert.", -"PHP %s or higher is required." => "PHP %s oder höher wird benötigt.", -"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." => "Bitte fragen Sie zur Aktualisierung von PHP auf die letzte Version Ihren Server-Administrator. Ihre PHP-Version wird nicht länger durch ownCloud und der PHP-Gemeinschaft unterstützt.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP-Sicherheitsmodus ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", -"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." => "Der PHP-Sicherheitsmodus ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte fragen Sie Ihren Server-Administrator zur Deaktivierung in der php.ini oder Ihrer Webserver-Konfiguration.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes ist aktiviert. ownCloud benötigt für eine korrekte Funktion eine Deaktivierung von diesem Modus.", -"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." => "Magic Quotes ist eine veraltete und meist nutzlose Einstellung, die deaktiviert werden sollte. Bitte fragen Sie Ihren Server-Administrator zur Deaktivierung in der php.ini oder Ihrer Webserver-Konfiguration.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP-Module wurden installiert, werden aber als noch fehlend gelistet?", -"Please ask your server administrator to restart the web server." => "Bitte fragen Sie Ihren Server-Administrator zum Neustart des Webservers.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 benötigt", -"Please upgrade your database version" => "Bitte aktualisieren Sie Ihre Datenbankversion", -"Error occurred while checking PostgreSQL version" => "Es ist ein Fehler beim Prüfen der PostgreSQL-Version aufgetreten", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Stellen Sie sicher, dass Sie PostgreSQL >= 9 verwenden oder prüfen Sie die Logs für weitere Informationen über den Fehler", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Bitte ändern Sie die Berechtigungen auf 0770 sodass das Verzeichnis nicht von anderen Nutzer angezeigt werden kann.", -"Data directory (%s) is readable by other users" => "Daten-Verzeichnis (%s) ist von anderen Nutzern lesbar", -"Data directory (%s) is invalid" => "Daten-Verzeichnis (%s) ist ungültig", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Bitte stellen Sie sicher, dass das Daten-Verzeichnis eine Datei namens \".ocdata\" im Wurzelverzeichnis enthält.", -"Could not obtain lock type %d on \"%s\"." => "Sperrtyp %d auf »%s« konnte nicht ermittelt werden." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/el.js b/lib/l10n/el.js new file mode 100644 index 0000000000..5d0048837f --- /dev/null +++ b/lib/l10n/el.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Αδυναμία εγγραφής στον κατάλογο \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Αυτό μπορεί συνήθως να διορθωθεί παρέχοντας δικαιώματα εγγραφής για το φάκελο config στο διακομιστή δικτύου", + "See %s" : "Δείτε %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Αυτό μπορεί συνήθως να διορθωθεί %sπαρέχοντας δικαιώματα εγγραφής για το φάκελο config στο διακομιστή δικτύου%s.", + "Sample configuration detected" : "Ανιχνεύθηκε δείγμα εγκατάστασης", + "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" : "Έχει ανιχνευθεί ότι το δείγμα εγκατάστασης έχει αντιγραφεί. Αυτό μπορεί να σπάσει την εγκατάστασή σας και δεν υποστηρίζεται. Παρακαλώ διαβάστε την τεκμηρίωση πριν εκτελέσετε αλλαγές στο config.php", + "Help" : "Βοήθεια", + "Personal" : "Προσωπικά", + "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" : "Άγνωστος τύπος αρχείου", + "Invalid image" : "Μη έγκυρη εικόνα", + "web services under your control" : "υπηρεσίες δικτύου υπό τον έλεγχό σας", + "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" : "Η εφαρμογή δεν μπορεί να εγκατασταθεί επειδή περιέχει την ετικέτα σωστή που δεν επιτρέπεται για μη-ενσωματωμένες εφαρμογές", + "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." : "Χρειάζεται να εισάγετε είτε έναν υπάρχον λογαριασμό ή του διαχειριστή.", + "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." : "Υπάρχει ήδη ο χρήστης '%s'@'localhost' της MySQL/MariaDB", + "Drop this user from MySQL/MariaDB" : "Κατάργηση του χρήστη από MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Υπάρχει ήδη ο χρήστης '%s'@'%%' της MySQL/MariaDB", + "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 απέτυχε, γιατί δεν επιτρέπεται ο διαμοιρασμός με συνδέσμους", + "Share type %s is not valid for %s" : "Ο τύπος διαμοιρασμού %s δεν είναι έγκυρος για το %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ο ορισμός δικαιωμάτων για το %s απέτυχε, γιατί τα δικαιώματα υπερτερούν αυτά που είναι ορισμένα για το %s", + "Setting permissions for %s failed, because the item was not found" : "Ο ορισμός δικαιωμάτων για το %s απέτυχε, γιατί το αντικείμενο δεν βρέθηκε", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Δεν μπορεί να οριστεί ημερομηνία λήξης. Οι κοινοποιήσεις δεν μπορεί να λήγουν αργότερα από %s αφού έχουν διαμοιραστεί.", + "Cannot set expiration date. Expiration date is in the past" : "Δεν μπορεί να οριστεί ημερομηνία λήξης. Η ημερομηνία λήξης είναι στο παρελθόν", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Το σύστημα διαμοιρασμού %s πρέπει να υλοποιεί την διεπαφή OCP\\Share_Backend", + "Sharing backend %s not found" : "Το σύστημα διαμοιρασμού %s δεν βρέθηκε", + "Sharing backend for %s not found" : "Το σύστημα διαμοιρασμού για το %s δεν βρέθηκε", + "Sharing %s failed, because the user %s is the original sharer" : "Ο διαμοιρασμός του %s απέτυχε, γιατί το αντικείμενο είναι διαμοιρασμένο αρχικά από τον χρήστη %s", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Ο διαμοιρασμός του %s απέτυχε, γιατί τα δικαιώματα υπερτερούν αυτά που είναι ορισμένα για το %s", + "Sharing %s failed, because resharing is not allowed" : "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν επιτρέπεται ο επαναδιαμοιρασμός", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν ήταν δυνατό να εντοπίσει την πηγή το σύστημα διαμοιρασμού για το %s ", + "Sharing %s failed, because the file could not be found in the file cache" : "Ο διαμοιρασμός του %s απέτυχε, γιατί το αρχείο δεν βρέθηκε στην προσωρινή αποθήκευση αρχείων", + "Could not find category \"%s\"" : "Αδυναμία εύρεσης κατηγορίας \"%s\"", + "seconds ago" : "δευτερόλεπτα πριν", + "_%n minute ago_::_%n minutes ago_" : ["","%n λεπτά πριν"], + "_%n hour ago_::_%n hours ago_" : ["","%n ώρες πριν"], + "today" : "σήμερα", + "yesterday" : "χτες", + "_%n day go_::_%n days ago_" : ["","%n ημέρες πριν"], + "last month" : "τελευταίο μήνα", + "_%n month ago_::_%n months ago_" : ["","%n μήνες πριν"], + "last year" : "τελευταίο χρόνο", + "years ago" : "χρόνια πριν", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Μόνο οι παρακάτων χαρακτήρες επιτρέπονται σε ένα όνομα χρήστη: \"a-z\", \"A-Z\", \"0-9\" και \"_.@-\"", + "A valid username must be provided" : "Πρέπει να δοθεί έγκυρο όνομα χρήστη", + "A valid password must be provided" : "Πρέπει να δοθεί έγκυρο συνθηματικό", + "The username is already being used" : "Το όνομα χρήστη είναι κατειλημμένο", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Δεν βρέθηκαν εγκατεστημένοι οδηγοί βάσεων δεδομένων (sqlite, mysql, or postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Τα δικαιώματα πρόσβασης μπορούν συνήθως να διορθωθούν %sδίνοντας δικαιώματα εγγραφής για τον βασικό κατάλογο στο διακομιστή δικτύου%s.", + "Cannot write into \"config\" directory" : "Αδυναμία εγγραφής στον κατάλογο \"config\"", + "Cannot write into \"apps\" directory" : "Αδυναμία εγγραφής στον κατάλογο \"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." : "Αυτό μπορεί συνήθως να διορθωθεί %sδίνοντας διακαιώματα εγγραφής για τον κατάλογο εφαρμογών στο διακομιστή δικτύου%s ή απενεργοποιώντας το κέντρο εφαρμογών στο αρχείο config.", + "Cannot create \"data\" directory (%s)" : "Αδυναμία δημιουργίας του καταλόγου \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Αυτό μπορεί συνήθως να διορθωθεί δίνοντας δικαιώματα εγγραφής για το βασικό κατάλογο στο διακομιστή δικτύου.", + "Setting locale to %s failed" : "Ρύθμιση τοπικών ρυθμίσεων σε %s απέτυχε", + "Please install one of these locales on your system and restart your webserver." : "Παρακαλώ να εγκαταστήσετε μία από αυτές τις τοπικές ρυθμίσεις στο σύστημά σας και να επανεκκινήσετε τον διακομιστή δικτύου σας.", + "Please ask your server administrator to install the module." : "Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να εγκαταστήσει τη μονάδα.", + "PHP module %s not installed." : "Η μονάδα %s PHP δεν είναι εγκατεστημένη. ", + "PHP %s or higher is required." : "PHP %s ή νεώτερη απαιτείται.", + "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." : "Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να ενημερώσει τον PHP στη νεώτερη έκδοση. Η έκδοση του PHP σας δεν υποστηρίζεται πλεον από το ownCloud και την κοινότητα PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Η Ασφαλής Λειτουργία PHP έχει ενεργοποιηθεί. Το ownCloud απαιτεί να είναι απενεργοποιημένη για να λειτουργεί σωστά.", + "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." : "Η Ασφαλής Λειτουργεία PHP είναι μια ξεπερασμένη και κατά κύριο λόγο άχρηστη ρύθμιση που θα πρέπει να είναι απενεργοποιημένη. Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να την απενεργοποιήσει στο php.ini ή στις ρυθμίσεις του διακομιστή δικτύου σας.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Οι Magic Quotes είναι ενεργοποιημένες. Το 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." : "Οι Magic Quotes είναι μια ξεπερασμένη και κατά κύριο λόγο άχρηστη ρύθμιση που θα πρέπει να είναι απενεργοποιημένη. Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να την απενεργοποιήσει στο php.ini ή στις ρυθμίσεις του διακομιστή δικτύου σας.", + "PHP modules have been installed, but they are still listed as missing?" : "Κάποιες μονάδες PHP έχουν εγκατασταθεί, αλλά είναι ακόμα καταγεγραμμένες ως απούσες;", + "Please ask your server administrator to restart the web server." : "Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να επανεκκινήσει το διακομιστή δικτύου σας.", + "PostgreSQL >= 9 required" : "Απαιτείται PostgreSQL >= 9", + "Please upgrade your database version" : "Παρακαλώ αναβαθμίστε την έκδοση της βάσης δεδομένων σας", + "Error occurred while checking PostgreSQL version" : "Προέκυψε σφάλμα κατά τον έλεγχο της έκδοσης PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Παρακαλώ ελέγξτε ότι έχετε PostgreSQL >= 9 ή ελέγξτε στα ιστορικό σφαλμάτων για περισσότερες πληροφορίες για το σφάλμα", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Παρακαλώ αλλάξτε τις ρυθμίσεις σε 0770 έτσι ώστε ο κατάλογος να μην μπορεί να προβάλλεται από άλλους χρήστες.", + "Data directory (%s) is readable by other users" : "Ο κατάλογος δεδομένων (%s) είναι διαθέσιμος προς ανάγνωση για άλλους χρήστες", + "Data directory (%s) is invalid" : "Ο κατάλογος δεδομένων (%s) είναι άκυρος", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Παρακαλώ ελέγξτε ότι ο κατάλογος δεδομένων περιέχει ένα αρχείο \".ocdata\" στη βάση του.", + "Could not obtain lock type %d on \"%s\"." : "Αδυναμία ανάκτησης τύπου κλειδιού %d στο \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/el.json b/lib/l10n/el.json new file mode 100644 index 0000000000..65ff3ab3aa --- /dev/null +++ b/lib/l10n/el.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Αδυναμία εγγραφής στον κατάλογο \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Αυτό μπορεί συνήθως να διορθωθεί παρέχοντας δικαιώματα εγγραφής για το φάκελο config στο διακομιστή δικτύου", + "See %s" : "Δείτε %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Αυτό μπορεί συνήθως να διορθωθεί %sπαρέχοντας δικαιώματα εγγραφής για το φάκελο config στο διακομιστή δικτύου%s.", + "Sample configuration detected" : "Ανιχνεύθηκε δείγμα εγκατάστασης", + "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" : "Έχει ανιχνευθεί ότι το δείγμα εγκατάστασης έχει αντιγραφεί. Αυτό μπορεί να σπάσει την εγκατάστασή σας και δεν υποστηρίζεται. Παρακαλώ διαβάστε την τεκμηρίωση πριν εκτελέσετε αλλαγές στο config.php", + "Help" : "Βοήθεια", + "Personal" : "Προσωπικά", + "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" : "Άγνωστος τύπος αρχείου", + "Invalid image" : "Μη έγκυρη εικόνα", + "web services under your control" : "υπηρεσίες δικτύου υπό τον έλεγχό σας", + "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" : "Η εφαρμογή δεν μπορεί να εγκατασταθεί επειδή περιέχει την ετικέτα σωστή που δεν επιτρέπεται για μη-ενσωματωμένες εφαρμογές", + "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." : "Χρειάζεται να εισάγετε είτε έναν υπάρχον λογαριασμό ή του διαχειριστή.", + "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." : "Υπάρχει ήδη ο χρήστης '%s'@'localhost' της MySQL/MariaDB", + "Drop this user from MySQL/MariaDB" : "Κατάργηση του χρήστη από MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Υπάρχει ήδη ο χρήστης '%s'@'%%' της MySQL/MariaDB", + "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 απέτυχε, γιατί δεν επιτρέπεται ο διαμοιρασμός με συνδέσμους", + "Share type %s is not valid for %s" : "Ο τύπος διαμοιρασμού %s δεν είναι έγκυρος για το %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ο ορισμός δικαιωμάτων για το %s απέτυχε, γιατί τα δικαιώματα υπερτερούν αυτά που είναι ορισμένα για το %s", + "Setting permissions for %s failed, because the item was not found" : "Ο ορισμός δικαιωμάτων για το %s απέτυχε, γιατί το αντικείμενο δεν βρέθηκε", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Δεν μπορεί να οριστεί ημερομηνία λήξης. Οι κοινοποιήσεις δεν μπορεί να λήγουν αργότερα από %s αφού έχουν διαμοιραστεί.", + "Cannot set expiration date. Expiration date is in the past" : "Δεν μπορεί να οριστεί ημερομηνία λήξης. Η ημερομηνία λήξης είναι στο παρελθόν", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Το σύστημα διαμοιρασμού %s πρέπει να υλοποιεί την διεπαφή OCP\\Share_Backend", + "Sharing backend %s not found" : "Το σύστημα διαμοιρασμού %s δεν βρέθηκε", + "Sharing backend for %s not found" : "Το σύστημα διαμοιρασμού για το %s δεν βρέθηκε", + "Sharing %s failed, because the user %s is the original sharer" : "Ο διαμοιρασμός του %s απέτυχε, γιατί το αντικείμενο είναι διαμοιρασμένο αρχικά από τον χρήστη %s", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Ο διαμοιρασμός του %s απέτυχε, γιατί τα δικαιώματα υπερτερούν αυτά που είναι ορισμένα για το %s", + "Sharing %s failed, because resharing is not allowed" : "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν επιτρέπεται ο επαναδιαμοιρασμός", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν ήταν δυνατό να εντοπίσει την πηγή το σύστημα διαμοιρασμού για το %s ", + "Sharing %s failed, because the file could not be found in the file cache" : "Ο διαμοιρασμός του %s απέτυχε, γιατί το αρχείο δεν βρέθηκε στην προσωρινή αποθήκευση αρχείων", + "Could not find category \"%s\"" : "Αδυναμία εύρεσης κατηγορίας \"%s\"", + "seconds ago" : "δευτερόλεπτα πριν", + "_%n minute ago_::_%n minutes ago_" : ["","%n λεπτά πριν"], + "_%n hour ago_::_%n hours ago_" : ["","%n ώρες πριν"], + "today" : "σήμερα", + "yesterday" : "χτες", + "_%n day go_::_%n days ago_" : ["","%n ημέρες πριν"], + "last month" : "τελευταίο μήνα", + "_%n month ago_::_%n months ago_" : ["","%n μήνες πριν"], + "last year" : "τελευταίο χρόνο", + "years ago" : "χρόνια πριν", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Μόνο οι παρακάτων χαρακτήρες επιτρέπονται σε ένα όνομα χρήστη: \"a-z\", \"A-Z\", \"0-9\" και \"_.@-\"", + "A valid username must be provided" : "Πρέπει να δοθεί έγκυρο όνομα χρήστη", + "A valid password must be provided" : "Πρέπει να δοθεί έγκυρο συνθηματικό", + "The username is already being used" : "Το όνομα χρήστη είναι κατειλημμένο", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Δεν βρέθηκαν εγκατεστημένοι οδηγοί βάσεων δεδομένων (sqlite, mysql, or postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Τα δικαιώματα πρόσβασης μπορούν συνήθως να διορθωθούν %sδίνοντας δικαιώματα εγγραφής για τον βασικό κατάλογο στο διακομιστή δικτύου%s.", + "Cannot write into \"config\" directory" : "Αδυναμία εγγραφής στον κατάλογο \"config\"", + "Cannot write into \"apps\" directory" : "Αδυναμία εγγραφής στον κατάλογο \"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." : "Αυτό μπορεί συνήθως να διορθωθεί %sδίνοντας διακαιώματα εγγραφής για τον κατάλογο εφαρμογών στο διακομιστή δικτύου%s ή απενεργοποιώντας το κέντρο εφαρμογών στο αρχείο config.", + "Cannot create \"data\" directory (%s)" : "Αδυναμία δημιουργίας του καταλόγου \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Αυτό μπορεί συνήθως να διορθωθεί δίνοντας δικαιώματα εγγραφής για το βασικό κατάλογο στο διακομιστή δικτύου.", + "Setting locale to %s failed" : "Ρύθμιση τοπικών ρυθμίσεων σε %s απέτυχε", + "Please install one of these locales on your system and restart your webserver." : "Παρακαλώ να εγκαταστήσετε μία από αυτές τις τοπικές ρυθμίσεις στο σύστημά σας και να επανεκκινήσετε τον διακομιστή δικτύου σας.", + "Please ask your server administrator to install the module." : "Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να εγκαταστήσει τη μονάδα.", + "PHP module %s not installed." : "Η μονάδα %s PHP δεν είναι εγκατεστημένη. ", + "PHP %s or higher is required." : "PHP %s ή νεώτερη απαιτείται.", + "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." : "Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να ενημερώσει τον PHP στη νεώτερη έκδοση. Η έκδοση του PHP σας δεν υποστηρίζεται πλεον από το ownCloud και την κοινότητα PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Η Ασφαλής Λειτουργία PHP έχει ενεργοποιηθεί. Το ownCloud απαιτεί να είναι απενεργοποιημένη για να λειτουργεί σωστά.", + "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." : "Η Ασφαλής Λειτουργεία PHP είναι μια ξεπερασμένη και κατά κύριο λόγο άχρηστη ρύθμιση που θα πρέπει να είναι απενεργοποιημένη. Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να την απενεργοποιήσει στο php.ini ή στις ρυθμίσεις του διακομιστή δικτύου σας.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Οι Magic Quotes είναι ενεργοποιημένες. Το 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." : "Οι Magic Quotes είναι μια ξεπερασμένη και κατά κύριο λόγο άχρηστη ρύθμιση που θα πρέπει να είναι απενεργοποιημένη. Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να την απενεργοποιήσει στο php.ini ή στις ρυθμίσεις του διακομιστή δικτύου σας.", + "PHP modules have been installed, but they are still listed as missing?" : "Κάποιες μονάδες PHP έχουν εγκατασταθεί, αλλά είναι ακόμα καταγεγραμμένες ως απούσες;", + "Please ask your server administrator to restart the web server." : "Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να επανεκκινήσει το διακομιστή δικτύου σας.", + "PostgreSQL >= 9 required" : "Απαιτείται PostgreSQL >= 9", + "Please upgrade your database version" : "Παρακαλώ αναβαθμίστε την έκδοση της βάσης δεδομένων σας", + "Error occurred while checking PostgreSQL version" : "Προέκυψε σφάλμα κατά τον έλεγχο της έκδοσης PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Παρακαλώ ελέγξτε ότι έχετε PostgreSQL >= 9 ή ελέγξτε στα ιστορικό σφαλμάτων για περισσότερες πληροφορίες για το σφάλμα", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Παρακαλώ αλλάξτε τις ρυθμίσεις σε 0770 έτσι ώστε ο κατάλογος να μην μπορεί να προβάλλεται από άλλους χρήστες.", + "Data directory (%s) is readable by other users" : "Ο κατάλογος δεδομένων (%s) είναι διαθέσιμος προς ανάγνωση για άλλους χρήστες", + "Data directory (%s) is invalid" : "Ο κατάλογος δεδομένων (%s) είναι άκυρος", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Παρακαλώ ελέγξτε ότι ο κατάλογος δεδομένων περιέχει ένα αρχείο \".ocdata\" στη βάση του.", + "Could not obtain lock type %d on \"%s\"." : "Αδυναμία ανάκτησης τύπου κλειδιού %d στο \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/el.php b/lib/l10n/el.php deleted file mode 100644 index 2814328efd..0000000000 --- a/lib/l10n/el.php +++ /dev/null @@ -1,123 +0,0 @@ - "Αδυναμία εγγραφής στον κατάλογο \"config\"!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Αυτό μπορεί συνήθως να διορθωθεί παρέχοντας δικαιώματα εγγραφής για το φάκελο config στο διακομιστή δικτύου", -"See %s" => "Δείτε %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Αυτό μπορεί συνήθως να διορθωθεί %sπαρέχοντας δικαιώματα εγγραφής για το φάκελο config στο διακομιστή δικτύου%s.", -"Sample configuration detected" => "Ανιχνεύθηκε δείγμα εγκατάστασης", -"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" => "Έχει ανιχνευθεί ότι το δείγμα εγκατάστασης έχει αντιγραφεί. Αυτό μπορεί να σπάσει την εγκατάστασή σας και δεν υποστηρίζεται. Παρακαλώ διαβάστε την τεκμηρίωση πριν εκτελέσετε αλλαγές στο config.php", -"Help" => "Βοήθεια", -"Personal" => "Προσωπικά", -"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" => "Άγνωστος τύπος αρχείου", -"Invalid image" => "Μη έγκυρη εικόνα", -"web services under your control" => "υπηρεσίες δικτύου υπό τον έλεγχό σας", -"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" => "Η εφαρμογή δεν μπορεί να εγκατασταθεί επειδή περιέχει την ετικέτα σωστή που δεν επιτρέπεται για μη-ενσωματωμένες εφαρμογές", -"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." => "Χρειάζεται να εισάγετε είτε έναν υπάρχον λογαριασμό ή του διαχειριστή.", -"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." => "Υπάρχει ήδη ο χρήστης '%s'@'localhost' της MySQL/MariaDB", -"Drop this user from MySQL/MariaDB" => "Κατάργηση του χρήστη από MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "Υπάρχει ήδη ο χρήστης '%s'@'%%' της MySQL/MariaDB", -"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 απέτυχε, γιατί δεν επιτρέπεται ο διαμοιρασμός με συνδέσμους", -"Share type %s is not valid for %s" => "Ο τύπος διαμοιρασμού %s δεν είναι έγκυρος για το %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Ο ορισμός δικαιωμάτων για το %s απέτυχε, γιατί τα δικαιώματα υπερτερούν αυτά που είναι ορισμένα για το %s", -"Setting permissions for %s failed, because the item was not found" => "Ο ορισμός δικαιωμάτων για το %s απέτυχε, γιατί το αντικείμενο δεν βρέθηκε", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Δεν μπορεί να οριστεί ημερομηνία λήξης. Οι κοινοποιήσεις δεν μπορεί να λήγουν αργότερα από %s αφού έχουν διαμοιραστεί.", -"Cannot set expiration date. Expiration date is in the past" => "Δεν μπορεί να οριστεί ημερομηνία λήξης. Η ημερομηνία λήξης είναι στο παρελθόν", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Το σύστημα διαμοιρασμού %s πρέπει να υλοποιεί την διεπαφή OCP\\Share_Backend", -"Sharing backend %s not found" => "Το σύστημα διαμοιρασμού %s δεν βρέθηκε", -"Sharing backend for %s not found" => "Το σύστημα διαμοιρασμού για το %s δεν βρέθηκε", -"Sharing %s failed, because the user %s is the original sharer" => "Ο διαμοιρασμός του %s απέτυχε, γιατί το αντικείμενο είναι διαμοιρασμένο αρχικά από τον χρήστη %s", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Ο διαμοιρασμός του %s απέτυχε, γιατί τα δικαιώματα υπερτερούν αυτά που είναι ορισμένα για το %s", -"Sharing %s failed, because resharing is not allowed" => "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν επιτρέπεται ο επαναδιαμοιρασμός", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Ο διαμοιρασμός του %s απέτυχε, γιατί δεν ήταν δυνατό να εντοπίσει την πηγή το σύστημα διαμοιρασμού για το %s ", -"Sharing %s failed, because the file could not be found in the file cache" => "Ο διαμοιρασμός του %s απέτυχε, γιατί το αρχείο δεν βρέθηκε στην προσωρινή αποθήκευση αρχείων", -"Could not find category \"%s\"" => "Αδυναμία εύρεσης κατηγορίας \"%s\"", -"seconds ago" => "δευτερόλεπτα πριν", -"_%n minute ago_::_%n minutes ago_" => array("","%n λεπτά πριν"), -"_%n hour ago_::_%n hours ago_" => array("","%n ώρες πριν"), -"today" => "σήμερα", -"yesterday" => "χτες", -"_%n day go_::_%n days ago_" => array("","%n ημέρες πριν"), -"last month" => "τελευταίο μήνα", -"_%n month ago_::_%n months ago_" => array("","%n μήνες πριν"), -"last year" => "τελευταίο χρόνο", -"years ago" => "χρόνια πριν", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Μόνο οι παρακάτων χαρακτήρες επιτρέπονται σε ένα όνομα χρήστη: \"a-z\", \"A-Z\", \"0-9\" και \"_.@-\"", -"A valid username must be provided" => "Πρέπει να δοθεί έγκυρο όνομα χρήστη", -"A valid password must be provided" => "Πρέπει να δοθεί έγκυρο συνθηματικό", -"The username is already being used" => "Το όνομα χρήστη είναι κατειλημμένο", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Δεν βρέθηκαν εγκατεστημένοι οδηγοί βάσεων δεδομένων (sqlite, mysql, or postgresql).", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Τα δικαιώματα πρόσβασης μπορούν συνήθως να διορθωθούν %sδίνοντας δικαιώματα εγγραφής για τον βασικό κατάλογο στο διακομιστή δικτύου%s.", -"Cannot write into \"config\" directory" => "Αδυναμία εγγραφής στον κατάλογο \"config\"", -"Cannot write into \"apps\" directory" => "Αδυναμία εγγραφής στον κατάλογο \"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." => "Αυτό μπορεί συνήθως να διορθωθεί %sδίνοντας διακαιώματα εγγραφής για τον κατάλογο εφαρμογών στο διακομιστή δικτύου%s ή απενεργοποιώντας το κέντρο εφαρμογών στο αρχείο config.", -"Cannot create \"data\" directory (%s)" => "Αδυναμία δημιουργίας του καταλόγου \"data\" (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Αυτό μπορεί συνήθως να διορθωθεί δίνοντας δικαιώματα εγγραφής για το βασικό κατάλογο στο διακομιστή δικτύου.", -"Setting locale to %s failed" => "Ρύθμιση τοπικών ρυθμίσεων σε %s απέτυχε", -"Please install one of these locales on your system and restart your webserver." => "Παρακαλώ να εγκαταστήσετε μία από αυτές τις τοπικές ρυθμίσεις στο σύστημά σας και να επανεκκινήσετε τον διακομιστή δικτύου σας.", -"Please ask your server administrator to install the module." => "Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να εγκαταστήσει τη μονάδα.", -"PHP module %s not installed." => "Η μονάδα %s PHP δεν είναι εγκατεστημένη. ", -"PHP %s or higher is required." => "PHP %s ή νεώτερη απαιτείται.", -"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." => "Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να ενημερώσει τον PHP στη νεώτερη έκδοση. Η έκδοση του PHP σας δεν υποστηρίζεται πλεον από το ownCloud και την κοινότητα PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "Η Ασφαλής Λειτουργία PHP έχει ενεργοποιηθεί. Το ownCloud απαιτεί να είναι απενεργοποιημένη για να λειτουργεί σωστά.", -"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." => "Η Ασφαλής Λειτουργεία PHP είναι μια ξεπερασμένη και κατά κύριο λόγο άχρηστη ρύθμιση που θα πρέπει να είναι απενεργοποιημένη. Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να την απενεργοποιήσει στο php.ini ή στις ρυθμίσεις του διακομιστή δικτύου σας.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Οι Magic Quotes είναι ενεργοποιημένες. Το 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." => "Οι Magic Quotes είναι μια ξεπερασμένη και κατά κύριο λόγο άχρηστη ρύθμιση που θα πρέπει να είναι απενεργοποιημένη. Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να την απενεργοποιήσει στο php.ini ή στις ρυθμίσεις του διακομιστή δικτύου σας.", -"PHP modules have been installed, but they are still listed as missing?" => "Κάποιες μονάδες PHP έχουν εγκατασταθεί, αλλά είναι ακόμα καταγεγραμμένες ως απούσες;", -"Please ask your server administrator to restart the web server." => "Παρακαλώ ζητήστε από το διαχειριστή του διακομιστή σας να επανεκκινήσει το διακομιστή δικτύου σας.", -"PostgreSQL >= 9 required" => "Απαιτείται PostgreSQL >= 9", -"Please upgrade your database version" => "Παρακαλώ αναβαθμίστε την έκδοση της βάσης δεδομένων σας", -"Error occurred while checking PostgreSQL version" => "Προέκυψε σφάλμα κατά τον έλεγχο της έκδοσης PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Παρακαλώ ελέγξτε ότι έχετε PostgreSQL >= 9 ή ελέγξτε στα ιστορικό σφαλμάτων για περισσότερες πληροφορίες για το σφάλμα", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Παρακαλώ αλλάξτε τις ρυθμίσεις σε 0770 έτσι ώστε ο κατάλογος να μην μπορεί να προβάλλεται από άλλους χρήστες.", -"Data directory (%s) is readable by other users" => "Ο κατάλογος δεδομένων (%s) είναι διαθέσιμος προς ανάγνωση για άλλους χρήστες", -"Data directory (%s) is invalid" => "Ο κατάλογος δεδομένων (%s) είναι άκυρος", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Παρακαλώ ελέγξτε ότι ο κατάλογος δεδομένων περιέχει ένα αρχείο \".ocdata\" στη βάση του.", -"Could not obtain lock type %d on \"%s\"." => "Αδυναμία ανάκτησης τύπου κλειδιού %d στο \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/en@pirate.js b/lib/l10n/en@pirate.js new file mode 100644 index 0000000000..ad57745199 --- /dev/null +++ b/lib/l10n/en@pirate.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "lib", + { + "web services under your control" : "web services under your control", + "_%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/en@pirate.json b/lib/l10n/en@pirate.json new file mode 100644 index 0000000000..c2cd03ea8f --- /dev/null +++ b/lib/l10n/en@pirate.json @@ -0,0 +1,8 @@ +{ "translations": { + "web services under your control" : "web services under your control", + "_%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/en@pirate.php b/lib/l10n/en@pirate.php deleted file mode 100644 index a8175b1400..0000000000 --- a/lib/l10n/en@pirate.php +++ /dev/null @@ -1,9 +0,0 @@ - "web services under your control", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js new file mode 100644 index 0000000000..43f7edb525 --- /dev/null +++ b/lib/l10n/en_GB.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Cannot write into \"config\" directory!", + "This can usually be fixed by giving the webserver write access to the config directory" : "This can usually be fixed by giving the webserver write access to the config directory", + "See %s" : "See %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "This can usually be fixed by %sgiving the webserver write access to the config directory%s.", + "Sample configuration detected" : "Sample configuration detected", + "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" : "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", + "Help" : "Help", + "Personal" : "Personal", + "Settings" : "Settings", + "Users" : "Users", + "Admin" : "Admin", + "Recommended" : "Recommended", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud.", + "No app name specified" : "No app name specified", + "Unknown filetype" : "Unknown filetype", + "Invalid image" : "Invalid image", + "web services under your control" : "web services under your control", + "App directory already exists" : "App directory already exists", + "Can't create app folder. Please fix permissions. %s" : "Can't create app folder. Please fix permissions. %s", + "No source specified when installing app" : "No source specified when installing app", + "No href specified when installing app from http" : "No href specified when installing app from http", + "No path specified when installing app from local file" : "No path specified when installing app from local file", + "Archives of type %s are not supported" : "Archives of type %s are not supported", + "Failed to open archive when installing app" : "Failed to open archive when installing app", + "App does not provide an info.xml file" : "App does not provide an info.xml file", + "App can't be installed because of not allowed code in the App" : "App can't be installed because of unallowed code in the App", + "App can't be installed because it is not compatible with this version of ownCloud" : "App can't be installed because it is not compatible with this version of ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "App can't be installed because it contains the true tag which is not allowed for non shipped apps", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store", + "Application is not enabled" : "Application is not enabled", + "Authentication error" : "Authentication error", + "Token expired. Please reload page." : "Token expired. Please reload page.", + "Unknown user" : "Unknown user", + "%s enter the database username." : "%s enter the database username.", + "%s enter the database name." : "%s enter the database name.", + "%s you may not use dots in the database name" : "%s you may not use dots in the database name", + "MS SQL username and/or password not valid: %s" : "MS SQL username and/or password not valid: %s", + "You need to enter either an existing account or the administrator." : "You need to enter either an existing account or the administrator.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB username and/or password not valid", + "DB Error: \"%s\"" : "DB Error: \"%s\"", + "Offending command was: \"%s\"" : "Offending command was: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB user '%s'@'localhost' exists already.", + "Drop this user from MySQL/MariaDB" : "Drop this user from MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB user '%s'@'%%' already exists", + "Drop this user from MySQL/MariaDB." : "Drop this user from MySQL/MariaDB.", + "Oracle connection could not be established" : "Oracle connection could not be established", + "Oracle username and/or password not valid" : "Oracle username and/or password not valid", + "Offending command was: \"%s\", name: %s, password: %s" : "Offending command was: \"%s\", name: %s, password: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL username and/or password not valid", + "Set an admin username." : "Set an admin username.", + "Set an admin password." : "Set an admin password.", + "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", + "%s shared »%s« with you" : "%s shared \"%s\" with you", + "Sharing %s failed, because the file does not exist" : "Sharing %s failed, because the file does not exist", + "You are not allowed to share %s" : "You are not allowed to share %s", + "Sharing %s failed, because the user %s is the item owner" : "Sharing %s failed, because the user %s is the item owner", + "Sharing %s failed, because the user %s does not exist" : "Sharing %s failed, because the user %s does not exist", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of", + "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s", + "Sharing %s failed, because the group %s does not exist" : "Sharing %s failed, because the group %s does not exist", + "Sharing %s failed, because %s is not a member of the group %s" : "Sharing %s failed, because %s is not a member of the group %s", + "You need to provide a password to create a public link, only protected links are allowed" : "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" : "Sharing %s failed, because sharing with links is not allowed", + "Share type %s is not valid for %s" : "Share type %s is not valid for %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", + "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Cannot set expiry date. Shares cannot expire later than %s after they have been shared", + "Cannot set expiration date. Expiration date is in the past" : "Cannot set expiry date. Expiry date is in the past", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Sharing backend %s must implement the interface OCP\\Share_Backend", + "Sharing backend %s not found" : "Sharing backend %s not found", + "Sharing backend for %s not found" : "Sharing backend for %s not found", + "Sharing %s failed, because the user %s is the original sharer" : "Sharing %s failed, because the user %s is the original sharer", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Sharing %s failed, because the permissions exceed permissions granted to %s", + "Sharing %s failed, because resharing is not allowed" : "Sharing %s failed, because resharing is not allowed", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sharing %s failed, because the sharing backend for %s could not find its source", + "Sharing %s failed, because the file could not be found in the file cache" : "Sharing %s failed, because the file could not be found in the file cache", + "Could not find category \"%s\"" : "Could not find category \"%s\"", + "seconds ago" : "seconds ago", + "_%n minute ago_::_%n minutes ago_" : ["%n minute ago","%n minutes ago"], + "_%n hour ago_::_%n hours ago_" : ["%n hour ago","%n hours ago"], + "today" : "today", + "yesterday" : "yesterday", + "_%n day go_::_%n days ago_" : ["%n day go","%n days ago"], + "last month" : "last month", + "_%n month ago_::_%n months ago_" : ["%n month ago","%n months ago"], + "last year" : "last year", + "years ago" : "years ago", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "A valid username must be provided", + "A valid password must be provided" : "A valid password must be provided", + "The username is already being used" : "The username is already being used", + "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s.", + "Cannot write into \"config\" directory" : "Cannot write into \"config\" directory", + "Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file.", + "Cannot create \"data\" directory (%s)" : "Cannot create \"data\" directory (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "This can usually be fixed by giving the webserver write access to the root directory.", + "Setting locale to %s failed" : "Setting locale to %s failed", + "Please install one of these locales on your system and restart your webserver." : "Please install one of these locales on your system and restart your webserver.", + "Please ask your server administrator to install the module." : "Please ask your server administrator to install the module.", + "PHP module %s not installed." : "PHP module %s not installed.", + "PHP %s or higher is required." : "PHP %s or higher is required.", + "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." : "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.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly.", + "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." : "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.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly.", + "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." : "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 modules have been installed, but they are still listed as missing?" : "PHP modules have been installed, but they are still listed as missing?", + "Please ask your server administrator to restart the web server." : "Please ask your server administrator to restart the web server.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 required", + "Please upgrade your database version" : "Please upgrade your database version", + "Error occurred while checking PostgreSQL version" : "Error occurred while checking PostgreSQL version", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.", + "Data directory (%s) is readable by other users" : "Data directory (%s) is readable by other users", + "Data directory (%s) is invalid" : "Data directory (%s) is invalid", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root.", + "Could not obtain lock type %d on \"%s\"." : "Could not obtain lock type %d on \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json new file mode 100644 index 0000000000..7e7756cec9 --- /dev/null +++ b/lib/l10n/en_GB.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Cannot write into \"config\" directory!", + "This can usually be fixed by giving the webserver write access to the config directory" : "This can usually be fixed by giving the webserver write access to the config directory", + "See %s" : "See %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "This can usually be fixed by %sgiving the webserver write access to the config directory%s.", + "Sample configuration detected" : "Sample configuration detected", + "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" : "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", + "Help" : "Help", + "Personal" : "Personal", + "Settings" : "Settings", + "Users" : "Users", + "Admin" : "Admin", + "Recommended" : "Recommended", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud.", + "No app name specified" : "No app name specified", + "Unknown filetype" : "Unknown filetype", + "Invalid image" : "Invalid image", + "web services under your control" : "web services under your control", + "App directory already exists" : "App directory already exists", + "Can't create app folder. Please fix permissions. %s" : "Can't create app folder. Please fix permissions. %s", + "No source specified when installing app" : "No source specified when installing app", + "No href specified when installing app from http" : "No href specified when installing app from http", + "No path specified when installing app from local file" : "No path specified when installing app from local file", + "Archives of type %s are not supported" : "Archives of type %s are not supported", + "Failed to open archive when installing app" : "Failed to open archive when installing app", + "App does not provide an info.xml file" : "App does not provide an info.xml file", + "App can't be installed because of not allowed code in the App" : "App can't be installed because of unallowed code in the App", + "App can't be installed because it is not compatible with this version of ownCloud" : "App can't be installed because it is not compatible with this version of ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "App can't be installed because it contains the true tag which is not allowed for non shipped apps", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store", + "Application is not enabled" : "Application is not enabled", + "Authentication error" : "Authentication error", + "Token expired. Please reload page." : "Token expired. Please reload page.", + "Unknown user" : "Unknown user", + "%s enter the database username." : "%s enter the database username.", + "%s enter the database name." : "%s enter the database name.", + "%s you may not use dots in the database name" : "%s you may not use dots in the database name", + "MS SQL username and/or password not valid: %s" : "MS SQL username and/or password not valid: %s", + "You need to enter either an existing account or the administrator." : "You need to enter either an existing account or the administrator.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB username and/or password not valid", + "DB Error: \"%s\"" : "DB Error: \"%s\"", + "Offending command was: \"%s\"" : "Offending command was: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB user '%s'@'localhost' exists already.", + "Drop this user from MySQL/MariaDB" : "Drop this user from MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB user '%s'@'%%' already exists", + "Drop this user from MySQL/MariaDB." : "Drop this user from MySQL/MariaDB.", + "Oracle connection could not be established" : "Oracle connection could not be established", + "Oracle username and/or password not valid" : "Oracle username and/or password not valid", + "Offending command was: \"%s\", name: %s, password: %s" : "Offending command was: \"%s\", name: %s, password: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL username and/or password not valid", + "Set an admin username." : "Set an admin username.", + "Set an admin password." : "Set an admin password.", + "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", + "%s shared »%s« with you" : "%s shared \"%s\" with you", + "Sharing %s failed, because the file does not exist" : "Sharing %s failed, because the file does not exist", + "You are not allowed to share %s" : "You are not allowed to share %s", + "Sharing %s failed, because the user %s is the item owner" : "Sharing %s failed, because the user %s is the item owner", + "Sharing %s failed, because the user %s does not exist" : "Sharing %s failed, because the user %s does not exist", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of", + "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s", + "Sharing %s failed, because the group %s does not exist" : "Sharing %s failed, because the group %s does not exist", + "Sharing %s failed, because %s is not a member of the group %s" : "Sharing %s failed, because %s is not a member of the group %s", + "You need to provide a password to create a public link, only protected links are allowed" : "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" : "Sharing %s failed, because sharing with links is not allowed", + "Share type %s is not valid for %s" : "Share type %s is not valid for %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", + "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Cannot set expiry date. Shares cannot expire later than %s after they have been shared", + "Cannot set expiration date. Expiration date is in the past" : "Cannot set expiry date. Expiry date is in the past", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Sharing backend %s must implement the interface OCP\\Share_Backend", + "Sharing backend %s not found" : "Sharing backend %s not found", + "Sharing backend for %s not found" : "Sharing backend for %s not found", + "Sharing %s failed, because the user %s is the original sharer" : "Sharing %s failed, because the user %s is the original sharer", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Sharing %s failed, because the permissions exceed permissions granted to %s", + "Sharing %s failed, because resharing is not allowed" : "Sharing %s failed, because resharing is not allowed", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Sharing %s failed, because the sharing backend for %s could not find its source", + "Sharing %s failed, because the file could not be found in the file cache" : "Sharing %s failed, because the file could not be found in the file cache", + "Could not find category \"%s\"" : "Could not find category \"%s\"", + "seconds ago" : "seconds ago", + "_%n minute ago_::_%n minutes ago_" : ["%n minute ago","%n minutes ago"], + "_%n hour ago_::_%n hours ago_" : ["%n hour ago","%n hours ago"], + "today" : "today", + "yesterday" : "yesterday", + "_%n day go_::_%n days ago_" : ["%n day go","%n days ago"], + "last month" : "last month", + "_%n month ago_::_%n months ago_" : ["%n month ago","%n months ago"], + "last year" : "last year", + "years ago" : "years ago", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "A valid username must be provided", + "A valid password must be provided" : "A valid password must be provided", + "The username is already being used" : "The username is already being used", + "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s.", + "Cannot write into \"config\" directory" : "Cannot write into \"config\" directory", + "Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file.", + "Cannot create \"data\" directory (%s)" : "Cannot create \"data\" directory (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "This can usually be fixed by giving the webserver write access to the root directory.", + "Setting locale to %s failed" : "Setting locale to %s failed", + "Please install one of these locales on your system and restart your webserver." : "Please install one of these locales on your system and restart your webserver.", + "Please ask your server administrator to install the module." : "Please ask your server administrator to install the module.", + "PHP module %s not installed." : "PHP module %s not installed.", + "PHP %s or higher is required." : "PHP %s or higher is required.", + "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." : "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.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly.", + "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." : "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.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly.", + "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." : "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 modules have been installed, but they are still listed as missing?" : "PHP modules have been installed, but they are still listed as missing?", + "Please ask your server administrator to restart the web server." : "Please ask your server administrator to restart the web server.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 required", + "Please upgrade your database version" : "Please upgrade your database version", + "Error occurred while checking PostgreSQL version" : "Error occurred while checking PostgreSQL version", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.", + "Data directory (%s) is readable by other users" : "Data directory (%s) is readable by other users", + "Data directory (%s) is invalid" : "Data directory (%s) is invalid", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root.", + "Could not obtain lock type %d on \"%s\"." : "Could not obtain lock type %d on \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/en_GB.php b/lib/l10n/en_GB.php deleted file mode 100644 index 5a3ba3a6c5..0000000000 --- a/lib/l10n/en_GB.php +++ /dev/null @@ -1,123 +0,0 @@ - "Cannot write into \"config\" directory!", -"This can usually be fixed by giving the webserver write access to the config directory" => "This can usually be fixed by giving the webserver write access to the config directory", -"See %s" => "See %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "This can usually be fixed by %sgiving the webserver write access to the config directory%s.", -"Sample configuration detected" => "Sample configuration detected", -"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" => "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", -"Help" => "Help", -"Personal" => "Personal", -"Settings" => "Settings", -"Users" => "Users", -"Admin" => "Admin", -"Recommended" => "Recommended", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud.", -"No app name specified" => "No app name specified", -"Unknown filetype" => "Unknown filetype", -"Invalid image" => "Invalid image", -"web services under your control" => "web services under your control", -"App directory already exists" => "App directory already exists", -"Can't create app folder. Please fix permissions. %s" => "Can't create app folder. Please fix permissions. %s", -"No source specified when installing app" => "No source specified when installing app", -"No href specified when installing app from http" => "No href specified when installing app from http", -"No path specified when installing app from local file" => "No path specified when installing app from local file", -"Archives of type %s are not supported" => "Archives of type %s are not supported", -"Failed to open archive when installing app" => "Failed to open archive when installing app", -"App does not provide an info.xml file" => "App does not provide an info.xml file", -"App can't be installed because of not allowed code in the App" => "App can't be installed because of unallowed code in the App", -"App can't be installed because it is not compatible with this version of ownCloud" => "App can't be installed because it is not compatible with this version of ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "App can't be installed because it contains the true tag which is not allowed for non shipped apps", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store", -"Application is not enabled" => "Application is not enabled", -"Authentication error" => "Authentication error", -"Token expired. Please reload page." => "Token expired. Please reload page.", -"Unknown user" => "Unknown user", -"%s enter the database username." => "%s enter the database username.", -"%s enter the database name." => "%s enter the database name.", -"%s you may not use dots in the database name" => "%s you may not use dots in the database name", -"MS SQL username and/or password not valid: %s" => "MS SQL username and/or password not valid: %s", -"You need to enter either an existing account or the administrator." => "You need to enter either an existing account or the administrator.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB username and/or password not valid", -"DB Error: \"%s\"" => "DB Error: \"%s\"", -"Offending command was: \"%s\"" => "Offending command was: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB user '%s'@'localhost' exists already.", -"Drop this user from MySQL/MariaDB" => "Drop this user from MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB user '%s'@'%%' already exists", -"Drop this user from MySQL/MariaDB." => "Drop this user from MySQL/MariaDB.", -"Oracle connection could not be established" => "Oracle connection could not be established", -"Oracle username and/or password not valid" => "Oracle username and/or password not valid", -"Offending command was: \"%s\", name: %s, password: %s" => "Offending command was: \"%s\", name: %s, password: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL username and/or password not valid", -"Set an admin username." => "Set an admin username.", -"Set an admin password." => "Set an admin password.", -"Can't create or write into the data directory %s" => "Can't create or write into the data directory %s", -"%s shared »%s« with you" => "%s shared \"%s\" with you", -"Sharing %s failed, because the file does not exist" => "Sharing %s failed, because the file does not exist", -"You are not allowed to share %s" => "You are not allowed to share %s", -"Sharing %s failed, because the user %s is the item owner" => "Sharing %s failed, because the user %s is the item owner", -"Sharing %s failed, because the user %s does not exist" => "Sharing %s failed, because the user %s does not exist", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of", -"Sharing %s failed, because this item is already shared with %s" => "Sharing %s failed, because this item is already shared with %s", -"Sharing %s failed, because the group %s does not exist" => "Sharing %s failed, because the group %s does not exist", -"Sharing %s failed, because %s is not a member of the group %s" => "Sharing %s failed, because %s is not a member of the group %s", -"You need to provide a password to create a public link, only protected links are allowed" => "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" => "Sharing %s failed, because sharing with links is not allowed", -"Share type %s is not valid for %s" => "Share type %s is not valid for %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", -"Setting permissions for %s failed, because the item was not found" => "Setting permissions for %s failed, because the item was not found", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Cannot set expiry date. Shares cannot expire later than %s after they have been shared", -"Cannot set expiration date. Expiration date is in the past" => "Cannot set expiry date. Expiry date is in the past", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Sharing backend %s must implement the interface OCP\\Share_Backend", -"Sharing backend %s not found" => "Sharing backend %s not found", -"Sharing backend for %s not found" => "Sharing backend for %s not found", -"Sharing %s failed, because the user %s is the original sharer" => "Sharing %s failed, because the user %s is the original sharer", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Sharing %s failed, because the permissions exceed permissions granted to %s", -"Sharing %s failed, because resharing is not allowed" => "Sharing %s failed, because resharing is not allowed", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Sharing %s failed, because the sharing backend for %s could not find its source", -"Sharing %s failed, because the file could not be found in the file cache" => "Sharing %s failed, because the file could not be found in the file cache", -"Could not find category \"%s\"" => "Could not find category \"%s\"", -"seconds ago" => "seconds ago", -"_%n minute ago_::_%n minutes ago_" => array("%n minute ago","%n minutes ago"), -"_%n hour ago_::_%n hours ago_" => array("%n hour ago","%n hours ago"), -"today" => "today", -"yesterday" => "yesterday", -"_%n day go_::_%n days ago_" => array("%n day go","%n days ago"), -"last month" => "last month", -"_%n month ago_::_%n months ago_" => array("%n month ago","%n months ago"), -"last year" => "last year", -"years ago" => "years ago", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", -"A valid username must be provided" => "A valid username must be provided", -"A valid password must be provided" => "A valid password must be provided", -"The username is already being used" => "The username is already being used", -"No database drivers (sqlite, mysql, or postgresql) installed." => "No database drivers (sqlite, mysql, or postgresql) installed.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s.", -"Cannot write into \"config\" directory" => "Cannot write into \"config\" directory", -"Cannot write into \"apps\" directory" => "Cannot write into \"apps\" directory", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file.", -"Cannot create \"data\" directory (%s)" => "Cannot create \"data\" directory (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "This can usually be fixed by giving the webserver write access to the root directory.", -"Setting locale to %s failed" => "Setting locale to %s failed", -"Please install one of these locales on your system and restart your webserver." => "Please install one of these locales on your system and restart your webserver.", -"Please ask your server administrator to install the module." => "Please ask your server administrator to install the module.", -"PHP module %s not installed." => "PHP module %s not installed.", -"PHP %s or higher is required." => "PHP %s or higher is required.", -"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." => "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.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly.", -"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." => "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.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly.", -"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." => "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 modules have been installed, but they are still listed as missing?" => "PHP modules have been installed, but they are still listed as missing?", -"Please ask your server administrator to restart the web server." => "Please ask your server administrator to restart the web server.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 required", -"Please upgrade your database version" => "Please upgrade your database version", -"Error occurred while checking PostgreSQL version" => "Error occurred while checking PostgreSQL version", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Please change the permissions to 0770 so that the directory cannot be listed by other users.", -"Data directory (%s) is readable by other users" => "Data directory (%s) is readable by other users", -"Data directory (%s) is invalid" => "Data directory (%s) is invalid", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Please check that the data directory contains a file \".ocdata\" in its root.", -"Could not obtain lock type %d on \"%s\"." => "Could not obtain lock type %d on \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/en_NZ.js b/lib/l10n/en_NZ.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/en_NZ.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/en_NZ.json b/lib/l10n/en_NZ.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/en_NZ.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/en_NZ.php b/lib/l10n/en_NZ.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/en_NZ.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/eo.js b/lib/l10n/eo.js new file mode 100644 index 0000000000..ea912c1cca --- /dev/null +++ b/lib/l10n/eo.js @@ -0,0 +1,56 @@ +OC.L10N.register( + "lib", + { + "See %s" : "Vidi %s", + "Help" : "Helpo", + "Personal" : "Persona", + "Settings" : "Agordo", + "Users" : "Uzantoj", + "Admin" : "Administranto", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "La aplikaĵo “%s” ne povas instaliĝi ĉar ĝi ne kongruas kun ĉi tiu eldono de ownCloud.", + "Unknown filetype" : "Ne konatas dosiertipo", + "Invalid image" : "Ne validas bildo", + "web services under your control" : "TTT-servoj regataj de vi", + "App directory already exists" : "La dosierujo de la aplikaĵo jam ekzistas", + "App does not provide an info.xml file" : "La aplikaĵo ne provizas dosieron info.xml", + "App can't be installed because it is not compatible with this version of ownCloud" : "La aplikaĵo ne povas instaliĝi ĉar ĝi ne kongruas kun ĉi tiu eldono de ownCloud", + "Application is not enabled" : "La aplikaĵo ne estas kapabligita", + "Authentication error" : "Aŭtentiga eraro", + "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon.", + "Unknown user" : "Nekonata uzanto", + "%s enter the database username." : "%s enigu la uzantonomon de la datumbazo.", + "%s enter the database name." : "%s enigu la nomon de la datumbazo.", + "%s you may not use dots in the database name" : "%s vi ne povas uzi punktojn en la nomo de la datumbazo", + "MS SQL username and/or password not valid: %s" : "La uzantonomo de MS SQL aŭ la pasvorto ne validas: %s", + "MySQL/MariaDB username and/or password not valid" : "La MySQL/MariaDB-uzantonomo kajaŭ pasvorto ne validas.", + "DB Error: \"%s\"" : "Datumbaza eraro: “%s”", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "La MySQL/MariaDB-uzanto '%s'@'localhost' jam ekzistas.", + "MySQL/MariaDB user '%s'@'%%' already exists" : "La MySQL/MariaDB-uzanto '%s'@'%%' jam ekzistas", + "Oracle connection could not be established" : "Konekto al Oracle ne povas stariĝi", + "Oracle username and/or password not valid" : "La uzantonomo de Oracle aŭ la pasvorto ne validas", + "PostgreSQL username and/or password not valid" : "La uzantonomo de PostgreSQL aŭ la pasvorto ne validas", + "Set an admin username." : "Starigi administran uzantonomon.", + "Set an admin password." : "Starigi administran pasvorton.", + "%s shared »%s« with you" : "%s kunhavigis “%s” kun vi", + "You are not allowed to share %s" : "Vi ne permesatas kunhavigi %s", + "Could not find category \"%s\"" : "Ne troviĝis kategorio “%s”", + "seconds ago" : "sekundoj antaŭe", + "_%n minute ago_::_%n minutes ago_" : ["","antaŭ %n minutoj"], + "_%n hour ago_::_%n hours ago_" : ["","antaŭ %n horoj"], + "today" : "hodiaŭ", + "yesterday" : "hieraŭ", + "_%n day go_::_%n days ago_" : ["","antaŭ %n tagoj"], + "last month" : "lastamonate", + "_%n month ago_::_%n months ago_" : ["","antaŭ %n monatoj"], + "last year" : "lastajare", + "years ago" : "jaroj antaŭe", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Nur la jenaj signoj permesatas en uzantonomo: «a-z», «A-Z», «0-9» kaj «_.@-»", + "A valid username must be provided" : "Valida uzantonomo devas proviziĝi", + "A valid password must be provided" : "Valida pasvorto devas proviziĝi", + "The username is already being used" : "La uzantonomo jam uzatas", + "Please ask your server administrator to install the module." : "Bonvolu peti vian sistemadministranton, ke ĝi instalu la modulon.", + "PHP module %s not installed." : "La PHP-modulo %s ne instalitas.", + "PHP %s or higher is required." : "PHP %s aŭ pli alta necesas.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 necesas" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/eo.json b/lib/l10n/eo.json new file mode 100644 index 0000000000..7e1ed7bb81 --- /dev/null +++ b/lib/l10n/eo.json @@ -0,0 +1,54 @@ +{ "translations": { + "See %s" : "Vidi %s", + "Help" : "Helpo", + "Personal" : "Persona", + "Settings" : "Agordo", + "Users" : "Uzantoj", + "Admin" : "Administranto", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "La aplikaĵo “%s” ne povas instaliĝi ĉar ĝi ne kongruas kun ĉi tiu eldono de ownCloud.", + "Unknown filetype" : "Ne konatas dosiertipo", + "Invalid image" : "Ne validas bildo", + "web services under your control" : "TTT-servoj regataj de vi", + "App directory already exists" : "La dosierujo de la aplikaĵo jam ekzistas", + "App does not provide an info.xml file" : "La aplikaĵo ne provizas dosieron info.xml", + "App can't be installed because it is not compatible with this version of ownCloud" : "La aplikaĵo ne povas instaliĝi ĉar ĝi ne kongruas kun ĉi tiu eldono de ownCloud", + "Application is not enabled" : "La aplikaĵo ne estas kapabligita", + "Authentication error" : "Aŭtentiga eraro", + "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon.", + "Unknown user" : "Nekonata uzanto", + "%s enter the database username." : "%s enigu la uzantonomon de la datumbazo.", + "%s enter the database name." : "%s enigu la nomon de la datumbazo.", + "%s you may not use dots in the database name" : "%s vi ne povas uzi punktojn en la nomo de la datumbazo", + "MS SQL username and/or password not valid: %s" : "La uzantonomo de MS SQL aŭ la pasvorto ne validas: %s", + "MySQL/MariaDB username and/or password not valid" : "La MySQL/MariaDB-uzantonomo kajaŭ pasvorto ne validas.", + "DB Error: \"%s\"" : "Datumbaza eraro: “%s”", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "La MySQL/MariaDB-uzanto '%s'@'localhost' jam ekzistas.", + "MySQL/MariaDB user '%s'@'%%' already exists" : "La MySQL/MariaDB-uzanto '%s'@'%%' jam ekzistas", + "Oracle connection could not be established" : "Konekto al Oracle ne povas stariĝi", + "Oracle username and/or password not valid" : "La uzantonomo de Oracle aŭ la pasvorto ne validas", + "PostgreSQL username and/or password not valid" : "La uzantonomo de PostgreSQL aŭ la pasvorto ne validas", + "Set an admin username." : "Starigi administran uzantonomon.", + "Set an admin password." : "Starigi administran pasvorton.", + "%s shared »%s« with you" : "%s kunhavigis “%s” kun vi", + "You are not allowed to share %s" : "Vi ne permesatas kunhavigi %s", + "Could not find category \"%s\"" : "Ne troviĝis kategorio “%s”", + "seconds ago" : "sekundoj antaŭe", + "_%n minute ago_::_%n minutes ago_" : ["","antaŭ %n minutoj"], + "_%n hour ago_::_%n hours ago_" : ["","antaŭ %n horoj"], + "today" : "hodiaŭ", + "yesterday" : "hieraŭ", + "_%n day go_::_%n days ago_" : ["","antaŭ %n tagoj"], + "last month" : "lastamonate", + "_%n month ago_::_%n months ago_" : ["","antaŭ %n monatoj"], + "last year" : "lastajare", + "years ago" : "jaroj antaŭe", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Nur la jenaj signoj permesatas en uzantonomo: «a-z», «A-Z», «0-9» kaj «_.@-»", + "A valid username must be provided" : "Valida uzantonomo devas proviziĝi", + "A valid password must be provided" : "Valida pasvorto devas proviziĝi", + "The username is already being used" : "La uzantonomo jam uzatas", + "Please ask your server administrator to install the module." : "Bonvolu peti vian sistemadministranton, ke ĝi instalu la modulon.", + "PHP module %s not installed." : "La PHP-modulo %s ne instalitas.", + "PHP %s or higher is required." : "PHP %s aŭ pli alta necesas.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 necesas" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/eo.php b/lib/l10n/eo.php deleted file mode 100644 index cea288bfe0..0000000000 --- a/lib/l10n/eo.php +++ /dev/null @@ -1,55 +0,0 @@ - "Vidi %s", -"Help" => "Helpo", -"Personal" => "Persona", -"Settings" => "Agordo", -"Users" => "Uzantoj", -"Admin" => "Administranto", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "La aplikaĵo “%s” ne povas instaliĝi ĉar ĝi ne kongruas kun ĉi tiu eldono de ownCloud.", -"Unknown filetype" => "Ne konatas dosiertipo", -"Invalid image" => "Ne validas bildo", -"web services under your control" => "TTT-servoj regataj de vi", -"App directory already exists" => "La dosierujo de la aplikaĵo jam ekzistas", -"App does not provide an info.xml file" => "La aplikaĵo ne provizas dosieron info.xml", -"App can't be installed because it is not compatible with this version of ownCloud" => "La aplikaĵo ne povas instaliĝi ĉar ĝi ne kongruas kun ĉi tiu eldono de ownCloud", -"Application is not enabled" => "La aplikaĵo ne estas kapabligita", -"Authentication error" => "Aŭtentiga eraro", -"Token expired. Please reload page." => "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon.", -"Unknown user" => "Nekonata uzanto", -"%s enter the database username." => "%s enigu la uzantonomon de la datumbazo.", -"%s enter the database name." => "%s enigu la nomon de la datumbazo.", -"%s you may not use dots in the database name" => "%s vi ne povas uzi punktojn en la nomo de la datumbazo", -"MS SQL username and/or password not valid: %s" => "La uzantonomo de MS SQL aŭ la pasvorto ne validas: %s", -"MySQL/MariaDB username and/or password not valid" => "La MySQL/MariaDB-uzantonomo kajaŭ pasvorto ne validas.", -"DB Error: \"%s\"" => "Datumbaza eraro: “%s”", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "La MySQL/MariaDB-uzanto '%s'@'localhost' jam ekzistas.", -"MySQL/MariaDB user '%s'@'%%' already exists" => "La MySQL/MariaDB-uzanto '%s'@'%%' jam ekzistas", -"Oracle connection could not be established" => "Konekto al Oracle ne povas stariĝi", -"Oracle username and/or password not valid" => "La uzantonomo de Oracle aŭ la pasvorto ne validas", -"PostgreSQL username and/or password not valid" => "La uzantonomo de PostgreSQL aŭ la pasvorto ne validas", -"Set an admin username." => "Starigi administran uzantonomon.", -"Set an admin password." => "Starigi administran pasvorton.", -"%s shared »%s« with you" => "%s kunhavigis “%s” kun vi", -"You are not allowed to share %s" => "Vi ne permesatas kunhavigi %s", -"Could not find category \"%s\"" => "Ne troviĝis kategorio “%s”", -"seconds ago" => "sekundoj antaŭe", -"_%n minute ago_::_%n minutes ago_" => array("","antaŭ %n minutoj"), -"_%n hour ago_::_%n hours ago_" => array("","antaŭ %n horoj"), -"today" => "hodiaŭ", -"yesterday" => "hieraŭ", -"_%n day go_::_%n days ago_" => array("","antaŭ %n tagoj"), -"last month" => "lastamonate", -"_%n month ago_::_%n months ago_" => array("","antaŭ %n monatoj"), -"last year" => "lastajare", -"years ago" => "jaroj antaŭe", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Nur la jenaj signoj permesatas en uzantonomo: «a-z», «A-Z», «0-9» kaj «_.@-»", -"A valid username must be provided" => "Valida uzantonomo devas proviziĝi", -"A valid password must be provided" => "Valida pasvorto devas proviziĝi", -"The username is already being used" => "La uzantonomo jam uzatas", -"Please ask your server administrator to install the module." => "Bonvolu peti vian sistemadministranton, ke ĝi instalu la modulon.", -"PHP module %s not installed." => "La PHP-modulo %s ne instalitas.", -"PHP %s or higher is required." => "PHP %s aŭ pli alta necesas.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 necesas" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es.js b/lib/l10n/es.js new file mode 100644 index 0000000000..76a44a4bed --- /dev/null +++ b/lib/l10n/es.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "¡No se puede escribir en el directorio de Configuración!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Esto puede ser facilmente solucionado, dando permisos de escritura al directorio de configuración en el servidor Web", + "See %s" : "Mirar %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Esto puede ser facilmente solucionado, %sdando permisos de escritura al directorio de configuración en el servidor Web%s.", + "Sample configuration detected" : "Ejemplo de configuración detectado", + "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" : "Se ha detectado que el ejemplo de configuración ha sido copiado. Esto puede arruinar su instalación y es un caso para el que no se brinda soporte. Lea la documentación antes de hacer cambios en config.php", + "Help" : "Ayuda", + "Personal" : "Personal", + "Settings" : "Ajustes", + "Users" : "Usuarios", + "Admin" : "Administración", + "Recommended" : "Recomendado", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "La aplicación \\\"%s\\\" no se puede instalar porque no es compatible con esta versión de ownCloud.", + "No app name specified" : "No se ha especificado nombre de la aplicación", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "web services under your control" : "Servicios web bajo su control", + "App directory already exists" : "El directorio de la aplicación ya existe", + "Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s", + "No source specified when installing app" : "No se ha especificado origen cuando se ha instalado la aplicación", + "No href specified when installing app from http" : "No href especificado cuando se ha instalado la aplicación", + "No path specified when installing app from local file" : "Sin path especificado cuando se ha instalado la aplicación desde el fichero local", + "Archives of type %s are not supported" : "Ficheros de tipo %s no son soportados", + "Failed to open archive when installing app" : "Fallo de apertura de fichero mientras se instala la aplicación", + "App does not provide an info.xml file" : "La aplicación no suministra un fichero info.xml", + "App can't be installed because of not allowed code in the App" : "La aplicación no puede ser instalada por tener código no autorizado en la aplicación", + "App can't be installed because it is not compatible with this version of ownCloud" : "La aplicación no se puede instalar porque no es compatible con esta versión de ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "La aplicación no se puede instalar porque contiene la etiqueta\n\ntrue\n\nque no está permitida para aplicaciones no distribuidas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "La aplicación no puede ser instalada por que la versión en info.xml/version no es la misma que la establecida en la app store", + "Application is not enabled" : "La aplicación no está habilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "Token expirado. Por favor, recarga la página.", + "Unknown user" : "Usuario desconocido", + "%s enter the database username." : "%s ingresar el usuario de la base de datos.", + "%s enter the database name." : "%s ingresar el nombre de la base de datos", + "%s you may not use dots in the database name" : "%s puede utilizar puntos en el nombre de la base de datos", + "MS SQL username and/or password not valid: %s" : "Usuario y/o contraseña de MS SQL no válidos: %s", + "You need to enter either an existing account or the administrator." : "Tiene que ingresar una cuenta existente o la del administrador.", + "MySQL/MariaDB username and/or password not valid" : "Nombre de usuario y/o contraseña de MySQL/MariaDB inválidos", + "DB Error: \"%s\"" : "Error BD: \"%s\"", + "Offending command was: \"%s\"" : "Comando infractor: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "El usuario de MySQL/MariaDB '%s'@'localhost' ya existe.", + "Drop this user from MySQL/MariaDB" : "Eliminar este usuario de MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "El usuario de MySQL/MariaDB '%s'@'%%' ya existe", + "Drop this user from MySQL/MariaDB." : "Eliminar este usuario de MySQL/MariaDB.", + "Oracle connection could not be established" : "No se pudo establecer la conexión a Oracle", + "Oracle username and/or password not valid" : "Usuario y/o contraseña de Oracle no válidos", + "Offending command was: \"%s\", name: %s, password: %s" : "Comando infractor: \"%s\", nombre: %s, contraseña: %s", + "PostgreSQL username and/or password not valid" : "Usuario y/o contraseña de PostgreSQL no válidos", + "Set an admin username." : "Configurar un nombre de usuario del administrador", + "Set an admin password." : "Configurar la contraseña del administrador.", + "Can't create or write into the data directory %s" : "No es posible crear o escribir en el directorio de datos %s", + "%s shared »%s« with you" : "%s ha compartido »%s« contigo", + "Sharing %s failed, because the file does not exist" : "No se pudo compartir %s porque el archivo no existe", + "You are not allowed to share %s" : "Usted no está autorizado para compartir %s", + "Sharing %s failed, because the user %s is the item owner" : "Compartiendo %s ha fallado, ya que el usuario %s es el dueño del elemento", + "Sharing %s failed, because the user %s does not exist" : "Compartiendo %s ha fallado, ya que el usuario %s no existe", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Compartiendo %s ha fallado, ya que el usuario %s no es miembro de algún grupo que %s es miembro", + "Sharing %s failed, because this item is already shared with %s" : "Compartiendo %s ha fallado, ya que este elemento ya está compartido con %s", + "Sharing %s failed, because the group %s does not exist" : "Compartiendo %s ha fallado, ya que el grupo %s no existe", + "Sharing %s failed, because %s is not a member of the group %s" : "Compartiendo %s ha fallado, ya que %s no es miembro del grupo %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Es necesario definir una contraseña para crear un enlace publico. Solo los enlaces protegidos están permitidos", + "Sharing %s failed, because sharing with links is not allowed" : "Compartiendo %s ha fallado, ya que compartir con enlaces no está permitido", + "Share type %s is not valid for %s" : "Compartir tipo %s no es válido para %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Configuración de permisos para %s ha fallado, ya que los permisos superan los permisos dados a %s", + "Setting permissions for %s failed, because the item was not found" : "Configuración de permisos para %s ha fallado, ya que el elemento no fue encontrado", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "No se puede fijar fecha de caducidad. Archivos compartidos no pueden caducar luego de %s de ser compartidos", + "Cannot set expiration date. Expiration date is in the past" : "No se puede fijar la fecha de caducidad. La fecha de caducidad está en el pasado.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend", + "Sharing backend %s not found" : "El motor compartido %s no se ha encontrado", + "Sharing backend for %s not found" : "Motor compartido para %s no encontrado", + "Sharing %s failed, because the user %s is the original sharer" : "Compartiendo %s ha fallado, ya que el usuario %s es el compartidor original", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Compartiendo %s ha fallado, ya que los permisos superan los permisos otorgados a %s", + "Sharing %s failed, because resharing is not allowed" : "Compartiendo %s ha fallado, ya que volver a compartir no está permitido", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Compartir %s falló porque el motor compartido para %s podría no encontrar su origen", + "Sharing %s failed, because the file could not be found in the file cache" : "Compartiendo %s ha fallado, ya que el archivo no pudo ser encontrado en el cache de archivo", + "Could not find category \"%s\"" : "No puede encontrar la categoria \"%s\"", + "seconds ago" : "hace segundos", + "_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"], + "today" : "hoy", + "yesterday" : "ayer", + "_%n day go_::_%n days ago_" : ["Hace %n día","Hace %n días"], + "last month" : "mes pasado", + "_%n month ago_::_%n months ago_" : ["Hace %n mes","Hace %n meses"], + "last year" : "año pasado", + "years ago" : "hace años", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Solo los siguientes caracteres están permitidos en un nombre de usuario: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Se debe proporcionar un nombre de usuario válido", + "A valid password must be provided" : "Se debe proporcionar una contraseña válida", + "The username is already being used" : "El nombre de usuario ya está en uso", + "No database drivers (sqlite, mysql, or postgresql) installed." : "No están instalados los drivers de BBDD (sqlite, mysql, o postgresql)", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Los permisos usualmente pueden ser solucionados, %sdando permisos de escritura al directorio de configuración en el servidor Web%s.", + "Cannot write into \"config\" directory" : "No se puede escribir el el directorio de configuración", + "Cannot write into \"apps\" directory" : "No se puede escribir en el directorio de \"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." : "Esto puede ser facilmente solucionado, %sdando permisos de escritura al servidor Web en el directorio%s de apps o deshabilitando la tienda de apps en el archivo de configuración.", + "Cannot create \"data\" directory (%s)" : "No puedo crear del directorio \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Esto puede ser solucionado dando al servidor web permisos de escritura en el directorio raíz.", + "Setting locale to %s failed" : "Falló la activación del idioma %s ", + "Please install one of these locales on your system and restart your webserver." : "Instale uno de estos idiomas en su sistema y reinicie su servidor web.", + "Please ask your server administrator to install the module." : "Consulte al administrador de su servidor para instalar el módulo.", + "PHP module %s not installed." : "El ódulo PHP %s no está instalado.", + "PHP %s or higher is required." : "Se requiere PHP %s o superior.", + "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." : "Consulte a su administrador del servidor para actualizar PHP a la versión más reciente. Su versión de PHP ya no es apoyado por ownCloud y la comunidad PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe mode está habilitado. ownCloud requiere que se desactive para que funcione correctamente.", + "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." : "Modo Seguro de PHP es un entorno en desuso y en su mayoría inútil que debe ser desactivada. Contacte al administrador del servidor para desactivarlo en php.ini o en la configuración del servidor web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes está habilitado. ownCloud requiere que se desactive para que funcione correctamente.", + "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." : "Magic Quotes es un entorno en desuso y en su mayoría inútil que debe ser desactivada. Consulte a su administrador del servidor para desactivarlo en php.ini o en la configuración del servidor web.", + "PHP modules have been installed, but they are still listed as missing?" : "Los módulos PHP se han instalado, pero aparecen listados como si faltaran", + "Please ask your server administrator to restart the web server." : "Consulte al administrador de su servidor para reiniciar el servidor web.", + "PostgreSQL >= 9 required" : "PostgreSQL 9 o superior requerido.", + "Please upgrade your database version" : "Actualice su versión de base de datos.", + "Error occurred while checking PostgreSQL version" : "Error ocurrido mientras se chequeaba la versión de PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Por favor, asegúrese de que tiene PostgreSQL 9 o superior, o revise los registros para obtener más información acerca del error.", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor cambie los permisos a 0770 para que el directorio no se pueda mostrar para otros usuarios.", + "Data directory (%s) is readable by other users" : "Directorio de datos (%s) se puede leer por otros usuarios.", + "Data directory (%s) is invalid" : "Directorio de datos (%s) no es válida", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifique que el directorio de datos contiene un archivo \".ocdata\" en su directorio raíz.", + "Could not obtain lock type %d on \"%s\"." : "No se pudo realizar el bloqueo %d en \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es.json b/lib/l10n/es.json new file mode 100644 index 0000000000..a6bee7f24d --- /dev/null +++ b/lib/l10n/es.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "¡No se puede escribir en el directorio de Configuración!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Esto puede ser facilmente solucionado, dando permisos de escritura al directorio de configuración en el servidor Web", + "See %s" : "Mirar %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Esto puede ser facilmente solucionado, %sdando permisos de escritura al directorio de configuración en el servidor Web%s.", + "Sample configuration detected" : "Ejemplo de configuración detectado", + "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" : "Se ha detectado que el ejemplo de configuración ha sido copiado. Esto puede arruinar su instalación y es un caso para el que no se brinda soporte. Lea la documentación antes de hacer cambios en config.php", + "Help" : "Ayuda", + "Personal" : "Personal", + "Settings" : "Ajustes", + "Users" : "Usuarios", + "Admin" : "Administración", + "Recommended" : "Recomendado", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "La aplicación \\\"%s\\\" no se puede instalar porque no es compatible con esta versión de ownCloud.", + "No app name specified" : "No se ha especificado nombre de la aplicación", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "web services under your control" : "Servicios web bajo su control", + "App directory already exists" : "El directorio de la aplicación ya existe", + "Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s", + "No source specified when installing app" : "No se ha especificado origen cuando se ha instalado la aplicación", + "No href specified when installing app from http" : "No href especificado cuando se ha instalado la aplicación", + "No path specified when installing app from local file" : "Sin path especificado cuando se ha instalado la aplicación desde el fichero local", + "Archives of type %s are not supported" : "Ficheros de tipo %s no son soportados", + "Failed to open archive when installing app" : "Fallo de apertura de fichero mientras se instala la aplicación", + "App does not provide an info.xml file" : "La aplicación no suministra un fichero info.xml", + "App can't be installed because of not allowed code in the App" : "La aplicación no puede ser instalada por tener código no autorizado en la aplicación", + "App can't be installed because it is not compatible with this version of ownCloud" : "La aplicación no se puede instalar porque no es compatible con esta versión de ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "La aplicación no se puede instalar porque contiene la etiqueta\n\ntrue\n\nque no está permitida para aplicaciones no distribuidas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "La aplicación no puede ser instalada por que la versión en info.xml/version no es la misma que la establecida en la app store", + "Application is not enabled" : "La aplicación no está habilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "Token expirado. Por favor, recarga la página.", + "Unknown user" : "Usuario desconocido", + "%s enter the database username." : "%s ingresar el usuario de la base de datos.", + "%s enter the database name." : "%s ingresar el nombre de la base de datos", + "%s you may not use dots in the database name" : "%s puede utilizar puntos en el nombre de la base de datos", + "MS SQL username and/or password not valid: %s" : "Usuario y/o contraseña de MS SQL no válidos: %s", + "You need to enter either an existing account or the administrator." : "Tiene que ingresar una cuenta existente o la del administrador.", + "MySQL/MariaDB username and/or password not valid" : "Nombre de usuario y/o contraseña de MySQL/MariaDB inválidos", + "DB Error: \"%s\"" : "Error BD: \"%s\"", + "Offending command was: \"%s\"" : "Comando infractor: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "El usuario de MySQL/MariaDB '%s'@'localhost' ya existe.", + "Drop this user from MySQL/MariaDB" : "Eliminar este usuario de MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "El usuario de MySQL/MariaDB '%s'@'%%' ya existe", + "Drop this user from MySQL/MariaDB." : "Eliminar este usuario de MySQL/MariaDB.", + "Oracle connection could not be established" : "No se pudo establecer la conexión a Oracle", + "Oracle username and/or password not valid" : "Usuario y/o contraseña de Oracle no válidos", + "Offending command was: \"%s\", name: %s, password: %s" : "Comando infractor: \"%s\", nombre: %s, contraseña: %s", + "PostgreSQL username and/or password not valid" : "Usuario y/o contraseña de PostgreSQL no válidos", + "Set an admin username." : "Configurar un nombre de usuario del administrador", + "Set an admin password." : "Configurar la contraseña del administrador.", + "Can't create or write into the data directory %s" : "No es posible crear o escribir en el directorio de datos %s", + "%s shared »%s« with you" : "%s ha compartido »%s« contigo", + "Sharing %s failed, because the file does not exist" : "No se pudo compartir %s porque el archivo no existe", + "You are not allowed to share %s" : "Usted no está autorizado para compartir %s", + "Sharing %s failed, because the user %s is the item owner" : "Compartiendo %s ha fallado, ya que el usuario %s es el dueño del elemento", + "Sharing %s failed, because the user %s does not exist" : "Compartiendo %s ha fallado, ya que el usuario %s no existe", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Compartiendo %s ha fallado, ya que el usuario %s no es miembro de algún grupo que %s es miembro", + "Sharing %s failed, because this item is already shared with %s" : "Compartiendo %s ha fallado, ya que este elemento ya está compartido con %s", + "Sharing %s failed, because the group %s does not exist" : "Compartiendo %s ha fallado, ya que el grupo %s no existe", + "Sharing %s failed, because %s is not a member of the group %s" : "Compartiendo %s ha fallado, ya que %s no es miembro del grupo %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Es necesario definir una contraseña para crear un enlace publico. Solo los enlaces protegidos están permitidos", + "Sharing %s failed, because sharing with links is not allowed" : "Compartiendo %s ha fallado, ya que compartir con enlaces no está permitido", + "Share type %s is not valid for %s" : "Compartir tipo %s no es válido para %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Configuración de permisos para %s ha fallado, ya que los permisos superan los permisos dados a %s", + "Setting permissions for %s failed, because the item was not found" : "Configuración de permisos para %s ha fallado, ya que el elemento no fue encontrado", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "No se puede fijar fecha de caducidad. Archivos compartidos no pueden caducar luego de %s de ser compartidos", + "Cannot set expiration date. Expiration date is in the past" : "No se puede fijar la fecha de caducidad. La fecha de caducidad está en el pasado.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend", + "Sharing backend %s not found" : "El motor compartido %s no se ha encontrado", + "Sharing backend for %s not found" : "Motor compartido para %s no encontrado", + "Sharing %s failed, because the user %s is the original sharer" : "Compartiendo %s ha fallado, ya que el usuario %s es el compartidor original", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Compartiendo %s ha fallado, ya que los permisos superan los permisos otorgados a %s", + "Sharing %s failed, because resharing is not allowed" : "Compartiendo %s ha fallado, ya que volver a compartir no está permitido", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Compartir %s falló porque el motor compartido para %s podría no encontrar su origen", + "Sharing %s failed, because the file could not be found in the file cache" : "Compartiendo %s ha fallado, ya que el archivo no pudo ser encontrado en el cache de archivo", + "Could not find category \"%s\"" : "No puede encontrar la categoria \"%s\"", + "seconds ago" : "hace segundos", + "_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"], + "today" : "hoy", + "yesterday" : "ayer", + "_%n day go_::_%n days ago_" : ["Hace %n día","Hace %n días"], + "last month" : "mes pasado", + "_%n month ago_::_%n months ago_" : ["Hace %n mes","Hace %n meses"], + "last year" : "año pasado", + "years ago" : "hace años", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Solo los siguientes caracteres están permitidos en un nombre de usuario: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Se debe proporcionar un nombre de usuario válido", + "A valid password must be provided" : "Se debe proporcionar una contraseña válida", + "The username is already being used" : "El nombre de usuario ya está en uso", + "No database drivers (sqlite, mysql, or postgresql) installed." : "No están instalados los drivers de BBDD (sqlite, mysql, o postgresql)", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Los permisos usualmente pueden ser solucionados, %sdando permisos de escritura al directorio de configuración en el servidor Web%s.", + "Cannot write into \"config\" directory" : "No se puede escribir el el directorio de configuración", + "Cannot write into \"apps\" directory" : "No se puede escribir en el directorio de \"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." : "Esto puede ser facilmente solucionado, %sdando permisos de escritura al servidor Web en el directorio%s de apps o deshabilitando la tienda de apps en el archivo de configuración.", + "Cannot create \"data\" directory (%s)" : "No puedo crear del directorio \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Esto puede ser solucionado dando al servidor web permisos de escritura en el directorio raíz.", + "Setting locale to %s failed" : "Falló la activación del idioma %s ", + "Please install one of these locales on your system and restart your webserver." : "Instale uno de estos idiomas en su sistema y reinicie su servidor web.", + "Please ask your server administrator to install the module." : "Consulte al administrador de su servidor para instalar el módulo.", + "PHP module %s not installed." : "El ódulo PHP %s no está instalado.", + "PHP %s or higher is required." : "Se requiere PHP %s o superior.", + "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." : "Consulte a su administrador del servidor para actualizar PHP a la versión más reciente. Su versión de PHP ya no es apoyado por ownCloud y la comunidad PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe mode está habilitado. ownCloud requiere que se desactive para que funcione correctamente.", + "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." : "Modo Seguro de PHP es un entorno en desuso y en su mayoría inútil que debe ser desactivada. Contacte al administrador del servidor para desactivarlo en php.ini o en la configuración del servidor web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes está habilitado. ownCloud requiere que se desactive para que funcione correctamente.", + "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." : "Magic Quotes es un entorno en desuso y en su mayoría inútil que debe ser desactivada. Consulte a su administrador del servidor para desactivarlo en php.ini o en la configuración del servidor web.", + "PHP modules have been installed, but they are still listed as missing?" : "Los módulos PHP se han instalado, pero aparecen listados como si faltaran", + "Please ask your server administrator to restart the web server." : "Consulte al administrador de su servidor para reiniciar el servidor web.", + "PostgreSQL >= 9 required" : "PostgreSQL 9 o superior requerido.", + "Please upgrade your database version" : "Actualice su versión de base de datos.", + "Error occurred while checking PostgreSQL version" : "Error ocurrido mientras se chequeaba la versión de PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Por favor, asegúrese de que tiene PostgreSQL 9 o superior, o revise los registros para obtener más información acerca del error.", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor cambie los permisos a 0770 para que el directorio no se pueda mostrar para otros usuarios.", + "Data directory (%s) is readable by other users" : "Directorio de datos (%s) se puede leer por otros usuarios.", + "Data directory (%s) is invalid" : "Directorio de datos (%s) no es válida", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifique que el directorio de datos contiene un archivo \".ocdata\" en su directorio raíz.", + "Could not obtain lock type %d on \"%s\"." : "No se pudo realizar el bloqueo %d en \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/es.php b/lib/l10n/es.php deleted file mode 100644 index 553ccd519f..0000000000 --- a/lib/l10n/es.php +++ /dev/null @@ -1,123 +0,0 @@ - "¡No se puede escribir en el directorio de Configuración!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Esto puede ser facilmente solucionado, dando permisos de escritura al directorio de configuración en el servidor Web", -"See %s" => "Mirar %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Esto puede ser facilmente solucionado, %sdando permisos de escritura al directorio de configuración en el servidor Web%s.", -"Sample configuration detected" => "Ejemplo de configuración detectado", -"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" => "Se ha detectado que el ejemplo de configuración ha sido copiado. Esto puede arruinar su instalación y es un caso para el que no se brinda soporte. Lea la documentación antes de hacer cambios en config.php", -"Help" => "Ayuda", -"Personal" => "Personal", -"Settings" => "Ajustes", -"Users" => "Usuarios", -"Admin" => "Administración", -"Recommended" => "Recomendado", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "La aplicación \\\"%s\\\" no se puede instalar porque no es compatible con esta versión de ownCloud.", -"No app name specified" => "No se ha especificado nombre de la aplicación", -"Unknown filetype" => "Tipo de archivo desconocido", -"Invalid image" => "Imagen inválida", -"web services under your control" => "Servicios web bajo su control", -"App directory already exists" => "El directorio de la aplicación ya existe", -"Can't create app folder. Please fix permissions. %s" => "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s", -"No source specified when installing app" => "No se ha especificado origen cuando se ha instalado la aplicación", -"No href specified when installing app from http" => "No href especificado cuando se ha instalado la aplicación", -"No path specified when installing app from local file" => "Sin path especificado cuando se ha instalado la aplicación desde el fichero local", -"Archives of type %s are not supported" => "Ficheros de tipo %s no son soportados", -"Failed to open archive when installing app" => "Fallo de apertura de fichero mientras se instala la aplicación", -"App does not provide an info.xml file" => "La aplicación no suministra un fichero info.xml", -"App can't be installed because of not allowed code in the App" => "La aplicación no puede ser instalada por tener código no autorizado en la aplicación", -"App can't be installed because it is not compatible with this version of ownCloud" => "La aplicación no se puede instalar porque no es compatible con esta versión de ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "La aplicación no se puede instalar porque contiene la etiqueta\n\ntrue\n\nque no está permitida para aplicaciones no distribuidas", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "La aplicación no puede ser instalada por que la versión en info.xml/version no es la misma que la establecida en la app store", -"Application is not enabled" => "La aplicación no está habilitada", -"Authentication error" => "Error de autenticación", -"Token expired. Please reload page." => "Token expirado. Por favor, recarga la página.", -"Unknown user" => "Usuario desconocido", -"%s enter the database username." => "%s ingresar el usuario de la base de datos.", -"%s enter the database name." => "%s ingresar el nombre de la base de datos", -"%s you may not use dots in the database name" => "%s puede utilizar puntos en el nombre de la base de datos", -"MS SQL username and/or password not valid: %s" => "Usuario y/o contraseña de MS SQL no válidos: %s", -"You need to enter either an existing account or the administrator." => "Tiene que ingresar una cuenta existente o la del administrador.", -"MySQL/MariaDB username and/or password not valid" => "Nombre de usuario y/o contraseña de MySQL/MariaDB inválidos", -"DB Error: \"%s\"" => "Error BD: \"%s\"", -"Offending command was: \"%s\"" => "Comando infractor: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "El usuario de MySQL/MariaDB '%s'@'localhost' ya existe.", -"Drop this user from MySQL/MariaDB" => "Eliminar este usuario de MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "El usuario de MySQL/MariaDB '%s'@'%%' ya existe", -"Drop this user from MySQL/MariaDB." => "Eliminar este usuario de MySQL/MariaDB.", -"Oracle connection could not be established" => "No se pudo establecer la conexión a Oracle", -"Oracle username and/or password not valid" => "Usuario y/o contraseña de Oracle no válidos", -"Offending command was: \"%s\", name: %s, password: %s" => "Comando infractor: \"%s\", nombre: %s, contraseña: %s", -"PostgreSQL username and/or password not valid" => "Usuario y/o contraseña de PostgreSQL no válidos", -"Set an admin username." => "Configurar un nombre de usuario del administrador", -"Set an admin password." => "Configurar la contraseña del administrador.", -"Can't create or write into the data directory %s" => "No es posible crear o escribir en el directorio de datos %s", -"%s shared »%s« with you" => "%s ha compartido »%s« contigo", -"Sharing %s failed, because the file does not exist" => "No se pudo compartir %s porque el archivo no existe", -"You are not allowed to share %s" => "Usted no está autorizado para compartir %s", -"Sharing %s failed, because the user %s is the item owner" => "Compartiendo %s ha fallado, ya que el usuario %s es el dueño del elemento", -"Sharing %s failed, because the user %s does not exist" => "Compartiendo %s ha fallado, ya que el usuario %s no existe", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Compartiendo %s ha fallado, ya que el usuario %s no es miembro de algún grupo que %s es miembro", -"Sharing %s failed, because this item is already shared with %s" => "Compartiendo %s ha fallado, ya que este elemento ya está compartido con %s", -"Sharing %s failed, because the group %s does not exist" => "Compartiendo %s ha fallado, ya que el grupo %s no existe", -"Sharing %s failed, because %s is not a member of the group %s" => "Compartiendo %s ha fallado, ya que %s no es miembro del grupo %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Es necesario definir una contraseña para crear un enlace publico. Solo los enlaces protegidos están permitidos", -"Sharing %s failed, because sharing with links is not allowed" => "Compartiendo %s ha fallado, ya que compartir con enlaces no está permitido", -"Share type %s is not valid for %s" => "Compartir tipo %s no es válido para %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Configuración de permisos para %s ha fallado, ya que los permisos superan los permisos dados a %s", -"Setting permissions for %s failed, because the item was not found" => "Configuración de permisos para %s ha fallado, ya que el elemento no fue encontrado", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "No se puede fijar fecha de caducidad. Archivos compartidos no pueden caducar luego de %s de ser compartidos", -"Cannot set expiration date. Expiration date is in the past" => "No se puede fijar la fecha de caducidad. La fecha de caducidad está en el pasado.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend", -"Sharing backend %s not found" => "El motor compartido %s no se ha encontrado", -"Sharing backend for %s not found" => "Motor compartido para %s no encontrado", -"Sharing %s failed, because the user %s is the original sharer" => "Compartiendo %s ha fallado, ya que el usuario %s es el compartidor original", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Compartiendo %s ha fallado, ya que los permisos superan los permisos otorgados a %s", -"Sharing %s failed, because resharing is not allowed" => "Compartiendo %s ha fallado, ya que volver a compartir no está permitido", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Compartir %s falló porque el motor compartido para %s podría no encontrar su origen", -"Sharing %s failed, because the file could not be found in the file cache" => "Compartiendo %s ha fallado, ya que el archivo no pudo ser encontrado en el cache de archivo", -"Could not find category \"%s\"" => "No puede encontrar la categoria \"%s\"", -"seconds ago" => "hace segundos", -"_%n minute ago_::_%n minutes ago_" => array("Hace %n minuto","Hace %n minutos"), -"_%n hour ago_::_%n hours ago_" => array("Hace %n hora","Hace %n horas"), -"today" => "hoy", -"yesterday" => "ayer", -"_%n day go_::_%n days ago_" => array("Hace %n día","Hace %n días"), -"last month" => "mes pasado", -"_%n month ago_::_%n months ago_" => array("Hace %n mes","Hace %n meses"), -"last year" => "año pasado", -"years ago" => "hace años", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Solo los siguientes caracteres están permitidos en un nombre de usuario: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", -"A valid username must be provided" => "Se debe proporcionar un nombre de usuario válido", -"A valid password must be provided" => "Se debe proporcionar una contraseña válida", -"The username is already being used" => "El nombre de usuario ya está en uso", -"No database drivers (sqlite, mysql, or postgresql) installed." => "No están instalados los drivers de BBDD (sqlite, mysql, o postgresql)", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Los permisos usualmente pueden ser solucionados, %sdando permisos de escritura al directorio de configuración en el servidor Web%s.", -"Cannot write into \"config\" directory" => "No se puede escribir el el directorio de configuración", -"Cannot write into \"apps\" directory" => "No se puede escribir en el directorio de \"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." => "Esto puede ser facilmente solucionado, %sdando permisos de escritura al servidor Web en el directorio%s de apps o deshabilitando la tienda de apps en el archivo de configuración.", -"Cannot create \"data\" directory (%s)" => "No puedo crear del directorio \"data\" (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Esto puede ser solucionado dando al servidor web permisos de escritura en el directorio raíz.", -"Setting locale to %s failed" => "Falló la activación del idioma %s ", -"Please install one of these locales on your system and restart your webserver." => "Instale uno de estos idiomas en su sistema y reinicie su servidor web.", -"Please ask your server administrator to install the module." => "Consulte al administrador de su servidor para instalar el módulo.", -"PHP module %s not installed." => "El ódulo PHP %s no está instalado.", -"PHP %s or higher is required." => "Se requiere PHP %s o superior.", -"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." => "Consulte a su administrador del servidor para actualizar PHP a la versión más reciente. Su versión de PHP ya no es apoyado por ownCloud y la comunidad PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe mode está habilitado. ownCloud requiere que se desactive para que funcione correctamente.", -"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." => "Modo Seguro de PHP es un entorno en desuso y en su mayoría inútil que debe ser desactivada. Contacte al administrador del servidor para desactivarlo en php.ini o en la configuración del servidor web.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes está habilitado. ownCloud requiere que se desactive para que funcione correctamente.", -"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." => "Magic Quotes es un entorno en desuso y en su mayoría inútil que debe ser desactivada. Consulte a su administrador del servidor para desactivarlo en php.ini o en la configuración del servidor web.", -"PHP modules have been installed, but they are still listed as missing?" => "Los módulos PHP se han instalado, pero aparecen listados como si faltaran", -"Please ask your server administrator to restart the web server." => "Consulte al administrador de su servidor para reiniciar el servidor web.", -"PostgreSQL >= 9 required" => "PostgreSQL 9 o superior requerido.", -"Please upgrade your database version" => "Actualice su versión de base de datos.", -"Error occurred while checking PostgreSQL version" => "Error ocurrido mientras se chequeaba la versión de PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Por favor, asegúrese de que tiene PostgreSQL 9 o superior, o revise los registros para obtener más información acerca del error.", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Por favor cambie los permisos a 0770 para que el directorio no se pueda mostrar para otros usuarios.", -"Data directory (%s) is readable by other users" => "Directorio de datos (%s) se puede leer por otros usuarios.", -"Data directory (%s) is invalid" => "Directorio de datos (%s) no es válida", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Verifique que el directorio de datos contiene un archivo \".ocdata\" en su directorio raíz.", -"Could not obtain lock type %d on \"%s\"." => "No se pudo realizar el bloqueo %d en \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es_AR.js b/lib/l10n/es_AR.js new file mode 100644 index 0000000000..eb60e6eacb --- /dev/null +++ b/lib/l10n/es_AR.js @@ -0,0 +1,56 @@ +OC.L10N.register( + "lib", + { + "Help" : "Ayuda", + "Personal" : "Personal", + "Settings" : "Configuración", + "Users" : "Usuarios", + "Admin" : "Administración", + "No app name specified" : "No fue especificado el nombre de la app", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "web services under your control" : "servicios web sobre los que tenés control", + "App directory already exists" : "El directorio de la app ya existe", + "Can't create app folder. Please fix permissions. %s" : "No se puede crear el directorio para la app. Corregí los permisos. %s", + "No source specified when installing app" : "No se especificó el origen al instalar la app", + "No href specified when installing app from http" : "No se especificó href al instalar la app", + "No path specified when installing app from local file" : "No se especificó PATH al instalar la app desde el archivo local", + "Archives of type %s are not supported" : "No hay soporte para archivos de tipo %s", + "Failed to open archive when installing app" : "Error al abrir archivo mientras se instalaba la app", + "App does not provide an info.xml file" : "La app no suministra un archivo info.xml", + "App can't be installed because of not allowed code in the App" : "No puede ser instalada la app por tener código no autorizado", + "App can't be installed because it is not compatible with this version of ownCloud" : "No se puede instalar la app porque no es compatible con esta versión de ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "La app no se puede instalar porque contiene la etiqueta true que no está permitida para apps no distribuidas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "La app no puede ser instalada porque la versión en info.xml/version no es la misma que la establecida en el app store", + "Application is not enabled" : "La aplicación no está habilitada", + "Authentication error" : "Error al autenticar", + "Token expired. Please reload page." : "Token expirado. Por favor, recargá la página.", + "%s enter the database username." : "%s Entrá el usuario de la base de datos", + "%s enter the database name." : "%s Entrá el nombre de la base de datos.", + "%s you may not use dots in the database name" : "%s no podés usar puntos en el nombre de la base de datos", + "MS SQL username and/or password not valid: %s" : "Nombre de usuario y contraseña de MS SQL no son válidas: %s", + "You need to enter either an existing account or the administrator." : "Tenés que ingresar una cuenta existente o el administrador.", + "DB Error: \"%s\"" : "Error DB: \"%s\"", + "Offending command was: \"%s\"" : "El comando no comprendido es: \"%s\"", + "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", + "Oracle username and/or password not valid" : "El nombre de usuario y/o contraseña no son válidos", + "Offending command was: \"%s\", name: %s, password: %s" : "El comando no comprendido es: \"%s\", nombre: \"%s\", contraseña: \"%s\"", + "PostgreSQL username and/or password not valid" : "Nombre de usuario o contraseña PostgradeSQL inválido.", + "Set an admin username." : "Configurar un nombre de administrador.", + "Set an admin password." : "Configurar una contraseña de administrador.", + "%s shared »%s« with you" : "%s compartió \"%s\" con vos", + "Could not find category \"%s\"" : "No fue posible encontrar la categoría \"%s\"", + "seconds ago" : "segundos atrás", + "_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"], + "today" : "hoy", + "yesterday" : "ayer", + "_%n day go_::_%n days ago_" : ["Hace %n día","Hace %n días"], + "last month" : "el mes pasado", + "_%n month ago_::_%n months ago_" : ["Hace %n mes","Hace %n meses"], + "last year" : "el año pasado", + "years ago" : "años atrás", + "A valid username must be provided" : "Debe ingresar un nombre de usuario válido", + "A valid password must be provided" : "Debe ingresar una contraseña válida" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_AR.json b/lib/l10n/es_AR.json new file mode 100644 index 0000000000..237819d283 --- /dev/null +++ b/lib/l10n/es_AR.json @@ -0,0 +1,54 @@ +{ "translations": { + "Help" : "Ayuda", + "Personal" : "Personal", + "Settings" : "Configuración", + "Users" : "Usuarios", + "Admin" : "Administración", + "No app name specified" : "No fue especificado el nombre de la app", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "web services under your control" : "servicios web sobre los que tenés control", + "App directory already exists" : "El directorio de la app ya existe", + "Can't create app folder. Please fix permissions. %s" : "No se puede crear el directorio para la app. Corregí los permisos. %s", + "No source specified when installing app" : "No se especificó el origen al instalar la app", + "No href specified when installing app from http" : "No se especificó href al instalar la app", + "No path specified when installing app from local file" : "No se especificó PATH al instalar la app desde el archivo local", + "Archives of type %s are not supported" : "No hay soporte para archivos de tipo %s", + "Failed to open archive when installing app" : "Error al abrir archivo mientras se instalaba la app", + "App does not provide an info.xml file" : "La app no suministra un archivo info.xml", + "App can't be installed because of not allowed code in the App" : "No puede ser instalada la app por tener código no autorizado", + "App can't be installed because it is not compatible with this version of ownCloud" : "No se puede instalar la app porque no es compatible con esta versión de ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "La app no se puede instalar porque contiene la etiqueta true que no está permitida para apps no distribuidas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "La app no puede ser instalada porque la versión en info.xml/version no es la misma que la establecida en el app store", + "Application is not enabled" : "La aplicación no está habilitada", + "Authentication error" : "Error al autenticar", + "Token expired. Please reload page." : "Token expirado. Por favor, recargá la página.", + "%s enter the database username." : "%s Entrá el usuario de la base de datos", + "%s enter the database name." : "%s Entrá el nombre de la base de datos.", + "%s you may not use dots in the database name" : "%s no podés usar puntos en el nombre de la base de datos", + "MS SQL username and/or password not valid: %s" : "Nombre de usuario y contraseña de MS SQL no son válidas: %s", + "You need to enter either an existing account or the administrator." : "Tenés que ingresar una cuenta existente o el administrador.", + "DB Error: \"%s\"" : "Error DB: \"%s\"", + "Offending command was: \"%s\"" : "El comando no comprendido es: \"%s\"", + "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", + "Oracle username and/or password not valid" : "El nombre de usuario y/o contraseña no son válidos", + "Offending command was: \"%s\", name: %s, password: %s" : "El comando no comprendido es: \"%s\", nombre: \"%s\", contraseña: \"%s\"", + "PostgreSQL username and/or password not valid" : "Nombre de usuario o contraseña PostgradeSQL inválido.", + "Set an admin username." : "Configurar un nombre de administrador.", + "Set an admin password." : "Configurar una contraseña de administrador.", + "%s shared »%s« with you" : "%s compartió \"%s\" con vos", + "Could not find category \"%s\"" : "No fue posible encontrar la categoría \"%s\"", + "seconds ago" : "segundos atrás", + "_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"], + "today" : "hoy", + "yesterday" : "ayer", + "_%n day go_::_%n days ago_" : ["Hace %n día","Hace %n días"], + "last month" : "el mes pasado", + "_%n month ago_::_%n months ago_" : ["Hace %n mes","Hace %n meses"], + "last year" : "el año pasado", + "years ago" : "años atrás", + "A valid username must be provided" : "Debe ingresar un nombre de usuario válido", + "A valid password must be provided" : "Debe ingresar una contraseña válida" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/es_AR.php b/lib/l10n/es_AR.php deleted file mode 100644 index 85531b4ce7..0000000000 --- a/lib/l10n/es_AR.php +++ /dev/null @@ -1,55 +0,0 @@ - "Ayuda", -"Personal" => "Personal", -"Settings" => "Configuración", -"Users" => "Usuarios", -"Admin" => "Administración", -"No app name specified" => "No fue especificado el nombre de la app", -"Unknown filetype" => "Tipo de archivo desconocido", -"Invalid image" => "Imagen inválida", -"web services under your control" => "servicios web sobre los que tenés control", -"App directory already exists" => "El directorio de la app ya existe", -"Can't create app folder. Please fix permissions. %s" => "No se puede crear el directorio para la app. Corregí los permisos. %s", -"No source specified when installing app" => "No se especificó el origen al instalar la app", -"No href specified when installing app from http" => "No se especificó href al instalar la app", -"No path specified when installing app from local file" => "No se especificó PATH al instalar la app desde el archivo local", -"Archives of type %s are not supported" => "No hay soporte para archivos de tipo %s", -"Failed to open archive when installing app" => "Error al abrir archivo mientras se instalaba la app", -"App does not provide an info.xml file" => "La app no suministra un archivo info.xml", -"App can't be installed because of not allowed code in the App" => "No puede ser instalada la app por tener código no autorizado", -"App can't be installed because it is not compatible with this version of ownCloud" => "No se puede instalar la app porque no es compatible con esta versión de ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "La app no se puede instalar porque contiene la etiqueta true que no está permitida para apps no distribuidas", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "La app no puede ser instalada porque la versión en info.xml/version no es la misma que la establecida en el app store", -"Application is not enabled" => "La aplicación no está habilitada", -"Authentication error" => "Error al autenticar", -"Token expired. Please reload page." => "Token expirado. Por favor, recargá la página.", -"%s enter the database username." => "%s Entrá el usuario de la base de datos", -"%s enter the database name." => "%s Entrá el nombre de la base de datos.", -"%s you may not use dots in the database name" => "%s no podés usar puntos en el nombre de la base de datos", -"MS SQL username and/or password not valid: %s" => "Nombre de usuario y contraseña de MS SQL no son válidas: %s", -"You need to enter either an existing account or the administrator." => "Tenés que ingresar una cuenta existente o el administrador.", -"DB Error: \"%s\"" => "Error DB: \"%s\"", -"Offending command was: \"%s\"" => "El comando no comprendido es: \"%s\"", -"Oracle connection could not be established" => "No fue posible establecer la conexión a Oracle", -"Oracle username and/or password not valid" => "El nombre de usuario y/o contraseña no son válidos", -"Offending command was: \"%s\", name: %s, password: %s" => "El comando no comprendido es: \"%s\", nombre: \"%s\", contraseña: \"%s\"", -"PostgreSQL username and/or password not valid" => "Nombre de usuario o contraseña PostgradeSQL inválido.", -"Set an admin username." => "Configurar un nombre de administrador.", -"Set an admin password." => "Configurar una contraseña de administrador.", -"%s shared »%s« with you" => "%s compartió \"%s\" con vos", -"Could not find category \"%s\"" => "No fue posible encontrar la categoría \"%s\"", -"seconds ago" => "segundos atrás", -"_%n minute ago_::_%n minutes ago_" => array("Hace %n minuto","Hace %n minutos"), -"_%n hour ago_::_%n hours ago_" => array("Hace %n hora","Hace %n horas"), -"today" => "hoy", -"yesterday" => "ayer", -"_%n day go_::_%n days ago_" => array("Hace %n día","Hace %n días"), -"last month" => "el mes pasado", -"_%n month ago_::_%n months ago_" => array("Hace %n mes","Hace %n meses"), -"last year" => "el año pasado", -"years ago" => "años atrás", -"A valid username must be provided" => "Debe ingresar un nombre de usuario válido", -"A valid password must be provided" => "Debe ingresar una contraseña válida" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es_BO.js b/lib/l10n/es_BO.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/es_BO.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/es_BO.json b/lib/l10n/es_BO.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/es_BO.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/es_BO.php b/lib/l10n/es_BO.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/es_BO.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es_CL.js b/lib/l10n/es_CL.js new file mode 100644 index 0000000000..12f107f8dd --- /dev/null +++ b/lib/l10n/es_CL.js @@ -0,0 +1,32 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "No se puede escribir en el directorio \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Generalmente esto se puede resolver otorgando permisos de escritura al servidor web en la carpeta configurada", + "See %s" : "Ver %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Generalmente esto se puede resolver %s otorgando permisos de escritura al servidor web en la carpeta configurada %s", + "Help" : "Ayuda", + "Personal" : "Personal", + "Settings" : "Configuración", + "Users" : "Usuarios", + "Admin" : "Administración", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "La aplicación \\\"%s\\\" no puede ser instalada debido a que no es compatible con esta versión de ownCloud.", + "No app name specified" : "No se especificó el nombre de la aplicación", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen no válida", + "web services under your control" : "Servicios Web bajo su control", + "App directory already exists" : "El directorio de la aplicación ya existe", + "Can't create app folder. Please fix permissions. %s" : "No se puede crear el directorio de aplicación. Por favor corregir los permisos. %s", + "No source specified when installing app" : "No se especificó el origen al instalar la aplicación", + "seconds ago" : "segundos antes", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "hoy", + "yesterday" : "ayer", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "mes anterior", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "último año", + "years ago" : "años anteriores" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_CL.json b/lib/l10n/es_CL.json new file mode 100644 index 0000000000..4c66ed935a --- /dev/null +++ b/lib/l10n/es_CL.json @@ -0,0 +1,30 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "No se puede escribir en el directorio \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Generalmente esto se puede resolver otorgando permisos de escritura al servidor web en la carpeta configurada", + "See %s" : "Ver %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Generalmente esto se puede resolver %s otorgando permisos de escritura al servidor web en la carpeta configurada %s", + "Help" : "Ayuda", + "Personal" : "Personal", + "Settings" : "Configuración", + "Users" : "Usuarios", + "Admin" : "Administración", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "La aplicación \\\"%s\\\" no puede ser instalada debido a que no es compatible con esta versión de ownCloud.", + "No app name specified" : "No se especificó el nombre de la aplicación", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen no válida", + "web services under your control" : "Servicios Web bajo su control", + "App directory already exists" : "El directorio de la aplicación ya existe", + "Can't create app folder. Please fix permissions. %s" : "No se puede crear el directorio de aplicación. Por favor corregir los permisos. %s", + "No source specified when installing app" : "No se especificó el origen al instalar la aplicación", + "seconds ago" : "segundos antes", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "hoy", + "yesterday" : "ayer", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "mes anterior", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "último año", + "years ago" : "años anteriores" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/es_CL.php b/lib/l10n/es_CL.php deleted file mode 100644 index 7f7c4fe3f6..0000000000 --- a/lib/l10n/es_CL.php +++ /dev/null @@ -1,31 +0,0 @@ - "No se puede escribir en el directorio \"config\"!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Generalmente esto se puede resolver otorgando permisos de escritura al servidor web en la carpeta configurada", -"See %s" => "Ver %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Generalmente esto se puede resolver %s otorgando permisos de escritura al servidor web en la carpeta configurada %s", -"Help" => "Ayuda", -"Personal" => "Personal", -"Settings" => "Configuración", -"Users" => "Usuarios", -"Admin" => "Administración", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "La aplicación \\\"%s\\\" no puede ser instalada debido a que no es compatible con esta versión de ownCloud.", -"No app name specified" => "No se especificó el nombre de la aplicación", -"Unknown filetype" => "Tipo de archivo desconocido", -"Invalid image" => "Imagen no válida", -"web services under your control" => "Servicios Web bajo su control", -"App directory already exists" => "El directorio de la aplicación ya existe", -"Can't create app folder. Please fix permissions. %s" => "No se puede crear el directorio de aplicación. Por favor corregir los permisos. %s", -"No source specified when installing app" => "No se especificó el origen al instalar la aplicación", -"seconds ago" => "segundos antes", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"today" => "hoy", -"yesterday" => "ayer", -"_%n day go_::_%n days ago_" => array("",""), -"last month" => "mes anterior", -"_%n month ago_::_%n months ago_" => array("",""), -"last year" => "último año", -"years ago" => "años anteriores" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es_CO.js b/lib/l10n/es_CO.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/es_CO.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/es_CO.json b/lib/l10n/es_CO.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/es_CO.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/es_CO.php b/lib/l10n/es_CO.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/es_CO.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es_CR.js b/lib/l10n/es_CR.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/es_CR.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/es_CR.json b/lib/l10n/es_CR.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/es_CR.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/es_CR.php b/lib/l10n/es_CR.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/es_CR.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es_EC.js b/lib/l10n/es_EC.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/es_EC.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/es_EC.json b/lib/l10n/es_EC.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/es_EC.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/es_EC.php b/lib/l10n/es_EC.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/es_EC.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js new file mode 100644 index 0000000000..2e2083415e --- /dev/null +++ b/lib/l10n/es_MX.js @@ -0,0 +1,56 @@ +OC.L10N.register( + "lib", + { + "Help" : "Ayuda", + "Personal" : "Personal", + "Settings" : "Ajustes", + "Users" : "Usuarios", + "Admin" : "Administración", + "No app name specified" : "No se ha especificado nombre de la aplicación", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "web services under your control" : "Servicios web bajo su control", + "App directory already exists" : "El directorio de la aplicación ya existe", + "Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s", + "No source specified when installing app" : "No se ha especificado origen cuando se ha instalado la aplicación", + "No href specified when installing app from http" : "No href especificado cuando se ha instalado la aplicación", + "No path specified when installing app from local file" : "Sin path especificado cuando se ha instalado la aplicación desde el archivo local", + "Archives of type %s are not supported" : "Archivos de tipo %s no son soportados", + "Failed to open archive when installing app" : "Fallo de abrir archivo mientras se instala la aplicación", + "App does not provide an info.xml file" : "La aplicación no suministra un archivo info.xml", + "App can't be installed because of not allowed code in the App" : "La aplicación no puede ser instalada por tener código no autorizado en la aplicación", + "App can't be installed because it is not compatible with this version of ownCloud" : "La aplicación no se puede instalar porque no es compatible con esta versión de ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "La aplicación no se puede instalar porque contiene la etiqueta\n\ntrue\n\nque no está permitida para aplicaciones no distribuidas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "La aplicación no puede ser instalada por que la versión en info.xml/version no es la misma que la establecida en la app store", + "Application is not enabled" : "La aplicación no está habilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "Token expirado. Por favor, recarga la página.", + "%s enter the database username." : "%s ingresar el usuario de la base de datos.", + "%s enter the database name." : "%s ingresar el nombre de la base de datos", + "%s you may not use dots in the database name" : "%s puede utilizar puntos en el nombre de la base de datos", + "MS SQL username and/or password not valid: %s" : "Usuario y/o contraseña de MS SQL no válidos: %s", + "You need to enter either an existing account or the administrator." : "Tiene que ingresar una cuenta existente o la del administrador.", + "DB Error: \"%s\"" : "Error BD: \"%s\"", + "Offending command was: \"%s\"" : "Comando infractor: \"%s\"", + "Oracle connection could not be established" : "No se pudo establecer la conexión a Oracle", + "Oracle username and/or password not valid" : "Usuario y/o contraseña de Oracle no válidos", + "Offending command was: \"%s\", name: %s, password: %s" : "Comando infractor: \"%s\", nombre: %s, contraseña: %s", + "PostgreSQL username and/or password not valid" : "Usuario y/o contraseña de PostgreSQL no válidos", + "Set an admin username." : "Configurar un nombre de usuario del administrador", + "Set an admin password." : "Configurar la contraseña del administrador.", + "%s shared »%s« with you" : "%s ha compartido »%s« contigo", + "Could not find category \"%s\"" : "No puede encontrar la categoria \"%s\"", + "seconds ago" : "hace segundos", + "_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"], + "today" : "hoy", + "yesterday" : "ayer", + "_%n day go_::_%n days ago_" : ["Hace %n día","Hace %n días"], + "last month" : "mes pasado", + "_%n month ago_::_%n months ago_" : ["Hace %n mes","Hace %n meses"], + "last year" : "año pasado", + "years ago" : "hace años", + "A valid username must be provided" : "Se debe proporcionar un nombre de usuario válido", + "A valid password must be provided" : "Se debe proporcionar una contraseña válida" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json new file mode 100644 index 0000000000..b9fe48a6ee --- /dev/null +++ b/lib/l10n/es_MX.json @@ -0,0 +1,54 @@ +{ "translations": { + "Help" : "Ayuda", + "Personal" : "Personal", + "Settings" : "Ajustes", + "Users" : "Usuarios", + "Admin" : "Administración", + "No app name specified" : "No se ha especificado nombre de la aplicación", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "web services under your control" : "Servicios web bajo su control", + "App directory already exists" : "El directorio de la aplicación ya existe", + "Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s", + "No source specified when installing app" : "No se ha especificado origen cuando se ha instalado la aplicación", + "No href specified when installing app from http" : "No href especificado cuando se ha instalado la aplicación", + "No path specified when installing app from local file" : "Sin path especificado cuando se ha instalado la aplicación desde el archivo local", + "Archives of type %s are not supported" : "Archivos de tipo %s no son soportados", + "Failed to open archive when installing app" : "Fallo de abrir archivo mientras se instala la aplicación", + "App does not provide an info.xml file" : "La aplicación no suministra un archivo info.xml", + "App can't be installed because of not allowed code in the App" : "La aplicación no puede ser instalada por tener código no autorizado en la aplicación", + "App can't be installed because it is not compatible with this version of ownCloud" : "La aplicación no se puede instalar porque no es compatible con esta versión de ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "La aplicación no se puede instalar porque contiene la etiqueta\n\ntrue\n\nque no está permitida para aplicaciones no distribuidas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "La aplicación no puede ser instalada por que la versión en info.xml/version no es la misma que la establecida en la app store", + "Application is not enabled" : "La aplicación no está habilitada", + "Authentication error" : "Error de autenticación", + "Token expired. Please reload page." : "Token expirado. Por favor, recarga la página.", + "%s enter the database username." : "%s ingresar el usuario de la base de datos.", + "%s enter the database name." : "%s ingresar el nombre de la base de datos", + "%s you may not use dots in the database name" : "%s puede utilizar puntos en el nombre de la base de datos", + "MS SQL username and/or password not valid: %s" : "Usuario y/o contraseña de MS SQL no válidos: %s", + "You need to enter either an existing account or the administrator." : "Tiene que ingresar una cuenta existente o la del administrador.", + "DB Error: \"%s\"" : "Error BD: \"%s\"", + "Offending command was: \"%s\"" : "Comando infractor: \"%s\"", + "Oracle connection could not be established" : "No se pudo establecer la conexión a Oracle", + "Oracle username and/or password not valid" : "Usuario y/o contraseña de Oracle no válidos", + "Offending command was: \"%s\", name: %s, password: %s" : "Comando infractor: \"%s\", nombre: %s, contraseña: %s", + "PostgreSQL username and/or password not valid" : "Usuario y/o contraseña de PostgreSQL no válidos", + "Set an admin username." : "Configurar un nombre de usuario del administrador", + "Set an admin password." : "Configurar la contraseña del administrador.", + "%s shared »%s« with you" : "%s ha compartido »%s« contigo", + "Could not find category \"%s\"" : "No puede encontrar la categoria \"%s\"", + "seconds ago" : "hace segundos", + "_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"], + "today" : "hoy", + "yesterday" : "ayer", + "_%n day go_::_%n days ago_" : ["Hace %n día","Hace %n días"], + "last month" : "mes pasado", + "_%n month ago_::_%n months ago_" : ["Hace %n mes","Hace %n meses"], + "last year" : "año pasado", + "years ago" : "hace años", + "A valid username must be provided" : "Se debe proporcionar un nombre de usuario válido", + "A valid password must be provided" : "Se debe proporcionar una contraseña válida" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/es_MX.php b/lib/l10n/es_MX.php deleted file mode 100644 index 4a3ff58cd7..0000000000 --- a/lib/l10n/es_MX.php +++ /dev/null @@ -1,55 +0,0 @@ - "Ayuda", -"Personal" => "Personal", -"Settings" => "Ajustes", -"Users" => "Usuarios", -"Admin" => "Administración", -"No app name specified" => "No se ha especificado nombre de la aplicación", -"Unknown filetype" => "Tipo de archivo desconocido", -"Invalid image" => "Imagen inválida", -"web services under your control" => "Servicios web bajo su control", -"App directory already exists" => "El directorio de la aplicación ya existe", -"Can't create app folder. Please fix permissions. %s" => "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s", -"No source specified when installing app" => "No se ha especificado origen cuando se ha instalado la aplicación", -"No href specified when installing app from http" => "No href especificado cuando se ha instalado la aplicación", -"No path specified when installing app from local file" => "Sin path especificado cuando se ha instalado la aplicación desde el archivo local", -"Archives of type %s are not supported" => "Archivos de tipo %s no son soportados", -"Failed to open archive when installing app" => "Fallo de abrir archivo mientras se instala la aplicación", -"App does not provide an info.xml file" => "La aplicación no suministra un archivo info.xml", -"App can't be installed because of not allowed code in the App" => "La aplicación no puede ser instalada por tener código no autorizado en la aplicación", -"App can't be installed because it is not compatible with this version of ownCloud" => "La aplicación no se puede instalar porque no es compatible con esta versión de ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "La aplicación no se puede instalar porque contiene la etiqueta\n\ntrue\n\nque no está permitida para aplicaciones no distribuidas", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "La aplicación no puede ser instalada por que la versión en info.xml/version no es la misma que la establecida en la app store", -"Application is not enabled" => "La aplicación no está habilitada", -"Authentication error" => "Error de autenticación", -"Token expired. Please reload page." => "Token expirado. Por favor, recarga la página.", -"%s enter the database username." => "%s ingresar el usuario de la base de datos.", -"%s enter the database name." => "%s ingresar el nombre de la base de datos", -"%s you may not use dots in the database name" => "%s puede utilizar puntos en el nombre de la base de datos", -"MS SQL username and/or password not valid: %s" => "Usuario y/o contraseña de MS SQL no válidos: %s", -"You need to enter either an existing account or the administrator." => "Tiene que ingresar una cuenta existente o la del administrador.", -"DB Error: \"%s\"" => "Error BD: \"%s\"", -"Offending command was: \"%s\"" => "Comando infractor: \"%s\"", -"Oracle connection could not be established" => "No se pudo establecer la conexión a Oracle", -"Oracle username and/or password not valid" => "Usuario y/o contraseña de Oracle no válidos", -"Offending command was: \"%s\", name: %s, password: %s" => "Comando infractor: \"%s\", nombre: %s, contraseña: %s", -"PostgreSQL username and/or password not valid" => "Usuario y/o contraseña de PostgreSQL no válidos", -"Set an admin username." => "Configurar un nombre de usuario del administrador", -"Set an admin password." => "Configurar la contraseña del administrador.", -"%s shared »%s« with you" => "%s ha compartido »%s« contigo", -"Could not find category \"%s\"" => "No puede encontrar la categoria \"%s\"", -"seconds ago" => "hace segundos", -"_%n minute ago_::_%n minutes ago_" => array("Hace %n minuto","Hace %n minutos"), -"_%n hour ago_::_%n hours ago_" => array("Hace %n hora","Hace %n horas"), -"today" => "hoy", -"yesterday" => "ayer", -"_%n day go_::_%n days ago_" => array("Hace %n día","Hace %n días"), -"last month" => "mes pasado", -"_%n month ago_::_%n months ago_" => array("Hace %n mes","Hace %n meses"), -"last year" => "año pasado", -"years ago" => "hace años", -"A valid username must be provided" => "Se debe proporcionar un nombre de usuario válido", -"A valid password must be provided" => "Se debe proporcionar una contraseña válida" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es_PE.js b/lib/l10n/es_PE.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/es_PE.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/es_PE.json b/lib/l10n/es_PE.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/es_PE.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/es_PE.php b/lib/l10n/es_PE.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/es_PE.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es_PY.js b/lib/l10n/es_PY.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/es_PY.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/es_PY.json b/lib/l10n/es_PY.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/es_PY.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/es_PY.php b/lib/l10n/es_PY.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/es_PY.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es_US.js b/lib/l10n/es_US.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/es_US.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/es_US.json b/lib/l10n/es_US.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/es_US.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/es_US.php b/lib/l10n/es_US.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/es_US.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es_UY.js b/lib/l10n/es_UY.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/es_UY.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/es_UY.json b/lib/l10n/es_UY.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/es_UY.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/es_UY.php b/lib/l10n/es_UY.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/es_UY.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/et_EE.js b/lib/l10n/et_EE.js new file mode 100644 index 0000000000..8fbc25c440 --- /dev/null +++ b/lib/l10n/et_EE.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Ei saa kirjutada \"config\" kataloogi!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Tavaliselt saab selle lahendada andes veebiserverile seatete kataloogile \"config\" kirjutusõigused", + "See %s" : "Vaata %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Tavaliselt saab selle lahendada %s andes veebiserverile seadete kataloogile \"config\" kirjutusõigused %s", + "Sample configuration detected" : "Tuvastati näidisseaded", + "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" : "Tuvastati, et kopeeriti näidisseaded. See võib lõhkuda sinu saidi ja see pole toetatud. Palun loe enne faili config.php muutmist dokumentatsiooni", + "Help" : "Abiinfo", + "Personal" : "Isiklik", + "Settings" : "Seaded", + "Users" : "Kasutajad", + "Admin" : "Admin", + "Recommended" : "Soovitatud", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Rakendit \\\"%s\\\" ei saa paigaldada, kuna see pole ühilduv selle ownCloud versiooniga.", + "No app name specified" : "Ühegi rakendi nime pole määratletud", + "Unknown filetype" : "Tundmatu failitüüp", + "Invalid image" : "Vigane pilt", + "web services under your control" : "veebitenused sinu kontrolli all", + "App directory already exists" : "Rakendi kataloog on juba olemas", + "Can't create app folder. Please fix permissions. %s" : "Ei saa luua rakendi kataloogi. Palun korrigeeri õigusi. %s", + "No source specified when installing app" : "Ühegi lähteallikat pole rakendi paigalduseks määratletud", + "No href specified when installing app from http" : "Ühtegi aadressi pole määratletud rakendi paigalduseks veebist", + "No path specified when installing app from local file" : "Ühtegi teed pole määratletud paigaldamaks rakendit kohalikust failist", + "Archives of type %s are not supported" : "%s tüüpi arhiivid pole toetatud", + "Failed to open archive when installing app" : "Arhiivi avamine ebaõnnestus rakendi paigalduse käigus", + "App does not provide an info.xml file" : "Rakend ei paku ühtegi info.xml faili", + "App can't be installed because of not allowed code in the App" : "Rakendit ei saa paigaldada, kuna sisaldab lubamatud koodi", + "App can't be installed because it is not compatible with this version of ownCloud" : "Rakendit ei saa paigaldada, kuna see pole ühilduv selle ownCloud versiooniga.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Rakendit ei saa paigaldada, kuna see sisaldab \n\n\ntrue\n\nmärgendit, mis pole lubatud mitte veetud (non shipped) rakendites", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Rakendit ei saa paigaldada, kuna selle versioon info.xml/version pole sama, mis on märgitud rakendite laos.", + "Application is not enabled" : "Rakendus pole sisse lülitatud", + "Authentication error" : "Autentimise viga", + "Token expired. Please reload page." : "Kontrollkood aegus. Paelun lae leht uuesti.", + "Unknown user" : "Tundmatu kasutaja", + "%s enter the database username." : "%s sisesta andmebaasi kasutajatunnus.", + "%s enter the database name." : "%s sisesta andmebaasi nimi.", + "%s you may not use dots in the database name" : "%s punktide kasutamine andmebaasi nimes pole lubatud", + "MS SQL username and/or password not valid: %s" : "MS SQL kasutajatunnus ja/või parool pole õiged: %s", + "You need to enter either an existing account or the administrator." : "Sisesta kas juba olemasolev konto või administrator.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB kasutajatunnus ja/või parool pole õiged", + "DB Error: \"%s\"" : "Andmebaasi viga: \"%s\"", + "Offending command was: \"%s\"" : "Tõrkuv käsk oli: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB kasutaja '%s'@'localhost' on juba olemas.", + "Drop this user from MySQL/MariaDB" : "Kustuta see MySQL/MariaDB kasutaja", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB user '%s'@'%%' on juba olemas", + "Drop this user from MySQL/MariaDB." : "Kustuta see MySQL/MariaDB kasutaja.", + "Oracle connection could not be established" : "Ei suuda luua ühendust Oracle baasiga", + "Oracle username and/or password not valid" : "Oracle kasutajatunnus ja/või parool pole õiged", + "Offending command was: \"%s\", name: %s, password: %s" : "Tõrkuv käsk oli: \"%s\", nimi: %s, parool: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL kasutajatunnus ja/või parool pole õiged", + "Set an admin username." : "Määra admin kasutajanimi.", + "Set an admin password." : "Määra admini parool.", + "Can't create or write into the data directory %s" : "Ei suuda luua või kirjutada andmete kataloogi %s", + "%s shared »%s« with you" : "%s jagas sinuga »%s«", + "Sharing %s failed, because the file does not exist" : "%s jagamine ebaõnnestus, kuna faili pole olemas", + "You are not allowed to share %s" : "Sul pole lubatud %s jagada", + "Sharing %s failed, because the user %s is the item owner" : "%s jagamine ebaõnnestus, kuna kuna kasutaja %s on üksuse omanik", + "Sharing %s failed, because the user %s does not exist" : "%s jagamine ebaõnnestus, kuna kasutajat %s pole olemas", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s jagamine ebaõnnestus, kuna kasutaja %s pole ühegi grupi liige, millede liige on %s", + "Sharing %s failed, because this item is already shared with %s" : "%s jagamine ebaõnnestus, kuna see üksus on juba jagatud %s", + "Sharing %s failed, because the group %s does not exist" : "%s jagamine ebaõnnestus, kuna gruppi %s pole olemas", + "Sharing %s failed, because %s is not a member of the group %s" : "%s jagamine ebaõnnestus, kuna %s pole grupi %s liige", + "You need to provide a password to create a public link, only protected links are allowed" : "Avaliku viite tekitamiseks pead sisestama parooli, ainult kaitstud viited on lubatud", + "Sharing %s failed, because sharing with links is not allowed" : "%s jagamine ebaõnnestus, kuna linkidega jagamine pole lubatud", + "Share type %s is not valid for %s" : "Jagamise tüüp %s ei ole õige %s jaoks", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Lubade seadistus %s jaoks ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi", + "Setting permissions for %s failed, because the item was not found" : "Lubade seadistus %s jaoks ebaõnnestus, kuna üksust ei leitud", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Aegumise kuupäeva ei saa määrata. Jagamised ei saa aeguda hiljem kui %s peale jagamist.", + "Cannot set expiration date. Expiration date is in the past" : "Aegumiskuupäeva ei saa määrata. Aegumise kuupäev on minevikus", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Jagamise tagarakend %s peab kasutusele võtma OCP\\Share_Backend liidese", + "Sharing backend %s not found" : "Jagamise tagarakendit %s ei leitud", + "Sharing backend for %s not found" : "Jagamise tagarakendit %s jaoks ei leitud", + "Sharing %s failed, because the user %s is the original sharer" : "%s jagamine ebaõnnestus, kuna kasutaja %s on algne jagaja", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s jagamine ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi", + "Sharing %s failed, because resharing is not allowed" : "%s jagamine ebaõnnestus, kuna edasijagamine pole lubatud", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s jagamine ebaõnnestus, kuna jagamise tagarakend ei suutnud leida %s jaoks lähteallikat", + "Sharing %s failed, because the file could not be found in the file cache" : "%s jagamine ebaõnnestus, kuna faili ei suudetud leida failide puhvrist", + "Could not find category \"%s\"" : "Ei leia kategooriat \"%s\"", + "seconds ago" : "sekundit tagasi", + "_%n minute ago_::_%n minutes ago_" : ["","%n minutit tagasi"], + "_%n hour ago_::_%n hours ago_" : ["","%n tundi tagasi"], + "today" : "täna", + "yesterday" : "eile", + "_%n day go_::_%n days ago_" : ["","%n päeva tagasi"], + "last month" : "viimasel kuul", + "_%n month ago_::_%n months ago_" : ["","%n kuud tagasi"], + "last year" : "viimasel aastal", + "years ago" : "aastat tagasi", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Kasutajanimes on lubatud ainult järgnevad tähemärgid: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-\"", + "A valid username must be provided" : "Sisesta nõuetele vastav kasutajatunnus", + "A valid password must be provided" : "Sisesta nõuetele vastav parool", + "The username is already being used" : "Kasutajanimi on juba kasutuses", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Ühtegi andmebaasi (sqlite, mysql või postgresql) draiverit pole paigaldatud.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Õigused saab tavaliselt paika %s andes veebiserverile juurkataloogile kirjutusõigused %s", + "Cannot write into \"config\" directory" : "Ei saa kirjutada \"config\" kataloogi", + "Cannot write into \"apps\" directory" : "Ei saa kirjutada \"apps\" kataloogi!", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Tavaliselt saab selle lahendada %s andes veebiserverile rakendite kataloogile kirjutusõigused %s või keelates seadetes rakendikogu.", + "Cannot create \"data\" directory (%s)" : "Ei suuda luua \"data\" kataloogi (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Tavaliselt saab selle lahendada andes veebiserverile juur-kataloogile kirjutusõigused.", + "Setting locale to %s failed" : "Lokaadi %s määramine ebaõnnestus.", + "Please install one of these locales on your system and restart your webserver." : "Palun paigalda mõni neist lokaatides oma süsteemi ning taaskäivita veebiserver.", + "Please ask your server administrator to install the module." : "Palu oma serveri haldajal moodul paigadalda.", + "PHP module %s not installed." : "PHP moodulit %s pole paigaldatud.", + "PHP %s or higher is required." : "PHP %s või uuem on nõutav.", + "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." : "Palu oma serveri haldajal uuendada PHP viimasele versioonile. Sinu PHP versioon pole enam toetatud ownCloud-i ja PHP kogukonna poolt.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode on lubatud. ownCloud vajab normaalseks toimimiseks, et see oleks keelatud.", + "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." : "PHP Safe Mode on aegunud ja üldiselt kasutu seadistus, mis tuleks keelata. Palu oma serveri haldajal see keelata php.ini failis või veebiserveri seadetes.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes on lubatud. ownCloud vajab normaalseks toimimiseks, et see oleks keelatud.", + "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." : "Magic Quotes on aegunud ja üldiselt kasutu seadistus, mis tuleks keelata. Palu oma serveri haldajal see keelata php.ini failis või veebiserveri seadetes.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP moodulid on paigaldatud, kuid neid näitatakse endiselt kui puuduolevad?", + "Please ask your server administrator to restart the web server." : "Palu oma serveri haldajal veebiserver taaskäivitada.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 on nõutav", + "Please upgrade your database version" : "Palun uuenda oma andmebaasi versiooni", + "Error occurred while checking PostgreSQL version" : "Viga PostgreSQL versiooni kontrollimisel", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Palun veendu, et kasutad PostgreSQL >=9 või vaata logidest vea kohta detailsemat informatsiooni", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Palun muuda kataloogi õigused 0770-ks, et kataloogi sisu poleks teistele kasutajatele nähtav", + "Data directory (%s) is readable by other users" : "Andmete kataloog (%s) on teistele kasutajate loetav", + "Data directory (%s) is invalid" : "Andmete kataloog (%s) pole korrektne", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Palun veendu, et andmete kataloogis sisaldub fail \".ocdata\" ", + "Could not obtain lock type %d on \"%s\"." : "Ei suutnud hankida %d tüüpi lukustust \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/et_EE.json b/lib/l10n/et_EE.json new file mode 100644 index 0000000000..099000bd74 --- /dev/null +++ b/lib/l10n/et_EE.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Ei saa kirjutada \"config\" kataloogi!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Tavaliselt saab selle lahendada andes veebiserverile seatete kataloogile \"config\" kirjutusõigused", + "See %s" : "Vaata %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Tavaliselt saab selle lahendada %s andes veebiserverile seadete kataloogile \"config\" kirjutusõigused %s", + "Sample configuration detected" : "Tuvastati näidisseaded", + "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" : "Tuvastati, et kopeeriti näidisseaded. See võib lõhkuda sinu saidi ja see pole toetatud. Palun loe enne faili config.php muutmist dokumentatsiooni", + "Help" : "Abiinfo", + "Personal" : "Isiklik", + "Settings" : "Seaded", + "Users" : "Kasutajad", + "Admin" : "Admin", + "Recommended" : "Soovitatud", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Rakendit \\\"%s\\\" ei saa paigaldada, kuna see pole ühilduv selle ownCloud versiooniga.", + "No app name specified" : "Ühegi rakendi nime pole määratletud", + "Unknown filetype" : "Tundmatu failitüüp", + "Invalid image" : "Vigane pilt", + "web services under your control" : "veebitenused sinu kontrolli all", + "App directory already exists" : "Rakendi kataloog on juba olemas", + "Can't create app folder. Please fix permissions. %s" : "Ei saa luua rakendi kataloogi. Palun korrigeeri õigusi. %s", + "No source specified when installing app" : "Ühegi lähteallikat pole rakendi paigalduseks määratletud", + "No href specified when installing app from http" : "Ühtegi aadressi pole määratletud rakendi paigalduseks veebist", + "No path specified when installing app from local file" : "Ühtegi teed pole määratletud paigaldamaks rakendit kohalikust failist", + "Archives of type %s are not supported" : "%s tüüpi arhiivid pole toetatud", + "Failed to open archive when installing app" : "Arhiivi avamine ebaõnnestus rakendi paigalduse käigus", + "App does not provide an info.xml file" : "Rakend ei paku ühtegi info.xml faili", + "App can't be installed because of not allowed code in the App" : "Rakendit ei saa paigaldada, kuna sisaldab lubamatud koodi", + "App can't be installed because it is not compatible with this version of ownCloud" : "Rakendit ei saa paigaldada, kuna see pole ühilduv selle ownCloud versiooniga.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Rakendit ei saa paigaldada, kuna see sisaldab \n\n\ntrue\n\nmärgendit, mis pole lubatud mitte veetud (non shipped) rakendites", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Rakendit ei saa paigaldada, kuna selle versioon info.xml/version pole sama, mis on märgitud rakendite laos.", + "Application is not enabled" : "Rakendus pole sisse lülitatud", + "Authentication error" : "Autentimise viga", + "Token expired. Please reload page." : "Kontrollkood aegus. Paelun lae leht uuesti.", + "Unknown user" : "Tundmatu kasutaja", + "%s enter the database username." : "%s sisesta andmebaasi kasutajatunnus.", + "%s enter the database name." : "%s sisesta andmebaasi nimi.", + "%s you may not use dots in the database name" : "%s punktide kasutamine andmebaasi nimes pole lubatud", + "MS SQL username and/or password not valid: %s" : "MS SQL kasutajatunnus ja/või parool pole õiged: %s", + "You need to enter either an existing account or the administrator." : "Sisesta kas juba olemasolev konto või administrator.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB kasutajatunnus ja/või parool pole õiged", + "DB Error: \"%s\"" : "Andmebaasi viga: \"%s\"", + "Offending command was: \"%s\"" : "Tõrkuv käsk oli: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB kasutaja '%s'@'localhost' on juba olemas.", + "Drop this user from MySQL/MariaDB" : "Kustuta see MySQL/MariaDB kasutaja", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB user '%s'@'%%' on juba olemas", + "Drop this user from MySQL/MariaDB." : "Kustuta see MySQL/MariaDB kasutaja.", + "Oracle connection could not be established" : "Ei suuda luua ühendust Oracle baasiga", + "Oracle username and/or password not valid" : "Oracle kasutajatunnus ja/või parool pole õiged", + "Offending command was: \"%s\", name: %s, password: %s" : "Tõrkuv käsk oli: \"%s\", nimi: %s, parool: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL kasutajatunnus ja/või parool pole õiged", + "Set an admin username." : "Määra admin kasutajanimi.", + "Set an admin password." : "Määra admini parool.", + "Can't create or write into the data directory %s" : "Ei suuda luua või kirjutada andmete kataloogi %s", + "%s shared »%s« with you" : "%s jagas sinuga »%s«", + "Sharing %s failed, because the file does not exist" : "%s jagamine ebaõnnestus, kuna faili pole olemas", + "You are not allowed to share %s" : "Sul pole lubatud %s jagada", + "Sharing %s failed, because the user %s is the item owner" : "%s jagamine ebaõnnestus, kuna kuna kasutaja %s on üksuse omanik", + "Sharing %s failed, because the user %s does not exist" : "%s jagamine ebaõnnestus, kuna kasutajat %s pole olemas", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s jagamine ebaõnnestus, kuna kasutaja %s pole ühegi grupi liige, millede liige on %s", + "Sharing %s failed, because this item is already shared with %s" : "%s jagamine ebaõnnestus, kuna see üksus on juba jagatud %s", + "Sharing %s failed, because the group %s does not exist" : "%s jagamine ebaõnnestus, kuna gruppi %s pole olemas", + "Sharing %s failed, because %s is not a member of the group %s" : "%s jagamine ebaõnnestus, kuna %s pole grupi %s liige", + "You need to provide a password to create a public link, only protected links are allowed" : "Avaliku viite tekitamiseks pead sisestama parooli, ainult kaitstud viited on lubatud", + "Sharing %s failed, because sharing with links is not allowed" : "%s jagamine ebaõnnestus, kuna linkidega jagamine pole lubatud", + "Share type %s is not valid for %s" : "Jagamise tüüp %s ei ole õige %s jaoks", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Lubade seadistus %s jaoks ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi", + "Setting permissions for %s failed, because the item was not found" : "Lubade seadistus %s jaoks ebaõnnestus, kuna üksust ei leitud", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Aegumise kuupäeva ei saa määrata. Jagamised ei saa aeguda hiljem kui %s peale jagamist.", + "Cannot set expiration date. Expiration date is in the past" : "Aegumiskuupäeva ei saa määrata. Aegumise kuupäev on minevikus", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Jagamise tagarakend %s peab kasutusele võtma OCP\\Share_Backend liidese", + "Sharing backend %s not found" : "Jagamise tagarakendit %s ei leitud", + "Sharing backend for %s not found" : "Jagamise tagarakendit %s jaoks ei leitud", + "Sharing %s failed, because the user %s is the original sharer" : "%s jagamine ebaõnnestus, kuna kasutaja %s on algne jagaja", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s jagamine ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi", + "Sharing %s failed, because resharing is not allowed" : "%s jagamine ebaõnnestus, kuna edasijagamine pole lubatud", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s jagamine ebaõnnestus, kuna jagamise tagarakend ei suutnud leida %s jaoks lähteallikat", + "Sharing %s failed, because the file could not be found in the file cache" : "%s jagamine ebaõnnestus, kuna faili ei suudetud leida failide puhvrist", + "Could not find category \"%s\"" : "Ei leia kategooriat \"%s\"", + "seconds ago" : "sekundit tagasi", + "_%n minute ago_::_%n minutes ago_" : ["","%n minutit tagasi"], + "_%n hour ago_::_%n hours ago_" : ["","%n tundi tagasi"], + "today" : "täna", + "yesterday" : "eile", + "_%n day go_::_%n days ago_" : ["","%n päeva tagasi"], + "last month" : "viimasel kuul", + "_%n month ago_::_%n months ago_" : ["","%n kuud tagasi"], + "last year" : "viimasel aastal", + "years ago" : "aastat tagasi", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Kasutajanimes on lubatud ainult järgnevad tähemärgid: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-\"", + "A valid username must be provided" : "Sisesta nõuetele vastav kasutajatunnus", + "A valid password must be provided" : "Sisesta nõuetele vastav parool", + "The username is already being used" : "Kasutajanimi on juba kasutuses", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Ühtegi andmebaasi (sqlite, mysql või postgresql) draiverit pole paigaldatud.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Õigused saab tavaliselt paika %s andes veebiserverile juurkataloogile kirjutusõigused %s", + "Cannot write into \"config\" directory" : "Ei saa kirjutada \"config\" kataloogi", + "Cannot write into \"apps\" directory" : "Ei saa kirjutada \"apps\" kataloogi!", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Tavaliselt saab selle lahendada %s andes veebiserverile rakendite kataloogile kirjutusõigused %s või keelates seadetes rakendikogu.", + "Cannot create \"data\" directory (%s)" : "Ei suuda luua \"data\" kataloogi (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Tavaliselt saab selle lahendada andes veebiserverile juur-kataloogile kirjutusõigused.", + "Setting locale to %s failed" : "Lokaadi %s määramine ebaõnnestus.", + "Please install one of these locales on your system and restart your webserver." : "Palun paigalda mõni neist lokaatides oma süsteemi ning taaskäivita veebiserver.", + "Please ask your server administrator to install the module." : "Palu oma serveri haldajal moodul paigadalda.", + "PHP module %s not installed." : "PHP moodulit %s pole paigaldatud.", + "PHP %s or higher is required." : "PHP %s või uuem on nõutav.", + "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." : "Palu oma serveri haldajal uuendada PHP viimasele versioonile. Sinu PHP versioon pole enam toetatud ownCloud-i ja PHP kogukonna poolt.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode on lubatud. ownCloud vajab normaalseks toimimiseks, et see oleks keelatud.", + "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." : "PHP Safe Mode on aegunud ja üldiselt kasutu seadistus, mis tuleks keelata. Palu oma serveri haldajal see keelata php.ini failis või veebiserveri seadetes.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes on lubatud. ownCloud vajab normaalseks toimimiseks, et see oleks keelatud.", + "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." : "Magic Quotes on aegunud ja üldiselt kasutu seadistus, mis tuleks keelata. Palu oma serveri haldajal see keelata php.ini failis või veebiserveri seadetes.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP moodulid on paigaldatud, kuid neid näitatakse endiselt kui puuduolevad?", + "Please ask your server administrator to restart the web server." : "Palu oma serveri haldajal veebiserver taaskäivitada.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 on nõutav", + "Please upgrade your database version" : "Palun uuenda oma andmebaasi versiooni", + "Error occurred while checking PostgreSQL version" : "Viga PostgreSQL versiooni kontrollimisel", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Palun veendu, et kasutad PostgreSQL >=9 või vaata logidest vea kohta detailsemat informatsiooni", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Palun muuda kataloogi õigused 0770-ks, et kataloogi sisu poleks teistele kasutajatele nähtav", + "Data directory (%s) is readable by other users" : "Andmete kataloog (%s) on teistele kasutajate loetav", + "Data directory (%s) is invalid" : "Andmete kataloog (%s) pole korrektne", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Palun veendu, et andmete kataloogis sisaldub fail \".ocdata\" ", + "Could not obtain lock type %d on \"%s\"." : "Ei suutnud hankida %d tüüpi lukustust \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/et_EE.php b/lib/l10n/et_EE.php deleted file mode 100644 index 5dd406ac39..0000000000 --- a/lib/l10n/et_EE.php +++ /dev/null @@ -1,123 +0,0 @@ - "Ei saa kirjutada \"config\" kataloogi!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Tavaliselt saab selle lahendada andes veebiserverile seatete kataloogile \"config\" kirjutusõigused", -"See %s" => "Vaata %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Tavaliselt saab selle lahendada %s andes veebiserverile seadete kataloogile \"config\" kirjutusõigused %s", -"Sample configuration detected" => "Tuvastati näidisseaded", -"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" => "Tuvastati, et kopeeriti näidisseaded. See võib lõhkuda sinu saidi ja see pole toetatud. Palun loe enne faili config.php muutmist dokumentatsiooni", -"Help" => "Abiinfo", -"Personal" => "Isiklik", -"Settings" => "Seaded", -"Users" => "Kasutajad", -"Admin" => "Admin", -"Recommended" => "Soovitatud", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "Rakendit \\\"%s\\\" ei saa paigaldada, kuna see pole ühilduv selle ownCloud versiooniga.", -"No app name specified" => "Ühegi rakendi nime pole määratletud", -"Unknown filetype" => "Tundmatu failitüüp", -"Invalid image" => "Vigane pilt", -"web services under your control" => "veebitenused sinu kontrolli all", -"App directory already exists" => "Rakendi kataloog on juba olemas", -"Can't create app folder. Please fix permissions. %s" => "Ei saa luua rakendi kataloogi. Palun korrigeeri õigusi. %s", -"No source specified when installing app" => "Ühegi lähteallikat pole rakendi paigalduseks määratletud", -"No href specified when installing app from http" => "Ühtegi aadressi pole määratletud rakendi paigalduseks veebist", -"No path specified when installing app from local file" => "Ühtegi teed pole määratletud paigaldamaks rakendit kohalikust failist", -"Archives of type %s are not supported" => "%s tüüpi arhiivid pole toetatud", -"Failed to open archive when installing app" => "Arhiivi avamine ebaõnnestus rakendi paigalduse käigus", -"App does not provide an info.xml file" => "Rakend ei paku ühtegi info.xml faili", -"App can't be installed because of not allowed code in the App" => "Rakendit ei saa paigaldada, kuna sisaldab lubamatud koodi", -"App can't be installed because it is not compatible with this version of ownCloud" => "Rakendit ei saa paigaldada, kuna see pole ühilduv selle ownCloud versiooniga.", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Rakendit ei saa paigaldada, kuna see sisaldab \n\n\ntrue\n\nmärgendit, mis pole lubatud mitte veetud (non shipped) rakendites", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Rakendit ei saa paigaldada, kuna selle versioon info.xml/version pole sama, mis on märgitud rakendite laos.", -"Application is not enabled" => "Rakendus pole sisse lülitatud", -"Authentication error" => "Autentimise viga", -"Token expired. Please reload page." => "Kontrollkood aegus. Paelun lae leht uuesti.", -"Unknown user" => "Tundmatu kasutaja", -"%s enter the database username." => "%s sisesta andmebaasi kasutajatunnus.", -"%s enter the database name." => "%s sisesta andmebaasi nimi.", -"%s you may not use dots in the database name" => "%s punktide kasutamine andmebaasi nimes pole lubatud", -"MS SQL username and/or password not valid: %s" => "MS SQL kasutajatunnus ja/või parool pole õiged: %s", -"You need to enter either an existing account or the administrator." => "Sisesta kas juba olemasolev konto või administrator.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB kasutajatunnus ja/või parool pole õiged", -"DB Error: \"%s\"" => "Andmebaasi viga: \"%s\"", -"Offending command was: \"%s\"" => "Tõrkuv käsk oli: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB kasutaja '%s'@'localhost' on juba olemas.", -"Drop this user from MySQL/MariaDB" => "Kustuta see MySQL/MariaDB kasutaja", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB user '%s'@'%%' on juba olemas", -"Drop this user from MySQL/MariaDB." => "Kustuta see MySQL/MariaDB kasutaja.", -"Oracle connection could not be established" => "Ei suuda luua ühendust Oracle baasiga", -"Oracle username and/or password not valid" => "Oracle kasutajatunnus ja/või parool pole õiged", -"Offending command was: \"%s\", name: %s, password: %s" => "Tõrkuv käsk oli: \"%s\", nimi: %s, parool: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL kasutajatunnus ja/või parool pole õiged", -"Set an admin username." => "Määra admin kasutajanimi.", -"Set an admin password." => "Määra admini parool.", -"Can't create or write into the data directory %s" => "Ei suuda luua või kirjutada andmete kataloogi %s", -"%s shared »%s« with you" => "%s jagas sinuga »%s«", -"Sharing %s failed, because the file does not exist" => "%s jagamine ebaõnnestus, kuna faili pole olemas", -"You are not allowed to share %s" => "Sul pole lubatud %s jagada", -"Sharing %s failed, because the user %s is the item owner" => "%s jagamine ebaõnnestus, kuna kuna kasutaja %s on üksuse omanik", -"Sharing %s failed, because the user %s does not exist" => "%s jagamine ebaõnnestus, kuna kasutajat %s pole olemas", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "%s jagamine ebaõnnestus, kuna kasutaja %s pole ühegi grupi liige, millede liige on %s", -"Sharing %s failed, because this item is already shared with %s" => "%s jagamine ebaõnnestus, kuna see üksus on juba jagatud %s", -"Sharing %s failed, because the group %s does not exist" => "%s jagamine ebaõnnestus, kuna gruppi %s pole olemas", -"Sharing %s failed, because %s is not a member of the group %s" => "%s jagamine ebaõnnestus, kuna %s pole grupi %s liige", -"You need to provide a password to create a public link, only protected links are allowed" => "Avaliku viite tekitamiseks pead sisestama parooli, ainult kaitstud viited on lubatud", -"Sharing %s failed, because sharing with links is not allowed" => "%s jagamine ebaõnnestus, kuna linkidega jagamine pole lubatud", -"Share type %s is not valid for %s" => "Jagamise tüüp %s ei ole õige %s jaoks", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Lubade seadistus %s jaoks ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi", -"Setting permissions for %s failed, because the item was not found" => "Lubade seadistus %s jaoks ebaõnnestus, kuna üksust ei leitud", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Aegumise kuupäeva ei saa määrata. Jagamised ei saa aeguda hiljem kui %s peale jagamist.", -"Cannot set expiration date. Expiration date is in the past" => "Aegumiskuupäeva ei saa määrata. Aegumise kuupäev on minevikus", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Jagamise tagarakend %s peab kasutusele võtma OCP\\Share_Backend liidese", -"Sharing backend %s not found" => "Jagamise tagarakendit %s ei leitud", -"Sharing backend for %s not found" => "Jagamise tagarakendit %s jaoks ei leitud", -"Sharing %s failed, because the user %s is the original sharer" => "%s jagamine ebaõnnestus, kuna kasutaja %s on algne jagaja", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "%s jagamine ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi", -"Sharing %s failed, because resharing is not allowed" => "%s jagamine ebaõnnestus, kuna edasijagamine pole lubatud", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "%s jagamine ebaõnnestus, kuna jagamise tagarakend ei suutnud leida %s jaoks lähteallikat", -"Sharing %s failed, because the file could not be found in the file cache" => "%s jagamine ebaõnnestus, kuna faili ei suudetud leida failide puhvrist", -"Could not find category \"%s\"" => "Ei leia kategooriat \"%s\"", -"seconds ago" => "sekundit tagasi", -"_%n minute ago_::_%n minutes ago_" => array("","%n minutit tagasi"), -"_%n hour ago_::_%n hours ago_" => array("","%n tundi tagasi"), -"today" => "täna", -"yesterday" => "eile", -"_%n day go_::_%n days ago_" => array("","%n päeva tagasi"), -"last month" => "viimasel kuul", -"_%n month ago_::_%n months ago_" => array("","%n kuud tagasi"), -"last year" => "viimasel aastal", -"years ago" => "aastat tagasi", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Kasutajanimes on lubatud ainult järgnevad tähemärgid: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-\"", -"A valid username must be provided" => "Sisesta nõuetele vastav kasutajatunnus", -"A valid password must be provided" => "Sisesta nõuetele vastav parool", -"The username is already being used" => "Kasutajanimi on juba kasutuses", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Ühtegi andmebaasi (sqlite, mysql või postgresql) draiverit pole paigaldatud.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Õigused saab tavaliselt paika %s andes veebiserverile juurkataloogile kirjutusõigused %s", -"Cannot write into \"config\" directory" => "Ei saa kirjutada \"config\" kataloogi", -"Cannot write into \"apps\" directory" => "Ei saa kirjutada \"apps\" kataloogi!", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Tavaliselt saab selle lahendada %s andes veebiserverile rakendite kataloogile kirjutusõigused %s või keelates seadetes rakendikogu.", -"Cannot create \"data\" directory (%s)" => "Ei suuda luua \"data\" kataloogi (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Tavaliselt saab selle lahendada andes veebiserverile juur-kataloogile kirjutusõigused.", -"Setting locale to %s failed" => "Lokaadi %s määramine ebaõnnestus.", -"Please install one of these locales on your system and restart your webserver." => "Palun paigalda mõni neist lokaatides oma süsteemi ning taaskäivita veebiserver.", -"Please ask your server administrator to install the module." => "Palu oma serveri haldajal moodul paigadalda.", -"PHP module %s not installed." => "PHP moodulit %s pole paigaldatud.", -"PHP %s or higher is required." => "PHP %s või uuem on nõutav.", -"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." => "Palu oma serveri haldajal uuendada PHP viimasele versioonile. Sinu PHP versioon pole enam toetatud ownCloud-i ja PHP kogukonna poolt.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode on lubatud. ownCloud vajab normaalseks toimimiseks, et see oleks keelatud.", -"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." => "PHP Safe Mode on aegunud ja üldiselt kasutu seadistus, mis tuleks keelata. Palu oma serveri haldajal see keelata php.ini failis või veebiserveri seadetes.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes on lubatud. ownCloud vajab normaalseks toimimiseks, et see oleks keelatud.", -"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." => "Magic Quotes on aegunud ja üldiselt kasutu seadistus, mis tuleks keelata. Palu oma serveri haldajal see keelata php.ini failis või veebiserveri seadetes.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP moodulid on paigaldatud, kuid neid näitatakse endiselt kui puuduolevad?", -"Please ask your server administrator to restart the web server." => "Palu oma serveri haldajal veebiserver taaskäivitada.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 on nõutav", -"Please upgrade your database version" => "Palun uuenda oma andmebaasi versiooni", -"Error occurred while checking PostgreSQL version" => "Viga PostgreSQL versiooni kontrollimisel", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Palun veendu, et kasutad PostgreSQL >=9 või vaata logidest vea kohta detailsemat informatsiooni", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Palun muuda kataloogi õigused 0770-ks, et kataloogi sisu poleks teistele kasutajatele nähtav", -"Data directory (%s) is readable by other users" => "Andmete kataloog (%s) on teistele kasutajate loetav", -"Data directory (%s) is invalid" => "Andmete kataloog (%s) pole korrektne", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Palun veendu, et andmete kataloogis sisaldub fail \".ocdata\" ", -"Could not obtain lock type %d on \"%s\"." => "Ei suutnud hankida %d tüüpi lukustust \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/eu.js b/lib/l10n/eu.js new file mode 100644 index 0000000000..0c28167130 --- /dev/null +++ b/lib/l10n/eu.js @@ -0,0 +1,122 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Ezin da idatzi \"config\" karpetan!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Hau normalean konpondu daitekesweb zerbitzarira config karpetan idazteko baimenak emanez", + "See %s" : "Ikusi %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Hau normalean konpondu daiteke %sweb zerbitzarira config karpetan idazteko baimenak emanez%s.", + "Sample configuration detected" : "Adibide-ezarpena detektatua", + "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" : "Detektatu da adibide-ezarpena kopiatu dela. Honek zure instalazioa apur dezake eta ez da onartzen. Irakurri dokumentazioa config.php fitxategia aldatu aurretik.", + "Help" : "Laguntza", + "Personal" : "Pertsonala", + "Settings" : "Ezarpenak", + "Users" : "Erabiltzaileak", + "Admin" : "Admin", + "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", + "Invalid image" : "Baliogabeko irudia", + "web services under your control" : "web zerbitzuak zure kontrolpean", + "App directory already exists" : "Aplikazioaren karpeta dagoeneko existitzen da", + "Can't create app folder. Please fix permissions. %s" : "Ezin izan da aplikazioaren karpeta sortu. Mesdez konpondu baimenak. %s", + "No source specified when installing app" : "Ez da jatorririk zehaztu aplikazioa instalatzerakoan", + "No href specified when installing app from http" : "Ez da href parametrorik zehaztu http bidez aplikazioa instalatzerakoan", + "No path specified when installing app from local file" : "Ez da kokalekurik zehaztu fitxategi lokal moduan aplikazioa instalatzerakoan", + "Archives of type %s are not supported" : "%s motako fitxategiak ez dira onartzen", + "Failed to open archive when installing app" : "Fitxategia irekitzeak huts egin du aplikazioa instalatzerakoan", + "App does not provide an info.xml file" : "Aplikazioak ez du info.xml fitxategia", + "App can't be installed because of not allowed code in the App" : "Aplikazioa ezin da instalatu bertan duen baimendu gabeko kodea dela eta", + "App can't be installed because it is not compatible with this version of ownCloud" : "Aplikazioa ezin da instalatu ownCloud bertsio honekin bateragarria ez delako", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Aplikazioa ezin da instalatu true etiketa duelako eta etiketa hau ez da onartzen banaketan ez datozen aplikazioetan", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Aplikazioa ezin da instalatu info.xml/version bertsioa ez delako \"app store\"an jartzen duenaren berdina", + "Application is not enabled" : "Aplikazioa ez dago gaituta", + "Authentication error" : "Autentifikazio errorea", + "Token expired. Please reload page." : "Tokena iraungitu da. Mesedez birkargatu orria.", + "Unknown user" : "Erabiltzaile ezezaguna", + "%s enter the database username." : "%s sartu datu basearen erabiltzaile izena.", + "%s enter the database name." : "%s sartu datu basearen izena.", + "%s you may not use dots in the database name" : "%s ezin duzu punturik erabili datu basearen izenean.", + "MS SQL username and/or password not valid: %s" : "MS SQL erabiltzaile izena edota pasahitza ez dira egokiak: %s", + "You need to enter either an existing account or the administrator." : "Existitzen den kontu bat edo administradorearena jarri behar duzu.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB erabiltzaile edota pasahitza ez dira egokiak", + "DB Error: \"%s\"" : "DB errorea: \"%s\"", + "Offending command was: \"%s\"" : "Errorea komando honek sortu du: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB '%s'@'localhost' erabiltzailea dagoeneko existitzen da.", + "Drop this user from MySQL/MariaDB" : "Ezabatu erabiltzaile hau MySQL/MariaDBtik", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB '%s'@'%%' erabiltzailea dagoeneko existitzen da", + "Drop this user from MySQL/MariaDB." : "Ezabatu erabiltzaile hau MySQL/MariaDBtik.", + "Oracle connection could not be established" : "Ezin da Oracle konexioa sortu", + "Oracle username and/or password not valid" : "Oracle erabiltzaile edota pasahitza ez dira egokiak.", + "Offending command was: \"%s\", name: %s, password: %s" : "Errorea komando honek sortu du: \"%s\", izena: %s, pasahitza: %s", + "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.", + "%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", + "Sharing %s failed, because the user %s is the item owner" : "%s elkarbanatzeak huts egin du, %s erabiltzailea jabea delako", + "Sharing %s failed, because the user %s does not exist" : "%s elkarbanatzeak huts egin du, %s erabiltzailea existitzen ez delako", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s elkarbanatzeak huts egin du, %s erabiltzailea ez delako %s partaide den talderen bateko partaidea", + "Sharing %s failed, because this item is already shared with %s" : "%s elkarbanatzeak huts egin du, dagoeneko %s erabiltzailearekin elkarbanatuta dagoelako", + "Sharing %s failed, because the group %s does not exist" : "%s elkarbanatzeak huts egin du, %s taldea ez delako existitzen", + "Sharing %s failed, because %s is not a member of the group %s" : "%s elkarbanatzeak huts egin du, %s ez delako %s taldearen partaidea", + "You need to provide a password to create a public link, only protected links are allowed" : "Lotura publiko bat sortzeko pasahitza idatzi behar duzu, bakarrik babestutako loturak baimenduta daude", + "Sharing %s failed, because sharing with links is not allowed" : "%s elkarbanatzeak huts egin du, lotura bidezko elkarbanatzea baimendua ez dagoelako", + "Share type %s is not valid for %s" : "%s elkarbanaketa mota ez da %srentzako egokia", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%srentzako baimenak ezartzea huts egin du, baimenak %sri emandakoak baino gehiago direlako", + "Setting permissions for %s failed, because the item was not found" : "%srentzako baimenak ezartzea huts egin du, aurkitu ez delako", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ezin izan da jarri iraungitze data. Konpartitzea ezin da iraungi konpartitu eta %s ondoren.", + "Cannot set expiration date. Expiration date is in the past" : "Ezin da jarri iraungitze data. Iraungitze data iragan da.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s elkarbanaketa motorra OCP\\Share_Backend interfazea inplementatu behar du ", + "Sharing backend %s not found" : "Ez da %s elkarbanaketa motorra aurkitu", + "Sharing backend for %s not found" : "Ez da %srako elkarbanaketa motorrik aurkitu", + "Sharing %s failed, because the user %s is the original sharer" : "%s elkarbanatzeak huts egin du, %s erabiltzailea jatorrizko elkarbanatzailea delako", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s elkarbanatzeak huts egin du, baimenak %sri emandakoak baino gehiago direlako", + "Sharing %s failed, because resharing is not allowed" : "%s elkarbanatzeak huts egin du, ber-elkarbanatzea baimenduta ez dagoelako", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s elkarbanatzeak huts egin du, %sren elkarbanaketa motorrak bere iturria aurkitu ezin duelako", + "Sharing %s failed, because the file could not be found in the file cache" : "%s elkarbanatzeak huts egin du, fitxategia katxean aurkitu ez delako", + "Could not find category \"%s\"" : "Ezin da \"%s\" kategoria aurkitu", + "seconds ago" : "segundu", + "_%n minute ago_::_%n minutes ago_" : ["orain dela minutu %n","orain dela %n minutu"], + "_%n hour ago_::_%n hours ago_" : ["orain dela ordu %n","orain dela %n ordu"], + "today" : "gaur", + "yesterday" : "atzo", + "_%n day go_::_%n days ago_" : ["orain dela egun %n","orain dela %n egun"], + "last month" : "joan den hilabetean", + "_%n month ago_::_%n months ago_" : ["orain dela hilabete %n","orain dela %n hilabete"], + "last year" : "joan den urtean", + "years ago" : "urte", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Bakarrik hurrengo karaketerak onartzen dira erabiltzaile izenean: \"a-z\", \"A-Z\", \"0-9\", eta \"_.@-\"", + "A valid username must be provided" : "Baliozko erabiltzaile izena eman behar da", + "A valid password must be provided" : "Baliozko pasahitza eman behar da", + "The username is already being used" : "Erabiltzaile izena dagoeneko erabiltzen ari da", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Ez dago datubaseen (sqlite, mysql edo postgresql) driverrik instalatuta.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Hau normalean konpondu daiteke %sweb zerbitzarira erro karpetan idazteko baimenak emanez%s.", + "Cannot write into \"config\" directory" : "Ezin da idatzi \"config\" karpetan", + "Cannot write into \"apps\" directory" : "Ezin da idatzi \"apps\" karpetan", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Hau normalean konpondu daiteke %sweb zerbitzarira apps karpetan idazteko baimenak emanez%s edo konfigurazio fitxategian appstorea ez gaituz.", + "Cannot create \"data\" directory (%s)" : "Ezin da \"data\" karpeta sortu (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Hau normalean konpondu daiteke web zerbitzarira erro karpetan idazteko baimenak emanez.", + "Setting locale to %s failed" : "Lokala %sra ezartzeak huts egin du", + "Please install one of these locales on your system and restart your webserver." : "Instalatu hauetako lokal bat zure sisteman eta berrabiarazi zure web zerbitzaria.", + "Please ask your server administrator to install the module." : "Mesedez eskatu zure zerbitzariaren kudeatzaileari modulua instala dezan.", + "PHP module %s not installed." : "PHPren %s modulua ez dago instalaturik.", + "PHP %s or higher is required." : "PHP %s edo berriagoa behar da.", + "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." : "Mesedez eskatu zure zerbitzariaren kudeatzaileari PHP azkenengo bertsiora eguneratzea. Zure PHP bertsioa ez dute ez ownCloud eta ez PHP komunitateek mantentzen.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP SafeMode gaitua dago. ownCloudek ongi funtzionatzeko desgaitua behar du.", + "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." : "PHP Safe Mode ia erabiligabeko ezarpen zahar bat da eta desgaituta egon beharko luke. Mesedez eskatu zerbitzariaren kudeatzaileari php.ini edo zure web zerbitzariaren konfigurazioan desgaitu dezan.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes gaitua dago. ownCloudek ongi funtzionatzeko desgaitua behar du.", + "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." : "Magic Quotes ia erabiligabeko ezarpen zahar bat da eta desgaituta egon beharko luke. Mesedez eskatu zerbitzariaren kudeatzaileari php.ini edo zure web zerbitzariaren konfigurazioan desgaitu dezan.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP moduluak instalatu dira, baina oraindik faltan bezala markatuta daude?", + "Please ask your server administrator to restart the web server." : "Mesedez eskatu zerbitzariaren kudeatzaileari web zerbitzaria berrabiarazteko.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 behar da", + "Please upgrade your database version" : "Mesedez eguneratu zure datu basearen bertsioa", + "Error occurred while checking PostgreSQL version" : "Errore bat gertatu da PostgreSQLren bertsioa egiaztatzerakoan", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Mesedez ziurtatu PostgreSQL >= 9 duzula edo begiratu logak erroreari buruzko informazio gehiago lortzeko", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Mesedez aldatu baimenak 0770ra beste erabiltzaileek karpetan sartu ezin izateko.", + "Data directory (%s) is readable by other users" : "Data karpeta (%s) beste erabiltzaileek irakur dezakete", + "Data directory (%s) is invalid" : "Datuen karpeta (%s) ez da baliogarria", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Mesedez egiaztatu data karpeta \".ocdata\" fitxategia duela bere erroan.", + "Could not obtain lock type %d on \"%s\"." : "Ezin da lortu sarraia mota %d \"%s\"-an." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/eu.json b/lib/l10n/eu.json new file mode 100644 index 0000000000..a8213f297e --- /dev/null +++ b/lib/l10n/eu.json @@ -0,0 +1,120 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Ezin da idatzi \"config\" karpetan!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Hau normalean konpondu daitekesweb zerbitzarira config karpetan idazteko baimenak emanez", + "See %s" : "Ikusi %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Hau normalean konpondu daiteke %sweb zerbitzarira config karpetan idazteko baimenak emanez%s.", + "Sample configuration detected" : "Adibide-ezarpena detektatua", + "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" : "Detektatu da adibide-ezarpena kopiatu dela. Honek zure instalazioa apur dezake eta ez da onartzen. Irakurri dokumentazioa config.php fitxategia aldatu aurretik.", + "Help" : "Laguntza", + "Personal" : "Pertsonala", + "Settings" : "Ezarpenak", + "Users" : "Erabiltzaileak", + "Admin" : "Admin", + "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", + "Invalid image" : "Baliogabeko irudia", + "web services under your control" : "web zerbitzuak zure kontrolpean", + "App directory already exists" : "Aplikazioaren karpeta dagoeneko existitzen da", + "Can't create app folder. Please fix permissions. %s" : "Ezin izan da aplikazioaren karpeta sortu. Mesdez konpondu baimenak. %s", + "No source specified when installing app" : "Ez da jatorririk zehaztu aplikazioa instalatzerakoan", + "No href specified when installing app from http" : "Ez da href parametrorik zehaztu http bidez aplikazioa instalatzerakoan", + "No path specified when installing app from local file" : "Ez da kokalekurik zehaztu fitxategi lokal moduan aplikazioa instalatzerakoan", + "Archives of type %s are not supported" : "%s motako fitxategiak ez dira onartzen", + "Failed to open archive when installing app" : "Fitxategia irekitzeak huts egin du aplikazioa instalatzerakoan", + "App does not provide an info.xml file" : "Aplikazioak ez du info.xml fitxategia", + "App can't be installed because of not allowed code in the App" : "Aplikazioa ezin da instalatu bertan duen baimendu gabeko kodea dela eta", + "App can't be installed because it is not compatible with this version of ownCloud" : "Aplikazioa ezin da instalatu ownCloud bertsio honekin bateragarria ez delako", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Aplikazioa ezin da instalatu true etiketa duelako eta etiketa hau ez da onartzen banaketan ez datozen aplikazioetan", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Aplikazioa ezin da instalatu info.xml/version bertsioa ez delako \"app store\"an jartzen duenaren berdina", + "Application is not enabled" : "Aplikazioa ez dago gaituta", + "Authentication error" : "Autentifikazio errorea", + "Token expired. Please reload page." : "Tokena iraungitu da. Mesedez birkargatu orria.", + "Unknown user" : "Erabiltzaile ezezaguna", + "%s enter the database username." : "%s sartu datu basearen erabiltzaile izena.", + "%s enter the database name." : "%s sartu datu basearen izena.", + "%s you may not use dots in the database name" : "%s ezin duzu punturik erabili datu basearen izenean.", + "MS SQL username and/or password not valid: %s" : "MS SQL erabiltzaile izena edota pasahitza ez dira egokiak: %s", + "You need to enter either an existing account or the administrator." : "Existitzen den kontu bat edo administradorearena jarri behar duzu.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB erabiltzaile edota pasahitza ez dira egokiak", + "DB Error: \"%s\"" : "DB errorea: \"%s\"", + "Offending command was: \"%s\"" : "Errorea komando honek sortu du: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB '%s'@'localhost' erabiltzailea dagoeneko existitzen da.", + "Drop this user from MySQL/MariaDB" : "Ezabatu erabiltzaile hau MySQL/MariaDBtik", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB '%s'@'%%' erabiltzailea dagoeneko existitzen da", + "Drop this user from MySQL/MariaDB." : "Ezabatu erabiltzaile hau MySQL/MariaDBtik.", + "Oracle connection could not be established" : "Ezin da Oracle konexioa sortu", + "Oracle username and/or password not valid" : "Oracle erabiltzaile edota pasahitza ez dira egokiak.", + "Offending command was: \"%s\", name: %s, password: %s" : "Errorea komando honek sortu du: \"%s\", izena: %s, pasahitza: %s", + "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.", + "%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", + "Sharing %s failed, because the user %s is the item owner" : "%s elkarbanatzeak huts egin du, %s erabiltzailea jabea delako", + "Sharing %s failed, because the user %s does not exist" : "%s elkarbanatzeak huts egin du, %s erabiltzailea existitzen ez delako", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s elkarbanatzeak huts egin du, %s erabiltzailea ez delako %s partaide den talderen bateko partaidea", + "Sharing %s failed, because this item is already shared with %s" : "%s elkarbanatzeak huts egin du, dagoeneko %s erabiltzailearekin elkarbanatuta dagoelako", + "Sharing %s failed, because the group %s does not exist" : "%s elkarbanatzeak huts egin du, %s taldea ez delako existitzen", + "Sharing %s failed, because %s is not a member of the group %s" : "%s elkarbanatzeak huts egin du, %s ez delako %s taldearen partaidea", + "You need to provide a password to create a public link, only protected links are allowed" : "Lotura publiko bat sortzeko pasahitza idatzi behar duzu, bakarrik babestutako loturak baimenduta daude", + "Sharing %s failed, because sharing with links is not allowed" : "%s elkarbanatzeak huts egin du, lotura bidezko elkarbanatzea baimendua ez dagoelako", + "Share type %s is not valid for %s" : "%s elkarbanaketa mota ez da %srentzako egokia", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%srentzako baimenak ezartzea huts egin du, baimenak %sri emandakoak baino gehiago direlako", + "Setting permissions for %s failed, because the item was not found" : "%srentzako baimenak ezartzea huts egin du, aurkitu ez delako", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ezin izan da jarri iraungitze data. Konpartitzea ezin da iraungi konpartitu eta %s ondoren.", + "Cannot set expiration date. Expiration date is in the past" : "Ezin da jarri iraungitze data. Iraungitze data iragan da.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s elkarbanaketa motorra OCP\\Share_Backend interfazea inplementatu behar du ", + "Sharing backend %s not found" : "Ez da %s elkarbanaketa motorra aurkitu", + "Sharing backend for %s not found" : "Ez da %srako elkarbanaketa motorrik aurkitu", + "Sharing %s failed, because the user %s is the original sharer" : "%s elkarbanatzeak huts egin du, %s erabiltzailea jatorrizko elkarbanatzailea delako", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s elkarbanatzeak huts egin du, baimenak %sri emandakoak baino gehiago direlako", + "Sharing %s failed, because resharing is not allowed" : "%s elkarbanatzeak huts egin du, ber-elkarbanatzea baimenduta ez dagoelako", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s elkarbanatzeak huts egin du, %sren elkarbanaketa motorrak bere iturria aurkitu ezin duelako", + "Sharing %s failed, because the file could not be found in the file cache" : "%s elkarbanatzeak huts egin du, fitxategia katxean aurkitu ez delako", + "Could not find category \"%s\"" : "Ezin da \"%s\" kategoria aurkitu", + "seconds ago" : "segundu", + "_%n minute ago_::_%n minutes ago_" : ["orain dela minutu %n","orain dela %n minutu"], + "_%n hour ago_::_%n hours ago_" : ["orain dela ordu %n","orain dela %n ordu"], + "today" : "gaur", + "yesterday" : "atzo", + "_%n day go_::_%n days ago_" : ["orain dela egun %n","orain dela %n egun"], + "last month" : "joan den hilabetean", + "_%n month ago_::_%n months ago_" : ["orain dela hilabete %n","orain dela %n hilabete"], + "last year" : "joan den urtean", + "years ago" : "urte", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Bakarrik hurrengo karaketerak onartzen dira erabiltzaile izenean: \"a-z\", \"A-Z\", \"0-9\", eta \"_.@-\"", + "A valid username must be provided" : "Baliozko erabiltzaile izena eman behar da", + "A valid password must be provided" : "Baliozko pasahitza eman behar da", + "The username is already being used" : "Erabiltzaile izena dagoeneko erabiltzen ari da", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Ez dago datubaseen (sqlite, mysql edo postgresql) driverrik instalatuta.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Hau normalean konpondu daiteke %sweb zerbitzarira erro karpetan idazteko baimenak emanez%s.", + "Cannot write into \"config\" directory" : "Ezin da idatzi \"config\" karpetan", + "Cannot write into \"apps\" directory" : "Ezin da idatzi \"apps\" karpetan", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Hau normalean konpondu daiteke %sweb zerbitzarira apps karpetan idazteko baimenak emanez%s edo konfigurazio fitxategian appstorea ez gaituz.", + "Cannot create \"data\" directory (%s)" : "Ezin da \"data\" karpeta sortu (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Hau normalean konpondu daiteke web zerbitzarira erro karpetan idazteko baimenak emanez.", + "Setting locale to %s failed" : "Lokala %sra ezartzeak huts egin du", + "Please install one of these locales on your system and restart your webserver." : "Instalatu hauetako lokal bat zure sisteman eta berrabiarazi zure web zerbitzaria.", + "Please ask your server administrator to install the module." : "Mesedez eskatu zure zerbitzariaren kudeatzaileari modulua instala dezan.", + "PHP module %s not installed." : "PHPren %s modulua ez dago instalaturik.", + "PHP %s or higher is required." : "PHP %s edo berriagoa behar da.", + "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." : "Mesedez eskatu zure zerbitzariaren kudeatzaileari PHP azkenengo bertsiora eguneratzea. Zure PHP bertsioa ez dute ez ownCloud eta ez PHP komunitateek mantentzen.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP SafeMode gaitua dago. ownCloudek ongi funtzionatzeko desgaitua behar du.", + "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." : "PHP Safe Mode ia erabiligabeko ezarpen zahar bat da eta desgaituta egon beharko luke. Mesedez eskatu zerbitzariaren kudeatzaileari php.ini edo zure web zerbitzariaren konfigurazioan desgaitu dezan.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes gaitua dago. ownCloudek ongi funtzionatzeko desgaitua behar du.", + "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." : "Magic Quotes ia erabiligabeko ezarpen zahar bat da eta desgaituta egon beharko luke. Mesedez eskatu zerbitzariaren kudeatzaileari php.ini edo zure web zerbitzariaren konfigurazioan desgaitu dezan.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP moduluak instalatu dira, baina oraindik faltan bezala markatuta daude?", + "Please ask your server administrator to restart the web server." : "Mesedez eskatu zerbitzariaren kudeatzaileari web zerbitzaria berrabiarazteko.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 behar da", + "Please upgrade your database version" : "Mesedez eguneratu zure datu basearen bertsioa", + "Error occurred while checking PostgreSQL version" : "Errore bat gertatu da PostgreSQLren bertsioa egiaztatzerakoan", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Mesedez ziurtatu PostgreSQL >= 9 duzula edo begiratu logak erroreari buruzko informazio gehiago lortzeko", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Mesedez aldatu baimenak 0770ra beste erabiltzaileek karpetan sartu ezin izateko.", + "Data directory (%s) is readable by other users" : "Data karpeta (%s) beste erabiltzaileek irakur dezakete", + "Data directory (%s) is invalid" : "Datuen karpeta (%s) ez da baliogarria", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Mesedez egiaztatu data karpeta \".ocdata\" fitxategia duela bere erroan.", + "Could not obtain lock type %d on \"%s\"." : "Ezin da lortu sarraia mota %d \"%s\"-an." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/eu.php b/lib/l10n/eu.php deleted file mode 100644 index b7b609d375..0000000000 --- a/lib/l10n/eu.php +++ /dev/null @@ -1,123 +0,0 @@ - "Ezin da idatzi \"config\" karpetan!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Hau normalean konpondu daitekesweb zerbitzarira config karpetan idazteko baimenak emanez", -"See %s" => "Ikusi %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Hau normalean konpondu daiteke %sweb zerbitzarira config karpetan idazteko baimenak emanez%s.", -"Sample configuration detected" => "Adibide-ezarpena detektatua", -"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" => "Detektatu da adibide-ezarpena kopiatu dela. Honek zure instalazioa apur dezake eta ez da onartzen. Irakurri dokumentazioa config.php fitxategia aldatu aurretik.", -"Help" => "Laguntza", -"Personal" => "Pertsonala", -"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", -"Invalid image" => "Baliogabeko irudia", -"web services under your control" => "web zerbitzuak zure kontrolpean", -"App directory already exists" => "Aplikazioaren karpeta dagoeneko existitzen da", -"Can't create app folder. Please fix permissions. %s" => "Ezin izan da aplikazioaren karpeta sortu. Mesdez konpondu baimenak. %s", -"No source specified when installing app" => "Ez da jatorririk zehaztu aplikazioa instalatzerakoan", -"No href specified when installing app from http" => "Ez da href parametrorik zehaztu http bidez aplikazioa instalatzerakoan", -"No path specified when installing app from local file" => "Ez da kokalekurik zehaztu fitxategi lokal moduan aplikazioa instalatzerakoan", -"Archives of type %s are not supported" => "%s motako fitxategiak ez dira onartzen", -"Failed to open archive when installing app" => "Fitxategia irekitzeak huts egin du aplikazioa instalatzerakoan", -"App does not provide an info.xml file" => "Aplikazioak ez du info.xml fitxategia", -"App can't be installed because of not allowed code in the App" => "Aplikazioa ezin da instalatu bertan duen baimendu gabeko kodea dela eta", -"App can't be installed because it is not compatible with this version of ownCloud" => "Aplikazioa ezin da instalatu ownCloud bertsio honekin bateragarria ez delako", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Aplikazioa ezin da instalatu true etiketa duelako eta etiketa hau ez da onartzen banaketan ez datozen aplikazioetan", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Aplikazioa ezin da instalatu info.xml/version bertsioa ez delako \"app store\"an jartzen duenaren berdina", -"Application is not enabled" => "Aplikazioa ez dago gaituta", -"Authentication error" => "Autentifikazio errorea", -"Token expired. Please reload page." => "Tokena iraungitu da. Mesedez birkargatu orria.", -"Unknown user" => "Erabiltzaile ezezaguna", -"%s enter the database username." => "%s sartu datu basearen erabiltzaile izena.", -"%s enter the database name." => "%s sartu datu basearen izena.", -"%s you may not use dots in the database name" => "%s ezin duzu punturik erabili datu basearen izenean.", -"MS SQL username and/or password not valid: %s" => "MS SQL erabiltzaile izena edota pasahitza ez dira egokiak: %s", -"You need to enter either an existing account or the administrator." => "Existitzen den kontu bat edo administradorearena jarri behar duzu.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB erabiltzaile edota pasahitza ez dira egokiak", -"DB Error: \"%s\"" => "DB errorea: \"%s\"", -"Offending command was: \"%s\"" => "Errorea komando honek sortu du: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB '%s'@'localhost' erabiltzailea dagoeneko existitzen da.", -"Drop this user from MySQL/MariaDB" => "Ezabatu erabiltzaile hau MySQL/MariaDBtik", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB '%s'@'%%' erabiltzailea dagoeneko existitzen da", -"Drop this user from MySQL/MariaDB." => "Ezabatu erabiltzaile hau MySQL/MariaDBtik.", -"Oracle connection could not be established" => "Ezin da Oracle konexioa sortu", -"Oracle username and/or password not valid" => "Oracle erabiltzaile edota pasahitza ez dira egokiak.", -"Offending command was: \"%s\", name: %s, password: %s" => "Errorea komando honek sortu du: \"%s\", izena: %s, pasahitza: %s", -"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", -"Sharing %s failed, because the user %s is the item owner" => "%s elkarbanatzeak huts egin du, %s erabiltzailea jabea delako", -"Sharing %s failed, because the user %s does not exist" => "%s elkarbanatzeak huts egin du, %s erabiltzailea existitzen ez delako", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "%s elkarbanatzeak huts egin du, %s erabiltzailea ez delako %s partaide den talderen bateko partaidea", -"Sharing %s failed, because this item is already shared with %s" => "%s elkarbanatzeak huts egin du, dagoeneko %s erabiltzailearekin elkarbanatuta dagoelako", -"Sharing %s failed, because the group %s does not exist" => "%s elkarbanatzeak huts egin du, %s taldea ez delako existitzen", -"Sharing %s failed, because %s is not a member of the group %s" => "%s elkarbanatzeak huts egin du, %s ez delako %s taldearen partaidea", -"You need to provide a password to create a public link, only protected links are allowed" => "Lotura publiko bat sortzeko pasahitza idatzi behar duzu, bakarrik babestutako loturak baimenduta daude", -"Sharing %s failed, because sharing with links is not allowed" => "%s elkarbanatzeak huts egin du, lotura bidezko elkarbanatzea baimendua ez dagoelako", -"Share type %s is not valid for %s" => "%s elkarbanaketa mota ez da %srentzako egokia", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "%srentzako baimenak ezartzea huts egin du, baimenak %sri emandakoak baino gehiago direlako", -"Setting permissions for %s failed, because the item was not found" => "%srentzako baimenak ezartzea huts egin du, aurkitu ez delako", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Ezin izan da jarri iraungitze data. Konpartitzea ezin da iraungi konpartitu eta %s ondoren.", -"Cannot set expiration date. Expiration date is in the past" => "Ezin da jarri iraungitze data. Iraungitze data iragan da.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "%s elkarbanaketa motorra OCP\\Share_Backend interfazea inplementatu behar du ", -"Sharing backend %s not found" => "Ez da %s elkarbanaketa motorra aurkitu", -"Sharing backend for %s not found" => "Ez da %srako elkarbanaketa motorrik aurkitu", -"Sharing %s failed, because the user %s is the original sharer" => "%s elkarbanatzeak huts egin du, %s erabiltzailea jatorrizko elkarbanatzailea delako", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "%s elkarbanatzeak huts egin du, baimenak %sri emandakoak baino gehiago direlako", -"Sharing %s failed, because resharing is not allowed" => "%s elkarbanatzeak huts egin du, ber-elkarbanatzea baimenduta ez dagoelako", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "%s elkarbanatzeak huts egin du, %sren elkarbanaketa motorrak bere iturria aurkitu ezin duelako", -"Sharing %s failed, because the file could not be found in the file cache" => "%s elkarbanatzeak huts egin du, fitxategia katxean aurkitu ez delako", -"Could not find category \"%s\"" => "Ezin da \"%s\" kategoria aurkitu", -"seconds ago" => "segundu", -"_%n minute ago_::_%n minutes ago_" => array("orain dela minutu %n","orain dela %n minutu"), -"_%n hour ago_::_%n hours ago_" => array("orain dela ordu %n","orain dela %n ordu"), -"today" => "gaur", -"yesterday" => "atzo", -"_%n day go_::_%n days ago_" => array("orain dela egun %n","orain dela %n egun"), -"last month" => "joan den hilabetean", -"_%n month ago_::_%n months ago_" => array("orain dela hilabete %n","orain dela %n hilabete"), -"last year" => "joan den urtean", -"years ago" => "urte", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Bakarrik hurrengo karaketerak onartzen dira erabiltzaile izenean: \"a-z\", \"A-Z\", \"0-9\", eta \"_.@-\"", -"A valid username must be provided" => "Baliozko erabiltzaile izena eman behar da", -"A valid password must be provided" => "Baliozko pasahitza eman behar da", -"The username is already being used" => "Erabiltzaile izena dagoeneko erabiltzen ari da", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Ez dago datubaseen (sqlite, mysql edo postgresql) driverrik instalatuta.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Hau normalean konpondu daiteke %sweb zerbitzarira erro karpetan idazteko baimenak emanez%s.", -"Cannot write into \"config\" directory" => "Ezin da idatzi \"config\" karpetan", -"Cannot write into \"apps\" directory" => "Ezin da idatzi \"apps\" karpetan", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Hau normalean konpondu daiteke %sweb zerbitzarira apps karpetan idazteko baimenak emanez%s edo konfigurazio fitxategian appstorea ez gaituz.", -"Cannot create \"data\" directory (%s)" => "Ezin da \"data\" karpeta sortu (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Hau normalean konpondu daiteke web zerbitzarira erro karpetan idazteko baimenak emanez.", -"Setting locale to %s failed" => "Lokala %sra ezartzeak huts egin du", -"Please install one of these locales on your system and restart your webserver." => "Instalatu hauetako lokal bat zure sisteman eta berrabiarazi zure web zerbitzaria.", -"Please ask your server administrator to install the module." => "Mesedez eskatu zure zerbitzariaren kudeatzaileari modulua instala dezan.", -"PHP module %s not installed." => "PHPren %s modulua ez dago instalaturik.", -"PHP %s or higher is required." => "PHP %s edo berriagoa behar da.", -"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." => "Mesedez eskatu zure zerbitzariaren kudeatzaileari PHP azkenengo bertsiora eguneratzea. Zure PHP bertsioa ez dute ez ownCloud eta ez PHP komunitateek mantentzen.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP SafeMode gaitua dago. ownCloudek ongi funtzionatzeko desgaitua behar du.", -"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." => "PHP Safe Mode ia erabiligabeko ezarpen zahar bat da eta desgaituta egon beharko luke. Mesedez eskatu zerbitzariaren kudeatzaileari php.ini edo zure web zerbitzariaren konfigurazioan desgaitu dezan.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes gaitua dago. ownCloudek ongi funtzionatzeko desgaitua behar du.", -"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." => "Magic Quotes ia erabiligabeko ezarpen zahar bat da eta desgaituta egon beharko luke. Mesedez eskatu zerbitzariaren kudeatzaileari php.ini edo zure web zerbitzariaren konfigurazioan desgaitu dezan.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP moduluak instalatu dira, baina oraindik faltan bezala markatuta daude?", -"Please ask your server administrator to restart the web server." => "Mesedez eskatu zerbitzariaren kudeatzaileari web zerbitzaria berrabiarazteko.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 behar da", -"Please upgrade your database version" => "Mesedez eguneratu zure datu basearen bertsioa", -"Error occurred while checking PostgreSQL version" => "Errore bat gertatu da PostgreSQLren bertsioa egiaztatzerakoan", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Mesedez ziurtatu PostgreSQL >= 9 duzula edo begiratu logak erroreari buruzko informazio gehiago lortzeko", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Mesedez aldatu baimenak 0770ra beste erabiltzaileek karpetan sartu ezin izateko.", -"Data directory (%s) is readable by other users" => "Data karpeta (%s) beste erabiltzaileek irakur dezakete", -"Data directory (%s) is invalid" => "Datuen karpeta (%s) ez da baliogarria", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Mesedez egiaztatu data karpeta \".ocdata\" fitxategia duela bere erroan.", -"Could not obtain lock type %d on \"%s\"." => "Ezin da lortu sarraia mota %d \"%s\"-an." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/eu_ES.js b/lib/l10n/eu_ES.js new file mode 100644 index 0000000000..a9f41884d5 --- /dev/null +++ b/lib/l10n/eu_ES.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "lib", + { + "Personal" : "Pertsonala", + "_%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/eu_ES.json b/lib/l10n/eu_ES.json new file mode 100644 index 0000000000..9ac9f22cb9 --- /dev/null +++ b/lib/l10n/eu_ES.json @@ -0,0 +1,8 @@ +{ "translations": { + "Personal" : "Pertsonala", + "_%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/eu_ES.php b/lib/l10n/eu_ES.php deleted file mode 100644 index 35192433a2..0000000000 --- a/lib/l10n/eu_ES.php +++ /dev/null @@ -1,9 +0,0 @@ - "Pertsonala", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/fa.js b/lib/l10n/fa.js new file mode 100644 index 0000000000..451274e476 --- /dev/null +++ b/lib/l10n/fa.js @@ -0,0 +1,43 @@ +OC.L10N.register( + "lib", + { + "Help" : "راه‌نما", + "Personal" : "شخصی", + "Settings" : "تنظیمات", + "Users" : "کاربران", + "Admin" : "مدیر", + "Unknown filetype" : "نوع فایل ناشناخته", + "Invalid image" : "عکس نامعتبر", + "web services under your control" : "سرویس های تحت وب در کنترل شما", + "Application is not enabled" : "برنامه فعال نشده است", + "Authentication error" : "خطا در اعتبار سنجی", + "Token expired. Please reload page." : "رمز منقضی شده است. لطفا دوباره صفحه را بارگذاری نمایید.", + "%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." : "شما نیاز به وارد کردن یک حساب کاربری موجود یا حساب مدیریتی دارید.", + "DB Error: \"%s\"" : "خطای پایگاه داده: \"%s\"", + "Offending command was: \"%s\"" : "دستور متخلف عبارت است از: \"%s\"", + "Oracle connection could not be established" : "ارتباط اراکل نمیتواند برقرار باشد.", + "Oracle username and/or password not valid" : "نام کاربری و / یا رمزعبور اراکل معتبر نیست.", + "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." : "یک رمزعبور برای مدیر تنظیم نمایید.", + "%s shared »%s« with you" : "%s به اشتراک گذاشته شده است »%s« توسط شما", + "Could not find category \"%s\"" : "دسته بندی %s یافت نشد", + "seconds ago" : "ثانیه‌ها پیش", + "_%n minute ago_::_%n minutes ago_" : ["%n دقیقه قبل"], + "_%n hour ago_::_%n hours ago_" : ["%n ساعت قبل"], + "today" : "امروز", + "yesterday" : "دیروز", + "_%n day go_::_%n days ago_" : ["%n روز قبل"], + "last month" : "ماه قبل", + "_%n month ago_::_%n months ago_" : ["%n ماه قبل"], + "last year" : "سال قبل", + "years ago" : "سال‌های قبل", + "A valid username must be provided" : "نام کاربری صحیح باید وارد شود", + "A valid password must be provided" : "رمز عبور صحیح باید وارد شود" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/fa.json b/lib/l10n/fa.json new file mode 100644 index 0000000000..9dfeaa5995 --- /dev/null +++ b/lib/l10n/fa.json @@ -0,0 +1,41 @@ +{ "translations": { + "Help" : "راه‌نما", + "Personal" : "شخصی", + "Settings" : "تنظیمات", + "Users" : "کاربران", + "Admin" : "مدیر", + "Unknown filetype" : "نوع فایل ناشناخته", + "Invalid image" : "عکس نامعتبر", + "web services under your control" : "سرویس های تحت وب در کنترل شما", + "Application is not enabled" : "برنامه فعال نشده است", + "Authentication error" : "خطا در اعتبار سنجی", + "Token expired. Please reload page." : "رمز منقضی شده است. لطفا دوباره صفحه را بارگذاری نمایید.", + "%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." : "شما نیاز به وارد کردن یک حساب کاربری موجود یا حساب مدیریتی دارید.", + "DB Error: \"%s\"" : "خطای پایگاه داده: \"%s\"", + "Offending command was: \"%s\"" : "دستور متخلف عبارت است از: \"%s\"", + "Oracle connection could not be established" : "ارتباط اراکل نمیتواند برقرار باشد.", + "Oracle username and/or password not valid" : "نام کاربری و / یا رمزعبور اراکل معتبر نیست.", + "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." : "یک رمزعبور برای مدیر تنظیم نمایید.", + "%s shared »%s« with you" : "%s به اشتراک گذاشته شده است »%s« توسط شما", + "Could not find category \"%s\"" : "دسته بندی %s یافت نشد", + "seconds ago" : "ثانیه‌ها پیش", + "_%n minute ago_::_%n minutes ago_" : ["%n دقیقه قبل"], + "_%n hour ago_::_%n hours ago_" : ["%n ساعت قبل"], + "today" : "امروز", + "yesterday" : "دیروز", + "_%n day go_::_%n days ago_" : ["%n روز قبل"], + "last month" : "ماه قبل", + "_%n month ago_::_%n months ago_" : ["%n ماه قبل"], + "last year" : "سال قبل", + "years ago" : "سال‌های قبل", + "A valid username must be provided" : "نام کاربری صحیح باید وارد شود", + "A valid password must be provided" : "رمز عبور صحیح باید وارد شود" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/fa.php b/lib/l10n/fa.php deleted file mode 100644 index 0081c2e27e..0000000000 --- a/lib/l10n/fa.php +++ /dev/null @@ -1,42 +0,0 @@ - "راه‌نما", -"Personal" => "شخصی", -"Settings" => "تنظیمات", -"Users" => "کاربران", -"Admin" => "مدیر", -"Unknown filetype" => "نوع فایل ناشناخته", -"Invalid image" => "عکس نامعتبر", -"web services under your control" => "سرویس های تحت وب در کنترل شما", -"Application is not enabled" => "برنامه فعال نشده است", -"Authentication error" => "خطا در اعتبار سنجی", -"Token expired. Please reload page." => "رمز منقضی شده است. لطفا دوباره صفحه را بارگذاری نمایید.", -"%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." => "شما نیاز به وارد کردن یک حساب کاربری موجود یا حساب مدیریتی دارید.", -"DB Error: \"%s\"" => "خطای پایگاه داده: \"%s\"", -"Offending command was: \"%s\"" => "دستور متخلف عبارت است از: \"%s\"", -"Oracle connection could not be established" => "ارتباط اراکل نمیتواند برقرار باشد.", -"Oracle username and/or password not valid" => "نام کاربری و / یا رمزعبور اراکل معتبر نیست.", -"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." => "یک رمزعبور برای مدیر تنظیم نمایید.", -"%s shared »%s« with you" => "%s به اشتراک گذاشته شده است »%s« توسط شما", -"Could not find category \"%s\"" => "دسته بندی %s یافت نشد", -"seconds ago" => "ثانیه‌ها پیش", -"_%n minute ago_::_%n minutes ago_" => array("%n دقیقه قبل"), -"_%n hour ago_::_%n hours ago_" => array("%n ساعت قبل"), -"today" => "امروز", -"yesterday" => "دیروز", -"_%n day go_::_%n days ago_" => array("%n روز قبل"), -"last month" => "ماه قبل", -"_%n month ago_::_%n months ago_" => array("%n ماه قبل"), -"last year" => "سال قبل", -"years ago" => "سال‌های قبل", -"A valid username must be provided" => "نام کاربری صحیح باید وارد شود", -"A valid password must be provided" => "رمز عبور صحیح باید وارد شود" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/fi_FI.js b/lib/l10n/fi_FI.js new file mode 100644 index 0000000000..f387090da6 --- /dev/null +++ b/lib/l10n/fi_FI.js @@ -0,0 +1,110 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Hakemistoon \"config\" kirjoittaminen ei onnistu!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Tämän voi yleensä korjata antamalla http-palvelimelle kirjoitusoikeuden asetushakemistoon", + "See %s" : "Katso %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Tämän voi yleensä korjata antamalla %shttp-palvelimelle kirjoitusoikeuden asetushakemistoon%s.", + "Sample configuration detected" : "Esimerkkimääritykset havaittu", + "Help" : "Ohje", + "Personal" : "Henkilökohtainen", + "Settings" : "Asetukset", + "Users" : "Käyttäjät", + "Admin" : "Ylläpito", + "Recommended" : "Suositeltu", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Sovellusta \\\"%s\\\" ei voi asentaa, koska se ei ole yhteensopiva tämän ownCloud-version kanssa.", + "No app name specified" : "Sovelluksen nimeä ei määritelty", + "Unknown filetype" : "Tuntematon tiedostotyyppi", + "Invalid image" : "Virheellinen kuva", + "web services under your control" : "verkkopalvelut hallinnassasi", + "App directory already exists" : "Sovelluskansio on jo olemassa", + "Can't create app folder. Please fix permissions. %s" : "Sovelluskansion luominen ei onnistu. Korjaa käyttöoikeudet. %s", + "No source specified when installing app" : "Lähdettä ei määritelty sovellusta asennettaessa", + "No href specified when installing app from http" : "Href-määritettä ei asetettu asennettaessa sovellusta http:n yli", + "No path specified when installing app from local file" : "Polkua ei määritelty sovellusta asennettaessa paikallisesta tiedostosta", + "Archives of type %s are not supported" : "Tyypin %s arkistot eivät ole tuettuja", + "Failed to open archive when installing app" : "Pakettitiedoston avaaminen epäonnistui sovellusta asennettaessa", + "App does not provide an info.xml file" : "Sovellus ei sisällä info.xml-tiedostoa", + "App can't be installed because of not allowed code in the App" : "Sovellusta ei voi asentaa, koska sovellus sisältää kiellettyä koodia", + "App can't be installed because it is not compatible with this version of ownCloud" : "Sovellusta ei voi asentaa, koska se ei ole yhteensopiva käytössä olevan ownCloud-version kanssa", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Sovellusta ei voi asentaa, koska info.xml/version ilmoittaa versioksi eri arvon kuin sovelluskauppa", + "Application is not enabled" : "Sovellusta ei ole otettu käyttöön", + "Authentication error" : "Tunnistautumisvirhe", + "Token expired. Please reload page." : "Valtuutus vanheni. Lataa sivu uudelleen.", + "Unknown user" : "Tuntematon käyttäjä", + "%s enter the database username." : "%s anna tietokannan käyttäjätunnus.", + "%s enter the database name." : "%s anna tietokannan nimi.", + "%s you may not use dots in the database name" : "%s et voi käyttää pisteitä tietokannan nimessä", + "MS SQL username and/or password not valid: %s" : "MS SQL -käyttäjätunnus ja/tai -salasana on väärin: %s", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB-käyttäjätunnus ja/tai salasana on virheellinen", + "DB Error: \"%s\"" : "Tietokantavirhe: \"%s\"", + "Offending command was: \"%s\"" : "Loukkaava komento oli: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB-käyttäjä '%s'@'localhost' on jo olemassa.", + "Drop this user from MySQL/MariaDB" : "Pudota tämä käyttäjä MySQL/MariaDB:stä", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB-käyttäjä '%s'@'%%' on jo olemassa", + "Drop this user from MySQL/MariaDB." : "Pudota tämä käyttäjä MySQL/MariaDB:stä.", + "Oracle connection could not be established" : "Oracle-yhteyttä ei voitu muodostaa", + "Oracle username and/or password not valid" : "Oraclen käyttäjätunnus ja/tai salasana on väärin", + "Offending command was: \"%s\", name: %s, password: %s" : "Loukkaava komento oli: \"%s\", nimi: %s, salasana: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL:n käyttäjätunnus ja/tai salasana on väärin", + "Set an admin username." : "Aseta ylläpitäjän käyttäjätunnus.", + "Set an admin password." : "Aseta ylläpitäjän salasana.", + "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi", + "Sharing %s failed, because the file does not exist" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei ole olemassa", + "You are not allowed to share %s" : "Oikeutesi eivät riitä kohteen %s jakamiseen.", + "Sharing %s failed, because the user %s is the item owner" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s on kohteen omistaja", + "Sharing %s failed, because the user %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska käyttäjää %s ei ole olemassa", + "Sharing %s failed, because this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", + "Sharing %s failed, because the group %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska ryhmää %s ei ole olemassa", + "Sharing %s failed, because %s is not a member of the group %s" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s ei ole ryhmän %s jäsen", + "You need to provide a password to create a public link, only protected links are allowed" : "Anna salasana luodaksesi julkisen linkin. Vain suojatut linkit ovat sallittuja", + "Sharing %s failed, because sharing with links is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen linkkejä käyttäen ei ole sallittu", + "Setting permissions for %s failed, because the item was not found" : "Kohteen %s oikeuksien asettaminen epäonnistui, koska kohdetta ei löytynyt", + "Cannot set expiration date. Expiration date is in the past" : "Vanhentumispäivää ei voi asettaa. Vanhentumispäivä on jo mennyt", + "Sharing backend %s not found" : "Jakamisen taustaosaa %s ei löytynyt", + "Sharing backend for %s not found" : "Jakamisen taustaosaa kohteelle %s ei löytynyt", + "Sharing %s failed, because the user %s is the original sharer" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s on alkuperäinen jakaja", + "Sharing %s failed, because resharing is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen uudelleen ei ole sallittu", + "Sharing %s failed, because the file could not be found in the file cache" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei löytynyt tiedostovälimuistista", + "Could not find category \"%s\"" : "Luokkaa \"%s\" ei löytynyt", + "seconds ago" : "sekuntia sitten", + "_%n minute ago_::_%n minutes ago_" : ["%n minuutti sitten","%n minuuttia sitten"], + "_%n hour ago_::_%n hours ago_" : ["%n tunti sitten","%n tuntia sitten"], + "today" : "tänään", + "yesterday" : "eilen", + "_%n day go_::_%n days ago_" : ["%n päivä sitten","%n päivää sitten"], + "last month" : "viime kuussa", + "_%n month ago_::_%n months ago_" : ["%n kuukausi sitten","%n kuukautta sitten"], + "last year" : "viime vuonna", + "years ago" : "vuotta sitten", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Vain seuraavat merkit ovat sallittuja käyttäjätunnuksessa: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-\"", + "A valid username must be provided" : "Anna kelvollinen käyttäjätunnus", + "A valid password must be provided" : "Anna kelvollinen salasana", + "The username is already being used" : "Käyttäjätunnus on jo käytössä", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Tietokanta-ajureita (sqlite, mysql tai postgresql) ei ole asennettu.", + "Cannot write into \"config\" directory" : "Hakemistoon \"config\" kirjoittaminen ei onnistu", + "Cannot write into \"apps\" directory" : "Hakemistoon \"apps\" kirjoittaminen ei onnistu", + "Cannot create \"data\" directory (%s)" : "Kansion \"data\" luominen ei onnistu (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Tämä on yleensä korjattavissa antamalla http-palvelimelle kirjoitusoikeuden juurihakemistoon.", + "Setting locale to %s failed" : "Maa-asetuksen %s asettaminen epäonnistui", + "Please install one of these locales on your system and restart your webserver." : "Asenna ainakin yksi kyseisistä maa-asetuksista järjestelmään ja käynnistä http-palvelin uudelleen.", + "Please ask your server administrator to install the module." : "Pyydä palvelimen ylläpitäjää asentamaan moduulin.", + "PHP module %s not installed." : "PHP-moduulia %s ei ole asennettu.", + "PHP %s or higher is required." : "PHP %s tai sitä uudempi vaaditaan.", + "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." : "Pyydä palvelimen ylläpitäjää päivittämään PHP uusimpaan versioon. Käyttämäsi PHP-versio ei ole enää tuettu ownCloud- ja PHP-yhteisön toimesta.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP:n \"Safe Mode\" on käytössä. ownCloud vaatii toimiakseen \"Safe Moden\" poistamisen käytöstä.", + "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." : "PHP:n Safe Mode on vanhennettu ja muutenkin lähes hyödytön asetus, joka tulee poistaa käytöstä. Pyydä järjestelmän ylläpitäjää poistamaan ominaisuus käytöstä php.ini-tiedoston kautta tai http-palvelimen asetuksista.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes -asetus on käytössä. ownCloud vaatii toimiakseen kyseisen asetuksen poistamisen käytöstä.", + "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." : "Magic Quotes -asetus on vanhennettu ja pääosin hyödytön, joten se tulisi poistaa käytöstä. Pyydä palvelimen ylläpitäjää poistamaan asetus käytöstä php.ini-tiedoston avulla tai http-palvelimen asetuksista.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP-moduulit on asennettu, mutta ovatko ne vieläkin listattu puuttuviksi?", + "Please ask your server administrator to restart the web server." : "Pyydä palvelimen ylläpitäjää käynnistämään web-palvelin uudelleen.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 vaaditaan", + "Please upgrade your database version" : "Päivitä tietokantasi versio", + "Error occurred while checking PostgreSQL version" : "Virhe PostgreSQL:n versiota tarkistaessa", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Varmista, että käytössäsi on PostgreSQL >= 9 tai tarkista lokit saadaksesi lisätietoja virheestä", + "Data directory (%s) is readable by other users" : "Datakansio (%s) on muiden käyttäjien luettavissa", + "Data directory (%s) is invalid" : "Datakansio (%s) on virheellinen", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Varmista, että datakansion juuressa on tiedosto \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Lukitustapaa %d ei saatu kohteelle \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/fi_FI.json b/lib/l10n/fi_FI.json new file mode 100644 index 0000000000..7c26af25f6 --- /dev/null +++ b/lib/l10n/fi_FI.json @@ -0,0 +1,108 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Hakemistoon \"config\" kirjoittaminen ei onnistu!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Tämän voi yleensä korjata antamalla http-palvelimelle kirjoitusoikeuden asetushakemistoon", + "See %s" : "Katso %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Tämän voi yleensä korjata antamalla %shttp-palvelimelle kirjoitusoikeuden asetushakemistoon%s.", + "Sample configuration detected" : "Esimerkkimääritykset havaittu", + "Help" : "Ohje", + "Personal" : "Henkilökohtainen", + "Settings" : "Asetukset", + "Users" : "Käyttäjät", + "Admin" : "Ylläpito", + "Recommended" : "Suositeltu", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Sovellusta \\\"%s\\\" ei voi asentaa, koska se ei ole yhteensopiva tämän ownCloud-version kanssa.", + "No app name specified" : "Sovelluksen nimeä ei määritelty", + "Unknown filetype" : "Tuntematon tiedostotyyppi", + "Invalid image" : "Virheellinen kuva", + "web services under your control" : "verkkopalvelut hallinnassasi", + "App directory already exists" : "Sovelluskansio on jo olemassa", + "Can't create app folder. Please fix permissions. %s" : "Sovelluskansion luominen ei onnistu. Korjaa käyttöoikeudet. %s", + "No source specified when installing app" : "Lähdettä ei määritelty sovellusta asennettaessa", + "No href specified when installing app from http" : "Href-määritettä ei asetettu asennettaessa sovellusta http:n yli", + "No path specified when installing app from local file" : "Polkua ei määritelty sovellusta asennettaessa paikallisesta tiedostosta", + "Archives of type %s are not supported" : "Tyypin %s arkistot eivät ole tuettuja", + "Failed to open archive when installing app" : "Pakettitiedoston avaaminen epäonnistui sovellusta asennettaessa", + "App does not provide an info.xml file" : "Sovellus ei sisällä info.xml-tiedostoa", + "App can't be installed because of not allowed code in the App" : "Sovellusta ei voi asentaa, koska sovellus sisältää kiellettyä koodia", + "App can't be installed because it is not compatible with this version of ownCloud" : "Sovellusta ei voi asentaa, koska se ei ole yhteensopiva käytössä olevan ownCloud-version kanssa", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Sovellusta ei voi asentaa, koska info.xml/version ilmoittaa versioksi eri arvon kuin sovelluskauppa", + "Application is not enabled" : "Sovellusta ei ole otettu käyttöön", + "Authentication error" : "Tunnistautumisvirhe", + "Token expired. Please reload page." : "Valtuutus vanheni. Lataa sivu uudelleen.", + "Unknown user" : "Tuntematon käyttäjä", + "%s enter the database username." : "%s anna tietokannan käyttäjätunnus.", + "%s enter the database name." : "%s anna tietokannan nimi.", + "%s you may not use dots in the database name" : "%s et voi käyttää pisteitä tietokannan nimessä", + "MS SQL username and/or password not valid: %s" : "MS SQL -käyttäjätunnus ja/tai -salasana on väärin: %s", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB-käyttäjätunnus ja/tai salasana on virheellinen", + "DB Error: \"%s\"" : "Tietokantavirhe: \"%s\"", + "Offending command was: \"%s\"" : "Loukkaava komento oli: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB-käyttäjä '%s'@'localhost' on jo olemassa.", + "Drop this user from MySQL/MariaDB" : "Pudota tämä käyttäjä MySQL/MariaDB:stä", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB-käyttäjä '%s'@'%%' on jo olemassa", + "Drop this user from MySQL/MariaDB." : "Pudota tämä käyttäjä MySQL/MariaDB:stä.", + "Oracle connection could not be established" : "Oracle-yhteyttä ei voitu muodostaa", + "Oracle username and/or password not valid" : "Oraclen käyttäjätunnus ja/tai salasana on väärin", + "Offending command was: \"%s\", name: %s, password: %s" : "Loukkaava komento oli: \"%s\", nimi: %s, salasana: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL:n käyttäjätunnus ja/tai salasana on väärin", + "Set an admin username." : "Aseta ylläpitäjän käyttäjätunnus.", + "Set an admin password." : "Aseta ylläpitäjän salasana.", + "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi", + "Sharing %s failed, because the file does not exist" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei ole olemassa", + "You are not allowed to share %s" : "Oikeutesi eivät riitä kohteen %s jakamiseen.", + "Sharing %s failed, because the user %s is the item owner" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s on kohteen omistaja", + "Sharing %s failed, because the user %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska käyttäjää %s ei ole olemassa", + "Sharing %s failed, because this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", + "Sharing %s failed, because the group %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska ryhmää %s ei ole olemassa", + "Sharing %s failed, because %s is not a member of the group %s" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s ei ole ryhmän %s jäsen", + "You need to provide a password to create a public link, only protected links are allowed" : "Anna salasana luodaksesi julkisen linkin. Vain suojatut linkit ovat sallittuja", + "Sharing %s failed, because sharing with links is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen linkkejä käyttäen ei ole sallittu", + "Setting permissions for %s failed, because the item was not found" : "Kohteen %s oikeuksien asettaminen epäonnistui, koska kohdetta ei löytynyt", + "Cannot set expiration date. Expiration date is in the past" : "Vanhentumispäivää ei voi asettaa. Vanhentumispäivä on jo mennyt", + "Sharing backend %s not found" : "Jakamisen taustaosaa %s ei löytynyt", + "Sharing backend for %s not found" : "Jakamisen taustaosaa kohteelle %s ei löytynyt", + "Sharing %s failed, because the user %s is the original sharer" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s on alkuperäinen jakaja", + "Sharing %s failed, because resharing is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen uudelleen ei ole sallittu", + "Sharing %s failed, because the file could not be found in the file cache" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei löytynyt tiedostovälimuistista", + "Could not find category \"%s\"" : "Luokkaa \"%s\" ei löytynyt", + "seconds ago" : "sekuntia sitten", + "_%n minute ago_::_%n minutes ago_" : ["%n minuutti sitten","%n minuuttia sitten"], + "_%n hour ago_::_%n hours ago_" : ["%n tunti sitten","%n tuntia sitten"], + "today" : "tänään", + "yesterday" : "eilen", + "_%n day go_::_%n days ago_" : ["%n päivä sitten","%n päivää sitten"], + "last month" : "viime kuussa", + "_%n month ago_::_%n months ago_" : ["%n kuukausi sitten","%n kuukautta sitten"], + "last year" : "viime vuonna", + "years ago" : "vuotta sitten", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Vain seuraavat merkit ovat sallittuja käyttäjätunnuksessa: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-\"", + "A valid username must be provided" : "Anna kelvollinen käyttäjätunnus", + "A valid password must be provided" : "Anna kelvollinen salasana", + "The username is already being used" : "Käyttäjätunnus on jo käytössä", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Tietokanta-ajureita (sqlite, mysql tai postgresql) ei ole asennettu.", + "Cannot write into \"config\" directory" : "Hakemistoon \"config\" kirjoittaminen ei onnistu", + "Cannot write into \"apps\" directory" : "Hakemistoon \"apps\" kirjoittaminen ei onnistu", + "Cannot create \"data\" directory (%s)" : "Kansion \"data\" luominen ei onnistu (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Tämä on yleensä korjattavissa antamalla http-palvelimelle kirjoitusoikeuden juurihakemistoon.", + "Setting locale to %s failed" : "Maa-asetuksen %s asettaminen epäonnistui", + "Please install one of these locales on your system and restart your webserver." : "Asenna ainakin yksi kyseisistä maa-asetuksista järjestelmään ja käynnistä http-palvelin uudelleen.", + "Please ask your server administrator to install the module." : "Pyydä palvelimen ylläpitäjää asentamaan moduulin.", + "PHP module %s not installed." : "PHP-moduulia %s ei ole asennettu.", + "PHP %s or higher is required." : "PHP %s tai sitä uudempi vaaditaan.", + "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." : "Pyydä palvelimen ylläpitäjää päivittämään PHP uusimpaan versioon. Käyttämäsi PHP-versio ei ole enää tuettu ownCloud- ja PHP-yhteisön toimesta.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP:n \"Safe Mode\" on käytössä. ownCloud vaatii toimiakseen \"Safe Moden\" poistamisen käytöstä.", + "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." : "PHP:n Safe Mode on vanhennettu ja muutenkin lähes hyödytön asetus, joka tulee poistaa käytöstä. Pyydä järjestelmän ylläpitäjää poistamaan ominaisuus käytöstä php.ini-tiedoston kautta tai http-palvelimen asetuksista.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes -asetus on käytössä. ownCloud vaatii toimiakseen kyseisen asetuksen poistamisen käytöstä.", + "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." : "Magic Quotes -asetus on vanhennettu ja pääosin hyödytön, joten se tulisi poistaa käytöstä. Pyydä palvelimen ylläpitäjää poistamaan asetus käytöstä php.ini-tiedoston avulla tai http-palvelimen asetuksista.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP-moduulit on asennettu, mutta ovatko ne vieläkin listattu puuttuviksi?", + "Please ask your server administrator to restart the web server." : "Pyydä palvelimen ylläpitäjää käynnistämään web-palvelin uudelleen.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 vaaditaan", + "Please upgrade your database version" : "Päivitä tietokantasi versio", + "Error occurred while checking PostgreSQL version" : "Virhe PostgreSQL:n versiota tarkistaessa", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Varmista, että käytössäsi on PostgreSQL >= 9 tai tarkista lokit saadaksesi lisätietoja virheestä", + "Data directory (%s) is readable by other users" : "Datakansio (%s) on muiden käyttäjien luettavissa", + "Data directory (%s) is invalid" : "Datakansio (%s) on virheellinen", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Varmista, että datakansion juuressa on tiedosto \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Lukitustapaa %d ei saatu kohteelle \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/fi_FI.php b/lib/l10n/fi_FI.php deleted file mode 100644 index 5c9a6442c7..0000000000 --- a/lib/l10n/fi_FI.php +++ /dev/null @@ -1,109 +0,0 @@ - "Hakemistoon \"config\" kirjoittaminen ei onnistu!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Tämän voi yleensä korjata antamalla http-palvelimelle kirjoitusoikeuden asetushakemistoon", -"See %s" => "Katso %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Tämän voi yleensä korjata antamalla %shttp-palvelimelle kirjoitusoikeuden asetushakemistoon%s.", -"Sample configuration detected" => "Esimerkkimääritykset havaittu", -"Help" => "Ohje", -"Personal" => "Henkilökohtainen", -"Settings" => "Asetukset", -"Users" => "Käyttäjät", -"Admin" => "Ylläpito", -"Recommended" => "Suositeltu", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "Sovellusta \\\"%s\\\" ei voi asentaa, koska se ei ole yhteensopiva tämän ownCloud-version kanssa.", -"No app name specified" => "Sovelluksen nimeä ei määritelty", -"Unknown filetype" => "Tuntematon tiedostotyyppi", -"Invalid image" => "Virheellinen kuva", -"web services under your control" => "verkkopalvelut hallinnassasi", -"App directory already exists" => "Sovelluskansio on jo olemassa", -"Can't create app folder. Please fix permissions. %s" => "Sovelluskansion luominen ei onnistu. Korjaa käyttöoikeudet. %s", -"No source specified when installing app" => "Lähdettä ei määritelty sovellusta asennettaessa", -"No href specified when installing app from http" => "Href-määritettä ei asetettu asennettaessa sovellusta http:n yli", -"No path specified when installing app from local file" => "Polkua ei määritelty sovellusta asennettaessa paikallisesta tiedostosta", -"Archives of type %s are not supported" => "Tyypin %s arkistot eivät ole tuettuja", -"Failed to open archive when installing app" => "Pakettitiedoston avaaminen epäonnistui sovellusta asennettaessa", -"App does not provide an info.xml file" => "Sovellus ei sisällä info.xml-tiedostoa", -"App can't be installed because of not allowed code in the App" => "Sovellusta ei voi asentaa, koska sovellus sisältää kiellettyä koodia", -"App can't be installed because it is not compatible with this version of ownCloud" => "Sovellusta ei voi asentaa, koska se ei ole yhteensopiva käytössä olevan ownCloud-version kanssa", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Sovellusta ei voi asentaa, koska info.xml/version ilmoittaa versioksi eri arvon kuin sovelluskauppa", -"Application is not enabled" => "Sovellusta ei ole otettu käyttöön", -"Authentication error" => "Tunnistautumisvirhe", -"Token expired. Please reload page." => "Valtuutus vanheni. Lataa sivu uudelleen.", -"Unknown user" => "Tuntematon käyttäjä", -"%s enter the database username." => "%s anna tietokannan käyttäjätunnus.", -"%s enter the database name." => "%s anna tietokannan nimi.", -"%s you may not use dots in the database name" => "%s et voi käyttää pisteitä tietokannan nimessä", -"MS SQL username and/or password not valid: %s" => "MS SQL -käyttäjätunnus ja/tai -salasana on väärin: %s", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB-käyttäjätunnus ja/tai salasana on virheellinen", -"DB Error: \"%s\"" => "Tietokantavirhe: \"%s\"", -"Offending command was: \"%s\"" => "Loukkaava komento oli: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB-käyttäjä '%s'@'localhost' on jo olemassa.", -"Drop this user from MySQL/MariaDB" => "Pudota tämä käyttäjä MySQL/MariaDB:stä", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB-käyttäjä '%s'@'%%' on jo olemassa", -"Drop this user from MySQL/MariaDB." => "Pudota tämä käyttäjä MySQL/MariaDB:stä.", -"Oracle connection could not be established" => "Oracle-yhteyttä ei voitu muodostaa", -"Oracle username and/or password not valid" => "Oraclen käyttäjätunnus ja/tai salasana on väärin", -"Offending command was: \"%s\", name: %s, password: %s" => "Loukkaava komento oli: \"%s\", nimi: %s, salasana: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL:n käyttäjätunnus ja/tai salasana on väärin", -"Set an admin username." => "Aseta ylläpitäjän käyttäjätunnus.", -"Set an admin password." => "Aseta ylläpitäjän salasana.", -"%s shared »%s« with you" => "%s jakoi kohteen »%s« kanssasi", -"Sharing %s failed, because the file does not exist" => "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei ole olemassa", -"You are not allowed to share %s" => "Oikeutesi eivät riitä kohteen %s jakamiseen.", -"Sharing %s failed, because the user %s is the item owner" => "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s on kohteen omistaja", -"Sharing %s failed, because the user %s does not exist" => "Kohteen %s jakaminen epäonnistui, koska käyttäjää %s ei ole olemassa", -"Sharing %s failed, because this item is already shared with %s" => "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", -"Sharing %s failed, because the group %s does not exist" => "Kohteen %s jakaminen epäonnistui, koska ryhmää %s ei ole olemassa", -"Sharing %s failed, because %s is not a member of the group %s" => "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s ei ole ryhmän %s jäsen", -"You need to provide a password to create a public link, only protected links are allowed" => "Anna salasana luodaksesi julkisen linkin. Vain suojatut linkit ovat sallittuja", -"Sharing %s failed, because sharing with links is not allowed" => "Kohteen %s jakaminen epäonnistui, koska jakaminen linkkejä käyttäen ei ole sallittu", -"Setting permissions for %s failed, because the item was not found" => "Kohteen %s oikeuksien asettaminen epäonnistui, koska kohdetta ei löytynyt", -"Cannot set expiration date. Expiration date is in the past" => "Vanhentumispäivää ei voi asettaa. Vanhentumispäivä on jo mennyt", -"Sharing backend %s not found" => "Jakamisen taustaosaa %s ei löytynyt", -"Sharing backend for %s not found" => "Jakamisen taustaosaa kohteelle %s ei löytynyt", -"Sharing %s failed, because the user %s is the original sharer" => "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s on alkuperäinen jakaja", -"Sharing %s failed, because resharing is not allowed" => "Kohteen %s jakaminen epäonnistui, koska jakaminen uudelleen ei ole sallittu", -"Sharing %s failed, because the file could not be found in the file cache" => "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei löytynyt tiedostovälimuistista", -"Could not find category \"%s\"" => "Luokkaa \"%s\" ei löytynyt", -"seconds ago" => "sekuntia sitten", -"_%n minute ago_::_%n minutes ago_" => array("%n minuutti sitten","%n minuuttia sitten"), -"_%n hour ago_::_%n hours ago_" => array("%n tunti sitten","%n tuntia sitten"), -"today" => "tänään", -"yesterday" => "eilen", -"_%n day go_::_%n days ago_" => array("%n päivä sitten","%n päivää sitten"), -"last month" => "viime kuussa", -"_%n month ago_::_%n months ago_" => array("%n kuukausi sitten","%n kuukautta sitten"), -"last year" => "viime vuonna", -"years ago" => "vuotta sitten", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Vain seuraavat merkit ovat sallittuja käyttäjätunnuksessa: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-\"", -"A valid username must be provided" => "Anna kelvollinen käyttäjätunnus", -"A valid password must be provided" => "Anna kelvollinen salasana", -"The username is already being used" => "Käyttäjätunnus on jo käytössä", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Tietokanta-ajureita (sqlite, mysql tai postgresql) ei ole asennettu.", -"Cannot write into \"config\" directory" => "Hakemistoon \"config\" kirjoittaminen ei onnistu", -"Cannot write into \"apps\" directory" => "Hakemistoon \"apps\" kirjoittaminen ei onnistu", -"Cannot create \"data\" directory (%s)" => "Kansion \"data\" luominen ei onnistu (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Tämä on yleensä korjattavissa antamalla http-palvelimelle kirjoitusoikeuden juurihakemistoon.", -"Setting locale to %s failed" => "Maa-asetuksen %s asettaminen epäonnistui", -"Please install one of these locales on your system and restart your webserver." => "Asenna ainakin yksi kyseisistä maa-asetuksista järjestelmään ja käynnistä http-palvelin uudelleen.", -"Please ask your server administrator to install the module." => "Pyydä palvelimen ylläpitäjää asentamaan moduulin.", -"PHP module %s not installed." => "PHP-moduulia %s ei ole asennettu.", -"PHP %s or higher is required." => "PHP %s tai sitä uudempi vaaditaan.", -"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." => "Pyydä palvelimen ylläpitäjää päivittämään PHP uusimpaan versioon. Käyttämäsi PHP-versio ei ole enää tuettu ownCloud- ja PHP-yhteisön toimesta.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP:n \"Safe Mode\" on käytössä. ownCloud vaatii toimiakseen \"Safe Moden\" poistamisen käytöstä.", -"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." => "PHP:n Safe Mode on vanhennettu ja muutenkin lähes hyödytön asetus, joka tulee poistaa käytöstä. Pyydä järjestelmän ylläpitäjää poistamaan ominaisuus käytöstä php.ini-tiedoston kautta tai http-palvelimen asetuksista.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes -asetus on käytössä. ownCloud vaatii toimiakseen kyseisen asetuksen poistamisen käytöstä.", -"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." => "Magic Quotes -asetus on vanhennettu ja pääosin hyödytön, joten se tulisi poistaa käytöstä. Pyydä palvelimen ylläpitäjää poistamaan asetus käytöstä php.ini-tiedoston avulla tai http-palvelimen asetuksista.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP-moduulit on asennettu, mutta ovatko ne vieläkin listattu puuttuviksi?", -"Please ask your server administrator to restart the web server." => "Pyydä palvelimen ylläpitäjää käynnistämään web-palvelin uudelleen.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 vaaditaan", -"Please upgrade your database version" => "Päivitä tietokantasi versio", -"Error occurred while checking PostgreSQL version" => "Virhe PostgreSQL:n versiota tarkistaessa", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Varmista, että käytössäsi on PostgreSQL >= 9 tai tarkista lokit saadaksesi lisätietoja virheestä", -"Data directory (%s) is readable by other users" => "Datakansio (%s) on muiden käyttäjien luettavissa", -"Data directory (%s) is invalid" => "Datakansio (%s) on virheellinen", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Varmista, että datakansion juuressa on tiedosto \".ocdata\".", -"Could not obtain lock type %d on \"%s\"." => "Lukitustapaa %d ei saatu kohteelle \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/fil.js b/lib/l10n/fil.js new file mode 100644 index 0000000000..9ac3e05d6c --- /dev/null +++ b/lib/l10n/fil.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/fil.json b/lib/l10n/fil.json new file mode 100644 index 0000000000..82a8a99d30 --- /dev/null +++ b/lib/l10n/fil.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/fil.php b/lib/l10n/fil.php deleted file mode 100644 index 406ff5f5a2..0000000000 --- a/lib/l10n/fil.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js new file mode 100644 index 0000000000..becc21ab64 --- /dev/null +++ b/lib/l10n/fr.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Impossible d’écrire dans le répertoire « config » !", + "This can usually be fixed by giving the webserver write access to the config directory" : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture à ce répertoire", + "See %s" : "Voir %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Ce problème est généralement résolu %sen donnant au serveur web un accès en écriture au répertoire de configuration%s.", + "Sample configuration detected" : "Configuration d'exemple détectée", + "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" : "Il a été détecté que la configuration donnée à titre d'exemple a été copiée. Cela peut rendre votre installation inopérante et n'est pas pris en charge. Veuillez lire la documentation avant d'effectuer des modifications dans config.php", + "Help" : "Aide", + "Personal" : "Personnel", + "Settings" : "Paramètres", + "Users" : "Utilisateurs", + "Admin" : "Administration", + "Recommended" : "Recommandée", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "L'application \\\"%s\\\" ne peut pas être installée car elle n'est pas compatible avec cette version de ownCloud.", + "No app name specified" : "Aucun nom d'application spécifié", + "Unknown filetype" : "Type de fichier inconnu", + "Invalid image" : "Image non valable", + "web services under your control" : "services web sous votre contrôle", + "App directory already exists" : "Le dossier de l'application existe déjà", + "Can't create app folder. Please fix permissions. %s" : "Impossible de créer le dossier de l'application. Corrigez les droits d'accès. %s", + "No source specified when installing app" : "Aucune source spécifiée pour installer l'application", + "No href specified when installing app from http" : "Aucun href spécifié pour installer l'application par http", + "No path specified when installing app from local file" : "Aucun chemin spécifié pour installer l'application depuis un fichier local", + "Archives of type %s are not supported" : "Les archives de type %s ne sont pas supportées", + "Failed to open archive when installing app" : "Échec de l'ouverture de l'archive lors de l'installation de l'application", + "App does not provide an info.xml file" : "L'application ne fournit pas de fichier info.xml", + "App can't be installed because of not allowed code in the App" : "L'application ne peut être installée car elle contient du code non-autorisé", + "App can't be installed because it is not compatible with this version of ownCloud" : "L'application ne peut être installée car elle n'est pas compatible avec cette version de ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "L'application ne peut être installée car elle contient la balise true qui n'est pas autorisée pour les applications non-diffusées", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "L'application ne peut être installée car la version de info.xml/version n'est identique à celle indiquée sur l'app store", + "Application is not enabled" : "L'application n'est pas activée", + "Authentication error" : "Erreur d'authentification", + "Token expired. Please reload page." : "La session a expiré. Veuillez recharger la page.", + "Unknown user" : "Utilisateur inconnu", + "%s enter the database username." : "%s entrez le nom d'utilisateur de la base de données.", + "%s enter the database name." : "%s entrez le nom de la base de données.", + "%s you may not use dots in the database name" : "%s vous nez pouvez pas utiliser de points dans le nom de la base de données", + "MS SQL username and/or password not valid: %s" : "Le nom d'utilisateur et/ou le mot de passe de la base MS SQL est invalide : %s", + "You need to enter either an existing account or the administrator." : "Vous devez spécifier soit le nom d'un compte existant, soit celui de l'administrateur.", + "MySQL/MariaDB username and/or password not valid" : "Nom d'utilisateur et/ou mot de passe MySQL/MariaDB invalide", + "DB Error: \"%s\"" : "Erreur de la base de données : \"%s\"", + "Offending command was: \"%s\"" : "La requête en cause est : \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "L'utilisateur MySQL/MariaDB '%s'@'localhost' existe déjà.", + "Drop this user from MySQL/MariaDB" : "Retirer cet utilisateur de la base MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "L'utilisateur MySQL/MariaDB '%s'@'%%' existe déjà", + "Drop this user from MySQL/MariaDB." : "Retirer cet utilisateur de la base MySQL/MariaDB.", + "Oracle connection could not be established" : "La connexion Oracle ne peut pas être établie", + "Oracle username and/or password not valid" : "Nom d'utilisateur et/ou mot de passe de la base Oracle invalide", + "Offending command was: \"%s\", name: %s, password: %s" : "La requête en cause est : \"%s\", nom : %s, mot de passe : %s", + "PostgreSQL username and/or password not valid" : "Nom d'utilisateur et/ou mot de passe de la base PostgreSQL invalide", + "Set an admin username." : "Spécifiez un nom d'utilisateur pour l'administrateur.", + "Set an admin password." : "Spécifiez un mot de passe administrateur.", + "Can't create or write into the data directory %s" : "Impossible de créer ou d'écrire dans le répertoire des données %s", + "%s shared »%s« with you" : "%s partagé »%s« avec vous", + "Sharing %s failed, because the file does not exist" : "Le partage de %s a échoué car le fichier n'existe pas", + "You are not allowed to share %s" : "Vous n'êtes pas autorisé à partager %s", + "Sharing %s failed, because the user %s is the item owner" : "Le partage de %s a échoué car l'utilisateur %s est le propriétaire de l'objet", + "Sharing %s failed, because the user %s does not exist" : "Le partage de %s a échoué car l'utilisateur %s n'existe pas", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Le partage de %s a échoué car l'utilisateur %s n'est membre d'aucun groupe auquel %s appartient", + "Sharing %s failed, because this item is already shared with %s" : "Le partage de %s a échoué car cet objet est déjà partagé avec %s", + "Sharing %s failed, because the group %s does not exist" : "Le partage de %s a échoué car le groupe %s n'existe pas", + "Sharing %s failed, because %s is not a member of the group %s" : "Le partage de %s a échoué car %s n'est pas membre du groupe %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Vous devez fournir un mot de passe pour créer un lien public, seul les liens protégés sont autorisées.", + "Sharing %s failed, because sharing with links is not allowed" : "Le partage de %s a échoué car le partage par lien n'est pas permis", + "Share type %s is not valid for %s" : "Le type de partage %s n'est pas valide pour %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Le réglage des permissions pour %s a échoué car les permissions dépassent celles accordées à %s", + "Setting permissions for %s failed, because the item was not found" : "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Impossible de configurer la date d'expiration. Un partage ne peut expirer plus de %s après sa création", + "Cannot set expiration date. Expiration date is in the past" : "Impossible de configurer la date d'expiration. La date d'expiration est dans le passé.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "L'emplacement du partage %s doit implémenter l'interface OCP\\Share_Backend", + "Sharing backend %s not found" : "Emplacement de partage %s introuvable", + "Sharing backend for %s not found" : "L'emplacement du partage %s est introuvable", + "Sharing %s failed, because the user %s is the original sharer" : "Le partage de %s a échoué car l'utilisateur %s est l'utilisateur à l'origine du partage.", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Le partage de %s a échoué car les permissions dépassent les permissions accordées à %s", + "Sharing %s failed, because resharing is not allowed" : "Le partage de %s a échoué car le repartage n'est pas autorisé", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Le partage %s a échoué parce que la source n'a été trouvée pour le partage %s.", + "Sharing %s failed, because the file could not be found in the file cache" : "Le partage de %s a échoué car le fichier n'a pas été trouvé dans les fichiers mis en cache.", + "Could not find category \"%s\"" : "Impossible de trouver la catégorie \"%s\"", + "seconds ago" : "il y a quelques secondes", + "_%n minute ago_::_%n minutes ago_" : ["","il y a %n minutes"], + "_%n hour ago_::_%n hours ago_" : ["","Il y a %n heures"], + "today" : "aujourd'hui", + "yesterday" : "hier", + "_%n day go_::_%n days ago_" : ["","il y a %n jours"], + "last month" : "le mois dernier", + "_%n month ago_::_%n months ago_" : ["","Il y a %n mois"], + "last year" : "l'année dernière", + "years ago" : "il y a plusieurs années", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Seuls les caractères suivants sont autorisés dans un nom d'utilisateur : \"a-z\", \"A-Z\", \"0-9\", et \"_.@-\"", + "A valid username must be provided" : "Un nom d'utilisateur valide doit être saisi", + "A valid password must be provided" : "Un mot de passe valide doit être saisi", + "The username is already being used" : "Ce nom d'utilisateur est déjà utilisé", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Aucun pilote de base de données (sqlite, mysql, ou postgresql) n’est installé.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Les permissions peuvent, généralement, être résolues %sen donnant au serveur web un accès en écriture au répertoire racine%s", + "Cannot write into \"config\" directory" : "Impossible d’écrire dans le répertoire \"config\"", + "Cannot write into \"apps\" directory" : "Impossible d’écrire dans le répertoire \"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." : "Ce problème est généralement résolu %sen donnant au serveur web un accès en écriture au répertoire apps%s ou en désactivant l'appstore dans le fichier de configuration.", + "Cannot create \"data\" directory (%s)" : "Impossible de créer le répertoire \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire racine.", + "Setting locale to %s failed" : "Le choix de la langue pour %s a échoué", + "Please install one of these locales on your system and restart your webserver." : "Veuillez installer l'une de ces langues sur votre système et redémarrer votre serveur web.", + "Please ask your server administrator to install the module." : "Veuillez demander à votre administrateur d’installer le module.", + "PHP module %s not installed." : "Le module PHP %s n’est pas installé.", + "PHP %s or higher is required." : "PHP %s ou supérieur est requis.", + "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." : "Veuillez demander à votre administrateur de mettre à jour PHP vers sa dernière version disponible. La vôtre n’est plus supportée par ownCloud, de même que par la communauté PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode est activé. ownCloud requiert sa désactivation afin de fonctionner correctement.", + "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." : "PHP Safe Mode est déprécié, inutile la plupart du temps, et doit être désactivé. Veuillez demander à votre administrateur serveur de le désactiver dans le fichier php.ini ou dans votre configuration du serveur web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes est activé. ownCloud requiert sa désactivation afin de fonctionner correctement.", + "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." : "Magic Quotes est déprécié, inutile la plupart du temps, et doit être désactivé. Veuillez demander à votre administrateur serveur de le désactiver dans le fichier php.ini ou dans votre configuration du serveur web.", + "PHP modules have been installed, but they are still listed as missing?" : "Les modules PHP ont été installés mais sont toujours indiqués comme manquants ?", + "Please ask your server administrator to restart the web server." : "Veuillez demander à votre administrateur serveur de redémarrer le serveur web.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requis", + "Please upgrade your database version" : "Veuillez mettre à jour votre base de données", + "Error occurred while checking PostgreSQL version" : "Une erreur s’est produite pendant la récupération du numéro de version de PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Veuillez vérifier que vous utilisez PostgreSQL >= 9 , ou regardez dans le journal d’erreur pour plus d’informations sur ce problème", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Veuillez changer les permissions du répertoire en mode 0770 afin que son contenu puisse être listé par les autres utilisateurs.", + "Data directory (%s) is readable by other users" : "Le répertoire (%s) est lisible par les autres utilisateurs", + "Data directory (%s) is invalid" : "Le répertoire (%s) est invalide", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Veuillez vérifier que le répertoire de données contient un fichier \".ocdata\" à sa racine.", + "Could not obtain lock type %d on \"%s\"." : "Impossible d'obtenir le verrouillage de type %d sur \"%s\"." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json new file mode 100644 index 0000000000..51452abce9 --- /dev/null +++ b/lib/l10n/fr.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Impossible d’écrire dans le répertoire « config » !", + "This can usually be fixed by giving the webserver write access to the config directory" : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture à ce répertoire", + "See %s" : "Voir %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Ce problème est généralement résolu %sen donnant au serveur web un accès en écriture au répertoire de configuration%s.", + "Sample configuration detected" : "Configuration d'exemple détectée", + "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" : "Il a été détecté que la configuration donnée à titre d'exemple a été copiée. Cela peut rendre votre installation inopérante et n'est pas pris en charge. Veuillez lire la documentation avant d'effectuer des modifications dans config.php", + "Help" : "Aide", + "Personal" : "Personnel", + "Settings" : "Paramètres", + "Users" : "Utilisateurs", + "Admin" : "Administration", + "Recommended" : "Recommandée", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "L'application \\\"%s\\\" ne peut pas être installée car elle n'est pas compatible avec cette version de ownCloud.", + "No app name specified" : "Aucun nom d'application spécifié", + "Unknown filetype" : "Type de fichier inconnu", + "Invalid image" : "Image non valable", + "web services under your control" : "services web sous votre contrôle", + "App directory already exists" : "Le dossier de l'application existe déjà", + "Can't create app folder. Please fix permissions. %s" : "Impossible de créer le dossier de l'application. Corrigez les droits d'accès. %s", + "No source specified when installing app" : "Aucune source spécifiée pour installer l'application", + "No href specified when installing app from http" : "Aucun href spécifié pour installer l'application par http", + "No path specified when installing app from local file" : "Aucun chemin spécifié pour installer l'application depuis un fichier local", + "Archives of type %s are not supported" : "Les archives de type %s ne sont pas supportées", + "Failed to open archive when installing app" : "Échec de l'ouverture de l'archive lors de l'installation de l'application", + "App does not provide an info.xml file" : "L'application ne fournit pas de fichier info.xml", + "App can't be installed because of not allowed code in the App" : "L'application ne peut être installée car elle contient du code non-autorisé", + "App can't be installed because it is not compatible with this version of ownCloud" : "L'application ne peut être installée car elle n'est pas compatible avec cette version de ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "L'application ne peut être installée car elle contient la balise true qui n'est pas autorisée pour les applications non-diffusées", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "L'application ne peut être installée car la version de info.xml/version n'est identique à celle indiquée sur l'app store", + "Application is not enabled" : "L'application n'est pas activée", + "Authentication error" : "Erreur d'authentification", + "Token expired. Please reload page." : "La session a expiré. Veuillez recharger la page.", + "Unknown user" : "Utilisateur inconnu", + "%s enter the database username." : "%s entrez le nom d'utilisateur de la base de données.", + "%s enter the database name." : "%s entrez le nom de la base de données.", + "%s you may not use dots in the database name" : "%s vous nez pouvez pas utiliser de points dans le nom de la base de données", + "MS SQL username and/or password not valid: %s" : "Le nom d'utilisateur et/ou le mot de passe de la base MS SQL est invalide : %s", + "You need to enter either an existing account or the administrator." : "Vous devez spécifier soit le nom d'un compte existant, soit celui de l'administrateur.", + "MySQL/MariaDB username and/or password not valid" : "Nom d'utilisateur et/ou mot de passe MySQL/MariaDB invalide", + "DB Error: \"%s\"" : "Erreur de la base de données : \"%s\"", + "Offending command was: \"%s\"" : "La requête en cause est : \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "L'utilisateur MySQL/MariaDB '%s'@'localhost' existe déjà.", + "Drop this user from MySQL/MariaDB" : "Retirer cet utilisateur de la base MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "L'utilisateur MySQL/MariaDB '%s'@'%%' existe déjà", + "Drop this user from MySQL/MariaDB." : "Retirer cet utilisateur de la base MySQL/MariaDB.", + "Oracle connection could not be established" : "La connexion Oracle ne peut pas être établie", + "Oracle username and/or password not valid" : "Nom d'utilisateur et/ou mot de passe de la base Oracle invalide", + "Offending command was: \"%s\", name: %s, password: %s" : "La requête en cause est : \"%s\", nom : %s, mot de passe : %s", + "PostgreSQL username and/or password not valid" : "Nom d'utilisateur et/ou mot de passe de la base PostgreSQL invalide", + "Set an admin username." : "Spécifiez un nom d'utilisateur pour l'administrateur.", + "Set an admin password." : "Spécifiez un mot de passe administrateur.", + "Can't create or write into the data directory %s" : "Impossible de créer ou d'écrire dans le répertoire des données %s", + "%s shared »%s« with you" : "%s partagé »%s« avec vous", + "Sharing %s failed, because the file does not exist" : "Le partage de %s a échoué car le fichier n'existe pas", + "You are not allowed to share %s" : "Vous n'êtes pas autorisé à partager %s", + "Sharing %s failed, because the user %s is the item owner" : "Le partage de %s a échoué car l'utilisateur %s est le propriétaire de l'objet", + "Sharing %s failed, because the user %s does not exist" : "Le partage de %s a échoué car l'utilisateur %s n'existe pas", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Le partage de %s a échoué car l'utilisateur %s n'est membre d'aucun groupe auquel %s appartient", + "Sharing %s failed, because this item is already shared with %s" : "Le partage de %s a échoué car cet objet est déjà partagé avec %s", + "Sharing %s failed, because the group %s does not exist" : "Le partage de %s a échoué car le groupe %s n'existe pas", + "Sharing %s failed, because %s is not a member of the group %s" : "Le partage de %s a échoué car %s n'est pas membre du groupe %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Vous devez fournir un mot de passe pour créer un lien public, seul les liens protégés sont autorisées.", + "Sharing %s failed, because sharing with links is not allowed" : "Le partage de %s a échoué car le partage par lien n'est pas permis", + "Share type %s is not valid for %s" : "Le type de partage %s n'est pas valide pour %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Le réglage des permissions pour %s a échoué car les permissions dépassent celles accordées à %s", + "Setting permissions for %s failed, because the item was not found" : "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Impossible de configurer la date d'expiration. Un partage ne peut expirer plus de %s après sa création", + "Cannot set expiration date. Expiration date is in the past" : "Impossible de configurer la date d'expiration. La date d'expiration est dans le passé.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "L'emplacement du partage %s doit implémenter l'interface OCP\\Share_Backend", + "Sharing backend %s not found" : "Emplacement de partage %s introuvable", + "Sharing backend for %s not found" : "L'emplacement du partage %s est introuvable", + "Sharing %s failed, because the user %s is the original sharer" : "Le partage de %s a échoué car l'utilisateur %s est l'utilisateur à l'origine du partage.", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Le partage de %s a échoué car les permissions dépassent les permissions accordées à %s", + "Sharing %s failed, because resharing is not allowed" : "Le partage de %s a échoué car le repartage n'est pas autorisé", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Le partage %s a échoué parce que la source n'a été trouvée pour le partage %s.", + "Sharing %s failed, because the file could not be found in the file cache" : "Le partage de %s a échoué car le fichier n'a pas été trouvé dans les fichiers mis en cache.", + "Could not find category \"%s\"" : "Impossible de trouver la catégorie \"%s\"", + "seconds ago" : "il y a quelques secondes", + "_%n minute ago_::_%n minutes ago_" : ["","il y a %n minutes"], + "_%n hour ago_::_%n hours ago_" : ["","Il y a %n heures"], + "today" : "aujourd'hui", + "yesterday" : "hier", + "_%n day go_::_%n days ago_" : ["","il y a %n jours"], + "last month" : "le mois dernier", + "_%n month ago_::_%n months ago_" : ["","Il y a %n mois"], + "last year" : "l'année dernière", + "years ago" : "il y a plusieurs années", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Seuls les caractères suivants sont autorisés dans un nom d'utilisateur : \"a-z\", \"A-Z\", \"0-9\", et \"_.@-\"", + "A valid username must be provided" : "Un nom d'utilisateur valide doit être saisi", + "A valid password must be provided" : "Un mot de passe valide doit être saisi", + "The username is already being used" : "Ce nom d'utilisateur est déjà utilisé", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Aucun pilote de base de données (sqlite, mysql, ou postgresql) n’est installé.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Les permissions peuvent, généralement, être résolues %sen donnant au serveur web un accès en écriture au répertoire racine%s", + "Cannot write into \"config\" directory" : "Impossible d’écrire dans le répertoire \"config\"", + "Cannot write into \"apps\" directory" : "Impossible d’écrire dans le répertoire \"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." : "Ce problème est généralement résolu %sen donnant au serveur web un accès en écriture au répertoire apps%s ou en désactivant l'appstore dans le fichier de configuration.", + "Cannot create \"data\" directory (%s)" : "Impossible de créer le répertoire \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire racine.", + "Setting locale to %s failed" : "Le choix de la langue pour %s a échoué", + "Please install one of these locales on your system and restart your webserver." : "Veuillez installer l'une de ces langues sur votre système et redémarrer votre serveur web.", + "Please ask your server administrator to install the module." : "Veuillez demander à votre administrateur d’installer le module.", + "PHP module %s not installed." : "Le module PHP %s n’est pas installé.", + "PHP %s or higher is required." : "PHP %s ou supérieur est requis.", + "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." : "Veuillez demander à votre administrateur de mettre à jour PHP vers sa dernière version disponible. La vôtre n’est plus supportée par ownCloud, de même que par la communauté PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode est activé. ownCloud requiert sa désactivation afin de fonctionner correctement.", + "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." : "PHP Safe Mode est déprécié, inutile la plupart du temps, et doit être désactivé. Veuillez demander à votre administrateur serveur de le désactiver dans le fichier php.ini ou dans votre configuration du serveur web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes est activé. ownCloud requiert sa désactivation afin de fonctionner correctement.", + "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." : "Magic Quotes est déprécié, inutile la plupart du temps, et doit être désactivé. Veuillez demander à votre administrateur serveur de le désactiver dans le fichier php.ini ou dans votre configuration du serveur web.", + "PHP modules have been installed, but they are still listed as missing?" : "Les modules PHP ont été installés mais sont toujours indiqués comme manquants ?", + "Please ask your server administrator to restart the web server." : "Veuillez demander à votre administrateur serveur de redémarrer le serveur web.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requis", + "Please upgrade your database version" : "Veuillez mettre à jour votre base de données", + "Error occurred while checking PostgreSQL version" : "Une erreur s’est produite pendant la récupération du numéro de version de PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Veuillez vérifier que vous utilisez PostgreSQL >= 9 , ou regardez dans le journal d’erreur pour plus d’informations sur ce problème", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Veuillez changer les permissions du répertoire en mode 0770 afin que son contenu puisse être listé par les autres utilisateurs.", + "Data directory (%s) is readable by other users" : "Le répertoire (%s) est lisible par les autres utilisateurs", + "Data directory (%s) is invalid" : "Le répertoire (%s) est invalide", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Veuillez vérifier que le répertoire de données contient un fichier \".ocdata\" à sa racine.", + "Could not obtain lock type %d on \"%s\"." : "Impossible d'obtenir le verrouillage de type %d sur \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/lib/l10n/fr.php b/lib/l10n/fr.php deleted file mode 100644 index 8a61c6ff8a..0000000000 --- a/lib/l10n/fr.php +++ /dev/null @@ -1,123 +0,0 @@ - "Impossible d’écrire dans le répertoire « config » !", -"This can usually be fixed by giving the webserver write access to the config directory" => "Ce problème est généralement résolu en donnant au serveur web un accès en écriture à ce répertoire", -"See %s" => "Voir %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Ce problème est généralement résolu %sen donnant au serveur web un accès en écriture au répertoire de configuration%s.", -"Sample configuration detected" => "Configuration d'exemple détectée", -"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" => "Il a été détecté que la configuration donnée à titre d'exemple a été copiée. Cela peut rendre votre installation inopérante et n'est pas pris en charge. Veuillez lire la documentation avant d'effectuer des modifications dans config.php", -"Help" => "Aide", -"Personal" => "Personnel", -"Settings" => "Paramètres", -"Users" => "Utilisateurs", -"Admin" => "Administration", -"Recommended" => "Recommandée", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "L'application \\\"%s\\\" ne peut pas être installée car elle n'est pas compatible avec cette version de ownCloud.", -"No app name specified" => "Aucun nom d'application spécifié", -"Unknown filetype" => "Type de fichier inconnu", -"Invalid image" => "Image non valable", -"web services under your control" => "services web sous votre contrôle", -"App directory already exists" => "Le dossier de l'application existe déjà", -"Can't create app folder. Please fix permissions. %s" => "Impossible de créer le dossier de l'application. Corrigez les droits d'accès. %s", -"No source specified when installing app" => "Aucune source spécifiée pour installer l'application", -"No href specified when installing app from http" => "Aucun href spécifié pour installer l'application par http", -"No path specified when installing app from local file" => "Aucun chemin spécifié pour installer l'application depuis un fichier local", -"Archives of type %s are not supported" => "Les archives de type %s ne sont pas supportées", -"Failed to open archive when installing app" => "Échec de l'ouverture de l'archive lors de l'installation de l'application", -"App does not provide an info.xml file" => "L'application ne fournit pas de fichier info.xml", -"App can't be installed because of not allowed code in the App" => "L'application ne peut être installée car elle contient du code non-autorisé", -"App can't be installed because it is not compatible with this version of ownCloud" => "L'application ne peut être installée car elle n'est pas compatible avec cette version de ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "L'application ne peut être installée car elle contient la balise true qui n'est pas autorisée pour les applications non-diffusées", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "L'application ne peut être installée car la version de info.xml/version n'est identique à celle indiquée sur l'app store", -"Application is not enabled" => "L'application n'est pas activée", -"Authentication error" => "Erreur d'authentification", -"Token expired. Please reload page." => "La session a expiré. Veuillez recharger la page.", -"Unknown user" => "Utilisateur inconnu", -"%s enter the database username." => "%s entrez le nom d'utilisateur de la base de données.", -"%s enter the database name." => "%s entrez le nom de la base de données.", -"%s you may not use dots in the database name" => "%s vous nez pouvez pas utiliser de points dans le nom de la base de données", -"MS SQL username and/or password not valid: %s" => "Le nom d'utilisateur et/ou le mot de passe de la base MS SQL est invalide : %s", -"You need to enter either an existing account or the administrator." => "Vous devez spécifier soit le nom d'un compte existant, soit celui de l'administrateur.", -"MySQL/MariaDB username and/or password not valid" => "Nom d'utilisateur et/ou mot de passe MySQL/MariaDB invalide", -"DB Error: \"%s\"" => "Erreur de la base de données : \"%s\"", -"Offending command was: \"%s\"" => "La requête en cause est : \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "L'utilisateur MySQL/MariaDB '%s'@'localhost' existe déjà.", -"Drop this user from MySQL/MariaDB" => "Retirer cet utilisateur de la base MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "L'utilisateur MySQL/MariaDB '%s'@'%%' existe déjà", -"Drop this user from MySQL/MariaDB." => "Retirer cet utilisateur de la base MySQL/MariaDB.", -"Oracle connection could not be established" => "La connexion Oracle ne peut pas être établie", -"Oracle username and/or password not valid" => "Nom d'utilisateur et/ou mot de passe de la base Oracle invalide", -"Offending command was: \"%s\", name: %s, password: %s" => "La requête en cause est : \"%s\", nom : %s, mot de passe : %s", -"PostgreSQL username and/or password not valid" => "Nom d'utilisateur et/ou mot de passe de la base PostgreSQL invalide", -"Set an admin username." => "Spécifiez un nom d'utilisateur pour l'administrateur.", -"Set an admin password." => "Spécifiez un mot de passe administrateur.", -"Can't create or write into the data directory %s" => "Impossible de créer ou d'écrire dans le répertoire des données %s", -"%s shared »%s« with you" => "%s partagé »%s« avec vous", -"Sharing %s failed, because the file does not exist" => "Le partage de %s a échoué car le fichier n'existe pas", -"You are not allowed to share %s" => "Vous n'êtes pas autorisé à partager %s", -"Sharing %s failed, because the user %s is the item owner" => "Le partage de %s a échoué car l'utilisateur %s est le propriétaire de l'objet", -"Sharing %s failed, because the user %s does not exist" => "Le partage de %s a échoué car l'utilisateur %s n'existe pas", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Le partage de %s a échoué car l'utilisateur %s n'est membre d'aucun groupe auquel %s appartient", -"Sharing %s failed, because this item is already shared with %s" => "Le partage de %s a échoué car cet objet est déjà partagé avec %s", -"Sharing %s failed, because the group %s does not exist" => "Le partage de %s a échoué car le groupe %s n'existe pas", -"Sharing %s failed, because %s is not a member of the group %s" => "Le partage de %s a échoué car %s n'est pas membre du groupe %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Vous devez fournir un mot de passe pour créer un lien public, seul les liens protégés sont autorisées.", -"Sharing %s failed, because sharing with links is not allowed" => "Le partage de %s a échoué car le partage par lien n'est pas permis", -"Share type %s is not valid for %s" => "Le type de partage %s n'est pas valide pour %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Le réglage des permissions pour %s a échoué car les permissions dépassent celles accordées à %s", -"Setting permissions for %s failed, because the item was not found" => "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Impossible de configurer la date d'expiration. Un partage ne peut expirer plus de %s après sa création", -"Cannot set expiration date. Expiration date is in the past" => "Impossible de configurer la date d'expiration. La date d'expiration est dans le passé.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "L'emplacement du partage %s doit implémenter l'interface OCP\\Share_Backend", -"Sharing backend %s not found" => "Emplacement de partage %s introuvable", -"Sharing backend for %s not found" => "L'emplacement du partage %s est introuvable", -"Sharing %s failed, because the user %s is the original sharer" => "Le partage de %s a échoué car l'utilisateur %s est l'utilisateur à l'origine du partage.", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Le partage de %s a échoué car les permissions dépassent les permissions accordées à %s", -"Sharing %s failed, because resharing is not allowed" => "Le partage de %s a échoué car le repartage n'est pas autorisé", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Le partage %s a échoué parce que la source n'a été trouvée pour le partage %s.", -"Sharing %s failed, because the file could not be found in the file cache" => "Le partage de %s a échoué car le fichier n'a pas été trouvé dans les fichiers mis en cache.", -"Could not find category \"%s\"" => "Impossible de trouver la catégorie \"%s\"", -"seconds ago" => "il y a quelques secondes", -"_%n minute ago_::_%n minutes ago_" => array("","il y a %n minutes"), -"_%n hour ago_::_%n hours ago_" => array("","Il y a %n heures"), -"today" => "aujourd'hui", -"yesterday" => "hier", -"_%n day go_::_%n days ago_" => array("","il y a %n jours"), -"last month" => "le mois dernier", -"_%n month ago_::_%n months ago_" => array("","Il y a %n mois"), -"last year" => "l'année dernière", -"years ago" => "il y a plusieurs années", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Seuls les caractères suivants sont autorisés dans un nom d'utilisateur : \"a-z\", \"A-Z\", \"0-9\", et \"_.@-\"", -"A valid username must be provided" => "Un nom d'utilisateur valide doit être saisi", -"A valid password must be provided" => "Un mot de passe valide doit être saisi", -"The username is already being used" => "Ce nom d'utilisateur est déjà utilisé", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Aucun pilote de base de données (sqlite, mysql, ou postgresql) n’est installé.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Les permissions peuvent, généralement, être résolues %sen donnant au serveur web un accès en écriture au répertoire racine%s", -"Cannot write into \"config\" directory" => "Impossible d’écrire dans le répertoire \"config\"", -"Cannot write into \"apps\" directory" => "Impossible d’écrire dans le répertoire \"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." => "Ce problème est généralement résolu %sen donnant au serveur web un accès en écriture au répertoire apps%s ou en désactivant l'appstore dans le fichier de configuration.", -"Cannot create \"data\" directory (%s)" => "Impossible de créer le répertoire \"data\" (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire racine.", -"Setting locale to %s failed" => "Le choix de la langue pour %s a échoué", -"Please install one of these locales on your system and restart your webserver." => "Veuillez installer l'une de ces langues sur votre système et redémarrer votre serveur web.", -"Please ask your server administrator to install the module." => "Veuillez demander à votre administrateur d’installer le module.", -"PHP module %s not installed." => "Le module PHP %s n’est pas installé.", -"PHP %s or higher is required." => "PHP %s ou supérieur est requis.", -"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." => "Veuillez demander à votre administrateur de mettre à jour PHP vers sa dernière version disponible. La vôtre n’est plus supportée par ownCloud, de même que par la communauté PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode est activé. ownCloud requiert sa désactivation afin de fonctionner correctement.", -"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." => "PHP Safe Mode est déprécié, inutile la plupart du temps, et doit être désactivé. Veuillez demander à votre administrateur serveur de le désactiver dans le fichier php.ini ou dans votre configuration du serveur web.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes est activé. ownCloud requiert sa désactivation afin de fonctionner correctement.", -"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." => "Magic Quotes est déprécié, inutile la plupart du temps, et doit être désactivé. Veuillez demander à votre administrateur serveur de le désactiver dans le fichier php.ini ou dans votre configuration du serveur web.", -"PHP modules have been installed, but they are still listed as missing?" => "Les modules PHP ont été installés mais sont toujours indiqués comme manquants ?", -"Please ask your server administrator to restart the web server." => "Veuillez demander à votre administrateur serveur de redémarrer le serveur web.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 requis", -"Please upgrade your database version" => "Veuillez mettre à jour votre base de données", -"Error occurred while checking PostgreSQL version" => "Une erreur s’est produite pendant la récupération du numéro de version de PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Veuillez vérifier que vous utilisez PostgreSQL >= 9 , ou regardez dans le journal d’erreur pour plus d’informations sur ce problème", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Veuillez changer les permissions du répertoire en mode 0770 afin que son contenu puisse être listé par les autres utilisateurs.", -"Data directory (%s) is readable by other users" => "Le répertoire (%s) est lisible par les autres utilisateurs", -"Data directory (%s) is invalid" => "Le répertoire (%s) est invalide", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Veuillez vérifier que le répertoire de données contient un fichier \".ocdata\" à sa racine.", -"Could not obtain lock type %d on \"%s\"." => "Impossible d'obtenir le verrouillage de type %d sur \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/lib/l10n/fr_CA.js b/lib/l10n/fr_CA.js new file mode 100644 index 0000000000..9ac3e05d6c --- /dev/null +++ b/lib/l10n/fr_CA.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/fr_CA.json b/lib/l10n/fr_CA.json new file mode 100644 index 0000000000..82a8a99d30 --- /dev/null +++ b/lib/l10n/fr_CA.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/fr_CA.php b/lib/l10n/fr_CA.php deleted file mode 100644 index 406ff5f5a2..0000000000 --- a/lib/l10n/fr_CA.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/lib/l10n/fy_NL.js b/lib/l10n/fy_NL.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/fy_NL.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/fy_NL.json b/lib/l10n/fy_NL.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/fy_NL.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/fy_NL.php b/lib/l10n/fy_NL.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/fy_NL.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js new file mode 100644 index 0000000000..24d4ba9a60 --- /dev/null +++ b/lib/l10n/gl.js @@ -0,0 +1,120 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Non é posíbel escribir no directorio «config»!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Polo xeral, isto pode ser fixado para permitirlle ao servidor web acceso de escritura ao directorio «config»", + "See %s" : "Vexa %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Polo xeral, isto pode ser fixado para %spermitirlle ao servidor web acceso de escritura ao directorio «config»%s.", + "Help" : "Axuda", + "Personal" : "Persoal", + "Settings" : "Axustes", + "Users" : "Usuarios", + "Admin" : "Administración", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Non é posíbel instalar a aplicación «%s» por non seren compatíbel con esta versión do ownCloud.", + "No app name specified" : "Non se especificou o nome da aplicación", + "Unknown filetype" : "Tipo de ficheiro descoñecido", + "Invalid image" : "Imaxe incorrecta", + "web services under your control" : "servizos web baixo o seu control", + "App directory already exists" : "Xa existe o directorio da aplicación", + "Can't create app folder. Please fix permissions. %s" : "Non é posíbel crear o cartafol de aplicacións. Corrixa os permisos. %s", + "No source specified when installing app" : "Non foi especificada ningunha orixe ao instalar aplicacións", + "No href specified when installing app from http" : "Non foi especificada ningunha href ao instalar aplicacións", + "No path specified when installing app from local file" : "Non foi especificada ningunha ruta ao instalar aplicacións desde un ficheiro local", + "Archives of type %s are not supported" : "Os arquivos do tipo %s non están admitidos", + "Failed to open archive when installing app" : "Non foi posíbel abrir o arquivo ao instalar aplicacións", + "App does not provide an info.xml file" : "A aplicación non fornece un ficheiro info.xml", + "App can't be installed because of not allowed code in the App" : "Non é posíbel instalar a aplicación por mor de conter código non permitido", + "App can't be installed because it is not compatible with this version of ownCloud" : "Non é posíbel instalar a aplicación por non seren compatíbel con esta versión do ownCloud.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Non é posíbel instalar a aplicación por conter a etiqueta true que non está permitida para as aplicacións non enviadas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Non é posíbel instalar a aplicación xa que a versión en info.xml/version non é a mesma que a versión informada desde a App Store", + "Application is not enabled" : "A aplicación non está activada", + "Authentication error" : "Produciuse un erro de autenticación", + "Token expired. Please reload page." : "Testemuña caducada. Recargue a páxina.", + "Unknown user" : "Usuario descoñecido", + "%s enter the database username." : "%s introduza o nome de usuario da base de datos", + "%s enter the database name." : "%s introduza o nome da base de datos", + "%s you may not use dots in the database name" : "%s non se poden empregar puntos na base de datos", + "MS SQL username and/or password not valid: %s" : "Nome de usuario e/ou contrasinal de MS SQL incorrecto: %s", + "You need to enter either an existing account or the administrator." : "Deberá introducir unha conta existente ou o administrador.", + "MySQL/MariaDB username and/or password not valid" : "O nome e/ou o contrasinal do usuario de MySQL/MariaDB non é correcto", + "DB Error: \"%s\"" : "Produciuse un erro na base de datos: «%s»", + "Offending command was: \"%s\"" : "A orde infractora foi: «%s»", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Xa existe o usuario «%s»@«localhost» no MySQL/MariaDB.", + "Drop this user from MySQL/MariaDB" : "Eliminar este usuario do MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Xa existe o usuario «%s»@«%%» no MySQL/MariaDB", + "Drop this user from MySQL/MariaDB." : "Eliminar este usuario do MySQL/MariaDB.", + "Oracle connection could not be established" : "Non foi posíbel estabelecer a conexión con Oracle", + "Oracle username and/or password not valid" : "Nome de usuario e/ou contrasinal de Oracle incorrecto", + "Offending command was: \"%s\", name: %s, password: %s" : "A orde infractora foi: «%s», nome: %s, contrasinal: %s", + "PostgreSQL username and/or password not valid" : "Nome de usuario e/ou contrasinal de PostgreSQL incorrecto", + "Set an admin username." : "Estabeleza un nome de usuario administrador", + "Set an admin password." : "Estabeleza un contrasinal de administrador", + "%s shared »%s« with you" : "%s compartiu «%s» con vostede", + "Sharing %s failed, because the file does not exist" : "Fallou a compartición de %s, o ficheiro non existe", + "You are not allowed to share %s" : "Non ten permiso para compartir %s", + "Sharing %s failed, because the user %s is the item owner" : "Fallou a compartición de %s, o propietario do elemento é o usuario %s", + "Sharing %s failed, because the user %s does not exist" : "Fallou a compartición de %s, o usuario %s non existe", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Fallou a compartición de %s, o usuario %s non é membro de ningún grupo que sexa membro de %s", + "Sharing %s failed, because this item is already shared with %s" : "Fallou a compartición de %s, este elemento xa está compartido con %s", + "Sharing %s failed, because the group %s does not exist" : "Fallou a compartición de %s, o grupo %s non existe", + "Sharing %s failed, because %s is not a member of the group %s" : "Fallou a compartición de %s, %s non é membro do grupo %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Ten que fornecer un contrasinal para a ligazón pública, só se permiten ligazóns protexidas", + "Sharing %s failed, because sharing with links is not allowed" : "Fallou a compartición de %s, non está permitido compartir con ligazóns", + "Share type %s is not valid for %s" : "Non se admite a compartición do tipo %s para %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Non é posíbel estabelecer permisos para %s, os permisos superan os permisos concedidos a %s", + "Setting permissions for %s failed, because the item was not found" : "Non é posíbel estabelecer permisos para %s, non se atopa o elemento", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Non é posíbel estabelecer a data de caducidade. As comparticións non poden caducar máis aló de %s após de seren compartidas", + "Cannot set expiration date. Expiration date is in the past" : "Non é posíbel estabelecer a data de caducidade. A data de caducidade está no pasado.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "A infraestrutura de compartición %s ten que implementar a interface OCP\\Share_Backend", + "Sharing backend %s not found" : "Non se atopou a infraestrutura de compartición %s", + "Sharing backend for %s not found" : "Non se atopou a infraestrutura de compartición para %s", + "Sharing %s failed, because the user %s is the original sharer" : "Fallou a compartición de %s, a compartición orixinal é do usuario %s", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Fallou a compartición de %s, os permisos superan os permisos concedidos a %s", + "Sharing %s failed, because resharing is not allowed" : "Fallou a compartición de %s, non está permitido repetir a compartción", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Fallou a compartición de %s, a infraestrutura de compartición para %s non foi quen de atopar a orixe", + "Sharing %s failed, because the file could not be found in the file cache" : "Fallou a compartición de %s, non foi posíbel atopar o ficheiro na caché de ficheiros", + "Could not find category \"%s\"" : "Non foi posíbel atopar a categoría «%s»", + "seconds ago" : "segundos atrás", + "_%n minute ago_::_%n minutes ago_" : ["hai %n minuto","hai %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["hai %n hora","hai %n horas"], + "today" : "hoxe", + "yesterday" : "onte", + "_%n day go_::_%n days ago_" : ["hai %n día","vai %n días"], + "last month" : "último mes", + "_%n month ago_::_%n months ago_" : ["hai %n mes","hai %n meses"], + "last year" : "último ano", + "years ago" : "anos atrás", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Só se permiten os seguintes caracteres no nome de usuario: «a-z», «A-Z», «0-9», e «_.@-»", + "A valid username must be provided" : "Debe fornecer un nome de usuario", + "A valid password must be provided" : "Debe fornecer un contrasinal", + "The username is already being used" : "Este nome de usuario xa está a ser usado", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Non hay controladores de base de datos (sqlite, mysql, ou postgresql) instalados.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Polo xeral, isto pode ser fixado para %spermitirlle ao servidor web acceso de escritura ao directorio «root»%s.", + "Cannot write into \"config\" directory" : "Non é posíbel escribir no directorio «config»", + "Cannot write into \"apps\" directory" : "Non é posíbel escribir no directorio «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." : "Polo xeral, isto pode ser fixado para %spermitirlle ao servidor web acceso de escritura ao directorio «apps»%s ou a desactivación da «appstore» no ficheiro de configuración.", + "Cannot create \"data\" directory (%s)" : "Non é posíbel crear o directorio «data» (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Polo xeral, isto pode ser fixado para permitirlle ao servidor web acceso de escritura ao directorio «root».", + "Setting locale to %s failed" : "Fallou o axuste da configuración local a %s", + "Please install one of these locales on your system and restart your webserver." : "Instale unha destas configuracións locais no seu sistema e reinicie o servidor web.", + "Please ask your server administrator to install the module." : "Pregúntelle ao administrador do servidor pola instalación do módulo.", + "PHP module %s not installed." : "O módulo PHP %s non está instalado.", + "PHP %s or higher is required." : "Requirese PHP %s ou superior.", + "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." : "Pregúntelle ao administrador do servidor pola actualización de PHP á versión máis recente. A súa versión de PHP xa non é asistida polas comunidades de ownCloud e PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "O modo seguro de PHP está activado. ownCloud precisa que estea desactivado para traballar doadamente.", + "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." : "O modo seguro de PHP é un entorno en desuso e maiormente inútil que ten que seren desactivado. Pregúntelle ao administrador do servidor pola desactivación en php.ini ou na configuración do servidor web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "«Magic Quotes» está activado. ownCloud precisa que estea desactivado para traballar doadamente.", + "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." : "«Magic Quotes» é un entorno en desuso e maiormente inútil que ten que seren desactivado. Pregúntelle ao administrador do servidor pola desactivación en php.ini ou na configuración do servidor web.", + "PHP modules have been installed, but they are still listed as missing?" : "Instaláronse os módulos de PHP, mais aínda aparecen listados como perdidos?", + "Please ask your server administrator to restart the web server." : "Pregúntelle ao administrador do servidor polo reinicio do servidor web..", + "PostgreSQL >= 9 required" : "Requírese PostgreSQL >= 9", + "Please upgrade your database version" : "Anove a versión da súa base de datos", + "Error occurred while checking PostgreSQL version" : "Produciuse un erro mentres comprobaba a versión de PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Asegúrese de que dispón do PostgreSQL >= 9 ou comprobe os rexistros para obter máis información sobre este erro", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Cambie os permisos a 0770 para que o directorio non poida seren listado por outros usuarios.", + "Data directory (%s) is readable by other users" : "O directorio de datos (%s) é lexíbel por outros usuarios", + "Data directory (%s) is invalid" : "O directorio de datos (%s) non é correcto", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Comprobe que o directorio de datos conten un ficheiro «.ocdata» na súa raíz.", + "Could not obtain lock type %d on \"%s\"." : "Non foi posíbel obter un bloqueo do tipo %d en «%s»." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json new file mode 100644 index 0000000000..24815e3a08 --- /dev/null +++ b/lib/l10n/gl.json @@ -0,0 +1,118 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Non é posíbel escribir no directorio «config»!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Polo xeral, isto pode ser fixado para permitirlle ao servidor web acceso de escritura ao directorio «config»", + "See %s" : "Vexa %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Polo xeral, isto pode ser fixado para %spermitirlle ao servidor web acceso de escritura ao directorio «config»%s.", + "Help" : "Axuda", + "Personal" : "Persoal", + "Settings" : "Axustes", + "Users" : "Usuarios", + "Admin" : "Administración", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Non é posíbel instalar a aplicación «%s» por non seren compatíbel con esta versión do ownCloud.", + "No app name specified" : "Non se especificou o nome da aplicación", + "Unknown filetype" : "Tipo de ficheiro descoñecido", + "Invalid image" : "Imaxe incorrecta", + "web services under your control" : "servizos web baixo o seu control", + "App directory already exists" : "Xa existe o directorio da aplicación", + "Can't create app folder. Please fix permissions. %s" : "Non é posíbel crear o cartafol de aplicacións. Corrixa os permisos. %s", + "No source specified when installing app" : "Non foi especificada ningunha orixe ao instalar aplicacións", + "No href specified when installing app from http" : "Non foi especificada ningunha href ao instalar aplicacións", + "No path specified when installing app from local file" : "Non foi especificada ningunha ruta ao instalar aplicacións desde un ficheiro local", + "Archives of type %s are not supported" : "Os arquivos do tipo %s non están admitidos", + "Failed to open archive when installing app" : "Non foi posíbel abrir o arquivo ao instalar aplicacións", + "App does not provide an info.xml file" : "A aplicación non fornece un ficheiro info.xml", + "App can't be installed because of not allowed code in the App" : "Non é posíbel instalar a aplicación por mor de conter código non permitido", + "App can't be installed because it is not compatible with this version of ownCloud" : "Non é posíbel instalar a aplicación por non seren compatíbel con esta versión do ownCloud.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Non é posíbel instalar a aplicación por conter a etiqueta true que non está permitida para as aplicacións non enviadas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Non é posíbel instalar a aplicación xa que a versión en info.xml/version non é a mesma que a versión informada desde a App Store", + "Application is not enabled" : "A aplicación non está activada", + "Authentication error" : "Produciuse un erro de autenticación", + "Token expired. Please reload page." : "Testemuña caducada. Recargue a páxina.", + "Unknown user" : "Usuario descoñecido", + "%s enter the database username." : "%s introduza o nome de usuario da base de datos", + "%s enter the database name." : "%s introduza o nome da base de datos", + "%s you may not use dots in the database name" : "%s non se poden empregar puntos na base de datos", + "MS SQL username and/or password not valid: %s" : "Nome de usuario e/ou contrasinal de MS SQL incorrecto: %s", + "You need to enter either an existing account or the administrator." : "Deberá introducir unha conta existente ou o administrador.", + "MySQL/MariaDB username and/or password not valid" : "O nome e/ou o contrasinal do usuario de MySQL/MariaDB non é correcto", + "DB Error: \"%s\"" : "Produciuse un erro na base de datos: «%s»", + "Offending command was: \"%s\"" : "A orde infractora foi: «%s»", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Xa existe o usuario «%s»@«localhost» no MySQL/MariaDB.", + "Drop this user from MySQL/MariaDB" : "Eliminar este usuario do MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Xa existe o usuario «%s»@«%%» no MySQL/MariaDB", + "Drop this user from MySQL/MariaDB." : "Eliminar este usuario do MySQL/MariaDB.", + "Oracle connection could not be established" : "Non foi posíbel estabelecer a conexión con Oracle", + "Oracle username and/or password not valid" : "Nome de usuario e/ou contrasinal de Oracle incorrecto", + "Offending command was: \"%s\", name: %s, password: %s" : "A orde infractora foi: «%s», nome: %s, contrasinal: %s", + "PostgreSQL username and/or password not valid" : "Nome de usuario e/ou contrasinal de PostgreSQL incorrecto", + "Set an admin username." : "Estabeleza un nome de usuario administrador", + "Set an admin password." : "Estabeleza un contrasinal de administrador", + "%s shared »%s« with you" : "%s compartiu «%s» con vostede", + "Sharing %s failed, because the file does not exist" : "Fallou a compartición de %s, o ficheiro non existe", + "You are not allowed to share %s" : "Non ten permiso para compartir %s", + "Sharing %s failed, because the user %s is the item owner" : "Fallou a compartición de %s, o propietario do elemento é o usuario %s", + "Sharing %s failed, because the user %s does not exist" : "Fallou a compartición de %s, o usuario %s non existe", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Fallou a compartición de %s, o usuario %s non é membro de ningún grupo que sexa membro de %s", + "Sharing %s failed, because this item is already shared with %s" : "Fallou a compartición de %s, este elemento xa está compartido con %s", + "Sharing %s failed, because the group %s does not exist" : "Fallou a compartición de %s, o grupo %s non existe", + "Sharing %s failed, because %s is not a member of the group %s" : "Fallou a compartición de %s, %s non é membro do grupo %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Ten que fornecer un contrasinal para a ligazón pública, só se permiten ligazóns protexidas", + "Sharing %s failed, because sharing with links is not allowed" : "Fallou a compartición de %s, non está permitido compartir con ligazóns", + "Share type %s is not valid for %s" : "Non se admite a compartición do tipo %s para %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Non é posíbel estabelecer permisos para %s, os permisos superan os permisos concedidos a %s", + "Setting permissions for %s failed, because the item was not found" : "Non é posíbel estabelecer permisos para %s, non se atopa o elemento", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Non é posíbel estabelecer a data de caducidade. As comparticións non poden caducar máis aló de %s após de seren compartidas", + "Cannot set expiration date. Expiration date is in the past" : "Non é posíbel estabelecer a data de caducidade. A data de caducidade está no pasado.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "A infraestrutura de compartición %s ten que implementar a interface OCP\\Share_Backend", + "Sharing backend %s not found" : "Non se atopou a infraestrutura de compartición %s", + "Sharing backend for %s not found" : "Non se atopou a infraestrutura de compartición para %s", + "Sharing %s failed, because the user %s is the original sharer" : "Fallou a compartición de %s, a compartición orixinal é do usuario %s", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Fallou a compartición de %s, os permisos superan os permisos concedidos a %s", + "Sharing %s failed, because resharing is not allowed" : "Fallou a compartición de %s, non está permitido repetir a compartción", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Fallou a compartición de %s, a infraestrutura de compartición para %s non foi quen de atopar a orixe", + "Sharing %s failed, because the file could not be found in the file cache" : "Fallou a compartición de %s, non foi posíbel atopar o ficheiro na caché de ficheiros", + "Could not find category \"%s\"" : "Non foi posíbel atopar a categoría «%s»", + "seconds ago" : "segundos atrás", + "_%n minute ago_::_%n minutes ago_" : ["hai %n minuto","hai %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["hai %n hora","hai %n horas"], + "today" : "hoxe", + "yesterday" : "onte", + "_%n day go_::_%n days ago_" : ["hai %n día","vai %n días"], + "last month" : "último mes", + "_%n month ago_::_%n months ago_" : ["hai %n mes","hai %n meses"], + "last year" : "último ano", + "years ago" : "anos atrás", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Só se permiten os seguintes caracteres no nome de usuario: «a-z», «A-Z», «0-9», e «_.@-»", + "A valid username must be provided" : "Debe fornecer un nome de usuario", + "A valid password must be provided" : "Debe fornecer un contrasinal", + "The username is already being used" : "Este nome de usuario xa está a ser usado", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Non hay controladores de base de datos (sqlite, mysql, ou postgresql) instalados.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Polo xeral, isto pode ser fixado para %spermitirlle ao servidor web acceso de escritura ao directorio «root»%s.", + "Cannot write into \"config\" directory" : "Non é posíbel escribir no directorio «config»", + "Cannot write into \"apps\" directory" : "Non é posíbel escribir no directorio «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." : "Polo xeral, isto pode ser fixado para %spermitirlle ao servidor web acceso de escritura ao directorio «apps»%s ou a desactivación da «appstore» no ficheiro de configuración.", + "Cannot create \"data\" directory (%s)" : "Non é posíbel crear o directorio «data» (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Polo xeral, isto pode ser fixado para permitirlle ao servidor web acceso de escritura ao directorio «root».", + "Setting locale to %s failed" : "Fallou o axuste da configuración local a %s", + "Please install one of these locales on your system and restart your webserver." : "Instale unha destas configuracións locais no seu sistema e reinicie o servidor web.", + "Please ask your server administrator to install the module." : "Pregúntelle ao administrador do servidor pola instalación do módulo.", + "PHP module %s not installed." : "O módulo PHP %s non está instalado.", + "PHP %s or higher is required." : "Requirese PHP %s ou superior.", + "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." : "Pregúntelle ao administrador do servidor pola actualización de PHP á versión máis recente. A súa versión de PHP xa non é asistida polas comunidades de ownCloud e PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "O modo seguro de PHP está activado. ownCloud precisa que estea desactivado para traballar doadamente.", + "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." : "O modo seguro de PHP é un entorno en desuso e maiormente inútil que ten que seren desactivado. Pregúntelle ao administrador do servidor pola desactivación en php.ini ou na configuración do servidor web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "«Magic Quotes» está activado. ownCloud precisa que estea desactivado para traballar doadamente.", + "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." : "«Magic Quotes» é un entorno en desuso e maiormente inútil que ten que seren desactivado. Pregúntelle ao administrador do servidor pola desactivación en php.ini ou na configuración do servidor web.", + "PHP modules have been installed, but they are still listed as missing?" : "Instaláronse os módulos de PHP, mais aínda aparecen listados como perdidos?", + "Please ask your server administrator to restart the web server." : "Pregúntelle ao administrador do servidor polo reinicio do servidor web..", + "PostgreSQL >= 9 required" : "Requírese PostgreSQL >= 9", + "Please upgrade your database version" : "Anove a versión da súa base de datos", + "Error occurred while checking PostgreSQL version" : "Produciuse un erro mentres comprobaba a versión de PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Asegúrese de que dispón do PostgreSQL >= 9 ou comprobe os rexistros para obter máis información sobre este erro", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Cambie os permisos a 0770 para que o directorio non poida seren listado por outros usuarios.", + "Data directory (%s) is readable by other users" : "O directorio de datos (%s) é lexíbel por outros usuarios", + "Data directory (%s) is invalid" : "O directorio de datos (%s) non é correcto", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Comprobe que o directorio de datos conten un ficheiro «.ocdata» na súa raíz.", + "Could not obtain lock type %d on \"%s\"." : "Non foi posíbel obter un bloqueo do tipo %d en «%s»." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/gl.php b/lib/l10n/gl.php deleted file mode 100644 index ee55a862a5..0000000000 --- a/lib/l10n/gl.php +++ /dev/null @@ -1,119 +0,0 @@ - "Non é posíbel escribir no directorio «config»!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Polo xeral, isto pode ser fixado para permitirlle ao servidor web acceso de escritura ao directorio «config»", -"See %s" => "Vexa %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Polo xeral, isto pode ser fixado para %spermitirlle ao servidor web acceso de escritura ao directorio «config»%s.", -"Help" => "Axuda", -"Personal" => "Persoal", -"Settings" => "Axustes", -"Users" => "Usuarios", -"Admin" => "Administración", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "Non é posíbel instalar a aplicación «%s» por non seren compatíbel con esta versión do ownCloud.", -"No app name specified" => "Non se especificou o nome da aplicación", -"Unknown filetype" => "Tipo de ficheiro descoñecido", -"Invalid image" => "Imaxe incorrecta", -"web services under your control" => "servizos web baixo o seu control", -"App directory already exists" => "Xa existe o directorio da aplicación", -"Can't create app folder. Please fix permissions. %s" => "Non é posíbel crear o cartafol de aplicacións. Corrixa os permisos. %s", -"No source specified when installing app" => "Non foi especificada ningunha orixe ao instalar aplicacións", -"No href specified when installing app from http" => "Non foi especificada ningunha href ao instalar aplicacións", -"No path specified when installing app from local file" => "Non foi especificada ningunha ruta ao instalar aplicacións desde un ficheiro local", -"Archives of type %s are not supported" => "Os arquivos do tipo %s non están admitidos", -"Failed to open archive when installing app" => "Non foi posíbel abrir o arquivo ao instalar aplicacións", -"App does not provide an info.xml file" => "A aplicación non fornece un ficheiro info.xml", -"App can't be installed because of not allowed code in the App" => "Non é posíbel instalar a aplicación por mor de conter código non permitido", -"App can't be installed because it is not compatible with this version of ownCloud" => "Non é posíbel instalar a aplicación por non seren compatíbel con esta versión do ownCloud.", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Non é posíbel instalar a aplicación por conter a etiqueta true que non está permitida para as aplicacións non enviadas", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Non é posíbel instalar a aplicación xa que a versión en info.xml/version non é a mesma que a versión informada desde a App Store", -"Application is not enabled" => "A aplicación non está activada", -"Authentication error" => "Produciuse un erro de autenticación", -"Token expired. Please reload page." => "Testemuña caducada. Recargue a páxina.", -"Unknown user" => "Usuario descoñecido", -"%s enter the database username." => "%s introduza o nome de usuario da base de datos", -"%s enter the database name." => "%s introduza o nome da base de datos", -"%s you may not use dots in the database name" => "%s non se poden empregar puntos na base de datos", -"MS SQL username and/or password not valid: %s" => "Nome de usuario e/ou contrasinal de MS SQL incorrecto: %s", -"You need to enter either an existing account or the administrator." => "Deberá introducir unha conta existente ou o administrador.", -"MySQL/MariaDB username and/or password not valid" => "O nome e/ou o contrasinal do usuario de MySQL/MariaDB non é correcto", -"DB Error: \"%s\"" => "Produciuse un erro na base de datos: «%s»", -"Offending command was: \"%s\"" => "A orde infractora foi: «%s»", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "Xa existe o usuario «%s»@«localhost» no MySQL/MariaDB.", -"Drop this user from MySQL/MariaDB" => "Eliminar este usuario do MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "Xa existe o usuario «%s»@«%%» no MySQL/MariaDB", -"Drop this user from MySQL/MariaDB." => "Eliminar este usuario do MySQL/MariaDB.", -"Oracle connection could not be established" => "Non foi posíbel estabelecer a conexión con Oracle", -"Oracle username and/or password not valid" => "Nome de usuario e/ou contrasinal de Oracle incorrecto", -"Offending command was: \"%s\", name: %s, password: %s" => "A orde infractora foi: «%s», nome: %s, contrasinal: %s", -"PostgreSQL username and/or password not valid" => "Nome de usuario e/ou contrasinal de PostgreSQL incorrecto", -"Set an admin username." => "Estabeleza un nome de usuario administrador", -"Set an admin password." => "Estabeleza un contrasinal de administrador", -"%s shared »%s« with you" => "%s compartiu «%s» con vostede", -"Sharing %s failed, because the file does not exist" => "Fallou a compartición de %s, o ficheiro non existe", -"You are not allowed to share %s" => "Non ten permiso para compartir %s", -"Sharing %s failed, because the user %s is the item owner" => "Fallou a compartición de %s, o propietario do elemento é o usuario %s", -"Sharing %s failed, because the user %s does not exist" => "Fallou a compartición de %s, o usuario %s non existe", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Fallou a compartición de %s, o usuario %s non é membro de ningún grupo que sexa membro de %s", -"Sharing %s failed, because this item is already shared with %s" => "Fallou a compartición de %s, este elemento xa está compartido con %s", -"Sharing %s failed, because the group %s does not exist" => "Fallou a compartición de %s, o grupo %s non existe", -"Sharing %s failed, because %s is not a member of the group %s" => "Fallou a compartición de %s, %s non é membro do grupo %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Ten que fornecer un contrasinal para a ligazón pública, só se permiten ligazóns protexidas", -"Sharing %s failed, because sharing with links is not allowed" => "Fallou a compartición de %s, non está permitido compartir con ligazóns", -"Share type %s is not valid for %s" => "Non se admite a compartición do tipo %s para %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Non é posíbel estabelecer permisos para %s, os permisos superan os permisos concedidos a %s", -"Setting permissions for %s failed, because the item was not found" => "Non é posíbel estabelecer permisos para %s, non se atopa o elemento", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Non é posíbel estabelecer a data de caducidade. As comparticións non poden caducar máis aló de %s após de seren compartidas", -"Cannot set expiration date. Expiration date is in the past" => "Non é posíbel estabelecer a data de caducidade. A data de caducidade está no pasado.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "A infraestrutura de compartición %s ten que implementar a interface OCP\\Share_Backend", -"Sharing backend %s not found" => "Non se atopou a infraestrutura de compartición %s", -"Sharing backend for %s not found" => "Non se atopou a infraestrutura de compartición para %s", -"Sharing %s failed, because the user %s is the original sharer" => "Fallou a compartición de %s, a compartición orixinal é do usuario %s", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Fallou a compartición de %s, os permisos superan os permisos concedidos a %s", -"Sharing %s failed, because resharing is not allowed" => "Fallou a compartición de %s, non está permitido repetir a compartción", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Fallou a compartición de %s, a infraestrutura de compartición para %s non foi quen de atopar a orixe", -"Sharing %s failed, because the file could not be found in the file cache" => "Fallou a compartición de %s, non foi posíbel atopar o ficheiro na caché de ficheiros", -"Could not find category \"%s\"" => "Non foi posíbel atopar a categoría «%s»", -"seconds ago" => "segundos atrás", -"_%n minute ago_::_%n minutes ago_" => array("hai %n minuto","hai %n minutos"), -"_%n hour ago_::_%n hours ago_" => array("hai %n hora","hai %n horas"), -"today" => "hoxe", -"yesterday" => "onte", -"_%n day go_::_%n days ago_" => array("hai %n día","vai %n días"), -"last month" => "último mes", -"_%n month ago_::_%n months ago_" => array("hai %n mes","hai %n meses"), -"last year" => "último ano", -"years ago" => "anos atrás", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Só se permiten os seguintes caracteres no nome de usuario: «a-z», «A-Z», «0-9», e «_.@-»", -"A valid username must be provided" => "Debe fornecer un nome de usuario", -"A valid password must be provided" => "Debe fornecer un contrasinal", -"The username is already being used" => "Este nome de usuario xa está a ser usado", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Non hay controladores de base de datos (sqlite, mysql, ou postgresql) instalados.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Polo xeral, isto pode ser fixado para %spermitirlle ao servidor web acceso de escritura ao directorio «root»%s.", -"Cannot write into \"config\" directory" => "Non é posíbel escribir no directorio «config»", -"Cannot write into \"apps\" directory" => "Non é posíbel escribir no directorio «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." => "Polo xeral, isto pode ser fixado para %spermitirlle ao servidor web acceso de escritura ao directorio «apps»%s ou a desactivación da «appstore» no ficheiro de configuración.", -"Cannot create \"data\" directory (%s)" => "Non é posíbel crear o directorio «data» (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Polo xeral, isto pode ser fixado para permitirlle ao servidor web acceso de escritura ao directorio «root».", -"Setting locale to %s failed" => "Fallou o axuste da configuración local a %s", -"Please install one of these locales on your system and restart your webserver." => "Instale unha destas configuracións locais no seu sistema e reinicie o servidor web.", -"Please ask your server administrator to install the module." => "Pregúntelle ao administrador do servidor pola instalación do módulo.", -"PHP module %s not installed." => "O módulo PHP %s non está instalado.", -"PHP %s or higher is required." => "Requirese PHP %s ou superior.", -"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." => "Pregúntelle ao administrador do servidor pola actualización de PHP á versión máis recente. A súa versión de PHP xa non é asistida polas comunidades de ownCloud e PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "O modo seguro de PHP está activado. ownCloud precisa que estea desactivado para traballar doadamente.", -"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." => "O modo seguro de PHP é un entorno en desuso e maiormente inútil que ten que seren desactivado. Pregúntelle ao administrador do servidor pola desactivación en php.ini ou na configuración do servidor web.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "«Magic Quotes» está activado. ownCloud precisa que estea desactivado para traballar doadamente.", -"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." => "«Magic Quotes» é un entorno en desuso e maiormente inútil que ten que seren desactivado. Pregúntelle ao administrador do servidor pola desactivación en php.ini ou na configuración do servidor web.", -"PHP modules have been installed, but they are still listed as missing?" => "Instaláronse os módulos de PHP, mais aínda aparecen listados como perdidos?", -"Please ask your server administrator to restart the web server." => "Pregúntelle ao administrador do servidor polo reinicio do servidor web..", -"PostgreSQL >= 9 required" => "Requírese PostgreSQL >= 9", -"Please upgrade your database version" => "Anove a versión da súa base de datos", -"Error occurred while checking PostgreSQL version" => "Produciuse un erro mentres comprobaba a versión de PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Asegúrese de que dispón do PostgreSQL >= 9 ou comprobe os rexistros para obter máis información sobre este erro", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Cambie os permisos a 0770 para que o directorio non poida seren listado por outros usuarios.", -"Data directory (%s) is readable by other users" => "O directorio de datos (%s) é lexíbel por outros usuarios", -"Data directory (%s) is invalid" => "O directorio de datos (%s) non é correcto", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Comprobe que o directorio de datos conten un ficheiro «.ocdata» na súa raíz.", -"Could not obtain lock type %d on \"%s\"." => "Non foi posíbel obter un bloqueo do tipo %d en «%s»." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/gu.js b/lib/l10n/gu.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/gu.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/gu.json b/lib/l10n/gu.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/gu.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/gu.php b/lib/l10n/gu.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/gu.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/he.js b/lib/l10n/he.js new file mode 100644 index 0000000000..c34ce27bb0 --- /dev/null +++ b/lib/l10n/he.js @@ -0,0 +1,28 @@ +OC.L10N.register( + "lib", + { + "Help" : "עזרה", + "Personal" : "אישי", + "Settings" : "הגדרות", + "Users" : "משתמשים", + "Admin" : "מנהל", + "web services under your control" : "שירותי רשת תחת השליטה שלך", + "Application is not enabled" : "יישומים אינם מופעלים", + "Authentication error" : "שגיאת הזדהות", + "Token expired. Please reload page." : "פג תוקף. נא לטעון שוב את הדף.", + "%s shared »%s« with you" : "%s שיתף/שיתפה איתך את »%s«", + "Could not find category \"%s\"" : "לא ניתן למצוא את הקטגוריה „%s“", + "seconds ago" : "שניות", + "_%n minute ago_::_%n minutes ago_" : ["","לפני %n דקות"], + "_%n hour ago_::_%n hours ago_" : ["","לפני %n שעות"], + "today" : "היום", + "yesterday" : "אתמול", + "_%n day go_::_%n days ago_" : ["","לפני %n ימים"], + "last month" : "חודש שעבר", + "_%n month ago_::_%n months ago_" : ["","לפני %n חודשים"], + "last year" : "שנה שעברה", + "years ago" : "שנים", + "A valid username must be provided" : "יש לספק שם משתמש תקני", + "A valid password must be provided" : "יש לספק ססמה תקנית" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/he.json b/lib/l10n/he.json new file mode 100644 index 0000000000..c97d585b90 --- /dev/null +++ b/lib/l10n/he.json @@ -0,0 +1,26 @@ +{ "translations": { + "Help" : "עזרה", + "Personal" : "אישי", + "Settings" : "הגדרות", + "Users" : "משתמשים", + "Admin" : "מנהל", + "web services under your control" : "שירותי רשת תחת השליטה שלך", + "Application is not enabled" : "יישומים אינם מופעלים", + "Authentication error" : "שגיאת הזדהות", + "Token expired. Please reload page." : "פג תוקף. נא לטעון שוב את הדף.", + "%s shared »%s« with you" : "%s שיתף/שיתפה איתך את »%s«", + "Could not find category \"%s\"" : "לא ניתן למצוא את הקטגוריה „%s“", + "seconds ago" : "שניות", + "_%n minute ago_::_%n minutes ago_" : ["","לפני %n דקות"], + "_%n hour ago_::_%n hours ago_" : ["","לפני %n שעות"], + "today" : "היום", + "yesterday" : "אתמול", + "_%n day go_::_%n days ago_" : ["","לפני %n ימים"], + "last month" : "חודש שעבר", + "_%n month ago_::_%n months ago_" : ["","לפני %n חודשים"], + "last year" : "שנה שעברה", + "years ago" : "שנים", + "A valid username must be provided" : "יש לספק שם משתמש תקני", + "A valid password must be provided" : "יש לספק ססמה תקנית" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/he.php b/lib/l10n/he.php deleted file mode 100644 index abb1538844..0000000000 --- a/lib/l10n/he.php +++ /dev/null @@ -1,27 +0,0 @@ - "עזרה", -"Personal" => "אישי", -"Settings" => "הגדרות", -"Users" => "משתמשים", -"Admin" => "מנהל", -"web services under your control" => "שירותי רשת תחת השליטה שלך", -"Application is not enabled" => "יישומים אינם מופעלים", -"Authentication error" => "שגיאת הזדהות", -"Token expired. Please reload page." => "פג תוקף. נא לטעון שוב את הדף.", -"%s shared »%s« with you" => "%s שיתף/שיתפה איתך את »%s«", -"Could not find category \"%s\"" => "לא ניתן למצוא את הקטגוריה „%s“", -"seconds ago" => "שניות", -"_%n minute ago_::_%n minutes ago_" => array("","לפני %n דקות"), -"_%n hour ago_::_%n hours ago_" => array("","לפני %n שעות"), -"today" => "היום", -"yesterday" => "אתמול", -"_%n day go_::_%n days ago_" => array("","לפני %n ימים"), -"last month" => "חודש שעבר", -"_%n month ago_::_%n months ago_" => array("","לפני %n חודשים"), -"last year" => "שנה שעברה", -"years ago" => "שנים", -"A valid username must be provided" => "יש לספק שם משתמש תקני", -"A valid password must be provided" => "יש לספק ססמה תקנית" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/hi.js b/lib/l10n/hi.js new file mode 100644 index 0000000000..cc987c4802 --- /dev/null +++ b/lib/l10n/hi.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "lib", + { + "Help" : "सहयोग", + "Personal" : "यक्तिगत", + "Settings" : "सेटिंग्स", + "Users" : "उपयोगकर्ता", + "_%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.json b/lib/l10n/hi.json new file mode 100644 index 0000000000..bf18b7731a --- /dev/null +++ b/lib/l10n/hi.json @@ -0,0 +1,11 @@ +{ "translations": { + "Help" : "सहयोग", + "Personal" : "यक्तिगत", + "Settings" : "सेटिंग्स", + "Users" : "उपयोगकर्ता", + "_%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/hi.php b/lib/l10n/hi.php deleted file mode 100644 index 039dfa4465..0000000000 --- a/lib/l10n/hi.php +++ /dev/null @@ -1,12 +0,0 @@ - "सहयोग", -"Personal" => "यक्तिगत", -"Settings" => "सेटिंग्स", -"Users" => "उपयोगकर्ता", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/hr.js b/lib/l10n/hr.js new file mode 100644 index 0000000000..ead1e15d2c --- /dev/null +++ b/lib/l10n/hr.js @@ -0,0 +1,122 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Pisanje u \"config\" direktoriju nije moguće!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Ovo se obično može popraviti tako da se Web poslužitelju dopusti pristup za pisanje u config direktoriju", + "See %s" : "Vidite %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Ovo se obično može popraviti %sdavanjem pristupa web poslužitelju za pisanje u config direktoriju%s.", + "Sample configuration detected" : "Nađena ogledna konfiguracija", + "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" : "Otkriveno je da je ogledna konfiguracija kopirana. To može vašu instalaciju prekinuti i nije podržano.Molimo pročitajte dokumentaciju prije nego li izvršite promjene na config.php", + "Help" : "Pomoć", + "Personal" : "Osobno", + "Settings" : "Postavke", + "Users" : "Korisnici", + "Admin" : "Admin", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplikacija \\\"%s\\\" se ne može instalirati jer nije kompatibilna s ovom verzijom ownClouda.", + "No app name specified" : "Nikakav naziv aplikacije nije naveden", + "Unknown filetype" : "Vrsta datoteke nepoznata", + "Invalid image" : "Neispravna slika", + "web services under your control" : "web usluge pod vašom kontrolom", + "App directory already exists" : "Direktorij aplikacije već postoji", + "Can't create app folder. Please fix permissions. %s" : "Nije moguće kreirati mapu aplikacija. molimo popravite dozvole. %s", + "No source specified when installing app" : "Pri instaliranju aplikacija nijedan izvor nije specificiran", + "No href specified when installing app from http" : "Pri instaliranju aplikacija iz http nijedan href nije specificiran.", + "No path specified when installing app from local file" : "Pri instaliranju aplikacija iz lokalne datoteke nijedan put nije specificiran.", + "Archives of type %s are not supported" : "Arhive tipa %s nisu podržane", + "Failed to open archive when installing app" : "Otvaranje arhive pri instaliranju aplikacija nije uspjelo.", + "App does not provide an info.xml file" : "Aplikacija ne pruža info.xml datoteku", + "App can't be installed because of not allowed code in the App" : "Aplikaciju nije moguće instalirati zbog nedopuštenog koda u njoj.", + "App can't be installed because it is not compatible with this version of ownCloud" : "Aplikaciju nije moguće instalirati jer nije kompatibilna s ovom verzijom ownClouda.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Aplikaciju nije moguće instalirati jer sadrži oznaku istinito.", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Aplikaciju nije moguće instalirati jer verzija u info.xml/version nije ista kaoverzija koju je prijavio app store", + "Application is not enabled" : "Aplikacija nije aktivirana", + "Authentication error" : "Pogrešna autentikacija", + "Token expired. Please reload page." : "Token je istekao. Molimo, ponovno učitajte stranicu.", + "Unknown user" : "Korisnik nepoznat", + "%s enter the database username." : "%s unesite naziva korisnika baze podataka.", + "%s enter the database name." : "%s unesite naziv baze podataka", + "%s you may not use dots in the database name" : "%s ne smijete koristiti točke u nazivu baze podataka", + "MS SQL username and/or password not valid: %s" : "MS SQL korisničko ime i/ili lozinka neispravni: %s", + "You need to enter either an existing account or the administrator." : "Trebate unijeti neki postojeći račun ili administratora.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB korisničko ime i/ili lozinka neispravni", + "DB Error: \"%s\"" : "DB pogreška: \"%s\"", + "Offending command was: \"%s\"" : "Neispravna naredba je bila: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB korisnik '%s'@'localhost' već postoji.", + "Drop this user from MySQL/MariaDB" : "Ispustite ovog korisnika iz MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB korisnik '%s'@'%%' već postoji", + "Drop this user from MySQL/MariaDB." : "Ispustite ovog korisnika iz MySQL/MariaDB.", + "Oracle connection could not be established" : "Vezu Oracle nije moguće uspostaviti", + "Oracle username and/or password not valid" : "Korisničko ime i/ili lozinka Oracle neispravni", + "Offending command was: \"%s\", name: %s, password: %s" : "Neispravna naredba je bila: \"%s\", ime: %s, lozinka: %s", + "PostgreSQL username and/or password not valid" : "Korisničko ime i/ili lozinka PostgreSQL neispravni", + "Set an admin username." : "Navedite admin korisničko ime.", + "Set an admin password." : "Navedite admin lozinku.", + "%s shared »%s« with you" : "%s je s vama podijelio »%s«", + "Sharing %s failed, because the file does not exist" : "Dijeljenje %s nije uspjelo jer ta datoteka ne postoji", + "You are not allowed to share %s" : "Nije vam dopušteno dijeliti %s", + "Sharing %s failed, because the user %s is the item owner" : "Dijeljenje %s nije uspjelo jer je korisnik %s vlasnik te stavke", + "Sharing %s failed, because the user %s does not exist" : "Dijeljenje %s nije uspjelo jer korisnik %s ne postoji", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Dijeljenje %s nije uspjelo jer korisnik %s nije član niti jedne grupe u kojoj je %s član", + "Sharing %s failed, because this item is already shared with %s" : "Dijeljenje %s nije uspjelo jer je ova stavka već podijeljena s %s", + "Sharing %s failed, because the group %s does not exist" : "Dijeljenje %s nije uspjelo jer grupa %s ne postoji", + "Sharing %s failed, because %s is not a member of the group %s" : "Dijeljenje %s nije uspjelo jer %s nije član grupe %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Da biste kreirali javnu vezu, morate navesti lozinku, samo zaštićene veze su dopuštene.", + "Sharing %s failed, because sharing with links is not allowed" : "Dijeljenje %s nije uspjelo jer dijeljenje s vezama nije dopušteno.", + "Share type %s is not valid for %s" : "Tip dijeljenja %s nije dopušteni tip za %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Postavke dozvola za %s nisu uspjele jer dozvole premašuju dozvole za koje %s ima odobrenje", + "Setting permissions for %s failed, because the item was not found" : "Postavke dozvola za %s nisu uspjele jer stavka nije nađena.", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nije moguće postaviti datum isteka. Nakon što su podijeljeni, resursi ne mogu isteći kasnije nego %s ", + "Cannot set expiration date. Expiration date is in the past" : "Nije moguće postaviti datum isteka. Datum isteka je u prošlosti", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Dijeljenje pozadine %s mora implementirati sučelje OCP\\Share_Backend", + "Sharing backend %s not found" : "Dijeljenje pozadine %s nije nađeno", + "Sharing backend for %s not found" : "Dijeljenje pozadine za %s nije nađeno", + "Sharing %s failed, because the user %s is the original sharer" : "Dijeljenje %s nije uspjelo jer je korisnik %s izvorni djelitelj", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Dijeljenje %s nije uspjelo jer dozvole premašuju dozvole za koje %s ima odobrenje.", + "Sharing %s failed, because resharing is not allowed" : "Dijeljenje %s nije uspjelo jer ponovno dijeljenje nije dopušteno.", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Dijeljenje %s nije uspjelo jer pozadina za %s nije mogla pronaći svoj izvor", + "Sharing %s failed, because the file could not be found in the file cache" : "Dijeljenje %s nije uspjelo jer u predmemoriji datoteke datoteka nije nađena.", + "Could not find category \"%s\"" : "Kategorija \"%s\" nije nađena", + "seconds ago" : "prije par sekundi", + "_%n minute ago_::_%n minutes ago_" : ["prije %n minute","prije %n minuta","prije %n minuta"], + "_%n hour ago_::_%n hours ago_" : ["prije %n sata","prije %n sati","prije %n sati"], + "today" : "Danas", + "yesterday" : "Jučer", + "_%n day go_::_%n days ago_" : ["prije %n dana","prije %n dana","prije %n dana"], + "last month" : "Prošli mjesec", + "_%n month ago_::_%n months ago_" : ["prije %n mjeseca","prije %n mjeseci","prije %n mjeseci"], + "last year" : "Prošle godine", + "years ago" : "Prije više godina", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Samo su sljedeći znakovi dopušteni u korisničkom imenu: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Nužno je navesti ispravno korisničko ime", + "A valid password must be provided" : "Nužno je navesti ispravnu lozinku", + "The username is already being used" : "Korisničko ime se već koristi", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Pogonski programi baze podataka (sqlite, mysql, ili postgresql) nisu instalirani.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Dozvole se obično mogu popraviti %sdavanjem pristupa web poslužitelju za pisanje u korijenskom direktoriju%s", + "Cannot write into \"config\" directory" : "Nije moguće zapisivati u \"config\" direktorij", + "Cannot write into \"apps\" directory" : "Nije moguće zapisivati u \"apps\" direktorij", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Ovo se obično može popraviti %sdavanjem pristupa web poslužitelju za pisanje u apps direktorij%sili isključivanjem appstorea u konfiguracijskoj datoteci.", + "Cannot create \"data\" directory (%s)" : "Kreiranje \"data\" direktorija (%s) nije moguće", + "This can usually be fixed by giving the webserver write access to the root directory." : "Ovo obično može popraviti davanjem pristupa web poslužiteljuza pisanje u korijenskom direktoriju.", + "Setting locale to %s failed" : "Postavljanje regionalne sheme u %s nije uspjelo", + "Please install one of these locales on your system and restart your webserver." : "Molimo instalirajte jednu od ovih regionalnih shema u svoj sustav i ponovno pokrenite svoj web poslužitelj.", + "Please ask your server administrator to install the module." : "Molimo zamolite svog administratora poslužitelja da instalira modul.", + "PHP module %s not installed." : "PHP modul %s nije instaliran.", + "PHP %s or higher is required." : "PHP verzija treba biti %s ili viša.", + "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." : "Molimo zamolite svog administratora poslužitelja da ažurira PHP na najnoviju verziju.Vašu PHP verziju ownCloud i PHP zajednica više ne podržavaju.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Aktiviran je PHP siguran način rada. Da bi ownCloud radio kako treba, taj mod treba oemoguć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." : "PHP siguran način rada je zastarjela i uglavnom beskorisna postavka koju treba onemogućiti. Molimo zamolite svogadministratora poslužitelja da je onemogući, bilo u php.ini ili u vašoj konfiguraciji web poslužitelja.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Postavka Magic Quotes je omogućena. Da bi ownCloud radio kako treba, tu postavku treba onemoguć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." : "Magic Quotes je zastarjela i uglavnom beskorisna postavka koju treba onemogućiti. MOlimo zamolite svogadministratora poslužitelja da je onemogući, bilo u php.ini ili u vašoj konfiguraciji web poslužitelja.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP moduli su instalirani, ali još uvijek su na popisu onih koji nedostaju?", + "Please ask your server administrator to restart the web server." : "Molimo zamolite svog administratora poslužitelja da ponovno pokrene web poslužitelj.", + "PostgreSQL >= 9 required" : "Potreban je PostgreSQL >= 9", + "Please upgrade your database version" : "Molimo, ažurirajte svoju verziju baze podataka", + "Error occurred while checking PostgreSQL version" : "Došlo je do pogreške tijekom provjeravanja verzije PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Pobrinite se da imate PostgreSQL >= 9. Za više informacija provjerite zapisnike.", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Molimo promijenite dozvole na 0770 tako da se tim direktorijem ne mogu služiti drugi korisnici", + "Data directory (%s) is readable by other users" : "Podatkovni direktorij (%s) čitljiv je za druge korisnike", + "Data directory (%s) is invalid" : "Podatkovni direktorij (%s) nije ispravan", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Molimo provjerite sadrži li podatkovni direktorij u svom korijenu datoteku \".ocdata\"", + "Could not obtain lock type %d on \"%s\"." : "Nije moguće dobiti lock tip %d na \"%s\"." +}, +"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/lib/l10n/hr.json b/lib/l10n/hr.json new file mode 100644 index 0000000000..01bd54eccf --- /dev/null +++ b/lib/l10n/hr.json @@ -0,0 +1,120 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Pisanje u \"config\" direktoriju nije moguće!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Ovo se obično može popraviti tako da se Web poslužitelju dopusti pristup za pisanje u config direktoriju", + "See %s" : "Vidite %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Ovo se obično može popraviti %sdavanjem pristupa web poslužitelju za pisanje u config direktoriju%s.", + "Sample configuration detected" : "Nađena ogledna konfiguracija", + "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" : "Otkriveno je da je ogledna konfiguracija kopirana. To može vašu instalaciju prekinuti i nije podržano.Molimo pročitajte dokumentaciju prije nego li izvršite promjene na config.php", + "Help" : "Pomoć", + "Personal" : "Osobno", + "Settings" : "Postavke", + "Users" : "Korisnici", + "Admin" : "Admin", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplikacija \\\"%s\\\" se ne može instalirati jer nije kompatibilna s ovom verzijom ownClouda.", + "No app name specified" : "Nikakav naziv aplikacije nije naveden", + "Unknown filetype" : "Vrsta datoteke nepoznata", + "Invalid image" : "Neispravna slika", + "web services under your control" : "web usluge pod vašom kontrolom", + "App directory already exists" : "Direktorij aplikacije već postoji", + "Can't create app folder. Please fix permissions. %s" : "Nije moguće kreirati mapu aplikacija. molimo popravite dozvole. %s", + "No source specified when installing app" : "Pri instaliranju aplikacija nijedan izvor nije specificiran", + "No href specified when installing app from http" : "Pri instaliranju aplikacija iz http nijedan href nije specificiran.", + "No path specified when installing app from local file" : "Pri instaliranju aplikacija iz lokalne datoteke nijedan put nije specificiran.", + "Archives of type %s are not supported" : "Arhive tipa %s nisu podržane", + "Failed to open archive when installing app" : "Otvaranje arhive pri instaliranju aplikacija nije uspjelo.", + "App does not provide an info.xml file" : "Aplikacija ne pruža info.xml datoteku", + "App can't be installed because of not allowed code in the App" : "Aplikaciju nije moguće instalirati zbog nedopuštenog koda u njoj.", + "App can't be installed because it is not compatible with this version of ownCloud" : "Aplikaciju nije moguće instalirati jer nije kompatibilna s ovom verzijom ownClouda.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Aplikaciju nije moguće instalirati jer sadrži oznaku istinito.", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Aplikaciju nije moguće instalirati jer verzija u info.xml/version nije ista kaoverzija koju je prijavio app store", + "Application is not enabled" : "Aplikacija nije aktivirana", + "Authentication error" : "Pogrešna autentikacija", + "Token expired. Please reload page." : "Token je istekao. Molimo, ponovno učitajte stranicu.", + "Unknown user" : "Korisnik nepoznat", + "%s enter the database username." : "%s unesite naziva korisnika baze podataka.", + "%s enter the database name." : "%s unesite naziv baze podataka", + "%s you may not use dots in the database name" : "%s ne smijete koristiti točke u nazivu baze podataka", + "MS SQL username and/or password not valid: %s" : "MS SQL korisničko ime i/ili lozinka neispravni: %s", + "You need to enter either an existing account or the administrator." : "Trebate unijeti neki postojeći račun ili administratora.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB korisničko ime i/ili lozinka neispravni", + "DB Error: \"%s\"" : "DB pogreška: \"%s\"", + "Offending command was: \"%s\"" : "Neispravna naredba je bila: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB korisnik '%s'@'localhost' već postoji.", + "Drop this user from MySQL/MariaDB" : "Ispustite ovog korisnika iz MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB korisnik '%s'@'%%' već postoji", + "Drop this user from MySQL/MariaDB." : "Ispustite ovog korisnika iz MySQL/MariaDB.", + "Oracle connection could not be established" : "Vezu Oracle nije moguće uspostaviti", + "Oracle username and/or password not valid" : "Korisničko ime i/ili lozinka Oracle neispravni", + "Offending command was: \"%s\", name: %s, password: %s" : "Neispravna naredba je bila: \"%s\", ime: %s, lozinka: %s", + "PostgreSQL username and/or password not valid" : "Korisničko ime i/ili lozinka PostgreSQL neispravni", + "Set an admin username." : "Navedite admin korisničko ime.", + "Set an admin password." : "Navedite admin lozinku.", + "%s shared »%s« with you" : "%s je s vama podijelio »%s«", + "Sharing %s failed, because the file does not exist" : "Dijeljenje %s nije uspjelo jer ta datoteka ne postoji", + "You are not allowed to share %s" : "Nije vam dopušteno dijeliti %s", + "Sharing %s failed, because the user %s is the item owner" : "Dijeljenje %s nije uspjelo jer je korisnik %s vlasnik te stavke", + "Sharing %s failed, because the user %s does not exist" : "Dijeljenje %s nije uspjelo jer korisnik %s ne postoji", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Dijeljenje %s nije uspjelo jer korisnik %s nije član niti jedne grupe u kojoj je %s član", + "Sharing %s failed, because this item is already shared with %s" : "Dijeljenje %s nije uspjelo jer je ova stavka već podijeljena s %s", + "Sharing %s failed, because the group %s does not exist" : "Dijeljenje %s nije uspjelo jer grupa %s ne postoji", + "Sharing %s failed, because %s is not a member of the group %s" : "Dijeljenje %s nije uspjelo jer %s nije član grupe %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Da biste kreirali javnu vezu, morate navesti lozinku, samo zaštićene veze su dopuštene.", + "Sharing %s failed, because sharing with links is not allowed" : "Dijeljenje %s nije uspjelo jer dijeljenje s vezama nije dopušteno.", + "Share type %s is not valid for %s" : "Tip dijeljenja %s nije dopušteni tip za %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Postavke dozvola za %s nisu uspjele jer dozvole premašuju dozvole za koje %s ima odobrenje", + "Setting permissions for %s failed, because the item was not found" : "Postavke dozvola za %s nisu uspjele jer stavka nije nađena.", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nije moguće postaviti datum isteka. Nakon što su podijeljeni, resursi ne mogu isteći kasnije nego %s ", + "Cannot set expiration date. Expiration date is in the past" : "Nije moguće postaviti datum isteka. Datum isteka je u prošlosti", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Dijeljenje pozadine %s mora implementirati sučelje OCP\\Share_Backend", + "Sharing backend %s not found" : "Dijeljenje pozadine %s nije nađeno", + "Sharing backend for %s not found" : "Dijeljenje pozadine za %s nije nađeno", + "Sharing %s failed, because the user %s is the original sharer" : "Dijeljenje %s nije uspjelo jer je korisnik %s izvorni djelitelj", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Dijeljenje %s nije uspjelo jer dozvole premašuju dozvole za koje %s ima odobrenje.", + "Sharing %s failed, because resharing is not allowed" : "Dijeljenje %s nije uspjelo jer ponovno dijeljenje nije dopušteno.", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Dijeljenje %s nije uspjelo jer pozadina za %s nije mogla pronaći svoj izvor", + "Sharing %s failed, because the file could not be found in the file cache" : "Dijeljenje %s nije uspjelo jer u predmemoriji datoteke datoteka nije nađena.", + "Could not find category \"%s\"" : "Kategorija \"%s\" nije nađena", + "seconds ago" : "prije par sekundi", + "_%n minute ago_::_%n minutes ago_" : ["prije %n minute","prije %n minuta","prije %n minuta"], + "_%n hour ago_::_%n hours ago_" : ["prije %n sata","prije %n sati","prije %n sati"], + "today" : "Danas", + "yesterday" : "Jučer", + "_%n day go_::_%n days ago_" : ["prije %n dana","prije %n dana","prije %n dana"], + "last month" : "Prošli mjesec", + "_%n month ago_::_%n months ago_" : ["prije %n mjeseca","prije %n mjeseci","prije %n mjeseci"], + "last year" : "Prošle godine", + "years ago" : "Prije više godina", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Samo su sljedeći znakovi dopušteni u korisničkom imenu: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Nužno je navesti ispravno korisničko ime", + "A valid password must be provided" : "Nužno je navesti ispravnu lozinku", + "The username is already being used" : "Korisničko ime se već koristi", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Pogonski programi baze podataka (sqlite, mysql, ili postgresql) nisu instalirani.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Dozvole se obično mogu popraviti %sdavanjem pristupa web poslužitelju za pisanje u korijenskom direktoriju%s", + "Cannot write into \"config\" directory" : "Nije moguće zapisivati u \"config\" direktorij", + "Cannot write into \"apps\" directory" : "Nije moguće zapisivati u \"apps\" direktorij", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Ovo se obično može popraviti %sdavanjem pristupa web poslužitelju za pisanje u apps direktorij%sili isključivanjem appstorea u konfiguracijskoj datoteci.", + "Cannot create \"data\" directory (%s)" : "Kreiranje \"data\" direktorija (%s) nije moguće", + "This can usually be fixed by giving the webserver write access to the root directory." : "Ovo obično može popraviti davanjem pristupa web poslužiteljuza pisanje u korijenskom direktoriju.", + "Setting locale to %s failed" : "Postavljanje regionalne sheme u %s nije uspjelo", + "Please install one of these locales on your system and restart your webserver." : "Molimo instalirajte jednu od ovih regionalnih shema u svoj sustav i ponovno pokrenite svoj web poslužitelj.", + "Please ask your server administrator to install the module." : "Molimo zamolite svog administratora poslužitelja da instalira modul.", + "PHP module %s not installed." : "PHP modul %s nije instaliran.", + "PHP %s or higher is required." : "PHP verzija treba biti %s ili viša.", + "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." : "Molimo zamolite svog administratora poslužitelja da ažurira PHP na najnoviju verziju.Vašu PHP verziju ownCloud i PHP zajednica više ne podržavaju.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Aktiviran je PHP siguran način rada. Da bi ownCloud radio kako treba, taj mod treba oemoguć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." : "PHP siguran način rada je zastarjela i uglavnom beskorisna postavka koju treba onemogućiti. Molimo zamolite svogadministratora poslužitelja da je onemogući, bilo u php.ini ili u vašoj konfiguraciji web poslužitelja.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Postavka Magic Quotes je omogućena. Da bi ownCloud radio kako treba, tu postavku treba onemoguć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." : "Magic Quotes je zastarjela i uglavnom beskorisna postavka koju treba onemogućiti. MOlimo zamolite svogadministratora poslužitelja da je onemogući, bilo u php.ini ili u vašoj konfiguraciji web poslužitelja.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP moduli su instalirani, ali još uvijek su na popisu onih koji nedostaju?", + "Please ask your server administrator to restart the web server." : "Molimo zamolite svog administratora poslužitelja da ponovno pokrene web poslužitelj.", + "PostgreSQL >= 9 required" : "Potreban je PostgreSQL >= 9", + "Please upgrade your database version" : "Molimo, ažurirajte svoju verziju baze podataka", + "Error occurred while checking PostgreSQL version" : "Došlo je do pogreške tijekom provjeravanja verzije PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Pobrinite se da imate PostgreSQL >= 9. Za više informacija provjerite zapisnike.", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Molimo promijenite dozvole na 0770 tako da se tim direktorijem ne mogu služiti drugi korisnici", + "Data directory (%s) is readable by other users" : "Podatkovni direktorij (%s) čitljiv je za druge korisnike", + "Data directory (%s) is invalid" : "Podatkovni direktorij (%s) nije ispravan", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Molimo provjerite sadrži li podatkovni direktorij u svom korijenu datoteku \".ocdata\"", + "Could not obtain lock type %d on \"%s\"." : "Nije moguće dobiti lock tip %d na \"%s\"." +},"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/lib/l10n/hr.php b/lib/l10n/hr.php deleted file mode 100644 index 6831ce38d0..0000000000 --- a/lib/l10n/hr.php +++ /dev/null @@ -1,121 +0,0 @@ - "Pisanje u \"config\" direktoriju nije moguće!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Ovo se obično može popraviti tako da se Web poslužitelju dopusti pristup za pisanje u config direktoriju", -"See %s" => "Vidite %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Ovo se obično može popraviti %sdavanjem pristupa web poslužitelju za pisanje u config direktoriju%s.", -"Sample configuration detected" => "Nađena ogledna konfiguracija", -"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" => "Otkriveno je da je ogledna konfiguracija kopirana. To može vašu instalaciju prekinuti i nije podržano.Molimo pročitajte dokumentaciju prije nego li izvršite promjene na config.php", -"Help" => "Pomoć", -"Personal" => "Osobno", -"Settings" => "Postavke", -"Users" => "Korisnici", -"Admin" => "Admin", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "Aplikacija \\\"%s\\\" se ne može instalirati jer nije kompatibilna s ovom verzijom ownClouda.", -"No app name specified" => "Nikakav naziv aplikacije nije naveden", -"Unknown filetype" => "Vrsta datoteke nepoznata", -"Invalid image" => "Neispravna slika", -"web services under your control" => "web usluge pod vašom kontrolom", -"App directory already exists" => "Direktorij aplikacije već postoji", -"Can't create app folder. Please fix permissions. %s" => "Nije moguće kreirati mapu aplikacija. molimo popravite dozvole. %s", -"No source specified when installing app" => "Pri instaliranju aplikacija nijedan izvor nije specificiran", -"No href specified when installing app from http" => "Pri instaliranju aplikacija iz http nijedan href nije specificiran.", -"No path specified when installing app from local file" => "Pri instaliranju aplikacija iz lokalne datoteke nijedan put nije specificiran.", -"Archives of type %s are not supported" => "Arhive tipa %s nisu podržane", -"Failed to open archive when installing app" => "Otvaranje arhive pri instaliranju aplikacija nije uspjelo.", -"App does not provide an info.xml file" => "Aplikacija ne pruža info.xml datoteku", -"App can't be installed because of not allowed code in the App" => "Aplikaciju nije moguće instalirati zbog nedopuštenog koda u njoj.", -"App can't be installed because it is not compatible with this version of ownCloud" => "Aplikaciju nije moguće instalirati jer nije kompatibilna s ovom verzijom ownClouda.", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Aplikaciju nije moguće instalirati jer sadrži oznaku istinito.", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Aplikaciju nije moguće instalirati jer verzija u info.xml/version nije ista kaoverzija koju je prijavio app store", -"Application is not enabled" => "Aplikacija nije aktivirana", -"Authentication error" => "Pogrešna autentikacija", -"Token expired. Please reload page." => "Token je istekao. Molimo, ponovno učitajte stranicu.", -"Unknown user" => "Korisnik nepoznat", -"%s enter the database username." => "%s unesite naziva korisnika baze podataka.", -"%s enter the database name." => "%s unesite naziv baze podataka", -"%s you may not use dots in the database name" => "%s ne smijete koristiti točke u nazivu baze podataka", -"MS SQL username and/or password not valid: %s" => "MS SQL korisničko ime i/ili lozinka neispravni: %s", -"You need to enter either an existing account or the administrator." => "Trebate unijeti neki postojeći račun ili administratora.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB korisničko ime i/ili lozinka neispravni", -"DB Error: \"%s\"" => "DB pogreška: \"%s\"", -"Offending command was: \"%s\"" => "Neispravna naredba je bila: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB korisnik '%s'@'localhost' već postoji.", -"Drop this user from MySQL/MariaDB" => "Ispustite ovog korisnika iz MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB korisnik '%s'@'%%' već postoji", -"Drop this user from MySQL/MariaDB." => "Ispustite ovog korisnika iz MySQL/MariaDB.", -"Oracle connection could not be established" => "Vezu Oracle nije moguće uspostaviti", -"Oracle username and/or password not valid" => "Korisničko ime i/ili lozinka Oracle neispravni", -"Offending command was: \"%s\", name: %s, password: %s" => "Neispravna naredba je bila: \"%s\", ime: %s, lozinka: %s", -"PostgreSQL username and/or password not valid" => "Korisničko ime i/ili lozinka PostgreSQL neispravni", -"Set an admin username." => "Navedite admin korisničko ime.", -"Set an admin password." => "Navedite admin lozinku.", -"%s shared »%s« with you" => "%s je s vama podijelio »%s«", -"Sharing %s failed, because the file does not exist" => "Dijeljenje %s nije uspjelo jer ta datoteka ne postoji", -"You are not allowed to share %s" => "Nije vam dopušteno dijeliti %s", -"Sharing %s failed, because the user %s is the item owner" => "Dijeljenje %s nije uspjelo jer je korisnik %s vlasnik te stavke", -"Sharing %s failed, because the user %s does not exist" => "Dijeljenje %s nije uspjelo jer korisnik %s ne postoji", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Dijeljenje %s nije uspjelo jer korisnik %s nije član niti jedne grupe u kojoj je %s član", -"Sharing %s failed, because this item is already shared with %s" => "Dijeljenje %s nije uspjelo jer je ova stavka već podijeljena s %s", -"Sharing %s failed, because the group %s does not exist" => "Dijeljenje %s nije uspjelo jer grupa %s ne postoji", -"Sharing %s failed, because %s is not a member of the group %s" => "Dijeljenje %s nije uspjelo jer %s nije član grupe %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Da biste kreirali javnu vezu, morate navesti lozinku, samo zaštićene veze su dopuštene.", -"Sharing %s failed, because sharing with links is not allowed" => "Dijeljenje %s nije uspjelo jer dijeljenje s vezama nije dopušteno.", -"Share type %s is not valid for %s" => "Tip dijeljenja %s nije dopušteni tip za %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Postavke dozvola za %s nisu uspjele jer dozvole premašuju dozvole za koje %s ima odobrenje", -"Setting permissions for %s failed, because the item was not found" => "Postavke dozvola za %s nisu uspjele jer stavka nije nađena.", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Nije moguće postaviti datum isteka. Nakon što su podijeljeni, resursi ne mogu isteći kasnije nego %s ", -"Cannot set expiration date. Expiration date is in the past" => "Nije moguće postaviti datum isteka. Datum isteka je u prošlosti", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Dijeljenje pozadine %s mora implementirati sučelje OCP\\Share_Backend", -"Sharing backend %s not found" => "Dijeljenje pozadine %s nije nađeno", -"Sharing backend for %s not found" => "Dijeljenje pozadine za %s nije nađeno", -"Sharing %s failed, because the user %s is the original sharer" => "Dijeljenje %s nije uspjelo jer je korisnik %s izvorni djelitelj", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Dijeljenje %s nije uspjelo jer dozvole premašuju dozvole za koje %s ima odobrenje.", -"Sharing %s failed, because resharing is not allowed" => "Dijeljenje %s nije uspjelo jer ponovno dijeljenje nije dopušteno.", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Dijeljenje %s nije uspjelo jer pozadina za %s nije mogla pronaći svoj izvor", -"Sharing %s failed, because the file could not be found in the file cache" => "Dijeljenje %s nije uspjelo jer u predmemoriji datoteke datoteka nije nađena.", -"Could not find category \"%s\"" => "Kategorija \"%s\" nije nađena", -"seconds ago" => "prije par sekundi", -"_%n minute ago_::_%n minutes ago_" => array("prije %n minute","prije %n minuta","prije %n minuta"), -"_%n hour ago_::_%n hours ago_" => array("prije %n sata","prije %n sati","prije %n sati"), -"today" => "Danas", -"yesterday" => "Jučer", -"_%n day go_::_%n days ago_" => array("prije %n dana","prije %n dana","prije %n dana"), -"last month" => "Prošli mjesec", -"_%n month ago_::_%n months ago_" => array("prije %n mjeseca","prije %n mjeseci","prije %n mjeseci"), -"last year" => "Prošle godine", -"years ago" => "Prije više godina", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Samo su sljedeći znakovi dopušteni u korisničkom imenu: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", -"A valid username must be provided" => "Nužno je navesti ispravno korisničko ime", -"A valid password must be provided" => "Nužno je navesti ispravnu lozinku", -"The username is already being used" => "Korisničko ime se već koristi", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Pogonski programi baze podataka (sqlite, mysql, ili postgresql) nisu instalirani.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Dozvole se obično mogu popraviti %sdavanjem pristupa web poslužitelju za pisanje u korijenskom direktoriju%s", -"Cannot write into \"config\" directory" => "Nije moguće zapisivati u \"config\" direktorij", -"Cannot write into \"apps\" directory" => "Nije moguće zapisivati u \"apps\" direktorij", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Ovo se obično može popraviti %sdavanjem pristupa web poslužitelju za pisanje u apps direktorij%sili isključivanjem appstorea u konfiguracijskoj datoteci.", -"Cannot create \"data\" directory (%s)" => "Kreiranje \"data\" direktorija (%s) nije moguće", -"This can usually be fixed by giving the webserver write access to the root directory." => "Ovo obično može popraviti davanjem pristupa web poslužiteljuza pisanje u korijenskom direktoriju.", -"Setting locale to %s failed" => "Postavljanje regionalne sheme u %s nije uspjelo", -"Please install one of these locales on your system and restart your webserver." => "Molimo instalirajte jednu od ovih regionalnih shema u svoj sustav i ponovno pokrenite svoj web poslužitelj.", -"Please ask your server administrator to install the module." => "Molimo zamolite svog administratora poslužitelja da instalira modul.", -"PHP module %s not installed." => "PHP modul %s nije instaliran.", -"PHP %s or higher is required." => "PHP verzija treba biti %s ili viša.", -"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." => "Molimo zamolite svog administratora poslužitelja da ažurira PHP na najnoviju verziju.Vašu PHP verziju ownCloud i PHP zajednica više ne podržavaju.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "Aktiviran je PHP siguran način rada. Da bi ownCloud radio kako treba, taj mod treba oemoguć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." => "PHP siguran način rada je zastarjela i uglavnom beskorisna postavka koju treba onemogućiti. Molimo zamolite svogadministratora poslužitelja da je onemogući, bilo u php.ini ili u vašoj konfiguraciji web poslužitelja.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Postavka Magic Quotes je omogućena. Da bi ownCloud radio kako treba, tu postavku treba onemoguć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." => "Magic Quotes je zastarjela i uglavnom beskorisna postavka koju treba onemogućiti. MOlimo zamolite svogadministratora poslužitelja da je onemogući, bilo u php.ini ili u vašoj konfiguraciji web poslužitelja.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP moduli su instalirani, ali još uvijek su na popisu onih koji nedostaju?", -"Please ask your server administrator to restart the web server." => "Molimo zamolite svog administratora poslužitelja da ponovno pokrene web poslužitelj.", -"PostgreSQL >= 9 required" => "Potreban je PostgreSQL >= 9", -"Please upgrade your database version" => "Molimo, ažurirajte svoju verziju baze podataka", -"Error occurred while checking PostgreSQL version" => "Došlo je do pogreške tijekom provjeravanja verzije PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Pobrinite se da imate PostgreSQL >= 9. Za više informacija provjerite zapisnike.", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Molimo promijenite dozvole na 0770 tako da se tim direktorijem ne mogu služiti drugi korisnici", -"Data directory (%s) is readable by other users" => "Podatkovni direktorij (%s) čitljiv je za druge korisnike", -"Data directory (%s) is invalid" => "Podatkovni direktorij (%s) nije ispravan", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Molimo provjerite sadrži li podatkovni direktorij u svom korijenu datoteku \".ocdata\"", -"Could not obtain lock type %d on \"%s\"." => "Nije moguće dobiti lock tip %d na \"%s\"." -); -$PLURAL_FORMS = "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/lib/l10n/hu_HU.js b/lib/l10n/hu_HU.js new file mode 100644 index 0000000000..be14e2d1f6 --- /dev/null +++ b/lib/l10n/hu_HU.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Nem írható a \"config\" könyvtár!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Ez rendszerint úgy oldható meg, hogy írási jogot adunk a webszervernek a config könyvtárra.", + "See %s" : "Lásd %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Ez rendszerint úgy oldható meg, hogy %sírási jogot adunk a webszervernek a config könyvtárra%s.", + "Sample configuration detected" : "A példabeállítások vannak beállítva", + "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" : "Úgy tűnik a példakonfigurációt próbálja ténylegesen használni. Ez nem támogatott, és működésképtelenné teheti a telepítést. Kérjük olvassa el a dokumentációt és azt követően változtasson a config.php-n!", + "Help" : "Súgó", + "Personal" : "Személyes", + "Settings" : "Beállítások", + "Users" : "Felhasználók", + "Admin" : "Adminsztráció", + "Recommended" : "Ajánlott", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : " \\\"%s\\\" alkalmazás nem telepíthető, mert nem kompatibilis az ownCloud jelen változatával.", + "No app name specified" : "Nincs az alkalmazás név megadva.", + "Unknown filetype" : "Ismeretlen file tipús", + "Invalid image" : "Hibás kép", + "web services under your control" : "webszolgáltatások saját kézben", + "App directory already exists" : "Az alkalmazás mappája már létezik", + "Can't create app folder. Please fix permissions. %s" : "Nem lehetett létrehozni az alkalmazás mappáját. Kérem ellenőrizze a jogosultságokat. %s", + "No source specified when installing app" : "Az alkalmazás telepítéséhez nincs forrás megadva", + "No href specified when installing app from http" : "Az alkalmazás http-n keresztül történő telepítéséhez nincs href hivetkozás megadva", + "No path specified when installing app from local file" : "Az alkalmazás helyi telepítéséhez nincs útvonal (mappa) megadva", + "Archives of type %s are not supported" : "A(z) %s típusú tömörített állomány nem támogatott", + "Failed to open archive when installing app" : "Nem sikerült megnyitni a tömörített állományt a telepítés során", + "App does not provide an info.xml file" : "Az alkalmazás nem szolgáltatott info.xml file-t", + "App can't be installed because of not allowed code in the App" : "Az alkalmazást nem lehet telepíteni, mert abban nem engedélyezett programkód szerepel", + "App can't be installed because it is not compatible with this version of ownCloud" : "Az alkalmazás nem telepíthető, mert nem kompatibilis az ownCloud jelen verziójával.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Az alkalmazást nem lehet telepíteni, mert tartalmazza a \n\ntrue\n\ncímkét, ami a nem szállított alkalmazások esetén nem engedélyezett", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Az alkalmazást nem lehet telepíteni, mert az info.xml/version-ben megadott verzió nem egyezik az alkalmazás-kiszolgálón feltüntetett verzióval.", + "Application is not enabled" : "Az alkalmazás nincs engedélyezve", + "Authentication error" : "Azonosítási hiba", + "Token expired. Please reload page." : "A token lejárt. Frissítse az oldalt.", + "Unknown user" : "Ismeretlen felhasználó", + "%s enter the database username." : "%s adja meg az adatbázist elérő felhasználó login nevét.", + "%s enter the database name." : "%s adja meg az adatbázis nevét.", + "%s you may not use dots in the database name" : "%s az adatbázis neve nem tartalmazhat pontot", + "MS SQL username and/or password not valid: %s" : "Az MS SQL felhasználónév és/vagy jelszó érvénytelen: %s", + "You need to enter either an existing account or the administrator." : "Vagy egy létező felhasználó vagy az adminisztrátor bejelentkezési nevét kell megadnia", + "MySQL/MariaDB username and/or password not valid" : "A MySQL/MariaDB felhasználónév és/vagy jelszó nem megfelelő", + "DB Error: \"%s\"" : "Adatbázis hiba: \"%s\"", + "Offending command was: \"%s\"" : "A hibát ez a parancs okozta: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "A MySQL/MariaDB felhasználó '%s'@'localhost' már létezik.", + "Drop this user from MySQL/MariaDB" : "Töröljük ez a felhasználót a MySQL/MariaDB-rendszerből", + "MySQL/MariaDB user '%s'@'%%' already exists" : "A MySQL/MariaDB felhasználó '%s'@'%%' már létezik.", + "Drop this user from MySQL/MariaDB." : "Töröljük ez a felhasználót a MySQL/MariaDB-rendszerből.", + "Oracle connection could not be established" : "Az Oracle kapcsolat nem hozható létre", + "Oracle username and/or password not valid" : "Az Oracle felhasználói név és/vagy jelszó érvénytelen", + "Offending command was: \"%s\", name: %s, password: %s" : "A hibát okozó parancs ez volt: \"%s\", login név: %s, jelszó: %s", + "PostgreSQL username and/or password not valid" : "A PostgreSQL felhasználói név és/vagy jelszó érvénytelen", + "Set an admin username." : "Állítson be egy felhasználói nevet az adminisztrációhoz.", + "Set an admin password." : "Állítson be egy jelszót az adminisztrációhoz.", + "Can't create or write into the data directory %s" : "Nem sikerült létrehozni vagy irni a \"data\" könyvtárba %s", + "%s shared »%s« with you" : "%s megosztotta Önnel ezt: »%s«", + "Sharing %s failed, because the file does not exist" : "%s megosztása sikertelen, mert a fájl nem létezik", + "You are not allowed to share %s" : "Önnek nincs jogosultsága %s megosztására", + "Sharing %s failed, because the user %s is the item owner" : "%s megosztása nem sikerült, mert %s felhasználó az állomány tulajdonosa", + "Sharing %s failed, because the user %s does not exist" : "%s megosztása nem sikerült, mert %s felhasználó nem létezik", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s megosztása nem sikerült, mert %s felhasználó nem tagja egyik olyan csoportnak sem, aminek %s tagja", + "Sharing %s failed, because this item is already shared with %s" : "%s megosztása nem sikerült, mert ez már meg van osztva %s-vel", + "Sharing %s failed, because the group %s does not exist" : "%s megosztása nem sikerült, mert %s csoport nem létezik", + "Sharing %s failed, because %s is not a member of the group %s" : "%s megosztása nem sikerült, mert %s felhasználó nem tagja a %s csoportnak", + "You need to provide a password to create a public link, only protected links are allowed" : "Meg kell adnia egy jelszót is, mert a nyilvános linkek csak jelszóval védetten használhatók", + "Sharing %s failed, because sharing with links is not allowed" : "%s megosztása nem sikerült, mert a linkekkel történő megosztás nincs engedélyezve", + "Share type %s is not valid for %s" : "A %s megosztási típus nem érvényes %s-re", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a megadottak túllépik a %s-re érvényes jogosultságokat", + "Setting permissions for %s failed, because the item was not found" : "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a kérdéses állomány nem található", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nem lehet beállítani a lejárati időt. A megosztások legfeljebb ennyi idővel járhatnak le a létrehozásukat követően: %s", + "Cannot set expiration date. Expiration date is in the past" : "Nem lehet beállítani a lejárati időt, mivel a megadott lejárati időpont már elmúlt.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Az %s megosztási alrendszernek támogatnia kell az OCP\\Share_Backend interface-t", + "Sharing backend %s not found" : "A %s megosztási alrendszer nem található", + "Sharing backend for %s not found" : "%s megosztási alrendszere nem található", + "Sharing %s failed, because the user %s is the original sharer" : "%s megosztása nem sikerült, mert %s felhasználó az eredeti megosztó", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s megosztása nem sikerült, mert a jogosultságok túllépik azt, ami %s rendelkezésére áll", + "Sharing %s failed, because resharing is not allowed" : "%s megosztása nem sikerült, mert a megosztás továbbadása nincs engedélyezve", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s megosztása nem sikerült, mert %s megosztási alrendszere nem találja", + "Sharing %s failed, because the file could not be found in the file cache" : "%s megosztása nem sikerült, mert a fájl nem található a gyorsítótárban", + "Could not find category \"%s\"" : "Ez a kategória nem található: \"%s\"", + "seconds ago" : "pár másodperce", + "_%n minute ago_::_%n minutes ago_" : ["","%n perccel ezelőtt"], + "_%n hour ago_::_%n hours ago_" : ["%n órával ezelőtt","%n órával ezelőtt"], + "today" : "ma", + "yesterday" : "tegnap", + "_%n day go_::_%n days ago_" : ["%n nappal ezelőtt","%n nappal ezelőtt"], + "last month" : "múlt hónapban", + "_%n month ago_::_%n months ago_" : ["%n hónappal ezelőtt","%n hónappal ezelőtt"], + "last year" : "tavaly", + "years ago" : "több éve", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "A felhasználónévben csak a következő karakterek fordulhatnak elő: \"a-z\", \"A-Z\", \"0-9\", és \"_.@-\"", + "A valid username must be provided" : "Érvényes felhasználónevet kell megadnia", + "A valid password must be provided" : "Érvényes jelszót kell megadnia", + "The username is already being used" : "Ez a bejelentkezési név már foglalt", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nincs telepítve adatbázis-meghajtóprogram (sqlite, mysql vagy postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Az elérési problémák rendszerint megoldhatók azzal, ha a %swebszervernek írásjogot adunk a gyökérkönyvtárra%s.", + "Cannot write into \"config\" directory" : "Nem írható a \"config\" könyvtár", + "Cannot write into \"apps\" directory" : "Nem írható az \"apps\" könyvtár", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Ez rendszerint úgy oldható meg, hogy %sírási jogot adunk a webszervernek az app könyvtárra%s, vagy letiltjuk a config fájlban az appstore használatát.", + "Cannot create \"data\" directory (%s)" : "Nem sikerült létrehozni a \"data\" könyvtárt (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Ez rendszerint úgy oldható meg, hogy írásjogot adunk a webszervernek a gyökérkönyvtárra.", + "Setting locale to %s failed" : "A lokalizáció %s-re való állítása nem sikerült", + "Please install one of these locales on your system and restart your webserver." : "Kérjük állítsa be a következő lokalizációk valamelyikét a rendszeren és indítsa újra a webszervert!", + "Please ask your server administrator to install the module." : "Kérje meg a rendszergazdát, hogy telepítse a modult!", + "PHP module %s not installed." : "A %s PHP modul nincs telepítve.", + "PHP %s or higher is required." : "PHP %s vagy ennél újabb szükséges.", + "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." : "Kérje meg a rendszergazdát, hogy frissítse a PHP-t újabb változatra! Ezt a PHP változatot már nem támogatja az ownCloud és a PHP fejlesztői közösség.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Be van állítva a PHP Safe Mode. Az ownCloud megfelelő működéséhez szükséges, hogy ez ki legyen kapcsolva.", + "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." : "A PHP Safe Mode egy régi, már nem támogatott és haszontalan üzemmód, amit érdemes letiltani. Kérje meg a rendszergazdát, hogy tiltsa le vagy a php.ini-ben, vagy a webszerver beállításokban!", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Be van álltva a Magic Quotes. Az ownCloud megfelelő működéséhez szükséges, hogy ez le legyen tiltva.", + "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." : "A Magic Quotes egy régi, már nem támogatott és haszontalan üzemmód, amit érdemes letiltani. Kérje meg a rendszergazdát, hogy tiltsa le vagy a php.ini-ben, vagy a webszerver beállításokban!", + "PHP modules have been installed, but they are still listed as missing?" : "A PHP modulok telepítve vannak, de a listában mégsincsenek felsorolva?", + "Please ask your server administrator to restart the web server." : "Kérje meg a rendszergazdát, hogy indítsa újra a webszervert!", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 szükséges", + "Please upgrade your database version" : "Kérem frissítse az adatbázis-szoftvert!", + "Error occurred while checking PostgreSQL version" : "Hiba történt a PostgreSQL verziójának ellenőrzése közben", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Kérjük gondoskodjon róla, hogy a PostgreSQL legalább 9-es verziójú legyen, vagy ellenőrizze a naplófájlokat, hogy mi okozta a hibát!", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Kérjük módosítsa a könyvtár elérhetőségi engedélybeállítását 0770-re, hogy a tartalmát más felhasználó ne listázhassa!", + "Data directory (%s) is readable by other users" : "Az adatkönyvtár (%s) más felhasználók számára is olvasható ", + "Data directory (%s) is invalid" : "Érvénytelen a megadott adatkönyvtár (%s) ", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Kérjük ellenőrizze, hogy az adatkönyvtár tartalmaz a gyökerében egy \".ocdata\" nevű állományt!", + "Could not obtain lock type %d on \"%s\"." : "Nem sikerült %d típusú zárolást elérni itt: \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/hu_HU.json b/lib/l10n/hu_HU.json new file mode 100644 index 0000000000..434b2bbde9 --- /dev/null +++ b/lib/l10n/hu_HU.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Nem írható a \"config\" könyvtár!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Ez rendszerint úgy oldható meg, hogy írási jogot adunk a webszervernek a config könyvtárra.", + "See %s" : "Lásd %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Ez rendszerint úgy oldható meg, hogy %sírási jogot adunk a webszervernek a config könyvtárra%s.", + "Sample configuration detected" : "A példabeállítások vannak beállítva", + "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" : "Úgy tűnik a példakonfigurációt próbálja ténylegesen használni. Ez nem támogatott, és működésképtelenné teheti a telepítést. Kérjük olvassa el a dokumentációt és azt követően változtasson a config.php-n!", + "Help" : "Súgó", + "Personal" : "Személyes", + "Settings" : "Beállítások", + "Users" : "Felhasználók", + "Admin" : "Adminsztráció", + "Recommended" : "Ajánlott", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : " \\\"%s\\\" alkalmazás nem telepíthető, mert nem kompatibilis az ownCloud jelen változatával.", + "No app name specified" : "Nincs az alkalmazás név megadva.", + "Unknown filetype" : "Ismeretlen file tipús", + "Invalid image" : "Hibás kép", + "web services under your control" : "webszolgáltatások saját kézben", + "App directory already exists" : "Az alkalmazás mappája már létezik", + "Can't create app folder. Please fix permissions. %s" : "Nem lehetett létrehozni az alkalmazás mappáját. Kérem ellenőrizze a jogosultságokat. %s", + "No source specified when installing app" : "Az alkalmazás telepítéséhez nincs forrás megadva", + "No href specified when installing app from http" : "Az alkalmazás http-n keresztül történő telepítéséhez nincs href hivetkozás megadva", + "No path specified when installing app from local file" : "Az alkalmazás helyi telepítéséhez nincs útvonal (mappa) megadva", + "Archives of type %s are not supported" : "A(z) %s típusú tömörített állomány nem támogatott", + "Failed to open archive when installing app" : "Nem sikerült megnyitni a tömörített állományt a telepítés során", + "App does not provide an info.xml file" : "Az alkalmazás nem szolgáltatott info.xml file-t", + "App can't be installed because of not allowed code in the App" : "Az alkalmazást nem lehet telepíteni, mert abban nem engedélyezett programkód szerepel", + "App can't be installed because it is not compatible with this version of ownCloud" : "Az alkalmazás nem telepíthető, mert nem kompatibilis az ownCloud jelen verziójával.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Az alkalmazást nem lehet telepíteni, mert tartalmazza a \n\ntrue\n\ncímkét, ami a nem szállított alkalmazások esetén nem engedélyezett", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Az alkalmazást nem lehet telepíteni, mert az info.xml/version-ben megadott verzió nem egyezik az alkalmazás-kiszolgálón feltüntetett verzióval.", + "Application is not enabled" : "Az alkalmazás nincs engedélyezve", + "Authentication error" : "Azonosítási hiba", + "Token expired. Please reload page." : "A token lejárt. Frissítse az oldalt.", + "Unknown user" : "Ismeretlen felhasználó", + "%s enter the database username." : "%s adja meg az adatbázist elérő felhasználó login nevét.", + "%s enter the database name." : "%s adja meg az adatbázis nevét.", + "%s you may not use dots in the database name" : "%s az adatbázis neve nem tartalmazhat pontot", + "MS SQL username and/or password not valid: %s" : "Az MS SQL felhasználónév és/vagy jelszó érvénytelen: %s", + "You need to enter either an existing account or the administrator." : "Vagy egy létező felhasználó vagy az adminisztrátor bejelentkezési nevét kell megadnia", + "MySQL/MariaDB username and/or password not valid" : "A MySQL/MariaDB felhasználónév és/vagy jelszó nem megfelelő", + "DB Error: \"%s\"" : "Adatbázis hiba: \"%s\"", + "Offending command was: \"%s\"" : "A hibát ez a parancs okozta: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "A MySQL/MariaDB felhasználó '%s'@'localhost' már létezik.", + "Drop this user from MySQL/MariaDB" : "Töröljük ez a felhasználót a MySQL/MariaDB-rendszerből", + "MySQL/MariaDB user '%s'@'%%' already exists" : "A MySQL/MariaDB felhasználó '%s'@'%%' már létezik.", + "Drop this user from MySQL/MariaDB." : "Töröljük ez a felhasználót a MySQL/MariaDB-rendszerből.", + "Oracle connection could not be established" : "Az Oracle kapcsolat nem hozható létre", + "Oracle username and/or password not valid" : "Az Oracle felhasználói név és/vagy jelszó érvénytelen", + "Offending command was: \"%s\", name: %s, password: %s" : "A hibát okozó parancs ez volt: \"%s\", login név: %s, jelszó: %s", + "PostgreSQL username and/or password not valid" : "A PostgreSQL felhasználói név és/vagy jelszó érvénytelen", + "Set an admin username." : "Állítson be egy felhasználói nevet az adminisztrációhoz.", + "Set an admin password." : "Állítson be egy jelszót az adminisztrációhoz.", + "Can't create or write into the data directory %s" : "Nem sikerült létrehozni vagy irni a \"data\" könyvtárba %s", + "%s shared »%s« with you" : "%s megosztotta Önnel ezt: »%s«", + "Sharing %s failed, because the file does not exist" : "%s megosztása sikertelen, mert a fájl nem létezik", + "You are not allowed to share %s" : "Önnek nincs jogosultsága %s megosztására", + "Sharing %s failed, because the user %s is the item owner" : "%s megosztása nem sikerült, mert %s felhasználó az állomány tulajdonosa", + "Sharing %s failed, because the user %s does not exist" : "%s megosztása nem sikerült, mert %s felhasználó nem létezik", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s megosztása nem sikerült, mert %s felhasználó nem tagja egyik olyan csoportnak sem, aminek %s tagja", + "Sharing %s failed, because this item is already shared with %s" : "%s megosztása nem sikerült, mert ez már meg van osztva %s-vel", + "Sharing %s failed, because the group %s does not exist" : "%s megosztása nem sikerült, mert %s csoport nem létezik", + "Sharing %s failed, because %s is not a member of the group %s" : "%s megosztása nem sikerült, mert %s felhasználó nem tagja a %s csoportnak", + "You need to provide a password to create a public link, only protected links are allowed" : "Meg kell adnia egy jelszót is, mert a nyilvános linkek csak jelszóval védetten használhatók", + "Sharing %s failed, because sharing with links is not allowed" : "%s megosztása nem sikerült, mert a linkekkel történő megosztás nincs engedélyezve", + "Share type %s is not valid for %s" : "A %s megosztási típus nem érvényes %s-re", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a megadottak túllépik a %s-re érvényes jogosultságokat", + "Setting permissions for %s failed, because the item was not found" : "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a kérdéses állomány nem található", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nem lehet beállítani a lejárati időt. A megosztások legfeljebb ennyi idővel járhatnak le a létrehozásukat követően: %s", + "Cannot set expiration date. Expiration date is in the past" : "Nem lehet beállítani a lejárati időt, mivel a megadott lejárati időpont már elmúlt.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Az %s megosztási alrendszernek támogatnia kell az OCP\\Share_Backend interface-t", + "Sharing backend %s not found" : "A %s megosztási alrendszer nem található", + "Sharing backend for %s not found" : "%s megosztási alrendszere nem található", + "Sharing %s failed, because the user %s is the original sharer" : "%s megosztása nem sikerült, mert %s felhasználó az eredeti megosztó", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s megosztása nem sikerült, mert a jogosultságok túllépik azt, ami %s rendelkezésére áll", + "Sharing %s failed, because resharing is not allowed" : "%s megosztása nem sikerült, mert a megosztás továbbadása nincs engedélyezve", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s megosztása nem sikerült, mert %s megosztási alrendszere nem találja", + "Sharing %s failed, because the file could not be found in the file cache" : "%s megosztása nem sikerült, mert a fájl nem található a gyorsítótárban", + "Could not find category \"%s\"" : "Ez a kategória nem található: \"%s\"", + "seconds ago" : "pár másodperce", + "_%n minute ago_::_%n minutes ago_" : ["","%n perccel ezelőtt"], + "_%n hour ago_::_%n hours ago_" : ["%n órával ezelőtt","%n órával ezelőtt"], + "today" : "ma", + "yesterday" : "tegnap", + "_%n day go_::_%n days ago_" : ["%n nappal ezelőtt","%n nappal ezelőtt"], + "last month" : "múlt hónapban", + "_%n month ago_::_%n months ago_" : ["%n hónappal ezelőtt","%n hónappal ezelőtt"], + "last year" : "tavaly", + "years ago" : "több éve", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "A felhasználónévben csak a következő karakterek fordulhatnak elő: \"a-z\", \"A-Z\", \"0-9\", és \"_.@-\"", + "A valid username must be provided" : "Érvényes felhasználónevet kell megadnia", + "A valid password must be provided" : "Érvényes jelszót kell megadnia", + "The username is already being used" : "Ez a bejelentkezési név már foglalt", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nincs telepítve adatbázis-meghajtóprogram (sqlite, mysql vagy postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Az elérési problémák rendszerint megoldhatók azzal, ha a %swebszervernek írásjogot adunk a gyökérkönyvtárra%s.", + "Cannot write into \"config\" directory" : "Nem írható a \"config\" könyvtár", + "Cannot write into \"apps\" directory" : "Nem írható az \"apps\" könyvtár", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Ez rendszerint úgy oldható meg, hogy %sírási jogot adunk a webszervernek az app könyvtárra%s, vagy letiltjuk a config fájlban az appstore használatát.", + "Cannot create \"data\" directory (%s)" : "Nem sikerült létrehozni a \"data\" könyvtárt (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Ez rendszerint úgy oldható meg, hogy írásjogot adunk a webszervernek a gyökérkönyvtárra.", + "Setting locale to %s failed" : "A lokalizáció %s-re való állítása nem sikerült", + "Please install one of these locales on your system and restart your webserver." : "Kérjük állítsa be a következő lokalizációk valamelyikét a rendszeren és indítsa újra a webszervert!", + "Please ask your server administrator to install the module." : "Kérje meg a rendszergazdát, hogy telepítse a modult!", + "PHP module %s not installed." : "A %s PHP modul nincs telepítve.", + "PHP %s or higher is required." : "PHP %s vagy ennél újabb szükséges.", + "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." : "Kérje meg a rendszergazdát, hogy frissítse a PHP-t újabb változatra! Ezt a PHP változatot már nem támogatja az ownCloud és a PHP fejlesztői közösség.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Be van állítva a PHP Safe Mode. Az ownCloud megfelelő működéséhez szükséges, hogy ez ki legyen kapcsolva.", + "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." : "A PHP Safe Mode egy régi, már nem támogatott és haszontalan üzemmód, amit érdemes letiltani. Kérje meg a rendszergazdát, hogy tiltsa le vagy a php.ini-ben, vagy a webszerver beállításokban!", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Be van álltva a Magic Quotes. Az ownCloud megfelelő működéséhez szükséges, hogy ez le legyen tiltva.", + "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." : "A Magic Quotes egy régi, már nem támogatott és haszontalan üzemmód, amit érdemes letiltani. Kérje meg a rendszergazdát, hogy tiltsa le vagy a php.ini-ben, vagy a webszerver beállításokban!", + "PHP modules have been installed, but they are still listed as missing?" : "A PHP modulok telepítve vannak, de a listában mégsincsenek felsorolva?", + "Please ask your server administrator to restart the web server." : "Kérje meg a rendszergazdát, hogy indítsa újra a webszervert!", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 szükséges", + "Please upgrade your database version" : "Kérem frissítse az adatbázis-szoftvert!", + "Error occurred while checking PostgreSQL version" : "Hiba történt a PostgreSQL verziójának ellenőrzése közben", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Kérjük gondoskodjon róla, hogy a PostgreSQL legalább 9-es verziójú legyen, vagy ellenőrizze a naplófájlokat, hogy mi okozta a hibát!", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Kérjük módosítsa a könyvtár elérhetőségi engedélybeállítását 0770-re, hogy a tartalmát más felhasználó ne listázhassa!", + "Data directory (%s) is readable by other users" : "Az adatkönyvtár (%s) más felhasználók számára is olvasható ", + "Data directory (%s) is invalid" : "Érvénytelen a megadott adatkönyvtár (%s) ", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Kérjük ellenőrizze, hogy az adatkönyvtár tartalmaz a gyökerében egy \".ocdata\" nevű állományt!", + "Could not obtain lock type %d on \"%s\"." : "Nem sikerült %d típusú zárolást elérni itt: \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/hu_HU.php b/lib/l10n/hu_HU.php deleted file mode 100644 index 60d5897df6..0000000000 --- a/lib/l10n/hu_HU.php +++ /dev/null @@ -1,123 +0,0 @@ - "Nem írható a \"config\" könyvtár!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Ez rendszerint úgy oldható meg, hogy írási jogot adunk a webszervernek a config könyvtárra.", -"See %s" => "Lásd %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Ez rendszerint úgy oldható meg, hogy %sírási jogot adunk a webszervernek a config könyvtárra%s.", -"Sample configuration detected" => "A példabeállítások vannak beállítva", -"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" => "Úgy tűnik a példakonfigurációt próbálja ténylegesen használni. Ez nem támogatott, és működésképtelenné teheti a telepítést. Kérjük olvassa el a dokumentációt és azt követően változtasson a config.php-n!", -"Help" => "Súgó", -"Personal" => "Személyes", -"Settings" => "Beállítások", -"Users" => "Felhasználók", -"Admin" => "Adminsztráció", -"Recommended" => "Ajánlott", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => " \\\"%s\\\" alkalmazás nem telepíthető, mert nem kompatibilis az ownCloud jelen változatával.", -"No app name specified" => "Nincs az alkalmazás név megadva.", -"Unknown filetype" => "Ismeretlen file tipús", -"Invalid image" => "Hibás kép", -"web services under your control" => "webszolgáltatások saját kézben", -"App directory already exists" => "Az alkalmazás mappája már létezik", -"Can't create app folder. Please fix permissions. %s" => "Nem lehetett létrehozni az alkalmazás mappáját. Kérem ellenőrizze a jogosultságokat. %s", -"No source specified when installing app" => "Az alkalmazás telepítéséhez nincs forrás megadva", -"No href specified when installing app from http" => "Az alkalmazás http-n keresztül történő telepítéséhez nincs href hivetkozás megadva", -"No path specified when installing app from local file" => "Az alkalmazás helyi telepítéséhez nincs útvonal (mappa) megadva", -"Archives of type %s are not supported" => "A(z) %s típusú tömörített állomány nem támogatott", -"Failed to open archive when installing app" => "Nem sikerült megnyitni a tömörített állományt a telepítés során", -"App does not provide an info.xml file" => "Az alkalmazás nem szolgáltatott info.xml file-t", -"App can't be installed because of not allowed code in the App" => "Az alkalmazást nem lehet telepíteni, mert abban nem engedélyezett programkód szerepel", -"App can't be installed because it is not compatible with this version of ownCloud" => "Az alkalmazás nem telepíthető, mert nem kompatibilis az ownCloud jelen verziójával.", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Az alkalmazást nem lehet telepíteni, mert tartalmazza a \n\ntrue\n\ncímkét, ami a nem szállított alkalmazások esetén nem engedélyezett", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Az alkalmazást nem lehet telepíteni, mert az info.xml/version-ben megadott verzió nem egyezik az alkalmazás-kiszolgálón feltüntetett verzióval.", -"Application is not enabled" => "Az alkalmazás nincs engedélyezve", -"Authentication error" => "Azonosítási hiba", -"Token expired. Please reload page." => "A token lejárt. Frissítse az oldalt.", -"Unknown user" => "Ismeretlen felhasználó", -"%s enter the database username." => "%s adja meg az adatbázist elérő felhasználó login nevét.", -"%s enter the database name." => "%s adja meg az adatbázis nevét.", -"%s you may not use dots in the database name" => "%s az adatbázis neve nem tartalmazhat pontot", -"MS SQL username and/or password not valid: %s" => "Az MS SQL felhasználónév és/vagy jelszó érvénytelen: %s", -"You need to enter either an existing account or the administrator." => "Vagy egy létező felhasználó vagy az adminisztrátor bejelentkezési nevét kell megadnia", -"MySQL/MariaDB username and/or password not valid" => "A MySQL/MariaDB felhasználónév és/vagy jelszó nem megfelelő", -"DB Error: \"%s\"" => "Adatbázis hiba: \"%s\"", -"Offending command was: \"%s\"" => "A hibát ez a parancs okozta: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "A MySQL/MariaDB felhasználó '%s'@'localhost' már létezik.", -"Drop this user from MySQL/MariaDB" => "Töröljük ez a felhasználót a MySQL/MariaDB-rendszerből", -"MySQL/MariaDB user '%s'@'%%' already exists" => "A MySQL/MariaDB felhasználó '%s'@'%%' már létezik.", -"Drop this user from MySQL/MariaDB." => "Töröljük ez a felhasználót a MySQL/MariaDB-rendszerből.", -"Oracle connection could not be established" => "Az Oracle kapcsolat nem hozható létre", -"Oracle username and/or password not valid" => "Az Oracle felhasználói név és/vagy jelszó érvénytelen", -"Offending command was: \"%s\", name: %s, password: %s" => "A hibát okozó parancs ez volt: \"%s\", login név: %s, jelszó: %s", -"PostgreSQL username and/or password not valid" => "A PostgreSQL felhasználói név és/vagy jelszó érvénytelen", -"Set an admin username." => "Állítson be egy felhasználói nevet az adminisztrációhoz.", -"Set an admin password." => "Állítson be egy jelszót az adminisztrációhoz.", -"Can't create or write into the data directory %s" => "Nem sikerült létrehozni vagy irni a \"data\" könyvtárba %s", -"%s shared »%s« with you" => "%s megosztotta Önnel ezt: »%s«", -"Sharing %s failed, because the file does not exist" => "%s megosztása sikertelen, mert a fájl nem létezik", -"You are not allowed to share %s" => "Önnek nincs jogosultsága %s megosztására", -"Sharing %s failed, because the user %s is the item owner" => "%s megosztása nem sikerült, mert %s felhasználó az állomány tulajdonosa", -"Sharing %s failed, because the user %s does not exist" => "%s megosztása nem sikerült, mert %s felhasználó nem létezik", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "%s megosztása nem sikerült, mert %s felhasználó nem tagja egyik olyan csoportnak sem, aminek %s tagja", -"Sharing %s failed, because this item is already shared with %s" => "%s megosztása nem sikerült, mert ez már meg van osztva %s-vel", -"Sharing %s failed, because the group %s does not exist" => "%s megosztása nem sikerült, mert %s csoport nem létezik", -"Sharing %s failed, because %s is not a member of the group %s" => "%s megosztása nem sikerült, mert %s felhasználó nem tagja a %s csoportnak", -"You need to provide a password to create a public link, only protected links are allowed" => "Meg kell adnia egy jelszót is, mert a nyilvános linkek csak jelszóval védetten használhatók", -"Sharing %s failed, because sharing with links is not allowed" => "%s megosztása nem sikerült, mert a linkekkel történő megosztás nincs engedélyezve", -"Share type %s is not valid for %s" => "A %s megosztási típus nem érvényes %s-re", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a megadottak túllépik a %s-re érvényes jogosultságokat", -"Setting permissions for %s failed, because the item was not found" => "Nem sikerült %s-re beállítani az elérési jogosultságokat, mert a kérdéses állomány nem található", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Nem lehet beállítani a lejárati időt. A megosztások legfeljebb ennyi idővel járhatnak le a létrehozásukat követően: %s", -"Cannot set expiration date. Expiration date is in the past" => "Nem lehet beállítani a lejárati időt, mivel a megadott lejárati időpont már elmúlt.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Az %s megosztási alrendszernek támogatnia kell az OCP\\Share_Backend interface-t", -"Sharing backend %s not found" => "A %s megosztási alrendszer nem található", -"Sharing backend for %s not found" => "%s megosztási alrendszere nem található", -"Sharing %s failed, because the user %s is the original sharer" => "%s megosztása nem sikerült, mert %s felhasználó az eredeti megosztó", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "%s megosztása nem sikerült, mert a jogosultságok túllépik azt, ami %s rendelkezésére áll", -"Sharing %s failed, because resharing is not allowed" => "%s megosztása nem sikerült, mert a megosztás továbbadása nincs engedélyezve", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "%s megosztása nem sikerült, mert %s megosztási alrendszere nem találja", -"Sharing %s failed, because the file could not be found in the file cache" => "%s megosztása nem sikerült, mert a fájl nem található a gyorsítótárban", -"Could not find category \"%s\"" => "Ez a kategória nem található: \"%s\"", -"seconds ago" => "pár másodperce", -"_%n minute ago_::_%n minutes ago_" => array("","%n perccel ezelőtt"), -"_%n hour ago_::_%n hours ago_" => array("%n órával ezelőtt","%n órával ezelőtt"), -"today" => "ma", -"yesterday" => "tegnap", -"_%n day go_::_%n days ago_" => array("%n nappal ezelőtt","%n nappal ezelőtt"), -"last month" => "múlt hónapban", -"_%n month ago_::_%n months ago_" => array("%n hónappal ezelőtt","%n hónappal ezelőtt"), -"last year" => "tavaly", -"years ago" => "több éve", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "A felhasználónévben csak a következő karakterek fordulhatnak elő: \"a-z\", \"A-Z\", \"0-9\", és \"_.@-\"", -"A valid username must be provided" => "Érvényes felhasználónevet kell megadnia", -"A valid password must be provided" => "Érvényes jelszót kell megadnia", -"The username is already being used" => "Ez a bejelentkezési név már foglalt", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Nincs telepítve adatbázis-meghajtóprogram (sqlite, mysql vagy postgresql).", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Az elérési problémák rendszerint megoldhatók azzal, ha a %swebszervernek írásjogot adunk a gyökérkönyvtárra%s.", -"Cannot write into \"config\" directory" => "Nem írható a \"config\" könyvtár", -"Cannot write into \"apps\" directory" => "Nem írható az \"apps\" könyvtár", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Ez rendszerint úgy oldható meg, hogy %sírási jogot adunk a webszervernek az app könyvtárra%s, vagy letiltjuk a config fájlban az appstore használatát.", -"Cannot create \"data\" directory (%s)" => "Nem sikerült létrehozni a \"data\" könyvtárt (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Ez rendszerint úgy oldható meg, hogy írásjogot adunk a webszervernek a gyökérkönyvtárra.", -"Setting locale to %s failed" => "A lokalizáció %s-re való állítása nem sikerült", -"Please install one of these locales on your system and restart your webserver." => "Kérjük állítsa be a következő lokalizációk valamelyikét a rendszeren és indítsa újra a webszervert!", -"Please ask your server administrator to install the module." => "Kérje meg a rendszergazdát, hogy telepítse a modult!", -"PHP module %s not installed." => "A %s PHP modul nincs telepítve.", -"PHP %s or higher is required." => "PHP %s vagy ennél újabb szükséges.", -"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." => "Kérje meg a rendszergazdát, hogy frissítse a PHP-t újabb változatra! Ezt a PHP változatot már nem támogatja az ownCloud és a PHP fejlesztői közösség.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "Be van állítva a PHP Safe Mode. Az ownCloud megfelelő működéséhez szükséges, hogy ez ki legyen kapcsolva.", -"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." => "A PHP Safe Mode egy régi, már nem támogatott és haszontalan üzemmód, amit érdemes letiltani. Kérje meg a rendszergazdát, hogy tiltsa le vagy a php.ini-ben, vagy a webszerver beállításokban!", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Be van álltva a Magic Quotes. Az ownCloud megfelelő működéséhez szükséges, hogy ez le legyen tiltva.", -"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." => "A Magic Quotes egy régi, már nem támogatott és haszontalan üzemmód, amit érdemes letiltani. Kérje meg a rendszergazdát, hogy tiltsa le vagy a php.ini-ben, vagy a webszerver beállításokban!", -"PHP modules have been installed, but they are still listed as missing?" => "A PHP modulok telepítve vannak, de a listában mégsincsenek felsorolva?", -"Please ask your server administrator to restart the web server." => "Kérje meg a rendszergazdát, hogy indítsa újra a webszervert!", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 szükséges", -"Please upgrade your database version" => "Kérem frissítse az adatbázis-szoftvert!", -"Error occurred while checking PostgreSQL version" => "Hiba történt a PostgreSQL verziójának ellenőrzése közben", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Kérjük gondoskodjon róla, hogy a PostgreSQL legalább 9-es verziójú legyen, vagy ellenőrizze a naplófájlokat, hogy mi okozta a hibát!", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Kérjük módosítsa a könyvtár elérhetőségi engedélybeállítását 0770-re, hogy a tartalmát más felhasználó ne listázhassa!", -"Data directory (%s) is readable by other users" => "Az adatkönyvtár (%s) más felhasználók számára is olvasható ", -"Data directory (%s) is invalid" => "Érvénytelen a megadott adatkönyvtár (%s) ", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Kérjük ellenőrizze, hogy az adatkönyvtár tartalmaz a gyökerében egy \".ocdata\" nevű állományt!", -"Could not obtain lock type %d on \"%s\"." => "Nem sikerült %d típusú zárolást elérni itt: \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/hy.js b/lib/l10n/hy.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/hy.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/hy.json b/lib/l10n/hy.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/hy.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/hy.php b/lib/l10n/hy.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/hy.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ia.js b/lib/l10n/ia.js new file mode 100644 index 0000000000..938d9c4a68 --- /dev/null +++ b/lib/l10n/ia.js @@ -0,0 +1,23 @@ +OC.L10N.register( + "lib", + { + "Help" : "Adjuta", + "Personal" : "Personal", + "Settings" : "Configurationes", + "Users" : "Usatores", + "Admin" : "Administration", + "Unknown filetype" : "Typo de file incognite", + "Invalid image" : "Imagine invalide", + "web services under your control" : "servicios web sub tu controlo", + "seconds ago" : "secundas passate", + "_%n minute ago_::_%n minutes ago_" : ["","%n minutas passate"], + "_%n hour ago_::_%n hours ago_" : ["","%n horas passate"], + "today" : "hodie", + "yesterday" : "heri", + "_%n day go_::_%n days ago_" : ["","%n dies ante"], + "last month" : "ultime mense", + "_%n month ago_::_%n months ago_" : ["","%n menses ante"], + "last year" : "ultime anno", + "years ago" : "annos passate" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ia.json b/lib/l10n/ia.json new file mode 100644 index 0000000000..21c437af71 --- /dev/null +++ b/lib/l10n/ia.json @@ -0,0 +1,21 @@ +{ "translations": { + "Help" : "Adjuta", + "Personal" : "Personal", + "Settings" : "Configurationes", + "Users" : "Usatores", + "Admin" : "Administration", + "Unknown filetype" : "Typo de file incognite", + "Invalid image" : "Imagine invalide", + "web services under your control" : "servicios web sub tu controlo", + "seconds ago" : "secundas passate", + "_%n minute ago_::_%n minutes ago_" : ["","%n minutas passate"], + "_%n hour ago_::_%n hours ago_" : ["","%n horas passate"], + "today" : "hodie", + "yesterday" : "heri", + "_%n day go_::_%n days ago_" : ["","%n dies ante"], + "last month" : "ultime mense", + "_%n month ago_::_%n months ago_" : ["","%n menses ante"], + "last year" : "ultime anno", + "years ago" : "annos passate" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/ia.php b/lib/l10n/ia.php deleted file mode 100644 index 03fbad4768..0000000000 --- a/lib/l10n/ia.php +++ /dev/null @@ -1,22 +0,0 @@ - "Adjuta", -"Personal" => "Personal", -"Settings" => "Configurationes", -"Users" => "Usatores", -"Admin" => "Administration", -"Unknown filetype" => "Typo de file incognite", -"Invalid image" => "Imagine invalide", -"web services under your control" => "servicios web sub tu controlo", -"seconds ago" => "secundas passate", -"_%n minute ago_::_%n minutes ago_" => array("","%n minutas passate"), -"_%n hour ago_::_%n hours ago_" => array("","%n horas passate"), -"today" => "hodie", -"yesterday" => "heri", -"_%n day go_::_%n days ago_" => array("","%n dies ante"), -"last month" => "ultime mense", -"_%n month ago_::_%n months ago_" => array("","%n menses ante"), -"last year" => "ultime anno", -"years ago" => "annos passate" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/id.js b/lib/l10n/id.js new file mode 100644 index 0000000000..42de487f65 --- /dev/null +++ b/lib/l10n/id.js @@ -0,0 +1,57 @@ +OC.L10N.register( + "lib", + { + "Help" : "Bantuan", + "Personal" : "Pribadi", + "Settings" : "Pengaturan", + "Users" : "Pengguna", + "Admin" : "Admin", + "Recommended" : "Direkomendasikan", + "No app name specified" : "Tidak ada nama apl yang ditentukan", + "Unknown filetype" : "Tipe berkas tak dikenal", + "Invalid image" : "Gambar tidak sah", + "web services under your control" : "layanan web dalam kendali anda", + "App directory already exists" : "Direktori Apl sudah ada", + "Can't create app folder. Please fix permissions. %s" : "Tidak dapat membuat folder apl. Silakan perbaiki perizinan. %s", + "No source specified when installing app" : "Tidak ada sumber yang ditentukan saat menginstal apl", + "No href specified when installing app from http" : "Href tidak ditentukan saat menginstal apl dari http", + "No path specified when installing app from local file" : "Lokasi tidak ditentukan saat menginstal apl dari berkas lokal", + "Archives of type %s are not supported" : "Arsip dengan tipe %s tidak didukung", + "Failed to open archive when installing app" : "Gagal membuka arsip saat menginstal apl", + "App does not provide an info.xml file" : "Apl tidak menyediakan berkas info.xml", + "App can't be installed because of not allowed code in the App" : "Apl tidak dapat diinstal karena terdapat kode yang tidak diizinkan didalam Apl", + "App can't be installed because it is not compatible with this version of ownCloud" : "Apl tidak dapat diinstal karena tidak kompatibel dengan versi ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Apl tidak dapat diinstal karena mengandung tag true yang tidak diizinkan untuk apl yang bukan bawaan.", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Apl tidak dapat diinstal karena versi di info.xml/versi tidak sama dengan versi yang dilansir dari toko apl", + "Application is not enabled" : "Aplikasi tidak diaktifkan", + "Authentication error" : "Galat saat otentikasi", + "Token expired. Please reload page." : "Token sudah kedaluwarsa. Silakan muat ulang halaman.", + "%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\"", + "Offending command was: \"%s\"" : "Perintah yang bermasalah: \"%s\"", + "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.", + "%s shared »%s« with you" : "%s membagikan »%s« dengan anda", + "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"], + "_%n hour ago_::_%n hours ago_" : ["%n jam yang lalu"], + "today" : "hari ini", + "yesterday" : "kemarin", + "_%n day go_::_%n days ago_" : ["%n hari yang lalu"], + "last month" : "bulan kemarin", + "_%n month ago_::_%n months ago_" : ["%n bulan yang lalu"], + "last year" : "tahun kemarin", + "years ago" : "beberapa tahun lalu", + "A valid username must be provided" : "Tuliskan nama pengguna yang valid", + "A valid password must be provided" : "Tuliskan sandi yang valid" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/id.json b/lib/l10n/id.json new file mode 100644 index 0000000000..6bc8f73622 --- /dev/null +++ b/lib/l10n/id.json @@ -0,0 +1,55 @@ +{ "translations": { + "Help" : "Bantuan", + "Personal" : "Pribadi", + "Settings" : "Pengaturan", + "Users" : "Pengguna", + "Admin" : "Admin", + "Recommended" : "Direkomendasikan", + "No app name specified" : "Tidak ada nama apl yang ditentukan", + "Unknown filetype" : "Tipe berkas tak dikenal", + "Invalid image" : "Gambar tidak sah", + "web services under your control" : "layanan web dalam kendali anda", + "App directory already exists" : "Direktori Apl sudah ada", + "Can't create app folder. Please fix permissions. %s" : "Tidak dapat membuat folder apl. Silakan perbaiki perizinan. %s", + "No source specified when installing app" : "Tidak ada sumber yang ditentukan saat menginstal apl", + "No href specified when installing app from http" : "Href tidak ditentukan saat menginstal apl dari http", + "No path specified when installing app from local file" : "Lokasi tidak ditentukan saat menginstal apl dari berkas lokal", + "Archives of type %s are not supported" : "Arsip dengan tipe %s tidak didukung", + "Failed to open archive when installing app" : "Gagal membuka arsip saat menginstal apl", + "App does not provide an info.xml file" : "Apl tidak menyediakan berkas info.xml", + "App can't be installed because of not allowed code in the App" : "Apl tidak dapat diinstal karena terdapat kode yang tidak diizinkan didalam Apl", + "App can't be installed because it is not compatible with this version of ownCloud" : "Apl tidak dapat diinstal karena tidak kompatibel dengan versi ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Apl tidak dapat diinstal karena mengandung tag true yang tidak diizinkan untuk apl yang bukan bawaan.", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Apl tidak dapat diinstal karena versi di info.xml/versi tidak sama dengan versi yang dilansir dari toko apl", + "Application is not enabled" : "Aplikasi tidak diaktifkan", + "Authentication error" : "Galat saat otentikasi", + "Token expired. Please reload page." : "Token sudah kedaluwarsa. Silakan muat ulang halaman.", + "%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\"", + "Offending command was: \"%s\"" : "Perintah yang bermasalah: \"%s\"", + "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.", + "%s shared »%s« with you" : "%s membagikan »%s« dengan anda", + "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"], + "_%n hour ago_::_%n hours ago_" : ["%n jam yang lalu"], + "today" : "hari ini", + "yesterday" : "kemarin", + "_%n day go_::_%n days ago_" : ["%n hari yang lalu"], + "last month" : "bulan kemarin", + "_%n month ago_::_%n months ago_" : ["%n bulan yang lalu"], + "last year" : "tahun kemarin", + "years ago" : "beberapa tahun lalu", + "A valid username must be provided" : "Tuliskan nama pengguna yang valid", + "A valid password must be provided" : "Tuliskan sandi yang valid" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/id.php b/lib/l10n/id.php deleted file mode 100644 index 9e2e9282f7..0000000000 --- a/lib/l10n/id.php +++ /dev/null @@ -1,116 +0,0 @@ - "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", -"web services under your control" => "layanan web dalam kendali anda", -"App directory already exists" => "Direktori Apl sudah ada", -"Can't create app folder. Please fix permissions. %s" => "Tidak dapat membuat folder apl. Silakan perbaiki perizinan. %s", -"No source specified when installing app" => "Tidak ada sumber yang ditentukan saat menginstal apl", -"No href specified when installing app from http" => "Href tidak ditentukan saat menginstal apl dari http", -"No path specified when installing app from local file" => "Lokasi tidak ditentukan saat menginstal apl dari berkas lokal", -"Archives of type %s are not supported" => "Arsip dengan tipe %s tidak didukung", -"Failed to open archive when installing app" => "Gagal membuka arsip saat menginstal apl", -"App does not provide an info.xml file" => "Apl tidak menyediakan berkas info.xml", -"App can't be installed because of not allowed code in the App" => "Apl tidak dapat diinstal karena terdapat kode yang tidak diizinkan didalam Apl", -"App can't be installed because it is not compatible with this version of ownCloud" => "Apl tidak dapat diinstal karena tidak kompatibel dengan versi ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Apl tidak dapat diinstal karena mengandung tag true yang tidak diizinkan untuk apl yang bukan bawaan.", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Apl tidak dapat diinstal karena versi di info.xml/versi tidak sama dengan versi yang dilansir dari toko apl", -"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.", -"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." => "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_" => array("%n menit yang lalu"), -"_%n hour ago_::_%n hours ago_" => array("%n jam yang lalu"), -"today" => "hari ini", -"yesterday" => "kemarin", -"_%n day go_::_%n days ago_" => array("%n hari yang lalu"), -"last month" => "bulan kemarin", -"_%n month ago_::_%n months ago_" => array("%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", -"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\"." -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/io.js b/lib/l10n/io.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/io.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/io.json b/lib/l10n/io.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/io.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/io.php b/lib/l10n/io.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/io.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/is.js b/lib/l10n/is.js new file mode 100644 index 0000000000..8a9b95c612 --- /dev/null +++ b/lib/l10n/is.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "lib", + { + "Help" : "Hjálp", + "Personal" : "Um mig", + "Settings" : "Stillingar", + "Users" : "Notendur", + "Admin" : "Stjórnun", + "web services under your control" : "vefþjónusta undir þinni stjórn", + "Application is not enabled" : "Forrit ekki virkt", + "Authentication error" : "Villa við auðkenningu", + "Token expired. Please reload page." : "Auðkenning útrunnin. Vinsamlegast skráðu þig aftur inn.", + "Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"", + "seconds ago" : "sek.", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "í dag", + "yesterday" : "í gær", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "síðasta mánuði", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "síðasta ári", + "years ago" : "einhverjum árum" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/is.json b/lib/l10n/is.json new file mode 100644 index 0000000000..9d168fc2ac --- /dev/null +++ b/lib/l10n/is.json @@ -0,0 +1,23 @@ +{ "translations": { + "Help" : "Hjálp", + "Personal" : "Um mig", + "Settings" : "Stillingar", + "Users" : "Notendur", + "Admin" : "Stjórnun", + "web services under your control" : "vefþjónusta undir þinni stjórn", + "Application is not enabled" : "Forrit ekki virkt", + "Authentication error" : "Villa við auðkenningu", + "Token expired. Please reload page." : "Auðkenning útrunnin. Vinsamlegast skráðu þig aftur inn.", + "Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"", + "seconds ago" : "sek.", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "í dag", + "yesterday" : "í gær", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "síðasta mánuði", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "síðasta ári", + "years ago" : "einhverjum árum" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/is.php b/lib/l10n/is.php deleted file mode 100644 index 36459b6825..0000000000 --- a/lib/l10n/is.php +++ /dev/null @@ -1,24 +0,0 @@ - "Hjálp", -"Personal" => "Um mig", -"Settings" => "Stillingar", -"Users" => "Notendur", -"Admin" => "Stjórnun", -"web services under your control" => "vefþjónusta undir þinni stjórn", -"Application is not enabled" => "Forrit ekki virkt", -"Authentication error" => "Villa við auðkenningu", -"Token expired. Please reload page." => "Auðkenning útrunnin. Vinsamlegast skráðu þig aftur inn.", -"Could not find category \"%s\"" => "Fann ekki flokkinn \"%s\"", -"seconds ago" => "sek.", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"today" => "í dag", -"yesterday" => "í gær", -"_%n day go_::_%n days ago_" => array("",""), -"last month" => "síðasta mánuði", -"_%n month ago_::_%n months ago_" => array("",""), -"last year" => "síðasta ári", -"years ago" => "einhverjum árum" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/it.js b/lib/l10n/it.js new file mode 100644 index 0000000000..2874653823 --- /dev/null +++ b/lib/l10n/it.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Impossibile scrivere nella cartella \"config\".", + "This can usually be fixed by giving the webserver write access to the config directory" : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella \"config\"", + "See %s" : "Vedere %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Ciò può essere normalmente corretto %sfornendo al server web accesso in scrittura alla cartella \"config\"%s", + "Sample configuration detected" : "Configurazione di esempio rilevata", + "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" : "È stato rilevato che la configurazione di esempio è stata copiata. Ciò può compromettere la tua installazione e non è supportato. Leggi la documentazione prima di modificare il file config.php", + "Help" : "Aiuto", + "Personal" : "Personale", + "Settings" : "Impostazioni", + "Users" : "Utenti", + "Admin" : "Admin", + "Recommended" : "Consigliata", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "L'applicazione \\\"%s\\\" non può essere installata poiché non è compatibile con questa versione di ownCloud.", + "No app name specified" : "Il nome dell'applicazione non è specificato", + "Unknown filetype" : "Tipo di file sconosciuto", + "Invalid image" : "Immagine non valida", + "web services under your control" : "servizi web nelle tue mani", + "App directory already exists" : "La cartella dell'applicazione esiste già", + "Can't create app folder. Please fix permissions. %s" : "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s", + "No source specified when installing app" : "Nessuna fonte specificata durante l'installazione dell'applicazione", + "No href specified when installing app from http" : "Nessun href specificato durante l'installazione dell'applicazione da http", + "No path specified when installing app from local file" : "Nessun percorso specificato durante l'installazione dell'applicazione da file locale", + "Archives of type %s are not supported" : "Gli archivi di tipo %s non sono supportati", + "Failed to open archive when installing app" : "Apertura archivio non riuscita durante l'installazione dell'applicazione", + "App does not provide an info.xml file" : "L'applicazione non fornisce un file info.xml", + "App can't be installed because of not allowed code in the App" : "L'applicazione non può essere installata a causa di codice non consentito al suo interno", + "App can't be installed because it is not compatible with this version of ownCloud" : "L'applicazione non può essere installata poiché non è compatibile con questa versione di ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "L'applicazione non può essere installata poiché contiene il tag true che è consentito per le applicazioni native", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "L'applicazione non può essere installata poiché la versione in info.xml/version non è la stessa riportata dall'app store", + "Application is not enabled" : "L'applicazione non è abilitata", + "Authentication error" : "Errore di autenticazione", + "Token expired. Please reload page." : "Token scaduto. Ricarica la pagina.", + "Unknown user" : "Utente sconosciuto", + "%s enter the database username." : "%s digita il nome utente del database.", + "%s enter the database name." : "%s digita il nome del database.", + "%s you may not use dots in the database name" : "%s non dovresti utilizzare punti nel nome del database", + "MS SQL username and/or password not valid: %s" : "Nome utente e/o password MS SQL non validi: %s", + "You need to enter either an existing account or the administrator." : "È necessario inserire un account esistente o l'amministratore.", + "MySQL/MariaDB username and/or password not valid" : "Nome utente e/o password di MySQL/MariaDB non validi", + "DB Error: \"%s\"" : "Errore DB: \"%s\"", + "Offending command was: \"%s\"" : "Il comando non consentito era: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "L'utente MySQL/MariaDB '%s'@'localhost' esiste già.", + "Drop this user from MySQL/MariaDB" : "Elimina questo utente da MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "L'utente MySQL/MariaDB '%s'@'%%' esiste già", + "Drop this user from MySQL/MariaDB." : "Elimina questo utente da MySQL/MariaDB.", + "Oracle connection could not be established" : "La connessione a Oracle non può essere stabilita", + "Oracle username and/or password not valid" : "Nome utente e/o password di Oracle non validi", + "Offending command was: \"%s\", name: %s, password: %s" : "Il comando non consentito era: \"%s\", nome: %s, password: %s", + "PostgreSQL username and/or password not valid" : "Nome utente e/o password di PostgreSQL non validi", + "Set an admin username." : "Imposta un nome utente di amministrazione.", + "Set an admin password." : "Imposta una password di amministrazione.", + "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s", + "%s shared »%s« with you" : "%s ha condiviso «%s» con te", + "Sharing %s failed, because the file does not exist" : "Condivisione di %s non riuscita, poiché il file non esiste", + "You are not allowed to share %s" : "Non ti è consentito condividere %s", + "Sharing %s failed, because the user %s is the item owner" : "Condivisione di %s non riuscita, poiché l'utente %s è il proprietario dell'oggetto", + "Sharing %s failed, because the user %s does not exist" : "Condivisione di %s non riuscita, poiché l'utente %s non esiste", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Condivisione di %s non riuscita, poiché l'utente %s non appartiene ad alcun gruppo di cui %s è membro", + "Sharing %s failed, because this item is already shared with %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s", + "Sharing %s failed, because the group %s does not exist" : "Condivisione di %s non riuscita, poiché il gruppo %s non esiste", + "Sharing %s failed, because %s is not a member of the group %s" : "Condivisione di %s non riuscita, poiché %s non appartiene al gruppo %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Devi fornire una password per creare un collegamento pubblico, sono consentiti solo i collegamenti protetti", + "Sharing %s failed, because sharing with links is not allowed" : "Condivisione di %s non riuscita, poiché i collegamenti non sono consentiti", + "Share type %s is not valid for %s" : "Il tipo di condivisione %s non è valido per %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s", + "Setting permissions for %s failed, because the item was not found" : "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Impossibile impostare la data di scadenza. Le condivisioni non possono scadere più tardi di %s dalla loro attivazione", + "Cannot set expiration date. Expiration date is in the past" : "Impossibile impostare la data di scadenza. La data di scadenza è nel passato.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Il motore di condivisione %s deve implementare l'interfaccia OCP\\Share_Backend", + "Sharing backend %s not found" : "Motore di condivisione %s non trovato", + "Sharing backend for %s not found" : "Motore di condivisione di %s non trovato", + "Sharing %s failed, because the user %s is the original sharer" : "Condivisione di %s non riuscita, poiché l'utente %s l'ha condiviso precedentemente", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Condivisione di %s non riuscita, poiché i permessi superano quelli accordati a %s", + "Sharing %s failed, because resharing is not allowed" : "Condivisione di %s non riuscita, poiché la ri-condivisione non è consentita", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Condivisione di %s non riuscita, poiché il motore di condivisione per %s non riesce a trovare la sua fonte", + "Sharing %s failed, because the file could not be found in the file cache" : "Condivisione di %s non riuscita, poiché il file non è stato trovato nella cache", + "Could not find category \"%s\"" : "Impossibile trovare la categoria \"%s\"", + "seconds ago" : "secondi fa", + "_%n minute ago_::_%n minutes ago_" : ["%n minuto fa","%n minuti fa"], + "_%n hour ago_::_%n hours ago_" : ["%n ora fa","%n ore fa"], + "today" : "oggi", + "yesterday" : "ieri", + "_%n day go_::_%n days ago_" : ["%n giorno fa","%n giorni fa"], + "last month" : "mese scorso", + "_%n month ago_::_%n months ago_" : ["%n mese fa","%n mesi fa"], + "last year" : "anno scorso", + "years ago" : "anni fa", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Solo i seguenti caratteri sono ammessi in un nome utente: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", + "A valid username must be provided" : "Deve essere fornito un nome utente valido", + "A valid password must be provided" : "Deve essere fornita una password valida", + "The username is already being used" : "Il nome utente è già utilizzato", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nessun driver di database (sqlite, mysql o postgresql) installato", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "I permessi possono essere normalmente corretti %sfornendo al server web accesso in scrittura alla cartella radice%s.", + "Cannot write into \"config\" directory" : "Impossibile scrivere nella cartella \"config\"", + "Cannot write into \"apps\" directory" : "Impossibile scrivere nella cartella \"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." : "Ciò può essere normalmente corretto %sfornendo al server web accesso in scrittura alla cartella \"apps\"%s o disabilitando il negozio di applicazioni nel file di configurazione.", + "Cannot create \"data\" directory (%s)" : "Impossibile creare la cartella \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella radice.", + "Setting locale to %s failed" : "L'impostazione della localizzazione a %s non è riuscita", + "Please install one of these locales on your system and restart your webserver." : "Installa una delle seguenti localizzazioni sul tuo sistema e riavvia il server web.", + "Please ask your server administrator to install the module." : "Chiedi all'amministratore del tuo server di installare il modulo.", + "PHP module %s not installed." : "Il modulo PHP %s non è installato.", + "PHP %s or higher is required." : "Richiesto PHP %s o superiore", + "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." : "Chiedi al tuo amministratore di aggiornare PHP all'ultima versione. La tua versione di PHP non è più supportata da ownCloud e dalla comunità di PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode è abilitato. ownCloud richiede che sia disabilitato per funzionare correttamente.", + "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." : "PHP Safe Mode è un'impostazione sconsigliata e solitamente inutile che dovrebbe essere disabilitata. Chiedi al tuo amministratore di disabilitarlo nel file php.ini o nella configurazione del server web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes è abilitato. ownCloud richiede che sia disabilitato per funzionare correttamente.", + "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." : "Magic Quotes è un'impostazione sconsigliata e solitamente inutile che dovrebbe essere disabilitata. Chiedi al tuo amministratore di disabilitarlo nel file php.ini o nella configurazione del server web.", + "PHP modules have been installed, but they are still listed as missing?" : "Sono stati installati moduli PHP, ma sono elencati ancora come mancanti?", + "Please ask your server administrator to restart the web server." : "Chiedi all'amministratore di riavviare il server web.", + "PostgreSQL >= 9 required" : "Richiesto PostgreSQL >= 9", + "Please upgrade your database version" : "Aggiorna la versione del tuo database", + "Error occurred while checking PostgreSQL version" : "Si è verificato un errore durante il controllo della versione di PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Assicurati di avere PostgreSQL >= 9 o controlla i log per ulteriori informazioni sull'errore", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Modifica i permessi in 0770 in modo tale che la cartella non sia leggibile dagli altri utenti.", + "Data directory (%s) is readable by other users" : "La cartella dei dati (%s) è leggibile dagli altri utenti", + "Data directory (%s) is invalid" : "La cartella dei dati (%s) non è valida", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica che la cartella dei dati contenga un file \".ocdata\" nella sua radice.", + "Could not obtain lock type %d on \"%s\"." : "Impossibile ottenere il blocco di tipo %d su \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/it.json b/lib/l10n/it.json new file mode 100644 index 0000000000..ca5beb1b80 --- /dev/null +++ b/lib/l10n/it.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Impossibile scrivere nella cartella \"config\".", + "This can usually be fixed by giving the webserver write access to the config directory" : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella \"config\"", + "See %s" : "Vedere %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Ciò può essere normalmente corretto %sfornendo al server web accesso in scrittura alla cartella \"config\"%s", + "Sample configuration detected" : "Configurazione di esempio rilevata", + "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" : "È stato rilevato che la configurazione di esempio è stata copiata. Ciò può compromettere la tua installazione e non è supportato. Leggi la documentazione prima di modificare il file config.php", + "Help" : "Aiuto", + "Personal" : "Personale", + "Settings" : "Impostazioni", + "Users" : "Utenti", + "Admin" : "Admin", + "Recommended" : "Consigliata", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "L'applicazione \\\"%s\\\" non può essere installata poiché non è compatibile con questa versione di ownCloud.", + "No app name specified" : "Il nome dell'applicazione non è specificato", + "Unknown filetype" : "Tipo di file sconosciuto", + "Invalid image" : "Immagine non valida", + "web services under your control" : "servizi web nelle tue mani", + "App directory already exists" : "La cartella dell'applicazione esiste già", + "Can't create app folder. Please fix permissions. %s" : "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s", + "No source specified when installing app" : "Nessuna fonte specificata durante l'installazione dell'applicazione", + "No href specified when installing app from http" : "Nessun href specificato durante l'installazione dell'applicazione da http", + "No path specified when installing app from local file" : "Nessun percorso specificato durante l'installazione dell'applicazione da file locale", + "Archives of type %s are not supported" : "Gli archivi di tipo %s non sono supportati", + "Failed to open archive when installing app" : "Apertura archivio non riuscita durante l'installazione dell'applicazione", + "App does not provide an info.xml file" : "L'applicazione non fornisce un file info.xml", + "App can't be installed because of not allowed code in the App" : "L'applicazione non può essere installata a causa di codice non consentito al suo interno", + "App can't be installed because it is not compatible with this version of ownCloud" : "L'applicazione non può essere installata poiché non è compatibile con questa versione di ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "L'applicazione non può essere installata poiché contiene il tag true che è consentito per le applicazioni native", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "L'applicazione non può essere installata poiché la versione in info.xml/version non è la stessa riportata dall'app store", + "Application is not enabled" : "L'applicazione non è abilitata", + "Authentication error" : "Errore di autenticazione", + "Token expired. Please reload page." : "Token scaduto. Ricarica la pagina.", + "Unknown user" : "Utente sconosciuto", + "%s enter the database username." : "%s digita il nome utente del database.", + "%s enter the database name." : "%s digita il nome del database.", + "%s you may not use dots in the database name" : "%s non dovresti utilizzare punti nel nome del database", + "MS SQL username and/or password not valid: %s" : "Nome utente e/o password MS SQL non validi: %s", + "You need to enter either an existing account or the administrator." : "È necessario inserire un account esistente o l'amministratore.", + "MySQL/MariaDB username and/or password not valid" : "Nome utente e/o password di MySQL/MariaDB non validi", + "DB Error: \"%s\"" : "Errore DB: \"%s\"", + "Offending command was: \"%s\"" : "Il comando non consentito era: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "L'utente MySQL/MariaDB '%s'@'localhost' esiste già.", + "Drop this user from MySQL/MariaDB" : "Elimina questo utente da MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "L'utente MySQL/MariaDB '%s'@'%%' esiste già", + "Drop this user from MySQL/MariaDB." : "Elimina questo utente da MySQL/MariaDB.", + "Oracle connection could not be established" : "La connessione a Oracle non può essere stabilita", + "Oracle username and/or password not valid" : "Nome utente e/o password di Oracle non validi", + "Offending command was: \"%s\", name: %s, password: %s" : "Il comando non consentito era: \"%s\", nome: %s, password: %s", + "PostgreSQL username and/or password not valid" : "Nome utente e/o password di PostgreSQL non validi", + "Set an admin username." : "Imposta un nome utente di amministrazione.", + "Set an admin password." : "Imposta una password di amministrazione.", + "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s", + "%s shared »%s« with you" : "%s ha condiviso «%s» con te", + "Sharing %s failed, because the file does not exist" : "Condivisione di %s non riuscita, poiché il file non esiste", + "You are not allowed to share %s" : "Non ti è consentito condividere %s", + "Sharing %s failed, because the user %s is the item owner" : "Condivisione di %s non riuscita, poiché l'utente %s è il proprietario dell'oggetto", + "Sharing %s failed, because the user %s does not exist" : "Condivisione di %s non riuscita, poiché l'utente %s non esiste", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Condivisione di %s non riuscita, poiché l'utente %s non appartiene ad alcun gruppo di cui %s è membro", + "Sharing %s failed, because this item is already shared with %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s", + "Sharing %s failed, because the group %s does not exist" : "Condivisione di %s non riuscita, poiché il gruppo %s non esiste", + "Sharing %s failed, because %s is not a member of the group %s" : "Condivisione di %s non riuscita, poiché %s non appartiene al gruppo %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Devi fornire una password per creare un collegamento pubblico, sono consentiti solo i collegamenti protetti", + "Sharing %s failed, because sharing with links is not allowed" : "Condivisione di %s non riuscita, poiché i collegamenti non sono consentiti", + "Share type %s is not valid for %s" : "Il tipo di condivisione %s non è valido per %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s", + "Setting permissions for %s failed, because the item was not found" : "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Impossibile impostare la data di scadenza. Le condivisioni non possono scadere più tardi di %s dalla loro attivazione", + "Cannot set expiration date. Expiration date is in the past" : "Impossibile impostare la data di scadenza. La data di scadenza è nel passato.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Il motore di condivisione %s deve implementare l'interfaccia OCP\\Share_Backend", + "Sharing backend %s not found" : "Motore di condivisione %s non trovato", + "Sharing backend for %s not found" : "Motore di condivisione di %s non trovato", + "Sharing %s failed, because the user %s is the original sharer" : "Condivisione di %s non riuscita, poiché l'utente %s l'ha condiviso precedentemente", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Condivisione di %s non riuscita, poiché i permessi superano quelli accordati a %s", + "Sharing %s failed, because resharing is not allowed" : "Condivisione di %s non riuscita, poiché la ri-condivisione non è consentita", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Condivisione di %s non riuscita, poiché il motore di condivisione per %s non riesce a trovare la sua fonte", + "Sharing %s failed, because the file could not be found in the file cache" : "Condivisione di %s non riuscita, poiché il file non è stato trovato nella cache", + "Could not find category \"%s\"" : "Impossibile trovare la categoria \"%s\"", + "seconds ago" : "secondi fa", + "_%n minute ago_::_%n minutes ago_" : ["%n minuto fa","%n minuti fa"], + "_%n hour ago_::_%n hours ago_" : ["%n ora fa","%n ore fa"], + "today" : "oggi", + "yesterday" : "ieri", + "_%n day go_::_%n days ago_" : ["%n giorno fa","%n giorni fa"], + "last month" : "mese scorso", + "_%n month ago_::_%n months ago_" : ["%n mese fa","%n mesi fa"], + "last year" : "anno scorso", + "years ago" : "anni fa", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Solo i seguenti caratteri sono ammessi in un nome utente: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", + "A valid username must be provided" : "Deve essere fornito un nome utente valido", + "A valid password must be provided" : "Deve essere fornita una password valida", + "The username is already being used" : "Il nome utente è già utilizzato", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nessun driver di database (sqlite, mysql o postgresql) installato", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "I permessi possono essere normalmente corretti %sfornendo al server web accesso in scrittura alla cartella radice%s.", + "Cannot write into \"config\" directory" : "Impossibile scrivere nella cartella \"config\"", + "Cannot write into \"apps\" directory" : "Impossibile scrivere nella cartella \"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." : "Ciò può essere normalmente corretto %sfornendo al server web accesso in scrittura alla cartella \"apps\"%s o disabilitando il negozio di applicazioni nel file di configurazione.", + "Cannot create \"data\" directory (%s)" : "Impossibile creare la cartella \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella radice.", + "Setting locale to %s failed" : "L'impostazione della localizzazione a %s non è riuscita", + "Please install one of these locales on your system and restart your webserver." : "Installa una delle seguenti localizzazioni sul tuo sistema e riavvia il server web.", + "Please ask your server administrator to install the module." : "Chiedi all'amministratore del tuo server di installare il modulo.", + "PHP module %s not installed." : "Il modulo PHP %s non è installato.", + "PHP %s or higher is required." : "Richiesto PHP %s o superiore", + "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." : "Chiedi al tuo amministratore di aggiornare PHP all'ultima versione. La tua versione di PHP non è più supportata da ownCloud e dalla comunità di PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode è abilitato. ownCloud richiede che sia disabilitato per funzionare correttamente.", + "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." : "PHP Safe Mode è un'impostazione sconsigliata e solitamente inutile che dovrebbe essere disabilitata. Chiedi al tuo amministratore di disabilitarlo nel file php.ini o nella configurazione del server web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes è abilitato. ownCloud richiede che sia disabilitato per funzionare correttamente.", + "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." : "Magic Quotes è un'impostazione sconsigliata e solitamente inutile che dovrebbe essere disabilitata. Chiedi al tuo amministratore di disabilitarlo nel file php.ini o nella configurazione del server web.", + "PHP modules have been installed, but they are still listed as missing?" : "Sono stati installati moduli PHP, ma sono elencati ancora come mancanti?", + "Please ask your server administrator to restart the web server." : "Chiedi all'amministratore di riavviare il server web.", + "PostgreSQL >= 9 required" : "Richiesto PostgreSQL >= 9", + "Please upgrade your database version" : "Aggiorna la versione del tuo database", + "Error occurred while checking PostgreSQL version" : "Si è verificato un errore durante il controllo della versione di PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Assicurati di avere PostgreSQL >= 9 o controlla i log per ulteriori informazioni sull'errore", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Modifica i permessi in 0770 in modo tale che la cartella non sia leggibile dagli altri utenti.", + "Data directory (%s) is readable by other users" : "La cartella dei dati (%s) è leggibile dagli altri utenti", + "Data directory (%s) is invalid" : "La cartella dei dati (%s) non è valida", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica che la cartella dei dati contenga un file \".ocdata\" nella sua radice.", + "Could not obtain lock type %d on \"%s\"." : "Impossibile ottenere il blocco di tipo %d su \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/it.php b/lib/l10n/it.php deleted file mode 100644 index c9eaff8a35..0000000000 --- a/lib/l10n/it.php +++ /dev/null @@ -1,123 +0,0 @@ - "Impossibile scrivere nella cartella \"config\".", -"This can usually be fixed by giving the webserver write access to the config directory" => "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella \"config\"", -"See %s" => "Vedere %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Ciò può essere normalmente corretto %sfornendo al server web accesso in scrittura alla cartella \"config\"%s", -"Sample configuration detected" => "Configurazione di esempio rilevata", -"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" => "È stato rilevato che la configurazione di esempio è stata copiata. Ciò può compromettere la tua installazione e non è supportato. Leggi la documentazione prima di modificare il file config.php", -"Help" => "Aiuto", -"Personal" => "Personale", -"Settings" => "Impostazioni", -"Users" => "Utenti", -"Admin" => "Admin", -"Recommended" => "Consigliata", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "L'applicazione \\\"%s\\\" non può essere installata poiché non è compatibile con questa versione di ownCloud.", -"No app name specified" => "Il nome dell'applicazione non è specificato", -"Unknown filetype" => "Tipo di file sconosciuto", -"Invalid image" => "Immagine non valida", -"web services under your control" => "servizi web nelle tue mani", -"App directory already exists" => "La cartella dell'applicazione esiste già", -"Can't create app folder. Please fix permissions. %s" => "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s", -"No source specified when installing app" => "Nessuna fonte specificata durante l'installazione dell'applicazione", -"No href specified when installing app from http" => "Nessun href specificato durante l'installazione dell'applicazione da http", -"No path specified when installing app from local file" => "Nessun percorso specificato durante l'installazione dell'applicazione da file locale", -"Archives of type %s are not supported" => "Gli archivi di tipo %s non sono supportati", -"Failed to open archive when installing app" => "Apertura archivio non riuscita durante l'installazione dell'applicazione", -"App does not provide an info.xml file" => "L'applicazione non fornisce un file info.xml", -"App can't be installed because of not allowed code in the App" => "L'applicazione non può essere installata a causa di codice non consentito al suo interno", -"App can't be installed because it is not compatible with this version of ownCloud" => "L'applicazione non può essere installata poiché non è compatibile con questa versione di ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "L'applicazione non può essere installata poiché contiene il tag true che è consentito per le applicazioni native", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "L'applicazione non può essere installata poiché la versione in info.xml/version non è la stessa riportata dall'app store", -"Application is not enabled" => "L'applicazione non è abilitata", -"Authentication error" => "Errore di autenticazione", -"Token expired. Please reload page." => "Token scaduto. Ricarica la pagina.", -"Unknown user" => "Utente sconosciuto", -"%s enter the database username." => "%s digita il nome utente del database.", -"%s enter the database name." => "%s digita il nome del database.", -"%s you may not use dots in the database name" => "%s non dovresti utilizzare punti nel nome del database", -"MS SQL username and/or password not valid: %s" => "Nome utente e/o password MS SQL non validi: %s", -"You need to enter either an existing account or the administrator." => "È necessario inserire un account esistente o l'amministratore.", -"MySQL/MariaDB username and/or password not valid" => "Nome utente e/o password di MySQL/MariaDB non validi", -"DB Error: \"%s\"" => "Errore DB: \"%s\"", -"Offending command was: \"%s\"" => "Il comando non consentito era: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "L'utente MySQL/MariaDB '%s'@'localhost' esiste già.", -"Drop this user from MySQL/MariaDB" => "Elimina questo utente da MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "L'utente MySQL/MariaDB '%s'@'%%' esiste già", -"Drop this user from MySQL/MariaDB." => "Elimina questo utente da MySQL/MariaDB.", -"Oracle connection could not be established" => "La connessione a Oracle non può essere stabilita", -"Oracle username and/or password not valid" => "Nome utente e/o password di Oracle non validi", -"Offending command was: \"%s\", name: %s, password: %s" => "Il comando non consentito era: \"%s\", nome: %s, password: %s", -"PostgreSQL username and/or password not valid" => "Nome utente e/o password di PostgreSQL non validi", -"Set an admin username." => "Imposta un nome utente di amministrazione.", -"Set an admin password." => "Imposta una password di amministrazione.", -"Can't create or write into the data directory %s" => "Impossibile creare o scrivere nella cartella dei dati %s", -"%s shared »%s« with you" => "%s ha condiviso «%s» con te", -"Sharing %s failed, because the file does not exist" => "Condivisione di %s non riuscita, poiché il file non esiste", -"You are not allowed to share %s" => "Non ti è consentito condividere %s", -"Sharing %s failed, because the user %s is the item owner" => "Condivisione di %s non riuscita, poiché l'utente %s è il proprietario dell'oggetto", -"Sharing %s failed, because the user %s does not exist" => "Condivisione di %s non riuscita, poiché l'utente %s non esiste", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Condivisione di %s non riuscita, poiché l'utente %s non appartiene ad alcun gruppo di cui %s è membro", -"Sharing %s failed, because this item is already shared with %s" => "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s", -"Sharing %s failed, because the group %s does not exist" => "Condivisione di %s non riuscita, poiché il gruppo %s non esiste", -"Sharing %s failed, because %s is not a member of the group %s" => "Condivisione di %s non riuscita, poiché %s non appartiene al gruppo %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Devi fornire una password per creare un collegamento pubblico, sono consentiti solo i collegamenti protetti", -"Sharing %s failed, because sharing with links is not allowed" => "Condivisione di %s non riuscita, poiché i collegamenti non sono consentiti", -"Share type %s is not valid for %s" => "Il tipo di condivisione %s non è valido per %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s", -"Setting permissions for %s failed, because the item was not found" => "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Impossibile impostare la data di scadenza. Le condivisioni non possono scadere più tardi di %s dalla loro attivazione", -"Cannot set expiration date. Expiration date is in the past" => "Impossibile impostare la data di scadenza. La data di scadenza è nel passato.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Il motore di condivisione %s deve implementare l'interfaccia OCP\\Share_Backend", -"Sharing backend %s not found" => "Motore di condivisione %s non trovato", -"Sharing backend for %s not found" => "Motore di condivisione di %s non trovato", -"Sharing %s failed, because the user %s is the original sharer" => "Condivisione di %s non riuscita, poiché l'utente %s l'ha condiviso precedentemente", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Condivisione di %s non riuscita, poiché i permessi superano quelli accordati a %s", -"Sharing %s failed, because resharing is not allowed" => "Condivisione di %s non riuscita, poiché la ri-condivisione non è consentita", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Condivisione di %s non riuscita, poiché il motore di condivisione per %s non riesce a trovare la sua fonte", -"Sharing %s failed, because the file could not be found in the file cache" => "Condivisione di %s non riuscita, poiché il file non è stato trovato nella cache", -"Could not find category \"%s\"" => "Impossibile trovare la categoria \"%s\"", -"seconds ago" => "secondi fa", -"_%n minute ago_::_%n minutes ago_" => array("%n minuto fa","%n minuti fa"), -"_%n hour ago_::_%n hours ago_" => array("%n ora fa","%n ore fa"), -"today" => "oggi", -"yesterday" => "ieri", -"_%n day go_::_%n days ago_" => array("%n giorno fa","%n giorni fa"), -"last month" => "mese scorso", -"_%n month ago_::_%n months ago_" => array("%n mese fa","%n mesi fa"), -"last year" => "anno scorso", -"years ago" => "anni fa", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Solo i seguenti caratteri sono ammessi in un nome utente: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", -"A valid username must be provided" => "Deve essere fornito un nome utente valido", -"A valid password must be provided" => "Deve essere fornita una password valida", -"The username is already being used" => "Il nome utente è già utilizzato", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Nessun driver di database (sqlite, mysql o postgresql) installato", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "I permessi possono essere normalmente corretti %sfornendo al server web accesso in scrittura alla cartella radice%s.", -"Cannot write into \"config\" directory" => "Impossibile scrivere nella cartella \"config\"", -"Cannot write into \"apps\" directory" => "Impossibile scrivere nella cartella \"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." => "Ciò può essere normalmente corretto %sfornendo al server web accesso in scrittura alla cartella \"apps\"%s o disabilitando il negozio di applicazioni nel file di configurazione.", -"Cannot create \"data\" directory (%s)" => "Impossibile creare la cartella \"data\" (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella radice.", -"Setting locale to %s failed" => "L'impostazione della localizzazione a %s non è riuscita", -"Please install one of these locales on your system and restart your webserver." => "Installa una delle seguenti localizzazioni sul tuo sistema e riavvia il server web.", -"Please ask your server administrator to install the module." => "Chiedi all'amministratore del tuo server di installare il modulo.", -"PHP module %s not installed." => "Il modulo PHP %s non è installato.", -"PHP %s or higher is required." => "Richiesto PHP %s o superiore", -"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." => "Chiedi al tuo amministratore di aggiornare PHP all'ultima versione. La tua versione di PHP non è più supportata da ownCloud e dalla comunità di PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode è abilitato. ownCloud richiede che sia disabilitato per funzionare correttamente.", -"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." => "PHP Safe Mode è un'impostazione sconsigliata e solitamente inutile che dovrebbe essere disabilitata. Chiedi al tuo amministratore di disabilitarlo nel file php.ini o nella configurazione del server web.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes è abilitato. ownCloud richiede che sia disabilitato per funzionare correttamente.", -"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." => "Magic Quotes è un'impostazione sconsigliata e solitamente inutile che dovrebbe essere disabilitata. Chiedi al tuo amministratore di disabilitarlo nel file php.ini o nella configurazione del server web.", -"PHP modules have been installed, but they are still listed as missing?" => "Sono stati installati moduli PHP, ma sono elencati ancora come mancanti?", -"Please ask your server administrator to restart the web server." => "Chiedi all'amministratore di riavviare il server web.", -"PostgreSQL >= 9 required" => "Richiesto PostgreSQL >= 9", -"Please upgrade your database version" => "Aggiorna la versione del tuo database", -"Error occurred while checking PostgreSQL version" => "Si è verificato un errore durante il controllo della versione di PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Assicurati di avere PostgreSQL >= 9 o controlla i log per ulteriori informazioni sull'errore", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Modifica i permessi in 0770 in modo tale che la cartella non sia leggibile dagli altri utenti.", -"Data directory (%s) is readable by other users" => "La cartella dei dati (%s) è leggibile dagli altri utenti", -"Data directory (%s) is invalid" => "La cartella dei dati (%s) non è valida", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Verifica che la cartella dei dati contenga un file \".ocdata\" nella sua radice.", -"Could not obtain lock type %d on \"%s\"." => "Impossibile ottenere il blocco di tipo %d su \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js new file mode 100644 index 0000000000..87411743f1 --- /dev/null +++ b/lib/l10n/ja.js @@ -0,0 +1,123 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "\"config\"ディレクトリに書き込めません!", + "This can usually be fixed by giving the webserver write access to the config directory" : "多くの場合、これはWebサーバーにconfigディレクトリへの書き込み権限を与えることで解決できます。", + "See %s" : "%s を閲覧", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "多くの場合、これは %s Webサーバーにconfigディレクトリ %s への書き込み権限を与えることで解決できます。", + "Sample configuration detected" : "サンプル設定が見つかりました。", + "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" : "サンプル設定がコピーされてそのままです。このままではインストールが失敗し、サポート対象外になります。config.phpを変更する前にドキュメントを確認してください。", + "Help" : "ヘルプ", + "Personal" : "個人", + "Settings" : "設定", + "Users" : "ユーザー", + "Admin" : "管理", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "アプリ \\\"%s\\\" をインストールできません。現在のownCloudのバージョンと互換性がありません。", + "No app name specified" : "アプリ名が未指定", + "Unknown filetype" : "不明なファイルタイプ", + "Invalid image" : "無効な画像", + "web services under your control" : "あなたの管理下のウェブサービス", + "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" : "アプリインストール時のhttpの URL が未指定", + "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" : "非shippedアプリには許可されない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 Serverのユーザー名/パスワードが正しくありません: %s", + "You need to enter either an existing account or the administrator." : "既存のアカウントもしくは管理者のどちらかを入力する必要があります。", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB のユーザー名及び/またはパスワードが無効", + "DB Error: \"%s\"" : "DBエラー: \"%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 の共有に失敗しました。リンクでの共有は許可されていません。", + "Share type %s is not valid for %s" : "%s の共有方法は、%s には適用できません。", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s の権限設定に失敗しました。%s に許可されている権限を越えています。", + "Setting permissions for %s failed, because the item was not found" : "%s の権限設定に失敗しました。アイテムが存在しません。", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "有効期限を設定できません。共有開始から %s 以降に有効期限を設定することはできません。", + "Cannot set expiration date. Expiration date is in the past" : "有効期限を設定できません。有効期限が過去を示しています。", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s のバックエンドの共有には、OCP\\Share_Backend インターフェースを実装しなければなりません。", + "Sharing backend %s not found" : "共有バックエンド %s が見つかりません", + "Sharing backend for %s not found" : "%s のための共有バックエンドが見つかりません", + "Sharing %s failed, because the user %s is the original sharer" : "%s の共有に失敗しました。ユーザー %s が元々の共有者であるからです。", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s の共有に失敗しました。%s に付与されている許可を超えているからです。", + "Sharing %s failed, because resharing is not allowed" : "%s の共有に失敗しました。再共有が許されていないからです。", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s の共有に失敗しました。%s のバックエンド共有に必要なソースが見つかりませんでした。", + "Sharing %s failed, because the file could not be found in the file cache" : "%s の共有に失敗しました。ファイルキャッシュにファイルがありませんでした。", + "Could not find category \"%s\"" : "カテゴリ \"%s\" が見つかりませんでした", + "seconds ago" : "数秒前", + "_%n minute ago_::_%n minutes ago_" : ["%n 分前"], + "_%n hour ago_::_%n hours ago_" : ["%n 時間前"], + "today" : "今日", + "yesterday" : "1日前", + "_%n day go_::_%n days ago_" : ["%n日前"], + "last month" : "1ヶ月前", + "_%n month ago_::_%n months ago_" : ["%nヶ月前"], + "last year" : "1年前", + "years ago" : "年前", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "ユーザー名で利用できる文字列は、次のものです: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "有効なユーザー名を指定する必要があります", + "A valid password must be provided" : "有効なパスワードを指定する必要があります", + "The username is already being used" : "ユーザー名はすでに使われています", + "No database drivers (sqlite, mysql, or postgresql) installed." : "データベースドライバー (sqlite, mysql, postgresql) がインストールされていません。", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "多くの場合、パーミッションは %s Webサーバーにルートディレクトリ %s への書き込み権限を与えることで解決できます。", + "Cannot write into \"config\" directory" : "\"config\" ディレクトリに書き込みができません", + "Cannot write into \"apps\" directory" : "\"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." : "多くの場合、これは %s Webサーバーにappsディレクトリ %s への書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで解決できます。", + "Cannot create \"data\" directory (%s)" : "\"data\" ディレクトリ (%s) を作成できません", + "This can usually be fixed by giving the webserver write access to the root directory." : "多くの場合、これはWebサーバーにルートディレクトリへの書き込み権限を与えることで解決できます。", + "Setting locale to %s failed" : "ロケールを %s に設定できませんでした", + "Please install one of these locales on your system and restart your webserver." : "これらのロケールのうちいずれかをシステムにインストールし、Webサーバーを再起動してください。", + "Please ask your server administrator to install the module." : "サーバー管理者にモジュールのインストールを依頼してください。", + "PHP module %s not installed." : "PHP のモジュール %s がインストールされていません。", + "PHP %s or higher is required." : "PHP %s 以上が必要です。", + "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." : "PHPを最新バージョンに更新するようサーバー管理者に依頼してください。現在のPHPのバージョンは、ownCloudおよびPHPコミュニティでサポートされていません。", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHPセーフモードは有効です。ownCloudを適切に動作させるには無効化する必要があります。", + "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." : "PHPセーフモードは推奨されておらず、ほとんど役に立たない設定のため、無効化すべきです。サーバー管理者に、php.iniもしくはWebサーバー設定で無効化するよう依頼してください。", + "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サーバーを再起動するよう依頼してください。", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 が必要です", + "Please upgrade your database version" : "新しいバージョンのデータベースにアップグレードしてください", + "Error occurred while checking PostgreSQL version" : "PostgreSQL のバージョンチェック中にエラーが発生しました", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "PostgreSQL >= 9 がインストールされているかどうか確認してください。もしくは、ログからエラーに関する詳細な情報を確認してください。", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。", + "Data directory (%s) is readable by other users" : "データディレクトリ (%s) は他のユーザーも閲覧することができます", + "Data directory (%s) is invalid" : "データディレクトリ (%s) は無効です", + "Please check that the data directory contains a file \".ocdata\" in its root." : "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。", + "Could not obtain lock type %d on \"%s\"." : "\"%s\" で %d タイプのロックを取得できませんでした。" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json new file mode 100644 index 0000000000..dee2589dac --- /dev/null +++ b/lib/l10n/ja.json @@ -0,0 +1,121 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "\"config\"ディレクトリに書き込めません!", + "This can usually be fixed by giving the webserver write access to the config directory" : "多くの場合、これはWebサーバーにconfigディレクトリへの書き込み権限を与えることで解決できます。", + "See %s" : "%s を閲覧", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "多くの場合、これは %s Webサーバーにconfigディレクトリ %s への書き込み権限を与えることで解決できます。", + "Sample configuration detected" : "サンプル設定が見つかりました。", + "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" : "サンプル設定がコピーされてそのままです。このままではインストールが失敗し、サポート対象外になります。config.phpを変更する前にドキュメントを確認してください。", + "Help" : "ヘルプ", + "Personal" : "個人", + "Settings" : "設定", + "Users" : "ユーザー", + "Admin" : "管理", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "アプリ \\\"%s\\\" をインストールできません。現在のownCloudのバージョンと互換性がありません。", + "No app name specified" : "アプリ名が未指定", + "Unknown filetype" : "不明なファイルタイプ", + "Invalid image" : "無効な画像", + "web services under your control" : "あなたの管理下のウェブサービス", + "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" : "アプリインストール時のhttpの URL が未指定", + "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" : "非shippedアプリには許可されない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 Serverのユーザー名/パスワードが正しくありません: %s", + "You need to enter either an existing account or the administrator." : "既存のアカウントもしくは管理者のどちらかを入力する必要があります。", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB のユーザー名及び/またはパスワードが無効", + "DB Error: \"%s\"" : "DBエラー: \"%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 の共有に失敗しました。リンクでの共有は許可されていません。", + "Share type %s is not valid for %s" : "%s の共有方法は、%s には適用できません。", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s の権限設定に失敗しました。%s に許可されている権限を越えています。", + "Setting permissions for %s failed, because the item was not found" : "%s の権限設定に失敗しました。アイテムが存在しません。", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "有効期限を設定できません。共有開始から %s 以降に有効期限を設定することはできません。", + "Cannot set expiration date. Expiration date is in the past" : "有効期限を設定できません。有効期限が過去を示しています。", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s のバックエンドの共有には、OCP\\Share_Backend インターフェースを実装しなければなりません。", + "Sharing backend %s not found" : "共有バックエンド %s が見つかりません", + "Sharing backend for %s not found" : "%s のための共有バックエンドが見つかりません", + "Sharing %s failed, because the user %s is the original sharer" : "%s の共有に失敗しました。ユーザー %s が元々の共有者であるからです。", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s の共有に失敗しました。%s に付与されている許可を超えているからです。", + "Sharing %s failed, because resharing is not allowed" : "%s の共有に失敗しました。再共有が許されていないからです。", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s の共有に失敗しました。%s のバックエンド共有に必要なソースが見つかりませんでした。", + "Sharing %s failed, because the file could not be found in the file cache" : "%s の共有に失敗しました。ファイルキャッシュにファイルがありませんでした。", + "Could not find category \"%s\"" : "カテゴリ \"%s\" が見つかりませんでした", + "seconds ago" : "数秒前", + "_%n minute ago_::_%n minutes ago_" : ["%n 分前"], + "_%n hour ago_::_%n hours ago_" : ["%n 時間前"], + "today" : "今日", + "yesterday" : "1日前", + "_%n day go_::_%n days ago_" : ["%n日前"], + "last month" : "1ヶ月前", + "_%n month ago_::_%n months ago_" : ["%nヶ月前"], + "last year" : "1年前", + "years ago" : "年前", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "ユーザー名で利用できる文字列は、次のものです: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "有効なユーザー名を指定する必要があります", + "A valid password must be provided" : "有効なパスワードを指定する必要があります", + "The username is already being used" : "ユーザー名はすでに使われています", + "No database drivers (sqlite, mysql, or postgresql) installed." : "データベースドライバー (sqlite, mysql, postgresql) がインストールされていません。", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "多くの場合、パーミッションは %s Webサーバーにルートディレクトリ %s への書き込み権限を与えることで解決できます。", + "Cannot write into \"config\" directory" : "\"config\" ディレクトリに書き込みができません", + "Cannot write into \"apps\" directory" : "\"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." : "多くの場合、これは %s Webサーバーにappsディレクトリ %s への書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで解決できます。", + "Cannot create \"data\" directory (%s)" : "\"data\" ディレクトリ (%s) を作成できません", + "This can usually be fixed by giving the webserver write access to the root directory." : "多くの場合、これはWebサーバーにルートディレクトリへの書き込み権限を与えることで解決できます。", + "Setting locale to %s failed" : "ロケールを %s に設定できませんでした", + "Please install one of these locales on your system and restart your webserver." : "これらのロケールのうちいずれかをシステムにインストールし、Webサーバーを再起動してください。", + "Please ask your server administrator to install the module." : "サーバー管理者にモジュールのインストールを依頼してください。", + "PHP module %s not installed." : "PHP のモジュール %s がインストールされていません。", + "PHP %s or higher is required." : "PHP %s 以上が必要です。", + "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." : "PHPを最新バージョンに更新するようサーバー管理者に依頼してください。現在のPHPのバージョンは、ownCloudおよびPHPコミュニティでサポートされていません。", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHPセーフモードは有効です。ownCloudを適切に動作させるには無効化する必要があります。", + "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." : "PHPセーフモードは推奨されておらず、ほとんど役に立たない設定のため、無効化すべきです。サーバー管理者に、php.iniもしくはWebサーバー設定で無効化するよう依頼してください。", + "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サーバーを再起動するよう依頼してください。", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 が必要です", + "Please upgrade your database version" : "新しいバージョンのデータベースにアップグレードしてください", + "Error occurred while checking PostgreSQL version" : "PostgreSQL のバージョンチェック中にエラーが発生しました", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "PostgreSQL >= 9 がインストールされているかどうか確認してください。もしくは、ログからエラーに関する詳細な情報を確認してください。", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。", + "Data directory (%s) is readable by other users" : "データディレクトリ (%s) は他のユーザーも閲覧することができます", + "Data directory (%s) is invalid" : "データディレクトリ (%s) は無効です", + "Please check that the data directory contains a file \".ocdata\" in its root." : "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。", + "Could not obtain lock type %d on \"%s\"." : "\"%s\" で %d タイプのロックを取得できませんでした。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/ja.php b/lib/l10n/ja.php deleted file mode 100644 index ca54f10537..0000000000 --- a/lib/l10n/ja.php +++ /dev/null @@ -1,123 +0,0 @@ - "\"config\"ディレクトリに書き込めません!", -"This can usually be fixed by giving the webserver write access to the config directory" => "多くの場合、これはWebサーバーにconfigディレクトリへの書き込み権限を与えることで解決できます。", -"See %s" => "%s を閲覧", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "多くの場合、これは %s Webサーバーにconfigディレクトリ %s への書き込み権限を与えることで解決できます。", -"Sample configuration detected" => "サンプル設定が見つかりました。", -"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" => "サンプル設定がコピーされてそのままです。このままではインストールが失敗し、サポート対象外になります。config.phpを変更する前にドキュメントを確認してください。", -"Help" => "ヘルプ", -"Personal" => "個人", -"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" => "不明なファイルタイプ", -"Invalid image" => "無効な画像", -"web services under your control" => "あなたの管理下のウェブサービス", -"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" => "アプリインストール時のhttpの URL が未指定", -"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" => "非shippedアプリには許可されない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 Serverのユーザー名/パスワードが正しくありません: %s", -"You need to enter either an existing account or the administrator." => "既存のアカウントもしくは管理者のどちらかを入力する必要があります。", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB のユーザー名及び/またはパスワードが無効", -"DB Error: \"%s\"" => "DBエラー: \"%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 の共有に失敗しました。リンクでの共有は許可されていません。", -"Share type %s is not valid for %s" => "%s の共有方法は、%s には適用できません。", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "%s の権限設定に失敗しました。%s に許可されている権限を越えています。", -"Setting permissions for %s failed, because the item was not found" => "%s の権限設定に失敗しました。アイテムが存在しません。", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "有効期限を設定できません。共有開始から %s 以降に有効期限を設定することはできません。", -"Cannot set expiration date. Expiration date is in the past" => "有効期限を設定できません。有効期限が過去を示しています。", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "%s のバックエンドの共有には、OCP\\Share_Backend インターフェースを実装しなければなりません。", -"Sharing backend %s not found" => "共有バックエンド %s が見つかりません", -"Sharing backend for %s not found" => "%s のための共有バックエンドが見つかりません", -"Sharing %s failed, because the user %s is the original sharer" => "%s の共有に失敗しました。ユーザー %s が元々の共有者であるからです。", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "%s の共有に失敗しました。%s に付与されている許可を超えているからです。", -"Sharing %s failed, because resharing is not allowed" => "%s の共有に失敗しました。再共有が許されていないからです。", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "%s の共有に失敗しました。%s のバックエンド共有に必要なソースが見つかりませんでした。", -"Sharing %s failed, because the file could not be found in the file cache" => "%s の共有に失敗しました。ファイルキャッシュにファイルがありませんでした。", -"Could not find category \"%s\"" => "カテゴリ \"%s\" が見つかりませんでした", -"seconds ago" => "数秒前", -"_%n minute ago_::_%n minutes ago_" => array("%n 分前"), -"_%n hour ago_::_%n hours ago_" => array("%n 時間前"), -"today" => "今日", -"yesterday" => "1日前", -"_%n day go_::_%n days ago_" => array("%n日前"), -"last month" => "1ヶ月前", -"_%n month ago_::_%n months ago_" => array("%nヶ月前"), -"last year" => "1年前", -"years ago" => "年前", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "ユーザー名で利用できる文字列は、次のものです: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", -"A valid username must be provided" => "有効なユーザー名を指定する必要があります", -"A valid password must be provided" => "有効なパスワードを指定する必要があります", -"The username is already being used" => "ユーザー名はすでに使われています", -"No database drivers (sqlite, mysql, or postgresql) installed." => "データベースドライバー (sqlite, mysql, postgresql) がインストールされていません。", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "多くの場合、パーミッションは %s Webサーバーにルートディレクトリ %s への書き込み権限を与えることで解決できます。", -"Cannot write into \"config\" directory" => "\"config\" ディレクトリに書き込みができません", -"Cannot write into \"apps\" directory" => "\"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." => "多くの場合、これは %s Webサーバーにappsディレクトリ %s への書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで解決できます。", -"Cannot create \"data\" directory (%s)" => "\"data\" ディレクトリ (%s) を作成できません", -"This can usually be fixed by giving the webserver write access to the root directory." => "多くの場合、これはWebサーバーにルートディレクトリへの書き込み権限を与えることで解決できます。", -"Setting locale to %s failed" => "ロケールを %s に設定できませんでした", -"Please install one of these locales on your system and restart your webserver." => "これらのロケールのうちいずれかをシステムにインストールし、Webサーバーを再起動してください。", -"Please ask your server administrator to install the module." => "サーバー管理者にモジュールのインストールを依頼してください。", -"PHP module %s not installed." => "PHP のモジュール %s がインストールされていません。", -"PHP %s or higher is required." => "PHP %s 以上が必要です。", -"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." => "PHPを最新バージョンに更新するようサーバー管理者に依頼してください。現在のPHPのバージョンは、ownCloudおよびPHPコミュニティでサポートされていません。", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHPセーフモードは有効です。ownCloudを適切に動作させるには無効化する必要があります。", -"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." => "PHPセーフモードは推奨されておらず、ほとんど役に立たない設定のため、無効化すべきです。サーバー管理者に、php.iniもしくはWebサーバー設定で無効化するよう依頼してください。", -"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サーバーを再起動するよう依頼してください。", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 が必要です", -"Please upgrade your database version" => "新しいバージョンのデータベースにアップグレードしてください", -"Error occurred while checking PostgreSQL version" => "PostgreSQL のバージョンチェック中にエラーが発生しました", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "PostgreSQL >= 9 がインストールされているかどうか確認してください。もしくは、ログからエラーに関する詳細な情報を確認してください。", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。", -"Data directory (%s) is readable by other users" => "データディレクトリ (%s) は他のユーザーも閲覧することができます", -"Data directory (%s) is invalid" => "データディレクトリ (%s) は無効です", -"Please check that the data directory contains a file \".ocdata\" in its root." => "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。", -"Could not obtain lock type %d on \"%s\"." => "\"%s\" で %d タイプのロックを取得できませんでした。" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/jv.js b/lib/l10n/jv.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/jv.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/jv.json b/lib/l10n/jv.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/jv.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/jv.php b/lib/l10n/jv.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/jv.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ka_GE.js b/lib/l10n/ka_GE.js new file mode 100644 index 0000000000..756f13f67b --- /dev/null +++ b/lib/l10n/ka_GE.js @@ -0,0 +1,39 @@ +OC.L10N.register( + "lib", + { + "Help" : "დახმარება", + "Personal" : "პირადი", + "Settings" : "პარამეტრები", + "Users" : "მომხმარებელი", + "Admin" : "ადმინისტრატორი", + "web services under your control" : "web services under your control", + "Application is not enabled" : "აპლიკაცია არ არის აქტიური", + "Authentication error" : "ავთენტიფიკაციის შეცდომა", + "Token expired. Please reload page." : "Token–ს ვადა გაუვიდა. გთხოვთ განაახლოთ გვერდი.", + "%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." : "თქვენ უნდა შეიყვანოთ არსებული მომხმარებელის სახელი ან ადმინისტრატორი.", + "DB Error: \"%s\"" : "DB შეცდომა: \"%s\"", + "Offending command was: \"%s\"" : "Offending ბრძანება იყო: \"%s\"", + "Oracle username and/or password not valid" : "Oracle იუზერნეიმი და/ან პაროლი არ არის სწორი", + "Offending command was: \"%s\", name: %s, password: %s" : "Offending ბრძანება იყო: \"%s\", სახელი: %s, პაროლი: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL იუზერნეიმი და/ან პაროლი არ არის სწორი", + "Set an admin username." : "დააყენეთ ადმინისტრატორის სახელი.", + "Set an admin password." : "დააყენეთ ადმინისტრატორის პაროლი.", + "Could not find category \"%s\"" : "\"%s\" კატეგორიის მოძებნა ვერ მოხერხდა", + "seconds ago" : "წამის წინ", + "_%n minute ago_::_%n minutes ago_" : [""], + "_%n hour ago_::_%n hours ago_" : [""], + "today" : "დღეს", + "yesterday" : "გუშინ", + "_%n day go_::_%n days ago_" : [""], + "last month" : "გასულ თვეში", + "_%n month ago_::_%n months ago_" : [""], + "last year" : "ბოლო წელს", + "years ago" : "წლის წინ", + "A valid username must be provided" : "უნდა მიუთითოთ არსებული მომხმარებლის სახელი", + "A valid password must be provided" : "უნდა მიუთითოთ არსებული პაროლი" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/ka_GE.json b/lib/l10n/ka_GE.json new file mode 100644 index 0000000000..a9e86ecb1a --- /dev/null +++ b/lib/l10n/ka_GE.json @@ -0,0 +1,37 @@ +{ "translations": { + "Help" : "დახმარება", + "Personal" : "პირადი", + "Settings" : "პარამეტრები", + "Users" : "მომხმარებელი", + "Admin" : "ადმინისტრატორი", + "web services under your control" : "web services under your control", + "Application is not enabled" : "აპლიკაცია არ არის აქტიური", + "Authentication error" : "ავთენტიფიკაციის შეცდომა", + "Token expired. Please reload page." : "Token–ს ვადა გაუვიდა. გთხოვთ განაახლოთ გვერდი.", + "%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." : "თქვენ უნდა შეიყვანოთ არსებული მომხმარებელის სახელი ან ადმინისტრატორი.", + "DB Error: \"%s\"" : "DB შეცდომა: \"%s\"", + "Offending command was: \"%s\"" : "Offending ბრძანება იყო: \"%s\"", + "Oracle username and/or password not valid" : "Oracle იუზერნეიმი და/ან პაროლი არ არის სწორი", + "Offending command was: \"%s\", name: %s, password: %s" : "Offending ბრძანება იყო: \"%s\", სახელი: %s, პაროლი: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL იუზერნეიმი და/ან პაროლი არ არის სწორი", + "Set an admin username." : "დააყენეთ ადმინისტრატორის სახელი.", + "Set an admin password." : "დააყენეთ ადმინისტრატორის პაროლი.", + "Could not find category \"%s\"" : "\"%s\" კატეგორიის მოძებნა ვერ მოხერხდა", + "seconds ago" : "წამის წინ", + "_%n minute ago_::_%n minutes ago_" : [""], + "_%n hour ago_::_%n hours ago_" : [""], + "today" : "დღეს", + "yesterday" : "გუშინ", + "_%n day go_::_%n days ago_" : [""], + "last month" : "გასულ თვეში", + "_%n month ago_::_%n months ago_" : [""], + "last year" : "ბოლო წელს", + "years ago" : "წლის წინ", + "A valid username must be provided" : "უნდა მიუთითოთ არსებული მომხმარებლის სახელი", + "A valid password must be provided" : "უნდა მიუთითოთ არსებული პაროლი" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/ka_GE.php b/lib/l10n/ka_GE.php deleted file mode 100644 index c5f7135721..0000000000 --- a/lib/l10n/ka_GE.php +++ /dev/null @@ -1,38 +0,0 @@ - "დახმარება", -"Personal" => "პირადი", -"Settings" => "პარამეტრები", -"Users" => "მომხმარებელი", -"Admin" => "ადმინისტრატორი", -"web services under your control" => "web services under your control", -"Application is not enabled" => "აპლიკაცია არ არის აქტიური", -"Authentication error" => "ავთენტიფიკაციის შეცდომა", -"Token expired. Please reload page." => "Token–ს ვადა გაუვიდა. გთხოვთ განაახლოთ გვერდი.", -"%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." => "თქვენ უნდა შეიყვანოთ არსებული მომხმარებელის სახელი ან ადმინისტრატორი.", -"DB Error: \"%s\"" => "DB შეცდომა: \"%s\"", -"Offending command was: \"%s\"" => "Offending ბრძანება იყო: \"%s\"", -"Oracle username and/or password not valid" => "Oracle იუზერნეიმი და/ან პაროლი არ არის სწორი", -"Offending command was: \"%s\", name: %s, password: %s" => "Offending ბრძანება იყო: \"%s\", სახელი: %s, პაროლი: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL იუზერნეიმი და/ან პაროლი არ არის სწორი", -"Set an admin username." => "დააყენეთ ადმინისტრატორის სახელი.", -"Set an admin password." => "დააყენეთ ადმინისტრატორის პაროლი.", -"Could not find category \"%s\"" => "\"%s\" კატეგორიის მოძებნა ვერ მოხერხდა", -"seconds ago" => "წამის წინ", -"_%n minute ago_::_%n minutes ago_" => array(""), -"_%n hour ago_::_%n hours ago_" => array(""), -"today" => "დღეს", -"yesterday" => "გუშინ", -"_%n day go_::_%n days ago_" => array(""), -"last month" => "გასულ თვეში", -"_%n month ago_::_%n months ago_" => array(""), -"last year" => "ბოლო წელს", -"years ago" => "წლის წინ", -"A valid username must be provided" => "უნდა მიუთითოთ არსებული მომხმარებლის სახელი", -"A valid password must be provided" => "უნდა მიუთითოთ არსებული პაროლი" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/km.js b/lib/l10n/km.js new file mode 100644 index 0000000000..cfa1ea89eb --- /dev/null +++ b/lib/l10n/km.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "lib", + { + "Help" : "ជំនួយ", + "Personal" : "ផ្ទាល់​ខ្លួន", + "Settings" : "ការកំណត់", + "Users" : "អ្នកប្រើ", + "Admin" : "អ្នក​គ្រប់​គ្រង", + "No app name specified" : "មិន​បាន​បញ្ជាក់​ឈ្មោះ​កម្មវិធី", + "Unknown filetype" : "មិន​ស្គាល់​ប្រភេទ​ឯកសារ", + "Invalid image" : "រូបភាព​មិន​ត្រឹម​ត្រូវ", + "web services under your control" : "សេវាកម្ម​វេប​ក្រោម​ការ​ការ​បញ្ជា​របស់​អ្នក", + "App directory already exists" : "មាន​ទីតាំង​ផ្ទុក​កម្មវិធី​រួច​ហើយ", + "Can't create app folder. Please fix permissions. %s" : "មិន​អាច​បង្កើត​ថត​កម្មវិធី។ សូម​កែ​សម្រួល​សិទ្ធិ។ %s", + "Application is not enabled" : "មិន​បាន​បើក​កម្មវិធី", + "Authentication error" : "កំហុស​ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ", + "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 អ្នក​អាច​មិន​ប្រើ​សញ្ញា​ចុច​នៅ​ក្នុង​ឈ្មោះ​មូលដ្ឋាន​ទិន្នន័យ", + "DB Error: \"%s\"" : "កំហុស DB៖ \"%s\"", + "Oracle connection could not be established" : "មិន​អាច​បង្កើត​ការ​តភ្ជាប់ Oracle", + "PostgreSQL username and/or password not valid" : "ឈ្មោះ​អ្នក​ប្រើ និង/ឬ ពាក្យ​សម្ងាត់ PostgreSQL គឺ​មិន​ត្រូវ​ទេ", + "Set an admin username." : "កំណត់​ឈ្មោះ​អ្នក​គ្រប់គ្រង។", + "Set an admin password." : "កំណត់​ពាក្យ​សម្ងាត់​អ្នក​គ្រប់គ្រង។", + "Could not find category \"%s\"" : "រក​មិន​ឃើញ​ចំណាត់​ក្រុម \"%s\"", + "seconds ago" : "វិនាទី​មុន", + "_%n minute ago_::_%n minutes ago_" : ["%n នាទី​មុន"], + "_%n hour ago_::_%n hours ago_" : ["%n ម៉ោង​មុន"], + "today" : "ថ្ងៃនេះ", + "yesterday" : "ម្សិលមិញ", + "_%n day go_::_%n days ago_" : ["%n ថ្ងៃ​មុន"], + "last month" : "ខែមុន", + "_%n month ago_::_%n months ago_" : ["%n ខែ​មុន"], + "last year" : "ឆ្នាំ​មុន", + "years ago" : "ឆ្នាំ​មុន", + "A valid username must be provided" : "ត្រូវ​ផ្ដល់​ឈ្មោះ​អ្នក​ប្រើ​ឲ្យ​បាន​ត្រឹម​ត្រូវ", + "A valid password must be provided" : "ត្រូវ​ផ្ដល់​ពាក្យ​សម្ងាត់​ឲ្យ​បាន​ត្រឹម​ត្រូវ" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/km.json b/lib/l10n/km.json new file mode 100644 index 0000000000..32b6173ba0 --- /dev/null +++ b/lib/l10n/km.json @@ -0,0 +1,38 @@ +{ "translations": { + "Help" : "ជំនួយ", + "Personal" : "ផ្ទាល់​ខ្លួន", + "Settings" : "ការកំណត់", + "Users" : "អ្នកប្រើ", + "Admin" : "អ្នក​គ្រប់​គ្រង", + "No app name specified" : "មិន​បាន​បញ្ជាក់​ឈ្មោះ​កម្មវិធី", + "Unknown filetype" : "មិន​ស្គាល់​ប្រភេទ​ឯកសារ", + "Invalid image" : "រូបភាព​មិន​ត្រឹម​ត្រូវ", + "web services under your control" : "សេវាកម្ម​វេប​ក្រោម​ការ​ការ​បញ្ជា​របស់​អ្នក", + "App directory already exists" : "មាន​ទីតាំង​ផ្ទុក​កម្មវិធី​រួច​ហើយ", + "Can't create app folder. Please fix permissions. %s" : "មិន​អាច​បង្កើត​ថត​កម្មវិធី។ សូម​កែ​សម្រួល​សិទ្ធិ។ %s", + "Application is not enabled" : "មិន​បាន​បើក​កម្មវិធី", + "Authentication error" : "កំហុស​ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ", + "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 អ្នក​អាច​មិន​ប្រើ​សញ្ញា​ចុច​នៅ​ក្នុង​ឈ្មោះ​មូលដ្ឋាន​ទិន្នន័យ", + "DB Error: \"%s\"" : "កំហុស DB៖ \"%s\"", + "Oracle connection could not be established" : "មិន​អាច​បង្កើត​ការ​តភ្ជាប់ Oracle", + "PostgreSQL username and/or password not valid" : "ឈ្មោះ​អ្នក​ប្រើ និង/ឬ ពាក្យ​សម្ងាត់ PostgreSQL គឺ​មិន​ត្រូវ​ទេ", + "Set an admin username." : "កំណត់​ឈ្មោះ​អ្នក​គ្រប់គ្រង។", + "Set an admin password." : "កំណត់​ពាក្យ​សម្ងាត់​អ្នក​គ្រប់គ្រង។", + "Could not find category \"%s\"" : "រក​មិន​ឃើញ​ចំណាត់​ក្រុម \"%s\"", + "seconds ago" : "វិនាទី​មុន", + "_%n minute ago_::_%n minutes ago_" : ["%n នាទី​មុន"], + "_%n hour ago_::_%n hours ago_" : ["%n ម៉ោង​មុន"], + "today" : "ថ្ងៃនេះ", + "yesterday" : "ម្សិលមិញ", + "_%n day go_::_%n days ago_" : ["%n ថ្ងៃ​មុន"], + "last month" : "ខែមុន", + "_%n month ago_::_%n months ago_" : ["%n ខែ​មុន"], + "last year" : "ឆ្នាំ​មុន", + "years ago" : "ឆ្នាំ​មុន", + "A valid username must be provided" : "ត្រូវ​ផ្ដល់​ឈ្មោះ​អ្នក​ប្រើ​ឲ្យ​បាន​ត្រឹម​ត្រូវ", + "A valid password must be provided" : "ត្រូវ​ផ្ដល់​ពាក្យ​សម្ងាត់​ឲ្យ​បាន​ត្រឹម​ត្រូវ" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/km.php b/lib/l10n/km.php deleted file mode 100644 index 2170b0c931..0000000000 --- a/lib/l10n/km.php +++ /dev/null @@ -1,39 +0,0 @@ - "ជំនួយ", -"Personal" => "ផ្ទាល់​ខ្លួន", -"Settings" => "ការកំណត់", -"Users" => "អ្នកប្រើ", -"Admin" => "អ្នក​គ្រប់​គ្រង", -"No app name specified" => "មិន​បាន​បញ្ជាក់​ឈ្មោះ​កម្មវិធី", -"Unknown filetype" => "មិន​ស្គាល់​ប្រភេទ​ឯកសារ", -"Invalid image" => "រូបភាព​មិន​ត្រឹម​ត្រូវ", -"web services under your control" => "សេវាកម្ម​វេប​ក្រោម​ការ​ការ​បញ្ជា​របស់​អ្នក", -"App directory already exists" => "មាន​ទីតាំង​ផ្ទុក​កម្មវិធី​រួច​ហើយ", -"Can't create app folder. Please fix permissions. %s" => "មិន​អាច​បង្កើត​ថត​កម្មវិធី។ សូម​កែ​សម្រួល​សិទ្ធិ។ %s", -"Application is not enabled" => "មិន​បាន​បើក​កម្មវិធី", -"Authentication error" => "កំហុស​ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ", -"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 អ្នក​អាច​មិន​ប្រើ​សញ្ញា​ចុច​នៅ​ក្នុង​ឈ្មោះ​មូលដ្ឋាន​ទិន្នន័យ", -"DB Error: \"%s\"" => "កំហុស DB៖ \"%s\"", -"Oracle connection could not be established" => "មិន​អាច​បង្កើត​ការ​តភ្ជាប់ Oracle", -"PostgreSQL username and/or password not valid" => "ឈ្មោះ​អ្នក​ប្រើ និង/ឬ ពាក្យ​សម្ងាត់ PostgreSQL គឺ​មិន​ត្រូវ​ទេ", -"Set an admin username." => "កំណត់​ឈ្មោះ​អ្នក​គ្រប់គ្រង។", -"Set an admin password." => "កំណត់​ពាក្យ​សម្ងាត់​អ្នក​គ្រប់គ្រង។", -"Could not find category \"%s\"" => "រក​មិន​ឃើញ​ចំណាត់​ក្រុម \"%s\"", -"seconds ago" => "វិនាទី​មុន", -"_%n minute ago_::_%n minutes ago_" => array("%n នាទី​មុន"), -"_%n hour ago_::_%n hours ago_" => array("%n ម៉ោង​មុន"), -"today" => "ថ្ងៃនេះ", -"yesterday" => "ម្សិលមិញ", -"_%n day go_::_%n days ago_" => array("%n ថ្ងៃ​មុន"), -"last month" => "ខែមុន", -"_%n month ago_::_%n months ago_" => array("%n ខែ​មុន"), -"last year" => "ឆ្នាំ​មុន", -"years ago" => "ឆ្នាំ​មុន", -"A valid username must be provided" => "ត្រូវ​ផ្ដល់​ឈ្មោះ​អ្នក​ប្រើ​ឲ្យ​បាន​ត្រឹម​ត្រូវ", -"A valid password must be provided" => "ត្រូវ​ផ្ដល់​ពាក្យ​សម្ងាត់​ឲ្យ​បាន​ត្រឹម​ត្រូវ" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/kn.js b/lib/l10n/kn.js new file mode 100644 index 0000000000..0f4a002019 --- /dev/null +++ b/lib/l10n/kn.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=1; plural=0;"); diff --git a/lib/l10n/kn.json b/lib/l10n/kn.json new file mode 100644 index 0000000000..4a03cf5047 --- /dev/null +++ b/lib/l10n/kn.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=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/kn.php b/lib/l10n/kn.php deleted file mode 100644 index e7b09649a2..0000000000 --- a/lib/l10n/kn.php +++ /dev/null @@ -1,8 +0,0 @@ - array(""), -"_%n hour ago_::_%n hours ago_" => array(""), -"_%n day go_::_%n days ago_" => array(""), -"_%n month ago_::_%n months ago_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js new file mode 100644 index 0000000000..22f8cb191a --- /dev/null +++ b/lib/l10n/ko.js @@ -0,0 +1,69 @@ +OC.L10N.register( + "lib", + { + "Help" : "도움말", + "Personal" : "개인", + "Settings" : "설정", + "Users" : "사용자", + "Admin" : "관리자", + "No app name specified" : "앱 이름이 지정되지 않았습니다.", + "Unknown filetype" : "알 수 없는 파일 형식", + "Invalid image" : "잘못된 그림", + "web services under your control" : "내가 관리하는 웹 서비스", + "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" : "http에서 앱을 설치할 때 href가 지정되지 않았습니다.", + "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\"" : "DB 오류: \"%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." : "관리자의 암호를 설정합니다.", + "%s shared »%s« with you" : "%s 님이 %s을(를) 공유하였습니다", + "Could not find category \"%s\"" : "분류 \"%s\"을(를) 찾을 수 없습니다.", + "seconds ago" : "초 전", + "_%n minute ago_::_%n minutes ago_" : ["%n분 전 "], + "_%n hour ago_::_%n hours ago_" : ["%n시간 전 "], + "today" : "오늘", + "yesterday" : "어제", + "_%n day go_::_%n days ago_" : ["%n일 전 "], + "last month" : "지난 달", + "_%n month ago_::_%n months ago_" : ["%n달 전 "], + "last year" : "작년", + "years ago" : "년 전", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "사용자 명에는 다음과 같은 문자만 사용이 가능합니다: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "올바른 사용자 이름을 입력해야 함", + "A valid password must be provided" : "올바른 암호를 입력해야 함", + "The username is already being used" : "이 사용자명은 현재 사용중입니다", + "PHP module %s not installed." : "%s PHP 모듈이 설치되지 않았습니다.", + "PHP %s or higher is required." : "%s 버전의 PHP 혹은 높은 버전을 필요로 합니다.", + "PostgreSQL >= 9 required" : "PostgreSQL 9 혹은 이상 버전을 필요로합니다", + "Please upgrade your database version" : "데이터베이스 버전을 업그레이드 하십시오", + "Error occurred while checking PostgreSQL version" : "PostgreSQL 버전을 확인하던중 오류가 발생하였습니다" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json new file mode 100644 index 0000000000..4743476540 --- /dev/null +++ b/lib/l10n/ko.json @@ -0,0 +1,67 @@ +{ "translations": { + "Help" : "도움말", + "Personal" : "개인", + "Settings" : "설정", + "Users" : "사용자", + "Admin" : "관리자", + "No app name specified" : "앱 이름이 지정되지 않았습니다.", + "Unknown filetype" : "알 수 없는 파일 형식", + "Invalid image" : "잘못된 그림", + "web services under your control" : "내가 관리하는 웹 서비스", + "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" : "http에서 앱을 설치할 때 href가 지정되지 않았습니다.", + "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\"" : "DB 오류: \"%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." : "관리자의 암호를 설정합니다.", + "%s shared »%s« with you" : "%s 님이 %s을(를) 공유하였습니다", + "Could not find category \"%s\"" : "분류 \"%s\"을(를) 찾을 수 없습니다.", + "seconds ago" : "초 전", + "_%n minute ago_::_%n minutes ago_" : ["%n분 전 "], + "_%n hour ago_::_%n hours ago_" : ["%n시간 전 "], + "today" : "오늘", + "yesterday" : "어제", + "_%n day go_::_%n days ago_" : ["%n일 전 "], + "last month" : "지난 달", + "_%n month ago_::_%n months ago_" : ["%n달 전 "], + "last year" : "작년", + "years ago" : "년 전", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "사용자 명에는 다음과 같은 문자만 사용이 가능합니다: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "올바른 사용자 이름을 입력해야 함", + "A valid password must be provided" : "올바른 암호를 입력해야 함", + "The username is already being used" : "이 사용자명은 현재 사용중입니다", + "PHP module %s not installed." : "%s PHP 모듈이 설치되지 않았습니다.", + "PHP %s or higher is required." : "%s 버전의 PHP 혹은 높은 버전을 필요로 합니다.", + "PostgreSQL >= 9 required" : "PostgreSQL 9 혹은 이상 버전을 필요로합니다", + "Please upgrade your database version" : "데이터베이스 버전을 업그레이드 하십시오", + "Error occurred while checking PostgreSQL version" : "PostgreSQL 버전을 확인하던중 오류가 발생하였습니다" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/ko.php b/lib/l10n/ko.php deleted file mode 100644 index 6c45d13686..0000000000 --- a/lib/l10n/ko.php +++ /dev/null @@ -1,68 +0,0 @@ - "도움말", -"Personal" => "개인", -"Settings" => "설정", -"Users" => "사용자", -"Admin" => "관리자", -"No app name specified" => "앱 이름이 지정되지 않았습니다.", -"Unknown filetype" => "알 수 없는 파일 형식", -"Invalid image" => "잘못된 그림", -"web services under your control" => "내가 관리하는 웹 서비스", -"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" => "http에서 앱을 설치할 때 href가 지정되지 않았습니다.", -"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\"" => "DB 오류: \"%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." => "관리자의 암호를 설정합니다.", -"%s shared »%s« with you" => "%s 님이 %s을(를) 공유하였습니다", -"Could not find category \"%s\"" => "분류 \"%s\"을(를) 찾을 수 없습니다.", -"seconds ago" => "초 전", -"_%n minute ago_::_%n minutes ago_" => array("%n분 전 "), -"_%n hour ago_::_%n hours ago_" => array("%n시간 전 "), -"today" => "오늘", -"yesterday" => "어제", -"_%n day go_::_%n days ago_" => array("%n일 전 "), -"last month" => "지난 달", -"_%n month ago_::_%n months ago_" => array("%n달 전 "), -"last year" => "작년", -"years ago" => "년 전", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "사용자 명에는 다음과 같은 문자만 사용이 가능합니다: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", -"A valid username must be provided" => "올바른 사용자 이름을 입력해야 함", -"A valid password must be provided" => "올바른 암호를 입력해야 함", -"The username is already being used" => "이 사용자명은 현재 사용중입니다", -"PHP module %s not installed." => "%s PHP 모듈이 설치되지 않았습니다.", -"PHP %s or higher is required." => "%s 버전의 PHP 혹은 높은 버전을 필요로 합니다.", -"PostgreSQL >= 9 required" => "PostgreSQL 9 혹은 이상 버전을 필요로합니다", -"Please upgrade your database version" => "데이터베이스 버전을 업그레이드 하십시오", -"Error occurred while checking PostgreSQL version" => "PostgreSQL 버전을 확인하던중 오류가 발생하였습니다" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/ku_IQ.js b/lib/l10n/ku_IQ.js new file mode 100644 index 0000000000..11313e2832 --- /dev/null +++ b/lib/l10n/ku_IQ.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "lib", + { + "Help" : "یارمەتی", + "Settings" : "ده‌ستكاری", + "Users" : "به‌كارهێنه‌ر", + "Admin" : "به‌ڕێوه‌به‌ری سه‌ره‌كی", + "web services under your control" : "ڕاژه‌ی وێب له‌ژێر چاودێریت دایه", + "_%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/ku_IQ.json b/lib/l10n/ku_IQ.json new file mode 100644 index 0000000000..6a40446ac9 --- /dev/null +++ b/lib/l10n/ku_IQ.json @@ -0,0 +1,12 @@ +{ "translations": { + "Help" : "یارمەتی", + "Settings" : "ده‌ستكاری", + "Users" : "به‌كارهێنه‌ر", + "Admin" : "به‌ڕێوه‌به‌ری سه‌ره‌كی", + "web services under your control" : "ڕاژه‌ی وێب له‌ژێر چاودێریت دایه", + "_%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/ku_IQ.php b/lib/l10n/ku_IQ.php deleted file mode 100644 index c99f9dd2a1..0000000000 --- a/lib/l10n/ku_IQ.php +++ /dev/null @@ -1,13 +0,0 @@ - "یارمەتی", -"Settings" => "ده‌ستكاری", -"Users" => "به‌كارهێنه‌ر", -"Admin" => "به‌ڕێوه‌به‌ری سه‌ره‌كی", -"web services under your control" => "ڕاژه‌ی وێب له‌ژێر چاودێریت دایه", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/lb.js b/lib/l10n/lb.js new file mode 100644 index 0000000000..4a8b8277bb --- /dev/null +++ b/lib/l10n/lb.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "lib", + { + "Help" : "Hëllef", + "Personal" : "Perséinlech", + "Settings" : "Astellungen", + "Users" : "Benotzer", + "Admin" : "Admin", + "Unknown filetype" : "Onbekannten Fichier Typ", + "Invalid image" : "Ongülteg d'Bild", + "web services under your control" : "Web-Servicer ënnert denger Kontroll", + "Authentication error" : "Authentifikatioun's Fehler", + "%s shared »%s« with you" : "Den/D' %s huet »%s« mat dir gedeelt", + "seconds ago" : "Sekonnen hir", + "_%n minute ago_::_%n minutes ago_" : ["","%n Minutten hir"], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "haut", + "yesterday" : "gëschter", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "Läschte Mount", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "Läscht Joer", + "years ago" : "Joren hier" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/lb.json b/lib/l10n/lb.json new file mode 100644 index 0000000000..e205f5e2fc --- /dev/null +++ b/lib/l10n/lb.json @@ -0,0 +1,23 @@ +{ "translations": { + "Help" : "Hëllef", + "Personal" : "Perséinlech", + "Settings" : "Astellungen", + "Users" : "Benotzer", + "Admin" : "Admin", + "Unknown filetype" : "Onbekannten Fichier Typ", + "Invalid image" : "Ongülteg d'Bild", + "web services under your control" : "Web-Servicer ënnert denger Kontroll", + "Authentication error" : "Authentifikatioun's Fehler", + "%s shared »%s« with you" : "Den/D' %s huet »%s« mat dir gedeelt", + "seconds ago" : "Sekonnen hir", + "_%n minute ago_::_%n minutes ago_" : ["","%n Minutten hir"], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "haut", + "yesterday" : "gëschter", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "Läschte Mount", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "Läscht Joer", + "years ago" : "Joren hier" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/lb.php b/lib/l10n/lb.php deleted file mode 100644 index 6107d79a0d..0000000000 --- a/lib/l10n/lb.php +++ /dev/null @@ -1,24 +0,0 @@ - "Hëllef", -"Personal" => "Perséinlech", -"Settings" => "Astellungen", -"Users" => "Benotzer", -"Admin" => "Admin", -"Unknown filetype" => "Onbekannten Fichier Typ", -"Invalid image" => "Ongülteg d'Bild", -"web services under your control" => "Web-Servicer ënnert denger Kontroll", -"Authentication error" => "Authentifikatioun's Fehler", -"%s shared »%s« with you" => "Den/D' %s huet »%s« mat dir gedeelt", -"seconds ago" => "Sekonnen hir", -"_%n minute ago_::_%n minutes ago_" => array("","%n Minutten hir"), -"_%n hour ago_::_%n hours ago_" => array("",""), -"today" => "haut", -"yesterday" => "gëschter", -"_%n day go_::_%n days ago_" => array("",""), -"last month" => "Läschte Mount", -"_%n month ago_::_%n months ago_" => array("",""), -"last year" => "Läscht Joer", -"years ago" => "Joren hier" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js new file mode 100644 index 0000000000..999be47245 --- /dev/null +++ b/lib/l10n/lt_LT.js @@ -0,0 +1,56 @@ +OC.L10N.register( + "lib", + { + "Help" : "Pagalba", + "Personal" : "Asmeniniai", + "Settings" : "Nustatymai", + "Users" : "Vartotojai", + "Admin" : "Administravimas", + "No app name specified" : "Nenurodytas programos pavadinimas", + "Unknown filetype" : "Nežinomas failo tipas", + "Invalid image" : "Netinkamas paveikslėlis", + "web services under your control" : "jūsų valdomos web paslaugos", + "App directory already exists" : "Programos aplankas jau egzistuoja", + "Can't create app folder. Please fix permissions. %s" : "Nepavyksta sukurti aplanko. Prašome pataisyti leidimus. %s", + "No source specified when installing app" : "Nenurodytas šaltinis diegiant programą", + "No href specified when installing app from http" : "Nenurodytas href diegiant programą iš http", + "No path specified when installing app from local file" : "Nenurodytas kelias diegiant programą iš vietinio failo", + "Archives of type %s are not supported" : "%s tipo archyvai nepalaikomi", + "Failed to open archive when installing app" : "Nepavyko atverti archyvo diegiant programą", + "App does not provide an info.xml file" : "Programa nepateikia info.xml failo", + "App can't be installed because of not allowed code in the App" : "Programa negali būti įdiegta, nes turi neleistiną kodą", + "App can't be installed because it is not compatible with this version of ownCloud" : "Programa negali būti įdiegta, nes yra nesuderinama su šia ownCloud versija", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Programa negali būti įdiegta, nes turi true žymę, kuri yra neleistina ne kartu platinamoms programoms", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Programa negali būti įdiegta, nes versija pateikta info.xml/version nesutampa su versija deklaruota programų saugykloje", + "Application is not enabled" : "Programa neįjungta", + "Authentication error" : "Autentikacijos klaida", + "Token expired. Please reload page." : "Sesija baigėsi. Prašome perkrauti puslapį.", + "%s enter the database username." : "%s įrašykite duombazės naudotojo vardą.", + "%s enter the database name." : "%s įrašykite duombazės pavadinimą.", + "%s you may not use dots in the database name" : "%s negalite naudoti taškų duombazės pavadinime", + "MS SQL username and/or password not valid: %s" : "MS SQL naudotojo vardas ir/arba slaptažodis netinka: %s", + "You need to enter either an existing account or the administrator." : "Turite prisijungti su egzistuojančia paskyra arba su administratoriumi.", + "DB Error: \"%s\"" : "DB klaida: \"%s\"", + "Offending command was: \"%s\"" : "Vykdyta komanda buvo: \"%s\"", + "Oracle connection could not be established" : "Nepavyko sukurti Oracle ryšio", + "Oracle username and/or password not valid" : "Neteisingas Oracle naudotojo vardas ir/arba slaptažodis", + "Offending command was: \"%s\", name: %s, password: %s" : "Vykdyta komanda buvo: \"%s\", name: %s, password: %s", + "PostgreSQL username and/or password not valid" : "Neteisingas PostgreSQL naudotojo vardas ir/arba slaptažodis", + "Set an admin username." : "Nustatyti administratoriaus naudotojo vardą.", + "Set an admin password." : "Nustatyti administratoriaus slaptažodį.", + "%s shared »%s« with you" : "%s pasidalino »%s« su tavimi", + "Could not find category \"%s\"" : "Nepavyko rasti kategorijos „%s“", + "seconds ago" : "prieš sekundę", + "_%n minute ago_::_%n minutes ago_" : ["prieš %n min.","Prieš % minutes","Prieš %n minučių"], + "_%n hour ago_::_%n hours ago_" : ["Prieš %n valandą","Prieš %n valandas","Prieš %n valandų"], + "today" : "šiandien", + "yesterday" : "vakar", + "_%n day go_::_%n days ago_" : ["Prieš %n dieną","Prieš %n dienas","Prieš %n dienų"], + "last month" : "praeitą mėnesį", + "_%n month ago_::_%n months ago_" : ["Prieš %n mėnesį","Prieš %n mėnesius","Prieš %n mėnesių"], + "last year" : "praeitais metais", + "years ago" : "prieš metus", + "A valid username must be provided" : "Vartotojo vardas turi būti tinkamas", + "A valid password must be provided" : "Slaptažodis turi būti tinkamas" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json new file mode 100644 index 0000000000..fb4908440f --- /dev/null +++ b/lib/l10n/lt_LT.json @@ -0,0 +1,54 @@ +{ "translations": { + "Help" : "Pagalba", + "Personal" : "Asmeniniai", + "Settings" : "Nustatymai", + "Users" : "Vartotojai", + "Admin" : "Administravimas", + "No app name specified" : "Nenurodytas programos pavadinimas", + "Unknown filetype" : "Nežinomas failo tipas", + "Invalid image" : "Netinkamas paveikslėlis", + "web services under your control" : "jūsų valdomos web paslaugos", + "App directory already exists" : "Programos aplankas jau egzistuoja", + "Can't create app folder. Please fix permissions. %s" : "Nepavyksta sukurti aplanko. Prašome pataisyti leidimus. %s", + "No source specified when installing app" : "Nenurodytas šaltinis diegiant programą", + "No href specified when installing app from http" : "Nenurodytas href diegiant programą iš http", + "No path specified when installing app from local file" : "Nenurodytas kelias diegiant programą iš vietinio failo", + "Archives of type %s are not supported" : "%s tipo archyvai nepalaikomi", + "Failed to open archive when installing app" : "Nepavyko atverti archyvo diegiant programą", + "App does not provide an info.xml file" : "Programa nepateikia info.xml failo", + "App can't be installed because of not allowed code in the App" : "Programa negali būti įdiegta, nes turi neleistiną kodą", + "App can't be installed because it is not compatible with this version of ownCloud" : "Programa negali būti įdiegta, nes yra nesuderinama su šia ownCloud versija", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Programa negali būti įdiegta, nes turi true žymę, kuri yra neleistina ne kartu platinamoms programoms", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Programa negali būti įdiegta, nes versija pateikta info.xml/version nesutampa su versija deklaruota programų saugykloje", + "Application is not enabled" : "Programa neįjungta", + "Authentication error" : "Autentikacijos klaida", + "Token expired. Please reload page." : "Sesija baigėsi. Prašome perkrauti puslapį.", + "%s enter the database username." : "%s įrašykite duombazės naudotojo vardą.", + "%s enter the database name." : "%s įrašykite duombazės pavadinimą.", + "%s you may not use dots in the database name" : "%s negalite naudoti taškų duombazės pavadinime", + "MS SQL username and/or password not valid: %s" : "MS SQL naudotojo vardas ir/arba slaptažodis netinka: %s", + "You need to enter either an existing account or the administrator." : "Turite prisijungti su egzistuojančia paskyra arba su administratoriumi.", + "DB Error: \"%s\"" : "DB klaida: \"%s\"", + "Offending command was: \"%s\"" : "Vykdyta komanda buvo: \"%s\"", + "Oracle connection could not be established" : "Nepavyko sukurti Oracle ryšio", + "Oracle username and/or password not valid" : "Neteisingas Oracle naudotojo vardas ir/arba slaptažodis", + "Offending command was: \"%s\", name: %s, password: %s" : "Vykdyta komanda buvo: \"%s\", name: %s, password: %s", + "PostgreSQL username and/or password not valid" : "Neteisingas PostgreSQL naudotojo vardas ir/arba slaptažodis", + "Set an admin username." : "Nustatyti administratoriaus naudotojo vardą.", + "Set an admin password." : "Nustatyti administratoriaus slaptažodį.", + "%s shared »%s« with you" : "%s pasidalino »%s« su tavimi", + "Could not find category \"%s\"" : "Nepavyko rasti kategorijos „%s“", + "seconds ago" : "prieš sekundę", + "_%n minute ago_::_%n minutes ago_" : ["prieš %n min.","Prieš % minutes","Prieš %n minučių"], + "_%n hour ago_::_%n hours ago_" : ["Prieš %n valandą","Prieš %n valandas","Prieš %n valandų"], + "today" : "šiandien", + "yesterday" : "vakar", + "_%n day go_::_%n days ago_" : ["Prieš %n dieną","Prieš %n dienas","Prieš %n dienų"], + "last month" : "praeitą mėnesį", + "_%n month ago_::_%n months ago_" : ["Prieš %n mėnesį","Prieš %n mėnesius","Prieš %n mėnesių"], + "last year" : "praeitais metais", + "years ago" : "prieš metus", + "A valid username must be provided" : "Vartotojo vardas turi būti tinkamas", + "A valid password must be provided" : "Slaptažodis turi būti tinkamas" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/lib/l10n/lt_LT.php b/lib/l10n/lt_LT.php deleted file mode 100644 index 61aed21ec5..0000000000 --- a/lib/l10n/lt_LT.php +++ /dev/null @@ -1,55 +0,0 @@ - "Pagalba", -"Personal" => "Asmeniniai", -"Settings" => "Nustatymai", -"Users" => "Vartotojai", -"Admin" => "Administravimas", -"No app name specified" => "Nenurodytas programos pavadinimas", -"Unknown filetype" => "Nežinomas failo tipas", -"Invalid image" => "Netinkamas paveikslėlis", -"web services under your control" => "jūsų valdomos web paslaugos", -"App directory already exists" => "Programos aplankas jau egzistuoja", -"Can't create app folder. Please fix permissions. %s" => "Nepavyksta sukurti aplanko. Prašome pataisyti leidimus. %s", -"No source specified when installing app" => "Nenurodytas šaltinis diegiant programą", -"No href specified when installing app from http" => "Nenurodytas href diegiant programą iš http", -"No path specified when installing app from local file" => "Nenurodytas kelias diegiant programą iš vietinio failo", -"Archives of type %s are not supported" => "%s tipo archyvai nepalaikomi", -"Failed to open archive when installing app" => "Nepavyko atverti archyvo diegiant programą", -"App does not provide an info.xml file" => "Programa nepateikia info.xml failo", -"App can't be installed because of not allowed code in the App" => "Programa negali būti įdiegta, nes turi neleistiną kodą", -"App can't be installed because it is not compatible with this version of ownCloud" => "Programa negali būti įdiegta, nes yra nesuderinama su šia ownCloud versija", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Programa negali būti įdiegta, nes turi true žymę, kuri yra neleistina ne kartu platinamoms programoms", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Programa negali būti įdiegta, nes versija pateikta info.xml/version nesutampa su versija deklaruota programų saugykloje", -"Application is not enabled" => "Programa neįjungta", -"Authentication error" => "Autentikacijos klaida", -"Token expired. Please reload page." => "Sesija baigėsi. Prašome perkrauti puslapį.", -"%s enter the database username." => "%s įrašykite duombazės naudotojo vardą.", -"%s enter the database name." => "%s įrašykite duombazės pavadinimą.", -"%s you may not use dots in the database name" => "%s negalite naudoti taškų duombazės pavadinime", -"MS SQL username and/or password not valid: %s" => "MS SQL naudotojo vardas ir/arba slaptažodis netinka: %s", -"You need to enter either an existing account or the administrator." => "Turite prisijungti su egzistuojančia paskyra arba su administratoriumi.", -"DB Error: \"%s\"" => "DB klaida: \"%s\"", -"Offending command was: \"%s\"" => "Vykdyta komanda buvo: \"%s\"", -"Oracle connection could not be established" => "Nepavyko sukurti Oracle ryšio", -"Oracle username and/or password not valid" => "Neteisingas Oracle naudotojo vardas ir/arba slaptažodis", -"Offending command was: \"%s\", name: %s, password: %s" => "Vykdyta komanda buvo: \"%s\", name: %s, password: %s", -"PostgreSQL username and/or password not valid" => "Neteisingas PostgreSQL naudotojo vardas ir/arba slaptažodis", -"Set an admin username." => "Nustatyti administratoriaus naudotojo vardą.", -"Set an admin password." => "Nustatyti administratoriaus slaptažodį.", -"%s shared »%s« with you" => "%s pasidalino »%s« su tavimi", -"Could not find category \"%s\"" => "Nepavyko rasti kategorijos „%s“", -"seconds ago" => "prieš sekundę", -"_%n minute ago_::_%n minutes ago_" => array("prieš %n min.","Prieš % minutes","Prieš %n minučių"), -"_%n hour ago_::_%n hours ago_" => array("Prieš %n valandą","Prieš %n valandas","Prieš %n valandų"), -"today" => "šiandien", -"yesterday" => "vakar", -"_%n day go_::_%n days ago_" => array("Prieš %n dieną","Prieš %n dienas","Prieš %n dienų"), -"last month" => "praeitą mėnesį", -"_%n month ago_::_%n months ago_" => array("Prieš %n mėnesį","Prieš %n mėnesius","Prieš %n mėnesių"), -"last year" => "praeitais metais", -"years ago" => "prieš metus", -"A valid username must be provided" => "Vartotojo vardas turi būti tinkamas", -"A valid password must be provided" => "Slaptažodis turi būti tinkamas" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/lib/l10n/lv.js b/lib/l10n/lv.js new file mode 100644 index 0000000000..666d2e9d5f --- /dev/null +++ b/lib/l10n/lv.js @@ -0,0 +1,42 @@ +OC.L10N.register( + "lib", + { + "Help" : "Palīdzība", + "Personal" : "Personīgi", + "Settings" : "Iestatījumi", + "Users" : "Lietotāji", + "Admin" : "Administratori", + "web services under your control" : "tīmekļa servisi tavā varā", + "Application is not enabled" : "Lietotne nav aktivēta", + "Authentication error" : "Autentifikācijas kļūda", + "Token expired. Please reload page." : "Pilnvarai ir beidzies termiņš. Lūdzu, pārlādējiet lapu.", + "%s enter the database username." : "%s ievadiet datubāzes lietotājvārdu.", + "%s enter the database name." : "%s ievadiet datubāzes nosaukumu.", + "%s you may not use dots in the database name" : "%s datubāžu nosaukumos nedrīkst izmantot punktus", + "MS SQL username and/or password not valid: %s" : "Nav derīga MySQL parole un/vai lietotājvārds — %s", + "You need to enter either an existing account or the administrator." : "Jums jāievada vai nu esošs vai administratora konts.", + "DB Error: \"%s\"" : "DB kļūda — “%s”", + "Offending command was: \"%s\"" : "Vainīgā komanda bija “%s”", + "Oracle connection could not be established" : "Nevar izveidot savienojumu ar Oracle", + "Oracle username and/or password not valid" : "Nav derīga Oracle parole un/vai lietotājvārds", + "Offending command was: \"%s\", name: %s, password: %s" : "Vainīgā komanda bija \"%s\", vārds: %s, parole: %s", + "PostgreSQL username and/or password not valid" : "Nav derīga PostgreSQL parole un/vai lietotājvārds", + "Set an admin username." : "Iestatiet administratora lietotājvārdu.", + "Set an admin password." : "Iestatiet administratora paroli.", + "%s shared »%s« with you" : "%s kopīgots »%s« ar jums", + "Could not find category \"%s\"" : "Nevarēja atrast kategoriju “%s”", + "seconds ago" : "sekundes atpakaļ", + "_%n minute ago_::_%n minutes ago_" : ["","","Pirms %n minūtēm"], + "_%n hour ago_::_%n hours ago_" : ["","","Pirms %n stundām"], + "today" : "šodien", + "yesterday" : "vakar", + "_%n day go_::_%n days ago_" : ["","","Pirms %n dienām"], + "last month" : "pagājušajā mēnesī", + "_%n month ago_::_%n months ago_" : ["","","Pirms %n mēnešiem"], + "last year" : "gājušajā gadā", + "years ago" : "gadus atpakaļ", + "A valid username must be provided" : "Jānorāda derīgs lietotājvārds", + "A valid password must be provided" : "Jānorāda derīga parole", + "The username is already being used" : "Šāds lietotājvārds jau tiek izmantots" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/lib/l10n/lv.json b/lib/l10n/lv.json new file mode 100644 index 0000000000..42bcc70e12 --- /dev/null +++ b/lib/l10n/lv.json @@ -0,0 +1,40 @@ +{ "translations": { + "Help" : "Palīdzība", + "Personal" : "Personīgi", + "Settings" : "Iestatījumi", + "Users" : "Lietotāji", + "Admin" : "Administratori", + "web services under your control" : "tīmekļa servisi tavā varā", + "Application is not enabled" : "Lietotne nav aktivēta", + "Authentication error" : "Autentifikācijas kļūda", + "Token expired. Please reload page." : "Pilnvarai ir beidzies termiņš. Lūdzu, pārlādējiet lapu.", + "%s enter the database username." : "%s ievadiet datubāzes lietotājvārdu.", + "%s enter the database name." : "%s ievadiet datubāzes nosaukumu.", + "%s you may not use dots in the database name" : "%s datubāžu nosaukumos nedrīkst izmantot punktus", + "MS SQL username and/or password not valid: %s" : "Nav derīga MySQL parole un/vai lietotājvārds — %s", + "You need to enter either an existing account or the administrator." : "Jums jāievada vai nu esošs vai administratora konts.", + "DB Error: \"%s\"" : "DB kļūda — “%s”", + "Offending command was: \"%s\"" : "Vainīgā komanda bija “%s”", + "Oracle connection could not be established" : "Nevar izveidot savienojumu ar Oracle", + "Oracle username and/or password not valid" : "Nav derīga Oracle parole un/vai lietotājvārds", + "Offending command was: \"%s\", name: %s, password: %s" : "Vainīgā komanda bija \"%s\", vārds: %s, parole: %s", + "PostgreSQL username and/or password not valid" : "Nav derīga PostgreSQL parole un/vai lietotājvārds", + "Set an admin username." : "Iestatiet administratora lietotājvārdu.", + "Set an admin password." : "Iestatiet administratora paroli.", + "%s shared »%s« with you" : "%s kopīgots »%s« ar jums", + "Could not find category \"%s\"" : "Nevarēja atrast kategoriju “%s”", + "seconds ago" : "sekundes atpakaļ", + "_%n minute ago_::_%n minutes ago_" : ["","","Pirms %n minūtēm"], + "_%n hour ago_::_%n hours ago_" : ["","","Pirms %n stundām"], + "today" : "šodien", + "yesterday" : "vakar", + "_%n day go_::_%n days ago_" : ["","","Pirms %n dienām"], + "last month" : "pagājušajā mēnesī", + "_%n month ago_::_%n months ago_" : ["","","Pirms %n mēnešiem"], + "last year" : "gājušajā gadā", + "years ago" : "gadus atpakaļ", + "A valid username must be provided" : "Jānorāda derīgs lietotājvārds", + "A valid password must be provided" : "Jānorāda derīga parole", + "The username is already being used" : "Šāds lietotājvārds jau tiek izmantots" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/lib/l10n/lv.php b/lib/l10n/lv.php deleted file mode 100644 index f1d0a7338f..0000000000 --- a/lib/l10n/lv.php +++ /dev/null @@ -1,41 +0,0 @@ - "Palīdzība", -"Personal" => "Personīgi", -"Settings" => "Iestatījumi", -"Users" => "Lietotāji", -"Admin" => "Administratori", -"web services under your control" => "tīmekļa servisi tavā varā", -"Application is not enabled" => "Lietotne nav aktivēta", -"Authentication error" => "Autentifikācijas kļūda", -"Token expired. Please reload page." => "Pilnvarai ir beidzies termiņš. Lūdzu, pārlādējiet lapu.", -"%s enter the database username." => "%s ievadiet datubāzes lietotājvārdu.", -"%s enter the database name." => "%s ievadiet datubāzes nosaukumu.", -"%s you may not use dots in the database name" => "%s datubāžu nosaukumos nedrīkst izmantot punktus", -"MS SQL username and/or password not valid: %s" => "Nav derīga MySQL parole un/vai lietotājvārds — %s", -"You need to enter either an existing account or the administrator." => "Jums jāievada vai nu esošs vai administratora konts.", -"DB Error: \"%s\"" => "DB kļūda — “%s”", -"Offending command was: \"%s\"" => "Vainīgā komanda bija “%s”", -"Oracle connection could not be established" => "Nevar izveidot savienojumu ar Oracle", -"Oracle username and/or password not valid" => "Nav derīga Oracle parole un/vai lietotājvārds", -"Offending command was: \"%s\", name: %s, password: %s" => "Vainīgā komanda bija \"%s\", vārds: %s, parole: %s", -"PostgreSQL username and/or password not valid" => "Nav derīga PostgreSQL parole un/vai lietotājvārds", -"Set an admin username." => "Iestatiet administratora lietotājvārdu.", -"Set an admin password." => "Iestatiet administratora paroli.", -"%s shared »%s« with you" => "%s kopīgots »%s« ar jums", -"Could not find category \"%s\"" => "Nevarēja atrast kategoriju “%s”", -"seconds ago" => "sekundes atpakaļ", -"_%n minute ago_::_%n minutes ago_" => array("","","Pirms %n minūtēm"), -"_%n hour ago_::_%n hours ago_" => array("","","Pirms %n stundām"), -"today" => "šodien", -"yesterday" => "vakar", -"_%n day go_::_%n days ago_" => array("","","Pirms %n dienām"), -"last month" => "pagājušajā mēnesī", -"_%n month ago_::_%n months ago_" => array("","","Pirms %n mēnešiem"), -"last year" => "gājušajā gadā", -"years ago" => "gadus atpakaļ", -"A valid username must be provided" => "Jānorāda derīgs lietotājvārds", -"A valid password must be provided" => "Jānorāda derīga parole", -"The username is already being used" => "Šāds lietotājvārds jau tiek izmantots" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/lib/l10n/mg.js b/lib/l10n/mg.js new file mode 100644 index 0000000000..9ac3e05d6c --- /dev/null +++ b/lib/l10n/mg.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/mg.json b/lib/l10n/mg.json new file mode 100644 index 0000000000..82a8a99d30 --- /dev/null +++ b/lib/l10n/mg.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/mg.php b/lib/l10n/mg.php deleted file mode 100644 index 406ff5f5a2..0000000000 --- a/lib/l10n/mg.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js new file mode 100644 index 0000000000..35166454dd --- /dev/null +++ b/lib/l10n/mk.js @@ -0,0 +1,42 @@ +OC.L10N.register( + "lib", + { + "Help" : "Помош", + "Personal" : "Лично", + "Settings" : "Подесувања", + "Users" : "Корисници", + "Admin" : "Админ", + "No app name specified" : "Не е специфицирано име на апликацијата", + "Unknown filetype" : "Непознат тип на датотека", + "Invalid image" : "Невалидна фотографија", + "web services under your control" : "веб сервиси под Ваша контрола", + "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 не можеш да користиш точки во името на базата", + "DB Error: \"%s\"" : "DB грешка: \"%s\"", + "Offending command was: \"%s\"" : "Навредувшката команда беше: \"%s\"", + "Oracle username and/or password not valid" : "Oracle корисничкото име и/или лозинката не се валидни", + "PostgreSQL username and/or password not valid" : "PostgreSQL корисничкото име и/или лозинка не се валидни", + "Set an admin username." : "Постави администраторско корисничко име", + "Set an admin password." : "Постави администраторска лозинка.", + "%s shared »%s« with you" : "%s споделено »%s« со вас", + "Could not find category \"%s\"" : "Не можам да најдам категорија „%s“", + "seconds ago" : "пред секунди", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "денеска", + "yesterday" : "вчера", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "минатиот месец", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "минатата година", + "years ago" : "пред години", + "A valid username must be provided" : "Мора да се обезбеди валидно корисничко име ", + "A valid password must be provided" : "Мора да се обезбеди валидна лозинка", + "The username is already being used" : "Корисничкото име е веќе во употреба" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/lib/l10n/mk.json b/lib/l10n/mk.json new file mode 100644 index 0000000000..89e839919b --- /dev/null +++ b/lib/l10n/mk.json @@ -0,0 +1,40 @@ +{ "translations": { + "Help" : "Помош", + "Personal" : "Лично", + "Settings" : "Подесувања", + "Users" : "Корисници", + "Admin" : "Админ", + "No app name specified" : "Не е специфицирано име на апликацијата", + "Unknown filetype" : "Непознат тип на датотека", + "Invalid image" : "Невалидна фотографија", + "web services under your control" : "веб сервиси под Ваша контрола", + "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 не можеш да користиш точки во името на базата", + "DB Error: \"%s\"" : "DB грешка: \"%s\"", + "Offending command was: \"%s\"" : "Навредувшката команда беше: \"%s\"", + "Oracle username and/or password not valid" : "Oracle корисничкото име и/или лозинката не се валидни", + "PostgreSQL username and/or password not valid" : "PostgreSQL корисничкото име и/или лозинка не се валидни", + "Set an admin username." : "Постави администраторско корисничко име", + "Set an admin password." : "Постави администраторска лозинка.", + "%s shared »%s« with you" : "%s споделено »%s« со вас", + "Could not find category \"%s\"" : "Не можам да најдам категорија „%s“", + "seconds ago" : "пред секунди", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "денеска", + "yesterday" : "вчера", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "минатиот месец", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "минатата година", + "years ago" : "пред години", + "A valid username must be provided" : "Мора да се обезбеди валидно корисничко име ", + "A valid password must be provided" : "Мора да се обезбеди валидна лозинка", + "The username is already being used" : "Корисничкото име е веќе во употреба" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/lib/l10n/mk.php b/lib/l10n/mk.php deleted file mode 100644 index 3b7b1fbce0..0000000000 --- a/lib/l10n/mk.php +++ /dev/null @@ -1,41 +0,0 @@ - "Помош", -"Personal" => "Лично", -"Settings" => "Подесувања", -"Users" => "Корисници", -"Admin" => "Админ", -"No app name specified" => "Не е специфицирано име на апликацијата", -"Unknown filetype" => "Непознат тип на датотека", -"Invalid image" => "Невалидна фотографија", -"web services under your control" => "веб сервиси под Ваша контрола", -"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 не можеш да користиш точки во името на базата", -"DB Error: \"%s\"" => "DB грешка: \"%s\"", -"Offending command was: \"%s\"" => "Навредувшката команда беше: \"%s\"", -"Oracle username and/or password not valid" => "Oracle корисничкото име и/или лозинката не се валидни", -"PostgreSQL username and/or password not valid" => "PostgreSQL корисничкото име и/или лозинка не се валидни", -"Set an admin username." => "Постави администраторско корисничко име", -"Set an admin password." => "Постави администраторска лозинка.", -"%s shared »%s« with you" => "%s споделено »%s« со вас", -"Could not find category \"%s\"" => "Не можам да најдам категорија „%s“", -"seconds ago" => "пред секунди", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"today" => "денеска", -"yesterday" => "вчера", -"_%n day go_::_%n days ago_" => array("",""), -"last month" => "минатиот месец", -"_%n month ago_::_%n months ago_" => array("",""), -"last year" => "минатата година", -"years ago" => "пред години", -"A valid username must be provided" => "Мора да се обезбеди валидно корисничко име ", -"A valid password must be provided" => "Мора да се обезбеди валидна лозинка", -"The username is already being used" => "Корисничкото име е веќе во употреба" -); -$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/lib/l10n/ml.js b/lib/l10n/ml.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/ml.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/ml.json b/lib/l10n/ml.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/ml.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/ml.php b/lib/l10n/ml.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/ml.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ml_IN.js b/lib/l10n/ml_IN.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/ml_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/ml_IN.json b/lib/l10n/ml_IN.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/ml_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/ml_IN.php b/lib/l10n/ml_IN.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/ml_IN.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/mn.js b/lib/l10n/mn.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/mn.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/mn.json b/lib/l10n/mn.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/mn.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/mn.php b/lib/l10n/mn.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/mn.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ms_MY.js b/lib/l10n/ms_MY.js new file mode 100644 index 0000000000..2a74f51e2f --- /dev/null +++ b/lib/l10n/ms_MY.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "lib", + { + "Help" : "Bantuan", + "Personal" : "Peribadi", + "Settings" : "Tetapan", + "Users" : "Pengguna", + "Admin" : "Admin", + "web services under your control" : "Perkhidmatan web di bawah kawalan anda", + "Authentication error" : "Ralat pengesahan", + "_%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=1; plural=0;"); diff --git a/lib/l10n/ms_MY.json b/lib/l10n/ms_MY.json new file mode 100644 index 0000000000..5285610e70 --- /dev/null +++ b/lib/l10n/ms_MY.json @@ -0,0 +1,14 @@ +{ "translations": { + "Help" : "Bantuan", + "Personal" : "Peribadi", + "Settings" : "Tetapan", + "Users" : "Pengguna", + "Admin" : "Admin", + "web services under your control" : "Perkhidmatan web di bawah kawalan anda", + "Authentication error" : "Ralat pengesahan", + "_%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=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/ms_MY.php b/lib/l10n/ms_MY.php deleted file mode 100644 index 710ac8b79a..0000000000 --- a/lib/l10n/ms_MY.php +++ /dev/null @@ -1,15 +0,0 @@ - "Bantuan", -"Personal" => "Peribadi", -"Settings" => "Tetapan", -"Users" => "Pengguna", -"Admin" => "Admin", -"web services under your control" => "Perkhidmatan web di bawah kawalan anda", -"Authentication error" => "Ralat pengesahan", -"_%n minute ago_::_%n minutes ago_" => array(""), -"_%n hour ago_::_%n hours ago_" => array(""), -"_%n day go_::_%n days ago_" => array(""), -"_%n month ago_::_%n months ago_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/mt_MT.js b/lib/l10n/mt_MT.js new file mode 100644 index 0000000000..9112b35ebe --- /dev/null +++ b/lib/l10n/mt_MT.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=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/lib/l10n/mt_MT.json b/lib/l10n/mt_MT.json new file mode 100644 index 0000000000..6b79429701 --- /dev/null +++ b/lib/l10n/mt_MT.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=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/lib/l10n/mt_MT.php b/lib/l10n/mt_MT.php deleted file mode 100644 index 5a0c40c09f..0000000000 --- a/lib/l10n/mt_MT.php +++ /dev/null @@ -1,8 +0,0 @@ - array("","","",""), -"_%n hour ago_::_%n hours ago_" => array("","","",""), -"_%n day go_::_%n days ago_" => array("","","",""), -"_%n month ago_::_%n months ago_" => array("","","","") -); -$PLURAL_FORMS = "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/lib/l10n/my_MM.js b/lib/l10n/my_MM.js new file mode 100644 index 0000000000..c08021fdbd --- /dev/null +++ b/lib/l10n/my_MM.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "lib", + { + "Help" : "အကူအညီ", + "Users" : "သုံးစွဲသူ", + "Admin" : "အက်ဒမင်", + "web services under your control" : "သင်၏ထိန်းချုပ်မှု့အောက်တွင်ရှိသော Web services", + "Authentication error" : "ခွင့်ပြုချက်မအောင်မြင်", + "Could not find category \"%s\"" : "\"%s\"ခေါင်းစဉ်ကို ရှာမတွေ့ပါ", + "seconds ago" : "စက္ကန့်အနည်းငယ်က", + "_%n minute ago_::_%n minutes ago_" : [""], + "_%n hour ago_::_%n hours ago_" : [""], + "today" : "ယနေ့", + "yesterday" : "မနေ့က", + "_%n day go_::_%n days ago_" : [""], + "last month" : "ပြီးခဲ့သောလ", + "_%n month ago_::_%n months ago_" : [""], + "last year" : "မနှစ်က", + "years ago" : "နှစ် အရင်က" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/my_MM.json b/lib/l10n/my_MM.json new file mode 100644 index 0000000000..3756c65ae0 --- /dev/null +++ b/lib/l10n/my_MM.json @@ -0,0 +1,19 @@ +{ "translations": { + "Help" : "အကူအညီ", + "Users" : "သုံးစွဲသူ", + "Admin" : "အက်ဒမင်", + "web services under your control" : "သင်၏ထိန်းချုပ်မှု့အောက်တွင်ရှိသော Web services", + "Authentication error" : "ခွင့်ပြုချက်မအောင်မြင်", + "Could not find category \"%s\"" : "\"%s\"ခေါင်းစဉ်ကို ရှာမတွေ့ပါ", + "seconds ago" : "စက္ကန့်အနည်းငယ်က", + "_%n minute ago_::_%n minutes ago_" : [""], + "_%n hour ago_::_%n hours ago_" : [""], + "today" : "ယနေ့", + "yesterday" : "မနေ့က", + "_%n day go_::_%n days ago_" : [""], + "last month" : "ပြီးခဲ့သောလ", + "_%n month ago_::_%n months ago_" : [""], + "last year" : "မနှစ်က", + "years ago" : "နှစ် အရင်က" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/my_MM.php b/lib/l10n/my_MM.php deleted file mode 100644 index f873326537..0000000000 --- a/lib/l10n/my_MM.php +++ /dev/null @@ -1,20 +0,0 @@ - "အကူအညီ", -"Users" => "သုံးစွဲသူ", -"Admin" => "အက်ဒမင်", -"web services under your control" => "သင်၏ထိန်းချုပ်မှု့အောက်တွင်ရှိသော Web services", -"Authentication error" => "ခွင့်ပြုချက်မအောင်မြင်", -"Could not find category \"%s\"" => "\"%s\"ခေါင်းစဉ်ကို ရှာမတွေ့ပါ", -"seconds ago" => "စက္ကန့်အနည်းငယ်က", -"_%n minute ago_::_%n minutes ago_" => array(""), -"_%n hour ago_::_%n hours ago_" => array(""), -"today" => "ယနေ့", -"yesterday" => "မနေ့က", -"_%n day go_::_%n days ago_" => array(""), -"last month" => "ပြီးခဲ့သောလ", -"_%n month ago_::_%n months ago_" => array(""), -"last year" => "မနှစ်က", -"years ago" => "နှစ် အရင်က" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/nb_NO.js b/lib/l10n/nb_NO.js new file mode 100644 index 0000000000..c50537ce67 --- /dev/null +++ b/lib/l10n/nb_NO.js @@ -0,0 +1,123 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Kan ikke skrive i \"config\"-mappen!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Dette kan vanligvis ordnes ved å gi web-serveren skrivetilgang til config-mappen", + "See %s" : "Se %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dette kan vanligvis ordnes ved %så gi web-serveren skrivetilgang til config-mappen%s.", + "Sample configuration detected" : "Eksempelkonfigurasjon oppdaget", + "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" : "Det ble oppdaget at eksempelkonfigurasjonen er blitt kopiert. Dette kan ødelegge installasjonen din og støttes ikke. Les dokumentasjonen før du gjør endringer i config.php", + "Help" : "Hjelp", + "Personal" : "Personlig", + "Settings" : "Innstillinger", + "Users" : "Brukere", + "Admin" : "Admin", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App \\\"%s\\\" kan ikke installeres fordi den ikke er kompatibel med denne versjoen av ownCloud.", + "No app name specified" : "Intet app-navn spesifisert", + "Unknown filetype" : "Ukjent filtype", + "Invalid image" : "Ugyldig bilde", + "web services under your control" : "webtjenester som du kontrollerer", + "App directory already exists" : "App-mappe finnes allerede", + "Can't create app folder. Please fix permissions. %s" : "Kan ikke opprette app-mappe. Vennligst ordne opp i tillatelser. %s", + "No source specified when installing app" : "Ingen kilde spesifisert ved installering av app", + "No href specified when installing app from http" : "Ingen href spesifisert ved installering av app fra http", + "No path specified when installing app from local file" : "Ingen sti spesifisert ved installering av app fra lokal fil", + "Archives of type %s are not supported" : "Arkiver av type %s støttes ikke", + "Failed to open archive when installing app" : "Klarte ikke å åpne arkiv ved installering av app", + "App does not provide an info.xml file" : "App-en inneholder ikke filen info.xml", + "App can't be installed because of not allowed code in the App" : "App kan ikke installeres på grunn av ulovlig kode i appen.", + "App can't be installed because it is not compatible with this version of ownCloud" : "App kan ikke installeres fordi den ikke er kompatibel med denne versjonen av ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "App kan ikke installeres fordi den inneholder tag true som ikke er tillatt for apper som ikke leveres med systemet", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "App kan ikke installeres fordi versjonen i info.xml/version ikke er den samme som versjonen som rapporteres fra app-butikken", + "Application is not enabled" : "Applikasjon er ikke påslått", + "Authentication error" : "Autentikasjonsfeil", + "Token expired. Please reload page." : "Symbol utløpt. Vennligst last inn siden på nytt.", + "Unknown user" : "Ukjent bruker", + "%s enter the database username." : "%s legg inn brukernavn for databasen.", + "%s enter the database name." : "%s legg inn navnet på databasen.", + "%s you may not use dots in the database name" : "%s du kan ikke bruke punktum i databasenavnet", + "MS SQL username and/or password not valid: %s" : "MS SQL-brukernavn og/eller passord ikke gyldig: %s", + "You need to enter either an existing account or the administrator." : "Du må legge inn enten en eksisterende konto eller administratoren.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB-brukernavn og/eller -passord ikke gyldig", + "DB Error: \"%s\"" : "Databasefeil: \"%s\"", + "Offending command was: \"%s\"" : "Kommandoen som feilet: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB-bruker '%s'@'localhost' finnes allerede.", + "Drop this user from MySQL/MariaDB" : "Fjern denne brukeren fra MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB-bruker '%s'@'%%' finnes allerede", + "Drop this user from MySQL/MariaDB." : "Fjern denne brukeren fra MySQL/MariaDB.", + "Oracle connection could not be established" : "Klarte ikke å etablere forbindelse til Oracle", + "Oracle username and/or password not valid" : "Oracle-brukernavn og/eller passord er ikke gyldig", + "Offending command was: \"%s\", name: %s, password: %s" : "Kommando som feilet: \"%s\", navn: %s, passord: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL-brukernavn og/eller passord er ikke gyldig", + "Set an admin username." : "Sett et admin-brukernavn.", + "Set an admin password." : "Sett et admin-passord.", + "Can't create or write into the data directory %s" : "Kan ikke opprette eller skrive i datamappen %s", + "%s shared »%s« with you" : "%s delte »%s« med deg", + "Sharing %s failed, because the file does not exist" : "Deling av %s feilet, fordi filen ikke eksisterer", + "You are not allowed to share %s" : "Du har ikke lov til å dele %s", + "Sharing %s failed, because the user %s is the item owner" : "Deling av %s feilet, fordi brukeren %s er eier av elementet", + "Sharing %s failed, because the user %s does not exist" : "Deling av %s feilet, fordi brukeren %s ikke finnes", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Deling av %s feilet, fordi brukeren %s ikke er medlem av noen grupper som %s er medlem av", + "Sharing %s failed, because this item is already shared with %s" : "Deling av %s feilet, fordi dette elementet allerede er delt med %s", + "Sharing %s failed, because the group %s does not exist" : "Deling av %s feilet, fordi gruppen %s ikke finnes", + "Sharing %s failed, because %s is not a member of the group %s" : "Deling av %s feilet, fordi %s ikke er medlem av gruppen %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Du må oppgi et passord for å lage en offentlig lenke. Bare beskyttede lenker er tillatt", + "Sharing %s failed, because sharing with links is not allowed" : "Deling av %s feilet, fordi deling med lenker ikke er tillatt", + "Share type %s is not valid for %s" : "Delingstype %s er ikke gyldig for %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting av tillatelser for %s feilet, fordi tillatelsene gikk ut over tillatelsene som er gitt til %s", + "Setting permissions for %s failed, because the item was not found" : "Setting av tillatelser for %s feilet, fordi elementet ikke ble funnet", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Kan ikke sette utøpsdato. Delinger kan ikke utløpe senere enn %s etter at de har blitt delt", + "Cannot set expiration date. Expiration date is in the past" : "Kan ikke sette utløpsdato. Utløpsdato er tilbake i tid", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Delings-server %s må implementere grensesnittet OCP\\Share_Backend", + "Sharing backend %s not found" : "Delings-server %s ikke funnet", + "Sharing backend for %s not found" : "Delings-server for %s ikke funnet", + "Sharing %s failed, because the user %s is the original sharer" : "Deling av %s feilet, fordi brukeren %s er den opprinnelige eieren", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Deling av %s feilet, fordi tillatelsene går utover tillatelsene som er gitt til %s", + "Sharing %s failed, because resharing is not allowed" : "Deling av %s feilet, fordi videre-deling ikke er tillatt", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden", + "Sharing %s failed, because the file could not be found in the file cache" : "Deling av %s feilet, fordi filen ikke ble funnet i fil-mellomlageret", + "Could not find category \"%s\"" : "Kunne ikke finne kategori \"%s\"", + "seconds ago" : "for få sekunder siden", + "_%n minute ago_::_%n minutes ago_" : ["for %n minutt siden","for %n minutter siden"], + "_%n hour ago_::_%n hours ago_" : ["for %n time siden","for %n timer siden"], + "today" : "i dag", + "yesterday" : "i går", + "_%n day go_::_%n days ago_" : ["for %n dag siden","for %n dager siden"], + "last month" : "forrige måned", + "_%n month ago_::_%n months ago_" : ["for %n måned siden","for %n måneder siden"], + "last year" : "forrige år", + "years ago" : "årevis siden", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Bare disse tegnene tillates i et brukernavn: \"a-z\", \"A-Z\", \"0-9\" og \"_.@-\"", + "A valid username must be provided" : "Oppgi et gyldig brukernavn", + "A valid password must be provided" : "Oppgi et gyldig passord", + "The username is already being used" : "Brukernavnet er allerede i bruk", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Ingen databasedrivere (sqlite, mysql, or postgresql) installert.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Tillatelser kan vanligvis ordnes ved %så gi web-serveren skrivetilgang til rotmappen%s.", + "Cannot write into \"config\" directory" : "Kan ikke skrive i \"config\"-mappen", + "Cannot write into \"apps\" directory" : "Kan ikke skrive i \"apps\"-mappen", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Dette kan vanligvis ordnes ved %så gi web-serveren skrivetilgang til apps-mappen%s eller ved å deaktivere app-butikken i config-filen.", + "Cannot create \"data\" directory (%s)" : "Kan ikke opprette \"data\"-mappen (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Dette kan vanligvis ordnes ved gi web-serveren skrivetilgang til rotmappen.", + "Setting locale to %s failed" : "Setting av nasjonale innstillinger til %s feilet.", + "Please install one of these locales on your system and restart your webserver." : "Vennligst installer en av disse nasjonale innstillingene på systemet ditt og start webserveren på nytt.", + "Please ask your server administrator to install the module." : "Be server-administratoren om å installere modulen.", + "PHP module %s not installed." : "PHP-modul %s er ikke installert.", + "PHP %s or higher is required." : "PHP %s eller nyere kreves.", + "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." : "Be server-administratoren om å oppdatere PHP til nyeste versjon. PHP-versjonen du bruker støttes ikke lenger av ownCloud og PHP-fellesskapet.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode er aktivert. ownCloud krever at det deaktiveres for å fungere korrekt.", + "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." : "PHP Safe Mode er en avskrevet og stort sett unyttig innstilling som bør deaktiveres. Be server-administratoren om å deaktivere det i php.ini eller i konfigurasjonen for web-serveren.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes er aktivert. ownCloud krever at det deaktiveres for å fungere korrekt.", + "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." : "Magic Quotes er en avskrevet og stort sett unyttig innstilling som bør deaktiveres. Be server-administratoren om å deaktivere det i php.ini eller i konfigurasjonen for web-serveren.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP-moduler har blitt installert, men de listes fortsatt som fraværende?", + "Please ask your server administrator to restart the web server." : "Be server-administratoren om å starte web-serveren på nytt.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 kreves", + "Please upgrade your database version" : "Vennligst oppgrader versjonen av databasen din", + "Error occurred while checking PostgreSQL version" : "Det oppstod en feil ved sjekking av PostgreSQL-versjon", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Sjekk at du har PostgreSQL >= 9 eller sjekk loggene for mer informasjon om feilen", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Endre tillatelsene til 0770 slik at mappen ikke kan listes av andre brukere.", + "Data directory (%s) is readable by other users" : "Data-mappen (%s) kan leses av andre brukere", + "Data directory (%s) is invalid" : "Data-mappe (%s) er ugyldig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Sjekk at det ligger en fil \".ocdata\" i roten av data-mappen.", + "Could not obtain lock type %d on \"%s\"." : "Klarte ikke å låse med type %d på \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nb_NO.json b/lib/l10n/nb_NO.json new file mode 100644 index 0000000000..4fe3148dc1 --- /dev/null +++ b/lib/l10n/nb_NO.json @@ -0,0 +1,121 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Kan ikke skrive i \"config\"-mappen!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Dette kan vanligvis ordnes ved å gi web-serveren skrivetilgang til config-mappen", + "See %s" : "Se %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dette kan vanligvis ordnes ved %så gi web-serveren skrivetilgang til config-mappen%s.", + "Sample configuration detected" : "Eksempelkonfigurasjon oppdaget", + "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" : "Det ble oppdaget at eksempelkonfigurasjonen er blitt kopiert. Dette kan ødelegge installasjonen din og støttes ikke. Les dokumentasjonen før du gjør endringer i config.php", + "Help" : "Hjelp", + "Personal" : "Personlig", + "Settings" : "Innstillinger", + "Users" : "Brukere", + "Admin" : "Admin", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App \\\"%s\\\" kan ikke installeres fordi den ikke er kompatibel med denne versjoen av ownCloud.", + "No app name specified" : "Intet app-navn spesifisert", + "Unknown filetype" : "Ukjent filtype", + "Invalid image" : "Ugyldig bilde", + "web services under your control" : "webtjenester som du kontrollerer", + "App directory already exists" : "App-mappe finnes allerede", + "Can't create app folder. Please fix permissions. %s" : "Kan ikke opprette app-mappe. Vennligst ordne opp i tillatelser. %s", + "No source specified when installing app" : "Ingen kilde spesifisert ved installering av app", + "No href specified when installing app from http" : "Ingen href spesifisert ved installering av app fra http", + "No path specified when installing app from local file" : "Ingen sti spesifisert ved installering av app fra lokal fil", + "Archives of type %s are not supported" : "Arkiver av type %s støttes ikke", + "Failed to open archive when installing app" : "Klarte ikke å åpne arkiv ved installering av app", + "App does not provide an info.xml file" : "App-en inneholder ikke filen info.xml", + "App can't be installed because of not allowed code in the App" : "App kan ikke installeres på grunn av ulovlig kode i appen.", + "App can't be installed because it is not compatible with this version of ownCloud" : "App kan ikke installeres fordi den ikke er kompatibel med denne versjonen av ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "App kan ikke installeres fordi den inneholder tag true som ikke er tillatt for apper som ikke leveres med systemet", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "App kan ikke installeres fordi versjonen i info.xml/version ikke er den samme som versjonen som rapporteres fra app-butikken", + "Application is not enabled" : "Applikasjon er ikke påslått", + "Authentication error" : "Autentikasjonsfeil", + "Token expired. Please reload page." : "Symbol utløpt. Vennligst last inn siden på nytt.", + "Unknown user" : "Ukjent bruker", + "%s enter the database username." : "%s legg inn brukernavn for databasen.", + "%s enter the database name." : "%s legg inn navnet på databasen.", + "%s you may not use dots in the database name" : "%s du kan ikke bruke punktum i databasenavnet", + "MS SQL username and/or password not valid: %s" : "MS SQL-brukernavn og/eller passord ikke gyldig: %s", + "You need to enter either an existing account or the administrator." : "Du må legge inn enten en eksisterende konto eller administratoren.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB-brukernavn og/eller -passord ikke gyldig", + "DB Error: \"%s\"" : "Databasefeil: \"%s\"", + "Offending command was: \"%s\"" : "Kommandoen som feilet: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB-bruker '%s'@'localhost' finnes allerede.", + "Drop this user from MySQL/MariaDB" : "Fjern denne brukeren fra MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB-bruker '%s'@'%%' finnes allerede", + "Drop this user from MySQL/MariaDB." : "Fjern denne brukeren fra MySQL/MariaDB.", + "Oracle connection could not be established" : "Klarte ikke å etablere forbindelse til Oracle", + "Oracle username and/or password not valid" : "Oracle-brukernavn og/eller passord er ikke gyldig", + "Offending command was: \"%s\", name: %s, password: %s" : "Kommando som feilet: \"%s\", navn: %s, passord: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL-brukernavn og/eller passord er ikke gyldig", + "Set an admin username." : "Sett et admin-brukernavn.", + "Set an admin password." : "Sett et admin-passord.", + "Can't create or write into the data directory %s" : "Kan ikke opprette eller skrive i datamappen %s", + "%s shared »%s« with you" : "%s delte »%s« med deg", + "Sharing %s failed, because the file does not exist" : "Deling av %s feilet, fordi filen ikke eksisterer", + "You are not allowed to share %s" : "Du har ikke lov til å dele %s", + "Sharing %s failed, because the user %s is the item owner" : "Deling av %s feilet, fordi brukeren %s er eier av elementet", + "Sharing %s failed, because the user %s does not exist" : "Deling av %s feilet, fordi brukeren %s ikke finnes", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Deling av %s feilet, fordi brukeren %s ikke er medlem av noen grupper som %s er medlem av", + "Sharing %s failed, because this item is already shared with %s" : "Deling av %s feilet, fordi dette elementet allerede er delt med %s", + "Sharing %s failed, because the group %s does not exist" : "Deling av %s feilet, fordi gruppen %s ikke finnes", + "Sharing %s failed, because %s is not a member of the group %s" : "Deling av %s feilet, fordi %s ikke er medlem av gruppen %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Du må oppgi et passord for å lage en offentlig lenke. Bare beskyttede lenker er tillatt", + "Sharing %s failed, because sharing with links is not allowed" : "Deling av %s feilet, fordi deling med lenker ikke er tillatt", + "Share type %s is not valid for %s" : "Delingstype %s er ikke gyldig for %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting av tillatelser for %s feilet, fordi tillatelsene gikk ut over tillatelsene som er gitt til %s", + "Setting permissions for %s failed, because the item was not found" : "Setting av tillatelser for %s feilet, fordi elementet ikke ble funnet", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Kan ikke sette utøpsdato. Delinger kan ikke utløpe senere enn %s etter at de har blitt delt", + "Cannot set expiration date. Expiration date is in the past" : "Kan ikke sette utløpsdato. Utløpsdato er tilbake i tid", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Delings-server %s må implementere grensesnittet OCP\\Share_Backend", + "Sharing backend %s not found" : "Delings-server %s ikke funnet", + "Sharing backend for %s not found" : "Delings-server for %s ikke funnet", + "Sharing %s failed, because the user %s is the original sharer" : "Deling av %s feilet, fordi brukeren %s er den opprinnelige eieren", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Deling av %s feilet, fordi tillatelsene går utover tillatelsene som er gitt til %s", + "Sharing %s failed, because resharing is not allowed" : "Deling av %s feilet, fordi videre-deling ikke er tillatt", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden", + "Sharing %s failed, because the file could not be found in the file cache" : "Deling av %s feilet, fordi filen ikke ble funnet i fil-mellomlageret", + "Could not find category \"%s\"" : "Kunne ikke finne kategori \"%s\"", + "seconds ago" : "for få sekunder siden", + "_%n minute ago_::_%n minutes ago_" : ["for %n minutt siden","for %n minutter siden"], + "_%n hour ago_::_%n hours ago_" : ["for %n time siden","for %n timer siden"], + "today" : "i dag", + "yesterday" : "i går", + "_%n day go_::_%n days ago_" : ["for %n dag siden","for %n dager siden"], + "last month" : "forrige måned", + "_%n month ago_::_%n months ago_" : ["for %n måned siden","for %n måneder siden"], + "last year" : "forrige år", + "years ago" : "årevis siden", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Bare disse tegnene tillates i et brukernavn: \"a-z\", \"A-Z\", \"0-9\" og \"_.@-\"", + "A valid username must be provided" : "Oppgi et gyldig brukernavn", + "A valid password must be provided" : "Oppgi et gyldig passord", + "The username is already being used" : "Brukernavnet er allerede i bruk", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Ingen databasedrivere (sqlite, mysql, or postgresql) installert.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Tillatelser kan vanligvis ordnes ved %så gi web-serveren skrivetilgang til rotmappen%s.", + "Cannot write into \"config\" directory" : "Kan ikke skrive i \"config\"-mappen", + "Cannot write into \"apps\" directory" : "Kan ikke skrive i \"apps\"-mappen", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Dette kan vanligvis ordnes ved %så gi web-serveren skrivetilgang til apps-mappen%s eller ved å deaktivere app-butikken i config-filen.", + "Cannot create \"data\" directory (%s)" : "Kan ikke opprette \"data\"-mappen (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Dette kan vanligvis ordnes ved gi web-serveren skrivetilgang til rotmappen.", + "Setting locale to %s failed" : "Setting av nasjonale innstillinger til %s feilet.", + "Please install one of these locales on your system and restart your webserver." : "Vennligst installer en av disse nasjonale innstillingene på systemet ditt og start webserveren på nytt.", + "Please ask your server administrator to install the module." : "Be server-administratoren om å installere modulen.", + "PHP module %s not installed." : "PHP-modul %s er ikke installert.", + "PHP %s or higher is required." : "PHP %s eller nyere kreves.", + "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." : "Be server-administratoren om å oppdatere PHP til nyeste versjon. PHP-versjonen du bruker støttes ikke lenger av ownCloud og PHP-fellesskapet.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode er aktivert. ownCloud krever at det deaktiveres for å fungere korrekt.", + "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." : "PHP Safe Mode er en avskrevet og stort sett unyttig innstilling som bør deaktiveres. Be server-administratoren om å deaktivere det i php.ini eller i konfigurasjonen for web-serveren.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes er aktivert. ownCloud krever at det deaktiveres for å fungere korrekt.", + "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." : "Magic Quotes er en avskrevet og stort sett unyttig innstilling som bør deaktiveres. Be server-administratoren om å deaktivere det i php.ini eller i konfigurasjonen for web-serveren.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP-moduler har blitt installert, men de listes fortsatt som fraværende?", + "Please ask your server administrator to restart the web server." : "Be server-administratoren om å starte web-serveren på nytt.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 kreves", + "Please upgrade your database version" : "Vennligst oppgrader versjonen av databasen din", + "Error occurred while checking PostgreSQL version" : "Det oppstod en feil ved sjekking av PostgreSQL-versjon", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Sjekk at du har PostgreSQL >= 9 eller sjekk loggene for mer informasjon om feilen", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Endre tillatelsene til 0770 slik at mappen ikke kan listes av andre brukere.", + "Data directory (%s) is readable by other users" : "Data-mappen (%s) kan leses av andre brukere", + "Data directory (%s) is invalid" : "Data-mappe (%s) er ugyldig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Sjekk at det ligger en fil \".ocdata\" i roten av data-mappen.", + "Could not obtain lock type %d on \"%s\"." : "Klarte ikke å låse med type %d på \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/nb_NO.php b/lib/l10n/nb_NO.php deleted file mode 100644 index b093f4d180..0000000000 --- a/lib/l10n/nb_NO.php +++ /dev/null @@ -1,122 +0,0 @@ - "Kan ikke skrive i \"config\"-mappen!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Dette kan vanligvis ordnes ved å gi web-serveren skrivetilgang til config-mappen", -"See %s" => "Se %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Dette kan vanligvis ordnes ved %så gi web-serveren skrivetilgang til config-mappen%s.", -"Sample configuration detected" => "Eksempelkonfigurasjon oppdaget", -"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" => "Det ble oppdaget at eksempelkonfigurasjonen er blitt kopiert. Dette kan ødelegge installasjonen din og støttes ikke. Les dokumentasjonen før du gjør endringer i config.php", -"Help" => "Hjelp", -"Personal" => "Personlig", -"Settings" => "Innstillinger", -"Users" => "Brukere", -"Admin" => "Admin", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "App \\\"%s\\\" kan ikke installeres fordi den ikke er kompatibel med denne versjoen av ownCloud.", -"No app name specified" => "Intet app-navn spesifisert", -"Unknown filetype" => "Ukjent filtype", -"Invalid image" => "Ugyldig bilde", -"web services under your control" => "webtjenester som du kontrollerer", -"App directory already exists" => "App-mappe finnes allerede", -"Can't create app folder. Please fix permissions. %s" => "Kan ikke opprette app-mappe. Vennligst ordne opp i tillatelser. %s", -"No source specified when installing app" => "Ingen kilde spesifisert ved installering av app", -"No href specified when installing app from http" => "Ingen href spesifisert ved installering av app fra http", -"No path specified when installing app from local file" => "Ingen sti spesifisert ved installering av app fra lokal fil", -"Archives of type %s are not supported" => "Arkiver av type %s støttes ikke", -"Failed to open archive when installing app" => "Klarte ikke å åpne arkiv ved installering av app", -"App does not provide an info.xml file" => "App-en inneholder ikke filen info.xml", -"App can't be installed because of not allowed code in the App" => "App kan ikke installeres på grunn av ulovlig kode i appen.", -"App can't be installed because it is not compatible with this version of ownCloud" => "App kan ikke installeres fordi den ikke er kompatibel med denne versjonen av ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "App kan ikke installeres fordi den inneholder tag true som ikke er tillatt for apper som ikke leveres med systemet", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "App kan ikke installeres fordi versjonen i info.xml/version ikke er den samme som versjonen som rapporteres fra app-butikken", -"Application is not enabled" => "Applikasjon er ikke påslått", -"Authentication error" => "Autentikasjonsfeil", -"Token expired. Please reload page." => "Symbol utløpt. Vennligst last inn siden på nytt.", -"Unknown user" => "Ukjent bruker", -"%s enter the database username." => "%s legg inn brukernavn for databasen.", -"%s enter the database name." => "%s legg inn navnet på databasen.", -"%s you may not use dots in the database name" => "%s du kan ikke bruke punktum i databasenavnet", -"MS SQL username and/or password not valid: %s" => "MS SQL-brukernavn og/eller passord ikke gyldig: %s", -"You need to enter either an existing account or the administrator." => "Du må legge inn enten en eksisterende konto eller administratoren.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB-brukernavn og/eller -passord ikke gyldig", -"DB Error: \"%s\"" => "Databasefeil: \"%s\"", -"Offending command was: \"%s\"" => "Kommandoen som feilet: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB-bruker '%s'@'localhost' finnes allerede.", -"Drop this user from MySQL/MariaDB" => "Fjern denne brukeren fra MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB-bruker '%s'@'%%' finnes allerede", -"Drop this user from MySQL/MariaDB." => "Fjern denne brukeren fra MySQL/MariaDB.", -"Oracle connection could not be established" => "Klarte ikke å etablere forbindelse til Oracle", -"Oracle username and/or password not valid" => "Oracle-brukernavn og/eller passord er ikke gyldig", -"Offending command was: \"%s\", name: %s, password: %s" => "Kommando som feilet: \"%s\", navn: %s, passord: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL-brukernavn og/eller passord er ikke gyldig", -"Set an admin username." => "Sett et admin-brukernavn.", -"Set an admin password." => "Sett et admin-passord.", -"Can't create or write into the data directory %s" => "Kan ikke opprette eller skrive i datamappen %s", -"%s shared »%s« with you" => "%s delte »%s« med deg", -"Sharing %s failed, because the file does not exist" => "Deling av %s feilet, fordi filen ikke eksisterer", -"You are not allowed to share %s" => "Du har ikke lov til å dele %s", -"Sharing %s failed, because the user %s is the item owner" => "Deling av %s feilet, fordi brukeren %s er eier av elementet", -"Sharing %s failed, because the user %s does not exist" => "Deling av %s feilet, fordi brukeren %s ikke finnes", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Deling av %s feilet, fordi brukeren %s ikke er medlem av noen grupper som %s er medlem av", -"Sharing %s failed, because this item is already shared with %s" => "Deling av %s feilet, fordi dette elementet allerede er delt med %s", -"Sharing %s failed, because the group %s does not exist" => "Deling av %s feilet, fordi gruppen %s ikke finnes", -"Sharing %s failed, because %s is not a member of the group %s" => "Deling av %s feilet, fordi %s ikke er medlem av gruppen %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Du må oppgi et passord for å lage en offentlig lenke. Bare beskyttede lenker er tillatt", -"Sharing %s failed, because sharing with links is not allowed" => "Deling av %s feilet, fordi deling med lenker ikke er tillatt", -"Share type %s is not valid for %s" => "Delingstype %s er ikke gyldig for %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Setting av tillatelser for %s feilet, fordi tillatelsene gikk ut over tillatelsene som er gitt til %s", -"Setting permissions for %s failed, because the item was not found" => "Setting av tillatelser for %s feilet, fordi elementet ikke ble funnet", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Kan ikke sette utøpsdato. Delinger kan ikke utløpe senere enn %s etter at de har blitt delt", -"Cannot set expiration date. Expiration date is in the past" => "Kan ikke sette utløpsdato. Utløpsdato er tilbake i tid", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Delings-server %s må implementere grensesnittet OCP\\Share_Backend", -"Sharing backend %s not found" => "Delings-server %s ikke funnet", -"Sharing backend for %s not found" => "Delings-server for %s ikke funnet", -"Sharing %s failed, because the user %s is the original sharer" => "Deling av %s feilet, fordi brukeren %s er den opprinnelige eieren", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Deling av %s feilet, fordi tillatelsene går utover tillatelsene som er gitt til %s", -"Sharing %s failed, because resharing is not allowed" => "Deling av %s feilet, fordi videre-deling ikke er tillatt", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden", -"Sharing %s failed, because the file could not be found in the file cache" => "Deling av %s feilet, fordi filen ikke ble funnet i fil-mellomlageret", -"Could not find category \"%s\"" => "Kunne ikke finne kategori \"%s\"", -"seconds ago" => "for få sekunder siden", -"_%n minute ago_::_%n minutes ago_" => array("for %n minutt siden","for %n minutter siden"), -"_%n hour ago_::_%n hours ago_" => array("for %n time siden","for %n timer siden"), -"today" => "i dag", -"yesterday" => "i går", -"_%n day go_::_%n days ago_" => array("for %n dag siden","for %n dager siden"), -"last month" => "forrige måned", -"_%n month ago_::_%n months ago_" => array("for %n måned siden","for %n måneder siden"), -"last year" => "forrige år", -"years ago" => "årevis siden", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Bare disse tegnene tillates i et brukernavn: \"a-z\", \"A-Z\", \"0-9\" og \"_.@-\"", -"A valid username must be provided" => "Oppgi et gyldig brukernavn", -"A valid password must be provided" => "Oppgi et gyldig passord", -"The username is already being used" => "Brukernavnet er allerede i bruk", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Ingen databasedrivere (sqlite, mysql, or postgresql) installert.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Tillatelser kan vanligvis ordnes ved %så gi web-serveren skrivetilgang til rotmappen%s.", -"Cannot write into \"config\" directory" => "Kan ikke skrive i \"config\"-mappen", -"Cannot write into \"apps\" directory" => "Kan ikke skrive i \"apps\"-mappen", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Dette kan vanligvis ordnes ved %så gi web-serveren skrivetilgang til apps-mappen%s eller ved å deaktivere app-butikken i config-filen.", -"Cannot create \"data\" directory (%s)" => "Kan ikke opprette \"data\"-mappen (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Dette kan vanligvis ordnes ved gi web-serveren skrivetilgang til rotmappen.", -"Setting locale to %s failed" => "Setting av nasjonale innstillinger til %s feilet.", -"Please install one of these locales on your system and restart your webserver." => "Vennligst installer en av disse nasjonale innstillingene på systemet ditt og start webserveren på nytt.", -"Please ask your server administrator to install the module." => "Be server-administratoren om å installere modulen.", -"PHP module %s not installed." => "PHP-modul %s er ikke installert.", -"PHP %s or higher is required." => "PHP %s eller nyere kreves.", -"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." => "Be server-administratoren om å oppdatere PHP til nyeste versjon. PHP-versjonen du bruker støttes ikke lenger av ownCloud og PHP-fellesskapet.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode er aktivert. ownCloud krever at det deaktiveres for å fungere korrekt.", -"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." => "PHP Safe Mode er en avskrevet og stort sett unyttig innstilling som bør deaktiveres. Be server-administratoren om å deaktivere det i php.ini eller i konfigurasjonen for web-serveren.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes er aktivert. ownCloud krever at det deaktiveres for å fungere korrekt.", -"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." => "Magic Quotes er en avskrevet og stort sett unyttig innstilling som bør deaktiveres. Be server-administratoren om å deaktivere det i php.ini eller i konfigurasjonen for web-serveren.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP-moduler har blitt installert, men de listes fortsatt som fraværende?", -"Please ask your server administrator to restart the web server." => "Be server-administratoren om å starte web-serveren på nytt.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 kreves", -"Please upgrade your database version" => "Vennligst oppgrader versjonen av databasen din", -"Error occurred while checking PostgreSQL version" => "Det oppstod en feil ved sjekking av PostgreSQL-versjon", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Sjekk at du har PostgreSQL >= 9 eller sjekk loggene for mer informasjon om feilen", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Endre tillatelsene til 0770 slik at mappen ikke kan listes av andre brukere.", -"Data directory (%s) is readable by other users" => "Data-mappen (%s) kan leses av andre brukere", -"Data directory (%s) is invalid" => "Data-mappe (%s) er ugyldig", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Sjekk at det ligger en fil \".ocdata\" i roten av data-mappen.", -"Could not obtain lock type %d on \"%s\"." => "Klarte ikke å låse med type %d på \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/nds.js b/lib/l10n/nds.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/nds.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/nds.json b/lib/l10n/nds.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/nds.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/nds.php b/lib/l10n/nds.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/nds.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ne.js b/lib/l10n/ne.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/ne.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/ne.json b/lib/l10n/ne.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/ne.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/ne.php b/lib/l10n/ne.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/ne.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js new file mode 100644 index 0000000000..9ec355862f --- /dev/null +++ b/lib/l10n/nl.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Kan niet schrijven naar de \"config\" directory!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Dit kan hersteld worden door de webserver schrijfrechten te geven op de de config directory", + "See %s" : "Zie %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dit kan hersteld worden door de webserver schrijfrechten te %sgeven op de de config directory%s", + "Sample configuration detected" : "Voorbeeldconfiguratie gevonden", + "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" : "Blijkbaar is de voorbeeldconfiguratie gekopieerd. Dit kan uw installatie beschadigen en wordt niet dan ook ondersteund. Lees de documentatie voordat u wijzigingen aan config.php doorvoert", + "Help" : "Help", + "Personal" : "Persoonlijk", + "Settings" : "Instellingen", + "Users" : "Gebruikers", + "Admin" : "Beheerder", + "Recommended" : "Aanbevolen", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App \\\"%s\\\" kan niet worden geïnstalleerd omdat de app niet compatible is met deze versie van ownCloud.", + "No app name specified" : "De app naam is niet gespecificeerd.", + "Unknown filetype" : "Onbekend bestandsformaat", + "Invalid image" : "Ongeldige afbeelding", + "web services under your control" : "Webdiensten in eigen beheer", + "App directory already exists" : "App directory bestaat al", + "Can't create app folder. Please fix permissions. %s" : "Kan de app map niet aanmaken, Herstel de permissies. %s", + "No source specified when installing app" : "Geen bron opgegeven bij installatie van de app", + "No href specified when installing app from http" : "Geen href opgegeven bij installeren van de app vanaf http", + "No path specified when installing app from local file" : "Geen pad opgegeven bij installeren van de app vanaf een lokaal bestand", + "Archives of type %s are not supported" : "Archiefbestanden van type %s niet ondersteund", + "Failed to open archive when installing app" : "Kon archiefbestand bij installatie van de app niet openen", + "App does not provide an info.xml file" : "De app heeft geen info.xml bestand", + "App can't be installed because of not allowed code in the App" : "De app kan niet worden geïnstalleerd wegens onjuiste code in de app", + "App can't be installed because it is not compatible with this version of ownCloud" : "De app kan niet worden geïnstalleerd omdat die niet compatible is met deze versie van ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "De app kan niet worden geïnstallerd omdat het de true tag bevat die niet is toegestaan voor niet gepubliceerde apps", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "De app kan niet worden geïnstalleerd omdat de versie in info.xml/version niet dezelfde is als de versie zoals die in de app store staat vermeld", + "Application is not enabled" : "De applicatie is niet actief", + "Authentication error" : "Authenticatie fout", + "Token expired. Please reload page." : "Token verlopen. Herlaad de pagina.", + "Unknown user" : "Onbekende gebruiker", + "%s enter the database username." : "%s opgeven database gebruikersnaam.", + "%s enter the database name." : "%s opgeven databasenaam.", + "%s you may not use dots in the database name" : "%s er mogen geen puntjes in de databasenaam voorkomen", + "MS SQL username and/or password not valid: %s" : "MS SQL gebruikersnaam en/of wachtwoord niet geldig: %s", + "You need to enter either an existing account or the administrator." : "Geef of een bestaand account op of het beheerdersaccount.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB gebruikersnaam en/of wachtwoord ongeldig", + "DB Error: \"%s\"" : "DB Fout: \"%s\"", + "Offending command was: \"%s\"" : "Onjuiste commande was: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB gebruiker '%s'@'localhost' bestaat al.", + "Drop this user from MySQL/MariaDB" : "Verwijder deze gebruiker uit MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB gebruiker '%s'@'%%' bestaat al", + "Drop this user from MySQL/MariaDB." : "Verwijder deze gebruiker uit MySQL/MariaDB.", + "Oracle connection could not be established" : "Er kon geen verbinding met Oracle worden bereikt", + "Oracle username and/or password not valid" : "Oracle gebruikersnaam en/of wachtwoord ongeldig", + "Offending command was: \"%s\", name: %s, password: %s" : "Onjuiste commando was: \"%s\", naam: %s, wachtwoord: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL gebruikersnaam en/of wachtwoord ongeldig", + "Set an admin username." : "Stel de gebruikersnaam van de beheerder in.", + "Set an admin password." : "Stel een beheerderswachtwoord in.", + "Can't create or write into the data directory %s" : "Kan niets creëren of wegschrijven in datadirectory %s", + "%s shared »%s« with you" : "%s deelde »%s« met u", + "Sharing %s failed, because the file does not exist" : "Delen van %s is mislukt, omdat het bestand niet bestaat", + "You are not allowed to share %s" : "U bent niet bevoegd om %s te delen", + "Sharing %s failed, because the user %s is the item owner" : "Delen van %s is mislukt, omdat de gebruiker %s de eigenaar is", + "Sharing %s failed, because the user %s does not exist" : "Delen van %s is mislukt, omdat gebruiker %s niet bestaat", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Delen van %s is mislukt, omdat gebruiker %s geen lid is van een groep waar %s lid van is", + "Sharing %s failed, because this item is already shared with %s" : "Delen van %s is mislukt, omdat het object al wordt gedeeld met %s", + "Sharing %s failed, because the group %s does not exist" : "Delen van %s is mislukt, omdat groep %s niet bestaat", + "Sharing %s failed, because %s is not a member of the group %s" : "Delen van %s is mislukt, omdat %s geen lid is van groep %s", + "You need to provide a password to create a public link, only protected links are allowed" : "U moet een wachtwoord verstrekken om een openbare koppeling te maken, alleen beschermde links zijn toegestaan", + "Sharing %s failed, because sharing with links is not allowed" : "Delen van %s is mislukt, omdat het delen met links niet is toegestaan", + "Share type %s is not valid for %s" : "Delen van type %s is niet geldig voor %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Instellen van de permissies voor %s is mislukt, omdat de permissies hoger zijn dan de aan %s toegekende permissies", + "Setting permissions for %s failed, because the item was not found" : "Instellen van de permissies voor %s is mislukt, omdat het object niet is gevonden", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Kon vervaldatum niet instellen. Shares kunnen niet langer dan %s vervallen na het moment van delen", + "Cannot set expiration date. Expiration date is in the past" : "Kon vervaldatum niet instellen. De vervaldatum ligt in het verleden", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Het share-backend %s moet de OCP\\Share_Backend interface implementeren", + "Sharing backend %s not found" : "Het share-backend %s is niet gevonden", + "Sharing backend for %s not found" : "Het share-backend voor %s is niet gevonden", + "Sharing %s failed, because the user %s is the original sharer" : "Delen van %s is mislukt, omdat gebruiker %s de originele deler is", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Delen van %s is mislukt, omdat de rechten de aan %s toegekende autorisaties overschrijden", + "Sharing %s failed, because resharing is not allowed" : "Delen van %s is mislukt, omdat her-delen niet is toegestaan", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Delen van %s is mislukt, omdat de share-backend voor %s de bron niet kon vinden", + "Sharing %s failed, because the file could not be found in the file cache" : "Delen van %s is mislukt, omdat het bestand niet in de bestandscache kon worden gevonden", + "Could not find category \"%s\"" : "Kon categorie \"%s\" niet vinden", + "seconds ago" : "seconden geleden", + "_%n minute ago_::_%n minutes ago_" : ["%n minuut geleden","%n minuten geleden"], + "_%n hour ago_::_%n hours ago_" : ["%n uur geleden","%n uur geleden"], + "today" : "vandaag", + "yesterday" : "gisteren", + "_%n day go_::_%n days ago_" : ["%n dag terug","%n dagen geleden"], + "last month" : "vorige maand", + "_%n month ago_::_%n months ago_" : ["%n maand geleden","%n maanden geleden"], + "last year" : "vorig jaar", + "years ago" : "jaar geleden", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Alleen de volgende tekens zijn toegestaan in een gebruikersnaam: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Er moet een geldige gebruikersnaam worden opgegeven", + "A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven", + "The username is already being used" : "De gebruikersnaam bestaat al", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Geen database drivers (sqlite, mysql of postgres) geïnstalleerd.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Dit kan hersteld worden door de webserver schrijfrechten te %s geven op de hoofddirectory %s.", + "Cannot write into \"config\" directory" : "Kan niet schrijven naar de \"config\" directory", + "Cannot write into \"apps\" directory" : "Kan niet schrijven naar de \"apps\" directory", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Dit kan hersteld worden door de webserver schrijfrechten te %s geven op de appsdirectory %s of door de appstore te deactiveren in het configbestand.", + "Cannot create \"data\" directory (%s)" : "Kan de \"data\" directory (%s) niet aanmaken", + "This can usually be fixed by giving the webserver write access to the root directory." : "Dit kan worden hersteld door de webserver schrijfrechten te geven tot de hoofddirectory.", + "Setting locale to %s failed" : "Instellen taal op %s mislukte", + "Please install one of these locales on your system and restart your webserver." : "Installeer één van de talen op uw systeem en herstart uw webserver.", + "Please ask your server administrator to install the module." : "Vraag uw beheerder om de module te installeren.", + "PHP module %s not installed." : "PHP module %s niet geïnstalleerd.", + "PHP %s or higher is required." : "PHP %s of hoger vereist.", + "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." : "Vraag uw beheerder om PHP bij te werken tot de laatste versie. Uw PHP versie wordt niet langer ondersteund door ownCloud en de PHP community.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode is ingeschakeld. Voor een goede werking van ownCloud moet die modus zijn uitgeschakeld.", + "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." : "PHP Safe Mode is niet langer zinvol en zou eigenlijk gedeactiveerd moeten worden. Vraag uw beheerder om Safe Mode in php.ini of in de webserver configuratie te deactiveren.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes is geactiveerd. Voor een goede werking van ownCloud moet dit zijn uitgeschakeld.", + "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." : "Magic Quotes is niet langer zinvol en zou eigenlijk gedeactiveerd moeten worden. Vraag uw beheerder om Safe Mode in php.ini of in de webserver configuratie te deactiveren.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP modules zijn geïnstalleerd, maar worden ze nog steeds als ontbrekend aangegeven?", + "Please ask your server administrator to restart the web server." : "Vraag uw beheerder de webserver opnieuw op te starten.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 vereist", + "Please upgrade your database version" : "Werk uw database versie bij", + "Error occurred while checking PostgreSQL version" : "Een fout trad op bij checken PostgreSQL versie", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Verifieer dat u PostgreSQL >=9 draait of check de logs voor meer informatie over deze fout", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Wijzig de permissies in 0770 zodat de directory niet door anderen bekeken kan worden.", + "Data directory (%s) is readable by other users" : "De datadirectory (%s) is leesbaar voor andere gebruikers", + "Data directory (%s) is invalid" : "Data directory (%s) is ongeldig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifieer dat de data directory een bestand \".ocdata\" in de hoofdmap heeft.", + "Could not obtain lock type %d on \"%s\"." : "Kon geen lock type %d krijgen op \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json new file mode 100644 index 0000000000..43c46b2570 --- /dev/null +++ b/lib/l10n/nl.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Kan niet schrijven naar de \"config\" directory!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Dit kan hersteld worden door de webserver schrijfrechten te geven op de de config directory", + "See %s" : "Zie %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dit kan hersteld worden door de webserver schrijfrechten te %sgeven op de de config directory%s", + "Sample configuration detected" : "Voorbeeldconfiguratie gevonden", + "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" : "Blijkbaar is de voorbeeldconfiguratie gekopieerd. Dit kan uw installatie beschadigen en wordt niet dan ook ondersteund. Lees de documentatie voordat u wijzigingen aan config.php doorvoert", + "Help" : "Help", + "Personal" : "Persoonlijk", + "Settings" : "Instellingen", + "Users" : "Gebruikers", + "Admin" : "Beheerder", + "Recommended" : "Aanbevolen", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App \\\"%s\\\" kan niet worden geïnstalleerd omdat de app niet compatible is met deze versie van ownCloud.", + "No app name specified" : "De app naam is niet gespecificeerd.", + "Unknown filetype" : "Onbekend bestandsformaat", + "Invalid image" : "Ongeldige afbeelding", + "web services under your control" : "Webdiensten in eigen beheer", + "App directory already exists" : "App directory bestaat al", + "Can't create app folder. Please fix permissions. %s" : "Kan de app map niet aanmaken, Herstel de permissies. %s", + "No source specified when installing app" : "Geen bron opgegeven bij installatie van de app", + "No href specified when installing app from http" : "Geen href opgegeven bij installeren van de app vanaf http", + "No path specified when installing app from local file" : "Geen pad opgegeven bij installeren van de app vanaf een lokaal bestand", + "Archives of type %s are not supported" : "Archiefbestanden van type %s niet ondersteund", + "Failed to open archive when installing app" : "Kon archiefbestand bij installatie van de app niet openen", + "App does not provide an info.xml file" : "De app heeft geen info.xml bestand", + "App can't be installed because of not allowed code in the App" : "De app kan niet worden geïnstalleerd wegens onjuiste code in de app", + "App can't be installed because it is not compatible with this version of ownCloud" : "De app kan niet worden geïnstalleerd omdat die niet compatible is met deze versie van ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "De app kan niet worden geïnstallerd omdat het de true tag bevat die niet is toegestaan voor niet gepubliceerde apps", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "De app kan niet worden geïnstalleerd omdat de versie in info.xml/version niet dezelfde is als de versie zoals die in de app store staat vermeld", + "Application is not enabled" : "De applicatie is niet actief", + "Authentication error" : "Authenticatie fout", + "Token expired. Please reload page." : "Token verlopen. Herlaad de pagina.", + "Unknown user" : "Onbekende gebruiker", + "%s enter the database username." : "%s opgeven database gebruikersnaam.", + "%s enter the database name." : "%s opgeven databasenaam.", + "%s you may not use dots in the database name" : "%s er mogen geen puntjes in de databasenaam voorkomen", + "MS SQL username and/or password not valid: %s" : "MS SQL gebruikersnaam en/of wachtwoord niet geldig: %s", + "You need to enter either an existing account or the administrator." : "Geef of een bestaand account op of het beheerdersaccount.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB gebruikersnaam en/of wachtwoord ongeldig", + "DB Error: \"%s\"" : "DB Fout: \"%s\"", + "Offending command was: \"%s\"" : "Onjuiste commande was: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB gebruiker '%s'@'localhost' bestaat al.", + "Drop this user from MySQL/MariaDB" : "Verwijder deze gebruiker uit MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB gebruiker '%s'@'%%' bestaat al", + "Drop this user from MySQL/MariaDB." : "Verwijder deze gebruiker uit MySQL/MariaDB.", + "Oracle connection could not be established" : "Er kon geen verbinding met Oracle worden bereikt", + "Oracle username and/or password not valid" : "Oracle gebruikersnaam en/of wachtwoord ongeldig", + "Offending command was: \"%s\", name: %s, password: %s" : "Onjuiste commando was: \"%s\", naam: %s, wachtwoord: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL gebruikersnaam en/of wachtwoord ongeldig", + "Set an admin username." : "Stel de gebruikersnaam van de beheerder in.", + "Set an admin password." : "Stel een beheerderswachtwoord in.", + "Can't create or write into the data directory %s" : "Kan niets creëren of wegschrijven in datadirectory %s", + "%s shared »%s« with you" : "%s deelde »%s« met u", + "Sharing %s failed, because the file does not exist" : "Delen van %s is mislukt, omdat het bestand niet bestaat", + "You are not allowed to share %s" : "U bent niet bevoegd om %s te delen", + "Sharing %s failed, because the user %s is the item owner" : "Delen van %s is mislukt, omdat de gebruiker %s de eigenaar is", + "Sharing %s failed, because the user %s does not exist" : "Delen van %s is mislukt, omdat gebruiker %s niet bestaat", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Delen van %s is mislukt, omdat gebruiker %s geen lid is van een groep waar %s lid van is", + "Sharing %s failed, because this item is already shared with %s" : "Delen van %s is mislukt, omdat het object al wordt gedeeld met %s", + "Sharing %s failed, because the group %s does not exist" : "Delen van %s is mislukt, omdat groep %s niet bestaat", + "Sharing %s failed, because %s is not a member of the group %s" : "Delen van %s is mislukt, omdat %s geen lid is van groep %s", + "You need to provide a password to create a public link, only protected links are allowed" : "U moet een wachtwoord verstrekken om een openbare koppeling te maken, alleen beschermde links zijn toegestaan", + "Sharing %s failed, because sharing with links is not allowed" : "Delen van %s is mislukt, omdat het delen met links niet is toegestaan", + "Share type %s is not valid for %s" : "Delen van type %s is niet geldig voor %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Instellen van de permissies voor %s is mislukt, omdat de permissies hoger zijn dan de aan %s toegekende permissies", + "Setting permissions for %s failed, because the item was not found" : "Instellen van de permissies voor %s is mislukt, omdat het object niet is gevonden", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Kon vervaldatum niet instellen. Shares kunnen niet langer dan %s vervallen na het moment van delen", + "Cannot set expiration date. Expiration date is in the past" : "Kon vervaldatum niet instellen. De vervaldatum ligt in het verleden", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Het share-backend %s moet de OCP\\Share_Backend interface implementeren", + "Sharing backend %s not found" : "Het share-backend %s is niet gevonden", + "Sharing backend for %s not found" : "Het share-backend voor %s is niet gevonden", + "Sharing %s failed, because the user %s is the original sharer" : "Delen van %s is mislukt, omdat gebruiker %s de originele deler is", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Delen van %s is mislukt, omdat de rechten de aan %s toegekende autorisaties overschrijden", + "Sharing %s failed, because resharing is not allowed" : "Delen van %s is mislukt, omdat her-delen niet is toegestaan", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Delen van %s is mislukt, omdat de share-backend voor %s de bron niet kon vinden", + "Sharing %s failed, because the file could not be found in the file cache" : "Delen van %s is mislukt, omdat het bestand niet in de bestandscache kon worden gevonden", + "Could not find category \"%s\"" : "Kon categorie \"%s\" niet vinden", + "seconds ago" : "seconden geleden", + "_%n minute ago_::_%n minutes ago_" : ["%n minuut geleden","%n minuten geleden"], + "_%n hour ago_::_%n hours ago_" : ["%n uur geleden","%n uur geleden"], + "today" : "vandaag", + "yesterday" : "gisteren", + "_%n day go_::_%n days ago_" : ["%n dag terug","%n dagen geleden"], + "last month" : "vorige maand", + "_%n month ago_::_%n months ago_" : ["%n maand geleden","%n maanden geleden"], + "last year" : "vorig jaar", + "years ago" : "jaar geleden", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Alleen de volgende tekens zijn toegestaan in een gebruikersnaam: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Er moet een geldige gebruikersnaam worden opgegeven", + "A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven", + "The username is already being used" : "De gebruikersnaam bestaat al", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Geen database drivers (sqlite, mysql of postgres) geïnstalleerd.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Dit kan hersteld worden door de webserver schrijfrechten te %s geven op de hoofddirectory %s.", + "Cannot write into \"config\" directory" : "Kan niet schrijven naar de \"config\" directory", + "Cannot write into \"apps\" directory" : "Kan niet schrijven naar de \"apps\" directory", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Dit kan hersteld worden door de webserver schrijfrechten te %s geven op de appsdirectory %s of door de appstore te deactiveren in het configbestand.", + "Cannot create \"data\" directory (%s)" : "Kan de \"data\" directory (%s) niet aanmaken", + "This can usually be fixed by giving the webserver write access to the root directory." : "Dit kan worden hersteld door de webserver schrijfrechten te geven tot de hoofddirectory.", + "Setting locale to %s failed" : "Instellen taal op %s mislukte", + "Please install one of these locales on your system and restart your webserver." : "Installeer één van de talen op uw systeem en herstart uw webserver.", + "Please ask your server administrator to install the module." : "Vraag uw beheerder om de module te installeren.", + "PHP module %s not installed." : "PHP module %s niet geïnstalleerd.", + "PHP %s or higher is required." : "PHP %s of hoger vereist.", + "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." : "Vraag uw beheerder om PHP bij te werken tot de laatste versie. Uw PHP versie wordt niet langer ondersteund door ownCloud en de PHP community.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode is ingeschakeld. Voor een goede werking van ownCloud moet die modus zijn uitgeschakeld.", + "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." : "PHP Safe Mode is niet langer zinvol en zou eigenlijk gedeactiveerd moeten worden. Vraag uw beheerder om Safe Mode in php.ini of in de webserver configuratie te deactiveren.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes is geactiveerd. Voor een goede werking van ownCloud moet dit zijn uitgeschakeld.", + "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." : "Magic Quotes is niet langer zinvol en zou eigenlijk gedeactiveerd moeten worden. Vraag uw beheerder om Safe Mode in php.ini of in de webserver configuratie te deactiveren.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP modules zijn geïnstalleerd, maar worden ze nog steeds als ontbrekend aangegeven?", + "Please ask your server administrator to restart the web server." : "Vraag uw beheerder de webserver opnieuw op te starten.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 vereist", + "Please upgrade your database version" : "Werk uw database versie bij", + "Error occurred while checking PostgreSQL version" : "Een fout trad op bij checken PostgreSQL versie", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Verifieer dat u PostgreSQL >=9 draait of check de logs voor meer informatie over deze fout", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Wijzig de permissies in 0770 zodat de directory niet door anderen bekeken kan worden.", + "Data directory (%s) is readable by other users" : "De datadirectory (%s) is leesbaar voor andere gebruikers", + "Data directory (%s) is invalid" : "Data directory (%s) is ongeldig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifieer dat de data directory een bestand \".ocdata\" in de hoofdmap heeft.", + "Could not obtain lock type %d on \"%s\"." : "Kon geen lock type %d krijgen op \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/nl.php b/lib/l10n/nl.php deleted file mode 100644 index f5a81dd6ee..0000000000 --- a/lib/l10n/nl.php +++ /dev/null @@ -1,123 +0,0 @@ - "Kan niet schrijven naar de \"config\" directory!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Dit kan hersteld worden door de webserver schrijfrechten te geven op de de config directory", -"See %s" => "Zie %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Dit kan hersteld worden door de webserver schrijfrechten te %sgeven op de de config directory%s", -"Sample configuration detected" => "Voorbeeldconfiguratie gevonden", -"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" => "Blijkbaar is de voorbeeldconfiguratie gekopieerd. Dit kan uw installatie beschadigen en wordt niet dan ook ondersteund. Lees de documentatie voordat u wijzigingen aan config.php doorvoert", -"Help" => "Help", -"Personal" => "Persoonlijk", -"Settings" => "Instellingen", -"Users" => "Gebruikers", -"Admin" => "Beheerder", -"Recommended" => "Aanbevolen", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "App \\\"%s\\\" kan niet worden geïnstalleerd omdat de app niet compatible is met deze versie van ownCloud.", -"No app name specified" => "De app naam is niet gespecificeerd.", -"Unknown filetype" => "Onbekend bestandsformaat", -"Invalid image" => "Ongeldige afbeelding", -"web services under your control" => "Webdiensten in eigen beheer", -"App directory already exists" => "App directory bestaat al", -"Can't create app folder. Please fix permissions. %s" => "Kan de app map niet aanmaken, Herstel de permissies. %s", -"No source specified when installing app" => "Geen bron opgegeven bij installatie van de app", -"No href specified when installing app from http" => "Geen href opgegeven bij installeren van de app vanaf http", -"No path specified when installing app from local file" => "Geen pad opgegeven bij installeren van de app vanaf een lokaal bestand", -"Archives of type %s are not supported" => "Archiefbestanden van type %s niet ondersteund", -"Failed to open archive when installing app" => "Kon archiefbestand bij installatie van de app niet openen", -"App does not provide an info.xml file" => "De app heeft geen info.xml bestand", -"App can't be installed because of not allowed code in the App" => "De app kan niet worden geïnstalleerd wegens onjuiste code in de app", -"App can't be installed because it is not compatible with this version of ownCloud" => "De app kan niet worden geïnstalleerd omdat die niet compatible is met deze versie van ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "De app kan niet worden geïnstallerd omdat het de true tag bevat die niet is toegestaan voor niet gepubliceerde apps", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "De app kan niet worden geïnstalleerd omdat de versie in info.xml/version niet dezelfde is als de versie zoals die in de app store staat vermeld", -"Application is not enabled" => "De applicatie is niet actief", -"Authentication error" => "Authenticatie fout", -"Token expired. Please reload page." => "Token verlopen. Herlaad de pagina.", -"Unknown user" => "Onbekende gebruiker", -"%s enter the database username." => "%s opgeven database gebruikersnaam.", -"%s enter the database name." => "%s opgeven databasenaam.", -"%s you may not use dots in the database name" => "%s er mogen geen puntjes in de databasenaam voorkomen", -"MS SQL username and/or password not valid: %s" => "MS SQL gebruikersnaam en/of wachtwoord niet geldig: %s", -"You need to enter either an existing account or the administrator." => "Geef of een bestaand account op of het beheerdersaccount.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB gebruikersnaam en/of wachtwoord ongeldig", -"DB Error: \"%s\"" => "DB Fout: \"%s\"", -"Offending command was: \"%s\"" => "Onjuiste commande was: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB gebruiker '%s'@'localhost' bestaat al.", -"Drop this user from MySQL/MariaDB" => "Verwijder deze gebruiker uit MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB gebruiker '%s'@'%%' bestaat al", -"Drop this user from MySQL/MariaDB." => "Verwijder deze gebruiker uit MySQL/MariaDB.", -"Oracle connection could not be established" => "Er kon geen verbinding met Oracle worden bereikt", -"Oracle username and/or password not valid" => "Oracle gebruikersnaam en/of wachtwoord ongeldig", -"Offending command was: \"%s\", name: %s, password: %s" => "Onjuiste commando was: \"%s\", naam: %s, wachtwoord: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL gebruikersnaam en/of wachtwoord ongeldig", -"Set an admin username." => "Stel de gebruikersnaam van de beheerder in.", -"Set an admin password." => "Stel een beheerderswachtwoord in.", -"Can't create or write into the data directory %s" => "Kan niets creëren of wegschrijven in datadirectory %s", -"%s shared »%s« with you" => "%s deelde »%s« met u", -"Sharing %s failed, because the file does not exist" => "Delen van %s is mislukt, omdat het bestand niet bestaat", -"You are not allowed to share %s" => "U bent niet bevoegd om %s te delen", -"Sharing %s failed, because the user %s is the item owner" => "Delen van %s is mislukt, omdat de gebruiker %s de eigenaar is", -"Sharing %s failed, because the user %s does not exist" => "Delen van %s is mislukt, omdat gebruiker %s niet bestaat", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Delen van %s is mislukt, omdat gebruiker %s geen lid is van een groep waar %s lid van is", -"Sharing %s failed, because this item is already shared with %s" => "Delen van %s is mislukt, omdat het object al wordt gedeeld met %s", -"Sharing %s failed, because the group %s does not exist" => "Delen van %s is mislukt, omdat groep %s niet bestaat", -"Sharing %s failed, because %s is not a member of the group %s" => "Delen van %s is mislukt, omdat %s geen lid is van groep %s", -"You need to provide a password to create a public link, only protected links are allowed" => "U moet een wachtwoord verstrekken om een openbare koppeling te maken, alleen beschermde links zijn toegestaan", -"Sharing %s failed, because sharing with links is not allowed" => "Delen van %s is mislukt, omdat het delen met links niet is toegestaan", -"Share type %s is not valid for %s" => "Delen van type %s is niet geldig voor %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Instellen van de permissies voor %s is mislukt, omdat de permissies hoger zijn dan de aan %s toegekende permissies", -"Setting permissions for %s failed, because the item was not found" => "Instellen van de permissies voor %s is mislukt, omdat het object niet is gevonden", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Kon vervaldatum niet instellen. Shares kunnen niet langer dan %s vervallen na het moment van delen", -"Cannot set expiration date. Expiration date is in the past" => "Kon vervaldatum niet instellen. De vervaldatum ligt in het verleden", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Het share-backend %s moet de OCP\\Share_Backend interface implementeren", -"Sharing backend %s not found" => "Het share-backend %s is niet gevonden", -"Sharing backend for %s not found" => "Het share-backend voor %s is niet gevonden", -"Sharing %s failed, because the user %s is the original sharer" => "Delen van %s is mislukt, omdat gebruiker %s de originele deler is", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Delen van %s is mislukt, omdat de rechten de aan %s toegekende autorisaties overschrijden", -"Sharing %s failed, because resharing is not allowed" => "Delen van %s is mislukt, omdat her-delen niet is toegestaan", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Delen van %s is mislukt, omdat de share-backend voor %s de bron niet kon vinden", -"Sharing %s failed, because the file could not be found in the file cache" => "Delen van %s is mislukt, omdat het bestand niet in de bestandscache kon worden gevonden", -"Could not find category \"%s\"" => "Kon categorie \"%s\" niet vinden", -"seconds ago" => "seconden geleden", -"_%n minute ago_::_%n minutes ago_" => array("%n minuut geleden","%n minuten geleden"), -"_%n hour ago_::_%n hours ago_" => array("%n uur geleden","%n uur geleden"), -"today" => "vandaag", -"yesterday" => "gisteren", -"_%n day go_::_%n days ago_" => array("%n dag terug","%n dagen geleden"), -"last month" => "vorige maand", -"_%n month ago_::_%n months ago_" => array("%n maand geleden","%n maanden geleden"), -"last year" => "vorig jaar", -"years ago" => "jaar geleden", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Alleen de volgende tekens zijn toegestaan in een gebruikersnaam: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", -"A valid username must be provided" => "Er moet een geldige gebruikersnaam worden opgegeven", -"A valid password must be provided" => "Er moet een geldig wachtwoord worden opgegeven", -"The username is already being used" => "De gebruikersnaam bestaat al", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Geen database drivers (sqlite, mysql of postgres) geïnstalleerd.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Dit kan hersteld worden door de webserver schrijfrechten te %s geven op de hoofddirectory %s.", -"Cannot write into \"config\" directory" => "Kan niet schrijven naar de \"config\" directory", -"Cannot write into \"apps\" directory" => "Kan niet schrijven naar de \"apps\" directory", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Dit kan hersteld worden door de webserver schrijfrechten te %s geven op de appsdirectory %s of door de appstore te deactiveren in het configbestand.", -"Cannot create \"data\" directory (%s)" => "Kan de \"data\" directory (%s) niet aanmaken", -"This can usually be fixed by giving the webserver write access to the root directory." => "Dit kan worden hersteld door de webserver schrijfrechten te geven tot de hoofddirectory.", -"Setting locale to %s failed" => "Instellen taal op %s mislukte", -"Please install one of these locales on your system and restart your webserver." => "Installeer één van de talen op uw systeem en herstart uw webserver.", -"Please ask your server administrator to install the module." => "Vraag uw beheerder om de module te installeren.", -"PHP module %s not installed." => "PHP module %s niet geïnstalleerd.", -"PHP %s or higher is required." => "PHP %s of hoger vereist.", -"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." => "Vraag uw beheerder om PHP bij te werken tot de laatste versie. Uw PHP versie wordt niet langer ondersteund door ownCloud en de PHP community.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode is ingeschakeld. Voor een goede werking van ownCloud moet die modus zijn uitgeschakeld.", -"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." => "PHP Safe Mode is niet langer zinvol en zou eigenlijk gedeactiveerd moeten worden. Vraag uw beheerder om Safe Mode in php.ini of in de webserver configuratie te deactiveren.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes is geactiveerd. Voor een goede werking van ownCloud moet dit zijn uitgeschakeld.", -"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." => "Magic Quotes is niet langer zinvol en zou eigenlijk gedeactiveerd moeten worden. Vraag uw beheerder om Safe Mode in php.ini of in de webserver configuratie te deactiveren.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP modules zijn geïnstalleerd, maar worden ze nog steeds als ontbrekend aangegeven?", -"Please ask your server administrator to restart the web server." => "Vraag uw beheerder de webserver opnieuw op te starten.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 vereist", -"Please upgrade your database version" => "Werk uw database versie bij", -"Error occurred while checking PostgreSQL version" => "Een fout trad op bij checken PostgreSQL versie", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Verifieer dat u PostgreSQL >=9 draait of check de logs voor meer informatie over deze fout", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Wijzig de permissies in 0770 zodat de directory niet door anderen bekeken kan worden.", -"Data directory (%s) is readable by other users" => "De datadirectory (%s) is leesbaar voor andere gebruikers", -"Data directory (%s) is invalid" => "Data directory (%s) is ongeldig", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Verifieer dat de data directory een bestand \".ocdata\" in de hoofdmap heeft.", -"Could not obtain lock type %d on \"%s\"." => "Kon geen lock type %d krijgen op \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/nn_NO.js b/lib/l10n/nn_NO.js new file mode 100644 index 0000000000..a8424759ed --- /dev/null +++ b/lib/l10n/nn_NO.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "lib", + { + "Help" : "Hjelp", + "Personal" : "Personleg", + "Settings" : "Innstillingar", + "Users" : "Brukarar", + "Admin" : "Administrer", + "Unknown filetype" : "Ukjend filtype", + "Invalid image" : "Ugyldig bilete", + "web services under your control" : "Vev tjenester under din kontroll", + "Authentication error" : "Feil i autentisering", + "%s shared »%s« with you" : "%s delte «%s» med deg", + "seconds ago" : "sekund sidan", + "_%n minute ago_::_%n minutes ago_" : ["","%n minutt sidan"], + "_%n hour ago_::_%n hours ago_" : ["","%n timar sidan"], + "today" : "i dag", + "yesterday" : "i går", + "_%n day go_::_%n days ago_" : ["","%n dagar sidan"], + "last month" : "førre månad", + "_%n month ago_::_%n months ago_" : ["","%n månadar sidan"], + "last year" : "i fjor", + "years ago" : "år sidan", + "A valid username must be provided" : "Du må oppgje eit gyldig brukarnamn", + "A valid password must be provided" : "Du må oppgje eit gyldig passord" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nn_NO.json b/lib/l10n/nn_NO.json new file mode 100644 index 0000000000..582a728971 --- /dev/null +++ b/lib/l10n/nn_NO.json @@ -0,0 +1,25 @@ +{ "translations": { + "Help" : "Hjelp", + "Personal" : "Personleg", + "Settings" : "Innstillingar", + "Users" : "Brukarar", + "Admin" : "Administrer", + "Unknown filetype" : "Ukjend filtype", + "Invalid image" : "Ugyldig bilete", + "web services under your control" : "Vev tjenester under din kontroll", + "Authentication error" : "Feil i autentisering", + "%s shared »%s« with you" : "%s delte «%s» med deg", + "seconds ago" : "sekund sidan", + "_%n minute ago_::_%n minutes ago_" : ["","%n minutt sidan"], + "_%n hour ago_::_%n hours ago_" : ["","%n timar sidan"], + "today" : "i dag", + "yesterday" : "i går", + "_%n day go_::_%n days ago_" : ["","%n dagar sidan"], + "last month" : "førre månad", + "_%n month ago_::_%n months ago_" : ["","%n månadar sidan"], + "last year" : "i fjor", + "years ago" : "år sidan", + "A valid username must be provided" : "Du må oppgje eit gyldig brukarnamn", + "A valid password must be provided" : "Du må oppgje eit gyldig passord" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/nn_NO.php b/lib/l10n/nn_NO.php deleted file mode 100644 index c381e81ff2..0000000000 --- a/lib/l10n/nn_NO.php +++ /dev/null @@ -1,26 +0,0 @@ - "Hjelp", -"Personal" => "Personleg", -"Settings" => "Innstillingar", -"Users" => "Brukarar", -"Admin" => "Administrer", -"Unknown filetype" => "Ukjend filtype", -"Invalid image" => "Ugyldig bilete", -"web services under your control" => "Vev tjenester under din kontroll", -"Authentication error" => "Feil i autentisering", -"%s shared »%s« with you" => "%s delte «%s» med deg", -"seconds ago" => "sekund sidan", -"_%n minute ago_::_%n minutes ago_" => array("","%n minutt sidan"), -"_%n hour ago_::_%n hours ago_" => array("","%n timar sidan"), -"today" => "i dag", -"yesterday" => "i går", -"_%n day go_::_%n days ago_" => array("","%n dagar sidan"), -"last month" => "førre månad", -"_%n month ago_::_%n months ago_" => array("","%n månadar sidan"), -"last year" => "i fjor", -"years ago" => "år sidan", -"A valid username must be provided" => "Du må oppgje eit gyldig brukarnamn", -"A valid password must be provided" => "Du må oppgje eit gyldig passord" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/nqo.js b/lib/l10n/nqo.js new file mode 100644 index 0000000000..0f4a002019 --- /dev/null +++ b/lib/l10n/nqo.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=1; plural=0;"); diff --git a/lib/l10n/nqo.json b/lib/l10n/nqo.json new file mode 100644 index 0000000000..4a03cf5047 --- /dev/null +++ b/lib/l10n/nqo.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=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/nqo.php b/lib/l10n/nqo.php deleted file mode 100644 index e7b09649a2..0000000000 --- a/lib/l10n/nqo.php +++ /dev/null @@ -1,8 +0,0 @@ - array(""), -"_%n hour ago_::_%n hours ago_" => array(""), -"_%n day go_::_%n days ago_" => array(""), -"_%n month ago_::_%n months ago_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js new file mode 100644 index 0000000000..b641937210 --- /dev/null +++ b/lib/l10n/oc.js @@ -0,0 +1,22 @@ +OC.L10N.register( + "lib", + { + "Help" : "Ajuda", + "Personal" : "Personal", + "Settings" : "Configuracion", + "Users" : "Usancièrs", + "Admin" : "Admin", + "web services under your control" : "Services web jos ton contraròtle", + "Authentication error" : "Error d'autentificacion", + "seconds ago" : "segonda a", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "uèi", + "yesterday" : "ièr", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "mes passat", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "an passat", + "years ago" : "ans a" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/oc.json b/lib/l10n/oc.json new file mode 100644 index 0000000000..df72d194de --- /dev/null +++ b/lib/l10n/oc.json @@ -0,0 +1,20 @@ +{ "translations": { + "Help" : "Ajuda", + "Personal" : "Personal", + "Settings" : "Configuracion", + "Users" : "Usancièrs", + "Admin" : "Admin", + "web services under your control" : "Services web jos ton contraròtle", + "Authentication error" : "Error d'autentificacion", + "seconds ago" : "segonda a", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "uèi", + "yesterday" : "ièr", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "mes passat", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "an passat", + "years ago" : "ans a" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/lib/l10n/oc.php b/lib/l10n/oc.php deleted file mode 100644 index 417b3825bf..0000000000 --- a/lib/l10n/oc.php +++ /dev/null @@ -1,21 +0,0 @@ - "Ajuda", -"Personal" => "Personal", -"Settings" => "Configuracion", -"Users" => "Usancièrs", -"Admin" => "Admin", -"web services under your control" => "Services web jos ton contraròtle", -"Authentication error" => "Error d'autentificacion", -"seconds ago" => "segonda a", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"today" => "uèi", -"yesterday" => "ièr", -"_%n day go_::_%n days ago_" => array("",""), -"last month" => "mes passat", -"_%n month ago_::_%n months ago_" => array("",""), -"last year" => "an passat", -"years ago" => "ans a" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/lib/l10n/or_IN.js b/lib/l10n/or_IN.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/or_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/or_IN.json b/lib/l10n/or_IN.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/or_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/or_IN.php b/lib/l10n/or_IN.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/or_IN.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/pa.js b/lib/l10n/pa.js new file mode 100644 index 0000000000..0c3dd4c553 --- /dev/null +++ b/lib/l10n/pa.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "lib", + { + "Settings" : "ਸੈਟਿੰਗ", + "seconds ago" : "ਸਕਿੰਟ ਪਹਿਲਾਂ", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "ਅੱਜ", + "yesterday" : "ਕੱਲ੍ਹ", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "ਪਿਛਲੇ ਮਹੀਨੇ", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "ਪਿਛਲੇ ਸਾਲ", + "years ago" : "ਸਾਲਾਂ ਪਹਿਲਾਂ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/pa.json b/lib/l10n/pa.json new file mode 100644 index 0000000000..4fc6757c69 --- /dev/null +++ b/lib/l10n/pa.json @@ -0,0 +1,14 @@ +{ "translations": { + "Settings" : "ਸੈਟਿੰਗ", + "seconds ago" : "ਸਕਿੰਟ ਪਹਿਲਾਂ", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "ਅੱਜ", + "yesterday" : "ਕੱਲ੍ਹ", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "ਪਿਛਲੇ ਮਹੀਨੇ", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "ਪਿਛਲੇ ਸਾਲ", + "years ago" : "ਸਾਲਾਂ ਪਹਿਲਾਂ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/pa.php b/lib/l10n/pa.php deleted file mode 100644 index 07738a9091..0000000000 --- a/lib/l10n/pa.php +++ /dev/null @@ -1,15 +0,0 @@ - "ਸੈਟਿੰਗ", -"seconds ago" => "ਸਕਿੰਟ ਪਹਿਲਾਂ", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"today" => "ਅੱਜ", -"yesterday" => "ਕੱਲ੍ਹ", -"_%n day go_::_%n days ago_" => array("",""), -"last month" => "ਪਿਛਲੇ ਮਹੀਨੇ", -"_%n month ago_::_%n months ago_" => array("",""), -"last year" => "ਪਿਛਲੇ ਸਾਲ", -"years ago" => "ਸਾਲਾਂ ਪਹਿਲਾਂ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js new file mode 100644 index 0000000000..318c9c4434 --- /dev/null +++ b/lib/l10n/pl.js @@ -0,0 +1,122 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Nie można zapisać do katalogu \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Można to zwykle rozwiązać przez dodanie serwerowi www uprawnień zapisu do katalogu config.", + "See %s" : "Zobacz %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu config%s.", + "Sample configuration detected" : "Wykryto przykładową konfigurację", + "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" : "Wykryto skopiowanie przykładowej konfiguracji. To może popsuć Twoją instalację i nie jest wspierane. Proszę przeczytać dokumentację przed dokonywaniem zmian w config.php", + "Help" : "Pomoc", + "Personal" : "Osobiste", + "Settings" : "Ustawienia", + "Users" : "Użytkownicy", + "Admin" : "Administrator", + "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", + "Invalid image" : "Błędne zdjęcie", + "web services under your control" : "Kontrolowane serwisy", + "App directory already exists" : "Katalog aplikacji już isnieje", + "Can't create app folder. Please fix permissions. %s" : "Nie mogę utworzyć katalogu aplikacji. Proszę popraw uprawnienia. %s", + "No source specified when installing app" : "Nie określono źródła podczas instalacji aplikacji", + "No href specified when installing app from http" : "Nie określono linku skąd aplikacja ma być zainstalowana", + "No path specified when installing app from local file" : "Nie określono lokalnego pliku z którego miała być instalowana aplikacja", + "Archives of type %s are not supported" : "Typ archiwum %s nie jest obsługiwany", + "Failed to open archive when installing app" : "Nie udało się otworzyć archiwum podczas instalacji aplikacji", + "App does not provide an info.xml file" : "Aplikacja nie posiada pliku info.xml", + "App can't be installed because of not allowed code in the App" : "Aplikacja nie może być zainstalowany ponieważ nie dopuszcza kod w aplikacji", + "App can't be installed because it is not compatible with this version of ownCloud" : "Aplikacja nie może zostać zainstalowana ponieważ jest niekompatybilna z tą wersja ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Aplikacja nie może być zainstalowana ponieważ true tag nie jest true , co nie jest dozwolone dla aplikacji nie wysłanych", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Nie można zainstalować aplikacji, ponieważ w wersji info.xml/version nie jest taka sama, jak wersja z app store", + "Application is not enabled" : "Aplikacja nie jest włączona", + "Authentication error" : "Błąd uwierzytelniania", + "Token expired. Please reload page." : "Token wygasł. Proszę ponownie załadować stronę.", + "Unknown user" : "Nieznany użytkownik", + "%s enter the database username." : "%s wpisz nazwę użytkownika do bazy", + "%s enter the database name." : "%s wpisz nazwę bazy.", + "%s you may not use dots in the database name" : "%s nie można używać kropki w nazwie bazy danych", + "MS SQL username and/or password not valid: %s" : "Nazwa i/lub hasło serwera MS SQL jest niepoprawne: %s.", + "You need to enter either an existing account or the administrator." : "Należy wprowadzić istniejące konto użytkownika lub administratora.", + "MySQL/MariaDB username and/or password not valid" : "Użytkownik i/lub hasło do MySQL/MariaDB są niepoprawne", + "DB Error: \"%s\"" : "Błąd DB: \"%s\"", + "Offending command was: \"%s\"" : "Niepoprawna komenda: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Użytkownik '%s'@'localhost' MySQL/MariaDB już istnieje.", + "Drop this user from MySQL/MariaDB" : "Usuń tego użytkownika z MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Użytkownik '%s'@'%%' MySQL/MariaDB już istnieje.", + "Drop this user from MySQL/MariaDB." : "Usuń tego użytkownika z MySQL/MariaDB", + "Oracle connection could not be established" : "Nie można ustanowić połączenia z bazą Oracle", + "Oracle username and/or password not valid" : "Oracle: Nazwa użytkownika i/lub hasło jest niepoprawne", + "Offending command was: \"%s\", name: %s, password: %s" : "Niepoprawne polecania: \"%s\", nazwa: %s, hasło: %s", + "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.", + "%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", + "Sharing %s failed, because the user %s is the item owner" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s jest właścicielem elementu", + "Sharing %s failed, because the user %s does not exist" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie istnieje", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie jest członkiem żadnej grupy której członkiem jest %s", + "Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s", + "Sharing %s failed, because the group %s does not exist" : "Współdzielenie %s nie powiodło się, ponieważ grupa %s nie istnieje", + "Sharing %s failed, because %s is not a member of the group %s" : "Współdzielenie %s nie powiodło się, ponieważ %s nie jest członkiem grupy %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Musisz zapewnić hasło aby utworzyć link publiczny, dozwolone są tylko linki chronione", + "Sharing %s failed, because sharing with links is not allowed" : "Współdzielenie %s nie powiodło się, ponieważ współdzielenie z linkami nie jest dozwolone", + "Share type %s is not valid for %s" : "Typ udziału %s nie jest właściwy dla %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ustawienie uprawnień dla %s nie powiodło się, ponieważ uprawnienia wykraczają poza przydzielone %s", + "Setting permissions for %s failed, because the item was not found" : "Ustawienie uprawnień dla %s nie powiodło się, ponieważ element nie został znaleziony", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nie można ustawić daty wygaśnięcia. Udziały nie mogą wygasać później niż %s od momentu udostępnienia", + "Cannot set expiration date. Expiration date is in the past" : "Nie można ustawić daty wygaśnięcia. Data wygaśnięcia jest w przeszłości.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend", + "Sharing backend %s not found" : "Zaplecze %s do współdzielenia nie zostało znalezione", + "Sharing backend for %s not found" : "Zaplecze do współdzielenia %s nie zostało znalezione", + "Sharing %s failed, because the user %s is the original sharer" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s jest udostępniającym", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Współdzielenie %s nie powiodło się, ponieważ uprawnienia przekraczają te udzielone %s", + "Sharing %s failed, because resharing is not allowed" : "Współdzielenie %s nie powiodło się, ponieważ ponowne współdzielenie nie jest dozwolone", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Współdzielenie %s nie powiodło się, ponieważ zaplecze współdzielenia dla %s nie mogło znaleźć jego źródła", + "Sharing %s failed, because the file could not be found in the file cache" : "Współdzielenie %s nie powiodło się, ponieważ plik nie może zostać odnaleziony w buforze plików", + "Could not find category \"%s\"" : "Nie można odnaleźć kategorii \"%s\"", + "seconds ago" : "sekund temu", + "_%n minute ago_::_%n minutes ago_" : ["%n minute temu","%n minut temu","%n minut temu"], + "_%n hour ago_::_%n hours ago_" : ["%n godzinę temu","%n godzin temu","%n godzin temu"], + "today" : "dziś", + "yesterday" : "wczoraj", + "_%n day go_::_%n days ago_" : ["%n dzień temu","%n dni temu","%n dni temu"], + "last month" : "w zeszłym miesiącu", + "_%n month ago_::_%n months ago_" : ["%n miesiąc temu","%n miesięcy temu","%n miesięcy temu"], + "last year" : "w zeszłym roku", + "years ago" : "lat temu", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "W nazwach użytkowników dozwolone są wyłącznie następujące znaki: \"a-z\", \"A-Z\", \"0-9\", oraz \"_.@-\"", + "A valid username must be provided" : "Należy podać prawidłową nazwę użytkownika", + "A valid password must be provided" : "Należy podać prawidłowe hasło", + "The username is already being used" : "Ta nazwa użytkownika jest już używana", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Brak sterowników bazy danych (sqlite, mysql or postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Problemy z uprawnieniami można zwykle naprawić przez %sdodanie serwerowi www uprawnień zapisu do katalogu głównego%s.", + "Cannot write into \"config\" directory" : "Nie można zapisać do katalogu \"config\"", + "Cannot write into \"apps\" directory" : "Nie można zapisać do katalogu \"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." : "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu apps%s lub wyłączenie appstore w pliku konfiguracyjnym.", + "Cannot create \"data\" directory (%s)" : "Nie można utworzyć katalogu \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Można to zwykle rozwiązać przez dodanie serwerowi www uprawnień zapisu do katalogu głównego.", + "Setting locale to %s failed" : "Nie udało się zmienić języka na %s", + "Please install one of these locales on your system and restart your webserver." : "Proszę zainstalować jedno z poniższych locale w Twoim systemie i uruchomić ponownie serwer www.", + "Please ask your server administrator to install the module." : "Proszę poproś administratora serwera aby zainstalował ten moduł.", + "PHP module %s not installed." : "Moduł PHP %s nie jest zainstalowany.", + "PHP %s or higher is required." : "PHP %s lub wyższe jest wymagane.", + "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." : "Proszę poproś administratora serwera aby zaktualizował PHP do najnowszej wersji. Twoja wersja PHP nie jest już dłużej wspierana przez ownCloud i społeczność PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Bezpieczny tryb PHP jest aktywny. ownCloud do poprawnej pracy wymaga aby był on wyłączony.", + "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." : "Bezpieczny tryb PHP jest przestarzały i w większości bezużyteczny i powinien być wyłączony. Proszę poproś administratora serwera aby wyłączył go w php.ini lub w pliku konfiguracyjnym serwera www.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes są włączone. Do poprawnego działania ownCloud wymagane jest ich wyłączenie.", + "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." : "Magic Quotes to przestarzałe i zasadniczo bezużyteczne ustawienie, które powinno być wyłączone. Poproś administratora serwera, by wyłączył je w php.ini albo w konfiguracji serwera www.", + "PHP modules have been installed, but they are still listed as missing?" : "Moduły PHP zostały zainstalowane, ale nadal brakuje ich na liście?", + "Please ask your server administrator to restart the web server." : "Poproś administratora serwera o restart serwera www.", + "PostgreSQL >= 9 required" : "Wymagany PostgreSQL >= 9", + "Please upgrade your database version" : "Uaktualnij wersję bazy danych", + "Error occurred while checking PostgreSQL version" : "Wystąpił błąd podczas sprawdzania wersji PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Upewnij się, że PostgreSQL jest w wersji co najmniej 9 lub sprawdź log by uzyskać więcej informacji na temat błędu", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Zmień uprawnienia na 0770, żeby ukryć zawartość katalogu przed innymi użytkownikami.", + "Data directory (%s) is readable by other users" : "Katalog danych (%s) jest możliwy do odczytania przez innych użytkowników", + "Data directory (%s) is invalid" : "Katalog danych (%s) jest nieprawidłowy", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Sprawdź, czy katalog danych zawiera plik \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Nie można uzyskać blokady typu %d na \"%s\"." +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json new file mode 100644 index 0000000000..354dfb065b --- /dev/null +++ b/lib/l10n/pl.json @@ -0,0 +1,120 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Nie można zapisać do katalogu \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Można to zwykle rozwiązać przez dodanie serwerowi www uprawnień zapisu do katalogu config.", + "See %s" : "Zobacz %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu config%s.", + "Sample configuration detected" : "Wykryto przykładową konfigurację", + "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" : "Wykryto skopiowanie przykładowej konfiguracji. To może popsuć Twoją instalację i nie jest wspierane. Proszę przeczytać dokumentację przed dokonywaniem zmian w config.php", + "Help" : "Pomoc", + "Personal" : "Osobiste", + "Settings" : "Ustawienia", + "Users" : "Użytkownicy", + "Admin" : "Administrator", + "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", + "Invalid image" : "Błędne zdjęcie", + "web services under your control" : "Kontrolowane serwisy", + "App directory already exists" : "Katalog aplikacji już isnieje", + "Can't create app folder. Please fix permissions. %s" : "Nie mogę utworzyć katalogu aplikacji. Proszę popraw uprawnienia. %s", + "No source specified when installing app" : "Nie określono źródła podczas instalacji aplikacji", + "No href specified when installing app from http" : "Nie określono linku skąd aplikacja ma być zainstalowana", + "No path specified when installing app from local file" : "Nie określono lokalnego pliku z którego miała być instalowana aplikacja", + "Archives of type %s are not supported" : "Typ archiwum %s nie jest obsługiwany", + "Failed to open archive when installing app" : "Nie udało się otworzyć archiwum podczas instalacji aplikacji", + "App does not provide an info.xml file" : "Aplikacja nie posiada pliku info.xml", + "App can't be installed because of not allowed code in the App" : "Aplikacja nie może być zainstalowany ponieważ nie dopuszcza kod w aplikacji", + "App can't be installed because it is not compatible with this version of ownCloud" : "Aplikacja nie może zostać zainstalowana ponieważ jest niekompatybilna z tą wersja ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Aplikacja nie może być zainstalowana ponieważ true tag nie jest true , co nie jest dozwolone dla aplikacji nie wysłanych", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Nie można zainstalować aplikacji, ponieważ w wersji info.xml/version nie jest taka sama, jak wersja z app store", + "Application is not enabled" : "Aplikacja nie jest włączona", + "Authentication error" : "Błąd uwierzytelniania", + "Token expired. Please reload page." : "Token wygasł. Proszę ponownie załadować stronę.", + "Unknown user" : "Nieznany użytkownik", + "%s enter the database username." : "%s wpisz nazwę użytkownika do bazy", + "%s enter the database name." : "%s wpisz nazwę bazy.", + "%s you may not use dots in the database name" : "%s nie można używać kropki w nazwie bazy danych", + "MS SQL username and/or password not valid: %s" : "Nazwa i/lub hasło serwera MS SQL jest niepoprawne: %s.", + "You need to enter either an existing account or the administrator." : "Należy wprowadzić istniejące konto użytkownika lub administratora.", + "MySQL/MariaDB username and/or password not valid" : "Użytkownik i/lub hasło do MySQL/MariaDB są niepoprawne", + "DB Error: \"%s\"" : "Błąd DB: \"%s\"", + "Offending command was: \"%s\"" : "Niepoprawna komenda: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Użytkownik '%s'@'localhost' MySQL/MariaDB już istnieje.", + "Drop this user from MySQL/MariaDB" : "Usuń tego użytkownika z MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Użytkownik '%s'@'%%' MySQL/MariaDB już istnieje.", + "Drop this user from MySQL/MariaDB." : "Usuń tego użytkownika z MySQL/MariaDB", + "Oracle connection could not be established" : "Nie można ustanowić połączenia z bazą Oracle", + "Oracle username and/or password not valid" : "Oracle: Nazwa użytkownika i/lub hasło jest niepoprawne", + "Offending command was: \"%s\", name: %s, password: %s" : "Niepoprawne polecania: \"%s\", nazwa: %s, hasło: %s", + "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.", + "%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", + "Sharing %s failed, because the user %s is the item owner" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s jest właścicielem elementu", + "Sharing %s failed, because the user %s does not exist" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie istnieje", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie jest członkiem żadnej grupy której członkiem jest %s", + "Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s", + "Sharing %s failed, because the group %s does not exist" : "Współdzielenie %s nie powiodło się, ponieważ grupa %s nie istnieje", + "Sharing %s failed, because %s is not a member of the group %s" : "Współdzielenie %s nie powiodło się, ponieważ %s nie jest członkiem grupy %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Musisz zapewnić hasło aby utworzyć link publiczny, dozwolone są tylko linki chronione", + "Sharing %s failed, because sharing with links is not allowed" : "Współdzielenie %s nie powiodło się, ponieważ współdzielenie z linkami nie jest dozwolone", + "Share type %s is not valid for %s" : "Typ udziału %s nie jest właściwy dla %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ustawienie uprawnień dla %s nie powiodło się, ponieważ uprawnienia wykraczają poza przydzielone %s", + "Setting permissions for %s failed, because the item was not found" : "Ustawienie uprawnień dla %s nie powiodło się, ponieważ element nie został znaleziony", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nie można ustawić daty wygaśnięcia. Udziały nie mogą wygasać później niż %s od momentu udostępnienia", + "Cannot set expiration date. Expiration date is in the past" : "Nie można ustawić daty wygaśnięcia. Data wygaśnięcia jest w przeszłości.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend", + "Sharing backend %s not found" : "Zaplecze %s do współdzielenia nie zostało znalezione", + "Sharing backend for %s not found" : "Zaplecze do współdzielenia %s nie zostało znalezione", + "Sharing %s failed, because the user %s is the original sharer" : "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s jest udostępniającym", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Współdzielenie %s nie powiodło się, ponieważ uprawnienia przekraczają te udzielone %s", + "Sharing %s failed, because resharing is not allowed" : "Współdzielenie %s nie powiodło się, ponieważ ponowne współdzielenie nie jest dozwolone", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Współdzielenie %s nie powiodło się, ponieważ zaplecze współdzielenia dla %s nie mogło znaleźć jego źródła", + "Sharing %s failed, because the file could not be found in the file cache" : "Współdzielenie %s nie powiodło się, ponieważ plik nie może zostać odnaleziony w buforze plików", + "Could not find category \"%s\"" : "Nie można odnaleźć kategorii \"%s\"", + "seconds ago" : "sekund temu", + "_%n minute ago_::_%n minutes ago_" : ["%n minute temu","%n minut temu","%n minut temu"], + "_%n hour ago_::_%n hours ago_" : ["%n godzinę temu","%n godzin temu","%n godzin temu"], + "today" : "dziś", + "yesterday" : "wczoraj", + "_%n day go_::_%n days ago_" : ["%n dzień temu","%n dni temu","%n dni temu"], + "last month" : "w zeszłym miesiącu", + "_%n month ago_::_%n months ago_" : ["%n miesiąc temu","%n miesięcy temu","%n miesięcy temu"], + "last year" : "w zeszłym roku", + "years ago" : "lat temu", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "W nazwach użytkowników dozwolone są wyłącznie następujące znaki: \"a-z\", \"A-Z\", \"0-9\", oraz \"_.@-\"", + "A valid username must be provided" : "Należy podać prawidłową nazwę użytkownika", + "A valid password must be provided" : "Należy podać prawidłowe hasło", + "The username is already being used" : "Ta nazwa użytkownika jest już używana", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Brak sterowników bazy danych (sqlite, mysql or postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Problemy z uprawnieniami można zwykle naprawić przez %sdodanie serwerowi www uprawnień zapisu do katalogu głównego%s.", + "Cannot write into \"config\" directory" : "Nie można zapisać do katalogu \"config\"", + "Cannot write into \"apps\" directory" : "Nie można zapisać do katalogu \"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." : "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu apps%s lub wyłączenie appstore w pliku konfiguracyjnym.", + "Cannot create \"data\" directory (%s)" : "Nie można utworzyć katalogu \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Można to zwykle rozwiązać przez dodanie serwerowi www uprawnień zapisu do katalogu głównego.", + "Setting locale to %s failed" : "Nie udało się zmienić języka na %s", + "Please install one of these locales on your system and restart your webserver." : "Proszę zainstalować jedno z poniższych locale w Twoim systemie i uruchomić ponownie serwer www.", + "Please ask your server administrator to install the module." : "Proszę poproś administratora serwera aby zainstalował ten moduł.", + "PHP module %s not installed." : "Moduł PHP %s nie jest zainstalowany.", + "PHP %s or higher is required." : "PHP %s lub wyższe jest wymagane.", + "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." : "Proszę poproś administratora serwera aby zaktualizował PHP do najnowszej wersji. Twoja wersja PHP nie jest już dłużej wspierana przez ownCloud i społeczność PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Bezpieczny tryb PHP jest aktywny. ownCloud do poprawnej pracy wymaga aby był on wyłączony.", + "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." : "Bezpieczny tryb PHP jest przestarzały i w większości bezużyteczny i powinien być wyłączony. Proszę poproś administratora serwera aby wyłączył go w php.ini lub w pliku konfiguracyjnym serwera www.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes są włączone. Do poprawnego działania ownCloud wymagane jest ich wyłączenie.", + "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." : "Magic Quotes to przestarzałe i zasadniczo bezużyteczne ustawienie, które powinno być wyłączone. Poproś administratora serwera, by wyłączył je w php.ini albo w konfiguracji serwera www.", + "PHP modules have been installed, but they are still listed as missing?" : "Moduły PHP zostały zainstalowane, ale nadal brakuje ich na liście?", + "Please ask your server administrator to restart the web server." : "Poproś administratora serwera o restart serwera www.", + "PostgreSQL >= 9 required" : "Wymagany PostgreSQL >= 9", + "Please upgrade your database version" : "Uaktualnij wersję bazy danych", + "Error occurred while checking PostgreSQL version" : "Wystąpił błąd podczas sprawdzania wersji PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Upewnij się, że PostgreSQL jest w wersji co najmniej 9 lub sprawdź log by uzyskać więcej informacji na temat błędu", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Zmień uprawnienia na 0770, żeby ukryć zawartość katalogu przed innymi użytkownikami.", + "Data directory (%s) is readable by other users" : "Katalog danych (%s) jest możliwy do odczytania przez innych użytkowników", + "Data directory (%s) is invalid" : "Katalog danych (%s) jest nieprawidłowy", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Sprawdź, czy katalog danych zawiera plik \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Nie można uzyskać blokady typu %d na \"%s\"." +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/lib/l10n/pl.php b/lib/l10n/pl.php deleted file mode 100644 index 81c844f6d5..0000000000 --- a/lib/l10n/pl.php +++ /dev/null @@ -1,123 +0,0 @@ - "Nie można zapisać do katalogu \"config\"!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Można to zwykle rozwiązać przez dodanie serwerowi www uprawnień zapisu do katalogu config.", -"See %s" => "Zobacz %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu config%s.", -"Sample configuration detected" => "Wykryto przykładową konfigurację", -"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" => "Wykryto skopiowanie przykładowej konfiguracji. To może popsuć Twoją instalację i nie jest wspierane. Proszę przeczytać dokumentację przed dokonywaniem zmian w config.php", -"Help" => "Pomoc", -"Personal" => "Osobiste", -"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", -"Invalid image" => "Błędne zdjęcie", -"web services under your control" => "Kontrolowane serwisy", -"App directory already exists" => "Katalog aplikacji już isnieje", -"Can't create app folder. Please fix permissions. %s" => "Nie mogę utworzyć katalogu aplikacji. Proszę popraw uprawnienia. %s", -"No source specified when installing app" => "Nie określono źródła podczas instalacji aplikacji", -"No href specified when installing app from http" => "Nie określono linku skąd aplikacja ma być zainstalowana", -"No path specified when installing app from local file" => "Nie określono lokalnego pliku z którego miała być instalowana aplikacja", -"Archives of type %s are not supported" => "Typ archiwum %s nie jest obsługiwany", -"Failed to open archive when installing app" => "Nie udało się otworzyć archiwum podczas instalacji aplikacji", -"App does not provide an info.xml file" => "Aplikacja nie posiada pliku info.xml", -"App can't be installed because of not allowed code in the App" => "Aplikacja nie może być zainstalowany ponieważ nie dopuszcza kod w aplikacji", -"App can't be installed because it is not compatible with this version of ownCloud" => "Aplikacja nie może zostać zainstalowana ponieważ jest niekompatybilna z tą wersja ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Aplikacja nie może być zainstalowana ponieważ true tag nie jest true , co nie jest dozwolone dla aplikacji nie wysłanych", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Nie można zainstalować aplikacji, ponieważ w wersji info.xml/version nie jest taka sama, jak wersja z app store", -"Application is not enabled" => "Aplikacja nie jest włączona", -"Authentication error" => "Błąd uwierzytelniania", -"Token expired. Please reload page." => "Token wygasł. Proszę ponownie załadować stronę.", -"Unknown user" => "Nieznany użytkownik", -"%s enter the database username." => "%s wpisz nazwę użytkownika do bazy", -"%s enter the database name." => "%s wpisz nazwę bazy.", -"%s you may not use dots in the database name" => "%s nie można używać kropki w nazwie bazy danych", -"MS SQL username and/or password not valid: %s" => "Nazwa i/lub hasło serwera MS SQL jest niepoprawne: %s.", -"You need to enter either an existing account or the administrator." => "Należy wprowadzić istniejące konto użytkownika lub administratora.", -"MySQL/MariaDB username and/or password not valid" => "Użytkownik i/lub hasło do MySQL/MariaDB są niepoprawne", -"DB Error: \"%s\"" => "Błąd DB: \"%s\"", -"Offending command was: \"%s\"" => "Niepoprawna komenda: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "Użytkownik '%s'@'localhost' MySQL/MariaDB już istnieje.", -"Drop this user from MySQL/MariaDB" => "Usuń tego użytkownika z MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "Użytkownik '%s'@'%%' MySQL/MariaDB już istnieje.", -"Drop this user from MySQL/MariaDB." => "Usuń tego użytkownika z MySQL/MariaDB", -"Oracle connection could not be established" => "Nie można ustanowić połączenia z bazą Oracle", -"Oracle username and/or password not valid" => "Oracle: Nazwa użytkownika i/lub hasło jest niepoprawne", -"Offending command was: \"%s\", name: %s, password: %s" => "Niepoprawne polecania: \"%s\", nazwa: %s, hasło: %s", -"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", -"Sharing %s failed, because the user %s is the item owner" => "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s jest właścicielem elementu", -"Sharing %s failed, because the user %s does not exist" => "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie istnieje", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s nie jest członkiem żadnej grupy której członkiem jest %s", -"Sharing %s failed, because this item is already shared with %s" => "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s", -"Sharing %s failed, because the group %s does not exist" => "Współdzielenie %s nie powiodło się, ponieważ grupa %s nie istnieje", -"Sharing %s failed, because %s is not a member of the group %s" => "Współdzielenie %s nie powiodło się, ponieważ %s nie jest członkiem grupy %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Musisz zapewnić hasło aby utworzyć link publiczny, dozwolone są tylko linki chronione", -"Sharing %s failed, because sharing with links is not allowed" => "Współdzielenie %s nie powiodło się, ponieważ współdzielenie z linkami nie jest dozwolone", -"Share type %s is not valid for %s" => "Typ udziału %s nie jest właściwy dla %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Ustawienie uprawnień dla %s nie powiodło się, ponieważ uprawnienia wykraczają poza przydzielone %s", -"Setting permissions for %s failed, because the item was not found" => "Ustawienie uprawnień dla %s nie powiodło się, ponieważ element nie został znaleziony", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Nie można ustawić daty wygaśnięcia. Udziały nie mogą wygasać później niż %s od momentu udostępnienia", -"Cannot set expiration date. Expiration date is in the past" => "Nie można ustawić daty wygaśnięcia. Data wygaśnięcia jest w przeszłości.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend", -"Sharing backend %s not found" => "Zaplecze %s do współdzielenia nie zostało znalezione", -"Sharing backend for %s not found" => "Zaplecze do współdzielenia %s nie zostało znalezione", -"Sharing %s failed, because the user %s is the original sharer" => "Współdzielenie %s nie powiodło się, ponieważ użytkownik %s jest udostępniającym", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Współdzielenie %s nie powiodło się, ponieważ uprawnienia przekraczają te udzielone %s", -"Sharing %s failed, because resharing is not allowed" => "Współdzielenie %s nie powiodło się, ponieważ ponowne współdzielenie nie jest dozwolone", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Współdzielenie %s nie powiodło się, ponieważ zaplecze współdzielenia dla %s nie mogło znaleźć jego źródła", -"Sharing %s failed, because the file could not be found in the file cache" => "Współdzielenie %s nie powiodło się, ponieważ plik nie może zostać odnaleziony w buforze plików", -"Could not find category \"%s\"" => "Nie można odnaleźć kategorii \"%s\"", -"seconds ago" => "sekund temu", -"_%n minute ago_::_%n minutes ago_" => array("%n minute temu","%n minut temu","%n minut temu"), -"_%n hour ago_::_%n hours ago_" => array("%n godzinę temu","%n godzin temu","%n godzin temu"), -"today" => "dziś", -"yesterday" => "wczoraj", -"_%n day go_::_%n days ago_" => array("%n dzień temu","%n dni temu","%n dni temu"), -"last month" => "w zeszłym miesiącu", -"_%n month ago_::_%n months ago_" => array("%n miesiąc temu","%n miesięcy temu","%n miesięcy temu"), -"last year" => "w zeszłym roku", -"years ago" => "lat temu", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "W nazwach użytkowników dozwolone są wyłącznie następujące znaki: \"a-z\", \"A-Z\", \"0-9\", oraz \"_.@-\"", -"A valid username must be provided" => "Należy podać prawidłową nazwę użytkownika", -"A valid password must be provided" => "Należy podać prawidłowe hasło", -"The username is already being used" => "Ta nazwa użytkownika jest już używana", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Brak sterowników bazy danych (sqlite, mysql or postgresql).", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Problemy z uprawnieniami można zwykle naprawić przez %sdodanie serwerowi www uprawnień zapisu do katalogu głównego%s.", -"Cannot write into \"config\" directory" => "Nie można zapisać do katalogu \"config\"", -"Cannot write into \"apps\" directory" => "Nie można zapisać do katalogu \"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." => "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu apps%s lub wyłączenie appstore w pliku konfiguracyjnym.", -"Cannot create \"data\" directory (%s)" => "Nie można utworzyć katalogu \"data\" (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Można to zwykle rozwiązać przez dodanie serwerowi www uprawnień zapisu do katalogu głównego.", -"Setting locale to %s failed" => "Nie udało się zmienić języka na %s", -"Please install one of these locales on your system and restart your webserver." => "Proszę zainstalować jedno z poniższych locale w Twoim systemie i uruchomić ponownie serwer www.", -"Please ask your server administrator to install the module." => "Proszę poproś administratora serwera aby zainstalował ten moduł.", -"PHP module %s not installed." => "Moduł PHP %s nie jest zainstalowany.", -"PHP %s or higher is required." => "PHP %s lub wyższe jest wymagane.", -"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." => "Proszę poproś administratora serwera aby zaktualizował PHP do najnowszej wersji. Twoja wersja PHP nie jest już dłużej wspierana przez ownCloud i społeczność PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "Bezpieczny tryb PHP jest aktywny. ownCloud do poprawnej pracy wymaga aby był on wyłączony.", -"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." => "Bezpieczny tryb PHP jest przestarzały i w większości bezużyteczny i powinien być wyłączony. Proszę poproś administratora serwera aby wyłączył go w php.ini lub w pliku konfiguracyjnym serwera www.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes są włączone. Do poprawnego działania ownCloud wymagane jest ich wyłączenie.", -"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." => "Magic Quotes to przestarzałe i zasadniczo bezużyteczne ustawienie, które powinno być wyłączone. Poproś administratora serwera, by wyłączył je w php.ini albo w konfiguracji serwera www.", -"PHP modules have been installed, but they are still listed as missing?" => "Moduły PHP zostały zainstalowane, ale nadal brakuje ich na liście?", -"Please ask your server administrator to restart the web server." => "Poproś administratora serwera o restart serwera www.", -"PostgreSQL >= 9 required" => "Wymagany PostgreSQL >= 9", -"Please upgrade your database version" => "Uaktualnij wersję bazy danych", -"Error occurred while checking PostgreSQL version" => "Wystąpił błąd podczas sprawdzania wersji PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Upewnij się, że PostgreSQL jest w wersji co najmniej 9 lub sprawdź log by uzyskać więcej informacji na temat błędu", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Zmień uprawnienia na 0770, żeby ukryć zawartość katalogu przed innymi użytkownikami.", -"Data directory (%s) is readable by other users" => "Katalog danych (%s) jest możliwy do odczytania przez innych użytkowników", -"Data directory (%s) is invalid" => "Katalog danych (%s) jest nieprawidłowy", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Sprawdź, czy katalog danych zawiera plik \".ocdata\".", -"Could not obtain lock type %d on \"%s\"." => "Nie można uzyskać blokady typu %d na \"%s\"." -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js new file mode 100644 index 0000000000..8537b31d54 --- /dev/null +++ b/lib/l10n/pt_BR.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Não é possível gravar no diretório \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Isso geralmente pode ser corrigido dando o acesso de gravação ao webserver para o diretório de configuração", + "See %s" : "Ver %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Isso geralmente pode ser corrigido dando permissão de gravação %sgiving ao webserver para o directory%s de configuração.", + "Sample configuration detected" : "Exemplo de configuração 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" : "Foi detectado que a configuração exemplo foi copiada. Isso pode desestabilizar sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", + "Help" : "Ajuda", + "Personal" : "Pessoal", + "Settings" : "Configurações", + "Users" : "Usuários", + "Admin" : "Admin", + "Recommended" : "Recomendado", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplicação \\\"%s\\\" não pode ser instalada porque não é compatível com esta versão do ownCloud.", + "No app name specified" : "O nome do aplicativo não foi especificado.", + "Unknown filetype" : "Tipo de arquivo desconhecido", + "Invalid image" : "Imagem inválida", + "web services under your control" : "serviços web sob seu controle", + "App directory already exists" : "Diretório App já existe", + "Can't create app folder. Please fix permissions. %s" : "Não é possível criar pasta app. Corrija as permissões. %s", + "No source specified when installing app" : "Nenhuma fonte foi especificada enquanto instalava o aplicativo", + "No href specified when installing app from http" : "Nenhuma href foi especificada enquanto instalava o aplicativo de http", + "No path specified when installing app from local file" : "Nenhum caminho foi especificado enquanto instalava o aplicativo do arquivo local", + "Archives of type %s are not supported" : "Arquivos do tipo %s não são suportados", + "Failed to open archive when installing app" : "Falha para abrir o arquivo enquanto instalava o aplicativo", + "App does not provide an info.xml file" : "O aplicativo não fornece um arquivo info.xml", + "App can't be installed because of not allowed code in the App" : "O aplicativo não pode ser instalado por causa do código não permitido no Aplivativo", + "App can't be installed because it is not compatible with this version of ownCloud" : "O aplicativo não pode ser instalado porque não é compatível com esta versão do ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "O aplicativo não pode ser instalado porque ele contém a marca verdadeiro que não é permitido para aplicações não embarcadas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "O aplicativo não pode ser instalado porque a versão em info.xml/versão não é a mesma que a versão relatada na App Store", + "Application is not enabled" : "Aplicação não está habilitada", + "Authentication error" : "Erro de autenticação", + "Token expired. Please reload page." : "Token expirou. Por favor recarregue a página.", + "Unknown user" : "Usuário desconhecido", + "%s enter the database username." : "%s insira o nome de usuário do banco de dados.", + "%s enter the database name." : "%s insira o nome do banco de dados.", + "%s you may not use dots in the database name" : "%s você não pode usar pontos no nome do banco de dados", + "MS SQL username and/or password not valid: %s" : "Nome de usuário e/ou senha MS SQL inválido(s): %s", + "You need to enter either an existing account or the administrator." : "Você precisa inserir uma conta existente ou a do administrador.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB nome de usuário e/ou senha não é válida", + "DB Error: \"%s\"" : "Erro no BD: \"%s\"", + "Offending command was: \"%s\"" : "Comando ofensivo era: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB usuário '%s'@'localhost' já existe.", + "Drop this user from MySQL/MariaDB" : "Eliminar esse usuário de MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB usuário '%s'@'%%' já existe", + "Drop this user from MySQL/MariaDB." : "Eliminar esse usuário de MySQL/MariaDB", + "Oracle connection could not be established" : "Conexão Oracle não pode ser estabelecida", + "Oracle username and/or password not valid" : "Nome de usuário e/ou senha Oracle inválido(s)", + "Offending command was: \"%s\", name: %s, password: %s" : "Comando ofensivo era: \"%s\", nome: %s, senha: %s", + "PostgreSQL username and/or password not valid" : "Nome de usuário e/ou senha PostgreSQL inválido(s)", + "Set an admin username." : "Defina um nome do usuário administrador.", + "Set an admin password." : "Defina uma senha de administrador.", + "Can't create or write into the data directory %s" : "Não é possível criar ou gravar no diretório de dados %s", + "%s shared »%s« with you" : "%s compartilhou »%s« com você", + "Sharing %s failed, because the file does not exist" : "Compartilhamento %s falhou, porque o arquivo não existe", + "You are not allowed to share %s" : "Você não tem permissão para compartilhar %s", + "Sharing %s failed, because the user %s is the item owner" : "Compartilhamento %s falhou, porque o usuário %s é o proprietário do item", + "Sharing %s failed, because the user %s does not exist" : "Compartilhamento %s falhou, porque o usuário %s não existe", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Compartilhamento %s falhou, porque o usuário %s não é membro de nenhum grupo que o usuário %s pertença", + "Sharing %s failed, because this item is already shared with %s" : "Compartilhamento %s falhou, porque este ítem já está compartilhado com %s", + "Sharing %s failed, because the group %s does not exist" : "Compartilhamento %s falhou, porque o grupo %s não existe", + "Sharing %s failed, because %s is not a member of the group %s" : "Compartilhamento %s falhou, porque %s não é membro do grupo %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Você precisa fornecer uma senha para criar um link público, apenas links protegidos são permitidos", + "Sharing %s failed, because sharing with links is not allowed" : "Compartilhamento %s falhou, porque compartilhamento com links não é permitido", + "Share type %s is not valid for %s" : "Tipo de compartilhamento %s não é válido para %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", + "Setting permissions for %s failed, because the item was not found" : "Definir permissões para %s falhou, porque o item não foi encontrado", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Não é possível definir a data de expiração. Compartilhamentos não podem expirar mais tarde que %s depois de terem sido compartilhados", + "Cannot set expiration date. Expiration date is in the past" : "Não é possível definir a data de validade. Data de expiração está no passado", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Compartilhando backend %s deve implementar a interface OCP\\Share_Backend", + "Sharing backend %s not found" : "Compartilhamento backend %s não encontrado", + "Sharing backend for %s not found" : "Compartilhamento backend para %s não encontrado", + "Sharing %s failed, because the user %s is the original sharer" : "Compartilhando %s falhou, porque o usuário %s é o compartilhador original", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Compartilhamento %s falhou, porque as permissões excedem as permissões concedidas a %s", + "Sharing %s failed, because resharing is not allowed" : "Compartilhamento %s falhou, porque recompartilhamentos não são permitidos", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Compartilhamento %s falhou, porque a infra-estrutura de compartilhamento para %s não conseguiu encontrar a sua fonte", + "Sharing %s failed, because the file could not be found in the file cache" : "Compartilhamento %s falhou, porque o arquivo não pôde ser encontrado no cache de arquivos", + "Could not find category \"%s\"" : "Impossível localizar categoria \"%s\"", + "seconds ago" : "segundos atrás", + "_%n minute ago_::_%n minutes ago_" : ["","ha %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["","ha %n horas"], + "today" : "hoje", + "yesterday" : "ontem", + "_%n day go_::_%n days ago_" : ["","ha %n dias"], + "last month" : "último mês", + "_%n month ago_::_%n months ago_" : ["","ha %n meses"], + "last year" : "último ano", + "years ago" : "anos atrás", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Somente os seguintes caracteres são permitidos no nome do usuário: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", + "A valid username must be provided" : "Forneça um nome de usuário válido", + "A valid password must be provided" : "Forneça uma senha válida", + "The username is already being used" : "Este nome de usuário já está sendo usado", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhum driver de banco de dados (sqlite, mysql, or postgresql) instalado.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissões podem ser corrigidas dando permissão de escita %sgiving ao webserver para o diretório raiz directory%s", + "Cannot write into \"config\" directory" : "Não é possível gravar no diretório \"config\"", + "Cannot write into \"apps\" directory" : "Não é possível gravar no diretório \"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." : "Isto pode ser corrigido dando ao webserver permissão de escrita %sgiving para o diretório apps directory%s ou desabilitando o appstore no arquivo de configuração.", + "Cannot create \"data\" directory (%s)" : "Não pode ser criado \"dados\" no diretório (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Isto pode ser corrigido por dando ao webserver permissão de escrita ao diretório raiz.", + "Setting locale to %s failed" : "Falha ao configurar localidade para %s", + "Please install one of these locales on your system and restart your webserver." : "Por favor, defina uma dessas localizações em seu sistema e reinicie o seu servidor web.", + "Please ask your server administrator to install the module." : "Por favor, peça ao seu administrador do servidor para instalar o módulo.", + "PHP module %s not installed." : "Módulo PHP %s não instalado.", + "PHP %s or higher is required." : "É requerido PHP %s ou superior.", + "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." : "Por favor, peça ao seu administrador do servidor para atualizar o PHP para a versão mais recente. A sua versão do PHP não é mais suportado pelo ownCloud e a comunidade PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode está habilitado. ownCloud exige que ele esteja desativado para funcionar corretamente.", + "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." : "PHP Safe Mode é um cenário obsoleto e praticamente inútil que deve ser desativado. Por favor, peça ao seu administrador do servidor para desativá-lo no php.ini ou na sua configuração webserver.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes está habilitado. ownCloud exige que ele esteja desativado para funcionar corretamente.", + "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." : "Magic Quotes é um cenário obsoleto e praticamente inútil que deve ser desativado. Por favor, peça ao seu administrador do servidor para desativá-lo no php.ini ou na sua configuração webserver.", + "PHP modules have been installed, but they are still listed as missing?" : "Módulos do PHP foram instalados, mas eles ainda estão listados como desaparecidos?", + "Please ask your server administrator to restart the web server." : "Por favor, peça ao seu administrador do servidor para reiniciar o servidor web.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requirido", + "Please upgrade your database version" : "Por favor, atualize sua versão do banco de dados", + "Error occurred while checking PostgreSQL version" : "Erro ao verificar a versão do PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Por favor, verifique se você tem PostgreSQL> = 9 ou verificar os logs para obter mais informações sobre o erro", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor, altere as permissões para 0770 para que o diretório não possa ser listado por outros usuários.", + "Data directory (%s) is readable by other users" : "Diretório de dados (%s) pode ser lido por outros usuários", + "Data directory (%s) is invalid" : "Diretório de dados (%s) é inválido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor, verifique se o diretório de dados contém um arquivo \".ocdata\" em sua raiz.", + "Could not obtain lock type %d on \"%s\"." : "Não foi possível obter tipo de bloqueio %d em \"%s\"." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json new file mode 100644 index 0000000000..a9e272afc1 --- /dev/null +++ b/lib/l10n/pt_BR.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Não é possível gravar no diretório \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Isso geralmente pode ser corrigido dando o acesso de gravação ao webserver para o diretório de configuração", + "See %s" : "Ver %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Isso geralmente pode ser corrigido dando permissão de gravação %sgiving ao webserver para o directory%s de configuração.", + "Sample configuration detected" : "Exemplo de configuração 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" : "Foi detectado que a configuração exemplo foi copiada. Isso pode desestabilizar sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", + "Help" : "Ajuda", + "Personal" : "Pessoal", + "Settings" : "Configurações", + "Users" : "Usuários", + "Admin" : "Admin", + "Recommended" : "Recomendado", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplicação \\\"%s\\\" não pode ser instalada porque não é compatível com esta versão do ownCloud.", + "No app name specified" : "O nome do aplicativo não foi especificado.", + "Unknown filetype" : "Tipo de arquivo desconhecido", + "Invalid image" : "Imagem inválida", + "web services under your control" : "serviços web sob seu controle", + "App directory already exists" : "Diretório App já existe", + "Can't create app folder. Please fix permissions. %s" : "Não é possível criar pasta app. Corrija as permissões. %s", + "No source specified when installing app" : "Nenhuma fonte foi especificada enquanto instalava o aplicativo", + "No href specified when installing app from http" : "Nenhuma href foi especificada enquanto instalava o aplicativo de http", + "No path specified when installing app from local file" : "Nenhum caminho foi especificado enquanto instalava o aplicativo do arquivo local", + "Archives of type %s are not supported" : "Arquivos do tipo %s não são suportados", + "Failed to open archive when installing app" : "Falha para abrir o arquivo enquanto instalava o aplicativo", + "App does not provide an info.xml file" : "O aplicativo não fornece um arquivo info.xml", + "App can't be installed because of not allowed code in the App" : "O aplicativo não pode ser instalado por causa do código não permitido no Aplivativo", + "App can't be installed because it is not compatible with this version of ownCloud" : "O aplicativo não pode ser instalado porque não é compatível com esta versão do ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "O aplicativo não pode ser instalado porque ele contém a marca verdadeiro que não é permitido para aplicações não embarcadas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "O aplicativo não pode ser instalado porque a versão em info.xml/versão não é a mesma que a versão relatada na App Store", + "Application is not enabled" : "Aplicação não está habilitada", + "Authentication error" : "Erro de autenticação", + "Token expired. Please reload page." : "Token expirou. Por favor recarregue a página.", + "Unknown user" : "Usuário desconhecido", + "%s enter the database username." : "%s insira o nome de usuário do banco de dados.", + "%s enter the database name." : "%s insira o nome do banco de dados.", + "%s you may not use dots in the database name" : "%s você não pode usar pontos no nome do banco de dados", + "MS SQL username and/or password not valid: %s" : "Nome de usuário e/ou senha MS SQL inválido(s): %s", + "You need to enter either an existing account or the administrator." : "Você precisa inserir uma conta existente ou a do administrador.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB nome de usuário e/ou senha não é válida", + "DB Error: \"%s\"" : "Erro no BD: \"%s\"", + "Offending command was: \"%s\"" : "Comando ofensivo era: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB usuário '%s'@'localhost' já existe.", + "Drop this user from MySQL/MariaDB" : "Eliminar esse usuário de MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB usuário '%s'@'%%' já existe", + "Drop this user from MySQL/MariaDB." : "Eliminar esse usuário de MySQL/MariaDB", + "Oracle connection could not be established" : "Conexão Oracle não pode ser estabelecida", + "Oracle username and/or password not valid" : "Nome de usuário e/ou senha Oracle inválido(s)", + "Offending command was: \"%s\", name: %s, password: %s" : "Comando ofensivo era: \"%s\", nome: %s, senha: %s", + "PostgreSQL username and/or password not valid" : "Nome de usuário e/ou senha PostgreSQL inválido(s)", + "Set an admin username." : "Defina um nome do usuário administrador.", + "Set an admin password." : "Defina uma senha de administrador.", + "Can't create or write into the data directory %s" : "Não é possível criar ou gravar no diretório de dados %s", + "%s shared »%s« with you" : "%s compartilhou »%s« com você", + "Sharing %s failed, because the file does not exist" : "Compartilhamento %s falhou, porque o arquivo não existe", + "You are not allowed to share %s" : "Você não tem permissão para compartilhar %s", + "Sharing %s failed, because the user %s is the item owner" : "Compartilhamento %s falhou, porque o usuário %s é o proprietário do item", + "Sharing %s failed, because the user %s does not exist" : "Compartilhamento %s falhou, porque o usuário %s não existe", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Compartilhamento %s falhou, porque o usuário %s não é membro de nenhum grupo que o usuário %s pertença", + "Sharing %s failed, because this item is already shared with %s" : "Compartilhamento %s falhou, porque este ítem já está compartilhado com %s", + "Sharing %s failed, because the group %s does not exist" : "Compartilhamento %s falhou, porque o grupo %s não existe", + "Sharing %s failed, because %s is not a member of the group %s" : "Compartilhamento %s falhou, porque %s não é membro do grupo %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Você precisa fornecer uma senha para criar um link público, apenas links protegidos são permitidos", + "Sharing %s failed, because sharing with links is not allowed" : "Compartilhamento %s falhou, porque compartilhamento com links não é permitido", + "Share type %s is not valid for %s" : "Tipo de compartilhamento %s não é válido para %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", + "Setting permissions for %s failed, because the item was not found" : "Definir permissões para %s falhou, porque o item não foi encontrado", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Não é possível definir a data de expiração. Compartilhamentos não podem expirar mais tarde que %s depois de terem sido compartilhados", + "Cannot set expiration date. Expiration date is in the past" : "Não é possível definir a data de validade. Data de expiração está no passado", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Compartilhando backend %s deve implementar a interface OCP\\Share_Backend", + "Sharing backend %s not found" : "Compartilhamento backend %s não encontrado", + "Sharing backend for %s not found" : "Compartilhamento backend para %s não encontrado", + "Sharing %s failed, because the user %s is the original sharer" : "Compartilhando %s falhou, porque o usuário %s é o compartilhador original", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Compartilhamento %s falhou, porque as permissões excedem as permissões concedidas a %s", + "Sharing %s failed, because resharing is not allowed" : "Compartilhamento %s falhou, porque recompartilhamentos não são permitidos", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Compartilhamento %s falhou, porque a infra-estrutura de compartilhamento para %s não conseguiu encontrar a sua fonte", + "Sharing %s failed, because the file could not be found in the file cache" : "Compartilhamento %s falhou, porque o arquivo não pôde ser encontrado no cache de arquivos", + "Could not find category \"%s\"" : "Impossível localizar categoria \"%s\"", + "seconds ago" : "segundos atrás", + "_%n minute ago_::_%n minutes ago_" : ["","ha %n minutos"], + "_%n hour ago_::_%n hours ago_" : ["","ha %n horas"], + "today" : "hoje", + "yesterday" : "ontem", + "_%n day go_::_%n days ago_" : ["","ha %n dias"], + "last month" : "último mês", + "_%n month ago_::_%n months ago_" : ["","ha %n meses"], + "last year" : "último ano", + "years ago" : "anos atrás", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Somente os seguintes caracteres são permitidos no nome do usuário: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", + "A valid username must be provided" : "Forneça um nome de usuário válido", + "A valid password must be provided" : "Forneça uma senha válida", + "The username is already being used" : "Este nome de usuário já está sendo usado", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhum driver de banco de dados (sqlite, mysql, or postgresql) instalado.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissões podem ser corrigidas dando permissão de escita %sgiving ao webserver para o diretório raiz directory%s", + "Cannot write into \"config\" directory" : "Não é possível gravar no diretório \"config\"", + "Cannot write into \"apps\" directory" : "Não é possível gravar no diretório \"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." : "Isto pode ser corrigido dando ao webserver permissão de escrita %sgiving para o diretório apps directory%s ou desabilitando o appstore no arquivo de configuração.", + "Cannot create \"data\" directory (%s)" : "Não pode ser criado \"dados\" no diretório (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Isto pode ser corrigido por dando ao webserver permissão de escrita ao diretório raiz.", + "Setting locale to %s failed" : "Falha ao configurar localidade para %s", + "Please install one of these locales on your system and restart your webserver." : "Por favor, defina uma dessas localizações em seu sistema e reinicie o seu servidor web.", + "Please ask your server administrator to install the module." : "Por favor, peça ao seu administrador do servidor para instalar o módulo.", + "PHP module %s not installed." : "Módulo PHP %s não instalado.", + "PHP %s or higher is required." : "É requerido PHP %s ou superior.", + "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." : "Por favor, peça ao seu administrador do servidor para atualizar o PHP para a versão mais recente. A sua versão do PHP não é mais suportado pelo ownCloud e a comunidade PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode está habilitado. ownCloud exige que ele esteja desativado para funcionar corretamente.", + "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." : "PHP Safe Mode é um cenário obsoleto e praticamente inútil que deve ser desativado. Por favor, peça ao seu administrador do servidor para desativá-lo no php.ini ou na sua configuração webserver.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes está habilitado. ownCloud exige que ele esteja desativado para funcionar corretamente.", + "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." : "Magic Quotes é um cenário obsoleto e praticamente inútil que deve ser desativado. Por favor, peça ao seu administrador do servidor para desativá-lo no php.ini ou na sua configuração webserver.", + "PHP modules have been installed, but they are still listed as missing?" : "Módulos do PHP foram instalados, mas eles ainda estão listados como desaparecidos?", + "Please ask your server administrator to restart the web server." : "Por favor, peça ao seu administrador do servidor para reiniciar o servidor web.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requirido", + "Please upgrade your database version" : "Por favor, atualize sua versão do banco de dados", + "Error occurred while checking PostgreSQL version" : "Erro ao verificar a versão do PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Por favor, verifique se você tem PostgreSQL> = 9 ou verificar os logs para obter mais informações sobre o erro", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor, altere as permissões para 0770 para que o diretório não possa ser listado por outros usuários.", + "Data directory (%s) is readable by other users" : "Diretório de dados (%s) pode ser lido por outros usuários", + "Data directory (%s) is invalid" : "Diretório de dados (%s) é inválido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor, verifique se o diretório de dados contém um arquivo \".ocdata\" em sua raiz.", + "Could not obtain lock type %d on \"%s\"." : "Não foi possível obter tipo de bloqueio %d em \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/lib/l10n/pt_BR.php b/lib/l10n/pt_BR.php deleted file mode 100644 index d0dc907812..0000000000 --- a/lib/l10n/pt_BR.php +++ /dev/null @@ -1,123 +0,0 @@ - "Não é possível gravar no diretório \"config\"!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Isso geralmente pode ser corrigido dando o acesso de gravação ao webserver para o diretório de configuração", -"See %s" => "Ver %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Isso geralmente pode ser corrigido dando permissão de gravação %sgiving ao webserver para o directory%s de configuração.", -"Sample configuration detected" => "Exemplo de configuração 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" => "Foi detectado que a configuração exemplo foi copiada. Isso pode desestabilizar sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", -"Help" => "Ajuda", -"Personal" => "Pessoal", -"Settings" => "Configurações", -"Users" => "Usuários", -"Admin" => "Admin", -"Recommended" => "Recomendado", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "Aplicação \\\"%s\\\" não pode ser instalada porque não é compatível com esta versão do ownCloud.", -"No app name specified" => "O nome do aplicativo não foi especificado.", -"Unknown filetype" => "Tipo de arquivo desconhecido", -"Invalid image" => "Imagem inválida", -"web services under your control" => "serviços web sob seu controle", -"App directory already exists" => "Diretório App já existe", -"Can't create app folder. Please fix permissions. %s" => "Não é possível criar pasta app. Corrija as permissões. %s", -"No source specified when installing app" => "Nenhuma fonte foi especificada enquanto instalava o aplicativo", -"No href specified when installing app from http" => "Nenhuma href foi especificada enquanto instalava o aplicativo de http", -"No path specified when installing app from local file" => "Nenhum caminho foi especificado enquanto instalava o aplicativo do arquivo local", -"Archives of type %s are not supported" => "Arquivos do tipo %s não são suportados", -"Failed to open archive when installing app" => "Falha para abrir o arquivo enquanto instalava o aplicativo", -"App does not provide an info.xml file" => "O aplicativo não fornece um arquivo info.xml", -"App can't be installed because of not allowed code in the App" => "O aplicativo não pode ser instalado por causa do código não permitido no Aplivativo", -"App can't be installed because it is not compatible with this version of ownCloud" => "O aplicativo não pode ser instalado porque não é compatível com esta versão do ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "O aplicativo não pode ser instalado porque ele contém a marca verdadeiro que não é permitido para aplicações não embarcadas", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "O aplicativo não pode ser instalado porque a versão em info.xml/versão não é a mesma que a versão relatada na App Store", -"Application is not enabled" => "Aplicação não está habilitada", -"Authentication error" => "Erro de autenticação", -"Token expired. Please reload page." => "Token expirou. Por favor recarregue a página.", -"Unknown user" => "Usuário desconhecido", -"%s enter the database username." => "%s insira o nome de usuário do banco de dados.", -"%s enter the database name." => "%s insira o nome do banco de dados.", -"%s you may not use dots in the database name" => "%s você não pode usar pontos no nome do banco de dados", -"MS SQL username and/or password not valid: %s" => "Nome de usuário e/ou senha MS SQL inválido(s): %s", -"You need to enter either an existing account or the administrator." => "Você precisa inserir uma conta existente ou a do administrador.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB nome de usuário e/ou senha não é válida", -"DB Error: \"%s\"" => "Erro no BD: \"%s\"", -"Offending command was: \"%s\"" => "Comando ofensivo era: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB usuário '%s'@'localhost' já existe.", -"Drop this user from MySQL/MariaDB" => "Eliminar esse usuário de MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB usuário '%s'@'%%' já existe", -"Drop this user from MySQL/MariaDB." => "Eliminar esse usuário de MySQL/MariaDB", -"Oracle connection could not be established" => "Conexão Oracle não pode ser estabelecida", -"Oracle username and/or password not valid" => "Nome de usuário e/ou senha Oracle inválido(s)", -"Offending command was: \"%s\", name: %s, password: %s" => "Comando ofensivo era: \"%s\", nome: %s, senha: %s", -"PostgreSQL username and/or password not valid" => "Nome de usuário e/ou senha PostgreSQL inválido(s)", -"Set an admin username." => "Defina um nome do usuário administrador.", -"Set an admin password." => "Defina uma senha de administrador.", -"Can't create or write into the data directory %s" => "Não é possível criar ou gravar no diretório de dados %s", -"%s shared »%s« with you" => "%s compartilhou »%s« com você", -"Sharing %s failed, because the file does not exist" => "Compartilhamento %s falhou, porque o arquivo não existe", -"You are not allowed to share %s" => "Você não tem permissão para compartilhar %s", -"Sharing %s failed, because the user %s is the item owner" => "Compartilhamento %s falhou, porque o usuário %s é o proprietário do item", -"Sharing %s failed, because the user %s does not exist" => "Compartilhamento %s falhou, porque o usuário %s não existe", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Compartilhamento %s falhou, porque o usuário %s não é membro de nenhum grupo que o usuário %s pertença", -"Sharing %s failed, because this item is already shared with %s" => "Compartilhamento %s falhou, porque este ítem já está compartilhado com %s", -"Sharing %s failed, because the group %s does not exist" => "Compartilhamento %s falhou, porque o grupo %s não existe", -"Sharing %s failed, because %s is not a member of the group %s" => "Compartilhamento %s falhou, porque %s não é membro do grupo %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Você precisa fornecer uma senha para criar um link público, apenas links protegidos são permitidos", -"Sharing %s failed, because sharing with links is not allowed" => "Compartilhamento %s falhou, porque compartilhamento com links não é permitido", -"Share type %s is not valid for %s" => "Tipo de compartilhamento %s não é válido para %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", -"Setting permissions for %s failed, because the item was not found" => "Definir permissões para %s falhou, porque o item não foi encontrado", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Não é possível definir a data de expiração. Compartilhamentos não podem expirar mais tarde que %s depois de terem sido compartilhados", -"Cannot set expiration date. Expiration date is in the past" => "Não é possível definir a data de validade. Data de expiração está no passado", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Compartilhando backend %s deve implementar a interface OCP\\Share_Backend", -"Sharing backend %s not found" => "Compartilhamento backend %s não encontrado", -"Sharing backend for %s not found" => "Compartilhamento backend para %s não encontrado", -"Sharing %s failed, because the user %s is the original sharer" => "Compartilhando %s falhou, porque o usuário %s é o compartilhador original", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Compartilhamento %s falhou, porque as permissões excedem as permissões concedidas a %s", -"Sharing %s failed, because resharing is not allowed" => "Compartilhamento %s falhou, porque recompartilhamentos não são permitidos", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Compartilhamento %s falhou, porque a infra-estrutura de compartilhamento para %s não conseguiu encontrar a sua fonte", -"Sharing %s failed, because the file could not be found in the file cache" => "Compartilhamento %s falhou, porque o arquivo não pôde ser encontrado no cache de arquivos", -"Could not find category \"%s\"" => "Impossível localizar categoria \"%s\"", -"seconds ago" => "segundos atrás", -"_%n minute ago_::_%n minutes ago_" => array("","ha %n minutos"), -"_%n hour ago_::_%n hours ago_" => array("","ha %n horas"), -"today" => "hoje", -"yesterday" => "ontem", -"_%n day go_::_%n days ago_" => array("","ha %n dias"), -"last month" => "último mês", -"_%n month ago_::_%n months ago_" => array("","ha %n meses"), -"last year" => "último ano", -"years ago" => "anos atrás", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Somente os seguintes caracteres são permitidos no nome do usuário: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", -"A valid username must be provided" => "Forneça um nome de usuário válido", -"A valid password must be provided" => "Forneça uma senha válida", -"The username is already being used" => "Este nome de usuário já está sendo usado", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Nenhum driver de banco de dados (sqlite, mysql, or postgresql) instalado.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Permissões podem ser corrigidas dando permissão de escita %sgiving ao webserver para o diretório raiz directory%s", -"Cannot write into \"config\" directory" => "Não é possível gravar no diretório \"config\"", -"Cannot write into \"apps\" directory" => "Não é possível gravar no diretório \"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." => "Isto pode ser corrigido dando ao webserver permissão de escrita %sgiving para o diretório apps directory%s ou desabilitando o appstore no arquivo de configuração.", -"Cannot create \"data\" directory (%s)" => "Não pode ser criado \"dados\" no diretório (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Isto pode ser corrigido por dando ao webserver permissão de escrita ao diretório raiz.", -"Setting locale to %s failed" => "Falha ao configurar localidade para %s", -"Please install one of these locales on your system and restart your webserver." => "Por favor, defina uma dessas localizações em seu sistema e reinicie o seu servidor web.", -"Please ask your server administrator to install the module." => "Por favor, peça ao seu administrador do servidor para instalar o módulo.", -"PHP module %s not installed." => "Módulo PHP %s não instalado.", -"PHP %s or higher is required." => "É requerido PHP %s ou superior.", -"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." => "Por favor, peça ao seu administrador do servidor para atualizar o PHP para a versão mais recente. A sua versão do PHP não é mais suportado pelo ownCloud e a comunidade PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode está habilitado. ownCloud exige que ele esteja desativado para funcionar corretamente.", -"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." => "PHP Safe Mode é um cenário obsoleto e praticamente inútil que deve ser desativado. Por favor, peça ao seu administrador do servidor para desativá-lo no php.ini ou na sua configuração webserver.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes está habilitado. ownCloud exige que ele esteja desativado para funcionar corretamente.", -"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." => "Magic Quotes é um cenário obsoleto e praticamente inútil que deve ser desativado. Por favor, peça ao seu administrador do servidor para desativá-lo no php.ini ou na sua configuração webserver.", -"PHP modules have been installed, but they are still listed as missing?" => "Módulos do PHP foram instalados, mas eles ainda estão listados como desaparecidos?", -"Please ask your server administrator to restart the web server." => "Por favor, peça ao seu administrador do servidor para reiniciar o servidor web.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 requirido", -"Please upgrade your database version" => "Por favor, atualize sua versão do banco de dados", -"Error occurred while checking PostgreSQL version" => "Erro ao verificar a versão do PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Por favor, verifique se você tem PostgreSQL> = 9 ou verificar os logs para obter mais informações sobre o erro", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Por favor, altere as permissões para 0770 para que o diretório não possa ser listado por outros usuários.", -"Data directory (%s) is readable by other users" => "Diretório de dados (%s) pode ser lido por outros usuários", -"Data directory (%s) is invalid" => "Diretório de dados (%s) é inválido", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Por favor, verifique se o diretório de dados contém um arquivo \".ocdata\" em sua raiz.", -"Could not obtain lock type %d on \"%s\"." => "Não foi possível obter tipo de bloqueio %d em \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js new file mode 100644 index 0000000000..c70e373a11 --- /dev/null +++ b/lib/l10n/pt_PT.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Não é possível gravar na directoria \"configurar\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Isto pode ser resolvido normalmente dando ao servidor web direitos de escrita ao directório de configuração", + "See %s" : "Ver %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Isto pode ser resolvido normalmente %sdando ao servidor web direitos de escrita no directório de configuração%s.", + "Sample configuration detected" : "Exemplo de configuração 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" : "Foi detectado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", + "Help" : "Ajuda", + "Personal" : "Pessoal", + "Settings" : "Configurações", + "Users" : "Utilizadores", + "Admin" : "Admin", + "Recommended" : "Recomendado", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "A Aplicação \\\"%s\\\" não pode ser instalada porque não é compatível com esta versão do owncloud.", + "No app name specified" : "O nome da aplicação não foi especificado", + "Unknown filetype" : "Ficheiro desconhecido", + "Invalid image" : "Imagem inválida", + "web services under your control" : "serviços web sob o seu controlo", + "App directory already exists" : "A directoria da aplicação já existe", + "Can't create app folder. Please fix permissions. %s" : "Não foi possível criar a pasta da aplicação. Por favor verifique as permissões. %s", + "No source specified when installing app" : "Não foi especificada uma fonte de instalação desta aplicação", + "No href specified when installing app from http" : "Não foi especificada uma href http para instalar esta aplicação", + "No path specified when installing app from local file" : "Não foi especificado o caminho de instalação desta aplicação", + "Archives of type %s are not supported" : "Arquivos do tipo %s não são suportados", + "Failed to open archive when installing app" : "Ocorreu um erro ao abrir o ficheiro de instalação desta aplicação", + "App does not provide an info.xml file" : "A aplicação não disponibiliza um ficheiro info.xml", + "App can't be installed because of not allowed code in the App" : "A aplicação não pode ser instalado devido a código não permitido dentro da aplicação", + "App can't be installed because it is not compatible with this version of ownCloud" : "A aplicação não pode ser instalada por não ser compatível com esta versão do ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Esta aplicação não pode ser instalada por que contém o tag true que só é permitido para aplicações nativas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Esta aplicação não pode ser instalada porque a versão no info.xml/version não coincide com a reportada na loja de aplicações", + "Application is not enabled" : "A aplicação não está activada", + "Authentication error" : "Erro na autenticação", + "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.", + "Unknown user" : "Utilizador desconhecido", + "%s enter the database username." : "%s introduza o nome de utilizador da base de dados", + "%s enter the database name." : "%s introduza o nome da base de dados", + "%s you may not use dots in the database name" : "%s não é permitido utilizar pontos (.) no nome da base de dados", + "MS SQL username and/or password not valid: %s" : "Nome de utilizador/password do MySQL é inválido: %s", + "You need to enter either an existing account or the administrator." : "Precisa de introduzir uma conta existente ou de administrador", + "MySQL/MariaDB username and/or password not valid" : "Nome de utilizador/password do MySQL/Maria DB inválida", + "DB Error: \"%s\"" : "Erro na BD: \"%s\"", + "Offending command was: \"%s\"" : "O comando gerador de erro foi: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "O utilizador '%s'@'localhost' do MySQL/MariaDB já existe.", + "Drop this user from MySQL/MariaDB" : "Eliminar este utilizador do MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "O utilizador '%s'@'%%' do MySQL/MariaDB já existe", + "Drop this user from MySQL/MariaDB." : "Eliminar este utilizador do MySQL/MariaDB", + "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle", + "Oracle username and/or password not valid" : "Nome de utilizador/password do Oracle inválida", + "Offending command was: \"%s\", name: %s, password: %s" : "O comando gerador de erro foi: \"%s\", nome: %s, password: %s", + "PostgreSQL username and/or password not valid" : "Nome de utilizador/password do PostgreSQL inválido", + "Set an admin username." : "Definir um nome de utilizador de administrador", + "Set an admin password." : "Definiar uma password de administrador", + "Can't create or write into the data directory %s" : "Não é possível criar ou escrever a directoria data %s", + "%s shared »%s« with you" : "%s partilhado »%s« consigo", + "Sharing %s failed, because the file does not exist" : "A partilha de %s falhou, porque o ficheiro não existe", + "You are not allowed to share %s" : "Não está autorizado a partilhar %s", + "Sharing %s failed, because the user %s is the item owner" : "A partilha %s falhou, porque o utilizador %s é o proprietário", + "Sharing %s failed, because the user %s does not exist" : "A partilha %s falhou, porque o utilizador %s nao existe", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "A partilha %s falhou, porque o utilizador %s não pertence a nenhum dos grupos que %s é membro de", + "Sharing %s failed, because this item is already shared with %s" : "A partilha %s falhou, porque o item já está a ser partilhado com %s", + "Sharing %s failed, because the group %s does not exist" : "A partilha %s falhou, porque o grupo %s não existe", + "Sharing %s failed, because %s is not a member of the group %s" : "A partilha %s falhou, porque o utilizador %s não é membro do grupo %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Necessita de fornecer a senha para criar um link publico, só são permitidos links protegidos", + "Sharing %s failed, because sharing with links is not allowed" : "A partilha de %s falhou, porque partilhar com links não é permitido", + "Share type %s is not valid for %s" : "O tipo de partilha %s não é válido para %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", + "Setting permissions for %s failed, because the item was not found" : "Definir permissões para %s falhou, porque o item não foi encontrado", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Não é possível definir data de expiração. As partilhas não podem expirar mais de %s depois de terem sido partilhadas", + "Cannot set expiration date. Expiration date is in the past" : "Não é possivel definir data de expiração. A data de expiração está no passado", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Partilhar backend %s tem de implementar o interface OCP\\Share_Backend", + "Sharing backend %s not found" : "Partilha backend %s não foi encontrado", + "Sharing backend for %s not found" : "Partilha backend para %s não foi encontrado", + "Sharing %s failed, because the user %s is the original sharer" : "A partilha %s falhou, porque o utilizador %s é o proprietário original", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", + "Sharing %s failed, because resharing is not allowed" : "A partilha %s falhou, porque repartilhar não é permitido", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "A partilha %s falhou, devido a partilha em segundo plano para %s não conseguir encontrar a sua fonte", + "Sharing %s failed, because the file could not be found in the file cache" : "A partilha %s falhou, devido ao ficheiro não poder ser encontrado na cache de ficheiros", + "Could not find category \"%s\"" : "Não foi encontrado a categoria \"%s\"", + "seconds ago" : "Minutos atrás", + "_%n minute ago_::_%n minutes ago_" : ["","%n minutos atrás"], + "_%n hour ago_::_%n hours ago_" : ["","%n horas atrás"], + "today" : "hoje", + "yesterday" : "ontem", + "_%n day go_::_%n days ago_" : ["","%n dias atrás"], + "last month" : "ultímo mês", + "_%n month ago_::_%n months ago_" : ["","%n meses atrás"], + "last year" : "ano passado", + "years ago" : "anos atrás", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Apenas os seguintes caracteres são permitidos no nome de utilizador: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", + "A valid username must be provided" : "Um nome de utilizador válido deve ser fornecido", + "A valid password must be provided" : "Uma password válida deve ser fornecida", + "The username is already being used" : "O nome de utilizador já está a ser usado", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhuma base de dados de drivers (sqlite, mysql, or postgresql) instaladas.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "As autorizações podem ser resolvidas normalmente %sdando ao servidor web direito de escrita para o directório root%s.", + "Cannot write into \"config\" directory" : "Não é possível escrever na directoria \"configurar\"", + "Cannot write into \"apps\" directory" : "Não é possivel escrever na directoria \"aplicações\"", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Isto pode ser normalmente resolvido %sdando ao servidor web direito de escrita para o directório de aplicação%s ou desactivando a loja de aplicações no ficheiro de configuração.", + "Cannot create \"data\" directory (%s)" : "Não é possivel criar a directoria \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Isto pode ser normalmente resolvido dando ao servidor web direito de escrita para o directório do root.", + "Setting locale to %s failed" : "Definindo local para %s falhado", + "Please install one of these locales on your system and restart your webserver." : "Por favor instale um destes locais no seu sistema e reinicie o seu servidor web.", + "Please ask your server administrator to install the module." : "Por favor pergunte ao seu administrador do servidor para instalar o modulo.", + "PHP module %s not installed." : "O modulo %s PHP não está instalado.", + "PHP %s or higher is required." : "Necessário PHP %s ou maior.", + "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." : "Por favor pessa ao seu administrador de servidor para actualizar o PHP para a ultima versão. A sua versão de PHP não é mais suportada pelo owncloud e a comunidade PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "O modo seguro de PHP está activo. O ownCloud requer que isto esteja desactivado para funcionar em condições.", + "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." : "O modo seguro PHP está obsoleto e a maior parte das definições inúteis devem ser desactivadas. Por favor pessa ao seu administrador de servidor para desactivar isto em php.ini ou no seu config do servidor web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Aspas mágicas estão activadas. O ownCloud requere que isto esteja desactivado para trabalhar em condições.", + "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." : "As aspas mágicas é uma definição obsoleta e inútil que deve ser desactivada. Por favor pessa ao seu administrador do servidor para desactivar isto em php.ini ou no config do seu servidor web.", + "PHP modules have been installed, but they are still listed as missing?" : "Os módulos PHP foram instalados, mas eles ainda estão listados como desaparecidos?", + "Please ask your server administrator to restart the web server." : "Pro favor pergunte ao seu administrador do servidor para reiniciar o servidor da internet.", + "PostgreSQL >= 9 required" : "Necessita PostgreSQL >= 9", + "Please upgrade your database version" : "Por favor actualize a sua versão da base de dados", + "Error occurred while checking PostgreSQL version" : "Ocorreu um erro enquanto pesquisava a versão do PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Por favor confirme que tem o PostgreSQL >= 9 ou verifique os registos para mais informação sobre o erro", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor altere as permissões para 0770 para que esse directório não possa ser listado por outros utilizadores.", + "Data directory (%s) is readable by other users" : "O directório de dados (%s) é legível para outros utilizadores", + "Data directory (%s) is invalid" : "Directoria data (%s) é invalida", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor verifique que a directoria data contem um ficheiro \".ocdata\" na sua raiz.", + "Could not obtain lock type %d on \"%s\"." : "Não foi possível obter o tipo de bloqueio %d em \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json new file mode 100644 index 0000000000..85461b0fae --- /dev/null +++ b/lib/l10n/pt_PT.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Não é possível gravar na directoria \"configurar\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Isto pode ser resolvido normalmente dando ao servidor web direitos de escrita ao directório de configuração", + "See %s" : "Ver %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Isto pode ser resolvido normalmente %sdando ao servidor web direitos de escrita no directório de configuração%s.", + "Sample configuration detected" : "Exemplo de configuração 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" : "Foi detectado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", + "Help" : "Ajuda", + "Personal" : "Pessoal", + "Settings" : "Configurações", + "Users" : "Utilizadores", + "Admin" : "Admin", + "Recommended" : "Recomendado", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "A Aplicação \\\"%s\\\" não pode ser instalada porque não é compatível com esta versão do owncloud.", + "No app name specified" : "O nome da aplicação não foi especificado", + "Unknown filetype" : "Ficheiro desconhecido", + "Invalid image" : "Imagem inválida", + "web services under your control" : "serviços web sob o seu controlo", + "App directory already exists" : "A directoria da aplicação já existe", + "Can't create app folder. Please fix permissions. %s" : "Não foi possível criar a pasta da aplicação. Por favor verifique as permissões. %s", + "No source specified when installing app" : "Não foi especificada uma fonte de instalação desta aplicação", + "No href specified when installing app from http" : "Não foi especificada uma href http para instalar esta aplicação", + "No path specified when installing app from local file" : "Não foi especificado o caminho de instalação desta aplicação", + "Archives of type %s are not supported" : "Arquivos do tipo %s não são suportados", + "Failed to open archive when installing app" : "Ocorreu um erro ao abrir o ficheiro de instalação desta aplicação", + "App does not provide an info.xml file" : "A aplicação não disponibiliza um ficheiro info.xml", + "App can't be installed because of not allowed code in the App" : "A aplicação não pode ser instalado devido a código não permitido dentro da aplicação", + "App can't be installed because it is not compatible with this version of ownCloud" : "A aplicação não pode ser instalada por não ser compatível com esta versão do ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Esta aplicação não pode ser instalada por que contém o tag true que só é permitido para aplicações nativas", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Esta aplicação não pode ser instalada porque a versão no info.xml/version não coincide com a reportada na loja de aplicações", + "Application is not enabled" : "A aplicação não está activada", + "Authentication error" : "Erro na autenticação", + "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.", + "Unknown user" : "Utilizador desconhecido", + "%s enter the database username." : "%s introduza o nome de utilizador da base de dados", + "%s enter the database name." : "%s introduza o nome da base de dados", + "%s you may not use dots in the database name" : "%s não é permitido utilizar pontos (.) no nome da base de dados", + "MS SQL username and/or password not valid: %s" : "Nome de utilizador/password do MySQL é inválido: %s", + "You need to enter either an existing account or the administrator." : "Precisa de introduzir uma conta existente ou de administrador", + "MySQL/MariaDB username and/or password not valid" : "Nome de utilizador/password do MySQL/Maria DB inválida", + "DB Error: \"%s\"" : "Erro na BD: \"%s\"", + "Offending command was: \"%s\"" : "O comando gerador de erro foi: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "O utilizador '%s'@'localhost' do MySQL/MariaDB já existe.", + "Drop this user from MySQL/MariaDB" : "Eliminar este utilizador do MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "O utilizador '%s'@'%%' do MySQL/MariaDB já existe", + "Drop this user from MySQL/MariaDB." : "Eliminar este utilizador do MySQL/MariaDB", + "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle", + "Oracle username and/or password not valid" : "Nome de utilizador/password do Oracle inválida", + "Offending command was: \"%s\", name: %s, password: %s" : "O comando gerador de erro foi: \"%s\", nome: %s, password: %s", + "PostgreSQL username and/or password not valid" : "Nome de utilizador/password do PostgreSQL inválido", + "Set an admin username." : "Definir um nome de utilizador de administrador", + "Set an admin password." : "Definiar uma password de administrador", + "Can't create or write into the data directory %s" : "Não é possível criar ou escrever a directoria data %s", + "%s shared »%s« with you" : "%s partilhado »%s« consigo", + "Sharing %s failed, because the file does not exist" : "A partilha de %s falhou, porque o ficheiro não existe", + "You are not allowed to share %s" : "Não está autorizado a partilhar %s", + "Sharing %s failed, because the user %s is the item owner" : "A partilha %s falhou, porque o utilizador %s é o proprietário", + "Sharing %s failed, because the user %s does not exist" : "A partilha %s falhou, porque o utilizador %s nao existe", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "A partilha %s falhou, porque o utilizador %s não pertence a nenhum dos grupos que %s é membro de", + "Sharing %s failed, because this item is already shared with %s" : "A partilha %s falhou, porque o item já está a ser partilhado com %s", + "Sharing %s failed, because the group %s does not exist" : "A partilha %s falhou, porque o grupo %s não existe", + "Sharing %s failed, because %s is not a member of the group %s" : "A partilha %s falhou, porque o utilizador %s não é membro do grupo %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Necessita de fornecer a senha para criar um link publico, só são permitidos links protegidos", + "Sharing %s failed, because sharing with links is not allowed" : "A partilha de %s falhou, porque partilhar com links não é permitido", + "Share type %s is not valid for %s" : "O tipo de partilha %s não é válido para %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", + "Setting permissions for %s failed, because the item was not found" : "Definir permissões para %s falhou, porque o item não foi encontrado", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Não é possível definir data de expiração. As partilhas não podem expirar mais de %s depois de terem sido partilhadas", + "Cannot set expiration date. Expiration date is in the past" : "Não é possivel definir data de expiração. A data de expiração está no passado", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Partilhar backend %s tem de implementar o interface OCP\\Share_Backend", + "Sharing backend %s not found" : "Partilha backend %s não foi encontrado", + "Sharing backend for %s not found" : "Partilha backend para %s não foi encontrado", + "Sharing %s failed, because the user %s is the original sharer" : "A partilha %s falhou, porque o utilizador %s é o proprietário original", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", + "Sharing %s failed, because resharing is not allowed" : "A partilha %s falhou, porque repartilhar não é permitido", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "A partilha %s falhou, devido a partilha em segundo plano para %s não conseguir encontrar a sua fonte", + "Sharing %s failed, because the file could not be found in the file cache" : "A partilha %s falhou, devido ao ficheiro não poder ser encontrado na cache de ficheiros", + "Could not find category \"%s\"" : "Não foi encontrado a categoria \"%s\"", + "seconds ago" : "Minutos atrás", + "_%n minute ago_::_%n minutes ago_" : ["","%n minutos atrás"], + "_%n hour ago_::_%n hours ago_" : ["","%n horas atrás"], + "today" : "hoje", + "yesterday" : "ontem", + "_%n day go_::_%n days ago_" : ["","%n dias atrás"], + "last month" : "ultímo mês", + "_%n month ago_::_%n months ago_" : ["","%n meses atrás"], + "last year" : "ano passado", + "years ago" : "anos atrás", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Apenas os seguintes caracteres são permitidos no nome de utilizador: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", + "A valid username must be provided" : "Um nome de utilizador válido deve ser fornecido", + "A valid password must be provided" : "Uma password válida deve ser fornecida", + "The username is already being used" : "O nome de utilizador já está a ser usado", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhuma base de dados de drivers (sqlite, mysql, or postgresql) instaladas.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "As autorizações podem ser resolvidas normalmente %sdando ao servidor web direito de escrita para o directório root%s.", + "Cannot write into \"config\" directory" : "Não é possível escrever na directoria \"configurar\"", + "Cannot write into \"apps\" directory" : "Não é possivel escrever na directoria \"aplicações\"", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Isto pode ser normalmente resolvido %sdando ao servidor web direito de escrita para o directório de aplicação%s ou desactivando a loja de aplicações no ficheiro de configuração.", + "Cannot create \"data\" directory (%s)" : "Não é possivel criar a directoria \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Isto pode ser normalmente resolvido dando ao servidor web direito de escrita para o directório do root.", + "Setting locale to %s failed" : "Definindo local para %s falhado", + "Please install one of these locales on your system and restart your webserver." : "Por favor instale um destes locais no seu sistema e reinicie o seu servidor web.", + "Please ask your server administrator to install the module." : "Por favor pergunte ao seu administrador do servidor para instalar o modulo.", + "PHP module %s not installed." : "O modulo %s PHP não está instalado.", + "PHP %s or higher is required." : "Necessário PHP %s ou maior.", + "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." : "Por favor pessa ao seu administrador de servidor para actualizar o PHP para a ultima versão. A sua versão de PHP não é mais suportada pelo owncloud e a comunidade PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "O modo seguro de PHP está activo. O ownCloud requer que isto esteja desactivado para funcionar em condições.", + "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." : "O modo seguro PHP está obsoleto e a maior parte das definições inúteis devem ser desactivadas. Por favor pessa ao seu administrador de servidor para desactivar isto em php.ini ou no seu config do servidor web.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Aspas mágicas estão activadas. O ownCloud requere que isto esteja desactivado para trabalhar em condições.", + "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." : "As aspas mágicas é uma definição obsoleta e inútil que deve ser desactivada. Por favor pessa ao seu administrador do servidor para desactivar isto em php.ini ou no config do seu servidor web.", + "PHP modules have been installed, but they are still listed as missing?" : "Os módulos PHP foram instalados, mas eles ainda estão listados como desaparecidos?", + "Please ask your server administrator to restart the web server." : "Pro favor pergunte ao seu administrador do servidor para reiniciar o servidor da internet.", + "PostgreSQL >= 9 required" : "Necessita PostgreSQL >= 9", + "Please upgrade your database version" : "Por favor actualize a sua versão da base de dados", + "Error occurred while checking PostgreSQL version" : "Ocorreu um erro enquanto pesquisava a versão do PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Por favor confirme que tem o PostgreSQL >= 9 ou verifique os registos para mais informação sobre o erro", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor altere as permissões para 0770 para que esse directório não possa ser listado por outros utilizadores.", + "Data directory (%s) is readable by other users" : "O directório de dados (%s) é legível para outros utilizadores", + "Data directory (%s) is invalid" : "Directoria data (%s) é invalida", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor verifique que a directoria data contem um ficheiro \".ocdata\" na sua raiz.", + "Could not obtain lock type %d on \"%s\"." : "Não foi possível obter o tipo de bloqueio %d em \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/pt_PT.php b/lib/l10n/pt_PT.php deleted file mode 100644 index f475fe934a..0000000000 --- a/lib/l10n/pt_PT.php +++ /dev/null @@ -1,123 +0,0 @@ - "Não é possível gravar na directoria \"configurar\"!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Isto pode ser resolvido normalmente dando ao servidor web direitos de escrita ao directório de configuração", -"See %s" => "Ver %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Isto pode ser resolvido normalmente %sdando ao servidor web direitos de escrita no directório de configuração%s.", -"Sample configuration detected" => "Exemplo de configuração 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" => "Foi detectado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", -"Help" => "Ajuda", -"Personal" => "Pessoal", -"Settings" => "Configurações", -"Users" => "Utilizadores", -"Admin" => "Admin", -"Recommended" => "Recomendado", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "A Aplicação \\\"%s\\\" não pode ser instalada porque não é compatível com esta versão do owncloud.", -"No app name specified" => "O nome da aplicação não foi especificado", -"Unknown filetype" => "Ficheiro desconhecido", -"Invalid image" => "Imagem inválida", -"web services under your control" => "serviços web sob o seu controlo", -"App directory already exists" => "A directoria da aplicação já existe", -"Can't create app folder. Please fix permissions. %s" => "Não foi possível criar a pasta da aplicação. Por favor verifique as permissões. %s", -"No source specified when installing app" => "Não foi especificada uma fonte de instalação desta aplicação", -"No href specified when installing app from http" => "Não foi especificada uma href http para instalar esta aplicação", -"No path specified when installing app from local file" => "Não foi especificado o caminho de instalação desta aplicação", -"Archives of type %s are not supported" => "Arquivos do tipo %s não são suportados", -"Failed to open archive when installing app" => "Ocorreu um erro ao abrir o ficheiro de instalação desta aplicação", -"App does not provide an info.xml file" => "A aplicação não disponibiliza um ficheiro info.xml", -"App can't be installed because of not allowed code in the App" => "A aplicação não pode ser instalado devido a código não permitido dentro da aplicação", -"App can't be installed because it is not compatible with this version of ownCloud" => "A aplicação não pode ser instalada por não ser compatível com esta versão do ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Esta aplicação não pode ser instalada por que contém o tag true que só é permitido para aplicações nativas", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Esta aplicação não pode ser instalada porque a versão no info.xml/version não coincide com a reportada na loja de aplicações", -"Application is not enabled" => "A aplicação não está activada", -"Authentication error" => "Erro na autenticação", -"Token expired. Please reload page." => "O token expirou. Por favor recarregue a página.", -"Unknown user" => "Utilizador desconhecido", -"%s enter the database username." => "%s introduza o nome de utilizador da base de dados", -"%s enter the database name." => "%s introduza o nome da base de dados", -"%s you may not use dots in the database name" => "%s não é permitido utilizar pontos (.) no nome da base de dados", -"MS SQL username and/or password not valid: %s" => "Nome de utilizador/password do MySQL é inválido: %s", -"You need to enter either an existing account or the administrator." => "Precisa de introduzir uma conta existente ou de administrador", -"MySQL/MariaDB username and/or password not valid" => "Nome de utilizador/password do MySQL/Maria DB inválida", -"DB Error: \"%s\"" => "Erro na BD: \"%s\"", -"Offending command was: \"%s\"" => "O comando gerador de erro foi: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "O utilizador '%s'@'localhost' do MySQL/MariaDB já existe.", -"Drop this user from MySQL/MariaDB" => "Eliminar este utilizador do MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "O utilizador '%s'@'%%' do MySQL/MariaDB já existe", -"Drop this user from MySQL/MariaDB." => "Eliminar este utilizador do MySQL/MariaDB", -"Oracle connection could not be established" => "Não foi possível estabelecer a ligação Oracle", -"Oracle username and/or password not valid" => "Nome de utilizador/password do Oracle inválida", -"Offending command was: \"%s\", name: %s, password: %s" => "O comando gerador de erro foi: \"%s\", nome: %s, password: %s", -"PostgreSQL username and/or password not valid" => "Nome de utilizador/password do PostgreSQL inválido", -"Set an admin username." => "Definir um nome de utilizador de administrador", -"Set an admin password." => "Definiar uma password de administrador", -"Can't create or write into the data directory %s" => "Não é possível criar ou escrever a directoria data %s", -"%s shared »%s« with you" => "%s partilhado »%s« consigo", -"Sharing %s failed, because the file does not exist" => "A partilha de %s falhou, porque o ficheiro não existe", -"You are not allowed to share %s" => "Não está autorizado a partilhar %s", -"Sharing %s failed, because the user %s is the item owner" => "A partilha %s falhou, porque o utilizador %s é o proprietário", -"Sharing %s failed, because the user %s does not exist" => "A partilha %s falhou, porque o utilizador %s nao existe", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "A partilha %s falhou, porque o utilizador %s não pertence a nenhum dos grupos que %s é membro de", -"Sharing %s failed, because this item is already shared with %s" => "A partilha %s falhou, porque o item já está a ser partilhado com %s", -"Sharing %s failed, because the group %s does not exist" => "A partilha %s falhou, porque o grupo %s não existe", -"Sharing %s failed, because %s is not a member of the group %s" => "A partilha %s falhou, porque o utilizador %s não é membro do grupo %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Necessita de fornecer a senha para criar um link publico, só são permitidos links protegidos", -"Sharing %s failed, because sharing with links is not allowed" => "A partilha de %s falhou, porque partilhar com links não é permitido", -"Share type %s is not valid for %s" => "O tipo de partilha %s não é válido para %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", -"Setting permissions for %s failed, because the item was not found" => "Definir permissões para %s falhou, porque o item não foi encontrado", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Não é possível definir data de expiração. As partilhas não podem expirar mais de %s depois de terem sido partilhadas", -"Cannot set expiration date. Expiration date is in the past" => "Não é possivel definir data de expiração. A data de expiração está no passado", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Partilhar backend %s tem de implementar o interface OCP\\Share_Backend", -"Sharing backend %s not found" => "Partilha backend %s não foi encontrado", -"Sharing backend for %s not found" => "Partilha backend para %s não foi encontrado", -"Sharing %s failed, because the user %s is the original sharer" => "A partilha %s falhou, porque o utilizador %s é o proprietário original", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s", -"Sharing %s failed, because resharing is not allowed" => "A partilha %s falhou, porque repartilhar não é permitido", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "A partilha %s falhou, devido a partilha em segundo plano para %s não conseguir encontrar a sua fonte", -"Sharing %s failed, because the file could not be found in the file cache" => "A partilha %s falhou, devido ao ficheiro não poder ser encontrado na cache de ficheiros", -"Could not find category \"%s\"" => "Não foi encontrado a categoria \"%s\"", -"seconds ago" => "Minutos atrás", -"_%n minute ago_::_%n minutes ago_" => array("","%n minutos atrás"), -"_%n hour ago_::_%n hours ago_" => array("","%n horas atrás"), -"today" => "hoje", -"yesterday" => "ontem", -"_%n day go_::_%n days ago_" => array("","%n dias atrás"), -"last month" => "ultímo mês", -"_%n month ago_::_%n months ago_" => array("","%n meses atrás"), -"last year" => "ano passado", -"years ago" => "anos atrás", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Apenas os seguintes caracteres são permitidos no nome de utilizador: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", -"A valid username must be provided" => "Um nome de utilizador válido deve ser fornecido", -"A valid password must be provided" => "Uma password válida deve ser fornecida", -"The username is already being used" => "O nome de utilizador já está a ser usado", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Nenhuma base de dados de drivers (sqlite, mysql, or postgresql) instaladas.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "As autorizações podem ser resolvidas normalmente %sdando ao servidor web direito de escrita para o directório root%s.", -"Cannot write into \"config\" directory" => "Não é possível escrever na directoria \"configurar\"", -"Cannot write into \"apps\" directory" => "Não é possivel escrever na directoria \"aplicações\"", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Isto pode ser normalmente resolvido %sdando ao servidor web direito de escrita para o directório de aplicação%s ou desactivando a loja de aplicações no ficheiro de configuração.", -"Cannot create \"data\" directory (%s)" => "Não é possivel criar a directoria \"data\" (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Isto pode ser normalmente resolvido dando ao servidor web direito de escrita para o directório do root.", -"Setting locale to %s failed" => "Definindo local para %s falhado", -"Please install one of these locales on your system and restart your webserver." => "Por favor instale um destes locais no seu sistema e reinicie o seu servidor web.", -"Please ask your server administrator to install the module." => "Por favor pergunte ao seu administrador do servidor para instalar o modulo.", -"PHP module %s not installed." => "O modulo %s PHP não está instalado.", -"PHP %s or higher is required." => "Necessário PHP %s ou maior.", -"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." => "Por favor pessa ao seu administrador de servidor para actualizar o PHP para a ultima versão. A sua versão de PHP não é mais suportada pelo owncloud e a comunidade PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "O modo seguro de PHP está activo. O ownCloud requer que isto esteja desactivado para funcionar em condições.", -"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." => "O modo seguro PHP está obsoleto e a maior parte das definições inúteis devem ser desactivadas. Por favor pessa ao seu administrador de servidor para desactivar isto em php.ini ou no seu config do servidor web.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Aspas mágicas estão activadas. O ownCloud requere que isto esteja desactivado para trabalhar em condições.", -"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." => "As aspas mágicas é uma definição obsoleta e inútil que deve ser desactivada. Por favor pessa ao seu administrador do servidor para desactivar isto em php.ini ou no config do seu servidor web.", -"PHP modules have been installed, but they are still listed as missing?" => "Os módulos PHP foram instalados, mas eles ainda estão listados como desaparecidos?", -"Please ask your server administrator to restart the web server." => "Pro favor pergunte ao seu administrador do servidor para reiniciar o servidor da internet.", -"PostgreSQL >= 9 required" => "Necessita PostgreSQL >= 9", -"Please upgrade your database version" => "Por favor actualize a sua versão da base de dados", -"Error occurred while checking PostgreSQL version" => "Ocorreu um erro enquanto pesquisava a versão do PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Por favor confirme que tem o PostgreSQL >= 9 ou verifique os registos para mais informação sobre o erro", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Por favor altere as permissões para 0770 para que esse directório não possa ser listado por outros utilizadores.", -"Data directory (%s) is readable by other users" => "O directório de dados (%s) é legível para outros utilizadores", -"Data directory (%s) is invalid" => "Directoria data (%s) é invalida", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Por favor verifique que a directoria data contem um ficheiro \".ocdata\" na sua raiz.", -"Could not obtain lock type %d on \"%s\"." => "Não foi possível obter o tipo de bloqueio %d em \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ro.js b/lib/l10n/ro.js new file mode 100644 index 0000000000..334da8299d --- /dev/null +++ b/lib/l10n/ro.js @@ -0,0 +1,52 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Nu se poate scrie în folderul \"config\"!", + "See %s" : "Vezi %s", + "Help" : "Ajutor", + "Personal" : "Personal", + "Settings" : "Setări", + "Users" : "Utilizatori", + "Admin" : "Admin", + "Recommended" : "Recomandat", + "No app name specified" : "Niciun nume de aplicație specificat", + "Unknown filetype" : "Tip fișier necunoscut", + "Invalid image" : "Imagine invalidă", + "web services under your control" : "servicii web controlate de tine", + "Application is not enabled" : "Aplicația nu este activată", + "Authentication error" : "Eroare la autentificare", + "Token expired. Please reload page." : "Token expirat. Te rugăm să reîncarci pagina.", + "Unknown user" : "Utilizator necunoscut", + "%s enter the database name." : "%s introduceți numele bazei de date", + "MS SQL username and/or password not valid: %s" : "Nume utilizator și/sau parolă MS SQL greșită: %s", + "MySQL/MariaDB username and/or password not valid" : "Nume utilizator și/sau parolă MySQL/MariaDB greșită", + "DB Error: \"%s\"" : "Eroare Bază de Date: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Utilizatorul MySQL/MariaDB '%s'@'localhost' deja există.", + "Drop this user from MySQL/MariaDB" : "Șterge acest utilizator din MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Utilizatorul MySQL/MariaDB '%s'@'%%' deja există.", + "Drop this user from MySQL/MariaDB." : "Șterge acest utilizator din MySQL/MariaDB.", + "Oracle connection could not be established" : "Conexiunea Oracle nu a putut fi stabilită", + "PostgreSQL username and/or password not valid" : "Nume utilizator și/sau parolă PostgreSQL greșită", + "Set an admin username." : "Setează un nume de administrator.", + "Set an admin password." : "Setează o parolă de administrator.", + "%s shared »%s« with you" : "%s Partajat »%s« cu tine de", + "You are not allowed to share %s" : "Nu există permisiunea de partajare %s", + "Share type %s is not valid for %s" : "Tipul partajării %s nu este valid pentru %s", + "Could not find category \"%s\"" : "Cloud nu a gasit categoria \"%s\"", + "seconds ago" : "secunde în urmă", + "_%n minute ago_::_%n minutes ago_" : ["","","acum %n minute"], + "_%n hour ago_::_%n hours ago_" : ["","","acum %n ore"], + "today" : "astăzi", + "yesterday" : "ieri", + "_%n day go_::_%n days ago_" : ["","","acum %n zile"], + "last month" : "ultima lună", + "_%n month ago_::_%n months ago_" : ["%n lună în urmă","%n luni în urmă","%n luni în urmă"], + "last year" : "ultimul an", + "years ago" : "ani în urmă", + "A valid username must be provided" : "Trebuie să furnizaţi un nume de utilizator valid", + "A valid password must be provided" : "Trebuie să furnizaţi o parolă validă", + "The username is already being used" : "Numele de utilizator este deja folosit", + "Cannot write into \"config\" directory" : "Nu se poate scrie în folderul \"config\"", + "Cannot write into \"apps\" directory" : "Nu se poate scrie în folderul \"apps\"" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/lib/l10n/ro.json b/lib/l10n/ro.json new file mode 100644 index 0000000000..760f66e8ba --- /dev/null +++ b/lib/l10n/ro.json @@ -0,0 +1,50 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Nu se poate scrie în folderul \"config\"!", + "See %s" : "Vezi %s", + "Help" : "Ajutor", + "Personal" : "Personal", + "Settings" : "Setări", + "Users" : "Utilizatori", + "Admin" : "Admin", + "Recommended" : "Recomandat", + "No app name specified" : "Niciun nume de aplicație specificat", + "Unknown filetype" : "Tip fișier necunoscut", + "Invalid image" : "Imagine invalidă", + "web services under your control" : "servicii web controlate de tine", + "Application is not enabled" : "Aplicația nu este activată", + "Authentication error" : "Eroare la autentificare", + "Token expired. Please reload page." : "Token expirat. Te rugăm să reîncarci pagina.", + "Unknown user" : "Utilizator necunoscut", + "%s enter the database name." : "%s introduceți numele bazei de date", + "MS SQL username and/or password not valid: %s" : "Nume utilizator și/sau parolă MS SQL greșită: %s", + "MySQL/MariaDB username and/or password not valid" : "Nume utilizator și/sau parolă MySQL/MariaDB greșită", + "DB Error: \"%s\"" : "Eroare Bază de Date: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Utilizatorul MySQL/MariaDB '%s'@'localhost' deja există.", + "Drop this user from MySQL/MariaDB" : "Șterge acest utilizator din MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Utilizatorul MySQL/MariaDB '%s'@'%%' deja există.", + "Drop this user from MySQL/MariaDB." : "Șterge acest utilizator din MySQL/MariaDB.", + "Oracle connection could not be established" : "Conexiunea Oracle nu a putut fi stabilită", + "PostgreSQL username and/or password not valid" : "Nume utilizator și/sau parolă PostgreSQL greșită", + "Set an admin username." : "Setează un nume de administrator.", + "Set an admin password." : "Setează o parolă de administrator.", + "%s shared »%s« with you" : "%s Partajat »%s« cu tine de", + "You are not allowed to share %s" : "Nu există permisiunea de partajare %s", + "Share type %s is not valid for %s" : "Tipul partajării %s nu este valid pentru %s", + "Could not find category \"%s\"" : "Cloud nu a gasit categoria \"%s\"", + "seconds ago" : "secunde în urmă", + "_%n minute ago_::_%n minutes ago_" : ["","","acum %n minute"], + "_%n hour ago_::_%n hours ago_" : ["","","acum %n ore"], + "today" : "astăzi", + "yesterday" : "ieri", + "_%n day go_::_%n days ago_" : ["","","acum %n zile"], + "last month" : "ultima lună", + "_%n month ago_::_%n months ago_" : ["%n lună în urmă","%n luni în urmă","%n luni în urmă"], + "last year" : "ultimul an", + "years ago" : "ani în urmă", + "A valid username must be provided" : "Trebuie să furnizaţi un nume de utilizator valid", + "A valid password must be provided" : "Trebuie să furnizaţi o parolă validă", + "The username is already being used" : "Numele de utilizator este deja folosit", + "Cannot write into \"config\" directory" : "Nu se poate scrie în folderul \"config\"", + "Cannot write into \"apps\" directory" : "Nu se poate scrie în folderul \"apps\"" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/lib/l10n/ro.php b/lib/l10n/ro.php deleted file mode 100644 index 20817232f8..0000000000 --- a/lib/l10n/ro.php +++ /dev/null @@ -1,51 +0,0 @@ - "Nu se poate scrie în folderul \"config\"!", -"See %s" => "Vezi %s", -"Help" => "Ajutor", -"Personal" => "Personal", -"Settings" => "Setări", -"Users" => "Utilizatori", -"Admin" => "Admin", -"Recommended" => "Recomandat", -"No app name specified" => "Niciun nume de aplicație specificat", -"Unknown filetype" => "Tip fișier necunoscut", -"Invalid image" => "Imagine invalidă", -"web services under your control" => "servicii web controlate de tine", -"Application is not enabled" => "Aplicația nu este activată", -"Authentication error" => "Eroare la autentificare", -"Token expired. Please reload page." => "Token expirat. Te rugăm să reîncarci pagina.", -"Unknown user" => "Utilizator necunoscut", -"%s enter the database name." => "%s introduceți numele bazei de date", -"MS SQL username and/or password not valid: %s" => "Nume utilizator și/sau parolă MS SQL greșită: %s", -"MySQL/MariaDB username and/or password not valid" => "Nume utilizator și/sau parolă MySQL/MariaDB greșită", -"DB Error: \"%s\"" => "Eroare Bază de Date: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "Utilizatorul MySQL/MariaDB '%s'@'localhost' deja există.", -"Drop this user from MySQL/MariaDB" => "Șterge acest utilizator din MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "Utilizatorul MySQL/MariaDB '%s'@'%%' deja există.", -"Drop this user from MySQL/MariaDB." => "Șterge acest utilizator din MySQL/MariaDB.", -"Oracle connection could not be established" => "Conexiunea Oracle nu a putut fi stabilită", -"PostgreSQL username and/or password not valid" => "Nume utilizator și/sau parolă PostgreSQL greșită", -"Set an admin username." => "Setează un nume de administrator.", -"Set an admin password." => "Setează o parolă de administrator.", -"%s shared »%s« with you" => "%s Partajat »%s« cu tine de", -"You are not allowed to share %s" => "Nu există permisiunea de partajare %s", -"Share type %s is not valid for %s" => "Tipul partajării %s nu este valid pentru %s", -"Could not find category \"%s\"" => "Cloud nu a gasit categoria \"%s\"", -"seconds ago" => "secunde în urmă", -"_%n minute ago_::_%n minutes ago_" => array("","","acum %n minute"), -"_%n hour ago_::_%n hours ago_" => array("","","acum %n ore"), -"today" => "astăzi", -"yesterday" => "ieri", -"_%n day go_::_%n days ago_" => array("","","acum %n zile"), -"last month" => "ultima lună", -"_%n month ago_::_%n months ago_" => array("%n lună în urmă","%n luni în urmă","%n luni în urmă"), -"last year" => "ultimul an", -"years ago" => "ani în urmă", -"A valid username must be provided" => "Trebuie să furnizaţi un nume de utilizator valid", -"A valid password must be provided" => "Trebuie să furnizaţi o parolă validă", -"The username is already being used" => "Numele de utilizator este deja folosit", -"Cannot write into \"config\" directory" => "Nu se poate scrie în folderul \"config\"", -"Cannot write into \"apps\" directory" => "Nu se poate scrie în folderul \"apps\"" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js new file mode 100644 index 0000000000..d5da14afd9 --- /dev/null +++ b/lib/l10n/ru.js @@ -0,0 +1,123 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Запись в каталог \"config\" невозможна", + "This can usually be fixed by giving the webserver write access to the config directory" : "Обычно это можно исправить, предоставив веб-серверу права на запись в папке конфигурации", + "See %s" : "Просмотр %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в папке конфигурации%s.", + "Sample configuration detected" : "Обнаружена конфигурация из примера", + "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" : "Была обнаружена конфигурация из примера. Это может повредить вашей системе и это не поддерживается. Пожалуйста прочтите доументацию перед внесением изменений в файл config.php", + "Help" : "Помощь", + "Personal" : "Личное", + "Settings" : "Настройки", + "Users" : "Пользователи", + "Admin" : "Администрирование", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Невозможно установить приложение \\\"%s\\\", т.к. оно несовместимо с этой версией ownCloud.", + "No app name specified" : "Не указано имя приложения", + "Unknown filetype" : "Неизвестный тип файла", + "Invalid image" : "Изображение повреждено", + "web services under your control" : "веб-сервисы под вашим управлением", + "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." : "Вы должны войти или в существующий аккаунт или под администратором.", + "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 '%s'@'localhost' уже существует.", + "Drop this user from MySQL/MariaDB" : "Удалить данного участника из MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Пользователь MySQL '%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." : "Задать имя пользователя для admin.", + "Set an admin password." : "Задать пароль для admin.", + "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, потому что обмен со ссылками не допускается", + "Share type %s is not valid for %s" : "Такой тип общего доступа как %s не допустим для %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Настройка прав доступа для %s невозможна, поскольку права доступа превышают предоставленные права доступа %s", + "Setting permissions for %s failed, because the item was not found" : "Не удалось произвести настройку прав доступа для %s , элемент не был найден.", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Невозможно установить дату устаревания. Разделяемые ресурсы не могут устареть позже, чем %s с момента их публикации.", + "Cannot set expiration date. Expiration date is in the past" : "Невозможно установить дату окончания. Дата окончания в прошлом.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Бэкенд для опубликования %s должен реализовывать интерфейс OCP\\Share_Backend", + "Sharing backend %s not found" : "Бэкэнд для общего доступа %s не найден", + "Sharing backend for %s not found" : "Бэкэнд для общего доступа к %s не найден", + "Sharing %s failed, because the user %s is the original sharer" : "Публикация %s неудачна, т.к. пользователь %s - публикатор оригинала файла", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Не удалось опубликовать %s, т.к. права %s превышают предоставленные права доступа ", + "Sharing %s failed, because resharing is not allowed" : "Публикация %s неудачна, т.к републикация запрещена", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Не удалось опубликовать %s, т.к. опубликованный бэкенд для %s не смог найти свой источник", + "Sharing %s failed, because the file could not be found in the file cache" : "Не удалось опубликовать %s, т.к. файл не был обнаружен в файловом кеше.", + "Could not find category \"%s\"" : "Категория \"%s\" не найдена", + "seconds ago" : "несколько секунд назад", + "_%n minute ago_::_%n minutes ago_" : ["%n минута назад","%n минуты назад","%n минут назад"], + "_%n hour ago_::_%n hours ago_" : ["%n час назад","%n часа назад","%n часов назад"], + "today" : "сегодня", + "yesterday" : "вчера", + "_%n day go_::_%n days ago_" : ["%n день назад","%n дня назад","%n дней назад"], + "last month" : "в прошлом месяце", + "_%n month ago_::_%n months ago_" : ["%n месяц назад","%n месяца назад","%n месяцев назад"], + "last year" : "в прошлом году", + "years ago" : "несколько лет назад", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Только следующие символы допускаются в имени пользователя: \"a-z\", \"A-Z\", \"0-9\", и \"_.@-\"", + "A valid username must be provided" : "Укажите правильное имя пользователя", + "A valid password must be provided" : "Укажите валидный пароль", + "The username is already being used" : "Имя пользователя уже используется", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Не установлены драйвера баз данных (sqlite, mysql или postgresql)", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в корневой папке%s.", + "Cannot write into \"config\" directory" : "Запись в каталог \"config\" невозможна", + "Cannot write into \"apps\" directory" : "Запись в каталог \"app\" невозможна", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в папку приложений%s или отключив appstore в файле конфигурации.", + "Cannot create \"data\" directory (%s)" : "Невозможно создать каталог \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Обычно это можно исправить, предоставив веб-серверу права на запись в корневой папке.", + "Setting locale to %s failed" : "Установка локали в %s не удалась", + "Please install one of these locales on your system and restart your webserver." : "Установите одну из этих локалей на вашей системе и перезапустите веб-сервер.", + "Please ask your server administrator to install the module." : "Пожалуйста, попростите администратора сервера установить модуль.", + "PHP module %s not installed." : "Не установлен PHP-модуль %s.", + "PHP %s or higher is required." : "Требуется PHP %s или выше", + "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." : "Пожалуйста, обратитесь к администратору сервера, чтобы обновить PHP до последней версии. Ваша версия PHP больше не поддерживается ownCloud и сообществом PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Включен безопасный режим PHP. ownCloud требует, чтобы он был выключен для корректной работы.", + "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." : "Безопасный режим PHP не поддерживается и его следует выключить как практически бесполезную настройку. Пожалуйста, попросите администратора сервера выключить его в php.ini либо в вашей конфигурации веб-сервера.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Включен режим Magic Quotes. 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." : "Magic Quotes не поддерживается и его следует выключить как практически бесполезную настройку. Пожалуйста, попросите администратора сервера выключить его в php.ini либо в вашей конфигурации веб-сервера.", + "PHP modules have been installed, but they are still listed as missing?" : "Модули PHP был установлены, но все еще в списке как недостающие?", + "Please ask your server administrator to restart the web server." : "Пожалуйста, попросите администратора вашего сервера перезапустить веб-сервер.", + "PostgreSQL >= 9 required" : "Требуется PostgreSQL >= 9", + "Please upgrade your database version" : "Пожалуйста, обновите вашу версию базы данных", + "Error occurred while checking PostgreSQL version" : "Произошла ошибка при проверке версии PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Пожалуйста, обедитесь что версия PostgreSQL >= 9 или проверьте логи за дополнительной информацией об ошибке", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Пожалуйста, измениите флаги разрешений на 0770 чтобы другие пользователи не могли получить списка файлов этой папки.", + "Data directory (%s) is readable by other users" : "Папка данных (%s) доступна для чтения другим пользователям", + "Data directory (%s) is invalid" : "Папка данных (%s) не верна", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Пожалуйста, убедитесь, что папка данных содержит в корне файл \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Не удалось получить блокировку типа %d на \"%s\"" +}, +"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/lib/l10n/ru.json b/lib/l10n/ru.json new file mode 100644 index 0000000000..60c0d7ecfa --- /dev/null +++ b/lib/l10n/ru.json @@ -0,0 +1,121 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Запись в каталог \"config\" невозможна", + "This can usually be fixed by giving the webserver write access to the config directory" : "Обычно это можно исправить, предоставив веб-серверу права на запись в папке конфигурации", + "See %s" : "Просмотр %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в папке конфигурации%s.", + "Sample configuration detected" : "Обнаружена конфигурация из примера", + "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" : "Была обнаружена конфигурация из примера. Это может повредить вашей системе и это не поддерживается. Пожалуйста прочтите доументацию перед внесением изменений в файл config.php", + "Help" : "Помощь", + "Personal" : "Личное", + "Settings" : "Настройки", + "Users" : "Пользователи", + "Admin" : "Администрирование", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Невозможно установить приложение \\\"%s\\\", т.к. оно несовместимо с этой версией ownCloud.", + "No app name specified" : "Не указано имя приложения", + "Unknown filetype" : "Неизвестный тип файла", + "Invalid image" : "Изображение повреждено", + "web services under your control" : "веб-сервисы под вашим управлением", + "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." : "Вы должны войти или в существующий аккаунт или под администратором.", + "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 '%s'@'localhost' уже существует.", + "Drop this user from MySQL/MariaDB" : "Удалить данного участника из MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Пользователь MySQL '%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." : "Задать имя пользователя для admin.", + "Set an admin password." : "Задать пароль для admin.", + "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, потому что обмен со ссылками не допускается", + "Share type %s is not valid for %s" : "Такой тип общего доступа как %s не допустим для %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Настройка прав доступа для %s невозможна, поскольку права доступа превышают предоставленные права доступа %s", + "Setting permissions for %s failed, because the item was not found" : "Не удалось произвести настройку прав доступа для %s , элемент не был найден.", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Невозможно установить дату устаревания. Разделяемые ресурсы не могут устареть позже, чем %s с момента их публикации.", + "Cannot set expiration date. Expiration date is in the past" : "Невозможно установить дату окончания. Дата окончания в прошлом.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Бэкенд для опубликования %s должен реализовывать интерфейс OCP\\Share_Backend", + "Sharing backend %s not found" : "Бэкэнд для общего доступа %s не найден", + "Sharing backend for %s not found" : "Бэкэнд для общего доступа к %s не найден", + "Sharing %s failed, because the user %s is the original sharer" : "Публикация %s неудачна, т.к. пользователь %s - публикатор оригинала файла", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Не удалось опубликовать %s, т.к. права %s превышают предоставленные права доступа ", + "Sharing %s failed, because resharing is not allowed" : "Публикация %s неудачна, т.к републикация запрещена", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Не удалось опубликовать %s, т.к. опубликованный бэкенд для %s не смог найти свой источник", + "Sharing %s failed, because the file could not be found in the file cache" : "Не удалось опубликовать %s, т.к. файл не был обнаружен в файловом кеше.", + "Could not find category \"%s\"" : "Категория \"%s\" не найдена", + "seconds ago" : "несколько секунд назад", + "_%n minute ago_::_%n minutes ago_" : ["%n минута назад","%n минуты назад","%n минут назад"], + "_%n hour ago_::_%n hours ago_" : ["%n час назад","%n часа назад","%n часов назад"], + "today" : "сегодня", + "yesterday" : "вчера", + "_%n day go_::_%n days ago_" : ["%n день назад","%n дня назад","%n дней назад"], + "last month" : "в прошлом месяце", + "_%n month ago_::_%n months ago_" : ["%n месяц назад","%n месяца назад","%n месяцев назад"], + "last year" : "в прошлом году", + "years ago" : "несколько лет назад", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Только следующие символы допускаются в имени пользователя: \"a-z\", \"A-Z\", \"0-9\", и \"_.@-\"", + "A valid username must be provided" : "Укажите правильное имя пользователя", + "A valid password must be provided" : "Укажите валидный пароль", + "The username is already being used" : "Имя пользователя уже используется", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Не установлены драйвера баз данных (sqlite, mysql или postgresql)", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в корневой папке%s.", + "Cannot write into \"config\" directory" : "Запись в каталог \"config\" невозможна", + "Cannot write into \"apps\" directory" : "Запись в каталог \"app\" невозможна", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в папку приложений%s или отключив appstore в файле конфигурации.", + "Cannot create \"data\" directory (%s)" : "Невозможно создать каталог \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Обычно это можно исправить, предоставив веб-серверу права на запись в корневой папке.", + "Setting locale to %s failed" : "Установка локали в %s не удалась", + "Please install one of these locales on your system and restart your webserver." : "Установите одну из этих локалей на вашей системе и перезапустите веб-сервер.", + "Please ask your server administrator to install the module." : "Пожалуйста, попростите администратора сервера установить модуль.", + "PHP module %s not installed." : "Не установлен PHP-модуль %s.", + "PHP %s or higher is required." : "Требуется PHP %s или выше", + "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." : "Пожалуйста, обратитесь к администратору сервера, чтобы обновить PHP до последней версии. Ваша версия PHP больше не поддерживается ownCloud и сообществом PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Включен безопасный режим PHP. ownCloud требует, чтобы он был выключен для корректной работы.", + "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." : "Безопасный режим PHP не поддерживается и его следует выключить как практически бесполезную настройку. Пожалуйста, попросите администратора сервера выключить его в php.ini либо в вашей конфигурации веб-сервера.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Включен режим Magic Quotes. 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." : "Magic Quotes не поддерживается и его следует выключить как практически бесполезную настройку. Пожалуйста, попросите администратора сервера выключить его в php.ini либо в вашей конфигурации веб-сервера.", + "PHP modules have been installed, but they are still listed as missing?" : "Модули PHP был установлены, но все еще в списке как недостающие?", + "Please ask your server administrator to restart the web server." : "Пожалуйста, попросите администратора вашего сервера перезапустить веб-сервер.", + "PostgreSQL >= 9 required" : "Требуется PostgreSQL >= 9", + "Please upgrade your database version" : "Пожалуйста, обновите вашу версию базы данных", + "Error occurred while checking PostgreSQL version" : "Произошла ошибка при проверке версии PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Пожалуйста, обедитесь что версия PostgreSQL >= 9 или проверьте логи за дополнительной информацией об ошибке", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Пожалуйста, измениите флаги разрешений на 0770 чтобы другие пользователи не могли получить списка файлов этой папки.", + "Data directory (%s) is readable by other users" : "Папка данных (%s) доступна для чтения другим пользователям", + "Data directory (%s) is invalid" : "Папка данных (%s) не верна", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Пожалуйста, убедитесь, что папка данных содержит в корне файл \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Не удалось получить блокировку типа %d на \"%s\"" +},"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/lib/l10n/ru.php b/lib/l10n/ru.php deleted file mode 100644 index 40cfc1d2b5..0000000000 --- a/lib/l10n/ru.php +++ /dev/null @@ -1,122 +0,0 @@ - "Запись в каталог \"config\" невозможна", -"This can usually be fixed by giving the webserver write access to the config directory" => "Обычно это можно исправить, предоставив веб-серверу права на запись в папке конфигурации", -"See %s" => "Просмотр %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в папке конфигурации%s.", -"Sample configuration detected" => "Обнаружена конфигурация из примера", -"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" => "Была обнаружена конфигурация из примера. Это может повредить вашей системе и это не поддерживается. Пожалуйста прочтите доументацию перед внесением изменений в файл config.php", -"Help" => "Помощь", -"Personal" => "Личное", -"Settings" => "Настройки", -"Users" => "Пользователи", -"Admin" => "Администрирование", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "Невозможно установить приложение \\\"%s\\\", т.к. оно несовместимо с этой версией ownCloud.", -"No app name specified" => "Не указано имя приложения", -"Unknown filetype" => "Неизвестный тип файла", -"Invalid image" => "Изображение повреждено", -"web services under your control" => "веб-сервисы под вашим управлением", -"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." => "Вы должны войти или в существующий аккаунт или под администратором.", -"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 '%s'@'localhost' уже существует.", -"Drop this user from MySQL/MariaDB" => "Удалить данного участника из MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "Пользователь MySQL '%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." => "Задать имя пользователя для admin.", -"Set an admin password." => "Задать пароль для admin.", -"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, потому что обмен со ссылками не допускается", -"Share type %s is not valid for %s" => "Такой тип общего доступа как %s не допустим для %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Настройка прав доступа для %s невозможна, поскольку права доступа превышают предоставленные права доступа %s", -"Setting permissions for %s failed, because the item was not found" => "Не удалось произвести настройку прав доступа для %s , элемент не был найден.", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Невозможно установить дату устаревания. Разделяемые ресурсы не могут устареть позже, чем %s с момента их публикации.", -"Cannot set expiration date. Expiration date is in the past" => "Невозможно установить дату окончания. Дата окончания в прошлом.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Бэкенд для опубликования %s должен реализовывать интерфейс OCP\\Share_Backend", -"Sharing backend %s not found" => "Бэкэнд для общего доступа %s не найден", -"Sharing backend for %s not found" => "Бэкэнд для общего доступа к %s не найден", -"Sharing %s failed, because the user %s is the original sharer" => "Публикация %s неудачна, т.к. пользователь %s - публикатор оригинала файла", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Не удалось опубликовать %s, т.к. права %s превышают предоставленные права доступа ", -"Sharing %s failed, because resharing is not allowed" => "Публикация %s неудачна, т.к републикация запрещена", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Не удалось опубликовать %s, т.к. опубликованный бэкенд для %s не смог найти свой источник", -"Sharing %s failed, because the file could not be found in the file cache" => "Не удалось опубликовать %s, т.к. файл не был обнаружен в файловом кеше.", -"Could not find category \"%s\"" => "Категория \"%s\" не найдена", -"seconds ago" => "несколько секунд назад", -"_%n minute ago_::_%n minutes ago_" => array("%n минута назад","%n минуты назад","%n минут назад"), -"_%n hour ago_::_%n hours ago_" => array("%n час назад","%n часа назад","%n часов назад"), -"today" => "сегодня", -"yesterday" => "вчера", -"_%n day go_::_%n days ago_" => array("%n день назад","%n дня назад","%n дней назад"), -"last month" => "в прошлом месяце", -"_%n month ago_::_%n months ago_" => array("%n месяц назад","%n месяца назад","%n месяцев назад"), -"last year" => "в прошлом году", -"years ago" => "несколько лет назад", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Только следующие символы допускаются в имени пользователя: \"a-z\", \"A-Z\", \"0-9\", и \"_.@-\"", -"A valid username must be provided" => "Укажите правильное имя пользователя", -"A valid password must be provided" => "Укажите валидный пароль", -"The username is already being used" => "Имя пользователя уже используется", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Не установлены драйвера баз данных (sqlite, mysql или postgresql)", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в корневой папке%s.", -"Cannot write into \"config\" directory" => "Запись в каталог \"config\" невозможна", -"Cannot write into \"apps\" directory" => "Запись в каталог \"app\" невозможна", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в папку приложений%s или отключив appstore в файле конфигурации.", -"Cannot create \"data\" directory (%s)" => "Невозможно создать каталог \"data\" (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Обычно это можно исправить, предоставив веб-серверу права на запись в корневой папке.", -"Setting locale to %s failed" => "Установка локали в %s не удалась", -"Please install one of these locales on your system and restart your webserver." => "Установите одну из этих локалей на вашей системе и перезапустите веб-сервер.", -"Please ask your server administrator to install the module." => "Пожалуйста, попростите администратора сервера установить модуль.", -"PHP module %s not installed." => "Не установлен PHP-модуль %s.", -"PHP %s or higher is required." => "Требуется PHP %s или выше", -"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." => "Пожалуйста, обратитесь к администратору сервера, чтобы обновить PHP до последней версии. Ваша версия PHP больше не поддерживается ownCloud и сообществом PHP.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "Включен безопасный режим PHP. ownCloud требует, чтобы он был выключен для корректной работы.", -"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." => "Безопасный режим PHP не поддерживается и его следует выключить как практически бесполезную настройку. Пожалуйста, попросите администратора сервера выключить его в php.ini либо в вашей конфигурации веб-сервера.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Включен режим Magic Quotes. 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." => "Magic Quotes не поддерживается и его следует выключить как практически бесполезную настройку. Пожалуйста, попросите администратора сервера выключить его в php.ini либо в вашей конфигурации веб-сервера.", -"PHP modules have been installed, but they are still listed as missing?" => "Модули PHP был установлены, но все еще в списке как недостающие?", -"Please ask your server administrator to restart the web server." => "Пожалуйста, попросите администратора вашего сервера перезапустить веб-сервер.", -"PostgreSQL >= 9 required" => "Требуется PostgreSQL >= 9", -"Please upgrade your database version" => "Пожалуйста, обновите вашу версию базы данных", -"Error occurred while checking PostgreSQL version" => "Произошла ошибка при проверке версии PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Пожалуйста, обедитесь что версия PostgreSQL >= 9 или проверьте логи за дополнительной информацией об ошибке", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Пожалуйста, измениите флаги разрешений на 0770 чтобы другие пользователи не могли получить списка файлов этой папки.", -"Data directory (%s) is readable by other users" => "Папка данных (%s) доступна для чтения другим пользователям", -"Data directory (%s) is invalid" => "Папка данных (%s) не верна", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Пожалуйста, убедитесь, что папка данных содержит в корне файл \".ocdata\".", -"Could not obtain lock type %d on \"%s\"." => "Не удалось получить блокировку типа %d на \"%s\"" -); -$PLURAL_FORMS = "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/lib/l10n/si_LK.js b/lib/l10n/si_LK.js new file mode 100644 index 0000000000..76ad1716ce --- /dev/null +++ b/lib/l10n/si_LK.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "lib", + { + "Help" : "උදව්", + "Personal" : "පෞද්ගලික", + "Settings" : "සිටුවම්", + "Users" : "පරිශීලකයන්", + "Admin" : "පරිපාලක", + "web services under your control" : "ඔබට පාලනය කළ හැකි වෙබ් සේවාවන්", + "Application is not enabled" : "යෙදුම සක්‍රිය කර නොමැත", + "Authentication error" : "සත්‍යාපන දෝෂයක්", + "Token expired. Please reload page." : "ටෝකනය කල් ඉකුත් වී ඇත. පිටුව නැවුම් කරන්න", + "seconds ago" : "තත්පරයන්ට පෙර", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "අද", + "yesterday" : "ඊයේ", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "පෙර මාසයේ", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "පෙර අවුරුද්දේ", + "years ago" : "අවුරුදු කීපයකට පෙර" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/si_LK.json b/lib/l10n/si_LK.json new file mode 100644 index 0000000000..0bfa32a075 --- /dev/null +++ b/lib/l10n/si_LK.json @@ -0,0 +1,22 @@ +{ "translations": { + "Help" : "උදව්", + "Personal" : "පෞද්ගලික", + "Settings" : "සිටුවම්", + "Users" : "පරිශීලකයන්", + "Admin" : "පරිපාලක", + "web services under your control" : "ඔබට පාලනය කළ හැකි වෙබ් සේවාවන්", + "Application is not enabled" : "යෙදුම සක්‍රිය කර නොමැත", + "Authentication error" : "සත්‍යාපන දෝෂයක්", + "Token expired. Please reload page." : "ටෝකනය කල් ඉකුත් වී ඇත. පිටුව නැවුම් කරන්න", + "seconds ago" : "තත්පරයන්ට පෙර", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "අද", + "yesterday" : "ඊයේ", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "පෙර මාසයේ", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "පෙර අවුරුද්දේ", + "years ago" : "අවුරුදු කීපයකට පෙර" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/si_LK.php b/lib/l10n/si_LK.php deleted file mode 100644 index 8ba19238a5..0000000000 --- a/lib/l10n/si_LK.php +++ /dev/null @@ -1,23 +0,0 @@ - "උදව්", -"Personal" => "පෞද්ගලික", -"Settings" => "සිටුවම්", -"Users" => "පරිශීලකයන්", -"Admin" => "පරිපාලක", -"web services under your control" => "ඔබට පාලනය කළ හැකි වෙබ් සේවාවන්", -"Application is not enabled" => "යෙදුම සක්‍රිය කර නොමැත", -"Authentication error" => "සත්‍යාපන දෝෂයක්", -"Token expired. Please reload page." => "ටෝකනය කල් ඉකුත් වී ඇත. පිටුව නැවුම් කරන්න", -"seconds ago" => "තත්පරයන්ට පෙර", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"today" => "අද", -"yesterday" => "ඊයේ", -"_%n day go_::_%n days ago_" => array("",""), -"last month" => "පෙර මාසයේ", -"_%n month ago_::_%n months ago_" => array("",""), -"last year" => "පෙර අවුරුද්දේ", -"years ago" => "අවුරුදු කීපයකට පෙර" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/sk_SK.js b/lib/l10n/sk_SK.js new file mode 100644 index 0000000000..97ace297cf --- /dev/null +++ b/lib/l10n/sk_SK.js @@ -0,0 +1,122 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Nie je možné zapisovat do priečinka \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "To je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis k adresáru s konfiguráciou.", + "See %s" : "Pozri %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "To je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis k adresáru s konfiguráciou%s.", + "Sample configuration detected" : "Detekovaná bola vzorová konfigurácia", + "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" : "Zistilo sa, že konfigurácia bola skopírovaná zo vzorových súborov. Takáto konfigurácia nie je podporovaná a môže poškodiť vašu inštaláciu. Prečítajte si dokumentáciu pred vykonaním zmien v config.php", + "Help" : "Pomoc", + "Personal" : "Osobné", + "Settings" : "Nastavenia", + "Users" : "Používatelia", + "Admin" : "Administrátor", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplikáciu \\\"%s\\\" nemožno nainštalovať, pretože nie je kompatibilná s touto verziou systému ownCloud.", + "No app name specified" : "Nešpecifikované meno aplikácie", + "Unknown filetype" : "Neznámy typ súboru", + "Invalid image" : "Chybný obrázok", + "web services under your control" : "webové služby pod Vašou kontrolou", + "App directory already exists" : "Aplikačný priečinok už existuje", + "Can't create app folder. Please fix permissions. %s" : "Nemožno vytvoriť aplikačný priečinok. Prosím upravte povolenia. %s", + "No source specified when installing app" : "Nešpecifikovaný zdroj pri inštalácii aplikácie", + "No href specified when installing app from http" : "Nešpecifikovaný atribút \"href\" pri inštalácii aplikácie pomocou protokolu \"http\"", + "No path specified when installing app from local file" : "Nešpecifikovaná cesta pri inštalácii aplikácie z lokálneho súboru", + "Archives of type %s are not supported" : "Tento typ archívu %s nie je podporovaný", + "Failed to open archive when installing app" : "Zlyhanie pri otváraní archívu počas inštalácie aplikácie", + "App does not provide an info.xml file" : "Aplikácia neposkytuje súbor info.xml", + "App can't be installed because of not allowed code in the App" : "Aplikácia nemôže byť nainštalovaná pre nepovolený kód v aplikácii", + "App can't be installed because it is not compatible with this version of ownCloud" : "Aplikácia nemôže byť nainštalovaná pre nekompatibilitu z touto verziou ownCloudu", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Aplikácia nemôže byť nainštalovaná pretože obsahuje pravý štítok, ktorý nie je povolený pre zaslané \"shipped\" aplikácie", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Aplikácia nemôže byť nainštalovaná pretože verzia v info.xml/version nezodpovedá verzii špecifikovanej v obchode s aplikáciami", + "Application is not enabled" : "Aplikácia nie je zapnutá", + "Authentication error" : "Chyba autentifikácie", + "Token expired. Please reload page." : "Token vypršal. Obnovte, prosím, stránku.", + "Unknown user" : "Neznámy používateľ", + "%s enter the database username." : "Zadajte používateľské meno %s databázy.", + "%s enter the database name." : "Zadajte názov databázy pre %s databázy.", + "%s you may not use dots in the database name" : "V názve databázy %s nemôžete používať bodky", + "MS SQL username and/or password not valid: %s" : "Používateľské meno, alebo heslo MS SQL nie je platné: %s", + "You need to enter either an existing account or the administrator." : "Musíte zadať jestvujúci účet alebo administrátora.", + "MySQL/MariaDB username and/or password not valid" : "Používateľské meno a/alebo heslo pre MySQL/MariaDB databázu je neplatné", + "DB Error: \"%s\"" : "Chyba DB: \"%s\"", + "Offending command was: \"%s\"" : "Podozrivý príkaz bol: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Používateľ '%s'@'localhost' už v MySQL/MariaDB existuje.", + "Drop this user from MySQL/MariaDB" : "Zahodiť používateľa z MySQL/MariaDB.", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Používateľ '%s'@'%%' už v MySQL/MariaDB existuje", + "Drop this user from MySQL/MariaDB." : "Zahodiť používateľa z MySQL/MariaDB.", + "Oracle connection could not be established" : "Nie je možné pripojiť sa k Oracle", + "Oracle username and/or password not valid" : "Používateľské meno a/alebo heslo pre Oracle databázu je neplatné", + "Offending command was: \"%s\", name: %s, password: %s" : "Podozrivý príkaz bol: \"%s\", meno: %s, heslo: %s", + "PostgreSQL username and/or password not valid" : "Používateľské meno a/alebo heslo pre PostgreSQL databázu je neplatné", + "Set an admin username." : "Zadajte používateľské meno administrátora.", + "Set an admin password." : "Zadajte heslo administrátora.", + "%s shared »%s« with you" : "%s s vami zdieľa »%s«", + "Sharing %s failed, because the file does not exist" : "Zdieľanie %s zlyhalo, pretože súbor neexistuje", + "You are not allowed to share %s" : "Nemôžete zdieľať %s", + "Sharing %s failed, because the user %s is the item owner" : "Zdieľanie %s zlyhalo, pretože používateľ %s je vlastníkom položky", + "Sharing %s failed, because the user %s does not exist" : "Zdieľanie %s zlyhalo, pretože používateľ %s neexistuje", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Zdieľanie %s zlyhalo, pretože používateľ %s nie je členom žiadnej skupiny spoločnej s používateľom %s", + "Sharing %s failed, because this item is already shared with %s" : "Zdieľanie %s zlyhalo, pretože táto položka už je zdieľaná s %s", + "Sharing %s failed, because the group %s does not exist" : "Zdieľanie %s zlyhalo, pretože skupina %s neexistuje", + "Sharing %s failed, because %s is not a member of the group %s" : "Zdieľanie %s zlyhalo, pretože %s nie je členom skupiny %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Musíte zadať heslo ak chcete vytvoriť verejný odkaz, lebo iba odkazy chránené heslom sú povolené", + "Sharing %s failed, because sharing with links is not allowed" : "Zdieľanie %s zlyhalo, pretože zdieľanie odkazom nie je povolené", + "Share type %s is not valid for %s" : "Typ zdieľania %s nie je platný pre %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavenie povolení pre %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s", + "Setting permissions for %s failed, because the item was not found" : "Nastavenie povolení pre %s zlyhalo, pretože položka sa nenašla", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nie je možné nastaviť dátum konca platnosti. Zdieľania nemôžu skončiť neskôr ako %s po zdieľaní.", + "Cannot set expiration date. Expiration date is in the past" : "Nie je možné nastaviť dátum konca platnosti. Dátum konca platnosti je v minulosti.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Backend zdieľania %s musí implementovať rozhranie OCP\\Share_Backend", + "Sharing backend %s not found" : "Backend zdieľania %s nebol nájdený", + "Sharing backend for %s not found" : "Backend zdieľania pre %s nebol nájdený", + "Sharing %s failed, because the user %s is the original sharer" : "Zdieľanie %s zlyhalo, pretože používateľ %s je pôvodcom zdieľania", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Zdieľanie %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s", + "Sharing %s failed, because resharing is not allowed" : "Zdieľanie %s zlyhalo, pretože zdieľanie ďalším nie je povolené", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Zdieľanie %s zlyhalo, backend zdieľania nenašiel zdrojový %s", + "Sharing %s failed, because the file could not be found in the file cache" : "Zdieľanie %s zlyhalo, pretože súbor sa nenašiel vo vyrovnávacej pamäti súborov", + "Could not find category \"%s\"" : "Nemožno nájsť danú kategóriu \"%s\"", + "seconds ago" : "pred sekundami", + "_%n minute ago_::_%n minutes ago_" : ["pred %n minútou","pred %n minútami","pred %n minútami"], + "_%n hour ago_::_%n hours ago_" : ["pred %n hodinou","pred %n hodinami","pred %n hodinami"], + "today" : "dnes", + "yesterday" : "včera", + "_%n day go_::_%n days ago_" : ["pred %n dňom","pred %n dňami","pred %n dňami"], + "last month" : "minulý mesiac", + "_%n month ago_::_%n months ago_" : ["pred %n mesiacom","pred %n mesiacmi","pred %n mesiacmi"], + "last year" : "minulý rok", + "years ago" : "pred rokmi", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "V mene používateľa sú povolené len nasledovné znaky: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Musíte zadať platné používateľské meno", + "A valid password must be provided" : "Musíte zadať platné heslo", + "The username is already being used" : "Meno používateľa je už použité", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Ovládače databázy (sqlite, mysql, or postgresql) nie sú nainštalované.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Oprávnenia je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis do koreňového adresára%s.", + "Cannot write into \"config\" directory" : "Nie je možné zapisovať do priečinka \"config\"", + "Cannot write into \"apps\" directory" : "Nie je možné zapisovať do priečinka \"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." : "Toto je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis do adresára aplikácií%s alebo vypnete obchod s aplikáciami v konfiguračnom súbore.", + "Cannot create \"data\" directory (%s)" : "Nie je možné vytvoriť priečinok \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Toto je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis do koreňového adresára.", + "Setting locale to %s failed" : "Nastavenie locale na %s zlyhalo", + "Please install one of these locales on your system and restart your webserver." : "Prosím, nainštalujte si aspoň jeden z týchto jazykov so svojho systému a reštartujte webserver.", + "Please ask your server administrator to install the module." : "Prosím, požiadajte administrátora vášho servera o inštaláciu modulu.", + "PHP module %s not installed." : "PHP modul %s nie je nainštalovaný.", + "PHP %s or higher is required." : "Požadovaná verzia PHP %s alebo vyššia.", + "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." : "Prosím, požiadajte administrátora vášho servera o aktualizáciu PHP na najnovšiu verziu. Vaša verzia PHP už nie je podporovaná ownCloud-om a PHP komunitou.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode je zapnutý. ownCloud pre správnu funkčnosť vyžaduje, aby bol vypnutý.", + "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." : "PHP Safe Mode je zastarané a väčšinou zbytočné nastavenie, ktoré by malo byť vypnuté. Prosím, požiadajte administrátora vášho serveru o jeho vypnutie v php.ini alebo v nastaveniach webového servera.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes sú povolené. ownCloud pre správnu funkčnosť vyžaduje, aby boli vypnuté.", + "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." : "Magic Quotes je zavrhovanou a zbytočnou voľbou, ktorú by ste mali ponechať vypnutú. Prosím, požiadajte správcu svojho servera, aby ju vypol v php.ini alebo v konfigurácii vášho webového servera.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP moduly boli nainštalované, ale stále sú uvedené ako chýbajúce?", + "Please ask your server administrator to restart the web server." : "Prosím, požiadajte administrátora vášho servera o reštartovanie webového servera.", + "PostgreSQL >= 9 required" : "Vyžadované PostgreSQL >= 9", + "Please upgrade your database version" : "Prosím, aktualizujte verziu svojej databázy", + "Error occurred while checking PostgreSQL version" : "Nastala chyba pri overovaní verzie PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Prosím, uistite sa, že máte PostgreSQL >= 9 alebo sa pozrite do protokolu, kde nájdete podrobnejšie informácie o chybe", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Prosím, zmeňte oprávnenia na 0770, aby tento adresár nemohli ostatní používatelia vypísať.", + "Data directory (%s) is readable by other users" : "Adresár dát (%s) je prístupný na čítanie ostatným používateľom", + "Data directory (%s) is invalid" : "Adresár dát (%s) je neplatný", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Prosím, skontrolujte, či adresár dát obsahuje súbor „.ocdata“.", + "Could not obtain lock type %d on \"%s\"." : "Nepodarilo sa získať zámok typu %d na „%s“." +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/lib/l10n/sk_SK.json b/lib/l10n/sk_SK.json new file mode 100644 index 0000000000..6867222d32 --- /dev/null +++ b/lib/l10n/sk_SK.json @@ -0,0 +1,120 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Nie je možné zapisovat do priečinka \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "To je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis k adresáru s konfiguráciou.", + "See %s" : "Pozri %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "To je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis k adresáru s konfiguráciou%s.", + "Sample configuration detected" : "Detekovaná bola vzorová konfigurácia", + "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" : "Zistilo sa, že konfigurácia bola skopírovaná zo vzorových súborov. Takáto konfigurácia nie je podporovaná a môže poškodiť vašu inštaláciu. Prečítajte si dokumentáciu pred vykonaním zmien v config.php", + "Help" : "Pomoc", + "Personal" : "Osobné", + "Settings" : "Nastavenia", + "Users" : "Používatelia", + "Admin" : "Administrátor", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplikáciu \\\"%s\\\" nemožno nainštalovať, pretože nie je kompatibilná s touto verziou systému ownCloud.", + "No app name specified" : "Nešpecifikované meno aplikácie", + "Unknown filetype" : "Neznámy typ súboru", + "Invalid image" : "Chybný obrázok", + "web services under your control" : "webové služby pod Vašou kontrolou", + "App directory already exists" : "Aplikačný priečinok už existuje", + "Can't create app folder. Please fix permissions. %s" : "Nemožno vytvoriť aplikačný priečinok. Prosím upravte povolenia. %s", + "No source specified when installing app" : "Nešpecifikovaný zdroj pri inštalácii aplikácie", + "No href specified when installing app from http" : "Nešpecifikovaný atribút \"href\" pri inštalácii aplikácie pomocou protokolu \"http\"", + "No path specified when installing app from local file" : "Nešpecifikovaná cesta pri inštalácii aplikácie z lokálneho súboru", + "Archives of type %s are not supported" : "Tento typ archívu %s nie je podporovaný", + "Failed to open archive when installing app" : "Zlyhanie pri otváraní archívu počas inštalácie aplikácie", + "App does not provide an info.xml file" : "Aplikácia neposkytuje súbor info.xml", + "App can't be installed because of not allowed code in the App" : "Aplikácia nemôže byť nainštalovaná pre nepovolený kód v aplikácii", + "App can't be installed because it is not compatible with this version of ownCloud" : "Aplikácia nemôže byť nainštalovaná pre nekompatibilitu z touto verziou ownCloudu", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Aplikácia nemôže byť nainštalovaná pretože obsahuje pravý štítok, ktorý nie je povolený pre zaslané \"shipped\" aplikácie", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Aplikácia nemôže byť nainštalovaná pretože verzia v info.xml/version nezodpovedá verzii špecifikovanej v obchode s aplikáciami", + "Application is not enabled" : "Aplikácia nie je zapnutá", + "Authentication error" : "Chyba autentifikácie", + "Token expired. Please reload page." : "Token vypršal. Obnovte, prosím, stránku.", + "Unknown user" : "Neznámy používateľ", + "%s enter the database username." : "Zadajte používateľské meno %s databázy.", + "%s enter the database name." : "Zadajte názov databázy pre %s databázy.", + "%s you may not use dots in the database name" : "V názve databázy %s nemôžete používať bodky", + "MS SQL username and/or password not valid: %s" : "Používateľské meno, alebo heslo MS SQL nie je platné: %s", + "You need to enter either an existing account or the administrator." : "Musíte zadať jestvujúci účet alebo administrátora.", + "MySQL/MariaDB username and/or password not valid" : "Používateľské meno a/alebo heslo pre MySQL/MariaDB databázu je neplatné", + "DB Error: \"%s\"" : "Chyba DB: \"%s\"", + "Offending command was: \"%s\"" : "Podozrivý príkaz bol: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Používateľ '%s'@'localhost' už v MySQL/MariaDB existuje.", + "Drop this user from MySQL/MariaDB" : "Zahodiť používateľa z MySQL/MariaDB.", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Používateľ '%s'@'%%' už v MySQL/MariaDB existuje", + "Drop this user from MySQL/MariaDB." : "Zahodiť používateľa z MySQL/MariaDB.", + "Oracle connection could not be established" : "Nie je možné pripojiť sa k Oracle", + "Oracle username and/or password not valid" : "Používateľské meno a/alebo heslo pre Oracle databázu je neplatné", + "Offending command was: \"%s\", name: %s, password: %s" : "Podozrivý príkaz bol: \"%s\", meno: %s, heslo: %s", + "PostgreSQL username and/or password not valid" : "Používateľské meno a/alebo heslo pre PostgreSQL databázu je neplatné", + "Set an admin username." : "Zadajte používateľské meno administrátora.", + "Set an admin password." : "Zadajte heslo administrátora.", + "%s shared »%s« with you" : "%s s vami zdieľa »%s«", + "Sharing %s failed, because the file does not exist" : "Zdieľanie %s zlyhalo, pretože súbor neexistuje", + "You are not allowed to share %s" : "Nemôžete zdieľať %s", + "Sharing %s failed, because the user %s is the item owner" : "Zdieľanie %s zlyhalo, pretože používateľ %s je vlastníkom položky", + "Sharing %s failed, because the user %s does not exist" : "Zdieľanie %s zlyhalo, pretože používateľ %s neexistuje", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Zdieľanie %s zlyhalo, pretože používateľ %s nie je členom žiadnej skupiny spoločnej s používateľom %s", + "Sharing %s failed, because this item is already shared with %s" : "Zdieľanie %s zlyhalo, pretože táto položka už je zdieľaná s %s", + "Sharing %s failed, because the group %s does not exist" : "Zdieľanie %s zlyhalo, pretože skupina %s neexistuje", + "Sharing %s failed, because %s is not a member of the group %s" : "Zdieľanie %s zlyhalo, pretože %s nie je členom skupiny %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Musíte zadať heslo ak chcete vytvoriť verejný odkaz, lebo iba odkazy chránené heslom sú povolené", + "Sharing %s failed, because sharing with links is not allowed" : "Zdieľanie %s zlyhalo, pretože zdieľanie odkazom nie je povolené", + "Share type %s is not valid for %s" : "Typ zdieľania %s nie je platný pre %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavenie povolení pre %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s", + "Setting permissions for %s failed, because the item was not found" : "Nastavenie povolení pre %s zlyhalo, pretože položka sa nenašla", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Nie je možné nastaviť dátum konca platnosti. Zdieľania nemôžu skončiť neskôr ako %s po zdieľaní.", + "Cannot set expiration date. Expiration date is in the past" : "Nie je možné nastaviť dátum konca platnosti. Dátum konca platnosti je v minulosti.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Backend zdieľania %s musí implementovať rozhranie OCP\\Share_Backend", + "Sharing backend %s not found" : "Backend zdieľania %s nebol nájdený", + "Sharing backend for %s not found" : "Backend zdieľania pre %s nebol nájdený", + "Sharing %s failed, because the user %s is the original sharer" : "Zdieľanie %s zlyhalo, pretože používateľ %s je pôvodcom zdieľania", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Zdieľanie %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s", + "Sharing %s failed, because resharing is not allowed" : "Zdieľanie %s zlyhalo, pretože zdieľanie ďalším nie je povolené", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Zdieľanie %s zlyhalo, backend zdieľania nenašiel zdrojový %s", + "Sharing %s failed, because the file could not be found in the file cache" : "Zdieľanie %s zlyhalo, pretože súbor sa nenašiel vo vyrovnávacej pamäti súborov", + "Could not find category \"%s\"" : "Nemožno nájsť danú kategóriu \"%s\"", + "seconds ago" : "pred sekundami", + "_%n minute ago_::_%n minutes ago_" : ["pred %n minútou","pred %n minútami","pred %n minútami"], + "_%n hour ago_::_%n hours ago_" : ["pred %n hodinou","pred %n hodinami","pred %n hodinami"], + "today" : "dnes", + "yesterday" : "včera", + "_%n day go_::_%n days ago_" : ["pred %n dňom","pred %n dňami","pred %n dňami"], + "last month" : "minulý mesiac", + "_%n month ago_::_%n months ago_" : ["pred %n mesiacom","pred %n mesiacmi","pred %n mesiacmi"], + "last year" : "minulý rok", + "years ago" : "pred rokmi", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "V mene používateľa sú povolené len nasledovné znaky: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Musíte zadať platné používateľské meno", + "A valid password must be provided" : "Musíte zadať platné heslo", + "The username is already being used" : "Meno používateľa je už použité", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Ovládače databázy (sqlite, mysql, or postgresql) nie sú nainštalované.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Oprávnenia je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis do koreňového adresára%s.", + "Cannot write into \"config\" directory" : "Nie je možné zapisovať do priečinka \"config\"", + "Cannot write into \"apps\" directory" : "Nie je možné zapisovať do priečinka \"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." : "Toto je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis do adresára aplikácií%s alebo vypnete obchod s aplikáciami v konfiguračnom súbore.", + "Cannot create \"data\" directory (%s)" : "Nie je možné vytvoriť priečinok \"data\" (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Toto je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis do koreňového adresára.", + "Setting locale to %s failed" : "Nastavenie locale na %s zlyhalo", + "Please install one of these locales on your system and restart your webserver." : "Prosím, nainštalujte si aspoň jeden z týchto jazykov so svojho systému a reštartujte webserver.", + "Please ask your server administrator to install the module." : "Prosím, požiadajte administrátora vášho servera o inštaláciu modulu.", + "PHP module %s not installed." : "PHP modul %s nie je nainštalovaný.", + "PHP %s or higher is required." : "Požadovaná verzia PHP %s alebo vyššia.", + "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." : "Prosím, požiadajte administrátora vášho servera o aktualizáciu PHP na najnovšiu verziu. Vaša verzia PHP už nie je podporovaná ownCloud-om a PHP komunitou.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode je zapnutý. ownCloud pre správnu funkčnosť vyžaduje, aby bol vypnutý.", + "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." : "PHP Safe Mode je zastarané a väčšinou zbytočné nastavenie, ktoré by malo byť vypnuté. Prosím, požiadajte administrátora vášho serveru o jeho vypnutie v php.ini alebo v nastaveniach webového servera.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes sú povolené. ownCloud pre správnu funkčnosť vyžaduje, aby boli vypnuté.", + "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." : "Magic Quotes je zavrhovanou a zbytočnou voľbou, ktorú by ste mali ponechať vypnutú. Prosím, požiadajte správcu svojho servera, aby ju vypol v php.ini alebo v konfigurácii vášho webového servera.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP moduly boli nainštalované, ale stále sú uvedené ako chýbajúce?", + "Please ask your server administrator to restart the web server." : "Prosím, požiadajte administrátora vášho servera o reštartovanie webového servera.", + "PostgreSQL >= 9 required" : "Vyžadované PostgreSQL >= 9", + "Please upgrade your database version" : "Prosím, aktualizujte verziu svojej databázy", + "Error occurred while checking PostgreSQL version" : "Nastala chyba pri overovaní verzie PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Prosím, uistite sa, že máte PostgreSQL >= 9 alebo sa pozrite do protokolu, kde nájdete podrobnejšie informácie o chybe", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Prosím, zmeňte oprávnenia na 0770, aby tento adresár nemohli ostatní používatelia vypísať.", + "Data directory (%s) is readable by other users" : "Adresár dát (%s) je prístupný na čítanie ostatným používateľom", + "Data directory (%s) is invalid" : "Adresár dát (%s) je neplatný", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Prosím, skontrolujte, či adresár dát obsahuje súbor „.ocdata“.", + "Could not obtain lock type %d on \"%s\"." : "Nepodarilo sa získať zámok typu %d na „%s“." +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/lib/l10n/sk_SK.php b/lib/l10n/sk_SK.php deleted file mode 100644 index 6015885a39..0000000000 --- a/lib/l10n/sk_SK.php +++ /dev/null @@ -1,121 +0,0 @@ - "Nie je možné zapisovat do priečinka \"config\"!", -"This can usually be fixed by giving the webserver write access to the config directory" => "To je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis k adresáru s konfiguráciou.", -"See %s" => "Pozri %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "To je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis k adresáru s konfiguráciou%s.", -"Sample configuration detected" => "Detekovaná bola vzorová konfigurácia", -"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" => "Zistilo sa, že konfigurácia bola skopírovaná zo vzorových súborov. Takáto konfigurácia nie je podporovaná a môže poškodiť vašu inštaláciu. Prečítajte si dokumentáciu pred vykonaním zmien v config.php", -"Help" => "Pomoc", -"Personal" => "Osobné", -"Settings" => "Nastavenia", -"Users" => "Používatelia", -"Admin" => "Administrátor", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "Aplikáciu \\\"%s\\\" nemožno nainštalovať, pretože nie je kompatibilná s touto verziou systému ownCloud.", -"No app name specified" => "Nešpecifikované meno aplikácie", -"Unknown filetype" => "Neznámy typ súboru", -"Invalid image" => "Chybný obrázok", -"web services under your control" => "webové služby pod Vašou kontrolou", -"App directory already exists" => "Aplikačný priečinok už existuje", -"Can't create app folder. Please fix permissions. %s" => "Nemožno vytvoriť aplikačný priečinok. Prosím upravte povolenia. %s", -"No source specified when installing app" => "Nešpecifikovaný zdroj pri inštalácii aplikácie", -"No href specified when installing app from http" => "Nešpecifikovaný atribút \"href\" pri inštalácii aplikácie pomocou protokolu \"http\"", -"No path specified when installing app from local file" => "Nešpecifikovaná cesta pri inštalácii aplikácie z lokálneho súboru", -"Archives of type %s are not supported" => "Tento typ archívu %s nie je podporovaný", -"Failed to open archive when installing app" => "Zlyhanie pri otváraní archívu počas inštalácie aplikácie", -"App does not provide an info.xml file" => "Aplikácia neposkytuje súbor info.xml", -"App can't be installed because of not allowed code in the App" => "Aplikácia nemôže byť nainštalovaná pre nepovolený kód v aplikácii", -"App can't be installed because it is not compatible with this version of ownCloud" => "Aplikácia nemôže byť nainštalovaná pre nekompatibilitu z touto verziou ownCloudu", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Aplikácia nemôže byť nainštalovaná pretože obsahuje pravý štítok, ktorý nie je povolený pre zaslané \"shipped\" aplikácie", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Aplikácia nemôže byť nainštalovaná pretože verzia v info.xml/version nezodpovedá verzii špecifikovanej v obchode s aplikáciami", -"Application is not enabled" => "Aplikácia nie je zapnutá", -"Authentication error" => "Chyba autentifikácie", -"Token expired. Please reload page." => "Token vypršal. Obnovte, prosím, stránku.", -"Unknown user" => "Neznámy používateľ", -"%s enter the database username." => "Zadajte používateľské meno %s databázy.", -"%s enter the database name." => "Zadajte názov databázy pre %s databázy.", -"%s you may not use dots in the database name" => "V názve databázy %s nemôžete používať bodky", -"MS SQL username and/or password not valid: %s" => "Používateľské meno, alebo heslo MS SQL nie je platné: %s", -"You need to enter either an existing account or the administrator." => "Musíte zadať jestvujúci účet alebo administrátora.", -"MySQL/MariaDB username and/or password not valid" => "Používateľské meno a/alebo heslo pre MySQL/MariaDB databázu je neplatné", -"DB Error: \"%s\"" => "Chyba DB: \"%s\"", -"Offending command was: \"%s\"" => "Podozrivý príkaz bol: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "Používateľ '%s'@'localhost' už v MySQL/MariaDB existuje.", -"Drop this user from MySQL/MariaDB" => "Zahodiť používateľa z MySQL/MariaDB.", -"MySQL/MariaDB user '%s'@'%%' already exists" => "Používateľ '%s'@'%%' už v MySQL/MariaDB existuje", -"Drop this user from MySQL/MariaDB." => "Zahodiť používateľa z MySQL/MariaDB.", -"Oracle connection could not be established" => "Nie je možné pripojiť sa k Oracle", -"Oracle username and/or password not valid" => "Používateľské meno a/alebo heslo pre Oracle databázu je neplatné", -"Offending command was: \"%s\", name: %s, password: %s" => "Podozrivý príkaz bol: \"%s\", meno: %s, heslo: %s", -"PostgreSQL username and/or password not valid" => "Používateľské meno a/alebo heslo pre PostgreSQL databázu je neplatné", -"Set an admin username." => "Zadajte používateľské meno administrátora.", -"Set an admin password." => "Zadajte heslo administrátora.", -"%s shared »%s« with you" => "%s s vami zdieľa »%s«", -"Sharing %s failed, because the file does not exist" => "Zdieľanie %s zlyhalo, pretože súbor neexistuje", -"You are not allowed to share %s" => "Nemôžete zdieľať %s", -"Sharing %s failed, because the user %s is the item owner" => "Zdieľanie %s zlyhalo, pretože používateľ %s je vlastníkom položky", -"Sharing %s failed, because the user %s does not exist" => "Zdieľanie %s zlyhalo, pretože používateľ %s neexistuje", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Zdieľanie %s zlyhalo, pretože používateľ %s nie je členom žiadnej skupiny spoločnej s používateľom %s", -"Sharing %s failed, because this item is already shared with %s" => "Zdieľanie %s zlyhalo, pretože táto položka už je zdieľaná s %s", -"Sharing %s failed, because the group %s does not exist" => "Zdieľanie %s zlyhalo, pretože skupina %s neexistuje", -"Sharing %s failed, because %s is not a member of the group %s" => "Zdieľanie %s zlyhalo, pretože %s nie je členom skupiny %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Musíte zadať heslo ak chcete vytvoriť verejný odkaz, lebo iba odkazy chránené heslom sú povolené", -"Sharing %s failed, because sharing with links is not allowed" => "Zdieľanie %s zlyhalo, pretože zdieľanie odkazom nie je povolené", -"Share type %s is not valid for %s" => "Typ zdieľania %s nie je platný pre %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Nastavenie povolení pre %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s", -"Setting permissions for %s failed, because the item was not found" => "Nastavenie povolení pre %s zlyhalo, pretože položka sa nenašla", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Nie je možné nastaviť dátum konca platnosti. Zdieľania nemôžu skončiť neskôr ako %s po zdieľaní.", -"Cannot set expiration date. Expiration date is in the past" => "Nie je možné nastaviť dátum konca platnosti. Dátum konca platnosti je v minulosti.", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Backend zdieľania %s musí implementovať rozhranie OCP\\Share_Backend", -"Sharing backend %s not found" => "Backend zdieľania %s nebol nájdený", -"Sharing backend for %s not found" => "Backend zdieľania pre %s nebol nájdený", -"Sharing %s failed, because the user %s is the original sharer" => "Zdieľanie %s zlyhalo, pretože používateľ %s je pôvodcom zdieľania", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Zdieľanie %s zlyhalo, pretože povolenia prekračujú povolenia udelené %s", -"Sharing %s failed, because resharing is not allowed" => "Zdieľanie %s zlyhalo, pretože zdieľanie ďalším nie je povolené", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Zdieľanie %s zlyhalo, backend zdieľania nenašiel zdrojový %s", -"Sharing %s failed, because the file could not be found in the file cache" => "Zdieľanie %s zlyhalo, pretože súbor sa nenašiel vo vyrovnávacej pamäti súborov", -"Could not find category \"%s\"" => "Nemožno nájsť danú kategóriu \"%s\"", -"seconds ago" => "pred sekundami", -"_%n minute ago_::_%n minutes ago_" => array("pred %n minútou","pred %n minútami","pred %n minútami"), -"_%n hour ago_::_%n hours ago_" => array("pred %n hodinou","pred %n hodinami","pred %n hodinami"), -"today" => "dnes", -"yesterday" => "včera", -"_%n day go_::_%n days ago_" => array("pred %n dňom","pred %n dňami","pred %n dňami"), -"last month" => "minulý mesiac", -"_%n month ago_::_%n months ago_" => array("pred %n mesiacom","pred %n mesiacmi","pred %n mesiacmi"), -"last year" => "minulý rok", -"years ago" => "pred rokmi", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "V mene používateľa sú povolené len nasledovné znaky: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", -"A valid username must be provided" => "Musíte zadať platné používateľské meno", -"A valid password must be provided" => "Musíte zadať platné heslo", -"The username is already being used" => "Meno používateľa je už použité", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Ovládače databázy (sqlite, mysql, or postgresql) nie sú nainštalované.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Oprávnenia je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis do koreňového adresára%s.", -"Cannot write into \"config\" directory" => "Nie je možné zapisovať do priečinka \"config\"", -"Cannot write into \"apps\" directory" => "Nie je možné zapisovať do priečinka \"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." => "Toto je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis do adresára aplikácií%s alebo vypnete obchod s aplikáciami v konfiguračnom súbore.", -"Cannot create \"data\" directory (%s)" => "Nie je možné vytvoriť priečinok \"data\" (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Toto je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis do koreňového adresára.", -"Setting locale to %s failed" => "Nastavenie locale na %s zlyhalo", -"Please install one of these locales on your system and restart your webserver." => "Prosím, nainštalujte si aspoň jeden z týchto jazykov so svojho systému a reštartujte webserver.", -"Please ask your server administrator to install the module." => "Prosím, požiadajte administrátora vášho servera o inštaláciu modulu.", -"PHP module %s not installed." => "PHP modul %s nie je nainštalovaný.", -"PHP %s or higher is required." => "Požadovaná verzia PHP %s alebo vyššia.", -"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." => "Prosím, požiadajte administrátora vášho servera o aktualizáciu PHP na najnovšiu verziu. Vaša verzia PHP už nie je podporovaná ownCloud-om a PHP komunitou.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode je zapnutý. ownCloud pre správnu funkčnosť vyžaduje, aby bol vypnutý.", -"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." => "PHP Safe Mode je zastarané a väčšinou zbytočné nastavenie, ktoré by malo byť vypnuté. Prosím, požiadajte administrátora vášho serveru o jeho vypnutie v php.ini alebo v nastaveniach webového servera.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes sú povolené. ownCloud pre správnu funkčnosť vyžaduje, aby boli vypnuté.", -"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." => "Magic Quotes je zavrhovanou a zbytočnou voľbou, ktorú by ste mali ponechať vypnutú. Prosím, požiadajte správcu svojho servera, aby ju vypol v php.ini alebo v konfigurácii vášho webového servera.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP moduly boli nainštalované, ale stále sú uvedené ako chýbajúce?", -"Please ask your server administrator to restart the web server." => "Prosím, požiadajte administrátora vášho servera o reštartovanie webového servera.", -"PostgreSQL >= 9 required" => "Vyžadované PostgreSQL >= 9", -"Please upgrade your database version" => "Prosím, aktualizujte verziu svojej databázy", -"Error occurred while checking PostgreSQL version" => "Nastala chyba pri overovaní verzie PostgreSQL", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Prosím, uistite sa, že máte PostgreSQL >= 9 alebo sa pozrite do protokolu, kde nájdete podrobnejšie informácie o chybe", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Prosím, zmeňte oprávnenia na 0770, aby tento adresár nemohli ostatní používatelia vypísať.", -"Data directory (%s) is readable by other users" => "Adresár dát (%s) je prístupný na čítanie ostatným používateľom", -"Data directory (%s) is invalid" => "Adresár dát (%s) je neplatný", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Prosím, skontrolujte, či adresár dát obsahuje súbor „.ocdata“.", -"Could not obtain lock type %d on \"%s\"." => "Nepodarilo sa získať zámok typu %d na „%s“." -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js new file mode 100644 index 0000000000..dba09956e4 --- /dev/null +++ b/lib/l10n/sl.js @@ -0,0 +1,103 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Mapa 'config' nima določenih ustreznih dovoljenj za pisanje!", + "See %s" : "Oglejte si %s", + "Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev", + "Help" : "Pomoč", + "Personal" : "Osebno", + "Settings" : "Nastavitve", + "Users" : "Uporabniki", + "Admin" : "Skrbništvo", + "No app name specified" : "Ni podanega imena programa", + "Unknown filetype" : "Neznana vrsta datoteke", + "Invalid image" : "Neveljavna slika", + "web services under your control" : "spletne storitve pod vašim nadzorom", + "App directory already exists" : "Programska mapa že obstaja", + "Can't create app folder. Please fix permissions. %s" : "Programske mape ni mogoče ustvariti. Ni ustreznih dovoljenj. %s", + "No source specified when installing app" : "Ni podanega vira med nameščenjem programa", + "No href specified when installing app from http" : "Ni podanega podatka naslova HREF med nameščenjem programa preko protokola HTTP.", + "No path specified when installing app from local file" : "Ni podane poti med nameščenjem programa iz krajevne datoteke", + "Archives of type %s are not supported" : "Arhivi vrste %s niso podprti", + "Failed to open archive when installing app" : "Odpiranje arhiva je med nameščanjem spodletelo", + "App does not provide an info.xml file" : "Program je brez datoteke info.xml", + "App can't be installed because of not allowed code in the App" : "Programa ni mogoče namestiti zaradi nedovoljene programske kode.", + "App can't be installed because it is not compatible with this version of ownCloud" : "Programa ni mogoče namestiti, ker ni skladen z trenutno nameščeno različico oblaka ownCloud.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Programa ni mogoče namestiti, ker vsebuje oznako potrditve, ki pa ni dovoljena za javne programe.", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Program ni mogoče namestiti zaradi neustrezne različice datoteke info.xml. Ta ni enaka različici programa.", + "Application is not enabled" : "Program ni omogočen", + "Authentication error" : "Napaka overjanja", + "Token expired. Please reload page." : "Žeton je potekel. Stran je treba ponovno naložiti.", + "Unknown user" : "Neznan uporabnik", + "%s enter the database username." : "%s - vnos uporabniškega imena podatkovne zbirke.", + "%s enter the database name." : "%s - vnos imena podatkovne zbirke.", + "%s you may not use dots in the database name" : "%s - v imenu podatkovne zbirke ni dovoljeno uporabljati pik.", + "MS SQL username and/or password not valid: %s" : "Uporabniško ime ali geslo MS SQL ni veljavno: %s", + "You need to enter either an existing account or the administrator." : "Prijaviti se je treba v obstoječi ali pa skrbniški račun.", + "MySQL/MariaDB username and/or password not valid" : "Uporabniško ime ali geslo za MySQL/MariaDB ni veljavno", + "DB Error: \"%s\"" : "Napaka podatkovne zbirke: \"%s\"", + "Offending command was: \"%s\"" : "Napačni ukaz je: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Uporabnik podatkovne zbirke MySQL/MariaDB '%s'@'localhost' že obstaja.", + "Drop this user from MySQL/MariaDB" : "Odstrani uporabnika iz podatkovne zbirke MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Uporabnik podatkovne zbirke MySQL/MariaDB '%s'@'%%' že obstaja.", + "Drop this user from MySQL/MariaDB." : "Odstrani uporabnika iz podatkovne zbirke MySQL/MariaDB.", + "Oracle connection could not be established" : "Povezave s sistemom Oracle ni mogoče vzpostaviti.", + "Oracle username and/or password not valid" : "Uporabniško ime ali geslo Oracle ni veljavno", + "Offending command was: \"%s\", name: %s, password: %s" : "Napačni ukaz je: \"%s\", ime: %s, geslo: %s", + "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.", + "%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.", + "Sharing %s failed, because the user %s is the item owner" : "Nastavljanje souporabe %s je spodletelo, ker je uporabnik %s lastnik predmeta.", + "Sharing %s failed, because the user %s does not exist" : "Nastavljanje souporabe %s je spodletelo, ker uporabnik %s ne obstaja.", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Nastavljanje souporabe %s je spodletelo, ker uporabnik %s ni član nobene skupine, v kateri je tudi uporabnik %s.", + "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.", + "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.", + "Cannot set expiration date. Expiration date is in the past" : "Ni mogoče nastaviti datuma preteka. Ta datum je že preteklost.", + "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.", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Nastavljanje souporabe %s je spodletelo, ker zahteve presegajo dodeljena dovoljenja za %s.", + "Sharing %s failed, because resharing is not allowed" : "Nastavljanje souporabe %s je spodletelo, ker nadaljnje omogočanje souporabe ni dovoljeno.", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Nastavljanje souporabe %s je spodletelo, ker ozadnji program %s ne upravlja z viri.", + "Sharing %s failed, because the file could not be found in the file cache" : "Nastavljanje souporabe %s je spodletelo, ker v predpomnilniku zahtevana datoteka ne obstaja.", + "Could not find category \"%s\"" : "Kategorije \"%s\" ni mogoče najti.", + "seconds ago" : "pred nekaj sekundami", + "_%n minute ago_::_%n minutes ago_" : ["pred %n minuto","pred %n minutama","pred %n minutami","pred %n minutami"], + "_%n hour ago_::_%n hours ago_" : ["pred %n uro","pred %n urama","pred %n urami","pred %n urami"], + "today" : "danes", + "yesterday" : "včeraj", + "_%n day go_::_%n days ago_" : ["pred %n dnevom","pred %n dnevoma","pred %n dnevi","pred %n dnevi"], + "last month" : "zadnji mesec", + "_%n month ago_::_%n months ago_" : ["pred %n mesecem","pred %n mesecema","pred %n meseci","pred %n meseci"], + "last year" : "lansko leto", + "years ago" : "let nazaj", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "V uporabniškem imenu je dovoljeno uporabiti le znake: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Navedeno mora biti veljavno uporabniško ime", + "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).", + "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!", + "Setting locale to %s failed" : "Nastavljanje jezikovnih določil na %s je spodletelo.", + "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 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 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.", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Preverite, ali je v korenu podatkovne mape datoteka \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Ni mogoče pridobiti zaklepa %d na \"%s\"." +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json new file mode 100644 index 0000000000..ac86bd8276 --- /dev/null +++ b/lib/l10n/sl.json @@ -0,0 +1,101 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Mapa 'config' nima določenih ustreznih dovoljenj za pisanje!", + "See %s" : "Oglejte si %s", + "Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev", + "Help" : "Pomoč", + "Personal" : "Osebno", + "Settings" : "Nastavitve", + "Users" : "Uporabniki", + "Admin" : "Skrbništvo", + "No app name specified" : "Ni podanega imena programa", + "Unknown filetype" : "Neznana vrsta datoteke", + "Invalid image" : "Neveljavna slika", + "web services under your control" : "spletne storitve pod vašim nadzorom", + "App directory already exists" : "Programska mapa že obstaja", + "Can't create app folder. Please fix permissions. %s" : "Programske mape ni mogoče ustvariti. Ni ustreznih dovoljenj. %s", + "No source specified when installing app" : "Ni podanega vira med nameščenjem programa", + "No href specified when installing app from http" : "Ni podanega podatka naslova HREF med nameščenjem programa preko protokola HTTP.", + "No path specified when installing app from local file" : "Ni podane poti med nameščenjem programa iz krajevne datoteke", + "Archives of type %s are not supported" : "Arhivi vrste %s niso podprti", + "Failed to open archive when installing app" : "Odpiranje arhiva je med nameščanjem spodletelo", + "App does not provide an info.xml file" : "Program je brez datoteke info.xml", + "App can't be installed because of not allowed code in the App" : "Programa ni mogoče namestiti zaradi nedovoljene programske kode.", + "App can't be installed because it is not compatible with this version of ownCloud" : "Programa ni mogoče namestiti, ker ni skladen z trenutno nameščeno različico oblaka ownCloud.", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Programa ni mogoče namestiti, ker vsebuje oznako potrditve, ki pa ni dovoljena za javne programe.", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Program ni mogoče namestiti zaradi neustrezne različice datoteke info.xml. Ta ni enaka različici programa.", + "Application is not enabled" : "Program ni omogočen", + "Authentication error" : "Napaka overjanja", + "Token expired. Please reload page." : "Žeton je potekel. Stran je treba ponovno naložiti.", + "Unknown user" : "Neznan uporabnik", + "%s enter the database username." : "%s - vnos uporabniškega imena podatkovne zbirke.", + "%s enter the database name." : "%s - vnos imena podatkovne zbirke.", + "%s you may not use dots in the database name" : "%s - v imenu podatkovne zbirke ni dovoljeno uporabljati pik.", + "MS SQL username and/or password not valid: %s" : "Uporabniško ime ali geslo MS SQL ni veljavno: %s", + "You need to enter either an existing account or the administrator." : "Prijaviti se je treba v obstoječi ali pa skrbniški račun.", + "MySQL/MariaDB username and/or password not valid" : "Uporabniško ime ali geslo za MySQL/MariaDB ni veljavno", + "DB Error: \"%s\"" : "Napaka podatkovne zbirke: \"%s\"", + "Offending command was: \"%s\"" : "Napačni ukaz je: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Uporabnik podatkovne zbirke MySQL/MariaDB '%s'@'localhost' že obstaja.", + "Drop this user from MySQL/MariaDB" : "Odstrani uporabnika iz podatkovne zbirke MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Uporabnik podatkovne zbirke MySQL/MariaDB '%s'@'%%' že obstaja.", + "Drop this user from MySQL/MariaDB." : "Odstrani uporabnika iz podatkovne zbirke MySQL/MariaDB.", + "Oracle connection could not be established" : "Povezave s sistemom Oracle ni mogoče vzpostaviti.", + "Oracle username and/or password not valid" : "Uporabniško ime ali geslo Oracle ni veljavno", + "Offending command was: \"%s\", name: %s, password: %s" : "Napačni ukaz je: \"%s\", ime: %s, geslo: %s", + "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.", + "%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.", + "Sharing %s failed, because the user %s is the item owner" : "Nastavljanje souporabe %s je spodletelo, ker je uporabnik %s lastnik predmeta.", + "Sharing %s failed, because the user %s does not exist" : "Nastavljanje souporabe %s je spodletelo, ker uporabnik %s ne obstaja.", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Nastavljanje souporabe %s je spodletelo, ker uporabnik %s ni član nobene skupine, v kateri je tudi uporabnik %s.", + "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.", + "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.", + "Cannot set expiration date. Expiration date is in the past" : "Ni mogoče nastaviti datuma preteka. Ta datum je že preteklost.", + "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.", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Nastavljanje souporabe %s je spodletelo, ker zahteve presegajo dodeljena dovoljenja za %s.", + "Sharing %s failed, because resharing is not allowed" : "Nastavljanje souporabe %s je spodletelo, ker nadaljnje omogočanje souporabe ni dovoljeno.", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Nastavljanje souporabe %s je spodletelo, ker ozadnji program %s ne upravlja z viri.", + "Sharing %s failed, because the file could not be found in the file cache" : "Nastavljanje souporabe %s je spodletelo, ker v predpomnilniku zahtevana datoteka ne obstaja.", + "Could not find category \"%s\"" : "Kategorije \"%s\" ni mogoče najti.", + "seconds ago" : "pred nekaj sekundami", + "_%n minute ago_::_%n minutes ago_" : ["pred %n minuto","pred %n minutama","pred %n minutami","pred %n minutami"], + "_%n hour ago_::_%n hours ago_" : ["pred %n uro","pred %n urama","pred %n urami","pred %n urami"], + "today" : "danes", + "yesterday" : "včeraj", + "_%n day go_::_%n days ago_" : ["pred %n dnevom","pred %n dnevoma","pred %n dnevi","pred %n dnevi"], + "last month" : "zadnji mesec", + "_%n month ago_::_%n months ago_" : ["pred %n mesecem","pred %n mesecema","pred %n meseci","pred %n meseci"], + "last year" : "lansko leto", + "years ago" : "let nazaj", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "V uporabniškem imenu je dovoljeno uporabiti le znake: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", + "A valid username must be provided" : "Navedeno mora biti veljavno uporabniško ime", + "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).", + "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!", + "Setting locale to %s failed" : "Nastavljanje jezikovnih določil na %s je spodletelo.", + "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 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 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.", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Preverite, ali je v korenu podatkovne mape datoteka \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Ni mogoče pridobiti zaklepa %d na \"%s\"." +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/lib/l10n/sl.php b/lib/l10n/sl.php deleted file mode 100644 index c004483c0e..0000000000 --- a/lib/l10n/sl.php +++ /dev/null @@ -1,123 +0,0 @@ - "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", -"web services under your control" => "spletne storitve pod vašim nadzorom", -"App directory already exists" => "Programska mapa že obstaja", -"Can't create app folder. Please fix permissions. %s" => "Programske mape ni mogoče ustvariti. Ni ustreznih dovoljenj. %s", -"No source specified when installing app" => "Ni podanega vira med nameščenjem programa", -"No href specified when installing app from http" => "Ni podanega podatka naslova HREF med nameščenjem programa preko protokola HTTP.", -"No path specified when installing app from local file" => "Ni podane poti med nameščenjem programa iz krajevne datoteke", -"Archives of type %s are not supported" => "Arhivi vrste %s niso podprti", -"Failed to open archive when installing app" => "Odpiranje arhiva je med nameščanjem spodletelo", -"App does not provide an info.xml file" => "Program je brez datoteke info.xml", -"App can't be installed because of not allowed code in the App" => "Programa ni mogoče namestiti zaradi nedovoljene programske kode.", -"App can't be installed because it is not compatible with this version of ownCloud" => "Programa ni mogoče namestiti, ker ni skladen z trenutno nameščeno različico oblaka ownCloud.", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Programa ni mogoče namestiti, ker vsebuje oznako potrditve, ki pa ni dovoljena za javne programe.", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Program ni mogoče namestiti zaradi neustrezne različice datoteke info.xml. Ta ni enaka različici programa.", -"Application is not enabled" => "Program ni omogočen", -"Authentication error" => "Napaka overjanja", -"Token expired. Please reload page." => "Žeton je potekel. Stran je treba ponovno naložiti.", -"Unknown user" => "Neznan uporabnik", -"%s enter the database username." => "%s - vnos uporabniškega imena podatkovne zbirke.", -"%s enter the database name." => "%s - vnos imena podatkovne zbirke.", -"%s you may not use dots in the database name" => "%s - v imenu podatkovne zbirke ni dovoljeno uporabljati pik.", -"MS SQL username and/or password not valid: %s" => "Uporabniško ime ali geslo MS SQL ni veljavno: %s", -"You need to enter either an existing account or the administrator." => "Prijaviti se je treba v obstoječi ali pa skrbniški račun.", -"MySQL/MariaDB username and/or password not valid" => "Uporabniško ime ali geslo za MySQL/MariaDB ni veljavno", -"DB Error: \"%s\"" => "Napaka podatkovne zbirke: \"%s\"", -"Offending command was: \"%s\"" => "Napačni ukaz je: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "Uporabnik podatkovne zbirke MySQL/MariaDB '%s'@'localhost' že obstaja.", -"Drop this user from MySQL/MariaDB" => "Odstrani uporabnika iz podatkovne zbirke MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "Uporabnik podatkovne zbirke MySQL/MariaDB '%s'@'%%' že obstaja.", -"Drop this user from MySQL/MariaDB." => "Odstrani uporabnika iz podatkovne zbirke MySQL/MariaDB.", -"Oracle connection could not be established" => "Povezave s sistemom Oracle ni mogoče vzpostaviti.", -"Oracle username and/or password not valid" => "Uporabniško ime ali geslo Oracle ni veljavno", -"Offending command was: \"%s\", name: %s, password: %s" => "Napačni ukaz je: \"%s\", ime: %s, geslo: %s", -"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.", -"Sharing %s failed, because the user %s is the item owner" => "Nastavljanje souporabe %s je spodletelo, ker je uporabnik %s lastnik predmeta.", -"Sharing %s failed, because the user %s does not exist" => "Nastavljanje souporabe %s je spodletelo, ker uporabnik %s ne obstaja.", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Nastavljanje souporabe %s je spodletelo, ker uporabnik %s ni član nobene skupine, v kateri je tudi uporabnik %s.", -"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.", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Nastavljanje souporabe %s je spodletelo, ker zahteve presegajo dodeljena dovoljenja za %s.", -"Sharing %s failed, because resharing is not allowed" => "Nastavljanje souporabe %s je spodletelo, ker nadaljnje omogočanje souporabe ni dovoljeno.", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Nastavljanje souporabe %s je spodletelo, ker ozadnji program %s ne upravlja z viri.", -"Sharing %s failed, because the file could not be found in the file cache" => "Nastavljanje souporabe %s je spodletelo, ker v predpomnilniku zahtevana datoteka ne obstaja.", -"Could not find category \"%s\"" => "Kategorije \"%s\" ni mogoče najti.", -"seconds ago" => "pred nekaj sekundami", -"_%n minute ago_::_%n minutes ago_" => array("pred %n minuto","pred %n minutama","pred %n minutami","pred %n minutami"), -"_%n hour ago_::_%n hours ago_" => array("pred %n uro","pred %n urama","pred %n urami","pred %n urami"), -"today" => "danes", -"yesterday" => "včeraj", -"_%n day go_::_%n days ago_" => array("pred %n dnevom","pred %n dnevoma","pred %n dnevi","pred %n dnevi"), -"last month" => "zadnji mesec", -"_%n month ago_::_%n months ago_" => array("pred %n mesecem","pred %n mesecema","pred %n meseci","pred %n meseci"), -"last year" => "lansko leto", -"years ago" => "let nazaj", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "V uporabniškem imenu je dovoljeno uporabiti le znake: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", -"A valid username must be provided" => "Navedeno mora biti veljavno uporabniško ime", -"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.", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Preverite, ali je v korenu podatkovne mape datoteka \".ocdata\".", -"Could not obtain lock type %d on \"%s\"." => "Ni mogoče pridobiti zaklepa %d na \"%s\"." -); -$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/lib/l10n/sq.js b/lib/l10n/sq.js new file mode 100644 index 0000000000..6328972ac8 --- /dev/null +++ b/lib/l10n/sq.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "lib", + { + "Help" : "Ndihmë", + "Personal" : "Personale", + "Settings" : "Parametra", + "Users" : "Përdoruesit", + "Admin" : "Admin", + "web services under your control" : "shërbime web nën kontrollin tënd", + "Application is not enabled" : "Programi nuk është i aktivizuar.", + "Authentication error" : "Veprim i gabuar gjatë vërtetimit të identitetit", + "Token expired. Please reload page." : "Përmbajtja ka skaduar. Ju lutemi ringarkoni faqen.", + "%s enter the database username." : "% shkruani përdoruesin e database-it.", + "%s enter the database name." : "%s shkruani emrin e database-it.", + "%s you may not use dots in the database name" : "%s nuk mund të përdorni pikat tek emri i database-it", + "MS SQL username and/or password not valid: %s" : "Përdoruesi dhe/apo kodi i MS SQL i pavlefshëm: %s", + "You need to enter either an existing account or the administrator." : "Duhet të përdorni një llogari ekzistuese ose llogarinë e administratorit.", + "DB Error: \"%s\"" : "Veprim i gabuar i DB-it: \"%s\"", + "Offending command was: \"%s\"" : "Komanda e gabuar ishte: \"%s\"", + "Oracle username and/or password not valid" : "Përdoruesi dhe/apo kodi i Oracle-it i pavlefshëm", + "Offending command was: \"%s\", name: %s, password: %s" : "Komanda e gabuar ishte: \"%s\", përdoruesi: %s, kodi: %s", + "PostgreSQL username and/or password not valid" : "Përdoruesi dhe/apo kodi i PostgreSQL i pavlefshëm", + "Set an admin username." : "Cakto emrin e administratorit.", + "Set an admin password." : "Cakto kodin e administratorit.", + "%s shared »%s« with you" : "%s ndau »%s« me ju", + "Could not find category \"%s\"" : "Kategoria \"%s\" nuk u gjet", + "seconds ago" : "sekonda më parë", + "_%n minute ago_::_%n minutes ago_" : ["","%n minuta më parë"], + "_%n hour ago_::_%n hours ago_" : ["","%n orë më parë"], + "today" : "sot", + "yesterday" : "dje", + "_%n day go_::_%n days ago_" : ["","%n ditë më parë"], + "last month" : "muajin e shkuar", + "_%n month ago_::_%n months ago_" : ["","%n muaj më parë"], + "last year" : "vitin e shkuar", + "years ago" : "vite më parë", + "A valid username must be provided" : "Duhet të jepni një emër të vlefshëm përdoruesi", + "A valid password must be provided" : "Duhet të jepni një fjalëkalim te vlefshëm" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sq.json b/lib/l10n/sq.json new file mode 100644 index 0000000000..7df63e8ff8 --- /dev/null +++ b/lib/l10n/sq.json @@ -0,0 +1,38 @@ +{ "translations": { + "Help" : "Ndihmë", + "Personal" : "Personale", + "Settings" : "Parametra", + "Users" : "Përdoruesit", + "Admin" : "Admin", + "web services under your control" : "shërbime web nën kontrollin tënd", + "Application is not enabled" : "Programi nuk është i aktivizuar.", + "Authentication error" : "Veprim i gabuar gjatë vërtetimit të identitetit", + "Token expired. Please reload page." : "Përmbajtja ka skaduar. Ju lutemi ringarkoni faqen.", + "%s enter the database username." : "% shkruani përdoruesin e database-it.", + "%s enter the database name." : "%s shkruani emrin e database-it.", + "%s you may not use dots in the database name" : "%s nuk mund të përdorni pikat tek emri i database-it", + "MS SQL username and/or password not valid: %s" : "Përdoruesi dhe/apo kodi i MS SQL i pavlefshëm: %s", + "You need to enter either an existing account or the administrator." : "Duhet të përdorni një llogari ekzistuese ose llogarinë e administratorit.", + "DB Error: \"%s\"" : "Veprim i gabuar i DB-it: \"%s\"", + "Offending command was: \"%s\"" : "Komanda e gabuar ishte: \"%s\"", + "Oracle username and/or password not valid" : "Përdoruesi dhe/apo kodi i Oracle-it i pavlefshëm", + "Offending command was: \"%s\", name: %s, password: %s" : "Komanda e gabuar ishte: \"%s\", përdoruesi: %s, kodi: %s", + "PostgreSQL username and/or password not valid" : "Përdoruesi dhe/apo kodi i PostgreSQL i pavlefshëm", + "Set an admin username." : "Cakto emrin e administratorit.", + "Set an admin password." : "Cakto kodin e administratorit.", + "%s shared »%s« with you" : "%s ndau »%s« me ju", + "Could not find category \"%s\"" : "Kategoria \"%s\" nuk u gjet", + "seconds ago" : "sekonda më parë", + "_%n minute ago_::_%n minutes ago_" : ["","%n minuta më parë"], + "_%n hour ago_::_%n hours ago_" : ["","%n orë më parë"], + "today" : "sot", + "yesterday" : "dje", + "_%n day go_::_%n days ago_" : ["","%n ditë më parë"], + "last month" : "muajin e shkuar", + "_%n month ago_::_%n months ago_" : ["","%n muaj më parë"], + "last year" : "vitin e shkuar", + "years ago" : "vite më parë", + "A valid username must be provided" : "Duhet të jepni një emër të vlefshëm përdoruesi", + "A valid password must be provided" : "Duhet të jepni një fjalëkalim te vlefshëm" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/sq.php b/lib/l10n/sq.php deleted file mode 100644 index d68dbd2804..0000000000 --- a/lib/l10n/sq.php +++ /dev/null @@ -1,39 +0,0 @@ - "Ndihmë", -"Personal" => "Personale", -"Settings" => "Parametra", -"Users" => "Përdoruesit", -"Admin" => "Admin", -"web services under your control" => "shërbime web nën kontrollin tënd", -"Application is not enabled" => "Programi nuk është i aktivizuar.", -"Authentication error" => "Veprim i gabuar gjatë vërtetimit të identitetit", -"Token expired. Please reload page." => "Përmbajtja ka skaduar. Ju lutemi ringarkoni faqen.", -"%s enter the database username." => "% shkruani përdoruesin e database-it.", -"%s enter the database name." => "%s shkruani emrin e database-it.", -"%s you may not use dots in the database name" => "%s nuk mund të përdorni pikat tek emri i database-it", -"MS SQL username and/or password not valid: %s" => "Përdoruesi dhe/apo kodi i MS SQL i pavlefshëm: %s", -"You need to enter either an existing account or the administrator." => "Duhet të përdorni një llogari ekzistuese ose llogarinë e administratorit.", -"DB Error: \"%s\"" => "Veprim i gabuar i DB-it: \"%s\"", -"Offending command was: \"%s\"" => "Komanda e gabuar ishte: \"%s\"", -"Oracle username and/or password not valid" => "Përdoruesi dhe/apo kodi i Oracle-it i pavlefshëm", -"Offending command was: \"%s\", name: %s, password: %s" => "Komanda e gabuar ishte: \"%s\", përdoruesi: %s, kodi: %s", -"PostgreSQL username and/or password not valid" => "Përdoruesi dhe/apo kodi i PostgreSQL i pavlefshëm", -"Set an admin username." => "Cakto emrin e administratorit.", -"Set an admin password." => "Cakto kodin e administratorit.", -"%s shared »%s« with you" => "%s ndau »%s« me ju", -"Could not find category \"%s\"" => "Kategoria \"%s\" nuk u gjet", -"seconds ago" => "sekonda më parë", -"_%n minute ago_::_%n minutes ago_" => array("","%n minuta më parë"), -"_%n hour ago_::_%n hours ago_" => array("","%n orë më parë"), -"today" => "sot", -"yesterday" => "dje", -"_%n day go_::_%n days ago_" => array("","%n ditë më parë"), -"last month" => "muajin e shkuar", -"_%n month ago_::_%n months ago_" => array("","%n muaj më parë"), -"last year" => "vitin e shkuar", -"years ago" => "vite më parë", -"A valid username must be provided" => "Duhet të jepni një emër të vlefshëm përdoruesi", -"A valid password must be provided" => "Duhet të jepni një fjalëkalim te vlefshëm" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js new file mode 100644 index 0000000000..94cb2dfce4 --- /dev/null +++ b/lib/l10n/sr.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "lib", + { + "Help" : "Помоћ", + "Personal" : "Лично", + "Settings" : "Поставке", + "Users" : "Корисници", + "Admin" : "Администратор", + "web services under your control" : "веб сервиси под контролом", + "Application is not enabled" : "Апликација није омогућена", + "Authentication error" : "Грешка при провери идентитета", + "Token expired. Please reload page." : "Жетон је истекао. Поново учитајте страницу.", + "Could not find category \"%s\"" : "Не могу да пронађем категорију „%s“.", + "seconds ago" : "пре неколико секунди", + "_%n minute ago_::_%n minutes ago_" : ["","",""], + "_%n hour ago_::_%n hours ago_" : ["","",""], + "today" : "данас", + "yesterday" : "јуче", + "_%n day go_::_%n days ago_" : ["","",""], + "last month" : "прошлог месеца", + "_%n month ago_::_%n months ago_" : ["","",""], + "last year" : "прошле године", + "years ago" : "година раније", + "A valid username must be provided" : "Морате унети исправно корисничко име", + "A valid password must be provided" : "Морате унети исправну лозинку" +}, +"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/lib/l10n/sr.json b/lib/l10n/sr.json new file mode 100644 index 0000000000..6fd8fa308a --- /dev/null +++ b/lib/l10n/sr.json @@ -0,0 +1,25 @@ +{ "translations": { + "Help" : "Помоћ", + "Personal" : "Лично", + "Settings" : "Поставке", + "Users" : "Корисници", + "Admin" : "Администратор", + "web services under your control" : "веб сервиси под контролом", + "Application is not enabled" : "Апликација није омогућена", + "Authentication error" : "Грешка при провери идентитета", + "Token expired. Please reload page." : "Жетон је истекао. Поново учитајте страницу.", + "Could not find category \"%s\"" : "Не могу да пронађем категорију „%s“.", + "seconds ago" : "пре неколико секунди", + "_%n minute ago_::_%n minutes ago_" : ["","",""], + "_%n hour ago_::_%n hours ago_" : ["","",""], + "today" : "данас", + "yesterday" : "јуче", + "_%n day go_::_%n days ago_" : ["","",""], + "last month" : "прошлог месеца", + "_%n month ago_::_%n months ago_" : ["","",""], + "last year" : "прошле године", + "years ago" : "година раније", + "A valid username must be provided" : "Морате унети исправно корисничко име", + "A valid password must be provided" : "Морате унети исправну лозинку" +},"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/lib/l10n/sr.php b/lib/l10n/sr.php deleted file mode 100644 index f072542c9f..0000000000 --- a/lib/l10n/sr.php +++ /dev/null @@ -1,26 +0,0 @@ - "Помоћ", -"Personal" => "Лично", -"Settings" => "Поставке", -"Users" => "Корисници", -"Admin" => "Администратор", -"web services under your control" => "веб сервиси под контролом", -"Application is not enabled" => "Апликација није омогућена", -"Authentication error" => "Грешка при провери идентитета", -"Token expired. Please reload page." => "Жетон је истекао. Поново учитајте страницу.", -"Could not find category \"%s\"" => "Не могу да пронађем категорију „%s“.", -"seconds ago" => "пре неколико секунди", -"_%n minute ago_::_%n minutes ago_" => array("","",""), -"_%n hour ago_::_%n hours ago_" => array("","",""), -"today" => "данас", -"yesterday" => "јуче", -"_%n day go_::_%n days ago_" => array("","",""), -"last month" => "прошлог месеца", -"_%n month ago_::_%n months ago_" => array("","",""), -"last year" => "прошле године", -"years ago" => "година раније", -"A valid username must be provided" => "Морате унети исправно корисничко име", -"A valid password must be provided" => "Морате унети исправну лозинку" -); -$PLURAL_FORMS = "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/lib/l10n/sr@latin.js b/lib/l10n/sr@latin.js new file mode 100644 index 0000000000..11a536224d --- /dev/null +++ b/lib/l10n/sr@latin.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "lib", + { + "Help" : "Pomoć", + "Personal" : "Lično", + "Settings" : "Podešavanja", + "Users" : "Korisnici", + "Admin" : "Adninistracija", + "Authentication error" : "Greška pri autentifikaciji", + "seconds ago" : "Pre par sekundi", + "_%n minute ago_::_%n minutes ago_" : ["","","pre %n minuta"], + "_%n hour ago_::_%n hours ago_" : ["","","pre %n sati"], + "today" : "Danas", + "yesterday" : "juče", + "_%n day go_::_%n days ago_" : ["","","Prije %n dana."], + "last month" : "prošlog meseca", + "_%n month ago_::_%n months ago_" : ["","",""], + "last year" : "prošle godine", + "years ago" : "pre nekoliko godina" +}, +"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/lib/l10n/sr@latin.json b/lib/l10n/sr@latin.json new file mode 100644 index 0000000000..ce429467ae --- /dev/null +++ b/lib/l10n/sr@latin.json @@ -0,0 +1,19 @@ +{ "translations": { + "Help" : "Pomoć", + "Personal" : "Lično", + "Settings" : "Podešavanja", + "Users" : "Korisnici", + "Admin" : "Adninistracija", + "Authentication error" : "Greška pri autentifikaciji", + "seconds ago" : "Pre par sekundi", + "_%n minute ago_::_%n minutes ago_" : ["","","pre %n minuta"], + "_%n hour ago_::_%n hours ago_" : ["","","pre %n sati"], + "today" : "Danas", + "yesterday" : "juče", + "_%n day go_::_%n days ago_" : ["","","Prije %n dana."], + "last month" : "prošlog meseca", + "_%n month ago_::_%n months ago_" : ["","",""], + "last year" : "prošle godine", + "years ago" : "pre nekoliko godina" +},"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/lib/l10n/sr@latin.php b/lib/l10n/sr@latin.php deleted file mode 100644 index f142f17645..0000000000 --- a/lib/l10n/sr@latin.php +++ /dev/null @@ -1,20 +0,0 @@ - "Pomoć", -"Personal" => "Lično", -"Settings" => "Podešavanja", -"Users" => "Korisnici", -"Admin" => "Adninistracija", -"Authentication error" => "Greška pri autentifikaciji", -"seconds ago" => "Pre par sekundi", -"_%n minute ago_::_%n minutes ago_" => array("","","pre %n minuta"), -"_%n hour ago_::_%n hours ago_" => array("","","pre %n sati"), -"today" => "Danas", -"yesterday" => "juče", -"_%n day go_::_%n days ago_" => array("","","Prije %n dana."), -"last month" => "prošlog meseca", -"_%n month ago_::_%n months ago_" => array("","",""), -"last year" => "prošle godine", -"years ago" => "pre nekoliko godina" -); -$PLURAL_FORMS = "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/lib/l10n/su.js b/lib/l10n/su.js new file mode 100644 index 0000000000..0f4a002019 --- /dev/null +++ b/lib/l10n/su.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=1; plural=0;"); diff --git a/lib/l10n/su.json b/lib/l10n/su.json new file mode 100644 index 0000000000..4a03cf5047 --- /dev/null +++ b/lib/l10n/su.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=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/su.php b/lib/l10n/su.php deleted file mode 100644 index e7b09649a2..0000000000 --- a/lib/l10n/su.php +++ /dev/null @@ -1,8 +0,0 @@ - array(""), -"_%n hour ago_::_%n hours ago_" => array(""), -"_%n day go_::_%n days ago_" => array(""), -"_%n month ago_::_%n months ago_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js new file mode 100644 index 0000000000..9bfaa59074 --- /dev/null +++ b/lib/l10n/sv.js @@ -0,0 +1,111 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Kan inte skriva till \"config\" katalogen!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Detta kan vanligtvis åtgärdas genom att ge skrivrättigheter till config katalgogen", + "See %s" : "Se %s", + "Help" : "Hjälp", + "Personal" : "Personligt", + "Settings" : "Inställningar", + "Users" : "Användare", + "Admin" : "Admin", + "Recommended" : "Rekomenderad", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Applikationen \\\"%s\\\" kan inte installeras då en inte är kompatibel med denna version utav ownCloud.", + "No app name specified" : "Inget appnamn angivet", + "Unknown filetype" : "Okänd filtyp", + "Invalid image" : "Ogiltig bild", + "web services under your control" : "webbtjänster under din kontroll", + "App directory already exists" : "Appens mapp finns redan", + "Can't create app folder. Please fix permissions. %s" : "Kan inte skapa appens mapp. Var god åtgärda rättigheterna. %s", + "No source specified when installing app" : "Ingen källa angiven vid installation av app ", + "No href specified when installing app from http" : "Ingen href angiven vid installation av app från http", + "No path specified when installing app from local file" : "Ingen sökväg angiven vid installation av app från lokal fil", + "Archives of type %s are not supported" : "Arkiv av typen %s stöds ej", + "Failed to open archive when installing app" : "Kunde inte öppna arkivet när appen skulle installeras", + "App does not provide an info.xml file" : "Appen har ingen info.xml fil", + "App can't be installed because of not allowed code in the App" : "Appen kan inte installeras eftersom att den innehåller otillåten kod", + "App can't be installed because it is not compatible with this version of ownCloud" : "Appen kan inte installeras eftersom att den inte är kompatibel med denna version av ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Appen kan inte installeras eftersom att den innehåller etiketten true vilket inte är tillåtet för icke inkluderade appar", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Appen kan inte installeras eftersom versionen i info.xml inte är samma som rapporteras från app store", + "Application is not enabled" : "Applikationen är inte aktiverad", + "Authentication error" : "Fel vid autentisering", + "Token expired. Please reload page." : "Ogiltig token. Ladda om sidan.", + "Unknown user" : "Okänd användare", + "%s enter the database username." : "%s ange databasanvändare.", + "%s enter the database name." : "%s ange databasnamn", + "%s you may not use dots in the database name" : "%s du får inte använda punkter i databasnamnet", + "MS SQL username and/or password not valid: %s" : "MS SQL-användaren och/eller lösenordet var inte giltigt: %s", + "You need to enter either an existing account or the administrator." : "Du måste antingen ange ett befintligt konto eller administratör.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB användarnamn och/eller lösenord är felaktigt", + "DB Error: \"%s\"" : "DB error: \"%s\"", + "Offending command was: \"%s\"" : "Det felaktiga kommandot var: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB användare '%s'@'localhost' existerar redan.", + "Drop this user from MySQL/MariaDB" : "Radera denna användare från MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB användare '%s'@'%%' existerar redan", + "Drop this user from MySQL/MariaDB." : "Radera denna användare från MySQL/MariaDB.", + "Oracle connection could not be established" : "Oracle-anslutning kunde inte etableras", + "Oracle username and/or password not valid" : "Oracle-användarnamnet och/eller lösenordet är felaktigt", + "Offending command was: \"%s\", name: %s, password: %s" : "Det felande kommandot var: \"%s\", name: %s, password: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL-användarnamnet och/eller lösenordet är felaktigt", + "Set an admin username." : "Ange ett användarnamn för administratören.", + "Set an admin password." : "Ange ett administratörslösenord.", + "%s shared »%s« with you" : "%s delade »%s« med dig", + "Sharing %s failed, because the file does not exist" : "Delning av %s misslyckades på grund av att filen inte existerar", + "You are not allowed to share %s" : "Du har inte rätt att dela %s", + "Sharing %s failed, because the user %s is the item owner" : "Delning %s misslyckades därför att användaren %s är den som äger objektet", + "Sharing %s failed, because the user %s does not exist" : "Delning %s misslyckades därför att användaren %s inte existerar", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Delning %s misslyckades därför att användaren %s inte är medlem i någon utav de grupper som %s är medlem i", + "Sharing %s failed, because this item is already shared with %s" : "Delning %s misslyckades därför att objektet redan är delat med %s", + "Sharing %s failed, because the group %s does not exist" : "Delning %s misslyckades därför att gruppen %s inte existerar", + "Sharing %s failed, because %s is not a member of the group %s" : "Delning %s misslyckades därför att %s inte ingår i gruppen %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Du måste ange ett lösenord för att skapa en offentlig länk, endast skyddade länkar är tillåtna", + "Sharing %s failed, because sharing with links is not allowed" : "Delning %s misslyckades därför att delning utav länkar inte är tillåtet", + "Share type %s is not valid for %s" : "Delningstyp %s är inte giltig för %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Misslyckades att sätta rättigheter för %s därför att rättigheterna överskrider de som är tillåtna för %s", + "Setting permissions for %s failed, because the item was not found" : "Att sätta rättigheterna för %s misslyckades därför att objektet inte hittades", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Delningsgränssnittet %s måste implementera gränssnittet OCP\\Share_Backend", + "Sharing backend %s not found" : "Delningsgränssnittet %s hittades inte", + "Sharing backend for %s not found" : "Delningsgränssnittet för %s hittades inte", + "Sharing %s failed, because the user %s is the original sharer" : "Delning %s misslyckades därför att användaren %s är den som delade objektet först", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Delning %s misslyckades därför att rättigheterna överskrider de rättigheter som är tillåtna för %s", + "Sharing %s failed, because resharing is not allowed" : "Delning %s misslyckades därför att vidaredelning inte är tillåten", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Delning %s misslyckades därför att delningsgränsnittet för %s inte kunde hitta sin källa", + "Sharing %s failed, because the file could not be found in the file cache" : "Delning %s misslyckades därför att filen inte kunde hittas i filcachen", + "Could not find category \"%s\"" : "Kunde inte hitta kategorin \"%s\"", + "seconds ago" : "sekunder sedan", + "_%n minute ago_::_%n minutes ago_" : ["%n minut sedan","%n minuter sedan"], + "_%n hour ago_::_%n hours ago_" : ["%n timme sedan","%n timmar sedan"], + "today" : "i dag", + "yesterday" : "i går", + "_%n day go_::_%n days ago_" : ["%n dag sedan","%n dagar sedan"], + "last month" : "förra månaden", + "_%n month ago_::_%n months ago_" : ["%n månad sedan","%n månader sedan"], + "last year" : "förra året", + "years ago" : "år sedan", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Endast följande tecken är tillåtna i ett användarnamn: \"az\", \"AZ\", \"0-9\", och \"_ @ -.\"", + "A valid username must be provided" : "Ett giltigt användarnamn måste anges", + "A valid password must be provided" : "Ett giltigt lösenord måste anges", + "The username is already being used" : "Användarnamnet används redan", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Inga databasdrivrutiner (sqlite, mysql, eller postgresql) installerade.", + "Cannot write into \"config\" directory" : "Kan inte skriva till \"config\" katalogen", + "Cannot write into \"apps\" directory" : "Kan inte skriva till \"apps\" katalogen!", + "Cannot create \"data\" directory (%s)" : "Kan inte skapa \"data\" katalog (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Detta kan vanligtvis åtgärdas genom att ge webservern skrivrättigheter till rootkatalogen.", + "Please ask your server administrator to install the module." : "Vänligen be din administratör att installera modulen.", + "PHP module %s not installed." : "PHP modulen %s är inte installerad.", + "PHP %s or higher is required." : "PHP %s eller högre krävs.", + "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." : "Vänligen be serveradministratören uppdatera PHP till den senaste versionen. Din PHP-version stöds inte längre av ownCloud.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode är aktiverat. ownCloud kräver att det är deaktiverat för att fungera korrekt.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes är aktiverat. ownCloud kräver att det är deaktiverat för att fungera korrekt.", + "Please ask your server administrator to restart the web server." : "Vänligen be din serveradministratör att starta om webservern.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 krävs", + "Please upgrade your database version" : "Vänligen uppgradera din databas-version", + "Error occurred while checking PostgreSQL version" : "Ett fel inträffade vid kontroll utav PostgreSQL-version", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Vänligen säkerställ att du har PostgreSQL >= 9 eller kolla loggarna för mer information om felet", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Vänligen ändra rättigheterna till 0770 så att katalogen inte kan listas utav andra användare.", + "Data directory (%s) is readable by other users" : "Datakatalogen (%s) kan läsas av andra användare", + "Data directory (%s) is invalid" : "Datakatlogen (%s) är ogiltig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Vänligen kontrollera att datakatalogen innehåller filen \".ocdata\" i rooten.", + "Could not obtain lock type %d on \"%s\"." : "Kan inte hämta låstyp %d på \"%s\"." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json new file mode 100644 index 0000000000..299911142a --- /dev/null +++ b/lib/l10n/sv.json @@ -0,0 +1,109 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Kan inte skriva till \"config\" katalogen!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Detta kan vanligtvis åtgärdas genom att ge skrivrättigheter till config katalgogen", + "See %s" : "Se %s", + "Help" : "Hjälp", + "Personal" : "Personligt", + "Settings" : "Inställningar", + "Users" : "Användare", + "Admin" : "Admin", + "Recommended" : "Rekomenderad", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Applikationen \\\"%s\\\" kan inte installeras då en inte är kompatibel med denna version utav ownCloud.", + "No app name specified" : "Inget appnamn angivet", + "Unknown filetype" : "Okänd filtyp", + "Invalid image" : "Ogiltig bild", + "web services under your control" : "webbtjänster under din kontroll", + "App directory already exists" : "Appens mapp finns redan", + "Can't create app folder. Please fix permissions. %s" : "Kan inte skapa appens mapp. Var god åtgärda rättigheterna. %s", + "No source specified when installing app" : "Ingen källa angiven vid installation av app ", + "No href specified when installing app from http" : "Ingen href angiven vid installation av app från http", + "No path specified when installing app from local file" : "Ingen sökväg angiven vid installation av app från lokal fil", + "Archives of type %s are not supported" : "Arkiv av typen %s stöds ej", + "Failed to open archive when installing app" : "Kunde inte öppna arkivet när appen skulle installeras", + "App does not provide an info.xml file" : "Appen har ingen info.xml fil", + "App can't be installed because of not allowed code in the App" : "Appen kan inte installeras eftersom att den innehåller otillåten kod", + "App can't be installed because it is not compatible with this version of ownCloud" : "Appen kan inte installeras eftersom att den inte är kompatibel med denna version av ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Appen kan inte installeras eftersom att den innehåller etiketten true vilket inte är tillåtet för icke inkluderade appar", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Appen kan inte installeras eftersom versionen i info.xml inte är samma som rapporteras från app store", + "Application is not enabled" : "Applikationen är inte aktiverad", + "Authentication error" : "Fel vid autentisering", + "Token expired. Please reload page." : "Ogiltig token. Ladda om sidan.", + "Unknown user" : "Okänd användare", + "%s enter the database username." : "%s ange databasanvändare.", + "%s enter the database name." : "%s ange databasnamn", + "%s you may not use dots in the database name" : "%s du får inte använda punkter i databasnamnet", + "MS SQL username and/or password not valid: %s" : "MS SQL-användaren och/eller lösenordet var inte giltigt: %s", + "You need to enter either an existing account or the administrator." : "Du måste antingen ange ett befintligt konto eller administratör.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB användarnamn och/eller lösenord är felaktigt", + "DB Error: \"%s\"" : "DB error: \"%s\"", + "Offending command was: \"%s\"" : "Det felaktiga kommandot var: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB användare '%s'@'localhost' existerar redan.", + "Drop this user from MySQL/MariaDB" : "Radera denna användare från MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB användare '%s'@'%%' existerar redan", + "Drop this user from MySQL/MariaDB." : "Radera denna användare från MySQL/MariaDB.", + "Oracle connection could not be established" : "Oracle-anslutning kunde inte etableras", + "Oracle username and/or password not valid" : "Oracle-användarnamnet och/eller lösenordet är felaktigt", + "Offending command was: \"%s\", name: %s, password: %s" : "Det felande kommandot var: \"%s\", name: %s, password: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL-användarnamnet och/eller lösenordet är felaktigt", + "Set an admin username." : "Ange ett användarnamn för administratören.", + "Set an admin password." : "Ange ett administratörslösenord.", + "%s shared »%s« with you" : "%s delade »%s« med dig", + "Sharing %s failed, because the file does not exist" : "Delning av %s misslyckades på grund av att filen inte existerar", + "You are not allowed to share %s" : "Du har inte rätt att dela %s", + "Sharing %s failed, because the user %s is the item owner" : "Delning %s misslyckades därför att användaren %s är den som äger objektet", + "Sharing %s failed, because the user %s does not exist" : "Delning %s misslyckades därför att användaren %s inte existerar", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Delning %s misslyckades därför att användaren %s inte är medlem i någon utav de grupper som %s är medlem i", + "Sharing %s failed, because this item is already shared with %s" : "Delning %s misslyckades därför att objektet redan är delat med %s", + "Sharing %s failed, because the group %s does not exist" : "Delning %s misslyckades därför att gruppen %s inte existerar", + "Sharing %s failed, because %s is not a member of the group %s" : "Delning %s misslyckades därför att %s inte ingår i gruppen %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Du måste ange ett lösenord för att skapa en offentlig länk, endast skyddade länkar är tillåtna", + "Sharing %s failed, because sharing with links is not allowed" : "Delning %s misslyckades därför att delning utav länkar inte är tillåtet", + "Share type %s is not valid for %s" : "Delningstyp %s är inte giltig för %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Misslyckades att sätta rättigheter för %s därför att rättigheterna överskrider de som är tillåtna för %s", + "Setting permissions for %s failed, because the item was not found" : "Att sätta rättigheterna för %s misslyckades därför att objektet inte hittades", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Delningsgränssnittet %s måste implementera gränssnittet OCP\\Share_Backend", + "Sharing backend %s not found" : "Delningsgränssnittet %s hittades inte", + "Sharing backend for %s not found" : "Delningsgränssnittet för %s hittades inte", + "Sharing %s failed, because the user %s is the original sharer" : "Delning %s misslyckades därför att användaren %s är den som delade objektet först", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Delning %s misslyckades därför att rättigheterna överskrider de rättigheter som är tillåtna för %s", + "Sharing %s failed, because resharing is not allowed" : "Delning %s misslyckades därför att vidaredelning inte är tillåten", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Delning %s misslyckades därför att delningsgränsnittet för %s inte kunde hitta sin källa", + "Sharing %s failed, because the file could not be found in the file cache" : "Delning %s misslyckades därför att filen inte kunde hittas i filcachen", + "Could not find category \"%s\"" : "Kunde inte hitta kategorin \"%s\"", + "seconds ago" : "sekunder sedan", + "_%n minute ago_::_%n minutes ago_" : ["%n minut sedan","%n minuter sedan"], + "_%n hour ago_::_%n hours ago_" : ["%n timme sedan","%n timmar sedan"], + "today" : "i dag", + "yesterday" : "i går", + "_%n day go_::_%n days ago_" : ["%n dag sedan","%n dagar sedan"], + "last month" : "förra månaden", + "_%n month ago_::_%n months ago_" : ["%n månad sedan","%n månader sedan"], + "last year" : "förra året", + "years ago" : "år sedan", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Endast följande tecken är tillåtna i ett användarnamn: \"az\", \"AZ\", \"0-9\", och \"_ @ -.\"", + "A valid username must be provided" : "Ett giltigt användarnamn måste anges", + "A valid password must be provided" : "Ett giltigt lösenord måste anges", + "The username is already being used" : "Användarnamnet används redan", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Inga databasdrivrutiner (sqlite, mysql, eller postgresql) installerade.", + "Cannot write into \"config\" directory" : "Kan inte skriva till \"config\" katalogen", + "Cannot write into \"apps\" directory" : "Kan inte skriva till \"apps\" katalogen!", + "Cannot create \"data\" directory (%s)" : "Kan inte skapa \"data\" katalog (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Detta kan vanligtvis åtgärdas genom att ge webservern skrivrättigheter till rootkatalogen.", + "Please ask your server administrator to install the module." : "Vänligen be din administratör att installera modulen.", + "PHP module %s not installed." : "PHP modulen %s är inte installerad.", + "PHP %s or higher is required." : "PHP %s eller högre krävs.", + "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." : "Vänligen be serveradministratören uppdatera PHP till den senaste versionen. Din PHP-version stöds inte längre av ownCloud.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode är aktiverat. ownCloud kräver att det är deaktiverat för att fungera korrekt.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes är aktiverat. ownCloud kräver att det är deaktiverat för att fungera korrekt.", + "Please ask your server administrator to restart the web server." : "Vänligen be din serveradministratör att starta om webservern.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 krävs", + "Please upgrade your database version" : "Vänligen uppgradera din databas-version", + "Error occurred while checking PostgreSQL version" : "Ett fel inträffade vid kontroll utav PostgreSQL-version", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Vänligen säkerställ att du har PostgreSQL >= 9 eller kolla loggarna för mer information om felet", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Vänligen ändra rättigheterna till 0770 så att katalogen inte kan listas utav andra användare.", + "Data directory (%s) is readable by other users" : "Datakatalogen (%s) kan läsas av andra användare", + "Data directory (%s) is invalid" : "Datakatlogen (%s) är ogiltig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Vänligen kontrollera att datakatalogen innehåller filen \".ocdata\" i rooten.", + "Could not obtain lock type %d on \"%s\"." : "Kan inte hämta låstyp %d på \"%s\"." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/sv.php b/lib/l10n/sv.php deleted file mode 100644 index c042b6af6c..0000000000 --- a/lib/l10n/sv.php +++ /dev/null @@ -1,110 +0,0 @@ - "Kan inte skriva till \"config\" katalogen!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Detta kan vanligtvis åtgärdas genom att ge skrivrättigheter till config katalgogen", -"See %s" => "Se %s", -"Help" => "Hjälp", -"Personal" => "Personligt", -"Settings" => "Inställningar", -"Users" => "Användare", -"Admin" => "Admin", -"Recommended" => "Rekomenderad", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "Applikationen \\\"%s\\\" kan inte installeras då en inte är kompatibel med denna version utav ownCloud.", -"No app name specified" => "Inget appnamn angivet", -"Unknown filetype" => "Okänd filtyp", -"Invalid image" => "Ogiltig bild", -"web services under your control" => "webbtjänster under din kontroll", -"App directory already exists" => "Appens mapp finns redan", -"Can't create app folder. Please fix permissions. %s" => "Kan inte skapa appens mapp. Var god åtgärda rättigheterna. %s", -"No source specified when installing app" => "Ingen källa angiven vid installation av app ", -"No href specified when installing app from http" => "Ingen href angiven vid installation av app från http", -"No path specified when installing app from local file" => "Ingen sökväg angiven vid installation av app från lokal fil", -"Archives of type %s are not supported" => "Arkiv av typen %s stöds ej", -"Failed to open archive when installing app" => "Kunde inte öppna arkivet när appen skulle installeras", -"App does not provide an info.xml file" => "Appen har ingen info.xml fil", -"App can't be installed because of not allowed code in the App" => "Appen kan inte installeras eftersom att den innehåller otillåten kod", -"App can't be installed because it is not compatible with this version of ownCloud" => "Appen kan inte installeras eftersom att den inte är kompatibel med denna version av ownCloud", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Appen kan inte installeras eftersom att den innehåller etiketten true vilket inte är tillåtet för icke inkluderade appar", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Appen kan inte installeras eftersom versionen i info.xml inte är samma som rapporteras från app store", -"Application is not enabled" => "Applikationen är inte aktiverad", -"Authentication error" => "Fel vid autentisering", -"Token expired. Please reload page." => "Ogiltig token. Ladda om sidan.", -"Unknown user" => "Okänd användare", -"%s enter the database username." => "%s ange databasanvändare.", -"%s enter the database name." => "%s ange databasnamn", -"%s you may not use dots in the database name" => "%s du får inte använda punkter i databasnamnet", -"MS SQL username and/or password not valid: %s" => "MS SQL-användaren och/eller lösenordet var inte giltigt: %s", -"You need to enter either an existing account or the administrator." => "Du måste antingen ange ett befintligt konto eller administratör.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB användarnamn och/eller lösenord är felaktigt", -"DB Error: \"%s\"" => "DB error: \"%s\"", -"Offending command was: \"%s\"" => "Det felaktiga kommandot var: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB användare '%s'@'localhost' existerar redan.", -"Drop this user from MySQL/MariaDB" => "Radera denna användare från MySQL/MariaDB", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB användare '%s'@'%%' existerar redan", -"Drop this user from MySQL/MariaDB." => "Radera denna användare från MySQL/MariaDB.", -"Oracle connection could not be established" => "Oracle-anslutning kunde inte etableras", -"Oracle username and/or password not valid" => "Oracle-användarnamnet och/eller lösenordet är felaktigt", -"Offending command was: \"%s\", name: %s, password: %s" => "Det felande kommandot var: \"%s\", name: %s, password: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL-användarnamnet och/eller lösenordet är felaktigt", -"Set an admin username." => "Ange ett användarnamn för administratören.", -"Set an admin password." => "Ange ett administratörslösenord.", -"%s shared »%s« with you" => "%s delade »%s« med dig", -"Sharing %s failed, because the file does not exist" => "Delning av %s misslyckades på grund av att filen inte existerar", -"You are not allowed to share %s" => "Du har inte rätt att dela %s", -"Sharing %s failed, because the user %s is the item owner" => "Delning %s misslyckades därför att användaren %s är den som äger objektet", -"Sharing %s failed, because the user %s does not exist" => "Delning %s misslyckades därför att användaren %s inte existerar", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "Delning %s misslyckades därför att användaren %s inte är medlem i någon utav de grupper som %s är medlem i", -"Sharing %s failed, because this item is already shared with %s" => "Delning %s misslyckades därför att objektet redan är delat med %s", -"Sharing %s failed, because the group %s does not exist" => "Delning %s misslyckades därför att gruppen %s inte existerar", -"Sharing %s failed, because %s is not a member of the group %s" => "Delning %s misslyckades därför att %s inte ingår i gruppen %s", -"You need to provide a password to create a public link, only protected links are allowed" => "Du måste ange ett lösenord för att skapa en offentlig länk, endast skyddade länkar är tillåtna", -"Sharing %s failed, because sharing with links is not allowed" => "Delning %s misslyckades därför att delning utav länkar inte är tillåtet", -"Share type %s is not valid for %s" => "Delningstyp %s är inte giltig för %s", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Misslyckades att sätta rättigheter för %s därför att rättigheterna överskrider de som är tillåtna för %s", -"Setting permissions for %s failed, because the item was not found" => "Att sätta rättigheterna för %s misslyckades därför att objektet inte hittades", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Delningsgränssnittet %s måste implementera gränssnittet OCP\\Share_Backend", -"Sharing backend %s not found" => "Delningsgränssnittet %s hittades inte", -"Sharing backend for %s not found" => "Delningsgränssnittet för %s hittades inte", -"Sharing %s failed, because the user %s is the original sharer" => "Delning %s misslyckades därför att användaren %s är den som delade objektet först", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "Delning %s misslyckades därför att rättigheterna överskrider de rättigheter som är tillåtna för %s", -"Sharing %s failed, because resharing is not allowed" => "Delning %s misslyckades därför att vidaredelning inte är tillåten", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "Delning %s misslyckades därför att delningsgränsnittet för %s inte kunde hitta sin källa", -"Sharing %s failed, because the file could not be found in the file cache" => "Delning %s misslyckades därför att filen inte kunde hittas i filcachen", -"Could not find category \"%s\"" => "Kunde inte hitta kategorin \"%s\"", -"seconds ago" => "sekunder sedan", -"_%n minute ago_::_%n minutes ago_" => array("%n minut sedan","%n minuter sedan"), -"_%n hour ago_::_%n hours ago_" => array("%n timme sedan","%n timmar sedan"), -"today" => "i dag", -"yesterday" => "i går", -"_%n day go_::_%n days ago_" => array("%n dag sedan","%n dagar sedan"), -"last month" => "förra månaden", -"_%n month ago_::_%n months ago_" => array("%n månad sedan","%n månader sedan"), -"last year" => "förra året", -"years ago" => "år sedan", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Endast följande tecken är tillåtna i ett användarnamn: \"az\", \"AZ\", \"0-9\", och \"_ @ -.\"", -"A valid username must be provided" => "Ett giltigt användarnamn måste anges", -"A valid password must be provided" => "Ett giltigt lösenord måste anges", -"The username is already being used" => "Användarnamnet används redan", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Inga databasdrivrutiner (sqlite, mysql, eller postgresql) installerade.", -"Cannot write into \"config\" directory" => "Kan inte skriva till \"config\" katalogen", -"Cannot write into \"apps\" directory" => "Kan inte skriva till \"apps\" katalogen!", -"Cannot create \"data\" directory (%s)" => "Kan inte skapa \"data\" katalog (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "Detta kan vanligtvis åtgärdas genom att ge webservern skrivrättigheter till rootkatalogen.", -"Please ask your server administrator to install the module." => "Vänligen be din administratör att installera modulen.", -"PHP module %s not installed." => "PHP modulen %s är inte installerad.", -"PHP %s or higher is required." => "PHP %s eller högre krävs.", -"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." => "Vänligen be serveradministratören uppdatera PHP till den senaste versionen. Din PHP-version stöds inte längre av ownCloud.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode är aktiverat. ownCloud kräver att det är deaktiverat för att fungera korrekt.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes är aktiverat. ownCloud kräver att det är deaktiverat för att fungera korrekt.", -"Please ask your server administrator to restart the web server." => "Vänligen be din serveradministratör att starta om webservern.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 krävs", -"Please upgrade your database version" => "Vänligen uppgradera din databas-version", -"Error occurred while checking PostgreSQL version" => "Ett fel inträffade vid kontroll utav PostgreSQL-version", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Vänligen säkerställ att du har PostgreSQL >= 9 eller kolla loggarna för mer information om felet", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Vänligen ändra rättigheterna till 0770 så att katalogen inte kan listas utav andra användare.", -"Data directory (%s) is readable by other users" => "Datakatalogen (%s) kan läsas av andra användare", -"Data directory (%s) is invalid" => "Datakatlogen (%s) är ogiltig", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Vänligen kontrollera att datakatalogen innehåller filen \".ocdata\" i rooten.", -"Could not obtain lock type %d on \"%s\"." => "Kan inte hämta låstyp %d på \"%s\"." -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/sw_KE.js b/lib/l10n/sw_KE.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/sw_KE.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/sw_KE.json b/lib/l10n/sw_KE.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/sw_KE.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/sw_KE.php b/lib/l10n/sw_KE.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/sw_KE.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ta_IN.js b/lib/l10n/ta_IN.js new file mode 100644 index 0000000000..e026954a57 --- /dev/null +++ b/lib/l10n/ta_IN.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "lib", + { + "Settings" : "அமைப்புகள்", + "_%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/ta_IN.json b/lib/l10n/ta_IN.json new file mode 100644 index 0000000000..3f9f588296 --- /dev/null +++ b/lib/l10n/ta_IN.json @@ -0,0 +1,8 @@ +{ "translations": { + "Settings" : "அமைப்புகள்", + "_%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/ta_IN.php b/lib/l10n/ta_IN.php deleted file mode 100644 index 5907e09695..0000000000 --- a/lib/l10n/ta_IN.php +++ /dev/null @@ -1,9 +0,0 @@ - "அமைப்புகள்", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ta_LK.js b/lib/l10n/ta_LK.js new file mode 100644 index 0000000000..5f2d310c40 --- /dev/null +++ b/lib/l10n/ta_LK.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "lib", + { + "Help" : "உதவி", + "Personal" : "தனிப்பட்ட", + "Settings" : "அமைப்புகள்", + "Users" : "பயனாளர்", + "Admin" : "நிர்வாகம்", + "web services under your control" : "வலைய சேவைகள் உங்களுடைய கட்டுப்பாட்டின் கீழ் உள்ளது", + "Application is not enabled" : "செயலி இயலுமைப்படுத்தப்படவில்லை", + "Authentication error" : "அத்தாட்சிப்படுத்தலில் வழு", + "Token expired. Please reload page." : "அடையாளவில்லை காலாவதியாகிவிட்டது. தயவுசெய்து பக்கத்தை மீள் ஏற்றுக.", + "Could not find category \"%s\"" : "பிரிவு \"%s\" ஐ கண்டுப்பிடிக்க முடியவில்லை", + "seconds ago" : "செக்கன்களுக்கு முன்", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "இன்று", + "yesterday" : "நேற்று", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "கடந்த மாதம்", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "கடந்த வருடம்", + "years ago" : "வருடங்களுக்கு முன்" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ta_LK.json b/lib/l10n/ta_LK.json new file mode 100644 index 0000000000..e519102043 --- /dev/null +++ b/lib/l10n/ta_LK.json @@ -0,0 +1,23 @@ +{ "translations": { + "Help" : "உதவி", + "Personal" : "தனிப்பட்ட", + "Settings" : "அமைப்புகள்", + "Users" : "பயனாளர்", + "Admin" : "நிர்வாகம்", + "web services under your control" : "வலைய சேவைகள் உங்களுடைய கட்டுப்பாட்டின் கீழ் உள்ளது", + "Application is not enabled" : "செயலி இயலுமைப்படுத்தப்படவில்லை", + "Authentication error" : "அத்தாட்சிப்படுத்தலில் வழு", + "Token expired. Please reload page." : "அடையாளவில்லை காலாவதியாகிவிட்டது. தயவுசெய்து பக்கத்தை மீள் ஏற்றுக.", + "Could not find category \"%s\"" : "பிரிவு \"%s\" ஐ கண்டுப்பிடிக்க முடியவில்லை", + "seconds ago" : "செக்கன்களுக்கு முன்", + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "இன்று", + "yesterday" : "நேற்று", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "கடந்த மாதம்", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "கடந்த வருடம்", + "years ago" : "வருடங்களுக்கு முன்" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/ta_LK.php b/lib/l10n/ta_LK.php deleted file mode 100644 index 3bcdb7d30d..0000000000 --- a/lib/l10n/ta_LK.php +++ /dev/null @@ -1,24 +0,0 @@ - "உதவி", -"Personal" => "தனிப்பட்ட", -"Settings" => "அமைப்புகள்", -"Users" => "பயனாளர்", -"Admin" => "நிர்வாகம்", -"web services under your control" => "வலைய சேவைகள் உங்களுடைய கட்டுப்பாட்டின் கீழ் உள்ளது", -"Application is not enabled" => "செயலி இயலுமைப்படுத்தப்படவில்லை", -"Authentication error" => "அத்தாட்சிப்படுத்தலில் வழு", -"Token expired. Please reload page." => "அடையாளவில்லை காலாவதியாகிவிட்டது. தயவுசெய்து பக்கத்தை மீள் ஏற்றுக.", -"Could not find category \"%s\"" => "பிரிவு \"%s\" ஐ கண்டுப்பிடிக்க முடியவில்லை", -"seconds ago" => "செக்கன்களுக்கு முன்", -"_%n minute ago_::_%n minutes ago_" => array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"today" => "இன்று", -"yesterday" => "நேற்று", -"_%n day go_::_%n days ago_" => array("",""), -"last month" => "கடந்த மாதம்", -"_%n month ago_::_%n months ago_" => array("",""), -"last year" => "கடந்த வருடம்", -"years ago" => "வருடங்களுக்கு முன்" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/te.js b/lib/l10n/te.js new file mode 100644 index 0000000000..e1a3602f61 --- /dev/null +++ b/lib/l10n/te.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "lib", + { + "Help" : "సహాయం", + "Personal" : "వ్యక్తిగతం", + "Settings" : "అమరికలు", + "Users" : "వాడుకరులు", + "seconds ago" : "క్షణాల క్రితం", + "_%n minute ago_::_%n minutes ago_" : ["","%n నిమిషాల క్రితం"], + "_%n hour ago_::_%n hours ago_" : ["","%n గంటల క్రితం"], + "today" : "ఈరోజు", + "yesterday" : "నిన్న", + "_%n day go_::_%n days ago_" : ["","%n రోజుల క్రితం"], + "last month" : "పోయిన నెల", + "_%n month ago_::_%n months ago_" : ["","%n నెలల క్రితం"], + "last year" : "పోయిన సంవత్సరం", + "years ago" : "సంవత్సరాల క్రితం" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/te.json b/lib/l10n/te.json new file mode 100644 index 0000000000..1e9669c12b --- /dev/null +++ b/lib/l10n/te.json @@ -0,0 +1,17 @@ +{ "translations": { + "Help" : "సహాయం", + "Personal" : "వ్యక్తిగతం", + "Settings" : "అమరికలు", + "Users" : "వాడుకరులు", + "seconds ago" : "క్షణాల క్రితం", + "_%n minute ago_::_%n minutes ago_" : ["","%n నిమిషాల క్రితం"], + "_%n hour ago_::_%n hours ago_" : ["","%n గంటల క్రితం"], + "today" : "ఈరోజు", + "yesterday" : "నిన్న", + "_%n day go_::_%n days ago_" : ["","%n రోజుల క్రితం"], + "last month" : "పోయిన నెల", + "_%n month ago_::_%n months ago_" : ["","%n నెలల క్రితం"], + "last year" : "పోయిన సంవత్సరం", + "years ago" : "సంవత్సరాల క్రితం" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/te.php b/lib/l10n/te.php deleted file mode 100644 index 12ae924019..0000000000 --- a/lib/l10n/te.php +++ /dev/null @@ -1,18 +0,0 @@ - "సహాయం", -"Personal" => "వ్యక్తిగతం", -"Settings" => "అమరికలు", -"Users" => "వాడుకరులు", -"seconds ago" => "క్షణాల క్రితం", -"_%n minute ago_::_%n minutes ago_" => array("","%n నిమిషాల క్రితం"), -"_%n hour ago_::_%n hours ago_" => array("","%n గంటల క్రితం"), -"today" => "ఈరోజు", -"yesterday" => "నిన్న", -"_%n day go_::_%n days ago_" => array("","%n రోజుల క్రితం"), -"last month" => "పోయిన నెల", -"_%n month ago_::_%n months ago_" => array("","%n నెలల క్రితం"), -"last year" => "పోయిన సంవత్సరం", -"years ago" => "సంవత్సరాల క్రితం" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/tg_TJ.js b/lib/l10n/tg_TJ.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/tg_TJ.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/tg_TJ.json b/lib/l10n/tg_TJ.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/tg_TJ.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/tg_TJ.php b/lib/l10n/tg_TJ.php deleted file mode 100644 index 15f78e0bce..0000000000 --- a/lib/l10n/tg_TJ.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/th_TH.js b/lib/l10n/th_TH.js new file mode 100644 index 0000000000..8a58554c53 --- /dev/null +++ b/lib/l10n/th_TH.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "lib", + { + "Help" : "ช่วยเหลือ", + "Personal" : "ส่วนตัว", + "Settings" : "ตั้งค่า", + "Users" : "ผู้ใช้งาน", + "Admin" : "ผู้ดูแล", + "web services under your control" : "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้", + "Application is not enabled" : "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน", + "Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", + "Token expired. Please reload page." : "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง", + "Could not find category \"%s\"" : "ไม่พบหมวดหมู่ \"%s\"", + "seconds ago" : "วินาที ก่อนหน้านี้", + "_%n minute ago_::_%n minutes ago_" : [""], + "_%n hour ago_::_%n hours ago_" : [""], + "today" : "วันนี้", + "yesterday" : "เมื่อวานนี้", + "_%n day go_::_%n days ago_" : [""], + "last month" : "เดือนที่แล้ว", + "_%n month ago_::_%n months ago_" : [""], + "last year" : "ปีที่แล้ว", + "years ago" : "ปี ที่ผ่านมา" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/th_TH.json b/lib/l10n/th_TH.json new file mode 100644 index 0000000000..dde903b4a3 --- /dev/null +++ b/lib/l10n/th_TH.json @@ -0,0 +1,23 @@ +{ "translations": { + "Help" : "ช่วยเหลือ", + "Personal" : "ส่วนตัว", + "Settings" : "ตั้งค่า", + "Users" : "ผู้ใช้งาน", + "Admin" : "ผู้ดูแล", + "web services under your control" : "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้", + "Application is not enabled" : "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน", + "Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", + "Token expired. Please reload page." : "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง", + "Could not find category \"%s\"" : "ไม่พบหมวดหมู่ \"%s\"", + "seconds ago" : "วินาที ก่อนหน้านี้", + "_%n minute ago_::_%n minutes ago_" : [""], + "_%n hour ago_::_%n hours ago_" : [""], + "today" : "วันนี้", + "yesterday" : "เมื่อวานนี้", + "_%n day go_::_%n days ago_" : [""], + "last month" : "เดือนที่แล้ว", + "_%n month ago_::_%n months ago_" : [""], + "last year" : "ปีที่แล้ว", + "years ago" : "ปี ที่ผ่านมา" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/th_TH.php b/lib/l10n/th_TH.php deleted file mode 100644 index 6b36c12fa9..0000000000 --- a/lib/l10n/th_TH.php +++ /dev/null @@ -1,24 +0,0 @@ - "ช่วยเหลือ", -"Personal" => "ส่วนตัว", -"Settings" => "ตั้งค่า", -"Users" => "ผู้ใช้งาน", -"Admin" => "ผู้ดูแล", -"web services under your control" => "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้", -"Application is not enabled" => "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน", -"Authentication error" => "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", -"Token expired. Please reload page." => "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง", -"Could not find category \"%s\"" => "ไม่พบหมวดหมู่ \"%s\"", -"seconds ago" => "วินาที ก่อนหน้านี้", -"_%n minute ago_::_%n minutes ago_" => array(""), -"_%n hour ago_::_%n hours ago_" => array(""), -"today" => "วันนี้", -"yesterday" => "เมื่อวานนี้", -"_%n day go_::_%n days ago_" => array(""), -"last month" => "เดือนที่แล้ว", -"_%n month ago_::_%n months ago_" => array(""), -"last year" => "ปีที่แล้ว", -"years ago" => "ปี ที่ผ่านมา" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/tl_PH.js b/lib/l10n/tl_PH.js new file mode 100644 index 0000000000..9ac3e05d6c --- /dev/null +++ b/lib/l10n/tl_PH.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/tl_PH.json b/lib/l10n/tl_PH.json new file mode 100644 index 0000000000..82a8a99d30 --- /dev/null +++ b/lib/l10n/tl_PH.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/tl_PH.php b/lib/l10n/tl_PH.php deleted file mode 100644 index 406ff5f5a2..0000000000 --- a/lib/l10n/tl_PH.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js new file mode 100644 index 0000000000..b3e60202a7 --- /dev/null +++ b/lib/l10n/tr.js @@ -0,0 +1,124 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "\"config\" dizinine yazılamıyor!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Bu genellikle, web sunucusuna config dizinine yazma erişimi verilerek çözülebilir", + "See %s" : "Bakınız: %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Bu genellikle, %sweb sunucusuna config dizinine yazma erişimi verilerek%s çözülebilir", + "Sample configuration detected" : "Örnek yapılandırma tespit edildi", + "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" : "Örnek yapılandırmanın kopyalanmış olabileceği tespit edildi. Bu kurulumunuzu bozabilir ve desteklenmemektedir. Lütfen config.php dosyasında değişiklik yapmadan önce belgelendirmeyi okuyun", + "Help" : "Yardım", + "Personal" : "Kişisel", + "Settings" : "Ayarlar", + "Users" : "Kullanıcılar", + "Admin" : "Yönetici", + "Recommended" : "Önerilen", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "ownCloud yazılımının bu sürümü ile uyumlu olmadığı için \\\"%s\\\" uygulaması kurulamaz.", + "No app name specified" : "Uygulama adı belirtilmedi", + "Unknown filetype" : "Bilinmeyen dosya türü", + "Invalid image" : "Geçersiz resim", + "web services under your control" : "denetiminizdeki web hizmetleri", + "App directory already exists" : "Uygulama dizini zaten mevcut", + "Can't create app folder. Please fix permissions. %s" : "Uygulama dizini oluşturulamıyor. Lütfen izinleri düzeltin. %s", + "No source specified when installing app" : "Uygulama kurulurken bir kaynak belirtilmedi", + "No href specified when installing app from http" : "Uygulama http'den kurulurken href belirtilmedi", + "No path specified when installing app from local file" : "Uygulama yerel dosyadan kurulurken dosya yolu belirtilmedi", + "Archives of type %s are not supported" : "%s arşiv türü desteklenmiyor", + "Failed to open archive when installing app" : "Uygulama kurulurken arşiv dosyası açılamadı", + "App does not provide an info.xml file" : "Uygulama info.xml dosyası sağlamıyor", + "App can't be installed because of not allowed code in the App" : "Uygulama, izin verilmeyen kodlar barındırdığından kurulamıyor", + "App can't be installed because it is not compatible with this version of ownCloud" : "ownCloud sürümünüz ile uyumsuz olduğu için uygulama kurulamıyor", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Uygulama, birlikte gelmeyen uygulama olmasına rağmen true etiketi içerdiği için kurulamıyor", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Uygulama info.xml/version ile uygulama marketinde belirtilen sürüm aynı olmadığından kurulamıyor", + "Application is not enabled" : "Uygulama etkin değil", + "Authentication error" : "Kimlik doğrulama hatası", + "Token expired. Please reload page." : "Belirteç süresi geçti. Lütfen sayfayı yenileyin.", + "Unknown user" : "Bilinmeyen kullanıcı", + "%s enter the database username." : "%s veritabanı kullanıcı adını girin.", + "%s enter the database name." : "%s veritabanı adını girin.", + "%s you may not use dots in the database name" : "%s veritabanı adında nokta kullanamayabilirsiniz", + "MS SQL username and/or password not valid: %s" : "MS SQL kullanıcı adı ve/veya parolası geçersiz: %s", + "You need to enter either an existing account or the administrator." : "Mevcut bit hesap ya da yönetici hesabını girmelisiniz.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB kullanıcı adı ve/veya parolası geçersiz", + "DB Error: \"%s\"" : "VT Hatası: \"%s\"", + "Offending command was: \"%s\"" : "Saldırgan komut: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB kullanıcı '%s'@'localhost' zaten mevcut.", + "Drop this user from MySQL/MariaDB" : "Bu kullanıcıyı MySQL/MariaDB'dan at (drop)", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB kullanıcısı '%s'@'%%' zaten mevcut", + "Drop this user from MySQL/MariaDB." : "Bu kullanıcıyı MySQL/MariaDB'dan at (drop).", + "Oracle connection could not be established" : "Oracle bağlantısı kurulamadı", + "Oracle username and/or password not valid" : "Oracle kullanıcı adı ve/veya parolası geçerli değil", + "Offending command was: \"%s\", name: %s, password: %s" : "Hatalı komut: \"%s\", ad: %s, parola: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL kullanıcı adı ve/veya parolası geçerli değil", + "Set an admin username." : "Bir yönetici kullanıcı adı ayarlayın.", + "Set an admin password." : "Bir yönetici kullanıcı parolası ayarlayın.", + "Can't create or write into the data directory %s" : "Veri dizini %s oluşturulamıyor veya yazılamıyor", + "%s shared »%s« with you" : "%s sizinle »%s« paylaşımında bulundu", + "Sharing %s failed, because the file does not exist" : "%s paylaşımı, dosya mevcut olmadığından başarısız oldu", + "You are not allowed to share %s" : "%s paylaşımını yapma izniniz yok", + "Sharing %s failed, because the user %s is the item owner" : "%s paylaşımı, %s öge sahibi olduğundan başarısız oldu", + "Sharing %s failed, because the user %s does not exist" : "%s paylaşımı, %s kullanıcısı mevcut olmadığından başarısız oldu", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s paylaşımı, %s kullanıcısının %s üyeliklerinden birine sahip olmadığından başarısız oldu", + "Sharing %s failed, because this item is already shared with %s" : "%s paylaşımı, %s ile zaten paylaşıldığından dolayı başarısız oldu", + "Sharing %s failed, because the group %s does not exist" : "%s paylaşımı, %s grubu mevcut olmadığından başarısız oldu", + "Sharing %s failed, because %s is not a member of the group %s" : "%s paylaşımı, %s kullanıcısı %s grup üyesi olmadığından başarısız oldu", + "You need to provide a password to create a public link, only protected links are allowed" : "Herkese açık bir bağlantı oluşturmak için bir parola belirtmeniz gerekiyor. Sadece korunmuş bağlantılara izin verilmektedir", + "Sharing %s failed, because sharing with links is not allowed" : "%s paylaşımı, bağlantılar ile paylaşım izin verilmediğinden başarısız oldu", + "Share type %s is not valid for %s" : "%s paylaşım türü %s için geçerli değil", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s için izinler, izinler %s için verilen izinleri aştığından dolayı ayarlanamadı", + "Setting permissions for %s failed, because the item was not found" : "%s için izinler öge bulunamadığından ayarlanamadı", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Son kullanma tarihi ayarlanamıyor. Paylaşımlar, paylaşıldıkları süreden %s sonra dolamaz.", + "Cannot set expiration date. Expiration date is in the past" : "Son kullanma tarihi ayarlanamıyor. Son kullanma tarihi geçmişte", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Paylaşma arka ucu %s OCP\\Share_Backend arayüzünü desteklemeli", + "Sharing backend %s not found" : "Paylaşım arka ucu %s bulunamadı", + "Sharing backend for %s not found" : "%s için paylaşım arka ucu bulunamadı", + "Sharing %s failed, because the user %s is the original sharer" : "%s paylaşımı, %s kullanıcısı özgün paylaşan kişi olduğundan başarısız oldu", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s paylaşımı, izinler %s için verilen izinleri aştığından dolayı başarısız oldu", + "Sharing %s failed, because resharing is not allowed" : "%s paylaşımı, tekrar paylaşımın izin verilmemesinden dolayı başarısız oldu", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s paylaşımı, %s için arka ucun kaynağını bulamamasından dolayı başarısız oldu", + "Sharing %s failed, because the file could not be found in the file cache" : "%s paylaşımı, dosyanın dosya önbelleğinde bulunamamasınndan dolayı başarısız oldu", + "Could not find category \"%s\"" : "\"%s\" kategorisi bulunamadı", + "seconds ago" : "saniyeler önce", + "_%n minute ago_::_%n minutes ago_" : ["","%n dakika önce"], + "_%n hour ago_::_%n hours ago_" : ["","%n saat önce"], + "today" : "bugün", + "yesterday" : "dün", + "_%n day go_::_%n days ago_" : ["","%n gün önce"], + "last month" : "geçen ay", + "_%n month ago_::_%n months ago_" : ["","%n ay önce"], + "last year" : "geçen yıl", + "years ago" : "yıllar önce", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Kullanıcı adında sadece bu karakterlere izin verilmektedir: \"a-z\", \"A-Z\", \"0-9\", ve \"_.@-\"", + "A valid username must be provided" : "Geçerli bir kullanıcı adı mutlaka sağlanmalı", + "A valid password must be provided" : "Geçerli bir parola mutlaka sağlanmalı", + "The username is already being used" : "Bu kullanıcı adı zaten kullanımda", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Yüklü veritabanı sürücüsü (sqlite, mysql veya postgresql) yok.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "İzinler genellikle, %sweb sunucusuna kök dizinine yazma erişimi verilerek%s çözülebilir", + "Cannot write into \"config\" directory" : "\"config\" dizinine yazılamıyor", + "Cannot write into \"apps\" directory" : "\"apps\" dizinine yazılamıyor", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Bu genellikle, %sweb sunucusuna apps dizinine yazma erişimi verilerek%s veya yapılandırma dosyasında appstore (uygulama mağazası) devre dışı bırakılarak çözülebilir.", + "Cannot create \"data\" directory (%s)" : "\"Veri\" dizini oluşturulamıyor (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "İzinler genellikle, web sunucusuna kök dizinine yazma erişimi verilerek çözülebilir.", + "Setting locale to %s failed" : "Dili %s olarak ayarlama başarısız", + "Please install one of these locales on your system and restart your webserver." : "Lütfen bu yerellerden birini sisteminize yükleyin ve web sunucunuzu yeniden başlatın.", + "Please ask your server administrator to install the module." : "Lütfen modülün kurulması için sunucu yöneticinize danışın.", + "PHP module %s not installed." : "PHP modülü %s yüklü değil.", + "PHP %s or higher is required." : "PHP %s veya daha üst sürümü gerekli.", + "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." : "Lütfen PHP'yi en son sürüme güncellemesi için sunucu yönetinize danışın. PHP sürümünüz ownCloud ve PHP topluluğu tarafından artık desteklenmemektedir.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Güvenli Kip (Safe Mode) etkin. ownCloud düzgün çalışabilmesi için bunun devre dışı olmasını gerektirir.", + "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." : "PHP Güvenli Kip (Safe Mode), eskimiş ve devre dışı bırakılması gereken en kullanışsız ayardır. Lütfen php.ini veya web sunucu yapılandırması içerisinde devre dışı bırakması için sunucu yöneticinize danışın.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Sihirli Tırnaklar (Magic Quotes) etkin. ownCloud çalışabilmesi için bunun devre dışı bırakılması gerekli.", + "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." : "Sihirli Tırnaklar (Magic Quotes), eskimiş ve devre dışı bırakılması gereken en kullanışsız ayardır. Lütfen php.ini veya web sunucu yapılandırması içerisinde devre dışı bırakması için sunucu yöneticinize danışın.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP modülleri yüklü, ancak hala eksik olarak mı görünüyorlar?", + "Please ask your server administrator to restart the web server." : "Lütfen web sunucusunu yeniden başlatması için sunucu yöneticinize danışın.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 gerekli", + "Please upgrade your database version" : "Lütfen veritabanı sürümünüzü yükseltin", + "Error occurred while checking PostgreSQL version" : "PostgreSQL sürümü denetlenirken hata oluştu", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "PostgreSQL >= 9 sürümüne sahip olduğunuzu doğrulayın veya hata hakkında daha fazla bilgi için günlükleri denetleyin", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Lütfen izinleri 0770 ayarlayarak dizinin diğer kullanıcılar tarafından görülememesini sağlayın.", + "Data directory (%s) is readable by other users" : "Veri dizini (%s) diğer kullanıcılar tarafından okunabilir", + "Data directory (%s) is invalid" : "Veri dizini (%s) geçersiz", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Lütfen veri dizininin kökünde \".ocdata\" adlı bir dosyanın bulunduğunu denetleyin.", + "Could not obtain lock type %d on \"%s\"." : "\"%s\" üzerinde %d kilit türü alınamadı." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json new file mode 100644 index 0000000000..688f3f52fa --- /dev/null +++ b/lib/l10n/tr.json @@ -0,0 +1,122 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "\"config\" dizinine yazılamıyor!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Bu genellikle, web sunucusuna config dizinine yazma erişimi verilerek çözülebilir", + "See %s" : "Bakınız: %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Bu genellikle, %sweb sunucusuna config dizinine yazma erişimi verilerek%s çözülebilir", + "Sample configuration detected" : "Örnek yapılandırma tespit edildi", + "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" : "Örnek yapılandırmanın kopyalanmış olabileceği tespit edildi. Bu kurulumunuzu bozabilir ve desteklenmemektedir. Lütfen config.php dosyasında değişiklik yapmadan önce belgelendirmeyi okuyun", + "Help" : "Yardım", + "Personal" : "Kişisel", + "Settings" : "Ayarlar", + "Users" : "Kullanıcılar", + "Admin" : "Yönetici", + "Recommended" : "Önerilen", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "ownCloud yazılımının bu sürümü ile uyumlu olmadığı için \\\"%s\\\" uygulaması kurulamaz.", + "No app name specified" : "Uygulama adı belirtilmedi", + "Unknown filetype" : "Bilinmeyen dosya türü", + "Invalid image" : "Geçersiz resim", + "web services under your control" : "denetiminizdeki web hizmetleri", + "App directory already exists" : "Uygulama dizini zaten mevcut", + "Can't create app folder. Please fix permissions. %s" : "Uygulama dizini oluşturulamıyor. Lütfen izinleri düzeltin. %s", + "No source specified when installing app" : "Uygulama kurulurken bir kaynak belirtilmedi", + "No href specified when installing app from http" : "Uygulama http'den kurulurken href belirtilmedi", + "No path specified when installing app from local file" : "Uygulama yerel dosyadan kurulurken dosya yolu belirtilmedi", + "Archives of type %s are not supported" : "%s arşiv türü desteklenmiyor", + "Failed to open archive when installing app" : "Uygulama kurulurken arşiv dosyası açılamadı", + "App does not provide an info.xml file" : "Uygulama info.xml dosyası sağlamıyor", + "App can't be installed because of not allowed code in the App" : "Uygulama, izin verilmeyen kodlar barındırdığından kurulamıyor", + "App can't be installed because it is not compatible with this version of ownCloud" : "ownCloud sürümünüz ile uyumsuz olduğu için uygulama kurulamıyor", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Uygulama, birlikte gelmeyen uygulama olmasına rağmen true etiketi içerdiği için kurulamıyor", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Uygulama info.xml/version ile uygulama marketinde belirtilen sürüm aynı olmadığından kurulamıyor", + "Application is not enabled" : "Uygulama etkin değil", + "Authentication error" : "Kimlik doğrulama hatası", + "Token expired. Please reload page." : "Belirteç süresi geçti. Lütfen sayfayı yenileyin.", + "Unknown user" : "Bilinmeyen kullanıcı", + "%s enter the database username." : "%s veritabanı kullanıcı adını girin.", + "%s enter the database name." : "%s veritabanı adını girin.", + "%s you may not use dots in the database name" : "%s veritabanı adında nokta kullanamayabilirsiniz", + "MS SQL username and/or password not valid: %s" : "MS SQL kullanıcı adı ve/veya parolası geçersiz: %s", + "You need to enter either an existing account or the administrator." : "Mevcut bit hesap ya da yönetici hesabını girmelisiniz.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB kullanıcı adı ve/veya parolası geçersiz", + "DB Error: \"%s\"" : "VT Hatası: \"%s\"", + "Offending command was: \"%s\"" : "Saldırgan komut: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB kullanıcı '%s'@'localhost' zaten mevcut.", + "Drop this user from MySQL/MariaDB" : "Bu kullanıcıyı MySQL/MariaDB'dan at (drop)", + "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB kullanıcısı '%s'@'%%' zaten mevcut", + "Drop this user from MySQL/MariaDB." : "Bu kullanıcıyı MySQL/MariaDB'dan at (drop).", + "Oracle connection could not be established" : "Oracle bağlantısı kurulamadı", + "Oracle username and/or password not valid" : "Oracle kullanıcı adı ve/veya parolası geçerli değil", + "Offending command was: \"%s\", name: %s, password: %s" : "Hatalı komut: \"%s\", ad: %s, parola: %s", + "PostgreSQL username and/or password not valid" : "PostgreSQL kullanıcı adı ve/veya parolası geçerli değil", + "Set an admin username." : "Bir yönetici kullanıcı adı ayarlayın.", + "Set an admin password." : "Bir yönetici kullanıcı parolası ayarlayın.", + "Can't create or write into the data directory %s" : "Veri dizini %s oluşturulamıyor veya yazılamıyor", + "%s shared »%s« with you" : "%s sizinle »%s« paylaşımında bulundu", + "Sharing %s failed, because the file does not exist" : "%s paylaşımı, dosya mevcut olmadığından başarısız oldu", + "You are not allowed to share %s" : "%s paylaşımını yapma izniniz yok", + "Sharing %s failed, because the user %s is the item owner" : "%s paylaşımı, %s öge sahibi olduğundan başarısız oldu", + "Sharing %s failed, because the user %s does not exist" : "%s paylaşımı, %s kullanıcısı mevcut olmadığından başarısız oldu", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s paylaşımı, %s kullanıcısının %s üyeliklerinden birine sahip olmadığından başarısız oldu", + "Sharing %s failed, because this item is already shared with %s" : "%s paylaşımı, %s ile zaten paylaşıldığından dolayı başarısız oldu", + "Sharing %s failed, because the group %s does not exist" : "%s paylaşımı, %s grubu mevcut olmadığından başarısız oldu", + "Sharing %s failed, because %s is not a member of the group %s" : "%s paylaşımı, %s kullanıcısı %s grup üyesi olmadığından başarısız oldu", + "You need to provide a password to create a public link, only protected links are allowed" : "Herkese açık bir bağlantı oluşturmak için bir parola belirtmeniz gerekiyor. Sadece korunmuş bağlantılara izin verilmektedir", + "Sharing %s failed, because sharing with links is not allowed" : "%s paylaşımı, bağlantılar ile paylaşım izin verilmediğinden başarısız oldu", + "Share type %s is not valid for %s" : "%s paylaşım türü %s için geçerli değil", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s için izinler, izinler %s için verilen izinleri aştığından dolayı ayarlanamadı", + "Setting permissions for %s failed, because the item was not found" : "%s için izinler öge bulunamadığından ayarlanamadı", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Son kullanma tarihi ayarlanamıyor. Paylaşımlar, paylaşıldıkları süreden %s sonra dolamaz.", + "Cannot set expiration date. Expiration date is in the past" : "Son kullanma tarihi ayarlanamıyor. Son kullanma tarihi geçmişte", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Paylaşma arka ucu %s OCP\\Share_Backend arayüzünü desteklemeli", + "Sharing backend %s not found" : "Paylaşım arka ucu %s bulunamadı", + "Sharing backend for %s not found" : "%s için paylaşım arka ucu bulunamadı", + "Sharing %s failed, because the user %s is the original sharer" : "%s paylaşımı, %s kullanıcısı özgün paylaşan kişi olduğundan başarısız oldu", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s paylaşımı, izinler %s için verilen izinleri aştığından dolayı başarısız oldu", + "Sharing %s failed, because resharing is not allowed" : "%s paylaşımı, tekrar paylaşımın izin verilmemesinden dolayı başarısız oldu", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s paylaşımı, %s için arka ucun kaynağını bulamamasından dolayı başarısız oldu", + "Sharing %s failed, because the file could not be found in the file cache" : "%s paylaşımı, dosyanın dosya önbelleğinde bulunamamasınndan dolayı başarısız oldu", + "Could not find category \"%s\"" : "\"%s\" kategorisi bulunamadı", + "seconds ago" : "saniyeler önce", + "_%n minute ago_::_%n minutes ago_" : ["","%n dakika önce"], + "_%n hour ago_::_%n hours ago_" : ["","%n saat önce"], + "today" : "bugün", + "yesterday" : "dün", + "_%n day go_::_%n days ago_" : ["","%n gün önce"], + "last month" : "geçen ay", + "_%n month ago_::_%n months ago_" : ["","%n ay önce"], + "last year" : "geçen yıl", + "years ago" : "yıllar önce", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Kullanıcı adında sadece bu karakterlere izin verilmektedir: \"a-z\", \"A-Z\", \"0-9\", ve \"_.@-\"", + "A valid username must be provided" : "Geçerli bir kullanıcı adı mutlaka sağlanmalı", + "A valid password must be provided" : "Geçerli bir parola mutlaka sağlanmalı", + "The username is already being used" : "Bu kullanıcı adı zaten kullanımda", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Yüklü veritabanı sürücüsü (sqlite, mysql veya postgresql) yok.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "İzinler genellikle, %sweb sunucusuna kök dizinine yazma erişimi verilerek%s çözülebilir", + "Cannot write into \"config\" directory" : "\"config\" dizinine yazılamıyor", + "Cannot write into \"apps\" directory" : "\"apps\" dizinine yazılamıyor", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Bu genellikle, %sweb sunucusuna apps dizinine yazma erişimi verilerek%s veya yapılandırma dosyasında appstore (uygulama mağazası) devre dışı bırakılarak çözülebilir.", + "Cannot create \"data\" directory (%s)" : "\"Veri\" dizini oluşturulamıyor (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "İzinler genellikle, web sunucusuna kök dizinine yazma erişimi verilerek çözülebilir.", + "Setting locale to %s failed" : "Dili %s olarak ayarlama başarısız", + "Please install one of these locales on your system and restart your webserver." : "Lütfen bu yerellerden birini sisteminize yükleyin ve web sunucunuzu yeniden başlatın.", + "Please ask your server administrator to install the module." : "Lütfen modülün kurulması için sunucu yöneticinize danışın.", + "PHP module %s not installed." : "PHP modülü %s yüklü değil.", + "PHP %s or higher is required." : "PHP %s veya daha üst sürümü gerekli.", + "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." : "Lütfen PHP'yi en son sürüme güncellemesi için sunucu yönetinize danışın. PHP sürümünüz ownCloud ve PHP topluluğu tarafından artık desteklenmemektedir.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Güvenli Kip (Safe Mode) etkin. ownCloud düzgün çalışabilmesi için bunun devre dışı olmasını gerektirir.", + "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." : "PHP Güvenli Kip (Safe Mode), eskimiş ve devre dışı bırakılması gereken en kullanışsız ayardır. Lütfen php.ini veya web sunucu yapılandırması içerisinde devre dışı bırakması için sunucu yöneticinize danışın.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Sihirli Tırnaklar (Magic Quotes) etkin. ownCloud çalışabilmesi için bunun devre dışı bırakılması gerekli.", + "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." : "Sihirli Tırnaklar (Magic Quotes), eskimiş ve devre dışı bırakılması gereken en kullanışsız ayardır. Lütfen php.ini veya web sunucu yapılandırması içerisinde devre dışı bırakması için sunucu yöneticinize danışın.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP modülleri yüklü, ancak hala eksik olarak mı görünüyorlar?", + "Please ask your server administrator to restart the web server." : "Lütfen web sunucusunu yeniden başlatması için sunucu yöneticinize danışın.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 gerekli", + "Please upgrade your database version" : "Lütfen veritabanı sürümünüzü yükseltin", + "Error occurred while checking PostgreSQL version" : "PostgreSQL sürümü denetlenirken hata oluştu", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "PostgreSQL >= 9 sürümüne sahip olduğunuzu doğrulayın veya hata hakkında daha fazla bilgi için günlükleri denetleyin", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Lütfen izinleri 0770 ayarlayarak dizinin diğer kullanıcılar tarafından görülememesini sağlayın.", + "Data directory (%s) is readable by other users" : "Veri dizini (%s) diğer kullanıcılar tarafından okunabilir", + "Data directory (%s) is invalid" : "Veri dizini (%s) geçersiz", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Lütfen veri dizininin kökünde \".ocdata\" adlı bir dosyanın bulunduğunu denetleyin.", + "Could not obtain lock type %d on \"%s\"." : "\"%s\" üzerinde %d kilit türü alınamadı." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/lib/l10n/tr.php b/lib/l10n/tr.php deleted file mode 100644 index 4477efd07c..0000000000 --- a/lib/l10n/tr.php +++ /dev/null @@ -1,123 +0,0 @@ - "\"config\" dizinine yazılamıyor!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Bu genellikle, web sunucusuna config dizinine yazma erişimi verilerek çözülebilir", -"See %s" => "Bakınız: %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Bu genellikle, %sweb sunucusuna config dizinine yazma erişimi verilerek%s çözülebilir", -"Sample configuration detected" => "Örnek yapılandırma tespit edildi", -"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" => "Örnek yapılandırmanın kopyalanmış olabileceği tespit edildi. Bu kurulumunuzu bozabilir ve desteklenmemektedir. Lütfen config.php dosyasında değişiklik yapmadan önce belgelendirmeyi okuyun", -"Help" => "Yardım", -"Personal" => "Kişisel", -"Settings" => "Ayarlar", -"Users" => "Kullanıcılar", -"Admin" => "Yönetici", -"Recommended" => "Önerilen", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "ownCloud yazılımının bu sürümü ile uyumlu olmadığı için \\\"%s\\\" uygulaması kurulamaz.", -"No app name specified" => "Uygulama adı belirtilmedi", -"Unknown filetype" => "Bilinmeyen dosya türü", -"Invalid image" => "Geçersiz resim", -"web services under your control" => "denetiminizdeki web hizmetleri", -"App directory already exists" => "Uygulama dizini zaten mevcut", -"Can't create app folder. Please fix permissions. %s" => "Uygulama dizini oluşturulamıyor. Lütfen izinleri düzeltin. %s", -"No source specified when installing app" => "Uygulama kurulurken bir kaynak belirtilmedi", -"No href specified when installing app from http" => "Uygulama http'den kurulurken href belirtilmedi", -"No path specified when installing app from local file" => "Uygulama yerel dosyadan kurulurken dosya yolu belirtilmedi", -"Archives of type %s are not supported" => "%s arşiv türü desteklenmiyor", -"Failed to open archive when installing app" => "Uygulama kurulurken arşiv dosyası açılamadı", -"App does not provide an info.xml file" => "Uygulama info.xml dosyası sağlamıyor", -"App can't be installed because of not allowed code in the App" => "Uygulama, izin verilmeyen kodlar barındırdığından kurulamıyor", -"App can't be installed because it is not compatible with this version of ownCloud" => "ownCloud sürümünüz ile uyumsuz olduğu için uygulama kurulamıyor", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "Uygulama, birlikte gelmeyen uygulama olmasına rağmen true etiketi içerdiği için kurulamıyor", -"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Uygulama info.xml/version ile uygulama marketinde belirtilen sürüm aynı olmadığından kurulamıyor", -"Application is not enabled" => "Uygulama etkin değil", -"Authentication error" => "Kimlik doğrulama hatası", -"Token expired. Please reload page." => "Belirteç süresi geçti. Lütfen sayfayı yenileyin.", -"Unknown user" => "Bilinmeyen kullanıcı", -"%s enter the database username." => "%s veritabanı kullanıcı adını girin.", -"%s enter the database name." => "%s veritabanı adını girin.", -"%s you may not use dots in the database name" => "%s veritabanı adında nokta kullanamayabilirsiniz", -"MS SQL username and/or password not valid: %s" => "MS SQL kullanıcı adı ve/veya parolası geçersiz: %s", -"You need to enter either an existing account or the administrator." => "Mevcut bit hesap ya da yönetici hesabını girmelisiniz.", -"MySQL/MariaDB username and/or password not valid" => "MySQL/MariaDB kullanıcı adı ve/veya parolası geçersiz", -"DB Error: \"%s\"" => "VT Hatası: \"%s\"", -"Offending command was: \"%s\"" => "Saldırgan komut: \"%s\"", -"MySQL/MariaDB user '%s'@'localhost' exists already." => "MySQL/MariaDB kullanıcı '%s'@'localhost' zaten mevcut.", -"Drop this user from MySQL/MariaDB" => "Bu kullanıcıyı MySQL/MariaDB'dan at (drop)", -"MySQL/MariaDB user '%s'@'%%' already exists" => "MySQL/MariaDB kullanıcısı '%s'@'%%' zaten mevcut", -"Drop this user from MySQL/MariaDB." => "Bu kullanıcıyı MySQL/MariaDB'dan at (drop).", -"Oracle connection could not be established" => "Oracle bağlantısı kurulamadı", -"Oracle username and/or password not valid" => "Oracle kullanıcı adı ve/veya parolası geçerli değil", -"Offending command was: \"%s\", name: %s, password: %s" => "Hatalı komut: \"%s\", ad: %s, parola: %s", -"PostgreSQL username and/or password not valid" => "PostgreSQL kullanıcı adı ve/veya parolası geçerli değil", -"Set an admin username." => "Bir yönetici kullanıcı adı ayarlayın.", -"Set an admin password." => "Bir yönetici kullanıcı parolası ayarlayın.", -"Can't create or write into the data directory %s" => "Veri dizini %s oluşturulamıyor veya yazılamıyor", -"%s shared »%s« with you" => "%s sizinle »%s« paylaşımında bulundu", -"Sharing %s failed, because the file does not exist" => "%s paylaşımı, dosya mevcut olmadığından başarısız oldu", -"You are not allowed to share %s" => "%s paylaşımını yapma izniniz yok", -"Sharing %s failed, because the user %s is the item owner" => "%s paylaşımı, %s öge sahibi olduğundan başarısız oldu", -"Sharing %s failed, because the user %s does not exist" => "%s paylaşımı, %s kullanıcısı mevcut olmadığından başarısız oldu", -"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" => "%s paylaşımı, %s kullanıcısının %s üyeliklerinden birine sahip olmadığından başarısız oldu", -"Sharing %s failed, because this item is already shared with %s" => "%s paylaşımı, %s ile zaten paylaşıldığından dolayı başarısız oldu", -"Sharing %s failed, because the group %s does not exist" => "%s paylaşımı, %s grubu mevcut olmadığından başarısız oldu", -"Sharing %s failed, because %s is not a member of the group %s" => "%s paylaşımı, %s kullanıcısı %s grup üyesi olmadığından başarısız oldu", -"You need to provide a password to create a public link, only protected links are allowed" => "Herkese açık bir bağlantı oluşturmak için bir parola belirtmeniz gerekiyor. Sadece korunmuş bağlantılara izin verilmektedir", -"Sharing %s failed, because sharing with links is not allowed" => "%s paylaşımı, bağlantılar ile paylaşım izin verilmediğinden başarısız oldu", -"Share type %s is not valid for %s" => "%s paylaşım türü %s için geçerli değil", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "%s için izinler, izinler %s için verilen izinleri aştığından dolayı ayarlanamadı", -"Setting permissions for %s failed, because the item was not found" => "%s için izinler öge bulunamadığından ayarlanamadı", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Son kullanma tarihi ayarlanamıyor. Paylaşımlar, paylaşıldıkları süreden %s sonra dolamaz.", -"Cannot set expiration date. Expiration date is in the past" => "Son kullanma tarihi ayarlanamıyor. Son kullanma tarihi geçmişte", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Paylaşma arka ucu %s OCP\\Share_Backend arayüzünü desteklemeli", -"Sharing backend %s not found" => "Paylaşım arka ucu %s bulunamadı", -"Sharing backend for %s not found" => "%s için paylaşım arka ucu bulunamadı", -"Sharing %s failed, because the user %s is the original sharer" => "%s paylaşımı, %s kullanıcısı özgün paylaşan kişi olduğundan başarısız oldu", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "%s paylaşımı, izinler %s için verilen izinleri aştığından dolayı başarısız oldu", -"Sharing %s failed, because resharing is not allowed" => "%s paylaşımı, tekrar paylaşımın izin verilmemesinden dolayı başarısız oldu", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "%s paylaşımı, %s için arka ucun kaynağını bulamamasından dolayı başarısız oldu", -"Sharing %s failed, because the file could not be found in the file cache" => "%s paylaşımı, dosyanın dosya önbelleğinde bulunamamasınndan dolayı başarısız oldu", -"Could not find category \"%s\"" => "\"%s\" kategorisi bulunamadı", -"seconds ago" => "saniyeler önce", -"_%n minute ago_::_%n minutes ago_" => array("","%n dakika önce"), -"_%n hour ago_::_%n hours ago_" => array("","%n saat önce"), -"today" => "bugün", -"yesterday" => "dün", -"_%n day go_::_%n days ago_" => array("","%n gün önce"), -"last month" => "geçen ay", -"_%n month ago_::_%n months ago_" => array("","%n ay önce"), -"last year" => "geçen yıl", -"years ago" => "yıllar önce", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Kullanıcı adında sadece bu karakterlere izin verilmektedir: \"a-z\", \"A-Z\", \"0-9\", ve \"_.@-\"", -"A valid username must be provided" => "Geçerli bir kullanıcı adı mutlaka sağlanmalı", -"A valid password must be provided" => "Geçerli bir parola mutlaka sağlanmalı", -"The username is already being used" => "Bu kullanıcı adı zaten kullanımda", -"No database drivers (sqlite, mysql, or postgresql) installed." => "Yüklü veritabanı sürücüsü (sqlite, mysql veya postgresql) yok.", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "İzinler genellikle, %sweb sunucusuna kök dizinine yazma erişimi verilerek%s çözülebilir", -"Cannot write into \"config\" directory" => "\"config\" dizinine yazılamıyor", -"Cannot write into \"apps\" directory" => "\"apps\" dizinine yazılamıyor", -"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Bu genellikle, %sweb sunucusuna apps dizinine yazma erişimi verilerek%s veya yapılandırma dosyasında appstore (uygulama mağazası) devre dışı bırakılarak çözülebilir.", -"Cannot create \"data\" directory (%s)" => "\"Veri\" dizini oluşturulamıyor (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "İzinler genellikle, web sunucusuna kök dizinine yazma erişimi verilerek çözülebilir.", -"Setting locale to %s failed" => "Dili %s olarak ayarlama başarısız", -"Please install one of these locales on your system and restart your webserver." => "Lütfen bu yerellerden birini sisteminize yükleyin ve web sunucunuzu yeniden başlatın.", -"Please ask your server administrator to install the module." => "Lütfen modülün kurulması için sunucu yöneticinize danışın.", -"PHP module %s not installed." => "PHP modülü %s yüklü değil.", -"PHP %s or higher is required." => "PHP %s veya daha üst sürümü gerekli.", -"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." => "Lütfen PHP'yi en son sürüme güncellemesi için sunucu yönetinize danışın. PHP sürümünüz ownCloud ve PHP topluluğu tarafından artık desteklenmemektedir.", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Güvenli Kip (Safe Mode) etkin. ownCloud düzgün çalışabilmesi için bunun devre dışı olmasını gerektirir.", -"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." => "PHP Güvenli Kip (Safe Mode), eskimiş ve devre dışı bırakılması gereken en kullanışsız ayardır. Lütfen php.ini veya web sunucu yapılandırması içerisinde devre dışı bırakması için sunucu yöneticinize danışın.", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Sihirli Tırnaklar (Magic Quotes) etkin. ownCloud çalışabilmesi için bunun devre dışı bırakılması gerekli.", -"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." => "Sihirli Tırnaklar (Magic Quotes), eskimiş ve devre dışı bırakılması gereken en kullanışsız ayardır. Lütfen php.ini veya web sunucu yapılandırması içerisinde devre dışı bırakması için sunucu yöneticinize danışın.", -"PHP modules have been installed, but they are still listed as missing?" => "PHP modülleri yüklü, ancak hala eksik olarak mı görünüyorlar?", -"Please ask your server administrator to restart the web server." => "Lütfen web sunucusunu yeniden başlatması için sunucu yöneticinize danışın.", -"PostgreSQL >= 9 required" => "PostgreSQL >= 9 gerekli", -"Please upgrade your database version" => "Lütfen veritabanı sürümünüzü yükseltin", -"Error occurred while checking PostgreSQL version" => "PostgreSQL sürümü denetlenirken hata oluştu", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "PostgreSQL >= 9 sürümüne sahip olduğunuzu doğrulayın veya hata hakkında daha fazla bilgi için günlükleri denetleyin", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Lütfen izinleri 0770 ayarlayarak dizinin diğer kullanıcılar tarafından görülememesini sağlayın.", -"Data directory (%s) is readable by other users" => "Veri dizini (%s) diğer kullanıcılar tarafından okunabilir", -"Data directory (%s) is invalid" => "Veri dizini (%s) geçersiz", -"Please check that the data directory contains a file \".ocdata\" in its root." => "Lütfen veri dizininin kökünde \".ocdata\" adlı bir dosyanın bulunduğunu denetleyin.", -"Could not obtain lock type %d on \"%s\"." => "\"%s\" üzerinde %d kilit türü alınamadı." -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/lib/l10n/tzm.js b/lib/l10n/tzm.js new file mode 100644 index 0000000000..d0485468f7 --- /dev/null +++ b/lib/l10n/tzm.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 == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;"); diff --git a/lib/l10n/tzm.json b/lib/l10n/tzm.json new file mode 100644 index 0000000000..73b35cf4df --- /dev/null +++ b/lib/l10n/tzm.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 == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;" +} \ No newline at end of file diff --git a/lib/l10n/tzm.php b/lib/l10n/tzm.php deleted file mode 100644 index 3120c50926..0000000000 --- a/lib/l10n/tzm.php +++ /dev/null @@ -1,8 +0,0 @@ - array("",""), -"_%n hour ago_::_%n hours ago_" => array("",""), -"_%n day go_::_%n days ago_" => array("",""), -"_%n month ago_::_%n months ago_" => array("","") -); -$PLURAL_FORMS = "nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;"; diff --git a/lib/l10n/ug.js b/lib/l10n/ug.js new file mode 100644 index 0000000000..977cdcab5d --- /dev/null +++ b/lib/l10n/ug.js @@ -0,0 +1,18 @@ +OC.L10N.register( + "lib", + { + "Help" : "ياردەم", + "Personal" : "شەخسىي", + "Settings" : "تەڭشەكلەر", + "Users" : "ئىشلەتكۈچىلەر", + "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", + "_%n minute ago_::_%n minutes ago_" : [""], + "_%n hour ago_::_%n hours ago_" : [""], + "today" : "بۈگۈن", + "yesterday" : "تۈنۈگۈن", + "_%n day go_::_%n days ago_" : [""], + "_%n month ago_::_%n months ago_" : [""], + "A valid username must be provided" : "چوقۇم ئىناۋەتلىك ئىشلەتكۈچى ئىسمىدىن بىرنى تەمىنلەش كېرەك", + "A valid password must be provided" : "چوقۇم ئىناۋەتلىك ئىم تەمىنلەش كېرەك" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/ug.json b/lib/l10n/ug.json new file mode 100644 index 0000000000..89719afc30 --- /dev/null +++ b/lib/l10n/ug.json @@ -0,0 +1,16 @@ +{ "translations": { + "Help" : "ياردەم", + "Personal" : "شەخسىي", + "Settings" : "تەڭشەكلەر", + "Users" : "ئىشلەتكۈچىلەر", + "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", + "_%n minute ago_::_%n minutes ago_" : [""], + "_%n hour ago_::_%n hours ago_" : [""], + "today" : "بۈگۈن", + "yesterday" : "تۈنۈگۈن", + "_%n day go_::_%n days ago_" : [""], + "_%n month ago_::_%n months ago_" : [""], + "A valid username must be provided" : "چوقۇم ئىناۋەتلىك ئىشلەتكۈچى ئىسمىدىن بىرنى تەمىنلەش كېرەك", + "A valid password must be provided" : "چوقۇم ئىناۋەتلىك ئىم تەمىنلەش كېرەك" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/ug.php b/lib/l10n/ug.php deleted file mode 100644 index fbe24f74a1..0000000000 --- a/lib/l10n/ug.php +++ /dev/null @@ -1,17 +0,0 @@ - "ياردەم", -"Personal" => "شەخسىي", -"Settings" => "تەڭشەكلەر", -"Users" => "ئىشلەتكۈچىلەر", -"Authentication error" => "سالاھىيەت دەلىللەش خاتالىقى", -"_%n minute ago_::_%n minutes ago_" => array(""), -"_%n hour ago_::_%n hours ago_" => array(""), -"today" => "بۈگۈن", -"yesterday" => "تۈنۈگۈن", -"_%n day go_::_%n days ago_" => array(""), -"_%n month ago_::_%n months ago_" => array(""), -"A valid username must be provided" => "چوقۇم ئىناۋەتلىك ئىشلەتكۈچى ئىسمىدىن بىرنى تەمىنلەش كېرەك", -"A valid password must be provided" => "چوقۇم ئىناۋەتلىك ئىم تەمىنلەش كېرەك" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js new file mode 100644 index 0000000000..6bc32b7f74 --- /dev/null +++ b/lib/l10n/uk.js @@ -0,0 +1,54 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "Не можу писати у каталог \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Зазвичай це можна виправити, надавши веб-серверу права на запис в теці конфігурації", + "See %s" : "Перегляд %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Зазвичай це можна виправити, %sнадавши веб-серверу права на запис в теці конфігурації%s.", + "Sample configuration detected" : "Виявлено приклад конфігурації", + "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" : "Була виявлена конфігурація з прикладу. Це може нашкодити вашій системі та не підтримується. Будь ласка, зверніться до документації перед внесенням змін в файл config.php", + "Help" : "Допомога", + "Personal" : "Особисте", + "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" : "Невідомий тип файлу", + "Invalid image" : "Невірне зображення", + "web services under your control" : "підконтрольні Вам веб-сервіси", + "App directory already exists" : "Тека додатку вже існує", + "Can't create app folder. Please fix permissions. %s" : "Неможливо створити теку додатку. Будь ласка, виправте права доступу. %s", + "No source specified when installing app" : "Не вказано джерело при встановлені додатку", + "Application is not enabled" : "Додаток не увімкнений", + "Authentication error" : "Помилка автентифікації", + "Token expired. Please reload page." : "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку.", + "%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.", + "DB Error: \"%s\"" : "Помилка БД: \"%s\"", + "Offending command was: \"%s\"" : "Команда, що викликала проблему: \"%s\"", + "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." : "Встановіть пароль адміністратора.", + "%s shared »%s« with you" : "%s розподілено »%s« з тобою", + "Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"", + "seconds ago" : "секунди тому", + "_%n minute ago_::_%n minutes ago_" : ["","","%n хвилин тому"], + "_%n hour ago_::_%n hours ago_" : ["","","%n годин тому"], + "today" : "сьогодні", + "yesterday" : "вчора", + "_%n day go_::_%n days ago_" : ["","","%n днів тому"], + "last month" : "минулого місяця", + "_%n month ago_::_%n months ago_" : ["","","%n місяців тому"], + "last year" : "минулого року", + "years ago" : "роки тому", + "A valid username must be provided" : "Потрібно задати вірне ім'я користувача", + "A valid password must be provided" : "Потрібно задати вірний пароль" +}, +"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/lib/l10n/uk.json b/lib/l10n/uk.json new file mode 100644 index 0000000000..b2f1abd486 --- /dev/null +++ b/lib/l10n/uk.json @@ -0,0 +1,52 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "Не можу писати у каталог \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Зазвичай це можна виправити, надавши веб-серверу права на запис в теці конфігурації", + "See %s" : "Перегляд %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Зазвичай це можна виправити, %sнадавши веб-серверу права на запис в теці конфігурації%s.", + "Sample configuration detected" : "Виявлено приклад конфігурації", + "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" : "Була виявлена конфігурація з прикладу. Це може нашкодити вашій системі та не підтримується. Будь ласка, зверніться до документації перед внесенням змін в файл config.php", + "Help" : "Допомога", + "Personal" : "Особисте", + "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" : "Невідомий тип файлу", + "Invalid image" : "Невірне зображення", + "web services under your control" : "підконтрольні Вам веб-сервіси", + "App directory already exists" : "Тека додатку вже існує", + "Can't create app folder. Please fix permissions. %s" : "Неможливо створити теку додатку. Будь ласка, виправте права доступу. %s", + "No source specified when installing app" : "Не вказано джерело при встановлені додатку", + "Application is not enabled" : "Додаток не увімкнений", + "Authentication error" : "Помилка автентифікації", + "Token expired. Please reload page." : "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку.", + "%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.", + "DB Error: \"%s\"" : "Помилка БД: \"%s\"", + "Offending command was: \"%s\"" : "Команда, що викликала проблему: \"%s\"", + "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." : "Встановіть пароль адміністратора.", + "%s shared »%s« with you" : "%s розподілено »%s« з тобою", + "Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"", + "seconds ago" : "секунди тому", + "_%n minute ago_::_%n minutes ago_" : ["","","%n хвилин тому"], + "_%n hour ago_::_%n hours ago_" : ["","","%n годин тому"], + "today" : "сьогодні", + "yesterday" : "вчора", + "_%n day go_::_%n days ago_" : ["","","%n днів тому"], + "last month" : "минулого місяця", + "_%n month ago_::_%n months ago_" : ["","","%n місяців тому"], + "last year" : "минулого року", + "years ago" : "роки тому", + "A valid username must be provided" : "Потрібно задати вірне ім'я користувача", + "A valid password must be provided" : "Потрібно задати вірний пароль" +},"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/lib/l10n/uk.php b/lib/l10n/uk.php deleted file mode 100644 index cf8678c40c..0000000000 --- a/lib/l10n/uk.php +++ /dev/null @@ -1,80 +0,0 @@ - "Не можу писати у каталог \"config\"!", -"This can usually be fixed by giving the webserver write access to the config directory" => "Зазвичай це можна виправити, надавши веб-серверу права на запис в теці конфігурації", -"See %s" => "Перегляд %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Зазвичай це можна виправити, %sнадавши веб-серверу права на запис в теці конфігурації%s.", -"Sample configuration detected" => "Виявлено приклад конфігурації", -"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" => "Була виявлена конфігурація з прикладу. Це може нашкодити вашій системі та не підтримується. Будь ласка, зверніться до документації перед внесенням змін в файл config.php", -"Help" => "Допомога", -"Personal" => "Особисте", -"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" => "Невідомий тип файлу", -"Invalid image" => "Невірне зображення", -"web services under your control" => "підконтрольні Вам веб-сервіси", -"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_" => array("","","%n хвилин тому"), -"_%n hour ago_::_%n hours ago_" => array("","","%n годин тому"), -"today" => "сьогодні", -"yesterday" => "вчора", -"_%n day go_::_%n days ago_" => array("","","%n днів тому"), -"last month" => "минулого місяця", -"_%n month ago_::_%n months ago_" => array("","","%n місяців тому"), -"last year" => "минулого року", -"years ago" => "роки тому", -"A valid username must be provided" => "Потрібно задати вірне ім'я користувача", -"A valid password must be provided" => "Потрібно задати вірний пароль" -); -$PLURAL_FORMS = "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/lib/l10n/ur_PK.js b/lib/l10n/ur_PK.js new file mode 100644 index 0000000000..266e0b1113 --- /dev/null +++ b/lib/l10n/ur_PK.js @@ -0,0 +1,23 @@ +OC.L10N.register( + "lib", + { + "Help" : "مدد", + "Personal" : "ذاتی", + "Settings" : "سیٹینگز", + "Users" : "یوزرز", + "Admin" : "ایڈمن", + "Unknown filetype" : "غیر معرروف قسم کی فائل", + "Invalid image" : "غلط تصویر", + "web services under your control" : "آپ کے اختیار میں ویب سروسیز", + "seconds ago" : "سیکنڈز پہلے", + "_%n minute ago_::_%n minutes ago_" : ["","%n منٹس پہلے"], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "آج", + "yesterday" : "کل", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "پچھلے مہنیے", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "پچھلے سال", + "years ago" : "سالوں پہلے" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ur_PK.json b/lib/l10n/ur_PK.json new file mode 100644 index 0000000000..f00429f343 --- /dev/null +++ b/lib/l10n/ur_PK.json @@ -0,0 +1,21 @@ +{ "translations": { + "Help" : "مدد", + "Personal" : "ذاتی", + "Settings" : "سیٹینگز", + "Users" : "یوزرز", + "Admin" : "ایڈمن", + "Unknown filetype" : "غیر معرروف قسم کی فائل", + "Invalid image" : "غلط تصویر", + "web services under your control" : "آپ کے اختیار میں ویب سروسیز", + "seconds ago" : "سیکنڈز پہلے", + "_%n minute ago_::_%n minutes ago_" : ["","%n منٹس پہلے"], + "_%n hour ago_::_%n hours ago_" : ["",""], + "today" : "آج", + "yesterday" : "کل", + "_%n day go_::_%n days ago_" : ["",""], + "last month" : "پچھلے مہنیے", + "_%n month ago_::_%n months ago_" : ["",""], + "last year" : "پچھلے سال", + "years ago" : "سالوں پہلے" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/ur_PK.php b/lib/l10n/ur_PK.php deleted file mode 100644 index 458414e9da..0000000000 --- a/lib/l10n/ur_PK.php +++ /dev/null @@ -1,22 +0,0 @@ - "مدد", -"Personal" => "ذاتی", -"Settings" => "سیٹینگز", -"Users" => "یوزرز", -"Admin" => "ایڈمن", -"Unknown filetype" => "غیر معرروف قسم کی فائل", -"Invalid image" => "غلط تصویر", -"web services under your control" => "آپ کے اختیار میں ویب سروسیز", -"seconds ago" => "سیکنڈز پہلے", -"_%n minute ago_::_%n minutes ago_" => array("","%n منٹس پہلے"), -"_%n hour ago_::_%n hours ago_" => array("",""), -"today" => "آج", -"yesterday" => "کل", -"_%n day go_::_%n days ago_" => array("",""), -"last month" => "پچھلے مہنیے", -"_%n month ago_::_%n months ago_" => array("",""), -"last year" => "پچھلے سال", -"years ago" => "سالوں پہلے" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/uz.js b/lib/l10n/uz.js new file mode 100644 index 0000000000..0f4a002019 --- /dev/null +++ b/lib/l10n/uz.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=1; plural=0;"); diff --git a/lib/l10n/uz.json b/lib/l10n/uz.json new file mode 100644 index 0000000000..4a03cf5047 --- /dev/null +++ b/lib/l10n/uz.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=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/uz.php b/lib/l10n/uz.php deleted file mode 100644 index e7b09649a2..0000000000 --- a/lib/l10n/uz.php +++ /dev/null @@ -1,8 +0,0 @@ - array(""), -"_%n hour ago_::_%n hours ago_" => array(""), -"_%n day go_::_%n days ago_" => array(""), -"_%n month ago_::_%n months ago_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/vi.js b/lib/l10n/vi.js new file mode 100644 index 0000000000..7cb2deb062 --- /dev/null +++ b/lib/l10n/vi.js @@ -0,0 +1,28 @@ +OC.L10N.register( + "lib", + { + "Help" : "Giúp đỡ", + "Personal" : "Cá nhân", + "Settings" : "Cài đặt", + "Users" : "Người dùng", + "Admin" : "Quản trị", + "Unknown filetype" : "Không biết kiểu tập tin", + "Invalid image" : "Hình ảnh không hợp lệ", + "web services under your control" : "dịch vụ web dưới sự kiểm soát của bạn", + "Application is not enabled" : "Ứng dụng không được BẬT", + "Authentication error" : "Lỗi xác thực", + "Token expired. Please reload page." : "Mã Token đã hết hạn. Hãy tải lại trang.", + "%s shared »%s« with you" : "%s đã chia sẻ »%s« với bạn", + "Could not find category \"%s\"" : "không thể tìm thấy mục \"%s\"", + "seconds ago" : "vài giây trước", + "_%n minute ago_::_%n minutes ago_" : ["%n phút trước"], + "_%n hour ago_::_%n hours ago_" : ["%n giờ trước"], + "today" : "hôm nay", + "yesterday" : "hôm qua", + "_%n day go_::_%n days ago_" : ["%n ngày trước"], + "last month" : "tháng trước", + "_%n month ago_::_%n months ago_" : ["%n tháng trước"], + "last year" : "năm trước", + "years ago" : "năm trước" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/vi.json b/lib/l10n/vi.json new file mode 100644 index 0000000000..434c1b8a67 --- /dev/null +++ b/lib/l10n/vi.json @@ -0,0 +1,26 @@ +{ "translations": { + "Help" : "Giúp đỡ", + "Personal" : "Cá nhân", + "Settings" : "Cài đặt", + "Users" : "Người dùng", + "Admin" : "Quản trị", + "Unknown filetype" : "Không biết kiểu tập tin", + "Invalid image" : "Hình ảnh không hợp lệ", + "web services under your control" : "dịch vụ web dưới sự kiểm soát của bạn", + "Application is not enabled" : "Ứng dụng không được BẬT", + "Authentication error" : "Lỗi xác thực", + "Token expired. Please reload page." : "Mã Token đã hết hạn. Hãy tải lại trang.", + "%s shared »%s« with you" : "%s đã chia sẻ »%s« với bạn", + "Could not find category \"%s\"" : "không thể tìm thấy mục \"%s\"", + "seconds ago" : "vài giây trước", + "_%n minute ago_::_%n minutes ago_" : ["%n phút trước"], + "_%n hour ago_::_%n hours ago_" : ["%n giờ trước"], + "today" : "hôm nay", + "yesterday" : "hôm qua", + "_%n day go_::_%n days ago_" : ["%n ngày trước"], + "last month" : "tháng trước", + "_%n month ago_::_%n months ago_" : ["%n tháng trước"], + "last year" : "năm trước", + "years ago" : "năm trước" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/vi.php b/lib/l10n/vi.php deleted file mode 100644 index 0d460a41ed..0000000000 --- a/lib/l10n/vi.php +++ /dev/null @@ -1,27 +0,0 @@ - "Giúp đỡ", -"Personal" => "Cá nhân", -"Settings" => "Cài đặt", -"Users" => "Người dùng", -"Admin" => "Quản trị", -"Unknown filetype" => "Không biết kiểu tập tin", -"Invalid image" => "Hình ảnh không hợp lệ", -"web services under your control" => "dịch vụ web dưới sự kiểm soát của bạn", -"Application is not enabled" => "Ứng dụng không được BẬT", -"Authentication error" => "Lỗi xác thực", -"Token expired. Please reload page." => "Mã Token đã hết hạn. Hãy tải lại trang.", -"%s shared »%s« with you" => "%s đã chia sẻ »%s« với bạn", -"Could not find category \"%s\"" => "không thể tìm thấy mục \"%s\"", -"seconds ago" => "vài giây trước", -"_%n minute ago_::_%n minutes ago_" => array("%n phút trước"), -"_%n hour ago_::_%n hours ago_" => array("%n giờ trước"), -"today" => "hôm nay", -"yesterday" => "hôm qua", -"_%n day go_::_%n days ago_" => array("%n ngày trước"), -"last month" => "tháng trước", -"_%n month ago_::_%n months ago_" => array("%n tháng trước"), -"last year" => "năm trước", -"years ago" => "năm trước" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js new file mode 100644 index 0000000000..54d9afc315 --- /dev/null +++ b/lib/l10n/zh_CN.js @@ -0,0 +1,108 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "无法写入“config”目录!", + "See %s" : "查看 %s", + "Help" : "帮助", + "Personal" : "个人", + "Settings" : "设置", + "Users" : "用户", + "Admin" : "管理", + "No app name specified" : "没有指定的 App 名称", + "Unknown filetype" : "未知的文件类型", + "Invalid image" : "无效的图像", + "web services under your control" : "您控制的网络服务", + "App directory already exists" : "应用程序目录已存在", + "Can't create app folder. Please fix permissions. %s" : "无法创建应用程序文件夹。请修正权限。%s", + "No source specified when installing app" : "安装 App 时未指定来源", + "No href specified when installing app from http" : "从 http 安装 App 时未指定链接", + "No path specified when installing app from local file" : "从本地文件安装 App 时未指定路径", + "Archives of type %s are not supported" : "不支持 %s 的压缩格式", + "Failed to open archive when installing app" : "安装 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 无法安装,因为 App 中有非法代码 ", + "App can't be installed because it is not compatible with this version of ownCloud" : "App 无法安装,因为和当前 ownCloud 版本不兼容", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "App 无法安装,因为 App 包含不允许在非内置 App 中使用的 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" : "App 无法安装因为 info.xml/version 中的版本和 App 商店版本不同", + "Application is not enabled" : "应用程序未启用", + "Authentication error" : "认证出错", + "Token expired. Please reload page." : "Token 过期,请刷新页面。", + "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." : "你需要输入一个数据库中已有的账户或管理员账户。", + "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 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." : "请设置一个管理员密码。", + "%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 组的成员", + "Sharing %s failed, because sharing with links is not allowed" : "共享 %s 失败,因为不允许用链接共享", + "Share type %s is not valid for %s" : "%s 不是 %s 的合法共享类型", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "设置 %s 权限失败,因为权限超出了 %s 已有权限。", + "Setting permissions for %s failed, because the item was not found" : "设置 %s 的权限失败,因为未找到到对应项", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "共享后端 %s 必须实现 OCP\\Share_Backend 接口", + "Sharing backend %s not found" : "未找到共享后端 %s", + "Sharing backend for %s not found" : "%s 的共享后端未找到", + "Sharing %s failed, because the user %s is the original sharer" : "共享 %s 失败,因为用户 %s 不是原始共享者", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "共享 %s 失败,因为权限超过了 %s 已有权限", + "Sharing %s failed, because resharing is not allowed" : "共享 %s 失败,因为不允许二次共享", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "共享 %s 失败,因为 %s 使用的共享后端未找到它的来源", + "Sharing %s failed, because the file could not be found in the file cache" : "共享 %s 失败,因为未在文件缓存中找到文件。", + "Could not find category \"%s\"" : "无法找到分类 \"%s\"", + "seconds ago" : "秒前", + "_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"], + "_%n hour ago_::_%n hours ago_" : ["%n 小时前"], + "today" : "今天", + "yesterday" : "昨天", + "_%n day go_::_%n days ago_" : ["%n 天前"], + "last month" : "上月", + "_%n month ago_::_%n months ago_" : ["%n 月前"], + "last year" : "去年", + "years ago" : "年前", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "用户名只允许使用以下字符:“a-z”,“A-Z”,“0-9”,和“_.@-”", + "A valid username must be provided" : "必须提供合法的用户名", + "A valid password must be provided" : "必须提供合法的密码", + "The username is already being used" : "用户名已被使用", + "No database drivers (sqlite, mysql, or postgresql) installed." : "没有安装数据库驱动 (SQLite、MySQL 或 PostgreSQL)。", + "Cannot write into \"config\" directory" : "无法写入“config”目录", + "Cannot write into \"apps\" directory" : "无法写入“apps”目录", + "Cannot create \"data\" directory (%s)" : "无法创建“apps”目录 (%s)", + "Setting locale to %s failed" : "设置语言为 %s 失败", + "Please ask your server administrator to install the module." : "请联系服务器管理员安装模块。", + "PHP module %s not installed." : "PHP %s 模块未安装。", + "PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。", + "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." : "请联系服务器管理员升级 PHP 到最新的版本。ownCloud 和 PHP 社区已经不再支持此版本的 PHP。", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode 已经启用,ownCloud 需要 Safe Mode 停用以正常工作。", + "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." : "PHP Safe Mode 已经被废弃并且应当被停用。请联系服务器管理员在 php.ini 或您的服务器设置中停用 Safe Mode。", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes 已经启用,ownCloud 需要 Magic Quotes 停用以正常工作。", + "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." : "Magic Quotes 已经被废弃并且应当被停用。请联系服务器管理员在 php.ini 或您的服务器设置中停用 Magic Quotes。", + "PHP modules have been installed, but they are still listed as missing?" : "PHP 模块已经安装,但仍然显示未安装?", + "Please ask your server administrator to restart the web server." : "请联系服务器管理员重启网页服务器。", + "PostgreSQL >= 9 required" : "要求 PostgreSQL >= 9", + "Please upgrade your database version" : "请升级您的数据库版本", + "Error occurred while checking PostgreSQL version" : "检查 PostgreSQL 版本时发生了一个错误", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "请更改权限为 0770 以避免其他用户查看目录。", + "Data directory (%s) is readable by other users" : "文件目录 (%s) 可以被其他用户读取", + "Data directory (%s) is invalid" : "文件目录 (%s) 无效", + "Please check that the data directory contains a file \".ocdata\" in its root." : "请确保文件根目录下包含有一个名为“.ocdata”的文件。" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json new file mode 100644 index 0000000000..3168f94af5 --- /dev/null +++ b/lib/l10n/zh_CN.json @@ -0,0 +1,106 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "无法写入“config”目录!", + "See %s" : "查看 %s", + "Help" : "帮助", + "Personal" : "个人", + "Settings" : "设置", + "Users" : "用户", + "Admin" : "管理", + "No app name specified" : "没有指定的 App 名称", + "Unknown filetype" : "未知的文件类型", + "Invalid image" : "无效的图像", + "web services under your control" : "您控制的网络服务", + "App directory already exists" : "应用程序目录已存在", + "Can't create app folder. Please fix permissions. %s" : "无法创建应用程序文件夹。请修正权限。%s", + "No source specified when installing app" : "安装 App 时未指定来源", + "No href specified when installing app from http" : "从 http 安装 App 时未指定链接", + "No path specified when installing app from local file" : "从本地文件安装 App 时未指定路径", + "Archives of type %s are not supported" : "不支持 %s 的压缩格式", + "Failed to open archive when installing app" : "安装 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 无法安装,因为 App 中有非法代码 ", + "App can't be installed because it is not compatible with this version of ownCloud" : "App 无法安装,因为和当前 ownCloud 版本不兼容", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "App 无法安装,因为 App 包含不允许在非内置 App 中使用的 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" : "App 无法安装因为 info.xml/version 中的版本和 App 商店版本不同", + "Application is not enabled" : "应用程序未启用", + "Authentication error" : "认证出错", + "Token expired. Please reload page." : "Token 过期,请刷新页面。", + "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." : "你需要输入一个数据库中已有的账户或管理员账户。", + "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 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." : "请设置一个管理员密码。", + "%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 组的成员", + "Sharing %s failed, because sharing with links is not allowed" : "共享 %s 失败,因为不允许用链接共享", + "Share type %s is not valid for %s" : "%s 不是 %s 的合法共享类型", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "设置 %s 权限失败,因为权限超出了 %s 已有权限。", + "Setting permissions for %s failed, because the item was not found" : "设置 %s 的权限失败,因为未找到到对应项", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "共享后端 %s 必须实现 OCP\\Share_Backend 接口", + "Sharing backend %s not found" : "未找到共享后端 %s", + "Sharing backend for %s not found" : "%s 的共享后端未找到", + "Sharing %s failed, because the user %s is the original sharer" : "共享 %s 失败,因为用户 %s 不是原始共享者", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "共享 %s 失败,因为权限超过了 %s 已有权限", + "Sharing %s failed, because resharing is not allowed" : "共享 %s 失败,因为不允许二次共享", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "共享 %s 失败,因为 %s 使用的共享后端未找到它的来源", + "Sharing %s failed, because the file could not be found in the file cache" : "共享 %s 失败,因为未在文件缓存中找到文件。", + "Could not find category \"%s\"" : "无法找到分类 \"%s\"", + "seconds ago" : "秒前", + "_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"], + "_%n hour ago_::_%n hours ago_" : ["%n 小时前"], + "today" : "今天", + "yesterday" : "昨天", + "_%n day go_::_%n days ago_" : ["%n 天前"], + "last month" : "上月", + "_%n month ago_::_%n months ago_" : ["%n 月前"], + "last year" : "去年", + "years ago" : "年前", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "用户名只允许使用以下字符:“a-z”,“A-Z”,“0-9”,和“_.@-”", + "A valid username must be provided" : "必须提供合法的用户名", + "A valid password must be provided" : "必须提供合法的密码", + "The username is already being used" : "用户名已被使用", + "No database drivers (sqlite, mysql, or postgresql) installed." : "没有安装数据库驱动 (SQLite、MySQL 或 PostgreSQL)。", + "Cannot write into \"config\" directory" : "无法写入“config”目录", + "Cannot write into \"apps\" directory" : "无法写入“apps”目录", + "Cannot create \"data\" directory (%s)" : "无法创建“apps”目录 (%s)", + "Setting locale to %s failed" : "设置语言为 %s 失败", + "Please ask your server administrator to install the module." : "请联系服务器管理员安装模块。", + "PHP module %s not installed." : "PHP %s 模块未安装。", + "PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。", + "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." : "请联系服务器管理员升级 PHP 到最新的版本。ownCloud 和 PHP 社区已经不再支持此版本的 PHP。", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode 已经启用,ownCloud 需要 Safe Mode 停用以正常工作。", + "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." : "PHP Safe Mode 已经被废弃并且应当被停用。请联系服务器管理员在 php.ini 或您的服务器设置中停用 Safe Mode。", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes 已经启用,ownCloud 需要 Magic Quotes 停用以正常工作。", + "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." : "Magic Quotes 已经被废弃并且应当被停用。请联系服务器管理员在 php.ini 或您的服务器设置中停用 Magic Quotes。", + "PHP modules have been installed, but they are still listed as missing?" : "PHP 模块已经安装,但仍然显示未安装?", + "Please ask your server administrator to restart the web server." : "请联系服务器管理员重启网页服务器。", + "PostgreSQL >= 9 required" : "要求 PostgreSQL >= 9", + "Please upgrade your database version" : "请升级您的数据库版本", + "Error occurred while checking PostgreSQL version" : "检查 PostgreSQL 版本时发生了一个错误", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "请更改权限为 0770 以避免其他用户查看目录。", + "Data directory (%s) is readable by other users" : "文件目录 (%s) 可以被其他用户读取", + "Data directory (%s) is invalid" : "文件目录 (%s) 无效", + "Please check that the data directory contains a file \".ocdata\" in its root." : "请确保文件根目录下包含有一个名为“.ocdata”的文件。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/zh_CN.php b/lib/l10n/zh_CN.php deleted file mode 100644 index ce6fdf5ac1..0000000000 --- a/lib/l10n/zh_CN.php +++ /dev/null @@ -1,107 +0,0 @@ - "无法写入“config”目录!", -"See %s" => "查看 %s", -"Help" => "帮助", -"Personal" => "个人", -"Settings" => "设置", -"Users" => "用户", -"Admin" => "管理", -"No app name specified" => "没有指定的 App 名称", -"Unknown filetype" => "未知的文件类型", -"Invalid image" => "无效的图像", -"web services under your control" => "您控制的网络服务", -"App directory already exists" => "应用程序目录已存在", -"Can't create app folder. Please fix permissions. %s" => "无法创建应用程序文件夹。请修正权限。%s", -"No source specified when installing app" => "安装 App 时未指定来源", -"No href specified when installing app from http" => "从 http 安装 App 时未指定链接", -"No path specified when installing app from local file" => "从本地文件安装 App 时未指定路径", -"Archives of type %s are not supported" => "不支持 %s 的压缩格式", -"Failed to open archive when installing app" => "安装 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 无法安装,因为 App 中有非法代码 ", -"App can't be installed because it is not compatible with this version of ownCloud" => "App 无法安装,因为和当前 ownCloud 版本不兼容", -"App can't be installed because it contains the true tag which is not allowed for non shipped apps" => "App 无法安装,因为 App 包含不允许在非内置 App 中使用的 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" => "App 无法安装因为 info.xml/version 中的版本和 App 商店版本不同", -"Application is not enabled" => "应用程序未启用", -"Authentication error" => "认证出错", -"Token expired. Please reload page." => "Token 过期,请刷新页面。", -"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." => "你需要输入一个数据库中已有的账户或管理员账户。", -"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 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." => "请设置一个管理员密码。", -"%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 组的成员", -"Sharing %s failed, because sharing with links is not allowed" => "共享 %s 失败,因为不允许用链接共享", -"Share type %s is not valid for %s" => "%s 不是 %s 的合法共享类型", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "设置 %s 权限失败,因为权限超出了 %s 已有权限。", -"Setting permissions for %s failed, because the item was not found" => "设置 %s 的权限失败,因为未找到到对应项", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "共享后端 %s 必须实现 OCP\\Share_Backend 接口", -"Sharing backend %s not found" => "未找到共享后端 %s", -"Sharing backend for %s not found" => "%s 的共享后端未找到", -"Sharing %s failed, because the user %s is the original sharer" => "共享 %s 失败,因为用户 %s 不是原始共享者", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "共享 %s 失败,因为权限超过了 %s 已有权限", -"Sharing %s failed, because resharing is not allowed" => "共享 %s 失败,因为不允许二次共享", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "共享 %s 失败,因为 %s 使用的共享后端未找到它的来源", -"Sharing %s failed, because the file could not be found in the file cache" => "共享 %s 失败,因为未在文件缓存中找到文件。", -"Could not find category \"%s\"" => "无法找到分类 \"%s\"", -"seconds ago" => "秒前", -"_%n minute ago_::_%n minutes ago_" => array("%n 分钟前"), -"_%n hour ago_::_%n hours ago_" => array("%n 小时前"), -"today" => "今天", -"yesterday" => "昨天", -"_%n day go_::_%n days ago_" => array("%n 天前"), -"last month" => "上月", -"_%n month ago_::_%n months ago_" => array("%n 月前"), -"last year" => "去年", -"years ago" => "年前", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "用户名只允许使用以下字符:“a-z”,“A-Z”,“0-9”,和“_.@-”", -"A valid username must be provided" => "必须提供合法的用户名", -"A valid password must be provided" => "必须提供合法的密码", -"The username is already being used" => "用户名已被使用", -"No database drivers (sqlite, mysql, or postgresql) installed." => "没有安装数据库驱动 (SQLite、MySQL 或 PostgreSQL)。", -"Cannot write into \"config\" directory" => "无法写入“config”目录", -"Cannot write into \"apps\" directory" => "无法写入“apps”目录", -"Cannot create \"data\" directory (%s)" => "无法创建“apps”目录 (%s)", -"Setting locale to %s failed" => "设置语言为 %s 失败", -"Please ask your server administrator to install the module." => "请联系服务器管理员安装模块。", -"PHP module %s not installed." => "PHP %s 模块未安装。", -"PHP %s or higher is required." => "要求 PHP 版本 %s 或者更高。", -"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." => "请联系服务器管理员升级 PHP 到最新的版本。ownCloud 和 PHP 社区已经不再支持此版本的 PHP。", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode 已经启用,ownCloud 需要 Safe Mode 停用以正常工作。", -"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." => "PHP Safe Mode 已经被废弃并且应当被停用。请联系服务器管理员在 php.ini 或您的服务器设置中停用 Safe Mode。", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes 已经启用,ownCloud 需要 Magic Quotes 停用以正常工作。", -"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." => "Magic Quotes 已经被废弃并且应当被停用。请联系服务器管理员在 php.ini 或您的服务器设置中停用 Magic Quotes。", -"PHP modules have been installed, but they are still listed as missing?" => "PHP 模块已经安装,但仍然显示未安装?", -"Please ask your server administrator to restart the web server." => "请联系服务器管理员重启网页服务器。", -"PostgreSQL >= 9 required" => "要求 PostgreSQL >= 9", -"Please upgrade your database version" => "请升级您的数据库版本", -"Error occurred while checking PostgreSQL version" => "检查 PostgreSQL 版本时发生了一个错误", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "请更改权限为 0770 以避免其他用户查看目录。", -"Data directory (%s) is readable by other users" => "文件目录 (%s) 可以被其他用户读取", -"Data directory (%s) is invalid" => "文件目录 (%s) 无效", -"Please check that the data directory contains a file \".ocdata\" in its root." => "请确保文件根目录下包含有一个名为“.ocdata”的文件。" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js new file mode 100644 index 0000000000..7cef6525bc --- /dev/null +++ b/lib/l10n/zh_HK.js @@ -0,0 +1,20 @@ +OC.L10N.register( + "lib", + { + "Help" : "幫助", + "Personal" : "個人", + "Settings" : "設定", + "Users" : "用戶", + "Admin" : "管理", + "seconds ago" : "秒前", + "_%n minute ago_::_%n minutes ago_" : ["%n 分鐘前"], + "_%n hour ago_::_%n hours ago_" : ["%n 小時前"], + "today" : "今日", + "yesterday" : "昨日", + "_%n day go_::_%n days ago_" : ["%n 日前"], + "last month" : "前一月", + "_%n month ago_::_%n months ago_" : ["%n 月前"], + "last year" : "上年", + "years ago" : "年前" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json new file mode 100644 index 0000000000..856b288a6b --- /dev/null +++ b/lib/l10n/zh_HK.json @@ -0,0 +1,18 @@ +{ "translations": { + "Help" : "幫助", + "Personal" : "個人", + "Settings" : "設定", + "Users" : "用戶", + "Admin" : "管理", + "seconds ago" : "秒前", + "_%n minute ago_::_%n minutes ago_" : ["%n 分鐘前"], + "_%n hour ago_::_%n hours ago_" : ["%n 小時前"], + "today" : "今日", + "yesterday" : "昨日", + "_%n day go_::_%n days ago_" : ["%n 日前"], + "last month" : "前一月", + "_%n month ago_::_%n months ago_" : ["%n 月前"], + "last year" : "上年", + "years ago" : "年前" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/zh_HK.php b/lib/l10n/zh_HK.php deleted file mode 100644 index 75085e02ae..0000000000 --- a/lib/l10n/zh_HK.php +++ /dev/null @@ -1,19 +0,0 @@ - "幫助", -"Personal" => "個人", -"Settings" => "設定", -"Users" => "用戶", -"Admin" => "管理", -"seconds ago" => "秒前", -"_%n minute ago_::_%n minutes ago_" => array("%n 分鐘前"), -"_%n hour ago_::_%n hours ago_" => array("%n 小時前"), -"today" => "今日", -"yesterday" => "昨日", -"_%n day go_::_%n days ago_" => array("%n 日前"), -"last month" => "前一月", -"_%n month ago_::_%n months ago_" => array("%n 月前"), -"last year" => "上年", -"years ago" => "年前" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js new file mode 100644 index 0000000000..ffb82213e7 --- /dev/null +++ b/lib/l10n/zh_TW.js @@ -0,0 +1,123 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "無法寫入 config 目錄!", + "This can usually be fixed by giving the webserver write access to the config directory" : "允許網頁伺服器寫入設定目錄通常可以解決這個問題", + "See %s" : "見 %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "%s允許網頁伺服器寫入設定目錄%s通常可以解決這個問題", + "Sample configuration detected" : "偵測到範本設定", + "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" : "看來您直接複製了範本設定來使用,這可能會毀掉你的安裝,請閱讀說明文件後對 config.php 進行適當的修改", + "Help" : "說明", + "Personal" : "個人", + "Settings" : "設定", + "Users" : "使用者", + "Admin" : "管理", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "無法安裝應用程式 %s 因為它和此版本的 ownCloud 不相容。", + "No app name specified" : "沒有指定應用程式名稱", + "Unknown filetype" : "未知的檔案類型", + "Invalid image" : "無效的圖片", + "web services under your control" : "由您控制的網路服務", + "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" : "從 http 安裝應用程式,找不到 href 屬性", + "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 宣告的版本與 app store 當中記載的版本不同", + "Application is not enabled" : "應用程式未啟用", + "Authentication error" : "認證錯誤", + "Token expired. Please reload page." : "Token 過期,請重新整理頁面。", + "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." : "您必須輸入一個現有的帳號或管理員帳號。", + "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 失敗,因為目前不允許使用連結分享", + "Share type %s is not valid for %s" : "分享類型 %s 對於 %s 來說無效", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "為 %s 設定權限失敗,因為欲設定的權限超出開放給 %s 的範圍", + "Setting permissions for %s failed, because the item was not found" : "為 %s 設定權限失敗,因為找不到該項目", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "無法設定到期日,在分享之後,到期日不能設定為 %s 之後", + "Cannot set expiration date. Expiration date is in the past" : "無法設定過去的日期為到期日", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "分享後端 %s 必須實作 OCP\\Share_Backend interface", + "Sharing backend %s not found" : "找不到分享後端 %s", + "Sharing backend for %s not found" : "找不到 %s 的分享後端", + "Sharing %s failed, because the user %s is the original sharer" : "分享 %s 失敗,因為使用者 %s 即是原本的分享者", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "分享 %s 失敗,因為權限設定超出了授權給 %s 的範圍", + "Sharing %s failed, because resharing is not allowed" : "分享 %s 失敗,不允許重複分享", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "分享 %s 失敗,因為 %s 的分享後端找不到它的來源", + "Sharing %s failed, because the file could not be found in the file cache" : "分享 %s 失敗,因為在快取中找不到該檔案", + "Could not find category \"%s\"" : "找不到分類:\"%s\"", + "seconds ago" : "幾秒前", + "_%n minute ago_::_%n minutes ago_" : ["%n 分鐘前"], + "_%n hour ago_::_%n hours ago_" : ["%n 小時前"], + "today" : "今天", + "yesterday" : "昨天", + "_%n day go_::_%n days ago_" : ["%n 天前"], + "last month" : "上個月", + "_%n month ago_::_%n months ago_" : ["%n 個月前"], + "last year" : "去年", + "years ago" : "幾年前", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-\"", + "A valid username must be provided" : "必須提供一個有效的用戶名", + "A valid password must be provided" : "一定要提供一個有效的密碼", + "The username is already being used" : "這個使用者名稱已經有人使用了", + "No database drivers (sqlite, mysql, or postgresql) installed." : "沒有安裝資料庫驅動程式 (sqlite, mysql, 或 postgresql)", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "通常藉由%s開放網頁伺服器對根目錄的權限%s就可以修正權限問題", + "Cannot write into \"config\" directory" : "無法寫入 config 目錄", + "Cannot write into \"apps\" directory" : "無法寫入 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." : "通常藉由%s開放網頁伺服器對 apps 目錄的權限%s或是在設定檔中關閉 appstore 就可以修正這個問題", + "Cannot create \"data\" directory (%s)" : "無法建立 data 目錄 (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "通常藉由開放網頁伺服器對根目錄的權限就可以修正權限問題", + "Setting locale to %s failed" : "設定語系為 %s 失敗", + "Please install one of these locales on your system and restart your webserver." : "請在系統中安裝這些語系的其中一個,然後重啓網頁伺服器", + "Please ask your server administrator to install the module." : "請詢問系統管理員來安裝這些模組", + "PHP module %s not installed." : "未安裝 PHP 模組 %s", + "PHP %s or higher is required." : "需要 PHP %s 或更高版本", + "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." : "請詢問系統管理員將 PHP 升級至最新版,目前的 PHP 版本已經不再被 ownCloud 和 PHP 社群支援", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP 安全模式已經啟動,ownCloud 需要您將它關閉才能正常運作", + "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." : "PHP 安全模式已經被棄用,並且在大多數狀況下無助於提升安全性,它應該被關閉。請詢問系統管理員將其在 php.ini 或網頁伺服器當中關閉。", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes 已經被啟用,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." : "Magic Quotes 功能在大多數狀況下不會使用到,已經被上游棄用,因此它應該被停用。請詢問系統管理員將其在 php.ini 或網頁伺服器當中停用。", + "PHP modules have been installed, but they are still listed as missing?" : "你已經安裝了指定的 PHP 模組,可是還是顯示為找不到嗎?", + "Please ask your server administrator to restart the web server." : "請聯絡您的系統管理員重新啟動網頁伺服器", + "PostgreSQL >= 9 required" : "需要 PostgreSQL 版本 >= 9", + "Please upgrade your database version" : "請升級您的資料庫版本", + "Error occurred while checking PostgreSQL version" : "檢查 PostgreSQL 版本時發生錯誤", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "請確定您的 PostgreSQL 版本 >= 9,或是看看記錄檔是否有更詳細的訊息", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "請將該目錄權限設定為 0770 ,以免其他使用者讀取", + "Data directory (%s) is readable by other users" : "資料目錄 (%s) 可以被其他使用者讀取", + "Data directory (%s) is invalid" : "資料目錄 (%s) 無效", + "Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案", + "Could not obtain lock type %d on \"%s\"." : "無法取得鎖定:類型 %d ,檔案 %s" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json new file mode 100644 index 0000000000..6c6b572dd5 --- /dev/null +++ b/lib/l10n/zh_TW.json @@ -0,0 +1,121 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "無法寫入 config 目錄!", + "This can usually be fixed by giving the webserver write access to the config directory" : "允許網頁伺服器寫入設定目錄通常可以解決這個問題", + "See %s" : "見 %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "%s允許網頁伺服器寫入設定目錄%s通常可以解決這個問題", + "Sample configuration detected" : "偵測到範本設定", + "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" : "看來您直接複製了範本設定來使用,這可能會毀掉你的安裝,請閱讀說明文件後對 config.php 進行適當的修改", + "Help" : "說明", + "Personal" : "個人", + "Settings" : "設定", + "Users" : "使用者", + "Admin" : "管理", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "無法安裝應用程式 %s 因為它和此版本的 ownCloud 不相容。", + "No app name specified" : "沒有指定應用程式名稱", + "Unknown filetype" : "未知的檔案類型", + "Invalid image" : "無效的圖片", + "web services under your control" : "由您控制的網路服務", + "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" : "從 http 安裝應用程式,找不到 href 屬性", + "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 宣告的版本與 app store 當中記載的版本不同", + "Application is not enabled" : "應用程式未啟用", + "Authentication error" : "認證錯誤", + "Token expired. Please reload page." : "Token 過期,請重新整理頁面。", + "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." : "您必須輸入一個現有的帳號或管理員帳號。", + "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 失敗,因為目前不允許使用連結分享", + "Share type %s is not valid for %s" : "分享類型 %s 對於 %s 來說無效", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "為 %s 設定權限失敗,因為欲設定的權限超出開放給 %s 的範圍", + "Setting permissions for %s failed, because the item was not found" : "為 %s 設定權限失敗,因為找不到該項目", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "無法設定到期日,在分享之後,到期日不能設定為 %s 之後", + "Cannot set expiration date. Expiration date is in the past" : "無法設定過去的日期為到期日", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "分享後端 %s 必須實作 OCP\\Share_Backend interface", + "Sharing backend %s not found" : "找不到分享後端 %s", + "Sharing backend for %s not found" : "找不到 %s 的分享後端", + "Sharing %s failed, because the user %s is the original sharer" : "分享 %s 失敗,因為使用者 %s 即是原本的分享者", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "分享 %s 失敗,因為權限設定超出了授權給 %s 的範圍", + "Sharing %s failed, because resharing is not allowed" : "分享 %s 失敗,不允許重複分享", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "分享 %s 失敗,因為 %s 的分享後端找不到它的來源", + "Sharing %s failed, because the file could not be found in the file cache" : "分享 %s 失敗,因為在快取中找不到該檔案", + "Could not find category \"%s\"" : "找不到分類:\"%s\"", + "seconds ago" : "幾秒前", + "_%n minute ago_::_%n minutes ago_" : ["%n 分鐘前"], + "_%n hour ago_::_%n hours ago_" : ["%n 小時前"], + "today" : "今天", + "yesterday" : "昨天", + "_%n day go_::_%n days ago_" : ["%n 天前"], + "last month" : "上個月", + "_%n month ago_::_%n months ago_" : ["%n 個月前"], + "last year" : "去年", + "years ago" : "幾年前", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-\"", + "A valid username must be provided" : "必須提供一個有效的用戶名", + "A valid password must be provided" : "一定要提供一個有效的密碼", + "The username is already being used" : "這個使用者名稱已經有人使用了", + "No database drivers (sqlite, mysql, or postgresql) installed." : "沒有安裝資料庫驅動程式 (sqlite, mysql, 或 postgresql)", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "通常藉由%s開放網頁伺服器對根目錄的權限%s就可以修正權限問題", + "Cannot write into \"config\" directory" : "無法寫入 config 目錄", + "Cannot write into \"apps\" directory" : "無法寫入 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." : "通常藉由%s開放網頁伺服器對 apps 目錄的權限%s或是在設定檔中關閉 appstore 就可以修正這個問題", + "Cannot create \"data\" directory (%s)" : "無法建立 data 目錄 (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "通常藉由開放網頁伺服器對根目錄的權限就可以修正權限問題", + "Setting locale to %s failed" : "設定語系為 %s 失敗", + "Please install one of these locales on your system and restart your webserver." : "請在系統中安裝這些語系的其中一個,然後重啓網頁伺服器", + "Please ask your server administrator to install the module." : "請詢問系統管理員來安裝這些模組", + "PHP module %s not installed." : "未安裝 PHP 模組 %s", + "PHP %s or higher is required." : "需要 PHP %s 或更高版本", + "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." : "請詢問系統管理員將 PHP 升級至最新版,目前的 PHP 版本已經不再被 ownCloud 和 PHP 社群支援", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP 安全模式已經啟動,ownCloud 需要您將它關閉才能正常運作", + "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." : "PHP 安全模式已經被棄用,並且在大多數狀況下無助於提升安全性,它應該被關閉。請詢問系統管理員將其在 php.ini 或網頁伺服器當中關閉。", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes 已經被啟用,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." : "Magic Quotes 功能在大多數狀況下不會使用到,已經被上游棄用,因此它應該被停用。請詢問系統管理員將其在 php.ini 或網頁伺服器當中停用。", + "PHP modules have been installed, but they are still listed as missing?" : "你已經安裝了指定的 PHP 模組,可是還是顯示為找不到嗎?", + "Please ask your server administrator to restart the web server." : "請聯絡您的系統管理員重新啟動網頁伺服器", + "PostgreSQL >= 9 required" : "需要 PostgreSQL 版本 >= 9", + "Please upgrade your database version" : "請升級您的資料庫版本", + "Error occurred while checking PostgreSQL version" : "檢查 PostgreSQL 版本時發生錯誤", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "請確定您的 PostgreSQL 版本 >= 9,或是看看記錄檔是否有更詳細的訊息", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "請將該目錄權限設定為 0770 ,以免其他使用者讀取", + "Data directory (%s) is readable by other users" : "資料目錄 (%s) 可以被其他使用者讀取", + "Data directory (%s) is invalid" : "資料目錄 (%s) 無效", + "Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案", + "Could not obtain lock type %d on \"%s\"." : "無法取得鎖定:類型 %d ,檔案 %s" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/zh_TW.php b/lib/l10n/zh_TW.php deleted file mode 100644 index 84cb621ce2..0000000000 --- a/lib/l10n/zh_TW.php +++ /dev/null @@ -1,122 +0,0 @@ - "無法寫入 config 目錄!", -"This can usually be fixed by giving the webserver write access to the config directory" => "允許網頁伺服器寫入設定目錄通常可以解決這個問題", -"See %s" => "見 %s", -"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "%s允許網頁伺服器寫入設定目錄%s通常可以解決這個問題", -"Sample configuration detected" => "偵測到範本設定", -"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" => "看來您直接複製了範本設定來使用,這可能會毀掉你的安裝,請閱讀說明文件後對 config.php 進行適當的修改", -"Help" => "說明", -"Personal" => "個人", -"Settings" => "設定", -"Users" => "使用者", -"Admin" => "管理", -"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "無法安裝應用程式 %s 因為它和此版本的 ownCloud 不相容。", -"No app name specified" => "沒有指定應用程式名稱", -"Unknown filetype" => "未知的檔案類型", -"Invalid image" => "無效的圖片", -"web services under your control" => "由您控制的網路服務", -"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" => "從 http 安裝應用程式,找不到 href 屬性", -"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 宣告的版本與 app store 當中記載的版本不同", -"Application is not enabled" => "應用程式未啟用", -"Authentication error" => "認證錯誤", -"Token expired. Please reload page." => "Token 過期,請重新整理頁面。", -"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." => "您必須輸入一個現有的帳號或管理員帳號。", -"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 失敗,因為目前不允許使用連結分享", -"Share type %s is not valid for %s" => "分享類型 %s 對於 %s 來說無效", -"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "為 %s 設定權限失敗,因為欲設定的權限超出開放給 %s 的範圍", -"Setting permissions for %s failed, because the item was not found" => "為 %s 設定權限失敗,因為找不到該項目", -"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "無法設定到期日,在分享之後,到期日不能設定為 %s 之後", -"Cannot set expiration date. Expiration date is in the past" => "無法設定過去的日期為到期日", -"Sharing backend %s must implement the interface OCP\\Share_Backend" => "分享後端 %s 必須實作 OCP\\Share_Backend interface", -"Sharing backend %s not found" => "找不到分享後端 %s", -"Sharing backend for %s not found" => "找不到 %s 的分享後端", -"Sharing %s failed, because the user %s is the original sharer" => "分享 %s 失敗,因為使用者 %s 即是原本的分享者", -"Sharing %s failed, because the permissions exceed permissions granted to %s" => "分享 %s 失敗,因為權限設定超出了授權給 %s 的範圍", -"Sharing %s failed, because resharing is not allowed" => "分享 %s 失敗,不允許重複分享", -"Sharing %s failed, because the sharing backend for %s could not find its source" => "分享 %s 失敗,因為 %s 的分享後端找不到它的來源", -"Sharing %s failed, because the file could not be found in the file cache" => "分享 %s 失敗,因為在快取中找不到該檔案", -"Could not find category \"%s\"" => "找不到分類:\"%s\"", -"seconds ago" => "幾秒前", -"_%n minute ago_::_%n minutes ago_" => array("%n 分鐘前"), -"_%n hour ago_::_%n hours ago_" => array("%n 小時前"), -"today" => "今天", -"yesterday" => "昨天", -"_%n day go_::_%n days ago_" => array("%n 天前"), -"last month" => "上個月", -"_%n month ago_::_%n months ago_" => array("%n 個月前"), -"last year" => "去年", -"years ago" => "幾年前", -"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-\"", -"A valid username must be provided" => "必須提供一個有效的用戶名", -"A valid password must be provided" => "一定要提供一個有效的密碼", -"The username is already being used" => "這個使用者名稱已經有人使用了", -"No database drivers (sqlite, mysql, or postgresql) installed." => "沒有安裝資料庫驅動程式 (sqlite, mysql, 或 postgresql)", -"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "通常藉由%s開放網頁伺服器對根目錄的權限%s就可以修正權限問題", -"Cannot write into \"config\" directory" => "無法寫入 config 目錄", -"Cannot write into \"apps\" directory" => "無法寫入 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." => "通常藉由%s開放網頁伺服器對 apps 目錄的權限%s或是在設定檔中關閉 appstore 就可以修正這個問題", -"Cannot create \"data\" directory (%s)" => "無法建立 data 目錄 (%s)", -"This can usually be fixed by giving the webserver write access to the root directory." => "通常藉由開放網頁伺服器對根目錄的權限就可以修正權限問題", -"Setting locale to %s failed" => "設定語系為 %s 失敗", -"Please install one of these locales on your system and restart your webserver." => "請在系統中安裝這些語系的其中一個,然後重啓網頁伺服器", -"Please ask your server administrator to install the module." => "請詢問系統管理員來安裝這些模組", -"PHP module %s not installed." => "未安裝 PHP 模組 %s", -"PHP %s or higher is required." => "需要 PHP %s 或更高版本", -"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." => "請詢問系統管理員將 PHP 升級至最新版,目前的 PHP 版本已經不再被 ownCloud 和 PHP 社群支援", -"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP 安全模式已經啟動,ownCloud 需要您將它關閉才能正常運作", -"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." => "PHP 安全模式已經被棄用,並且在大多數狀況下無助於提升安全性,它應該被關閉。請詢問系統管理員將其在 php.ini 或網頁伺服器當中關閉。", -"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes 已經被啟用,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." => "Magic Quotes 功能在大多數狀況下不會使用到,已經被上游棄用,因此它應該被停用。請詢問系統管理員將其在 php.ini 或網頁伺服器當中停用。", -"PHP modules have been installed, but they are still listed as missing?" => "你已經安裝了指定的 PHP 模組,可是還是顯示為找不到嗎?", -"Please ask your server administrator to restart the web server." => "請聯絡您的系統管理員重新啟動網頁伺服器", -"PostgreSQL >= 9 required" => "需要 PostgreSQL 版本 >= 9", -"Please upgrade your database version" => "請升級您的資料庫版本", -"Error occurred while checking PostgreSQL version" => "檢查 PostgreSQL 版本時發生錯誤", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "請確定您的 PostgreSQL 版本 >= 9,或是看看記錄檔是否有更詳細的訊息", -"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "請將該目錄權限設定為 0770 ,以免其他使用者讀取", -"Data directory (%s) is readable by other users" => "資料目錄 (%s) 可以被其他使用者讀取", -"Data directory (%s) is invalid" => "資料目錄 (%s) 無效", -"Please check that the data directory contains a file \".ocdata\" in its root." => "請確保資料目錄當中包含一個 .ocdata 的檔案", -"Could not obtain lock type %d on \"%s\"." => "無法取得鎖定:類型 %d ,檔案 %s" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/af_ZA.js b/settings/l10n/af_ZA.js new file mode 100644 index 0000000000..ccc813a559 --- /dev/null +++ b/settings/l10n/af_ZA.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "settings", + { + "So-so password" : "So-so wagwoord", + "Security Warning" : "Sekuriteits waarskuwing", + "Password" : "Wagwoord", + "New password" : "Nuwe wagwoord", + "Cancel" : "Kanseleer", + "Username" : "Gebruikersnaam" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/af_ZA.json b/settings/l10n/af_ZA.json new file mode 100644 index 0000000000..73a7867873 --- /dev/null +++ b/settings/l10n/af_ZA.json @@ -0,0 +1,9 @@ +{ "translations": { + "So-so password" : "So-so wagwoord", + "Security Warning" : "Sekuriteits waarskuwing", + "Password" : "Wagwoord", + "New password" : "Nuwe wagwoord", + "Cancel" : "Kanseleer", + "Username" : "Gebruikersnaam" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/af_ZA.php b/settings/l10n/af_ZA.php deleted file mode 100644 index 90094e7855..0000000000 --- a/settings/l10n/af_ZA.php +++ /dev/null @@ -1,10 +0,0 @@ - "So-so wagwoord", -"Security Warning" => "Sekuriteits waarskuwing", -"Password" => "Wagwoord", -"New password" => "Nuwe wagwoord", -"Cancel" => "Kanseleer", -"Username" => "Gebruikersnaam" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ar.js b/settings/l10n/ar.js new file mode 100644 index 0000000000..f47285f6cd --- /dev/null +++ b/settings/l10n/ar.js @@ -0,0 +1,158 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "مفعلة", + "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", + "Your full name has been changed." : "اسمك الكامل تم تغييره.", + "Unable to change full name" : "لم يتم التمكن من تغيير اسمك الكامل", + "Group already exists" : "المجموعة موجودة مسبقاً", + "Unable to add group" : "فشل إضافة المجموعة", + "Email saved" : "تم حفظ البريد الإلكتروني", + "Invalid email" : "البريد الإلكتروني غير صالح", + "Unable to delete group" : "فشل إزالة المجموعة", + "Unable to delete user" : "فشل إزالة المستخدم", + "Backups restored successfully" : "تم إسترجاع النسخة الإحتياطية بنجاح", + "Language changed" : "تم تغيير اللغة", + "Invalid request" : "طلب غير مفهوم", + "Admins can't remove themself from the admin group" : "لا يستطيع المدير إزالة حسابه من مجموعة المديرين", + "Unable to add user to group %s" : "فشل إضافة المستخدم الى المجموعة %s", + "Unable to remove user from group %s" : "فشل إزالة المستخدم من المجموعة %s", + "Couldn't update app." : "تعذر تحديث التطبيق.", + "Wrong password" : "كلمة مرور خاطئة", + "No user supplied" : "لم يتم توفير مستخدم ", + "Please provide an admin recovery password, otherwise all user data will be lost" : "يرجى توفير كلمة مرور المسؤول المستردة, وإلا سيتم فقد جميع بيانات المستخدم ", + "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." : "Back-end لا يدعم تغيير كلمة المرور, لاكن مفتاح تشفير المستخدمين تم تحديثة بنجاح.", + "Unable to change password" : "لا يمكن تغيير كلمة المرور", + "Saved" : "حفظ", + "test email settings" : "إعدادات البريد التجريبي", + "If you received this email, the settings seem to be correct." : "تبدوا الاعدادت صحيحة اذا تلقيت هذا البريد الالكتروني", + "Email sent" : "تم ارسال البريد الالكتروني", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "هل أنت متأكد انك تريد إضافة \"{domain}\" كنطاق موثوق فيه.", + "Sending..." : "جاري الارسال ...", + "All" : "الكل", + "Please wait...." : "الرجاء الانتظار ...", + "Error while disabling app" : "خطا عند تعطيل البرنامج", + "Disable" : "إيقاف", + "Enable" : "تفعيل", + "Error while enabling app" : "خطا عند تفعيل البرنامج ", + "Updating...." : "جاري التحديث ...", + "Error while updating app" : "حصل خطأ أثناء تحديث التطبيق", + "Updated" : "تم التحديث بنجاح", + "Uninstalling ...." : "جاري إلغاء التثبيت ...", + "Uninstall" : "ألغاء التثبيت", + "Select a profile picture" : "اختر صورة الملف الشخصي ", + "Very weak password" : "كلمة السر ضعيفة جدا", + "Weak password" : "كلمة السر ضعيفة", + "Good password" : "كلمة السر جيدة", + "Strong password" : "كلمة السر قوية", + "Delete" : "إلغاء", + "Decrypting files... Please wait, this can take some time." : "فك تشفير الملفات... يرجى الانتظار, من الممكن ان ياخذ بعض الوقت.", + "Groups" : "مجموعات", + "undo" : "تراجع", + "never" : "بتاتا", + "add group" : "اضافة مجموعة", + "A valid username must be provided" : "يجب ادخال اسم مستخدم صحيح", + "Error creating user" : "حصل خطأ اثناء انشاء مستخدم", + "A valid password must be provided" : "يجب ادخال كلمة مرور صحيحة", + "Warning: Home directory for user \"{user}\" already exists" : "تحذير: المجلد الرئيسي لـ المستخدم \"{user}\" موجود مسبقا", + "__language_name__" : "__language_name__", + "Encryption" : "التشفير", + "Everything (fatal issues, errors, warnings, info, debug)" : "كل شيء (مشاكل فادحة, اخطاء , تحذيرات , معلومات , تصحيح الاخطاء)", + "Info, warnings, errors and fatal issues" : "معلومات , تحذيرات , اخطاء , مشاكل فادحة ", + "Warnings, errors and fatal issues" : "تحذيرات , اخطاء , مشاكل فادحة ", + "Errors and fatal issues" : "اخطاء ومشاكل فادحة ", + "Fatal issues only" : "مشاكل فادحة فقط ", + "None" : "لا شيء", + "Login" : "تسجيل الدخول", + "Security Warning" : "تحذير أمان", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "انت تستخدم %s عن طريق HTTP . نحن نقترح باصرار ان تهيء الخادم ليتمكن من الوصول عن طريق 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." : "مجلد data و ملفاتك يمكن الوصول لها عن طريق الانترنت. ملف .htaccess لا يمكن تشغيلة. نحن نقترح باصرار ان تعيد اعداد خادمك لمنع الدخول الى بياناتك عن طريق الانترنت او بالامكان ان تنقل مجلد data خارج document root بشكل مؤقت. ", + "Setup Warning" : "تحذير في التنصيب", + "Module 'fileinfo' missing" : "الموديل 'fileinfo' مفقود", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "موديل 'fileinfo' الخاص بالـPHP مفقود . نوصي بتفعيل هذا الموديل للحصول على أفضل النتائج مع خاصية التحقق ", + "Your PHP version is outdated" : "اصدار PHP الخاص بك قديم", + "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." : "اصدار PHP الخاص بك قديم. نحن نقترح لك باصرار ان يتم ترقية الاصدار الى 5.3.8 او احدث بسبب ان الاصدارات القديمة معروفة انها مهمشة. من الممكن ان التنزيل قد لا يتم بصورة صحيحة.", + "Locale not working" : "اللغه لا تعمل", + "System locale can not be set to a one which supports UTF-8." : "لا يمكن تعيين لغة النظام الى احد اللغات التي تدعم UTF-8.", + "This means that there might be problems with certain characters in file names." : "هذا يعني انه من الممكن ان يكون هناك مشكلة في بعض الاحرف في اسم الملف.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "نحن باصرار نقترح ان تثبت الحزم المطلوبة في نظامك لدعم احد هذة اللغات: %s.", + "Please double check the installation guides." : "الرجاء التحقق من دليل التنصيب.", + "Cron" : "مجدول", + "Execute one task with each page loaded" : "قم بتنفيذ مهمة واحدة مع كل صفحة تم تحميلها", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "الملف cron.php تم تسجيله فى خدمه webcron لاستدعاء الملف cron.php كل 15 دقيقه", + "Sharing" : "مشاركة", + "Allow apps to use the Share API" : "السماح للتطبيقات بالمشاركة عن طريق الAPI", + "Allow users to share via link" : "السماح للمستخدم بمشاركة الملف عن طريق رابط", + "Allow public uploads" : "السماح بالرفع للعامة ", + "Expire after " : "ينتهي بعد", + "days" : "أيام", + "Allow resharing" : "السماح بإعادة المشاركة ", + "Security" : "الأمان", + "Enforce HTTPS" : "فرض HTTPS", + "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." : "يرجى الاتصال بـ %s عن طريق HTTPS لتفعيل او تعطيل SSL enforcement.", + "Email Server" : "خادم البريد الالكتروني", + "Send mode" : "وضعية الإرسال", + "Authentication method" : "أسلوب التطابق", + "Server address" : "عنوان الخادم", + "Port" : "المنفذ", + "Log" : "سجل", + "Log level" : "مستوى السجل", + "More" : "المزيد", + "Less" : "أقل", + "Version" : "إصدار", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "طوّر من قبل ownCloud مجتمع, الـ النص المصدري مرخص بموجب رخصة أفيرو العمومية.", + "by" : "من قبل", + "Documentation:" : "التوثيق", + "User Documentation" : "كتاب توثيق المستخدم", + "Uninstall App" : "أزالة تطبيق", + "Administrator Documentation" : "كتاب توثيق المدير", + "Online Documentation" : "توثيق متوفر على الشبكة", + "Forum" : "منتدى", + "Bugtracker" : "تعقب علة", + "Commercial Support" : "دعم تجاري", + "Get the apps to sync your files" : "احصل على التطبيقات لمزامنة ملفاتك", + "Show First Run Wizard again" : "ابدأ خطوات بداية التشغيل من جديد", + "You have used %s of the available %s" : "تم إستهلاك %s من المتوفر %s", + "Password" : "كلمة المرور", + "Your password was changed" : "لقد تم تغيير كلمة السر", + "Unable to change your password" : "لم يتم تعديل كلمة السر بنجاح", + "Current password" : "كلمات السر الحالية", + "New password" : "كلمات سر جديدة", + "Change password" : "عدل كلمة السر", + "Full Name" : "اسمك الكامل", + "Email" : "البريد الإلكترونى", + "Your email address" : "عنوانك البريدي", + "Profile picture" : "صورة الملف الشخصي", + "Upload new" : "رفع الان", + "Select new from Files" : "اختر جديد من الملفات ", + "Remove image" : "إزالة الصورة", + "Either png or jpg. Ideally square but you will be able to crop it." : "سواء png او jpg. بامكانك قص الصورة ", + "Your avatar is provided by your original account." : "صورتك الرمزية يتم توفيرها عن طريق حسابك الاصلي.", + "Cancel" : "الغاء", + "Choose as profile image" : "اختر صورة الملف الشخصي", + "Language" : "اللغة", + "Help translate" : "ساعد في الترجمه", + "Valid until" : "صالح حتى", + "The encryption app is no longer enabled, please decrypt all your files" : "البرنامج المشفر لم يعد مفعل, يرجى فك التشفير عن كل ملفاتك", + "Log-in password" : "كلمه سر الدخول", + "Decrypt all Files" : "فك تشفير جميع الملفات ", + "Login Name" : "اسم الدخول", + "Create" : "انشئ", + "Admin Recovery Password" : "استعادة كلمة المرور للمسؤول", + "Enter the recovery password in order to recover the users files during password change" : "ادخل كلمة المرور المستعادة من اجل استرداد ملفات المستخدمين اثناء تغيير كلمة المرور", + "Group" : "مجموعة", + "Everyone" : "الجميع", + "Default Quota" : "الحصة النسبية الإفتراضية", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "يرجى ادخال تخزين quota (مثل:\"512 MB\" او \"12 GB\")", + "Unlimited" : "غير محدود", + "Other" : "شيء آخر", + "Username" : "إسم المستخدم", + "Quota" : "حصه", + "Last Login" : "آخر تسجيل دخول", + "change full name" : "تغيير اسمك الكامل", + "set new password" : "اعداد كلمة مرور جديدة", + "Default" : "افتراضي" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/settings/l10n/ar.json b/settings/l10n/ar.json new file mode 100644 index 0000000000..3b5ea8da2b --- /dev/null +++ b/settings/l10n/ar.json @@ -0,0 +1,156 @@ +{ "translations": { + "Enabled" : "مفعلة", + "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", + "Your full name has been changed." : "اسمك الكامل تم تغييره.", + "Unable to change full name" : "لم يتم التمكن من تغيير اسمك الكامل", + "Group already exists" : "المجموعة موجودة مسبقاً", + "Unable to add group" : "فشل إضافة المجموعة", + "Email saved" : "تم حفظ البريد الإلكتروني", + "Invalid email" : "البريد الإلكتروني غير صالح", + "Unable to delete group" : "فشل إزالة المجموعة", + "Unable to delete user" : "فشل إزالة المستخدم", + "Backups restored successfully" : "تم إسترجاع النسخة الإحتياطية بنجاح", + "Language changed" : "تم تغيير اللغة", + "Invalid request" : "طلب غير مفهوم", + "Admins can't remove themself from the admin group" : "لا يستطيع المدير إزالة حسابه من مجموعة المديرين", + "Unable to add user to group %s" : "فشل إضافة المستخدم الى المجموعة %s", + "Unable to remove user from group %s" : "فشل إزالة المستخدم من المجموعة %s", + "Couldn't update app." : "تعذر تحديث التطبيق.", + "Wrong password" : "كلمة مرور خاطئة", + "No user supplied" : "لم يتم توفير مستخدم ", + "Please provide an admin recovery password, otherwise all user data will be lost" : "يرجى توفير كلمة مرور المسؤول المستردة, وإلا سيتم فقد جميع بيانات المستخدم ", + "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." : "Back-end لا يدعم تغيير كلمة المرور, لاكن مفتاح تشفير المستخدمين تم تحديثة بنجاح.", + "Unable to change password" : "لا يمكن تغيير كلمة المرور", + "Saved" : "حفظ", + "test email settings" : "إعدادات البريد التجريبي", + "If you received this email, the settings seem to be correct." : "تبدوا الاعدادت صحيحة اذا تلقيت هذا البريد الالكتروني", + "Email sent" : "تم ارسال البريد الالكتروني", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "هل أنت متأكد انك تريد إضافة \"{domain}\" كنطاق موثوق فيه.", + "Sending..." : "جاري الارسال ...", + "All" : "الكل", + "Please wait...." : "الرجاء الانتظار ...", + "Error while disabling app" : "خطا عند تعطيل البرنامج", + "Disable" : "إيقاف", + "Enable" : "تفعيل", + "Error while enabling app" : "خطا عند تفعيل البرنامج ", + "Updating...." : "جاري التحديث ...", + "Error while updating app" : "حصل خطأ أثناء تحديث التطبيق", + "Updated" : "تم التحديث بنجاح", + "Uninstalling ...." : "جاري إلغاء التثبيت ...", + "Uninstall" : "ألغاء التثبيت", + "Select a profile picture" : "اختر صورة الملف الشخصي ", + "Very weak password" : "كلمة السر ضعيفة جدا", + "Weak password" : "كلمة السر ضعيفة", + "Good password" : "كلمة السر جيدة", + "Strong password" : "كلمة السر قوية", + "Delete" : "إلغاء", + "Decrypting files... Please wait, this can take some time." : "فك تشفير الملفات... يرجى الانتظار, من الممكن ان ياخذ بعض الوقت.", + "Groups" : "مجموعات", + "undo" : "تراجع", + "never" : "بتاتا", + "add group" : "اضافة مجموعة", + "A valid username must be provided" : "يجب ادخال اسم مستخدم صحيح", + "Error creating user" : "حصل خطأ اثناء انشاء مستخدم", + "A valid password must be provided" : "يجب ادخال كلمة مرور صحيحة", + "Warning: Home directory for user \"{user}\" already exists" : "تحذير: المجلد الرئيسي لـ المستخدم \"{user}\" موجود مسبقا", + "__language_name__" : "__language_name__", + "Encryption" : "التشفير", + "Everything (fatal issues, errors, warnings, info, debug)" : "كل شيء (مشاكل فادحة, اخطاء , تحذيرات , معلومات , تصحيح الاخطاء)", + "Info, warnings, errors and fatal issues" : "معلومات , تحذيرات , اخطاء , مشاكل فادحة ", + "Warnings, errors and fatal issues" : "تحذيرات , اخطاء , مشاكل فادحة ", + "Errors and fatal issues" : "اخطاء ومشاكل فادحة ", + "Fatal issues only" : "مشاكل فادحة فقط ", + "None" : "لا شيء", + "Login" : "تسجيل الدخول", + "Security Warning" : "تحذير أمان", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "انت تستخدم %s عن طريق HTTP . نحن نقترح باصرار ان تهيء الخادم ليتمكن من الوصول عن طريق 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." : "مجلد data و ملفاتك يمكن الوصول لها عن طريق الانترنت. ملف .htaccess لا يمكن تشغيلة. نحن نقترح باصرار ان تعيد اعداد خادمك لمنع الدخول الى بياناتك عن طريق الانترنت او بالامكان ان تنقل مجلد data خارج document root بشكل مؤقت. ", + "Setup Warning" : "تحذير في التنصيب", + "Module 'fileinfo' missing" : "الموديل 'fileinfo' مفقود", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "موديل 'fileinfo' الخاص بالـPHP مفقود . نوصي بتفعيل هذا الموديل للحصول على أفضل النتائج مع خاصية التحقق ", + "Your PHP version is outdated" : "اصدار PHP الخاص بك قديم", + "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." : "اصدار PHP الخاص بك قديم. نحن نقترح لك باصرار ان يتم ترقية الاصدار الى 5.3.8 او احدث بسبب ان الاصدارات القديمة معروفة انها مهمشة. من الممكن ان التنزيل قد لا يتم بصورة صحيحة.", + "Locale not working" : "اللغه لا تعمل", + "System locale can not be set to a one which supports UTF-8." : "لا يمكن تعيين لغة النظام الى احد اللغات التي تدعم UTF-8.", + "This means that there might be problems with certain characters in file names." : "هذا يعني انه من الممكن ان يكون هناك مشكلة في بعض الاحرف في اسم الملف.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "نحن باصرار نقترح ان تثبت الحزم المطلوبة في نظامك لدعم احد هذة اللغات: %s.", + "Please double check the installation guides." : "الرجاء التحقق من دليل التنصيب.", + "Cron" : "مجدول", + "Execute one task with each page loaded" : "قم بتنفيذ مهمة واحدة مع كل صفحة تم تحميلها", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "الملف cron.php تم تسجيله فى خدمه webcron لاستدعاء الملف cron.php كل 15 دقيقه", + "Sharing" : "مشاركة", + "Allow apps to use the Share API" : "السماح للتطبيقات بالمشاركة عن طريق الAPI", + "Allow users to share via link" : "السماح للمستخدم بمشاركة الملف عن طريق رابط", + "Allow public uploads" : "السماح بالرفع للعامة ", + "Expire after " : "ينتهي بعد", + "days" : "أيام", + "Allow resharing" : "السماح بإعادة المشاركة ", + "Security" : "الأمان", + "Enforce HTTPS" : "فرض HTTPS", + "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." : "يرجى الاتصال بـ %s عن طريق HTTPS لتفعيل او تعطيل SSL enforcement.", + "Email Server" : "خادم البريد الالكتروني", + "Send mode" : "وضعية الإرسال", + "Authentication method" : "أسلوب التطابق", + "Server address" : "عنوان الخادم", + "Port" : "المنفذ", + "Log" : "سجل", + "Log level" : "مستوى السجل", + "More" : "المزيد", + "Less" : "أقل", + "Version" : "إصدار", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "طوّر من قبل ownCloud مجتمع, الـ النص المصدري مرخص بموجب رخصة أفيرو العمومية.", + "by" : "من قبل", + "Documentation:" : "التوثيق", + "User Documentation" : "كتاب توثيق المستخدم", + "Uninstall App" : "أزالة تطبيق", + "Administrator Documentation" : "كتاب توثيق المدير", + "Online Documentation" : "توثيق متوفر على الشبكة", + "Forum" : "منتدى", + "Bugtracker" : "تعقب علة", + "Commercial Support" : "دعم تجاري", + "Get the apps to sync your files" : "احصل على التطبيقات لمزامنة ملفاتك", + "Show First Run Wizard again" : "ابدأ خطوات بداية التشغيل من جديد", + "You have used %s of the available %s" : "تم إستهلاك %s من المتوفر %s", + "Password" : "كلمة المرور", + "Your password was changed" : "لقد تم تغيير كلمة السر", + "Unable to change your password" : "لم يتم تعديل كلمة السر بنجاح", + "Current password" : "كلمات السر الحالية", + "New password" : "كلمات سر جديدة", + "Change password" : "عدل كلمة السر", + "Full Name" : "اسمك الكامل", + "Email" : "البريد الإلكترونى", + "Your email address" : "عنوانك البريدي", + "Profile picture" : "صورة الملف الشخصي", + "Upload new" : "رفع الان", + "Select new from Files" : "اختر جديد من الملفات ", + "Remove image" : "إزالة الصورة", + "Either png or jpg. Ideally square but you will be able to crop it." : "سواء png او jpg. بامكانك قص الصورة ", + "Your avatar is provided by your original account." : "صورتك الرمزية يتم توفيرها عن طريق حسابك الاصلي.", + "Cancel" : "الغاء", + "Choose as profile image" : "اختر صورة الملف الشخصي", + "Language" : "اللغة", + "Help translate" : "ساعد في الترجمه", + "Valid until" : "صالح حتى", + "The encryption app is no longer enabled, please decrypt all your files" : "البرنامج المشفر لم يعد مفعل, يرجى فك التشفير عن كل ملفاتك", + "Log-in password" : "كلمه سر الدخول", + "Decrypt all Files" : "فك تشفير جميع الملفات ", + "Login Name" : "اسم الدخول", + "Create" : "انشئ", + "Admin Recovery Password" : "استعادة كلمة المرور للمسؤول", + "Enter the recovery password in order to recover the users files during password change" : "ادخل كلمة المرور المستعادة من اجل استرداد ملفات المستخدمين اثناء تغيير كلمة المرور", + "Group" : "مجموعة", + "Everyone" : "الجميع", + "Default Quota" : "الحصة النسبية الإفتراضية", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "يرجى ادخال تخزين quota (مثل:\"512 MB\" او \"12 GB\")", + "Unlimited" : "غير محدود", + "Other" : "شيء آخر", + "Username" : "إسم المستخدم", + "Quota" : "حصه", + "Last Login" : "آخر تسجيل دخول", + "change full name" : "تغيير اسمك الكامل", + "set new password" : "اعداد كلمة مرور جديدة", + "Default" : "افتراضي" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/settings/l10n/ar.php b/settings/l10n/ar.php deleted file mode 100644 index bd62f1f116..0000000000 --- a/settings/l10n/ar.php +++ /dev/null @@ -1,157 +0,0 @@ - "مفعلة", -"Authentication error" => "لم يتم التأكد من الشخصية بنجاح", -"Your full name has been changed." => "اسمك الكامل تم تغييره.", -"Unable to change full name" => "لم يتم التمكن من تغيير اسمك الكامل", -"Group already exists" => "المجموعة موجودة مسبقاً", -"Unable to add group" => "فشل إضافة المجموعة", -"Email saved" => "تم حفظ البريد الإلكتروني", -"Invalid email" => "البريد الإلكتروني غير صالح", -"Unable to delete group" => "فشل إزالة المجموعة", -"Unable to delete user" => "فشل إزالة المستخدم", -"Backups restored successfully" => "تم إسترجاع النسخة الإحتياطية بنجاح", -"Language changed" => "تم تغيير اللغة", -"Invalid request" => "طلب غير مفهوم", -"Admins can't remove themself from the admin group" => "لا يستطيع المدير إزالة حسابه من مجموعة المديرين", -"Unable to add user to group %s" => "فشل إضافة المستخدم الى المجموعة %s", -"Unable to remove user from group %s" => "فشل إزالة المستخدم من المجموعة %s", -"Couldn't update app." => "تعذر تحديث التطبيق.", -"Wrong password" => "كلمة مرور خاطئة", -"No user supplied" => "لم يتم توفير مستخدم ", -"Please provide an admin recovery password, otherwise all user data will be lost" => "يرجى توفير كلمة مرور المسؤول المستردة, وإلا سيتم فقد جميع بيانات المستخدم ", -"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." => "Back-end لا يدعم تغيير كلمة المرور, لاكن مفتاح تشفير المستخدمين تم تحديثة بنجاح.", -"Unable to change password" => "لا يمكن تغيير كلمة المرور", -"Saved" => "حفظ", -"test email settings" => "إعدادات البريد التجريبي", -"If you received this email, the settings seem to be correct." => "تبدوا الاعدادت صحيحة اذا تلقيت هذا البريد الالكتروني", -"Email sent" => "تم ارسال البريد الالكتروني", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "هل أنت متأكد انك تريد إضافة \"{domain}\" كنطاق موثوق فيه.", -"Sending..." => "جاري الارسال ...", -"All" => "الكل", -"Please wait...." => "الرجاء الانتظار ...", -"Error while disabling app" => "خطا عند تعطيل البرنامج", -"Disable" => "إيقاف", -"Enable" => "تفعيل", -"Error while enabling app" => "خطا عند تفعيل البرنامج ", -"Updating...." => "جاري التحديث ...", -"Error while updating app" => "حصل خطأ أثناء تحديث التطبيق", -"Updated" => "تم التحديث بنجاح", -"Uninstalling ...." => "جاري إلغاء التثبيت ...", -"Uninstall" => "ألغاء التثبيت", -"Select a profile picture" => "اختر صورة الملف الشخصي ", -"Very weak password" => "كلمة السر ضعيفة جدا", -"Weak password" => "كلمة السر ضعيفة", -"Good password" => "كلمة السر جيدة", -"Strong password" => "كلمة السر قوية", -"Delete" => "إلغاء", -"Decrypting files... Please wait, this can take some time." => "فك تشفير الملفات... يرجى الانتظار, من الممكن ان ياخذ بعض الوقت.", -"Groups" => "مجموعات", -"undo" => "تراجع", -"never" => "بتاتا", -"add group" => "اضافة مجموعة", -"A valid username must be provided" => "يجب ادخال اسم مستخدم صحيح", -"Error creating user" => "حصل خطأ اثناء انشاء مستخدم", -"A valid password must be provided" => "يجب ادخال كلمة مرور صحيحة", -"Warning: Home directory for user \"{user}\" already exists" => "تحذير: المجلد الرئيسي لـ المستخدم \"{user}\" موجود مسبقا", -"__language_name__" => "__language_name__", -"Encryption" => "التشفير", -"Everything (fatal issues, errors, warnings, info, debug)" => "كل شيء (مشاكل فادحة, اخطاء , تحذيرات , معلومات , تصحيح الاخطاء)", -"Info, warnings, errors and fatal issues" => "معلومات , تحذيرات , اخطاء , مشاكل فادحة ", -"Warnings, errors and fatal issues" => "تحذيرات , اخطاء , مشاكل فادحة ", -"Errors and fatal issues" => "اخطاء ومشاكل فادحة ", -"Fatal issues only" => "مشاكل فادحة فقط ", -"None" => "لا شيء", -"Login" => "تسجيل الدخول", -"Security Warning" => "تحذير أمان", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "انت تستخدم %s عن طريق HTTP . نحن نقترح باصرار ان تهيء الخادم ليتمكن من الوصول عن طريق 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." => "مجلد data و ملفاتك يمكن الوصول لها عن طريق الانترنت. ملف .htaccess لا يمكن تشغيلة. نحن نقترح باصرار ان تعيد اعداد خادمك لمنع الدخول الى بياناتك عن طريق الانترنت او بالامكان ان تنقل مجلد data خارج document root بشكل مؤقت. ", -"Setup Warning" => "تحذير في التنصيب", -"Module 'fileinfo' missing" => "الموديل 'fileinfo' مفقود", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "موديل 'fileinfo' الخاص بالـPHP مفقود . نوصي بتفعيل هذا الموديل للحصول على أفضل النتائج مع خاصية التحقق ", -"Your PHP version is outdated" => "اصدار PHP الخاص بك قديم", -"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." => "اصدار PHP الخاص بك قديم. نحن نقترح لك باصرار ان يتم ترقية الاصدار الى 5.3.8 او احدث بسبب ان الاصدارات القديمة معروفة انها مهمشة. من الممكن ان التنزيل قد لا يتم بصورة صحيحة.", -"Locale not working" => "اللغه لا تعمل", -"System locale can not be set to a one which supports UTF-8." => "لا يمكن تعيين لغة النظام الى احد اللغات التي تدعم UTF-8.", -"This means that there might be problems with certain characters in file names." => "هذا يعني انه من الممكن ان يكون هناك مشكلة في بعض الاحرف في اسم الملف.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "نحن باصرار نقترح ان تثبت الحزم المطلوبة في نظامك لدعم احد هذة اللغات: %s.", -"Please double check the installation guides." => "الرجاء التحقق من دليل التنصيب.", -"Cron" => "مجدول", -"Execute one task with each page loaded" => "قم بتنفيذ مهمة واحدة مع كل صفحة تم تحميلها", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "الملف cron.php تم تسجيله فى خدمه webcron لاستدعاء الملف cron.php كل 15 دقيقه", -"Sharing" => "مشاركة", -"Allow apps to use the Share API" => "السماح للتطبيقات بالمشاركة عن طريق الAPI", -"Allow users to share via link" => "السماح للمستخدم بمشاركة الملف عن طريق رابط", -"Allow public uploads" => "السماح بالرفع للعامة ", -"Expire after " => "ينتهي بعد", -"days" => "أيام", -"Allow resharing" => "السماح بإعادة المشاركة ", -"Security" => "الأمان", -"Enforce HTTPS" => "فرض HTTPS", -"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." => "يرجى الاتصال بـ %s عن طريق HTTPS لتفعيل او تعطيل SSL enforcement.", -"Email Server" => "خادم البريد الالكتروني", -"Send mode" => "وضعية الإرسال", -"Authentication method" => "أسلوب التطابق", -"Server address" => "عنوان الخادم", -"Port" => "المنفذ", -"Log" => "سجل", -"Log level" => "مستوى السجل", -"More" => "المزيد", -"Less" => "أقل", -"Version" => "إصدار", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "طوّر من قبل ownCloud مجتمع, الـ النص المصدري مرخص بموجب رخصة أفيرو العمومية.", -"by" => "من قبل", -"Documentation:" => "التوثيق", -"User Documentation" => "كتاب توثيق المستخدم", -"Uninstall App" => "أزالة تطبيق", -"Administrator Documentation" => "كتاب توثيق المدير", -"Online Documentation" => "توثيق متوفر على الشبكة", -"Forum" => "منتدى", -"Bugtracker" => "تعقب علة", -"Commercial Support" => "دعم تجاري", -"Get the apps to sync your files" => "احصل على التطبيقات لمزامنة ملفاتك", -"Show First Run Wizard again" => "ابدأ خطوات بداية التشغيل من جديد", -"You have used %s of the available %s" => "تم إستهلاك %s من المتوفر %s", -"Password" => "كلمة المرور", -"Your password was changed" => "لقد تم تغيير كلمة السر", -"Unable to change your password" => "لم يتم تعديل كلمة السر بنجاح", -"Current password" => "كلمات السر الحالية", -"New password" => "كلمات سر جديدة", -"Change password" => "عدل كلمة السر", -"Full Name" => "اسمك الكامل", -"Email" => "البريد الإلكترونى", -"Your email address" => "عنوانك البريدي", -"Profile picture" => "صورة الملف الشخصي", -"Upload new" => "رفع الان", -"Select new from Files" => "اختر جديد من الملفات ", -"Remove image" => "إزالة الصورة", -"Either png or jpg. Ideally square but you will be able to crop it." => "سواء png او jpg. بامكانك قص الصورة ", -"Your avatar is provided by your original account." => "صورتك الرمزية يتم توفيرها عن طريق حسابك الاصلي.", -"Cancel" => "الغاء", -"Choose as profile image" => "اختر صورة الملف الشخصي", -"Language" => "اللغة", -"Help translate" => "ساعد في الترجمه", -"Valid until" => "صالح حتى", -"The encryption app is no longer enabled, please decrypt all your files" => "البرنامج المشفر لم يعد مفعل, يرجى فك التشفير عن كل ملفاتك", -"Log-in password" => "كلمه سر الدخول", -"Decrypt all Files" => "فك تشفير جميع الملفات ", -"Login Name" => "اسم الدخول", -"Create" => "انشئ", -"Admin Recovery Password" => "استعادة كلمة المرور للمسؤول", -"Enter the recovery password in order to recover the users files during password change" => "ادخل كلمة المرور المستعادة من اجل استرداد ملفات المستخدمين اثناء تغيير كلمة المرور", -"Group" => "مجموعة", -"Everyone" => "الجميع", -"Default Quota" => "الحصة النسبية الإفتراضية", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "يرجى ادخال تخزين quota (مثل:\"512 MB\" او \"12 GB\")", -"Unlimited" => "غير محدود", -"Other" => "شيء آخر", -"Username" => "إسم المستخدم", -"Quota" => "حصه", -"Last Login" => "آخر تسجيل دخول", -"change full name" => "تغيير اسمك الكامل", -"set new password" => "اعداد كلمة مرور جديدة", -"Default" => "افتراضي" -); -$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"; diff --git a/settings/l10n/ast.js b/settings/l10n/ast.js new file mode 100644 index 0000000000..e7a8cac47b --- /dev/null +++ b/settings/l10n/ast.js @@ -0,0 +1,214 @@ +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", + "Group already exists" : "El grupu yá esiste", + "Unable to add group" : "Nun pudo amestase'l grupu", + "Files decrypted successfully" : "Descifráronse los ficheros", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Nun pudieron descifrase sus ficheros. Revisa'l owncloud.log o consulta col alministrador", + "Couldn't decrypt your files, check your password and try again" : "Nun pudieron descifrase los ficheros. Revisa la contraseña ya inténtalo dempués", + "Encryption keys deleted permanently" : "Desaniciaes dafechu les claves de cifráu", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Nun pudieron desaniciase dafechu les tos claves de cifráu, por favor comprueba'l to owncloud.log o entruga a un alministrador", + "Couldn't remove app." : "Nun pudo desaniciase l'aplicación.", + "Email saved" : "Corréu-e guardáu", + "Invalid email" : "Corréu electrónicu non válidu", + "Unable to delete group" : "Nun pudo desaniciase'l grupu", + "Unable to delete user" : "Nun pudo desaniciase l'usuariu", + "Backups restored successfully" : "Copia de seguridá restaurada", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Nun pudieron restaurase dafechu les tos claves de cifráu, por favor comprueba'l to owncloud.log o entruga a un alministrador", + "Language changed" : "Camudóse la llingua", + "Invalid request" : "Solicitú inválida", + "Admins can't remove themself from the admin group" : "Los alministradores nun puen desaniciase a ellos mesmos del grupu d'alministrador", + "Unable to add user to group %s" : "Nun pudo amestase l'usuariu al grupu %s", + "Unable to remove user from group %s" : "Nun pudo desaniciase al usuariu del grupu %s", + "Couldn't update app." : "Nun pudo anovase l'aplicación.", + "Wrong password" : "Contraseña incorreuta", + "No user supplied" : "Nun s'especificó un usuariu", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Facilita una contraseña de recuperación d'alministrador, sinón podríen perdese tolos datos d'usuariu", + "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", + "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.", + "Email sent" : "Corréu-e unviáu", + "You need to set your user email before being able to send test emails." : "Tienes de configurar la direición de corréu-e enantes de poder unviar mensaxes de prueba.", + "Sending..." : "Unviando...", + "All" : "Toos", + "Please wait...." : "Espera, por favor....", + "Error while disabling app" : "Fallu mientres se desactivaba l'aplicación", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Fallu mientres s'activaba l'aplicación", + "Updating...." : "Anovando....", + "Error while updating app" : "Fallu mientres s'anovaba l'aplicación", + "Updated" : "Anováu", + "Uninstalling ...." : "Desinstalando ...", + "Error while uninstalling app" : "Fallu mientres se desinstalaba l'aplicación", + "Uninstall" : "Desinstalar", + "Select a profile picture" : "Esbillar una imaxe de perfil", + "Very weak password" : "Contraseña mui feble", + "Weak password" : "Contraseña feble", + "So-so password" : "Contraseña pasable", + "Good password" : "Contraseña bona", + "Strong password" : "Contraseña mui bona", + "Delete" : "Desaniciar", + "Decrypting files... Please wait, this can take some time." : "Descifrando ficheros... Espera por favor, esto pue llevar daqué de tiempu.", + "Delete encryption keys permanently." : "Desaniciar dafechu les claves de cifráu.", + "Restore encryption keys." : "Restaurar claves de cifráu.", + "Groups" : "Grupos", + "Unable to delete {objName}" : "Nun pue desaniciase {objName}", + "Error creating group" : "Fallu creando grupu", + "A valid group name must be provided" : "Hai d'escribir un nome de grupu válidu", + "deleted {groupName}" : "desaniciáu {groupName}", + "undo" : "desfacer", + "never" : "enxamás", + "deleted {userName}" : "desaniciáu {userName}", + "add group" : "amestar Grupu", + "A valid username must be provided" : "Tien d'apurrise un nome d'usuariu válidu", + "Error creating user" : "Fallu al crear usuariu", + "A valid password must be provided" : "Tien d'apurrise una contraseña válida", + "Warning: Home directory for user \"{user}\" already exists" : "Avisu: el direutoriu d'aniciu pal usuariu \"{user}\" yá esiste.", + "__language_name__" : "Asturianu", + "SSL root certificates" : "Certificaos raíz SSL", + "Encryption" : "Cifráu", + "Everything (fatal issues, errors, warnings, info, debug)" : "Too (Información, Avisos, Fallos, debug y problemes fatales)", + "Info, warnings, errors and fatal issues" : "Información, Avisos, Fallos y problemes fatales", + "Warnings, errors and fatal issues" : "Avisos, fallos y problemes fatales", + "Errors and fatal issues" : "Fallos y problemes fatales", + "Fatal issues only" : "Namái problemes fatales", + "None" : "Dengún", + "Login" : "Entamar sesión", + "Plain" : "Planu", + "NT LAN Manager" : "Xestor de NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Avisu de seguridá", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Tas ingresando a %s vía HTTP. Encamentámoste que configures el sirvidor pa solicitar 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." : "El direutoriu de datos y ficheros ye dablemente accesible dende Internet, darréu que'l ficheru .htaccess nun ta funcionando. Suxerímoste que configures el sirvidor web de mou que'l direutoriu de datos nun seya accesible o que muevas talu direutoriu fuera del raigañu de documentos del sirvidor web.", + "Setup Warning" : "Avisu de configuración", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ta aparentemente configuráu pa desaniciar bloques de documentos en llinia. Esto va facer que delles aplicaciones principales nun tean accesibles.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dablemente esto seya culpa d'un caché o acelerador, como por exemplu Zend OPcache o eAccelerator.", + "Database Performance Info" : "Información de rindimientu de la base de datos", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Ta usándose SQLite como base de datos. Pa instalaciones más grandes, recomendamos cambiar esto. Pa migrar a otra base de datos, usa la ferramienta de llinia de comandos: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Nun s'atopó'l módulu \"fileinfo\"", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Nun s'atopó'l módulu PHP 'fileinfo'. Encamentámoste qu'habilites esti módulu pa obtener meyores resultaos cola deteición de tribes MIME.", + "Your PHP version is outdated" : "La versión de PHP nun ta anovada", + "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." : "La versión de PHP caducó. Suxerímose que l'anueves a 5.3.8 o a una más nueva porque davezu, les versiones vieyes nun funcionen bien. Puede ser qu'esta instalación nun tea funcionando bien.", + "Locale not working" : "La configuración rexonal nun ta funcionando", + "System locale can not be set to a one which supports UTF-8." : "Nun se pue escoyer una configuración rexonal que sofite UTF-8.", + "This means that there might be problems with certain characters in file names." : "Esto significa que pue haber problemes con ciertos caráuteres nos nomes de los ficheros.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Ye enforma recomendable instalar los paquetes necesarios pa poder soportar una de les siguientes configuraciones rexonales: %s. ", + "Please double check the installation guides." : "Por favor, comprueba les guíes d'instalación.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Cron executóse per cabera vegada a les %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Cron executóse per cabera vegada a les %s. Esto foi hai más d'una hora, daqué anda mal.", + "Cron was not executed yet!" : "¡Cron entá nun s'executó!", + "Execute one task with each page loaded" : "Executar una xera con cada páxina cargada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php rexístrase nun serviciu webcron pa llamar a cron.php cada 15 minutos al traviés de HTTP.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Usar el serviciu cron del sistema pa llamar al ficheru cron.php cada 15 mins.", + "Sharing" : "Compartiendo", + "Allow apps to use the Share API" : "Permitir a les aplicaciones usar la API de Compartición", + "Allow users to share via link" : "Permitir a los usuarios compartir vía enllaz", + "Enforce password protection" : "Ameyora la proteición por contraseña.", + "Allow public uploads" : "Permitir xubes públiques", + "Set default expiration date" : "Afitar la data d'espiración predeterminada", + "Expire after " : "Caduca dempués de", + "days" : "díes", + "Enforce expiration date" : "Facer cumplir la data de caducidá", + "Allow resharing" : "Permitir re-compartición", + "Restrict users to only share with users in their groups" : "Restrinxir a los usuarios a compartir namái con otros usuarios nos sos grupos", + "Allow users to send mail notification for shared files" : "Permitir a los usuarios unviar mensaxes de notificación pa ficheros compartíos", + "Exclude groups from sharing" : "Esclúi grupos de compartir", + "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos van poder siguir recibiendo conteníos compartíos, pero nun van poder anicialos", + "Security" : "Seguridá", + "Enforce HTTPS" : "Forciar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forciar a los veceros a coneutase a %s per duana d'una conexón cifrada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor, conéutate a %s al traviés de HTTPS p'habilitar o deshabilitar l'aplicación de SSL.", + "Email Server" : "Sirvidor de corréu-e", + "This is used for sending out notifications." : "Esto úsase pa unviar notificaciones.", + "Send mode" : "Mou d'unviu", + "From address" : "Dende la direición", + "mail" : "corréu", + "Authentication method" : "Métodu d'autenticación", + "Authentication required" : "Necesítase autenticación", + "Server address" : "Direición del sirvidor", + "Port" : "Puertu", + "Credentials" : "Credenciales", + "SMTP Username" : "Nome d'usuariu SMTP", + "SMTP Password" : "Contraseña SMTP", + "Test email settings" : "Probar configuración de corréu electrónicu", + "Send email" : "Unviar mensaxe", + "Log" : "Rexistru", + "Log level" : "Nivel de rexistru", + "More" : "Más", + "Less" : "Menos", + "Version" : "Versión", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desendolcáu pola comunidad ownCloud, el códigu fonte ta baxo llicencia AGPL.", + "by" : "por", + "Documentation:" : "Documentación:", + "User Documentation" : "Documentación d'usuariu", + "Admin Documentation" : "Documentación p'alministradores", + "Enable only for specific groups" : "Habilitar namái pa grupos específicos", + "Uninstall App" : "Desinstalar aplicación", + "Administrator Documentation" : "Documentación d'alministrador", + "Online Documentation" : "Documentación en llinia", + "Forum" : "Foru", + "Bugtracker" : "Rastrexador de fallos", + "Commercial Support" : "Sofitu comercial", + "Get the apps to sync your files" : "Obtener les aplicaciones pa sincronizar ficheros", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si quies sofitar el proyeutu\n\t\txúnite al desendolcu\n\t\to\n\t\t¡espardi la pallabra!!", + "Show First Run Wizard again" : "Amosar nuevamente l'Encontu d'execución inicial", + "You have used %s of the available %s" : "Usasti %s de los %s disponibles", + "Password" : "Contraseña", + "Your password was changed" : "Camudóse la contraseña", + "Unable to change your password" : "Nun pudo camudase la contraseña", + "Current password" : "Contraseña actual", + "New password" : "Contraseña nueva", + "Change password" : "Camudar contraseña", + "Full Name" : "Nome completu", + "Email" : "Corréu-e", + "Your email address" : "Direición de corréu-e", + "Fill in an email address to enable password recovery and receive notifications" : "Introducir una direición de corréu-e p'activar la recuperación de contraseñes y recibir notificaciones", + "Profile picture" : "Semeya de perfil", + "Upload new" : "Xubir otra", + "Select new from Files" : "Esbillar otra dende Ficheros", + "Remove image" : "Desaniciar imaxe", + "Either png or jpg. Ideally square but you will be able to crop it." : "Ficheru PNG o JPG. Preferiblemente cuadráu, pero vas poder retayalu.", + "Your avatar is provided by your original account." : "L'avatar ta proporcionáu pola to cuenta orixinal.", + "Cancel" : "Encaboxar", + "Choose as profile image" : "Esbillar como imaxe de perfil", + "Language" : "Llingua", + "Help translate" : "Ayúdanos nes traducciones", + "Import Root Certificate" : "Importar certificáu raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "L'aplicación de cifráu yá nun ta activada, descifra tolos ficheros", + "Log-in password" : "Contraseña d'accesu", + "Decrypt all Files" : "Descifrar ficheros", + "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." : "Les claves de cifráu van guardase nuna llocalización segura. D'esta miente, en casu de que daqué saliere mal, vas poder recuperar les claves. Desanicia dafechu les claves de cifráu namái si tas seguru de que los ficheros descifráronse correcho.", + "Restore Encryption Keys" : "Restaurar claves de cifráu.", + "Delete Encryption Keys" : "Desaniciar claves de cifráu", + "Login Name" : "Nome d'usuariu", + "Create" : "Crear", + "Admin Recovery Password" : "Recuperación de la contraseña d'alministración", + "Enter the recovery password in order to recover the users files during password change" : "Introduz la contraseña de recuperación col envís de recuperar los ficheros de los usuarios mientres el cambéu de contraseña.", + "Search Users and Groups" : "Guetar Usuarios y Grupos", + "Add Group" : "Amestar grupu", + "Group" : "Grupu", + "Everyone" : "Toos", + "Admins" : "Almins", + "Default Quota" : "Cuota predeterminada", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota d'almacenamientu (ex: \"512 MB\" o \"12 GB\")", + "Unlimited" : "Non llendáu", + "Other" : "Otru", + "Username" : "Nome d'usuariu", + "Quota" : "Cuota", + "Storage Location" : "Llocalización d'almacenamientu", + "Last Login" : "Caberu aniciu de sesión", + "change full name" : "camudar el nome completu", + "set new password" : "afitar nueva contraseña", + "Default" : "Predetermináu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ast.json b/settings/l10n/ast.json new file mode 100644 index 0000000000..5524c431b0 --- /dev/null +++ b/settings/l10n/ast.json @@ -0,0 +1,212 @@ +{ "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", + "Group already exists" : "El grupu yá esiste", + "Unable to add group" : "Nun pudo amestase'l grupu", + "Files decrypted successfully" : "Descifráronse los ficheros", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Nun pudieron descifrase sus ficheros. Revisa'l owncloud.log o consulta col alministrador", + "Couldn't decrypt your files, check your password and try again" : "Nun pudieron descifrase los ficheros. Revisa la contraseña ya inténtalo dempués", + "Encryption keys deleted permanently" : "Desaniciaes dafechu les claves de cifráu", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Nun pudieron desaniciase dafechu les tos claves de cifráu, por favor comprueba'l to owncloud.log o entruga a un alministrador", + "Couldn't remove app." : "Nun pudo desaniciase l'aplicación.", + "Email saved" : "Corréu-e guardáu", + "Invalid email" : "Corréu electrónicu non válidu", + "Unable to delete group" : "Nun pudo desaniciase'l grupu", + "Unable to delete user" : "Nun pudo desaniciase l'usuariu", + "Backups restored successfully" : "Copia de seguridá restaurada", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Nun pudieron restaurase dafechu les tos claves de cifráu, por favor comprueba'l to owncloud.log o entruga a un alministrador", + "Language changed" : "Camudóse la llingua", + "Invalid request" : "Solicitú inválida", + "Admins can't remove themself from the admin group" : "Los alministradores nun puen desaniciase a ellos mesmos del grupu d'alministrador", + "Unable to add user to group %s" : "Nun pudo amestase l'usuariu al grupu %s", + "Unable to remove user from group %s" : "Nun pudo desaniciase al usuariu del grupu %s", + "Couldn't update app." : "Nun pudo anovase l'aplicación.", + "Wrong password" : "Contraseña incorreuta", + "No user supplied" : "Nun s'especificó un usuariu", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Facilita una contraseña de recuperación d'alministrador, sinón podríen perdese tolos datos d'usuariu", + "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", + "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.", + "Email sent" : "Corréu-e unviáu", + "You need to set your user email before being able to send test emails." : "Tienes de configurar la direición de corréu-e enantes de poder unviar mensaxes de prueba.", + "Sending..." : "Unviando...", + "All" : "Toos", + "Please wait...." : "Espera, por favor....", + "Error while disabling app" : "Fallu mientres se desactivaba l'aplicación", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Fallu mientres s'activaba l'aplicación", + "Updating...." : "Anovando....", + "Error while updating app" : "Fallu mientres s'anovaba l'aplicación", + "Updated" : "Anováu", + "Uninstalling ...." : "Desinstalando ...", + "Error while uninstalling app" : "Fallu mientres se desinstalaba l'aplicación", + "Uninstall" : "Desinstalar", + "Select a profile picture" : "Esbillar una imaxe de perfil", + "Very weak password" : "Contraseña mui feble", + "Weak password" : "Contraseña feble", + "So-so password" : "Contraseña pasable", + "Good password" : "Contraseña bona", + "Strong password" : "Contraseña mui bona", + "Delete" : "Desaniciar", + "Decrypting files... Please wait, this can take some time." : "Descifrando ficheros... Espera por favor, esto pue llevar daqué de tiempu.", + "Delete encryption keys permanently." : "Desaniciar dafechu les claves de cifráu.", + "Restore encryption keys." : "Restaurar claves de cifráu.", + "Groups" : "Grupos", + "Unable to delete {objName}" : "Nun pue desaniciase {objName}", + "Error creating group" : "Fallu creando grupu", + "A valid group name must be provided" : "Hai d'escribir un nome de grupu válidu", + "deleted {groupName}" : "desaniciáu {groupName}", + "undo" : "desfacer", + "never" : "enxamás", + "deleted {userName}" : "desaniciáu {userName}", + "add group" : "amestar Grupu", + "A valid username must be provided" : "Tien d'apurrise un nome d'usuariu válidu", + "Error creating user" : "Fallu al crear usuariu", + "A valid password must be provided" : "Tien d'apurrise una contraseña válida", + "Warning: Home directory for user \"{user}\" already exists" : "Avisu: el direutoriu d'aniciu pal usuariu \"{user}\" yá esiste.", + "__language_name__" : "Asturianu", + "SSL root certificates" : "Certificaos raíz SSL", + "Encryption" : "Cifráu", + "Everything (fatal issues, errors, warnings, info, debug)" : "Too (Información, Avisos, Fallos, debug y problemes fatales)", + "Info, warnings, errors and fatal issues" : "Información, Avisos, Fallos y problemes fatales", + "Warnings, errors and fatal issues" : "Avisos, fallos y problemes fatales", + "Errors and fatal issues" : "Fallos y problemes fatales", + "Fatal issues only" : "Namái problemes fatales", + "None" : "Dengún", + "Login" : "Entamar sesión", + "Plain" : "Planu", + "NT LAN Manager" : "Xestor de NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Avisu de seguridá", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Tas ingresando a %s vía HTTP. Encamentámoste que configures el sirvidor pa solicitar 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." : "El direutoriu de datos y ficheros ye dablemente accesible dende Internet, darréu que'l ficheru .htaccess nun ta funcionando. Suxerímoste que configures el sirvidor web de mou que'l direutoriu de datos nun seya accesible o que muevas talu direutoriu fuera del raigañu de documentos del sirvidor web.", + "Setup Warning" : "Avisu de configuración", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ta aparentemente configuráu pa desaniciar bloques de documentos en llinia. Esto va facer que delles aplicaciones principales nun tean accesibles.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dablemente esto seya culpa d'un caché o acelerador, como por exemplu Zend OPcache o eAccelerator.", + "Database Performance Info" : "Información de rindimientu de la base de datos", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Ta usándose SQLite como base de datos. Pa instalaciones más grandes, recomendamos cambiar esto. Pa migrar a otra base de datos, usa la ferramienta de llinia de comandos: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Nun s'atopó'l módulu \"fileinfo\"", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Nun s'atopó'l módulu PHP 'fileinfo'. Encamentámoste qu'habilites esti módulu pa obtener meyores resultaos cola deteición de tribes MIME.", + "Your PHP version is outdated" : "La versión de PHP nun ta anovada", + "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." : "La versión de PHP caducó. Suxerímose que l'anueves a 5.3.8 o a una más nueva porque davezu, les versiones vieyes nun funcionen bien. Puede ser qu'esta instalación nun tea funcionando bien.", + "Locale not working" : "La configuración rexonal nun ta funcionando", + "System locale can not be set to a one which supports UTF-8." : "Nun se pue escoyer una configuración rexonal que sofite UTF-8.", + "This means that there might be problems with certain characters in file names." : "Esto significa que pue haber problemes con ciertos caráuteres nos nomes de los ficheros.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Ye enforma recomendable instalar los paquetes necesarios pa poder soportar una de les siguientes configuraciones rexonales: %s. ", + "Please double check the installation guides." : "Por favor, comprueba les guíes d'instalación.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Cron executóse per cabera vegada a les %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Cron executóse per cabera vegada a les %s. Esto foi hai más d'una hora, daqué anda mal.", + "Cron was not executed yet!" : "¡Cron entá nun s'executó!", + "Execute one task with each page loaded" : "Executar una xera con cada páxina cargada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php rexístrase nun serviciu webcron pa llamar a cron.php cada 15 minutos al traviés de HTTP.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Usar el serviciu cron del sistema pa llamar al ficheru cron.php cada 15 mins.", + "Sharing" : "Compartiendo", + "Allow apps to use the Share API" : "Permitir a les aplicaciones usar la API de Compartición", + "Allow users to share via link" : "Permitir a los usuarios compartir vía enllaz", + "Enforce password protection" : "Ameyora la proteición por contraseña.", + "Allow public uploads" : "Permitir xubes públiques", + "Set default expiration date" : "Afitar la data d'espiración predeterminada", + "Expire after " : "Caduca dempués de", + "days" : "díes", + "Enforce expiration date" : "Facer cumplir la data de caducidá", + "Allow resharing" : "Permitir re-compartición", + "Restrict users to only share with users in their groups" : "Restrinxir a los usuarios a compartir namái con otros usuarios nos sos grupos", + "Allow users to send mail notification for shared files" : "Permitir a los usuarios unviar mensaxes de notificación pa ficheros compartíos", + "Exclude groups from sharing" : "Esclúi grupos de compartir", + "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos van poder siguir recibiendo conteníos compartíos, pero nun van poder anicialos", + "Security" : "Seguridá", + "Enforce HTTPS" : "Forciar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forciar a los veceros a coneutase a %s per duana d'una conexón cifrada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor, conéutate a %s al traviés de HTTPS p'habilitar o deshabilitar l'aplicación de SSL.", + "Email Server" : "Sirvidor de corréu-e", + "This is used for sending out notifications." : "Esto úsase pa unviar notificaciones.", + "Send mode" : "Mou d'unviu", + "From address" : "Dende la direición", + "mail" : "corréu", + "Authentication method" : "Métodu d'autenticación", + "Authentication required" : "Necesítase autenticación", + "Server address" : "Direición del sirvidor", + "Port" : "Puertu", + "Credentials" : "Credenciales", + "SMTP Username" : "Nome d'usuariu SMTP", + "SMTP Password" : "Contraseña SMTP", + "Test email settings" : "Probar configuración de corréu electrónicu", + "Send email" : "Unviar mensaxe", + "Log" : "Rexistru", + "Log level" : "Nivel de rexistru", + "More" : "Más", + "Less" : "Menos", + "Version" : "Versión", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desendolcáu pola comunidad ownCloud, el códigu fonte ta baxo llicencia AGPL.", + "by" : "por", + "Documentation:" : "Documentación:", + "User Documentation" : "Documentación d'usuariu", + "Admin Documentation" : "Documentación p'alministradores", + "Enable only for specific groups" : "Habilitar namái pa grupos específicos", + "Uninstall App" : "Desinstalar aplicación", + "Administrator Documentation" : "Documentación d'alministrador", + "Online Documentation" : "Documentación en llinia", + "Forum" : "Foru", + "Bugtracker" : "Rastrexador de fallos", + "Commercial Support" : "Sofitu comercial", + "Get the apps to sync your files" : "Obtener les aplicaciones pa sincronizar ficheros", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si quies sofitar el proyeutu\n\t\txúnite al desendolcu\n\t\to\n\t\t¡espardi la pallabra!!", + "Show First Run Wizard again" : "Amosar nuevamente l'Encontu d'execución inicial", + "You have used %s of the available %s" : "Usasti %s de los %s disponibles", + "Password" : "Contraseña", + "Your password was changed" : "Camudóse la contraseña", + "Unable to change your password" : "Nun pudo camudase la contraseña", + "Current password" : "Contraseña actual", + "New password" : "Contraseña nueva", + "Change password" : "Camudar contraseña", + "Full Name" : "Nome completu", + "Email" : "Corréu-e", + "Your email address" : "Direición de corréu-e", + "Fill in an email address to enable password recovery and receive notifications" : "Introducir una direición de corréu-e p'activar la recuperación de contraseñes y recibir notificaciones", + "Profile picture" : "Semeya de perfil", + "Upload new" : "Xubir otra", + "Select new from Files" : "Esbillar otra dende Ficheros", + "Remove image" : "Desaniciar imaxe", + "Either png or jpg. Ideally square but you will be able to crop it." : "Ficheru PNG o JPG. Preferiblemente cuadráu, pero vas poder retayalu.", + "Your avatar is provided by your original account." : "L'avatar ta proporcionáu pola to cuenta orixinal.", + "Cancel" : "Encaboxar", + "Choose as profile image" : "Esbillar como imaxe de perfil", + "Language" : "Llingua", + "Help translate" : "Ayúdanos nes traducciones", + "Import Root Certificate" : "Importar certificáu raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "L'aplicación de cifráu yá nun ta activada, descifra tolos ficheros", + "Log-in password" : "Contraseña d'accesu", + "Decrypt all Files" : "Descifrar ficheros", + "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." : "Les claves de cifráu van guardase nuna llocalización segura. D'esta miente, en casu de que daqué saliere mal, vas poder recuperar les claves. Desanicia dafechu les claves de cifráu namái si tas seguru de que los ficheros descifráronse correcho.", + "Restore Encryption Keys" : "Restaurar claves de cifráu.", + "Delete Encryption Keys" : "Desaniciar claves de cifráu", + "Login Name" : "Nome d'usuariu", + "Create" : "Crear", + "Admin Recovery Password" : "Recuperación de la contraseña d'alministración", + "Enter the recovery password in order to recover the users files during password change" : "Introduz la contraseña de recuperación col envís de recuperar los ficheros de los usuarios mientres el cambéu de contraseña.", + "Search Users and Groups" : "Guetar Usuarios y Grupos", + "Add Group" : "Amestar grupu", + "Group" : "Grupu", + "Everyone" : "Toos", + "Admins" : "Almins", + "Default Quota" : "Cuota predeterminada", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indica la cuota d'almacenamientu (ex: \"512 MB\" o \"12 GB\")", + "Unlimited" : "Non llendáu", + "Other" : "Otru", + "Username" : "Nome d'usuariu", + "Quota" : "Cuota", + "Storage Location" : "Llocalización d'almacenamientu", + "Last Login" : "Caberu aniciu de sesión", + "change full name" : "camudar el nome completu", + "set new password" : "afitar nueva contraseña", + "Default" : "Predetermináu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ast.php b/settings/l10n/ast.php deleted file mode 100644 index d6a56328ff..0000000000 --- a/settings/l10n/ast.php +++ /dev/null @@ -1,213 +0,0 @@ - "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", -"Group already exists" => "El grupu yá esiste", -"Unable to add group" => "Nun pudo amestase'l grupu", -"Files decrypted successfully" => "Descifráronse los ficheros", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Nun pudieron descifrase sus ficheros. Revisa'l owncloud.log o consulta col alministrador", -"Couldn't decrypt your files, check your password and try again" => "Nun pudieron descifrase los ficheros. Revisa la contraseña ya inténtalo dempués", -"Encryption keys deleted permanently" => "Desaniciaes dafechu les claves de cifráu", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Nun pudieron desaniciase dafechu les tos claves de cifráu, por favor comprueba'l to owncloud.log o entruga a un alministrador", -"Couldn't remove app." => "Nun pudo desaniciase l'aplicación.", -"Email saved" => "Corréu-e guardáu", -"Invalid email" => "Corréu electrónicu non válidu", -"Unable to delete group" => "Nun pudo desaniciase'l grupu", -"Unable to delete user" => "Nun pudo desaniciase l'usuariu", -"Backups restored successfully" => "Copia de seguridá restaurada", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Nun pudieron restaurase dafechu les tos claves de cifráu, por favor comprueba'l to owncloud.log o entruga a un alministrador", -"Language changed" => "Camudóse la llingua", -"Invalid request" => "Solicitú inválida", -"Admins can't remove themself from the admin group" => "Los alministradores nun puen desaniciase a ellos mesmos del grupu d'alministrador", -"Unable to add user to group %s" => "Nun pudo amestase l'usuariu al grupu %s", -"Unable to remove user from group %s" => "Nun pudo desaniciase al usuariu del grupu %s", -"Couldn't update app." => "Nun pudo anovase l'aplicación.", -"Wrong password" => "Contraseña incorreuta", -"No user supplied" => "Nun s'especificó un usuariu", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Facilita una contraseña de recuperación d'alministrador, sinón podríen perdese tolos datos d'usuariu", -"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", -"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.", -"Email sent" => "Corréu-e unviáu", -"You need to set your user email before being able to send test emails." => "Tienes de configurar la direición de corréu-e enantes de poder unviar mensaxes de prueba.", -"Sending..." => "Unviando...", -"All" => "Toos", -"Please wait...." => "Espera, por favor....", -"Error while disabling app" => "Fallu mientres se desactivaba l'aplicación", -"Disable" => "Desactivar", -"Enable" => "Activar", -"Error while enabling app" => "Fallu mientres s'activaba l'aplicación", -"Updating...." => "Anovando....", -"Error while updating app" => "Fallu mientres s'anovaba l'aplicación", -"Updated" => "Anováu", -"Uninstalling ...." => "Desinstalando ...", -"Error while uninstalling app" => "Fallu mientres se desinstalaba l'aplicación", -"Uninstall" => "Desinstalar", -"Select a profile picture" => "Esbillar una imaxe de perfil", -"Very weak password" => "Contraseña mui feble", -"Weak password" => "Contraseña feble", -"So-so password" => "Contraseña pasable", -"Good password" => "Contraseña bona", -"Strong password" => "Contraseña mui bona", -"Delete" => "Desaniciar", -"Decrypting files... Please wait, this can take some time." => "Descifrando ficheros... Espera por favor, esto pue llevar daqué de tiempu.", -"Delete encryption keys permanently." => "Desaniciar dafechu les claves de cifráu.", -"Restore encryption keys." => "Restaurar claves de cifráu.", -"Groups" => "Grupos", -"Unable to delete {objName}" => "Nun pue desaniciase {objName}", -"Error creating group" => "Fallu creando grupu", -"A valid group name must be provided" => "Hai d'escribir un nome de grupu válidu", -"deleted {groupName}" => "desaniciáu {groupName}", -"undo" => "desfacer", -"never" => "enxamás", -"deleted {userName}" => "desaniciáu {userName}", -"add group" => "amestar Grupu", -"A valid username must be provided" => "Tien d'apurrise un nome d'usuariu válidu", -"Error creating user" => "Fallu al crear usuariu", -"A valid password must be provided" => "Tien d'apurrise una contraseña válida", -"Warning: Home directory for user \"{user}\" already exists" => "Avisu: el direutoriu d'aniciu pal usuariu \"{user}\" yá esiste.", -"__language_name__" => "Asturianu", -"SSL root certificates" => "Certificaos raíz SSL", -"Encryption" => "Cifráu", -"Everything (fatal issues, errors, warnings, info, debug)" => "Too (Información, Avisos, Fallos, debug y problemes fatales)", -"Info, warnings, errors and fatal issues" => "Información, Avisos, Fallos y problemes fatales", -"Warnings, errors and fatal issues" => "Avisos, fallos y problemes fatales", -"Errors and fatal issues" => "Fallos y problemes fatales", -"Fatal issues only" => "Namái problemes fatales", -"None" => "Dengún", -"Login" => "Entamar sesión", -"Plain" => "Planu", -"NT LAN Manager" => "Xestor de NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Avisu de seguridá", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Tas ingresando a %s vía HTTP. Encamentámoste que configures el sirvidor pa solicitar 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." => "El direutoriu de datos y ficheros ye dablemente accesible dende Internet, darréu que'l ficheru .htaccess nun ta funcionando. Suxerímoste que configures el sirvidor web de mou que'l direutoriu de datos nun seya accesible o que muevas talu direutoriu fuera del raigañu de documentos del sirvidor web.", -"Setup Warning" => "Avisu de configuración", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP ta aparentemente configuráu pa desaniciar bloques de documentos en llinia. Esto va facer que delles aplicaciones principales nun tean accesibles.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Dablemente esto seya culpa d'un caché o acelerador, como por exemplu Zend OPcache o eAccelerator.", -"Database Performance Info" => "Información de rindimientu de la base de datos", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Ta usándose SQLite como base de datos. Pa instalaciones más grandes, recomendamos cambiar esto. Pa migrar a otra base de datos, usa la ferramienta de llinia de comandos: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Nun s'atopó'l módulu \"fileinfo\"", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Nun s'atopó'l módulu PHP 'fileinfo'. Encamentámoste qu'habilites esti módulu pa obtener meyores resultaos cola deteición de tribes MIME.", -"Your PHP version is outdated" => "La versión de PHP nun ta anovada", -"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." => "La versión de PHP caducó. Suxerímose que l'anueves a 5.3.8 o a una más nueva porque davezu, les versiones vieyes nun funcionen bien. Puede ser qu'esta instalación nun tea funcionando bien.", -"Locale not working" => "La configuración rexonal nun ta funcionando", -"System locale can not be set to a one which supports UTF-8." => "Nun se pue escoyer una configuración rexonal que sofite UTF-8.", -"This means that there might be problems with certain characters in file names." => "Esto significa que pue haber problemes con ciertos caráuteres nos nomes de los ficheros.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Ye enforma recomendable instalar los paquetes necesarios pa poder soportar una de les siguientes configuraciones rexonales: %s. ", -"Please double check the installation guides." => "Por favor, comprueba les guíes d'instalación.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Cron executóse per cabera vegada a les %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Cron executóse per cabera vegada a les %s. Esto foi hai más d'una hora, daqué anda mal.", -"Cron was not executed yet!" => "¡Cron entá nun s'executó!", -"Execute one task with each page loaded" => "Executar una xera con cada páxina cargada", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php rexístrase nun serviciu webcron pa llamar a cron.php cada 15 minutos al traviés de HTTP.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Usar el serviciu cron del sistema pa llamar al ficheru cron.php cada 15 mins.", -"Sharing" => "Compartiendo", -"Allow apps to use the Share API" => "Permitir a les aplicaciones usar la API de Compartición", -"Allow users to share via link" => "Permitir a los usuarios compartir vía enllaz", -"Enforce password protection" => "Ameyora la proteición por contraseña.", -"Allow public uploads" => "Permitir xubes públiques", -"Set default expiration date" => "Afitar la data d'espiración predeterminada", -"Expire after " => "Caduca dempués de", -"days" => "díes", -"Enforce expiration date" => "Facer cumplir la data de caducidá", -"Allow resharing" => "Permitir re-compartición", -"Restrict users to only share with users in their groups" => "Restrinxir a los usuarios a compartir namái con otros usuarios nos sos grupos", -"Allow users to send mail notification for shared files" => "Permitir a los usuarios unviar mensaxes de notificación pa ficheros compartíos", -"Exclude groups from sharing" => "Esclúi grupos de compartir", -"These groups will still be able to receive shares, but not to initiate them." => "Estos grupos van poder siguir recibiendo conteníos compartíos, pero nun van poder anicialos", -"Security" => "Seguridá", -"Enforce HTTPS" => "Forciar HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Forciar a los veceros a coneutase a %s per duana d'una conexón cifrada.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor, conéutate a %s al traviés de HTTPS p'habilitar o deshabilitar l'aplicación de SSL.", -"Email Server" => "Sirvidor de corréu-e", -"This is used for sending out notifications." => "Esto úsase pa unviar notificaciones.", -"Send mode" => "Mou d'unviu", -"From address" => "Dende la direición", -"mail" => "corréu", -"Authentication method" => "Métodu d'autenticación", -"Authentication required" => "Necesítase autenticación", -"Server address" => "Direición del sirvidor", -"Port" => "Puertu", -"Credentials" => "Credenciales", -"SMTP Username" => "Nome d'usuariu SMTP", -"SMTP Password" => "Contraseña SMTP", -"Test email settings" => "Probar configuración de corréu electrónicu", -"Send email" => "Unviar mensaxe", -"Log" => "Rexistru", -"Log level" => "Nivel de rexistru", -"More" => "Más", -"Less" => "Menos", -"Version" => "Versión", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desendolcáu pola comunidad ownCloud, el códigu fonte ta baxo llicencia AGPL.", -"by" => "por", -"Documentation:" => "Documentación:", -"User Documentation" => "Documentación d'usuariu", -"Admin Documentation" => "Documentación p'alministradores", -"Enable only for specific groups" => "Habilitar namái pa grupos específicos", -"Uninstall App" => "Desinstalar aplicación", -"Administrator Documentation" => "Documentación d'alministrador", -"Online Documentation" => "Documentación en llinia", -"Forum" => "Foru", -"Bugtracker" => "Rastrexador de fallos", -"Commercial Support" => "Sofitu comercial", -"Get the apps to sync your files" => "Obtener les aplicaciones pa sincronizar ficheros", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Si quies sofitar el proyeutu\n\t\txúnite al desendolcu\n\t\to\n\t\t¡espardi la pallabra!!", -"Show First Run Wizard again" => "Amosar nuevamente l'Encontu d'execución inicial", -"You have used %s of the available %s" => "Usasti %s de los %s disponibles", -"Password" => "Contraseña", -"Your password was changed" => "Camudóse la contraseña", -"Unable to change your password" => "Nun pudo camudase la contraseña", -"Current password" => "Contraseña actual", -"New password" => "Contraseña nueva", -"Change password" => "Camudar contraseña", -"Full Name" => "Nome completu", -"Email" => "Corréu-e", -"Your email address" => "Direición de corréu-e", -"Fill in an email address to enable password recovery and receive notifications" => "Introducir una direición de corréu-e p'activar la recuperación de contraseñes y recibir notificaciones", -"Profile picture" => "Semeya de perfil", -"Upload new" => "Xubir otra", -"Select new from Files" => "Esbillar otra dende Ficheros", -"Remove image" => "Desaniciar imaxe", -"Either png or jpg. Ideally square but you will be able to crop it." => "Ficheru PNG o JPG. Preferiblemente cuadráu, pero vas poder retayalu.", -"Your avatar is provided by your original account." => "L'avatar ta proporcionáu pola to cuenta orixinal.", -"Cancel" => "Encaboxar", -"Choose as profile image" => "Esbillar como imaxe de perfil", -"Language" => "Llingua", -"Help translate" => "Ayúdanos nes traducciones", -"Import Root Certificate" => "Importar certificáu raíz", -"The encryption app is no longer enabled, please decrypt all your files" => "L'aplicación de cifráu yá nun ta activada, descifra tolos ficheros", -"Log-in password" => "Contraseña d'accesu", -"Decrypt all Files" => "Descifrar ficheros", -"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." => "Les claves de cifráu van guardase nuna llocalización segura. D'esta miente, en casu de que daqué saliere mal, vas poder recuperar les claves. Desanicia dafechu les claves de cifráu namái si tas seguru de que los ficheros descifráronse correcho.", -"Restore Encryption Keys" => "Restaurar claves de cifráu.", -"Delete Encryption Keys" => "Desaniciar claves de cifráu", -"Login Name" => "Nome d'usuariu", -"Create" => "Crear", -"Admin Recovery Password" => "Recuperación de la contraseña d'alministración", -"Enter the recovery password in order to recover the users files during password change" => "Introduz la contraseña de recuperación col envís de recuperar los ficheros de los usuarios mientres el cambéu de contraseña.", -"Search Users and Groups" => "Guetar Usuarios y Grupos", -"Add Group" => "Amestar grupu", -"Group" => "Grupu", -"Everyone" => "Toos", -"Admins" => "Almins", -"Default Quota" => "Cuota predeterminada", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Por favor indica la cuota d'almacenamientu (ex: \"512 MB\" o \"12 GB\")", -"Unlimited" => "Non llendáu", -"Other" => "Otru", -"Username" => "Nome d'usuariu", -"Quota" => "Cuota", -"Storage Location" => "Llocalización d'almacenamientu", -"Last Login" => "Caberu aniciu de sesión", -"change full name" => "camudar el nome completu", -"set new password" => "afitar nueva contraseña", -"Default" => "Predetermináu" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/az.js b/settings/l10n/az.js new file mode 100644 index 0000000000..1150aecda5 --- /dev/null +++ b/settings/l10n/az.js @@ -0,0 +1,107 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Təyinat metodikası", + "Your full name has been changed." : "Sizin tam adınız dəyişdirildi.", + "Unable to change full name" : "Tam adı dəyişmək olmur", + "Group already exists" : "Qrup artıq mövcuddur", + "Unable to add group" : "Qrupu əlavə etmək olmur", + "Files decrypted successfully" : "Fayllar uğurla deşifrə edildi", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Sizin faylları deşifrə etmək olmur, xahiş olunur owncloud.log faylını yoxlaya vəya inzibatçıya müraciət edəsiniz.", + "Couldn't decrypt your files, check your password and try again" : "Sizin faylları deşifrə etmək olmur, xahiş olunur şifrəni yoxlaya və yenidən təkrar edəsiniz.", + "Encryption keys deleted permanently" : "Şifrələmə açarları həmişəlik silindi", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Sizin şifrələnmə açarlarınızı həmişəlik silmək mümkün olmadı, xahış olunur owncloud.log faylını yoxlaya və ya inzibatçıya müraciət edəsiniz.", + "Couldn't remove app." : "Proqram təminatını silmək mümkün olmadı.", + "Email saved" : "Məktub yadda saxlanıldı", + "Invalid email" : "Yalnış məktub", + "Unable to delete group" : "Qrupu silmək olmur", + "Unable to delete user" : "İstifadəçini silmək olmur", + "Backups restored successfully" : "Ehtiyyat nüsxələr uğurla geri qaytarıldı", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Sizin şifrələnmə açarlarınızı geri qaytarmaq mümkün olmadı, xahış olunur owncloud.log faylını yoxlaya və ya inzibatçıya müraciət edəsiniz.", + "Language changed" : "Dil dəyişdirildi", + "Invalid request" : "Səhv müraciət", + "Admins can't remove themself from the admin group" : "İnzibatçılar özlərini inzibatçı qrupundan silə bilməz", + "Unable to add user to group %s" : "İstifadəçini %s qrupuna əlavə etmək mümkün olmadı", + "Unable to remove user from group %s" : "İstifadəçini %s qrupundan silmək mümkün olmadı", + "Couldn't update app." : "Proqram təminatını yeniləmək mümkün deyil.", + "Wrong password" : "Yalnış şifrə", + "No user supplied" : "Heç bir istifadəçiyə mənimsədilmir", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Xahış olunur inzibatçı geriyə qayıdış şifrəsini təqdim edəsiniz, əks halda bütün istfadəçi datası itəcək.", + "Wrong admin recovery password. Please check the password and try again." : "İnzibatçı geriyə qayıdış şifrəsi yalnışdır. Xahiş olunur şifrəni yoxlayıb yenidən təkrar edəsiniz.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "İnzibatçı mərkəzi şifrə dəyişilməsini dəstəkləmir ancaq, istifadəçi şifrələnmə açarı uğurla yeniləndi.", + "Unable to change password" : "Şifrəni dəyişmək olmur", + "Saved" : "Saxlanıldı", + "test email settings" : "sınaq məktubu quraşdırmaları", + "If you received this email, the settings seem to be correct." : "Əgər siz bu məktubu aldınızsa, demək quraşdırmalar düzgündür.", + "Email sent" : "Məktub göndərildi", + "You need to set your user email before being able to send test emails." : "Test məktubu göndərməzdən öncə, siz öz istifadəçi poçtunuzu təyiin etməlisiniz.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" adını inamlı domainlər siyahısına əlavə etməyinizdən əminsinizmi?", + "Add trusted domain" : "İnamlı domainlərə əlavə et", + "Sending..." : "Göndərilir...", + "Please wait...." : "Xahiş olunur gözləyəsiniz.", + "Error while disabling app" : "Proqram təminatını dayandırdıqda səhv baş verdi", + "Disable" : "Dayandır", + "Enable" : "İşə sal", + "Error while enabling app" : "Proqram təminatını işə saldıqda səhv baş verdi", + "Updating...." : "Yenilənir...", + "Error while updating app" : "Proqram təminatı yeniləndikdə səhv baş verdi", + "Updated" : "Yeniləndi", + "Uninstalling ...." : "Silinir...", + "Error while uninstalling app" : "Proqram təminatını sildikdə səhv baş verdi", + "Uninstall" : "Sil", + "Select a profile picture" : "Profil üçün şəkli seç", + "Very weak password" : "Çox asan şifrə", + "Weak password" : "Asan şifrə", + "So-so password" : "Elə-belə şifrə", + "Good password" : "Yaxşı şifrə", + "Strong password" : "Çətin şifrə", + "Delete" : "Sil", + "Decrypting files... Please wait, this can take some time." : "Fayllar deşifrə edilir... Xahiş olunur gözləyəsiniz, bu biraz vaxt alacaq.", + "Delete encryption keys permanently." : "Şifrələnmə açarlarını həmişəlik sil.", + "Restore encryption keys." : "Şifrələnmə açarlarını geri qaytar", + "Groups" : "Qruplar", + "Unable to delete {objName}" : "{objName} silmək olmur", + "Error creating group" : "Qrup yaranmasında səhv baş verdi", + "A valid group name must be provided" : "Düzgün qrup adı təyin edilməlidir", + "deleted {groupName}" : "{groupName} silindi", + "undo" : "geriyə", + "never" : "heç vaxt", + "deleted {userName}" : "{userName} silindi", + "add group" : "qrupu əlavə et", + "A valid username must be provided" : "Düzgün istifadəçi adı daxil edilməlidir", + "Error creating user" : "İstifadəçi yaratdıqda səhv baş verdi", + "A valid password must be provided" : "Düzgün şifrə daxil edilməlidir", + "Warning: Home directory for user \"{user}\" already exists" : "Xəbərdarlıq: \"{user}\" istfadəçisi üçün ev qovluğu artıq mövcuddur.", + "__language_name__" : "__AZ_Azerbaijan__", + "Encryption" : "Şifrələnmə", + "Everything (fatal issues, errors, warnings, info, debug)" : "Hər şey(ən pis hadisələr, səhvlər, xəbərdarlıqlar, məlmat, araşdırma səhvləri)", + "Info, warnings, errors and fatal issues" : "Məlmat, xəbərdarlıqlar, səhvlər və ən pis hadisələr", + "Warnings, errors and fatal issues" : "Xəbərdarlıqlar, səhvlər və ən pis hadisələr", + "Errors and fatal issues" : "Səhvlər və ən pis hadisələr", + "Fatal issues only" : "Yalnız ən pis hadisələr", + "None" : "Heç bir", + "Login" : "Giriş", + "Plain" : "Adi", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Təhlükəsizlik xəbərdarlığı", + "Setup Warning" : "Quruluş xəbərdarlığı", + "Database Performance Info" : "Verilənlər bazasının davamiyyəti məlumatı", + "Module 'fileinfo' missing" : "'fileinfo' modulu çatışmır", + "Your PHP version is outdated" : "Sizin PHP versiyası köhnəlib", + "PHP charset is not set to UTF-8" : "PHP simvol tipi UTF-8 deyil", + "Send mode" : "Göndərmə rejimi", + "Authentication method" : "Qeydiyyat metodikası", + "More" : "Yenə", + "by" : "onunla", + "User Documentation" : "İstifadəçi sənədləri", + "Admin Documentation" : "İnzibatçı sənədləri", + "Uninstall App" : "Proqram təminatını sil", + "Get the apps to sync your files" : "Fayllarınızın sinxronizasiyası üçün proqramları götürün", + "Password" : "Şifrə", + "Change password" : "Şifrəni dəyiş", + "Cancel" : "Dayandır", + "Username" : "İstifadəçi adı" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/az.json b/settings/l10n/az.json new file mode 100644 index 0000000000..6325a20b19 --- /dev/null +++ b/settings/l10n/az.json @@ -0,0 +1,105 @@ +{ "translations": { + "Authentication error" : "Təyinat metodikası", + "Your full name has been changed." : "Sizin tam adınız dəyişdirildi.", + "Unable to change full name" : "Tam adı dəyişmək olmur", + "Group already exists" : "Qrup artıq mövcuddur", + "Unable to add group" : "Qrupu əlavə etmək olmur", + "Files decrypted successfully" : "Fayllar uğurla deşifrə edildi", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Sizin faylları deşifrə etmək olmur, xahiş olunur owncloud.log faylını yoxlaya vəya inzibatçıya müraciət edəsiniz.", + "Couldn't decrypt your files, check your password and try again" : "Sizin faylları deşifrə etmək olmur, xahiş olunur şifrəni yoxlaya və yenidən təkrar edəsiniz.", + "Encryption keys deleted permanently" : "Şifrələmə açarları həmişəlik silindi", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Sizin şifrələnmə açarlarınızı həmişəlik silmək mümkün olmadı, xahış olunur owncloud.log faylını yoxlaya və ya inzibatçıya müraciət edəsiniz.", + "Couldn't remove app." : "Proqram təminatını silmək mümkün olmadı.", + "Email saved" : "Məktub yadda saxlanıldı", + "Invalid email" : "Yalnış məktub", + "Unable to delete group" : "Qrupu silmək olmur", + "Unable to delete user" : "İstifadəçini silmək olmur", + "Backups restored successfully" : "Ehtiyyat nüsxələr uğurla geri qaytarıldı", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Sizin şifrələnmə açarlarınızı geri qaytarmaq mümkün olmadı, xahış olunur owncloud.log faylını yoxlaya və ya inzibatçıya müraciət edəsiniz.", + "Language changed" : "Dil dəyişdirildi", + "Invalid request" : "Səhv müraciət", + "Admins can't remove themself from the admin group" : "İnzibatçılar özlərini inzibatçı qrupundan silə bilməz", + "Unable to add user to group %s" : "İstifadəçini %s qrupuna əlavə etmək mümkün olmadı", + "Unable to remove user from group %s" : "İstifadəçini %s qrupundan silmək mümkün olmadı", + "Couldn't update app." : "Proqram təminatını yeniləmək mümkün deyil.", + "Wrong password" : "Yalnış şifrə", + "No user supplied" : "Heç bir istifadəçiyə mənimsədilmir", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Xahış olunur inzibatçı geriyə qayıdış şifrəsini təqdim edəsiniz, əks halda bütün istfadəçi datası itəcək.", + "Wrong admin recovery password. Please check the password and try again." : "İnzibatçı geriyə qayıdış şifrəsi yalnışdır. Xahiş olunur şifrəni yoxlayıb yenidən təkrar edəsiniz.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "İnzibatçı mərkəzi şifrə dəyişilməsini dəstəkləmir ancaq, istifadəçi şifrələnmə açarı uğurla yeniləndi.", + "Unable to change password" : "Şifrəni dəyişmək olmur", + "Saved" : "Saxlanıldı", + "test email settings" : "sınaq məktubu quraşdırmaları", + "If you received this email, the settings seem to be correct." : "Əgər siz bu məktubu aldınızsa, demək quraşdırmalar düzgündür.", + "Email sent" : "Məktub göndərildi", + "You need to set your user email before being able to send test emails." : "Test məktubu göndərməzdən öncə, siz öz istifadəçi poçtunuzu təyiin etməlisiniz.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" adını inamlı domainlər siyahısına əlavə etməyinizdən əminsinizmi?", + "Add trusted domain" : "İnamlı domainlərə əlavə et", + "Sending..." : "Göndərilir...", + "Please wait...." : "Xahiş olunur gözləyəsiniz.", + "Error while disabling app" : "Proqram təminatını dayandırdıqda səhv baş verdi", + "Disable" : "Dayandır", + "Enable" : "İşə sal", + "Error while enabling app" : "Proqram təminatını işə saldıqda səhv baş verdi", + "Updating...." : "Yenilənir...", + "Error while updating app" : "Proqram təminatı yeniləndikdə səhv baş verdi", + "Updated" : "Yeniləndi", + "Uninstalling ...." : "Silinir...", + "Error while uninstalling app" : "Proqram təminatını sildikdə səhv baş verdi", + "Uninstall" : "Sil", + "Select a profile picture" : "Profil üçün şəkli seç", + "Very weak password" : "Çox asan şifrə", + "Weak password" : "Asan şifrə", + "So-so password" : "Elə-belə şifrə", + "Good password" : "Yaxşı şifrə", + "Strong password" : "Çətin şifrə", + "Delete" : "Sil", + "Decrypting files... Please wait, this can take some time." : "Fayllar deşifrə edilir... Xahiş olunur gözləyəsiniz, bu biraz vaxt alacaq.", + "Delete encryption keys permanently." : "Şifrələnmə açarlarını həmişəlik sil.", + "Restore encryption keys." : "Şifrələnmə açarlarını geri qaytar", + "Groups" : "Qruplar", + "Unable to delete {objName}" : "{objName} silmək olmur", + "Error creating group" : "Qrup yaranmasında səhv baş verdi", + "A valid group name must be provided" : "Düzgün qrup adı təyin edilməlidir", + "deleted {groupName}" : "{groupName} silindi", + "undo" : "geriyə", + "never" : "heç vaxt", + "deleted {userName}" : "{userName} silindi", + "add group" : "qrupu əlavə et", + "A valid username must be provided" : "Düzgün istifadəçi adı daxil edilməlidir", + "Error creating user" : "İstifadəçi yaratdıqda səhv baş verdi", + "A valid password must be provided" : "Düzgün şifrə daxil edilməlidir", + "Warning: Home directory for user \"{user}\" already exists" : "Xəbərdarlıq: \"{user}\" istfadəçisi üçün ev qovluğu artıq mövcuddur.", + "__language_name__" : "__AZ_Azerbaijan__", + "Encryption" : "Şifrələnmə", + "Everything (fatal issues, errors, warnings, info, debug)" : "Hər şey(ən pis hadisələr, səhvlər, xəbərdarlıqlar, məlmat, araşdırma səhvləri)", + "Info, warnings, errors and fatal issues" : "Məlmat, xəbərdarlıqlar, səhvlər və ən pis hadisələr", + "Warnings, errors and fatal issues" : "Xəbərdarlıqlar, səhvlər və ən pis hadisələr", + "Errors and fatal issues" : "Səhvlər və ən pis hadisələr", + "Fatal issues only" : "Yalnız ən pis hadisələr", + "None" : "Heç bir", + "Login" : "Giriş", + "Plain" : "Adi", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Təhlükəsizlik xəbərdarlığı", + "Setup Warning" : "Quruluş xəbərdarlığı", + "Database Performance Info" : "Verilənlər bazasının davamiyyəti məlumatı", + "Module 'fileinfo' missing" : "'fileinfo' modulu çatışmır", + "Your PHP version is outdated" : "Sizin PHP versiyası köhnəlib", + "PHP charset is not set to UTF-8" : "PHP simvol tipi UTF-8 deyil", + "Send mode" : "Göndərmə rejimi", + "Authentication method" : "Qeydiyyat metodikası", + "More" : "Yenə", + "by" : "onunla", + "User Documentation" : "İstifadəçi sənədləri", + "Admin Documentation" : "İnzibatçı sənədləri", + "Uninstall App" : "Proqram təminatını sil", + "Get the apps to sync your files" : "Fayllarınızın sinxronizasiyası üçün proqramları götürün", + "Password" : "Şifrə", + "Change password" : "Şifrəni dəyiş", + "Cancel" : "Dayandır", + "Username" : "İstifadəçi adı" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/az.php b/settings/l10n/az.php deleted file mode 100644 index 24c06054c7..0000000000 --- a/settings/l10n/az.php +++ /dev/null @@ -1,106 +0,0 @@ - "Təyinat metodikası", -"Your full name has been changed." => "Sizin tam adınız dəyişdirildi.", -"Unable to change full name" => "Tam adı dəyişmək olmur", -"Group already exists" => "Qrup artıq mövcuddur", -"Unable to add group" => "Qrupu əlavə etmək olmur", -"Files decrypted successfully" => "Fayllar uğurla deşifrə edildi", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Sizin faylları deşifrə etmək olmur, xahiş olunur owncloud.log faylını yoxlaya vəya inzibatçıya müraciət edəsiniz.", -"Couldn't decrypt your files, check your password and try again" => "Sizin faylları deşifrə etmək olmur, xahiş olunur şifrəni yoxlaya və yenidən təkrar edəsiniz.", -"Encryption keys deleted permanently" => "Şifrələmə açarları həmişəlik silindi", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Sizin şifrələnmə açarlarınızı həmişəlik silmək mümkün olmadı, xahış olunur owncloud.log faylını yoxlaya və ya inzibatçıya müraciət edəsiniz.", -"Couldn't remove app." => "Proqram təminatını silmək mümkün olmadı.", -"Email saved" => "Məktub yadda saxlanıldı", -"Invalid email" => "Yalnış məktub", -"Unable to delete group" => "Qrupu silmək olmur", -"Unable to delete user" => "İstifadəçini silmək olmur", -"Backups restored successfully" => "Ehtiyyat nüsxələr uğurla geri qaytarıldı", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Sizin şifrələnmə açarlarınızı geri qaytarmaq mümkün olmadı, xahış olunur owncloud.log faylını yoxlaya və ya inzibatçıya müraciət edəsiniz.", -"Language changed" => "Dil dəyişdirildi", -"Invalid request" => "Səhv müraciət", -"Admins can't remove themself from the admin group" => "İnzibatçılar özlərini inzibatçı qrupundan silə bilməz", -"Unable to add user to group %s" => "İstifadəçini %s qrupuna əlavə etmək mümkün olmadı", -"Unable to remove user from group %s" => "İstifadəçini %s qrupundan silmək mümkün olmadı", -"Couldn't update app." => "Proqram təminatını yeniləmək mümkün deyil.", -"Wrong password" => "Yalnış şifrə", -"No user supplied" => "Heç bir istifadəçiyə mənimsədilmir", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Xahış olunur inzibatçı geriyə qayıdış şifrəsini təqdim edəsiniz, əks halda bütün istfadəçi datası itəcək.", -"Wrong admin recovery password. Please check the password and try again." => "İnzibatçı geriyə qayıdış şifrəsi yalnışdır. Xahiş olunur şifrəni yoxlayıb yenidən təkrar edəsiniz.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "İnzibatçı mərkəzi şifrə dəyişilməsini dəstəkləmir ancaq, istifadəçi şifrələnmə açarı uğurla yeniləndi.", -"Unable to change password" => "Şifrəni dəyişmək olmur", -"Saved" => "Saxlanıldı", -"test email settings" => "sınaq məktubu quraşdırmaları", -"If you received this email, the settings seem to be correct." => "Əgər siz bu məktubu aldınızsa, demək quraşdırmalar düzgündür.", -"Email sent" => "Məktub göndərildi", -"You need to set your user email before being able to send test emails." => "Test məktubu göndərməzdən öncə, siz öz istifadəçi poçtunuzu təyiin etməlisiniz.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "\"{domain}\" adını inamlı domainlər siyahısına əlavə etməyinizdən əminsinizmi?", -"Add trusted domain" => "İnamlı domainlərə əlavə et", -"Sending..." => "Göndərilir...", -"Please wait...." => "Xahiş olunur gözləyəsiniz.", -"Error while disabling app" => "Proqram təminatını dayandırdıqda səhv baş verdi", -"Disable" => "Dayandır", -"Enable" => "İşə sal", -"Error while enabling app" => "Proqram təminatını işə saldıqda səhv baş verdi", -"Updating...." => "Yenilənir...", -"Error while updating app" => "Proqram təminatı yeniləndikdə səhv baş verdi", -"Updated" => "Yeniləndi", -"Uninstalling ...." => "Silinir...", -"Error while uninstalling app" => "Proqram təminatını sildikdə səhv baş verdi", -"Uninstall" => "Sil", -"Select a profile picture" => "Profil üçün şəkli seç", -"Very weak password" => "Çox asan şifrə", -"Weak password" => "Asan şifrə", -"So-so password" => "Elə-belə şifrə", -"Good password" => "Yaxşı şifrə", -"Strong password" => "Çətin şifrə", -"Delete" => "Sil", -"Decrypting files... Please wait, this can take some time." => "Fayllar deşifrə edilir... Xahiş olunur gözləyəsiniz, bu biraz vaxt alacaq.", -"Delete encryption keys permanently." => "Şifrələnmə açarlarını həmişəlik sil.", -"Restore encryption keys." => "Şifrələnmə açarlarını geri qaytar", -"Groups" => "Qruplar", -"Unable to delete {objName}" => "{objName} silmək olmur", -"Error creating group" => "Qrup yaranmasında səhv baş verdi", -"A valid group name must be provided" => "Düzgün qrup adı təyin edilməlidir", -"deleted {groupName}" => "{groupName} silindi", -"undo" => "geriyə", -"never" => "heç vaxt", -"deleted {userName}" => "{userName} silindi", -"add group" => "qrupu əlavə et", -"A valid username must be provided" => "Düzgün istifadəçi adı daxil edilməlidir", -"Error creating user" => "İstifadəçi yaratdıqda səhv baş verdi", -"A valid password must be provided" => "Düzgün şifrə daxil edilməlidir", -"Warning: Home directory for user \"{user}\" already exists" => "Xəbərdarlıq: \"{user}\" istfadəçisi üçün ev qovluğu artıq mövcuddur.", -"__language_name__" => "__AZ_Azerbaijan__", -"Encryption" => "Şifrələnmə", -"Everything (fatal issues, errors, warnings, info, debug)" => "Hər şey(ən pis hadisələr, səhvlər, xəbərdarlıqlar, məlmat, araşdırma səhvləri)", -"Info, warnings, errors and fatal issues" => "Məlmat, xəbərdarlıqlar, səhvlər və ən pis hadisələr", -"Warnings, errors and fatal issues" => "Xəbərdarlıqlar, səhvlər və ən pis hadisələr", -"Errors and fatal issues" => "Səhvlər və ən pis hadisələr", -"Fatal issues only" => "Yalnız ən pis hadisələr", -"None" => "Heç bir", -"Login" => "Giriş", -"Plain" => "Adi", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Təhlükəsizlik xəbərdarlığı", -"Setup Warning" => "Quruluş xəbərdarlığı", -"Database Performance Info" => "Verilənlər bazasının davamiyyəti məlumatı", -"Module 'fileinfo' missing" => "'fileinfo' modulu çatışmır", -"Your PHP version is outdated" => "Sizin PHP versiyası köhnəlib", -"PHP charset is not set to UTF-8" => "PHP simvol tipi UTF-8 deyil", -"Send mode" => "Göndərmə rejimi", -"Authentication method" => "Qeydiyyat metodikası", -"More" => "Yenə", -"by" => "onunla", -"User Documentation" => "İstifadəçi sənədləri", -"Admin Documentation" => "İnzibatçı sənədləri", -"Uninstall App" => "Proqram təminatını sil", -"Get the apps to sync your files" => "Fayllarınızın sinxronizasiyası üçün proqramları götürün", -"Password" => "Şifrə", -"Change password" => "Şifrəni dəyiş", -"Cancel" => "Dayandır", -"Username" => "İstifadəçi adı" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/be.php b/settings/l10n/be.php deleted file mode 100644 index 6a34f1fe24..0000000000 --- a/settings/l10n/be.php +++ /dev/null @@ -1,5 +0,0 @@ - "Памылка" -); -$PLURAL_FORMS = "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/settings/l10n/bg_BG.js b/settings/l10n/bg_BG.js new file mode 100644 index 0000000000..b6ef50d19a --- /dev/null +++ b/settings/l10n/bg_BG.js @@ -0,0 +1,237 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Включено", + "Not enabled" : "Изключено", + "Recommended" : "Препоръчано", + "Authentication error" : "Възникна проблем с идентификацията", + "Your full name has been changed." : "Пълното ти име е променено.", + "Unable to change full name" : "Неуспешна промяна на пълното име.", + "Group already exists" : "Групата вече съществува", + "Unable to add group" : "Неуспешно добавяне на група", + "Files decrypted successfully" : "Успешно разшифроването на файловете.", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Неуспешно разшифроване на файловете ти, моля провери owncloud.log или попитай администратора.", + "Couldn't decrypt your files, check your password and try again" : "Неуспешно разшифроване на файловете ти, провери паролата си и опитай отново.", + "Encryption keys deleted permanently" : "Ключовете за криптиране са безвъзвратно изтрити", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Неуспешно безвъзвратно изтриване на криптиращите ключове, моля провери своя owncloud.log или се свържи с админстратора.", + "Couldn't remove app." : "Неуспешно премахване на приложението.", + "Email saved" : "Имейла запазен", + "Invalid email" : "Невалиден имейл", + "Unable to delete group" : "Неуспешно изтриване на група", + "Unable to delete user" : "Неуспешно изтриване на потребител", + "Backups restored successfully" : "Резервното копие е успешно възстановено.", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Неуспешно възстановяване на криптиращите ти ключове, моля провери owncloud.log или попитай администратора.", + "Language changed" : "Езикът е променен", + "Invalid request" : "Невалидна заявка", + "Admins can't remove themself from the admin group" : "Админът не може да премахне себе си от админ групата.", + "Unable to add user to group %s" : "Неуспешно добавяне на потребител към групата %s.", + "Unable to remove user from group %s" : "Неуспешно премахване на потребител от групата %s.", + "Couldn't update app." : "Неуспешно обновяване на приложението.", + "Wrong password" : "Грешна парола", + "No user supplied" : "Липсва потребителско име", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Моля, посочете администраторската парола за възстановяване или всичката информация на потребителите ще бъде загубена.", + "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" : "Неуспешна смяна на паролата.", + "Saved" : "Запис", + "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}\" сигурен домейн?", + "Add trusted domain" : "Добави сигурен домейн", + "Sending..." : "Изпращане...", + "All" : "Всички", + "Please wait...." : "Моля изчакайте....", + "Error while disabling app" : "Грешка при изключването на приложението", + "Disable" : "Изключено", + "Enable" : "Включено", + "Error while enabling app" : "Грешка при включване на приложението", + "Updating...." : "Обновява се...", + "Error while updating app" : "Грешка при обновяване на приложението.", + "Updated" : "Обновено", + "Uninstalling ...." : "Премахване ...", + "Error while uninstalling app" : "Грешка при премахването на приложението.", + "Uninstall" : "Премахване", + "Select a profile picture" : "Избери аватар", + "Very weak password" : "Много слаба парола", + "Weak password" : "Слаба парола", + "So-so password" : "Не особено добра парола", + "Good password" : "Добра парола", + "Strong password" : "Сигурна парола", + "Valid until {date}" : "Валиден до {date}", + "Delete" : "Изтрий", + "Decrypting files... Please wait, this can take some time." : "Разшифроване на файловете... Моля, изчакай, това може да отнеме време...", + "Delete encryption keys permanently." : "Изтрий криптиращите ключове безвъзвратно.", + "Restore encryption keys." : "Възстанови криптиращите ключове.", + "Groups" : "Групи", + "Unable to delete {objName}" : "Неуспешно изтриване на {objName}.", + "Error creating group" : "Грешка при създаване на група.", + "A valid group name must be provided" : "Очаква се валидно име на група", + "deleted {groupName}" : "{groupName} изтрит", + "undo" : "възтановяване", + "never" : "никога", + "deleted {userName}" : "{userName} изтрит", + "add group" : "нова група", + "A valid username must be provided" : "Валидно потребителско име трябва да бъде зададено.", + "Error creating user" : "Грешка при създаване на потребител.", + "A valid password must be provided" : "Валидна парола трябва да бъде зададена.", + "Warning: Home directory for user \"{user}\" already exists" : "Предупреждение: Личната директория на потребителя \"{user}\" вече съществува.", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL root сертификати", + "Encryption" : "Криптиране", + "Everything (fatal issues, errors, warnings, info, debug)" : "Всичко (фатални проблеми, грешки, предупреждения, информация, дебъгване)", + "Info, warnings, errors and fatal issues" : "Информация, предупреждения, грешки и фатални проблеми", + "Warnings, errors and fatal issues" : "Предупреждения, грешки и фатални проблеми", + "Errors and fatal issues" : "Грешки и фатални проблеми", + "Fatal issues only" : "Само фатални проблеми", + "None" : "Няма", + "Login" : "Вход", + "Plain" : "Не защитен", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Предупреждение за Сигурноста", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "В момента използваш HTTP, за да посетиш %s. Силно препоръчваме да настроиш съвръра си да използва 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." : "Твоята директория за данни и файлове вероятно са достъпни от интернет. .htaccess файла не функционира. Силно препоръчваме да настроиш уебсъръра по такъв начин, че директорията за данни да не бъде достъпна или да я преместиш извън директорията корен на сървъра.", + "Setup Warning" : "Предупреждение за Настройките", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP е настроен да премахва inline doc блокове. Това може да превърне няколко основни приложения недостъпни.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Това може да се дължи на cache/accelerator като Zend OPache или eAccelerator.", + "Database Performance Info" : "Информацията за Прозиводителност на Базата Данни", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Настоящата база данни е SQLite. За по-големи инсталации препоръчваме да я смениш. За да преминеш към друга база данни използвай следната команда от командния ред: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Модулът 'fileinfo' липсва", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP модулът 'fileinfo' липсва. Силно препоръчваме този модъл да бъде добавен, за да бъдат постигнати най-добри резултати при mime-type откриването.", + "Your PHP version is outdated" : "PHP версията е остаряла.", + "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." : "PHP версията е остаряла. Силно препоръчваме да я обновиш на 5.3.8 или по-нова, защото по-старите версии създават проблеми. Възможно е тази инсталация да не работи правилно.", + "PHP charset is not set to UTF-8" : "PHP таблицата от символи не е настроена за UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP таблицата от символи не е настроена за UTF-8. Това може да предизвика големи проблеми с не ASCII символи в имена на файлове. Силно перпоръчваме да промените стойноста на 'defaul_charset' в php.ini до 'UTF-8'.", + "Locale not working" : "Местоположението не работи", + "System locale can not be set to a one which supports UTF-8." : "Системните настройки за местоположение не могат да бъдат промени на такива, подържащи UTF-8.", + "This means that there might be problems with certain characters in file names." : "Това означва, че може да има проблеми с определини символи в имената на файловете.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Силно препоръчваме да инсталираш на сървъра пакетите, които подържат следните местоположения: %s.", + "URL generation in notification emails" : "Генериране на URL в имейлите за известяване", + "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\")" : "Ако инсталацията не e инсталиранa в root на домейна и използва cron, може да има проблеми с генерирането на URL. За да избегнеш тези проблеми, моля, промени \"overwritewebroot\" в config.php с webroot пътя (Препоръчително: \"%s\")", + "Connectivity checks" : "Проверка за свързаност", + "No problems found" : "Не са открити проблеми", + "Please double check the installation guides." : "Моля, провери ръководството за инсталиране отново.", + "Cron" : "Крон", + "Last cron was executed at %s." : "Последният cron се изпълни в %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Последният cron се изпълни в %s. Това е преди повече от час, нещо не както трябва.", + "Cron was not executed yet!" : "Cron oще не е изпълнен!", + "Execute one task with each page loaded" : "Изпълни по едно задание с всяка заредена страница.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php е регистриран към webcron да се свързва с cron.php всеки 15 минути по http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Изполвай системната cron service, за връзка с cron.php файла всеки 15 минути.", + "Sharing" : "Споделяне", + "Allow apps to use the Share API" : "Разреши приложенията да използват Share API.", + "Allow users to share via link" : "Разреши потребителите да споделят с връзка", + "Enforce password protection" : "Изискай защита с парола.", + "Allow public uploads" : "Разреши общодостъпно качване", + "Set default expiration date" : "Заложи дата на изтичане по подразбиране", + "Expire after " : "Изтечи след", + "days" : "дена", + "Enforce expiration date" : "Изисквай дата на изтичане", + "Allow resharing" : "Разреши пресподеляне.", + "Restrict users to only share with users in their groups" : "Ограничи потребителите, така че да могат да споделят само с други потребители в своите групи.", + "Allow users to send mail notification for shared files" : "Разреши потребителите да изпращат имейл уведомления за споделени файлове.", + "Exclude groups from sharing" : "Забрани групи да споделят", + "These groups will still be able to receive shares, but not to initiate them." : "Тези групи ще могат да получават споделения, но няма да могат самите те да споделят.", + "Security" : "Сигурност", + "Enforce HTTPS" : "Изисквай HTTPS", + "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." : "Моля свържи се с твоя %s през HTTPS, за да включиш или изключиш SSL задължаването.", + "Email Server" : "Имейл Сървър", + "This is used for sending out notifications." : "Това се използва за изпращане на уведомления.", + "Send mode" : "Режим на изпращане", + "From address" : "От адрес", + "mail" : "поща", + "Authentication method" : "Метод за отризиране", + "Authentication required" : "Нужна е идентификация", + "Server address" : "Адрес на сървъра", + "Port" : "Порт", + "Credentials" : "Потр. име и парола", + "SMTP Username" : "SMTP Потребителско Име", + "SMTP Password" : "SMTP Парола", + "Store credentials" : "Запазвай креденциите", + "Test email settings" : "Настройки на проверяващия имейл", + "Send email" : "Изпрати имейл", + "Log" : "Доклад", + "Log level" : "Детайли на доклада", + "More" : "Още", + "Less" : "По-малко", + "Version" : "Версия", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Разработен от ownCloud обществото, кодът е лицензиран под AGPL.", + "More apps" : "Още приложения", + "Add your app" : "Добавете Ваше приложение", + "by" : "от", + "licensed" : "лицензирано", + "Documentation:" : "Документация:", + "User Documentation" : "Потребителска Документация", + "Admin Documentation" : "Админ Документация", + "Update to %s" : "Обнови до %s", + "Enable only for specific groups" : "Включи само за определени групи", + "Uninstall App" : "Премахни Приложението", + "Administrator Documentation" : "Административна Документация", + "Online Documentation" : "Документация в Интернет", + "Forum" : "Форум", + "Bugtracker" : "Докладвани грешки", + "Commercial Support" : "Платена Поддръжка", + "Get the apps to sync your files" : "Изтегли програми за синхронизиране на файловете ти", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Ако искаш да помогнеш на проекта:\n\t\tприсъедини се и пиши код\n\t\tили\n\t\tразпространи мълвата!", + "Show First Run Wizard again" : "Покажи Настройките за Първоначално Зареждане отново", + "You have used %s of the available %s" : "Използвал си %s от наличните %s.", + "Password" : "Парола", + "Your password was changed" : "Паролата ти е промена.", + "Unable to change your password" : "Неуспешна промяна на паролата.", + "Current password" : "Текуща парола", + "New password" : "Нова парола", + "Change password" : "Промяна на паролата", + "Full Name" : "Пълно Име", + "Email" : "Имейл", + "Your email address" : "Твоят имейл адрес", + "Fill in an email address to enable password recovery and receive notifications" : "Въведи имейл, за да включиш функцията за възстановяване на паролата и уведомления.", + "Profile picture" : "Аватар", + "Upload new" : "Качи нов", + "Select new from Files" : "Избери нов от Файловете", + "Remove image" : "Премахни изображението", + "Either png or jpg. Ideally square but you will be able to crop it." : "Png или jpg. Най-добре в квадратни размери, но ще имаш възможност да го изрежеш.", + "Your avatar is provided by your original account." : "Твоят аватар е взет от оригиналния ти профил.", + "Cancel" : "Отказ", + "Choose as profile image" : "Избери като аватар", + "Language" : "Език", + "Help translate" : "Помогни с превода", + "Common Name" : "Познато Име", + "Valid until" : "Валиден до", + "Issued By" : "Издаден От", + "Valid until %s" : "Валиден до %s", + "Import Root Certificate" : "Внасяне на Root Сертификат", + "The encryption app is no longer enabled, please decrypt all your files" : "Приложението за криптиране вече не е включено, моля разшифрирай всичките си файлове.", + "Log-in password" : "Парола за вписване", + "Decrypt all Files" : "Разшифровай всички Файлове", + "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." : "Криптиращите ти ключове са преместени на резервно място. Ако нещо се случи ще можеш да възстановиш ключовете. Изтрий ги единствено ако си сигурен, че всички файлове са успешно разшифровани.", + "Restore Encryption Keys" : "Възстанови Криптиращи Ключове", + "Delete Encryption Keys" : "Изтрий Криптиращи Ключове", + "Show storage location" : "Покажи място за запис", + "Show last log in" : "Покажи последно вписване", + "Login Name" : "Потребителско Име", + "Create" : "Създаване", + "Admin Recovery Password" : "Възстановяване на Администраторска Парола", + "Enter the recovery password in order to recover the users files during password change" : "Въведи паролата за възстановяване, за да възстановиш файловете на потребителите при промяна на паролата.", + "Search Users and Groups" : "Търси Потребители и Групи", + "Add Group" : "Добави Група", + "Group" : "Група", + "Everyone" : "Всички", + "Admins" : "Администратори", + "Default Quota" : "Квота по подразбиране", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Моля, въведи квота за заделено място (пр. \"512 MB\" или \"12 GB\")", + "Unlimited" : "Неограничено", + "Other" : "Друга...", + "Username" : "Потребителско Име", + "Quota" : "Квота", + "Storage Location" : "Място за Запис", + "Last Login" : "Последно Вписване", + "change full name" : "промени пълното име", + "set new password" : "сложи нова парола", + "Default" : "По подразбиране" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/bg_BG.json b/settings/l10n/bg_BG.json new file mode 100644 index 0000000000..363cbe9b37 --- /dev/null +++ b/settings/l10n/bg_BG.json @@ -0,0 +1,235 @@ +{ "translations": { + "Enabled" : "Включено", + "Not enabled" : "Изключено", + "Recommended" : "Препоръчано", + "Authentication error" : "Възникна проблем с идентификацията", + "Your full name has been changed." : "Пълното ти име е променено.", + "Unable to change full name" : "Неуспешна промяна на пълното име.", + "Group already exists" : "Групата вече съществува", + "Unable to add group" : "Неуспешно добавяне на група", + "Files decrypted successfully" : "Успешно разшифроването на файловете.", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Неуспешно разшифроване на файловете ти, моля провери owncloud.log или попитай администратора.", + "Couldn't decrypt your files, check your password and try again" : "Неуспешно разшифроване на файловете ти, провери паролата си и опитай отново.", + "Encryption keys deleted permanently" : "Ключовете за криптиране са безвъзвратно изтрити", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Неуспешно безвъзвратно изтриване на криптиращите ключове, моля провери своя owncloud.log или се свържи с админстратора.", + "Couldn't remove app." : "Неуспешно премахване на приложението.", + "Email saved" : "Имейла запазен", + "Invalid email" : "Невалиден имейл", + "Unable to delete group" : "Неуспешно изтриване на група", + "Unable to delete user" : "Неуспешно изтриване на потребител", + "Backups restored successfully" : "Резервното копие е успешно възстановено.", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Неуспешно възстановяване на криптиращите ти ключове, моля провери owncloud.log или попитай администратора.", + "Language changed" : "Езикът е променен", + "Invalid request" : "Невалидна заявка", + "Admins can't remove themself from the admin group" : "Админът не може да премахне себе си от админ групата.", + "Unable to add user to group %s" : "Неуспешно добавяне на потребител към групата %s.", + "Unable to remove user from group %s" : "Неуспешно премахване на потребител от групата %s.", + "Couldn't update app." : "Неуспешно обновяване на приложението.", + "Wrong password" : "Грешна парола", + "No user supplied" : "Липсва потребителско име", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Моля, посочете администраторската парола за възстановяване или всичката информация на потребителите ще бъде загубена.", + "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" : "Неуспешна смяна на паролата.", + "Saved" : "Запис", + "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}\" сигурен домейн?", + "Add trusted domain" : "Добави сигурен домейн", + "Sending..." : "Изпращане...", + "All" : "Всички", + "Please wait...." : "Моля изчакайте....", + "Error while disabling app" : "Грешка при изключването на приложението", + "Disable" : "Изключено", + "Enable" : "Включено", + "Error while enabling app" : "Грешка при включване на приложението", + "Updating...." : "Обновява се...", + "Error while updating app" : "Грешка при обновяване на приложението.", + "Updated" : "Обновено", + "Uninstalling ...." : "Премахване ...", + "Error while uninstalling app" : "Грешка при премахването на приложението.", + "Uninstall" : "Премахване", + "Select a profile picture" : "Избери аватар", + "Very weak password" : "Много слаба парола", + "Weak password" : "Слаба парола", + "So-so password" : "Не особено добра парола", + "Good password" : "Добра парола", + "Strong password" : "Сигурна парола", + "Valid until {date}" : "Валиден до {date}", + "Delete" : "Изтрий", + "Decrypting files... Please wait, this can take some time." : "Разшифроване на файловете... Моля, изчакай, това може да отнеме време...", + "Delete encryption keys permanently." : "Изтрий криптиращите ключове безвъзвратно.", + "Restore encryption keys." : "Възстанови криптиращите ключове.", + "Groups" : "Групи", + "Unable to delete {objName}" : "Неуспешно изтриване на {objName}.", + "Error creating group" : "Грешка при създаване на група.", + "A valid group name must be provided" : "Очаква се валидно име на група", + "deleted {groupName}" : "{groupName} изтрит", + "undo" : "възтановяване", + "never" : "никога", + "deleted {userName}" : "{userName} изтрит", + "add group" : "нова група", + "A valid username must be provided" : "Валидно потребителско име трябва да бъде зададено.", + "Error creating user" : "Грешка при създаване на потребител.", + "A valid password must be provided" : "Валидна парола трябва да бъде зададена.", + "Warning: Home directory for user \"{user}\" already exists" : "Предупреждение: Личната директория на потребителя \"{user}\" вече съществува.", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL root сертификати", + "Encryption" : "Криптиране", + "Everything (fatal issues, errors, warnings, info, debug)" : "Всичко (фатални проблеми, грешки, предупреждения, информация, дебъгване)", + "Info, warnings, errors and fatal issues" : "Информация, предупреждения, грешки и фатални проблеми", + "Warnings, errors and fatal issues" : "Предупреждения, грешки и фатални проблеми", + "Errors and fatal issues" : "Грешки и фатални проблеми", + "Fatal issues only" : "Само фатални проблеми", + "None" : "Няма", + "Login" : "Вход", + "Plain" : "Не защитен", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Предупреждение за Сигурноста", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "В момента използваш HTTP, за да посетиш %s. Силно препоръчваме да настроиш съвръра си да използва 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." : "Твоята директория за данни и файлове вероятно са достъпни от интернет. .htaccess файла не функционира. Силно препоръчваме да настроиш уебсъръра по такъв начин, че директорията за данни да не бъде достъпна или да я преместиш извън директорията корен на сървъра.", + "Setup Warning" : "Предупреждение за Настройките", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP е настроен да премахва inline doc блокове. Това може да превърне няколко основни приложения недостъпни.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Това може да се дължи на cache/accelerator като Zend OPache или eAccelerator.", + "Database Performance Info" : "Информацията за Прозиводителност на Базата Данни", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Настоящата база данни е SQLite. За по-големи инсталации препоръчваме да я смениш. За да преминеш към друга база данни използвай следната команда от командния ред: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Модулът 'fileinfo' липсва", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP модулът 'fileinfo' липсва. Силно препоръчваме този модъл да бъде добавен, за да бъдат постигнати най-добри резултати при mime-type откриването.", + "Your PHP version is outdated" : "PHP версията е остаряла.", + "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." : "PHP версията е остаряла. Силно препоръчваме да я обновиш на 5.3.8 или по-нова, защото по-старите версии създават проблеми. Възможно е тази инсталация да не работи правилно.", + "PHP charset is not set to UTF-8" : "PHP таблицата от символи не е настроена за UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP таблицата от символи не е настроена за UTF-8. Това може да предизвика големи проблеми с не ASCII символи в имена на файлове. Силно перпоръчваме да промените стойноста на 'defaul_charset' в php.ini до 'UTF-8'.", + "Locale not working" : "Местоположението не работи", + "System locale can not be set to a one which supports UTF-8." : "Системните настройки за местоположение не могат да бъдат промени на такива, подържащи UTF-8.", + "This means that there might be problems with certain characters in file names." : "Това означва, че може да има проблеми с определини символи в имената на файловете.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Силно препоръчваме да инсталираш на сървъра пакетите, които подържат следните местоположения: %s.", + "URL generation in notification emails" : "Генериране на URL в имейлите за известяване", + "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\")" : "Ако инсталацията не e инсталиранa в root на домейна и използва cron, може да има проблеми с генерирането на URL. За да избегнеш тези проблеми, моля, промени \"overwritewebroot\" в config.php с webroot пътя (Препоръчително: \"%s\")", + "Connectivity checks" : "Проверка за свързаност", + "No problems found" : "Не са открити проблеми", + "Please double check the installation guides." : "Моля, провери ръководството за инсталиране отново.", + "Cron" : "Крон", + "Last cron was executed at %s." : "Последният cron се изпълни в %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Последният cron се изпълни в %s. Това е преди повече от час, нещо не както трябва.", + "Cron was not executed yet!" : "Cron oще не е изпълнен!", + "Execute one task with each page loaded" : "Изпълни по едно задание с всяка заредена страница.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php е регистриран към webcron да се свързва с cron.php всеки 15 минути по http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Изполвай системната cron service, за връзка с cron.php файла всеки 15 минути.", + "Sharing" : "Споделяне", + "Allow apps to use the Share API" : "Разреши приложенията да използват Share API.", + "Allow users to share via link" : "Разреши потребителите да споделят с връзка", + "Enforce password protection" : "Изискай защита с парола.", + "Allow public uploads" : "Разреши общодостъпно качване", + "Set default expiration date" : "Заложи дата на изтичане по подразбиране", + "Expire after " : "Изтечи след", + "days" : "дена", + "Enforce expiration date" : "Изисквай дата на изтичане", + "Allow resharing" : "Разреши пресподеляне.", + "Restrict users to only share with users in their groups" : "Ограничи потребителите, така че да могат да споделят само с други потребители в своите групи.", + "Allow users to send mail notification for shared files" : "Разреши потребителите да изпращат имейл уведомления за споделени файлове.", + "Exclude groups from sharing" : "Забрани групи да споделят", + "These groups will still be able to receive shares, but not to initiate them." : "Тези групи ще могат да получават споделения, но няма да могат самите те да споделят.", + "Security" : "Сигурност", + "Enforce HTTPS" : "Изисквай HTTPS", + "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." : "Моля свържи се с твоя %s през HTTPS, за да включиш или изключиш SSL задължаването.", + "Email Server" : "Имейл Сървър", + "This is used for sending out notifications." : "Това се използва за изпращане на уведомления.", + "Send mode" : "Режим на изпращане", + "From address" : "От адрес", + "mail" : "поща", + "Authentication method" : "Метод за отризиране", + "Authentication required" : "Нужна е идентификация", + "Server address" : "Адрес на сървъра", + "Port" : "Порт", + "Credentials" : "Потр. име и парола", + "SMTP Username" : "SMTP Потребителско Име", + "SMTP Password" : "SMTP Парола", + "Store credentials" : "Запазвай креденциите", + "Test email settings" : "Настройки на проверяващия имейл", + "Send email" : "Изпрати имейл", + "Log" : "Доклад", + "Log level" : "Детайли на доклада", + "More" : "Още", + "Less" : "По-малко", + "Version" : "Версия", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Разработен от ownCloud обществото, кодът е лицензиран под AGPL.", + "More apps" : "Още приложения", + "Add your app" : "Добавете Ваше приложение", + "by" : "от", + "licensed" : "лицензирано", + "Documentation:" : "Документация:", + "User Documentation" : "Потребителска Документация", + "Admin Documentation" : "Админ Документация", + "Update to %s" : "Обнови до %s", + "Enable only for specific groups" : "Включи само за определени групи", + "Uninstall App" : "Премахни Приложението", + "Administrator Documentation" : "Административна Документация", + "Online Documentation" : "Документация в Интернет", + "Forum" : "Форум", + "Bugtracker" : "Докладвани грешки", + "Commercial Support" : "Платена Поддръжка", + "Get the apps to sync your files" : "Изтегли програми за синхронизиране на файловете ти", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Ако искаш да помогнеш на проекта:\n\t\tприсъедини се и пиши код\n\t\tили\n\t\tразпространи мълвата!", + "Show First Run Wizard again" : "Покажи Настройките за Първоначално Зареждане отново", + "You have used %s of the available %s" : "Използвал си %s от наличните %s.", + "Password" : "Парола", + "Your password was changed" : "Паролата ти е промена.", + "Unable to change your password" : "Неуспешна промяна на паролата.", + "Current password" : "Текуща парола", + "New password" : "Нова парола", + "Change password" : "Промяна на паролата", + "Full Name" : "Пълно Име", + "Email" : "Имейл", + "Your email address" : "Твоят имейл адрес", + "Fill in an email address to enable password recovery and receive notifications" : "Въведи имейл, за да включиш функцията за възстановяване на паролата и уведомления.", + "Profile picture" : "Аватар", + "Upload new" : "Качи нов", + "Select new from Files" : "Избери нов от Файловете", + "Remove image" : "Премахни изображението", + "Either png or jpg. Ideally square but you will be able to crop it." : "Png или jpg. Най-добре в квадратни размери, но ще имаш възможност да го изрежеш.", + "Your avatar is provided by your original account." : "Твоят аватар е взет от оригиналния ти профил.", + "Cancel" : "Отказ", + "Choose as profile image" : "Избери като аватар", + "Language" : "Език", + "Help translate" : "Помогни с превода", + "Common Name" : "Познато Име", + "Valid until" : "Валиден до", + "Issued By" : "Издаден От", + "Valid until %s" : "Валиден до %s", + "Import Root Certificate" : "Внасяне на Root Сертификат", + "The encryption app is no longer enabled, please decrypt all your files" : "Приложението за криптиране вече не е включено, моля разшифрирай всичките си файлове.", + "Log-in password" : "Парола за вписване", + "Decrypt all Files" : "Разшифровай всички Файлове", + "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." : "Криптиращите ти ключове са преместени на резервно място. Ако нещо се случи ще можеш да възстановиш ключовете. Изтрий ги единствено ако си сигурен, че всички файлове са успешно разшифровани.", + "Restore Encryption Keys" : "Възстанови Криптиращи Ключове", + "Delete Encryption Keys" : "Изтрий Криптиращи Ключове", + "Show storage location" : "Покажи място за запис", + "Show last log in" : "Покажи последно вписване", + "Login Name" : "Потребителско Име", + "Create" : "Създаване", + "Admin Recovery Password" : "Възстановяване на Администраторска Парола", + "Enter the recovery password in order to recover the users files during password change" : "Въведи паролата за възстановяване, за да възстановиш файловете на потребителите при промяна на паролата.", + "Search Users and Groups" : "Търси Потребители и Групи", + "Add Group" : "Добави Група", + "Group" : "Група", + "Everyone" : "Всички", + "Admins" : "Администратори", + "Default Quota" : "Квота по подразбиране", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Моля, въведи квота за заделено място (пр. \"512 MB\" или \"12 GB\")", + "Unlimited" : "Неограничено", + "Other" : "Друга...", + "Username" : "Потребителско Име", + "Quota" : "Квота", + "Storage Location" : "Място за Запис", + "Last Login" : "Последно Вписване", + "change full name" : "промени пълното име", + "set new password" : "сложи нова парола", + "Default" : "По подразбиране" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/bg_BG.php b/settings/l10n/bg_BG.php deleted file mode 100644 index 786ad67686..0000000000 --- a/settings/l10n/bg_BG.php +++ /dev/null @@ -1,239 +0,0 @@ - "Включено", -"Not enabled" => "Изключено", -"Recommended" => "Препоръчано", -"Authentication error" => "Възникна проблем с идентификацията", -"Your full name has been changed." => "Пълното ти име е променено.", -"Unable to change full name" => "Неуспешна промяна на пълното име.", -"Group already exists" => "Групата вече съществува", -"Unable to add group" => "Неуспешно добавяне на група", -"Files decrypted successfully" => "Успешно разшифроването на файловете.", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Неуспешно разшифроване на файловете ти, моля провери owncloud.log или попитай администратора.", -"Couldn't decrypt your files, check your password and try again" => "Неуспешно разшифроване на файловете ти, провери паролата си и опитай отново.", -"Encryption keys deleted permanently" => "Ключовете за криптиране са безвъзвратно изтрити", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Неуспешно безвъзвратно изтриване на криптиращите ключове, моля провери своя owncloud.log или се свържи с админстратора.", -"Couldn't remove app." => "Неуспешно премахване на приложението.", -"Email saved" => "Имейла запазен", -"Invalid email" => "Невалиден имейл", -"Unable to delete group" => "Неуспешно изтриване на група", -"Unable to delete user" => "Неуспешно изтриване на потребител", -"Backups restored successfully" => "Резервното копие е успешно възстановено.", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Неуспешно възстановяване на криптиращите ти ключове, моля провери owncloud.log или попитай администратора.", -"Language changed" => "Езикът е променен", -"Invalid request" => "Невалидна заявка", -"Admins can't remove themself from the admin group" => "Админът не може да премахне себе си от админ групата.", -"Unable to add user to group %s" => "Неуспешно добавяне на потребител към групата %s.", -"Unable to remove user from group %s" => "Неуспешно премахване на потребител от групата %s.", -"Couldn't update app." => "Неуспешно обновяване на приложението.", -"Wrong password" => "Грешна парола", -"No user supplied" => "Липсва потребителско име", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Моля, посочете администраторската парола за възстановяване или всичката информация на потребителите ще бъде загубена.", -"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" => "Неуспешна смяна на паролата.", -"Saved" => "Запис", -"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}\" сигурен домейн?", -"Add trusted domain" => "Добави сигурен домейн", -"Sending..." => "Изпращане...", -"All" => "Всички", -"Please wait...." => "Моля изчакайте....", -"Error while disabling app" => "Грешка при изключването на приложението", -"Disable" => "Изключено", -"Enable" => "Включено", -"Error while enabling app" => "Грешка при включване на приложението", -"Updating...." => "Обновява се...", -"Error while updating app" => "Грешка при обновяване на приложението.", -"Updated" => "Обновено", -"Uninstalling ...." => "Премахване ...", -"Error while uninstalling app" => "Грешка при премахването на приложението.", -"Uninstall" => "Премахване", -"Select a profile picture" => "Избери аватар", -"Very weak password" => "Много слаба парола", -"Weak password" => "Слаба парола", -"So-so password" => "Не особено добра парола", -"Good password" => "Добра парола", -"Strong password" => "Сигурна парола", -"Valid until {date}" => "Валиден до {date}", -"Delete" => "Изтрий", -"Decrypting files... Please wait, this can take some time." => "Разшифроване на файловете... Моля, изчакай, това може да отнеме време...", -"Delete encryption keys permanently." => "Изтрий криптиращите ключове безвъзвратно.", -"Restore encryption keys." => "Възстанови криптиращите ключове.", -"Groups" => "Групи", -"Unable to delete {objName}" => "Неуспешно изтриване на {objName}.", -"Error creating group" => "Грешка при създаване на група.", -"A valid group name must be provided" => "Очаква се валидно име на група", -"deleted {groupName}" => "{groupName} изтрит", -"undo" => "възтановяване", -"no group" => "няма група", -"never" => "никога", -"deleted {userName}" => "{userName} изтрит", -"add group" => "нова група", -"A valid username must be provided" => "Валидно потребителско име трябва да бъде зададено.", -"Error creating user" => "Грешка при създаване на потребител.", -"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)" => "Всичко (фатални проблеми, грешки, предупреждения, информация, дебъгване)", -"Info, warnings, errors and fatal issues" => "Информация, предупреждения, грешки и фатални проблеми", -"Warnings, errors and fatal issues" => "Предупреждения, грешки и фатални проблеми", -"Errors and fatal issues" => "Грешки и фатални проблеми", -"Fatal issues only" => "Само фатални проблеми", -"None" => "Няма", -"Login" => "Вход", -"Plain" => "Не защитен", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Предупреждение за Сигурноста", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "В момента използваш HTTP, за да посетиш %s. Силно препоръчваме да настроиш съвръра си да използва 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." => "Твоята директория за данни и файлове вероятно са достъпни от интернет. .htaccess файла не функционира. Силно препоръчваме да настроиш уебсъръра по такъв начин, че директорията за данни да не бъде достъпна или да я преместиш извън директорията корен на сървъра.", -"Setup Warning" => "Предупреждение за Настройките", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP е настроен да премахва inline doc блокове. Това може да превърне няколко основни приложения недостъпни.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Това може да се дължи на cache/accelerator като Zend OPache или eAccelerator.", -"Database Performance Info" => "Информацията за Прозиводителност на Базата Данни", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Настоящата база данни е SQLite. За по-големи инсталации препоръчваме да я смениш. За да преминеш към друга база данни използвай следната команда от командния ред: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Модулът 'fileinfo' липсва", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP модулът 'fileinfo' липсва. Силно препоръчваме този модъл да бъде добавен, за да бъдат постигнати най-добри резултати при mime-type откриването.", -"Your PHP version is outdated" => "PHP версията е остаряла.", -"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." => "PHP версията е остаряла. Силно препоръчваме да я обновиш на 5.3.8 или по-нова, защото по-старите версии създават проблеми. Възможно е тази инсталация да не работи правилно.", -"PHP charset is not set to UTF-8" => "PHP таблицата от символи не е настроена за UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP таблицата от символи не е настроена за UTF-8. Това може да предизвика големи проблеми с не ASCII символи в имена на файлове. Силно перпоръчваме да промените стойноста на 'defaul_charset' в php.ini до 'UTF-8'.", -"Locale not working" => "Местоположението не работи", -"System locale can not be set to a one which supports UTF-8." => "Системните настройки за местоположение не могат да бъдат промени на такива, подържащи UTF-8.", -"This means that there might be problems with certain characters in file names." => "Това означва, че може да има проблеми с определини символи в имената на файловете.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Силно препоръчваме да инсталираш на сървъра пакетите, които подържат следните местоположения: %s.", -"URL generation in notification emails" => "Генериране на URL в имейлите за известяване", -"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\")" => "Ако инсталацията не e инсталиранa в root на домейна и използва cron, може да има проблеми с генерирането на URL. За да избегнеш тези проблеми, моля, промени \"overwritewebroot\" в config.php с webroot пътя (Препоръчително: \"%s\")", -"Connectivity checks" => "Проверка за свързаност", -"No problems found" => "Не са открити проблеми", -"Please double check the installation guides." => "Моля, провери ръководството за инсталиране отново.", -"Cron" => "Крон", -"Last cron was executed at %s." => "Последният cron се изпълни в %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Последният cron се изпълни в %s. Това е преди повече от час, нещо не както трябва.", -"Cron was not executed yet!" => "Cron oще не е изпълнен!", -"Execute one task with each page loaded" => "Изпълни по едно задание с всяка заредена страница.", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php е регистриран към webcron да се свързва с cron.php всеки 15 минути по http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Изполвай системната cron service, за връзка с cron.php файла всеки 15 минути.", -"Sharing" => "Споделяне", -"Allow apps to use the Share API" => "Разреши приложенията да използват Share API.", -"Allow users to share via link" => "Разреши потребителите да споделят с връзка", -"Enforce password protection" => "Изискай защита с парола.", -"Allow public uploads" => "Разреши общодостъпно качване", -"Set default expiration date" => "Заложи дата на изтичане по подразбиране", -"Expire after " => "Изтечи след", -"days" => "дена", -"Enforce expiration date" => "Изисквай дата на изтичане", -"Allow resharing" => "Разреши пресподеляне.", -"Restrict users to only share with users in their groups" => "Ограничи потребителите, така че да могат да споделят само с други потребители в своите групи.", -"Allow users to send mail notification for shared files" => "Разреши потребителите да изпращат имейл уведомления за споделени файлове.", -"Exclude groups from sharing" => "Забрани групи да споделят", -"These groups will still be able to receive shares, but not to initiate them." => "Тези групи ще могат да получават споделения, но няма да могат самите те да споделят.", -"Security" => "Сигурност", -"Enforce HTTPS" => "Изисквай HTTPS", -"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." => "Моля свържи се с твоя %s през HTTPS, за да включиш или изключиш SSL задължаването.", -"Email Server" => "Имейл Сървър", -"This is used for sending out notifications." => "Това се използва за изпращане на уведомления.", -"Send mode" => "Режим на изпращане", -"From address" => "От адрес", -"mail" => "поща", -"Authentication method" => "Метод за отризиране", -"Authentication required" => "Нужна е идентификация", -"Server address" => "Адрес на сървъра", -"Port" => "Порт", -"Credentials" => "Потр. име и парола", -"SMTP Username" => "SMTP Потребителско Име", -"SMTP Password" => "SMTP Парола", -"Store credentials" => "Запазвай креденциите", -"Test email settings" => "Настройки на проверяващия имейл", -"Send email" => "Изпрати имейл", -"Log" => "Доклад", -"Log level" => "Детайли на доклада", -"More" => "Още", -"Less" => "По-малко", -"Version" => "Версия", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Разработен от ownCloud обществото, кодът е лицензиран под AGPL.", -"More apps" => "Още приложения", -"Add your app" => "Добавете Ваше приложение", -"by" => "от", -"licensed" => "лицензирано", -"Documentation:" => "Документация:", -"User Documentation" => "Потребителска Документация", -"Admin Documentation" => "Админ Документация", -"Update to %s" => "Обнови до %s", -"Enable only for specific groups" => "Включи само за определени групи", -"Uninstall App" => "Премахни Приложението", -"Administrator Documentation" => "Административна Документация", -"Online Documentation" => "Документация в Интернет", -"Forum" => "Форум", -"Bugtracker" => "Докладвани грешки", -"Commercial Support" => "Платена Поддръжка", -"Get the apps to sync your files" => "Изтегли програми за синхронизиране на файловете ти", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Ако искаш да помогнеш на проекта:\n\t\tприсъедини се и пиши код\n\t\tили\n\t\tразпространи мълвата!", -"Show First Run Wizard again" => "Покажи Настройките за Първоначално Зареждане отново", -"You have used %s of the available %s" => "Използвал си %s от наличните %s.", -"Password" => "Парола", -"Your password was changed" => "Паролата ти е промена.", -"Unable to change your password" => "Неуспешна промяна на паролата.", -"Current password" => "Текуща парола", -"New password" => "Нова парола", -"Change password" => "Промяна на паролата", -"Full Name" => "Пълно Име", -"Email" => "Имейл", -"Your email address" => "Твоят имейл адрес", -"Fill in an email address to enable password recovery and receive notifications" => "Въведи имейл, за да включиш функцията за възстановяване на паролата и уведомления.", -"Profile picture" => "Аватар", -"Upload new" => "Качи нов", -"Select new from Files" => "Избери нов от Файловете", -"Remove image" => "Премахни изображението", -"Either png or jpg. Ideally square but you will be able to crop it." => "Png или jpg. Най-добре в квадратни размери, но ще имаш възможност да го изрежеш.", -"Your avatar is provided by your original account." => "Твоят аватар е взет от оригиналния ти профил.", -"Cancel" => "Отказ", -"Choose as profile image" => "Избери като аватар", -"Language" => "Език", -"Help translate" => "Помогни с превода", -"Common Name" => "Познато Име", -"Valid until" => "Валиден до", -"Issued By" => "Издаден От", -"Valid until %s" => "Валиден до %s", -"Import Root Certificate" => "Внасяне на Root Сертификат", -"The encryption app is no longer enabled, please decrypt all your files" => "Приложението за криптиране вече не е включено, моля разшифрирай всичките си файлове.", -"Log-in password" => "Парола за вписване", -"Decrypt all Files" => "Разшифровай всички Файлове", -"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." => "Криптиращите ти ключове са преместени на резервно място. Ако нещо се случи ще можеш да възстановиш ключовете. Изтрий ги единствено ако си сигурен, че всички файлове са успешно разшифровани.", -"Restore Encryption Keys" => "Възстанови Криптиращи Ключове", -"Delete Encryption Keys" => "Изтрий Криптиращи Ключове", -"Show storage location" => "Покажи място за запис", -"Show last log in" => "Покажи последно вписване", -"Login Name" => "Потребителско Име", -"Create" => "Създаване", -"Admin Recovery Password" => "Възстановяване на Администраторска Парола", -"Enter the recovery password in order to recover the users files during password change" => "Въведи паролата за възстановяване, за да възстановиш файловете на потребителите при промяна на паролата.", -"Search Users and Groups" => "Търси Потребители и Групи", -"Add Group" => "Добави Група", -"Group" => "Група", -"Everyone" => "Всички", -"Admins" => "Администратори", -"Default Quota" => "Квота по подразбиране", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Моля, въведи квота за заделено място (пр. \"512 MB\" или \"12 GB\")", -"Unlimited" => "Неограничено", -"Other" => "Друга...", -"Username" => "Потребителско Име", -"Group Admin for" => "Групов администратор за", -"Quota" => "Квота", -"Storage Location" => "Място за Запис", -"Last Login" => "Последно Вписване", -"change full name" => "промени пълното име", -"set new password" => "сложи нова парола", -"Default" => "По подразбиране" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/bn_BD.js b/settings/l10n/bn_BD.js new file mode 100644 index 0000000000..ea607b32c8 --- /dev/null +++ b/settings/l10n/bn_BD.js @@ -0,0 +1,107 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "কার্যকর", + "Authentication error" : "অনুমোদন ঘটিত সমস্যা", + "Your full name has been changed." : "আপনার পূর্ণ নাম পরিবর্তন করা হয়েছে।", + "Group already exists" : "গোষ্ঠীটি পূর্ব থেকেই বিদ্যমান", + "Unable to add group" : "গোষ্ঠী যোগ করা সম্ভব হলো না", + "Files decrypted successfully" : "সার্থকভাবে ফাইল ডিক্রিপ্ট করা হয়েছে", + "Couldn't remove app." : "অ্যাপ অপসারণ করা গেলনা", + "Email saved" : "ই-মেইল সংরক্ষন করা হয়েছে", + "Invalid email" : "ই-মেইলটি সঠিক নয়", + "Unable to delete group" : "গোষ্ঠী মুছে ফেলা সম্ভব হলো না ", + "Unable to delete user" : "ব্যবহারকারী মুছে ফেলা সম্ভব হলো না ", + "Backups restored successfully" : "ব্যাকআপ পূণঃস্থাপন সুসম্পন্ন", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "িআপনার এনক্রিপসন কি পূনর্বাসন করা গেলনা, আপনার owncloud.log পিরীক্ষা করুন বা প্রশাসককে জিজ্ঞাসা করুন", + "Language changed" : "ভাষা পরিবর্তন করা হয়েছে", + "Invalid request" : "অনুরোধটি সঠিক নয়", + "Admins can't remove themself from the admin group" : "প্রশাসকবৃন্দ তাদেরকে প্রশাসক গোষ্ঠী থেকে মুছে ফেলতে পারবেন না", + "Unable to add user to group %s" : " %s গোষ্ঠীতে ব্যবহারকারী যোগ করা সম্ভব হলো না ", + "Unable to remove user from group %s" : "%s গোষ্ঠী থেকে ব্যবহারকারীকে অপসারণ করা সম্ভব হলো না", + "Couldn't update app." : "অ্যাপ নবায়ন করা গেলনা।", + "Wrong password" : "ভুল কুটশব্দ", + "No user supplied" : "ব্যবহারকারী দেয়া হয়নি", + "Saved" : "সংরক্ষণ করা হলো", + "test email settings" : "ইমেইল নিয়ামকসমূহ পরীক্ষা করুন", + "If you received this email, the settings seem to be correct." : "এই ইমেইলের অর্থ নিয়ামকসমূহ সঠিক।", + "Email sent" : "ই-মেইল পাঠানো হয়েছে", + "All" : "সবাই", + "Error while disabling app" : "অ্যাপ অকার্যকর করতে সমস্যা দেখা দিয়েছে ", + "Disable" : "নিষ্ক্রিয়", + "Enable" : "সক্রিয় ", + "Error while enabling app" : "অ্যাপ কার্যকর করতে সমস্যা দেখা দিয়েছে ", + "Updating...." : "নবায়ন করা হচ্ছে....", + "Error while updating app" : "অ্যাপ নবায়ন করতে সমস্যা দেখা দিয়েছে ", + "Updated" : "নবায়নকৃত", + "Strong password" : "শক্তিশালী কুটশব্দ", + "Valid until {date}" : "বৈধতা বলবৎ আছে {তারিখ} অবধি ", + "Delete" : "মুছে", + "Groups" : "গোষ্ঠীসমূহ", + "undo" : "ক্রিয়া প্রত্যাহার", + "never" : "কখনোই নয়", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL রুট সনদপত্র", + "Encryption" : "সংকেতায়ন", + "None" : "কোনটিই নয়", + "Login" : "প্রবেশ", + "Security Warning" : "নিরাপত্তাজনিত সতর্কতা", + "Module 'fileinfo' missing" : "'fileinfo' মডিউল নেই", + "No problems found" : "কোন সমস্যা পাওয়া গেল না", + "Please double check the installation guides." : "দয়া করে installation guides দ্বিতীয়বার দেখুন।", + "Sharing" : "ভাগাভাগিরত", + "Expire after " : "এরপর মেয়াদোত্তীর্ণ হও", + "days" : "দিনগুলি", + "Enforce expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ কার্যকর করুন", + "Security" : "নিরাপত্তা", + "Email Server" : "ইমেইল সার্ভার", + "Send mode" : "পাঠানো মোড", + "From address" : "হইতে ঠিকানা", + "mail" : "মেইল", + "Server address" : "সার্ভার ঠিকানা", + "Port" : "পোর্ট", + "Send email" : "ইমেইল পাঠান ", + "More" : "বেশী", + "Less" : "কম", + "Version" : "ভার্সন", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "তৈলী করেছেন ownCloud সম্প্রদায়, যার উৎস কোডটি AGPL এর অধীনে লাইসেন্সকৃত।", + "by" : "কর্তৃক", + "User Documentation" : "ব্যবহারকারী সহায়িকা", + "Administrator Documentation" : "প্রশাসক সহায়িকা", + "Online Documentation" : "অনলাইন সহায়িকা", + "Forum" : "ফোরাম", + "Bugtracker" : "বাগট্র্যাকার", + "Commercial Support" : "বাণিজ্যিক সাপোর্ট", + "Get the apps to sync your files" : "আপনার ফাইলসমূহ সিংক করতে অ্যাপস নিন", + "Show First Run Wizard again" : "প্রথমবার চালানোর যাদুকর পূনরায় প্রদর্শন কর", + "You have used %s of the available %s" : "আপনি ব্যবহার করছেন %s, সুলভ %s এর মধ্যে।", + "Password" : "কূটশব্দ", + "Your password was changed" : "আপনার কূটশব্দটি পরিবর্তন করা হয়েছে ", + "Unable to change your password" : "আপনার কূটশব্দটি পরিবর্তন করতে সক্ষম নয়", + "Current password" : "বর্তমান কূটশব্দ", + "New password" : "নতুন কূটশব্দ", + "Change password" : "কূটশব্দ পরিবর্তন করুন", + "Email" : "ইমেইল", + "Your email address" : "আপনার ই-মেইল ঠিকানা", + "Cancel" : "বাতির", + "Language" : "ভাষা", + "Help translate" : "অনুবাদ করতে সহায়তা করুন", + "Import Root Certificate" : "রুট সনদপত্রটি আমদানি করুন", + "Login Name" : "প্রবেশ", + "Create" : "তৈরী কর", + "Admin Recovery Password" : "প্রশাসক পূণরূদ্ধার কুটশব্দ", + "Add Group" : "গ্রুপ যোগ কর", + "Group" : "গোষ্ঠীসমূহ", + "Everyone" : "সকলে", + "Admins" : "প্রশাসন", + "Unlimited" : "অসীম", + "Other" : "অন্যান্য", + "Username" : "ব্যবহারকারী", + "Quota" : "কোটা", + "Storage Location" : "সংরক্ষণাগার এর অবস্থান", + "Last Login" : "শেষ লগইন", + "change full name" : "পুরোনাম পরিবর্তন করুন", + "set new password" : "নতুন কূটশব্দ নির্ধারণ করুন", + "Default" : "পূর্বনির্ধারিত" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/bn_BD.json b/settings/l10n/bn_BD.json new file mode 100644 index 0000000000..337df4cb4b --- /dev/null +++ b/settings/l10n/bn_BD.json @@ -0,0 +1,105 @@ +{ "translations": { + "Enabled" : "কার্যকর", + "Authentication error" : "অনুমোদন ঘটিত সমস্যা", + "Your full name has been changed." : "আপনার পূর্ণ নাম পরিবর্তন করা হয়েছে।", + "Group already exists" : "গোষ্ঠীটি পূর্ব থেকেই বিদ্যমান", + "Unable to add group" : "গোষ্ঠী যোগ করা সম্ভব হলো না", + "Files decrypted successfully" : "সার্থকভাবে ফাইল ডিক্রিপ্ট করা হয়েছে", + "Couldn't remove app." : "অ্যাপ অপসারণ করা গেলনা", + "Email saved" : "ই-মেইল সংরক্ষন করা হয়েছে", + "Invalid email" : "ই-মেইলটি সঠিক নয়", + "Unable to delete group" : "গোষ্ঠী মুছে ফেলা সম্ভব হলো না ", + "Unable to delete user" : "ব্যবহারকারী মুছে ফেলা সম্ভব হলো না ", + "Backups restored successfully" : "ব্যাকআপ পূণঃস্থাপন সুসম্পন্ন", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "িআপনার এনক্রিপসন কি পূনর্বাসন করা গেলনা, আপনার owncloud.log পিরীক্ষা করুন বা প্রশাসককে জিজ্ঞাসা করুন", + "Language changed" : "ভাষা পরিবর্তন করা হয়েছে", + "Invalid request" : "অনুরোধটি সঠিক নয়", + "Admins can't remove themself from the admin group" : "প্রশাসকবৃন্দ তাদেরকে প্রশাসক গোষ্ঠী থেকে মুছে ফেলতে পারবেন না", + "Unable to add user to group %s" : " %s গোষ্ঠীতে ব্যবহারকারী যোগ করা সম্ভব হলো না ", + "Unable to remove user from group %s" : "%s গোষ্ঠী থেকে ব্যবহারকারীকে অপসারণ করা সম্ভব হলো না", + "Couldn't update app." : "অ্যাপ নবায়ন করা গেলনা।", + "Wrong password" : "ভুল কুটশব্দ", + "No user supplied" : "ব্যবহারকারী দেয়া হয়নি", + "Saved" : "সংরক্ষণ করা হলো", + "test email settings" : "ইমেইল নিয়ামকসমূহ পরীক্ষা করুন", + "If you received this email, the settings seem to be correct." : "এই ইমেইলের অর্থ নিয়ামকসমূহ সঠিক।", + "Email sent" : "ই-মেইল পাঠানো হয়েছে", + "All" : "সবাই", + "Error while disabling app" : "অ্যাপ অকার্যকর করতে সমস্যা দেখা দিয়েছে ", + "Disable" : "নিষ্ক্রিয়", + "Enable" : "সক্রিয় ", + "Error while enabling app" : "অ্যাপ কার্যকর করতে সমস্যা দেখা দিয়েছে ", + "Updating...." : "নবায়ন করা হচ্ছে....", + "Error while updating app" : "অ্যাপ নবায়ন করতে সমস্যা দেখা দিয়েছে ", + "Updated" : "নবায়নকৃত", + "Strong password" : "শক্তিশালী কুটশব্দ", + "Valid until {date}" : "বৈধতা বলবৎ আছে {তারিখ} অবধি ", + "Delete" : "মুছে", + "Groups" : "গোষ্ঠীসমূহ", + "undo" : "ক্রিয়া প্রত্যাহার", + "never" : "কখনোই নয়", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL রুট সনদপত্র", + "Encryption" : "সংকেতায়ন", + "None" : "কোনটিই নয়", + "Login" : "প্রবেশ", + "Security Warning" : "নিরাপত্তাজনিত সতর্কতা", + "Module 'fileinfo' missing" : "'fileinfo' মডিউল নেই", + "No problems found" : "কোন সমস্যা পাওয়া গেল না", + "Please double check the installation guides." : "দয়া করে installation guides দ্বিতীয়বার দেখুন।", + "Sharing" : "ভাগাভাগিরত", + "Expire after " : "এরপর মেয়াদোত্তীর্ণ হও", + "days" : "দিনগুলি", + "Enforce expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ কার্যকর করুন", + "Security" : "নিরাপত্তা", + "Email Server" : "ইমেইল সার্ভার", + "Send mode" : "পাঠানো মোড", + "From address" : "হইতে ঠিকানা", + "mail" : "মেইল", + "Server address" : "সার্ভার ঠিকানা", + "Port" : "পোর্ট", + "Send email" : "ইমেইল পাঠান ", + "More" : "বেশী", + "Less" : "কম", + "Version" : "ভার্সন", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "তৈলী করেছেন ownCloud সম্প্রদায়, যার উৎস কোডটি AGPL এর অধীনে লাইসেন্সকৃত।", + "by" : "কর্তৃক", + "User Documentation" : "ব্যবহারকারী সহায়িকা", + "Administrator Documentation" : "প্রশাসক সহায়িকা", + "Online Documentation" : "অনলাইন সহায়িকা", + "Forum" : "ফোরাম", + "Bugtracker" : "বাগট্র্যাকার", + "Commercial Support" : "বাণিজ্যিক সাপোর্ট", + "Get the apps to sync your files" : "আপনার ফাইলসমূহ সিংক করতে অ্যাপস নিন", + "Show First Run Wizard again" : "প্রথমবার চালানোর যাদুকর পূনরায় প্রদর্শন কর", + "You have used %s of the available %s" : "আপনি ব্যবহার করছেন %s, সুলভ %s এর মধ্যে।", + "Password" : "কূটশব্দ", + "Your password was changed" : "আপনার কূটশব্দটি পরিবর্তন করা হয়েছে ", + "Unable to change your password" : "আপনার কূটশব্দটি পরিবর্তন করতে সক্ষম নয়", + "Current password" : "বর্তমান কূটশব্দ", + "New password" : "নতুন কূটশব্দ", + "Change password" : "কূটশব্দ পরিবর্তন করুন", + "Email" : "ইমেইল", + "Your email address" : "আপনার ই-মেইল ঠিকানা", + "Cancel" : "বাতির", + "Language" : "ভাষা", + "Help translate" : "অনুবাদ করতে সহায়তা করুন", + "Import Root Certificate" : "রুট সনদপত্রটি আমদানি করুন", + "Login Name" : "প্রবেশ", + "Create" : "তৈরী কর", + "Admin Recovery Password" : "প্রশাসক পূণরূদ্ধার কুটশব্দ", + "Add Group" : "গ্রুপ যোগ কর", + "Group" : "গোষ্ঠীসমূহ", + "Everyone" : "সকলে", + "Admins" : "প্রশাসন", + "Unlimited" : "অসীম", + "Other" : "অন্যান্য", + "Username" : "ব্যবহারকারী", + "Quota" : "কোটা", + "Storage Location" : "সংরক্ষণাগার এর অবস্থান", + "Last Login" : "শেষ লগইন", + "change full name" : "পুরোনাম পরিবর্তন করুন", + "set new password" : "নতুন কূটশব্দ নির্ধারণ করুন", + "Default" : "পূর্বনির্ধারিত" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/bn_BD.php b/settings/l10n/bn_BD.php deleted file mode 100644 index 58839489ea..0000000000 --- a/settings/l10n/bn_BD.php +++ /dev/null @@ -1,106 +0,0 @@ - "কার্যকর", -"Authentication error" => "অনুমোদন ঘটিত সমস্যা", -"Your full name has been changed." => "আপনার পূর্ণ নাম পরিবর্তন করা হয়েছে।", -"Group already exists" => "গোষ্ঠীটি পূর্ব থেকেই বিদ্যমান", -"Unable to add group" => "গোষ্ঠী যোগ করা সম্ভব হলো না", -"Files decrypted successfully" => "সার্থকভাবে ফাইল ডিক্রিপ্ট করা হয়েছে", -"Couldn't remove app." => "অ্যাপ অপসারণ করা গেলনা", -"Email saved" => "ই-মেইল সংরক্ষন করা হয়েছে", -"Invalid email" => "ই-মেইলটি সঠিক নয়", -"Unable to delete group" => "গোষ্ঠী মুছে ফেলা সম্ভব হলো না ", -"Unable to delete user" => "ব্যবহারকারী মুছে ফেলা সম্ভব হলো না ", -"Backups restored successfully" => "ব্যাকআপ পূণঃস্থাপন সুসম্পন্ন", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "িআপনার এনক্রিপসন কি পূনর্বাসন করা গেলনা, আপনার owncloud.log পিরীক্ষা করুন বা প্রশাসককে জিজ্ঞাসা করুন", -"Language changed" => "ভাষা পরিবর্তন করা হয়েছে", -"Invalid request" => "অনুরোধটি সঠিক নয়", -"Admins can't remove themself from the admin group" => "প্রশাসকবৃন্দ তাদেরকে প্রশাসক গোষ্ঠী থেকে মুছে ফেলতে পারবেন না", -"Unable to add user to group %s" => " %s গোষ্ঠীতে ব্যবহারকারী যোগ করা সম্ভব হলো না ", -"Unable to remove user from group %s" => "%s গোষ্ঠী থেকে ব্যবহারকারীকে অপসারণ করা সম্ভব হলো না", -"Couldn't update app." => "অ্যাপ নবায়ন করা গেলনা।", -"Wrong password" => "ভুল কুটশব্দ", -"No user supplied" => "ব্যবহারকারী দেয়া হয়নি", -"Saved" => "সংরক্ষণ করা হলো", -"test email settings" => "ইমেইল নিয়ামকসমূহ পরীক্ষা করুন", -"If you received this email, the settings seem to be correct." => "এই ইমেইলের অর্থ নিয়ামকসমূহ সঠিক।", -"Email sent" => "ই-মেইল পাঠানো হয়েছে", -"All" => "সবাই", -"Error while disabling app" => "অ্যাপ অকার্যকর করতে সমস্যা দেখা দিয়েছে ", -"Disable" => "নিষ্ক্রিয়", -"Enable" => "সক্রিয় ", -"Error while enabling app" => "অ্যাপ কার্যকর করতে সমস্যা দেখা দিয়েছে ", -"Updating...." => "নবায়ন করা হচ্ছে....", -"Error while updating app" => "অ্যাপ নবায়ন করতে সমস্যা দেখা দিয়েছে ", -"Updated" => "নবায়নকৃত", -"Strong password" => "শক্তিশালী কুটশব্দ", -"Valid until {date}" => "বৈধতা বলবৎ আছে {তারিখ} অবধি ", -"Delete" => "মুছে", -"Groups" => "গোষ্ঠীসমূহ", -"undo" => "ক্রিয়া প্রত্যাহার", -"never" => "কখনোই নয়", -"__language_name__" => "__language_name__", -"SSL root certificates" => "SSL রুট সনদপত্র", -"Encryption" => "সংকেতায়ন", -"None" => "কোনটিই নয়", -"Login" => "প্রবেশ", -"Security Warning" => "নিরাপত্তাজনিত সতর্কতা", -"Module 'fileinfo' missing" => "'fileinfo' মডিউল নেই", -"No problems found" => "কোন সমস্যা পাওয়া গেল না", -"Please double check the installation guides." => "দয়া করে installation guides দ্বিতীয়বার দেখুন।", -"Sharing" => "ভাগাভাগিরত", -"Expire after " => "এরপর মেয়াদোত্তীর্ণ হও", -"days" => "দিনগুলি", -"Enforce expiration date" => "মেয়াদোত্তীর্ণ হওয়ার তারিখ কার্যকর করুন", -"Security" => "নিরাপত্তা", -"Email Server" => "ইমেইল সার্ভার", -"Send mode" => "পাঠানো মোড", -"From address" => "হইতে ঠিকানা", -"mail" => "মেইল", -"Server address" => "সার্ভার ঠিকানা", -"Port" => "পোর্ট", -"Send email" => "ইমেইল পাঠান ", -"More" => "বেশী", -"Less" => "কম", -"Version" => "ভার্সন", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "তৈলী করেছেন ownCloud সম্প্রদায়, যার উৎস কোডটি AGPL এর অধীনে লাইসেন্সকৃত।", -"by" => "কর্তৃক", -"User Documentation" => "ব্যবহারকারী সহায়িকা", -"Administrator Documentation" => "প্রশাসক সহায়িকা", -"Online Documentation" => "অনলাইন সহায়িকা", -"Forum" => "ফোরাম", -"Bugtracker" => "বাগট্র্যাকার", -"Commercial Support" => "বাণিজ্যিক সাপোর্ট", -"Get the apps to sync your files" => "আপনার ফাইলসমূহ সিংক করতে অ্যাপস নিন", -"Show First Run Wizard again" => "প্রথমবার চালানোর যাদুকর পূনরায় প্রদর্শন কর", -"You have used %s of the available %s" => "আপনি ব্যবহার করছেন %s, সুলভ %s এর মধ্যে।", -"Password" => "কূটশব্দ", -"Your password was changed" => "আপনার কূটশব্দটি পরিবর্তন করা হয়েছে ", -"Unable to change your password" => "আপনার কূটশব্দটি পরিবর্তন করতে সক্ষম নয়", -"Current password" => "বর্তমান কূটশব্দ", -"New password" => "নতুন কূটশব্দ", -"Change password" => "কূটশব্দ পরিবর্তন করুন", -"Email" => "ইমেইল", -"Your email address" => "আপনার ই-মেইল ঠিকানা", -"Cancel" => "বাতির", -"Language" => "ভাষা", -"Help translate" => "অনুবাদ করতে সহায়তা করুন", -"Import Root Certificate" => "রুট সনদপত্রটি আমদানি করুন", -"Login Name" => "প্রবেশ", -"Create" => "তৈরী কর", -"Admin Recovery Password" => "প্রশাসক পূণরূদ্ধার কুটশব্দ", -"Add Group" => "গ্রুপ যোগ কর", -"Group" => "গোষ্ঠীসমূহ", -"Everyone" => "সকলে", -"Admins" => "প্রশাসন", -"Unlimited" => "অসীম", -"Other" => "অন্যান্য", -"Username" => "ব্যবহারকারী", -"Quota" => "কোটা", -"Storage Location" => "সংরক্ষণাগার এর অবস্থান", -"Last Login" => "শেষ লগইন", -"change full name" => "পুরোনাম পরিবর্তন করুন", -"set new password" => "নতুন কূটশব্দ নির্ধারণ করুন", -"Default" => "পূর্বনির্ধারিত" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/bn_IN.js b/settings/l10n/bn_IN.js new file mode 100644 index 0000000000..7552436f21 --- /dev/null +++ b/settings/l10n/bn_IN.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "settings", + { + "Saved" : "সংরক্ষিত", + "Delete" : "মুছে ফেলা", + "by" : "দ্বারা", + "Get the apps to sync your files" : "আপনার ফাইল সিঙ্ক করার অ্যাপ পান", + "Cancel" : "বাতিল করা", + "Username" : "ইউজারনেম" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/bn_IN.json b/settings/l10n/bn_IN.json new file mode 100644 index 0000000000..7ec4ea67aa --- /dev/null +++ b/settings/l10n/bn_IN.json @@ -0,0 +1,9 @@ +{ "translations": { + "Saved" : "সংরক্ষিত", + "Delete" : "মুছে ফেলা", + "by" : "দ্বারা", + "Get the apps to sync your files" : "আপনার ফাইল সিঙ্ক করার অ্যাপ পান", + "Cancel" : "বাতিল করা", + "Username" : "ইউজারনেম" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/bn_IN.php b/settings/l10n/bn_IN.php deleted file mode 100644 index 160df13779..0000000000 --- a/settings/l10n/bn_IN.php +++ /dev/null @@ -1,10 +0,0 @@ - "সংরক্ষিত", -"Delete" => "মুছে ফেলা", -"by" => "দ্বারা", -"Get the apps to sync your files" => "আপনার ফাইল সিঙ্ক করার অ্যাপ পান", -"Cancel" => "বাতিল করা", -"Username" => "ইউজারনেম" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/bs.php b/settings/l10n/bs.php deleted file mode 100644 index 708e045ade..0000000000 --- a/settings/l10n/bs.php +++ /dev/null @@ -1,5 +0,0 @@ - "Spašavam..." -); -$PLURAL_FORMS = "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/settings/l10n/ca.js b/settings/l10n/ca.js new file mode 100644 index 0000000000..a234364aeb --- /dev/null +++ b/settings/l10n/ca.js @@ -0,0 +1,214 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Activat", + "Authentication error" : "Error d'autenticació", + "Your full name has been changed." : "El vostre nom complet ha canviat.", + "Unable to change full name" : "No s'ha pogut canviar el nom complet", + "Group already exists" : "El grup ja existeix", + "Unable to add group" : "No es pot afegir el grup", + "Files decrypted successfully" : "Els fitxers s'han desencriptat amb èxit", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "No es poden desencriptar els fitxers. Comproveu owncloud.log o demaneu-ho a l'administrador.", + "Couldn't decrypt your files, check your password and try again" : "No s'han pogut desencriptar els fitxers, comproveu la contrasenya i proveu-ho de nou", + "Encryption keys deleted permanently" : "Les claus d'encriptació s'han esborrat permanentment", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "No es poden esborrar les claus d'encriptació. Comproveu owncloud.log o demaneu-ho a l'administrador.", + "Couldn't remove app." : "No s'ha pogut eliminar l'aplicació", + "Email saved" : "S'ha desat el correu electrònic", + "Invalid email" : "El correu electrònic no és vàlid", + "Unable to delete group" : "No es pot eliminar el grup", + "Unable to delete user" : "No es pot eliminar l'usuari", + "Backups restored successfully" : "Les còpies de seguretat s'han restablert correctament", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "No es poden restablir les claus d'encriptació. Comproveu owncloud.log o demaneu-ho a l'administrador.", + "Language changed" : "S'ha canviat l'idioma", + "Invalid request" : "Sol·licitud no vàlida", + "Admins can't remove themself from the admin group" : "Els administradors no es poden eliminar del grup admin", + "Unable to add user to group %s" : "No es pot afegir l'usuari al grup %s", + "Unable to remove user from group %s" : "No es pot eliminar l'usuari del grup %s", + "Couldn't update app." : "No s'ha pogut actualitzar l'aplicació.", + "Wrong password" : "Contrasenya incorrecta", + "No user supplied" : "No heu proporcionat cap usuari", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Sisplau, proporcioneu una contrasenya de recuperació d'administrador, altrament totes les dades d'usuari es perdran", + "Wrong admin recovery password. Please check the password and try again." : "La contrasenya de recuperació d'administrador és incorrecta. Comproveu-la i torneu-ho a intentar.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "El dorsal no permet canviar la contrasenya, però la clau d'encripació d'usuaris s'ha actualitzat correctament.", + "Unable to change password" : "No es pot canviar la contrasenya", + "Saved" : "Desat", + "test email settings" : "prova l'arranjament del correu", + "If you received this email, the settings seem to be correct." : "Si rebeu aquest correu sembla que l'arranjament del correu és correcte.", + "Email sent" : "El correu electrónic s'ha enviat", + "You need to set your user email before being able to send test emails." : "Heu d'establir un nom d'usuari abans de poder enviar correus de prova.", + "Sending..." : "Enviant...", + "All" : "Tots", + "Please wait...." : "Espereu...", + "Error while disabling app" : "Error en desactivar l'aplicació", + "Disable" : "Desactiva", + "Enable" : "Habilita", + "Error while enabling app" : "Error en activar l'aplicació", + "Updating...." : "Actualitzant...", + "Error while updating app" : "Error en actualitzar l'aplicació", + "Updated" : "Actualitzada", + "Uninstalling ...." : "Desintal·lant ...", + "Error while uninstalling app" : "Error en desinstal·lar l'aplicació", + "Uninstall" : "Desinstal·la", + "Select a profile picture" : "Seleccioneu una imatge de perfil", + "Very weak password" : "Contrasenya massa feble", + "Weak password" : "Contrasenya feble", + "So-so password" : "Contrasenya passable", + "Good password" : "Contrasenya bona", + "Strong password" : "Contrasenya forta", + "Delete" : "Esborra", + "Decrypting files... Please wait, this can take some time." : "Desencriptant fitxers... Espereu, això pot trigar una estona.", + "Delete encryption keys permanently." : "Esborra les claus d'encriptació permanentment.", + "Restore encryption keys." : "Esborra les claus d'encripació.", + "Groups" : "Grups", + "Unable to delete {objName}" : "No es pot eliminar {objName}", + "Error creating group" : "Error en crear el grup", + "A valid group name must be provided" : "Heu de facilitar un nom de grup vàlid", + "deleted {groupName}" : "eliminat {groupName}", + "undo" : "desfés", + "never" : "mai", + "deleted {userName}" : "eliminat {userName}", + "add group" : "afegeix grup", + "A valid username must be provided" : "Heu de facilitar un nom d'usuari vàlid", + "Error creating user" : "Error en crear l'usuari", + "A valid password must be provided" : "Heu de facilitar una contrasenya vàlida", + "Warning: Home directory for user \"{user}\" already exists" : "Avís: la carpeta Home per l'usuari \"{user}\" ja existeix", + "__language_name__" : "Català", + "SSL root certificates" : "Certificats SSL root", + "Encryption" : "Xifrat", + "Everything (fatal issues, errors, warnings, info, debug)" : "Tot (problemes fatals, errors, avisos, informació, depuració)", + "Info, warnings, errors and fatal issues" : "Informació, avisos, errors i problemes fatals", + "Warnings, errors and fatal issues" : "Avisos, errors i problemes fatals", + "Errors and fatal issues" : "Errors i problemes fatals", + "Fatal issues only" : "Només problemes fatals", + "None" : "Cap", + "Login" : "Inici de sessió", + "Plain" : "Pla", + "NT LAN Manager" : "Gestor NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Avís de seguretat", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Esteu accedint %s a través de HTTP. Us recomanem fermament que configureu el servidor perquè requereixi 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." : "La carpeta de dades i els vostres fitxersprobablement són accessibles des d'Internet. La fitxer .htaccess no funciona. Us recomanem que configureu el servidor web de tal manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de l'arrel de documents del servidor web.", + "Setup Warning" : "Avís de configuració", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Aparentment PHP està configurat per mostrar blocs en línia de documentació. Això farà que algunes aplicacions core siguin inaccessibles.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Això probablement està provocat per una cau/accelerador com Zend OPcache o eAccelerator.", + "Database Performance Info" : "Informació del rendiment de la base de dades", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "S'utilitza SQLite com a base de dades. Per instal·lacions grans recomanem que la canvieu. Per migrar a una altra base de dades useu l'eina d'intèrpret d'ordres 'occ db:convert-type'", + "Module 'fileinfo' missing" : "No s'ha trobat el mòdul 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "El mòdul de PHP 'fileinfo' no s'ha trobat. Us recomanem que habiliteu aquest mòdul per obtenir millors resultats amb la detecció mime-type.", + "Your PHP version is outdated" : "La versió de PHP és obsoleta", + "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." : "La versió de PHP és obsoleta. Us recomanem fermament que actualitzeu a la versió 5.3.8 o superior perquè les versions anteriors no funcionen. La instal·lació podria no funcionar correctament.", + "Locale not working" : "Locale no funciona", + "System locale can not be set to a one which supports UTF-8." : "No s'ha pogut establir cap localització del sistema amb suport per UTF-8.", + "This means that there might be problems with certain characters in file names." : "Això podria comportar problemes amb alguns caràcters en els noms dels fitxer.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Us recomanem que instal·leu els paquets necessaris en el sistema per donar suport a alguna de les localitzacions següents: %s", + "Please double check the installation guides." : "Comproveu les guies d'instal·lació.", + "Cron" : "Cron", + "Last cron was executed at %s." : "L'últim cron s'ha executat el %s", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "L'últim cron es va executar a %s. Fa més d'una hora, alguna cosa sembla que va malament.", + "Cron was not executed yet!" : "El cron encara no s'ha executat!", + "Execute one task with each page loaded" : "Executa una tasca per cada paquet carregat", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php està registrat en un servei webcron que fa una crida a cron.php cada 15 minuts a través de http.", + "Sharing" : "Compartir", + "Allow apps to use the Share API" : "Permet que les aplicacions utilitzin l'API de compartir", + "Allow users to share via link" : "Permet als usuaris compartir a través d'enllaços", + "Enforce password protection" : "Reforça la protecció amb contrasenya", + "Allow public uploads" : "Permet pujada pública", + "Set default expiration date" : "Estableix la data de venciment", + "Expire after " : "Venciment després de", + "days" : "dies", + "Enforce expiration date" : "Força la data de venciment", + "Allow resharing" : "Permet compartir de nou", + "Restrict users to only share with users in their groups" : "Permet als usuaris compartir només amb usuaris del seu grup", + "Allow users to send mail notification for shared files" : "Permet als usuaris enviar notificacions de fitxers compartits per correu ", + "Exclude groups from sharing" : "Exclou grups de compartició", + "These groups will still be able to receive shares, but not to initiate them." : "Aquests fitxers encara podran rebre compartits, però no podran iniciar-los.", + "Security" : "Seguretat", + "Enforce HTTPS" : "Força HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Força la connexió dels clients a %s a través d'una connexió encriptada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Connecteu a %s a través de HTTPS per habilitar o inhabilitar l'accés SSL.", + "Email Server" : "Servidor de correu", + "This is used for sending out notifications." : "S'usa per enviar notificacions.", + "Send mode" : "Mode d'enviament", + "From address" : "Des de l'adreça", + "mail" : "correu electrònic", + "Authentication method" : "Mètode d'autenticació", + "Authentication required" : "Es requereix autenticació", + "Server address" : "Adreça del servidor", + "Port" : "Port", + "Credentials" : "Credencials", + "SMTP Username" : "Nom d'usuari SMTP", + "SMTP Password" : "Contrasenya SMTP", + "Test email settings" : "Prova l'arranjament del correu", + "Send email" : "Envia correu", + "Log" : "Registre", + "Log level" : "Nivell de registre", + "More" : "Més", + "Less" : "Menys", + "Version" : "Versió", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desenvolupat per la comunitat ownCloud, el codi font té llicència AGPL.", + "More apps" : "Més aplicacions", + "by" : "per", + "Documentation:" : "Documentació:", + "User Documentation" : "Documentació d'usuari", + "Admin Documentation" : "Documentació d'administrador", + "Enable only for specific groups" : "Activa només per grups específics", + "Uninstall App" : "Desinstal·la l'aplicació", + "Administrator Documentation" : "Documentació d'administrador", + "Online Documentation" : "Documentació en línia", + "Forum" : "Fòrum", + "Bugtracker" : "Seguiment d'errors", + "Commercial Support" : "Suport comercial", + "Get the apps to sync your files" : "Obtingueu les aplicacions per sincronitzar els vostres fitxers", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si voleu ajudar al projecte \n\t\tuniu-vos al seu desenvolupament\n\t\to\n\t\tpromoveu-lo!", + "Show First Run Wizard again" : "Torna a mostrar l'assistent de primera execució", + "You have used %s of the available %s" : "Heu utilitzat %s d'un total disponible de %s", + "Password" : "Contrasenya", + "Your password was changed" : "La seva contrasenya s'ha canviat", + "Unable to change your password" : "No s'ha pogut canviar la contrasenya", + "Current password" : "Contrasenya actual", + "New password" : "Contrasenya nova", + "Change password" : "Canvia la contrasenya", + "Full Name" : "Nom complet", + "Email" : "Correu electrònic", + "Your email address" : "Correu electrònic", + "Fill in an email address to enable password recovery and receive notifications" : "Ompliu una adreça de correu per poder recuperar la contrasenya i rebre notificacions", + "Profile picture" : "Foto de perfil", + "Upload new" : "Puja'n una de nova", + "Select new from Files" : "Selecciona'n una de nova dels fitxers", + "Remove image" : "Elimina imatge", + "Either png or jpg. Ideally square but you will be able to crop it." : "Pot ser png o jpg. Idealment quadrada, però podreu retallar-la.", + "Your avatar is provided by your original account." : "El vostre compte original proporciona l'avatar.", + "Cancel" : "Cancel·la", + "Choose as profile image" : "Selecciona com a imatge de perfil", + "Language" : "Idioma", + "Help translate" : "Ajudeu-nos amb la traducció", + "Import Root Certificate" : "Importa certificat root", + "The encryption app is no longer enabled, please decrypt all your files" : "L'aplicació d'encriptació ja no està activada, desencripteu tots els vostres fitxers", + "Log-in password" : "Contrasenya d'accés", + "Decrypt all Files" : "Desencripta tots els fitxers", + "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." : "Les claus d'encriptació s'han mogut a una còpia de seguretat. Si alguna cosa va malament les podreu restablir. Esborreu-les permanentment només si esteu segur que tots els fitxers es desencripten correctament.", + "Restore Encryption Keys" : "Restableix les claus d'encriptació", + "Delete Encryption Keys" : "Esborra les claus d'encriptació", + "Login Name" : "Nom d'accés", + "Create" : "Crea", + "Admin Recovery Password" : "Recuperació de contrasenya d'administrador", + "Enter the recovery password in order to recover the users files during password change" : "Escriviu la contrasenya de recuperació per a poder recuperar els fitxers dels usuaris en canviar la contrasenya", + "Search Users and Groups" : "Cerca usuaris i grups", + "Add Group" : "Afegeix grup", + "Group" : "Grup", + "Everyone" : "Tothom", + "Admins" : "Administradors", + "Default Quota" : "Quota per defecte", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Escriviu la quota d'emmagatzemament (per ex.: \"512 MB\" o \"12 GB\")", + "Unlimited" : "Il·limitat", + "Other" : "Un altre", + "Username" : "Nom d'usuari", + "Quota" : "Quota", + "Storage Location" : "Ubicació de l'emmagatzemament", + "Last Login" : "Últim accés", + "change full name" : "canvia el nom complet", + "set new password" : "estableix nova contrasenya", + "Default" : "Per defecte" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ca.json b/settings/l10n/ca.json new file mode 100644 index 0000000000..47847ab92b --- /dev/null +++ b/settings/l10n/ca.json @@ -0,0 +1,212 @@ +{ "translations": { + "Enabled" : "Activat", + "Authentication error" : "Error d'autenticació", + "Your full name has been changed." : "El vostre nom complet ha canviat.", + "Unable to change full name" : "No s'ha pogut canviar el nom complet", + "Group already exists" : "El grup ja existeix", + "Unable to add group" : "No es pot afegir el grup", + "Files decrypted successfully" : "Els fitxers s'han desencriptat amb èxit", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "No es poden desencriptar els fitxers. Comproveu owncloud.log o demaneu-ho a l'administrador.", + "Couldn't decrypt your files, check your password and try again" : "No s'han pogut desencriptar els fitxers, comproveu la contrasenya i proveu-ho de nou", + "Encryption keys deleted permanently" : "Les claus d'encriptació s'han esborrat permanentment", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "No es poden esborrar les claus d'encriptació. Comproveu owncloud.log o demaneu-ho a l'administrador.", + "Couldn't remove app." : "No s'ha pogut eliminar l'aplicació", + "Email saved" : "S'ha desat el correu electrònic", + "Invalid email" : "El correu electrònic no és vàlid", + "Unable to delete group" : "No es pot eliminar el grup", + "Unable to delete user" : "No es pot eliminar l'usuari", + "Backups restored successfully" : "Les còpies de seguretat s'han restablert correctament", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "No es poden restablir les claus d'encriptació. Comproveu owncloud.log o demaneu-ho a l'administrador.", + "Language changed" : "S'ha canviat l'idioma", + "Invalid request" : "Sol·licitud no vàlida", + "Admins can't remove themself from the admin group" : "Els administradors no es poden eliminar del grup admin", + "Unable to add user to group %s" : "No es pot afegir l'usuari al grup %s", + "Unable to remove user from group %s" : "No es pot eliminar l'usuari del grup %s", + "Couldn't update app." : "No s'ha pogut actualitzar l'aplicació.", + "Wrong password" : "Contrasenya incorrecta", + "No user supplied" : "No heu proporcionat cap usuari", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Sisplau, proporcioneu una contrasenya de recuperació d'administrador, altrament totes les dades d'usuari es perdran", + "Wrong admin recovery password. Please check the password and try again." : "La contrasenya de recuperació d'administrador és incorrecta. Comproveu-la i torneu-ho a intentar.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "El dorsal no permet canviar la contrasenya, però la clau d'encripació d'usuaris s'ha actualitzat correctament.", + "Unable to change password" : "No es pot canviar la contrasenya", + "Saved" : "Desat", + "test email settings" : "prova l'arranjament del correu", + "If you received this email, the settings seem to be correct." : "Si rebeu aquest correu sembla que l'arranjament del correu és correcte.", + "Email sent" : "El correu electrónic s'ha enviat", + "You need to set your user email before being able to send test emails." : "Heu d'establir un nom d'usuari abans de poder enviar correus de prova.", + "Sending..." : "Enviant...", + "All" : "Tots", + "Please wait...." : "Espereu...", + "Error while disabling app" : "Error en desactivar l'aplicació", + "Disable" : "Desactiva", + "Enable" : "Habilita", + "Error while enabling app" : "Error en activar l'aplicació", + "Updating...." : "Actualitzant...", + "Error while updating app" : "Error en actualitzar l'aplicació", + "Updated" : "Actualitzada", + "Uninstalling ...." : "Desintal·lant ...", + "Error while uninstalling app" : "Error en desinstal·lar l'aplicació", + "Uninstall" : "Desinstal·la", + "Select a profile picture" : "Seleccioneu una imatge de perfil", + "Very weak password" : "Contrasenya massa feble", + "Weak password" : "Contrasenya feble", + "So-so password" : "Contrasenya passable", + "Good password" : "Contrasenya bona", + "Strong password" : "Contrasenya forta", + "Delete" : "Esborra", + "Decrypting files... Please wait, this can take some time." : "Desencriptant fitxers... Espereu, això pot trigar una estona.", + "Delete encryption keys permanently." : "Esborra les claus d'encriptació permanentment.", + "Restore encryption keys." : "Esborra les claus d'encripació.", + "Groups" : "Grups", + "Unable to delete {objName}" : "No es pot eliminar {objName}", + "Error creating group" : "Error en crear el grup", + "A valid group name must be provided" : "Heu de facilitar un nom de grup vàlid", + "deleted {groupName}" : "eliminat {groupName}", + "undo" : "desfés", + "never" : "mai", + "deleted {userName}" : "eliminat {userName}", + "add group" : "afegeix grup", + "A valid username must be provided" : "Heu de facilitar un nom d'usuari vàlid", + "Error creating user" : "Error en crear l'usuari", + "A valid password must be provided" : "Heu de facilitar una contrasenya vàlida", + "Warning: Home directory for user \"{user}\" already exists" : "Avís: la carpeta Home per l'usuari \"{user}\" ja existeix", + "__language_name__" : "Català", + "SSL root certificates" : "Certificats SSL root", + "Encryption" : "Xifrat", + "Everything (fatal issues, errors, warnings, info, debug)" : "Tot (problemes fatals, errors, avisos, informació, depuració)", + "Info, warnings, errors and fatal issues" : "Informació, avisos, errors i problemes fatals", + "Warnings, errors and fatal issues" : "Avisos, errors i problemes fatals", + "Errors and fatal issues" : "Errors i problemes fatals", + "Fatal issues only" : "Només problemes fatals", + "None" : "Cap", + "Login" : "Inici de sessió", + "Plain" : "Pla", + "NT LAN Manager" : "Gestor NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Avís de seguretat", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Esteu accedint %s a través de HTTP. Us recomanem fermament que configureu el servidor perquè requereixi 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." : "La carpeta de dades i els vostres fitxersprobablement són accessibles des d'Internet. La fitxer .htaccess no funciona. Us recomanem que configureu el servidor web de tal manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de l'arrel de documents del servidor web.", + "Setup Warning" : "Avís de configuració", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Aparentment PHP està configurat per mostrar blocs en línia de documentació. Això farà que algunes aplicacions core siguin inaccessibles.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Això probablement està provocat per una cau/accelerador com Zend OPcache o eAccelerator.", + "Database Performance Info" : "Informació del rendiment de la base de dades", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "S'utilitza SQLite com a base de dades. Per instal·lacions grans recomanem que la canvieu. Per migrar a una altra base de dades useu l'eina d'intèrpret d'ordres 'occ db:convert-type'", + "Module 'fileinfo' missing" : "No s'ha trobat el mòdul 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "El mòdul de PHP 'fileinfo' no s'ha trobat. Us recomanem que habiliteu aquest mòdul per obtenir millors resultats amb la detecció mime-type.", + "Your PHP version is outdated" : "La versió de PHP és obsoleta", + "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." : "La versió de PHP és obsoleta. Us recomanem fermament que actualitzeu a la versió 5.3.8 o superior perquè les versions anteriors no funcionen. La instal·lació podria no funcionar correctament.", + "Locale not working" : "Locale no funciona", + "System locale can not be set to a one which supports UTF-8." : "No s'ha pogut establir cap localització del sistema amb suport per UTF-8.", + "This means that there might be problems with certain characters in file names." : "Això podria comportar problemes amb alguns caràcters en els noms dels fitxer.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Us recomanem que instal·leu els paquets necessaris en el sistema per donar suport a alguna de les localitzacions següents: %s", + "Please double check the installation guides." : "Comproveu les guies d'instal·lació.", + "Cron" : "Cron", + "Last cron was executed at %s." : "L'últim cron s'ha executat el %s", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "L'últim cron es va executar a %s. Fa més d'una hora, alguna cosa sembla que va malament.", + "Cron was not executed yet!" : "El cron encara no s'ha executat!", + "Execute one task with each page loaded" : "Executa una tasca per cada paquet carregat", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php està registrat en un servei webcron que fa una crida a cron.php cada 15 minuts a través de http.", + "Sharing" : "Compartir", + "Allow apps to use the Share API" : "Permet que les aplicacions utilitzin l'API de compartir", + "Allow users to share via link" : "Permet als usuaris compartir a través d'enllaços", + "Enforce password protection" : "Reforça la protecció amb contrasenya", + "Allow public uploads" : "Permet pujada pública", + "Set default expiration date" : "Estableix la data de venciment", + "Expire after " : "Venciment després de", + "days" : "dies", + "Enforce expiration date" : "Força la data de venciment", + "Allow resharing" : "Permet compartir de nou", + "Restrict users to only share with users in their groups" : "Permet als usuaris compartir només amb usuaris del seu grup", + "Allow users to send mail notification for shared files" : "Permet als usuaris enviar notificacions de fitxers compartits per correu ", + "Exclude groups from sharing" : "Exclou grups de compartició", + "These groups will still be able to receive shares, but not to initiate them." : "Aquests fitxers encara podran rebre compartits, però no podran iniciar-los.", + "Security" : "Seguretat", + "Enforce HTTPS" : "Força HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Força la connexió dels clients a %s a través d'una connexió encriptada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Connecteu a %s a través de HTTPS per habilitar o inhabilitar l'accés SSL.", + "Email Server" : "Servidor de correu", + "This is used for sending out notifications." : "S'usa per enviar notificacions.", + "Send mode" : "Mode d'enviament", + "From address" : "Des de l'adreça", + "mail" : "correu electrònic", + "Authentication method" : "Mètode d'autenticació", + "Authentication required" : "Es requereix autenticació", + "Server address" : "Adreça del servidor", + "Port" : "Port", + "Credentials" : "Credencials", + "SMTP Username" : "Nom d'usuari SMTP", + "SMTP Password" : "Contrasenya SMTP", + "Test email settings" : "Prova l'arranjament del correu", + "Send email" : "Envia correu", + "Log" : "Registre", + "Log level" : "Nivell de registre", + "More" : "Més", + "Less" : "Menys", + "Version" : "Versió", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desenvolupat per la comunitat ownCloud, el codi font té llicència AGPL.", + "More apps" : "Més aplicacions", + "by" : "per", + "Documentation:" : "Documentació:", + "User Documentation" : "Documentació d'usuari", + "Admin Documentation" : "Documentació d'administrador", + "Enable only for specific groups" : "Activa només per grups específics", + "Uninstall App" : "Desinstal·la l'aplicació", + "Administrator Documentation" : "Documentació d'administrador", + "Online Documentation" : "Documentació en línia", + "Forum" : "Fòrum", + "Bugtracker" : "Seguiment d'errors", + "Commercial Support" : "Suport comercial", + "Get the apps to sync your files" : "Obtingueu les aplicacions per sincronitzar els vostres fitxers", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si voleu ajudar al projecte \n\t\tuniu-vos al seu desenvolupament\n\t\to\n\t\tpromoveu-lo!", + "Show First Run Wizard again" : "Torna a mostrar l'assistent de primera execució", + "You have used %s of the available %s" : "Heu utilitzat %s d'un total disponible de %s", + "Password" : "Contrasenya", + "Your password was changed" : "La seva contrasenya s'ha canviat", + "Unable to change your password" : "No s'ha pogut canviar la contrasenya", + "Current password" : "Contrasenya actual", + "New password" : "Contrasenya nova", + "Change password" : "Canvia la contrasenya", + "Full Name" : "Nom complet", + "Email" : "Correu electrònic", + "Your email address" : "Correu electrònic", + "Fill in an email address to enable password recovery and receive notifications" : "Ompliu una adreça de correu per poder recuperar la contrasenya i rebre notificacions", + "Profile picture" : "Foto de perfil", + "Upload new" : "Puja'n una de nova", + "Select new from Files" : "Selecciona'n una de nova dels fitxers", + "Remove image" : "Elimina imatge", + "Either png or jpg. Ideally square but you will be able to crop it." : "Pot ser png o jpg. Idealment quadrada, però podreu retallar-la.", + "Your avatar is provided by your original account." : "El vostre compte original proporciona l'avatar.", + "Cancel" : "Cancel·la", + "Choose as profile image" : "Selecciona com a imatge de perfil", + "Language" : "Idioma", + "Help translate" : "Ajudeu-nos amb la traducció", + "Import Root Certificate" : "Importa certificat root", + "The encryption app is no longer enabled, please decrypt all your files" : "L'aplicació d'encriptació ja no està activada, desencripteu tots els vostres fitxers", + "Log-in password" : "Contrasenya d'accés", + "Decrypt all Files" : "Desencripta tots els fitxers", + "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." : "Les claus d'encriptació s'han mogut a una còpia de seguretat. Si alguna cosa va malament les podreu restablir. Esborreu-les permanentment només si esteu segur que tots els fitxers es desencripten correctament.", + "Restore Encryption Keys" : "Restableix les claus d'encriptació", + "Delete Encryption Keys" : "Esborra les claus d'encriptació", + "Login Name" : "Nom d'accés", + "Create" : "Crea", + "Admin Recovery Password" : "Recuperació de contrasenya d'administrador", + "Enter the recovery password in order to recover the users files during password change" : "Escriviu la contrasenya de recuperació per a poder recuperar els fitxers dels usuaris en canviar la contrasenya", + "Search Users and Groups" : "Cerca usuaris i grups", + "Add Group" : "Afegeix grup", + "Group" : "Grup", + "Everyone" : "Tothom", + "Admins" : "Administradors", + "Default Quota" : "Quota per defecte", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Escriviu la quota d'emmagatzemament (per ex.: \"512 MB\" o \"12 GB\")", + "Unlimited" : "Il·limitat", + "Other" : "Un altre", + "Username" : "Nom d'usuari", + "Quota" : "Quota", + "Storage Location" : "Ubicació de l'emmagatzemament", + "Last Login" : "Últim accés", + "change full name" : "canvia el nom complet", + "set new password" : "estableix nova contrasenya", + "Default" : "Per defecte" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ca.php b/settings/l10n/ca.php deleted file mode 100644 index 19fb76d29a..0000000000 --- a/settings/l10n/ca.php +++ /dev/null @@ -1,213 +0,0 @@ - "Activat", -"Authentication error" => "Error d'autenticació", -"Your full name has been changed." => "El vostre nom complet ha canviat.", -"Unable to change full name" => "No s'ha pogut canviar el nom complet", -"Group already exists" => "El grup ja existeix", -"Unable to add group" => "No es pot afegir el grup", -"Files decrypted successfully" => "Els fitxers s'han desencriptat amb èxit", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "No es poden desencriptar els fitxers. Comproveu owncloud.log o demaneu-ho a l'administrador.", -"Couldn't decrypt your files, check your password and try again" => "No s'han pogut desencriptar els fitxers, comproveu la contrasenya i proveu-ho de nou", -"Encryption keys deleted permanently" => "Les claus d'encriptació s'han esborrat permanentment", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "No es poden esborrar les claus d'encriptació. Comproveu owncloud.log o demaneu-ho a l'administrador.", -"Couldn't remove app." => "No s'ha pogut eliminar l'aplicació", -"Email saved" => "S'ha desat el correu electrònic", -"Invalid email" => "El correu electrònic no és vàlid", -"Unable to delete group" => "No es pot eliminar el grup", -"Unable to delete user" => "No es pot eliminar l'usuari", -"Backups restored successfully" => "Les còpies de seguretat s'han restablert correctament", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "No es poden restablir les claus d'encriptació. Comproveu owncloud.log o demaneu-ho a l'administrador.", -"Language changed" => "S'ha canviat l'idioma", -"Invalid request" => "Sol·licitud no vàlida", -"Admins can't remove themself from the admin group" => "Els administradors no es poden eliminar del grup admin", -"Unable to add user to group %s" => "No es pot afegir l'usuari al grup %s", -"Unable to remove user from group %s" => "No es pot eliminar l'usuari del grup %s", -"Couldn't update app." => "No s'ha pogut actualitzar l'aplicació.", -"Wrong password" => "Contrasenya incorrecta", -"No user supplied" => "No heu proporcionat cap usuari", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Sisplau, proporcioneu una contrasenya de recuperació d'administrador, altrament totes les dades d'usuari es perdran", -"Wrong admin recovery password. Please check the password and try again." => "La contrasenya de recuperació d'administrador és incorrecta. Comproveu-la i torneu-ho a intentar.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "El dorsal no permet canviar la contrasenya, però la clau d'encripació d'usuaris s'ha actualitzat correctament.", -"Unable to change password" => "No es pot canviar la contrasenya", -"Saved" => "Desat", -"test email settings" => "prova l'arranjament del correu", -"If you received this email, the settings seem to be correct." => "Si rebeu aquest correu sembla que l'arranjament del correu és correcte.", -"Email sent" => "El correu electrónic s'ha enviat", -"You need to set your user email before being able to send test emails." => "Heu d'establir un nom d'usuari abans de poder enviar correus de prova.", -"Sending..." => "Enviant...", -"All" => "Tots", -"Please wait...." => "Espereu...", -"Error while disabling app" => "Error en desactivar l'aplicació", -"Disable" => "Desactiva", -"Enable" => "Habilita", -"Error while enabling app" => "Error en activar l'aplicació", -"Updating...." => "Actualitzant...", -"Error while updating app" => "Error en actualitzar l'aplicació", -"Updated" => "Actualitzada", -"Uninstalling ...." => "Desintal·lant ...", -"Error while uninstalling app" => "Error en desinstal·lar l'aplicació", -"Uninstall" => "Desinstal·la", -"Select a profile picture" => "Seleccioneu una imatge de perfil", -"Very weak password" => "Contrasenya massa feble", -"Weak password" => "Contrasenya feble", -"So-so password" => "Contrasenya passable", -"Good password" => "Contrasenya bona", -"Strong password" => "Contrasenya forta", -"Delete" => "Esborra", -"Decrypting files... Please wait, this can take some time." => "Desencriptant fitxers... Espereu, això pot trigar una estona.", -"Delete encryption keys permanently." => "Esborra les claus d'encriptació permanentment.", -"Restore encryption keys." => "Esborra les claus d'encripació.", -"Groups" => "Grups", -"Unable to delete {objName}" => "No es pot eliminar {objName}", -"Error creating group" => "Error en crear el grup", -"A valid group name must be provided" => "Heu de facilitar un nom de grup vàlid", -"deleted {groupName}" => "eliminat {groupName}", -"undo" => "desfés", -"never" => "mai", -"deleted {userName}" => "eliminat {userName}", -"add group" => "afegeix grup", -"A valid username must be provided" => "Heu de facilitar un nom d'usuari vàlid", -"Error creating user" => "Error en crear l'usuari", -"A valid password must be provided" => "Heu de facilitar una contrasenya vàlida", -"Warning: Home directory for user \"{user}\" already exists" => "Avís: la carpeta Home per l'usuari \"{user}\" ja existeix", -"__language_name__" => "Català", -"SSL root certificates" => "Certificats SSL root", -"Encryption" => "Xifrat", -"Everything (fatal issues, errors, warnings, info, debug)" => "Tot (problemes fatals, errors, avisos, informació, depuració)", -"Info, warnings, errors and fatal issues" => "Informació, avisos, errors i problemes fatals", -"Warnings, errors and fatal issues" => "Avisos, errors i problemes fatals", -"Errors and fatal issues" => "Errors i problemes fatals", -"Fatal issues only" => "Només problemes fatals", -"None" => "Cap", -"Login" => "Inici de sessió", -"Plain" => "Pla", -"NT LAN Manager" => "Gestor NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Avís de seguretat", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Esteu accedint %s a través de HTTP. Us recomanem fermament que configureu el servidor perquè requereixi 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." => "La carpeta de dades i els vostres fitxersprobablement són accessibles des d'Internet. La fitxer .htaccess no funciona. Us recomanem que configureu el servidor web de tal manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de l'arrel de documents del servidor web.", -"Setup Warning" => "Avís de configuració", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "Aparentment PHP està configurat per mostrar blocs en línia de documentació. Això farà que algunes aplicacions core siguin inaccessibles.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Això probablement està provocat per una cau/accelerador com Zend OPcache o eAccelerator.", -"Database Performance Info" => "Informació del rendiment de la base de dades", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "S'utilitza SQLite com a base de dades. Per instal·lacions grans recomanem que la canvieu. Per migrar a una altra base de dades useu l'eina d'intèrpret d'ordres 'occ db:convert-type'", -"Module 'fileinfo' missing" => "No s'ha trobat el mòdul 'fileinfo'", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "El mòdul de PHP 'fileinfo' no s'ha trobat. Us recomanem que habiliteu aquest mòdul per obtenir millors resultats amb la detecció mime-type.", -"Your PHP version is outdated" => "La versió de PHP és obsoleta", -"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." => "La versió de PHP és obsoleta. Us recomanem fermament que actualitzeu a la versió 5.3.8 o superior perquè les versions anteriors no funcionen. La instal·lació podria no funcionar correctament.", -"Locale not working" => "Locale no funciona", -"System locale can not be set to a one which supports UTF-8." => "No s'ha pogut establir cap localització del sistema amb suport per UTF-8.", -"This means that there might be problems with certain characters in file names." => "Això podria comportar problemes amb alguns caràcters en els noms dels fitxer.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Us recomanem que instal·leu els paquets necessaris en el sistema per donar suport a alguna de les localitzacions següents: %s", -"Please double check the installation guides." => "Comproveu les guies d'instal·lació.", -"Cron" => "Cron", -"Last cron was executed at %s." => "L'últim cron s'ha executat el %s", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "L'últim cron es va executar a %s. Fa més d'una hora, alguna cosa sembla que va malament.", -"Cron was not executed yet!" => "El cron encara no s'ha executat!", -"Execute one task with each page loaded" => "Executa una tasca per cada paquet carregat", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php està registrat en un servei webcron que fa una crida a cron.php cada 15 minuts a través de http.", -"Sharing" => "Compartir", -"Allow apps to use the Share API" => "Permet que les aplicacions utilitzin l'API de compartir", -"Allow users to share via link" => "Permet als usuaris compartir a través d'enllaços", -"Enforce password protection" => "Reforça la protecció amb contrasenya", -"Allow public uploads" => "Permet pujada pública", -"Set default expiration date" => "Estableix la data de venciment", -"Expire after " => "Venciment després de", -"days" => "dies", -"Enforce expiration date" => "Força la data de venciment", -"Allow resharing" => "Permet compartir de nou", -"Restrict users to only share with users in their groups" => "Permet als usuaris compartir només amb usuaris del seu grup", -"Allow users to send mail notification for shared files" => "Permet als usuaris enviar notificacions de fitxers compartits per correu ", -"Exclude groups from sharing" => "Exclou grups de compartició", -"These groups will still be able to receive shares, but not to initiate them." => "Aquests fitxers encara podran rebre compartits, però no podran iniciar-los.", -"Security" => "Seguretat", -"Enforce HTTPS" => "Força HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Força la connexió dels clients a %s a través d'una connexió encriptada.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Connecteu a %s a través de HTTPS per habilitar o inhabilitar l'accés SSL.", -"Email Server" => "Servidor de correu", -"This is used for sending out notifications." => "S'usa per enviar notificacions.", -"Send mode" => "Mode d'enviament", -"From address" => "Des de l'adreça", -"mail" => "correu electrònic", -"Authentication method" => "Mètode d'autenticació", -"Authentication required" => "Es requereix autenticació", -"Server address" => "Adreça del servidor", -"Port" => "Port", -"Credentials" => "Credencials", -"SMTP Username" => "Nom d'usuari SMTP", -"SMTP Password" => "Contrasenya SMTP", -"Test email settings" => "Prova l'arranjament del correu", -"Send email" => "Envia correu", -"Log" => "Registre", -"Log level" => "Nivell de registre", -"More" => "Més", -"Less" => "Menys", -"Version" => "Versió", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desenvolupat per la comunitat ownCloud, el codi font té llicència AGPL.", -"More apps" => "Més aplicacions", -"by" => "per", -"Documentation:" => "Documentació:", -"User Documentation" => "Documentació d'usuari", -"Admin Documentation" => "Documentació d'administrador", -"Enable only for specific groups" => "Activa només per grups específics", -"Uninstall App" => "Desinstal·la l'aplicació", -"Administrator Documentation" => "Documentació d'administrador", -"Online Documentation" => "Documentació en línia", -"Forum" => "Fòrum", -"Bugtracker" => "Seguiment d'errors", -"Commercial Support" => "Suport comercial", -"Get the apps to sync your files" => "Obtingueu les aplicacions per sincronitzar els vostres fitxers", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Si voleu ajudar al projecte \n\t\tuniu-vos al seu desenvolupament\n\t\to\n\t\tpromoveu-lo!", -"Show First Run Wizard again" => "Torna a mostrar l'assistent de primera execució", -"You have used %s of the available %s" => "Heu utilitzat %s d'un total disponible de %s", -"Password" => "Contrasenya", -"Your password was changed" => "La seva contrasenya s'ha canviat", -"Unable to change your password" => "No s'ha pogut canviar la contrasenya", -"Current password" => "Contrasenya actual", -"New password" => "Contrasenya nova", -"Change password" => "Canvia la contrasenya", -"Full Name" => "Nom complet", -"Email" => "Correu electrònic", -"Your email address" => "Correu electrònic", -"Fill in an email address to enable password recovery and receive notifications" => "Ompliu una adreça de correu per poder recuperar la contrasenya i rebre notificacions", -"Profile picture" => "Foto de perfil", -"Upload new" => "Puja'n una de nova", -"Select new from Files" => "Selecciona'n una de nova dels fitxers", -"Remove image" => "Elimina imatge", -"Either png or jpg. Ideally square but you will be able to crop it." => "Pot ser png o jpg. Idealment quadrada, però podreu retallar-la.", -"Your avatar is provided by your original account." => "El vostre compte original proporciona l'avatar.", -"Cancel" => "Cancel·la", -"Choose as profile image" => "Selecciona com a imatge de perfil", -"Language" => "Idioma", -"Help translate" => "Ajudeu-nos amb la traducció", -"Import Root Certificate" => "Importa certificat root", -"The encryption app is no longer enabled, please decrypt all your files" => "L'aplicació d'encriptació ja no està activada, desencripteu tots els vostres fitxers", -"Log-in password" => "Contrasenya d'accés", -"Decrypt all Files" => "Desencripta tots els fitxers", -"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." => "Les claus d'encriptació s'han mogut a una còpia de seguretat. Si alguna cosa va malament les podreu restablir. Esborreu-les permanentment només si esteu segur que tots els fitxers es desencripten correctament.", -"Restore Encryption Keys" => "Restableix les claus d'encriptació", -"Delete Encryption Keys" => "Esborra les claus d'encriptació", -"Login Name" => "Nom d'accés", -"Create" => "Crea", -"Admin Recovery Password" => "Recuperació de contrasenya d'administrador", -"Enter the recovery password in order to recover the users files during password change" => "Escriviu la contrasenya de recuperació per a poder recuperar els fitxers dels usuaris en canviar la contrasenya", -"Search Users and Groups" => "Cerca usuaris i grups", -"Add Group" => "Afegeix grup", -"Group" => "Grup", -"Everyone" => "Tothom", -"Admins" => "Administradors", -"Default Quota" => "Quota per defecte", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Escriviu la quota d'emmagatzemament (per ex.: \"512 MB\" o \"12 GB\")", -"Unlimited" => "Il·limitat", -"Other" => "Un altre", -"Username" => "Nom d'usuari", -"Quota" => "Quota", -"Storage Location" => "Ubicació de l'emmagatzemament", -"Last Login" => "Últim accés", -"change full name" => "canvia el nom complet", -"set new password" => "estableix nova contrasenya", -"Default" => "Per defecte" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js new file mode 100644 index 0000000000..df2c43b6b8 --- /dev/null +++ b/settings/l10n/cs_CZ.js @@ -0,0 +1,240 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Povoleno", + "Not enabled" : "Vypnuto", + "Recommended" : "Doporučeno", + "Authentication error" : "Chyba přihlášení", + "Your full name has been changed." : "Vaše celé jméno bylo změněno.", + "Unable to change full name" : "Nelze změnit celé jméno", + "Group already exists" : "Skupina již existuje", + "Unable to add group" : "Nelze přidat skupinu", + "Files decrypted successfully" : "Soubory úspěšně dešifrovány", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Nebylo možno dešifrovat soubory, zkontroluje prosím owncloud.log nebo kontaktujte svého administrátora", + "Couldn't decrypt your files, check your password and try again" : "Nebylo možno dešifrovat soubory, zkontrolujte své heslo a zkuste znovu", + "Encryption keys deleted permanently" : "Šifrovací klíče trvale smazány", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Nebylo možno trvale smazat vaše šifrovací klíče, zkontrolujte prosím owncloud.log nebo kontaktujte svého administrátora", + "Couldn't remove app." : "Nepodařilo se odebrat aplikaci.", + "Email saved" : "E-mail uložen", + "Invalid email" : "Neplatný e-mail", + "Unable to delete group" : "Nelze smazat skupinu", + "Unable to delete user" : "Nelze smazat uživatele", + "Backups restored successfully" : "Zálohy úspěšně obnoveny", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Nebylo možno obnovit vaše šifrovací klíče, zkontrolujte prosím owncloud.log nebo kontaktujte svého administrátora", + "Language changed" : "Jazyk byl změněn", + "Invalid request" : "Neplatný požadavek", + "Admins can't remove themself from the admin group" : "Správci se nemohou odebrat sami ze skupiny správců", + "Unable to add user to group %s" : "Nelze přidat uživatele do skupiny %s", + "Unable to remove user from group %s" : "Nelze odebrat uživatele ze skupiny %s", + "Couldn't update app." : "Nelze aktualizovat aplikaci.", + "Wrong password" : "Nesprávné heslo", + "No user supplied" : "Nebyl uveden uživatel", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Zadejte prosím administrátorské heslo pro obnovu, jinak budou všechna data ztracena", + "Wrong admin recovery password. Please check the password and try again." : "Chybné administrátorské heslo pro obnovu. Překontrolujte správnost hesla a zkuste to znovu.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Úložiště nepodporuje změnu hesla, ale šifrovací klíč uživatelů byl úspěšně změněn.", + "Unable to change password" : "Změna hesla se nezdařila", + "Saved" : "Uloženo", + "test email settings" : "otestovat nastavení e-mailu", + "If you received this email, the settings seem to be correct." : "Pokud jste obdrželi tento e-mail, nastavení se zdají být v pořádku.", + "A problem occurred while sending the email. Please revise your settings." : "Při odesílání e-mailu nastala chyba. Překontrolujte prosím svá nastavení.", + "Email sent" : "E-mail odeslán", + "You need to set your user email before being able to send test emails." : "Pro možnost odeslání zkušebních e-mailů musíte nejprve nastavit svou e-mailovou adresu.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?", + "Add trusted domain" : "Přidat důvěryhodnou doménu", + "Sending..." : "Odesílání...", + "All" : "Vše", + "Please wait...." : "Čekejte prosím...", + "Error while disabling app" : "Chyba při zakazování aplikace", + "Disable" : "Zakázat", + "Enable" : "Povolit", + "Error while enabling app" : "Chyba při povolování aplikace", + "Updating...." : "Aktualizuji...", + "Error while updating app" : "Chyba při aktualizaci aplikace", + "Updated" : "Aktualizováno", + "Uninstalling ...." : "Probíhá odinstalace ...", + "Error while uninstalling app" : "Chyba při odinstalaci aplikace", + "Uninstall" : "Odinstalovat", + "Select a profile picture" : "Vyberte profilový obrázek", + "Very weak password" : "Velmi slabé heslo", + "Weak password" : "Slabé heslo", + "So-so password" : "Středně silné heslo", + "Good password" : "Dobré heslo", + "Strong password" : "Silné heslo", + "Valid until {date}" : "Platný do {date}", + "Delete" : "Smazat", + "Decrypting files... Please wait, this can take some time." : "Probíhá dešifrování souborů... Čekejte prosím, tato operace může trvat nějakou dobu.", + "Delete encryption keys permanently." : "Trvale smazat šifrovací klíče.", + "Restore encryption keys." : "Obnovit šifrovací klíče.", + "Groups" : "Skupiny", + "Unable to delete {objName}" : "Nelze smazat {objName}", + "Error creating group" : "Chyba při vytváření skupiny", + "A valid group name must be provided" : "Musíte zadat platný název skupiny", + "deleted {groupName}" : "smazána {groupName}", + "undo" : "vrátit zpět", + "no group" : "není ve skupině", + "never" : "nikdy", + "deleted {userName}" : "smazán {userName}", + "add group" : "přidat skupinu", + "A valid username must be provided" : "Musíte zadat platné uživatelské jméno", + "Error creating user" : "Chyba při vytváření užiatele", + "A valid password must be provided" : "Musíte zadat platné heslo", + "Warning: Home directory for user \"{user}\" already exists" : "Varování: Osobní složka uživatele \"{user}\" již existuje.", + "__language_name__" : "Česky", + "Personal Info" : "Osobní informace", + "SSL root certificates" : "Kořenové certifikáty SSL", + "Encryption" : "Šifrování", + "Everything (fatal issues, errors, warnings, info, debug)" : "Vše (fatální problémy, chyby, varování, informační, ladící)", + "Info, warnings, errors and fatal issues" : "Informace, varování, chyby a fatální problémy", + "Warnings, errors and fatal issues" : "Varování, chyby a fatální problémy", + "Errors and fatal issues" : "Chyby a fatální problémy", + "Fatal issues only" : "Pouze fatální problémy", + "None" : "Žádné", + "Login" : "Přihlásit", + "Plain" : "Čistý text", + "NT LAN Manager" : "Správce NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Bezpečnostní upozornění", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Přistupujete na %s protokolem HTTP. Důrazně doporučujeme nakonfigurovat server pro použití 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." : "Váš datový adresář i vaše soubory jsou pravděpodobně přístupné z internetu. Soubor .htaccess nefunguje. Důrazně doporučujeme nakonfigurovat webový server tak, aby datový adresář nebyl nadále přístupný, nebo přesunout datový adresář mimo prostor zpřístupňovaný webovým serverem.", + "Setup Warning" : "Upozornění nastavení", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek nedostupnost množství hlavních aplikací.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravděpodobně způsobeno aplikacemi pro urychlení načítání jako jsou Zend OPcache nebo eAccelerator.", + "Database Performance Info" : "Informace o výkonu databáze", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Je použita databáze SQLite. Pro větší instalace doporučujeme toto změnit. Pro migraci na jiný typ databáze lze použít nástroj pro příkazový řádek: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Schází modul 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Schází PHP modul 'fileinfo'. Doporučujeme jej povolit pro nejlepší výsledky detekce typů MIME.", + "Your PHP version is outdated" : "Vaše verze PHP je zastaralá", + "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." : "Vámi používaná verze PHP je zastaralá. Důrazně doporučujeme aktualizovat na verzi 5.3.8 nebo novější, protože starší verze obsahují chyby. Je možné, že tato instalace nebude fungovat správně.", + "PHP charset is not set to UTF-8" : "Znaková sada PHP není nastavena na UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Znaková sada PHP není nastavena na UTF-8. To může způsobit závažné problémy se jmény souborů se znaky neobsaženými v ASCII. Důrazně doporučujeme změnit hodnotu 'default_charset' v php.ini na 'UTF-8'.", + "Locale not working" : "Lokalizace nefunguje", + "System locale can not be set to a one which supports UTF-8." : "Není možné nastavit znakovou sadu, která podporuje UTF-8.", + "This means that there might be problems with certain characters in file names." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Důrazně doporučujeme nainstalovat do vašeho systém balíčky nutné pro podporu některé z následujících znakových sad: %s.", + "URL generation in notification emails" : "Generování adresy URL v oznamovacích e-mailech", + "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\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problém s generováním správné URL. Pro zabránění těmto chybám nastavte prosím správnou cestu ve svém config.php souboru v hodnotě \"overwritewebroot\" (Doporučujeme: \"%s\")", + "Connectivity checks" : "Ověřování připojení", + "No problems found" : "Nebyly nalezeny žádné problémy", + "Please double check the installation guides." : "Zkonzultujte, prosím, průvodce instalací.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Poslední cron byl spuštěn v %s", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Poslední cron byl spuštěn v %s. To je více než před hodinou. Vypadá to, že není něco v pořádku.", + "Cron was not executed yet!" : "Cron ještě nebyl spuštěn!", + "Execute one task with each page loaded" : "Spustit jednu úlohu s každým načtením stránky", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je registrován u služby webcron, aby volal cron.php jednou za 15 minut přes http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Použít systémovou službu cron pro volání cron.php každých 15 minut.", + "Sharing" : "Sdílení", + "Allow apps to use the Share API" : "Povolit aplikacím používat API sdílení", + "Allow users to share via link" : "Povolit uživatelům sdílení pomocí odkazů", + "Enforce password protection" : "Vynutit ochranu heslem", + "Allow public uploads" : "Povolit veřejné nahrávání souborů", + "Set default expiration date" : "Nastavit výchozí datum vypršení platnosti", + "Expire after " : "Vyprší po", + "days" : "dnech", + "Enforce expiration date" : "Vynutit datum vypršení", + "Allow resharing" : "Povolit znovu-sdílení", + "Restrict users to only share with users in their groups" : "Povolit sdílení pouze mezi uživateli v rámci skupiny", + "Allow users to send mail notification for shared files" : "Povolit uživatelům odesílat e-mailová upozornění pro sdílené soubory", + "Exclude groups from sharing" : "Vyjmout skupiny ze sdílení", + "These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možno sdílet, nemohou ale sami sdílet ostatním.", + "Security" : "Zabezpečení", + "Enforce HTTPS" : "Vynutit HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Vynutí připojování klientů k %s šifrovaným spojením.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Připojte se k %s přes HTTPS pro povolení nebo zakázání vynucení SSL.", + "Email Server" : "E-mailový server", + "This is used for sending out notifications." : "Toto se používá pro odesílání upozornění.", + "Send mode" : "Mód odesílání", + "From address" : "Adresa odesílatele", + "mail" : "e-mail", + "Authentication method" : "Metoda ověření", + "Authentication required" : "Vyžadováno ověření", + "Server address" : "Adresa serveru", + "Port" : "Port", + "Credentials" : "Přihlašovací údaje", + "SMTP Username" : "SMTP uživatelské jméno ", + "SMTP Password" : "SMTP heslo", + "Store credentials" : "Ukládat přihlašovací údaje", + "Test email settings" : "Otestovat nastavení e-mailu", + "Send email" : "Odeslat e-mail", + "Log" : "Záznam", + "Log level" : "Úroveň zaznamenávání", + "More" : "Více", + "Less" : "Méně", + "Version" : "Verze", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Vyvinuto komunitou ownCloud, zdrojový kód je licencován pod AGPL.", + "More apps" : "Více aplikací", + "Add your app" : "Přidat vlastní aplikaci", + "by" : "sdílí", + "licensed" : "licencováno", + "Documentation:" : "Dokumentace:", + "User Documentation" : "Uživatelská dokumentace", + "Admin Documentation" : "Dokumentace pro administrátory", + "Update to %s" : "Aktualizovat na %s", + "Enable only for specific groups" : "Povolit pouze pro vybrané skupiny", + "Uninstall App" : "Odinstalovat aplikaci", + "Administrator Documentation" : "Dokumentace správce", + "Online Documentation" : "Online dokumentace", + "Forum" : "Fórum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Placená podpora", + "Get the apps to sync your files" : "Získat aplikace pro synchronizaci vašich souborů", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Chcete-li podpořit tento projekt\n⇥⇥přidejte se k vývoji\n⇥⇥nebo\n⇥⇥šiřte osvětu!", + "Show First Run Wizard again" : "Znovu zobrazit průvodce prvním spuštěním", + "You have used %s of the available %s" : "Používáte %s z %s dostupných", + "Password" : "Heslo", + "Your password was changed" : "Vaše heslo bylo změněno", + "Unable to change your password" : "Změna vašeho hesla se nezdařila", + "Current password" : "Současné heslo", + "New password" : "Nové heslo", + "Change password" : "Změnit heslo", + "Full Name" : "Celé jméno", + "Email" : "E-mail", + "Your email address" : "Vaše e-mailová adresa", + "Fill in an email address to enable password recovery and receive notifications" : "Zadejte e-mailovou adresu pro umožnění obnovy zapomenutého hesla a pro přijímání upozornění", + "Profile picture" : "Profilový obrázek", + "Upload new" : "Nahrát nový", + "Select new from Files" : "Vyberte nový ze souborů", + "Remove image" : "Odebrat obrázek", + "Either png or jpg. Ideally square but you will be able to crop it." : "png nebo jpg, nejlépe čtvercový, ale budete mít možnost jej oříznout.", + "Your avatar is provided by your original account." : "Váš avatar je poskytován Vaším původním účtem.", + "Cancel" : "Zrušit", + "Choose as profile image" : "Vybrat jako profilový obrázek", + "Language" : "Jazyk", + "Help translate" : "Pomoci s překladem", + "Common Name" : "Common Name", + "Valid until" : "Platný do", + "Issued By" : "Vydal", + "Valid until %s" : "Platný do %s", + "Import Root Certificate" : "Import kořenového certifikátu", + "The encryption app is no longer enabled, please decrypt all your files" : "Šifrovací aplikace již není spuštěna, dešifrujte prosím všechny své soubory", + "Log-in password" : "Přihlašovací heslo", + "Decrypt all Files" : "Odšifrovat všechny soubory", + "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." : "Vaše šifrovací klíče byly zálohovány. Pokud se něco pokazí, můžete je obnovit. Smažte je trvale pouze pokud jste jisti, že jsou všechny vaše soubory bezchybně dešifrovány.", + "Restore Encryption Keys" : "Obnovit šifrovací klíče", + "Delete Encryption Keys" : "Smazat šifrovací klíče", + "Show storage location" : "Zobrazit umístění úložiště", + "Show last log in" : "Zobrazit poslední přihlášení", + "Login Name" : "Přihlašovací jméno", + "Create" : "Vytvořit", + "Admin Recovery Password" : "Heslo obnovy správce", + "Enter the recovery password in order to recover the users files during password change" : "Zadejte heslo obnovy pro obnovení souborů uživatele při změně hesla", + "Search Users and Groups" : "Prohledat uživatele a skupiny", + "Add Group" : "Přidat skupinu", + "Group" : "Skupina", + "Everyone" : "Všichni", + "Admins" : "Administrátoři", + "Default Quota" : "Výchozí kvóta", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Zvolte prosím kvótu pro úložiště (např. \"512 MB\" nebo \"12 GB\")", + "Unlimited" : "Neomezeně", + "Other" : "Jiný", + "Username" : "Uživatelské jméno", + "Group Admin for" : "Administrátor skupiny ", + "Quota" : "Kvóta", + "Storage Location" : "Umístění úložiště", + "Last Login" : "Poslední přihlášení", + "change full name" : "změnit celé jméno", + "set new password" : "nastavit nové heslo", + "Default" : "Výchozí" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json new file mode 100644 index 0000000000..cb124e02c6 --- /dev/null +++ b/settings/l10n/cs_CZ.json @@ -0,0 +1,238 @@ +{ "translations": { + "Enabled" : "Povoleno", + "Not enabled" : "Vypnuto", + "Recommended" : "Doporučeno", + "Authentication error" : "Chyba přihlášení", + "Your full name has been changed." : "Vaše celé jméno bylo změněno.", + "Unable to change full name" : "Nelze změnit celé jméno", + "Group already exists" : "Skupina již existuje", + "Unable to add group" : "Nelze přidat skupinu", + "Files decrypted successfully" : "Soubory úspěšně dešifrovány", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Nebylo možno dešifrovat soubory, zkontroluje prosím owncloud.log nebo kontaktujte svého administrátora", + "Couldn't decrypt your files, check your password and try again" : "Nebylo možno dešifrovat soubory, zkontrolujte své heslo a zkuste znovu", + "Encryption keys deleted permanently" : "Šifrovací klíče trvale smazány", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Nebylo možno trvale smazat vaše šifrovací klíče, zkontrolujte prosím owncloud.log nebo kontaktujte svého administrátora", + "Couldn't remove app." : "Nepodařilo se odebrat aplikaci.", + "Email saved" : "E-mail uložen", + "Invalid email" : "Neplatný e-mail", + "Unable to delete group" : "Nelze smazat skupinu", + "Unable to delete user" : "Nelze smazat uživatele", + "Backups restored successfully" : "Zálohy úspěšně obnoveny", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Nebylo možno obnovit vaše šifrovací klíče, zkontrolujte prosím owncloud.log nebo kontaktujte svého administrátora", + "Language changed" : "Jazyk byl změněn", + "Invalid request" : "Neplatný požadavek", + "Admins can't remove themself from the admin group" : "Správci se nemohou odebrat sami ze skupiny správců", + "Unable to add user to group %s" : "Nelze přidat uživatele do skupiny %s", + "Unable to remove user from group %s" : "Nelze odebrat uživatele ze skupiny %s", + "Couldn't update app." : "Nelze aktualizovat aplikaci.", + "Wrong password" : "Nesprávné heslo", + "No user supplied" : "Nebyl uveden uživatel", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Zadejte prosím administrátorské heslo pro obnovu, jinak budou všechna data ztracena", + "Wrong admin recovery password. Please check the password and try again." : "Chybné administrátorské heslo pro obnovu. Překontrolujte správnost hesla a zkuste to znovu.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Úložiště nepodporuje změnu hesla, ale šifrovací klíč uživatelů byl úspěšně změněn.", + "Unable to change password" : "Změna hesla se nezdařila", + "Saved" : "Uloženo", + "test email settings" : "otestovat nastavení e-mailu", + "If you received this email, the settings seem to be correct." : "Pokud jste obdrželi tento e-mail, nastavení se zdají být v pořádku.", + "A problem occurred while sending the email. Please revise your settings." : "Při odesílání e-mailu nastala chyba. Překontrolujte prosím svá nastavení.", + "Email sent" : "E-mail odeslán", + "You need to set your user email before being able to send test emails." : "Pro možnost odeslání zkušebních e-mailů musíte nejprve nastavit svou e-mailovou adresu.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?", + "Add trusted domain" : "Přidat důvěryhodnou doménu", + "Sending..." : "Odesílání...", + "All" : "Vše", + "Please wait...." : "Čekejte prosím...", + "Error while disabling app" : "Chyba při zakazování aplikace", + "Disable" : "Zakázat", + "Enable" : "Povolit", + "Error while enabling app" : "Chyba při povolování aplikace", + "Updating...." : "Aktualizuji...", + "Error while updating app" : "Chyba při aktualizaci aplikace", + "Updated" : "Aktualizováno", + "Uninstalling ...." : "Probíhá odinstalace ...", + "Error while uninstalling app" : "Chyba při odinstalaci aplikace", + "Uninstall" : "Odinstalovat", + "Select a profile picture" : "Vyberte profilový obrázek", + "Very weak password" : "Velmi slabé heslo", + "Weak password" : "Slabé heslo", + "So-so password" : "Středně silné heslo", + "Good password" : "Dobré heslo", + "Strong password" : "Silné heslo", + "Valid until {date}" : "Platný do {date}", + "Delete" : "Smazat", + "Decrypting files... Please wait, this can take some time." : "Probíhá dešifrování souborů... Čekejte prosím, tato operace může trvat nějakou dobu.", + "Delete encryption keys permanently." : "Trvale smazat šifrovací klíče.", + "Restore encryption keys." : "Obnovit šifrovací klíče.", + "Groups" : "Skupiny", + "Unable to delete {objName}" : "Nelze smazat {objName}", + "Error creating group" : "Chyba při vytváření skupiny", + "A valid group name must be provided" : "Musíte zadat platný název skupiny", + "deleted {groupName}" : "smazána {groupName}", + "undo" : "vrátit zpět", + "no group" : "není ve skupině", + "never" : "nikdy", + "deleted {userName}" : "smazán {userName}", + "add group" : "přidat skupinu", + "A valid username must be provided" : "Musíte zadat platné uživatelské jméno", + "Error creating user" : "Chyba při vytváření užiatele", + "A valid password must be provided" : "Musíte zadat platné heslo", + "Warning: Home directory for user \"{user}\" already exists" : "Varování: Osobní složka uživatele \"{user}\" již existuje.", + "__language_name__" : "Česky", + "Personal Info" : "Osobní informace", + "SSL root certificates" : "Kořenové certifikáty SSL", + "Encryption" : "Šifrování", + "Everything (fatal issues, errors, warnings, info, debug)" : "Vše (fatální problémy, chyby, varování, informační, ladící)", + "Info, warnings, errors and fatal issues" : "Informace, varování, chyby a fatální problémy", + "Warnings, errors and fatal issues" : "Varování, chyby a fatální problémy", + "Errors and fatal issues" : "Chyby a fatální problémy", + "Fatal issues only" : "Pouze fatální problémy", + "None" : "Žádné", + "Login" : "Přihlásit", + "Plain" : "Čistý text", + "NT LAN Manager" : "Správce NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Bezpečnostní upozornění", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Přistupujete na %s protokolem HTTP. Důrazně doporučujeme nakonfigurovat server pro použití 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." : "Váš datový adresář i vaše soubory jsou pravděpodobně přístupné z internetu. Soubor .htaccess nefunguje. Důrazně doporučujeme nakonfigurovat webový server tak, aby datový adresář nebyl nadále přístupný, nebo přesunout datový adresář mimo prostor zpřístupňovaný webovým serverem.", + "Setup Warning" : "Upozornění nastavení", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek nedostupnost množství hlavních aplikací.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravděpodobně způsobeno aplikacemi pro urychlení načítání jako jsou Zend OPcache nebo eAccelerator.", + "Database Performance Info" : "Informace o výkonu databáze", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Je použita databáze SQLite. Pro větší instalace doporučujeme toto změnit. Pro migraci na jiný typ databáze lze použít nástroj pro příkazový řádek: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Schází modul 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Schází PHP modul 'fileinfo'. Doporučujeme jej povolit pro nejlepší výsledky detekce typů MIME.", + "Your PHP version is outdated" : "Vaše verze PHP je zastaralá", + "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." : "Vámi používaná verze PHP je zastaralá. Důrazně doporučujeme aktualizovat na verzi 5.3.8 nebo novější, protože starší verze obsahují chyby. Je možné, že tato instalace nebude fungovat správně.", + "PHP charset is not set to UTF-8" : "Znaková sada PHP není nastavena na UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Znaková sada PHP není nastavena na UTF-8. To může způsobit závažné problémy se jmény souborů se znaky neobsaženými v ASCII. Důrazně doporučujeme změnit hodnotu 'default_charset' v php.ini na 'UTF-8'.", + "Locale not working" : "Lokalizace nefunguje", + "System locale can not be set to a one which supports UTF-8." : "Není možné nastavit znakovou sadu, která podporuje UTF-8.", + "This means that there might be problems with certain characters in file names." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Důrazně doporučujeme nainstalovat do vašeho systém balíčky nutné pro podporu některé z následujících znakových sad: %s.", + "URL generation in notification emails" : "Generování adresy URL v oznamovacích e-mailech", + "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\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problém s generováním správné URL. Pro zabránění těmto chybám nastavte prosím správnou cestu ve svém config.php souboru v hodnotě \"overwritewebroot\" (Doporučujeme: \"%s\")", + "Connectivity checks" : "Ověřování připojení", + "No problems found" : "Nebyly nalezeny žádné problémy", + "Please double check the installation guides." : "Zkonzultujte, prosím, průvodce instalací.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Poslední cron byl spuštěn v %s", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Poslední cron byl spuštěn v %s. To je více než před hodinou. Vypadá to, že není něco v pořádku.", + "Cron was not executed yet!" : "Cron ještě nebyl spuštěn!", + "Execute one task with each page loaded" : "Spustit jednu úlohu s každým načtením stránky", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je registrován u služby webcron, aby volal cron.php jednou za 15 minut přes http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Použít systémovou službu cron pro volání cron.php každých 15 minut.", + "Sharing" : "Sdílení", + "Allow apps to use the Share API" : "Povolit aplikacím používat API sdílení", + "Allow users to share via link" : "Povolit uživatelům sdílení pomocí odkazů", + "Enforce password protection" : "Vynutit ochranu heslem", + "Allow public uploads" : "Povolit veřejné nahrávání souborů", + "Set default expiration date" : "Nastavit výchozí datum vypršení platnosti", + "Expire after " : "Vyprší po", + "days" : "dnech", + "Enforce expiration date" : "Vynutit datum vypršení", + "Allow resharing" : "Povolit znovu-sdílení", + "Restrict users to only share with users in their groups" : "Povolit sdílení pouze mezi uživateli v rámci skupiny", + "Allow users to send mail notification for shared files" : "Povolit uživatelům odesílat e-mailová upozornění pro sdílené soubory", + "Exclude groups from sharing" : "Vyjmout skupiny ze sdílení", + "These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možno sdílet, nemohou ale sami sdílet ostatním.", + "Security" : "Zabezpečení", + "Enforce HTTPS" : "Vynutit HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Vynutí připojování klientů k %s šifrovaným spojením.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Připojte se k %s přes HTTPS pro povolení nebo zakázání vynucení SSL.", + "Email Server" : "E-mailový server", + "This is used for sending out notifications." : "Toto se používá pro odesílání upozornění.", + "Send mode" : "Mód odesílání", + "From address" : "Adresa odesílatele", + "mail" : "e-mail", + "Authentication method" : "Metoda ověření", + "Authentication required" : "Vyžadováno ověření", + "Server address" : "Adresa serveru", + "Port" : "Port", + "Credentials" : "Přihlašovací údaje", + "SMTP Username" : "SMTP uživatelské jméno ", + "SMTP Password" : "SMTP heslo", + "Store credentials" : "Ukládat přihlašovací údaje", + "Test email settings" : "Otestovat nastavení e-mailu", + "Send email" : "Odeslat e-mail", + "Log" : "Záznam", + "Log level" : "Úroveň zaznamenávání", + "More" : "Více", + "Less" : "Méně", + "Version" : "Verze", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Vyvinuto komunitou ownCloud, zdrojový kód je licencován pod AGPL.", + "More apps" : "Více aplikací", + "Add your app" : "Přidat vlastní aplikaci", + "by" : "sdílí", + "licensed" : "licencováno", + "Documentation:" : "Dokumentace:", + "User Documentation" : "Uživatelská dokumentace", + "Admin Documentation" : "Dokumentace pro administrátory", + "Update to %s" : "Aktualizovat na %s", + "Enable only for specific groups" : "Povolit pouze pro vybrané skupiny", + "Uninstall App" : "Odinstalovat aplikaci", + "Administrator Documentation" : "Dokumentace správce", + "Online Documentation" : "Online dokumentace", + "Forum" : "Fórum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Placená podpora", + "Get the apps to sync your files" : "Získat aplikace pro synchronizaci vašich souborů", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Chcete-li podpořit tento projekt\n⇥⇥přidejte se k vývoji\n⇥⇥nebo\n⇥⇥šiřte osvětu!", + "Show First Run Wizard again" : "Znovu zobrazit průvodce prvním spuštěním", + "You have used %s of the available %s" : "Používáte %s z %s dostupných", + "Password" : "Heslo", + "Your password was changed" : "Vaše heslo bylo změněno", + "Unable to change your password" : "Změna vašeho hesla se nezdařila", + "Current password" : "Současné heslo", + "New password" : "Nové heslo", + "Change password" : "Změnit heslo", + "Full Name" : "Celé jméno", + "Email" : "E-mail", + "Your email address" : "Vaše e-mailová adresa", + "Fill in an email address to enable password recovery and receive notifications" : "Zadejte e-mailovou adresu pro umožnění obnovy zapomenutého hesla a pro přijímání upozornění", + "Profile picture" : "Profilový obrázek", + "Upload new" : "Nahrát nový", + "Select new from Files" : "Vyberte nový ze souborů", + "Remove image" : "Odebrat obrázek", + "Either png or jpg. Ideally square but you will be able to crop it." : "png nebo jpg, nejlépe čtvercový, ale budete mít možnost jej oříznout.", + "Your avatar is provided by your original account." : "Váš avatar je poskytován Vaším původním účtem.", + "Cancel" : "Zrušit", + "Choose as profile image" : "Vybrat jako profilový obrázek", + "Language" : "Jazyk", + "Help translate" : "Pomoci s překladem", + "Common Name" : "Common Name", + "Valid until" : "Platný do", + "Issued By" : "Vydal", + "Valid until %s" : "Platný do %s", + "Import Root Certificate" : "Import kořenového certifikátu", + "The encryption app is no longer enabled, please decrypt all your files" : "Šifrovací aplikace již není spuštěna, dešifrujte prosím všechny své soubory", + "Log-in password" : "Přihlašovací heslo", + "Decrypt all Files" : "Odšifrovat všechny soubory", + "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." : "Vaše šifrovací klíče byly zálohovány. Pokud se něco pokazí, můžete je obnovit. Smažte je trvale pouze pokud jste jisti, že jsou všechny vaše soubory bezchybně dešifrovány.", + "Restore Encryption Keys" : "Obnovit šifrovací klíče", + "Delete Encryption Keys" : "Smazat šifrovací klíče", + "Show storage location" : "Zobrazit umístění úložiště", + "Show last log in" : "Zobrazit poslední přihlášení", + "Login Name" : "Přihlašovací jméno", + "Create" : "Vytvořit", + "Admin Recovery Password" : "Heslo obnovy správce", + "Enter the recovery password in order to recover the users files during password change" : "Zadejte heslo obnovy pro obnovení souborů uživatele při změně hesla", + "Search Users and Groups" : "Prohledat uživatele a skupiny", + "Add Group" : "Přidat skupinu", + "Group" : "Skupina", + "Everyone" : "Všichni", + "Admins" : "Administrátoři", + "Default Quota" : "Výchozí kvóta", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Zvolte prosím kvótu pro úložiště (např. \"512 MB\" nebo \"12 GB\")", + "Unlimited" : "Neomezeně", + "Other" : "Jiný", + "Username" : "Uživatelské jméno", + "Group Admin for" : "Administrátor skupiny ", + "Quota" : "Kvóta", + "Storage Location" : "Umístění úložiště", + "Last Login" : "Poslední přihlášení", + "change full name" : "změnit celé jméno", + "set new password" : "nastavit nové heslo", + "Default" : "Výchozí" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php deleted file mode 100644 index 0b003082c5..0000000000 --- a/settings/l10n/cs_CZ.php +++ /dev/null @@ -1,239 +0,0 @@ - "Povoleno", -"Not enabled" => "Vypnuto", -"Recommended" => "Doporučeno", -"Authentication error" => "Chyba přihlášení", -"Your full name has been changed." => "Vaše celé jméno bylo změněno.", -"Unable to change full name" => "Nelze změnit celé jméno", -"Group already exists" => "Skupina již existuje", -"Unable to add group" => "Nelze přidat skupinu", -"Files decrypted successfully" => "Soubory úspěšně dešifrovány", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Nebylo možno dešifrovat soubory, zkontroluje prosím owncloud.log nebo kontaktujte svého administrátora", -"Couldn't decrypt your files, check your password and try again" => "Nebylo možno dešifrovat soubory, zkontrolujte své heslo a zkuste znovu", -"Encryption keys deleted permanently" => "Šifrovací klíče trvale smazány", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Nebylo možno trvale smazat vaše šifrovací klíče, zkontrolujte prosím owncloud.log nebo kontaktujte svého administrátora", -"Couldn't remove app." => "Nepodařilo se odebrat aplikaci.", -"Email saved" => "E-mail uložen", -"Invalid email" => "Neplatný e-mail", -"Unable to delete group" => "Nelze smazat skupinu", -"Unable to delete user" => "Nelze smazat uživatele", -"Backups restored successfully" => "Zálohy úspěšně obnoveny", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Nebylo možno obnovit vaše šifrovací klíče, zkontrolujte prosím owncloud.log nebo kontaktujte svého administrátora", -"Language changed" => "Jazyk byl změněn", -"Invalid request" => "Neplatný požadavek", -"Admins can't remove themself from the admin group" => "Správci se nemohou odebrat sami ze skupiny správců", -"Unable to add user to group %s" => "Nelze přidat uživatele do skupiny %s", -"Unable to remove user from group %s" => "Nelze odebrat uživatele ze skupiny %s", -"Couldn't update app." => "Nelze aktualizovat aplikaci.", -"Wrong password" => "Nesprávné heslo", -"No user supplied" => "Nebyl uveden uživatel", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Zadejte prosím administrátorské heslo pro obnovu, jinak budou všechna data ztracena", -"Wrong admin recovery password. Please check the password and try again." => "Chybné administrátorské heslo pro obnovu. Překontrolujte správnost hesla a zkuste to znovu.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Úložiště nepodporuje změnu hesla, ale šifrovací klíč uživatelů byl úspěšně změněn.", -"Unable to change password" => "Změna hesla se nezdařila", -"Saved" => "Uloženo", -"test email settings" => "otestovat nastavení e-mailu", -"If you received this email, the settings seem to be correct." => "Pokud jste obdrželi tento e-mail, nastavení se zdají být v pořádku.", -"A problem occurred while sending the email. Please revise your settings." => "Při odesílání e-mailu nastala chyba. Překontrolujte prosím svá nastavení.", -"Email sent" => "E-mail odeslán", -"You need to set your user email before being able to send test emails." => "Pro možnost odeslání zkušebních e-mailů musíte nejprve nastavit svou e-mailovou adresu.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?", -"Add trusted domain" => "Přidat důvěryhodnou doménu", -"Sending..." => "Odesílání...", -"All" => "Vše", -"Please wait...." => "Čekejte prosím...", -"Error while disabling app" => "Chyba při zakazování aplikace", -"Disable" => "Zakázat", -"Enable" => "Povolit", -"Error while enabling app" => "Chyba při povolování aplikace", -"Updating...." => "Aktualizuji...", -"Error while updating app" => "Chyba při aktualizaci aplikace", -"Updated" => "Aktualizováno", -"Uninstalling ...." => "Probíhá odinstalace ...", -"Error while uninstalling app" => "Chyba při odinstalaci aplikace", -"Uninstall" => "Odinstalovat", -"Select a profile picture" => "Vyberte profilový obrázek", -"Very weak password" => "Velmi slabé heslo", -"Weak password" => "Slabé heslo", -"So-so password" => "Středně silné heslo", -"Good password" => "Dobré heslo", -"Strong password" => "Silné heslo", -"Valid until {date}" => "Platný do {date}", -"Delete" => "Smazat", -"Decrypting files... Please wait, this can take some time." => "Probíhá dešifrování souborů... Čekejte prosím, tato operace může trvat nějakou dobu.", -"Delete encryption keys permanently." => "Trvale smazat šifrovací klíče.", -"Restore encryption keys." => "Obnovit šifrovací klíče.", -"Groups" => "Skupiny", -"Unable to delete {objName}" => "Nelze smazat {objName}", -"Error creating group" => "Chyba při vytváření skupiny", -"A valid group name must be provided" => "Musíte zadat platný název skupiny", -"deleted {groupName}" => "smazána {groupName}", -"undo" => "vrátit zpět", -"no group" => "není ve skupině", -"never" => "nikdy", -"deleted {userName}" => "smazán {userName}", -"add group" => "přidat skupinu", -"A valid username must be provided" => "Musíte zadat platné uživatelské jméno", -"Error creating user" => "Chyba při vytváření užiatele", -"A valid password must be provided" => "Musíte zadat platné heslo", -"Warning: Home directory for user \"{user}\" already exists" => "Varování: Osobní složka uživatele \"{user}\" již existuje.", -"__language_name__" => "Česky", -"Personal Info" => "Osobní informace", -"SSL root certificates" => "Kořenové certifikáty SSL", -"Encryption" => "Šifrování", -"Everything (fatal issues, errors, warnings, info, debug)" => "Vše (fatální problémy, chyby, varování, informační, ladící)", -"Info, warnings, errors and fatal issues" => "Informace, varování, chyby a fatální problémy", -"Warnings, errors and fatal issues" => "Varování, chyby a fatální problémy", -"Errors and fatal issues" => "Chyby a fatální problémy", -"Fatal issues only" => "Pouze fatální problémy", -"None" => "Žádné", -"Login" => "Přihlásit", -"Plain" => "Čistý text", -"NT LAN Manager" => "Správce NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Bezpečnostní upozornění", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Přistupujete na %s protokolem HTTP. Důrazně doporučujeme nakonfigurovat server pro použití 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." => "Váš datový adresář i vaše soubory jsou pravděpodobně přístupné z internetu. Soubor .htaccess nefunguje. Důrazně doporučujeme nakonfigurovat webový server tak, aby datový adresář nebyl nadále přístupný, nebo přesunout datový adresář mimo prostor zpřístupňovaný webovým serverem.", -"Setup Warning" => "Upozornění nastavení", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP je patrně nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mít za následek nedostupnost množství hlavních aplikací.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Toto je pravděpodobně způsobeno aplikacemi pro urychlení načítání jako jsou Zend OPcache nebo eAccelerator.", -"Database Performance Info" => "Informace o výkonu databáze", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Je použita databáze SQLite. Pro větší instalace doporučujeme toto změnit. Pro migraci na jiný typ databáze lze použít nástroj pro příkazový řádek: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Schází modul 'fileinfo'", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Schází PHP modul 'fileinfo'. Doporučujeme jej povolit pro nejlepší výsledky detekce typů MIME.", -"Your PHP version is outdated" => "Vaše verze PHP je zastaralá", -"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." => "Vámi používaná verze PHP je zastaralá. Důrazně doporučujeme aktualizovat na verzi 5.3.8 nebo novější, protože starší verze obsahují chyby. Je možné, že tato instalace nebude fungovat správně.", -"PHP charset is not set to UTF-8" => "Znaková sada PHP není nastavena na UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "Znaková sada PHP není nastavena na UTF-8. To může způsobit závažné problémy se jmény souborů se znaky neobsaženými v ASCII. Důrazně doporučujeme změnit hodnotu 'default_charset' v php.ini na 'UTF-8'.", -"Locale not working" => "Lokalizace nefunguje", -"System locale can not be set to a one which supports UTF-8." => "Není možné nastavit znakovou sadu, která podporuje UTF-8.", -"This means that there might be problems with certain characters in file names." => "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Důrazně doporučujeme nainstalovat do vašeho systém balíčky nutné pro podporu některé z následujících znakových sad: %s.", -"URL generation in notification emails" => "Generování adresy URL v oznamovacích e-mailech", -"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\")" => "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problém s generováním správné URL. Pro zabránění těmto chybám nastavte prosím správnou cestu ve svém config.php souboru v hodnotě \"overwritewebroot\" (Doporučujeme: \"%s\")", -"Connectivity checks" => "Ověřování připojení", -"No problems found" => "Nebyly nalezeny žádné problémy", -"Please double check the installation guides." => "Zkonzultujte, prosím, průvodce instalací.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Poslední cron byl spuštěn v %s", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Poslední cron byl spuštěn v %s. To je více než před hodinou. Vypadá to, že není něco v pořádku.", -"Cron was not executed yet!" => "Cron ještě nebyl spuštěn!", -"Execute one task with each page loaded" => "Spustit jednu úlohu s každým načtením stránky", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php je registrován u služby webcron, aby volal cron.php jednou za 15 minut přes http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Použít systémovou službu cron pro volání cron.php každých 15 minut.", -"Sharing" => "Sdílení", -"Allow apps to use the Share API" => "Povolit aplikacím používat API sdílení", -"Allow users to share via link" => "Povolit uživatelům sdílení pomocí odkazů", -"Enforce password protection" => "Vynutit ochranu heslem", -"Allow public uploads" => "Povolit veřejné nahrávání souborů", -"Set default expiration date" => "Nastavit výchozí datum vypršení platnosti", -"Expire after " => "Vyprší po", -"days" => "dnech", -"Enforce expiration date" => "Vynutit datum vypršení", -"Allow resharing" => "Povolit znovu-sdílení", -"Restrict users to only share with users in their groups" => "Povolit sdílení pouze mezi uživateli v rámci skupiny", -"Allow users to send mail notification for shared files" => "Povolit uživatelům odesílat e-mailová upozornění pro sdílené soubory", -"Exclude groups from sharing" => "Vyjmout skupiny ze sdílení", -"These groups will still be able to receive shares, but not to initiate them." => "Těmto skupinám bude stále možno sdílet, nemohou ale sami sdílet ostatním.", -"Security" => "Zabezpečení", -"Enforce HTTPS" => "Vynutit HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Vynutí připojování klientů k %s šifrovaným spojením.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Připojte se k %s přes HTTPS pro povolení nebo zakázání vynucení SSL.", -"Email Server" => "E-mailový server", -"This is used for sending out notifications." => "Toto se používá pro odesílání upozornění.", -"Send mode" => "Mód odesílání", -"From address" => "Adresa odesílatele", -"mail" => "e-mail", -"Authentication method" => "Metoda ověření", -"Authentication required" => "Vyžadováno ověření", -"Server address" => "Adresa serveru", -"Port" => "Port", -"Credentials" => "Přihlašovací údaje", -"SMTP Username" => "SMTP uživatelské jméno ", -"SMTP Password" => "SMTP heslo", -"Store credentials" => "Ukládat přihlašovací údaje", -"Test email settings" => "Otestovat nastavení e-mailu", -"Send email" => "Odeslat e-mail", -"Log" => "Záznam", -"Log level" => "Úroveň zaznamenávání", -"More" => "Více", -"Less" => "Méně", -"Version" => "Verze", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Vyvinuto komunitou ownCloud, zdrojový kód je licencován pod AGPL.", -"More apps" => "Více aplikací", -"Add your app" => "Přidat vlastní aplikaci", -"by" => "sdílí", -"licensed" => "licencováno", -"Documentation:" => "Dokumentace:", -"User Documentation" => "Uživatelská dokumentace", -"Admin Documentation" => "Dokumentace pro administrátory", -"Update to %s" => "Aktualizovat na %s", -"Enable only for specific groups" => "Povolit pouze pro vybrané skupiny", -"Uninstall App" => "Odinstalovat aplikaci", -"Administrator Documentation" => "Dokumentace správce", -"Online Documentation" => "Online dokumentace", -"Forum" => "Fórum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Placená podpora", -"Get the apps to sync your files" => "Získat aplikace pro synchronizaci vašich souborů", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Chcete-li podpořit tento projekt\n⇥⇥přidejte se k vývoji\n⇥⇥nebo\n⇥⇥šiřte osvětu!", -"Show First Run Wizard again" => "Znovu zobrazit průvodce prvním spuštěním", -"You have used %s of the available %s" => "Používáte %s z %s dostupných", -"Password" => "Heslo", -"Your password was changed" => "Vaše heslo bylo změněno", -"Unable to change your password" => "Změna vašeho hesla se nezdařila", -"Current password" => "Současné heslo", -"New password" => "Nové heslo", -"Change password" => "Změnit heslo", -"Full Name" => "Celé jméno", -"Email" => "E-mail", -"Your email address" => "Vaše e-mailová adresa", -"Fill in an email address to enable password recovery and receive notifications" => "Zadejte e-mailovou adresu pro umožnění obnovy zapomenutého hesla a pro přijímání upozornění", -"Profile picture" => "Profilový obrázek", -"Upload new" => "Nahrát nový", -"Select new from Files" => "Vyberte nový ze souborů", -"Remove image" => "Odebrat obrázek", -"Either png or jpg. Ideally square but you will be able to crop it." => "png nebo jpg, nejlépe čtvercový, ale budete mít možnost jej oříznout.", -"Your avatar is provided by your original account." => "Váš avatar je poskytován Vaším původním účtem.", -"Cancel" => "Zrušit", -"Choose as profile image" => "Vybrat jako profilový obrázek", -"Language" => "Jazyk", -"Help translate" => "Pomoci s překladem", -"Common Name" => "Common Name", -"Valid until" => "Platný do", -"Issued By" => "Vydal", -"Valid until %s" => "Platný do %s", -"Import Root Certificate" => "Import kořenového certifikátu", -"The encryption app is no longer enabled, please decrypt all your files" => "Šifrovací aplikace již není spuštěna, dešifrujte prosím všechny své soubory", -"Log-in password" => "Přihlašovací heslo", -"Decrypt all Files" => "Odšifrovat všechny soubory", -"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." => "Vaše šifrovací klíče byly zálohovány. Pokud se něco pokazí, můžete je obnovit. Smažte je trvale pouze pokud jste jisti, že jsou všechny vaše soubory bezchybně dešifrovány.", -"Restore Encryption Keys" => "Obnovit šifrovací klíče", -"Delete Encryption Keys" => "Smazat šifrovací klíče", -"Show storage location" => "Zobrazit umístění úložiště", -"Show last log in" => "Zobrazit poslední přihlášení", -"Login Name" => "Přihlašovací jméno", -"Create" => "Vytvořit", -"Admin Recovery Password" => "Heslo obnovy správce", -"Enter the recovery password in order to recover the users files during password change" => "Zadejte heslo obnovy pro obnovení souborů uživatele při změně hesla", -"Search Users and Groups" => "Prohledat uživatele a skupiny", -"Add Group" => "Přidat skupinu", -"Group" => "Skupina", -"Everyone" => "Všichni", -"Admins" => "Administrátoři", -"Default Quota" => "Výchozí kvóta", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Zvolte prosím kvótu pro úložiště (např. \"512 MB\" nebo \"12 GB\")", -"Unlimited" => "Neomezeně", -"Other" => "Jiný", -"Username" => "Uživatelské jméno", -"Group Admin for" => "Administrátor skupiny ", -"Quota" => "Kvóta", -"Storage Location" => "Umístění úložiště", -"Last Login" => "Poslední přihlášení", -"change full name" => "změnit celé jméno", -"set new password" => "nastavit nové heslo", -"Default" => "Výchozí" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/settings/l10n/cy_GB.js b/settings/l10n/cy_GB.js new file mode 100644 index 0000000000..b51574b813 --- /dev/null +++ b/settings/l10n/cy_GB.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Gwall dilysu", + "Invalid request" : "Cais annilys", + "Email sent" : "Anfonwyd yr e-bost", + "Delete" : "Dileu", + "Groups" : "Grwpiau", + "undo" : "dadwneud", + "never" : "byth", + "Encryption" : "Amgryptiad", + "None" : "Dim", + "Login" : "Mewngofnodi", + "Security Warning" : "Rhybudd Diogelwch", + "Please double check the installation guides." : "Gwiriwch y canllawiau gosod eto.", + "by" : "gan", + "Password" : "Cyfrinair", + "New password" : "Cyfrinair newydd", + "Email" : "E-bost", + "Cancel" : "Diddymu", + "Login Name" : "Mewngofnodi", + "Other" : "Arall", + "Username" : "Enw defnyddiwr" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/settings/l10n/cy_GB.json b/settings/l10n/cy_GB.json new file mode 100644 index 0000000000..67709cc704 --- /dev/null +++ b/settings/l10n/cy_GB.json @@ -0,0 +1,23 @@ +{ "translations": { + "Authentication error" : "Gwall dilysu", + "Invalid request" : "Cais annilys", + "Email sent" : "Anfonwyd yr e-bost", + "Delete" : "Dileu", + "Groups" : "Grwpiau", + "undo" : "dadwneud", + "never" : "byth", + "Encryption" : "Amgryptiad", + "None" : "Dim", + "Login" : "Mewngofnodi", + "Security Warning" : "Rhybudd Diogelwch", + "Please double check the installation guides." : "Gwiriwch y canllawiau gosod eto.", + "by" : "gan", + "Password" : "Cyfrinair", + "New password" : "Cyfrinair newydd", + "Email" : "E-bost", + "Cancel" : "Diddymu", + "Login Name" : "Mewngofnodi", + "Other" : "Arall", + "Username" : "Enw defnyddiwr" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/settings/l10n/cy_GB.php b/settings/l10n/cy_GB.php deleted file mode 100644 index 22f740c86b..0000000000 --- a/settings/l10n/cy_GB.php +++ /dev/null @@ -1,24 +0,0 @@ - "Gwall dilysu", -"Invalid request" => "Cais annilys", -"Email sent" => "Anfonwyd yr e-bost", -"Delete" => "Dileu", -"Groups" => "Grwpiau", -"undo" => "dadwneud", -"never" => "byth", -"Encryption" => "Amgryptiad", -"None" => "Dim", -"Login" => "Mewngofnodi", -"Security Warning" => "Rhybudd Diogelwch", -"Please double check the installation guides." => "Gwiriwch y canllawiau gosod eto.", -"by" => "gan", -"Password" => "Cyfrinair", -"New password" => "Cyfrinair newydd", -"Email" => "E-bost", -"Cancel" => "Diddymu", -"Login Name" => "Mewngofnodi", -"Other" => "Arall", -"Username" => "Enw defnyddiwr" -); -$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; diff --git a/settings/l10n/da.js b/settings/l10n/da.js new file mode 100644 index 0000000000..a0c4b88e13 --- /dev/null +++ b/settings/l10n/da.js @@ -0,0 +1,238 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Aktiveret", + "Not enabled" : "Slået fra", + "Recommended" : "Anbefalet", + "Authentication error" : "Adgangsfejl", + "Your full name has been changed." : "Dit fulde navn er blevet ændret.", + "Unable to change full name" : "Ikke i stand til at ændre dit fulde navn", + "Group already exists" : "Gruppen findes allerede", + "Unable to add group" : "Gruppen kan ikke oprettes", + "Files decrypted successfully" : "Filer dekrypteret med succes", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Dine filer kunne ikke dekrypteres. Gennemse din owncloud log eller spørg din administrator", + "Couldn't decrypt your files, check your password and try again" : "Dine filer kunne ikke dekrypteres. Check din adgangskode og forsøg igen", + "Encryption keys deleted permanently" : "Krypteringsnøgle slettet permanent", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Kunne ikke slette dine nøgler til kryptering permanent, tjek venligst din owncloud.log eller spørg din administrator", + "Couldn't remove app." : "Kunne ikke fjerne app'en.", + "Email saved" : "E-mailadressen er gemt", + "Invalid email" : "Ugyldig e-mailadresse", + "Unable to delete group" : "Gruppen kan ikke slettes", + "Unable to delete user" : "Bruger kan ikke slettes", + "Backups restored successfully" : "Genskabelsen af sikkerhedskopierne blev gennemført", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Kunne ikke genskabe din krypyterings nøgle, se logfilen owncloud.log eller spørg en administrator", + "Language changed" : "Sprog ændret", + "Invalid request" : "Ugyldig forespørgsel", + "Admins can't remove themself from the admin group" : "Administratorer kan ikke fjerne dem selv fra admin gruppen", + "Unable to add user to group %s" : "Brugeren kan ikke tilføjes til gruppen %s", + "Unable to remove user from group %s" : "Brugeren kan ikke fjernes fra gruppen %s", + "Couldn't update app." : "Kunne ikke opdatere app'en.", + "Wrong password" : "Forkert kodeord", + "No user supplied" : "Intet brugernavn givet", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Angiv venligst en admininstrator gendannelseskode, ellers vil alt brugerdata gå tabt", + "Wrong admin recovery password. Please check the password and try again." : "Forkert admin gendannelseskode. Se venligst koden efter og prøv igen.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Serveren understøtter ikke kodeordsskifte, men brugernes krypteringsnøgle blev opdateret.", + "Unable to change password" : "Kunne ikke ændre kodeord", + "Saved" : "Gemt", + "test email settings" : "test e-mailindstillinger", + "If you received this email, the settings seem to be correct." : "Hvis du har modtaget denne e-mail, så lader indstillinger til at være korrekte.", + "A problem occurred while sending the email. Please revise your settings." : "Der opstod en fejl under afsendelse af e-mailen. Gennemse venligst dine indstillinger.", + "Email sent" : "E-mail afsendt", + "You need to set your user email before being able to send test emails." : "Du skal angive din bruger-e-mail før der kan sendes test-e-mail.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sikker på at du vil tilføje \"{domain}\" som et domæne du har tiilid til?", + "Add trusted domain" : "Tilføj et domæne som du har tillid til", + "Sending..." : "Sender...", + "All" : "Alle", + "Please wait...." : "Vent venligst...", + "Error while disabling app" : "Kunne ikke deaktivere app", + "Disable" : "Deaktiver", + "Enable" : "Aktiver", + "Error while enabling app" : "Kunne ikke aktivere app", + "Updating...." : "Opdaterer....", + "Error while updating app" : "Der opstod en fejl under app opgraderingen", + "Updated" : "Opdateret", + "Uninstalling ...." : "Afinstallerer...", + "Error while uninstalling app" : "Fejl under afinstallering af app", + "Uninstall" : "Afinstallér", + "Select a profile picture" : "Vælg et profilbillede", + "Very weak password" : "Meget svagt kodeord", + "Weak password" : "Svagt kodeord", + "So-so password" : "Jævnt kodeord", + "Good password" : "Godt kodeord", + "Strong password" : "Stærkt kodeord", + "Valid until {date}" : "Gyldig indtil {date}", + "Delete" : "Slet", + "Decrypting files... Please wait, this can take some time." : "Dekryptere filer... Vent venligst, dette kan tage lang tid. ", + "Delete encryption keys permanently." : "Slet krypteringsnøgler permanent.", + "Restore encryption keys." : "Genopret krypteringsnøgler.", + "Groups" : "Grupper", + "Unable to delete {objName}" : "Kunne ikke slette {objName}", + "Error creating group" : "Fejl ved oprettelse af gruppe", + "A valid group name must be provided" : "Et gyldigt gruppenavn skal angives ", + "deleted {groupName}" : "slettede {groupName}", + "undo" : "fortryd", + "never" : "aldrig", + "deleted {userName}" : "slettede {userName}", + "add group" : "Tilføj gruppe", + "A valid username must be provided" : "Et gyldigt brugernavn skal angives", + "Error creating user" : "Fejl ved oprettelse af bruger", + "A valid password must be provided" : "En gyldig adgangskode skal angives", + "Warning: Home directory for user \"{user}\" already exists" : "Advarsel: Hjemmemappen for bruger \"{user}\" findes allerede", + "__language_name__" : "Dansk", + "Personal Info" : "Personlige oplysninger", + "SSL root certificates" : "SSL-rodcertifikater", + "Encryption" : "Kryptering", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alt (alvorlige fejl, fejl, advarsler, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, advarsler, fejl og alvorlige fejl", + "Warnings, errors and fatal issues" : "Advarsler, fejl og alvorlige fejl", + "Errors and fatal issues" : "Fejl og alvorlige fejl", + "Fatal issues only" : "Kun alvorlige fejl", + "None" : "Ingen", + "Login" : "Login", + "Plain" : "Klartekst", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sikkerhedsadvarsel", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du tilgår %s via HTTP. Vi anbefaler at du konfigurerer din server til i stedet at kræve 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." : "Din data mappe og dine filer er muligvis tilgængelige fra internettet. .htaccess filen virker ikke. Vi anbefaler på det kraftigste at du konfigurerer din webserver så data mappen ikke længere er tilgængelig, eller at du flytter data mappen uden for webserverens dokument rod. ", + "Setup Warning" : "Opsætnings Advarsel", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP opsætning blokere \"inline doc blocks\". dette gør at flere grundlæggende apps utilgængelige", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette er sansynligvis forårsaget af et accelerator eller cache som Zend OPcache eller eAccelerator", + "Database Performance Info" : "Database Performance Oplysninger", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite er benyttet som database. Ved store installationer anbefaler vi at ændre dette. For at migrere til en anden database benyt 'occ db:convert-type' værktøjet i et kommandovindue.", + "Module 'fileinfo' missing" : "Module 'fileinfo' mangler", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at få de bedste resultater med mime-type detektion.", + "Your PHP version is outdated" : "Din PHP-version er forældet", + "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." : "Din PHP-version er forældet. Vi anbefaler at du opgraderer til 5.3.8 eller nyere, fordi ældre versioner har kendte fejl. Det er derfor muligt at installationen ikke fungerer korrekt.", + "PHP charset is not set to UTF-8" : "PHP-tegnsættet er ikke angivet til UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP-tegnsættet er ikke angivet til UTF-8. Denne kan føre til store problemer med tegn som ikke er af typen ASCII i filnavne. Vi anbefaler kraftigt at ændre værdien for 'default_charset' i php.ini til 'UTF-8'.", + "Locale not working" : "Landestandard fungerer ikke", + "System locale can not be set to a one which supports UTF-8." : "Systemets locale kan ikke sættes til et der bruger UTF-8.", + "This means that there might be problems with certain characters in file names." : "Det betyder at der kan være problemer med visse tegn i filnavne.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Vi anbefaler at du installerer den krævede pakke på dit system, for at understøtte følgende locales: %s.", + "URL generation in notification emails" : "URL-oprettelse i e-mailnotifikationer.", + "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\")" : "Hvis din installation ikke er installeret i roden af domænet, og bruger systemets cron, så kan der være problemer med URL-oprettelsen. For at undgå disse problemer, så angiv tilvalget \"overwritewebroot\" i din fil config.php til webrodens sti for din installation (foreslået værdi: \"%s\")", + "Connectivity checks" : "Tjek for forbindelsen", + "No problems found" : "Der blev ikke fundet problemer", + "Please double check the installation guides." : "Dobbelttjek venligst installations vejledningerne.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Seneste 'cron' blev kørt %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Seneste 'cron' blev kørt %s. Dette er over en time siden - noget må være galt.", + "Cron was not executed yet!" : "Cron har ikke kørt endnu!", + "Execute one task with each page loaded" : "Udføre en opgave med hver side indlæst", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er registreret til at en webcron service skal kalde cron.php hvert 15 minut over http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Brug systemets cron service til at kalde cron.php hver 15. minut", + "Sharing" : "Deling", + "Allow apps to use the Share API" : "Tillad apps til at bruge Share API", + "Allow users to share via link" : "Tillad brugere at dele via link", + "Enforce password protection" : "tving kodeords beskyttelse", + "Allow public uploads" : "Tillad offentlig upload", + "Set default expiration date" : "Vælg standard udløbsdato", + "Expire after " : "Udløber efter", + "days" : "dage", + "Enforce expiration date" : "Påtving udløbsdato", + "Allow resharing" : "Tillad videredeling", + "Restrict users to only share with users in their groups" : "Begræns brugere til deling med brugere i deres gruppe", + "Allow users to send mail notification for shared files" : "Tillad brugere at sende mail underretninger for delte filer", + "Exclude groups from sharing" : "Ekskluder grupper fra at dele", + "These groups will still be able to receive shares, but not to initiate them." : "Disse grupper vil stadig kunne modtage delefiler, dog ikke skabe dem.", + "Security" : "Sikkerhed", + "Enforce HTTPS" : "Gennemtving HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Tving klienten til at forbinde til %s via en kryptetet forbindelse.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Forbind venligst til din %s via HTTPS for at aktivere eller deaktivere SSL tvang.", + "Email Server" : "E-mailserver", + "This is used for sending out notifications." : "Dette anvendes til udsendelse af notifikationer.", + "Send mode" : "Tilstand for afsendelse", + "From address" : "Fra adresse", + "mail" : "mail", + "Authentication method" : "Godkendelsesmetode", + "Authentication required" : "Godkendelse påkrævet", + "Server address" : "Serveradresse", + "Port" : "Port", + "Credentials" : "Brugeroplysninger", + "SMTP Username" : "SMTP Brugernavn", + "SMTP Password" : "SMTP Kodeord", + "Store credentials" : "Gem brugeroplysninger", + "Test email settings" : "Test e-mail-indstillinger", + "Send email" : "Send e-mail", + "Log" : "Log", + "Log level" : "Log niveau", + "More" : "Mere", + "Less" : "Mindre", + "Version" : "Version", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Udviklet af ownClouds community, og kildekoden er underlagt licensen AGPL.", + "More apps" : "Flere programmer", + "Add your app" : "Tilføj din app", + "by" : "af", + "licensed" : "licenseret", + "Documentation:" : "Dokumentation:", + "User Documentation" : "Brugerdokumentation", + "Admin Documentation" : "Administrator Dokumentation", + "Update to %s" : "Opdatér til %s", + "Enable only for specific groups" : "Aktivér kun for udvalgte grupper", + "Uninstall App" : "Afinstallér app", + "Administrator Documentation" : "Administrator Dokumentation", + "Online Documentation" : "Online dokumentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Kommerciel support", + "Get the apps to sync your files" : "Hent applikationerne for at synkronisere dine filer", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Hvis du vil støtte projektet\n\t\tdeltag i udviklingen\n\t\teller\n\t\tspred budskabet!", + "Show First Run Wizard again" : "Vis guiden for første kørsel igen.", + "You have used %s of the available %s" : "Du har brugt %s af den tilgængelige %s", + "Password" : "Kodeord", + "Your password was changed" : "Din adgangskode blev ændret", + "Unable to change your password" : "Ude af stand til at ændre dit kodeord", + "Current password" : "Nuværende adgangskode", + "New password" : "Nyt kodeord", + "Change password" : "Skift kodeord", + "Full Name" : "Fulde navn", + "Email" : "E-mail", + "Your email address" : "Din e-mailadresse", + "Fill in an email address to enable password recovery and receive notifications" : "Angiv en e-mailadresse for at aktivere gendannelse af adgangskode og modtage notifikationer", + "Profile picture" : "Profilbillede", + "Upload new" : "Upload nyt", + "Select new from Files" : "Vælg nyt fra Filer", + "Remove image" : "Fjern billede", + "Either png or jpg. Ideally square but you will be able to crop it." : "Enten png eller jpg. Ideelt firkantet men du har mulighed for at beskære det. ", + "Your avatar is provided by your original account." : "Din avatar kommer fra din oprindelige konto.", + "Cancel" : "Annuller", + "Choose as profile image" : "Vælg som profilbillede", + "Language" : "Sprog", + "Help translate" : "Hjælp med oversættelsen", + "Common Name" : "Almindeligt navn", + "Valid until" : "Gyldig indtil", + "Issued By" : "Udstedt af", + "Valid until %s" : "Gyldig indtil %s", + "Import Root Certificate" : "Importer rodcertifikat", + "The encryption app is no longer enabled, please decrypt all your files" : "Krypteringsprogrammet er ikke længere aktiveret. Dekrypter venligst alle dine filer", + "Log-in password" : "Log-in kodeord", + "Decrypt all Files" : "Dekrypter alle Filer ", + "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." : "Din krypteringsmøgler er flyttet til et sted med sikkerhedskopier. Hvis noget gik galt kan du genskabe nøglerne. Slet kun nøgler permanent, hvis du er sikker på at alle filer er blevet dekrypteret korrekt.", + "Restore Encryption Keys" : "Genopret Krypteringsnøgler", + "Delete Encryption Keys" : "Slet Krypteringsnøgler", + "Show storage location" : "Vis placering af lageret", + "Show last log in" : "Vis seneste login", + "Login Name" : "Loginnavn", + "Create" : "Ny", + "Admin Recovery Password" : "Administrator gendannelse kodeord", + "Enter the recovery password in order to recover the users files during password change" : "Indtast et gendannelse kodeord for, at kunne gendanne brugerens filer ved ændring af kodeord", + "Search Users and Groups" : "Søg efter brugere og grupper", + "Add Group" : "Tilføj Gruppe", + "Group" : "Gruppe", + "Everyone" : "Alle", + "Admins" : "Administratore", + "Default Quota" : "Standard kvote", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Indtast venligst lagerkvote (f.eks. \"512 MB\" eller \"12 GB\")", + "Unlimited" : "Ubegrænset", + "Other" : "Andet", + "Username" : "Brugernavn", + "Quota" : "Kvote", + "Storage Location" : "Placering af lageret", + "Last Login" : "Seneste login", + "change full name" : "ændre fulde navn", + "set new password" : "skift kodeord", + "Default" : "Standard" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/da.json b/settings/l10n/da.json new file mode 100644 index 0000000000..328acf7880 --- /dev/null +++ b/settings/l10n/da.json @@ -0,0 +1,236 @@ +{ "translations": { + "Enabled" : "Aktiveret", + "Not enabled" : "Slået fra", + "Recommended" : "Anbefalet", + "Authentication error" : "Adgangsfejl", + "Your full name has been changed." : "Dit fulde navn er blevet ændret.", + "Unable to change full name" : "Ikke i stand til at ændre dit fulde navn", + "Group already exists" : "Gruppen findes allerede", + "Unable to add group" : "Gruppen kan ikke oprettes", + "Files decrypted successfully" : "Filer dekrypteret med succes", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Dine filer kunne ikke dekrypteres. Gennemse din owncloud log eller spørg din administrator", + "Couldn't decrypt your files, check your password and try again" : "Dine filer kunne ikke dekrypteres. Check din adgangskode og forsøg igen", + "Encryption keys deleted permanently" : "Krypteringsnøgle slettet permanent", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Kunne ikke slette dine nøgler til kryptering permanent, tjek venligst din owncloud.log eller spørg din administrator", + "Couldn't remove app." : "Kunne ikke fjerne app'en.", + "Email saved" : "E-mailadressen er gemt", + "Invalid email" : "Ugyldig e-mailadresse", + "Unable to delete group" : "Gruppen kan ikke slettes", + "Unable to delete user" : "Bruger kan ikke slettes", + "Backups restored successfully" : "Genskabelsen af sikkerhedskopierne blev gennemført", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Kunne ikke genskabe din krypyterings nøgle, se logfilen owncloud.log eller spørg en administrator", + "Language changed" : "Sprog ændret", + "Invalid request" : "Ugyldig forespørgsel", + "Admins can't remove themself from the admin group" : "Administratorer kan ikke fjerne dem selv fra admin gruppen", + "Unable to add user to group %s" : "Brugeren kan ikke tilføjes til gruppen %s", + "Unable to remove user from group %s" : "Brugeren kan ikke fjernes fra gruppen %s", + "Couldn't update app." : "Kunne ikke opdatere app'en.", + "Wrong password" : "Forkert kodeord", + "No user supplied" : "Intet brugernavn givet", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Angiv venligst en admininstrator gendannelseskode, ellers vil alt brugerdata gå tabt", + "Wrong admin recovery password. Please check the password and try again." : "Forkert admin gendannelseskode. Se venligst koden efter og prøv igen.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Serveren understøtter ikke kodeordsskifte, men brugernes krypteringsnøgle blev opdateret.", + "Unable to change password" : "Kunne ikke ændre kodeord", + "Saved" : "Gemt", + "test email settings" : "test e-mailindstillinger", + "If you received this email, the settings seem to be correct." : "Hvis du har modtaget denne e-mail, så lader indstillinger til at være korrekte.", + "A problem occurred while sending the email. Please revise your settings." : "Der opstod en fejl under afsendelse af e-mailen. Gennemse venligst dine indstillinger.", + "Email sent" : "E-mail afsendt", + "You need to set your user email before being able to send test emails." : "Du skal angive din bruger-e-mail før der kan sendes test-e-mail.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sikker på at du vil tilføje \"{domain}\" som et domæne du har tiilid til?", + "Add trusted domain" : "Tilføj et domæne som du har tillid til", + "Sending..." : "Sender...", + "All" : "Alle", + "Please wait...." : "Vent venligst...", + "Error while disabling app" : "Kunne ikke deaktivere app", + "Disable" : "Deaktiver", + "Enable" : "Aktiver", + "Error while enabling app" : "Kunne ikke aktivere app", + "Updating...." : "Opdaterer....", + "Error while updating app" : "Der opstod en fejl under app opgraderingen", + "Updated" : "Opdateret", + "Uninstalling ...." : "Afinstallerer...", + "Error while uninstalling app" : "Fejl under afinstallering af app", + "Uninstall" : "Afinstallér", + "Select a profile picture" : "Vælg et profilbillede", + "Very weak password" : "Meget svagt kodeord", + "Weak password" : "Svagt kodeord", + "So-so password" : "Jævnt kodeord", + "Good password" : "Godt kodeord", + "Strong password" : "Stærkt kodeord", + "Valid until {date}" : "Gyldig indtil {date}", + "Delete" : "Slet", + "Decrypting files... Please wait, this can take some time." : "Dekryptere filer... Vent venligst, dette kan tage lang tid. ", + "Delete encryption keys permanently." : "Slet krypteringsnøgler permanent.", + "Restore encryption keys." : "Genopret krypteringsnøgler.", + "Groups" : "Grupper", + "Unable to delete {objName}" : "Kunne ikke slette {objName}", + "Error creating group" : "Fejl ved oprettelse af gruppe", + "A valid group name must be provided" : "Et gyldigt gruppenavn skal angives ", + "deleted {groupName}" : "slettede {groupName}", + "undo" : "fortryd", + "never" : "aldrig", + "deleted {userName}" : "slettede {userName}", + "add group" : "Tilføj gruppe", + "A valid username must be provided" : "Et gyldigt brugernavn skal angives", + "Error creating user" : "Fejl ved oprettelse af bruger", + "A valid password must be provided" : "En gyldig adgangskode skal angives", + "Warning: Home directory for user \"{user}\" already exists" : "Advarsel: Hjemmemappen for bruger \"{user}\" findes allerede", + "__language_name__" : "Dansk", + "Personal Info" : "Personlige oplysninger", + "SSL root certificates" : "SSL-rodcertifikater", + "Encryption" : "Kryptering", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alt (alvorlige fejl, fejl, advarsler, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, advarsler, fejl og alvorlige fejl", + "Warnings, errors and fatal issues" : "Advarsler, fejl og alvorlige fejl", + "Errors and fatal issues" : "Fejl og alvorlige fejl", + "Fatal issues only" : "Kun alvorlige fejl", + "None" : "Ingen", + "Login" : "Login", + "Plain" : "Klartekst", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sikkerhedsadvarsel", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du tilgår %s via HTTP. Vi anbefaler at du konfigurerer din server til i stedet at kræve 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." : "Din data mappe og dine filer er muligvis tilgængelige fra internettet. .htaccess filen virker ikke. Vi anbefaler på det kraftigste at du konfigurerer din webserver så data mappen ikke længere er tilgængelig, eller at du flytter data mappen uden for webserverens dokument rod. ", + "Setup Warning" : "Opsætnings Advarsel", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP opsætning blokere \"inline doc blocks\". dette gør at flere grundlæggende apps utilgængelige", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette er sansynligvis forårsaget af et accelerator eller cache som Zend OPcache eller eAccelerator", + "Database Performance Info" : "Database Performance Oplysninger", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite er benyttet som database. Ved store installationer anbefaler vi at ændre dette. For at migrere til en anden database benyt 'occ db:convert-type' værktøjet i et kommandovindue.", + "Module 'fileinfo' missing" : "Module 'fileinfo' mangler", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at få de bedste resultater med mime-type detektion.", + "Your PHP version is outdated" : "Din PHP-version er forældet", + "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." : "Din PHP-version er forældet. Vi anbefaler at du opgraderer til 5.3.8 eller nyere, fordi ældre versioner har kendte fejl. Det er derfor muligt at installationen ikke fungerer korrekt.", + "PHP charset is not set to UTF-8" : "PHP-tegnsættet er ikke angivet til UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP-tegnsættet er ikke angivet til UTF-8. Denne kan føre til store problemer med tegn som ikke er af typen ASCII i filnavne. Vi anbefaler kraftigt at ændre værdien for 'default_charset' i php.ini til 'UTF-8'.", + "Locale not working" : "Landestandard fungerer ikke", + "System locale can not be set to a one which supports UTF-8." : "Systemets locale kan ikke sættes til et der bruger UTF-8.", + "This means that there might be problems with certain characters in file names." : "Det betyder at der kan være problemer med visse tegn i filnavne.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Vi anbefaler at du installerer den krævede pakke på dit system, for at understøtte følgende locales: %s.", + "URL generation in notification emails" : "URL-oprettelse i e-mailnotifikationer.", + "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\")" : "Hvis din installation ikke er installeret i roden af domænet, og bruger systemets cron, så kan der være problemer med URL-oprettelsen. For at undgå disse problemer, så angiv tilvalget \"overwritewebroot\" i din fil config.php til webrodens sti for din installation (foreslået værdi: \"%s\")", + "Connectivity checks" : "Tjek for forbindelsen", + "No problems found" : "Der blev ikke fundet problemer", + "Please double check the installation guides." : "Dobbelttjek venligst installations vejledningerne.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Seneste 'cron' blev kørt %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Seneste 'cron' blev kørt %s. Dette er over en time siden - noget må være galt.", + "Cron was not executed yet!" : "Cron har ikke kørt endnu!", + "Execute one task with each page loaded" : "Udføre en opgave med hver side indlæst", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er registreret til at en webcron service skal kalde cron.php hvert 15 minut over http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Brug systemets cron service til at kalde cron.php hver 15. minut", + "Sharing" : "Deling", + "Allow apps to use the Share API" : "Tillad apps til at bruge Share API", + "Allow users to share via link" : "Tillad brugere at dele via link", + "Enforce password protection" : "tving kodeords beskyttelse", + "Allow public uploads" : "Tillad offentlig upload", + "Set default expiration date" : "Vælg standard udløbsdato", + "Expire after " : "Udløber efter", + "days" : "dage", + "Enforce expiration date" : "Påtving udløbsdato", + "Allow resharing" : "Tillad videredeling", + "Restrict users to only share with users in their groups" : "Begræns brugere til deling med brugere i deres gruppe", + "Allow users to send mail notification for shared files" : "Tillad brugere at sende mail underretninger for delte filer", + "Exclude groups from sharing" : "Ekskluder grupper fra at dele", + "These groups will still be able to receive shares, but not to initiate them." : "Disse grupper vil stadig kunne modtage delefiler, dog ikke skabe dem.", + "Security" : "Sikkerhed", + "Enforce HTTPS" : "Gennemtving HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Tving klienten til at forbinde til %s via en kryptetet forbindelse.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Forbind venligst til din %s via HTTPS for at aktivere eller deaktivere SSL tvang.", + "Email Server" : "E-mailserver", + "This is used for sending out notifications." : "Dette anvendes til udsendelse af notifikationer.", + "Send mode" : "Tilstand for afsendelse", + "From address" : "Fra adresse", + "mail" : "mail", + "Authentication method" : "Godkendelsesmetode", + "Authentication required" : "Godkendelse påkrævet", + "Server address" : "Serveradresse", + "Port" : "Port", + "Credentials" : "Brugeroplysninger", + "SMTP Username" : "SMTP Brugernavn", + "SMTP Password" : "SMTP Kodeord", + "Store credentials" : "Gem brugeroplysninger", + "Test email settings" : "Test e-mail-indstillinger", + "Send email" : "Send e-mail", + "Log" : "Log", + "Log level" : "Log niveau", + "More" : "Mere", + "Less" : "Mindre", + "Version" : "Version", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Udviklet af ownClouds community, og kildekoden er underlagt licensen AGPL.", + "More apps" : "Flere programmer", + "Add your app" : "Tilføj din app", + "by" : "af", + "licensed" : "licenseret", + "Documentation:" : "Dokumentation:", + "User Documentation" : "Brugerdokumentation", + "Admin Documentation" : "Administrator Dokumentation", + "Update to %s" : "Opdatér til %s", + "Enable only for specific groups" : "Aktivér kun for udvalgte grupper", + "Uninstall App" : "Afinstallér app", + "Administrator Documentation" : "Administrator Dokumentation", + "Online Documentation" : "Online dokumentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Kommerciel support", + "Get the apps to sync your files" : "Hent applikationerne for at synkronisere dine filer", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Hvis du vil støtte projektet\n\t\tdeltag i udviklingen\n\t\teller\n\t\tspred budskabet!", + "Show First Run Wizard again" : "Vis guiden for første kørsel igen.", + "You have used %s of the available %s" : "Du har brugt %s af den tilgængelige %s", + "Password" : "Kodeord", + "Your password was changed" : "Din adgangskode blev ændret", + "Unable to change your password" : "Ude af stand til at ændre dit kodeord", + "Current password" : "Nuværende adgangskode", + "New password" : "Nyt kodeord", + "Change password" : "Skift kodeord", + "Full Name" : "Fulde navn", + "Email" : "E-mail", + "Your email address" : "Din e-mailadresse", + "Fill in an email address to enable password recovery and receive notifications" : "Angiv en e-mailadresse for at aktivere gendannelse af adgangskode og modtage notifikationer", + "Profile picture" : "Profilbillede", + "Upload new" : "Upload nyt", + "Select new from Files" : "Vælg nyt fra Filer", + "Remove image" : "Fjern billede", + "Either png or jpg. Ideally square but you will be able to crop it." : "Enten png eller jpg. Ideelt firkantet men du har mulighed for at beskære det. ", + "Your avatar is provided by your original account." : "Din avatar kommer fra din oprindelige konto.", + "Cancel" : "Annuller", + "Choose as profile image" : "Vælg som profilbillede", + "Language" : "Sprog", + "Help translate" : "Hjælp med oversættelsen", + "Common Name" : "Almindeligt navn", + "Valid until" : "Gyldig indtil", + "Issued By" : "Udstedt af", + "Valid until %s" : "Gyldig indtil %s", + "Import Root Certificate" : "Importer rodcertifikat", + "The encryption app is no longer enabled, please decrypt all your files" : "Krypteringsprogrammet er ikke længere aktiveret. Dekrypter venligst alle dine filer", + "Log-in password" : "Log-in kodeord", + "Decrypt all Files" : "Dekrypter alle Filer ", + "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." : "Din krypteringsmøgler er flyttet til et sted med sikkerhedskopier. Hvis noget gik galt kan du genskabe nøglerne. Slet kun nøgler permanent, hvis du er sikker på at alle filer er blevet dekrypteret korrekt.", + "Restore Encryption Keys" : "Genopret Krypteringsnøgler", + "Delete Encryption Keys" : "Slet Krypteringsnøgler", + "Show storage location" : "Vis placering af lageret", + "Show last log in" : "Vis seneste login", + "Login Name" : "Loginnavn", + "Create" : "Ny", + "Admin Recovery Password" : "Administrator gendannelse kodeord", + "Enter the recovery password in order to recover the users files during password change" : "Indtast et gendannelse kodeord for, at kunne gendanne brugerens filer ved ændring af kodeord", + "Search Users and Groups" : "Søg efter brugere og grupper", + "Add Group" : "Tilføj Gruppe", + "Group" : "Gruppe", + "Everyone" : "Alle", + "Admins" : "Administratore", + "Default Quota" : "Standard kvote", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Indtast venligst lagerkvote (f.eks. \"512 MB\" eller \"12 GB\")", + "Unlimited" : "Ubegrænset", + "Other" : "Andet", + "Username" : "Brugernavn", + "Quota" : "Kvote", + "Storage Location" : "Placering af lageret", + "Last Login" : "Seneste login", + "change full name" : "ændre fulde navn", + "set new password" : "skift kodeord", + "Default" : "Standard" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/da.php b/settings/l10n/da.php deleted file mode 100644 index 814f809e10..0000000000 --- a/settings/l10n/da.php +++ /dev/null @@ -1,239 +0,0 @@ - "Aktiveret", -"Not enabled" => "Slået fra", -"Recommended" => "Anbefalet", -"Authentication error" => "Adgangsfejl", -"Your full name has been changed." => "Dit fulde navn er blevet ændret.", -"Unable to change full name" => "Ikke i stand til at ændre dit fulde navn", -"Group already exists" => "Gruppen findes allerede", -"Unable to add group" => "Gruppen kan ikke oprettes", -"Files decrypted successfully" => "Filer dekrypteret med succes", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Dine filer kunne ikke dekrypteres. Gennemse din owncloud log eller spørg din administrator", -"Couldn't decrypt your files, check your password and try again" => "Dine filer kunne ikke dekrypteres. Check din adgangskode og forsøg igen", -"Encryption keys deleted permanently" => "Krypteringsnøgle slettet permanent", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Kunne ikke slette dine nøgler til kryptering permanent, tjek venligst din owncloud.log eller spørg din administrator", -"Couldn't remove app." => "Kunne ikke fjerne app'en.", -"Email saved" => "E-mailadressen er gemt", -"Invalid email" => "Ugyldig e-mailadresse", -"Unable to delete group" => "Gruppen kan ikke slettes", -"Unable to delete user" => "Bruger kan ikke slettes", -"Backups restored successfully" => "Genskabelsen af sikkerhedskopierne blev gennemført", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Kunne ikke genskabe din krypyterings nøgle, se logfilen owncloud.log eller spørg en administrator", -"Language changed" => "Sprog ændret", -"Invalid request" => "Ugyldig forespørgsel", -"Admins can't remove themself from the admin group" => "Administratorer kan ikke fjerne dem selv fra admin gruppen", -"Unable to add user to group %s" => "Brugeren kan ikke tilføjes til gruppen %s", -"Unable to remove user from group %s" => "Brugeren kan ikke fjernes fra gruppen %s", -"Couldn't update app." => "Kunne ikke opdatere app'en.", -"Wrong password" => "Forkert kodeord", -"No user supplied" => "Intet brugernavn givet", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Angiv venligst en admininstrator gendannelseskode, ellers vil alt brugerdata gå tabt", -"Wrong admin recovery password. Please check the password and try again." => "Forkert admin gendannelseskode. Se venligst koden efter og prøv igen.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Serveren understøtter ikke kodeordsskifte, men brugernes krypteringsnøgle blev opdateret.", -"Unable to change password" => "Kunne ikke ændre kodeord", -"Saved" => "Gemt", -"test email settings" => "test e-mailindstillinger", -"If you received this email, the settings seem to be correct." => "Hvis du har modtaget denne e-mail, så lader indstillinger til at være korrekte.", -"A problem occurred while sending the email. Please revise your settings." => "Der opstod en fejl under afsendelse af e-mailen. Gennemse venligst dine indstillinger.", -"Email sent" => "E-mail afsendt", -"You need to set your user email before being able to send test emails." => "Du skal angive din bruger-e-mail før der kan sendes test-e-mail.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Sikker på at du vil tilføje \"{domain}\" som et domæne du har tiilid til?", -"Add trusted domain" => "Tilføj et domæne som du har tillid til", -"Sending..." => "Sender...", -"All" => "Alle", -"Please wait...." => "Vent venligst...", -"Error while disabling app" => "Kunne ikke deaktivere app", -"Disable" => "Deaktiver", -"Enable" => "Aktiver", -"Error while enabling app" => "Kunne ikke aktivere app", -"Updating...." => "Opdaterer....", -"Error while updating app" => "Der opstod en fejl under app opgraderingen", -"Updated" => "Opdateret", -"Uninstalling ...." => "Afinstallerer...", -"Error while uninstalling app" => "Fejl under afinstallering af app", -"Uninstall" => "Afinstallér", -"Select a profile picture" => "Vælg et profilbillede", -"Very weak password" => "Meget svagt kodeord", -"Weak password" => "Svagt kodeord", -"So-so password" => "Jævnt kodeord", -"Good password" => "Godt kodeord", -"Strong password" => "Stærkt kodeord", -"Valid until {date}" => "Gyldig indtil {date}", -"Delete" => "Slet", -"Decrypting files... Please wait, this can take some time." => "Dekryptere filer... Vent venligst, dette kan tage lang tid. ", -"Delete encryption keys permanently." => "Slet krypteringsnøgler permanent.", -"Restore encryption keys." => "Genopret krypteringsnøgler.", -"Groups" => "Grupper", -"Unable to delete {objName}" => "Kunne ikke slette {objName}", -"Error creating group" => "Fejl ved oprettelse af gruppe", -"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", -"A valid username must be provided" => "Et gyldigt brugernavn skal angives", -"Error creating user" => "Fejl ved oprettelse af bruger", -"A valid password must be provided" => "En gyldig adgangskode skal angives", -"Warning: Home directory for user \"{user}\" already exists" => "Advarsel: Hjemmemappen for bruger \"{user}\" findes allerede", -"__language_name__" => "Dansk", -"Personal Info" => "Personlige oplysninger", -"SSL root certificates" => "SSL-rodcertifikater", -"Encryption" => "Kryptering", -"Everything (fatal issues, errors, warnings, info, debug)" => "Alt (alvorlige fejl, fejl, advarsler, info, debug)", -"Info, warnings, errors and fatal issues" => "Info, advarsler, fejl og alvorlige fejl", -"Warnings, errors and fatal issues" => "Advarsler, fejl og alvorlige fejl", -"Errors and fatal issues" => "Fejl og alvorlige fejl", -"Fatal issues only" => "Kun alvorlige fejl", -"None" => "Ingen", -"Login" => "Login", -"Plain" => "Klartekst", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Sikkerhedsadvarsel", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Du tilgår %s via HTTP. Vi anbefaler at du konfigurerer din server til i stedet at kræve 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." => "Din data mappe og dine filer er muligvis tilgængelige fra internettet. .htaccess filen virker ikke. Vi anbefaler på det kraftigste at du konfigurerer din webserver så data mappen ikke længere er tilgængelig, eller at du flytter data mappen uden for webserverens dokument rod. ", -"Setup Warning" => "Opsætnings Advarsel", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP opsætning blokere \"inline doc blocks\". dette gør at flere grundlæggende apps utilgængelige", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Dette er sansynligvis forårsaget af et accelerator eller cache som Zend OPcache eller eAccelerator", -"Database Performance Info" => "Database Performance Oplysninger", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite er benyttet som database. Ved store installationer anbefaler vi at ændre dette. For at migrere til en anden database benyt 'occ db:convert-type' værktøjet i et kommandovindue.", -"Module 'fileinfo' missing" => "Module 'fileinfo' mangler", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at få de bedste resultater med mime-type detektion.", -"Your PHP version is outdated" => "Din PHP-version er forældet", -"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." => "Din PHP-version er forældet. Vi anbefaler at du opgraderer til 5.3.8 eller nyere, fordi ældre versioner har kendte fejl. Det er derfor muligt at installationen ikke fungerer korrekt.", -"PHP charset is not set to UTF-8" => "PHP-tegnsættet er ikke angivet til UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP-tegnsættet er ikke angivet til UTF-8. Denne kan føre til store problemer med tegn som ikke er af typen ASCII i filnavne. Vi anbefaler kraftigt at ændre værdien for 'default_charset' i php.ini til 'UTF-8'.", -"Locale not working" => "Landestandard fungerer ikke", -"System locale can not be set to a one which supports UTF-8." => "Systemets locale kan ikke sættes til et der bruger UTF-8.", -"This means that there might be problems with certain characters in file names." => "Det betyder at der kan være problemer med visse tegn i filnavne.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Vi anbefaler at du installerer den krævede pakke på dit system, for at understøtte følgende locales: %s.", -"URL generation in notification emails" => "URL-oprettelse i e-mailnotifikationer.", -"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\")" => "Hvis din installation ikke er installeret i roden af domænet, og bruger systemets cron, så kan der være problemer med URL-oprettelsen. For at undgå disse problemer, så angiv tilvalget \"overwritewebroot\" i din fil config.php til webrodens sti for din installation (foreslået værdi: \"%s\")", -"Connectivity checks" => "Tjek for forbindelsen", -"No problems found" => "Der blev ikke fundet problemer", -"Please double check the installation guides." => "Dobbelttjek venligst installations vejledningerne.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Seneste 'cron' blev kørt %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Seneste 'cron' blev kørt %s. Dette er over en time siden - noget må være galt.", -"Cron was not executed yet!" => "Cron har ikke kørt endnu!", -"Execute one task with each page loaded" => "Udføre en opgave med hver side indlæst", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php er registreret til at en webcron service skal kalde cron.php hvert 15 minut over http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Brug systemets cron service til at kalde cron.php hver 15. minut", -"Sharing" => "Deling", -"Allow apps to use the Share API" => "Tillad apps til at bruge Share API", -"Allow users to share via link" => "Tillad brugere at dele via link", -"Enforce password protection" => "tving kodeords beskyttelse", -"Allow public uploads" => "Tillad offentlig upload", -"Set default expiration date" => "Vælg standard udløbsdato", -"Expire after " => "Udløber efter", -"days" => "dage", -"Enforce expiration date" => "Påtving udløbsdato", -"Allow resharing" => "Tillad videredeling", -"Restrict users to only share with users in their groups" => "Begræns brugere til deling med brugere i deres gruppe", -"Allow users to send mail notification for shared files" => "Tillad brugere at sende mail underretninger for delte filer", -"Exclude groups from sharing" => "Ekskluder grupper fra at dele", -"These groups will still be able to receive shares, but not to initiate them." => "Disse grupper vil stadig kunne modtage delefiler, dog ikke skabe dem.", -"Security" => "Sikkerhed", -"Enforce HTTPS" => "Gennemtving HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Tving klienten til at forbinde til %s via en kryptetet forbindelse.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Forbind venligst til din %s via HTTPS for at aktivere eller deaktivere SSL tvang.", -"Email Server" => "E-mailserver", -"This is used for sending out notifications." => "Dette anvendes til udsendelse af notifikationer.", -"Send mode" => "Tilstand for afsendelse", -"From address" => "Fra adresse", -"mail" => "mail", -"Authentication method" => "Godkendelsesmetode", -"Authentication required" => "Godkendelse påkrævet", -"Server address" => "Serveradresse", -"Port" => "Port", -"Credentials" => "Brugeroplysninger", -"SMTP Username" => "SMTP Brugernavn", -"SMTP Password" => "SMTP Kodeord", -"Store credentials" => "Gem brugeroplysninger", -"Test email settings" => "Test e-mail-indstillinger", -"Send email" => "Send e-mail", -"Log" => "Log", -"Log level" => "Log niveau", -"More" => "Mere", -"Less" => "Mindre", -"Version" => "Version", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Udviklet af ownClouds community, og kildekoden er underlagt licensen AGPL.", -"More apps" => "Flere programmer", -"Add your app" => "Tilføj din app", -"by" => "af", -"licensed" => "licenseret", -"Documentation:" => "Dokumentation:", -"User Documentation" => "Brugerdokumentation", -"Admin Documentation" => "Administrator Dokumentation", -"Update to %s" => "Opdatér til %s", -"Enable only for specific groups" => "Aktivér kun for udvalgte grupper", -"Uninstall App" => "Afinstallér app", -"Administrator Documentation" => "Administrator Dokumentation", -"Online Documentation" => "Online dokumentation", -"Forum" => "Forum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Kommerciel support", -"Get the apps to sync your files" => "Hent applikationerne for at synkronisere dine filer", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Hvis du vil støtte projektet\n\t\tdeltag i udviklingen\n\t\teller\n\t\tspred budskabet!", -"Show First Run Wizard again" => "Vis guiden for første kørsel igen.", -"You have used %s of the available %s" => "Du har brugt %s af den tilgængelige %s", -"Password" => "Kodeord", -"Your password was changed" => "Din adgangskode blev ændret", -"Unable to change your password" => "Ude af stand til at ændre dit kodeord", -"Current password" => "Nuværende adgangskode", -"New password" => "Nyt kodeord", -"Change password" => "Skift kodeord", -"Full Name" => "Fulde navn", -"Email" => "E-mail", -"Your email address" => "Din e-mailadresse", -"Fill in an email address to enable password recovery and receive notifications" => "Angiv en e-mailadresse for at aktivere gendannelse af adgangskode og modtage notifikationer", -"Profile picture" => "Profilbillede", -"Upload new" => "Upload nyt", -"Select new from Files" => "Vælg nyt fra Filer", -"Remove image" => "Fjern billede", -"Either png or jpg. Ideally square but you will be able to crop it." => "Enten png eller jpg. Ideelt firkantet men du har mulighed for at beskære det. ", -"Your avatar is provided by your original account." => "Din avatar kommer fra din oprindelige konto.", -"Cancel" => "Annuller", -"Choose as profile image" => "Vælg som profilbillede", -"Language" => "Sprog", -"Help translate" => "Hjælp med oversættelsen", -"Common Name" => "Almindeligt navn", -"Valid until" => "Gyldig indtil", -"Issued By" => "Udstedt af", -"Valid until %s" => "Gyldig indtil %s", -"Import Root Certificate" => "Importer rodcertifikat", -"The encryption app is no longer enabled, please decrypt all your files" => "Krypteringsprogrammet er ikke længere aktiveret. Dekrypter venligst alle dine filer", -"Log-in password" => "Log-in kodeord", -"Decrypt all Files" => "Dekrypter alle Filer ", -"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." => "Din krypteringsmøgler er flyttet til et sted med sikkerhedskopier. Hvis noget gik galt kan du genskabe nøglerne. Slet kun nøgler permanent, hvis du er sikker på at alle filer er blevet dekrypteret korrekt.", -"Restore Encryption Keys" => "Genopret Krypteringsnøgler", -"Delete Encryption Keys" => "Slet Krypteringsnøgler", -"Show storage location" => "Vis placering af lageret", -"Show last log in" => "Vis seneste login", -"Login Name" => "Loginnavn", -"Create" => "Ny", -"Admin Recovery Password" => "Administrator gendannelse kodeord", -"Enter the recovery password in order to recover the users files during password change" => "Indtast et gendannelse kodeord for, at kunne gendanne brugerens filer ved ændring af kodeord", -"Search Users and Groups" => "Søg efter brugere og grupper", -"Add Group" => "Tilføj Gruppe", -"Group" => "Gruppe", -"Everyone" => "Alle", -"Admins" => "Administratore", -"Default Quota" => "Standard kvote", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Indtast venligst lagerkvote (f.eks. \"512 MB\" eller \"12 GB\")", -"Unlimited" => "Ubegrænset", -"Other" => "Andet", -"Username" => "Brugernavn", -"Group Admin for" => "Gruppeadministrator for", -"Quota" => "Kvote", -"Storage Location" => "Placering af lageret", -"Last Login" => "Seneste login", -"change full name" => "ændre fulde navn", -"set new password" => "skift kodeord", -"Default" => "Standard" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/de.js b/settings/l10n/de.js new file mode 100644 index 0000000000..9c686e7f2b --- /dev/null +++ b/settings/l10n/de.js @@ -0,0 +1,240 @@ +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", + "Group already exists" : "Gruppe existiert bereits", + "Unable to add group" : "Gruppe konnte nicht angelegt werden", + "Files decrypted successfully" : "Dateien erfolgreich entschlüsselt", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Dateien konnten nicht entschlüsselt werden, prüfe bitte Dein owncloud.log oder frage Deinen Administrator", + "Couldn't decrypt your files, check your password and try again" : "Dateien konnten nicht entschlüsselt werden, bitte prüfe Dein Passwort und versuche es erneut.", + "Encryption keys deleted permanently" : "Verschlüsselungsschlüssel dauerhaft gelöscht", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Verschlüsselungsschlüssel konnten nicht dauerhaft gelöscht werden, prüfe bitte Dein owncloud.log oder frage Deinen Administrator", + "Couldn't remove app." : "Die App konnte nicht entfernt werden.", + "Email saved" : "E-Mail Adresse gespeichert", + "Invalid email" : "Ungültige E-Mail Adresse", + "Unable to delete group" : "Gruppe konnte nicht gelöscht werden", + "Unable to delete user" : "Benutzer konnte nicht gelöscht werden", + "Backups restored successfully" : "Backups erfolgreich wiederhergestellt", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Verschlüsselungsschlüssel konnten nicht wiederhergestellt werden, prüfe bitte Dein owncloud.log oder frage Deinen Administrator", + "Language changed" : "Sprache geändert", + "Invalid request" : "Fehlerhafte Anfrage", + "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der Admin-Gruppe löschen.", + "Unable to add user to group %s" : "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", + "Unable to remove user from group %s" : "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", + "Couldn't update app." : "Die App konnte nicht aktualisiert werden.", + "Wrong password" : "Falsches Passwort", + "No user supplied" : "Keinen Benutzer übermittelt", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Bitte gib ein Wiederherstellungspasswort für das Admin-Konto an, da sonst alle Benutzer Daten verloren gehen können", + "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", + "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.", + "A problem occurred while sending the email. Please revise your settings." : "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfe deine Einstellungen.", + "Email sent" : "E-Mail wurde verschickt", + "You need to set your user email before being able to send test emails." : "Du musst zunächst deine Benutzer-E-Mail-Adresse setzen, bevor du Test-E-Mail verschicken kannst.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Bist Du dir wirklich sicher, dass Du \"{domain}\" als vertrauenswürdige Domain hinzufügen möchtest?", + "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen", + "Sending..." : "Sende...", + "All" : "Alle", + "Please wait...." : "Bitte warten...", + "Error while disabling app" : "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten", + "Disable" : "Deaktivieren", + "Enable" : "Aktivieren", + "Error while enabling app" : "Beim Aktivieren der Applikation ist ein Fehler aufgetreten", + "Updating...." : "Aktualisierung...", + "Error while updating app" : "Fehler beim Aktualisieren der App", + "Updated" : "Aktualisiert", + "Uninstalling ...." : "Deinstalliere ....", + "Error while uninstalling app" : "Fehler beim Deinstallieren der App", + "Uninstall" : "Deinstallieren", + "Select a profile picture" : "Wähle ein Profilbild", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Durchschnittliches Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", + "Valid until {date}" : "Gültig bis {date}", + "Delete" : "Löschen", + "Decrypting files... Please wait, this can take some time." : "Entschlüssle Dateien ... Bitte warten, denn dieser Vorgang kann einige Zeit beanspruchen.", + "Delete encryption keys permanently." : "Verschlüsselungsschlüssel dauerhaft löschen.", + "Restore encryption keys." : "Verschlüsselungsschlüssel wiederherstellen.", + "Groups" : "Gruppen", + "Unable to delete {objName}" : "Löschen von {objName} nicht möglich", + "Error creating group" : "Fehler beim Erstellen der Gruppe", + "A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden", + "deleted {groupName}" : "{groupName} gelöscht", + "undo" : "rückgängig machen", + "no group" : "Keine Gruppe", + "never" : "niemals", + "deleted {userName}" : "{userName} gelöscht", + "add group" : "Gruppe hinzufügen", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "Error creating user" : "Beim Anlegen des Benutzers ist ein Fehler aufgetreten", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", + "Warning: Home directory for user \"{user}\" already exists" : "Warnung: Das Benutzerverzeichnis für den Benutzer \"{user}\" existiert bereits", + "__language_name__" : "Deutsch (Persönlich)", + "Personal Info" : "Persönliche Informationen", + "SSL root certificates" : "SSL-Root-Zertifikate", + "Encryption" : "Verschlüsselung", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale Probleme, Fehler, Warnungen, Infos, Debug-Meldungen)", + "Info, warnings, errors and fatal issues" : "Infos, Warnungen, Fehler und fatale Probleme", + "Warnings, errors and fatal issues" : "Warnungen, Fehler und fatale Probleme", + "Errors and fatal issues" : "Fehler und fatale Probleme", + "Fatal issues only" : "Nur fatale Probleme", + "None" : "Nichts", + "Login" : "Anmelden", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sicherheitswarnung", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du greifst auf %s via HTTP zu. Wir empfehlen Dir dringend, Deinen Server so konfigurieren, dass stattdessen HTTPS verlangt wird.", + "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." : "Dein Datenverzeichnis und deine Dateien sind möglicherweise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten dir dringend, dass du deinen Webserver dahingehend konfigurierst, dass dein Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder du verschiebst das Datenverzeichnis ausserhalb des Wurzelverzeichnisses des Webservers.", + "Setup Warning" : "Einrichtungswarnung", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie z.B. OPcache oder eAccelerator verursacht.", + "Database Performance Info" : "Info zur Datenbankperformance", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite wird als Datenbank verwendet. Für größere Installationen muss dies geändert werden. Zur Migration in eine andere Datenbank muss der Komandozeilenbefehl: 'occ db:convert-type' verwendet werden.", + "Module 'fileinfo' missing" : "Modul 'fileinfo' fehlt ", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dieses Modul zu aktivieren um die besten Resultate bei der Erkennung der Dateitypen zu erreichen.", + "Your PHP version is outdated" : "Deine PHP-Version ist veraltet", + "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." : "Deine PHP-Version ist veraltet. Wir empfehlen dringend auf die Version 5.3.8 oder neuer zu aktualisieren, da ältere Versionen kompromittiert werden können. Es ist möglich, dass diese Installation nicht richtig funktioniert.", + "PHP charset is not set to UTF-8" : "PHP-Zeichensatz ist nicht auf UTF-8 gesetzt", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP-Zeichensatz ist nicht auf UTF-8 gesetzt. Dies kann Fehler mit Nicht-ASCII Zeichen in Dateinamen verursachen. Wir empfehlen daher den Wert von 'default_charset' in der php.ini auf 'UTF-8' zu ändern.", + "Locale not working" : "Ländereinstellung funktioniert nicht", + "System locale can not be set to a one which supports UTF-8." : "Systemgebietsschema kann nicht auf eine UTF-8 unterstützende eingestellt werden.", + "This means that there might be problems with certain characters in file names." : "Dies bedeutet, dass Probleme mit bestimmten Zeichen in den Dateinamen geben kann.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Wir empfehlen dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eine der folgenden Gebietsschemas unterstützt wird: %s.", + "URL generation in notification emails" : "URL-Generierung in Mail-Benachrichtungen", + "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\")" : "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und Cron aus dem System genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte die \"overwritewebroot\"-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: \"%s\").", + "Connectivity checks" : "Verbindungsüberprüfungen", + "No problems found" : "Keine Probleme gefunden", + "Please double check the installation guides." : "Bitte prüfe die Installationsanleitungen.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Letzter Cron wurde um %s ausgeführt.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Letzter Cron wurde um %s ausgeführt. Dies ist mehr als eine Stunde her, möglicherweise liegt ein Fehler vor.", + "Cron was not executed yet!" : "Cron wurde bis jetzt noch nicht ausgeführt!", + "Execute one task with each page loaded" : "Führe eine Aufgabe mit jeder geladenen Seite aus", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Benutzen Sie den System-Crondienst, um die cron.php alle 15 Minuten aufzurufen.", + "Sharing" : "Teilen", + "Allow apps to use the Share API" : "Erlaubt Apps die Nutzung der Share-API", + "Allow users to share via link" : "Erlaube Nutzern, mithilfe von Links zu teilen", + "Enforce password protection" : "Passwortschutz erzwingen", + "Allow public uploads" : "Öffentliches Hochladen erlauben", + "Set default expiration date" : "Setze Ablaufdatum", + "Expire after " : "Ablauf nach ", + "days" : "Tagen", + "Enforce expiration date" : "Ablaufdatum erzwingen", + "Allow resharing" : "Erlaubt erneutes Teilen", + "Restrict users to only share with users in their groups" : "Erlaube Nutzern nur das Teilen in ihrer Gruppe", + "Allow users to send mail notification for shared files" : "Benutzern erlauben Mail-Benachrichtigungen für freigegebene Dateien zu senden", + "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", + "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", + "Security" : "Sicherheit", + "Enforce HTTPS" : "Erzwinge HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Zwingt die clientseitigen Anwendungen, verschlüsselte Verbindungen zu %s herzustellen.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Bitte verbinde dich zu deinem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", + "Email Server" : "E-Mail-Server", + "This is used for sending out notifications." : "Dies wird zum Senden von Benachrichtigungen verwendet.", + "Send mode" : "Sende-Modus", + "From address" : "Absender-Adresse", + "mail" : "Mail", + "Authentication method" : "Authentifizierungsmethode", + "Authentication required" : "Authentifizierung benötigt", + "Server address" : "Adresse des Servers", + "Port" : "Port", + "Credentials" : "Zugangsdaten", + "SMTP Username" : "SMTP Benutzername", + "SMTP Password" : "SMTP Passwort", + "Store credentials" : "Anmeldeinformationen speichern", + "Test email settings" : "Teste E-Mail-Einstellungen", + "Send email" : "Sende E-Mail", + "Log" : "Log", + "Log level" : "Loglevel", + "More" : "Mehr", + "Less" : "Weniger", + "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", + "by" : "von", + "licensed" : "Lizenziert", + "Documentation:" : "Dokumentation:", + "User Documentation" : "Dokumentation für Benutzer", + "Admin Documentation" : "Admin-Dokumentation", + "Update to %s" : "Aktualisierung auf %s", + "Enable only for specific groups" : "Nur für spezifizierte Gruppen aktivieren", + "Uninstall App" : "App deinstallieren", + "Administrator Documentation" : "Dokumentation für Administratoren", + "Online Documentation" : "Online-Dokumentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Kommerzieller Support", + "Get the apps to sync your files" : "Lade die Apps zur Synchronisierung Deiner Daten herunter", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Wenn Du das Projekt unterstützen möchtest\n\t\tnimm an der Entwicklung teil\n\t\toder\n\t\terreiche die Welt!", + "Show First Run Wizard again" : "Erstinstallation erneut durchführen", + "You have used %s of the available %s" : "Du verwendest %s der verfügbaren %s", + "Password" : "Passwort", + "Your password was changed" : "Dein Passwort wurde geändert.", + "Unable to change your password" : "Passwort konnte nicht geändert werden", + "Current password" : "Aktuelles Passwort", + "New password" : "Neues Passwort", + "Change password" : "Passwort ändern", + "Full Name" : "Vollständiger Name", + "Email" : "E-Mail", + "Your email address" : "Deine E-Mail-Adresse", + "Fill in an email address to enable password recovery and receive notifications" : "Gib eine E-Mail-Adresse an, um eine Wiederherstellung des Passworts zu ermöglichen und Benachrichtigungen zu empfangen", + "Profile picture" : "Profilbild", + "Upload new" : "Neues hochladen", + "Select new from Files" : "Neues aus den Dateien wählen", + "Remove image" : "Bild entfernen", + "Either png or jpg. Ideally square but you will be able to crop it." : "Entweder PNG oder JPG. Im Idealfall quadratisch, aber du kannst es zuschneiden.", + "Your avatar is provided by your original account." : "Dein Avatar wird von Deinem ursprünglichenKonto verwendet.", + "Cancel" : "Abbrechen", + "Choose as profile image" : "Als Profilbild wählen", + "Language" : "Sprache", + "Help translate" : "Hilf bei der Übersetzung", + "Common Name" : "Zuname", + "Valid until" : "Gültig bis", + "Issued By" : "Ausgestellt von:", + "Valid until %s" : "Gültig bis %s", + "Import Root Certificate" : "Root-Zertifikate importieren", + "The encryption app is no longer enabled, please decrypt all your files" : "Die Verschlüsselungsanwendung ist nicht länger aktiviert, bitte entschlüsseln Sie alle ihre Daten.", + "Log-in password" : "Login-Passwort", + "Decrypt all Files" : "Alle Dateien entschlüsseln", + "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." : "Deine Verschlüsselungsschlüssel wiederherstellen wurden zu einem Backup-Speicherort verschoben. Wenn irgendetwas schief läuft können die Schlüssel wiederhergestellt werden. Lösche diese nur dann dauerhaft, wenn Du dir sicher bist, dass alle Dateien korrekt entschlüsselt wurden.", + "Restore Encryption Keys" : "Verschlüsselungsschlüssel wiederherstellen", + "Delete Encryption Keys" : "Verschlüsselungsschlüssel löschen", + "Show storage location" : "Speicherort anzeigen", + "Show last log in" : "Letzte Anmeldung anzeigen", + "Login Name" : "Loginname", + "Create" : "Anlegen", + "Admin Recovery Password" : "Admin-Wiederherstellungspasswort", + "Enter the recovery password in order to recover the users files during password change" : "Gib das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen", + "Search Users and Groups" : "Nutzer und Gruppen suchen", + "Add Group" : "Gruppe hinzufügen", + "Group" : "Gruppe", + "Everyone" : "Jeder", + "Admins" : "Administratoren", + "Default Quota" : "Standard-Quota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: \"512 MB\" oder \"12 GB\")", + "Unlimited" : "Unbegrenzt", + "Other" : "Andere", + "Username" : "Benutzername", + "Group Admin for" : "Gruppenadministrator für", + "Quota" : "Quota", + "Storage Location" : "Speicherort", + "Last Login" : "Letzte Anmeldung", + "change full name" : "Vollständigen Namen ändern", + "set new password" : "Neues Passwort setzen", + "Default" : "Standard" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/de.json b/settings/l10n/de.json new file mode 100644 index 0000000000..1d290029d1 --- /dev/null +++ b/settings/l10n/de.json @@ -0,0 +1,238 @@ +{ "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", + "Group already exists" : "Gruppe existiert bereits", + "Unable to add group" : "Gruppe konnte nicht angelegt werden", + "Files decrypted successfully" : "Dateien erfolgreich entschlüsselt", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Dateien konnten nicht entschlüsselt werden, prüfe bitte Dein owncloud.log oder frage Deinen Administrator", + "Couldn't decrypt your files, check your password and try again" : "Dateien konnten nicht entschlüsselt werden, bitte prüfe Dein Passwort und versuche es erneut.", + "Encryption keys deleted permanently" : "Verschlüsselungsschlüssel dauerhaft gelöscht", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Verschlüsselungsschlüssel konnten nicht dauerhaft gelöscht werden, prüfe bitte Dein owncloud.log oder frage Deinen Administrator", + "Couldn't remove app." : "Die App konnte nicht entfernt werden.", + "Email saved" : "E-Mail Adresse gespeichert", + "Invalid email" : "Ungültige E-Mail Adresse", + "Unable to delete group" : "Gruppe konnte nicht gelöscht werden", + "Unable to delete user" : "Benutzer konnte nicht gelöscht werden", + "Backups restored successfully" : "Backups erfolgreich wiederhergestellt", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Verschlüsselungsschlüssel konnten nicht wiederhergestellt werden, prüfe bitte Dein owncloud.log oder frage Deinen Administrator", + "Language changed" : "Sprache geändert", + "Invalid request" : "Fehlerhafte Anfrage", + "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der Admin-Gruppe löschen.", + "Unable to add user to group %s" : "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", + "Unable to remove user from group %s" : "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", + "Couldn't update app." : "Die App konnte nicht aktualisiert werden.", + "Wrong password" : "Falsches Passwort", + "No user supplied" : "Keinen Benutzer übermittelt", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Bitte gib ein Wiederherstellungspasswort für das Admin-Konto an, da sonst alle Benutzer Daten verloren gehen können", + "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", + "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.", + "A problem occurred while sending the email. Please revise your settings." : "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfe deine Einstellungen.", + "Email sent" : "E-Mail wurde verschickt", + "You need to set your user email before being able to send test emails." : "Du musst zunächst deine Benutzer-E-Mail-Adresse setzen, bevor du Test-E-Mail verschicken kannst.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Bist Du dir wirklich sicher, dass Du \"{domain}\" als vertrauenswürdige Domain hinzufügen möchtest?", + "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen", + "Sending..." : "Sende...", + "All" : "Alle", + "Please wait...." : "Bitte warten...", + "Error while disabling app" : "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten", + "Disable" : "Deaktivieren", + "Enable" : "Aktivieren", + "Error while enabling app" : "Beim Aktivieren der Applikation ist ein Fehler aufgetreten", + "Updating...." : "Aktualisierung...", + "Error while updating app" : "Fehler beim Aktualisieren der App", + "Updated" : "Aktualisiert", + "Uninstalling ...." : "Deinstalliere ....", + "Error while uninstalling app" : "Fehler beim Deinstallieren der App", + "Uninstall" : "Deinstallieren", + "Select a profile picture" : "Wähle ein Profilbild", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Durchschnittliches Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", + "Valid until {date}" : "Gültig bis {date}", + "Delete" : "Löschen", + "Decrypting files... Please wait, this can take some time." : "Entschlüssle Dateien ... Bitte warten, denn dieser Vorgang kann einige Zeit beanspruchen.", + "Delete encryption keys permanently." : "Verschlüsselungsschlüssel dauerhaft löschen.", + "Restore encryption keys." : "Verschlüsselungsschlüssel wiederherstellen.", + "Groups" : "Gruppen", + "Unable to delete {objName}" : "Löschen von {objName} nicht möglich", + "Error creating group" : "Fehler beim Erstellen der Gruppe", + "A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden", + "deleted {groupName}" : "{groupName} gelöscht", + "undo" : "rückgängig machen", + "no group" : "Keine Gruppe", + "never" : "niemals", + "deleted {userName}" : "{userName} gelöscht", + "add group" : "Gruppe hinzufügen", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "Error creating user" : "Beim Anlegen des Benutzers ist ein Fehler aufgetreten", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", + "Warning: Home directory for user \"{user}\" already exists" : "Warnung: Das Benutzerverzeichnis für den Benutzer \"{user}\" existiert bereits", + "__language_name__" : "Deutsch (Persönlich)", + "Personal Info" : "Persönliche Informationen", + "SSL root certificates" : "SSL-Root-Zertifikate", + "Encryption" : "Verschlüsselung", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale Probleme, Fehler, Warnungen, Infos, Debug-Meldungen)", + "Info, warnings, errors and fatal issues" : "Infos, Warnungen, Fehler und fatale Probleme", + "Warnings, errors and fatal issues" : "Warnungen, Fehler und fatale Probleme", + "Errors and fatal issues" : "Fehler und fatale Probleme", + "Fatal issues only" : "Nur fatale Probleme", + "None" : "Nichts", + "Login" : "Anmelden", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sicherheitswarnung", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du greifst auf %s via HTTP zu. Wir empfehlen Dir dringend, Deinen Server so konfigurieren, dass stattdessen HTTPS verlangt wird.", + "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." : "Dein Datenverzeichnis und deine Dateien sind möglicherweise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten dir dringend, dass du deinen Webserver dahingehend konfigurierst, dass dein Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder du verschiebst das Datenverzeichnis ausserhalb des Wurzelverzeichnisses des Webservers.", + "Setup Warning" : "Einrichtungswarnung", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie z.B. OPcache oder eAccelerator verursacht.", + "Database Performance Info" : "Info zur Datenbankperformance", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite wird als Datenbank verwendet. Für größere Installationen muss dies geändert werden. Zur Migration in eine andere Datenbank muss der Komandozeilenbefehl: 'occ db:convert-type' verwendet werden.", + "Module 'fileinfo' missing" : "Modul 'fileinfo' fehlt ", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dieses Modul zu aktivieren um die besten Resultate bei der Erkennung der Dateitypen zu erreichen.", + "Your PHP version is outdated" : "Deine PHP-Version ist veraltet", + "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." : "Deine PHP-Version ist veraltet. Wir empfehlen dringend auf die Version 5.3.8 oder neuer zu aktualisieren, da ältere Versionen kompromittiert werden können. Es ist möglich, dass diese Installation nicht richtig funktioniert.", + "PHP charset is not set to UTF-8" : "PHP-Zeichensatz ist nicht auf UTF-8 gesetzt", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP-Zeichensatz ist nicht auf UTF-8 gesetzt. Dies kann Fehler mit Nicht-ASCII Zeichen in Dateinamen verursachen. Wir empfehlen daher den Wert von 'default_charset' in der php.ini auf 'UTF-8' zu ändern.", + "Locale not working" : "Ländereinstellung funktioniert nicht", + "System locale can not be set to a one which supports UTF-8." : "Systemgebietsschema kann nicht auf eine UTF-8 unterstützende eingestellt werden.", + "This means that there might be problems with certain characters in file names." : "Dies bedeutet, dass Probleme mit bestimmten Zeichen in den Dateinamen geben kann.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Wir empfehlen dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eine der folgenden Gebietsschemas unterstützt wird: %s.", + "URL generation in notification emails" : "URL-Generierung in Mail-Benachrichtungen", + "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\")" : "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und Cron aus dem System genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte die \"overwritewebroot\"-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: \"%s\").", + "Connectivity checks" : "Verbindungsüberprüfungen", + "No problems found" : "Keine Probleme gefunden", + "Please double check the installation guides." : "Bitte prüfe die Installationsanleitungen.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Letzter Cron wurde um %s ausgeführt.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Letzter Cron wurde um %s ausgeführt. Dies ist mehr als eine Stunde her, möglicherweise liegt ein Fehler vor.", + "Cron was not executed yet!" : "Cron wurde bis jetzt noch nicht ausgeführt!", + "Execute one task with each page loaded" : "Führe eine Aufgabe mit jeder geladenen Seite aus", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Benutzen Sie den System-Crondienst, um die cron.php alle 15 Minuten aufzurufen.", + "Sharing" : "Teilen", + "Allow apps to use the Share API" : "Erlaubt Apps die Nutzung der Share-API", + "Allow users to share via link" : "Erlaube Nutzern, mithilfe von Links zu teilen", + "Enforce password protection" : "Passwortschutz erzwingen", + "Allow public uploads" : "Öffentliches Hochladen erlauben", + "Set default expiration date" : "Setze Ablaufdatum", + "Expire after " : "Ablauf nach ", + "days" : "Tagen", + "Enforce expiration date" : "Ablaufdatum erzwingen", + "Allow resharing" : "Erlaubt erneutes Teilen", + "Restrict users to only share with users in their groups" : "Erlaube Nutzern nur das Teilen in ihrer Gruppe", + "Allow users to send mail notification for shared files" : "Benutzern erlauben Mail-Benachrichtigungen für freigegebene Dateien zu senden", + "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", + "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", + "Security" : "Sicherheit", + "Enforce HTTPS" : "Erzwinge HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Zwingt die clientseitigen Anwendungen, verschlüsselte Verbindungen zu %s herzustellen.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Bitte verbinde dich zu deinem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", + "Email Server" : "E-Mail-Server", + "This is used for sending out notifications." : "Dies wird zum Senden von Benachrichtigungen verwendet.", + "Send mode" : "Sende-Modus", + "From address" : "Absender-Adresse", + "mail" : "Mail", + "Authentication method" : "Authentifizierungsmethode", + "Authentication required" : "Authentifizierung benötigt", + "Server address" : "Adresse des Servers", + "Port" : "Port", + "Credentials" : "Zugangsdaten", + "SMTP Username" : "SMTP Benutzername", + "SMTP Password" : "SMTP Passwort", + "Store credentials" : "Anmeldeinformationen speichern", + "Test email settings" : "Teste E-Mail-Einstellungen", + "Send email" : "Sende E-Mail", + "Log" : "Log", + "Log level" : "Loglevel", + "More" : "Mehr", + "Less" : "Weniger", + "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", + "by" : "von", + "licensed" : "Lizenziert", + "Documentation:" : "Dokumentation:", + "User Documentation" : "Dokumentation für Benutzer", + "Admin Documentation" : "Admin-Dokumentation", + "Update to %s" : "Aktualisierung auf %s", + "Enable only for specific groups" : "Nur für spezifizierte Gruppen aktivieren", + "Uninstall App" : "App deinstallieren", + "Administrator Documentation" : "Dokumentation für Administratoren", + "Online Documentation" : "Online-Dokumentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Kommerzieller Support", + "Get the apps to sync your files" : "Lade die Apps zur Synchronisierung Deiner Daten herunter", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Wenn Du das Projekt unterstützen möchtest\n\t\tnimm an der Entwicklung teil\n\t\toder\n\t\terreiche die Welt!", + "Show First Run Wizard again" : "Erstinstallation erneut durchführen", + "You have used %s of the available %s" : "Du verwendest %s der verfügbaren %s", + "Password" : "Passwort", + "Your password was changed" : "Dein Passwort wurde geändert.", + "Unable to change your password" : "Passwort konnte nicht geändert werden", + "Current password" : "Aktuelles Passwort", + "New password" : "Neues Passwort", + "Change password" : "Passwort ändern", + "Full Name" : "Vollständiger Name", + "Email" : "E-Mail", + "Your email address" : "Deine E-Mail-Adresse", + "Fill in an email address to enable password recovery and receive notifications" : "Gib eine E-Mail-Adresse an, um eine Wiederherstellung des Passworts zu ermöglichen und Benachrichtigungen zu empfangen", + "Profile picture" : "Profilbild", + "Upload new" : "Neues hochladen", + "Select new from Files" : "Neues aus den Dateien wählen", + "Remove image" : "Bild entfernen", + "Either png or jpg. Ideally square but you will be able to crop it." : "Entweder PNG oder JPG. Im Idealfall quadratisch, aber du kannst es zuschneiden.", + "Your avatar is provided by your original account." : "Dein Avatar wird von Deinem ursprünglichenKonto verwendet.", + "Cancel" : "Abbrechen", + "Choose as profile image" : "Als Profilbild wählen", + "Language" : "Sprache", + "Help translate" : "Hilf bei der Übersetzung", + "Common Name" : "Zuname", + "Valid until" : "Gültig bis", + "Issued By" : "Ausgestellt von:", + "Valid until %s" : "Gültig bis %s", + "Import Root Certificate" : "Root-Zertifikate importieren", + "The encryption app is no longer enabled, please decrypt all your files" : "Die Verschlüsselungsanwendung ist nicht länger aktiviert, bitte entschlüsseln Sie alle ihre Daten.", + "Log-in password" : "Login-Passwort", + "Decrypt all Files" : "Alle Dateien entschlüsseln", + "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." : "Deine Verschlüsselungsschlüssel wiederherstellen wurden zu einem Backup-Speicherort verschoben. Wenn irgendetwas schief läuft können die Schlüssel wiederhergestellt werden. Lösche diese nur dann dauerhaft, wenn Du dir sicher bist, dass alle Dateien korrekt entschlüsselt wurden.", + "Restore Encryption Keys" : "Verschlüsselungsschlüssel wiederherstellen", + "Delete Encryption Keys" : "Verschlüsselungsschlüssel löschen", + "Show storage location" : "Speicherort anzeigen", + "Show last log in" : "Letzte Anmeldung anzeigen", + "Login Name" : "Loginname", + "Create" : "Anlegen", + "Admin Recovery Password" : "Admin-Wiederherstellungspasswort", + "Enter the recovery password in order to recover the users files during password change" : "Gib das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen", + "Search Users and Groups" : "Nutzer und Gruppen suchen", + "Add Group" : "Gruppe hinzufügen", + "Group" : "Gruppe", + "Everyone" : "Jeder", + "Admins" : "Administratoren", + "Default Quota" : "Standard-Quota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: \"512 MB\" oder \"12 GB\")", + "Unlimited" : "Unbegrenzt", + "Other" : "Andere", + "Username" : "Benutzername", + "Group Admin for" : "Gruppenadministrator für", + "Quota" : "Quota", + "Storage Location" : "Speicherort", + "Last Login" : "Letzte Anmeldung", + "change full name" : "Vollständigen Namen ändern", + "set new password" : "Neues Passwort setzen", + "Default" : "Standard" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/de.php b/settings/l10n/de.php deleted file mode 100644 index 19d18f8206..0000000000 --- a/settings/l10n/de.php +++ /dev/null @@ -1,239 +0,0 @@ - "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", -"Group already exists" => "Gruppe existiert bereits", -"Unable to add group" => "Gruppe konnte nicht angelegt werden", -"Files decrypted successfully" => "Dateien erfolgreich entschlüsselt", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Dateien konnten nicht entschlüsselt werden, prüfe bitte Dein owncloud.log oder frage Deinen Administrator", -"Couldn't decrypt your files, check your password and try again" => "Dateien konnten nicht entschlüsselt werden, bitte prüfe Dein Passwort und versuche es erneut.", -"Encryption keys deleted permanently" => "Verschlüsselungsschlüssel dauerhaft gelöscht", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Verschlüsselungsschlüssel konnten nicht dauerhaft gelöscht werden, prüfe bitte Dein owncloud.log oder frage Deinen Administrator", -"Couldn't remove app." => "Die App konnte nicht entfernt werden.", -"Email saved" => "E-Mail Adresse gespeichert", -"Invalid email" => "Ungültige E-Mail Adresse", -"Unable to delete group" => "Gruppe konnte nicht gelöscht werden", -"Unable to delete user" => "Benutzer konnte nicht gelöscht werden", -"Backups restored successfully" => "Backups erfolgreich wiederhergestellt", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Verschlüsselungsschlüssel konnten nicht wiederhergestellt werden, prüfe bitte Dein owncloud.log oder frage Deinen Administrator", -"Language changed" => "Sprache geändert", -"Invalid request" => "Fehlerhafte Anfrage", -"Admins can't remove themself from the admin group" => "Administratoren können sich nicht selbst aus der Admin-Gruppe löschen.", -"Unable to add user to group %s" => "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", -"Unable to remove user from group %s" => "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", -"Couldn't update app." => "Die App konnte nicht aktualisiert werden.", -"Wrong password" => "Falsches Passwort", -"No user supplied" => "Keinen Benutzer übermittelt", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Bitte gib ein Wiederherstellungspasswort für das Admin-Konto an, da sonst alle Benutzer Daten verloren gehen können", -"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", -"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.", -"A problem occurred while sending the email. Please revise your settings." => "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfe deine Einstellungen.", -"Email sent" => "E-Mail wurde verschickt", -"You need to set your user email before being able to send test emails." => "Du musst zunächst deine Benutzer-E-Mail-Adresse setzen, bevor du Test-E-Mail verschicken kannst.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Bist Du dir wirklich sicher, dass Du \"{domain}\" als vertrauenswürdige Domain hinzufügen möchtest?", -"Add trusted domain" => "Vertrauenswürdige Domain hinzufügen", -"Sending..." => "Sende...", -"All" => "Alle", -"Please wait...." => "Bitte warten...", -"Error while disabling app" => "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten", -"Disable" => "Deaktivieren", -"Enable" => "Aktivieren", -"Error while enabling app" => "Beim Aktivieren der Applikation ist ein Fehler aufgetreten", -"Updating...." => "Aktualisierung...", -"Error while updating app" => "Fehler beim Aktualisieren der App", -"Updated" => "Aktualisiert", -"Uninstalling ...." => "Deinstalliere ....", -"Error while uninstalling app" => "Fehler beim Deinstallieren der App", -"Uninstall" => "Deinstallieren", -"Select a profile picture" => "Wähle ein Profilbild", -"Very weak password" => "Sehr schwaches Passwort", -"Weak password" => "Schwaches Passwort", -"So-so password" => "Durchschnittliches Passwort", -"Good password" => "Gutes Passwort", -"Strong password" => "Starkes Passwort", -"Valid until {date}" => "Gültig bis {date}", -"Delete" => "Löschen", -"Decrypting files... Please wait, this can take some time." => "Entschlüssle Dateien ... Bitte warten, denn dieser Vorgang kann einige Zeit beanspruchen.", -"Delete encryption keys permanently." => "Verschlüsselungsschlüssel dauerhaft löschen.", -"Restore encryption keys." => "Verschlüsselungsschlüssel wiederherstellen.", -"Groups" => "Gruppen", -"Unable to delete {objName}" => "Löschen von {objName} nicht möglich", -"Error creating group" => "Fehler beim Erstellen der Gruppe", -"A valid group name must be provided" => "Ein gültiger Gruppenname muss angegeben werden", -"deleted {groupName}" => "{groupName} gelöscht", -"undo" => "rückgängig machen", -"no group" => "Keine Gruppe", -"never" => "niemals", -"deleted {userName}" => "{userName} gelöscht", -"add group" => "Gruppe hinzufügen", -"A valid username must be provided" => "Es muss ein gültiger Benutzername angegeben werden", -"Error creating user" => "Beim Anlegen des Benutzers ist ein Fehler aufgetreten", -"A valid password must be provided" => "Es muss ein gültiges Passwort angegeben werden", -"Warning: Home directory for user \"{user}\" already exists" => "Warnung: Das Benutzerverzeichnis für den Benutzer \"{user}\" existiert bereits", -"__language_name__" => "Deutsch (Persönlich)", -"Personal Info" => "Persönliche Informationen", -"SSL root certificates" => "SSL-Root-Zertifikate", -"Encryption" => "Verschlüsselung", -"Everything (fatal issues, errors, warnings, info, debug)" => "Alles (fatale Probleme, Fehler, Warnungen, Infos, Debug-Meldungen)", -"Info, warnings, errors and fatal issues" => "Infos, Warnungen, Fehler und fatale Probleme", -"Warnings, errors and fatal issues" => "Warnungen, Fehler und fatale Probleme", -"Errors and fatal issues" => "Fehler und fatale Probleme", -"Fatal issues only" => "Nur fatale Probleme", -"None" => "Nichts", -"Login" => "Anmelden", -"Plain" => "Plain", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Sicherheitswarnung", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Du greifst auf %s via HTTP zu. Wir empfehlen Dir dringend, Deinen Server so konfigurieren, dass stattdessen HTTPS verlangt wird.", -"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." => "Dein Datenverzeichnis und deine Dateien sind möglicherweise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten dir dringend, dass du deinen Webserver dahingehend konfigurierst, dass dein Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder du verschiebst das Datenverzeichnis ausserhalb des Wurzelverzeichnisses des Webservers.", -"Setup Warning" => "Einrichtungswarnung", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie z.B. OPcache oder eAccelerator verursacht.", -"Database Performance Info" => "Info zur Datenbankperformance", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite wird als Datenbank verwendet. Für größere Installationen muss dies geändert werden. Zur Migration in eine andere Datenbank muss der Komandozeilenbefehl: 'occ db:convert-type' verwendet werden.", -"Module 'fileinfo' missing" => "Modul 'fileinfo' fehlt ", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dieses Modul zu aktivieren um die besten Resultate bei der Erkennung der Dateitypen zu erreichen.", -"Your PHP version is outdated" => "Deine PHP-Version ist veraltet", -"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." => "Deine PHP-Version ist veraltet. Wir empfehlen dringend auf die Version 5.3.8 oder neuer zu aktualisieren, da ältere Versionen kompromittiert werden können. Es ist möglich, dass diese Installation nicht richtig funktioniert.", -"PHP charset is not set to UTF-8" => "PHP-Zeichensatz ist nicht auf UTF-8 gesetzt", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP-Zeichensatz ist nicht auf UTF-8 gesetzt. Dies kann Fehler mit Nicht-ASCII Zeichen in Dateinamen verursachen. Wir empfehlen daher den Wert von 'default_charset' in der php.ini auf 'UTF-8' zu ändern.", -"Locale not working" => "Ländereinstellung funktioniert nicht", -"System locale can not be set to a one which supports UTF-8." => "Systemgebietsschema kann nicht auf eine UTF-8 unterstützende eingestellt werden.", -"This means that there might be problems with certain characters in file names." => "Dies bedeutet, dass Probleme mit bestimmten Zeichen in den Dateinamen geben kann.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Wir empfehlen dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eine der folgenden Gebietsschemas unterstützt wird: %s.", -"URL generation in notification emails" => "URL-Generierung in Mail-Benachrichtungen", -"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\")" => "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und Cron aus dem System genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte die \"overwritewebroot\"-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: \"%s\").", -"Connectivity checks" => "Verbindungsüberprüfungen", -"No problems found" => "Keine Probleme gefunden", -"Please double check the installation guides." => "Bitte prüfe die Installationsanleitungen.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Letzter Cron wurde um %s ausgeführt.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Letzter Cron wurde um %s ausgeführt. Dies ist mehr als eine Stunde her, möglicherweise liegt ein Fehler vor.", -"Cron was not executed yet!" => "Cron wurde bis jetzt noch nicht ausgeführt!", -"Execute one task with each page loaded" => "Führe eine Aufgabe mit jeder geladenen Seite aus", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Benutzen Sie den System-Crondienst, um die cron.php alle 15 Minuten aufzurufen.", -"Sharing" => "Teilen", -"Allow apps to use the Share API" => "Erlaubt Apps die Nutzung der Share-API", -"Allow users to share via link" => "Erlaube Nutzern, mithilfe von Links zu teilen", -"Enforce password protection" => "Passwortschutz erzwingen", -"Allow public uploads" => "Öffentliches Hochladen erlauben", -"Set default expiration date" => "Setze Ablaufdatum", -"Expire after " => "Ablauf nach ", -"days" => "Tagen", -"Enforce expiration date" => "Ablaufdatum erzwingen", -"Allow resharing" => "Erlaubt erneutes Teilen", -"Restrict users to only share with users in their groups" => "Erlaube Nutzern nur das Teilen in ihrer Gruppe", -"Allow users to send mail notification for shared files" => "Benutzern erlauben Mail-Benachrichtigungen für freigegebene Dateien zu senden", -"Exclude groups from sharing" => "Gruppen von Freigaben ausschließen", -"These groups will still be able to receive shares, but not to initiate them." => "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", -"Security" => "Sicherheit", -"Enforce HTTPS" => "Erzwinge HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Zwingt die clientseitigen Anwendungen, verschlüsselte Verbindungen zu %s herzustellen.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Bitte verbinde dich zu deinem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", -"Email Server" => "E-Mail-Server", -"This is used for sending out notifications." => "Dies wird zum Senden von Benachrichtigungen verwendet.", -"Send mode" => "Sende-Modus", -"From address" => "Absender-Adresse", -"mail" => "Mail", -"Authentication method" => "Authentifizierungsmethode", -"Authentication required" => "Authentifizierung benötigt", -"Server address" => "Adresse des Servers", -"Port" => "Port", -"Credentials" => "Zugangsdaten", -"SMTP Username" => "SMTP Benutzername", -"SMTP Password" => "SMTP Passwort", -"Store credentials" => "Anmeldeinformationen speichern", -"Test email settings" => "Teste E-Mail-Einstellungen", -"Send email" => "Sende E-Mail", -"Log" => "Log", -"Log level" => "Loglevel", -"More" => "Mehr", -"Less" => "Weniger", -"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", -"by" => "von", -"licensed" => "Lizenziert", -"Documentation:" => "Dokumentation:", -"User Documentation" => "Dokumentation für Benutzer", -"Admin Documentation" => "Admin-Dokumentation", -"Update to %s" => "Aktualisierung auf %s", -"Enable only for specific groups" => "Nur für spezifizierte Gruppen aktivieren", -"Uninstall App" => "App deinstallieren", -"Administrator Documentation" => "Dokumentation für Administratoren", -"Online Documentation" => "Online-Dokumentation", -"Forum" => "Forum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Kommerzieller Support", -"Get the apps to sync your files" => "Lade die Apps zur Synchronisierung Deiner Daten herunter", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Wenn Du das Projekt unterstützen möchtest\n\t\tnimm an der Entwicklung teil\n\t\toder\n\t\terreiche die Welt!", -"Show First Run Wizard again" => "Erstinstallation erneut durchführen", -"You have used %s of the available %s" => "Du verwendest %s der verfügbaren %s", -"Password" => "Passwort", -"Your password was changed" => "Dein Passwort wurde geändert.", -"Unable to change your password" => "Passwort konnte nicht geändert werden", -"Current password" => "Aktuelles Passwort", -"New password" => "Neues Passwort", -"Change password" => "Passwort ändern", -"Full Name" => "Vollständiger Name", -"Email" => "E-Mail", -"Your email address" => "Deine E-Mail-Adresse", -"Fill in an email address to enable password recovery and receive notifications" => "Gib eine E-Mail-Adresse an, um eine Wiederherstellung des Passworts zu ermöglichen und Benachrichtigungen zu empfangen", -"Profile picture" => "Profilbild", -"Upload new" => "Neues hochladen", -"Select new from Files" => "Neues aus den Dateien wählen", -"Remove image" => "Bild entfernen", -"Either png or jpg. Ideally square but you will be able to crop it." => "Entweder PNG oder JPG. Im Idealfall quadratisch, aber du kannst es zuschneiden.", -"Your avatar is provided by your original account." => "Dein Avatar wird von Deinem ursprünglichenKonto verwendet.", -"Cancel" => "Abbrechen", -"Choose as profile image" => "Als Profilbild wählen", -"Language" => "Sprache", -"Help translate" => "Hilf bei der Übersetzung", -"Common Name" => "Zuname", -"Valid until" => "Gültig bis", -"Issued By" => "Ausgestellt von:", -"Valid until %s" => "Gültig bis %s", -"Import Root Certificate" => "Root-Zertifikate importieren", -"The encryption app is no longer enabled, please decrypt all your files" => "Die Verschlüsselungsanwendung ist nicht länger aktiviert, bitte entschlüsseln Sie alle ihre Daten.", -"Log-in password" => "Login-Passwort", -"Decrypt all Files" => "Alle Dateien entschlüsseln", -"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." => "Deine Verschlüsselungsschlüssel wiederherstellen wurden zu einem Backup-Speicherort verschoben. Wenn irgendetwas schief läuft können die Schlüssel wiederhergestellt werden. Lösche diese nur dann dauerhaft, wenn Du dir sicher bist, dass alle Dateien korrekt entschlüsselt wurden.", -"Restore Encryption Keys" => "Verschlüsselungsschlüssel wiederherstellen", -"Delete Encryption Keys" => "Verschlüsselungsschlüssel löschen", -"Show storage location" => "Speicherort anzeigen", -"Show last log in" => "Letzte Anmeldung anzeigen", -"Login Name" => "Loginname", -"Create" => "Anlegen", -"Admin Recovery Password" => "Admin-Wiederherstellungspasswort", -"Enter the recovery password in order to recover the users files during password change" => "Gib das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen", -"Search Users and Groups" => "Nutzer und Gruppen suchen", -"Add Group" => "Gruppe hinzufügen", -"Group" => "Gruppe", -"Everyone" => "Jeder", -"Admins" => "Administratoren", -"Default Quota" => "Standard-Quota", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Bitte Speicherkontingent eingeben (z.B.: \"512 MB\" oder \"12 GB\")", -"Unlimited" => "Unbegrenzt", -"Other" => "Andere", -"Username" => "Benutzername", -"Group Admin for" => "Gruppenadministrator für", -"Quota" => "Quota", -"Storage Location" => "Speicherort", -"Last Login" => "Letzte Anmeldung", -"change full name" => "Vollständigen Namen ändern", -"set new password" => "Neues Passwort setzen", -"Default" => "Standard" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/de_AT.js b/settings/l10n/de_AT.js new file mode 100644 index 0000000000..cbec521438 --- /dev/null +++ b/settings/l10n/de_AT.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "settings", + { + "Invalid request" : "Fehlerhafte Anfrage", + "Delete" : "Löschen", + "never" : "niemals", + "__language_name__" : "Deutsch (Österreich)", + "Server address" : "Adresse des Servers", + "Port" : "Port", + "More apps" : "Mehr Apps", + "by" : "von", + "Password" : "Passwort", + "Email" : "E-Mail", + "Cancel" : "Abbrechen", + "Other" : "Anderes" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/de_AT.json b/settings/l10n/de_AT.json new file mode 100644 index 0000000000..c47cd69e34 --- /dev/null +++ b/settings/l10n/de_AT.json @@ -0,0 +1,15 @@ +{ "translations": { + "Invalid request" : "Fehlerhafte Anfrage", + "Delete" : "Löschen", + "never" : "niemals", + "__language_name__" : "Deutsch (Österreich)", + "Server address" : "Adresse des Servers", + "Port" : "Port", + "More apps" : "Mehr Apps", + "by" : "von", + "Password" : "Passwort", + "Email" : "E-Mail", + "Cancel" : "Abbrechen", + "Other" : "Anderes" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/de_AT.php b/settings/l10n/de_AT.php deleted file mode 100644 index f82d87ef73..0000000000 --- a/settings/l10n/de_AT.php +++ /dev/null @@ -1,16 +0,0 @@ - "Fehlerhafte Anfrage", -"Delete" => "Löschen", -"never" => "niemals", -"__language_name__" => "Deutsch (Österreich)", -"Server address" => "Adresse des Servers", -"Port" => "Port", -"More apps" => "Mehr Apps", -"by" => "von", -"Password" => "Passwort", -"Email" => "E-Mail", -"Cancel" => "Abbrechen", -"Other" => "Anderes" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/de_CH.js b/settings/l10n/de_CH.js new file mode 100644 index 0000000000..af913b8d81 --- /dev/null +++ b/settings/l10n/de_CH.js @@ -0,0 +1,102 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Aktiviert", + "Authentication error" : "Authentifizierungs-Fehler", + "Group already exists" : "Die Gruppe existiert bereits", + "Unable to add group" : "Die Gruppe konnte nicht angelegt werden", + "Email saved" : "E-Mail-Adresse gespeichert", + "Invalid email" : "Ungültige E-Mail-Adresse", + "Unable to delete group" : "Die Gruppe konnte nicht gelöscht werden", + "Unable to delete user" : "Der Benutzer konnte nicht gelöscht werden", + "Language changed" : "Sprache geändert", + "Invalid request" : "Ungültige Anforderung", + "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der admin-Gruppe löschen", + "Unable to add user to group %s" : "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", + "Unable to remove user from group %s" : "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", + "Couldn't update app." : "Die App konnte nicht aktualisiert werden.", + "Saved" : "Gespeichert", + "Email sent" : "Email gesendet", + "All" : "Alle", + "Please wait...." : "Bitte warten....", + "Error while disabling app" : "Fehler während der Deaktivierung der Anwendung", + "Disable" : "Deaktivieren", + "Enable" : "Aktivieren", + "Error while enabling app" : "Fehler während der Aktivierung der Anwendung", + "Updating...." : "Update...", + "Error while updating app" : "Es ist ein Fehler während des Updates aufgetreten", + "Updated" : "Aktualisiert", + "Delete" : "Löschen", + "Decrypting files... Please wait, this can take some time." : "Entschlüssel Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen.", + "Groups" : "Gruppen", + "undo" : "rückgängig machen", + "never" : "niemals", + "add group" : "Gruppe hinzufügen", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "Error creating user" : "Beim Erstellen des Benutzers ist ein Fehler aufgetreten", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", + "__language_name__" : "Deutsch (Schweiz)", + "SSL root certificates" : "SSL-Root-Zertifikate", + "Encryption" : "Verschlüsselung", + "Login" : "Anmelden", + "Security Warning" : "Sicherheitshinweis", + "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." : "Ihr Datenverzeichnis und Ihre Dateien sind möglicher Weise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten Ihnen dringend, dass Sie Ihren Webserver dahingehend konfigurieren, dass Ihr Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder Sie verschieben das Datenverzeichnis ausserhalb des Wurzelverzeichnisses des Webservers.", + "Setup Warning" : "Einrichtungswarnung", + "Module 'fileinfo' missing" : "Das Modul 'fileinfo' fehlt", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen Ihnen dieses Modul zu aktivieren, um die besten Resultate bei der Bestimmung der Dateitypen zu erzielen.", + "Locale not working" : "Die Lokalisierung funktioniert nicht", + "Please double check the installation guides." : "Bitte prüfen Sie die Installationsanleitungen.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Eine Aufgabe bei jedem Laden der Seite ausführen", + "Sharing" : "Teilen", + "Allow apps to use the Share API" : "Anwendungen erlauben, die Share-API zu benutzen", + "Allow public uploads" : "Erlaube öffentliches hochladen", + "Allow resharing" : "Erlaube Weiterverteilen", + "Security" : "Sicherheit", + "Enforce HTTPS" : "HTTPS erzwingen", + "Forces the clients to connect to %s via an encrypted connection." : "Zwingt die Clients, sich über eine verschlüsselte Verbindung zu %s zu verbinden.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Bitte verbinden Sie sich zu Ihrem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", + "Server address" : "Adresse des Servers", + "Port" : "Port", + "Log" : "Log", + "Log level" : "Log-Level", + "More" : "Mehr", + "Less" : "Weniger", + "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", + "by" : "von", + "User Documentation" : "Dokumentation für Benutzer", + "Administrator Documentation" : "Dokumentation für Administratoren", + "Online Documentation" : "Online-Dokumentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Kommerzieller Support", + "Get the apps to sync your files" : "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren", + "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", + "You have used %s of the available %s" : "Sie verwenden %s der verfügbaren %s", + "Password" : "Passwort", + "Your password was changed" : "Ihr Passwort wurde geändert.", + "Unable to change your password" : "Das Passwort konnte nicht geändert werden", + "Current password" : "Aktuelles Passwort", + "New password" : "Neues Passwort", + "Change password" : "Passwort ändern", + "Email" : "E-Mail", + "Your email address" : "Ihre E-Mail-Adresse", + "Cancel" : "Abbrechen", + "Language" : "Sprache", + "Help translate" : "Helfen Sie bei der Übersetzung", + "Import Root Certificate" : "Root-Zertifikate importieren", + "Log-in password" : "Login-Passwort", + "Decrypt all Files" : "Alle Dateien entschlüsseln", + "Login Name" : "Loginname", + "Create" : "Erstellen", + "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", + "Enter the recovery password in order to recover the users files during password change" : "Geben Sie das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen", + "Unlimited" : "Unbegrenzt", + "Other" : "Andere", + "Username" : "Benutzername", + "set new password" : "Neues Passwort setzen", + "Default" : "Standard" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/de_CH.json b/settings/l10n/de_CH.json new file mode 100644 index 0000000000..ad7338d33b --- /dev/null +++ b/settings/l10n/de_CH.json @@ -0,0 +1,100 @@ +{ "translations": { + "Enabled" : "Aktiviert", + "Authentication error" : "Authentifizierungs-Fehler", + "Group already exists" : "Die Gruppe existiert bereits", + "Unable to add group" : "Die Gruppe konnte nicht angelegt werden", + "Email saved" : "E-Mail-Adresse gespeichert", + "Invalid email" : "Ungültige E-Mail-Adresse", + "Unable to delete group" : "Die Gruppe konnte nicht gelöscht werden", + "Unable to delete user" : "Der Benutzer konnte nicht gelöscht werden", + "Language changed" : "Sprache geändert", + "Invalid request" : "Ungültige Anforderung", + "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der admin-Gruppe löschen", + "Unable to add user to group %s" : "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", + "Unable to remove user from group %s" : "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", + "Couldn't update app." : "Die App konnte nicht aktualisiert werden.", + "Saved" : "Gespeichert", + "Email sent" : "Email gesendet", + "All" : "Alle", + "Please wait...." : "Bitte warten....", + "Error while disabling app" : "Fehler während der Deaktivierung der Anwendung", + "Disable" : "Deaktivieren", + "Enable" : "Aktivieren", + "Error while enabling app" : "Fehler während der Aktivierung der Anwendung", + "Updating...." : "Update...", + "Error while updating app" : "Es ist ein Fehler während des Updates aufgetreten", + "Updated" : "Aktualisiert", + "Delete" : "Löschen", + "Decrypting files... Please wait, this can take some time." : "Entschlüssel Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen.", + "Groups" : "Gruppen", + "undo" : "rückgängig machen", + "never" : "niemals", + "add group" : "Gruppe hinzufügen", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "Error creating user" : "Beim Erstellen des Benutzers ist ein Fehler aufgetreten", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", + "__language_name__" : "Deutsch (Schweiz)", + "SSL root certificates" : "SSL-Root-Zertifikate", + "Encryption" : "Verschlüsselung", + "Login" : "Anmelden", + "Security Warning" : "Sicherheitshinweis", + "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." : "Ihr Datenverzeichnis und Ihre Dateien sind möglicher Weise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten Ihnen dringend, dass Sie Ihren Webserver dahingehend konfigurieren, dass Ihr Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder Sie verschieben das Datenverzeichnis ausserhalb des Wurzelverzeichnisses des Webservers.", + "Setup Warning" : "Einrichtungswarnung", + "Module 'fileinfo' missing" : "Das Modul 'fileinfo' fehlt", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen Ihnen dieses Modul zu aktivieren, um die besten Resultate bei der Bestimmung der Dateitypen zu erzielen.", + "Locale not working" : "Die Lokalisierung funktioniert nicht", + "Please double check the installation guides." : "Bitte prüfen Sie die Installationsanleitungen.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Eine Aufgabe bei jedem Laden der Seite ausführen", + "Sharing" : "Teilen", + "Allow apps to use the Share API" : "Anwendungen erlauben, die Share-API zu benutzen", + "Allow public uploads" : "Erlaube öffentliches hochladen", + "Allow resharing" : "Erlaube Weiterverteilen", + "Security" : "Sicherheit", + "Enforce HTTPS" : "HTTPS erzwingen", + "Forces the clients to connect to %s via an encrypted connection." : "Zwingt die Clients, sich über eine verschlüsselte Verbindung zu %s zu verbinden.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Bitte verbinden Sie sich zu Ihrem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", + "Server address" : "Adresse des Servers", + "Port" : "Port", + "Log" : "Log", + "Log level" : "Log-Level", + "More" : "Mehr", + "Less" : "Weniger", + "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", + "by" : "von", + "User Documentation" : "Dokumentation für Benutzer", + "Administrator Documentation" : "Dokumentation für Administratoren", + "Online Documentation" : "Online-Dokumentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Kommerzieller Support", + "Get the apps to sync your files" : "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren", + "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", + "You have used %s of the available %s" : "Sie verwenden %s der verfügbaren %s", + "Password" : "Passwort", + "Your password was changed" : "Ihr Passwort wurde geändert.", + "Unable to change your password" : "Das Passwort konnte nicht geändert werden", + "Current password" : "Aktuelles Passwort", + "New password" : "Neues Passwort", + "Change password" : "Passwort ändern", + "Email" : "E-Mail", + "Your email address" : "Ihre E-Mail-Adresse", + "Cancel" : "Abbrechen", + "Language" : "Sprache", + "Help translate" : "Helfen Sie bei der Übersetzung", + "Import Root Certificate" : "Root-Zertifikate importieren", + "Log-in password" : "Login-Passwort", + "Decrypt all Files" : "Alle Dateien entschlüsseln", + "Login Name" : "Loginname", + "Create" : "Erstellen", + "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", + "Enter the recovery password in order to recover the users files during password change" : "Geben Sie das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen", + "Unlimited" : "Unbegrenzt", + "Other" : "Andere", + "Username" : "Benutzername", + "set new password" : "Neues Passwort setzen", + "Default" : "Standard" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/de_CH.php b/settings/l10n/de_CH.php deleted file mode 100644 index 08ff1847dd..0000000000 --- a/settings/l10n/de_CH.php +++ /dev/null @@ -1,101 +0,0 @@ - "Aktiviert", -"Authentication error" => "Authentifizierungs-Fehler", -"Group already exists" => "Die Gruppe existiert bereits", -"Unable to add group" => "Die Gruppe konnte nicht angelegt werden", -"Email saved" => "E-Mail-Adresse gespeichert", -"Invalid email" => "Ungültige E-Mail-Adresse", -"Unable to delete group" => "Die Gruppe konnte nicht gelöscht werden", -"Unable to delete user" => "Der Benutzer konnte nicht gelöscht werden", -"Language changed" => "Sprache geändert", -"Invalid request" => "Ungültige Anforderung", -"Admins can't remove themself from the admin group" => "Administratoren können sich nicht selbst aus der admin-Gruppe löschen", -"Unable to add user to group %s" => "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", -"Unable to remove user from group %s" => "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", -"Couldn't update app." => "Die App konnte nicht aktualisiert werden.", -"Saved" => "Gespeichert", -"Email sent" => "Email gesendet", -"All" => "Alle", -"Please wait...." => "Bitte warten....", -"Error while disabling app" => "Fehler während der Deaktivierung der Anwendung", -"Disable" => "Deaktivieren", -"Enable" => "Aktivieren", -"Error while enabling app" => "Fehler während der Aktivierung der Anwendung", -"Updating...." => "Update...", -"Error while updating app" => "Es ist ein Fehler während des Updates aufgetreten", -"Updated" => "Aktualisiert", -"Delete" => "Löschen", -"Decrypting files... Please wait, this can take some time." => "Entschlüssel Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen.", -"Groups" => "Gruppen", -"undo" => "rückgängig machen", -"never" => "niemals", -"add group" => "Gruppe hinzufügen", -"A valid username must be provided" => "Es muss ein gültiger Benutzername angegeben werden", -"Error creating user" => "Beim Erstellen des Benutzers ist ein Fehler aufgetreten", -"A valid password must be provided" => "Es muss ein gültiges Passwort angegeben werden", -"__language_name__" => "Deutsch (Schweiz)", -"SSL root certificates" => "SSL-Root-Zertifikate", -"Encryption" => "Verschlüsselung", -"Login" => "Anmelden", -"Security Warning" => "Sicherheitshinweis", -"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." => "Ihr Datenverzeichnis und Ihre Dateien sind möglicher Weise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten Ihnen dringend, dass Sie Ihren Webserver dahingehend konfigurieren, dass Ihr Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder Sie verschieben das Datenverzeichnis ausserhalb des Wurzelverzeichnisses des Webservers.", -"Setup Warning" => "Einrichtungswarnung", -"Module 'fileinfo' missing" => "Das Modul 'fileinfo' fehlt", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen Ihnen dieses Modul zu aktivieren, um die besten Resultate bei der Bestimmung der Dateitypen zu erzielen.", -"Locale not working" => "Die Lokalisierung funktioniert nicht", -"Please double check the installation guides." => "Bitte prüfen Sie die Installationsanleitungen.", -"Cron" => "Cron", -"Execute one task with each page loaded" => "Eine Aufgabe bei jedem Laden der Seite ausführen", -"Sharing" => "Teilen", -"Allow apps to use the Share API" => "Anwendungen erlauben, die Share-API zu benutzen", -"Allow public uploads" => "Erlaube öffentliches hochladen", -"Allow resharing" => "Erlaube Weiterverteilen", -"Security" => "Sicherheit", -"Enforce HTTPS" => "HTTPS erzwingen", -"Forces the clients to connect to %s via an encrypted connection." => "Zwingt die Clients, sich über eine verschlüsselte Verbindung zu %s zu verbinden.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Bitte verbinden Sie sich zu Ihrem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", -"Server address" => "Adresse des Servers", -"Port" => "Port", -"Log" => "Log", -"Log level" => "Log-Level", -"More" => "Mehr", -"Less" => "Weniger", -"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", -"by" => "von", -"User Documentation" => "Dokumentation für Benutzer", -"Administrator Documentation" => "Dokumentation für Administratoren", -"Online Documentation" => "Online-Dokumentation", -"Forum" => "Forum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Kommerzieller Support", -"Get the apps to sync your files" => "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren", -"Show First Run Wizard again" => "Den Einrichtungsassistenten erneut anzeigen", -"You have used %s of the available %s" => "Sie verwenden %s der verfügbaren %s", -"Password" => "Passwort", -"Your password was changed" => "Ihr Passwort wurde geändert.", -"Unable to change your password" => "Das Passwort konnte nicht geändert werden", -"Current password" => "Aktuelles Passwort", -"New password" => "Neues Passwort", -"Change password" => "Passwort ändern", -"Email" => "E-Mail", -"Your email address" => "Ihre E-Mail-Adresse", -"Cancel" => "Abbrechen", -"Language" => "Sprache", -"Help translate" => "Helfen Sie bei der Übersetzung", -"Import Root Certificate" => "Root-Zertifikate importieren", -"Log-in password" => "Login-Passwort", -"Decrypt all Files" => "Alle Dateien entschlüsseln", -"Login Name" => "Loginname", -"Create" => "Erstellen", -"Admin Recovery Password" => "Admin-Passwort-Wiederherstellung", -"Enter the recovery password in order to recover the users files during password change" => "Geben Sie das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen", -"Unlimited" => "Unbegrenzt", -"Other" => "Andere", -"Username" => "Benutzername", -"set new password" => "Neues Passwort setzen", -"Default" => "Standard" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js new file mode 100644 index 0000000000..45b35b0abd --- /dev/null +++ b/settings/l10n/de_DE.js @@ -0,0 +1,240 @@ +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", + "Group already exists" : "Die Gruppe existiert bereits", + "Unable to add group" : "Die Gruppe konnte nicht angelegt werden", + "Files decrypted successfully" : "Dateien erfolgreich entschlüsselt", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Dateien konnten nicht entschlüsselt werden, prüfen Sie bitte Ihre owncloud.log oder fragen Sie Ihren Administrator", + "Couldn't decrypt your files, check your password and try again" : "Dateien konnten nicht entschlüsselt werden, bitte prüfen Sie Ihr Passwort und versuchen Sie es erneut.", + "Encryption keys deleted permanently" : "Verschlüsselungsschlüssel dauerhaft gelöscht", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Verschlüsselungsschlüssel konnten nicht dauerhaft gelöscht werden, prüfen Sie bitte Ihre owncloud.log oder frage Deinen Administrator", + "Couldn't remove app." : "Die App konnte nicht entfernt werden.", + "Email saved" : "E-Mail-Adresse gespeichert", + "Invalid email" : "Ungültige E-Mail-Adresse", + "Unable to delete group" : "Die Gruppe konnte nicht gelöscht werden", + "Unable to delete user" : "Der Benutzer konnte nicht gelöscht werden", + "Backups restored successfully" : "Sicherungen erfolgreich wiederhergestellt", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Verschlüsselungsschlüssel konnten nicht wiederhergestellt werden, prüfen Sie bitte Ihre owncloud.log oder fragen Sie Ihren Administrator", + "Language changed" : "Sprache geändert", + "Invalid request" : "Ungültige Anforderung", + "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der admin-Gruppe löschen", + "Unable to add user to group %s" : "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", + "Unable to remove user from group %s" : "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", + "Couldn't update app." : "Die App konnte nicht aktualisiert werden.", + "Wrong password" : "Falsches Passwort", + "No user supplied" : "Keinen Benutzer angegeben", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Bitte geben Sie ein Wiederherstellungspasswort für das Admin-Konto an, da sonst alle Benutzerdaten verloren gehen können", + "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", + "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.", + "A problem occurred while sending the email. Please revise your settings." : "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfen Sie Ihre Einstellungen.", + "Email sent" : "E-Mail gesendet", + "You need to set your user email before being able to send test emails." : "Sie müssen Ihre Benutzer-E-Mail-Adresse einstellen, bevor Sie Test-E-Mails versenden können.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sind Sie sich wirklich sicher, dass Sie »{domain}« als vertrauenswürdige Domain hinzufügen möchten?", + "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen", + "Sending..." : "Wird gesendet …", + "All" : "Alle", + "Please wait...." : "Bitte warten....", + "Error while disabling app" : "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten", + "Disable" : "Deaktivieren", + "Enable" : "Aktivieren", + "Error while enabling app" : "Beim Aktivieren der Applikation ist ein Fehler aufgetreten", + "Updating...." : "Update...", + "Error while updating app" : "Es ist ein Fehler während des Updates aufgetreten", + "Updated" : "Aktualisiert", + "Uninstalling ...." : "Wird deinstalliert …", + "Error while uninstalling app" : "Fehler beim Deinstallieren der App", + "Uninstall" : "Deinstallieren", + "Select a profile picture" : "Wählen Sie ein Profilbild", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Passables Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", + "Valid until {date}" : "Gültig bis {date}", + "Delete" : "Löschen", + "Decrypting files... Please wait, this can take some time." : "Entschlüssle Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen.", + "Delete encryption keys permanently." : "Verschlüsselungsschlüssel dauerhaft löschen.", + "Restore encryption keys." : "Verschlüsselungsschlüssel wiederherstellen.", + "Groups" : "Gruppen", + "Unable to delete {objName}" : "Löschen von {objName} nicht möglich", + "Error creating group" : "Fehler beim Erstellen der Gruppe", + "A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden", + "deleted {groupName}" : "{groupName} gelöscht", + "undo" : "rückgängig machen", + "no group" : "Keine Gruppe", + "never" : "niemals", + "deleted {userName}" : "{userName} gelöscht", + "add group" : "Gruppe hinzufügen", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "Error creating user" : "Beim Erstellen des Benutzers ist ein Fehler aufgetreten", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", + "Warning: Home directory for user \"{user}\" already exists" : "Warnung: Das Benutzerverzeichnis für den Benutzer \"{user}\" existiert bereits", + "__language_name__" : "Deutsch (Förmlich: Sie)", + "Personal Info" : "Persönliche Informationen", + "SSL root certificates" : "SSL-Root-Zertifikate", + "Encryption" : "Verschlüsselung", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale Probleme, Fehler, Warnungen, Infos, Fehlerdiagnose)", + "Info, warnings, errors and fatal issues" : "Infos, Warnungen, Fehler und fatale Probleme", + "Warnings, errors and fatal issues" : "Warnungen, Fehler und fatale Probleme", + "Errors and fatal issues" : "Fehler und fatale Probleme", + "Fatal issues only" : "Nur kritische Fehler", + "None" : "Keine", + "Login" : "Anmelden", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sicherheitshinweis", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Sie greifen auf %s via HTTP zu. Wir empfehlen Ihnen dringend, Ihren Server so konfigurieren, dass stattdessen HTTPS verlangt wird.", + "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." : "Ihr Datenverzeichnis und Ihre Dateien sind möglicherweise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten Ihnen dringend, dass Sie Ihren Webserver dahingehend konfigurieren, dass Ihr Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder Sie verschieben das Datenverzeichnis außerhalb des Wurzelverzeichnisses des Webservers.", + "Setup Warning" : "Einrichtungswarnung", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie z.B. OPcache oder eAccelerator verursacht.", + "Database Performance Info" : "Info zur Datenbankleistung", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite wird als Datenbank verwendet. Für größere Installationen muss das geändert werden. Zur Migration in eine andere Datenbank muss in der Befehlszeile »occ db:convert-type« verwendet werden.", + "Module 'fileinfo' missing" : "Das Modul 'fileinfo' fehlt", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen Ihnen dieses Modul zu aktivieren, um die besten Resultate bei der Bestimmung der Dateitypen zu erzielen.", + "Your PHP version is outdated" : "Ihre PHP-Version ist veraltet", + "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." : "Ihre PHP-Version ist veraltet. Wir empfehlen dringend auf die Version 5.3.8 oder neuer zu aktualisieren, da ältere Versionen kompromittiert werden können. Es ist möglich, dass diese Installation nicht richtig funktioniert.", + "PHP charset is not set to UTF-8" : "PHP-Zeichensatz ist nicht auf UTF-8 eingestellt", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP-Zeichensatz ist nicht auf UTF-8 eingestellt. Das kann Fehler mit Nicht-ASCII-Zeichen in Dateinamen verursachen. Wir empfehlen daher den Wert von »default_charset« in der php.ini auf »UTF-8« zu ändern.", + "Locale not working" : "Die Lokalisierung funktioniert nicht", + "System locale can not be set to a one which supports UTF-8." : "Systemgebietsschema kann nicht auf eine UTF-8 unterstützende eingestellt werden.", + "This means that there might be problems with certain characters in file names." : "Dieses bedeutet, dass es Probleme mit bestimmten Zeichen in den Dateinamen geben kann.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Wir empfehlen dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eine der folgenden Gebietsschemas unterstützt wird: %s.", + "URL generation in notification emails" : "Adresserstellung in E-Mail-Benachrichtungen", + "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\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron aus dem System genutzt wird, kann es zu Fehlern bei der Adresserstellung kommen. Um dieses zu verhindern, stellen Sie bitte die »overwritewebroot«-Option in Ihrer config.php auf das Internetwurzelverzeichnis Ihrer Installation (Vorschlag: »%s«).", + "Connectivity checks" : "Verbindungsüberprüfungen", + "No problems found" : "Keine Probleme gefunden", + "Please double check the installation guides." : "Bitte prüfen Sie die Installationsanleitungen.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Letzter Cron wurde um %s ausgeführt.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Letzter Cron wurde um %s ausgeführt. Dies ist mehr als eine Stunde her, möglicherweise liegt ein Fehler vor.", + "Cron was not executed yet!" : "Cron wurde bis jetzt noch nicht ausgeführt!", + "Execute one task with each page loaded" : "Eine Aufgabe bei jedem Laden der Seite ausführen", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Benutzen Sie den System-Crondienst, um die cron.php alle 15 Minuten aufzurufen.", + "Sharing" : "Teilen", + "Allow apps to use the Share API" : "Anwendungen erlauben, die Share-API zu benutzen", + "Allow users to share via link" : "Benutzern erlauben, über Links Inhalte freizugeben", + "Enforce password protection" : "Passwortschutz erzwingen", + "Allow public uploads" : "Öffentliches Hochladen erlauben", + "Set default expiration date" : "Standardablaufdatum einstellen", + "Expire after " : "Ablauf nach ", + "days" : "Tagen", + "Enforce expiration date" : "Ablaufdatum erzwingen", + "Allow resharing" : "Erlaube Weiterverteilen", + "Restrict users to only share with users in their groups" : "Nutzer nur auf das Teilen in ihren Gruppen beschränken", + "Allow users to send mail notification for shared files" : "Benutzern erlauben E-Mail-Benachrichtigungen für freigegebene Dateien zu senden", + "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", + "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", + "Security" : "Sicherheit", + "Enforce HTTPS" : "HTTPS erzwingen", + "Forces the clients to connect to %s via an encrypted connection." : "Zwingt die clientseitigen Anwendungen, verschlüsselte Verbindungen zu %s herzustellen.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Bitte verbinden Sie sich zu Ihrem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", + "Email Server" : "E-Mail-Server", + "This is used for sending out notifications." : "Dies wird für das Senden von Benachrichtigungen verwendet.", + "Send mode" : "Sendemodus", + "From address" : "Absender-Adresse", + "mail" : "Mail", + "Authentication method" : "Legitimierungsmethode", + "Authentication required" : "Authentifizierung benötigt", + "Server address" : "Adresse des Servers", + "Port" : "Port", + "Credentials" : "Zugangsdaten", + "SMTP Username" : "SMTP Benutzername", + "SMTP Password" : "SMTP Passwort", + "Store credentials" : "Anmeldeinformationen speichern", + "Test email settings" : "E-Mail-Einstellungen testen", + "Send email" : "E-Mail senden", + "Log" : "Log", + "Log level" : "Log-Level", + "More" : "Mehr", + "Less" : "Weniger", + "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", + "by" : "von", + "licensed" : "Lizenziert", + "Documentation:" : "Dokumentation:", + "User Documentation" : "Dokumentation für Benutzer", + "Admin Documentation" : "Dokumentation für Administratoren", + "Update to %s" : "Aktualisierung auf %s", + "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", + "Uninstall App" : "App deinstallieren", + "Administrator Documentation" : "Dokumentation für Administratoren", + "Online Documentation" : "Online-Dokumentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Kommerzieller Support", + "Get the apps to sync your files" : "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Wenn Sie das Projekt unterstützen wollen,\n\t\tkönnen Sie an der Entwicklung teilnehmen\n\t\toder\n\t\tanderen von diesem Projekt berichten!", + "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", + "You have used %s of the available %s" : "Sie verwenden %s der verfügbaren %s", + "Password" : "Passwort", + "Your password was changed" : "Ihr Passwort wurde geändert.", + "Unable to change your password" : "Das Passwort konnte nicht geändert werden", + "Current password" : "Aktuelles Passwort", + "New password" : "Neues Passwort", + "Change password" : "Passwort ändern", + "Full Name" : "Vollständiger Name", + "Email" : "E-Mail", + "Your email address" : "Ihre E-Mail-Adresse", + "Fill in an email address to enable password recovery and receive notifications" : "Geben Sie eine E-Mail-Adresse an, um eine Wiederherstellung des Passworts zu ermöglichen und Benachrichtigungen zu empfangen", + "Profile picture" : "Profilbild", + "Upload new" : "Neues hochladen", + "Select new from Files" : "Neues aus Dateien wählen", + "Remove image" : "Bild entfernen", + "Either png or jpg. Ideally square but you will be able to crop it." : "Entweder PNG oder JPG. Im Idealfall quadratisch, aber Sie können es zuschneiden.", + "Your avatar is provided by your original account." : "Ihr Avatar wird von Ihrem Ursprungskonto verwendet.", + "Cancel" : "Abbrechen", + "Choose as profile image" : "Als Profilbild wählen", + "Language" : "Sprache", + "Help translate" : "Helfen Sie bei der Übersetzung", + "Common Name" : "Zuname", + "Valid until" : "Gültig bis", + "Issued By" : "Ausgestellt von:", + "Valid until %s" : "Gültig bis %s", + "Import Root Certificate" : "Root-Zertifikate importieren", + "The encryption app is no longer enabled, please decrypt all your files" : "Die Verschlüsselungsanwendung ist nicht länger aktiv, bitte entschlüsseln Sie alle ihre Daten", + "Log-in password" : "Login-Passwort", + "Decrypt all Files" : "Alle Dateien entschlüsseln", + "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." : "Ihre Verschlüsselungsschlüssel wiederherstellen wurden zu einem Backup-Speicherort verschoben. Wenn irgendetwas schief läuft können die Schlüssel wiederhergestellt werden. Löschen Sie diese nur dann dauerhaft, wenn Sie sich sicher sind, dass alle Dateien korrekt entschlüsselt wurden.", + "Restore Encryption Keys" : "Verschlüsselungsschlüssel wiederherstellen", + "Delete Encryption Keys" : "Verschlüsselungsschlüssel löschen", + "Show storage location" : "Speicherort anzeigen", + "Show last log in" : "Letzte Anmeldung anzeigen", + "Login Name" : "Loginname", + "Create" : "Erstellen", + "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", + "Enter the recovery password in order to recover the users files during password change" : "Geben Sie das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen", + "Search Users and Groups" : "Benutzer und Gruppen suchen", + "Add Group" : "Gruppe hinzufügen", + "Group" : "Gruppe", + "Everyone" : "Jeder", + "Admins" : "Administratoren", + "Default Quota" : "Standardkontingent", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: „512 MB“ oder „12 GB“)", + "Unlimited" : "Unbegrenzt", + "Other" : "Andere", + "Username" : "Benutzername", + "Group Admin for" : "Gruppenadministrator für", + "Quota" : "Kontingent", + "Storage Location" : "Speicherort", + "Last Login" : "Letzte Anmeldung", + "change full name" : "Vollständigen Namen ändern", + "set new password" : "Neues Passwort setzen", + "Default" : "Standard" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json new file mode 100644 index 0000000000..346e8790f3 --- /dev/null +++ b/settings/l10n/de_DE.json @@ -0,0 +1,238 @@ +{ "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", + "Group already exists" : "Die Gruppe existiert bereits", + "Unable to add group" : "Die Gruppe konnte nicht angelegt werden", + "Files decrypted successfully" : "Dateien erfolgreich entschlüsselt", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Dateien konnten nicht entschlüsselt werden, prüfen Sie bitte Ihre owncloud.log oder fragen Sie Ihren Administrator", + "Couldn't decrypt your files, check your password and try again" : "Dateien konnten nicht entschlüsselt werden, bitte prüfen Sie Ihr Passwort und versuchen Sie es erneut.", + "Encryption keys deleted permanently" : "Verschlüsselungsschlüssel dauerhaft gelöscht", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Verschlüsselungsschlüssel konnten nicht dauerhaft gelöscht werden, prüfen Sie bitte Ihre owncloud.log oder frage Deinen Administrator", + "Couldn't remove app." : "Die App konnte nicht entfernt werden.", + "Email saved" : "E-Mail-Adresse gespeichert", + "Invalid email" : "Ungültige E-Mail-Adresse", + "Unable to delete group" : "Die Gruppe konnte nicht gelöscht werden", + "Unable to delete user" : "Der Benutzer konnte nicht gelöscht werden", + "Backups restored successfully" : "Sicherungen erfolgreich wiederhergestellt", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Verschlüsselungsschlüssel konnten nicht wiederhergestellt werden, prüfen Sie bitte Ihre owncloud.log oder fragen Sie Ihren Administrator", + "Language changed" : "Sprache geändert", + "Invalid request" : "Ungültige Anforderung", + "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der admin-Gruppe löschen", + "Unable to add user to group %s" : "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", + "Unable to remove user from group %s" : "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", + "Couldn't update app." : "Die App konnte nicht aktualisiert werden.", + "Wrong password" : "Falsches Passwort", + "No user supplied" : "Keinen Benutzer angegeben", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Bitte geben Sie ein Wiederherstellungspasswort für das Admin-Konto an, da sonst alle Benutzerdaten verloren gehen können", + "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", + "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.", + "A problem occurred while sending the email. Please revise your settings." : "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfen Sie Ihre Einstellungen.", + "Email sent" : "E-Mail gesendet", + "You need to set your user email before being able to send test emails." : "Sie müssen Ihre Benutzer-E-Mail-Adresse einstellen, bevor Sie Test-E-Mails versenden können.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sind Sie sich wirklich sicher, dass Sie »{domain}« als vertrauenswürdige Domain hinzufügen möchten?", + "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen", + "Sending..." : "Wird gesendet …", + "All" : "Alle", + "Please wait...." : "Bitte warten....", + "Error while disabling app" : "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten", + "Disable" : "Deaktivieren", + "Enable" : "Aktivieren", + "Error while enabling app" : "Beim Aktivieren der Applikation ist ein Fehler aufgetreten", + "Updating...." : "Update...", + "Error while updating app" : "Es ist ein Fehler während des Updates aufgetreten", + "Updated" : "Aktualisiert", + "Uninstalling ...." : "Wird deinstalliert …", + "Error while uninstalling app" : "Fehler beim Deinstallieren der App", + "Uninstall" : "Deinstallieren", + "Select a profile picture" : "Wählen Sie ein Profilbild", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Passables Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", + "Valid until {date}" : "Gültig bis {date}", + "Delete" : "Löschen", + "Decrypting files... Please wait, this can take some time." : "Entschlüssle Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen.", + "Delete encryption keys permanently." : "Verschlüsselungsschlüssel dauerhaft löschen.", + "Restore encryption keys." : "Verschlüsselungsschlüssel wiederherstellen.", + "Groups" : "Gruppen", + "Unable to delete {objName}" : "Löschen von {objName} nicht möglich", + "Error creating group" : "Fehler beim Erstellen der Gruppe", + "A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden", + "deleted {groupName}" : "{groupName} gelöscht", + "undo" : "rückgängig machen", + "no group" : "Keine Gruppe", + "never" : "niemals", + "deleted {userName}" : "{userName} gelöscht", + "add group" : "Gruppe hinzufügen", + "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", + "Error creating user" : "Beim Erstellen des Benutzers ist ein Fehler aufgetreten", + "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", + "Warning: Home directory for user \"{user}\" already exists" : "Warnung: Das Benutzerverzeichnis für den Benutzer \"{user}\" existiert bereits", + "__language_name__" : "Deutsch (Förmlich: Sie)", + "Personal Info" : "Persönliche Informationen", + "SSL root certificates" : "SSL-Root-Zertifikate", + "Encryption" : "Verschlüsselung", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale Probleme, Fehler, Warnungen, Infos, Fehlerdiagnose)", + "Info, warnings, errors and fatal issues" : "Infos, Warnungen, Fehler und fatale Probleme", + "Warnings, errors and fatal issues" : "Warnungen, Fehler und fatale Probleme", + "Errors and fatal issues" : "Fehler und fatale Probleme", + "Fatal issues only" : "Nur kritische Fehler", + "None" : "Keine", + "Login" : "Anmelden", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sicherheitshinweis", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Sie greifen auf %s via HTTP zu. Wir empfehlen Ihnen dringend, Ihren Server so konfigurieren, dass stattdessen HTTPS verlangt wird.", + "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." : "Ihr Datenverzeichnis und Ihre Dateien sind möglicherweise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten Ihnen dringend, dass Sie Ihren Webserver dahingehend konfigurieren, dass Ihr Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder Sie verschieben das Datenverzeichnis außerhalb des Wurzelverzeichnisses des Webservers.", + "Setup Warning" : "Einrichtungswarnung", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie z.B. OPcache oder eAccelerator verursacht.", + "Database Performance Info" : "Info zur Datenbankleistung", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite wird als Datenbank verwendet. Für größere Installationen muss das geändert werden. Zur Migration in eine andere Datenbank muss in der Befehlszeile »occ db:convert-type« verwendet werden.", + "Module 'fileinfo' missing" : "Das Modul 'fileinfo' fehlt", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen Ihnen dieses Modul zu aktivieren, um die besten Resultate bei der Bestimmung der Dateitypen zu erzielen.", + "Your PHP version is outdated" : "Ihre PHP-Version ist veraltet", + "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." : "Ihre PHP-Version ist veraltet. Wir empfehlen dringend auf die Version 5.3.8 oder neuer zu aktualisieren, da ältere Versionen kompromittiert werden können. Es ist möglich, dass diese Installation nicht richtig funktioniert.", + "PHP charset is not set to UTF-8" : "PHP-Zeichensatz ist nicht auf UTF-8 eingestellt", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP-Zeichensatz ist nicht auf UTF-8 eingestellt. Das kann Fehler mit Nicht-ASCII-Zeichen in Dateinamen verursachen. Wir empfehlen daher den Wert von »default_charset« in der php.ini auf »UTF-8« zu ändern.", + "Locale not working" : "Die Lokalisierung funktioniert nicht", + "System locale can not be set to a one which supports UTF-8." : "Systemgebietsschema kann nicht auf eine UTF-8 unterstützende eingestellt werden.", + "This means that there might be problems with certain characters in file names." : "Dieses bedeutet, dass es Probleme mit bestimmten Zeichen in den Dateinamen geben kann.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Wir empfehlen dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eine der folgenden Gebietsschemas unterstützt wird: %s.", + "URL generation in notification emails" : "Adresserstellung in E-Mail-Benachrichtungen", + "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\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron aus dem System genutzt wird, kann es zu Fehlern bei der Adresserstellung kommen. Um dieses zu verhindern, stellen Sie bitte die »overwritewebroot«-Option in Ihrer config.php auf das Internetwurzelverzeichnis Ihrer Installation (Vorschlag: »%s«).", + "Connectivity checks" : "Verbindungsüberprüfungen", + "No problems found" : "Keine Probleme gefunden", + "Please double check the installation guides." : "Bitte prüfen Sie die Installationsanleitungen.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Letzter Cron wurde um %s ausgeführt.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Letzter Cron wurde um %s ausgeführt. Dies ist mehr als eine Stunde her, möglicherweise liegt ein Fehler vor.", + "Cron was not executed yet!" : "Cron wurde bis jetzt noch nicht ausgeführt!", + "Execute one task with each page loaded" : "Eine Aufgabe bei jedem Laden der Seite ausführen", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Benutzen Sie den System-Crondienst, um die cron.php alle 15 Minuten aufzurufen.", + "Sharing" : "Teilen", + "Allow apps to use the Share API" : "Anwendungen erlauben, die Share-API zu benutzen", + "Allow users to share via link" : "Benutzern erlauben, über Links Inhalte freizugeben", + "Enforce password protection" : "Passwortschutz erzwingen", + "Allow public uploads" : "Öffentliches Hochladen erlauben", + "Set default expiration date" : "Standardablaufdatum einstellen", + "Expire after " : "Ablauf nach ", + "days" : "Tagen", + "Enforce expiration date" : "Ablaufdatum erzwingen", + "Allow resharing" : "Erlaube Weiterverteilen", + "Restrict users to only share with users in their groups" : "Nutzer nur auf das Teilen in ihren Gruppen beschränken", + "Allow users to send mail notification for shared files" : "Benutzern erlauben E-Mail-Benachrichtigungen für freigegebene Dateien zu senden", + "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", + "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", + "Security" : "Sicherheit", + "Enforce HTTPS" : "HTTPS erzwingen", + "Forces the clients to connect to %s via an encrypted connection." : "Zwingt die clientseitigen Anwendungen, verschlüsselte Verbindungen zu %s herzustellen.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Bitte verbinden Sie sich zu Ihrem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", + "Email Server" : "E-Mail-Server", + "This is used for sending out notifications." : "Dies wird für das Senden von Benachrichtigungen verwendet.", + "Send mode" : "Sendemodus", + "From address" : "Absender-Adresse", + "mail" : "Mail", + "Authentication method" : "Legitimierungsmethode", + "Authentication required" : "Authentifizierung benötigt", + "Server address" : "Adresse des Servers", + "Port" : "Port", + "Credentials" : "Zugangsdaten", + "SMTP Username" : "SMTP Benutzername", + "SMTP Password" : "SMTP Passwort", + "Store credentials" : "Anmeldeinformationen speichern", + "Test email settings" : "E-Mail-Einstellungen testen", + "Send email" : "E-Mail senden", + "Log" : "Log", + "Log level" : "Log-Level", + "More" : "Mehr", + "Less" : "Weniger", + "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", + "by" : "von", + "licensed" : "Lizenziert", + "Documentation:" : "Dokumentation:", + "User Documentation" : "Dokumentation für Benutzer", + "Admin Documentation" : "Dokumentation für Administratoren", + "Update to %s" : "Aktualisierung auf %s", + "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", + "Uninstall App" : "App deinstallieren", + "Administrator Documentation" : "Dokumentation für Administratoren", + "Online Documentation" : "Online-Dokumentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Kommerzieller Support", + "Get the apps to sync your files" : "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Wenn Sie das Projekt unterstützen wollen,\n\t\tkönnen Sie an der Entwicklung teilnehmen\n\t\toder\n\t\tanderen von diesem Projekt berichten!", + "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", + "You have used %s of the available %s" : "Sie verwenden %s der verfügbaren %s", + "Password" : "Passwort", + "Your password was changed" : "Ihr Passwort wurde geändert.", + "Unable to change your password" : "Das Passwort konnte nicht geändert werden", + "Current password" : "Aktuelles Passwort", + "New password" : "Neues Passwort", + "Change password" : "Passwort ändern", + "Full Name" : "Vollständiger Name", + "Email" : "E-Mail", + "Your email address" : "Ihre E-Mail-Adresse", + "Fill in an email address to enable password recovery and receive notifications" : "Geben Sie eine E-Mail-Adresse an, um eine Wiederherstellung des Passworts zu ermöglichen und Benachrichtigungen zu empfangen", + "Profile picture" : "Profilbild", + "Upload new" : "Neues hochladen", + "Select new from Files" : "Neues aus Dateien wählen", + "Remove image" : "Bild entfernen", + "Either png or jpg. Ideally square but you will be able to crop it." : "Entweder PNG oder JPG. Im Idealfall quadratisch, aber Sie können es zuschneiden.", + "Your avatar is provided by your original account." : "Ihr Avatar wird von Ihrem Ursprungskonto verwendet.", + "Cancel" : "Abbrechen", + "Choose as profile image" : "Als Profilbild wählen", + "Language" : "Sprache", + "Help translate" : "Helfen Sie bei der Übersetzung", + "Common Name" : "Zuname", + "Valid until" : "Gültig bis", + "Issued By" : "Ausgestellt von:", + "Valid until %s" : "Gültig bis %s", + "Import Root Certificate" : "Root-Zertifikate importieren", + "The encryption app is no longer enabled, please decrypt all your files" : "Die Verschlüsselungsanwendung ist nicht länger aktiv, bitte entschlüsseln Sie alle ihre Daten", + "Log-in password" : "Login-Passwort", + "Decrypt all Files" : "Alle Dateien entschlüsseln", + "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." : "Ihre Verschlüsselungsschlüssel wiederherstellen wurden zu einem Backup-Speicherort verschoben. Wenn irgendetwas schief läuft können die Schlüssel wiederhergestellt werden. Löschen Sie diese nur dann dauerhaft, wenn Sie sich sicher sind, dass alle Dateien korrekt entschlüsselt wurden.", + "Restore Encryption Keys" : "Verschlüsselungsschlüssel wiederherstellen", + "Delete Encryption Keys" : "Verschlüsselungsschlüssel löschen", + "Show storage location" : "Speicherort anzeigen", + "Show last log in" : "Letzte Anmeldung anzeigen", + "Login Name" : "Loginname", + "Create" : "Erstellen", + "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", + "Enter the recovery password in order to recover the users files during password change" : "Geben Sie das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen", + "Search Users and Groups" : "Benutzer und Gruppen suchen", + "Add Group" : "Gruppe hinzufügen", + "Group" : "Gruppe", + "Everyone" : "Jeder", + "Admins" : "Administratoren", + "Default Quota" : "Standardkontingent", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: „512 MB“ oder „12 GB“)", + "Unlimited" : "Unbegrenzt", + "Other" : "Andere", + "Username" : "Benutzername", + "Group Admin for" : "Gruppenadministrator für", + "Quota" : "Kontingent", + "Storage Location" : "Speicherort", + "Last Login" : "Letzte Anmeldung", + "change full name" : "Vollständigen Namen ändern", + "set new password" : "Neues Passwort setzen", + "Default" : "Standard" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php deleted file mode 100644 index 25328f377e..0000000000 --- a/settings/l10n/de_DE.php +++ /dev/null @@ -1,239 +0,0 @@ - "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", -"Group already exists" => "Die Gruppe existiert bereits", -"Unable to add group" => "Die Gruppe konnte nicht angelegt werden", -"Files decrypted successfully" => "Dateien erfolgreich entschlüsselt", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Dateien konnten nicht entschlüsselt werden, prüfen Sie bitte Ihre owncloud.log oder fragen Sie Ihren Administrator", -"Couldn't decrypt your files, check your password and try again" => "Dateien konnten nicht entschlüsselt werden, bitte prüfen Sie Ihr Passwort und versuchen Sie es erneut.", -"Encryption keys deleted permanently" => "Verschlüsselungsschlüssel dauerhaft gelöscht", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Verschlüsselungsschlüssel konnten nicht dauerhaft gelöscht werden, prüfen Sie bitte Ihre owncloud.log oder frage Deinen Administrator", -"Couldn't remove app." => "Die App konnte nicht entfernt werden.", -"Email saved" => "E-Mail-Adresse gespeichert", -"Invalid email" => "Ungültige E-Mail-Adresse", -"Unable to delete group" => "Die Gruppe konnte nicht gelöscht werden", -"Unable to delete user" => "Der Benutzer konnte nicht gelöscht werden", -"Backups restored successfully" => "Sicherungen erfolgreich wiederhergestellt", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Verschlüsselungsschlüssel konnten nicht wiederhergestellt werden, prüfen Sie bitte Ihre owncloud.log oder fragen Sie Ihren Administrator", -"Language changed" => "Sprache geändert", -"Invalid request" => "Ungültige Anforderung", -"Admins can't remove themself from the admin group" => "Administratoren können sich nicht selbst aus der admin-Gruppe löschen", -"Unable to add user to group %s" => "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", -"Unable to remove user from group %s" => "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", -"Couldn't update app." => "Die App konnte nicht aktualisiert werden.", -"Wrong password" => "Falsches Passwort", -"No user supplied" => "Keinen Benutzer angegeben", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Bitte geben Sie ein Wiederherstellungspasswort für das Admin-Konto an, da sonst alle Benutzerdaten verloren gehen können", -"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", -"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.", -"A problem occurred while sending the email. Please revise your settings." => "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfen Sie Ihre Einstellungen.", -"Email sent" => "E-Mail gesendet", -"You need to set your user email before being able to send test emails." => "Sie müssen Ihre Benutzer-E-Mail-Adresse einstellen, bevor Sie Test-E-Mails versenden können.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Sind Sie sich wirklich sicher, dass Sie »{domain}« als vertrauenswürdige Domain hinzufügen möchten?", -"Add trusted domain" => "Vertrauenswürdige Domain hinzufügen", -"Sending..." => "Wird gesendet …", -"All" => "Alle", -"Please wait...." => "Bitte warten....", -"Error while disabling app" => "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten", -"Disable" => "Deaktivieren", -"Enable" => "Aktivieren", -"Error while enabling app" => "Beim Aktivieren der Applikation ist ein Fehler aufgetreten", -"Updating...." => "Update...", -"Error while updating app" => "Es ist ein Fehler während des Updates aufgetreten", -"Updated" => "Aktualisiert", -"Uninstalling ...." => "Wird deinstalliert …", -"Error while uninstalling app" => "Fehler beim Deinstallieren der App", -"Uninstall" => "Deinstallieren", -"Select a profile picture" => "Wählen Sie ein Profilbild", -"Very weak password" => "Sehr schwaches Passwort", -"Weak password" => "Schwaches Passwort", -"So-so password" => "Passables Passwort", -"Good password" => "Gutes Passwort", -"Strong password" => "Starkes Passwort", -"Valid until {date}" => "Gültig bis {date}", -"Delete" => "Löschen", -"Decrypting files... Please wait, this can take some time." => "Entschlüssle Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen.", -"Delete encryption keys permanently." => "Verschlüsselungsschlüssel dauerhaft löschen.", -"Restore encryption keys." => "Verschlüsselungsschlüssel wiederherstellen.", -"Groups" => "Gruppen", -"Unable to delete {objName}" => "Löschen von {objName} nicht möglich", -"Error creating group" => "Fehler beim Erstellen der Gruppe", -"A valid group name must be provided" => "Ein gültiger Gruppenname muss angegeben werden", -"deleted {groupName}" => "{groupName} gelöscht", -"undo" => "rückgängig machen", -"no group" => "Keine Gruppe", -"never" => "niemals", -"deleted {userName}" => "{userName} gelöscht", -"add group" => "Gruppe hinzufügen", -"A valid username must be provided" => "Es muss ein gültiger Benutzername angegeben werden", -"Error creating user" => "Beim Erstellen des Benutzers ist ein Fehler aufgetreten", -"A valid password must be provided" => "Es muss ein gültiges Passwort angegeben werden", -"Warning: Home directory for user \"{user}\" already exists" => "Warnung: Das Benutzerverzeichnis für den Benutzer \"{user}\" existiert bereits", -"__language_name__" => "Deutsch (Förmlich: Sie)", -"Personal Info" => "Persönliche Informationen", -"SSL root certificates" => "SSL-Root-Zertifikate", -"Encryption" => "Verschlüsselung", -"Everything (fatal issues, errors, warnings, info, debug)" => "Alles (fatale Probleme, Fehler, Warnungen, Infos, Fehlerdiagnose)", -"Info, warnings, errors and fatal issues" => "Infos, Warnungen, Fehler und fatale Probleme", -"Warnings, errors and fatal issues" => "Warnungen, Fehler und fatale Probleme", -"Errors and fatal issues" => "Fehler und fatale Probleme", -"Fatal issues only" => "Nur kritische Fehler", -"None" => "Keine", -"Login" => "Anmelden", -"Plain" => "Plain", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Sicherheitshinweis", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Sie greifen auf %s via HTTP zu. Wir empfehlen Ihnen dringend, Ihren Server so konfigurieren, dass stattdessen HTTPS verlangt wird.", -"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." => "Ihr Datenverzeichnis und Ihre Dateien sind möglicherweise aus dem Internet erreichbar. Die .htaccess-Datei funktioniert nicht. Wir raten Ihnen dringend, dass Sie Ihren Webserver dahingehend konfigurieren, dass Ihr Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder Sie verschieben das Datenverzeichnis außerhalb des Wurzelverzeichnisses des Webservers.", -"Setup Warning" => "Einrichtungswarnung", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie z.B. OPcache oder eAccelerator verursacht.", -"Database Performance Info" => "Info zur Datenbankleistung", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite wird als Datenbank verwendet. Für größere Installationen muss das geändert werden. Zur Migration in eine andere Datenbank muss in der Befehlszeile »occ db:convert-type« verwendet werden.", -"Module 'fileinfo' missing" => "Das Modul 'fileinfo' fehlt", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen Ihnen dieses Modul zu aktivieren, um die besten Resultate bei der Bestimmung der Dateitypen zu erzielen.", -"Your PHP version is outdated" => "Ihre PHP-Version ist veraltet", -"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." => "Ihre PHP-Version ist veraltet. Wir empfehlen dringend auf die Version 5.3.8 oder neuer zu aktualisieren, da ältere Versionen kompromittiert werden können. Es ist möglich, dass diese Installation nicht richtig funktioniert.", -"PHP charset is not set to UTF-8" => "PHP-Zeichensatz ist nicht auf UTF-8 eingestellt", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP-Zeichensatz ist nicht auf UTF-8 eingestellt. Das kann Fehler mit Nicht-ASCII-Zeichen in Dateinamen verursachen. Wir empfehlen daher den Wert von »default_charset« in der php.ini auf »UTF-8« zu ändern.", -"Locale not working" => "Die Lokalisierung funktioniert nicht", -"System locale can not be set to a one which supports UTF-8." => "Systemgebietsschema kann nicht auf eine UTF-8 unterstützende eingestellt werden.", -"This means that there might be problems with certain characters in file names." => "Dieses bedeutet, dass es Probleme mit bestimmten Zeichen in den Dateinamen geben kann.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Wir empfehlen dringend, die erforderlichen Pakete auf Ihrem System zu installieren, damit eine der folgenden Gebietsschemas unterstützt wird: %s.", -"URL generation in notification emails" => "Adresserstellung in E-Mail-Benachrichtungen", -"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\")" => "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron aus dem System genutzt wird, kann es zu Fehlern bei der Adresserstellung kommen. Um dieses zu verhindern, stellen Sie bitte die »overwritewebroot«-Option in Ihrer config.php auf das Internetwurzelverzeichnis Ihrer Installation (Vorschlag: »%s«).", -"Connectivity checks" => "Verbindungsüberprüfungen", -"No problems found" => "Keine Probleme gefunden", -"Please double check the installation guides." => "Bitte prüfen Sie die Installationsanleitungen.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Letzter Cron wurde um %s ausgeführt.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Letzter Cron wurde um %s ausgeführt. Dies ist mehr als eine Stunde her, möglicherweise liegt ein Fehler vor.", -"Cron was not executed yet!" => "Cron wurde bis jetzt noch nicht ausgeführt!", -"Execute one task with each page loaded" => "Eine Aufgabe bei jedem Laden der Seite ausführen", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Benutzen Sie den System-Crondienst, um die cron.php alle 15 Minuten aufzurufen.", -"Sharing" => "Teilen", -"Allow apps to use the Share API" => "Anwendungen erlauben, die Share-API zu benutzen", -"Allow users to share via link" => "Benutzern erlauben, über Links Inhalte freizugeben", -"Enforce password protection" => "Passwortschutz erzwingen", -"Allow public uploads" => "Öffentliches Hochladen erlauben", -"Set default expiration date" => "Standardablaufdatum einstellen", -"Expire after " => "Ablauf nach ", -"days" => "Tagen", -"Enforce expiration date" => "Ablaufdatum erzwingen", -"Allow resharing" => "Erlaube Weiterverteilen", -"Restrict users to only share with users in their groups" => "Nutzer nur auf das Teilen in ihren Gruppen beschränken", -"Allow users to send mail notification for shared files" => "Benutzern erlauben E-Mail-Benachrichtigungen für freigegebene Dateien zu senden", -"Exclude groups from sharing" => "Gruppen von Freigaben ausschließen", -"These groups will still be able to receive shares, but not to initiate them." => "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", -"Security" => "Sicherheit", -"Enforce HTTPS" => "HTTPS erzwingen", -"Forces the clients to connect to %s via an encrypted connection." => "Zwingt die clientseitigen Anwendungen, verschlüsselte Verbindungen zu %s herzustellen.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Bitte verbinden Sie sich zu Ihrem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", -"Email Server" => "E-Mail-Server", -"This is used for sending out notifications." => "Dies wird für das Senden von Benachrichtigungen verwendet.", -"Send mode" => "Sendemodus", -"From address" => "Absender-Adresse", -"mail" => "Mail", -"Authentication method" => "Legitimierungsmethode", -"Authentication required" => "Authentifizierung benötigt", -"Server address" => "Adresse des Servers", -"Port" => "Port", -"Credentials" => "Zugangsdaten", -"SMTP Username" => "SMTP Benutzername", -"SMTP Password" => "SMTP Passwort", -"Store credentials" => "Anmeldeinformationen speichern", -"Test email settings" => "E-Mail-Einstellungen testen", -"Send email" => "E-Mail senden", -"Log" => "Log", -"Log level" => "Log-Level", -"More" => "Mehr", -"Less" => "Weniger", -"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", -"by" => "von", -"licensed" => "Lizenziert", -"Documentation:" => "Dokumentation:", -"User Documentation" => "Dokumentation für Benutzer", -"Admin Documentation" => "Dokumentation für Administratoren", -"Update to %s" => "Aktualisierung auf %s", -"Enable only for specific groups" => "Nur für bestimmte Gruppen aktivieren", -"Uninstall App" => "App deinstallieren", -"Administrator Documentation" => "Dokumentation für Administratoren", -"Online Documentation" => "Online-Dokumentation", -"Forum" => "Forum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Kommerzieller Support", -"Get the apps to sync your files" => "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Wenn Sie das Projekt unterstützen wollen,\n\t\tkönnen Sie an der Entwicklung teilnehmen\n\t\toder\n\t\tanderen von diesem Projekt berichten!", -"Show First Run Wizard again" => "Den Einrichtungsassistenten erneut anzeigen", -"You have used %s of the available %s" => "Sie verwenden %s der verfügbaren %s", -"Password" => "Passwort", -"Your password was changed" => "Ihr Passwort wurde geändert.", -"Unable to change your password" => "Das Passwort konnte nicht geändert werden", -"Current password" => "Aktuelles Passwort", -"New password" => "Neues Passwort", -"Change password" => "Passwort ändern", -"Full Name" => "Vollständiger Name", -"Email" => "E-Mail", -"Your email address" => "Ihre E-Mail-Adresse", -"Fill in an email address to enable password recovery and receive notifications" => "Geben Sie eine E-Mail-Adresse an, um eine Wiederherstellung des Passworts zu ermöglichen und Benachrichtigungen zu empfangen", -"Profile picture" => "Profilbild", -"Upload new" => "Neues hochladen", -"Select new from Files" => "Neues aus Dateien wählen", -"Remove image" => "Bild entfernen", -"Either png or jpg. Ideally square but you will be able to crop it." => "Entweder PNG oder JPG. Im Idealfall quadratisch, aber Sie können es zuschneiden.", -"Your avatar is provided by your original account." => "Ihr Avatar wird von Ihrem Ursprungskonto verwendet.", -"Cancel" => "Abbrechen", -"Choose as profile image" => "Als Profilbild wählen", -"Language" => "Sprache", -"Help translate" => "Helfen Sie bei der Übersetzung", -"Common Name" => "Zuname", -"Valid until" => "Gültig bis", -"Issued By" => "Ausgestellt von:", -"Valid until %s" => "Gültig bis %s", -"Import Root Certificate" => "Root-Zertifikate importieren", -"The encryption app is no longer enabled, please decrypt all your files" => "Die Verschlüsselungsanwendung ist nicht länger aktiv, bitte entschlüsseln Sie alle ihre Daten", -"Log-in password" => "Login-Passwort", -"Decrypt all Files" => "Alle Dateien entschlüsseln", -"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." => "Ihre Verschlüsselungsschlüssel wiederherstellen wurden zu einem Backup-Speicherort verschoben. Wenn irgendetwas schief läuft können die Schlüssel wiederhergestellt werden. Löschen Sie diese nur dann dauerhaft, wenn Sie sich sicher sind, dass alle Dateien korrekt entschlüsselt wurden.", -"Restore Encryption Keys" => "Verschlüsselungsschlüssel wiederherstellen", -"Delete Encryption Keys" => "Verschlüsselungsschlüssel löschen", -"Show storage location" => "Speicherort anzeigen", -"Show last log in" => "Letzte Anmeldung anzeigen", -"Login Name" => "Loginname", -"Create" => "Erstellen", -"Admin Recovery Password" => "Admin-Passwort-Wiederherstellung", -"Enter the recovery password in order to recover the users files during password change" => "Geben Sie das Wiederherstellungspasswort ein, um die Benutzerdateien während Passwortänderung wiederherzustellen", -"Search Users and Groups" => "Benutzer und Gruppen suchen", -"Add Group" => "Gruppe hinzufügen", -"Group" => "Gruppe", -"Everyone" => "Jeder", -"Admins" => "Administratoren", -"Default Quota" => "Standardkontingent", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Bitte Speicherkontingent eingeben (z.B.: „512 MB“ oder „12 GB“)", -"Unlimited" => "Unbegrenzt", -"Other" => "Andere", -"Username" => "Benutzername", -"Group Admin for" => "Gruppenadministrator für", -"Quota" => "Kontingent", -"Storage Location" => "Speicherort", -"Last Login" => "Letzte Anmeldung", -"change full name" => "Vollständigen Namen ändern", -"set new password" => "Neues Passwort setzen", -"Default" => "Standard" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/el.js b/settings/l10n/el.js new file mode 100644 index 0000000000..d4c75399fa --- /dev/null +++ b/settings/l10n/el.js @@ -0,0 +1,237 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Ενεργοποιημένο", + "Not enabled" : "Μη ενεργοποιημένο", + "Recommended" : "Προτείνεται", + "Authentication error" : "Σφάλμα πιστοποίησης", + "Your full name has been changed." : "Το πλήρες όνομά σας άλλαξε.", + "Unable to change full name" : "Δεν ήταν δυνατή η αλλαγή του πλήρους ονόματός σας", + "Group already exists" : "Η ομάδα υπάρχει ήδη", + "Unable to add group" : "Αδυναμία προσθήκης ομάδας", + "Files decrypted successfully" : "Τα αρχεία αποκρυπτογραφήθηκαν με επιτυχία", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Δεν ήταν δυνατή η αποκρυπτογράφηση των αρχείων, παρακαλώ ελέγξτε το owncloud.log ή ενημερωθείτε από τον διαχειριστή συστημάτων σας", + "Couldn't decrypt your files, check your password and try again" : "Δεν ήταν δυνατή η αποκρυπτογράφηση των αρχείων σας, ελέγξτε τον κωδικό πρόσβασής σας και δοκιμάστε πάλι", + "Encryption keys deleted permanently" : "Τα κλειδιά κρυπτογράφησης αφαιρέθηκαν οριστικά", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Δεν ήταν δυνατή η οριστική διαγραφή των κλειδιών κρυπτογράφησής σας, παρακαλώ ελέγξτε το owncloud.log ή επικοινωνήστε με τον διαχειριστή σας", + "Couldn't remove app." : "Αδυναμία αφαίρεσης εφαρμογής.", + "Email saved" : "Το email αποθηκεύτηκε ", + "Invalid email" : "Μη έγκυρο email", + "Unable to delete group" : "Αδυναμία διαγραφής ομάδας", + "Unable to delete user" : "Αδυναμία διαγραφής χρήστη", + "Backups restored successfully" : "Η επαναφορά αντιγράφων ασφαλείας έγινε με επιτυχία", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Δεν ήταν δυνατή η επαναφορά των κλειδιών κρυπτογράφησής σας, παρακαλώ ελέγξτε το owncloud.log ή επικοινωνήστε με τον διαχειριστή σας", + "Language changed" : "Η γλώσσα άλλαξε", + "Invalid request" : "Μη έγκυρο αίτημα", + "Admins can't remove themself from the admin group" : "Οι διαχειριστές δεν μπορούν να αφαιρέσουν τους εαυτούς τους από την ομάδα των διαχειριστών", + "Unable to add user to group %s" : "Αδυναμία προσθήκη χρήστη στην ομάδα %s", + "Unable to remove user from group %s" : "Αδυναμία αφαίρεσης χρήστη από την ομάδα %s", + "Couldn't update app." : "Αδυναμία ενημέρωσης εφαρμογής", + "Wrong password" : "Εσφαλμένο συνθηματικό", + "No user supplied" : "Δεν εισήχθη χρήστης", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Παρακαλώ παρέχετε έναν κωδικό ανάκτησης διαχειριστή, διαφορετικά όλα τα δεδομένα χρήστη θα χαθούν", + "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" : "Αδυναμία αλλαγής συνθηματικού", + "Saved" : "Αποθηκεύτηκαν", + "test email settings" : "δοκιμή ρυθμίσεων email", + "If you received this email, the settings seem to be correct." : "Εάν λάβατε αυτό το email, οι ρυθμίσεις δείχνουν να είναι σωστές.", + "A problem occurred while sending the email. Please revise your settings." : "Παρουσιάστηκε ένα σφάλμα κατά την αποστολή του email. Παρακαλώ αναθεωρήστε τις ρυθμίσεις σας.", + "Email sent" : "Το Email απεστάλη ", + "You need to set your user email before being able to send test emails." : "Πρέπει να ορίσετε το email του χρήστη πριν να είστε σε θέση να στείλετε δοκιμαστικά emails.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Είστε πραγματικά σίγουροι ότι θέλετε να προσθέσετε το \"{domain}\" σαν αξιόπιστη περιοχή;", + "Add trusted domain" : "Προσθέστε αξιόπιστη περιοχή", + "Sending..." : "Αποστέλεται...", + "All" : "Όλες", + "Please wait...." : "Παρακαλώ περιμένετε...", + "Error while disabling app" : "Σφάλμα κατά την απενεργοποίηση εισόδου", + "Disable" : "Απενεργοποίηση", + "Enable" : "Ενεργοποίηση", + "Error while enabling app" : "Σφάλμα κατά την ενεργοποίηση της εφαρμογής", + "Updating...." : "Ενημέρωση...", + "Error while updating app" : "Σφάλμα κατά την ενημέρωση της εφαρμογής", + "Updated" : "Ενημερώθηκε", + "Uninstalling ...." : "Απεγκατάσταση ....", + "Error while uninstalling app" : "Σφάλμα κατά την απεγκατάσταση της εφαρμογής", + "Uninstall" : "Απεγκατάσταση", + "Select a profile picture" : "Επιλογή εικόνας προφίλ", + "Very weak password" : "Πολύ αδύναμο συνθηματικό", + "Weak password" : "Αδύναμο συνθηματικό", + "So-so password" : "Μέτριο συνθηματικό", + "Good password" : "Καλό συνθηματικό", + "Strong password" : "Δυνατό συνθηματικό", + "Valid until {date}" : "Έγκυρο έως {date}", + "Delete" : "Διαγραφή", + "Decrypting files... Please wait, this can take some time." : "Αποκρυπτογράφηση αρχείων... Παρακαλώ περιμένετε, αυτό μπορεί να πάρει κάποιο χρόνο.", + "Delete encryption keys permanently." : "Οριστική διαγραφή των κλειδιων κρυπτογράφησης.", + "Restore encryption keys." : "Επαναφορά των κλειδιών κρυπτογράφησης.", + "Groups" : "Ομάδες", + "Unable to delete {objName}" : "Αδυναμία διαγραφής του {objName}", + "Error creating group" : "Σφάλμα δημιουργίας ομάδας", + "A valid group name must be provided" : "Πρέπει να δοθεί ένα έγκυρο όνομα ομάδας", + "deleted {groupName}" : "διαγραφή {groupName}", + "undo" : "αναίρεση", + "never" : "ποτέ", + "deleted {userName}" : "διαγραφή {userName}", + "add group" : "προσθήκη ομάδας", + "A valid username must be provided" : "Πρέπει να δοθεί έγκυρο όνομα χρήστη", + "Error creating user" : "Σφάλμα δημιουργίας χρήστη", + "A valid password must be provided" : "Πρέπει να δοθεί έγκυρο συνθηματικό", + "Warning: Home directory for user \"{user}\" already exists" : "Προειδοποίηση: Ο μητρικός κατάλογος του χρήστη \"{user}\" υπάρχει ήδη", + "__language_name__" : "__όνομα_γλώσσας__", + "Personal Info" : "Προσωπικές Πληροφορίες", + "SSL root certificates" : "Πιστοποιητικά SSL root", + "Encryption" : "Κρυπτογράφηση", + "Everything (fatal issues, errors, warnings, info, debug)" : "Όλα (καίρια ζητήματα, σφάλματα, προειδοποιήσεις, πληροφορίες, αποσφαλμάτωση)", + "Info, warnings, errors and fatal issues" : "Πληροφορίες, προειδοποιήσεις, σφάλματα και καίρια ζητήματα", + "Warnings, errors and fatal issues" : "Προειδοποιήσεις, σφάλματα και καίρια ζητήματα", + "Errors and fatal issues" : "Σφάλματα και καίρια ζητήματα", + "Fatal issues only" : "Καίρια ζητήματα μόνο", + "None" : "Τίποτα", + "Login" : "Σύνδεση", + "Plain" : "Απλό", + "NT LAN Manager" : "Διαχειριστης NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Προειδοποίηση Ασφαλείας", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Έχετε πρόσβαση στο %s μέσω HTTP. Προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας ώστε να απαιτεί χρήση 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." : "Ο κατάλογος δεδομένων και τα αρχεία σας πιθανόν να είναι διαθέσιμα στο διαδίκτυο. Το αρχείο .htaccess δεν δουλεύει. Σας προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων έξω από τη ρίζα του καταλόγου του διακομιστή.", + "Setup Warning" : "Ρύθμιση Προειδοποίησης", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Ο PHP φαίνεται να είναι ρυθμισμένος ώστε να αφαιρεί μπλοκ εσωτερικών κειμένων (inline doc). Αυτό θα καταστήσει κύριες εφαρμογές μη-διαθέσιμες.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Αυτό πιθανόν προκλήθηκε από προσωρινή μνήμη (cache)/επιταχυντή όπως τη Zend OPcache ή τον eAccelerator.", + "Database Performance Info" : "Πληροφορίες Επίδοσης Βάσης Δεδομένων", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Ως βάση δεδομένων χρησιμοποιείται η SQLite. Για μεγαλύτερες εγκαταστάσεις συνιστούμε να την αλλάξετε. Για να μετακινηθείτε σε μια άλλη βάση δεδομένων χρησιμοποιείστε το εργαλείο γραμμής εντολών: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Η ενοτητα 'fileinfo' λειπει", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Η PHP ενοτητα 'fileinfo' λειπει. Σας συνιστούμε να ενεργοποιήσετε αυτή την ενότητα για να έχετε καλύτερα αποτελέσματα με τον εντοπισμό τύπου MIME. ", + "Your PHP version is outdated" : "Η έκδοση PHP είναι απαρχαιωμένη", + "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." : "Η έκδοση PHP είναι απαρχαιωμένη. Συνιστούμε ανεπιφύλακτα να ενημερώσετε στην 5.3.8 ή νεώτερη καθώς παλαιότερες εκδόσεις είναι γνωστό πως περιέχουν σφάλματα. Είναι πιθανόν ότι αυτή η εγκατάσταση δεν λειτουργεί σωστά.", + "PHP charset is not set to UTF-8" : "Το σύνολο χαρακτήρων PHP δεν έχει οριστεί στο UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Το σύνολο χαρακτήρων PHP δεν έχει οριστεί στο UTF-8. Αυτό μπορεί να προκαλέσει τεράστια ζητήματα με χωρίς-ASCII χαρακτήρες στα ονόματα των αρχείων. Συνιστούμε ανεπιφύλακτα να αλλάξετε την αξία του 'default_charset' php.ini στο 'UTF-8'.", + "Locale not working" : "Η μετάφραση δεν δουλεύει", + "System locale can not be set to a one which supports UTF-8." : "Οι ρυθμίσεις τοποθεσίας συστήματος δεν μπορούν να οριστούν σε κάποιες που δεν υποστηρίζουν UTF-8.", + "This means that there might be problems with certain characters in file names." : "Αυτό σημαίνει ότι μπορεί να υπάρχουν προβλήματα με κάποιους χαρακτήρες στα ονόματα αρχείων.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Συνιστούμε σοβαρά να εγκαταστήσετε τα απαιτούμενα πακέτα στο σύστημά σας ώστε να υποστηρίζεται μια από τις ακόλουθες ρυθμίσεις τοποθεσίας: %s.", + "URL generation in notification emails" : "Δημιουργία URL στις ειδοποιήσεις ηλεκτρονικού ταχυδρομείου", + "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\")" : "Αν η εγκατάστασή σας δεν είναι εγκατεστημένη στη ρίζα της περιοχής και χρησιμοποιεί το cron του συστήματος, μπορεί να υπάρξουν ζητήματα με τη δημιουργία URL. Για να αποφύγετε αυτά τα προβλήματα, παρακαλώ ρυθμίστε την επιλογή \"overwritewebroot\" στον config.php φάκελό σας στη διαδρομή webroot της εγκατάστασής σας (Suggested: \"%s\")", + "Connectivity checks" : "Έλεγχοι συνδεσιμότητας", + "No problems found" : "Δεν βρέθηκαν προβλήματα", + "Please double check the installation guides." : "Ελέγξτε ξανά τις οδηγίες εγκατάστασης.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Η τελευταία εκτέλεση του cron ήταν στις %s", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Η τελευταία εκτέλεση του cron ήταν στις %s. Αυτό είναι πάνω από μια ώρα πριν, ίσως κάτι δεν πάει καλά.", + "Cron was not executed yet!" : "Η διεργασία cron δεν έχει εκτελεστεί ακόμα!", + "Execute one task with each page loaded" : "Εκτελεί μια διεργασία κάθε φορά που φορτώνεται μια σελίδα", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Το cron.php είναι καταχωρημένο σε μια υπηρεσία webcron ώστε να καλεί το cron.php κάθε 15 λεπτά μέσω http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Χρησιμοποιήστε την cron υπηρεσία του συτήματος για να καλέσετε το cron.php αρχείο κάθε 15 λεπτά.", + "Sharing" : "Διαμοιρασμός", + "Allow apps to use the Share API" : "Επιτρέπει την χρήση του API διαμοιρασμού σε εφαρμογές ", + "Allow users to share via link" : "Να επιτρέπεται σε χρήστες ο διαμοιρασμός μέσω συνδέσμου", + "Enforce password protection" : "Επιβολή προστασίας με κωδικό", + "Allow public uploads" : "Επιτρέπεται το κοινόχρηστο ανέβασμα", + "Set default expiration date" : "Ορισμός ερήμην ημερομηνίας λήξης", + "Expire after " : "Λήξη μετά από", + "days" : "ημέρες", + "Enforce expiration date" : "Επιβολή της ημερομηνίας λήξης", + "Allow resharing" : "Επιτρέπεται ο επαναδιαμοιρασμός", + "Restrict users to only share with users in their groups" : "Να επιτρέπεται σε χρήστες ο διαμοιρασμός μόνο με χρήστες που ανήκουν στις ομάδες τους", + "Allow users to send mail notification for shared files" : "Επιτρέψτε στους χρήστες να στέλνουν ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου για κοινόχρηστα αρχεία", + "Exclude groups from sharing" : "Εξαίρεση ομάδων από τον διαμοιρασμό", + "These groups will still be able to receive shares, but not to initiate them." : "Αυτές οι ομάδες θα συνεχίσουν να λαμβάνουν διαμοιρασμούς, αλλά δεν θα είναι δυνατό να τους δημιουργήσουν.", + "Security" : "Ασφάλεια", + "Enforce HTTPS" : "Επιβολή χρήσης HTTPS", + "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." : "Παρακαλώ συνδεθείτε στο %s σας μέσω HTTPS για να ενεργοποιήσετε ή να απενεργοποιήσετε την επιβολή του SSL.", + "Email Server" : "Διακομιστής Email", + "This is used for sending out notifications." : "Χρησιμοποιείται για αποστολή ειδοποιήσεων.", + "Send mode" : "Κατάσταση αποστολής", + "From address" : "Από τη διεύθυνση", + "mail" : "ταχυδρομείο", + "Authentication method" : "Μέθοδος πιστοποίησης", + "Authentication required" : "Απαιτείται πιστοποίηση", + "Server address" : "Διεύθυνση διακομιστή", + "Port" : "Θύρα", + "Credentials" : "Πιστοποιητικά", + "SMTP Username" : "Όνομα χρήστη SMTP", + "SMTP Password" : "Συνθηματικό SMTP", + "Store credentials" : "Διαπιστευτήρια αποθήκευσης", + "Test email settings" : "Δοκιμή ρυθμίσεων email", + "Send email" : "Αποστολή email", + "Log" : "Καταγραφές", + "Log level" : "Επίπεδο καταγραφής", + "More" : "Περισσότερα", + "Less" : "Λιγότερα", + "Version" : "Έκδοση", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Αναπτύχθηκε από την κοινότητα ownCloud. Ο πηγαίος κώδικας είναι υπό άδεια χρήσης AGPL.", + "More apps" : "Περισσότερες εφαρμογές", + "Add your app" : "Προσθέστε την Εφαρμογή σας ", + "by" : "από", + "Documentation:" : "Τεκμηρίωση:", + "User Documentation" : "Τεκμηρίωση Χρήστη", + "Admin Documentation" : "Τεκμηρίωση Διαχειριστή", + "Update to %s" : "Ενημέρωση σε %s", + "Enable only for specific groups" : "Ενεργοποίηση μόνο για καθορισμένες ομάδες", + "Uninstall App" : "Απεγκατάσταση Εφαρμογής", + "Administrator Documentation" : "Τεκμηρίωση Διαχειριστή", + "Online Documentation" : "Τεκμηρίωση στο Διαδίκτυο", + "Forum" : "Φόρουμ", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Εμπορική Υποστήριξη", + "Get the apps to sync your files" : "Λήψη της εφαρμογής για συγχρονισμό των αρχείων σας", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Αν θέλετε να στηρίξετε το έργο\n\n⇥⇥συνησφέρετε στην ανάπτυξη\n\n⇥⇥ή\n\n⇥⇥διαδώστε το!", + "Show First Run Wizard again" : "Προβολή Οδηγού Πρώτης Εκτέλεσης ξανά", + "You have used %s of the available %s" : "Χρησιμοποιήσατε %s από τα %s διαθέσιμα", + "Password" : "Συνθηματικό", + "Your password was changed" : "Το συνθηματικό σας έχει αλλάξει", + "Unable to change your password" : "Δεν ήταν δυνατή η αλλαγή του κωδικού πρόσβασης", + "Current password" : "Τρέχων συνθηματικό", + "New password" : "Νέο συνθηματικό", + "Change password" : "Αλλαγή συνθηματικού", + "Full Name" : "Πλήρες όνομα", + "Email" : "Ηλεκτρονικό ταχυδρομείο", + "Your email address" : "Η διεύθυνση ηλ. ταχυδρομείου σας", + "Fill in an email address to enable password recovery and receive notifications" : "Συμπληρώστε μια διεύθυνση email για να ενεργοποιήσετε την επαναφορά συνθηματικού και να λαμβάνετε ειδοποιήσεις", + "Profile picture" : "Φωτογραφία προφίλ", + "Upload new" : "Μεταφόρτωση νέου", + "Select new from Files" : "Επιλογή νέου από τα Αρχεία", + "Remove image" : "Αφαίρεση εικόνας", + "Either png or jpg. Ideally square but you will be able to crop it." : "Είτε png ή jpg. Ιδανικά τετράγωνη αλλά θα είστε σε θέση να την περικόψετε.", + "Your avatar is provided by your original account." : "Το άβατάρ σας παρέχεται από τον αρχικό σας λογαριασμό.", + "Cancel" : "Άκυρο", + "Choose as profile image" : "Επιλογή εικόνας προφίλ", + "Language" : "Γλώσσα", + "Help translate" : "Βοηθήστε στη μετάφραση", + "Common Name" : "Κοινό Όνομα", + "Valid until" : "Έγκυρο έως", + "Issued By" : "Έκδόθηκε από", + "Valid until %s" : "Έγκυρο έως %s", + "Import Root Certificate" : "Εισαγωγή Πιστοποιητικού Root", + "The encryption app is no longer enabled, please decrypt all your files" : "Η εφαρμογή κρυπτογράφησης δεν είναι πλέον ενεργοποιημένη, παρακαλώ αποκρυπτογραφήστε όλα τα αρχεία σας", + "Log-in password" : "Συνθηματικό εισόδου", + "Decrypt all Files" : "Αποκρυπτογράφηση όλων των Αρχείων", + "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." : "Τα κλειδιά κρυπτογράφησής σας μεταφέρονται σε θέση αντιγράφου ασφαλείας. Αν κάτι πάει στραβά, μπορείτε να τα επαναφέρετε. Διαγράψτε τα οριστικά μόνο αν είστε βέβαιοι ότι όλα τα αρχεία αποκρυπτογραφήθηκαν σωστά.", + "Restore Encryption Keys" : "Επαναφορά κλειδιών κρυπτογράφησης", + "Delete Encryption Keys" : "Διαγραφή κλειδιών κρυπτογράφησης", + "Show storage location" : "Εμφάνιση τοποθεσίας αποθήκευσης", + "Show last log in" : "Εμφάνιση τελευταίας εισόδου", + "Login Name" : "Όνομα Σύνδεσης", + "Create" : "Δημιουργία", + "Admin Recovery Password" : "Κωδικός Επαναφοράς Διαχειριστή ", + "Enter the recovery password in order to recover the users files during password change" : "Εισάγετε το συνθηματικό ανάκτησης ώστε να ανακτήσετε τα αρχεία χρηστών κατά την αλλαγή συνθηματικού", + "Search Users and Groups" : "Αναζήτηση Χρηστών και Ομάδων", + "Add Group" : "Προσθήκη Ομάδας", + "Group" : "Ομάδα", + "Everyone" : "Όλοι", + "Admins" : "Διαχειριστές", + "Default Quota" : "Προεπιλεγμένο Όριο", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Παρακαλώ εισάγετε επιτρεπόμενα μερίδια αποθηκευτικού χώρου (π.χ. \"512 MB\" ή \"12 GB\")", + "Unlimited" : "Απεριόριστο", + "Other" : "Άλλο", + "Username" : "Όνομα χρήστη", + "Quota" : "Σύνολο Χώρου", + "Storage Location" : "Τοποθεσία αποθηκευτικού χώρου", + "Last Login" : "Τελευταία Σύνδεση", + "change full name" : "αλλαγή πλήρους ονόματος", + "set new password" : "επιλογή νέου κωδικού", + "Default" : "Προκαθορισμένο" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/el.json b/settings/l10n/el.json new file mode 100644 index 0000000000..c2c202a320 --- /dev/null +++ b/settings/l10n/el.json @@ -0,0 +1,235 @@ +{ "translations": { + "Enabled" : "Ενεργοποιημένο", + "Not enabled" : "Μη ενεργοποιημένο", + "Recommended" : "Προτείνεται", + "Authentication error" : "Σφάλμα πιστοποίησης", + "Your full name has been changed." : "Το πλήρες όνομά σας άλλαξε.", + "Unable to change full name" : "Δεν ήταν δυνατή η αλλαγή του πλήρους ονόματός σας", + "Group already exists" : "Η ομάδα υπάρχει ήδη", + "Unable to add group" : "Αδυναμία προσθήκης ομάδας", + "Files decrypted successfully" : "Τα αρχεία αποκρυπτογραφήθηκαν με επιτυχία", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Δεν ήταν δυνατή η αποκρυπτογράφηση των αρχείων, παρακαλώ ελέγξτε το owncloud.log ή ενημερωθείτε από τον διαχειριστή συστημάτων σας", + "Couldn't decrypt your files, check your password and try again" : "Δεν ήταν δυνατή η αποκρυπτογράφηση των αρχείων σας, ελέγξτε τον κωδικό πρόσβασής σας και δοκιμάστε πάλι", + "Encryption keys deleted permanently" : "Τα κλειδιά κρυπτογράφησης αφαιρέθηκαν οριστικά", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Δεν ήταν δυνατή η οριστική διαγραφή των κλειδιών κρυπτογράφησής σας, παρακαλώ ελέγξτε το owncloud.log ή επικοινωνήστε με τον διαχειριστή σας", + "Couldn't remove app." : "Αδυναμία αφαίρεσης εφαρμογής.", + "Email saved" : "Το email αποθηκεύτηκε ", + "Invalid email" : "Μη έγκυρο email", + "Unable to delete group" : "Αδυναμία διαγραφής ομάδας", + "Unable to delete user" : "Αδυναμία διαγραφής χρήστη", + "Backups restored successfully" : "Η επαναφορά αντιγράφων ασφαλείας έγινε με επιτυχία", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Δεν ήταν δυνατή η επαναφορά των κλειδιών κρυπτογράφησής σας, παρακαλώ ελέγξτε το owncloud.log ή επικοινωνήστε με τον διαχειριστή σας", + "Language changed" : "Η γλώσσα άλλαξε", + "Invalid request" : "Μη έγκυρο αίτημα", + "Admins can't remove themself from the admin group" : "Οι διαχειριστές δεν μπορούν να αφαιρέσουν τους εαυτούς τους από την ομάδα των διαχειριστών", + "Unable to add user to group %s" : "Αδυναμία προσθήκη χρήστη στην ομάδα %s", + "Unable to remove user from group %s" : "Αδυναμία αφαίρεσης χρήστη από την ομάδα %s", + "Couldn't update app." : "Αδυναμία ενημέρωσης εφαρμογής", + "Wrong password" : "Εσφαλμένο συνθηματικό", + "No user supplied" : "Δεν εισήχθη χρήστης", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Παρακαλώ παρέχετε έναν κωδικό ανάκτησης διαχειριστή, διαφορετικά όλα τα δεδομένα χρήστη θα χαθούν", + "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" : "Αδυναμία αλλαγής συνθηματικού", + "Saved" : "Αποθηκεύτηκαν", + "test email settings" : "δοκιμή ρυθμίσεων email", + "If you received this email, the settings seem to be correct." : "Εάν λάβατε αυτό το email, οι ρυθμίσεις δείχνουν να είναι σωστές.", + "A problem occurred while sending the email. Please revise your settings." : "Παρουσιάστηκε ένα σφάλμα κατά την αποστολή του email. Παρακαλώ αναθεωρήστε τις ρυθμίσεις σας.", + "Email sent" : "Το Email απεστάλη ", + "You need to set your user email before being able to send test emails." : "Πρέπει να ορίσετε το email του χρήστη πριν να είστε σε θέση να στείλετε δοκιμαστικά emails.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Είστε πραγματικά σίγουροι ότι θέλετε να προσθέσετε το \"{domain}\" σαν αξιόπιστη περιοχή;", + "Add trusted domain" : "Προσθέστε αξιόπιστη περιοχή", + "Sending..." : "Αποστέλεται...", + "All" : "Όλες", + "Please wait...." : "Παρακαλώ περιμένετε...", + "Error while disabling app" : "Σφάλμα κατά την απενεργοποίηση εισόδου", + "Disable" : "Απενεργοποίηση", + "Enable" : "Ενεργοποίηση", + "Error while enabling app" : "Σφάλμα κατά την ενεργοποίηση της εφαρμογής", + "Updating...." : "Ενημέρωση...", + "Error while updating app" : "Σφάλμα κατά την ενημέρωση της εφαρμογής", + "Updated" : "Ενημερώθηκε", + "Uninstalling ...." : "Απεγκατάσταση ....", + "Error while uninstalling app" : "Σφάλμα κατά την απεγκατάσταση της εφαρμογής", + "Uninstall" : "Απεγκατάσταση", + "Select a profile picture" : "Επιλογή εικόνας προφίλ", + "Very weak password" : "Πολύ αδύναμο συνθηματικό", + "Weak password" : "Αδύναμο συνθηματικό", + "So-so password" : "Μέτριο συνθηματικό", + "Good password" : "Καλό συνθηματικό", + "Strong password" : "Δυνατό συνθηματικό", + "Valid until {date}" : "Έγκυρο έως {date}", + "Delete" : "Διαγραφή", + "Decrypting files... Please wait, this can take some time." : "Αποκρυπτογράφηση αρχείων... Παρακαλώ περιμένετε, αυτό μπορεί να πάρει κάποιο χρόνο.", + "Delete encryption keys permanently." : "Οριστική διαγραφή των κλειδιων κρυπτογράφησης.", + "Restore encryption keys." : "Επαναφορά των κλειδιών κρυπτογράφησης.", + "Groups" : "Ομάδες", + "Unable to delete {objName}" : "Αδυναμία διαγραφής του {objName}", + "Error creating group" : "Σφάλμα δημιουργίας ομάδας", + "A valid group name must be provided" : "Πρέπει να δοθεί ένα έγκυρο όνομα ομάδας", + "deleted {groupName}" : "διαγραφή {groupName}", + "undo" : "αναίρεση", + "never" : "ποτέ", + "deleted {userName}" : "διαγραφή {userName}", + "add group" : "προσθήκη ομάδας", + "A valid username must be provided" : "Πρέπει να δοθεί έγκυρο όνομα χρήστη", + "Error creating user" : "Σφάλμα δημιουργίας χρήστη", + "A valid password must be provided" : "Πρέπει να δοθεί έγκυρο συνθηματικό", + "Warning: Home directory for user \"{user}\" already exists" : "Προειδοποίηση: Ο μητρικός κατάλογος του χρήστη \"{user}\" υπάρχει ήδη", + "__language_name__" : "__όνομα_γλώσσας__", + "Personal Info" : "Προσωπικές Πληροφορίες", + "SSL root certificates" : "Πιστοποιητικά SSL root", + "Encryption" : "Κρυπτογράφηση", + "Everything (fatal issues, errors, warnings, info, debug)" : "Όλα (καίρια ζητήματα, σφάλματα, προειδοποιήσεις, πληροφορίες, αποσφαλμάτωση)", + "Info, warnings, errors and fatal issues" : "Πληροφορίες, προειδοποιήσεις, σφάλματα και καίρια ζητήματα", + "Warnings, errors and fatal issues" : "Προειδοποιήσεις, σφάλματα και καίρια ζητήματα", + "Errors and fatal issues" : "Σφάλματα και καίρια ζητήματα", + "Fatal issues only" : "Καίρια ζητήματα μόνο", + "None" : "Τίποτα", + "Login" : "Σύνδεση", + "Plain" : "Απλό", + "NT LAN Manager" : "Διαχειριστης NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Προειδοποίηση Ασφαλείας", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Έχετε πρόσβαση στο %s μέσω HTTP. Προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας ώστε να απαιτεί χρήση 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." : "Ο κατάλογος δεδομένων και τα αρχεία σας πιθανόν να είναι διαθέσιμα στο διαδίκτυο. Το αρχείο .htaccess δεν δουλεύει. Σας προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων έξω από τη ρίζα του καταλόγου του διακομιστή.", + "Setup Warning" : "Ρύθμιση Προειδοποίησης", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Ο PHP φαίνεται να είναι ρυθμισμένος ώστε να αφαιρεί μπλοκ εσωτερικών κειμένων (inline doc). Αυτό θα καταστήσει κύριες εφαρμογές μη-διαθέσιμες.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Αυτό πιθανόν προκλήθηκε από προσωρινή μνήμη (cache)/επιταχυντή όπως τη Zend OPcache ή τον eAccelerator.", + "Database Performance Info" : "Πληροφορίες Επίδοσης Βάσης Δεδομένων", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Ως βάση δεδομένων χρησιμοποιείται η SQLite. Για μεγαλύτερες εγκαταστάσεις συνιστούμε να την αλλάξετε. Για να μετακινηθείτε σε μια άλλη βάση δεδομένων χρησιμοποιείστε το εργαλείο γραμμής εντολών: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Η ενοτητα 'fileinfo' λειπει", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Η PHP ενοτητα 'fileinfo' λειπει. Σας συνιστούμε να ενεργοποιήσετε αυτή την ενότητα για να έχετε καλύτερα αποτελέσματα με τον εντοπισμό τύπου MIME. ", + "Your PHP version is outdated" : "Η έκδοση PHP είναι απαρχαιωμένη", + "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." : "Η έκδοση PHP είναι απαρχαιωμένη. Συνιστούμε ανεπιφύλακτα να ενημερώσετε στην 5.3.8 ή νεώτερη καθώς παλαιότερες εκδόσεις είναι γνωστό πως περιέχουν σφάλματα. Είναι πιθανόν ότι αυτή η εγκατάσταση δεν λειτουργεί σωστά.", + "PHP charset is not set to UTF-8" : "Το σύνολο χαρακτήρων PHP δεν έχει οριστεί στο UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Το σύνολο χαρακτήρων PHP δεν έχει οριστεί στο UTF-8. Αυτό μπορεί να προκαλέσει τεράστια ζητήματα με χωρίς-ASCII χαρακτήρες στα ονόματα των αρχείων. Συνιστούμε ανεπιφύλακτα να αλλάξετε την αξία του 'default_charset' php.ini στο 'UTF-8'.", + "Locale not working" : "Η μετάφραση δεν δουλεύει", + "System locale can not be set to a one which supports UTF-8." : "Οι ρυθμίσεις τοποθεσίας συστήματος δεν μπορούν να οριστούν σε κάποιες που δεν υποστηρίζουν UTF-8.", + "This means that there might be problems with certain characters in file names." : "Αυτό σημαίνει ότι μπορεί να υπάρχουν προβλήματα με κάποιους χαρακτήρες στα ονόματα αρχείων.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Συνιστούμε σοβαρά να εγκαταστήσετε τα απαιτούμενα πακέτα στο σύστημά σας ώστε να υποστηρίζεται μια από τις ακόλουθες ρυθμίσεις τοποθεσίας: %s.", + "URL generation in notification emails" : "Δημιουργία URL στις ειδοποιήσεις ηλεκτρονικού ταχυδρομείου", + "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\")" : "Αν η εγκατάστασή σας δεν είναι εγκατεστημένη στη ρίζα της περιοχής και χρησιμοποιεί το cron του συστήματος, μπορεί να υπάρξουν ζητήματα με τη δημιουργία URL. Για να αποφύγετε αυτά τα προβλήματα, παρακαλώ ρυθμίστε την επιλογή \"overwritewebroot\" στον config.php φάκελό σας στη διαδρομή webroot της εγκατάστασής σας (Suggested: \"%s\")", + "Connectivity checks" : "Έλεγχοι συνδεσιμότητας", + "No problems found" : "Δεν βρέθηκαν προβλήματα", + "Please double check the installation guides." : "Ελέγξτε ξανά τις οδηγίες εγκατάστασης.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Η τελευταία εκτέλεση του cron ήταν στις %s", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Η τελευταία εκτέλεση του cron ήταν στις %s. Αυτό είναι πάνω από μια ώρα πριν, ίσως κάτι δεν πάει καλά.", + "Cron was not executed yet!" : "Η διεργασία cron δεν έχει εκτελεστεί ακόμα!", + "Execute one task with each page loaded" : "Εκτελεί μια διεργασία κάθε φορά που φορτώνεται μια σελίδα", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Το cron.php είναι καταχωρημένο σε μια υπηρεσία webcron ώστε να καλεί το cron.php κάθε 15 λεπτά μέσω http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Χρησιμοποιήστε την cron υπηρεσία του συτήματος για να καλέσετε το cron.php αρχείο κάθε 15 λεπτά.", + "Sharing" : "Διαμοιρασμός", + "Allow apps to use the Share API" : "Επιτρέπει την χρήση του API διαμοιρασμού σε εφαρμογές ", + "Allow users to share via link" : "Να επιτρέπεται σε χρήστες ο διαμοιρασμός μέσω συνδέσμου", + "Enforce password protection" : "Επιβολή προστασίας με κωδικό", + "Allow public uploads" : "Επιτρέπεται το κοινόχρηστο ανέβασμα", + "Set default expiration date" : "Ορισμός ερήμην ημερομηνίας λήξης", + "Expire after " : "Λήξη μετά από", + "days" : "ημέρες", + "Enforce expiration date" : "Επιβολή της ημερομηνίας λήξης", + "Allow resharing" : "Επιτρέπεται ο επαναδιαμοιρασμός", + "Restrict users to only share with users in their groups" : "Να επιτρέπεται σε χρήστες ο διαμοιρασμός μόνο με χρήστες που ανήκουν στις ομάδες τους", + "Allow users to send mail notification for shared files" : "Επιτρέψτε στους χρήστες να στέλνουν ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου για κοινόχρηστα αρχεία", + "Exclude groups from sharing" : "Εξαίρεση ομάδων από τον διαμοιρασμό", + "These groups will still be able to receive shares, but not to initiate them." : "Αυτές οι ομάδες θα συνεχίσουν να λαμβάνουν διαμοιρασμούς, αλλά δεν θα είναι δυνατό να τους δημιουργήσουν.", + "Security" : "Ασφάλεια", + "Enforce HTTPS" : "Επιβολή χρήσης HTTPS", + "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." : "Παρακαλώ συνδεθείτε στο %s σας μέσω HTTPS για να ενεργοποιήσετε ή να απενεργοποιήσετε την επιβολή του SSL.", + "Email Server" : "Διακομιστής Email", + "This is used for sending out notifications." : "Χρησιμοποιείται για αποστολή ειδοποιήσεων.", + "Send mode" : "Κατάσταση αποστολής", + "From address" : "Από τη διεύθυνση", + "mail" : "ταχυδρομείο", + "Authentication method" : "Μέθοδος πιστοποίησης", + "Authentication required" : "Απαιτείται πιστοποίηση", + "Server address" : "Διεύθυνση διακομιστή", + "Port" : "Θύρα", + "Credentials" : "Πιστοποιητικά", + "SMTP Username" : "Όνομα χρήστη SMTP", + "SMTP Password" : "Συνθηματικό SMTP", + "Store credentials" : "Διαπιστευτήρια αποθήκευσης", + "Test email settings" : "Δοκιμή ρυθμίσεων email", + "Send email" : "Αποστολή email", + "Log" : "Καταγραφές", + "Log level" : "Επίπεδο καταγραφής", + "More" : "Περισσότερα", + "Less" : "Λιγότερα", + "Version" : "Έκδοση", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Αναπτύχθηκε από την κοινότητα ownCloud. Ο πηγαίος κώδικας είναι υπό άδεια χρήσης AGPL.", + "More apps" : "Περισσότερες εφαρμογές", + "Add your app" : "Προσθέστε την Εφαρμογή σας ", + "by" : "από", + "Documentation:" : "Τεκμηρίωση:", + "User Documentation" : "Τεκμηρίωση Χρήστη", + "Admin Documentation" : "Τεκμηρίωση Διαχειριστή", + "Update to %s" : "Ενημέρωση σε %s", + "Enable only for specific groups" : "Ενεργοποίηση μόνο για καθορισμένες ομάδες", + "Uninstall App" : "Απεγκατάσταση Εφαρμογής", + "Administrator Documentation" : "Τεκμηρίωση Διαχειριστή", + "Online Documentation" : "Τεκμηρίωση στο Διαδίκτυο", + "Forum" : "Φόρουμ", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Εμπορική Υποστήριξη", + "Get the apps to sync your files" : "Λήψη της εφαρμογής για συγχρονισμό των αρχείων σας", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Αν θέλετε να στηρίξετε το έργο\n\n⇥⇥συνησφέρετε στην ανάπτυξη\n\n⇥⇥ή\n\n⇥⇥διαδώστε το!", + "Show First Run Wizard again" : "Προβολή Οδηγού Πρώτης Εκτέλεσης ξανά", + "You have used %s of the available %s" : "Χρησιμοποιήσατε %s από τα %s διαθέσιμα", + "Password" : "Συνθηματικό", + "Your password was changed" : "Το συνθηματικό σας έχει αλλάξει", + "Unable to change your password" : "Δεν ήταν δυνατή η αλλαγή του κωδικού πρόσβασης", + "Current password" : "Τρέχων συνθηματικό", + "New password" : "Νέο συνθηματικό", + "Change password" : "Αλλαγή συνθηματικού", + "Full Name" : "Πλήρες όνομα", + "Email" : "Ηλεκτρονικό ταχυδρομείο", + "Your email address" : "Η διεύθυνση ηλ. ταχυδρομείου σας", + "Fill in an email address to enable password recovery and receive notifications" : "Συμπληρώστε μια διεύθυνση email για να ενεργοποιήσετε την επαναφορά συνθηματικού και να λαμβάνετε ειδοποιήσεις", + "Profile picture" : "Φωτογραφία προφίλ", + "Upload new" : "Μεταφόρτωση νέου", + "Select new from Files" : "Επιλογή νέου από τα Αρχεία", + "Remove image" : "Αφαίρεση εικόνας", + "Either png or jpg. Ideally square but you will be able to crop it." : "Είτε png ή jpg. Ιδανικά τετράγωνη αλλά θα είστε σε θέση να την περικόψετε.", + "Your avatar is provided by your original account." : "Το άβατάρ σας παρέχεται από τον αρχικό σας λογαριασμό.", + "Cancel" : "Άκυρο", + "Choose as profile image" : "Επιλογή εικόνας προφίλ", + "Language" : "Γλώσσα", + "Help translate" : "Βοηθήστε στη μετάφραση", + "Common Name" : "Κοινό Όνομα", + "Valid until" : "Έγκυρο έως", + "Issued By" : "Έκδόθηκε από", + "Valid until %s" : "Έγκυρο έως %s", + "Import Root Certificate" : "Εισαγωγή Πιστοποιητικού Root", + "The encryption app is no longer enabled, please decrypt all your files" : "Η εφαρμογή κρυπτογράφησης δεν είναι πλέον ενεργοποιημένη, παρακαλώ αποκρυπτογραφήστε όλα τα αρχεία σας", + "Log-in password" : "Συνθηματικό εισόδου", + "Decrypt all Files" : "Αποκρυπτογράφηση όλων των Αρχείων", + "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." : "Τα κλειδιά κρυπτογράφησής σας μεταφέρονται σε θέση αντιγράφου ασφαλείας. Αν κάτι πάει στραβά, μπορείτε να τα επαναφέρετε. Διαγράψτε τα οριστικά μόνο αν είστε βέβαιοι ότι όλα τα αρχεία αποκρυπτογραφήθηκαν σωστά.", + "Restore Encryption Keys" : "Επαναφορά κλειδιών κρυπτογράφησης", + "Delete Encryption Keys" : "Διαγραφή κλειδιών κρυπτογράφησης", + "Show storage location" : "Εμφάνιση τοποθεσίας αποθήκευσης", + "Show last log in" : "Εμφάνιση τελευταίας εισόδου", + "Login Name" : "Όνομα Σύνδεσης", + "Create" : "Δημιουργία", + "Admin Recovery Password" : "Κωδικός Επαναφοράς Διαχειριστή ", + "Enter the recovery password in order to recover the users files during password change" : "Εισάγετε το συνθηματικό ανάκτησης ώστε να ανακτήσετε τα αρχεία χρηστών κατά την αλλαγή συνθηματικού", + "Search Users and Groups" : "Αναζήτηση Χρηστών και Ομάδων", + "Add Group" : "Προσθήκη Ομάδας", + "Group" : "Ομάδα", + "Everyone" : "Όλοι", + "Admins" : "Διαχειριστές", + "Default Quota" : "Προεπιλεγμένο Όριο", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Παρακαλώ εισάγετε επιτρεπόμενα μερίδια αποθηκευτικού χώρου (π.χ. \"512 MB\" ή \"12 GB\")", + "Unlimited" : "Απεριόριστο", + "Other" : "Άλλο", + "Username" : "Όνομα χρήστη", + "Quota" : "Σύνολο Χώρου", + "Storage Location" : "Τοποθεσία αποθηκευτικού χώρου", + "Last Login" : "Τελευταία Σύνδεση", + "change full name" : "αλλαγή πλήρους ονόματος", + "set new password" : "επιλογή νέου κωδικού", + "Default" : "Προκαθορισμένο" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/el.php b/settings/l10n/el.php deleted file mode 100644 index 82fefc35c6..0000000000 --- a/settings/l10n/el.php +++ /dev/null @@ -1,237 +0,0 @@ - "Ενεργοποιημένο", -"Not enabled" => "Μη ενεργοποιημένο", -"Recommended" => "Προτείνεται", -"Authentication error" => "Σφάλμα πιστοποίησης", -"Your full name has been changed." => "Το πλήρες όνομά σας άλλαξε.", -"Unable to change full name" => "Δεν ήταν δυνατή η αλλαγή του πλήρους ονόματός σας", -"Group already exists" => "Η ομάδα υπάρχει ήδη", -"Unable to add group" => "Αδυναμία προσθήκης ομάδας", -"Files decrypted successfully" => "Τα αρχεία αποκρυπτογραφήθηκαν με επιτυχία", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Δεν ήταν δυνατή η αποκρυπτογράφηση των αρχείων, παρακαλώ ελέγξτε το owncloud.log ή ενημερωθείτε από τον διαχειριστή συστημάτων σας", -"Couldn't decrypt your files, check your password and try again" => "Δεν ήταν δυνατή η αποκρυπτογράφηση των αρχείων σας, ελέγξτε τον κωδικό πρόσβασής σας και δοκιμάστε πάλι", -"Encryption keys deleted permanently" => "Τα κλειδιά κρυπτογράφησης αφαιρέθηκαν οριστικά", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Δεν ήταν δυνατή η οριστική διαγραφή των κλειδιών κρυπτογράφησής σας, παρακαλώ ελέγξτε το owncloud.log ή επικοινωνήστε με τον διαχειριστή σας", -"Couldn't remove app." => "Αδυναμία αφαίρεσης εφαρμογής.", -"Email saved" => "Το email αποθηκεύτηκε ", -"Invalid email" => "Μη έγκυρο email", -"Unable to delete group" => "Αδυναμία διαγραφής ομάδας", -"Unable to delete user" => "Αδυναμία διαγραφής χρήστη", -"Backups restored successfully" => "Η επαναφορά αντιγράφων ασφαλείας έγινε με επιτυχία", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Δεν ήταν δυνατή η επαναφορά των κλειδιών κρυπτογράφησής σας, παρακαλώ ελέγξτε το owncloud.log ή επικοινωνήστε με τον διαχειριστή σας", -"Language changed" => "Η γλώσσα άλλαξε", -"Invalid request" => "Μη έγκυρο αίτημα", -"Admins can't remove themself from the admin group" => "Οι διαχειριστές δεν μπορούν να αφαιρέσουν τους εαυτούς τους από την ομάδα των διαχειριστών", -"Unable to add user to group %s" => "Αδυναμία προσθήκη χρήστη στην ομάδα %s", -"Unable to remove user from group %s" => "Αδυναμία αφαίρεσης χρήστη από την ομάδα %s", -"Couldn't update app." => "Αδυναμία ενημέρωσης εφαρμογής", -"Wrong password" => "Εσφαλμένο συνθηματικό", -"No user supplied" => "Δεν εισήχθη χρήστης", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Παρακαλώ παρέχετε έναν κωδικό ανάκτησης διαχειριστή, διαφορετικά όλα τα δεδομένα χρήστη θα χαθούν", -"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" => "Αδυναμία αλλαγής συνθηματικού", -"Saved" => "Αποθηκεύτηκαν", -"test email settings" => "δοκιμή ρυθμίσεων email", -"If you received this email, the settings seem to be correct." => "Εάν λάβατε αυτό το email, οι ρυθμίσεις δείχνουν να είναι σωστές.", -"A problem occurred while sending the email. Please revise your settings." => "Παρουσιάστηκε ένα σφάλμα κατά την αποστολή του email. Παρακαλώ αναθεωρήστε τις ρυθμίσεις σας.", -"Email sent" => "Το Email απεστάλη ", -"You need to set your user email before being able to send test emails." => "Πρέπει να ορίσετε το email του χρήστη πριν να είστε σε θέση να στείλετε δοκιμαστικά emails.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Είστε πραγματικά σίγουροι ότι θέλετε να προσθέσετε το \"{domain}\" σαν αξιόπιστη περιοχή;", -"Add trusted domain" => "Προσθέστε αξιόπιστη περιοχή", -"Sending..." => "Αποστέλεται...", -"All" => "Όλες", -"Please wait...." => "Παρακαλώ περιμένετε...", -"Error while disabling app" => "Σφάλμα κατά την απενεργοποίηση εισόδου", -"Disable" => "Απενεργοποίηση", -"Enable" => "Ενεργοποίηση", -"Error while enabling app" => "Σφάλμα κατά την ενεργοποίηση της εφαρμογής", -"Updating...." => "Ενημέρωση...", -"Error while updating app" => "Σφάλμα κατά την ενημέρωση της εφαρμογής", -"Updated" => "Ενημερώθηκε", -"Uninstalling ...." => "Απεγκατάσταση ....", -"Error while uninstalling app" => "Σφάλμα κατά την απεγκατάσταση της εφαρμογής", -"Uninstall" => "Απεγκατάσταση", -"Select a profile picture" => "Επιλογή εικόνας προφίλ", -"Very weak password" => "Πολύ αδύναμο συνθηματικό", -"Weak password" => "Αδύναμο συνθηματικό", -"So-so password" => "Μέτριο συνθηματικό", -"Good password" => "Καλό συνθηματικό", -"Strong password" => "Δυνατό συνθηματικό", -"Valid until {date}" => "Έγκυρο έως {date}", -"Delete" => "Διαγραφή", -"Decrypting files... Please wait, this can take some time." => "Αποκρυπτογράφηση αρχείων... Παρακαλώ περιμένετε, αυτό μπορεί να πάρει κάποιο χρόνο.", -"Delete encryption keys permanently." => "Οριστική διαγραφή των κλειδιων κρυπτογράφησης.", -"Restore encryption keys." => "Επαναφορά των κλειδιών κρυπτογράφησης.", -"Groups" => "Ομάδες", -"Unable to delete {objName}" => "Αδυναμία διαγραφής του {objName}", -"Error creating group" => "Σφάλμα δημιουργίας ομάδας", -"A valid group name must be provided" => "Πρέπει να δοθεί ένα έγκυρο όνομα ομάδας", -"deleted {groupName}" => "διαγραφή {groupName}", -"undo" => "αναίρεση", -"no group" => "καμια ομάδα", -"never" => "ποτέ", -"deleted {userName}" => "διαγραφή {userName}", -"add group" => "προσθήκη ομάδας", -"A valid username must be provided" => "Πρέπει να δοθεί έγκυρο όνομα χρήστη", -"Error creating user" => "Σφάλμα δημιουργίας χρήστη", -"A valid password must be provided" => "Πρέπει να δοθεί έγκυρο συνθηματικό", -"Warning: Home directory for user \"{user}\" already exists" => "Προειδοποίηση: Ο μητρικός κατάλογος του χρήστη \"{user}\" υπάρχει ήδη", -"__language_name__" => "__όνομα_γλώσσας__", -"Personal Info" => "Προσωπικές Πληροφορίες", -"SSL root certificates" => "Πιστοποιητικά SSL root", -"Encryption" => "Κρυπτογράφηση", -"Everything (fatal issues, errors, warnings, info, debug)" => "Όλα (καίρια ζητήματα, σφάλματα, προειδοποιήσεις, πληροφορίες, αποσφαλμάτωση)", -"Info, warnings, errors and fatal issues" => "Πληροφορίες, προειδοποιήσεις, σφάλματα και καίρια ζητήματα", -"Warnings, errors and fatal issues" => "Προειδοποιήσεις, σφάλματα και καίρια ζητήματα", -"Errors and fatal issues" => "Σφάλματα και καίρια ζητήματα", -"Fatal issues only" => "Καίρια ζητήματα μόνο", -"None" => "Τίποτα", -"Login" => "Σύνδεση", -"Plain" => "Απλό", -"NT LAN Manager" => "Διαχειριστης NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Προειδοποίηση Ασφαλείας", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Έχετε πρόσβαση στο %s μέσω HTTP. Προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας ώστε να απαιτεί χρήση 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." => "Ο κατάλογος δεδομένων και τα αρχεία σας πιθανόν να είναι διαθέσιμα στο διαδίκτυο. Το αρχείο .htaccess δεν δουλεύει. Σας προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων έξω από τη ρίζα του καταλόγου του διακομιστή.", -"Setup Warning" => "Ρύθμιση Προειδοποίησης", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "Ο PHP φαίνεται να είναι ρυθμισμένος ώστε να αφαιρεί μπλοκ εσωτερικών κειμένων (inline doc). Αυτό θα καταστήσει κύριες εφαρμογές μη-διαθέσιμες.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Αυτό πιθανόν προκλήθηκε από προσωρινή μνήμη (cache)/επιταχυντή όπως τη Zend OPcache ή τον eAccelerator.", -"Database Performance Info" => "Πληροφορίες Επίδοσης Βάσης Δεδομένων", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Ως βάση δεδομένων χρησιμοποιείται η SQLite. Για μεγαλύτερες εγκαταστάσεις συνιστούμε να την αλλάξετε. Για να μετακινηθείτε σε μια άλλη βάση δεδομένων χρησιμοποιείστε το εργαλείο γραμμής εντολών: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Η ενοτητα 'fileinfo' λειπει", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Η PHP ενοτητα 'fileinfo' λειπει. Σας συνιστούμε να ενεργοποιήσετε αυτή την ενότητα για να έχετε καλύτερα αποτελέσματα με τον εντοπισμό τύπου MIME. ", -"Your PHP version is outdated" => "Η έκδοση PHP είναι απαρχαιωμένη", -"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." => "Η έκδοση PHP είναι απαρχαιωμένη. Συνιστούμε ανεπιφύλακτα να ενημερώσετε στην 5.3.8 ή νεώτερη καθώς παλαιότερες εκδόσεις είναι γνωστό πως περιέχουν σφάλματα. Είναι πιθανόν ότι αυτή η εγκατάσταση δεν λειτουργεί σωστά.", -"PHP charset is not set to UTF-8" => "Το σύνολο χαρακτήρων PHP δεν έχει οριστεί στο UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "Το σύνολο χαρακτήρων PHP δεν έχει οριστεί στο UTF-8. Αυτό μπορεί να προκαλέσει τεράστια ζητήματα με χωρίς-ASCII χαρακτήρες στα ονόματα των αρχείων. Συνιστούμε ανεπιφύλακτα να αλλάξετε την αξία του 'default_charset' php.ini στο 'UTF-8'.", -"Locale not working" => "Η μετάφραση δεν δουλεύει", -"System locale can not be set to a one which supports UTF-8." => "Οι ρυθμίσεις τοποθεσίας συστήματος δεν μπορούν να οριστούν σε κάποιες που δεν υποστηρίζουν UTF-8.", -"This means that there might be problems with certain characters in file names." => "Αυτό σημαίνει ότι μπορεί να υπάρχουν προβλήματα με κάποιους χαρακτήρες στα ονόματα αρχείων.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Συνιστούμε σοβαρά να εγκαταστήσετε τα απαιτούμενα πακέτα στο σύστημά σας ώστε να υποστηρίζεται μια από τις ακόλουθες ρυθμίσεις τοποθεσίας: %s.", -"URL generation in notification emails" => "Δημιουργία URL στις ειδοποιήσεις ηλεκτρονικού ταχυδρομείου", -"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\")" => "Αν η εγκατάστασή σας δεν είναι εγκατεστημένη στη ρίζα της περιοχής και χρησιμοποιεί το cron του συστήματος, μπορεί να υπάρξουν ζητήματα με τη δημιουργία URL. Για να αποφύγετε αυτά τα προβλήματα, παρακαλώ ρυθμίστε την επιλογή \"overwritewebroot\" στον config.php φάκελό σας στη διαδρομή webroot της εγκατάστασής σας (Suggested: \"%s\")", -"Connectivity checks" => "Έλεγχοι συνδεσιμότητας", -"No problems found" => "Δεν βρέθηκαν προβλήματα", -"Please double check the installation guides." => "Ελέγξτε ξανά τις οδηγίες εγκατάστασης.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Η τελευταία εκτέλεση του cron ήταν στις %s", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Η τελευταία εκτέλεση του cron ήταν στις %s. Αυτό είναι πάνω από μια ώρα πριν, ίσως κάτι δεν πάει καλά.", -"Cron was not executed yet!" => "Η διεργασία cron δεν έχει εκτελεστεί ακόμα!", -"Execute one task with each page loaded" => "Εκτελεί μια διεργασία κάθε φορά που φορτώνεται μια σελίδα", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "Το cron.php είναι καταχωρημένο σε μια υπηρεσία webcron ώστε να καλεί το cron.php κάθε 15 λεπτά μέσω http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Χρησιμοποιήστε την cron υπηρεσία του συτήματος για να καλέσετε το cron.php αρχείο κάθε 15 λεπτά.", -"Sharing" => "Διαμοιρασμός", -"Allow apps to use the Share API" => "Επιτρέπει την χρήση του API διαμοιρασμού σε εφαρμογές ", -"Allow users to share via link" => "Να επιτρέπεται σε χρήστες ο διαμοιρασμός μέσω συνδέσμου", -"Enforce password protection" => "Επιβολή προστασίας με κωδικό", -"Allow public uploads" => "Επιτρέπεται το κοινόχρηστο ανέβασμα", -"Set default expiration date" => "Ορισμός ερήμην ημερομηνίας λήξης", -"Expire after " => "Λήξη μετά από", -"days" => "ημέρες", -"Enforce expiration date" => "Επιβολή της ημερομηνίας λήξης", -"Allow resharing" => "Επιτρέπεται ο επαναδιαμοιρασμός", -"Restrict users to only share with users in their groups" => "Να επιτρέπεται σε χρήστες ο διαμοιρασμός μόνο με χρήστες που ανήκουν στις ομάδες τους", -"Allow users to send mail notification for shared files" => "Επιτρέψτε στους χρήστες να στέλνουν ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου για κοινόχρηστα αρχεία", -"Exclude groups from sharing" => "Εξαίρεση ομάδων από τον διαμοιρασμό", -"These groups will still be able to receive shares, but not to initiate them." => "Αυτές οι ομάδες θα συνεχίσουν να λαμβάνουν διαμοιρασμούς, αλλά δεν θα είναι δυνατό να τους δημιουργήσουν.", -"Security" => "Ασφάλεια", -"Enforce HTTPS" => "Επιβολή χρήσης HTTPS", -"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." => "Παρακαλώ συνδεθείτε στο %s σας μέσω HTTPS για να ενεργοποιήσετε ή να απενεργοποιήσετε την επιβολή του SSL.", -"Email Server" => "Διακομιστής Email", -"This is used for sending out notifications." => "Χρησιμοποιείται για αποστολή ειδοποιήσεων.", -"Send mode" => "Κατάσταση αποστολής", -"From address" => "Από τη διεύθυνση", -"mail" => "ταχυδρομείο", -"Authentication method" => "Μέθοδος πιστοποίησης", -"Authentication required" => "Απαιτείται πιστοποίηση", -"Server address" => "Διεύθυνση διακομιστή", -"Port" => "Θύρα", -"Credentials" => "Πιστοποιητικά", -"SMTP Username" => "Όνομα χρήστη SMTP", -"SMTP Password" => "Συνθηματικό SMTP", -"Store credentials" => "Διαπιστευτήρια αποθήκευσης", -"Test email settings" => "Δοκιμή ρυθμίσεων email", -"Send email" => "Αποστολή email", -"Log" => "Καταγραφές", -"Log level" => "Επίπεδο καταγραφής", -"More" => "Περισσότερα", -"Less" => "Λιγότερα", -"Version" => "Έκδοση", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Αναπτύχθηκε από την κοινότητα ownCloud. Ο πηγαίος κώδικας είναι υπό άδεια χρήσης AGPL.", -"More apps" => "Περισσότερες εφαρμογές", -"Add your app" => "Προσθέστε την Εφαρμογή σας ", -"by" => "από", -"Documentation:" => "Τεκμηρίωση:", -"User Documentation" => "Τεκμηρίωση Χρήστη", -"Admin Documentation" => "Τεκμηρίωση Διαχειριστή", -"Update to %s" => "Ενημέρωση σε %s", -"Enable only for specific groups" => "Ενεργοποίηση μόνο για καθορισμένες ομάδες", -"Uninstall App" => "Απεγκατάσταση Εφαρμογής", -"Administrator Documentation" => "Τεκμηρίωση Διαχειριστή", -"Online Documentation" => "Τεκμηρίωση στο Διαδίκτυο", -"Forum" => "Φόρουμ", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Εμπορική Υποστήριξη", -"Get the apps to sync your files" => "Λήψη της εφαρμογής για συγχρονισμό των αρχείων σας", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Αν θέλετε να στηρίξετε το έργο\n\n⇥⇥συνησφέρετε στην ανάπτυξη\n\n⇥⇥ή\n\n⇥⇥διαδώστε το!", -"Show First Run Wizard again" => "Προβολή Οδηγού Πρώτης Εκτέλεσης ξανά", -"You have used %s of the available %s" => "Χρησιμοποιήσατε %s από τα %s διαθέσιμα", -"Password" => "Συνθηματικό", -"Your password was changed" => "Το συνθηματικό σας έχει αλλάξει", -"Unable to change your password" => "Δεν ήταν δυνατή η αλλαγή του κωδικού πρόσβασης", -"Current password" => "Τρέχων συνθηματικό", -"New password" => "Νέο συνθηματικό", -"Change password" => "Αλλαγή συνθηματικού", -"Full Name" => "Πλήρες όνομα", -"Email" => "Ηλεκτρονικό ταχυδρομείο", -"Your email address" => "Η διεύθυνση ηλ. ταχυδρομείου σας", -"Fill in an email address to enable password recovery and receive notifications" => "Συμπληρώστε μια διεύθυνση email για να ενεργοποιήσετε την επαναφορά συνθηματικού και να λαμβάνετε ειδοποιήσεις", -"Profile picture" => "Φωτογραφία προφίλ", -"Upload new" => "Μεταφόρτωση νέου", -"Select new from Files" => "Επιλογή νέου από τα Αρχεία", -"Remove image" => "Αφαίρεση εικόνας", -"Either png or jpg. Ideally square but you will be able to crop it." => "Είτε png ή jpg. Ιδανικά τετράγωνη αλλά θα είστε σε θέση να την περικόψετε.", -"Your avatar is provided by your original account." => "Το άβατάρ σας παρέχεται από τον αρχικό σας λογαριασμό.", -"Cancel" => "Άκυρο", -"Choose as profile image" => "Επιλογή εικόνας προφίλ", -"Language" => "Γλώσσα", -"Help translate" => "Βοηθήστε στη μετάφραση", -"Common Name" => "Κοινό Όνομα", -"Valid until" => "Έγκυρο έως", -"Issued By" => "Έκδόθηκε από", -"Valid until %s" => "Έγκυρο έως %s", -"Import Root Certificate" => "Εισαγωγή Πιστοποιητικού Root", -"The encryption app is no longer enabled, please decrypt all your files" => "Η εφαρμογή κρυπτογράφησης δεν είναι πλέον ενεργοποιημένη, παρακαλώ αποκρυπτογραφήστε όλα τα αρχεία σας", -"Log-in password" => "Συνθηματικό εισόδου", -"Decrypt all Files" => "Αποκρυπτογράφηση όλων των Αρχείων", -"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." => "Τα κλειδιά κρυπτογράφησής σας μεταφέρονται σε θέση αντιγράφου ασφαλείας. Αν κάτι πάει στραβά, μπορείτε να τα επαναφέρετε. Διαγράψτε τα οριστικά μόνο αν είστε βέβαιοι ότι όλα τα αρχεία αποκρυπτογραφήθηκαν σωστά.", -"Restore Encryption Keys" => "Επαναφορά κλειδιών κρυπτογράφησης", -"Delete Encryption Keys" => "Διαγραφή κλειδιών κρυπτογράφησης", -"Show storage location" => "Εμφάνιση τοποθεσίας αποθήκευσης", -"Show last log in" => "Εμφάνιση τελευταίας εισόδου", -"Login Name" => "Όνομα Σύνδεσης", -"Create" => "Δημιουργία", -"Admin Recovery Password" => "Κωδικός Επαναφοράς Διαχειριστή ", -"Enter the recovery password in order to recover the users files during password change" => "Εισάγετε το συνθηματικό ανάκτησης ώστε να ανακτήσετε τα αρχεία χρηστών κατά την αλλαγή συνθηματικού", -"Search Users and Groups" => "Αναζήτηση Χρηστών και Ομάδων", -"Add Group" => "Προσθήκη Ομάδας", -"Group" => "Ομάδα", -"Everyone" => "Όλοι", -"Admins" => "Διαχειριστές", -"Default Quota" => "Προεπιλεγμένο Όριο", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Παρακαλώ εισάγετε επιτρεπόμενα μερίδια αποθηκευτικού χώρου (π.χ. \"512 MB\" ή \"12 GB\")", -"Unlimited" => "Απεριόριστο", -"Other" => "Άλλο", -"Username" => "Όνομα χρήστη", -"Quota" => "Σύνολο Χώρου", -"Storage Location" => "Τοποθεσία αποθηκευτικού χώρου", -"Last Login" => "Τελευταία Σύνδεση", -"change full name" => "αλλαγή πλήρους ονόματος", -"set new password" => "επιλογή νέου κωδικού", -"Default" => "Προκαθορισμένο" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/en@pirate.js b/settings/l10n/en@pirate.js new file mode 100644 index 0000000000..f9293f8094 --- /dev/null +++ b/settings/l10n/en@pirate.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "settings", + { + "Password" : "Passcode" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/en@pirate.json b/settings/l10n/en@pirate.json new file mode 100644 index 0000000000..6f74658eb8 --- /dev/null +++ b/settings/l10n/en@pirate.json @@ -0,0 +1,4 @@ +{ "translations": { + "Password" : "Passcode" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/en@pirate.php b/settings/l10n/en@pirate.php deleted file mode 100644 index e269c57c3d..0000000000 --- a/settings/l10n/en@pirate.php +++ /dev/null @@ -1,5 +0,0 @@ - "Passcode" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js new file mode 100644 index 0000000000..b35062e282 --- /dev/null +++ b/settings/l10n/en_GB.js @@ -0,0 +1,240 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Enabled", + "Not enabled" : "Not enabled", + "Recommended" : "Recommended", + "Authentication error" : "Authentication error", + "Your full name has been changed." : "Your full name has been changed.", + "Unable to change full name" : "Unable to change full name", + "Group already exists" : "Group already exists", + "Unable to add group" : "Unable to add group", + "Files decrypted successfully" : "Files decrypted successfully", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Couldn't decrypt your files, please check your owncloud.log or ask your administrator", + "Couldn't decrypt your files, check your password and try again" : "Couldn't decrypt your files, check your password and try again", + "Encryption keys deleted permanently" : "Encryption keys deleted permanently", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator", + "Couldn't remove app." : "Couldn't remove app.", + "Email saved" : "Email saved", + "Invalid email" : "Invalid email", + "Unable to delete group" : "Unable to delete group", + "Unable to delete user" : "Unable to delete user", + "Backups restored successfully" : "Backups restored successfully", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator", + "Language changed" : "Language changed", + "Invalid request" : "Invalid request", + "Admins can't remove themself from the admin group" : "Admins can't remove themselves from the admin group", + "Unable to add user to group %s" : "Unable to add user to group %s", + "Unable to remove user from group %s" : "Unable to remove user from group %s", + "Couldn't update app." : "Couldn't update app.", + "Wrong password" : "Incorrect password", + "No user supplied" : "No user supplied", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Please provide an admin recovery password, otherwise all user data will be lost", + "Wrong admin recovery password. Please check the password and try again." : "Incorrect 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." : "Back-end doesn't support password change, but the user's encryption key was successfully updated.", + "Unable to change password" : "Unable to change password", + "Saved" : "Saved", + "test email settings" : "test email settings", + "If you received this email, the settings seem to be correct." : "If you received this email, the settings seem to be correct.", + "A problem occurred while sending the email. Please revise your settings." : "A problem occurred whilst sending the email. Please revise your settings.", + "Email sent" : "Email sent", + "You need to set your user email before being able to send test emails." : "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?" : "Are you really sure you want add \"{domain}\" as a trusted domain?", + "Add trusted domain" : "Add trusted domain", + "Sending..." : "Sending...", + "All" : "All", + "Please wait...." : "Please wait....", + "Error while disabling app" : "Error whilst disabling app", + "Disable" : "Disable", + "Enable" : "Enable", + "Error while enabling app" : "Error whilst enabling app", + "Updating...." : "Updating....", + "Error while updating app" : "Error whilst updating app", + "Updated" : "Updated", + "Uninstalling ...." : "Uninstalling...", + "Error while uninstalling app" : "Error whilst uninstalling app", + "Uninstall" : "Uninstall", + "Select a profile picture" : "Select a profile picture", + "Very weak password" : "Very weak password", + "Weak password" : "Weak password", + "So-so password" : "So-so password", + "Good password" : "Good password", + "Strong password" : "Strong password", + "Valid until {date}" : "Valid until {date}", + "Delete" : "Delete", + "Decrypting files... Please wait, this can take some time." : "Decrypting files... Please wait, this can take some time.", + "Delete encryption keys permanently." : "Delete encryption keys permanently.", + "Restore encryption keys." : "Restore encryption keys.", + "Groups" : "Groups", + "Unable to delete {objName}" : "Unable to delete {objName}", + "Error creating group" : "Error creating group", + "A valid group name must be provided" : "A valid group name must be provided", + "deleted {groupName}" : "deleted {groupName}", + "undo" : "undo", + "no group" : "no group", + "never" : "never", + "deleted {userName}" : "deleted {userName}", + "add group" : "add group", + "A valid username must be provided" : "A valid username must be provided", + "Error creating user" : "Error creating user", + "A valid password must be provided" : "A valid password must be provided", + "Warning: Home directory for user \"{user}\" already exists" : "Warning: Home directory for user \"{user}\" already exists", + "__language_name__" : "English (British English)", + "Personal Info" : "Personal Info", + "SSL root certificates" : "SSL root certificates", + "Encryption" : "Encryption", + "Everything (fatal issues, errors, warnings, info, debug)" : "Everything (fatal issues, errors, warnings, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, warnings, errors and fatal issues", + "Warnings, errors and fatal issues" : "Warnings, errors and fatal issues", + "Errors and fatal issues" : "Errors and fatal issues", + "Fatal issues only" : "Fatal issues only", + "None" : "None", + "Login" : "Login", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Security Warning", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead.", + "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." : "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.", + "Setup Warning" : "Setup Warning", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", + "Database Performance Info" : "Database Performance Info", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite is used as database. For larger installations we recommend changing this. To migrate to another database use the command line tool: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Module 'fileinfo' missing", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "The PHP module 'fileinfo' is missing. We strongly recommend enabling this module to get best results with mime-type detection.", + "Your PHP version is outdated" : "Your PHP version is outdated", + "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." : "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.", + "PHP charset is not set to UTF-8" : "PHP charset is not set to UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'.", + "Locale not working" : "Locale not working", + "System locale can not be set to a one which supports UTF-8." : "System locale can not be set to a one which supports UTF-8.", + "This means that there might be problems with certain characters in file names." : "This means that there might be problems with certain characters in file names.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "We strongly suggest installing the required packages on your system to support one of the following locales: %s.", + "URL generation in notification emails" : "URL generation in notification emails", + "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\")" : "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\")", + "Connectivity checks" : "Connectivity checks", + "No problems found" : "No problems found", + "Please double check the installation guides." : "Please double check the installation guides.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Last cron was executed at %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Last cron was executed at %s. This is more than an hour ago, something seems wrong.", + "Cron was not executed yet!" : "Cron was not executed yet!", + "Execute one task with each page loaded" : "Execute one task with each page loaded", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is registered at a webcron service to call cron.php every 15 minutes over http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Use system's cron service to call the cron.php file every 15 minutes.", + "Sharing" : "Sharing", + "Allow apps to use the Share API" : "Allow apps to use the Share API", + "Allow users to share via link" : "Allow users to share via link", + "Enforce password protection" : "Enforce password protection", + "Allow public uploads" : "Allow public uploads", + "Set default expiration date" : "Set default expiry date", + "Expire after " : "Expire after ", + "days" : "days", + "Enforce expiration date" : "Enforce expiry date", + "Allow resharing" : "Allow resharing", + "Restrict users to only share with users in their groups" : "Restrict users to only share with users in their groups", + "Allow users to send mail notification for shared files" : "Allow users to send mail notification for shared files", + "Exclude groups from sharing" : "Exclude groups from sharing", + "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", + "Security" : "Security", + "Enforce HTTPS" : "Enforce HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forces the clients to connect to %s via an encrypted connection.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Please connect to your %s via HTTPS to enable or disable the SSL enforcement.", + "Email Server" : "Email Server", + "This is used for sending out notifications." : "This is used for sending out notifications.", + "Send mode" : "Send mode", + "From address" : "From address", + "mail" : "mail", + "Authentication method" : "Authentication method", + "Authentication required" : "Authentication required", + "Server address" : "Server address", + "Port" : "Port", + "Credentials" : "Credentials", + "SMTP Username" : "SMTP Username", + "SMTP Password" : "SMTP Password", + "Store credentials" : "Store credentials", + "Test email settings" : "Test email settings", + "Send email" : "Send email", + "Log" : "Log", + "Log level" : "Log level", + "More" : "More", + "Less" : "Less", + "Version" : "Version", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Developed by the ownCloud community, the source code is licensed under the AGPL.", + "More apps" : "More apps", + "Add your app" : "Add your app", + "by" : "by", + "licensed" : "licensed", + "Documentation:" : "Documentation:", + "User Documentation" : "User Documentation", + "Admin Documentation" : "Admin Documentation", + "Update to %s" : "Update to %s", + "Enable only for specific groups" : "Enable only for specific groups", + "Uninstall App" : "Uninstall App", + "Administrator Documentation" : "Administrator Documentation", + "Online Documentation" : "Online Documentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Commercial Support", + "Get the apps to sync your files" : "Get the apps to sync your files", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!", + "Show First Run Wizard again" : "Show First Run Wizard again", + "You have used %s of the available %s" : "You have used %s of the available %s", + "Password" : "Password", + "Your password was changed" : "Your password was changed", + "Unable to change your password" : "Unable to change your password", + "Current password" : "Current password", + "New password" : "New password", + "Change password" : "Change password", + "Full Name" : "Full Name", + "Email" : "Email", + "Your email address" : "Your email address", + "Fill in an email address to enable password recovery and receive notifications" : "Fill in an email address to enable password recovery and receive notifications", + "Profile picture" : "Profile picture", + "Upload new" : "Upload new", + "Select new from Files" : "Select new from Files", + "Remove image" : "Remove image", + "Either png or jpg. Ideally square but you will be able to crop it." : "Either png or jpg. Ideally square but you will be able to crop it.", + "Your avatar is provided by your original account." : "Your avatar is provided by your original account.", + "Cancel" : "Cancel", + "Choose as profile image" : "Choose as profile image", + "Language" : "Language", + "Help translate" : "Help translate", + "Common Name" : "Common Name", + "Valid until" : "Valid until", + "Issued By" : "Issued By", + "Valid until %s" : "Valid until %s", + "Import Root Certificate" : "Import Root Certificate", + "The encryption app is no longer enabled, please decrypt all your files" : "The encryption app is no longer enabled, please decrypt all your files", + "Log-in password" : "Log-in password", + "Decrypt all Files" : "Decrypt all Files", + "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." : "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.", + "Restore Encryption Keys" : "Restore Encryption Keys", + "Delete Encryption Keys" : "Delete Encryption Keys", + "Show storage location" : "Show storage location", + "Show last log in" : "Show last log in", + "Login Name" : "Login Name", + "Create" : "Create", + "Admin Recovery Password" : "Admin Recovery Password", + "Enter the recovery password in order to recover the users files during password change" : "Enter the recovery password in order to recover the user's files during password change", + "Search Users and Groups" : "Search Users and Groups", + "Add Group" : "Add Group", + "Group" : "Group", + "Everyone" : "Everyone", + "Admins" : "Admins", + "Default Quota" : "Default Quota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Please enter storage quota (e.g. \"512 MB\" or \"12 GB\")", + "Unlimited" : "Unlimited", + "Other" : "Other", + "Username" : "Username", + "Group Admin for" : "Group Admin for", + "Quota" : "Quota", + "Storage Location" : "Storage Location", + "Last Login" : "Last Login", + "change full name" : "change full name", + "set new password" : "set new password", + "Default" : "Default" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json new file mode 100644 index 0000000000..c5ae9fff86 --- /dev/null +++ b/settings/l10n/en_GB.json @@ -0,0 +1,238 @@ +{ "translations": { + "Enabled" : "Enabled", + "Not enabled" : "Not enabled", + "Recommended" : "Recommended", + "Authentication error" : "Authentication error", + "Your full name has been changed." : "Your full name has been changed.", + "Unable to change full name" : "Unable to change full name", + "Group already exists" : "Group already exists", + "Unable to add group" : "Unable to add group", + "Files decrypted successfully" : "Files decrypted successfully", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Couldn't decrypt your files, please check your owncloud.log or ask your administrator", + "Couldn't decrypt your files, check your password and try again" : "Couldn't decrypt your files, check your password and try again", + "Encryption keys deleted permanently" : "Encryption keys deleted permanently", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator", + "Couldn't remove app." : "Couldn't remove app.", + "Email saved" : "Email saved", + "Invalid email" : "Invalid email", + "Unable to delete group" : "Unable to delete group", + "Unable to delete user" : "Unable to delete user", + "Backups restored successfully" : "Backups restored successfully", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator", + "Language changed" : "Language changed", + "Invalid request" : "Invalid request", + "Admins can't remove themself from the admin group" : "Admins can't remove themselves from the admin group", + "Unable to add user to group %s" : "Unable to add user to group %s", + "Unable to remove user from group %s" : "Unable to remove user from group %s", + "Couldn't update app." : "Couldn't update app.", + "Wrong password" : "Incorrect password", + "No user supplied" : "No user supplied", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Please provide an admin recovery password, otherwise all user data will be lost", + "Wrong admin recovery password. Please check the password and try again." : "Incorrect 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." : "Back-end doesn't support password change, but the user's encryption key was successfully updated.", + "Unable to change password" : "Unable to change password", + "Saved" : "Saved", + "test email settings" : "test email settings", + "If you received this email, the settings seem to be correct." : "If you received this email, the settings seem to be correct.", + "A problem occurred while sending the email. Please revise your settings." : "A problem occurred whilst sending the email. Please revise your settings.", + "Email sent" : "Email sent", + "You need to set your user email before being able to send test emails." : "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?" : "Are you really sure you want add \"{domain}\" as a trusted domain?", + "Add trusted domain" : "Add trusted domain", + "Sending..." : "Sending...", + "All" : "All", + "Please wait...." : "Please wait....", + "Error while disabling app" : "Error whilst disabling app", + "Disable" : "Disable", + "Enable" : "Enable", + "Error while enabling app" : "Error whilst enabling app", + "Updating...." : "Updating....", + "Error while updating app" : "Error whilst updating app", + "Updated" : "Updated", + "Uninstalling ...." : "Uninstalling...", + "Error while uninstalling app" : "Error whilst uninstalling app", + "Uninstall" : "Uninstall", + "Select a profile picture" : "Select a profile picture", + "Very weak password" : "Very weak password", + "Weak password" : "Weak password", + "So-so password" : "So-so password", + "Good password" : "Good password", + "Strong password" : "Strong password", + "Valid until {date}" : "Valid until {date}", + "Delete" : "Delete", + "Decrypting files... Please wait, this can take some time." : "Decrypting files... Please wait, this can take some time.", + "Delete encryption keys permanently." : "Delete encryption keys permanently.", + "Restore encryption keys." : "Restore encryption keys.", + "Groups" : "Groups", + "Unable to delete {objName}" : "Unable to delete {objName}", + "Error creating group" : "Error creating group", + "A valid group name must be provided" : "A valid group name must be provided", + "deleted {groupName}" : "deleted {groupName}", + "undo" : "undo", + "no group" : "no group", + "never" : "never", + "deleted {userName}" : "deleted {userName}", + "add group" : "add group", + "A valid username must be provided" : "A valid username must be provided", + "Error creating user" : "Error creating user", + "A valid password must be provided" : "A valid password must be provided", + "Warning: Home directory for user \"{user}\" already exists" : "Warning: Home directory for user \"{user}\" already exists", + "__language_name__" : "English (British English)", + "Personal Info" : "Personal Info", + "SSL root certificates" : "SSL root certificates", + "Encryption" : "Encryption", + "Everything (fatal issues, errors, warnings, info, debug)" : "Everything (fatal issues, errors, warnings, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, warnings, errors and fatal issues", + "Warnings, errors and fatal issues" : "Warnings, errors and fatal issues", + "Errors and fatal issues" : "Errors and fatal issues", + "Fatal issues only" : "Fatal issues only", + "None" : "None", + "Login" : "Login", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Security Warning", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead.", + "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." : "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.", + "Setup Warning" : "Setup Warning", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", + "Database Performance Info" : "Database Performance Info", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite is used as database. For larger installations we recommend changing this. To migrate to another database use the command line tool: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Module 'fileinfo' missing", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "The PHP module 'fileinfo' is missing. We strongly recommend enabling this module to get best results with mime-type detection.", + "Your PHP version is outdated" : "Your PHP version is outdated", + "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." : "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.", + "PHP charset is not set to UTF-8" : "PHP charset is not set to UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'.", + "Locale not working" : "Locale not working", + "System locale can not be set to a one which supports UTF-8." : "System locale can not be set to a one which supports UTF-8.", + "This means that there might be problems with certain characters in file names." : "This means that there might be problems with certain characters in file names.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "We strongly suggest installing the required packages on your system to support one of the following locales: %s.", + "URL generation in notification emails" : "URL generation in notification emails", + "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\")" : "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\")", + "Connectivity checks" : "Connectivity checks", + "No problems found" : "No problems found", + "Please double check the installation guides." : "Please double check the installation guides.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Last cron was executed at %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Last cron was executed at %s. This is more than an hour ago, something seems wrong.", + "Cron was not executed yet!" : "Cron was not executed yet!", + "Execute one task with each page loaded" : "Execute one task with each page loaded", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is registered at a webcron service to call cron.php every 15 minutes over http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Use system's cron service to call the cron.php file every 15 minutes.", + "Sharing" : "Sharing", + "Allow apps to use the Share API" : "Allow apps to use the Share API", + "Allow users to share via link" : "Allow users to share via link", + "Enforce password protection" : "Enforce password protection", + "Allow public uploads" : "Allow public uploads", + "Set default expiration date" : "Set default expiry date", + "Expire after " : "Expire after ", + "days" : "days", + "Enforce expiration date" : "Enforce expiry date", + "Allow resharing" : "Allow resharing", + "Restrict users to only share with users in their groups" : "Restrict users to only share with users in their groups", + "Allow users to send mail notification for shared files" : "Allow users to send mail notification for shared files", + "Exclude groups from sharing" : "Exclude groups from sharing", + "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", + "Security" : "Security", + "Enforce HTTPS" : "Enforce HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forces the clients to connect to %s via an encrypted connection.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Please connect to your %s via HTTPS to enable or disable the SSL enforcement.", + "Email Server" : "Email Server", + "This is used for sending out notifications." : "This is used for sending out notifications.", + "Send mode" : "Send mode", + "From address" : "From address", + "mail" : "mail", + "Authentication method" : "Authentication method", + "Authentication required" : "Authentication required", + "Server address" : "Server address", + "Port" : "Port", + "Credentials" : "Credentials", + "SMTP Username" : "SMTP Username", + "SMTP Password" : "SMTP Password", + "Store credentials" : "Store credentials", + "Test email settings" : "Test email settings", + "Send email" : "Send email", + "Log" : "Log", + "Log level" : "Log level", + "More" : "More", + "Less" : "Less", + "Version" : "Version", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Developed by the ownCloud community, the source code is licensed under the AGPL.", + "More apps" : "More apps", + "Add your app" : "Add your app", + "by" : "by", + "licensed" : "licensed", + "Documentation:" : "Documentation:", + "User Documentation" : "User Documentation", + "Admin Documentation" : "Admin Documentation", + "Update to %s" : "Update to %s", + "Enable only for specific groups" : "Enable only for specific groups", + "Uninstall App" : "Uninstall App", + "Administrator Documentation" : "Administrator Documentation", + "Online Documentation" : "Online Documentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Commercial Support", + "Get the apps to sync your files" : "Get the apps to sync your files", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!", + "Show First Run Wizard again" : "Show First Run Wizard again", + "You have used %s of the available %s" : "You have used %s of the available %s", + "Password" : "Password", + "Your password was changed" : "Your password was changed", + "Unable to change your password" : "Unable to change your password", + "Current password" : "Current password", + "New password" : "New password", + "Change password" : "Change password", + "Full Name" : "Full Name", + "Email" : "Email", + "Your email address" : "Your email address", + "Fill in an email address to enable password recovery and receive notifications" : "Fill in an email address to enable password recovery and receive notifications", + "Profile picture" : "Profile picture", + "Upload new" : "Upload new", + "Select new from Files" : "Select new from Files", + "Remove image" : "Remove image", + "Either png or jpg. Ideally square but you will be able to crop it." : "Either png or jpg. Ideally square but you will be able to crop it.", + "Your avatar is provided by your original account." : "Your avatar is provided by your original account.", + "Cancel" : "Cancel", + "Choose as profile image" : "Choose as profile image", + "Language" : "Language", + "Help translate" : "Help translate", + "Common Name" : "Common Name", + "Valid until" : "Valid until", + "Issued By" : "Issued By", + "Valid until %s" : "Valid until %s", + "Import Root Certificate" : "Import Root Certificate", + "The encryption app is no longer enabled, please decrypt all your files" : "The encryption app is no longer enabled, please decrypt all your files", + "Log-in password" : "Log-in password", + "Decrypt all Files" : "Decrypt all Files", + "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." : "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.", + "Restore Encryption Keys" : "Restore Encryption Keys", + "Delete Encryption Keys" : "Delete Encryption Keys", + "Show storage location" : "Show storage location", + "Show last log in" : "Show last log in", + "Login Name" : "Login Name", + "Create" : "Create", + "Admin Recovery Password" : "Admin Recovery Password", + "Enter the recovery password in order to recover the users files during password change" : "Enter the recovery password in order to recover the user's files during password change", + "Search Users and Groups" : "Search Users and Groups", + "Add Group" : "Add Group", + "Group" : "Group", + "Everyone" : "Everyone", + "Admins" : "Admins", + "Default Quota" : "Default Quota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Please enter storage quota (e.g. \"512 MB\" or \"12 GB\")", + "Unlimited" : "Unlimited", + "Other" : "Other", + "Username" : "Username", + "Group Admin for" : "Group Admin for", + "Quota" : "Quota", + "Storage Location" : "Storage Location", + "Last Login" : "Last Login", + "change full name" : "change full name", + "set new password" : "set new password", + "Default" : "Default" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php deleted file mode 100644 index 86101c029c..0000000000 --- a/settings/l10n/en_GB.php +++ /dev/null @@ -1,239 +0,0 @@ - "Enabled", -"Not enabled" => "Not enabled", -"Recommended" => "Recommended", -"Authentication error" => "Authentication error", -"Your full name has been changed." => "Your full name has been changed.", -"Unable to change full name" => "Unable to change full name", -"Group already exists" => "Group already exists", -"Unable to add group" => "Unable to add group", -"Files decrypted successfully" => "Files decrypted successfully", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Couldn't decrypt your files, please check your owncloud.log or ask your administrator", -"Couldn't decrypt your files, check your password and try again" => "Couldn't decrypt your files, check your password and try again", -"Encryption keys deleted permanently" => "Encryption keys deleted permanently", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator", -"Couldn't remove app." => "Couldn't remove app.", -"Email saved" => "Email saved", -"Invalid email" => "Invalid email", -"Unable to delete group" => "Unable to delete group", -"Unable to delete user" => "Unable to delete user", -"Backups restored successfully" => "Backups restored successfully", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator", -"Language changed" => "Language changed", -"Invalid request" => "Invalid request", -"Admins can't remove themself from the admin group" => "Admins can't remove themselves from the admin group", -"Unable to add user to group %s" => "Unable to add user to group %s", -"Unable to remove user from group %s" => "Unable to remove user from group %s", -"Couldn't update app." => "Couldn't update app.", -"Wrong password" => "Incorrect password", -"No user supplied" => "No user supplied", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Please provide an admin recovery password, otherwise all user data will be lost", -"Wrong admin recovery password. Please check the password and try again." => "Incorrect 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." => "Back-end doesn't support password change, but the user's encryption key was successfully updated.", -"Unable to change password" => "Unable to change password", -"Saved" => "Saved", -"test email settings" => "test email settings", -"If you received this email, the settings seem to be correct." => "If you received this email, the settings seem to be correct.", -"A problem occurred while sending the email. Please revise your settings." => "A problem occurred whilst sending the email. Please revise your settings.", -"Email sent" => "Email sent", -"You need to set your user email before being able to send test emails." => "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?" => "Are you really sure you want add \"{domain}\" as a trusted domain?", -"Add trusted domain" => "Add trusted domain", -"Sending..." => "Sending...", -"All" => "All", -"Please wait...." => "Please wait....", -"Error while disabling app" => "Error whilst disabling app", -"Disable" => "Disable", -"Enable" => "Enable", -"Error while enabling app" => "Error whilst enabling app", -"Updating...." => "Updating....", -"Error while updating app" => "Error whilst updating app", -"Updated" => "Updated", -"Uninstalling ...." => "Uninstalling...", -"Error while uninstalling app" => "Error whilst uninstalling app", -"Uninstall" => "Uninstall", -"Select a profile picture" => "Select a profile picture", -"Very weak password" => "Very weak password", -"Weak password" => "Weak password", -"So-so password" => "So-so password", -"Good password" => "Good password", -"Strong password" => "Strong password", -"Valid until {date}" => "Valid until {date}", -"Delete" => "Delete", -"Decrypting files... Please wait, this can take some time." => "Decrypting files... Please wait, this can take some time.", -"Delete encryption keys permanently." => "Delete encryption keys permanently.", -"Restore encryption keys." => "Restore encryption keys.", -"Groups" => "Groups", -"Unable to delete {objName}" => "Unable to delete {objName}", -"Error creating group" => "Error creating group", -"A valid group name must be provided" => "A valid group name must be provided", -"deleted {groupName}" => "deleted {groupName}", -"undo" => "undo", -"no group" => "no group", -"never" => "never", -"deleted {userName}" => "deleted {userName}", -"add group" => "add group", -"A valid username must be provided" => "A valid username must be provided", -"Error creating user" => "Error creating user", -"A valid password must be provided" => "A valid password must be provided", -"Warning: Home directory for user \"{user}\" already exists" => "Warning: Home directory for user \"{user}\" already exists", -"__language_name__" => "English (British English)", -"Personal Info" => "Personal Info", -"SSL root certificates" => "SSL root certificates", -"Encryption" => "Encryption", -"Everything (fatal issues, errors, warnings, info, debug)" => "Everything (fatal issues, errors, warnings, info, debug)", -"Info, warnings, errors and fatal issues" => "Info, warnings, errors and fatal issues", -"Warnings, errors and fatal issues" => "Warnings, errors and fatal issues", -"Errors and fatal issues" => "Errors and fatal issues", -"Fatal issues only" => "Fatal issues only", -"None" => "None", -"Login" => "Login", -"Plain" => "Plain", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Security Warning", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead.", -"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." => "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.", -"Setup Warning" => "Setup Warning", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", -"Database Performance Info" => "Database Performance Info", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite is used as database. For larger installations we recommend changing this. To migrate to another database use the command line tool: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Module 'fileinfo' missing", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "The PHP module 'fileinfo' is missing. We strongly recommend enabling this module to get best results with mime-type detection.", -"Your PHP version is outdated" => "Your PHP version is outdated", -"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." => "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.", -"PHP charset is not set to UTF-8" => "PHP charset is not set to UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'.", -"Locale not working" => "Locale not working", -"System locale can not be set to a one which supports UTF-8." => "System locale can not be set to a one which supports UTF-8.", -"This means that there might be problems with certain characters in file names." => "This means that there might be problems with certain characters in file names.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "We strongly suggest installing the required packages on your system to support one of the following locales: %s.", -"URL generation in notification emails" => "URL generation in notification emails", -"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\")" => "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\")", -"Connectivity checks" => "Connectivity checks", -"No problems found" => "No problems found", -"Please double check the installation guides." => "Please double check the installation guides.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Last cron was executed at %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Last cron was executed at %s. This is more than an hour ago, something seems wrong.", -"Cron was not executed yet!" => "Cron was not executed yet!", -"Execute one task with each page loaded" => "Execute one task with each page loaded", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php is registered at a webcron service to call cron.php every 15 minutes over http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Use system's cron service to call the cron.php file every 15 minutes.", -"Sharing" => "Sharing", -"Allow apps to use the Share API" => "Allow apps to use the Share API", -"Allow users to share via link" => "Allow users to share via link", -"Enforce password protection" => "Enforce password protection", -"Allow public uploads" => "Allow public uploads", -"Set default expiration date" => "Set default expiry date", -"Expire after " => "Expire after ", -"days" => "days", -"Enforce expiration date" => "Enforce expiry date", -"Allow resharing" => "Allow resharing", -"Restrict users to only share with users in their groups" => "Restrict users to only share with users in their groups", -"Allow users to send mail notification for shared files" => "Allow users to send mail notification for shared files", -"Exclude groups from sharing" => "Exclude groups from sharing", -"These groups will still be able to receive shares, but not to initiate them." => "These groups will still be able to receive shares, but not to initiate them.", -"Security" => "Security", -"Enforce HTTPS" => "Enforce HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Forces the clients to connect to %s via an encrypted connection.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Please connect to your %s via HTTPS to enable or disable the SSL enforcement.", -"Email Server" => "Email Server", -"This is used for sending out notifications." => "This is used for sending out notifications.", -"Send mode" => "Send mode", -"From address" => "From address", -"mail" => "mail", -"Authentication method" => "Authentication method", -"Authentication required" => "Authentication required", -"Server address" => "Server address", -"Port" => "Port", -"Credentials" => "Credentials", -"SMTP Username" => "SMTP Username", -"SMTP Password" => "SMTP Password", -"Store credentials" => "Store credentials", -"Test email settings" => "Test email settings", -"Send email" => "Send email", -"Log" => "Log", -"Log level" => "Log level", -"More" => "More", -"Less" => "Less", -"Version" => "Version", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Developed by the ownCloud community, the source code is licensed under the AGPL.", -"More apps" => "More apps", -"Add your app" => "Add your app", -"by" => "by", -"licensed" => "licensed", -"Documentation:" => "Documentation:", -"User Documentation" => "User Documentation", -"Admin Documentation" => "Admin Documentation", -"Update to %s" => "Update to %s", -"Enable only for specific groups" => "Enable only for specific groups", -"Uninstall App" => "Uninstall App", -"Administrator Documentation" => "Administrator Documentation", -"Online Documentation" => "Online Documentation", -"Forum" => "Forum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Commercial Support", -"Get the apps to sync your files" => "Get the apps to sync your files", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!", -"Show First Run Wizard again" => "Show First Run Wizard again", -"You have used %s of the available %s" => "You have used %s of the available %s", -"Password" => "Password", -"Your password was changed" => "Your password was changed", -"Unable to change your password" => "Unable to change your password", -"Current password" => "Current password", -"New password" => "New password", -"Change password" => "Change password", -"Full Name" => "Full Name", -"Email" => "Email", -"Your email address" => "Your email address", -"Fill in an email address to enable password recovery and receive notifications" => "Fill in an email address to enable password recovery and receive notifications", -"Profile picture" => "Profile picture", -"Upload new" => "Upload new", -"Select new from Files" => "Select new from Files", -"Remove image" => "Remove image", -"Either png or jpg. Ideally square but you will be able to crop it." => "Either png or jpg. Ideally square but you will be able to crop it.", -"Your avatar is provided by your original account." => "Your avatar is provided by your original account.", -"Cancel" => "Cancel", -"Choose as profile image" => "Choose as profile image", -"Language" => "Language", -"Help translate" => "Help translate", -"Common Name" => "Common Name", -"Valid until" => "Valid until", -"Issued By" => "Issued By", -"Valid until %s" => "Valid until %s", -"Import Root Certificate" => "Import Root Certificate", -"The encryption app is no longer enabled, please decrypt all your files" => "The encryption app is no longer enabled, please decrypt all your files", -"Log-in password" => "Log-in password", -"Decrypt all Files" => "Decrypt all Files", -"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." => "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.", -"Restore Encryption Keys" => "Restore Encryption Keys", -"Delete Encryption Keys" => "Delete Encryption Keys", -"Show storage location" => "Show storage location", -"Show last log in" => "Show last log in", -"Login Name" => "Login Name", -"Create" => "Create", -"Admin Recovery Password" => "Admin Recovery Password", -"Enter the recovery password in order to recover the users files during password change" => "Enter the recovery password in order to recover the user's files during password change", -"Search Users and Groups" => "Search Users and Groups", -"Add Group" => "Add Group", -"Group" => "Group", -"Everyone" => "Everyone", -"Admins" => "Admins", -"Default Quota" => "Default Quota", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Please enter storage quota (e.g. \"512 MB\" or \"12 GB\")", -"Unlimited" => "Unlimited", -"Other" => "Other", -"Username" => "Username", -"Group Admin for" => "Group Admin for", -"Quota" => "Quota", -"Storage Location" => "Storage Location", -"Last Login" => "Last Login", -"change full name" => "change full name", -"set new password" => "set new password", -"Default" => "Default" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/eo.js b/settings/l10n/eo.js new file mode 100644 index 0000000000..5d76674dca --- /dev/null +++ b/settings/l10n/eo.js @@ -0,0 +1,155 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Kapabligita", + "Authentication error" : "Aŭtentiga eraro", + "Your full name has been changed." : "Via plena nomo ŝanĝitas.", + "Unable to change full name" : "Ne eblis ŝanĝi la plenan nomon", + "Group already exists" : "La grupo jam ekzistas", + "Unable to add group" : "Ne eblis aldoni la grupon", + "Files decrypted successfully" : "La dosieroj malĉifriĝis sukcese", + "Encryption keys deleted permanently" : "La ĉifroklavojn foriĝis por ĉiam.", + "Email saved" : "La retpoŝtadreso konserviĝis", + "Invalid email" : "Nevalida retpoŝtadreso", + "Unable to delete group" : "Ne eblis forigi la grupon", + "Unable to delete user" : "Ne eblis forigi la uzanton", + "Backups restored successfully" : "La savokopioj restaŭriĝis sukcese", + "Language changed" : "La lingvo estas ŝanĝita", + "Invalid request" : "Nevalida peto", + "Admins can't remove themself from the admin group" : "Administrantoj ne povas forigi sin mem el la administra grupo.", + "Unable to add user to group %s" : "Ne eblis aldoni la uzanton al la grupo %s", + "Unable to remove user from group %s" : "Ne eblis forigi la uzantan el la grupo %s", + "Couldn't update app." : "Ne eblis ĝisdatigi la aplikaĵon.", + "Wrong password" : "Malĝusta pasvorto", + "Unable to change password" : "Ne eblis ŝanĝi la pasvorton", + "Saved" : "Konservita", + "Email sent" : "La retpoŝtaĵo sendiĝis", + "Sending..." : "Sendante...", + "All" : "Ĉio", + "Please wait...." : "Bonvolu atendi...", + "Error while disabling app" : "Eraris malkapabligo de aplikaĵo", + "Disable" : "Malkapabligi", + "Enable" : "Kapabligi", + "Error while enabling app" : "Eraris kapabligo de aplikaĵo", + "Updating...." : "Ĝisdatigata...", + "Error while updating app" : "Eraris ĝisdatigo de la aplikaĵo", + "Updated" : "Ĝisdatigita", + "Uninstalling ...." : "Malinstalante...", + "Error while uninstalling app" : "Eraris malinstalo de aplikaĵo", + "Uninstall" : "Malinstali", + "Select a profile picture" : "Elekti profilan bildon", + "Very weak password" : "Tre malforta pasvorto", + "Weak password" : "Malforta pasvorto", + "So-so password" : "Mezaĉa pasvorto", + "Good password" : "Bona pasvorto", + "Strong password" : "Forta pasvorto", + "Delete" : "Forigi", + "Delete encryption keys permanently." : "Forigi ĉifroklavojn por ĉiam.", + "Restore encryption keys." : "Restaŭri ĉifroklavojn.", + "Groups" : "Grupoj", + "deleted {groupName}" : "{groupName} foriĝis", + "undo" : "malfari", + "never" : "neniam", + "deleted {userName}" : "{userName} foriĝis", + "add group" : "aldoni grupon", + "A valid username must be provided" : "Valida uzantonomo devas proviziĝi", + "Error creating user" : "Eraris kreo de uzanto", + "A valid password must be provided" : "Valida pasvorto devas proviziĝi", + "Warning: Home directory for user \"{user}\" already exists" : "Averto: hejmdosierujo por la uzanto “{user”} jam ekzistas", + "__language_name__" : "Esperanto", + "SSL root certificates" : "Radikaj SSL-atestoj", + "Encryption" : "Ĉifrado", + "Everything (fatal issues, errors, warnings, info, debug)" : "Ĉio (fatalaĵoj, eraroj, avertoj, informoj, sencimigaj mesaĝoj)", + "Info, warnings, errors and fatal issues" : "Informoj, avertoj, eraroj kaj fatalaĵoj", + "Warnings, errors and fatal issues" : "Avertoj, eraroj kaj fatalaĵoj", + "Errors and fatal issues" : "Eraroj kaj fatalaĵoj", + "Fatal issues only" : "Fatalaĵoj nur", + "None" : "Nenio", + "Login" : "Ensaluti", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sekureca averto", + "Module 'fileinfo' missing" : "La modulo «fileinfo» mankas", + "Locale not working" : "La lokaĵaro ne funkcias", + "Please double check the installation guides." : "Bonvolu duoble kontroli la gvidilon por instalo.", + "Cron" : "Cron", + "Sharing" : "Kunhavigo", + "Allow apps to use the Share API" : "Kapabligi aplikaĵojn uzi la API-on pri Kunhavigo", + "Allow public uploads" : "Permesi publikajn alŝutojn", + "Expire after " : "Eksvalidigi post", + "days" : "tagoj", + "Allow resharing" : "Kapabligi rekunhavigon", + "Security" : "Sekuro", + "Email Server" : "Retpoŝtoservilo", + "Send mode" : "Sendi pli", + "From address" : "El adreso", + "mail" : "retpoŝto", + "Authentication method" : "Aŭtentiga metodo", + "Authentication required" : "Aŭtentiĝo nepras", + "Server address" : "Servila adreso", + "Port" : "Pordo", + "Credentials" : "Aŭtentigiloj", + "SMTP Username" : "SMTP-uzantonomo", + "SMTP Password" : "SMTP-pasvorto", + "Send email" : "Sendi retpoŝton", + "Log" : "Protokolo", + "Log level" : "Registronivelo", + "More" : "Pli", + "Less" : "Malpli", + "Version" : "Eldono", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Ellaborita de la komunumo de ownCloud, la fontokodo publikas laŭ la permesilo AGPL.", + "by" : "de", + "Documentation:" : "Dokumentaro:", + "User Documentation" : "Dokumentaro por uzantoj", + "Admin Documentation" : "Administra dokumentaro", + "Enable only for specific groups" : "Kapabligi nur por specifajn grupojn", + "Uninstall App" : "Malinstali aplikaĵon", + "Administrator Documentation" : "Dokumentaro por administrantoj", + "Online Documentation" : "Reta dokumentaro", + "Forum" : "Forumo", + "Bugtracker" : "Cimoraportejo", + "Commercial Support" : "Komerca subteno", + "Get the apps to sync your files" : "Ekhavu la aplikaĵojn por sinkronigi viajn dosierojn", + "You have used %s of the available %s" : "Vi uzas %s el la disponeblaj %s", + "Password" : "Pasvorto", + "Your password was changed" : "Via pasvorto ŝanĝiĝis", + "Unable to change your password" : "Ne eblis ŝanĝi vian pasvorton", + "Current password" : "Nuna pasvorto", + "New password" : "Nova pasvorto", + "Change password" : "Ŝanĝi la pasvorton", + "Full Name" : "Plena nomo", + "Email" : "Retpoŝto", + "Your email address" : "Via retpoŝta adreso", + "Profile picture" : "Profila bildo", + "Upload new" : "Alŝuti novan", + "Select new from Files" : "Elekti novan el dosieroj", + "Remove image" : "Forigi bildon", + "Either png or jpg. Ideally square but you will be able to crop it." : "Aŭ PNG aŭ JPG. Prefere ĝi kvadratu, sed vi povos stuci ĝin.", + "Cancel" : "Nuligi", + "Choose as profile image" : "Elekti kiel profilan bildon", + "Language" : "Lingvo", + "Help translate" : "Helpu traduki", + "Import Root Certificate" : "Enporti radikan ateston", + "Log-in password" : "Ensaluta pasvorto", + "Decrypt all Files" : "Malĉifri ĉiujn dosierojn", + "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." : "Viaj ĉifroklavoj moviĝis al savokopia loko. Se io malsukcesas, vi povas restaŭri la klavojn. Nur forigu ilin porĉiame se vi certas, ke ĉiuj dosieroj malĉifriĝis korekte.", + "Restore Encryption Keys" : "Restaŭri ĉifroklavojn", + "Delete Encryption Keys" : "Forigi ĉifroklavojn", + "Login Name" : "Ensaluti", + "Create" : "Krei", + "Search Users and Groups" : "Serĉi uzantojn kaj grupojn", + "Add Group" : "Aldoni grupon", + "Group" : "Grupo", + "Everyone" : "Ĉiuj", + "Admins" : "Administrantoj", + "Default Quota" : "Defaŭlta kvoto", + "Unlimited" : "Senlima", + "Other" : "Alia", + "Username" : "Uzantonomo", + "Quota" : "Kvoto", + "Last Login" : "Lasta ensaluto", + "change full name" : "ŝanĝi plenan nomon", + "set new password" : "agordi novan pasvorton", + "Default" : "Defaŭlta" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/eo.json b/settings/l10n/eo.json new file mode 100644 index 0000000000..1fc5186184 --- /dev/null +++ b/settings/l10n/eo.json @@ -0,0 +1,153 @@ +{ "translations": { + "Enabled" : "Kapabligita", + "Authentication error" : "Aŭtentiga eraro", + "Your full name has been changed." : "Via plena nomo ŝanĝitas.", + "Unable to change full name" : "Ne eblis ŝanĝi la plenan nomon", + "Group already exists" : "La grupo jam ekzistas", + "Unable to add group" : "Ne eblis aldoni la grupon", + "Files decrypted successfully" : "La dosieroj malĉifriĝis sukcese", + "Encryption keys deleted permanently" : "La ĉifroklavojn foriĝis por ĉiam.", + "Email saved" : "La retpoŝtadreso konserviĝis", + "Invalid email" : "Nevalida retpoŝtadreso", + "Unable to delete group" : "Ne eblis forigi la grupon", + "Unable to delete user" : "Ne eblis forigi la uzanton", + "Backups restored successfully" : "La savokopioj restaŭriĝis sukcese", + "Language changed" : "La lingvo estas ŝanĝita", + "Invalid request" : "Nevalida peto", + "Admins can't remove themself from the admin group" : "Administrantoj ne povas forigi sin mem el la administra grupo.", + "Unable to add user to group %s" : "Ne eblis aldoni la uzanton al la grupo %s", + "Unable to remove user from group %s" : "Ne eblis forigi la uzantan el la grupo %s", + "Couldn't update app." : "Ne eblis ĝisdatigi la aplikaĵon.", + "Wrong password" : "Malĝusta pasvorto", + "Unable to change password" : "Ne eblis ŝanĝi la pasvorton", + "Saved" : "Konservita", + "Email sent" : "La retpoŝtaĵo sendiĝis", + "Sending..." : "Sendante...", + "All" : "Ĉio", + "Please wait...." : "Bonvolu atendi...", + "Error while disabling app" : "Eraris malkapabligo de aplikaĵo", + "Disable" : "Malkapabligi", + "Enable" : "Kapabligi", + "Error while enabling app" : "Eraris kapabligo de aplikaĵo", + "Updating...." : "Ĝisdatigata...", + "Error while updating app" : "Eraris ĝisdatigo de la aplikaĵo", + "Updated" : "Ĝisdatigita", + "Uninstalling ...." : "Malinstalante...", + "Error while uninstalling app" : "Eraris malinstalo de aplikaĵo", + "Uninstall" : "Malinstali", + "Select a profile picture" : "Elekti profilan bildon", + "Very weak password" : "Tre malforta pasvorto", + "Weak password" : "Malforta pasvorto", + "So-so password" : "Mezaĉa pasvorto", + "Good password" : "Bona pasvorto", + "Strong password" : "Forta pasvorto", + "Delete" : "Forigi", + "Delete encryption keys permanently." : "Forigi ĉifroklavojn por ĉiam.", + "Restore encryption keys." : "Restaŭri ĉifroklavojn.", + "Groups" : "Grupoj", + "deleted {groupName}" : "{groupName} foriĝis", + "undo" : "malfari", + "never" : "neniam", + "deleted {userName}" : "{userName} foriĝis", + "add group" : "aldoni grupon", + "A valid username must be provided" : "Valida uzantonomo devas proviziĝi", + "Error creating user" : "Eraris kreo de uzanto", + "A valid password must be provided" : "Valida pasvorto devas proviziĝi", + "Warning: Home directory for user \"{user}\" already exists" : "Averto: hejmdosierujo por la uzanto “{user”} jam ekzistas", + "__language_name__" : "Esperanto", + "SSL root certificates" : "Radikaj SSL-atestoj", + "Encryption" : "Ĉifrado", + "Everything (fatal issues, errors, warnings, info, debug)" : "Ĉio (fatalaĵoj, eraroj, avertoj, informoj, sencimigaj mesaĝoj)", + "Info, warnings, errors and fatal issues" : "Informoj, avertoj, eraroj kaj fatalaĵoj", + "Warnings, errors and fatal issues" : "Avertoj, eraroj kaj fatalaĵoj", + "Errors and fatal issues" : "Eraroj kaj fatalaĵoj", + "Fatal issues only" : "Fatalaĵoj nur", + "None" : "Nenio", + "Login" : "Ensaluti", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sekureca averto", + "Module 'fileinfo' missing" : "La modulo «fileinfo» mankas", + "Locale not working" : "La lokaĵaro ne funkcias", + "Please double check the installation guides." : "Bonvolu duoble kontroli la gvidilon por instalo.", + "Cron" : "Cron", + "Sharing" : "Kunhavigo", + "Allow apps to use the Share API" : "Kapabligi aplikaĵojn uzi la API-on pri Kunhavigo", + "Allow public uploads" : "Permesi publikajn alŝutojn", + "Expire after " : "Eksvalidigi post", + "days" : "tagoj", + "Allow resharing" : "Kapabligi rekunhavigon", + "Security" : "Sekuro", + "Email Server" : "Retpoŝtoservilo", + "Send mode" : "Sendi pli", + "From address" : "El adreso", + "mail" : "retpoŝto", + "Authentication method" : "Aŭtentiga metodo", + "Authentication required" : "Aŭtentiĝo nepras", + "Server address" : "Servila adreso", + "Port" : "Pordo", + "Credentials" : "Aŭtentigiloj", + "SMTP Username" : "SMTP-uzantonomo", + "SMTP Password" : "SMTP-pasvorto", + "Send email" : "Sendi retpoŝton", + "Log" : "Protokolo", + "Log level" : "Registronivelo", + "More" : "Pli", + "Less" : "Malpli", + "Version" : "Eldono", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Ellaborita de la komunumo de ownCloud, la fontokodo publikas laŭ la permesilo AGPL.", + "by" : "de", + "Documentation:" : "Dokumentaro:", + "User Documentation" : "Dokumentaro por uzantoj", + "Admin Documentation" : "Administra dokumentaro", + "Enable only for specific groups" : "Kapabligi nur por specifajn grupojn", + "Uninstall App" : "Malinstali aplikaĵon", + "Administrator Documentation" : "Dokumentaro por administrantoj", + "Online Documentation" : "Reta dokumentaro", + "Forum" : "Forumo", + "Bugtracker" : "Cimoraportejo", + "Commercial Support" : "Komerca subteno", + "Get the apps to sync your files" : "Ekhavu la aplikaĵojn por sinkronigi viajn dosierojn", + "You have used %s of the available %s" : "Vi uzas %s el la disponeblaj %s", + "Password" : "Pasvorto", + "Your password was changed" : "Via pasvorto ŝanĝiĝis", + "Unable to change your password" : "Ne eblis ŝanĝi vian pasvorton", + "Current password" : "Nuna pasvorto", + "New password" : "Nova pasvorto", + "Change password" : "Ŝanĝi la pasvorton", + "Full Name" : "Plena nomo", + "Email" : "Retpoŝto", + "Your email address" : "Via retpoŝta adreso", + "Profile picture" : "Profila bildo", + "Upload new" : "Alŝuti novan", + "Select new from Files" : "Elekti novan el dosieroj", + "Remove image" : "Forigi bildon", + "Either png or jpg. Ideally square but you will be able to crop it." : "Aŭ PNG aŭ JPG. Prefere ĝi kvadratu, sed vi povos stuci ĝin.", + "Cancel" : "Nuligi", + "Choose as profile image" : "Elekti kiel profilan bildon", + "Language" : "Lingvo", + "Help translate" : "Helpu traduki", + "Import Root Certificate" : "Enporti radikan ateston", + "Log-in password" : "Ensaluta pasvorto", + "Decrypt all Files" : "Malĉifri ĉiujn dosierojn", + "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." : "Viaj ĉifroklavoj moviĝis al savokopia loko. Se io malsukcesas, vi povas restaŭri la klavojn. Nur forigu ilin porĉiame se vi certas, ke ĉiuj dosieroj malĉifriĝis korekte.", + "Restore Encryption Keys" : "Restaŭri ĉifroklavojn", + "Delete Encryption Keys" : "Forigi ĉifroklavojn", + "Login Name" : "Ensaluti", + "Create" : "Krei", + "Search Users and Groups" : "Serĉi uzantojn kaj grupojn", + "Add Group" : "Aldoni grupon", + "Group" : "Grupo", + "Everyone" : "Ĉiuj", + "Admins" : "Administrantoj", + "Default Quota" : "Defaŭlta kvoto", + "Unlimited" : "Senlima", + "Other" : "Alia", + "Username" : "Uzantonomo", + "Quota" : "Kvoto", + "Last Login" : "Lasta ensaluto", + "change full name" : "ŝanĝi plenan nomon", + "set new password" : "agordi novan pasvorton", + "Default" : "Defaŭlta" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/eo.php b/settings/l10n/eo.php deleted file mode 100644 index 44506ad4e3..0000000000 --- a/settings/l10n/eo.php +++ /dev/null @@ -1,154 +0,0 @@ - "Kapabligita", -"Authentication error" => "Aŭtentiga eraro", -"Your full name has been changed." => "Via plena nomo ŝanĝitas.", -"Unable to change full name" => "Ne eblis ŝanĝi la plenan nomon", -"Group already exists" => "La grupo jam ekzistas", -"Unable to add group" => "Ne eblis aldoni la grupon", -"Files decrypted successfully" => "La dosieroj malĉifriĝis sukcese", -"Encryption keys deleted permanently" => "La ĉifroklavojn foriĝis por ĉiam.", -"Email saved" => "La retpoŝtadreso konserviĝis", -"Invalid email" => "Nevalida retpoŝtadreso", -"Unable to delete group" => "Ne eblis forigi la grupon", -"Unable to delete user" => "Ne eblis forigi la uzanton", -"Backups restored successfully" => "La savokopioj restaŭriĝis sukcese", -"Language changed" => "La lingvo estas ŝanĝita", -"Invalid request" => "Nevalida peto", -"Admins can't remove themself from the admin group" => "Administrantoj ne povas forigi sin mem el la administra grupo.", -"Unable to add user to group %s" => "Ne eblis aldoni la uzanton al la grupo %s", -"Unable to remove user from group %s" => "Ne eblis forigi la uzantan el la grupo %s", -"Couldn't update app." => "Ne eblis ĝisdatigi la aplikaĵon.", -"Wrong password" => "Malĝusta pasvorto", -"Unable to change password" => "Ne eblis ŝanĝi la pasvorton", -"Saved" => "Konservita", -"Email sent" => "La retpoŝtaĵo sendiĝis", -"Sending..." => "Sendante...", -"All" => "Ĉio", -"Please wait...." => "Bonvolu atendi...", -"Error while disabling app" => "Eraris malkapabligo de aplikaĵo", -"Disable" => "Malkapabligi", -"Enable" => "Kapabligi", -"Error while enabling app" => "Eraris kapabligo de aplikaĵo", -"Updating...." => "Ĝisdatigata...", -"Error while updating app" => "Eraris ĝisdatigo de la aplikaĵo", -"Updated" => "Ĝisdatigita", -"Uninstalling ...." => "Malinstalante...", -"Error while uninstalling app" => "Eraris malinstalo de aplikaĵo", -"Uninstall" => "Malinstali", -"Select a profile picture" => "Elekti profilan bildon", -"Very weak password" => "Tre malforta pasvorto", -"Weak password" => "Malforta pasvorto", -"So-so password" => "Mezaĉa pasvorto", -"Good password" => "Bona pasvorto", -"Strong password" => "Forta pasvorto", -"Delete" => "Forigi", -"Delete encryption keys permanently." => "Forigi ĉifroklavojn por ĉiam.", -"Restore encryption keys." => "Restaŭri ĉifroklavojn.", -"Groups" => "Grupoj", -"deleted {groupName}" => "{groupName} foriĝis", -"undo" => "malfari", -"never" => "neniam", -"deleted {userName}" => "{userName} foriĝis", -"add group" => "aldoni grupon", -"A valid username must be provided" => "Valida uzantonomo devas proviziĝi", -"Error creating user" => "Eraris kreo de uzanto", -"A valid password must be provided" => "Valida pasvorto devas proviziĝi", -"Warning: Home directory for user \"{user}\" already exists" => "Averto: hejmdosierujo por la uzanto “{user”} jam ekzistas", -"__language_name__" => "Esperanto", -"SSL root certificates" => "Radikaj SSL-atestoj", -"Encryption" => "Ĉifrado", -"Everything (fatal issues, errors, warnings, info, debug)" => "Ĉio (fatalaĵoj, eraroj, avertoj, informoj, sencimigaj mesaĝoj)", -"Info, warnings, errors and fatal issues" => "Informoj, avertoj, eraroj kaj fatalaĵoj", -"Warnings, errors and fatal issues" => "Avertoj, eraroj kaj fatalaĵoj", -"Errors and fatal issues" => "Eraroj kaj fatalaĵoj", -"Fatal issues only" => "Fatalaĵoj nur", -"None" => "Nenio", -"Login" => "Ensaluti", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Sekureca averto", -"Module 'fileinfo' missing" => "La modulo «fileinfo» mankas", -"Locale not working" => "La lokaĵaro ne funkcias", -"Please double check the installation guides." => "Bonvolu duoble kontroli la gvidilon por instalo.", -"Cron" => "Cron", -"Sharing" => "Kunhavigo", -"Allow apps to use the Share API" => "Kapabligi aplikaĵojn uzi la API-on pri Kunhavigo", -"Allow public uploads" => "Permesi publikajn alŝutojn", -"Expire after " => "Eksvalidigi post", -"days" => "tagoj", -"Allow resharing" => "Kapabligi rekunhavigon", -"Security" => "Sekuro", -"Email Server" => "Retpoŝtoservilo", -"Send mode" => "Sendi pli", -"From address" => "El adreso", -"mail" => "retpoŝto", -"Authentication method" => "Aŭtentiga metodo", -"Authentication required" => "Aŭtentiĝo nepras", -"Server address" => "Servila adreso", -"Port" => "Pordo", -"Credentials" => "Aŭtentigiloj", -"SMTP Username" => "SMTP-uzantonomo", -"SMTP Password" => "SMTP-pasvorto", -"Send email" => "Sendi retpoŝton", -"Log" => "Protokolo", -"Log level" => "Registronivelo", -"More" => "Pli", -"Less" => "Malpli", -"Version" => "Eldono", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Ellaborita de la komunumo de ownCloud, la fontokodo publikas laŭ la permesilo AGPL.", -"by" => "de", -"Documentation:" => "Dokumentaro:", -"User Documentation" => "Dokumentaro por uzantoj", -"Admin Documentation" => "Administra dokumentaro", -"Enable only for specific groups" => "Kapabligi nur por specifajn grupojn", -"Uninstall App" => "Malinstali aplikaĵon", -"Administrator Documentation" => "Dokumentaro por administrantoj", -"Online Documentation" => "Reta dokumentaro", -"Forum" => "Forumo", -"Bugtracker" => "Cimoraportejo", -"Commercial Support" => "Komerca subteno", -"Get the apps to sync your files" => "Ekhavu la aplikaĵojn por sinkronigi viajn dosierojn", -"You have used %s of the available %s" => "Vi uzas %s el la disponeblaj %s", -"Password" => "Pasvorto", -"Your password was changed" => "Via pasvorto ŝanĝiĝis", -"Unable to change your password" => "Ne eblis ŝanĝi vian pasvorton", -"Current password" => "Nuna pasvorto", -"New password" => "Nova pasvorto", -"Change password" => "Ŝanĝi la pasvorton", -"Full Name" => "Plena nomo", -"Email" => "Retpoŝto", -"Your email address" => "Via retpoŝta adreso", -"Profile picture" => "Profila bildo", -"Upload new" => "Alŝuti novan", -"Select new from Files" => "Elekti novan el dosieroj", -"Remove image" => "Forigi bildon", -"Either png or jpg. Ideally square but you will be able to crop it." => "Aŭ PNG aŭ JPG. Prefere ĝi kvadratu, sed vi povos stuci ĝin.", -"Cancel" => "Nuligi", -"Choose as profile image" => "Elekti kiel profilan bildon", -"Language" => "Lingvo", -"Help translate" => "Helpu traduki", -"Import Root Certificate" => "Enporti radikan ateston", -"Log-in password" => "Ensaluta pasvorto", -"Decrypt all Files" => "Malĉifri ĉiujn dosierojn", -"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." => "Viaj ĉifroklavoj moviĝis al savokopia loko. Se io malsukcesas, vi povas restaŭri la klavojn. Nur forigu ilin porĉiame se vi certas, ke ĉiuj dosieroj malĉifriĝis korekte.", -"Restore Encryption Keys" => "Restaŭri ĉifroklavojn", -"Delete Encryption Keys" => "Forigi ĉifroklavojn", -"Login Name" => "Ensaluti", -"Create" => "Krei", -"Search Users and Groups" => "Serĉi uzantojn kaj grupojn", -"Add Group" => "Aldoni grupon", -"Group" => "Grupo", -"Everyone" => "Ĉiuj", -"Admins" => "Administrantoj", -"Default Quota" => "Defaŭlta kvoto", -"Unlimited" => "Senlima", -"Other" => "Alia", -"Username" => "Uzantonomo", -"Quota" => "Kvoto", -"Last Login" => "Lasta ensaluto", -"change full name" => "ŝanĝi plenan nomon", -"set new password" => "agordi novan pasvorton", -"Default" => "Defaŭlta" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/es.js b/settings/l10n/es.js new file mode 100644 index 0000000000..510f4c14c7 --- /dev/null +++ b/settings/l10n/es.js @@ -0,0 +1,238 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Habilitado", + "Not enabled" : "No habilitado", + "Recommended" : "Recomendado", + "Authentication error" : "Error de autenticación", + "Your full name has been changed." : "Se ha cambiado su nombre completo.", + "Unable to change full name" : "No se puede cambiar el nombre completo", + "Group already exists" : "El grupo ya existe", + "Unable to add group" : "No se pudo añadir el grupo", + "Files decrypted successfully" : "Los archivos fueron descifrados", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "No se pudo descifrar sus archivos. Revise el owncloud.log o consulte con su administrador", + "Couldn't decrypt your files, check your password and try again" : "No se pudo descifrar sus archivos. Revise su contraseña e inténtelo de nuevo", + "Encryption keys deleted permanently" : "Claves de cifrado eliminadas permanentemente", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "No se pudieron eliminar permanentemente sus claves de cifrado. Revise owncloud.log o consulte con su administrador.", + "Couldn't remove app." : "No se pudo eliminar la aplicación.", + "Email saved" : "Correo electrónico guardado", + "Invalid email" : "Correo electrónico no válido", + "Unable to delete group" : "No se pudo eliminar el grupo", + "Unable to delete user" : "No se pudo eliminar el usuario", + "Backups restored successfully" : "Copia de seguridad restaurada", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "No se pudieron restarurar sus claves de cifrado. Revise owncloud.log o consulte con su administrador.", + "Language changed" : "Idioma cambiado", + "Invalid request" : "Petición no válida", + "Admins can't remove themself from the admin group" : "Los administradores no se pueden eliminar a ellos mismos del grupo de administrador", + "Unable to add user to group %s" : "No se pudo añadir el usuario al grupo %s", + "Unable to remove user from group %s" : "No se pudo eliminar al usuario del grupo %s", + "Couldn't update app." : "No se pudo actualizar la aplicación.", + "Wrong password" : "Contraseña incorrecta", + "No user supplied" : "No se especificó un usuario", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor facilite una contraseña de recuperación de administrador, sino podrían perderse todos los datos de usuario", + "Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación de administrador incorrecta. Por favor compruebe la contraseña e inténtelo de nuevo.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "El back-end no soporta cambios de contraseña, pero la clave de cifrado del usuario ha sido actualizada satisfactoriamente.", + "Unable to change password" : "No se ha podido cambiar la contraseña", + "Saved" : "Guardado", + "test email settings" : "probar configuración de correo electrónico", + "If you received this email, the settings seem to be correct." : "Si recibió este mensaje de correo electrónico, su configuración debe estar correcta.", + "A problem occurred while sending the email. Please revise your settings." : "Ocurrió un problema al mandar el mensaje. Revise la configuración.", + "Email sent" : "Correo electrónico enviado", + "You need to set your user email before being able to send test emails." : "Tiene que configurar su dirección de correo electrónico antes de poder enviar mensajes de prueba.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "¿Está seguro de querer agregar \"{domain}\" como un dominio de confianza?", + "Add trusted domain" : "Agregar dominio de confianza", + "Sending..." : "Enviando...", + "All" : "Todos", + "Please wait...." : "Espere, por favor....", + "Error while disabling app" : "Error mientras se desactivaba la aplicación", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Error mientras se activaba la aplicación", + "Updating...." : "Actualizando....", + "Error while updating app" : "Error mientras se actualizaba la aplicación", + "Updated" : "Actualizado", + "Uninstalling ...." : "Desinstalando...", + "Error while uninstalling app" : "Error al desinstalar la aplicación", + "Uninstall" : "Desinstalar", + "Select a profile picture" : "Seleccionar una imagen de perfil", + "Very weak password" : "Contraseña muy débil", + "Weak password" : "Contraseña débil", + "So-so password" : "Contraseña pasable", + "Good password" : "Contraseña buena", + "Strong password" : "Contraseña muy buena", + "Valid until {date}" : "Válido hasta {date}", + "Delete" : "Eliminar", + "Decrypting files... Please wait, this can take some time." : "Descifrando archivos... Espere por favor, esto puede llevar algo de tiempo.", + "Delete encryption keys permanently." : "Eliminar claves de cifrado permanentemente.", + "Restore encryption keys." : "Restaurar claves de cifrado.", + "Groups" : "Grupos", + "Unable to delete {objName}" : "No es posible eliminar {objName}", + "Error creating group" : "Error al crear un grupo", + "A valid group name must be provided" : "Se debe dar un nombre válido para el grupo ", + "deleted {groupName}" : "borrado {groupName}", + "undo" : "deshacer", + "never" : "nunca", + "deleted {userName}" : "borrado {userName}", + "add group" : "añadir Grupo", + "A valid username must be provided" : "Se debe proporcionar un nombre de usuario válido", + "Error creating user" : "Error al crear usuario", + "A valid password must be provided" : "Se debe proporcionar una contraseña válida", + "Warning: Home directory for user \"{user}\" already exists" : "Atención: el directorio de inicio para el usuario \"{user}\" ya existe.", + "__language_name__" : "Castellano", + "Personal Info" : "Información personal", + "SSL root certificates" : "Certificados raíz SSL", + "Encryption" : "Cifrado", + "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (Información, Avisos, Errores, debug y problemas fatales)", + "Info, warnings, errors and fatal issues" : "Información, Avisos, Errores y problemas fatales", + "Warnings, errors and fatal issues" : "Advertencias, errores y problemas fatales", + "Errors and fatal issues" : "Errores y problemas fatales", + "Fatal issues only" : "Problemas fatales solamente", + "None" : "Ninguno", + "Login" : "Iniciar sesión", + "Plain" : "Plano", + "NT LAN Manager" : "Gestor de NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Advertencia de seguridad", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Está ingresando a %s vía HTTP. Le recomendamos encarecidamente que configure su servidor para que requiera 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." : "Su directorio de datos y archivos es probablemente accesible desde Internet pues el archivo .htaccess no está funcionando. Le sugerimos encarecidamente que configure su servidor web de modo que el directorio de datos no sea accesible o que mueva dicho directorio fuera de la raíz de documentos del servidor web.", + "Setup Warning" : "Advertencia de configuración", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para eliminar bloques de documentos en línea. Esto hará que varias aplicaciones del principales no estén accesibles.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Probablemente esto sea causado por un cache o acelerador, como por ejemplo Zend OPcache o eAccelerator.", + "Database Performance Info" : "Información de rendimiento de la base de datos", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Se está usando SQLite como base de datos. Para instalaciones más grandes, recomendamos cambiar esto. Para migrar a otra base de datos, use la herramienta de línea de comandos: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "No se ha encontrado el módulo \"fileinfo\"", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "No se ha encontrado el modulo PHP 'fileinfo'. Le recomendamos encarecidamente que habilite este módulo para obtener mejores resultados con la detección de tipos MIME.", + "Your PHP version is outdated" : "Su versión de PHP no está actualizada", + "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." : "Su versión de PHP ha caducado. Le sugerimos encarecidamente que la actualize a 5.3.8 o a una más nueva porque normalmente las versiones antiguas no funcionan bien. Puede ser que esta instalación no esté funcionando bien por ello.", + "PHP charset is not set to UTF-8" : "El conjunto de caracteres de PHP no está establecido en UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "El set de caracteres usado por PHP no es UTF-8. Esto puede causar grandes problemas con nombres de archivos que contengan caracteres que no sean ASCII. Recomendamos encarecidamente cambiar el valor de 'default_charset' en php.ini a 'UTF-8'.", + "Locale not working" : "La configuración regional no está funcionando", + "System locale can not be set to a one which supports UTF-8." : "No se puede escoger una configuración regional que soporte UTF-8.", + "This means that there might be problems with certain characters in file names." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de los archivos.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Es muy recomendable instalar los paquetes necesarios para poder soportar una de las siguientes configuraciones regionales: %s. ", + "URL generation in notification emails" : "Generación de URL en mensajes de notificación", + "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\")" : "Si su instalación no está ubicada en la raíz del dominio y usa el cron del sistema, puede haber problemas al generarse los URL. Para evitarlos, configure la opción \"overwritewebroot\" en su archivo config.php para que use la ruta de la raíz del sitio web de su instalación (sugerencia: \"%s\")", + "Connectivity checks" : "Probar la conectividad", + "No problems found" : "No se han encontrado problemas", + "Please double check the installation guides." : "Por favor, vuelva a comprobar las guías de instalación.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Cron fue ejecutado por última vez a las %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Cron fue ejecutado por última vez a las %s. Esto fue hace más de una hora, algo anda mal.", + "Cron was not executed yet!" : "¡Cron aún no ha sido ejecutado!", + "Execute one task with each page loaded" : "Ejecutar una tarea con cada página cargada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Usar el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos.", + "Sharing" : "Compartiendo", + "Allow apps to use the Share API" : "Permitir a las aplicaciones utilizar la API de Compartición", + "Allow users to share via link" : "Permite a los usuarios compartir por medio de enlaces", + "Enforce password protection" : "Forzar la protección por contraseña.", + "Allow public uploads" : "Permitir subidas públicas", + "Set default expiration date" : "Establecer fecha de caducidad predeterminada", + "Expire after " : "Caduca luego de", + "days" : "días", + "Enforce expiration date" : "Imponer fecha de caducidad", + "Allow resharing" : "Permitir re-compartición", + "Restrict users to only share with users in their groups" : "Restringe a los usuarios a compartir solo con otros usuarios en sus grupos", + "Allow users to send mail notification for shared files" : "Permitir a los usuarios enviar mensajes de notificación para ficheros compartidos", + "Exclude groups from sharing" : "Excluye grupos de compartir", + "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán, pero no podrán iniciarlos.", + "Security" : "Seguridad", + "Enforce HTTPS" : "Forzar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forzar a los clientes a conectarse a %s por medio de una conexión cifrada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor, conéctese a su %s a través de HTTPS para habilitar o deshabilitar la aplicación de SSL.", + "Email Server" : "Servidor de correo electrónico", + "This is used for sending out notifications." : "Esto se usa para enviar notificaciones.", + "Send mode" : "Modo de envío", + "From address" : "Desde la dirección", + "mail" : "correo electrónico", + "Authentication method" : "Método de autenticación", + "Authentication required" : "Se necesita autenticación", + "Server address" : "Dirección del servidor", + "Port" : "Puerto", + "Credentials" : "Credenciales", + "SMTP Username" : "Nombre de usuario SMTP", + "SMTP Password" : "Contraseña SMTP", + "Store credentials" : "Almacenar credenciales", + "Test email settings" : "Probar configuración de correo electrónico", + "Send email" : "Enviar mensaje", + "Log" : "Registro", + "Log level" : "Nivel de registro", + "More" : "Más", + "Less" : "Menos", + "Version" : "Versión", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", + "More apps" : "Más aplicaciones", + "Add your app" : "Agregue su aplicación", + "by" : "por", + "licensed" : "licenciado", + "Documentation:" : "Documentación:", + "User Documentation" : "Documentación de usuario", + "Admin Documentation" : "Documentación para administradores", + "Update to %s" : "Actualizado a %s", + "Enable only for specific groups" : "Activar solamente para grupos específicos", + "Uninstall App" : "Desinstalar aplicación", + "Administrator Documentation" : "Documentación de administrador", + "Online Documentation" : "Documentación en línea", + "Forum" : "Foro", + "Bugtracker" : "Rastreador de fallos", + "Commercial Support" : "Soporte comercial", + "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si desea contribuir al proyecto\n\t\túnase al desarrollo\n\t\to\n\t\t¡corra la voz!", + "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de ejecución inicial", + "You have used %s of the available %s" : "Ha usado %s de los %s disponibles", + "Password" : "Contraseña", + "Your password was changed" : "Su contraseña ha sido cambiada", + "Unable to change your password" : "No se ha podido cambiar su contraseña", + "Current password" : "Contraseña actual", + "New password" : "Nueva contraseña", + "Change password" : "Cambiar contraseña", + "Full Name" : "Nombre completo", + "Email" : "Correo electrónico", + "Your email address" : "Su dirección de correo", + "Fill in an email address to enable password recovery and receive notifications" : "Introducir una dirección de correo electrónico para activar la recuperación de contraseñas y recibir notificaciones", + "Profile picture" : "Foto de perfil", + "Upload new" : "Subir otra", + "Select new from Files" : "Seleccionar otra desde Archivos", + "Remove image" : "Borrar imagen", + "Either png or jpg. Ideally square but you will be able to crop it." : "Archivo PNG o JPG. Preferiblemente cuadrado, pero tendrás la posibilidad de recortarlo.", + "Your avatar is provided by your original account." : "Su avatar es proporcionado por su cuenta original.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Seleccionar como imagen de perfil", + "Language" : "Idioma", + "Help translate" : "Ayúdanos a traducir", + "Common Name" : "Nombre común", + "Valid until" : "Válido hasta", + "Issued By" : "Emitido por", + "Valid until %s" : "Válido hasta %s", + "Import Root Certificate" : "Importar certificado raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "La aplicación de cifrado ya no está activada, descifre todos sus archivos", + "Log-in password" : "Contraseña de acceso", + "Decrypt all Files" : "Descifrar archivos", + "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." : "Sus claves de cifrado se archivarán en una localización segura. Así en caso de que algo fuese mal podrá recuperan sus claves. Borre sus claves de cifrado permanentemente solamente si esta seguro de que sus archivos han sido descifrados correctamente.", + "Restore Encryption Keys" : "Restaurar claves de cifrado", + "Delete Encryption Keys" : "Eliminar claves de cifrado", + "Show storage location" : "Mostrar la ubicación del almacenamiento", + "Show last log in" : "Mostrar el último inicio de sesión", + "Login Name" : "Nombre de usuario", + "Create" : "Crear", + "Admin Recovery Password" : "Recuperación de la contraseña de administración", + "Enter the recovery password in order to recover the users files during password change" : "Introduzca la contraseña de recuperación a fin de recuperar los archivos de los usuarios durante el cambio de contraseña.", + "Search Users and Groups" : "Buscar usuarios y grupos", + "Add Group" : "Agregar grupo", + "Group" : "Grupo", + "Everyone" : "Todos", + "Admins" : "Administradores", + "Default Quota" : "Cuota predeterminada", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indique la cúota de almacenamiento (ej: \"512 MB\" o \"12 GB\")", + "Unlimited" : "Ilimitado", + "Other" : "Otro", + "Username" : "Nombre de usuario", + "Quota" : "Cuota", + "Storage Location" : "Ubicación de almacenamiento", + "Last Login" : "Último inicio de sesión", + "change full name" : "cambiar el nombre completo", + "set new password" : "establecer nueva contraseña", + "Default" : "Predeterminado" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es.json b/settings/l10n/es.json new file mode 100644 index 0000000000..15113b4ff2 --- /dev/null +++ b/settings/l10n/es.json @@ -0,0 +1,236 @@ +{ "translations": { + "Enabled" : "Habilitado", + "Not enabled" : "No habilitado", + "Recommended" : "Recomendado", + "Authentication error" : "Error de autenticación", + "Your full name has been changed." : "Se ha cambiado su nombre completo.", + "Unable to change full name" : "No se puede cambiar el nombre completo", + "Group already exists" : "El grupo ya existe", + "Unable to add group" : "No se pudo añadir el grupo", + "Files decrypted successfully" : "Los archivos fueron descifrados", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "No se pudo descifrar sus archivos. Revise el owncloud.log o consulte con su administrador", + "Couldn't decrypt your files, check your password and try again" : "No se pudo descifrar sus archivos. Revise su contraseña e inténtelo de nuevo", + "Encryption keys deleted permanently" : "Claves de cifrado eliminadas permanentemente", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "No se pudieron eliminar permanentemente sus claves de cifrado. Revise owncloud.log o consulte con su administrador.", + "Couldn't remove app." : "No se pudo eliminar la aplicación.", + "Email saved" : "Correo electrónico guardado", + "Invalid email" : "Correo electrónico no válido", + "Unable to delete group" : "No se pudo eliminar el grupo", + "Unable to delete user" : "No se pudo eliminar el usuario", + "Backups restored successfully" : "Copia de seguridad restaurada", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "No se pudieron restarurar sus claves de cifrado. Revise owncloud.log o consulte con su administrador.", + "Language changed" : "Idioma cambiado", + "Invalid request" : "Petición no válida", + "Admins can't remove themself from the admin group" : "Los administradores no se pueden eliminar a ellos mismos del grupo de administrador", + "Unable to add user to group %s" : "No se pudo añadir el usuario al grupo %s", + "Unable to remove user from group %s" : "No se pudo eliminar al usuario del grupo %s", + "Couldn't update app." : "No se pudo actualizar la aplicación.", + "Wrong password" : "Contraseña incorrecta", + "No user supplied" : "No se especificó un usuario", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor facilite una contraseña de recuperación de administrador, sino podrían perderse todos los datos de usuario", + "Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación de administrador incorrecta. Por favor compruebe la contraseña e inténtelo de nuevo.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "El back-end no soporta cambios de contraseña, pero la clave de cifrado del usuario ha sido actualizada satisfactoriamente.", + "Unable to change password" : "No se ha podido cambiar la contraseña", + "Saved" : "Guardado", + "test email settings" : "probar configuración de correo electrónico", + "If you received this email, the settings seem to be correct." : "Si recibió este mensaje de correo electrónico, su configuración debe estar correcta.", + "A problem occurred while sending the email. Please revise your settings." : "Ocurrió un problema al mandar el mensaje. Revise la configuración.", + "Email sent" : "Correo electrónico enviado", + "You need to set your user email before being able to send test emails." : "Tiene que configurar su dirección de correo electrónico antes de poder enviar mensajes de prueba.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "¿Está seguro de querer agregar \"{domain}\" como un dominio de confianza?", + "Add trusted domain" : "Agregar dominio de confianza", + "Sending..." : "Enviando...", + "All" : "Todos", + "Please wait...." : "Espere, por favor....", + "Error while disabling app" : "Error mientras se desactivaba la aplicación", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Error mientras se activaba la aplicación", + "Updating...." : "Actualizando....", + "Error while updating app" : "Error mientras se actualizaba la aplicación", + "Updated" : "Actualizado", + "Uninstalling ...." : "Desinstalando...", + "Error while uninstalling app" : "Error al desinstalar la aplicación", + "Uninstall" : "Desinstalar", + "Select a profile picture" : "Seleccionar una imagen de perfil", + "Very weak password" : "Contraseña muy débil", + "Weak password" : "Contraseña débil", + "So-so password" : "Contraseña pasable", + "Good password" : "Contraseña buena", + "Strong password" : "Contraseña muy buena", + "Valid until {date}" : "Válido hasta {date}", + "Delete" : "Eliminar", + "Decrypting files... Please wait, this can take some time." : "Descifrando archivos... Espere por favor, esto puede llevar algo de tiempo.", + "Delete encryption keys permanently." : "Eliminar claves de cifrado permanentemente.", + "Restore encryption keys." : "Restaurar claves de cifrado.", + "Groups" : "Grupos", + "Unable to delete {objName}" : "No es posible eliminar {objName}", + "Error creating group" : "Error al crear un grupo", + "A valid group name must be provided" : "Se debe dar un nombre válido para el grupo ", + "deleted {groupName}" : "borrado {groupName}", + "undo" : "deshacer", + "never" : "nunca", + "deleted {userName}" : "borrado {userName}", + "add group" : "añadir Grupo", + "A valid username must be provided" : "Se debe proporcionar un nombre de usuario válido", + "Error creating user" : "Error al crear usuario", + "A valid password must be provided" : "Se debe proporcionar una contraseña válida", + "Warning: Home directory for user \"{user}\" already exists" : "Atención: el directorio de inicio para el usuario \"{user}\" ya existe.", + "__language_name__" : "Castellano", + "Personal Info" : "Información personal", + "SSL root certificates" : "Certificados raíz SSL", + "Encryption" : "Cifrado", + "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (Información, Avisos, Errores, debug y problemas fatales)", + "Info, warnings, errors and fatal issues" : "Información, Avisos, Errores y problemas fatales", + "Warnings, errors and fatal issues" : "Advertencias, errores y problemas fatales", + "Errors and fatal issues" : "Errores y problemas fatales", + "Fatal issues only" : "Problemas fatales solamente", + "None" : "Ninguno", + "Login" : "Iniciar sesión", + "Plain" : "Plano", + "NT LAN Manager" : "Gestor de NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Advertencia de seguridad", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Está ingresando a %s vía HTTP. Le recomendamos encarecidamente que configure su servidor para que requiera 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." : "Su directorio de datos y archivos es probablemente accesible desde Internet pues el archivo .htaccess no está funcionando. Le sugerimos encarecidamente que configure su servidor web de modo que el directorio de datos no sea accesible o que mueva dicho directorio fuera de la raíz de documentos del servidor web.", + "Setup Warning" : "Advertencia de configuración", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para eliminar bloques de documentos en línea. Esto hará que varias aplicaciones del principales no estén accesibles.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Probablemente esto sea causado por un cache o acelerador, como por ejemplo Zend OPcache o eAccelerator.", + "Database Performance Info" : "Información de rendimiento de la base de datos", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Se está usando SQLite como base de datos. Para instalaciones más grandes, recomendamos cambiar esto. Para migrar a otra base de datos, use la herramienta de línea de comandos: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "No se ha encontrado el módulo \"fileinfo\"", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "No se ha encontrado el modulo PHP 'fileinfo'. Le recomendamos encarecidamente que habilite este módulo para obtener mejores resultados con la detección de tipos MIME.", + "Your PHP version is outdated" : "Su versión de PHP no está actualizada", + "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." : "Su versión de PHP ha caducado. Le sugerimos encarecidamente que la actualize a 5.3.8 o a una más nueva porque normalmente las versiones antiguas no funcionan bien. Puede ser que esta instalación no esté funcionando bien por ello.", + "PHP charset is not set to UTF-8" : "El conjunto de caracteres de PHP no está establecido en UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "El set de caracteres usado por PHP no es UTF-8. Esto puede causar grandes problemas con nombres de archivos que contengan caracteres que no sean ASCII. Recomendamos encarecidamente cambiar el valor de 'default_charset' en php.ini a 'UTF-8'.", + "Locale not working" : "La configuración regional no está funcionando", + "System locale can not be set to a one which supports UTF-8." : "No se puede escoger una configuración regional que soporte UTF-8.", + "This means that there might be problems with certain characters in file names." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de los archivos.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Es muy recomendable instalar los paquetes necesarios para poder soportar una de las siguientes configuraciones regionales: %s. ", + "URL generation in notification emails" : "Generación de URL en mensajes de notificación", + "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\")" : "Si su instalación no está ubicada en la raíz del dominio y usa el cron del sistema, puede haber problemas al generarse los URL. Para evitarlos, configure la opción \"overwritewebroot\" en su archivo config.php para que use la ruta de la raíz del sitio web de su instalación (sugerencia: \"%s\")", + "Connectivity checks" : "Probar la conectividad", + "No problems found" : "No se han encontrado problemas", + "Please double check the installation guides." : "Por favor, vuelva a comprobar las guías de instalación.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Cron fue ejecutado por última vez a las %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Cron fue ejecutado por última vez a las %s. Esto fue hace más de una hora, algo anda mal.", + "Cron was not executed yet!" : "¡Cron aún no ha sido ejecutado!", + "Execute one task with each page loaded" : "Ejecutar una tarea con cada página cargada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Usar el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos.", + "Sharing" : "Compartiendo", + "Allow apps to use the Share API" : "Permitir a las aplicaciones utilizar la API de Compartición", + "Allow users to share via link" : "Permite a los usuarios compartir por medio de enlaces", + "Enforce password protection" : "Forzar la protección por contraseña.", + "Allow public uploads" : "Permitir subidas públicas", + "Set default expiration date" : "Establecer fecha de caducidad predeterminada", + "Expire after " : "Caduca luego de", + "days" : "días", + "Enforce expiration date" : "Imponer fecha de caducidad", + "Allow resharing" : "Permitir re-compartición", + "Restrict users to only share with users in their groups" : "Restringe a los usuarios a compartir solo con otros usuarios en sus grupos", + "Allow users to send mail notification for shared files" : "Permitir a los usuarios enviar mensajes de notificación para ficheros compartidos", + "Exclude groups from sharing" : "Excluye grupos de compartir", + "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán, pero no podrán iniciarlos.", + "Security" : "Seguridad", + "Enforce HTTPS" : "Forzar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forzar a los clientes a conectarse a %s por medio de una conexión cifrada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor, conéctese a su %s a través de HTTPS para habilitar o deshabilitar la aplicación de SSL.", + "Email Server" : "Servidor de correo electrónico", + "This is used for sending out notifications." : "Esto se usa para enviar notificaciones.", + "Send mode" : "Modo de envío", + "From address" : "Desde la dirección", + "mail" : "correo electrónico", + "Authentication method" : "Método de autenticación", + "Authentication required" : "Se necesita autenticación", + "Server address" : "Dirección del servidor", + "Port" : "Puerto", + "Credentials" : "Credenciales", + "SMTP Username" : "Nombre de usuario SMTP", + "SMTP Password" : "Contraseña SMTP", + "Store credentials" : "Almacenar credenciales", + "Test email settings" : "Probar configuración de correo electrónico", + "Send email" : "Enviar mensaje", + "Log" : "Registro", + "Log level" : "Nivel de registro", + "More" : "Más", + "Less" : "Menos", + "Version" : "Versión", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", + "More apps" : "Más aplicaciones", + "Add your app" : "Agregue su aplicación", + "by" : "por", + "licensed" : "licenciado", + "Documentation:" : "Documentación:", + "User Documentation" : "Documentación de usuario", + "Admin Documentation" : "Documentación para administradores", + "Update to %s" : "Actualizado a %s", + "Enable only for specific groups" : "Activar solamente para grupos específicos", + "Uninstall App" : "Desinstalar aplicación", + "Administrator Documentation" : "Documentación de administrador", + "Online Documentation" : "Documentación en línea", + "Forum" : "Foro", + "Bugtracker" : "Rastreador de fallos", + "Commercial Support" : "Soporte comercial", + "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si desea contribuir al proyecto\n\t\túnase al desarrollo\n\t\to\n\t\t¡corra la voz!", + "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de ejecución inicial", + "You have used %s of the available %s" : "Ha usado %s de los %s disponibles", + "Password" : "Contraseña", + "Your password was changed" : "Su contraseña ha sido cambiada", + "Unable to change your password" : "No se ha podido cambiar su contraseña", + "Current password" : "Contraseña actual", + "New password" : "Nueva contraseña", + "Change password" : "Cambiar contraseña", + "Full Name" : "Nombre completo", + "Email" : "Correo electrónico", + "Your email address" : "Su dirección de correo", + "Fill in an email address to enable password recovery and receive notifications" : "Introducir una dirección de correo electrónico para activar la recuperación de contraseñas y recibir notificaciones", + "Profile picture" : "Foto de perfil", + "Upload new" : "Subir otra", + "Select new from Files" : "Seleccionar otra desde Archivos", + "Remove image" : "Borrar imagen", + "Either png or jpg. Ideally square but you will be able to crop it." : "Archivo PNG o JPG. Preferiblemente cuadrado, pero tendrás la posibilidad de recortarlo.", + "Your avatar is provided by your original account." : "Su avatar es proporcionado por su cuenta original.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Seleccionar como imagen de perfil", + "Language" : "Idioma", + "Help translate" : "Ayúdanos a traducir", + "Common Name" : "Nombre común", + "Valid until" : "Válido hasta", + "Issued By" : "Emitido por", + "Valid until %s" : "Válido hasta %s", + "Import Root Certificate" : "Importar certificado raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "La aplicación de cifrado ya no está activada, descifre todos sus archivos", + "Log-in password" : "Contraseña de acceso", + "Decrypt all Files" : "Descifrar archivos", + "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." : "Sus claves de cifrado se archivarán en una localización segura. Así en caso de que algo fuese mal podrá recuperan sus claves. Borre sus claves de cifrado permanentemente solamente si esta seguro de que sus archivos han sido descifrados correctamente.", + "Restore Encryption Keys" : "Restaurar claves de cifrado", + "Delete Encryption Keys" : "Eliminar claves de cifrado", + "Show storage location" : "Mostrar la ubicación del almacenamiento", + "Show last log in" : "Mostrar el último inicio de sesión", + "Login Name" : "Nombre de usuario", + "Create" : "Crear", + "Admin Recovery Password" : "Recuperación de la contraseña de administración", + "Enter the recovery password in order to recover the users files during password change" : "Introduzca la contraseña de recuperación a fin de recuperar los archivos de los usuarios durante el cambio de contraseña.", + "Search Users and Groups" : "Buscar usuarios y grupos", + "Add Group" : "Agregar grupo", + "Group" : "Grupo", + "Everyone" : "Todos", + "Admins" : "Administradores", + "Default Quota" : "Cuota predeterminada", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indique la cúota de almacenamiento (ej: \"512 MB\" o \"12 GB\")", + "Unlimited" : "Ilimitado", + "Other" : "Otro", + "Username" : "Nombre de usuario", + "Quota" : "Cuota", + "Storage Location" : "Ubicación de almacenamiento", + "Last Login" : "Último inicio de sesión", + "change full name" : "cambiar el nombre completo", + "set new password" : "establecer nueva contraseña", + "Default" : "Predeterminado" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/es.php b/settings/l10n/es.php deleted file mode 100644 index 91fdbe2f3e..0000000000 --- a/settings/l10n/es.php +++ /dev/null @@ -1,239 +0,0 @@ - "Habilitado", -"Not enabled" => "No habilitado", -"Recommended" => "Recomendado", -"Authentication error" => "Error de autenticación", -"Your full name has been changed." => "Se ha cambiado su nombre completo.", -"Unable to change full name" => "No se puede cambiar el nombre completo", -"Group already exists" => "El grupo ya existe", -"Unable to add group" => "No se pudo añadir el grupo", -"Files decrypted successfully" => "Los archivos fueron descifrados", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "No se pudo descifrar sus archivos. Revise el owncloud.log o consulte con su administrador", -"Couldn't decrypt your files, check your password and try again" => "No se pudo descifrar sus archivos. Revise su contraseña e inténtelo de nuevo", -"Encryption keys deleted permanently" => "Claves de cifrado eliminadas permanentemente", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "No se pudieron eliminar permanentemente sus claves de cifrado. Revise owncloud.log o consulte con su administrador.", -"Couldn't remove app." => "No se pudo eliminar la aplicación.", -"Email saved" => "Correo electrónico guardado", -"Invalid email" => "Correo electrónico no válido", -"Unable to delete group" => "No se pudo eliminar el grupo", -"Unable to delete user" => "No se pudo eliminar el usuario", -"Backups restored successfully" => "Copia de seguridad restaurada", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "No se pudieron restarurar sus claves de cifrado. Revise owncloud.log o consulte con su administrador.", -"Language changed" => "Idioma cambiado", -"Invalid request" => "Petición no válida", -"Admins can't remove themself from the admin group" => "Los administradores no se pueden eliminar a ellos mismos del grupo de administrador", -"Unable to add user to group %s" => "No se pudo añadir el usuario al grupo %s", -"Unable to remove user from group %s" => "No se pudo eliminar al usuario del grupo %s", -"Couldn't update app." => "No se pudo actualizar la aplicación.", -"Wrong password" => "Contraseña incorrecta", -"No user supplied" => "No se especificó un usuario", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Por favor facilite una contraseña de recuperación de administrador, sino podrían perderse todos los datos de usuario", -"Wrong admin recovery password. Please check the password and try again." => "Contraseña de recuperación de administrador incorrecta. Por favor compruebe la contraseña e inténtelo de nuevo.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "El back-end no soporta cambios de contraseña, pero la clave de cifrado del usuario ha sido actualizada satisfactoriamente.", -"Unable to change password" => "No se ha podido cambiar la contraseña", -"Saved" => "Guardado", -"test email settings" => "probar configuración de correo electrónico", -"If you received this email, the settings seem to be correct." => "Si recibió este mensaje de correo electrónico, su configuración debe estar correcta.", -"A problem occurred while sending the email. Please revise your settings." => "Ocurrió un problema al mandar el mensaje. Revise la configuración.", -"Email sent" => "Correo electrónico enviado", -"You need to set your user email before being able to send test emails." => "Tiene que configurar su dirección de correo electrónico antes de poder enviar mensajes de prueba.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "¿Está seguro de querer agregar \"{domain}\" como un dominio de confianza?", -"Add trusted domain" => "Agregar dominio de confianza", -"Sending..." => "Enviando...", -"All" => "Todos", -"Please wait...." => "Espere, por favor....", -"Error while disabling app" => "Error mientras se desactivaba la aplicación", -"Disable" => "Desactivar", -"Enable" => "Activar", -"Error while enabling app" => "Error mientras se activaba la aplicación", -"Updating...." => "Actualizando....", -"Error while updating app" => "Error mientras se actualizaba la aplicación", -"Updated" => "Actualizado", -"Uninstalling ...." => "Desinstalando...", -"Error while uninstalling app" => "Error al desinstalar la aplicación", -"Uninstall" => "Desinstalar", -"Select a profile picture" => "Seleccionar una imagen de perfil", -"Very weak password" => "Contraseña muy débil", -"Weak password" => "Contraseña débil", -"So-so password" => "Contraseña pasable", -"Good password" => "Contraseña buena", -"Strong password" => "Contraseña muy buena", -"Valid until {date}" => "Válido hasta {date}", -"Delete" => "Eliminar", -"Decrypting files... Please wait, this can take some time." => "Descifrando archivos... Espere por favor, esto puede llevar algo de tiempo.", -"Delete encryption keys permanently." => "Eliminar claves de cifrado permanentemente.", -"Restore encryption keys." => "Restaurar claves de cifrado.", -"Groups" => "Grupos", -"Unable to delete {objName}" => "No es posible eliminar {objName}", -"Error creating group" => "Error al crear un grupo", -"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", -"A valid username must be provided" => "Se debe proporcionar un nombre de usuario válido", -"Error creating user" => "Error al crear usuario", -"A valid password must be provided" => "Se debe proporcionar una contraseña válida", -"Warning: Home directory for user \"{user}\" already exists" => "Atención: el directorio de inicio para el usuario \"{user}\" ya existe.", -"__language_name__" => "Castellano", -"Personal Info" => "Información personal", -"SSL root certificates" => "Certificados raíz SSL", -"Encryption" => "Cifrado", -"Everything (fatal issues, errors, warnings, info, debug)" => "Todo (Información, Avisos, Errores, debug y problemas fatales)", -"Info, warnings, errors and fatal issues" => "Información, Avisos, Errores y problemas fatales", -"Warnings, errors and fatal issues" => "Advertencias, errores y problemas fatales", -"Errors and fatal issues" => "Errores y problemas fatales", -"Fatal issues only" => "Problemas fatales solamente", -"None" => "Ninguno", -"Login" => "Iniciar sesión", -"Plain" => "Plano", -"NT LAN Manager" => "Gestor de NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Advertencia de seguridad", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Está ingresando a %s vía HTTP. Le recomendamos encarecidamente que configure su servidor para que requiera 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." => "Su directorio de datos y archivos es probablemente accesible desde Internet pues el archivo .htaccess no está funcionando. Le sugerimos encarecidamente que configure su servidor web de modo que el directorio de datos no sea accesible o que mueva dicho directorio fuera de la raíz de documentos del servidor web.", -"Setup Warning" => "Advertencia de configuración", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP está aparentemente configurado para eliminar bloques de documentos en línea. Esto hará que varias aplicaciones del principales no estén accesibles.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Probablemente esto sea causado por un cache o acelerador, como por ejemplo Zend OPcache o eAccelerator.", -"Database Performance Info" => "Información de rendimiento de la base de datos", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Se está usando SQLite como base de datos. Para instalaciones más grandes, recomendamos cambiar esto. Para migrar a otra base de datos, use la herramienta de línea de comandos: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "No se ha encontrado el módulo \"fileinfo\"", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "No se ha encontrado el modulo PHP 'fileinfo'. Le recomendamos encarecidamente que habilite este módulo para obtener mejores resultados con la detección de tipos MIME.", -"Your PHP version is outdated" => "Su versión de PHP no está actualizada", -"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." => "Su versión de PHP ha caducado. Le sugerimos encarecidamente que la actualize a 5.3.8 o a una más nueva porque normalmente las versiones antiguas no funcionan bien. Puede ser que esta instalación no esté funcionando bien por ello.", -"PHP charset is not set to UTF-8" => "El conjunto de caracteres de PHP no está establecido en UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "El set de caracteres usado por PHP no es UTF-8. Esto puede causar grandes problemas con nombres de archivos que contengan caracteres que no sean ASCII. Recomendamos encarecidamente cambiar el valor de 'default_charset' en php.ini a 'UTF-8'.", -"Locale not working" => "La configuración regional no está funcionando", -"System locale can not be set to a one which supports UTF-8." => "No se puede escoger una configuración regional que soporte UTF-8.", -"This means that there might be problems with certain characters in file names." => "Esto significa que puede haber problemas con ciertos caracteres en los nombres de los archivos.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Es muy recomendable instalar los paquetes necesarios para poder soportar una de las siguientes configuraciones regionales: %s. ", -"URL generation in notification emails" => "Generación de URL en mensajes de notificación", -"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\")" => "Si su instalación no está ubicada en la raíz del dominio y usa el cron del sistema, puede haber problemas al generarse los URL. Para evitarlos, configure la opción \"overwritewebroot\" en su archivo config.php para que use la ruta de la raíz del sitio web de su instalación (sugerencia: \"%s\")", -"Connectivity checks" => "Probar la conectividad", -"No problems found" => "No se han encontrado problemas", -"Please double check the installation guides." => "Por favor, vuelva a comprobar las guías de instalación.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Cron fue ejecutado por última vez a las %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Cron fue ejecutado por última vez a las %s. Esto fue hace más de una hora, algo anda mal.", -"Cron was not executed yet!" => "¡Cron aún no ha sido ejecutado!", -"Execute one task with each page loaded" => "Ejecutar una tarea con cada página cargada", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Usar el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos.", -"Sharing" => "Compartiendo", -"Allow apps to use the Share API" => "Permitir a las aplicaciones utilizar la API de Compartición", -"Allow users to share via link" => "Permite a los usuarios compartir por medio de enlaces", -"Enforce password protection" => "Forzar la protección por contraseña.", -"Allow public uploads" => "Permitir subidas públicas", -"Set default expiration date" => "Establecer fecha de caducidad predeterminada", -"Expire after " => "Caduca luego de", -"days" => "días", -"Enforce expiration date" => "Imponer fecha de caducidad", -"Allow resharing" => "Permitir re-compartición", -"Restrict users to only share with users in their groups" => "Restringe a los usuarios a compartir solo con otros usuarios en sus grupos", -"Allow users to send mail notification for shared files" => "Permitir a los usuarios enviar mensajes de notificación para ficheros compartidos", -"Exclude groups from sharing" => "Excluye grupos de compartir", -"These groups will still be able to receive shares, but not to initiate them." => "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán, pero no podrán iniciarlos.", -"Security" => "Seguridad", -"Enforce HTTPS" => "Forzar HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Forzar a los clientes a conectarse a %s por medio de una conexión cifrada.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor, conéctese a su %s a través de HTTPS para habilitar o deshabilitar la aplicación de SSL.", -"Email Server" => "Servidor de correo electrónico", -"This is used for sending out notifications." => "Esto se usa para enviar notificaciones.", -"Send mode" => "Modo de envío", -"From address" => "Desde la dirección", -"mail" => "correo electrónico", -"Authentication method" => "Método de autenticación", -"Authentication required" => "Se necesita autenticación", -"Server address" => "Dirección del servidor", -"Port" => "Puerto", -"Credentials" => "Credenciales", -"SMTP Username" => "Nombre de usuario SMTP", -"SMTP Password" => "Contraseña SMTP", -"Store credentials" => "Almacenar credenciales", -"Test email settings" => "Probar configuración de correo electrónico", -"Send email" => "Enviar mensaje", -"Log" => "Registro", -"Log level" => "Nivel de registro", -"More" => "Más", -"Less" => "Menos", -"Version" => "Versión", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", -"More apps" => "Más aplicaciones", -"Add your app" => "Agregue su aplicación", -"by" => "por", -"licensed" => "licenciado", -"Documentation:" => "Documentación:", -"User Documentation" => "Documentación de usuario", -"Admin Documentation" => "Documentación para administradores", -"Update to %s" => "Actualizado a %s", -"Enable only for specific groups" => "Activar solamente para grupos específicos", -"Uninstall App" => "Desinstalar aplicación", -"Administrator Documentation" => "Documentación de administrador", -"Online Documentation" => "Documentación en línea", -"Forum" => "Foro", -"Bugtracker" => "Rastreador de fallos", -"Commercial Support" => "Soporte comercial", -"Get the apps to sync your files" => "Obtener las aplicaciones para sincronizar sus archivos", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Si desea contribuir al proyecto\n\t\túnase al desarrollo\n\t\to\n\t\t¡corra la voz!", -"Show First Run Wizard again" => "Mostrar nuevamente el Asistente de ejecución inicial", -"You have used %s of the available %s" => "Ha usado %s de los %s disponibles", -"Password" => "Contraseña", -"Your password was changed" => "Su contraseña ha sido cambiada", -"Unable to change your password" => "No se ha podido cambiar su contraseña", -"Current password" => "Contraseña actual", -"New password" => "Nueva contraseña", -"Change password" => "Cambiar contraseña", -"Full Name" => "Nombre completo", -"Email" => "Correo electrónico", -"Your email address" => "Su dirección de correo", -"Fill in an email address to enable password recovery and receive notifications" => "Introducir una dirección de correo electrónico para activar la recuperación de contraseñas y recibir notificaciones", -"Profile picture" => "Foto de perfil", -"Upload new" => "Subir otra", -"Select new from Files" => "Seleccionar otra desde Archivos", -"Remove image" => "Borrar imagen", -"Either png or jpg. Ideally square but you will be able to crop it." => "Archivo PNG o JPG. Preferiblemente cuadrado, pero tendrás la posibilidad de recortarlo.", -"Your avatar is provided by your original account." => "Su avatar es proporcionado por su cuenta original.", -"Cancel" => "Cancelar", -"Choose as profile image" => "Seleccionar como imagen de perfil", -"Language" => "Idioma", -"Help translate" => "Ayúdanos a traducir", -"Common Name" => "Nombre común", -"Valid until" => "Válido hasta", -"Issued By" => "Emitido por", -"Valid until %s" => "Válido hasta %s", -"Import Root Certificate" => "Importar certificado raíz", -"The encryption app is no longer enabled, please decrypt all your files" => "La aplicación de cifrado ya no está activada, descifre todos sus archivos", -"Log-in password" => "Contraseña de acceso", -"Decrypt all Files" => "Descifrar archivos", -"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." => "Sus claves de cifrado se archivarán en una localización segura. Así en caso de que algo fuese mal podrá recuperan sus claves. Borre sus claves de cifrado permanentemente solamente si esta seguro de que sus archivos han sido descifrados correctamente.", -"Restore Encryption Keys" => "Restaurar claves de cifrado", -"Delete Encryption Keys" => "Eliminar claves de cifrado", -"Show storage location" => "Mostrar la ubicación del almacenamiento", -"Show last log in" => "Mostrar el último inicio de sesión", -"Login Name" => "Nombre de usuario", -"Create" => "Crear", -"Admin Recovery Password" => "Recuperación de la contraseña de administración", -"Enter the recovery password in order to recover the users files during password change" => "Introduzca la contraseña de recuperación a fin de recuperar los archivos de los usuarios durante el cambio de contraseña.", -"Search Users and Groups" => "Buscar usuarios y grupos", -"Add Group" => "Agregar grupo", -"Group" => "Grupo", -"Everyone" => "Todos", -"Admins" => "Administradores", -"Default Quota" => "Cuota predeterminada", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Por favor indique la cúota de almacenamiento (ej: \"512 MB\" o \"12 GB\")", -"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", -"change full name" => "cambiar el nombre completo", -"set new password" => "establecer nueva contraseña", -"Default" => "Predeterminado" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/es_AR.js b/settings/l10n/es_AR.js new file mode 100644 index 0000000000..278fdc3f35 --- /dev/null +++ b/settings/l10n/es_AR.js @@ -0,0 +1,167 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Habilitado", + "Authentication error" : "Error al autenticar", + "Your full name has been changed." : "Su nombre completo ha sido cambiado.", + "Unable to change full name" : "Imposible cambiar el nombre completo", + "Group already exists" : "El grupo ya existe", + "Unable to add group" : "No fue posible añadir el grupo", + "Files decrypted successfully" : "Archivos des-encriptados correctamente", + "Email saved" : "e-mail guardado", + "Invalid email" : "El e-mail no es válido ", + "Unable to delete group" : "No fue posible borrar el grupo", + "Unable to delete user" : "No fue posible borrar el usuario", + "Language changed" : "Idioma cambiado", + "Invalid request" : "Pedido inválido", + "Admins can't remove themself from the admin group" : "Los administradores no se pueden quitar a si mismos del grupo administrador. ", + "Unable to add user to group %s" : "No fue posible agregar el usuario al grupo %s", + "Unable to remove user from group %s" : "No es posible borrar al usuario del grupo %s", + "Couldn't update app." : "No se pudo actualizar la App.", + "Wrong password" : "Clave incorrecta", + "No user supplied" : "No se ha indicado el usuario", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor provea de una contraseña de recuperación administrativa, sino se perderá todos los datos del usuario", + "Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación administrativa incorrecta. Por favor, chequee la clave e intente de nuevo", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "El back-end no soporta cambios de contraseña, pero las claves de encriptación fueron subidas exitosamente.", + "Unable to change password" : "Imposible cambiar la contraseña", + "Saved" : "Guardado", + "test email settings" : "Configuración de correo de prueba.", + "If you received this email, the settings seem to be correct." : "Si recibió este correo, la configuración parece estar correcta.", + "Email sent" : "e-mail mandado", + "You need to set your user email before being able to send test emails." : "Necesita especificar el usuario de correo electrónico antes de poder enviar correos electrónicos de prueba.", + "Sending..." : "Enviando...", + "All" : "Todos", + "Please wait...." : "Por favor, esperá....", + "Error while disabling app" : "Se ha producido un error mientras se deshabilitaba la aplicación", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Se ha producido un error mientras se habilitaba la aplicación", + "Updating...." : "Actualizando....", + "Error while updating app" : "Error al actualizar App", + "Updated" : "Actualizado", + "Select a profile picture" : "Seleccionar una imágen de perfil", + "Very weak password" : "Contraseña muy débil.", + "Weak password" : "Contraseña débil.", + "So-so password" : "Contraseña de nivel medio. ", + "Good password" : "Buena contraseña. ", + "Strong password" : "Contraseña fuerte.", + "Delete" : "Borrar", + "Decrypting files... Please wait, this can take some time." : "Desencriptando archivos... Por favor espere, esto puede tardar.", + "Groups" : "Grupos", + "undo" : "deshacer", + "never" : "nunca", + "add group" : "agregar grupo", + "A valid username must be provided" : "Debe ingresar un nombre de usuario válido", + "Error creating user" : "Error creando usuario", + "A valid password must be provided" : "Debe ingresar una contraseña válida", + "Warning: Home directory for user \"{user}\" already exists" : "Advertencia: El directorio Home del usuario \"{user}\" ya existe", + "__language_name__" : "Castellano (Argentina)", + "SSL root certificates" : "certificados SSL raíz", + "Encryption" : "Encriptación", + "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (notificaciones fatales, errores, advertencias, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, advertencias, errores y notificaciones fatales", + "Warnings, errors and fatal issues" : "Advertencias, errores y notificaciones fatales", + "Errors and fatal issues" : "Errores y notificaciones fatales", + "Fatal issues only" : "Notificaciones fatales solamente", + "None" : "Ninguno", + "Login" : "Ingresar", + "Plain" : "Plano", + "NT LAN Manager" : "Administrador NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Advertencia de seguridad", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Está accediendo %s vía HTTP. Se sugiere fuertemente que configure su servidor para requerir el uso de HTTPS en vez del otro.", + "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." : "El directorio de datos y tus archivos probablemente sean accesibles desde Internet. El archivo .htaccess no funciona. Sugerimos fuertemente que configures tu servidor web de forma tal que el archivo de directorios no sea accesible o muevas el mismo fuera de la raíz de los documentos del servidor web.", + "Setup Warning" : "Alerta de Configuración", + "Module 'fileinfo' missing" : "El módulo 'fileinfo' no existe", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "El módulo PHP 'fileinfo' no existe. Es recomendable que actives este módulo para obtener mejores resultados con la detección mime-type", + "Your PHP version is outdated" : "Su versión de PHP está fuera de término", + "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." : "Su versión de PHP está fuera de término. Recomendamos fuertemente actualizar a 5.3.8 o a una más nueva porque se sabe que versiones anteriores están falladas. Es posible que esta instalación no funcione adecuadamente.", + "Locale not working" : "\"Locale\" no está funcionando", + "System locale can not be set to a one which supports UTF-8." : "La localización del sistema no puede cambiarse a una que soporta UTF-8", + "This means that there might be problems with certain characters in file names." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de archivos.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Se sugiere fuertemente instalar los paquetes requeridos en su sistema para soportar uno de las siguientes localizaciones: %s.", + "Please double check the installation guides." : "Por favor, comprobá nuevamente la guía de instalación.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Ejecutá una tarea con cada pagina cargada.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamarlo cada 15 minutos usando http.", + "Sharing" : "Compartiendo", + "Allow apps to use the Share API" : "Permitir a las aplicaciones usar la Share API", + "Allow public uploads" : "Permitir subidas públicas", + "Allow resharing" : "Permitir Re-Compartir", + "Allow users to send mail notification for shared files" : "Habilitar a los usuarios para enviar notificaciones por correo para archivos compartidos", + "Security" : "Seguridad", + "Enforce HTTPS" : "Forzar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Fuerza al cliente a conectarse a %s por medio de una conexión encriptada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor conéctese a su %s por medio de HTTPS para habilitar o deshabilitar la característica SSL", + "Email Server" : "Servidor de correo electrónico", + "This is used for sending out notifications." : "Esto es usado para enviar notificaciones.", + "Send mode" : "Modo de envio", + "From address" : "Dirección remitente", + "Authentication method" : "Método de autenticación", + "Authentication required" : "Autentificación requerida", + "Server address" : "Dirección del servidor", + "Port" : "Puerto", + "Credentials" : "Credenciales", + "SMTP Username" : "Nombre de usuario SMTP", + "SMTP Password" : "Contraseña SMTP", + "Test email settings" : "Configuracion de correo de prueba.", + "Send email" : "Enviar correo", + "Log" : "Log", + "Log level" : "Nivel de Log", + "More" : "Más", + "Less" : "Menos", + "Version" : "Versión", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", + "by" : "por", + "Documentation:" : "Documentación:", + "User Documentation" : "Documentación de Usuario", + "Admin Documentation" : "Documentación de Administrador.", + "Administrator Documentation" : "Documentación de Administrador", + "Online Documentation" : "Documentación en línea", + "Forum" : "Foro", + "Bugtracker" : "Informar errores", + "Commercial Support" : "Soporte comercial", + "Get the apps to sync your files" : "Obtené Apps para sincronizar tus archivos", + "Show First Run Wizard again" : "Mostrar de nuevo el asistente de primera ejecución", + "You have used %s of the available %s" : "Usás %s de los %s disponibles", + "Password" : "Contraseña", + "Your password was changed" : "Tu contraseña fue cambiada", + "Unable to change your password" : "No fue posible cambiar tu contraseña", + "Current password" : "Contraseña actual", + "New password" : "Nueva contraseña:", + "Change password" : "Cambiar contraseña", + "Full Name" : "Nombre completo", + "Email" : "e-mail", + "Your email address" : "Tu dirección de e-mail", + "Fill in an email address to enable password recovery and receive notifications" : "Rellene una direccion de correo para habilitar la recuperacion de contraseña y recibir notificaciones. ", + "Profile picture" : "Imágen de perfil", + "Upload new" : "Subir nuevo", + "Select new from Files" : "Seleccionar nuevo desde archivos", + "Remove image" : "Remover imagen", + "Either png or jpg. Ideally square but you will be able to crop it." : "Sólo png o jpg. Lo ideal que sea cuadrada sino luego podrás recortarlo.", + "Your avatar is provided by your original account." : "Su avatar es proveído por su cuenta original.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Elegir como imagen de perfil", + "Language" : "Idioma", + "Help translate" : "Ayudanos a traducir", + "Import Root Certificate" : "Importar certificado raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "La aplicación de encriptación ya no está habilidata, por favor desencripte todos sus archivos.", + "Log-in password" : "Clave de acceso", + "Decrypt all Files" : "Desencriptar todos los archivos", + "Login Name" : "Nombre de Usuario", + "Create" : "Crear", + "Admin Recovery Password" : "Recuperación de contraseña de administrador", + "Enter the recovery password in order to recover the users files during password change" : "Ingresá la contraseña de recuperación para recuperar los archivos de usuario al cambiar contraseña", + "Group" : "Grupo", + "Default Quota" : "Cuota predeterminada", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor ingrese la cuota de almacenamiento (ej.: \"512 MB\" o \"12 GB\")", + "Unlimited" : "Ilimitado", + "Other" : "Otros", + "Username" : "Nombre de usuario", + "Quota" : "Cuota", + "change full name" : "Cambiar nombre completo", + "set new password" : "Configurar nueva contraseña", + "Default" : "Predeterminado" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_AR.json b/settings/l10n/es_AR.json new file mode 100644 index 0000000000..0614fb56d3 --- /dev/null +++ b/settings/l10n/es_AR.json @@ -0,0 +1,165 @@ +{ "translations": { + "Enabled" : "Habilitado", + "Authentication error" : "Error al autenticar", + "Your full name has been changed." : "Su nombre completo ha sido cambiado.", + "Unable to change full name" : "Imposible cambiar el nombre completo", + "Group already exists" : "El grupo ya existe", + "Unable to add group" : "No fue posible añadir el grupo", + "Files decrypted successfully" : "Archivos des-encriptados correctamente", + "Email saved" : "e-mail guardado", + "Invalid email" : "El e-mail no es válido ", + "Unable to delete group" : "No fue posible borrar el grupo", + "Unable to delete user" : "No fue posible borrar el usuario", + "Language changed" : "Idioma cambiado", + "Invalid request" : "Pedido inválido", + "Admins can't remove themself from the admin group" : "Los administradores no se pueden quitar a si mismos del grupo administrador. ", + "Unable to add user to group %s" : "No fue posible agregar el usuario al grupo %s", + "Unable to remove user from group %s" : "No es posible borrar al usuario del grupo %s", + "Couldn't update app." : "No se pudo actualizar la App.", + "Wrong password" : "Clave incorrecta", + "No user supplied" : "No se ha indicado el usuario", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor provea de una contraseña de recuperación administrativa, sino se perderá todos los datos del usuario", + "Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación administrativa incorrecta. Por favor, chequee la clave e intente de nuevo", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "El back-end no soporta cambios de contraseña, pero las claves de encriptación fueron subidas exitosamente.", + "Unable to change password" : "Imposible cambiar la contraseña", + "Saved" : "Guardado", + "test email settings" : "Configuración de correo de prueba.", + "If you received this email, the settings seem to be correct." : "Si recibió este correo, la configuración parece estar correcta.", + "Email sent" : "e-mail mandado", + "You need to set your user email before being able to send test emails." : "Necesita especificar el usuario de correo electrónico antes de poder enviar correos electrónicos de prueba.", + "Sending..." : "Enviando...", + "All" : "Todos", + "Please wait...." : "Por favor, esperá....", + "Error while disabling app" : "Se ha producido un error mientras se deshabilitaba la aplicación", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Se ha producido un error mientras se habilitaba la aplicación", + "Updating...." : "Actualizando....", + "Error while updating app" : "Error al actualizar App", + "Updated" : "Actualizado", + "Select a profile picture" : "Seleccionar una imágen de perfil", + "Very weak password" : "Contraseña muy débil.", + "Weak password" : "Contraseña débil.", + "So-so password" : "Contraseña de nivel medio. ", + "Good password" : "Buena contraseña. ", + "Strong password" : "Contraseña fuerte.", + "Delete" : "Borrar", + "Decrypting files... Please wait, this can take some time." : "Desencriptando archivos... Por favor espere, esto puede tardar.", + "Groups" : "Grupos", + "undo" : "deshacer", + "never" : "nunca", + "add group" : "agregar grupo", + "A valid username must be provided" : "Debe ingresar un nombre de usuario válido", + "Error creating user" : "Error creando usuario", + "A valid password must be provided" : "Debe ingresar una contraseña válida", + "Warning: Home directory for user \"{user}\" already exists" : "Advertencia: El directorio Home del usuario \"{user}\" ya existe", + "__language_name__" : "Castellano (Argentina)", + "SSL root certificates" : "certificados SSL raíz", + "Encryption" : "Encriptación", + "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (notificaciones fatales, errores, advertencias, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, advertencias, errores y notificaciones fatales", + "Warnings, errors and fatal issues" : "Advertencias, errores y notificaciones fatales", + "Errors and fatal issues" : "Errores y notificaciones fatales", + "Fatal issues only" : "Notificaciones fatales solamente", + "None" : "Ninguno", + "Login" : "Ingresar", + "Plain" : "Plano", + "NT LAN Manager" : "Administrador NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Advertencia de seguridad", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Está accediendo %s vía HTTP. Se sugiere fuertemente que configure su servidor para requerir el uso de HTTPS en vez del otro.", + "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." : "El directorio de datos y tus archivos probablemente sean accesibles desde Internet. El archivo .htaccess no funciona. Sugerimos fuertemente que configures tu servidor web de forma tal que el archivo de directorios no sea accesible o muevas el mismo fuera de la raíz de los documentos del servidor web.", + "Setup Warning" : "Alerta de Configuración", + "Module 'fileinfo' missing" : "El módulo 'fileinfo' no existe", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "El módulo PHP 'fileinfo' no existe. Es recomendable que actives este módulo para obtener mejores resultados con la detección mime-type", + "Your PHP version is outdated" : "Su versión de PHP está fuera de término", + "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." : "Su versión de PHP está fuera de término. Recomendamos fuertemente actualizar a 5.3.8 o a una más nueva porque se sabe que versiones anteriores están falladas. Es posible que esta instalación no funcione adecuadamente.", + "Locale not working" : "\"Locale\" no está funcionando", + "System locale can not be set to a one which supports UTF-8." : "La localización del sistema no puede cambiarse a una que soporta UTF-8", + "This means that there might be problems with certain characters in file names." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de archivos.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Se sugiere fuertemente instalar los paquetes requeridos en su sistema para soportar uno de las siguientes localizaciones: %s.", + "Please double check the installation guides." : "Por favor, comprobá nuevamente la guía de instalación.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Ejecutá una tarea con cada pagina cargada.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado en el servicio webcron para llamarlo cada 15 minutos usando http.", + "Sharing" : "Compartiendo", + "Allow apps to use the Share API" : "Permitir a las aplicaciones usar la Share API", + "Allow public uploads" : "Permitir subidas públicas", + "Allow resharing" : "Permitir Re-Compartir", + "Allow users to send mail notification for shared files" : "Habilitar a los usuarios para enviar notificaciones por correo para archivos compartidos", + "Security" : "Seguridad", + "Enforce HTTPS" : "Forzar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Fuerza al cliente a conectarse a %s por medio de una conexión encriptada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor conéctese a su %s por medio de HTTPS para habilitar o deshabilitar la característica SSL", + "Email Server" : "Servidor de correo electrónico", + "This is used for sending out notifications." : "Esto es usado para enviar notificaciones.", + "Send mode" : "Modo de envio", + "From address" : "Dirección remitente", + "Authentication method" : "Método de autenticación", + "Authentication required" : "Autentificación requerida", + "Server address" : "Dirección del servidor", + "Port" : "Puerto", + "Credentials" : "Credenciales", + "SMTP Username" : "Nombre de usuario SMTP", + "SMTP Password" : "Contraseña SMTP", + "Test email settings" : "Configuracion de correo de prueba.", + "Send email" : "Enviar correo", + "Log" : "Log", + "Log level" : "Nivel de Log", + "More" : "Más", + "Less" : "Menos", + "Version" : "Versión", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", + "by" : "por", + "Documentation:" : "Documentación:", + "User Documentation" : "Documentación de Usuario", + "Admin Documentation" : "Documentación de Administrador.", + "Administrator Documentation" : "Documentación de Administrador", + "Online Documentation" : "Documentación en línea", + "Forum" : "Foro", + "Bugtracker" : "Informar errores", + "Commercial Support" : "Soporte comercial", + "Get the apps to sync your files" : "Obtené Apps para sincronizar tus archivos", + "Show First Run Wizard again" : "Mostrar de nuevo el asistente de primera ejecución", + "You have used %s of the available %s" : "Usás %s de los %s disponibles", + "Password" : "Contraseña", + "Your password was changed" : "Tu contraseña fue cambiada", + "Unable to change your password" : "No fue posible cambiar tu contraseña", + "Current password" : "Contraseña actual", + "New password" : "Nueva contraseña:", + "Change password" : "Cambiar contraseña", + "Full Name" : "Nombre completo", + "Email" : "e-mail", + "Your email address" : "Tu dirección de e-mail", + "Fill in an email address to enable password recovery and receive notifications" : "Rellene una direccion de correo para habilitar la recuperacion de contraseña y recibir notificaciones. ", + "Profile picture" : "Imágen de perfil", + "Upload new" : "Subir nuevo", + "Select new from Files" : "Seleccionar nuevo desde archivos", + "Remove image" : "Remover imagen", + "Either png or jpg. Ideally square but you will be able to crop it." : "Sólo png o jpg. Lo ideal que sea cuadrada sino luego podrás recortarlo.", + "Your avatar is provided by your original account." : "Su avatar es proveído por su cuenta original.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Elegir como imagen de perfil", + "Language" : "Idioma", + "Help translate" : "Ayudanos a traducir", + "Import Root Certificate" : "Importar certificado raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "La aplicación de encriptación ya no está habilidata, por favor desencripte todos sus archivos.", + "Log-in password" : "Clave de acceso", + "Decrypt all Files" : "Desencriptar todos los archivos", + "Login Name" : "Nombre de Usuario", + "Create" : "Crear", + "Admin Recovery Password" : "Recuperación de contraseña de administrador", + "Enter the recovery password in order to recover the users files during password change" : "Ingresá la contraseña de recuperación para recuperar los archivos de usuario al cambiar contraseña", + "Group" : "Grupo", + "Default Quota" : "Cuota predeterminada", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor ingrese la cuota de almacenamiento (ej.: \"512 MB\" o \"12 GB\")", + "Unlimited" : "Ilimitado", + "Other" : "Otros", + "Username" : "Nombre de usuario", + "Quota" : "Cuota", + "change full name" : "Cambiar nombre completo", + "set new password" : "Configurar nueva contraseña", + "Default" : "Predeterminado" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/es_AR.php b/settings/l10n/es_AR.php deleted file mode 100644 index 1b27515d77..0000000000 --- a/settings/l10n/es_AR.php +++ /dev/null @@ -1,166 +0,0 @@ - "Habilitado", -"Authentication error" => "Error al autenticar", -"Your full name has been changed." => "Su nombre completo ha sido cambiado.", -"Unable to change full name" => "Imposible cambiar el nombre completo", -"Group already exists" => "El grupo ya existe", -"Unable to add group" => "No fue posible añadir el grupo", -"Files decrypted successfully" => "Archivos des-encriptados correctamente", -"Email saved" => "e-mail guardado", -"Invalid email" => "El e-mail no es válido ", -"Unable to delete group" => "No fue posible borrar el grupo", -"Unable to delete user" => "No fue posible borrar el usuario", -"Language changed" => "Idioma cambiado", -"Invalid request" => "Pedido inválido", -"Admins can't remove themself from the admin group" => "Los administradores no se pueden quitar a si mismos del grupo administrador. ", -"Unable to add user to group %s" => "No fue posible agregar el usuario al grupo %s", -"Unable to remove user from group %s" => "No es posible borrar al usuario del grupo %s", -"Couldn't update app." => "No se pudo actualizar la App.", -"Wrong password" => "Clave incorrecta", -"No user supplied" => "No se ha indicado el usuario", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Por favor provea de una contraseña de recuperación administrativa, sino se perderá todos los datos del usuario", -"Wrong admin recovery password. Please check the password and try again." => "Contraseña de recuperación administrativa incorrecta. Por favor, chequee la clave e intente de nuevo", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "El back-end no soporta cambios de contraseña, pero las claves de encriptación fueron subidas exitosamente.", -"Unable to change password" => "Imposible cambiar la contraseña", -"Saved" => "Guardado", -"test email settings" => "Configuración de correo de prueba.", -"If you received this email, the settings seem to be correct." => "Si recibió este correo, la configuración parece estar correcta.", -"Email sent" => "e-mail mandado", -"You need to set your user email before being able to send test emails." => "Necesita especificar el usuario de correo electrónico antes de poder enviar correos electrónicos de prueba.", -"Sending..." => "Enviando...", -"All" => "Todos", -"Please wait...." => "Por favor, esperá....", -"Error while disabling app" => "Se ha producido un error mientras se deshabilitaba la aplicación", -"Disable" => "Desactivar", -"Enable" => "Activar", -"Error while enabling app" => "Se ha producido un error mientras se habilitaba la aplicación", -"Updating...." => "Actualizando....", -"Error while updating app" => "Error al actualizar App", -"Updated" => "Actualizado", -"Select a profile picture" => "Seleccionar una imágen de perfil", -"Very weak password" => "Contraseña muy débil.", -"Weak password" => "Contraseña débil.", -"So-so password" => "Contraseña de nivel medio. ", -"Good password" => "Buena contraseña. ", -"Strong password" => "Contraseña fuerte.", -"Delete" => "Borrar", -"Decrypting files... Please wait, this can take some time." => "Desencriptando archivos... Por favor espere, esto puede tardar.", -"Groups" => "Grupos", -"undo" => "deshacer", -"never" => "nunca", -"add group" => "agregar grupo", -"A valid username must be provided" => "Debe ingresar un nombre de usuario válido", -"Error creating user" => "Error creando usuario", -"A valid password must be provided" => "Debe ingresar una contraseña válida", -"Warning: Home directory for user \"{user}\" already exists" => "Advertencia: El directorio Home del usuario \"{user}\" ya existe", -"__language_name__" => "Castellano (Argentina)", -"SSL root certificates" => "certificados SSL raíz", -"Encryption" => "Encriptación", -"Everything (fatal issues, errors, warnings, info, debug)" => "Todo (notificaciones fatales, errores, advertencias, info, debug)", -"Info, warnings, errors and fatal issues" => "Info, advertencias, errores y notificaciones fatales", -"Warnings, errors and fatal issues" => "Advertencias, errores y notificaciones fatales", -"Errors and fatal issues" => "Errores y notificaciones fatales", -"Fatal issues only" => "Notificaciones fatales solamente", -"None" => "Ninguno", -"Login" => "Ingresar", -"Plain" => "Plano", -"NT LAN Manager" => "Administrador NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Advertencia de seguridad", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Está accediendo %s vía HTTP. Se sugiere fuertemente que configure su servidor para requerir el uso de HTTPS en vez del otro.", -"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." => "El directorio de datos y tus archivos probablemente sean accesibles desde Internet. El archivo .htaccess no funciona. Sugerimos fuertemente que configures tu servidor web de forma tal que el archivo de directorios no sea accesible o muevas el mismo fuera de la raíz de los documentos del servidor web.", -"Setup Warning" => "Alerta de Configuración", -"Module 'fileinfo' missing" => "El módulo 'fileinfo' no existe", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "El módulo PHP 'fileinfo' no existe. Es recomendable que actives este módulo para obtener mejores resultados con la detección mime-type", -"Your PHP version is outdated" => "Su versión de PHP está fuera de término", -"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." => "Su versión de PHP está fuera de término. Recomendamos fuertemente actualizar a 5.3.8 o a una más nueva porque se sabe que versiones anteriores están falladas. Es posible que esta instalación no funcione adecuadamente.", -"Locale not working" => "\"Locale\" no está funcionando", -"System locale can not be set to a one which supports UTF-8." => "La localización del sistema no puede cambiarse a una que soporta UTF-8", -"This means that there might be problems with certain characters in file names." => "Esto significa que puede haber problemas con ciertos caracteres en los nombres de archivos.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Se sugiere fuertemente instalar los paquetes requeridos en su sistema para soportar uno de las siguientes localizaciones: %s.", -"Please double check the installation guides." => "Por favor, comprobá nuevamente la guía de instalación.", -"Cron" => "Cron", -"Execute one task with each page loaded" => "Ejecutá una tarea con cada pagina cargada.", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php está registrado en el servicio webcron para llamarlo cada 15 minutos usando http.", -"Sharing" => "Compartiendo", -"Allow apps to use the Share API" => "Permitir a las aplicaciones usar la Share API", -"Allow public uploads" => "Permitir subidas públicas", -"Allow resharing" => "Permitir Re-Compartir", -"Allow users to send mail notification for shared files" => "Habilitar a los usuarios para enviar notificaciones por correo para archivos compartidos", -"Security" => "Seguridad", -"Enforce HTTPS" => "Forzar HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Fuerza al cliente a conectarse a %s por medio de una conexión encriptada.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor conéctese a su %s por medio de HTTPS para habilitar o deshabilitar la característica SSL", -"Email Server" => "Servidor de correo electrónico", -"This is used for sending out notifications." => "Esto es usado para enviar notificaciones.", -"Send mode" => "Modo de envio", -"From address" => "Dirección remitente", -"Authentication method" => "Método de autenticación", -"Authentication required" => "Autentificación requerida", -"Server address" => "Dirección del servidor", -"Port" => "Puerto", -"Credentials" => "Credenciales", -"SMTP Username" => "Nombre de usuario SMTP", -"SMTP Password" => "Contraseña SMTP", -"Test email settings" => "Configuracion de correo de prueba.", -"Send email" => "Enviar correo", -"Log" => "Log", -"Log level" => "Nivel de Log", -"More" => "Más", -"Less" => "Menos", -"Version" => "Versión", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", -"by" => "por", -"Documentation:" => "Documentación:", -"User Documentation" => "Documentación de Usuario", -"Admin Documentation" => "Documentación de Administrador.", -"Administrator Documentation" => "Documentación de Administrador", -"Online Documentation" => "Documentación en línea", -"Forum" => "Foro", -"Bugtracker" => "Informar errores", -"Commercial Support" => "Soporte comercial", -"Get the apps to sync your files" => "Obtené Apps para sincronizar tus archivos", -"Show First Run Wizard again" => "Mostrar de nuevo el asistente de primera ejecución", -"You have used %s of the available %s" => "Usás %s de los %s disponibles", -"Password" => "Contraseña", -"Your password was changed" => "Tu contraseña fue cambiada", -"Unable to change your password" => "No fue posible cambiar tu contraseña", -"Current password" => "Contraseña actual", -"New password" => "Nueva contraseña:", -"Change password" => "Cambiar contraseña", -"Full Name" => "Nombre completo", -"Email" => "e-mail", -"Your email address" => "Tu dirección de e-mail", -"Fill in an email address to enable password recovery and receive notifications" => "Rellene una direccion de correo para habilitar la recuperacion de contraseña y recibir notificaciones. ", -"Profile picture" => "Imágen de perfil", -"Upload new" => "Subir nuevo", -"Select new from Files" => "Seleccionar nuevo desde archivos", -"Remove image" => "Remover imagen", -"Either png or jpg. Ideally square but you will be able to crop it." => "Sólo png o jpg. Lo ideal que sea cuadrada sino luego podrás recortarlo.", -"Your avatar is provided by your original account." => "Su avatar es proveído por su cuenta original.", -"Cancel" => "Cancelar", -"Choose as profile image" => "Elegir como imagen de perfil", -"Language" => "Idioma", -"Help translate" => "Ayudanos a traducir", -"Import Root Certificate" => "Importar certificado raíz", -"The encryption app is no longer enabled, please decrypt all your files" => "La aplicación de encriptación ya no está habilidata, por favor desencripte todos sus archivos.", -"Log-in password" => "Clave de acceso", -"Decrypt all Files" => "Desencriptar todos los archivos", -"Login Name" => "Nombre de Usuario", -"Create" => "Crear", -"Admin Recovery Password" => "Recuperación de contraseña de administrador", -"Enter the recovery password in order to recover the users files during password change" => "Ingresá la contraseña de recuperación para recuperar los archivos de usuario al cambiar contraseña", -"Group" => "Grupo", -"Default Quota" => "Cuota predeterminada", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Por favor ingrese la cuota de almacenamiento (ej.: \"512 MB\" o \"12 GB\")", -"Unlimited" => "Ilimitado", -"Other" => "Otros", -"Username" => "Nombre de usuario", -"Quota" => "Cuota", -"change full name" => "Cambiar nombre completo", -"set new password" => "Configurar nueva contraseña", -"Default" => "Predeterminado" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/es_CL.js b/settings/l10n/es_CL.js new file mode 100644 index 0000000000..b51f930e83 --- /dev/null +++ b/settings/l10n/es_CL.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "settings", + { + "Password" : "Clave", + "Cancel" : "Cancelar", + "Username" : "Usuario" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_CL.json b/settings/l10n/es_CL.json new file mode 100644 index 0000000000..981c7eeb89 --- /dev/null +++ b/settings/l10n/es_CL.json @@ -0,0 +1,6 @@ +{ "translations": { + "Password" : "Clave", + "Cancel" : "Cancelar", + "Username" : "Usuario" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/es_CL.php b/settings/l10n/es_CL.php deleted file mode 100644 index fc5e328f3b..0000000000 --- a/settings/l10n/es_CL.php +++ /dev/null @@ -1,7 +0,0 @@ - "Clave", -"Cancel" => "Cancelar", -"Username" => "Usuario" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js new file mode 100644 index 0000000000..1c48d5b19e --- /dev/null +++ b/settings/l10n/es_MX.js @@ -0,0 +1,133 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Habilitar", + "Authentication error" : "Error de autenticación", + "Your full name has been changed." : "Se ha cambiado su nombre completo.", + "Unable to change full name" : "No se puede cambiar el nombre completo", + "Group already exists" : "El grupo ya existe", + "Unable to add group" : "No se pudo añadir el grupo", + "Email saved" : "Correo electrónico guardado", + "Invalid email" : "Correo electrónico no válido", + "Unable to delete group" : "No se pudo eliminar el grupo", + "Unable to delete user" : "No se pudo eliminar el usuario", + "Language changed" : "Idioma cambiado", + "Invalid request" : "Petición no válida", + "Admins can't remove themself from the admin group" : "Los administradores no se pueden eliminar a ellos mismos del grupo de administrador", + "Unable to add user to group %s" : "No se pudo añadir el usuario al grupo %s", + "Unable to remove user from group %s" : "No se pudo eliminar al usuario del grupo %s", + "Couldn't update app." : "No se pudo actualizar la aplicación.", + "Wrong password" : "Contraseña incorrecta", + "No user supplied" : "No se especificó un usuario", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor facilite una contraseña de recuperación de administrador, sino podrían perderse todos los datos de usuario", + "Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación de administrador incorrecta. Por favor compruebe la contraseña e inténtelo de nuevo.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "El back-end no soporta cambios de contraseña, pero la clave de cifrado del usuario ha sido actualizada satisfactoriamente.", + "Unable to change password" : "No se ha podido cambiar la contraseña", + "Email sent" : "Correo electrónico enviado", + "All" : "Todos", + "Please wait...." : "Espere, por favor....", + "Error while disabling app" : "Error mientras se desactivaba la aplicación", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Error mientras se activaba la aplicación", + "Updating...." : "Actualizando....", + "Error while updating app" : "Error mientras se actualizaba la aplicación", + "Updated" : "Actualizado", + "Select a profile picture" : "Seleccionar una imagen de perfil", + "Delete" : "Eliminar", + "Decrypting files... Please wait, this can take some time." : "Descifrando archivos... Espere por favor, esto puede llevar algo de tiempo.", + "Groups" : "Grupos", + "undo" : "deshacer", + "never" : "nunca", + "add group" : "añadir Grupo", + "A valid username must be provided" : "Se debe proporcionar un nombre de usuario válido", + "Error creating user" : "Error al crear usuario", + "A valid password must be provided" : "Se debe proporcionar una contraseña válida", + "Warning: Home directory for user \"{user}\" already exists" : "Atención: el directorio de inicio para el usuario \"{user}\" ya existe.", + "__language_name__" : "Español (México)", + "SSL root certificates" : "Certificados raíz SSL", + "Encryption" : "Cifrado", + "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (Información, Avisos, Errores, debug y problemas fatales)", + "Info, warnings, errors and fatal issues" : "Información, Avisos, Errores y problemas fatales", + "Warnings, errors and fatal issues" : "Advertencias, errores y problemas fatales", + "Errors and fatal issues" : "Errores y problemas fatales", + "Fatal issues only" : "Problemas fatales solamente", + "Login" : "Iniciar sesión", + "Security Warning" : "Advertencia de seguridad", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Está ingresando a %s vía HTTP. Le recomendamos encarecidamente que configure su servidor para que requiera 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." : "Su directorio de datos y archivos es probablemente accesible desde Internet pues el archivo .htaccess no está funcionando. Le sugerimos encarecidamente que configure su servidor web de modo que el directorio de datos no sea accesible o que mueva dicho directorio fuera de la raíz de documentos del servidor web.", + "Setup Warning" : "Advertencia de configuración", + "Module 'fileinfo' missing" : "No se ha encontrado el módulo \"fileinfo\"", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "No se ha encontrado el modulo PHP 'fileinfo'. Le recomendamos encarecidamente que habilite este módulo para obtener mejores resultados con la detección de tipos MIME.", + "Your PHP version is outdated" : "Su versión de PHP ha caducado", + "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." : "Su versión de PHP ha caducado. Le sugerimos encarecidamente que la actualize a 5.3.8 o a una más nueva porque normalmente las versiones antiguas no funcionan bien. Puede ser que esta instalación no esté funcionando bien por ello.", + "Locale not working" : "La configuración regional no está funcionando", + "System locale can not be set to a one which supports UTF-8." : "No se puede escoger una configuración regional que soporte UTF-8.", + "This means that there might be problems with certain characters in file names." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de los archivos.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Es muy recomendable instalar los paquetes necesarios para poder soportar una de las siguientes configuraciones regionales: %s. ", + "Please double check the installation guides." : "Por favor, vuelva a comprobar las guías de instalación.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Ejecutar una tarea con cada página cargada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.", + "Sharing" : "Compartiendo", + "Allow apps to use the Share API" : "Permitir a las aplicaciones utilizar la API de Compartición", + "Allow public uploads" : "Permitir subidas públicas", + "Allow resharing" : "Permitir re-compartición", + "Security" : "Seguridad", + "Enforce HTTPS" : "Forzar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forzar a los clientes a conectarse a %s por medio de una conexión cifrada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor, conéctese a su %s a través de HTTPS para habilitar o deshabilitar la aplicación de SSL.", + "Server address" : "Dirección del servidor", + "Port" : "Puerto", + "Log" : "Registro", + "Log level" : "Nivel de registro", + "More" : "Más", + "Less" : "Menos", + "Version" : "Versión", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", + "by" : "por", + "User Documentation" : "Documentación de usuario", + "Administrator Documentation" : "Documentación de administrador", + "Online Documentation" : "Documentación en línea", + "Forum" : "Foro", + "Bugtracker" : "Rastreador de fallos", + "Commercial Support" : "Soporte comercial", + "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos", + "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de ejecución inicial", + "You have used %s of the available %s" : "Ha usado %s de los %s disponibles", + "Password" : "Contraseña", + "Your password was changed" : "Su contraseña ha sido cambiada", + "Unable to change your password" : "No se ha podido cambiar su contraseña", + "Current password" : "Contraseña actual", + "New password" : "Nueva contraseña", + "Change password" : "Cambiar contraseña", + "Full Name" : "Nombre completo", + "Email" : "Correo electrónico", + "Your email address" : "Su dirección de correo", + "Profile picture" : "Foto de perfil", + "Upload new" : "Subir otra", + "Select new from Files" : "Seleccionar otra desde Archivos", + "Remove image" : "Borrar imagen", + "Either png or jpg. Ideally square but you will be able to crop it." : "Archivo PNG o JPG. Preferiblemente cuadrado, pero tendrás la posibilidad de recortarlo.", + "Your avatar is provided by your original account." : "Su avatar es proporcionado por su cuenta original.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Seleccionar como imagen de perfil", + "Language" : "Idioma", + "Help translate" : "Ayúdanos a traducir", + "Import Root Certificate" : "Importar certificado raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "La aplicación de cifrado ya no está activada, descifre todos sus archivos", + "Log-in password" : "Contraseña de acceso", + "Decrypt all Files" : "Descifrar archivos", + "Login Name" : "Nombre de usuario", + "Create" : "Crear", + "Admin Recovery Password" : "Recuperación de la contraseña de administración", + "Enter the recovery password in order to recover the users files during password change" : "Introduzca la contraseña de recuperación a fin de recuperar los archivos de los usuarios durante el cambio de contraseña.", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indique la cúota de almacenamiento (ej: \"512 MB\" o \"12 GB\")", + "Unlimited" : "Ilimitado", + "Other" : "Otro", + "Username" : "Nombre de usuario", + "change full name" : "cambiar el nombre completo", + "set new password" : "establecer nueva contraseña", + "Default" : "Predeterminado" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json new file mode 100644 index 0000000000..7dccd57fbf --- /dev/null +++ b/settings/l10n/es_MX.json @@ -0,0 +1,131 @@ +{ "translations": { + "Enabled" : "Habilitar", + "Authentication error" : "Error de autenticación", + "Your full name has been changed." : "Se ha cambiado su nombre completo.", + "Unable to change full name" : "No se puede cambiar el nombre completo", + "Group already exists" : "El grupo ya existe", + "Unable to add group" : "No se pudo añadir el grupo", + "Email saved" : "Correo electrónico guardado", + "Invalid email" : "Correo electrónico no válido", + "Unable to delete group" : "No se pudo eliminar el grupo", + "Unable to delete user" : "No se pudo eliminar el usuario", + "Language changed" : "Idioma cambiado", + "Invalid request" : "Petición no válida", + "Admins can't remove themself from the admin group" : "Los administradores no se pueden eliminar a ellos mismos del grupo de administrador", + "Unable to add user to group %s" : "No se pudo añadir el usuario al grupo %s", + "Unable to remove user from group %s" : "No se pudo eliminar al usuario del grupo %s", + "Couldn't update app." : "No se pudo actualizar la aplicación.", + "Wrong password" : "Contraseña incorrecta", + "No user supplied" : "No se especificó un usuario", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor facilite una contraseña de recuperación de administrador, sino podrían perderse todos los datos de usuario", + "Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación de administrador incorrecta. Por favor compruebe la contraseña e inténtelo de nuevo.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "El back-end no soporta cambios de contraseña, pero la clave de cifrado del usuario ha sido actualizada satisfactoriamente.", + "Unable to change password" : "No se ha podido cambiar la contraseña", + "Email sent" : "Correo electrónico enviado", + "All" : "Todos", + "Please wait...." : "Espere, por favor....", + "Error while disabling app" : "Error mientras se desactivaba la aplicación", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Error mientras se activaba la aplicación", + "Updating...." : "Actualizando....", + "Error while updating app" : "Error mientras se actualizaba la aplicación", + "Updated" : "Actualizado", + "Select a profile picture" : "Seleccionar una imagen de perfil", + "Delete" : "Eliminar", + "Decrypting files... Please wait, this can take some time." : "Descifrando archivos... Espere por favor, esto puede llevar algo de tiempo.", + "Groups" : "Grupos", + "undo" : "deshacer", + "never" : "nunca", + "add group" : "añadir Grupo", + "A valid username must be provided" : "Se debe proporcionar un nombre de usuario válido", + "Error creating user" : "Error al crear usuario", + "A valid password must be provided" : "Se debe proporcionar una contraseña válida", + "Warning: Home directory for user \"{user}\" already exists" : "Atención: el directorio de inicio para el usuario \"{user}\" ya existe.", + "__language_name__" : "Español (México)", + "SSL root certificates" : "Certificados raíz SSL", + "Encryption" : "Cifrado", + "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (Información, Avisos, Errores, debug y problemas fatales)", + "Info, warnings, errors and fatal issues" : "Información, Avisos, Errores y problemas fatales", + "Warnings, errors and fatal issues" : "Advertencias, errores y problemas fatales", + "Errors and fatal issues" : "Errores y problemas fatales", + "Fatal issues only" : "Problemas fatales solamente", + "Login" : "Iniciar sesión", + "Security Warning" : "Advertencia de seguridad", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Está ingresando a %s vía HTTP. Le recomendamos encarecidamente que configure su servidor para que requiera 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." : "Su directorio de datos y archivos es probablemente accesible desde Internet pues el archivo .htaccess no está funcionando. Le sugerimos encarecidamente que configure su servidor web de modo que el directorio de datos no sea accesible o que mueva dicho directorio fuera de la raíz de documentos del servidor web.", + "Setup Warning" : "Advertencia de configuración", + "Module 'fileinfo' missing" : "No se ha encontrado el módulo \"fileinfo\"", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "No se ha encontrado el modulo PHP 'fileinfo'. Le recomendamos encarecidamente que habilite este módulo para obtener mejores resultados con la detección de tipos MIME.", + "Your PHP version is outdated" : "Su versión de PHP ha caducado", + "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." : "Su versión de PHP ha caducado. Le sugerimos encarecidamente que la actualize a 5.3.8 o a una más nueva porque normalmente las versiones antiguas no funcionan bien. Puede ser que esta instalación no esté funcionando bien por ello.", + "Locale not working" : "La configuración regional no está funcionando", + "System locale can not be set to a one which supports UTF-8." : "No se puede escoger una configuración regional que soporte UTF-8.", + "This means that there might be problems with certain characters in file names." : "Esto significa que puede haber problemas con ciertos caracteres en los nombres de los archivos.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Es muy recomendable instalar los paquetes necesarios para poder soportar una de las siguientes configuraciones regionales: %s. ", + "Please double check the installation guides." : "Por favor, vuelva a comprobar las guías de instalación.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Ejecutar una tarea con cada página cargada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.", + "Sharing" : "Compartiendo", + "Allow apps to use the Share API" : "Permitir a las aplicaciones utilizar la API de Compartición", + "Allow public uploads" : "Permitir subidas públicas", + "Allow resharing" : "Permitir re-compartición", + "Security" : "Seguridad", + "Enforce HTTPS" : "Forzar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forzar a los clientes a conectarse a %s por medio de una conexión cifrada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor, conéctese a su %s a través de HTTPS para habilitar o deshabilitar la aplicación de SSL.", + "Server address" : "Dirección del servidor", + "Port" : "Puerto", + "Log" : "Registro", + "Log level" : "Nivel de registro", + "More" : "Más", + "Less" : "Menos", + "Version" : "Versión", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", + "by" : "por", + "User Documentation" : "Documentación de usuario", + "Administrator Documentation" : "Documentación de administrador", + "Online Documentation" : "Documentación en línea", + "Forum" : "Foro", + "Bugtracker" : "Rastreador de fallos", + "Commercial Support" : "Soporte comercial", + "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos", + "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de ejecución inicial", + "You have used %s of the available %s" : "Ha usado %s de los %s disponibles", + "Password" : "Contraseña", + "Your password was changed" : "Su contraseña ha sido cambiada", + "Unable to change your password" : "No se ha podido cambiar su contraseña", + "Current password" : "Contraseña actual", + "New password" : "Nueva contraseña", + "Change password" : "Cambiar contraseña", + "Full Name" : "Nombre completo", + "Email" : "Correo electrónico", + "Your email address" : "Su dirección de correo", + "Profile picture" : "Foto de perfil", + "Upload new" : "Subir otra", + "Select new from Files" : "Seleccionar otra desde Archivos", + "Remove image" : "Borrar imagen", + "Either png or jpg. Ideally square but you will be able to crop it." : "Archivo PNG o JPG. Preferiblemente cuadrado, pero tendrás la posibilidad de recortarlo.", + "Your avatar is provided by your original account." : "Su avatar es proporcionado por su cuenta original.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Seleccionar como imagen de perfil", + "Language" : "Idioma", + "Help translate" : "Ayúdanos a traducir", + "Import Root Certificate" : "Importar certificado raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "La aplicación de cifrado ya no está activada, descifre todos sus archivos", + "Log-in password" : "Contraseña de acceso", + "Decrypt all Files" : "Descifrar archivos", + "Login Name" : "Nombre de usuario", + "Create" : "Crear", + "Admin Recovery Password" : "Recuperación de la contraseña de administración", + "Enter the recovery password in order to recover the users files during password change" : "Introduzca la contraseña de recuperación a fin de recuperar los archivos de los usuarios durante el cambio de contraseña.", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor indique la cúota de almacenamiento (ej: \"512 MB\" o \"12 GB\")", + "Unlimited" : "Ilimitado", + "Other" : "Otro", + "Username" : "Nombre de usuario", + "change full name" : "cambiar el nombre completo", + "set new password" : "establecer nueva contraseña", + "Default" : "Predeterminado" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/es_MX.php b/settings/l10n/es_MX.php deleted file mode 100644 index 4db87b4e68..0000000000 --- a/settings/l10n/es_MX.php +++ /dev/null @@ -1,132 +0,0 @@ - "Habilitar", -"Authentication error" => "Error de autenticación", -"Your full name has been changed." => "Se ha cambiado su nombre completo.", -"Unable to change full name" => "No se puede cambiar el nombre completo", -"Group already exists" => "El grupo ya existe", -"Unable to add group" => "No se pudo añadir el grupo", -"Email saved" => "Correo electrónico guardado", -"Invalid email" => "Correo electrónico no válido", -"Unable to delete group" => "No se pudo eliminar el grupo", -"Unable to delete user" => "No se pudo eliminar el usuario", -"Language changed" => "Idioma cambiado", -"Invalid request" => "Petición no válida", -"Admins can't remove themself from the admin group" => "Los administradores no se pueden eliminar a ellos mismos del grupo de administrador", -"Unable to add user to group %s" => "No se pudo añadir el usuario al grupo %s", -"Unable to remove user from group %s" => "No se pudo eliminar al usuario del grupo %s", -"Couldn't update app." => "No se pudo actualizar la aplicación.", -"Wrong password" => "Contraseña incorrecta", -"No user supplied" => "No se especificó un usuario", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Por favor facilite una contraseña de recuperación de administrador, sino podrían perderse todos los datos de usuario", -"Wrong admin recovery password. Please check the password and try again." => "Contraseña de recuperación de administrador incorrecta. Por favor compruebe la contraseña e inténtelo de nuevo.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "El back-end no soporta cambios de contraseña, pero la clave de cifrado del usuario ha sido actualizada satisfactoriamente.", -"Unable to change password" => "No se ha podido cambiar la contraseña", -"Email sent" => "Correo electrónico enviado", -"All" => "Todos", -"Please wait...." => "Espere, por favor....", -"Error while disabling app" => "Error mientras se desactivaba la aplicación", -"Disable" => "Desactivar", -"Enable" => "Activar", -"Error while enabling app" => "Error mientras se activaba la aplicación", -"Updating...." => "Actualizando....", -"Error while updating app" => "Error mientras se actualizaba la aplicación", -"Updated" => "Actualizado", -"Select a profile picture" => "Seleccionar una imagen de perfil", -"Delete" => "Eliminar", -"Decrypting files... Please wait, this can take some time." => "Descifrando archivos... Espere por favor, esto puede llevar algo de tiempo.", -"Groups" => "Grupos", -"undo" => "deshacer", -"never" => "nunca", -"add group" => "añadir Grupo", -"A valid username must be provided" => "Se debe proporcionar un nombre de usuario válido", -"Error creating user" => "Error al crear usuario", -"A valid password must be provided" => "Se debe proporcionar una contraseña válida", -"Warning: Home directory for user \"{user}\" already exists" => "Atención: el directorio de inicio para el usuario \"{user}\" ya existe.", -"__language_name__" => "Español (México)", -"SSL root certificates" => "Certificados raíz SSL", -"Encryption" => "Cifrado", -"Everything (fatal issues, errors, warnings, info, debug)" => "Todo (Información, Avisos, Errores, debug y problemas fatales)", -"Info, warnings, errors and fatal issues" => "Información, Avisos, Errores y problemas fatales", -"Warnings, errors and fatal issues" => "Advertencias, errores y problemas fatales", -"Errors and fatal issues" => "Errores y problemas fatales", -"Fatal issues only" => "Problemas fatales solamente", -"Login" => "Iniciar sesión", -"Security Warning" => "Advertencia de seguridad", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Está ingresando a %s vía HTTP. Le recomendamos encarecidamente que configure su servidor para que requiera 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." => "Su directorio de datos y archivos es probablemente accesible desde Internet pues el archivo .htaccess no está funcionando. Le sugerimos encarecidamente que configure su servidor web de modo que el directorio de datos no sea accesible o que mueva dicho directorio fuera de la raíz de documentos del servidor web.", -"Setup Warning" => "Advertencia de configuración", -"Module 'fileinfo' missing" => "No se ha encontrado el módulo \"fileinfo\"", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "No se ha encontrado el modulo PHP 'fileinfo'. Le recomendamos encarecidamente que habilite este módulo para obtener mejores resultados con la detección de tipos MIME.", -"Your PHP version is outdated" => "Su versión de PHP ha caducado", -"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." => "Su versión de PHP ha caducado. Le sugerimos encarecidamente que la actualize a 5.3.8 o a una más nueva porque normalmente las versiones antiguas no funcionan bien. Puede ser que esta instalación no esté funcionando bien por ello.", -"Locale not working" => "La configuración regional no está funcionando", -"System locale can not be set to a one which supports UTF-8." => "No se puede escoger una configuración regional que soporte UTF-8.", -"This means that there might be problems with certain characters in file names." => "Esto significa que puede haber problemas con ciertos caracteres en los nombres de los archivos.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Es muy recomendable instalar los paquetes necesarios para poder soportar una de las siguientes configuraciones regionales: %s. ", -"Please double check the installation guides." => "Por favor, vuelva a comprobar las guías de instalación.", -"Cron" => "Cron", -"Execute one task with each page loaded" => "Ejecutar una tarea con cada página cargada", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.", -"Sharing" => "Compartiendo", -"Allow apps to use the Share API" => "Permitir a las aplicaciones utilizar la API de Compartición", -"Allow public uploads" => "Permitir subidas públicas", -"Allow resharing" => "Permitir re-compartición", -"Security" => "Seguridad", -"Enforce HTTPS" => "Forzar HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Forzar a los clientes a conectarse a %s por medio de una conexión cifrada.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor, conéctese a su %s a través de HTTPS para habilitar o deshabilitar la aplicación de SSL.", -"Server address" => "Dirección del servidor", -"Port" => "Puerto", -"Log" => "Registro", -"Log level" => "Nivel de registro", -"More" => "Más", -"Less" => "Menos", -"Version" => "Versión", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", -"by" => "por", -"User Documentation" => "Documentación de usuario", -"Administrator Documentation" => "Documentación de administrador", -"Online Documentation" => "Documentación en línea", -"Forum" => "Foro", -"Bugtracker" => "Rastreador de fallos", -"Commercial Support" => "Soporte comercial", -"Get the apps to sync your files" => "Obtener las aplicaciones para sincronizar sus archivos", -"Show First Run Wizard again" => "Mostrar nuevamente el Asistente de ejecución inicial", -"You have used %s of the available %s" => "Ha usado %s de los %s disponibles", -"Password" => "Contraseña", -"Your password was changed" => "Su contraseña ha sido cambiada", -"Unable to change your password" => "No se ha podido cambiar su contraseña", -"Current password" => "Contraseña actual", -"New password" => "Nueva contraseña", -"Change password" => "Cambiar contraseña", -"Full Name" => "Nombre completo", -"Email" => "Correo electrónico", -"Your email address" => "Su dirección de correo", -"Profile picture" => "Foto de perfil", -"Upload new" => "Subir otra", -"Select new from Files" => "Seleccionar otra desde Archivos", -"Remove image" => "Borrar imagen", -"Either png or jpg. Ideally square but you will be able to crop it." => "Archivo PNG o JPG. Preferiblemente cuadrado, pero tendrás la posibilidad de recortarlo.", -"Your avatar is provided by your original account." => "Su avatar es proporcionado por su cuenta original.", -"Cancel" => "Cancelar", -"Choose as profile image" => "Seleccionar como imagen de perfil", -"Language" => "Idioma", -"Help translate" => "Ayúdanos a traducir", -"Import Root Certificate" => "Importar certificado raíz", -"The encryption app is no longer enabled, please decrypt all your files" => "La aplicación de cifrado ya no está activada, descifre todos sus archivos", -"Log-in password" => "Contraseña de acceso", -"Decrypt all Files" => "Descifrar archivos", -"Login Name" => "Nombre de usuario", -"Create" => "Crear", -"Admin Recovery Password" => "Recuperación de la contraseña de administración", -"Enter the recovery password in order to recover the users files during password change" => "Introduzca la contraseña de recuperación a fin de recuperar los archivos de los usuarios durante el cambio de contraseña.", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Por favor indique la cúota de almacenamiento (ej: \"512 MB\" o \"12 GB\")", -"Unlimited" => "Ilimitado", -"Other" => "Otro", -"Username" => "Nombre de usuario", -"change full name" => "cambiar el nombre completo", -"set new password" => "establecer nueva contraseña", -"Default" => "Predeterminado" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/et_EE.js b/settings/l10n/et_EE.js new file mode 100644 index 0000000000..27e936aedb --- /dev/null +++ b/settings/l10n/et_EE.js @@ -0,0 +1,237 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Sisse lülitatud", + "Not enabled" : "Pole sisse lülitatud", + "Recommended" : "Soovitatud", + "Authentication error" : "Autentimise viga", + "Your full name has been changed." : "Sinu täispikk nimi on muudetud.", + "Unable to change full name" : "Täispika nime muutmine ebaõnnestus", + "Group already exists" : "Grupp on juba olemas", + "Unable to add group" : "Keela grupi lisamine", + "Files decrypted successfully" : "Failide krüpteerimine õnnestus", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Ei suutnud faile dekrüpteerida, palun kontrolli oma owncloud.log-i või küsi nõu administraatorilt", + "Couldn't decrypt your files, check your password and try again" : "Ei suutnud failde dekrüpteerida, kontrolli parooli ja proovi uuesti", + "Encryption keys deleted permanently" : "Krüpteerimisvõtmed kustutatud lõplikult", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Ei suutnud lõplikult kustutada sinu krüpteerimisvõtmeid, palun vaata owncloud.log-i või pöördu oma süsteemihalduri poole.", + "Couldn't remove app." : "Ei suutnud rakendit eemaldada.", + "Email saved" : "Kiri on salvestatud", + "Invalid email" : "Vigane e-post", + "Unable to delete group" : "Grupi kustutamine ebaõnnestus", + "Unable to delete user" : "Kasutaja kustutamine ebaõnnestus", + "Backups restored successfully" : "Varukoopiad taastatud edukalt.", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Ei suutnud taastada sinu krüpteerimisvõtmeid, palun vaata owncloud.log-i või pöördu oma süsteemihalduri poole.", + "Language changed" : "Keel on muudetud", + "Invalid request" : "Vigane päring", + "Admins can't remove themself from the admin group" : "Administraatorid ei saa ise end admin grupist eemaldada", + "Unable to add user to group %s" : "Kasutajat ei saa lisada gruppi %s", + "Unable to remove user from group %s" : "Kasutajat ei saa eemaldada grupist %s", + "Couldn't update app." : "Rakenduse uuendamine ebaõnnestus.", + "Wrong password" : "Vale parool", + "No user supplied" : "Kasutajat ei sisestatud", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Palun sisesta administraatori taasteparool, muidu kaotad kõik kasutajate andmed", + "Wrong admin recovery password. Please check the password and try again." : "Vale administraatori taasteparool. Palun kontrolli parooli ning proovi uuesti.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Tagarakend ei toeta parooli vahetust, kuid kasutaja krüptimisvõti uuendati edukalt.", + "Unable to change password" : "Ei suuda parooli muuta", + "Saved" : "Salvestatud", + "test email settings" : "testi e-posti seadeid", + "If you received this email, the settings seem to be correct." : "Kui said selle kirja, siis on seadistus korrektne.", + "A problem occurred while sending the email. Please revise your settings." : "Kirja saatmisel tekkis tõrge. Palun kontrolli üle oma seadistus.", + "Email sent" : "E-kiri on saadetud", + "You need to set your user email before being able to send test emails." : "Pead seadistama oma e-postienne kui on võimalik saata test-kirju.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Oled sa kindel, et soovid lisada domeeni \"{domain}\" usaldusväärseks domeeniks?", + "Add trusted domain" : "Lis ausaldusväärne domeen", + "Sending..." : "Saadan...", + "All" : "Kõik", + "Please wait...." : "Palun oota...", + "Error while disabling app" : "Viga rakenduse keelamisel", + "Disable" : "Lülita välja", + "Enable" : "Lülita sisse", + "Error while enabling app" : "Viga rakenduse lubamisel", + "Updating...." : "Uuendamine...", + "Error while updating app" : "Viga rakenduse uuendamisel", + "Updated" : "Uuendatud", + "Uninstalling ...." : "Eemaldan...", + "Error while uninstalling app" : "Viga rakendi eemaldamisel", + "Uninstall" : "Eemalda", + "Select a profile picture" : "Vali profiili pilt", + "Very weak password" : "Väga nõrk parool", + "Weak password" : "Nõrk parool", + "So-so password" : "Enam-vähem sobiv parool", + "Good password" : "Hea parool", + "Strong password" : "Väga hea parool", + "Valid until {date}" : "Kehtib kuni {date}", + "Delete" : "Kustuta", + "Decrypting files... Please wait, this can take some time." : "Dekrüpteerin faile... Palun oota, see võib võtta veidi aega.", + "Delete encryption keys permanently." : "Kustuta krüpteerimisvõtmed lõplikult", + "Restore encryption keys." : "Taasta krüpteerimisvõtmed.", + "Groups" : "Grupid", + "Unable to delete {objName}" : "Ei suuda kustutada {objName}", + "Error creating group" : "Viga grupi loomisel", + "A valid group name must be provided" : "Sisesta nõuetele vastav grupi nimi", + "deleted {groupName}" : "kustutatud {groupName}", + "undo" : "tagasi", + "never" : "mitte kunagi", + "deleted {userName}" : "kustutatud {userName}", + "add group" : "lisa grupp", + "A valid username must be provided" : "Sisesta nõuetele vastav kasutajatunnus", + "Error creating user" : "Viga kasutaja loomisel", + "A valid password must be provided" : "Sisesta nõuetele vastav parool", + "Warning: Home directory for user \"{user}\" already exists" : "Hoiatus: kasutaja \"{user}\" kodukataloog on juba olemas", + "__language_name__" : "Eesti", + "SSL root certificates" : "SSL root sertifikaadid", + "Encryption" : "Krüpteerimine", + "Everything (fatal issues, errors, warnings, info, debug)" : "Kõik (tõsised probleemid, veateated, hoiatused, info, veatuvastus)", + "Info, warnings, errors and fatal issues" : "Info, hoiatused, veateted ja tõsised probleemid", + "Warnings, errors and fatal issues" : "Hoiatused, veateated ja tõsised probleemid", + "Errors and fatal issues" : "Veateated ja tõsised probleemid", + "Fatal issues only" : "Ainult tõsised probleemid", + "None" : "Pole", + "Login" : "Logi sisse", + "Plain" : "Tavatekst", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Turvahoiatus", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Sa kasutad %s ligipääsuks HTTP protokolli. Soovitame tungivalt seadistada oma server selle asemel kasutama HTTPS-i.", + "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." : "Andmete kataloog ja failid on tõenäoliselt internetis avalikult saadaval. .htaccess fail, ei toimi. Soovitame tungivalt veebiserver seadistada selliselt, et andmete kataloog ei oleks enam vabalt saadaval või tõstaksid andmete kataloogi oma veebiserveri veebi juurkataloogist mujale.", + "Setup Warning" : "Paigalduse hoiatus", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP on seadistatud eemaldama \"inline\" dokumendi blokke. See muudab mõned rakendid kasutamatuteks.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "See on tõenäoliselt põhjustatud puhver/kiirendist nagu Zend OPcache või eAccelerator.", + "Database Performance Info" : "Andmebaasi toimimise info", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Andmebaasina kasutatakse SQLite-t. Suuremate paigalduste puhul me soovitame seda muuta. Migreerimaks teisele andmebaasile kasuta seda käsurea vahendit: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Moodul 'fileinfo' puudub", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP moodul 'fileinfo' puudub. Soovitame tungivalt see lisada saavutamaks parimaid tulemusi failitüüpide tuvastamisel.", + "Your PHP version is outdated" : "PHP versioon on aegunud", + "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." : "Sinu PHP versioon on aegunud. Soovitame tungivalt uuenda versioonile 5.3.8 või uuemale, kuna varasemad versioonid on teadaolevalt vigased. On võimalik, et see käesolev paigaldus ei toimi korrektselt.", + "PHP charset is not set to UTF-8" : "PHP märgistik pole UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP märgistikuks pole määratud UTF-8. See võib tekitada failinimedes mitte-ASCII märkidega suuri probleeme. Me soovitame tungivalt panna failis php.ini sätte 'default_charset' väärtuseks 'UTF-8'.", + "Locale not working" : "Lokalisatsioon ei toimi", + "System locale can not be set to a one which supports UTF-8." : "Süsteemi lokaliseeringuks ei saa panna sellist, mis toetab UTF-8-t.", + "This means that there might be problems with certain characters in file names." : "See tähendab, et võib esineda probleeme failide nimedes mõnede sümbolitega.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Soovitame tungivalt paigaldada vajalikud paketid oma süsteemi tagamaks tuge järgmistele lokaliseeringutele: %s.", + "URL generation in notification emails" : "URL-ide loomine teavituskirjades", + "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\")" : "Kui sinu sait pole paigaldatud domeeni juurkausta ja see kasutab ajastatud tegevusi, siis võib tekkide probleeme URL-ide loomisega. Nende probleemide vältimiseks sisesta palun failis config.php valikusse \"overwritewebroot\" oma veebiserveri juurkaust (Soovituslik: \"%s\")", + "Connectivity checks" : "Ühenduse kontrollimine", + "No problems found" : "Ühtegi probleemi ei leitud", + "Please double check the installation guides." : "Palun tutvu veelkord paigalduse juhenditega.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Cron käivitati viimati %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Cron käivitati viimati %s. See on rohkem kui tund tagasi, midagi on valesti.", + "Cron was not executed yet!" : "Cron pole kordagi käivitatud!", + "Execute one task with each page loaded" : "Käivita toiming igal lehe laadimisel", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php on registreeritud webcron teenuses, et käivitada fail cron.php iga 15 minuti tagant üle http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Kasuta süsteemi cron teenust, et käivitada fail cron.php iga 15 minuti järel.", + "Sharing" : "Jagamine", + "Allow apps to use the Share API" : "Luba rakendustel kasutada Share API-t", + "Allow users to share via link" : "Luba kasutajatel lingiga jagamist ", + "Enforce password protection" : "Sunni parooliga kaitsmist", + "Allow public uploads" : "Luba avalikud üleslaadimised", + "Set default expiration date" : "Määra vaikimisi aegumise kuupäev", + "Expire after " : "Aegu pärast", + "days" : "päeva", + "Enforce expiration date" : "Sunnitud aegumise kuupäev", + "Allow resharing" : "Luba edasijagamine", + "Restrict users to only share with users in their groups" : "Luba kasutajatel jagada kasutajatega ainult oma grupi piires", + "Allow users to send mail notification for shared files" : "Luba kasutajatel saata e-posti teavitusi jagatud failide kohta", + "Exclude groups from sharing" : "Eemalda grupid jagamisest", + "These groups will still be able to receive shares, but not to initiate them." : "Need grupid saavad vastu võtta jagamisi, kuid ise jagamisi algatada ei saa.", + "Security" : "Turvalisus", + "Enforce HTTPS" : "Sunni peale HTTPS-i kasutamine", + "Forces the clients to connect to %s via an encrypted connection." : "Sunnib kliente %s ühenduma krüpteeritult.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Palun ühendu oma %s üle HTTPS või keela SSL kasutamine.", + "Email Server" : "Postiserver", + "This is used for sending out notifications." : "Seda kasutatakse teadete välja saatmiseks.", + "Send mode" : "Saatmise viis", + "From address" : "Saatja aadress", + "mail" : "e-mail", + "Authentication method" : "Autentimise meetod", + "Authentication required" : "Autentimine on vajalik", + "Server address" : "Serveri aadress", + "Port" : "Port", + "Credentials" : "Kasutajatunnused", + "SMTP Username" : "SMTP kasutajatunnus", + "SMTP Password" : "SMTP parool", + "Store credentials" : "Säilita kasutajaandmed", + "Test email settings" : "Testi e-posti seadeid", + "Send email" : "Saada kiri", + "Log" : "Logi", + "Log level" : "Logi tase", + "More" : "Rohkem", + "Less" : "Vähem", + "Version" : "Versioon", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Arendatud ownCloud kogukonna poolt. Lähtekood on avaldatud ja kaetud AGPL litsentsiga.", + "More apps" : "Rohkem rakendusi", + "Add your app" : "Lisa oma rakendus", + "by" : "lisas", + "licensed" : "litsenseeritud", + "Documentation:" : "Dokumentatsioon:", + "User Documentation" : "Kasutaja dokumentatsioon", + "Admin Documentation" : "Admin dokumentatsioon", + "Update to %s" : "Uuenda versioonile %s", + "Enable only for specific groups" : "Luba ainult kindlad grupid", + "Uninstall App" : "Eemada rakend", + "Administrator Documentation" : "Administraatori dokumentatsioon", + "Online Documentation" : "Online dokumentatsioon", + "Forum" : "Foorum", + "Bugtracker" : "Vigade nimekiri", + "Commercial Support" : "Tasuline kasutajatugi", + "Get the apps to sync your files" : "Hangi rakendusi failide sünkroniseerimiseks", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Kui tahad projekti toetada\n\t\tliitu arendusega\n\t\tvõi\n\t\tlevita sõna!", + "Show First Run Wizard again" : "Näita veelkord Esmase Käivituse Juhendajat", + "You have used %s of the available %s" : "Kasutad %s saadavalolevast %s", + "Password" : "Parool", + "Your password was changed" : "Sinu parooli on muudetud", + "Unable to change your password" : "Sa ei saa oma parooli muuta", + "Current password" : "Praegune parool", + "New password" : "Uus parool", + "Change password" : "Muuda parooli", + "Full Name" : "Täispikk nimi", + "Email" : "E-post", + "Your email address" : "Sinu e-posti aadress", + "Fill in an email address to enable password recovery and receive notifications" : "Täida e-posti aadress võimaldamaks parooli taastamist ning teadete saamist.", + "Profile picture" : "Profiili pilt", + "Upload new" : "Laadi uus üles", + "Select new from Files" : "Vali failidest uus", + "Remove image" : "Eemalda pilt", + "Either png or jpg. Ideally square but you will be able to crop it." : "Kas png või jpg. Võimalikult ruudukujuline, kuid sul on võimalus seda veel lõigata.", + "Your avatar is provided by your original account." : "Sinu avatari pakub sinu algne konto.", + "Cancel" : "Loobu", + "Choose as profile image" : "Vali profiilipildiks", + "Language" : "Keel", + "Help translate" : "Aita tõlkida", + "Common Name" : "Üldnimetus", + "Valid until" : "Kehtib kuni", + "Issued By" : "isas", + "Valid until %s" : "Kehtib kuni %s", + "Import Root Certificate" : "Impordi root sertifikaadid", + "The encryption app is no longer enabled, please decrypt all your files" : "Küpteeringu rakend pole lubatud, dekrüpteeri kõik oma failid", + "Log-in password" : "Sisselogimise parool", + "Decrypt all Files" : "Dekrüpteeri kõik failid", + "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." : "Sinu krüpteerimisvõtmed on tõstetud varukoopiasse. Kui midagi läheb valesti, siis saad võtmed taastada. Kustuta lõplikult ainult juhul kui oled kindel, et failid on dekrüteeritud korrektselt.", + "Restore Encryption Keys" : "Taasta krüpteerimisvõtmed", + "Delete Encryption Keys" : "Kustuta krüpteerimisvõtmed", + "Show storage location" : "Näita salvestusruumi asukohta", + "Show last log in" : "Viimane sisselogimine", + "Login Name" : "Kasutajanimi", + "Create" : "Lisa", + "Admin Recovery Password" : "Admini parooli taastamine", + "Enter the recovery password in order to recover the users files during password change" : "Sisesta taasteparool kasutaja failide taastamiseks paroolivahetuse käigus", + "Search Users and Groups" : "Otsi kasutajaid ja gruppe", + "Add Group" : "Lisa grupp", + "Group" : "Grupp", + "Everyone" : "Igaüks", + "Admins" : "Haldurid", + "Default Quota" : "Vaikimisi kvoot", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Palun sisesta mahupiir (nt: \"512 MB\" või \"12 GB\")", + "Unlimited" : "Piiramatult", + "Other" : "Muu", + "Username" : "Kasutajanimi", + "Quota" : "Mahupiir", + "Storage Location" : "Mahu asukoht", + "Last Login" : "Viimane sisselogimine", + "change full name" : "Muuda täispikka nime", + "set new password" : "määra uus parool", + "Default" : "Vaikeväärtus" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/et_EE.json b/settings/l10n/et_EE.json new file mode 100644 index 0000000000..52549e1e64 --- /dev/null +++ b/settings/l10n/et_EE.json @@ -0,0 +1,235 @@ +{ "translations": { + "Enabled" : "Sisse lülitatud", + "Not enabled" : "Pole sisse lülitatud", + "Recommended" : "Soovitatud", + "Authentication error" : "Autentimise viga", + "Your full name has been changed." : "Sinu täispikk nimi on muudetud.", + "Unable to change full name" : "Täispika nime muutmine ebaõnnestus", + "Group already exists" : "Grupp on juba olemas", + "Unable to add group" : "Keela grupi lisamine", + "Files decrypted successfully" : "Failide krüpteerimine õnnestus", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Ei suutnud faile dekrüpteerida, palun kontrolli oma owncloud.log-i või küsi nõu administraatorilt", + "Couldn't decrypt your files, check your password and try again" : "Ei suutnud failde dekrüpteerida, kontrolli parooli ja proovi uuesti", + "Encryption keys deleted permanently" : "Krüpteerimisvõtmed kustutatud lõplikult", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Ei suutnud lõplikult kustutada sinu krüpteerimisvõtmeid, palun vaata owncloud.log-i või pöördu oma süsteemihalduri poole.", + "Couldn't remove app." : "Ei suutnud rakendit eemaldada.", + "Email saved" : "Kiri on salvestatud", + "Invalid email" : "Vigane e-post", + "Unable to delete group" : "Grupi kustutamine ebaõnnestus", + "Unable to delete user" : "Kasutaja kustutamine ebaõnnestus", + "Backups restored successfully" : "Varukoopiad taastatud edukalt.", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Ei suutnud taastada sinu krüpteerimisvõtmeid, palun vaata owncloud.log-i või pöördu oma süsteemihalduri poole.", + "Language changed" : "Keel on muudetud", + "Invalid request" : "Vigane päring", + "Admins can't remove themself from the admin group" : "Administraatorid ei saa ise end admin grupist eemaldada", + "Unable to add user to group %s" : "Kasutajat ei saa lisada gruppi %s", + "Unable to remove user from group %s" : "Kasutajat ei saa eemaldada grupist %s", + "Couldn't update app." : "Rakenduse uuendamine ebaõnnestus.", + "Wrong password" : "Vale parool", + "No user supplied" : "Kasutajat ei sisestatud", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Palun sisesta administraatori taasteparool, muidu kaotad kõik kasutajate andmed", + "Wrong admin recovery password. Please check the password and try again." : "Vale administraatori taasteparool. Palun kontrolli parooli ning proovi uuesti.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Tagarakend ei toeta parooli vahetust, kuid kasutaja krüptimisvõti uuendati edukalt.", + "Unable to change password" : "Ei suuda parooli muuta", + "Saved" : "Salvestatud", + "test email settings" : "testi e-posti seadeid", + "If you received this email, the settings seem to be correct." : "Kui said selle kirja, siis on seadistus korrektne.", + "A problem occurred while sending the email. Please revise your settings." : "Kirja saatmisel tekkis tõrge. Palun kontrolli üle oma seadistus.", + "Email sent" : "E-kiri on saadetud", + "You need to set your user email before being able to send test emails." : "Pead seadistama oma e-postienne kui on võimalik saata test-kirju.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Oled sa kindel, et soovid lisada domeeni \"{domain}\" usaldusväärseks domeeniks?", + "Add trusted domain" : "Lis ausaldusväärne domeen", + "Sending..." : "Saadan...", + "All" : "Kõik", + "Please wait...." : "Palun oota...", + "Error while disabling app" : "Viga rakenduse keelamisel", + "Disable" : "Lülita välja", + "Enable" : "Lülita sisse", + "Error while enabling app" : "Viga rakenduse lubamisel", + "Updating...." : "Uuendamine...", + "Error while updating app" : "Viga rakenduse uuendamisel", + "Updated" : "Uuendatud", + "Uninstalling ...." : "Eemaldan...", + "Error while uninstalling app" : "Viga rakendi eemaldamisel", + "Uninstall" : "Eemalda", + "Select a profile picture" : "Vali profiili pilt", + "Very weak password" : "Väga nõrk parool", + "Weak password" : "Nõrk parool", + "So-so password" : "Enam-vähem sobiv parool", + "Good password" : "Hea parool", + "Strong password" : "Väga hea parool", + "Valid until {date}" : "Kehtib kuni {date}", + "Delete" : "Kustuta", + "Decrypting files... Please wait, this can take some time." : "Dekrüpteerin faile... Palun oota, see võib võtta veidi aega.", + "Delete encryption keys permanently." : "Kustuta krüpteerimisvõtmed lõplikult", + "Restore encryption keys." : "Taasta krüpteerimisvõtmed.", + "Groups" : "Grupid", + "Unable to delete {objName}" : "Ei suuda kustutada {objName}", + "Error creating group" : "Viga grupi loomisel", + "A valid group name must be provided" : "Sisesta nõuetele vastav grupi nimi", + "deleted {groupName}" : "kustutatud {groupName}", + "undo" : "tagasi", + "never" : "mitte kunagi", + "deleted {userName}" : "kustutatud {userName}", + "add group" : "lisa grupp", + "A valid username must be provided" : "Sisesta nõuetele vastav kasutajatunnus", + "Error creating user" : "Viga kasutaja loomisel", + "A valid password must be provided" : "Sisesta nõuetele vastav parool", + "Warning: Home directory for user \"{user}\" already exists" : "Hoiatus: kasutaja \"{user}\" kodukataloog on juba olemas", + "__language_name__" : "Eesti", + "SSL root certificates" : "SSL root sertifikaadid", + "Encryption" : "Krüpteerimine", + "Everything (fatal issues, errors, warnings, info, debug)" : "Kõik (tõsised probleemid, veateated, hoiatused, info, veatuvastus)", + "Info, warnings, errors and fatal issues" : "Info, hoiatused, veateted ja tõsised probleemid", + "Warnings, errors and fatal issues" : "Hoiatused, veateated ja tõsised probleemid", + "Errors and fatal issues" : "Veateated ja tõsised probleemid", + "Fatal issues only" : "Ainult tõsised probleemid", + "None" : "Pole", + "Login" : "Logi sisse", + "Plain" : "Tavatekst", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Turvahoiatus", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Sa kasutad %s ligipääsuks HTTP protokolli. Soovitame tungivalt seadistada oma server selle asemel kasutama HTTPS-i.", + "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." : "Andmete kataloog ja failid on tõenäoliselt internetis avalikult saadaval. .htaccess fail, ei toimi. Soovitame tungivalt veebiserver seadistada selliselt, et andmete kataloog ei oleks enam vabalt saadaval või tõstaksid andmete kataloogi oma veebiserveri veebi juurkataloogist mujale.", + "Setup Warning" : "Paigalduse hoiatus", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP on seadistatud eemaldama \"inline\" dokumendi blokke. See muudab mõned rakendid kasutamatuteks.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "See on tõenäoliselt põhjustatud puhver/kiirendist nagu Zend OPcache või eAccelerator.", + "Database Performance Info" : "Andmebaasi toimimise info", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Andmebaasina kasutatakse SQLite-t. Suuremate paigalduste puhul me soovitame seda muuta. Migreerimaks teisele andmebaasile kasuta seda käsurea vahendit: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Moodul 'fileinfo' puudub", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP moodul 'fileinfo' puudub. Soovitame tungivalt see lisada saavutamaks parimaid tulemusi failitüüpide tuvastamisel.", + "Your PHP version is outdated" : "PHP versioon on aegunud", + "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." : "Sinu PHP versioon on aegunud. Soovitame tungivalt uuenda versioonile 5.3.8 või uuemale, kuna varasemad versioonid on teadaolevalt vigased. On võimalik, et see käesolev paigaldus ei toimi korrektselt.", + "PHP charset is not set to UTF-8" : "PHP märgistik pole UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP märgistikuks pole määratud UTF-8. See võib tekitada failinimedes mitte-ASCII märkidega suuri probleeme. Me soovitame tungivalt panna failis php.ini sätte 'default_charset' väärtuseks 'UTF-8'.", + "Locale not working" : "Lokalisatsioon ei toimi", + "System locale can not be set to a one which supports UTF-8." : "Süsteemi lokaliseeringuks ei saa panna sellist, mis toetab UTF-8-t.", + "This means that there might be problems with certain characters in file names." : "See tähendab, et võib esineda probleeme failide nimedes mõnede sümbolitega.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Soovitame tungivalt paigaldada vajalikud paketid oma süsteemi tagamaks tuge järgmistele lokaliseeringutele: %s.", + "URL generation in notification emails" : "URL-ide loomine teavituskirjades", + "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\")" : "Kui sinu sait pole paigaldatud domeeni juurkausta ja see kasutab ajastatud tegevusi, siis võib tekkide probleeme URL-ide loomisega. Nende probleemide vältimiseks sisesta palun failis config.php valikusse \"overwritewebroot\" oma veebiserveri juurkaust (Soovituslik: \"%s\")", + "Connectivity checks" : "Ühenduse kontrollimine", + "No problems found" : "Ühtegi probleemi ei leitud", + "Please double check the installation guides." : "Palun tutvu veelkord paigalduse juhenditega.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Cron käivitati viimati %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Cron käivitati viimati %s. See on rohkem kui tund tagasi, midagi on valesti.", + "Cron was not executed yet!" : "Cron pole kordagi käivitatud!", + "Execute one task with each page loaded" : "Käivita toiming igal lehe laadimisel", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php on registreeritud webcron teenuses, et käivitada fail cron.php iga 15 minuti tagant üle http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Kasuta süsteemi cron teenust, et käivitada fail cron.php iga 15 minuti järel.", + "Sharing" : "Jagamine", + "Allow apps to use the Share API" : "Luba rakendustel kasutada Share API-t", + "Allow users to share via link" : "Luba kasutajatel lingiga jagamist ", + "Enforce password protection" : "Sunni parooliga kaitsmist", + "Allow public uploads" : "Luba avalikud üleslaadimised", + "Set default expiration date" : "Määra vaikimisi aegumise kuupäev", + "Expire after " : "Aegu pärast", + "days" : "päeva", + "Enforce expiration date" : "Sunnitud aegumise kuupäev", + "Allow resharing" : "Luba edasijagamine", + "Restrict users to only share with users in their groups" : "Luba kasutajatel jagada kasutajatega ainult oma grupi piires", + "Allow users to send mail notification for shared files" : "Luba kasutajatel saata e-posti teavitusi jagatud failide kohta", + "Exclude groups from sharing" : "Eemalda grupid jagamisest", + "These groups will still be able to receive shares, but not to initiate them." : "Need grupid saavad vastu võtta jagamisi, kuid ise jagamisi algatada ei saa.", + "Security" : "Turvalisus", + "Enforce HTTPS" : "Sunni peale HTTPS-i kasutamine", + "Forces the clients to connect to %s via an encrypted connection." : "Sunnib kliente %s ühenduma krüpteeritult.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Palun ühendu oma %s üle HTTPS või keela SSL kasutamine.", + "Email Server" : "Postiserver", + "This is used for sending out notifications." : "Seda kasutatakse teadete välja saatmiseks.", + "Send mode" : "Saatmise viis", + "From address" : "Saatja aadress", + "mail" : "e-mail", + "Authentication method" : "Autentimise meetod", + "Authentication required" : "Autentimine on vajalik", + "Server address" : "Serveri aadress", + "Port" : "Port", + "Credentials" : "Kasutajatunnused", + "SMTP Username" : "SMTP kasutajatunnus", + "SMTP Password" : "SMTP parool", + "Store credentials" : "Säilita kasutajaandmed", + "Test email settings" : "Testi e-posti seadeid", + "Send email" : "Saada kiri", + "Log" : "Logi", + "Log level" : "Logi tase", + "More" : "Rohkem", + "Less" : "Vähem", + "Version" : "Versioon", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Arendatud ownCloud kogukonna poolt. Lähtekood on avaldatud ja kaetud AGPL litsentsiga.", + "More apps" : "Rohkem rakendusi", + "Add your app" : "Lisa oma rakendus", + "by" : "lisas", + "licensed" : "litsenseeritud", + "Documentation:" : "Dokumentatsioon:", + "User Documentation" : "Kasutaja dokumentatsioon", + "Admin Documentation" : "Admin dokumentatsioon", + "Update to %s" : "Uuenda versioonile %s", + "Enable only for specific groups" : "Luba ainult kindlad grupid", + "Uninstall App" : "Eemada rakend", + "Administrator Documentation" : "Administraatori dokumentatsioon", + "Online Documentation" : "Online dokumentatsioon", + "Forum" : "Foorum", + "Bugtracker" : "Vigade nimekiri", + "Commercial Support" : "Tasuline kasutajatugi", + "Get the apps to sync your files" : "Hangi rakendusi failide sünkroniseerimiseks", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Kui tahad projekti toetada\n\t\tliitu arendusega\n\t\tvõi\n\t\tlevita sõna!", + "Show First Run Wizard again" : "Näita veelkord Esmase Käivituse Juhendajat", + "You have used %s of the available %s" : "Kasutad %s saadavalolevast %s", + "Password" : "Parool", + "Your password was changed" : "Sinu parooli on muudetud", + "Unable to change your password" : "Sa ei saa oma parooli muuta", + "Current password" : "Praegune parool", + "New password" : "Uus parool", + "Change password" : "Muuda parooli", + "Full Name" : "Täispikk nimi", + "Email" : "E-post", + "Your email address" : "Sinu e-posti aadress", + "Fill in an email address to enable password recovery and receive notifications" : "Täida e-posti aadress võimaldamaks parooli taastamist ning teadete saamist.", + "Profile picture" : "Profiili pilt", + "Upload new" : "Laadi uus üles", + "Select new from Files" : "Vali failidest uus", + "Remove image" : "Eemalda pilt", + "Either png or jpg. Ideally square but you will be able to crop it." : "Kas png või jpg. Võimalikult ruudukujuline, kuid sul on võimalus seda veel lõigata.", + "Your avatar is provided by your original account." : "Sinu avatari pakub sinu algne konto.", + "Cancel" : "Loobu", + "Choose as profile image" : "Vali profiilipildiks", + "Language" : "Keel", + "Help translate" : "Aita tõlkida", + "Common Name" : "Üldnimetus", + "Valid until" : "Kehtib kuni", + "Issued By" : "isas", + "Valid until %s" : "Kehtib kuni %s", + "Import Root Certificate" : "Impordi root sertifikaadid", + "The encryption app is no longer enabled, please decrypt all your files" : "Küpteeringu rakend pole lubatud, dekrüpteeri kõik oma failid", + "Log-in password" : "Sisselogimise parool", + "Decrypt all Files" : "Dekrüpteeri kõik failid", + "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." : "Sinu krüpteerimisvõtmed on tõstetud varukoopiasse. Kui midagi läheb valesti, siis saad võtmed taastada. Kustuta lõplikult ainult juhul kui oled kindel, et failid on dekrüteeritud korrektselt.", + "Restore Encryption Keys" : "Taasta krüpteerimisvõtmed", + "Delete Encryption Keys" : "Kustuta krüpteerimisvõtmed", + "Show storage location" : "Näita salvestusruumi asukohta", + "Show last log in" : "Viimane sisselogimine", + "Login Name" : "Kasutajanimi", + "Create" : "Lisa", + "Admin Recovery Password" : "Admini parooli taastamine", + "Enter the recovery password in order to recover the users files during password change" : "Sisesta taasteparool kasutaja failide taastamiseks paroolivahetuse käigus", + "Search Users and Groups" : "Otsi kasutajaid ja gruppe", + "Add Group" : "Lisa grupp", + "Group" : "Grupp", + "Everyone" : "Igaüks", + "Admins" : "Haldurid", + "Default Quota" : "Vaikimisi kvoot", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Palun sisesta mahupiir (nt: \"512 MB\" või \"12 GB\")", + "Unlimited" : "Piiramatult", + "Other" : "Muu", + "Username" : "Kasutajanimi", + "Quota" : "Mahupiir", + "Storage Location" : "Mahu asukoht", + "Last Login" : "Viimane sisselogimine", + "change full name" : "Muuda täispikka nime", + "set new password" : "määra uus parool", + "Default" : "Vaikeväärtus" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php deleted file mode 100644 index e38cb7ff24..0000000000 --- a/settings/l10n/et_EE.php +++ /dev/null @@ -1,236 +0,0 @@ - "Sisse lülitatud", -"Not enabled" => "Pole sisse lülitatud", -"Recommended" => "Soovitatud", -"Authentication error" => "Autentimise viga", -"Your full name has been changed." => "Sinu täispikk nimi on muudetud.", -"Unable to change full name" => "Täispika nime muutmine ebaõnnestus", -"Group already exists" => "Grupp on juba olemas", -"Unable to add group" => "Keela grupi lisamine", -"Files decrypted successfully" => "Failide krüpteerimine õnnestus", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Ei suutnud faile dekrüpteerida, palun kontrolli oma owncloud.log-i või küsi nõu administraatorilt", -"Couldn't decrypt your files, check your password and try again" => "Ei suutnud failde dekrüpteerida, kontrolli parooli ja proovi uuesti", -"Encryption keys deleted permanently" => "Krüpteerimisvõtmed kustutatud lõplikult", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Ei suutnud lõplikult kustutada sinu krüpteerimisvõtmeid, palun vaata owncloud.log-i või pöördu oma süsteemihalduri poole.", -"Couldn't remove app." => "Ei suutnud rakendit eemaldada.", -"Email saved" => "Kiri on salvestatud", -"Invalid email" => "Vigane e-post", -"Unable to delete group" => "Grupi kustutamine ebaõnnestus", -"Unable to delete user" => "Kasutaja kustutamine ebaõnnestus", -"Backups restored successfully" => "Varukoopiad taastatud edukalt.", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Ei suutnud taastada sinu krüpteerimisvõtmeid, palun vaata owncloud.log-i või pöördu oma süsteemihalduri poole.", -"Language changed" => "Keel on muudetud", -"Invalid request" => "Vigane päring", -"Admins can't remove themself from the admin group" => "Administraatorid ei saa ise end admin grupist eemaldada", -"Unable to add user to group %s" => "Kasutajat ei saa lisada gruppi %s", -"Unable to remove user from group %s" => "Kasutajat ei saa eemaldada grupist %s", -"Couldn't update app." => "Rakenduse uuendamine ebaõnnestus.", -"Wrong password" => "Vale parool", -"No user supplied" => "Kasutajat ei sisestatud", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Palun sisesta administraatori taasteparool, muidu kaotad kõik kasutajate andmed", -"Wrong admin recovery password. Please check the password and try again." => "Vale administraatori taasteparool. Palun kontrolli parooli ning proovi uuesti.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Tagarakend ei toeta parooli vahetust, kuid kasutaja krüptimisvõti uuendati edukalt.", -"Unable to change password" => "Ei suuda parooli muuta", -"Saved" => "Salvestatud", -"test email settings" => "testi e-posti seadeid", -"If you received this email, the settings seem to be correct." => "Kui said selle kirja, siis on seadistus korrektne.", -"A problem occurred while sending the email. Please revise your settings." => "Kirja saatmisel tekkis tõrge. Palun kontrolli üle oma seadistus.", -"Email sent" => "E-kiri on saadetud", -"You need to set your user email before being able to send test emails." => "Pead seadistama oma e-postienne kui on võimalik saata test-kirju.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Oled sa kindel, et soovid lisada domeeni \"{domain}\" usaldusväärseks domeeniks?", -"Add trusted domain" => "Lis ausaldusväärne domeen", -"Sending..." => "Saadan...", -"All" => "Kõik", -"Please wait...." => "Palun oota...", -"Error while disabling app" => "Viga rakenduse keelamisel", -"Disable" => "Lülita välja", -"Enable" => "Lülita sisse", -"Error while enabling app" => "Viga rakenduse lubamisel", -"Updating...." => "Uuendamine...", -"Error while updating app" => "Viga rakenduse uuendamisel", -"Updated" => "Uuendatud", -"Uninstalling ...." => "Eemaldan...", -"Error while uninstalling app" => "Viga rakendi eemaldamisel", -"Uninstall" => "Eemalda", -"Select a profile picture" => "Vali profiili pilt", -"Very weak password" => "Väga nõrk parool", -"Weak password" => "Nõrk parool", -"So-so password" => "Enam-vähem sobiv parool", -"Good password" => "Hea parool", -"Strong password" => "Väga hea parool", -"Valid until {date}" => "Kehtib kuni {date}", -"Delete" => "Kustuta", -"Decrypting files... Please wait, this can take some time." => "Dekrüpteerin faile... Palun oota, see võib võtta veidi aega.", -"Delete encryption keys permanently." => "Kustuta krüpteerimisvõtmed lõplikult", -"Restore encryption keys." => "Taasta krüpteerimisvõtmed.", -"Groups" => "Grupid", -"Unable to delete {objName}" => "Ei suuda kustutada {objName}", -"Error creating group" => "Viga grupi loomisel", -"A valid group name must be provided" => "Sisesta nõuetele vastav grupi nimi", -"deleted {groupName}" => "kustutatud {groupName}", -"undo" => "tagasi", -"never" => "mitte kunagi", -"deleted {userName}" => "kustutatud {userName}", -"add group" => "lisa grupp", -"A valid username must be provided" => "Sisesta nõuetele vastav kasutajatunnus", -"Error creating user" => "Viga kasutaja loomisel", -"A valid password must be provided" => "Sisesta nõuetele vastav parool", -"Warning: Home directory for user \"{user}\" already exists" => "Hoiatus: kasutaja \"{user}\" kodukataloog on juba olemas", -"__language_name__" => "Eesti", -"SSL root certificates" => "SSL root sertifikaadid", -"Encryption" => "Krüpteerimine", -"Everything (fatal issues, errors, warnings, info, debug)" => "Kõik (tõsised probleemid, veateated, hoiatused, info, veatuvastus)", -"Info, warnings, errors and fatal issues" => "Info, hoiatused, veateted ja tõsised probleemid", -"Warnings, errors and fatal issues" => "Hoiatused, veateated ja tõsised probleemid", -"Errors and fatal issues" => "Veateated ja tõsised probleemid", -"Fatal issues only" => "Ainult tõsised probleemid", -"None" => "Pole", -"Login" => "Logi sisse", -"Plain" => "Tavatekst", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Turvahoiatus", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Sa kasutad %s ligipääsuks HTTP protokolli. Soovitame tungivalt seadistada oma server selle asemel kasutama HTTPS-i.", -"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." => "Andmete kataloog ja failid on tõenäoliselt internetis avalikult saadaval. .htaccess fail, ei toimi. Soovitame tungivalt veebiserver seadistada selliselt, et andmete kataloog ei oleks enam vabalt saadaval või tõstaksid andmete kataloogi oma veebiserveri veebi juurkataloogist mujale.", -"Setup Warning" => "Paigalduse hoiatus", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP on seadistatud eemaldama \"inline\" dokumendi blokke. See muudab mõned rakendid kasutamatuteks.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "See on tõenäoliselt põhjustatud puhver/kiirendist nagu Zend OPcache või eAccelerator.", -"Database Performance Info" => "Andmebaasi toimimise info", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Andmebaasina kasutatakse SQLite-t. Suuremate paigalduste puhul me soovitame seda muuta. Migreerimaks teisele andmebaasile kasuta seda käsurea vahendit: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Moodul 'fileinfo' puudub", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP moodul 'fileinfo' puudub. Soovitame tungivalt see lisada saavutamaks parimaid tulemusi failitüüpide tuvastamisel.", -"Your PHP version is outdated" => "PHP versioon on aegunud", -"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." => "Sinu PHP versioon on aegunud. Soovitame tungivalt uuenda versioonile 5.3.8 või uuemale, kuna varasemad versioonid on teadaolevalt vigased. On võimalik, et see käesolev paigaldus ei toimi korrektselt.", -"PHP charset is not set to UTF-8" => "PHP märgistik pole UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP märgistikuks pole määratud UTF-8. See võib tekitada failinimedes mitte-ASCII märkidega suuri probleeme. Me soovitame tungivalt panna failis php.ini sätte 'default_charset' väärtuseks 'UTF-8'.", -"Locale not working" => "Lokalisatsioon ei toimi", -"System locale can not be set to a one which supports UTF-8." => "Süsteemi lokaliseeringuks ei saa panna sellist, mis toetab UTF-8-t.", -"This means that there might be problems with certain characters in file names." => "See tähendab, et võib esineda probleeme failide nimedes mõnede sümbolitega.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Soovitame tungivalt paigaldada vajalikud paketid oma süsteemi tagamaks tuge järgmistele lokaliseeringutele: %s.", -"URL generation in notification emails" => "URL-ide loomine teavituskirjades", -"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\")" => "Kui sinu sait pole paigaldatud domeeni juurkausta ja see kasutab ajastatud tegevusi, siis võib tekkide probleeme URL-ide loomisega. Nende probleemide vältimiseks sisesta palun failis config.php valikusse \"overwritewebroot\" oma veebiserveri juurkaust (Soovituslik: \"%s\")", -"Connectivity checks" => "Ühenduse kontrollimine", -"No problems found" => "Ühtegi probleemi ei leitud", -"Please double check the installation guides." => "Palun tutvu veelkord paigalduse juhenditega.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Cron käivitati viimati %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Cron käivitati viimati %s. See on rohkem kui tund tagasi, midagi on valesti.", -"Cron was not executed yet!" => "Cron pole kordagi käivitatud!", -"Execute one task with each page loaded" => "Käivita toiming igal lehe laadimisel", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php on registreeritud webcron teenuses, et käivitada fail cron.php iga 15 minuti tagant üle http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Kasuta süsteemi cron teenust, et käivitada fail cron.php iga 15 minuti järel.", -"Sharing" => "Jagamine", -"Allow apps to use the Share API" => "Luba rakendustel kasutada Share API-t", -"Allow users to share via link" => "Luba kasutajatel lingiga jagamist ", -"Enforce password protection" => "Sunni parooliga kaitsmist", -"Allow public uploads" => "Luba avalikud üleslaadimised", -"Set default expiration date" => "Määra vaikimisi aegumise kuupäev", -"Expire after " => "Aegu pärast", -"days" => "päeva", -"Enforce expiration date" => "Sunnitud aegumise kuupäev", -"Allow resharing" => "Luba edasijagamine", -"Restrict users to only share with users in their groups" => "Luba kasutajatel jagada kasutajatega ainult oma grupi piires", -"Allow users to send mail notification for shared files" => "Luba kasutajatel saata e-posti teavitusi jagatud failide kohta", -"Exclude groups from sharing" => "Eemalda grupid jagamisest", -"These groups will still be able to receive shares, but not to initiate them." => "Need grupid saavad vastu võtta jagamisi, kuid ise jagamisi algatada ei saa.", -"Security" => "Turvalisus", -"Enforce HTTPS" => "Sunni peale HTTPS-i kasutamine", -"Forces the clients to connect to %s via an encrypted connection." => "Sunnib kliente %s ühenduma krüpteeritult.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Palun ühendu oma %s üle HTTPS või keela SSL kasutamine.", -"Email Server" => "Postiserver", -"This is used for sending out notifications." => "Seda kasutatakse teadete välja saatmiseks.", -"Send mode" => "Saatmise viis", -"From address" => "Saatja aadress", -"mail" => "e-mail", -"Authentication method" => "Autentimise meetod", -"Authentication required" => "Autentimine on vajalik", -"Server address" => "Serveri aadress", -"Port" => "Port", -"Credentials" => "Kasutajatunnused", -"SMTP Username" => "SMTP kasutajatunnus", -"SMTP Password" => "SMTP parool", -"Store credentials" => "Säilita kasutajaandmed", -"Test email settings" => "Testi e-posti seadeid", -"Send email" => "Saada kiri", -"Log" => "Logi", -"Log level" => "Logi tase", -"More" => "Rohkem", -"Less" => "Vähem", -"Version" => "Versioon", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Arendatud ownCloud kogukonna poolt. Lähtekood on avaldatud ja kaetud AGPL litsentsiga.", -"More apps" => "Rohkem rakendusi", -"Add your app" => "Lisa oma rakendus", -"by" => "lisas", -"licensed" => "litsenseeritud", -"Documentation:" => "Dokumentatsioon:", -"User Documentation" => "Kasutaja dokumentatsioon", -"Admin Documentation" => "Admin dokumentatsioon", -"Update to %s" => "Uuenda versioonile %s", -"Enable only for specific groups" => "Luba ainult kindlad grupid", -"Uninstall App" => "Eemada rakend", -"Administrator Documentation" => "Administraatori dokumentatsioon", -"Online Documentation" => "Online dokumentatsioon", -"Forum" => "Foorum", -"Bugtracker" => "Vigade nimekiri", -"Commercial Support" => "Tasuline kasutajatugi", -"Get the apps to sync your files" => "Hangi rakendusi failide sünkroniseerimiseks", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Kui tahad projekti toetada\n\t\tliitu arendusega\n\t\tvõi\n\t\tlevita sõna!", -"Show First Run Wizard again" => "Näita veelkord Esmase Käivituse Juhendajat", -"You have used %s of the available %s" => "Kasutad %s saadavalolevast %s", -"Password" => "Parool", -"Your password was changed" => "Sinu parooli on muudetud", -"Unable to change your password" => "Sa ei saa oma parooli muuta", -"Current password" => "Praegune parool", -"New password" => "Uus parool", -"Change password" => "Muuda parooli", -"Full Name" => "Täispikk nimi", -"Email" => "E-post", -"Your email address" => "Sinu e-posti aadress", -"Fill in an email address to enable password recovery and receive notifications" => "Täida e-posti aadress võimaldamaks parooli taastamist ning teadete saamist.", -"Profile picture" => "Profiili pilt", -"Upload new" => "Laadi uus üles", -"Select new from Files" => "Vali failidest uus", -"Remove image" => "Eemalda pilt", -"Either png or jpg. Ideally square but you will be able to crop it." => "Kas png või jpg. Võimalikult ruudukujuline, kuid sul on võimalus seda veel lõigata.", -"Your avatar is provided by your original account." => "Sinu avatari pakub sinu algne konto.", -"Cancel" => "Loobu", -"Choose as profile image" => "Vali profiilipildiks", -"Language" => "Keel", -"Help translate" => "Aita tõlkida", -"Common Name" => "Üldnimetus", -"Valid until" => "Kehtib kuni", -"Issued By" => "isas", -"Valid until %s" => "Kehtib kuni %s", -"Import Root Certificate" => "Impordi root sertifikaadid", -"The encryption app is no longer enabled, please decrypt all your files" => "Küpteeringu rakend pole lubatud, dekrüpteeri kõik oma failid", -"Log-in password" => "Sisselogimise parool", -"Decrypt all Files" => "Dekrüpteeri kõik failid", -"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." => "Sinu krüpteerimisvõtmed on tõstetud varukoopiasse. Kui midagi läheb valesti, siis saad võtmed taastada. Kustuta lõplikult ainult juhul kui oled kindel, et failid on dekrüteeritud korrektselt.", -"Restore Encryption Keys" => "Taasta krüpteerimisvõtmed", -"Delete Encryption Keys" => "Kustuta krüpteerimisvõtmed", -"Show storage location" => "Näita salvestusruumi asukohta", -"Show last log in" => "Viimane sisselogimine", -"Login Name" => "Kasutajanimi", -"Create" => "Lisa", -"Admin Recovery Password" => "Admini parooli taastamine", -"Enter the recovery password in order to recover the users files during password change" => "Sisesta taasteparool kasutaja failide taastamiseks paroolivahetuse käigus", -"Search Users and Groups" => "Otsi kasutajaid ja gruppe", -"Add Group" => "Lisa grupp", -"Group" => "Grupp", -"Everyone" => "Igaüks", -"Admins" => "Haldurid", -"Default Quota" => "Vaikimisi kvoot", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Palun sisesta mahupiir (nt: \"512 MB\" või \"12 GB\")", -"Unlimited" => "Piiramatult", -"Other" => "Muu", -"Username" => "Kasutajanimi", -"Quota" => "Mahupiir", -"Storage Location" => "Mahu asukoht", -"Last Login" => "Viimane sisselogimine", -"change full name" => "Muuda täispikka nime", -"set new password" => "määra uus parool", -"Default" => "Vaikeväärtus" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/eu.js b/settings/l10n/eu.js new file mode 100644 index 0000000000..d64a74f86b --- /dev/null +++ b/settings/l10n/eu.js @@ -0,0 +1,221 @@ +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", + "Group already exists" : "Taldea dagoeneko existitzenda", + "Unable to add group" : "Ezin izan da taldea gehitu", + "Files decrypted successfully" : "Fitxategiak ongi deskodetu dira.", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Ezin izan dira zure fitxategiak deskodetu, egiaztatu zure owncloud.log edo galdetu administratzaileari", + "Couldn't decrypt your files, check your password and try again" : "Ezin izan dira deskodetu zure fitxategiak, egiaztatu zure pasahitza eta saiatu berriz", + "Encryption keys deleted permanently" : "Enkriptatze gakoak behin betiko ezabatuak", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Ezin izan dira zure enkriptatze gakoak behin betiko ezabatu, egiaztatu zure owncloud.log edo galdetu administratzaileari", + "Couldn't remove app." : "Ezin izan da aplikazioa ezabatu..", + "Email saved" : "Eposta gorde da", + "Invalid email" : "Baliogabeko eposta", + "Unable to delete group" : "Ezin izan da taldea ezabatu", + "Unable to delete user" : "Ezin izan da erabiltzailea ezabatu", + "Backups restored successfully" : "Babeskopiak ongi leheneratu dira", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Ezin izan dira zure enkriptatze gakoak leheneratu, egiaztatu zure owncloud.log edo galdetu administratzaileari", + "Language changed" : "Hizkuntza aldatuta", + "Invalid request" : "Baliogabeko eskaera", + "Admins can't remove themself from the admin group" : "Kudeatzaileak ezin du bere burua kendu kudeatzaile taldetik", + "Unable to add user to group %s" : "Ezin izan da erabiltzailea %s taldera gehitu", + "Unable to remove user from group %s" : "Ezin izan da erabiltzailea %s taldetik ezabatu", + "Couldn't update app." : "Ezin izan da aplikazioa eguneratu.", + "Wrong password" : "Pasahitz okerra", + "No user supplied" : "Ez da erabiltzailerik zehaztu", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Mesedez eman berreskuratzeko administrazio pasahitza, bestela erabiltzaile datu guztiak galduko dira", + "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", + "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", + "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?", + "Add trusted domain" : "Gehitu domeinu fidagarria", + "Sending..." : "Bidaltzen...", + "All" : "Denak", + "Please wait...." : "Itxoin mesedez...", + "Error while disabling app" : "Erroea izan da aplikazioa desgaitzerakoan", + "Disable" : "Ez-gaitu", + "Enable" : "Gaitu", + "Error while enabling app" : "Erroea izan da aplikazioa gaitzerakoan", + "Updating...." : "Eguneratzen...", + "Error while updating app" : "Errorea aplikazioa eguneratzen zen bitartean", + "Updated" : "Eguneratuta", + "Uninstalling ...." : "Desinstalatzen ...", + "Error while uninstalling app" : "Erroea izan da aplikazioa desinstalatzerakoan", + "Uninstall" : "Desinstalatu", + "Select a profile picture" : "Profilaren irudia aukeratu", + "Very weak password" : "Pasahitz oso ahula", + "Weak password" : "Pasahitz ahula", + "So-so password" : "Halamoduzko pasahitza", + "Good password" : "Pasahitz ona", + "Strong password" : "Pasahitz sendoa", + "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", + "Restore encryption keys." : "Leheneratu enkriptatze gakoak", + "Groups" : "Taldeak", + "Unable to delete {objName}" : "Ezin izan da {objName} ezabatu", + "Error creating group" : "Errore bat izan da taldea sortzean", + "A valid group name must be provided" : "Baliozko talde izena eman behar da", + "deleted {groupName}" : "{groupName} ezbatuta", + "undo" : "desegin", + "never" : "inoiz", + "deleted {userName}" : "{userName} ezabatuta", + "add group" : "gehitu taldea", + "A valid username must be provided" : "Baliozko erabiltzaile izena eman behar da", + "Error creating user" : "Errore bat egon da erabiltzailea sortzean", + "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", + "SSL root certificates" : "SSL erro ziurtagiriak", + "Encryption" : "Enkriptazioa", + "Everything (fatal issues, errors, warnings, info, debug)" : "Dena (arazo larriak, erroreak, abisuak, informazioa, arazketa)", + "Info, warnings, errors and fatal issues" : "Informazioa, abisuak, erroreak eta arazo larriak.", + "Warnings, errors and fatal issues" : "Abisuak, erroreak eta arazo larriak", + "Errors and fatal issues" : "Erroreak eta arazo larriak", + "Fatal issues only" : "Bakarrik arazo larriak", + "None" : "Ezer", + "Login" : "Saio hasiera", + "Plain" : "Arrunta", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Segurtasun abisua", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "%s HTTP bidez erabiltzen ari zara. Aholkatzen dizugu zure zerbitzaria HTTPS erabil dezan.", + "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." : "Zure data karpeta eta zure fitxategiak internetetik zuzenean eskuragarri egon daitezke. .htaccess fitxategia ez du bere lana egiten. Aholkatzen dizugu zure web zerbitzaria ongi konfiguratzea data karpeta eskuragarri ez izateko edo data karpeta web zerbitzariaren dokumentu errotik mugitzea.", + "Setup Warning" : "Konfiguratu abisuak", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Badirudi PHP konfiguratuta dagoela lineako dokumentu blokeak aldatzeko. Honek zenbait oinarrizko aplikazio eskuraezin bihurtuko ditu.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hau ziur aski cache/accelerator batek eragin du, hala nola Zend OPcache edo eAccelerator.", + "Database Performance Info" : "Database Performance informazioa", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite erabili da datu-base gisa. Instalazio handiagoetarako gomendatzen dugu aldatzea. Beste datu base batera migratzeko erabili komando-lerro tresna hau: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "'fileinfo' modulua falta da", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP 'fileinfo' modulua falta da. Modulu hau gaitzea aholkatzen dizugu mime-type ezberdinak hobe detektatzeko.", + "Your PHP version is outdated" : "Zure PHP bertsioa zaharkituta dago", + "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." : "Zure PHP bertsioa zaharkituta dago. Gure aholkua 5.3.8 edo bertsio berriago batera eguneratzea da, bertsio zaharragoak arazoak ematen baitituzte. Posible da instalazio honek ez funtzionatzea ongi.", + "PHP charset is not set to UTF-8" : "PHP charset ez da UTF-8 gisa ezartzen", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP charset ez da UTF-8 gisa ezartzen. Honek arazo larriak sor ditzake fitxategien izenetan ascii ez diren karaktereekin. Gomendatzen dizugu php.ini-ko 'default_charset'-en ordez 'UTF-8' ezartzea.", + "Locale not working" : "Lokala ez dabil", + "System locale can not be set to a one which supports UTF-8." : "Eskualdeko ezarpena ezin da UTF-8 onartzen duen batera ezarri.", + "This means that there might be problems with certain characters in file names." : "Honek esan nahi du fitxategien izenetako karaktere batzuekin arazoak egon daitezkeela.", + "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\")", + "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", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Azken cron-a %s-etan exekutatu da. Ordu bat baino gehiago pasa da, zerbait gaizki dabilela dirudi.", + "Cron was not executed yet!" : "Cron-a oraindik ez da exekutatu!", + "Execute one task with each page loaded" : "Exekutatu zeregin bat orri karga bakoitzean", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php webcron zerbitzu batean erregistratua dago cron.php 15 minuturo http bidez deitzeko.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Erabili sistemaren cron zerbitzua deitzeko cron.php fitxategia 15 minutuan behin.", + "Sharing" : "Partekatzea", + "Allow apps to use the Share API" : "Baimendu aplikazioak partekatzeko APIa erabiltzeko", + "Allow users to share via link" : "Baimendu erabiltzaileak esteken bidez partekatzea", + "Enforce password protection" : "Betearazi pasahitzaren babesa", + "Allow public uploads" : "Baimendu igoera publikoak", + "Set default expiration date" : "Ezarri muga data lehenetsia", + "Expire after " : "Iraungia honen ondoren", + "days" : "egun", + "Enforce expiration date" : "Muga data betearazi", + "Allow resharing" : "Baimendu birpartekatzea", + "Restrict users to only share with users in their groups" : "Mugatu partekatzeak taldeko erabiltzaileetara", + "Allow users to send mail notification for shared files" : "Baimendu erabiltzaileak epostako jakinarazpenak bidaltzen partekatutako fitxategientzat", + "Exclude groups from sharing" : "Baztertu taldeak partekatzean", + "These groups will still be able to receive shares, but not to initiate them." : "Talde hauek oraindik jaso ahal izango dute partekatzeak, baina ezingo dute partekatu", + "Security" : "Segurtasuna", + "Enforce HTTPS" : "Behartu HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Bezeroak %s-ra konexio enkriptatu baten bidez konektatzera behartzen ditu.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Mesedez konektatu zure %s-ra HTTPS bidez SSL zehaztapenak aldatzeko.", + "Email Server" : "Eposta zerbitzaria", + "This is used for sending out notifications." : "Hau jakinarazpenak bidaltzeko erabiltzen da.", + "Send mode" : "Bidaltzeko modua", + "From address" : "Helbidetik", + "mail" : "posta", + "Authentication method" : "Autentifikazio metodoa", + "Authentication required" : "Autentikazioa beharrezkoa", + "Server address" : "Zerbitzariaren helbidea", + "Port" : "Portua", + "Credentials" : "Kredentzialak", + "SMTP Username" : "SMTP erabiltzaile-izena", + "SMTP Password" : "SMTP pasahitza", + "Test email settings" : "Probatu eposta ezarpenak", + "Send email" : "Bidali eposta", + "Log" : "Log", + "Log level" : "Erregistro maila", + "More" : "Gehiago", + "Less" : "Gutxiago", + "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", + "by" : " Egilea:", + "Documentation:" : "Dokumentazioa:", + "User Documentation" : "Erabiltzaile dokumentazioa", + "Admin Documentation" : "Administrazio dokumentazioa", + "Enable only for specific groups" : "Baimendu bakarri talde espezifikoetarako", + "Uninstall App" : "Desinstalatu aplikazioa", + "Administrator Documentation" : "Administratzaile dokumentazioa", + "Online Documentation" : "Online dokumentazioa", + "Forum" : "Foroa", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Babes komertziala", + "Get the apps to sync your files" : "Lortu aplikazioak zure fitxategiak sinkronizatzeko", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Proiektua lagundu nahi baduzu\n⇥⇥join development\n⇥⇥edo\n⇥⇥zabaldu hitza!", + "Show First Run Wizard again" : "Erakutsi berriz Lehenengo Aldiko Morroia", + "You have used %s of the available %s" : "Dagoeneko %s erabili duzu eskuragarri duzun %setatik", + "Password" : "Pasahitza", + "Your password was changed" : "Zure pasahitza aldatu da", + "Unable to change your password" : "Ezin izan da zure pasahitza aldatu", + "Current password" : "Uneko pasahitza", + "New password" : "Pasahitz berria", + "Change password" : "Aldatu pasahitza", + "Full Name" : "Izena", + "Email" : "E-posta", + "Your email address" : "Zure e-posta", + "Fill in an email address to enable password recovery and receive notifications" : "Bete ezazu eposta helbide bat pasahitza berreskuratzeko eta jakinarazpenak jasotzeko", + "Profile picture" : "Profilaren irudia", + "Upload new" : "Igo berria", + "Select new from Files" : "Hautatu berria Fitxategietatik", + "Remove image" : "Irudia ezabatu", + "Either png or jpg. Ideally square but you will be able to crop it." : "png edo jpg. Hobe karratua baina mozteko aukera izango duzu.", + "Your avatar is provided by your original account." : "Zure jatorrizko kontuak ezarri du zure avatar.", + "Cancel" : "Ezeztatu", + "Choose as profile image" : "Profil irudi bezala aukeratu", + "Language" : "Hizkuntza", + "Help translate" : "Lagundu itzultzen", + "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", + "Decrypt all Files" : "Desenkripattu fitxategi guztiak", + "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", + "Login Name" : "Sarrera Izena", + "Create" : "Sortu", + "Admin Recovery Password" : "Administratzailearen pasahitza berreskuratzea", + "Enter the recovery password in order to recover the users files during password change" : "Berreskuratze pasahitza idatzi pasahitz aldaketan erabiltzaileen fitxategiak berreskuratzeko", + "Search Users and Groups" : "Bilatu erabiltzaileak eta taldeak", + "Add Group" : "Gehitu taldea", + "Group" : "Taldea", + "Everyone" : "Edonor", + "Admins" : "Administratzaileak", + "Default Quota" : "Kuota lehentsia", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Mesedez sartu biltegiratze kouta (adb: \"512 MB\" edo \"12 GB\")", + "Unlimited" : "Mugarik gabe", + "Other" : "Bestelakoa", + "Username" : "Erabiltzaile izena", + "Quota" : "Kuota", + "Storage Location" : "Biltegiaren kokapena", + "Last Login" : "Azken saio hasiera", + "change full name" : "aldatu izena", + "set new password" : "ezarri pasahitz berria", + "Default" : "Lehenetsia" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/eu.json b/settings/l10n/eu.json new file mode 100644 index 0000000000..c2ad4ccc5b --- /dev/null +++ b/settings/l10n/eu.json @@ -0,0 +1,219 @@ +{ "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", + "Group already exists" : "Taldea dagoeneko existitzenda", + "Unable to add group" : "Ezin izan da taldea gehitu", + "Files decrypted successfully" : "Fitxategiak ongi deskodetu dira.", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Ezin izan dira zure fitxategiak deskodetu, egiaztatu zure owncloud.log edo galdetu administratzaileari", + "Couldn't decrypt your files, check your password and try again" : "Ezin izan dira deskodetu zure fitxategiak, egiaztatu zure pasahitza eta saiatu berriz", + "Encryption keys deleted permanently" : "Enkriptatze gakoak behin betiko ezabatuak", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Ezin izan dira zure enkriptatze gakoak behin betiko ezabatu, egiaztatu zure owncloud.log edo galdetu administratzaileari", + "Couldn't remove app." : "Ezin izan da aplikazioa ezabatu..", + "Email saved" : "Eposta gorde da", + "Invalid email" : "Baliogabeko eposta", + "Unable to delete group" : "Ezin izan da taldea ezabatu", + "Unable to delete user" : "Ezin izan da erabiltzailea ezabatu", + "Backups restored successfully" : "Babeskopiak ongi leheneratu dira", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Ezin izan dira zure enkriptatze gakoak leheneratu, egiaztatu zure owncloud.log edo galdetu administratzaileari", + "Language changed" : "Hizkuntza aldatuta", + "Invalid request" : "Baliogabeko eskaera", + "Admins can't remove themself from the admin group" : "Kudeatzaileak ezin du bere burua kendu kudeatzaile taldetik", + "Unable to add user to group %s" : "Ezin izan da erabiltzailea %s taldera gehitu", + "Unable to remove user from group %s" : "Ezin izan da erabiltzailea %s taldetik ezabatu", + "Couldn't update app." : "Ezin izan da aplikazioa eguneratu.", + "Wrong password" : "Pasahitz okerra", + "No user supplied" : "Ez da erabiltzailerik zehaztu", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Mesedez eman berreskuratzeko administrazio pasahitza, bestela erabiltzaile datu guztiak galduko dira", + "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", + "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", + "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?", + "Add trusted domain" : "Gehitu domeinu fidagarria", + "Sending..." : "Bidaltzen...", + "All" : "Denak", + "Please wait...." : "Itxoin mesedez...", + "Error while disabling app" : "Erroea izan da aplikazioa desgaitzerakoan", + "Disable" : "Ez-gaitu", + "Enable" : "Gaitu", + "Error while enabling app" : "Erroea izan da aplikazioa gaitzerakoan", + "Updating...." : "Eguneratzen...", + "Error while updating app" : "Errorea aplikazioa eguneratzen zen bitartean", + "Updated" : "Eguneratuta", + "Uninstalling ...." : "Desinstalatzen ...", + "Error while uninstalling app" : "Erroea izan da aplikazioa desinstalatzerakoan", + "Uninstall" : "Desinstalatu", + "Select a profile picture" : "Profilaren irudia aukeratu", + "Very weak password" : "Pasahitz oso ahula", + "Weak password" : "Pasahitz ahula", + "So-so password" : "Halamoduzko pasahitza", + "Good password" : "Pasahitz ona", + "Strong password" : "Pasahitz sendoa", + "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", + "Restore encryption keys." : "Leheneratu enkriptatze gakoak", + "Groups" : "Taldeak", + "Unable to delete {objName}" : "Ezin izan da {objName} ezabatu", + "Error creating group" : "Errore bat izan da taldea sortzean", + "A valid group name must be provided" : "Baliozko talde izena eman behar da", + "deleted {groupName}" : "{groupName} ezbatuta", + "undo" : "desegin", + "never" : "inoiz", + "deleted {userName}" : "{userName} ezabatuta", + "add group" : "gehitu taldea", + "A valid username must be provided" : "Baliozko erabiltzaile izena eman behar da", + "Error creating user" : "Errore bat egon da erabiltzailea sortzean", + "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", + "SSL root certificates" : "SSL erro ziurtagiriak", + "Encryption" : "Enkriptazioa", + "Everything (fatal issues, errors, warnings, info, debug)" : "Dena (arazo larriak, erroreak, abisuak, informazioa, arazketa)", + "Info, warnings, errors and fatal issues" : "Informazioa, abisuak, erroreak eta arazo larriak.", + "Warnings, errors and fatal issues" : "Abisuak, erroreak eta arazo larriak", + "Errors and fatal issues" : "Erroreak eta arazo larriak", + "Fatal issues only" : "Bakarrik arazo larriak", + "None" : "Ezer", + "Login" : "Saio hasiera", + "Plain" : "Arrunta", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Segurtasun abisua", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "%s HTTP bidez erabiltzen ari zara. Aholkatzen dizugu zure zerbitzaria HTTPS erabil dezan.", + "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." : "Zure data karpeta eta zure fitxategiak internetetik zuzenean eskuragarri egon daitezke. .htaccess fitxategia ez du bere lana egiten. Aholkatzen dizugu zure web zerbitzaria ongi konfiguratzea data karpeta eskuragarri ez izateko edo data karpeta web zerbitzariaren dokumentu errotik mugitzea.", + "Setup Warning" : "Konfiguratu abisuak", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Badirudi PHP konfiguratuta dagoela lineako dokumentu blokeak aldatzeko. Honek zenbait oinarrizko aplikazio eskuraezin bihurtuko ditu.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hau ziur aski cache/accelerator batek eragin du, hala nola Zend OPcache edo eAccelerator.", + "Database Performance Info" : "Database Performance informazioa", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite erabili da datu-base gisa. Instalazio handiagoetarako gomendatzen dugu aldatzea. Beste datu base batera migratzeko erabili komando-lerro tresna hau: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "'fileinfo' modulua falta da", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP 'fileinfo' modulua falta da. Modulu hau gaitzea aholkatzen dizugu mime-type ezberdinak hobe detektatzeko.", + "Your PHP version is outdated" : "Zure PHP bertsioa zaharkituta dago", + "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." : "Zure PHP bertsioa zaharkituta dago. Gure aholkua 5.3.8 edo bertsio berriago batera eguneratzea da, bertsio zaharragoak arazoak ematen baitituzte. Posible da instalazio honek ez funtzionatzea ongi.", + "PHP charset is not set to UTF-8" : "PHP charset ez da UTF-8 gisa ezartzen", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP charset ez da UTF-8 gisa ezartzen. Honek arazo larriak sor ditzake fitxategien izenetan ascii ez diren karaktereekin. Gomendatzen dizugu php.ini-ko 'default_charset'-en ordez 'UTF-8' ezartzea.", + "Locale not working" : "Lokala ez dabil", + "System locale can not be set to a one which supports UTF-8." : "Eskualdeko ezarpena ezin da UTF-8 onartzen duen batera ezarri.", + "This means that there might be problems with certain characters in file names." : "Honek esan nahi du fitxategien izenetako karaktere batzuekin arazoak egon daitezkeela.", + "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\")", + "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", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Azken cron-a %s-etan exekutatu da. Ordu bat baino gehiago pasa da, zerbait gaizki dabilela dirudi.", + "Cron was not executed yet!" : "Cron-a oraindik ez da exekutatu!", + "Execute one task with each page loaded" : "Exekutatu zeregin bat orri karga bakoitzean", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php webcron zerbitzu batean erregistratua dago cron.php 15 minuturo http bidez deitzeko.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Erabili sistemaren cron zerbitzua deitzeko cron.php fitxategia 15 minutuan behin.", + "Sharing" : "Partekatzea", + "Allow apps to use the Share API" : "Baimendu aplikazioak partekatzeko APIa erabiltzeko", + "Allow users to share via link" : "Baimendu erabiltzaileak esteken bidez partekatzea", + "Enforce password protection" : "Betearazi pasahitzaren babesa", + "Allow public uploads" : "Baimendu igoera publikoak", + "Set default expiration date" : "Ezarri muga data lehenetsia", + "Expire after " : "Iraungia honen ondoren", + "days" : "egun", + "Enforce expiration date" : "Muga data betearazi", + "Allow resharing" : "Baimendu birpartekatzea", + "Restrict users to only share with users in their groups" : "Mugatu partekatzeak taldeko erabiltzaileetara", + "Allow users to send mail notification for shared files" : "Baimendu erabiltzaileak epostako jakinarazpenak bidaltzen partekatutako fitxategientzat", + "Exclude groups from sharing" : "Baztertu taldeak partekatzean", + "These groups will still be able to receive shares, but not to initiate them." : "Talde hauek oraindik jaso ahal izango dute partekatzeak, baina ezingo dute partekatu", + "Security" : "Segurtasuna", + "Enforce HTTPS" : "Behartu HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Bezeroak %s-ra konexio enkriptatu baten bidez konektatzera behartzen ditu.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Mesedez konektatu zure %s-ra HTTPS bidez SSL zehaztapenak aldatzeko.", + "Email Server" : "Eposta zerbitzaria", + "This is used for sending out notifications." : "Hau jakinarazpenak bidaltzeko erabiltzen da.", + "Send mode" : "Bidaltzeko modua", + "From address" : "Helbidetik", + "mail" : "posta", + "Authentication method" : "Autentifikazio metodoa", + "Authentication required" : "Autentikazioa beharrezkoa", + "Server address" : "Zerbitzariaren helbidea", + "Port" : "Portua", + "Credentials" : "Kredentzialak", + "SMTP Username" : "SMTP erabiltzaile-izena", + "SMTP Password" : "SMTP pasahitza", + "Test email settings" : "Probatu eposta ezarpenak", + "Send email" : "Bidali eposta", + "Log" : "Log", + "Log level" : "Erregistro maila", + "More" : "Gehiago", + "Less" : "Gutxiago", + "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", + "by" : " Egilea:", + "Documentation:" : "Dokumentazioa:", + "User Documentation" : "Erabiltzaile dokumentazioa", + "Admin Documentation" : "Administrazio dokumentazioa", + "Enable only for specific groups" : "Baimendu bakarri talde espezifikoetarako", + "Uninstall App" : "Desinstalatu aplikazioa", + "Administrator Documentation" : "Administratzaile dokumentazioa", + "Online Documentation" : "Online dokumentazioa", + "Forum" : "Foroa", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Babes komertziala", + "Get the apps to sync your files" : "Lortu aplikazioak zure fitxategiak sinkronizatzeko", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Proiektua lagundu nahi baduzu\n⇥⇥join development\n⇥⇥edo\n⇥⇥zabaldu hitza!", + "Show First Run Wizard again" : "Erakutsi berriz Lehenengo Aldiko Morroia", + "You have used %s of the available %s" : "Dagoeneko %s erabili duzu eskuragarri duzun %setatik", + "Password" : "Pasahitza", + "Your password was changed" : "Zure pasahitza aldatu da", + "Unable to change your password" : "Ezin izan da zure pasahitza aldatu", + "Current password" : "Uneko pasahitza", + "New password" : "Pasahitz berria", + "Change password" : "Aldatu pasahitza", + "Full Name" : "Izena", + "Email" : "E-posta", + "Your email address" : "Zure e-posta", + "Fill in an email address to enable password recovery and receive notifications" : "Bete ezazu eposta helbide bat pasahitza berreskuratzeko eta jakinarazpenak jasotzeko", + "Profile picture" : "Profilaren irudia", + "Upload new" : "Igo berria", + "Select new from Files" : "Hautatu berria Fitxategietatik", + "Remove image" : "Irudia ezabatu", + "Either png or jpg. Ideally square but you will be able to crop it." : "png edo jpg. Hobe karratua baina mozteko aukera izango duzu.", + "Your avatar is provided by your original account." : "Zure jatorrizko kontuak ezarri du zure avatar.", + "Cancel" : "Ezeztatu", + "Choose as profile image" : "Profil irudi bezala aukeratu", + "Language" : "Hizkuntza", + "Help translate" : "Lagundu itzultzen", + "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", + "Decrypt all Files" : "Desenkripattu fitxategi guztiak", + "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", + "Login Name" : "Sarrera Izena", + "Create" : "Sortu", + "Admin Recovery Password" : "Administratzailearen pasahitza berreskuratzea", + "Enter the recovery password in order to recover the users files during password change" : "Berreskuratze pasahitza idatzi pasahitz aldaketan erabiltzaileen fitxategiak berreskuratzeko", + "Search Users and Groups" : "Bilatu erabiltzaileak eta taldeak", + "Add Group" : "Gehitu taldea", + "Group" : "Taldea", + "Everyone" : "Edonor", + "Admins" : "Administratzaileak", + "Default Quota" : "Kuota lehentsia", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Mesedez sartu biltegiratze kouta (adb: \"512 MB\" edo \"12 GB\")", + "Unlimited" : "Mugarik gabe", + "Other" : "Bestelakoa", + "Username" : "Erabiltzaile izena", + "Quota" : "Kuota", + "Storage Location" : "Biltegiaren kokapena", + "Last Login" : "Azken saio hasiera", + "change full name" : "aldatu izena", + "set new password" : "ezarri pasahitz berria", + "Default" : "Lehenetsia" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php deleted file mode 100644 index 2818e94db4..0000000000 --- a/settings/l10n/eu.php +++ /dev/null @@ -1,233 +0,0 @@ - "Autentifikazio errorea", -"Your full name has been changed." => "Zure izena aldatu egin da.", -"Unable to change full name" => "Ezin izan da izena aldatu", -"Group already exists" => "Taldea dagoeneko existitzenda", -"Unable to add group" => "Ezin izan da taldea gehitu", -"Files decrypted successfully" => "Fitxategiak ongi deskodetu dira.", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Ezin izan dira zure fitxategiak deskodetu, egiaztatu zure owncloud.log edo galdetu administratzaileari", -"Couldn't decrypt your files, check your password and try again" => "Ezin izan dira deskodetu zure fitxategiak, egiaztatu zure pasahitza eta saiatu berriz", -"Encryption keys deleted permanently" => "Enkriptatze gakoak behin betiko ezabatuak", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Ezin izan dira zure enkriptatze gakoak behin betiko ezabatu, egiaztatu zure owncloud.log edo galdetu administratzaileari", -"Couldn't remove app." => "Ezin izan da aplikazioa ezabatu..", -"Email saved" => "Eposta gorde da", -"Invalid email" => "Baliogabeko eposta", -"Unable to delete group" => "Ezin izan da taldea ezabatu", -"Unable to delete user" => "Ezin izan da erabiltzailea ezabatu", -"Backups restored successfully" => "Babeskopiak ongi leheneratu dira", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Ezin izan dira zure enkriptatze gakoak leheneratu, egiaztatu zure owncloud.log edo galdetu administratzaileari", -"Language changed" => "Hizkuntza aldatuta", -"Invalid request" => "Baliogabeko eskaera", -"Admins can't remove themself from the admin group" => "Kudeatzaileak ezin du bere burua kendu kudeatzaile taldetik", -"Unable to add user to group %s" => "Ezin izan da erabiltzailea %s taldera gehitu", -"Unable to remove user from group %s" => "Ezin izan da erabiltzailea %s taldetik ezabatu", -"Couldn't update app." => "Ezin izan da aplikazioa eguneratu.", -"Wrong password" => "Pasahitz okerra", -"No user supplied" => "Ez da erabiltzailerik zehaztu", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Mesedez eman berreskuratzeko administrazio pasahitza, bestela erabiltzaile datu guztiak galduko dira", -"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?", -"Add trusted domain" => "Gehitu domeinu fidagarria", -"Sending..." => "Bidaltzen...", -"All" => "Denak", -"Please wait...." => "Itxoin mesedez...", -"Error while disabling app" => "Erroea izan da aplikazioa desgaitzerakoan", -"Disable" => "Ez-gaitu", -"Enable" => "Gaitu", -"Error while enabling app" => "Erroea izan da aplikazioa gaitzerakoan", -"Updating...." => "Eguneratzen...", -"Error while updating app" => "Errorea aplikazioa eguneratzen zen bitartean", -"Updated" => "Eguneratuta", -"Uninstalling ...." => "Desinstalatzen ...", -"Error while uninstalling app" => "Erroea izan da aplikazioa desinstalatzerakoan", -"Uninstall" => "Desinstalatu", -"Select a profile picture" => "Profilaren irudia aukeratu", -"Very weak password" => "Pasahitz oso ahula", -"Weak password" => "Pasahitz ahula", -"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", -"Restore encryption keys." => "Leheneratu enkriptatze gakoak", -"Groups" => "Taldeak", -"Unable to delete {objName}" => "Ezin izan da {objName} ezabatu", -"Error creating group" => "Errore bat izan da taldea sortzean", -"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", -"A valid username must be provided" => "Baliozko erabiltzaile izena eman behar da", -"Error creating user" => "Errore bat egon da erabiltzailea sortzean", -"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)", -"Info, warnings, errors and fatal issues" => "Informazioa, abisuak, erroreak eta arazo larriak.", -"Warnings, errors and fatal issues" => "Abisuak, erroreak eta arazo larriak", -"Errors and fatal issues" => "Erroreak eta arazo larriak", -"Fatal issues only" => "Bakarrik arazo larriak", -"None" => "Ezer", -"Login" => "Saio hasiera", -"Plain" => "Arrunta", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Segurtasun abisua", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "%s HTTP bidez erabiltzen ari zara. Aholkatzen dizugu zure zerbitzaria HTTPS erabil dezan.", -"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." => "Zure data karpeta eta zure fitxategiak internetetik zuzenean eskuragarri egon daitezke. .htaccess fitxategia ez du bere lana egiten. Aholkatzen dizugu zure web zerbitzaria ongi konfiguratzea data karpeta eskuragarri ez izateko edo data karpeta web zerbitzariaren dokumentu errotik mugitzea.", -"Setup Warning" => "Konfiguratu abisuak", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "Badirudi PHP konfiguratuta dagoela lineako dokumentu blokeak aldatzeko. Honek zenbait oinarrizko aplikazio eskuraezin bihurtuko ditu.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Hau ziur aski cache/accelerator batek eragin du, hala nola Zend OPcache edo eAccelerator.", -"Database Performance Info" => "Database Performance informazioa", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite erabili da datu-base gisa. Instalazio handiagoetarako gomendatzen dugu aldatzea. Beste datu base batera migratzeko erabili komando-lerro tresna hau: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "'fileinfo' modulua falta da", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP 'fileinfo' modulua falta da. Modulu hau gaitzea aholkatzen dizugu mime-type ezberdinak hobe detektatzeko.", -"Your PHP version is outdated" => "Zure PHP bertsioa zaharkituta dago", -"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." => "Zure PHP bertsioa zaharkituta dago. Gure aholkua 5.3.8 edo bertsio berriago batera eguneratzea da, bertsio zaharragoak arazoak ematen baitituzte. Posible da instalazio honek ez funtzionatzea ongi.", -"PHP charset is not set to UTF-8" => "PHP charset ez da UTF-8 gisa ezartzen", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP charset ez da UTF-8 gisa ezartzen. Honek arazo larriak sor ditzake fitxategien izenetan ascii ez diren karaktereekin. Gomendatzen dizugu php.ini-ko 'default_charset'-en ordez 'UTF-8' ezartzea.", -"Locale not working" => "Lokala ez dabil", -"System locale can not be set to a one which supports UTF-8." => "Eskualdeko ezarpena ezin da UTF-8 onartzen duen batera ezarri.", -"This means that there might be problems with certain characters in file names." => "Honek esan nahi du fitxategien izenetako karaktere batzuekin arazoak egon daitezkeela.", -"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", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Azken cron-a %s-etan exekutatu da. Ordu bat baino gehiago pasa da, zerbait gaizki dabilela dirudi.", -"Cron was not executed yet!" => "Cron-a oraindik ez da exekutatu!", -"Execute one task with each page loaded" => "Exekutatu zeregin bat orri karga bakoitzean", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php webcron zerbitzu batean erregistratua dago cron.php 15 minuturo http bidez deitzeko.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Erabili sistemaren cron zerbitzua deitzeko cron.php fitxategia 15 minutuan behin.", -"Sharing" => "Partekatzea", -"Allow apps to use the Share API" => "Baimendu aplikazioak partekatzeko APIa erabiltzeko", -"Allow users to share via link" => "Baimendu erabiltzaileak esteken bidez partekatzea", -"Enforce password protection" => "Betearazi pasahitzaren babesa", -"Allow public uploads" => "Baimendu igoera publikoak", -"Set default expiration date" => "Ezarri muga data lehenetsia", -"Expire after " => "Iraungia honen ondoren", -"days" => "egun", -"Enforce expiration date" => "Muga data betearazi", -"Allow resharing" => "Baimendu birpartekatzea", -"Restrict users to only share with users in their groups" => "Mugatu partekatzeak taldeko erabiltzaileetara", -"Allow users to send mail notification for shared files" => "Baimendu erabiltzaileak epostako jakinarazpenak bidaltzen partekatutako fitxategientzat", -"Exclude groups from sharing" => "Baztertu taldeak partekatzean", -"These groups will still be able to receive shares, but not to initiate them." => "Talde hauek oraindik jaso ahal izango dute partekatzeak, baina ezingo dute partekatu", -"Security" => "Segurtasuna", -"Enforce HTTPS" => "Behartu HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Bezeroak %s-ra konexio enkriptatu baten bidez konektatzera behartzen ditu.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Mesedez konektatu zure %s-ra HTTPS bidez SSL zehaztapenak aldatzeko.", -"Email Server" => "Eposta zerbitzaria", -"This is used for sending out notifications." => "Hau jakinarazpenak bidaltzeko erabiltzen da.", -"Send mode" => "Bidaltzeko modua", -"From address" => "Helbidetik", -"mail" => "posta", -"Authentication method" => "Autentifikazio metodoa", -"Authentication required" => "Autentikazioa beharrezkoa", -"Server address" => "Zerbitzariaren helbidea", -"Port" => "Portua", -"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", -"Log level" => "Erregistro maila", -"More" => "Gehiago", -"Less" => "Gutxiago", -"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", -"Online Documentation" => "Online dokumentazioa", -"Forum" => "Foroa", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Babes komertziala", -"Get the apps to sync your files" => "Lortu aplikazioak zure fitxategiak sinkronizatzeko", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Proiektua lagundu nahi baduzu\n⇥⇥join development\n⇥⇥edo\n⇥⇥zabaldu hitza!", -"Show First Run Wizard again" => "Erakutsi berriz Lehenengo Aldiko Morroia", -"You have used %s of the available %s" => "Dagoeneko %s erabili duzu eskuragarri duzun %setatik", -"Password" => "Pasahitza", -"Your password was changed" => "Zure pasahitza aldatu da", -"Unable to change your password" => "Ezin izan da zure pasahitza aldatu", -"Current password" => "Uneko pasahitza", -"New password" => "Pasahitz berria", -"Change password" => "Aldatu pasahitza", -"Full Name" => "Izena", -"Email" => "E-posta", -"Your email address" => "Zure e-posta", -"Fill in an email address to enable password recovery and receive notifications" => "Bete ezazu eposta helbide bat pasahitza berreskuratzeko eta jakinarazpenak jasotzeko", -"Profile picture" => "Profilaren irudia", -"Upload new" => "Igo berria", -"Select new from Files" => "Hautatu berria Fitxategietatik", -"Remove image" => "Irudia ezabatu", -"Either png or jpg. Ideally square but you will be able to crop it." => "png edo jpg. Hobe karratua baina mozteko aukera izango duzu.", -"Your avatar is provided by your original account." => "Zure jatorrizko kontuak ezarri du zure avatar.", -"Cancel" => "Ezeztatu", -"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", -"Decrypt all Files" => "Desenkripattu fitxategi guztiak", -"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", -"Enter the recovery password in order to recover the users files during password change" => "Berreskuratze pasahitza idatzi pasahitz aldaketan erabiltzaileen fitxategiak berreskuratzeko", -"Search Users and Groups" => "Bilatu erabiltzaileak eta taldeak", -"Add Group" => "Gehitu taldea", -"Group" => "Taldea", -"Everyone" => "Edonor", -"Admins" => "Administratzaileak", -"Default Quota" => "Kuota lehentsia", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Mesedez sartu biltegiratze kouta (adb: \"512 MB\" edo \"12 GB\")", -"Unlimited" => "Mugarik gabe", -"Other" => "Bestelakoa", -"Username" => "Erabiltzaile izena", -"Quota" => "Kuota", -"Storage Location" => "Biltegiaren kokapena", -"Last Login" => "Azken saio hasiera", -"change full name" => "aldatu izena", -"set new password" => "ezarri pasahitz berria", -"Default" => "Lehenetsia" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/eu_ES.js b/settings/l10n/eu_ES.js new file mode 100644 index 0000000000..b568513953 --- /dev/null +++ b/settings/l10n/eu_ES.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "settings", + { + "Invalid request" : "Eskakizun baliogabea", + "Delete" : "Ezabatu", + "Cancel" : "Ezeztatu", + "Other" : "Bestea" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/eu_ES.json b/settings/l10n/eu_ES.json new file mode 100644 index 0000000000..062f410b0e --- /dev/null +++ b/settings/l10n/eu_ES.json @@ -0,0 +1,7 @@ +{ "translations": { + "Invalid request" : "Eskakizun baliogabea", + "Delete" : "Ezabatu", + "Cancel" : "Ezeztatu", + "Other" : "Bestea" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/eu_ES.php b/settings/l10n/eu_ES.php deleted file mode 100644 index 280c7f05c0..0000000000 --- a/settings/l10n/eu_ES.php +++ /dev/null @@ -1,8 +0,0 @@ - "Eskakizun baliogabea", -"Delete" => "Ezabatu", -"Cancel" => "Ezeztatu", -"Other" => "Bestea" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/fa.js b/settings/l10n/fa.js new file mode 100644 index 0000000000..47b3e0e530 --- /dev/null +++ b/settings/l10n/fa.js @@ -0,0 +1,190 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "فعال شده", + "Authentication error" : "خطا در اعتبار سنجی", + "Your full name has been changed." : "نام کامل شما تغییر یافت", + "Unable to change full name" : "امکان تغییر نام کامل وجود ندارد", + "Group already exists" : "این گروه در حال حاضر موجود است", + "Unable to add group" : "افزودن گروه امکان پذیر نیست", + "Files decrypted successfully" : "فایل ها با موفقیت رمزگشایی شدند.", + "Encryption keys deleted permanently" : "کلیدهای رمزگذاری به طور کامل حذف شدند", + "Couldn't remove app." : "امکان حذف برنامه وجود ندارد.", + "Email saved" : "ایمیل ذخیره شد", + "Invalid email" : "ایمیل غیر قابل قبول", + "Unable to delete group" : "حذف گروه امکان پذیر نیست", + "Unable to delete user" : "حذف کاربر امکان پذیر نیست", + "Backups restored successfully" : "پشتیبان ها با موفقیت بازیابی شدند", + "Language changed" : "زبان تغییر کرد", + "Invalid request" : "درخواست نامعتبر", + "Admins can't remove themself from the admin group" : "مدیران نمی توانند خود را از گروه مدیریت حذف کنند", + "Unable to add user to group %s" : "امکان افزودن کاربر به گروه %s نیست", + "Unable to remove user from group %s" : "امکان حذف کاربر از گروه %s نیست", + "Couldn't update app." : "برنامه را نمی توان به هنگام ساخت.", + "Wrong password" : "رمز عبور اشتباه است", + "No user supplied" : "هیچ کاربری تعریف نشده است", + "Please provide an admin recovery password, otherwise all user data will be lost" : "لطفاً یک رمز مدیریتی برای بازیابی کردن تعریف نمایید. در غیر اینصورت اطلاعات تمامی کاربران از دست خواهند رفت.", + "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" : "نمی‌توان رمز را تغییر داد", + "Saved" : "ذخیره شد", + "test email settings" : "تنظیمات ایمیل آزمایشی", + "Email sent" : "ایمیل ارسال شد", + "Sending..." : "در حال ارسال...", + "All" : "همه", + "Please wait...." : "لطفا صبر کنید ...", + "Error while disabling app" : "خطا در هنگام غیر فعال سازی برنامه", + "Disable" : "غیرفعال", + "Enable" : "فعال", + "Error while enabling app" : "خطا در هنگام فعال سازی برنامه", + "Updating...." : "در حال بروز رسانی...", + "Error while updating app" : "خطا در هنگام بهنگام سازی برنامه", + "Updated" : "بروز رسانی انجام شد", + "Uninstalling ...." : "در حال حذف...", + "Error while uninstalling app" : "خطا در هنگام حذف برنامه....", + "Uninstall" : "حذف", + "Select a profile picture" : "انتخاب تصویر پروفایل", + "Very weak password" : "رمز عبور بسیار ضعیف", + "Weak password" : "رمز عبور ضعیف", + "So-so password" : "رمز عبور متوسط", + "Good password" : "رمز عبور خوب", + "Strong password" : "رمز عبور قوی", + "Delete" : "حذف", + "Decrypting files... Please wait, this can take some time." : "در حال بازگشایی رمز فایل‌ها... لطفاً صبر نمایید. این امر ممکن است مدتی زمان ببرد.", + "Delete encryption keys permanently." : "کلید های رمزگذاری به طوز کامل حذف شوند.", + "Restore encryption keys." : "بازیابی کلیدهای رمزگذاری.", + "Groups" : "گروه ها", + "Unable to delete {objName}" : "امکان حذف {objName} وجود ندارد", + "Error creating group" : "خطا در هنگام ایجاد کروه", + "A valid group name must be provided" : "نام کاربری معتبر می بایست وارد شود", + "deleted {groupName}" : "گروه {groupName} حذف شد", + "undo" : "بازگشت", + "never" : "هرگز", + "deleted {userName}" : "کاربر {userName} حذف شد", + "add group" : "افزودن گروه", + "A valid username must be provided" : "نام کاربری صحیح باید وارد شود", + "Error creating user" : "خطا در ایجاد کاربر", + "A valid password must be provided" : "رمز عبور صحیح باید وارد شود", + "Warning: Home directory for user \"{user}\" already exists" : "اخطار: پوشه‌ی خانه برای کاربر \"{user}\" در حال حاضر وجود دارد", + "__language_name__" : "__language_name__", + "SSL root certificates" : "گواهی های اصلی SSL ", + "Encryption" : "رمزگذاری", + "Everything (fatal issues, errors, warnings, info, debug)" : "همه موارد (مشکلات مهلک، خطاها، اخطارها، اطلاعات، خطایابی)", + "Info, warnings, errors and fatal issues" : "اطلاعات، اخطارها، خطاها، مشکلات اساسی", + "Warnings, errors and fatal issues" : "اخطارها، خطاها، مشکلات مهلک", + "Errors and fatal issues" : "خطاها و مشکلات اساسی", + "Fatal issues only" : "فقط مشکلات اساسی", + "None" : "هیچ‌کدام", + "Login" : "ورود", + "Plain" : "ساده", + "NT LAN Manager" : "مدیر NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "اخطار امنیتی", + "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." : "به احتمال زیاد پوشه‌ی data و فایل‌های شما از طریق اینترنت قابل دسترسی هستند. فایل .htaccess برنامه کار نمی‌کند. ما شدیداً توصیه می کنیم که شما وب سرور خودتان را طوری تنظیم کنید که پوشه‌ی data شما غیر قابل دسترسی باشد یا اینکه پوشه‌‎ی data را به خارج از ریشه‌ی اصلی وب سرور انتقال دهید.", + "Setup Warning" : "هشدار راه اندازی", + "Database Performance Info" : "اطلاعات کارایی پایگاه داده", + "Module 'fileinfo' missing" : "ماژول 'fileinfo' از کار افتاده", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "ماژول 'fileinfo' PHP از کار افتاده است.ما اکیدا توصیه می کنیم که این ماژول را فعال کنید تا نتایج بهتری به وسیله ی mime-type detection دریافت کنید.", + "Your PHP version is outdated" : "نسخه PHP شما قدیمی است", + "Locale not working" : "زبان محلی کار نمی کند.", + "Please double check the installation guides." : "لطفاً دوباره راهنمای نصبرا بررسی کنید.", + "Cron" : "زمانبند", + "Last cron was executed at %s." : "کران قبلی در %s اجرا شد.", + "Cron was not executed yet!" : "کران هنوز اجرا نشده است!", + "Execute one task with each page loaded" : "اجرای یک وظیفه با هر بار بارگذاری صفحه", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php در یک سرویس webcron ثبت شده است که هر 15 دقیقه یک بار بر روی بستر http فراخوانی شود.", + "Sharing" : "اشتراک گذاری", + "Allow apps to use the Share API" : "اجازه ی برنامه ها برای استفاده از API اشتراک گذاری", + "Allow users to share via link" : "اجازه دادن به کاربران برای اشتراک گذاری توسط پیوند", + "Enforce password protection" : "اجبار برای محافظت توسط رمز عبور", + "Allow public uploads" : "اجازه بارگذاری عمومی", + "Set default expiration date" : "اعمال تاریخ اتمام پیش فرض", + "Expire after " : "اتمام اعتبار بعد از", + "days" : "روز", + "Enforce expiration date" : "اعمال تاریخ اتمام اشتراک گذاری", + "Allow resharing" : "مجوز اشتراک گذاری مجدد", + "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", + "Security" : "امنیت", + "Enforce HTTPS" : "وادار کردن HTTPS", + "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." : "این برای ارسال هشدار ها استفاده می شود", + "Send mode" : "حالت ارسال", + "From address" : "آدرس فرستنده", + "mail" : "ایمیل", + "Authentication method" : "روش احراز هویت", + "Authentication required" : "احراز هویت مورد نیاز است", + "Server address" : "آدرس سرور", + "Port" : "درگاه", + "Credentials" : "اعتبارهای", + "SMTP Username" : "نام کاربری SMTP", + "SMTP Password" : "رمز عبور SMTP", + "Test email settings" : "تنظیمات ایمیل آزمایشی", + "Send email" : "ارسال ایمیل", + "Log" : "کارنامه", + "Log level" : "سطح ورود", + "More" : "بیش‌تر", + "Less" : "کم‌تر", + "Version" : "نسخه", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "توسعه یافته به وسیله ی انجمن ownCloud, the کد اصلی مجاز زیر گواهی AGPL.", + "by" : "با", + "Documentation:" : "مستند سازی:", + "User Documentation" : "مستندات کاربر", + "Admin Documentation" : "مستند سازی مدیر", + "Enable only for specific groups" : "فعال سازی تنها برای گروه های خاص", + "Uninstall App" : "حذف برنامه", + "Administrator Documentation" : "مستندات مدیر", + "Online Documentation" : "مستندات آنلاین", + "Forum" : "انجمن", + "Bugtracker" : "ردیاب باگ ", + "Commercial Support" : "پشتیبانی تجاری", + "Get the apps to sync your files" : "برنامه ها را دریافت کنید تا فایل هایتان را همگام سازید", + "Show First Run Wizard again" : "راهبری کمکی اجرای اول را دوباره نمایش بده", + "You have used %s of the available %s" : "شما استفاده کردید از %s از میزان در دسترس %s", + "Password" : "گذرواژه", + "Your password was changed" : "رمز عبور شما تغییر یافت", + "Unable to change your password" : "ناتوان در تغییر گذرواژه", + "Current password" : "گذرواژه کنونی", + "New password" : "گذرواژه جدید", + "Change password" : "تغییر گذر واژه", + "Full Name" : "نام کامل", + "Email" : "ایمیل", + "Your email address" : "پست الکترونیکی شما", + "Profile picture" : "تصویر پروفایل", + "Upload new" : "بارگذاری جدید", + "Select new from Files" : "انتخاب جدید از میان فایل ها", + "Remove image" : "تصویر پاک شود", + "Either png or jpg. Ideally square but you will be able to crop it." : "هردوی jpg و png ها مربع گونه می‌باشند. با این حال شما می‌توانید آنها را برش بزنید.", + "Cancel" : "منصرف شدن", + "Choose as profile image" : "یک تصویر پروفایل انتخاب کنید", + "Language" : "زبان", + "Help translate" : "به ترجمه آن کمک کنید", + "Import Root Certificate" : "وارد کردن گواهی اصلی", + "Log-in password" : "رمز ورود", + "Decrypt all Files" : "تمام فایلها رمزگشایی شود", + "Restore Encryption Keys" : "بازیابی کلید های رمزگذاری", + "Delete Encryption Keys" : "حذف کلید های رمزگذاری", + "Login Name" : "نام کاربری", + "Create" : "ایجاد کردن", + "Admin Recovery Password" : "مدیریت بازیابی رمز عبور", + "Enter the recovery password in order to recover the users files during password change" : "در حین تغییر رمز عبور به منظور بازیابی فایل های کاربران، رمز عبور بازیابی را وارد کنید", + "Search Users and Groups" : "جستجوی کاربران و گروه ها", + "Add Group" : "افزودن گروه", + "Group" : "گروه", + "Everyone" : "همه", + "Admins" : "مدیران", + "Default Quota" : "سهم پیش فرض", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "لطفا سهمیه ذخیره سازی را وارد کنید (به عنوان مثال: \" 512MB\" یا \"12GB\")", + "Unlimited" : "نامحدود", + "Other" : "دیگر", + "Username" : "نام کاربری", + "Quota" : "سهم", + "Storage Location" : "محل فضای ذخیره سازی", + "Last Login" : "اخرین ورود", + "change full name" : "تغییر نام کامل", + "set new password" : "تنظیم کلمه عبور جدید", + "Default" : "پیش فرض" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/fa.json b/settings/l10n/fa.json new file mode 100644 index 0000000000..8d6c98b7c0 --- /dev/null +++ b/settings/l10n/fa.json @@ -0,0 +1,188 @@ +{ "translations": { + "Enabled" : "فعال شده", + "Authentication error" : "خطا در اعتبار سنجی", + "Your full name has been changed." : "نام کامل شما تغییر یافت", + "Unable to change full name" : "امکان تغییر نام کامل وجود ندارد", + "Group already exists" : "این گروه در حال حاضر موجود است", + "Unable to add group" : "افزودن گروه امکان پذیر نیست", + "Files decrypted successfully" : "فایل ها با موفقیت رمزگشایی شدند.", + "Encryption keys deleted permanently" : "کلیدهای رمزگذاری به طور کامل حذف شدند", + "Couldn't remove app." : "امکان حذف برنامه وجود ندارد.", + "Email saved" : "ایمیل ذخیره شد", + "Invalid email" : "ایمیل غیر قابل قبول", + "Unable to delete group" : "حذف گروه امکان پذیر نیست", + "Unable to delete user" : "حذف کاربر امکان پذیر نیست", + "Backups restored successfully" : "پشتیبان ها با موفقیت بازیابی شدند", + "Language changed" : "زبان تغییر کرد", + "Invalid request" : "درخواست نامعتبر", + "Admins can't remove themself from the admin group" : "مدیران نمی توانند خود را از گروه مدیریت حذف کنند", + "Unable to add user to group %s" : "امکان افزودن کاربر به گروه %s نیست", + "Unable to remove user from group %s" : "امکان حذف کاربر از گروه %s نیست", + "Couldn't update app." : "برنامه را نمی توان به هنگام ساخت.", + "Wrong password" : "رمز عبور اشتباه است", + "No user supplied" : "هیچ کاربری تعریف نشده است", + "Please provide an admin recovery password, otherwise all user data will be lost" : "لطفاً یک رمز مدیریتی برای بازیابی کردن تعریف نمایید. در غیر اینصورت اطلاعات تمامی کاربران از دست خواهند رفت.", + "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" : "نمی‌توان رمز را تغییر داد", + "Saved" : "ذخیره شد", + "test email settings" : "تنظیمات ایمیل آزمایشی", + "Email sent" : "ایمیل ارسال شد", + "Sending..." : "در حال ارسال...", + "All" : "همه", + "Please wait...." : "لطفا صبر کنید ...", + "Error while disabling app" : "خطا در هنگام غیر فعال سازی برنامه", + "Disable" : "غیرفعال", + "Enable" : "فعال", + "Error while enabling app" : "خطا در هنگام فعال سازی برنامه", + "Updating...." : "در حال بروز رسانی...", + "Error while updating app" : "خطا در هنگام بهنگام سازی برنامه", + "Updated" : "بروز رسانی انجام شد", + "Uninstalling ...." : "در حال حذف...", + "Error while uninstalling app" : "خطا در هنگام حذف برنامه....", + "Uninstall" : "حذف", + "Select a profile picture" : "انتخاب تصویر پروفایل", + "Very weak password" : "رمز عبور بسیار ضعیف", + "Weak password" : "رمز عبور ضعیف", + "So-so password" : "رمز عبور متوسط", + "Good password" : "رمز عبور خوب", + "Strong password" : "رمز عبور قوی", + "Delete" : "حذف", + "Decrypting files... Please wait, this can take some time." : "در حال بازگشایی رمز فایل‌ها... لطفاً صبر نمایید. این امر ممکن است مدتی زمان ببرد.", + "Delete encryption keys permanently." : "کلید های رمزگذاری به طوز کامل حذف شوند.", + "Restore encryption keys." : "بازیابی کلیدهای رمزگذاری.", + "Groups" : "گروه ها", + "Unable to delete {objName}" : "امکان حذف {objName} وجود ندارد", + "Error creating group" : "خطا در هنگام ایجاد کروه", + "A valid group name must be provided" : "نام کاربری معتبر می بایست وارد شود", + "deleted {groupName}" : "گروه {groupName} حذف شد", + "undo" : "بازگشت", + "never" : "هرگز", + "deleted {userName}" : "کاربر {userName} حذف شد", + "add group" : "افزودن گروه", + "A valid username must be provided" : "نام کاربری صحیح باید وارد شود", + "Error creating user" : "خطا در ایجاد کاربر", + "A valid password must be provided" : "رمز عبور صحیح باید وارد شود", + "Warning: Home directory for user \"{user}\" already exists" : "اخطار: پوشه‌ی خانه برای کاربر \"{user}\" در حال حاضر وجود دارد", + "__language_name__" : "__language_name__", + "SSL root certificates" : "گواهی های اصلی SSL ", + "Encryption" : "رمزگذاری", + "Everything (fatal issues, errors, warnings, info, debug)" : "همه موارد (مشکلات مهلک، خطاها، اخطارها، اطلاعات، خطایابی)", + "Info, warnings, errors and fatal issues" : "اطلاعات، اخطارها، خطاها، مشکلات اساسی", + "Warnings, errors and fatal issues" : "اخطارها، خطاها، مشکلات مهلک", + "Errors and fatal issues" : "خطاها و مشکلات اساسی", + "Fatal issues only" : "فقط مشکلات اساسی", + "None" : "هیچ‌کدام", + "Login" : "ورود", + "Plain" : "ساده", + "NT LAN Manager" : "مدیر NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "اخطار امنیتی", + "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." : "به احتمال زیاد پوشه‌ی data و فایل‌های شما از طریق اینترنت قابل دسترسی هستند. فایل .htaccess برنامه کار نمی‌کند. ما شدیداً توصیه می کنیم که شما وب سرور خودتان را طوری تنظیم کنید که پوشه‌ی data شما غیر قابل دسترسی باشد یا اینکه پوشه‌‎ی data را به خارج از ریشه‌ی اصلی وب سرور انتقال دهید.", + "Setup Warning" : "هشدار راه اندازی", + "Database Performance Info" : "اطلاعات کارایی پایگاه داده", + "Module 'fileinfo' missing" : "ماژول 'fileinfo' از کار افتاده", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "ماژول 'fileinfo' PHP از کار افتاده است.ما اکیدا توصیه می کنیم که این ماژول را فعال کنید تا نتایج بهتری به وسیله ی mime-type detection دریافت کنید.", + "Your PHP version is outdated" : "نسخه PHP شما قدیمی است", + "Locale not working" : "زبان محلی کار نمی کند.", + "Please double check the installation guides." : "لطفاً دوباره راهنمای نصبرا بررسی کنید.", + "Cron" : "زمانبند", + "Last cron was executed at %s." : "کران قبلی در %s اجرا شد.", + "Cron was not executed yet!" : "کران هنوز اجرا نشده است!", + "Execute one task with each page loaded" : "اجرای یک وظیفه با هر بار بارگذاری صفحه", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php در یک سرویس webcron ثبت شده است که هر 15 دقیقه یک بار بر روی بستر http فراخوانی شود.", + "Sharing" : "اشتراک گذاری", + "Allow apps to use the Share API" : "اجازه ی برنامه ها برای استفاده از API اشتراک گذاری", + "Allow users to share via link" : "اجازه دادن به کاربران برای اشتراک گذاری توسط پیوند", + "Enforce password protection" : "اجبار برای محافظت توسط رمز عبور", + "Allow public uploads" : "اجازه بارگذاری عمومی", + "Set default expiration date" : "اعمال تاریخ اتمام پیش فرض", + "Expire after " : "اتمام اعتبار بعد از", + "days" : "روز", + "Enforce expiration date" : "اعمال تاریخ اتمام اشتراک گذاری", + "Allow resharing" : "مجوز اشتراک گذاری مجدد", + "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", + "Security" : "امنیت", + "Enforce HTTPS" : "وادار کردن HTTPS", + "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." : "این برای ارسال هشدار ها استفاده می شود", + "Send mode" : "حالت ارسال", + "From address" : "آدرس فرستنده", + "mail" : "ایمیل", + "Authentication method" : "روش احراز هویت", + "Authentication required" : "احراز هویت مورد نیاز است", + "Server address" : "آدرس سرور", + "Port" : "درگاه", + "Credentials" : "اعتبارهای", + "SMTP Username" : "نام کاربری SMTP", + "SMTP Password" : "رمز عبور SMTP", + "Test email settings" : "تنظیمات ایمیل آزمایشی", + "Send email" : "ارسال ایمیل", + "Log" : "کارنامه", + "Log level" : "سطح ورود", + "More" : "بیش‌تر", + "Less" : "کم‌تر", + "Version" : "نسخه", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "توسعه یافته به وسیله ی انجمن ownCloud, the کد اصلی مجاز زیر گواهی AGPL.", + "by" : "با", + "Documentation:" : "مستند سازی:", + "User Documentation" : "مستندات کاربر", + "Admin Documentation" : "مستند سازی مدیر", + "Enable only for specific groups" : "فعال سازی تنها برای گروه های خاص", + "Uninstall App" : "حذف برنامه", + "Administrator Documentation" : "مستندات مدیر", + "Online Documentation" : "مستندات آنلاین", + "Forum" : "انجمن", + "Bugtracker" : "ردیاب باگ ", + "Commercial Support" : "پشتیبانی تجاری", + "Get the apps to sync your files" : "برنامه ها را دریافت کنید تا فایل هایتان را همگام سازید", + "Show First Run Wizard again" : "راهبری کمکی اجرای اول را دوباره نمایش بده", + "You have used %s of the available %s" : "شما استفاده کردید از %s از میزان در دسترس %s", + "Password" : "گذرواژه", + "Your password was changed" : "رمز عبور شما تغییر یافت", + "Unable to change your password" : "ناتوان در تغییر گذرواژه", + "Current password" : "گذرواژه کنونی", + "New password" : "گذرواژه جدید", + "Change password" : "تغییر گذر واژه", + "Full Name" : "نام کامل", + "Email" : "ایمیل", + "Your email address" : "پست الکترونیکی شما", + "Profile picture" : "تصویر پروفایل", + "Upload new" : "بارگذاری جدید", + "Select new from Files" : "انتخاب جدید از میان فایل ها", + "Remove image" : "تصویر پاک شود", + "Either png or jpg. Ideally square but you will be able to crop it." : "هردوی jpg و png ها مربع گونه می‌باشند. با این حال شما می‌توانید آنها را برش بزنید.", + "Cancel" : "منصرف شدن", + "Choose as profile image" : "یک تصویر پروفایل انتخاب کنید", + "Language" : "زبان", + "Help translate" : "به ترجمه آن کمک کنید", + "Import Root Certificate" : "وارد کردن گواهی اصلی", + "Log-in password" : "رمز ورود", + "Decrypt all Files" : "تمام فایلها رمزگشایی شود", + "Restore Encryption Keys" : "بازیابی کلید های رمزگذاری", + "Delete Encryption Keys" : "حذف کلید های رمزگذاری", + "Login Name" : "نام کاربری", + "Create" : "ایجاد کردن", + "Admin Recovery Password" : "مدیریت بازیابی رمز عبور", + "Enter the recovery password in order to recover the users files during password change" : "در حین تغییر رمز عبور به منظور بازیابی فایل های کاربران، رمز عبور بازیابی را وارد کنید", + "Search Users and Groups" : "جستجوی کاربران و گروه ها", + "Add Group" : "افزودن گروه", + "Group" : "گروه", + "Everyone" : "همه", + "Admins" : "مدیران", + "Default Quota" : "سهم پیش فرض", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "لطفا سهمیه ذخیره سازی را وارد کنید (به عنوان مثال: \" 512MB\" یا \"12GB\")", + "Unlimited" : "نامحدود", + "Other" : "دیگر", + "Username" : "نام کاربری", + "Quota" : "سهم", + "Storage Location" : "محل فضای ذخیره سازی", + "Last Login" : "اخرین ورود", + "change full name" : "تغییر نام کامل", + "set new password" : "تنظیم کلمه عبور جدید", + "Default" : "پیش فرض" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/fa.php b/settings/l10n/fa.php deleted file mode 100644 index ef65cc8b78..0000000000 --- a/settings/l10n/fa.php +++ /dev/null @@ -1,189 +0,0 @@ - "فعال شده", -"Authentication error" => "خطا در اعتبار سنجی", -"Your full name has been changed." => "نام کامل شما تغییر یافت", -"Unable to change full name" => "امکان تغییر نام کامل وجود ندارد", -"Group already exists" => "این گروه در حال حاضر موجود است", -"Unable to add group" => "افزودن گروه امکان پذیر نیست", -"Files decrypted successfully" => "فایل ها با موفقیت رمزگشایی شدند.", -"Encryption keys deleted permanently" => "کلیدهای رمزگذاری به طور کامل حذف شدند", -"Couldn't remove app." => "امکان حذف برنامه وجود ندارد.", -"Email saved" => "ایمیل ذخیره شد", -"Invalid email" => "ایمیل غیر قابل قبول", -"Unable to delete group" => "حذف گروه امکان پذیر نیست", -"Unable to delete user" => "حذف کاربر امکان پذیر نیست", -"Backups restored successfully" => "پشتیبان ها با موفقیت بازیابی شدند", -"Language changed" => "زبان تغییر کرد", -"Invalid request" => "درخواست نامعتبر", -"Admins can't remove themself from the admin group" => "مدیران نمی توانند خود را از گروه مدیریت حذف کنند", -"Unable to add user to group %s" => "امکان افزودن کاربر به گروه %s نیست", -"Unable to remove user from group %s" => "امکان حذف کاربر از گروه %s نیست", -"Couldn't update app." => "برنامه را نمی توان به هنگام ساخت.", -"Wrong password" => "رمز عبور اشتباه است", -"No user supplied" => "هیچ کاربری تعریف نشده است", -"Please provide an admin recovery password, otherwise all user data will be lost" => "لطفاً یک رمز مدیریتی برای بازیابی کردن تعریف نمایید. در غیر اینصورت اطلاعات تمامی کاربران از دست خواهند رفت.", -"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" => "نمی‌توان رمز را تغییر داد", -"Saved" => "ذخیره شد", -"test email settings" => "تنظیمات ایمیل آزمایشی", -"Email sent" => "ایمیل ارسال شد", -"Sending..." => "در حال ارسال...", -"All" => "همه", -"Please wait...." => "لطفا صبر کنید ...", -"Error while disabling app" => "خطا در هنگام غیر فعال سازی برنامه", -"Disable" => "غیرفعال", -"Enable" => "فعال", -"Error while enabling app" => "خطا در هنگام فعال سازی برنامه", -"Updating...." => "در حال بروز رسانی...", -"Error while updating app" => "خطا در هنگام بهنگام سازی برنامه", -"Updated" => "بروز رسانی انجام شد", -"Uninstalling ...." => "در حال حذف...", -"Error while uninstalling app" => "خطا در هنگام حذف برنامه....", -"Uninstall" => "حذف", -"Select a profile picture" => "انتخاب تصویر پروفایل", -"Very weak password" => "رمز عبور بسیار ضعیف", -"Weak password" => "رمز عبور ضعیف", -"So-so password" => "رمز عبور متوسط", -"Good password" => "رمز عبور خوب", -"Strong password" => "رمز عبور قوی", -"Delete" => "حذف", -"Decrypting files... Please wait, this can take some time." => "در حال بازگشایی رمز فایل‌ها... لطفاً صبر نمایید. این امر ممکن است مدتی زمان ببرد.", -"Delete encryption keys permanently." => "کلید های رمزگذاری به طوز کامل حذف شوند.", -"Restore encryption keys." => "بازیابی کلیدهای رمزگذاری.", -"Groups" => "گروه ها", -"Unable to delete {objName}" => "امکان حذف {objName} وجود ندارد", -"Error creating group" => "خطا در هنگام ایجاد کروه", -"A valid group name must be provided" => "نام کاربری معتبر می بایست وارد شود", -"deleted {groupName}" => "گروه {groupName} حذف شد", -"undo" => "بازگشت", -"never" => "هرگز", -"deleted {userName}" => "کاربر {userName} حذف شد", -"add group" => "افزودن گروه", -"A valid username must be provided" => "نام کاربری صحیح باید وارد شود", -"Error creating user" => "خطا در ایجاد کاربر", -"A valid password must be provided" => "رمز عبور صحیح باید وارد شود", -"Warning: Home directory for user \"{user}\" already exists" => "اخطار: پوشه‌ی خانه برای کاربر \"{user}\" در حال حاضر وجود دارد", -"__language_name__" => "__language_name__", -"SSL root certificates" => "گواهی های اصلی SSL ", -"Encryption" => "رمزگذاری", -"Everything (fatal issues, errors, warnings, info, debug)" => "همه موارد (مشکلات مهلک، خطاها، اخطارها، اطلاعات، خطایابی)", -"Info, warnings, errors and fatal issues" => "اطلاعات، اخطارها، خطاها، مشکلات اساسی", -"Warnings, errors and fatal issues" => "اخطارها، خطاها، مشکلات مهلک", -"Errors and fatal issues" => "خطاها و مشکلات اساسی", -"Fatal issues only" => "فقط مشکلات اساسی", -"None" => "هیچ‌کدام", -"Login" => "ورود", -"Plain" => "ساده", -"NT LAN Manager" => "مدیر NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "اخطار امنیتی", -"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." => "به احتمال زیاد پوشه‌ی data و فایل‌های شما از طریق اینترنت قابل دسترسی هستند. فایل .htaccess برنامه کار نمی‌کند. ما شدیداً توصیه می کنیم که شما وب سرور خودتان را طوری تنظیم کنید که پوشه‌ی data شما غیر قابل دسترسی باشد یا اینکه پوشه‌‎ی data را به خارج از ریشه‌ی اصلی وب سرور انتقال دهید.", -"Setup Warning" => "هشدار راه اندازی", -"Database Performance Info" => "اطلاعات کارایی پایگاه داده", -"Module 'fileinfo' missing" => "ماژول 'fileinfo' از کار افتاده", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "ماژول 'fileinfo' PHP از کار افتاده است.ما اکیدا توصیه می کنیم که این ماژول را فعال کنید تا نتایج بهتری به وسیله ی mime-type detection دریافت کنید.", -"Your PHP version is outdated" => "نسخه PHP شما قدیمی است", -"Locale not working" => "زبان محلی کار نمی کند.", -"Please double check the installation guides." => "لطفاً دوباره راهنمای نصبرا بررسی کنید.", -"Cron" => "زمانبند", -"Last cron was executed at %s." => "کران قبلی در %s اجرا شد.", -"Cron was not executed yet!" => "کران هنوز اجرا نشده است!", -"Execute one task with each page loaded" => "اجرای یک وظیفه با هر بار بارگذاری صفحه", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php در یک سرویس webcron ثبت شده است که هر 15 دقیقه یک بار بر روی بستر http فراخوانی شود.", -"Sharing" => "اشتراک گذاری", -"Allow apps to use the Share API" => "اجازه ی برنامه ها برای استفاده از API اشتراک گذاری", -"Allow users to share via link" => "اجازه دادن به کاربران برای اشتراک گذاری توسط پیوند", -"Enforce password protection" => "اجبار برای محافظت توسط رمز عبور", -"Allow public uploads" => "اجازه بارگذاری عمومی", -"Set default expiration date" => "اعمال تاریخ اتمام پیش فرض", -"Expire after " => "اتمام اعتبار بعد از", -"days" => "روز", -"Enforce expiration date" => "اعمال تاریخ اتمام اشتراک گذاری", -"Allow resharing" => "مجوز اشتراک گذاری مجدد", -"Exclude groups from sharing" => "مستثنی شدن گروه ها از اشتراک گذاری", -"Security" => "امنیت", -"Enforce HTTPS" => "وادار کردن HTTPS", -"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." => "این برای ارسال هشدار ها استفاده می شود", -"Send mode" => "حالت ارسال", -"From address" => "آدرس فرستنده", -"mail" => "ایمیل", -"Authentication method" => "روش احراز هویت", -"Authentication required" => "احراز هویت مورد نیاز است", -"Server address" => "آدرس سرور", -"Port" => "درگاه", -"Credentials" => "اعتبارهای", -"SMTP Username" => "نام کاربری SMTP", -"SMTP Password" => "رمز عبور SMTP", -"Test email settings" => "تنظیمات ایمیل آزمایشی", -"Send email" => "ارسال ایمیل", -"Log" => "کارنامه", -"Log level" => "سطح ورود", -"More" => "بیش‌تر", -"Less" => "کم‌تر", -"Version" => "نسخه", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "توسعه یافته به وسیله ی انجمن ownCloud, the کد اصلی مجاز زیر گواهی AGPL.", -"by" => "با", -"Documentation:" => "مستند سازی:", -"User Documentation" => "مستندات کاربر", -"Admin Documentation" => "مستند سازی مدیر", -"Enable only for specific groups" => "فعال سازی تنها برای گروه های خاص", -"Uninstall App" => "حذف برنامه", -"Administrator Documentation" => "مستندات مدیر", -"Online Documentation" => "مستندات آنلاین", -"Forum" => "انجمن", -"Bugtracker" => "ردیاب باگ ", -"Commercial Support" => "پشتیبانی تجاری", -"Get the apps to sync your files" => "برنامه ها را دریافت کنید تا فایل هایتان را همگام سازید", -"Show First Run Wizard again" => "راهبری کمکی اجرای اول را دوباره نمایش بده", -"You have used %s of the available %s" => "شما استفاده کردید از %s از میزان در دسترس %s", -"Password" => "گذرواژه", -"Your password was changed" => "رمز عبور شما تغییر یافت", -"Unable to change your password" => "ناتوان در تغییر گذرواژه", -"Current password" => "گذرواژه کنونی", -"New password" => "گذرواژه جدید", -"Change password" => "تغییر گذر واژه", -"Full Name" => "نام کامل", -"Email" => "ایمیل", -"Your email address" => "پست الکترونیکی شما", -"Profile picture" => "تصویر پروفایل", -"Upload new" => "بارگذاری جدید", -"Select new from Files" => "انتخاب جدید از میان فایل ها", -"Remove image" => "تصویر پاک شود", -"Either png or jpg. Ideally square but you will be able to crop it." => "هردوی jpg و png ها مربع گونه می‌باشند. با این حال شما می‌توانید آنها را برش بزنید.", -"Cancel" => "منصرف شدن", -"Choose as profile image" => "یک تصویر پروفایل انتخاب کنید", -"Language" => "زبان", -"Help translate" => "به ترجمه آن کمک کنید", -"Import Root Certificate" => "وارد کردن گواهی اصلی", -"Log-in password" => "رمز ورود", -"Decrypt all Files" => "تمام فایلها رمزگشایی شود", -"Restore Encryption Keys" => "بازیابی کلید های رمزگذاری", -"Delete Encryption Keys" => "حذف کلید های رمزگذاری", -"Login Name" => "نام کاربری", -"Create" => "ایجاد کردن", -"Admin Recovery Password" => "مدیریت بازیابی رمز عبور", -"Enter the recovery password in order to recover the users files during password change" => "در حین تغییر رمز عبور به منظور بازیابی فایل های کاربران، رمز عبور بازیابی را وارد کنید", -"Search Users and Groups" => "جستجوی کاربران و گروه ها", -"Add Group" => "افزودن گروه", -"Group" => "گروه", -"Everyone" => "همه", -"Admins" => "مدیران", -"Default Quota" => "سهم پیش فرض", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "لطفا سهمیه ذخیره سازی را وارد کنید (به عنوان مثال: \" 512MB\" یا \"12GB\")", -"Unlimited" => "نامحدود", -"Other" => "دیگر", -"Username" => "نام کاربری", -"Quota" => "سهم", -"Storage Location" => "محل فضای ذخیره سازی", -"Last Login" => "اخرین ورود", -"change full name" => "تغییر نام کامل", -"set new password" => "تنظیم کلمه عبور جدید", -"Default" => "پیش فرض" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js new file mode 100644 index 0000000000..ab2505062a --- /dev/null +++ b/settings/l10n/fi_FI.js @@ -0,0 +1,230 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Käytössä", + "Not enabled" : "Ei käytössä", + "Recommended" : "Suositeltu", + "Authentication error" : "Tunnistautumisvirhe", + "Your full name has been changed." : "Koko nimesi on muutettu.", + "Unable to change full name" : "Koko nimen muuttaminen epäonnistui", + "Group already exists" : "Ryhmä on jo olemassa", + "Unable to add group" : "Ryhmän lisäys epäonnistui", + "Files decrypted successfully" : "Tiedostojen salaus purettiin onnistuneesti", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Tiedostojen salauksen purkaminen epäonnistui. Tarkista owncloud.log-tiedosto tai ota yhteys ylläpitäjään", + "Couldn't decrypt your files, check your password and try again" : "Tiedostojen salauksen purkaminen epäonnistui. Tarkista salasanasi ja yritä uudelleen", + "Encryption keys deleted permanently" : "Salausavaimet poistettiin pysyvästi", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Salausavaintesi poistaminen pysyvästi ei onnistunut, tarkista owncloud.log tai ole yhteydessä ylläpitäjään", + "Couldn't remove app." : "Sovelluksen poistaminen epäonnistui.", + "Email saved" : "Sähköposti tallennettu", + "Invalid email" : "Virheellinen sähköposti", + "Unable to delete group" : "Ryhmän poisto epäonnistui", + "Unable to delete user" : "Käyttäjän poisto epäonnistui", + "Backups restored successfully" : "Varmuuskopiot palautettiin onnistuneesti", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Salausavaintesi palauttaminen ei onnistunut, tarkista owncloud.log tai ole yhteydessä ylläpitäjään", + "Language changed" : "Kieli on vaihdettu", + "Invalid request" : "Virheellinen pyyntö", + "Admins can't remove themself from the admin group" : "Ylläpitäjät eivät poistaa omia tunnuksiaan ylläpitäjien ryhmästä", + "Unable to add user to group %s" : "Käyttäjän tai ryhmän %s lisääminen ei onnistu", + "Unable to remove user from group %s" : "Käyttäjän poistaminen ryhmästä %s ei onnistu", + "Couldn't update app." : "Sovelluksen päivitys epäonnistui.", + "Wrong password" : "Väärä salasana", + "No user supplied" : "Käyttäjää ei määritetty", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Anna ylläpitäjän palautussalasana, muuten kaikki käyttäjien data menetetään", + "Wrong admin recovery password. Please check the password and try again." : "Väärä ylläpitäjän salasana. Tarkista salasana ja yritä uudelleen.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Taustaosa ei tue salasanan vaihtamista, mutta käyttäjän salausavain päivitettiin onnistuneesti.", + "Unable to change password" : "Salasanan vaihto ei onnistunut", + "Saved" : "Tallennettu", + "test email settings" : "testaa sähköpostiasetukset", + "If you received this email, the settings seem to be correct." : "Jos sait tämän sähköpostin, kaikki asetukset vaikuttavat olevan kunnossa.", + "A problem occurred while sending the email. Please revise your settings." : "Sähköpostia lähettäessä tapahtui virhe. Tarkista asetukset.", + "Email sent" : "Sähköposti lähetetty", + "You need to set your user email before being able to send test emails." : "Aseta sähköpostiosoite, jotta voit testata sähköpostin toimivuutta.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Haluatko varmasti liittää kohteen \"{domain}\" luotetuksi toimialueeksi?", + "Add trusted domain" : "Lisää luotettu toimialue", + "Sending..." : "Lähetetään...", + "All" : "Kaikki", + "Please wait...." : "Odota hetki...", + "Error while disabling app" : "Virhe poistaessa sovellusta käytöstä", + "Disable" : "Poista käytöstä", + "Enable" : "Käytä", + "Error while enabling app" : "Virhe ottaessa sovellusta käyttöön", + "Updating...." : "Päivitetään...", + "Error while updating app" : "Virhe sovellusta päivittäessä", + "Updated" : "Päivitetty", + "Uninstalling ...." : "Poistetaan asennusta....", + "Error while uninstalling app" : "Virhe sovellusta poistaessa", + "Uninstall" : "Poista asennus", + "Select a profile picture" : "Valitse profiilikuva", + "Very weak password" : "Erittäin heikko salasana", + "Weak password" : "Heikko salasana", + "So-so password" : "Kohtalainen salasana", + "Good password" : "Hyvä salasana", + "Strong password" : "Vahva salasana", + "Valid until {date}" : "Kelvollinen {date} asti", + "Delete" : "Poista", + "Decrypting files... Please wait, this can take some time." : "Puretaan tiedostojen salausta... Odota, tämä voi kestää jonkin aikaa.", + "Delete encryption keys permanently." : "Poista salausavaimet pysyvästi.", + "Restore encryption keys." : "Palauta salausavaimet.", + "Groups" : "Ryhmät", + "Unable to delete {objName}" : "Kohteen {objName} poistaminen epäonnistui", + "Error creating group" : "Virhe ryhmää luotaessa", + "A valid group name must be provided" : "Anna kelvollinen ryhmän nimi", + "deleted {groupName}" : "poistettu {groupName}", + "undo" : "kumoa", + "no group" : "ei ryhmää", + "never" : "ei koskaan", + "deleted {userName}" : "poistettu {userName}", + "add group" : "lisää ryhmä", + "A valid username must be provided" : "Anna kelvollinen käyttäjätunnus", + "Error creating user" : "Virhe käyttäjää luotaessa", + "A valid password must be provided" : "Anna kelvollinen salasana", + "Warning: Home directory for user \"{user}\" already exists" : "Varoitus: käyttäjällä \"{user}\" on jo olemassa kotikansio", + "__language_name__" : "_kielen_nimi_", + "Personal Info" : "Henkilökohtaiset tiedot", + "SSL root certificates" : "SSL-juurivarmenteet", + "Encryption" : "Salaus", + "Everything (fatal issues, errors, warnings, info, debug)" : "Kaikki (vakavat ongelmat, virheet, varoitukset, tiedot, vianjäljitys)", + "Info, warnings, errors and fatal issues" : "Tiedot, varoitukset, virheet ja vakavat ongelmat", + "Warnings, errors and fatal issues" : "Varoitukset, virheet ja vakavat ongelmat", + "Errors and fatal issues" : "Virheet ja vakavat ongelmat", + "Fatal issues only" : "Vain vakavat ongelmat", + "None" : "Ei mitään", + "Login" : "Kirjaudu", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Turvallisuusvaroitus", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Käytät %sia HTTP-yhteydellä. Suosittelemme määrittämään palvelimen vaatimaan salattua HTTPS-yhteyttä.", + "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." : "Datahakemistosi ja kaikki tiedostosi ovat luultavasti käytettävissä suoraan internetistä. .htaccess-tiedosto ei toimi tällä hetkellä. Määritä verkkopalvelimen asetukset siten, ettei datahakemistosi ole suoraan käytettävissä tai siirrä kyseinen hakemisto pois verkkopalvelimen dokumenttijuuresta.", + "Setup Warning" : "Asetusvaroitus", + "Database Performance Info" : "Tietokannan suorituskyvyn tiedot", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLitea käytetään tietokantana. Laajoja asennuksia varten tämä asetus kannattaa muuttaa. Käytä komentorivityökalua 'occ db:convert-type' siirtyäksesi toiseen tietokantaan.", + "Module 'fileinfo' missing" : "Moduuli 'fileinfo' puuttuu", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla.", + "Your PHP version is outdated" : "Käytössä oleva PHP-versio on vanhentunut", + "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." : "Käytössä oleva PHP on vanhentunut. Päivitä versioon 5.3.8 tai uudempaan, koska aiemmat versiot eivät ole toimivia. On mahdollista, että tämä ownCloud-asennus ei toimi kunnolla.", + "PHP charset is not set to UTF-8" : "PHP:n merkistöä ei ole asetettu UTF-8:ksi", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP:n merkistöä ei ole asetettu UTF-8:ksi. Tämä saattaa aiheuttaa suuria ongelmia sellaisten tiedostojen kanssa, joiden nimi koostuu muista kuin ASCII-merkeistä. Suosittelemme asettamaan php.ini-tiedoston kohdan 'default_charset' arvoon 'UTF-8'.", + "Locale not working" : "Maa-asetus ei toimi", + "System locale can not be set to a one which supports UTF-8." : "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.", + "This means that there might be problems with certain characters in file names." : "Tämä tarkoittaa, että tiettyjen merkkien kanssa tiedostojen nimissä saattaa olla ongelmia.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Suosittelemme vahvasti asentamaan vaaditut paketit järjestelmään, jotta jotain seuraavista maa-asetuksista on mahdollista tukea: %s.", + "URL generation in notification emails" : "Verkko-osoitteiden luominen sähköposti-ilmoituksissa", + "No problems found" : "Ongelmia ei löytynyt", + "Please double check the installation guides." : "Lue tarkasti asennusohjeet.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Viimeisin cron suoritettiin %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Viimeisin cron suoritettiin %s. Siitä on yli tunti aikaa, joten jokin näyttää olevan pielessä.", + "Cron was not executed yet!" : "Cronia ei suoritettu vielä!", + "Execute one task with each page loaded" : "Suorita yksi tehtävä jokaista ladattua sivua kohden", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php kutsuu webcron-palvelun kautta cron.php:ta 15 minuutin välein http:tä käyttäen.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumista varten 15 minuutin välein.", + "Sharing" : "Jakaminen", + "Allow apps to use the Share API" : "Salli sovellusten käyttää jakamisen ohjelmointirajapintaa", + "Allow users to share via link" : "Salli käyttäjien jakaa linkkien kautta", + "Allow public uploads" : "Salli julkiset lähetykset", + "Set default expiration date" : "Aseta oletusvanhenemispäivä", + "Expire after " : "Vanhenna", + "days" : "päivän jälkeen", + "Enforce expiration date" : "Pakota vanhenemispäivä", + "Allow resharing" : "Salli uudelleenjakaminen", + "Restrict users to only share with users in their groups" : "Salli käyttäjien jakaa vain omassa ryhmässä olevien henkilöiden kesken", + "Allow users to send mail notification for shared files" : "Salli käyttäjien lähettää sähköposti-ilmoituksia jaetuista tiedostoista", + "Exclude groups from sharing" : "Kiellä ryhmiä jakamasta", + "These groups will still be able to receive shares, but not to initiate them." : "Nämä ryhmät kykenevät vastaanottamaan jakoja, mutta eivät kuitenkaan itse pysty luoda jakoja.", + "Security" : "Tietoturva", + "Enforce HTTPS" : "Pakota HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Pakottaa asiakasohjelmistot ottamaan yhteyden %siin salatun yhteyden kautta.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Yhdistä %siin HTTPS-yhteydellä ottaaksesi käyttöön tai poistaaksesi käytöstä SSL-pakotteen.", + "Email Server" : "Sähköpostipalvelin", + "This is used for sending out notifications." : "Tätä käytetään ilmoitusten lähettämiseen.", + "Send mode" : "Lähetystila", + "From address" : "Lähettäjän osoite", + "Authentication method" : "Tunnistautumistapa", + "Authentication required" : "Tunnistautuminen vaaditaan", + "Server address" : "Palvelimen osoite", + "Port" : "Portti", + "Credentials" : "Tilitiedot", + "SMTP Username" : "SMTP-käyttäjätunnus", + "SMTP Password" : "SMTP-salasana", + "Store credentials" : "Säilytä tilitiedot", + "Test email settings" : "Testaa sähköpostiasetukset", + "Send email" : "Lähetä sähköpostiviesti", + "Log" : "Loki", + "Log level" : "Lokitaso", + "More" : "Enemmän", + "Less" : "Vähemmän", + "Version" : "Versio", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Kehityksestä on vastannut ownCloud-yhteisö, lähdekoodi on julkaistu lisenssin AGPL alaisena.", + "More apps" : "Lisää sovelluksia", + "Add your app" : "Lisää sovelluksesi", + "by" : " Kirjoittaja:", + "licensed" : "lisensoitu", + "Documentation:" : "Ohjeistus:", + "User Documentation" : "Käyttäjäohjeistus", + "Admin Documentation" : "Ylläpitäjän ohjeistus", + "Update to %s" : "Päivitä versioon %s", + "Enable only for specific groups" : "Salli vain tietyille ryhmille", + "Uninstall App" : "Poista sovelluksen asennus", + "Administrator Documentation" : "Ylläpito-ohjeistus", + "Online Documentation" : "Verkko-ohjeistus", + "Forum" : "Keskustelupalsta", + "Bugtracker" : "Ohjelmistovirheiden jäljitys", + "Commercial Support" : "Kaupallinen tuki", + "Get the apps to sync your files" : "Aseta sovellukset synkronoimaan tiedostosi", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Jos haluat tukea projektia,\n\t\tosallistu kehitykseen\n\t\ttai\n\t\tlevitä sanaa!", + "Show First Run Wizard again" : "Näytä ensimmäisen käyttökerran avustaja uudelleen", + "You have used %s of the available %s" : "Käytössäsi on %s/%s", + "Password" : "Salasana", + "Your password was changed" : "Salasanasi vaihdettiin", + "Unable to change your password" : "Salasanaasi ei voitu vaihtaa", + "Current password" : "Nykyinen salasana", + "New password" : "Uusi salasana", + "Change password" : "Vaihda salasana", + "Full Name" : "Koko nimi", + "Email" : "Sähköpostiosoite", + "Your email address" : "Sähköpostiosoitteesi", + "Fill in an email address to enable password recovery and receive notifications" : "Anna sähköpostiosoitteesi, jotta unohdettu salasana on mahdollista palauttaa ja voit vastaanottaa ilmoituksia", + "Profile picture" : "Profiilikuva", + "Upload new" : "Lähetä uusi", + "Select new from Files" : "Valitse uusi tiedostoista", + "Remove image" : "Poista kuva", + "Either png or jpg. Ideally square but you will be able to crop it." : "Joko png- tai jpg-kuva. Mieluiten neliö, voit kuitenkin rajata kuvaa.", + "Your avatar is provided by your original account." : "Avatar-kuvasi pohjautuu alkuperäiseen tiliisi.", + "Cancel" : "Peru", + "Choose as profile image" : "Valitse profiilikuvaksi", + "Language" : "Kieli", + "Help translate" : "Auta kääntämisessä", + "Valid until" : "Kelvollinen", + "Issued By" : " Myöntänyt", + "Valid until %s" : "Kelvollinen %s asti", + "Import Root Certificate" : "Tuo juurivarmenne", + "The encryption app is no longer enabled, please decrypt all your files" : "Salaussovellus ei ole enää käytössä, joten pura kaikkien tiedostojesi salaus", + "Log-in password" : "Kirjautumissalasana", + "Decrypt all Files" : "Pura kaikkien tiedostojen salaus", + "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." : "Salausavaimesi siirretään varmuuskopiosijaintiin. Jos jokin menee pieleen, voit palauttaa avaimet. Poista avaimet pysyvästi vain, jos olet varma, että tiedostojen salaus on purettu onnistuneesti.", + "Restore Encryption Keys" : "Palauta salausavaimet", + "Delete Encryption Keys" : "Poista salausavaimet", + "Show storage location" : "Näytä tallennustilan sijainti", + "Show last log in" : "Näytä viimeisin sisäänkirjautuminen", + "Login Name" : "Kirjautumisnimi", + "Create" : "Luo", + "Admin Recovery Password" : "Ylläpitäjän palautussalasana", + "Search Users and Groups" : "Etsi käyttäjiä ja ryhmiä", + "Add Group" : "Lisää ryhmä", + "Group" : "Ryhmä", + "Everyone" : "Kaikki", + "Admins" : "Ylläpitäjät", + "Default Quota" : "Oletuskiintiö", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Määritä tallennustilan kiintiö (esim. \"512 MB\" tai \"12 GB\")", + "Unlimited" : "Rajoittamaton", + "Other" : "Muu", + "Username" : "Käyttäjätunnus", + "Group Admin for" : "Ryhmäylläpitäjä kohteille", + "Quota" : "Kiintiö", + "Storage Location" : "Tallennustilan sijainti", + "Last Login" : "Viimeisin kirjautuminen", + "change full name" : "muuta koko nimi", + "set new password" : "aseta uusi salasana", + "Default" : "Oletus" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json new file mode 100644 index 0000000000..971bebaed8 --- /dev/null +++ b/settings/l10n/fi_FI.json @@ -0,0 +1,228 @@ +{ "translations": { + "Enabled" : "Käytössä", + "Not enabled" : "Ei käytössä", + "Recommended" : "Suositeltu", + "Authentication error" : "Tunnistautumisvirhe", + "Your full name has been changed." : "Koko nimesi on muutettu.", + "Unable to change full name" : "Koko nimen muuttaminen epäonnistui", + "Group already exists" : "Ryhmä on jo olemassa", + "Unable to add group" : "Ryhmän lisäys epäonnistui", + "Files decrypted successfully" : "Tiedostojen salaus purettiin onnistuneesti", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Tiedostojen salauksen purkaminen epäonnistui. Tarkista owncloud.log-tiedosto tai ota yhteys ylläpitäjään", + "Couldn't decrypt your files, check your password and try again" : "Tiedostojen salauksen purkaminen epäonnistui. Tarkista salasanasi ja yritä uudelleen", + "Encryption keys deleted permanently" : "Salausavaimet poistettiin pysyvästi", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Salausavaintesi poistaminen pysyvästi ei onnistunut, tarkista owncloud.log tai ole yhteydessä ylläpitäjään", + "Couldn't remove app." : "Sovelluksen poistaminen epäonnistui.", + "Email saved" : "Sähköposti tallennettu", + "Invalid email" : "Virheellinen sähköposti", + "Unable to delete group" : "Ryhmän poisto epäonnistui", + "Unable to delete user" : "Käyttäjän poisto epäonnistui", + "Backups restored successfully" : "Varmuuskopiot palautettiin onnistuneesti", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Salausavaintesi palauttaminen ei onnistunut, tarkista owncloud.log tai ole yhteydessä ylläpitäjään", + "Language changed" : "Kieli on vaihdettu", + "Invalid request" : "Virheellinen pyyntö", + "Admins can't remove themself from the admin group" : "Ylläpitäjät eivät poistaa omia tunnuksiaan ylläpitäjien ryhmästä", + "Unable to add user to group %s" : "Käyttäjän tai ryhmän %s lisääminen ei onnistu", + "Unable to remove user from group %s" : "Käyttäjän poistaminen ryhmästä %s ei onnistu", + "Couldn't update app." : "Sovelluksen päivitys epäonnistui.", + "Wrong password" : "Väärä salasana", + "No user supplied" : "Käyttäjää ei määritetty", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Anna ylläpitäjän palautussalasana, muuten kaikki käyttäjien data menetetään", + "Wrong admin recovery password. Please check the password and try again." : "Väärä ylläpitäjän salasana. Tarkista salasana ja yritä uudelleen.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Taustaosa ei tue salasanan vaihtamista, mutta käyttäjän salausavain päivitettiin onnistuneesti.", + "Unable to change password" : "Salasanan vaihto ei onnistunut", + "Saved" : "Tallennettu", + "test email settings" : "testaa sähköpostiasetukset", + "If you received this email, the settings seem to be correct." : "Jos sait tämän sähköpostin, kaikki asetukset vaikuttavat olevan kunnossa.", + "A problem occurred while sending the email. Please revise your settings." : "Sähköpostia lähettäessä tapahtui virhe. Tarkista asetukset.", + "Email sent" : "Sähköposti lähetetty", + "You need to set your user email before being able to send test emails." : "Aseta sähköpostiosoite, jotta voit testata sähköpostin toimivuutta.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Haluatko varmasti liittää kohteen \"{domain}\" luotetuksi toimialueeksi?", + "Add trusted domain" : "Lisää luotettu toimialue", + "Sending..." : "Lähetetään...", + "All" : "Kaikki", + "Please wait...." : "Odota hetki...", + "Error while disabling app" : "Virhe poistaessa sovellusta käytöstä", + "Disable" : "Poista käytöstä", + "Enable" : "Käytä", + "Error while enabling app" : "Virhe ottaessa sovellusta käyttöön", + "Updating...." : "Päivitetään...", + "Error while updating app" : "Virhe sovellusta päivittäessä", + "Updated" : "Päivitetty", + "Uninstalling ...." : "Poistetaan asennusta....", + "Error while uninstalling app" : "Virhe sovellusta poistaessa", + "Uninstall" : "Poista asennus", + "Select a profile picture" : "Valitse profiilikuva", + "Very weak password" : "Erittäin heikko salasana", + "Weak password" : "Heikko salasana", + "So-so password" : "Kohtalainen salasana", + "Good password" : "Hyvä salasana", + "Strong password" : "Vahva salasana", + "Valid until {date}" : "Kelvollinen {date} asti", + "Delete" : "Poista", + "Decrypting files... Please wait, this can take some time." : "Puretaan tiedostojen salausta... Odota, tämä voi kestää jonkin aikaa.", + "Delete encryption keys permanently." : "Poista salausavaimet pysyvästi.", + "Restore encryption keys." : "Palauta salausavaimet.", + "Groups" : "Ryhmät", + "Unable to delete {objName}" : "Kohteen {objName} poistaminen epäonnistui", + "Error creating group" : "Virhe ryhmää luotaessa", + "A valid group name must be provided" : "Anna kelvollinen ryhmän nimi", + "deleted {groupName}" : "poistettu {groupName}", + "undo" : "kumoa", + "no group" : "ei ryhmää", + "never" : "ei koskaan", + "deleted {userName}" : "poistettu {userName}", + "add group" : "lisää ryhmä", + "A valid username must be provided" : "Anna kelvollinen käyttäjätunnus", + "Error creating user" : "Virhe käyttäjää luotaessa", + "A valid password must be provided" : "Anna kelvollinen salasana", + "Warning: Home directory for user \"{user}\" already exists" : "Varoitus: käyttäjällä \"{user}\" on jo olemassa kotikansio", + "__language_name__" : "_kielen_nimi_", + "Personal Info" : "Henkilökohtaiset tiedot", + "SSL root certificates" : "SSL-juurivarmenteet", + "Encryption" : "Salaus", + "Everything (fatal issues, errors, warnings, info, debug)" : "Kaikki (vakavat ongelmat, virheet, varoitukset, tiedot, vianjäljitys)", + "Info, warnings, errors and fatal issues" : "Tiedot, varoitukset, virheet ja vakavat ongelmat", + "Warnings, errors and fatal issues" : "Varoitukset, virheet ja vakavat ongelmat", + "Errors and fatal issues" : "Virheet ja vakavat ongelmat", + "Fatal issues only" : "Vain vakavat ongelmat", + "None" : "Ei mitään", + "Login" : "Kirjaudu", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Turvallisuusvaroitus", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Käytät %sia HTTP-yhteydellä. Suosittelemme määrittämään palvelimen vaatimaan salattua HTTPS-yhteyttä.", + "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." : "Datahakemistosi ja kaikki tiedostosi ovat luultavasti käytettävissä suoraan internetistä. .htaccess-tiedosto ei toimi tällä hetkellä. Määritä verkkopalvelimen asetukset siten, ettei datahakemistosi ole suoraan käytettävissä tai siirrä kyseinen hakemisto pois verkkopalvelimen dokumenttijuuresta.", + "Setup Warning" : "Asetusvaroitus", + "Database Performance Info" : "Tietokannan suorituskyvyn tiedot", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLitea käytetään tietokantana. Laajoja asennuksia varten tämä asetus kannattaa muuttaa. Käytä komentorivityökalua 'occ db:convert-type' siirtyäksesi toiseen tietokantaan.", + "Module 'fileinfo' missing" : "Moduuli 'fileinfo' puuttuu", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla.", + "Your PHP version is outdated" : "Käytössä oleva PHP-versio on vanhentunut", + "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." : "Käytössä oleva PHP on vanhentunut. Päivitä versioon 5.3.8 tai uudempaan, koska aiemmat versiot eivät ole toimivia. On mahdollista, että tämä ownCloud-asennus ei toimi kunnolla.", + "PHP charset is not set to UTF-8" : "PHP:n merkistöä ei ole asetettu UTF-8:ksi", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP:n merkistöä ei ole asetettu UTF-8:ksi. Tämä saattaa aiheuttaa suuria ongelmia sellaisten tiedostojen kanssa, joiden nimi koostuu muista kuin ASCII-merkeistä. Suosittelemme asettamaan php.ini-tiedoston kohdan 'default_charset' arvoon 'UTF-8'.", + "Locale not working" : "Maa-asetus ei toimi", + "System locale can not be set to a one which supports UTF-8." : "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.", + "This means that there might be problems with certain characters in file names." : "Tämä tarkoittaa, että tiettyjen merkkien kanssa tiedostojen nimissä saattaa olla ongelmia.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Suosittelemme vahvasti asentamaan vaaditut paketit järjestelmään, jotta jotain seuraavista maa-asetuksista on mahdollista tukea: %s.", + "URL generation in notification emails" : "Verkko-osoitteiden luominen sähköposti-ilmoituksissa", + "No problems found" : "Ongelmia ei löytynyt", + "Please double check the installation guides." : "Lue tarkasti asennusohjeet.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Viimeisin cron suoritettiin %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Viimeisin cron suoritettiin %s. Siitä on yli tunti aikaa, joten jokin näyttää olevan pielessä.", + "Cron was not executed yet!" : "Cronia ei suoritettu vielä!", + "Execute one task with each page loaded" : "Suorita yksi tehtävä jokaista ladattua sivua kohden", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php kutsuu webcron-palvelun kautta cron.php:ta 15 minuutin välein http:tä käyttäen.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumista varten 15 minuutin välein.", + "Sharing" : "Jakaminen", + "Allow apps to use the Share API" : "Salli sovellusten käyttää jakamisen ohjelmointirajapintaa", + "Allow users to share via link" : "Salli käyttäjien jakaa linkkien kautta", + "Allow public uploads" : "Salli julkiset lähetykset", + "Set default expiration date" : "Aseta oletusvanhenemispäivä", + "Expire after " : "Vanhenna", + "days" : "päivän jälkeen", + "Enforce expiration date" : "Pakota vanhenemispäivä", + "Allow resharing" : "Salli uudelleenjakaminen", + "Restrict users to only share with users in their groups" : "Salli käyttäjien jakaa vain omassa ryhmässä olevien henkilöiden kesken", + "Allow users to send mail notification for shared files" : "Salli käyttäjien lähettää sähköposti-ilmoituksia jaetuista tiedostoista", + "Exclude groups from sharing" : "Kiellä ryhmiä jakamasta", + "These groups will still be able to receive shares, but not to initiate them." : "Nämä ryhmät kykenevät vastaanottamaan jakoja, mutta eivät kuitenkaan itse pysty luoda jakoja.", + "Security" : "Tietoturva", + "Enforce HTTPS" : "Pakota HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Pakottaa asiakasohjelmistot ottamaan yhteyden %siin salatun yhteyden kautta.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Yhdistä %siin HTTPS-yhteydellä ottaaksesi käyttöön tai poistaaksesi käytöstä SSL-pakotteen.", + "Email Server" : "Sähköpostipalvelin", + "This is used for sending out notifications." : "Tätä käytetään ilmoitusten lähettämiseen.", + "Send mode" : "Lähetystila", + "From address" : "Lähettäjän osoite", + "Authentication method" : "Tunnistautumistapa", + "Authentication required" : "Tunnistautuminen vaaditaan", + "Server address" : "Palvelimen osoite", + "Port" : "Portti", + "Credentials" : "Tilitiedot", + "SMTP Username" : "SMTP-käyttäjätunnus", + "SMTP Password" : "SMTP-salasana", + "Store credentials" : "Säilytä tilitiedot", + "Test email settings" : "Testaa sähköpostiasetukset", + "Send email" : "Lähetä sähköpostiviesti", + "Log" : "Loki", + "Log level" : "Lokitaso", + "More" : "Enemmän", + "Less" : "Vähemmän", + "Version" : "Versio", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Kehityksestä on vastannut ownCloud-yhteisö, lähdekoodi on julkaistu lisenssin AGPL alaisena.", + "More apps" : "Lisää sovelluksia", + "Add your app" : "Lisää sovelluksesi", + "by" : " Kirjoittaja:", + "licensed" : "lisensoitu", + "Documentation:" : "Ohjeistus:", + "User Documentation" : "Käyttäjäohjeistus", + "Admin Documentation" : "Ylläpitäjän ohjeistus", + "Update to %s" : "Päivitä versioon %s", + "Enable only for specific groups" : "Salli vain tietyille ryhmille", + "Uninstall App" : "Poista sovelluksen asennus", + "Administrator Documentation" : "Ylläpito-ohjeistus", + "Online Documentation" : "Verkko-ohjeistus", + "Forum" : "Keskustelupalsta", + "Bugtracker" : "Ohjelmistovirheiden jäljitys", + "Commercial Support" : "Kaupallinen tuki", + "Get the apps to sync your files" : "Aseta sovellukset synkronoimaan tiedostosi", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Jos haluat tukea projektia,\n\t\tosallistu kehitykseen\n\t\ttai\n\t\tlevitä sanaa!", + "Show First Run Wizard again" : "Näytä ensimmäisen käyttökerran avustaja uudelleen", + "You have used %s of the available %s" : "Käytössäsi on %s/%s", + "Password" : "Salasana", + "Your password was changed" : "Salasanasi vaihdettiin", + "Unable to change your password" : "Salasanaasi ei voitu vaihtaa", + "Current password" : "Nykyinen salasana", + "New password" : "Uusi salasana", + "Change password" : "Vaihda salasana", + "Full Name" : "Koko nimi", + "Email" : "Sähköpostiosoite", + "Your email address" : "Sähköpostiosoitteesi", + "Fill in an email address to enable password recovery and receive notifications" : "Anna sähköpostiosoitteesi, jotta unohdettu salasana on mahdollista palauttaa ja voit vastaanottaa ilmoituksia", + "Profile picture" : "Profiilikuva", + "Upload new" : "Lähetä uusi", + "Select new from Files" : "Valitse uusi tiedostoista", + "Remove image" : "Poista kuva", + "Either png or jpg. Ideally square but you will be able to crop it." : "Joko png- tai jpg-kuva. Mieluiten neliö, voit kuitenkin rajata kuvaa.", + "Your avatar is provided by your original account." : "Avatar-kuvasi pohjautuu alkuperäiseen tiliisi.", + "Cancel" : "Peru", + "Choose as profile image" : "Valitse profiilikuvaksi", + "Language" : "Kieli", + "Help translate" : "Auta kääntämisessä", + "Valid until" : "Kelvollinen", + "Issued By" : " Myöntänyt", + "Valid until %s" : "Kelvollinen %s asti", + "Import Root Certificate" : "Tuo juurivarmenne", + "The encryption app is no longer enabled, please decrypt all your files" : "Salaussovellus ei ole enää käytössä, joten pura kaikkien tiedostojesi salaus", + "Log-in password" : "Kirjautumissalasana", + "Decrypt all Files" : "Pura kaikkien tiedostojen salaus", + "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." : "Salausavaimesi siirretään varmuuskopiosijaintiin. Jos jokin menee pieleen, voit palauttaa avaimet. Poista avaimet pysyvästi vain, jos olet varma, että tiedostojen salaus on purettu onnistuneesti.", + "Restore Encryption Keys" : "Palauta salausavaimet", + "Delete Encryption Keys" : "Poista salausavaimet", + "Show storage location" : "Näytä tallennustilan sijainti", + "Show last log in" : "Näytä viimeisin sisäänkirjautuminen", + "Login Name" : "Kirjautumisnimi", + "Create" : "Luo", + "Admin Recovery Password" : "Ylläpitäjän palautussalasana", + "Search Users and Groups" : "Etsi käyttäjiä ja ryhmiä", + "Add Group" : "Lisää ryhmä", + "Group" : "Ryhmä", + "Everyone" : "Kaikki", + "Admins" : "Ylläpitäjät", + "Default Quota" : "Oletuskiintiö", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Määritä tallennustilan kiintiö (esim. \"512 MB\" tai \"12 GB\")", + "Unlimited" : "Rajoittamaton", + "Other" : "Muu", + "Username" : "Käyttäjätunnus", + "Group Admin for" : "Ryhmäylläpitäjä kohteille", + "Quota" : "Kiintiö", + "Storage Location" : "Tallennustilan sijainti", + "Last Login" : "Viimeisin kirjautuminen", + "change full name" : "muuta koko nimi", + "set new password" : "aseta uusi salasana", + "Default" : "Oletus" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php deleted file mode 100644 index e09c2d019c..0000000000 --- a/settings/l10n/fi_FI.php +++ /dev/null @@ -1,229 +0,0 @@ - "Käytössä", -"Not enabled" => "Ei käytössä", -"Recommended" => "Suositeltu", -"Authentication error" => "Tunnistautumisvirhe", -"Your full name has been changed." => "Koko nimesi on muutettu.", -"Unable to change full name" => "Koko nimen muuttaminen epäonnistui", -"Group already exists" => "Ryhmä on jo olemassa", -"Unable to add group" => "Ryhmän lisäys epäonnistui", -"Files decrypted successfully" => "Tiedostojen salaus purettiin onnistuneesti", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Tiedostojen salauksen purkaminen epäonnistui. Tarkista owncloud.log-tiedosto tai ota yhteys ylläpitäjään", -"Couldn't decrypt your files, check your password and try again" => "Tiedostojen salauksen purkaminen epäonnistui. Tarkista salasanasi ja yritä uudelleen", -"Encryption keys deleted permanently" => "Salausavaimet poistettiin pysyvästi", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Salausavaintesi poistaminen pysyvästi ei onnistunut, tarkista owncloud.log tai ole yhteydessä ylläpitäjään", -"Couldn't remove app." => "Sovelluksen poistaminen epäonnistui.", -"Email saved" => "Sähköposti tallennettu", -"Invalid email" => "Virheellinen sähköposti", -"Unable to delete group" => "Ryhmän poisto epäonnistui", -"Unable to delete user" => "Käyttäjän poisto epäonnistui", -"Backups restored successfully" => "Varmuuskopiot palautettiin onnistuneesti", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Salausavaintesi palauttaminen ei onnistunut, tarkista owncloud.log tai ole yhteydessä ylläpitäjään", -"Language changed" => "Kieli on vaihdettu", -"Invalid request" => "Virheellinen pyyntö", -"Admins can't remove themself from the admin group" => "Ylläpitäjät eivät poistaa omia tunnuksiaan ylläpitäjien ryhmästä", -"Unable to add user to group %s" => "Käyttäjän tai ryhmän %s lisääminen ei onnistu", -"Unable to remove user from group %s" => "Käyttäjän poistaminen ryhmästä %s ei onnistu", -"Couldn't update app." => "Sovelluksen päivitys epäonnistui.", -"Wrong password" => "Väärä salasana", -"No user supplied" => "Käyttäjää ei määritetty", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Anna ylläpitäjän palautussalasana, muuten kaikki käyttäjien data menetetään", -"Wrong admin recovery password. Please check the password and try again." => "Väärä ylläpitäjän salasana. Tarkista salasana ja yritä uudelleen.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Taustaosa ei tue salasanan vaihtamista, mutta käyttäjän salausavain päivitettiin onnistuneesti.", -"Unable to change password" => "Salasanan vaihto ei onnistunut", -"Saved" => "Tallennettu", -"test email settings" => "testaa sähköpostiasetukset", -"If you received this email, the settings seem to be correct." => "Jos sait tämän sähköpostin, kaikki asetukset vaikuttavat olevan kunnossa.", -"A problem occurred while sending the email. Please revise your settings." => "Sähköpostia lähettäessä tapahtui virhe. Tarkista asetukset.", -"Email sent" => "Sähköposti lähetetty", -"You need to set your user email before being able to send test emails." => "Aseta sähköpostiosoite, jotta voit testata sähköpostin toimivuutta.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Haluatko varmasti liittää kohteen \"{domain}\" luotetuksi toimialueeksi?", -"Add trusted domain" => "Lisää luotettu toimialue", -"Sending..." => "Lähetetään...", -"All" => "Kaikki", -"Please wait...." => "Odota hetki...", -"Error while disabling app" => "Virhe poistaessa sovellusta käytöstä", -"Disable" => "Poista käytöstä", -"Enable" => "Käytä", -"Error while enabling app" => "Virhe ottaessa sovellusta käyttöön", -"Updating...." => "Päivitetään...", -"Error while updating app" => "Virhe sovellusta päivittäessä", -"Updated" => "Päivitetty", -"Uninstalling ...." => "Poistetaan asennusta....", -"Error while uninstalling app" => "Virhe sovellusta poistaessa", -"Uninstall" => "Poista asennus", -"Select a profile picture" => "Valitse profiilikuva", -"Very weak password" => "Erittäin heikko salasana", -"Weak password" => "Heikko salasana", -"So-so password" => "Kohtalainen salasana", -"Good password" => "Hyvä salasana", -"Strong password" => "Vahva salasana", -"Valid until {date}" => "Kelvollinen {date} asti", -"Delete" => "Poista", -"Decrypting files... Please wait, this can take some time." => "Puretaan tiedostojen salausta... Odota, tämä voi kestää jonkin aikaa.", -"Delete encryption keys permanently." => "Poista salausavaimet pysyvästi.", -"Restore encryption keys." => "Palauta salausavaimet.", -"Groups" => "Ryhmät", -"Unable to delete {objName}" => "Kohteen {objName} poistaminen epäonnistui", -"Error creating group" => "Virhe ryhmää luotaessa", -"A valid group name must be provided" => "Anna kelvollinen ryhmän nimi", -"deleted {groupName}" => "poistettu {groupName}", -"undo" => "kumoa", -"no group" => "ei ryhmää", -"never" => "ei koskaan", -"deleted {userName}" => "poistettu {userName}", -"add group" => "lisää ryhmä", -"A valid username must be provided" => "Anna kelvollinen käyttäjätunnus", -"Error creating user" => "Virhe käyttäjää luotaessa", -"A valid password must be provided" => "Anna kelvollinen salasana", -"Warning: Home directory for user \"{user}\" already exists" => "Varoitus: käyttäjällä \"{user}\" on jo olemassa kotikansio", -"__language_name__" => "_kielen_nimi_", -"Personal Info" => "Henkilökohtaiset tiedot", -"SSL root certificates" => "SSL-juurivarmenteet", -"Encryption" => "Salaus", -"Everything (fatal issues, errors, warnings, info, debug)" => "Kaikki (vakavat ongelmat, virheet, varoitukset, tiedot, vianjäljitys)", -"Info, warnings, errors and fatal issues" => "Tiedot, varoitukset, virheet ja vakavat ongelmat", -"Warnings, errors and fatal issues" => "Varoitukset, virheet ja vakavat ongelmat", -"Errors and fatal issues" => "Virheet ja vakavat ongelmat", -"Fatal issues only" => "Vain vakavat ongelmat", -"None" => "Ei mitään", -"Login" => "Kirjaudu", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Turvallisuusvaroitus", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Käytät %sia HTTP-yhteydellä. Suosittelemme määrittämään palvelimen vaatimaan salattua HTTPS-yhteyttä.", -"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." => "Datahakemistosi ja kaikki tiedostosi ovat luultavasti käytettävissä suoraan internetistä. .htaccess-tiedosto ei toimi tällä hetkellä. Määritä verkkopalvelimen asetukset siten, ettei datahakemistosi ole suoraan käytettävissä tai siirrä kyseinen hakemisto pois verkkopalvelimen dokumenttijuuresta.", -"Setup Warning" => "Asetusvaroitus", -"Database Performance Info" => "Tietokannan suorituskyvyn tiedot", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLitea käytetään tietokantana. Laajoja asennuksia varten tämä asetus kannattaa muuttaa. Käytä komentorivityökalua 'occ db:convert-type' siirtyäksesi toiseen tietokantaan.", -"Module 'fileinfo' missing" => "Moduuli 'fileinfo' puuttuu", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla.", -"Your PHP version is outdated" => "Käytössä oleva PHP-versio on vanhentunut", -"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." => "Käytössä oleva PHP on vanhentunut. Päivitä versioon 5.3.8 tai uudempaan, koska aiemmat versiot eivät ole toimivia. On mahdollista, että tämä ownCloud-asennus ei toimi kunnolla.", -"PHP charset is not set to UTF-8" => "PHP:n merkistöä ei ole asetettu UTF-8:ksi", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP:n merkistöä ei ole asetettu UTF-8:ksi. Tämä saattaa aiheuttaa suuria ongelmia sellaisten tiedostojen kanssa, joiden nimi koostuu muista kuin ASCII-merkeistä. Suosittelemme asettamaan php.ini-tiedoston kohdan 'default_charset' arvoon 'UTF-8'.", -"Locale not working" => "Maa-asetus ei toimi", -"System locale can not be set to a one which supports UTF-8." => "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.", -"This means that there might be problems with certain characters in file names." => "Tämä tarkoittaa, että tiettyjen merkkien kanssa tiedostojen nimissä saattaa olla ongelmia.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Suosittelemme vahvasti asentamaan vaaditut paketit järjestelmään, jotta jotain seuraavista maa-asetuksista on mahdollista tukea: %s.", -"URL generation in notification emails" => "Verkko-osoitteiden luominen sähköposti-ilmoituksissa", -"No problems found" => "Ongelmia ei löytynyt", -"Please double check the installation guides." => "Lue tarkasti asennusohjeet.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Viimeisin cron suoritettiin %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Viimeisin cron suoritettiin %s. Siitä on yli tunti aikaa, joten jokin näyttää olevan pielessä.", -"Cron was not executed yet!" => "Cronia ei suoritettu vielä!", -"Execute one task with each page loaded" => "Suorita yksi tehtävä jokaista ladattua sivua kohden", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php kutsuu webcron-palvelun kautta cron.php:ta 15 minuutin välein http:tä käyttäen.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumista varten 15 minuutin välein.", -"Sharing" => "Jakaminen", -"Allow apps to use the Share API" => "Salli sovellusten käyttää jakamisen ohjelmointirajapintaa", -"Allow users to share via link" => "Salli käyttäjien jakaa linkkien kautta", -"Allow public uploads" => "Salli julkiset lähetykset", -"Set default expiration date" => "Aseta oletusvanhenemispäivä", -"Expire after " => "Vanhenna", -"days" => "päivän jälkeen", -"Enforce expiration date" => "Pakota vanhenemispäivä", -"Allow resharing" => "Salli uudelleenjakaminen", -"Restrict users to only share with users in their groups" => "Salli käyttäjien jakaa vain omassa ryhmässä olevien henkilöiden kesken", -"Allow users to send mail notification for shared files" => "Salli käyttäjien lähettää sähköposti-ilmoituksia jaetuista tiedostoista", -"Exclude groups from sharing" => "Kiellä ryhmiä jakamasta", -"These groups will still be able to receive shares, but not to initiate them." => "Nämä ryhmät kykenevät vastaanottamaan jakoja, mutta eivät kuitenkaan itse pysty luoda jakoja.", -"Security" => "Tietoturva", -"Enforce HTTPS" => "Pakota HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Pakottaa asiakasohjelmistot ottamaan yhteyden %siin salatun yhteyden kautta.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Yhdistä %siin HTTPS-yhteydellä ottaaksesi käyttöön tai poistaaksesi käytöstä SSL-pakotteen.", -"Email Server" => "Sähköpostipalvelin", -"This is used for sending out notifications." => "Tätä käytetään ilmoitusten lähettämiseen.", -"Send mode" => "Lähetystila", -"From address" => "Lähettäjän osoite", -"Authentication method" => "Tunnistautumistapa", -"Authentication required" => "Tunnistautuminen vaaditaan", -"Server address" => "Palvelimen osoite", -"Port" => "Portti", -"Credentials" => "Tilitiedot", -"SMTP Username" => "SMTP-käyttäjätunnus", -"SMTP Password" => "SMTP-salasana", -"Store credentials" => "Säilytä tilitiedot", -"Test email settings" => "Testaa sähköpostiasetukset", -"Send email" => "Lähetä sähköpostiviesti", -"Log" => "Loki", -"Log level" => "Lokitaso", -"More" => "Enemmän", -"Less" => "Vähemmän", -"Version" => "Versio", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Kehityksestä on vastannut ownCloud-yhteisö, lähdekoodi on julkaistu lisenssin AGPL alaisena.", -"More apps" => "Lisää sovelluksia", -"Add your app" => "Lisää sovelluksesi", -"by" => " Kirjoittaja:", -"licensed" => "lisensoitu", -"Documentation:" => "Ohjeistus:", -"User Documentation" => "Käyttäjäohjeistus", -"Admin Documentation" => "Ylläpitäjän ohjeistus", -"Update to %s" => "Päivitä versioon %s", -"Enable only for specific groups" => "Salli vain tietyille ryhmille", -"Uninstall App" => "Poista sovelluksen asennus", -"Administrator Documentation" => "Ylläpito-ohjeistus", -"Online Documentation" => "Verkko-ohjeistus", -"Forum" => "Keskustelupalsta", -"Bugtracker" => "Ohjelmistovirheiden jäljitys", -"Commercial Support" => "Kaupallinen tuki", -"Get the apps to sync your files" => "Aseta sovellukset synkronoimaan tiedostosi", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Jos haluat tukea projektia,\n\t\tosallistu kehitykseen\n\t\ttai\n\t\tlevitä sanaa!", -"Show First Run Wizard again" => "Näytä ensimmäisen käyttökerran avustaja uudelleen", -"You have used %s of the available %s" => "Käytössäsi on %s/%s", -"Password" => "Salasana", -"Your password was changed" => "Salasanasi vaihdettiin", -"Unable to change your password" => "Salasanaasi ei voitu vaihtaa", -"Current password" => "Nykyinen salasana", -"New password" => "Uusi salasana", -"Change password" => "Vaihda salasana", -"Full Name" => "Koko nimi", -"Email" => "Sähköpostiosoite", -"Your email address" => "Sähköpostiosoitteesi", -"Fill in an email address to enable password recovery and receive notifications" => "Anna sähköpostiosoitteesi, jotta unohdettu salasana on mahdollista palauttaa ja voit vastaanottaa ilmoituksia", -"Profile picture" => "Profiilikuva", -"Upload new" => "Lähetä uusi", -"Select new from Files" => "Valitse uusi tiedostoista", -"Remove image" => "Poista kuva", -"Either png or jpg. Ideally square but you will be able to crop it." => "Joko png- tai jpg-kuva. Mieluiten neliö, voit kuitenkin rajata kuvaa.", -"Your avatar is provided by your original account." => "Avatar-kuvasi pohjautuu alkuperäiseen tiliisi.", -"Cancel" => "Peru", -"Choose as profile image" => "Valitse profiilikuvaksi", -"Language" => "Kieli", -"Help translate" => "Auta kääntämisessä", -"Valid until" => "Kelvollinen", -"Issued By" => " Myöntänyt", -"Valid until %s" => "Kelvollinen %s asti", -"Import Root Certificate" => "Tuo juurivarmenne", -"The encryption app is no longer enabled, please decrypt all your files" => "Salaussovellus ei ole enää käytössä, joten pura kaikkien tiedostojesi salaus", -"Log-in password" => "Kirjautumissalasana", -"Decrypt all Files" => "Pura kaikkien tiedostojen salaus", -"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." => "Salausavaimesi siirretään varmuuskopiosijaintiin. Jos jokin menee pieleen, voit palauttaa avaimet. Poista avaimet pysyvästi vain, jos olet varma, että tiedostojen salaus on purettu onnistuneesti.", -"Restore Encryption Keys" => "Palauta salausavaimet", -"Delete Encryption Keys" => "Poista salausavaimet", -"Show storage location" => "Näytä tallennustilan sijainti", -"Show last log in" => "Näytä viimeisin sisäänkirjautuminen", -"Login Name" => "Kirjautumisnimi", -"Create" => "Luo", -"Admin Recovery Password" => "Ylläpitäjän palautussalasana", -"Search Users and Groups" => "Etsi käyttäjiä ja ryhmiä", -"Add Group" => "Lisää ryhmä", -"Group" => "Ryhmä", -"Everyone" => "Kaikki", -"Admins" => "Ylläpitäjät", -"Default Quota" => "Oletuskiintiö", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Määritä tallennustilan kiintiö (esim. \"512 MB\" tai \"12 GB\")", -"Unlimited" => "Rajoittamaton", -"Other" => "Muu", -"Username" => "Käyttäjätunnus", -"Group Admin for" => "Ryhmäylläpitäjä kohteille", -"Quota" => "Kiintiö", -"Storage Location" => "Tallennustilan sijainti", -"Last Login" => "Viimeisin kirjautuminen", -"change full name" => "muuta koko nimi", -"set new password" => "aseta uusi salasana", -"Default" => "Oletus" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js new file mode 100644 index 0000000000..84da0f59d4 --- /dev/null +++ b/settings/l10n/fr.js @@ -0,0 +1,237 @@ +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", + "Group already exists" : "Ce groupe existe déjà", + "Unable to add group" : "Impossible d'ajouter le groupe", + "Files decrypted successfully" : "Fichiers décryptés avec succès", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Impossible de décrypter vos fichiers, veuillez vérifier votre owncloud.log ou demander à votre administrateur", + "Couldn't decrypt your files, check your password and try again" : "Impossible de décrypter vos fichiers, vérifiez votre mot de passe et essayez à nouveau", + "Encryption keys deleted permanently" : "Clés de chiffrement définitivement supprimées.", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Impossible de supprimer définitivement vos clés de chiffrement, merci de regarder journal owncloud.log ou de demander à votre administrateur", + "Couldn't remove app." : "Impossible de supprimer l'application.", + "Email saved" : "E-mail sauvegardé", + "Invalid email" : "E-mail invalide", + "Unable to delete group" : "Impossible de supprimer le groupe", + "Unable to delete user" : "Impossible de supprimer l'utilisateur", + "Backups restored successfully" : "La sauvegarde a été restaurée avec succès", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Impossible de restaurer vos clés de chiffrement, merci de regarder journal owncloud.log ou de demander à votre administrateur", + "Language changed" : "Langue changée", + "Invalid request" : "Requête invalide", + "Admins can't remove themself from the admin group" : "Les administrateurs ne peuvent pas se retirer eux-mêmes du groupe admin", + "Unable to add user to group %s" : "Impossible d'ajouter l'utilisateur au groupe %s", + "Unable to remove user from group %s" : "Impossible de supprimer l'utilisateur du groupe %s", + "Couldn't update app." : "Impossible de mettre à jour l'application", + "Wrong password" : "Mot de passe incorrect", + "No user supplied" : "Aucun utilisateur fourni", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Veuillez fournir un mot de passe administrateur de récupération de données, sinon toutes les données de l'utilisateur seront perdues", + "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", + "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", + "A problem occurred while sending the email. Please revise your settings." : "Une erreur est survenue lors de l'envoi de l'e-mail. Veuillez vérifier vos paramètres.", + "Email sent" : "Email envoyé", + "You need to set your user email before being able to send test emails." : "Vous devez configurer votre e-mail d'utilisateur avant de pouvoir envoyer des e-mails de test.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Êtes-vous vraiment sûr de vouloir ajouter \"{domain}\" comme domaine de confiance ?", + "Add trusted domain" : "Ajouter un domaine de confiance", + "Sending..." : "Envoi en cours...", + "All" : "Tous", + "Please wait...." : "Veuillez patienter…", + "Error while disabling app" : "Erreur lors de la désactivation de l'application", + "Disable" : "Désactiver", + "Enable" : "Activer", + "Error while enabling app" : "Erreur lors de l'activation de l'application", + "Updating...." : "Mise à jour...", + "Error while updating app" : "Erreur lors de la mise à jour de l'application", + "Updated" : "Mise à jour effectuée avec succès", + "Uninstalling ...." : "Désintallation...", + "Error while uninstalling app" : "Erreur lors de la désinstallation de l'application", + "Uninstall" : "Désinstaller", + "Select a profile picture" : "Selectionner une photo de profil ", + "Very weak password" : "Mot de passe de très faible sécurité", + "Weak password" : "Mot de passe de faible sécurité", + "So-so password" : "Mot de passe de sécurité tout juste acceptable", + "Good password" : "Mot de passe de sécurité suffisante", + "Strong password" : "Mot de passe de forte sécurité", + "Valid until {date}" : "Valide jusqu'au {date}", + "Delete" : "Supprimer", + "Decrypting files... Please wait, this can take some time." : "Déchiffrement en cours... Cela peut prendre un certain temps.", + "Delete encryption keys permanently." : "Supprimer définitivement les clés de chiffrement", + "Restore encryption keys." : "Restaurer les clés de chiffrement", + "Groups" : "Groupes", + "Unable to delete {objName}" : "Impossible de supprimer {objName}", + "Error creating group" : "Erreur lors de la création du groupe", + "A valid group name must be provided" : "Vous devez spécifier un nom de groupe valide", + "deleted {groupName}" : "{groupName} supprimé", + "undo" : "annuler", + "never" : "jamais", + "deleted {userName}" : "{userName} supprimé", + "add group" : "ajouter un groupe", + "A valid username must be provided" : "Un nom d'utilisateur valide doit être saisi", + "Error creating user" : "Erreur lors de la création de l'utilisateur", + "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", + "SSL root certificates" : "Certificats racine SSL", + "Encryption" : "Chiffrement", + "Everything (fatal issues, errors, warnings, info, debug)" : "Tout (erreurs fatales, erreurs, avertissements, informations, debogage)", + "Info, warnings, errors and fatal issues" : "Informations, avertissements, erreurs et erreurs fatales", + "Warnings, errors and fatal issues" : "Avertissements, erreurs et erreurs fatales", + "Errors and fatal issues" : "Erreurs et erreurs fatales", + "Fatal issues only" : "Erreurs fatales uniquement", + "None" : "Aucun", + "Login" : "Connexion", + "Plain" : "En clair", + "NT LAN Manager" : "Gestionnaire du réseau NT", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Avertissement de sécurité", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Vous accédez à %s via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS à la place.", + "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." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou bien de le déplacer à l'extérieur de la racine du serveur web.", + "Setup Warning" : "Avertissement, problème de configuration", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP est apparemment configuré pour supprimer les blocs de documentation internes. Cela rendra plusieurs applications de base inaccessibles.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "La raison est probablement l'utilisation d'un cache / accélérateur tel que Zend OPcache ou eAccelerator.", + "Database Performance Info" : "Performances de la base de données", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite est utilisée comme base de donnée. Pour des installations plus volumineuse, nous vous conseillons de changer ce réglage. Pour migrer vers une autre base de donnée, utilisez la commande : \"occ db:convert-type\"", + "Module 'fileinfo' missing" : "Module 'fileinfo' manquant", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats pour la détection des types de fichiers.", + "Your PHP version is outdated" : "Votre version de PHP est trop ancienne", + "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." : "Votre version de PHP est trop ancienne. Nous vous recommandons fortement de migrer vers une version 5.3.8 ou plus récente encore, car les versions antérieures sont réputées problématiques. Il est possible que cette installation ne fonctionne pas correctement.", + "PHP charset is not set to UTF-8" : "Le jeu de caractères PHP n'est pas réglé sur UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Le jeu de caractères PHP n'est pas réglé sur UTF-8. Ceci peut entraîner des problèmes majeurs avec les noms de fichiers contenant des caractère non-ASCII. Nous recommandons fortement de changer la valeur de 'default_charset' dans php.ini par 'UTF-8'.", + "Locale not working" : "Localisation non fonctionnelle", + "System locale can not be set to a one which supports UTF-8." : "Les paramètres régionaux ne peuvent pas être configurés avec un qui supporte UTF-8.", + "This means that there might be problems with certain characters in file names." : "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Nous conseillons vivement d'installer les paquets requis sur votre système pour supporter l'un des paramètres régionaux suivants : %s.", + "URL generation in notification emails" : "Génération d'URL dans les mails de notification", + "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\")" : "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwritewebroot\" de votre fichier config.php avec le chemin de la racine de votre installation (suggéré : \"%s\")", + "Connectivity checks" : "Vérification de la connectivité", + "No problems found" : "Aucun problème trouvé", + "Please double check the installation guides." : "Veuillez vous référer au guide d'installation.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Le dernier cron s'est exécuté à %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Le dernier cron s'est exécuté à %s. Cela fait plus d'une heure, quelque chose a du mal se passer.", + "Cron was not executed yet!" : "Le cron n'a pas encore été exécuté !", + "Execute one task with each page loaded" : "Exécute une tâche à chaque chargement de page", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php est enregistré en tant que service webcron pour appeler cron.php toutes les 15 minutes via http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Utilisez le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.", + "Sharing" : "Partage", + "Allow apps to use the Share API" : "Autoriser les applications à utiliser l'API de partage", + "Allow users to share via link" : "Autoriser les utilisateurs à partager par lien", + "Enforce password protection" : "Obliger la protection par mot de passe", + "Allow public uploads" : "Autoriser les téléversements publics", + "Set default expiration date" : "Spécifier la date d'expiration par défaut", + "Expire after " : "Expiration après ", + "days" : "jours", + "Enforce expiration date" : "Imposer la date d'expiration", + "Allow resharing" : "Autoriser le repartage", + "Restrict users to only share with users in their groups" : "N'autoriser les partages qu'entre membres de même groupes", + "Allow users to send mail notification for shared files" : "Autoriser les utilisateurs à envoyer des notifications par courriel concernant les partages", + "Exclude groups from sharing" : "Empêcher certains groupes de partager", + "These groups will still be able to receive shares, but not to initiate them." : "Ces groupes ne pourront plus initier de partage, mais ils pourront toujours rejoindre les partages faits par d'autres. ", + "Security" : "Sécurité", + "Enforce HTTPS" : "Forcer HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forcer les clients à se connecter à %s via une connexion chiffrée.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Veuillez vous connecter à cette instance %s via HTTPS pour activer ou désactiver SSL.", + "Email Server" : "Serveur mail", + "This is used for sending out notifications." : "Ceci est utilisé pour l'envoi des notifications.", + "Send mode" : "Mode d'envoi", + "From address" : "Adresse source", + "mail" : "courriel", + "Authentication method" : "Méthode d'authentification", + "Authentication required" : "Authentification requise", + "Server address" : "Adresse du serveur", + "Port" : "Port", + "Credentials" : "Informations d'identification", + "SMTP Username" : "Nom d'utilisateur SMTP", + "SMTP Password" : "Mot de passe SMTP", + "Store credentials" : "Enregistrer les identifiants", + "Test email settings" : "Tester les paramètres e-mail", + "Send email" : "Envoyer un e-mail", + "Log" : "Log", + "Log level" : "Niveau de log", + "More" : "Plus", + "Less" : "Moins", + "Version" : "Version", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Développé par la communauté ownCloud, le code source est publié sous license AGPL.", + "More apps" : "Plus d'applications", + "Add your app" : "Ajouter votre application", + "by" : "par", + "licensed" : "Sous licence", + "Documentation:" : "Documentation :", + "User Documentation" : "Documentation utilisateur", + "Admin Documentation" : "Documentation administrateur", + "Update to %s" : "Mettre à niveau vers la version %s", + "Enable only for specific groups" : "Activer uniquement pour certains groupes", + "Uninstall App" : "Désinstaller l'application", + "Administrator Documentation" : "Documentation administrateur", + "Online Documentation" : "Documentation en ligne", + "Forum" : "Forum", + "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 !", + "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", + "Your password was changed" : "Votre mot de passe a été changé", + "Unable to change your password" : "Impossible de changer votre mot de passe", + "Current password" : "Mot de passe actuel", + "New password" : "Nouveau mot de passe", + "Change password" : "Changer de mot de passe", + "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", + "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.", + "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 ", + "Language" : "Langue", + "Help translate" : "Aidez à traduire", + "Common Name" : "Nom d'usage", + "Valid until" : "Valide jusqu'à", + "Issued By" : "Délivré par", + "Valid until %s" : "Valide jusqu'à %s", + "Import Root Certificate" : "Importer un certificat racine", + "The encryption app is no longer enabled, please decrypt all your files" : "L'app de chiffrement n’est plus activée, veuillez déchiffrer tous vos fichiers", + "Log-in password" : "Mot de passe de connexion", + "Decrypt all Files" : "Déchiffrer tous les fichiers", + "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." : "Vos clés de chiffrement ont été déplacées dans l'emplacement de backup. Si quelque chose devait mal se passer, vous pouvez restaurer les clés. Choisissez la suppression permanente seulement si vous êtes sûr que tous les fichiers ont été déchiffrés correctement.", + "Restore Encryption Keys" : "Restaurer les clés de chiffrement", + "Delete Encryption Keys" : "Supprimer les clés de chiffrement", + "Show storage location" : "Afficher l'emplacement du stockage", + "Show last log in" : "Montrer la dernière identification", + "Login Name" : "Nom d'utilisateur", + "Create" : "Créer", + "Admin Recovery Password" : "Récupération du mot de passe administrateur", + "Enter the recovery password in order to recover the users files during password change" : "Entrer le mot de passe de récupération dans le but de récupérer les fichiers utilisateurs pendant le changement de mot de passe", + "Search Users and Groups" : "Chercher parmi les utilisateurs et groupes", + "Add Group" : "Ajouter un groupe", + "Group" : "Groupe", + "Everyone" : "Tout le monde", + "Admins" : "Administrateurs", + "Default Quota" : "Quota par défaut", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Veuillez entrer le quota de stockage (ex. \"512 MB\" ou \"12 GB\")", + "Unlimited" : "Illimité", + "Other" : "Autre", + "Username" : "Nom d'utilisateur", + "Quota" : "Quota", + "Storage Location" : "Emplacement du Stockage", + "Last Login" : "Dernière Connexion", + "change full name" : "Modifier le nom complet", + "set new password" : "Changer le mot de passe", + "Default" : "Défaut" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json new file mode 100644 index 0000000000..21f2424729 --- /dev/null +++ b/settings/l10n/fr.json @@ -0,0 +1,235 @@ +{ "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", + "Group already exists" : "Ce groupe existe déjà", + "Unable to add group" : "Impossible d'ajouter le groupe", + "Files decrypted successfully" : "Fichiers décryptés avec succès", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Impossible de décrypter vos fichiers, veuillez vérifier votre owncloud.log ou demander à votre administrateur", + "Couldn't decrypt your files, check your password and try again" : "Impossible de décrypter vos fichiers, vérifiez votre mot de passe et essayez à nouveau", + "Encryption keys deleted permanently" : "Clés de chiffrement définitivement supprimées.", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Impossible de supprimer définitivement vos clés de chiffrement, merci de regarder journal owncloud.log ou de demander à votre administrateur", + "Couldn't remove app." : "Impossible de supprimer l'application.", + "Email saved" : "E-mail sauvegardé", + "Invalid email" : "E-mail invalide", + "Unable to delete group" : "Impossible de supprimer le groupe", + "Unable to delete user" : "Impossible de supprimer l'utilisateur", + "Backups restored successfully" : "La sauvegarde a été restaurée avec succès", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Impossible de restaurer vos clés de chiffrement, merci de regarder journal owncloud.log ou de demander à votre administrateur", + "Language changed" : "Langue changée", + "Invalid request" : "Requête invalide", + "Admins can't remove themself from the admin group" : "Les administrateurs ne peuvent pas se retirer eux-mêmes du groupe admin", + "Unable to add user to group %s" : "Impossible d'ajouter l'utilisateur au groupe %s", + "Unable to remove user from group %s" : "Impossible de supprimer l'utilisateur du groupe %s", + "Couldn't update app." : "Impossible de mettre à jour l'application", + "Wrong password" : "Mot de passe incorrect", + "No user supplied" : "Aucun utilisateur fourni", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Veuillez fournir un mot de passe administrateur de récupération de données, sinon toutes les données de l'utilisateur seront perdues", + "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", + "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", + "A problem occurred while sending the email. Please revise your settings." : "Une erreur est survenue lors de l'envoi de l'e-mail. Veuillez vérifier vos paramètres.", + "Email sent" : "Email envoyé", + "You need to set your user email before being able to send test emails." : "Vous devez configurer votre e-mail d'utilisateur avant de pouvoir envoyer des e-mails de test.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Êtes-vous vraiment sûr de vouloir ajouter \"{domain}\" comme domaine de confiance ?", + "Add trusted domain" : "Ajouter un domaine de confiance", + "Sending..." : "Envoi en cours...", + "All" : "Tous", + "Please wait...." : "Veuillez patienter…", + "Error while disabling app" : "Erreur lors de la désactivation de l'application", + "Disable" : "Désactiver", + "Enable" : "Activer", + "Error while enabling app" : "Erreur lors de l'activation de l'application", + "Updating...." : "Mise à jour...", + "Error while updating app" : "Erreur lors de la mise à jour de l'application", + "Updated" : "Mise à jour effectuée avec succès", + "Uninstalling ...." : "Désintallation...", + "Error while uninstalling app" : "Erreur lors de la désinstallation de l'application", + "Uninstall" : "Désinstaller", + "Select a profile picture" : "Selectionner une photo de profil ", + "Very weak password" : "Mot de passe de très faible sécurité", + "Weak password" : "Mot de passe de faible sécurité", + "So-so password" : "Mot de passe de sécurité tout juste acceptable", + "Good password" : "Mot de passe de sécurité suffisante", + "Strong password" : "Mot de passe de forte sécurité", + "Valid until {date}" : "Valide jusqu'au {date}", + "Delete" : "Supprimer", + "Decrypting files... Please wait, this can take some time." : "Déchiffrement en cours... Cela peut prendre un certain temps.", + "Delete encryption keys permanently." : "Supprimer définitivement les clés de chiffrement", + "Restore encryption keys." : "Restaurer les clés de chiffrement", + "Groups" : "Groupes", + "Unable to delete {objName}" : "Impossible de supprimer {objName}", + "Error creating group" : "Erreur lors de la création du groupe", + "A valid group name must be provided" : "Vous devez spécifier un nom de groupe valide", + "deleted {groupName}" : "{groupName} supprimé", + "undo" : "annuler", + "never" : "jamais", + "deleted {userName}" : "{userName} supprimé", + "add group" : "ajouter un groupe", + "A valid username must be provided" : "Un nom d'utilisateur valide doit être saisi", + "Error creating user" : "Erreur lors de la création de l'utilisateur", + "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", + "SSL root certificates" : "Certificats racine SSL", + "Encryption" : "Chiffrement", + "Everything (fatal issues, errors, warnings, info, debug)" : "Tout (erreurs fatales, erreurs, avertissements, informations, debogage)", + "Info, warnings, errors and fatal issues" : "Informations, avertissements, erreurs et erreurs fatales", + "Warnings, errors and fatal issues" : "Avertissements, erreurs et erreurs fatales", + "Errors and fatal issues" : "Erreurs et erreurs fatales", + "Fatal issues only" : "Erreurs fatales uniquement", + "None" : "Aucun", + "Login" : "Connexion", + "Plain" : "En clair", + "NT LAN Manager" : "Gestionnaire du réseau NT", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Avertissement de sécurité", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Vous accédez à %s via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS à la place.", + "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." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou bien de le déplacer à l'extérieur de la racine du serveur web.", + "Setup Warning" : "Avertissement, problème de configuration", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP est apparemment configuré pour supprimer les blocs de documentation internes. Cela rendra plusieurs applications de base inaccessibles.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "La raison est probablement l'utilisation d'un cache / accélérateur tel que Zend OPcache ou eAccelerator.", + "Database Performance Info" : "Performances de la base de données", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite est utilisée comme base de donnée. Pour des installations plus volumineuse, nous vous conseillons de changer ce réglage. Pour migrer vers une autre base de donnée, utilisez la commande : \"occ db:convert-type\"", + "Module 'fileinfo' missing" : "Module 'fileinfo' manquant", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats pour la détection des types de fichiers.", + "Your PHP version is outdated" : "Votre version de PHP est trop ancienne", + "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." : "Votre version de PHP est trop ancienne. Nous vous recommandons fortement de migrer vers une version 5.3.8 ou plus récente encore, car les versions antérieures sont réputées problématiques. Il est possible que cette installation ne fonctionne pas correctement.", + "PHP charset is not set to UTF-8" : "Le jeu de caractères PHP n'est pas réglé sur UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Le jeu de caractères PHP n'est pas réglé sur UTF-8. Ceci peut entraîner des problèmes majeurs avec les noms de fichiers contenant des caractère non-ASCII. Nous recommandons fortement de changer la valeur de 'default_charset' dans php.ini par 'UTF-8'.", + "Locale not working" : "Localisation non fonctionnelle", + "System locale can not be set to a one which supports UTF-8." : "Les paramètres régionaux ne peuvent pas être configurés avec un qui supporte UTF-8.", + "This means that there might be problems with certain characters in file names." : "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Nous conseillons vivement d'installer les paquets requis sur votre système pour supporter l'un des paramètres régionaux suivants : %s.", + "URL generation in notification emails" : "Génération d'URL dans les mails de notification", + "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\")" : "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwritewebroot\" de votre fichier config.php avec le chemin de la racine de votre installation (suggéré : \"%s\")", + "Connectivity checks" : "Vérification de la connectivité", + "No problems found" : "Aucun problème trouvé", + "Please double check the installation guides." : "Veuillez vous référer au guide d'installation.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Le dernier cron s'est exécuté à %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Le dernier cron s'est exécuté à %s. Cela fait plus d'une heure, quelque chose a du mal se passer.", + "Cron was not executed yet!" : "Le cron n'a pas encore été exécuté !", + "Execute one task with each page loaded" : "Exécute une tâche à chaque chargement de page", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php est enregistré en tant que service webcron pour appeler cron.php toutes les 15 minutes via http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Utilisez le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.", + "Sharing" : "Partage", + "Allow apps to use the Share API" : "Autoriser les applications à utiliser l'API de partage", + "Allow users to share via link" : "Autoriser les utilisateurs à partager par lien", + "Enforce password protection" : "Obliger la protection par mot de passe", + "Allow public uploads" : "Autoriser les téléversements publics", + "Set default expiration date" : "Spécifier la date d'expiration par défaut", + "Expire after " : "Expiration après ", + "days" : "jours", + "Enforce expiration date" : "Imposer la date d'expiration", + "Allow resharing" : "Autoriser le repartage", + "Restrict users to only share with users in their groups" : "N'autoriser les partages qu'entre membres de même groupes", + "Allow users to send mail notification for shared files" : "Autoriser les utilisateurs à envoyer des notifications par courriel concernant les partages", + "Exclude groups from sharing" : "Empêcher certains groupes de partager", + "These groups will still be able to receive shares, but not to initiate them." : "Ces groupes ne pourront plus initier de partage, mais ils pourront toujours rejoindre les partages faits par d'autres. ", + "Security" : "Sécurité", + "Enforce HTTPS" : "Forcer HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forcer les clients à se connecter à %s via une connexion chiffrée.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Veuillez vous connecter à cette instance %s via HTTPS pour activer ou désactiver SSL.", + "Email Server" : "Serveur mail", + "This is used for sending out notifications." : "Ceci est utilisé pour l'envoi des notifications.", + "Send mode" : "Mode d'envoi", + "From address" : "Adresse source", + "mail" : "courriel", + "Authentication method" : "Méthode d'authentification", + "Authentication required" : "Authentification requise", + "Server address" : "Adresse du serveur", + "Port" : "Port", + "Credentials" : "Informations d'identification", + "SMTP Username" : "Nom d'utilisateur SMTP", + "SMTP Password" : "Mot de passe SMTP", + "Store credentials" : "Enregistrer les identifiants", + "Test email settings" : "Tester les paramètres e-mail", + "Send email" : "Envoyer un e-mail", + "Log" : "Log", + "Log level" : "Niveau de log", + "More" : "Plus", + "Less" : "Moins", + "Version" : "Version", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Développé par la communauté ownCloud, le code source est publié sous license AGPL.", + "More apps" : "Plus d'applications", + "Add your app" : "Ajouter votre application", + "by" : "par", + "licensed" : "Sous licence", + "Documentation:" : "Documentation :", + "User Documentation" : "Documentation utilisateur", + "Admin Documentation" : "Documentation administrateur", + "Update to %s" : "Mettre à niveau vers la version %s", + "Enable only for specific groups" : "Activer uniquement pour certains groupes", + "Uninstall App" : "Désinstaller l'application", + "Administrator Documentation" : "Documentation administrateur", + "Online Documentation" : "Documentation en ligne", + "Forum" : "Forum", + "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 !", + "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", + "Your password was changed" : "Votre mot de passe a été changé", + "Unable to change your password" : "Impossible de changer votre mot de passe", + "Current password" : "Mot de passe actuel", + "New password" : "Nouveau mot de passe", + "Change password" : "Changer de mot de passe", + "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", + "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.", + "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 ", + "Language" : "Langue", + "Help translate" : "Aidez à traduire", + "Common Name" : "Nom d'usage", + "Valid until" : "Valide jusqu'à", + "Issued By" : "Délivré par", + "Valid until %s" : "Valide jusqu'à %s", + "Import Root Certificate" : "Importer un certificat racine", + "The encryption app is no longer enabled, please decrypt all your files" : "L'app de chiffrement n’est plus activée, veuillez déchiffrer tous vos fichiers", + "Log-in password" : "Mot de passe de connexion", + "Decrypt all Files" : "Déchiffrer tous les fichiers", + "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." : "Vos clés de chiffrement ont été déplacées dans l'emplacement de backup. Si quelque chose devait mal se passer, vous pouvez restaurer les clés. Choisissez la suppression permanente seulement si vous êtes sûr que tous les fichiers ont été déchiffrés correctement.", + "Restore Encryption Keys" : "Restaurer les clés de chiffrement", + "Delete Encryption Keys" : "Supprimer les clés de chiffrement", + "Show storage location" : "Afficher l'emplacement du stockage", + "Show last log in" : "Montrer la dernière identification", + "Login Name" : "Nom d'utilisateur", + "Create" : "Créer", + "Admin Recovery Password" : "Récupération du mot de passe administrateur", + "Enter the recovery password in order to recover the users files during password change" : "Entrer le mot de passe de récupération dans le but de récupérer les fichiers utilisateurs pendant le changement de mot de passe", + "Search Users and Groups" : "Chercher parmi les utilisateurs et groupes", + "Add Group" : "Ajouter un groupe", + "Group" : "Groupe", + "Everyone" : "Tout le monde", + "Admins" : "Administrateurs", + "Default Quota" : "Quota par défaut", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Veuillez entrer le quota de stockage (ex. \"512 MB\" ou \"12 GB\")", + "Unlimited" : "Illimité", + "Other" : "Autre", + "Username" : "Nom d'utilisateur", + "Quota" : "Quota", + "Storage Location" : "Emplacement du Stockage", + "Last Login" : "Dernière Connexion", + "change full name" : "Modifier le nom complet", + "set new password" : "Changer le mot de passe", + "Default" : "Défaut" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php deleted file mode 100644 index 56c89bc412..0000000000 --- a/settings/l10n/fr.php +++ /dev/null @@ -1,239 +0,0 @@ - "Activées", -"Not enabled" => "Désactivées", -"Recommended" => "Recommandées", -"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", -"Group already exists" => "Ce groupe existe déjà", -"Unable to add group" => "Impossible d'ajouter le groupe", -"Files decrypted successfully" => "Fichiers décryptés avec succès", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Impossible de décrypter vos fichiers, veuillez vérifier votre owncloud.log ou demander à votre administrateur", -"Couldn't decrypt your files, check your password and try again" => "Impossible de décrypter vos fichiers, vérifiez votre mot de passe et essayez à nouveau", -"Encryption keys deleted permanently" => "Clés de chiffrement définitivement supprimées.", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Impossible de supprimer définitivement vos clés de chiffrement, merci de regarder journal owncloud.log ou de demander à votre administrateur", -"Couldn't remove app." => "Impossible de supprimer l'application.", -"Email saved" => "E-mail sauvegardé", -"Invalid email" => "E-mail invalide", -"Unable to delete group" => "Impossible de supprimer le groupe", -"Unable to delete user" => "Impossible de supprimer l'utilisateur", -"Backups restored successfully" => "La sauvegarde a été restaurée avec succès", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Impossible de restaurer vos clés de chiffrement, merci de regarder journal owncloud.log ou de demander à votre administrateur", -"Language changed" => "Langue changée", -"Invalid request" => "Requête invalide", -"Admins can't remove themself from the admin group" => "Les administrateurs ne peuvent pas se retirer eux-mêmes du groupe admin", -"Unable to add user to group %s" => "Impossible d'ajouter l'utilisateur au groupe %s", -"Unable to remove user from group %s" => "Impossible de supprimer l'utilisateur du groupe %s", -"Couldn't update app." => "Impossible de mettre à jour l'application", -"Wrong password" => "Mot de passe incorrect", -"No user supplied" => "Aucun utilisateur fourni", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Veuillez fournir un mot de passe administrateur de récupération de données, sinon toutes les données de l'utilisateur seront perdues", -"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", -"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", -"A problem occurred while sending the email. Please revise your settings." => "Une erreur est survenue lors de l'envoi de l'e-mail. Veuillez vérifier vos paramètres.", -"Email sent" => "Email envoyé", -"You need to set your user email before being able to send test emails." => "Vous devez configurer votre e-mail d'utilisateur avant de pouvoir envoyer des e-mails de test.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Êtes-vous vraiment sûr de vouloir ajouter \"{domain}\" comme domaine de confiance ?", -"Add trusted domain" => "Ajouter un domaine de confiance", -"Sending..." => "Envoi en cours...", -"All" => "Tous", -"Please wait...." => "Veuillez patienter…", -"Error while disabling app" => "Erreur lors de la désactivation de l'application", -"Disable" => "Désactiver", -"Enable" => "Activer", -"Error while enabling app" => "Erreur lors de l'activation de l'application", -"Updating...." => "Mise à jour...", -"Error while updating app" => "Erreur lors de la mise à jour de l'application", -"Updated" => "Mise à jour effectuée avec succès", -"Uninstalling ...." => "Désintallation...", -"Error while uninstalling app" => "Erreur lors de la désinstallation de l'application", -"Uninstall" => "Désinstaller", -"Select a profile picture" => "Selectionner une photo de profil ", -"Very weak password" => "Mot de passe de très faible sécurité", -"Weak password" => "Mot de passe de faible sécurité", -"So-so password" => "Mot de passe de sécurité tout juste acceptable", -"Good password" => "Mot de passe de sécurité suffisante", -"Strong password" => "Mot de passe de forte sécurité", -"Valid until {date}" => "Valide jusqu'au {date}", -"Delete" => "Supprimer", -"Decrypting files... Please wait, this can take some time." => "Déchiffrement en cours... Cela peut prendre un certain temps.", -"Delete encryption keys permanently." => "Supprimer définitivement les clés de chiffrement", -"Restore encryption keys." => "Restaurer les clés de chiffrement", -"Groups" => "Groupes", -"Unable to delete {objName}" => "Impossible de supprimer {objName}", -"Error creating group" => "Erreur lors de la création du groupe", -"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", -"A valid username must be provided" => "Un nom d'utilisateur valide doit être saisi", -"Error creating user" => "Erreur lors de la création de l'utilisateur", -"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)", -"Info, warnings, errors and fatal issues" => "Informations, avertissements, erreurs et erreurs fatales", -"Warnings, errors and fatal issues" => "Avertissements, erreurs et erreurs fatales", -"Errors and fatal issues" => "Erreurs et erreurs fatales", -"Fatal issues only" => "Erreurs fatales uniquement", -"None" => "Aucun", -"Login" => "Connexion", -"Plain" => "En clair", -"NT LAN Manager" => "Gestionnaire du réseau NT", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Avertissement de sécurité", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Vous accédez à %s via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS à la place.", -"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." => "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou bien de le déplacer à l'extérieur de la racine du serveur web.", -"Setup Warning" => "Avertissement, problème de configuration", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP est apparemment configuré pour supprimer les blocs de documentation internes. Cela rendra plusieurs applications de base inaccessibles.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "La raison est probablement l'utilisation d'un cache / accélérateur tel que Zend OPcache ou eAccelerator.", -"Database Performance Info" => "Performances de la base de données", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite est utilisée comme base de donnée. Pour des installations plus volumineuse, nous vous conseillons de changer ce réglage. Pour migrer vers une autre base de donnée, utilisez la commande : \"occ db:convert-type\"", -"Module 'fileinfo' missing" => "Module 'fileinfo' manquant", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats pour la détection des types de fichiers.", -"Your PHP version is outdated" => "Votre version de PHP est trop ancienne", -"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." => "Votre version de PHP est trop ancienne. Nous vous recommandons fortement de migrer vers une version 5.3.8 ou plus récente encore, car les versions antérieures sont réputées problématiques. Il est possible que cette installation ne fonctionne pas correctement.", -"PHP charset is not set to UTF-8" => "Le jeu de caractères PHP n'est pas réglé sur UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "Le jeu de caractères PHP n'est pas réglé sur UTF-8. Ceci peut entraîner des problèmes majeurs avec les noms de fichiers contenant des caractère non-ASCII. Nous recommandons fortement de changer la valeur de 'default_charset' dans php.ini par 'UTF-8'.", -"Locale not working" => "Localisation non fonctionnelle", -"System locale can not be set to a one which supports UTF-8." => "Les paramètres régionaux ne peuvent pas être configurés avec un qui supporte UTF-8.", -"This means that there might be problems with certain characters in file names." => "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Nous conseillons vivement d'installer les paquets requis sur votre système pour supporter l'un des paramètres régionaux suivants : %s.", -"URL generation in notification emails" => "Génération d'URL dans les mails de notification", -"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\")" => "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwritewebroot\" de votre fichier config.php avec le chemin de la racine de votre installation (suggéré : \"%s\")", -"Connectivity checks" => "Vérification de la connectivité", -"No problems found" => "Aucun problème trouvé", -"Please double check the installation guides." => "Veuillez vous référer au guide d'installation.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Le dernier cron s'est exécuté à %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Le dernier cron s'est exécuté à %s. Cela fait plus d'une heure, quelque chose a du mal se passer.", -"Cron was not executed yet!" => "Le cron n'a pas encore été exécuté !", -"Execute one task with each page loaded" => "Exécute une tâche à chaque chargement de page", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php est enregistré en tant que service webcron pour appeler cron.php toutes les 15 minutes via http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Utilisez le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.", -"Sharing" => "Partage", -"Allow apps to use the Share API" => "Autoriser les applications à utiliser l'API de partage", -"Allow users to share via link" => "Autoriser les utilisateurs à partager par lien", -"Enforce password protection" => "Obliger la protection par mot de passe", -"Allow public uploads" => "Autoriser les téléversements publics", -"Set default expiration date" => "Spécifier la date d'expiration par défaut", -"Expire after " => "Expiration après ", -"days" => "jours", -"Enforce expiration date" => "Imposer la date d'expiration", -"Allow resharing" => "Autoriser le repartage", -"Restrict users to only share with users in their groups" => "N'autoriser les partages qu'entre membres de même groupes", -"Allow users to send mail notification for shared files" => "Autoriser les utilisateurs à envoyer des notifications par courriel concernant les partages", -"Exclude groups from sharing" => "Empêcher certains groupes de partager", -"These groups will still be able to receive shares, but not to initiate them." => "Ces groupes ne pourront plus initier de partage, mais ils pourront toujours rejoindre les partages faits par d'autres. ", -"Security" => "Sécurité", -"Enforce HTTPS" => "Forcer HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Forcer les clients à se connecter à %s via une connexion chiffrée.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Veuillez vous connecter à cette instance %s via HTTPS pour activer ou désactiver SSL.", -"Email Server" => "Serveur mail", -"This is used for sending out notifications." => "Ceci est utilisé pour l'envoi des notifications.", -"Send mode" => "Mode d'envoi", -"From address" => "Adresse source", -"mail" => "courriel", -"Authentication method" => "Méthode d'authentification", -"Authentication required" => "Authentification requise", -"Server address" => "Adresse du serveur", -"Port" => "Port", -"Credentials" => "Informations d'identification", -"SMTP Username" => "Nom d'utilisateur SMTP", -"SMTP Password" => "Mot de passe SMTP", -"Store credentials" => "Enregistrer les identifiants", -"Test email settings" => "Tester les paramètres e-mail", -"Send email" => "Envoyer un e-mail", -"Log" => "Log", -"Log level" => "Niveau de log", -"More" => "Plus", -"Less" => "Moins", -"Version" => "Version", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Développé par la communauté ownCloud, le code source est publié sous license AGPL.", -"More apps" => "Plus d'applications", -"Add your app" => "Ajouter votre application", -"by" => "par", -"licensed" => "Sous licence", -"Documentation:" => "Documentation :", -"User Documentation" => "Documentation utilisateur", -"Admin Documentation" => "Documentation administrateur", -"Update to %s" => "Mettre à niveau vers la version %s", -"Enable only for specific groups" => "Activer uniquement pour certains groupes", -"Uninstall App" => "Désinstaller l'application", -"Administrator Documentation" => "Documentation administrateur", -"Online Documentation" => "Documentation en ligne", -"Forum" => "Forum", -"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 !", -"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", -"Your password was changed" => "Votre mot de passe a été changé", -"Unable to change your password" => "Impossible de changer votre mot de passe", -"Current password" => "Mot de passe actuel", -"New password" => "Nouveau mot de passe", -"Change password" => "Changer de mot de passe", -"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" => "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.", -"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 ", -"Language" => "Langue", -"Help translate" => "Aidez à traduire", -"Common Name" => "Nom d'usage", -"Valid until" => "Valide jusqu'à", -"Issued By" => "Délivré par", -"Valid until %s" => "Valide jusqu'à %s", -"Import Root Certificate" => "Importer un certificat racine", -"The encryption app is no longer enabled, please decrypt all your files" => "L'app de chiffrement n’est plus activée, veuillez déchiffrer tous vos fichiers", -"Log-in password" => "Mot de passe de connexion", -"Decrypt all Files" => "Déchiffrer tous les fichiers", -"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." => "Vos clés de chiffrement ont été déplacées dans l'emplacement de backup. Si quelque chose devait mal se passer, vous pouvez restaurer les clés. Choisissez la suppression permanente seulement si vous êtes sûr que tous les fichiers ont été déchiffrés correctement.", -"Restore Encryption Keys" => "Restaurer les clés de chiffrement", -"Delete Encryption Keys" => "Supprimer les clés de chiffrement", -"Show storage location" => "Afficher l'emplacement du stockage", -"Show last log in" => "Montrer la dernière identification", -"Login Name" => "Nom d'utilisateur", -"Create" => "Créer", -"Admin Recovery Password" => "Récupération du mot de passe administrateur", -"Enter the recovery password in order to recover the users files during password change" => "Entrer le mot de passe de récupération dans le but de récupérer les fichiers utilisateurs pendant le changement de mot de passe", -"Search Users and Groups" => "Chercher parmi les utilisateurs et groupes", -"Add Group" => "Ajouter un groupe", -"Group" => "Groupe", -"Everyone" => "Tout le monde", -"Admins" => "Administrateurs", -"Default Quota" => "Quota par défaut", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Veuillez entrer le quota de stockage (ex. \"512 MB\" ou \"12 GB\")", -"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", -"change full name" => "Modifier le nom complet", -"set new password" => "Changer le mot de passe", -"Default" => "Défaut" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/settings/l10n/gl.js b/settings/l10n/gl.js new file mode 100644 index 0000000000..6a9f27f524 --- /dev/null +++ b/settings/l10n/gl.js @@ -0,0 +1,219 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Activado", + "Authentication error" : "Produciuse un erro de autenticación", + "Your full name has been changed." : "O seu nome completo foi cambiado", + "Unable to change full name" : "Non é posíbel cambiar o nome completo", + "Group already exists" : "O grupo xa existe", + "Unable to add group" : "Non é posíbel engadir o grupo", + "Files decrypted successfully" : "Ficheiros descifrados satisfactoriamente", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Non foi posíbel descifrar os seus ficheiros. revise o ficheiro de rexistro owncloud.log, ou pregúntelle ao administrador", + "Couldn't decrypt your files, check your password and try again" : "Non foi posíbel descifrar os seus ficheiros. revise o seu contrasinal e ténteo de novo", + "Encryption keys deleted permanently" : "As chaves de cifrado foron eliminadas permanentemente", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Non foi posíbel eliminar permanentemente as chaves de cifrado. revise o ficheiro de rexistro owncloud.log, ou pregúntelle ao administrador", + "Couldn't remove app." : "Non foi posíbel retirar a aplicación.", + "Email saved" : "Correo gardado", + "Invalid email" : "Correo incorrecto", + "Unable to delete group" : "Non é posíbel eliminar o grupo.", + "Unable to delete user" : "Non é posíbel eliminar o usuario", + "Backups restored successfully" : "As copias de seguranza foron restauradas satisfactoriamente", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Non foi posíbel restaurar as chaves de cifrado. revise o ficheiro de rexistro owncloud.log, ou pregúntelle ao administrador", + "Language changed" : "O idioma cambiou", + "Invalid request" : "Petición incorrecta", + "Admins can't remove themself from the admin group" : "Os administradores non poden eliminarse a si mesmos do grupo admin", + "Unable to add user to group %s" : "Non é posíbel engadir o usuario ao grupo %s", + "Unable to remove user from group %s" : "Non é posíbel eliminar o usuario do grupo %s", + "Couldn't update app." : "Non foi posíbel actualizar a aplicación.", + "Wrong password" : "Contrasinal incorrecto", + "No user supplied" : "Non subministrado polo usuario", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Forneza un contrasinal de recuperación do administrador de recuperación, senón perderanse todos os datos do usuario", + "Wrong admin recovery password. Please check the password and try again." : "Contrasinal de recuperación do administrador incorrecto. Comprobe o contrasinal e tenteo de novo.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado dos usuarios foi actualizada correctamente.", + "Unable to change password" : "Non é posíbel cambiar o contrasinal", + "Saved" : "Gardado", + "test email settings" : "correo de proba dos axustes", + "If you received this email, the settings seem to be correct." : "Se recibiu este correo, semella que a configuración é correcta.", + "Email sent" : "Correo enviado", + "You need to set your user email before being able to send test emails." : "É necesario configurar o correo do usuario antes de poder enviar mensaxes de correo de proba.", + "Sending..." : "Enviando...", + "All" : "Todo", + "Please wait...." : "Agarde...", + "Error while disabling app" : "Produciuse un erro ao desactivar a aplicación", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Produciuse un erro ao activar a aplicación", + "Updating...." : "Actualizando...", + "Error while updating app" : "Produciuse un erro mentres actualizaba a aplicación", + "Updated" : "Actualizado", + "Uninstalling ...." : "Desinstalando ...", + "Error while uninstalling app" : "Produciuse un erro ao desinstalar o aplicatvo", + "Uninstall" : "Desinstalar", + "Select a profile picture" : "Seleccione unha imaxe para o perfil", + "Very weak password" : "Contrasinal moi feble", + "Weak password" : "Contrasinal feble", + "So-so password" : "Contrasinal non moi aló", + "Good password" : "Bo contrasinal", + "Strong password" : "Contrasinal forte", + "Delete" : "Eliminar", + "Decrypting files... Please wait, this can take some time." : "Descifrando ficheiros... isto pode levar un anaco.", + "Delete encryption keys permanently." : "Eliminar permanentemente as chaves de cifrado.", + "Restore encryption keys." : "Restaurar as chaves de cifrado.", + "Groups" : "Grupos", + "Unable to delete {objName}" : "Non é posíbel eliminar {objName}", + "Error creating group" : "Produciuse un erro ao crear o grupo", + "A valid group name must be provided" : "Debe fornecer un nome de grupo", + "deleted {groupName}" : "{groupName} foi eliminado", + "undo" : "desfacer", + "never" : "nunca", + "deleted {userName}" : "{userName} foi eliminado", + "add group" : "engadir un grupo", + "A valid username must be provided" : "Debe fornecer un nome de usuario", + "Error creating user" : "Produciuse un erro ao crear o usuario", + "A valid password must be provided" : "Debe fornecer un contrasinal", + "Warning: Home directory for user \"{user}\" already exists" : "Aviso: O directorio persoal para o usuario «{user}» xa existe", + "__language_name__" : "Galego", + "SSL root certificates" : "Certificados raíz SSL", + "Encryption" : "Cifrado", + "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (problemas críticos, erros, avisos, información, depuración)", + "Info, warnings, errors and fatal issues" : "Información, avisos, erros e problemas críticos", + "Warnings, errors and fatal issues" : "Avisos, erros e problemas críticos", + "Errors and fatal issues" : "Erros e problemas críticos", + "Fatal issues only" : "Só problemas críticos", + "None" : "Ningún", + "Login" : "Acceso", + "Plain" : "Simple", + "NT LAN Manager" : "Xestor NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Aviso de seguranza", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Está accedendo a %s a través de HTTP. Suxerímoslle que configure o seu servidor para requirir, no seu canto, o uso de 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." : "O seu cartafol de datos e os seus ficheiros probabelmente sexan accesíbeis a través de internet. O ficheiro .htaccess non está a traballar. Suxerímoslle que configure o seu servidor web de tal maneira que o cartafol de datos non estea accesíbel ou que mova o o directorio de datos fóra da raíz de documentos do servidor web.", + "Setup Warning" : "Configurar os avisos", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Parece que PHP foi configuración para substituír bloques de documentos en liña. Isto fará que varias aplicacións sexan inaccesíbeis.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto probabelmente se debe unha caché/acelerador como Zend OPcache ou eAccelerator.", + "Database Performance Info" : "Información do rendemento da base de datos", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Empregarase SQLite como base de datos. Para instalacións máis grandes recomendámoslle que cambie isto. Para migrar a outra base de datos use a ferramenta en liña de ordes: «occ db:convert-type»", + "Module 'fileinfo' missing" : "Non se atopou o módulo «fileinfo»", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Non se atopou o módulo de PHP «fileinfo». É recomendábel activar este módulo para obter os mellores resultados coa detección do tipo MIME.", + "Your PHP version is outdated" : "A versión de PHP está desactualizada", + "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." : "A versión de PHP está desactualizada. Recomendámoslle que a actualice á versión 5.3.8 ou posterior xa que as versións anteriores son coñecidas por estragarse. É probábel que esta instalación no estea a funcionar correctamente.", + "PHP charset is not set to UTF-8" : "O xogo de caracteres de PHP non está estabelecido a UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "O xogo de caracteres de PHP non está estabelecido a UTF-8. Isto pode causar problemas importantes con caracteres non-ASCII nos nomes de ficheiro. Recomendámoslle que cambie o valor de php.ini «default_charset» a «UTF-8».", + "Locale not working" : "A configuración rexional non funciona", + "System locale can not be set to a one which supports UTF-8." : "Non é posíbel estabelecer a configuración rexional do sistema a unha que admita UTF-8.", + "This means that there might be problems with certain characters in file names." : "Isto significa que pode haber problemas con certos caracteres en nomes de ficheiro.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Recomendamoslle que instale no sistema os paquetes necesarios para admitir unha das seguintes configuracións rexionais: %s.", + "URL generation in notification emails" : "Xeración dos URL nos correos de notificación", + "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\")" : "Se a instalación non foi feita na raíz do dominio e usa o sistema de cron, poden xurdir problemas coa xeración dos URL. Para evitar estes problemas, axuste a opción «overwritewebroot» no ficheiro config.php ás ruta de webroot da súa instalación (suxírese: «%s»)", + "Please double check the installation guides." : "Volva comprobar as guías de instalación", + "Cron" : "Cron", + "Last cron was executed at %s." : "O último «cron» executouse ás %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "O último «cron» executouse ás %s. Isto supón que pasou máis dunha hora. polo que semella que algo vai mal.", + "Cron was not executed yet!" : "«Cron» aínda non foi executado!", + "Execute one task with each page loaded" : "Executar unha tarefa con cada páxina cargada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está rexistrado nun servizo de WebCron para chamar a cron.php cada 15 minutos a través de HTTP.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Use o servizo «cron» do sistema para chamar ao ficheiro cron.php cada 15 minutos.", + "Sharing" : "Compartindo", + "Allow apps to use the Share API" : "Permitir que as aplicacións empreguen o API para compartir", + "Allow users to share via link" : "Permitir que os usuarios compartan a través de ligazóns", + "Enforce password protection" : "Forzar a protección por contrasinal", + "Allow public uploads" : "Permitir os envíos públicos", + "Set default expiration date" : "Definir a data predeterminada de caducidade", + "Expire after " : "Caduca após", + "days" : "días", + "Enforce expiration date" : "Obrigar a data de caducidade", + "Allow resharing" : "Permitir compartir", + "Restrict users to only share with users in their groups" : "Restrinxir aos usuarios a compartir só cos usuarios dos seus grupos", + "Allow users to send mail notification for shared files" : "Permitirlle aos usuarios enviar notificacións por correo para os ficheiros compartidos", + "Exclude groups from sharing" : "Excluír grupos da compartición", + "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderán recibir comparticións, mais non inicialas.", + "Security" : "Seguranza", + "Enforce HTTPS" : "Forzar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forzar que os clientes se conecten a %s empregando unha conexión cifrada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Conéctese a %s empregando HTTPS para activar ou desactivar o forzado de SSL.", + "Email Server" : "Servidor de correo", + "This is used for sending out notifications." : "Isto utilizase para o envío de notificacións.", + "Send mode" : "Modo de envío", + "From address" : "Desde o enderezo", + "mail" : "correo", + "Authentication method" : "Método de autenticación", + "Authentication required" : "Requírese autenticación", + "Server address" : "Enderezo do servidor", + "Port" : "Porto", + "Credentials" : "Credenciais", + "SMTP Username" : "Nome de usuario SMTP", + "SMTP Password" : "Contrasinal SMTP", + "Test email settings" : "Correo de proba dos axustes", + "Send email" : "Enviar o correo", + "Log" : "Rexistro", + "Log level" : "Nivel de rexistro", + "More" : "Máis", + "Less" : "Menos", + "Version" : "Versión", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desenvolvido pola comunidade ownCloud, o código fonte está baixo a licenza AGPL.", + "More apps" : "Máis aplicativos", + "by" : "por", + "Documentation:" : "Documentación:", + "User Documentation" : "Documentación do usuario", + "Admin Documentation" : "Documentación do administrador", + "Enable only for specific groups" : "Activar só para grupos específicos", + "Uninstall App" : "Desinstalar unha aplicación", + "Administrator Documentation" : "Documentación do administrador", + "Online Documentation" : "Documentación na Rede", + "Forum" : "Foro", + "Bugtracker" : "Seguemento de fallos", + "Commercial Support" : "Asistencia comercial", + "Get the apps to sync your files" : "Obteña as aplicacións para sincronizar os seus ficheiros", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Se quere colaborar co proxecto\n\t\tparticipar no desenvolvemento\n\t\tou\n\t\taxudar a difundilo!", + "Show First Run Wizard again" : "Amosar o axudante da primeira execución outra vez", + "You have used %s of the available %s" : "Ten en uso %s do total dispoñíbel de %s", + "Password" : "Contrasinal", + "Your password was changed" : "O seu contrasinal foi cambiado", + "Unable to change your password" : "Non é posíbel cambiar o seu contrasinal", + "Current password" : "Contrasinal actual", + "New password" : "Novo contrasinal", + "Change password" : "Cambiar o contrasinal", + "Full Name" : "Nome completo", + "Email" : "Correo", + "Your email address" : "O seu enderezo de correo", + "Fill in an email address to enable password recovery and receive notifications" : "Escriba un enderezo de correo para permitir a recuperación de contrasinais e recibir notificacións", + "Profile picture" : "Imaxe do perfil", + "Upload new" : "Novo envío", + "Select new from Files" : "Seleccione unha nova de ficheiros", + "Remove image" : "Retirar a imaxe", + "Either png or jpg. Ideally square but you will be able to crop it." : "Calquera png ou jpg. É preferíbel que sexa cadrada, mais poderá recortala.", + "Your avatar is provided by your original account." : "O seu avatar é fornecido pola súa conta orixinal.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Escolla unha imaxe para o perfil", + "Language" : "Idioma", + "Help translate" : "Axude na tradución", + "Import Root Certificate" : "Importar o certificado raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "A aplicación de cifrado non está activada, descifre todos os ficheiros", + "Log-in password" : "Contrasinal de acceso", + "Decrypt all Files" : "Descifrar todos os ficheiros", + "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." : "As chaves de cifrado foron movidas á copia de seguranza. Se ten algún problema pode restaurar as chaves. Elimineas permanentemente só se está seguro de que é posíbel descifrar correctamente todos os ficheiros.", + "Restore Encryption Keys" : "Restaurar as chaves de cifrado", + "Delete Encryption Keys" : "Eliminar as chaves de cifrado", + "Login Name" : "Nome de acceso", + "Create" : "Crear", + "Admin Recovery Password" : "Contrasinal de recuperación do administrador", + "Enter the recovery password in order to recover the users files during password change" : "Introduza o contrasinal de recuperación para recuperar os ficheiros dos usuarios durante o cambio de contrasinal", + "Search Users and Groups" : "Buscar usuarios e grupos", + "Add Group" : "Engadir un grupo", + "Group" : "Grupo", + "Everyone" : "Todos", + "Admins" : "Administradores", + "Default Quota" : "Cota por omisión", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Introduza a cota de almacenamento (p.ex. «512 MB» ou «12 GB»)", + "Unlimited" : "Sen límites", + "Other" : "Outro", + "Username" : "Nome de usuario", + "Quota" : "Cota", + "Storage Location" : "Localización do almacenamento", + "Last Login" : "Último acceso", + "change full name" : "Cambiar o nome completo", + "set new password" : "estabelecer un novo contrasinal", + "Default" : "Predeterminado" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/gl.json b/settings/l10n/gl.json new file mode 100644 index 0000000000..96cf336424 --- /dev/null +++ b/settings/l10n/gl.json @@ -0,0 +1,217 @@ +{ "translations": { + "Enabled" : "Activado", + "Authentication error" : "Produciuse un erro de autenticación", + "Your full name has been changed." : "O seu nome completo foi cambiado", + "Unable to change full name" : "Non é posíbel cambiar o nome completo", + "Group already exists" : "O grupo xa existe", + "Unable to add group" : "Non é posíbel engadir o grupo", + "Files decrypted successfully" : "Ficheiros descifrados satisfactoriamente", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Non foi posíbel descifrar os seus ficheiros. revise o ficheiro de rexistro owncloud.log, ou pregúntelle ao administrador", + "Couldn't decrypt your files, check your password and try again" : "Non foi posíbel descifrar os seus ficheiros. revise o seu contrasinal e ténteo de novo", + "Encryption keys deleted permanently" : "As chaves de cifrado foron eliminadas permanentemente", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Non foi posíbel eliminar permanentemente as chaves de cifrado. revise o ficheiro de rexistro owncloud.log, ou pregúntelle ao administrador", + "Couldn't remove app." : "Non foi posíbel retirar a aplicación.", + "Email saved" : "Correo gardado", + "Invalid email" : "Correo incorrecto", + "Unable to delete group" : "Non é posíbel eliminar o grupo.", + "Unable to delete user" : "Non é posíbel eliminar o usuario", + "Backups restored successfully" : "As copias de seguranza foron restauradas satisfactoriamente", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Non foi posíbel restaurar as chaves de cifrado. revise o ficheiro de rexistro owncloud.log, ou pregúntelle ao administrador", + "Language changed" : "O idioma cambiou", + "Invalid request" : "Petición incorrecta", + "Admins can't remove themself from the admin group" : "Os administradores non poden eliminarse a si mesmos do grupo admin", + "Unable to add user to group %s" : "Non é posíbel engadir o usuario ao grupo %s", + "Unable to remove user from group %s" : "Non é posíbel eliminar o usuario do grupo %s", + "Couldn't update app." : "Non foi posíbel actualizar a aplicación.", + "Wrong password" : "Contrasinal incorrecto", + "No user supplied" : "Non subministrado polo usuario", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Forneza un contrasinal de recuperación do administrador de recuperación, senón perderanse todos os datos do usuario", + "Wrong admin recovery password. Please check the password and try again." : "Contrasinal de recuperación do administrador incorrecto. Comprobe o contrasinal e tenteo de novo.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado dos usuarios foi actualizada correctamente.", + "Unable to change password" : "Non é posíbel cambiar o contrasinal", + "Saved" : "Gardado", + "test email settings" : "correo de proba dos axustes", + "If you received this email, the settings seem to be correct." : "Se recibiu este correo, semella que a configuración é correcta.", + "Email sent" : "Correo enviado", + "You need to set your user email before being able to send test emails." : "É necesario configurar o correo do usuario antes de poder enviar mensaxes de correo de proba.", + "Sending..." : "Enviando...", + "All" : "Todo", + "Please wait...." : "Agarde...", + "Error while disabling app" : "Produciuse un erro ao desactivar a aplicación", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Produciuse un erro ao activar a aplicación", + "Updating...." : "Actualizando...", + "Error while updating app" : "Produciuse un erro mentres actualizaba a aplicación", + "Updated" : "Actualizado", + "Uninstalling ...." : "Desinstalando ...", + "Error while uninstalling app" : "Produciuse un erro ao desinstalar o aplicatvo", + "Uninstall" : "Desinstalar", + "Select a profile picture" : "Seleccione unha imaxe para o perfil", + "Very weak password" : "Contrasinal moi feble", + "Weak password" : "Contrasinal feble", + "So-so password" : "Contrasinal non moi aló", + "Good password" : "Bo contrasinal", + "Strong password" : "Contrasinal forte", + "Delete" : "Eliminar", + "Decrypting files... Please wait, this can take some time." : "Descifrando ficheiros... isto pode levar un anaco.", + "Delete encryption keys permanently." : "Eliminar permanentemente as chaves de cifrado.", + "Restore encryption keys." : "Restaurar as chaves de cifrado.", + "Groups" : "Grupos", + "Unable to delete {objName}" : "Non é posíbel eliminar {objName}", + "Error creating group" : "Produciuse un erro ao crear o grupo", + "A valid group name must be provided" : "Debe fornecer un nome de grupo", + "deleted {groupName}" : "{groupName} foi eliminado", + "undo" : "desfacer", + "never" : "nunca", + "deleted {userName}" : "{userName} foi eliminado", + "add group" : "engadir un grupo", + "A valid username must be provided" : "Debe fornecer un nome de usuario", + "Error creating user" : "Produciuse un erro ao crear o usuario", + "A valid password must be provided" : "Debe fornecer un contrasinal", + "Warning: Home directory for user \"{user}\" already exists" : "Aviso: O directorio persoal para o usuario «{user}» xa existe", + "__language_name__" : "Galego", + "SSL root certificates" : "Certificados raíz SSL", + "Encryption" : "Cifrado", + "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (problemas críticos, erros, avisos, información, depuración)", + "Info, warnings, errors and fatal issues" : "Información, avisos, erros e problemas críticos", + "Warnings, errors and fatal issues" : "Avisos, erros e problemas críticos", + "Errors and fatal issues" : "Erros e problemas críticos", + "Fatal issues only" : "Só problemas críticos", + "None" : "Ningún", + "Login" : "Acceso", + "Plain" : "Simple", + "NT LAN Manager" : "Xestor NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Aviso de seguranza", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Está accedendo a %s a través de HTTP. Suxerímoslle que configure o seu servidor para requirir, no seu canto, o uso de 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." : "O seu cartafol de datos e os seus ficheiros probabelmente sexan accesíbeis a través de internet. O ficheiro .htaccess non está a traballar. Suxerímoslle que configure o seu servidor web de tal maneira que o cartafol de datos non estea accesíbel ou que mova o o directorio de datos fóra da raíz de documentos do servidor web.", + "Setup Warning" : "Configurar os avisos", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Parece que PHP foi configuración para substituír bloques de documentos en liña. Isto fará que varias aplicacións sexan inaccesíbeis.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto probabelmente se debe unha caché/acelerador como Zend OPcache ou eAccelerator.", + "Database Performance Info" : "Información do rendemento da base de datos", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Empregarase SQLite como base de datos. Para instalacións máis grandes recomendámoslle que cambie isto. Para migrar a outra base de datos use a ferramenta en liña de ordes: «occ db:convert-type»", + "Module 'fileinfo' missing" : "Non se atopou o módulo «fileinfo»", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Non se atopou o módulo de PHP «fileinfo». É recomendábel activar este módulo para obter os mellores resultados coa detección do tipo MIME.", + "Your PHP version is outdated" : "A versión de PHP está desactualizada", + "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." : "A versión de PHP está desactualizada. Recomendámoslle que a actualice á versión 5.3.8 ou posterior xa que as versións anteriores son coñecidas por estragarse. É probábel que esta instalación no estea a funcionar correctamente.", + "PHP charset is not set to UTF-8" : "O xogo de caracteres de PHP non está estabelecido a UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "O xogo de caracteres de PHP non está estabelecido a UTF-8. Isto pode causar problemas importantes con caracteres non-ASCII nos nomes de ficheiro. Recomendámoslle que cambie o valor de php.ini «default_charset» a «UTF-8».", + "Locale not working" : "A configuración rexional non funciona", + "System locale can not be set to a one which supports UTF-8." : "Non é posíbel estabelecer a configuración rexional do sistema a unha que admita UTF-8.", + "This means that there might be problems with certain characters in file names." : "Isto significa que pode haber problemas con certos caracteres en nomes de ficheiro.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Recomendamoslle que instale no sistema os paquetes necesarios para admitir unha das seguintes configuracións rexionais: %s.", + "URL generation in notification emails" : "Xeración dos URL nos correos de notificación", + "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\")" : "Se a instalación non foi feita na raíz do dominio e usa o sistema de cron, poden xurdir problemas coa xeración dos URL. Para evitar estes problemas, axuste a opción «overwritewebroot» no ficheiro config.php ás ruta de webroot da súa instalación (suxírese: «%s»)", + "Please double check the installation guides." : "Volva comprobar as guías de instalación", + "Cron" : "Cron", + "Last cron was executed at %s." : "O último «cron» executouse ás %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "O último «cron» executouse ás %s. Isto supón que pasou máis dunha hora. polo que semella que algo vai mal.", + "Cron was not executed yet!" : "«Cron» aínda non foi executado!", + "Execute one task with each page loaded" : "Executar unha tarefa con cada páxina cargada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está rexistrado nun servizo de WebCron para chamar a cron.php cada 15 minutos a través de HTTP.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Use o servizo «cron» do sistema para chamar ao ficheiro cron.php cada 15 minutos.", + "Sharing" : "Compartindo", + "Allow apps to use the Share API" : "Permitir que as aplicacións empreguen o API para compartir", + "Allow users to share via link" : "Permitir que os usuarios compartan a través de ligazóns", + "Enforce password protection" : "Forzar a protección por contrasinal", + "Allow public uploads" : "Permitir os envíos públicos", + "Set default expiration date" : "Definir a data predeterminada de caducidade", + "Expire after " : "Caduca após", + "days" : "días", + "Enforce expiration date" : "Obrigar a data de caducidade", + "Allow resharing" : "Permitir compartir", + "Restrict users to only share with users in their groups" : "Restrinxir aos usuarios a compartir só cos usuarios dos seus grupos", + "Allow users to send mail notification for shared files" : "Permitirlle aos usuarios enviar notificacións por correo para os ficheiros compartidos", + "Exclude groups from sharing" : "Excluír grupos da compartición", + "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderán recibir comparticións, mais non inicialas.", + "Security" : "Seguranza", + "Enforce HTTPS" : "Forzar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forzar que os clientes se conecten a %s empregando unha conexión cifrada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Conéctese a %s empregando HTTPS para activar ou desactivar o forzado de SSL.", + "Email Server" : "Servidor de correo", + "This is used for sending out notifications." : "Isto utilizase para o envío de notificacións.", + "Send mode" : "Modo de envío", + "From address" : "Desde o enderezo", + "mail" : "correo", + "Authentication method" : "Método de autenticación", + "Authentication required" : "Requírese autenticación", + "Server address" : "Enderezo do servidor", + "Port" : "Porto", + "Credentials" : "Credenciais", + "SMTP Username" : "Nome de usuario SMTP", + "SMTP Password" : "Contrasinal SMTP", + "Test email settings" : "Correo de proba dos axustes", + "Send email" : "Enviar o correo", + "Log" : "Rexistro", + "Log level" : "Nivel de rexistro", + "More" : "Máis", + "Less" : "Menos", + "Version" : "Versión", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desenvolvido pola comunidade ownCloud, o código fonte está baixo a licenza AGPL.", + "More apps" : "Máis aplicativos", + "by" : "por", + "Documentation:" : "Documentación:", + "User Documentation" : "Documentación do usuario", + "Admin Documentation" : "Documentación do administrador", + "Enable only for specific groups" : "Activar só para grupos específicos", + "Uninstall App" : "Desinstalar unha aplicación", + "Administrator Documentation" : "Documentación do administrador", + "Online Documentation" : "Documentación na Rede", + "Forum" : "Foro", + "Bugtracker" : "Seguemento de fallos", + "Commercial Support" : "Asistencia comercial", + "Get the apps to sync your files" : "Obteña as aplicacións para sincronizar os seus ficheiros", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Se quere colaborar co proxecto\n\t\tparticipar no desenvolvemento\n\t\tou\n\t\taxudar a difundilo!", + "Show First Run Wizard again" : "Amosar o axudante da primeira execución outra vez", + "You have used %s of the available %s" : "Ten en uso %s do total dispoñíbel de %s", + "Password" : "Contrasinal", + "Your password was changed" : "O seu contrasinal foi cambiado", + "Unable to change your password" : "Non é posíbel cambiar o seu contrasinal", + "Current password" : "Contrasinal actual", + "New password" : "Novo contrasinal", + "Change password" : "Cambiar o contrasinal", + "Full Name" : "Nome completo", + "Email" : "Correo", + "Your email address" : "O seu enderezo de correo", + "Fill in an email address to enable password recovery and receive notifications" : "Escriba un enderezo de correo para permitir a recuperación de contrasinais e recibir notificacións", + "Profile picture" : "Imaxe do perfil", + "Upload new" : "Novo envío", + "Select new from Files" : "Seleccione unha nova de ficheiros", + "Remove image" : "Retirar a imaxe", + "Either png or jpg. Ideally square but you will be able to crop it." : "Calquera png ou jpg. É preferíbel que sexa cadrada, mais poderá recortala.", + "Your avatar is provided by your original account." : "O seu avatar é fornecido pola súa conta orixinal.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Escolla unha imaxe para o perfil", + "Language" : "Idioma", + "Help translate" : "Axude na tradución", + "Import Root Certificate" : "Importar o certificado raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "A aplicación de cifrado non está activada, descifre todos os ficheiros", + "Log-in password" : "Contrasinal de acceso", + "Decrypt all Files" : "Descifrar todos os ficheiros", + "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." : "As chaves de cifrado foron movidas á copia de seguranza. Se ten algún problema pode restaurar as chaves. Elimineas permanentemente só se está seguro de que é posíbel descifrar correctamente todos os ficheiros.", + "Restore Encryption Keys" : "Restaurar as chaves de cifrado", + "Delete Encryption Keys" : "Eliminar as chaves de cifrado", + "Login Name" : "Nome de acceso", + "Create" : "Crear", + "Admin Recovery Password" : "Contrasinal de recuperación do administrador", + "Enter the recovery password in order to recover the users files during password change" : "Introduza o contrasinal de recuperación para recuperar os ficheiros dos usuarios durante o cambio de contrasinal", + "Search Users and Groups" : "Buscar usuarios e grupos", + "Add Group" : "Engadir un grupo", + "Group" : "Grupo", + "Everyone" : "Todos", + "Admins" : "Administradores", + "Default Quota" : "Cota por omisión", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Introduza a cota de almacenamento (p.ex. «512 MB» ou «12 GB»)", + "Unlimited" : "Sen límites", + "Other" : "Outro", + "Username" : "Nome de usuario", + "Quota" : "Cota", + "Storage Location" : "Localización do almacenamento", + "Last Login" : "Último acceso", + "change full name" : "Cambiar o nome completo", + "set new password" : "estabelecer un novo contrasinal", + "Default" : "Predeterminado" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php deleted file mode 100644 index 1399257d9c..0000000000 --- a/settings/l10n/gl.php +++ /dev/null @@ -1,218 +0,0 @@ - "Activado", -"Authentication error" => "Produciuse un erro de autenticación", -"Your full name has been changed." => "O seu nome completo foi cambiado", -"Unable to change full name" => "Non é posíbel cambiar o nome completo", -"Group already exists" => "O grupo xa existe", -"Unable to add group" => "Non é posíbel engadir o grupo", -"Files decrypted successfully" => "Ficheiros descifrados satisfactoriamente", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Non foi posíbel descifrar os seus ficheiros. revise o ficheiro de rexistro owncloud.log, ou pregúntelle ao administrador", -"Couldn't decrypt your files, check your password and try again" => "Non foi posíbel descifrar os seus ficheiros. revise o seu contrasinal e ténteo de novo", -"Encryption keys deleted permanently" => "As chaves de cifrado foron eliminadas permanentemente", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Non foi posíbel eliminar permanentemente as chaves de cifrado. revise o ficheiro de rexistro owncloud.log, ou pregúntelle ao administrador", -"Couldn't remove app." => "Non foi posíbel retirar a aplicación.", -"Email saved" => "Correo gardado", -"Invalid email" => "Correo incorrecto", -"Unable to delete group" => "Non é posíbel eliminar o grupo.", -"Unable to delete user" => "Non é posíbel eliminar o usuario", -"Backups restored successfully" => "As copias de seguranza foron restauradas satisfactoriamente", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Non foi posíbel restaurar as chaves de cifrado. revise o ficheiro de rexistro owncloud.log, ou pregúntelle ao administrador", -"Language changed" => "O idioma cambiou", -"Invalid request" => "Petición incorrecta", -"Admins can't remove themself from the admin group" => "Os administradores non poden eliminarse a si mesmos do grupo admin", -"Unable to add user to group %s" => "Non é posíbel engadir o usuario ao grupo %s", -"Unable to remove user from group %s" => "Non é posíbel eliminar o usuario do grupo %s", -"Couldn't update app." => "Non foi posíbel actualizar a aplicación.", -"Wrong password" => "Contrasinal incorrecto", -"No user supplied" => "Non subministrado polo usuario", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Forneza un contrasinal de recuperación do administrador de recuperación, senón perderanse todos os datos do usuario", -"Wrong admin recovery password. Please check the password and try again." => "Contrasinal de recuperación do administrador incorrecto. Comprobe o contrasinal e tenteo de novo.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado dos usuarios foi actualizada correctamente.", -"Unable to change password" => "Non é posíbel cambiar o contrasinal", -"Saved" => "Gardado", -"test email settings" => "correo de proba dos axustes", -"If you received this email, the settings seem to be correct." => "Se recibiu este correo, semella que a configuración é correcta.", -"Email sent" => "Correo enviado", -"You need to set your user email before being able to send test emails." => "É necesario configurar o correo do usuario antes de poder enviar mensaxes de correo de proba.", -"Sending..." => "Enviando...", -"All" => "Todo", -"Please wait...." => "Agarde...", -"Error while disabling app" => "Produciuse un erro ao desactivar a aplicación", -"Disable" => "Desactivar", -"Enable" => "Activar", -"Error while enabling app" => "Produciuse un erro ao activar a aplicación", -"Updating...." => "Actualizando...", -"Error while updating app" => "Produciuse un erro mentres actualizaba a aplicación", -"Updated" => "Actualizado", -"Uninstalling ...." => "Desinstalando ...", -"Error while uninstalling app" => "Produciuse un erro ao desinstalar o aplicatvo", -"Uninstall" => "Desinstalar", -"Select a profile picture" => "Seleccione unha imaxe para o perfil", -"Very weak password" => "Contrasinal moi feble", -"Weak password" => "Contrasinal feble", -"So-so password" => "Contrasinal non moi aló", -"Good password" => "Bo contrasinal", -"Strong password" => "Contrasinal forte", -"Delete" => "Eliminar", -"Decrypting files... Please wait, this can take some time." => "Descifrando ficheiros... isto pode levar un anaco.", -"Delete encryption keys permanently." => "Eliminar permanentemente as chaves de cifrado.", -"Restore encryption keys." => "Restaurar as chaves de cifrado.", -"Groups" => "Grupos", -"Unable to delete {objName}" => "Non é posíbel eliminar {objName}", -"Error creating group" => "Produciuse un erro ao crear o grupo", -"A valid group name must be provided" => "Debe fornecer un nome de grupo", -"deleted {groupName}" => "{groupName} foi eliminado", -"undo" => "desfacer", -"never" => "nunca", -"deleted {userName}" => "{userName} foi eliminado", -"add group" => "engadir un grupo", -"A valid username must be provided" => "Debe fornecer un nome de usuario", -"Error creating user" => "Produciuse un erro ao crear o usuario", -"A valid password must be provided" => "Debe fornecer un contrasinal", -"Warning: Home directory for user \"{user}\" already exists" => "Aviso: O directorio persoal para o usuario «{user}» xa existe", -"__language_name__" => "Galego", -"SSL root certificates" => "Certificados raíz SSL", -"Encryption" => "Cifrado", -"Everything (fatal issues, errors, warnings, info, debug)" => "Todo (problemas críticos, erros, avisos, información, depuración)", -"Info, warnings, errors and fatal issues" => "Información, avisos, erros e problemas críticos", -"Warnings, errors and fatal issues" => "Avisos, erros e problemas críticos", -"Errors and fatal issues" => "Erros e problemas críticos", -"Fatal issues only" => "Só problemas críticos", -"None" => "Ningún", -"Login" => "Acceso", -"Plain" => "Simple", -"NT LAN Manager" => "Xestor NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Aviso de seguranza", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Está accedendo a %s a través de HTTP. Suxerímoslle que configure o seu servidor para requirir, no seu canto, o uso de 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." => "O seu cartafol de datos e os seus ficheiros probabelmente sexan accesíbeis a través de internet. O ficheiro .htaccess non está a traballar. Suxerímoslle que configure o seu servidor web de tal maneira que o cartafol de datos non estea accesíbel ou que mova o o directorio de datos fóra da raíz de documentos do servidor web.", -"Setup Warning" => "Configurar os avisos", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "Parece que PHP foi configuración para substituír bloques de documentos en liña. Isto fará que varias aplicacións sexan inaccesíbeis.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Isto probabelmente se debe unha caché/acelerador como Zend OPcache ou eAccelerator.", -"Database Performance Info" => "Información do rendemento da base de datos", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Empregarase SQLite como base de datos. Para instalacións máis grandes recomendámoslle que cambie isto. Para migrar a outra base de datos use a ferramenta en liña de ordes: «occ db:convert-type»", -"Module 'fileinfo' missing" => "Non se atopou o módulo «fileinfo»", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Non se atopou o módulo de PHP «fileinfo». É recomendábel activar este módulo para obter os mellores resultados coa detección do tipo MIME.", -"Your PHP version is outdated" => "A versión de PHP está desactualizada", -"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." => "A versión de PHP está desactualizada. Recomendámoslle que a actualice á versión 5.3.8 ou posterior xa que as versións anteriores son coñecidas por estragarse. É probábel que esta instalación no estea a funcionar correctamente.", -"PHP charset is not set to UTF-8" => "O xogo de caracteres de PHP non está estabelecido a UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "O xogo de caracteres de PHP non está estabelecido a UTF-8. Isto pode causar problemas importantes con caracteres non-ASCII nos nomes de ficheiro. Recomendámoslle que cambie o valor de php.ini «default_charset» a «UTF-8».", -"Locale not working" => "A configuración rexional non funciona", -"System locale can not be set to a one which supports UTF-8." => "Non é posíbel estabelecer a configuración rexional do sistema a unha que admita UTF-8.", -"This means that there might be problems with certain characters in file names." => "Isto significa que pode haber problemas con certos caracteres en nomes de ficheiro.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Recomendamoslle que instale no sistema os paquetes necesarios para admitir unha das seguintes configuracións rexionais: %s.", -"URL generation in notification emails" => "Xeración dos URL nos correos de notificación", -"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\")" => "Se a instalación non foi feita na raíz do dominio e usa o sistema de cron, poden xurdir problemas coa xeración dos URL. Para evitar estes problemas, axuste a opción «overwritewebroot» no ficheiro config.php ás ruta de webroot da súa instalación (suxírese: «%s»)", -"Please double check the installation guides." => "Volva comprobar as guías de instalación", -"Cron" => "Cron", -"Last cron was executed at %s." => "O último «cron» executouse ás %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "O último «cron» executouse ás %s. Isto supón que pasou máis dunha hora. polo que semella que algo vai mal.", -"Cron was not executed yet!" => "«Cron» aínda non foi executado!", -"Execute one task with each page loaded" => "Executar unha tarefa con cada páxina cargada", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php está rexistrado nun servizo de WebCron para chamar a cron.php cada 15 minutos a través de HTTP.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Use o servizo «cron» do sistema para chamar ao ficheiro cron.php cada 15 minutos.", -"Sharing" => "Compartindo", -"Allow apps to use the Share API" => "Permitir que as aplicacións empreguen o API para compartir", -"Allow users to share via link" => "Permitir que os usuarios compartan a través de ligazóns", -"Enforce password protection" => "Forzar a protección por contrasinal", -"Allow public uploads" => "Permitir os envíos públicos", -"Set default expiration date" => "Definir a data predeterminada de caducidade", -"Expire after " => "Caduca após", -"days" => "días", -"Enforce expiration date" => "Obrigar a data de caducidade", -"Allow resharing" => "Permitir compartir", -"Restrict users to only share with users in their groups" => "Restrinxir aos usuarios a compartir só cos usuarios dos seus grupos", -"Allow users to send mail notification for shared files" => "Permitirlle aos usuarios enviar notificacións por correo para os ficheiros compartidos", -"Exclude groups from sharing" => "Excluír grupos da compartición", -"These groups will still be able to receive shares, but not to initiate them." => "Estes grupos poderán recibir comparticións, mais non inicialas.", -"Security" => "Seguranza", -"Enforce HTTPS" => "Forzar HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Forzar que os clientes se conecten a %s empregando unha conexión cifrada.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Conéctese a %s empregando HTTPS para activar ou desactivar o forzado de SSL.", -"Email Server" => "Servidor de correo", -"This is used for sending out notifications." => "Isto utilizase para o envío de notificacións.", -"Send mode" => "Modo de envío", -"From address" => "Desde o enderezo", -"mail" => "correo", -"Authentication method" => "Método de autenticación", -"Authentication required" => "Requírese autenticación", -"Server address" => "Enderezo do servidor", -"Port" => "Porto", -"Credentials" => "Credenciais", -"SMTP Username" => "Nome de usuario SMTP", -"SMTP Password" => "Contrasinal SMTP", -"Test email settings" => "Correo de proba dos axustes", -"Send email" => "Enviar o correo", -"Log" => "Rexistro", -"Log level" => "Nivel de rexistro", -"More" => "Máis", -"Less" => "Menos", -"Version" => "Versión", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desenvolvido pola comunidade ownCloud, o código fonte está baixo a licenza AGPL.", -"More apps" => "Máis aplicativos", -"by" => "por", -"Documentation:" => "Documentación:", -"User Documentation" => "Documentación do usuario", -"Admin Documentation" => "Documentación do administrador", -"Enable only for specific groups" => "Activar só para grupos específicos", -"Uninstall App" => "Desinstalar unha aplicación", -"Administrator Documentation" => "Documentación do administrador", -"Online Documentation" => "Documentación na Rede", -"Forum" => "Foro", -"Bugtracker" => "Seguemento de fallos", -"Commercial Support" => "Asistencia comercial", -"Get the apps to sync your files" => "Obteña as aplicacións para sincronizar os seus ficheiros", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Se quere colaborar co proxecto\n\t\tparticipar no desenvolvemento\n\t\tou\n\t\taxudar a difundilo!", -"Show First Run Wizard again" => "Amosar o axudante da primeira execución outra vez", -"You have used %s of the available %s" => "Ten en uso %s do total dispoñíbel de %s", -"Password" => "Contrasinal", -"Your password was changed" => "O seu contrasinal foi cambiado", -"Unable to change your password" => "Non é posíbel cambiar o seu contrasinal", -"Current password" => "Contrasinal actual", -"New password" => "Novo contrasinal", -"Change password" => "Cambiar o contrasinal", -"Full Name" => "Nome completo", -"Email" => "Correo", -"Your email address" => "O seu enderezo de correo", -"Fill in an email address to enable password recovery and receive notifications" => "Escriba un enderezo de correo para permitir a recuperación de contrasinais e recibir notificacións", -"Profile picture" => "Imaxe do perfil", -"Upload new" => "Novo envío", -"Select new from Files" => "Seleccione unha nova de ficheiros", -"Remove image" => "Retirar a imaxe", -"Either png or jpg. Ideally square but you will be able to crop it." => "Calquera png ou jpg. É preferíbel que sexa cadrada, mais poderá recortala.", -"Your avatar is provided by your original account." => "O seu avatar é fornecido pola súa conta orixinal.", -"Cancel" => "Cancelar", -"Choose as profile image" => "Escolla unha imaxe para o perfil", -"Language" => "Idioma", -"Help translate" => "Axude na tradución", -"Import Root Certificate" => "Importar o certificado raíz", -"The encryption app is no longer enabled, please decrypt all your files" => "A aplicación de cifrado non está activada, descifre todos os ficheiros", -"Log-in password" => "Contrasinal de acceso", -"Decrypt all Files" => "Descifrar todos os ficheiros", -"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." => "As chaves de cifrado foron movidas á copia de seguranza. Se ten algún problema pode restaurar as chaves. Elimineas permanentemente só se está seguro de que é posíbel descifrar correctamente todos os ficheiros.", -"Restore Encryption Keys" => "Restaurar as chaves de cifrado", -"Delete Encryption Keys" => "Eliminar as chaves de cifrado", -"Login Name" => "Nome de acceso", -"Create" => "Crear", -"Admin Recovery Password" => "Contrasinal de recuperación do administrador", -"Enter the recovery password in order to recover the users files during password change" => "Introduza o contrasinal de recuperación para recuperar os ficheiros dos usuarios durante o cambio de contrasinal", -"Search Users and Groups" => "Buscar usuarios e grupos", -"Add Group" => "Engadir un grupo", -"Group" => "Grupo", -"Everyone" => "Todos", -"Admins" => "Administradores", -"Default Quota" => "Cota por omisión", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Introduza a cota de almacenamento (p.ex. «512 MB» ou «12 GB»)", -"Unlimited" => "Sen límites", -"Other" => "Outro", -"Username" => "Nome de usuario", -"Quota" => "Cota", -"Storage Location" => "Localización do almacenamento", -"Last Login" => "Último acceso", -"change full name" => "Cambiar o nome completo", -"set new password" => "estabelecer un novo contrasinal", -"Default" => "Predeterminado" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/he.js b/settings/l10n/he.js new file mode 100644 index 0000000000..de7df02ef1 --- /dev/null +++ b/settings/l10n/he.js @@ -0,0 +1,95 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "שגיאת הזדהות", + "Group already exists" : "הקבוצה כבר קיימת", + "Unable to add group" : "לא ניתן להוסיף קבוצה", + "Email saved" : "הדוא״ל נשמר", + "Invalid email" : "דוא״ל לא חוקי", + "Unable to delete group" : "לא ניתן למחוק את הקבוצה", + "Unable to delete user" : "לא ניתן למחוק את המשתמש", + "Language changed" : "שפה השתנתה", + "Invalid request" : "בקשה לא חוקית", + "Admins can't remove themself from the admin group" : "מנהלים לא יכולים להסיר את עצמם מקבוצת המנהלים", + "Unable to add user to group %s" : "לא ניתן להוסיף משתמש לקבוצה %s", + "Unable to remove user from group %s" : "לא ניתן להסיר משתמש מהקבוצה %s", + "Couldn't update app." : "לא ניתן לעדכן את היישום.", + "Saved" : "נשמר", + "Email sent" : "הודעת הדוא״ל נשלחה", + "All" : "הכל", + "Please wait...." : "נא להמתין…", + "Disable" : "בטל", + "Enable" : "הפעלה", + "Updating...." : "מתבצע עדכון…", + "Error while updating app" : "אירעה שגיאה בעת עדכון היישום", + "Updated" : "מעודכן", + "Delete" : "מחיקה", + "Groups" : "קבוצות", + "undo" : "ביטול", + "never" : "לעולם לא", + "add group" : "הוספת קבוצה", + "A valid username must be provided" : "יש לספק שם משתמש תקני", + "Error creating user" : "יצירת המשתמש נכשלה", + "A valid password must be provided" : "יש לספק ססמה תקנית", + "__language_name__" : "עברית", + "SSL root certificates" : "שורש אישורי אבטחת SSL ", + "Encryption" : "הצפנה", + "None" : "כלום", + "Login" : "התחברות", + "Security Warning" : "אזהרת אבטחה", + "Setup Warning" : "שגיאת הגדרה", + "Module 'fileinfo' missing" : "המודול „fileinfo“ חסר", + "Please double check the installation guides." : "נא לעיין שוב במדריכי ההתקנה.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "יש להפעיל משימה אחת עם כל עמוד שנטען", + "Sharing" : "שיתוף", + "Allow apps to use the Share API" : "לאפשר ליישום להשתמש ב־API השיתוף", + "Allow resharing" : "לאפשר שיתוף מחדש", + "Security" : "אבטחה", + "Enforce HTTPS" : "לאלץ HTTPS", + "Server address" : "כתובת שרת", + "Port" : "פורט", + "Credentials" : "פרטי גישה", + "Log" : "יומן", + "Log level" : "רמת הדיווח", + "More" : "יותר", + "Less" : "פחות", + "Version" : "גרסא", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "פותח על די קהילתownCloud, קוד המקור מוגן ברישיון AGPL.", + "More apps" : "יישומים נוספים", + "by" : "על ידי", + "User Documentation" : "תיעוד משתמש", + "Administrator Documentation" : "תיעוד מנהלים", + "Online Documentation" : "תיעוד מקוון", + "Forum" : "פורום", + "Bugtracker" : "עוקב תקלות", + "Commercial Support" : "תמיכה בתשלום", + "Get the apps to sync your files" : "השג את האפליקציות על מנת לסנכרן את הקבצים שלך", + "Show First Run Wizard again" : "הצגת אשף ההפעלה הראשונית שוב", + "You have used %s of the available %s" : "השתמשת ב־%s מתוך %s הזמינים לך", + "Password" : "סיסמא", + "Your password was changed" : "הססמה שלך הוחלפה", + "Unable to change your password" : "לא ניתן לשנות את הססמה שלך", + "Current password" : "ססמה נוכחית", + "New password" : "ססמה חדשה", + "Change password" : "שינוי ססמה", + "Email" : "דואר אלקטרוני", + "Your email address" : "כתובת הדוא״ל שלך", + "Profile picture" : "תמונת פרופיל", + "Cancel" : "ביטול", + "Language" : "פה", + "Help translate" : "עזרה בתרגום", + "Import Root Certificate" : "ייבוא אישור אבטחת שורש", + "Login Name" : "שם כניסה", + "Create" : "יצירה", + "Admin Recovery Password" : "ססמת השחזור של המנהל", + "Group" : "קבוצה", + "Default Quota" : "מכסת בררת המחדל", + "Unlimited" : "ללא הגבלה", + "Other" : "אחר", + "Username" : "שם משתמש", + "Quota" : "מכסה", + "set new password" : "הגדרת ססמה חדשה", + "Default" : "בררת מחדל" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/he.json b/settings/l10n/he.json new file mode 100644 index 0000000000..904531fd5d --- /dev/null +++ b/settings/l10n/he.json @@ -0,0 +1,93 @@ +{ "translations": { + "Authentication error" : "שגיאת הזדהות", + "Group already exists" : "הקבוצה כבר קיימת", + "Unable to add group" : "לא ניתן להוסיף קבוצה", + "Email saved" : "הדוא״ל נשמר", + "Invalid email" : "דוא״ל לא חוקי", + "Unable to delete group" : "לא ניתן למחוק את הקבוצה", + "Unable to delete user" : "לא ניתן למחוק את המשתמש", + "Language changed" : "שפה השתנתה", + "Invalid request" : "בקשה לא חוקית", + "Admins can't remove themself from the admin group" : "מנהלים לא יכולים להסיר את עצמם מקבוצת המנהלים", + "Unable to add user to group %s" : "לא ניתן להוסיף משתמש לקבוצה %s", + "Unable to remove user from group %s" : "לא ניתן להסיר משתמש מהקבוצה %s", + "Couldn't update app." : "לא ניתן לעדכן את היישום.", + "Saved" : "נשמר", + "Email sent" : "הודעת הדוא״ל נשלחה", + "All" : "הכל", + "Please wait...." : "נא להמתין…", + "Disable" : "בטל", + "Enable" : "הפעלה", + "Updating...." : "מתבצע עדכון…", + "Error while updating app" : "אירעה שגיאה בעת עדכון היישום", + "Updated" : "מעודכן", + "Delete" : "מחיקה", + "Groups" : "קבוצות", + "undo" : "ביטול", + "never" : "לעולם לא", + "add group" : "הוספת קבוצה", + "A valid username must be provided" : "יש לספק שם משתמש תקני", + "Error creating user" : "יצירת המשתמש נכשלה", + "A valid password must be provided" : "יש לספק ססמה תקנית", + "__language_name__" : "עברית", + "SSL root certificates" : "שורש אישורי אבטחת SSL ", + "Encryption" : "הצפנה", + "None" : "כלום", + "Login" : "התחברות", + "Security Warning" : "אזהרת אבטחה", + "Setup Warning" : "שגיאת הגדרה", + "Module 'fileinfo' missing" : "המודול „fileinfo“ חסר", + "Please double check the installation guides." : "נא לעיין שוב במדריכי ההתקנה.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "יש להפעיל משימה אחת עם כל עמוד שנטען", + "Sharing" : "שיתוף", + "Allow apps to use the Share API" : "לאפשר ליישום להשתמש ב־API השיתוף", + "Allow resharing" : "לאפשר שיתוף מחדש", + "Security" : "אבטחה", + "Enforce HTTPS" : "לאלץ HTTPS", + "Server address" : "כתובת שרת", + "Port" : "פורט", + "Credentials" : "פרטי גישה", + "Log" : "יומן", + "Log level" : "רמת הדיווח", + "More" : "יותר", + "Less" : "פחות", + "Version" : "גרסא", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "פותח על די קהילתownCloud, קוד המקור מוגן ברישיון AGPL.", + "More apps" : "יישומים נוספים", + "by" : "על ידי", + "User Documentation" : "תיעוד משתמש", + "Administrator Documentation" : "תיעוד מנהלים", + "Online Documentation" : "תיעוד מקוון", + "Forum" : "פורום", + "Bugtracker" : "עוקב תקלות", + "Commercial Support" : "תמיכה בתשלום", + "Get the apps to sync your files" : "השג את האפליקציות על מנת לסנכרן את הקבצים שלך", + "Show First Run Wizard again" : "הצגת אשף ההפעלה הראשונית שוב", + "You have used %s of the available %s" : "השתמשת ב־%s מתוך %s הזמינים לך", + "Password" : "סיסמא", + "Your password was changed" : "הססמה שלך הוחלפה", + "Unable to change your password" : "לא ניתן לשנות את הססמה שלך", + "Current password" : "ססמה נוכחית", + "New password" : "ססמה חדשה", + "Change password" : "שינוי ססמה", + "Email" : "דואר אלקטרוני", + "Your email address" : "כתובת הדוא״ל שלך", + "Profile picture" : "תמונת פרופיל", + "Cancel" : "ביטול", + "Language" : "פה", + "Help translate" : "עזרה בתרגום", + "Import Root Certificate" : "ייבוא אישור אבטחת שורש", + "Login Name" : "שם כניסה", + "Create" : "יצירה", + "Admin Recovery Password" : "ססמת השחזור של המנהל", + "Group" : "קבוצה", + "Default Quota" : "מכסת בררת המחדל", + "Unlimited" : "ללא הגבלה", + "Other" : "אחר", + "Username" : "שם משתמש", + "Quota" : "מכסה", + "set new password" : "הגדרת ססמה חדשה", + "Default" : "בררת מחדל" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/he.php b/settings/l10n/he.php deleted file mode 100644 index 0e626c9059..0000000000 --- a/settings/l10n/he.php +++ /dev/null @@ -1,94 +0,0 @@ - "שגיאת הזדהות", -"Group already exists" => "הקבוצה כבר קיימת", -"Unable to add group" => "לא ניתן להוסיף קבוצה", -"Email saved" => "הדוא״ל נשמר", -"Invalid email" => "דוא״ל לא חוקי", -"Unable to delete group" => "לא ניתן למחוק את הקבוצה", -"Unable to delete user" => "לא ניתן למחוק את המשתמש", -"Language changed" => "שפה השתנתה", -"Invalid request" => "בקשה לא חוקית", -"Admins can't remove themself from the admin group" => "מנהלים לא יכולים להסיר את עצמם מקבוצת המנהלים", -"Unable to add user to group %s" => "לא ניתן להוסיף משתמש לקבוצה %s", -"Unable to remove user from group %s" => "לא ניתן להסיר משתמש מהקבוצה %s", -"Couldn't update app." => "לא ניתן לעדכן את היישום.", -"Saved" => "נשמר", -"Email sent" => "הודעת הדוא״ל נשלחה", -"All" => "הכל", -"Please wait...." => "נא להמתין…", -"Disable" => "בטל", -"Enable" => "הפעלה", -"Updating...." => "מתבצע עדכון…", -"Error while updating app" => "אירעה שגיאה בעת עדכון היישום", -"Updated" => "מעודכן", -"Delete" => "מחיקה", -"Groups" => "קבוצות", -"undo" => "ביטול", -"never" => "לעולם לא", -"add group" => "הוספת קבוצה", -"A valid username must be provided" => "יש לספק שם משתמש תקני", -"Error creating user" => "יצירת המשתמש נכשלה", -"A valid password must be provided" => "יש לספק ססמה תקנית", -"__language_name__" => "עברית", -"SSL root certificates" => "שורש אישורי אבטחת SSL ", -"Encryption" => "הצפנה", -"None" => "כלום", -"Login" => "התחברות", -"Security Warning" => "אזהרת אבטחה", -"Setup Warning" => "שגיאת הגדרה", -"Module 'fileinfo' missing" => "המודול „fileinfo“ חסר", -"Please double check the installation guides." => "נא לעיין שוב במדריכי ההתקנה.", -"Cron" => "Cron", -"Execute one task with each page loaded" => "יש להפעיל משימה אחת עם כל עמוד שנטען", -"Sharing" => "שיתוף", -"Allow apps to use the Share API" => "לאפשר ליישום להשתמש ב־API השיתוף", -"Allow resharing" => "לאפשר שיתוף מחדש", -"Security" => "אבטחה", -"Enforce HTTPS" => "לאלץ HTTPS", -"Server address" => "כתובת שרת", -"Port" => "פורט", -"Credentials" => "פרטי גישה", -"Log" => "יומן", -"Log level" => "רמת הדיווח", -"More" => "יותר", -"Less" => "פחות", -"Version" => "גרסא", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "פותח על די קהילתownCloud, קוד המקור מוגן ברישיון AGPL.", -"More apps" => "יישומים נוספים", -"by" => "על ידי", -"User Documentation" => "תיעוד משתמש", -"Administrator Documentation" => "תיעוד מנהלים", -"Online Documentation" => "תיעוד מקוון", -"Forum" => "פורום", -"Bugtracker" => "עוקב תקלות", -"Commercial Support" => "תמיכה בתשלום", -"Get the apps to sync your files" => "השג את האפליקציות על מנת לסנכרן את הקבצים שלך", -"Show First Run Wizard again" => "הצגת אשף ההפעלה הראשונית שוב", -"You have used %s of the available %s" => "השתמשת ב־%s מתוך %s הזמינים לך", -"Password" => "סיסמא", -"Your password was changed" => "הססמה שלך הוחלפה", -"Unable to change your password" => "לא ניתן לשנות את הססמה שלך", -"Current password" => "ססמה נוכחית", -"New password" => "ססמה חדשה", -"Change password" => "שינוי ססמה", -"Email" => "דואר אלקטרוני", -"Your email address" => "כתובת הדוא״ל שלך", -"Profile picture" => "תמונת פרופיל", -"Cancel" => "ביטול", -"Language" => "פה", -"Help translate" => "עזרה בתרגום", -"Import Root Certificate" => "ייבוא אישור אבטחת שורש", -"Login Name" => "שם כניסה", -"Create" => "יצירה", -"Admin Recovery Password" => "ססמת השחזור של המנהל", -"Group" => "קבוצה", -"Default Quota" => "מכסת בררת המחדל", -"Unlimited" => "ללא הגבלה", -"Other" => "אחר", -"Username" => "שם משתמש", -"Quota" => "מכסה", -"set new password" => "הגדרת ססמה חדשה", -"Default" => "בררת מחדל" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/hi.js b/settings/l10n/hi.js new file mode 100644 index 0000000000..8a4b37ea20 --- /dev/null +++ b/settings/l10n/hi.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "settings", + { + "Email sent" : "ईमेल भेज दिया गया है ", + "Security Warning" : "सुरक्षा चेतावनी ", + "More" : "और अधिक", + "Password" : "पासवर्ड", + "New password" : "नया पासवर्ड", + "Cancel" : "रद्द करें ", + "Username" : "प्रयोक्ता का नाम" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/hi.json b/settings/l10n/hi.json new file mode 100644 index 0000000000..30207c79fe --- /dev/null +++ b/settings/l10n/hi.json @@ -0,0 +1,10 @@ +{ "translations": { + "Email sent" : "ईमेल भेज दिया गया है ", + "Security Warning" : "सुरक्षा चेतावनी ", + "More" : "और अधिक", + "Password" : "पासवर्ड", + "New password" : "नया पासवर्ड", + "Cancel" : "रद्द करें ", + "Username" : "प्रयोक्ता का नाम" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/hi.php b/settings/l10n/hi.php deleted file mode 100644 index a328b3700a..0000000000 --- a/settings/l10n/hi.php +++ /dev/null @@ -1,11 +0,0 @@ - "ईमेल भेज दिया गया है ", -"Security Warning" => "सुरक्षा चेतावनी ", -"More" => "और अधिक", -"Password" => "पासवर्ड", -"New password" => "नया पासवर्ड", -"Cancel" => "रद्द करें ", -"Username" => "प्रयोक्ता का नाम" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/hr.js b/settings/l10n/hr.js new file mode 100644 index 0000000000..8a39d4f4bd --- /dev/null +++ b/settings/l10n/hr.js @@ -0,0 +1,227 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Aktivirano", + "Authentication error" : "Pogrešna autentikacija", + "Your full name has been changed." : "Vaše puno ime je promijenjeno.", + "Unable to change full name" : "Puno ime nije moguće promijeniti.", + "Group already exists" : "Grupa već postoji", + "Unable to add group" : "Grupu nije moguće dodati", + "Files decrypted successfully" : "Datoteke uspješno dešifrirane", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Vaše datoteke nije moguće dešifrirati, molimo provjerite svoj owncloud.logili kontaktirajte svog administratora.", + "Couldn't decrypt your files, check your password and try again" : "Vaše datoteke nije moguće dešifrirati, provjerite svoju lozinku i pokušajte ponovno.", + "Encryption keys deleted permanently" : "Ključevi za šifriranje trajno izbrisani", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Vaše ključeve za šifriranje nije moguće trajno izbrisati, molimo provjerite svoj owncloud.logili kontaktirajte svog administratora.", + "Couldn't remove app." : "Nije moguće ukloniti app.", + "Email saved" : "E-pošta spremljena", + "Invalid email" : "E-pošta neispravna", + "Unable to delete group" : "Grupu nije moguće izbrisati", + "Unable to delete user" : "Korisnika nije moguće izbrisati", + "Backups restored successfully" : "Sigurnosne kopije uspješno obnovljene", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Vaše ključeve za šifriranje nije moguće obnoviti, molimo provjerite svoj owncloud.logili kontaktirajte svog administratora.", + "Language changed" : "Promjena jezika", + "Invalid request" : "Zahtjev neispravan", + "Admins can't remove themself from the admin group" : "Administratori ne mogu sami sebe ukloniti iz admin grupe", + "Unable to add user to group %s" : "Dodavanje korisnika grupi %s nije moguće", + "Unable to remove user from group %s" : "Uklanjanje korisnika iz grupe %s nije moguće", + "Couldn't update app." : "Ažuriranje aplikacija nije moguće", + "Wrong password" : "Pogrešna lozinka", + "No user supplied" : "Nijedan korisnik nije dostavljen", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Molimo navedite admin lozinku za oporavak, u protivnom će svi korisnički podaci biti izgubljeni.", + "Wrong admin recovery password. Please check the password and try again." : "Pogrešna admin lozinka za oporavak. Molimo provjerite lozinku i pokušajte ponovno.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Pozadina ne podržava promjenu lozinke, ali korisnički ključ za šifriranje je uspješno ažuriran.", + "Unable to change password" : "Promjena lozinke nije moguća", + "Saved" : "Spremljeno", + "test email settings" : "Postavke za testiranje e-pošte", + "If you received this email, the settings seem to be correct." : "Ako ste ovu e-poštu primili,čini se da su postavke ispravne.", + "Email sent" : "E-pošta je poslana", + "You need to set your user email before being able to send test emails." : "Prije nego li ste u mogućnosti slati testnu e-poštu trebate postaviti svoj korisnički email.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jeste li doista sigurni da želite dodati \"{domain}\" kao pouzdanu domenu?", + "Add trusted domain" : "Dodajte pouzdanu domenu", + "Sending..." : "Slanje...", + "All" : "Sve", + "Please wait...." : "Molimo pričekajte...", + "Error while disabling app" : "Pogreška pri onemogućavanju app", + "Disable" : "Onemogućite", + "Enable" : "Omogućite", + "Error while enabling app" : "Pogreška pri omogućavanju app", + "Updating...." : "Ažuriranje...", + "Error while updating app" : "Pogreška pri ažuriranju app", + "Updated" : "Ažurirano", + "Uninstalling ...." : "Deinstaliranje....", + "Error while uninstalling app" : "Pogreška pri deinstaliranju app", + "Uninstall" : "Deinstalirajte", + "Select a profile picture" : "Odaberite sliku profila", + "Very weak password" : "Lozinka vrlo slaba", + "Weak password" : "Lozinka slaba", + "So-so password" : "Lozinka tako-tako", + "Good password" : "Lozinka dobra", + "Strong password" : "Lozinka snažna", + "Valid until {date}" : "Valid until {date}", + "Delete" : "Izbrišite", + "Decrypting files... Please wait, this can take some time." : "Dešifriranje datoteka... Molimo pričekajte, to može potrajati neko vrijeme.", + "Delete encryption keys permanently." : "Trajno izbrišite ključeve za šifriranje", + "Restore encryption keys." : "Obnovite ključeve za šifriranje", + "Groups" : "Grupe", + "Unable to delete {objName}" : "Nije moguće izbrisati {objName}", + "Error creating group" : "Pogrešno kreiranje grupe", + "A valid group name must be provided" : "Nužno je navesti valjani naziv grupe", + "deleted {groupName}" : "izbrisana {groupName}", + "undo" : "poništite", + "never" : "nikad", + "deleted {userName}" : "izbrisano {userName}", + "add group" : "dodajte grupu", + "A valid username must be provided" : "Nužno je navesti valjano korisničko ime", + "Error creating user" : "Pogrešno kreiranje korisnika", + "A valid password must be provided" : "Nužno je navesti valjanu lozinku", + "Warning: Home directory for user \"{user}\" already exists" : "Upozorenje: Osnovni direktorij za korisnika \"{user}\" već postoji", + "__language_name__" : "__jezik_naziv___", + "SSL root certificates" : "SSL Root certifikati", + "Encryption" : "Šifriranje", + "Everything (fatal issues, errors, warnings, info, debug)" : "Sve (kobni problemi, pogreške, upozorenja, ispravljanje pogrešaka)", + "Info, warnings, errors and fatal issues" : "Informacije, upozorenja, pogreške i kobni problemi", + "Warnings, errors and fatal issues" : "Upozorenja, pogreške i kobni problemi", + "Errors and fatal issues" : "Pogreške i kobni problemi", + "Fatal issues only" : "Samo kobni problemi", + "None" : "Ništa", + "Login" : "Prijava", + "Plain" : "Čisti tekst", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sigurnosno upozorenje", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Vi %s pristupate putem HTTP. Toplo vam preporučujemo da svoj poslužitelj konfigurirate takoda umjesto HTTP zahtijeva korištenje 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šem podatkovnom direktoriju i vašim datotekama pristup je vjerojatno moguć s interneta.Datoteka .htaccess ne radi. Toplo vam preporučujemo da svoj web poslužitelj konfigurirate tako daje pristup podatkovnom direktoriju nemoguć ili pak podatkovni direktorij premjestite izvan korijena dokumentaweb poslužitelja.", + "Setup Warning" : "Upozorenje programa za postavljanje", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je očigledno postavljen na strip inline doc blocks. To će nekoliko osnovnih aplikacija učiniti nedostupnima.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivač predmemoriranja kao što je Zend OPcache ilieAccelerator.", + "Database Performance Info" : "Info o performansi baze podataka", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite se koristi kao baza podataka. Za veće instalacije preporučujemo da se to promijeni.Za migraciju na neku drugu bazu podataka koristite naredbeni redak: 'occ db: convert-type'", + "Module 'fileinfo' missing" : "Nedostaje modul 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modul 'fileinfo' nedostaje. Tolo vam preporučjemo da taj modul omogućitekako biste dobili najbolje rezultate u detekciji mime vrste.", + "Your PHP version is outdated" : "Vaša verzija PHP je zastarjela", + "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." : "Vaša verzija PHP je zastarjela. Tolo vam preporučujemo da je ažurirate na 5.3.8.ili još novije jer je poznato da su starije verzije neispravne. Moguće je da ovainstalacija ne radi ispravno.", + "PHP charset is not set to UTF-8" : "PHP Charset nije postavljen na UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP charset nije postavljen na UTF-8. To može prouzročiti ozbiljne probleme s non-ASCII znakovimau nazivima datoteka. Toplo vam preporučujemo da vrijednost 'default_charset' php.ini promijeniteu 'UTF-8'.", + "Locale not working" : "Regionalna shema ne radi", + "System locale can not be set to a one which supports UTF-8." : "Regionalnu shemu sustava nemoguće je postaviti na neku koja podržava UTF-8.", + "This means that there might be problems with certain characters in file names." : "To znači da se mogu javiti problemi s određenim znakovima u datoteci.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Toplo preporučpujemo da u svoj sustav instalirate potrebne pakete koji će podržatijednu od sljedećih regionalnih shema: %s.", + "URL generation in notification emails" : "Generiranje URL-a u notifikacijskoj e-pošti", + "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\")" : "Ako vaša instalacija nije instalirana u korijenu domene i koristi sustav cron,mogu se javiti problemi s generiranjem URL. Da biste takve probleme izbjegli,molimo postavite opciju \"overwritewebroot\" u vašoj datoteci config.php.na webroot path vaše instalacije (Predlažemo: \"%s\").", + "Please double check the installation guides." : "Molimo provjerite instalacijske vodiče .", + "Cron" : "Cron", + "Last cron was executed at %s." : "Zadnji cron je izvršen na %s", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Zadnji cron izvršen je na %s. Bilo je to prije više od jednog sata, čini se da nešto nije u redu.", + "Cron was not executed yet!" : "Cron još nije izvršen!", + "Execute one task with each page loaded" : "Izvršite jedan zadatak sa svakom učitanom stranicom", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je registriran na webcron usluzi da poziva cron.php svakih 15 minuta preko http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Koristite cron uslugu sustava za pozivanje cron.php datoteke svakih 15 minuta.", + "Sharing" : "Dijeljenje zajedničkih resursa", + "Allow apps to use the Share API" : "Dopustite apps korištenje Share API", + "Allow users to share via link" : "Dopustite korisnicia dijeljenje putem veze", + "Enforce password protection" : "Nametnite zaštitu lozinki", + "Allow public uploads" : "Dopustite javno učitavanje sadržaja", + "Set default expiration date" : "Postavite zadani datum isteka", + "Expire after " : "Istek nakon", + "days" : "dana", + "Enforce expiration date" : "Nametnite datum isteka", + "Allow resharing" : "Dopustite ponovno dijeljenje zajedničkih resursa", + "Restrict users to only share with users in their groups" : "Ograničite korisnike na meusobno dijeljenje resursa samo s korisnicima unutar svoje grupe", + "Allow users to send mail notification for shared files" : "Dopustite korisnicima slanje notifikacijske e-pošte za podijeljene datoteke", + "Exclude groups from sharing" : "Isključite grupe iz dijeljenja zajedničkih resursa", + "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene resurse, ali ne i inicirati ih", + "Security" : "Sigurnost", + "Enforce HTTPS" : "Nametnite HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Prisiljava klijente da se priključe na %s putem šifrirane konekcije.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Molimo,priključite se na svoj %s putem HTTPS da biste omogućili ili onemogućili SSL", + "Email Server" : "Poslužitelj e-pošte", + "This is used for sending out notifications." : "Ovo se koristi za slanje notifikacija.", + "Send mode" : "Način rada za slanje", + "From address" : "S adrese", + "mail" : "pošta", + "Authentication method" : "Postupak autentikacije", + "Authentication required" : "Potrebna autentikacija", + "Server address" : "Adresa poslužitelja", + "Port" : "Priključak", + "Credentials" : "Vjerodajnice", + "SMTP Username" : "Korisničko ime SMTP", + "SMTP Password" : "Lozinka SMPT", + "Test email settings" : "Postavke za testnu e-poštu", + "Send email" : "Pošaljite e-poštu", + "Log" : "Zapisnik", + "Log level" : "Razina zapisnika", + "More" : "Više", + "Less" : "Manje", + "Version" : "Verzija", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Razvila ownCloud zajednica, izvorni kod je licenciran AGPL licencom.", + "by" : "od strane", + "Documentation:" : "Dokumentacija:", + "User Documentation" : "Korisnička dokumentacija", + "Admin Documentation" : "Admin dokumentacija", + "Enable only for specific groups" : "Omogućite samo za specifične grupe", + "Uninstall App" : "Deinstalirajte app", + "Administrator Documentation" : "Dokumentacija administratora", + "Online Documentation" : "Online dokumentacija", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Komercijalna podrška", + "Get the apps to sync your files" : "Koristite aplikacije za sinkronizaciju svojih datoteka", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Ako želite podržati projekt\n\t\tpridružite se razvoju\n\t\tili\n\t\tproširite vijest!", + "Show First Run Wizard again" : "Opet pokažite First Run Wizard", + "You have used %s of the available %s" : "Iskoristili ste %s od raspoloživog %s", + "Password" : "Lozinka", + "Your password was changed" : "Vaša je lozinka promijenjena", + "Unable to change your password" : "Vašu lozinku nije moguće promijeniti", + "Current password" : "Trenutna lozinka", + "New password" : "Nova lozinka", + "Change password" : "Promijenite lozinku", + "Full Name" : "Puno ime", + "Email" : "E-pošta", + "Your email address" : "Vaša adresa e-pošte", + "Fill in an email address to enable password recovery and receive notifications" : "Unesite adresu e-pošte da biste omogućili oporavak lozinke i primili notifikacije", + "Profile picture" : "Slika profila", + "Upload new" : "Učitajte novu", + "Select new from Files" : "Odaberite novu iz datoteka", + "Remove image" : "Uklonite sliku", + "Either png or jpg. Ideally square but you will be able to crop it." : "Ili png ili jpg. Idealno bi bilo da je kvadratna, ali moći ćete je obrezati", + "Your avatar is provided by your original account." : "Vaš avatar je isporučen od strane vašeg izvornog računa", + "Cancel" : "Odustanite", + "Choose as profile image" : "Odaberite kao sliku profila", + "Language" : "Jezik", + "Help translate" : "Pomozite prevesti", + "Common Name" : "Common Name", + "Valid until" : "Valid until", + "Issued By" : "Issued By", + "Valid until %s" : "Valid until %s", + "Import Root Certificate" : "Uvoz Root certifikata", + "The encryption app is no longer enabled, please decrypt all your files" : "Aplikacija šifriranja više nije omogćena,molimo dešifrirajte sve svoje datoteke", + "Log-in password" : "Lozinka za prijavu", + "Decrypt all Files" : "Dešifrirajte sve datoteke", + "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." : "Vaši ključevi za šifriranje premješteni su na mjesto sigurnosne kopije. Ako neštokrene loše, ključeve možete obnoviti. Iizbrišite ih trajno samo ako ste sigurni da susve datoteke ispravno dešifrirane.", + "Restore Encryption Keys" : "Obnovite ključeve za šifriranje", + "Delete Encryption Keys" : "Izbrišite ključeve za šifriranje", + "Show storage location" : "Prikaži mjesto pohrane", + "Show last log in" : "Prikaži zadnje spajanje", + "Login Name" : "Ime za prijavu", + "Create" : "Kreirajte", + "Admin Recovery Password" : "Admin lozinka za oporavak", + "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisničke datoteke tijekom promjene lozinke", + "Search Users and Groups" : "Pretražite korisnike i grupe", + "Add Group" : "Dodajte grupu", + "Group" : "Grupa", + "Everyone" : "Svi", + "Admins" : "Admins", + "Default Quota" : "Zadana kvota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Molimo unesite kvotu za spremanje (npr: \"512 MB\" ili \"12 GB\")", + "Unlimited" : "Neograničeno", + "Other" : "Ostalo", + "Username" : "Korisničko ime", + "Quota" : "Kvota", + "Storage Location" : "Mjesto za spremanje", + "Last Login" : "Zadnja prijava", + "change full name" : "promijenite puno ime", + "set new password" : "postavite novu lozinku", + "Default" : "Zadano" +}, +"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/settings/l10n/hr.json b/settings/l10n/hr.json new file mode 100644 index 0000000000..187f7a90c0 --- /dev/null +++ b/settings/l10n/hr.json @@ -0,0 +1,225 @@ +{ "translations": { + "Enabled" : "Aktivirano", + "Authentication error" : "Pogrešna autentikacija", + "Your full name has been changed." : "Vaše puno ime je promijenjeno.", + "Unable to change full name" : "Puno ime nije moguće promijeniti.", + "Group already exists" : "Grupa već postoji", + "Unable to add group" : "Grupu nije moguće dodati", + "Files decrypted successfully" : "Datoteke uspješno dešifrirane", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Vaše datoteke nije moguće dešifrirati, molimo provjerite svoj owncloud.logili kontaktirajte svog administratora.", + "Couldn't decrypt your files, check your password and try again" : "Vaše datoteke nije moguće dešifrirati, provjerite svoju lozinku i pokušajte ponovno.", + "Encryption keys deleted permanently" : "Ključevi za šifriranje trajno izbrisani", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Vaše ključeve za šifriranje nije moguće trajno izbrisati, molimo provjerite svoj owncloud.logili kontaktirajte svog administratora.", + "Couldn't remove app." : "Nije moguće ukloniti app.", + "Email saved" : "E-pošta spremljena", + "Invalid email" : "E-pošta neispravna", + "Unable to delete group" : "Grupu nije moguće izbrisati", + "Unable to delete user" : "Korisnika nije moguće izbrisati", + "Backups restored successfully" : "Sigurnosne kopije uspješno obnovljene", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Vaše ključeve za šifriranje nije moguće obnoviti, molimo provjerite svoj owncloud.logili kontaktirajte svog administratora.", + "Language changed" : "Promjena jezika", + "Invalid request" : "Zahtjev neispravan", + "Admins can't remove themself from the admin group" : "Administratori ne mogu sami sebe ukloniti iz admin grupe", + "Unable to add user to group %s" : "Dodavanje korisnika grupi %s nije moguće", + "Unable to remove user from group %s" : "Uklanjanje korisnika iz grupe %s nije moguće", + "Couldn't update app." : "Ažuriranje aplikacija nije moguće", + "Wrong password" : "Pogrešna lozinka", + "No user supplied" : "Nijedan korisnik nije dostavljen", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Molimo navedite admin lozinku za oporavak, u protivnom će svi korisnički podaci biti izgubljeni.", + "Wrong admin recovery password. Please check the password and try again." : "Pogrešna admin lozinka za oporavak. Molimo provjerite lozinku i pokušajte ponovno.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Pozadina ne podržava promjenu lozinke, ali korisnički ključ za šifriranje je uspješno ažuriran.", + "Unable to change password" : "Promjena lozinke nije moguća", + "Saved" : "Spremljeno", + "test email settings" : "Postavke za testiranje e-pošte", + "If you received this email, the settings seem to be correct." : "Ako ste ovu e-poštu primili,čini se da su postavke ispravne.", + "Email sent" : "E-pošta je poslana", + "You need to set your user email before being able to send test emails." : "Prije nego li ste u mogućnosti slati testnu e-poštu trebate postaviti svoj korisnički email.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jeste li doista sigurni da želite dodati \"{domain}\" kao pouzdanu domenu?", + "Add trusted domain" : "Dodajte pouzdanu domenu", + "Sending..." : "Slanje...", + "All" : "Sve", + "Please wait...." : "Molimo pričekajte...", + "Error while disabling app" : "Pogreška pri onemogućavanju app", + "Disable" : "Onemogućite", + "Enable" : "Omogućite", + "Error while enabling app" : "Pogreška pri omogućavanju app", + "Updating...." : "Ažuriranje...", + "Error while updating app" : "Pogreška pri ažuriranju app", + "Updated" : "Ažurirano", + "Uninstalling ...." : "Deinstaliranje....", + "Error while uninstalling app" : "Pogreška pri deinstaliranju app", + "Uninstall" : "Deinstalirajte", + "Select a profile picture" : "Odaberite sliku profila", + "Very weak password" : "Lozinka vrlo slaba", + "Weak password" : "Lozinka slaba", + "So-so password" : "Lozinka tako-tako", + "Good password" : "Lozinka dobra", + "Strong password" : "Lozinka snažna", + "Valid until {date}" : "Valid until {date}", + "Delete" : "Izbrišite", + "Decrypting files... Please wait, this can take some time." : "Dešifriranje datoteka... Molimo pričekajte, to može potrajati neko vrijeme.", + "Delete encryption keys permanently." : "Trajno izbrišite ključeve za šifriranje", + "Restore encryption keys." : "Obnovite ključeve za šifriranje", + "Groups" : "Grupe", + "Unable to delete {objName}" : "Nije moguće izbrisati {objName}", + "Error creating group" : "Pogrešno kreiranje grupe", + "A valid group name must be provided" : "Nužno je navesti valjani naziv grupe", + "deleted {groupName}" : "izbrisana {groupName}", + "undo" : "poništite", + "never" : "nikad", + "deleted {userName}" : "izbrisano {userName}", + "add group" : "dodajte grupu", + "A valid username must be provided" : "Nužno je navesti valjano korisničko ime", + "Error creating user" : "Pogrešno kreiranje korisnika", + "A valid password must be provided" : "Nužno je navesti valjanu lozinku", + "Warning: Home directory for user \"{user}\" already exists" : "Upozorenje: Osnovni direktorij za korisnika \"{user}\" već postoji", + "__language_name__" : "__jezik_naziv___", + "SSL root certificates" : "SSL Root certifikati", + "Encryption" : "Šifriranje", + "Everything (fatal issues, errors, warnings, info, debug)" : "Sve (kobni problemi, pogreške, upozorenja, ispravljanje pogrešaka)", + "Info, warnings, errors and fatal issues" : "Informacije, upozorenja, pogreške i kobni problemi", + "Warnings, errors and fatal issues" : "Upozorenja, pogreške i kobni problemi", + "Errors and fatal issues" : "Pogreške i kobni problemi", + "Fatal issues only" : "Samo kobni problemi", + "None" : "Ništa", + "Login" : "Prijava", + "Plain" : "Čisti tekst", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sigurnosno upozorenje", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Vi %s pristupate putem HTTP. Toplo vam preporučujemo da svoj poslužitelj konfigurirate takoda umjesto HTTP zahtijeva korištenje 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šem podatkovnom direktoriju i vašim datotekama pristup je vjerojatno moguć s interneta.Datoteka .htaccess ne radi. Toplo vam preporučujemo da svoj web poslužitelj konfigurirate tako daje pristup podatkovnom direktoriju nemoguć ili pak podatkovni direktorij premjestite izvan korijena dokumentaweb poslužitelja.", + "Setup Warning" : "Upozorenje programa za postavljanje", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je očigledno postavljen na strip inline doc blocks. To će nekoliko osnovnih aplikacija učiniti nedostupnima.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivač predmemoriranja kao što je Zend OPcache ilieAccelerator.", + "Database Performance Info" : "Info o performansi baze podataka", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite se koristi kao baza podataka. Za veće instalacije preporučujemo da se to promijeni.Za migraciju na neku drugu bazu podataka koristite naredbeni redak: 'occ db: convert-type'", + "Module 'fileinfo' missing" : "Nedostaje modul 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modul 'fileinfo' nedostaje. Tolo vam preporučjemo da taj modul omogućitekako biste dobili najbolje rezultate u detekciji mime vrste.", + "Your PHP version is outdated" : "Vaša verzija PHP je zastarjela", + "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." : "Vaša verzija PHP je zastarjela. Tolo vam preporučujemo da je ažurirate na 5.3.8.ili još novije jer je poznato da su starije verzije neispravne. Moguće je da ovainstalacija ne radi ispravno.", + "PHP charset is not set to UTF-8" : "PHP Charset nije postavljen na UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP charset nije postavljen na UTF-8. To može prouzročiti ozbiljne probleme s non-ASCII znakovimau nazivima datoteka. Toplo vam preporučujemo da vrijednost 'default_charset' php.ini promijeniteu 'UTF-8'.", + "Locale not working" : "Regionalna shema ne radi", + "System locale can not be set to a one which supports UTF-8." : "Regionalnu shemu sustava nemoguće je postaviti na neku koja podržava UTF-8.", + "This means that there might be problems with certain characters in file names." : "To znači da se mogu javiti problemi s određenim znakovima u datoteci.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Toplo preporučpujemo da u svoj sustav instalirate potrebne pakete koji će podržatijednu od sljedećih regionalnih shema: %s.", + "URL generation in notification emails" : "Generiranje URL-a u notifikacijskoj e-pošti", + "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\")" : "Ako vaša instalacija nije instalirana u korijenu domene i koristi sustav cron,mogu se javiti problemi s generiranjem URL. Da biste takve probleme izbjegli,molimo postavite opciju \"overwritewebroot\" u vašoj datoteci config.php.na webroot path vaše instalacije (Predlažemo: \"%s\").", + "Please double check the installation guides." : "Molimo provjerite instalacijske vodiče .", + "Cron" : "Cron", + "Last cron was executed at %s." : "Zadnji cron je izvršen na %s", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Zadnji cron izvršen je na %s. Bilo je to prije više od jednog sata, čini se da nešto nije u redu.", + "Cron was not executed yet!" : "Cron još nije izvršen!", + "Execute one task with each page loaded" : "Izvršite jedan zadatak sa svakom učitanom stranicom", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je registriran na webcron usluzi da poziva cron.php svakih 15 minuta preko http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Koristite cron uslugu sustava za pozivanje cron.php datoteke svakih 15 minuta.", + "Sharing" : "Dijeljenje zajedničkih resursa", + "Allow apps to use the Share API" : "Dopustite apps korištenje Share API", + "Allow users to share via link" : "Dopustite korisnicia dijeljenje putem veze", + "Enforce password protection" : "Nametnite zaštitu lozinki", + "Allow public uploads" : "Dopustite javno učitavanje sadržaja", + "Set default expiration date" : "Postavite zadani datum isteka", + "Expire after " : "Istek nakon", + "days" : "dana", + "Enforce expiration date" : "Nametnite datum isteka", + "Allow resharing" : "Dopustite ponovno dijeljenje zajedničkih resursa", + "Restrict users to only share with users in their groups" : "Ograničite korisnike na meusobno dijeljenje resursa samo s korisnicima unutar svoje grupe", + "Allow users to send mail notification for shared files" : "Dopustite korisnicima slanje notifikacijske e-pošte za podijeljene datoteke", + "Exclude groups from sharing" : "Isključite grupe iz dijeljenja zajedničkih resursa", + "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene resurse, ali ne i inicirati ih", + "Security" : "Sigurnost", + "Enforce HTTPS" : "Nametnite HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Prisiljava klijente da se priključe na %s putem šifrirane konekcije.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Molimo,priključite se na svoj %s putem HTTPS da biste omogućili ili onemogućili SSL", + "Email Server" : "Poslužitelj e-pošte", + "This is used for sending out notifications." : "Ovo se koristi za slanje notifikacija.", + "Send mode" : "Način rada za slanje", + "From address" : "S adrese", + "mail" : "pošta", + "Authentication method" : "Postupak autentikacije", + "Authentication required" : "Potrebna autentikacija", + "Server address" : "Adresa poslužitelja", + "Port" : "Priključak", + "Credentials" : "Vjerodajnice", + "SMTP Username" : "Korisničko ime SMTP", + "SMTP Password" : "Lozinka SMPT", + "Test email settings" : "Postavke za testnu e-poštu", + "Send email" : "Pošaljite e-poštu", + "Log" : "Zapisnik", + "Log level" : "Razina zapisnika", + "More" : "Više", + "Less" : "Manje", + "Version" : "Verzija", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Razvila ownCloud zajednica, izvorni kod je licenciran AGPL licencom.", + "by" : "od strane", + "Documentation:" : "Dokumentacija:", + "User Documentation" : "Korisnička dokumentacija", + "Admin Documentation" : "Admin dokumentacija", + "Enable only for specific groups" : "Omogućite samo za specifične grupe", + "Uninstall App" : "Deinstalirajte app", + "Administrator Documentation" : "Dokumentacija administratora", + "Online Documentation" : "Online dokumentacija", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Komercijalna podrška", + "Get the apps to sync your files" : "Koristite aplikacije za sinkronizaciju svojih datoteka", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Ako želite podržati projekt\n\t\tpridružite se razvoju\n\t\tili\n\t\tproširite vijest!", + "Show First Run Wizard again" : "Opet pokažite First Run Wizard", + "You have used %s of the available %s" : "Iskoristili ste %s od raspoloživog %s", + "Password" : "Lozinka", + "Your password was changed" : "Vaša je lozinka promijenjena", + "Unable to change your password" : "Vašu lozinku nije moguće promijeniti", + "Current password" : "Trenutna lozinka", + "New password" : "Nova lozinka", + "Change password" : "Promijenite lozinku", + "Full Name" : "Puno ime", + "Email" : "E-pošta", + "Your email address" : "Vaša adresa e-pošte", + "Fill in an email address to enable password recovery and receive notifications" : "Unesite adresu e-pošte da biste omogućili oporavak lozinke i primili notifikacije", + "Profile picture" : "Slika profila", + "Upload new" : "Učitajte novu", + "Select new from Files" : "Odaberite novu iz datoteka", + "Remove image" : "Uklonite sliku", + "Either png or jpg. Ideally square but you will be able to crop it." : "Ili png ili jpg. Idealno bi bilo da je kvadratna, ali moći ćete je obrezati", + "Your avatar is provided by your original account." : "Vaš avatar je isporučen od strane vašeg izvornog računa", + "Cancel" : "Odustanite", + "Choose as profile image" : "Odaberite kao sliku profila", + "Language" : "Jezik", + "Help translate" : "Pomozite prevesti", + "Common Name" : "Common Name", + "Valid until" : "Valid until", + "Issued By" : "Issued By", + "Valid until %s" : "Valid until %s", + "Import Root Certificate" : "Uvoz Root certifikata", + "The encryption app is no longer enabled, please decrypt all your files" : "Aplikacija šifriranja više nije omogćena,molimo dešifrirajte sve svoje datoteke", + "Log-in password" : "Lozinka za prijavu", + "Decrypt all Files" : "Dešifrirajte sve datoteke", + "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." : "Vaši ključevi za šifriranje premješteni su na mjesto sigurnosne kopije. Ako neštokrene loše, ključeve možete obnoviti. Iizbrišite ih trajno samo ako ste sigurni da susve datoteke ispravno dešifrirane.", + "Restore Encryption Keys" : "Obnovite ključeve za šifriranje", + "Delete Encryption Keys" : "Izbrišite ključeve za šifriranje", + "Show storage location" : "Prikaži mjesto pohrane", + "Show last log in" : "Prikaži zadnje spajanje", + "Login Name" : "Ime za prijavu", + "Create" : "Kreirajte", + "Admin Recovery Password" : "Admin lozinka za oporavak", + "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisničke datoteke tijekom promjene lozinke", + "Search Users and Groups" : "Pretražite korisnike i grupe", + "Add Group" : "Dodajte grupu", + "Group" : "Grupa", + "Everyone" : "Svi", + "Admins" : "Admins", + "Default Quota" : "Zadana kvota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Molimo unesite kvotu za spremanje (npr: \"512 MB\" ili \"12 GB\")", + "Unlimited" : "Neograničeno", + "Other" : "Ostalo", + "Username" : "Korisničko ime", + "Quota" : "Kvota", + "Storage Location" : "Mjesto za spremanje", + "Last Login" : "Zadnja prijava", + "change full name" : "promijenite puno ime", + "set new password" : "postavite novu lozinku", + "Default" : "Zadano" +},"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/settings/l10n/hr.php b/settings/l10n/hr.php deleted file mode 100644 index 1c6e178abd..0000000000 --- a/settings/l10n/hr.php +++ /dev/null @@ -1,226 +0,0 @@ - "Aktivirano", -"Authentication error" => "Pogrešna autentikacija", -"Your full name has been changed." => "Vaše puno ime je promijenjeno.", -"Unable to change full name" => "Puno ime nije moguće promijeniti.", -"Group already exists" => "Grupa već postoji", -"Unable to add group" => "Grupu nije moguće dodati", -"Files decrypted successfully" => "Datoteke uspješno dešifrirane", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Vaše datoteke nije moguće dešifrirati, molimo provjerite svoj owncloud.logili kontaktirajte svog administratora.", -"Couldn't decrypt your files, check your password and try again" => "Vaše datoteke nije moguće dešifrirati, provjerite svoju lozinku i pokušajte ponovno.", -"Encryption keys deleted permanently" => "Ključevi za šifriranje trajno izbrisani", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Vaše ključeve za šifriranje nije moguće trajno izbrisati, molimo provjerite svoj owncloud.logili kontaktirajte svog administratora.", -"Couldn't remove app." => "Nije moguće ukloniti app.", -"Email saved" => "E-pošta spremljena", -"Invalid email" => "E-pošta neispravna", -"Unable to delete group" => "Grupu nije moguće izbrisati", -"Unable to delete user" => "Korisnika nije moguće izbrisati", -"Backups restored successfully" => "Sigurnosne kopije uspješno obnovljene", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Vaše ključeve za šifriranje nije moguće obnoviti, molimo provjerite svoj owncloud.logili kontaktirajte svog administratora.", -"Language changed" => "Promjena jezika", -"Invalid request" => "Zahtjev neispravan", -"Admins can't remove themself from the admin group" => "Administratori ne mogu sami sebe ukloniti iz admin grupe", -"Unable to add user to group %s" => "Dodavanje korisnika grupi %s nije moguće", -"Unable to remove user from group %s" => "Uklanjanje korisnika iz grupe %s nije moguće", -"Couldn't update app." => "Ažuriranje aplikacija nije moguće", -"Wrong password" => "Pogrešna lozinka", -"No user supplied" => "Nijedan korisnik nije dostavljen", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Molimo navedite admin lozinku za oporavak, u protivnom će svi korisnički podaci biti izgubljeni.", -"Wrong admin recovery password. Please check the password and try again." => "Pogrešna admin lozinka za oporavak. Molimo provjerite lozinku i pokušajte ponovno.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Pozadina ne podržava promjenu lozinke, ali korisnički ključ za šifriranje je uspješno ažuriran.", -"Unable to change password" => "Promjena lozinke nije moguća", -"Saved" => "Spremljeno", -"test email settings" => "Postavke za testiranje e-pošte", -"If you received this email, the settings seem to be correct." => "Ako ste ovu e-poštu primili,čini se da su postavke ispravne.", -"Email sent" => "E-pošta je poslana", -"You need to set your user email before being able to send test emails." => "Prije nego li ste u mogućnosti slati testnu e-poštu trebate postaviti svoj korisnički email.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Jeste li doista sigurni da želite dodati \"{domain}\" kao pouzdanu domenu?", -"Add trusted domain" => "Dodajte pouzdanu domenu", -"Sending..." => "Slanje...", -"All" => "Sve", -"Please wait...." => "Molimo pričekajte...", -"Error while disabling app" => "Pogreška pri onemogućavanju app", -"Disable" => "Onemogućite", -"Enable" => "Omogućite", -"Error while enabling app" => "Pogreška pri omogućavanju app", -"Updating...." => "Ažuriranje...", -"Error while updating app" => "Pogreška pri ažuriranju app", -"Updated" => "Ažurirano", -"Uninstalling ...." => "Deinstaliranje....", -"Error while uninstalling app" => "Pogreška pri deinstaliranju app", -"Uninstall" => "Deinstalirajte", -"Select a profile picture" => "Odaberite sliku profila", -"Very weak password" => "Lozinka vrlo slaba", -"Weak password" => "Lozinka slaba", -"So-so password" => "Lozinka tako-tako", -"Good password" => "Lozinka dobra", -"Strong password" => "Lozinka snažna", -"Valid until {date}" => "Valid until {date}", -"Delete" => "Izbrišite", -"Decrypting files... Please wait, this can take some time." => "Dešifriranje datoteka... Molimo pričekajte, to može potrajati neko vrijeme.", -"Delete encryption keys permanently." => "Trajno izbrišite ključeve za šifriranje", -"Restore encryption keys." => "Obnovite ključeve za šifriranje", -"Groups" => "Grupe", -"Unable to delete {objName}" => "Nije moguće izbrisati {objName}", -"Error creating group" => "Pogrešno kreiranje grupe", -"A valid group name must be provided" => "Nužno je navesti valjani naziv grupe", -"deleted {groupName}" => "izbrisana {groupName}", -"undo" => "poništite", -"never" => "nikad", -"deleted {userName}" => "izbrisano {userName}", -"add group" => "dodajte grupu", -"A valid username must be provided" => "Nužno je navesti valjano korisničko ime", -"Error creating user" => "Pogrešno kreiranje korisnika", -"A valid password must be provided" => "Nužno je navesti valjanu lozinku", -"Warning: Home directory for user \"{user}\" already exists" => "Upozorenje: Osnovni direktorij za korisnika \"{user}\" već postoji", -"__language_name__" => "__jezik_naziv___", -"SSL root certificates" => "SSL Root certifikati", -"Encryption" => "Šifriranje", -"Everything (fatal issues, errors, warnings, info, debug)" => "Sve (kobni problemi, pogreške, upozorenja, ispravljanje pogrešaka)", -"Info, warnings, errors and fatal issues" => "Informacije, upozorenja, pogreške i kobni problemi", -"Warnings, errors and fatal issues" => "Upozorenja, pogreške i kobni problemi", -"Errors and fatal issues" => "Pogreške i kobni problemi", -"Fatal issues only" => "Samo kobni problemi", -"None" => "Ništa", -"Login" => "Prijava", -"Plain" => "Čisti tekst", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Sigurnosno upozorenje", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Vi %s pristupate putem HTTP. Toplo vam preporučujemo da svoj poslužitelj konfigurirate takoda umjesto HTTP zahtijeva korištenje 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šem podatkovnom direktoriju i vašim datotekama pristup je vjerojatno moguć s interneta.Datoteka .htaccess ne radi. Toplo vam preporučujemo da svoj web poslužitelj konfigurirate tako daje pristup podatkovnom direktoriju nemoguć ili pak podatkovni direktorij premjestite izvan korijena dokumentaweb poslužitelja.", -"Setup Warning" => "Upozorenje programa za postavljanje", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP je očigledno postavljen na strip inline doc blocks. To će nekoliko osnovnih aplikacija učiniti nedostupnima.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Uzrok tome je vjerojatno neki ubrzivač predmemoriranja kao što je Zend OPcache ilieAccelerator.", -"Database Performance Info" => "Info o performansi baze podataka", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite se koristi kao baza podataka. Za veće instalacije preporučujemo da se to promijeni.Za migraciju na neku drugu bazu podataka koristite naredbeni redak: 'occ db: convert-type'", -"Module 'fileinfo' missing" => "Nedostaje modul 'fileinfo'", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP modul 'fileinfo' nedostaje. Tolo vam preporučjemo da taj modul omogućitekako biste dobili najbolje rezultate u detekciji mime vrste.", -"Your PHP version is outdated" => "Vaša verzija PHP je zastarjela", -"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." => "Vaša verzija PHP je zastarjela. Tolo vam preporučujemo da je ažurirate na 5.3.8.ili još novije jer je poznato da su starije verzije neispravne. Moguće je da ovainstalacija ne radi ispravno.", -"PHP charset is not set to UTF-8" => "PHP Charset nije postavljen na UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP charset nije postavljen na UTF-8. To može prouzročiti ozbiljne probleme s non-ASCII znakovimau nazivima datoteka. Toplo vam preporučujemo da vrijednost 'default_charset' php.ini promijeniteu 'UTF-8'.", -"Locale not working" => "Regionalna shema ne radi", -"System locale can not be set to a one which supports UTF-8." => "Regionalnu shemu sustava nemoguće je postaviti na neku koja podržava UTF-8.", -"This means that there might be problems with certain characters in file names." => "To znači da se mogu javiti problemi s određenim znakovima u datoteci.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Toplo preporučpujemo da u svoj sustav instalirate potrebne pakete koji će podržatijednu od sljedećih regionalnih shema: %s.", -"URL generation in notification emails" => "Generiranje URL-a u notifikacijskoj e-pošti", -"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\")" => "Ako vaša instalacija nije instalirana u korijenu domene i koristi sustav cron,mogu se javiti problemi s generiranjem URL. Da biste takve probleme izbjegli,molimo postavite opciju \"overwritewebroot\" u vašoj datoteci config.php.na webroot path vaše instalacije (Predlažemo: \"%s\").", -"Please double check the installation guides." => "Molimo provjerite instalacijske vodiče .", -"Cron" => "Cron", -"Last cron was executed at %s." => "Zadnji cron je izvršen na %s", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Zadnji cron izvršen je na %s. Bilo je to prije više od jednog sata, čini se da nešto nije u redu.", -"Cron was not executed yet!" => "Cron još nije izvršen!", -"Execute one task with each page loaded" => "Izvršite jedan zadatak sa svakom učitanom stranicom", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php je registriran na webcron usluzi da poziva cron.php svakih 15 minuta preko http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Koristite cron uslugu sustava za pozivanje cron.php datoteke svakih 15 minuta.", -"Sharing" => "Dijeljenje zajedničkih resursa", -"Allow apps to use the Share API" => "Dopustite apps korištenje Share API", -"Allow users to share via link" => "Dopustite korisnicia dijeljenje putem veze", -"Enforce password protection" => "Nametnite zaštitu lozinki", -"Allow public uploads" => "Dopustite javno učitavanje sadržaja", -"Set default expiration date" => "Postavite zadani datum isteka", -"Expire after " => "Istek nakon", -"days" => "dana", -"Enforce expiration date" => "Nametnite datum isteka", -"Allow resharing" => "Dopustite ponovno dijeljenje zajedničkih resursa", -"Restrict users to only share with users in their groups" => "Ograničite korisnike na meusobno dijeljenje resursa samo s korisnicima unutar svoje grupe", -"Allow users to send mail notification for shared files" => "Dopustite korisnicima slanje notifikacijske e-pošte za podijeljene datoteke", -"Exclude groups from sharing" => "Isključite grupe iz dijeljenja zajedničkih resursa", -"These groups will still be able to receive shares, but not to initiate them." => "Ove će grupe još uvijek moći primati dijeljene resurse, ali ne i inicirati ih", -"Security" => "Sigurnost", -"Enforce HTTPS" => "Nametnite HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Prisiljava klijente da se priključe na %s putem šifrirane konekcije.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Molimo,priključite se na svoj %s putem HTTPS da biste omogućili ili onemogućili SSL", -"Email Server" => "Poslužitelj e-pošte", -"This is used for sending out notifications." => "Ovo se koristi za slanje notifikacija.", -"Send mode" => "Način rada za slanje", -"From address" => "S adrese", -"mail" => "pošta", -"Authentication method" => "Postupak autentikacije", -"Authentication required" => "Potrebna autentikacija", -"Server address" => "Adresa poslužitelja", -"Port" => "Priključak", -"Credentials" => "Vjerodajnice", -"SMTP Username" => "Korisničko ime SMTP", -"SMTP Password" => "Lozinka SMPT", -"Test email settings" => "Postavke za testnu e-poštu", -"Send email" => "Pošaljite e-poštu", -"Log" => "Zapisnik", -"Log level" => "Razina zapisnika", -"More" => "Više", -"Less" => "Manje", -"Version" => "Verzija", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Razvila ownCloud zajednica, izvorni kod je licenciran AGPL licencom.", -"by" => "od strane", -"Documentation:" => "Dokumentacija:", -"User Documentation" => "Korisnička dokumentacija", -"Admin Documentation" => "Admin dokumentacija", -"Enable only for specific groups" => "Omogućite samo za specifične grupe", -"Uninstall App" => "Deinstalirajte app", -"Administrator Documentation" => "Dokumentacija administratora", -"Online Documentation" => "Online dokumentacija", -"Forum" => "Forum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Komercijalna podrška", -"Get the apps to sync your files" => "Koristite aplikacije za sinkronizaciju svojih datoteka", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Ako želite podržati projekt\n\t\tpridružite se razvoju\n\t\tili\n\t\tproširite vijest!", -"Show First Run Wizard again" => "Opet pokažite First Run Wizard", -"You have used %s of the available %s" => "Iskoristili ste %s od raspoloživog %s", -"Password" => "Lozinka", -"Your password was changed" => "Vaša je lozinka promijenjena", -"Unable to change your password" => "Vašu lozinku nije moguće promijeniti", -"Current password" => "Trenutna lozinka", -"New password" => "Nova lozinka", -"Change password" => "Promijenite lozinku", -"Full Name" => "Puno ime", -"Email" => "E-pošta", -"Your email address" => "Vaša adresa e-pošte", -"Fill in an email address to enable password recovery and receive notifications" => "Unesite adresu e-pošte da biste omogućili oporavak lozinke i primili notifikacije", -"Profile picture" => "Slika profila", -"Upload new" => "Učitajte novu", -"Select new from Files" => "Odaberite novu iz datoteka", -"Remove image" => "Uklonite sliku", -"Either png or jpg. Ideally square but you will be able to crop it." => "Ili png ili jpg. Idealno bi bilo da je kvadratna, ali moći ćete je obrezati", -"Your avatar is provided by your original account." => "Vaš avatar je isporučen od strane vašeg izvornog računa", -"Cancel" => "Odustanite", -"Choose as profile image" => "Odaberite kao sliku profila", -"Language" => "Jezik", -"Help translate" => "Pomozite prevesti", -"Common Name" => "Common Name", -"Valid until" => "Valid until", -"Issued By" => "Issued By", -"Valid until %s" => "Valid until %s", -"Import Root Certificate" => "Uvoz Root certifikata", -"The encryption app is no longer enabled, please decrypt all your files" => "Aplikacija šifriranja više nije omogćena,molimo dešifrirajte sve svoje datoteke", -"Log-in password" => "Lozinka za prijavu", -"Decrypt all Files" => "Dešifrirajte sve datoteke", -"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." => "Vaši ključevi za šifriranje premješteni su na mjesto sigurnosne kopije. Ako neštokrene loše, ključeve možete obnoviti. Iizbrišite ih trajno samo ako ste sigurni da susve datoteke ispravno dešifrirane.", -"Restore Encryption Keys" => "Obnovite ključeve za šifriranje", -"Delete Encryption Keys" => "Izbrišite ključeve za šifriranje", -"Show storage location" => "Prikaži mjesto pohrane", -"Show last log in" => "Prikaži zadnje spajanje", -"Login Name" => "Ime za prijavu", -"Create" => "Kreirajte", -"Admin Recovery Password" => "Admin lozinka za oporavak", -"Enter the recovery password in order to recover the users files during password change" => "Unesite lozinku za oporavak da biste oporavili korisničke datoteke tijekom promjene lozinke", -"Search Users and Groups" => "Pretražite korisnike i grupe", -"Add Group" => "Dodajte grupu", -"Group" => "Grupa", -"Everyone" => "Svi", -"Admins" => "Admins", -"Default Quota" => "Zadana kvota", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Molimo unesite kvotu za spremanje (npr: \"512 MB\" ili \"12 GB\")", -"Unlimited" => "Neograničeno", -"Other" => "Ostalo", -"Username" => "Korisničko ime", -"Quota" => "Kvota", -"Storage Location" => "Mjesto za spremanje", -"Last Login" => "Zadnja prijava", -"change full name" => "promijenite puno ime", -"set new password" => "postavite novu lozinku", -"Default" => "Zadano" -); -$PLURAL_FORMS = "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/settings/l10n/hu_HU.js b/settings/l10n/hu_HU.js new file mode 100644 index 0000000000..bc8aa69406 --- /dev/null +++ b/settings/l10n/hu_HU.js @@ -0,0 +1,221 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Bekapcsolva", + "Recommended" : "Ajánlott", + "Authentication error" : "Azonosítási hiba", + "Your full name has been changed." : "Az Ön teljes nevét módosítottuk.", + "Unable to change full name" : "Nem sikerült megváltoztatni a teljes nevét", + "Group already exists" : "A csoport már létezik", + "Unable to add group" : "A csoport nem hozható létre", + "Files decrypted successfully" : "A fájlok titkosítását sikeresen megszüntettük.", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Fájljainak titkosítását nem sikerült megszüntetni, kérjük forduljon a rendszergazdához!", + "Couldn't decrypt your files, check your password and try again" : "Fájljainak titkosítását nem sikerült megszüntetni, ellenőrizze a jelszavát, és próbálja újra!", + "Encryption keys deleted permanently" : "A titkosítási kulcsait véglegesen töröltük.", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "A titkosítási kulcsait nem sikerült véglegesen törölni, kérjük ellenőrizze az owncloud.log naplófájlt, vagy forduljon a rendszergazdához!", + "Couldn't remove app." : "Az alkalmazást nem sikerült eltávolítani.", + "Email saved" : "Elmentettük az e-mail címet", + "Invalid email" : "Hibás e-mail", + "Unable to delete group" : "A csoport nem törölhető", + "Unable to delete user" : "A felhasználó nem törölhető", + "Backups restored successfully" : "A kulcsokat sikereresen visszaállítottuk a mentésekből.", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "A titkosítási kulcsok visszaállítása nem sikerült. Kérjük ellenőrizze az owncloud.log naplófájlt vagy forduljon a rendszergazdához!", + "Language changed" : "A nyelv megváltozott", + "Invalid request" : "Érvénytelen kérés", + "Admins can't remove themself from the admin group" : "Adminisztrátorok nem távolíthatják el magukat az admin csoportból.", + "Unable to add user to group %s" : "A felhasználó nem adható hozzá ehhez a csoporthoz: %s", + "Unable to remove user from group %s" : "A felhasználó nem távolítható el ebből a csoportból: %s", + "Couldn't update app." : "A program frissítése nem sikerült.", + "Wrong password" : "Hibás jelszó", + "No user supplied" : "Nincs megadva felhasználó", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Adja meg az admin helyreállítási jelszót, máskülönben az összes felhasználói adat elveszik!", + "Wrong admin recovery password. Please check the password and try again." : "Hibás admin helyreállítási jelszó. Ellenőrizze a jelszót és próbálja újra!", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "A háttér-alrendszer nem támogatja a jelszómódosítást, de felhasználó titkosítási kulcsát sikeresen frissítettük.", + "Unable to change password" : "Nem sikerült megváltoztatni a jelszót", + "Saved" : "Elmentve", + "test email settings" : "e-mail beállítások ellenőrzése", + "If you received this email, the settings seem to be correct." : "Amennyiben megérkezett ez az e-mail akkor a beállítások megfelelők.", + "Email sent" : "Az e-mailt elküldtük", + "You need to set your user email before being able to send test emails." : "Előbb meg kell adnia az e-mail címét, mielőtt tesztelni tudná az e-mail küldést.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Biztos abban, hogy hozzá akarja adni \"{domain}\"-t a megbízható tartományokhoz?", + "Add trusted domain" : "Megbízható tartomány hozzáadása", + "Sending..." : "Küldés...", + "All" : "Mind", + "Please wait...." : "Kérem várjon...", + "Error while disabling app" : "Hiba az alkalmazás letiltása közben", + "Disable" : "Letiltás", + "Enable" : "Engedélyezés", + "Error while enabling app" : "Hiba az alkalmazás engedélyezése közben", + "Updating...." : "Frissítés folyamatban...", + "Error while updating app" : "Hiba történt az alkalmazás frissítése közben", + "Updated" : "Frissítve", + "Uninstalling ...." : "Eltávolítás ...", + "Error while uninstalling app" : "Hiba történt az alkalmazás eltávolítása közben", + "Uninstall" : "Eltávolítás", + "Select a profile picture" : "Válasszon profilképet!", + "Very weak password" : "Nagyon gyenge jelszó", + "Weak password" : "Gyenge jelszó", + "So-so password" : "Nem túl jó jelszó", + "Good password" : "Jó jelszó", + "Strong password" : "Erős jelszó", + "Delete" : "Törlés", + "Decrypting files... Please wait, this can take some time." : "A fájlok titkosításának megszüntetése folyamatban. van... Kérem várjon, ez hosszabb ideig is eltarthat ...", + "Delete encryption keys permanently." : "A tikosítási kulcsok végleges törlése.", + "Restore encryption keys." : "A titkosítási kulcsok visszaállítása.", + "Groups" : "Csoportok", + "Unable to delete {objName}" : "Ezt nem sikerült törölni: {objName}", + "Error creating group" : "Hiba történt a csoport létrehozása közben", + "A valid group name must be provided" : "Érvényes csoportnevet kell megadni", + "deleted {groupName}" : "törölve: {groupName}", + "undo" : "visszavonás", + "never" : "soha", + "deleted {userName}" : "törölve: {userName}", + "add group" : "csoport hozzáadása", + "A valid username must be provided" : "Érvényes felhasználónevet kell megadnia", + "Error creating user" : "A felhasználó nem hozható létre", + "A valid password must be provided" : "Érvényes jelszót kell megadnia", + "Warning: Home directory for user \"{user}\" already exists" : "Figyelmeztetés: A felhasználó \"{user}\" kezdő könyvtára már létezik", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL tanúsítványok", + "Encryption" : "Titkosítás", + "Everything (fatal issues, errors, warnings, info, debug)" : "Minden (végzetes hibák, hibák, figyelmeztetések, információk, hibakeresési üzenetek)", + "Info, warnings, errors and fatal issues" : "Információk, figyelmeztetések, hibák és végzetes hibák", + "Warnings, errors and fatal issues" : "Figyelmeztetések, hibák és végzetes hibák", + "Errors and fatal issues" : "Hibák és végzetes hibák", + "Fatal issues only" : "Csak a végzetes hibák", + "None" : "Egyik sem", + "Login" : "Login", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Biztonsági figyelmeztetés", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "A %s szolgáltatás elérése jelenleg HTTP-n keresztül történik. Nagyon ajánlott, hogy a kiszolgálót úgy állítsa be, hogy az elérés HTTPS-en keresztül történjék.", + "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." : "Az adatkönytára és az itt levő fájlok valószínűleg elérhetők az internetről. Az ownCloud által beillesztett .htaccess fájl nem működik. Nagyon erősen ajánlott, hogy a webszervert úgy konfigurálja, hogy az adatkönyvtár ne legyen közvetlenül kívülről elérhető, vagy az adatkönyvtárt tegye a webszerver dokumentumfáján kívülre.", + "Setup Warning" : "A beállítással kapcsolatos figyelmeztetés", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ezt valószínűleg egy gyorsítótár ill. kódgyorsító, mint pl, a Zend, OPcache vagy eAccelererator okozza.", + "Database Performance Info" : "Információ az adatbázis teljesítményéről", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "A kiválasztott adatbázis az SQLite. Nagyobb telepítések esetén ezt érdemes megváltoztatni. Másik adatbázisra való áttéréshez használja a következő parancssori eszközt: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "A 'fileinfo' modul hiányzik", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "A 'fileinfo' PHP modul hiányzik. Erősen javasolt ennek a modulnak a telepítése, mert ezzel lényegesen jobb a MIME-típusok felismerése.", + "Your PHP version is outdated" : "A PHP verzió túl régi", + "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." : "A PHP verzió túl régi. Nagyon ajánlott legalább az 5.3.8-as vagy újabb verzióra frissíteni, mert a régebbi verziónál léteznek ismert hibák. Ezért lehetséges, hogy ez a telepítés majd nem működik megfelelően.", + "PHP charset is not set to UTF-8" : "A PHP-karakterkészlet nem UTF-8-ra van állítva", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "A PHP-karakterkészlet nem UTF-8-ra van állítva. Ez komoly problémákat okozhat, ha valaki olyan fájlnevet használ, amiben nem csupán ASCII karakterek fordulnak elő. Feltétlenül javasoljuk, hogy a php.ini-ben a 'default_charset' paramétert állítsa 'UTF-8'-ra!", + "Locale not working" : "A nyelvi lokalizáció nem működik", + "System locale can not be set to a one which supports UTF-8." : "A rendszer lokalizációs állományai között nem sikerült olyat beállítani, ami támogatja az UTF-8-at.", + "This means that there might be problems with certain characters in file names." : "Ez azt jelenti, hogy probléma lehet bizonyos karakterekkel a fájlnevekben.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Feltétlenül javasoljuk, hogy telepítse a szükséges csomagokat ahhoz, hogy a rendszere támogassa a következő lokalizációk valamelyikét: %s", + "URL generation in notification emails" : "URL-képzés az értesítő e-mailekben", + "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\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwritewebroot\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")", + "Please double check the installation guides." : "Kérjük tüzetesen tanulmányozza át a telepítési útmutatót.", + "Cron" : "Ütemezett feladatok", + "Last cron was executed at %s." : "Az utolsó cron feladat ekkor futott le: %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Az utolsó cron feladat ekkor futott le: %s. Ez több, mint 1 órája történt, valami nincs rendben.", + "Cron was not executed yet!" : "A cron feladat még nem futott le!", + "Execute one task with each page loaded" : "Egy-egy feladat végrehajtása minden alkalommal, amikor egy weboldalt letöltenek", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "A cron.php webcron szolgáltatásként van regisztrálva, hogy 15 percenként egyszer lefuttassa a cron.php-t.", + "Use system's cron service to call the cron.php file every 15 minutes." : "A rendszer cron szolgáltatását használjuk, mely a cron.php állományt futtatja le 15 percenként.", + "Sharing" : "Megosztás", + "Allow apps to use the Share API" : "Lehetővé teszi, hogy a programmodulok is használhassák a megosztást", + "Allow users to share via link" : "Engedjük meg az állományok linkekkel történő megosztását", + "Enforce password protection" : "Legyen kötelező a linkek jelszóval való védelme", + "Allow public uploads" : "Nyilvános feltöltés engedélyezése", + "Set default expiration date" : "Alapértelmezett lejárati idő beállítása", + "Expire after " : "A lejárat legyen", + "days" : "nap", + "Enforce expiration date" : "A beállított lejárati idő legyen kötelezően érvényes", + "Allow resharing" : "A megosztás továbbadásának engedélyezése", + "Restrict users to only share with users in their groups" : "A csoporttagok csak a saját csoportjukon belül oszthassanak meg anyagokat", + "Allow users to send mail notification for shared files" : "A felhasználók küldhessenek e-mail értesítést a megosztás létrejöttéről", + "Exclude groups from sharing" : "Csoportok megosztási jogának tiltása", + "These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.", + "Security" : "Biztonság", + "Enforce HTTPS" : "Kötelező HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Kötelezővé teszi, hogy a böngészőprogramok titkosított csatornán kapcsolódjanak a %s szolgáltatáshoz.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Kérjük, hogy HTTPS protokollon keresztül kapcsolódjon a %s rendszerhez, ha be- vagy ki akarja kapcsolni a kötelező SSL-beállítást!", + "Email Server" : "E-mail kiszolgáló", + "This is used for sending out notifications." : "Ezt használjuk a jelentések kiküldésére.", + "Send mode" : "Küldési mód", + "From address" : "A feladó címe", + "mail" : "mail", + "Authentication method" : "A felhasználóazonosítás módszere", + "Authentication required" : "Felhasználóazonosítás szükséges", + "Server address" : "A kiszolgáló címe", + "Port" : "Port", + "Credentials" : "Azonosítók", + "SMTP Username" : "SMTP felhasználónév", + "SMTP Password" : "SMTP jelszó", + "Test email settings" : "Az e-mail beállítások ellenőrzése", + "Send email" : "E-mail küldése", + "Log" : "Naplózás", + "Log level" : "Naplózási szint", + "More" : "Több", + "Less" : "Kevesebb", + "Version" : "Verzió", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "A programot az ownCloud közösség fejleszti. A forráskód az AGPL feltételei mellett használható föl.", + "by" : "közreadta:", + "Documentation:" : "Leírások:", + "User Documentation" : "Felhasználói leírás", + "Admin Documentation" : "Adminisztrátori leírás", + "Enable only for specific groups" : "Csak bizonyos csoportok számára tegyük elérhetővé", + "Uninstall App" : "Az alkalmazás eltávolítása", + "Administrator Documentation" : "Üzemeltetői leírás", + "Online Documentation" : "Online leírás", + "Forum" : "Fórum", + "Bugtracker" : "Hibabejelentések", + "Commercial Support" : "Megvásárolható támogatás", + "Get the apps to sync your files" : "Töltse le az állományok szinkronizációjához szükséges programokat!", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Ha támogatni kívánja a projektet\n csatlakozzon a fejlesztőkhöz\n vagy\n terjessze a program hírét!", + "Show First Run Wizard again" : "Nézzük meg újra az első bejelentkezéskori segítséget!", + "You have used %s of the available %s" : "Az Ön tárterület-felhasználása jelenleg: %s. Maximálisan ennyi áll rendelkezésére: %s", + "Password" : "Jelszó", + "Your password was changed" : "A jelszava megváltozott", + "Unable to change your password" : "A jelszó nem változtatható meg", + "Current password" : "A jelenlegi jelszó", + "New password" : "Az új jelszó", + "Change password" : "A jelszó megváltoztatása", + "Full Name" : "Teljes név", + "Email" : "E-mail", + "Your email address" : "Az Ön e-mail címe", + "Fill in an email address to enable password recovery and receive notifications" : "Adja meg az e-mail címét, hogy vissza tudja állítani a jelszavát, illetve, hogy rendszeres jelentéseket kaphasson!", + "Profile picture" : "Profilkép", + "Upload new" : "Új feltöltése", + "Select new from Files" : "Új kiválasztása a Fájlokból", + "Remove image" : "A kép eltávolítása", + "Either png or jpg. Ideally square but you will be able to crop it." : "A kép png vagy jpg formátumban legyen. Legjobb, ha négyzet alakú, de később még átszabható.", + "Your avatar is provided by your original account." : "A kép az eredeti bejelentkezési adatai alapján lett beállítva.", + "Cancel" : "Mégsem", + "Choose as profile image" : "Válasszuk ki profilképnek", + "Language" : "Nyelv", + "Help translate" : "Segítsen a fordításban!", + "Import Root Certificate" : "SSL tanúsítványok importálása", + "The encryption app is no longer enabled, please decrypt all your files" : "A titkosító alkalmazás a továbbiakban nincs engedélyezve, kérem állítsa vissza az állományait titkostásmentes állapotba!", + "Log-in password" : "Bejelentkezési jelszó", + "Decrypt all Files" : "Mentesíti a titkosítástól az összes fájlt", + "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." : "A titkosító kulcsai egy mentési területre kerültek. Ha valami hiba történik, még vissza tudja állítani a titkosító kulcsait. Csak akkor törölje őket véglegesen, ha biztos benne, hogy minden állományt sikerült a visszaállítani a titkosított állapotából.", + "Restore Encryption Keys" : "A titkosító kulcsok visszaállítása", + "Delete Encryption Keys" : "A titkosító kulcsok törlése", + "Login Name" : "Bejelentkezési név", + "Create" : "Létrehozás", + "Admin Recovery Password" : "Adminisztrátori jelszó az állományok visszanyerésére", + "Enter the recovery password in order to recover the users files during password change" : "Adja meg az adatok visszanyeréséhez szükséges jelszót arra az esetre, ha a felhasználók megváltoztatják a jelszavukat", + "Search Users and Groups" : "Keresés a felhasználók és a csoportok között", + "Add Group" : "Csoport létrehozása", + "Group" : "Csoport", + "Everyone" : "Mindenki", + "Admins" : "Adminok", + "Default Quota" : "Alapértelmezett kvóta", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Kérjük adja meg a tárolási kvótát (pl. \"512 MB\" vagy \"12 GB\")", + "Unlimited" : "Korlátlan", + "Other" : "Más", + "Username" : "Felhasználónév", + "Quota" : "Kvóta", + "Storage Location" : "A háttértár helye", + "Last Login" : "Utolsó bejelentkezés", + "change full name" : "a teljes név megváltoztatása", + "set new password" : "új jelszó beállítása", + "Default" : "Alapértelmezett" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/hu_HU.json b/settings/l10n/hu_HU.json new file mode 100644 index 0000000000..83e38d98f5 --- /dev/null +++ b/settings/l10n/hu_HU.json @@ -0,0 +1,219 @@ +{ "translations": { + "Enabled" : "Bekapcsolva", + "Recommended" : "Ajánlott", + "Authentication error" : "Azonosítási hiba", + "Your full name has been changed." : "Az Ön teljes nevét módosítottuk.", + "Unable to change full name" : "Nem sikerült megváltoztatni a teljes nevét", + "Group already exists" : "A csoport már létezik", + "Unable to add group" : "A csoport nem hozható létre", + "Files decrypted successfully" : "A fájlok titkosítását sikeresen megszüntettük.", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Fájljainak titkosítását nem sikerült megszüntetni, kérjük forduljon a rendszergazdához!", + "Couldn't decrypt your files, check your password and try again" : "Fájljainak titkosítását nem sikerült megszüntetni, ellenőrizze a jelszavát, és próbálja újra!", + "Encryption keys deleted permanently" : "A titkosítási kulcsait véglegesen töröltük.", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "A titkosítási kulcsait nem sikerült véglegesen törölni, kérjük ellenőrizze az owncloud.log naplófájlt, vagy forduljon a rendszergazdához!", + "Couldn't remove app." : "Az alkalmazást nem sikerült eltávolítani.", + "Email saved" : "Elmentettük az e-mail címet", + "Invalid email" : "Hibás e-mail", + "Unable to delete group" : "A csoport nem törölhető", + "Unable to delete user" : "A felhasználó nem törölhető", + "Backups restored successfully" : "A kulcsokat sikereresen visszaállítottuk a mentésekből.", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "A titkosítási kulcsok visszaállítása nem sikerült. Kérjük ellenőrizze az owncloud.log naplófájlt vagy forduljon a rendszergazdához!", + "Language changed" : "A nyelv megváltozott", + "Invalid request" : "Érvénytelen kérés", + "Admins can't remove themself from the admin group" : "Adminisztrátorok nem távolíthatják el magukat az admin csoportból.", + "Unable to add user to group %s" : "A felhasználó nem adható hozzá ehhez a csoporthoz: %s", + "Unable to remove user from group %s" : "A felhasználó nem távolítható el ebből a csoportból: %s", + "Couldn't update app." : "A program frissítése nem sikerült.", + "Wrong password" : "Hibás jelszó", + "No user supplied" : "Nincs megadva felhasználó", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Adja meg az admin helyreállítási jelszót, máskülönben az összes felhasználói adat elveszik!", + "Wrong admin recovery password. Please check the password and try again." : "Hibás admin helyreállítási jelszó. Ellenőrizze a jelszót és próbálja újra!", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "A háttér-alrendszer nem támogatja a jelszómódosítást, de felhasználó titkosítási kulcsát sikeresen frissítettük.", + "Unable to change password" : "Nem sikerült megváltoztatni a jelszót", + "Saved" : "Elmentve", + "test email settings" : "e-mail beállítások ellenőrzése", + "If you received this email, the settings seem to be correct." : "Amennyiben megérkezett ez az e-mail akkor a beállítások megfelelők.", + "Email sent" : "Az e-mailt elküldtük", + "You need to set your user email before being able to send test emails." : "Előbb meg kell adnia az e-mail címét, mielőtt tesztelni tudná az e-mail küldést.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Biztos abban, hogy hozzá akarja adni \"{domain}\"-t a megbízható tartományokhoz?", + "Add trusted domain" : "Megbízható tartomány hozzáadása", + "Sending..." : "Küldés...", + "All" : "Mind", + "Please wait...." : "Kérem várjon...", + "Error while disabling app" : "Hiba az alkalmazás letiltása közben", + "Disable" : "Letiltás", + "Enable" : "Engedélyezés", + "Error while enabling app" : "Hiba az alkalmazás engedélyezése közben", + "Updating...." : "Frissítés folyamatban...", + "Error while updating app" : "Hiba történt az alkalmazás frissítése közben", + "Updated" : "Frissítve", + "Uninstalling ...." : "Eltávolítás ...", + "Error while uninstalling app" : "Hiba történt az alkalmazás eltávolítása közben", + "Uninstall" : "Eltávolítás", + "Select a profile picture" : "Válasszon profilképet!", + "Very weak password" : "Nagyon gyenge jelszó", + "Weak password" : "Gyenge jelszó", + "So-so password" : "Nem túl jó jelszó", + "Good password" : "Jó jelszó", + "Strong password" : "Erős jelszó", + "Delete" : "Törlés", + "Decrypting files... Please wait, this can take some time." : "A fájlok titkosításának megszüntetése folyamatban. van... Kérem várjon, ez hosszabb ideig is eltarthat ...", + "Delete encryption keys permanently." : "A tikosítási kulcsok végleges törlése.", + "Restore encryption keys." : "A titkosítási kulcsok visszaállítása.", + "Groups" : "Csoportok", + "Unable to delete {objName}" : "Ezt nem sikerült törölni: {objName}", + "Error creating group" : "Hiba történt a csoport létrehozása közben", + "A valid group name must be provided" : "Érvényes csoportnevet kell megadni", + "deleted {groupName}" : "törölve: {groupName}", + "undo" : "visszavonás", + "never" : "soha", + "deleted {userName}" : "törölve: {userName}", + "add group" : "csoport hozzáadása", + "A valid username must be provided" : "Érvényes felhasználónevet kell megadnia", + "Error creating user" : "A felhasználó nem hozható létre", + "A valid password must be provided" : "Érvényes jelszót kell megadnia", + "Warning: Home directory for user \"{user}\" already exists" : "Figyelmeztetés: A felhasználó \"{user}\" kezdő könyvtára már létezik", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL tanúsítványok", + "Encryption" : "Titkosítás", + "Everything (fatal issues, errors, warnings, info, debug)" : "Minden (végzetes hibák, hibák, figyelmeztetések, információk, hibakeresési üzenetek)", + "Info, warnings, errors and fatal issues" : "Információk, figyelmeztetések, hibák és végzetes hibák", + "Warnings, errors and fatal issues" : "Figyelmeztetések, hibák és végzetes hibák", + "Errors and fatal issues" : "Hibák és végzetes hibák", + "Fatal issues only" : "Csak a végzetes hibák", + "None" : "Egyik sem", + "Login" : "Login", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Biztonsági figyelmeztetés", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "A %s szolgáltatás elérése jelenleg HTTP-n keresztül történik. Nagyon ajánlott, hogy a kiszolgálót úgy állítsa be, hogy az elérés HTTPS-en keresztül történjék.", + "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." : "Az adatkönytára és az itt levő fájlok valószínűleg elérhetők az internetről. Az ownCloud által beillesztett .htaccess fájl nem működik. Nagyon erősen ajánlott, hogy a webszervert úgy konfigurálja, hogy az adatkönyvtár ne legyen közvetlenül kívülről elérhető, vagy az adatkönyvtárt tegye a webszerver dokumentumfáján kívülre.", + "Setup Warning" : "A beállítással kapcsolatos figyelmeztetés", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ezt valószínűleg egy gyorsítótár ill. kódgyorsító, mint pl, a Zend, OPcache vagy eAccelererator okozza.", + "Database Performance Info" : "Információ az adatbázis teljesítményéről", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "A kiválasztott adatbázis az SQLite. Nagyobb telepítések esetén ezt érdemes megváltoztatni. Másik adatbázisra való áttéréshez használja a következő parancssori eszközt: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "A 'fileinfo' modul hiányzik", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "A 'fileinfo' PHP modul hiányzik. Erősen javasolt ennek a modulnak a telepítése, mert ezzel lényegesen jobb a MIME-típusok felismerése.", + "Your PHP version is outdated" : "A PHP verzió túl régi", + "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." : "A PHP verzió túl régi. Nagyon ajánlott legalább az 5.3.8-as vagy újabb verzióra frissíteni, mert a régebbi verziónál léteznek ismert hibák. Ezért lehetséges, hogy ez a telepítés majd nem működik megfelelően.", + "PHP charset is not set to UTF-8" : "A PHP-karakterkészlet nem UTF-8-ra van állítva", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "A PHP-karakterkészlet nem UTF-8-ra van állítva. Ez komoly problémákat okozhat, ha valaki olyan fájlnevet használ, amiben nem csupán ASCII karakterek fordulnak elő. Feltétlenül javasoljuk, hogy a php.ini-ben a 'default_charset' paramétert állítsa 'UTF-8'-ra!", + "Locale not working" : "A nyelvi lokalizáció nem működik", + "System locale can not be set to a one which supports UTF-8." : "A rendszer lokalizációs állományai között nem sikerült olyat beállítani, ami támogatja az UTF-8-at.", + "This means that there might be problems with certain characters in file names." : "Ez azt jelenti, hogy probléma lehet bizonyos karakterekkel a fájlnevekben.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Feltétlenül javasoljuk, hogy telepítse a szükséges csomagokat ahhoz, hogy a rendszere támogassa a következő lokalizációk valamelyikét: %s", + "URL generation in notification emails" : "URL-képzés az értesítő e-mailekben", + "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\")" : "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwritewebroot\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")", + "Please double check the installation guides." : "Kérjük tüzetesen tanulmányozza át a telepítési útmutatót.", + "Cron" : "Ütemezett feladatok", + "Last cron was executed at %s." : "Az utolsó cron feladat ekkor futott le: %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Az utolsó cron feladat ekkor futott le: %s. Ez több, mint 1 órája történt, valami nincs rendben.", + "Cron was not executed yet!" : "A cron feladat még nem futott le!", + "Execute one task with each page loaded" : "Egy-egy feladat végrehajtása minden alkalommal, amikor egy weboldalt letöltenek", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "A cron.php webcron szolgáltatásként van regisztrálva, hogy 15 percenként egyszer lefuttassa a cron.php-t.", + "Use system's cron service to call the cron.php file every 15 minutes." : "A rendszer cron szolgáltatását használjuk, mely a cron.php állományt futtatja le 15 percenként.", + "Sharing" : "Megosztás", + "Allow apps to use the Share API" : "Lehetővé teszi, hogy a programmodulok is használhassák a megosztást", + "Allow users to share via link" : "Engedjük meg az állományok linkekkel történő megosztását", + "Enforce password protection" : "Legyen kötelező a linkek jelszóval való védelme", + "Allow public uploads" : "Nyilvános feltöltés engedélyezése", + "Set default expiration date" : "Alapértelmezett lejárati idő beállítása", + "Expire after " : "A lejárat legyen", + "days" : "nap", + "Enforce expiration date" : "A beállított lejárati idő legyen kötelezően érvényes", + "Allow resharing" : "A megosztás továbbadásának engedélyezése", + "Restrict users to only share with users in their groups" : "A csoporttagok csak a saját csoportjukon belül oszthassanak meg anyagokat", + "Allow users to send mail notification for shared files" : "A felhasználók küldhessenek e-mail értesítést a megosztás létrejöttéről", + "Exclude groups from sharing" : "Csoportok megosztási jogának tiltása", + "These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.", + "Security" : "Biztonság", + "Enforce HTTPS" : "Kötelező HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Kötelezővé teszi, hogy a böngészőprogramok titkosított csatornán kapcsolódjanak a %s szolgáltatáshoz.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Kérjük, hogy HTTPS protokollon keresztül kapcsolódjon a %s rendszerhez, ha be- vagy ki akarja kapcsolni a kötelező SSL-beállítást!", + "Email Server" : "E-mail kiszolgáló", + "This is used for sending out notifications." : "Ezt használjuk a jelentések kiküldésére.", + "Send mode" : "Küldési mód", + "From address" : "A feladó címe", + "mail" : "mail", + "Authentication method" : "A felhasználóazonosítás módszere", + "Authentication required" : "Felhasználóazonosítás szükséges", + "Server address" : "A kiszolgáló címe", + "Port" : "Port", + "Credentials" : "Azonosítók", + "SMTP Username" : "SMTP felhasználónév", + "SMTP Password" : "SMTP jelszó", + "Test email settings" : "Az e-mail beállítások ellenőrzése", + "Send email" : "E-mail küldése", + "Log" : "Naplózás", + "Log level" : "Naplózási szint", + "More" : "Több", + "Less" : "Kevesebb", + "Version" : "Verzió", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "A programot az ownCloud közösség fejleszti. A forráskód az AGPL feltételei mellett használható föl.", + "by" : "közreadta:", + "Documentation:" : "Leírások:", + "User Documentation" : "Felhasználói leírás", + "Admin Documentation" : "Adminisztrátori leírás", + "Enable only for specific groups" : "Csak bizonyos csoportok számára tegyük elérhetővé", + "Uninstall App" : "Az alkalmazás eltávolítása", + "Administrator Documentation" : "Üzemeltetői leírás", + "Online Documentation" : "Online leírás", + "Forum" : "Fórum", + "Bugtracker" : "Hibabejelentések", + "Commercial Support" : "Megvásárolható támogatás", + "Get the apps to sync your files" : "Töltse le az állományok szinkronizációjához szükséges programokat!", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Ha támogatni kívánja a projektet\n csatlakozzon a fejlesztőkhöz\n vagy\n terjessze a program hírét!", + "Show First Run Wizard again" : "Nézzük meg újra az első bejelentkezéskori segítséget!", + "You have used %s of the available %s" : "Az Ön tárterület-felhasználása jelenleg: %s. Maximálisan ennyi áll rendelkezésére: %s", + "Password" : "Jelszó", + "Your password was changed" : "A jelszava megváltozott", + "Unable to change your password" : "A jelszó nem változtatható meg", + "Current password" : "A jelenlegi jelszó", + "New password" : "Az új jelszó", + "Change password" : "A jelszó megváltoztatása", + "Full Name" : "Teljes név", + "Email" : "E-mail", + "Your email address" : "Az Ön e-mail címe", + "Fill in an email address to enable password recovery and receive notifications" : "Adja meg az e-mail címét, hogy vissza tudja állítani a jelszavát, illetve, hogy rendszeres jelentéseket kaphasson!", + "Profile picture" : "Profilkép", + "Upload new" : "Új feltöltése", + "Select new from Files" : "Új kiválasztása a Fájlokból", + "Remove image" : "A kép eltávolítása", + "Either png or jpg. Ideally square but you will be able to crop it." : "A kép png vagy jpg formátumban legyen. Legjobb, ha négyzet alakú, de később még átszabható.", + "Your avatar is provided by your original account." : "A kép az eredeti bejelentkezési adatai alapján lett beállítva.", + "Cancel" : "Mégsem", + "Choose as profile image" : "Válasszuk ki profilképnek", + "Language" : "Nyelv", + "Help translate" : "Segítsen a fordításban!", + "Import Root Certificate" : "SSL tanúsítványok importálása", + "The encryption app is no longer enabled, please decrypt all your files" : "A titkosító alkalmazás a továbbiakban nincs engedélyezve, kérem állítsa vissza az állományait titkostásmentes állapotba!", + "Log-in password" : "Bejelentkezési jelszó", + "Decrypt all Files" : "Mentesíti a titkosítástól az összes fájlt", + "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." : "A titkosító kulcsai egy mentési területre kerültek. Ha valami hiba történik, még vissza tudja állítani a titkosító kulcsait. Csak akkor törölje őket véglegesen, ha biztos benne, hogy minden állományt sikerült a visszaállítani a titkosított állapotából.", + "Restore Encryption Keys" : "A titkosító kulcsok visszaállítása", + "Delete Encryption Keys" : "A titkosító kulcsok törlése", + "Login Name" : "Bejelentkezési név", + "Create" : "Létrehozás", + "Admin Recovery Password" : "Adminisztrátori jelszó az állományok visszanyerésére", + "Enter the recovery password in order to recover the users files during password change" : "Adja meg az adatok visszanyeréséhez szükséges jelszót arra az esetre, ha a felhasználók megváltoztatják a jelszavukat", + "Search Users and Groups" : "Keresés a felhasználók és a csoportok között", + "Add Group" : "Csoport létrehozása", + "Group" : "Csoport", + "Everyone" : "Mindenki", + "Admins" : "Adminok", + "Default Quota" : "Alapértelmezett kvóta", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Kérjük adja meg a tárolási kvótát (pl. \"512 MB\" vagy \"12 GB\")", + "Unlimited" : "Korlátlan", + "Other" : "Más", + "Username" : "Felhasználónév", + "Quota" : "Kvóta", + "Storage Location" : "A háttértár helye", + "Last Login" : "Utolsó bejelentkezés", + "change full name" : "a teljes név megváltoztatása", + "set new password" : "új jelszó beállítása", + "Default" : "Alapértelmezett" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/hu_HU.php b/settings/l10n/hu_HU.php deleted file mode 100644 index 9049326a12..0000000000 --- a/settings/l10n/hu_HU.php +++ /dev/null @@ -1,220 +0,0 @@ - "Bekapcsolva", -"Recommended" => "Ajánlott", -"Authentication error" => "Azonosítási hiba", -"Your full name has been changed." => "Az Ön teljes nevét módosítottuk.", -"Unable to change full name" => "Nem sikerült megváltoztatni a teljes nevét", -"Group already exists" => "A csoport már létezik", -"Unable to add group" => "A csoport nem hozható létre", -"Files decrypted successfully" => "A fájlok titkosítását sikeresen megszüntettük.", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Fájljainak titkosítását nem sikerült megszüntetni, kérjük forduljon a rendszergazdához!", -"Couldn't decrypt your files, check your password and try again" => "Fájljainak titkosítását nem sikerült megszüntetni, ellenőrizze a jelszavát, és próbálja újra!", -"Encryption keys deleted permanently" => "A titkosítási kulcsait véglegesen töröltük.", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "A titkosítási kulcsait nem sikerült véglegesen törölni, kérjük ellenőrizze az owncloud.log naplófájlt, vagy forduljon a rendszergazdához!", -"Couldn't remove app." => "Az alkalmazást nem sikerült eltávolítani.", -"Email saved" => "Elmentettük az e-mail címet", -"Invalid email" => "Hibás e-mail", -"Unable to delete group" => "A csoport nem törölhető", -"Unable to delete user" => "A felhasználó nem törölhető", -"Backups restored successfully" => "A kulcsokat sikereresen visszaállítottuk a mentésekből.", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "A titkosítási kulcsok visszaállítása nem sikerült. Kérjük ellenőrizze az owncloud.log naplófájlt vagy forduljon a rendszergazdához!", -"Language changed" => "A nyelv megváltozott", -"Invalid request" => "Érvénytelen kérés", -"Admins can't remove themself from the admin group" => "Adminisztrátorok nem távolíthatják el magukat az admin csoportból.", -"Unable to add user to group %s" => "A felhasználó nem adható hozzá ehhez a csoporthoz: %s", -"Unable to remove user from group %s" => "A felhasználó nem távolítható el ebből a csoportból: %s", -"Couldn't update app." => "A program frissítése nem sikerült.", -"Wrong password" => "Hibás jelszó", -"No user supplied" => "Nincs megadva felhasználó", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Adja meg az admin helyreállítási jelszót, máskülönben az összes felhasználói adat elveszik!", -"Wrong admin recovery password. Please check the password and try again." => "Hibás admin helyreállítási jelszó. Ellenőrizze a jelszót és próbálja újra!", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "A háttér-alrendszer nem támogatja a jelszómódosítást, de felhasználó titkosítási kulcsát sikeresen frissítettük.", -"Unable to change password" => "Nem sikerült megváltoztatni a jelszót", -"Saved" => "Elmentve", -"test email settings" => "e-mail beállítások ellenőrzése", -"If you received this email, the settings seem to be correct." => "Amennyiben megérkezett ez az e-mail akkor a beállítások megfelelők.", -"Email sent" => "Az e-mailt elküldtük", -"You need to set your user email before being able to send test emails." => "Előbb meg kell adnia az e-mail címét, mielőtt tesztelni tudná az e-mail küldést.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Biztos abban, hogy hozzá akarja adni \"{domain}\"-t a megbízható tartományokhoz?", -"Add trusted domain" => "Megbízható tartomány hozzáadása", -"Sending..." => "Küldés...", -"All" => "Mind", -"Please wait...." => "Kérem várjon...", -"Error while disabling app" => "Hiba az alkalmazás letiltása közben", -"Disable" => "Letiltás", -"Enable" => "Engedélyezés", -"Error while enabling app" => "Hiba az alkalmazás engedélyezése közben", -"Updating...." => "Frissítés folyamatban...", -"Error while updating app" => "Hiba történt az alkalmazás frissítése közben", -"Updated" => "Frissítve", -"Uninstalling ...." => "Eltávolítás ...", -"Error while uninstalling app" => "Hiba történt az alkalmazás eltávolítása közben", -"Uninstall" => "Eltávolítás", -"Select a profile picture" => "Válasszon profilképet!", -"Very weak password" => "Nagyon gyenge jelszó", -"Weak password" => "Gyenge jelszó", -"So-so password" => "Nem túl jó jelszó", -"Good password" => "Jó jelszó", -"Strong password" => "Erős jelszó", -"Delete" => "Törlés", -"Decrypting files... Please wait, this can take some time." => "A fájlok titkosításának megszüntetése folyamatban. van... Kérem várjon, ez hosszabb ideig is eltarthat ...", -"Delete encryption keys permanently." => "A tikosítási kulcsok végleges törlése.", -"Restore encryption keys." => "A titkosítási kulcsok visszaállítása.", -"Groups" => "Csoportok", -"Unable to delete {objName}" => "Ezt nem sikerült törölni: {objName}", -"Error creating group" => "Hiba történt a csoport létrehozása közben", -"A valid group name must be provided" => "Érvényes csoportnevet kell megadni", -"deleted {groupName}" => "törölve: {groupName}", -"undo" => "visszavonás", -"never" => "soha", -"deleted {userName}" => "törölve: {userName}", -"add group" => "csoport hozzáadása", -"A valid username must be provided" => "Érvényes felhasználónevet kell megadnia", -"Error creating user" => "A felhasználó nem hozható létre", -"A valid password must be provided" => "Érvényes jelszót kell megadnia", -"Warning: Home directory for user \"{user}\" already exists" => "Figyelmeztetés: A felhasználó \"{user}\" kezdő könyvtára már létezik", -"__language_name__" => "__language_name__", -"SSL root certificates" => "SSL tanúsítványok", -"Encryption" => "Titkosítás", -"Everything (fatal issues, errors, warnings, info, debug)" => "Minden (végzetes hibák, hibák, figyelmeztetések, információk, hibakeresési üzenetek)", -"Info, warnings, errors and fatal issues" => "Információk, figyelmeztetések, hibák és végzetes hibák", -"Warnings, errors and fatal issues" => "Figyelmeztetések, hibák és végzetes hibák", -"Errors and fatal issues" => "Hibák és végzetes hibák", -"Fatal issues only" => "Csak a végzetes hibák", -"None" => "Egyik sem", -"Login" => "Login", -"Plain" => "Plain", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Biztonsági figyelmeztetés", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "A %s szolgáltatás elérése jelenleg HTTP-n keresztül történik. Nagyon ajánlott, hogy a kiszolgálót úgy állítsa be, hogy az elérés HTTPS-en keresztül történjék.", -"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." => "Az adatkönytára és az itt levő fájlok valószínűleg elérhetők az internetről. Az ownCloud által beillesztett .htaccess fájl nem működik. Nagyon erősen ajánlott, hogy a webszervert úgy konfigurálja, hogy az adatkönyvtár ne legyen közvetlenül kívülről elérhető, vagy az adatkönyvtárt tegye a webszerver dokumentumfáján kívülre.", -"Setup Warning" => "A beállítással kapcsolatos figyelmeztetés", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "Úgy tűnik, hogy a PHP úgy van beállítva, hogy eltávolítja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvető fontosságú eleme működésképtelen lesz.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Ezt valószínűleg egy gyorsítótár ill. kódgyorsító, mint pl, a Zend, OPcache vagy eAccelererator okozza.", -"Database Performance Info" => "Információ az adatbázis teljesítményéről", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "A kiválasztott adatbázis az SQLite. Nagyobb telepítések esetén ezt érdemes megváltoztatni. Másik adatbázisra való áttéréshez használja a következő parancssori eszközt: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "A 'fileinfo' modul hiányzik", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "A 'fileinfo' PHP modul hiányzik. Erősen javasolt ennek a modulnak a telepítése, mert ezzel lényegesen jobb a MIME-típusok felismerése.", -"Your PHP version is outdated" => "A PHP verzió túl régi", -"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." => "A PHP verzió túl régi. Nagyon ajánlott legalább az 5.3.8-as vagy újabb verzióra frissíteni, mert a régebbi verziónál léteznek ismert hibák. Ezért lehetséges, hogy ez a telepítés majd nem működik megfelelően.", -"PHP charset is not set to UTF-8" => "A PHP-karakterkészlet nem UTF-8-ra van állítva", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "A PHP-karakterkészlet nem UTF-8-ra van állítva. Ez komoly problémákat okozhat, ha valaki olyan fájlnevet használ, amiben nem csupán ASCII karakterek fordulnak elő. Feltétlenül javasoljuk, hogy a php.ini-ben a 'default_charset' paramétert állítsa 'UTF-8'-ra!", -"Locale not working" => "A nyelvi lokalizáció nem működik", -"System locale can not be set to a one which supports UTF-8." => "A rendszer lokalizációs állományai között nem sikerült olyat beállítani, ami támogatja az UTF-8-at.", -"This means that there might be problems with certain characters in file names." => "Ez azt jelenti, hogy probléma lehet bizonyos karakterekkel a fájlnevekben.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Feltétlenül javasoljuk, hogy telepítse a szükséges csomagokat ahhoz, hogy a rendszere támogassa a következő lokalizációk valamelyikét: %s", -"URL generation in notification emails" => "URL-képzés az értesítő e-mailekben", -"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\")" => "Ha a telepítése nem a webkiszolgáló gyökerében van, és a rendszer cron szolgáltatását használja, akkor problémák lehetnek az URL-ek képzésével. Ezek elkerülése érdekében állítsa be a config.php-ban az \"overwritewebroot\" paramétert a telepítés által használt webútvonalra. (Javasolt beállítás: \"%s\")", -"Please double check the installation guides." => "Kérjük tüzetesen tanulmányozza át a telepítési útmutatót.", -"Cron" => "Ütemezett feladatok", -"Last cron was executed at %s." => "Az utolsó cron feladat ekkor futott le: %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Az utolsó cron feladat ekkor futott le: %s. Ez több, mint 1 órája történt, valami nincs rendben.", -"Cron was not executed yet!" => "A cron feladat még nem futott le!", -"Execute one task with each page loaded" => "Egy-egy feladat végrehajtása minden alkalommal, amikor egy weboldalt letöltenek", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "A cron.php webcron szolgáltatásként van regisztrálva, hogy 15 percenként egyszer lefuttassa a cron.php-t.", -"Use system's cron service to call the cron.php file every 15 minutes." => "A rendszer cron szolgáltatását használjuk, mely a cron.php állományt futtatja le 15 percenként.", -"Sharing" => "Megosztás", -"Allow apps to use the Share API" => "Lehetővé teszi, hogy a programmodulok is használhassák a megosztást", -"Allow users to share via link" => "Engedjük meg az állományok linkekkel történő megosztását", -"Enforce password protection" => "Legyen kötelező a linkek jelszóval való védelme", -"Allow public uploads" => "Nyilvános feltöltés engedélyezése", -"Set default expiration date" => "Alapértelmezett lejárati idő beállítása", -"Expire after " => "A lejárat legyen", -"days" => "nap", -"Enforce expiration date" => "A beállított lejárati idő legyen kötelezően érvényes", -"Allow resharing" => "A megosztás továbbadásának engedélyezése", -"Restrict users to only share with users in their groups" => "A csoporttagok csak a saját csoportjukon belül oszthassanak meg anyagokat", -"Allow users to send mail notification for shared files" => "A felhasználók küldhessenek e-mail értesítést a megosztás létrejöttéről", -"Exclude groups from sharing" => "Csoportok megosztási jogának tiltása", -"These groups will still be able to receive shares, but not to initiate them." => "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.", -"Security" => "Biztonság", -"Enforce HTTPS" => "Kötelező HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Kötelezővé teszi, hogy a böngészőprogramok titkosított csatornán kapcsolódjanak a %s szolgáltatáshoz.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Kérjük, hogy HTTPS protokollon keresztül kapcsolódjon a %s rendszerhez, ha be- vagy ki akarja kapcsolni a kötelező SSL-beállítást!", -"Email Server" => "E-mail kiszolgáló", -"This is used for sending out notifications." => "Ezt használjuk a jelentések kiküldésére.", -"Send mode" => "Küldési mód", -"From address" => "A feladó címe", -"mail" => "mail", -"Authentication method" => "A felhasználóazonosítás módszere", -"Authentication required" => "Felhasználóazonosítás szükséges", -"Server address" => "A kiszolgáló címe", -"Port" => "Port", -"Credentials" => "Azonosítók", -"SMTP Username" => "SMTP felhasználónév", -"SMTP Password" => "SMTP jelszó", -"Test email settings" => "Az e-mail beállítások ellenőrzése", -"Send email" => "E-mail küldése", -"Log" => "Naplózás", -"Log level" => "Naplózási szint", -"More" => "Több", -"Less" => "Kevesebb", -"Version" => "Verzió", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "A programot az ownCloud közösség fejleszti. A forráskód az AGPL feltételei mellett használható föl.", -"by" => "közreadta:", -"Documentation:" => "Leírások:", -"User Documentation" => "Felhasználói leírás", -"Admin Documentation" => "Adminisztrátori leírás", -"Enable only for specific groups" => "Csak bizonyos csoportok számára tegyük elérhetővé", -"Uninstall App" => "Az alkalmazás eltávolítása", -"Administrator Documentation" => "Üzemeltetői leírás", -"Online Documentation" => "Online leírás", -"Forum" => "Fórum", -"Bugtracker" => "Hibabejelentések", -"Commercial Support" => "Megvásárolható támogatás", -"Get the apps to sync your files" => "Töltse le az állományok szinkronizációjához szükséges programokat!", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Ha támogatni kívánja a projektet\n csatlakozzon a fejlesztőkhöz\n vagy\n terjessze a program hírét!", -"Show First Run Wizard again" => "Nézzük meg újra az első bejelentkezéskori segítséget!", -"You have used %s of the available %s" => "Az Ön tárterület-felhasználása jelenleg: %s. Maximálisan ennyi áll rendelkezésére: %s", -"Password" => "Jelszó", -"Your password was changed" => "A jelszava megváltozott", -"Unable to change your password" => "A jelszó nem változtatható meg", -"Current password" => "A jelenlegi jelszó", -"New password" => "Az új jelszó", -"Change password" => "A jelszó megváltoztatása", -"Full Name" => "Teljes név", -"Email" => "E-mail", -"Your email address" => "Az Ön e-mail címe", -"Fill in an email address to enable password recovery and receive notifications" => "Adja meg az e-mail címét, hogy vissza tudja állítani a jelszavát, illetve, hogy rendszeres jelentéseket kaphasson!", -"Profile picture" => "Profilkép", -"Upload new" => "Új feltöltése", -"Select new from Files" => "Új kiválasztása a Fájlokból", -"Remove image" => "A kép eltávolítása", -"Either png or jpg. Ideally square but you will be able to crop it." => "A kép png vagy jpg formátumban legyen. Legjobb, ha négyzet alakú, de később még átszabható.", -"Your avatar is provided by your original account." => "A kép az eredeti bejelentkezési adatai alapján lett beállítva.", -"Cancel" => "Mégsem", -"Choose as profile image" => "Válasszuk ki profilképnek", -"Language" => "Nyelv", -"Help translate" => "Segítsen a fordításban!", -"Import Root Certificate" => "SSL tanúsítványok importálása", -"The encryption app is no longer enabled, please decrypt all your files" => "A titkosító alkalmazás a továbbiakban nincs engedélyezve, kérem állítsa vissza az állományait titkostásmentes állapotba!", -"Log-in password" => "Bejelentkezési jelszó", -"Decrypt all Files" => "Mentesíti a titkosítástól az összes fájlt", -"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." => "A titkosító kulcsai egy mentési területre kerültek. Ha valami hiba történik, még vissza tudja állítani a titkosító kulcsait. Csak akkor törölje őket véglegesen, ha biztos benne, hogy minden állományt sikerült a visszaállítani a titkosított állapotából.", -"Restore Encryption Keys" => "A titkosító kulcsok visszaállítása", -"Delete Encryption Keys" => "A titkosító kulcsok törlése", -"Login Name" => "Bejelentkezési név", -"Create" => "Létrehozás", -"Admin Recovery Password" => "Adminisztrátori jelszó az állományok visszanyerésére", -"Enter the recovery password in order to recover the users files during password change" => "Adja meg az adatok visszanyeréséhez szükséges jelszót arra az esetre, ha a felhasználók megváltoztatják a jelszavukat", -"Search Users and Groups" => "Keresés a felhasználók és a csoportok között", -"Add Group" => "Csoport létrehozása", -"Group" => "Csoport", -"Everyone" => "Mindenki", -"Admins" => "Adminok", -"Default Quota" => "Alapértelmezett kvóta", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Kérjük adja meg a tárolási kvótát (pl. \"512 MB\" vagy \"12 GB\")", -"Unlimited" => "Korlátlan", -"Other" => "Más", -"Username" => "Felhasználónév", -"Quota" => "Kvóta", -"Storage Location" => "A háttértár helye", -"Last Login" => "Utolsó bejelentkezés", -"change full name" => "a teljes név megváltoztatása", -"set new password" => "új jelszó beállítása", -"Default" => "Alapértelmezett" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/hy.js b/settings/l10n/hy.js new file mode 100644 index 0000000000..e73644e2e0 --- /dev/null +++ b/settings/l10n/hy.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "settings", + { + "Delete" : "Ջնջել", + "Other" : "Այլ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/hy.json b/settings/l10n/hy.json new file mode 100644 index 0000000000..e3706d9554 --- /dev/null +++ b/settings/l10n/hy.json @@ -0,0 +1,5 @@ +{ "translations": { + "Delete" : "Ջնջել", + "Other" : "Այլ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/hy.php b/settings/l10n/hy.php deleted file mode 100644 index d73cb37a76..0000000000 --- a/settings/l10n/hy.php +++ /dev/null @@ -1,6 +0,0 @@ - "Ջնջել", -"Other" => "Այլ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ia.js b/settings/l10n/ia.js new file mode 100644 index 0000000000..ffc7220a42 --- /dev/null +++ b/settings/l10n/ia.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "settings", + { + "Language changed" : "Linguage cambiate", + "Invalid request" : "Requesta invalide", + "Saved" : "Salveguardate", + "Email sent" : "Message de e-posta inviate", + "Very weak password" : "Contrasigno multo debile", + "Weak password" : "Contrasigno debile", + "So-so password" : "Contrasigno passabile", + "Good password" : "Contrasigno bon", + "Strong password" : "Contrasigno forte", + "Delete" : "Deler", + "Groups" : "Gruppos", + "never" : "nunquam", + "__language_name__" : "Interlingua", + "Security Warning" : "Aviso de securitate", + "Log" : "Registro", + "More" : "Plus", + "by" : "per", + "Get the apps to sync your files" : "Obtene le apps (applicationes) pro synchronizar tu files", + "Password" : "Contrasigno", + "Unable to change your password" : "Non pote cambiar tu contrasigno", + "Current password" : "Contrasigno currente", + "New password" : "Nove contrasigno", + "Change password" : "Cambiar contrasigno", + "Email" : "E-posta", + "Your email address" : "Tu adresse de e-posta", + "Profile picture" : "Imagine de profilo", + "Cancel" : "Cancellar", + "Language" : "Linguage", + "Help translate" : "Adjuta a traducer", + "Create" : "Crear", + "Group" : "Gruppo", + "Default Quota" : "Quota predeterminate", + "Other" : "Altere", + "Username" : "Nomine de usator", + "Quota" : "Quota" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ia.json b/settings/l10n/ia.json new file mode 100644 index 0000000000..b231ba1664 --- /dev/null +++ b/settings/l10n/ia.json @@ -0,0 +1,38 @@ +{ "translations": { + "Language changed" : "Linguage cambiate", + "Invalid request" : "Requesta invalide", + "Saved" : "Salveguardate", + "Email sent" : "Message de e-posta inviate", + "Very weak password" : "Contrasigno multo debile", + "Weak password" : "Contrasigno debile", + "So-so password" : "Contrasigno passabile", + "Good password" : "Contrasigno bon", + "Strong password" : "Contrasigno forte", + "Delete" : "Deler", + "Groups" : "Gruppos", + "never" : "nunquam", + "__language_name__" : "Interlingua", + "Security Warning" : "Aviso de securitate", + "Log" : "Registro", + "More" : "Plus", + "by" : "per", + "Get the apps to sync your files" : "Obtene le apps (applicationes) pro synchronizar tu files", + "Password" : "Contrasigno", + "Unable to change your password" : "Non pote cambiar tu contrasigno", + "Current password" : "Contrasigno currente", + "New password" : "Nove contrasigno", + "Change password" : "Cambiar contrasigno", + "Email" : "E-posta", + "Your email address" : "Tu adresse de e-posta", + "Profile picture" : "Imagine de profilo", + "Cancel" : "Cancellar", + "Language" : "Linguage", + "Help translate" : "Adjuta a traducer", + "Create" : "Crear", + "Group" : "Gruppo", + "Default Quota" : "Quota predeterminate", + "Other" : "Altere", + "Username" : "Nomine de usator", + "Quota" : "Quota" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ia.php b/settings/l10n/ia.php deleted file mode 100644 index f348af7821..0000000000 --- a/settings/l10n/ia.php +++ /dev/null @@ -1,39 +0,0 @@ - "Linguage cambiate", -"Invalid request" => "Requesta invalide", -"Saved" => "Salveguardate", -"Email sent" => "Message de e-posta inviate", -"Very weak password" => "Contrasigno multo debile", -"Weak password" => "Contrasigno debile", -"So-so password" => "Contrasigno passabile", -"Good password" => "Contrasigno bon", -"Strong password" => "Contrasigno forte", -"Delete" => "Deler", -"Groups" => "Gruppos", -"never" => "nunquam", -"__language_name__" => "Interlingua", -"Security Warning" => "Aviso de securitate", -"Log" => "Registro", -"More" => "Plus", -"by" => "per", -"Get the apps to sync your files" => "Obtene le apps (applicationes) pro synchronizar tu files", -"Password" => "Contrasigno", -"Unable to change your password" => "Non pote cambiar tu contrasigno", -"Current password" => "Contrasigno currente", -"New password" => "Nove contrasigno", -"Change password" => "Cambiar contrasigno", -"Email" => "E-posta", -"Your email address" => "Tu adresse de e-posta", -"Profile picture" => "Imagine de profilo", -"Cancel" => "Cancellar", -"Language" => "Linguage", -"Help translate" => "Adjuta a traducer", -"Create" => "Crear", -"Group" => "Gruppo", -"Default Quota" => "Quota predeterminate", -"Other" => "Altere", -"Username" => "Nomine de usator", -"Quota" => "Quota" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/id.js b/settings/l10n/id.js new file mode 100644 index 0000000000..7a27913daf --- /dev/null +++ b/settings/l10n/id.js @@ -0,0 +1,240 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Diaktifkan", + "Not enabled" : "Tidak diaktifkan", + "Recommended" : "Direkomendasikan", + "Authentication error" : "Terjadi kesalahan saat otentikasi", + "Your full name has been changed." : "Nama lengkap Anda telah diubah", + "Unable to change full name" : "Tidak dapat mengubah nama lengkap", + "Group already exists" : "Grup sudah ada", + "Unable to add group" : "Tidak dapat menambah grup", + "Files decrypted successfully" : "Berkas berhasil dideskripsi", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Tidak dapat mendeskripsi berkas Anda, mohon periksa owncloud.log Anda atau tanyakan pada administrator Anda", + "Couldn't decrypt your files, check your password and try again" : "Tidak dapat mendeskripsi berkas Anda, periksa sandi Anda dan coba lagi", + "Encryption keys deleted permanently" : "Kunci enkripsi dihapus secara permanen", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Tidak dapat menghapus kunci enkripsi anda secara permanen, mohon periksa owncloud.log atau tanyakan pada administrator Anda", + "Couldn't remove app." : "Tidak dapat menghapus aplikasi.", + "Email saved" : "Email disimpan", + "Invalid email" : "Email tidak valid", + "Unable to delete group" : "Tidak dapat menghapus grup", + "Unable to delete user" : "Tidak dapat menghapus pengguna", + "Backups restored successfully" : "Cadangan berhasil dipulihkan", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Tidak dapat memulihkan kunci enkripsi Anda, mohon periksa owncloud.log Anda atau tanyakan pada administrator Anda.", + "Language changed" : "Bahasa telah diubah", + "Invalid request" : "Permintaan tidak valid", + "Admins can't remove themself from the admin group" : "Admin tidak dapat menghapus dirinya sendiri dari grup admin", + "Unable to add user to group %s" : "Tidak dapat menambahkan pengguna ke grup %s", + "Unable to remove user from group %s" : "Tidak dapat menghapus pengguna dari grup %s", + "Couldn't update app." : "Tidak dapat memperbarui aplikasi.", + "Wrong password" : "Sandi salah", + "No user supplied" : "Tidak ada pengguna yang diberikan", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Mohon sediakan sandi pemulihan admin, jika tidak semua data pengguna akan terhapus", + "Wrong admin recovery password. Please check the password and try again." : "Sandi pemulihan admin salah. Periksa sandi dan ulangi kembali.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Back-end tidak mendukung perubahan password, tetapi kunci enkripsi pengguna berhasil diperbarui.", + "Unable to change password" : "Tidak dapat mengubah sandi", + "Saved" : "Disimpan", + "test email settings" : "pengaturan email percobaan", + "If you received this email, the settings seem to be correct." : "Jika Anda menerma email ini, pengaturan tampaknya sudah benar.", + "A problem occurred while sending the email. Please revise your settings." : "Muncul masalah tidak terduga saat mengirim email. Mohon merevisi pengaturan Anda.", + "Email sent" : "Email terkirim", + "You need to set your user email before being able to send test emails." : "Anda perlu menetapkan email pengguna Anda sebelum dapat mengirim email percobaan.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Apakah And yakin ingin menambahkan \"{domain}\" sebagai domain terpercaya?", + "Add trusted domain" : "Tambah domain terpercaya", + "Sending..." : "Mengirim", + "All" : "Semua", + "Please wait...." : "Mohon tunggu....", + "Error while disabling app" : "Terjadi kesalahan saat menonaktifkan aplikasi", + "Disable" : "Nonaktifkan", + "Enable" : "Aktifkan", + "Error while enabling app" : "Terjadi kesalahan saat mengakifkan aplikasi", + "Updating...." : "Memperbarui....", + "Error while updating app" : "Terjadi kesalahan saat memperbarui aplikasi", + "Updated" : "Diperbarui", + "Uninstalling ...." : "Mencopot ...", + "Error while uninstalling app" : "Terjadi kesalahan saat mencopot aplikasi", + "Uninstall" : "Copot", + "Select a profile picture" : "Pilih foto profil", + "Very weak password" : "Sandi sangat lemah", + "Weak password" : "Sandi lemah", + "So-so password" : "Sandi lumayan", + "Good password" : "Sandi baik", + "Strong password" : "Sandi kuat", + "Valid until {date}" : "Berlaku sampai {date}", + "Delete" : "Hapus", + "Decrypting files... Please wait, this can take some time." : "Mendeskripsi berkas... Mohon tunggu, ini memerlukan beberapa saat.", + "Delete encryption keys permanently." : "Hapus kunci enkripsi secara permanen.", + "Restore encryption keys." : "memulihkan kunci enkripsi.", + "Groups" : "Grup", + "Unable to delete {objName}" : "Tidak dapat menghapus {objName}", + "Error creating group" : "Terjadi kesalahan saat membuat grup", + "A valid group name must be provided" : "Harus memberikan nama grup yang benar.", + "deleted {groupName}" : "menghapus {groupName}", + "undo" : "urungkan", + "no group" : "tanpa grup", + "never" : "tidak pernah", + "deleted {userName}" : "menghapus {userName}", + "add group" : "tambah grup", + "A valid username must be provided" : "Harus memberikan nama pengguna yang benar", + "Error creating user" : "Terjadi kesalahan saat membuat pengguna", + "A valid password must be provided" : "Harus memberikan sandi yang benar", + "Warning: Home directory for user \"{user}\" already exists" : "Peringatan: Direktori home untuk pengguna \"{user}\" sudah ada", + "__language_name__" : "__language_name__", + "Personal Info" : "Info Pribadi", + "SSL root certificates" : "Sertifikat root SSL", + "Encryption" : "Enkripsi", + "Everything (fatal issues, errors, warnings, info, debug)" : "Semuanya (Masalah fatal, galat, peringatan, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, peringatan, galat dan masalah fatal", + "Warnings, errors and fatal issues" : "Peringatan, galat dan masalah fatal", + "Errors and fatal issues" : "Galat dan masalah fatal", + "Fatal issues only" : "Hanya masalah fatal", + "None" : "Tidak ada", + "Login" : "Masuk", + "Plain" : "Biasa", + "NT LAN Manager" : "Manajer NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Peringatan Keamanan", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Anda mengakses %s melalui HTTP. Kami sangat menyarankan Anda untuk mengkonfigurasi server dengan menggunakan HTTPS sebagai gantinya.", + "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." : "Direktori data dan berkas Anda mungkin dapat diakses dari internet. Berkas .htaccess tidak bekerja. Kami sangat menyarankan untuk mengkonfigurasi server web Anda agar direktori data tidak lagi dapat diakses atau Anda dapat memindahkan direktori data di luar dokumen root webserver.", + "Setup Warning" : "Peringatan Pengaturan", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Tampaknya pengaturan PHP strip inline doc blocks. Hal ini akan membuat beberapa aplikasi inti tidak dapat diakses.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hal ini kemungkinan disebabkan oleh cache/akselerator seperti Zend OPcache atau eAccelerator.", + "Database Performance Info" : "Info Performa Basis Data", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite akan digunakan sebagai basis data. Untuk instalasi besar, kami merekomendasikan untuk mengubahnya. Untuk berpindah ke basis data lainnya, gunakan alat baris perintah: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Modul 'fileinfo' tidak ada", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Module 'fileinfo' pada PHP tidak ada. Kami sangat menyarankan untuk mengaktifkan modul ini untuk mendapatkan hasil terbaik pada proses pendeteksian mime-type.", + "Your PHP version is outdated" : "Versi PHP telah usang", + "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." : "Versi PHP telah usang. Kami sangat menyarankan untuk diperbarui ke versi 5.3.8 atau yang lebih baru karena versi lama diketahui rusak. Ada kemungkinan bahwa instalasi ini tidak bekerja dengan benar.", + "PHP charset is not set to UTF-8" : "Charset PHP tidak disetel ke UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Charset PHP tidak disetel ke UTF-8. Hal ini dapat menyebabkan masalah besar dengan karakter non-ASCII di nama berkas. Kami sangat merekomendasikan untuk mengubah nilai 'default_charset' php.ini ke 'UTF-8'.", + "Locale not working" : "Kode pelokalan tidak berfungsi", + "System locale can not be set to a one which supports UTF-8." : "Sistem lokal tidak dapat diatur untuk satu yang mendukung UTF-8.", + "This means that there might be problems with certain characters in file names." : "Ini artinya mungkin ada masalah dengan karakter tertentu pada nama berkas.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Kami sangat menyarankan untuk menginstal paket yang dibutuhkan pada sistem agar mendukung salah satu bahasa berikut: %s.", + "URL generation in notification emails" : "URL dibuat dalam email pemberitahuan", + "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\")" : "Jika instalasi Anda tidak terinstal didalam root domain dan menggunakan cron sistem, ini dapat menyebabkan masalah dengan pembuatan URL. Untuk mencegah masalah ini, mohon atur opsi \"overwritewebroot\" didalam berkas config.php ke jalur lokasi webroot instalasi Anda (Disarankan: \"%s\")", + "Connectivity checks" : "Pemeriksaan konektivitas", + "No problems found" : "Masalah tidak ditemukan", + "Please double check the installation guides." : "Silakan periksa ulang panduan instalasi.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Cron terakhir dieksekusi pada %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Cron terakhir dieksekusi pada %s. Hal ini lebih dari sejam yang lalu, ada sesuatu yang salah.", + "Cron was not executed yet!" : "Cron masih belum dieksekusi!", + "Execute one task with each page loaded" : "Jalankan tugas setiap kali halaman dimuat", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php didaftarkan pada layanan webcron untuk memanggil cron.php setiap 15 menit melalui http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Gunakan layanan cron sistem untuk memanggil berkas cron.php setiap 15 menit.", + "Sharing" : "Berbagi", + "Allow apps to use the Share API" : "Izinkan aplikasi untuk menggunakan API Pembagian", + "Allow users to share via link" : "Izinkan pengguna untuk membagikan via tautan", + "Enforce password protection" : "Berlakukan perlindungan sandi", + "Allow public uploads" : "Izinkan unggahan publik", + "Set default expiration date" : "Atur tanggal kadaluarsa default", + "Expire after " : "Kadaluarsa setelah", + "days" : "hari", + "Enforce expiration date" : "Berlakukan tanggal kadaluarsa", + "Allow resharing" : "Izinkan pembagian ulang", + "Restrict users to only share with users in their groups" : "Batasi pengguna untuk hanya membagikan dengan pengguna didalam grup mereka", + "Allow users to send mail notification for shared files" : "Izinkan pengguna untuk mengirimkan email pemberitahuan untuk berkas berbagi", + "Exclude groups from sharing" : "Tidak termasuk grup untuk berbagi", + "These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan.", + "Security" : "Keamanan", + "Enforce HTTPS" : "Selalu Gunakan HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Memaksa klien untuk menghubungkan ke %s menggunakan sambungan yang dienskripsi.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Mohon sambungkan ke %s menggunakan HTTPS untuk mengaktifkannya atau menonaktifkan penegakan SSL.", + "Email Server" : "Server Email", + "This is used for sending out notifications." : "Ini digunakan untuk mengirim notifikasi keluar.", + "Send mode" : "Modus kirim", + "From address" : "Dari alamat", + "mail" : "email", + "Authentication method" : "Metode otentikasi", + "Authentication required" : "Diperlukan otentikasi", + "Server address" : "Alamat server", + "Port" : "port", + "Credentials" : "Kredensial", + "SMTP Username" : "Nama pengguna SMTP", + "SMTP Password" : "Sandi SMTP", + "Store credentials" : "Simpan kredensial", + "Test email settings" : "Pengaturan email percobaan", + "Send email" : "Kirim email", + "Log" : "Log", + "Log level" : "Level log", + "More" : "Lainnya", + "Less" : "Ciutkan", + "Version" : "Versi", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Dikembangkan oleh komunitas ownCloud, kode sumber dilisensikan di bawah AGPL.", + "More apps" : "Lebih banyak aplikasi", + "Add your app" : "Tambah aplikasi Anda", + "by" : "oleh", + "licensed" : "dilisensikan", + "Documentation:" : "Dokumentasi:", + "User Documentation" : "Dokumentasi Pengguna", + "Admin Documentation" : "Dokumentasi Admin", + "Update to %s" : "Perbarui ke %s", + "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu", + "Uninstall App" : "Copot aplikasi", + "Administrator Documentation" : "Dokumentasi Administrator", + "Online Documentation" : "Dokumentasi Online", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Dukungan Komersial", + "Get the apps to sync your files" : "Dapatkan aplikasi untuk sinkronisasi berkas Anda", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Jika Anda ingin mendukung proyek ini\n\t\tbergabung dengan pembagunan\n\t\tor\n\t\tsebarkan promosi!", + "Show First Run Wizard again" : "Tampilkan Penuntun Konfigurasi Awal", + "You have used %s of the available %s" : "Anda telah menggunakan %s dari total %s", + "Password" : "Sandi", + "Your password was changed" : "Sandi Anda telah diubah", + "Unable to change your password" : "Gagal mengubah sandi Anda", + "Current password" : "Sandi saat ini", + "New password" : "Sandi baru", + "Change password" : "Ubah sandi", + "Full Name" : "Nama Lengkap", + "Email" : "Email", + "Your email address" : "Alamat email Anda", + "Fill in an email address to enable password recovery and receive notifications" : "Isikan alamat email untuk mengaktifkan pemulihan sandi dan menerima notifikasi", + "Profile picture" : "Foto profil", + "Upload new" : "Unggah baru", + "Select new from Files" : "Pilih baru dari Berkas", + "Remove image" : "Hapus gambar", + "Either png or jpg. Ideally square but you will be able to crop it." : "Boleh png atau jpg. Idealnya berbentuk persegi tetapi jika tidak, Anda bisa memotongnya nanti.", + "Your avatar is provided by your original account." : "Avatar disediakan oleh akun asli Anda.", + "Cancel" : "Batal", + "Choose as profile image" : "Pilih sebagai gambar profil", + "Language" : "Bahasa", + "Help translate" : "Bantu menerjemahkan", + "Common Name" : "Nama umum", + "Valid until" : "Berlaku sampai", + "Issued By" : "Diterbitkan oleh", + "Valid until %s" : "Berlaku sampai %s", + "Import Root Certificate" : "Impor Sertifikat Root", + "The encryption app is no longer enabled, please decrypt all your files" : "Aplikasi enkripsi tidak lagi diaktifkan, silahkan mendekripsi semua file Anda", + "Log-in password" : "Sandi masuk", + "Decrypt all Files" : "Deskripsi semua Berkas", + "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." : "Kunci enkripsi Anda dipindahkan ke lokasi cadangan. Jika terjadi sesuatu yang tidak beres, Anda dapat memulihkan kunci. Hanya menghapusnya secara permanen jika Anda yakin bahwa semua berkas telah didekripsi dengan benar.", + "Restore Encryption Keys" : "Pulihkan Kunci Enkripsi", + "Delete Encryption Keys" : "Hapus Kuncu Enkripsi", + "Show storage location" : "Tampilkan kolasi penyimpanan", + "Show last log in" : "Tampilkan masuk terakhir", + "Login Name" : "Nama Masuk", + "Create" : "Buat", + "Admin Recovery Password" : "Sandi pemulihan Admin", + "Enter the recovery password in order to recover the users files during password change" : "Masukkan sandi pemulihan untuk memulihkan berkas pengguna saat penggantian sandi", + "Search Users and Groups" : "Telusuri Pengguna dan Grup", + "Add Group" : "Tambah Grup", + "Group" : "Grup", + "Everyone" : "Semua orang", + "Admins" : "Admin", + "Default Quota" : "Kuota default", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Silakan masukkan jumlah penyimpanan (contoh: \"512 MB\" atau \"12 GB\")", + "Unlimited" : "Tak terbatas", + "Other" : "Lainnya", + "Username" : "Nama pengguna", + "Group Admin for" : "Grup Admin untuk", + "Quota" : "Quota", + "Storage Location" : "Lokasi Penyimpanan", + "Last Login" : "Masuk Terakhir", + "change full name" : "ubah nama lengkap", + "set new password" : "setel sandi baru", + "Default" : "Default" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/id.json b/settings/l10n/id.json new file mode 100644 index 0000000000..cbfecf00f2 --- /dev/null +++ b/settings/l10n/id.json @@ -0,0 +1,238 @@ +{ "translations": { + "Enabled" : "Diaktifkan", + "Not enabled" : "Tidak diaktifkan", + "Recommended" : "Direkomendasikan", + "Authentication error" : "Terjadi kesalahan saat otentikasi", + "Your full name has been changed." : "Nama lengkap Anda telah diubah", + "Unable to change full name" : "Tidak dapat mengubah nama lengkap", + "Group already exists" : "Grup sudah ada", + "Unable to add group" : "Tidak dapat menambah grup", + "Files decrypted successfully" : "Berkas berhasil dideskripsi", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Tidak dapat mendeskripsi berkas Anda, mohon periksa owncloud.log Anda atau tanyakan pada administrator Anda", + "Couldn't decrypt your files, check your password and try again" : "Tidak dapat mendeskripsi berkas Anda, periksa sandi Anda dan coba lagi", + "Encryption keys deleted permanently" : "Kunci enkripsi dihapus secara permanen", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Tidak dapat menghapus kunci enkripsi anda secara permanen, mohon periksa owncloud.log atau tanyakan pada administrator Anda", + "Couldn't remove app." : "Tidak dapat menghapus aplikasi.", + "Email saved" : "Email disimpan", + "Invalid email" : "Email tidak valid", + "Unable to delete group" : "Tidak dapat menghapus grup", + "Unable to delete user" : "Tidak dapat menghapus pengguna", + "Backups restored successfully" : "Cadangan berhasil dipulihkan", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Tidak dapat memulihkan kunci enkripsi Anda, mohon periksa owncloud.log Anda atau tanyakan pada administrator Anda.", + "Language changed" : "Bahasa telah diubah", + "Invalid request" : "Permintaan tidak valid", + "Admins can't remove themself from the admin group" : "Admin tidak dapat menghapus dirinya sendiri dari grup admin", + "Unable to add user to group %s" : "Tidak dapat menambahkan pengguna ke grup %s", + "Unable to remove user from group %s" : "Tidak dapat menghapus pengguna dari grup %s", + "Couldn't update app." : "Tidak dapat memperbarui aplikasi.", + "Wrong password" : "Sandi salah", + "No user supplied" : "Tidak ada pengguna yang diberikan", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Mohon sediakan sandi pemulihan admin, jika tidak semua data pengguna akan terhapus", + "Wrong admin recovery password. Please check the password and try again." : "Sandi pemulihan admin salah. Periksa sandi dan ulangi kembali.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Back-end tidak mendukung perubahan password, tetapi kunci enkripsi pengguna berhasil diperbarui.", + "Unable to change password" : "Tidak dapat mengubah sandi", + "Saved" : "Disimpan", + "test email settings" : "pengaturan email percobaan", + "If you received this email, the settings seem to be correct." : "Jika Anda menerma email ini, pengaturan tampaknya sudah benar.", + "A problem occurred while sending the email. Please revise your settings." : "Muncul masalah tidak terduga saat mengirim email. Mohon merevisi pengaturan Anda.", + "Email sent" : "Email terkirim", + "You need to set your user email before being able to send test emails." : "Anda perlu menetapkan email pengguna Anda sebelum dapat mengirim email percobaan.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Apakah And yakin ingin menambahkan \"{domain}\" sebagai domain terpercaya?", + "Add trusted domain" : "Tambah domain terpercaya", + "Sending..." : "Mengirim", + "All" : "Semua", + "Please wait...." : "Mohon tunggu....", + "Error while disabling app" : "Terjadi kesalahan saat menonaktifkan aplikasi", + "Disable" : "Nonaktifkan", + "Enable" : "Aktifkan", + "Error while enabling app" : "Terjadi kesalahan saat mengakifkan aplikasi", + "Updating...." : "Memperbarui....", + "Error while updating app" : "Terjadi kesalahan saat memperbarui aplikasi", + "Updated" : "Diperbarui", + "Uninstalling ...." : "Mencopot ...", + "Error while uninstalling app" : "Terjadi kesalahan saat mencopot aplikasi", + "Uninstall" : "Copot", + "Select a profile picture" : "Pilih foto profil", + "Very weak password" : "Sandi sangat lemah", + "Weak password" : "Sandi lemah", + "So-so password" : "Sandi lumayan", + "Good password" : "Sandi baik", + "Strong password" : "Sandi kuat", + "Valid until {date}" : "Berlaku sampai {date}", + "Delete" : "Hapus", + "Decrypting files... Please wait, this can take some time." : "Mendeskripsi berkas... Mohon tunggu, ini memerlukan beberapa saat.", + "Delete encryption keys permanently." : "Hapus kunci enkripsi secara permanen.", + "Restore encryption keys." : "memulihkan kunci enkripsi.", + "Groups" : "Grup", + "Unable to delete {objName}" : "Tidak dapat menghapus {objName}", + "Error creating group" : "Terjadi kesalahan saat membuat grup", + "A valid group name must be provided" : "Harus memberikan nama grup yang benar.", + "deleted {groupName}" : "menghapus {groupName}", + "undo" : "urungkan", + "no group" : "tanpa grup", + "never" : "tidak pernah", + "deleted {userName}" : "menghapus {userName}", + "add group" : "tambah grup", + "A valid username must be provided" : "Harus memberikan nama pengguna yang benar", + "Error creating user" : "Terjadi kesalahan saat membuat pengguna", + "A valid password must be provided" : "Harus memberikan sandi yang benar", + "Warning: Home directory for user \"{user}\" already exists" : "Peringatan: Direktori home untuk pengguna \"{user}\" sudah ada", + "__language_name__" : "__language_name__", + "Personal Info" : "Info Pribadi", + "SSL root certificates" : "Sertifikat root SSL", + "Encryption" : "Enkripsi", + "Everything (fatal issues, errors, warnings, info, debug)" : "Semuanya (Masalah fatal, galat, peringatan, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, peringatan, galat dan masalah fatal", + "Warnings, errors and fatal issues" : "Peringatan, galat dan masalah fatal", + "Errors and fatal issues" : "Galat dan masalah fatal", + "Fatal issues only" : "Hanya masalah fatal", + "None" : "Tidak ada", + "Login" : "Masuk", + "Plain" : "Biasa", + "NT LAN Manager" : "Manajer NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Peringatan Keamanan", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Anda mengakses %s melalui HTTP. Kami sangat menyarankan Anda untuk mengkonfigurasi server dengan menggunakan HTTPS sebagai gantinya.", + "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." : "Direktori data dan berkas Anda mungkin dapat diakses dari internet. Berkas .htaccess tidak bekerja. Kami sangat menyarankan untuk mengkonfigurasi server web Anda agar direktori data tidak lagi dapat diakses atau Anda dapat memindahkan direktori data di luar dokumen root webserver.", + "Setup Warning" : "Peringatan Pengaturan", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Tampaknya pengaturan PHP strip inline doc blocks. Hal ini akan membuat beberapa aplikasi inti tidak dapat diakses.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hal ini kemungkinan disebabkan oleh cache/akselerator seperti Zend OPcache atau eAccelerator.", + "Database Performance Info" : "Info Performa Basis Data", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite akan digunakan sebagai basis data. Untuk instalasi besar, kami merekomendasikan untuk mengubahnya. Untuk berpindah ke basis data lainnya, gunakan alat baris perintah: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Modul 'fileinfo' tidak ada", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Module 'fileinfo' pada PHP tidak ada. Kami sangat menyarankan untuk mengaktifkan modul ini untuk mendapatkan hasil terbaik pada proses pendeteksian mime-type.", + "Your PHP version is outdated" : "Versi PHP telah usang", + "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." : "Versi PHP telah usang. Kami sangat menyarankan untuk diperbarui ke versi 5.3.8 atau yang lebih baru karena versi lama diketahui rusak. Ada kemungkinan bahwa instalasi ini tidak bekerja dengan benar.", + "PHP charset is not set to UTF-8" : "Charset PHP tidak disetel ke UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Charset PHP tidak disetel ke UTF-8. Hal ini dapat menyebabkan masalah besar dengan karakter non-ASCII di nama berkas. Kami sangat merekomendasikan untuk mengubah nilai 'default_charset' php.ini ke 'UTF-8'.", + "Locale not working" : "Kode pelokalan tidak berfungsi", + "System locale can not be set to a one which supports UTF-8." : "Sistem lokal tidak dapat diatur untuk satu yang mendukung UTF-8.", + "This means that there might be problems with certain characters in file names." : "Ini artinya mungkin ada masalah dengan karakter tertentu pada nama berkas.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Kami sangat menyarankan untuk menginstal paket yang dibutuhkan pada sistem agar mendukung salah satu bahasa berikut: %s.", + "URL generation in notification emails" : "URL dibuat dalam email pemberitahuan", + "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\")" : "Jika instalasi Anda tidak terinstal didalam root domain dan menggunakan cron sistem, ini dapat menyebabkan masalah dengan pembuatan URL. Untuk mencegah masalah ini, mohon atur opsi \"overwritewebroot\" didalam berkas config.php ke jalur lokasi webroot instalasi Anda (Disarankan: \"%s\")", + "Connectivity checks" : "Pemeriksaan konektivitas", + "No problems found" : "Masalah tidak ditemukan", + "Please double check the installation guides." : "Silakan periksa ulang panduan instalasi.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Cron terakhir dieksekusi pada %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Cron terakhir dieksekusi pada %s. Hal ini lebih dari sejam yang lalu, ada sesuatu yang salah.", + "Cron was not executed yet!" : "Cron masih belum dieksekusi!", + "Execute one task with each page loaded" : "Jalankan tugas setiap kali halaman dimuat", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php didaftarkan pada layanan webcron untuk memanggil cron.php setiap 15 menit melalui http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Gunakan layanan cron sistem untuk memanggil berkas cron.php setiap 15 menit.", + "Sharing" : "Berbagi", + "Allow apps to use the Share API" : "Izinkan aplikasi untuk menggunakan API Pembagian", + "Allow users to share via link" : "Izinkan pengguna untuk membagikan via tautan", + "Enforce password protection" : "Berlakukan perlindungan sandi", + "Allow public uploads" : "Izinkan unggahan publik", + "Set default expiration date" : "Atur tanggal kadaluarsa default", + "Expire after " : "Kadaluarsa setelah", + "days" : "hari", + "Enforce expiration date" : "Berlakukan tanggal kadaluarsa", + "Allow resharing" : "Izinkan pembagian ulang", + "Restrict users to only share with users in their groups" : "Batasi pengguna untuk hanya membagikan dengan pengguna didalam grup mereka", + "Allow users to send mail notification for shared files" : "Izinkan pengguna untuk mengirimkan email pemberitahuan untuk berkas berbagi", + "Exclude groups from sharing" : "Tidak termasuk grup untuk berbagi", + "These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan.", + "Security" : "Keamanan", + "Enforce HTTPS" : "Selalu Gunakan HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Memaksa klien untuk menghubungkan ke %s menggunakan sambungan yang dienskripsi.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Mohon sambungkan ke %s menggunakan HTTPS untuk mengaktifkannya atau menonaktifkan penegakan SSL.", + "Email Server" : "Server Email", + "This is used for sending out notifications." : "Ini digunakan untuk mengirim notifikasi keluar.", + "Send mode" : "Modus kirim", + "From address" : "Dari alamat", + "mail" : "email", + "Authentication method" : "Metode otentikasi", + "Authentication required" : "Diperlukan otentikasi", + "Server address" : "Alamat server", + "Port" : "port", + "Credentials" : "Kredensial", + "SMTP Username" : "Nama pengguna SMTP", + "SMTP Password" : "Sandi SMTP", + "Store credentials" : "Simpan kredensial", + "Test email settings" : "Pengaturan email percobaan", + "Send email" : "Kirim email", + "Log" : "Log", + "Log level" : "Level log", + "More" : "Lainnya", + "Less" : "Ciutkan", + "Version" : "Versi", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Dikembangkan oleh komunitas ownCloud, kode sumber dilisensikan di bawah AGPL.", + "More apps" : "Lebih banyak aplikasi", + "Add your app" : "Tambah aplikasi Anda", + "by" : "oleh", + "licensed" : "dilisensikan", + "Documentation:" : "Dokumentasi:", + "User Documentation" : "Dokumentasi Pengguna", + "Admin Documentation" : "Dokumentasi Admin", + "Update to %s" : "Perbarui ke %s", + "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu", + "Uninstall App" : "Copot aplikasi", + "Administrator Documentation" : "Dokumentasi Administrator", + "Online Documentation" : "Dokumentasi Online", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Dukungan Komersial", + "Get the apps to sync your files" : "Dapatkan aplikasi untuk sinkronisasi berkas Anda", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Jika Anda ingin mendukung proyek ini\n\t\tbergabung dengan pembagunan\n\t\tor\n\t\tsebarkan promosi!", + "Show First Run Wizard again" : "Tampilkan Penuntun Konfigurasi Awal", + "You have used %s of the available %s" : "Anda telah menggunakan %s dari total %s", + "Password" : "Sandi", + "Your password was changed" : "Sandi Anda telah diubah", + "Unable to change your password" : "Gagal mengubah sandi Anda", + "Current password" : "Sandi saat ini", + "New password" : "Sandi baru", + "Change password" : "Ubah sandi", + "Full Name" : "Nama Lengkap", + "Email" : "Email", + "Your email address" : "Alamat email Anda", + "Fill in an email address to enable password recovery and receive notifications" : "Isikan alamat email untuk mengaktifkan pemulihan sandi dan menerima notifikasi", + "Profile picture" : "Foto profil", + "Upload new" : "Unggah baru", + "Select new from Files" : "Pilih baru dari Berkas", + "Remove image" : "Hapus gambar", + "Either png or jpg. Ideally square but you will be able to crop it." : "Boleh png atau jpg. Idealnya berbentuk persegi tetapi jika tidak, Anda bisa memotongnya nanti.", + "Your avatar is provided by your original account." : "Avatar disediakan oleh akun asli Anda.", + "Cancel" : "Batal", + "Choose as profile image" : "Pilih sebagai gambar profil", + "Language" : "Bahasa", + "Help translate" : "Bantu menerjemahkan", + "Common Name" : "Nama umum", + "Valid until" : "Berlaku sampai", + "Issued By" : "Diterbitkan oleh", + "Valid until %s" : "Berlaku sampai %s", + "Import Root Certificate" : "Impor Sertifikat Root", + "The encryption app is no longer enabled, please decrypt all your files" : "Aplikasi enkripsi tidak lagi diaktifkan, silahkan mendekripsi semua file Anda", + "Log-in password" : "Sandi masuk", + "Decrypt all Files" : "Deskripsi semua Berkas", + "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." : "Kunci enkripsi Anda dipindahkan ke lokasi cadangan. Jika terjadi sesuatu yang tidak beres, Anda dapat memulihkan kunci. Hanya menghapusnya secara permanen jika Anda yakin bahwa semua berkas telah didekripsi dengan benar.", + "Restore Encryption Keys" : "Pulihkan Kunci Enkripsi", + "Delete Encryption Keys" : "Hapus Kuncu Enkripsi", + "Show storage location" : "Tampilkan kolasi penyimpanan", + "Show last log in" : "Tampilkan masuk terakhir", + "Login Name" : "Nama Masuk", + "Create" : "Buat", + "Admin Recovery Password" : "Sandi pemulihan Admin", + "Enter the recovery password in order to recover the users files during password change" : "Masukkan sandi pemulihan untuk memulihkan berkas pengguna saat penggantian sandi", + "Search Users and Groups" : "Telusuri Pengguna dan Grup", + "Add Group" : "Tambah Grup", + "Group" : "Grup", + "Everyone" : "Semua orang", + "Admins" : "Admin", + "Default Quota" : "Kuota default", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Silakan masukkan jumlah penyimpanan (contoh: \"512 MB\" atau \"12 GB\")", + "Unlimited" : "Tak terbatas", + "Other" : "Lainnya", + "Username" : "Nama pengguna", + "Group Admin for" : "Grup Admin untuk", + "Quota" : "Quota", + "Storage Location" : "Lokasi Penyimpanan", + "Last Login" : "Masuk Terakhir", + "change full name" : "ubah nama lengkap", + "set new password" : "setel sandi baru", + "Default" : "Default" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/id.php b/settings/l10n/id.php deleted file mode 100644 index 639d62b711..0000000000 --- a/settings/l10n/id.php +++ /dev/null @@ -1,239 +0,0 @@ - "Diaktifkan", -"Not enabled" => "Tidak diaktifkan", -"Recommended" => "Direkomendasikan", -"Authentication error" => "Terjadi kesalahan saat otentikasi", -"Your full name has been changed." => "Nama lengkap Anda telah diubah", -"Unable to change full name" => "Tidak dapat mengubah nama lengkap", -"Group already exists" => "Grup sudah ada", -"Unable to add group" => "Tidak dapat menambah grup", -"Files decrypted successfully" => "Berkas berhasil dideskripsi", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Tidak dapat mendeskripsi berkas Anda, mohon periksa owncloud.log Anda atau tanyakan pada administrator Anda", -"Couldn't decrypt your files, check your password and try again" => "Tidak dapat mendeskripsi berkas Anda, periksa sandi Anda dan coba lagi", -"Encryption keys deleted permanently" => "Kunci enkripsi dihapus secara permanen", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Tidak dapat menghapus kunci enkripsi anda secara permanen, mohon periksa owncloud.log atau tanyakan pada administrator Anda", -"Couldn't remove app." => "Tidak dapat menghapus aplikasi.", -"Email saved" => "Email disimpan", -"Invalid email" => "Email tidak valid", -"Unable to delete group" => "Tidak dapat menghapus grup", -"Unable to delete user" => "Tidak dapat menghapus pengguna", -"Backups restored successfully" => "Cadangan berhasil dipulihkan", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Tidak dapat memulihkan kunci enkripsi Anda, mohon periksa owncloud.log Anda atau tanyakan pada administrator Anda.", -"Language changed" => "Bahasa telah diubah", -"Invalid request" => "Permintaan tidak valid", -"Admins can't remove themself from the admin group" => "Admin tidak dapat menghapus dirinya sendiri dari grup admin", -"Unable to add user to group %s" => "Tidak dapat menambahkan pengguna ke grup %s", -"Unable to remove user from group %s" => "Tidak dapat menghapus pengguna dari grup %s", -"Couldn't update app." => "Tidak dapat memperbarui aplikasi.", -"Wrong password" => "Sandi salah", -"No user supplied" => "Tidak ada pengguna yang diberikan", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Mohon sediakan sandi pemulihan admin, jika tidak semua data pengguna akan terhapus", -"Wrong admin recovery password. Please check the password and try again." => "Sandi pemulihan admin salah. Periksa sandi dan ulangi kembali.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Back-end tidak mendukung perubahan password, tetapi kunci enkripsi pengguna berhasil diperbarui.", -"Unable to change password" => "Tidak dapat mengubah sandi", -"Saved" => "Disimpan", -"test email settings" => "pengaturan email percobaan", -"If you received this email, the settings seem to be correct." => "Jika Anda menerma email ini, pengaturan tampaknya sudah benar.", -"A problem occurred while sending the email. Please revise your settings." => "Muncul masalah tidak terduga saat mengirim email. Mohon merevisi pengaturan Anda.", -"Email sent" => "Email terkirim", -"You need to set your user email before being able to send test emails." => "Anda perlu menetapkan email pengguna Anda sebelum dapat mengirim email percobaan.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Apakah And yakin ingin menambahkan \"{domain}\" sebagai domain terpercaya?", -"Add trusted domain" => "Tambah domain terpercaya", -"Sending..." => "Mengirim", -"All" => "Semua", -"Please wait...." => "Mohon tunggu....", -"Error while disabling app" => "Terjadi kesalahan saat menonaktifkan aplikasi", -"Disable" => "Nonaktifkan", -"Enable" => "Aktifkan", -"Error while enabling app" => "Terjadi kesalahan saat mengakifkan aplikasi", -"Updating...." => "Memperbarui....", -"Error while updating app" => "Terjadi kesalahan saat memperbarui aplikasi", -"Updated" => "Diperbarui", -"Uninstalling ...." => "Mencopot ...", -"Error while uninstalling app" => "Terjadi kesalahan saat mencopot aplikasi", -"Uninstall" => "Copot", -"Select a profile picture" => "Pilih foto profil", -"Very weak password" => "Sandi sangat lemah", -"Weak password" => "Sandi lemah", -"So-so password" => "Sandi lumayan", -"Good password" => "Sandi baik", -"Strong password" => "Sandi kuat", -"Valid until {date}" => "Berlaku sampai {date}", -"Delete" => "Hapus", -"Decrypting files... Please wait, this can take some time." => "Mendeskripsi berkas... Mohon tunggu, ini memerlukan beberapa saat.", -"Delete encryption keys permanently." => "Hapus kunci enkripsi secara permanen.", -"Restore encryption keys." => "memulihkan kunci enkripsi.", -"Groups" => "Grup", -"Unable to delete {objName}" => "Tidak dapat menghapus {objName}", -"Error creating group" => "Terjadi kesalahan saat membuat grup", -"A valid group name must be provided" => "Harus memberikan nama grup yang benar.", -"deleted {groupName}" => "menghapus {groupName}", -"undo" => "urungkan", -"no group" => "tanpa grup", -"never" => "tidak pernah", -"deleted {userName}" => "menghapus {userName}", -"add group" => "tambah grup", -"A valid username must be provided" => "Harus memberikan nama pengguna yang benar", -"Error creating user" => "Terjadi kesalahan saat membuat pengguna", -"A valid password must be provided" => "Harus memberikan sandi yang benar", -"Warning: Home directory for user \"{user}\" already exists" => "Peringatan: Direktori home untuk pengguna \"{user}\" sudah ada", -"__language_name__" => "__language_name__", -"Personal Info" => "Info Pribadi", -"SSL root certificates" => "Sertifikat root SSL", -"Encryption" => "Enkripsi", -"Everything (fatal issues, errors, warnings, info, debug)" => "Semuanya (Masalah fatal, galat, peringatan, info, debug)", -"Info, warnings, errors and fatal issues" => "Info, peringatan, galat dan masalah fatal", -"Warnings, errors and fatal issues" => "Peringatan, galat dan masalah fatal", -"Errors and fatal issues" => "Galat dan masalah fatal", -"Fatal issues only" => "Hanya masalah fatal", -"None" => "Tidak ada", -"Login" => "Masuk", -"Plain" => "Biasa", -"NT LAN Manager" => "Manajer NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Peringatan Keamanan", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Anda mengakses %s melalui HTTP. Kami sangat menyarankan Anda untuk mengkonfigurasi server dengan menggunakan HTTPS sebagai gantinya.", -"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." => "Direktori data dan berkas Anda mungkin dapat diakses dari internet. Berkas .htaccess tidak bekerja. Kami sangat menyarankan untuk mengkonfigurasi server web Anda agar direktori data tidak lagi dapat diakses atau Anda dapat memindahkan direktori data di luar dokumen root webserver.", -"Setup Warning" => "Peringatan Pengaturan", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "Tampaknya pengaturan PHP strip inline doc blocks. Hal ini akan membuat beberapa aplikasi inti tidak dapat diakses.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Hal ini kemungkinan disebabkan oleh cache/akselerator seperti Zend OPcache atau eAccelerator.", -"Database Performance Info" => "Info Performa Basis Data", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite akan digunakan sebagai basis data. Untuk instalasi besar, kami merekomendasikan untuk mengubahnya. Untuk berpindah ke basis data lainnya, gunakan alat baris perintah: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Modul 'fileinfo' tidak ada", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Module 'fileinfo' pada PHP tidak ada. Kami sangat menyarankan untuk mengaktifkan modul ini untuk mendapatkan hasil terbaik pada proses pendeteksian mime-type.", -"Your PHP version is outdated" => "Versi PHP telah usang", -"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." => "Versi PHP telah usang. Kami sangat menyarankan untuk diperbarui ke versi 5.3.8 atau yang lebih baru karena versi lama diketahui rusak. Ada kemungkinan bahwa instalasi ini tidak bekerja dengan benar.", -"PHP charset is not set to UTF-8" => "Charset PHP tidak disetel ke UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "Charset PHP tidak disetel ke UTF-8. Hal ini dapat menyebabkan masalah besar dengan karakter non-ASCII di nama berkas. Kami sangat merekomendasikan untuk mengubah nilai 'default_charset' php.ini ke 'UTF-8'.", -"Locale not working" => "Kode pelokalan tidak berfungsi", -"System locale can not be set to a one which supports UTF-8." => "Sistem lokal tidak dapat diatur untuk satu yang mendukung UTF-8.", -"This means that there might be problems with certain characters in file names." => "Ini artinya mungkin ada masalah dengan karakter tertentu pada nama berkas.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Kami sangat menyarankan untuk menginstal paket yang dibutuhkan pada sistem agar mendukung salah satu bahasa berikut: %s.", -"URL generation in notification emails" => "URL dibuat dalam email pemberitahuan", -"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\")" => "Jika instalasi Anda tidak terinstal didalam root domain dan menggunakan cron sistem, ini dapat menyebabkan masalah dengan pembuatan URL. Untuk mencegah masalah ini, mohon atur opsi \"overwritewebroot\" didalam berkas config.php ke jalur lokasi webroot instalasi Anda (Disarankan: \"%s\")", -"Connectivity checks" => "Pemeriksaan konektivitas", -"No problems found" => "Masalah tidak ditemukan", -"Please double check the installation guides." => "Silakan periksa ulang panduan instalasi.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Cron terakhir dieksekusi pada %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Cron terakhir dieksekusi pada %s. Hal ini lebih dari sejam yang lalu, ada sesuatu yang salah.", -"Cron was not executed yet!" => "Cron masih belum dieksekusi!", -"Execute one task with each page loaded" => "Jalankan tugas setiap kali halaman dimuat", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php didaftarkan pada layanan webcron untuk memanggil cron.php setiap 15 menit melalui http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Gunakan layanan cron sistem untuk memanggil berkas cron.php setiap 15 menit.", -"Sharing" => "Berbagi", -"Allow apps to use the Share API" => "Izinkan aplikasi untuk menggunakan API Pembagian", -"Allow users to share via link" => "Izinkan pengguna untuk membagikan via tautan", -"Enforce password protection" => "Berlakukan perlindungan sandi", -"Allow public uploads" => "Izinkan unggahan publik", -"Set default expiration date" => "Atur tanggal kadaluarsa default", -"Expire after " => "Kadaluarsa setelah", -"days" => "hari", -"Enforce expiration date" => "Berlakukan tanggal kadaluarsa", -"Allow resharing" => "Izinkan pembagian ulang", -"Restrict users to only share with users in their groups" => "Batasi pengguna untuk hanya membagikan dengan pengguna didalam grup mereka", -"Allow users to send mail notification for shared files" => "Izinkan pengguna untuk mengirimkan email pemberitahuan untuk berkas berbagi", -"Exclude groups from sharing" => "Tidak termasuk grup untuk berbagi", -"These groups will still be able to receive shares, but not to initiate them." => "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan.", -"Security" => "Keamanan", -"Enforce HTTPS" => "Selalu Gunakan HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Memaksa klien untuk menghubungkan ke %s menggunakan sambungan yang dienskripsi.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Mohon sambungkan ke %s menggunakan HTTPS untuk mengaktifkannya atau menonaktifkan penegakan SSL.", -"Email Server" => "Server Email", -"This is used for sending out notifications." => "Ini digunakan untuk mengirim notifikasi keluar.", -"Send mode" => "Modus kirim", -"From address" => "Dari alamat", -"mail" => "email", -"Authentication method" => "Metode otentikasi", -"Authentication required" => "Diperlukan otentikasi", -"Server address" => "Alamat server", -"Port" => "port", -"Credentials" => "Kredensial", -"SMTP Username" => "Nama pengguna SMTP", -"SMTP Password" => "Sandi SMTP", -"Store credentials" => "Simpan kredensial", -"Test email settings" => "Pengaturan email percobaan", -"Send email" => "Kirim email", -"Log" => "Log", -"Log level" => "Level log", -"More" => "Lainnya", -"Less" => "Ciutkan", -"Version" => "Versi", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Dikembangkan oleh komunitas ownCloud, kode sumber dilisensikan di bawah AGPL.", -"More apps" => "Lebih banyak aplikasi", -"Add your app" => "Tambah aplikasi Anda", -"by" => "oleh", -"licensed" => "dilisensikan", -"Documentation:" => "Dokumentasi:", -"User Documentation" => "Dokumentasi Pengguna", -"Admin Documentation" => "Dokumentasi Admin", -"Update to %s" => "Perbarui ke %s", -"Enable only for specific groups" => "Aktifkan hanya untuk grup tertentu", -"Uninstall App" => "Copot aplikasi", -"Administrator Documentation" => "Dokumentasi Administrator", -"Online Documentation" => "Dokumentasi Online", -"Forum" => "Forum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Dukungan Komersial", -"Get the apps to sync your files" => "Dapatkan aplikasi untuk sinkronisasi berkas Anda", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Jika Anda ingin mendukung proyek ini\n\t\tbergabung dengan pembagunan\n\t\tor\n\t\tsebarkan promosi!", -"Show First Run Wizard again" => "Tampilkan Penuntun Konfigurasi Awal", -"You have used %s of the available %s" => "Anda telah menggunakan %s dari total %s", -"Password" => "Sandi", -"Your password was changed" => "Sandi Anda telah diubah", -"Unable to change your password" => "Gagal mengubah sandi Anda", -"Current password" => "Sandi saat ini", -"New password" => "Sandi baru", -"Change password" => "Ubah sandi", -"Full Name" => "Nama Lengkap", -"Email" => "Email", -"Your email address" => "Alamat email Anda", -"Fill in an email address to enable password recovery and receive notifications" => "Isikan alamat email untuk mengaktifkan pemulihan sandi dan menerima notifikasi", -"Profile picture" => "Foto profil", -"Upload new" => "Unggah baru", -"Select new from Files" => "Pilih baru dari Berkas", -"Remove image" => "Hapus gambar", -"Either png or jpg. Ideally square but you will be able to crop it." => "Boleh png atau jpg. Idealnya berbentuk persegi tetapi jika tidak, Anda bisa memotongnya nanti.", -"Your avatar is provided by your original account." => "Avatar disediakan oleh akun asli Anda.", -"Cancel" => "Batal", -"Choose as profile image" => "Pilih sebagai gambar profil", -"Language" => "Bahasa", -"Help translate" => "Bantu menerjemahkan", -"Common Name" => "Nama umum", -"Valid until" => "Berlaku sampai", -"Issued By" => "Diterbitkan oleh", -"Valid until %s" => "Berlaku sampai %s", -"Import Root Certificate" => "Impor Sertifikat Root", -"The encryption app is no longer enabled, please decrypt all your files" => "Aplikasi enkripsi tidak lagi diaktifkan, silahkan mendekripsi semua file Anda", -"Log-in password" => "Sandi masuk", -"Decrypt all Files" => "Deskripsi semua Berkas", -"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." => "Kunci enkripsi Anda dipindahkan ke lokasi cadangan. Jika terjadi sesuatu yang tidak beres, Anda dapat memulihkan kunci. Hanya menghapusnya secara permanen jika Anda yakin bahwa semua berkas telah didekripsi dengan benar.", -"Restore Encryption Keys" => "Pulihkan Kunci Enkripsi", -"Delete Encryption Keys" => "Hapus Kuncu Enkripsi", -"Show storage location" => "Tampilkan kolasi penyimpanan", -"Show last log in" => "Tampilkan masuk terakhir", -"Login Name" => "Nama Masuk", -"Create" => "Buat", -"Admin Recovery Password" => "Sandi pemulihan Admin", -"Enter the recovery password in order to recover the users files during password change" => "Masukkan sandi pemulihan untuk memulihkan berkas pengguna saat penggantian sandi", -"Search Users and Groups" => "Telusuri Pengguna dan Grup", -"Add Group" => "Tambah Grup", -"Group" => "Grup", -"Everyone" => "Semua orang", -"Admins" => "Admin", -"Default Quota" => "Kuota default", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Silakan masukkan jumlah penyimpanan (contoh: \"512 MB\" atau \"12 GB\")", -"Unlimited" => "Tak terbatas", -"Other" => "Lainnya", -"Username" => "Nama pengguna", -"Group Admin for" => "Grup Admin untuk", -"Quota" => "Quota", -"Storage Location" => "Lokasi Penyimpanan", -"Last Login" => "Masuk Terakhir", -"change full name" => "ubah nama lengkap", -"set new password" => "setel sandi baru", -"Default" => "Default" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/is.js b/settings/l10n/is.js new file mode 100644 index 0000000000..b73009b405 --- /dev/null +++ b/settings/l10n/is.js @@ -0,0 +1,62 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Villa við auðkenningu", + "Group already exists" : "Hópur er þegar til", + "Unable to add group" : "Ekki tókst að bæta við hóp", + "Email saved" : "Netfang vistað", + "Invalid email" : "Ógilt netfang", + "Unable to delete group" : "Ekki tókst að eyða hóp", + "Unable to delete user" : "Ekki tókst að eyða notenda", + "Language changed" : "Tungumáli breytt", + "Invalid request" : "Ógild fyrirspurn", + "Admins can't remove themself from the admin group" : "Stjórnendur geta ekki fjarlægt sjálfa sig úr stjórnendahóp", + "Unable to add user to group %s" : "Ekki tókst að bæta notenda við hópinn %s", + "Unable to remove user from group %s" : "Ekki tókst að fjarlægja notanda úr hópnum %s", + "Email sent" : "Tölvupóstur sendur", + "Please wait...." : "Andartak....", + "Disable" : "Gera óvirkt", + "Enable" : "Virkja", + "Updating...." : "Uppfæri...", + "Updated" : "Uppfært", + "Delete" : "Eyða", + "Groups" : "Hópar", + "undo" : "afturkalla", + "never" : "aldrei", + "__language_name__" : "__nafn_tungumáls__", + "SSL root certificates" : "SSL rótar skilríki", + "Encryption" : "Dulkóðun", + "None" : "Ekkert", + "Security Warning" : "Öryggis aðvörun", + "Server address" : "Host nafn netþjóns", + "More" : "Meira", + "Less" : "Minna", + "Version" : "Útgáfa", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Þróað af ownCloud samfélaginu, forrita kóðinn er skráðu með AGPL.", + "by" : "af", + "User Documentation" : "Notenda handbók", + "Administrator Documentation" : "Stjórnenda handbók", + "Online Documentation" : "Handbók á netinu", + "Forum" : "Vefspjall", + "Bugtracker" : "Villubókhald", + "Commercial Support" : "Borgaður stuðningur", + "You have used %s of the available %s" : "Þú hefur notað %s af tiltæku %s", + "Password" : "Lykilorð", + "Your password was changed" : "Lykilorði þínu hefur verið breytt", + "Unable to change your password" : "Ekki tókst að breyta lykilorðinu þínu", + "Current password" : "Núverandi lykilorð", + "New password" : "Nýtt lykilorð", + "Change password" : "Breyta lykilorði", + "Email" : "Netfang", + "Your email address" : "Netfangið þitt", + "Cancel" : "Hætta við", + "Language" : "Tungumál", + "Help translate" : "Hjálpa við þýðingu", + "Import Root Certificate" : "Flytja inn rótar skilríki", + "Create" : "Búa til", + "Unlimited" : "Ótakmarkað", + "Other" : "Annað", + "Username" : "Notendanafn", + "Default" : "Sjálfgefið" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/is.json b/settings/l10n/is.json new file mode 100644 index 0000000000..5a70c19021 --- /dev/null +++ b/settings/l10n/is.json @@ -0,0 +1,60 @@ +{ "translations": { + "Authentication error" : "Villa við auðkenningu", + "Group already exists" : "Hópur er þegar til", + "Unable to add group" : "Ekki tókst að bæta við hóp", + "Email saved" : "Netfang vistað", + "Invalid email" : "Ógilt netfang", + "Unable to delete group" : "Ekki tókst að eyða hóp", + "Unable to delete user" : "Ekki tókst að eyða notenda", + "Language changed" : "Tungumáli breytt", + "Invalid request" : "Ógild fyrirspurn", + "Admins can't remove themself from the admin group" : "Stjórnendur geta ekki fjarlægt sjálfa sig úr stjórnendahóp", + "Unable to add user to group %s" : "Ekki tókst að bæta notenda við hópinn %s", + "Unable to remove user from group %s" : "Ekki tókst að fjarlægja notanda úr hópnum %s", + "Email sent" : "Tölvupóstur sendur", + "Please wait...." : "Andartak....", + "Disable" : "Gera óvirkt", + "Enable" : "Virkja", + "Updating...." : "Uppfæri...", + "Updated" : "Uppfært", + "Delete" : "Eyða", + "Groups" : "Hópar", + "undo" : "afturkalla", + "never" : "aldrei", + "__language_name__" : "__nafn_tungumáls__", + "SSL root certificates" : "SSL rótar skilríki", + "Encryption" : "Dulkóðun", + "None" : "Ekkert", + "Security Warning" : "Öryggis aðvörun", + "Server address" : "Host nafn netþjóns", + "More" : "Meira", + "Less" : "Minna", + "Version" : "Útgáfa", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Þróað af ownCloud samfélaginu, forrita kóðinn er skráðu með AGPL.", + "by" : "af", + "User Documentation" : "Notenda handbók", + "Administrator Documentation" : "Stjórnenda handbók", + "Online Documentation" : "Handbók á netinu", + "Forum" : "Vefspjall", + "Bugtracker" : "Villubókhald", + "Commercial Support" : "Borgaður stuðningur", + "You have used %s of the available %s" : "Þú hefur notað %s af tiltæku %s", + "Password" : "Lykilorð", + "Your password was changed" : "Lykilorði þínu hefur verið breytt", + "Unable to change your password" : "Ekki tókst að breyta lykilorðinu þínu", + "Current password" : "Núverandi lykilorð", + "New password" : "Nýtt lykilorð", + "Change password" : "Breyta lykilorði", + "Email" : "Netfang", + "Your email address" : "Netfangið þitt", + "Cancel" : "Hætta við", + "Language" : "Tungumál", + "Help translate" : "Hjálpa við þýðingu", + "Import Root Certificate" : "Flytja inn rótar skilríki", + "Create" : "Búa til", + "Unlimited" : "Ótakmarkað", + "Other" : "Annað", + "Username" : "Notendanafn", + "Default" : "Sjálfgefið" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/is.php b/settings/l10n/is.php deleted file mode 100644 index 45f15f8dab..0000000000 --- a/settings/l10n/is.php +++ /dev/null @@ -1,61 +0,0 @@ - "Villa við auðkenningu", -"Group already exists" => "Hópur er þegar til", -"Unable to add group" => "Ekki tókst að bæta við hóp", -"Email saved" => "Netfang vistað", -"Invalid email" => "Ógilt netfang", -"Unable to delete group" => "Ekki tókst að eyða hóp", -"Unable to delete user" => "Ekki tókst að eyða notenda", -"Language changed" => "Tungumáli breytt", -"Invalid request" => "Ógild fyrirspurn", -"Admins can't remove themself from the admin group" => "Stjórnendur geta ekki fjarlægt sjálfa sig úr stjórnendahóp", -"Unable to add user to group %s" => "Ekki tókst að bæta notenda við hópinn %s", -"Unable to remove user from group %s" => "Ekki tókst að fjarlægja notanda úr hópnum %s", -"Email sent" => "Tölvupóstur sendur", -"Please wait...." => "Andartak....", -"Disable" => "Gera óvirkt", -"Enable" => "Virkja", -"Updating...." => "Uppfæri...", -"Updated" => "Uppfært", -"Delete" => "Eyða", -"Groups" => "Hópar", -"undo" => "afturkalla", -"never" => "aldrei", -"__language_name__" => "__nafn_tungumáls__", -"SSL root certificates" => "SSL rótar skilríki", -"Encryption" => "Dulkóðun", -"None" => "Ekkert", -"Security Warning" => "Öryggis aðvörun", -"Server address" => "Host nafn netþjóns", -"More" => "Meira", -"Less" => "Minna", -"Version" => "Útgáfa", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Þróað af ownCloud samfélaginu, forrita kóðinn er skráðu með AGPL.", -"by" => "af", -"User Documentation" => "Notenda handbók", -"Administrator Documentation" => "Stjórnenda handbók", -"Online Documentation" => "Handbók á netinu", -"Forum" => "Vefspjall", -"Bugtracker" => "Villubókhald", -"Commercial Support" => "Borgaður stuðningur", -"You have used %s of the available %s" => "Þú hefur notað %s af tiltæku %s", -"Password" => "Lykilorð", -"Your password was changed" => "Lykilorði þínu hefur verið breytt", -"Unable to change your password" => "Ekki tókst að breyta lykilorðinu þínu", -"Current password" => "Núverandi lykilorð", -"New password" => "Nýtt lykilorð", -"Change password" => "Breyta lykilorði", -"Email" => "Netfang", -"Your email address" => "Netfangið þitt", -"Cancel" => "Hætta við", -"Language" => "Tungumál", -"Help translate" => "Hjálpa við þýðingu", -"Import Root Certificate" => "Flytja inn rótar skilríki", -"Create" => "Búa til", -"Unlimited" => "Ótakmarkað", -"Other" => "Annað", -"Username" => "Notendanafn", -"Default" => "Sjálfgefið" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/it.js b/settings/l10n/it.js new file mode 100644 index 0000000000..0e87393641 --- /dev/null +++ b/settings/l10n/it.js @@ -0,0 +1,238 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Abilitata", + "Not enabled" : "Non abilitata", + "Recommended" : "Consigliata", + "Authentication error" : "Errore di autenticazione", + "Your full name has been changed." : "Il tuo nome completo è stato cambiato.", + "Unable to change full name" : "Impossibile cambiare il nome completo", + "Group already exists" : "Il gruppo esiste già", + "Unable to add group" : "Impossibile aggiungere il gruppo", + "Files decrypted successfully" : "File decifrato correttamente", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Impossibile decifrare i tuoi file, controlla il file owncloud.log o chiedi al tuo amministratore", + "Couldn't decrypt your files, check your password and try again" : "Impossibile decifrare i tuoi file, controlla la password e prova ancora", + "Encryption keys deleted permanently" : "Chiavi di cifratura eliminate definitivamente", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Impossibile eliminare definitivamente le chiavi di cifratura, controlla il file owncloud.log o chiedi al tuo amministratore", + "Couldn't remove app." : "Impossibile rimuovere l'applicazione.", + "Email saved" : "Email salvata", + "Invalid email" : "Email non valida", + "Unable to delete group" : "Impossibile eliminare il gruppo", + "Unable to delete user" : "Impossibile eliminare l'utente", + "Backups restored successfully" : "Copie di sicurezza ripristinate correttamente", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Impossibile ripristinare le chiavi di cifratura, controlla il file owncloud.log o chiedi al tuo amministratore", + "Language changed" : "Lingua modificata", + "Invalid request" : "Richiesta non valida", + "Admins can't remove themself from the admin group" : "Gli amministratori non possono rimuovere se stessi dal gruppo di amministrazione", + "Unable to add user to group %s" : "Impossibile aggiungere l'utente al gruppo %s", + "Unable to remove user from group %s" : "Impossibile rimuovere l'utente dal gruppo %s", + "Couldn't update app." : "Impossibile aggiornate l'applicazione.", + "Wrong password" : "Password errata", + "No user supplied" : "Non è stato fornito alcun utente", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Fornisci una password amministrativa di ripristino altrimenti tutti i dati degli utenti saranno persi.", + "Wrong admin recovery password. Please check the password and try again." : "Password amministrativa di ripristino errata. Controlla la password e prova ancora.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Il motore non supporta la modifica della password, ma la chiave di cifratura dell'utente è stata aggiornata correttamente.", + "Unable to change password" : "Impossibile cambiare la password", + "Saved" : "Salvato", + "test email settings" : "prova impostazioni email", + "If you received this email, the settings seem to be correct." : "Se hai ricevuto questa email, le impostazioni dovrebbero essere corrette.", + "A problem occurred while sending the email. Please revise your settings." : "Si è verificato un problema durante l'invio dell'email. Controlla le tue impostazioni.", + "Email sent" : "Email inviata", + "You need to set your user email before being able to send test emails." : "Devi impostare l'indirizzo del tuo utente prima di poter provare l'invio delle email.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sei sicuro di voler aggiungere \"{domain}\" come dominio attendibile?", + "Add trusted domain" : "Aggiungi dominio attendibile", + "Sending..." : "Invio in corso...", + "All" : "Tutti", + "Please wait...." : "Attendere...", + "Error while disabling app" : "Errore durante la disattivazione", + "Disable" : "Disabilita", + "Enable" : "Abilita", + "Error while enabling app" : "Errore durante l'attivazione", + "Updating...." : "Aggiornamento in corso...", + "Error while updating app" : "Errore durante l'aggiornamento", + "Updated" : "Aggiornato", + "Uninstalling ...." : "Disinstallazione...", + "Error while uninstalling app" : "Errore durante la disinstallazione dell'applicazione", + "Uninstall" : "Disinstalla", + "Select a profile picture" : "Seleziona un'immagine del profilo", + "Very weak password" : "Password molto debole", + "Weak password" : "Password debole", + "So-so password" : "Password così-così", + "Good password" : "Password buona", + "Strong password" : "Password forte", + "Valid until {date}" : "Valido fino al {date}", + "Delete" : "Elimina", + "Decrypting files... Please wait, this can take some time." : "Decifratura dei file in corso... Attendi, potrebbe richiedere del tempo.", + "Delete encryption keys permanently." : "Elimina definitivamente le chiavi di cifratura.", + "Restore encryption keys." : "Ripristina le chiavi di cifratura.", + "Groups" : "Gruppi", + "Unable to delete {objName}" : "Impossibile eliminare {objName}", + "Error creating group" : "Errore durante la creazione del gruppo", + "A valid group name must be provided" : "Deve essere fornito un nome valido per il gruppo", + "deleted {groupName}" : "{groupName} eliminato", + "undo" : "annulla", + "never" : "mai", + "deleted {userName}" : "{userName} eliminato", + "add group" : "aggiungi gruppo", + "A valid username must be provided" : "Deve essere fornito un nome utente valido", + "Error creating user" : "Errore durante la creazione dell'utente", + "A valid password must be provided" : "Deve essere fornita una password valida", + "Warning: Home directory for user \"{user}\" already exists" : "Avviso: la cartella home dell'utente \"{user}\" esiste già", + "__language_name__" : "Italiano", + "Personal Info" : "Informazioni personali", + "SSL root certificates" : "Certificati SSL radice", + "Encryption" : "Cifratura", + "Everything (fatal issues, errors, warnings, info, debug)" : "Tutto (problemi gravi, errori, avvisi, informazioni, debug)", + "Info, warnings, errors and fatal issues" : "Informazioni, avvisi, errori e problemi gravi", + "Warnings, errors and fatal issues" : "Avvisi, errori e problemi gravi", + "Errors and fatal issues" : "Errori e problemi gravi", + "Fatal issues only" : "Solo problemi gravi", + "None" : "Nessuno", + "Login" : "Accesso", + "Plain" : "Semplice", + "NT LAN Manager" : "Gestore NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Avviso di sicurezza", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Sei connesso a %s tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere l'utilizzo del protocollo HTTPS al posto di HTTP.", + "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." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o spostare la cartella fuori dalla radice del server web.", + "Setup Warning" : "Avviso di configurazione", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.", + "Database Performance Info" : "Informazioni prestazioni del database", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite è utilizzato come database. Per installazioni grandi, consigliamo di cambiarlo. Per migrare a un altro database, utilizzare lo strumento da riga di comando: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Modulo 'fileinfo' mancante", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.", + "Your PHP version is outdated" : "La tua versione di PHP è obsoleta", + "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." : "La tua versione di PHP è obsoleta. Ti consigliamo vivamente di aggiornare alla versione 5.3.8 o successiva poiché sono noti problemi con le vecchie versioni. L'installazione attuale potrebbe non funzionare correttamente.", + "PHP charset is not set to UTF-8" : "Il set di caratteri di PHP non è impostato a UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Il set di caratteri di PHP non è impostato a UTF-8. Ciò può essere causa di problemi con i caratteri non ASCII nei nomi dei file. Consigliamo vivamente di cambiare il valore di 'default_charset' nel file php.ini a 'UTF-8'.", + "Locale not working" : "Locale non funzionante", + "System locale can not be set to a one which supports UTF-8." : "La localizzazione di sistema non può essere impostata a una che supporta UTF-8.", + "This means that there might be problems with certain characters in file names." : "Ciò significa che potrebbero esserci problemi con alcuni caratteri nei nomi dei file.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Consigliamo vivamente di installare i pacchetti richiesti sul tuo sistema per supportare una delle\nlocalizzazioni seguenti: %s.", + "URL generation in notification emails" : "Generazione di URL nelle email di notifica", + "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\")" : "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwritewebroot\" nel file config.php al percorso della radice del sito della tua installazione (Suggerito: \"%s\")", + "Connectivity checks" : "Controlli di connettività", + "No problems found" : "Nessun problema trovato", + "Please double check the installation guides." : "Leggi attentamente le guide d'installazione.", + "Cron" : "Cron", + "Last cron was executed at %s." : "L'ultimo cron è stato eseguito alle %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "L'ultimo cron è stato eseguito alle %s. È più di un'ora fa, potrebbe esserci qualche problema.", + "Cron was not executed yet!" : "Cron non è stato ancora eseguito!", + "Execute one task with each page loaded" : "Esegui un'operazione con ogni pagina caricata", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.", + "Sharing" : "Condivisione", + "Allow apps to use the Share API" : "Consenti alle applicazioni di utilizzare le API di condivisione", + "Allow users to share via link" : "Consenti agli utenti di condivere tramite collegamento", + "Enforce password protection" : "Imponi la protezione con password", + "Allow public uploads" : "Consenti caricamenti pubblici", + "Set default expiration date" : "Imposta data di scadenza predefinita", + "Expire after " : "Scadenza dopo", + "days" : "giorni", + "Enforce expiration date" : "Forza la data di scadenza", + "Allow resharing" : "Consenti la ri-condivisione", + "Restrict users to only share with users in their groups" : "Limita gli utenti a condividere solo con gli utenti nei loro gruppi", + "Allow users to send mail notification for shared files" : "Consenti agli utenti di inviare email di notifica per i file condivisi", + "Exclude groups from sharing" : "Escludi gruppi dalla condivisione", + "These groups will still be able to receive shares, but not to initiate them." : "Questi gruppi saranno in grado di ricevere condivisioni, ma non iniziarle.", + "Security" : "Protezione", + "Enforce HTTPS" : "Forza HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forza i client a connettersi a %s tramite una connessione cifrata.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Connettiti al tuo %s tramite HTTPS per abilitare o disabilitare l'applicazione di SSL.", + "Email Server" : "Server di posta", + "This is used for sending out notifications." : "Viene utilizzato per inviare le notifiche.", + "Send mode" : "Modalità di invio", + "From address" : "Indirizzo mittente", + "mail" : "posta", + "Authentication method" : "Metodo di autenticazione", + "Authentication required" : "Autenticazione richiesta", + "Server address" : "Indirizzo del server", + "Port" : "Porta", + "Credentials" : "Credenziali", + "SMTP Username" : "Nome utente SMTP", + "SMTP Password" : "Password SMTP", + "Store credentials" : "Memorizza le credenziali", + "Test email settings" : "Prova impostazioni email", + "Send email" : "Invia email", + "Log" : "Log", + "Log level" : "Livello di log", + "More" : "Altro", + "Less" : "Meno", + "Version" : "Versione", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Sviluppato dalla comunità di ownCloud, il codice sorgente è rilasciato nei termini della licenza AGPL.", + "More apps" : "Altre applicazioni", + "Add your app" : "Aggiungi la tua applicazione", + "by" : "di", + "licensed" : "sotto licenza", + "Documentation:" : "Documentazione:", + "User Documentation" : "Documentazione utente", + "Admin Documentation" : "Documentazione di amministrazione", + "Update to %s" : "Aggiornato a %s", + "Enable only for specific groups" : "Abilita solo per gruppi specifici", + "Uninstall App" : "Disinstalla applicazione", + "Administrator Documentation" : "Documentazione amministratore", + "Online Documentation" : "Documentazione in linea", + "Forum" : "Forum", + "Bugtracker" : "Sistema di tracciamento bug", + "Commercial Support" : "Supporto commerciale", + "Get the apps to sync your files" : "Scarica le applicazioni per sincronizzare i tuoi file", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Se vuoi supportare il progetto\n\t\tdiventa uno sviluppatore\n\t\to\n\t\tdiffondi il verbo!", + "Show First Run Wizard again" : "Mostra nuovamente la procedura di primo avvio", + "You have used %s of the available %s" : "Hai utilizzato %s dei %s disponibili", + "Password" : "Password", + "Your password was changed" : "La tua password è cambiata", + "Unable to change your password" : "Modifica password non riuscita", + "Current password" : "Password attuale", + "New password" : "Nuova password", + "Change password" : "Modifica password", + "Full Name" : "Nome completo", + "Email" : "Posta elettronica", + "Your email address" : "Il tuo indirizzo email", + "Fill in an email address to enable password recovery and receive notifications" : "Inserisci il tuo indirizzo di posta per abilitare il recupero della password e ricevere notifiche", + "Profile picture" : "Immagine del profilo", + "Upload new" : "Carica nuova", + "Select new from Files" : "Seleziona nuova da file", + "Remove image" : "Rimuovi immagine", + "Either png or jpg. Ideally square but you will be able to crop it." : "Sia png che jpg. Preferibilmente quadrata, ma potrai ritagliarla.", + "Your avatar is provided by your original account." : "Il tuo avatar è ottenuto dal tuo account originale.", + "Cancel" : "Annulla", + "Choose as profile image" : "Scegli come immagine del profilo", + "Language" : "Lingua", + "Help translate" : "Migliora la traduzione", + "Common Name" : "Nome comune", + "Valid until" : "Valido fino al", + "Issued By" : "Emesso da", + "Valid until %s" : "Valido fino al %s", + "Import Root Certificate" : "Importa certificato radice", + "The encryption app is no longer enabled, please decrypt all your files" : "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file", + "Log-in password" : "Password di accesso", + "Decrypt all Files" : "Decifra tutti i file", + "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." : "Le tue chiavi di cifratura sono state spostate in una posizione sicura. Se qualcosa non dovesse funzionare, potrai ripristinare le chiavi. Eliminale definitivamente solo se sei sicuro che tutti i file siano stati decifrati.", + "Restore Encryption Keys" : "Ripristina chiavi di cifratura", + "Delete Encryption Keys" : "Elimina chiavi di cifratura", + "Show storage location" : "Mostra posizione di archiviazione", + "Show last log in" : "Mostra ultimo accesso", + "Login Name" : "Nome utente", + "Create" : "Crea", + "Admin Recovery Password" : "Password di ripristino amministrativa", + "Enter the recovery password in order to recover the users files during password change" : "Digita la password di ripristino per recuperare i file degli utenti durante la modifica della password.", + "Search Users and Groups" : "Cerca utenti e gruppi", + "Add Group" : "Aggiungi gruppo", + "Group" : "Gruppo", + "Everyone" : "Chiunque", + "Admins" : "Amministratori", + "Default Quota" : "Quota predefinita", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Digita la quota di archiviazione (ad es.: \"512 MB\" or \"12 GB\")", + "Unlimited" : "Illimitata", + "Other" : "Altro", + "Username" : "Nome utente", + "Quota" : "Quote", + "Storage Location" : "Posizione di archiviazione", + "Last Login" : "Ultimo accesso", + "change full name" : "modica nome completo", + "set new password" : "imposta una nuova password", + "Default" : "Predefinito" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/it.json b/settings/l10n/it.json new file mode 100644 index 0000000000..f8766d05ff --- /dev/null +++ b/settings/l10n/it.json @@ -0,0 +1,236 @@ +{ "translations": { + "Enabled" : "Abilitata", + "Not enabled" : "Non abilitata", + "Recommended" : "Consigliata", + "Authentication error" : "Errore di autenticazione", + "Your full name has been changed." : "Il tuo nome completo è stato cambiato.", + "Unable to change full name" : "Impossibile cambiare il nome completo", + "Group already exists" : "Il gruppo esiste già", + "Unable to add group" : "Impossibile aggiungere il gruppo", + "Files decrypted successfully" : "File decifrato correttamente", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Impossibile decifrare i tuoi file, controlla il file owncloud.log o chiedi al tuo amministratore", + "Couldn't decrypt your files, check your password and try again" : "Impossibile decifrare i tuoi file, controlla la password e prova ancora", + "Encryption keys deleted permanently" : "Chiavi di cifratura eliminate definitivamente", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Impossibile eliminare definitivamente le chiavi di cifratura, controlla il file owncloud.log o chiedi al tuo amministratore", + "Couldn't remove app." : "Impossibile rimuovere l'applicazione.", + "Email saved" : "Email salvata", + "Invalid email" : "Email non valida", + "Unable to delete group" : "Impossibile eliminare il gruppo", + "Unable to delete user" : "Impossibile eliminare l'utente", + "Backups restored successfully" : "Copie di sicurezza ripristinate correttamente", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Impossibile ripristinare le chiavi di cifratura, controlla il file owncloud.log o chiedi al tuo amministratore", + "Language changed" : "Lingua modificata", + "Invalid request" : "Richiesta non valida", + "Admins can't remove themself from the admin group" : "Gli amministratori non possono rimuovere se stessi dal gruppo di amministrazione", + "Unable to add user to group %s" : "Impossibile aggiungere l'utente al gruppo %s", + "Unable to remove user from group %s" : "Impossibile rimuovere l'utente dal gruppo %s", + "Couldn't update app." : "Impossibile aggiornate l'applicazione.", + "Wrong password" : "Password errata", + "No user supplied" : "Non è stato fornito alcun utente", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Fornisci una password amministrativa di ripristino altrimenti tutti i dati degli utenti saranno persi.", + "Wrong admin recovery password. Please check the password and try again." : "Password amministrativa di ripristino errata. Controlla la password e prova ancora.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Il motore non supporta la modifica della password, ma la chiave di cifratura dell'utente è stata aggiornata correttamente.", + "Unable to change password" : "Impossibile cambiare la password", + "Saved" : "Salvato", + "test email settings" : "prova impostazioni email", + "If you received this email, the settings seem to be correct." : "Se hai ricevuto questa email, le impostazioni dovrebbero essere corrette.", + "A problem occurred while sending the email. Please revise your settings." : "Si è verificato un problema durante l'invio dell'email. Controlla le tue impostazioni.", + "Email sent" : "Email inviata", + "You need to set your user email before being able to send test emails." : "Devi impostare l'indirizzo del tuo utente prima di poter provare l'invio delle email.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sei sicuro di voler aggiungere \"{domain}\" come dominio attendibile?", + "Add trusted domain" : "Aggiungi dominio attendibile", + "Sending..." : "Invio in corso...", + "All" : "Tutti", + "Please wait...." : "Attendere...", + "Error while disabling app" : "Errore durante la disattivazione", + "Disable" : "Disabilita", + "Enable" : "Abilita", + "Error while enabling app" : "Errore durante l'attivazione", + "Updating...." : "Aggiornamento in corso...", + "Error while updating app" : "Errore durante l'aggiornamento", + "Updated" : "Aggiornato", + "Uninstalling ...." : "Disinstallazione...", + "Error while uninstalling app" : "Errore durante la disinstallazione dell'applicazione", + "Uninstall" : "Disinstalla", + "Select a profile picture" : "Seleziona un'immagine del profilo", + "Very weak password" : "Password molto debole", + "Weak password" : "Password debole", + "So-so password" : "Password così-così", + "Good password" : "Password buona", + "Strong password" : "Password forte", + "Valid until {date}" : "Valido fino al {date}", + "Delete" : "Elimina", + "Decrypting files... Please wait, this can take some time." : "Decifratura dei file in corso... Attendi, potrebbe richiedere del tempo.", + "Delete encryption keys permanently." : "Elimina definitivamente le chiavi di cifratura.", + "Restore encryption keys." : "Ripristina le chiavi di cifratura.", + "Groups" : "Gruppi", + "Unable to delete {objName}" : "Impossibile eliminare {objName}", + "Error creating group" : "Errore durante la creazione del gruppo", + "A valid group name must be provided" : "Deve essere fornito un nome valido per il gruppo", + "deleted {groupName}" : "{groupName} eliminato", + "undo" : "annulla", + "never" : "mai", + "deleted {userName}" : "{userName} eliminato", + "add group" : "aggiungi gruppo", + "A valid username must be provided" : "Deve essere fornito un nome utente valido", + "Error creating user" : "Errore durante la creazione dell'utente", + "A valid password must be provided" : "Deve essere fornita una password valida", + "Warning: Home directory for user \"{user}\" already exists" : "Avviso: la cartella home dell'utente \"{user}\" esiste già", + "__language_name__" : "Italiano", + "Personal Info" : "Informazioni personali", + "SSL root certificates" : "Certificati SSL radice", + "Encryption" : "Cifratura", + "Everything (fatal issues, errors, warnings, info, debug)" : "Tutto (problemi gravi, errori, avvisi, informazioni, debug)", + "Info, warnings, errors and fatal issues" : "Informazioni, avvisi, errori e problemi gravi", + "Warnings, errors and fatal issues" : "Avvisi, errori e problemi gravi", + "Errors and fatal issues" : "Errori e problemi gravi", + "Fatal issues only" : "Solo problemi gravi", + "None" : "Nessuno", + "Login" : "Accesso", + "Plain" : "Semplice", + "NT LAN Manager" : "Gestore NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Avviso di sicurezza", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Sei connesso a %s tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere l'utilizzo del protocollo HTTPS al posto di HTTP.", + "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." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o spostare la cartella fuori dalla radice del server web.", + "Setup Warning" : "Avviso di configurazione", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.", + "Database Performance Info" : "Informazioni prestazioni del database", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite è utilizzato come database. Per installazioni grandi, consigliamo di cambiarlo. Per migrare a un altro database, utilizzare lo strumento da riga di comando: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Modulo 'fileinfo' mancante", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.", + "Your PHP version is outdated" : "La tua versione di PHP è obsoleta", + "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." : "La tua versione di PHP è obsoleta. Ti consigliamo vivamente di aggiornare alla versione 5.3.8 o successiva poiché sono noti problemi con le vecchie versioni. L'installazione attuale potrebbe non funzionare correttamente.", + "PHP charset is not set to UTF-8" : "Il set di caratteri di PHP non è impostato a UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Il set di caratteri di PHP non è impostato a UTF-8. Ciò può essere causa di problemi con i caratteri non ASCII nei nomi dei file. Consigliamo vivamente di cambiare il valore di 'default_charset' nel file php.ini a 'UTF-8'.", + "Locale not working" : "Locale non funzionante", + "System locale can not be set to a one which supports UTF-8." : "La localizzazione di sistema non può essere impostata a una che supporta UTF-8.", + "This means that there might be problems with certain characters in file names." : "Ciò significa che potrebbero esserci problemi con alcuni caratteri nei nomi dei file.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Consigliamo vivamente di installare i pacchetti richiesti sul tuo sistema per supportare una delle\nlocalizzazioni seguenti: %s.", + "URL generation in notification emails" : "Generazione di URL nelle email di notifica", + "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\")" : "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwritewebroot\" nel file config.php al percorso della radice del sito della tua installazione (Suggerito: \"%s\")", + "Connectivity checks" : "Controlli di connettività", + "No problems found" : "Nessun problema trovato", + "Please double check the installation guides." : "Leggi attentamente le guide d'installazione.", + "Cron" : "Cron", + "Last cron was executed at %s." : "L'ultimo cron è stato eseguito alle %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "L'ultimo cron è stato eseguito alle %s. È più di un'ora fa, potrebbe esserci qualche problema.", + "Cron was not executed yet!" : "Cron non è stato ancora eseguito!", + "Execute one task with each page loaded" : "Esegui un'operazione con ogni pagina caricata", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.", + "Sharing" : "Condivisione", + "Allow apps to use the Share API" : "Consenti alle applicazioni di utilizzare le API di condivisione", + "Allow users to share via link" : "Consenti agli utenti di condivere tramite collegamento", + "Enforce password protection" : "Imponi la protezione con password", + "Allow public uploads" : "Consenti caricamenti pubblici", + "Set default expiration date" : "Imposta data di scadenza predefinita", + "Expire after " : "Scadenza dopo", + "days" : "giorni", + "Enforce expiration date" : "Forza la data di scadenza", + "Allow resharing" : "Consenti la ri-condivisione", + "Restrict users to only share with users in their groups" : "Limita gli utenti a condividere solo con gli utenti nei loro gruppi", + "Allow users to send mail notification for shared files" : "Consenti agli utenti di inviare email di notifica per i file condivisi", + "Exclude groups from sharing" : "Escludi gruppi dalla condivisione", + "These groups will still be able to receive shares, but not to initiate them." : "Questi gruppi saranno in grado di ricevere condivisioni, ma non iniziarle.", + "Security" : "Protezione", + "Enforce HTTPS" : "Forza HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forza i client a connettersi a %s tramite una connessione cifrata.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Connettiti al tuo %s tramite HTTPS per abilitare o disabilitare l'applicazione di SSL.", + "Email Server" : "Server di posta", + "This is used for sending out notifications." : "Viene utilizzato per inviare le notifiche.", + "Send mode" : "Modalità di invio", + "From address" : "Indirizzo mittente", + "mail" : "posta", + "Authentication method" : "Metodo di autenticazione", + "Authentication required" : "Autenticazione richiesta", + "Server address" : "Indirizzo del server", + "Port" : "Porta", + "Credentials" : "Credenziali", + "SMTP Username" : "Nome utente SMTP", + "SMTP Password" : "Password SMTP", + "Store credentials" : "Memorizza le credenziali", + "Test email settings" : "Prova impostazioni email", + "Send email" : "Invia email", + "Log" : "Log", + "Log level" : "Livello di log", + "More" : "Altro", + "Less" : "Meno", + "Version" : "Versione", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Sviluppato dalla comunità di ownCloud, il codice sorgente è rilasciato nei termini della licenza AGPL.", + "More apps" : "Altre applicazioni", + "Add your app" : "Aggiungi la tua applicazione", + "by" : "di", + "licensed" : "sotto licenza", + "Documentation:" : "Documentazione:", + "User Documentation" : "Documentazione utente", + "Admin Documentation" : "Documentazione di amministrazione", + "Update to %s" : "Aggiornato a %s", + "Enable only for specific groups" : "Abilita solo per gruppi specifici", + "Uninstall App" : "Disinstalla applicazione", + "Administrator Documentation" : "Documentazione amministratore", + "Online Documentation" : "Documentazione in linea", + "Forum" : "Forum", + "Bugtracker" : "Sistema di tracciamento bug", + "Commercial Support" : "Supporto commerciale", + "Get the apps to sync your files" : "Scarica le applicazioni per sincronizzare i tuoi file", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Se vuoi supportare il progetto\n\t\tdiventa uno sviluppatore\n\t\to\n\t\tdiffondi il verbo!", + "Show First Run Wizard again" : "Mostra nuovamente la procedura di primo avvio", + "You have used %s of the available %s" : "Hai utilizzato %s dei %s disponibili", + "Password" : "Password", + "Your password was changed" : "La tua password è cambiata", + "Unable to change your password" : "Modifica password non riuscita", + "Current password" : "Password attuale", + "New password" : "Nuova password", + "Change password" : "Modifica password", + "Full Name" : "Nome completo", + "Email" : "Posta elettronica", + "Your email address" : "Il tuo indirizzo email", + "Fill in an email address to enable password recovery and receive notifications" : "Inserisci il tuo indirizzo di posta per abilitare il recupero della password e ricevere notifiche", + "Profile picture" : "Immagine del profilo", + "Upload new" : "Carica nuova", + "Select new from Files" : "Seleziona nuova da file", + "Remove image" : "Rimuovi immagine", + "Either png or jpg. Ideally square but you will be able to crop it." : "Sia png che jpg. Preferibilmente quadrata, ma potrai ritagliarla.", + "Your avatar is provided by your original account." : "Il tuo avatar è ottenuto dal tuo account originale.", + "Cancel" : "Annulla", + "Choose as profile image" : "Scegli come immagine del profilo", + "Language" : "Lingua", + "Help translate" : "Migliora la traduzione", + "Common Name" : "Nome comune", + "Valid until" : "Valido fino al", + "Issued By" : "Emesso da", + "Valid until %s" : "Valido fino al %s", + "Import Root Certificate" : "Importa certificato radice", + "The encryption app is no longer enabled, please decrypt all your files" : "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file", + "Log-in password" : "Password di accesso", + "Decrypt all Files" : "Decifra tutti i file", + "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." : "Le tue chiavi di cifratura sono state spostate in una posizione sicura. Se qualcosa non dovesse funzionare, potrai ripristinare le chiavi. Eliminale definitivamente solo se sei sicuro che tutti i file siano stati decifrati.", + "Restore Encryption Keys" : "Ripristina chiavi di cifratura", + "Delete Encryption Keys" : "Elimina chiavi di cifratura", + "Show storage location" : "Mostra posizione di archiviazione", + "Show last log in" : "Mostra ultimo accesso", + "Login Name" : "Nome utente", + "Create" : "Crea", + "Admin Recovery Password" : "Password di ripristino amministrativa", + "Enter the recovery password in order to recover the users files during password change" : "Digita la password di ripristino per recuperare i file degli utenti durante la modifica della password.", + "Search Users and Groups" : "Cerca utenti e gruppi", + "Add Group" : "Aggiungi gruppo", + "Group" : "Gruppo", + "Everyone" : "Chiunque", + "Admins" : "Amministratori", + "Default Quota" : "Quota predefinita", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Digita la quota di archiviazione (ad es.: \"512 MB\" or \"12 GB\")", + "Unlimited" : "Illimitata", + "Other" : "Altro", + "Username" : "Nome utente", + "Quota" : "Quote", + "Storage Location" : "Posizione di archiviazione", + "Last Login" : "Ultimo accesso", + "change full name" : "modica nome completo", + "set new password" : "imposta una nuova password", + "Default" : "Predefinito" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/it.php b/settings/l10n/it.php deleted file mode 100644 index 727017740a..0000000000 --- a/settings/l10n/it.php +++ /dev/null @@ -1,239 +0,0 @@ - "Abilitata", -"Not enabled" => "Non abilitata", -"Recommended" => "Consigliata", -"Authentication error" => "Errore di autenticazione", -"Your full name has been changed." => "Il tuo nome completo è stato cambiato.", -"Unable to change full name" => "Impossibile cambiare il nome completo", -"Group already exists" => "Il gruppo esiste già", -"Unable to add group" => "Impossibile aggiungere il gruppo", -"Files decrypted successfully" => "File decifrato correttamente", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Impossibile decifrare i tuoi file, controlla il file owncloud.log o chiedi al tuo amministratore", -"Couldn't decrypt your files, check your password and try again" => "Impossibile decifrare i tuoi file, controlla la password e prova ancora", -"Encryption keys deleted permanently" => "Chiavi di cifratura eliminate definitivamente", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Impossibile eliminare definitivamente le chiavi di cifratura, controlla il file owncloud.log o chiedi al tuo amministratore", -"Couldn't remove app." => "Impossibile rimuovere l'applicazione.", -"Email saved" => "Email salvata", -"Invalid email" => "Email non valida", -"Unable to delete group" => "Impossibile eliminare il gruppo", -"Unable to delete user" => "Impossibile eliminare l'utente", -"Backups restored successfully" => "Copie di sicurezza ripristinate correttamente", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Impossibile ripristinare le chiavi di cifratura, controlla il file owncloud.log o chiedi al tuo amministratore", -"Language changed" => "Lingua modificata", -"Invalid request" => "Richiesta non valida", -"Admins can't remove themself from the admin group" => "Gli amministratori non possono rimuovere se stessi dal gruppo di amministrazione", -"Unable to add user to group %s" => "Impossibile aggiungere l'utente al gruppo %s", -"Unable to remove user from group %s" => "Impossibile rimuovere l'utente dal gruppo %s", -"Couldn't update app." => "Impossibile aggiornate l'applicazione.", -"Wrong password" => "Password errata", -"No user supplied" => "Non è stato fornito alcun utente", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Fornisci una password amministrativa di ripristino altrimenti tutti i dati degli utenti saranno persi.", -"Wrong admin recovery password. Please check the password and try again." => "Password amministrativa di ripristino errata. Controlla la password e prova ancora.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Il motore non supporta la modifica della password, ma la chiave di cifratura dell'utente è stata aggiornata correttamente.", -"Unable to change password" => "Impossibile cambiare la password", -"Saved" => "Salvato", -"test email settings" => "prova impostazioni email", -"If you received this email, the settings seem to be correct." => "Se hai ricevuto questa email, le impostazioni dovrebbero essere corrette.", -"A problem occurred while sending the email. Please revise your settings." => "Si è verificato un problema durante l'invio dell'email. Controlla le tue impostazioni.", -"Email sent" => "Email inviata", -"You need to set your user email before being able to send test emails." => "Devi impostare l'indirizzo del tuo utente prima di poter provare l'invio delle email.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Sei sicuro di voler aggiungere \"{domain}\" come dominio attendibile?", -"Add trusted domain" => "Aggiungi dominio attendibile", -"Sending..." => "Invio in corso...", -"All" => "Tutti", -"Please wait...." => "Attendere...", -"Error while disabling app" => "Errore durante la disattivazione", -"Disable" => "Disabilita", -"Enable" => "Abilita", -"Error while enabling app" => "Errore durante l'attivazione", -"Updating...." => "Aggiornamento in corso...", -"Error while updating app" => "Errore durante l'aggiornamento", -"Updated" => "Aggiornato", -"Uninstalling ...." => "Disinstallazione...", -"Error while uninstalling app" => "Errore durante la disinstallazione dell'applicazione", -"Uninstall" => "Disinstalla", -"Select a profile picture" => "Seleziona un'immagine del profilo", -"Very weak password" => "Password molto debole", -"Weak password" => "Password debole", -"So-so password" => "Password così-così", -"Good password" => "Password buona", -"Strong password" => "Password forte", -"Valid until {date}" => "Valido fino al {date}", -"Delete" => "Elimina", -"Decrypting files... Please wait, this can take some time." => "Decifratura dei file in corso... Attendi, potrebbe richiedere del tempo.", -"Delete encryption keys permanently." => "Elimina definitivamente le chiavi di cifratura.", -"Restore encryption keys." => "Ripristina le chiavi di cifratura.", -"Groups" => "Gruppi", -"Unable to delete {objName}" => "Impossibile eliminare {objName}", -"Error creating group" => "Errore durante la creazione del gruppo", -"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", -"A valid username must be provided" => "Deve essere fornito un nome utente valido", -"Error creating user" => "Errore durante la creazione dell'utente", -"A valid password must be provided" => "Deve essere fornita una password valida", -"Warning: Home directory for user \"{user}\" already exists" => "Avviso: la cartella home dell'utente \"{user}\" esiste già", -"__language_name__" => "Italiano", -"Personal Info" => "Informazioni personali", -"SSL root certificates" => "Certificati SSL radice", -"Encryption" => "Cifratura", -"Everything (fatal issues, errors, warnings, info, debug)" => "Tutto (problemi gravi, errori, avvisi, informazioni, debug)", -"Info, warnings, errors and fatal issues" => "Informazioni, avvisi, errori e problemi gravi", -"Warnings, errors and fatal issues" => "Avvisi, errori e problemi gravi", -"Errors and fatal issues" => "Errori e problemi gravi", -"Fatal issues only" => "Solo problemi gravi", -"None" => "Nessuno", -"Login" => "Accesso", -"Plain" => "Semplice", -"NT LAN Manager" => "Gestore NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Avviso di sicurezza", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Sei connesso a %s tramite HTTP. Ti suggeriamo vivamente di configurare il tuo server per richiedere l'utilizzo del protocollo HTTPS al posto di HTTP.", -"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." => "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o spostare la cartella fuori dalla radice del server web.", -"Setup Warning" => "Avviso di configurazione", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.", -"Database Performance Info" => "Informazioni prestazioni del database", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite è utilizzato come database. Per installazioni grandi, consigliamo di cambiarlo. Per migrare a un altro database, utilizzare lo strumento da riga di comando: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Modulo 'fileinfo' mancante", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.", -"Your PHP version is outdated" => "La tua versione di PHP è obsoleta", -"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." => "La tua versione di PHP è obsoleta. Ti consigliamo vivamente di aggiornare alla versione 5.3.8 o successiva poiché sono noti problemi con le vecchie versioni. L'installazione attuale potrebbe non funzionare correttamente.", -"PHP charset is not set to UTF-8" => "Il set di caratteri di PHP non è impostato a UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "Il set di caratteri di PHP non è impostato a UTF-8. Ciò può essere causa di problemi con i caratteri non ASCII nei nomi dei file. Consigliamo vivamente di cambiare il valore di 'default_charset' nel file php.ini a 'UTF-8'.", -"Locale not working" => "Locale non funzionante", -"System locale can not be set to a one which supports UTF-8." => "La localizzazione di sistema non può essere impostata a una che supporta UTF-8.", -"This means that there might be problems with certain characters in file names." => "Ciò significa che potrebbero esserci problemi con alcuni caratteri nei nomi dei file.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Consigliamo vivamente di installare i pacchetti richiesti sul tuo sistema per supportare una delle\nlocalizzazioni seguenti: %s.", -"URL generation in notification emails" => "Generazione di URL nelle email di notifica", -"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\")" => "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwritewebroot\" nel file config.php al percorso della radice del sito della tua installazione (Suggerito: \"%s\")", -"Connectivity checks" => "Controlli di connettività", -"No problems found" => "Nessun problema trovato", -"Please double check the installation guides." => "Leggi attentamente le guide d'installazione.", -"Cron" => "Cron", -"Last cron was executed at %s." => "L'ultimo cron è stato eseguito alle %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "L'ultimo cron è stato eseguito alle %s. È più di un'ora fa, potrebbe esserci qualche problema.", -"Cron was not executed yet!" => "Cron non è stato ancora eseguito!", -"Execute one task with each page loaded" => "Esegui un'operazione con ogni pagina caricata", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.", -"Sharing" => "Condivisione", -"Allow apps to use the Share API" => "Consenti alle applicazioni di utilizzare le API di condivisione", -"Allow users to share via link" => "Consenti agli utenti di condivere tramite collegamento", -"Enforce password protection" => "Imponi la protezione con password", -"Allow public uploads" => "Consenti caricamenti pubblici", -"Set default expiration date" => "Imposta data di scadenza predefinita", -"Expire after " => "Scadenza dopo", -"days" => "giorni", -"Enforce expiration date" => "Forza la data di scadenza", -"Allow resharing" => "Consenti la ri-condivisione", -"Restrict users to only share with users in their groups" => "Limita gli utenti a condividere solo con gli utenti nei loro gruppi", -"Allow users to send mail notification for shared files" => "Consenti agli utenti di inviare email di notifica per i file condivisi", -"Exclude groups from sharing" => "Escludi gruppi dalla condivisione", -"These groups will still be able to receive shares, but not to initiate them." => "Questi gruppi saranno in grado di ricevere condivisioni, ma non iniziarle.", -"Security" => "Protezione", -"Enforce HTTPS" => "Forza HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Forza i client a connettersi a %s tramite una connessione cifrata.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Connettiti al tuo %s tramite HTTPS per abilitare o disabilitare l'applicazione di SSL.", -"Email Server" => "Server di posta", -"This is used for sending out notifications." => "Viene utilizzato per inviare le notifiche.", -"Send mode" => "Modalità di invio", -"From address" => "Indirizzo mittente", -"mail" => "posta", -"Authentication method" => "Metodo di autenticazione", -"Authentication required" => "Autenticazione richiesta", -"Server address" => "Indirizzo del server", -"Port" => "Porta", -"Credentials" => "Credenziali", -"SMTP Username" => "Nome utente SMTP", -"SMTP Password" => "Password SMTP", -"Store credentials" => "Memorizza le credenziali", -"Test email settings" => "Prova impostazioni email", -"Send email" => "Invia email", -"Log" => "Log", -"Log level" => "Livello di log", -"More" => "Altro", -"Less" => "Meno", -"Version" => "Versione", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Sviluppato dalla comunità di ownCloud, il codice sorgente è rilasciato nei termini della licenza AGPL.", -"More apps" => "Altre applicazioni", -"Add your app" => "Aggiungi la tua applicazione", -"by" => "di", -"licensed" => "sotto licenza", -"Documentation:" => "Documentazione:", -"User Documentation" => "Documentazione utente", -"Admin Documentation" => "Documentazione di amministrazione", -"Update to %s" => "Aggiornato a %s", -"Enable only for specific groups" => "Abilita solo per gruppi specifici", -"Uninstall App" => "Disinstalla applicazione", -"Administrator Documentation" => "Documentazione amministratore", -"Online Documentation" => "Documentazione in linea", -"Forum" => "Forum", -"Bugtracker" => "Sistema di tracciamento bug", -"Commercial Support" => "Supporto commerciale", -"Get the apps to sync your files" => "Scarica le applicazioni per sincronizzare i tuoi file", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Se vuoi supportare il progetto\n\t\tdiventa uno sviluppatore\n\t\to\n\t\tdiffondi il verbo!", -"Show First Run Wizard again" => "Mostra nuovamente la procedura di primo avvio", -"You have used %s of the available %s" => "Hai utilizzato %s dei %s disponibili", -"Password" => "Password", -"Your password was changed" => "La tua password è cambiata", -"Unable to change your password" => "Modifica password non riuscita", -"Current password" => "Password attuale", -"New password" => "Nuova password", -"Change password" => "Modifica password", -"Full Name" => "Nome completo", -"Email" => "Posta elettronica", -"Your email address" => "Il tuo indirizzo email", -"Fill in an email address to enable password recovery and receive notifications" => "Inserisci il tuo indirizzo di posta per abilitare il recupero della password e ricevere notifiche", -"Profile picture" => "Immagine del profilo", -"Upload new" => "Carica nuova", -"Select new from Files" => "Seleziona nuova da file", -"Remove image" => "Rimuovi immagine", -"Either png or jpg. Ideally square but you will be able to crop it." => "Sia png che jpg. Preferibilmente quadrata, ma potrai ritagliarla.", -"Your avatar is provided by your original account." => "Il tuo avatar è ottenuto dal tuo account originale.", -"Cancel" => "Annulla", -"Choose as profile image" => "Scegli come immagine del profilo", -"Language" => "Lingua", -"Help translate" => "Migliora la traduzione", -"Common Name" => "Nome comune", -"Valid until" => "Valido fino al", -"Issued By" => "Emesso da", -"Valid until %s" => "Valido fino al %s", -"Import Root Certificate" => "Importa certificato radice", -"The encryption app is no longer enabled, please decrypt all your files" => "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file", -"Log-in password" => "Password di accesso", -"Decrypt all Files" => "Decifra tutti i file", -"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." => "Le tue chiavi di cifratura sono state spostate in una posizione sicura. Se qualcosa non dovesse funzionare, potrai ripristinare le chiavi. Eliminale definitivamente solo se sei sicuro che tutti i file siano stati decifrati.", -"Restore Encryption Keys" => "Ripristina chiavi di cifratura", -"Delete Encryption Keys" => "Elimina chiavi di cifratura", -"Show storage location" => "Mostra posizione di archiviazione", -"Show last log in" => "Mostra ultimo accesso", -"Login Name" => "Nome utente", -"Create" => "Crea", -"Admin Recovery Password" => "Password di ripristino amministrativa", -"Enter the recovery password in order to recover the users files during password change" => "Digita la password di ripristino per recuperare i file degli utenti durante la modifica della password.", -"Search Users and Groups" => "Cerca utenti e gruppi", -"Add Group" => "Aggiungi gruppo", -"Group" => "Gruppo", -"Everyone" => "Chiunque", -"Admins" => "Amministratori", -"Default Quota" => "Quota predefinita", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Digita la quota di archiviazione (ad es.: \"512 MB\" or \"12 GB\")", -"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", -"change full name" => "modica nome completo", -"set new password" => "imposta una nuova password", -"Default" => "Predefinito" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js new file mode 100644 index 0000000000..169f052144 --- /dev/null +++ b/settings/l10n/ja.js @@ -0,0 +1,230 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "有効", + "Authentication error" : "認証エラー", + "Your full name has been changed." : "名前を変更しました。", + "Unable to change full name" : "名前を変更できません", + "Group already exists" : "グループはすでに存在します", + "Unable to add group" : "グループを追加できません", + "Files decrypted successfully" : "ファイルの復号化に成功しました", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "ファイルを復号化することができませんでした。owncloud.logを調査するか、管理者に連絡してください。", + "Couldn't decrypt your files, check your password and try again" : "ファイルを復号化することができませんでした。パスワードを確認のうえ再試行してください。", + "Encryption keys deleted permanently" : "暗号化キーは完全に削除されます", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "暗号化キーを完全に削除できませんでした。owncloud.logを確認するか、管理者に問い合わせてください。", + "Couldn't remove app." : "アプリが削除できませんでした。", + "Email saved" : "メールアドレスを保存しました", + "Invalid email" : "無効なメールアドレス", + "Unable to delete group" : "グループを削除できません", + "Unable to delete user" : "ユーザーを削除できません", + "Backups restored successfully" : "バックアップの復元に成功しました", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "暗号化キーを復元できませんでした。owncloud.logを確認するか、管理者に問い合わせてください。", + "Language changed" : "言語が変更されました", + "Invalid request" : "不正なリクエスト", + "Admins can't remove themself from the admin group" : "管理者は自身を管理者グループから削除できません。", + "Unable to add user to group %s" : "ユーザーをグループ %s に追加できません", + "Unable to remove user from group %s" : "ユーザーをグループ %s から削除できません", + "Couldn't update app." : "アプリをアップデートできませんでした。", + "Wrong password" : "無効なパスワード", + "No user supplied" : "ユーザーが指定されていません", + "Please provide an admin recovery password, otherwise all user data will be lost" : "リカバリ用の管理者パスワードを入力してください。そうでない場合は、全ユーザーのデータが失われます。", + "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" : "パスワードを変更できません", + "Saved" : "保存されました", + "test email settings" : "メール設定をテスト", + "If you received this email, the settings seem to be correct." : "このメールを受け取ったら、設定は正しいはずです。", + "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}\" を信頼するドメインに追加してもよろしいでしょうか?", + "Add trusted domain" : "信頼するドメイン名に追加", + "Sending..." : "送信中…", + "All" : "すべて", + "Please wait...." : "しばらくお待ちください。", + "Error while disabling app" : "アプリ無効化中にエラーが発生", + "Disable" : "無効", + "Enable" : "有効にする", + "Error while enabling app" : "アプリを有効にする際にエラーが発生", + "Updating...." : "更新中....", + "Error while updating app" : "アプリの更新中にエラーが発生", + "Updated" : "アップデート済み", + "Uninstalling ...." : "アンインストール中 ....", + "Error while uninstalling app" : "アプリをアンインストール中にエラーが発生", + "Uninstall" : "アンインストール", + "Select a profile picture" : "プロファイル画像を選択", + "Very weak password" : "非常に弱いパスワード", + "Weak password" : "弱いパスワード", + "So-so password" : "まずまずのパスワード", + "Good password" : "良好なパスワード", + "Strong password" : "強いパスワード", + "Valid until {date}" : "{date} まで有効", + "Delete" : "削除", + "Decrypting files... Please wait, this can take some time." : "ファイルを複合中... しばらくお待ちください、この処理には少し時間がかかるかもしれません。", + "Delete encryption keys permanently." : "暗号化キーを永久に削除する。", + "Restore encryption keys." : "暗号化キーを復元する。", + "Groups" : "グループ", + "Unable to delete {objName}" : "{objName} を削除できません", + "Error creating group" : "グループの作成エラー", + "A valid group name must be provided" : "有効なグループ名を指定する必要があります", + "deleted {groupName}" : "{groupName} を削除しました", + "undo" : "元に戻す", + "never" : "なし", + "deleted {userName}" : "{userName} を削除しました", + "add group" : "グループを追加", + "A valid username must be provided" : "有効なユーザー名を指定する必要があります", + "Error creating user" : "ユーザー作成エラー", + "A valid password must be provided" : "有効なパスワードを指定する必要があります", + "Warning: Home directory for user \"{user}\" already exists" : "警告: ユーザー \"{user}\" のホームディレクトリはすでに存在します", + "__language_name__" : "Japanese (日本語)", + "SSL root certificates" : "SSLルート証明書", + "Encryption" : "暗号化", + "Everything (fatal issues, errors, warnings, info, debug)" : "すべて (致命的な問題、エラー、警告、情報、デバッグ)", + "Info, warnings, errors and fatal issues" : "情報、警告、エラー、致命的な問題", + "Warnings, errors and fatal issues" : "警告、エラー、致命的な問題", + "Errors and fatal issues" : "エラー、致命的な問題", + "Fatal issues only" : "致命的な問題のみ", + "None" : "なし", + "Login" : "ログイン", + "Plain" : "平文", + "NT LAN Manager" : "NT LAN マネージャー", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "セキュリティ警告", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "HTTP経由で %s にアクセスしています。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." : "データディレクトリとファイルがインターネットからアクセス可能になっている可能性があります。.htaccessファイルが機能していません。データディレクトリにアクセスできないようWebサーバーを設定するか、データディレクトリをWebサーバーのドキュメントルートから移動するよう強く提案します。", + "Setup Warning" : "セットアップ警告", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレータが原因かもしれません。", + "Database Performance Info" : "データベースパフォーマンス情報", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite をデータベースとして利用しています。大規模な運用では、利用しないことをお勧めします。別のデータベースへ移行する場合は、コマンドラインツール: 'occ db:convert-type'を使ってください。", + "Module 'fileinfo' missing" : "モジュール 'fileinfo' が見つかりません", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。", + "Your PHP version is outdated" : "PHPバーションが古くなっています。", + "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." : "PHPバーションが古くなっています。古いバージョンには既知の問題があるため、5.3.8以降のバージョンにアップデートすることを強く推奨します。このインストール状態では正常に動作しない可能性があります。", + "PHP charset is not set to UTF-8" : "PHP の文字コードは UTF-8 に設定されていません", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP の文字コードは UTF-8 に設定されていません。ファイル名に非アスキー文字が含まれる場合は、大きな問題となる可能性があります。php.ini の 'default_charset' の値を 'UTF-8' に変更することを強くお勧めします。", + "Locale not working" : "ロケールが動作していません", + "System locale can not be set to a one which supports UTF-8." : "システムロケールを UTF-8 をサポートするロケールに設定できません。", + "This means that there might be problems with certain characters in file names." : "これは、ファイル名の特定の文字に問題があることを意味しています。", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "次のロケールをサポートするために、システムに必要なパッケージをインストールすることを強くおすすめします: %s。", + "URL generation in notification emails" : "通知メールにURLを生成", + "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\")" : "もし、URLがドメインのルート(/)で終わっていない場合で、システムのcronを利用している場合、URLの生成に問題が発生します。その場合は、config.php ファイルの中の \"overwritewebroot\" オプションをインストールしたパスに設定してください。(推奨: \"%s\")", + "Connectivity checks" : "接続を確認", + "No problems found" : "問題は見つかりませんでした", + "Please double check the installation guides." : "インストールガイドをよく確認してください。", + "Cron" : "Cron", + "Last cron was executed at %s." : "直近では%sにcronが実行されました。", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "直近では%sにcronが実行されました。これは1時間以上前になるので、何かおかしいです。", + "Cron was not executed yet!" : "cron は未だ実行されていません!", + "Execute one task with each page loaded" : "各ページの読み込み時にタスクを実行する", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.phpは、HTTP経由で15分ごとにcron.phpを実行するようwebcronサービスに登録されています", + "Use system's cron service to call the cron.php file every 15 minutes." : "システムの cron サービスを利用して、15分間隔で cron.php ファイルを実行する。", + "Sharing" : "共有", + "Allow apps to use the Share API" : "アプリからの共有APIの利用を許可する", + "Allow users to share via link" : "URLリンクで共有を許可する", + "Enforce password protection" : "常にパスワード保護を有効にする", + "Allow public uploads" : "パブリックなアップロードを許可する", + "Set default expiration date" : "有効期限のデフォルト値を設定", + "Expire after " : "無効になるまで", + "days" : "日", + "Enforce expiration date" : "有効期限を反映させる", + "Allow resharing" : "再共有を許可する", + "Restrict users to only share with users in their groups" : "グループ内のユーザーでのみ共有するように制限する", + "Allow users to send mail notification for shared files" : "共有ファイルに関するメール通知の送信をユーザーに許可する", + "Exclude groups from sharing" : "共有可能なグループから除外", + "These groups will still be able to receive shares, but not to initiate them." : "このグループでは、フォルダー共有を開始することはできませんが、共有されたフォルダーを参照することはできます。", + "Security" : "セキュリティ", + "Enforce HTTPS" : "常にHTTPSを使用する", + "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." : "これは通知の送信に使われます。", + "Send mode" : "送信モード", + "From address" : "送信元アドレス", + "mail" : "メール", + "Authentication method" : "認証方法", + "Authentication required" : "認証を必要とする", + "Server address" : "サーバーアドレス", + "Port" : "ポート", + "Credentials" : "資格情報", + "SMTP Username" : "SMTP ユーザー名", + "SMTP Password" : "SMTP パスワード", + "Test email settings" : "メール設定をテスト", + "Send email" : "メールを送信", + "Log" : "ログ", + "Log level" : "ログレベル", + "More" : "もっと見る", + "Less" : "閉じる", + "Version" : "バージョン", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "ownCloud コミュニティにより開発されています。 ソースコードは、AGPL ライセンスの下で提供されています。", + "More apps" : "他のアプリ", + "by" : "により", + "Documentation:" : "ドキュメント:", + "User Documentation" : "ユーザードキュメント", + "Admin Documentation" : "管理者ドキュメント", + "Enable only for specific groups" : "特定のグループのみ有効に", + "Uninstall App" : "アプリをアンインストール", + "Administrator Documentation" : "管理者ドキュメント", + "Online Documentation" : "オンラインドキュメント", + "Forum" : "フォーラム", + "Bugtracker" : "バグトラッカー", + "Commercial Support" : "商用サポート", + "Get the apps to sync your files" : "ファイルを同期するためのアプリを取得", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "もしプロジェクトをサポートしていただけるなら、\n\t\t開発に参加する\n\t\t、もしくは\n\t\tプロジェクトを広く伝えてください!", + "Show First Run Wizard again" : "初回ウィザードを再表示する", + "You have used %s of the available %s" : "現在 %s / %s を利用しています", + "Password" : "パスワード", + "Your password was changed" : "パスワードを変更しました", + "Unable to change your password" : "パスワードを変更することができません", + "Current password" : "現在のパスワード", + "New password" : "新しいパスワード", + "Change password" : "パスワードを変更", + "Full Name" : "名前", + "Email" : "メール", + "Your email address" : "あなたのメールアドレス", + "Fill in an email address to enable password recovery and receive notifications" : "パスワードの回復を有効にし、通知を受け取るにはメールアドレスを入力してください", + "Profile picture" : "プロフィール写真", + "Upload new" : "新たにアップロード", + "Select new from Files" : "新しいファイルを選択", + "Remove image" : "画像を削除", + "Either png or jpg. Ideally square but you will be able to crop it." : "pngまたはjpg形式。正方形が理想ですが、切り取って加工することもできます。", + "Your avatar is provided by your original account." : "あなたのアバターは、あなたのオリジナルのアカウントで提供されています。", + "Cancel" : "キャンセル", + "Choose as profile image" : "プロファイル画像として選択", + "Language" : "言語", + "Help translate" : "翻訳に協力する", + "Common Name" : "コモンネーム", + "Valid until" : "有効期限", + "Issued By" : "発行元", + "Valid until %s" : "%s まで有効", + "Import Root Certificate" : "ルート証明書をインポート", + "The encryption app is no longer enabled, please decrypt all your files" : "暗号化アプリはもはや有効ではありません、すべてのファイルを複合してください", + "Log-in password" : "ログインパスワード", + "Decrypt all Files" : "すべてのファイルを複合する", + "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." : "暗号化キーはバックアップ場所に移動されました。何か問題があった場合は、キーを復元することができます。すべてのファイルが正しく復号化されたことが確信できる場合にのみ、キーを完全に削除してください。", + "Restore Encryption Keys" : "暗号化キーを復元する", + "Delete Encryption Keys" : "暗号化キーを削除する", + "Show storage location" : "データの保存場所を表示", + "Show last log in" : "最終ログインを表示", + "Login Name" : "ログイン名", + "Create" : "作成", + "Admin Recovery Password" : "管理者リカバリパスワード", + "Enter the recovery password in order to recover the users files during password change" : "パスワード変更時のユーザーのファイルを回復するため、リカバリパスワードを入力してください", + "Search Users and Groups" : "ユーザーとグループを検索", + "Add Group" : "グループを追加", + "Group" : "グループ", + "Everyone" : "すべてのユーザー", + "Admins" : "管理者", + "Default Quota" : "デフォルトのクォータサイズ", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージのクォータを入力してください (例: \"512MB\" や \"12 GB\")", + "Unlimited" : "無制限", + "Other" : "その他", + "Username" : "ユーザーID", + "Quota" : "クオータ", + "Storage Location" : "データの保存場所", + "Last Login" : "最終ログイン", + "change full name" : "名前を変更", + "set new password" : "新しいパスワードを設定", + "Default" : "デフォルト" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json new file mode 100644 index 0000000000..67f62aa68a --- /dev/null +++ b/settings/l10n/ja.json @@ -0,0 +1,228 @@ +{ "translations": { + "Enabled" : "有効", + "Authentication error" : "認証エラー", + "Your full name has been changed." : "名前を変更しました。", + "Unable to change full name" : "名前を変更できません", + "Group already exists" : "グループはすでに存在します", + "Unable to add group" : "グループを追加できません", + "Files decrypted successfully" : "ファイルの復号化に成功しました", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "ファイルを復号化することができませんでした。owncloud.logを調査するか、管理者に連絡してください。", + "Couldn't decrypt your files, check your password and try again" : "ファイルを復号化することができませんでした。パスワードを確認のうえ再試行してください。", + "Encryption keys deleted permanently" : "暗号化キーは完全に削除されます", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "暗号化キーを完全に削除できませんでした。owncloud.logを確認するか、管理者に問い合わせてください。", + "Couldn't remove app." : "アプリが削除できませんでした。", + "Email saved" : "メールアドレスを保存しました", + "Invalid email" : "無効なメールアドレス", + "Unable to delete group" : "グループを削除できません", + "Unable to delete user" : "ユーザーを削除できません", + "Backups restored successfully" : "バックアップの復元に成功しました", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "暗号化キーを復元できませんでした。owncloud.logを確認するか、管理者に問い合わせてください。", + "Language changed" : "言語が変更されました", + "Invalid request" : "不正なリクエスト", + "Admins can't remove themself from the admin group" : "管理者は自身を管理者グループから削除できません。", + "Unable to add user to group %s" : "ユーザーをグループ %s に追加できません", + "Unable to remove user from group %s" : "ユーザーをグループ %s から削除できません", + "Couldn't update app." : "アプリをアップデートできませんでした。", + "Wrong password" : "無効なパスワード", + "No user supplied" : "ユーザーが指定されていません", + "Please provide an admin recovery password, otherwise all user data will be lost" : "リカバリ用の管理者パスワードを入力してください。そうでない場合は、全ユーザーのデータが失われます。", + "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" : "パスワードを変更できません", + "Saved" : "保存されました", + "test email settings" : "メール設定をテスト", + "If you received this email, the settings seem to be correct." : "このメールを受け取ったら、設定は正しいはずです。", + "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}\" を信頼するドメインに追加してもよろしいでしょうか?", + "Add trusted domain" : "信頼するドメイン名に追加", + "Sending..." : "送信中…", + "All" : "すべて", + "Please wait...." : "しばらくお待ちください。", + "Error while disabling app" : "アプリ無効化中にエラーが発生", + "Disable" : "無効", + "Enable" : "有効にする", + "Error while enabling app" : "アプリを有効にする際にエラーが発生", + "Updating...." : "更新中....", + "Error while updating app" : "アプリの更新中にエラーが発生", + "Updated" : "アップデート済み", + "Uninstalling ...." : "アンインストール中 ....", + "Error while uninstalling app" : "アプリをアンインストール中にエラーが発生", + "Uninstall" : "アンインストール", + "Select a profile picture" : "プロファイル画像を選択", + "Very weak password" : "非常に弱いパスワード", + "Weak password" : "弱いパスワード", + "So-so password" : "まずまずのパスワード", + "Good password" : "良好なパスワード", + "Strong password" : "強いパスワード", + "Valid until {date}" : "{date} まで有効", + "Delete" : "削除", + "Decrypting files... Please wait, this can take some time." : "ファイルを複合中... しばらくお待ちください、この処理には少し時間がかかるかもしれません。", + "Delete encryption keys permanently." : "暗号化キーを永久に削除する。", + "Restore encryption keys." : "暗号化キーを復元する。", + "Groups" : "グループ", + "Unable to delete {objName}" : "{objName} を削除できません", + "Error creating group" : "グループの作成エラー", + "A valid group name must be provided" : "有効なグループ名を指定する必要があります", + "deleted {groupName}" : "{groupName} を削除しました", + "undo" : "元に戻す", + "never" : "なし", + "deleted {userName}" : "{userName} を削除しました", + "add group" : "グループを追加", + "A valid username must be provided" : "有効なユーザー名を指定する必要があります", + "Error creating user" : "ユーザー作成エラー", + "A valid password must be provided" : "有効なパスワードを指定する必要があります", + "Warning: Home directory for user \"{user}\" already exists" : "警告: ユーザー \"{user}\" のホームディレクトリはすでに存在します", + "__language_name__" : "Japanese (日本語)", + "SSL root certificates" : "SSLルート証明書", + "Encryption" : "暗号化", + "Everything (fatal issues, errors, warnings, info, debug)" : "すべて (致命的な問題、エラー、警告、情報、デバッグ)", + "Info, warnings, errors and fatal issues" : "情報、警告、エラー、致命的な問題", + "Warnings, errors and fatal issues" : "警告、エラー、致命的な問題", + "Errors and fatal issues" : "エラー、致命的な問題", + "Fatal issues only" : "致命的な問題のみ", + "None" : "なし", + "Login" : "ログイン", + "Plain" : "平文", + "NT LAN Manager" : "NT LAN マネージャー", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "セキュリティ警告", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "HTTP経由で %s にアクセスしています。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." : "データディレクトリとファイルがインターネットからアクセス可能になっている可能性があります。.htaccessファイルが機能していません。データディレクトリにアクセスできないようWebサーバーを設定するか、データディレクトリをWebサーバーのドキュメントルートから移動するよう強く提案します。", + "Setup Warning" : "セットアップ警告", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレータが原因かもしれません。", + "Database Performance Info" : "データベースパフォーマンス情報", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite をデータベースとして利用しています。大規模な運用では、利用しないことをお勧めします。別のデータベースへ移行する場合は、コマンドラインツール: 'occ db:convert-type'を使ってください。", + "Module 'fileinfo' missing" : "モジュール 'fileinfo' が見つかりません", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。", + "Your PHP version is outdated" : "PHPバーションが古くなっています。", + "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." : "PHPバーションが古くなっています。古いバージョンには既知の問題があるため、5.3.8以降のバージョンにアップデートすることを強く推奨します。このインストール状態では正常に動作しない可能性があります。", + "PHP charset is not set to UTF-8" : "PHP の文字コードは UTF-8 に設定されていません", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP の文字コードは UTF-8 に設定されていません。ファイル名に非アスキー文字が含まれる場合は、大きな問題となる可能性があります。php.ini の 'default_charset' の値を 'UTF-8' に変更することを強くお勧めします。", + "Locale not working" : "ロケールが動作していません", + "System locale can not be set to a one which supports UTF-8." : "システムロケールを UTF-8 をサポートするロケールに設定できません。", + "This means that there might be problems with certain characters in file names." : "これは、ファイル名の特定の文字に問題があることを意味しています。", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "次のロケールをサポートするために、システムに必要なパッケージをインストールすることを強くおすすめします: %s。", + "URL generation in notification emails" : "通知メールにURLを生成", + "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\")" : "もし、URLがドメインのルート(/)で終わっていない場合で、システムのcronを利用している場合、URLの生成に問題が発生します。その場合は、config.php ファイルの中の \"overwritewebroot\" オプションをインストールしたパスに設定してください。(推奨: \"%s\")", + "Connectivity checks" : "接続を確認", + "No problems found" : "問題は見つかりませんでした", + "Please double check the installation guides." : "インストールガイドをよく確認してください。", + "Cron" : "Cron", + "Last cron was executed at %s." : "直近では%sにcronが実行されました。", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "直近では%sにcronが実行されました。これは1時間以上前になるので、何かおかしいです。", + "Cron was not executed yet!" : "cron は未だ実行されていません!", + "Execute one task with each page loaded" : "各ページの読み込み時にタスクを実行する", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.phpは、HTTP経由で15分ごとにcron.phpを実行するようwebcronサービスに登録されています", + "Use system's cron service to call the cron.php file every 15 minutes." : "システムの cron サービスを利用して、15分間隔で cron.php ファイルを実行する。", + "Sharing" : "共有", + "Allow apps to use the Share API" : "アプリからの共有APIの利用を許可する", + "Allow users to share via link" : "URLリンクで共有を許可する", + "Enforce password protection" : "常にパスワード保護を有効にする", + "Allow public uploads" : "パブリックなアップロードを許可する", + "Set default expiration date" : "有効期限のデフォルト値を設定", + "Expire after " : "無効になるまで", + "days" : "日", + "Enforce expiration date" : "有効期限を反映させる", + "Allow resharing" : "再共有を許可する", + "Restrict users to only share with users in their groups" : "グループ内のユーザーでのみ共有するように制限する", + "Allow users to send mail notification for shared files" : "共有ファイルに関するメール通知の送信をユーザーに許可する", + "Exclude groups from sharing" : "共有可能なグループから除外", + "These groups will still be able to receive shares, but not to initiate them." : "このグループでは、フォルダー共有を開始することはできませんが、共有されたフォルダーを参照することはできます。", + "Security" : "セキュリティ", + "Enforce HTTPS" : "常にHTTPSを使用する", + "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." : "これは通知の送信に使われます。", + "Send mode" : "送信モード", + "From address" : "送信元アドレス", + "mail" : "メール", + "Authentication method" : "認証方法", + "Authentication required" : "認証を必要とする", + "Server address" : "サーバーアドレス", + "Port" : "ポート", + "Credentials" : "資格情報", + "SMTP Username" : "SMTP ユーザー名", + "SMTP Password" : "SMTP パスワード", + "Test email settings" : "メール設定をテスト", + "Send email" : "メールを送信", + "Log" : "ログ", + "Log level" : "ログレベル", + "More" : "もっと見る", + "Less" : "閉じる", + "Version" : "バージョン", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "ownCloud コミュニティにより開発されています。 ソースコードは、AGPL ライセンスの下で提供されています。", + "More apps" : "他のアプリ", + "by" : "により", + "Documentation:" : "ドキュメント:", + "User Documentation" : "ユーザードキュメント", + "Admin Documentation" : "管理者ドキュメント", + "Enable only for specific groups" : "特定のグループのみ有効に", + "Uninstall App" : "アプリをアンインストール", + "Administrator Documentation" : "管理者ドキュメント", + "Online Documentation" : "オンラインドキュメント", + "Forum" : "フォーラム", + "Bugtracker" : "バグトラッカー", + "Commercial Support" : "商用サポート", + "Get the apps to sync your files" : "ファイルを同期するためのアプリを取得", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "もしプロジェクトをサポートしていただけるなら、\n\t\t開発に参加する\n\t\t、もしくは\n\t\tプロジェクトを広く伝えてください!", + "Show First Run Wizard again" : "初回ウィザードを再表示する", + "You have used %s of the available %s" : "現在 %s / %s を利用しています", + "Password" : "パスワード", + "Your password was changed" : "パスワードを変更しました", + "Unable to change your password" : "パスワードを変更することができません", + "Current password" : "現在のパスワード", + "New password" : "新しいパスワード", + "Change password" : "パスワードを変更", + "Full Name" : "名前", + "Email" : "メール", + "Your email address" : "あなたのメールアドレス", + "Fill in an email address to enable password recovery and receive notifications" : "パスワードの回復を有効にし、通知を受け取るにはメールアドレスを入力してください", + "Profile picture" : "プロフィール写真", + "Upload new" : "新たにアップロード", + "Select new from Files" : "新しいファイルを選択", + "Remove image" : "画像を削除", + "Either png or jpg. Ideally square but you will be able to crop it." : "pngまたはjpg形式。正方形が理想ですが、切り取って加工することもできます。", + "Your avatar is provided by your original account." : "あなたのアバターは、あなたのオリジナルのアカウントで提供されています。", + "Cancel" : "キャンセル", + "Choose as profile image" : "プロファイル画像として選択", + "Language" : "言語", + "Help translate" : "翻訳に協力する", + "Common Name" : "コモンネーム", + "Valid until" : "有効期限", + "Issued By" : "発行元", + "Valid until %s" : "%s まで有効", + "Import Root Certificate" : "ルート証明書をインポート", + "The encryption app is no longer enabled, please decrypt all your files" : "暗号化アプリはもはや有効ではありません、すべてのファイルを複合してください", + "Log-in password" : "ログインパスワード", + "Decrypt all Files" : "すべてのファイルを複合する", + "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." : "暗号化キーはバックアップ場所に移動されました。何か問題があった場合は、キーを復元することができます。すべてのファイルが正しく復号化されたことが確信できる場合にのみ、キーを完全に削除してください。", + "Restore Encryption Keys" : "暗号化キーを復元する", + "Delete Encryption Keys" : "暗号化キーを削除する", + "Show storage location" : "データの保存場所を表示", + "Show last log in" : "最終ログインを表示", + "Login Name" : "ログイン名", + "Create" : "作成", + "Admin Recovery Password" : "管理者リカバリパスワード", + "Enter the recovery password in order to recover the users files during password change" : "パスワード変更時のユーザーのファイルを回復するため、リカバリパスワードを入力してください", + "Search Users and Groups" : "ユーザーとグループを検索", + "Add Group" : "グループを追加", + "Group" : "グループ", + "Everyone" : "すべてのユーザー", + "Admins" : "管理者", + "Default Quota" : "デフォルトのクォータサイズ", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージのクォータを入力してください (例: \"512MB\" や \"12 GB\")", + "Unlimited" : "無制限", + "Other" : "その他", + "Username" : "ユーザーID", + "Quota" : "クオータ", + "Storage Location" : "データの保存場所", + "Last Login" : "最終ログイン", + "change full name" : "名前を変更", + "set new password" : "新しいパスワードを設定", + "Default" : "デフォルト" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/ja.php b/settings/l10n/ja.php deleted file mode 100644 index 8d0770a174..0000000000 --- a/settings/l10n/ja.php +++ /dev/null @@ -1,230 +0,0 @@ - "有効", -"Recommended" => "推奨", -"Authentication error" => "認証エラー", -"Your full name has been changed." => "名前を変更しました。", -"Unable to change full name" => "名前を変更できません", -"Group already exists" => "グループはすでに存在します", -"Unable to add group" => "グループを追加できません", -"Files decrypted successfully" => "ファイルの復号化に成功しました", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "ファイルを復号化することができませんでした。owncloud.logを調査するか、管理者に連絡してください。", -"Couldn't decrypt your files, check your password and try again" => "ファイルを復号化することができませんでした。パスワードを確認のうえ再試行してください。", -"Encryption keys deleted permanently" => "暗号化キーは完全に削除されます", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "暗号化キーを完全に削除できませんでした。owncloud.logを確認するか、管理者に問い合わせてください。", -"Couldn't remove app." => "アプリが削除できませんでした。", -"Email saved" => "メールアドレスを保存しました", -"Invalid email" => "無効なメールアドレス", -"Unable to delete group" => "グループを削除できません", -"Unable to delete user" => "ユーザーを削除できません", -"Backups restored successfully" => "バックアップの復元に成功しました", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "暗号化キーを復元できませんでした。owncloud.logを確認するか、管理者に問い合わせてください。", -"Language changed" => "言語が変更されました", -"Invalid request" => "不正なリクエスト", -"Admins can't remove themself from the admin group" => "管理者は自身を管理者グループから削除できません。", -"Unable to add user to group %s" => "ユーザーをグループ %s に追加できません", -"Unable to remove user from group %s" => "ユーザーをグループ %s から削除できません", -"Couldn't update app." => "アプリをアップデートできませんでした。", -"Wrong password" => "無効なパスワード", -"No user supplied" => "ユーザーが指定されていません", -"Please provide an admin recovery password, otherwise all user data will be lost" => "リカバリ用の管理者パスワードを入力してください。そうでない場合は、全ユーザーのデータが失われます。", -"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" => "パスワードを変更できません", -"Saved" => "保存されました", -"test email settings" => "メール設定のテスト", -"If you received this email, the settings seem to be correct." => "このメールを受け取ったら、設定は正しいはずです。", -"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}\" を信頼するドメインに追加してもよろしいでしょうか?", -"Add trusted domain" => "信頼するドメイン名に追加", -"Sending..." => "送信中…", -"All" => "すべて", -"Please wait...." => "しばらくお待ちください。", -"Error while disabling app" => "アプリ無効化中にエラーが発生", -"Disable" => "無効", -"Enable" => "有効にする", -"Error while enabling app" => "アプリを有効にする際にエラーが発生", -"Updating...." => "更新中....", -"Error while updating app" => "アプリの更新中にエラーが発生", -"Updated" => "アップデート済み", -"Uninstalling ...." => "アンインストール中 ....", -"Error while uninstalling app" => "アプリをアンインストール中にエラーが発生", -"Uninstall" => "アンインストール", -"Select a profile picture" => "プロファイル画像を選択", -"Very weak password" => "非常に弱いパスワード", -"Weak password" => "弱いパスワード", -"So-so password" => "まずまずのパスワード", -"Good password" => "良好なパスワード", -"Strong password" => "強いパスワード", -"Valid until {date}" => "{date} まで有効", -"Delete" => "削除", -"Decrypting files... Please wait, this can take some time." => "ファイルを複合中... しばらくお待ちください、この処理には少し時間がかかるかもしれません。", -"Delete encryption keys permanently." => "暗号化キーを永久に削除する。", -"Restore encryption keys." => "暗号化キーを復元する。", -"Groups" => "グループ", -"Unable to delete {objName}" => "{objName} を削除できません", -"Error creating group" => "グループの作成エラー", -"A valid group name must be provided" => "有効なグループ名を指定する必要があります", -"deleted {groupName}" => "{groupName} を削除しました", -"undo" => "元に戻す", -"never" => "なし", -"deleted {userName}" => "{userName} を削除しました", -"add group" => "グループを追加", -"A valid username must be provided" => "有効なユーザー名を指定する必要があります", -"Error creating user" => "ユーザー作成エラー", -"A valid password must be provided" => "有効なパスワードを指定する必要があります", -"Warning: Home directory for user \"{user}\" already exists" => "警告: ユーザー \"{user}\" のホームディレクトリはすでに存在します", -"__language_name__" => "Japanese (日本語)", -"SSL root certificates" => "SSLルート証明書", -"Encryption" => "暗号化", -"Everything (fatal issues, errors, warnings, info, debug)" => "すべて (致命的な問題、エラー、警告、情報、デバッグ)", -"Info, warnings, errors and fatal issues" => "情報、警告、エラー、致命的な問題", -"Warnings, errors and fatal issues" => "警告、エラー、致命的な問題", -"Errors and fatal issues" => "エラー、致命的な問題", -"Fatal issues only" => "致命的な問題のみ", -"None" => "なし", -"Login" => "ログイン", -"Plain" => "平文", -"NT LAN Manager" => "NT LAN マネージャー", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "セキュリティ警告", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "HTTP経由で %s にアクセスしています。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." => "データディレクトリとファイルがインターネットからアクセス可能になっている可能性があります。.htaccessファイルが機能していません。データディレクトリにアクセスできないようWebサーバーを設定するか、データディレクトリをWebサーバーのドキュメントルートから移動するよう強く提案します。", -"Setup Warning" => "セットアップ警告", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレータが原因かもしれません。", -"Database Performance Info" => "データベースパフォーマンス情報", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite をデータベースとして利用しています。大規模な運用では、利用しないことをお勧めします。別のデータベースへ移行する場合は、コマンドラインツール: 'occ db:convert-type'を使ってください。", -"Module 'fileinfo' missing" => "モジュール 'fileinfo' が見つかりません", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。", -"Your PHP version is outdated" => "PHPバーションが古くなっています。", -"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." => "PHPバーションが古くなっています。古いバージョンには既知の問題があるため、5.3.8以降のバージョンにアップデートすることを強く推奨します。このインストール状態では正常に動作しない可能性があります。", -"PHP charset is not set to UTF-8" => "PHP の文字コードは UTF-8 に設定されていません", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP の文字コードは UTF-8 に設定されていません。ファイル名に非アスキー文字が含まれる場合は、大きな問題となる可能性があります。php.ini の 'default_charset' の値を 'UTF-8' に変更することを強くお勧めします。", -"Locale not working" => "ロケールが動作していません", -"System locale can not be set to a one which supports UTF-8." => "システムロケールを UTF-8 をサポートするロケールに設定できません。", -"This means that there might be problems with certain characters in file names." => "これは、ファイル名の特定の文字に問題があることを意味しています。", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "次のロケールをサポートするために、システムに必要なパッケージをインストールすることを強くおすすめします: %s。", -"URL generation in notification emails" => "通知メールにURLを生成", -"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\")" => "もし、URLがドメインのルート(/)で終わっていない場合で、システムのcronを利用している場合、URLの生成に問題が発生します。その場合は、config.php ファイルの中の \"overwritewebroot\" オプションをインストールしたパスに設定してください。(推奨: \"%s\")", -"Connectivity checks" => "接続を確認", -"No problems found" => "問題は見つかりませんでした", -"Please double check the installation guides." => "インストールガイドをよく確認してください。", -"Cron" => "Cron", -"Last cron was executed at %s." => "直近では%sにcronが実行されました。", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "直近では%sにcronが実行されました。これは1時間以上前になるので、何かおかしいです。", -"Cron was not executed yet!" => "cron は未だ実行されていません!", -"Execute one task with each page loaded" => "各ページの読み込み時にタスクを実行する", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.phpは、HTTP経由で15分ごとにcron.phpを実行するようwebcronサービスに登録されています", -"Use system's cron service to call the cron.php file every 15 minutes." => "システムの cron サービスを利用して、15分間隔で cron.php ファイルを実行する。", -"Sharing" => "共有", -"Allow apps to use the Share API" => "アプリからの共有APIの利用を許可する", -"Allow users to share via link" => "URLリンクで共有を許可する", -"Enforce password protection" => "常にパスワード保護を有効にする", -"Allow public uploads" => "パブリックなアップロードを許可する", -"Set default expiration date" => "有効期限のデフォルト値を設定", -"Expire after " => "無効になるまで", -"days" => "日", -"Enforce expiration date" => "有効期限を反映させる", -"Allow resharing" => "再共有を許可する", -"Restrict users to only share with users in their groups" => "グループ内のユーザーでのみ共有するように制限する", -"Allow users to send mail notification for shared files" => "共有ファイルに関するメール通知の送信をユーザーに許可する", -"Exclude groups from sharing" => "共有可能なグループから除外", -"These groups will still be able to receive shares, but not to initiate them." => "このグループでは、フォルダー共有を開始することはできませんが、共有されたフォルダーを参照することはできます。", -"Security" => "セキュリティ", -"Enforce HTTPS" => "常にHTTPSを使用する", -"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." => "通知を送信する際に使用します。", -"Send mode" => "送信モード", -"From address" => "送信元アドレス", -"mail" => "メール", -"Authentication method" => "認証方法", -"Authentication required" => "認証を必要とする", -"Server address" => "サーバーアドレス", -"Port" => "ポート", -"Credentials" => "資格情報", -"SMTP Username" => "SMTP ユーザー名", -"SMTP Password" => "SMTP パスワード", -"Test email settings" => "メール設定のテスト", -"Send email" => "メールを送信", -"Log" => "ログ", -"Log level" => "ログレベル", -"More" => "もっと見る", -"Less" => "閉じる", -"Version" => "バージョン", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "ownCloud コミュニティにより開発されています。 ソースコードは、AGPL ライセンスの下で提供されています。", -"More apps" => "他のアプリ", -"by" => "により", -"Documentation:" => "ドキュメント:", -"User Documentation" => "ユーザードキュメント", -"Admin Documentation" => "管理者ドキュメント", -"Enable only for specific groups" => "特定のグループのみ有効に", -"Uninstall App" => "アプリをアンインストール", -"Administrator Documentation" => "管理者ドキュメント", -"Online Documentation" => "オンラインドキュメント", -"Forum" => "フォーラム", -"Bugtracker" => "バグトラッカー", -"Commercial Support" => "商用サポート", -"Get the apps to sync your files" => "ファイルを同期するためのアプリを取得", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "もしプロジェクトをサポートしていただけるなら、\n\t\t開発に参加する\n\t\t、もしくは\n\t\tプロジェクトを広く伝えてください!", -"Show First Run Wizard again" => "初回ウィザードを再表示する", -"You have used %s of the available %s" => "現在 %s / %s を利用しています", -"Password" => "パスワード", -"Your password was changed" => "パスワードを変更しました", -"Unable to change your password" => "パスワードを変更することができません", -"Current password" => "現在のパスワード", -"New password" => "新しいパスワード", -"Change password" => "パスワードを変更", -"Full Name" => "名前", -"Email" => "メール", -"Your email address" => "あなたのメールアドレス", -"Fill in an email address to enable password recovery and receive notifications" => "パスワードの回復を有効にし、通知を受け取るにはメールアドレスを入力してください", -"Profile picture" => "プロフィール写真", -"Upload new" => "新たにアップロード", -"Select new from Files" => "新しいファイルを選択", -"Remove image" => "画像を削除", -"Either png or jpg. Ideally square but you will be able to crop it." => "pngまたはjpg形式。正方形が理想ですが、切り取って加工することもできます。", -"Your avatar is provided by your original account." => "あなたのアバターは、あなたのオリジナルのアカウントで提供されています。", -"Cancel" => "キャンセル", -"Choose as profile image" => "プロファイル画像として選択", -"Language" => "言語", -"Help translate" => "翻訳に協力する", -"Common Name" => "コモンネーム", -"Valid until" => "有効期限", -"Issued By" => "発行元", -"Valid until %s" => "%s まで有効", -"Import Root Certificate" => "ルート証明書をインポート", -"The encryption app is no longer enabled, please decrypt all your files" => "暗号化アプリはもはや有効ではありません、すべてのファイルを複合してください", -"Log-in password" => "ログインパスワード", -"Decrypt all Files" => "すべてのファイルを複合する", -"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." => "暗号化キーはバックアップ場所に移動されました。何か問題があった場合は、キーを復元することができます。すべてのファイルが正しく復号化されたことが確信できる場合にのみ、キーを完全に削除してください。", -"Restore Encryption Keys" => "暗号化キーを復元する", -"Delete Encryption Keys" => "暗号化キーを削除する", -"Show storage location" => "データの保存場所を表示", -"Show last log in" => "最終ログインを表示", -"Login Name" => "ログイン名", -"Create" => "作成", -"Admin Recovery Password" => "管理者リカバリパスワード", -"Enter the recovery password in order to recover the users files during password change" => "パスワード変更時のユーザーのファイルを回復するため、リカバリパスワードを入力してください", -"Search Users and Groups" => "ユーザーとグループを検索", -"Add Group" => "グループを追加", -"Group" => "グループ", -"Everyone" => "すべてのユーザー", -"Admins" => "管理者", -"Default Quota" => "デフォルトのクォータサイズ", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "ストレージのクォータを入力してください (例: \"512MB\" や \"12 GB\")", -"Unlimited" => "無制限", -"Other" => "その他", -"Username" => "ユーザーID", -"Quota" => "クオータ", -"Storage Location" => "データの保存場所", -"Last Login" => "最終ログイン", -"change full name" => "名前を変更", -"set new password" => "新しいパスワードを設定", -"Default" => "デフォルト" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/jv.js b/settings/l10n/jv.js new file mode 100644 index 0000000000..ac03f3c3a7 --- /dev/null +++ b/settings/l10n/jv.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "settings", + { + "Invalid request" : "Panjalukan salah" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/jv.json b/settings/l10n/jv.json new file mode 100644 index 0000000000..ff13946849 --- /dev/null +++ b/settings/l10n/jv.json @@ -0,0 +1,4 @@ +{ "translations": { + "Invalid request" : "Panjalukan salah" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/jv.php b/settings/l10n/jv.php deleted file mode 100644 index 60f6d24594..0000000000 --- a/settings/l10n/jv.php +++ /dev/null @@ -1,5 +0,0 @@ - "Panjalukan salah" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ka_GE.js b/settings/l10n/ka_GE.js new file mode 100644 index 0000000000..dd9652686b --- /dev/null +++ b/settings/l10n/ka_GE.js @@ -0,0 +1,92 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "ავთენტიფიკაციის შეცდომა", + "Group already exists" : "ჯგუფი უკვე არსებობს", + "Unable to add group" : "ჯგუფის დამატება ვერ მოხერხდა", + "Email saved" : "იმეილი შენახულია", + "Invalid email" : "არასწორი იმეილი", + "Unable to delete group" : "ჯგუფის წაშლა ვერ მოხერხდა", + "Unable to delete user" : "მომხმარებლის წაშლა ვერ მოხერხდა", + "Language changed" : "ენა შეცვლილია", + "Invalid request" : "არასწორი მოთხოვნა", + "Admins can't remove themself from the admin group" : "ადმინისტრატორებს არ შეუძლიათ საკუთარი თავის წაშლა ადმინ ჯგუფიდან", + "Unable to add user to group %s" : "მომხმარებლის დამატება ვერ მოხეხდა ჯგუფში %s", + "Unable to remove user from group %s" : "მომხმარებლის წაშლა ვერ მოხეხდა ჯგუფიდან %s", + "Couldn't update app." : "ვერ მოხერხდა აპლიკაციის განახლება.", + "Email sent" : "იმეილი გაიგზავნა", + "All" : "ყველა", + "Please wait...." : "დაიცადეთ....", + "Disable" : "გამორთვა", + "Enable" : "ჩართვა", + "Updating...." : "მიმდინარეობს განახლება....", + "Error while updating app" : "შეცდომა აპლიკაციის განახლების დროს", + "Updated" : "განახლებულია", + "Delete" : "წაშლა", + "Groups" : "ჯგუფები", + "undo" : "დაბრუნება", + "never" : "არასდროს", + "add group" : "ჯგუფის დამატება", + "A valid username must be provided" : "უნდა მიუთითოთ არსებული მომხმარებლის სახელი", + "Error creating user" : "შეცდომა მომხმარებლის შექმნისას", + "A valid password must be provided" : "უნდა მიუთითოთ არსებული პაროლი", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL root სერთიფიკატები", + "Encryption" : "ენკრიპცია", + "None" : "არა", + "Login" : "ლოგინი", + "Security Warning" : "უსაფრთხოების გაფრთხილება", + "Setup Warning" : "გაფრთხილება დაყენებისას", + "Module 'fileinfo' missing" : "მოდული 'fileinfo' არ არსებობს", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP მოდული 'fileinfo' არ არსებობს. ჩვენ გირჩევთ რომ აუცილებლად ჩართოთ ეს მოდული, რომ მიიღოთ კარგი შედეგები mime-type–ს აღმოჩენისას.", + "Locale not working" : "ლოკალიზაცია არ მუშაობს", + "Please double check the installation guides." : "გთხოვთ გადაათვალიეროთ ინსტალაციის გზამკვლევი.", + "Cron" : "Cron–ი", + "Execute one task with each page loaded" : "გაუშვი თითო მოქმედება ყველა ჩატვირთულ გვერდზე", + "Sharing" : "გაზიარება", + "Allow apps to use the Share API" : "დაუშვი აპლიკაციების უფლება Share API –ზე", + "Allow resharing" : "გადაზიარების დაშვება", + "Security" : "უსაფრთხოება", + "Enforce HTTPS" : "HTTPS–ის ჩართვა", + "Server address" : "სერვერის მისამართი", + "Port" : "პორტი", + "Credentials" : "იუზერ/პაროლი", + "Log" : "ლოგი", + "Log level" : "ლოგირების დონე", + "More" : "უფრო მეტი", + "Less" : "უფრო ნაკლები", + "Version" : "ვერსია", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "წარმოებულია ownCloud community–ის მიერ. source code ვრცელდება AGPL ლიცენზიის ფარგლებში.", + "by" : "მიერ", + "User Documentation" : "მომხმარებლის დოკუმენტაცია", + "Administrator Documentation" : "ადმინისტრატორის დოკუმენტაცია", + "Online Documentation" : "ონლაინ დოკუმენტაცია", + "Forum" : "ფორუმი", + "Bugtracker" : "ბაგთრექერი", + "Commercial Support" : "კომერციული მხარდაჭერა", + "Get the apps to sync your files" : "აპლიკაცია ფაილების სინქრონიზაციისთვის", + "Show First Run Wizard again" : "მაჩვენე თავიდან გაშვებული ვიზარდი", + "You have used %s of the available %s" : "თქვენ გამოყენებული გაქვთ %s –ი –%s–დან", + "Password" : "პაროლი", + "Your password was changed" : "თქვენი პაროლი შეიცვალა", + "Unable to change your password" : "თქვენი პაროლი არ შეიცვალა", + "Current password" : "მიმდინარე პაროლი", + "New password" : "ახალი პაროლი", + "Change password" : "პაროლის შეცვლა", + "Email" : "იმეილი", + "Your email address" : "თქვენი იმეილ მისამართი", + "Cancel" : "უარყოფა", + "Language" : "ენა", + "Help translate" : "თარგმნის დახმარება", + "Import Root Certificate" : "Root სერთიფიკატის იმპორტირება", + "Login Name" : "მომხმარებლის სახელი", + "Create" : "შექმნა", + "Default Quota" : "საწყისი ქვოტა", + "Unlimited" : "ულიმიტო", + "Other" : "სხვა", + "Username" : "მომხმარებლის სახელი", + "Quota" : "ქვოტა", + "set new password" : "დააყენეთ ახალი პაროლი", + "Default" : "საწყისი პარამეტრები" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/ka_GE.json b/settings/l10n/ka_GE.json new file mode 100644 index 0000000000..c2933f8384 --- /dev/null +++ b/settings/l10n/ka_GE.json @@ -0,0 +1,90 @@ +{ "translations": { + "Authentication error" : "ავთენტიფიკაციის შეცდომა", + "Group already exists" : "ჯგუფი უკვე არსებობს", + "Unable to add group" : "ჯგუფის დამატება ვერ მოხერხდა", + "Email saved" : "იმეილი შენახულია", + "Invalid email" : "არასწორი იმეილი", + "Unable to delete group" : "ჯგუფის წაშლა ვერ მოხერხდა", + "Unable to delete user" : "მომხმარებლის წაშლა ვერ მოხერხდა", + "Language changed" : "ენა შეცვლილია", + "Invalid request" : "არასწორი მოთხოვნა", + "Admins can't remove themself from the admin group" : "ადმინისტრატორებს არ შეუძლიათ საკუთარი თავის წაშლა ადმინ ჯგუფიდან", + "Unable to add user to group %s" : "მომხმარებლის დამატება ვერ მოხეხდა ჯგუფში %s", + "Unable to remove user from group %s" : "მომხმარებლის წაშლა ვერ მოხეხდა ჯგუფიდან %s", + "Couldn't update app." : "ვერ მოხერხდა აპლიკაციის განახლება.", + "Email sent" : "იმეილი გაიგზავნა", + "All" : "ყველა", + "Please wait...." : "დაიცადეთ....", + "Disable" : "გამორთვა", + "Enable" : "ჩართვა", + "Updating...." : "მიმდინარეობს განახლება....", + "Error while updating app" : "შეცდომა აპლიკაციის განახლების დროს", + "Updated" : "განახლებულია", + "Delete" : "წაშლა", + "Groups" : "ჯგუფები", + "undo" : "დაბრუნება", + "never" : "არასდროს", + "add group" : "ჯგუფის დამატება", + "A valid username must be provided" : "უნდა მიუთითოთ არსებული მომხმარებლის სახელი", + "Error creating user" : "შეცდომა მომხმარებლის შექმნისას", + "A valid password must be provided" : "უნდა მიუთითოთ არსებული პაროლი", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL root სერთიფიკატები", + "Encryption" : "ენკრიპცია", + "None" : "არა", + "Login" : "ლოგინი", + "Security Warning" : "უსაფრთხოების გაფრთხილება", + "Setup Warning" : "გაფრთხილება დაყენებისას", + "Module 'fileinfo' missing" : "მოდული 'fileinfo' არ არსებობს", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP მოდული 'fileinfo' არ არსებობს. ჩვენ გირჩევთ რომ აუცილებლად ჩართოთ ეს მოდული, რომ მიიღოთ კარგი შედეგები mime-type–ს აღმოჩენისას.", + "Locale not working" : "ლოკალიზაცია არ მუშაობს", + "Please double check the installation guides." : "გთხოვთ გადაათვალიეროთ ინსტალაციის გზამკვლევი.", + "Cron" : "Cron–ი", + "Execute one task with each page loaded" : "გაუშვი თითო მოქმედება ყველა ჩატვირთულ გვერდზე", + "Sharing" : "გაზიარება", + "Allow apps to use the Share API" : "დაუშვი აპლიკაციების უფლება Share API –ზე", + "Allow resharing" : "გადაზიარების დაშვება", + "Security" : "უსაფრთხოება", + "Enforce HTTPS" : "HTTPS–ის ჩართვა", + "Server address" : "სერვერის მისამართი", + "Port" : "პორტი", + "Credentials" : "იუზერ/პაროლი", + "Log" : "ლოგი", + "Log level" : "ლოგირების დონე", + "More" : "უფრო მეტი", + "Less" : "უფრო ნაკლები", + "Version" : "ვერსია", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "წარმოებულია ownCloud community–ის მიერ. source code ვრცელდება AGPL ლიცენზიის ფარგლებში.", + "by" : "მიერ", + "User Documentation" : "მომხმარებლის დოკუმენტაცია", + "Administrator Documentation" : "ადმინისტრატორის დოკუმენტაცია", + "Online Documentation" : "ონლაინ დოკუმენტაცია", + "Forum" : "ფორუმი", + "Bugtracker" : "ბაგთრექერი", + "Commercial Support" : "კომერციული მხარდაჭერა", + "Get the apps to sync your files" : "აპლიკაცია ფაილების სინქრონიზაციისთვის", + "Show First Run Wizard again" : "მაჩვენე თავიდან გაშვებული ვიზარდი", + "You have used %s of the available %s" : "თქვენ გამოყენებული გაქვთ %s –ი –%s–დან", + "Password" : "პაროლი", + "Your password was changed" : "თქვენი პაროლი შეიცვალა", + "Unable to change your password" : "თქვენი პაროლი არ შეიცვალა", + "Current password" : "მიმდინარე პაროლი", + "New password" : "ახალი პაროლი", + "Change password" : "პაროლის შეცვლა", + "Email" : "იმეილი", + "Your email address" : "თქვენი იმეილ მისამართი", + "Cancel" : "უარყოფა", + "Language" : "ენა", + "Help translate" : "თარგმნის დახმარება", + "Import Root Certificate" : "Root სერთიფიკატის იმპორტირება", + "Login Name" : "მომხმარებლის სახელი", + "Create" : "შექმნა", + "Default Quota" : "საწყისი ქვოტა", + "Unlimited" : "ულიმიტო", + "Other" : "სხვა", + "Username" : "მომხმარებლის სახელი", + "Quota" : "ქვოტა", + "set new password" : "დააყენეთ ახალი პაროლი", + "Default" : "საწყისი პარამეტრები" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/ka_GE.php b/settings/l10n/ka_GE.php deleted file mode 100644 index 3e2a50a6fd..0000000000 --- a/settings/l10n/ka_GE.php +++ /dev/null @@ -1,91 +0,0 @@ - "ავთენტიფიკაციის შეცდომა", -"Group already exists" => "ჯგუფი უკვე არსებობს", -"Unable to add group" => "ჯგუფის დამატება ვერ მოხერხდა", -"Email saved" => "იმეილი შენახულია", -"Invalid email" => "არასწორი იმეილი", -"Unable to delete group" => "ჯგუფის წაშლა ვერ მოხერხდა", -"Unable to delete user" => "მომხმარებლის წაშლა ვერ მოხერხდა", -"Language changed" => "ენა შეცვლილია", -"Invalid request" => "არასწორი მოთხოვნა", -"Admins can't remove themself from the admin group" => "ადმინისტრატორებს არ შეუძლიათ საკუთარი თავის წაშლა ადმინ ჯგუფიდან", -"Unable to add user to group %s" => "მომხმარებლის დამატება ვერ მოხეხდა ჯგუფში %s", -"Unable to remove user from group %s" => "მომხმარებლის წაშლა ვერ მოხეხდა ჯგუფიდან %s", -"Couldn't update app." => "ვერ მოხერხდა აპლიკაციის განახლება.", -"Email sent" => "იმეილი გაიგზავნა", -"All" => "ყველა", -"Please wait...." => "დაიცადეთ....", -"Disable" => "გამორთვა", -"Enable" => "ჩართვა", -"Updating...." => "მიმდინარეობს განახლება....", -"Error while updating app" => "შეცდომა აპლიკაციის განახლების დროს", -"Updated" => "განახლებულია", -"Delete" => "წაშლა", -"Groups" => "ჯგუფები", -"undo" => "დაბრუნება", -"never" => "არასდროს", -"add group" => "ჯგუფის დამატება", -"A valid username must be provided" => "უნდა მიუთითოთ არსებული მომხმარებლის სახელი", -"Error creating user" => "შეცდომა მომხმარებლის შექმნისას", -"A valid password must be provided" => "უნდა მიუთითოთ არსებული პაროლი", -"__language_name__" => "__language_name__", -"SSL root certificates" => "SSL root სერთიფიკატები", -"Encryption" => "ენკრიპცია", -"None" => "არა", -"Login" => "ლოგინი", -"Security Warning" => "უსაფრთხოების გაფრთხილება", -"Setup Warning" => "გაფრთხილება დაყენებისას", -"Module 'fileinfo' missing" => "მოდული 'fileinfo' არ არსებობს", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP მოდული 'fileinfo' არ არსებობს. ჩვენ გირჩევთ რომ აუცილებლად ჩართოთ ეს მოდული, რომ მიიღოთ კარგი შედეგები mime-type–ს აღმოჩენისას.", -"Locale not working" => "ლოკალიზაცია არ მუშაობს", -"Please double check the installation guides." => "გთხოვთ გადაათვალიეროთ ინსტალაციის გზამკვლევი.", -"Cron" => "Cron–ი", -"Execute one task with each page loaded" => "გაუშვი თითო მოქმედება ყველა ჩატვირთულ გვერდზე", -"Sharing" => "გაზიარება", -"Allow apps to use the Share API" => "დაუშვი აპლიკაციების უფლება Share API –ზე", -"Allow resharing" => "გადაზიარების დაშვება", -"Security" => "უსაფრთხოება", -"Enforce HTTPS" => "HTTPS–ის ჩართვა", -"Server address" => "სერვერის მისამართი", -"Port" => "პორტი", -"Credentials" => "იუზერ/პაროლი", -"Log" => "ლოგი", -"Log level" => "ლოგირების დონე", -"More" => "უფრო მეტი", -"Less" => "უფრო ნაკლები", -"Version" => "ვერსია", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "წარმოებულია ownCloud community–ის მიერ. source code ვრცელდება AGPL ლიცენზიის ფარგლებში.", -"by" => "მიერ", -"User Documentation" => "მომხმარებლის დოკუმენტაცია", -"Administrator Documentation" => "ადმინისტრატორის დოკუმენტაცია", -"Online Documentation" => "ონლაინ დოკუმენტაცია", -"Forum" => "ფორუმი", -"Bugtracker" => "ბაგთრექერი", -"Commercial Support" => "კომერციული მხარდაჭერა", -"Get the apps to sync your files" => "აპლიკაცია ფაილების სინქრონიზაციისთვის", -"Show First Run Wizard again" => "მაჩვენე თავიდან გაშვებული ვიზარდი", -"You have used %s of the available %s" => "თქვენ გამოყენებული გაქვთ %s –ი –%s–დან", -"Password" => "პაროლი", -"Your password was changed" => "თქვენი პაროლი შეიცვალა", -"Unable to change your password" => "თქვენი პაროლი არ შეიცვალა", -"Current password" => "მიმდინარე პაროლი", -"New password" => "ახალი პაროლი", -"Change password" => "პაროლის შეცვლა", -"Email" => "იმეილი", -"Your email address" => "თქვენი იმეილ მისამართი", -"Cancel" => "უარყოფა", -"Language" => "ენა", -"Help translate" => "თარგმნის დახმარება", -"Import Root Certificate" => "Root სერთიფიკატის იმპორტირება", -"Login Name" => "მომხმარებლის სახელი", -"Create" => "შექმნა", -"Default Quota" => "საწყისი ქვოტა", -"Unlimited" => "ულიმიტო", -"Other" => "სხვა", -"Username" => "მომხმარებლის სახელი", -"Quota" => "ქვოტა", -"set new password" => "დააყენეთ ახალი პაროლი", -"Default" => "საწყისი პარამეტრები" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/km.js b/settings/l10n/km.js new file mode 100644 index 0000000000..a7eeed4bd6 --- /dev/null +++ b/settings/l10n/km.js @@ -0,0 +1,113 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "បាន​បើក", + "Authentication error" : "កំហុស​ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ", + "Group already exists" : "មាន​ក្រុម​នេះ​រួច​ហើយ", + "Unable to add group" : "មិន​អាច​បន្ថែម​ក្រុម", + "Email saved" : "បាន​រក្សា​ទុក​អ៊ីមែល", + "Invalid email" : "អ៊ីមែល​មិន​ត្រឹម​ត្រូវ", + "Unable to delete group" : "មិន​អាច​លុប​ក្រុម​បាន", + "Unable to delete user" : "មិន​អាច​លុប​អ្នក​ប្រើ​បាន", + "Language changed" : "បាន​ប្ដូរ​ភាសា", + "Invalid request" : "សំណើ​មិន​ត្រឹម​ត្រូវ", + "Admins can't remove themself from the admin group" : "អ្នក​គ្រប់​គ្រង​មិន​អាច​លុប​ខ្លួន​ឯង​ចេញ​ពី​ក្រុម​អ្នក​គ្រប់​គ្រង​ឡើយ", + "Unable to add user to group %s" : "មិន​អាច​បន្ថែម​អ្នក​ប្រើ​ទៅ​ក្រុម %s", + "Unable to remove user from group %s" : "មិន​អាច​ដក​អ្នក​ប្រើ​ចេញ​ពី​ក្រុម​ %s", + "Couldn't update app." : "មិន​អាច​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី។", + "Wrong password" : "ខុស​ពាក្យ​សម្ងាត់", + "Saved" : "បាន​រក្សាទុក", + "test email settings" : "សាក​ល្បង​ការ​កំណត់​អ៊ីមែល", + "If you received this email, the settings seem to be correct." : "ប្រសិន​បើ​អ្នក​ទទួល​បាន​អ៊ីមែល​នេះ មាន​ន័យ​ថា​ការ​កំណត់​គឺ​បាន​ត្រឹមម​ត្រូវ​ហើយ។", + "Email sent" : "បាន​ផ្ញើ​អ៊ីមែល", + "You need to set your user email before being able to send test emails." : "អ្នក​ត្រូវ​តែ​កំណត់​អ៊ីមែល​របស់​អ្នក​មុន​នឹង​អាច​ផ្ញើ​អ៊ីមែល​សាកល្បង​បាន។", + "Sending..." : "កំពុង​ផ្ញើ...", + "Please wait...." : "សូម​រង់​ចាំ....", + "Error while disabling app" : "មាន​កំហុស​ពេល​កំពុង​បិទកម្មវិធី", + "Disable" : "បិទ", + "Enable" : "បើក", + "Updating...." : "កំពុង​ធ្វើ​បច្ចុប្បន្នភាព....", + "Error while updating app" : "មាន​កំហុស​ពេល​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី", + "Updated" : "បាន​ធ្វើ​បច្ចុប្បន្នភាព", + "Select a profile picture" : "ជ្រើស​រូបភាព​ប្រវត្តិរូប", + "Very weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ​ណាស់", + "Weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ", + "So-so password" : "ពាក្យ​សម្ងាត់​ធម្មតា", + "Good password" : "ពាក្យ​សម្ងាត់​ល្អ", + "Strong password" : "ពាក្យ​សម្ងាត់​ខ្លាំង", + "Delete" : "លុប", + "Decrypting files... Please wait, this can take some time." : "កំពុង Decrypt​ ឯកសារ... សូម​រង​ចាំ វា​អាច​ត្រូវការ​ពេល​មួយ​ចំនួន។", + "Groups" : "ក្រុ", + "undo" : "មិន​ធ្វើ​វិញ", + "never" : "មិនដែរ", + "add group" : "បន្ថែម​ក្រុម", + "A valid username must be provided" : "ត្រូវ​ផ្ដល់​ឈ្មោះ​អ្នក​ប្រើ​ឲ្យ​បាន​ត្រឹម​ត្រូវ", + "Error creating user" : "មាន​កំហុស​ក្នុង​ការ​បង្កើត​អ្នក​ប្រើ", + "A valid password must be provided" : "ត្រូវ​ផ្ដល់​ពាក្យ​សម្ងាត់​ឲ្យ​បាន​ត្រឹម​ត្រូវ", + "__language_name__" : "__language_name__", + "Encryption" : "កូដនីយកម្ម", + "None" : "គ្មាន", + "Login" : "ចូល", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "បម្រាម​សុវត្ថិភាព", + "Setup Warning" : "បម្រាម​ការ​ដំឡើង", + "Module 'fileinfo' missing" : "ខ្វះ​ម៉ូឌុល 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "ខ្វះ​ម៉ូឌុល 'fileinfo' ។ យើង​សូម​ណែនាំ​ឲ្យ​បើក​ម៉ូឌុល​នេះ ដើម្បី​ទទួល​បាន​លទ្ធផល​ល្អ​នៃ​ការ​សម្គាល់​ប្រភេទ mime ។", + "Locale not working" : "Locale មិន​ដំណើរការ", + "Cron" : "Cron", + "Sharing" : "ការ​ចែក​រំលែក", + "Allow apps to use the Share API" : "អនុញ្ញាត​ឲ្យ​កម្មវិធី​ប្រើ API ចែក​រំលែក", + "Allow public uploads" : "អនុញ្ញាត​ការ​ផ្ទុក​ឡើង​ជា​សាធារណៈ", + "Allow resharing" : "អនុញ្ញាត​ការ​ចែក​រំលែក​ម្ដង​ទៀត", + "Security" : "សុវត្ថិភាព", + "Enforce HTTPS" : "បង្ខំ HTTPS", + "Email Server" : "ម៉ាស៊ីន​បម្រើ​អ៊ីមែល", + "From address" : "ពី​អាសយដ្ឋាន", + "Server address" : "អាសយដ្ឋាន​ម៉ាស៊ីន​បម្រើ", + "Port" : "ច្រក", + "Send email" : "ផ្ញើ​អ៊ីមែល", + "Log" : "Log", + "Log level" : "កម្រិត Log", + "More" : "ច្រើន​ទៀត", + "Less" : "តិច", + "Version" : "កំណែ", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "សរសេរ​កម្មវិធី​ដោយ សហគមន៍ ownCloud ហើយ source code គឺ​ស្ថិត​ក្នុង​អាជ្ញាប័ណ្ណ AGPL។", + "by" : "ដោយ", + "User Documentation" : "ឯកសារ​សម្រាប់​អ្នក​ប្រើប្រាស់", + "Admin Documentation" : "កម្រង​ឯកសារ​អភិបាល", + "Administrator Documentation" : "ឯកសារ​សម្រាប់​​អ្នក​​គ្រប់​គ្រង​ប្រព័ន្ធ", + "Online Documentation" : "ឯកសារ Online", + "Forum" : "វេទិកាពិភាក្សា", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "ការគាំទ្រលក្ខណៈពាណិជ្ជកម្ម", + "Get the apps to sync your files" : "ដាក់​អោយកម្មវិធីផ្សេងៗ ​ធ្វើសមកាលកម្ម​ឯកសារ​អ្នក", + "Show First Run Wizard again" : "បង្ហាញ First Run Wizard ម្តង​ទៀត", + "You have used %s of the available %s" : "អ្នក​បាន​ប្រើ %s ក្នុង​ចំណោម​ចំនួន​មាន %s", + "Password" : "ពាក្យសម្ងាត់", + "Your password was changed" : "ពាក្យ​សម្ងាត់​របស់​អ្នក​ត្រូវ​បាន​ប្ដូរ", + "Unable to change your password" : "មិន​អាច​ប្ដូរ​ពាក្យ​សម្ងាត់​របស់​អ្នក​បាន​ទេ", + "Current password" : "ពាក្យសម្ងាត់​បច្ចុប្បន្ន", + "New password" : "ពាក្យ​សម្ងាត់​ថ្មី", + "Change password" : "ប្តូរ​ពាក្យសម្ងាត់", + "Email" : "អ៊ីមែល", + "Your email address" : "អ៊ីម៉ែល​របស់​អ្នក", + "Profile picture" : "រូបភាព​ប្រវត្តិរូប", + "Upload new" : "ផ្ទុកឡើង​ថ្មី", + "Select new from Files" : "ជ្រើស​ថ្មី​ពី​ឯកសារ", + "Remove image" : "ដក​រូបភាព​ចេញ", + "Cancel" : "លើកលែង", + "Language" : "ភាសា", + "Help translate" : "ជួយ​បក​ប្រែ", + "Log-in password" : "ពាក្យ​សម្ងាត់​ចូល​គណនី", + "Decrypt all Files" : "Decrypt ឯកសារ​ទាំង​អស់", + "Login Name" : "ចូល", + "Create" : "បង្កើត", + "Admin Recovery Password" : "ការ​ស្វែង​រក​ពាក្យ​សម្ងាត់របស់ប្រធាន​វេបសាយ", + "Unlimited" : "មិន​កំណត់", + "Other" : "ផ្សេងៗ", + "Username" : "ឈ្មោះ​អ្នកប្រើ", + "set new password" : "កំណត់​ពាក្យ​សម្ងាត់​ថ្មី", + "Default" : "លំនាំ​ដើម" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/km.json b/settings/l10n/km.json new file mode 100644 index 0000000000..3dbfa6dc03 --- /dev/null +++ b/settings/l10n/km.json @@ -0,0 +1,111 @@ +{ "translations": { + "Enabled" : "បាន​បើក", + "Authentication error" : "កំហុស​ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ", + "Group already exists" : "មាន​ក្រុម​នេះ​រួច​ហើយ", + "Unable to add group" : "មិន​អាច​បន្ថែម​ក្រុម", + "Email saved" : "បាន​រក្សា​ទុក​អ៊ីមែល", + "Invalid email" : "អ៊ីមែល​មិន​ត្រឹម​ត្រូវ", + "Unable to delete group" : "មិន​អាច​លុប​ក្រុម​បាន", + "Unable to delete user" : "មិន​អាច​លុប​អ្នក​ប្រើ​បាន", + "Language changed" : "បាន​ប្ដូរ​ភាសា", + "Invalid request" : "សំណើ​មិន​ត្រឹម​ត្រូវ", + "Admins can't remove themself from the admin group" : "អ្នក​គ្រប់​គ្រង​មិន​អាច​លុប​ខ្លួន​ឯង​ចេញ​ពី​ក្រុម​អ្នក​គ្រប់​គ្រង​ឡើយ", + "Unable to add user to group %s" : "មិន​អាច​បន្ថែម​អ្នក​ប្រើ​ទៅ​ក្រុម %s", + "Unable to remove user from group %s" : "មិន​អាច​ដក​អ្នក​ប្រើ​ចេញ​ពី​ក្រុម​ %s", + "Couldn't update app." : "មិន​អាច​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី។", + "Wrong password" : "ខុស​ពាក្យ​សម្ងាត់", + "Saved" : "បាន​រក្សាទុក", + "test email settings" : "សាក​ល្បង​ការ​កំណត់​អ៊ីមែល", + "If you received this email, the settings seem to be correct." : "ប្រសិន​បើ​អ្នក​ទទួល​បាន​អ៊ីមែល​នេះ មាន​ន័យ​ថា​ការ​កំណត់​គឺ​បាន​ត្រឹមម​ត្រូវ​ហើយ។", + "Email sent" : "បាន​ផ្ញើ​អ៊ីមែល", + "You need to set your user email before being able to send test emails." : "អ្នក​ត្រូវ​តែ​កំណត់​អ៊ីមែល​របស់​អ្នក​មុន​នឹង​អាច​ផ្ញើ​អ៊ីមែល​សាកល្បង​បាន។", + "Sending..." : "កំពុង​ផ្ញើ...", + "Please wait...." : "សូម​រង់​ចាំ....", + "Error while disabling app" : "មាន​កំហុស​ពេល​កំពុង​បិទកម្មវិធី", + "Disable" : "បិទ", + "Enable" : "បើក", + "Updating...." : "កំពុង​ធ្វើ​បច្ចុប្បន្នភាព....", + "Error while updating app" : "មាន​កំហុស​ពេល​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី", + "Updated" : "បាន​ធ្វើ​បច្ចុប្បន្នភាព", + "Select a profile picture" : "ជ្រើស​រូបភាព​ប្រវត្តិរូប", + "Very weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ​ណាស់", + "Weak password" : "ពាក្យ​សម្ងាត់​ខ្សោយ", + "So-so password" : "ពាក្យ​សម្ងាត់​ធម្មតា", + "Good password" : "ពាក្យ​សម្ងាត់​ល្អ", + "Strong password" : "ពាក្យ​សម្ងាត់​ខ្លាំង", + "Delete" : "លុប", + "Decrypting files... Please wait, this can take some time." : "កំពុង Decrypt​ ឯកសារ... សូម​រង​ចាំ វា​អាច​ត្រូវការ​ពេល​មួយ​ចំនួន។", + "Groups" : "ក្រុ", + "undo" : "មិន​ធ្វើ​វិញ", + "never" : "មិនដែរ", + "add group" : "បន្ថែម​ក្រុម", + "A valid username must be provided" : "ត្រូវ​ផ្ដល់​ឈ្មោះ​អ្នក​ប្រើ​ឲ្យ​បាន​ត្រឹម​ត្រូវ", + "Error creating user" : "មាន​កំហុស​ក្នុង​ការ​បង្កើត​អ្នក​ប្រើ", + "A valid password must be provided" : "ត្រូវ​ផ្ដល់​ពាក្យ​សម្ងាត់​ឲ្យ​បាន​ត្រឹម​ត្រូវ", + "__language_name__" : "__language_name__", + "Encryption" : "កូដនីយកម្ម", + "None" : "គ្មាន", + "Login" : "ចូល", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "បម្រាម​សុវត្ថិភាព", + "Setup Warning" : "បម្រាម​ការ​ដំឡើង", + "Module 'fileinfo' missing" : "ខ្វះ​ម៉ូឌុល 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "ខ្វះ​ម៉ូឌុល 'fileinfo' ។ យើង​សូម​ណែនាំ​ឲ្យ​បើក​ម៉ូឌុល​នេះ ដើម្បី​ទទួល​បាន​លទ្ធផល​ល្អ​នៃ​ការ​សម្គាល់​ប្រភេទ mime ។", + "Locale not working" : "Locale មិន​ដំណើរការ", + "Cron" : "Cron", + "Sharing" : "ការ​ចែក​រំលែក", + "Allow apps to use the Share API" : "អនុញ្ញាត​ឲ្យ​កម្មវិធី​ប្រើ API ចែក​រំលែក", + "Allow public uploads" : "អនុញ្ញាត​ការ​ផ្ទុក​ឡើង​ជា​សាធារណៈ", + "Allow resharing" : "អនុញ្ញាត​ការ​ចែក​រំលែក​ម្ដង​ទៀត", + "Security" : "សុវត្ថិភាព", + "Enforce HTTPS" : "បង្ខំ HTTPS", + "Email Server" : "ម៉ាស៊ីន​បម្រើ​អ៊ីមែល", + "From address" : "ពី​អាសយដ្ឋាន", + "Server address" : "អាសយដ្ឋាន​ម៉ាស៊ីន​បម្រើ", + "Port" : "ច្រក", + "Send email" : "ផ្ញើ​អ៊ីមែល", + "Log" : "Log", + "Log level" : "កម្រិត Log", + "More" : "ច្រើន​ទៀត", + "Less" : "តិច", + "Version" : "កំណែ", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "សរសេរ​កម្មវិធី​ដោយ សហគមន៍ ownCloud ហើយ source code គឺ​ស្ថិត​ក្នុង​អាជ្ញាប័ណ្ណ AGPL។", + "by" : "ដោយ", + "User Documentation" : "ឯកសារ​សម្រាប់​អ្នក​ប្រើប្រាស់", + "Admin Documentation" : "កម្រង​ឯកសារ​អភិបាល", + "Administrator Documentation" : "ឯកសារ​សម្រាប់​​អ្នក​​គ្រប់​គ្រង​ប្រព័ន្ធ", + "Online Documentation" : "ឯកសារ Online", + "Forum" : "វេទិកាពិភាក្សា", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "ការគាំទ្រលក្ខណៈពាណិជ្ជកម្ម", + "Get the apps to sync your files" : "ដាក់​អោយកម្មវិធីផ្សេងៗ ​ធ្វើសមកាលកម្ម​ឯកសារ​អ្នក", + "Show First Run Wizard again" : "បង្ហាញ First Run Wizard ម្តង​ទៀត", + "You have used %s of the available %s" : "អ្នក​បាន​ប្រើ %s ក្នុង​ចំណោម​ចំនួន​មាន %s", + "Password" : "ពាក្យសម្ងាត់", + "Your password was changed" : "ពាក្យ​សម្ងាត់​របស់​អ្នក​ត្រូវ​បាន​ប្ដូរ", + "Unable to change your password" : "មិន​អាច​ប្ដូរ​ពាក្យ​សម្ងាត់​របស់​អ្នក​បាន​ទេ", + "Current password" : "ពាក្យសម្ងាត់​បច្ចុប្បន្ន", + "New password" : "ពាក្យ​សម្ងាត់​ថ្មី", + "Change password" : "ប្តូរ​ពាក្យសម្ងាត់", + "Email" : "អ៊ីមែល", + "Your email address" : "អ៊ីម៉ែល​របស់​អ្នក", + "Profile picture" : "រូបភាព​ប្រវត្តិរូប", + "Upload new" : "ផ្ទុកឡើង​ថ្មី", + "Select new from Files" : "ជ្រើស​ថ្មី​ពី​ឯកសារ", + "Remove image" : "ដក​រូបភាព​ចេញ", + "Cancel" : "លើកលែង", + "Language" : "ភាសា", + "Help translate" : "ជួយ​បក​ប្រែ", + "Log-in password" : "ពាក្យ​សម្ងាត់​ចូល​គណនី", + "Decrypt all Files" : "Decrypt ឯកសារ​ទាំង​អស់", + "Login Name" : "ចូល", + "Create" : "បង្កើត", + "Admin Recovery Password" : "ការ​ស្វែង​រក​ពាក្យ​សម្ងាត់របស់ប្រធាន​វេបសាយ", + "Unlimited" : "មិន​កំណត់", + "Other" : "ផ្សេងៗ", + "Username" : "ឈ្មោះ​អ្នកប្រើ", + "set new password" : "កំណត់​ពាក្យ​សម្ងាត់​ថ្មី", + "Default" : "លំនាំ​ដើម" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/km.php b/settings/l10n/km.php deleted file mode 100644 index 3e7522dcf9..0000000000 --- a/settings/l10n/km.php +++ /dev/null @@ -1,112 +0,0 @@ - "បាន​បើក", -"Authentication error" => "កំហុស​ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ", -"Group already exists" => "មាន​ក្រុម​នេះ​រួច​ហើយ", -"Unable to add group" => "មិន​អាច​បន្ថែម​ក្រុម", -"Email saved" => "បាន​រក្សា​ទុក​អ៊ីមែល", -"Invalid email" => "អ៊ីមែល​មិន​ត្រឹម​ត្រូវ", -"Unable to delete group" => "មិន​អាច​លុប​ក្រុម​បាន", -"Unable to delete user" => "មិន​អាច​លុប​អ្នក​ប្រើ​បាន", -"Language changed" => "បាន​ប្ដូរ​ភាសា", -"Invalid request" => "សំណើ​មិន​ត្រឹម​ត្រូវ", -"Admins can't remove themself from the admin group" => "អ្នក​គ្រប់​គ្រង​មិន​អាច​លុប​ខ្លួន​ឯង​ចេញ​ពី​ក្រុម​អ្នក​គ្រប់​គ្រង​ឡើយ", -"Unable to add user to group %s" => "មិន​អាច​បន្ថែម​អ្នក​ប្រើ​ទៅ​ក្រុម %s", -"Unable to remove user from group %s" => "មិន​អាច​ដក​អ្នក​ប្រើ​ចេញ​ពី​ក្រុម​ %s", -"Couldn't update app." => "មិន​អាច​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី។", -"Wrong password" => "ខុស​ពាក្យ​សម្ងាត់", -"Saved" => "បាន​រក្សាទុក", -"test email settings" => "សាក​ល្បង​ការ​កំណត់​អ៊ីមែល", -"If you received this email, the settings seem to be correct." => "ប្រសិន​បើ​អ្នក​ទទួល​បាន​អ៊ីមែល​នេះ មាន​ន័យ​ថា​ការ​កំណត់​គឺ​បាន​ត្រឹមម​ត្រូវ​ហើយ។", -"Email sent" => "បាន​ផ្ញើ​អ៊ីមែល", -"You need to set your user email before being able to send test emails." => "អ្នក​ត្រូវ​តែ​កំណត់​អ៊ីមែល​របស់​អ្នក​មុន​នឹង​អាច​ផ្ញើ​អ៊ីមែល​សាកល្បង​បាន។", -"Sending..." => "កំពុង​ផ្ញើ...", -"Please wait...." => "សូម​រង់​ចាំ....", -"Error while disabling app" => "មាន​កំហុស​ពេល​កំពុង​បិទកម្មវិធី", -"Disable" => "បិទ", -"Enable" => "បើក", -"Updating...." => "កំពុង​ធ្វើ​បច្ចុប្បន្នភាព....", -"Error while updating app" => "មាន​កំហុស​ពេល​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី", -"Updated" => "បាន​ធ្វើ​បច្ចុប្បន្នភាព", -"Select a profile picture" => "ជ្រើស​រូបភាព​ប្រវត្តិរូប", -"Very weak password" => "ពាក្យ​សម្ងាត់​ខ្សោយ​ណាស់", -"Weak password" => "ពាក្យ​សម្ងាត់​ខ្សោយ", -"So-so password" => "ពាក្យ​សម្ងាត់​ធម្មតា", -"Good password" => "ពាក្យ​សម្ងាត់​ល្អ", -"Strong password" => "ពាក្យ​សម្ងាត់​ខ្លាំង", -"Delete" => "លុប", -"Decrypting files... Please wait, this can take some time." => "កំពុង Decrypt​ ឯកសារ... សូម​រង​ចាំ វា​អាច​ត្រូវការ​ពេល​មួយ​ចំនួន។", -"Groups" => "ក្រុ", -"undo" => "មិន​ធ្វើ​វិញ", -"never" => "មិនដែរ", -"add group" => "បន្ថែម​ក្រុម", -"A valid username must be provided" => "ត្រូវ​ផ្ដល់​ឈ្មោះ​អ្នក​ប្រើ​ឲ្យ​បាន​ត្រឹម​ត្រូវ", -"Error creating user" => "មាន​កំហុស​ក្នុង​ការ​បង្កើត​អ្នក​ប្រើ", -"A valid password must be provided" => "ត្រូវ​ផ្ដល់​ពាក្យ​សម្ងាត់​ឲ្យ​បាន​ត្រឹម​ត្រូវ", -"__language_name__" => "__language_name__", -"Encryption" => "កូដនីយកម្ម", -"None" => "គ្មាន", -"Login" => "ចូល", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "បម្រាម​សុវត្ថិភាព", -"Setup Warning" => "បម្រាម​ការ​ដំឡើង", -"Module 'fileinfo' missing" => "ខ្វះ​ម៉ូឌុល 'fileinfo'", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "ខ្វះ​ម៉ូឌុល 'fileinfo' ។ យើង​សូម​ណែនាំ​ឲ្យ​បើក​ម៉ូឌុល​នេះ ដើម្បី​ទទួល​បាន​លទ្ធផល​ល្អ​នៃ​ការ​សម្គាល់​ប្រភេទ mime ។", -"Locale not working" => "Locale មិន​ដំណើរការ", -"Cron" => "Cron", -"Sharing" => "ការ​ចែក​រំលែក", -"Allow apps to use the Share API" => "អនុញ្ញាត​ឲ្យ​កម្មវិធី​ប្រើ API ចែក​រំលែក", -"Allow public uploads" => "អនុញ្ញាត​ការ​ផ្ទុក​ឡើង​ជា​សាធារណៈ", -"Allow resharing" => "អនុញ្ញាត​ការ​ចែក​រំលែក​ម្ដង​ទៀត", -"Security" => "សុវត្ថិភាព", -"Enforce HTTPS" => "បង្ខំ HTTPS", -"Email Server" => "ម៉ាស៊ីន​បម្រើ​អ៊ីមែល", -"From address" => "ពី​អាសយដ្ឋាន", -"Server address" => "អាសយដ្ឋាន​ម៉ាស៊ីន​បម្រើ", -"Port" => "ច្រក", -"Send email" => "ផ្ញើ​អ៊ីមែល", -"Log" => "Log", -"Log level" => "កម្រិត Log", -"More" => "ច្រើន​ទៀត", -"Less" => "តិច", -"Version" => "កំណែ", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "សរសេរ​កម្មវិធី​ដោយ សហគមន៍ ownCloud ហើយ source code គឺ​ស្ថិត​ក្នុង​អាជ្ញាប័ណ្ណ AGPL។", -"by" => "ដោយ", -"User Documentation" => "ឯកសារ​សម្រាប់​អ្នក​ប្រើប្រាស់", -"Admin Documentation" => "កម្រង​ឯកសារ​អភិបាល", -"Administrator Documentation" => "ឯកសារ​សម្រាប់​​អ្នក​​គ្រប់​គ្រង​ប្រព័ន្ធ", -"Online Documentation" => "ឯកសារ Online", -"Forum" => "វេទិកាពិភាក្សា", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "ការគាំទ្រលក្ខណៈពាណិជ្ជកម្ម", -"Get the apps to sync your files" => "ដាក់​អោយកម្មវិធីផ្សេងៗ ​ធ្វើសមកាលកម្ម​ឯកសារ​អ្នក", -"Show First Run Wizard again" => "បង្ហាញ First Run Wizard ម្តង​ទៀត", -"You have used %s of the available %s" => "អ្នក​បាន​ប្រើ %s ក្នុង​ចំណោម​ចំនួន​មាន %s", -"Password" => "ពាក្យសម្ងាត់", -"Your password was changed" => "ពាក្យ​សម្ងាត់​របស់​អ្នក​ត្រូវ​បាន​ប្ដូរ", -"Unable to change your password" => "មិន​អាច​ប្ដូរ​ពាក្យ​សម្ងាត់​របស់​អ្នក​បាន​ទេ", -"Current password" => "ពាក្យសម្ងាត់​បច្ចុប្បន្ន", -"New password" => "ពាក្យ​សម្ងាត់​ថ្មី", -"Change password" => "ប្តូរ​ពាក្យសម្ងាត់", -"Email" => "អ៊ីមែល", -"Your email address" => "អ៊ីម៉ែល​របស់​អ្នក", -"Profile picture" => "រូបភាព​ប្រវត្តិរូប", -"Upload new" => "ផ្ទុកឡើង​ថ្មី", -"Select new from Files" => "ជ្រើស​ថ្មី​ពី​ឯកសារ", -"Remove image" => "ដក​រូបភាព​ចេញ", -"Cancel" => "លើកលែង", -"Language" => "ភាសា", -"Help translate" => "ជួយ​បក​ប្រែ", -"Log-in password" => "ពាក្យ​សម្ងាត់​ចូល​គណនី", -"Decrypt all Files" => "Decrypt ឯកសារ​ទាំង​អស់", -"Login Name" => "ចូល", -"Create" => "បង្កើត", -"Admin Recovery Password" => "ការ​ស្វែង​រក​ពាក្យ​សម្ងាត់របស់ប្រធាន​វេបសាយ", -"Unlimited" => "មិន​កំណត់", -"Other" => "ផ្សេងៗ", -"Username" => "ឈ្មោះ​អ្នកប្រើ", -"set new password" => "កំណត់​ពាក្យ​សម្ងាត់​ថ្មី", -"Default" => "លំនាំ​ដើម" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/ko.js b/settings/l10n/ko.js new file mode 100644 index 0000000000..9b0ad8a96e --- /dev/null +++ b/settings/l10n/ko.js @@ -0,0 +1,175 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "활성화", + "Authentication error" : "인증 오류", + "Your full name has been changed." : "전체 이름이 변경되었습니다.", + "Unable to change full name" : "전체 이름을 변경할 수 없음", + "Group already exists" : "그룹이 이미 존재함", + "Unable to add group" : "그룹을 추가할 수 없음", + "Couldn't remove app." : "앱을 제거할수 없습니다.", + "Email saved" : "이메일 저장됨", + "Invalid email" : "잘못된 이메일 주소", + "Unable to delete group" : "그룹을 삭제할 수 없음", + "Unable to delete user" : "사용자를 삭제할 수 없음.", + "Backups restored successfully" : "성공적으로 백업을 복원했습니다", + "Language changed" : "언어가 변경됨", + "Invalid request" : "잘못된 요청", + "Admins can't remove themself from the admin group" : "관리자 자신을 관리자 그룹에서 삭제할 수 없음", + "Unable to add user to group %s" : "그룹 %s에 사용자를 추가할 수 없음", + "Unable to remove user from group %s" : "그룹 %s에서 사용자를 삭제할 수 없음", + "Couldn't update app." : "앱을 업데이트할 수 없습니다.", + "Wrong password" : "잘못된 암호", + "No user supplied" : "사용자가 지정되지 않음", + "Please provide an admin recovery password, otherwise all user data will be lost" : "관리자 복구 암호를 입력하지 않으면 모든 사용자 데이터가 삭제됩니다", + "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" : "암호를 변경할 수 없음", + "Saved" : "저장됨", + "Email sent" : "이메일 발송됨", + "Sending..." : "보내는 중...", + "All" : "모두", + "Please wait...." : "기다려 주십시오....", + "Error while disabling app" : "앱을 비활성화하는 중 오류 발생", + "Disable" : "사용 안함", + "Enable" : "사용함", + "Error while enabling app" : "앱을 활성화하는 중 오류 발생", + "Updating...." : "업데이트 중....", + "Error while updating app" : "앱을 업데이트하는 중 오류 발생", + "Updated" : "업데이트됨", + "Uninstalling ...." : "제거 하는 중 ....", + "Error while uninstalling app" : "앱을 제거하는 중 오류 발생", + "Uninstall" : "제거", + "Select a profile picture" : "프로필 사진 선택", + "Very weak password" : "매우 약한 암호", + "Weak password" : "약한 암호", + "So-so password" : "그저 그런 암호", + "Good password" : "좋은 암호", + "Strong password" : "강력한 암호", + "Delete" : "삭제", + "Decrypting files... Please wait, this can take some time." : "파일 복호화 중... 시간이 걸릴 수도 있으니 기다려 주십시오.", + "Groups" : "그룹", + "Error creating group" : "그룹을 생성하던 중 오류가 발생하였습니다", + "deleted {groupName}" : "{groupName} 삭제됨", + "undo" : "실행 취소", + "never" : "없음", + "deleted {userName}" : "{userName} 삭제됨", + "add group" : "그룹 추가", + "A valid username must be provided" : "올바른 사용자 이름을 입력해야 함", + "Error creating user" : "사용자 생성 오류", + "A valid password must be provided" : "올바른 암호를 입력해야 함", + "Warning: Home directory for user \"{user}\" already exists" : "경고: 사용자 \"{user}\"의 홈 디렉터리가 이미 존재합니다", + "__language_name__" : "한국어", + "SSL root certificates" : "SSL 루트 인증서", + "Encryption" : "암호화", + "Everything (fatal issues, errors, warnings, info, debug)" : "모두 (치명적 문제, 오류, 경고, 정보, 디버그)", + "Info, warnings, errors and fatal issues" : "정보, 경고, 오류, 치명적 문제", + "Warnings, errors and fatal issues" : "경고, 오류, 치명적 문제", + "Errors and fatal issues" : "오류, 치명적 문제", + "Fatal issues only" : "치명적 문제만", + "None" : "없음", + "Login" : "로그인", + "NT LAN Manager" : "NT LAN 관리자", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "보안 경고", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "%s에 HTTP로 접근하고 있습니다. 서버에서 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." : "데이터 디렉터리와 파일을 인터넷에서 접근할 수도 있습니다. .htaccess 파일이 작동하지 않습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 접근할 수 없도록 하거나, 웹 서버 문서 경로 외부로 데이터 디렉터리를 옮기십시오.", + "Setup Warning" : "설정 경고", + "Database Performance Info" : "데이터베이스 성능 정보", + "Module 'fileinfo' missing" : "모듈 'fileinfo'가 없음", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP 모듈 'fileinfo'가 존재하지 않습니다. MIME 형식 감지 결과를 향상시키기 위하여 이 모듈을 활성화하는 것을 추천합니다.", + "Your PHP version is outdated" : "PHP 버전이 오래됨", + "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." : "PHP 버전이 오래되었습니다. 오래된 버전은 작동하지 않을 수도 있기 때문에 PHP 5.3.8 이상을 사용하는 것을 추천합니다.", + "Locale not working" : "로캘이 작동하지 않음", + "System locale can not be set to a one which supports UTF-8." : "UTF-8을 지원하는 시스템 로캘을 사용할 수 없습니다.", + "This means that there might be problems with certain characters in file names." : "파일 이름의 일부 문자에 문제가 생길 수도 있습니다.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "다음 로캘을 지원하도록 시스템 설정을 변경하는 것을 추천합니다: %s", + "Please double check the installation guides." : "설치 가이드를 다시 한 번 확인하십시오.", + "Cron" : "크론", + "Execute one task with each page loaded" : "개별 페이지를 불러올 때마다 실행", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php는 webcron 서비스에 등록되어 HTTP로 15분마다 cron.php에 접근합니다.", + "Sharing" : "공유", + "Allow apps to use the Share API" : "앱에서 공유 API를 사용할 수 있도록 허용", + "Allow public uploads" : "공개 업로드 허용", + "Allow resharing" : "재공유 허용", + "Security" : "보안", + "Enforce HTTPS" : "HTTPS 강제 사용", + "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 강제 설정을 변경하려면 %s에 HTTPS로 연결해야 합니다.", + "Email Server" : "전자우편 서버", + "From address" : "보낸 이 주소", + "Authentication method" : "인증 방법", + "Authentication required" : "인증 필요함", + "Server address" : "서버 주소", + "Port" : "포트", + "Credentials" : "자격 정보", + "SMTP Username" : "SMTP 사용자명", + "SMTP Password" : "SMTP 암호", + "Test email settings" : "시험용 전자우편 설정", + "Send email" : "전자우편 보내기", + "Log" : "로그", + "Log level" : "로그 단계", + "More" : "더 중요함", + "Less" : "덜 중요함", + "Version" : "버전", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "ownCloud 커뮤니티에 의해서 개발되었습니다. 원본 코드AGPL에 따라 사용이 허가됩니다.", + "by" : "작성:", + "Documentation:" : "문서", + "User Documentation" : "사용자 문서", + "Admin Documentation" : "운영자 문서", + "Enable only for specific groups" : "특정 그룹에만 허용", + "Uninstall App" : "앱 제거", + "Administrator Documentation" : "관리자 문서", + "Online Documentation" : "온라인 문서", + "Forum" : "포럼", + "Bugtracker" : "버그 트래커", + "Commercial Support" : "상업용 지원", + "Get the apps to sync your files" : "파일 동기화 앱 가져오기", + "Show First Run Wizard again" : "첫 실행 마법사 다시 보이기", + "You have used %s of the available %s" : "현재 공간 중 %s/%s을(를) 사용 중입니다", + "Password" : "암호", + "Your password was changed" : "암호가 변경되었습니다", + "Unable to change your password" : "암호를 변경할 수 없음", + "Current password" : "현재 암호", + "New password" : "새 암호", + "Change password" : "암호 변경", + "Full Name" : "전체 이름", + "Email" : "이메일", + "Your email address" : "이메일 주소", + "Profile picture" : "프로필 사진", + "Upload new" : "새로 업로드", + "Select new from Files" : "파일에서 선택", + "Remove image" : "그림 삭제", + "Either png or jpg. Ideally square but you will be able to crop it." : "png나 jpg를 사용하십시오. 정사각형 형태가 가장 좋지만 잘라낼 수 있습니다.", + "Your avatar is provided by your original account." : "원본 계정의 아바타를 사용합니다.", + "Cancel" : "취소", + "Choose as profile image" : "프로필 이미지로 사용", + "Language" : "언어", + "Help translate" : "번역 돕기", + "Import Root Certificate" : "루트 인증서 가져오기", + "The encryption app is no longer enabled, please decrypt all your files" : "암호화 앱이 비활성화되었습니다. 모든 파일을 복호화해야 합니다.", + "Log-in password" : "로그인 암호", + "Decrypt all Files" : "모든 파일 복호화", + "Restore Encryption Keys" : "암호화 키 복원", + "Delete Encryption Keys" : "암호화 키 삭제", + "Login Name" : "로그인 이름", + "Create" : "만들기", + "Admin Recovery Password" : "관리자 복구 암호", + "Enter the recovery password in order to recover the users files during password change" : "암호 변경 시 변경된 사용자 파일을 복구하려면 복구 암호를 입력하십시오", + "Search Users and Groups" : "사용자와 그룹 검색", + "Add Group" : "그룹 추가", + "Group" : "그룹", + "Admins" : "관리자", + "Default Quota" : "기본 할당량", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "저장소 할당량을 입력하십시오 (예: \"512 MB\", \"12 GB\")", + "Unlimited" : "무제한", + "Other" : "기타", + "Username" : "사용자 이름", + "Quota" : "할당량", + "Last Login" : "마지막 로그인", + "change full name" : "전체 이름 변경", + "set new password" : "새 암호 설정", + "Default" : "기본값" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/ko.json b/settings/l10n/ko.json new file mode 100644 index 0000000000..860946e7b9 --- /dev/null +++ b/settings/l10n/ko.json @@ -0,0 +1,173 @@ +{ "translations": { + "Enabled" : "활성화", + "Authentication error" : "인증 오류", + "Your full name has been changed." : "전체 이름이 변경되었습니다.", + "Unable to change full name" : "전체 이름을 변경할 수 없음", + "Group already exists" : "그룹이 이미 존재함", + "Unable to add group" : "그룹을 추가할 수 없음", + "Couldn't remove app." : "앱을 제거할수 없습니다.", + "Email saved" : "이메일 저장됨", + "Invalid email" : "잘못된 이메일 주소", + "Unable to delete group" : "그룹을 삭제할 수 없음", + "Unable to delete user" : "사용자를 삭제할 수 없음.", + "Backups restored successfully" : "성공적으로 백업을 복원했습니다", + "Language changed" : "언어가 변경됨", + "Invalid request" : "잘못된 요청", + "Admins can't remove themself from the admin group" : "관리자 자신을 관리자 그룹에서 삭제할 수 없음", + "Unable to add user to group %s" : "그룹 %s에 사용자를 추가할 수 없음", + "Unable to remove user from group %s" : "그룹 %s에서 사용자를 삭제할 수 없음", + "Couldn't update app." : "앱을 업데이트할 수 없습니다.", + "Wrong password" : "잘못된 암호", + "No user supplied" : "사용자가 지정되지 않음", + "Please provide an admin recovery password, otherwise all user data will be lost" : "관리자 복구 암호를 입력하지 않으면 모든 사용자 데이터가 삭제됩니다", + "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" : "암호를 변경할 수 없음", + "Saved" : "저장됨", + "Email sent" : "이메일 발송됨", + "Sending..." : "보내는 중...", + "All" : "모두", + "Please wait...." : "기다려 주십시오....", + "Error while disabling app" : "앱을 비활성화하는 중 오류 발생", + "Disable" : "사용 안함", + "Enable" : "사용함", + "Error while enabling app" : "앱을 활성화하는 중 오류 발생", + "Updating...." : "업데이트 중....", + "Error while updating app" : "앱을 업데이트하는 중 오류 발생", + "Updated" : "업데이트됨", + "Uninstalling ...." : "제거 하는 중 ....", + "Error while uninstalling app" : "앱을 제거하는 중 오류 발생", + "Uninstall" : "제거", + "Select a profile picture" : "프로필 사진 선택", + "Very weak password" : "매우 약한 암호", + "Weak password" : "약한 암호", + "So-so password" : "그저 그런 암호", + "Good password" : "좋은 암호", + "Strong password" : "강력한 암호", + "Delete" : "삭제", + "Decrypting files... Please wait, this can take some time." : "파일 복호화 중... 시간이 걸릴 수도 있으니 기다려 주십시오.", + "Groups" : "그룹", + "Error creating group" : "그룹을 생성하던 중 오류가 발생하였습니다", + "deleted {groupName}" : "{groupName} 삭제됨", + "undo" : "실행 취소", + "never" : "없음", + "deleted {userName}" : "{userName} 삭제됨", + "add group" : "그룹 추가", + "A valid username must be provided" : "올바른 사용자 이름을 입력해야 함", + "Error creating user" : "사용자 생성 오류", + "A valid password must be provided" : "올바른 암호를 입력해야 함", + "Warning: Home directory for user \"{user}\" already exists" : "경고: 사용자 \"{user}\"의 홈 디렉터리가 이미 존재합니다", + "__language_name__" : "한국어", + "SSL root certificates" : "SSL 루트 인증서", + "Encryption" : "암호화", + "Everything (fatal issues, errors, warnings, info, debug)" : "모두 (치명적 문제, 오류, 경고, 정보, 디버그)", + "Info, warnings, errors and fatal issues" : "정보, 경고, 오류, 치명적 문제", + "Warnings, errors and fatal issues" : "경고, 오류, 치명적 문제", + "Errors and fatal issues" : "오류, 치명적 문제", + "Fatal issues only" : "치명적 문제만", + "None" : "없음", + "Login" : "로그인", + "NT LAN Manager" : "NT LAN 관리자", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "보안 경고", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "%s에 HTTP로 접근하고 있습니다. 서버에서 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." : "데이터 디렉터리와 파일을 인터넷에서 접근할 수도 있습니다. .htaccess 파일이 작동하지 않습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 접근할 수 없도록 하거나, 웹 서버 문서 경로 외부로 데이터 디렉터리를 옮기십시오.", + "Setup Warning" : "설정 경고", + "Database Performance Info" : "데이터베이스 성능 정보", + "Module 'fileinfo' missing" : "모듈 'fileinfo'가 없음", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP 모듈 'fileinfo'가 존재하지 않습니다. MIME 형식 감지 결과를 향상시키기 위하여 이 모듈을 활성화하는 것을 추천합니다.", + "Your PHP version is outdated" : "PHP 버전이 오래됨", + "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." : "PHP 버전이 오래되었습니다. 오래된 버전은 작동하지 않을 수도 있기 때문에 PHP 5.3.8 이상을 사용하는 것을 추천합니다.", + "Locale not working" : "로캘이 작동하지 않음", + "System locale can not be set to a one which supports UTF-8." : "UTF-8을 지원하는 시스템 로캘을 사용할 수 없습니다.", + "This means that there might be problems with certain characters in file names." : "파일 이름의 일부 문자에 문제가 생길 수도 있습니다.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "다음 로캘을 지원하도록 시스템 설정을 변경하는 것을 추천합니다: %s", + "Please double check the installation guides." : "설치 가이드를 다시 한 번 확인하십시오.", + "Cron" : "크론", + "Execute one task with each page loaded" : "개별 페이지를 불러올 때마다 실행", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php는 webcron 서비스에 등록되어 HTTP로 15분마다 cron.php에 접근합니다.", + "Sharing" : "공유", + "Allow apps to use the Share API" : "앱에서 공유 API를 사용할 수 있도록 허용", + "Allow public uploads" : "공개 업로드 허용", + "Allow resharing" : "재공유 허용", + "Security" : "보안", + "Enforce HTTPS" : "HTTPS 강제 사용", + "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 강제 설정을 변경하려면 %s에 HTTPS로 연결해야 합니다.", + "Email Server" : "전자우편 서버", + "From address" : "보낸 이 주소", + "Authentication method" : "인증 방법", + "Authentication required" : "인증 필요함", + "Server address" : "서버 주소", + "Port" : "포트", + "Credentials" : "자격 정보", + "SMTP Username" : "SMTP 사용자명", + "SMTP Password" : "SMTP 암호", + "Test email settings" : "시험용 전자우편 설정", + "Send email" : "전자우편 보내기", + "Log" : "로그", + "Log level" : "로그 단계", + "More" : "더 중요함", + "Less" : "덜 중요함", + "Version" : "버전", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "ownCloud 커뮤니티에 의해서 개발되었습니다. 원본 코드AGPL에 따라 사용이 허가됩니다.", + "by" : "작성:", + "Documentation:" : "문서", + "User Documentation" : "사용자 문서", + "Admin Documentation" : "운영자 문서", + "Enable only for specific groups" : "특정 그룹에만 허용", + "Uninstall App" : "앱 제거", + "Administrator Documentation" : "관리자 문서", + "Online Documentation" : "온라인 문서", + "Forum" : "포럼", + "Bugtracker" : "버그 트래커", + "Commercial Support" : "상업용 지원", + "Get the apps to sync your files" : "파일 동기화 앱 가져오기", + "Show First Run Wizard again" : "첫 실행 마법사 다시 보이기", + "You have used %s of the available %s" : "현재 공간 중 %s/%s을(를) 사용 중입니다", + "Password" : "암호", + "Your password was changed" : "암호가 변경되었습니다", + "Unable to change your password" : "암호를 변경할 수 없음", + "Current password" : "현재 암호", + "New password" : "새 암호", + "Change password" : "암호 변경", + "Full Name" : "전체 이름", + "Email" : "이메일", + "Your email address" : "이메일 주소", + "Profile picture" : "프로필 사진", + "Upload new" : "새로 업로드", + "Select new from Files" : "파일에서 선택", + "Remove image" : "그림 삭제", + "Either png or jpg. Ideally square but you will be able to crop it." : "png나 jpg를 사용하십시오. 정사각형 형태가 가장 좋지만 잘라낼 수 있습니다.", + "Your avatar is provided by your original account." : "원본 계정의 아바타를 사용합니다.", + "Cancel" : "취소", + "Choose as profile image" : "프로필 이미지로 사용", + "Language" : "언어", + "Help translate" : "번역 돕기", + "Import Root Certificate" : "루트 인증서 가져오기", + "The encryption app is no longer enabled, please decrypt all your files" : "암호화 앱이 비활성화되었습니다. 모든 파일을 복호화해야 합니다.", + "Log-in password" : "로그인 암호", + "Decrypt all Files" : "모든 파일 복호화", + "Restore Encryption Keys" : "암호화 키 복원", + "Delete Encryption Keys" : "암호화 키 삭제", + "Login Name" : "로그인 이름", + "Create" : "만들기", + "Admin Recovery Password" : "관리자 복구 암호", + "Enter the recovery password in order to recover the users files during password change" : "암호 변경 시 변경된 사용자 파일을 복구하려면 복구 암호를 입력하십시오", + "Search Users and Groups" : "사용자와 그룹 검색", + "Add Group" : "그룹 추가", + "Group" : "그룹", + "Admins" : "관리자", + "Default Quota" : "기본 할당량", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "저장소 할당량을 입력하십시오 (예: \"512 MB\", \"12 GB\")", + "Unlimited" : "무제한", + "Other" : "기타", + "Username" : "사용자 이름", + "Quota" : "할당량", + "Last Login" : "마지막 로그인", + "change full name" : "전체 이름 변경", + "set new password" : "새 암호 설정", + "Default" : "기본값" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php deleted file mode 100644 index 247460cf82..0000000000 --- a/settings/l10n/ko.php +++ /dev/null @@ -1,174 +0,0 @@ - "활성화", -"Authentication error" => "인증 오류", -"Your full name has been changed." => "전체 이름이 변경되었습니다.", -"Unable to change full name" => "전체 이름을 변경할 수 없음", -"Group already exists" => "그룹이 이미 존재함", -"Unable to add group" => "그룹을 추가할 수 없음", -"Couldn't remove app." => "앱을 제거할수 없습니다.", -"Email saved" => "이메일 저장됨", -"Invalid email" => "잘못된 이메일 주소", -"Unable to delete group" => "그룹을 삭제할 수 없음", -"Unable to delete user" => "사용자를 삭제할 수 없음.", -"Backups restored successfully" => "성공적으로 백업을 복원했습니다", -"Language changed" => "언어가 변경됨", -"Invalid request" => "잘못된 요청", -"Admins can't remove themself from the admin group" => "관리자 자신을 관리자 그룹에서 삭제할 수 없음", -"Unable to add user to group %s" => "그룹 %s에 사용자를 추가할 수 없음", -"Unable to remove user from group %s" => "그룹 %s에서 사용자를 삭제할 수 없음", -"Couldn't update app." => "앱을 업데이트할 수 없습니다.", -"Wrong password" => "잘못된 암호", -"No user supplied" => "사용자가 지정되지 않음", -"Please provide an admin recovery password, otherwise all user data will be lost" => "관리자 복구 암호를 입력하지 않으면 모든 사용자 데이터가 삭제됩니다", -"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" => "암호를 변경할 수 없음", -"Saved" => "저장됨", -"Email sent" => "이메일 발송됨", -"Sending..." => "보내는 중...", -"All" => "모두", -"Please wait...." => "기다려 주십시오....", -"Error while disabling app" => "앱을 비활성화하는 중 오류 발생", -"Disable" => "사용 안함", -"Enable" => "사용함", -"Error while enabling app" => "앱을 활성화하는 중 오류 발생", -"Updating...." => "업데이트 중....", -"Error while updating app" => "앱을 업데이트하는 중 오류 발생", -"Updated" => "업데이트됨", -"Uninstalling ...." => "제거 하는 중 ....", -"Error while uninstalling app" => "앱을 제거하는 중 오류 발생", -"Uninstall" => "제거", -"Select a profile picture" => "프로필 사진 선택", -"Very weak password" => "매우 약한 암호", -"Weak password" => "약한 암호", -"So-so password" => "그저 그런 암호", -"Good password" => "좋은 암호", -"Strong password" => "강력한 암호", -"Delete" => "삭제", -"Decrypting files... Please wait, this can take some time." => "파일 복호화 중... 시간이 걸릴 수도 있으니 기다려 주십시오.", -"Groups" => "그룹", -"Error creating group" => "그룹을 생성하던 중 오류가 발생하였습니다", -"deleted {groupName}" => "{groupName} 삭제됨", -"undo" => "실행 취소", -"never" => "없음", -"deleted {userName}" => "{userName} 삭제됨", -"add group" => "그룹 추가", -"A valid username must be provided" => "올바른 사용자 이름을 입력해야 함", -"Error creating user" => "사용자 생성 오류", -"A valid password must be provided" => "올바른 암호를 입력해야 함", -"Warning: Home directory for user \"{user}\" already exists" => "경고: 사용자 \"{user}\"의 홈 디렉터리가 이미 존재합니다", -"__language_name__" => "한국어", -"SSL root certificates" => "SSL 루트 인증서", -"Encryption" => "암호화", -"Everything (fatal issues, errors, warnings, info, debug)" => "모두 (치명적 문제, 오류, 경고, 정보, 디버그)", -"Info, warnings, errors and fatal issues" => "정보, 경고, 오류, 치명적 문제", -"Warnings, errors and fatal issues" => "경고, 오류, 치명적 문제", -"Errors and fatal issues" => "오류, 치명적 문제", -"Fatal issues only" => "치명적 문제만", -"None" => "없음", -"Login" => "로그인", -"NT LAN Manager" => "NT LAN 관리자", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "보안 경고", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "%s에 HTTP로 접근하고 있습니다. 서버에서 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." => "데이터 디렉터리와 파일을 인터넷에서 접근할 수도 있습니다. .htaccess 파일이 작동하지 않습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 접근할 수 없도록 하거나, 웹 서버 문서 경로 외부로 데이터 디렉터리를 옮기십시오.", -"Setup Warning" => "설정 경고", -"Database Performance Info" => "데이터베이스 성능 정보", -"Module 'fileinfo' missing" => "모듈 'fileinfo'가 없음", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP 모듈 'fileinfo'가 존재하지 않습니다. MIME 형식 감지 결과를 향상시키기 위하여 이 모듈을 활성화하는 것을 추천합니다.", -"Your PHP version is outdated" => "PHP 버전이 오래됨", -"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." => "PHP 버전이 오래되었습니다. 오래된 버전은 작동하지 않을 수도 있기 때문에 PHP 5.3.8 이상을 사용하는 것을 추천합니다.", -"Locale not working" => "로캘이 작동하지 않음", -"System locale can not be set to a one which supports UTF-8." => "UTF-8을 지원하는 시스템 로캘을 사용할 수 없습니다.", -"This means that there might be problems with certain characters in file names." => "파일 이름의 일부 문자에 문제가 생길 수도 있습니다.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "다음 로캘을 지원하도록 시스템 설정을 변경하는 것을 추천합니다: %s", -"Please double check the installation guides." => "설치 가이드를 다시 한 번 확인하십시오.", -"Cron" => "크론", -"Execute one task with each page loaded" => "개별 페이지를 불러올 때마다 실행", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php는 webcron 서비스에 등록되어 HTTP로 15분마다 cron.php에 접근합니다.", -"Sharing" => "공유", -"Allow apps to use the Share API" => "앱에서 공유 API를 사용할 수 있도록 허용", -"Allow public uploads" => "공개 업로드 허용", -"Allow resharing" => "재공유 허용", -"Security" => "보안", -"Enforce HTTPS" => "HTTPS 강제 사용", -"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 강제 설정을 변경하려면 %s에 HTTPS로 연결해야 합니다.", -"Email Server" => "전자우편 서버", -"From address" => "보낸 이 주소", -"Authentication method" => "인증 방법", -"Authentication required" => "인증 필요함", -"Server address" => "서버 주소", -"Port" => "포트", -"Credentials" => "자격 정보", -"SMTP Username" => "SMTP 사용자명", -"SMTP Password" => "SMTP 암호", -"Test email settings" => "시험용 전자우편 설정", -"Send email" => "전자우편 보내기", -"Log" => "로그", -"Log level" => "로그 단계", -"More" => "더 중요함", -"Less" => "덜 중요함", -"Version" => "버전", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "ownCloud 커뮤니티에 의해서 개발되었습니다. 원본 코드AGPL에 따라 사용이 허가됩니다.", -"by" => "작성:", -"Documentation:" => "문서", -"User Documentation" => "사용자 문서", -"Admin Documentation" => "운영자 문서", -"Enable only for specific groups" => "특정 그룹에만 허용", -"Uninstall App" => "앱 제거", -"Administrator Documentation" => "관리자 문서", -"Online Documentation" => "온라인 문서", -"Forum" => "포럼", -"Bugtracker" => "버그 트래커", -"Commercial Support" => "상업용 지원", -"Get the apps to sync your files" => "파일 동기화 앱 가져오기", -"Show First Run Wizard again" => "첫 실행 마법사 다시 보이기", -"You have used %s of the available %s" => "현재 공간 중 %s/%s을(를) 사용 중입니다", -"Password" => "암호", -"Your password was changed" => "암호가 변경되었습니다", -"Unable to change your password" => "암호를 변경할 수 없음", -"Current password" => "현재 암호", -"New password" => "새 암호", -"Change password" => "암호 변경", -"Full Name" => "전체 이름", -"Email" => "이메일", -"Your email address" => "이메일 주소", -"Profile picture" => "프로필 사진", -"Upload new" => "새로 업로드", -"Select new from Files" => "파일에서 선택", -"Remove image" => "그림 삭제", -"Either png or jpg. Ideally square but you will be able to crop it." => "png나 jpg를 사용하십시오. 정사각형 형태가 가장 좋지만 잘라낼 수 있습니다.", -"Your avatar is provided by your original account." => "원본 계정의 아바타를 사용합니다.", -"Cancel" => "취소", -"Choose as profile image" => "프로필 이미지로 사용", -"Language" => "언어", -"Help translate" => "번역 돕기", -"Import Root Certificate" => "루트 인증서 가져오기", -"The encryption app is no longer enabled, please decrypt all your files" => "암호화 앱이 비활성화되었습니다. 모든 파일을 복호화해야 합니다.", -"Log-in password" => "로그인 암호", -"Decrypt all Files" => "모든 파일 복호화", -"Restore Encryption Keys" => "암호화 키 복원", -"Delete Encryption Keys" => "암호화 키 삭제", -"Login Name" => "로그인 이름", -"Create" => "만들기", -"Admin Recovery Password" => "관리자 복구 암호", -"Enter the recovery password in order to recover the users files during password change" => "암호 변경 시 변경된 사용자 파일을 복구하려면 복구 암호를 입력하십시오", -"Search Users and Groups" => "사용자와 그룹 검색", -"Add Group" => "그룹 추가", -"Group" => "그룹", -"Admins" => "관리자", -"Default Quota" => "기본 할당량", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "저장소 할당량을 입력하십시오 (예: \"512 MB\", \"12 GB\")", -"Unlimited" => "무제한", -"Other" => "기타", -"Username" => "사용자 이름", -"Quota" => "할당량", -"Last Login" => "마지막 로그인", -"change full name" => "전체 이름 변경", -"set new password" => "새 암호 설정", -"Default" => "기본값" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/ku_IQ.js b/settings/l10n/ku_IQ.js new file mode 100644 index 0000000000..15cd8c6822 --- /dev/null +++ b/settings/l10n/ku_IQ.js @@ -0,0 +1,18 @@ +OC.L10N.register( + "settings", + { + "Invalid request" : "داواکارى نادروستە", + "Enable" : "چالاککردن", + "Encryption" : "نهێنیکردن", + "None" : "هیچ", + "Login" : "چوونەژوورەوە", + "Server address" : "ناونیشانی ڕاژه", + "by" : "له‌لایه‌ن", + "Password" : "وشەی تێپەربو", + "New password" : "وشەی نهێنی نوێ", + "Email" : "ئیمه‌یل", + "Cancel" : "لابردن", + "Login Name" : "چوونەژوورەوە", + "Username" : "ناوی به‌کارهێنه‌ر" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ku_IQ.json b/settings/l10n/ku_IQ.json new file mode 100644 index 0000000000..1e6fe7a51e --- /dev/null +++ b/settings/l10n/ku_IQ.json @@ -0,0 +1,16 @@ +{ "translations": { + "Invalid request" : "داواکارى نادروستە", + "Enable" : "چالاککردن", + "Encryption" : "نهێنیکردن", + "None" : "هیچ", + "Login" : "چوونەژوورەوە", + "Server address" : "ناونیشانی ڕاژه", + "by" : "له‌لایه‌ن", + "Password" : "وشەی تێپەربو", + "New password" : "وشەی نهێنی نوێ", + "Email" : "ئیمه‌یل", + "Cancel" : "لابردن", + "Login Name" : "چوونەژوورەوە", + "Username" : "ناوی به‌کارهێنه‌ر" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ku_IQ.php b/settings/l10n/ku_IQ.php deleted file mode 100644 index 2a0ca54def..0000000000 --- a/settings/l10n/ku_IQ.php +++ /dev/null @@ -1,17 +0,0 @@ - "داواکارى نادروستە", -"Enable" => "چالاککردن", -"Encryption" => "نهێنیکردن", -"None" => "هیچ", -"Login" => "چوونەژوورەوە", -"Server address" => "ناونیشانی ڕاژه", -"by" => "له‌لایه‌ن", -"Password" => "وشەی تێپەربو", -"New password" => "وشەی نهێنی نوێ", -"Email" => "ئیمه‌یل", -"Cancel" => "لابردن", -"Login Name" => "چوونەژوورەوە", -"Username" => "ناوی به‌کارهێنه‌ر" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/lb.js b/settings/l10n/lb.js new file mode 100644 index 0000000000..d376876593 --- /dev/null +++ b/settings/l10n/lb.js @@ -0,0 +1,52 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Authentifikatioun's Fehler", + "Group already exists" : "Group existeiert schon.", + "Unable to add group" : "Onmeiglech Grupp beizefügen.", + "Email saved" : "E-mail gespäichert", + "Invalid email" : "Ongülteg e-mail", + "Unable to delete group" : "Onmeiglech d'Grup ze läschen.", + "Unable to delete user" : "Onmeiglech User zu läschen.", + "Language changed" : "Sprooch huet geännert", + "Invalid request" : "Ongülteg Requête", + "Admins can't remove themself from the admin group" : "Admins kennen sech selwer net aus enger Admin Group läschen.", + "Unable to add user to group %s" : "Onmeiglech User an Grupp ze sätzen %s", + "Email sent" : "Email geschéckt", + "All" : "All", + "Disable" : "Ofschalten", + "Enable" : "Aschalten", + "Delete" : "Läschen", + "Groups" : "Gruppen", + "undo" : "réckgängeg man", + "never" : "ni", + "__language_name__" : "__language_name__", + "Login" : "Login", + "Security Warning" : "Sécherheets Warnung", + "Cron" : "Cron", + "Allow apps to use the Share API" : "Erlab Apps d'Share API ze benotzen", + "Allow resharing" : "Resharing erlaben", + "Server address" : "Server Adress", + "Log" : "Log", + "More" : "Méi", + "Less" : "Manner", + "by" : "vun", + "Password" : "Passwuert", + "Unable to change your password" : "Konnt däin Passwuert net änneren", + "Current password" : "Momentan 't Passwuert", + "New password" : "Neit Passwuert", + "Change password" : "Passwuert änneren", + "Email" : "Email", + "Your email address" : "Deng Email Adress", + "Cancel" : "Ofbriechen", + "Language" : "Sprooch", + "Help translate" : "Hëllef iwwersetzen", + "Login Name" : "Login", + "Create" : "Erstellen", + "Group" : "Grupp", + "Default Quota" : "Standard Quota", + "Other" : "Aner", + "Username" : "Benotzernumm", + "Quota" : "Quota" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/lb.json b/settings/l10n/lb.json new file mode 100644 index 0000000000..c3124daf85 --- /dev/null +++ b/settings/l10n/lb.json @@ -0,0 +1,50 @@ +{ "translations": { + "Authentication error" : "Authentifikatioun's Fehler", + "Group already exists" : "Group existeiert schon.", + "Unable to add group" : "Onmeiglech Grupp beizefügen.", + "Email saved" : "E-mail gespäichert", + "Invalid email" : "Ongülteg e-mail", + "Unable to delete group" : "Onmeiglech d'Grup ze läschen.", + "Unable to delete user" : "Onmeiglech User zu läschen.", + "Language changed" : "Sprooch huet geännert", + "Invalid request" : "Ongülteg Requête", + "Admins can't remove themself from the admin group" : "Admins kennen sech selwer net aus enger Admin Group läschen.", + "Unable to add user to group %s" : "Onmeiglech User an Grupp ze sätzen %s", + "Email sent" : "Email geschéckt", + "All" : "All", + "Disable" : "Ofschalten", + "Enable" : "Aschalten", + "Delete" : "Läschen", + "Groups" : "Gruppen", + "undo" : "réckgängeg man", + "never" : "ni", + "__language_name__" : "__language_name__", + "Login" : "Login", + "Security Warning" : "Sécherheets Warnung", + "Cron" : "Cron", + "Allow apps to use the Share API" : "Erlab Apps d'Share API ze benotzen", + "Allow resharing" : "Resharing erlaben", + "Server address" : "Server Adress", + "Log" : "Log", + "More" : "Méi", + "Less" : "Manner", + "by" : "vun", + "Password" : "Passwuert", + "Unable to change your password" : "Konnt däin Passwuert net änneren", + "Current password" : "Momentan 't Passwuert", + "New password" : "Neit Passwuert", + "Change password" : "Passwuert änneren", + "Email" : "Email", + "Your email address" : "Deng Email Adress", + "Cancel" : "Ofbriechen", + "Language" : "Sprooch", + "Help translate" : "Hëllef iwwersetzen", + "Login Name" : "Login", + "Create" : "Erstellen", + "Group" : "Grupp", + "Default Quota" : "Standard Quota", + "Other" : "Aner", + "Username" : "Benotzernumm", + "Quota" : "Quota" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/lb.php b/settings/l10n/lb.php deleted file mode 100644 index 25cd41b29f..0000000000 --- a/settings/l10n/lb.php +++ /dev/null @@ -1,51 +0,0 @@ - "Authentifikatioun's Fehler", -"Group already exists" => "Group existeiert schon.", -"Unable to add group" => "Onmeiglech Grupp beizefügen.", -"Email saved" => "E-mail gespäichert", -"Invalid email" => "Ongülteg e-mail", -"Unable to delete group" => "Onmeiglech d'Grup ze läschen.", -"Unable to delete user" => "Onmeiglech User zu läschen.", -"Language changed" => "Sprooch huet geännert", -"Invalid request" => "Ongülteg Requête", -"Admins can't remove themself from the admin group" => "Admins kennen sech selwer net aus enger Admin Group läschen.", -"Unable to add user to group %s" => "Onmeiglech User an Grupp ze sätzen %s", -"Email sent" => "Email geschéckt", -"All" => "All", -"Disable" => "Ofschalten", -"Enable" => "Aschalten", -"Delete" => "Läschen", -"Groups" => "Gruppen", -"undo" => "réckgängeg man", -"never" => "ni", -"__language_name__" => "__language_name__", -"Login" => "Login", -"Security Warning" => "Sécherheets Warnung", -"Cron" => "Cron", -"Allow apps to use the Share API" => "Erlab Apps d'Share API ze benotzen", -"Allow resharing" => "Resharing erlaben", -"Server address" => "Server Adress", -"Log" => "Log", -"More" => "Méi", -"Less" => "Manner", -"by" => "vun", -"Password" => "Passwuert", -"Unable to change your password" => "Konnt däin Passwuert net änneren", -"Current password" => "Momentan 't Passwuert", -"New password" => "Neit Passwuert", -"Change password" => "Passwuert änneren", -"Email" => "Email", -"Your email address" => "Deng Email Adress", -"Cancel" => "Ofbriechen", -"Language" => "Sprooch", -"Help translate" => "Hëllef iwwersetzen", -"Login Name" => "Login", -"Create" => "Erstellen", -"Group" => "Grupp", -"Default Quota" => "Standard Quota", -"Other" => "Aner", -"Username" => "Benotzernumm", -"Quota" => "Quota" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/lt_LT.js b/settings/l10n/lt_LT.js new file mode 100644 index 0000000000..977499f0c3 --- /dev/null +++ b/settings/l10n/lt_LT.js @@ -0,0 +1,123 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Įjungta", + "Authentication error" : "Autentikacijos klaida", + "Group already exists" : "Grupė jau egzistuoja", + "Unable to add group" : "Nepavyko pridėti grupės", + "Email saved" : "El. paštas išsaugotas", + "Invalid email" : "Netinkamas el. paštas", + "Unable to delete group" : "Nepavyko ištrinti grupės", + "Unable to delete user" : "Nepavyko ištrinti vartotojo", + "Language changed" : "Kalba pakeista", + "Invalid request" : "Klaidinga užklausa", + "Admins can't remove themself from the admin group" : "Administratoriai negali pašalinti savęs iš administratorių grupės", + "Unable to add user to group %s" : "Nepavyko pridėti vartotojo prie grupės %s", + "Unable to remove user from group %s" : "Nepavyko ištrinti vartotojo iš grupės %s", + "Couldn't update app." : "Nepavyko atnaujinti programos.", + "Wrong password" : "Neteisingas slaptažodis", + "No user supplied" : "Nepateiktas naudotojas", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Prašome įvesti administratoriaus atkūrimo slaptažodį, kitaip visi naudotojo suomenys bus prarasti", + "Wrong admin recovery password. Please check the password and try again." : "Netinkamas administratoriau atkūrimo slaptažodis. Prašome pasitikrinti ir bandyti vėl.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Sistema nepalaiko slaptažodžio keitimo, bet naudotojo šifravimo raktas buvo sėkmingai atnaujintas.", + "Unable to change password" : "Nepavyksta pakeisti slaptažodžio", + "Email sent" : "Laiškas išsiųstas", + "All" : "Viskas", + "Please wait...." : "Prašome palaukti...", + "Error while disabling app" : "Klaida išjungiant programą", + "Disable" : "Išjungti", + "Enable" : "Įjungti", + "Error while enabling app" : "Klaida įjungiant programą", + "Updating...." : "Atnaujinama...", + "Error while updating app" : "Įvyko klaida atnaujinant programą", + "Updated" : "Atnaujinta", + "Select a profile picture" : "Pažymėkite profilio paveikslėlį", + "Delete" : "Ištrinti", + "Decrypting files... Please wait, this can take some time." : "Iššifruojami failai... Prašome palaukti, tai gali užtrukti.", + "Groups" : "Grupės", + "undo" : "anuliuoti", + "never" : "niekada", + "add group" : "pridėti grupę", + "A valid username must be provided" : "Vartotojo vardas turi būti tinkamas", + "Error creating user" : "Klaida kuriant vartotoją", + "A valid password must be provided" : "Slaptažodis turi būti tinkamas", + "Warning: Home directory for user \"{user}\" already exists" : "Įspėjimas: Vartotojo \"{user}\" namų aplankas jau egzistuoja", + "__language_name__" : "Lietuvių", + "SSL root certificates" : "SSL sertifikatas", + "Encryption" : "Šifravimas", + "Fatal issues only" : "Tik kritinės problemos", + "None" : "Nieko", + "Login" : "Prisijungti", + "Security Warning" : "Saugumo pranešimas", + "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." : "Jūsų duomenų katalogas ir Jūsų failai turbūt yra pasiekiami per internetą. Failas .htaccess neveikia. Mes labai rekomenduojame sukonfigūruoti serverį taip, kad katalogas nebūtų daugiau pasiekiamas, arba iškelkite duomenis kitur iš webserverio šakninio aplanko.", + "Setup Warning" : "Nustatyti perspėjimą", + "Module 'fileinfo' missing" : "Trūksta 'fileinfo' modulio", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Trūksta PHP modulio „fileinfo“. Labai rekomenduojame įjungti šį modulį, kad gauti geriausius rezultatus nustatant mime-tipą.", + "Locale not working" : "Lokalė neveikia", + "Please double check the installation guides." : "Prašome pažiūrėkite dar kartą diegimo instrukcijas.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Įvykdyti vieną užduotį su kiekvieno puslapio įkėlimu", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php yra registruotas tinklapio suplanuotų užduočių paslaugose, kad iškviesti cron.php kas 15 minučių per http.", + "Sharing" : "Dalijimasis", + "Allow apps to use the Share API" : "Leidžia programoms naudoti Share API", + "Allow public uploads" : "Leisti viešus įkėlimus", + "Allow resharing" : "Leisti dalintis", + "Security" : "Saugumas", + "Enforce HTTPS" : "Reikalauti HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Verčia klientus jungtis prie %s per šifruotą ryšį.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Prašome prisijungti prie savo %s per HTTPS, kad įjungti ar išjungti SSL reikalavimą.", + "Server address" : "Serverio adresas", + "Port" : "Prievadas", + "Log" : "Žurnalas", + "Log level" : "Žurnalo išsamumas", + "More" : "Daugiau", + "Less" : "Mažiau", + "Version" : "Versija", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Sukurta ownCloud bendruomenės, pirminis kodas platinamas pagal AGPL.", + "More apps" : "Daugiau programų", + "by" : " ", + "User Documentation" : "Naudotojo dokumentacija", + "Administrator Documentation" : "Administratoriaus dokumentacija", + "Online Documentation" : "Dokumentacija tinkle", + "Forum" : "Forumas", + "Bugtracker" : "Klaidų sekimas", + "Commercial Support" : "Komercinis palaikymas", + "Get the apps to sync your files" : "Atsisiųskite programėlių, kad sinchronizuotumėte savo failus", + "Show First Run Wizard again" : "Rodyti pirmo karto vedlį dar kartą", + "You have used %s of the available %s" : "Jūs naudojate %s iš galimų %s", + "Password" : "Slaptažodis", + "Your password was changed" : "Jūsų slaptažodis buvo pakeistas", + "Unable to change your password" : "Neįmanoma pakeisti slaptažodžio", + "Current password" : "Dabartinis slaptažodis", + "New password" : "Naujas slaptažodis", + "Change password" : "Pakeisti slaptažodį", + "Full Name" : "Pilnas vardas", + "Email" : "El. Paštas", + "Your email address" : "Jūsų el. pašto adresas", + "Profile picture" : "Profilio paveikslėlis", + "Upload new" : "Įkelti naują", + "Select new from Files" : "Pasirinkti naują iš failų", + "Remove image" : "Pašalinti paveikslėlį", + "Either png or jpg. Ideally square but you will be able to crop it." : "Arba png arba jpg. Geriausia kvadratinį, bet galėsite jį apkarpyti.", + "Cancel" : "Atšaukti", + "Choose as profile image" : "Pasirinkite profilio paveiksliuką", + "Language" : "Kalba", + "Help translate" : "Padėkite išversti", + "Import Root Certificate" : "Įkelti pagrindinį sertifikatą", + "Log-in password" : "Prisijungimo slaptažodis", + "Decrypt all Files" : "Iššifruoti visus failus", + "Login Name" : "Vartotojo vardas", + "Create" : "Sukurti", + "Admin Recovery Password" : "Administracinis atkūrimo slaptažodis", + "Enter the recovery password in order to recover the users files during password change" : "Įveskite atkūrimo slaptažodį, kad atkurti naudotojo failus keičiant slaptažodį", + "Group" : "Grupė", + "Default Quota" : "Numatytoji kvota", + "Unlimited" : "Neribota", + "Other" : "Kita", + "Username" : "Prisijungimo vardas", + "Quota" : "Limitas", + "change full name" : "keisti pilną vardą", + "set new password" : "nustatyti naują slaptažodį", + "Default" : "Numatytasis" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/settings/l10n/lt_LT.json b/settings/l10n/lt_LT.json new file mode 100644 index 0000000000..8c8c385684 --- /dev/null +++ b/settings/l10n/lt_LT.json @@ -0,0 +1,121 @@ +{ "translations": { + "Enabled" : "Įjungta", + "Authentication error" : "Autentikacijos klaida", + "Group already exists" : "Grupė jau egzistuoja", + "Unable to add group" : "Nepavyko pridėti grupės", + "Email saved" : "El. paštas išsaugotas", + "Invalid email" : "Netinkamas el. paštas", + "Unable to delete group" : "Nepavyko ištrinti grupės", + "Unable to delete user" : "Nepavyko ištrinti vartotojo", + "Language changed" : "Kalba pakeista", + "Invalid request" : "Klaidinga užklausa", + "Admins can't remove themself from the admin group" : "Administratoriai negali pašalinti savęs iš administratorių grupės", + "Unable to add user to group %s" : "Nepavyko pridėti vartotojo prie grupės %s", + "Unable to remove user from group %s" : "Nepavyko ištrinti vartotojo iš grupės %s", + "Couldn't update app." : "Nepavyko atnaujinti programos.", + "Wrong password" : "Neteisingas slaptažodis", + "No user supplied" : "Nepateiktas naudotojas", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Prašome įvesti administratoriaus atkūrimo slaptažodį, kitaip visi naudotojo suomenys bus prarasti", + "Wrong admin recovery password. Please check the password and try again." : "Netinkamas administratoriau atkūrimo slaptažodis. Prašome pasitikrinti ir bandyti vėl.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Sistema nepalaiko slaptažodžio keitimo, bet naudotojo šifravimo raktas buvo sėkmingai atnaujintas.", + "Unable to change password" : "Nepavyksta pakeisti slaptažodžio", + "Email sent" : "Laiškas išsiųstas", + "All" : "Viskas", + "Please wait...." : "Prašome palaukti...", + "Error while disabling app" : "Klaida išjungiant programą", + "Disable" : "Išjungti", + "Enable" : "Įjungti", + "Error while enabling app" : "Klaida įjungiant programą", + "Updating...." : "Atnaujinama...", + "Error while updating app" : "Įvyko klaida atnaujinant programą", + "Updated" : "Atnaujinta", + "Select a profile picture" : "Pažymėkite profilio paveikslėlį", + "Delete" : "Ištrinti", + "Decrypting files... Please wait, this can take some time." : "Iššifruojami failai... Prašome palaukti, tai gali užtrukti.", + "Groups" : "Grupės", + "undo" : "anuliuoti", + "never" : "niekada", + "add group" : "pridėti grupę", + "A valid username must be provided" : "Vartotojo vardas turi būti tinkamas", + "Error creating user" : "Klaida kuriant vartotoją", + "A valid password must be provided" : "Slaptažodis turi būti tinkamas", + "Warning: Home directory for user \"{user}\" already exists" : "Įspėjimas: Vartotojo \"{user}\" namų aplankas jau egzistuoja", + "__language_name__" : "Lietuvių", + "SSL root certificates" : "SSL sertifikatas", + "Encryption" : "Šifravimas", + "Fatal issues only" : "Tik kritinės problemos", + "None" : "Nieko", + "Login" : "Prisijungti", + "Security Warning" : "Saugumo pranešimas", + "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." : "Jūsų duomenų katalogas ir Jūsų failai turbūt yra pasiekiami per internetą. Failas .htaccess neveikia. Mes labai rekomenduojame sukonfigūruoti serverį taip, kad katalogas nebūtų daugiau pasiekiamas, arba iškelkite duomenis kitur iš webserverio šakninio aplanko.", + "Setup Warning" : "Nustatyti perspėjimą", + "Module 'fileinfo' missing" : "Trūksta 'fileinfo' modulio", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Trūksta PHP modulio „fileinfo“. Labai rekomenduojame įjungti šį modulį, kad gauti geriausius rezultatus nustatant mime-tipą.", + "Locale not working" : "Lokalė neveikia", + "Please double check the installation guides." : "Prašome pažiūrėkite dar kartą diegimo instrukcijas.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Įvykdyti vieną užduotį su kiekvieno puslapio įkėlimu", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php yra registruotas tinklapio suplanuotų užduočių paslaugose, kad iškviesti cron.php kas 15 minučių per http.", + "Sharing" : "Dalijimasis", + "Allow apps to use the Share API" : "Leidžia programoms naudoti Share API", + "Allow public uploads" : "Leisti viešus įkėlimus", + "Allow resharing" : "Leisti dalintis", + "Security" : "Saugumas", + "Enforce HTTPS" : "Reikalauti HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Verčia klientus jungtis prie %s per šifruotą ryšį.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Prašome prisijungti prie savo %s per HTTPS, kad įjungti ar išjungti SSL reikalavimą.", + "Server address" : "Serverio adresas", + "Port" : "Prievadas", + "Log" : "Žurnalas", + "Log level" : "Žurnalo išsamumas", + "More" : "Daugiau", + "Less" : "Mažiau", + "Version" : "Versija", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Sukurta ownCloud bendruomenės, pirminis kodas platinamas pagal AGPL.", + "More apps" : "Daugiau programų", + "by" : " ", + "User Documentation" : "Naudotojo dokumentacija", + "Administrator Documentation" : "Administratoriaus dokumentacija", + "Online Documentation" : "Dokumentacija tinkle", + "Forum" : "Forumas", + "Bugtracker" : "Klaidų sekimas", + "Commercial Support" : "Komercinis palaikymas", + "Get the apps to sync your files" : "Atsisiųskite programėlių, kad sinchronizuotumėte savo failus", + "Show First Run Wizard again" : "Rodyti pirmo karto vedlį dar kartą", + "You have used %s of the available %s" : "Jūs naudojate %s iš galimų %s", + "Password" : "Slaptažodis", + "Your password was changed" : "Jūsų slaptažodis buvo pakeistas", + "Unable to change your password" : "Neįmanoma pakeisti slaptažodžio", + "Current password" : "Dabartinis slaptažodis", + "New password" : "Naujas slaptažodis", + "Change password" : "Pakeisti slaptažodį", + "Full Name" : "Pilnas vardas", + "Email" : "El. Paštas", + "Your email address" : "Jūsų el. pašto adresas", + "Profile picture" : "Profilio paveikslėlis", + "Upload new" : "Įkelti naują", + "Select new from Files" : "Pasirinkti naują iš failų", + "Remove image" : "Pašalinti paveikslėlį", + "Either png or jpg. Ideally square but you will be able to crop it." : "Arba png arba jpg. Geriausia kvadratinį, bet galėsite jį apkarpyti.", + "Cancel" : "Atšaukti", + "Choose as profile image" : "Pasirinkite profilio paveiksliuką", + "Language" : "Kalba", + "Help translate" : "Padėkite išversti", + "Import Root Certificate" : "Įkelti pagrindinį sertifikatą", + "Log-in password" : "Prisijungimo slaptažodis", + "Decrypt all Files" : "Iššifruoti visus failus", + "Login Name" : "Vartotojo vardas", + "Create" : "Sukurti", + "Admin Recovery Password" : "Administracinis atkūrimo slaptažodis", + "Enter the recovery password in order to recover the users files during password change" : "Įveskite atkūrimo slaptažodį, kad atkurti naudotojo failus keičiant slaptažodį", + "Group" : "Grupė", + "Default Quota" : "Numatytoji kvota", + "Unlimited" : "Neribota", + "Other" : "Kita", + "Username" : "Prisijungimo vardas", + "Quota" : "Limitas", + "change full name" : "keisti pilną vardą", + "set new password" : "nustatyti naują slaptažodį", + "Default" : "Numatytasis" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/settings/l10n/lt_LT.php b/settings/l10n/lt_LT.php deleted file mode 100644 index 9a08ccb55a..0000000000 --- a/settings/l10n/lt_LT.php +++ /dev/null @@ -1,122 +0,0 @@ - "Įjungta", -"Authentication error" => "Autentikacijos klaida", -"Group already exists" => "Grupė jau egzistuoja", -"Unable to add group" => "Nepavyko pridėti grupės", -"Email saved" => "El. paštas išsaugotas", -"Invalid email" => "Netinkamas el. paštas", -"Unable to delete group" => "Nepavyko ištrinti grupės", -"Unable to delete user" => "Nepavyko ištrinti vartotojo", -"Language changed" => "Kalba pakeista", -"Invalid request" => "Klaidinga užklausa", -"Admins can't remove themself from the admin group" => "Administratoriai negali pašalinti savęs iš administratorių grupės", -"Unable to add user to group %s" => "Nepavyko pridėti vartotojo prie grupės %s", -"Unable to remove user from group %s" => "Nepavyko ištrinti vartotojo iš grupės %s", -"Couldn't update app." => "Nepavyko atnaujinti programos.", -"Wrong password" => "Neteisingas slaptažodis", -"No user supplied" => "Nepateiktas naudotojas", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Prašome įvesti administratoriaus atkūrimo slaptažodį, kitaip visi naudotojo suomenys bus prarasti", -"Wrong admin recovery password. Please check the password and try again." => "Netinkamas administratoriau atkūrimo slaptažodis. Prašome pasitikrinti ir bandyti vėl.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Sistema nepalaiko slaptažodžio keitimo, bet naudotojo šifravimo raktas buvo sėkmingai atnaujintas.", -"Unable to change password" => "Nepavyksta pakeisti slaptažodžio", -"Email sent" => "Laiškas išsiųstas", -"All" => "Viskas", -"Please wait...." => "Prašome palaukti...", -"Error while disabling app" => "Klaida išjungiant programą", -"Disable" => "Išjungti", -"Enable" => "Įjungti", -"Error while enabling app" => "Klaida įjungiant programą", -"Updating...." => "Atnaujinama...", -"Error while updating app" => "Įvyko klaida atnaujinant programą", -"Updated" => "Atnaujinta", -"Select a profile picture" => "Pažymėkite profilio paveikslėlį", -"Delete" => "Ištrinti", -"Decrypting files... Please wait, this can take some time." => "Iššifruojami failai... Prašome palaukti, tai gali užtrukti.", -"Groups" => "Grupės", -"undo" => "anuliuoti", -"never" => "niekada", -"add group" => "pridėti grupę", -"A valid username must be provided" => "Vartotojo vardas turi būti tinkamas", -"Error creating user" => "Klaida kuriant vartotoją", -"A valid password must be provided" => "Slaptažodis turi būti tinkamas", -"Warning: Home directory for user \"{user}\" already exists" => "Įspėjimas: Vartotojo \"{user}\" namų aplankas jau egzistuoja", -"__language_name__" => "Lietuvių", -"SSL root certificates" => "SSL sertifikatas", -"Encryption" => "Šifravimas", -"Fatal issues only" => "Tik kritinės problemos", -"None" => "Nieko", -"Login" => "Prisijungti", -"Security Warning" => "Saugumo pranešimas", -"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." => "Jūsų duomenų katalogas ir Jūsų failai turbūt yra pasiekiami per internetą. Failas .htaccess neveikia. Mes labai rekomenduojame sukonfigūruoti serverį taip, kad katalogas nebūtų daugiau pasiekiamas, arba iškelkite duomenis kitur iš webserverio šakninio aplanko.", -"Setup Warning" => "Nustatyti perspėjimą", -"Module 'fileinfo' missing" => "Trūksta 'fileinfo' modulio", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Trūksta PHP modulio „fileinfo“. Labai rekomenduojame įjungti šį modulį, kad gauti geriausius rezultatus nustatant mime-tipą.", -"Locale not working" => "Lokalė neveikia", -"Please double check the installation guides." => "Prašome pažiūrėkite dar kartą diegimo instrukcijas.", -"Cron" => "Cron", -"Execute one task with each page loaded" => "Įvykdyti vieną užduotį su kiekvieno puslapio įkėlimu", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php yra registruotas tinklapio suplanuotų užduočių paslaugose, kad iškviesti cron.php kas 15 minučių per http.", -"Sharing" => "Dalijimasis", -"Allow apps to use the Share API" => "Leidžia programoms naudoti Share API", -"Allow public uploads" => "Leisti viešus įkėlimus", -"Allow resharing" => "Leisti dalintis", -"Security" => "Saugumas", -"Enforce HTTPS" => "Reikalauti HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Verčia klientus jungtis prie %s per šifruotą ryšį.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Prašome prisijungti prie savo %s per HTTPS, kad įjungti ar išjungti SSL reikalavimą.", -"Server address" => "Serverio adresas", -"Port" => "Prievadas", -"Log" => "Žurnalas", -"Log level" => "Žurnalo išsamumas", -"More" => "Daugiau", -"Less" => "Mažiau", -"Version" => "Versija", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Sukurta ownCloud bendruomenės, pirminis kodas platinamas pagal AGPL.", -"More apps" => "Daugiau programų", -"by" => " ", -"User Documentation" => "Naudotojo dokumentacija", -"Administrator Documentation" => "Administratoriaus dokumentacija", -"Online Documentation" => "Dokumentacija tinkle", -"Forum" => "Forumas", -"Bugtracker" => "Klaidų sekimas", -"Commercial Support" => "Komercinis palaikymas", -"Get the apps to sync your files" => "Atsisiųskite programėlių, kad sinchronizuotumėte savo failus", -"Show First Run Wizard again" => "Rodyti pirmo karto vedlį dar kartą", -"You have used %s of the available %s" => "Jūs naudojate %s iš galimų %s", -"Password" => "Slaptažodis", -"Your password was changed" => "Jūsų slaptažodis buvo pakeistas", -"Unable to change your password" => "Neįmanoma pakeisti slaptažodžio", -"Current password" => "Dabartinis slaptažodis", -"New password" => "Naujas slaptažodis", -"Change password" => "Pakeisti slaptažodį", -"Full Name" => "Pilnas vardas", -"Email" => "El. Paštas", -"Your email address" => "Jūsų el. pašto adresas", -"Profile picture" => "Profilio paveikslėlis", -"Upload new" => "Įkelti naują", -"Select new from Files" => "Pasirinkti naują iš failų", -"Remove image" => "Pašalinti paveikslėlį", -"Either png or jpg. Ideally square but you will be able to crop it." => "Arba png arba jpg. Geriausia kvadratinį, bet galėsite jį apkarpyti.", -"Cancel" => "Atšaukti", -"Choose as profile image" => "Pasirinkite profilio paveiksliuką", -"Language" => "Kalba", -"Help translate" => "Padėkite išversti", -"Import Root Certificate" => "Įkelti pagrindinį sertifikatą", -"Log-in password" => "Prisijungimo slaptažodis", -"Decrypt all Files" => "Iššifruoti visus failus", -"Login Name" => "Vartotojo vardas", -"Create" => "Sukurti", -"Admin Recovery Password" => "Administracinis atkūrimo slaptažodis", -"Enter the recovery password in order to recover the users files during password change" => "Įveskite atkūrimo slaptažodį, kad atkurti naudotojo failus keičiant slaptažodį", -"Group" => "Grupė", -"Default Quota" => "Numatytoji kvota", -"Unlimited" => "Neribota", -"Other" => "Kita", -"Username" => "Prisijungimo vardas", -"Quota" => "Limitas", -"change full name" => "keisti pilną vardą", -"set new password" => "nustatyti naują slaptažodį", -"Default" => "Numatytasis" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/settings/l10n/lv.js b/settings/l10n/lv.js new file mode 100644 index 0000000000..2b38544675 --- /dev/null +++ b/settings/l10n/lv.js @@ -0,0 +1,103 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Autentifikācijas kļūda", + "Group already exists" : "Grupa jau eksistē", + "Unable to add group" : "Nevar pievienot grupu", + "Email saved" : "E-pasts tika saglabāts", + "Invalid email" : "Nederīgs epasts", + "Unable to delete group" : "Nevar izdzēst grupu", + "Unable to delete user" : "Nevar izdzēst lietotāju", + "Language changed" : "Valoda tika nomainīta", + "Invalid request" : "Nederīgs vaicājums", + "Admins can't remove themself from the admin group" : "Administratori nevar izņemt paši sevi no administratoru grupas", + "Unable to add user to group %s" : "Nevar pievienot lietotāju grupai %s", + "Unable to remove user from group %s" : "Nevar izņemt lietotāju no grupas %s", + "Couldn't update app." : "Nevarēja atjaunināt lietotni.", + "Email sent" : "Vēstule nosūtīta", + "All" : "Visi", + "Please wait...." : "Lūdzu, uzgaidiet....", + "Disable" : "Deaktivēt", + "Enable" : "Aktivēt", + "Updating...." : "Atjaunina....", + "Error while updating app" : "Kļūda, atjauninot lietotni", + "Updated" : "Atjaunināta", + "Delete" : "Dzēst", + "Decrypting files... Please wait, this can take some time." : "Atšifrēju failus... Uzgaidiet tas var ilgt kādu laiku.", + "Groups" : "Grupas", + "undo" : "atsaukt", + "never" : "nekad", + "add group" : "pievienot grupu", + "A valid username must be provided" : "Jānorāda derīgs lietotājvārds", + "Error creating user" : "Kļūda, veidojot lietotāju", + "A valid password must be provided" : "Jānorāda derīga parole", + "__language_name__" : "__valodas_nosaukums__", + "SSL root certificates" : "SSL saknes sertifikāti", + "Encryption" : "Šifrēšana", + "None" : "Nav", + "Login" : "Ierakstīties", + "Security Warning" : "Brīdinājums par drošību", + "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." : "Jūsu datu direktorija un faili visticamāk ir pieejami no interneta. .htaccess fails nedarbojas. Ir rekomendēts konfigurēt serveri tā lai jūsu datu direktorija nav lasāma vai pārvietot to ārpus tīmekļa servera dokumentu mapes.", + "Setup Warning" : "Iestatīšanas brīdinājums", + "Module 'fileinfo' missing" : "Trūkst modulis “fileinfo”", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Trūkst PHP modulis “fileinfo”. Mēs iesakām to aktivēt, lai pēc iespējas labāk noteiktu mime tipus.", + "Locale not working" : "Lokāle nestrādā", + "Please double check the installation guides." : "Lūdzu, vēlreiz pārbaudiet instalēšanas palīdzību.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Izpildīt vienu uzdevumu ar katru ielādēto lapu", + "Sharing" : "Dalīšanās", + "Allow apps to use the Share API" : "Ļauj lietotnēm izmantot koplietošanas API", + "Allow public uploads" : "Atļaut publisko augšupielādi", + "Allow resharing" : "Atļaut atkārtotu koplietošanu", + "Security" : "Drošība", + "Enforce HTTPS" : "Uzspiest HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Uzspiest klientiem pieslēgties pie %s caur šifrētu savienojumu.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Lūdzu slēdzieties pie %s caur HTTPS lai iespējotu vai atspējotu SSL izpildīšanu", + "Server address" : "Servera adrese", + "Port" : "Ports", + "Credentials" : "Akreditācijas dati", + "Log" : "Žurnāls", + "Log level" : "Žurnāla līmenis", + "More" : "Vairāk", + "Less" : "Mazāk", + "Version" : "Versija", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "IzstrādājusiownCloud kopiena,pirmkodukurš ir licencēts zem AGPL.", + "More apps" : "Vairāk programmu", + "by" : "līdz", + "User Documentation" : "Lietotāja dokumentācija", + "Administrator Documentation" : "Administratora dokumentācija", + "Online Documentation" : "Tiešsaistes dokumentācija", + "Forum" : "Forums", + "Bugtracker" : "Kļūdu sekotājs", + "Commercial Support" : "Komerciālais atbalsts", + "Get the apps to sync your files" : "Saņem lietotnes, lai sinhronizētu savas datnes", + "Show First Run Wizard again" : "Vēlreiz rādīt pirmās palaišanas vedni", + "You have used %s of the available %s" : "Jūs lietojat %s no pieejamajiem %s", + "Password" : "Parole", + "Your password was changed" : "Jūru parole tika nomainīta", + "Unable to change your password" : "Nevar nomainīt jūsu paroli", + "Current password" : "Pašreizējā parole", + "New password" : "Jauna parole", + "Change password" : "Mainīt paroli", + "Email" : "E-pasts", + "Your email address" : "Jūsu e-pasta adrese", + "Cancel" : "Atcelt", + "Language" : "Valoda", + "Help translate" : "Palīdzi tulkot", + "Import Root Certificate" : "Importēt saknes sertifikātus", + "Log-in password" : "Pieslēgšanās parole", + "Decrypt all Files" : "Atšifrēt visus failus", + "Login Name" : "Ierakstīšanās vārds", + "Create" : "Izveidot", + "Admin Recovery Password" : "Administratora atgūšanas parole", + "Enter the recovery password in order to recover the users files during password change" : "Ievadiet atgūšanas paroli, lai varētu atgūt lietotāja failus paroles maiņas laikā.", + "Group" : "Grupa", + "Default Quota" : "Apjoms pēc noklusējuma", + "Unlimited" : "Neierobežota", + "Other" : "Cits", + "Username" : "Lietotājvārds", + "Quota" : "Apjoms", + "set new password" : "iestatīt jaunu paroli", + "Default" : "Noklusējuma" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/settings/l10n/lv.json b/settings/l10n/lv.json new file mode 100644 index 0000000000..ae176475a4 --- /dev/null +++ b/settings/l10n/lv.json @@ -0,0 +1,101 @@ +{ "translations": { + "Authentication error" : "Autentifikācijas kļūda", + "Group already exists" : "Grupa jau eksistē", + "Unable to add group" : "Nevar pievienot grupu", + "Email saved" : "E-pasts tika saglabāts", + "Invalid email" : "Nederīgs epasts", + "Unable to delete group" : "Nevar izdzēst grupu", + "Unable to delete user" : "Nevar izdzēst lietotāju", + "Language changed" : "Valoda tika nomainīta", + "Invalid request" : "Nederīgs vaicājums", + "Admins can't remove themself from the admin group" : "Administratori nevar izņemt paši sevi no administratoru grupas", + "Unable to add user to group %s" : "Nevar pievienot lietotāju grupai %s", + "Unable to remove user from group %s" : "Nevar izņemt lietotāju no grupas %s", + "Couldn't update app." : "Nevarēja atjaunināt lietotni.", + "Email sent" : "Vēstule nosūtīta", + "All" : "Visi", + "Please wait...." : "Lūdzu, uzgaidiet....", + "Disable" : "Deaktivēt", + "Enable" : "Aktivēt", + "Updating...." : "Atjaunina....", + "Error while updating app" : "Kļūda, atjauninot lietotni", + "Updated" : "Atjaunināta", + "Delete" : "Dzēst", + "Decrypting files... Please wait, this can take some time." : "Atšifrēju failus... Uzgaidiet tas var ilgt kādu laiku.", + "Groups" : "Grupas", + "undo" : "atsaukt", + "never" : "nekad", + "add group" : "pievienot grupu", + "A valid username must be provided" : "Jānorāda derīgs lietotājvārds", + "Error creating user" : "Kļūda, veidojot lietotāju", + "A valid password must be provided" : "Jānorāda derīga parole", + "__language_name__" : "__valodas_nosaukums__", + "SSL root certificates" : "SSL saknes sertifikāti", + "Encryption" : "Šifrēšana", + "None" : "Nav", + "Login" : "Ierakstīties", + "Security Warning" : "Brīdinājums par drošību", + "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." : "Jūsu datu direktorija un faili visticamāk ir pieejami no interneta. .htaccess fails nedarbojas. Ir rekomendēts konfigurēt serveri tā lai jūsu datu direktorija nav lasāma vai pārvietot to ārpus tīmekļa servera dokumentu mapes.", + "Setup Warning" : "Iestatīšanas brīdinājums", + "Module 'fileinfo' missing" : "Trūkst modulis “fileinfo”", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Trūkst PHP modulis “fileinfo”. Mēs iesakām to aktivēt, lai pēc iespējas labāk noteiktu mime tipus.", + "Locale not working" : "Lokāle nestrādā", + "Please double check the installation guides." : "Lūdzu, vēlreiz pārbaudiet instalēšanas palīdzību.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Izpildīt vienu uzdevumu ar katru ielādēto lapu", + "Sharing" : "Dalīšanās", + "Allow apps to use the Share API" : "Ļauj lietotnēm izmantot koplietošanas API", + "Allow public uploads" : "Atļaut publisko augšupielādi", + "Allow resharing" : "Atļaut atkārtotu koplietošanu", + "Security" : "Drošība", + "Enforce HTTPS" : "Uzspiest HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Uzspiest klientiem pieslēgties pie %s caur šifrētu savienojumu.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Lūdzu slēdzieties pie %s caur HTTPS lai iespējotu vai atspējotu SSL izpildīšanu", + "Server address" : "Servera adrese", + "Port" : "Ports", + "Credentials" : "Akreditācijas dati", + "Log" : "Žurnāls", + "Log level" : "Žurnāla līmenis", + "More" : "Vairāk", + "Less" : "Mazāk", + "Version" : "Versija", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "IzstrādājusiownCloud kopiena,pirmkodukurš ir licencēts zem AGPL.", + "More apps" : "Vairāk programmu", + "by" : "līdz", + "User Documentation" : "Lietotāja dokumentācija", + "Administrator Documentation" : "Administratora dokumentācija", + "Online Documentation" : "Tiešsaistes dokumentācija", + "Forum" : "Forums", + "Bugtracker" : "Kļūdu sekotājs", + "Commercial Support" : "Komerciālais atbalsts", + "Get the apps to sync your files" : "Saņem lietotnes, lai sinhronizētu savas datnes", + "Show First Run Wizard again" : "Vēlreiz rādīt pirmās palaišanas vedni", + "You have used %s of the available %s" : "Jūs lietojat %s no pieejamajiem %s", + "Password" : "Parole", + "Your password was changed" : "Jūru parole tika nomainīta", + "Unable to change your password" : "Nevar nomainīt jūsu paroli", + "Current password" : "Pašreizējā parole", + "New password" : "Jauna parole", + "Change password" : "Mainīt paroli", + "Email" : "E-pasts", + "Your email address" : "Jūsu e-pasta adrese", + "Cancel" : "Atcelt", + "Language" : "Valoda", + "Help translate" : "Palīdzi tulkot", + "Import Root Certificate" : "Importēt saknes sertifikātus", + "Log-in password" : "Pieslēgšanās parole", + "Decrypt all Files" : "Atšifrēt visus failus", + "Login Name" : "Ierakstīšanās vārds", + "Create" : "Izveidot", + "Admin Recovery Password" : "Administratora atgūšanas parole", + "Enter the recovery password in order to recover the users files during password change" : "Ievadiet atgūšanas paroli, lai varētu atgūt lietotāja failus paroles maiņas laikā.", + "Group" : "Grupa", + "Default Quota" : "Apjoms pēc noklusējuma", + "Unlimited" : "Neierobežota", + "Other" : "Cits", + "Username" : "Lietotājvārds", + "Quota" : "Apjoms", + "set new password" : "iestatīt jaunu paroli", + "Default" : "Noklusējuma" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/settings/l10n/lv.php b/settings/l10n/lv.php deleted file mode 100644 index f1c38f60e1..0000000000 --- a/settings/l10n/lv.php +++ /dev/null @@ -1,102 +0,0 @@ - "Autentifikācijas kļūda", -"Group already exists" => "Grupa jau eksistē", -"Unable to add group" => "Nevar pievienot grupu", -"Email saved" => "E-pasts tika saglabāts", -"Invalid email" => "Nederīgs epasts", -"Unable to delete group" => "Nevar izdzēst grupu", -"Unable to delete user" => "Nevar izdzēst lietotāju", -"Language changed" => "Valoda tika nomainīta", -"Invalid request" => "Nederīgs vaicājums", -"Admins can't remove themself from the admin group" => "Administratori nevar izņemt paši sevi no administratoru grupas", -"Unable to add user to group %s" => "Nevar pievienot lietotāju grupai %s", -"Unable to remove user from group %s" => "Nevar izņemt lietotāju no grupas %s", -"Couldn't update app." => "Nevarēja atjaunināt lietotni.", -"Email sent" => "Vēstule nosūtīta", -"All" => "Visi", -"Please wait...." => "Lūdzu, uzgaidiet....", -"Disable" => "Deaktivēt", -"Enable" => "Aktivēt", -"Updating...." => "Atjaunina....", -"Error while updating app" => "Kļūda, atjauninot lietotni", -"Updated" => "Atjaunināta", -"Delete" => "Dzēst", -"Decrypting files... Please wait, this can take some time." => "Atšifrēju failus... Uzgaidiet tas var ilgt kādu laiku.", -"Groups" => "Grupas", -"undo" => "atsaukt", -"never" => "nekad", -"add group" => "pievienot grupu", -"A valid username must be provided" => "Jānorāda derīgs lietotājvārds", -"Error creating user" => "Kļūda, veidojot lietotāju", -"A valid password must be provided" => "Jānorāda derīga parole", -"__language_name__" => "__valodas_nosaukums__", -"SSL root certificates" => "SSL saknes sertifikāti", -"Encryption" => "Šifrēšana", -"None" => "Nav", -"Login" => "Ierakstīties", -"Security Warning" => "Brīdinājums par drošību", -"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." => "Jūsu datu direktorija un faili visticamāk ir pieejami no interneta. .htaccess fails nedarbojas. Ir rekomendēts konfigurēt serveri tā lai jūsu datu direktorija nav lasāma vai pārvietot to ārpus tīmekļa servera dokumentu mapes.", -"Setup Warning" => "Iestatīšanas brīdinājums", -"Module 'fileinfo' missing" => "Trūkst modulis “fileinfo”", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Trūkst PHP modulis “fileinfo”. Mēs iesakām to aktivēt, lai pēc iespējas labāk noteiktu mime tipus.", -"Locale not working" => "Lokāle nestrādā", -"Please double check the installation guides." => "Lūdzu, vēlreiz pārbaudiet instalēšanas palīdzību.", -"Cron" => "Cron", -"Execute one task with each page loaded" => "Izpildīt vienu uzdevumu ar katru ielādēto lapu", -"Sharing" => "Dalīšanās", -"Allow apps to use the Share API" => "Ļauj lietotnēm izmantot koplietošanas API", -"Allow public uploads" => "Atļaut publisko augšupielādi", -"Allow resharing" => "Atļaut atkārtotu koplietošanu", -"Security" => "Drošība", -"Enforce HTTPS" => "Uzspiest HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Uzspiest klientiem pieslēgties pie %s caur šifrētu savienojumu.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Lūdzu slēdzieties pie %s caur HTTPS lai iespējotu vai atspējotu SSL izpildīšanu", -"Server address" => "Servera adrese", -"Port" => "Ports", -"Credentials" => "Akreditācijas dati", -"Log" => "Žurnāls", -"Log level" => "Žurnāla līmenis", -"More" => "Vairāk", -"Less" => "Mazāk", -"Version" => "Versija", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "IzstrādājusiownCloud kopiena,pirmkodukurš ir licencēts zem AGPL.", -"More apps" => "Vairāk programmu", -"by" => "līdz", -"User Documentation" => "Lietotāja dokumentācija", -"Administrator Documentation" => "Administratora dokumentācija", -"Online Documentation" => "Tiešsaistes dokumentācija", -"Forum" => "Forums", -"Bugtracker" => "Kļūdu sekotājs", -"Commercial Support" => "Komerciālais atbalsts", -"Get the apps to sync your files" => "Saņem lietotnes, lai sinhronizētu savas datnes", -"Show First Run Wizard again" => "Vēlreiz rādīt pirmās palaišanas vedni", -"You have used %s of the available %s" => "Jūs lietojat %s no pieejamajiem %s", -"Password" => "Parole", -"Your password was changed" => "Jūru parole tika nomainīta", -"Unable to change your password" => "Nevar nomainīt jūsu paroli", -"Current password" => "Pašreizējā parole", -"New password" => "Jauna parole", -"Change password" => "Mainīt paroli", -"Email" => "E-pasts", -"Your email address" => "Jūsu e-pasta adrese", -"Cancel" => "Atcelt", -"Language" => "Valoda", -"Help translate" => "Palīdzi tulkot", -"Import Root Certificate" => "Importēt saknes sertifikātus", -"Log-in password" => "Pieslēgšanās parole", -"Decrypt all Files" => "Atšifrēt visus failus", -"Login Name" => "Ierakstīšanās vārds", -"Create" => "Izveidot", -"Admin Recovery Password" => "Administratora atgūšanas parole", -"Enter the recovery password in order to recover the users files during password change" => "Ievadiet atgūšanas paroli, lai varētu atgūt lietotāja failus paroles maiņas laikā.", -"Group" => "Grupa", -"Default Quota" => "Apjoms pēc noklusējuma", -"Unlimited" => "Neierobežota", -"Other" => "Cits", -"Username" => "Lietotājvārds", -"Quota" => "Apjoms", -"set new password" => "iestatīt jaunu paroli", -"Default" => "Noklusējuma" -); -$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; diff --git a/settings/l10n/mk.js b/settings/l10n/mk.js new file mode 100644 index 0000000000..f8417ce671 --- /dev/null +++ b/settings/l10n/mk.js @@ -0,0 +1,168 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Овозможен", + "Authentication error" : "Грешка во автентикација", + "Your full name has been changed." : "Вашето целосно име е променето.", + "Unable to change full name" : "Не можам да го променам целото име", + "Group already exists" : "Групата веќе постои", + "Unable to add group" : "Неможе да додадам група", + "Files decrypted successfully" : "Датотектие се успешно декриптирани", + "Encryption keys deleted permanently" : "Енкрипциските клучеви се трајно избришани", + "Email saved" : "Електронската пошта е снимена", + "Invalid email" : "Неисправна електронска пошта", + "Unable to delete group" : "Неможе да избришам група", + "Unable to delete user" : "Неможам да избришам корисник", + "Backups restored successfully" : "Бекапите се успешно реставрирани", + "Language changed" : "Јазикот е сменет", + "Invalid request" : "Неправилно барање", + "Admins can't remove themself from the admin group" : "Администраторите неможе да се избришат себеси од админ групата", + "Unable to add user to group %s" : "Неможе да додадам корисник во група %s", + "Unable to remove user from group %s" : "Неможе да избришам корисник од група %s", + "Couldn't update app." : "Не можам да ја надградам апликацијата.", + "Wrong password" : "Погрешна лозинка", + "No user supplied" : "Нема корисничко име", + "Unable to change password" : "Вашата лозинка неможе да се смени", + "Saved" : "Снимено", + "test email settings" : "провери ги нагодувањата за електронска пошта", + "Email sent" : "Е-порака пратена", + "Sending..." : "Испраќам...", + "All" : "Сите", + "Please wait...." : "Ве молам почекајте ...", + "Error while disabling app" : "Грешка при исклучувањето на апликацијата", + "Disable" : "Оневозможи", + "Enable" : "Овозможи", + "Error while enabling app" : "Грешка при вклучувањето на апликацијата", + "Updating...." : "Надградувам ...", + "Error while updating app" : "Грешка додека ја надградувам апликацијата", + "Updated" : "Надграден", + "Select a profile picture" : "Одбери фотографија за профилот", + "Very weak password" : "Многу слаба лозинка", + "Weak password" : "Слаба лозинка", + "So-so password" : "Така така лозинка", + "Good password" : "Добра лозинка", + "Strong password" : "Јака лозинка", + "Delete" : "Избриши", + "Delete encryption keys permanently." : "Трајно бришење на енкрипциските клучеви.", + "Restore encryption keys." : "Поврати ги енкрипцисиките клучеви.", + "Groups" : "Групи", + "Error creating group" : "Грешка при креирање на група", + "A valid group name must be provided" : "Мора да се обезбеди валидно име на група", + "undo" : "врати", + "never" : "никогаш", + "add group" : "додади група", + "A valid username must be provided" : "Мора да се обезбеди валидно корисничко име ", + "Error creating user" : "Грешка при креирање на корисникот", + "A valid password must be provided" : "Мора да се обезбеди валидна лозинка", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL root сертификати", + "Encryption" : "Енкрипција", + "Info, warnings, errors and fatal issues" : "Информации, предупредувања, грешки и фатални работи", + "Warnings, errors and fatal issues" : "Предупредувања, грешки и фатални работи", + "Errors and fatal issues" : "Грешки и фатални работи", + "Fatal issues only" : "Само фатални работи", + "None" : "Ништо", + "Login" : "Најава", + "Plain" : "Чиста", + "NT LAN Manager" : "NT LAN Менаџер", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Безбедносно предупредување", + "Setup Warning" : "Предупредување при подесување", + "Database Performance Info" : "Информација за перформансите на базата на податоци", + "Your PHP version is outdated" : "Вашаа верзија на PHP е застарена", + "Locale not working" : "Локалето не функционира", + "Cron" : "Крон", + "Execute one task with each page loaded" : "Изврши по една задача со секоја вчитана страница", + "Sharing" : "Споделување", + "Allow apps to use the Share API" : "Дозволете апликациите да го користат API-то за споделување", + "Allow users to share via link" : "Допушти корисниците да споделуваат со линкови", + "Enforce password protection" : "Наметни заштита на лозинка", + "Allow public uploads" : "Дозволи јавен аплоуд", + "Set default expiration date" : "Постави основен датум на истекување", + "Expire after " : "Истекува по", + "days" : "денови", + "Enforce expiration date" : "Наметни датум на траење", + "Allow resharing" : "Овозможи повторно споделување", + "Restrict users to only share with users in their groups" : "Ограничи корисниците да споделуваат со корисници во своите групи", + "Exclude groups from sharing" : "Исклучи групи од споделување", + "Security" : "Безбедност", + "Enforce HTTPS" : "Наметни HTTPS", + "Email Server" : "Сервер за електронска пошта", + "This is used for sending out notifications." : "Ова се користи за испраќање на известувања.", + "Send mode" : "Мод на испраќање", + "From address" : "Од адреса", + "mail" : "Електронска пошта", + "Authentication method" : "Метод на автентификација", + "Authentication required" : "Потребна е автентификација", + "Server address" : "Адреса на сервер", + "Port" : "Порта", + "Credentials" : "Акредитиви", + "SMTP Username" : "SMTP корисничко име", + "SMTP Password" : "SMTP лозинка", + "Test email settings" : "Провери ги нагодувањаа за електронска пошта", + "Send email" : "Испрати пошта", + "Log" : "Записник", + "Log level" : "Ниво на логирање", + "More" : "Повеќе", + "Less" : "Помалку", + "Version" : "Верзија", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Развој од ownCloud заедницата, изворниот код е лиценциран соAGPL.", + "by" : "од", + "Documentation:" : "Документација:", + "User Documentation" : "Корисничка документација", + "Admin Documentation" : "Админстраторска документација", + "Enable only for specific groups" : "Овозможи само на специфицирани групи", + "Administrator Documentation" : "Администраторска документација", + "Online Documentation" : "Документација на интернет", + "Forum" : "Форум", + "Bugtracker" : "Тракер на грешки", + "Commercial Support" : "Комерцијална подршка", + "Get the apps to sync your files" : "Преземете апликации за синхронизирање на вашите датотеки", + "Show First Run Wizard again" : "Прикажи го повторно волшебникот при првото стартување", + "You have used %s of the available %s" : "Имате искористено %s од достапните %s", + "Password" : "Лозинка", + "Your password was changed" : "Вашата лозинка беше променета.", + "Unable to change your password" : "Вашата лозинка неможе да се смени", + "Current password" : "Моментална лозинка", + "New password" : "Нова лозинка", + "Change password" : "Смени лозинка", + "Full Name" : "Цело име", + "Email" : "Е-пошта", + "Your email address" : "Вашата адреса за е-пошта", + "Profile picture" : "Фотографија за профил", + "Upload new" : "Префрли нова", + "Select new from Files" : "Одбери нова од датотеките", + "Remove image" : "Отстрани ја фотографијата", + "Either png or jpg. Ideally square but you will be able to crop it." : "Мора де биде png или jpg. Идеално квадрат, но ќе бидете во можност да ја исечете.", + "Your avatar is provided by your original account." : "Вашиот аватар е креиран со вашата оригинална сметка", + "Cancel" : "Откажи", + "Choose as profile image" : "Одбери фотографија за профилот", + "Language" : "Јазик", + "Help translate" : "Помогни во преводот", + "Import Root Certificate" : "Увези", + "Log-in password" : "Лозинка за најавување", + "Decrypt all Files" : "Дешифрирај ги сите датотеки", + "Restore Encryption Keys" : "Обнови ги енкрипциските клучеви", + "Delete Encryption Keys" : "Избриши ги енкрипцисиките клучеви", + "Login Name" : "Име за најава", + "Create" : "Создај", + "Admin Recovery Password" : "Обновување на Admin лозинката", + "Search Users and Groups" : "Барај корисници и групи", + "Add Group" : "Додади група", + "Group" : "Група", + "Everyone" : "Секој", + "Admins" : "Администратори", + "Default Quota" : "Предефинирана квота", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Ве молам внесете квота за просторот (нпр: \"512 MB\" или \"12 GB\")", + "Unlimited" : "Неограничено", + "Other" : "Останато", + "Username" : "Корисничко име", + "Quota" : "Квота", + "Storage Location" : "Локација на сториџот", + "Last Login" : "Последна најава", + "change full name" : "промена на целото име", + "set new password" : "постави нова лозинка", + "Default" : "Предефиниран" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/settings/l10n/mk.json b/settings/l10n/mk.json new file mode 100644 index 0000000000..625f584305 --- /dev/null +++ b/settings/l10n/mk.json @@ -0,0 +1,166 @@ +{ "translations": { + "Enabled" : "Овозможен", + "Authentication error" : "Грешка во автентикација", + "Your full name has been changed." : "Вашето целосно име е променето.", + "Unable to change full name" : "Не можам да го променам целото име", + "Group already exists" : "Групата веќе постои", + "Unable to add group" : "Неможе да додадам група", + "Files decrypted successfully" : "Датотектие се успешно декриптирани", + "Encryption keys deleted permanently" : "Енкрипциските клучеви се трајно избришани", + "Email saved" : "Електронската пошта е снимена", + "Invalid email" : "Неисправна електронска пошта", + "Unable to delete group" : "Неможе да избришам група", + "Unable to delete user" : "Неможам да избришам корисник", + "Backups restored successfully" : "Бекапите се успешно реставрирани", + "Language changed" : "Јазикот е сменет", + "Invalid request" : "Неправилно барање", + "Admins can't remove themself from the admin group" : "Администраторите неможе да се избришат себеси од админ групата", + "Unable to add user to group %s" : "Неможе да додадам корисник во група %s", + "Unable to remove user from group %s" : "Неможе да избришам корисник од група %s", + "Couldn't update app." : "Не можам да ја надградам апликацијата.", + "Wrong password" : "Погрешна лозинка", + "No user supplied" : "Нема корисничко име", + "Unable to change password" : "Вашата лозинка неможе да се смени", + "Saved" : "Снимено", + "test email settings" : "провери ги нагодувањата за електронска пошта", + "Email sent" : "Е-порака пратена", + "Sending..." : "Испраќам...", + "All" : "Сите", + "Please wait...." : "Ве молам почекајте ...", + "Error while disabling app" : "Грешка при исклучувањето на апликацијата", + "Disable" : "Оневозможи", + "Enable" : "Овозможи", + "Error while enabling app" : "Грешка при вклучувањето на апликацијата", + "Updating...." : "Надградувам ...", + "Error while updating app" : "Грешка додека ја надградувам апликацијата", + "Updated" : "Надграден", + "Select a profile picture" : "Одбери фотографија за профилот", + "Very weak password" : "Многу слаба лозинка", + "Weak password" : "Слаба лозинка", + "So-so password" : "Така така лозинка", + "Good password" : "Добра лозинка", + "Strong password" : "Јака лозинка", + "Delete" : "Избриши", + "Delete encryption keys permanently." : "Трајно бришење на енкрипциските клучеви.", + "Restore encryption keys." : "Поврати ги енкрипцисиките клучеви.", + "Groups" : "Групи", + "Error creating group" : "Грешка при креирање на група", + "A valid group name must be provided" : "Мора да се обезбеди валидно име на група", + "undo" : "врати", + "never" : "никогаш", + "add group" : "додади група", + "A valid username must be provided" : "Мора да се обезбеди валидно корисничко име ", + "Error creating user" : "Грешка при креирање на корисникот", + "A valid password must be provided" : "Мора да се обезбеди валидна лозинка", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL root сертификати", + "Encryption" : "Енкрипција", + "Info, warnings, errors and fatal issues" : "Информации, предупредувања, грешки и фатални работи", + "Warnings, errors and fatal issues" : "Предупредувања, грешки и фатални работи", + "Errors and fatal issues" : "Грешки и фатални работи", + "Fatal issues only" : "Само фатални работи", + "None" : "Ништо", + "Login" : "Најава", + "Plain" : "Чиста", + "NT LAN Manager" : "NT LAN Менаџер", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Безбедносно предупредување", + "Setup Warning" : "Предупредување при подесување", + "Database Performance Info" : "Информација за перформансите на базата на податоци", + "Your PHP version is outdated" : "Вашаа верзија на PHP е застарена", + "Locale not working" : "Локалето не функционира", + "Cron" : "Крон", + "Execute one task with each page loaded" : "Изврши по една задача со секоја вчитана страница", + "Sharing" : "Споделување", + "Allow apps to use the Share API" : "Дозволете апликациите да го користат API-то за споделување", + "Allow users to share via link" : "Допушти корисниците да споделуваат со линкови", + "Enforce password protection" : "Наметни заштита на лозинка", + "Allow public uploads" : "Дозволи јавен аплоуд", + "Set default expiration date" : "Постави основен датум на истекување", + "Expire after " : "Истекува по", + "days" : "денови", + "Enforce expiration date" : "Наметни датум на траење", + "Allow resharing" : "Овозможи повторно споделување", + "Restrict users to only share with users in their groups" : "Ограничи корисниците да споделуваат со корисници во своите групи", + "Exclude groups from sharing" : "Исклучи групи од споделување", + "Security" : "Безбедност", + "Enforce HTTPS" : "Наметни HTTPS", + "Email Server" : "Сервер за електронска пошта", + "This is used for sending out notifications." : "Ова се користи за испраќање на известувања.", + "Send mode" : "Мод на испраќање", + "From address" : "Од адреса", + "mail" : "Електронска пошта", + "Authentication method" : "Метод на автентификација", + "Authentication required" : "Потребна е автентификација", + "Server address" : "Адреса на сервер", + "Port" : "Порта", + "Credentials" : "Акредитиви", + "SMTP Username" : "SMTP корисничко име", + "SMTP Password" : "SMTP лозинка", + "Test email settings" : "Провери ги нагодувањаа за електронска пошта", + "Send email" : "Испрати пошта", + "Log" : "Записник", + "Log level" : "Ниво на логирање", + "More" : "Повеќе", + "Less" : "Помалку", + "Version" : "Верзија", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Развој од ownCloud заедницата, изворниот код е лиценциран соAGPL.", + "by" : "од", + "Documentation:" : "Документација:", + "User Documentation" : "Корисничка документација", + "Admin Documentation" : "Админстраторска документација", + "Enable only for specific groups" : "Овозможи само на специфицирани групи", + "Administrator Documentation" : "Администраторска документација", + "Online Documentation" : "Документација на интернет", + "Forum" : "Форум", + "Bugtracker" : "Тракер на грешки", + "Commercial Support" : "Комерцијална подршка", + "Get the apps to sync your files" : "Преземете апликации за синхронизирање на вашите датотеки", + "Show First Run Wizard again" : "Прикажи го повторно волшебникот при првото стартување", + "You have used %s of the available %s" : "Имате искористено %s од достапните %s", + "Password" : "Лозинка", + "Your password was changed" : "Вашата лозинка беше променета.", + "Unable to change your password" : "Вашата лозинка неможе да се смени", + "Current password" : "Моментална лозинка", + "New password" : "Нова лозинка", + "Change password" : "Смени лозинка", + "Full Name" : "Цело име", + "Email" : "Е-пошта", + "Your email address" : "Вашата адреса за е-пошта", + "Profile picture" : "Фотографија за профил", + "Upload new" : "Префрли нова", + "Select new from Files" : "Одбери нова од датотеките", + "Remove image" : "Отстрани ја фотографијата", + "Either png or jpg. Ideally square but you will be able to crop it." : "Мора де биде png или jpg. Идеално квадрат, но ќе бидете во можност да ја исечете.", + "Your avatar is provided by your original account." : "Вашиот аватар е креиран со вашата оригинална сметка", + "Cancel" : "Откажи", + "Choose as profile image" : "Одбери фотографија за профилот", + "Language" : "Јазик", + "Help translate" : "Помогни во преводот", + "Import Root Certificate" : "Увези", + "Log-in password" : "Лозинка за најавување", + "Decrypt all Files" : "Дешифрирај ги сите датотеки", + "Restore Encryption Keys" : "Обнови ги енкрипциските клучеви", + "Delete Encryption Keys" : "Избриши ги енкрипцисиките клучеви", + "Login Name" : "Име за најава", + "Create" : "Создај", + "Admin Recovery Password" : "Обновување на Admin лозинката", + "Search Users and Groups" : "Барај корисници и групи", + "Add Group" : "Додади група", + "Group" : "Група", + "Everyone" : "Секој", + "Admins" : "Администратори", + "Default Quota" : "Предефинирана квота", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Ве молам внесете квота за просторот (нпр: \"512 MB\" или \"12 GB\")", + "Unlimited" : "Неограничено", + "Other" : "Останато", + "Username" : "Корисничко име", + "Quota" : "Квота", + "Storage Location" : "Локација на сториџот", + "Last Login" : "Последна најава", + "change full name" : "промена на целото име", + "set new password" : "постави нова лозинка", + "Default" : "Предефиниран" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/settings/l10n/mk.php b/settings/l10n/mk.php deleted file mode 100644 index f24fbd6e06..0000000000 --- a/settings/l10n/mk.php +++ /dev/null @@ -1,167 +0,0 @@ - "Овозможен", -"Authentication error" => "Грешка во автентикација", -"Your full name has been changed." => "Вашето целосно име е променето.", -"Unable to change full name" => "Не можам да го променам целото име", -"Group already exists" => "Групата веќе постои", -"Unable to add group" => "Неможе да додадам група", -"Files decrypted successfully" => "Датотектие се успешно декриптирани", -"Encryption keys deleted permanently" => "Енкрипциските клучеви се трајно избришани", -"Email saved" => "Електронската пошта е снимена", -"Invalid email" => "Неисправна електронска пошта", -"Unable to delete group" => "Неможе да избришам група", -"Unable to delete user" => "Неможам да избришам корисник", -"Backups restored successfully" => "Бекапите се успешно реставрирани", -"Language changed" => "Јазикот е сменет", -"Invalid request" => "Неправилно барање", -"Admins can't remove themself from the admin group" => "Администраторите неможе да се избришат себеси од админ групата", -"Unable to add user to group %s" => "Неможе да додадам корисник во група %s", -"Unable to remove user from group %s" => "Неможе да избришам корисник од група %s", -"Couldn't update app." => "Не можам да ја надградам апликацијата.", -"Wrong password" => "Погрешна лозинка", -"No user supplied" => "Нема корисничко име", -"Unable to change password" => "Вашата лозинка неможе да се смени", -"Saved" => "Снимено", -"test email settings" => "провери ги нагодувањата за електронска пошта", -"Email sent" => "Е-порака пратена", -"Sending..." => "Испраќам...", -"All" => "Сите", -"Please wait...." => "Ве молам почекајте ...", -"Error while disabling app" => "Грешка при исклучувањето на апликацијата", -"Disable" => "Оневозможи", -"Enable" => "Овозможи", -"Error while enabling app" => "Грешка при вклучувањето на апликацијата", -"Updating...." => "Надградувам ...", -"Error while updating app" => "Грешка додека ја надградувам апликацијата", -"Updated" => "Надграден", -"Select a profile picture" => "Одбери фотографија за профилот", -"Very weak password" => "Многу слаба лозинка", -"Weak password" => "Слаба лозинка", -"So-so password" => "Така така лозинка", -"Good password" => "Добра лозинка", -"Strong password" => "Јака лозинка", -"Delete" => "Избриши", -"Delete encryption keys permanently." => "Трајно бришење на енкрипциските клучеви.", -"Restore encryption keys." => "Поврати ги енкрипцисиките клучеви.", -"Groups" => "Групи", -"Error creating group" => "Грешка при креирање на група", -"A valid group name must be provided" => "Мора да се обезбеди валидно име на група", -"undo" => "врати", -"never" => "никогаш", -"add group" => "додади група", -"A valid username must be provided" => "Мора да се обезбеди валидно корисничко име ", -"Error creating user" => "Грешка при креирање на корисникот", -"A valid password must be provided" => "Мора да се обезбеди валидна лозинка", -"__language_name__" => "__language_name__", -"SSL root certificates" => "SSL root сертификати", -"Encryption" => "Енкрипција", -"Info, warnings, errors and fatal issues" => "Информации, предупредувања, грешки и фатални работи", -"Warnings, errors and fatal issues" => "Предупредувања, грешки и фатални работи", -"Errors and fatal issues" => "Грешки и фатални работи", -"Fatal issues only" => "Само фатални работи", -"None" => "Ништо", -"Login" => "Најава", -"Plain" => "Чиста", -"NT LAN Manager" => "NT LAN Менаџер", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Безбедносно предупредување", -"Setup Warning" => "Предупредување при подесување", -"Database Performance Info" => "Информација за перформансите на базата на податоци", -"Your PHP version is outdated" => "Вашаа верзија на PHP е застарена", -"Locale not working" => "Локалето не функционира", -"Cron" => "Крон", -"Execute one task with each page loaded" => "Изврши по една задача со секоја вчитана страница", -"Sharing" => "Споделување", -"Allow apps to use the Share API" => "Дозволете апликациите да го користат API-то за споделување", -"Allow users to share via link" => "Допушти корисниците да споделуваат со линкови", -"Enforce password protection" => "Наметни заштита на лозинка", -"Allow public uploads" => "Дозволи јавен аплоуд", -"Set default expiration date" => "Постави основен датум на истекување", -"Expire after " => "Истекува по", -"days" => "денови", -"Enforce expiration date" => "Наметни датум на траење", -"Allow resharing" => "Овозможи повторно споделување", -"Restrict users to only share with users in their groups" => "Ограничи корисниците да споделуваат со корисници во своите групи", -"Exclude groups from sharing" => "Исклучи групи од споделување", -"Security" => "Безбедност", -"Enforce HTTPS" => "Наметни HTTPS", -"Email Server" => "Сервер за електронска пошта", -"This is used for sending out notifications." => "Ова се користи за испраќање на известувања.", -"Send mode" => "Мод на испраќање", -"From address" => "Од адреса", -"mail" => "Електронска пошта", -"Authentication method" => "Метод на автентификација", -"Authentication required" => "Потребна е автентификација", -"Server address" => "Адреса на сервер", -"Port" => "Порта", -"Credentials" => "Акредитиви", -"SMTP Username" => "SMTP корисничко име", -"SMTP Password" => "SMTP лозинка", -"Test email settings" => "Провери ги нагодувањаа за електронска пошта", -"Send email" => "Испрати пошта", -"Log" => "Записник", -"Log level" => "Ниво на логирање", -"More" => "Повеќе", -"Less" => "Помалку", -"Version" => "Верзија", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Развој од ownCloud заедницата, изворниот код е лиценциран соAGPL.", -"by" => "од", -"Documentation:" => "Документација:", -"User Documentation" => "Корисничка документација", -"Admin Documentation" => "Админстраторска документација", -"Enable only for specific groups" => "Овозможи само на специфицирани групи", -"Administrator Documentation" => "Администраторска документација", -"Online Documentation" => "Документација на интернет", -"Forum" => "Форум", -"Bugtracker" => "Тракер на грешки", -"Commercial Support" => "Комерцијална подршка", -"Get the apps to sync your files" => "Преземете апликации за синхронизирање на вашите датотеки", -"Show First Run Wizard again" => "Прикажи го повторно волшебникот при првото стартување", -"You have used %s of the available %s" => "Имате искористено %s од достапните %s", -"Password" => "Лозинка", -"Your password was changed" => "Вашата лозинка беше променета.", -"Unable to change your password" => "Вашата лозинка неможе да се смени", -"Current password" => "Моментална лозинка", -"New password" => "Нова лозинка", -"Change password" => "Смени лозинка", -"Full Name" => "Цело име", -"Email" => "Е-пошта", -"Your email address" => "Вашата адреса за е-пошта", -"Profile picture" => "Фотографија за профил", -"Upload new" => "Префрли нова", -"Select new from Files" => "Одбери нова од датотеките", -"Remove image" => "Отстрани ја фотографијата", -"Either png or jpg. Ideally square but you will be able to crop it." => "Мора де биде png или jpg. Идеално квадрат, но ќе бидете во можност да ја исечете.", -"Your avatar is provided by your original account." => "Вашиот аватар е креиран со вашата оригинална сметка", -"Cancel" => "Откажи", -"Choose as profile image" => "Одбери фотографија за профилот", -"Language" => "Јазик", -"Help translate" => "Помогни во преводот", -"Import Root Certificate" => "Увези", -"Log-in password" => "Лозинка за најавување", -"Decrypt all Files" => "Дешифрирај ги сите датотеки", -"Restore Encryption Keys" => "Обнови ги енкрипциските клучеви", -"Delete Encryption Keys" => "Избриши ги енкрипцисиките клучеви", -"Login Name" => "Име за најава", -"Create" => "Создај", -"Admin Recovery Password" => "Обновување на Admin лозинката", -"Search Users and Groups" => "Барај корисници и групи", -"Add Group" => "Додади група", -"Group" => "Група", -"Everyone" => "Секој", -"Admins" => "Администратори", -"Default Quota" => "Предефинирана квота", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Ве молам внесете квота за просторот (нпр: \"512 MB\" или \"12 GB\")", -"Unlimited" => "Неограничено", -"Other" => "Останато", -"Username" => "Корисничко име", -"Quota" => "Квота", -"Storage Location" => "Локација на сториџот", -"Last Login" => "Последна најава", -"change full name" => "промена на целото име", -"set new password" => "постави нова лозинка", -"Default" => "Предефиниран" -); -$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/settings/l10n/ms_MY.js b/settings/l10n/ms_MY.js new file mode 100644 index 0000000000..e36bc5336e --- /dev/null +++ b/settings/l10n/ms_MY.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Ralat pengesahan", + "Email saved" : "Emel disimpan", + "Invalid email" : "Emel tidak sah", + "Language changed" : "Bahasa diubah", + "Invalid request" : "Permintaan tidak sah", + "Disable" : "Nyahaktif", + "Enable" : "Aktif", + "Delete" : "Padam", + "Groups" : "Kumpulan", + "never" : "jangan", + "__language_name__" : "_nama_bahasa_", + "Login" : "Log masuk", + "Security Warning" : "Amaran keselamatan", + "Server address" : "Alamat pelayan", + "Log" : "Log", + "Log level" : "Tahap Log", + "More" : "Lanjutan", + "by" : "oleh", + "Password" : "Kata laluan", + "Unable to change your password" : "Gagal mengubah kata laluan anda ", + "Current password" : "Kata laluan semasa", + "New password" : "Kata laluan baru", + "Change password" : "Ubah kata laluan", + "Email" : "Email", + "Your email address" : "Alamat emel anda", + "Profile picture" : "Gambar profil", + "Cancel" : "Batal", + "Language" : "Bahasa", + "Help translate" : "Bantu terjemah", + "Login Name" : "Log masuk", + "Create" : "Buat", + "Default Quota" : "Kuota Lalai", + "Other" : "Lain", + "Username" : "Nama pengguna", + "Quota" : "Kuota" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/ms_MY.json b/settings/l10n/ms_MY.json new file mode 100644 index 0000000000..142db2bc62 --- /dev/null +++ b/settings/l10n/ms_MY.json @@ -0,0 +1,38 @@ +{ "translations": { + "Authentication error" : "Ralat pengesahan", + "Email saved" : "Emel disimpan", + "Invalid email" : "Emel tidak sah", + "Language changed" : "Bahasa diubah", + "Invalid request" : "Permintaan tidak sah", + "Disable" : "Nyahaktif", + "Enable" : "Aktif", + "Delete" : "Padam", + "Groups" : "Kumpulan", + "never" : "jangan", + "__language_name__" : "_nama_bahasa_", + "Login" : "Log masuk", + "Security Warning" : "Amaran keselamatan", + "Server address" : "Alamat pelayan", + "Log" : "Log", + "Log level" : "Tahap Log", + "More" : "Lanjutan", + "by" : "oleh", + "Password" : "Kata laluan", + "Unable to change your password" : "Gagal mengubah kata laluan anda ", + "Current password" : "Kata laluan semasa", + "New password" : "Kata laluan baru", + "Change password" : "Ubah kata laluan", + "Email" : "Email", + "Your email address" : "Alamat emel anda", + "Profile picture" : "Gambar profil", + "Cancel" : "Batal", + "Language" : "Bahasa", + "Help translate" : "Bantu terjemah", + "Login Name" : "Log masuk", + "Create" : "Buat", + "Default Quota" : "Kuota Lalai", + "Other" : "Lain", + "Username" : "Nama pengguna", + "Quota" : "Kuota" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/ms_MY.php b/settings/l10n/ms_MY.php deleted file mode 100644 index c20dcae9ea..0000000000 --- a/settings/l10n/ms_MY.php +++ /dev/null @@ -1,39 +0,0 @@ - "Ralat pengesahan", -"Email saved" => "Emel disimpan", -"Invalid email" => "Emel tidak sah", -"Language changed" => "Bahasa diubah", -"Invalid request" => "Permintaan tidak sah", -"Disable" => "Nyahaktif", -"Enable" => "Aktif", -"Delete" => "Padam", -"Groups" => "Kumpulan", -"never" => "jangan", -"__language_name__" => "_nama_bahasa_", -"Login" => "Log masuk", -"Security Warning" => "Amaran keselamatan", -"Server address" => "Alamat pelayan", -"Log" => "Log", -"Log level" => "Tahap Log", -"More" => "Lanjutan", -"by" => "oleh", -"Password" => "Kata laluan", -"Unable to change your password" => "Gagal mengubah kata laluan anda ", -"Current password" => "Kata laluan semasa", -"New password" => "Kata laluan baru", -"Change password" => "Ubah kata laluan", -"Email" => "Email", -"Your email address" => "Alamat emel anda", -"Profile picture" => "Gambar profil", -"Cancel" => "Batal", -"Language" => "Bahasa", -"Help translate" => "Bantu terjemah", -"Login Name" => "Log masuk", -"Create" => "Buat", -"Default Quota" => "Kuota Lalai", -"Other" => "Lain", -"Username" => "Nama pengguna", -"Quota" => "Kuota" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/my_MM.js b/settings/l10n/my_MM.js new file mode 100644 index 0000000000..f0a5641383 --- /dev/null +++ b/settings/l10n/my_MM.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "ခွင့်ပြုချက်မအောင်မြင်", + "Invalid request" : "တောင်းဆိုချက်မမှန်ကန်ပါ", + "Security Warning" : "လုံခြုံရေးသတိပေးချက်", + "Password" : "စကားဝှက်", + "New password" : "စကားဝှက်အသစ်", + "Cancel" : "ပယ်ဖျက်မည်", + "Username" : "သုံးစွဲသူအမည်" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/my_MM.json b/settings/l10n/my_MM.json new file mode 100644 index 0000000000..49ea1e9baf --- /dev/null +++ b/settings/l10n/my_MM.json @@ -0,0 +1,10 @@ +{ "translations": { + "Authentication error" : "ခွင့်ပြုချက်မအောင်မြင်", + "Invalid request" : "တောင်းဆိုချက်မမှန်ကန်ပါ", + "Security Warning" : "လုံခြုံရေးသတိပေးချက်", + "Password" : "စကားဝှက်", + "New password" : "စကားဝှက်အသစ်", + "Cancel" : "ပယ်ဖျက်မည်", + "Username" : "သုံးစွဲသူအမည်" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/my_MM.php b/settings/l10n/my_MM.php deleted file mode 100644 index 070e4dd73b..0000000000 --- a/settings/l10n/my_MM.php +++ /dev/null @@ -1,11 +0,0 @@ - "ခွင့်ပြုချက်မအောင်မြင်", -"Invalid request" => "တောင်းဆိုချက်မမှန်ကန်ပါ", -"Security Warning" => "လုံခြုံရေးသတိပေးချက်", -"Password" => "စကားဝှက်", -"New password" => "စကားဝှက်အသစ်", -"Cancel" => "ပယ်ဖျက်မည်", -"Username" => "သုံးစွဲသူအမည်" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/nb_NO.js b/settings/l10n/nb_NO.js new file mode 100644 index 0000000000..1fc843d344 --- /dev/null +++ b/settings/l10n/nb_NO.js @@ -0,0 +1,229 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Aktiv", + "Authentication error" : "Autentiseringsfeil", + "Your full name has been changed." : "Ditt fulle navn er blitt endret.", + "Unable to change full name" : "Klarte ikke å endre fullt navn", + "Group already exists" : "Gruppen finnes allerede", + "Unable to add group" : "Kan ikke legge til gruppe", + "Files decrypted successfully" : "Dekryptering av filer vellykket", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Kunne ikke dekryptere filene dine. Sjekk owncloud.log eller spør administratoren", + "Couldn't decrypt your files, check your password and try again" : "Kunne ikke dekryptere filene dine. Sjekk passordet ditt og prøv igjen", + "Encryption keys deleted permanently" : "Krypteringsnøkler permanent slettet", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Kunne ikke slette krypteringsnøklene dine permanent. Sjekk owncloud.log eller spør administratoren", + "Couldn't remove app." : "Klarte ikke å fjerne app.", + "Email saved" : "Epost lagret", + "Invalid email" : "Ugyldig epost", + "Unable to delete group" : "Kan ikke slette gruppe", + "Unable to delete user" : "Kan ikke slette bruker", + "Backups restored successfully" : "Vellykket gjenoppretting fra sikkerhetskopier", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Kunne ikke gjenopprette krypteringsnøklene dine. Sjekk owncloud.log eller spør administratoren", + "Language changed" : "Språk endret", + "Invalid request" : "Ugyldig forespørsel", + "Admins can't remove themself from the admin group" : "Admin kan ikke flytte seg selv fra admingruppen", + "Unable to add user to group %s" : "Kan ikke legge bruker til gruppen %s", + "Unable to remove user from group %s" : "Kan ikke slette bruker fra gruppen %s", + "Couldn't update app." : "Kunne ikke oppdatere app.", + "Wrong password" : "Feil passord", + "No user supplied" : "Ingen bruker angitt", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Vennligst oppgi et administrativt gjenopprettingspassord. Ellers vil alle brukerdata gå tapt", + "Wrong admin recovery password. Please check the password and try again." : "Feil administrativt gjenopprettingspassord. Sjekk passordet og prøv igjen.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Serveren støtter ikke endring av passord, men oppdatering av brukerens krypteringsnøkkel var vellykket.", + "Unable to change password" : "Kunne ikke endre passord", + "Saved" : "Lagret", + "test email settings" : "Test av innstillinger for e-post", + "If you received this email, the settings seem to be correct." : "Hvis du mottar denne e-posten er innstillingene tydeligvis korrekte.", + "Email sent" : "E-post sendt", + "You need to set your user email before being able to send test emails." : "Du må sette e-postadressen for brukeren din før du kan teste sending av e-post.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ønsker du virkelig å legge til \"{domain}\" som tiltrodd domene?", + "Add trusted domain" : "Legg til et tiltrodd domene", + "Sending..." : "Sender...", + "All" : "Alle", + "Please wait...." : "Vennligst vent...", + "Error while disabling app" : "Deaktivering av app feilet", + "Disable" : "Deaktiver ", + "Enable" : "Aktiver", + "Error while enabling app" : "Aktivering av app feilet", + "Updating...." : "Oppdaterer...", + "Error while updating app" : "Feil ved oppdatering av app", + "Updated" : "Oppdatert", + "Uninstalling ...." : "Avinstallerer ....", + "Error while uninstalling app" : "Feil ved avinstallering av app", + "Uninstall" : "Avinstaller", + "Select a profile picture" : "Velg et profilbilde", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "So-so password" : "So-so-passord", + "Good password" : "Bra passord", + "Strong password" : "Sterkt passord", + "Valid until {date}" : "Gyldig til {date}", + "Delete" : "Slett", + "Decrypting files... Please wait, this can take some time." : "Dekrypterer filer... Vennligst vent, dette kan ta litt tid.", + "Delete encryption keys permanently." : "Slett krypteringsnøkler permanent.", + "Restore encryption keys." : "Gjenopprett krypteringsnøkler.", + "Groups" : "Grupper", + "Unable to delete {objName}" : "Kan ikke slette {objName}", + "Error creating group" : "Feil ved oppretting av gruppe", + "A valid group name must be provided" : "Et gyldig gruppenavn må oppgis", + "deleted {groupName}" : "slettet {groupName}", + "undo" : "angre", + "never" : "aldri", + "deleted {userName}" : "slettet {userName}", + "add group" : "legg til gruppe", + "A valid username must be provided" : "Oppgi et gyldig brukernavn", + "Error creating user" : "Feil ved oppretting av bruker", + "A valid password must be provided" : "Oppgi et gyldig passord", + "Warning: Home directory for user \"{user}\" already exists" : "Advarsel: Hjemmemappe for bruker \"{user}\" eksisterer allerede", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL rotsertifikater", + "Encryption" : "Kryptering", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alt (fatale problemer, feil, advarsler, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, advarsler, feil og fatale problemer", + "Warnings, errors and fatal issues" : "Advarsler, feil og fatale problemer", + "Errors and fatal issues" : "Feil og fatale problemer", + "Fatal issues only" : "Kun fatale problemer", + "None" : "Ingen", + "Login" : "Logg inn", + "Plain" : "Enkel", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sikkerhetsadvarsel", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du aksesserer %s via HTTP. Vi anbefaler på det sterkeste at du konfigurerer serveren til å kreve bruk av HTTPS i stedet.", + "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." : "Datamappen og filene dine er sannsynligvis tilgjengelig fra Internett fordi .htaccess-filen ikke fungerer. Vi anbefaler på det sterkeste at du konfigurerer web-serveren din slik at datamappen ikke lenger er tilgjengelig eller at du flytter datamappen ut av web-serverens dokument-rotmappe.", + "Setup Warning" : "Installasjonsadvarsel", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til å fjerne innebygde doc blocks. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forårsakes sannsynligvis av en bufrer/akselerator, som f.eks. Zend OPcache eller eAccelerator.", + "Database Performance Info" : "Info om database-ytelse", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite brukes som database. For større installasjoner anbefaler vi å endre dette. For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Modulen 'fileinfo' mangler", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for å kunne detektere mime-typen korrekt.", + "Your PHP version is outdated" : "Din PHP-versjon er udatert", + "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." : "PHP-versjonen din er utdatert. Vi anbefaler på det sterkeste at du oppdaterer til 5.3.8 eller nyere fordi eldre versjoner ikke vil virke. Det er mulig at denne installasjoner ikke fungerer korrekt.", + "PHP charset is not set to UTF-8" : "PHP-tegnsett er ikke satt til UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP-tegnsett er ikke satt til UTF-8. Dette kan forårsake store problemer med tegn som ikke er ASCII i filnavn. Vi anbefaler på det sterkeste å endre verdien av 'default_charset' i php.ini til 'UTF-8'.", + "Locale not working" : "Nasjonale innstillinger virker ikke", + "System locale can not be set to a one which supports UTF-8." : "Kan ikke sette systemets nasjonale innstillinger til en som støtter UTF-8.", + "This means that there might be problems with certain characters in file names." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Vi anbefaler på det sterkeste å installere pakkene som er nødvendig for at systemet skal støtte en av følgende nasjonale innstillinger: %s.", + "URL generation in notification emails" : "URL-generering i varsel-eposter", + "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\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker system cron, kan det bli problemer med URL-generering. For å forhindre disse problemene, sett \"overwritewebroot\" i filen config.php til webroot-stien for installasjonen din (Forslag: \"%s\")", + "Connectivity checks" : "Sjekk av tilkobling", + "No problems found" : "Ingen problemer funnet", + "Please double check the installation guides." : "Vennligst dobbelsjekk installasjonsguiden.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Siste cron ble utført %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Siste cron ble utført %s. Dette er mer enn en time siden. Noe ser ut til å være galt.", + "Cron was not executed yet!" : "Cron er ikke utført ennå!", + "Execute one task with each page loaded" : "Utfør en oppgave med hver side som blir lastet", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er registrert i en webcron-tjeneste for å kalle cron.php hvert 15. minutt over http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Bruk systemets cron-tjeneste til å kalle cron.php hvert 15. minutt.", + "Sharing" : "Deling", + "Allow apps to use the Share API" : "Tillat apper å bruke API for Deling", + "Allow users to share via link" : "Tillat brukere å dele via lenke", + "Enforce password protection" : "Tving passordbeskyttelse", + "Allow public uploads" : "Tillat offentlig opplasting", + "Set default expiration date" : "Sett standard utløpsdato", + "Expire after " : "Utløper etter", + "days" : "dager", + "Enforce expiration date" : "Tving utløpsdato", + "Allow resharing" : "TIllat videre deling", + "Restrict users to only share with users in their groups" : "Begrens brukere til kun å dele med brukere i deres grupper", + "Allow users to send mail notification for shared files" : "Tlllat at brukere sender e-postvarsler for delte filer", + "Exclude groups from sharing" : "Utelukk grupper fra deling", + "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.", + "Security" : "Sikkerhet", + "Enforce HTTPS" : "Tving HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Tvinger klientene til å koble til %s via en kryptert forbindelse.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Vennligst koble til din %s via HTTPS for å aktivere eller deaktivere tvungen SSL.", + "Email Server" : "E-postserver", + "This is used for sending out notifications." : "Dette brukes for utsending av varsler.", + "Send mode" : "Sendemåte", + "From address" : "Fra adresse", + "mail" : "e-post", + "Authentication method" : "Autentiseringsmetode", + "Authentication required" : "Autentisering kreves", + "Server address" : "Server-adresse", + "Port" : "Port", + "Credentials" : "Påloggingsdetaljer", + "SMTP Username" : "SMTP-brukernavn", + "SMTP Password" : "SMTP-passord", + "Test email settings" : "Test innstillinger for e-post", + "Send email" : "Send e-post", + "Log" : "Logg", + "Log level" : "Loggnivå", + "More" : "Mer", + "Less" : "Mindre", + "Version" : "Versjon", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Utviklet av ownCloud-fellesskapet. Kildekoden er lisensiert under AGPL.", + "by" : "av", + "Documentation:" : "Dokumentasjon:", + "User Documentation" : "Brukerdokumentasjon", + "Admin Documentation" : "Admin-dokumentasjon", + "Enable only for specific groups" : "Aktiver kun for visse grupper", + "Uninstall App" : "Avinstaller app", + "Administrator Documentation" : "Dokumentasjon for administratorer", + "Online Documentation" : "Online dokumentasjon", + "Forum" : "Forum", + "Bugtracker" : "Innmelding og sporing av feil", + "Commercial Support" : "Forretningsstøtte", + "Get the apps to sync your files" : "Hent apper som synkroniserer filene dine", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Hvis du vil støtte prosjektet kan du\n\t\tdelta i utviklingen\n\t\teller\n\t\tspre budskapet!", + "Show First Run Wizard again" : "Vis \"Førstegangs veiviser\" på nytt", + "You have used %s of the available %s" : "Du har brukt %s av tilgjengelig %s", + "Password" : "Passord", + "Your password was changed" : "Passord har blitt endret", + "Unable to change your password" : "Kunne ikke endre passordet ditt", + "Current password" : "Nåværende passord", + "New password" : "Nytt passord", + "Change password" : "Endre passord", + "Full Name" : "Fullt navn", + "Email" : "Epost", + "Your email address" : "Din e-postadresse", + "Fill in an email address to enable password recovery and receive notifications" : "Legg inn en e-postadresse for å aktivere passordgjenfinning og motta varsler", + "Profile picture" : "Profilbilde", + "Upload new" : "Last opp nytt", + "Select new from Files" : "Velg nytt fra Filer", + "Remove image" : "Fjern bilde", + "Either png or jpg. Ideally square but you will be able to crop it." : "Enten png eller jpg. Helst kvadratisk men du kan beskjære det.", + "Your avatar is provided by your original account." : "Avataren din kommer fra din opprinnelige konto.", + "Cancel" : "Avbryt", + "Choose as profile image" : "Velg som profilbilde", + "Language" : "Språk", + "Help translate" : "Bidra til oversettelsen", + "Common Name" : "Vanlig navn", + "Valid until" : "Gyldig til", + "Issued By" : "Utstedt av", + "Valid until %s" : "Gyldig til %s", + "Import Root Certificate" : "Importer rotsertifikat", + "The encryption app is no longer enabled, please decrypt all your files" : "Krypterings-appen er ikke aktiv lenger. Vennligst dekrypter alle filene dine", + "Log-in password" : "Innloggingspassord", + "Decrypt all Files" : "Dekrypter alle filer", + "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." : "Krypteringsnøklene dine er flyttet til en plass for sikkerhetskopier. Hvis noe gikk galt kan du gjenopprette nøklene. Ikke slett dem permanent før du er ikker på at alle filer er dekryptert korrekt.", + "Restore Encryption Keys" : "Gjenopprett krypteringsnøkler", + "Delete Encryption Keys" : "Slett krypteringsnøkler", + "Show storage location" : "Vis lagringssted", + "Show last log in" : "Vis site innlogging", + "Login Name" : "Brukernavn", + "Create" : "Opprett", + "Admin Recovery Password" : "Administrativt gjenopprettingspassord", + "Enter the recovery password in order to recover the users files during password change" : "Legg inn gjenopprettingspassordet for å gjenopprette brukerfilene når passordet endres", + "Search Users and Groups" : "Søk i brukere og grupper", + "Add Group" : "Legg til gruppe", + "Group" : "Gruppe", + "Everyone" : "Alle", + "Admins" : "Administratorer", + "Default Quota" : "Standard kvote", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Legg inn lagringskvote (f.eks. \"512 MB\" eller \"12 GB\")", + "Unlimited" : "Ubegrenset", + "Other" : "Annet", + "Username" : "Brukernavn", + "Quota" : "Kvote", + "Storage Location" : "Lagringsplassering", + "Last Login" : "Siste innlogging", + "change full name" : "endre fullt navn", + "set new password" : "sett nytt passord", + "Default" : "Standard" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/nb_NO.json b/settings/l10n/nb_NO.json new file mode 100644 index 0000000000..c86056e746 --- /dev/null +++ b/settings/l10n/nb_NO.json @@ -0,0 +1,227 @@ +{ "translations": { + "Enabled" : "Aktiv", + "Authentication error" : "Autentiseringsfeil", + "Your full name has been changed." : "Ditt fulle navn er blitt endret.", + "Unable to change full name" : "Klarte ikke å endre fullt navn", + "Group already exists" : "Gruppen finnes allerede", + "Unable to add group" : "Kan ikke legge til gruppe", + "Files decrypted successfully" : "Dekryptering av filer vellykket", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Kunne ikke dekryptere filene dine. Sjekk owncloud.log eller spør administratoren", + "Couldn't decrypt your files, check your password and try again" : "Kunne ikke dekryptere filene dine. Sjekk passordet ditt og prøv igjen", + "Encryption keys deleted permanently" : "Krypteringsnøkler permanent slettet", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Kunne ikke slette krypteringsnøklene dine permanent. Sjekk owncloud.log eller spør administratoren", + "Couldn't remove app." : "Klarte ikke å fjerne app.", + "Email saved" : "Epost lagret", + "Invalid email" : "Ugyldig epost", + "Unable to delete group" : "Kan ikke slette gruppe", + "Unable to delete user" : "Kan ikke slette bruker", + "Backups restored successfully" : "Vellykket gjenoppretting fra sikkerhetskopier", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Kunne ikke gjenopprette krypteringsnøklene dine. Sjekk owncloud.log eller spør administratoren", + "Language changed" : "Språk endret", + "Invalid request" : "Ugyldig forespørsel", + "Admins can't remove themself from the admin group" : "Admin kan ikke flytte seg selv fra admingruppen", + "Unable to add user to group %s" : "Kan ikke legge bruker til gruppen %s", + "Unable to remove user from group %s" : "Kan ikke slette bruker fra gruppen %s", + "Couldn't update app." : "Kunne ikke oppdatere app.", + "Wrong password" : "Feil passord", + "No user supplied" : "Ingen bruker angitt", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Vennligst oppgi et administrativt gjenopprettingspassord. Ellers vil alle brukerdata gå tapt", + "Wrong admin recovery password. Please check the password and try again." : "Feil administrativt gjenopprettingspassord. Sjekk passordet og prøv igjen.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Serveren støtter ikke endring av passord, men oppdatering av brukerens krypteringsnøkkel var vellykket.", + "Unable to change password" : "Kunne ikke endre passord", + "Saved" : "Lagret", + "test email settings" : "Test av innstillinger for e-post", + "If you received this email, the settings seem to be correct." : "Hvis du mottar denne e-posten er innstillingene tydeligvis korrekte.", + "Email sent" : "E-post sendt", + "You need to set your user email before being able to send test emails." : "Du må sette e-postadressen for brukeren din før du kan teste sending av e-post.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ønsker du virkelig å legge til \"{domain}\" som tiltrodd domene?", + "Add trusted domain" : "Legg til et tiltrodd domene", + "Sending..." : "Sender...", + "All" : "Alle", + "Please wait...." : "Vennligst vent...", + "Error while disabling app" : "Deaktivering av app feilet", + "Disable" : "Deaktiver ", + "Enable" : "Aktiver", + "Error while enabling app" : "Aktivering av app feilet", + "Updating...." : "Oppdaterer...", + "Error while updating app" : "Feil ved oppdatering av app", + "Updated" : "Oppdatert", + "Uninstalling ...." : "Avinstallerer ....", + "Error while uninstalling app" : "Feil ved avinstallering av app", + "Uninstall" : "Avinstaller", + "Select a profile picture" : "Velg et profilbilde", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "So-so password" : "So-so-passord", + "Good password" : "Bra passord", + "Strong password" : "Sterkt passord", + "Valid until {date}" : "Gyldig til {date}", + "Delete" : "Slett", + "Decrypting files... Please wait, this can take some time." : "Dekrypterer filer... Vennligst vent, dette kan ta litt tid.", + "Delete encryption keys permanently." : "Slett krypteringsnøkler permanent.", + "Restore encryption keys." : "Gjenopprett krypteringsnøkler.", + "Groups" : "Grupper", + "Unable to delete {objName}" : "Kan ikke slette {objName}", + "Error creating group" : "Feil ved oppretting av gruppe", + "A valid group name must be provided" : "Et gyldig gruppenavn må oppgis", + "deleted {groupName}" : "slettet {groupName}", + "undo" : "angre", + "never" : "aldri", + "deleted {userName}" : "slettet {userName}", + "add group" : "legg til gruppe", + "A valid username must be provided" : "Oppgi et gyldig brukernavn", + "Error creating user" : "Feil ved oppretting av bruker", + "A valid password must be provided" : "Oppgi et gyldig passord", + "Warning: Home directory for user \"{user}\" already exists" : "Advarsel: Hjemmemappe for bruker \"{user}\" eksisterer allerede", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL rotsertifikater", + "Encryption" : "Kryptering", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alt (fatale problemer, feil, advarsler, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, advarsler, feil og fatale problemer", + "Warnings, errors and fatal issues" : "Advarsler, feil og fatale problemer", + "Errors and fatal issues" : "Feil og fatale problemer", + "Fatal issues only" : "Kun fatale problemer", + "None" : "Ingen", + "Login" : "Logg inn", + "Plain" : "Enkel", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Sikkerhetsadvarsel", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du aksesserer %s via HTTP. Vi anbefaler på det sterkeste at du konfigurerer serveren til å kreve bruk av HTTPS i stedet.", + "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." : "Datamappen og filene dine er sannsynligvis tilgjengelig fra Internett fordi .htaccess-filen ikke fungerer. Vi anbefaler på det sterkeste at du konfigurerer web-serveren din slik at datamappen ikke lenger er tilgjengelig eller at du flytter datamappen ut av web-serverens dokument-rotmappe.", + "Setup Warning" : "Installasjonsadvarsel", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til å fjerne innebygde doc blocks. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forårsakes sannsynligvis av en bufrer/akselerator, som f.eks. Zend OPcache eller eAccelerator.", + "Database Performance Info" : "Info om database-ytelse", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite brukes som database. For større installasjoner anbefaler vi å endre dette. For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Modulen 'fileinfo' mangler", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for å kunne detektere mime-typen korrekt.", + "Your PHP version is outdated" : "Din PHP-versjon er udatert", + "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." : "PHP-versjonen din er utdatert. Vi anbefaler på det sterkeste at du oppdaterer til 5.3.8 eller nyere fordi eldre versjoner ikke vil virke. Det er mulig at denne installasjoner ikke fungerer korrekt.", + "PHP charset is not set to UTF-8" : "PHP-tegnsett er ikke satt til UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP-tegnsett er ikke satt til UTF-8. Dette kan forårsake store problemer med tegn som ikke er ASCII i filnavn. Vi anbefaler på det sterkeste å endre verdien av 'default_charset' i php.ini til 'UTF-8'.", + "Locale not working" : "Nasjonale innstillinger virker ikke", + "System locale can not be set to a one which supports UTF-8." : "Kan ikke sette systemets nasjonale innstillinger til en som støtter UTF-8.", + "This means that there might be problems with certain characters in file names." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Vi anbefaler på det sterkeste å installere pakkene som er nødvendig for at systemet skal støtte en av følgende nasjonale innstillinger: %s.", + "URL generation in notification emails" : "URL-generering i varsel-eposter", + "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\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker system cron, kan det bli problemer med URL-generering. For å forhindre disse problemene, sett \"overwritewebroot\" i filen config.php til webroot-stien for installasjonen din (Forslag: \"%s\")", + "Connectivity checks" : "Sjekk av tilkobling", + "No problems found" : "Ingen problemer funnet", + "Please double check the installation guides." : "Vennligst dobbelsjekk installasjonsguiden.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Siste cron ble utført %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Siste cron ble utført %s. Dette er mer enn en time siden. Noe ser ut til å være galt.", + "Cron was not executed yet!" : "Cron er ikke utført ennå!", + "Execute one task with each page loaded" : "Utfør en oppgave med hver side som blir lastet", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er registrert i en webcron-tjeneste for å kalle cron.php hvert 15. minutt over http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Bruk systemets cron-tjeneste til å kalle cron.php hvert 15. minutt.", + "Sharing" : "Deling", + "Allow apps to use the Share API" : "Tillat apper å bruke API for Deling", + "Allow users to share via link" : "Tillat brukere å dele via lenke", + "Enforce password protection" : "Tving passordbeskyttelse", + "Allow public uploads" : "Tillat offentlig opplasting", + "Set default expiration date" : "Sett standard utløpsdato", + "Expire after " : "Utløper etter", + "days" : "dager", + "Enforce expiration date" : "Tving utløpsdato", + "Allow resharing" : "TIllat videre deling", + "Restrict users to only share with users in their groups" : "Begrens brukere til kun å dele med brukere i deres grupper", + "Allow users to send mail notification for shared files" : "Tlllat at brukere sender e-postvarsler for delte filer", + "Exclude groups from sharing" : "Utelukk grupper fra deling", + "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.", + "Security" : "Sikkerhet", + "Enforce HTTPS" : "Tving HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Tvinger klientene til å koble til %s via en kryptert forbindelse.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Vennligst koble til din %s via HTTPS for å aktivere eller deaktivere tvungen SSL.", + "Email Server" : "E-postserver", + "This is used for sending out notifications." : "Dette brukes for utsending av varsler.", + "Send mode" : "Sendemåte", + "From address" : "Fra adresse", + "mail" : "e-post", + "Authentication method" : "Autentiseringsmetode", + "Authentication required" : "Autentisering kreves", + "Server address" : "Server-adresse", + "Port" : "Port", + "Credentials" : "Påloggingsdetaljer", + "SMTP Username" : "SMTP-brukernavn", + "SMTP Password" : "SMTP-passord", + "Test email settings" : "Test innstillinger for e-post", + "Send email" : "Send e-post", + "Log" : "Logg", + "Log level" : "Loggnivå", + "More" : "Mer", + "Less" : "Mindre", + "Version" : "Versjon", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Utviklet av ownCloud-fellesskapet. Kildekoden er lisensiert under AGPL.", + "by" : "av", + "Documentation:" : "Dokumentasjon:", + "User Documentation" : "Brukerdokumentasjon", + "Admin Documentation" : "Admin-dokumentasjon", + "Enable only for specific groups" : "Aktiver kun for visse grupper", + "Uninstall App" : "Avinstaller app", + "Administrator Documentation" : "Dokumentasjon for administratorer", + "Online Documentation" : "Online dokumentasjon", + "Forum" : "Forum", + "Bugtracker" : "Innmelding og sporing av feil", + "Commercial Support" : "Forretningsstøtte", + "Get the apps to sync your files" : "Hent apper som synkroniserer filene dine", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Hvis du vil støtte prosjektet kan du\n\t\tdelta i utviklingen\n\t\teller\n\t\tspre budskapet!", + "Show First Run Wizard again" : "Vis \"Førstegangs veiviser\" på nytt", + "You have used %s of the available %s" : "Du har brukt %s av tilgjengelig %s", + "Password" : "Passord", + "Your password was changed" : "Passord har blitt endret", + "Unable to change your password" : "Kunne ikke endre passordet ditt", + "Current password" : "Nåværende passord", + "New password" : "Nytt passord", + "Change password" : "Endre passord", + "Full Name" : "Fullt navn", + "Email" : "Epost", + "Your email address" : "Din e-postadresse", + "Fill in an email address to enable password recovery and receive notifications" : "Legg inn en e-postadresse for å aktivere passordgjenfinning og motta varsler", + "Profile picture" : "Profilbilde", + "Upload new" : "Last opp nytt", + "Select new from Files" : "Velg nytt fra Filer", + "Remove image" : "Fjern bilde", + "Either png or jpg. Ideally square but you will be able to crop it." : "Enten png eller jpg. Helst kvadratisk men du kan beskjære det.", + "Your avatar is provided by your original account." : "Avataren din kommer fra din opprinnelige konto.", + "Cancel" : "Avbryt", + "Choose as profile image" : "Velg som profilbilde", + "Language" : "Språk", + "Help translate" : "Bidra til oversettelsen", + "Common Name" : "Vanlig navn", + "Valid until" : "Gyldig til", + "Issued By" : "Utstedt av", + "Valid until %s" : "Gyldig til %s", + "Import Root Certificate" : "Importer rotsertifikat", + "The encryption app is no longer enabled, please decrypt all your files" : "Krypterings-appen er ikke aktiv lenger. Vennligst dekrypter alle filene dine", + "Log-in password" : "Innloggingspassord", + "Decrypt all Files" : "Dekrypter alle filer", + "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." : "Krypteringsnøklene dine er flyttet til en plass for sikkerhetskopier. Hvis noe gikk galt kan du gjenopprette nøklene. Ikke slett dem permanent før du er ikker på at alle filer er dekryptert korrekt.", + "Restore Encryption Keys" : "Gjenopprett krypteringsnøkler", + "Delete Encryption Keys" : "Slett krypteringsnøkler", + "Show storage location" : "Vis lagringssted", + "Show last log in" : "Vis site innlogging", + "Login Name" : "Brukernavn", + "Create" : "Opprett", + "Admin Recovery Password" : "Administrativt gjenopprettingspassord", + "Enter the recovery password in order to recover the users files during password change" : "Legg inn gjenopprettingspassordet for å gjenopprette brukerfilene når passordet endres", + "Search Users and Groups" : "Søk i brukere og grupper", + "Add Group" : "Legg til gruppe", + "Group" : "Gruppe", + "Everyone" : "Alle", + "Admins" : "Administratorer", + "Default Quota" : "Standard kvote", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Legg inn lagringskvote (f.eks. \"512 MB\" eller \"12 GB\")", + "Unlimited" : "Ubegrenset", + "Other" : "Annet", + "Username" : "Brukernavn", + "Quota" : "Kvote", + "Storage Location" : "Lagringsplassering", + "Last Login" : "Siste innlogging", + "change full name" : "endre fullt navn", + "set new password" : "sett nytt passord", + "Default" : "Standard" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/nb_NO.php b/settings/l10n/nb_NO.php deleted file mode 100644 index 08e1a3dbc6..0000000000 --- a/settings/l10n/nb_NO.php +++ /dev/null @@ -1,228 +0,0 @@ - "Aktiv", -"Authentication error" => "Autentiseringsfeil", -"Your full name has been changed." => "Ditt fulle navn er blitt endret.", -"Unable to change full name" => "Klarte ikke å endre fullt navn", -"Group already exists" => "Gruppen finnes allerede", -"Unable to add group" => "Kan ikke legge til gruppe", -"Files decrypted successfully" => "Dekryptering av filer vellykket", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Kunne ikke dekryptere filene dine. Sjekk owncloud.log eller spør administratoren", -"Couldn't decrypt your files, check your password and try again" => "Kunne ikke dekryptere filene dine. Sjekk passordet ditt og prøv igjen", -"Encryption keys deleted permanently" => "Krypteringsnøkler permanent slettet", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Kunne ikke slette krypteringsnøklene dine permanent. Sjekk owncloud.log eller spør administratoren", -"Couldn't remove app." => "Klarte ikke å fjerne app.", -"Email saved" => "Epost lagret", -"Invalid email" => "Ugyldig epost", -"Unable to delete group" => "Kan ikke slette gruppe", -"Unable to delete user" => "Kan ikke slette bruker", -"Backups restored successfully" => "Vellykket gjenoppretting fra sikkerhetskopier", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Kunne ikke gjenopprette krypteringsnøklene dine. Sjekk owncloud.log eller spør administratoren", -"Language changed" => "Språk endret", -"Invalid request" => "Ugyldig forespørsel", -"Admins can't remove themself from the admin group" => "Admin kan ikke flytte seg selv fra admingruppen", -"Unable to add user to group %s" => "Kan ikke legge bruker til gruppen %s", -"Unable to remove user from group %s" => "Kan ikke slette bruker fra gruppen %s", -"Couldn't update app." => "Kunne ikke oppdatere app.", -"Wrong password" => "Feil passord", -"No user supplied" => "Ingen bruker angitt", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Vennligst oppgi et administrativt gjenopprettingspassord. Ellers vil alle brukerdata gå tapt", -"Wrong admin recovery password. Please check the password and try again." => "Feil administrativt gjenopprettingspassord. Sjekk passordet og prøv igjen.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Serveren støtter ikke endring av passord, men oppdatering av brukerens krypteringsnøkkel var vellykket.", -"Unable to change password" => "Kunne ikke endre passord", -"Saved" => "Lagret", -"test email settings" => "Test av innstillinger for e-post", -"If you received this email, the settings seem to be correct." => "Hvis du mottar denne e-posten er innstillingene tydeligvis korrekte.", -"Email sent" => "E-post sendt", -"You need to set your user email before being able to send test emails." => "Du må sette e-postadressen for brukeren din før du kan teste sending av e-post.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Ønsker du virkelig å legge til \"{domain}\" som tiltrodd domene?", -"Add trusted domain" => "Legg til et tiltrodd domene", -"Sending..." => "Sender...", -"All" => "Alle", -"Please wait...." => "Vennligst vent...", -"Error while disabling app" => "Deaktivering av app feilet", -"Disable" => "Deaktiver ", -"Enable" => "Aktiver", -"Error while enabling app" => "Aktivering av app feilet", -"Updating...." => "Oppdaterer...", -"Error while updating app" => "Feil ved oppdatering av app", -"Updated" => "Oppdatert", -"Uninstalling ...." => "Avinstallerer ....", -"Error while uninstalling app" => "Feil ved avinstallering av app", -"Uninstall" => "Avinstaller", -"Select a profile picture" => "Velg et profilbilde", -"Very weak password" => "Veldig svakt passord", -"Weak password" => "Svakt passord", -"So-so password" => "So-so-passord", -"Good password" => "Bra passord", -"Strong password" => "Sterkt passord", -"Valid until {date}" => "Gyldig til {date}", -"Delete" => "Slett", -"Decrypting files... Please wait, this can take some time." => "Dekrypterer filer... Vennligst vent, dette kan ta litt tid.", -"Delete encryption keys permanently." => "Slett krypteringsnøkler permanent.", -"Restore encryption keys." => "Gjenopprett krypteringsnøkler.", -"Groups" => "Grupper", -"Unable to delete {objName}" => "Kan ikke slette {objName}", -"Error creating group" => "Feil ved oppretting av gruppe", -"A valid group name must be provided" => "Et gyldig gruppenavn må oppgis", -"deleted {groupName}" => "slettet {groupName}", -"undo" => "angre", -"never" => "aldri", -"deleted {userName}" => "slettet {userName}", -"add group" => "legg til gruppe", -"A valid username must be provided" => "Oppgi et gyldig brukernavn", -"Error creating user" => "Feil ved oppretting av bruker", -"A valid password must be provided" => "Oppgi et gyldig passord", -"Warning: Home directory for user \"{user}\" already exists" => "Advarsel: Hjemmemappe for bruker \"{user}\" eksisterer allerede", -"__language_name__" => "__language_name__", -"SSL root certificates" => "SSL rotsertifikater", -"Encryption" => "Kryptering", -"Everything (fatal issues, errors, warnings, info, debug)" => "Alt (fatale problemer, feil, advarsler, info, debug)", -"Info, warnings, errors and fatal issues" => "Info, advarsler, feil og fatale problemer", -"Warnings, errors and fatal issues" => "Advarsler, feil og fatale problemer", -"Errors and fatal issues" => "Feil og fatale problemer", -"Fatal issues only" => "Kun fatale problemer", -"None" => "Ingen", -"Login" => "Logg inn", -"Plain" => "Enkel", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Sikkerhetsadvarsel", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Du aksesserer %s via HTTP. Vi anbefaler på det sterkeste at du konfigurerer serveren til å kreve bruk av HTTPS i stedet.", -"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." => "Datamappen og filene dine er sannsynligvis tilgjengelig fra Internett fordi .htaccess-filen ikke fungerer. Vi anbefaler på det sterkeste at du konfigurerer web-serveren din slik at datamappen ikke lenger er tilgjengelig eller at du flytter datamappen ut av web-serverens dokument-rotmappe.", -"Setup Warning" => "Installasjonsadvarsel", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "Det ser ut for at PHP er satt opp til å fjerne innebygde doc blocks. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Dette forårsakes sannsynligvis av en bufrer/akselerator, som f.eks. Zend OPcache eller eAccelerator.", -"Database Performance Info" => "Info om database-ytelse", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite brukes som database. For større installasjoner anbefaler vi å endre dette. For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Modulen 'fileinfo' mangler", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for å kunne detektere mime-typen korrekt.", -"Your PHP version is outdated" => "Din PHP-versjon er udatert", -"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." => "PHP-versjonen din er utdatert. Vi anbefaler på det sterkeste at du oppdaterer til 5.3.8 eller nyere fordi eldre versjoner ikke vil virke. Det er mulig at denne installasjoner ikke fungerer korrekt.", -"PHP charset is not set to UTF-8" => "PHP-tegnsett er ikke satt til UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP-tegnsett er ikke satt til UTF-8. Dette kan forårsake store problemer med tegn som ikke er ASCII i filnavn. Vi anbefaler på det sterkeste å endre verdien av 'default_charset' i php.ini til 'UTF-8'.", -"Locale not working" => "Nasjonale innstillinger virker ikke", -"System locale can not be set to a one which supports UTF-8." => "Kan ikke sette systemets nasjonale innstillinger til en som støtter UTF-8.", -"This means that there might be problems with certain characters in file names." => "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Vi anbefaler på det sterkeste å installere pakkene som er nødvendig for at systemet skal støtte en av følgende nasjonale innstillinger: %s.", -"URL generation in notification emails" => "URL-generering i varsel-eposter", -"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\")" => "Hvis installasjonen din ikke er installert i roten av domenet og bruker system cron, kan det bli problemer med URL-generering. For å forhindre disse problemene, sett \"overwritewebroot\" i filen config.php til webroot-stien for installasjonen din (Forslag: \"%s\")", -"Connectivity checks" => "Sjekk av tilkobling", -"No problems found" => "Ingen problemer funnet", -"Please double check the installation guides." => "Vennligst dobbelsjekk installasjonsguiden.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Siste cron ble utført %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Siste cron ble utført %s. Dette er mer enn en time siden. Noe ser ut til å være galt.", -"Cron was not executed yet!" => "Cron er ikke utført ennå!", -"Execute one task with each page loaded" => "Utfør en oppgave med hver side som blir lastet", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php er registrert i en webcron-tjeneste for å kalle cron.php hvert 15. minutt over http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Bruk systemets cron-tjeneste til å kalle cron.php hvert 15. minutt.", -"Sharing" => "Deling", -"Allow apps to use the Share API" => "Tillat apper å bruke API for Deling", -"Allow users to share via link" => "Tillat brukere å dele via lenke", -"Enforce password protection" => "Tving passordbeskyttelse", -"Allow public uploads" => "Tillat offentlig opplasting", -"Set default expiration date" => "Sett standard utløpsdato", -"Expire after " => "Utløper etter", -"days" => "dager", -"Enforce expiration date" => "Tving utløpsdato", -"Allow resharing" => "TIllat videre deling", -"Restrict users to only share with users in their groups" => "Begrens brukere til kun å dele med brukere i deres grupper", -"Allow users to send mail notification for shared files" => "Tlllat at brukere sender e-postvarsler for delte filer", -"Exclude groups from sharing" => "Utelukk grupper fra deling", -"These groups will still be able to receive shares, but not to initiate them." => "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.", -"Security" => "Sikkerhet", -"Enforce HTTPS" => "Tving HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Tvinger klientene til å koble til %s via en kryptert forbindelse.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Vennligst koble til din %s via HTTPS for å aktivere eller deaktivere tvungen SSL.", -"Email Server" => "E-postserver", -"This is used for sending out notifications." => "Dette brukes for utsending av varsler.", -"Send mode" => "Sendemåte", -"From address" => "Fra adresse", -"mail" => "e-post", -"Authentication method" => "Autentiseringsmetode", -"Authentication required" => "Autentisering kreves", -"Server address" => "Server-adresse", -"Port" => "Port", -"Credentials" => "Påloggingsdetaljer", -"SMTP Username" => "SMTP-brukernavn", -"SMTP Password" => "SMTP-passord", -"Test email settings" => "Test innstillinger for e-post", -"Send email" => "Send e-post", -"Log" => "Logg", -"Log level" => "Loggnivå", -"More" => "Mer", -"Less" => "Mindre", -"Version" => "Versjon", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Utviklet av ownCloud-fellesskapet. Kildekoden er lisensiert under AGPL.", -"by" => "av", -"Documentation:" => "Dokumentasjon:", -"User Documentation" => "Brukerdokumentasjon", -"Admin Documentation" => "Admin-dokumentasjon", -"Enable only for specific groups" => "Aktiver kun for visse grupper", -"Uninstall App" => "Avinstaller app", -"Administrator Documentation" => "Dokumentasjon for administratorer", -"Online Documentation" => "Online dokumentasjon", -"Forum" => "Forum", -"Bugtracker" => "Innmelding og sporing av feil", -"Commercial Support" => "Forretningsstøtte", -"Get the apps to sync your files" => "Hent apper som synkroniserer filene dine", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Hvis du vil støtte prosjektet kan du\n\t\tdelta i utviklingen\n\t\teller\n\t\tspre budskapet!", -"Show First Run Wizard again" => "Vis \"Førstegangs veiviser\" på nytt", -"You have used %s of the available %s" => "Du har brukt %s av tilgjengelig %s", -"Password" => "Passord", -"Your password was changed" => "Passord har blitt endret", -"Unable to change your password" => "Kunne ikke endre passordet ditt", -"Current password" => "Nåværende passord", -"New password" => "Nytt passord", -"Change password" => "Endre passord", -"Full Name" => "Fullt navn", -"Email" => "Epost", -"Your email address" => "Din e-postadresse", -"Fill in an email address to enable password recovery and receive notifications" => "Legg inn en e-postadresse for å aktivere passordgjenfinning og motta varsler", -"Profile picture" => "Profilbilde", -"Upload new" => "Last opp nytt", -"Select new from Files" => "Velg nytt fra Filer", -"Remove image" => "Fjern bilde", -"Either png or jpg. Ideally square but you will be able to crop it." => "Enten png eller jpg. Helst kvadratisk men du kan beskjære det.", -"Your avatar is provided by your original account." => "Avataren din kommer fra din opprinnelige konto.", -"Cancel" => "Avbryt", -"Choose as profile image" => "Velg som profilbilde", -"Language" => "Språk", -"Help translate" => "Bidra til oversettelsen", -"Common Name" => "Vanlig navn", -"Valid until" => "Gyldig til", -"Issued By" => "Utstedt av", -"Valid until %s" => "Gyldig til %s", -"Import Root Certificate" => "Importer rotsertifikat", -"The encryption app is no longer enabled, please decrypt all your files" => "Krypterings-appen er ikke aktiv lenger. Vennligst dekrypter alle filene dine", -"Log-in password" => "Innloggingspassord", -"Decrypt all Files" => "Dekrypter alle filer", -"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." => "Krypteringsnøklene dine er flyttet til en plass for sikkerhetskopier. Hvis noe gikk galt kan du gjenopprette nøklene. Ikke slett dem permanent før du er ikker på at alle filer er dekryptert korrekt.", -"Restore Encryption Keys" => "Gjenopprett krypteringsnøkler", -"Delete Encryption Keys" => "Slett krypteringsnøkler", -"Show storage location" => "Vis lagringssted", -"Show last log in" => "Vis site innlogging", -"Login Name" => "Brukernavn", -"Create" => "Opprett", -"Admin Recovery Password" => "Administrativt gjenopprettingspassord", -"Enter the recovery password in order to recover the users files during password change" => "Legg inn gjenopprettingspassordet for å gjenopprette brukerfilene når passordet endres", -"Search Users and Groups" => "Søk i brukere og grupper", -"Add Group" => "Legg til gruppe", -"Group" => "Gruppe", -"Everyone" => "Alle", -"Admins" => "Administratorer", -"Default Quota" => "Standard kvote", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Legg inn lagringskvote (f.eks. \"512 MB\" eller \"12 GB\")", -"Unlimited" => "Ubegrenset", -"Other" => "Annet", -"Username" => "Brukernavn", -"Quota" => "Kvote", -"Storage Location" => "Lagringsplassering", -"Last Login" => "Siste innlogging", -"change full name" => "endre fullt navn", -"set new password" => "sett nytt passord", -"Default" => "Standard" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js new file mode 100644 index 0000000000..1b160c2bbe --- /dev/null +++ b/settings/l10n/nl.js @@ -0,0 +1,240 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Geactiveerd", + "Not enabled" : "Niet ingeschakeld", + "Recommended" : "Aanbevolen", + "Authentication error" : "Authenticatie fout", + "Your full name has been changed." : "Uw volledige naam is gewijzigd.", + "Unable to change full name" : "Kan de volledige naam niet wijzigen", + "Group already exists" : "Groep bestaat al", + "Unable to add group" : "Niet in staat om groep toe te voegen", + "Files decrypted successfully" : "Bestanden succesvol ontsleuteld", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Kon uw bestanden niet ontsleutelem. Controleer uw owncloud logs of vraag het uw beheerder", + "Couldn't decrypt your files, check your password and try again" : "Kon uw bestanden niet ontsleutelen. Controleer uw wachtwoord en probeer het opnieuw", + "Encryption keys deleted permanently" : "Cryptosleutels permanent verwijderd", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Kom uw cryptosleutels niet permanent verwijderen. Controleer uw owncloud.log, of neem contact op met uw beheerder.", + "Couldn't remove app." : "Kon app niet verwijderen.", + "Email saved" : "E-mail bewaard", + "Invalid email" : "Ongeldige e-mail", + "Unable to delete group" : "Niet in staat om groep te verwijderen", + "Unable to delete user" : "Niet in staat om gebruiker te verwijderen", + "Backups restored successfully" : "Backup succesvol terggezet", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Kon uw cryptosleutels niet herstellen. Controleer uw owncloud.log of neem contact op met uw beheerder", + "Language changed" : "Taal aangepast", + "Invalid request" : "Ongeldige aanvraag", + "Admins can't remove themself from the admin group" : "Admins kunnen zichzelf niet uit de admin groep verwijderen", + "Unable to add user to group %s" : "Niet in staat om gebruiker toe te voegen aan groep %s", + "Unable to remove user from group %s" : "Niet in staat om gebruiker te verwijderen uit groep %s", + "Couldn't update app." : "Kon de app niet bijwerken.", + "Wrong password" : "Onjuist wachtwoord", + "No user supplied" : "Geen gebruiker opgegeven", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Voer een beheerdersherstelwachtwoord in, anders zullen alle gebruikersgegevens verloren gaan", + "Wrong admin recovery password. Please check the password and try again." : "Onjuist beheerdersherstelwachtwoord. Controleer het wachtwoord en probeer het opnieuw.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "De Back-end ondersteunt geen wachtwoordwijzigingen, maar de cryptosleutel van de gebruiker is succesvol bijgewerkt.", + "Unable to change password" : "Kan wachtwoord niet wijzigen", + "Saved" : "Bewaard", + "test email settings" : "test e-mailinstellingen", + "If you received this email, the settings seem to be correct." : "Als u dit e-mailbericht ontvangt, lijken de instellingen juist.", + "A problem occurred while sending the email. Please revise your settings." : "Er ontstond een probleem bij het versturen van de e-mail. Controleer uw instellingen.", + "Email sent" : "E-mail verzonden", + "You need to set your user email before being able to send test emails." : "U moet uw e-mailadres invoeren voordat u testberichten kunt versturen.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Weet u zeker dat u \"{domain}\" als een vertrouwd domein wilt toevoegen?", + "Add trusted domain" : "Vertrouwd domein toevoegen", + "Sending..." : "Versturen...", + "All" : "Alle", + "Please wait...." : "Even geduld aub....", + "Error while disabling app" : "Fout tijdens het uitzetten van het programma", + "Disable" : "Uitschakelen", + "Enable" : "Activeer", + "Error while enabling app" : "Fout tijdens het aanzetten van het programma", + "Updating...." : "Bijwerken....", + "Error while updating app" : "Fout bij bijwerken app", + "Updated" : "Bijgewerkt", + "Uninstalling ...." : "De-installeren ...", + "Error while uninstalling app" : "Fout bij de-installeren app", + "Uninstall" : "De-installeren", + "Select a profile picture" : "Kies een profielafbeelding", + "Very weak password" : "Zeer zwak wachtwoord", + "Weak password" : "Zwak wachtwoord", + "So-so password" : "Matig wachtwoord", + "Good password" : "Goed wachtwoord", + "Strong password" : "Sterk wachtwoord", + "Valid until {date}" : "Geldig tot {date}", + "Delete" : "Verwijder", + "Decrypting files... Please wait, this can take some time." : "Bestanden worden gedecodeerd... Even geduld alstublieft, dit kan even duren.", + "Delete encryption keys permanently." : "Verwijder de encryptiesleutels permanent", + "Restore encryption keys." : "Herstel de encryptiesleutels", + "Groups" : "Groepen", + "Unable to delete {objName}" : "Kan {objName} niet verwijderen", + "Error creating group" : "Fout bij aanmaken groep", + "A valid group name must be provided" : "Er moet een geldige groepsnaam worden opgegeven", + "deleted {groupName}" : "verwijderd {groupName}", + "undo" : "ongedaan maken", + "no group" : "geen groep", + "never" : "geen", + "deleted {userName}" : "verwijderd {userName}", + "add group" : "toevoegen groep", + "A valid username must be provided" : "Er moet een geldige gebruikersnaam worden opgegeven", + "Error creating user" : "Fout bij aanmaken gebruiker", + "A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven", + "Warning: Home directory for user \"{user}\" already exists" : "Waarschuwing: Home directory voor gebruiker \"{user}\" bestaat al", + "__language_name__" : "Nederlands", + "Personal Info" : "Persoonlijke info", + "SSL root certificates" : "SSL root certificaten", + "Encryption" : "Versleuteling", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale problemen, fouten, waarschuwingen, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, waarschuwingen, fouten en fatale problemen", + "Warnings, errors and fatal issues" : "Waarschuwingen, fouten en fatale problemen", + "Errors and fatal issues" : "Fouten en fatale problemen", + "Fatal issues only" : "Alleen fatale problemen", + "None" : "Geen", + "Login" : "Login", + "Plain" : "Gewoon", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Beveiligingswaarschuwing", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "U bent met %s verbonden over HTTP. We adviseren met klem uw server zo te configureren dat alleen HTTPS kan worden gebruikt.", + "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." : "Uw data folder en uw bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om uw webserver zodanig te configureren, dat de datamap niet bereikbaar is vanaf het internet of om uw datamap te verplaatsen naar een locatie buiten de document root van de webserver.", + "Setup Warning" : "Instellingswaarschuwing", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kernmodules onbruikbaar.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.", + "Database Performance Info" : "Database Performance Info", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite wordt gebruikt als database. Voor grotere installaties adviseren we dit aan te passen. Om te migreren naar een andere database moet u deze commandoregel tool gebruiken: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Module 'fileinfo' ontbreekt", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor mime-type detectie.", + "Your PHP version is outdated" : "Uw PHP versie is verouderd", + "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." : "Uw PHP versie is verouderd. We adviseren met klem om bij te werken naar versie 5.3.8 of later, omdat oudere versies corrupt kunnen zijn. Het is mogelijk dat deze installatie niet goed werkt.", + "PHP charset is not set to UTF-8" : "PHP characterset is niet ingesteld op UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP characterset is niet ingesteld op UTF-8. Dit kan flinke problemen opleveren met niet-ASCII tekens in bestandsnamen. We adviseren om de waarde van 'default_charset' in php.ini te wijzigen in 'UTF-8'.", + "Locale not working" : "Taalbestand werkt niet", + "System locale can not be set to a one which supports UTF-8." : "De systeemtaal kan niet worden ingesteld op een taal die UTF-8 ondersteunt.", + "This means that there might be problems with certain characters in file names." : "Dat betekent dat er problemen kunnen optreden met bepaalde tekens in bestandsnamen.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "We adviseren met klem om de noodzakelijke pakketten op uw systeem te installeren om een van de volgende talen te ondersteunen: %s.", + "URL generation in notification emails" : "URL genereren in notificatie e-mails", + "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\")" : "Als uw installatie niet in de hoofddirectory van het domein staat, maar wel cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou u de \"overwritewebroot\" optie in config.php moeten instellen op het webroot pad van uw ownCloud (aanbevolen: \"%s\") ", + "Connectivity checks" : "Verbindingscontroles", + "No problems found" : "Geen problemen gevonden", + "Please double check the installation guides." : "Controleer de installatiehandleiding goed.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Laatst uitgevoerde cron op %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Laatst uitgevoerde cron op %s. Dat is langer dan een uur geleden, er is iets fout gegaan.", + "Cron was not executed yet!" : "Cron is nog niet uitgevoerd!", + "Execute one task with each page loaded" : "Bij laden van elke pagina één taak uitvoeren", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Gebruik de systeem cron service om cron.php elke 15 minuten aan te roepen.", + "Sharing" : "Delen", + "Allow apps to use the Share API" : "Apps toestaan de Share API te gebruiken", + "Allow users to share via link" : "Sta gebruikers toe om te delen via een link", + "Enforce password protection" : "Dwing wachtwoordbeveiliging af", + "Allow public uploads" : "Sta publieke uploads toe", + "Set default expiration date" : "Stel standaard vervaldatum in", + "Expire after " : "Vervalt na", + "days" : "dagen", + "Enforce expiration date" : "Verplicht de vervaldatum", + "Allow resharing" : "Toestaan opnieuw delen", + "Restrict users to only share with users in their groups" : "Laat gebruikers alleen delen met andere gebruikers in hun groepen", + "Allow users to send mail notification for shared files" : "Sta gebruikers toe om e-mailnotificaties te versturen voor gedeelde bestanden", + "Exclude groups from sharing" : "Sluit groepen uit van delen", + "These groups will still be able to receive shares, but not to initiate them." : "Deze groepen kunnen gedeelde mappen bestanden ontvangen, maar kunnen ze niet starten.", + "Security" : "Beveiliging", + "Enforce HTTPS" : "Afdwingen HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Dwingt de clients om een versleutelde verbinding te maken met %s", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Maak verbinding naar uw %s via HTTPS om een geforceerde versleutelde verbinding in- of uit te schakelen.", + "Email Server" : "E-mailserver", + "This is used for sending out notifications." : "Dit wordt gestuurd voor het verzenden van meldingen.", + "Send mode" : "Verstuurmodus", + "From address" : "Afzenderadres", + "mail" : "e-mail", + "Authentication method" : "Authenticatiemethode", + "Authentication required" : "Authenticatie vereist", + "Server address" : "Server adres", + "Port" : "Poort", + "Credentials" : "Inloggegevens", + "SMTP Username" : "SMTP gebruikersnaam", + "SMTP Password" : "SMTP wachtwoord", + "Store credentials" : "Opslaan inloggegevens", + "Test email settings" : "Test e-mailinstellingen", + "Send email" : "Versturen e-mail", + "Log" : "Log", + "Log level" : "Log niveau", + "More" : "Meer", + "Less" : "Minder", + "Version" : "Versie", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Ontwikkeld door de ownCloud gemeenschap, de broncode is gelicenseerd onder de AGPL.", + "More apps" : "Meer applicaties", + "Add your app" : "Voeg uw app toe", + "by" : "door", + "licensed" : "gelicenseerd", + "Documentation:" : "Documentatie:", + "User Documentation" : "Gebruikersdocumentatie", + "Admin Documentation" : "Beheerdocumentatie", + "Update to %s" : "Bijgewerkt naar %s", + "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren", + "Uninstall App" : "De-installeren app", + "Administrator Documentation" : "Beheerdersdocumentatie", + "Online Documentation" : "Online documentatie", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Commerciële ondersteuning", + "Get the apps to sync your files" : "Download de apps om bestanden te synchroniseren", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Als u het project wilt ondersteunen\n\t\tontwikkel mee\n\t\tof\n\t\tverkondig het nieuws!", + "Show First Run Wizard again" : "Toon de Eerste start Wizard opnieuw", + "You have used %s of the available %s" : "U heeft %s gebruikt van de beschikbare %s", + "Password" : "Wachtwoord", + "Your password was changed" : "Je wachtwoord is veranderd", + "Unable to change your password" : "Niet in staat om uw wachtwoord te wijzigen", + "Current password" : "Huidig wachtwoord", + "New password" : "Nieuw", + "Change password" : "Wijzig wachtwoord", + "Full Name" : "Volledige naam", + "Email" : "E-mailadres", + "Your email address" : "Uw e-mailadres", + "Fill in an email address to enable password recovery and receive notifications" : "Vul een e-mailadres in om wachtwoordherstel mogelijk te maken en meldingen te ontvangen", + "Profile picture" : "Profielafbeelding", + "Upload new" : "Upload een nieuwe", + "Select new from Files" : "Selecteer een nieuwe vanuit bestanden", + "Remove image" : "Verwijder afbeelding", + "Either png or jpg. Ideally square but you will be able to crop it." : "Of png, of jpg. Bij voorkeur vierkant, maar u kunt de afbeelding bijsnijden.", + "Your avatar is provided by your original account." : "Uw avatar is verstrekt door uw originele account.", + "Cancel" : "Annuleer", + "Choose as profile image" : "Kies als profielafbeelding", + "Language" : "Taal", + "Help translate" : "Help met vertalen", + "Common Name" : "Common Name", + "Valid until" : "Geldig tot", + "Issued By" : "Uitgegeven door", + "Valid until %s" : "Geldig tot %s", + "Import Root Certificate" : "Importeer root certificaat", + "The encryption app is no longer enabled, please decrypt all your files" : "De crypto app is niet langer geactiveerd, u moet alle bestanden decrypten.", + "Log-in password" : "Inlog-wachtwoord", + "Decrypt all Files" : "Decodeer alle bestanden", + "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." : "Uw cryptosleutels zijn verplaatst naar een backup locatie. Als iets iets verkeerd ging, kunt u de sleutels herstellen. Verwijder ze alleen permanent als u zeker weet dat de bestanden goed zijn versleuteld.", + "Restore Encryption Keys" : "Herstel cryptosleutels", + "Delete Encryption Keys" : "Verwijder cryptosleutels", + "Show storage location" : "Toon opslaglocatie", + "Show last log in" : "Toon laatste inlog", + "Login Name" : "Inlognaam", + "Create" : "Aanmaken", + "Admin Recovery Password" : "Beheer herstel wachtwoord", + "Enter the recovery password in order to recover the users files during password change" : "Voer het herstel wachtwoord in om de gebruikersbestanden terug te halen bij wachtwoordwijziging", + "Search Users and Groups" : "Zoeken naar gebruikers en groepen", + "Add Group" : "Toevoegen groep", + "Group" : "Groep", + "Everyone" : "Iedereen", + "Admins" : "Beheerders", + "Default Quota" : "Standaard limiet", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Geef de opslagquotering op (bijv. \"512 MB\" of \"12 GB\")", + "Unlimited" : "Ongelimiteerd", + "Other" : "Anders", + "Username" : "Gebruikersnaam", + "Group Admin for" : "Groepsbeheerder voor", + "Quota" : "Limieten", + "Storage Location" : "Opslaglocatie", + "Last Login" : "Laatste inlog", + "change full name" : "wijzigen volledige naam", + "set new password" : "Instellen nieuw wachtwoord", + "Default" : "Standaard" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json new file mode 100644 index 0000000000..9a94c74f42 --- /dev/null +++ b/settings/l10n/nl.json @@ -0,0 +1,238 @@ +{ "translations": { + "Enabled" : "Geactiveerd", + "Not enabled" : "Niet ingeschakeld", + "Recommended" : "Aanbevolen", + "Authentication error" : "Authenticatie fout", + "Your full name has been changed." : "Uw volledige naam is gewijzigd.", + "Unable to change full name" : "Kan de volledige naam niet wijzigen", + "Group already exists" : "Groep bestaat al", + "Unable to add group" : "Niet in staat om groep toe te voegen", + "Files decrypted successfully" : "Bestanden succesvol ontsleuteld", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Kon uw bestanden niet ontsleutelem. Controleer uw owncloud logs of vraag het uw beheerder", + "Couldn't decrypt your files, check your password and try again" : "Kon uw bestanden niet ontsleutelen. Controleer uw wachtwoord en probeer het opnieuw", + "Encryption keys deleted permanently" : "Cryptosleutels permanent verwijderd", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Kom uw cryptosleutels niet permanent verwijderen. Controleer uw owncloud.log, of neem contact op met uw beheerder.", + "Couldn't remove app." : "Kon app niet verwijderen.", + "Email saved" : "E-mail bewaard", + "Invalid email" : "Ongeldige e-mail", + "Unable to delete group" : "Niet in staat om groep te verwijderen", + "Unable to delete user" : "Niet in staat om gebruiker te verwijderen", + "Backups restored successfully" : "Backup succesvol terggezet", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Kon uw cryptosleutels niet herstellen. Controleer uw owncloud.log of neem contact op met uw beheerder", + "Language changed" : "Taal aangepast", + "Invalid request" : "Ongeldige aanvraag", + "Admins can't remove themself from the admin group" : "Admins kunnen zichzelf niet uit de admin groep verwijderen", + "Unable to add user to group %s" : "Niet in staat om gebruiker toe te voegen aan groep %s", + "Unable to remove user from group %s" : "Niet in staat om gebruiker te verwijderen uit groep %s", + "Couldn't update app." : "Kon de app niet bijwerken.", + "Wrong password" : "Onjuist wachtwoord", + "No user supplied" : "Geen gebruiker opgegeven", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Voer een beheerdersherstelwachtwoord in, anders zullen alle gebruikersgegevens verloren gaan", + "Wrong admin recovery password. Please check the password and try again." : "Onjuist beheerdersherstelwachtwoord. Controleer het wachtwoord en probeer het opnieuw.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "De Back-end ondersteunt geen wachtwoordwijzigingen, maar de cryptosleutel van de gebruiker is succesvol bijgewerkt.", + "Unable to change password" : "Kan wachtwoord niet wijzigen", + "Saved" : "Bewaard", + "test email settings" : "test e-mailinstellingen", + "If you received this email, the settings seem to be correct." : "Als u dit e-mailbericht ontvangt, lijken de instellingen juist.", + "A problem occurred while sending the email. Please revise your settings." : "Er ontstond een probleem bij het versturen van de e-mail. Controleer uw instellingen.", + "Email sent" : "E-mail verzonden", + "You need to set your user email before being able to send test emails." : "U moet uw e-mailadres invoeren voordat u testberichten kunt versturen.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Weet u zeker dat u \"{domain}\" als een vertrouwd domein wilt toevoegen?", + "Add trusted domain" : "Vertrouwd domein toevoegen", + "Sending..." : "Versturen...", + "All" : "Alle", + "Please wait...." : "Even geduld aub....", + "Error while disabling app" : "Fout tijdens het uitzetten van het programma", + "Disable" : "Uitschakelen", + "Enable" : "Activeer", + "Error while enabling app" : "Fout tijdens het aanzetten van het programma", + "Updating...." : "Bijwerken....", + "Error while updating app" : "Fout bij bijwerken app", + "Updated" : "Bijgewerkt", + "Uninstalling ...." : "De-installeren ...", + "Error while uninstalling app" : "Fout bij de-installeren app", + "Uninstall" : "De-installeren", + "Select a profile picture" : "Kies een profielafbeelding", + "Very weak password" : "Zeer zwak wachtwoord", + "Weak password" : "Zwak wachtwoord", + "So-so password" : "Matig wachtwoord", + "Good password" : "Goed wachtwoord", + "Strong password" : "Sterk wachtwoord", + "Valid until {date}" : "Geldig tot {date}", + "Delete" : "Verwijder", + "Decrypting files... Please wait, this can take some time." : "Bestanden worden gedecodeerd... Even geduld alstublieft, dit kan even duren.", + "Delete encryption keys permanently." : "Verwijder de encryptiesleutels permanent", + "Restore encryption keys." : "Herstel de encryptiesleutels", + "Groups" : "Groepen", + "Unable to delete {objName}" : "Kan {objName} niet verwijderen", + "Error creating group" : "Fout bij aanmaken groep", + "A valid group name must be provided" : "Er moet een geldige groepsnaam worden opgegeven", + "deleted {groupName}" : "verwijderd {groupName}", + "undo" : "ongedaan maken", + "no group" : "geen groep", + "never" : "geen", + "deleted {userName}" : "verwijderd {userName}", + "add group" : "toevoegen groep", + "A valid username must be provided" : "Er moet een geldige gebruikersnaam worden opgegeven", + "Error creating user" : "Fout bij aanmaken gebruiker", + "A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven", + "Warning: Home directory for user \"{user}\" already exists" : "Waarschuwing: Home directory voor gebruiker \"{user}\" bestaat al", + "__language_name__" : "Nederlands", + "Personal Info" : "Persoonlijke info", + "SSL root certificates" : "SSL root certificaten", + "Encryption" : "Versleuteling", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale problemen, fouten, waarschuwingen, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, waarschuwingen, fouten en fatale problemen", + "Warnings, errors and fatal issues" : "Waarschuwingen, fouten en fatale problemen", + "Errors and fatal issues" : "Fouten en fatale problemen", + "Fatal issues only" : "Alleen fatale problemen", + "None" : "Geen", + "Login" : "Login", + "Plain" : "Gewoon", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Beveiligingswaarschuwing", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "U bent met %s verbonden over HTTP. We adviseren met klem uw server zo te configureren dat alleen HTTPS kan worden gebruikt.", + "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." : "Uw data folder en uw bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om uw webserver zodanig te configureren, dat de datamap niet bereikbaar is vanaf het internet of om uw datamap te verplaatsen naar een locatie buiten de document root van de webserver.", + "Setup Warning" : "Instellingswaarschuwing", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kernmodules onbruikbaar.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.", + "Database Performance Info" : "Database Performance Info", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite wordt gebruikt als database. Voor grotere installaties adviseren we dit aan te passen. Om te migreren naar een andere database moet u deze commandoregel tool gebruiken: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Module 'fileinfo' ontbreekt", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor mime-type detectie.", + "Your PHP version is outdated" : "Uw PHP versie is verouderd", + "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." : "Uw PHP versie is verouderd. We adviseren met klem om bij te werken naar versie 5.3.8 of later, omdat oudere versies corrupt kunnen zijn. Het is mogelijk dat deze installatie niet goed werkt.", + "PHP charset is not set to UTF-8" : "PHP characterset is niet ingesteld op UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP characterset is niet ingesteld op UTF-8. Dit kan flinke problemen opleveren met niet-ASCII tekens in bestandsnamen. We adviseren om de waarde van 'default_charset' in php.ini te wijzigen in 'UTF-8'.", + "Locale not working" : "Taalbestand werkt niet", + "System locale can not be set to a one which supports UTF-8." : "De systeemtaal kan niet worden ingesteld op een taal die UTF-8 ondersteunt.", + "This means that there might be problems with certain characters in file names." : "Dat betekent dat er problemen kunnen optreden met bepaalde tekens in bestandsnamen.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "We adviseren met klem om de noodzakelijke pakketten op uw systeem te installeren om een van de volgende talen te ondersteunen: %s.", + "URL generation in notification emails" : "URL genereren in notificatie e-mails", + "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\")" : "Als uw installatie niet in de hoofddirectory van het domein staat, maar wel cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou u de \"overwritewebroot\" optie in config.php moeten instellen op het webroot pad van uw ownCloud (aanbevolen: \"%s\") ", + "Connectivity checks" : "Verbindingscontroles", + "No problems found" : "Geen problemen gevonden", + "Please double check the installation guides." : "Controleer de installatiehandleiding goed.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Laatst uitgevoerde cron op %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Laatst uitgevoerde cron op %s. Dat is langer dan een uur geleden, er is iets fout gegaan.", + "Cron was not executed yet!" : "Cron is nog niet uitgevoerd!", + "Execute one task with each page loaded" : "Bij laden van elke pagina één taak uitvoeren", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Gebruik de systeem cron service om cron.php elke 15 minuten aan te roepen.", + "Sharing" : "Delen", + "Allow apps to use the Share API" : "Apps toestaan de Share API te gebruiken", + "Allow users to share via link" : "Sta gebruikers toe om te delen via een link", + "Enforce password protection" : "Dwing wachtwoordbeveiliging af", + "Allow public uploads" : "Sta publieke uploads toe", + "Set default expiration date" : "Stel standaard vervaldatum in", + "Expire after " : "Vervalt na", + "days" : "dagen", + "Enforce expiration date" : "Verplicht de vervaldatum", + "Allow resharing" : "Toestaan opnieuw delen", + "Restrict users to only share with users in their groups" : "Laat gebruikers alleen delen met andere gebruikers in hun groepen", + "Allow users to send mail notification for shared files" : "Sta gebruikers toe om e-mailnotificaties te versturen voor gedeelde bestanden", + "Exclude groups from sharing" : "Sluit groepen uit van delen", + "These groups will still be able to receive shares, but not to initiate them." : "Deze groepen kunnen gedeelde mappen bestanden ontvangen, maar kunnen ze niet starten.", + "Security" : "Beveiliging", + "Enforce HTTPS" : "Afdwingen HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Dwingt de clients om een versleutelde verbinding te maken met %s", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Maak verbinding naar uw %s via HTTPS om een geforceerde versleutelde verbinding in- of uit te schakelen.", + "Email Server" : "E-mailserver", + "This is used for sending out notifications." : "Dit wordt gestuurd voor het verzenden van meldingen.", + "Send mode" : "Verstuurmodus", + "From address" : "Afzenderadres", + "mail" : "e-mail", + "Authentication method" : "Authenticatiemethode", + "Authentication required" : "Authenticatie vereist", + "Server address" : "Server adres", + "Port" : "Poort", + "Credentials" : "Inloggegevens", + "SMTP Username" : "SMTP gebruikersnaam", + "SMTP Password" : "SMTP wachtwoord", + "Store credentials" : "Opslaan inloggegevens", + "Test email settings" : "Test e-mailinstellingen", + "Send email" : "Versturen e-mail", + "Log" : "Log", + "Log level" : "Log niveau", + "More" : "Meer", + "Less" : "Minder", + "Version" : "Versie", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Ontwikkeld door de ownCloud gemeenschap, de broncode is gelicenseerd onder de AGPL.", + "More apps" : "Meer applicaties", + "Add your app" : "Voeg uw app toe", + "by" : "door", + "licensed" : "gelicenseerd", + "Documentation:" : "Documentatie:", + "User Documentation" : "Gebruikersdocumentatie", + "Admin Documentation" : "Beheerdocumentatie", + "Update to %s" : "Bijgewerkt naar %s", + "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren", + "Uninstall App" : "De-installeren app", + "Administrator Documentation" : "Beheerdersdocumentatie", + "Online Documentation" : "Online documentatie", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Commerciële ondersteuning", + "Get the apps to sync your files" : "Download de apps om bestanden te synchroniseren", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Als u het project wilt ondersteunen\n\t\tontwikkel mee\n\t\tof\n\t\tverkondig het nieuws!", + "Show First Run Wizard again" : "Toon de Eerste start Wizard opnieuw", + "You have used %s of the available %s" : "U heeft %s gebruikt van de beschikbare %s", + "Password" : "Wachtwoord", + "Your password was changed" : "Je wachtwoord is veranderd", + "Unable to change your password" : "Niet in staat om uw wachtwoord te wijzigen", + "Current password" : "Huidig wachtwoord", + "New password" : "Nieuw", + "Change password" : "Wijzig wachtwoord", + "Full Name" : "Volledige naam", + "Email" : "E-mailadres", + "Your email address" : "Uw e-mailadres", + "Fill in an email address to enable password recovery and receive notifications" : "Vul een e-mailadres in om wachtwoordherstel mogelijk te maken en meldingen te ontvangen", + "Profile picture" : "Profielafbeelding", + "Upload new" : "Upload een nieuwe", + "Select new from Files" : "Selecteer een nieuwe vanuit bestanden", + "Remove image" : "Verwijder afbeelding", + "Either png or jpg. Ideally square but you will be able to crop it." : "Of png, of jpg. Bij voorkeur vierkant, maar u kunt de afbeelding bijsnijden.", + "Your avatar is provided by your original account." : "Uw avatar is verstrekt door uw originele account.", + "Cancel" : "Annuleer", + "Choose as profile image" : "Kies als profielafbeelding", + "Language" : "Taal", + "Help translate" : "Help met vertalen", + "Common Name" : "Common Name", + "Valid until" : "Geldig tot", + "Issued By" : "Uitgegeven door", + "Valid until %s" : "Geldig tot %s", + "Import Root Certificate" : "Importeer root certificaat", + "The encryption app is no longer enabled, please decrypt all your files" : "De crypto app is niet langer geactiveerd, u moet alle bestanden decrypten.", + "Log-in password" : "Inlog-wachtwoord", + "Decrypt all Files" : "Decodeer alle bestanden", + "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." : "Uw cryptosleutels zijn verplaatst naar een backup locatie. Als iets iets verkeerd ging, kunt u de sleutels herstellen. Verwijder ze alleen permanent als u zeker weet dat de bestanden goed zijn versleuteld.", + "Restore Encryption Keys" : "Herstel cryptosleutels", + "Delete Encryption Keys" : "Verwijder cryptosleutels", + "Show storage location" : "Toon opslaglocatie", + "Show last log in" : "Toon laatste inlog", + "Login Name" : "Inlognaam", + "Create" : "Aanmaken", + "Admin Recovery Password" : "Beheer herstel wachtwoord", + "Enter the recovery password in order to recover the users files during password change" : "Voer het herstel wachtwoord in om de gebruikersbestanden terug te halen bij wachtwoordwijziging", + "Search Users and Groups" : "Zoeken naar gebruikers en groepen", + "Add Group" : "Toevoegen groep", + "Group" : "Groep", + "Everyone" : "Iedereen", + "Admins" : "Beheerders", + "Default Quota" : "Standaard limiet", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Geef de opslagquotering op (bijv. \"512 MB\" of \"12 GB\")", + "Unlimited" : "Ongelimiteerd", + "Other" : "Anders", + "Username" : "Gebruikersnaam", + "Group Admin for" : "Groepsbeheerder voor", + "Quota" : "Limieten", + "Storage Location" : "Opslaglocatie", + "Last Login" : "Laatste inlog", + "change full name" : "wijzigen volledige naam", + "set new password" : "Instellen nieuw wachtwoord", + "Default" : "Standaard" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php deleted file mode 100644 index 081dc50c80..0000000000 --- a/settings/l10n/nl.php +++ /dev/null @@ -1,239 +0,0 @@ - "Geactiveerd", -"Not enabled" => "Niet ingeschakeld", -"Recommended" => "Aanbevolen", -"Authentication error" => "Authenticatie fout", -"Your full name has been changed." => "Uw volledige naam is gewijzigd.", -"Unable to change full name" => "Kan de volledige naam niet wijzigen", -"Group already exists" => "Groep bestaat al", -"Unable to add group" => "Niet in staat om groep toe te voegen", -"Files decrypted successfully" => "Bestanden succesvol ontsleuteld", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Kon uw bestanden niet ontsleutelem. Controleer uw owncloud logs of vraag het uw beheerder", -"Couldn't decrypt your files, check your password and try again" => "Kon uw bestanden niet ontsleutelen. Controleer uw wachtwoord en probeer het opnieuw", -"Encryption keys deleted permanently" => "Cryptosleutels permanent verwijderd", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Kom uw cryptosleutels niet permanent verwijderen. Controleer uw owncloud.log, of neem contact op met uw beheerder.", -"Couldn't remove app." => "Kon app niet verwijderen.", -"Email saved" => "E-mail bewaard", -"Invalid email" => "Ongeldige e-mail", -"Unable to delete group" => "Niet in staat om groep te verwijderen", -"Unable to delete user" => "Niet in staat om gebruiker te verwijderen", -"Backups restored successfully" => "Backup succesvol terggezet", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Kon uw cryptosleutels niet herstellen. Controleer uw owncloud.log of neem contact op met uw beheerder", -"Language changed" => "Taal aangepast", -"Invalid request" => "Ongeldige aanvraag", -"Admins can't remove themself from the admin group" => "Admins kunnen zichzelf niet uit de admin groep verwijderen", -"Unable to add user to group %s" => "Niet in staat om gebruiker toe te voegen aan groep %s", -"Unable to remove user from group %s" => "Niet in staat om gebruiker te verwijderen uit groep %s", -"Couldn't update app." => "Kon de app niet bijwerken.", -"Wrong password" => "Onjuist wachtwoord", -"No user supplied" => "Geen gebruiker opgegeven", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Voer een beheerdersherstelwachtwoord in, anders zullen alle gebruikersgegevens verloren gaan", -"Wrong admin recovery password. Please check the password and try again." => "Onjuist beheerdersherstelwachtwoord. Controleer het wachtwoord en probeer het opnieuw.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "De Back-end ondersteunt geen wachtwoordwijzigingen, maar de cryptosleutel van de gebruiker is succesvol bijgewerkt.", -"Unable to change password" => "Kan wachtwoord niet wijzigen", -"Saved" => "Bewaard", -"test email settings" => "test e-mailinstellingen", -"If you received this email, the settings seem to be correct." => "Als u dit e-mailbericht ontvangt, lijken de instellingen juist.", -"A problem occurred while sending the email. Please revise your settings." => "Er ontstond een probleem bij het versturen van de e-mail. Controleer uw instellingen.", -"Email sent" => "E-mail verzonden", -"You need to set your user email before being able to send test emails." => "U moet uw e-mailadres invoeren voordat u testberichten kunt versturen.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Weet u zeker dat u \"{domain}\" als een vertrouwd domein wilt toevoegen?", -"Add trusted domain" => "Vertrouwd domein toevoegen", -"Sending..." => "Versturen...", -"All" => "Alle", -"Please wait...." => "Even geduld aub....", -"Error while disabling app" => "Fout tijdens het uitzetten van het programma", -"Disable" => "Uitschakelen", -"Enable" => "Activeer", -"Error while enabling app" => "Fout tijdens het aanzetten van het programma", -"Updating...." => "Bijwerken....", -"Error while updating app" => "Fout bij bijwerken app", -"Updated" => "Bijgewerkt", -"Uninstalling ...." => "De-installeren ...", -"Error while uninstalling app" => "Fout bij de-installeren app", -"Uninstall" => "De-installeren", -"Select a profile picture" => "Kies een profielafbeelding", -"Very weak password" => "Zeer zwak wachtwoord", -"Weak password" => "Zwak wachtwoord", -"So-so password" => "Matig wachtwoord", -"Good password" => "Goed wachtwoord", -"Strong password" => "Sterk wachtwoord", -"Valid until {date}" => "Geldig tot {date}", -"Delete" => "Verwijder", -"Decrypting files... Please wait, this can take some time." => "Bestanden worden gedecodeerd... Even geduld alstublieft, dit kan even duren.", -"Delete encryption keys permanently." => "Verwijder de encryptiesleutels permanent", -"Restore encryption keys." => "Herstel de encryptiesleutels", -"Groups" => "Groepen", -"Unable to delete {objName}" => "Kan {objName} niet verwijderen", -"Error creating group" => "Fout bij aanmaken groep", -"A valid group name must be provided" => "Er moet een geldige groepsnaam worden opgegeven", -"deleted {groupName}" => "verwijderd {groupName}", -"undo" => "ongedaan maken", -"no group" => "geen groep", -"never" => "geen", -"deleted {userName}" => "verwijderd {userName}", -"add group" => "toevoegen groep", -"A valid username must be provided" => "Er moet een geldige gebruikersnaam worden opgegeven", -"Error creating user" => "Fout bij aanmaken gebruiker", -"A valid password must be provided" => "Er moet een geldig wachtwoord worden opgegeven", -"Warning: Home directory for user \"{user}\" already exists" => "Waarschuwing: Home directory voor gebruiker \"{user}\" bestaat al", -"__language_name__" => "Nederlands", -"Personal Info" => "Persoonlijke info", -"SSL root certificates" => "SSL root certificaten", -"Encryption" => "Versleuteling", -"Everything (fatal issues, errors, warnings, info, debug)" => "Alles (fatale problemen, fouten, waarschuwingen, info, debug)", -"Info, warnings, errors and fatal issues" => "Info, waarschuwingen, fouten en fatale problemen", -"Warnings, errors and fatal issues" => "Waarschuwingen, fouten en fatale problemen", -"Errors and fatal issues" => "Fouten en fatale problemen", -"Fatal issues only" => "Alleen fatale problemen", -"None" => "Geen", -"Login" => "Login", -"Plain" => "Gewoon", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Beveiligingswaarschuwing", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "U bent met %s verbonden over HTTP. We adviseren met klem uw server zo te configureren dat alleen HTTPS kan worden gebruikt.", -"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." => "Uw data folder en uw bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om uw webserver zodanig te configureren, dat de datamap niet bereikbaar is vanaf het internet of om uw datamap te verplaatsen naar een locatie buiten de document root van de webserver.", -"Setup Warning" => "Instellingswaarschuwing", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kernmodules onbruikbaar.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.", -"Database Performance Info" => "Database Performance Info", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite wordt gebruikt als database. Voor grotere installaties adviseren we dit aan te passen. Om te migreren naar een andere database moet u deze commandoregel tool gebruiken: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Module 'fileinfo' ontbreekt", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor mime-type detectie.", -"Your PHP version is outdated" => "Uw PHP versie is verouderd", -"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." => "Uw PHP versie is verouderd. We adviseren met klem om bij te werken naar versie 5.3.8 of later, omdat oudere versies corrupt kunnen zijn. Het is mogelijk dat deze installatie niet goed werkt.", -"PHP charset is not set to UTF-8" => "PHP characterset is niet ingesteld op UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP characterset is niet ingesteld op UTF-8. Dit kan flinke problemen opleveren met niet-ASCII tekens in bestandsnamen. We adviseren om de waarde van 'default_charset' in php.ini te wijzigen in 'UTF-8'.", -"Locale not working" => "Taalbestand werkt niet", -"System locale can not be set to a one which supports UTF-8." => "De systeemtaal kan niet worden ingesteld op een taal die UTF-8 ondersteunt.", -"This means that there might be problems with certain characters in file names." => "Dat betekent dat er problemen kunnen optreden met bepaalde tekens in bestandsnamen.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "We adviseren met klem om de noodzakelijke pakketten op uw systeem te installeren om een van de volgende talen te ondersteunen: %s.", -"URL generation in notification emails" => "URL genereren in notificatie e-mails", -"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\")" => "Als uw installatie niet in de hoofddirectory van het domein staat, maar wel cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou u de \"overwritewebroot\" optie in config.php moeten instellen op het webroot pad van uw ownCloud (aanbevolen: \"%s\") ", -"Connectivity checks" => "Verbindingscontroles", -"No problems found" => "Geen problemen gevonden", -"Please double check the installation guides." => "Controleer de installatiehandleiding goed.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Laatst uitgevoerde cron op %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Laatst uitgevoerde cron op %s. Dat is langer dan een uur geleden, er is iets fout gegaan.", -"Cron was not executed yet!" => "Cron is nog niet uitgevoerd!", -"Execute one task with each page loaded" => "Bij laden van elke pagina één taak uitvoeren", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Gebruik de systeem cron service om cron.php elke 15 minuten aan te roepen.", -"Sharing" => "Delen", -"Allow apps to use the Share API" => "Apps toestaan de Share API te gebruiken", -"Allow users to share via link" => "Sta gebruikers toe om te delen via een link", -"Enforce password protection" => "Dwing wachtwoordbeveiliging af", -"Allow public uploads" => "Sta publieke uploads toe", -"Set default expiration date" => "Stel standaard vervaldatum in", -"Expire after " => "Vervalt na", -"days" => "dagen", -"Enforce expiration date" => "Verplicht de vervaldatum", -"Allow resharing" => "Toestaan opnieuw delen", -"Restrict users to only share with users in their groups" => "Laat gebruikers alleen delen met andere gebruikers in hun groepen", -"Allow users to send mail notification for shared files" => "Sta gebruikers toe om e-mailnotificaties te versturen voor gedeelde bestanden", -"Exclude groups from sharing" => "Sluit groepen uit van delen", -"These groups will still be able to receive shares, but not to initiate them." => "Deze groepen kunnen gedeelde mappen bestanden ontvangen, maar kunnen ze niet starten.", -"Security" => "Beveiliging", -"Enforce HTTPS" => "Afdwingen HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Dwingt de clients om een versleutelde verbinding te maken met %s", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Maak verbinding naar uw %s via HTTPS om een geforceerde versleutelde verbinding in- of uit te schakelen.", -"Email Server" => "E-mailserver", -"This is used for sending out notifications." => "Dit wordt gestuurd voor het verzenden van meldingen.", -"Send mode" => "Verstuurmodus", -"From address" => "Afzenderadres", -"mail" => "e-mail", -"Authentication method" => "Authenticatiemethode", -"Authentication required" => "Authenticatie vereist", -"Server address" => "Server adres", -"Port" => "Poort", -"Credentials" => "Inloggegevens", -"SMTP Username" => "SMTP gebruikersnaam", -"SMTP Password" => "SMTP wachtwoord", -"Store credentials" => "Opslaan inloggegevens", -"Test email settings" => "Test e-mailinstellingen", -"Send email" => "Versturen e-mail", -"Log" => "Log", -"Log level" => "Log niveau", -"More" => "Meer", -"Less" => "Minder", -"Version" => "Versie", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Ontwikkeld door de ownCloud gemeenschap, de broncode is gelicenseerd onder de AGPL.", -"More apps" => "Meer applicaties", -"Add your app" => "Voeg uw app toe", -"by" => "door", -"licensed" => "gelicenseerd", -"Documentation:" => "Documentatie:", -"User Documentation" => "Gebruikersdocumentatie", -"Admin Documentation" => "Beheerdocumentatie", -"Update to %s" => "Bijgewerkt naar %s", -"Enable only for specific groups" => "Alleen voor bepaalde groepen activeren", -"Uninstall App" => "De-installeren app", -"Administrator Documentation" => "Beheerdersdocumentatie", -"Online Documentation" => "Online documentatie", -"Forum" => "Forum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Commerciële ondersteuning", -"Get the apps to sync your files" => "Download de apps om bestanden te synchroniseren", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Als u het project wilt ondersteunen\n\t\tontwikkel mee\n\t\tof\n\t\tverkondig het nieuws!", -"Show First Run Wizard again" => "Toon de Eerste start Wizard opnieuw", -"You have used %s of the available %s" => "U heeft %s gebruikt van de beschikbare %s", -"Password" => "Wachtwoord", -"Your password was changed" => "Je wachtwoord is veranderd", -"Unable to change your password" => "Niet in staat om uw wachtwoord te wijzigen", -"Current password" => "Huidig wachtwoord", -"New password" => "Nieuw", -"Change password" => "Wijzig wachtwoord", -"Full Name" => "Volledige naam", -"Email" => "E-mailadres", -"Your email address" => "Uw e-mailadres", -"Fill in an email address to enable password recovery and receive notifications" => "Vul een e-mailadres in om wachtwoordherstel mogelijk te maken en meldingen te ontvangen", -"Profile picture" => "Profielafbeelding", -"Upload new" => "Upload een nieuwe", -"Select new from Files" => "Selecteer een nieuwe vanuit bestanden", -"Remove image" => "Verwijder afbeelding", -"Either png or jpg. Ideally square but you will be able to crop it." => "Of png, of jpg. Bij voorkeur vierkant, maar u kunt de afbeelding bijsnijden.", -"Your avatar is provided by your original account." => "Uw avatar is verstrekt door uw originele account.", -"Cancel" => "Annuleer", -"Choose as profile image" => "Kies als profielafbeelding", -"Language" => "Taal", -"Help translate" => "Help met vertalen", -"Common Name" => "Common Name", -"Valid until" => "Geldig tot", -"Issued By" => "Uitgegeven door", -"Valid until %s" => "Geldig tot %s", -"Import Root Certificate" => "Importeer root certificaat", -"The encryption app is no longer enabled, please decrypt all your files" => "De crypto app is niet langer geactiveerd, u moet alle bestanden decrypten.", -"Log-in password" => "Inlog-wachtwoord", -"Decrypt all Files" => "Decodeer alle bestanden", -"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." => "Uw cryptosleutels zijn verplaatst naar een backup locatie. Als iets iets verkeerd ging, kunt u de sleutels herstellen. Verwijder ze alleen permanent als u zeker weet dat de bestanden goed zijn versleuteld.", -"Restore Encryption Keys" => "Herstel cryptosleutels", -"Delete Encryption Keys" => "Verwijder cryptosleutels", -"Show storage location" => "Toon opslaglocatie", -"Show last log in" => "Toon laatste inlog", -"Login Name" => "Inlognaam", -"Create" => "Aanmaken", -"Admin Recovery Password" => "Beheer herstel wachtwoord", -"Enter the recovery password in order to recover the users files during password change" => "Voer het herstel wachtwoord in om de gebruikersbestanden terug te halen bij wachtwoordwijziging", -"Search Users and Groups" => "Zoeken naar gebruikers en groepen", -"Add Group" => "Toevoegen groep", -"Group" => "Groep", -"Everyone" => "Iedereen", -"Admins" => "Beheerders", -"Default Quota" => "Standaard limiet", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Geef de opslagquotering op (bijv. \"512 MB\" of \"12 GB\")", -"Unlimited" => "Ongelimiteerd", -"Other" => "Anders", -"Username" => "Gebruikersnaam", -"Group Admin for" => "Groepsbeheerder voor", -"Quota" => "Limieten", -"Storage Location" => "Opslaglocatie", -"Last Login" => "Laatste inlog", -"change full name" => "wijzigen volledige naam", -"set new password" => "Instellen nieuw wachtwoord", -"Default" => "Standaard" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/nn_NO.js b/settings/l10n/nn_NO.js new file mode 100644 index 0000000000..477b81d6b4 --- /dev/null +++ b/settings/l10n/nn_NO.js @@ -0,0 +1,113 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Autentiseringsfeil", + "Group already exists" : "Gruppa finst allereie", + "Unable to add group" : "Klarte ikkje leggja til gruppa", + "Email saved" : "E-postadresse lagra", + "Invalid email" : "Ugyldig e-postadresse", + "Unable to delete group" : "Klarte ikkje å sletta gruppa", + "Unable to delete user" : "Klarte ikkje sletta brukaren", + "Language changed" : "Språk endra", + "Invalid request" : "Ugyldig førespurnad", + "Admins can't remove themself from the admin group" : "Administratorar kan ikkje fjerna seg sjølve frå admin-gruppa", + "Unable to add user to group %s" : "Klarte ikkje leggja til brukaren til gruppa %s", + "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.", + "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", + "Email sent" : "E-post sendt", + "All" : "Alle", + "Please wait...." : "Ver venleg og vent …", + "Error while disabling app" : "Klarte ikkje å skru av programmet", + "Disable" : "Slå av", + "Enable" : "Slå på", + "Error while enabling app" : "Klarte ikkje å skru på programmet", + "Updating...." : "Oppdaterer …", + "Error while updating app" : "Feil ved oppdatering av app", + "Updated" : "Oppdatert", + "Select a profile picture" : "Vel eit profilbilete", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "Delete" : "Slett", + "Decrypting files... Please wait, this can take some time." : "Dekrypterer filer … Ver venleg og vent, dette kan ta ei stund.", + "Groups" : "Grupper", + "undo" : "angra", + "never" : "aldri", + "add group" : "legg til gruppe", + "A valid username must be provided" : "Du må oppgje eit gyldig brukarnamn", + "Error creating user" : "Feil ved oppretting av brukar", + "A valid password must be provided" : "Du må oppgje eit gyldig passord", + "__language_name__" : "Nynorsk", + "Encryption" : "Kryptering", + "Login" : "Logg inn", + "Security Warning" : "Tryggleiksåtvaring", + "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." : "Datamappa og filene dine er sannsynlegvis leselege frå nettet. Fila .htaccess fungerer ikkje. Me rår deg sterkt til å konfigurera vevtenaren din sånn at datamappa di ikkje lenger er tilgjengeleg; alternativt kan du flytta datamappa ut av dokumentrot til vevtenaren.", + "Setup Warning" : "Oppsettsåtvaring", + "Module 'fileinfo' missing" : "Modulen «fileinfo» manglar", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-modulen «fileinfo» manglar. Me rår sterkt til å slå på denne modulen for å best mogleg oppdaga MIME-typar.", + "Locale not working" : "Regionaldata fungerer ikkje", + "Please double check the installation guides." : "Ver venleg og dobbeltsjekk installasjonsrettleiinga.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Utfør éi oppgåve for kvar sidelasting", + "Sharing" : "Deling", + "Allow apps to use the Share API" : "La app-ar bruka API-et til deling", + "Allow public uploads" : "Tillat offentlege opplastingar", + "Allow resharing" : "Tillat vidaredeling", + "Security" : "Tryggleik", + "Enforce HTTPS" : "Krev HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Tvingar klientar til å kopla til %s med ei kryptert tilkopling.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Ver venleg å kopla til %s med HTTPS (eller skru av SSL-kravet).", + "Server address" : "Tenaradresse", + "Log" : "Logg", + "Log level" : "Log nivå", + "More" : "Meir", + "Less" : "Mindre", + "Version" : "Utgåve", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Kjeldekoden, utvikla av ownCloud-fellesskapet, er lisensiert under AGPL.", + "by" : "av", + "User Documentation" : "Brukardokumentasjon", + "Administrator Documentation" : "Administratordokumentasjon", + "Online Documentation" : "Dokumentasjon på nett", + "Forum" : "Forum", + "Bugtracker" : "Feilsporar", + "Commercial Support" : "Betalt brukarstøtte", + "Get the apps to sync your files" : "Få app-ar som kan synkronisera filene dine", + "Show First Run Wizard again" : "Vis Oppstartvegvisaren igjen", + "You have used %s of the available %s" : "Du har brukt %s av dine tilgjengelege %s", + "Password" : "Passord", + "Your password was changed" : "Passordet ditt er endra", + "Unable to change your password" : "Klarte ikkje endra passordet", + "Current password" : "Passord", + "New password" : "Nytt passord", + "Change password" : "Endra passord", + "Email" : "E-post", + "Your email address" : "Di epost-adresse", + "Profile picture" : "Profilbilete", + "Upload new" : "Last opp ny", + "Select new from Files" : "Vel ny frå Filer", + "Remove image" : "Fjern bilete", + "Either png or jpg. Ideally square but you will be able to crop it." : "Anten PNG eller JPG. Helst kvadratisk, men du får moglegheita til å beskjera det.", + "Cancel" : "Avbryt", + "Choose as profile image" : "Vel som profilbilete", + "Language" : "Språk", + "Help translate" : "Hjelp oss å omsetja", + "Log-in password" : "Innloggingspassord", + "Decrypt all Files" : "Dekrypter alle filene", + "Login Name" : "Innloggingsnamn", + "Create" : "Lag", + "Admin Recovery Password" : "Gjenopprettingspassord for administrator", + "Enter the recovery password in order to recover the users files during password change" : "Skriv inn gjenopprettingspassordet brukt for å gjenoppretta brukarfilene ved passordendring", + "Group" : "Gruppe", + "Unlimited" : "Ubegrensa", + "Other" : "Anna", + "Username" : "Brukarnamn", + "Quota" : "Kvote", + "set new password" : "lag nytt passord", + "Default" : "Standard" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/nn_NO.json b/settings/l10n/nn_NO.json new file mode 100644 index 0000000000..8971c913a4 --- /dev/null +++ b/settings/l10n/nn_NO.json @@ -0,0 +1,111 @@ +{ "translations": { + "Authentication error" : "Autentiseringsfeil", + "Group already exists" : "Gruppa finst allereie", + "Unable to add group" : "Klarte ikkje leggja til gruppa", + "Email saved" : "E-postadresse lagra", + "Invalid email" : "Ugyldig e-postadresse", + "Unable to delete group" : "Klarte ikkje å sletta gruppa", + "Unable to delete user" : "Klarte ikkje sletta brukaren", + "Language changed" : "Språk endra", + "Invalid request" : "Ugyldig førespurnad", + "Admins can't remove themself from the admin group" : "Administratorar kan ikkje fjerna seg sjølve frå admin-gruppa", + "Unable to add user to group %s" : "Klarte ikkje leggja til brukaren til gruppa %s", + "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.", + "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", + "Email sent" : "E-post sendt", + "All" : "Alle", + "Please wait...." : "Ver venleg og vent …", + "Error while disabling app" : "Klarte ikkje å skru av programmet", + "Disable" : "Slå av", + "Enable" : "Slå på", + "Error while enabling app" : "Klarte ikkje å skru på programmet", + "Updating...." : "Oppdaterer …", + "Error while updating app" : "Feil ved oppdatering av app", + "Updated" : "Oppdatert", + "Select a profile picture" : "Vel eit profilbilete", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "Delete" : "Slett", + "Decrypting files... Please wait, this can take some time." : "Dekrypterer filer … Ver venleg og vent, dette kan ta ei stund.", + "Groups" : "Grupper", + "undo" : "angra", + "never" : "aldri", + "add group" : "legg til gruppe", + "A valid username must be provided" : "Du må oppgje eit gyldig brukarnamn", + "Error creating user" : "Feil ved oppretting av brukar", + "A valid password must be provided" : "Du må oppgje eit gyldig passord", + "__language_name__" : "Nynorsk", + "Encryption" : "Kryptering", + "Login" : "Logg inn", + "Security Warning" : "Tryggleiksåtvaring", + "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." : "Datamappa og filene dine er sannsynlegvis leselege frå nettet. Fila .htaccess fungerer ikkje. Me rår deg sterkt til å konfigurera vevtenaren din sånn at datamappa di ikkje lenger er tilgjengeleg; alternativt kan du flytta datamappa ut av dokumentrot til vevtenaren.", + "Setup Warning" : "Oppsettsåtvaring", + "Module 'fileinfo' missing" : "Modulen «fileinfo» manglar", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-modulen «fileinfo» manglar. Me rår sterkt til å slå på denne modulen for å best mogleg oppdaga MIME-typar.", + "Locale not working" : "Regionaldata fungerer ikkje", + "Please double check the installation guides." : "Ver venleg og dobbeltsjekk installasjonsrettleiinga.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Utfør éi oppgåve for kvar sidelasting", + "Sharing" : "Deling", + "Allow apps to use the Share API" : "La app-ar bruka API-et til deling", + "Allow public uploads" : "Tillat offentlege opplastingar", + "Allow resharing" : "Tillat vidaredeling", + "Security" : "Tryggleik", + "Enforce HTTPS" : "Krev HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Tvingar klientar til å kopla til %s med ei kryptert tilkopling.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Ver venleg å kopla til %s med HTTPS (eller skru av SSL-kravet).", + "Server address" : "Tenaradresse", + "Log" : "Logg", + "Log level" : "Log nivå", + "More" : "Meir", + "Less" : "Mindre", + "Version" : "Utgåve", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Kjeldekoden, utvikla av ownCloud-fellesskapet, er lisensiert under AGPL.", + "by" : "av", + "User Documentation" : "Brukardokumentasjon", + "Administrator Documentation" : "Administratordokumentasjon", + "Online Documentation" : "Dokumentasjon på nett", + "Forum" : "Forum", + "Bugtracker" : "Feilsporar", + "Commercial Support" : "Betalt brukarstøtte", + "Get the apps to sync your files" : "Få app-ar som kan synkronisera filene dine", + "Show First Run Wizard again" : "Vis Oppstartvegvisaren igjen", + "You have used %s of the available %s" : "Du har brukt %s av dine tilgjengelege %s", + "Password" : "Passord", + "Your password was changed" : "Passordet ditt er endra", + "Unable to change your password" : "Klarte ikkje endra passordet", + "Current password" : "Passord", + "New password" : "Nytt passord", + "Change password" : "Endra passord", + "Email" : "E-post", + "Your email address" : "Di epost-adresse", + "Profile picture" : "Profilbilete", + "Upload new" : "Last opp ny", + "Select new from Files" : "Vel ny frå Filer", + "Remove image" : "Fjern bilete", + "Either png or jpg. Ideally square but you will be able to crop it." : "Anten PNG eller JPG. Helst kvadratisk, men du får moglegheita til å beskjera det.", + "Cancel" : "Avbryt", + "Choose as profile image" : "Vel som profilbilete", + "Language" : "Språk", + "Help translate" : "Hjelp oss å omsetja", + "Log-in password" : "Innloggingspassord", + "Decrypt all Files" : "Dekrypter alle filene", + "Login Name" : "Innloggingsnamn", + "Create" : "Lag", + "Admin Recovery Password" : "Gjenopprettingspassord for administrator", + "Enter the recovery password in order to recover the users files during password change" : "Skriv inn gjenopprettingspassordet brukt for å gjenoppretta brukarfilene ved passordendring", + "Group" : "Gruppe", + "Unlimited" : "Ubegrensa", + "Other" : "Anna", + "Username" : "Brukarnamn", + "Quota" : "Kvote", + "set new password" : "lag nytt passord", + "Default" : "Standard" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/nn_NO.php b/settings/l10n/nn_NO.php deleted file mode 100644 index 7fd2eb96d8..0000000000 --- a/settings/l10n/nn_NO.php +++ /dev/null @@ -1,112 +0,0 @@ - "Autentiseringsfeil", -"Group already exists" => "Gruppa finst allereie", -"Unable to add group" => "Klarte ikkje leggja til gruppa", -"Email saved" => "E-postadresse lagra", -"Invalid email" => "Ugyldig e-postadresse", -"Unable to delete group" => "Klarte ikkje å sletta gruppa", -"Unable to delete user" => "Klarte ikkje sletta brukaren", -"Language changed" => "Språk endra", -"Invalid request" => "Ugyldig førespurnad", -"Admins can't remove themself from the admin group" => "Administratorar kan ikkje fjerna seg sjølve frå admin-gruppa", -"Unable to add user to group %s" => "Klarte ikkje leggja til brukaren til gruppa %s", -"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.", -"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", -"Email sent" => "E-post sendt", -"All" => "Alle", -"Please wait...." => "Ver venleg og vent …", -"Error while disabling app" => "Klarte ikkje å skru av programmet", -"Disable" => "Slå av", -"Enable" => "Slå på", -"Error while enabling app" => "Klarte ikkje å skru på programmet", -"Updating...." => "Oppdaterer …", -"Error while updating app" => "Feil ved oppdatering av app", -"Updated" => "Oppdatert", -"Select a profile picture" => "Vel eit profilbilete", -"Very weak password" => "Veldig svakt passord", -"Weak password" => "Svakt passord", -"Delete" => "Slett", -"Decrypting files... Please wait, this can take some time." => "Dekrypterer filer … Ver venleg og vent, dette kan ta ei stund.", -"Groups" => "Grupper", -"undo" => "angra", -"never" => "aldri", -"add group" => "legg til gruppe", -"A valid username must be provided" => "Du må oppgje eit gyldig brukarnamn", -"Error creating user" => "Feil ved oppretting av brukar", -"A valid password must be provided" => "Du må oppgje eit gyldig passord", -"__language_name__" => "Nynorsk", -"Encryption" => "Kryptering", -"Login" => "Logg inn", -"Security Warning" => "Tryggleiksåtvaring", -"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." => "Datamappa og filene dine er sannsynlegvis leselege frå nettet. Fila .htaccess fungerer ikkje. Me rår deg sterkt til å konfigurera vevtenaren din sånn at datamappa di ikkje lenger er tilgjengeleg; alternativt kan du flytta datamappa ut av dokumentrot til vevtenaren.", -"Setup Warning" => "Oppsettsåtvaring", -"Module 'fileinfo' missing" => "Modulen «fileinfo» manglar", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP-modulen «fileinfo» manglar. Me rår sterkt til å slå på denne modulen for å best mogleg oppdaga MIME-typar.", -"Locale not working" => "Regionaldata fungerer ikkje", -"Please double check the installation guides." => "Ver venleg og dobbeltsjekk installasjonsrettleiinga.", -"Cron" => "Cron", -"Execute one task with each page loaded" => "Utfør éi oppgåve for kvar sidelasting", -"Sharing" => "Deling", -"Allow apps to use the Share API" => "La app-ar bruka API-et til deling", -"Allow public uploads" => "Tillat offentlege opplastingar", -"Allow resharing" => "Tillat vidaredeling", -"Security" => "Tryggleik", -"Enforce HTTPS" => "Krev HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Tvingar klientar til å kopla til %s med ei kryptert tilkopling.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Ver venleg å kopla til %s med HTTPS (eller skru av SSL-kravet).", -"Server address" => "Tenaradresse", -"Log" => "Logg", -"Log level" => "Log nivå", -"More" => "Meir", -"Less" => "Mindre", -"Version" => "Utgåve", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Kjeldekoden, utvikla av ownCloud-fellesskapet, er lisensiert under AGPL.", -"by" => "av", -"User Documentation" => "Brukardokumentasjon", -"Administrator Documentation" => "Administratordokumentasjon", -"Online Documentation" => "Dokumentasjon på nett", -"Forum" => "Forum", -"Bugtracker" => "Feilsporar", -"Commercial Support" => "Betalt brukarstøtte", -"Get the apps to sync your files" => "Få app-ar som kan synkronisera filene dine", -"Show First Run Wizard again" => "Vis Oppstartvegvisaren igjen", -"You have used %s of the available %s" => "Du har brukt %s av dine tilgjengelege %s", -"Password" => "Passord", -"Your password was changed" => "Passordet ditt er endra", -"Unable to change your password" => "Klarte ikkje endra passordet", -"Current password" => "Passord", -"New password" => "Nytt passord", -"Change password" => "Endra passord", -"Email" => "E-post", -"Your email address" => "Di epost-adresse", -"Profile picture" => "Profilbilete", -"Upload new" => "Last opp ny", -"Select new from Files" => "Vel ny frå Filer", -"Remove image" => "Fjern bilete", -"Either png or jpg. Ideally square but you will be able to crop it." => "Anten PNG eller JPG. Helst kvadratisk, men du får moglegheita til å beskjera det.", -"Cancel" => "Avbryt", -"Choose as profile image" => "Vel som profilbilete", -"Language" => "Språk", -"Help translate" => "Hjelp oss å omsetja", -"Log-in password" => "Innloggingspassord", -"Decrypt all Files" => "Dekrypter alle filene", -"Login Name" => "Innloggingsnamn", -"Create" => "Lag", -"Admin Recovery Password" => "Gjenopprettingspassord for administrator", -"Enter the recovery password in order to recover the users files during password change" => "Skriv inn gjenopprettingspassordet brukt for å gjenoppretta brukarfilene ved passordendring", -"Group" => "Gruppe", -"Unlimited" => "Ubegrensa", -"Other" => "Anna", -"Username" => "Brukarnamn", -"Quota" => "Kvote", -"set new password" => "lag nytt passord", -"Default" => "Standard" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/oc.js b/settings/l10n/oc.js new file mode 100644 index 0000000000..ffc80bd4ec --- /dev/null +++ b/settings/l10n/oc.js @@ -0,0 +1,48 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Error d'autentificacion", + "Group already exists" : "Lo grop existís ja", + "Unable to add group" : "Pas capable d'apondre un grop", + "Email saved" : "Corrièl enregistrat", + "Invalid email" : "Corrièl incorrècte", + "Unable to delete group" : "Pas capable d'escafar un grop", + "Unable to delete user" : "Pas capable d'escafar un usancièr", + "Language changed" : "Lengas cambiadas", + "Invalid request" : "Demanda invalida", + "Unable to add user to group %s" : "Pas capable d'apondre un usancièr al grop %s", + "Unable to remove user from group %s" : "Pas capable de tira un usancièr del grop %s", + "Disable" : "Desactiva", + "Enable" : "Activa", + "Delete" : "Escafa", + "Groups" : "Grops", + "undo" : "defar", + "never" : "jamai", + "__language_name__" : "__language_name__", + "Login" : "Login", + "Security Warning" : "Avertiment de securitat", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Executa un prètfach amb cada pagina cargada", + "Sharing" : "Al partejar", + "Log" : "Jornal", + "More" : "Mai d'aquò", + "by" : "per", + "Password" : "Senhal", + "Your password was changed" : "Ton senhal a cambiat", + "Unable to change your password" : "Pas possible de cambiar ton senhal", + "Current password" : "Senhal en cors", + "New password" : "Senhal novèl", + "Change password" : "Cambia lo senhal", + "Email" : "Corrièl", + "Your email address" : "Ton adreiça de corrièl", + "Cancel" : "Annula", + "Language" : "Lenga", + "Help translate" : "Ajuda a la revirada", + "Login Name" : "Login", + "Create" : "Crea", + "Default Quota" : "Quota per defaut", + "Other" : "Autres", + "Username" : "Non d'usancièr", + "Quota" : "Quota" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/settings/l10n/oc.json b/settings/l10n/oc.json new file mode 100644 index 0000000000..edd8e90404 --- /dev/null +++ b/settings/l10n/oc.json @@ -0,0 +1,46 @@ +{ "translations": { + "Authentication error" : "Error d'autentificacion", + "Group already exists" : "Lo grop existís ja", + "Unable to add group" : "Pas capable d'apondre un grop", + "Email saved" : "Corrièl enregistrat", + "Invalid email" : "Corrièl incorrècte", + "Unable to delete group" : "Pas capable d'escafar un grop", + "Unable to delete user" : "Pas capable d'escafar un usancièr", + "Language changed" : "Lengas cambiadas", + "Invalid request" : "Demanda invalida", + "Unable to add user to group %s" : "Pas capable d'apondre un usancièr al grop %s", + "Unable to remove user from group %s" : "Pas capable de tira un usancièr del grop %s", + "Disable" : "Desactiva", + "Enable" : "Activa", + "Delete" : "Escafa", + "Groups" : "Grops", + "undo" : "defar", + "never" : "jamai", + "__language_name__" : "__language_name__", + "Login" : "Login", + "Security Warning" : "Avertiment de securitat", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Executa un prètfach amb cada pagina cargada", + "Sharing" : "Al partejar", + "Log" : "Jornal", + "More" : "Mai d'aquò", + "by" : "per", + "Password" : "Senhal", + "Your password was changed" : "Ton senhal a cambiat", + "Unable to change your password" : "Pas possible de cambiar ton senhal", + "Current password" : "Senhal en cors", + "New password" : "Senhal novèl", + "Change password" : "Cambia lo senhal", + "Email" : "Corrièl", + "Your email address" : "Ton adreiça de corrièl", + "Cancel" : "Annula", + "Language" : "Lenga", + "Help translate" : "Ajuda a la revirada", + "Login Name" : "Login", + "Create" : "Crea", + "Default Quota" : "Quota per defaut", + "Other" : "Autres", + "Username" : "Non d'usancièr", + "Quota" : "Quota" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/settings/l10n/oc.php b/settings/l10n/oc.php deleted file mode 100644 index 6c41061bbe..0000000000 --- a/settings/l10n/oc.php +++ /dev/null @@ -1,47 +0,0 @@ - "Error d'autentificacion", -"Group already exists" => "Lo grop existís ja", -"Unable to add group" => "Pas capable d'apondre un grop", -"Email saved" => "Corrièl enregistrat", -"Invalid email" => "Corrièl incorrècte", -"Unable to delete group" => "Pas capable d'escafar un grop", -"Unable to delete user" => "Pas capable d'escafar un usancièr", -"Language changed" => "Lengas cambiadas", -"Invalid request" => "Demanda invalida", -"Unable to add user to group %s" => "Pas capable d'apondre un usancièr al grop %s", -"Unable to remove user from group %s" => "Pas capable de tira un usancièr del grop %s", -"Disable" => "Desactiva", -"Enable" => "Activa", -"Delete" => "Escafa", -"Groups" => "Grops", -"undo" => "defar", -"never" => "jamai", -"__language_name__" => "__language_name__", -"Login" => "Login", -"Security Warning" => "Avertiment de securitat", -"Cron" => "Cron", -"Execute one task with each page loaded" => "Executa un prètfach amb cada pagina cargada", -"Sharing" => "Al partejar", -"Log" => "Jornal", -"More" => "Mai d'aquò", -"by" => "per", -"Password" => "Senhal", -"Your password was changed" => "Ton senhal a cambiat", -"Unable to change your password" => "Pas possible de cambiar ton senhal", -"Current password" => "Senhal en cors", -"New password" => "Senhal novèl", -"Change password" => "Cambia lo senhal", -"Email" => "Corrièl", -"Your email address" => "Ton adreiça de corrièl", -"Cancel" => "Annula", -"Language" => "Lenga", -"Help translate" => "Ajuda a la revirada", -"Login Name" => "Login", -"Create" => "Crea", -"Default Quota" => "Quota per defaut", -"Other" => "Autres", -"Username" => "Non d'usancièr", -"Quota" => "Quota" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/settings/l10n/pa.js b/settings/l10n/pa.js new file mode 100644 index 0000000000..ef0c5083b0 --- /dev/null +++ b/settings/l10n/pa.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "settings", + { + "Language changed" : "ਭਾਸ਼ਾ ਬਦਲੀ", + "Please wait...." : "...ਉਡੀਕੋ ਜੀ", + "Disable" : "ਬੰਦ", + "Enable" : "ਚਾਲੂ", + "Updating...." : "...ਅੱਪਡੇਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ", + "Updated" : "ਅੱਪਡੇਟ ਕੀਤਾ", + "Delete" : "ਹਟਾਓ", + "Groups" : "ਗਰੁੱਪ", + "undo" : "ਵਾਪਸ", + "add group" : "ਗਰੁੱਪ ਸ਼ਾਮਲ", + "__language_name__" : "__ਭਾਸ਼ਾ_ਨਾਂ__", + "Login" : "ਲਾਗਇਨ", + "Security Warning" : "ਸੁਰੱਖਿਆ ਚੇਤਾਵਨੀ", + "Setup Warning" : "ਸੈਟਅੱਪ ਚੇਤਾਵਨੀ", + "Server address" : "ਸਰਵਰ ਐਡਰੈਸ", + "Password" : "ਪਾਸਵਰ", + "Change password" : "ਪਾਸਵਰਡ ਬਦਲੋ", + "Cancel" : "ਰੱਦ ਕਰੋ", + "Login Name" : "ਲਾਗਇਨ", + "Username" : "ਯੂਜ਼ਰ-ਨਾਂ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/pa.json b/settings/l10n/pa.json new file mode 100644 index 0000000000..4f836b1b38 --- /dev/null +++ b/settings/l10n/pa.json @@ -0,0 +1,23 @@ +{ "translations": { + "Language changed" : "ਭਾਸ਼ਾ ਬਦਲੀ", + "Please wait...." : "...ਉਡੀਕੋ ਜੀ", + "Disable" : "ਬੰਦ", + "Enable" : "ਚਾਲੂ", + "Updating...." : "...ਅੱਪਡੇਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ", + "Updated" : "ਅੱਪਡੇਟ ਕੀਤਾ", + "Delete" : "ਹਟਾਓ", + "Groups" : "ਗਰੁੱਪ", + "undo" : "ਵਾਪਸ", + "add group" : "ਗਰੁੱਪ ਸ਼ਾਮਲ", + "__language_name__" : "__ਭਾਸ਼ਾ_ਨਾਂ__", + "Login" : "ਲਾਗਇਨ", + "Security Warning" : "ਸੁਰੱਖਿਆ ਚੇਤਾਵਨੀ", + "Setup Warning" : "ਸੈਟਅੱਪ ਚੇਤਾਵਨੀ", + "Server address" : "ਸਰਵਰ ਐਡਰੈਸ", + "Password" : "ਪਾਸਵਰ", + "Change password" : "ਪਾਸਵਰਡ ਬਦਲੋ", + "Cancel" : "ਰੱਦ ਕਰੋ", + "Login Name" : "ਲਾਗਇਨ", + "Username" : "ਯੂਜ਼ਰ-ਨਾਂ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/pa.php b/settings/l10n/pa.php deleted file mode 100644 index 2bfd1e4499..0000000000 --- a/settings/l10n/pa.php +++ /dev/null @@ -1,24 +0,0 @@ - "ਭਾਸ਼ਾ ਬਦਲੀ", -"Please wait...." => "...ਉਡੀਕੋ ਜੀ", -"Disable" => "ਬੰਦ", -"Enable" => "ਚਾਲੂ", -"Updating...." => "...ਅੱਪਡੇਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ", -"Updated" => "ਅੱਪਡੇਟ ਕੀਤਾ", -"Delete" => "ਹਟਾਓ", -"Groups" => "ਗਰੁੱਪ", -"undo" => "ਵਾਪਸ", -"add group" => "ਗਰੁੱਪ ਸ਼ਾਮਲ", -"__language_name__" => "__ਭਾਸ਼ਾ_ਨਾਂ__", -"Login" => "ਲਾਗਇਨ", -"Security Warning" => "ਸੁਰੱਖਿਆ ਚੇਤਾਵਨੀ", -"Setup Warning" => "ਸੈਟਅੱਪ ਚੇਤਾਵਨੀ", -"Server address" => "ਸਰਵਰ ਐਡਰੈਸ", -"Password" => "ਪਾਸਵਰ", -"Change password" => "ਪਾਸਵਰਡ ਬਦਲੋ", -"Cancel" => "ਰੱਦ ਕਰੋ", -"Login Name" => "ਲਾਗਇਨ", -"Username" => "ਯੂਜ਼ਰ-ਨਾਂ" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js new file mode 100644 index 0000000000..b1b88da266 --- /dev/null +++ b/settings/l10n/pl.js @@ -0,0 +1,230 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Włączone", + "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", + "Group already exists" : "Grupa już istnieje", + "Unable to add group" : "Nie można dodać grupy", + "Files decrypted successfully" : "Pliki zostały poprawnie zdeszyfrowane", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Nie można zdeszyfrować Twoich plików, proszę sprawdzić owncloud.log lub zapytać administratora", + "Couldn't decrypt your files, check your password and try again" : "Nie można zdeszyfrować Twoich plików, sprawdź swoje hasło i spróbuj ponownie", + "Encryption keys deleted permanently" : "Klucze szyfrujące zostały trwale usunięte", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Nie można trwale usunąć Twoich kluczy szyfrujących, proszę sprawdź owncloud.log lub zapytaj administratora", + "Couldn't remove app." : "Nie można usunąć aplikacji.", + "Email saved" : "E-mail zapisany", + "Invalid email" : "Nieprawidłowy e-mail", + "Unable to delete group" : "Nie można usunąć grupy", + "Unable to delete user" : "Nie można usunąć użytkownika", + "Backups restored successfully" : "Archiwum zostało prawidłowo przywrócone", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Nie można przywrócić kluczy szyfrujących, proszę sprawdzić owncloud.log lub zapytać administratora", + "Language changed" : "Zmieniono język", + "Invalid request" : "Nieprawidłowe żądanie", + "Admins can't remove themself from the admin group" : "Administratorzy nie mogą usunąć siebie samych z grupy administratorów", + "Unable to add user to group %s" : "Nie można dodać użytkownika do grupy %s", + "Unable to remove user from group %s" : "Nie można usunąć użytkownika z grupy %s", + "Couldn't update app." : "Nie można uaktualnić aplikacji.", + "Wrong password" : "Złe hasło", + "No user supplied" : "Niedostarczony użytkownik", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Podaj hasło odzyskiwania administratora, w przeciwnym razie wszystkie dane użytkownika zostaną utracone", + "Wrong admin recovery password. Please check the password and try again." : "Błędne hasło odzyskiwania. Sprawdź hasło i spróbuj ponownie.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Zaplecze nie obsługuje zmiany hasła, ale klucz szyfrowania użytkownika został pomyślnie zaktualizowany.", + "Unable to change password" : "Nie można zmienić hasła", + "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.", + "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ę?", + "Add trusted domain" : "Dodaj zaufaną domenę", + "Sending..." : "Wysyłam...", + "All" : "Wszystkie", + "Please wait...." : "Proszę czekać...", + "Error while disabling app" : "Błąd podczas wyłączania aplikacji", + "Disable" : "Wyłącz", + "Enable" : "Włącz", + "Error while enabling app" : "Błąd podczas włączania aplikacji", + "Updating...." : "Aktualizacja w toku...", + "Error while updating app" : "Błąd podczas aktualizacji aplikacji", + "Updated" : "Zaktualizowano", + "Uninstalling ...." : "Odinstalowywanie....", + "Error while uninstalling app" : "Błąd przy odinstalowywaniu aplikacji", + "Uninstall" : "Odinstaluj", + "Select a profile picture" : "Wybierz zdjęcie profilu", + "Very weak password" : "Bardzo słabe hasło", + "Weak password" : "Słabe hasło", + "So-so password" : "Mało skomplikowane hasło", + "Good password" : "Dobre hasło", + "Strong password" : "Mocne hasło", + "Valid until {date}" : "Ważny do {date}", + "Delete" : "Usuń", + "Decrypting files... Please wait, this can take some time." : "Odszyfrowuje pliki... Proszę czekać, to może zająć jakiś czas.", + "Delete encryption keys permanently." : "Usuń trwale klucze szyfrujące.", + "Restore encryption keys." : "Przywróć klucze szyfrujące.", + "Groups" : "Grupy", + "Unable to delete {objName}" : "Nie można usunąć {objName}", + "Error creating group" : "Błąd podczas tworzenia grupy", + "A valid group name must be provided" : "Należy podać prawidłową nazwę grupy", + "deleted {groupName}" : "usunięto {groupName}", + "undo" : "cofnij", + "never" : "nigdy", + "deleted {userName}" : "usunięto {userName}", + "add group" : "dodaj grupę", + "A valid username must be provided" : "Należy podać prawidłową nazwę użytkownika", + "Error creating user" : "Błąd podczas tworzenia użytkownika", + "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", + "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)", + "Info, warnings, errors and fatal issues" : "Informacje, ostrzeżenia, błędy i poważne problemy", + "Warnings, errors and fatal issues" : "Ostrzeżenia, błędy i poważne problemy", + "Errors and fatal issues" : "Błędy i poważne problemy", + "Fatal issues only" : "Tylko poważne problemy", + "None" : "Nic", + "Login" : "Login", + "Plain" : "Czysty tekst", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Ostrzeżenie o zabezpieczeniach", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Uzyskujesz dostęp do %s za pomocą protokołu HTTP. Zalecamy skonfigurować swój serwer z użyciem protokołu 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." : "Twój katalog danych i pliki są prawdopodobnie dostępne z Internetu. Plik .htaccess, który dostarcza ownCloud nie działa. Sugerujemy, aby skonfigurować serwer WWW w taki sposób, aby katalog danych nie był dostępny lub przenieść katalog danych poza główny katalog serwera WWW.", + "Setup Warning" : "Ostrzeżenia konfiguracji", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Wygląda na to, że ustawienia PHP ucinają bloki wklejonych dokumentów. To sprawi, że niektóre wbudowane aplikacje będą niedostępne.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dzieje się tak prawdopodobnie przez cache lub akcelerator taki jak Zend OPcache lub eAccelerator.", + "Database Performance Info" : "Informacja o wydajności bazy danych", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Jako baza danych został użyty SQLite. Dla większych instalacji doradzamy zmianę na inną. Aby zmigrować do innej bazy danych, użyj narzędzia linii poleceń: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Brak modułu „fileinfo”", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Brak modułu PHP „fileinfo”. Zalecamy włączenie tego modułu, aby uzyskać najlepsze wyniki podczas wykrywania typów MIME.", + "Your PHP version is outdated" : "Twoja wersja PHP jest za stara", + "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." : "Twoja wersja PHP jest za stara. Rekomendujemy przynajmniej wersje 5.3.8. Jeśli masz starsza wersję ownCloud może nie działać poprawnie.", + "PHP charset is not set to UTF-8" : "Kodowanie PHP nie jest ustawione na UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Zestaw znaków PHP nie jest ustawiony na UTF-8. Może to spowodować poważne problemy ze znakami non-ASCII w nazwach plików. Gorąco doradzamy zmianę wartości 'default_charset' w php.ini na 'UTF-8'.", + "Locale not working" : "Lokalizacja nie działa", + "System locale can not be set to a one which supports UTF-8." : "Ustawienia regionalne systemu nie można ustawić na jeden, który obsługuje UTF-8.", + "This means that there might be problems with certain characters in file names." : "Oznacza to, że mogą być problemy z niektórymi znakami w nazwach plików.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Zalecamy, aby zainstalować wymagane pakiety w systemie, jeden z następujących języków: %s.", + "URL generation in notification emails" : "Generowanie URL w powiadomieniach email", + "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\")" : "Jeśli Twoja instalacja nie jest zainstalowana w katalogu głównym serwera www, a system używa cron-a, mogą występować problemy z generowaniem URL-i. Aby uniknąć tych problemów, proszę ustawić opcję \"overwritewebroot\" w pliku config.php na ścieżkę z adresu www Twojej instalacji (Sugerowane: \"%s\")", + "Connectivity checks" : "Sprawdzanie łączności", + "No problems found" : "Nie ma żadnych problemów", + "Please double check the installation guides." : "Sprawdź podwójnie wskazówki instalacji.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Ostatni cron był uruchomiony %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Ostatni cron był uruchomiony %s. To jest więcej niż godzinę temu, wygląda na to, że coś jest nie tak.", + "Cron was not executed yet!" : "Cron nie został jeszcze uruchomiony!", + "Execute one task with each page loaded" : "Wykonuj jedno zadanie wraz z każdą wczytaną stroną", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php jest zarejestrowany w serwisie webcron do uruchamiania cron.php raz na 15 minut przez http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Użyj systemowej usługi cron do wywoływania cron.php co 15 minut.", + "Sharing" : "Udostępnianie", + "Allow apps to use the Share API" : "Zezwalaj aplikacjom na korzystanie z API udostępniania", + "Allow users to share via link" : "Pozwól użytkownikom współdzielić przez link", + "Enforce password protection" : "Wymuś zabezpieczenie hasłem", + "Allow public uploads" : "Pozwól na publiczne wczytywanie", + "Set default expiration date" : "Ustaw domyślną datę wygaśnięcia", + "Expire after " : "Wygaś po", + "days" : "dniach", + "Enforce expiration date" : "Wymuś datę wygaśnięcia", + "Allow resharing" : "Zezwalaj na ponowne udostępnianie", + "Restrict users to only share with users in their groups" : "Ogranicz użytkowników do współdzielenia wyłącznie pomiędzy użytkownikami swoich grup", + "Allow users to send mail notification for shared files" : "Zezwól użytkownikom na wysyłanie powiadomień email dla udostępnionych plików", + "Exclude groups from sharing" : "Wyklucz grupy z udostępniania", + "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogli otrzymywać udostępnione udziały, ale nie do ich inicjowania.", + "Security" : "Bezpieczeństwo", + "Enforce HTTPS" : "Wymuś HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Wymusza na klientach na łączenie się %s za pośrednictwem połączenia szyfrowanego.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Proszę połącz się do twojego %s za pośrednictwem protokołu HTTPS, aby włączyć lub wyłączyć stosowanie protokołu SSL.", + "Email Server" : "Serwer pocztowy", + "This is used for sending out notifications." : "To jest używane do wysyłania powiadomień", + "Send mode" : "Tryb wysyłki", + "From address" : "Z adresu", + "mail" : "mail", + "Authentication method" : "Metoda autentykacji", + "Authentication required" : "Wymagana autoryzacja", + "Server address" : "Adres Serwera", + "Port" : "Port", + "Credentials" : "Poświadczenia", + "SMTP Username" : "Użytkownik SMTP", + "SMTP Password" : "Hasło SMTP", + "Test email settings" : "Ustawienia testowej wiadomości", + "Send email" : "Wyślij email", + "Log" : "Logi", + "Log level" : "Poziom logów", + "More" : "Więcej", + "Less" : "Mniej", + "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", + "by" : "przez", + "Documentation:" : "Dokumentacja:", + "User Documentation" : "Dokumentacja użytkownika", + "Admin Documentation" : "Dokumentacja Administratora", + "Enable only for specific groups" : "Włącz tylko dla określonych grup", + "Uninstall App" : "Odinstaluj aplikację", + "Administrator Documentation" : "Dokumentacja administratora", + "Online Documentation" : "Dokumentacja online", + "Forum" : "Forum", + "Bugtracker" : "Zgłaszanie błędów", + "Commercial Support" : "Wsparcie komercyjne", + "Get the apps to sync your files" : "Pobierz aplikacje żeby synchronizować swoje pliki", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Jeśli chcesz wesprzeć projekt\n\t\tjoin development\n\t\tlub\n\t\tspread the word!", + "Show First Run Wizard again" : "Uruchom ponownie kreatora pierwszego uruchomienia", + "You have used %s of the available %s" : "Wykorzystujesz %s z dostępnych %s", + "Password" : "Hasło", + "Your password was changed" : "Twoje hasło zostało zmienione", + "Unable to change your password" : "Nie można zmienić hasła", + "Current password" : "Bieżące hasło", + "New password" : "Nowe hasło", + "Change password" : "Zmień hasło", + "Full Name" : "Pełna nazwa", + "Email" : "Email", + "Your email address" : "Twój adres e-mail", + "Fill in an email address to enable password recovery and receive notifications" : "Wypełnij adres email aby włączyć odzyskiwanie hasła oraz otrzymywać powiadomienia", + "Profile picture" : "Zdjęcie profilu", + "Upload new" : "Wczytaj nowe", + "Select new from Files" : "Wybierz nowe z plików", + "Remove image" : "Usuń zdjęcie", + "Either png or jpg. Ideally square but you will be able to crop it." : "Png lub jpg. Idealnie kwadratowy, ale będzie można je przyciąć.", + "Your avatar is provided by your original account." : "Twój awatar jest ustawiony jako domyślny.", + "Cancel" : "Anuluj", + "Choose as profile image" : "Wybierz zdjęcie profilu", + "Language" : "Język", + "Help translate" : "Pomóż w tłumaczeniu", + "Common Name" : "Nazwa CN", + "Valid until" : "Ważny do", + "Issued By" : "Wydany przez", + "Valid until %s" : "Ważny do %s", + "Import Root Certificate" : "Importuj główny certyfikat", + "The encryption app is no longer enabled, please decrypt all your files" : "Aplikacja szyfrowanie nie jest włączona, odszyfruj wszystkie plik", + "Log-in password" : "Hasło logowania", + "Decrypt all Files" : "Odszyfruj wszystkie pliki", + "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." : "Twoje klucze szyfrujące zostały przeniesione do lokalizacji archialnej. Jeśli coś poszło nie tak, możesz je przywrócić. Usuń je trwale tylko, gdy jesteś pewien(na), że wszystkie pliki zostały prawidłowo zdeszyfrowane.", + "Restore Encryption Keys" : "Przywróć klucze szyfrujące", + "Delete Encryption Keys" : "Usuń klucze szyfrujące", + "Show storage location" : "Pokaż miejsce przechowywania", + "Show last log in" : "Pokaż ostatni login", + "Login Name" : "Login", + "Create" : "Utwórz", + "Admin Recovery Password" : "Odzyskiwanie hasła administratora", + "Enter the recovery password in order to recover the users files during password change" : "Wpisz hasło odzyskiwania, aby odzyskać pliki użytkowników podczas zmiany hasła", + "Search Users and Groups" : "Przeszukuj użytkowników i grupy", + "Add Group" : "Dodaj grupę", + "Group" : "Grupa", + "Everyone" : "Wszyscy", + "Admins" : "Administratorzy", + "Default Quota" : "Domyślny udział", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Proszę ustawić ograniczenie zasobów (np. \"512 MB\" albo \"12 GB)", + "Unlimited" : "Bez limitu", + "Other" : "Inne", + "Username" : "Nazwa użytkownika", + "Quota" : "Udział", + "Storage Location" : "Lokalizacja magazynu", + "Last Login" : "Ostatnio zalogowany", + "change full name" : "Zmień pełna nazwę", + "set new password" : "ustaw nowe hasło", + "Default" : "Domyślny" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json new file mode 100644 index 0000000000..eb34091a7f --- /dev/null +++ b/settings/l10n/pl.json @@ -0,0 +1,228 @@ +{ "translations": { + "Enabled" : "Włączone", + "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", + "Group already exists" : "Grupa już istnieje", + "Unable to add group" : "Nie można dodać grupy", + "Files decrypted successfully" : "Pliki zostały poprawnie zdeszyfrowane", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Nie można zdeszyfrować Twoich plików, proszę sprawdzić owncloud.log lub zapytać administratora", + "Couldn't decrypt your files, check your password and try again" : "Nie można zdeszyfrować Twoich plików, sprawdź swoje hasło i spróbuj ponownie", + "Encryption keys deleted permanently" : "Klucze szyfrujące zostały trwale usunięte", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Nie można trwale usunąć Twoich kluczy szyfrujących, proszę sprawdź owncloud.log lub zapytaj administratora", + "Couldn't remove app." : "Nie można usunąć aplikacji.", + "Email saved" : "E-mail zapisany", + "Invalid email" : "Nieprawidłowy e-mail", + "Unable to delete group" : "Nie można usunąć grupy", + "Unable to delete user" : "Nie można usunąć użytkownika", + "Backups restored successfully" : "Archiwum zostało prawidłowo przywrócone", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Nie można przywrócić kluczy szyfrujących, proszę sprawdzić owncloud.log lub zapytać administratora", + "Language changed" : "Zmieniono język", + "Invalid request" : "Nieprawidłowe żądanie", + "Admins can't remove themself from the admin group" : "Administratorzy nie mogą usunąć siebie samych z grupy administratorów", + "Unable to add user to group %s" : "Nie można dodać użytkownika do grupy %s", + "Unable to remove user from group %s" : "Nie można usunąć użytkownika z grupy %s", + "Couldn't update app." : "Nie można uaktualnić aplikacji.", + "Wrong password" : "Złe hasło", + "No user supplied" : "Niedostarczony użytkownik", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Podaj hasło odzyskiwania administratora, w przeciwnym razie wszystkie dane użytkownika zostaną utracone", + "Wrong admin recovery password. Please check the password and try again." : "Błędne hasło odzyskiwania. Sprawdź hasło i spróbuj ponownie.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Zaplecze nie obsługuje zmiany hasła, ale klucz szyfrowania użytkownika został pomyślnie zaktualizowany.", + "Unable to change password" : "Nie można zmienić hasła", + "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.", + "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ę?", + "Add trusted domain" : "Dodaj zaufaną domenę", + "Sending..." : "Wysyłam...", + "All" : "Wszystkie", + "Please wait...." : "Proszę czekać...", + "Error while disabling app" : "Błąd podczas wyłączania aplikacji", + "Disable" : "Wyłącz", + "Enable" : "Włącz", + "Error while enabling app" : "Błąd podczas włączania aplikacji", + "Updating...." : "Aktualizacja w toku...", + "Error while updating app" : "Błąd podczas aktualizacji aplikacji", + "Updated" : "Zaktualizowano", + "Uninstalling ...." : "Odinstalowywanie....", + "Error while uninstalling app" : "Błąd przy odinstalowywaniu aplikacji", + "Uninstall" : "Odinstaluj", + "Select a profile picture" : "Wybierz zdjęcie profilu", + "Very weak password" : "Bardzo słabe hasło", + "Weak password" : "Słabe hasło", + "So-so password" : "Mało skomplikowane hasło", + "Good password" : "Dobre hasło", + "Strong password" : "Mocne hasło", + "Valid until {date}" : "Ważny do {date}", + "Delete" : "Usuń", + "Decrypting files... Please wait, this can take some time." : "Odszyfrowuje pliki... Proszę czekać, to może zająć jakiś czas.", + "Delete encryption keys permanently." : "Usuń trwale klucze szyfrujące.", + "Restore encryption keys." : "Przywróć klucze szyfrujące.", + "Groups" : "Grupy", + "Unable to delete {objName}" : "Nie można usunąć {objName}", + "Error creating group" : "Błąd podczas tworzenia grupy", + "A valid group name must be provided" : "Należy podać prawidłową nazwę grupy", + "deleted {groupName}" : "usunięto {groupName}", + "undo" : "cofnij", + "never" : "nigdy", + "deleted {userName}" : "usunięto {userName}", + "add group" : "dodaj grupę", + "A valid username must be provided" : "Należy podać prawidłową nazwę użytkownika", + "Error creating user" : "Błąd podczas tworzenia użytkownika", + "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", + "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)", + "Info, warnings, errors and fatal issues" : "Informacje, ostrzeżenia, błędy i poważne problemy", + "Warnings, errors and fatal issues" : "Ostrzeżenia, błędy i poważne problemy", + "Errors and fatal issues" : "Błędy i poważne problemy", + "Fatal issues only" : "Tylko poważne problemy", + "None" : "Nic", + "Login" : "Login", + "Plain" : "Czysty tekst", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Ostrzeżenie o zabezpieczeniach", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Uzyskujesz dostęp do %s za pomocą protokołu HTTP. Zalecamy skonfigurować swój serwer z użyciem protokołu 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." : "Twój katalog danych i pliki są prawdopodobnie dostępne z Internetu. Plik .htaccess, który dostarcza ownCloud nie działa. Sugerujemy, aby skonfigurować serwer WWW w taki sposób, aby katalog danych nie był dostępny lub przenieść katalog danych poza główny katalog serwera WWW.", + "Setup Warning" : "Ostrzeżenia konfiguracji", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Wygląda na to, że ustawienia PHP ucinają bloki wklejonych dokumentów. To sprawi, że niektóre wbudowane aplikacje będą niedostępne.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dzieje się tak prawdopodobnie przez cache lub akcelerator taki jak Zend OPcache lub eAccelerator.", + "Database Performance Info" : "Informacja o wydajności bazy danych", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Jako baza danych został użyty SQLite. Dla większych instalacji doradzamy zmianę na inną. Aby zmigrować do innej bazy danych, użyj narzędzia linii poleceń: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Brak modułu „fileinfo”", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Brak modułu PHP „fileinfo”. Zalecamy włączenie tego modułu, aby uzyskać najlepsze wyniki podczas wykrywania typów MIME.", + "Your PHP version is outdated" : "Twoja wersja PHP jest za stara", + "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." : "Twoja wersja PHP jest za stara. Rekomendujemy przynajmniej wersje 5.3.8. Jeśli masz starsza wersję ownCloud może nie działać poprawnie.", + "PHP charset is not set to UTF-8" : "Kodowanie PHP nie jest ustawione na UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Zestaw znaków PHP nie jest ustawiony na UTF-8. Może to spowodować poważne problemy ze znakami non-ASCII w nazwach plików. Gorąco doradzamy zmianę wartości 'default_charset' w php.ini na 'UTF-8'.", + "Locale not working" : "Lokalizacja nie działa", + "System locale can not be set to a one which supports UTF-8." : "Ustawienia regionalne systemu nie można ustawić na jeden, który obsługuje UTF-8.", + "This means that there might be problems with certain characters in file names." : "Oznacza to, że mogą być problemy z niektórymi znakami w nazwach plików.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Zalecamy, aby zainstalować wymagane pakiety w systemie, jeden z następujących języków: %s.", + "URL generation in notification emails" : "Generowanie URL w powiadomieniach email", + "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\")" : "Jeśli Twoja instalacja nie jest zainstalowana w katalogu głównym serwera www, a system używa cron-a, mogą występować problemy z generowaniem URL-i. Aby uniknąć tych problemów, proszę ustawić opcję \"overwritewebroot\" w pliku config.php na ścieżkę z adresu www Twojej instalacji (Sugerowane: \"%s\")", + "Connectivity checks" : "Sprawdzanie łączności", + "No problems found" : "Nie ma żadnych problemów", + "Please double check the installation guides." : "Sprawdź podwójnie wskazówki instalacji.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Ostatni cron był uruchomiony %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Ostatni cron był uruchomiony %s. To jest więcej niż godzinę temu, wygląda na to, że coś jest nie tak.", + "Cron was not executed yet!" : "Cron nie został jeszcze uruchomiony!", + "Execute one task with each page loaded" : "Wykonuj jedno zadanie wraz z każdą wczytaną stroną", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php jest zarejestrowany w serwisie webcron do uruchamiania cron.php raz na 15 minut przez http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Użyj systemowej usługi cron do wywoływania cron.php co 15 minut.", + "Sharing" : "Udostępnianie", + "Allow apps to use the Share API" : "Zezwalaj aplikacjom na korzystanie z API udostępniania", + "Allow users to share via link" : "Pozwól użytkownikom współdzielić przez link", + "Enforce password protection" : "Wymuś zabezpieczenie hasłem", + "Allow public uploads" : "Pozwól na publiczne wczytywanie", + "Set default expiration date" : "Ustaw domyślną datę wygaśnięcia", + "Expire after " : "Wygaś po", + "days" : "dniach", + "Enforce expiration date" : "Wymuś datę wygaśnięcia", + "Allow resharing" : "Zezwalaj na ponowne udostępnianie", + "Restrict users to only share with users in their groups" : "Ogranicz użytkowników do współdzielenia wyłącznie pomiędzy użytkownikami swoich grup", + "Allow users to send mail notification for shared files" : "Zezwól użytkownikom na wysyłanie powiadomień email dla udostępnionych plików", + "Exclude groups from sharing" : "Wyklucz grupy z udostępniania", + "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogli otrzymywać udostępnione udziały, ale nie do ich inicjowania.", + "Security" : "Bezpieczeństwo", + "Enforce HTTPS" : "Wymuś HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Wymusza na klientach na łączenie się %s za pośrednictwem połączenia szyfrowanego.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Proszę połącz się do twojego %s za pośrednictwem protokołu HTTPS, aby włączyć lub wyłączyć stosowanie protokołu SSL.", + "Email Server" : "Serwer pocztowy", + "This is used for sending out notifications." : "To jest używane do wysyłania powiadomień", + "Send mode" : "Tryb wysyłki", + "From address" : "Z adresu", + "mail" : "mail", + "Authentication method" : "Metoda autentykacji", + "Authentication required" : "Wymagana autoryzacja", + "Server address" : "Adres Serwera", + "Port" : "Port", + "Credentials" : "Poświadczenia", + "SMTP Username" : "Użytkownik SMTP", + "SMTP Password" : "Hasło SMTP", + "Test email settings" : "Ustawienia testowej wiadomości", + "Send email" : "Wyślij email", + "Log" : "Logi", + "Log level" : "Poziom logów", + "More" : "Więcej", + "Less" : "Mniej", + "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", + "by" : "przez", + "Documentation:" : "Dokumentacja:", + "User Documentation" : "Dokumentacja użytkownika", + "Admin Documentation" : "Dokumentacja Administratora", + "Enable only for specific groups" : "Włącz tylko dla określonych grup", + "Uninstall App" : "Odinstaluj aplikację", + "Administrator Documentation" : "Dokumentacja administratora", + "Online Documentation" : "Dokumentacja online", + "Forum" : "Forum", + "Bugtracker" : "Zgłaszanie błędów", + "Commercial Support" : "Wsparcie komercyjne", + "Get the apps to sync your files" : "Pobierz aplikacje żeby synchronizować swoje pliki", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Jeśli chcesz wesprzeć projekt\n\t\tjoin development\n\t\tlub\n\t\tspread the word!", + "Show First Run Wizard again" : "Uruchom ponownie kreatora pierwszego uruchomienia", + "You have used %s of the available %s" : "Wykorzystujesz %s z dostępnych %s", + "Password" : "Hasło", + "Your password was changed" : "Twoje hasło zostało zmienione", + "Unable to change your password" : "Nie można zmienić hasła", + "Current password" : "Bieżące hasło", + "New password" : "Nowe hasło", + "Change password" : "Zmień hasło", + "Full Name" : "Pełna nazwa", + "Email" : "Email", + "Your email address" : "Twój adres e-mail", + "Fill in an email address to enable password recovery and receive notifications" : "Wypełnij adres email aby włączyć odzyskiwanie hasła oraz otrzymywać powiadomienia", + "Profile picture" : "Zdjęcie profilu", + "Upload new" : "Wczytaj nowe", + "Select new from Files" : "Wybierz nowe z plików", + "Remove image" : "Usuń zdjęcie", + "Either png or jpg. Ideally square but you will be able to crop it." : "Png lub jpg. Idealnie kwadratowy, ale będzie można je przyciąć.", + "Your avatar is provided by your original account." : "Twój awatar jest ustawiony jako domyślny.", + "Cancel" : "Anuluj", + "Choose as profile image" : "Wybierz zdjęcie profilu", + "Language" : "Język", + "Help translate" : "Pomóż w tłumaczeniu", + "Common Name" : "Nazwa CN", + "Valid until" : "Ważny do", + "Issued By" : "Wydany przez", + "Valid until %s" : "Ważny do %s", + "Import Root Certificate" : "Importuj główny certyfikat", + "The encryption app is no longer enabled, please decrypt all your files" : "Aplikacja szyfrowanie nie jest włączona, odszyfruj wszystkie plik", + "Log-in password" : "Hasło logowania", + "Decrypt all Files" : "Odszyfruj wszystkie pliki", + "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." : "Twoje klucze szyfrujące zostały przeniesione do lokalizacji archialnej. Jeśli coś poszło nie tak, możesz je przywrócić. Usuń je trwale tylko, gdy jesteś pewien(na), że wszystkie pliki zostały prawidłowo zdeszyfrowane.", + "Restore Encryption Keys" : "Przywróć klucze szyfrujące", + "Delete Encryption Keys" : "Usuń klucze szyfrujące", + "Show storage location" : "Pokaż miejsce przechowywania", + "Show last log in" : "Pokaż ostatni login", + "Login Name" : "Login", + "Create" : "Utwórz", + "Admin Recovery Password" : "Odzyskiwanie hasła administratora", + "Enter the recovery password in order to recover the users files during password change" : "Wpisz hasło odzyskiwania, aby odzyskać pliki użytkowników podczas zmiany hasła", + "Search Users and Groups" : "Przeszukuj użytkowników i grupy", + "Add Group" : "Dodaj grupę", + "Group" : "Grupa", + "Everyone" : "Wszyscy", + "Admins" : "Administratorzy", + "Default Quota" : "Domyślny udział", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Proszę ustawić ograniczenie zasobów (np. \"512 MB\" albo \"12 GB)", + "Unlimited" : "Bez limitu", + "Other" : "Inne", + "Username" : "Nazwa użytkownika", + "Quota" : "Udział", + "Storage Location" : "Lokalizacja magazynu", + "Last Login" : "Ostatnio zalogowany", + "change full name" : "Zmień pełna nazwę", + "set new password" : "ustaw nowe hasło", + "Default" : "Domyślny" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php deleted file mode 100644 index 481fec558b..0000000000 --- a/settings/l10n/pl.php +++ /dev/null @@ -1,238 +0,0 @@ - "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", -"Group already exists" => "Grupa już istnieje", -"Unable to add group" => "Nie można dodać grupy", -"Files decrypted successfully" => "Pliki zostały poprawnie zdeszyfrowane", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Nie można zdeszyfrować Twoich plików, proszę sprawdzić owncloud.log lub zapytać administratora", -"Couldn't decrypt your files, check your password and try again" => "Nie można zdeszyfrować Twoich plików, sprawdź swoje hasło i spróbuj ponownie", -"Encryption keys deleted permanently" => "Klucze szyfrujące zostały trwale usunięte", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Nie można trwale usunąć Twoich kluczy szyfrujących, proszę sprawdź owncloud.log lub zapytaj administratora", -"Couldn't remove app." => "Nie można usunąć aplikacji.", -"Email saved" => "E-mail zapisany", -"Invalid email" => "Nieprawidłowy e-mail", -"Unable to delete group" => "Nie można usunąć grupy", -"Unable to delete user" => "Nie można usunąć użytkownika", -"Backups restored successfully" => "Archiwum zostało prawidłowo przywrócone", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Nie można przywrócić kluczy szyfrujących, proszę sprawdzić owncloud.log lub zapytać administratora", -"Language changed" => "Zmieniono język", -"Invalid request" => "Nieprawidłowe żądanie", -"Admins can't remove themself from the admin group" => "Administratorzy nie mogą usunąć siebie samych z grupy administratorów", -"Unable to add user to group %s" => "Nie można dodać użytkownika do grupy %s", -"Unable to remove user from group %s" => "Nie można usunąć użytkownika z grupy %s", -"Couldn't update app." => "Nie można uaktualnić aplikacji.", -"Wrong password" => "Złe hasło", -"No user supplied" => "Niedostarczony użytkownik", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Podaj hasło odzyskiwania administratora, w przeciwnym razie wszystkie dane użytkownika zostaną utracone", -"Wrong admin recovery password. Please check the password and try again." => "Błędne hasło odzyskiwania. Sprawdź hasło i spróbuj ponownie.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Zaplecze nie obsługuje zmiany hasła, ale klucz szyfrowania użytkownika został pomyślnie zaktualizowany.", -"Unable to change password" => "Nie można zmienić hasła", -"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ę?", -"Add trusted domain" => "Dodaj zaufaną domenę", -"Sending..." => "Wysyłam...", -"All" => "Wszystkie", -"Please wait...." => "Proszę czekać...", -"Error while disabling app" => "Błąd podczas wyłączania aplikacji", -"Disable" => "Wyłącz", -"Enable" => "Włącz", -"Error while enabling app" => "Błąd podczas włączania aplikacji", -"Updating...." => "Aktualizacja w toku...", -"Error while updating app" => "Błąd podczas aktualizacji aplikacji", -"Updated" => "Zaktualizowano", -"Uninstalling ...." => "Odinstalowywanie....", -"Error while uninstalling app" => "Błąd przy odinstalowywaniu aplikacji", -"Uninstall" => "Odinstaluj", -"Select a profile picture" => "Wybierz zdjęcie profilu", -"Very weak password" => "Bardzo słabe hasło", -"Weak password" => "Słabe hasło", -"So-so password" => "Mało skomplikowane hasło", -"Good password" => "Dobre hasło", -"Strong password" => "Mocne hasło", -"Valid until {date}" => "Ważny do {date}", -"Delete" => "Usuń", -"Decrypting files... Please wait, this can take some time." => "Odszyfrowuje pliki... Proszę czekać, to może zająć jakiś czas.", -"Delete encryption keys permanently." => "Usuń trwale klucze szyfrujące.", -"Restore encryption keys." => "Przywróć klucze szyfrujące.", -"Groups" => "Grupy", -"Unable to delete {objName}" => "Nie można usunąć {objName}", -"Error creating group" => "Błąd podczas tworzenia grupy", -"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ę", -"A valid username must be provided" => "Należy podać prawidłową nazwę użytkownika", -"Error creating user" => "Błąd podczas tworzenia użytkownika", -"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)", -"Info, warnings, errors and fatal issues" => "Informacje, ostrzeżenia, błędy i poważne problemy", -"Warnings, errors and fatal issues" => "Ostrzeżenia, błędy i poważne problemy", -"Errors and fatal issues" => "Błędy i poważne problemy", -"Fatal issues only" => "Tylko poważne problemy", -"None" => "Nic", -"Login" => "Login", -"Plain" => "Czysty tekst", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Ostrzeżenie o zabezpieczeniach", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Uzyskujesz dostęp do %s za pomocą protokołu HTTP. Zalecamy skonfigurować swój serwer z użyciem protokołu 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." => "Twój katalog danych i pliki są prawdopodobnie dostępne z Internetu. Plik .htaccess, który dostarcza ownCloud nie działa. Sugerujemy, aby skonfigurować serwer WWW w taki sposób, aby katalog danych nie był dostępny lub przenieść katalog danych poza główny katalog serwera WWW.", -"Setup Warning" => "Ostrzeżenia konfiguracji", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "Wygląda na to, że ustawienia PHP ucinają bloki wklejonych dokumentów. To sprawi, że niektóre wbudowane aplikacje będą niedostępne.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Dzieje się tak prawdopodobnie przez cache lub akcelerator taki jak Zend OPcache lub eAccelerator.", -"Database Performance Info" => "Informacja o wydajności bazy danych", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Jako baza danych został użyty SQLite. Dla większych instalacji doradzamy zmianę na inną. Aby zmigrować do innej bazy danych, użyj narzędzia linii poleceń: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Brak modułu „fileinfo”", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Brak modułu PHP „fileinfo”. Zalecamy włączenie tego modułu, aby uzyskać najlepsze wyniki podczas wykrywania typów MIME.", -"Your PHP version is outdated" => "Twoja wersja PHP jest za stara", -"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." => "Twoja wersja PHP jest za stara. Rekomendujemy przynajmniej wersje 5.3.8. Jeśli masz starsza wersję ownCloud może nie działać poprawnie.", -"PHP charset is not set to UTF-8" => "Kodowanie PHP nie jest ustawione na UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "Zestaw znaków PHP nie jest ustawiony na UTF-8. Może to spowodować poważne problemy ze znakami non-ASCII w nazwach plików. Gorąco doradzamy zmianę wartości 'default_charset' w php.ini na 'UTF-8'.", -"Locale not working" => "Lokalizacja nie działa", -"System locale can not be set to a one which supports UTF-8." => "Ustawienia regionalne systemu nie można ustawić na jeden, który obsługuje UTF-8.", -"This means that there might be problems with certain characters in file names." => "Oznacza to, że mogą być problemy z niektórymi znakami w nazwach plików.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Zalecamy, aby zainstalować wymagane pakiety w systemie, jeden z następujących języków: %s.", -"URL generation in notification emails" => "Generowanie URL w powiadomieniach email", -"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\")" => "Jeśli Twoja instalacja nie jest zainstalowana w katalogu głównym serwera www, a system używa cron-a, mogą występować problemy z generowaniem URL-i. Aby uniknąć tych problemów, proszę ustawić opcję \"overwritewebroot\" w pliku config.php na ścieżkę z adresu www Twojej instalacji (Sugerowane: \"%s\")", -"Connectivity checks" => "Sprawdzanie łączności", -"No problems found" => "Nie ma żadnych problemów", -"Please double check the installation guides." => "Sprawdź podwójnie wskazówki instalacji.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Ostatni cron był uruchomiony %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Ostatni cron był uruchomiony %s. To jest więcej niż godzinę temu, wygląda na to, że coś jest nie tak.", -"Cron was not executed yet!" => "Cron nie został jeszcze uruchomiony!", -"Execute one task with each page loaded" => "Wykonuj jedno zadanie wraz z każdą wczytaną stroną", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php jest zarejestrowany w serwisie webcron do uruchamiania cron.php raz na 15 minut przez http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Użyj systemowej usługi cron do wywoływania cron.php co 15 minut.", -"Sharing" => "Udostępnianie", -"Allow apps to use the Share API" => "Zezwalaj aplikacjom na korzystanie z API udostępniania", -"Allow users to share via link" => "Pozwól użytkownikom współdzielić przez link", -"Enforce password protection" => "Wymuś zabezpieczenie hasłem", -"Allow public uploads" => "Pozwól na publiczne wczytywanie", -"Set default expiration date" => "Ustaw domyślną datę wygaśnięcia", -"Expire after " => "Wygaś po", -"days" => "dniach", -"Enforce expiration date" => "Wymuś datę wygaśnięcia", -"Allow resharing" => "Zezwalaj na ponowne udostępnianie", -"Restrict users to only share with users in their groups" => "Ogranicz użytkowników do współdzielenia wyłącznie pomiędzy użytkownikami swoich grup", -"Allow users to send mail notification for shared files" => "Zezwól użytkownikom na wysyłanie powiadomień email dla udostępnionych plików", -"Exclude groups from sharing" => "Wyklucz grupy z udostępniania", -"These groups will still be able to receive shares, but not to initiate them." => "Grupy te nadal będą mogli otrzymywać udostępnione udziały, ale nie do ich inicjowania.", -"Security" => "Bezpieczeństwo", -"Enforce HTTPS" => "Wymuś HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Wymusza na klientach na łączenie się %s za pośrednictwem połączenia szyfrowanego.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Proszę połącz się do twojego %s za pośrednictwem protokołu HTTPS, aby włączyć lub wyłączyć stosowanie protokołu SSL.", -"Email Server" => "Serwer pocztowy", -"This is used for sending out notifications." => "To jest używane do wysyłania powiadomień", -"Send mode" => "Tryb wysyłki", -"From address" => "Z adresu", -"mail" => "mail", -"Authentication method" => "Metoda autentykacji", -"Authentication required" => "Wymagana autoryzacja", -"Server address" => "Adres Serwera", -"Port" => "Port", -"Credentials" => "Poświadczenia", -"SMTP Username" => "Użytkownik SMTP", -"SMTP Password" => "Hasło SMTP", -"Test email settings" => "Ustawienia testowej wiadomości", -"Send email" => "Wyślij email", -"Log" => "Logi", -"Log level" => "Poziom logów", -"More" => "Więcej", -"Less" => "Mniej", -"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", -"Online Documentation" => "Dokumentacja online", -"Forum" => "Forum", -"Bugtracker" => "Zgłaszanie błędów", -"Commercial Support" => "Wsparcie komercyjne", -"Get the apps to sync your files" => "Pobierz aplikacje żeby synchronizować swoje pliki", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Jeśli chcesz wesprzeć projekt\n\t\tjoin development\n\t\tlub\n\t\tspread the word!", -"Show First Run Wizard again" => "Uruchom ponownie kreatora pierwszego uruchomienia", -"You have used %s of the available %s" => "Wykorzystujesz %s z dostępnych %s", -"Password" => "Hasło", -"Your password was changed" => "Twoje hasło zostało zmienione", -"Unable to change your password" => "Nie można zmienić hasła", -"Current password" => "Bieżące hasło", -"New password" => "Nowe hasło", -"Change password" => "Zmień hasło", -"Full Name" => "Pełna nazwa", -"Email" => "Email", -"Your email address" => "Twój adres e-mail", -"Fill in an email address to enable password recovery and receive notifications" => "Wypełnij adres email aby włączyć odzyskiwanie hasła oraz otrzymywać powiadomienia", -"Profile picture" => "Zdjęcie profilu", -"Upload new" => "Wczytaj nowe", -"Select new from Files" => "Wybierz nowe z plików", -"Remove image" => "Usuń zdjęcie", -"Either png or jpg. Ideally square but you will be able to crop it." => "Png lub jpg. Idealnie kwadratowy, ale będzie można je przyciąć.", -"Your avatar is provided by your original account." => "Twój awatar jest ustawiony jako domyślny.", -"Cancel" => "Anuluj", -"Choose as profile image" => "Wybierz zdjęcie profilu", -"Language" => "Język", -"Help translate" => "Pomóż w tłumaczeniu", -"Common Name" => "Nazwa CN", -"Valid until" => "Ważny do", -"Issued By" => "Wydany przez", -"Valid until %s" => "Ważny do %s", -"Import Root Certificate" => "Importuj główny certyfikat", -"The encryption app is no longer enabled, please decrypt all your files" => "Aplikacja szyfrowanie nie jest włączona, odszyfruj wszystkie plik", -"Log-in password" => "Hasło logowania", -"Decrypt all Files" => "Odszyfruj wszystkie pliki", -"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." => "Twoje klucze szyfrujące zostały przeniesione do lokalizacji archialnej. Jeśli coś poszło nie tak, możesz je przywrócić. Usuń je trwale tylko, gdy jesteś pewien(na), że wszystkie pliki zostały prawidłowo zdeszyfrowane.", -"Restore Encryption Keys" => "Przywróć klucze szyfrujące", -"Delete Encryption Keys" => "Usuń klucze szyfrujące", -"Show storage location" => "Pokaż miejsce przechowywania", -"Show last log in" => "Pokaż ostatni login", -"Login Name" => "Login", -"Create" => "Utwórz", -"Admin Recovery Password" => "Odzyskiwanie hasła administratora", -"Enter the recovery password in order to recover the users files during password change" => "Wpisz hasło odzyskiwania, aby odzyskać pliki użytkowników podczas zmiany hasła", -"Search Users and Groups" => "Przeszukuj użytkowników i grupy", -"Add Group" => "Dodaj grupę", -"Group" => "Grupa", -"Everyone" => "Wszyscy", -"Admins" => "Administratorzy", -"Default Quota" => "Domyślny udział", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Proszę ustawić ograniczenie zasobów (np. \"512 MB\" albo \"12 GB)", -"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", -"change full name" => "Zmień pełna nazwę", -"set new password" => "ustaw nowe hasło", -"Default" => "Domyślny" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js new file mode 100644 index 0000000000..252a3044ce --- /dev/null +++ b/settings/l10n/pt_BR.js @@ -0,0 +1,240 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Habilitado", + "Not enabled" : "Desabilitado", + "Recommended" : "Recomendado", + "Authentication error" : "Erro de autenticação", + "Your full name has been changed." : "Seu nome completo foi alterado.", + "Unable to change full name" : "Não é possível alterar o nome completo", + "Group already exists" : "O Grupo já existe", + "Unable to add group" : "Não foi possível adicionar grupo", + "Files decrypted successfully" : "Arquivos descriptografados com sucesso", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Não foi possível descriptografar os arquivos, verifique a sua owncloud.log ou pergunte ao seu administrador", + "Couldn't decrypt your files, check your password and try again" : "Não foi possível descriptografar os arquivos, verifique sua senha e tente novamente", + "Encryption keys deleted permanently" : "Chaves de criptografia excluídas permanentemente", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Não foi possível excluir permanentemente suas chaves de criptografia, por favor, verifique o seu owncloud.log ou pergunte ao seu administrador", + "Couldn't remove app." : "Não foi possível remover aplicativos.", + "Email saved" : "E-mail salvo", + "Invalid email" : "E-mail inválido", + "Unable to delete group" : "Não foi possível remover grupo", + "Unable to delete user" : "Não foi possível remover usuário", + "Backups restored successfully" : "Backup restaurado com sucesso", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Não foi possível salvar as chaves de criptografia, por favor, verifique o seu owncloud.log ou pergunte ao seu administrador", + "Language changed" : "Idioma alterado", + "Invalid request" : "Pedido inválido", + "Admins can't remove themself from the admin group" : "Administradores não pode remover a si mesmos do grupo de administração", + "Unable to add user to group %s" : "Não foi possível adicionar usuário ao grupo %s", + "Unable to remove user from group %s" : "Não foi possível remover usuário do grupo %s", + "Couldn't update app." : "Não foi possível atualizar a app.", + "Wrong password" : "Senha errada", + "No user supplied" : "Nenhum usuário fornecido", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor, forneça uma senha de recuperação admin, caso contrário todos os dados do usuário serão perdidos", + "Wrong admin recovery password. Please check the password and try again." : "Senha de recuperação do administrador errada. Por favor verifique a senha e tente novamente.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Back-end não suporta alteração de senha, mas a chave de criptografia de usuários foi atualizado com sucesso....", + "Unable to change password" : "Impossível modificar senha", + "Saved" : "Salvo", + "test email settings" : "testar configurações de email", + "If you received this email, the settings seem to be correct." : "Se você recebeu este e-mail, as configurações parecem estar corretas.", + "A problem occurred while sending the email. Please revise your settings." : "Ocorreu um problema ao enviar o e-mail. Por favor, revise suas configurações.", + "Email sent" : "E-mail enviado", + "You need to set your user email before being able to send test emails." : "Você precisa configurar seu e-mail de usuário antes de ser capaz de enviar e-mails de teste.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Você tem certeza que você quer adicionar \"{domain}\" como domínio confiável?", + "Add trusted domain" : "Adicionar domínio confiável", + "Sending..." : "Enviando...", + "All" : "Todos", + "Please wait...." : "Por favor, aguarde...", + "Error while disabling app" : "Erro enquanto desabilitava o aplicativo", + "Disable" : "Desabilitar", + "Enable" : "Habilitar", + "Error while enabling app" : "Erro enquanto habilitava o aplicativo", + "Updating...." : "Atualizando...", + "Error while updating app" : "Erro ao atualizar aplicativo", + "Updated" : "Atualizado", + "Uninstalling ...." : "Desinstalando ...", + "Error while uninstalling app" : "Erro enquanto desinstalava aplicativo", + "Uninstall" : "Desinstalar", + "Select a profile picture" : "Selecione uma imagem para o perfil", + "Very weak password" : "Senha muito fraca", + "Weak password" : "Senha fraca", + "So-so password" : "Senha mais ou menos", + "Good password" : "Boa senha", + "Strong password" : "Senha forte", + "Valid until {date}" : "Vádido até {date}", + "Delete" : "Excluir", + "Decrypting files... Please wait, this can take some time." : "Decriptando arquivos... Por favor aguarde, isso pode levar algum tempo.", + "Delete encryption keys permanently." : "Eliminando a chave de criptografia permanentemente.", + "Restore encryption keys." : "Restaurar chave de criptografia.", + "Groups" : "Grupos", + "Unable to delete {objName}" : "Não é possível excluir {objName}", + "Error creating group" : "Erro ao criar grupo", + "A valid group name must be provided" : "Um nome de grupo válido deve ser fornecido", + "deleted {groupName}" : "eliminado {groupName}", + "undo" : "desfazer", + "no group" : "nenhum grupo", + "never" : "nunca", + "deleted {userName}" : "eliminado {userName}", + "add group" : "adicionar grupo", + "A valid username must be provided" : "Forneça um nome de usuário válido", + "Error creating user" : "Erro ao criar usuário", + "A valid password must be provided" : "Forneça uma senha válida", + "Warning: Home directory for user \"{user}\" already exists" : "Aviso: O diretório home para o usuário \"{user}\" já existe", + "__language_name__" : "__language_name__", + "Personal Info" : "Informação Pessoal", + "SSL root certificates" : "Certificados SSL raíz", + "Encryption" : "Criptografia", + "Everything (fatal issues, errors, warnings, info, debug)" : "Tudo (questões fatais, erros, avisos, informações, depuração)", + "Info, warnings, errors and fatal issues" : "Informações, avisos, erros e problemas fatais", + "Warnings, errors and fatal issues" : "Avisos, erros e problemas fatais", + "Errors and fatal issues" : "Erros e problemas fatais", + "Fatal issues only" : "Somente questões fatais", + "None" : "Nada", + "Login" : "Login", + "Plain" : "Plano", + "NT LAN Manager" : "Gerenciador NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Aviso de Segurança", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Você está acessando %s via HTTP. Sugerimos você configurar o servidor para exigir o uso de HTTPS em seu lugar.", + "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." : "Seu diretório de dados e seus arquivos são, provavelmente, acessíveis a partir da internet. O arquivo htaccess. não está funcionando. Nós sugerimos fortemente que você configure o seu servidor web de uma forma que o diretório de dados não esteja mais acessível ou mova o diretório de dados para fora do raiz do servidor.", + "Setup Warning" : "Aviso de Configuração", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP é, aparentemente, a configuração para retirar blocos doc inline. Isso fará com que vários aplicativos do núcleo fiquem inacessíveis.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente é causado por uma cache/acelerador, como Zend OPcache ou eAccelerator.", + "Database Performance Info" : "Informações de Desempenho do Banco de Dados", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite é usada como base de dados. Para grandes instalações recomendamos mudar isso. Para migrar para outro banco de dados usar a ferramenta de linha de comando: 'occ db: converter-type'", + "Module 'fileinfo' missing" : "Módulo 'fileinfo' faltando", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O módulo PHP 'fileinfo' está faltando. Recomendamos que ative este módulo para obter uma melhor detecção do tipo de mídia (mime-type).", + "Your PHP version is outdated" : "Sua versão de PHP está desatualizada", + "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." : "A sua versão do PHP está desatualizada. Recomendamos a atualização para 5.3.8 ou mais recente, pois as versões mais antigas são conhecidas por serem quebradas. É possível que esta instalação não esteja funcionando corretamente.", + "PHP charset is not set to UTF-8" : "A configuração de caracteres no PHP não está definida para UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "A configuração de caracteres para o PHP não está definida para UTF-8. Isto pode causar problemas com caracteres não-ASCII em nomes de arquivos. Nós fortemente recomendamos a troca da definição de caracteres de 'default_charset' no arquivo de configuração php.ini para 'UTF-8'.", + "Locale not working" : "Localização não funcionando", + "System locale can not be set to a one which supports UTF-8." : "Localidade do sistema não pode ser definido como um que suporta UTF-8.", + "This means that there might be problems with certain characters in file names." : "Isso significa que pode haver problemas com certos caracteres nos nomes de arquivo.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Nós fortemente sugerimos instalar os pacotes necessários no seu sistema para suportar uma das seguintes localidades: %s.", + "URL generation in notification emails" : "Geração de URL em e-mails de notificação", + "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\")" : "Se a sua instalação não estiver instalada na raiz do domínio e usa cron do sistema, pode haver problemas com a geração de URL. Para evitar esses problemas, por favor, defina a opção \"overwritewebroot\" em seu arquivo config.php para o caminho webroot de sua instalação (Sugestão: \"%s\")", + "Connectivity checks" : "Verificação de conectividade", + "No problems found" : "Nenhum problema encontrado", + "Please double check the installation guides." : "Por favor, confira o guia de instalação.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Último cron foi executado em %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Última cron foi executado em %s. Isso é, mais de uma hora atrás, algo parece errado.", + "Cron was not executed yet!" : "Cron não foi executado ainda!", + "Execute one task with each page loaded" : "Execute uma tarefa com cada página carregada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado no serviço webcron para chamar cron.php a cada 15 minutos sobre http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Usar o serviço cron do sistema para chamar o arquivo cron.php cada 15 minutos.", + "Sharing" : "Compartilhamento", + "Allow apps to use the Share API" : "Permitir que aplicativos usem a API de Compartilhamento", + "Allow users to share via link" : "Permitir que os usuários compartilhem por link", + "Enforce password protection" : "Reforce a proteção por senha", + "Allow public uploads" : "Permitir envio público", + "Set default expiration date" : "Configurar a data de expiração", + "Expire after " : "Expirar depois de", + "days" : "dias", + "Enforce expiration date" : "Fazer cumprir a data de expiração", + "Allow resharing" : "Permitir recompartilhamento", + "Restrict users to only share with users in their groups" : "Restringir os usuários a compartilhar somente com os usuários em seus grupos", + "Allow users to send mail notification for shared files" : "Permitir aos usuários enviar notificação de email para arquivos compartilhados", + "Exclude groups from sharing" : "Excluir grupos de compartilhamento", + "These groups will still be able to receive shares, but not to initiate them." : "Esses grupos ainda serão capazes de receber compartilhamentos, mas não para iniciá-los.", + "Security" : "Segurança", + "Enforce HTTPS" : "Forçar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Obrigar os clientes que se conectem a %s através de uma conexão criptografada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor, se conectar ao seu %s via HTTPS para forçar ativar ou desativar SSL.", + "Email Server" : "Servidor de Email", + "This is used for sending out notifications." : "Isto é usado para o envio de notificações.", + "Send mode" : "Modo enviar", + "From address" : "Do Endereço", + "mail" : "email", + "Authentication method" : "Método de autenticação", + "Authentication required" : "Autenticação é requerida", + "Server address" : "Endereço do servidor", + "Port" : "Porta", + "Credentials" : "Credenciais", + "SMTP Username" : "Nome do Usuário SMTP", + "SMTP Password" : "Senha SMTP", + "Store credentials" : "Armazenar credenciais", + "Test email settings" : "Configurações de e-mail de teste", + "Send email" : "Enviar email", + "Log" : "Registro", + "Log level" : "Nível de registro", + "More" : "Mais", + "Less" : "Menos", + "Version" : "Versão", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desenvolvido pela comunidade ownCloud, o código fonte está licenciado sob AGPL.", + "More apps" : "Mais aplicativos", + "Add your app" : "Adicionar seu aplicativo", + "by" : "por", + "licensed" : "licenciado", + "Documentation:" : "Documentação:", + "User Documentation" : "Documentação de Usuário", + "Admin Documentation" : "Documentação de Administrador", + "Update to %s" : "Atualizado para %s", + "Enable only for specific groups" : "Ativar apenas para grupos específicos", + "Uninstall App" : "Desinstalar Aplicativo", + "Administrator Documentation" : "Documentação de Administrador", + "Online Documentation" : "Documentação Online", + "Forum" : "Fórum", + "Bugtracker" : "Rastreador de Bugs", + "Commercial Support" : "Suporte Comercial", + "Get the apps to sync your files" : "Faça com que os apps sincronizem seus arquivos", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Se você deseja dar suporte ao projeto\n⇥⇥junte-se ao desenvolvimento\n⇥⇥or\n⇥⇥espalhe pelo mundo!", + "Show First Run Wizard again" : "Mostrar Assistente de Primeira Execução novamente", + "You have used %s of the available %s" : "Você usou %s do seu espaço de %s", + "Password" : "Senha", + "Your password was changed" : "Sua senha foi alterada", + "Unable to change your password" : "Não é possivel alterar a sua senha", + "Current password" : "Senha atual", + "New password" : "Nova senha", + "Change password" : "Alterar senha", + "Full Name" : "Nome Completo", + "Email" : "E-mail", + "Your email address" : "Seu endereço de e-mail", + "Fill in an email address to enable password recovery and receive notifications" : "Preencha com um e-mail para permitir a recuperação de senha e receber notificações", + "Profile picture" : "Imagem para o perfil", + "Upload new" : "Enviar nova foto", + "Select new from Files" : "Selecinar uma nova dos Arquivos", + "Remove image" : "Remover imagem", + "Either png or jpg. Ideally square but you will be able to crop it." : "Ou png ou jpg. O ideal é quadrado, mas você vai ser capaz de cortá-la.", + "Your avatar is provided by your original account." : "Seu avatar é fornecido por sua conta original.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Escolha como imagem para o perfil", + "Language" : "Idioma", + "Help translate" : "Ajude a traduzir", + "Common Name" : "Nome", + "Valid until" : "Válido até", + "Issued By" : "Emitido Por", + "Valid until %s" : "Válido até %s", + "Import Root Certificate" : "Importar Certificado Raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "O aplicativo de criptografia não está habilitado, por favor descriptar todos os seus arquivos", + "Log-in password" : "Senha de login", + "Decrypt all Files" : "Descriptografar todos os Arquivos", + "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." : "Suas chaves de criptografia forão movidas para o local de backup. Se alguma coisa deu errado, você pode salvar as chaves. Só excluí-las permanentemente se você tiver certeza de que todos os arquivos forão descriptografados corretamente.", + "Restore Encryption Keys" : "Restaurar Chaves de Criptografia", + "Delete Encryption Keys" : "Eliminar Chaves de Criptografia", + "Show storage location" : "Mostrar localização de armazenamento", + "Show last log in" : "Mostrar o último acesso", + "Login Name" : "Nome de Login", + "Create" : "Criar", + "Admin Recovery Password" : "Recuperação da Senha do Administrador", + "Enter the recovery password in order to recover the users files during password change" : "Digite a senha de recuperação para recuperar os arquivos dos usuários durante a mudança de senha.", + "Search Users and Groups" : "Pesquisar Usuários e Grupos", + "Add Group" : "Adicionar Grupo", + "Group" : "Grupo", + "Everyone" : "Para todos", + "Admins" : "Administradores", + "Default Quota" : "Quota Padrão", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor insira cota de armazenamento (ex: \"512\" ou \"12 GB\")", + "Unlimited" : "Ilimitado", + "Other" : "Outro", + "Username" : "Nome de Usuário", + "Group Admin for" : "Grupo Admin para", + "Quota" : "Cota", + "Storage Location" : "Local de Armazenamento", + "Last Login" : "Último Login", + "change full name" : "alterar nome completo", + "set new password" : "definir nova senha", + "Default" : "Padrão" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json new file mode 100644 index 0000000000..3e6b426930 --- /dev/null +++ b/settings/l10n/pt_BR.json @@ -0,0 +1,238 @@ +{ "translations": { + "Enabled" : "Habilitado", + "Not enabled" : "Desabilitado", + "Recommended" : "Recomendado", + "Authentication error" : "Erro de autenticação", + "Your full name has been changed." : "Seu nome completo foi alterado.", + "Unable to change full name" : "Não é possível alterar o nome completo", + "Group already exists" : "O Grupo já existe", + "Unable to add group" : "Não foi possível adicionar grupo", + "Files decrypted successfully" : "Arquivos descriptografados com sucesso", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Não foi possível descriptografar os arquivos, verifique a sua owncloud.log ou pergunte ao seu administrador", + "Couldn't decrypt your files, check your password and try again" : "Não foi possível descriptografar os arquivos, verifique sua senha e tente novamente", + "Encryption keys deleted permanently" : "Chaves de criptografia excluídas permanentemente", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Não foi possível excluir permanentemente suas chaves de criptografia, por favor, verifique o seu owncloud.log ou pergunte ao seu administrador", + "Couldn't remove app." : "Não foi possível remover aplicativos.", + "Email saved" : "E-mail salvo", + "Invalid email" : "E-mail inválido", + "Unable to delete group" : "Não foi possível remover grupo", + "Unable to delete user" : "Não foi possível remover usuário", + "Backups restored successfully" : "Backup restaurado com sucesso", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Não foi possível salvar as chaves de criptografia, por favor, verifique o seu owncloud.log ou pergunte ao seu administrador", + "Language changed" : "Idioma alterado", + "Invalid request" : "Pedido inválido", + "Admins can't remove themself from the admin group" : "Administradores não pode remover a si mesmos do grupo de administração", + "Unable to add user to group %s" : "Não foi possível adicionar usuário ao grupo %s", + "Unable to remove user from group %s" : "Não foi possível remover usuário do grupo %s", + "Couldn't update app." : "Não foi possível atualizar a app.", + "Wrong password" : "Senha errada", + "No user supplied" : "Nenhum usuário fornecido", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor, forneça uma senha de recuperação admin, caso contrário todos os dados do usuário serão perdidos", + "Wrong admin recovery password. Please check the password and try again." : "Senha de recuperação do administrador errada. Por favor verifique a senha e tente novamente.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Back-end não suporta alteração de senha, mas a chave de criptografia de usuários foi atualizado com sucesso....", + "Unable to change password" : "Impossível modificar senha", + "Saved" : "Salvo", + "test email settings" : "testar configurações de email", + "If you received this email, the settings seem to be correct." : "Se você recebeu este e-mail, as configurações parecem estar corretas.", + "A problem occurred while sending the email. Please revise your settings." : "Ocorreu um problema ao enviar o e-mail. Por favor, revise suas configurações.", + "Email sent" : "E-mail enviado", + "You need to set your user email before being able to send test emails." : "Você precisa configurar seu e-mail de usuário antes de ser capaz de enviar e-mails de teste.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Você tem certeza que você quer adicionar \"{domain}\" como domínio confiável?", + "Add trusted domain" : "Adicionar domínio confiável", + "Sending..." : "Enviando...", + "All" : "Todos", + "Please wait...." : "Por favor, aguarde...", + "Error while disabling app" : "Erro enquanto desabilitava o aplicativo", + "Disable" : "Desabilitar", + "Enable" : "Habilitar", + "Error while enabling app" : "Erro enquanto habilitava o aplicativo", + "Updating...." : "Atualizando...", + "Error while updating app" : "Erro ao atualizar aplicativo", + "Updated" : "Atualizado", + "Uninstalling ...." : "Desinstalando ...", + "Error while uninstalling app" : "Erro enquanto desinstalava aplicativo", + "Uninstall" : "Desinstalar", + "Select a profile picture" : "Selecione uma imagem para o perfil", + "Very weak password" : "Senha muito fraca", + "Weak password" : "Senha fraca", + "So-so password" : "Senha mais ou menos", + "Good password" : "Boa senha", + "Strong password" : "Senha forte", + "Valid until {date}" : "Vádido até {date}", + "Delete" : "Excluir", + "Decrypting files... Please wait, this can take some time." : "Decriptando arquivos... Por favor aguarde, isso pode levar algum tempo.", + "Delete encryption keys permanently." : "Eliminando a chave de criptografia permanentemente.", + "Restore encryption keys." : "Restaurar chave de criptografia.", + "Groups" : "Grupos", + "Unable to delete {objName}" : "Não é possível excluir {objName}", + "Error creating group" : "Erro ao criar grupo", + "A valid group name must be provided" : "Um nome de grupo válido deve ser fornecido", + "deleted {groupName}" : "eliminado {groupName}", + "undo" : "desfazer", + "no group" : "nenhum grupo", + "never" : "nunca", + "deleted {userName}" : "eliminado {userName}", + "add group" : "adicionar grupo", + "A valid username must be provided" : "Forneça um nome de usuário válido", + "Error creating user" : "Erro ao criar usuário", + "A valid password must be provided" : "Forneça uma senha válida", + "Warning: Home directory for user \"{user}\" already exists" : "Aviso: O diretório home para o usuário \"{user}\" já existe", + "__language_name__" : "__language_name__", + "Personal Info" : "Informação Pessoal", + "SSL root certificates" : "Certificados SSL raíz", + "Encryption" : "Criptografia", + "Everything (fatal issues, errors, warnings, info, debug)" : "Tudo (questões fatais, erros, avisos, informações, depuração)", + "Info, warnings, errors and fatal issues" : "Informações, avisos, erros e problemas fatais", + "Warnings, errors and fatal issues" : "Avisos, erros e problemas fatais", + "Errors and fatal issues" : "Erros e problemas fatais", + "Fatal issues only" : "Somente questões fatais", + "None" : "Nada", + "Login" : "Login", + "Plain" : "Plano", + "NT LAN Manager" : "Gerenciador NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Aviso de Segurança", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Você está acessando %s via HTTP. Sugerimos você configurar o servidor para exigir o uso de HTTPS em seu lugar.", + "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." : "Seu diretório de dados e seus arquivos são, provavelmente, acessíveis a partir da internet. O arquivo htaccess. não está funcionando. Nós sugerimos fortemente que você configure o seu servidor web de uma forma que o diretório de dados não esteja mais acessível ou mova o diretório de dados para fora do raiz do servidor.", + "Setup Warning" : "Aviso de Configuração", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP é, aparentemente, a configuração para retirar blocos doc inline. Isso fará com que vários aplicativos do núcleo fiquem inacessíveis.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente é causado por uma cache/acelerador, como Zend OPcache ou eAccelerator.", + "Database Performance Info" : "Informações de Desempenho do Banco de Dados", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite é usada como base de dados. Para grandes instalações recomendamos mudar isso. Para migrar para outro banco de dados usar a ferramenta de linha de comando: 'occ db: converter-type'", + "Module 'fileinfo' missing" : "Módulo 'fileinfo' faltando", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O módulo PHP 'fileinfo' está faltando. Recomendamos que ative este módulo para obter uma melhor detecção do tipo de mídia (mime-type).", + "Your PHP version is outdated" : "Sua versão de PHP está desatualizada", + "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." : "A sua versão do PHP está desatualizada. Recomendamos a atualização para 5.3.8 ou mais recente, pois as versões mais antigas são conhecidas por serem quebradas. É possível que esta instalação não esteja funcionando corretamente.", + "PHP charset is not set to UTF-8" : "A configuração de caracteres no PHP não está definida para UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "A configuração de caracteres para o PHP não está definida para UTF-8. Isto pode causar problemas com caracteres não-ASCII em nomes de arquivos. Nós fortemente recomendamos a troca da definição de caracteres de 'default_charset' no arquivo de configuração php.ini para 'UTF-8'.", + "Locale not working" : "Localização não funcionando", + "System locale can not be set to a one which supports UTF-8." : "Localidade do sistema não pode ser definido como um que suporta UTF-8.", + "This means that there might be problems with certain characters in file names." : "Isso significa que pode haver problemas com certos caracteres nos nomes de arquivo.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Nós fortemente sugerimos instalar os pacotes necessários no seu sistema para suportar uma das seguintes localidades: %s.", + "URL generation in notification emails" : "Geração de URL em e-mails de notificação", + "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\")" : "Se a sua instalação não estiver instalada na raiz do domínio e usa cron do sistema, pode haver problemas com a geração de URL. Para evitar esses problemas, por favor, defina a opção \"overwritewebroot\" em seu arquivo config.php para o caminho webroot de sua instalação (Sugestão: \"%s\")", + "Connectivity checks" : "Verificação de conectividade", + "No problems found" : "Nenhum problema encontrado", + "Please double check the installation guides." : "Por favor, confira o guia de instalação.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Último cron foi executado em %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Última cron foi executado em %s. Isso é, mais de uma hora atrás, algo parece errado.", + "Cron was not executed yet!" : "Cron não foi executado ainda!", + "Execute one task with each page loaded" : "Execute uma tarefa com cada página carregada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registrado no serviço webcron para chamar cron.php a cada 15 minutos sobre http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Usar o serviço cron do sistema para chamar o arquivo cron.php cada 15 minutos.", + "Sharing" : "Compartilhamento", + "Allow apps to use the Share API" : "Permitir que aplicativos usem a API de Compartilhamento", + "Allow users to share via link" : "Permitir que os usuários compartilhem por link", + "Enforce password protection" : "Reforce a proteção por senha", + "Allow public uploads" : "Permitir envio público", + "Set default expiration date" : "Configurar a data de expiração", + "Expire after " : "Expirar depois de", + "days" : "dias", + "Enforce expiration date" : "Fazer cumprir a data de expiração", + "Allow resharing" : "Permitir recompartilhamento", + "Restrict users to only share with users in their groups" : "Restringir os usuários a compartilhar somente com os usuários em seus grupos", + "Allow users to send mail notification for shared files" : "Permitir aos usuários enviar notificação de email para arquivos compartilhados", + "Exclude groups from sharing" : "Excluir grupos de compartilhamento", + "These groups will still be able to receive shares, but not to initiate them." : "Esses grupos ainda serão capazes de receber compartilhamentos, mas não para iniciá-los.", + "Security" : "Segurança", + "Enforce HTTPS" : "Forçar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Obrigar os clientes que se conectem a %s através de uma conexão criptografada.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor, se conectar ao seu %s via HTTPS para forçar ativar ou desativar SSL.", + "Email Server" : "Servidor de Email", + "This is used for sending out notifications." : "Isto é usado para o envio de notificações.", + "Send mode" : "Modo enviar", + "From address" : "Do Endereço", + "mail" : "email", + "Authentication method" : "Método de autenticação", + "Authentication required" : "Autenticação é requerida", + "Server address" : "Endereço do servidor", + "Port" : "Porta", + "Credentials" : "Credenciais", + "SMTP Username" : "Nome do Usuário SMTP", + "SMTP Password" : "Senha SMTP", + "Store credentials" : "Armazenar credenciais", + "Test email settings" : "Configurações de e-mail de teste", + "Send email" : "Enviar email", + "Log" : "Registro", + "Log level" : "Nível de registro", + "More" : "Mais", + "Less" : "Menos", + "Version" : "Versão", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desenvolvido pela comunidade ownCloud, o código fonte está licenciado sob AGPL.", + "More apps" : "Mais aplicativos", + "Add your app" : "Adicionar seu aplicativo", + "by" : "por", + "licensed" : "licenciado", + "Documentation:" : "Documentação:", + "User Documentation" : "Documentação de Usuário", + "Admin Documentation" : "Documentação de Administrador", + "Update to %s" : "Atualizado para %s", + "Enable only for specific groups" : "Ativar apenas para grupos específicos", + "Uninstall App" : "Desinstalar Aplicativo", + "Administrator Documentation" : "Documentação de Administrador", + "Online Documentation" : "Documentação Online", + "Forum" : "Fórum", + "Bugtracker" : "Rastreador de Bugs", + "Commercial Support" : "Suporte Comercial", + "Get the apps to sync your files" : "Faça com que os apps sincronizem seus arquivos", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Se você deseja dar suporte ao projeto\n⇥⇥junte-se ao desenvolvimento\n⇥⇥or\n⇥⇥espalhe pelo mundo!", + "Show First Run Wizard again" : "Mostrar Assistente de Primeira Execução novamente", + "You have used %s of the available %s" : "Você usou %s do seu espaço de %s", + "Password" : "Senha", + "Your password was changed" : "Sua senha foi alterada", + "Unable to change your password" : "Não é possivel alterar a sua senha", + "Current password" : "Senha atual", + "New password" : "Nova senha", + "Change password" : "Alterar senha", + "Full Name" : "Nome Completo", + "Email" : "E-mail", + "Your email address" : "Seu endereço de e-mail", + "Fill in an email address to enable password recovery and receive notifications" : "Preencha com um e-mail para permitir a recuperação de senha e receber notificações", + "Profile picture" : "Imagem para o perfil", + "Upload new" : "Enviar nova foto", + "Select new from Files" : "Selecinar uma nova dos Arquivos", + "Remove image" : "Remover imagem", + "Either png or jpg. Ideally square but you will be able to crop it." : "Ou png ou jpg. O ideal é quadrado, mas você vai ser capaz de cortá-la.", + "Your avatar is provided by your original account." : "Seu avatar é fornecido por sua conta original.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Escolha como imagem para o perfil", + "Language" : "Idioma", + "Help translate" : "Ajude a traduzir", + "Common Name" : "Nome", + "Valid until" : "Válido até", + "Issued By" : "Emitido Por", + "Valid until %s" : "Válido até %s", + "Import Root Certificate" : "Importar Certificado Raíz", + "The encryption app is no longer enabled, please decrypt all your files" : "O aplicativo de criptografia não está habilitado, por favor descriptar todos os seus arquivos", + "Log-in password" : "Senha de login", + "Decrypt all Files" : "Descriptografar todos os Arquivos", + "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." : "Suas chaves de criptografia forão movidas para o local de backup. Se alguma coisa deu errado, você pode salvar as chaves. Só excluí-las permanentemente se você tiver certeza de que todos os arquivos forão descriptografados corretamente.", + "Restore Encryption Keys" : "Restaurar Chaves de Criptografia", + "Delete Encryption Keys" : "Eliminar Chaves de Criptografia", + "Show storage location" : "Mostrar localização de armazenamento", + "Show last log in" : "Mostrar o último acesso", + "Login Name" : "Nome de Login", + "Create" : "Criar", + "Admin Recovery Password" : "Recuperação da Senha do Administrador", + "Enter the recovery password in order to recover the users files during password change" : "Digite a senha de recuperação para recuperar os arquivos dos usuários durante a mudança de senha.", + "Search Users and Groups" : "Pesquisar Usuários e Grupos", + "Add Group" : "Adicionar Grupo", + "Group" : "Grupo", + "Everyone" : "Para todos", + "Admins" : "Administradores", + "Default Quota" : "Quota Padrão", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Por favor insira cota de armazenamento (ex: \"512\" ou \"12 GB\")", + "Unlimited" : "Ilimitado", + "Other" : "Outro", + "Username" : "Nome de Usuário", + "Group Admin for" : "Grupo Admin para", + "Quota" : "Cota", + "Storage Location" : "Local de Armazenamento", + "Last Login" : "Último Login", + "change full name" : "alterar nome completo", + "set new password" : "definir nova senha", + "Default" : "Padrão" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php deleted file mode 100644 index 4b7cfb6ed7..0000000000 --- a/settings/l10n/pt_BR.php +++ /dev/null @@ -1,239 +0,0 @@ - "Habilitado", -"Not enabled" => "Desabilitado", -"Recommended" => "Recomendado", -"Authentication error" => "Erro de autenticação", -"Your full name has been changed." => "Seu nome completo foi alterado.", -"Unable to change full name" => "Não é possível alterar o nome completo", -"Group already exists" => "O Grupo já existe", -"Unable to add group" => "Não foi possível adicionar grupo", -"Files decrypted successfully" => "Arquivos descriptografados com sucesso", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Não foi possível descriptografar os arquivos, verifique a sua owncloud.log ou pergunte ao seu administrador", -"Couldn't decrypt your files, check your password and try again" => "Não foi possível descriptografar os arquivos, verifique sua senha e tente novamente", -"Encryption keys deleted permanently" => "Chaves de criptografia excluídas permanentemente", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Não foi possível excluir permanentemente suas chaves de criptografia, por favor, verifique o seu owncloud.log ou pergunte ao seu administrador", -"Couldn't remove app." => "Não foi possível remover aplicativos.", -"Email saved" => "E-mail salvo", -"Invalid email" => "E-mail inválido", -"Unable to delete group" => "Não foi possível remover grupo", -"Unable to delete user" => "Não foi possível remover usuário", -"Backups restored successfully" => "Backup restaurado com sucesso", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Não foi possível salvar as chaves de criptografia, por favor, verifique o seu owncloud.log ou pergunte ao seu administrador", -"Language changed" => "Idioma alterado", -"Invalid request" => "Pedido inválido", -"Admins can't remove themself from the admin group" => "Administradores não pode remover a si mesmos do grupo de administração", -"Unable to add user to group %s" => "Não foi possível adicionar usuário ao grupo %s", -"Unable to remove user from group %s" => "Não foi possível remover usuário do grupo %s", -"Couldn't update app." => "Não foi possível atualizar a app.", -"Wrong password" => "Senha errada", -"No user supplied" => "Nenhum usuário fornecido", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Por favor, forneça uma senha de recuperação admin, caso contrário todos os dados do usuário serão perdidos", -"Wrong admin recovery password. Please check the password and try again." => "Senha de recuperação do administrador errada. Por favor verifique a senha e tente novamente.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Back-end não suporta alteração de senha, mas a chave de criptografia de usuários foi atualizado com sucesso....", -"Unable to change password" => "Impossível modificar senha", -"Saved" => "Salvo", -"test email settings" => "testar configurações de email", -"If you received this email, the settings seem to be correct." => "Se você recebeu este e-mail, as configurações parecem estar corretas.", -"A problem occurred while sending the email. Please revise your settings." => "Ocorreu um problema ao enviar o e-mail. Por favor, revise suas configurações.", -"Email sent" => "E-mail enviado", -"You need to set your user email before being able to send test emails." => "Você precisa configurar seu e-mail de usuário antes de ser capaz de enviar e-mails de teste.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Você tem certeza que você quer adicionar \"{domain}\" como domínio confiável?", -"Add trusted domain" => "Adicionar domínio confiável", -"Sending..." => "Enviando...", -"All" => "Todos", -"Please wait...." => "Por favor, aguarde...", -"Error while disabling app" => "Erro enquanto desabilitava o aplicativo", -"Disable" => "Desabilitar", -"Enable" => "Habilitar", -"Error while enabling app" => "Erro enquanto habilitava o aplicativo", -"Updating...." => "Atualizando...", -"Error while updating app" => "Erro ao atualizar aplicativo", -"Updated" => "Atualizado", -"Uninstalling ...." => "Desinstalando ...", -"Error while uninstalling app" => "Erro enquanto desinstalava aplicativo", -"Uninstall" => "Desinstalar", -"Select a profile picture" => "Selecione uma imagem para o perfil", -"Very weak password" => "Senha muito fraca", -"Weak password" => "Senha fraca", -"So-so password" => "Senha mais ou menos", -"Good password" => "Boa senha", -"Strong password" => "Senha forte", -"Valid until {date}" => "Vádido até {date}", -"Delete" => "Excluir", -"Decrypting files... Please wait, this can take some time." => "Decriptando arquivos... Por favor aguarde, isso pode levar algum tempo.", -"Delete encryption keys permanently." => "Eliminando a chave de criptografia permanentemente.", -"Restore encryption keys." => "Restaurar chave de criptografia.", -"Groups" => "Grupos", -"Unable to delete {objName}" => "Não é possível excluir {objName}", -"Error creating group" => "Erro ao criar grupo", -"A valid group name must be provided" => "Um nome de grupo válido deve ser fornecido", -"deleted {groupName}" => "eliminado {groupName}", -"undo" => "desfazer", -"no group" => "nenhum grupo", -"never" => "nunca", -"deleted {userName}" => "eliminado {userName}", -"add group" => "adicionar grupo", -"A valid username must be provided" => "Forneça um nome de usuário válido", -"Error creating user" => "Erro ao criar usuário", -"A valid password must be provided" => "Forneça uma senha válida", -"Warning: Home directory for user \"{user}\" already exists" => "Aviso: O diretório home para o usuário \"{user}\" já existe", -"__language_name__" => "__language_name__", -"Personal Info" => "Informação Pessoal", -"SSL root certificates" => "Certificados SSL raíz", -"Encryption" => "Criptografia", -"Everything (fatal issues, errors, warnings, info, debug)" => "Tudo (questões fatais, erros, avisos, informações, depuração)", -"Info, warnings, errors and fatal issues" => "Informações, avisos, erros e problemas fatais", -"Warnings, errors and fatal issues" => "Avisos, erros e problemas fatais", -"Errors and fatal issues" => "Erros e problemas fatais", -"Fatal issues only" => "Somente questões fatais", -"None" => "Nada", -"Login" => "Login", -"Plain" => "Plano", -"NT LAN Manager" => "Gerenciador NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Aviso de Segurança", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Você está acessando %s via HTTP. Sugerimos você configurar o servidor para exigir o uso de HTTPS em seu lugar.", -"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." => "Seu diretório de dados e seus arquivos são, provavelmente, acessíveis a partir da internet. O arquivo htaccess. não está funcionando. Nós sugerimos fortemente que você configure o seu servidor web de uma forma que o diretório de dados não esteja mais acessível ou mova o diretório de dados para fora do raiz do servidor.", -"Setup Warning" => "Aviso de Configuração", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP é, aparentemente, a configuração para retirar blocos doc inline. Isso fará com que vários aplicativos do núcleo fiquem inacessíveis.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Isso provavelmente é causado por uma cache/acelerador, como Zend OPcache ou eAccelerator.", -"Database Performance Info" => "Informações de Desempenho do Banco de Dados", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite é usada como base de dados. Para grandes instalações recomendamos mudar isso. Para migrar para outro banco de dados usar a ferramenta de linha de comando: 'occ db: converter-type'", -"Module 'fileinfo' missing" => "Módulo 'fileinfo' faltando", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "O módulo PHP 'fileinfo' está faltando. Recomendamos que ative este módulo para obter uma melhor detecção do tipo de mídia (mime-type).", -"Your PHP version is outdated" => "Sua versão de PHP está desatualizada", -"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." => "A sua versão do PHP está desatualizada. Recomendamos a atualização para 5.3.8 ou mais recente, pois as versões mais antigas são conhecidas por serem quebradas. É possível que esta instalação não esteja funcionando corretamente.", -"PHP charset is not set to UTF-8" => "A configuração de caracteres no PHP não está definida para UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "A configuração de caracteres para o PHP não está definida para UTF-8. Isto pode causar problemas com caracteres não-ASCII em nomes de arquivos. Nós fortemente recomendamos a troca da definição de caracteres de 'default_charset' no arquivo de configuração php.ini para 'UTF-8'.", -"Locale not working" => "Localização não funcionando", -"System locale can not be set to a one which supports UTF-8." => "Localidade do sistema não pode ser definido como um que suporta UTF-8.", -"This means that there might be problems with certain characters in file names." => "Isso significa que pode haver problemas com certos caracteres nos nomes de arquivo.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Nós fortemente sugerimos instalar os pacotes necessários no seu sistema para suportar uma das seguintes localidades: %s.", -"URL generation in notification emails" => "Geração de URL em e-mails de notificação", -"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\")" => "Se a sua instalação não estiver instalada na raiz do domínio e usa cron do sistema, pode haver problemas com a geração de URL. Para evitar esses problemas, por favor, defina a opção \"overwritewebroot\" em seu arquivo config.php para o caminho webroot de sua instalação (Sugestão: \"%s\")", -"Connectivity checks" => "Verificação de conectividade", -"No problems found" => "Nenhum problema encontrado", -"Please double check the installation guides." => "Por favor, confira o guia de instalação.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Último cron foi executado em %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Última cron foi executado em %s. Isso é, mais de uma hora atrás, algo parece errado.", -"Cron was not executed yet!" => "Cron não foi executado ainda!", -"Execute one task with each page loaded" => "Execute uma tarefa com cada página carregada", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php está registrado no serviço webcron para chamar cron.php a cada 15 minutos sobre http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Usar o serviço cron do sistema para chamar o arquivo cron.php cada 15 minutos.", -"Sharing" => "Compartilhamento", -"Allow apps to use the Share API" => "Permitir que aplicativos usem a API de Compartilhamento", -"Allow users to share via link" => "Permitir que os usuários compartilhem por link", -"Enforce password protection" => "Reforce a proteção por senha", -"Allow public uploads" => "Permitir envio público", -"Set default expiration date" => "Configurar a data de expiração", -"Expire after " => "Expirar depois de", -"days" => "dias", -"Enforce expiration date" => "Fazer cumprir a data de expiração", -"Allow resharing" => "Permitir recompartilhamento", -"Restrict users to only share with users in their groups" => "Restringir os usuários a compartilhar somente com os usuários em seus grupos", -"Allow users to send mail notification for shared files" => "Permitir aos usuários enviar notificação de email para arquivos compartilhados", -"Exclude groups from sharing" => "Excluir grupos de compartilhamento", -"These groups will still be able to receive shares, but not to initiate them." => "Esses grupos ainda serão capazes de receber compartilhamentos, mas não para iniciá-los.", -"Security" => "Segurança", -"Enforce HTTPS" => "Forçar HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Obrigar os clientes que se conectem a %s através de uma conexão criptografada.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor, se conectar ao seu %s via HTTPS para forçar ativar ou desativar SSL.", -"Email Server" => "Servidor de Email", -"This is used for sending out notifications." => "Isto é usado para o envio de notificações.", -"Send mode" => "Modo enviar", -"From address" => "Do Endereço", -"mail" => "email", -"Authentication method" => "Método de autenticação", -"Authentication required" => "Autenticação é requerida", -"Server address" => "Endereço do servidor", -"Port" => "Porta", -"Credentials" => "Credenciais", -"SMTP Username" => "Nome do Usuário SMTP", -"SMTP Password" => "Senha SMTP", -"Store credentials" => "Armazenar credenciais", -"Test email settings" => "Configurações de e-mail de teste", -"Send email" => "Enviar email", -"Log" => "Registro", -"Log level" => "Nível de registro", -"More" => "Mais", -"Less" => "Menos", -"Version" => "Versão", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desenvolvido pela comunidade ownCloud, o código fonte está licenciado sob AGPL.", -"More apps" => "Mais aplicativos", -"Add your app" => "Adicionar seu aplicativo", -"by" => "por", -"licensed" => "licenciado", -"Documentation:" => "Documentação:", -"User Documentation" => "Documentação de Usuário", -"Admin Documentation" => "Documentação de Administrador", -"Update to %s" => "Atualizado para %s", -"Enable only for specific groups" => "Ativar apenas para grupos específicos", -"Uninstall App" => "Desinstalar Aplicativo", -"Administrator Documentation" => "Documentação de Administrador", -"Online Documentation" => "Documentação Online", -"Forum" => "Fórum", -"Bugtracker" => "Rastreador de Bugs", -"Commercial Support" => "Suporte Comercial", -"Get the apps to sync your files" => "Faça com que os apps sincronizem seus arquivos", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Se você deseja dar suporte ao projeto\n⇥⇥junte-se ao desenvolvimento\n⇥⇥or\n⇥⇥espalhe pelo mundo!", -"Show First Run Wizard again" => "Mostrar Assistente de Primeira Execução novamente", -"You have used %s of the available %s" => "Você usou %s do seu espaço de %s", -"Password" => "Senha", -"Your password was changed" => "Sua senha foi alterada", -"Unable to change your password" => "Não é possivel alterar a sua senha", -"Current password" => "Senha atual", -"New password" => "Nova senha", -"Change password" => "Alterar senha", -"Full Name" => "Nome Completo", -"Email" => "E-mail", -"Your email address" => "Seu endereço de e-mail", -"Fill in an email address to enable password recovery and receive notifications" => "Preencha com um e-mail para permitir a recuperação de senha e receber notificações", -"Profile picture" => "Imagem para o perfil", -"Upload new" => "Enviar nova foto", -"Select new from Files" => "Selecinar uma nova dos Arquivos", -"Remove image" => "Remover imagem", -"Either png or jpg. Ideally square but you will be able to crop it." => "Ou png ou jpg. O ideal é quadrado, mas você vai ser capaz de cortá-la.", -"Your avatar is provided by your original account." => "Seu avatar é fornecido por sua conta original.", -"Cancel" => "Cancelar", -"Choose as profile image" => "Escolha como imagem para o perfil", -"Language" => "Idioma", -"Help translate" => "Ajude a traduzir", -"Common Name" => "Nome", -"Valid until" => "Válido até", -"Issued By" => "Emitido Por", -"Valid until %s" => "Válido até %s", -"Import Root Certificate" => "Importar Certificado Raíz", -"The encryption app is no longer enabled, please decrypt all your files" => "O aplicativo de criptografia não está habilitado, por favor descriptar todos os seus arquivos", -"Log-in password" => "Senha de login", -"Decrypt all Files" => "Descriptografar todos os Arquivos", -"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." => "Suas chaves de criptografia forão movidas para o local de backup. Se alguma coisa deu errado, você pode salvar as chaves. Só excluí-las permanentemente se você tiver certeza de que todos os arquivos forão descriptografados corretamente.", -"Restore Encryption Keys" => "Restaurar Chaves de Criptografia", -"Delete Encryption Keys" => "Eliminar Chaves de Criptografia", -"Show storage location" => "Mostrar localização de armazenamento", -"Show last log in" => "Mostrar o último acesso", -"Login Name" => "Nome de Login", -"Create" => "Criar", -"Admin Recovery Password" => "Recuperação da Senha do Administrador", -"Enter the recovery password in order to recover the users files during password change" => "Digite a senha de recuperação para recuperar os arquivos dos usuários durante a mudança de senha.", -"Search Users and Groups" => "Pesquisar Usuários e Grupos", -"Add Group" => "Adicionar Grupo", -"Group" => "Grupo", -"Everyone" => "Para todos", -"Admins" => "Administradores", -"Default Quota" => "Quota Padrão", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Por favor insira cota de armazenamento (ex: \"512\" ou \"12 GB\")", -"Unlimited" => "Ilimitado", -"Other" => "Outro", -"Username" => "Nome de Usuário", -"Group Admin for" => "Grupo Admin para", -"Quota" => "Cota", -"Storage Location" => "Local de Armazenamento", -"Last Login" => "Último Login", -"change full name" => "alterar nome completo", -"set new password" => "definir nova senha", -"Default" => "Padrão" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js new file mode 100644 index 0000000000..0c5ea85be5 --- /dev/null +++ b/settings/l10n/pt_PT.js @@ -0,0 +1,240 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Ativada", + "Not enabled" : "Desactivado", + "Recommended" : "Recomendado", + "Authentication error" : "Erro na autenticação", + "Your full name has been changed." : "O seu nome completo foi alterado.", + "Unable to change full name" : "Não foi possível alterar o seu nome completo", + "Group already exists" : "O grupo já existe", + "Unable to add group" : "Impossível acrescentar o grupo", + "Files decrypted successfully" : "Ficheiros desencriptados com sucesso", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Não foi possível desencriptar os seus arquivos. Verifique a sua owncloud.log ou pergunte ao seu administrador", + "Couldn't decrypt your files, check your password and try again" : "Não foi possível desencriptar os seus arquivos. Verifique a sua senha e tente novamente", + "Encryption keys deleted permanently" : "A chave de encriptação foi eliminada permanentemente", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Não foi possível excluir permanentemente a sua chave de encriptação. Verifique a sua owncloud.log ou pergunte ao seu administrador", + "Couldn't remove app." : "Impossível remover aplicação.", + "Email saved" : "Email guardado", + "Invalid email" : "Email inválido", + "Unable to delete group" : "Impossível apagar grupo", + "Unable to delete user" : "Impossível apagar utilizador", + "Backups restored successfully" : "Cópias de segurança foram restauradas com sucesso", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Nao foi possivel restaurar as suas chaves de encriptacao. Verifique a sua owncloud.log ou pergunte ao seu administrador", + "Language changed" : "Idioma alterado", + "Invalid request" : "Pedido Inválido", + "Admins can't remove themself from the admin group" : "Os administradores não se podem remover a eles mesmos do grupo admin.", + "Unable to add user to group %s" : "Impossível acrescentar utilizador ao grupo %s", + "Unable to remove user from group %s" : "Impossível apagar utilizador do grupo %s", + "Couldn't update app." : "Não foi possível actualizar a aplicação.", + "Wrong password" : "Password errada", + "No user supplied" : "Nenhum utilizador especificado.", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor forneça uma palavra chave de recuperação de administrador, caso contrário todos os dados de utilizador serão perdidos", + "Wrong admin recovery password. Please check the password and try again." : "Palavra chave de recuperação de administrador errada. Por favor verifique a palavra chave e tente de novo.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Não foi possível alterar a sua palavra-passe, mas a chave de encriptação foi atualizada.", + "Unable to change password" : "Não foi possível alterar a sua password", + "Saved" : "Guardado", + "test email settings" : "testar configurações de email", + "If you received this email, the settings seem to be correct." : "Se você recebeu este e-mail as configurações parecem estar correctas", + "A problem occurred while sending the email. Please revise your settings." : "Um problema ocorreu ao enviar o email. Por favor verifique as suas definições.", + "Email sent" : "E-mail enviado", + "You need to set your user email before being able to send test emails." : "Você precisa de configurar o seu e-mail de usuário antes de ser capaz de enviar e-mails de teste", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Você tem certeza que quer adicionar \"{domain}\" como domínio confiável?", + "Add trusted domain" : "Adicionar domínio confiável ", + "Sending..." : "A enviar...", + "All" : "Todos", + "Please wait...." : "Por favor aguarde...", + "Error while disabling app" : "Erro enquanto desactivava a aplicação", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Erro enquanto activava a aplicação", + "Updating...." : "A Actualizar...", + "Error while updating app" : "Erro enquanto actualizava a aplicação", + "Updated" : "Actualizado", + "Uninstalling ...." : "Desinstalando ....", + "Error while uninstalling app" : "Erro durante a desinstalação da aplicação", + "Uninstall" : "Desinstalar", + "Select a profile picture" : "Seleccione uma fotografia de perfil", + "Very weak password" : "Password muito fraca", + "Weak password" : "Password fraca", + "So-so password" : "Password aceitável", + "Good password" : "Password Forte", + "Strong password" : "Password muito forte", + "Valid until {date}" : "Válido até {date}", + "Delete" : "Eliminar", + "Decrypting files... Please wait, this can take some time." : "A desencriptar os ficheiros... Por favor aguarde, esta operação pode demorar algum tempo.", + "Delete encryption keys permanently." : "Excluir as chaves encriptadas de forma permanente.", + "Restore encryption keys." : "Restaurar chaves encriptadas.", + "Groups" : "Grupos", + "Unable to delete {objName}" : "Impossível apagar {objNome}", + "Error creating group" : "Erro ao criar grupo", + "A valid group name must be provided" : "Um nome válido do grupo tem de ser fornecido", + "deleted {groupName}" : "apagar {Nome do grupo}", + "undo" : "desfazer", + "no group" : "sem grupo", + "never" : "nunca", + "deleted {userName}" : "apagar{utilizador}", + "add group" : "Adicionar grupo", + "A valid username must be provided" : "Um nome de utilizador válido deve ser fornecido", + "Error creating user" : "Erro a criar utilizador", + "A valid password must be provided" : "Uma password válida deve ser fornecida", + "Warning: Home directory for user \"{user}\" already exists" : "Atenção: a pasta pessoal do utilizador \"{user}\" já existe", + "__language_name__" : "__language_name__", + "Personal Info" : "Informação Pessoal", + "SSL root certificates" : "Certificados SSL de raiz", + "Encryption" : "Encriptação", + "Everything (fatal issues, errors, warnings, info, debug)" : "Tudo (problemas fatais, erros, avisos, informação, depuração)", + "Info, warnings, errors and fatal issues" : "Informação, avisos, erros e problemas fatais", + "Warnings, errors and fatal issues" : "Avisos, erros e problemas fatais", + "Errors and fatal issues" : "Erros e problemas fatais", + "Fatal issues only" : "Apenas problemas fatais", + "None" : "Nenhum", + "Login" : "Login", + "Plain" : "Plano", + "NT LAN Manager" : "Gestor de NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Aviso de Segurança", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Está a aceder %s via HTTP. Recomendamos vivamente que configure o servidor para forçar o uso de 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." : "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir das internet. O seu ficheiro .htaccess não está a funcionar corretamente. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.", + "Setup Warning" : "Aviso de setup", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado a remover blocos doc em linha. Isto vai fazer algumas aplicações basicas inacessíveis.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto é provavelmente causado por uma cache/acelerador como o Zend OPcache or eAcelerador.", + "Database Performance Info" : "Informação sobre desempenho da Base de Dados", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite é usado como base de dados. Para grandes instalações nós recomendamos a alterar isso. Para mudar para outra base de dados use o comando de linha: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Falta o módulo 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O Módulo PHP 'fileinfo' não se encontra instalado/activado. É fortemente recomendado que active este módulo para obter os melhores resultado com a detecção dos tipos de mime.", + "Your PHP version is outdated" : "A sua versão do PHP está ultrapassada", + "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." : "A sua versão do PHP está ultrapassada. Recomendamos que actualize para a versão 5.3.8 ou mais recente, devido às versões anteriores conterem problemas. É também possível que esta instalação não esteja a funcionar correctamente.", + "PHP charset is not set to UTF-8" : "PHP charset não está definido para UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP charset não está definido como UTF-8. Isso pode causar grandes problemas com caracteres não-ASCII em nomes de arquivo. Recomendamos para alterar o valor de php.ini 'default_charset' para 'UTF-8'.", + "Locale not working" : "Internacionalização não está a funcionar", + "System locale can not be set to a one which supports UTF-8." : "Não é possível pôr as definições de sistema compatíveis com UTF-8.", + "This means that there might be problems with certain characters in file names." : "Isto significa que podem haver problemas com alguns caracteres nos nomes dos ficheiros.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Recomendamos fortemente que instale no seu sistema todos os pacotes necessários para suportar os seguintes locales: %s.", + "URL generation in notification emails" : "Geração URL em e-mails de notificação", + "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\")" : "Se a sua instalação não está instalada na raiz do domínio e usa o sistema cron, pode haver problemas com a geração de URL. Para evitar esses problemas, por favor, defina a opção \"overwritewebroot\" no ficheiro config.php para o caminho webroot da sua instalação (sugestão: \"%s\")", + "Connectivity checks" : "Verificações de conectividade", + "No problems found" : "Nenhum problema encontrado", + "Please double check the installation guides." : "Por favor verifique installation guides.", + "Cron" : "Cron", + "Last cron was executed at %s." : "O ultimo cron foi executado em %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "O ultima cron foi executado em %s a mais duma hora. Algo não está certo.", + "Cron was not executed yet!" : "Cron ainda não foi executado!", + "Execute one task with each page loaded" : "Executar uma tarefa com cada página carregada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registado num serviço webcron para chamar a página cron.php por http a cada 15 minutos.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Usar o serviço sistema cron para ligar o ficheiro cron.php a cada 15 minutos.", + "Sharing" : "Partilha", + "Allow apps to use the Share API" : "Permitir que os utilizadores usem a API de partilha", + "Allow users to share via link" : "Permitir que os utilizadores partilhem através do link", + "Enforce password protection" : "Forçar protecção da palavra passe", + "Allow public uploads" : "Permitir Envios Públicos", + "Set default expiration date" : "Especificar a data padrão de expiração", + "Expire after " : "Expira após", + "days" : "dias", + "Enforce expiration date" : "Forçar a data de expiração", + "Allow resharing" : "Permitir repartilha", + "Restrict users to only share with users in their groups" : "Restringe os utilizadores só a partilhar com utilizadores do seu grupo", + "Allow users to send mail notification for shared files" : "Permita que o utilizador envie notificações por correio electrónico para ficheiros partilhados", + "Exclude groups from sharing" : "Excluir grupos das partilhas", + "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderão receber partilhas, mas não poderão iniciá-las.", + "Security" : "Segurança", + "Enforce HTTPS" : "Forçar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forçar os clientes a ligar a %s através de uma ligação encriptada", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor ligue-se a %s através de uma ligação HTTPS para ligar/desligar o uso de ligação por SSL", + "Email Server" : "Servidor de email", + "This is used for sending out notifications." : "Isto é utilizado para enviar notificações", + "Send mode" : "Modo de envio", + "From address" : "Do endereço", + "mail" : "Correio", + "Authentication method" : "Método de autenticação", + "Authentication required" : "Autenticação necessária", + "Server address" : "Endereço do servidor", + "Port" : "Porto", + "Credentials" : "Credenciais", + "SMTP Username" : "Nome de utilizador SMTP", + "SMTP Password" : "Password SMTP", + "Store credentials" : "Armazenar credenciais", + "Test email settings" : "Testar configurações de email", + "Send email" : "Enviar email", + "Log" : "Registo", + "Log level" : "Nível do registo", + "More" : "Mais", + "Less" : "Menos", + "Version" : "Versão", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desenvolvido pela comunidade ownCloud, ocódigo fonte está licenciado sob a AGPL.", + "More apps" : "Mais aplicações", + "Add your app" : "Adicione a sua aplicação", + "by" : "por", + "licensed" : "licenciado", + "Documentation:" : "Documentação:", + "User Documentation" : "Documentação de Utilizador", + "Admin Documentation" : "Documentação de administrador.", + "Update to %s" : "Actualizar para %s", + "Enable only for specific groups" : "Activar só para grupos específicos", + "Uninstall App" : "Desinstalar aplicação", + "Administrator Documentation" : "Documentação de administrador.", + "Online Documentation" : "Documentação Online", + "Forum" : "Fórum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Suporte Comercial", + "Get the apps to sync your files" : "Obtenha as aplicações para sincronizar os seus ficheiros", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Se quer ajudar no projecto\n⇥⇥aderir desenvolvimento\n⇥⇥ou\n⇥⇥espalhe a palavra!", + "Show First Run Wizard again" : "Mostrar novamente Wizard de Arranque Inicial", + "You have used %s of the available %s" : "Usou %s do disponivel %s", + "Password" : "Password", + "Your password was changed" : "A sua palavra-passe foi alterada", + "Unable to change your password" : "Não foi possivel alterar a sua palavra-chave", + "Current password" : "Palavra-chave actual", + "New password" : "Nova palavra-chave", + "Change password" : "Alterar palavra-chave", + "Full Name" : "Nome completo", + "Email" : "Email", + "Your email address" : "O seu endereço de email", + "Fill in an email address to enable password recovery and receive notifications" : "Preencha com um endereço e-mail para permitir a recuperação de senha e receber notificações", + "Profile picture" : "Foto do perfil", + "Upload new" : "Carregar novo", + "Select new from Files" : "Seleccionar novo a partir dos ficheiros", + "Remove image" : "Remover imagem", + "Either png or jpg. Ideally square but you will be able to crop it." : "Apenas png ou jpg. Idealmente quadrada, mas poderá corta-la depois.", + "Your avatar is provided by your original account." : "O seu avatar é fornecido pela sua conta original.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Escolha uma fotografia de perfil", + "Language" : "Idioma", + "Help translate" : "Ajude a traduzir", + "Common Name" : "Nome Comum", + "Valid until" : "Válido até", + "Issued By" : "Emitido Por", + "Valid until %s" : "Válido até %s", + "Import Root Certificate" : "Importar Certificado Root", + "The encryption app is no longer enabled, please decrypt all your files" : "A aplicação de encriptação já não está ativa, por favor desincripte todos os seus ficheiros", + "Log-in password" : "Password de entrada", + "Decrypt all Files" : "Desencriptar todos os ficheiros", + "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." : "As suas chaves de encriptação foram movidas para um local de segurança. Em caso de algo correr mal você pode restaurar as chaves. Só deve eliminar as chaves permanentemente se tiver certeza absoluta que os ficheiros são decrepitados correctamente.", + "Restore Encryption Keys" : "Restaurar as chaves de encriptação", + "Delete Encryption Keys" : "Apagar as chaves de encriptação", + "Show storage location" : "Mostrar a localização do armazenamento", + "Show last log in" : "Mostrar ultimo acesso de entrada", + "Login Name" : "Nome de utilizador", + "Create" : "Criar", + "Admin Recovery Password" : "Recuperar password de administrador", + "Enter the recovery password in order to recover the users files during password change" : "Digite a senha de recuperação, a fim de recuperar os arquivos de usuários durante a mudança de senha", + "Search Users and Groups" : "Pesquisa Utilizadores e Grupos", + "Add Group" : "Adicionar grupo", + "Group" : "Grupo", + "Everyone" : "Para todos", + "Admins" : "Administrador", + "Default Quota" : "Quota por padrão", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Insira a quota de armazenamento (ex: \"512 MB\" ou \"12 GB\")", + "Unlimited" : "Ilimitado", + "Other" : "Outro", + "Username" : "Nome de utilizador", + "Group Admin for" : "Administrador de Grupo para", + "Quota" : "Quota", + "Storage Location" : "Localização do Armazenamento", + "Last Login" : "Ultimo acesso", + "change full name" : "alterar nome completo", + "set new password" : "definir nova palavra-passe", + "Default" : "Padrão" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json new file mode 100644 index 0000000000..e8b20792b3 --- /dev/null +++ b/settings/l10n/pt_PT.json @@ -0,0 +1,238 @@ +{ "translations": { + "Enabled" : "Ativada", + "Not enabled" : "Desactivado", + "Recommended" : "Recomendado", + "Authentication error" : "Erro na autenticação", + "Your full name has been changed." : "O seu nome completo foi alterado.", + "Unable to change full name" : "Não foi possível alterar o seu nome completo", + "Group already exists" : "O grupo já existe", + "Unable to add group" : "Impossível acrescentar o grupo", + "Files decrypted successfully" : "Ficheiros desencriptados com sucesso", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Não foi possível desencriptar os seus arquivos. Verifique a sua owncloud.log ou pergunte ao seu administrador", + "Couldn't decrypt your files, check your password and try again" : "Não foi possível desencriptar os seus arquivos. Verifique a sua senha e tente novamente", + "Encryption keys deleted permanently" : "A chave de encriptação foi eliminada permanentemente", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Não foi possível excluir permanentemente a sua chave de encriptação. Verifique a sua owncloud.log ou pergunte ao seu administrador", + "Couldn't remove app." : "Impossível remover aplicação.", + "Email saved" : "Email guardado", + "Invalid email" : "Email inválido", + "Unable to delete group" : "Impossível apagar grupo", + "Unable to delete user" : "Impossível apagar utilizador", + "Backups restored successfully" : "Cópias de segurança foram restauradas com sucesso", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Nao foi possivel restaurar as suas chaves de encriptacao. Verifique a sua owncloud.log ou pergunte ao seu administrador", + "Language changed" : "Idioma alterado", + "Invalid request" : "Pedido Inválido", + "Admins can't remove themself from the admin group" : "Os administradores não se podem remover a eles mesmos do grupo admin.", + "Unable to add user to group %s" : "Impossível acrescentar utilizador ao grupo %s", + "Unable to remove user from group %s" : "Impossível apagar utilizador do grupo %s", + "Couldn't update app." : "Não foi possível actualizar a aplicação.", + "Wrong password" : "Password errada", + "No user supplied" : "Nenhum utilizador especificado.", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor forneça uma palavra chave de recuperação de administrador, caso contrário todos os dados de utilizador serão perdidos", + "Wrong admin recovery password. Please check the password and try again." : "Palavra chave de recuperação de administrador errada. Por favor verifique a palavra chave e tente de novo.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Não foi possível alterar a sua palavra-passe, mas a chave de encriptação foi atualizada.", + "Unable to change password" : "Não foi possível alterar a sua password", + "Saved" : "Guardado", + "test email settings" : "testar configurações de email", + "If you received this email, the settings seem to be correct." : "Se você recebeu este e-mail as configurações parecem estar correctas", + "A problem occurred while sending the email. Please revise your settings." : "Um problema ocorreu ao enviar o email. Por favor verifique as suas definições.", + "Email sent" : "E-mail enviado", + "You need to set your user email before being able to send test emails." : "Você precisa de configurar o seu e-mail de usuário antes de ser capaz de enviar e-mails de teste", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Você tem certeza que quer adicionar \"{domain}\" como domínio confiável?", + "Add trusted domain" : "Adicionar domínio confiável ", + "Sending..." : "A enviar...", + "All" : "Todos", + "Please wait...." : "Por favor aguarde...", + "Error while disabling app" : "Erro enquanto desactivava a aplicação", + "Disable" : "Desactivar", + "Enable" : "Activar", + "Error while enabling app" : "Erro enquanto activava a aplicação", + "Updating...." : "A Actualizar...", + "Error while updating app" : "Erro enquanto actualizava a aplicação", + "Updated" : "Actualizado", + "Uninstalling ...." : "Desinstalando ....", + "Error while uninstalling app" : "Erro durante a desinstalação da aplicação", + "Uninstall" : "Desinstalar", + "Select a profile picture" : "Seleccione uma fotografia de perfil", + "Very weak password" : "Password muito fraca", + "Weak password" : "Password fraca", + "So-so password" : "Password aceitável", + "Good password" : "Password Forte", + "Strong password" : "Password muito forte", + "Valid until {date}" : "Válido até {date}", + "Delete" : "Eliminar", + "Decrypting files... Please wait, this can take some time." : "A desencriptar os ficheiros... Por favor aguarde, esta operação pode demorar algum tempo.", + "Delete encryption keys permanently." : "Excluir as chaves encriptadas de forma permanente.", + "Restore encryption keys." : "Restaurar chaves encriptadas.", + "Groups" : "Grupos", + "Unable to delete {objName}" : "Impossível apagar {objNome}", + "Error creating group" : "Erro ao criar grupo", + "A valid group name must be provided" : "Um nome válido do grupo tem de ser fornecido", + "deleted {groupName}" : "apagar {Nome do grupo}", + "undo" : "desfazer", + "no group" : "sem grupo", + "never" : "nunca", + "deleted {userName}" : "apagar{utilizador}", + "add group" : "Adicionar grupo", + "A valid username must be provided" : "Um nome de utilizador válido deve ser fornecido", + "Error creating user" : "Erro a criar utilizador", + "A valid password must be provided" : "Uma password válida deve ser fornecida", + "Warning: Home directory for user \"{user}\" already exists" : "Atenção: a pasta pessoal do utilizador \"{user}\" já existe", + "__language_name__" : "__language_name__", + "Personal Info" : "Informação Pessoal", + "SSL root certificates" : "Certificados SSL de raiz", + "Encryption" : "Encriptação", + "Everything (fatal issues, errors, warnings, info, debug)" : "Tudo (problemas fatais, erros, avisos, informação, depuração)", + "Info, warnings, errors and fatal issues" : "Informação, avisos, erros e problemas fatais", + "Warnings, errors and fatal issues" : "Avisos, erros e problemas fatais", + "Errors and fatal issues" : "Erros e problemas fatais", + "Fatal issues only" : "Apenas problemas fatais", + "None" : "Nenhum", + "Login" : "Login", + "Plain" : "Plano", + "NT LAN Manager" : "Gestor de NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Aviso de Segurança", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Está a aceder %s via HTTP. Recomendamos vivamente que configure o servidor para forçar o uso de 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." : "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir das internet. O seu ficheiro .htaccess não está a funcionar corretamente. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.", + "Setup Warning" : "Aviso de setup", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado a remover blocos doc em linha. Isto vai fazer algumas aplicações basicas inacessíveis.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto é provavelmente causado por uma cache/acelerador como o Zend OPcache or eAcelerador.", + "Database Performance Info" : "Informação sobre desempenho da Base de Dados", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite é usado como base de dados. Para grandes instalações nós recomendamos a alterar isso. Para mudar para outra base de dados use o comando de linha: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Falta o módulo 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O Módulo PHP 'fileinfo' não se encontra instalado/activado. É fortemente recomendado que active este módulo para obter os melhores resultado com a detecção dos tipos de mime.", + "Your PHP version is outdated" : "A sua versão do PHP está ultrapassada", + "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." : "A sua versão do PHP está ultrapassada. Recomendamos que actualize para a versão 5.3.8 ou mais recente, devido às versões anteriores conterem problemas. É também possível que esta instalação não esteja a funcionar correctamente.", + "PHP charset is not set to UTF-8" : "PHP charset não está definido para UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP charset não está definido como UTF-8. Isso pode causar grandes problemas com caracteres não-ASCII em nomes de arquivo. Recomendamos para alterar o valor de php.ini 'default_charset' para 'UTF-8'.", + "Locale not working" : "Internacionalização não está a funcionar", + "System locale can not be set to a one which supports UTF-8." : "Não é possível pôr as definições de sistema compatíveis com UTF-8.", + "This means that there might be problems with certain characters in file names." : "Isto significa que podem haver problemas com alguns caracteres nos nomes dos ficheiros.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Recomendamos fortemente que instale no seu sistema todos os pacotes necessários para suportar os seguintes locales: %s.", + "URL generation in notification emails" : "Geração URL em e-mails de notificação", + "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\")" : "Se a sua instalação não está instalada na raiz do domínio e usa o sistema cron, pode haver problemas com a geração de URL. Para evitar esses problemas, por favor, defina a opção \"overwritewebroot\" no ficheiro config.php para o caminho webroot da sua instalação (sugestão: \"%s\")", + "Connectivity checks" : "Verificações de conectividade", + "No problems found" : "Nenhum problema encontrado", + "Please double check the installation guides." : "Por favor verifique installation guides.", + "Cron" : "Cron", + "Last cron was executed at %s." : "O ultimo cron foi executado em %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "O ultima cron foi executado em %s a mais duma hora. Algo não está certo.", + "Cron was not executed yet!" : "Cron ainda não foi executado!", + "Execute one task with each page loaded" : "Executar uma tarefa com cada página carregada", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está registado num serviço webcron para chamar a página cron.php por http a cada 15 minutos.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Usar o serviço sistema cron para ligar o ficheiro cron.php a cada 15 minutos.", + "Sharing" : "Partilha", + "Allow apps to use the Share API" : "Permitir que os utilizadores usem a API de partilha", + "Allow users to share via link" : "Permitir que os utilizadores partilhem através do link", + "Enforce password protection" : "Forçar protecção da palavra passe", + "Allow public uploads" : "Permitir Envios Públicos", + "Set default expiration date" : "Especificar a data padrão de expiração", + "Expire after " : "Expira após", + "days" : "dias", + "Enforce expiration date" : "Forçar a data de expiração", + "Allow resharing" : "Permitir repartilha", + "Restrict users to only share with users in their groups" : "Restringe os utilizadores só a partilhar com utilizadores do seu grupo", + "Allow users to send mail notification for shared files" : "Permita que o utilizador envie notificações por correio electrónico para ficheiros partilhados", + "Exclude groups from sharing" : "Excluir grupos das partilhas", + "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderão receber partilhas, mas não poderão iniciá-las.", + "Security" : "Segurança", + "Enforce HTTPS" : "Forçar HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Forçar os clientes a ligar a %s através de uma ligação encriptada", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Por favor ligue-se a %s através de uma ligação HTTPS para ligar/desligar o uso de ligação por SSL", + "Email Server" : "Servidor de email", + "This is used for sending out notifications." : "Isto é utilizado para enviar notificações", + "Send mode" : "Modo de envio", + "From address" : "Do endereço", + "mail" : "Correio", + "Authentication method" : "Método de autenticação", + "Authentication required" : "Autenticação necessária", + "Server address" : "Endereço do servidor", + "Port" : "Porto", + "Credentials" : "Credenciais", + "SMTP Username" : "Nome de utilizador SMTP", + "SMTP Password" : "Password SMTP", + "Store credentials" : "Armazenar credenciais", + "Test email settings" : "Testar configurações de email", + "Send email" : "Enviar email", + "Log" : "Registo", + "Log level" : "Nível do registo", + "More" : "Mais", + "Less" : "Menos", + "Version" : "Versão", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desenvolvido pela comunidade ownCloud, ocódigo fonte está licenciado sob a AGPL.", + "More apps" : "Mais aplicações", + "Add your app" : "Adicione a sua aplicação", + "by" : "por", + "licensed" : "licenciado", + "Documentation:" : "Documentação:", + "User Documentation" : "Documentação de Utilizador", + "Admin Documentation" : "Documentação de administrador.", + "Update to %s" : "Actualizar para %s", + "Enable only for specific groups" : "Activar só para grupos específicos", + "Uninstall App" : "Desinstalar aplicação", + "Administrator Documentation" : "Documentação de administrador.", + "Online Documentation" : "Documentação Online", + "Forum" : "Fórum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Suporte Comercial", + "Get the apps to sync your files" : "Obtenha as aplicações para sincronizar os seus ficheiros", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Se quer ajudar no projecto\n⇥⇥aderir desenvolvimento\n⇥⇥ou\n⇥⇥espalhe a palavra!", + "Show First Run Wizard again" : "Mostrar novamente Wizard de Arranque Inicial", + "You have used %s of the available %s" : "Usou %s do disponivel %s", + "Password" : "Password", + "Your password was changed" : "A sua palavra-passe foi alterada", + "Unable to change your password" : "Não foi possivel alterar a sua palavra-chave", + "Current password" : "Palavra-chave actual", + "New password" : "Nova palavra-chave", + "Change password" : "Alterar palavra-chave", + "Full Name" : "Nome completo", + "Email" : "Email", + "Your email address" : "O seu endereço de email", + "Fill in an email address to enable password recovery and receive notifications" : "Preencha com um endereço e-mail para permitir a recuperação de senha e receber notificações", + "Profile picture" : "Foto do perfil", + "Upload new" : "Carregar novo", + "Select new from Files" : "Seleccionar novo a partir dos ficheiros", + "Remove image" : "Remover imagem", + "Either png or jpg. Ideally square but you will be able to crop it." : "Apenas png ou jpg. Idealmente quadrada, mas poderá corta-la depois.", + "Your avatar is provided by your original account." : "O seu avatar é fornecido pela sua conta original.", + "Cancel" : "Cancelar", + "Choose as profile image" : "Escolha uma fotografia de perfil", + "Language" : "Idioma", + "Help translate" : "Ajude a traduzir", + "Common Name" : "Nome Comum", + "Valid until" : "Válido até", + "Issued By" : "Emitido Por", + "Valid until %s" : "Válido até %s", + "Import Root Certificate" : "Importar Certificado Root", + "The encryption app is no longer enabled, please decrypt all your files" : "A aplicação de encriptação já não está ativa, por favor desincripte todos os seus ficheiros", + "Log-in password" : "Password de entrada", + "Decrypt all Files" : "Desencriptar todos os ficheiros", + "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." : "As suas chaves de encriptação foram movidas para um local de segurança. Em caso de algo correr mal você pode restaurar as chaves. Só deve eliminar as chaves permanentemente se tiver certeza absoluta que os ficheiros são decrepitados correctamente.", + "Restore Encryption Keys" : "Restaurar as chaves de encriptação", + "Delete Encryption Keys" : "Apagar as chaves de encriptação", + "Show storage location" : "Mostrar a localização do armazenamento", + "Show last log in" : "Mostrar ultimo acesso de entrada", + "Login Name" : "Nome de utilizador", + "Create" : "Criar", + "Admin Recovery Password" : "Recuperar password de administrador", + "Enter the recovery password in order to recover the users files during password change" : "Digite a senha de recuperação, a fim de recuperar os arquivos de usuários durante a mudança de senha", + "Search Users and Groups" : "Pesquisa Utilizadores e Grupos", + "Add Group" : "Adicionar grupo", + "Group" : "Grupo", + "Everyone" : "Para todos", + "Admins" : "Administrador", + "Default Quota" : "Quota por padrão", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Insira a quota de armazenamento (ex: \"512 MB\" ou \"12 GB\")", + "Unlimited" : "Ilimitado", + "Other" : "Outro", + "Username" : "Nome de utilizador", + "Group Admin for" : "Administrador de Grupo para", + "Quota" : "Quota", + "Storage Location" : "Localização do Armazenamento", + "Last Login" : "Ultimo acesso", + "change full name" : "alterar nome completo", + "set new password" : "definir nova palavra-passe", + "Default" : "Padrão" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php deleted file mode 100644 index 363cf1959f..0000000000 --- a/settings/l10n/pt_PT.php +++ /dev/null @@ -1,239 +0,0 @@ - "Ativada", -"Not enabled" => "Desactivado", -"Recommended" => "Recomendado", -"Authentication error" => "Erro na autenticação", -"Your full name has been changed." => "O seu nome completo foi alterado.", -"Unable to change full name" => "Não foi possível alterar o seu nome completo", -"Group already exists" => "O grupo já existe", -"Unable to add group" => "Impossível acrescentar o grupo", -"Files decrypted successfully" => "Ficheiros desencriptados com sucesso", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Não foi possível desencriptar os seus arquivos. Verifique a sua owncloud.log ou pergunte ao seu administrador", -"Couldn't decrypt your files, check your password and try again" => "Não foi possível desencriptar os seus arquivos. Verifique a sua senha e tente novamente", -"Encryption keys deleted permanently" => "A chave de encriptação foi eliminada permanentemente", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Não foi possível excluir permanentemente a sua chave de encriptação. Verifique a sua owncloud.log ou pergunte ao seu administrador", -"Couldn't remove app." => "Impossível remover aplicação.", -"Email saved" => "Email guardado", -"Invalid email" => "Email inválido", -"Unable to delete group" => "Impossível apagar grupo", -"Unable to delete user" => "Impossível apagar utilizador", -"Backups restored successfully" => "Cópias de segurança foram restauradas com sucesso", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Nao foi possivel restaurar as suas chaves de encriptacao. Verifique a sua owncloud.log ou pergunte ao seu administrador", -"Language changed" => "Idioma alterado", -"Invalid request" => "Pedido Inválido", -"Admins can't remove themself from the admin group" => "Os administradores não se podem remover a eles mesmos do grupo admin.", -"Unable to add user to group %s" => "Impossível acrescentar utilizador ao grupo %s", -"Unable to remove user from group %s" => "Impossível apagar utilizador do grupo %s", -"Couldn't update app." => "Não foi possível actualizar a aplicação.", -"Wrong password" => "Password errada", -"No user supplied" => "Nenhum utilizador especificado.", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Por favor forneça uma palavra chave de recuperação de administrador, caso contrário todos os dados de utilizador serão perdidos", -"Wrong admin recovery password. Please check the password and try again." => "Palavra chave de recuperação de administrador errada. Por favor verifique a palavra chave e tente de novo.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Não foi possível alterar a sua palavra-passe, mas a chave de encriptação foi atualizada.", -"Unable to change password" => "Não foi possível alterar a sua password", -"Saved" => "Guardado", -"test email settings" => "testar configurações de email", -"If you received this email, the settings seem to be correct." => "Se você recebeu este e-mail as configurações parecem estar correctas", -"A problem occurred while sending the email. Please revise your settings." => "Um problema ocorreu ao enviar o email. Por favor verifique as suas definições.", -"Email sent" => "E-mail enviado", -"You need to set your user email before being able to send test emails." => "Você precisa de configurar o seu e-mail de usuário antes de ser capaz de enviar e-mails de teste", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Você tem certeza que quer adicionar \"{domain}\" como domínio confiável?", -"Add trusted domain" => "Adicionar domínio confiável ", -"Sending..." => "A enviar...", -"All" => "Todos", -"Please wait...." => "Por favor aguarde...", -"Error while disabling app" => "Erro enquanto desactivava a aplicação", -"Disable" => "Desactivar", -"Enable" => "Activar", -"Error while enabling app" => "Erro enquanto activava a aplicação", -"Updating...." => "A Actualizar...", -"Error while updating app" => "Erro enquanto actualizava a aplicação", -"Updated" => "Actualizado", -"Uninstalling ...." => "Desinstalando ....", -"Error while uninstalling app" => "Erro durante a desinstalação da aplicação", -"Uninstall" => "Desinstalar", -"Select a profile picture" => "Seleccione uma fotografia de perfil", -"Very weak password" => "Password muito fraca", -"Weak password" => "Password fraca", -"So-so password" => "Password aceitável", -"Good password" => "Password Forte", -"Strong password" => "Password muito forte", -"Valid until {date}" => "Válido até {date}", -"Delete" => "Eliminar", -"Decrypting files... Please wait, this can take some time." => "A desencriptar os ficheiros... Por favor aguarde, esta operação pode demorar algum tempo.", -"Delete encryption keys permanently." => "Excluir as chaves encriptadas de forma permanente.", -"Restore encryption keys." => "Restaurar chaves encriptadas.", -"Groups" => "Grupos", -"Unable to delete {objName}" => "Impossível apagar {objNome}", -"Error creating group" => "Erro ao criar grupo", -"A valid group name must be provided" => "Um nome válido do grupo tem de ser fornecido", -"deleted {groupName}" => "apagar {Nome do grupo}", -"undo" => "desfazer", -"no group" => "sem grupo", -"never" => "nunca", -"deleted {userName}" => "apagar{utilizador}", -"add group" => "Adicionar grupo", -"A valid username must be provided" => "Um nome de utilizador válido deve ser fornecido", -"Error creating user" => "Erro a criar utilizador", -"A valid password must be provided" => "Uma password válida deve ser fornecida", -"Warning: Home directory for user \"{user}\" already exists" => "Atenção: a pasta pessoal do utilizador \"{user}\" já existe", -"__language_name__" => "__language_name__", -"Personal Info" => "Informação Pessoal", -"SSL root certificates" => "Certificados SSL de raiz", -"Encryption" => "Encriptação", -"Everything (fatal issues, errors, warnings, info, debug)" => "Tudo (problemas fatais, erros, avisos, informação, depuração)", -"Info, warnings, errors and fatal issues" => "Informação, avisos, erros e problemas fatais", -"Warnings, errors and fatal issues" => "Avisos, erros e problemas fatais", -"Errors and fatal issues" => "Erros e problemas fatais", -"Fatal issues only" => "Apenas problemas fatais", -"None" => "Nenhum", -"Login" => "Login", -"Plain" => "Plano", -"NT LAN Manager" => "Gestor de NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Aviso de Segurança", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Está a aceder %s via HTTP. Recomendamos vivamente que configure o servidor para forçar o uso de 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." => "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir das internet. O seu ficheiro .htaccess não está a funcionar corretamente. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.", -"Setup Warning" => "Aviso de setup", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP está aparentemente configurado a remover blocos doc em linha. Isto vai fazer algumas aplicações basicas inacessíveis.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Isto é provavelmente causado por uma cache/acelerador como o Zend OPcache or eAcelerador.", -"Database Performance Info" => "Informação sobre desempenho da Base de Dados", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite é usado como base de dados. Para grandes instalações nós recomendamos a alterar isso. Para mudar para outra base de dados use o comando de linha: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Falta o módulo 'fileinfo'", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "O Módulo PHP 'fileinfo' não se encontra instalado/activado. É fortemente recomendado que active este módulo para obter os melhores resultado com a detecção dos tipos de mime.", -"Your PHP version is outdated" => "A sua versão do PHP está ultrapassada", -"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." => "A sua versão do PHP está ultrapassada. Recomendamos que actualize para a versão 5.3.8 ou mais recente, devido às versões anteriores conterem problemas. É também possível que esta instalação não esteja a funcionar correctamente.", -"PHP charset is not set to UTF-8" => "PHP charset não está definido para UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP charset não está definido como UTF-8. Isso pode causar grandes problemas com caracteres não-ASCII em nomes de arquivo. Recomendamos para alterar o valor de php.ini 'default_charset' para 'UTF-8'.", -"Locale not working" => "Internacionalização não está a funcionar", -"System locale can not be set to a one which supports UTF-8." => "Não é possível pôr as definições de sistema compatíveis com UTF-8.", -"This means that there might be problems with certain characters in file names." => "Isto significa que podem haver problemas com alguns caracteres nos nomes dos ficheiros.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Recomendamos fortemente que instale no seu sistema todos os pacotes necessários para suportar os seguintes locales: %s.", -"URL generation in notification emails" => "Geração URL em e-mails de notificação", -"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\")" => "Se a sua instalação não está instalada na raiz do domínio e usa o sistema cron, pode haver problemas com a geração de URL. Para evitar esses problemas, por favor, defina a opção \"overwritewebroot\" no ficheiro config.php para o caminho webroot da sua instalação (sugestão: \"%s\")", -"Connectivity checks" => "Verificações de conectividade", -"No problems found" => "Nenhum problema encontrado", -"Please double check the installation guides." => "Por favor verifique installation guides.", -"Cron" => "Cron", -"Last cron was executed at %s." => "O ultimo cron foi executado em %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "O ultima cron foi executado em %s a mais duma hora. Algo não está certo.", -"Cron was not executed yet!" => "Cron ainda não foi executado!", -"Execute one task with each page loaded" => "Executar uma tarefa com cada página carregada", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php está registado num serviço webcron para chamar a página cron.php por http a cada 15 minutos.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Usar o serviço sistema cron para ligar o ficheiro cron.php a cada 15 minutos.", -"Sharing" => "Partilha", -"Allow apps to use the Share API" => "Permitir que os utilizadores usem a API de partilha", -"Allow users to share via link" => "Permitir que os utilizadores partilhem através do link", -"Enforce password protection" => "Forçar protecção da palavra passe", -"Allow public uploads" => "Permitir Envios Públicos", -"Set default expiration date" => "Especificar a data padrão de expiração", -"Expire after " => "Expira após", -"days" => "dias", -"Enforce expiration date" => "Forçar a data de expiração", -"Allow resharing" => "Permitir repartilha", -"Restrict users to only share with users in their groups" => "Restringe os utilizadores só a partilhar com utilizadores do seu grupo", -"Allow users to send mail notification for shared files" => "Permita que o utilizador envie notificações por correio electrónico para ficheiros partilhados", -"Exclude groups from sharing" => "Excluir grupos das partilhas", -"These groups will still be able to receive shares, but not to initiate them." => "Estes grupos poderão receber partilhas, mas não poderão iniciá-las.", -"Security" => "Segurança", -"Enforce HTTPS" => "Forçar HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Forçar os clientes a ligar a %s através de uma ligação encriptada", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor ligue-se a %s através de uma ligação HTTPS para ligar/desligar o uso de ligação por SSL", -"Email Server" => "Servidor de email", -"This is used for sending out notifications." => "Isto é utilizado para enviar notificações", -"Send mode" => "Modo de envio", -"From address" => "Do endereço", -"mail" => "Correio", -"Authentication method" => "Método de autenticação", -"Authentication required" => "Autenticação necessária", -"Server address" => "Endereço do servidor", -"Port" => "Porto", -"Credentials" => "Credenciais", -"SMTP Username" => "Nome de utilizador SMTP", -"SMTP Password" => "Password SMTP", -"Store credentials" => "Armazenar credenciais", -"Test email settings" => "Testar configurações de email", -"Send email" => "Enviar email", -"Log" => "Registo", -"Log level" => "Nível do registo", -"More" => "Mais", -"Less" => "Menos", -"Version" => "Versão", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desenvolvido pela comunidade ownCloud, ocódigo fonte está licenciado sob a AGPL.", -"More apps" => "Mais aplicações", -"Add your app" => "Adicione a sua aplicação", -"by" => "por", -"licensed" => "licenciado", -"Documentation:" => "Documentação:", -"User Documentation" => "Documentação de Utilizador", -"Admin Documentation" => "Documentação de administrador.", -"Update to %s" => "Actualizar para %s", -"Enable only for specific groups" => "Activar só para grupos específicos", -"Uninstall App" => "Desinstalar aplicação", -"Administrator Documentation" => "Documentação de administrador.", -"Online Documentation" => "Documentação Online", -"Forum" => "Fórum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Suporte Comercial", -"Get the apps to sync your files" => "Obtenha as aplicações para sincronizar os seus ficheiros", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Se quer ajudar no projecto\n⇥⇥aderir desenvolvimento\n⇥⇥ou\n⇥⇥espalhe a palavra!", -"Show First Run Wizard again" => "Mostrar novamente Wizard de Arranque Inicial", -"You have used %s of the available %s" => "Usou %s do disponivel %s", -"Password" => "Password", -"Your password was changed" => "A sua palavra-passe foi alterada", -"Unable to change your password" => "Não foi possivel alterar a sua palavra-chave", -"Current password" => "Palavra-chave actual", -"New password" => "Nova palavra-chave", -"Change password" => "Alterar palavra-chave", -"Full Name" => "Nome completo", -"Email" => "Email", -"Your email address" => "O seu endereço de email", -"Fill in an email address to enable password recovery and receive notifications" => "Preencha com um endereço e-mail para permitir a recuperação de senha e receber notificações", -"Profile picture" => "Foto do perfil", -"Upload new" => "Carregar novo", -"Select new from Files" => "Seleccionar novo a partir dos ficheiros", -"Remove image" => "Remover imagem", -"Either png or jpg. Ideally square but you will be able to crop it." => "Apenas png ou jpg. Idealmente quadrada, mas poderá corta-la depois.", -"Your avatar is provided by your original account." => "O seu avatar é fornecido pela sua conta original.", -"Cancel" => "Cancelar", -"Choose as profile image" => "Escolha uma fotografia de perfil", -"Language" => "Idioma", -"Help translate" => "Ajude a traduzir", -"Common Name" => "Nome Comum", -"Valid until" => "Válido até", -"Issued By" => "Emitido Por", -"Valid until %s" => "Válido até %s", -"Import Root Certificate" => "Importar Certificado Root", -"The encryption app is no longer enabled, please decrypt all your files" => "A aplicação de encriptação já não está ativa, por favor desincripte todos os seus ficheiros", -"Log-in password" => "Password de entrada", -"Decrypt all Files" => "Desencriptar todos os ficheiros", -"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." => "As suas chaves de encriptação foram movidas para um local de segurança. Em caso de algo correr mal você pode restaurar as chaves. Só deve eliminar as chaves permanentemente se tiver certeza absoluta que os ficheiros são decrepitados correctamente.", -"Restore Encryption Keys" => "Restaurar as chaves de encriptação", -"Delete Encryption Keys" => "Apagar as chaves de encriptação", -"Show storage location" => "Mostrar a localização do armazenamento", -"Show last log in" => "Mostrar ultimo acesso de entrada", -"Login Name" => "Nome de utilizador", -"Create" => "Criar", -"Admin Recovery Password" => "Recuperar password de administrador", -"Enter the recovery password in order to recover the users files during password change" => "Digite a senha de recuperação, a fim de recuperar os arquivos de usuários durante a mudança de senha", -"Search Users and Groups" => "Pesquisa Utilizadores e Grupos", -"Add Group" => "Adicionar grupo", -"Group" => "Grupo", -"Everyone" => "Para todos", -"Admins" => "Administrador", -"Default Quota" => "Quota por padrão", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Insira a quota de armazenamento (ex: \"512 MB\" ou \"12 GB\")", -"Unlimited" => "Ilimitado", -"Other" => "Outro", -"Username" => "Nome de utilizador", -"Group Admin for" => "Administrador de Grupo para", -"Quota" => "Quota", -"Storage Location" => "Localização do Armazenamento", -"Last Login" => "Ultimo acesso", -"change full name" => "alterar nome completo", -"set new password" => "definir nova palavra-passe", -"Default" => "Padrão" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ro.js b/settings/l10n/ro.js new file mode 100644 index 0000000000..64e3d81183 --- /dev/null +++ b/settings/l10n/ro.js @@ -0,0 +1,137 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Activat", + "Recommended" : "Recomandat", + "Authentication error" : "Eroare la autentificare", + "Your full name has been changed." : "Numele tău complet a fost schimbat.", + "Unable to change full name" : "Nu s-a puput schimba numele complet", + "Group already exists" : "Grupul există deja", + "Unable to add group" : "Nu s-a putut adăuga grupul", + "Files decrypted successfully" : "Fișierele au fost decriptate cu succes", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Nu s-a puput decripta fișierele tale, verifică owncloud.log sau întreabă administratorul", + "Couldn't decrypt your files, check your password and try again" : "Nu s-a puput decripta fișierele tale, verifică parola și încearcă din nou", + "Email saved" : "E-mail salvat", + "Invalid email" : "E-mail invalid", + "Unable to delete group" : "Nu s-a putut șterge grupul", + "Unable to delete user" : "Nu s-a putut șterge utilizatorul", + "Language changed" : "Limba a fost schimbată", + "Invalid request" : "Cerere eronată", + "Admins can't remove themself from the admin group" : "Administratorii nu se pot șterge singuri din grupul admin", + "Unable to add user to group %s" : "Nu s-a putut adăuga utilizatorul la grupul %s", + "Unable to remove user from group %s" : "Nu s-a putut elimina utilizatorul din grupul %s", + "Couldn't update app." : "Aplicaţia nu s-a putut actualiza.", + "Wrong password" : "Parolă greșită", + "No user supplied" : "Nici un utilizator furnizat", + "Unable to change password" : "Imposibil de schimbat parola", + "Saved" : "Salvat", + "test email settings" : "verifică setările de e-mail", + "If you received this email, the settings seem to be correct." : "Dacă ai primit acest e-mail atunci setările par a fi corecte.", + "Email sent" : "Mesajul a fost expediat", + "Sending..." : "Se expediază...", + "All" : "Toate ", + "Please wait...." : "Aşteptaţi vă rog....", + "Error while disabling app" : "Eroare în timpul dezactivării aplicației", + "Disable" : "Dezactivați", + "Enable" : "Activare", + "Error while enabling app" : "Eroare în timpul activării applicației", + "Updating...." : "Actualizare în curs....", + "Error while updating app" : "Eroare în timpul actualizării aplicaţiei", + "Updated" : "Actualizat", + "Select a profile picture" : "Selectează o imagine de profil", + "Very weak password" : "Parolă foarte slabă", + "Weak password" : "Parolă slabă", + "Good password" : "Parolă bună", + "Strong password" : "Parolă puternică", + "Delete" : "Șterge", + "Decrypting files... Please wait, this can take some time." : "Decriptare fișiere... Te rog așteaptă, poate dura ceva timp.", + "Groups" : "Grupuri", + "undo" : "Anulează ultima acțiune", + "never" : "niciodată", + "add group" : "adăugaţi grupul", + "A valid username must be provided" : "Trebuie să furnizaţi un nume de utilizator valid", + "Error creating user" : "Eroare la crearea utilizatorului", + "A valid password must be provided" : "Trebuie să furnizaţi o parolă validă", + "Warning: Home directory for user \"{user}\" already exists" : "Avertizare: Dosarul Acasă pentru utilizatorul \"{user}\" deja există", + "__language_name__" : "_language_name_", + "SSL root certificates" : "Certificate SSL root", + "Encryption" : "Încriptare", + "None" : "Niciuna", + "Login" : "Autentificare", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Avertisment de securitate", + "Setup Warning" : "Atenţie la implementare", + "Module 'fileinfo' missing" : "Modulul \"Fileinfo\" lipsește", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Modulul PHP \"Fileinfo\" lipsește. Va recomandam sa activaţi acest modul pentru a obține cele mai bune rezultate cu detectarea mime-type.", + "Your PHP version is outdated" : "Versiunea PHP folosită este învechită", + "Locale not working" : "Localizarea nu funcționează", + "Please double check the installation guides." : "Vă rugăm să verificați ghiduri de instalare.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Execută o sarcină la fiecare pagină încărcată", + "Sharing" : "Partajare", + "Allow apps to use the Share API" : "Permite aplicațiilor să folosească API-ul de partajare", + "Allow public uploads" : "Permite încărcări publice", + "Allow resharing" : "Permite repartajarea", + "Allow users to send mail notification for shared files" : "Permite utilizatorilor sa expedieze notificări prin e-mail pentru dosarele comune", + "Security" : "Securitate", + "Forces the clients to connect to %s via an encrypted connection." : "Forțează clienții să se conecteze la %s folosind o conexiune sigură", + "Send mode" : "Modul de expediere", + "Authentication method" : "Modul de autentificare", + "Server address" : "Adresa server-ului", + "Port" : "Portul", + "SMTP Username" : "Nume utilizator SMTP", + "SMTP Password" : "Parolă SMTP", + "Test email settings" : "Verifică setările de e-mail", + "Send email" : "Expediază mesajul", + "Log" : "Jurnal de activitate", + "Log level" : "Nivel jurnal", + "More" : "Mai mult", + "Less" : "Mai puțin", + "Version" : "Versiunea", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Dezvoltat de the comunitatea ownCloud, codul sursă este licențiat sub AGPL.", + "by" : "după", + "User Documentation" : "Documentație utilizator", + "Administrator Documentation" : "Documentație administrator", + "Online Documentation" : "Documentație online", + "Forum" : "Forum", + "Bugtracker" : "Urmărire bug-uri", + "Commercial Support" : "Suport comercial", + "Get the apps to sync your files" : "Ia acum aplicatia pentru sincronizarea fisierelor ", + "You have used %s of the available %s" : "Ați utilizat %s din %s disponibile", + "Password" : "Parolă", + "Your password was changed" : "Parola a fost modificată", + "Unable to change your password" : "Imposibil de-ați schimbat parola", + "Current password" : "Parola curentă", + "New password" : "Noua parolă", + "Change password" : "Schimbă parola", + "Full Name" : "Nume complet", + "Email" : "Email", + "Your email address" : "Adresa ta de email", + "Profile picture" : "Imagine de profil", + "Upload new" : "Încarcă una nouă", + "Select new from Files" : "Selectează una din Fișiere", + "Remove image" : "Înlătură imagine", + "Either png or jpg. Ideally square but you will be able to crop it." : "Doar png sau jpg de formă pătrată. ", + "Cancel" : "Anulare", + "Choose as profile image" : "Alege drept imagine de profil", + "Language" : "Limba", + "Help translate" : "Ajută la traducere", + "Import Root Certificate" : "Importă certificat root", + "Log-in password" : "Parolă", + "Decrypt all Files" : "Decriptează toate fișierele", + "Login Name" : "Autentificare", + "Create" : "Crează", + "Admin Recovery Password" : "Parolă de recuperare a Administratorului", + "Enter the recovery password in order to recover the users files during password change" : "Introdu parola de recuperare pentru a recupera fișierele utilizatorilor în timpul schimbării parolei", + "Group" : "Grup", + "Default Quota" : "Cotă implicită", + "Unlimited" : "Nelimitată", + "Other" : "Altele", + "Username" : "Nume utilizator", + "Quota" : "Cotă", + "change full name" : "schimbă numele complet", + "set new password" : "setează parolă nouă", + "Default" : "Implicită" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/settings/l10n/ro.json b/settings/l10n/ro.json new file mode 100644 index 0000000000..c4c756e936 --- /dev/null +++ b/settings/l10n/ro.json @@ -0,0 +1,135 @@ +{ "translations": { + "Enabled" : "Activat", + "Recommended" : "Recomandat", + "Authentication error" : "Eroare la autentificare", + "Your full name has been changed." : "Numele tău complet a fost schimbat.", + "Unable to change full name" : "Nu s-a puput schimba numele complet", + "Group already exists" : "Grupul există deja", + "Unable to add group" : "Nu s-a putut adăuga grupul", + "Files decrypted successfully" : "Fișierele au fost decriptate cu succes", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Nu s-a puput decripta fișierele tale, verifică owncloud.log sau întreabă administratorul", + "Couldn't decrypt your files, check your password and try again" : "Nu s-a puput decripta fișierele tale, verifică parola și încearcă din nou", + "Email saved" : "E-mail salvat", + "Invalid email" : "E-mail invalid", + "Unable to delete group" : "Nu s-a putut șterge grupul", + "Unable to delete user" : "Nu s-a putut șterge utilizatorul", + "Language changed" : "Limba a fost schimbată", + "Invalid request" : "Cerere eronată", + "Admins can't remove themself from the admin group" : "Administratorii nu se pot șterge singuri din grupul admin", + "Unable to add user to group %s" : "Nu s-a putut adăuga utilizatorul la grupul %s", + "Unable to remove user from group %s" : "Nu s-a putut elimina utilizatorul din grupul %s", + "Couldn't update app." : "Aplicaţia nu s-a putut actualiza.", + "Wrong password" : "Parolă greșită", + "No user supplied" : "Nici un utilizator furnizat", + "Unable to change password" : "Imposibil de schimbat parola", + "Saved" : "Salvat", + "test email settings" : "verifică setările de e-mail", + "If you received this email, the settings seem to be correct." : "Dacă ai primit acest e-mail atunci setările par a fi corecte.", + "Email sent" : "Mesajul a fost expediat", + "Sending..." : "Se expediază...", + "All" : "Toate ", + "Please wait...." : "Aşteptaţi vă rog....", + "Error while disabling app" : "Eroare în timpul dezactivării aplicației", + "Disable" : "Dezactivați", + "Enable" : "Activare", + "Error while enabling app" : "Eroare în timpul activării applicației", + "Updating...." : "Actualizare în curs....", + "Error while updating app" : "Eroare în timpul actualizării aplicaţiei", + "Updated" : "Actualizat", + "Select a profile picture" : "Selectează o imagine de profil", + "Very weak password" : "Parolă foarte slabă", + "Weak password" : "Parolă slabă", + "Good password" : "Parolă bună", + "Strong password" : "Parolă puternică", + "Delete" : "Șterge", + "Decrypting files... Please wait, this can take some time." : "Decriptare fișiere... Te rog așteaptă, poate dura ceva timp.", + "Groups" : "Grupuri", + "undo" : "Anulează ultima acțiune", + "never" : "niciodată", + "add group" : "adăugaţi grupul", + "A valid username must be provided" : "Trebuie să furnizaţi un nume de utilizator valid", + "Error creating user" : "Eroare la crearea utilizatorului", + "A valid password must be provided" : "Trebuie să furnizaţi o parolă validă", + "Warning: Home directory for user \"{user}\" already exists" : "Avertizare: Dosarul Acasă pentru utilizatorul \"{user}\" deja există", + "__language_name__" : "_language_name_", + "SSL root certificates" : "Certificate SSL root", + "Encryption" : "Încriptare", + "None" : "Niciuna", + "Login" : "Autentificare", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Avertisment de securitate", + "Setup Warning" : "Atenţie la implementare", + "Module 'fileinfo' missing" : "Modulul \"Fileinfo\" lipsește", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Modulul PHP \"Fileinfo\" lipsește. Va recomandam sa activaţi acest modul pentru a obține cele mai bune rezultate cu detectarea mime-type.", + "Your PHP version is outdated" : "Versiunea PHP folosită este învechită", + "Locale not working" : "Localizarea nu funcționează", + "Please double check the installation guides." : "Vă rugăm să verificați ghiduri de instalare.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Execută o sarcină la fiecare pagină încărcată", + "Sharing" : "Partajare", + "Allow apps to use the Share API" : "Permite aplicațiilor să folosească API-ul de partajare", + "Allow public uploads" : "Permite încărcări publice", + "Allow resharing" : "Permite repartajarea", + "Allow users to send mail notification for shared files" : "Permite utilizatorilor sa expedieze notificări prin e-mail pentru dosarele comune", + "Security" : "Securitate", + "Forces the clients to connect to %s via an encrypted connection." : "Forțează clienții să se conecteze la %s folosind o conexiune sigură", + "Send mode" : "Modul de expediere", + "Authentication method" : "Modul de autentificare", + "Server address" : "Adresa server-ului", + "Port" : "Portul", + "SMTP Username" : "Nume utilizator SMTP", + "SMTP Password" : "Parolă SMTP", + "Test email settings" : "Verifică setările de e-mail", + "Send email" : "Expediază mesajul", + "Log" : "Jurnal de activitate", + "Log level" : "Nivel jurnal", + "More" : "Mai mult", + "Less" : "Mai puțin", + "Version" : "Versiunea", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Dezvoltat de the comunitatea ownCloud, codul sursă este licențiat sub AGPL.", + "by" : "după", + "User Documentation" : "Documentație utilizator", + "Administrator Documentation" : "Documentație administrator", + "Online Documentation" : "Documentație online", + "Forum" : "Forum", + "Bugtracker" : "Urmărire bug-uri", + "Commercial Support" : "Suport comercial", + "Get the apps to sync your files" : "Ia acum aplicatia pentru sincronizarea fisierelor ", + "You have used %s of the available %s" : "Ați utilizat %s din %s disponibile", + "Password" : "Parolă", + "Your password was changed" : "Parola a fost modificată", + "Unable to change your password" : "Imposibil de-ați schimbat parola", + "Current password" : "Parola curentă", + "New password" : "Noua parolă", + "Change password" : "Schimbă parola", + "Full Name" : "Nume complet", + "Email" : "Email", + "Your email address" : "Adresa ta de email", + "Profile picture" : "Imagine de profil", + "Upload new" : "Încarcă una nouă", + "Select new from Files" : "Selectează una din Fișiere", + "Remove image" : "Înlătură imagine", + "Either png or jpg. Ideally square but you will be able to crop it." : "Doar png sau jpg de formă pătrată. ", + "Cancel" : "Anulare", + "Choose as profile image" : "Alege drept imagine de profil", + "Language" : "Limba", + "Help translate" : "Ajută la traducere", + "Import Root Certificate" : "Importă certificat root", + "Log-in password" : "Parolă", + "Decrypt all Files" : "Decriptează toate fișierele", + "Login Name" : "Autentificare", + "Create" : "Crează", + "Admin Recovery Password" : "Parolă de recuperare a Administratorului", + "Enter the recovery password in order to recover the users files during password change" : "Introdu parola de recuperare pentru a recupera fișierele utilizatorilor în timpul schimbării parolei", + "Group" : "Grup", + "Default Quota" : "Cotă implicită", + "Unlimited" : "Nelimitată", + "Other" : "Altele", + "Username" : "Nume utilizator", + "Quota" : "Cotă", + "change full name" : "schimbă numele complet", + "set new password" : "setează parolă nouă", + "Default" : "Implicită" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/settings/l10n/ro.php b/settings/l10n/ro.php deleted file mode 100644 index a0cf5139e5..0000000000 --- a/settings/l10n/ro.php +++ /dev/null @@ -1,136 +0,0 @@ - "Activat", -"Recommended" => "Recomandat", -"Authentication error" => "Eroare la autentificare", -"Your full name has been changed." => "Numele tău complet a fost schimbat.", -"Unable to change full name" => "Nu s-a puput schimba numele complet", -"Group already exists" => "Grupul există deja", -"Unable to add group" => "Nu s-a putut adăuga grupul", -"Files decrypted successfully" => "Fișierele au fost decriptate cu succes", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Nu s-a puput decripta fișierele tale, verifică owncloud.log sau întreabă administratorul", -"Couldn't decrypt your files, check your password and try again" => "Nu s-a puput decripta fișierele tale, verifică parola și încearcă din nou", -"Email saved" => "E-mail salvat", -"Invalid email" => "E-mail invalid", -"Unable to delete group" => "Nu s-a putut șterge grupul", -"Unable to delete user" => "Nu s-a putut șterge utilizatorul", -"Language changed" => "Limba a fost schimbată", -"Invalid request" => "Cerere eronată", -"Admins can't remove themself from the admin group" => "Administratorii nu se pot șterge singuri din grupul admin", -"Unable to add user to group %s" => "Nu s-a putut adăuga utilizatorul la grupul %s", -"Unable to remove user from group %s" => "Nu s-a putut elimina utilizatorul din grupul %s", -"Couldn't update app." => "Aplicaţia nu s-a putut actualiza.", -"Wrong password" => "Parolă greșită", -"No user supplied" => "Nici un utilizator furnizat", -"Unable to change password" => "Imposibil de schimbat parola", -"Saved" => "Salvat", -"test email settings" => "verifică setările de e-mail", -"If you received this email, the settings seem to be correct." => "Dacă ai primit acest e-mail atunci setările par a fi corecte.", -"Email sent" => "Mesajul a fost expediat", -"Sending..." => "Se expediază...", -"All" => "Toate ", -"Please wait...." => "Aşteptaţi vă rog....", -"Error while disabling app" => "Eroare în timpul dezactivării aplicației", -"Disable" => "Dezactivați", -"Enable" => "Activare", -"Error while enabling app" => "Eroare în timpul activării applicației", -"Updating...." => "Actualizare în curs....", -"Error while updating app" => "Eroare în timpul actualizării aplicaţiei", -"Updated" => "Actualizat", -"Select a profile picture" => "Selectează o imagine de profil", -"Very weak password" => "Parolă foarte slabă", -"Weak password" => "Parolă slabă", -"Good password" => "Parolă bună", -"Strong password" => "Parolă puternică", -"Delete" => "Șterge", -"Decrypting files... Please wait, this can take some time." => "Decriptare fișiere... Te rog așteaptă, poate dura ceva timp.", -"Groups" => "Grupuri", -"undo" => "Anulează ultima acțiune", -"never" => "niciodată", -"add group" => "adăugaţi grupul", -"A valid username must be provided" => "Trebuie să furnizaţi un nume de utilizator valid", -"Error creating user" => "Eroare la crearea utilizatorului", -"A valid password must be provided" => "Trebuie să furnizaţi o parolă validă", -"Warning: Home directory for user \"{user}\" already exists" => "Avertizare: Dosarul Acasă pentru utilizatorul \"{user}\" deja există", -"__language_name__" => "_language_name_", -"SSL root certificates" => "Certificate SSL root", -"Encryption" => "Încriptare", -"None" => "Niciuna", -"Login" => "Autentificare", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Avertisment de securitate", -"Setup Warning" => "Atenţie la implementare", -"Module 'fileinfo' missing" => "Modulul \"Fileinfo\" lipsește", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Modulul PHP \"Fileinfo\" lipsește. Va recomandam sa activaţi acest modul pentru a obține cele mai bune rezultate cu detectarea mime-type.", -"Your PHP version is outdated" => "Versiunea PHP folosită este învechită", -"Locale not working" => "Localizarea nu funcționează", -"Please double check the installation guides." => "Vă rugăm să verificați ghiduri de instalare.", -"Cron" => "Cron", -"Execute one task with each page loaded" => "Execută o sarcină la fiecare pagină încărcată", -"Sharing" => "Partajare", -"Allow apps to use the Share API" => "Permite aplicațiilor să folosească API-ul de partajare", -"Allow public uploads" => "Permite încărcări publice", -"Allow resharing" => "Permite repartajarea", -"Allow users to send mail notification for shared files" => "Permite utilizatorilor sa expedieze notificări prin e-mail pentru dosarele comune", -"Security" => "Securitate", -"Forces the clients to connect to %s via an encrypted connection." => "Forțează clienții să se conecteze la %s folosind o conexiune sigură", -"Send mode" => "Modul de expediere", -"Authentication method" => "Modul de autentificare", -"Server address" => "Adresa server-ului", -"Port" => "Portul", -"SMTP Username" => "Nume utilizator SMTP", -"SMTP Password" => "Parolă SMTP", -"Test email settings" => "Verifică setările de e-mail", -"Send email" => "Expediază mesajul", -"Log" => "Jurnal de activitate", -"Log level" => "Nivel jurnal", -"More" => "Mai mult", -"Less" => "Mai puțin", -"Version" => "Versiunea", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Dezvoltat de the comunitatea ownCloud, codul sursă este licențiat sub AGPL.", -"by" => "după", -"User Documentation" => "Documentație utilizator", -"Administrator Documentation" => "Documentație administrator", -"Online Documentation" => "Documentație online", -"Forum" => "Forum", -"Bugtracker" => "Urmărire bug-uri", -"Commercial Support" => "Suport comercial", -"Get the apps to sync your files" => "Ia acum aplicatia pentru sincronizarea fisierelor ", -"You have used %s of the available %s" => "Ați utilizat %s din %s disponibile", -"Password" => "Parolă", -"Your password was changed" => "Parola a fost modificată", -"Unable to change your password" => "Imposibil de-ați schimbat parola", -"Current password" => "Parola curentă", -"New password" => "Noua parolă", -"Change password" => "Schimbă parola", -"Full Name" => "Nume complet", -"Email" => "Email", -"Your email address" => "Adresa ta de email", -"Profile picture" => "Imagine de profil", -"Upload new" => "Încarcă una nouă", -"Select new from Files" => "Selectează una din Fișiere", -"Remove image" => "Înlătură imagine", -"Either png or jpg. Ideally square but you will be able to crop it." => "Doar png sau jpg de formă pătrată. ", -"Cancel" => "Anulare", -"Choose as profile image" => "Alege drept imagine de profil", -"Language" => "Limba", -"Help translate" => "Ajută la traducere", -"Import Root Certificate" => "Importă certificat root", -"Log-in password" => "Parolă", -"Decrypt all Files" => "Decriptează toate fișierele", -"Login Name" => "Autentificare", -"Create" => "Crează", -"Admin Recovery Password" => "Parolă de recuperare a Administratorului", -"Enter the recovery password in order to recover the users files during password change" => "Introdu parola de recuperare pentru a recupera fișierele utilizatorilor în timpul schimbării parolei", -"Group" => "Grup", -"Default Quota" => "Cotă implicită", -"Unlimited" => "Nelimitată", -"Other" => "Altele", -"Username" => "Nume utilizator", -"Quota" => "Cotă", -"change full name" => "schimbă numele complet", -"set new password" => "setează parolă nouă", -"Default" => "Implicită" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js new file mode 100644 index 0000000000..3932f2a457 --- /dev/null +++ b/settings/l10n/ru.js @@ -0,0 +1,230 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Включено", + "Authentication error" : "Ошибка аутентификации", + "Your full name has been changed." : "Ваше полное имя было изменено.", + "Unable to change full name" : "Невозможно изменить полное имя", + "Group already exists" : "Группа уже существует", + "Unable to add group" : "Невозможно добавить группу", + "Files decrypted successfully" : "Дешифрование файлов прошло успешно", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Ошибка при дешифровании файлов. Обратитесь к вашему системному администратору. Доп информация в owncloud.log", + "Couldn't decrypt your files, check your password and try again" : "Ошибка при дешифровании файлов. Проверьте Ваш пароль и повторите попытку", + "Encryption keys deleted permanently" : "Ключи шифрования перманентно удалены", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Не получается удалить ваши ключи шифрования, пожалуйста проверьте файл owncloud.log или обратитесь к Администратору", + "Couldn't remove app." : "Невозможно удалить приложение.", + "Email saved" : "Email сохранен", + "Invalid email" : "Неправильный Email", + "Unable to delete group" : "Невозможно удалить группу", + "Unable to delete user" : "Невозможно удалить пользователя", + "Backups restored successfully" : "Резервная копия успешно восстановлена", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Не получается восстановить ваши ключи шифрования, пожалуйста проверьте файл owncloud.log или обратитесь к Администратору.", + "Language changed" : "Язык изменён", + "Invalid request" : "Неправильный запрос", + "Admins can't remove themself from the admin group" : "Администратор не может удалить сам себя из группы admin", + "Unable to add user to group %s" : "Невозможно добавить пользователя в группу %s", + "Unable to remove user from group %s" : "Невозможно удалить пользователя из группы %s", + "Couldn't update app." : "Невозможно обновить приложение", + "Wrong password" : "Неправильный пароль", + "No user supplied" : "Пользователь не задан", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Пожалуйста введите администраторский пароль восстановления, иначе все пользовательские данные будут утеряны", + "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" : "Невозможно изменить пароль", + "Saved" : "Сохранено", + "test email settings" : "проверить настройки почты", + "If you received this email, the settings seem to be correct." : "Если вы получили это письмо, настройки верны.", + "Email sent" : "Письмо отправлено", + "You need to set your user email before being able to send test emails." : "Вы должны настроить свой e-mail пользователя прежде чем отправлять тестовые сообщения.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Вы действительно хотите добавить домен \"{domain}\" как доверенный?", + "Add trusted domain" : "Добавить доверенный домен", + "Sending..." : "Отправляется ...", + "All" : "Все", + "Please wait...." : "Подождите...", + "Error while disabling app" : "Ошибка отключения приложения", + "Disable" : "Выключить", + "Enable" : "Включить", + "Error while enabling app" : "Ошибка включения приложения", + "Updating...." : "Обновление...", + "Error while updating app" : "Ошибка при обновлении приложения", + "Updated" : "Обновлено", + "Uninstalling ...." : "Удаление ...", + "Error while uninstalling app" : "Ошибка при удалении приложения.", + "Uninstall" : "Удалить", + "Select a profile picture" : "Выберите аватар", + "Very weak password" : "Очень слабый пароль", + "Weak password" : "Слабый пароль", + "So-so password" : "Так себе пароль", + "Good password" : "Хороший пароль", + "Strong password" : "Стойкий пароль", + "Valid until {date}" : "Действительно до {дата}", + "Delete" : "Удалить", + "Decrypting files... Please wait, this can take some time." : "Расшифровка файлов... Пожалуйста, подождите, это может занять некоторое время.", + "Delete encryption keys permanently." : "Перманентно удалить ключи шифрования. ", + "Restore encryption keys." : "Восстановить ключи шифрования.", + "Groups" : "Группы", + "Unable to delete {objName}" : "Невозможно удалить {objName}", + "Error creating group" : "Ошибка создания группы", + "A valid group name must be provided" : "Введите правильное имя группы", + "deleted {groupName}" : "удалено {groupName}", + "undo" : "отмена", + "never" : "никогда", + "deleted {userName}" : "удалён {userName}", + "add group" : "добавить группу", + "A valid username must be provided" : "Укажите правильное имя пользователя", + "Error creating user" : "Ошибка создания пользователя", + "A valid password must be provided" : "Укажите валидный пароль", + "Warning: Home directory for user \"{user}\" already exists" : "Предупреждение: домашняя папка пользователя \"{user}\" уже существует", + "__language_name__" : "Русский ", + "SSL root certificates" : "Корневые сертификаты SSL", + "Encryption" : "Шифрование", + "Everything (fatal issues, errors, warnings, info, debug)" : "Все (критические проблемы, ошибки, предупреждения, информационные, отладочные)", + "Info, warnings, errors and fatal issues" : "Информационные, предупреждения, ошибки и критические проблемы", + "Warnings, errors and fatal issues" : "Предупреждения, ошибки и критические проблемы", + "Errors and fatal issues" : "Ошибки и критические проблемы", + "Fatal issues only" : "Только критические проблемы", + "None" : "Отсутствует", + "Login" : "Логин", + "Plain" : "Простой", + "NT LAN Manager" : "Мендеджер NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Предупреждение безопасности", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Вы обращаетесь к %s используя HTTP. Мы настоятельно рекомендуем вам настроить сервер на использование 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." : "Похоже, что папка с Вашими данными и Ваши файлы доступны из интернета. Файл .htaccess не работает. Мы настойчиво предлагаем Вам сконфигурировать вебсервер таким образом, чтобы папка с Вашими данными более не была доступна или переместите папку с данными куда-нибудь в другое место вне основной папки документов вебсервера.", + "Setup Warning" : "Предупреждение установки", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Очевидно, PHP настроен на вычищение блоков встроенной документации. Это сделает несколько центральных приложений недоступными.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Возможно это вызвано кешем/ускорителем вроде Zend OPcache или eAccelerator.", + "Database Performance Info" : "Информация о производительности Базы Данных", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "В качестве Базы Данных используется SQLite. Для больших установок рекомендуется использовать другие типы Баз Данных. Чтобы переехать на другую Базу Данных используйте инструмент командной строки: 'ooc: db:conver-type'", + "Module 'fileinfo' missing" : "Модуль 'fileinfo' отсутствует", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-модуль 'fileinfo' отсутствует. Мы настоятельно рекомендуем включить этот модуль для улучшения определения типов (mime-type) файлов.", + "Your PHP version is outdated" : "Ваша версия PHP устарела", + "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." : "Ваша версия PHP устарела. Мы настоятельно рекомендуем обновиться до 5.3.8 или новее, так как старые версии работают не корректно. Вполне возможно, что эта установка не работает должным образом.", + "PHP charset is not set to UTF-8" : "Кодировка PHP не совпадает с UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Кодировка PHP не совпадает с UTF-8. Это может вызвать трудности с именами файлов, содержащими нелатинские символы. Мы настоятельно рекомендуем сменить значение переменной default_charset в файле php.ini на UTF-8.", + "Locale not working" : "Локализация не работает", + "System locale can not be set to a one which supports UTF-8." : "Невозможно установить системную локаль, поддерживающую UTF-8", + "This means that there might be problems with certain characters in file names." : "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Мы настоятельно рекомендуем установить требуемые пакеты в систему, для поддержки одной из следующих локалей: %s.", + "URL generation in notification emails" : "Генерирование URL в уведомляющих электронных письмах", + "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\")" : "Если ваша копия ownCloud установлена не в корне домена и использует планировщик cron системы, возможны проблемы с правильной генерацией URL. Чтобы избежать этого, установите опцию verwritewebroot файла config.php равной пути папки установки. (Вероятно, это \"%s\".)", + "Connectivity checks" : "Проверка соединения", + "No problems found" : "Проблемы не найдены", + "Please double check the installation guides." : "Пожалуйста, дважды просмотрите инструкции по установке.", + "Cron" : "Планировщик задач по расписанию", + "Last cron was executed at %s." : "Последняя cron-задача была запущена: %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Последняя cron-задача была запущена: %s. Это было больше часа назад, кажется что-то не так.", + "Cron was not executed yet!" : "Cron-задачи ещё не запускались!", + "Execute one task with each page loaded" : "Выполнять одно задание с каждой загруженной страницей", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php зарегестрирован в webcron и будет вызываться каждые 15 минут по http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Использовать системный cron для вызова cron.php каждые 15 минут.", + "Sharing" : "Общий доступ", + "Allow apps to use the Share API" : "Позволить приложениям использовать API общего доступа", + "Allow users to share via link" : "Разрешить пользователям публикации через ссылки", + "Enforce password protection" : "Защита паролем обязательна", + "Allow public uploads" : "Разрешить открытые загрузки", + "Set default expiration date" : "Установить срок действия по-умолчанию", + "Expire after " : "Заканчивается через", + "days" : "дней", + "Enforce expiration date" : "Срок действия обязателен", + "Allow resharing" : "Разрешить переоткрытие общего доступа", + "Restrict users to only share with users in their groups" : "Разрешить пользователям публикации только внутри их групп", + "Allow users to send mail notification for shared files" : "Разрешить пользователю оповещать почтой о расшаренных файлах", + "Exclude groups from sharing" : "Исключить группы из общего доступа", + "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие файлы, но не смогут отправлять их.", + "Security" : "Безопасность", + "Enforce HTTPS" : "HTTPS соединение обязательно", + "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." : "Пожалуйста, подключитесь к %s используя HTTPS чтобы включить или отключить обязательные SSL подключения.", + "Email Server" : "Почтовый сервер", + "This is used for sending out notifications." : "Используется для отправки уведомлений.", + "Send mode" : "Отправить сообщение", + "From address" : "Адрес отправителя", + "mail" : "почта", + "Authentication method" : "Метод проверки подлинности", + "Authentication required" : "Требуется аутентификация ", + "Server address" : "Адрес сервера", + "Port" : "Порт", + "Credentials" : "Учётные данные", + "SMTP Username" : "Пользователь SMTP", + "SMTP Password" : "Пароль SMTP", + "Test email settings" : "Проверить настройки почты", + "Send email" : "Отправить сообщение", + "Log" : "Журнал", + "Log level" : "Уровень детализации журнала", + "More" : "Больше", + "Less" : "Меньше", + "Version" : "Версия", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Разрабатывается сообществом ownCloud, исходный код доступен под лицензией AGPL.", + "More apps" : "Ещё приложения", + "by" : ":", + "Documentation:" : "Документация:", + "User Documentation" : "Пользовательская документация", + "Admin Documentation" : "Документация администратора", + "Enable only for specific groups" : "Включить только для этих групп", + "Uninstall App" : "Удалить приложение", + "Administrator Documentation" : "Документация администратора", + "Online Documentation" : "Online документация", + "Forum" : "Форум", + "Bugtracker" : "Багтрекер", + "Commercial Support" : "Коммерческая поддержка", + "Get the apps to sync your files" : "Получить приложения для синхронизации ваших файлов", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Если вы хотите поддержать проект,\n\t\tприсоединяйтесь к разработке\n\t\tиди\n\t\tсодействуйте распространению!", + "Show First Run Wizard again" : "Показать помощник настройки", + "You have used %s of the available %s" : "Вы использовали %s из доступных %s", + "Password" : "Пароль", + "Your password was changed" : "Ваш пароль изменён", + "Unable to change your password" : "Невозможно сменить пароль", + "Current password" : "Текущий пароль", + "New password" : "Новый пароль", + "Change password" : "Сменить пароль", + "Full Name" : "Полное имя", + "Email" : "E-mail", + "Your email address" : "Ваш адрес электронной почты", + "Fill in an email address to enable password recovery and receive notifications" : "Введите свой email-адрес для того, чтобы включить возможность восстановления пароля и получения уведомлений", + "Profile picture" : "Аватар", + "Upload new" : "Загрузить новый", + "Select new from Files" : "Выберите новый из файлов", + "Remove image" : "Удалить аватар", + "Either png or jpg. Ideally square but you will be able to crop it." : "Допустимые форматы: png и jpg. Если изображение не квадратное, то вам будет предложено обрезать его.", + "Your avatar is provided by your original account." : "Будет использован аватар вашей оригинальной учетной записи.", + "Cancel" : "Отменить", + "Choose as profile image" : "Установить как аватар", + "Language" : "Язык", + "Help translate" : "Помочь с переводом", + "Common Name" : "Общее Имя", + "Valid until" : "Действительно до", + "Issued By" : "Выдан", + "Valid until %s" : "Действительно до %s", + "Import Root Certificate" : "Импортировать корневые сертификаты", + "The encryption app is no longer enabled, please decrypt all your files" : "Приложение для шифрования выключено, пожалуйста, расшифруйте ваши файлы", + "Log-in password" : "Пароль входа", + "Decrypt all Files" : "Снять шифрование со всех файлов", + "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." : "Ваши ключи шифрования были архивированы. Если что-то пойдёт не так, вы сможете восстановить ключи. Удаляйте ключи из архива только тогда, когда вы будете уверены, что все файлы были успешно расшифрованы.", + "Restore Encryption Keys" : "Восстановить Ключи Шифрования", + "Delete Encryption Keys" : "Удалить Ключи Шифрования", + "Show storage location" : "Показать местонахождение хранилища", + "Show last log in" : "Показать последний вход в систему", + "Login Name" : "Имя пользователя", + "Create" : "Создать", + "Admin Recovery Password" : "Восстановление пароля администратора", + "Enter the recovery password in order to recover the users files during password change" : "Введите пароль для того, чтобы восстановить файлы пользователей при смене пароля", + "Search Users and Groups" : "Искать пользователей и групп", + "Add Group" : "Добавить группу", + "Group" : "Группа", + "Everyone" : "Все", + "Admins" : "Администраторы", + "Default Quota" : "Квота по умолчанию", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Пожалуйста, введите квоту на хранилище (например: \"512 MB\" или \"12 GB\")", + "Unlimited" : "Неограниченно", + "Other" : "Другое", + "Username" : "Имя пользователя", + "Quota" : "Квота", + "Storage Location" : "Место хранилища", + "Last Login" : "Последний вход", + "change full name" : "изменить полное имя", + "set new password" : "установить новый пароль", + "Default" : "По умолчанию" +}, +"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/settings/l10n/ru.json b/settings/l10n/ru.json new file mode 100644 index 0000000000..74500a356a --- /dev/null +++ b/settings/l10n/ru.json @@ -0,0 +1,228 @@ +{ "translations": { + "Enabled" : "Включено", + "Authentication error" : "Ошибка аутентификации", + "Your full name has been changed." : "Ваше полное имя было изменено.", + "Unable to change full name" : "Невозможно изменить полное имя", + "Group already exists" : "Группа уже существует", + "Unable to add group" : "Невозможно добавить группу", + "Files decrypted successfully" : "Дешифрование файлов прошло успешно", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Ошибка при дешифровании файлов. Обратитесь к вашему системному администратору. Доп информация в owncloud.log", + "Couldn't decrypt your files, check your password and try again" : "Ошибка при дешифровании файлов. Проверьте Ваш пароль и повторите попытку", + "Encryption keys deleted permanently" : "Ключи шифрования перманентно удалены", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Не получается удалить ваши ключи шифрования, пожалуйста проверьте файл owncloud.log или обратитесь к Администратору", + "Couldn't remove app." : "Невозможно удалить приложение.", + "Email saved" : "Email сохранен", + "Invalid email" : "Неправильный Email", + "Unable to delete group" : "Невозможно удалить группу", + "Unable to delete user" : "Невозможно удалить пользователя", + "Backups restored successfully" : "Резервная копия успешно восстановлена", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Не получается восстановить ваши ключи шифрования, пожалуйста проверьте файл owncloud.log или обратитесь к Администратору.", + "Language changed" : "Язык изменён", + "Invalid request" : "Неправильный запрос", + "Admins can't remove themself from the admin group" : "Администратор не может удалить сам себя из группы admin", + "Unable to add user to group %s" : "Невозможно добавить пользователя в группу %s", + "Unable to remove user from group %s" : "Невозможно удалить пользователя из группы %s", + "Couldn't update app." : "Невозможно обновить приложение", + "Wrong password" : "Неправильный пароль", + "No user supplied" : "Пользователь не задан", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Пожалуйста введите администраторский пароль восстановления, иначе все пользовательские данные будут утеряны", + "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" : "Невозможно изменить пароль", + "Saved" : "Сохранено", + "test email settings" : "проверить настройки почты", + "If you received this email, the settings seem to be correct." : "Если вы получили это письмо, настройки верны.", + "Email sent" : "Письмо отправлено", + "You need to set your user email before being able to send test emails." : "Вы должны настроить свой e-mail пользователя прежде чем отправлять тестовые сообщения.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Вы действительно хотите добавить домен \"{domain}\" как доверенный?", + "Add trusted domain" : "Добавить доверенный домен", + "Sending..." : "Отправляется ...", + "All" : "Все", + "Please wait...." : "Подождите...", + "Error while disabling app" : "Ошибка отключения приложения", + "Disable" : "Выключить", + "Enable" : "Включить", + "Error while enabling app" : "Ошибка включения приложения", + "Updating...." : "Обновление...", + "Error while updating app" : "Ошибка при обновлении приложения", + "Updated" : "Обновлено", + "Uninstalling ...." : "Удаление ...", + "Error while uninstalling app" : "Ошибка при удалении приложения.", + "Uninstall" : "Удалить", + "Select a profile picture" : "Выберите аватар", + "Very weak password" : "Очень слабый пароль", + "Weak password" : "Слабый пароль", + "So-so password" : "Так себе пароль", + "Good password" : "Хороший пароль", + "Strong password" : "Стойкий пароль", + "Valid until {date}" : "Действительно до {дата}", + "Delete" : "Удалить", + "Decrypting files... Please wait, this can take some time." : "Расшифровка файлов... Пожалуйста, подождите, это может занять некоторое время.", + "Delete encryption keys permanently." : "Перманентно удалить ключи шифрования. ", + "Restore encryption keys." : "Восстановить ключи шифрования.", + "Groups" : "Группы", + "Unable to delete {objName}" : "Невозможно удалить {objName}", + "Error creating group" : "Ошибка создания группы", + "A valid group name must be provided" : "Введите правильное имя группы", + "deleted {groupName}" : "удалено {groupName}", + "undo" : "отмена", + "never" : "никогда", + "deleted {userName}" : "удалён {userName}", + "add group" : "добавить группу", + "A valid username must be provided" : "Укажите правильное имя пользователя", + "Error creating user" : "Ошибка создания пользователя", + "A valid password must be provided" : "Укажите валидный пароль", + "Warning: Home directory for user \"{user}\" already exists" : "Предупреждение: домашняя папка пользователя \"{user}\" уже существует", + "__language_name__" : "Русский ", + "SSL root certificates" : "Корневые сертификаты SSL", + "Encryption" : "Шифрование", + "Everything (fatal issues, errors, warnings, info, debug)" : "Все (критические проблемы, ошибки, предупреждения, информационные, отладочные)", + "Info, warnings, errors and fatal issues" : "Информационные, предупреждения, ошибки и критические проблемы", + "Warnings, errors and fatal issues" : "Предупреждения, ошибки и критические проблемы", + "Errors and fatal issues" : "Ошибки и критические проблемы", + "Fatal issues only" : "Только критические проблемы", + "None" : "Отсутствует", + "Login" : "Логин", + "Plain" : "Простой", + "NT LAN Manager" : "Мендеджер NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Предупреждение безопасности", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Вы обращаетесь к %s используя HTTP. Мы настоятельно рекомендуем вам настроить сервер на использование 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." : "Похоже, что папка с Вашими данными и Ваши файлы доступны из интернета. Файл .htaccess не работает. Мы настойчиво предлагаем Вам сконфигурировать вебсервер таким образом, чтобы папка с Вашими данными более не была доступна или переместите папку с данными куда-нибудь в другое место вне основной папки документов вебсервера.", + "Setup Warning" : "Предупреждение установки", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Очевидно, PHP настроен на вычищение блоков встроенной документации. Это сделает несколько центральных приложений недоступными.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Возможно это вызвано кешем/ускорителем вроде Zend OPcache или eAccelerator.", + "Database Performance Info" : "Информация о производительности Базы Данных", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "В качестве Базы Данных используется SQLite. Для больших установок рекомендуется использовать другие типы Баз Данных. Чтобы переехать на другую Базу Данных используйте инструмент командной строки: 'ooc: db:conver-type'", + "Module 'fileinfo' missing" : "Модуль 'fileinfo' отсутствует", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-модуль 'fileinfo' отсутствует. Мы настоятельно рекомендуем включить этот модуль для улучшения определения типов (mime-type) файлов.", + "Your PHP version is outdated" : "Ваша версия PHP устарела", + "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." : "Ваша версия PHP устарела. Мы настоятельно рекомендуем обновиться до 5.3.8 или новее, так как старые версии работают не корректно. Вполне возможно, что эта установка не работает должным образом.", + "PHP charset is not set to UTF-8" : "Кодировка PHP не совпадает с UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Кодировка PHP не совпадает с UTF-8. Это может вызвать трудности с именами файлов, содержащими нелатинские символы. Мы настоятельно рекомендуем сменить значение переменной default_charset в файле php.ini на UTF-8.", + "Locale not working" : "Локализация не работает", + "System locale can not be set to a one which supports UTF-8." : "Невозможно установить системную локаль, поддерживающую UTF-8", + "This means that there might be problems with certain characters in file names." : "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Мы настоятельно рекомендуем установить требуемые пакеты в систему, для поддержки одной из следующих локалей: %s.", + "URL generation in notification emails" : "Генерирование URL в уведомляющих электронных письмах", + "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\")" : "Если ваша копия ownCloud установлена не в корне домена и использует планировщик cron системы, возможны проблемы с правильной генерацией URL. Чтобы избежать этого, установите опцию verwritewebroot файла config.php равной пути папки установки. (Вероятно, это \"%s\".)", + "Connectivity checks" : "Проверка соединения", + "No problems found" : "Проблемы не найдены", + "Please double check the installation guides." : "Пожалуйста, дважды просмотрите инструкции по установке.", + "Cron" : "Планировщик задач по расписанию", + "Last cron was executed at %s." : "Последняя cron-задача была запущена: %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Последняя cron-задача была запущена: %s. Это было больше часа назад, кажется что-то не так.", + "Cron was not executed yet!" : "Cron-задачи ещё не запускались!", + "Execute one task with each page loaded" : "Выполнять одно задание с каждой загруженной страницей", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php зарегестрирован в webcron и будет вызываться каждые 15 минут по http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Использовать системный cron для вызова cron.php каждые 15 минут.", + "Sharing" : "Общий доступ", + "Allow apps to use the Share API" : "Позволить приложениям использовать API общего доступа", + "Allow users to share via link" : "Разрешить пользователям публикации через ссылки", + "Enforce password protection" : "Защита паролем обязательна", + "Allow public uploads" : "Разрешить открытые загрузки", + "Set default expiration date" : "Установить срок действия по-умолчанию", + "Expire after " : "Заканчивается через", + "days" : "дней", + "Enforce expiration date" : "Срок действия обязателен", + "Allow resharing" : "Разрешить переоткрытие общего доступа", + "Restrict users to only share with users in their groups" : "Разрешить пользователям публикации только внутри их групп", + "Allow users to send mail notification for shared files" : "Разрешить пользователю оповещать почтой о расшаренных файлах", + "Exclude groups from sharing" : "Исключить группы из общего доступа", + "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие файлы, но не смогут отправлять их.", + "Security" : "Безопасность", + "Enforce HTTPS" : "HTTPS соединение обязательно", + "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." : "Пожалуйста, подключитесь к %s используя HTTPS чтобы включить или отключить обязательные SSL подключения.", + "Email Server" : "Почтовый сервер", + "This is used for sending out notifications." : "Используется для отправки уведомлений.", + "Send mode" : "Отправить сообщение", + "From address" : "Адрес отправителя", + "mail" : "почта", + "Authentication method" : "Метод проверки подлинности", + "Authentication required" : "Требуется аутентификация ", + "Server address" : "Адрес сервера", + "Port" : "Порт", + "Credentials" : "Учётные данные", + "SMTP Username" : "Пользователь SMTP", + "SMTP Password" : "Пароль SMTP", + "Test email settings" : "Проверить настройки почты", + "Send email" : "Отправить сообщение", + "Log" : "Журнал", + "Log level" : "Уровень детализации журнала", + "More" : "Больше", + "Less" : "Меньше", + "Version" : "Версия", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Разрабатывается сообществом ownCloud, исходный код доступен под лицензией AGPL.", + "More apps" : "Ещё приложения", + "by" : ":", + "Documentation:" : "Документация:", + "User Documentation" : "Пользовательская документация", + "Admin Documentation" : "Документация администратора", + "Enable only for specific groups" : "Включить только для этих групп", + "Uninstall App" : "Удалить приложение", + "Administrator Documentation" : "Документация администратора", + "Online Documentation" : "Online документация", + "Forum" : "Форум", + "Bugtracker" : "Багтрекер", + "Commercial Support" : "Коммерческая поддержка", + "Get the apps to sync your files" : "Получить приложения для синхронизации ваших файлов", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Если вы хотите поддержать проект,\n\t\tприсоединяйтесь к разработке\n\t\tиди\n\t\tсодействуйте распространению!", + "Show First Run Wizard again" : "Показать помощник настройки", + "You have used %s of the available %s" : "Вы использовали %s из доступных %s", + "Password" : "Пароль", + "Your password was changed" : "Ваш пароль изменён", + "Unable to change your password" : "Невозможно сменить пароль", + "Current password" : "Текущий пароль", + "New password" : "Новый пароль", + "Change password" : "Сменить пароль", + "Full Name" : "Полное имя", + "Email" : "E-mail", + "Your email address" : "Ваш адрес электронной почты", + "Fill in an email address to enable password recovery and receive notifications" : "Введите свой email-адрес для того, чтобы включить возможность восстановления пароля и получения уведомлений", + "Profile picture" : "Аватар", + "Upload new" : "Загрузить новый", + "Select new from Files" : "Выберите новый из файлов", + "Remove image" : "Удалить аватар", + "Either png or jpg. Ideally square but you will be able to crop it." : "Допустимые форматы: png и jpg. Если изображение не квадратное, то вам будет предложено обрезать его.", + "Your avatar is provided by your original account." : "Будет использован аватар вашей оригинальной учетной записи.", + "Cancel" : "Отменить", + "Choose as profile image" : "Установить как аватар", + "Language" : "Язык", + "Help translate" : "Помочь с переводом", + "Common Name" : "Общее Имя", + "Valid until" : "Действительно до", + "Issued By" : "Выдан", + "Valid until %s" : "Действительно до %s", + "Import Root Certificate" : "Импортировать корневые сертификаты", + "The encryption app is no longer enabled, please decrypt all your files" : "Приложение для шифрования выключено, пожалуйста, расшифруйте ваши файлы", + "Log-in password" : "Пароль входа", + "Decrypt all Files" : "Снять шифрование со всех файлов", + "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." : "Ваши ключи шифрования были архивированы. Если что-то пойдёт не так, вы сможете восстановить ключи. Удаляйте ключи из архива только тогда, когда вы будете уверены, что все файлы были успешно расшифрованы.", + "Restore Encryption Keys" : "Восстановить Ключи Шифрования", + "Delete Encryption Keys" : "Удалить Ключи Шифрования", + "Show storage location" : "Показать местонахождение хранилища", + "Show last log in" : "Показать последний вход в систему", + "Login Name" : "Имя пользователя", + "Create" : "Создать", + "Admin Recovery Password" : "Восстановление пароля администратора", + "Enter the recovery password in order to recover the users files during password change" : "Введите пароль для того, чтобы восстановить файлы пользователей при смене пароля", + "Search Users and Groups" : "Искать пользователей и групп", + "Add Group" : "Добавить группу", + "Group" : "Группа", + "Everyone" : "Все", + "Admins" : "Администраторы", + "Default Quota" : "Квота по умолчанию", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Пожалуйста, введите квоту на хранилище (например: \"512 MB\" или \"12 GB\")", + "Unlimited" : "Неограниченно", + "Other" : "Другое", + "Username" : "Имя пользователя", + "Quota" : "Квота", + "Storage Location" : "Место хранилища", + "Last Login" : "Последний вход", + "change full name" : "изменить полное имя", + "set new password" : "установить новый пароль", + "Default" : "По умолчанию" +},"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/settings/l10n/ru.php b/settings/l10n/ru.php deleted file mode 100644 index 7e3c836895..0000000000 --- a/settings/l10n/ru.php +++ /dev/null @@ -1,229 +0,0 @@ - "Включено", -"Authentication error" => "Ошибка аутентификации", -"Your full name has been changed." => "Ваше полное имя было изменено.", -"Unable to change full name" => "Невозможно изменить полное имя", -"Group already exists" => "Группа уже существует", -"Unable to add group" => "Невозможно добавить группу", -"Files decrypted successfully" => "Дешифрование файлов прошло успешно", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Ошибка при дешифровании файлов. Обратитесь к вашему системному администратору. Доп информация в owncloud.log", -"Couldn't decrypt your files, check your password and try again" => "Ошибка при дешифровании файлов. Проверьте Ваш пароль и повторите попытку", -"Encryption keys deleted permanently" => "Ключи шифрования перманентно удалены", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Не получается удалить ваши ключи шифрования, пожалуйста проверьте файл owncloud.log или обратитесь к Администратору", -"Couldn't remove app." => "Невозможно удалить приложение.", -"Email saved" => "Email сохранен", -"Invalid email" => "Неправильный Email", -"Unable to delete group" => "Невозможно удалить группу", -"Unable to delete user" => "Невозможно удалить пользователя", -"Backups restored successfully" => "Резервная копия успешно восстановлена", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Не получается восстановить ваши ключи шифрования, пожалуйста проверьте файл owncloud.log или обратитесь к Администратору.", -"Language changed" => "Язык изменён", -"Invalid request" => "Неправильный запрос", -"Admins can't remove themself from the admin group" => "Администратор не может удалить сам себя из группы admin", -"Unable to add user to group %s" => "Невозможно добавить пользователя в группу %s", -"Unable to remove user from group %s" => "Невозможно удалить пользователя из группы %s", -"Couldn't update app." => "Невозможно обновить приложение", -"Wrong password" => "Неправильный пароль", -"No user supplied" => "Пользователь не задан", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Пожалуйста введите администраторский пароль восстановления, иначе все пользовательские данные будут утеряны", -"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" => "Невозможно изменить пароль", -"Saved" => "Сохранено", -"test email settings" => "проверить настройки почты", -"If you received this email, the settings seem to be correct." => "Если вы получили это письмо, настройки верны.", -"Email sent" => "Письмо отправлено", -"You need to set your user email before being able to send test emails." => "Вы должны настроить свой e-mail пользователя прежде чем отправлять тестовые сообщения.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Вы действительно хотите добавить домен \"{domain}\" как доверенный?", -"Add trusted domain" => "Добавить доверенный домен", -"Sending..." => "Отправляется ...", -"All" => "Все", -"Please wait...." => "Подождите...", -"Error while disabling app" => "Ошибка отключения приложения", -"Disable" => "Выключить", -"Enable" => "Включить", -"Error while enabling app" => "Ошибка включения приложения", -"Updating...." => "Обновление...", -"Error while updating app" => "Ошибка при обновлении приложения", -"Updated" => "Обновлено", -"Uninstalling ...." => "Удаление ...", -"Error while uninstalling app" => "Ошибка при удалении приложения.", -"Uninstall" => "Удалить", -"Select a profile picture" => "Выберите аватар", -"Very weak password" => "Очень слабый пароль", -"Weak password" => "Слабый пароль", -"So-so password" => "Так себе пароль", -"Good password" => "Хороший пароль", -"Strong password" => "Стойкий пароль", -"Valid until {date}" => "Действительно до {дата}", -"Delete" => "Удалить", -"Decrypting files... Please wait, this can take some time." => "Расшифровка файлов... Пожалуйста, подождите, это может занять некоторое время.", -"Delete encryption keys permanently." => "Перманентно удалить ключи шифрования. ", -"Restore encryption keys." => "Восстановить ключи шифрования.", -"Groups" => "Группы", -"Unable to delete {objName}" => "Невозможно удалить {objName}", -"Error creating group" => "Ошибка создания группы", -"A valid group name must be provided" => "Введите правильное имя группы", -"deleted {groupName}" => "удалено {groupName}", -"undo" => "отмена", -"never" => "никогда", -"deleted {userName}" => "удалён {userName}", -"add group" => "добавить группу", -"A valid username must be provided" => "Укажите правильное имя пользователя", -"Error creating user" => "Ошибка создания пользователя", -"A valid password must be provided" => "Укажите валидный пароль", -"Warning: Home directory for user \"{user}\" already exists" => "Предупреждение: домашняя папка пользователя \"{user}\" уже существует", -"__language_name__" => "Русский ", -"SSL root certificates" => "Корневые сертификаты SSL", -"Encryption" => "Шифрование", -"Everything (fatal issues, errors, warnings, info, debug)" => "Все (критические проблемы, ошибки, предупреждения, информационные, отладочные)", -"Info, warnings, errors and fatal issues" => "Информационные, предупреждения, ошибки и критические проблемы", -"Warnings, errors and fatal issues" => "Предупреждения, ошибки и критические проблемы", -"Errors and fatal issues" => "Ошибки и критические проблемы", -"Fatal issues only" => "Только критические проблемы", -"None" => "Отсутствует", -"Login" => "Логин", -"Plain" => "Простой", -"NT LAN Manager" => "Мендеджер NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Предупреждение безопасности", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Вы обращаетесь к %s используя HTTP. Мы настоятельно рекомендуем вам настроить сервер на использование 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." => "Похоже, что папка с Вашими данными и Ваши файлы доступны из интернета. Файл .htaccess не работает. Мы настойчиво предлагаем Вам сконфигурировать вебсервер таким образом, чтобы папка с Вашими данными более не была доступна или переместите папку с данными куда-нибудь в другое место вне основной папки документов вебсервера.", -"Setup Warning" => "Предупреждение установки", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "Очевидно, PHP настроен на вычищение блоков встроенной документации. Это сделает несколько центральных приложений недоступными.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Возможно это вызвано кешем/ускорителем вроде Zend OPcache или eAccelerator.", -"Database Performance Info" => "Информация о производительности Базы Данных", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "В качестве Базы Данных используется SQLite. Для больших установок рекомендуется использовать другие типы Баз Данных. Чтобы переехать на другую Базу Данных используйте инструмент командной строки: 'ooc: db:conver-type'", -"Module 'fileinfo' missing" => "Модуль 'fileinfo' отсутствует", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP-модуль 'fileinfo' отсутствует. Мы настоятельно рекомендуем включить этот модуль для улучшения определения типов (mime-type) файлов.", -"Your PHP version is outdated" => "Ваша версия PHP устарела", -"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." => "Ваша версия PHP устарела. Мы настоятельно рекомендуем обновиться до 5.3.8 или новее, так как старые версии работают не корректно. Вполне возможно, что эта установка не работает должным образом.", -"PHP charset is not set to UTF-8" => "Кодировка PHP не совпадает с UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "Кодировка PHP не совпадает с UTF-8. Это может вызвать трудности с именами файлов, содержащими нелатинские символы. Мы настоятельно рекомендуем сменить значение переменной default_charset в файле php.ini на UTF-8.", -"Locale not working" => "Локализация не работает", -"System locale can not be set to a one which supports UTF-8." => "Невозможно установить системную локаль, поддерживающую UTF-8", -"This means that there might be problems with certain characters in file names." => "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Мы настоятельно рекомендуем установить требуемые пакеты в систему, для поддержки одной из следующих локалей: %s.", -"URL generation in notification emails" => "Генерирование URL в уведомляющих электронных письмах", -"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\")" => "Если ваша копия ownCloud установлена не в корне домена и использует планировщик cron системы, возможны проблемы с правильной генерацией URL. Чтобы избежать этого, установите опцию verwritewebroot файла config.php равной пути папки установки. (Вероятно, это \"%s\".)", -"Connectivity checks" => "Проверка соединения", -"No problems found" => "Проблемы не найдены", -"Please double check the installation guides." => "Пожалуйста, дважды просмотрите инструкции по установке.", -"Cron" => "Планировщик задач по расписанию", -"Last cron was executed at %s." => "Последняя cron-задача была запущена: %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Последняя cron-задача была запущена: %s. Это было больше часа назад, кажется что-то не так.", -"Cron was not executed yet!" => "Cron-задачи ещё не запускались!", -"Execute one task with each page loaded" => "Выполнять одно задание с каждой загруженной страницей", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php зарегестрирован в webcron и будет вызываться каждые 15 минут по http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Использовать системный cron для вызова cron.php каждые 15 минут.", -"Sharing" => "Общий доступ", -"Allow apps to use the Share API" => "Позволить приложениям использовать API общего доступа", -"Allow users to share via link" => "Разрешить пользователям публикации через ссылки", -"Enforce password protection" => "Защита паролем обязательна", -"Allow public uploads" => "Разрешить открытые загрузки", -"Set default expiration date" => "Установить срок действия по-умолчанию", -"Expire after " => "Заканчивается через", -"days" => "дней", -"Enforce expiration date" => "Срок действия обязателен", -"Allow resharing" => "Разрешить переоткрытие общего доступа", -"Restrict users to only share with users in their groups" => "Разрешить пользователям публикации только внутри их групп", -"Allow users to send mail notification for shared files" => "Разрешить пользователю оповещать почтой о расшаренных файлах", -"Exclude groups from sharing" => "Исключить группы из общего доступа", -"These groups will still be able to receive shares, but not to initiate them." => "Эти группы смогут получать общие файлы, но не смогут отправлять их.", -"Security" => "Безопасность", -"Enforce HTTPS" => "HTTPS соединение обязательно", -"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." => "Пожалуйста, подключитесь к %s используя HTTPS чтобы включить или отключить обязательные SSL подключения.", -"Email Server" => "Почтовый сервер", -"This is used for sending out notifications." => "Используется для отправки уведомлений.", -"Send mode" => "Отправить сообщение", -"From address" => "Адрес отправителя", -"mail" => "почта", -"Authentication method" => "Метод проверки подлинности", -"Authentication required" => "Требуется аутентификация ", -"Server address" => "Адрес сервера", -"Port" => "Порт", -"Credentials" => "Учётные данные", -"SMTP Username" => "Пользователь SMTP", -"SMTP Password" => "Пароль SMTP", -"Test email settings" => "Проверить настройки почты", -"Send email" => "Отправить сообщение", -"Log" => "Журнал", -"Log level" => "Уровень детализации журнала", -"More" => "Больше", -"Less" => "Меньше", -"Version" => "Версия", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Разрабатывается сообществом ownCloud, исходный код доступен под лицензией AGPL.", -"More apps" => "Ещё приложения", -"by" => ":", -"Documentation:" => "Документация:", -"User Documentation" => "Пользовательская документация", -"Admin Documentation" => "Документация администратора", -"Enable only for specific groups" => "Включить только для этих групп", -"Uninstall App" => "Удалить приложение", -"Administrator Documentation" => "Документация администратора", -"Online Documentation" => "Online документация", -"Forum" => "Форум", -"Bugtracker" => "Багтрекер", -"Commercial Support" => "Коммерческая поддержка", -"Get the apps to sync your files" => "Получить приложения для синхронизации ваших файлов", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Если вы хотите поддержать проект,\n\t\tприсоединяйтесь к разработке\n\t\tиди\n\t\tсодействуйте распространению!", -"Show First Run Wizard again" => "Показать помощник настройки", -"You have used %s of the available %s" => "Вы использовали %s из доступных %s", -"Password" => "Пароль", -"Your password was changed" => "Ваш пароль изменён", -"Unable to change your password" => "Невозможно сменить пароль", -"Current password" => "Текущий пароль", -"New password" => "Новый пароль", -"Change password" => "Сменить пароль", -"Full Name" => "Полное имя", -"Email" => "E-mail", -"Your email address" => "Ваш адрес электронной почты", -"Fill in an email address to enable password recovery and receive notifications" => "Введите свой email-адрес для того, чтобы включить возможность восстановления пароля и получения уведомлений", -"Profile picture" => "Аватар", -"Upload new" => "Загрузить новый", -"Select new from Files" => "Выберите новый из файлов", -"Remove image" => "Удалить аватар", -"Either png or jpg. Ideally square but you will be able to crop it." => "Допустимые форматы: png и jpg. Если изображение не квадратное, то вам будет предложено обрезать его.", -"Your avatar is provided by your original account." => "Будет использован аватар вашей оригинальной учетной записи.", -"Cancel" => "Отменить", -"Choose as profile image" => "Установить как аватар", -"Language" => "Язык", -"Help translate" => "Помочь с переводом", -"Common Name" => "Общее Имя", -"Valid until" => "Действительно до", -"Issued By" => "Выдан", -"Valid until %s" => "Действительно до %s", -"Import Root Certificate" => "Импортировать корневые сертификаты", -"The encryption app is no longer enabled, please decrypt all your files" => "Приложение для шифрования выключено, пожалуйста, расшифруйте ваши файлы", -"Log-in password" => "Пароль входа", -"Decrypt all Files" => "Снять шифрование со всех файлов", -"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." => "Ваши ключи шифрования были архивированы. Если что-то пойдёт не так, вы сможете восстановить ключи. Удаляйте ключи из архива только тогда, когда вы будете уверены, что все файлы были успешно расшифрованы.", -"Restore Encryption Keys" => "Восстановить Ключи Шифрования", -"Delete Encryption Keys" => "Удалить Ключи Шифрования", -"Show storage location" => "Показать местонахождение хранилища", -"Show last log in" => "Показать последний вход в систему", -"Login Name" => "Имя пользователя", -"Create" => "Создать", -"Admin Recovery Password" => "Восстановление пароля администратора", -"Enter the recovery password in order to recover the users files during password change" => "Введите пароль для того, чтобы восстановить файлы пользователей при смене пароля", -"Search Users and Groups" => "Искать пользователей и групп", -"Add Group" => "Добавить группу", -"Group" => "Группа", -"Everyone" => "Все", -"Admins" => "Администраторы", -"Default Quota" => "Квота по умолчанию", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Пожалуйста, введите квоту на хранилище (например: \"512 MB\" или \"12 GB\")", -"Unlimited" => "Неограниченно", -"Other" => "Другое", -"Username" => "Имя пользователя", -"Quota" => "Квота", -"Storage Location" => "Место хранилища", -"Last Login" => "Последний вход", -"change full name" => "изменить полное имя", -"set new password" => "установить новый пароль", -"Default" => "По умолчанию" -); -$PLURAL_FORMS = "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/settings/l10n/si_LK.js b/settings/l10n/si_LK.js new file mode 100644 index 0000000000..bc894fb031 --- /dev/null +++ b/settings/l10n/si_LK.js @@ -0,0 +1,54 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "සත්‍යාපන දෝෂයක්", + "Group already exists" : "කණ්ඩායම දැනටමත් තිබේ", + "Unable to add group" : "කාණඩයක් එක් කළ නොහැකි විය", + "Email saved" : "වි-තැපෑල සුරකින ලදී", + "Invalid email" : "අවලංගු වි-තැපෑල", + "Unable to delete group" : "කණ්ඩායම මැකීමට නොහැක", + "Unable to delete user" : "පරිශීලකයා මැකීමට නොහැක", + "Language changed" : "භාෂාව ාවනස් කිරීම", + "Invalid request" : "අවලංගු අයැදුමක්", + "Unable to add user to group %s" : "පරිශීලකයා %s කණ්ඩායමට එකතු කළ නොහැක", + "Unable to remove user from group %s" : "පරිශීලකයා %s කණ්ඩායමින් ඉවත් කළ නොහැක", + "Disable" : "අක්‍රිය කරන්න", + "Enable" : "සක්‍රිය කරන්න", + "Delete" : "මකා දමන්න", + "Groups" : "කණ්ඩායම්", + "undo" : "නිෂ්ප්‍රභ කරන්න", + "never" : "කවදාවත්", + "SSL root certificates" : "SSL මූල සහතිකයන්", + "Encryption" : "ගුප්ත කේතනය", + "None" : "කිසිවක් නැත", + "Login" : "ප්‍රවිශ්ටය", + "Security Warning" : "ආරක්ෂක නිවේදනයක්", + "Sharing" : "හුවමාරු කිරීම", + "Allow resharing" : "යළි යළිත් හුවමාරුවට අවසර දෙමි", + "Server address" : "සේවාදායකයේ ලිපිනය", + "Port" : "තොට", + "Log" : "ලඝුව", + "More" : "වැඩි", + "Less" : "අඩු", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "නිපදන ලද්දේ ownCloud සමාජයෙන්, the මුල් කේතය ලයිසන්ස් කර ඇත්තේ AGPL යටතේ.", + "by" : "විසින්", + "Password" : "මුර පදය", + "Your password was changed" : "ඔබගේ මුර පදය වෙනස් කෙරුණි", + "Unable to change your password" : "මුර පදය වෙනස් කළ නොහැකි විය", + "Current password" : "වත්මන් මුරපදය", + "New password" : "නව මුරපදය", + "Change password" : "මුරපදය වෙනස් කිරීම", + "Email" : "විද්‍යුත් තැපෑල", + "Your email address" : "ඔබගේ විද්‍යුත් තැපෑල", + "Cancel" : "එපා", + "Language" : "භාෂාව", + "Help translate" : "පරිවර්ථන සහය", + "Import Root Certificate" : "මූල සහතිකය ආයාත කරන්න", + "Login Name" : "ප්‍රවිශ්ටය", + "Create" : "තනන්න", + "Default Quota" : "සාමාන්‍ය සලාකය", + "Other" : "වෙනත්", + "Username" : "පරිශීලක නම", + "Quota" : "සලාකය" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/si_LK.json b/settings/l10n/si_LK.json new file mode 100644 index 0000000000..9d1c5ef4a6 --- /dev/null +++ b/settings/l10n/si_LK.json @@ -0,0 +1,52 @@ +{ "translations": { + "Authentication error" : "සත්‍යාපන දෝෂයක්", + "Group already exists" : "කණ්ඩායම දැනටමත් තිබේ", + "Unable to add group" : "කාණඩයක් එක් කළ නොහැකි විය", + "Email saved" : "වි-තැපෑල සුරකින ලදී", + "Invalid email" : "අවලංගු වි-තැපෑල", + "Unable to delete group" : "කණ්ඩායම මැකීමට නොහැක", + "Unable to delete user" : "පරිශීලකයා මැකීමට නොහැක", + "Language changed" : "භාෂාව ාවනස් කිරීම", + "Invalid request" : "අවලංගු අයැදුමක්", + "Unable to add user to group %s" : "පරිශීලකයා %s කණ්ඩායමට එකතු කළ නොහැක", + "Unable to remove user from group %s" : "පරිශීලකයා %s කණ්ඩායමින් ඉවත් කළ නොහැක", + "Disable" : "අක්‍රිය කරන්න", + "Enable" : "සක්‍රිය කරන්න", + "Delete" : "මකා දමන්න", + "Groups" : "කණ්ඩායම්", + "undo" : "නිෂ්ප්‍රභ කරන්න", + "never" : "කවදාවත්", + "SSL root certificates" : "SSL මූල සහතිකයන්", + "Encryption" : "ගුප්ත කේතනය", + "None" : "කිසිවක් නැත", + "Login" : "ප්‍රවිශ්ටය", + "Security Warning" : "ආරක්ෂක නිවේදනයක්", + "Sharing" : "හුවමාරු කිරීම", + "Allow resharing" : "යළි යළිත් හුවමාරුවට අවසර දෙමි", + "Server address" : "සේවාදායකයේ ලිපිනය", + "Port" : "තොට", + "Log" : "ලඝුව", + "More" : "වැඩි", + "Less" : "අඩු", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "නිපදන ලද්දේ ownCloud සමාජයෙන්, the මුල් කේතය ලයිසන්ස් කර ඇත්තේ AGPL යටතේ.", + "by" : "විසින්", + "Password" : "මුර පදය", + "Your password was changed" : "ඔබගේ මුර පදය වෙනස් කෙරුණි", + "Unable to change your password" : "මුර පදය වෙනස් කළ නොහැකි විය", + "Current password" : "වත්මන් මුරපදය", + "New password" : "නව මුරපදය", + "Change password" : "මුරපදය වෙනස් කිරීම", + "Email" : "විද්‍යුත් තැපෑල", + "Your email address" : "ඔබගේ විද්‍යුත් තැපෑල", + "Cancel" : "එපා", + "Language" : "භාෂාව", + "Help translate" : "පරිවර්ථන සහය", + "Import Root Certificate" : "මූල සහතිකය ආයාත කරන්න", + "Login Name" : "ප්‍රවිශ්ටය", + "Create" : "තනන්න", + "Default Quota" : "සාමාන්‍ය සලාකය", + "Other" : "වෙනත්", + "Username" : "පරිශීලක නම", + "Quota" : "සලාකය" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/si_LK.php b/settings/l10n/si_LK.php deleted file mode 100644 index e254e44764..0000000000 --- a/settings/l10n/si_LK.php +++ /dev/null @@ -1,53 +0,0 @@ - "සත්‍යාපන දෝෂයක්", -"Group already exists" => "කණ්ඩායම දැනටමත් තිබේ", -"Unable to add group" => "කාණඩයක් එක් කළ නොහැකි විය", -"Email saved" => "වි-තැපෑල සුරකින ලදී", -"Invalid email" => "අවලංගු වි-තැපෑල", -"Unable to delete group" => "කණ්ඩායම මැකීමට නොහැක", -"Unable to delete user" => "පරිශීලකයා මැකීමට නොහැක", -"Language changed" => "භාෂාව ාවනස් කිරීම", -"Invalid request" => "අවලංගු අයැදුමක්", -"Unable to add user to group %s" => "පරිශීලකයා %s කණ්ඩායමට එකතු කළ නොහැක", -"Unable to remove user from group %s" => "පරිශීලකයා %s කණ්ඩායමින් ඉවත් කළ නොහැක", -"Disable" => "අක්‍රිය කරන්න", -"Enable" => "සක්‍රිය කරන්න", -"Delete" => "මකා දමන්න", -"Groups" => "කණ්ඩායම්", -"undo" => "නිෂ්ප්‍රභ කරන්න", -"never" => "කවදාවත්", -"SSL root certificates" => "SSL මූල සහතිකයන්", -"Encryption" => "ගුප්ත කේතනය", -"None" => "කිසිවක් නැත", -"Login" => "ප්‍රවිශ්ටය", -"Security Warning" => "ආරක්ෂක නිවේදනයක්", -"Sharing" => "හුවමාරු කිරීම", -"Allow resharing" => "යළි යළිත් හුවමාරුවට අවසර දෙමි", -"Server address" => "සේවාදායකයේ ලිපිනය", -"Port" => "තොට", -"Log" => "ලඝුව", -"More" => "වැඩි", -"Less" => "අඩු", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "නිපදන ලද්දේ ownCloud සමාජයෙන්, the මුල් කේතය ලයිසන්ස් කර ඇත්තේ AGPL යටතේ.", -"by" => "විසින්", -"Password" => "මුර පදය", -"Your password was changed" => "ඔබගේ මුර පදය වෙනස් කෙරුණි", -"Unable to change your password" => "මුර පදය වෙනස් කළ නොහැකි විය", -"Current password" => "වත්මන් මුරපදය", -"New password" => "නව මුරපදය", -"Change password" => "මුරපදය වෙනස් කිරීම", -"Email" => "විද්‍යුත් තැපෑල", -"Your email address" => "ඔබගේ විද්‍යුත් තැපෑල", -"Cancel" => "එපා", -"Language" => "භාෂාව", -"Help translate" => "පරිවර්ථන සහය", -"Import Root Certificate" => "මූල සහතිකය ආයාත කරන්න", -"Login Name" => "ප්‍රවිශ්ටය", -"Create" => "තනන්න", -"Default Quota" => "සාමාන්‍ය සලාකය", -"Other" => "වෙනත්", -"Username" => "පරිශීලක නම", -"Quota" => "සලාකය" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/sk.php b/settings/l10n/sk.php deleted file mode 100644 index 4a9a13d6d8..0000000000 --- a/settings/l10n/sk.php +++ /dev/null @@ -1,8 +0,0 @@ - "Odstrániť", -"never" => "nikdy", -"Cancel" => "Zrušiť", -"Other" => "Ostatné" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/settings/l10n/sk_SK.js b/settings/l10n/sk_SK.js new file mode 100644 index 0000000000..773b87f5e2 --- /dev/null +++ b/settings/l10n/sk_SK.js @@ -0,0 +1,228 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Povolené", + "Authentication error" : "Chyba autentifikácie", + "Your full name has been changed." : "Vaše meno a priezvisko bolo zmenené.", + "Unable to change full name" : "Nemožno zmeniť meno a priezvisko", + "Group already exists" : "Skupina už existuje", + "Unable to add group" : "Nie je možné pridať skupinu", + "Files decrypted successfully" : "Súbory sú úspešne dešifrované", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Nemožno dešifrovať vaše súbory, skontrolujte svoj owncloud.log alebo požiadajte o pomoc adminstrátora", + "Couldn't decrypt your files, check your password and try again" : "Nemožno dešifrovať vaše súbory, skontrolujte svoje heslo a skúste to znova", + "Encryption keys deleted permanently" : "Šifrovacie kľúče sú trvale vymazané", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Nebolo možné natrvalo vymazať vaše šifrovacie kľúče, skontrolujte si prosím owncloud.log alebo kontaktujte svojho správcu", + "Couldn't remove app." : "Nemožno odstrániť aplikáciu.", + "Email saved" : "Email uložený", + "Invalid email" : "Neplatný email", + "Unable to delete group" : "Nie je možné odstrániť skupinu", + "Unable to delete user" : "Nie je možné odstrániť používateľa", + "Backups restored successfully" : "Zálohy boli úspešne obnovené", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Nebolo možné obnoviť vaše šifrovacie kľúče, skontrolujte si prosím owncloud.log alebo kontaktujte svojho správcu", + "Language changed" : "Jazyk zmenený", + "Invalid request" : "Neplatná požiadavka", + "Admins can't remove themself from the admin group" : "Administrátori nesmú odstrániť sami seba zo skupiny admin", + "Unable to add user to group %s" : "Nie je možné pridať používateľa do skupiny %s", + "Unable to remove user from group %s" : "Nie je možné odstrániť používateľa zo skupiny %s", + "Couldn't update app." : "Nemožno aktualizovať aplikáciu.", + "Wrong password" : "Nesprávne heslo", + "No user supplied" : "Nebol uvedený používateľ", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Zadajte administrátorské heslo pre obnovu, inak budú všetky dáta stratené", + "Wrong admin recovery password. Please check the password and try again." : "Chybné administrátorské heslo pre obnovu. Skontrolujte správnosť hesla a skúste to znovu.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Úložisko nepodporuje zmenu hesla, ale šifrovací kľúč používateľov bol úspešne zmenený.", + "Unable to change password" : "Zmena hesla sa nepodarila", + "Saved" : "Uložené", + "test email settings" : "nastavenia testovacieho emailu", + "If you received this email, the settings seem to be correct." : "Ak ste dostali tento email, nastavenie je správne.", + "Email sent" : "Email odoslaný", + "You need to set your user email before being able to send test emails." : "Musíte nastaviť svoj po​​užívateľský email, než budete môcť odoslať testovací email.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ste si istí, že chcete pridať \"{domain}\" medzi dôveryhodné domény?", + "Add trusted domain" : "Pridať dôveryhodnú doménu", + "Sending..." : "Odosielam...", + "All" : "Všetky", + "Please wait...." : "Čakajte prosím...", + "Error while disabling app" : "Chyba pri zakázaní aplikácie", + "Disable" : "Zakázať", + "Enable" : "Zapnúť", + "Error while enabling app" : "Chyba pri povoľovaní aplikácie", + "Updating...." : "Aktualizujem...", + "Error while updating app" : "chyba pri aktualizácii aplikácie", + "Updated" : "Aktualizované", + "Uninstalling ...." : "Prebieha odinštalovanie...", + "Error while uninstalling app" : "Chyba pri odinštalovaní aplikácie", + "Uninstall" : "Odinštalácia", + "Select a profile picture" : "Vybrať avatara", + "Very weak password" : "Veľmi slabé heslo", + "Weak password" : "Slabé heslo", + "So-so password" : "Priemerné heslo", + "Good password" : "Dobré heslo", + "Strong password" : "Silné heslo", + "Valid until {date}" : "Platný do {date}", + "Delete" : "Zmazať", + "Decrypting files... Please wait, this can take some time." : "Dešifrujem súbory ... Počkajte prosím, môže to chvíľu trvať.", + "Delete encryption keys permanently." : "Natrvalo vymazať šifrovacie kľúče.", + "Restore encryption keys." : "Obnoviť šifrovacie kľúče.", + "Groups" : "Skupiny", + "Unable to delete {objName}" : "Nemožno vymazať {objName}", + "Error creating group" : "Chyba pri vytváraní skupiny", + "A valid group name must be provided" : "Musíte zadať platný názov skupiny", + "deleted {groupName}" : "vymazaná {groupName}", + "undo" : "vrátiť", + "never" : "nikdy", + "deleted {userName}" : "vymazané {userName}", + "add group" : "pridať skupinu", + "A valid username must be provided" : "Musíte zadať platné používateľské meno", + "Error creating user" : "Chyba pri vytváraní používateľa", + "A valid password must be provided" : "Musíte zadať platné heslo", + "Warning: Home directory for user \"{user}\" already exists" : "Upozornenie: Domovský priečinok používateľa \"{user}\" už existuje", + "__language_name__" : "Slovensky", + "SSL root certificates" : "Koreňové SSL certifikáty", + "Encryption" : "Šifrovanie", + "Everything (fatal issues, errors, warnings, info, debug)" : "Všetko (fatálne problémy, chyby, upozornenia, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, upozornenia, chyby a fatálne problémy", + "Warnings, errors and fatal issues" : "Upozornenia, chyby a fatálne problémy", + "Errors and fatal issues" : "Chyby a fatálne problémy", + "Fatal issues only" : "Len fatálne problémy", + "None" : "Žiadny", + "Login" : "Prihlásenie", + "Plain" : "Neformátovaný", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Bezpečnostné upozornenie", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Do %s máte prístup cez HTTP. Dôrazne odporúčame nakonfigurovať server tak, aby namiesto toho vyžadoval použitie 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." : "Váš priečinok s dátami aj vaše súbory sú pravdepodobne prístupné z internetu. Súbor .htaccess nefunguje. Odporúčame nakonfigurovať webový server tak, aby priečinok s dátami nebol naďalej prístupný, alebo presunúť priečinok s dátami mimo priestor sprístupňovaný webovým serverom.", + "Setup Warning" : "Nastavenia oznámení a upozornení", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprístupní niekoľko základných aplikácií.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "To je pravdepodobne spôsobené cache/akcelerátorom ako napr. Zend OPcache alebo eAccelerator.", + "Database Performance Info" : "Informácie o výkone databázy", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Ako databáza je použitá SQLite. Pre väčšie inštalácie vám to odporúčame zmeniť. Na prenos do inej databázy použite nástroj príkazového riadka: \"occ db:convert-typ\"", + "Module 'fileinfo' missing" : "Chýba modul 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Chýba modul 'fileinfo'. Dôrazne doporučujeme ho povoliť pre dosiahnutie najlepších výsledkov zisťovania mime-typu.", + "Your PHP version is outdated" : "Vaša PHP verzia je zastaraná", + "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." : "Táto verzia PHP je zastaraná. Dôrazne vám odporúčame aktualizovať na verziu 5.3.8 alebo novšiu, lebo staršie verzie sú chybné. Je možné, že táto inštalácia nebude fungovať správne.", + "PHP charset is not set to UTF-8" : "Znaková sada PHP nie je nastavená na UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Predvolená znaková sada PHP nie je nastavená na UTF-8. To môže spôsobiť veľké problémy v prípade ne-ASCII znakov v názvoch súborov. Dôrazne odporúčame zmeniť hodnotu \"default_charset\" v php.ini na \"UTF-8\".", + "Locale not working" : "Lokalizácia nefunguje", + "System locale can not be set to a one which supports UTF-8." : "Nie je možné nastaviť znakovú sadu, ktorá podporuje UTF-8.", + "This means that there might be problems with certain characters in file names." : "To znamená, že sa môžu vyskytnúť problémy s niektorými znakmi v názvoch súborov.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Dôrazne doporučujeme nainštalovať na váš systém požadované balíčky podporujúce jednu z nasledovných znakových sád: %s.", + "URL generation in notification emails" : "Generovanie adresy URL v oznamovacích emailoch", + "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\")" : "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwritewebroot\" (Doporučujeme: \"%s\")", + "Please double check the installation guides." : "Prosím skontrolujte inštalačnú príručku.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Posledný cron bol spustený %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Posledný cron bol spustený %s. To je viac ako pred hodinou. Zdá sa, že niečo nie je vporiadku.", + "Cron was not executed yet!" : "Cron sa ešte nespustil!", + "Execute one task with each page loaded" : "Vykonať jednu úlohu s každým načítaní stránky", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je zaregistrovaná v službe WebCron a zavolá cron.php každých 15 minút cez http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Použiť systémovú službu cron na spúšťanie súboru cron.php každých 15 minút.", + "Sharing" : "Zdieľanie", + "Allow apps to use the Share API" : "Povoliť aplikáciám používať API na zdieľanie", + "Allow users to share via link" : "Povoliť používateľom zdieľanie pomocou odkazov", + "Enforce password protection" : "Vynútiť ochranu heslom", + "Allow public uploads" : "Povoliť verejné nahrávanie súborov", + "Set default expiration date" : "Nastaviť predvolený dátum expirácie", + "Expire after " : "Platnosť do", + "days" : "dni", + "Enforce expiration date" : "Vynútiť dátum expirácie", + "Allow resharing" : "Povoliť zdieľanie ďalej", + "Restrict users to only share with users in their groups" : "Povoliť používateľom zdieľanie len medzi nimi v rámci skupiny", + "Allow users to send mail notification for shared files" : "Povoliť používateľom zasielať emailom oznámenie o zdieľaní súborov", + "Exclude groups from sharing" : "Vybrať skupiny zo zdieľania", + "These groups will still be able to receive shares, but not to initiate them." : "Tieto skupiny budú môcť stále zdieľať, ale sami nemôžu zdieľať ostatným.", + "Security" : "Zabezpečenie", + "Enforce HTTPS" : "Vynútiť HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Vynúti pripájanie klientov k %s šifrovaným pripojením.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Pripojte sa k %s cez HTTPS pre povolenie alebo zakázanie vynútenia SSL.", + "Email Server" : "Email server", + "This is used for sending out notifications." : "Používa sa na odosielanie upozornení.", + "Send mode" : "Mód odosielania", + "From address" : "Z adresy", + "mail" : "email", + "Authentication method" : "Autentifikačná metóda", + "Authentication required" : "Vyžaduje sa overenie", + "Server address" : "Adresa servera", + "Port" : "Port", + "Credentials" : "Prihlasovanie údaje", + "SMTP Username" : "SMTP používateľské meno", + "SMTP Password" : "SMTP heslo", + "Test email settings" : "Nastavenia testovacieho emailu", + "Send email" : "Odoslať email", + "Log" : "Záznam", + "Log level" : "Úroveň záznamu", + "More" : "Viac", + "Less" : "Menej", + "Version" : "Verzia", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Vyvinuté komunitou ownCloud,zdrojový kód je licencovaný pod AGPL.", + "More apps" : "Viac aplikácií", + "by" : "od", + "Documentation:" : "Dokumentácia:", + "User Documentation" : "Príručka používateľa", + "Admin Documentation" : "Príručka administrátora", + "Enable only for specific groups" : "Povoliť len pre vybrané skupiny", + "Uninstall App" : "Odinštalovanie aplikácie", + "Administrator Documentation" : "Príručka administrátora", + "Online Documentation" : "Online príručka", + "Forum" : "Fórum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Komerčná podpora", + "Get the apps to sync your files" : "Získať aplikácie na synchronizáciu vašich súborov", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Ak chcete podporiť projekt\n\t\tpridajte sa do vývoja\n\t\talebo\n\t\tpomáhajte šíriť povedomie!", + "Show First Run Wizard again" : "Znovu zobraziť sprievodcu prvým spustením", + "You have used %s of the available %s" : "Použili ste %s z %s dostupných ", + "Password" : "Heslo", + "Your password was changed" : "Vaše heslo bolo zmenené", + "Unable to change your password" : "Nie je možné zmeniť vaše heslo", + "Current password" : "Aktuálne heslo", + "New password" : "Nové heslo", + "Change password" : "Zmeniť heslo", + "Full Name" : "Meno a priezvisko", + "Email" : "Email", + "Your email address" : "Vaša emailová adresa", + "Fill in an email address to enable password recovery and receive notifications" : "Zadajte emailovú adresu pre umožnenie obnovy zabudnutého hesla a pre prijímanie upozornení a oznámení", + "Profile picture" : "Avatar", + "Upload new" : "Nahrať nový", + "Select new from Files" : "Vyberte nový zo súborov", + "Remove image" : "Zmazať obrázok", + "Either png or jpg. Ideally square but you will be able to crop it." : "Formát súboru png alebo jpg. V ideálnom prípade štvorec, ale budete mať možnosť ho orezať.", + "Your avatar is provided by your original account." : "Váš avatar je použitý z pôvodného účtu.", + "Cancel" : "Zrušiť", + "Choose as profile image" : "Vybrať ako avatara", + "Language" : "Jazyk", + "Help translate" : "Pomôcť s prekladom", + "Common Name" : "Bežný názov", + "Valid until" : "Platný do", + "Issued By" : "Vydal", + "Valid until %s" : "Platný do %s", + "Import Root Certificate" : "Importovať koreňový certifikát", + "The encryption app is no longer enabled, please decrypt all your files" : "Šifrovacia aplikácia už nie je spustená, dešifrujte všetky svoje súbory.", + "Log-in password" : "Prihlasovacie heslo", + "Decrypt all Files" : "Dešifrovať všetky súbory", + "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." : "Vaše šifrovacie kľúče boli zazálohované. Ak by sa niečo nepodarilo, dajú sa znovu obnoviť. Natrvalo ich vymažte len ak ste si istí, že sú všetky súbory bezchybne dešifrované.", + "Restore Encryption Keys" : "Obnoviť šifrovacie kľúče", + "Delete Encryption Keys" : "Vymazať šifrovacie kľúče", + "Show storage location" : "Zobraziť umiestnenie úložiska", + "Show last log in" : "Zobraziť posledné prihlásenie", + "Login Name" : "Prihlasovacie meno", + "Create" : "Vytvoriť", + "Admin Recovery Password" : "Obnovenie hesla administrátora", + "Enter the recovery password in order to recover the users files during password change" : "Zadajte heslo pre obnovenie súborov používateľa pri zmene hesla", + "Search Users and Groups" : "Prehľadať používateľov a skupiny", + "Add Group" : "Pridať skupinu", + "Group" : "Skupina", + "Everyone" : "Všetci", + "Admins" : "Administrátori", + "Default Quota" : "Predvolená kvóta", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Prosím zadajte kvótu úložného priestoru (napr.: \"512 MB​​\" alebo \"12 GB\")", + "Unlimited" : "Nelimitované", + "Other" : "Iné", + "Username" : "Používateľské meno", + "Quota" : "Kvóta", + "Storage Location" : "Umiestnenie úložiska", + "Last Login" : "Posledné prihlásenie", + "change full name" : "zmeniť meno a priezvisko", + "set new password" : "nastaviť nové heslo", + "Default" : "Predvolené" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/settings/l10n/sk_SK.json b/settings/l10n/sk_SK.json new file mode 100644 index 0000000000..44b87fc746 --- /dev/null +++ b/settings/l10n/sk_SK.json @@ -0,0 +1,226 @@ +{ "translations": { + "Enabled" : "Povolené", + "Authentication error" : "Chyba autentifikácie", + "Your full name has been changed." : "Vaše meno a priezvisko bolo zmenené.", + "Unable to change full name" : "Nemožno zmeniť meno a priezvisko", + "Group already exists" : "Skupina už existuje", + "Unable to add group" : "Nie je možné pridať skupinu", + "Files decrypted successfully" : "Súbory sú úspešne dešifrované", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Nemožno dešifrovať vaše súbory, skontrolujte svoj owncloud.log alebo požiadajte o pomoc adminstrátora", + "Couldn't decrypt your files, check your password and try again" : "Nemožno dešifrovať vaše súbory, skontrolujte svoje heslo a skúste to znova", + "Encryption keys deleted permanently" : "Šifrovacie kľúče sú trvale vymazané", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Nebolo možné natrvalo vymazať vaše šifrovacie kľúče, skontrolujte si prosím owncloud.log alebo kontaktujte svojho správcu", + "Couldn't remove app." : "Nemožno odstrániť aplikáciu.", + "Email saved" : "Email uložený", + "Invalid email" : "Neplatný email", + "Unable to delete group" : "Nie je možné odstrániť skupinu", + "Unable to delete user" : "Nie je možné odstrániť používateľa", + "Backups restored successfully" : "Zálohy boli úspešne obnovené", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Nebolo možné obnoviť vaše šifrovacie kľúče, skontrolujte si prosím owncloud.log alebo kontaktujte svojho správcu", + "Language changed" : "Jazyk zmenený", + "Invalid request" : "Neplatná požiadavka", + "Admins can't remove themself from the admin group" : "Administrátori nesmú odstrániť sami seba zo skupiny admin", + "Unable to add user to group %s" : "Nie je možné pridať používateľa do skupiny %s", + "Unable to remove user from group %s" : "Nie je možné odstrániť používateľa zo skupiny %s", + "Couldn't update app." : "Nemožno aktualizovať aplikáciu.", + "Wrong password" : "Nesprávne heslo", + "No user supplied" : "Nebol uvedený používateľ", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Zadajte administrátorské heslo pre obnovu, inak budú všetky dáta stratené", + "Wrong admin recovery password. Please check the password and try again." : "Chybné administrátorské heslo pre obnovu. Skontrolujte správnosť hesla a skúste to znovu.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Úložisko nepodporuje zmenu hesla, ale šifrovací kľúč používateľov bol úspešne zmenený.", + "Unable to change password" : "Zmena hesla sa nepodarila", + "Saved" : "Uložené", + "test email settings" : "nastavenia testovacieho emailu", + "If you received this email, the settings seem to be correct." : "Ak ste dostali tento email, nastavenie je správne.", + "Email sent" : "Email odoslaný", + "You need to set your user email before being able to send test emails." : "Musíte nastaviť svoj po​​užívateľský email, než budete môcť odoslať testovací email.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ste si istí, že chcete pridať \"{domain}\" medzi dôveryhodné domény?", + "Add trusted domain" : "Pridať dôveryhodnú doménu", + "Sending..." : "Odosielam...", + "All" : "Všetky", + "Please wait...." : "Čakajte prosím...", + "Error while disabling app" : "Chyba pri zakázaní aplikácie", + "Disable" : "Zakázať", + "Enable" : "Zapnúť", + "Error while enabling app" : "Chyba pri povoľovaní aplikácie", + "Updating...." : "Aktualizujem...", + "Error while updating app" : "chyba pri aktualizácii aplikácie", + "Updated" : "Aktualizované", + "Uninstalling ...." : "Prebieha odinštalovanie...", + "Error while uninstalling app" : "Chyba pri odinštalovaní aplikácie", + "Uninstall" : "Odinštalácia", + "Select a profile picture" : "Vybrať avatara", + "Very weak password" : "Veľmi slabé heslo", + "Weak password" : "Slabé heslo", + "So-so password" : "Priemerné heslo", + "Good password" : "Dobré heslo", + "Strong password" : "Silné heslo", + "Valid until {date}" : "Platný do {date}", + "Delete" : "Zmazať", + "Decrypting files... Please wait, this can take some time." : "Dešifrujem súbory ... Počkajte prosím, môže to chvíľu trvať.", + "Delete encryption keys permanently." : "Natrvalo vymazať šifrovacie kľúče.", + "Restore encryption keys." : "Obnoviť šifrovacie kľúče.", + "Groups" : "Skupiny", + "Unable to delete {objName}" : "Nemožno vymazať {objName}", + "Error creating group" : "Chyba pri vytváraní skupiny", + "A valid group name must be provided" : "Musíte zadať platný názov skupiny", + "deleted {groupName}" : "vymazaná {groupName}", + "undo" : "vrátiť", + "never" : "nikdy", + "deleted {userName}" : "vymazané {userName}", + "add group" : "pridať skupinu", + "A valid username must be provided" : "Musíte zadať platné používateľské meno", + "Error creating user" : "Chyba pri vytváraní používateľa", + "A valid password must be provided" : "Musíte zadať platné heslo", + "Warning: Home directory for user \"{user}\" already exists" : "Upozornenie: Domovský priečinok používateľa \"{user}\" už existuje", + "__language_name__" : "Slovensky", + "SSL root certificates" : "Koreňové SSL certifikáty", + "Encryption" : "Šifrovanie", + "Everything (fatal issues, errors, warnings, info, debug)" : "Všetko (fatálne problémy, chyby, upozornenia, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, upozornenia, chyby a fatálne problémy", + "Warnings, errors and fatal issues" : "Upozornenia, chyby a fatálne problémy", + "Errors and fatal issues" : "Chyby a fatálne problémy", + "Fatal issues only" : "Len fatálne problémy", + "None" : "Žiadny", + "Login" : "Prihlásenie", + "Plain" : "Neformátovaný", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Bezpečnostné upozornenie", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Do %s máte prístup cez HTTP. Dôrazne odporúčame nakonfigurovať server tak, aby namiesto toho vyžadoval použitie 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." : "Váš priečinok s dátami aj vaše súbory sú pravdepodobne prístupné z internetu. Súbor .htaccess nefunguje. Odporúčame nakonfigurovať webový server tak, aby priečinok s dátami nebol naďalej prístupný, alebo presunúť priečinok s dátami mimo priestor sprístupňovaný webovým serverom.", + "Setup Warning" : "Nastavenia oznámení a upozornení", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprístupní niekoľko základných aplikácií.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "To je pravdepodobne spôsobené cache/akcelerátorom ako napr. Zend OPcache alebo eAccelerator.", + "Database Performance Info" : "Informácie o výkone databázy", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Ako databáza je použitá SQLite. Pre väčšie inštalácie vám to odporúčame zmeniť. Na prenos do inej databázy použite nástroj príkazového riadka: \"occ db:convert-typ\"", + "Module 'fileinfo' missing" : "Chýba modul 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Chýba modul 'fileinfo'. Dôrazne doporučujeme ho povoliť pre dosiahnutie najlepších výsledkov zisťovania mime-typu.", + "Your PHP version is outdated" : "Vaša PHP verzia je zastaraná", + "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." : "Táto verzia PHP je zastaraná. Dôrazne vám odporúčame aktualizovať na verziu 5.3.8 alebo novšiu, lebo staršie verzie sú chybné. Je možné, že táto inštalácia nebude fungovať správne.", + "PHP charset is not set to UTF-8" : "Znaková sada PHP nie je nastavená na UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Predvolená znaková sada PHP nie je nastavená na UTF-8. To môže spôsobiť veľké problémy v prípade ne-ASCII znakov v názvoch súborov. Dôrazne odporúčame zmeniť hodnotu \"default_charset\" v php.ini na \"UTF-8\".", + "Locale not working" : "Lokalizácia nefunguje", + "System locale can not be set to a one which supports UTF-8." : "Nie je možné nastaviť znakovú sadu, ktorá podporuje UTF-8.", + "This means that there might be problems with certain characters in file names." : "To znamená, že sa môžu vyskytnúť problémy s niektorými znakmi v názvoch súborov.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Dôrazne doporučujeme nainštalovať na váš systém požadované balíčky podporujúce jednu z nasledovných znakových sád: %s.", + "URL generation in notification emails" : "Generovanie adresy URL v oznamovacích emailoch", + "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\")" : "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwritewebroot\" (Doporučujeme: \"%s\")", + "Please double check the installation guides." : "Prosím skontrolujte inštalačnú príručku.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Posledný cron bol spustený %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Posledný cron bol spustený %s. To je viac ako pred hodinou. Zdá sa, že niečo nie je vporiadku.", + "Cron was not executed yet!" : "Cron sa ešte nespustil!", + "Execute one task with each page loaded" : "Vykonať jednu úlohu s každým načítaní stránky", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je zaregistrovaná v službe WebCron a zavolá cron.php každých 15 minút cez http.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Použiť systémovú službu cron na spúšťanie súboru cron.php každých 15 minút.", + "Sharing" : "Zdieľanie", + "Allow apps to use the Share API" : "Povoliť aplikáciám používať API na zdieľanie", + "Allow users to share via link" : "Povoliť používateľom zdieľanie pomocou odkazov", + "Enforce password protection" : "Vynútiť ochranu heslom", + "Allow public uploads" : "Povoliť verejné nahrávanie súborov", + "Set default expiration date" : "Nastaviť predvolený dátum expirácie", + "Expire after " : "Platnosť do", + "days" : "dni", + "Enforce expiration date" : "Vynútiť dátum expirácie", + "Allow resharing" : "Povoliť zdieľanie ďalej", + "Restrict users to only share with users in their groups" : "Povoliť používateľom zdieľanie len medzi nimi v rámci skupiny", + "Allow users to send mail notification for shared files" : "Povoliť používateľom zasielať emailom oznámenie o zdieľaní súborov", + "Exclude groups from sharing" : "Vybrať skupiny zo zdieľania", + "These groups will still be able to receive shares, but not to initiate them." : "Tieto skupiny budú môcť stále zdieľať, ale sami nemôžu zdieľať ostatným.", + "Security" : "Zabezpečenie", + "Enforce HTTPS" : "Vynútiť HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Vynúti pripájanie klientov k %s šifrovaným pripojením.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Pripojte sa k %s cez HTTPS pre povolenie alebo zakázanie vynútenia SSL.", + "Email Server" : "Email server", + "This is used for sending out notifications." : "Používa sa na odosielanie upozornení.", + "Send mode" : "Mód odosielania", + "From address" : "Z adresy", + "mail" : "email", + "Authentication method" : "Autentifikačná metóda", + "Authentication required" : "Vyžaduje sa overenie", + "Server address" : "Adresa servera", + "Port" : "Port", + "Credentials" : "Prihlasovanie údaje", + "SMTP Username" : "SMTP používateľské meno", + "SMTP Password" : "SMTP heslo", + "Test email settings" : "Nastavenia testovacieho emailu", + "Send email" : "Odoslať email", + "Log" : "Záznam", + "Log level" : "Úroveň záznamu", + "More" : "Viac", + "Less" : "Menej", + "Version" : "Verzia", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Vyvinuté komunitou ownCloud,zdrojový kód je licencovaný pod AGPL.", + "More apps" : "Viac aplikácií", + "by" : "od", + "Documentation:" : "Dokumentácia:", + "User Documentation" : "Príručka používateľa", + "Admin Documentation" : "Príručka administrátora", + "Enable only for specific groups" : "Povoliť len pre vybrané skupiny", + "Uninstall App" : "Odinštalovanie aplikácie", + "Administrator Documentation" : "Príručka administrátora", + "Online Documentation" : "Online príručka", + "Forum" : "Fórum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Komerčná podpora", + "Get the apps to sync your files" : "Získať aplikácie na synchronizáciu vašich súborov", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Ak chcete podporiť projekt\n\t\tpridajte sa do vývoja\n\t\talebo\n\t\tpomáhajte šíriť povedomie!", + "Show First Run Wizard again" : "Znovu zobraziť sprievodcu prvým spustením", + "You have used %s of the available %s" : "Použili ste %s z %s dostupných ", + "Password" : "Heslo", + "Your password was changed" : "Vaše heslo bolo zmenené", + "Unable to change your password" : "Nie je možné zmeniť vaše heslo", + "Current password" : "Aktuálne heslo", + "New password" : "Nové heslo", + "Change password" : "Zmeniť heslo", + "Full Name" : "Meno a priezvisko", + "Email" : "Email", + "Your email address" : "Vaša emailová adresa", + "Fill in an email address to enable password recovery and receive notifications" : "Zadajte emailovú adresu pre umožnenie obnovy zabudnutého hesla a pre prijímanie upozornení a oznámení", + "Profile picture" : "Avatar", + "Upload new" : "Nahrať nový", + "Select new from Files" : "Vyberte nový zo súborov", + "Remove image" : "Zmazať obrázok", + "Either png or jpg. Ideally square but you will be able to crop it." : "Formát súboru png alebo jpg. V ideálnom prípade štvorec, ale budete mať možnosť ho orezať.", + "Your avatar is provided by your original account." : "Váš avatar je použitý z pôvodného účtu.", + "Cancel" : "Zrušiť", + "Choose as profile image" : "Vybrať ako avatara", + "Language" : "Jazyk", + "Help translate" : "Pomôcť s prekladom", + "Common Name" : "Bežný názov", + "Valid until" : "Platný do", + "Issued By" : "Vydal", + "Valid until %s" : "Platný do %s", + "Import Root Certificate" : "Importovať koreňový certifikát", + "The encryption app is no longer enabled, please decrypt all your files" : "Šifrovacia aplikácia už nie je spustená, dešifrujte všetky svoje súbory.", + "Log-in password" : "Prihlasovacie heslo", + "Decrypt all Files" : "Dešifrovať všetky súbory", + "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." : "Vaše šifrovacie kľúče boli zazálohované. Ak by sa niečo nepodarilo, dajú sa znovu obnoviť. Natrvalo ich vymažte len ak ste si istí, že sú všetky súbory bezchybne dešifrované.", + "Restore Encryption Keys" : "Obnoviť šifrovacie kľúče", + "Delete Encryption Keys" : "Vymazať šifrovacie kľúče", + "Show storage location" : "Zobraziť umiestnenie úložiska", + "Show last log in" : "Zobraziť posledné prihlásenie", + "Login Name" : "Prihlasovacie meno", + "Create" : "Vytvoriť", + "Admin Recovery Password" : "Obnovenie hesla administrátora", + "Enter the recovery password in order to recover the users files during password change" : "Zadajte heslo pre obnovenie súborov používateľa pri zmene hesla", + "Search Users and Groups" : "Prehľadať používateľov a skupiny", + "Add Group" : "Pridať skupinu", + "Group" : "Skupina", + "Everyone" : "Všetci", + "Admins" : "Administrátori", + "Default Quota" : "Predvolená kvóta", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Prosím zadajte kvótu úložného priestoru (napr.: \"512 MB​​\" alebo \"12 GB\")", + "Unlimited" : "Nelimitované", + "Other" : "Iné", + "Username" : "Používateľské meno", + "Quota" : "Kvóta", + "Storage Location" : "Umiestnenie úložiska", + "Last Login" : "Posledné prihlásenie", + "change full name" : "zmeniť meno a priezvisko", + "set new password" : "nastaviť nové heslo", + "Default" : "Predvolené" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php deleted file mode 100644 index 5dcfdf6c9d..0000000000 --- a/settings/l10n/sk_SK.php +++ /dev/null @@ -1,227 +0,0 @@ - "Povolené", -"Authentication error" => "Chyba autentifikácie", -"Your full name has been changed." => "Vaše meno a priezvisko bolo zmenené.", -"Unable to change full name" => "Nemožno zmeniť meno a priezvisko", -"Group already exists" => "Skupina už existuje", -"Unable to add group" => "Nie je možné pridať skupinu", -"Files decrypted successfully" => "Súbory sú úspešne dešifrované", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Nemožno dešifrovať vaše súbory, skontrolujte svoj owncloud.log alebo požiadajte o pomoc adminstrátora", -"Couldn't decrypt your files, check your password and try again" => "Nemožno dešifrovať vaše súbory, skontrolujte svoje heslo a skúste to znova", -"Encryption keys deleted permanently" => "Šifrovacie kľúče sú trvale vymazané", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Nebolo možné natrvalo vymazať vaše šifrovacie kľúče, skontrolujte si prosím owncloud.log alebo kontaktujte svojho správcu", -"Couldn't remove app." => "Nemožno odstrániť aplikáciu.", -"Email saved" => "Email uložený", -"Invalid email" => "Neplatný email", -"Unable to delete group" => "Nie je možné odstrániť skupinu", -"Unable to delete user" => "Nie je možné odstrániť používateľa", -"Backups restored successfully" => "Zálohy boli úspešne obnovené", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Nebolo možné obnoviť vaše šifrovacie kľúče, skontrolujte si prosím owncloud.log alebo kontaktujte svojho správcu", -"Language changed" => "Jazyk zmenený", -"Invalid request" => "Neplatná požiadavka", -"Admins can't remove themself from the admin group" => "Administrátori nesmú odstrániť sami seba zo skupiny admin", -"Unable to add user to group %s" => "Nie je možné pridať používateľa do skupiny %s", -"Unable to remove user from group %s" => "Nie je možné odstrániť používateľa zo skupiny %s", -"Couldn't update app." => "Nemožno aktualizovať aplikáciu.", -"Wrong password" => "Nesprávne heslo", -"No user supplied" => "Nebol uvedený používateľ", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Zadajte administrátorské heslo pre obnovu, inak budú všetky dáta stratené", -"Wrong admin recovery password. Please check the password and try again." => "Chybné administrátorské heslo pre obnovu. Skontrolujte správnosť hesla a skúste to znovu.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Úložisko nepodporuje zmenu hesla, ale šifrovací kľúč používateľov bol úspešne zmenený.", -"Unable to change password" => "Zmena hesla sa nepodarila", -"Saved" => "Uložené", -"test email settings" => "nastavenia testovacieho emailu", -"If you received this email, the settings seem to be correct." => "Ak ste dostali tento email, nastavenie je správne.", -"Email sent" => "Email odoslaný", -"You need to set your user email before being able to send test emails." => "Musíte nastaviť svoj po​​užívateľský email, než budete môcť odoslať testovací email.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Ste si istí, že chcete pridať \"{domain}\" medzi dôveryhodné domény?", -"Add trusted domain" => "Pridať dôveryhodnú doménu", -"Sending..." => "Odosielam...", -"All" => "Všetky", -"Please wait...." => "Čakajte prosím...", -"Error while disabling app" => "Chyba pri zakázaní aplikácie", -"Disable" => "Zakázať", -"Enable" => "Zapnúť", -"Error while enabling app" => "Chyba pri povoľovaní aplikácie", -"Updating...." => "Aktualizujem...", -"Error while updating app" => "chyba pri aktualizácii aplikácie", -"Updated" => "Aktualizované", -"Uninstalling ...." => "Prebieha odinštalovanie...", -"Error while uninstalling app" => "Chyba pri odinštalovaní aplikácie", -"Uninstall" => "Odinštalácia", -"Select a profile picture" => "Vybrať avatara", -"Very weak password" => "Veľmi slabé heslo", -"Weak password" => "Slabé heslo", -"So-so password" => "Priemerné heslo", -"Good password" => "Dobré heslo", -"Strong password" => "Silné heslo", -"Valid until {date}" => "Platný do {date}", -"Delete" => "Zmazať", -"Decrypting files... Please wait, this can take some time." => "Dešifrujem súbory ... Počkajte prosím, môže to chvíľu trvať.", -"Delete encryption keys permanently." => "Natrvalo vymazať šifrovacie kľúče.", -"Restore encryption keys." => "Obnoviť šifrovacie kľúče.", -"Groups" => "Skupiny", -"Unable to delete {objName}" => "Nemožno vymazať {objName}", -"Error creating group" => "Chyba pri vytváraní skupiny", -"A valid group name must be provided" => "Musíte zadať platný názov skupiny", -"deleted {groupName}" => "vymazaná {groupName}", -"undo" => "vrátiť", -"never" => "nikdy", -"deleted {userName}" => "vymazané {userName}", -"add group" => "pridať skupinu", -"A valid username must be provided" => "Musíte zadať platné používateľské meno", -"Error creating user" => "Chyba pri vytváraní používateľa", -"A valid password must be provided" => "Musíte zadať platné heslo", -"Warning: Home directory for user \"{user}\" already exists" => "Upozornenie: Domovský priečinok používateľa \"{user}\" už existuje", -"__language_name__" => "Slovensky", -"SSL root certificates" => "Koreňové SSL certifikáty", -"Encryption" => "Šifrovanie", -"Everything (fatal issues, errors, warnings, info, debug)" => "Všetko (fatálne problémy, chyby, upozornenia, info, debug)", -"Info, warnings, errors and fatal issues" => "Info, upozornenia, chyby a fatálne problémy", -"Warnings, errors and fatal issues" => "Upozornenia, chyby a fatálne problémy", -"Errors and fatal issues" => "Chyby a fatálne problémy", -"Fatal issues only" => "Len fatálne problémy", -"None" => "Žiadny", -"Login" => "Prihlásenie", -"Plain" => "Neformátovaný", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Bezpečnostné upozornenie", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Do %s máte prístup cez HTTP. Dôrazne odporúčame nakonfigurovať server tak, aby namiesto toho vyžadoval použitie 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." => "Váš priečinok s dátami aj vaše súbory sú pravdepodobne prístupné z internetu. Súbor .htaccess nefunguje. Odporúčame nakonfigurovať webový server tak, aby priečinok s dátami nebol naďalej prístupný, alebo presunúť priečinok s dátami mimo priestor sprístupňovaný webovým serverom.", -"Setup Warning" => "Nastavenia oznámení a upozornení", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprístupní niekoľko základných aplikácií.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "To je pravdepodobne spôsobené cache/akcelerátorom ako napr. Zend OPcache alebo eAccelerator.", -"Database Performance Info" => "Informácie o výkone databázy", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Ako databáza je použitá SQLite. Pre väčšie inštalácie vám to odporúčame zmeniť. Na prenos do inej databázy použite nástroj príkazového riadka: \"occ db:convert-typ\"", -"Module 'fileinfo' missing" => "Chýba modul 'fileinfo'", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Chýba modul 'fileinfo'. Dôrazne doporučujeme ho povoliť pre dosiahnutie najlepších výsledkov zisťovania mime-typu.", -"Your PHP version is outdated" => "Vaša PHP verzia je zastaraná", -"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." => "Táto verzia PHP je zastaraná. Dôrazne vám odporúčame aktualizovať na verziu 5.3.8 alebo novšiu, lebo staršie verzie sú chybné. Je možné, že táto inštalácia nebude fungovať správne.", -"PHP charset is not set to UTF-8" => "Znaková sada PHP nie je nastavená na UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "Predvolená znaková sada PHP nie je nastavená na UTF-8. To môže spôsobiť veľké problémy v prípade ne-ASCII znakov v názvoch súborov. Dôrazne odporúčame zmeniť hodnotu \"default_charset\" v php.ini na \"UTF-8\".", -"Locale not working" => "Lokalizácia nefunguje", -"System locale can not be set to a one which supports UTF-8." => "Nie je možné nastaviť znakovú sadu, ktorá podporuje UTF-8.", -"This means that there might be problems with certain characters in file names." => "To znamená, že sa môžu vyskytnúť problémy s niektorými znakmi v názvoch súborov.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Dôrazne doporučujeme nainštalovať na váš systém požadované balíčky podporujúce jednu z nasledovných znakových sád: %s.", -"URL generation in notification emails" => "Generovanie adresy URL v oznamovacích emailoch", -"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\")" => "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom config.php súbore pre hodnotu \"overwritewebroot\" (Doporučujeme: \"%s\")", -"Please double check the installation guides." => "Prosím skontrolujte inštalačnú príručku.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Posledný cron bol spustený %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Posledný cron bol spustený %s. To je viac ako pred hodinou. Zdá sa, že niečo nie je vporiadku.", -"Cron was not executed yet!" => "Cron sa ešte nespustil!", -"Execute one task with each page loaded" => "Vykonať jednu úlohu s každým načítaní stránky", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php je zaregistrovaná v službe WebCron a zavolá cron.php každých 15 minút cez http.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Použiť systémovú službu cron na spúšťanie súboru cron.php každých 15 minút.", -"Sharing" => "Zdieľanie", -"Allow apps to use the Share API" => "Povoliť aplikáciám používať API na zdieľanie", -"Allow users to share via link" => "Povoliť používateľom zdieľanie pomocou odkazov", -"Enforce password protection" => "Vynútiť ochranu heslom", -"Allow public uploads" => "Povoliť verejné nahrávanie súborov", -"Set default expiration date" => "Nastaviť predvolený dátum expirácie", -"Expire after " => "Platnosť do", -"days" => "dni", -"Enforce expiration date" => "Vynútiť dátum expirácie", -"Allow resharing" => "Povoliť zdieľanie ďalej", -"Restrict users to only share with users in their groups" => "Povoliť používateľom zdieľanie len medzi nimi v rámci skupiny", -"Allow users to send mail notification for shared files" => "Povoliť používateľom zasielať emailom oznámenie o zdieľaní súborov", -"Exclude groups from sharing" => "Vybrať skupiny zo zdieľania", -"These groups will still be able to receive shares, but not to initiate them." => "Tieto skupiny budú môcť stále zdieľať, ale sami nemôžu zdieľať ostatným.", -"Security" => "Zabezpečenie", -"Enforce HTTPS" => "Vynútiť HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Vynúti pripájanie klientov k %s šifrovaným pripojením.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Pripojte sa k %s cez HTTPS pre povolenie alebo zakázanie vynútenia SSL.", -"Email Server" => "Email server", -"This is used for sending out notifications." => "Používa sa na odosielanie upozornení.", -"Send mode" => "Mód odosielania", -"From address" => "Z adresy", -"mail" => "email", -"Authentication method" => "Autentifikačná metóda", -"Authentication required" => "Vyžaduje sa overenie", -"Server address" => "Adresa servera", -"Port" => "Port", -"Credentials" => "Prihlasovanie údaje", -"SMTP Username" => "SMTP používateľské meno", -"SMTP Password" => "SMTP heslo", -"Test email settings" => "Nastavenia testovacieho emailu", -"Send email" => "Odoslať email", -"Log" => "Záznam", -"Log level" => "Úroveň záznamu", -"More" => "Viac", -"Less" => "Menej", -"Version" => "Verzia", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Vyvinuté komunitou ownCloud,zdrojový kód je licencovaný pod AGPL.", -"More apps" => "Viac aplikácií", -"by" => "od", -"Documentation:" => "Dokumentácia:", -"User Documentation" => "Príručka používateľa", -"Admin Documentation" => "Príručka administrátora", -"Enable only for specific groups" => "Povoliť len pre vybrané skupiny", -"Uninstall App" => "Odinštalovanie aplikácie", -"Administrator Documentation" => "Príručka administrátora", -"Online Documentation" => "Online príručka", -"Forum" => "Fórum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Komerčná podpora", -"Get the apps to sync your files" => "Získať aplikácie na synchronizáciu vašich súborov", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Ak chcete podporiť projekt\n\t\tpridajte sa do vývoja\n\t\talebo\n\t\tpomáhajte šíriť povedomie!", -"Show First Run Wizard again" => "Znovu zobraziť sprievodcu prvým spustením", -"You have used %s of the available %s" => "Použili ste %s z %s dostupných ", -"Password" => "Heslo", -"Your password was changed" => "Vaše heslo bolo zmenené", -"Unable to change your password" => "Nie je možné zmeniť vaše heslo", -"Current password" => "Aktuálne heslo", -"New password" => "Nové heslo", -"Change password" => "Zmeniť heslo", -"Full Name" => "Meno a priezvisko", -"Email" => "Email", -"Your email address" => "Vaša emailová adresa", -"Fill in an email address to enable password recovery and receive notifications" => "Zadajte emailovú adresu pre umožnenie obnovy zabudnutého hesla a pre prijímanie upozornení a oznámení", -"Profile picture" => "Avatar", -"Upload new" => "Nahrať nový", -"Select new from Files" => "Vyberte nový zo súborov", -"Remove image" => "Zmazať obrázok", -"Either png or jpg. Ideally square but you will be able to crop it." => "Formát súboru png alebo jpg. V ideálnom prípade štvorec, ale budete mať možnosť ho orezať.", -"Your avatar is provided by your original account." => "Váš avatar je použitý z pôvodného účtu.", -"Cancel" => "Zrušiť", -"Choose as profile image" => "Vybrať ako avatara", -"Language" => "Jazyk", -"Help translate" => "Pomôcť s prekladom", -"Common Name" => "Bežný názov", -"Valid until" => "Platný do", -"Issued By" => "Vydal", -"Valid until %s" => "Platný do %s", -"Import Root Certificate" => "Importovať koreňový certifikát", -"The encryption app is no longer enabled, please decrypt all your files" => "Šifrovacia aplikácia už nie je spustená, dešifrujte všetky svoje súbory.", -"Log-in password" => "Prihlasovacie heslo", -"Decrypt all Files" => "Dešifrovať všetky súbory", -"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." => "Vaše šifrovacie kľúče boli zazálohované. Ak by sa niečo nepodarilo, dajú sa znovu obnoviť. Natrvalo ich vymažte len ak ste si istí, že sú všetky súbory bezchybne dešifrované.", -"Restore Encryption Keys" => "Obnoviť šifrovacie kľúče", -"Delete Encryption Keys" => "Vymazať šifrovacie kľúče", -"Show storage location" => "Zobraziť umiestnenie úložiska", -"Show last log in" => "Zobraziť posledné prihlásenie", -"Login Name" => "Prihlasovacie meno", -"Create" => "Vytvoriť", -"Admin Recovery Password" => "Obnovenie hesla administrátora", -"Enter the recovery password in order to recover the users files during password change" => "Zadajte heslo pre obnovenie súborov používateľa pri zmene hesla", -"Search Users and Groups" => "Prehľadať používateľov a skupiny", -"Add Group" => "Pridať skupinu", -"Group" => "Skupina", -"Everyone" => "Všetci", -"Admins" => "Administrátori", -"Default Quota" => "Predvolená kvóta", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Prosím zadajte kvótu úložného priestoru (napr.: \"512 MB​​\" alebo \"12 GB\")", -"Unlimited" => "Nelimitované", -"Other" => "Iné", -"Username" => "Používateľské meno", -"Quota" => "Kvóta", -"Storage Location" => "Umiestnenie úložiska", -"Last Login" => "Posledné prihlásenie", -"change full name" => "zmeniť meno a priezvisko", -"set new password" => "nastaviť nové heslo", -"Default" => "Predvolené" -); -$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js new file mode 100644 index 0000000000..4ff4202cf7 --- /dev/null +++ b/settings/l10n/sl.js @@ -0,0 +1,199 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Omogočeno", + "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", + "Group already exists" : "Skupina že obstaja", + "Unable to add group" : "Skupine ni mogoče dodati", + "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.", + "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.", + "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)", + "Unable to add user to group %s" : "Uporabnika ni mogoče dodati k skupini %s", + "Unable to remove user from group %s" : "Uporabnika ni mogoče odstraniti iz skupine %s", + "Couldn't update app." : "Programa ni mogoče posodobiti.", + "Wrong password" : "Napačno geslo", + "No user supplied" : "Ni navedenega uporabnika", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Podati je treba skrbniško obnovitveno geslo, sicer bodo vsi uporabniški podatki izgubljeni.", + "Wrong admin recovery password. Please check the password and try again." : "Napačno navedeno skrbniško obnovitveno geslo. Preverite geslo in poskusite znova.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Hrbtišče programa ne podpira spreminjanja gesla, je pa uspešno posodobljeno uporabniško šifriranje.", + "Unable to change password" : "Ni mogoče spremeniti gesla", + "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.", + "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.", + "Add trusted domain" : "Dodaj varno domeno", + "Sending..." : "Poteka pošiljanje ...", + "All" : "Vsi", + "Please wait...." : "Počakajte ...", + "Error while disabling app" : "Napaka onemogočanja programa", + "Disable" : "Onemogoči", + "Enable" : "Omogoči", + "Error while enabling app" : "Napaka omogočanja programa", + "Updating...." : "Poteka posodabljanje ...", + "Error while updating app" : "Prišlo je do napake med posodabljanjem programa.", + "Updated" : "Posodobljeno", + "Uninstalling ...." : "Odstranjevanje namestitve ...", + "Error while uninstalling app" : "Prišlo je do napake med odstranjevanjem programa.", + "Uninstall" : "Odstrani namestitev", + "Select a profile picture" : "Izbor slike profila", + "Very weak password" : "Zelo šibko geslo", + "Weak password" : "Šibko geslo", + "So-so password" : "Slabo geslo", + "Good password" : "Dobro geslo", + "Strong password" : "Odlično geslo", + "Valid until {date}" : "Veljavno do {date}", + "Delete" : "Izbriši", + "Decrypting files... Please wait, this can take some time." : "Poteka odšifriranje datotek ... Opravilo je lahko dolgotrajno.", + "Delete encryption keys permanently." : "Trajno izbriše šifrirne ključe", + "Restore encryption keys." : "Obnovi šifrirne ključe.", + "Groups" : "Skupine", + "Unable to delete {objName}" : "Ni mogoče izbrisati {objName}", + "Error creating group" : "Napaka ustvarjanja skupine", + "undo" : "razveljavi", + "never" : "nikoli", + "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", + "SSL root certificates" : "Korenska potrdila SSL", + "Encryption" : "Šifriranje", + "Everything (fatal issues, errors, warnings, info, debug)" : "Vse (podrobnosti, opozorila, hrošče, napake in usodne dogodke)", + "Info, warnings, errors and fatal issues" : "Podrobnosti, opozorila, napake in usodne dogodke", + "Warnings, errors and fatal issues" : "Opozorila, napake in usodne dogodke", + "Errors and fatal issues" : "Napake in usodne dogodke", + "Fatal issues only" : "Le usodne dogodke", + "None" : "Brez", + "Login" : "Prijava", + "Plain" : "Besedilno", + "NT LAN Manager" : "Upravljalnik NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Varnostno opozorilo", + "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", + "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.", + "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", + "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!", + "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.", + "Sharing" : "Souporaba", + "Allow apps to use the Share API" : "Dovoli programom uporabo vmesnika API souporabe", + "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", + "Expire after " : "Preteče po", + "days" : "dneh", + "Enforce expiration date" : "Vsili datum preteka", + "Allow resharing" : "Dovoli nadaljnjo souporabo", + "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", + "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", + "Send mode" : "Način pošiljanja", + "Authentication method" : "Način overitve", + "Authentication required" : "Zahtevana je overitev", + "Server address" : "Naslov strežnika", + "Port" : "Vrata", + "Credentials" : "Poverila", + "SMTP Username" : "Uporabniško ime SMTP", + "SMTP Password" : "Geslo SMTP", + "Test email settings" : "Preizkus nastavitev elektronske pošte", + "Send email" : "Pošlji elektronsko sporočilo", + "Log" : "Dnevnik", + "Log level" : "Raven beleženja", + "More" : "Več", + "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.", + "by" : "od", + "Documentation:" : "Dokumentacija:", + "User Documentation" : "Uporabniška dokumentacija", + "Admin Documentation" : "Skrbniška dokumentacija", + "Enable only for specific groups" : "Omogoči le za posamezne skupine", + "Uninstall App" : "Odstrani program", + "Administrator Documentation" : "Skrbniška dokumentacija", + "Online Documentation" : "Spletna dokumentacija", + "Forum" : "Forum", + "Bugtracker" : "Sledilnik hroščev", + "Commercial Support" : "Podpora strankam", + "Get the apps to sync your files" : "Pridobi programe za usklajevanje datotek", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Če želite podpreti projekt,\n\t\tprispevajte k razvoju\n\t\tali pa\n\t\tseznanite druge o zmožnostih oblaka.!", + "Show First Run Wizard again" : "Zaženi čarovnika prvega zagona", + "You have used %s of the available %s" : "Uporabljenega je %s od razpoložljivih %s prostora.", + "Password" : "Geslo", + "Your password was changed" : "Geslo je spremenjeno", + "Unable to change your password" : "Gesla ni mogoče spremeniti.", + "Current password" : "Trenutno geslo", + "New password" : "Novo geslo", + "Change password" : "Spremeni geslo", + "Full Name" : "Polno ime", + "Email" : "Elektronski naslov", + "Your email address" : "Osebni elektronski naslov", + "Profile picture" : "Slika profila", + "Upload new" : "Pošlji novo", + "Select new from Files" : "Izberi novo iz menija datotek", + "Remove image" : "Odstrani sliko", + "Either png or jpg. Ideally square but you will be able to crop it." : "Slika je lahko png ali jpg. Slika naj bo kvadratna, ni pa to pogoj, saj jo bo mogoče obrezati.", + "Your avatar is provided by your original account." : "Podoba je podana v izvornem računu.", + "Cancel" : "Prekliči", + "Choose as profile image" : "Izberi kot sliko profila", + "Language" : "Jezik", + "Help translate" : "Sodelujte pri prevajanju", + "Common Name" : "Splošno ime", + "Valid until" : "Veljavno do", + "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", + "Login Name" : "Prijavno ime", + "Create" : "Ustvari", + "Admin Recovery Password" : "Obnovitev skrbniškega gesla", + "Enter the recovery password in order to recover the users files during password change" : "Vnesite geslo, ki omogoča obnovitev uporabniških datotek med spreminjanjem gesla", + "Search Users and Groups" : "Iskanje uporabnikov in skupin", + "Add Group" : "Dodaj skupino", + "Group" : "Skupina", + "Everyone" : "Vsi", + "Admins" : "Skrbniki", + "Default Quota" : "Privzeta količinska omejitev", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Vnesite količinsko omejitev prostora (na primer: \"512 MB\" ali \"12 GB\")", + "Unlimited" : "Neomejeno", + "Other" : "Drugo", + "Username" : "Uporabniško ime", + "Quota" : "Količinska omejitev", + "Last Login" : "Zadnja prijava", + "change full name" : "Spremeni polno ime", + "set new password" : "nastavi novo geslo", + "Default" : "Privzeto" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json new file mode 100644 index 0000000000..0fad107278 --- /dev/null +++ b/settings/l10n/sl.json @@ -0,0 +1,197 @@ +{ "translations": { + "Enabled" : "Omogočeno", + "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", + "Group already exists" : "Skupina že obstaja", + "Unable to add group" : "Skupine ni mogoče dodati", + "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.", + "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.", + "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)", + "Unable to add user to group %s" : "Uporabnika ni mogoče dodati k skupini %s", + "Unable to remove user from group %s" : "Uporabnika ni mogoče odstraniti iz skupine %s", + "Couldn't update app." : "Programa ni mogoče posodobiti.", + "Wrong password" : "Napačno geslo", + "No user supplied" : "Ni navedenega uporabnika", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Podati je treba skrbniško obnovitveno geslo, sicer bodo vsi uporabniški podatki izgubljeni.", + "Wrong admin recovery password. Please check the password and try again." : "Napačno navedeno skrbniško obnovitveno geslo. Preverite geslo in poskusite znova.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Hrbtišče programa ne podpira spreminjanja gesla, je pa uspešno posodobljeno uporabniško šifriranje.", + "Unable to change password" : "Ni mogoče spremeniti gesla", + "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.", + "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.", + "Add trusted domain" : "Dodaj varno domeno", + "Sending..." : "Poteka pošiljanje ...", + "All" : "Vsi", + "Please wait...." : "Počakajte ...", + "Error while disabling app" : "Napaka onemogočanja programa", + "Disable" : "Onemogoči", + "Enable" : "Omogoči", + "Error while enabling app" : "Napaka omogočanja programa", + "Updating...." : "Poteka posodabljanje ...", + "Error while updating app" : "Prišlo je do napake med posodabljanjem programa.", + "Updated" : "Posodobljeno", + "Uninstalling ...." : "Odstranjevanje namestitve ...", + "Error while uninstalling app" : "Prišlo je do napake med odstranjevanjem programa.", + "Uninstall" : "Odstrani namestitev", + "Select a profile picture" : "Izbor slike profila", + "Very weak password" : "Zelo šibko geslo", + "Weak password" : "Šibko geslo", + "So-so password" : "Slabo geslo", + "Good password" : "Dobro geslo", + "Strong password" : "Odlično geslo", + "Valid until {date}" : "Veljavno do {date}", + "Delete" : "Izbriši", + "Decrypting files... Please wait, this can take some time." : "Poteka odšifriranje datotek ... Opravilo je lahko dolgotrajno.", + "Delete encryption keys permanently." : "Trajno izbriše šifrirne ključe", + "Restore encryption keys." : "Obnovi šifrirne ključe.", + "Groups" : "Skupine", + "Unable to delete {objName}" : "Ni mogoče izbrisati {objName}", + "Error creating group" : "Napaka ustvarjanja skupine", + "undo" : "razveljavi", + "never" : "nikoli", + "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", + "SSL root certificates" : "Korenska potrdila SSL", + "Encryption" : "Šifriranje", + "Everything (fatal issues, errors, warnings, info, debug)" : "Vse (podrobnosti, opozorila, hrošče, napake in usodne dogodke)", + "Info, warnings, errors and fatal issues" : "Podrobnosti, opozorila, napake in usodne dogodke", + "Warnings, errors and fatal issues" : "Opozorila, napake in usodne dogodke", + "Errors and fatal issues" : "Napake in usodne dogodke", + "Fatal issues only" : "Le usodne dogodke", + "None" : "Brez", + "Login" : "Prijava", + "Plain" : "Besedilno", + "NT LAN Manager" : "Upravljalnik NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Varnostno opozorilo", + "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", + "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.", + "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", + "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!", + "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.", + "Sharing" : "Souporaba", + "Allow apps to use the Share API" : "Dovoli programom uporabo vmesnika API souporabe", + "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", + "Expire after " : "Preteče po", + "days" : "dneh", + "Enforce expiration date" : "Vsili datum preteka", + "Allow resharing" : "Dovoli nadaljnjo souporabo", + "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", + "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", + "Send mode" : "Način pošiljanja", + "Authentication method" : "Način overitve", + "Authentication required" : "Zahtevana je overitev", + "Server address" : "Naslov strežnika", + "Port" : "Vrata", + "Credentials" : "Poverila", + "SMTP Username" : "Uporabniško ime SMTP", + "SMTP Password" : "Geslo SMTP", + "Test email settings" : "Preizkus nastavitev elektronske pošte", + "Send email" : "Pošlji elektronsko sporočilo", + "Log" : "Dnevnik", + "Log level" : "Raven beleženja", + "More" : "Več", + "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.", + "by" : "od", + "Documentation:" : "Dokumentacija:", + "User Documentation" : "Uporabniška dokumentacija", + "Admin Documentation" : "Skrbniška dokumentacija", + "Enable only for specific groups" : "Omogoči le za posamezne skupine", + "Uninstall App" : "Odstrani program", + "Administrator Documentation" : "Skrbniška dokumentacija", + "Online Documentation" : "Spletna dokumentacija", + "Forum" : "Forum", + "Bugtracker" : "Sledilnik hroščev", + "Commercial Support" : "Podpora strankam", + "Get the apps to sync your files" : "Pridobi programe za usklajevanje datotek", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Če želite podpreti projekt,\n\t\tprispevajte k razvoju\n\t\tali pa\n\t\tseznanite druge o zmožnostih oblaka.!", + "Show First Run Wizard again" : "Zaženi čarovnika prvega zagona", + "You have used %s of the available %s" : "Uporabljenega je %s od razpoložljivih %s prostora.", + "Password" : "Geslo", + "Your password was changed" : "Geslo je spremenjeno", + "Unable to change your password" : "Gesla ni mogoče spremeniti.", + "Current password" : "Trenutno geslo", + "New password" : "Novo geslo", + "Change password" : "Spremeni geslo", + "Full Name" : "Polno ime", + "Email" : "Elektronski naslov", + "Your email address" : "Osebni elektronski naslov", + "Profile picture" : "Slika profila", + "Upload new" : "Pošlji novo", + "Select new from Files" : "Izberi novo iz menija datotek", + "Remove image" : "Odstrani sliko", + "Either png or jpg. Ideally square but you will be able to crop it." : "Slika je lahko png ali jpg. Slika naj bo kvadratna, ni pa to pogoj, saj jo bo mogoče obrezati.", + "Your avatar is provided by your original account." : "Podoba je podana v izvornem računu.", + "Cancel" : "Prekliči", + "Choose as profile image" : "Izberi kot sliko profila", + "Language" : "Jezik", + "Help translate" : "Sodelujte pri prevajanju", + "Common Name" : "Splošno ime", + "Valid until" : "Veljavno do", + "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", + "Login Name" : "Prijavno ime", + "Create" : "Ustvari", + "Admin Recovery Password" : "Obnovitev skrbniškega gesla", + "Enter the recovery password in order to recover the users files during password change" : "Vnesite geslo, ki omogoča obnovitev uporabniških datotek med spreminjanjem gesla", + "Search Users and Groups" : "Iskanje uporabnikov in skupin", + "Add Group" : "Dodaj skupino", + "Group" : "Skupina", + "Everyone" : "Vsi", + "Admins" : "Skrbniki", + "Default Quota" : "Privzeta količinska omejitev", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Vnesite količinsko omejitev prostora (na primer: \"512 MB\" ali \"12 GB\")", + "Unlimited" : "Neomejeno", + "Other" : "Drugo", + "Username" : "Uporabniško ime", + "Quota" : "Količinska omejitev", + "Last Login" : "Zadnja prijava", + "change full name" : "Spremeni polno ime", + "set new password" : "nastavi novo geslo", + "Default" : "Privzeto" +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php deleted file mode 100644 index 9866e44afa..0000000000 --- a/settings/l10n/sl.php +++ /dev/null @@ -1,229 +0,0 @@ - "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", -"Group already exists" => "Skupina že obstaja", -"Unable to add group" => "Skupine ni mogoče dodati", -"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)", -"Unable to add user to group %s" => "Uporabnika ni mogoče dodati k skupini %s", -"Unable to remove user from group %s" => "Uporabnika ni mogoče odstraniti iz skupine %s", -"Couldn't update app." => "Programa ni mogoče posodobiti.", -"Wrong password" => "Napačno geslo", -"No user supplied" => "Ni navedenega uporabnika", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Podati je treba skrbniško obnovitveno geslo, sicer bodo vsi uporabniški podatki izgubljeni.", -"Wrong admin recovery password. Please check the password and try again." => "Napačno navedeno skrbniško obnovitveno geslo. Preverite geslo in poskusite znova.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Hrbtišče programa ne podpira spreminjanja gesla, je pa uspešno posodobljeno uporabniško šifriranje.", -"Unable to change password" => "Ni mogoče spremeniti gesla", -"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", -"Please wait...." => "Počakajte ...", -"Error while disabling app" => "Napaka onemogočanja programa", -"Disable" => "Onemogoči", -"Enable" => "Omogoči", -"Error while enabling app" => "Napaka omogočanja programa", -"Updating...." => "Poteka posodabljanje ...", -"Error while updating app" => "Prišlo je do napake med posodabljanjem programa.", -"Updated" => "Posodobljeno", -"Uninstalling ...." => "Odstranjevanje namestitve ...", -"Error while uninstalling app" => "Prišlo je do napake med odstranjevanjem programa.", -"Uninstall" => "Odstrani namestitev", -"Select a profile picture" => "Izbor slike profila", -"Very weak password" => "Zelo šibko geslo", -"Weak password" => "Šibko geslo", -"So-so password" => "Slabo geslo", -"Good password" => "Dobro geslo", -"Strong password" => "Odlično geslo", -"Valid until {date}" => "Veljavno do {date}", -"Delete" => "Izbriši", -"Decrypting files... Please wait, this can take some time." => "Poteka odšifriranje datotek ... Opravilo je lahko dolgotrajno.", -"Delete encryption keys permanently." => "Trajno izbriše šifrirne ključe", -"Restore encryption keys." => "Obnovi šifrirne ključe.", -"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)", -"Info, warnings, errors and fatal issues" => "Podrobnosti, opozorila, napake in usodne dogodke", -"Warnings, errors and fatal issues" => "Opozorila, napake in usodne dogodke", -"Errors and fatal issues" => "Napake in usodne dogodke", -"Fatal issues only" => "Le usodne dogodke", -"None" => "Brez", -"Login" => "Prijava", -"Plain" => "Besedilno", -"NT LAN Manager" => "Upravljalnik NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Varnostno opozorilo", -"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 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 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", -"Expire after " => "Preteče po", -"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", -"Port" => "Vrata", -"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", -"Log level" => "Raven beleženja", -"More" => "Več", -"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", -"Online Documentation" => "Spletna dokumentacija", -"Forum" => "Forum", -"Bugtracker" => "Sledilnik hroščev", -"Commercial Support" => "Podpora strankam", -"Get the apps to sync your files" => "Pridobi programe za usklajevanje datotek", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Če želite podpreti projekt,\n\t\tprispevajte k razvoju\n\t\tali pa\n\t\tseznanite druge o zmožnostih oblaka.!", -"Show First Run Wizard again" => "Zaženi čarovnika prvega zagona", -"You have used %s of the available %s" => "Uporabljenega je %s od razpoložljivih %s prostora.", -"Password" => "Geslo", -"Your password was changed" => "Geslo je spremenjeno", -"Unable to change your password" => "Gesla ni mogoče spremeniti.", -"Current password" => "Trenutno geslo", -"New password" => "Novo geslo", -"Change password" => "Spremeni geslo", -"Full Name" => "Polno ime", -"Email" => "Elektronski naslov", -"Your email address" => "Osebni elektronski naslov", -"Profile picture" => "Slika profila", -"Upload new" => "Pošlji novo", -"Select new from Files" => "Izberi novo iz menija datotek", -"Remove image" => "Odstrani sliko", -"Either png or jpg. Ideally square but you will be able to crop it." => "Slika je lahko png ali jpg. Slika naj bo kvadratna, ni pa to pogoj, saj jo bo mogoče obrezati.", -"Your avatar is provided by your original account." => "Podoba je podana v izvornem računu.", -"Cancel" => "Prekliči", -"Choose as profile image" => "Izberi kot sliko profila", -"Language" => "Jezik", -"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", -"Enter the recovery password in order to recover the users files during password change" => "Vnesite geslo, ki omogoča obnovitev uporabniških datotek med spreminjanjem gesla", -"Search Users and Groups" => "Iskanje uporabnikov in skupin", -"Add Group" => "Dodaj skupino", -"Group" => "Skupina", -"Everyone" => "Vsi", -"Admins" => "Skrbniki", -"Default Quota" => "Privzeta količinska omejitev", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Vnesite količinsko omejitev prostora (na primer: \"512 MB\" ali \"12 GB\")", -"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", -"Default" => "Privzeto" -); -$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js new file mode 100644 index 0000000000..6a00beb0e2 --- /dev/null +++ b/settings/l10n/sq.js @@ -0,0 +1,116 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Gabim autentifikimi", + "Group already exists" : "Grupi ekziston", + "Unable to add group" : "E pamundur të shtohet grupi", + "Email saved" : "Email u ruajt", + "Invalid email" : "Email jo i vlefshëm", + "Unable to delete group" : "E pamundur të fshihet grupi", + "Unable to delete user" : "E pamundur të fshihet përdoruesi", + "Language changed" : "Gjuha u ndryshua", + "Invalid request" : "Kërkesë e pavlefshme", + "Admins can't remove themself from the admin group" : "Administratorët nuk mund të heqin vehten prej grupit admin", + "Unable to add user to group %s" : "E pamundur t'i shtohet përdoruesi grupit %s", + "Unable to remove user from group %s" : "E pamundur të hiqet përdoruesi nga grupi %s", + "Couldn't update app." : "E pamundur të përditësohet app.", + "Wrong password" : "Fjalëkalim i gabuar", + "Unable to change password" : "Fjalëkalimi nuk mund të ndryshohet", + "Saved" : "U ruajt", + "Email sent" : "Email-i u dërgua", + "Sending..." : "Duke dërguar", + "All" : "Të gjitha", + "Please wait...." : "Ju lutem prisni...", + "Disable" : "Çaktivizo", + "Enable" : "Aktivizo", + "Updating...." : "Duke përditësuar...", + "Error while updating app" : "Gabim gjatë përditësimit të app", + "Updated" : "I përditësuar", + "Select a profile picture" : "Zgjidh një foto profili", + "Delete" : "Fshi", + "Groups" : "Grupet", + "deleted {groupName}" : "u fshi {groupName}", + "undo" : "anullo veprimin", + "never" : "asnjëherë", + "deleted {userName}" : "u fshi {userName}", + "add group" : "shto grup", + "A valid username must be provided" : "Duhet të jepni një emër të vlefshëm përdoruesi", + "Error creating user" : "Gabim gjatë krijimit të përdoruesit", + "A valid password must be provided" : "Duhet të jepni një fjalëkalim te vlefshëm", + "__language_name__" : "Shqip", + "Encryption" : "Kodifikimi", + "None" : "Asgjë", + "Login" : "Hyr", + "Security Warning" : "Njoftim për sigurinë", + "Setup Warning" : "Lajmërim konfigurimi", + "Module 'fileinfo' missing" : "Mungon moduli 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Moduli PHP 'fileinfo' mungon. Ju këshillojmë me këmbngulje të aktivizoni këtë modul për të arritur rezultate më të mirame identifikimin e tipeve te ndryshme MIME.", + "Locale not working" : "Locale nuk është funksional", + "Please double check the installation guides." : "Ju lutemi kontrolloni mirë shoqëruesin e instalimit.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Kryeni vetëm një veprim me secilën prej faqeve të ngarkuara", + "Sharing" : "Ndarje", + "Allow apps to use the Share API" : "Lejoni aplikacionet të përdorin share API", + "Allow public uploads" : "Lejo ngarkimin publik", + "Expire after " : "Skadon pas", + "days" : "diitë", + "Allow resharing" : "Lejo ri-ndarjen", + "Security" : "Siguria", + "Enforce HTTPS" : "Detyro HTTPS", + "Send mode" : "Mënyra e dërgimit", + "From address" : "Nga adresa", + "mail" : "postë", + "Server address" : "Adresa e serverit", + "Port" : "Porta", + "Credentials" : "Kredencialet", + "Send email" : "Dërgo email", + "Log" : "Historik aktiviteti", + "Log level" : "Niveli i Historikut", + "More" : "Më tepër", + "Less" : "M'pak", + "Version" : "Versioni", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Zhvilluar nga Komuniteti OwnCloud, gjithashtu source code është licensuar me anë të AGPL.", + "by" : "nga", + "Documentation:" : "Dokumentacioni:", + "User Documentation" : "Dokumentacion përdoruesi", + "Administrator Documentation" : "Dokumentacion administratori", + "Online Documentation" : "Dokumentacion online", + "Forum" : "Forumi", + "Bugtracker" : "Bugtracker - ndjekja e problemeve", + "Commercial Support" : "Suport komercial", + "Get the apps to sync your files" : "Bëni që aplikacionet të sinkronizojnë skedarët tuaj", + "Show First Run Wizard again" : "Rishfaq përsëri fazat për hapjen e herës së parë", + "You have used %s of the available %s" : "Ju keni përdorur %s nga %s të mundshme ", + "Password" : "Fjalëkalim", + "Your password was changed" : "fjalëkalimi juaj u ndryshua", + "Unable to change your password" : "Nuk është e mundur të ndryshohet fjalëkalimi", + "Current password" : "Fjalëkalimi aktual", + "New password" : "Fjalëkalimi i ri", + "Change password" : "Ndrysho fjalëkalimin", + "Full Name" : "Emri i plotë", + "Email" : "Email", + "Your email address" : "Adresa juaj email", + "Profile picture" : "Foto Profili", + "Remove image" : "Fshi imazh", + "Cancel" : "Anullo", + "Choose as profile image" : "Vendos si foto profili", + "Language" : "Gjuha", + "Help translate" : "Ndihmoni në përkthim", + "Log-in password" : "Fjalëkalimi i hyrjes", + "Login Name" : "Emri i Përdoruesit", + "Create" : "Krijo", + "Admin Recovery Password" : "Rigjetja e fjalëkalimit të Admin", + "Enter the recovery password in order to recover the users files during password change" : "Jepni fjalëkalimin e rigjetjes për të rigjetur skedarët e përdoruesit gjatë ndryshimit të fjalëkalimit", + "Search Users and Groups" : "Kërko Përdorues apo Grupe", + "Add Group" : "Shto Grup", + "Group" : "Grup", + "Everyone" : "Të gjithë", + "Unlimited" : "E pakufizuar", + "Other" : "Tjetër", + "Username" : "Përdoruesi", + "Last Login" : "Hyrja e fundit", + "change full name" : "ndrysho emrin e plotë", + "set new password" : "vendos fjalëkalim të ri", + "Default" : "Paracaktuar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json new file mode 100644 index 0000000000..944d21022d --- /dev/null +++ b/settings/l10n/sq.json @@ -0,0 +1,114 @@ +{ "translations": { + "Authentication error" : "Gabim autentifikimi", + "Group already exists" : "Grupi ekziston", + "Unable to add group" : "E pamundur të shtohet grupi", + "Email saved" : "Email u ruajt", + "Invalid email" : "Email jo i vlefshëm", + "Unable to delete group" : "E pamundur të fshihet grupi", + "Unable to delete user" : "E pamundur të fshihet përdoruesi", + "Language changed" : "Gjuha u ndryshua", + "Invalid request" : "Kërkesë e pavlefshme", + "Admins can't remove themself from the admin group" : "Administratorët nuk mund të heqin vehten prej grupit admin", + "Unable to add user to group %s" : "E pamundur t'i shtohet përdoruesi grupit %s", + "Unable to remove user from group %s" : "E pamundur të hiqet përdoruesi nga grupi %s", + "Couldn't update app." : "E pamundur të përditësohet app.", + "Wrong password" : "Fjalëkalim i gabuar", + "Unable to change password" : "Fjalëkalimi nuk mund të ndryshohet", + "Saved" : "U ruajt", + "Email sent" : "Email-i u dërgua", + "Sending..." : "Duke dërguar", + "All" : "Të gjitha", + "Please wait...." : "Ju lutem prisni...", + "Disable" : "Çaktivizo", + "Enable" : "Aktivizo", + "Updating...." : "Duke përditësuar...", + "Error while updating app" : "Gabim gjatë përditësimit të app", + "Updated" : "I përditësuar", + "Select a profile picture" : "Zgjidh një foto profili", + "Delete" : "Fshi", + "Groups" : "Grupet", + "deleted {groupName}" : "u fshi {groupName}", + "undo" : "anullo veprimin", + "never" : "asnjëherë", + "deleted {userName}" : "u fshi {userName}", + "add group" : "shto grup", + "A valid username must be provided" : "Duhet të jepni një emër të vlefshëm përdoruesi", + "Error creating user" : "Gabim gjatë krijimit të përdoruesit", + "A valid password must be provided" : "Duhet të jepni një fjalëkalim te vlefshëm", + "__language_name__" : "Shqip", + "Encryption" : "Kodifikimi", + "None" : "Asgjë", + "Login" : "Hyr", + "Security Warning" : "Njoftim për sigurinë", + "Setup Warning" : "Lajmërim konfigurimi", + "Module 'fileinfo' missing" : "Mungon moduli 'fileinfo'", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Moduli PHP 'fileinfo' mungon. Ju këshillojmë me këmbngulje të aktivizoni këtë modul për të arritur rezultate më të mirame identifikimin e tipeve te ndryshme MIME.", + "Locale not working" : "Locale nuk është funksional", + "Please double check the installation guides." : "Ju lutemi kontrolloni mirë shoqëruesin e instalimit.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Kryeni vetëm një veprim me secilën prej faqeve të ngarkuara", + "Sharing" : "Ndarje", + "Allow apps to use the Share API" : "Lejoni aplikacionet të përdorin share API", + "Allow public uploads" : "Lejo ngarkimin publik", + "Expire after " : "Skadon pas", + "days" : "diitë", + "Allow resharing" : "Lejo ri-ndarjen", + "Security" : "Siguria", + "Enforce HTTPS" : "Detyro HTTPS", + "Send mode" : "Mënyra e dërgimit", + "From address" : "Nga adresa", + "mail" : "postë", + "Server address" : "Adresa e serverit", + "Port" : "Porta", + "Credentials" : "Kredencialet", + "Send email" : "Dërgo email", + "Log" : "Historik aktiviteti", + "Log level" : "Niveli i Historikut", + "More" : "Më tepër", + "Less" : "M'pak", + "Version" : "Versioni", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Zhvilluar nga Komuniteti OwnCloud, gjithashtu source code është licensuar me anë të AGPL.", + "by" : "nga", + "Documentation:" : "Dokumentacioni:", + "User Documentation" : "Dokumentacion përdoruesi", + "Administrator Documentation" : "Dokumentacion administratori", + "Online Documentation" : "Dokumentacion online", + "Forum" : "Forumi", + "Bugtracker" : "Bugtracker - ndjekja e problemeve", + "Commercial Support" : "Suport komercial", + "Get the apps to sync your files" : "Bëni që aplikacionet të sinkronizojnë skedarët tuaj", + "Show First Run Wizard again" : "Rishfaq përsëri fazat për hapjen e herës së parë", + "You have used %s of the available %s" : "Ju keni përdorur %s nga %s të mundshme ", + "Password" : "Fjalëkalim", + "Your password was changed" : "fjalëkalimi juaj u ndryshua", + "Unable to change your password" : "Nuk është e mundur të ndryshohet fjalëkalimi", + "Current password" : "Fjalëkalimi aktual", + "New password" : "Fjalëkalimi i ri", + "Change password" : "Ndrysho fjalëkalimin", + "Full Name" : "Emri i plotë", + "Email" : "Email", + "Your email address" : "Adresa juaj email", + "Profile picture" : "Foto Profili", + "Remove image" : "Fshi imazh", + "Cancel" : "Anullo", + "Choose as profile image" : "Vendos si foto profili", + "Language" : "Gjuha", + "Help translate" : "Ndihmoni në përkthim", + "Log-in password" : "Fjalëkalimi i hyrjes", + "Login Name" : "Emri i Përdoruesit", + "Create" : "Krijo", + "Admin Recovery Password" : "Rigjetja e fjalëkalimit të Admin", + "Enter the recovery password in order to recover the users files during password change" : "Jepni fjalëkalimin e rigjetjes për të rigjetur skedarët e përdoruesit gjatë ndryshimit të fjalëkalimit", + "Search Users and Groups" : "Kërko Përdorues apo Grupe", + "Add Group" : "Shto Grup", + "Group" : "Grup", + "Everyone" : "Të gjithë", + "Unlimited" : "E pakufizuar", + "Other" : "Tjetër", + "Username" : "Përdoruesi", + "Last Login" : "Hyrja e fundit", + "change full name" : "ndrysho emrin e plotë", + "set new password" : "vendos fjalëkalim të ri", + "Default" : "Paracaktuar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/sq.php b/settings/l10n/sq.php deleted file mode 100644 index e09d1ed128..0000000000 --- a/settings/l10n/sq.php +++ /dev/null @@ -1,115 +0,0 @@ - "Gabim autentifikimi", -"Group already exists" => "Grupi ekziston", -"Unable to add group" => "E pamundur të shtohet grupi", -"Email saved" => "Email u ruajt", -"Invalid email" => "Email jo i vlefshëm", -"Unable to delete group" => "E pamundur të fshihet grupi", -"Unable to delete user" => "E pamundur të fshihet përdoruesi", -"Language changed" => "Gjuha u ndryshua", -"Invalid request" => "Kërkesë e pavlefshme", -"Admins can't remove themself from the admin group" => "Administratorët nuk mund të heqin vehten prej grupit admin", -"Unable to add user to group %s" => "E pamundur t'i shtohet përdoruesi grupit %s", -"Unable to remove user from group %s" => "E pamundur të hiqet përdoruesi nga grupi %s", -"Couldn't update app." => "E pamundur të përditësohet app.", -"Wrong password" => "Fjalëkalim i gabuar", -"Unable to change password" => "Fjalëkalimi nuk mund të ndryshohet", -"Saved" => "U ruajt", -"Email sent" => "Email-i u dërgua", -"Sending..." => "Duke dërguar", -"All" => "Të gjitha", -"Please wait...." => "Ju lutem prisni...", -"Disable" => "Çaktivizo", -"Enable" => "Aktivizo", -"Updating...." => "Duke përditësuar...", -"Error while updating app" => "Gabim gjatë përditësimit të app", -"Updated" => "I përditësuar", -"Select a profile picture" => "Zgjidh një foto profili", -"Delete" => "Fshi", -"Groups" => "Grupet", -"deleted {groupName}" => "u fshi {groupName}", -"undo" => "anullo veprimin", -"never" => "asnjëherë", -"deleted {userName}" => "u fshi {userName}", -"add group" => "shto grup", -"A valid username must be provided" => "Duhet të jepni një emër të vlefshëm përdoruesi", -"Error creating user" => "Gabim gjatë krijimit të përdoruesit", -"A valid password must be provided" => "Duhet të jepni një fjalëkalim te vlefshëm", -"__language_name__" => "Shqip", -"Encryption" => "Kodifikimi", -"None" => "Asgjë", -"Login" => "Hyr", -"Security Warning" => "Njoftim për sigurinë", -"Setup Warning" => "Lajmërim konfigurimi", -"Module 'fileinfo' missing" => "Mungon moduli 'fileinfo'", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Moduli PHP 'fileinfo' mungon. Ju këshillojmë me këmbngulje të aktivizoni këtë modul për të arritur rezultate më të mirame identifikimin e tipeve te ndryshme MIME.", -"Locale not working" => "Locale nuk është funksional", -"Please double check the installation guides." => "Ju lutemi kontrolloni mirë shoqëruesin e instalimit.", -"Cron" => "Cron", -"Execute one task with each page loaded" => "Kryeni vetëm një veprim me secilën prej faqeve të ngarkuara", -"Sharing" => "Ndarje", -"Allow apps to use the Share API" => "Lejoni aplikacionet të përdorin share API", -"Allow public uploads" => "Lejo ngarkimin publik", -"Expire after " => "Skadon pas", -"days" => "diitë", -"Allow resharing" => "Lejo ri-ndarjen", -"Security" => "Siguria", -"Enforce HTTPS" => "Detyro HTTPS", -"Send mode" => "Mënyra e dërgimit", -"From address" => "Nga adresa", -"mail" => "postë", -"Server address" => "Adresa e serverit", -"Port" => "Porta", -"Credentials" => "Kredencialet", -"Send email" => "Dërgo email", -"Log" => "Historik aktiviteti", -"Log level" => "Niveli i Historikut", -"More" => "Më tepër", -"Less" => "M'pak", -"Version" => "Versioni", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Zhvilluar nga Komuniteti OwnCloud, gjithashtu source code është licensuar me anë të AGPL.", -"by" => "nga", -"Documentation:" => "Dokumentacioni:", -"User Documentation" => "Dokumentacion përdoruesi", -"Administrator Documentation" => "Dokumentacion administratori", -"Online Documentation" => "Dokumentacion online", -"Forum" => "Forumi", -"Bugtracker" => "Bugtracker - ndjekja e problemeve", -"Commercial Support" => "Suport komercial", -"Get the apps to sync your files" => "Bëni që aplikacionet të sinkronizojnë skedarët tuaj", -"Show First Run Wizard again" => "Rishfaq përsëri fazat për hapjen e herës së parë", -"You have used %s of the available %s" => "Ju keni përdorur %s nga %s të mundshme ", -"Password" => "Fjalëkalim", -"Your password was changed" => "fjalëkalimi juaj u ndryshua", -"Unable to change your password" => "Nuk është e mundur të ndryshohet fjalëkalimi", -"Current password" => "Fjalëkalimi aktual", -"New password" => "Fjalëkalimi i ri", -"Change password" => "Ndrysho fjalëkalimin", -"Full Name" => "Emri i plotë", -"Email" => "Email", -"Your email address" => "Adresa juaj email", -"Profile picture" => "Foto Profili", -"Remove image" => "Fshi imazh", -"Cancel" => "Anullo", -"Choose as profile image" => "Vendos si foto profili", -"Language" => "Gjuha", -"Help translate" => "Ndihmoni në përkthim", -"Log-in password" => "Fjalëkalimi i hyrjes", -"Login Name" => "Emri i Përdoruesit", -"Create" => "Krijo", -"Admin Recovery Password" => "Rigjetja e fjalëkalimit të Admin", -"Enter the recovery password in order to recover the users files during password change" => "Jepni fjalëkalimin e rigjetjes për të rigjetur skedarët e përdoruesit gjatë ndryshimit të fjalëkalimit", -"Search Users and Groups" => "Kërko Përdorues apo Grupe", -"Add Group" => "Shto Grup", -"Group" => "Grup", -"Everyone" => "Të gjithë", -"Unlimited" => "E pakufizuar", -"Other" => "Tjetër", -"Username" => "Përdoruesi", -"Last Login" => "Hyrja e fundit", -"change full name" => "ndrysho emrin e plotë", -"set new password" => "vendos fjalëkalim të ri", -"Default" => "Paracaktuar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js new file mode 100644 index 0000000000..e978e45a02 --- /dev/null +++ b/settings/l10n/sr.js @@ -0,0 +1,88 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Грешка при провери идентитета", + "Group already exists" : "Група већ постоји", + "Unable to add group" : "Не могу да додам групу", + "Email saved" : "Е-порука сачувана", + "Invalid email" : "Неисправна е-адреса", + "Unable to delete group" : "Не могу да уклоним групу", + "Unable to delete user" : "Не могу да уклоним корисника", + "Language changed" : "Језик је промењен", + "Invalid request" : "Неисправан захтев", + "Admins can't remove themself from the admin group" : "Управници не могу себе уклонити из админ групе", + "Unable to add user to group %s" : "Не могу да додам корисника у групу %s", + "Unable to remove user from group %s" : "Не могу да уклоним корисника из групе %s", + "Couldn't update app." : "Не могу да ажурирам апликацију.", + "Email sent" : "Порука је послата", + "Please wait...." : "Сачекајте…", + "Disable" : "Искључи", + "Enable" : "Омогући", + "Updating...." : "Ажурирам…", + "Error while updating app" : "Грешка при ажурирању апликације", + "Updated" : "Ажурирано", + "Delete" : "Обриши", + "Groups" : "Групе", + "undo" : "опозови", + "never" : "никада", + "add group" : "додај групу", + "A valid username must be provided" : "Морате унети исправно корисничко име", + "Error creating user" : "Грешка при прављењу корисника", + "A valid password must be provided" : "Морате унети исправну лозинку", + "__language_name__" : "__language_name__", + "Encryption" : "Шифровање", + "None" : "Ништа", + "Login" : "Пријави ме", + "Security Warning" : "Сигурносно упозорење", + "Setup Warning" : "Упозорење о подешавању", + "Module 'fileinfo' missing" : "Недостаје модул „fileinfo“", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Недостаје PHP модул „fileinfo“. Препоручујемо вам да га омогућите да бисте добили најбоље резултате с откривањем MIME врста.", + "Locale not working" : "Локализација не ради", + "Please double check the installation guides." : "Погледајте водиче за инсталацију.", + "Execute one task with each page loaded" : "Изврши један задатак са сваком учитаном страницом", + "Sharing" : "Дељење", + "Allow apps to use the Share API" : "Дозвољава апликацијама да користе API Share", + "Allow resharing" : "Дозволи поновно дељење", + "Security" : "Безбедност", + "Enforce HTTPS" : "Наметни HTTPS", + "Server address" : "Адреса сервера", + "Port" : "Порт", + "Log" : "Бележење", + "Log level" : "Ниво бележења", + "More" : "Више", + "Less" : "Мање", + "Version" : "Верзија", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Развијају Оунклауд (ownCloud) заједница, изворни код је издат под АГПЛ лиценцом.", + "by" : "од", + "User Documentation" : "Корисничка документација", + "Administrator Documentation" : "Администраторска документација", + "Online Documentation" : "Мрежна документација", + "Forum" : "Форум", + "Bugtracker" : "Праћење грешака", + "Commercial Support" : "Комерцијална подршка", + "Get the apps to sync your files" : "Преузмите апликације ради синхронизовања датотека", + "Show First Run Wizard again" : "Поново прикажи чаробњак за прво покретање", + "You have used %s of the available %s" : "Искористили сте %s од дозвољених %s", + "Password" : "Лозинка", + "Your password was changed" : "Лозинка је промењена", + "Unable to change your password" : "Не могу да изменим вашу лозинку", + "Current password" : "Тренутна лозинка", + "New password" : "Нова лозинка", + "Change password" : "Измени лозинку", + "Email" : "Е-пошта", + "Your email address" : "Ваша адреса е-поште", + "Cancel" : "Откажи", + "Language" : "Језик", + "Help translate" : " Помозите у превођењу", + "Login Name" : "Корисничко име", + "Create" : "Направи", + "Group" : "Група", + "Default Quota" : "Подразумевано ограничење", + "Unlimited" : "Неограничено", + "Other" : "Друго", + "Username" : "Корисничко име", + "Quota" : "Ограничење", + "set new password" : "постави нову лозинку", + "Default" : "Подразумевано" +}, +"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/settings/l10n/sr.json b/settings/l10n/sr.json new file mode 100644 index 0000000000..3d9c23be8b --- /dev/null +++ b/settings/l10n/sr.json @@ -0,0 +1,86 @@ +{ "translations": { + "Authentication error" : "Грешка при провери идентитета", + "Group already exists" : "Група већ постоји", + "Unable to add group" : "Не могу да додам групу", + "Email saved" : "Е-порука сачувана", + "Invalid email" : "Неисправна е-адреса", + "Unable to delete group" : "Не могу да уклоним групу", + "Unable to delete user" : "Не могу да уклоним корисника", + "Language changed" : "Језик је промењен", + "Invalid request" : "Неисправан захтев", + "Admins can't remove themself from the admin group" : "Управници не могу себе уклонити из админ групе", + "Unable to add user to group %s" : "Не могу да додам корисника у групу %s", + "Unable to remove user from group %s" : "Не могу да уклоним корисника из групе %s", + "Couldn't update app." : "Не могу да ажурирам апликацију.", + "Email sent" : "Порука је послата", + "Please wait...." : "Сачекајте…", + "Disable" : "Искључи", + "Enable" : "Омогући", + "Updating...." : "Ажурирам…", + "Error while updating app" : "Грешка при ажурирању апликације", + "Updated" : "Ажурирано", + "Delete" : "Обриши", + "Groups" : "Групе", + "undo" : "опозови", + "never" : "никада", + "add group" : "додај групу", + "A valid username must be provided" : "Морате унети исправно корисничко име", + "Error creating user" : "Грешка при прављењу корисника", + "A valid password must be provided" : "Морате унети исправну лозинку", + "__language_name__" : "__language_name__", + "Encryption" : "Шифровање", + "None" : "Ништа", + "Login" : "Пријави ме", + "Security Warning" : "Сигурносно упозорење", + "Setup Warning" : "Упозорење о подешавању", + "Module 'fileinfo' missing" : "Недостаје модул „fileinfo“", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Недостаје PHP модул „fileinfo“. Препоручујемо вам да га омогућите да бисте добили најбоље резултате с откривањем MIME врста.", + "Locale not working" : "Локализација не ради", + "Please double check the installation guides." : "Погледајте водиче за инсталацију.", + "Execute one task with each page loaded" : "Изврши један задатак са сваком учитаном страницом", + "Sharing" : "Дељење", + "Allow apps to use the Share API" : "Дозвољава апликацијама да користе API Share", + "Allow resharing" : "Дозволи поновно дељење", + "Security" : "Безбедност", + "Enforce HTTPS" : "Наметни HTTPS", + "Server address" : "Адреса сервера", + "Port" : "Порт", + "Log" : "Бележење", + "Log level" : "Ниво бележења", + "More" : "Више", + "Less" : "Мање", + "Version" : "Верзија", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Развијају Оунклауд (ownCloud) заједница, изворни код је издат под АГПЛ лиценцом.", + "by" : "од", + "User Documentation" : "Корисничка документација", + "Administrator Documentation" : "Администраторска документација", + "Online Documentation" : "Мрежна документација", + "Forum" : "Форум", + "Bugtracker" : "Праћење грешака", + "Commercial Support" : "Комерцијална подршка", + "Get the apps to sync your files" : "Преузмите апликације ради синхронизовања датотека", + "Show First Run Wizard again" : "Поново прикажи чаробњак за прво покретање", + "You have used %s of the available %s" : "Искористили сте %s од дозвољених %s", + "Password" : "Лозинка", + "Your password was changed" : "Лозинка је промењена", + "Unable to change your password" : "Не могу да изменим вашу лозинку", + "Current password" : "Тренутна лозинка", + "New password" : "Нова лозинка", + "Change password" : "Измени лозинку", + "Email" : "Е-пошта", + "Your email address" : "Ваша адреса е-поште", + "Cancel" : "Откажи", + "Language" : "Језик", + "Help translate" : " Помозите у превођењу", + "Login Name" : "Корисничко име", + "Create" : "Направи", + "Group" : "Група", + "Default Quota" : "Подразумевано ограничење", + "Unlimited" : "Неограничено", + "Other" : "Друго", + "Username" : "Корисничко име", + "Quota" : "Ограничење", + "set new password" : "постави нову лозинку", + "Default" : "Подразумевано" +},"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/settings/l10n/sr.php b/settings/l10n/sr.php deleted file mode 100644 index eced1165e8..0000000000 --- a/settings/l10n/sr.php +++ /dev/null @@ -1,87 +0,0 @@ - "Грешка при провери идентитета", -"Group already exists" => "Група већ постоји", -"Unable to add group" => "Не могу да додам групу", -"Email saved" => "Е-порука сачувана", -"Invalid email" => "Неисправна е-адреса", -"Unable to delete group" => "Не могу да уклоним групу", -"Unable to delete user" => "Не могу да уклоним корисника", -"Language changed" => "Језик је промењен", -"Invalid request" => "Неисправан захтев", -"Admins can't remove themself from the admin group" => "Управници не могу себе уклонити из админ групе", -"Unable to add user to group %s" => "Не могу да додам корисника у групу %s", -"Unable to remove user from group %s" => "Не могу да уклоним корисника из групе %s", -"Couldn't update app." => "Не могу да ажурирам апликацију.", -"Email sent" => "Порука је послата", -"Please wait...." => "Сачекајте…", -"Disable" => "Искључи", -"Enable" => "Омогући", -"Updating...." => "Ажурирам…", -"Error while updating app" => "Грешка при ажурирању апликације", -"Updated" => "Ажурирано", -"Delete" => "Обриши", -"Groups" => "Групе", -"undo" => "опозови", -"never" => "никада", -"add group" => "додај групу", -"A valid username must be provided" => "Морате унети исправно корисничко име", -"Error creating user" => "Грешка при прављењу корисника", -"A valid password must be provided" => "Морате унети исправну лозинку", -"__language_name__" => "__language_name__", -"Encryption" => "Шифровање", -"None" => "Ништа", -"Login" => "Пријави ме", -"Security Warning" => "Сигурносно упозорење", -"Setup Warning" => "Упозорење о подешавању", -"Module 'fileinfo' missing" => "Недостаје модул „fileinfo“", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Недостаје PHP модул „fileinfo“. Препоручујемо вам да га омогућите да бисте добили најбоље резултате с откривањем MIME врста.", -"Locale not working" => "Локализација не ради", -"Please double check the installation guides." => "Погледајте водиче за инсталацију.", -"Execute one task with each page loaded" => "Изврши један задатак са сваком учитаном страницом", -"Sharing" => "Дељење", -"Allow apps to use the Share API" => "Дозвољава апликацијама да користе API Share", -"Allow resharing" => "Дозволи поновно дељење", -"Security" => "Безбедност", -"Enforce HTTPS" => "Наметни HTTPS", -"Server address" => "Адреса сервера", -"Port" => "Порт", -"Log" => "Бележење", -"Log level" => "Ниво бележења", -"More" => "Више", -"Less" => "Мање", -"Version" => "Верзија", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Развијају Оунклауд (ownCloud) заједница, изворни код је издат под АГПЛ лиценцом.", -"by" => "од", -"User Documentation" => "Корисничка документација", -"Administrator Documentation" => "Администраторска документација", -"Online Documentation" => "Мрежна документација", -"Forum" => "Форум", -"Bugtracker" => "Праћење грешака", -"Commercial Support" => "Комерцијална подршка", -"Get the apps to sync your files" => "Преузмите апликације ради синхронизовања датотека", -"Show First Run Wizard again" => "Поново прикажи чаробњак за прво покретање", -"You have used %s of the available %s" => "Искористили сте %s од дозвољених %s", -"Password" => "Лозинка", -"Your password was changed" => "Лозинка је промењена", -"Unable to change your password" => "Не могу да изменим вашу лозинку", -"Current password" => "Тренутна лозинка", -"New password" => "Нова лозинка", -"Change password" => "Измени лозинку", -"Email" => "Е-пошта", -"Your email address" => "Ваша адреса е-поште", -"Cancel" => "Откажи", -"Language" => "Језик", -"Help translate" => " Помозите у превођењу", -"Login Name" => "Корисничко име", -"Create" => "Направи", -"Group" => "Група", -"Default Quota" => "Подразумевано ограничење", -"Unlimited" => "Неограничено", -"Other" => "Друго", -"Username" => "Корисничко име", -"Quota" => "Ограничење", -"set new password" => "постави нову лозинку", -"Default" => "Подразумевано" -); -$PLURAL_FORMS = "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/settings/l10n/sr@latin.js b/settings/l10n/sr@latin.js new file mode 100644 index 0000000000..1a85ab01f3 --- /dev/null +++ b/settings/l10n/sr@latin.js @@ -0,0 +1,30 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "Greška pri autentifikaciji", + "Language changed" : "Jezik je izmenjen", + "Invalid request" : "Neispravan zahtev", + "Email sent" : "Email poslat", + "Very weak password" : "Veoma slaba lozinka", + "Weak password" : "Slaba lozinka", + "So-so password" : "Osrednja lozinka", + "Good password" : "Dobra lozinka", + "Strong password" : "Jaka lozinka", + "Delete" : "Obriši", + "Groups" : "Grupe", + "Security Warning" : "Bezbednosno upozorenje", + "by" : "od", + "Password" : "Lozinka", + "Unable to change your password" : "Ne mogu da izmenim vašu lozinku", + "Current password" : "Trenutna lozinka", + "New password" : "Nova lozinka", + "Change password" : "Izmeni lozinku", + "Email" : "E-mail", + "Cancel" : "Otkaži", + "Language" : "Jezik", + "Create" : "Napravi", + "Group" : "Grupa", + "Other" : "Drugo", + "Username" : "Korisničko ime" +}, +"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/settings/l10n/sr@latin.json b/settings/l10n/sr@latin.json new file mode 100644 index 0000000000..654c8ded12 --- /dev/null +++ b/settings/l10n/sr@latin.json @@ -0,0 +1,28 @@ +{ "translations": { + "Authentication error" : "Greška pri autentifikaciji", + "Language changed" : "Jezik je izmenjen", + "Invalid request" : "Neispravan zahtev", + "Email sent" : "Email poslat", + "Very weak password" : "Veoma slaba lozinka", + "Weak password" : "Slaba lozinka", + "So-so password" : "Osrednja lozinka", + "Good password" : "Dobra lozinka", + "Strong password" : "Jaka lozinka", + "Delete" : "Obriši", + "Groups" : "Grupe", + "Security Warning" : "Bezbednosno upozorenje", + "by" : "od", + "Password" : "Lozinka", + "Unable to change your password" : "Ne mogu da izmenim vašu lozinku", + "Current password" : "Trenutna lozinka", + "New password" : "Nova lozinka", + "Change password" : "Izmeni lozinku", + "Email" : "E-mail", + "Cancel" : "Otkaži", + "Language" : "Jezik", + "Create" : "Napravi", + "Group" : "Grupa", + "Other" : "Drugo", + "Username" : "Korisničko ime" +},"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/settings/l10n/sr@latin.php b/settings/l10n/sr@latin.php deleted file mode 100644 index 7116283bed..0000000000 --- a/settings/l10n/sr@latin.php +++ /dev/null @@ -1,29 +0,0 @@ - "Greška pri autentifikaciji", -"Language changed" => "Jezik je izmenjen", -"Invalid request" => "Neispravan zahtev", -"Email sent" => "Email poslat", -"Very weak password" => "Veoma slaba lozinka", -"Weak password" => "Slaba lozinka", -"So-so password" => "Osrednja lozinka", -"Good password" => "Dobra lozinka", -"Strong password" => "Jaka lozinka", -"Delete" => "Obriši", -"Groups" => "Grupe", -"Security Warning" => "Bezbednosno upozorenje", -"by" => "od", -"Password" => "Lozinka", -"Unable to change your password" => "Ne mogu da izmenim vašu lozinku", -"Current password" => "Trenutna lozinka", -"New password" => "Nova lozinka", -"Change password" => "Izmeni lozinku", -"Email" => "E-mail", -"Cancel" => "Otkaži", -"Language" => "Jezik", -"Create" => "Napravi", -"Group" => "Grupa", -"Other" => "Drugo", -"Username" => "Korisničko ime" -); -$PLURAL_FORMS = "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/settings/l10n/sv.js b/settings/l10n/sv.js new file mode 100644 index 0000000000..3ca7dd28c9 --- /dev/null +++ b/settings/l10n/sv.js @@ -0,0 +1,218 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Aktiverad", + "Not enabled" : "Inte aktiverad", + "Recommended" : "Rekomenderad", + "Authentication error" : "Fel vid autentisering", + "Your full name has been changed." : "Hela ditt namn har ändrats", + "Unable to change full name" : "Kunde inte ändra hela namnet", + "Group already exists" : "Gruppen finns redan", + "Unable to add group" : "Kan inte lägga till grupp", + "Files decrypted successfully" : "Filerna dekrypterades utan fel", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Det gick inte att dekryptera dina filer, kontrollera din owncloud.log eller fråga administratören", + "Couldn't decrypt your files, check your password and try again" : "Det gick inte att dekryptera filerna, kontrollera ditt lösenord och försök igen", + "Encryption keys deleted permanently" : "Krypteringsnycklar raderades permanent", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Det gick inte att permanent ta bort dina krypteringsnycklar, kontrollera din owncloud.log eller fråga din administratör", + "Couldn't remove app." : "Kunde inte ta bort applikationen.", + "Email saved" : "E-post sparad", + "Invalid email" : "Ogiltig e-post", + "Unable to delete group" : "Kan inte radera grupp", + "Unable to delete user" : "Kan inte radera användare", + "Backups restored successfully" : "Återställning av säkerhetskopior lyckades", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Kan inte återställa dina krypteringsnycklar, vänligen kontrollera din owncloud.log eller fråga din administratör.", + "Language changed" : "Språk ändrades", + "Invalid request" : "Ogiltig begäran", + "Admins can't remove themself from the admin group" : "Administratörer kan inte ta bort sig själva från admingruppen", + "Unable to add user to group %s" : "Kan inte lägga till användare i gruppen %s", + "Unable to remove user from group %s" : "Kan inte radera användare från gruppen %s", + "Couldn't update app." : "Kunde inte uppdatera appen.", + "Wrong password" : "Fel lösenord", + "No user supplied" : "Ingen användare angiven", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Ange ett återställningslösenord för administratören. Annars kommer all användardata förloras", + "Wrong admin recovery password. Please check the password and try again." : "Felaktigt återställningslösenord för administratör. Kolla lösenordet och prova igen.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Gränssnittet stödjer inte byte av lösenord, men användarnas krypteringsnyckel blev uppdaterad.", + "Unable to change password" : "Kunde inte ändra lösenord", + "Saved" : "Sparad", + "test email settings" : "testa e-post inställningar", + "If you received this email, the settings seem to be correct." : "Om du mottog detta e-postmeddelande, verkar dina inställningar vara korrekta.", + "Email sent" : "E-post skickat", + "You need to set your user email before being able to send test emails." : "Du behöver ställa in din användares e-postadress före du kan skicka test e-post.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Är du verkligen säker på att du vill lägga till \"{domain}\" som en trusted domian?", + "Add trusted domain" : "Lägg till trusted domain", + "Sending..." : "Skickar...", + "All" : "Alla", + "Please wait...." : "Var god vänta...", + "Error while disabling app" : "Fel vid inaktivering av app", + "Disable" : "Deaktivera", + "Enable" : "Aktivera", + "Error while enabling app" : "Fel vid aktivering av app", + "Updating...." : "Uppdaterar...", + "Error while updating app" : "Fel uppstod vid uppdatering av appen", + "Updated" : "Uppdaterad", + "Uninstalling ...." : "Avinstallerar ....", + "Error while uninstalling app" : "Ett fel inträffade när applikatonen avinstallerades", + "Uninstall" : "Avinstallera", + "Select a profile picture" : "Välj en profilbild", + "Very weak password" : "Väldigt svagt lösenord", + "Weak password" : "Svagt lösenord", + "So-so password" : "Okej lösenord", + "Good password" : "Bra lösenord", + "Strong password" : "Starkt lösenord", + "Valid until {date}" : "Giltig t.o.m. {date}", + "Delete" : "Radera", + "Decrypting files... Please wait, this can take some time." : "Dekrypterar filer... Vänligen vänta, detta kan ta en stund.", + "Delete encryption keys permanently." : "Radera krypteringsnycklar permanent", + "Restore encryption keys." : "Återställ krypteringsnycklar", + "Groups" : "Grupper", + "Unable to delete {objName}" : "Kunde inte radera {objName}", + "Error creating group" : "Fel vid skapande av grupp", + "A valid group name must be provided" : "Ett giltigt gruppnamn måste anges", + "deleted {groupName}" : "raderade {groupName} ", + "undo" : "ångra", + "never" : "aldrig", + "deleted {userName}" : "raderade {userName}", + "add group" : "lägg till grupp", + "A valid username must be provided" : "Ett giltigt användarnamn måste anges", + "Error creating user" : "Fel vid skapande av användare", + "A valid password must be provided" : "Ett giltigt lösenord måste anges", + "Warning: Home directory for user \"{user}\" already exists" : "Varning: Hem katalogen för varje användare \"{användare}\" finns redan", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL rotcertifikat", + "Encryption" : "Kryptering", + "Everything (fatal issues, errors, warnings, info, debug)" : "Allting (allvarliga fel, fel, varningar, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, varningar och allvarliga fel", + "Warnings, errors and fatal issues" : "Varningar, fel och allvarliga fel", + "Errors and fatal issues" : "Fel och allvarliga fel", + "Fatal issues only" : "Endast allvarliga fel", + "None" : "Ingen", + "Login" : "Logga in", + "Plain" : "Enkel", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Säkerhetsvarning", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du ansluter till %s via HTTP. Vi rekommenderar starkt att du konfigurerar din server att använda HTTPS istället.", + "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." : "Din datakatalog och dina filer är förmodligen åtkomliga från internet. Filen .htaccess fungerar inte. Vi rekommenderar starkt att du konfigurerar din webbserver så att datakatalogen inte längre är åtkomlig eller du flyttar datakatalogen utanför webbserverns rotkatalog.", + "Setup Warning" : "Installationsvarning", + "Database Performance Info" : "Databasprestanda Information", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite används som databas. För större installationer rekommenderar vi att ändra på detta. För att migrera till en annan databas, använd kommandoverktyget: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Modulen \"fileinfo\" saknas", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-modulen 'fileinfo' saknas. Vi rekommenderar starkt att aktivera den här modulen för att kunna upptäcka korrekt mime-typ.", + "Your PHP version is outdated" : "Din PHP version är föråldrad", + "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." : "Din PHP version är föråldrad. Vi rekommenderar starkt att uppdatera till 5.3.8 eller nyare eftersom äldre versioner är obrukbara. Det är möjligt att denna installation inte fungerar korrekt.", + "Locale not working" : "Locale fungerar inte", + "System locale can not be set to a one which supports UTF-8." : "Systemspråk kan inte ställas in till ett som stödjer UTF-8.", + "This means that there might be problems with certain characters in file names." : "Detta betyder att där kan komma att uppstå problem med vissa tecken i filnamn.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Vi rekommenderar starkt att installera de paket som krävs på ditt system för att stödja en av följande systemspråk: %s.", + "Please double check the installation guides." : "Var god kontrollera installationsguiden.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Sista cron kördes vid %s", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Sista cron kördes vid %s. Detta är mer än en timme sedan, något verkar fel.", + "Cron was not executed yet!" : "Cron kördes inte ännu!", + "Execute one task with each page loaded" : "Exekvera en uppgift vid varje sidladdning", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php är registrerad som en webcron service att ropa på cron.php varje 15 minuter över http.", + "Sharing" : "Dela", + "Allow apps to use the Share API" : "Tillåt applikationer att använda delat API", + "Allow users to share via link" : "Tillåt användare att dela via länk", + "Enforce password protection" : "Tillämpa lösenordskydd", + "Allow public uploads" : "Tillåt offentlig uppladdning", + "Set default expiration date" : "Ställ in standardutgångsdatum", + "Expire after " : "Förfaller efter", + "days" : "dagar", + "Enforce expiration date" : "Tillämpa förfallodatum", + "Allow resharing" : "Tillåt vidaredelning", + "Restrict users to only share with users in their groups" : "Begränsa användare till att enbart kunna dela med användare i deras grupper", + "Allow users to send mail notification for shared files" : "Tillåt användare att skicka mailnotifieringar för delade filer", + "Exclude groups from sharing" : "Exkludera grupp från att dela", + "These groups will still be able to receive shares, but not to initiate them." : "Dessa grupper kommer fortfarande kunna ta emot delningar, men inte skapa delningar.", + "Security" : "Säkerhet", + "Enforce HTTPS" : "Kräv HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Tvingar klienterna att ansluta till %s via en krypterad anslutning.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Anslut till din %s via HTTPS för att aktivera/deaktivera SSL", + "Email Server" : "E-postserver", + "This is used for sending out notifications." : "Detta används för att skicka ut notifieringar.", + "Send mode" : "Sändningsläge", + "From address" : "Från adress", + "mail" : "mail", + "Authentication method" : "Autentiseringsmetod", + "Authentication required" : "Autentisering krävs", + "Server address" : "Serveradress", + "Port" : "Port", + "Credentials" : "Inloggningsuppgifter", + "SMTP Username" : "SMTP användarnamn", + "SMTP Password" : "SMTP lösenord", + "Test email settings" : "Testa e-post inställningar", + "Send email" : "Skicka e-post", + "Log" : "Logg", + "Log level" : "Nivå på loggning", + "More" : "Mer", + "Less" : "Mindre", + "Version" : "Version", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Utvecklad av ownCloud Community, källkoden är licenserad under AGPL.", + "More apps" : "Fler appar", + "by" : "av", + "Documentation:" : "Dokumentation:", + "User Documentation" : "Användardokumentation", + "Admin Documentation" : "Administratörsdokumentation", + "Update to %s" : "Uppdatera till %s", + "Enable only for specific groups" : "Aktivera endast för specifika grupper", + "Uninstall App" : "Avinstallera Applikation", + "Administrator Documentation" : "Administratörsdokumentation", + "Online Documentation" : "Onlinedokumentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Kommersiell support", + "Get the apps to sync your files" : "Skaffa apparna för att synkronisera dina filer", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Om du vill stödja projektet\nhjälp till med utvecklingen\n\t\teller\n\t\tsprid budskapet vidare!", + "Show First Run Wizard again" : "Visa Första uppstarts-guiden igen", + "You have used %s of the available %s" : "Du har använt %s av tillgängliga %s", + "Password" : "Lösenord", + "Your password was changed" : "Ditt lösenord har ändrats", + "Unable to change your password" : "Kunde inte ändra ditt lösenord", + "Current password" : "Nuvarande lösenord", + "New password" : "Nytt lösenord", + "Change password" : "Ändra lösenord", + "Full Name" : "Hela namnet", + "Email" : "E-post", + "Your email address" : "Din e-postadress", + "Fill in an email address to enable password recovery and receive notifications" : "Fyll i en e-postadress för att aktivera återställning av lösenord och mottagande av notifieringar", + "Profile picture" : "Profilbild", + "Upload new" : "Ladda upp ny", + "Select new from Files" : "Välj ny från filer", + "Remove image" : "Radera bild", + "Either png or jpg. Ideally square but you will be able to crop it." : "Antingen png eller jpg. Helst fyrkantig, men du kommer att kunna beskära den.", + "Your avatar is provided by your original account." : "Din avatar tillhandahålls av ditt ursprungliga konto.", + "Cancel" : "Avbryt", + "Choose as profile image" : "Välj som profilbild", + "Language" : "Språk", + "Help translate" : "Hjälp att översätta", + "Import Root Certificate" : "Importera rotcertifikat", + "The encryption app is no longer enabled, please decrypt all your files" : "Krypteringsapplikationen är inte längre aktiverad, vänligen dekryptera alla dina filer", + "Log-in password" : "Inloggningslösenord", + "Decrypt all Files" : "Dekryptera alla filer", + "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." : "Dina krypteringsnycklar flyttas till en backup. Om något gick fel kan du återställa nycklarna. Bara ta bort dem permanent om du är säker på att alla filer dekrypteras korrekt.", + "Restore Encryption Keys" : "Återställ krypteringsnycklar", + "Delete Encryption Keys" : "Radera krypteringsnycklar", + "Login Name" : "Inloggningsnamn", + "Create" : "Skapa", + "Admin Recovery Password" : "Admin återställningslösenord", + "Enter the recovery password in order to recover the users files during password change" : "Ange återställningslösenordet för att återställa användarnas filer vid lösenordsbyte", + "Search Users and Groups" : "Sök Användare och Grupper", + "Add Group" : "Lägg till Grupp", + "Group" : "Grupp", + "Everyone" : "Alla", + "Admins" : "Administratörer", + "Default Quota" : "Förvald datakvot", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Var god skriv in lagringskvot (ex: \"512MB\" eller \"12 GB\")", + "Unlimited" : "Obegränsad", + "Other" : "Annat", + "Username" : "Användarnamn", + "Quota" : "Kvot", + "Storage Location" : "Lagringsplats", + "Last Login" : "Senaste inloggning", + "change full name" : "ändra hela namnet", + "set new password" : "ange nytt lösenord", + "Default" : "Förvald" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json new file mode 100644 index 0000000000..9229d8fb67 --- /dev/null +++ b/settings/l10n/sv.json @@ -0,0 +1,216 @@ +{ "translations": { + "Enabled" : "Aktiverad", + "Not enabled" : "Inte aktiverad", + "Recommended" : "Rekomenderad", + "Authentication error" : "Fel vid autentisering", + "Your full name has been changed." : "Hela ditt namn har ändrats", + "Unable to change full name" : "Kunde inte ändra hela namnet", + "Group already exists" : "Gruppen finns redan", + "Unable to add group" : "Kan inte lägga till grupp", + "Files decrypted successfully" : "Filerna dekrypterades utan fel", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Det gick inte att dekryptera dina filer, kontrollera din owncloud.log eller fråga administratören", + "Couldn't decrypt your files, check your password and try again" : "Det gick inte att dekryptera filerna, kontrollera ditt lösenord och försök igen", + "Encryption keys deleted permanently" : "Krypteringsnycklar raderades permanent", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Det gick inte att permanent ta bort dina krypteringsnycklar, kontrollera din owncloud.log eller fråga din administratör", + "Couldn't remove app." : "Kunde inte ta bort applikationen.", + "Email saved" : "E-post sparad", + "Invalid email" : "Ogiltig e-post", + "Unable to delete group" : "Kan inte radera grupp", + "Unable to delete user" : "Kan inte radera användare", + "Backups restored successfully" : "Återställning av säkerhetskopior lyckades", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Kan inte återställa dina krypteringsnycklar, vänligen kontrollera din owncloud.log eller fråga din administratör.", + "Language changed" : "Språk ändrades", + "Invalid request" : "Ogiltig begäran", + "Admins can't remove themself from the admin group" : "Administratörer kan inte ta bort sig själva från admingruppen", + "Unable to add user to group %s" : "Kan inte lägga till användare i gruppen %s", + "Unable to remove user from group %s" : "Kan inte radera användare från gruppen %s", + "Couldn't update app." : "Kunde inte uppdatera appen.", + "Wrong password" : "Fel lösenord", + "No user supplied" : "Ingen användare angiven", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Ange ett återställningslösenord för administratören. Annars kommer all användardata förloras", + "Wrong admin recovery password. Please check the password and try again." : "Felaktigt återställningslösenord för administratör. Kolla lösenordet och prova igen.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Gränssnittet stödjer inte byte av lösenord, men användarnas krypteringsnyckel blev uppdaterad.", + "Unable to change password" : "Kunde inte ändra lösenord", + "Saved" : "Sparad", + "test email settings" : "testa e-post inställningar", + "If you received this email, the settings seem to be correct." : "Om du mottog detta e-postmeddelande, verkar dina inställningar vara korrekta.", + "Email sent" : "E-post skickat", + "You need to set your user email before being able to send test emails." : "Du behöver ställa in din användares e-postadress före du kan skicka test e-post.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Är du verkligen säker på att du vill lägga till \"{domain}\" som en trusted domian?", + "Add trusted domain" : "Lägg till trusted domain", + "Sending..." : "Skickar...", + "All" : "Alla", + "Please wait...." : "Var god vänta...", + "Error while disabling app" : "Fel vid inaktivering av app", + "Disable" : "Deaktivera", + "Enable" : "Aktivera", + "Error while enabling app" : "Fel vid aktivering av app", + "Updating...." : "Uppdaterar...", + "Error while updating app" : "Fel uppstod vid uppdatering av appen", + "Updated" : "Uppdaterad", + "Uninstalling ...." : "Avinstallerar ....", + "Error while uninstalling app" : "Ett fel inträffade när applikatonen avinstallerades", + "Uninstall" : "Avinstallera", + "Select a profile picture" : "Välj en profilbild", + "Very weak password" : "Väldigt svagt lösenord", + "Weak password" : "Svagt lösenord", + "So-so password" : "Okej lösenord", + "Good password" : "Bra lösenord", + "Strong password" : "Starkt lösenord", + "Valid until {date}" : "Giltig t.o.m. {date}", + "Delete" : "Radera", + "Decrypting files... Please wait, this can take some time." : "Dekrypterar filer... Vänligen vänta, detta kan ta en stund.", + "Delete encryption keys permanently." : "Radera krypteringsnycklar permanent", + "Restore encryption keys." : "Återställ krypteringsnycklar", + "Groups" : "Grupper", + "Unable to delete {objName}" : "Kunde inte radera {objName}", + "Error creating group" : "Fel vid skapande av grupp", + "A valid group name must be provided" : "Ett giltigt gruppnamn måste anges", + "deleted {groupName}" : "raderade {groupName} ", + "undo" : "ångra", + "never" : "aldrig", + "deleted {userName}" : "raderade {userName}", + "add group" : "lägg till grupp", + "A valid username must be provided" : "Ett giltigt användarnamn måste anges", + "Error creating user" : "Fel vid skapande av användare", + "A valid password must be provided" : "Ett giltigt lösenord måste anges", + "Warning: Home directory for user \"{user}\" already exists" : "Varning: Hem katalogen för varje användare \"{användare}\" finns redan", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL rotcertifikat", + "Encryption" : "Kryptering", + "Everything (fatal issues, errors, warnings, info, debug)" : "Allting (allvarliga fel, fel, varningar, info, debug)", + "Info, warnings, errors and fatal issues" : "Info, varningar och allvarliga fel", + "Warnings, errors and fatal issues" : "Varningar, fel och allvarliga fel", + "Errors and fatal issues" : "Fel och allvarliga fel", + "Fatal issues only" : "Endast allvarliga fel", + "None" : "Ingen", + "Login" : "Logga in", + "Plain" : "Enkel", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Säkerhetsvarning", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Du ansluter till %s via HTTP. Vi rekommenderar starkt att du konfigurerar din server att använda HTTPS istället.", + "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." : "Din datakatalog och dina filer är förmodligen åtkomliga från internet. Filen .htaccess fungerar inte. Vi rekommenderar starkt att du konfigurerar din webbserver så att datakatalogen inte längre är åtkomlig eller du flyttar datakatalogen utanför webbserverns rotkatalog.", + "Setup Warning" : "Installationsvarning", + "Database Performance Info" : "Databasprestanda Information", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite används som databas. För större installationer rekommenderar vi att ändra på detta. För att migrera till en annan databas, använd kommandoverktyget: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Modulen \"fileinfo\" saknas", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-modulen 'fileinfo' saknas. Vi rekommenderar starkt att aktivera den här modulen för att kunna upptäcka korrekt mime-typ.", + "Your PHP version is outdated" : "Din PHP version är föråldrad", + "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." : "Din PHP version är föråldrad. Vi rekommenderar starkt att uppdatera till 5.3.8 eller nyare eftersom äldre versioner är obrukbara. Det är möjligt att denna installation inte fungerar korrekt.", + "Locale not working" : "Locale fungerar inte", + "System locale can not be set to a one which supports UTF-8." : "Systemspråk kan inte ställas in till ett som stödjer UTF-8.", + "This means that there might be problems with certain characters in file names." : "Detta betyder att där kan komma att uppstå problem med vissa tecken i filnamn.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Vi rekommenderar starkt att installera de paket som krävs på ditt system för att stödja en av följande systemspråk: %s.", + "Please double check the installation guides." : "Var god kontrollera installationsguiden.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Sista cron kördes vid %s", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Sista cron kördes vid %s. Detta är mer än en timme sedan, något verkar fel.", + "Cron was not executed yet!" : "Cron kördes inte ännu!", + "Execute one task with each page loaded" : "Exekvera en uppgift vid varje sidladdning", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php är registrerad som en webcron service att ropa på cron.php varje 15 minuter över http.", + "Sharing" : "Dela", + "Allow apps to use the Share API" : "Tillåt applikationer att använda delat API", + "Allow users to share via link" : "Tillåt användare att dela via länk", + "Enforce password protection" : "Tillämpa lösenordskydd", + "Allow public uploads" : "Tillåt offentlig uppladdning", + "Set default expiration date" : "Ställ in standardutgångsdatum", + "Expire after " : "Förfaller efter", + "days" : "dagar", + "Enforce expiration date" : "Tillämpa förfallodatum", + "Allow resharing" : "Tillåt vidaredelning", + "Restrict users to only share with users in their groups" : "Begränsa användare till att enbart kunna dela med användare i deras grupper", + "Allow users to send mail notification for shared files" : "Tillåt användare att skicka mailnotifieringar för delade filer", + "Exclude groups from sharing" : "Exkludera grupp från att dela", + "These groups will still be able to receive shares, but not to initiate them." : "Dessa grupper kommer fortfarande kunna ta emot delningar, men inte skapa delningar.", + "Security" : "Säkerhet", + "Enforce HTTPS" : "Kräv HTTPS", + "Forces the clients to connect to %s via an encrypted connection." : "Tvingar klienterna att ansluta till %s via en krypterad anslutning.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Anslut till din %s via HTTPS för att aktivera/deaktivera SSL", + "Email Server" : "E-postserver", + "This is used for sending out notifications." : "Detta används för att skicka ut notifieringar.", + "Send mode" : "Sändningsläge", + "From address" : "Från adress", + "mail" : "mail", + "Authentication method" : "Autentiseringsmetod", + "Authentication required" : "Autentisering krävs", + "Server address" : "Serveradress", + "Port" : "Port", + "Credentials" : "Inloggningsuppgifter", + "SMTP Username" : "SMTP användarnamn", + "SMTP Password" : "SMTP lösenord", + "Test email settings" : "Testa e-post inställningar", + "Send email" : "Skicka e-post", + "Log" : "Logg", + "Log level" : "Nivå på loggning", + "More" : "Mer", + "Less" : "Mindre", + "Version" : "Version", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Utvecklad av ownCloud Community, källkoden är licenserad under AGPL.", + "More apps" : "Fler appar", + "by" : "av", + "Documentation:" : "Dokumentation:", + "User Documentation" : "Användardokumentation", + "Admin Documentation" : "Administratörsdokumentation", + "Update to %s" : "Uppdatera till %s", + "Enable only for specific groups" : "Aktivera endast för specifika grupper", + "Uninstall App" : "Avinstallera Applikation", + "Administrator Documentation" : "Administratörsdokumentation", + "Online Documentation" : "Onlinedokumentation", + "Forum" : "Forum", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "Kommersiell support", + "Get the apps to sync your files" : "Skaffa apparna för att synkronisera dina filer", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Om du vill stödja projektet\nhjälp till med utvecklingen\n\t\teller\n\t\tsprid budskapet vidare!", + "Show First Run Wizard again" : "Visa Första uppstarts-guiden igen", + "You have used %s of the available %s" : "Du har använt %s av tillgängliga %s", + "Password" : "Lösenord", + "Your password was changed" : "Ditt lösenord har ändrats", + "Unable to change your password" : "Kunde inte ändra ditt lösenord", + "Current password" : "Nuvarande lösenord", + "New password" : "Nytt lösenord", + "Change password" : "Ändra lösenord", + "Full Name" : "Hela namnet", + "Email" : "E-post", + "Your email address" : "Din e-postadress", + "Fill in an email address to enable password recovery and receive notifications" : "Fyll i en e-postadress för att aktivera återställning av lösenord och mottagande av notifieringar", + "Profile picture" : "Profilbild", + "Upload new" : "Ladda upp ny", + "Select new from Files" : "Välj ny från filer", + "Remove image" : "Radera bild", + "Either png or jpg. Ideally square but you will be able to crop it." : "Antingen png eller jpg. Helst fyrkantig, men du kommer att kunna beskära den.", + "Your avatar is provided by your original account." : "Din avatar tillhandahålls av ditt ursprungliga konto.", + "Cancel" : "Avbryt", + "Choose as profile image" : "Välj som profilbild", + "Language" : "Språk", + "Help translate" : "Hjälp att översätta", + "Import Root Certificate" : "Importera rotcertifikat", + "The encryption app is no longer enabled, please decrypt all your files" : "Krypteringsapplikationen är inte längre aktiverad, vänligen dekryptera alla dina filer", + "Log-in password" : "Inloggningslösenord", + "Decrypt all Files" : "Dekryptera alla filer", + "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." : "Dina krypteringsnycklar flyttas till en backup. Om något gick fel kan du återställa nycklarna. Bara ta bort dem permanent om du är säker på att alla filer dekrypteras korrekt.", + "Restore Encryption Keys" : "Återställ krypteringsnycklar", + "Delete Encryption Keys" : "Radera krypteringsnycklar", + "Login Name" : "Inloggningsnamn", + "Create" : "Skapa", + "Admin Recovery Password" : "Admin återställningslösenord", + "Enter the recovery password in order to recover the users files during password change" : "Ange återställningslösenordet för att återställa användarnas filer vid lösenordsbyte", + "Search Users and Groups" : "Sök Användare och Grupper", + "Add Group" : "Lägg till Grupp", + "Group" : "Grupp", + "Everyone" : "Alla", + "Admins" : "Administratörer", + "Default Quota" : "Förvald datakvot", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Var god skriv in lagringskvot (ex: \"512MB\" eller \"12 GB\")", + "Unlimited" : "Obegränsad", + "Other" : "Annat", + "Username" : "Användarnamn", + "Quota" : "Kvot", + "Storage Location" : "Lagringsplats", + "Last Login" : "Senaste inloggning", + "change full name" : "ändra hela namnet", + "set new password" : "ange nytt lösenord", + "Default" : "Förvald" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php deleted file mode 100644 index 60ca3488e0..0000000000 --- a/settings/l10n/sv.php +++ /dev/null @@ -1,217 +0,0 @@ - "Aktiverad", -"Not enabled" => "Inte aktiverad", -"Recommended" => "Rekomenderad", -"Authentication error" => "Fel vid autentisering", -"Your full name has been changed." => "Hela ditt namn har ändrats", -"Unable to change full name" => "Kunde inte ändra hela namnet", -"Group already exists" => "Gruppen finns redan", -"Unable to add group" => "Kan inte lägga till grupp", -"Files decrypted successfully" => "Filerna dekrypterades utan fel", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Det gick inte att dekryptera dina filer, kontrollera din owncloud.log eller fråga administratören", -"Couldn't decrypt your files, check your password and try again" => "Det gick inte att dekryptera filerna, kontrollera ditt lösenord och försök igen", -"Encryption keys deleted permanently" => "Krypteringsnycklar raderades permanent", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Det gick inte att permanent ta bort dina krypteringsnycklar, kontrollera din owncloud.log eller fråga din administratör", -"Couldn't remove app." => "Kunde inte ta bort applikationen.", -"Email saved" => "E-post sparad", -"Invalid email" => "Ogiltig e-post", -"Unable to delete group" => "Kan inte radera grupp", -"Unable to delete user" => "Kan inte radera användare", -"Backups restored successfully" => "Återställning av säkerhetskopior lyckades", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Kan inte återställa dina krypteringsnycklar, vänligen kontrollera din owncloud.log eller fråga din administratör.", -"Language changed" => "Språk ändrades", -"Invalid request" => "Ogiltig begäran", -"Admins can't remove themself from the admin group" => "Administratörer kan inte ta bort sig själva från admingruppen", -"Unable to add user to group %s" => "Kan inte lägga till användare i gruppen %s", -"Unable to remove user from group %s" => "Kan inte radera användare från gruppen %s", -"Couldn't update app." => "Kunde inte uppdatera appen.", -"Wrong password" => "Fel lösenord", -"No user supplied" => "Ingen användare angiven", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Ange ett återställningslösenord för administratören. Annars kommer all användardata förloras", -"Wrong admin recovery password. Please check the password and try again." => "Felaktigt återställningslösenord för administratör. Kolla lösenordet och prova igen.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Gränssnittet stödjer inte byte av lösenord, men användarnas krypteringsnyckel blev uppdaterad.", -"Unable to change password" => "Kunde inte ändra lösenord", -"Saved" => "Sparad", -"test email settings" => "testa e-post inställningar", -"If you received this email, the settings seem to be correct." => "Om du mottog detta e-postmeddelande, verkar dina inställningar vara korrekta.", -"Email sent" => "E-post skickat", -"You need to set your user email before being able to send test emails." => "Du behöver ställa in din användares e-postadress före du kan skicka test e-post.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "Är du verkligen säker på att du vill lägga till \"{domain}\" som en trusted domian?", -"Add trusted domain" => "Lägg till trusted domain", -"Sending..." => "Skickar...", -"All" => "Alla", -"Please wait...." => "Var god vänta...", -"Error while disabling app" => "Fel vid inaktivering av app", -"Disable" => "Deaktivera", -"Enable" => "Aktivera", -"Error while enabling app" => "Fel vid aktivering av app", -"Updating...." => "Uppdaterar...", -"Error while updating app" => "Fel uppstod vid uppdatering av appen", -"Updated" => "Uppdaterad", -"Uninstalling ...." => "Avinstallerar ....", -"Error while uninstalling app" => "Ett fel inträffade när applikatonen avinstallerades", -"Uninstall" => "Avinstallera", -"Select a profile picture" => "Välj en profilbild", -"Very weak password" => "Väldigt svagt lösenord", -"Weak password" => "Svagt lösenord", -"So-so password" => "Okej lösenord", -"Good password" => "Bra lösenord", -"Strong password" => "Starkt lösenord", -"Valid until {date}" => "Giltig t.o.m. {date}", -"Delete" => "Radera", -"Decrypting files... Please wait, this can take some time." => "Dekrypterar filer... Vänligen vänta, detta kan ta en stund.", -"Delete encryption keys permanently." => "Radera krypteringsnycklar permanent", -"Restore encryption keys." => "Återställ krypteringsnycklar", -"Groups" => "Grupper", -"Unable to delete {objName}" => "Kunde inte radera {objName}", -"Error creating group" => "Fel vid skapande av grupp", -"A valid group name must be provided" => "Ett giltigt gruppnamn måste anges", -"deleted {groupName}" => "raderade {groupName} ", -"undo" => "ångra", -"never" => "aldrig", -"deleted {userName}" => "raderade {userName}", -"add group" => "lägg till grupp", -"A valid username must be provided" => "Ett giltigt användarnamn måste anges", -"Error creating user" => "Fel vid skapande av användare", -"A valid password must be provided" => "Ett giltigt lösenord måste anges", -"Warning: Home directory for user \"{user}\" already exists" => "Varning: Hem katalogen för varje användare \"{användare}\" finns redan", -"__language_name__" => "__language_name__", -"SSL root certificates" => "SSL rotcertifikat", -"Encryption" => "Kryptering", -"Everything (fatal issues, errors, warnings, info, debug)" => "Allting (allvarliga fel, fel, varningar, info, debug)", -"Info, warnings, errors and fatal issues" => "Info, varningar och allvarliga fel", -"Warnings, errors and fatal issues" => "Varningar, fel och allvarliga fel", -"Errors and fatal issues" => "Fel och allvarliga fel", -"Fatal issues only" => "Endast allvarliga fel", -"None" => "Ingen", -"Login" => "Logga in", -"Plain" => "Enkel", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Säkerhetsvarning", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Du ansluter till %s via HTTP. Vi rekommenderar starkt att du konfigurerar din server att använda HTTPS istället.", -"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." => "Din datakatalog och dina filer är förmodligen åtkomliga från internet. Filen .htaccess fungerar inte. Vi rekommenderar starkt att du konfigurerar din webbserver så att datakatalogen inte längre är åtkomlig eller du flyttar datakatalogen utanför webbserverns rotkatalog.", -"Setup Warning" => "Installationsvarning", -"Database Performance Info" => "Databasprestanda Information", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite används som databas. För större installationer rekommenderar vi att ändra på detta. För att migrera till en annan databas, använd kommandoverktyget: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Modulen \"fileinfo\" saknas", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP-modulen 'fileinfo' saknas. Vi rekommenderar starkt att aktivera den här modulen för att kunna upptäcka korrekt mime-typ.", -"Your PHP version is outdated" => "Din PHP version är föråldrad", -"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." => "Din PHP version är föråldrad. Vi rekommenderar starkt att uppdatera till 5.3.8 eller nyare eftersom äldre versioner är obrukbara. Det är möjligt att denna installation inte fungerar korrekt.", -"Locale not working" => "Locale fungerar inte", -"System locale can not be set to a one which supports UTF-8." => "Systemspråk kan inte ställas in till ett som stödjer UTF-8.", -"This means that there might be problems with certain characters in file names." => "Detta betyder att där kan komma att uppstå problem med vissa tecken i filnamn.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Vi rekommenderar starkt att installera de paket som krävs på ditt system för att stödja en av följande systemspråk: %s.", -"Please double check the installation guides." => "Var god kontrollera installationsguiden.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Sista cron kördes vid %s", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Sista cron kördes vid %s. Detta är mer än en timme sedan, något verkar fel.", -"Cron was not executed yet!" => "Cron kördes inte ännu!", -"Execute one task with each page loaded" => "Exekvera en uppgift vid varje sidladdning", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php är registrerad som en webcron service att ropa på cron.php varje 15 minuter över http.", -"Sharing" => "Dela", -"Allow apps to use the Share API" => "Tillåt applikationer att använda delat API", -"Allow users to share via link" => "Tillåt användare att dela via länk", -"Enforce password protection" => "Tillämpa lösenordskydd", -"Allow public uploads" => "Tillåt offentlig uppladdning", -"Set default expiration date" => "Ställ in standardutgångsdatum", -"Expire after " => "Förfaller efter", -"days" => "dagar", -"Enforce expiration date" => "Tillämpa förfallodatum", -"Allow resharing" => "Tillåt vidaredelning", -"Restrict users to only share with users in their groups" => "Begränsa användare till att enbart kunna dela med användare i deras grupper", -"Allow users to send mail notification for shared files" => "Tillåt användare att skicka mailnotifieringar för delade filer", -"Exclude groups from sharing" => "Exkludera grupp från att dela", -"These groups will still be able to receive shares, but not to initiate them." => "Dessa grupper kommer fortfarande kunna ta emot delningar, men inte skapa delningar.", -"Security" => "Säkerhet", -"Enforce HTTPS" => "Kräv HTTPS", -"Forces the clients to connect to %s via an encrypted connection." => "Tvingar klienterna att ansluta till %s via en krypterad anslutning.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Anslut till din %s via HTTPS för att aktivera/deaktivera SSL", -"Email Server" => "E-postserver", -"This is used for sending out notifications." => "Detta används för att skicka ut notifieringar.", -"Send mode" => "Sändningsläge", -"From address" => "Från adress", -"mail" => "mail", -"Authentication method" => "Autentiseringsmetod", -"Authentication required" => "Autentisering krävs", -"Server address" => "Serveradress", -"Port" => "Port", -"Credentials" => "Inloggningsuppgifter", -"SMTP Username" => "SMTP användarnamn", -"SMTP Password" => "SMTP lösenord", -"Test email settings" => "Testa e-post inställningar", -"Send email" => "Skicka e-post", -"Log" => "Logg", -"Log level" => "Nivå på loggning", -"More" => "Mer", -"Less" => "Mindre", -"Version" => "Version", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Utvecklad av ownCloud Community, källkoden är licenserad under AGPL.", -"More apps" => "Fler appar", -"by" => "av", -"Documentation:" => "Dokumentation:", -"User Documentation" => "Användardokumentation", -"Admin Documentation" => "Administratörsdokumentation", -"Update to %s" => "Uppdatera till %s", -"Enable only for specific groups" => "Aktivera endast för specifika grupper", -"Uninstall App" => "Avinstallera Applikation", -"Administrator Documentation" => "Administratörsdokumentation", -"Online Documentation" => "Onlinedokumentation", -"Forum" => "Forum", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "Kommersiell support", -"Get the apps to sync your files" => "Skaffa apparna för att synkronisera dina filer", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Om du vill stödja projektet\nhjälp till med utvecklingen\n\t\teller\n\t\tsprid budskapet vidare!", -"Show First Run Wizard again" => "Visa Första uppstarts-guiden igen", -"You have used %s of the available %s" => "Du har använt %s av tillgängliga %s", -"Password" => "Lösenord", -"Your password was changed" => "Ditt lösenord har ändrats", -"Unable to change your password" => "Kunde inte ändra ditt lösenord", -"Current password" => "Nuvarande lösenord", -"New password" => "Nytt lösenord", -"Change password" => "Ändra lösenord", -"Full Name" => "Hela namnet", -"Email" => "E-post", -"Your email address" => "Din e-postadress", -"Fill in an email address to enable password recovery and receive notifications" => "Fyll i en e-postadress för att aktivera återställning av lösenord och mottagande av notifieringar", -"Profile picture" => "Profilbild", -"Upload new" => "Ladda upp ny", -"Select new from Files" => "Välj ny från filer", -"Remove image" => "Radera bild", -"Either png or jpg. Ideally square but you will be able to crop it." => "Antingen png eller jpg. Helst fyrkantig, men du kommer att kunna beskära den.", -"Your avatar is provided by your original account." => "Din avatar tillhandahålls av ditt ursprungliga konto.", -"Cancel" => "Avbryt", -"Choose as profile image" => "Välj som profilbild", -"Language" => "Språk", -"Help translate" => "Hjälp att översätta", -"Import Root Certificate" => "Importera rotcertifikat", -"The encryption app is no longer enabled, please decrypt all your files" => "Krypteringsapplikationen är inte längre aktiverad, vänligen dekryptera alla dina filer", -"Log-in password" => "Inloggningslösenord", -"Decrypt all Files" => "Dekryptera alla filer", -"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." => "Dina krypteringsnycklar flyttas till en backup. Om något gick fel kan du återställa nycklarna. Bara ta bort dem permanent om du är säker på att alla filer dekrypteras korrekt.", -"Restore Encryption Keys" => "Återställ krypteringsnycklar", -"Delete Encryption Keys" => "Radera krypteringsnycklar", -"Login Name" => "Inloggningsnamn", -"Create" => "Skapa", -"Admin Recovery Password" => "Admin återställningslösenord", -"Enter the recovery password in order to recover the users files during password change" => "Ange återställningslösenordet för att återställa användarnas filer vid lösenordsbyte", -"Search Users and Groups" => "Sök Användare och Grupper", -"Add Group" => "Lägg till Grupp", -"Group" => "Grupp", -"Everyone" => "Alla", -"Admins" => "Administratörer", -"Default Quota" => "Förvald datakvot", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Var god skriv in lagringskvot (ex: \"512MB\" eller \"12 GB\")", -"Unlimited" => "Obegränsad", -"Other" => "Annat", -"Username" => "Användarnamn", -"Quota" => "Kvot", -"Storage Location" => "Lagringsplats", -"Last Login" => "Senaste inloggning", -"change full name" => "ändra hela namnet", -"set new password" => "ange nytt lösenord", -"Default" => "Förvald" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ta_IN.js b/settings/l10n/ta_IN.js new file mode 100644 index 0000000000..83e5597751 --- /dev/null +++ b/settings/l10n/ta_IN.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "settings", + { + "More" : "மேலும்" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ta_IN.json b/settings/l10n/ta_IN.json new file mode 100644 index 0000000000..6c79fe76a8 --- /dev/null +++ b/settings/l10n/ta_IN.json @@ -0,0 +1,4 @@ +{ "translations": { + "More" : "மேலும்" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ta_IN.php b/settings/l10n/ta_IN.php deleted file mode 100644 index 87afecee84..0000000000 --- a/settings/l10n/ta_IN.php +++ /dev/null @@ -1,5 +0,0 @@ - "மேலும்" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ta_LK.js b/settings/l10n/ta_LK.js new file mode 100644 index 0000000000..45c3b753b4 --- /dev/null +++ b/settings/l10n/ta_LK.js @@ -0,0 +1,55 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "அத்தாட்சிப்படுத்தலில் வழு", + "Group already exists" : "குழு ஏற்கனவே உள்ளது", + "Unable to add group" : "குழுவை சேர்க்க முடியாது", + "Email saved" : "மின்னஞ்சல் சேமிக்கப்பட்டது", + "Invalid email" : "செல்லுபடியற்ற மின்னஞ்சல்", + "Unable to delete group" : "குழுவை நீக்க முடியாது", + "Unable to delete user" : "பயனாளரை நீக்க முடியாது", + "Language changed" : "மொழி மாற்றப்பட்டது", + "Invalid request" : "செல்லுபடியற்ற வேண்டுகோள்", + "Unable to add user to group %s" : "குழு %s இல் பயனாளரை சேர்க்க முடியாது", + "Unable to remove user from group %s" : "குழு %s இலிருந்து பயனாளரை நீக்கமுடியாது", + "All" : "எல்லாம்", + "Disable" : "இயலுமைப்ப", + "Enable" : "இயலுமைப்படுத்துக", + "Delete" : "நீக்குக", + "Groups" : "குழுக்கள்", + "undo" : "முன் செயல் நீக்கம் ", + "never" : "ஒருபோதும்", + "__language_name__" : "_மொழி_பெயர்_", + "SSL root certificates" : "SSL வேர் சான்றிதழ்கள்", + "Encryption" : "மறைக்குறியீடு", + "None" : "ஒன்றுமில்லை", + "Login" : "புகுபதிகை", + "Security Warning" : "பாதுகாப்பு எச்சரிக்கை", + "Server address" : "சேவையக முகவரி", + "Port" : "துறை ", + "Credentials" : "சான்று ஆவணங்கள்", + "More" : "மேலதிக", + "Less" : "குறைவான", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Developed by the ownCloud community, the source code is licensed under the AGPL.", + "by" : "மூலம்", + "You have used %s of the available %s" : "நீங்கள் %s இலுள்ள %sபயன்படுத்தியுள்ளீர்கள்", + "Password" : "கடவுச்சொல்", + "Your password was changed" : "உங்களுடைய கடவுச்சொல் மாற்றப்பட்டுள்ளது", + "Unable to change your password" : "உங்களுடைய கடவுச்சொல்லை மாற்றமுடியாது", + "Current password" : "தற்போதைய கடவுச்சொல்", + "New password" : "புதிய கடவுச்சொல்", + "Change password" : "கடவுச்சொல்லை மாற்றுக", + "Email" : "மின்னஞ்சல்", + "Your email address" : "உங்களுடைய மின்னஞ்சல் முகவரி", + "Cancel" : "இரத்து செய்க", + "Language" : "மொழி", + "Help translate" : "மொழிபெயர்க்க உதவி", + "Import Root Certificate" : "வேர் சான்றிதழை இறக்குமதி செய்க", + "Login Name" : "புகுபதிகை", + "Create" : "உருவாக்குக", + "Default Quota" : "பொது இருப்பு பங்கு", + "Other" : "மற்றவை", + "Username" : "பயனாளர் பெயர்", + "Quota" : "பங்கு" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ta_LK.json b/settings/l10n/ta_LK.json new file mode 100644 index 0000000000..ab306822e2 --- /dev/null +++ b/settings/l10n/ta_LK.json @@ -0,0 +1,53 @@ +{ "translations": { + "Authentication error" : "அத்தாட்சிப்படுத்தலில் வழு", + "Group already exists" : "குழு ஏற்கனவே உள்ளது", + "Unable to add group" : "குழுவை சேர்க்க முடியாது", + "Email saved" : "மின்னஞ்சல் சேமிக்கப்பட்டது", + "Invalid email" : "செல்லுபடியற்ற மின்னஞ்சல்", + "Unable to delete group" : "குழுவை நீக்க முடியாது", + "Unable to delete user" : "பயனாளரை நீக்க முடியாது", + "Language changed" : "மொழி மாற்றப்பட்டது", + "Invalid request" : "செல்லுபடியற்ற வேண்டுகோள்", + "Unable to add user to group %s" : "குழு %s இல் பயனாளரை சேர்க்க முடியாது", + "Unable to remove user from group %s" : "குழு %s இலிருந்து பயனாளரை நீக்கமுடியாது", + "All" : "எல்லாம்", + "Disable" : "இயலுமைப்ப", + "Enable" : "இயலுமைப்படுத்துக", + "Delete" : "நீக்குக", + "Groups" : "குழுக்கள்", + "undo" : "முன் செயல் நீக்கம் ", + "never" : "ஒருபோதும்", + "__language_name__" : "_மொழி_பெயர்_", + "SSL root certificates" : "SSL வேர் சான்றிதழ்கள்", + "Encryption" : "மறைக்குறியீடு", + "None" : "ஒன்றுமில்லை", + "Login" : "புகுபதிகை", + "Security Warning" : "பாதுகாப்பு எச்சரிக்கை", + "Server address" : "சேவையக முகவரி", + "Port" : "துறை ", + "Credentials" : "சான்று ஆவணங்கள்", + "More" : "மேலதிக", + "Less" : "குறைவான", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Developed by the ownCloud community, the source code is licensed under the AGPL.", + "by" : "மூலம்", + "You have used %s of the available %s" : "நீங்கள் %s இலுள்ள %sபயன்படுத்தியுள்ளீர்கள்", + "Password" : "கடவுச்சொல்", + "Your password was changed" : "உங்களுடைய கடவுச்சொல் மாற்றப்பட்டுள்ளது", + "Unable to change your password" : "உங்களுடைய கடவுச்சொல்லை மாற்றமுடியாது", + "Current password" : "தற்போதைய கடவுச்சொல்", + "New password" : "புதிய கடவுச்சொல்", + "Change password" : "கடவுச்சொல்லை மாற்றுக", + "Email" : "மின்னஞ்சல்", + "Your email address" : "உங்களுடைய மின்னஞ்சல் முகவரி", + "Cancel" : "இரத்து செய்க", + "Language" : "மொழி", + "Help translate" : "மொழிபெயர்க்க உதவி", + "Import Root Certificate" : "வேர் சான்றிதழை இறக்குமதி செய்க", + "Login Name" : "புகுபதிகை", + "Create" : "உருவாக்குக", + "Default Quota" : "பொது இருப்பு பங்கு", + "Other" : "மற்றவை", + "Username" : "பயனாளர் பெயர்", + "Quota" : "பங்கு" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ta_LK.php b/settings/l10n/ta_LK.php deleted file mode 100644 index 7d7df14e9d..0000000000 --- a/settings/l10n/ta_LK.php +++ /dev/null @@ -1,54 +0,0 @@ - "அத்தாட்சிப்படுத்தலில் வழு", -"Group already exists" => "குழு ஏற்கனவே உள்ளது", -"Unable to add group" => "குழுவை சேர்க்க முடியாது", -"Email saved" => "மின்னஞ்சல் சேமிக்கப்பட்டது", -"Invalid email" => "செல்லுபடியற்ற மின்னஞ்சல்", -"Unable to delete group" => "குழுவை நீக்க முடியாது", -"Unable to delete user" => "பயனாளரை நீக்க முடியாது", -"Language changed" => "மொழி மாற்றப்பட்டது", -"Invalid request" => "செல்லுபடியற்ற வேண்டுகோள்", -"Unable to add user to group %s" => "குழு %s இல் பயனாளரை சேர்க்க முடியாது", -"Unable to remove user from group %s" => "குழு %s இலிருந்து பயனாளரை நீக்கமுடியாது", -"All" => "எல்லாம்", -"Disable" => "இயலுமைப்ப", -"Enable" => "இயலுமைப்படுத்துக", -"Delete" => "நீக்குக", -"Groups" => "குழுக்கள்", -"undo" => "முன் செயல் நீக்கம் ", -"never" => "ஒருபோதும்", -"__language_name__" => "_மொழி_பெயர்_", -"SSL root certificates" => "SSL வேர் சான்றிதழ்கள்", -"Encryption" => "மறைக்குறியீடு", -"None" => "ஒன்றுமில்லை", -"Login" => "புகுபதிகை", -"Security Warning" => "பாதுகாப்பு எச்சரிக்கை", -"Server address" => "சேவையக முகவரி", -"Port" => "துறை ", -"Credentials" => "சான்று ஆவணங்கள்", -"More" => "மேலதிக", -"Less" => "குறைவான", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Developed by the ownCloud community, the source code is licensed under the AGPL.", -"by" => "மூலம்", -"You have used %s of the available %s" => "நீங்கள் %s இலுள்ள %sபயன்படுத்தியுள்ளீர்கள்", -"Password" => "கடவுச்சொல்", -"Your password was changed" => "உங்களுடைய கடவுச்சொல் மாற்றப்பட்டுள்ளது", -"Unable to change your password" => "உங்களுடைய கடவுச்சொல்லை மாற்றமுடியாது", -"Current password" => "தற்போதைய கடவுச்சொல்", -"New password" => "புதிய கடவுச்சொல்", -"Change password" => "கடவுச்சொல்லை மாற்றுக", -"Email" => "மின்னஞ்சல்", -"Your email address" => "உங்களுடைய மின்னஞ்சல் முகவரி", -"Cancel" => "இரத்து செய்க", -"Language" => "மொழி", -"Help translate" => "மொழிபெயர்க்க உதவி", -"Import Root Certificate" => "வேர் சான்றிதழை இறக்குமதி செய்க", -"Login Name" => "புகுபதிகை", -"Create" => "உருவாக்குக", -"Default Quota" => "பொது இருப்பு பங்கு", -"Other" => "மற்றவை", -"Username" => "பயனாளர் பெயர்", -"Quota" => "பங்கு" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/te.js b/settings/l10n/te.js new file mode 100644 index 0000000000..f09acb4106 --- /dev/null +++ b/settings/l10n/te.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "settings", + { + "Delete" : "తొలగించు", + "Server address" : "సేవకి చిరునామా", + "More" : "మరిన్ని", + "Password" : "సంకేతపదం", + "New password" : "కొత్త సంకేతపదం", + "Email" : "ఈమెయిలు", + "Your email address" : "మీ ఈమెయిలు చిరునామా", + "Cancel" : "రద్దుచేయి", + "Language" : "భాష", + "Username" : "వాడుకరి పేరు" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/te.json b/settings/l10n/te.json new file mode 100644 index 0000000000..031f99d149 --- /dev/null +++ b/settings/l10n/te.json @@ -0,0 +1,13 @@ +{ "translations": { + "Delete" : "తొలగించు", + "Server address" : "సేవకి చిరునామా", + "More" : "మరిన్ని", + "Password" : "సంకేతపదం", + "New password" : "కొత్త సంకేతపదం", + "Email" : "ఈమెయిలు", + "Your email address" : "మీ ఈమెయిలు చిరునామా", + "Cancel" : "రద్దుచేయి", + "Language" : "భాష", + "Username" : "వాడుకరి పేరు" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/te.php b/settings/l10n/te.php deleted file mode 100644 index d5f2c6c8d1..0000000000 --- a/settings/l10n/te.php +++ /dev/null @@ -1,14 +0,0 @@ - "తొలగించు", -"Server address" => "సేవకి చిరునామా", -"More" => "మరిన్ని", -"Password" => "సంకేతపదం", -"New password" => "కొత్త సంకేతపదం", -"Email" => "ఈమెయిలు", -"Your email address" => "మీ ఈమెయిలు చిరునామా", -"Cancel" => "రద్దుచేయి", -"Language" => "భాష", -"Username" => "వాడుకరి పేరు" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/th_TH.js b/settings/l10n/th_TH.js new file mode 100644 index 0000000000..010303a587 --- /dev/null +++ b/settings/l10n/th_TH.js @@ -0,0 +1,81 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", + "Group already exists" : "มีกลุ่มดังกล่าวอยู่ในระบบอยู่แล้ว", + "Unable to add group" : "ไม่สามารถเพิ่มกลุ่มได้", + "Email saved" : "อีเมลถูกบันทึกแล้ว", + "Invalid email" : "อีเมลไม่ถูกต้อง", + "Unable to delete group" : "ไม่สามารถลบกลุ่มได้", + "Unable to delete user" : "ไม่สามารถลบผู้ใช้งานได้", + "Language changed" : "เปลี่ยนภาษาเรียบร้อยแล้ว", + "Invalid request" : "คำร้องขอไม่ถูกต้อง", + "Admins can't remove themself from the admin group" : "ผู้ดูแลระบบไม่สามารถลบตัวเองออกจากกลุ่มผู้ดูแลได้", + "Unable to add user to group %s" : "ไม่สามารถเพิ่มผู้ใช้งานเข้าไปที่กลุ่ม %s ได้", + "Unable to remove user from group %s" : "ไม่สามารถลบผู้ใช้งานออกจากกลุ่ม %s ได้", + "Couldn't update app." : "ไม่สามารถอัพเดทแอปฯ", + "Email sent" : "ส่งอีเมล์แล้ว", + "All" : "ทั้งหมด", + "Please wait...." : "กรุณารอสักครู่...", + "Disable" : "ปิดใช้งาน", + "Enable" : "เปิดใช้งาน", + "Updating...." : "กำลังอัพเดทข้อมูล...", + "Error while updating app" : "เกิดข้อผิดพลาดในระหว่างการอัพเดทแอปฯ", + "Updated" : "อัพเดทแล้ว", + "Delete" : "ลบ", + "Groups" : "กลุ่ม", + "undo" : "เลิกทำ", + "never" : "ไม่ต้องเลย", + "__language_name__" : "ภาษาไทย", + "SSL root certificates" : "ใบรับรองความปลอดภัยด้วยระบบ SSL จาก Root", + "Encryption" : "การเข้ารหัส", + "None" : "ไม่มี", + "Login" : "เข้าสู่ระบบ", + "Security Warning" : "คำเตือนเกี่ยวกับความปลอดภัย", + "Cron" : "Cron", + "Execute one task with each page loaded" : "ประมวลคำสั่งหนึ่งงานในแต่ละครั้งที่มีการโหลดหน้าเว็บ", + "Sharing" : "การแชร์ข้อมูล", + "Allow apps to use the Share API" : "อนุญาตให้แอปฯสามารถใช้ API สำหรับแชร์ข้อมูลได้", + "Allow resharing" : "อนุญาตให้แชร์ข้อมูลซ้ำใหม่ได้", + "Server address" : "ที่อยู่เซิร์ฟเวอร์", + "Port" : "พอร์ต", + "Credentials" : "ข้อมูลส่วนตัวสำหรับเข้าระบบ", + "Log" : "บันทึกการเปลี่ยนแปลง", + "Log level" : "ระดับการเก็บบันทึก log", + "More" : "มาก", + "Less" : "น้อย", + "Version" : "รุ่น", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "พัฒนาโดย the ชุมชนผู้ใช้งาน ownCloud, the ซอร์สโค้ดอยู่ภายใต้สัญญาอนุญาตของ AGPL.", + "by" : "โดย", + "User Documentation" : "เอกสารคู่มือการใช้งานสำหรับผู้ใช้งาน", + "Administrator Documentation" : "เอกสารคู่มือการใช้งานสำหรับผู้ดูแลระบบ", + "Online Documentation" : "เอกสารคู่มือการใช้งานออนไลน์", + "Forum" : "กระดานสนทนา", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "บริการลูกค้าแบบเสียค่าใช้จ่าย", + "Show First Run Wizard again" : "แสดงหน้าจอวิซาร์ดนำทางครั้งแรกอีกครั้ง", + "You have used %s of the available %s" : "คุณได้ใช้งานไปแล้ว %s จากจำนวนที่สามารถใช้ได้ %s", + "Password" : "รหัสผ่าน", + "Your password was changed" : "รหัสผ่านของคุณถูกเปลี่ยนแล้ว", + "Unable to change your password" : "ไม่สามารถเปลี่ยนรหัสผ่านของคุณได้", + "Current password" : "รหัสผ่านปัจจุบัน", + "New password" : "รหัสผ่านใหม่", + "Change password" : "เปลี่ยนรหัสผ่าน", + "Email" : "อีเมล", + "Your email address" : "ที่อยู่อีเมล์ของคุณ", + "Profile picture" : "รูปภาพโปรไฟล์", + "Cancel" : "ยกเลิก", + "Language" : "ภาษา", + "Help translate" : "ช่วยกันแปล", + "Import Root Certificate" : "นำเข้าข้อมูลใบรับรองความปลอดภัยจาก Root", + "Login Name" : "ชื่อที่ใช้สำหรับเข้าสู่ระบบ", + "Create" : "สร้าง", + "Default Quota" : "โควต้าที่กำหนดไว้เริ่มต้น", + "Unlimited" : "ไม่จำกัดจำนวน", + "Other" : "อื่นๆ", + "Username" : "ชื่อผู้ใช้งาน", + "Quota" : "พื้นที่", + "set new password" : "ตั้งค่ารหัสผ่านใหม่", + "Default" : "ค่าเริ่มต้น" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/th_TH.json b/settings/l10n/th_TH.json new file mode 100644 index 0000000000..28a346aab6 --- /dev/null +++ b/settings/l10n/th_TH.json @@ -0,0 +1,79 @@ +{ "translations": { + "Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", + "Group already exists" : "มีกลุ่มดังกล่าวอยู่ในระบบอยู่แล้ว", + "Unable to add group" : "ไม่สามารถเพิ่มกลุ่มได้", + "Email saved" : "อีเมลถูกบันทึกแล้ว", + "Invalid email" : "อีเมลไม่ถูกต้อง", + "Unable to delete group" : "ไม่สามารถลบกลุ่มได้", + "Unable to delete user" : "ไม่สามารถลบผู้ใช้งานได้", + "Language changed" : "เปลี่ยนภาษาเรียบร้อยแล้ว", + "Invalid request" : "คำร้องขอไม่ถูกต้อง", + "Admins can't remove themself from the admin group" : "ผู้ดูแลระบบไม่สามารถลบตัวเองออกจากกลุ่มผู้ดูแลได้", + "Unable to add user to group %s" : "ไม่สามารถเพิ่มผู้ใช้งานเข้าไปที่กลุ่ม %s ได้", + "Unable to remove user from group %s" : "ไม่สามารถลบผู้ใช้งานออกจากกลุ่ม %s ได้", + "Couldn't update app." : "ไม่สามารถอัพเดทแอปฯ", + "Email sent" : "ส่งอีเมล์แล้ว", + "All" : "ทั้งหมด", + "Please wait...." : "กรุณารอสักครู่...", + "Disable" : "ปิดใช้งาน", + "Enable" : "เปิดใช้งาน", + "Updating...." : "กำลังอัพเดทข้อมูล...", + "Error while updating app" : "เกิดข้อผิดพลาดในระหว่างการอัพเดทแอปฯ", + "Updated" : "อัพเดทแล้ว", + "Delete" : "ลบ", + "Groups" : "กลุ่ม", + "undo" : "เลิกทำ", + "never" : "ไม่ต้องเลย", + "__language_name__" : "ภาษาไทย", + "SSL root certificates" : "ใบรับรองความปลอดภัยด้วยระบบ SSL จาก Root", + "Encryption" : "การเข้ารหัส", + "None" : "ไม่มี", + "Login" : "เข้าสู่ระบบ", + "Security Warning" : "คำเตือนเกี่ยวกับความปลอดภัย", + "Cron" : "Cron", + "Execute one task with each page loaded" : "ประมวลคำสั่งหนึ่งงานในแต่ละครั้งที่มีการโหลดหน้าเว็บ", + "Sharing" : "การแชร์ข้อมูล", + "Allow apps to use the Share API" : "อนุญาตให้แอปฯสามารถใช้ API สำหรับแชร์ข้อมูลได้", + "Allow resharing" : "อนุญาตให้แชร์ข้อมูลซ้ำใหม่ได้", + "Server address" : "ที่อยู่เซิร์ฟเวอร์", + "Port" : "พอร์ต", + "Credentials" : "ข้อมูลส่วนตัวสำหรับเข้าระบบ", + "Log" : "บันทึกการเปลี่ยนแปลง", + "Log level" : "ระดับการเก็บบันทึก log", + "More" : "มาก", + "Less" : "น้อย", + "Version" : "รุ่น", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "พัฒนาโดย the ชุมชนผู้ใช้งาน ownCloud, the ซอร์สโค้ดอยู่ภายใต้สัญญาอนุญาตของ AGPL.", + "by" : "โดย", + "User Documentation" : "เอกสารคู่มือการใช้งานสำหรับผู้ใช้งาน", + "Administrator Documentation" : "เอกสารคู่มือการใช้งานสำหรับผู้ดูแลระบบ", + "Online Documentation" : "เอกสารคู่มือการใช้งานออนไลน์", + "Forum" : "กระดานสนทนา", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "บริการลูกค้าแบบเสียค่าใช้จ่าย", + "Show First Run Wizard again" : "แสดงหน้าจอวิซาร์ดนำทางครั้งแรกอีกครั้ง", + "You have used %s of the available %s" : "คุณได้ใช้งานไปแล้ว %s จากจำนวนที่สามารถใช้ได้ %s", + "Password" : "รหัสผ่าน", + "Your password was changed" : "รหัสผ่านของคุณถูกเปลี่ยนแล้ว", + "Unable to change your password" : "ไม่สามารถเปลี่ยนรหัสผ่านของคุณได้", + "Current password" : "รหัสผ่านปัจจุบัน", + "New password" : "รหัสผ่านใหม่", + "Change password" : "เปลี่ยนรหัสผ่าน", + "Email" : "อีเมล", + "Your email address" : "ที่อยู่อีเมล์ของคุณ", + "Profile picture" : "รูปภาพโปรไฟล์", + "Cancel" : "ยกเลิก", + "Language" : "ภาษา", + "Help translate" : "ช่วยกันแปล", + "Import Root Certificate" : "นำเข้าข้อมูลใบรับรองความปลอดภัยจาก Root", + "Login Name" : "ชื่อที่ใช้สำหรับเข้าสู่ระบบ", + "Create" : "สร้าง", + "Default Quota" : "โควต้าที่กำหนดไว้เริ่มต้น", + "Unlimited" : "ไม่จำกัดจำนวน", + "Other" : "อื่นๆ", + "Username" : "ชื่อผู้ใช้งาน", + "Quota" : "พื้นที่", + "set new password" : "ตั้งค่ารหัสผ่านใหม่", + "Default" : "ค่าเริ่มต้น" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/th_TH.php b/settings/l10n/th_TH.php deleted file mode 100644 index 5abacd4f4b..0000000000 --- a/settings/l10n/th_TH.php +++ /dev/null @@ -1,80 +0,0 @@ - "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", -"Group already exists" => "มีกลุ่มดังกล่าวอยู่ในระบบอยู่แล้ว", -"Unable to add group" => "ไม่สามารถเพิ่มกลุ่มได้", -"Email saved" => "อีเมลถูกบันทึกแล้ว", -"Invalid email" => "อีเมลไม่ถูกต้อง", -"Unable to delete group" => "ไม่สามารถลบกลุ่มได้", -"Unable to delete user" => "ไม่สามารถลบผู้ใช้งานได้", -"Language changed" => "เปลี่ยนภาษาเรียบร้อยแล้ว", -"Invalid request" => "คำร้องขอไม่ถูกต้อง", -"Admins can't remove themself from the admin group" => "ผู้ดูแลระบบไม่สามารถลบตัวเองออกจากกลุ่มผู้ดูแลได้", -"Unable to add user to group %s" => "ไม่สามารถเพิ่มผู้ใช้งานเข้าไปที่กลุ่ม %s ได้", -"Unable to remove user from group %s" => "ไม่สามารถลบผู้ใช้งานออกจากกลุ่ม %s ได้", -"Couldn't update app." => "ไม่สามารถอัพเดทแอปฯ", -"Email sent" => "ส่งอีเมล์แล้ว", -"All" => "ทั้งหมด", -"Please wait...." => "กรุณารอสักครู่...", -"Disable" => "ปิดใช้งาน", -"Enable" => "เปิดใช้งาน", -"Updating...." => "กำลังอัพเดทข้อมูล...", -"Error while updating app" => "เกิดข้อผิดพลาดในระหว่างการอัพเดทแอปฯ", -"Updated" => "อัพเดทแล้ว", -"Delete" => "ลบ", -"Groups" => "กลุ่ม", -"undo" => "เลิกทำ", -"never" => "ไม่ต้องเลย", -"__language_name__" => "ภาษาไทย", -"SSL root certificates" => "ใบรับรองความปลอดภัยด้วยระบบ SSL จาก Root", -"Encryption" => "การเข้ารหัส", -"None" => "ไม่มี", -"Login" => "เข้าสู่ระบบ", -"Security Warning" => "คำเตือนเกี่ยวกับความปลอดภัย", -"Cron" => "Cron", -"Execute one task with each page loaded" => "ประมวลคำสั่งหนึ่งงานในแต่ละครั้งที่มีการโหลดหน้าเว็บ", -"Sharing" => "การแชร์ข้อมูล", -"Allow apps to use the Share API" => "อนุญาตให้แอปฯสามารถใช้ API สำหรับแชร์ข้อมูลได้", -"Allow resharing" => "อนุญาตให้แชร์ข้อมูลซ้ำใหม่ได้", -"Server address" => "ที่อยู่เซิร์ฟเวอร์", -"Port" => "พอร์ต", -"Credentials" => "ข้อมูลส่วนตัวสำหรับเข้าระบบ", -"Log" => "บันทึกการเปลี่ยนแปลง", -"Log level" => "ระดับการเก็บบันทึก log", -"More" => "มาก", -"Less" => "น้อย", -"Version" => "รุ่น", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "พัฒนาโดย the ชุมชนผู้ใช้งาน ownCloud, the ซอร์สโค้ดอยู่ภายใต้สัญญาอนุญาตของ AGPL.", -"by" => "โดย", -"User Documentation" => "เอกสารคู่มือการใช้งานสำหรับผู้ใช้งาน", -"Administrator Documentation" => "เอกสารคู่มือการใช้งานสำหรับผู้ดูแลระบบ", -"Online Documentation" => "เอกสารคู่มือการใช้งานออนไลน์", -"Forum" => "กระดานสนทนา", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "บริการลูกค้าแบบเสียค่าใช้จ่าย", -"Show First Run Wizard again" => "แสดงหน้าจอวิซาร์ดนำทางครั้งแรกอีกครั้ง", -"You have used %s of the available %s" => "คุณได้ใช้งานไปแล้ว %s จากจำนวนที่สามารถใช้ได้ %s", -"Password" => "รหัสผ่าน", -"Your password was changed" => "รหัสผ่านของคุณถูกเปลี่ยนแล้ว", -"Unable to change your password" => "ไม่สามารถเปลี่ยนรหัสผ่านของคุณได้", -"Current password" => "รหัสผ่านปัจจุบัน", -"New password" => "รหัสผ่านใหม่", -"Change password" => "เปลี่ยนรหัสผ่าน", -"Email" => "อีเมล", -"Your email address" => "ที่อยู่อีเมล์ของคุณ", -"Profile picture" => "รูปภาพโปรไฟล์", -"Cancel" => "ยกเลิก", -"Language" => "ภาษา", -"Help translate" => "ช่วยกันแปล", -"Import Root Certificate" => "นำเข้าข้อมูลใบรับรองความปลอดภัยจาก Root", -"Login Name" => "ชื่อที่ใช้สำหรับเข้าสู่ระบบ", -"Create" => "สร้าง", -"Default Quota" => "โควต้าที่กำหนดไว้เริ่มต้น", -"Unlimited" => "ไม่จำกัดจำนวน", -"Other" => "อื่นๆ", -"Username" => "ชื่อผู้ใช้งาน", -"Quota" => "พื้นที่", -"set new password" => "ตั้งค่ารหัสผ่านใหม่", -"Default" => "ค่าเริ่มต้น" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js new file mode 100644 index 0000000000..dd4519d02d --- /dev/null +++ b/settings/l10n/tr.js @@ -0,0 +1,237 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Etkin", + "Not enabled" : "Etkin değil", + "Recommended" : "Önerilen", + "Authentication error" : "Kimlik doğrulama hatası", + "Your full name has been changed." : "Tam adınız değiştirildi.", + "Unable to change full name" : "Tam adınız değiştirilirken hata", + "Group already exists" : "Grup zaten mevcut", + "Unable to add group" : "Grup eklenemiyor", + "Files decrypted successfully" : "Dosyaların şifrelemesi başarıyla kaldırıldı", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Dosyalarınızın şifrelemesi kaldırılamadı, lütfen owncloud.log dosyasına bakın veya yöneticinizle iletişime geçin", + "Couldn't decrypt your files, check your password and try again" : "Dosyalarınızın şifrelemesi kaldırılamadı, parolanızı denetleyip yeniden deneyin", + "Encryption keys deleted permanently" : "Şifreleme anahtarları kalıcı olarak silindi", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Şifreleme anahtarlarınız kalıcı olarak silinemedi, lütfen owncloud.log dosyasını denetleyin veya yöneticinize danışın", + "Couldn't remove app." : "Uygulama kaldırılamadı.", + "Email saved" : "E-posta kaydedildi", + "Invalid email" : "Geçersiz e-posta", + "Unable to delete group" : "Grup silinemiyor", + "Unable to delete user" : "Kullanıcı silinemiyor", + "Backups restored successfully" : "Yedekler başarıyla geri yüklendi", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Şifreleme anahtarlarınız geri yüklenemedi, lütfen owncloud.log dosyasını denetleyin veya yöneticinize danışın", + "Language changed" : "Dil değiştirildi", + "Invalid request" : "Geçersiz istek", + "Admins can't remove themself from the admin group" : "Yöneticiler kendilerini admin grubundan kaldıramaz", + "Unable to add user to group %s" : "Kullanıcı %s grubuna eklenemiyor", + "Unable to remove user from group %s" : "%s grubundan kullanıcı kaldırılamıyor", + "Couldn't update app." : "Uygulama güncellenemedi.", + "Wrong password" : "Hatalı parola", + "No user supplied" : "Kullanıcı girilmedi", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Lütfen yönetici kurtarma parolasını girin, aksi takdirde tüm kullanıcı verisi kaybedilecek", + "Wrong admin recovery password. Please check the password and try again." : "Hatalı yönetici kurtarma parolası. Lütfen parolayı denetleyip yeniden deneyin.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Arka uç parola değişimini desteklemiyor ancak kullanıcı şifreleme anahtarı başarıyla güncellendi.", + "Unable to change password" : "Parola değiştirilemiyor", + "Saved" : "Kaydedildi", + "test email settings" : "e-posta ayarlarını sına", + "If you received this email, the settings seem to be correct." : "Eğer bu e-postayı aldıysanız, ayarlar doğru gibi görünüyor.", + "A problem occurred while sending the email. Please revise your settings." : "E-posta gönderilirken bir sorun oluştu. Lütfen ayarlarınızı gözden geçirin.", + "Email sent" : "E-posta gönderildi", + "You need to set your user email before being able to send test emails." : "Sınama e-postaları göndermeden önce kullanıcı e-postasını ayarlamanız gerekiyor.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" alan adını güvenilir alan adı olarak eklemek istediğinizden emin misiniz?", + "Add trusted domain" : "Güvenilir alan adı ekle", + "Sending..." : "Gönderiliyor...", + "All" : "Tümü", + "Please wait...." : "Lütfen bekleyin....", + "Error while disabling app" : "Uygulama devre dışı bırakılırken hata", + "Disable" : "Devre Dışı Bırak", + "Enable" : "Etkinleştir", + "Error while enabling app" : "Uygulama etkinleştirilirken hata", + "Updating...." : "Güncelleniyor....", + "Error while updating app" : "Uygulama güncellenirken hata", + "Updated" : "Güncellendi", + "Uninstalling ...." : "Kaldırılıyor ....", + "Error while uninstalling app" : "Uygulama kaldırılırken hata", + "Uninstall" : "Kaldır", + "Select a profile picture" : "Bir profil fotoğrafı seçin", + "Very weak password" : "Çok güçsüz parola", + "Weak password" : "Güçsüz parola", + "So-so password" : "Normal parola", + "Good password" : "İyi parola", + "Strong password" : "Güçlü parola", + "Valid until {date}" : "{date} tarihine kadar geçerli", + "Delete" : "Sil", + "Decrypting files... Please wait, this can take some time." : "Dosyaların şifrelemesi kaldırılıyor... Lütfen bekleyin, bu biraz zaman alabilir.", + "Delete encryption keys permanently." : "Şifreleme anahtarlarını kalıcı olarak sil.", + "Restore encryption keys." : "Şifreleme anahtarlarını geri yükle.", + "Groups" : "Gruplar", + "Unable to delete {objName}" : "{objName} silinemiyor", + "Error creating group" : "Grup oluşturulurken hata", + "A valid group name must be provided" : "Geçerli bir grup adı mutlaka sağlanmalı", + "deleted {groupName}" : "{groupName} silindi", + "undo" : "geri al", + "never" : "hiçbir zaman", + "deleted {userName}" : "{userName} silindi", + "add group" : "grup ekle", + "A valid username must be provided" : "Geçerli bir kullanıcı adı mutlaka sağlanmalı", + "Error creating user" : "Kullanıcı oluşturulurken hata", + "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", + "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)", + "Info, warnings, errors and fatal issues" : "Bilgi, uyarılar, hatalar ve ciddi sorunlar", + "Warnings, errors and fatal issues" : "Uyarılar, hatalar ve ciddi sorunlar", + "Errors and fatal issues" : "Hatalar ve ciddi sorunlar", + "Fatal issues only" : "Sadece ciddi sorunlar", + "None" : "Hiçbiri", + "Login" : "Oturum Aç", + "Plain" : "Düz", + "NT LAN Manager" : "NT Ağ Yöneticisi", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Güvenlik Uyarısı", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "%s erişiminiz HTTP aracılığıyla yapılıyor. Sunucunuzu, HTTPS kullanımını zorlamak üzere yapılandırmanızı şiddetle öneririz.", + "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." : "Veri dizininiz ve dosyalarınız muhtemelen İnternet üzerinden erişilebilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak veri dizinine erişimi kapatmanızı veya veri dizinini web sunucu belge kök dizini dışına almanızı şiddetle tavsiye ederiz.", + "Setup Warning" : "Kurulum Uyarısı", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP satırıçi doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu, bazı çekirdek (core) uygulamalarını erişilemez yapacak.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu, muhtemelen Zend OPcache veya eAccelerator gibi bir önbellek/hızlandırıcı nedeniyle gerçekleşir.", + "Database Performance Info" : "Veritabanı Başarım Bilgisi", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için bunu değiştirmenizi öneririz. Farklı bir veritabanına geçiş yapmak için komut satırı aracını kullanın: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Modül 'fileinfo' kayıp", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modülü 'fileinfo' kayıp. MIME türü tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleştirmenizi öneririz.", + "Your PHP version is outdated" : "PHP sürümünüz eski", + "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." : "PHP sürümünüz eski. Eski sürümlerde sorun olduğundan 5.3.8 veya daha yeni bir sürüme güncellemenizi şiddetle tavsiye ederiz. Bu kurulumun da doğru çalışmaması da olasıdır.", + "PHP charset is not set to UTF-8" : "PHP karakter kümesi UTF-8 olarak ayarlı değil", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP karakter kümesi UTF-8 olarak ayarlı değil. Bu, dosya isimlerindeki ASCII olmayan karakterler için büyük sorunlara yol açabilir. php.ini içerisindeki 'default_charset' ayarını 'UTF-8' olarak ayarlamanızı şiddetle tavsiye ediyoruz.", + "Locale not working" : "Yerel çalışmıyor", + "System locale can not be set to a one which supports UTF-8." : "Sistem yereli, UTF-8 destekleyenlerden biri olarak ayarlanamadı.", + "This means that there might be problems with certain characters in file names." : "Bu, dosya adlarında belirli karakterlerde problem olabileceği anlamına gelir.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanızı şiddetle tavsiye ederiz: %s.", + "URL generation in notification emails" : "Bildirim e-postalarında URL oluşturulması", + "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\")" : "Eğer kurulumunuz alan adının köküne yapılmamışsa ve sistem cron'u kullanıyorsa, URL oluşturma ile ilgili sorunlar olabilir. Bu sorunların önüne geçmek için, kurulumunuzun web kök yolundaki config.php dosyasında \"overwritewebroot\" seçeneğini ayarlayın (Önerilen: \"%s\")", + "Connectivity checks" : "Bağlanabilirlik kontrolleri", + "No problems found" : "Sorun bulunamadı", + "Please double check the installation guides." : "Lütfen kurulum rehberlerini iki kez kontrol edin.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Son cron %s zamanında çalıştırıldı.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Son cron %s zamanında çalıştırıldı. Bu bir saatten daha uzun bir süre, bir şeyler yanlış gibi görünüyor.", + "Cron was not executed yet!" : "Cron henüz çalıştırılmadı!", + "Execute one task with each page loaded" : "Yüklenen her sayfa ile bir görev çalıştır", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedilir.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Cron.php dosyasını her 15 dakikada bir çağırmak için sistem cron hizmetini kullan.", + "Sharing" : "Paylaşım", + "Allow apps to use the Share API" : "Uygulamaların paylaşım API'sini kullanmasına izin ver", + "Allow users to share via link" : "Kullanıcıların bağlantı ile paylaşmasına izin ver", + "Enforce password protection" : "Parola korumasını zorla", + "Allow public uploads" : "Herkes tarafından yüklemeye izin ver", + "Set default expiration date" : "Öntanımlı son kullanma tarihini ayarla", + "Expire after " : "Süre", + "days" : "gün sonra dolsun", + "Enforce expiration date" : "Son kullanma tarihini zorla", + "Allow resharing" : "Yeniden paylaşıma izin ver", + "Restrict users to only share with users in their groups" : "Kullanıcıların sadece kendi gruplarındaki kullanıcılarla paylaşmasına sınırla", + "Allow users to send mail notification for shared files" : "Paylaşılmış dosyalar için kullanıcıların posta bildirimi göndermesine izin ver", + "Exclude groups from sharing" : "Grupları paylaşma eyleminden hariç tut", + "These groups will still be able to receive shares, but not to initiate them." : "Bu gruplar hala paylaşımları alabilecek, ancak başlatamayacaktır.", + "Security" : "Güvenlik", + "Enforce HTTPS" : "HTTPS bağlantısına zorla", + "Forces the clients to connect to %s via an encrypted connection." : "İstemcileri %s'a şifreli bir bağlantı ile bağlanmaya zorlar.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen %s'a HTTPS ile bağlanın.", + "Email Server" : "E-Posta Sunucusu", + "This is used for sending out notifications." : "Bu, bildirimler gönderilirken kullanılır.", + "Send mode" : "Gönderme kipi", + "From address" : "Kimden adresi", + "mail" : "posta", + "Authentication method" : "Kimlik doğrulama yöntemi", + "Authentication required" : "Kimlik doğrulama gerekli", + "Server address" : "Sunucu adresi", + "Port" : "Port", + "Credentials" : "Kimlik Bilgileri", + "SMTP Username" : "SMTP Kullanıcı Adı", + "SMTP Password" : "SMTP Parolası", + "Store credentials" : "Kimlik bilgilerini depola", + "Test email settings" : "E-posta ayarlarını sına", + "Send email" : "E-posta gönder", + "Log" : "Günlük", + "Log level" : "Günlük seviyesi", + "More" : "Daha fazla", + "Less" : "Daha az", + "Version" : "Sürüm", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "ownCloud topluluğu tarafından geliştirilmiş olup, kaynak kodu, AGPL altında lisanslanmıştır.", + "More apps" : "Daha fazla Uygulama", + "Add your app" : "Uygulamanızı ekleyin", + "by" : "oluşturan", + "licensed" : "lisanslı", + "Documentation:" : "Belgelendirme:", + "User Documentation" : "Kullanıcı Belgelendirmesi", + "Admin Documentation" : "Yönetici Belgelendirmesi", + "Update to %s" : "%s sürümüne güncelle", + "Enable only for specific groups" : "Sadece belirli gruplar için etkinleştir", + "Uninstall App" : "Uygulamayı Kaldır", + "Administrator Documentation" : "Yönetici Belgelendirmesi", + "Online Documentation" : "Çevrimiçi Belgelendirme", + "Forum" : "Forum", + "Bugtracker" : "Hata Takip Sistemi", + "Commercial Support" : "Ticari Destek", + "Get the apps to sync your files" : "Dosyalarınızı eşitlemek için uygulamaları indirin", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Projeyi desteklemek istiyorsanız\n\t\tgeliştirilmesine katılın\n\t\tveya\n\t\tbizi duyurun!", + "Show First Run Wizard again" : "İlk Çalıştırma Sihirbazı'nı yeniden göster", + "You have used %s of the available %s" : "Kullandığınız: %s. Kullanılabilir alan: %s", + "Password" : "Parola", + "Your password was changed" : "Parolanız değiştirildi", + "Unable to change your password" : "Parolanız değiştirilemiyor", + "Current password" : "Mevcut parola", + "New password" : "Yeni parola", + "Change password" : "Parola değiştir", + "Full Name" : "Tam Adı", + "Email" : "E-posta", + "Your email address" : "E-posta adresiniz", + "Fill in an email address to enable password recovery and receive notifications" : "Parola kurtarmayı ve bildirim almayı açmak için bir e-posta adresi girin", + "Profile picture" : "Profil resmi", + "Upload new" : "Yeni yükle", + "Select new from Files" : "Dosyalardan seç", + "Remove image" : "Resmi kaldır", + "Either png or jpg. Ideally square but you will be able to crop it." : "PNG veya JPG. Genellikle karedir ancak kesebileceksiniz.", + "Your avatar is provided by your original account." : "Görüntü resminiz, özgün hesabınız tarafından sağlanıyor.", + "Cancel" : "İptal", + "Choose as profile image" : "Profil resmi olarak seç", + "Language" : "Dil", + "Help translate" : "Çevirilere yardım edin", + "Common Name" : "Ortak Ad", + "Valid until" : "Geçerlilik", + "Issued By" : "Veren", + "Valid until %s" : "%s tarihine kadar geçerli", + "Import Root Certificate" : "Kök Sertifikalarını İçe Aktar", + "The encryption app is no longer enabled, please decrypt all your files" : "Şifreleme uygulaması artık etkin değil, lütfen tüm dosyalarınızın şifrelemesini kaldırın", + "Log-in password" : "Oturum açma parolası", + "Decrypt all Files" : "Tüm Dosyaların Şifrelemesini Kaldır", + "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." : "Şifreleme anahtarlarınız yedek bir konuma taşındı. Eğer bir şeyler yanlış gittiyse, anahtarlarınızı geri yükleyebilirsiniz. Bu anahtarları, sadece tüm dosyalarınızın şifrelemelerinin düzgün bir şekilde kaldırıldığından eminseniz kalıcı olarak silin.", + "Restore Encryption Keys" : "Şifreleme Anahtarlarını Geri Yükle", + "Delete Encryption Keys" : "Şifreleme Anahtarlarını Sil", + "Show storage location" : "Depolama konumunu göster", + "Show last log in" : "Son oturum açılma zamanını göster", + "Login Name" : "Giriş Adı", + "Create" : "Oluştur", + "Admin Recovery Password" : "Yönetici Kurtarma Parolası", + "Enter the recovery password in order to recover the users files during password change" : "Parola değiştirme sırasında kullanıcı dosyalarını kurtarmak için kurtarma parolasını girin", + "Search Users and Groups" : "Kullanıcı ve Grupları Ara", + "Add Group" : "Grup Ekle", + "Group" : "Grup", + "Everyone" : "Herkes", + "Admins" : "Yöneticiler", + "Default Quota" : "Öntanımlı Kota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Lütfen disk alanı kotasını girin (örnek: \"512MB\" veya \"12GB\")", + "Unlimited" : "Sınırsız", + "Other" : "Diğer", + "Username" : "Kullanıcı Adı", + "Quota" : "Kota", + "Storage Location" : "Depolama Konumu", + "Last Login" : "Son Giriş", + "change full name" : "tam adı değiştir", + "set new password" : "yeni parola belirle", + "Default" : "Öntanımlı" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json new file mode 100644 index 0000000000..bba74d9e11 --- /dev/null +++ b/settings/l10n/tr.json @@ -0,0 +1,235 @@ +{ "translations": { + "Enabled" : "Etkin", + "Not enabled" : "Etkin değil", + "Recommended" : "Önerilen", + "Authentication error" : "Kimlik doğrulama hatası", + "Your full name has been changed." : "Tam adınız değiştirildi.", + "Unable to change full name" : "Tam adınız değiştirilirken hata", + "Group already exists" : "Grup zaten mevcut", + "Unable to add group" : "Grup eklenemiyor", + "Files decrypted successfully" : "Dosyaların şifrelemesi başarıyla kaldırıldı", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Dosyalarınızın şifrelemesi kaldırılamadı, lütfen owncloud.log dosyasına bakın veya yöneticinizle iletişime geçin", + "Couldn't decrypt your files, check your password and try again" : "Dosyalarınızın şifrelemesi kaldırılamadı, parolanızı denetleyip yeniden deneyin", + "Encryption keys deleted permanently" : "Şifreleme anahtarları kalıcı olarak silindi", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Şifreleme anahtarlarınız kalıcı olarak silinemedi, lütfen owncloud.log dosyasını denetleyin veya yöneticinize danışın", + "Couldn't remove app." : "Uygulama kaldırılamadı.", + "Email saved" : "E-posta kaydedildi", + "Invalid email" : "Geçersiz e-posta", + "Unable to delete group" : "Grup silinemiyor", + "Unable to delete user" : "Kullanıcı silinemiyor", + "Backups restored successfully" : "Yedekler başarıyla geri yüklendi", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Şifreleme anahtarlarınız geri yüklenemedi, lütfen owncloud.log dosyasını denetleyin veya yöneticinize danışın", + "Language changed" : "Dil değiştirildi", + "Invalid request" : "Geçersiz istek", + "Admins can't remove themself from the admin group" : "Yöneticiler kendilerini admin grubundan kaldıramaz", + "Unable to add user to group %s" : "Kullanıcı %s grubuna eklenemiyor", + "Unable to remove user from group %s" : "%s grubundan kullanıcı kaldırılamıyor", + "Couldn't update app." : "Uygulama güncellenemedi.", + "Wrong password" : "Hatalı parola", + "No user supplied" : "Kullanıcı girilmedi", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Lütfen yönetici kurtarma parolasını girin, aksi takdirde tüm kullanıcı verisi kaybedilecek", + "Wrong admin recovery password. Please check the password and try again." : "Hatalı yönetici kurtarma parolası. Lütfen parolayı denetleyip yeniden deneyin.", + "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Arka uç parola değişimini desteklemiyor ancak kullanıcı şifreleme anahtarı başarıyla güncellendi.", + "Unable to change password" : "Parola değiştirilemiyor", + "Saved" : "Kaydedildi", + "test email settings" : "e-posta ayarlarını sına", + "If you received this email, the settings seem to be correct." : "Eğer bu e-postayı aldıysanız, ayarlar doğru gibi görünüyor.", + "A problem occurred while sending the email. Please revise your settings." : "E-posta gönderilirken bir sorun oluştu. Lütfen ayarlarınızı gözden geçirin.", + "Email sent" : "E-posta gönderildi", + "You need to set your user email before being able to send test emails." : "Sınama e-postaları göndermeden önce kullanıcı e-postasını ayarlamanız gerekiyor.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" alan adını güvenilir alan adı olarak eklemek istediğinizden emin misiniz?", + "Add trusted domain" : "Güvenilir alan adı ekle", + "Sending..." : "Gönderiliyor...", + "All" : "Tümü", + "Please wait...." : "Lütfen bekleyin....", + "Error while disabling app" : "Uygulama devre dışı bırakılırken hata", + "Disable" : "Devre Dışı Bırak", + "Enable" : "Etkinleştir", + "Error while enabling app" : "Uygulama etkinleştirilirken hata", + "Updating...." : "Güncelleniyor....", + "Error while updating app" : "Uygulama güncellenirken hata", + "Updated" : "Güncellendi", + "Uninstalling ...." : "Kaldırılıyor ....", + "Error while uninstalling app" : "Uygulama kaldırılırken hata", + "Uninstall" : "Kaldır", + "Select a profile picture" : "Bir profil fotoğrafı seçin", + "Very weak password" : "Çok güçsüz parola", + "Weak password" : "Güçsüz parola", + "So-so password" : "Normal parola", + "Good password" : "İyi parola", + "Strong password" : "Güçlü parola", + "Valid until {date}" : "{date} tarihine kadar geçerli", + "Delete" : "Sil", + "Decrypting files... Please wait, this can take some time." : "Dosyaların şifrelemesi kaldırılıyor... Lütfen bekleyin, bu biraz zaman alabilir.", + "Delete encryption keys permanently." : "Şifreleme anahtarlarını kalıcı olarak sil.", + "Restore encryption keys." : "Şifreleme anahtarlarını geri yükle.", + "Groups" : "Gruplar", + "Unable to delete {objName}" : "{objName} silinemiyor", + "Error creating group" : "Grup oluşturulurken hata", + "A valid group name must be provided" : "Geçerli bir grup adı mutlaka sağlanmalı", + "deleted {groupName}" : "{groupName} silindi", + "undo" : "geri al", + "never" : "hiçbir zaman", + "deleted {userName}" : "{userName} silindi", + "add group" : "grup ekle", + "A valid username must be provided" : "Geçerli bir kullanıcı adı mutlaka sağlanmalı", + "Error creating user" : "Kullanıcı oluşturulurken hata", + "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", + "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)", + "Info, warnings, errors and fatal issues" : "Bilgi, uyarılar, hatalar ve ciddi sorunlar", + "Warnings, errors and fatal issues" : "Uyarılar, hatalar ve ciddi sorunlar", + "Errors and fatal issues" : "Hatalar ve ciddi sorunlar", + "Fatal issues only" : "Sadece ciddi sorunlar", + "None" : "Hiçbiri", + "Login" : "Oturum Aç", + "Plain" : "Düz", + "NT LAN Manager" : "NT Ağ Yöneticisi", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Güvenlik Uyarısı", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "%s erişiminiz HTTP aracılığıyla yapılıyor. Sunucunuzu, HTTPS kullanımını zorlamak üzere yapılandırmanızı şiddetle öneririz.", + "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." : "Veri dizininiz ve dosyalarınız muhtemelen İnternet üzerinden erişilebilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak veri dizinine erişimi kapatmanızı veya veri dizinini web sunucu belge kök dizini dışına almanızı şiddetle tavsiye ederiz.", + "Setup Warning" : "Kurulum Uyarısı", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP satırıçi doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu, bazı çekirdek (core) uygulamalarını erişilemez yapacak.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu, muhtemelen Zend OPcache veya eAccelerator gibi bir önbellek/hızlandırıcı nedeniyle gerçekleşir.", + "Database Performance Info" : "Veritabanı Başarım Bilgisi", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "Veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için bunu değiştirmenizi öneririz. Farklı bir veritabanına geçiş yapmak için komut satırı aracını kullanın: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Modül 'fileinfo' kayıp", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modülü 'fileinfo' kayıp. MIME türü tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleştirmenizi öneririz.", + "Your PHP version is outdated" : "PHP sürümünüz eski", + "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." : "PHP sürümünüz eski. Eski sürümlerde sorun olduğundan 5.3.8 veya daha yeni bir sürüme güncellemenizi şiddetle tavsiye ederiz. Bu kurulumun da doğru çalışmaması da olasıdır.", + "PHP charset is not set to UTF-8" : "PHP karakter kümesi UTF-8 olarak ayarlı değil", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP karakter kümesi UTF-8 olarak ayarlı değil. Bu, dosya isimlerindeki ASCII olmayan karakterler için büyük sorunlara yol açabilir. php.ini içerisindeki 'default_charset' ayarını 'UTF-8' olarak ayarlamanızı şiddetle tavsiye ediyoruz.", + "Locale not working" : "Yerel çalışmıyor", + "System locale can not be set to a one which supports UTF-8." : "Sistem yereli, UTF-8 destekleyenlerden biri olarak ayarlanamadı.", + "This means that there might be problems with certain characters in file names." : "Bu, dosya adlarında belirli karakterlerde problem olabileceği anlamına gelir.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanızı şiddetle tavsiye ederiz: %s.", + "URL generation in notification emails" : "Bildirim e-postalarında URL oluşturulması", + "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\")" : "Eğer kurulumunuz alan adının köküne yapılmamışsa ve sistem cron'u kullanıyorsa, URL oluşturma ile ilgili sorunlar olabilir. Bu sorunların önüne geçmek için, kurulumunuzun web kök yolundaki config.php dosyasında \"overwritewebroot\" seçeneğini ayarlayın (Önerilen: \"%s\")", + "Connectivity checks" : "Bağlanabilirlik kontrolleri", + "No problems found" : "Sorun bulunamadı", + "Please double check the installation guides." : "Lütfen kurulum rehberlerini iki kez kontrol edin.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Son cron %s zamanında çalıştırıldı.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Son cron %s zamanında çalıştırıldı. Bu bir saatten daha uzun bir süre, bir şeyler yanlış gibi görünüyor.", + "Cron was not executed yet!" : "Cron henüz çalıştırılmadı!", + "Execute one task with each page loaded" : "Yüklenen her sayfa ile bir görev çalıştır", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedilir.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Cron.php dosyasını her 15 dakikada bir çağırmak için sistem cron hizmetini kullan.", + "Sharing" : "Paylaşım", + "Allow apps to use the Share API" : "Uygulamaların paylaşım API'sini kullanmasına izin ver", + "Allow users to share via link" : "Kullanıcıların bağlantı ile paylaşmasına izin ver", + "Enforce password protection" : "Parola korumasını zorla", + "Allow public uploads" : "Herkes tarafından yüklemeye izin ver", + "Set default expiration date" : "Öntanımlı son kullanma tarihini ayarla", + "Expire after " : "Süre", + "days" : "gün sonra dolsun", + "Enforce expiration date" : "Son kullanma tarihini zorla", + "Allow resharing" : "Yeniden paylaşıma izin ver", + "Restrict users to only share with users in their groups" : "Kullanıcıların sadece kendi gruplarındaki kullanıcılarla paylaşmasına sınırla", + "Allow users to send mail notification for shared files" : "Paylaşılmış dosyalar için kullanıcıların posta bildirimi göndermesine izin ver", + "Exclude groups from sharing" : "Grupları paylaşma eyleminden hariç tut", + "These groups will still be able to receive shares, but not to initiate them." : "Bu gruplar hala paylaşımları alabilecek, ancak başlatamayacaktır.", + "Security" : "Güvenlik", + "Enforce HTTPS" : "HTTPS bağlantısına zorla", + "Forces the clients to connect to %s via an encrypted connection." : "İstemcileri %s'a şifreli bir bağlantı ile bağlanmaya zorlar.", + "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen %s'a HTTPS ile bağlanın.", + "Email Server" : "E-Posta Sunucusu", + "This is used for sending out notifications." : "Bu, bildirimler gönderilirken kullanılır.", + "Send mode" : "Gönderme kipi", + "From address" : "Kimden adresi", + "mail" : "posta", + "Authentication method" : "Kimlik doğrulama yöntemi", + "Authentication required" : "Kimlik doğrulama gerekli", + "Server address" : "Sunucu adresi", + "Port" : "Port", + "Credentials" : "Kimlik Bilgileri", + "SMTP Username" : "SMTP Kullanıcı Adı", + "SMTP Password" : "SMTP Parolası", + "Store credentials" : "Kimlik bilgilerini depola", + "Test email settings" : "E-posta ayarlarını sına", + "Send email" : "E-posta gönder", + "Log" : "Günlük", + "Log level" : "Günlük seviyesi", + "More" : "Daha fazla", + "Less" : "Daha az", + "Version" : "Sürüm", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "ownCloud topluluğu tarafından geliştirilmiş olup, kaynak kodu, AGPL altında lisanslanmıştır.", + "More apps" : "Daha fazla Uygulama", + "Add your app" : "Uygulamanızı ekleyin", + "by" : "oluşturan", + "licensed" : "lisanslı", + "Documentation:" : "Belgelendirme:", + "User Documentation" : "Kullanıcı Belgelendirmesi", + "Admin Documentation" : "Yönetici Belgelendirmesi", + "Update to %s" : "%s sürümüne güncelle", + "Enable only for specific groups" : "Sadece belirli gruplar için etkinleştir", + "Uninstall App" : "Uygulamayı Kaldır", + "Administrator Documentation" : "Yönetici Belgelendirmesi", + "Online Documentation" : "Çevrimiçi Belgelendirme", + "Forum" : "Forum", + "Bugtracker" : "Hata Takip Sistemi", + "Commercial Support" : "Ticari Destek", + "Get the apps to sync your files" : "Dosyalarınızı eşitlemek için uygulamaları indirin", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Projeyi desteklemek istiyorsanız\n\t\tgeliştirilmesine katılın\n\t\tveya\n\t\tbizi duyurun!", + "Show First Run Wizard again" : "İlk Çalıştırma Sihirbazı'nı yeniden göster", + "You have used %s of the available %s" : "Kullandığınız: %s. Kullanılabilir alan: %s", + "Password" : "Parola", + "Your password was changed" : "Parolanız değiştirildi", + "Unable to change your password" : "Parolanız değiştirilemiyor", + "Current password" : "Mevcut parola", + "New password" : "Yeni parola", + "Change password" : "Parola değiştir", + "Full Name" : "Tam Adı", + "Email" : "E-posta", + "Your email address" : "E-posta adresiniz", + "Fill in an email address to enable password recovery and receive notifications" : "Parola kurtarmayı ve bildirim almayı açmak için bir e-posta adresi girin", + "Profile picture" : "Profil resmi", + "Upload new" : "Yeni yükle", + "Select new from Files" : "Dosyalardan seç", + "Remove image" : "Resmi kaldır", + "Either png or jpg. Ideally square but you will be able to crop it." : "PNG veya JPG. Genellikle karedir ancak kesebileceksiniz.", + "Your avatar is provided by your original account." : "Görüntü resminiz, özgün hesabınız tarafından sağlanıyor.", + "Cancel" : "İptal", + "Choose as profile image" : "Profil resmi olarak seç", + "Language" : "Dil", + "Help translate" : "Çevirilere yardım edin", + "Common Name" : "Ortak Ad", + "Valid until" : "Geçerlilik", + "Issued By" : "Veren", + "Valid until %s" : "%s tarihine kadar geçerli", + "Import Root Certificate" : "Kök Sertifikalarını İçe Aktar", + "The encryption app is no longer enabled, please decrypt all your files" : "Şifreleme uygulaması artık etkin değil, lütfen tüm dosyalarınızın şifrelemesini kaldırın", + "Log-in password" : "Oturum açma parolası", + "Decrypt all Files" : "Tüm Dosyaların Şifrelemesini Kaldır", + "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." : "Şifreleme anahtarlarınız yedek bir konuma taşındı. Eğer bir şeyler yanlış gittiyse, anahtarlarınızı geri yükleyebilirsiniz. Bu anahtarları, sadece tüm dosyalarınızın şifrelemelerinin düzgün bir şekilde kaldırıldığından eminseniz kalıcı olarak silin.", + "Restore Encryption Keys" : "Şifreleme Anahtarlarını Geri Yükle", + "Delete Encryption Keys" : "Şifreleme Anahtarlarını Sil", + "Show storage location" : "Depolama konumunu göster", + "Show last log in" : "Son oturum açılma zamanını göster", + "Login Name" : "Giriş Adı", + "Create" : "Oluştur", + "Admin Recovery Password" : "Yönetici Kurtarma Parolası", + "Enter the recovery password in order to recover the users files during password change" : "Parola değiştirme sırasında kullanıcı dosyalarını kurtarmak için kurtarma parolasını girin", + "Search Users and Groups" : "Kullanıcı ve Grupları Ara", + "Add Group" : "Grup Ekle", + "Group" : "Grup", + "Everyone" : "Herkes", + "Admins" : "Yöneticiler", + "Default Quota" : "Öntanımlı Kota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Lütfen disk alanı kotasını girin (örnek: \"512MB\" veya \"12GB\")", + "Unlimited" : "Sınırsız", + "Other" : "Diğer", + "Username" : "Kullanıcı Adı", + "Quota" : "Kota", + "Storage Location" : "Depolama Konumu", + "Last Login" : "Son Giriş", + "change full name" : "tam adı değiştir", + "set new password" : "yeni parola belirle", + "Default" : "Öntanımlı" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php deleted file mode 100644 index 23a0f1dcdd..0000000000 --- a/settings/l10n/tr.php +++ /dev/null @@ -1,239 +0,0 @@ - "Etkin", -"Not enabled" => "Etkin değil", -"Recommended" => "Önerilen", -"Authentication error" => "Kimlik doğrulama hatası", -"Your full name has been changed." => "Tam adınız değiştirildi.", -"Unable to change full name" => "Tam adınız değiştirilirken hata", -"Group already exists" => "Grup zaten mevcut", -"Unable to add group" => "Grup eklenemiyor", -"Files decrypted successfully" => "Dosyaların şifrelemesi başarıyla kaldırıldı", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Dosyalarınızın şifrelemesi kaldırılamadı, lütfen owncloud.log dosyasına bakın veya yöneticinizle iletişime geçin", -"Couldn't decrypt your files, check your password and try again" => "Dosyalarınızın şifrelemesi kaldırılamadı, parolanızı denetleyip yeniden deneyin", -"Encryption keys deleted permanently" => "Şifreleme anahtarları kalıcı olarak silindi", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Şifreleme anahtarlarınız kalıcı olarak silinemedi, lütfen owncloud.log dosyasını denetleyin veya yöneticinize danışın", -"Couldn't remove app." => "Uygulama kaldırılamadı.", -"Email saved" => "E-posta kaydedildi", -"Invalid email" => "Geçersiz e-posta", -"Unable to delete group" => "Grup silinemiyor", -"Unable to delete user" => "Kullanıcı silinemiyor", -"Backups restored successfully" => "Yedekler başarıyla geri yüklendi", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Şifreleme anahtarlarınız geri yüklenemedi, lütfen owncloud.log dosyasını denetleyin veya yöneticinize danışın", -"Language changed" => "Dil değiştirildi", -"Invalid request" => "Geçersiz istek", -"Admins can't remove themself from the admin group" => "Yöneticiler kendilerini admin grubundan kaldıramaz", -"Unable to add user to group %s" => "Kullanıcı %s grubuna eklenemiyor", -"Unable to remove user from group %s" => "%s grubundan kullanıcı kaldırılamıyor", -"Couldn't update app." => "Uygulama güncellenemedi.", -"Wrong password" => "Hatalı parola", -"No user supplied" => "Kullanıcı girilmedi", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Lütfen yönetici kurtarma parolasını girin, aksi takdirde tüm kullanıcı verisi kaybedilecek", -"Wrong admin recovery password. Please check the password and try again." => "Hatalı yönetici kurtarma parolası. Lütfen parolayı denetleyip yeniden deneyin.", -"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Arka uç parola değişimini desteklemiyor ancak kullanıcı şifreleme anahtarı başarıyla güncellendi.", -"Unable to change password" => "Parola değiştirilemiyor", -"Saved" => "Kaydedildi", -"test email settings" => "e-posta ayarlarını sına", -"If you received this email, the settings seem to be correct." => "Eğer bu e-postayı aldıysanız, ayarlar doğru gibi görünüyor.", -"A problem occurred while sending the email. Please revise your settings." => "E-posta gönderilirken bir sorun oluştu. Lütfen ayarlarınızı gözden geçirin.", -"Email sent" => "E-posta gönderildi", -"You need to set your user email before being able to send test emails." => "Sınama e-postaları göndermeden önce kullanıcı e-postasını ayarlamanız gerekiyor.", -"Are you really sure you want add \"{domain}\" as trusted domain?" => "\"{domain}\" alan adını güvenilir alan adı olarak eklemek istediğinizden emin misiniz?", -"Add trusted domain" => "Güvenilir alan adı ekle", -"Sending..." => "Gönderiliyor...", -"All" => "Tümü", -"Please wait...." => "Lütfen bekleyin....", -"Error while disabling app" => "Uygulama devre dışı bırakılırken hata", -"Disable" => "Devre Dışı Bırak", -"Enable" => "Etkinleştir", -"Error while enabling app" => "Uygulama etkinleştirilirken hata", -"Updating...." => "Güncelleniyor....", -"Error while updating app" => "Uygulama güncellenirken hata", -"Updated" => "Güncellendi", -"Uninstalling ...." => "Kaldırılıyor ....", -"Error while uninstalling app" => "Uygulama kaldırılırken hata", -"Uninstall" => "Kaldır", -"Select a profile picture" => "Bir profil fotoğrafı seçin", -"Very weak password" => "Çok güçsüz parola", -"Weak password" => "Güçsüz parola", -"So-so password" => "Normal parola", -"Good password" => "İyi parola", -"Strong password" => "Güçlü parola", -"Valid until {date}" => "{date} tarihine kadar geçerli", -"Delete" => "Sil", -"Decrypting files... Please wait, this can take some time." => "Dosyaların şifrelemesi kaldırılıyor... Lütfen bekleyin, bu biraz zaman alabilir.", -"Delete encryption keys permanently." => "Şifreleme anahtarlarını kalıcı olarak sil.", -"Restore encryption keys." => "Şifreleme anahtarlarını geri yükle.", -"Groups" => "Gruplar", -"Unable to delete {objName}" => "{objName} silinemiyor", -"Error creating group" => "Grup oluşturulurken hata", -"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", -"A valid username must be provided" => "Geçerli bir kullanıcı adı mutlaka sağlanmalı", -"Error creating user" => "Kullanıcı oluşturulurken hata", -"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)", -"Info, warnings, errors and fatal issues" => "Bilgi, uyarılar, hatalar ve ciddi sorunlar", -"Warnings, errors and fatal issues" => "Uyarılar, hatalar ve ciddi sorunlar", -"Errors and fatal issues" => "Hatalar ve ciddi sorunlar", -"Fatal issues only" => "Sadece ciddi sorunlar", -"None" => "Hiçbiri", -"Login" => "Oturum Aç", -"Plain" => "Düz", -"NT LAN Manager" => "NT Ağ Yöneticisi", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Güvenlik Uyarısı", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "%s erişiminiz HTTP aracılığıyla yapılıyor. Sunucunuzu, HTTPS kullanımını zorlamak üzere yapılandırmanızı şiddetle öneririz.", -"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." => "Veri dizininiz ve dosyalarınız muhtemelen İnternet üzerinden erişilebilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak veri dizinine erişimi kapatmanızı veya veri dizinini web sunucu belge kök dizini dışına almanızı şiddetle tavsiye ederiz.", -"Setup Warning" => "Kurulum Uyarısı", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP satırıçi doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu, bazı çekirdek (core) uygulamalarını erişilemez yapacak.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Bu, muhtemelen Zend OPcache veya eAccelerator gibi bir önbellek/hızlandırıcı nedeniyle gerçekleşir.", -"Database Performance Info" => "Veritabanı Başarım Bilgisi", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için bunu değiştirmenizi öneririz. Farklı bir veritabanına geçiş yapmak için komut satırı aracını kullanın: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Modül 'fileinfo' kayıp", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP modülü 'fileinfo' kayıp. MIME türü tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleştirmenizi öneririz.", -"Your PHP version is outdated" => "PHP sürümünüz eski", -"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." => "PHP sürümünüz eski. Eski sürümlerde sorun olduğundan 5.3.8 veya daha yeni bir sürüme güncellemenizi şiddetle tavsiye ederiz. Bu kurulumun da doğru çalışmaması da olasıdır.", -"PHP charset is not set to UTF-8" => "PHP karakter kümesi UTF-8 olarak ayarlı değil", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP karakter kümesi UTF-8 olarak ayarlı değil. Bu, dosya isimlerindeki ASCII olmayan karakterler için büyük sorunlara yol açabilir. php.ini içerisindeki 'default_charset' ayarını 'UTF-8' olarak ayarlamanızı şiddetle tavsiye ediyoruz.", -"Locale not working" => "Yerel çalışmıyor", -"System locale can not be set to a one which supports UTF-8." => "Sistem yereli, UTF-8 destekleyenlerden biri olarak ayarlanamadı.", -"This means that there might be problems with certain characters in file names." => "Bu, dosya adlarında belirli karakterlerde problem olabileceği anlamına gelir.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanızı şiddetle tavsiye ederiz: %s.", -"URL generation in notification emails" => "Bildirim e-postalarında URL oluşturulması", -"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\")" => "Eğer kurulumunuz alan adının köküne yapılmamışsa ve sistem cron'u kullanıyorsa, URL oluşturma ile ilgili sorunlar olabilir. Bu sorunların önüne geçmek için, kurulumunuzun web kök yolundaki config.php dosyasında \"overwritewebroot\" seçeneğini ayarlayın (Önerilen: \"%s\")", -"Connectivity checks" => "Bağlanabilirlik kontrolleri", -"No problems found" => "Sorun bulunamadı", -"Please double check the installation guides." => "Lütfen kurulum rehberlerini iki kez kontrol edin.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Son cron %s zamanında çalıştırıldı.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Son cron %s zamanında çalıştırıldı. Bu bir saatten daha uzun bir süre, bir şeyler yanlış gibi görünüyor.", -"Cron was not executed yet!" => "Cron henüz çalıştırılmadı!", -"Execute one task with each page loaded" => "Yüklenen her sayfa ile bir görev çalıştır", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedilir.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Cron.php dosyasını her 15 dakikada bir çağırmak için sistem cron hizmetini kullan.", -"Sharing" => "Paylaşım", -"Allow apps to use the Share API" => "Uygulamaların paylaşım API'sini kullanmasına izin ver", -"Allow users to share via link" => "Kullanıcıların bağlantı ile paylaşmasına izin ver", -"Enforce password protection" => "Parola korumasını zorla", -"Allow public uploads" => "Herkes tarafından yüklemeye izin ver", -"Set default expiration date" => "Öntanımlı son kullanma tarihini ayarla", -"Expire after " => "Süre", -"days" => "gün sonra dolsun", -"Enforce expiration date" => "Son kullanma tarihini zorla", -"Allow resharing" => "Yeniden paylaşıma izin ver", -"Restrict users to only share with users in their groups" => "Kullanıcıların sadece kendi gruplarındaki kullanıcılarla paylaşmasına sınırla", -"Allow users to send mail notification for shared files" => "Paylaşılmış dosyalar için kullanıcıların posta bildirimi göndermesine izin ver", -"Exclude groups from sharing" => "Grupları paylaşma eyleminden hariç tut", -"These groups will still be able to receive shares, but not to initiate them." => "Bu gruplar hala paylaşımları alabilecek, ancak başlatamayacaktır.", -"Security" => "Güvenlik", -"Enforce HTTPS" => "HTTPS bağlantısına zorla", -"Forces the clients to connect to %s via an encrypted connection." => "İstemcileri %s'a şifreli bir bağlantı ile bağlanmaya zorlar.", -"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen %s'a HTTPS ile bağlanın.", -"Email Server" => "E-Posta Sunucusu", -"This is used for sending out notifications." => "Bu, bildirimler gönderilirken kullanılır.", -"Send mode" => "Gönderme kipi", -"From address" => "Kimden adresi", -"mail" => "posta", -"Authentication method" => "Kimlik doğrulama yöntemi", -"Authentication required" => "Kimlik doğrulama gerekli", -"Server address" => "Sunucu adresi", -"Port" => "Port", -"Credentials" => "Kimlik Bilgileri", -"SMTP Username" => "SMTP Kullanıcı Adı", -"SMTP Password" => "SMTP Parolası", -"Store credentials" => "Kimlik bilgilerini depola", -"Test email settings" => "E-posta ayarlarını sına", -"Send email" => "E-posta gönder", -"Log" => "Günlük", -"Log level" => "Günlük seviyesi", -"More" => "Daha fazla", -"Less" => "Daha az", -"Version" => "Sürüm", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "ownCloud topluluğu tarafından geliştirilmiş olup, kaynak kodu, AGPL altında lisanslanmıştır.", -"More apps" => "Daha fazla Uygulama", -"Add your app" => "Uygulamanızı ekleyin", -"by" => "oluşturan", -"licensed" => "lisanslı", -"Documentation:" => "Belgelendirme:", -"User Documentation" => "Kullanıcı Belgelendirmesi", -"Admin Documentation" => "Yönetici Belgelendirmesi", -"Update to %s" => "%s sürümüne güncelle", -"Enable only for specific groups" => "Sadece belirli gruplar için etkinleştir", -"Uninstall App" => "Uygulamayı Kaldır", -"Administrator Documentation" => "Yönetici Belgelendirmesi", -"Online Documentation" => "Çevrimiçi Belgelendirme", -"Forum" => "Forum", -"Bugtracker" => "Hata Takip Sistemi", -"Commercial Support" => "Ticari Destek", -"Get the apps to sync your files" => "Dosyalarınızı eşitlemek için uygulamaları indirin", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Projeyi desteklemek istiyorsanız\n\t\tgeliştirilmesine katılın\n\t\tveya\n\t\tbizi duyurun!", -"Show First Run Wizard again" => "İlk Çalıştırma Sihirbazı'nı yeniden göster", -"You have used %s of the available %s" => "Kullandığınız: %s. Kullanılabilir alan: %s", -"Password" => "Parola", -"Your password was changed" => "Parolanız değiştirildi", -"Unable to change your password" => "Parolanız değiştirilemiyor", -"Current password" => "Mevcut parola", -"New password" => "Yeni parola", -"Change password" => "Parola değiştir", -"Full Name" => "Tam Adı", -"Email" => "E-posta", -"Your email address" => "E-posta adresiniz", -"Fill in an email address to enable password recovery and receive notifications" => "Parola kurtarmayı ve bildirim almayı açmak için bir e-posta adresi girin", -"Profile picture" => "Profil resmi", -"Upload new" => "Yeni yükle", -"Select new from Files" => "Dosyalardan seç", -"Remove image" => "Resmi kaldır", -"Either png or jpg. Ideally square but you will be able to crop it." => "PNG veya JPG. Genellikle karedir ancak kesebileceksiniz.", -"Your avatar is provided by your original account." => "Görüntü resminiz, özgün hesabınız tarafından sağlanıyor.", -"Cancel" => "İptal", -"Choose as profile image" => "Profil resmi olarak seç", -"Language" => "Dil", -"Help translate" => "Çevirilere yardım edin", -"Common Name" => "Ortak Ad", -"Valid until" => "Geçerlilik", -"Issued By" => "Veren", -"Valid until %s" => "%s tarihine kadar geçerli", -"Import Root Certificate" => "Kök Sertifikalarını İçe Aktar", -"The encryption app is no longer enabled, please decrypt all your files" => "Şifreleme uygulaması artık etkin değil, lütfen tüm dosyalarınızın şifrelemesini kaldırın", -"Log-in password" => "Oturum açma parolası", -"Decrypt all Files" => "Tüm Dosyaların Şifrelemesini Kaldır", -"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." => "Şifreleme anahtarlarınız yedek bir konuma taşındı. Eğer bir şeyler yanlış gittiyse, anahtarlarınızı geri yükleyebilirsiniz. Bu anahtarları, sadece tüm dosyalarınızın şifrelemelerinin düzgün bir şekilde kaldırıldığından eminseniz kalıcı olarak silin.", -"Restore Encryption Keys" => "Şifreleme Anahtarlarını Geri Yükle", -"Delete Encryption Keys" => "Şifreleme Anahtarlarını Sil", -"Show storage location" => "Depolama konumunu göster", -"Show last log in" => "Son oturum açılma zamanını göster", -"Login Name" => "Giriş Adı", -"Create" => "Oluştur", -"Admin Recovery Password" => "Yönetici Kurtarma Parolası", -"Enter the recovery password in order to recover the users files during password change" => "Parola değiştirme sırasında kullanıcı dosyalarını kurtarmak için kurtarma parolasını girin", -"Search Users and Groups" => "Kullanıcı ve Grupları Ara", -"Add Group" => "Grup Ekle", -"Group" => "Grup", -"Everyone" => "Herkes", -"Admins" => "Yöneticiler", -"Default Quota" => "Öntanımlı Kota", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Lütfen disk alanı kotasını girin (örnek: \"512MB\" veya \"12GB\")", -"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ş", -"change full name" => "tam adı değiştir", -"set new password" => "yeni parola belirle", -"Default" => "Öntanımlı" -); -$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/settings/l10n/ug.js b/settings/l10n/ug.js new file mode 100644 index 0000000000..76ee878fee --- /dev/null +++ b/settings/l10n/ug.js @@ -0,0 +1,72 @@ +OC.L10N.register( + "settings", + { + "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", + "Group already exists" : "گۇرۇپپا مەۋجۇت", + "Unable to add group" : "گۇرۇپپا قوشقىلى بولمايدۇ", + "Email saved" : "تورخەت ساقلاندى", + "Invalid email" : "ئىناۋەتسىز تورخەت", + "Unable to delete group" : "گۇرۇپپىنى ئۆچۈرەلمىدى", + "Unable to delete user" : "ئىشلەتكۈچىنى ئۆچۈرەلمىدى", + "Language changed" : "تىل ئۆزگەردى", + "Invalid request" : "ئىناۋەتسىز ئىلتىماس", + "Admins can't remove themself from the admin group" : "باشقۇرغۇچى ئۆزىنى باشقۇرۇش گۇرۇپپىسىدىن چىقىرىۋېتەلمەيدۇ", + "Unable to add user to group %s" : "ئىشلەتكۈچىنى %s گۇرۇپپىغا قوشالمايدۇ", + "Unable to remove user from group %s" : "ئىشلەتكۈچىنى %s گۇرۇپپىدىن چىقىرىۋېتەلمەيدۇ", + "Couldn't update app." : "ئەپنى يېڭىلىيالمايدۇ.", + "All" : "ھەممىسى", + "Please wait...." : "سەل كۈتۈڭ…", + "Disable" : "چەكلە", + "Enable" : "قوزغات", + "Updating...." : "يېڭىلاۋاتىدۇ…", + "Error while updating app" : "ئەپنى يېڭىلاۋاتقاندا خاتالىق كۆرۈلدى", + "Updated" : "يېڭىلاندى", + "Delete" : "ئۆچۈر", + "Groups" : "گۇرۇپپا", + "undo" : "يېنىۋال", + "never" : "ھەرگىز", + "add group" : "گۇرۇپپا قوش", + "A valid username must be provided" : "چوقۇم ئىناۋەتلىك ئىشلەتكۈچى ئىسمىدىن بىرنى تەمىنلەش كېرەك", + "Error creating user" : "ئىشلەتكۈچى قۇرۇۋاتقاندا خاتالىق كۆرۈلدى", + "A valid password must be provided" : "چوقۇم ئىناۋەتلىك ئىم تەمىنلەش كېرەك", + "__language_name__" : "ئۇيغۇرچە", + "Encryption" : "شىفىرلاش", + "None" : "يوق", + "Login" : "تىزىمغا كىرىڭ", + "Security Warning" : "بىخەتەرلىك ئاگاھلاندۇرۇش", + "Setup Warning" : "ئاگاھلاندۇرۇش تەڭشەك", + "Module 'fileinfo' missing" : "بۆلەك «ھۆججەت ئۇچۇرى» يوقالغان", + "Sharing" : "ھەمبەھىر", + "Security" : "بىخەتەرلىك", + "Server address" : "مۇلازىمېتىر ئادرىسى", + "Port" : "ئېغىز", + "Log" : "خاتىرە", + "Log level" : "خاتىرە دەرىجىسى", + "More" : "تېخىمۇ كۆپ", + "Less" : "ئاز", + "Version" : "نەشرى", + "by" : "سەنئەتكار", + "User Documentation" : "ئىشلەتكۈچى قوللانمىسى", + "Administrator Documentation" : "باشقۇرغۇچى قوللانمىسى", + "Online Documentation" : "توردىكى قوللانما", + "Forum" : "مۇنبەر", + "Password" : "ئىم", + "Your password was changed" : "ئىمىڭىز مۇۋەپپەقىيەتلىك ئۆزگەرتىلدى", + "Unable to change your password" : "ئىمنى ئۆزگەرتكىلى بولمايدۇ.", + "Current password" : "نۆۋەتتىكى ئىم", + "New password" : "يېڭى ئىم", + "Change password" : "ئىم ئۆزگەرت", + "Email" : "تورخەت", + "Your email address" : "تورخەت ئادرېسىڭىز", + "Cancel" : "ۋاز كەچ", + "Language" : "تىل", + "Help translate" : "تەرجىمىگە ياردەم", + "Login Name" : "تىزىمغا كىرىش ئاتى", + "Create" : "قۇر", + "Unlimited" : "چەكسىز", + "Other" : "باشقا", + "Username" : "ئىشلەتكۈچى ئاتى", + "set new password" : "يېڭى ئىم تەڭشە", + "Default" : "كۆڭۈلدىكى" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/ug.json b/settings/l10n/ug.json new file mode 100644 index 0000000000..babcddc048 --- /dev/null +++ b/settings/l10n/ug.json @@ -0,0 +1,70 @@ +{ "translations": { + "Authentication error" : "سالاھىيەت دەلىللەش خاتالىقى", + "Group already exists" : "گۇرۇپپا مەۋجۇت", + "Unable to add group" : "گۇرۇپپا قوشقىلى بولمايدۇ", + "Email saved" : "تورخەت ساقلاندى", + "Invalid email" : "ئىناۋەتسىز تورخەت", + "Unable to delete group" : "گۇرۇپپىنى ئۆچۈرەلمىدى", + "Unable to delete user" : "ئىشلەتكۈچىنى ئۆچۈرەلمىدى", + "Language changed" : "تىل ئۆزگەردى", + "Invalid request" : "ئىناۋەتسىز ئىلتىماس", + "Admins can't remove themself from the admin group" : "باشقۇرغۇچى ئۆزىنى باشقۇرۇش گۇرۇپپىسىدىن چىقىرىۋېتەلمەيدۇ", + "Unable to add user to group %s" : "ئىشلەتكۈچىنى %s گۇرۇپپىغا قوشالمايدۇ", + "Unable to remove user from group %s" : "ئىشلەتكۈچىنى %s گۇرۇپپىدىن چىقىرىۋېتەلمەيدۇ", + "Couldn't update app." : "ئەپنى يېڭىلىيالمايدۇ.", + "All" : "ھەممىسى", + "Please wait...." : "سەل كۈتۈڭ…", + "Disable" : "چەكلە", + "Enable" : "قوزغات", + "Updating...." : "يېڭىلاۋاتىدۇ…", + "Error while updating app" : "ئەپنى يېڭىلاۋاتقاندا خاتالىق كۆرۈلدى", + "Updated" : "يېڭىلاندى", + "Delete" : "ئۆچۈر", + "Groups" : "گۇرۇپپا", + "undo" : "يېنىۋال", + "never" : "ھەرگىز", + "add group" : "گۇرۇپپا قوش", + "A valid username must be provided" : "چوقۇم ئىناۋەتلىك ئىشلەتكۈچى ئىسمىدىن بىرنى تەمىنلەش كېرەك", + "Error creating user" : "ئىشلەتكۈچى قۇرۇۋاتقاندا خاتالىق كۆرۈلدى", + "A valid password must be provided" : "چوقۇم ئىناۋەتلىك ئىم تەمىنلەش كېرەك", + "__language_name__" : "ئۇيغۇرچە", + "Encryption" : "شىفىرلاش", + "None" : "يوق", + "Login" : "تىزىمغا كىرىڭ", + "Security Warning" : "بىخەتەرلىك ئاگاھلاندۇرۇش", + "Setup Warning" : "ئاگاھلاندۇرۇش تەڭشەك", + "Module 'fileinfo' missing" : "بۆلەك «ھۆججەت ئۇچۇرى» يوقالغان", + "Sharing" : "ھەمبەھىر", + "Security" : "بىخەتەرلىك", + "Server address" : "مۇلازىمېتىر ئادرىسى", + "Port" : "ئېغىز", + "Log" : "خاتىرە", + "Log level" : "خاتىرە دەرىجىسى", + "More" : "تېخىمۇ كۆپ", + "Less" : "ئاز", + "Version" : "نەشرى", + "by" : "سەنئەتكار", + "User Documentation" : "ئىشلەتكۈچى قوللانمىسى", + "Administrator Documentation" : "باشقۇرغۇچى قوللانمىسى", + "Online Documentation" : "توردىكى قوللانما", + "Forum" : "مۇنبەر", + "Password" : "ئىم", + "Your password was changed" : "ئىمىڭىز مۇۋەپپەقىيەتلىك ئۆزگەرتىلدى", + "Unable to change your password" : "ئىمنى ئۆزگەرتكىلى بولمايدۇ.", + "Current password" : "نۆۋەتتىكى ئىم", + "New password" : "يېڭى ئىم", + "Change password" : "ئىم ئۆزگەرت", + "Email" : "تورخەت", + "Your email address" : "تورخەت ئادرېسىڭىز", + "Cancel" : "ۋاز كەچ", + "Language" : "تىل", + "Help translate" : "تەرجىمىگە ياردەم", + "Login Name" : "تىزىمغا كىرىش ئاتى", + "Create" : "قۇر", + "Unlimited" : "چەكسىز", + "Other" : "باشقا", + "Username" : "ئىشلەتكۈچى ئاتى", + "set new password" : "يېڭى ئىم تەڭشە", + "Default" : "كۆڭۈلدىكى" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/ug.php b/settings/l10n/ug.php deleted file mode 100644 index 0bd29895d9..0000000000 --- a/settings/l10n/ug.php +++ /dev/null @@ -1,71 +0,0 @@ - "سالاھىيەت دەلىللەش خاتالىقى", -"Group already exists" => "گۇرۇپپا مەۋجۇت", -"Unable to add group" => "گۇرۇپپا قوشقىلى بولمايدۇ", -"Email saved" => "تورخەت ساقلاندى", -"Invalid email" => "ئىناۋەتسىز تورخەت", -"Unable to delete group" => "گۇرۇپپىنى ئۆچۈرەلمىدى", -"Unable to delete user" => "ئىشلەتكۈچىنى ئۆچۈرەلمىدى", -"Language changed" => "تىل ئۆزگەردى", -"Invalid request" => "ئىناۋەتسىز ئىلتىماس", -"Admins can't remove themself from the admin group" => "باشقۇرغۇچى ئۆزىنى باشقۇرۇش گۇرۇپپىسىدىن چىقىرىۋېتەلمەيدۇ", -"Unable to add user to group %s" => "ئىشلەتكۈچىنى %s گۇرۇپپىغا قوشالمايدۇ", -"Unable to remove user from group %s" => "ئىشلەتكۈچىنى %s گۇرۇپپىدىن چىقىرىۋېتەلمەيدۇ", -"Couldn't update app." => "ئەپنى يېڭىلىيالمايدۇ.", -"All" => "ھەممىسى", -"Please wait...." => "سەل كۈتۈڭ…", -"Disable" => "چەكلە", -"Enable" => "قوزغات", -"Updating...." => "يېڭىلاۋاتىدۇ…", -"Error while updating app" => "ئەپنى يېڭىلاۋاتقاندا خاتالىق كۆرۈلدى", -"Updated" => "يېڭىلاندى", -"Delete" => "ئۆچۈر", -"Groups" => "گۇرۇپپا", -"undo" => "يېنىۋال", -"never" => "ھەرگىز", -"add group" => "گۇرۇپپا قوش", -"A valid username must be provided" => "چوقۇم ئىناۋەتلىك ئىشلەتكۈچى ئىسمىدىن بىرنى تەمىنلەش كېرەك", -"Error creating user" => "ئىشلەتكۈچى قۇرۇۋاتقاندا خاتالىق كۆرۈلدى", -"A valid password must be provided" => "چوقۇم ئىناۋەتلىك ئىم تەمىنلەش كېرەك", -"__language_name__" => "ئۇيغۇرچە", -"Encryption" => "شىفىرلاش", -"None" => "يوق", -"Login" => "تىزىمغا كىرىڭ", -"Security Warning" => "بىخەتەرلىك ئاگاھلاندۇرۇش", -"Setup Warning" => "ئاگاھلاندۇرۇش تەڭشەك", -"Module 'fileinfo' missing" => "بۆلەك «ھۆججەت ئۇچۇرى» يوقالغان", -"Sharing" => "ھەمبەھىر", -"Security" => "بىخەتەرلىك", -"Server address" => "مۇلازىمېتىر ئادرىسى", -"Port" => "ئېغىز", -"Log" => "خاتىرە", -"Log level" => "خاتىرە دەرىجىسى", -"More" => "تېخىمۇ كۆپ", -"Less" => "ئاز", -"Version" => "نەشرى", -"by" => "سەنئەتكار", -"User Documentation" => "ئىشلەتكۈچى قوللانمىسى", -"Administrator Documentation" => "باشقۇرغۇچى قوللانمىسى", -"Online Documentation" => "توردىكى قوللانما", -"Forum" => "مۇنبەر", -"Password" => "ئىم", -"Your password was changed" => "ئىمىڭىز مۇۋەپپەقىيەتلىك ئۆزگەرتىلدى", -"Unable to change your password" => "ئىمنى ئۆزگەرتكىلى بولمايدۇ.", -"Current password" => "نۆۋەتتىكى ئىم", -"New password" => "يېڭى ئىم", -"Change password" => "ئىم ئۆزگەرت", -"Email" => "تورخەت", -"Your email address" => "تورخەت ئادرېسىڭىز", -"Cancel" => "ۋاز كەچ", -"Language" => "تىل", -"Help translate" => "تەرجىمىگە ياردەم", -"Login Name" => "تىزىمغا كىرىش ئاتى", -"Create" => "قۇر", -"Unlimited" => "چەكسىز", -"Other" => "باشقا", -"Username" => "ئىشلەتكۈچى ئاتى", -"set new password" => "يېڭى ئىم تەڭشە", -"Default" => "كۆڭۈلدىكى" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/uk.js b/settings/l10n/uk.js new file mode 100644 index 0000000000..fc1798dbbe --- /dev/null +++ b/settings/l10n/uk.js @@ -0,0 +1,237 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Увімкнено", + "Not enabled" : "Вимкнено", + "Recommended" : "Рекомендуємо", + "Authentication error" : "Помилка автентифікації", + "Your full name has been changed." : "Ваше ім'я було змінене", + "Unable to change full name" : "Неможливо змінити ім'я", + "Group already exists" : "Група вже існує", + "Unable to add group" : "Не вдалося додати групу", + "Files decrypted successfully" : "Файли розшифровані успішно", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Помилка розшифровки файлів, зверніться до вашого адміністратора. Додаткова інформація в owncloud.log", + "Couldn't decrypt your files, check your password and try again" : "Помилка розшифровки файлів, перевірте пароль та спробуйте ще раз", + "Encryption keys deleted permanently" : "Ключі шифрування видалені назавжди", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Неможливо видалити назавжди ключі шифрування, зверніться до вашого адміністратора. Додаткова інформація в owncloud.log", + "Couldn't remove app." : "Неможливо видалити додаток.", + "Email saved" : "Адресу збережено", + "Invalid email" : "Невірна адреса", + "Unable to delete group" : "Не вдалося видалити групу", + "Unable to delete user" : "Не вдалося видалити користувача", + "Backups restored successfully" : "Резервна копія успішно відновлена", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Неможливо відновити ключі шифрування, зверніться до вашого адміністратора. Додаткова інформація в owncloud.log", + "Language changed" : "Мова змінена", + "Invalid request" : "Некоректний запит", + "Admins can't remove themself from the admin group" : "Адміністратор не може видалити себе з групи адмінів", + "Unable to add user to group %s" : "Не вдалося додати користувача у групу %s", + "Unable to remove user from group %s" : "Не вдалося видалити користувача із групи %s", + "Couldn't update app." : "Не вдалося оновити програму. ", + "Wrong password" : "Невірний пароль", + "No user supplied" : "Користувач не знайден", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Будь ласка введіть пароль адміністратора для відновлення, інакше всі дані будуть втрачені", + "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" : "Неможливо змінити пароль", + "Saved" : "Збереженно", + "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}\" як довірений домен?", + "Add trusted domain" : "Додати довірений домен", + "Sending..." : "Надсилання...", + "All" : "Всі", + "Please wait...." : "Зачекайте, будь ласка...", + "Error while disabling app" : "Помилка відключення додатка", + "Disable" : "Вимкнути", + "Enable" : "Включити", + "Error while enabling app" : "Помилка підключення додатка", + "Updating...." : "Оновлюється...", + "Error while updating app" : "Помилка при оновленні програми", + "Updated" : "Оновлено", + "Uninstalling ...." : "Видалення...", + "Error while uninstalling app" : "Помилка видалення додатка", + "Uninstall" : "Видалити", + "Select a profile picture" : "Обрати зображення облікового запису", + "Very weak password" : "Дуже слабкий пароль", + "Weak password" : "Слабкий пароль", + "So-so password" : "Такий собі пароль", + "Good password" : "Добрий пароль", + "Strong password" : "Надійний пароль", + "Valid until {date}" : "Дійсно до {date}", + "Delete" : "Видалити", + "Decrypting files... Please wait, this can take some time." : "Розшифровка файлів... Будь ласка, зачекайте, це може зайняти деякий час.", + "Delete encryption keys permanently." : "Видалити ключі шифрування назавжди.", + "Restore encryption keys." : "Відновити ключі шифрування.", + "Groups" : "Групи", + "Unable to delete {objName}" : "Не вдалося видалити {objName}", + "Error creating group" : "Помилка створення групи", + "A valid group name must be provided" : "Потрібно задати вірне ім'я групи", + "deleted {groupName}" : "видалено {groupName}", + "undo" : "відмінити", + "never" : "ніколи", + "deleted {userName}" : "видалено {userName}", + "add group" : "додати групу", + "A valid username must be provided" : "Потрібно задати вірне ім'я користувача", + "Error creating user" : "Помилка при створенні користувача", + "A valid password must be provided" : "Потрібно задати вірний пароль", + "Warning: Home directory for user \"{user}\" already exists" : "Попередження: домашня тека користувача \"{user}\" вже існує", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL корневі сертифікати", + "Encryption" : "Шифрування", + "Everything (fatal issues, errors, warnings, info, debug)" : "Усі (критичні проблеми, помилки, попередження, інформаційні, налагодження)", + "Info, warnings, errors and fatal issues" : "Інформаційні, попередження, помилки та критичні проблеми", + "Warnings, errors and fatal issues" : "Попередження, помилки та критичні проблеми", + "Errors and fatal issues" : "Помилки та критичні проблеми", + "Fatal issues only" : "Тільки критичні проблеми", + "None" : "Жоден", + "Login" : "Логін", + "Plain" : "Звичайний", + "NT LAN Manager" : "Менеджер NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Попередження про небезпеку", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Ви звертаєтесь до %s за допомогою HTTP. Ми наполегливо рекомендуємо вам налаштувати сервер на використання 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." : "Ваш каталог з даними та Ваші файли можливо доступні з Інтернету. Файл .htaccess, наданий з ownCloud, не працює. Ми наполегливо рекомендуємо Вам налаштувати свій веб-сервер таким чином, щоб каталог data більше не був доступний, або перемістити каталог data за межі кореневого каталогу документів веб-сервера.", + "Setup Warning" : "Попередження при Налаштуванні", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Схоже, що PHP налаштовано на вичищення блоків вбудованої документації. Це зробить кілька основних додатків недоступними.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Це, ймовірно, обумовлено використанням кеша/прискорювача такого як Zend OPcache або eAccelerator.", + "Database Performance Info" : "Інформація продуктивності баз даних", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "В якості бази даних використовується SQLite. Для більш навантажених серверів, ми рекомендуємо користуватися іншими типами баз даних. Для зміни типу бази даних використовуйте інструмент командного рядка: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Модуль 'fileinfo' відсутній", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP модуль 'fileinfo' відсутній. Ми наполегливо рекомендуємо увімкнути цей модуль, щоб отримати кращі результати при виявленні MIME-типів.", + "Your PHP version is outdated" : "Ваш версія PHP застаріла", + "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." : "Ваш версія PHP застаріла. Ми наполегливо рекомендуємо оновитися до версії 5.3.8 або новішої, оскільки старі версії працюють не правильно. ", + "PHP charset is not set to UTF-8" : "Кодування PHP не співпадає з UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Кодування PHP не співпадає з UTF-8. Це може викликати проблеми іменами файлів, які містять нелатинські символи. Ми наполегливо рекомендуємо змінити значення перемінної default_charset у файлі php.ini на UTF-8.", + "Locale not working" : "Локалізація не працює", + "System locale can not be set to a one which supports UTF-8." : "Неможливо встановити системну локаль, яка б підтримувала UTF-8.", + "This means that there might be problems with certain characters in file names." : "Це означає, що можуть виникати проблеми з деякими символами в іменах файлів.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Ми наполегливо рекомендуємо встановити необхідні пакети в систему, для підтримки наступних локалей: %s.", + "URL generation in notification emails" : "Генерування URL для повідомлень в електроних листах", + "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\")" : "Якщо ваша копія ownCloud встановлена не в корені домену та використовує систему планування CRON, можливі проблеми з генерацією правильних URL. Щоб уникнути цього, встановіть опцію overwritewebroot файла config.php відповідно до теки розташування установки (Ймовірніше за все, це \"%s\")", + "Connectivity checks" : "Перевірка з'єднання", + "No problems found" : "Проблем не виявленно", + "Please double check the installation guides." : "Будь ласка, перевірте інструкції по встановленню.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Останню cron-задачу було запущено: %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Останню cron-задачу було запущено: %s. Минуло вже більше години, здається щось не так.", + "Cron was not executed yet!" : "Cron-задачі ще не запускалися!", + "Execute one task with each page loaded" : "Виконати одне завдання для кожної завантаженої сторінки ", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php зареєстрований в службі webcron та буде викликатися кожні 15 хвилин через HTTP.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Використовувати системний cron для виклику cron.php кожні 15 хвилин.", + "Sharing" : "Спільний доступ", + "Allow apps to use the Share API" : "Дозволити програмам використовувати API спільного доступу", + "Allow users to share via link" : "Дозволити користувачам ділитися через посилання", + "Enforce password protection" : "Захист паролем обов'язковий", + "Allow public uploads" : "Дозволити публічне завантаження", + "Set default expiration date" : "Встановити термін дії за замовчуванням", + "Expire after " : "Скінчиться через", + "days" : "днів", + "Enforce expiration date" : "Термін дії обов'язково", + "Allow resharing" : "Дозволити перевідкривати спільний доступ", + "Restrict users to only share with users in their groups" : "Дозволити користувачам відкривати спільний доступ лише для користувачів з їхньої групи", + "Allow users to send mail notification for shared files" : "Дозволити користувачам сповіщати листами про спільний доступ до файлів", + "Exclude groups from sharing" : "Виключити групи зі спільного доступу", + "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть відправляти їх.", + "Security" : "Безпека", + "Enforce HTTPS" : "Примусове застосування HTTPS", + "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." : "Будь ласка, під'єднайтесь до цього %s за допомогою HTTPS, щоб увімкнути або вимкнути використання SSL.", + "Email Server" : "Сервер електронної пошти", + "This is used for sending out notifications." : "Використовується для відсилання повідомлень.", + "Send mode" : "Надіслати повідомлення", + "From address" : "Адреса відправника", + "mail" : "пошта", + "Authentication method" : "Метод перевірки автентифікації", + "Authentication required" : "Потрібна аутентифікація", + "Server address" : "Адреса сервера", + "Port" : "Порт", + "Credentials" : "Облікові дані", + "SMTP Username" : "Ім'я користувача SMTP", + "SMTP Password" : "Пароль SMTP", + "Store credentials" : "Зберігання облікових даних", + "Test email settings" : "Перевірити налаштування електронної пошти", + "Send email" : "Надіслати листа", + "Log" : "Протокол", + "Log level" : "Рівень протоколювання", + "More" : "Більше", + "Less" : "Менше", + "Version" : "Версія", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Розроблено ownCloud громадою, вихідний код має ліцензію AGPL.", + "More apps" : "Більше додатків", + "Add your app" : "Додати свій додаток", + "by" : "по", + "licensed" : "Ліцензовано", + "Documentation:" : "Документація:", + "User Documentation" : "Документація Користувача", + "Admin Documentation" : "Документація Адміністратора", + "Update to %s" : "Оновити до %s", + "Enable only for specific groups" : "Включити тільки для конкретних груп", + "Uninstall App" : "Видалити додаток", + "Administrator Documentation" : "Документація Адміністратора", + "Online Documentation" : "Он-Лайн Документація", + "Forum" : "Форум", + "Bugtracker" : "БагТрекер", + "Commercial Support" : "Комерційна підтримка", + "Get the apps to sync your files" : "Отримати додатки для синхронізації ваших файлів", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Якщо ви бажаєте підтримати прект\n⇥⇥приєднуйтесь до розробки\n⇥⇥або\n⇥⇥розкажіть про нас!", + "Show First Run Wizard again" : "Показувати Майстер Налаштувань знову", + "You have used %s of the available %s" : "Ви використали %s із доступних %s", + "Password" : "Пароль", + "Your password was changed" : "Ваш пароль змінено", + "Unable to change your password" : "Не вдалося змінити Ваш пароль", + "Current password" : "Поточний пароль", + "New password" : "Новий пароль", + "Change password" : "Змінити пароль", + "Full Name" : "Повне Ім'я", + "Email" : "Ел.пошта", + "Your email address" : "Ваша адреса електронної пошти", + "Fill in an email address to enable password recovery and receive notifications" : "Введіть адресу електронної пошти, щоб ввімкнути відновлення паролю та отримання повідомлень", + "Profile picture" : "Зображення облікового запису", + "Upload new" : "Завантажити нове", + "Select new from Files" : "Обрати із завантажених файлів", + "Remove image" : "Видалити зображення", + "Either png or jpg. Ideally square but you will be able to crop it." : "Допустимі формати: png і jpg. Якщо зображення не квадратне, то ви зможете його обрізати.", + "Your avatar is provided by your original account." : "Буде використано аватар вашого оригінального облікового запису.", + "Cancel" : "Відмінити", + "Choose as profile image" : "Обрати зображенням облікового запису", + "Language" : "Мова", + "Help translate" : "Допомогти з перекладом", + "Common Name" : "Ім'я:", + "Valid until" : "Дійсно до", + "Issued By" : "Виданий", + "Valid until %s" : "Дійсно до %s", + "Import Root Certificate" : "Імпортувати корневі сертифікати", + "The encryption app is no longer enabled, please decrypt all your files" : "Додаток для шифрування вимкнено, будь ласка, розшифруйте ваші файли", + "Log-in password" : "Пароль входу", + "Decrypt all Files" : "Розшифрувати всі файли", + "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." : "Ваші ключі шифрування переміщено до теки резервного копіювання. Якщо щось піде не так, ви зможете відновити їх. Видаляйте ключі лише в тому випадку, коли всі файли розшифровані.", + "Restore Encryption Keys" : "Відновити ключі шифрування", + "Delete Encryption Keys" : "Видалити ключі шифрування", + "Show storage location" : "Показати місцезнаходження сховища", + "Show last log in" : "Показати останній вхід в систему", + "Login Name" : "Ім'я Логіну", + "Create" : "Створити", + "Admin Recovery Password" : "Пароль адміністратора для відновлення", + "Enter the recovery password in order to recover the users files during password change" : "Введіть пароль для того, щоб відновити файли користувачів при зміні паролю", + "Search Users and Groups" : "Шукати користувачів та групи", + "Add Group" : "Додати групу", + "Group" : "Група", + "Everyone" : "Всі", + "Admins" : "Адміністратори", + "Default Quota" : "Квота за замовчуванням", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Будь ласка, вкажіть розмір сховища (наприклад: \"512 MB\" або \"12 GB\")", + "Unlimited" : "Необмежено", + "Other" : "Інше", + "Username" : "Ім'я користувача", + "Quota" : "Квота", + "Storage Location" : "Місцезнаходження сховища", + "Last Login" : "Останній вхід", + "change full name" : "змінити ім'я", + "set new password" : "встановити новий пароль", + "Default" : "За замовчуванням" +}, +"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/settings/l10n/uk.json b/settings/l10n/uk.json new file mode 100644 index 0000000000..3a5088ef06 --- /dev/null +++ b/settings/l10n/uk.json @@ -0,0 +1,235 @@ +{ "translations": { + "Enabled" : "Увімкнено", + "Not enabled" : "Вимкнено", + "Recommended" : "Рекомендуємо", + "Authentication error" : "Помилка автентифікації", + "Your full name has been changed." : "Ваше ім'я було змінене", + "Unable to change full name" : "Неможливо змінити ім'я", + "Group already exists" : "Група вже існує", + "Unable to add group" : "Не вдалося додати групу", + "Files decrypted successfully" : "Файли розшифровані успішно", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Помилка розшифровки файлів, зверніться до вашого адміністратора. Додаткова інформація в owncloud.log", + "Couldn't decrypt your files, check your password and try again" : "Помилка розшифровки файлів, перевірте пароль та спробуйте ще раз", + "Encryption keys deleted permanently" : "Ключі шифрування видалені назавжди", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Неможливо видалити назавжди ключі шифрування, зверніться до вашого адміністратора. Додаткова інформація в owncloud.log", + "Couldn't remove app." : "Неможливо видалити додаток.", + "Email saved" : "Адресу збережено", + "Invalid email" : "Невірна адреса", + "Unable to delete group" : "Не вдалося видалити групу", + "Unable to delete user" : "Не вдалося видалити користувача", + "Backups restored successfully" : "Резервна копія успішно відновлена", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Неможливо відновити ключі шифрування, зверніться до вашого адміністратора. Додаткова інформація в owncloud.log", + "Language changed" : "Мова змінена", + "Invalid request" : "Некоректний запит", + "Admins can't remove themself from the admin group" : "Адміністратор не може видалити себе з групи адмінів", + "Unable to add user to group %s" : "Не вдалося додати користувача у групу %s", + "Unable to remove user from group %s" : "Не вдалося видалити користувача із групи %s", + "Couldn't update app." : "Не вдалося оновити програму. ", + "Wrong password" : "Невірний пароль", + "No user supplied" : "Користувач не знайден", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Будь ласка введіть пароль адміністратора для відновлення, інакше всі дані будуть втрачені", + "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" : "Неможливо змінити пароль", + "Saved" : "Збереженно", + "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}\" як довірений домен?", + "Add trusted domain" : "Додати довірений домен", + "Sending..." : "Надсилання...", + "All" : "Всі", + "Please wait...." : "Зачекайте, будь ласка...", + "Error while disabling app" : "Помилка відключення додатка", + "Disable" : "Вимкнути", + "Enable" : "Включити", + "Error while enabling app" : "Помилка підключення додатка", + "Updating...." : "Оновлюється...", + "Error while updating app" : "Помилка при оновленні програми", + "Updated" : "Оновлено", + "Uninstalling ...." : "Видалення...", + "Error while uninstalling app" : "Помилка видалення додатка", + "Uninstall" : "Видалити", + "Select a profile picture" : "Обрати зображення облікового запису", + "Very weak password" : "Дуже слабкий пароль", + "Weak password" : "Слабкий пароль", + "So-so password" : "Такий собі пароль", + "Good password" : "Добрий пароль", + "Strong password" : "Надійний пароль", + "Valid until {date}" : "Дійсно до {date}", + "Delete" : "Видалити", + "Decrypting files... Please wait, this can take some time." : "Розшифровка файлів... Будь ласка, зачекайте, це може зайняти деякий час.", + "Delete encryption keys permanently." : "Видалити ключі шифрування назавжди.", + "Restore encryption keys." : "Відновити ключі шифрування.", + "Groups" : "Групи", + "Unable to delete {objName}" : "Не вдалося видалити {objName}", + "Error creating group" : "Помилка створення групи", + "A valid group name must be provided" : "Потрібно задати вірне ім'я групи", + "deleted {groupName}" : "видалено {groupName}", + "undo" : "відмінити", + "never" : "ніколи", + "deleted {userName}" : "видалено {userName}", + "add group" : "додати групу", + "A valid username must be provided" : "Потрібно задати вірне ім'я користувача", + "Error creating user" : "Помилка при створенні користувача", + "A valid password must be provided" : "Потрібно задати вірний пароль", + "Warning: Home directory for user \"{user}\" already exists" : "Попередження: домашня тека користувача \"{user}\" вже існує", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL корневі сертифікати", + "Encryption" : "Шифрування", + "Everything (fatal issues, errors, warnings, info, debug)" : "Усі (критичні проблеми, помилки, попередження, інформаційні, налагодження)", + "Info, warnings, errors and fatal issues" : "Інформаційні, попередження, помилки та критичні проблеми", + "Warnings, errors and fatal issues" : "Попередження, помилки та критичні проблеми", + "Errors and fatal issues" : "Помилки та критичні проблеми", + "Fatal issues only" : "Тільки критичні проблеми", + "None" : "Жоден", + "Login" : "Логін", + "Plain" : "Звичайний", + "NT LAN Manager" : "Менеджер NT LAN", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "Попередження про небезпеку", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Ви звертаєтесь до %s за допомогою HTTP. Ми наполегливо рекомендуємо вам налаштувати сервер на використання 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." : "Ваш каталог з даними та Ваші файли можливо доступні з Інтернету. Файл .htaccess, наданий з ownCloud, не працює. Ми наполегливо рекомендуємо Вам налаштувати свій веб-сервер таким чином, щоб каталог data більше не був доступний, або перемістити каталог data за межі кореневого каталогу документів веб-сервера.", + "Setup Warning" : "Попередження при Налаштуванні", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Схоже, що PHP налаштовано на вичищення блоків вбудованої документації. Це зробить кілька основних додатків недоступними.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Це, ймовірно, обумовлено використанням кеша/прискорювача такого як Zend OPcache або eAccelerator.", + "Database Performance Info" : "Інформація продуктивності баз даних", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "В якості бази даних використовується SQLite. Для більш навантажених серверів, ми рекомендуємо користуватися іншими типами баз даних. Для зміни типу бази даних використовуйте інструмент командного рядка: 'occ db:convert-type'", + "Module 'fileinfo' missing" : "Модуль 'fileinfo' відсутній", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP модуль 'fileinfo' відсутній. Ми наполегливо рекомендуємо увімкнути цей модуль, щоб отримати кращі результати при виявленні MIME-типів.", + "Your PHP version is outdated" : "Ваш версія PHP застаріла", + "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." : "Ваш версія PHP застаріла. Ми наполегливо рекомендуємо оновитися до версії 5.3.8 або новішої, оскільки старі версії працюють не правильно. ", + "PHP charset is not set to UTF-8" : "Кодування PHP не співпадає з UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "Кодування PHP не співпадає з UTF-8. Це може викликати проблеми іменами файлів, які містять нелатинські символи. Ми наполегливо рекомендуємо змінити значення перемінної default_charset у файлі php.ini на UTF-8.", + "Locale not working" : "Локалізація не працює", + "System locale can not be set to a one which supports UTF-8." : "Неможливо встановити системну локаль, яка б підтримувала UTF-8.", + "This means that there might be problems with certain characters in file names." : "Це означає, що можуть виникати проблеми з деякими символами в іменах файлів.", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Ми наполегливо рекомендуємо встановити необхідні пакети в систему, для підтримки наступних локалей: %s.", + "URL generation in notification emails" : "Генерування URL для повідомлень в електроних листах", + "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\")" : "Якщо ваша копія ownCloud встановлена не в корені домену та використовує систему планування CRON, можливі проблеми з генерацією правильних URL. Щоб уникнути цього, встановіть опцію overwritewebroot файла config.php відповідно до теки розташування установки (Ймовірніше за все, це \"%s\")", + "Connectivity checks" : "Перевірка з'єднання", + "No problems found" : "Проблем не виявленно", + "Please double check the installation guides." : "Будь ласка, перевірте інструкції по встановленню.", + "Cron" : "Cron", + "Last cron was executed at %s." : "Останню cron-задачу було запущено: %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Останню cron-задачу було запущено: %s. Минуло вже більше години, здається щось не так.", + "Cron was not executed yet!" : "Cron-задачі ще не запускалися!", + "Execute one task with each page loaded" : "Виконати одне завдання для кожної завантаженої сторінки ", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php зареєстрований в службі webcron та буде викликатися кожні 15 хвилин через HTTP.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Використовувати системний cron для виклику cron.php кожні 15 хвилин.", + "Sharing" : "Спільний доступ", + "Allow apps to use the Share API" : "Дозволити програмам використовувати API спільного доступу", + "Allow users to share via link" : "Дозволити користувачам ділитися через посилання", + "Enforce password protection" : "Захист паролем обов'язковий", + "Allow public uploads" : "Дозволити публічне завантаження", + "Set default expiration date" : "Встановити термін дії за замовчуванням", + "Expire after " : "Скінчиться через", + "days" : "днів", + "Enforce expiration date" : "Термін дії обов'язково", + "Allow resharing" : "Дозволити перевідкривати спільний доступ", + "Restrict users to only share with users in their groups" : "Дозволити користувачам відкривати спільний доступ лише для користувачів з їхньої групи", + "Allow users to send mail notification for shared files" : "Дозволити користувачам сповіщати листами про спільний доступ до файлів", + "Exclude groups from sharing" : "Виключити групи зі спільного доступу", + "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть відправляти їх.", + "Security" : "Безпека", + "Enforce HTTPS" : "Примусове застосування HTTPS", + "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." : "Будь ласка, під'єднайтесь до цього %s за допомогою HTTPS, щоб увімкнути або вимкнути використання SSL.", + "Email Server" : "Сервер електронної пошти", + "This is used for sending out notifications." : "Використовується для відсилання повідомлень.", + "Send mode" : "Надіслати повідомлення", + "From address" : "Адреса відправника", + "mail" : "пошта", + "Authentication method" : "Метод перевірки автентифікації", + "Authentication required" : "Потрібна аутентифікація", + "Server address" : "Адреса сервера", + "Port" : "Порт", + "Credentials" : "Облікові дані", + "SMTP Username" : "Ім'я користувача SMTP", + "SMTP Password" : "Пароль SMTP", + "Store credentials" : "Зберігання облікових даних", + "Test email settings" : "Перевірити налаштування електронної пошти", + "Send email" : "Надіслати листа", + "Log" : "Протокол", + "Log level" : "Рівень протоколювання", + "More" : "Більше", + "Less" : "Менше", + "Version" : "Версія", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Розроблено ownCloud громадою, вихідний код має ліцензію AGPL.", + "More apps" : "Більше додатків", + "Add your app" : "Додати свій додаток", + "by" : "по", + "licensed" : "Ліцензовано", + "Documentation:" : "Документація:", + "User Documentation" : "Документація Користувача", + "Admin Documentation" : "Документація Адміністратора", + "Update to %s" : "Оновити до %s", + "Enable only for specific groups" : "Включити тільки для конкретних груп", + "Uninstall App" : "Видалити додаток", + "Administrator Documentation" : "Документація Адміністратора", + "Online Documentation" : "Он-Лайн Документація", + "Forum" : "Форум", + "Bugtracker" : "БагТрекер", + "Commercial Support" : "Комерційна підтримка", + "Get the apps to sync your files" : "Отримати додатки для синхронізації ваших файлів", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Якщо ви бажаєте підтримати прект\n⇥⇥приєднуйтесь до розробки\n⇥⇥або\n⇥⇥розкажіть про нас!", + "Show First Run Wizard again" : "Показувати Майстер Налаштувань знову", + "You have used %s of the available %s" : "Ви використали %s із доступних %s", + "Password" : "Пароль", + "Your password was changed" : "Ваш пароль змінено", + "Unable to change your password" : "Не вдалося змінити Ваш пароль", + "Current password" : "Поточний пароль", + "New password" : "Новий пароль", + "Change password" : "Змінити пароль", + "Full Name" : "Повне Ім'я", + "Email" : "Ел.пошта", + "Your email address" : "Ваша адреса електронної пошти", + "Fill in an email address to enable password recovery and receive notifications" : "Введіть адресу електронної пошти, щоб ввімкнути відновлення паролю та отримання повідомлень", + "Profile picture" : "Зображення облікового запису", + "Upload new" : "Завантажити нове", + "Select new from Files" : "Обрати із завантажених файлів", + "Remove image" : "Видалити зображення", + "Either png or jpg. Ideally square but you will be able to crop it." : "Допустимі формати: png і jpg. Якщо зображення не квадратне, то ви зможете його обрізати.", + "Your avatar is provided by your original account." : "Буде використано аватар вашого оригінального облікового запису.", + "Cancel" : "Відмінити", + "Choose as profile image" : "Обрати зображенням облікового запису", + "Language" : "Мова", + "Help translate" : "Допомогти з перекладом", + "Common Name" : "Ім'я:", + "Valid until" : "Дійсно до", + "Issued By" : "Виданий", + "Valid until %s" : "Дійсно до %s", + "Import Root Certificate" : "Імпортувати корневі сертифікати", + "The encryption app is no longer enabled, please decrypt all your files" : "Додаток для шифрування вимкнено, будь ласка, розшифруйте ваші файли", + "Log-in password" : "Пароль входу", + "Decrypt all Files" : "Розшифрувати всі файли", + "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." : "Ваші ключі шифрування переміщено до теки резервного копіювання. Якщо щось піде не так, ви зможете відновити їх. Видаляйте ключі лише в тому випадку, коли всі файли розшифровані.", + "Restore Encryption Keys" : "Відновити ключі шифрування", + "Delete Encryption Keys" : "Видалити ключі шифрування", + "Show storage location" : "Показати місцезнаходження сховища", + "Show last log in" : "Показати останній вхід в систему", + "Login Name" : "Ім'я Логіну", + "Create" : "Створити", + "Admin Recovery Password" : "Пароль адміністратора для відновлення", + "Enter the recovery password in order to recover the users files during password change" : "Введіть пароль для того, щоб відновити файли користувачів при зміні паролю", + "Search Users and Groups" : "Шукати користувачів та групи", + "Add Group" : "Додати групу", + "Group" : "Група", + "Everyone" : "Всі", + "Admins" : "Адміністратори", + "Default Quota" : "Квота за замовчуванням", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Будь ласка, вкажіть розмір сховища (наприклад: \"512 MB\" або \"12 GB\")", + "Unlimited" : "Необмежено", + "Other" : "Інше", + "Username" : "Ім'я користувача", + "Quota" : "Квота", + "Storage Location" : "Місцезнаходження сховища", + "Last Login" : "Останній вхід", + "change full name" : "змінити ім'я", + "set new password" : "встановити новий пароль", + "Default" : "За замовчуванням" +},"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/settings/l10n/uk.php b/settings/l10n/uk.php deleted file mode 100644 index 39cb54a4f1..0000000000 --- a/settings/l10n/uk.php +++ /dev/null @@ -1,239 +0,0 @@ - "Увімкнено", -"Not enabled" => "Вимкнено", -"Recommended" => "Рекомендуємо", -"Authentication error" => "Помилка автентифікації", -"Your full name has been changed." => "Ваше ім'я було змінене", -"Unable to change full name" => "Неможливо змінити ім'я", -"Group already exists" => "Група вже існує", -"Unable to add group" => "Не вдалося додати групу", -"Files decrypted successfully" => "Файли розшифровані успішно", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Помилка розшифровки файлів, зверніться до вашого адміністратора. Додаткова інформація в owncloud.log", -"Couldn't decrypt your files, check your password and try again" => "Помилка розшифровки файлів, перевірте пароль та спробуйте ще раз", -"Encryption keys deleted permanently" => "Ключі шифрування видалені назавжди", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Неможливо видалити назавжди ключі шифрування, зверніться до вашого адміністратора. Додаткова інформація в owncloud.log", -"Couldn't remove app." => "Неможливо видалити додаток.", -"Email saved" => "Адресу збережено", -"Invalid email" => "Невірна адреса", -"Unable to delete group" => "Не вдалося видалити групу", -"Unable to delete user" => "Не вдалося видалити користувача", -"Backups restored successfully" => "Резервна копія успішно відновлена", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Неможливо відновити ключі шифрування, зверніться до вашого адміністратора. Додаткова інформація в owncloud.log", -"Language changed" => "Мова змінена", -"Invalid request" => "Некоректний запит", -"Admins can't remove themself from the admin group" => "Адміністратор не може видалити себе з групи адмінів", -"Unable to add user to group %s" => "Не вдалося додати користувача у групу %s", -"Unable to remove user from group %s" => "Не вдалося видалити користувача із групи %s", -"Couldn't update app." => "Не вдалося оновити програму. ", -"Wrong password" => "Невірний пароль", -"No user supplied" => "Користувач не знайден", -"Please provide an admin recovery password, otherwise all user data will be lost" => "Будь ласка введіть пароль адміністратора для відновлення, інакше всі дані будуть втрачені", -"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" => "Неможливо змінити пароль", -"Saved" => "Збереженно", -"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}\" як довірений домен?", -"Add trusted domain" => "Додати довірений домен", -"Sending..." => "Надсилання...", -"All" => "Всі", -"Please wait...." => "Зачекайте, будь ласка...", -"Error while disabling app" => "Помилка відключення додатка", -"Disable" => "Вимкнути", -"Enable" => "Включити", -"Error while enabling app" => "Помилка підключення додатка", -"Updating...." => "Оновлюється...", -"Error while updating app" => "Помилка при оновленні програми", -"Updated" => "Оновлено", -"Uninstalling ...." => "Видалення...", -"Error while uninstalling app" => "Помилка видалення додатка", -"Uninstall" => "Видалити", -"Select a profile picture" => "Обрати зображення облікового запису", -"Very weak password" => "Дуже слабкий пароль", -"Weak password" => "Слабкий пароль", -"So-so password" => "Такий собі пароль", -"Good password" => "Добрий пароль", -"Strong password" => "Надійний пароль", -"Valid until {date}" => "Дійсно до {date}", -"Delete" => "Видалити", -"Decrypting files... Please wait, this can take some time." => "Розшифровка файлів... Будь ласка, зачекайте, це може зайняти деякий час.", -"Delete encryption keys permanently." => "Видалити ключі шифрування назавжди.", -"Restore encryption keys." => "Відновити ключі шифрування.", -"Groups" => "Групи", -"Unable to delete {objName}" => "Не вдалося видалити {objName}", -"Error creating group" => "Помилка створення групи", -"A valid group name must be provided" => "Потрібно задати вірне ім'я групи", -"deleted {groupName}" => "видалено {groupName}", -"undo" => "відмінити", -"no group" => "без групи", -"never" => "ніколи", -"deleted {userName}" => "видалено {userName}", -"add group" => "додати групу", -"A valid username must be provided" => "Потрібно задати вірне ім'я користувача", -"Error creating user" => "Помилка при створенні користувача", -"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)" => "Усі (критичні проблеми, помилки, попередження, інформаційні, налагодження)", -"Info, warnings, errors and fatal issues" => "Інформаційні, попередження, помилки та критичні проблеми", -"Warnings, errors and fatal issues" => "Попередження, помилки та критичні проблеми", -"Errors and fatal issues" => "Помилки та критичні проблеми", -"Fatal issues only" => "Тільки критичні проблеми", -"None" => "Жоден", -"Login" => "Логін", -"Plain" => "Звичайний", -"NT LAN Manager" => "Менеджер NT LAN", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "Попередження про небезпеку", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Ви звертаєтесь до %s за допомогою HTTP. Ми наполегливо рекомендуємо вам налаштувати сервер на використання 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." => "Ваш каталог з даними та Ваші файли можливо доступні з Інтернету. Файл .htaccess, наданий з ownCloud, не працює. Ми наполегливо рекомендуємо Вам налаштувати свій веб-сервер таким чином, щоб каталог data більше не був доступний, або перемістити каталог data за межі кореневого каталогу документів веб-сервера.", -"Setup Warning" => "Попередження при Налаштуванні", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "Схоже, що PHP налаштовано на вичищення блоків вбудованої документації. Це зробить кілька основних додатків недоступними.", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Це, ймовірно, обумовлено використанням кеша/прискорювача такого як Zend OPcache або eAccelerator.", -"Database Performance Info" => "Інформація продуктивності баз даних", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "В якості бази даних використовується SQLite. Для більш навантажених серверів, ми рекомендуємо користуватися іншими типами баз даних. Для зміни типу бази даних використовуйте інструмент командного рядка: 'occ db:convert-type'", -"Module 'fileinfo' missing" => "Модуль 'fileinfo' відсутній", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP модуль 'fileinfo' відсутній. Ми наполегливо рекомендуємо увімкнути цей модуль, щоб отримати кращі результати при виявленні MIME-типів.", -"Your PHP version is outdated" => "Ваш версія PHP застаріла", -"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." => "Ваш версія PHP застаріла. Ми наполегливо рекомендуємо оновитися до версії 5.3.8 або новішої, оскільки старі версії працюють не правильно. ", -"PHP charset is not set to UTF-8" => "Кодування PHP не співпадає з UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "Кодування PHP не співпадає з UTF-8. Це може викликати проблеми іменами файлів, які містять нелатинські символи. Ми наполегливо рекомендуємо змінити значення перемінної default_charset у файлі php.ini на UTF-8.", -"Locale not working" => "Локалізація не працює", -"System locale can not be set to a one which supports UTF-8." => "Неможливо встановити системну локаль, яка б підтримувала UTF-8.", -"This means that there might be problems with certain characters in file names." => "Це означає, що можуть виникати проблеми з деякими символами в іменах файлів.", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Ми наполегливо рекомендуємо встановити необхідні пакети в систему, для підтримки наступних локалей: %s.", -"URL generation in notification emails" => "Генерування URL для повідомлень в електроних листах", -"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\")" => "Якщо ваша копія ownCloud встановлена не в корені домену та використовує систему планування CRON, можливі проблеми з генерацією правильних URL. Щоб уникнути цього, встановіть опцію overwritewebroot файла config.php відповідно до теки розташування установки (Ймовірніше за все, це \"%s\")", -"Connectivity checks" => "Перевірка з'єднання", -"No problems found" => "Проблем не виявленно", -"Please double check the installation guides." => "Будь ласка, перевірте інструкції по встановленню.", -"Cron" => "Cron", -"Last cron was executed at %s." => "Останню cron-задачу було запущено: %s.", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Останню cron-задачу було запущено: %s. Минуло вже більше години, здається щось не так.", -"Cron was not executed yet!" => "Cron-задачі ще не запускалися!", -"Execute one task with each page loaded" => "Виконати одне завдання для кожної завантаженої сторінки ", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php зареєстрований в службі webcron та буде викликатися кожні 15 хвилин через HTTP.", -"Use system's cron service to call the cron.php file every 15 minutes." => "Використовувати системний cron для виклику cron.php кожні 15 хвилин.", -"Sharing" => "Спільний доступ", -"Allow apps to use the Share API" => "Дозволити програмам використовувати API спільного доступу", -"Allow users to share via link" => "Дозволити користувачам ділитися через посилання", -"Enforce password protection" => "Захист паролем обов'язковий", -"Allow public uploads" => "Дозволити публічне завантаження", -"Set default expiration date" => "Встановити термін дії за замовчуванням", -"Expire after " => "Скінчиться через", -"days" => "днів", -"Enforce expiration date" => "Термін дії обов'язково", -"Allow resharing" => "Дозволити перевідкривати спільний доступ", -"Restrict users to only share with users in their groups" => "Дозволити користувачам відкривати спільний доступ лише для користувачів з їхньої групи", -"Allow users to send mail notification for shared files" => "Дозволити користувачам сповіщати листами про спільний доступ до файлів", -"Exclude groups from sharing" => "Виключити групи зі спільного доступу", -"These groups will still be able to receive shares, but not to initiate them." => "Ці групи зможуть отримувати спільні файли, але не зможуть відправляти їх.", -"Security" => "Безпека", -"Enforce HTTPS" => "Примусове застосування HTTPS", -"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." => "Будь ласка, під'єднайтесь до цього %s за допомогою HTTPS, щоб увімкнути або вимкнути використання SSL.", -"Email Server" => "Сервер електронної пошти", -"This is used for sending out notifications." => "Використовується для відсилання повідомлень.", -"Send mode" => "Надіслати повідомлення", -"From address" => "Адреса відправника", -"mail" => "пошта", -"Authentication method" => "Метод перевірки автентифікації", -"Authentication required" => "Потрібна аутентифікація", -"Server address" => "Адреса сервера", -"Port" => "Порт", -"Credentials" => "Облікові дані", -"SMTP Username" => "Ім'я користувача SMTP", -"SMTP Password" => "Пароль SMTP", -"Store credentials" => "Зберігання облікових даних", -"Test email settings" => "Перевірити налаштування електронної пошти", -"Send email" => "Надіслати листа", -"Log" => "Протокол", -"Log level" => "Рівень протоколювання", -"More" => "Більше", -"Less" => "Менше", -"Version" => "Версія", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Розроблено ownCloud громадою, вихідний код має ліцензію AGPL.", -"More apps" => "Більше додатків", -"Add your app" => "Додати свій додаток", -"by" => "по", -"licensed" => "Ліцензовано", -"Documentation:" => "Документація:", -"User Documentation" => "Документація Користувача", -"Admin Documentation" => "Документація Адміністратора", -"Update to %s" => "Оновити до %s", -"Enable only for specific groups" => "Включити тільки для конкретних груп", -"Uninstall App" => "Видалити додаток", -"Administrator Documentation" => "Документація Адміністратора", -"Online Documentation" => "Он-Лайн Документація", -"Forum" => "Форум", -"Bugtracker" => "БагТрекер", -"Commercial Support" => "Комерційна підтримка", -"Get the apps to sync your files" => "Отримати додатки для синхронізації ваших файлів", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "Якщо ви бажаєте підтримати прект\n⇥⇥приєднуйтесь до розробки\n⇥⇥або\n⇥⇥розкажіть про нас!", -"Show First Run Wizard again" => "Показувати Майстер Налаштувань знову", -"You have used %s of the available %s" => "Ви використали %s із доступних %s", -"Password" => "Пароль", -"Your password was changed" => "Ваш пароль змінено", -"Unable to change your password" => "Не вдалося змінити Ваш пароль", -"Current password" => "Поточний пароль", -"New password" => "Новий пароль", -"Change password" => "Змінити пароль", -"Full Name" => "Повне Ім'я", -"Email" => "Ел.пошта", -"Your email address" => "Ваша адреса електронної пошти", -"Fill in an email address to enable password recovery and receive notifications" => "Введіть адресу електронної пошти, щоб ввімкнути відновлення паролю та отримання повідомлень", -"Profile picture" => "Зображення облікового запису", -"Upload new" => "Завантажити нове", -"Select new from Files" => "Обрати із завантажених файлів", -"Remove image" => "Видалити зображення", -"Either png or jpg. Ideally square but you will be able to crop it." => "Допустимі формати: png і jpg. Якщо зображення не квадратне, то ви зможете його обрізати.", -"Your avatar is provided by your original account." => "Буде використано аватар вашого оригінального облікового запису.", -"Cancel" => "Відмінити", -"Choose as profile image" => "Обрати зображенням облікового запису", -"Language" => "Мова", -"Help translate" => "Допомогти з перекладом", -"Common Name" => "Ім'я:", -"Valid until" => "Дійсно до", -"Issued By" => "Виданий", -"Valid until %s" => "Дійсно до %s", -"Import Root Certificate" => "Імпортувати корневі сертифікати", -"The encryption app is no longer enabled, please decrypt all your files" => "Додаток для шифрування вимкнено, будь ласка, розшифруйте ваші файли", -"Log-in password" => "Пароль входу", -"Decrypt all Files" => "Розшифрувати всі файли", -"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." => "Ваші ключі шифрування переміщено до теки резервного копіювання. Якщо щось піде не так, ви зможете відновити їх. Видаляйте ключі лише в тому випадку, коли всі файли розшифровані.", -"Restore Encryption Keys" => "Відновити ключі шифрування", -"Delete Encryption Keys" => "Видалити ключі шифрування", -"Show storage location" => "Показати місцезнаходження сховища", -"Show last log in" => "Показати останній вхід в систему", -"Login Name" => "Ім'я Логіну", -"Create" => "Створити", -"Admin Recovery Password" => "Пароль адміністратора для відновлення", -"Enter the recovery password in order to recover the users files during password change" => "Введіть пароль для того, щоб відновити файли користувачів при зміні паролю", -"Search Users and Groups" => "Шукати користувачів та групи", -"Add Group" => "Додати групу", -"Group" => "Група", -"Everyone" => "Всі", -"Admins" => "Адміністратори", -"Default Quota" => "Квота за замовчуванням", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Будь ласка, вкажіть розмір сховища (наприклад: \"512 MB\" або \"12 GB\")", -"Unlimited" => "Необмежено", -"Other" => "Інше", -"Username" => "Ім'я користувача", -"Group Admin for" => "Адміністратор групи", -"Quota" => "Квота", -"Storage Location" => "Місцезнаходження сховища", -"Last Login" => "Останній вхід", -"change full name" => "змінити ім'я", -"set new password" => "встановити новий пароль", -"Default" => "За замовчуванням" -); -$PLURAL_FORMS = "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/settings/l10n/ur.php b/settings/l10n/ur.php deleted file mode 100644 index 1b41db1d67..0000000000 --- a/settings/l10n/ur.php +++ /dev/null @@ -1,5 +0,0 @@ - "خرابی" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/ur_PK.js b/settings/l10n/ur_PK.js new file mode 100644 index 0000000000..f9a042bc94 --- /dev/null +++ b/settings/l10n/ur_PK.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "settings", + { + "Invalid request" : "غلط درخواست", + "Email sent" : "ارسال شدہ ای میل ", + "Very weak password" : "بہت کمزور پاسورڈ", + "Weak password" : "کمزور پاسورڈ", + "So-so password" : "نص نص پاسورڈ", + "Good password" : "اچھا پاسورڈ", + "Strong password" : "مضبوط پاسورڈ", + "Delete" : "حذف کریں", + "Security Warning" : "حفاظتی انتباہ", + "More" : "مزید", + "Less" : "کم", + "Password" : "پاسورڈ", + "New password" : "نیا پاسورڈ", + "Cancel" : "منسوخ کریں", + "Other" : "دیگر", + "Username" : "یوزر نیم" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ur_PK.json b/settings/l10n/ur_PK.json new file mode 100644 index 0000000000..99a7bda9ad --- /dev/null +++ b/settings/l10n/ur_PK.json @@ -0,0 +1,19 @@ +{ "translations": { + "Invalid request" : "غلط درخواست", + "Email sent" : "ارسال شدہ ای میل ", + "Very weak password" : "بہت کمزور پاسورڈ", + "Weak password" : "کمزور پاسورڈ", + "So-so password" : "نص نص پاسورڈ", + "Good password" : "اچھا پاسورڈ", + "Strong password" : "مضبوط پاسورڈ", + "Delete" : "حذف کریں", + "Security Warning" : "حفاظتی انتباہ", + "More" : "مزید", + "Less" : "کم", + "Password" : "پاسورڈ", + "New password" : "نیا پاسورڈ", + "Cancel" : "منسوخ کریں", + "Other" : "دیگر", + "Username" : "یوزر نیم" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ur_PK.php b/settings/l10n/ur_PK.php deleted file mode 100644 index 17e7d843f3..0000000000 --- a/settings/l10n/ur_PK.php +++ /dev/null @@ -1,20 +0,0 @@ - "غلط درخواست", -"Email sent" => "ارسال شدہ ای میل ", -"Very weak password" => "بہت کمزور پاسورڈ", -"Weak password" => "کمزور پاسورڈ", -"So-so password" => "نص نص پاسورڈ", -"Good password" => "اچھا پاسورڈ", -"Strong password" => "مضبوط پاسورڈ", -"Delete" => "حذف کریں", -"Security Warning" => "حفاظتی انتباہ", -"More" => "مزید", -"Less" => "کم", -"Password" => "پاسورڈ", -"New password" => "نیا پاسورڈ", -"Cancel" => "منسوخ کریں", -"Other" => "دیگر", -"Username" => "یوزر نیم" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/vi.js b/settings/l10n/vi.js new file mode 100644 index 0000000000..cebe573d07 --- /dev/null +++ b/settings/l10n/vi.js @@ -0,0 +1,90 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Bật", + "Authentication error" : "Lỗi xác thực", + "Your full name has been changed." : "Họ và tên đã được thay đổi.", + "Unable to change full name" : "Họ và tên không thể đổi ", + "Group already exists" : "Nhóm đã tồn tại", + "Unable to add group" : "Không thể thêm nhóm", + "Email saved" : "Lưu email", + "Invalid email" : "Email không hợp lệ", + "Unable to delete group" : "Không thể xóa nhóm", + "Unable to delete user" : "Không thể xóa người dùng", + "Language changed" : "Ngôn ngữ đã được thay đổi", + "Invalid request" : "Yêu cầu không hợp lệ", + "Admins can't remove themself from the admin group" : "Quản trị viên không thể loại bỏ chính họ khỏi nhóm quản lý", + "Unable to add user to group %s" : "Không thể thêm người dùng vào nhóm %s", + "Unable to remove user from group %s" : "Không thể xóa người dùng từ nhóm %s", + "Couldn't update app." : "Không thể cập nhật ứng dụng", + "Email sent" : "Email đã được gửi", + "All" : "Tất cả", + "Please wait...." : "Xin hãy đợi...", + "Disable" : "Tắt", + "Enable" : "Bật", + "Updating...." : "Đang cập nhật...", + "Error while updating app" : "Lỗi khi cập nhật ứng dụng", + "Updated" : "Đã cập nhật", + "Delete" : "Xóa", + "Groups" : "Nhóm", + "undo" : "lùi lại", + "never" : "không thay đổi", + "__language_name__" : "__Ngôn ngữ___", + "SSL root certificates" : "Chứng chỉ SSL root", + "Encryption" : "Mã hóa", + "None" : "Không gì cả", + "Login" : "Đăng nhập", + "Security Warning" : "Cảnh bảo bảo mật", + "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." : "Thư mục và các tập tin của bạn có thể được truy cập từ Internet. Tập tin .htaccess không làm việc. Chúng tôi đề nghị bạn cấu hình ebserver ,phân quyền lại thư mục dữ liệu và cấp quyền truy cập hoặc di chuyển thư mục dữ liệu bên ngoài tài liệu gốc máy chủ web.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Thực thi tác vụ mỗi khi trang được tải", + "Sharing" : "Chia sẻ", + "Allow apps to use the Share API" : "Cho phép các ứng dụng sử dụng chia sẻ API", + "Allow resharing" : "Cho phép chia sẻ lại", + "Server address" : "Địa chỉ máy chủ", + "Port" : "Cổng", + "Credentials" : "Giấy chứng nhận", + "Log" : "Log", + "More" : "hơn", + "Less" : "ít", + "Version" : "Phiên bản", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Được phát triển bởi cộng đồng ownCloud, mã nguồn đã được cấp phép theo chuẩn AGPL.", + "by" : "bởi", + "User Documentation" : "Tài liệu người sử dụng", + "Administrator Documentation" : "Tài liệu quản trị", + "Online Documentation" : "Tài liệu trực tuyến", + "Forum" : "Diễn đàn", + "Bugtracker" : "Hệ ghi nhận lỗi", + "Commercial Support" : "Hỗ trợ có phí", + "Get the apps to sync your files" : "Nhận ứng dụng để đồng bộ file của bạn", + "Show First Run Wizard again" : "Hiện lại việc chạy đồ thuật khởi đầu", + "You have used %s of the available %s" : "Bạn đã sử dụng %s có sẵn %s ", + "Password" : "Mật khẩu", + "Your password was changed" : "Mật khẩu của bạn đã được thay đổi.", + "Unable to change your password" : "Không thể đổi mật khẩu", + "Current password" : "Mật khẩu cũ", + "New password" : "Mật khẩu mới", + "Change password" : "Đổi mật khẩu", + "Full Name" : "Họ và tên", + "Email" : "Email", + "Your email address" : "Email của bạn", + "Upload new" : "Tải lên", + "Remove image" : "Xóa ", + "Cancel" : "Hủy", + "Choose as profile image" : "Chọn hình ảnh như hồ sơ cá nhân", + "Language" : "Ngôn ngữ", + "Help translate" : "Hỗ trợ dịch thuật", + "Import Root Certificate" : "Nhập Root Certificate", + "Login Name" : "Tên đăng nhập", + "Create" : "Tạo", + "Group" : "N", + "Default Quota" : "Hạn ngạch mặt định", + "Unlimited" : "Không giới hạn", + "Other" : "Khác", + "Username" : "Tên đăng nhập", + "Quota" : "Hạn ngạch", + "change full name" : "Đổi họ và t", + "set new password" : "đặt mật khẩu mới", + "Default" : "Mặc định" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/vi.json b/settings/l10n/vi.json new file mode 100644 index 0000000000..2a1cbecc23 --- /dev/null +++ b/settings/l10n/vi.json @@ -0,0 +1,88 @@ +{ "translations": { + "Enabled" : "Bật", + "Authentication error" : "Lỗi xác thực", + "Your full name has been changed." : "Họ và tên đã được thay đổi.", + "Unable to change full name" : "Họ và tên không thể đổi ", + "Group already exists" : "Nhóm đã tồn tại", + "Unable to add group" : "Không thể thêm nhóm", + "Email saved" : "Lưu email", + "Invalid email" : "Email không hợp lệ", + "Unable to delete group" : "Không thể xóa nhóm", + "Unable to delete user" : "Không thể xóa người dùng", + "Language changed" : "Ngôn ngữ đã được thay đổi", + "Invalid request" : "Yêu cầu không hợp lệ", + "Admins can't remove themself from the admin group" : "Quản trị viên không thể loại bỏ chính họ khỏi nhóm quản lý", + "Unable to add user to group %s" : "Không thể thêm người dùng vào nhóm %s", + "Unable to remove user from group %s" : "Không thể xóa người dùng từ nhóm %s", + "Couldn't update app." : "Không thể cập nhật ứng dụng", + "Email sent" : "Email đã được gửi", + "All" : "Tất cả", + "Please wait...." : "Xin hãy đợi...", + "Disable" : "Tắt", + "Enable" : "Bật", + "Updating...." : "Đang cập nhật...", + "Error while updating app" : "Lỗi khi cập nhật ứng dụng", + "Updated" : "Đã cập nhật", + "Delete" : "Xóa", + "Groups" : "Nhóm", + "undo" : "lùi lại", + "never" : "không thay đổi", + "__language_name__" : "__Ngôn ngữ___", + "SSL root certificates" : "Chứng chỉ SSL root", + "Encryption" : "Mã hóa", + "None" : "Không gì cả", + "Login" : "Đăng nhập", + "Security Warning" : "Cảnh bảo bảo mật", + "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." : "Thư mục và các tập tin của bạn có thể được truy cập từ Internet. Tập tin .htaccess không làm việc. Chúng tôi đề nghị bạn cấu hình ebserver ,phân quyền lại thư mục dữ liệu và cấp quyền truy cập hoặc di chuyển thư mục dữ liệu bên ngoài tài liệu gốc máy chủ web.", + "Cron" : "Cron", + "Execute one task with each page loaded" : "Thực thi tác vụ mỗi khi trang được tải", + "Sharing" : "Chia sẻ", + "Allow apps to use the Share API" : "Cho phép các ứng dụng sử dụng chia sẻ API", + "Allow resharing" : "Cho phép chia sẻ lại", + "Server address" : "Địa chỉ máy chủ", + "Port" : "Cổng", + "Credentials" : "Giấy chứng nhận", + "Log" : "Log", + "More" : "hơn", + "Less" : "ít", + "Version" : "Phiên bản", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Được phát triển bởi cộng đồng ownCloud, mã nguồn đã được cấp phép theo chuẩn AGPL.", + "by" : "bởi", + "User Documentation" : "Tài liệu người sử dụng", + "Administrator Documentation" : "Tài liệu quản trị", + "Online Documentation" : "Tài liệu trực tuyến", + "Forum" : "Diễn đàn", + "Bugtracker" : "Hệ ghi nhận lỗi", + "Commercial Support" : "Hỗ trợ có phí", + "Get the apps to sync your files" : "Nhận ứng dụng để đồng bộ file của bạn", + "Show First Run Wizard again" : "Hiện lại việc chạy đồ thuật khởi đầu", + "You have used %s of the available %s" : "Bạn đã sử dụng %s có sẵn %s ", + "Password" : "Mật khẩu", + "Your password was changed" : "Mật khẩu của bạn đã được thay đổi.", + "Unable to change your password" : "Không thể đổi mật khẩu", + "Current password" : "Mật khẩu cũ", + "New password" : "Mật khẩu mới", + "Change password" : "Đổi mật khẩu", + "Full Name" : "Họ và tên", + "Email" : "Email", + "Your email address" : "Email của bạn", + "Upload new" : "Tải lên", + "Remove image" : "Xóa ", + "Cancel" : "Hủy", + "Choose as profile image" : "Chọn hình ảnh như hồ sơ cá nhân", + "Language" : "Ngôn ngữ", + "Help translate" : "Hỗ trợ dịch thuật", + "Import Root Certificate" : "Nhập Root Certificate", + "Login Name" : "Tên đăng nhập", + "Create" : "Tạo", + "Group" : "N", + "Default Quota" : "Hạn ngạch mặt định", + "Unlimited" : "Không giới hạn", + "Other" : "Khác", + "Username" : "Tên đăng nhập", + "Quota" : "Hạn ngạch", + "change full name" : "Đổi họ và t", + "set new password" : "đặt mật khẩu mới", + "Default" : "Mặc định" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/vi.php b/settings/l10n/vi.php deleted file mode 100644 index 5abff6a4e6..0000000000 --- a/settings/l10n/vi.php +++ /dev/null @@ -1,89 +0,0 @@ - "Bật", -"Authentication error" => "Lỗi xác thực", -"Your full name has been changed." => "Họ và tên đã được thay đổi.", -"Unable to change full name" => "Họ và tên không thể đổi ", -"Group already exists" => "Nhóm đã tồn tại", -"Unable to add group" => "Không thể thêm nhóm", -"Email saved" => "Lưu email", -"Invalid email" => "Email không hợp lệ", -"Unable to delete group" => "Không thể xóa nhóm", -"Unable to delete user" => "Không thể xóa người dùng", -"Language changed" => "Ngôn ngữ đã được thay đổi", -"Invalid request" => "Yêu cầu không hợp lệ", -"Admins can't remove themself from the admin group" => "Quản trị viên không thể loại bỏ chính họ khỏi nhóm quản lý", -"Unable to add user to group %s" => "Không thể thêm người dùng vào nhóm %s", -"Unable to remove user from group %s" => "Không thể xóa người dùng từ nhóm %s", -"Couldn't update app." => "Không thể cập nhật ứng dụng", -"Email sent" => "Email đã được gửi", -"All" => "Tất cả", -"Please wait...." => "Xin hãy đợi...", -"Disable" => "Tắt", -"Enable" => "Bật", -"Updating...." => "Đang cập nhật...", -"Error while updating app" => "Lỗi khi cập nhật ứng dụng", -"Updated" => "Đã cập nhật", -"Delete" => "Xóa", -"Groups" => "Nhóm", -"undo" => "lùi lại", -"never" => "không thay đổi", -"__language_name__" => "__Ngôn ngữ___", -"SSL root certificates" => "Chứng chỉ SSL root", -"Encryption" => "Mã hóa", -"None" => "Không gì cả", -"Login" => "Đăng nhập", -"Security Warning" => "Cảnh bảo bảo mật", -"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." => "Thư mục và các tập tin của bạn có thể được truy cập từ Internet. Tập tin .htaccess không làm việc. Chúng tôi đề nghị bạn cấu hình ebserver ,phân quyền lại thư mục dữ liệu và cấp quyền truy cập hoặc di chuyển thư mục dữ liệu bên ngoài tài liệu gốc máy chủ web.", -"Cron" => "Cron", -"Execute one task with each page loaded" => "Thực thi tác vụ mỗi khi trang được tải", -"Sharing" => "Chia sẻ", -"Allow apps to use the Share API" => "Cho phép các ứng dụng sử dụng chia sẻ API", -"Allow resharing" => "Cho phép chia sẻ lại", -"Server address" => "Địa chỉ máy chủ", -"Port" => "Cổng", -"Credentials" => "Giấy chứng nhận", -"Log" => "Log", -"More" => "hơn", -"Less" => "ít", -"Version" => "Phiên bản", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Được phát triển bởi cộng đồng ownCloud, mã nguồn đã được cấp phép theo chuẩn AGPL.", -"by" => "bởi", -"User Documentation" => "Tài liệu người sử dụng", -"Administrator Documentation" => "Tài liệu quản trị", -"Online Documentation" => "Tài liệu trực tuyến", -"Forum" => "Diễn đàn", -"Bugtracker" => "Hệ ghi nhận lỗi", -"Commercial Support" => "Hỗ trợ có phí", -"Get the apps to sync your files" => "Nhận ứng dụng để đồng bộ file của bạn", -"Show First Run Wizard again" => "Hiện lại việc chạy đồ thuật khởi đầu", -"You have used %s of the available %s" => "Bạn đã sử dụng %s có sẵn %s ", -"Password" => "Mật khẩu", -"Your password was changed" => "Mật khẩu của bạn đã được thay đổi.", -"Unable to change your password" => "Không thể đổi mật khẩu", -"Current password" => "Mật khẩu cũ", -"New password" => "Mật khẩu mới", -"Change password" => "Đổi mật khẩu", -"Full Name" => "Họ và tên", -"Email" => "Email", -"Your email address" => "Email của bạn", -"Upload new" => "Tải lên", -"Remove image" => "Xóa ", -"Cancel" => "Hủy", -"Choose as profile image" => "Chọn hình ảnh như hồ sơ cá nhân", -"Language" => "Ngôn ngữ", -"Help translate" => "Hỗ trợ dịch thuật", -"Import Root Certificate" => "Nhập Root Certificate", -"Login Name" => "Tên đăng nhập", -"Create" => "Tạo", -"Group" => "N", -"Default Quota" => "Hạn ngạch mặt định", -"Unlimited" => "Không giới hạn", -"Other" => "Khác", -"Username" => "Tên đăng nhập", -"Quota" => "Hạn ngạch", -"change full name" => "Đổi họ và t", -"set new password" => "đặt mật khẩu mới", -"Default" => "Mặc định" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js new file mode 100644 index 0000000000..77e0a3e945 --- /dev/null +++ b/settings/l10n/zh_CN.js @@ -0,0 +1,230 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "开启", + "Authentication error" : "认证错误", + "Your full name has been changed." : "您的全名已修改。", + "Unable to change full name" : "无法修改全名", + "Group already exists" : "已存在该组", + "Unable to add group" : "无法增加组", + "Files decrypted successfully" : "文件解密成功", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "无法解密您的文件,请检查您的 owncloud.log 或询问管理员", + "Couldn't decrypt your files, check your password and try again" : "无法解密您的文件,请检查密码并重试。", + "Encryption keys deleted permanently" : "加密密钥已经永久删除", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "无法永久删除您的加密密钥,请检查 owncloud.log 或联系管理员", + "Couldn't remove app." : "无法删除应用。", + "Email saved" : "电子邮件已保存", + "Invalid email" : "无效的电子邮件", + "Unable to delete group" : "无法删除组", + "Unable to delete user" : "无法删除用户", + "Backups restored successfully" : "恢复备份成功", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "无法恢复加密密钥,请检查 owncloud.log 或联系管理员", + "Language changed" : "语言已修改", + "Invalid request" : "无效请求", + "Admins can't remove themself from the admin group" : "管理员不能将自己移出管理组。", + "Unable to add user to group %s" : "无法把用户增加到组 %s", + "Unable to remove user from group %s" : "无法从组%s中移除用户", + "Couldn't update app." : "无法更新 app。", + "Wrong password" : "错误密码", + "No user supplied" : "没有满足的用户", + "Please provide an admin recovery password, otherwise all user data will be lost" : "请提供管理员恢复密码,否则所有用户的数据都将遗失。", + "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" : "不能更改密码", + "Saved" : "已保存", + "test email settings" : "测试电子邮件设置", + "If you received this email, the settings seem to be correct." : "如果您收到了这封邮件,看起来设置没有问题。", + "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}\" 为信任域?", + "Add trusted domain" : "添加信任域", + "Sending..." : "正在发送...", + "All" : "全部", + "Please wait...." : "请稍等....", + "Error while disabling app" : "禁用 app 时出错", + "Disable" : "禁用", + "Enable" : "开启", + "Error while enabling app" : "启用 app 时出错", + "Updating...." : "正在更新....", + "Error while updating app" : "更新 app 时出错", + "Updated" : "已更新", + "Uninstalling ...." : "卸载中....", + "Error while uninstalling app" : "卸载应用时发生了一个错误", + "Uninstall" : "卸载", + "Select a profile picture" : "选择头像", + "Very weak password" : "非常弱的密码", + "Weak password" : "弱密码", + "So-so password" : "一般强度的密码", + "Good password" : "较强的密码", + "Strong password" : "强密码", + "Valid until {date}" : "有效期至 {date}", + "Delete" : "删除", + "Decrypting files... Please wait, this can take some time." : "正在解密文件... 请稍等,可能需要一些时间。", + "Delete encryption keys permanently." : "永久删除加密密钥。", + "Restore encryption keys." : "恢复加密密钥。", + "Groups" : "组", + "Unable to delete {objName}" : "无法删除 {objName}", + "Error creating group" : "创建组时出错", + "A valid group name must be provided" : "请提供一个有效的组名称", + "deleted {groupName}" : "已删除 {groupName}", + "undo" : "撤销", + "never" : "从不", + "deleted {userName}" : "已删除 {userName}", + "add group" : "增加组", + "A valid username must be provided" : "必须提供合法的用户名", + "Error creating user" : "创建用户出错", + "A valid password must be provided" : "必须提供合法的密码", + "Warning: Home directory for user \"{user}\" already exists" : "警告:用户 \"{user}\" 的家目录已存在", + "__language_name__" : "简体中文", + "SSL root certificates" : "SSL根证书", + "Encryption" : "加密", + "Everything (fatal issues, errors, warnings, info, debug)" : "所有(灾难性问题,错误,警告,信息,调试)", + "Info, warnings, errors and fatal issues" : "信息,警告,错误和灾难性问题", + "Warnings, errors and fatal issues" : "警告,错误和灾难性问题", + "Errors and fatal issues" : "错误和灾难性问题", + "Fatal issues only" : "仅灾难性问题", + "None" : "无", + "Login" : "登录", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN 管理器", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "安全警告", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "您正通过 HTTP 访问 %s。我们强烈建议您配置你的服务器来要求使用 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." : "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.htaccess文件未生效。我们强烈建议您配置服务器,以使数据文件夹不可被访问,或者将数据文件夹移到web服务器以外。", + "Setup Warning" : "设置警告", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP 被设置为移除行内 块,这将导致数个核心应用无法访问。", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "这可能是由缓存/加速器造成的,例如 Zend OPcache 或 eAccelerator。", + "Database Performance Info" : "数据库性能信息", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite 正在使用。我们建议大型网站切换到其他数据库。请使用命令行工具:“occ db:convert-type”迁移数据库", + "Module 'fileinfo' missing" : "模块'文件信息'丢失", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP模块'文件信息'丢失. 我们强烈建议启用此模块以便mime类型检测取得最佳结果.", + "Your PHP version is outdated" : "您的 PHP 版本不是最新版", + "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." : "您的 PHP 版本已过期。强烈建议更新至 5.3.8 或者更新版本因为老版本存在已知问题。本次安装可能并未正常工作。", + "PHP charset is not set to UTF-8" : "PHP字符集没有设置为UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP字符集没有设置为UTF-8。这会导致非ASC||字符的文件名出现乱码。我们强烈建议修改php.ini文件中的'default_charset' 的值为 'UTF-8'", + "Locale not working" : "本地化无法工作", + "System locale can not be set to a one which supports UTF-8." : "系统语系无法设置为支持 UTF-8 的语系。", + "This means that there might be problems with certain characters in file names." : "这意味着一些文件名中的特定字符可能有问题。", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "强烈建议在您的系统上安装需要的软件包来支持以下语系之一:%s。", + "URL generation in notification emails" : "在通知邮件里生成URL", + "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\")" : "如果你没有安装ownCloud在域名的根目录里,并使用系统的crom,这会导致URL的生成出错。要避免这个问题,请设置 config.php 文件中的\"overwritewebroot\" 参数值为你的实际安装web路径。(建议为: \"%s\")", + "Connectivity checks" : "网络连接检查", + "No problems found" : "未发现问题", + "Please double check the installation guides." : "请认真检查安装指南.", + "Cron" : "计划任务", + "Last cron was executed at %s." : "上次定时任务执行于 %s。", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "上次定时任务执行于 %s。这是在一个小时之前执行的,可能出了什么问题。", + "Cron was not executed yet!" : "定时任务还未被执行!", + "Execute one task with each page loaded" : "每个页面加载后执行一个任务", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php 已注册于一个 webcron 服务来通过 http 每 15 分钟执行 cron.php。", + "Use system's cron service to call the cron.php file every 15 minutes." : "使用系统 CRON 服务每 15 分钟执行一次 cron.php 文件。", + "Sharing" : "共享", + "Allow apps to use the Share API" : "允许应用软件使用共享API", + "Allow users to share via link" : "允许用户通过链接分享文件", + "Enforce password protection" : "强制密码保护", + "Allow public uploads" : "允许公开上传", + "Set default expiration date" : "设置默认过期日期", + "Expire after " : "过期于", + "days" : "天", + "Enforce expiration date" : "强制过期日期", + "Allow resharing" : "允许再次共享", + "Restrict users to only share with users in their groups" : "限制仅与组内用户分享", + "Allow users to send mail notification for shared files" : "允许用户发送共享文件的邮件通知", + "Exclude groups from sharing" : "在分享中排除组", + "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取分享,但无法向他人分享。", + "Security" : "安全", + "Enforce HTTPS" : "强制使用 HTTPS", + "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." : "请经由HTTPS连接到这个%s 实例来启用或禁用强制SSL.", + "Email Server" : "电子邮件服务器", + "This is used for sending out notifications." : "这被用于发送通知。", + "Send mode" : "发送模式", + "From address" : "来自地址", + "mail" : "邮件", + "Authentication method" : "认证方法", + "Authentication required" : "需要认证", + "Server address" : "服务器地址", + "Port" : "端口", + "Credentials" : "凭证", + "SMTP Username" : "SMTP 用户名", + "SMTP Password" : "SMTP 密码", + "Test email settings" : "测试电子邮件设置", + "Send email" : "发送邮件", + "Log" : "日志", + "Log level" : "日志级别", + "More" : "更多", + "Less" : "更少", + "Version" : "版本", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "由ownCloud社区开发, 源代码AGPL许可证下发布。", + "More apps" : "更多应用", + "by" : "被", + "Documentation:" : "文档:", + "User Documentation" : "用户文档", + "Admin Documentation" : "管理员文档", + "Enable only for specific groups" : "仅对特定的组开放", + "Uninstall App" : "下载应用", + "Administrator Documentation" : "管理员文档", + "Online Documentation" : "在线文档", + "Forum" : "论坛", + "Bugtracker" : "问题跟踪器", + "Commercial Support" : "商业支持", + "Get the apps to sync your files" : "安装应用进行文件同步", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "加入开发\n或\n帮助推广以支持本项目!", + "Show First Run Wizard again" : "再次显示首次运行向导", + "You have used %s of the available %s" : "你已使用 %s,有效空间 %s", + "Password" : "密码", + "Your password was changed" : "密码已修改", + "Unable to change your password" : "无法修改密码", + "Current password" : "当前密码", + "New password" : "新密码", + "Change password" : "修改密码", + "Full Name" : "全名", + "Email" : "电子邮件", + "Your email address" : "您的电子邮件", + "Fill in an email address to enable password recovery and receive notifications" : "填入电子邮件地址从而启用密码恢复和接收通知", + "Profile picture" : "联系人图片", + "Upload new" : "上传新的", + "Select new from Files" : "从文件中选择一个新的", + "Remove image" : "移除图片", + "Either png or jpg. Ideally square but you will be able to crop it." : "png 或 jpg。正方形比较理想但你也可以之后对其进行裁剪。", + "Your avatar is provided by your original account." : "您的头像由您的原始账户所提供。", + "Cancel" : "取消", + "Choose as profile image" : "用作头像", + "Language" : "语言", + "Help translate" : "帮助翻译", + "Common Name" : "通用名称", + "Valid until" : "有效期至", + "Issued By" : "授权由", + "Valid until %s" : "有效期至 %s", + "Import Root Certificate" : "导入根证书", + "The encryption app is no longer enabled, please decrypt all your files" : "加密 app 不再被启用,请解密您所有的文件", + "Log-in password" : "登录密码", + "Decrypt all Files" : "解密所有文件", + "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." : "您的加密密钥已经移动到一个备份位置。如果发生了错误您可以恢复密钥,当确认所有文件已经正确解密时才可永久删除密钥。", + "Restore Encryption Keys" : "恢复加密密钥", + "Delete Encryption Keys" : "删除加密密钥", + "Show storage location" : "显示存储位置", + "Show last log in" : "显示最后登录", + "Login Name" : "登录名称", + "Create" : "创建", + "Admin Recovery Password" : "管理恢复密码", + "Enter the recovery password in order to recover the users files during password change" : "输入恢复密码来在更改密码的时候恢复用户文件", + "Search Users and Groups" : "搜索用户和组", + "Add Group" : "增加组", + "Group" : "分组", + "Everyone" : "所有人", + "Admins" : "管理员", + "Default Quota" : "默认配额", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "请输入存储限额 (ex: \"512 MB\" or \"12 GB\")", + "Unlimited" : "无限", + "Other" : "其它", + "Username" : "用户名", + "Quota" : "配额", + "Storage Location" : "存储空间位置", + "Last Login" : "最后登录", + "change full name" : "更改全名", + "set new password" : "设置新密码", + "Default" : "默认" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json new file mode 100644 index 0000000000..ddfc5cab5a --- /dev/null +++ b/settings/l10n/zh_CN.json @@ -0,0 +1,228 @@ +{ "translations": { + "Enabled" : "开启", + "Authentication error" : "认证错误", + "Your full name has been changed." : "您的全名已修改。", + "Unable to change full name" : "无法修改全名", + "Group already exists" : "已存在该组", + "Unable to add group" : "无法增加组", + "Files decrypted successfully" : "文件解密成功", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "无法解密您的文件,请检查您的 owncloud.log 或询问管理员", + "Couldn't decrypt your files, check your password and try again" : "无法解密您的文件,请检查密码并重试。", + "Encryption keys deleted permanently" : "加密密钥已经永久删除", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "无法永久删除您的加密密钥,请检查 owncloud.log 或联系管理员", + "Couldn't remove app." : "无法删除应用。", + "Email saved" : "电子邮件已保存", + "Invalid email" : "无效的电子邮件", + "Unable to delete group" : "无法删除组", + "Unable to delete user" : "无法删除用户", + "Backups restored successfully" : "恢复备份成功", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "无法恢复加密密钥,请检查 owncloud.log 或联系管理员", + "Language changed" : "语言已修改", + "Invalid request" : "无效请求", + "Admins can't remove themself from the admin group" : "管理员不能将自己移出管理组。", + "Unable to add user to group %s" : "无法把用户增加到组 %s", + "Unable to remove user from group %s" : "无法从组%s中移除用户", + "Couldn't update app." : "无法更新 app。", + "Wrong password" : "错误密码", + "No user supplied" : "没有满足的用户", + "Please provide an admin recovery password, otherwise all user data will be lost" : "请提供管理员恢复密码,否则所有用户的数据都将遗失。", + "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" : "不能更改密码", + "Saved" : "已保存", + "test email settings" : "测试电子邮件设置", + "If you received this email, the settings seem to be correct." : "如果您收到了这封邮件,看起来设置没有问题。", + "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}\" 为信任域?", + "Add trusted domain" : "添加信任域", + "Sending..." : "正在发送...", + "All" : "全部", + "Please wait...." : "请稍等....", + "Error while disabling app" : "禁用 app 时出错", + "Disable" : "禁用", + "Enable" : "开启", + "Error while enabling app" : "启用 app 时出错", + "Updating...." : "正在更新....", + "Error while updating app" : "更新 app 时出错", + "Updated" : "已更新", + "Uninstalling ...." : "卸载中....", + "Error while uninstalling app" : "卸载应用时发生了一个错误", + "Uninstall" : "卸载", + "Select a profile picture" : "选择头像", + "Very weak password" : "非常弱的密码", + "Weak password" : "弱密码", + "So-so password" : "一般强度的密码", + "Good password" : "较强的密码", + "Strong password" : "强密码", + "Valid until {date}" : "有效期至 {date}", + "Delete" : "删除", + "Decrypting files... Please wait, this can take some time." : "正在解密文件... 请稍等,可能需要一些时间。", + "Delete encryption keys permanently." : "永久删除加密密钥。", + "Restore encryption keys." : "恢复加密密钥。", + "Groups" : "组", + "Unable to delete {objName}" : "无法删除 {objName}", + "Error creating group" : "创建组时出错", + "A valid group name must be provided" : "请提供一个有效的组名称", + "deleted {groupName}" : "已删除 {groupName}", + "undo" : "撤销", + "never" : "从不", + "deleted {userName}" : "已删除 {userName}", + "add group" : "增加组", + "A valid username must be provided" : "必须提供合法的用户名", + "Error creating user" : "创建用户出错", + "A valid password must be provided" : "必须提供合法的密码", + "Warning: Home directory for user \"{user}\" already exists" : "警告:用户 \"{user}\" 的家目录已存在", + "__language_name__" : "简体中文", + "SSL root certificates" : "SSL根证书", + "Encryption" : "加密", + "Everything (fatal issues, errors, warnings, info, debug)" : "所有(灾难性问题,错误,警告,信息,调试)", + "Info, warnings, errors and fatal issues" : "信息,警告,错误和灾难性问题", + "Warnings, errors and fatal issues" : "警告,错误和灾难性问题", + "Errors and fatal issues" : "错误和灾难性问题", + "Fatal issues only" : "仅灾难性问题", + "None" : "无", + "Login" : "登录", + "Plain" : "Plain", + "NT LAN Manager" : "NT LAN 管理器", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "安全警告", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "您正通过 HTTP 访问 %s。我们强烈建议您配置你的服务器来要求使用 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." : "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.htaccess文件未生效。我们强烈建议您配置服务器,以使数据文件夹不可被访问,或者将数据文件夹移到web服务器以外。", + "Setup Warning" : "设置警告", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP 被设置为移除行内 块,这将导致数个核心应用无法访问。", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "这可能是由缓存/加速器造成的,例如 Zend OPcache 或 eAccelerator。", + "Database Performance Info" : "数据库性能信息", + "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite 正在使用。我们建议大型网站切换到其他数据库。请使用命令行工具:“occ db:convert-type”迁移数据库", + "Module 'fileinfo' missing" : "模块'文件信息'丢失", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP模块'文件信息'丢失. 我们强烈建议启用此模块以便mime类型检测取得最佳结果.", + "Your PHP version is outdated" : "您的 PHP 版本不是最新版", + "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." : "您的 PHP 版本已过期。强烈建议更新至 5.3.8 或者更新版本因为老版本存在已知问题。本次安装可能并未正常工作。", + "PHP charset is not set to UTF-8" : "PHP字符集没有设置为UTF-8", + "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." : "PHP字符集没有设置为UTF-8。这会导致非ASC||字符的文件名出现乱码。我们强烈建议修改php.ini文件中的'default_charset' 的值为 'UTF-8'", + "Locale not working" : "本地化无法工作", + "System locale can not be set to a one which supports UTF-8." : "系统语系无法设置为支持 UTF-8 的语系。", + "This means that there might be problems with certain characters in file names." : "这意味着一些文件名中的特定字符可能有问题。", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "强烈建议在您的系统上安装需要的软件包来支持以下语系之一:%s。", + "URL generation in notification emails" : "在通知邮件里生成URL", + "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\")" : "如果你没有安装ownCloud在域名的根目录里,并使用系统的crom,这会导致URL的生成出错。要避免这个问题,请设置 config.php 文件中的\"overwritewebroot\" 参数值为你的实际安装web路径。(建议为: \"%s\")", + "Connectivity checks" : "网络连接检查", + "No problems found" : "未发现问题", + "Please double check the installation guides." : "请认真检查安装指南.", + "Cron" : "计划任务", + "Last cron was executed at %s." : "上次定时任务执行于 %s。", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "上次定时任务执行于 %s。这是在一个小时之前执行的,可能出了什么问题。", + "Cron was not executed yet!" : "定时任务还未被执行!", + "Execute one task with each page loaded" : "每个页面加载后执行一个任务", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php 已注册于一个 webcron 服务来通过 http 每 15 分钟执行 cron.php。", + "Use system's cron service to call the cron.php file every 15 minutes." : "使用系统 CRON 服务每 15 分钟执行一次 cron.php 文件。", + "Sharing" : "共享", + "Allow apps to use the Share API" : "允许应用软件使用共享API", + "Allow users to share via link" : "允许用户通过链接分享文件", + "Enforce password protection" : "强制密码保护", + "Allow public uploads" : "允许公开上传", + "Set default expiration date" : "设置默认过期日期", + "Expire after " : "过期于", + "days" : "天", + "Enforce expiration date" : "强制过期日期", + "Allow resharing" : "允许再次共享", + "Restrict users to only share with users in their groups" : "限制仅与组内用户分享", + "Allow users to send mail notification for shared files" : "允许用户发送共享文件的邮件通知", + "Exclude groups from sharing" : "在分享中排除组", + "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取分享,但无法向他人分享。", + "Security" : "安全", + "Enforce HTTPS" : "强制使用 HTTPS", + "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." : "请经由HTTPS连接到这个%s 实例来启用或禁用强制SSL.", + "Email Server" : "电子邮件服务器", + "This is used for sending out notifications." : "这被用于发送通知。", + "Send mode" : "发送模式", + "From address" : "来自地址", + "mail" : "邮件", + "Authentication method" : "认证方法", + "Authentication required" : "需要认证", + "Server address" : "服务器地址", + "Port" : "端口", + "Credentials" : "凭证", + "SMTP Username" : "SMTP 用户名", + "SMTP Password" : "SMTP 密码", + "Test email settings" : "测试电子邮件设置", + "Send email" : "发送邮件", + "Log" : "日志", + "Log level" : "日志级别", + "More" : "更多", + "Less" : "更少", + "Version" : "版本", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "由ownCloud社区开发, 源代码AGPL许可证下发布。", + "More apps" : "更多应用", + "by" : "被", + "Documentation:" : "文档:", + "User Documentation" : "用户文档", + "Admin Documentation" : "管理员文档", + "Enable only for specific groups" : "仅对特定的组开放", + "Uninstall App" : "下载应用", + "Administrator Documentation" : "管理员文档", + "Online Documentation" : "在线文档", + "Forum" : "论坛", + "Bugtracker" : "问题跟踪器", + "Commercial Support" : "商业支持", + "Get the apps to sync your files" : "安装应用进行文件同步", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "加入开发\n或\n帮助推广以支持本项目!", + "Show First Run Wizard again" : "再次显示首次运行向导", + "You have used %s of the available %s" : "你已使用 %s,有效空间 %s", + "Password" : "密码", + "Your password was changed" : "密码已修改", + "Unable to change your password" : "无法修改密码", + "Current password" : "当前密码", + "New password" : "新密码", + "Change password" : "修改密码", + "Full Name" : "全名", + "Email" : "电子邮件", + "Your email address" : "您的电子邮件", + "Fill in an email address to enable password recovery and receive notifications" : "填入电子邮件地址从而启用密码恢复和接收通知", + "Profile picture" : "联系人图片", + "Upload new" : "上传新的", + "Select new from Files" : "从文件中选择一个新的", + "Remove image" : "移除图片", + "Either png or jpg. Ideally square but you will be able to crop it." : "png 或 jpg。正方形比较理想但你也可以之后对其进行裁剪。", + "Your avatar is provided by your original account." : "您的头像由您的原始账户所提供。", + "Cancel" : "取消", + "Choose as profile image" : "用作头像", + "Language" : "语言", + "Help translate" : "帮助翻译", + "Common Name" : "通用名称", + "Valid until" : "有效期至", + "Issued By" : "授权由", + "Valid until %s" : "有效期至 %s", + "Import Root Certificate" : "导入根证书", + "The encryption app is no longer enabled, please decrypt all your files" : "加密 app 不再被启用,请解密您所有的文件", + "Log-in password" : "登录密码", + "Decrypt all Files" : "解密所有文件", + "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." : "您的加密密钥已经移动到一个备份位置。如果发生了错误您可以恢复密钥,当确认所有文件已经正确解密时才可永久删除密钥。", + "Restore Encryption Keys" : "恢复加密密钥", + "Delete Encryption Keys" : "删除加密密钥", + "Show storage location" : "显示存储位置", + "Show last log in" : "显示最后登录", + "Login Name" : "登录名称", + "Create" : "创建", + "Admin Recovery Password" : "管理恢复密码", + "Enter the recovery password in order to recover the users files during password change" : "输入恢复密码来在更改密码的时候恢复用户文件", + "Search Users and Groups" : "搜索用户和组", + "Add Group" : "增加组", + "Group" : "分组", + "Everyone" : "所有人", + "Admins" : "管理员", + "Default Quota" : "默认配额", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "请输入存储限额 (ex: \"512 MB\" or \"12 GB\")", + "Unlimited" : "无限", + "Other" : "其它", + "Username" : "用户名", + "Quota" : "配额", + "Storage Location" : "存储空间位置", + "Last Login" : "最后登录", + "change full name" : "更改全名", + "set new password" : "设置新密码", + "Default" : "默认" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php deleted file mode 100644 index 49c8021e2a..0000000000 --- a/settings/l10n/zh_CN.php +++ /dev/null @@ -1,229 +0,0 @@ - "开启", -"Authentication error" => "认证错误", -"Your full name has been changed." => "您的全名已修改。", -"Unable to change full name" => "无法修改全名", -"Group already exists" => "已存在该组", -"Unable to add group" => "无法增加组", -"Files decrypted successfully" => "文件解密成功", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "无法解密您的文件,请检查您的 owncloud.log 或询问管理员", -"Couldn't decrypt your files, check your password and try again" => "无法解密您的文件,请检查密码并重试。", -"Encryption keys deleted permanently" => "加密密钥已经永久删除", -"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "无法永久删除您的加密密钥,请检查 owncloud.log 或联系管理员", -"Couldn't remove app." => "无法删除应用。", -"Email saved" => "电子邮件已保存", -"Invalid email" => "无效的电子邮件", -"Unable to delete group" => "无法删除组", -"Unable to delete user" => "无法删除用户", -"Backups restored successfully" => "恢复备份成功", -"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "无法恢复加密密钥,请检查 owncloud.log 或联系管理员", -"Language changed" => "语言已修改", -"Invalid request" => "无效请求", -"Admins can't remove themself from the admin group" => "管理员不能将自己移出管理组。", -"Unable to add user to group %s" => "无法把用户增加到组 %s", -"Unable to remove user from group %s" => "无法从组%s中移除用户", -"Couldn't update app." => "无法更新 app。", -"Wrong password" => "错误密码", -"No user supplied" => "没有满足的用户", -"Please provide an admin recovery password, otherwise all user data will be lost" => "请提供管理员恢复密码,否则所有用户的数据都将遗失。", -"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" => "不能更改密码", -"Saved" => "已保存", -"test email settings" => "测试电子邮件设置", -"If you received this email, the settings seem to be correct." => "如果您收到了这封邮件,看起来设置没有问题。", -"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}\" 为信任域?", -"Add trusted domain" => "添加信任域", -"Sending..." => "正在发送...", -"All" => "全部", -"Please wait...." => "请稍等....", -"Error while disabling app" => "禁用 app 时出错", -"Disable" => "禁用", -"Enable" => "开启", -"Error while enabling app" => "启用 app 时出错", -"Updating...." => "正在更新....", -"Error while updating app" => "更新 app 时出错", -"Updated" => "已更新", -"Uninstalling ...." => "卸载中....", -"Error while uninstalling app" => "卸载应用时发生了一个错误", -"Uninstall" => "卸载", -"Select a profile picture" => "选择头像", -"Very weak password" => "非常弱的密码", -"Weak password" => "弱密码", -"So-so password" => "一般强度的密码", -"Good password" => "较强的密码", -"Strong password" => "强密码", -"Valid until {date}" => "有效期至 {date}", -"Delete" => "删除", -"Decrypting files... Please wait, this can take some time." => "正在解密文件... 请稍等,可能需要一些时间。", -"Delete encryption keys permanently." => "永久删除加密密钥。", -"Restore encryption keys." => "恢复加密密钥。", -"Groups" => "组", -"Unable to delete {objName}" => "无法删除 {objName}", -"Error creating group" => "创建组时出错", -"A valid group name must be provided" => "请提供一个有效的组名称", -"deleted {groupName}" => "已删除 {groupName}", -"undo" => "撤销", -"never" => "从不", -"deleted {userName}" => "已删除 {userName}", -"add group" => "增加组", -"A valid username must be provided" => "必须提供合法的用户名", -"Error creating user" => "创建用户出错", -"A valid password must be provided" => "必须提供合法的密码", -"Warning: Home directory for user \"{user}\" already exists" => "警告:用户 \"{user}\" 的家目录已存在", -"__language_name__" => "简体中文", -"SSL root certificates" => "SSL根证书", -"Encryption" => "加密", -"Everything (fatal issues, errors, warnings, info, debug)" => "所有(灾难性问题,错误,警告,信息,调试)", -"Info, warnings, errors and fatal issues" => "信息,警告,错误和灾难性问题", -"Warnings, errors and fatal issues" => "警告,错误和灾难性问题", -"Errors and fatal issues" => "错误和灾难性问题", -"Fatal issues only" => "仅灾难性问题", -"None" => "无", -"Login" => "登录", -"Plain" => "Plain", -"NT LAN Manager" => "NT LAN 管理器", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "安全警告", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "您正通过 HTTP 访问 %s。我们强烈建议您配置你的服务器来要求使用 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." => "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.htaccess文件未生效。我们强烈建议您配置服务器,以使数据文件夹不可被访问,或者将数据文件夹移到web服务器以外。", -"Setup Warning" => "设置警告", -"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP 被设置为移除行内 块,这将导致数个核心应用无法访问。", -"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "这可能是由缓存/加速器造成的,例如 Zend OPcache 或 eAccelerator。", -"Database Performance Info" => "数据库性能信息", -"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite 正在使用。我们建议大型网站切换到其他数据库。请使用命令行工具:“occ db:convert-type”迁移数据库", -"Module 'fileinfo' missing" => "模块'文件信息'丢失", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP模块'文件信息'丢失. 我们强烈建议启用此模块以便mime类型检测取得最佳结果.", -"Your PHP version is outdated" => "您的 PHP 版本不是最新版", -"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." => "您的 PHP 版本已过期。强烈建议更新至 5.3.8 或者更新版本因为老版本存在已知问题。本次安装可能并未正常工作。", -"PHP charset is not set to UTF-8" => "PHP字符集没有设置为UTF-8", -"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP字符集没有设置为UTF-8。这会导致非ASC||字符的文件名出现乱码。我们强烈建议修改php.ini文件中的'default_charset' 的值为 'UTF-8'", -"Locale not working" => "本地化无法工作", -"System locale can not be set to a one which supports UTF-8." => "系统语系无法设置为支持 UTF-8 的语系。", -"This means that there might be problems with certain characters in file names." => "这意味着一些文件名中的特定字符可能有问题。", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "强烈建议在您的系统上安装需要的软件包来支持以下语系之一:%s。", -"URL generation in notification emails" => "在通知邮件里生成URL", -"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\")" => "如果你没有安装ownCloud在域名的根目录里,并使用系统的crom,这会导致URL的生成出错。要避免这个问题,请设置 config.php 文件中的\"overwritewebroot\" 参数值为你的实际安装web路径。(建议为: \"%s\")", -"Connectivity checks" => "网络连接检查", -"No problems found" => "未发现问题", -"Please double check the installation guides." => "请认真检查安装指南.", -"Cron" => "计划任务", -"Last cron was executed at %s." => "上次定时任务执行于 %s。", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "上次定时任务执行于 %s。这是在一个小时之前执行的,可能出了什么问题。", -"Cron was not executed yet!" => "定时任务还未被执行!", -"Execute one task with each page loaded" => "每个页面加载后执行一个任务", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php 已注册于一个 webcron 服务来通过 http 每 15 分钟执行 cron.php。", -"Use system's cron service to call the cron.php file every 15 minutes." => "使用系统 CRON 服务每 15 分钟执行一次 cron.php 文件。", -"Sharing" => "共享", -"Allow apps to use the Share API" => "允许应用软件使用共享API", -"Allow users to share via link" => "允许用户通过链接分享文件", -"Enforce password protection" => "强制密码保护", -"Allow public uploads" => "允许公开上传", -"Set default expiration date" => "设置默认过期日期", -"Expire after " => "过期于", -"days" => "天", -"Enforce expiration date" => "强制过期日期", -"Allow resharing" => "允许再次共享", -"Restrict users to only share with users in their groups" => "限制仅与组内用户分享", -"Allow users to send mail notification for shared files" => "允许用户发送共享文件的邮件通知", -"Exclude groups from sharing" => "在分享中排除组", -"These groups will still be able to receive shares, but not to initiate them." => "这些组将仍可以获取分享,但无法向他人分享。", -"Security" => "安全", -"Enforce HTTPS" => "强制使用 HTTPS", -"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." => "请经由HTTPS连接到这个%s 实例来启用或禁用强制SSL.", -"Email Server" => "电子邮件服务器", -"This is used for sending out notifications." => "这被用于发送通知。", -"Send mode" => "发送模式", -"From address" => "来自地址", -"mail" => "邮件", -"Authentication method" => "认证方法", -"Authentication required" => "需要认证", -"Server address" => "服务器地址", -"Port" => "端口", -"Credentials" => "凭证", -"SMTP Username" => "SMTP 用户名", -"SMTP Password" => "SMTP 密码", -"Test email settings" => "测试电子邮件设置", -"Send email" => "发送邮件", -"Log" => "日志", -"Log level" => "日志级别", -"More" => "更多", -"Less" => "更少", -"Version" => "版本", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "由ownCloud社区开发, 源代码AGPL许可证下发布。", -"More apps" => "更多应用", -"by" => "被", -"Documentation:" => "文档:", -"User Documentation" => "用户文档", -"Admin Documentation" => "管理员文档", -"Enable only for specific groups" => "仅对特定的组开放", -"Uninstall App" => "下载应用", -"Administrator Documentation" => "管理员文档", -"Online Documentation" => "在线文档", -"Forum" => "论坛", -"Bugtracker" => "问题跟踪器", -"Commercial Support" => "商业支持", -"Get the apps to sync your files" => "安装应用进行文件同步", -"If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" => "加入开发\n或\n帮助推广以支持本项目!", -"Show First Run Wizard again" => "再次显示首次运行向导", -"You have used %s of the available %s" => "你已使用 %s,有效空间 %s", -"Password" => "密码", -"Your password was changed" => "密码已修改", -"Unable to change your password" => "无法修改密码", -"Current password" => "当前密码", -"New password" => "新密码", -"Change password" => "修改密码", -"Full Name" => "全名", -"Email" => "电子邮件", -"Your email address" => "您的电子邮件", -"Fill in an email address to enable password recovery and receive notifications" => "填入电子邮件地址从而启用密码恢复和接收通知", -"Profile picture" => "联系人图片", -"Upload new" => "上传新的", -"Select new from Files" => "从文件中选择一个新的", -"Remove image" => "移除图片", -"Either png or jpg. Ideally square but you will be able to crop it." => "png 或 jpg。正方形比较理想但你也可以之后对其进行裁剪。", -"Your avatar is provided by your original account." => "您的头像由您的原始账户所提供。", -"Cancel" => "取消", -"Choose as profile image" => "用作头像", -"Language" => "语言", -"Help translate" => "帮助翻译", -"Common Name" => "通用名称", -"Valid until" => "有效期至", -"Issued By" => "授权由", -"Valid until %s" => "有效期至 %s", -"Import Root Certificate" => "导入根证书", -"The encryption app is no longer enabled, please decrypt all your files" => "加密 app 不再被启用,请解密您所有的文件", -"Log-in password" => "登录密码", -"Decrypt all Files" => "解密所有文件", -"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." => "您的加密密钥已经移动到一个备份位置。如果发生了错误您可以恢复密钥,当确认所有文件已经正确解密时才可永久删除密钥。", -"Restore Encryption Keys" => "恢复加密密钥", -"Delete Encryption Keys" => "删除加密密钥", -"Show storage location" => "显示存储位置", -"Show last log in" => "显示最后登录", -"Login Name" => "登录名称", -"Create" => "创建", -"Admin Recovery Password" => "管理恢复密码", -"Enter the recovery password in order to recover the users files during password change" => "输入恢复密码来在更改密码的时候恢复用户文件", -"Search Users and Groups" => "搜索用户和组", -"Add Group" => "增加组", -"Group" => "分组", -"Everyone" => "所有人", -"Admins" => "管理员", -"Default Quota" => "默认配额", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "请输入存储限额 (ex: \"512 MB\" or \"12 GB\")", -"Unlimited" => "无限", -"Other" => "其它", -"Username" => "用户名", -"Quota" => "配额", -"Storage Location" => "存储空间位置", -"Last Login" => "最后登录", -"change full name" => "更改全名", -"set new password" => "设置新密码", -"Default" => "默认" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/zh_HK.js b/settings/l10n/zh_HK.js new file mode 100644 index 0000000000..135c31cfb7 --- /dev/null +++ b/settings/l10n/zh_HK.js @@ -0,0 +1,30 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "啟用", + "Wrong password" : "密碼錯誤", + "Saved" : "已儲存", + "Email sent" : "郵件已傳", + "Sending..." : "發送中...", + "Disable" : "停用", + "Enable" : "啟用", + "Updating...." : "更新中....", + "Updated" : "已更新", + "Delete" : "刪除", + "Groups" : "群組", + "Encryption" : "加密", + "None" : "空", + "Login" : "登入", + "SSL" : "SSL", + "TLS" : "TLS", + "Port" : "連接埠", + "More" : "更多", + "Password" : "密碼", + "New password" : "新密碼", + "Change password" : "更改密碼", + "Email" : "電郵", + "Cancel" : "取消", + "Create" : "新增", + "Username" : "用戶名稱" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/zh_HK.json b/settings/l10n/zh_HK.json new file mode 100644 index 0000000000..648713d683 --- /dev/null +++ b/settings/l10n/zh_HK.json @@ -0,0 +1,28 @@ +{ "translations": { + "Enabled" : "啟用", + "Wrong password" : "密碼錯誤", + "Saved" : "已儲存", + "Email sent" : "郵件已傳", + "Sending..." : "發送中...", + "Disable" : "停用", + "Enable" : "啟用", + "Updating...." : "更新中....", + "Updated" : "已更新", + "Delete" : "刪除", + "Groups" : "群組", + "Encryption" : "加密", + "None" : "空", + "Login" : "登入", + "SSL" : "SSL", + "TLS" : "TLS", + "Port" : "連接埠", + "More" : "更多", + "Password" : "密碼", + "New password" : "新密碼", + "Change password" : "更改密碼", + "Email" : "電郵", + "Cancel" : "取消", + "Create" : "新增", + "Username" : "用戶名稱" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/zh_HK.php b/settings/l10n/zh_HK.php deleted file mode 100644 index c969e88403..0000000000 --- a/settings/l10n/zh_HK.php +++ /dev/null @@ -1,29 +0,0 @@ - "啟用", -"Wrong password" => "密碼錯誤", -"Saved" => "已儲存", -"Email sent" => "郵件已傳", -"Sending..." => "發送中...", -"Disable" => "停用", -"Enable" => "啟用", -"Updating...." => "更新中....", -"Updated" => "已更新", -"Delete" => "刪除", -"Groups" => "群組", -"Encryption" => "加密", -"None" => "空", -"Login" => "登入", -"SSL" => "SSL", -"TLS" => "TLS", -"Port" => "連接埠", -"More" => "更多", -"Password" => "密碼", -"New password" => "新密碼", -"Change password" => "更改密碼", -"Email" => "電郵", -"Cancel" => "取消", -"Create" => "新增", -"Username" => "用戶名稱" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js new file mode 100644 index 0000000000..7085ec1b68 --- /dev/null +++ b/settings/l10n/zh_TW.js @@ -0,0 +1,173 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "已啓用", + "Authentication error" : "認證錯誤", + "Your full name has been changed." : "您的全名已變更。", + "Unable to change full name" : "無法變更全名", + "Group already exists" : "群組已存在", + "Unable to add group" : "群組增加失敗", + "Files decrypted successfully" : "檔案解密成功", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "無法解密您的檔案,請檢查您的 owncloud.log 或是詢問您的管理者", + "Couldn't decrypt your files, check your password and try again" : "無法解密您的檔案,確認您的密碼並再重試一次", + "Email saved" : "Email已儲存", + "Invalid email" : "無效的email", + "Unable to delete group" : "群組刪除錯誤", + "Unable to delete user" : "使用者刪除錯誤", + "Language changed" : "語言已變更", + "Invalid request" : "無效請求", + "Admins can't remove themself from the admin group" : "管理者帳號無法從管理者群組中移除", + "Unable to add user to group %s" : "使用者加入群組 %s 錯誤", + "Unable to remove user from group %s" : "使用者移出群組 %s 錯誤", + "Couldn't update app." : "無法更新應用程式", + "Wrong password" : "密碼錯誤", + "No user supplied" : "未提供使用者", + "Please provide an admin recovery password, otherwise all user data will be lost" : "請提供管理者還原密碼,否則會遺失所有使用者資料", + "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" : "無法修改密碼", + "Saved" : "已儲存", + "test email settings" : "測試郵件設定", + "If you received this email, the settings seem to be correct." : "假如您收到這個郵件,此設定看起來是正確的。", + "Email sent" : "Email 已寄出", + "You need to set your user email before being able to send test emails." : "在準備要寄出測試郵件時您需要設定您的使用者郵件。", + "Sending..." : "寄送中...", + "All" : "所有", + "Please wait...." : "請稍候...", + "Error while disabling app" : "停用應用程式錯誤", + "Disable" : "停用", + "Enable" : "啟用", + "Error while enabling app" : "啓用應用程式錯誤", + "Updating...." : "更新中...", + "Error while updating app" : "更新應用程式錯誤", + "Updated" : "已更新", + "Select a profile picture" : "選擇大頭貼", + "Very weak password" : "非常弱的密碼", + "Weak password" : "弱的密碼", + "So-so password" : "普通的密碼", + "Good password" : "好的密碼", + "Strong password" : "很強的密碼", + "Delete" : "刪除", + "Decrypting files... Please wait, this can take some time." : "檔案解密中,請稍候。", + "Groups" : "群組", + "undo" : "復原", + "never" : "永不", + "add group" : "新增群組", + "A valid username must be provided" : "必須提供一個有效的用戶名", + "Error creating user" : "建立用戶時出現錯誤", + "A valid password must be provided" : "一定要提供一個有效的密碼", + "Warning: Home directory for user \"{user}\" already exists" : "警告:使用者 {user} 的家目錄已經存在", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL 根憑證", + "Encryption" : "加密", + "Everything (fatal issues, errors, warnings, info, debug)" : "全部(嚴重問題,錯誤,警告,資訊,除錯)", + "Info, warnings, errors and fatal issues" : "資訊,警告,錯誤和嚴重問題", + "Warnings, errors and fatal issues" : "警告,錯誤和嚴重問題", + "Errors and fatal issues" : "錯誤和嚴重問題", + "Fatal issues only" : "只有嚴重問題", + "None" : "無", + "Login" : "登入", + "Plain" : "文字", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "安全性警告", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "您正透過未加密網頁存取 %s。我們強烈建議您設定您的主機必須使用加密網頁。", + "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." : "您的資料目錄 (Data Directory) 和檔案可能可以由網際網路上面公開存取。Owncloud 所提供的 .htaccess 設定檔並未生效,我們強烈建議您設定您的網頁伺服器以防止資料目錄被公開存取,或將您的資料目錄移出網頁伺服器的 document root 。", + "Setup Warning" : "設定警告", + "Module 'fileinfo' missing" : "遺失 'fileinfo' 模組", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "未偵測到 PHP 模組 'fileinfo'。我們強烈建議啟用這個模組以取得最好的 mime-type 支援。", + "Your PHP version is outdated" : "您的 PHP 版本已過期", + "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." : "您的 PHP 版本已過期。我們強烈建議更新到 5.3.8 或更新的版本,因為舊的版本已知會毀損。這個可能會在安裝後無法使用。", + "Locale not working" : "語系無法運作", + "System locale can not be set to a one which supports UTF-8." : "系統語系無法設定只支援 UTF-8", + "This means that there might be problems with certain characters in file names." : "這個意思是指在檔名中使用一些字元可能會有問題", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "我們強烈建議在您的系統上安裝必要的套件來支援以下的語系: %s", + "Please double check the installation guides." : "請參考安裝指南。", + "Cron" : "Cron", + "Last cron was executed at %s." : "最後的排程已執行於 %s。", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "最後的排程已執行於 %s。現在過了好幾個小時,看起來是有錯誤。", + "Cron was not executed yet!" : "排程沒有執行!", + "Execute one task with each page loaded" : "當頁面載入時,執行", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "已經與 webcron 服務註冊好,將會每15分鐘呼叫 cron.php", + "Sharing" : "分享", + "Allow apps to use the Share API" : "允許 apps 使用分享 API", + "Allow public uploads" : "允許任何人上傳", + "Allow resharing" : "允許轉貼分享", + "Allow users to send mail notification for shared files" : "允許使用者寄送有關分享檔案的郵件通知", + "Security" : "安全性", + "Enforce HTTPS" : "強制啟用 HTTPS", + "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." : "請使用 HTTPS 連線到 %s 以啓用或停用強制 SSL 加密。", + "Email Server" : "郵件伺服器", + "This is used for sending out notifications." : "這是使用於寄送通知。", + "Send mode" : "寄送模式", + "From address" : "寄件地址", + "Authentication method" : "驗證方式", + "Authentication required" : "必須驗證", + "Server address" : "伺服器位址", + "Port" : "連接埠", + "Credentials" : "認證", + "SMTP Username" : "SMTP 帳號", + "SMTP Password" : "SMTP 密碼", + "Test email settings" : "測試郵件設定", + "Send email" : "寄送郵件", + "Log" : "紀錄", + "Log level" : "紀錄層級", + "More" : "更多", + "Less" : "更少", + "Version" : "版本", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "由 ownCloud 社群開發,原始碼AGPL 授權許可下發布。", + "More apps" : "更多 Apps", + "by" : "由", + "Documentation:" : "文件:", + "User Documentation" : "用戶說明文件", + "Admin Documentation" : "管理者文件", + "Administrator Documentation" : "管理者說明文件", + "Online Documentation" : "線上說明文件", + "Forum" : "論壇", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "商用支援", + "Get the apps to sync your files" : "下載應用程式來同步您的檔案", + "Show First Run Wizard again" : "再次顯示首次使用精靈", + "You have used %s of the available %s" : "您已經使用了 %s ,目前可用空間為 %s", + "Password" : "密碼", + "Your password was changed" : "你的密碼已更改", + "Unable to change your password" : "無法變更您的密碼", + "Current password" : "目前密碼", + "New password" : "新密碼", + "Change password" : "變更密碼", + "Full Name" : "全名", + "Email" : "信箱", + "Your email address" : "您的電子郵件信箱", + "Fill in an email address to enable password recovery and receive notifications" : "填入電子郵件地址來啟用忘記密碼和接收通知的功能", + "Profile picture" : "個人資料照片", + "Upload new" : "上傳新的", + "Select new from Files" : "從已上傳的檔案中選一個", + "Remove image" : "移除圖片", + "Either png or jpg. Ideally square but you will be able to crop it." : "可以使用 png 或 jpg 格式,最好是方形的,但是您之後也可以裁剪它", + "Your avatar is provided by your original account." : "您的圖像是由您原來的帳號所提供的。", + "Cancel" : "取消", + "Choose as profile image" : "設定為大頭貼", + "Language" : "語言", + "Help translate" : "幫助翻譯", + "Import Root Certificate" : "匯入根憑證", + "The encryption app is no longer enabled, please decrypt all your files" : "加密的軟體不能長時間啟用,請解密所有您的檔案", + "Log-in password" : "登入密碼", + "Decrypt all Files" : "解密所有檔案", + "Login Name" : "登入名稱", + "Create" : "建立", + "Admin Recovery Password" : "管理者復原密碼", + "Enter the recovery password in order to recover the users files during password change" : "為了修改密碼時能夠取回使用者資料,請輸入另一組還原用密碼", + "Group" : "群組", + "Default Quota" : "預設容量限制", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "請輸入空間配額(例如: \"512 MB\"或是 \"12 GB\")", + "Unlimited" : "無限制", + "Other" : "其他", + "Username" : "使用者名稱", + "Quota" : "容量限制", + "change full name" : "變更全名", + "set new password" : "設定新密碼", + "Default" : "預設" +}, +"nplurals=1; plural=0;"); diff --git a/settings/l10n/zh_TW.json b/settings/l10n/zh_TW.json new file mode 100644 index 0000000000..178778efee --- /dev/null +++ b/settings/l10n/zh_TW.json @@ -0,0 +1,171 @@ +{ "translations": { + "Enabled" : "已啓用", + "Authentication error" : "認證錯誤", + "Your full name has been changed." : "您的全名已變更。", + "Unable to change full name" : "無法變更全名", + "Group already exists" : "群組已存在", + "Unable to add group" : "群組增加失敗", + "Files decrypted successfully" : "檔案解密成功", + "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "無法解密您的檔案,請檢查您的 owncloud.log 或是詢問您的管理者", + "Couldn't decrypt your files, check your password and try again" : "無法解密您的檔案,確認您的密碼並再重試一次", + "Email saved" : "Email已儲存", + "Invalid email" : "無效的email", + "Unable to delete group" : "群組刪除錯誤", + "Unable to delete user" : "使用者刪除錯誤", + "Language changed" : "語言已變更", + "Invalid request" : "無效請求", + "Admins can't remove themself from the admin group" : "管理者帳號無法從管理者群組中移除", + "Unable to add user to group %s" : "使用者加入群組 %s 錯誤", + "Unable to remove user from group %s" : "使用者移出群組 %s 錯誤", + "Couldn't update app." : "無法更新應用程式", + "Wrong password" : "密碼錯誤", + "No user supplied" : "未提供使用者", + "Please provide an admin recovery password, otherwise all user data will be lost" : "請提供管理者還原密碼,否則會遺失所有使用者資料", + "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" : "無法修改密碼", + "Saved" : "已儲存", + "test email settings" : "測試郵件設定", + "If you received this email, the settings seem to be correct." : "假如您收到這個郵件,此設定看起來是正確的。", + "Email sent" : "Email 已寄出", + "You need to set your user email before being able to send test emails." : "在準備要寄出測試郵件時您需要設定您的使用者郵件。", + "Sending..." : "寄送中...", + "All" : "所有", + "Please wait...." : "請稍候...", + "Error while disabling app" : "停用應用程式錯誤", + "Disable" : "停用", + "Enable" : "啟用", + "Error while enabling app" : "啓用應用程式錯誤", + "Updating...." : "更新中...", + "Error while updating app" : "更新應用程式錯誤", + "Updated" : "已更新", + "Select a profile picture" : "選擇大頭貼", + "Very weak password" : "非常弱的密碼", + "Weak password" : "弱的密碼", + "So-so password" : "普通的密碼", + "Good password" : "好的密碼", + "Strong password" : "很強的密碼", + "Delete" : "刪除", + "Decrypting files... Please wait, this can take some time." : "檔案解密中,請稍候。", + "Groups" : "群組", + "undo" : "復原", + "never" : "永不", + "add group" : "新增群組", + "A valid username must be provided" : "必須提供一個有效的用戶名", + "Error creating user" : "建立用戶時出現錯誤", + "A valid password must be provided" : "一定要提供一個有效的密碼", + "Warning: Home directory for user \"{user}\" already exists" : "警告:使用者 {user} 的家目錄已經存在", + "__language_name__" : "__language_name__", + "SSL root certificates" : "SSL 根憑證", + "Encryption" : "加密", + "Everything (fatal issues, errors, warnings, info, debug)" : "全部(嚴重問題,錯誤,警告,資訊,除錯)", + "Info, warnings, errors and fatal issues" : "資訊,警告,錯誤和嚴重問題", + "Warnings, errors and fatal issues" : "警告,錯誤和嚴重問題", + "Errors and fatal issues" : "錯誤和嚴重問題", + "Fatal issues only" : "只有嚴重問題", + "None" : "無", + "Login" : "登入", + "Plain" : "文字", + "NT LAN Manager" : "NT LAN Manager", + "SSL" : "SSL", + "TLS" : "TLS", + "Security Warning" : "安全性警告", + "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "您正透過未加密網頁存取 %s。我們強烈建議您設定您的主機必須使用加密網頁。", + "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." : "您的資料目錄 (Data Directory) 和檔案可能可以由網際網路上面公開存取。Owncloud 所提供的 .htaccess 設定檔並未生效,我們強烈建議您設定您的網頁伺服器以防止資料目錄被公開存取,或將您的資料目錄移出網頁伺服器的 document root 。", + "Setup Warning" : "設定警告", + "Module 'fileinfo' missing" : "遺失 'fileinfo' 模組", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "未偵測到 PHP 模組 'fileinfo'。我們強烈建議啟用這個模組以取得最好的 mime-type 支援。", + "Your PHP version is outdated" : "您的 PHP 版本已過期", + "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." : "您的 PHP 版本已過期。我們強烈建議更新到 5.3.8 或更新的版本,因為舊的版本已知會毀損。這個可能會在安裝後無法使用。", + "Locale not working" : "語系無法運作", + "System locale can not be set to a one which supports UTF-8." : "系統語系無法設定只支援 UTF-8", + "This means that there might be problems with certain characters in file names." : "這個意思是指在檔名中使用一些字元可能會有問題", + "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "我們強烈建議在您的系統上安裝必要的套件來支援以下的語系: %s", + "Please double check the installation guides." : "請參考安裝指南。", + "Cron" : "Cron", + "Last cron was executed at %s." : "最後的排程已執行於 %s。", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "最後的排程已執行於 %s。現在過了好幾個小時,看起來是有錯誤。", + "Cron was not executed yet!" : "排程沒有執行!", + "Execute one task with each page loaded" : "當頁面載入時,執行", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "已經與 webcron 服務註冊好,將會每15分鐘呼叫 cron.php", + "Sharing" : "分享", + "Allow apps to use the Share API" : "允許 apps 使用分享 API", + "Allow public uploads" : "允許任何人上傳", + "Allow resharing" : "允許轉貼分享", + "Allow users to send mail notification for shared files" : "允許使用者寄送有關分享檔案的郵件通知", + "Security" : "安全性", + "Enforce HTTPS" : "強制啟用 HTTPS", + "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." : "請使用 HTTPS 連線到 %s 以啓用或停用強制 SSL 加密。", + "Email Server" : "郵件伺服器", + "This is used for sending out notifications." : "這是使用於寄送通知。", + "Send mode" : "寄送模式", + "From address" : "寄件地址", + "Authentication method" : "驗證方式", + "Authentication required" : "必須驗證", + "Server address" : "伺服器位址", + "Port" : "連接埠", + "Credentials" : "認證", + "SMTP Username" : "SMTP 帳號", + "SMTP Password" : "SMTP 密碼", + "Test email settings" : "測試郵件設定", + "Send email" : "寄送郵件", + "Log" : "紀錄", + "Log level" : "紀錄層級", + "More" : "更多", + "Less" : "更少", + "Version" : "版本", + "Developed by the ownCloud community, the source code is licensed under the AGPL." : "由 ownCloud 社群開發,原始碼AGPL 授權許可下發布。", + "More apps" : "更多 Apps", + "by" : "由", + "Documentation:" : "文件:", + "User Documentation" : "用戶說明文件", + "Admin Documentation" : "管理者文件", + "Administrator Documentation" : "管理者說明文件", + "Online Documentation" : "線上說明文件", + "Forum" : "論壇", + "Bugtracker" : "Bugtracker", + "Commercial Support" : "商用支援", + "Get the apps to sync your files" : "下載應用程式來同步您的檔案", + "Show First Run Wizard again" : "再次顯示首次使用精靈", + "You have used %s of the available %s" : "您已經使用了 %s ,目前可用空間為 %s", + "Password" : "密碼", + "Your password was changed" : "你的密碼已更改", + "Unable to change your password" : "無法變更您的密碼", + "Current password" : "目前密碼", + "New password" : "新密碼", + "Change password" : "變更密碼", + "Full Name" : "全名", + "Email" : "信箱", + "Your email address" : "您的電子郵件信箱", + "Fill in an email address to enable password recovery and receive notifications" : "填入電子郵件地址來啟用忘記密碼和接收通知的功能", + "Profile picture" : "個人資料照片", + "Upload new" : "上傳新的", + "Select new from Files" : "從已上傳的檔案中選一個", + "Remove image" : "移除圖片", + "Either png or jpg. Ideally square but you will be able to crop it." : "可以使用 png 或 jpg 格式,最好是方形的,但是您之後也可以裁剪它", + "Your avatar is provided by your original account." : "您的圖像是由您原來的帳號所提供的。", + "Cancel" : "取消", + "Choose as profile image" : "設定為大頭貼", + "Language" : "語言", + "Help translate" : "幫助翻譯", + "Import Root Certificate" : "匯入根憑證", + "The encryption app is no longer enabled, please decrypt all your files" : "加密的軟體不能長時間啟用,請解密所有您的檔案", + "Log-in password" : "登入密碼", + "Decrypt all Files" : "解密所有檔案", + "Login Name" : "登入名稱", + "Create" : "建立", + "Admin Recovery Password" : "管理者復原密碼", + "Enter the recovery password in order to recover the users files during password change" : "為了修改密碼時能夠取回使用者資料,請輸入另一組還原用密碼", + "Group" : "群組", + "Default Quota" : "預設容量限制", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "請輸入空間配額(例如: \"512 MB\"或是 \"12 GB\")", + "Unlimited" : "無限制", + "Other" : "其他", + "Username" : "使用者名稱", + "Quota" : "容量限制", + "change full name" : "變更全名", + "set new password" : "設定新密碼", + "Default" : "預設" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php deleted file mode 100644 index 20a10a926a..0000000000 --- a/settings/l10n/zh_TW.php +++ /dev/null @@ -1,172 +0,0 @@ - "已啓用", -"Authentication error" => "認證錯誤", -"Your full name has been changed." => "您的全名已變更。", -"Unable to change full name" => "無法變更全名", -"Group already exists" => "群組已存在", -"Unable to add group" => "群組增加失敗", -"Files decrypted successfully" => "檔案解密成功", -"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "無法解密您的檔案,請檢查您的 owncloud.log 或是詢問您的管理者", -"Couldn't decrypt your files, check your password and try again" => "無法解密您的檔案,確認您的密碼並再重試一次", -"Email saved" => "Email已儲存", -"Invalid email" => "無效的email", -"Unable to delete group" => "群組刪除錯誤", -"Unable to delete user" => "使用者刪除錯誤", -"Language changed" => "語言已變更", -"Invalid request" => "無效請求", -"Admins can't remove themself from the admin group" => "管理者帳號無法從管理者群組中移除", -"Unable to add user to group %s" => "使用者加入群組 %s 錯誤", -"Unable to remove user from group %s" => "使用者移出群組 %s 錯誤", -"Couldn't update app." => "無法更新應用程式", -"Wrong password" => "密碼錯誤", -"No user supplied" => "未提供使用者", -"Please provide an admin recovery password, otherwise all user data will be lost" => "請提供管理者還原密碼,否則會遺失所有使用者資料", -"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" => "無法修改密碼", -"Saved" => "已儲存", -"test email settings" => "測試郵件設定", -"If you received this email, the settings seem to be correct." => "假如您收到這個郵件,此設定看起來是正確的。", -"Email sent" => "Email 已寄出", -"You need to set your user email before being able to send test emails." => "在準備要寄出測試郵件時您需要設定您的使用者郵件。", -"Sending..." => "寄送中...", -"All" => "所有", -"Please wait...." => "請稍候...", -"Error while disabling app" => "停用應用程式錯誤", -"Disable" => "停用", -"Enable" => "啟用", -"Error while enabling app" => "啓用應用程式錯誤", -"Updating...." => "更新中...", -"Error while updating app" => "更新應用程式錯誤", -"Updated" => "已更新", -"Select a profile picture" => "選擇大頭貼", -"Very weak password" => "非常弱的密碼", -"Weak password" => "弱的密碼", -"So-so password" => "普通的密碼", -"Good password" => "好的密碼", -"Strong password" => "很強的密碼", -"Delete" => "刪除", -"Decrypting files... Please wait, this can take some time." => "檔案解密中,請稍候。", -"Groups" => "群組", -"undo" => "復原", -"never" => "永不", -"add group" => "新增群組", -"A valid username must be provided" => "必須提供一個有效的用戶名", -"Error creating user" => "建立用戶時出現錯誤", -"A valid password must be provided" => "一定要提供一個有效的密碼", -"Warning: Home directory for user \"{user}\" already exists" => "警告:使用者 {user} 的家目錄已經存在", -"__language_name__" => "__language_name__", -"SSL root certificates" => "SSL 根憑證", -"Encryption" => "加密", -"Everything (fatal issues, errors, warnings, info, debug)" => "全部(嚴重問題,錯誤,警告,資訊,除錯)", -"Info, warnings, errors and fatal issues" => "資訊,警告,錯誤和嚴重問題", -"Warnings, errors and fatal issues" => "警告,錯誤和嚴重問題", -"Errors and fatal issues" => "錯誤和嚴重問題", -"Fatal issues only" => "只有嚴重問題", -"None" => "無", -"Login" => "登入", -"Plain" => "文字", -"NT LAN Manager" => "NT LAN Manager", -"SSL" => "SSL", -"TLS" => "TLS", -"Security Warning" => "安全性警告", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "您正透過未加密網頁存取 %s。我們強烈建議您設定您的主機必須使用加密網頁。", -"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." => "您的資料目錄 (Data Directory) 和檔案可能可以由網際網路上面公開存取。Owncloud 所提供的 .htaccess 設定檔並未生效,我們強烈建議您設定您的網頁伺服器以防止資料目錄被公開存取,或將您的資料目錄移出網頁伺服器的 document root 。", -"Setup Warning" => "設定警告", -"Module 'fileinfo' missing" => "遺失 'fileinfo' 模組", -"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "未偵測到 PHP 模組 'fileinfo'。我們強烈建議啟用這個模組以取得最好的 mime-type 支援。", -"Your PHP version is outdated" => "您的 PHP 版本已過期", -"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." => "您的 PHP 版本已過期。我們強烈建議更新到 5.3.8 或更新的版本,因為舊的版本已知會毀損。這個可能會在安裝後無法使用。", -"Locale not working" => "語系無法運作", -"System locale can not be set to a one which supports UTF-8." => "系統語系無法設定只支援 UTF-8", -"This means that there might be problems with certain characters in file names." => "這個意思是指在檔名中使用一些字元可能會有問題", -"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "我們強烈建議在您的系統上安裝必要的套件來支援以下的語系: %s", -"Please double check the installation guides." => "請參考安裝指南。", -"Cron" => "Cron", -"Last cron was executed at %s." => "最後的排程已執行於 %s。", -"Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "最後的排程已執行於 %s。現在過了好幾個小時,看起來是有錯誤。", -"Cron was not executed yet!" => "排程沒有執行!", -"Execute one task with each page loaded" => "當頁面載入時,執行", -"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "已經與 webcron 服務註冊好,將會每15分鐘呼叫 cron.php", -"Sharing" => "分享", -"Allow apps to use the Share API" => "允許 apps 使用分享 API", -"Allow public uploads" => "允許任何人上傳", -"Allow resharing" => "允許轉貼分享", -"Allow users to send mail notification for shared files" => "允許使用者寄送有關分享檔案的郵件通知", -"Security" => "安全性", -"Enforce HTTPS" => "強制啟用 HTTPS", -"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." => "請使用 HTTPS 連線到 %s 以啓用或停用強制 SSL 加密。", -"Email Server" => "郵件伺服器", -"This is used for sending out notifications." => "這是使用於寄送通知。", -"Send mode" => "寄送模式", -"From address" => "寄件地址", -"Authentication method" => "驗證方式", -"Authentication required" => "必須驗證", -"Server address" => "伺服器位址", -"Port" => "連接埠", -"Credentials" => "認證", -"SMTP Username" => "SMTP 帳號", -"SMTP Password" => "SMTP 密碼", -"Test email settings" => "測試郵件設定", -"Send email" => "寄送郵件", -"Log" => "紀錄", -"Log level" => "紀錄層級", -"More" => "更多", -"Less" => "更少", -"Version" => "版本", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "由 ownCloud 社群開發,原始碼AGPL 授權許可下發布。", -"More apps" => "更多 Apps", -"by" => "由", -"Documentation:" => "文件:", -"User Documentation" => "用戶說明文件", -"Admin Documentation" => "管理者文件", -"Administrator Documentation" => "管理者說明文件", -"Online Documentation" => "線上說明文件", -"Forum" => "論壇", -"Bugtracker" => "Bugtracker", -"Commercial Support" => "商用支援", -"Get the apps to sync your files" => "下載應用程式來同步您的檔案", -"Show First Run Wizard again" => "再次顯示首次使用精靈", -"You have used %s of the available %s" => "您已經使用了 %s ,目前可用空間為 %s", -"Password" => "密碼", -"Your password was changed" => "你的密碼已更改", -"Unable to change your password" => "無法變更您的密碼", -"Current password" => "目前密碼", -"New password" => "新密碼", -"Change password" => "變更密碼", -"Full Name" => "全名", -"Email" => "信箱", -"Your email address" => "您的電子郵件信箱", -"Fill in an email address to enable password recovery and receive notifications" => "填入電子郵件地址來啟用忘記密碼和接收通知的功能", -"Profile picture" => "個人資料照片", -"Upload new" => "上傳新的", -"Select new from Files" => "從已上傳的檔案中選一個", -"Remove image" => "移除圖片", -"Either png or jpg. Ideally square but you will be able to crop it." => "可以使用 png 或 jpg 格式,最好是方形的,但是您之後也可以裁剪它", -"Your avatar is provided by your original account." => "您的圖像是由您原來的帳號所提供的。", -"Cancel" => "取消", -"Choose as profile image" => "設定為大頭貼", -"Language" => "語言", -"Help translate" => "幫助翻譯", -"Import Root Certificate" => "匯入根憑證", -"The encryption app is no longer enabled, please decrypt all your files" => "加密的軟體不能長時間啟用,請解密所有您的檔案", -"Log-in password" => "登入密碼", -"Decrypt all Files" => "解密所有檔案", -"Login Name" => "登入名稱", -"Create" => "建立", -"Admin Recovery Password" => "管理者復原密碼", -"Enter the recovery password in order to recover the users files during password change" => "為了修改密碼時能夠取回使用者資料,請輸入另一組還原用密碼", -"Group" => "群組", -"Default Quota" => "預設容量限制", -"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "請輸入空間配額(例如: \"512 MB\"或是 \"12 GB\")", -"Unlimited" => "無限制", -"Other" => "其他", -"Username" => "使用者名稱", -"Quota" => "容量限制", -"change full name" => "變更全名", -"set new password" => "設定新密碼", -"Default" => "預設" -); -$PLURAL_FORMS = "nplurals=1; plural=0;";